r1859 - in trunk: . packages packages/gaim packages/gaim-libnotify root/.gaim

alexander at linuxfromscratch.org alexander at linuxfromscratch.org
Wed Apr 25 07:35:55 MDT 2007


Author: alexander
Date: 2007-04-25 07:35:55 -0600 (Wed, 25 Apr 2007)
New Revision: 1859

Added:
   trunk/packages/gaim-libnotify/
   trunk/packages/gaim-libnotify/Makefile
Modified:
   trunk/Makefile
   trunk/packages/gaim/Makefile
   trunk/root/.gaim/prefs.xml
Log:
Added gaim-libnotify

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2007-04-25 10:01:15 UTC (rev 1858)
+++ trunk/Makefile	2007-04-25 13:35:55 UTC (rev 1859)
@@ -261,7 +261,7 @@
 	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-libsexy ch-libnotify ch-xfce ch-notification-daemon-xfce \
-	ch-xfmedia ch-irssi ch-gaim \
+	ch-xfmedia ch-irssi ch-gaim ch-gaim-libnotify \
 	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/packages/gaim/Makefile
===================================================================
--- trunk/packages/gaim/Makefile	2007-04-25 10:01:15 UTC (rev 1858)
+++ trunk/packages/gaim/Makefile	2007-04-25 13:35:55 UTC (rev 1859)
@@ -8,7 +8,6 @@
 URL-$(FILE)= http://puzzle.dl.sourceforge.net/sourceforge/gaim/$(FILE)
 SHA-$(FILE)= 39345fe6e0519f2e126f7f60f7d9905e3460517b
 
-PATCH1= $(DIR)-simhtml-1.patch
 # Targets
 
 include $(ROOT)/scripts/functions

Added: trunk/packages/gaim-libnotify/Makefile
===================================================================
--- trunk/packages/gaim-libnotify/Makefile	                        (rev 0)
+++ trunk/packages/gaim-libnotify/Makefile	2007-04-25 13:35:55 UTC (rev 1859)
@@ -0,0 +1,30 @@
+# gaim-libnotify Makefile
+
+NM= gaim
+VRS= 0.12
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.gz
+URL-$(FILE)= http://puzzle.dl.sourceforge.net/sourceforge/gaim-libnotify/$(FILE)
+SHA-$(FILE)= c20d82ff8fc69a6fa2a67bdc4c6b503c8b2c9ee6
+
+# 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

Modified: trunk/root/.gaim/prefs.xml
===================================================================
--- trunk/root/.gaim/prefs.xml	2007-04-25 10:01:15 UTC (rev 1858)
+++ trunk/root/.gaim/prefs.xml	2007-04-25 13:35:55 UTC (rev 1859)
@@ -8,6 +8,11 @@
 				<pref name='command' type='string' value='' />
 				<pref name='browser' type='string' value='mozilla' />
 			</pref>
+			<pref name='plugins'>
+				<pref name='loaded' type='pathlist'>
+					<item value='/usr/lib/gaim/gaim-libnotify.so'/>
+				</pref>
+			</pref>
 		</pref>
 	</pref>
 </pref>




More information about the livecd mailing list