diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-04 20:59:50 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-04 20:59:50 +0000 |
commit | 5035ba6e02909492f83fb325af64a7fbeacda208 (patch) | |
tree | 77435ced442b55a9f2787a8463eeef9dc4e6da35 | |
parent | dfb09e46d05aad94994750a151a5641a54f482b9 (diff) | |
download | transfugdrake-5035ba6e02909492f83fb325af64a7fbeacda208.tar transfugdrake-5035ba6e02909492f83fb325af64a7fbeacda208.tar.gz transfugdrake-5035ba6e02909492f83fb325af64a7fbeacda208.tar.bz2 transfugdrake-5035ba6e02909492f83fb325af64a7fbeacda208.tar.xz transfugdrake-5035ba6e02909492f83fb325af64a7fbeacda208.zip |
add and install icons
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | data/icons/migrationtools-128.png | bin | 0 -> 10251 bytes | |||
-rw-r--r-- | data/icons/migrationtools-36.png | bin | 0 -> 2159 bytes | |||
-rw-r--r-- | data/icons/migrationtools-52.png | bin | 0 -> 3369 bytes |
4 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,7 @@ MANDIR = $(PREFIX)/usr/man SBINDIR = $(PREFIX)/usr/sbin XBINDIR = $(PREFIX)/usr/X11R6/bin LOCALEDIR = $(PREFIX)/usr/share/locale +ICONSDIR = $(PREFIX)/usr/lib/libDrakX/icons/ CFLAGS = -Wall -g NAME = transfugdrake @@ -34,3 +35,7 @@ install_old: transfug_oe # install -m644 pixmaps/*.xpm $(RPM_BUILD_ROOT)/usr/share/icons/ # install -m644 pixmaps/*.png $(RPM_BUILD_ROOT)/usr/share/icons/ for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done + +install: + install -d $(ICONSDIR) + install -m644 $(wildcard data/icons/*.png) $(ICONSDIR) diff --git a/data/icons/migrationtools-128.png b/data/icons/migrationtools-128.png Binary files differnew file mode 100644 index 0000000..fc2f968 --- /dev/null +++ b/data/icons/migrationtools-128.png diff --git a/data/icons/migrationtools-36.png b/data/icons/migrationtools-36.png Binary files differnew file mode 100644 index 0000000..cf7f84b --- /dev/null +++ b/data/icons/migrationtools-36.png diff --git a/data/icons/migrationtools-52.png b/data/icons/migrationtools-52.png Binary files differnew file mode 100644 index 0000000..f4e1099 --- /dev/null +++ b/data/icons/migrationtools-52.png |