Author: alexander
Date: 2007-04-05 05:48:54 -0600 (Thu, 05 Apr 2007)
New Revision: 1828
Added:
trunk/packages/libnotify/
trunk/packages/libnotify/Makefile
trunk/packages/libsexy/
trunk/packages/libsexy/Makefile
trunk/packages/notification-daemon-xfce/
trunk/packages/notification-daemon-xfce/Makefile
Removed:
trunk/packages/fortune-mod/
trunk/packages/recode/
Modified:
trunk/Makefile
trunk/etc/profile
trunk/packages/xfce/Makefile
Log:
Removed fortune, added notification-daemon-xfce
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2007-03-24 16:55:30 UTC (rev 1827)
+++ trunk/Makefile 2007-04-05 11:48:54 UTC (rev 1828)
@@ -261,7 +261,8 @@
ch-libtheora ch-librcc ch-taglib ch-xine-lib \
ch-pciutils ch-libusb ch-usbutils ch-dbus ch-dbus-glib ch-parted ch-hal
ch-hal-info \
ch-librsvg ch-startup-notification chroot-gvim ch-vte ch-URI \
- ch-recode ch-fortune-mod ch-xfce ch-xfmedia ch-irssi ch-gaim \
+ ch-libsexy ch-libnotify ch-xfce ch-notification-daemon-xfce \
+ ch-xfmedia ch-irssi ch-gaim \
ch-xchat ch-wireless_tools ch-tcpwrappers ch-portmap ch-nfs-utils \
ch-traceroute ch-rsync ch-jhalfs ch-sudo ch-bc ch-dialog ch-ncftp \
ch-device-mapper ch-LVM2 ch-dmraid \
Modified: trunk/etc/profile
===================================================================
--- trunk/etc/profile 2007-03-24 16:55:30 UTC (rev 1827)
+++ trunk/etc/profile 2007-04-05 11:48:54 UTC (rev 1828)
@@ -1,4 +1,4 @@
-PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/games
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
INPUTRC=/etc/inputrc
Added: trunk/packages/libnotify/Makefile
===================================================================
--- trunk/packages/libnotify/Makefile (rev 0)
+++ trunk/packages/libnotify/Makefile 2007-04-05 11:48:54 UTC (rev 1828)
@@ -0,0 +1,30 @@
+# libnotify Makefile
+
+NM= libnotify
+VRS= 0.4.4
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.bz2
+URL-$(FILE)=
http://www.galago-project.org/files/releases/source/libnotify/$(FILE)
+SHA-$(FILE)= 24b86673c6673c72b9ad85a8082c884af26e9ce0
+
+# Targets
+
+include $(ROOT)/scripts/functions
+
+chroot:
+ chroot "$(MP)" $(chenv-blfs) \
+ 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
+
+stage2: Makefile $(FILE)
+ $(std_build)
+
+compile-stage2:
+ ./configure --prefix=/usr
+ make
+ make install
+
+clean:
+ -rm -rf $(DIR)
+
+.PHONY: clean chroot compile-stage2
Added: trunk/packages/libsexy/Makefile
===================================================================
--- trunk/packages/libsexy/Makefile (rev 0)
+++ trunk/packages/libsexy/Makefile 2007-04-05 11:48:54 UTC (rev 1828)
@@ -0,0 +1,30 @@
+# libsexy Makefile
+
+NM= libsexy
+VRS= 0.1.11
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.gz
+URL-$(FILE)= http://releases.chipx86.com/libsexy/libsexy/$(FILE)
+SHA-$(FILE)= be01c58f8888556660a847aa901a08c38a45fd96
+
+# Targets
+
+include $(ROOT)/scripts/functions
+
+chroot:
+ chroot "$(MP)" $(chenv-blfs) \
+ 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
+
+stage2: Makefile $(FILE)
+ $(std_build)
+
+compile-stage2:
+ ./configure --prefix=/usr
+ make
+ make install
+
+clean:
+ -rm -rf $(DIR)
+
+.PHONY: clean chroot compile-stage2
Added: trunk/packages/notification-daemon-xfce/Makefile
===================================================================
--- trunk/packages/notification-daemon-xfce/Makefile
(rev 0)
+++ trunk/packages/notification-daemon-xfce/Makefile 2007-04-05 11:48:54 UTC
(rev 1828)
@@ -0,0 +1,31 @@
+# notification-daemon-xfce Makefile
+
+NM= notification-daemon-xfce
+VRS= 0.3.6
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.bz2
+URL-$(FILE)= http://goodies.xfce.org/releases/notification-daemon-xfce/$(FILE)
+SHA-$(FILE)= 6edc6a21df03514880abe892befe4a7a58437107
+
+# Targets
+
+include $(ROOT)/scripts/functions
+
+chroot:
+ chroot "$(MP)" $(chenv-blfs) \
+ 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
+
+stage2: Makefile $(FILE)
+ $(std_build)
+
+compile-stage2:
+ sed -i 's/glib-server/glib-server --prefix=/' src/daemon/Makefile.in
+ ./configure --prefix=/usr
+ make
+ make install
+
+clean:
+ -rm -rf $(DIR)
+
+.PHONY: clean chroot compile-stage2
Modified: trunk/packages/xfce/Makefile
===================================================================
--- trunk/packages/xfce/Makefile 2007-03-24 16:55:30 UTC (rev 1827)
+++ trunk/packages/xfce/Makefile 2007-04-05 11:48:54 UTC (rev 1828)
@@ -27,6 +27,7 @@
cd src; for i in `cat ../../list`; \
do unpack $$i*.tar.bz2 ; \
cd $$i* ; \
+ sed -i '/xfce4-tips/d' Makefile.in ; \
./configure --prefix=/usr --sysconfdir=/etc \
--enable-debug=no --enable-panel --enable-startup-notification \
--libexecdir=/usr/sbin --enable-compositor --disable-python \
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page