From 3379fc0e5603612de28e61dc4bf38f4a57ee731f Mon Sep 17 00:00:00 2001 From: Justin Patrin Date: Sat, 20 Aug 2005 07:45:31 +0000 Subject: Move X scripts which are not GPE specific out of gpe-dm and gpe-session-scripts and into x11-common For now I have added patches to the makefiles to stop installing of these files but they should be removed from those packagse eventually I have also added all of these small scripts to OE but these should probably be tarballed somewhere gpe-dm and gpe-session-scripts now depend on the new x11-common package Change entrance to depend on the new package --- .../files/remove-x11-common-files.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/gpe-session-scripts/files/remove-x11-common-files.patch (limited to 'packages/gpe-session-scripts/files/remove-x11-common-files.patch') diff --git a/packages/gpe-session-scripts/files/remove-x11-common-files.patch b/packages/gpe-session-scripts/files/remove-x11-common-files.patch new file mode 100644 index 0000000000..1bf896923d --- /dev/null +++ b/packages/gpe-session-scripts/files/remove-x11-common-files.patch @@ -0,0 +1,14 @@ +diff -Nur gpe-session-scripts-0.63~/Makefile gpe-session-scripts-0.63/Makefile +--- gpe-session-scripts-0.63~/Makefile 2005-08-19 18:32:17.000000000 -0700 ++++ gpe-session-scripts-0.63/Makefile 2005-08-19 18:35:46.000000000 -0700 +@@ -23,7 +23,9 @@ + all: + + install-program: gpe-logout.desktop +- for i in X11/Xsession.d X11/Xinit.d; do install -d $(DESTDIR)/etc/$$i; FILES=`echo $$i/* | sed "s:$$i/CVS::"`; install -m 755 $$FILES $(DESTDIR)/etc/$$i/; done ++ install -d $(DESTDIR)/etc/X11/Xsession.d ++ install -m 755 X11/Xsession.d/99xWindowManager $(DESTDIR)/etc/X11/Xsession.d ++ install -m 755 X11/Xsession.d/98standard-apps $(DESTDIR)/etc/X11/Xsession.d + install -d $(DESTDIR)$(PREFIX)/bin + install -m 755 gpe-xcalibrate.sh $(DESTDIR)$(PREFIX)/bin/gpe-xcalibrate.sh + install -d $(DESTDIR)/etc/gpe -- cgit v1.2.3