diff options
| author | Martin Sivak <msivak@redhat.com> | 2010-05-11 17:31:06 +0200 |
|---|---|---|
| committer | Martin Sivak <msivak@redhat.com> | 2010-05-31 14:21:49 +0200 |
| commit | 78421d4ed23ad58b021c4d9d1bae690b99c167fe (patch) | |
| tree | 909c1b650afe9afea03ecf1a03b2d39d39cf72b7 /data/pixmaps | |
| parent | 40b979f28cfd73078d5dd58b8f7e97e76198a222 (diff) | |
| download | anaconda-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.am | 23 | ||||
| -rw-r--r-- | data/pixmaps/about-to-install.png | bin | 0 -> 10818 bytes | |||
| -rw-r--r-- | data/pixmaps/checkMark.png | bin | 0 -> 347 bytes | |||
| -rw-r--r-- | data/pixmaps/config-language.png | bin | 0 -> 3079 bytes | |||
| -rw-r--r-- | data/pixmaps/done.png | bin | 0 -> 25801 bytes | |||
| -rw-r--r-- | data/pixmaps/filter-menu.png | bin | 0 -> 456 bytes | |||
| -rw-r--r-- | data/pixmaps/gnome-lock.png | bin | 0 -> 810 bytes | |||
| -rw-r--r-- | data/pixmaps/gnome-mouse.png | bin | 0 -> 2744 bytes | |||
| -rw-r--r-- | data/pixmaps/install.png | bin | 0 -> 4180 bytes | |||
| -rw-r--r-- | data/pixmaps/network.png | bin | 0 -> 2458 bytes | |||
| -rw-r--r-- | data/pixmaps/partscheme-all.png | bin | 0 -> 1594 bytes | |||
| -rw-r--r-- | data/pixmaps/partscheme-custom.png | bin | 0 -> 805 bytes | |||
| -rw-r--r-- | data/pixmaps/partscheme-freespace.png | bin | 0 -> 1724 bytes | |||
| -rw-r--r-- | data/pixmaps/partscheme-replace.png | bin | 0 -> 1783 bytes | |||
| -rw-r--r-- | data/pixmaps/partscheme-shrink.png | bin | 0 -> 1875 bytes | |||
| -rw-r--r-- | data/pixmaps/root-password.png | bin | 0 -> 4316 bytes | |||
| -rw-r--r-- | data/pixmaps/upgrade.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 000000000..8343e3d18 --- /dev/null +++ b/data/pixmaps/about-to-install.png diff --git a/data/pixmaps/checkMark.png b/data/pixmaps/checkMark.png Binary files differnew file mode 100644 index 000000000..838f93700 --- /dev/null +++ b/data/pixmaps/checkMark.png diff --git a/data/pixmaps/config-language.png b/data/pixmaps/config-language.png Binary files differnew file mode 100644 index 000000000..3fa4f1a9b --- /dev/null +++ b/data/pixmaps/config-language.png diff --git a/data/pixmaps/done.png b/data/pixmaps/done.png Binary files differnew file mode 100644 index 000000000..f5dc63496 --- /dev/null +++ b/data/pixmaps/done.png diff --git a/data/pixmaps/filter-menu.png b/data/pixmaps/filter-menu.png Binary files differnew file mode 100644 index 000000000..037519f9d --- /dev/null +++ b/data/pixmaps/filter-menu.png diff --git a/data/pixmaps/gnome-lock.png b/data/pixmaps/gnome-lock.png Binary files differnew file mode 100644 index 000000000..7c2c69158 --- /dev/null +++ b/data/pixmaps/gnome-lock.png diff --git a/data/pixmaps/gnome-mouse.png b/data/pixmaps/gnome-mouse.png Binary files differnew file mode 100644 index 000000000..0d90a36e8 --- /dev/null +++ b/data/pixmaps/gnome-mouse.png diff --git a/data/pixmaps/install.png b/data/pixmaps/install.png Binary files differnew file mode 100644 index 000000000..24612cc20 --- /dev/null +++ b/data/pixmaps/install.png diff --git a/data/pixmaps/network.png b/data/pixmaps/network.png Binary files differnew file mode 100644 index 000000000..8808d0eab --- /dev/null +++ b/data/pixmaps/network.png diff --git a/data/pixmaps/partscheme-all.png b/data/pixmaps/partscheme-all.png Binary files differnew file mode 100644 index 000000000..9c7398a66 --- /dev/null +++ b/data/pixmaps/partscheme-all.png diff --git a/data/pixmaps/partscheme-custom.png b/data/pixmaps/partscheme-custom.png Binary files differnew file mode 100644 index 000000000..ac4501fd8 --- /dev/null +++ b/data/pixmaps/partscheme-custom.png diff --git a/data/pixmaps/partscheme-freespace.png b/data/pixmaps/partscheme-freespace.png Binary files differnew file mode 100644 index 000000000..47726bdf8 --- /dev/null +++ b/data/pixmaps/partscheme-freespace.png diff --git a/data/pixmaps/partscheme-replace.png b/data/pixmaps/partscheme-replace.png Binary files differnew file mode 100644 index 000000000..6490d7279 --- /dev/null +++ b/data/pixmaps/partscheme-replace.png diff --git a/data/pixmaps/partscheme-shrink.png b/data/pixmaps/partscheme-shrink.png Binary files differnew file mode 100644 index 000000000..d86d40fa3 --- /dev/null +++ b/data/pixmaps/partscheme-shrink.png diff --git a/data/pixmaps/root-password.png b/data/pixmaps/root-password.png Binary files differnew file mode 100644 index 000000000..0125821ec --- /dev/null +++ b/data/pixmaps/root-password.png diff --git a/data/pixmaps/upgrade.png b/data/pixmaps/upgrade.png Binary files differnew file mode 100644 index 000000000..f0fb9f2c3 --- /dev/null +++ b/data/pixmaps/upgrade.png |
