]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpe-session-scripts/files/remove-x11-common-files.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpe-session-scripts / files / remove-x11-common-files.patch
1 diff -Nur gpe-session-scripts-0.63~/Makefile gpe-session-scripts-0.63/Makefile
2 --- gpe-session-scripts-0.63~/Makefile  2005-08-23 15:10:25.000000000 -0700
3 +++ gpe-session-scripts-0.63/Makefile   2005-08-23 15:08:40.000000000 -0700
4 @@ -23,13 +23,14 @@
5  all:
6  
7  install-program: gpe-logout.desktop
8 -       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
9 +       install -d $(DESTDIR)/etc/X11/Xsession.d
10 +       install -m 755 X11/Xsession.d/99xWindowManager $(DESTDIR)/etc/X11/Xsession.d
11 +       install -m 755 X11/Xsession.d/98standard-apps $(DESTDIR)/etc/X11/Xsession.d
12         install -d $(DESTDIR)$(PREFIX)/bin
13         install -m 755 gpe-xcalibrate.sh $(DESTDIR)$(PREFIX)/bin/gpe-xcalibrate.sh
14         install -d $(DESTDIR)/etc/gpe
15         install -m 644 X11/xsettings.default $(DESTDIR)/etc/gpe/
16         install -m 644 standard.mbdock $(DESTDIR)/etc/gpe/gpe.mbdock
17 -       install -m 644 X11/Xdefaults $(DESTDIR)/etc/X11/
18         mkdir -p $(DESTDIR)$(PREFIX)/share/pixmaps
19         install -m 644 gpe-logout.png $(DESTDIR)$(PREFIX)/share/pixmaps
20         mkdir -p $(DESTDIR)$(PREFIX)/share/applications