diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | icons/gnome-mandrake.jpg | bin | 7787 -> 0 bytes | |||
-rw-r--r-- | icons/gnome-mandrake.png | bin | 0 -> 51560 bytes | |||
-rw-r--r-- | mandrake_desk.spec | 9 |
4 files changed, 9 insertions, 1 deletions
@@ -37,6 +37,7 @@ install: install -m755 sbin/* $(RPM_BUILD_ROOT)/usr/sbin install -m644 window-managers $(RPM_BUILD_ROOT)/etc/X11/ install -m644 icons/*.xpm $(RPM_BUILD_ROOT)/usr/share/icons/ + install -m644 icons/*.png $(RPM_BUILD_ROOT)/usr/share/icons/ install -m644 icons/mini/*.xpm $(RPM_BUILD_ROOT)/usr/share/icons/mini install -m644 icons/large/*.xpm $(RPM_BUILD_ROOT)/usr/share/icons/large install -m644 backgrounds/* \ diff --git a/icons/gnome-mandrake.jpg b/icons/gnome-mandrake.jpg Binary files differdeleted file mode 100644 index a2886da..0000000 --- a/icons/gnome-mandrake.jpg +++ /dev/null diff --git a/icons/gnome-mandrake.png b/icons/gnome-mandrake.png Binary files differnew file mode 100644 index 0000000..d47bde6 --- /dev/null +++ b/icons/gnome-mandrake.png diff --git a/mandrake_desk.spec b/mandrake_desk.spec index 65bfb4c..da3bae4 100644 --- a/mandrake_desk.spec +++ b/mandrake_desk.spec @@ -1,5 +1,5 @@ # DO NOT MODIFY THE VERSION HERE, modify in the CVS -%define version 1.0 +%define version 1.0.1 # %define release 1mdk %define name mandrake_desk @@ -42,6 +42,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc TRANSLATORS special/* README.CVS +%config /etc/X11/window-managers /usr/bin/* /usr/sbin/* /usr/share/icons/*.xpm @@ -53,6 +54,12 @@ rm -rf $RPM_BUILD_ROOT /usr/share/gnome/apps/Internet/*.desktop %changelog + +* Wed Dec 22 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com> +- sbin/fndSession: new script with the new chksession. +- sbin/chksession: a new greatest hit. +- window-managers: list of current window manager. + * Mon Dec 20 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com> - Another icons change. |