Author: jhuntwork
Date: 2007-07-17 09:16:45 -0600 (Tue, 17 Jul 2007)
New Revision: 1964
Added:
branches/minimal/packages/XML-Parser/
branches/minimal/packages/XML-Parser/Makefile
branches/minimal/root/.gaim/
branches/minimal/root/.gaim/accounts.xml
branches/minimal/root/.gaim/blist.xml
branches/minimal/root/.gaim/prefs.xml
Modified:
branches/minimal/Makefile
branches/minimal/packages/pidgin/Makefile
Log:
Fixed pidgin, re-added XML-Parser and .gaim
Modified: branches/minimal/Makefile
===================================================================
--- branches/minimal/Makefile 2007-07-17 14:20:18 UTC (rev 1963)
+++ branches/minimal/Makefile 2007-07-17 15:16:45 UTC (rev 1964)
@@ -252,9 +252,9 @@
ch-gnutls ch-curl ch-zip ch-unzip ch-lynx ch-libxml2 ch-expat \
ch-subversion ch-lfs-bootscripts ch-livecd-bootscripts ch-docbook-xml
ch-libxslt \
ch-docbook-xsl ch-html_tidy ch-LFS-BOOK \
- ch-inputattach ch-openssh ch-glib2 ch-w3m ch-lftp \
+ ch-inputattach ch-openssh ch-glib2 ch-gc ch-w3m ch-lftp \
ch-cvs ch-popt ch-samba ch-pciutils ch-libusb ch-usbutils ch-parted \
- ch-irssi ch-pidgin ch-net-tools ch-wireless_tools ch-wpa_supplicant \
+ ch-irssi ch-XML-Parser ch-pidgin ch-net-tools ch-wireless_tools
ch-wpa_supplicant \
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 ch-dhcpcd ch-distcc ch-ppp
ch-rp-pppoe ch-pptp \
Added: branches/minimal/packages/XML-Parser/Makefile
===================================================================
--- branches/minimal/packages/XML-Parser/Makefile
(rev 0)
+++ branches/minimal/packages/XML-Parser/Makefile 2007-07-17 15:16:45 UTC
(rev 1964)
@@ -0,0 +1,30 @@
+# XML-Parser Makefile
+
+NM= XML-Parser
+VRS= 2.34
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.gz
+URL-$(FILE)= $(HTTPBLFS)/perl-modules/$(FILE)
+SHA-$(FILE)= 253cb641057d929616622408de5a572ab37a8df9
+
+# 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:
+ perl Makefile.PL
+ make
+ make install
+
+clean:
+ -rm -rf $(DIR)
+
+.PHONY: compile-stage1 clean chroot compile-stage2
Modified: branches/minimal/packages/pidgin/Makefile
===================================================================
--- branches/minimal/packages/pidgin/Makefile 2007-07-17 14:20:18 UTC (rev
1963)
+++ branches/minimal/packages/pidgin/Makefile 2007-07-17 15:16:45 UTC (rev
1964)
@@ -21,7 +21,8 @@
compile-stage2:
# D-BUS support is disabled because it wants Python
- ./configure --prefix=/usr --disable-dbus
+ # GTKui is disabled because we have no X
+ ./configure --prefix=/usr --disable-dbus --disable-gtkui
make
make install
svn export --force $(ROOT)/root/.gaim /root/.gaim
Added: branches/minimal/root/.gaim/accounts.xml
===================================================================
--- branches/minimal/root/.gaim/accounts.xml (rev 0)
+++ branches/minimal/root/.gaim/accounts.xml 2007-07-17 15:16:45 UTC (rev
1964)
@@ -0,0 +1,18 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+
+<accounts version='1.0'>
+ <account>
+ <protocol>prpl-irc</protocol>
+ <name>[EMAIL PROTECTED]</name>
+ <alias>lfs-livecd</alias>
+ <settings>
+ <setting name='username' type='string'>guest</setting>
+ <setting name='encoding' type='string'>UTF-8</setting>
+ <setting name='realname' type='string'>LFS LiveCD</setting>
+ <setting name='port' type='int'>6667</setting>
+ </settings>
+ <settings ui='gtk-gaim'>
+ <setting name='auto-login' type='bool'>1</setting>
+ </settings>
+ </account>
+</accounts>
Added: branches/minimal/root/.gaim/blist.xml
===================================================================
--- branches/minimal/root/.gaim/blist.xml (rev 0)
+++ branches/minimal/root/.gaim/blist.xml 2007-07-17 15:16:45 UTC (rev
1964)
@@ -0,0 +1,25 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+
+<gaim version='1.0'>
+ <blist>
+ <group name="LFS">
+ <setting name="collapsed" type="bool">0</setting>
+ <chat proto="prpl-irc" account="[EMAIL PROTECTED]">
+ <component name="channel">#livecd</component>
+ <setting name="gtk-autojoin"
type="bool">1</setting>
+ </chat>
+ <chat proto="prpl-irc" account="[EMAIL PROTECTED]">
+ <component name="channel">#lfs</component>
+ <setting name="gtk-autojoin"
type="bool">1</setting>
+ </chat>
+ <chat proto="prpl-irc" account="[EMAIL PROTECTED]">
+ <component
name="channel">#lfs-support</component>
+ <setting name="gtk-autojoin"
type="bool">1</setting>
+ </chat>
+ </group>
+ </blist>
+ <privacy>
+ <account proto="prpl-irc" name="[EMAIL PROTECTED]" mode="1">
+ </account>
+ </privacy>
+</gaim>
Added: branches/minimal/root/.gaim/prefs.xml
===================================================================
--- branches/minimal/root/.gaim/prefs.xml (rev 0)
+++ branches/minimal/root/.gaim/prefs.xml 2007-07-17 15:16:45 UTC (rev
1964)
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+
+<pref version='1.0' name='/'>
+ <pref name='gaim'>
+ <pref name='gtk'>
+ <pref name='browsers'>
+ <pref name='place' type='int' value='3' />
+ <pref name='command' type='string' value='' />
+ <pref name='browser' type='string'
value='mozilla' />
+ </pref>
+ </pref>
+ </pref>
+</pref>
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page