CVS: moonbase/zbeta/xfce4-session-cvs BUILD, 1.1, 1.2 POST_INSTALL,
1.2, NONE
sofar at lunar-linux.org
sofar at lunar-linux.org
Mon Jul 14 22:44:11 GMT 2003
- Previous message: CVS: theedge/var/lib/lunar/functions build.lunar, 1.2,
1.3 depends.lunar, 1.9, 1.10 install.lunar, 1.2,
1.3 messages.lunar, 1.5, 1.6 modules.lunar, 1.20,
1.21 moonbase.lunar, 1.8, 1.9 updatelog.lunar, 1.9, 1.10
- Next message: CVS: moonbase/net/nfs-utils BUILD,1.1.1.1,1.2 DETAILS,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/zbeta/xfce4-session-cvs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv23599
Modified Files:
BUILD
Removed Files:
POST_INSTALL
Log Message:
Properly adding Moe's themes, note the mkdir -p. people who had installed xfce4-session-cvs before might have to manually remove the 2 offending themes since they were not tracked properly. Once you remove them this module works fine.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/xfce4-session-cvs/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 7 Jul 2003 22:03:24 -0000 1.1
+++ BUILD 14 Jul 2003 22:44:09 -0000 1.2
@@ -1,11 +1,18 @@
(
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- $OPTS &&
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ $OPTS &&
default_make &&
# hack to prevent collection of doc directory by lunar
[ -d doc ] && mv doc bleh || true
+
+ # Installing additional theme
+ unpack $SOURCE2 &&
+ unpack $SOURCE3 &&
+ mkdir -p /usr/share/xfce4/splash/ &&
+ mv $THEME /usr/share/xfce4/splash/ &&
+ mv $THEME2 /usr/share/xfce4/splash/
) > $C_FIFO 2>&1
--- POST_INSTALL DELETED ---
- Previous message: CVS: theedge/var/lib/lunar/functions build.lunar, 1.2,
1.3 depends.lunar, 1.9, 1.10 install.lunar, 1.2,
1.3 messages.lunar, 1.5, 1.6 modules.lunar, 1.20,
1.21 moonbase.lunar, 1.8, 1.9 updatelog.lunar, 1.9, 1.10
- Next message: CVS: moonbase/net/nfs-utils BUILD,1.1.1.1,1.2 DETAILS,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list