summaryrefslogtreecommitdiffstats
path: root/data/pixmaps
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-05-11 17:31:06 +0200
committerMartin Sivak <msivak@redhat.com>2010-05-31 14:21:49 +0200
commit78421d4ed23ad58b021c4d9d1bae690b99c167fe (patch)
tree909c1b650afe9afea03ecf1a03b2d39d39cf72b7 /data/pixmaps
parent40b979f28cfd73078d5dd58b8f7e97e76198a222 (diff)
downloadanaconda-78421d4ed23ad58b021c4d9d1bae690b99c167fe.tar.gz
anaconda-78421d4ed23ad58b021c4d9d1bae690b99c167fe.tar.xz
anaconda-78421d4ed23ad58b021c4d9d1bae690b99c167fe.zip
Structure the repo layout so it matches final structure better and make isys a real Python package.
Also updates the build and autotools stuff to work with the new structure
Diffstat (limited to 'data/pixmaps')
-rw-r--r--data/pixmaps/Makefile.am23
-rw-r--r--data/pixmaps/about-to-install.pngbin0 -> 10818 bytes
-rw-r--r--data/pixmaps/checkMark.pngbin0 -> 347 bytes
-rw-r--r--data/pixmaps/config-language.pngbin0 -> 3079 bytes
-rw-r--r--data/pixmaps/done.pngbin0 -> 25801 bytes
-rw-r--r--data/pixmaps/filter-menu.pngbin0 -> 456 bytes
-rw-r--r--data/pixmaps/gnome-lock.pngbin0 -> 810 bytes
-rw-r--r--data/pixmaps/gnome-mouse.pngbin0 -> 2744 bytes
-rw-r--r--data/pixmaps/install.pngbin0 -> 4180 bytes
-rw-r--r--data/pixmaps/network.pngbin0 -> 2458 bytes
-rw-r--r--data/pixmaps/partscheme-all.pngbin0 -> 1594 bytes
-rw-r--r--data/pixmaps/partscheme-custom.pngbin0 -> 805 bytes
-rw-r--r--data/pixmaps/partscheme-freespace.pngbin0 -> 1724 bytes
-rw-r--r--data/pixmaps/partscheme-replace.pngbin0 -> 1783 bytes
-rw-r--r--data/pixmaps/partscheme-shrink.pngbin0 -> 1875 bytes
-rw-r--r--data/pixmaps/root-password.pngbin0 -> 4316 bytes
-rw-r--r--data/pixmaps/upgrade.pngbin0 -> 4632 bytes
17 files changed, 23 insertions, 0 deletions
diff --git a/data/pixmaps/Makefile.am b/data/pixmaps/Makefile.am
new file mode 100644
index 000000000..00320b015
--- /dev/null
+++ b/data/pixmaps/Makefile.am
@@ -0,0 +1,23 @@
+# pixmaps/Makefile.am for anaconda
+#
+# Copyright (C) 2009 Red Hat, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation; either version 2.1 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Author: David Cantrell <dcantrell@redhat.com>
+
+pixmapsdir = $(datadir)/$(PACKAGE_NAME)/pixmaps
+dist_pixmaps_DATA = *.png
+
+MAINTAINERCLEANFILES = Makefile.in
diff --git a/data/pixmaps/about-to-install.png b/data/pixmaps/about-to-install.png
new file mode 100644
index 000000000..8343e3d18
--- /dev/null
+++ b/data/pixmaps/about-to-install.png
Binary files differ
diff --git a/data/pixmaps/checkMark.png b/data/pixmaps/checkMark.png
new file mode 100644
index 000000000..838f93700
--- /dev/null
+++ b/data/pixmaps/checkMark.png
Binary files differ
diff --git a/data/pixmaps/config-language.png b/data/pixmaps/config-language.png
new file mode 100644
index 000000000..3fa4f1a9b
--- /dev/null
+++ b/data/pixmaps/config-language.png
Binary files differ
diff --git a/data/pixmaps/done.png b/data/pixmaps/done.png
new file mode 100644
index 000000000..f5dc63496
--- /dev/null
+++ b/data/pixmaps/done.png
Binary files differ
diff --git a/data/pixmaps/filter-menu.png b/data/pixmaps/filter-menu.png
new file mode 100644
index 000000000..037519f9d
--- /dev/null
+++ b/data/pixmaps/filter-menu.png
Binary files differ
diff --git a/data/pixmaps/gnome-lock.png b/data/pixmaps/gnome-lock.png
new file mode 100644
index 000000000..7c2c69158
--- /dev/null
+++ b/data/pixmaps/gnome-lock.png
Binary files differ
diff --git a/data/pixmaps/gnome-mouse.png b/data/pixmaps/gnome-mouse.png
new file mode 100644
index 000000000..0d90a36e8
--- /dev/null
+++ b/data/pixmaps/gnome-mouse.png
Binary files differ
diff --git a/data/pixmaps/install.png b/data/pixmaps/install.png
new file mode 100644
index 000000000..24612cc20
--- /dev/null
+++ b/data/pixmaps/install.png
Binary files differ
diff --git a/data/pixmaps/network.png b/data/pixmaps/network.png
new file mode 100644
index 000000000..8808d0eab
--- /dev/null
+++ b/data/pixmaps/network.png
Binary files differ
diff --git a/data/pixmaps/partscheme-all.png b/data/pixmaps/partscheme-all.png
new file mode 100644
index 000000000..9c7398a66
--- /dev/null
+++ b/data/pixmaps/partscheme-all.png
Binary files differ
diff --git a/data/pixmaps/partscheme-custom.png b/data/pixmaps/partscheme-custom.png
new file mode 100644
index 000000000..ac4501fd8
--- /dev/null
+++ b/data/pixmaps/partscheme-custom.png
Binary files differ
diff --git a/data/pixmaps/partscheme-freespace.png b/data/pixmaps/partscheme-freespace.png
new file mode 100644
index 000000000..47726bdf8
--- /dev/null
+++ b/data/pixmaps/partscheme-freespace.png
Binary files differ
diff --git a/data/pixmaps/partscheme-replace.png b/data/pixmaps/partscheme-replace.png
new file mode 100644
index 000000000..6490d7279
--- /dev/null
+++ b/data/pixmaps/partscheme-replace.png
Binary files differ
diff --git a/data/pixmaps/partscheme-shrink.png b/data/pixmaps/partscheme-shrink.png
new file mode 100644
index 000000000..d86d40fa3
--- /dev/null
+++ b/data/pixmaps/partscheme-shrink.png
Binary files differ
diff --git a/data/pixmaps/root-password.png b/data/pixmaps/root-password.png
new file mode 100644
index 000000000..0125821ec
--- /dev/null
+++ b/data/pixmaps/root-password.png
Binary files differ
diff --git a/data/pixmaps/upgrade.png b/data/pixmaps/upgrade.png
new file mode 100644
index 000000000..f0fb9f2c3
--- /dev/null
+++ b/data/pixmaps/upgrade.png
Binary files differ