aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>1999-12-22 02:28:20 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>1999-12-22 02:28:20 +0000
commit3bac0b5f93524a9e357142055551801b62f9570c (patch)
tree38cf12c569c517f8701657b713ba96fbd08f1e3e
parentefda392f90e6257cbf262361b557d92ebddfaea3 (diff)
downloadcommon-data-3bac0b5f93524a9e357142055551801b62f9570c.tar
common-data-3bac0b5f93524a9e357142055551801b62f9570c.tar.gz
common-data-3bac0b5f93524a9e357142055551801b62f9570c.tar.bz2
common-data-3bac0b5f93524a9e357142055551801b62f9570c.tar.xz
common-data-3bac0b5f93524a9e357142055551801b62f9570c.zip
"Seethechangelog"
-rw-r--r--Makefile1
-rw-r--r--icons/gnome-mandrake.jpgbin7787 -> 0 bytes
-rw-r--r--icons/gnome-mandrake.pngbin0 -> 51560 bytes
-rw-r--r--mandrake_desk.spec9
4 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fdd4f1b..ad827e7 100644
--- a/Makefile
+++ b/Makefile
@@ -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
deleted file mode 100644
index a2886da..0000000
--- a/icons/gnome-mandrake.jpg
+++ /dev/null
Binary files differ
diff --git a/icons/gnome-mandrake.png b/icons/gnome-mandrake.png
new file mode 100644
index 0000000..d47bde6
--- /dev/null
+++ b/icons/gnome-mandrake.png
Binary files differ
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.