From ryuo at frugalware.org Tue Dec 1 06:12:48 2009 From: ryuo at frugalware.org (James Buren) Date: Tue, 1 Dec 2009 06:12:48 +0100 (CET) Subject: [Frugalware-git] homepage-ng: yaxmenu * add new git repo Message-ID: <20091201051248.1D5B21240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=1bedfbe88253b0afde5e23dd39630764ebe904b5 commit 1bedfbe88253b0afde5e23dd39630764ebe904b5 Author: James Buren Date: Mon Nov 30 23:12:29 2009 -0600 yaxmenu * add new git repo diff --git a/git/repos/yaxmenu b/git/repos/yaxmenu new file mode 120000 index 0000000..3eaae99 --- /dev/null +++ b/git/repos/yaxmenu @@ -0,0 +1 @@ +../../../yaxmenu \ No newline at end of file From ryuo at frugalware.org Tue Dec 1 06:12:48 2009 From: ryuo at frugalware.org (James Buren) Date: Tue, 1 Dec 2009 06:12:48 +0100 (CET) Subject: [Frugalware-git] homepage-ng: fwpl * remove old symlink Message-ID: <20091201051248.0DB761240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=8bc633b2f91f1cd8723baaa627d3e4e883166a85 commit 8bc633b2f91f1cd8723baaa627d3e4e883166a85 Author: James Buren Date: Mon Nov 30 23:12:03 2009 -0600 fwpl * remove old symlink diff --git a/git/repos/fwpl b/git/repos/fwpl deleted file mode 120000 index 2da4e40..0000000 --- a/git/repos/fwpl +++ /dev/null @@ -1 +0,0 @@ -../../../fwpl \ No newline at end of file From ryuo at frugalware.org Tue Dec 1 06:17:25 2009 From: ryuo at frugalware.org (James Buren) Date: Tue, 1 Dec 2009 06:17:25 +0100 (CET) Subject: [Frugalware-git] yaxmenu: generate-c-files.bash * initial draft Message-ID: <20091201051725.B80BD1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=7b2f4073bb59458322f919f8a7501457f4c1df27 commit 7b2f4073bb59458322f919f8a7501457f4c1df27 Author: James Buren Date: Mon Nov 30 23:17:02 2009 -0600 generate-c-files.bash * initial draft diff --git a/tools/generate-c-files.bash b/tools/generate-c-files.bash new file mode 100755 index 0000000..a4fadb4 --- /dev/null +++ b/tools/generate-c-files.bash @@ -0,0 +1,16 @@ +#!/bin/bash + +if [ -z "${1}" ]; then + echo "Usage: ${0} " + exit 1 +fi + +A="_${1/-/_}_header_" +B="${1}.h" +C="${1}.c" + +echo "#ifndef ${A}" >> "${B}" +echo "#define ${A}" >> "${B}" +echo "#endif" >> "${B}" + +echo "#include \"${B}\"" >> "${C}" From bouleetbil at frogdev.info Tue Dec 1 10:16:48 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 1 Dec 2009 10:16:48 +0100 (CET) Subject: [Frugalware-git] frugalware-current: nautilus-2.28.2-1-i686 *version bump Message-ID: <20091201091648.3669E1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f37da52e99204c5f8ab185960428d623deef62ee commit f37da52e99204c5f8ab185960428d623deef62ee Author: bouleetbil Date: Tue Dec 1 10:17:17 2009 +0000 nautilus-2.28.2-1-i686 *version bump diff --git a/source/gnome/nautilus/FrugalBuild b/source/gnome/nautilus/FrugalBuild index 953536a..00820d3 100644 --- a/source/gnome/nautilus/FrugalBuild +++ b/source/gnome/nautilus/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=nautilus -pkgver=2.28.1 +pkgver=2.28.2 pkgrel=1 pkgdesc="A file manager for GNOME" url="http://www.gnome.org/" @@ -19,7 +19,7 @@ _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet source=(${source[@]} $pkgname-2.16.0-frugalware_defaults.patch) Fconfopts="$Fconfopts --disable-tracker --disable-beagle --disable-packagekit" -sha1sums=('f2c3d61c442bec1665717fd8163be0871462f510' \ +sha1sums=('cc1e0e80df8ee38c8e787e7b7249c0fbc8ba3808' \ 'f328b08f6c92e2d2c5efb28fc6999d8f7ea60c5a') # optimization OK From vmiklos at frugalware.org Tue Dec 1 14:04:07 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 1 Dec 2009 14:04:07 +0100 (CET) Subject: [Frugalware-git] frugalware-current: cpm-0.23beta-1-i686 Message-ID: <20091201130407.A4D961240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=13448c64bb3abc3a3443de18d6db08beb1323954 commit 13448c64bb3abc3a3443de18d6db08beb1323954 Author: Miklos Vajna Date: Tue Dec 1 13:44:59 2009 +0100 cpm-0.23beta-1-i686 - up2date/source fix diff --git a/source/apps-extra/cpm/FrugalBuild b/source/apps-extra/cpm/FrugalBuild index ec52962..b78c08f 100644 --- a/source/apps-extra/cpm/FrugalBuild +++ b/source/apps-extra/cpm/FrugalBuild @@ -5,14 +5,14 @@ pkgname=cpm pkgver=0.23beta pkgrel=1 pkgdesc="Console Password Manager" +_F_sourceforge_dirname="passwordms" +Finclude sourceforge url="http://www.harry-b.de/dokuwiki/doku.php?id=harry:cpm" depends=('ncurses' 'libxml2' 'dotconf' 'cracklib' 'gpgme' 'cdk') backup=(etc/cpmrc) groups=('apps-extra') archs=('i686' 'x86_64') -up2date="lynx -dump http://sourceforge.net/projects/passwordms/|grep 'cpm -'|sed 's/.*- //'" -source=(http://www.harry-b.de/downloads/cpm.tar.bz2) -signatures=($source.asc) +sha1sums=('0c3b3b22627bbd0f20ed959c95065baf3fc4cd0d') options=('scriptlet') build() From vmiklos at frugalware.org Tue Dec 1 14:04:07 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 1 Dec 2009 14:04:07 +0100 (CET) Subject: [Frugalware-git] frugalware-current: truecrypt-6.3-2-i686 Message-ID: <20091201130407.B652F1240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5cef2f2f0de6970b24deea9f3b5029b94f5b6d08 commit 5cef2f2f0de6970b24deea9f3b5029b94f5b6d08 Author: Miklos Vajna Date: Tue Dec 1 13:45:42 2009 +0100 truecrypt-6.3-2-i686 - update to patchlevel 'a' diff --git a/source/apps-extra/truecrypt/FrugalBuild b/source/apps-extra/truecrypt/FrugalBuild index c127987..336f61b 100644 --- a/source/apps-extra/truecrypt/FrugalBuild +++ b/source/apps-extra/truecrypt/FrugalBuild @@ -3,8 +3,8 @@ pkgname=truecrypt pkgver=6.3 -pkgextraver= -pkgrel=1 +pkgextraver=a +pkgrel=2 pkgdesc="A free open-source disk encryption software" url="http://www.truecrypt.org/" depends=('fuse' 'wxgtk-u8' 'nss' 'lvm2') From vmiklos at frugalware.org Tue Dec 1 14:04:07 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 1 Dec 2009 14:04:07 +0100 (CET) Subject: [Frugalware-git] frugalware-current: openldap-2.4.20-1-i686 Message-ID: <20091201130407.C20821240012@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9d821a513665b9abbdafd3dda3abfe2a2050524d commit 9d821a513665b9abbdafd3dda3abfe2a2050524d Author: Miklos Vajna Date: Tue Dec 1 13:49:24 2009 +0100 openldap-2.4.20-1-i686 - version bump diff --git a/source/network-extra/openldap/FrugalBuild b/source/network-extra/openldap/FrugalBuild index b3ea37f..fefdb4a 100644 --- a/source/network-extra/openldap/FrugalBuild +++ b/source/network-extra/openldap/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=openldap -pkgver=2.4.19 -pkgrel=2 +pkgver=2.4.20 +pkgrel=1 pkgdesc="A suite of the Lightweight Directory Access Protocol servers" url="http://www.openldap.org/" groups=('network-extra') @@ -15,13 +15,13 @@ makedepends=('tcp_wrappers' 'openssl' 'cyrus-sasl' 'groff') up2date="lynx -dump http://www.openldap.org/software/download/|grep 'United States'|sed -e 's/.*]\(.*\) \[.*/\1/'" source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/$pkgname-$pkgver.tgz rc.slapd \ slapd.sysconfig create_initial_ldap slapd.init.ldif slapd.init.conf DB_CONFIG) -sha1sums=('4a78acae0dd6d51d22ff50eef77912e59b31779a' \ - 'cedff3902bc2169d76f7f314bbfec1e39759515a' \ - 'fe4a47065a0b3b7c61d768dd5216b28f1254ffb0' \ - '31d5ecdba5d490763fb06df5452cb48157a73871' \ - '5fc92cf30d4826be94e2ef421a951f49849dbe3c' \ - 'b176d6d6075735c89546d2d50497def889219d76' \ - '8a5d021410d00e00445a380ee65df7c14d3a3805') +sha1sums=('29fbfce66e4ea8af0c26827915343ca2fc972da1' \ + 'cedff3902bc2169d76f7f314bbfec1e39759515a' \ + 'fe4a47065a0b3b7c61d768dd5216b28f1254ffb0' \ + '31d5ecdba5d490763fb06df5452cb48157a73871' \ + '5fc92cf30d4826be94e2ef421a951f49849dbe3c' \ + 'b176d6d6075735c89546d2d50497def889219d76' \ + '8a5d021410d00e00445a380ee65df7c14d3a3805') subpkgs=('libldap') subdescs=('OpenLDAP library.') From vmiklos at frugalware.org Tue Dec 1 14:04:07 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 1 Dec 2009 14:04:07 +0100 (CET) Subject: [Frugalware-git] frugalware-current: pure-ftpd-1.0.27-1-i686 Message-ID: <20091201130407.C879F1240014@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=866f402131b56fa7dd775f8a4add2965289e03ae commit 866f402131b56fa7dd775f8a4add2965289e03ae Author: Miklos Vajna Date: Tue Dec 1 13:50:24 2009 +0100 pure-ftpd-1.0.27-1-i686 - version bump diff --git a/source/network-extra/pure-ftpd/FrugalBuild b/source/network-extra/pure-ftpd/FrugalBuild index c3fc53c..c0b8792 100644 --- a/source/network-extra/pure-ftpd/FrugalBuild +++ b/source/network-extra/pure-ftpd/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=pure-ftpd -pkgver=1.0.26 +pkgver=1.0.27 pkgrel=1 pkgdesc="A free, secure, production-quality and standard-conformant FTP server" url="http://www.pureftpd.org/" @@ -14,7 +14,7 @@ archs=('i686' 'x86_64') up2date="Flasttar http://download.pureftpd.org/pub/pure-ftpd/releases/" source=(ftp://ftp.pureftpd.org/pub/$pkgname/releases/$pkgname-$pkgver.tar.bz2 \ pure-config.pl pure-ftpd.conf rc.$pkgname rc.$pkgname-hu.po) -sha1sums=('6b224a5e24f334bbae3c2b8951ab8f677ebe28de' \ +sha1sums=('f4c3fcc68bea3b2dad9ff76624e23f072acd9c2e' \ '274bf6399afa4fbb6cb8593181c103e3ff7f1070' \ '7c6b89a0dcefdd96e2da943ec4b21a9d952d86eb' \ '2a0b5d5151251deb129c061a78fa5eca5525e99e' \ From devil505linux at gmail.com Tue Dec 1 18:13:12 2009 From: devil505linux at gmail.com (Devil505) Date: Tue, 1 Dec 2009 18:13:12 +0100 (CET) Subject: [Frugalware-git] frugalware-current: ario-1.4-1-i686 * version bump * added new depends Message-ID: <20091201171312.65B441240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=618f50ece612eead70700ea8e597e09b20e80caf commit 618f50ece612eead70700ea8e597e09b20e80caf Author: Devil505 Date: Tue Dec 1 18:12:27 2009 +0100 ario-1.4-1-i686 * version bump * added new depends diff --git a/source/xapps-extra/ario/FrugalBuild b/source/xapps-extra/ario/FrugalBuild index e55f765..a83ba26 100644 --- a/source/xapps-extra/ario/FrugalBuild +++ b/source/xapps-extra/ario/FrugalBuild @@ -2,10 +2,10 @@ # Maintainer: Devil505 pkgname=ario -pkgver=1.3 -pkgrel=2 +pkgver=1.4 +pkgrel=1 pkgdesc="A GTK2 client for MPD (Music player daemon)." -depends=('libglade>=2.6.4-2' 'freetype2' 'glibc' 'libxau>=1.0.4-1' 'libxdmcp' 'curl>=7.19.0' 'avahi-glib>=0.6.24-5' 'libxdamage>=1.1.1-3' 'libxext>=1.0.5-3' 'libsoup' 'dbus-glib' 'libnotify>=0.4.5-2' 'taglib') +depends=('libglade>=2.6.4-2' 'freetype2' 'glibc' 'libxau>=1.0.4-1' 'libxdmcp' 'curl>=7.19.0' 'avahi-glib>=0.6.24-5' 'libxdamage>=1.1.1-3' 'libxext>=1.0.5-3' 'libsoup' 'dbus-glib' 'libnotify>=0.4.5-2' 'taglib' 'unique' 'libmpdclient') makedepends=('perl-xml-parser' 'intltool') options=('scriptlet') _F_gnome_iconcache="y" @@ -15,6 +15,6 @@ _F_sourceforge_realname="$_F_sourceforge_dirname" Finclude sourceforge groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('d9d43854a0055b9ab0c9062826019174a053fb70') +sha1sums=('106a6840c01f49ac33eb7e87311fdac31c81d7e9') # optimization OK From devil505linux at gmail.com Tue Dec 1 18:51:09 2009 From: devil505linux at gmail.com (Devil505) Date: Tue, 1 Dec 2009 18:51:09 +0100 (CET) Subject: [Frugalware-git] frugalware-current: bleachbit-0.7.2-1-i686 Message-ID: <20091201175109.4B1CE1240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4a3cea4a94de3bb69cfd39a99b7c9c9b767a15c3 commit 4a3cea4a94de3bb69cfd39a99b7c9c9b767a15c3 Author: Devil505 Date: Tue Dec 1 18:50:04 2009 +0100 bleachbit-0.7.2-1-i686 * version bump diff --git a/source/xapps-extra/bleachbit/FrugalBuild b/source/xapps-extra/bleachbit/FrugalBuild index bea0e01..e37f7f2 100644 --- a/source/xapps-extra/bleachbit/FrugalBuild +++ b/source/xapps-extra/bleachbit/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=bleachbit -pkgver=0.7.1 +pkgver=0.7.2 pkgrel=1 pkgdesc="BleachBit deletes unnecessary files to free valuable disk space and maintain privacy." depends=('pygtk>=2.14.1-2') @@ -11,7 +11,7 @@ _F_sourceforge_ext=".tar.bz2" Finclude sourceforge groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('f0da2cc7aec3244bb6bff42e4875fb0521655369') +sha1sums=('1fff4832b2d1d514c44254392a6fac5e5ad7a057') build() { Fsed "prefix ?= /usr/local" "prefix ?= /usr" Makefile From devil505linux at gmail.com Tue Dec 1 18:51:09 2009 From: devil505linux at gmail.com (Devil505) Date: Tue, 1 Dec 2009 18:51:09 +0100 (CET) Subject: [Frugalware-git] frugalware-current: pidgin-2.6.4-1-i686 * version bump Message-ID: <20091201175109.3498F1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=60e47c2f0038dc38171cf1342f270cfbe639580e commit 60e47c2f0038dc38171cf1342f270cfbe639580e Author: Devil505 Date: Tue Dec 1 18:47:50 2009 +0100 pidgin-2.6.4-1-i686 * version bump diff --git a/source/xapps/pidgin/FrugalBuild b/source/xapps/pidgin/FrugalBuild index ae5522e..ad32d75 100644 --- a/source/xapps/pidgin/FrugalBuild +++ b/source/xapps/pidgin/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: voroskoi pkgname=pidgin -pkgver=2.6.3 +pkgver=2.6.4 pkgrel=1 pkgdesc="A multi-protocol instant messaging (IM) client" depends=('gtk+2>=2.16.2-2' 'libao' 'audiofile' 'gtkspell>=2.0.11-3' 'startup-notification>=0.9-3' \ @@ -21,7 +21,7 @@ _F_sourceforge_ext=".tar.bz2" Finclude sourceforge url="http://www.pidgin.im/" options=('scriptlet') -sha1sums=('552f3cbfb2cb2026342777efc9102e3511b0b29f') +sha1sums=('1b67a5bef64d0bbe9576b3b2c9356df276cc5e6c') subpkgs=("libpurple") subdescs=('Library intended to be used by programmers seeking to write an IM client that connects to many IM networks.') subdepends=("avahi-compat>=0.6.21 dbus-glib>=0.74 avahi-glib>=0.6.21 gnutls>=2.8 libxml2 libxslt nss>=3.12 farsight2 nice") From bouleetbil at frogdev.info Tue Dec 1 21:11:05 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 1 Dec 2009 21:11:05 +0100 (CET) Subject: [Frugalware-git] xorgtesting: xf86-video-dummy-0.3.3-1-i686 *version bump Message-ID: <20091201201105.37ECB1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=d7f377c336448faa1e41d58c3cf4a1129e11348a commit d7f377c336448faa1e41d58c3cf4a1129e11348a Author: bouleetbil Date: Tue Dec 1 21:11:58 2009 +0000 xf86-video-dummy-0.3.3-1-i686 *version bump diff --git a/source/x11/xf86-video-dummy/FrugalBuild b/source/x11/xf86-video-dummy/FrugalBuild index e7b36a6..ce8da78 100644 --- a/source/x11/xf86-video-dummy/FrugalBuild +++ b/source/x11/xf86-video-dummy/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-dummy -pkgver=0.3.2 +pkgver=0.3.3 pkgrel=1 pkgdesc="X.Org driver for dummy cards" url="http://xorg.freedesktop.org" @@ -11,6 +11,6 @@ archs=('i686' 'x86_64') depends=('xorg-server>=1.6.3') makedepends=('randrproto=>1.3.0' 'renderproto' 'xf86dgaproto' 'videoproto>=2.2.2') Finclude xorg -sha1sums=('f76ce46656b0674ac0c4b505f19b3c72de5e1229') +sha1sums=('3ea81b819c29938feab58b644b7066250e88da79') # optimization OK From hermier at frugalware.org Tue Dec 1 21:35:19 2009 From: hermier at frugalware.org (Michel Hermier) Date: Tue, 1 Dec 2009 21:35:19 +0100 (CET) Subject: [Frugalware-git] frugalware-current: krb5-1.7-1-i686 Message-ID: <20091201203519.B36B71240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=95eb325fec25beb97ca4a7b57dd5d4e2b6f320d0 commit 95eb325fec25beb97ca4a7b57dd5d4e2b6f320d0 Author: Michel Hermier Date: Tue Dec 1 21:34:23 2009 +0100 krb5-1.7-1-i686 * New package. (Wakfu users have fun ;) diff --git a/source/lib-extra/krb5/FrugalBuild b/source/lib-extra/krb5/FrugalBuild new file mode 100644 index 0000000..95aa096 --- /dev/null +++ b/source/lib-extra/krb5/FrugalBuild @@ -0,0 +1,53 @@ +# Compiling time: 0.93 SBU +# Maintainer: Michel Hermier + +pkgname=krb5 +pkgver=1.7 +pkgrel=1 +pkgdesc="Kerberos: The Network Authentication Protocol" +url="http://web.mit.edu/kerberos/" +license="MIT licence" +depends=('e2fsprogs' 'db') +makedepends=('perl') +#makedepends=('postgresql>=8.2.1' 'mysql>=5.1.34') +rodepends=("libkrb5=$pkgver") +archs=('i686') +groups=('lib-extra') +up2date="echo $pkgver" +source=(http://web.mit.edu/kerberos/dist/$pkgname/$pkgver/$pkgname-$pkgver-signed.tar) +sha1sums=('0fe1b1cf9f8d4f5f5d7fdaf89326baf5c5adbc66') +#signature=($source.asc) +#signatures=(http://web.mit.edu/kerberos/www/$pkgname-$pkgver/$pkgname-$pkgver.sig) + +subpkgs=('libkrb5') +subdescs=('krb5 libraries files.') +subdepends=('e2fsprogs db libgssglue') +subgroups=('lib-extra') +subarchs=('i686') + +build() { + Fextract $pkgname-$pkgver.tar.gz + Fcd $pkgname-$pkgver/src + export CPPFLAGS="$CPPFLAGS -I/usr/include/et" + Fbuild --with-system-et --with-system-ss + # --with-system-db + + for i in ftp rcp rlogin rsh telnet; do + Fmv usr/bin/$i usr/bin/k$i + Fmv usr/share/man/man1/$i.1 usr/share/man/man1/k$i.1 + done + + for i in ftpd telnetd; do + Fmv usr/sbin/$i usr/sbin/k$i + Fmv usr/share/man/man8/$i.8 usr/share/man/man8/k$i.8 + done + + Fsplit libkrb5 usr/lib/libgssapi_krb5.so* + Fsplit libkrb5 usr/lib/libk5* + Fsplit libkrb5 usr/lib/libkrb5.so.3* + Fsplit libkrb5 usr/lib/libkrb5support* +# Fsplit libkrb5 usr/include + Fsplit libkrb5 usr/share/examples/krb5 +} + +# optimization OK From hermier at frugalware.org Tue Dec 1 22:05:37 2009 From: hermier at frugalware.org (Michel Hermier) Date: Tue, 1 Dec 2009 22:05:37 +0100 (CET) Subject: [Frugalware-git] frugalware-current: krb5-1.7-1-i686 Message-ID: <20091201210537.ACED31240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=81f93e432c2e63eb1efa62fff16873ecba82a326 commit 81f93e432c2e63eb1efa62fff16873ecba82a326 Author: Michel Hermier Date: Tue Dec 1 22:05:11 2009 +0100 krb5-1.7-1-i686 * Fix maintainer url. diff --git a/source/lib-extra/krb5/FrugalBuild b/source/lib-extra/krb5/FrugalBuild index 95aa096..ee56140 100644 --- a/source/lib-extra/krb5/FrugalBuild +++ b/source/lib-extra/krb5/FrugalBuild @@ -1,5 +1,5 @@ # Compiling time: 0.93 SBU -# Maintainer: Michel Hermier +# Maintainer: Michel Hermier pkgname=krb5 pkgver=1.7 From bouleetbil at frogdev.info Tue Dec 1 22:44:29 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 1 Dec 2009 22:44:29 +0100 (CET) Subject: [Frugalware-git] frugalware-current: mod_wsgi-3.1-1-i686 *new package Message-ID: <20091201214429.ADBBB1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=322db2c557771db2e8140c7340df55fdeba362d5 commit 322db2c557771db2e8140c7340df55fdeba362d5 Author: bouleetbil Date: Tue Dec 1 22:45:12 2009 +0000 mod_wsgi-3.1-1-i686 *new package diff --git a/source/network-extra/mod_wsgi/FrugalBuild b/source/network-extra/mod_wsgi/FrugalBuild new file mode 100644 index 0000000..e189d59 --- /dev/null +++ b/source/network-extra/mod_wsgi/FrugalBuild @@ -0,0 +1,25 @@ +# Compiling Time: 0.11 SBU +# Maintainer: bouleetbil + +pkgname=mod_wsgi +pkgver=3.1 +pkgrel=1 +pkgdesc="Python WSGI adapter module for Apache." +url="http://www.modpython.org/" +depends=('apache>=2.2.0' 'python>=2.6') +groups=('network-extra') +_F_googlecode_dirname=modwsgi +Finclude googlecode +backup=(etc/httpd/conf/modules.d/mod_wsgi.conf) +archs=('i686' 'x86_64') +source=($source mod_wsgi.conf) +sha1sums=('4bfbfc07e6bb33df4eb7b78c4e65126d926441b8' \ + '0f1e505e724e6915ea0169980722d2411e608a3a') + +build() +{ + Fbuild + Ffile /etc/httpd/conf/modules.d/mod_wsgi.conf +} + +# optimization OK diff --git a/source/network-extra/mod_wsgi/mod_wsgi.conf b/source/network-extra/mod_wsgi/mod_wsgi.conf new file mode 100644 index 0000000..4bc6eaa --- /dev/null +++ b/source/network-extra/mod_wsgi/mod_wsgi.conf @@ -0,0 +1,36 @@ + + LoadModule wsgi_module lib/apache/mod_wsgi.so + + + +#Alias /wsgi-scripts/ /web/wsgi-scripts/ +# +#SetHandler wsgi-script +#Options +ExecCGI +# + +#virtualhost that use process with wsgi +#WSGIDaemonProcess default processes=2 threads=25 +# +# +#ServerName www.site.com +# +#WSGIDaemonProcess bob:1 user=bob group=bob threads=25 +#WSGIDaemonProcess bob:2 user=bob group=bob threads=25 +#WSGIDaemonProcess bob:3 user=bob group=bob threads=25 +# +#WSGIDaemonProcess joe:1 user=joe group=joe threads=25 +#WSGIDaemonProcess joe:2 user=joe group=joe threads=25 +#WSGIDaemonProcess joe:3 user=joe group=joe threads=25 +# +#SetEnv PROCESS_GROUP default +#WSGIProcessGroup %{ENV:PROCESS_GROUP} +# +# +#Options ExecCGI +#AllowOverride FileInfo +#AddHandler wsgi-script .wsgi +#WSGIRestrictProcess bob:1 bob:2 bob:3 +#SetEnv PROCESS_GROUP bob:1 +# +# From hermier at frugalware.org Tue Dec 1 23:07:18 2009 From: hermier at frugalware.org (Michel Hermier) Date: Tue, 1 Dec 2009 23:07:18 +0100 (CET) Subject: [Frugalware-git] frugalware-current: pam-krb5-4.2-1-i686 Message-ID: <20091201220718.9DCF71240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=20d3c80d048c949756796fbd62781eb8a7239a2d commit 20d3c80d048c949756796fbd62781eb8a7239a2d Author: Michel Hermier Date: Tue Dec 1 23:06:10 2009 +0100 pam-krb5-4.2-1-i686 * New package (need some true testing). diff --git a/source/lib-extra/pam-krb5/FrugalBuild b/source/lib-extra/pam-krb5/FrugalBuild new file mode 100644 index 0000000..fe7eda5 --- /dev/null +++ b/source/lib-extra/pam-krb5/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.05 SBU +# Maintainer: Michel Hermier + +pkgname=pam-krb5 +pkgver=4.2 +pkgrel=1 +pkgdesc="PAM Kerberos 5 Module" +url="http://www.eyrie.org/~eagle/software/pam-krb5/" +up2date="Flasttar $url" +groups=('lib-extra') +archs=('i686' 'x86_64' 'ppc') +depends=('libkrb5' 'pam') +makedepends=('krb5') +source=("http://archives.eyrie.org/software/kerberos/$pkgname-$pkgver.tar.gz") +signatures=("$source.asc") + +# optimization OK From exceed.cedric at gmail.com Tue Dec 1 23:33:09 2009 From: exceed.cedric at gmail.com (exceed) Date: Tue, 1 Dec 2009 23:33:09 +0100 (CET) Subject: [Frugalware-git] frugalware-current: afflib-3.5.3-1-i686 Message-ID: <20091201223309.6DA831240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ac9289b671ae2a978b1c6fc061da704d51c9842b commit ac9289b671ae2a978b1c6fc061da704d51c9842b Author: exceed Date: Tue Dec 1 23:35:12 2009 +0100 afflib-3.5.3-1-i686 * Version bump diff --git a/source/lib-extra/afflib/FrugalBuild b/source/lib-extra/afflib/FrugalBuild index 4e1e585..6f831f4 100644 --- a/source/lib-extra/afflib/FrugalBuild +++ b/source/lib-extra/afflib/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: exceed pkgname=afflib -pkgver=3.5.2 +pkgver=3.5.3 pkgrel=1 pkgdesc="AFFLIB is an open source implementation of AFF written in C" url="http://www.afflib.org/" @@ -11,6 +11,6 @@ groups=('lib-extra') archs=('i686' 'x86_64') up2date="Flasttar http://www.afflib.org/downloads/" source=(http://www.afflib.org/downloads/$pkgname-$pkgver.tar.gz) -sha1sums=('c188af3d0b80c2810435127858e14724d8de588d') +sha1sums=('1201e4bd7f0d89fc16df7bafc3912a0cdac5803d') # optimization OK From ryuo at frugalware.org Wed Dec 2 04:15:00 2009 From: ryuo at frugalware.org (James Buren) Date: Wed, 2 Dec 2009 04:15:00 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.h * initial draft Message-ID: <20091202031500.5E8D61240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=5dd26a0f13cb8817fe2664a9dcdbdad193345da0 commit 5dd26a0f13cb8817fe2664a9dcdbdad193345da0 Author: James Buren Date: Tue Dec 1 20:59:04 2009 -0600 utility.h * initial draft diff --git a/src/utility.h b/src/utility.h new file mode 100644 index 0000000..4934f92 --- /dev/null +++ b/src/utility.h @@ -0,0 +1,11 @@ +#ifndef _utility_header_ +#define _utility_header_ +#include "includes.h" + +#define eprintf(...) fprintf(stderr,__VA_ARGS__) +#define xnew(T,N) (T*)xmalloc(sizeof(T)*(N)) +#define xrenew(P,T,N) (T*)xrealloc(P,sizeof(T)*(N)) + +void *xmalloc(size_t); +void *xrealloc(void *,size_t); +#endif From ryuo at frugalware.org Wed Dec 2 04:15:00 2009 From: ryuo at frugalware.org (James Buren) Date: Wed, 2 Dec 2009 04:15:00 +0100 (CET) Subject: [Frugalware-git] yaxmenu: includes.h * initial draft Message-ID: <20091202031500.4F1491240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=218ff4767fa7097b93d10f0ac340cd944a6f05e6 commit 218ff4767fa7097b93d10f0ac340cd944a6f05e6 Author: James Buren Date: Mon Nov 30 23:19:48 2009 -0600 includes.h * initial draft diff --git a/src/includes.h b/src/includes.h new file mode 100644 index 0000000..bc82779 --- /dev/null +++ b/src/includes.h @@ -0,0 +1,6 @@ +#ifndef _includes_header_ +#define _includes_header_ +#include +#include +#include +#endif From ryuo at frugalware.org Wed Dec 2 04:15:00 2009 From: ryuo at frugalware.org (James Buren) Date: Wed, 2 Dec 2009 04:15:00 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.c * initial draft Message-ID: <20091202031500.65FEE1240012@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=93e74455794ee01c327a4408e61d5c1fbf1b8525 commit 93e74455794ee01c327a4408e61d5c1fbf1b8525 Author: James Buren Date: Tue Dec 1 21:05:41 2009 -0600 utility.c * initial draft diff --git a/src/utility.c b/src/utility.c new file mode 100644 index 0000000..2d44cbd --- /dev/null +++ b/src/utility.c @@ -0,0 +1,31 @@ +#include "utility.h" + +void *xmalloc(size_t size) { + void *ptr; + + assert(size); + + ptr = malloc(size); + + if(!ptr) { + eprintf("Failed to allocate %u bytes of memory.\n",size); + abort(); + } + + return ptr; +} + +void *xrealloc(void *optr,size_t size) { + void *nptr; + + assert(optr && size); + + nptr = realloc(optr,size); + + if(!nptr) { + eprintf("Failed to reallocate %u bytes of memory.\n",size); + abort(); + } + + return nptr; +} From ryuo at frugalware.org Wed Dec 2 04:15:00 2009 From: ryuo at frugalware.org (James Buren) Date: Wed, 2 Dec 2009 04:15:00 +0100 (CET) Subject: [Frugalware-git] yaxmenu: as.h * initial draft Message-ID: <20091202031500.6AECC1240014@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=d535cd7633658c8fdc1edf04bd5489613b8091d6 commit d535cd7633658c8fdc1edf04bd5489613b8091d6 Author: James Buren Date: Tue Dec 1 21:14:50 2009 -0600 as.h * initial draft diff --git a/src/as.h b/src/as.h new file mode 100644 index 0000000..009e5a4 --- /dev/null +++ b/src/as.h @@ -0,0 +1,55 @@ +#ifndef _as_header_ +#define _as_header_ +#include "includes.h" +#include "utility.h" + +#define AS_INITIAL_LENGTH 64U + +typedef struct { + char *str; + size_t cl; + size_t ml; +} as_t; + +static inline void as_init(as_t *as) { + assert(as); + + as->str = xnew(char,as->ml = AS_INITIAL_LENGTH); + + as->cl = 0; +} + +static inline void as_putc(as_t *as,char ch) { + assert(as); + + if(as->cl == as->ml) + as->str = xrenew(as->str,char,as->ml *= 2); + + as->str[as->cl++] = ch; +} + +static inline void as_puts(as_t *as,const char *str) { + assert(as && str); + + while(*str) + as_putc(as,*str++); +} + +static inline void as_reset(as_t *as) { + assert(as); + + as->cl = 0; +} + +static inline void as_compact(as_t *as) { + assert(as); + + as->str = xrenew(as->str,char,as->ml = as->cl); +} + +static inline void as_free(as_t *as) { + assert(as); + + free(as->str); +} +#endif From ryuo at frugalware.org Wed Dec 2 07:50:18 2009 From: ryuo at frugalware.org (James Buren) Date: Wed, 2 Dec 2009 07:50:18 +0100 (CET) Subject: [Frugalware-git] yaxmenu: includes.h * add stdbool.h Message-ID: <20091202065018.6A6E41240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=051f64a6415683944ed8b9a4bf6cf5b523f67ce4 commit 051f64a6415683944ed8b9a4bf6cf5b523f67ce4 Author: James Buren Date: Wed Dec 2 00:49:59 2009 -0600 includes.h * add stdbool.h diff --git a/src/includes.h b/src/includes.h index bc82779..adaebe2 100644 --- a/src/includes.h +++ b/src/includes.h @@ -1,6 +1,7 @@ #ifndef _includes_header_ #define _includes_header_ #include +#include #include #include #endif From devil505linux at gmail.com Wed Dec 2 17:41:08 2009 From: devil505linux at gmail.com (Devil505) Date: Wed, 2 Dec 2009 17:41:08 +0100 (CET) Subject: [Frugalware-git] frugalware-current: warsow-0.5-2-i686 * added options=('nobuild') Message-ID: <20091202164108.EFC6E1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cb5ce767af60bfbdc34ac2cd542f34069e9b181f commit cb5ce767af60bfbdc34ac2cd542f34069e9b181f Author: Devil505 Date: Wed Dec 2 17:39:25 2009 +0100 warsow-0.5-2-i686 * added options=('nobuild') diff --git a/source/games-extra/warsow/FrugalBuild b/source/games-extra/warsow/FrugalBuild index 7ac1fc3..d20721e 100644 --- a/source/games-extra/warsow/FrugalBuild +++ b/source/games-extra/warsow/FrugalBuild @@ -3,12 +3,13 @@ pkgname=warsow pkgver=0.5 -pkgrel=1 +pkgrel=2 pkgdesc="Free online multiplayer competitive FPS based on the Qfusion engine." url="http://www.warsow.net/" archs=('i686' 'x86_64') groups=('games-extra') makedepends=('unzip') +options=('nobuild') depends=('sdl' 'openal>=1.7.411' 'curl>=7.19.0' 'mesa' 'libxxf86dga' 'libjpeg' 'libvorbis' 'libxinerama') up2date=("lynx -dump $url?page=download |grep Warsow\ |sed -e 's/.*ow \(.*\)/\1/'") source=(http://data.rodix.free.fr/${pkgname}/files/${pkgname}_${pkgver}_unified.zip \ From devil505linux at gmail.com Wed Dec 2 17:47:10 2009 From: devil505linux at gmail.com (Devil505) Date: Wed, 2 Dec 2009 17:47:10 +0100 (CET) Subject: [Frugalware-git] frugalware-current: torcs-1.3.1-2-i686 Message-ID: <20091202164710.C840A1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fe7d453aa3a8172de4b2fc04bb31bfccaff86bb0 commit fe7d453aa3a8172de4b2fc04bb31bfccaff86bb0 Author: Devil505 Date: Wed Dec 2 17:46:40 2009 +0100 torcs-1.3.1-2-i686 * added options=('nobuild') diff --git a/source/games-extra/torcs/FrugalBuild b/source/games-extra/torcs/FrugalBuild index 73b2738..5727959 100644 --- a/source/games-extra/torcs/FrugalBuild +++ b/source/games-extra/torcs/FrugalBuild @@ -4,11 +4,12 @@ pkgname=torcs pkgver=1.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="The Open Racing Car Simulator" depends=('mesa' 'plib' 'libpng' 'freeglut' 'libxrandr' 'openal>=1.7.411' 'freealut') makedepends=('randrproto') groups=('games-extra') +options=('nobuild') archs=('i686' 'x86_64') _F_sourceforge_ext=".tar.bz2" _F_sourceforge_realname="all-in-one" From bouleetbil at frogdev.info Wed Dec 2 20:41:39 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Dec 2009 20:41:39 +0100 (CET) Subject: [Frugalware-git] frugalware-current: webkit-1.1.17-1-i686 *version bump Message-ID: <20091202194139.4523D1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=96ca7ef5773acb3fa1ced236fa9d04a6bb3b1323 commit 96ca7ef5773acb3fa1ced236fa9d04a6bb3b1323 Author: bouleetbil Date: Wed Dec 2 20:42:19 2009 +0000 webkit-1.1.17-1-i686 *version bump diff --git a/source/xlib-extra/webkit/FrugalBuild b/source/xlib-extra/webkit/FrugalBuild index ed4e5fe..057d7c5 100644 --- a/source/xlib-extra/webkit/FrugalBuild +++ b/source/xlib-extra/webkit/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=webkit -pkgver=1.1.16 +pkgver=1.1.17 pkgrel=1 pkgdesc="Open source web browser engine that's used by Safari" url="http://www.webkit.org" @@ -23,6 +23,6 @@ Fconfopts="${Fconfopts[@]} --enable-icon-database --enable-svg \ WEBKIT_LIB_DIR=/usr/lib \ --build=$CARCH-pc-linux-gnu \ --host=$CARCH-pc-linux-gnu" -sha1sums=('7b76d4124512befc776cca462a7c8d5d0e6012fd') +sha1sums=('2a5803f3cb2448d04a47f0c5f959cc2be31b8f90') # optimization OK From vmiklos at frugalware.org Wed Dec 2 21:22:53 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 2 Dec 2009 21:22:53 +0100 (CET) Subject: [Frugalware-git] frugalware-current: util-linux-ng-2.16.2-1-i686 Message-ID: <20091202202253.24F511240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=903fc1f01f6725f5a190a2990f0e9d88fc5b3c0a commit 903fc1f01f6725f5a190a2990f0e9d88fc5b3c0a Author: Miklos Vajna Date: Wed Dec 2 21:19:42 2009 +0100 util-linux-ng-2.16.2-1-i686 - version bump diff --git a/source/base/util-linux-ng/FrugalBuild b/source/base/util-linux-ng/FrugalBuild index e5ebd57..0294f83 100644 --- a/source/base/util-linux-ng/FrugalBuild +++ b/source/base/util-linux-ng/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=util-linux-ng -pkgver=2.16.1 -pkgrel=2 +pkgver=2.16.2 +pkgrel=1 pkgdesc="Miscellaneous system utilities for Linux" url="http://www.kernel.org/pub/linux/utils/util-linux-ng" backup=('etc/sysconfig/console' 'etc/sysconfig/numlock') From vmiklos at frugalware.org Wed Dec 2 21:22:53 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 2 Dec 2009 21:22:53 +0100 (CET) Subject: [Frugalware-git] frugalware-current: mpfr-2.4.2-1-i686 Message-ID: <20091202202253.3E33C1240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4be8aa997562cf5e370a1e81bf5eb3fe393b9b05 commit 4be8aa997562cf5e370a1e81bf5eb3fe393b9b05 Author: Miklos Vajna Date: Wed Dec 2 21:22:29 2009 +0100 mpfr-2.4.2-1-i686 - version bump diff --git a/source/lib/mpfr/FrugalBuild b/source/lib/mpfr/FrugalBuild index cf514c5..00f0a11 100644 --- a/source/lib/mpfr/FrugalBuild +++ b/source/lib/mpfr/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=mpfr -basever=2.4.1 -patchver=05 +basever=2.4.2 +patchver= if [ -n "$patchver" ]; then pkgver=${basever}_$patchver else @@ -23,12 +23,7 @@ if [ -n "$patchver" ]; then source=(${source[@]} $url/patch$i) done fi -sha1sums=('1f965793526cafefb30cda64cebf3712cb75b488' \ - '82eb4c34685b6d655d33e0dfcea003248a8967d9' \ - '49ae9b7d23d5ba1013687a99d28ac2c1d674af55' \ - '282066b0104ec41931126acb57e6ef6140dcacbd' \ - 'a32e20029351eb34cee941d22566044693a91b93' \ - 'aec518a69b75d11699daf6b984a2c6887638b6eb') +sha1sums=('7ca93006e38ae6e53a995af836173cf10ee7c18c') options=('noversrc') _F_cd_path=$pkgname-$basever Fconfopts="$Fconfopts --enable-shared --enable-static" From bouleetbil at frogdev.info Wed Dec 2 21:45:08 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Dec 2009 21:45:08 +0100 (CET) Subject: [Frugalware-git] frugalware-current: mod_fastcgi-2.4.6-2-i686 *fixed default conf Message-ID: <20091202204508.204431240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=90332d9852907c494a7ced85c29ac2db769007aa commit 90332d9852907c494a7ced85c29ac2db769007aa Author: bouleetbil Date: Wed Dec 2 21:46:10 2009 +0000 mod_fastcgi-2.4.6-2-i686 *fixed default conf diff --git a/source/network-extra/mod_fastcgi/FrugalBuild b/source/network-extra/mod_fastcgi/FrugalBuild index b6cb346..ce14879 100644 --- a/source/network-extra/mod_fastcgi/FrugalBuild +++ b/source/network-extra/mod_fastcgi/FrugalBuild @@ -3,7 +3,7 @@ pkgname=mod_fastcgi pkgver=2.4.6 -pkgrel=1 +pkgrel=2 pkgdesc="A language independent extension to CGI that provides high performance" url="http://www.fastcgi.com/" depends=('apache>=2.2.0') @@ -13,7 +13,7 @@ backup=(etc/httpd/conf/$pkgname.conf) up2date="lynx -dump 'http://www.fastcgi.com/dist/?m=D'|grep mod_fastcgi-[0-9\.]*\.tar.gz$|sed -n 's/.*-\(.*\)\.t.*/\1/;1 p'" source=(http://www.fastcgi.com/dist/$pkgname-$pkgver.tar.gz $pkgname.conf) sha1sums=('69c56548bf97040a61903b32679fe3e3b7d3c2d4' \ - '2cf6e51e2c58e24c162f0d0fd9336967fe3561a9') + '787da437edf008200420a445fb7687f41e749a88') build() { diff --git a/source/network-extra/mod_fastcgi/mod_fastcgi.conf b/source/network-extra/mod_fastcgi/mod_fastcgi.conf index 269dbed..9c1874d 100644 --- a/source/network-extra/mod_fastcgi/mod_fastcgi.conf +++ b/source/network-extra/mod_fastcgi/mod_fastcgi.conf @@ -1,4 +1,4 @@ -LoadModule fastcgi_module modules/mod_fastcgi.so +LoadModule fastcgi_module lib/apache/mod_fastcgi.so FastCgiIpcDir /tmp/fcgi_ipc/ AddHandler fastcgi-script .fcgi From exceed.cedric at gmail.com Wed Dec 2 22:11:08 2009 From: exceed.cedric at gmail.com (exceed) Date: Wed, 2 Dec 2009 22:11:08 +0100 (CET) Subject: [Frugalware-git] frugalware-current: weechat-0.3.0-1-i686 Message-ID: <20091202211108.26B881240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e744ee356ffa5ebe2de2aeef5b92f13db187cfbf commit e744ee356ffa5ebe2de2aeef5b92f13db187cfbf Author: exceed Date: Wed Dec 2 22:11:22 2009 +0100 weechat-0.3.0-1-i686 * Version bump * Fixed url/up2date/source * Fixed build() * Removed weechat_beep_on_highlight.diff * Closes FS#4045 diff --git a/source/network-extra/weechat/FrugalBuild b/source/network-extra/weechat/FrugalBuild index 2e3cd2c..860106c 100644 --- a/source/network-extra/weechat/FrugalBuild +++ b/source/network-extra/weechat/FrugalBuild @@ -3,33 +3,22 @@ # Maintainer: voroskoi pkgname=weechat -pkgver=0.2.6.3 -pkgrel=2 +pkgver=0.3.0 +pkgrel=1 pkgdesc="Fast, light & extensible IRC client." -url="http://weechat.flashtux.org/" -depends=('aspell' 'gnutls>=2.8' 'libgcrypt>=1.4' 'python>=2.6') +url="http://www.weechat.org" +depends=('aspell' 'gnutls' 'libgcrypt' 'python' 'lua' 'perl') makedepends=('ruby') groups=('network-extra') archs=('i686' 'x86_64') -license="GPL2" -up2date=("lynx -dump http://download.flashtux.org/index.php |grep weechat.*.tar.bz2 |sed -ne 's/.*t-\(.*\).t.*/\1/;1 p'") -source=(http://weechat.flashtux.org/download/$pkgname-$pkgver.tar.gz weechat_beep_on_highlight.diff) +up2date=("Flasttar ${url}/files/src/") +source=(${url}/files/src/$pkgname-$pkgver.tar.gz) +sha1sums=('d7d0ae999fb8aba65afca4bcf3a557fd318f59ef') build() { - Fbuild --disable-debug \ - --enable-ncurses \ - --disable-gtk \ - --disable-qt \ - --enable-perl \ - --enable-python \ - --enable-ruby \ - --enable-gnutls \ - --enable-nls \ - --disable-static \ - --with-gnu-ld + Fbuild --prefix=/usr --includedir=$Fdestdir/usr/include Fln /usr/bin/weechat-curses /usr/bin/weechat } -sha1sums=('676d97cd36d5ce8873e5923e8807a39300a18afe' \ - 'a5962940063430a9d62a8a6cdf02b6f611624ee3') + # optimization OK diff --git a/source/network-extra/weechat/weechat_beep_on_highlight.diff b/source/network-extra/weechat/weechat_beep_on_highlight.diff deleted file mode 100644 index 96daf0b..0000000 --- a/source/network-extra/weechat/weechat_beep_on_highlight.diff +++ /dev/null @@ -1,49 +0,0 @@ -diff -aur weechat-0.2.6/src/common/weeconfig.c fw_weechat/src/common/weeconfig.c ---- weechat-0.2.6/src/common/weeconfig.c 2007-08-29 14:47:50.000000000 +0200 -+++ fw_weechat/src/common/weeconfig.c 2007-09-07 08:28:22.000000000 +0200 -@@ -70,6 +70,7 @@ - int cfg_look_set_title; - int cfg_look_startup_logo; - int cfg_look_startup_version; -+int cfg_look_highlight_beep; - char *cfg_look_weechat_slogan; - int cfg_look_one_server_buffer; - int cfg_look_scroll_amount; -@@ -135,6 +136,10 @@ - N_("display WeeChat version at startup"), - OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE, - NULL, NULL, &cfg_look_startup_version, NULL, config_change_noop }, -+ { "look_highlight_beep", N_("console beep on highlight"), -+ N_("console beep on highlight"), -+ OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE, -+ NULL, NULL, &cfg_look_highlight_beep, NULL, config_change_noop }, - { "look_weechat_slogan", N_("WeeChat slogan"), - N_("WeeChat slogan (if empty, slogan is not used)"), - OPTION_TYPE_STRING, 0, 0, 0, -diff -aur weechat-0.2.6/src/common/weeconfig.h fw_weechat/src/common/weeconfig.h ---- weechat-0.2.6/src/common/weeconfig.h 2007-08-27 09:59:09.000000000 +0200 -+++ fw_weechat/src/common/weeconfig.h 2007-09-07 08:28:50.000000000 +0200 -@@ -97,6 +97,7 @@ - extern int cfg_look_set_title; - extern int cfg_look_startup_logo; - extern int cfg_look_startup_version; -+extern int cfg_look_highlight_beep; - extern char *cfg_look_weechat_slogan; - extern int cfg_look_one_server_buffer; - extern int cfg_look_open_near_server; -diff -aur weechat-0.2.6/src/gui/gui-common.c fw_weechat/src/gui/gui-common.c ---- weechat-0.2.6/src/gui/gui-common.c 2007-08-31 15:25:30.000000000 +0200 -+++ fw_weechat/src/gui/gui-common.c 2007-09-07 08:31:43.000000000 +0200 -@@ -163,8 +163,11 @@ - buffer->last_line->length += length; - if (type & GUI_MSG_TYPE_MSG) - buffer->last_line->line_with_message = 1; -- if (type & GUI_MSG_TYPE_HIGHLIGHT) -+ if (type & GUI_MSG_TYPE_HIGHLIGHT) { - buffer->last_line->line_with_highlight = 1; -+ if (cfg_look_highlight_beep) -+ printf("\a"); -+ } - if ((type & GUI_MSG_TYPE_TIME) || (type & GUI_MSG_TYPE_NICK) || (type & GUI_MSG_TYPE_PREFIX)) - buffer->last_line->length_align += length; - if (type & GUI_MSG_TYPE_NOLOG) From bouleetbil at frogdev.info Wed Dec 2 23:06:29 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Dec 2009 23:06:29 +0100 (CET) Subject: [Frugalware-git] frugalware-current: redmine-0.8.7-1-i686 *new package Message-ID: <20091202220629.A53C51240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9e0e86d17fe1de248ba4c6f96d12e87580f85b70 commit 9e0e86d17fe1de248ba4c6f96d12e87580f85b70 Author: bouleetbil Date: Wed Dec 2 23:07:29 2009 +0000 redmine-0.8.7-1-i686 *new package diff --git a/source/network-extra/redmine/FrugalBuild b/source/network-extra/redmine/FrugalBuild new file mode 100644 index 0000000..cd7766d --- /dev/null +++ b/source/network-extra/redmine/FrugalBuild @@ -0,0 +1,25 @@ +# Compiling Time: 0.01 SBU +# Maintainer: bouleetbil + +pkgname=redmine +pkgver=0.8.7 +pkgrel=1 +pkgdesc="Redmine is a flexible project management web application written using Ruby on Rails framework." +url="http://www.redmine.org/projects/redmine" +rodepends=("rails" "rubygems") +groups=('network-extra') +archs=('i686' 'x86_64') +up2date="Flasttar http://rubyforge.org/frs/?group_id=1850" +source=(http://rubyforge.org/frs/download.php/67144/$pkgname-$pkgver.tar.gz README.Frugalware) +sha1sums=('6c11d58e7d9d732be1e1225f45323167e4d4e739' \ + '47a9d05bc22e9998f95335515c6ca1bfe6413c85') + +build() +{ + Fmkdir /var/www/html + Ffile $pkgname-$pkgver.tar.gz /var/www/html + cd $Fdestdir/var/www/html + tar -xzf $pkgname-$pkgver.tar.gz || Fdie + Fmv /var/www/html/$pkgname-$pkgver /var/www/html/$pkgname + Frm $pkgname-$pkgver.tar.gz +} diff --git a/source/network-extra/redmine/README.Frugalware b/source/network-extra/redmine/README.Frugalware new file mode 100644 index 0000000..52e79a4 --- /dev/null +++ b/source/network-extra/redmine/README.Frugalware @@ -0,0 +1,45 @@ +Post Installation : + +Create an empty database and accompanying user named redmine for example. + +For Mysql: +create database redmine character set utf8; +create user 'redmine'@'localhost' identified by 'my_password'; +grant all privileges on redmine.* to 'redmine'@'localhost'; + +For PostegreSQL: +create database redmine character set utf8; +create user 'redmine'@'localhost' identified by 'my_password'; +grant all privileges on redmine.* to 'redmine'@'localhost'; + +Edit config/database.yml + +Generate a session store secret: +cd /var/www/html/redmine/ +rake config/initializers/session_store.rb + +Create the database structure, by running the following command under the application root directory: +RAILS_ENV=production rake db:migrate +It will create tables and an administrator account. + +Insert default configuration data in database, by running the following command: +RAILS_ENV=production rake redmine:load_default_data + +Fix permissions +mkdir tmp public/plugin_assets +chown -R redmine:redmine files log tmp public/plugin_assets +chmod -R 755 files log tmp public/plugin_assets + +Test the installation by running WEBrick web server: +ruby script/server webrick -e production +see the result : http://localhost:3000/ + +* login: admin +* password: admin + +SMTP Configuration : +Copy config/email.yml.example to config/email.yml and edit this file to adjust your SMTP settings. + +see http://www.redmine.org/wiki/redmine/RedmineInstall + +For use Apache : http://www.redmine.org/wiki/redmine/HowTo_configure_Apache_to_run_Redmine From ryuo at frugalware.org Thu Dec 3 06:28:27 2009 From: ryuo at frugalware.org (James Buren) Date: Thu, 3 Dec 2009 06:28:27 +0100 (CET) Subject: [Frugalware-git] yaxmenu: clean-file.bash * initial draft Message-ID: <20091203052827.AD96D1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=6260a67552f58fd2ce3ed4b7f82ba88af6c0f76d commit 6260a67552f58fd2ce3ed4b7f82ba88af6c0f76d Author: James Buren Date: Wed Dec 2 23:28:19 2009 -0600 clean-file.bash * initial draft diff --git a/tools/clean-file.bash b/tools/clean-file.bash new file mode 100755 index 0000000..61adc0d --- /dev/null +++ b/tools/clean-file.bash @@ -0,0 +1,15 @@ +#!/bin/bash + +if [ -z "${1}" ]; then + echo "Usage: ${0} " + exit 1 +fi + +if [ ! -f "${1}" ]; then + echo "${1} does not exist or is not a regular file." + exit 1 +fi + +sed -i "s|\s*$||" "${1}" &> "/dev/null" + +echo "w" | ed -s "${1}" &> "/dev/null" From ryuo at frugalware.org Thu Dec 3 06:29:30 2009 From: ryuo at frugalware.org (James Buren) Date: Thu, 3 Dec 2009 06:29:30 +0100 (CET) Subject: [Frugalware-git] yaxmenu: main.c * initial draft Message-ID: <20091203052930.6E97D1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=e03b48ffaa6f1f1fa12f7e16fe31f4200646ad3d commit e03b48ffaa6f1f1fa12f7e16fe31f4200646ad3d Author: James Buren Date: Wed Dec 2 23:29:27 2009 -0600 main.c * initial draft diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..31062e7 --- /dev/null +++ b/src/main.c @@ -0,0 +1,5 @@ +#include "includes.h" + +int main(int argc,char **argv) { + return EXIT_SUCCESS; +} From bouleetbil at frogdev.info Thu Dec 3 11:22:49 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Dec 2009 11:22:49 +0100 (CET) Subject: [Frugalware-git] frugalware-current: gvfs-1.4.2-1-i686 *version bump Message-ID: <20091203102249.D9F511240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5894db0d4800a55d1aaafda40dbff369f79f0abf commit 5894db0d4800a55d1aaafda40dbff369f79f0abf Author: bouleetbil Date: Thu Dec 3 11:23:19 2009 +0000 gvfs-1.4.2-1-i686 *version bump diff --git a/source/xapps/gvfs/FrugalBuild b/source/xapps/gvfs/FrugalBuild index 37028e9..188efc4 100644 --- a/source/xapps/gvfs/FrugalBuild +++ b/source/xapps/gvfs/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gvfs -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc="gvfs is a userspace virtual filesystem designed to work with the i/o abstractions of gio." url="http://www.gnome.org/" @@ -14,7 +14,7 @@ groups=('xapps') archs=('i686' 'x86_64' 'ppc') Finclude gnome source=($source gvfs-libsoup.diff) -sha1sums=('f2c125719d6e5a635bdbb86834c12ef0d586db5a' \ +sha1sums=('d2d93e3de6213b96f3a5102964ed6f61955ce6f9' \ '1eb9391f6bf3716ddc8fbf75340257e537c61199') subpkgs=("gvfs-gconf") From bouleetbil at frogdev.info Thu Dec 3 11:36:30 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Dec 2009 11:36:30 +0100 (CET) Subject: [Frugalware-git] frugalware-current: perl-uri-1.51-1-i686 *version bump Message-ID: <20091203103630.028F71240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=24a7e7cde9b2049589c0c7e0f91f17e8298524da commit 24a7e7cde9b2049589c0c7e0f91f17e8298524da Author: bouleetbil Date: Thu Dec 3 11:37:54 2009 +0000 perl-uri-1.51-1-i686 *version bump diff --git a/source/devel/perl-uri/FrugalBuild b/source/devel/perl-uri/FrugalBuild index 6d01f2c..cdd9dfa 100644 --- a/source/devel/perl-uri/FrugalBuild +++ b/source/devel/perl-uri/FrugalBuild @@ -3,10 +3,10 @@ _F_perl_name=URI _F_perl_author=G/GA/GAAS -pkgver=1.50 +pkgver=1.51 pkgdesc="Uniform Resource Identifiers (absolute and relative)" Finclude perl groups=('devel') archs=('i686' 'x86_64' 'ppc') pkgrel=1 -sha1sums=('901256463eb5580bf3799eadac5e933ba42b84f8') +sha1sums=('33331b4ffb9d61d86507dae007850676fafefd26') From bouleetbil at frogdev.info Thu Dec 3 12:58:00 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Dec 2009 12:58:00 +0100 (CET) Subject: [Frugalware-git] frugalware-current: rmagick-2.12.2-1-i686 *new package Message-ID: <20091203115800.5BA0F1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f22499364544702ece5d726baa75b67c98cb8c5c commit f22499364544702ece5d726baa75b67c98cb8c5c Author: bouleetbil Date: Thu Dec 3 12:59:33 2009 +0000 rmagick-2.12.2-1-i686 *new package diff --git a/source/xlib-extra/rmagick/FrugalBuild b/source/xlib-extra/rmagick/FrugalBuild new file mode 100644 index 0000000..ed6846a --- /dev/null +++ b/source/xlib-extra/rmagick/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.31 SBU +# Maintainer: bouleetbil + +pkgname=rmagick +pkgver=2.12.2 +pkgrel=1 +pkgdesc="RMagick is an interface between Ruby and ImageMagick." +url="http://rmagick.rubyforge.org/" +depends=('imagemagick') +groups=('xlib-extra') +archs=('i686' 'x86_64') +Finclude gem +sha1sums=('fb8e05b2decd4508c17f4c7b4922628dcf2c2140') + From vmiklos at frugalware.org Thu Dec 3 14:37:25 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 3 Dec 2009 14:37:25 +0100 (CET) Subject: [Frugalware-git] kernel2632: kernel-2.6.32-1-i686 Message-ID: <20091203133725.E13541240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=14dfe0a79918bcb0bf70ef1728d66980925d233e commit 14dfe0a79918bcb0bf70ef1728d66980925d233e Author: Miklos Vajna Date: Thu Dec 3 14:35:28 2009 +0100 kernel-2.6.32-1-i686 - version bump diff --git a/source/base/kernel/config.i686 b/source/base/kernel/config.i686 index 209d7fd..5144ab0 100644 --- a/source/base/kernel/config.i686 +++ b/source/base/kernel/config.i686 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.31.4 -# Thu Oct 15 12:32:27 2009 +# Linux kernel version: 2.6.32 +# Thu Dec 3 12:40:58 2009 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -17,7 +17,6 @@ CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y CONFIG_LOCKDEP_SUPPORT=y CONFIG_STACKTRACE_SUPPORT=y CONFIG_HAVE_LATENCYTOP_SUPPORT=y -CONFIG_FAST_CMPXCHG_LOCAL=y CONFIG_MMU=y CONFIG_ZONE_DMA=y CONFIG_GENERIC_ISA_DMA=y @@ -35,7 +34,8 @@ CONFIG_ARCH_HAS_CPU_RELAX=y CONFIG_ARCH_HAS_DEFAULT_IDLE=y CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y CONFIG_HAVE_SETUP_PER_CPU_AREA=y -CONFIG_HAVE_DYNAMIC_PER_CPU_AREA=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y # CONFIG_HAVE_CPUMASK_OF_CPU_MAP is not set CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_SUSPEND_POSSIBLE=y @@ -89,12 +89,12 @@ CONFIG_AUDIT_TREE=y # # RCU Subsystem # -# CONFIG_CLASSIC_RCU is not set -# CONFIG_TREE_RCU is not set -CONFIG_PREEMPT_RCU=y +CONFIG_TREE_RCU=y +# CONFIG_TREE_PREEMPT_RCU is not set # CONFIG_RCU_TRACE is not set +CONFIG_RCU_FANOUT=32 +# CONFIG_RCU_FANOUT_EXACT is not set # CONFIG_TREE_RCU_TRACE is not set -# CONFIG_PREEMPT_RCU_TRACE is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=17 @@ -140,26 +140,27 @@ CONFIG_TIMERFD=y CONFIG_EVENTFD=y CONFIG_SHMEM=y CONFIG_AIO=y -CONFIG_HAVE_PERF_COUNTERS=y +CONFIG_HAVE_PERF_EVENTS=y # -# Performance Counters +# Kernel Performance Events And Counters # -CONFIG_PERF_COUNTERS=y +CONFIG_PERF_EVENTS=y CONFIG_EVENT_PROFILE=y +CONFIG_PERF_COUNTERS=y +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set CONFIG_VM_EVENT_COUNTERS=y CONFIG_PCI_QUIRKS=y CONFIG_SLUB_DEBUG=y -# CONFIG_STRIP_ASM_SYMS is not set # CONFIG_COMPAT_BRK is not set # CONFIG_SLAB is not set CONFIG_SLUB=y # CONFIG_SLOB is not set CONFIG_PROFILING=y CONFIG_TRACEPOINTS=y -CONFIG_MARKERS=y CONFIG_OPROFILE=m CONFIG_OPROFILE_IBS=y +# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set CONFIG_HAVE_OPROFILE=y # CONFIG_KPROBES is not set CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y @@ -175,6 +176,7 @@ CONFIG_HAVE_DMA_API_DEBUG=y # # CONFIG_GCOV_KERNEL is not set CONFIG_SLOW_WORK=y +# CONFIG_SLOW_WORK_DEBUG is not set CONFIG_HAVE_GENERIC_DMA_COHERENT=y CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y @@ -219,8 +221,10 @@ CONFIG_X86_MPPARSE=y # CONFIG_X86_BIGSMP is not set CONFIG_X86_EXTENDED_PLATFORM=y # CONFIG_X86_ELAN is not set +# CONFIG_X86_MRST is not set # CONFIG_X86_RDC321X is not set # CONFIG_X86_32_NON_STANDARD is not set +CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y CONFIG_SCHED_OMIT_FRAME_POINTER=y CONFIG_PARAVIRT_GUEST=y # CONFIG_VMI is not set @@ -256,6 +260,7 @@ CONFIG_M686=y # CONFIG_MVIAC7 is not set # CONFIG_MPSC is not set # CONFIG_MCORE2 is not set +# CONFIG_MATOM is not set # CONFIG_GENERIC_CPU is not set CONFIG_X86_GENERIC=y CONFIG_X86_CPU=y @@ -272,8 +277,9 @@ CONFIG_X86_POPAD_OK=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_X86_TSC=y +CONFIG_X86_CMPXCHG64=y CONFIG_X86_CMOV=y -CONFIG_X86_MINIMUM_CPU_FAMILY=4 +CONFIG_X86_MINIMUM_CPU_FAMILY=5 CONFIG_X86_DEBUGCTLMSR=y CONFIG_CPU_SUP_INTEL=y CONFIG_CPU_SUP_CYRIX_32=y @@ -297,8 +303,6 @@ CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y CONFIG_X86_MCE=y -# CONFIG_X86_OLD_MCE is not set -CONFIG_X86_NEW_MCE=y CONFIG_X86_MCE_INTEL=y CONFIG_X86_MCE_AMD=y # CONFIG_X86_ANCIENT_MCE is not set @@ -341,7 +345,10 @@ CONFIG_VIRT_TO_BUS=y CONFIG_HAVE_MLOCK=y CONFIG_HAVE_MLOCKED_PAGE_BIT=y CONFIG_MMU_NOTIFIER=y +# CONFIG_KSM is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y +# CONFIG_MEMORY_FAILURE is not set # CONFIG_HIGHPTE is not set CONFIG_X86_CHECK_BIOS_CORRUPTION=y CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y @@ -352,6 +359,7 @@ CONFIG_MTRR_SANITIZER=y CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 CONFIG_X86_PAT=y +CONFIG_ARCH_USES_PG_UNCACHED=y # CONFIG_EFI is not set CONFIG_SECCOMP=y # CONFIG_CC_STACKPROTECTOR is not set @@ -384,10 +392,12 @@ CONFIG_SUSPEND_FREEZER=y CONFIG_HIBERNATION_NVS=y CONFIG_HIBERNATION=y CONFIG_PM_STD_PARTITION="" +# CONFIG_PM_RUNTIME is not set CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_PROCFS=y CONFIG_ACPI_PROCFS_POWER=y +CONFIG_ACPI_POWER_METER=m CONFIG_ACPI_SYSFS_POWER=y CONFIG_ACPI_PROC_EVENT=y CONFIG_ACPI_AC=m @@ -398,6 +408,7 @@ CONFIG_ACPI_FAN=m CONFIG_ACPI_DOCK=y CONFIG_ACPI_PROCESSOR=m CONFIG_ACPI_HOTPLUG_CPU=y +CONFIG_ACPI_PROCESSOR_AGGREGATOR=m CONFIG_ACPI_THERMAL=m # CONFIG_ACPI_CUSTOM_DSDT is not set CONFIG_ACPI_BLACKLIST_YEAR=0 @@ -406,6 +417,7 @@ CONFIG_ACPI_PCI_SLOT=m CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=m CONFIG_ACPI_SBS=m +# CONFIG_SFI is not set CONFIG_X86_APM_BOOT=y CONFIG_APM=m # CONFIG_APM_IGNORE_USER_SUSPEND is not set @@ -967,9 +979,15 @@ CONFIG_CAN_VCAN=m CONFIG_CAN_DEV=m # CONFIG_CAN_CALC_BITTIMING is not set CONFIG_CAN_SJA1000=m +CONFIG_CAN_SJA1000_ISA=m CONFIG_CAN_SJA1000_PLATFORM=m CONFIG_CAN_EMS_PCI=m CONFIG_CAN_KVASER_PCI=m + +# +# CAN USB interfaces +# +CONFIG_CAN_EMS_USB=m # CONFIG_CAN_DEBUG_DEVICES is not set CONFIG_IRDA=m @@ -1056,13 +1074,19 @@ CONFIG_BT_HCIBT3C=m CONFIG_BT_HCIBLUECARD=m CONFIG_BT_HCIBTUART=m CONFIG_BT_HCIVHCI=m +CONFIG_BT_MRVL=m +CONFIG_BT_MRVL_SDIO=m CONFIG_AF_RXRPC=m # CONFIG_AF_RXRPC_DEBUG is not set CONFIG_RXKAD=m CONFIG_FIB_RULES=y CONFIG_WIRELESS=y CONFIG_CFG80211=m +# CONFIG_NL80211_TESTMODE is not set +# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set # CONFIG_CFG80211_REG_DEBUG is not set +CONFIG_CFG80211_DEFAULT_PS=y +CONFIG_CFG80211_DEFAULT_PS_VALUE=1 # CONFIG_CFG80211_DEBUGFS is not set CONFIG_WIRELESS_OLD_REGULATORY=y CONFIG_WIRELESS_EXT=y @@ -1073,16 +1097,11 @@ CONFIG_LIB80211_CRYPT_CCMP=m CONFIG_LIB80211_CRYPT_TKIP=m # CONFIG_LIB80211_DEBUG is not set CONFIG_MAC80211=m -CONFIG_MAC80211_DEFAULT_PS=y -CONFIG_MAC80211_DEFAULT_PS_VALUE=1 - -# -# Rate control algorithm selection -# CONFIG_MAC80211_RC_MINSTREL=y # CONFIG_MAC80211_RC_DEFAULT_PID is not set CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_DEFAULT="minstrel" +# CONFIG_MAC80211_MESH is not set CONFIG_MAC80211_LEDS=y # CONFIG_MAC80211_DEBUGFS is not set # CONFIG_MAC80211_DEBUG_MENU is not set @@ -1104,6 +1123,7 @@ CONFIG_NET_9P_RDMA=m # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" +# CONFIG_DEVTMPFS is not set CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y @@ -1115,9 +1135,9 @@ CONFIG_EXTRA_FIRMWARE="" CONFIG_CONNECTOR=m CONFIG_MTD=m # CONFIG_MTD_DEBUG is not set +CONFIG_MTD_TESTS=m CONFIG_MTD_CONCAT=m CONFIG_MTD_PARTITIONS=y -CONFIG_MTD_TESTS=m CONFIG_MTD_REDBOOT_PARTS=m CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set @@ -1183,6 +1203,7 @@ CONFIG_MTD_SCB2_FLASH=m CONFIG_MTD_NETtel=m CONFIG_MTD_L440GX=m CONFIG_MTD_PCI=m +CONFIG_MTD_GPIO_ADDR=m CONFIG_MTD_INTEL_VR_NOR=m CONFIG_MTD_PLATRAM=m @@ -1197,6 +1218,7 @@ CONFIG_MTD_DATAFLASH=m # CONFIG_MTD_DATAFLASH_OTP is not set CONFIG_MTD_M25P80=m CONFIG_M25PXX_USE_FAST_READ=y +CONFIG_MTD_SST25L=m CONFIG_MTD_SLRAM=m CONFIG_MTD_PHRAM=m CONFIG_MTD_MTDRAM=m @@ -1231,6 +1253,7 @@ CONFIG_MTD_NAND_PLATFORM=m CONFIG_MTD_ALAUDA=m CONFIG_MTD_ONENAND=m CONFIG_MTD_ONENAND_VERIFY_WRITE=y +CONFIG_MTD_ONENAND_GENERIC=m CONFIG_MTD_ONENAND_OTP=y CONFIG_MTD_ONENAND_2X_PROGRAM=y CONFIG_MTD_ONENAND_SIM=m @@ -1483,6 +1506,7 @@ CONFIG_SCSI_LOWLEVEL=y CONFIG_ISCSI_TCP=m CONFIG_SCSI_CXGB3_ISCSI=m CONFIG_SCSI_BNX2_ISCSI=m +CONFIG_BE2ISCSI=m CONFIG_BLK_DEV_3W_XXXX_RAID=m CONFIG_SCSI_3W_9XXX=m CONFIG_SCSI_7000FASST=m @@ -1582,7 +1606,9 @@ CONFIG_SCSI_U14_34F_MAX_TAGS=8 CONFIG_SCSI_ULTRASTOR=m CONFIG_SCSI_NSP32=m CONFIG_SCSI_DEBUG=m +CONFIG_SCSI_PMCRAID=m CONFIG_SCSI_SRP=m +CONFIG_SCSI_BFA_FC=m CONFIG_SCSI_LOWLEVEL_PCMCIA=y CONFIG_PCMCIA_AHA152X=m CONFIG_PCMCIA_FDOMAIN=m @@ -1593,6 +1619,7 @@ CONFIG_PCMCIA_SYM53C500=m # CONFIG_SCSI_OSD_INITIATOR is not set CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set +CONFIG_ATA_VERBOSE_ERROR=y CONFIG_ATA_ACPI=y CONFIG_SATA_PMP=y CONFIG_SATA_AHCI=y @@ -1616,6 +1643,7 @@ CONFIG_PATA_ACPI=m CONFIG_PATA_ALI=m CONFIG_PATA_AMD=m CONFIG_PATA_ARTOP=m +CONFIG_PATA_ATP867X=m CONFIG_PATA_ATIIXP=m CONFIG_PATA_CMD640_PCI=m CONFIG_PATA_CMD64X=m @@ -1650,6 +1678,7 @@ CONFIG_PATA_PCMCIA=m CONFIG_PATA_PDC_OLD=m CONFIG_PATA_QDI=m CONFIG_PATA_RADISYS=m +CONFIG_PATA_RDC=m CONFIG_PATA_RZ1000=m CONFIG_PATA_SC1200=m CONFIG_PATA_SERVERWORKS=m @@ -1668,7 +1697,9 @@ CONFIG_MD_RAID0=y CONFIG_MD_RAID1=y CONFIG_MD_RAID10=y CONFIG_MD_RAID456=y +# CONFIG_MULTICORE_RAID456 is not set CONFIG_MD_RAID6_PQ=y +CONFIG_ASYNC_RAID6_TEST=m CONFIG_MD_MULTIPATH=m CONFIG_MD_FAULTY=m CONFIG_BLK_DEV_DM=m @@ -1870,6 +1901,7 @@ CONFIG_SUNDANCE=m CONFIG_TLAN=m CONFIG_KS8842=m CONFIG_KS8851=m +CONFIG_KS8851_MLL=m CONFIG_VIA_RHINE=m CONFIG_VIA_RHINE_MMIO=y CONFIG_SC92031=m @@ -1946,10 +1978,7 @@ CONFIG_PROTEON=m CONFIG_ABYSS=m CONFIG_MADGEMC=m CONFIG_SMCTR=m - -# -# Wireless LAN -# +CONFIG_WLAN=y CONFIG_WLAN_PRE80211=y CONFIG_STRIP=m CONFIG_ARLAN=m @@ -2023,7 +2052,9 @@ CONFIG_B43=m CONFIG_B43_PCI_AUTOSELECT=y CONFIG_B43_PCICORE_AUTOSELECT=y CONFIG_B43_PCMCIA=y +# CONFIG_B43_SDIO is not set CONFIG_B43_PIO=y +CONFIG_B43_PHY_LP=y CONFIG_B43_LEDS=y CONFIG_B43_HWRNG=y # CONFIG_B43_DEBUG is not set @@ -2053,7 +2084,6 @@ CONFIG_RT2X00_LIB=m CONFIG_RT2X00_LIB_HT=y CONFIG_RT2X00_LIB_FIRMWARE=y CONFIG_RT2X00_LIB_CRYPTO=y -CONFIG_RT2X00_LIB_RFKILL=y CONFIG_RT2X00_LIB_LEDS=y # CONFIG_RT2X00_DEBUG is not set CONFIG_HERMES=m @@ -2065,6 +2095,10 @@ CONFIG_PCI_HERMES=m CONFIG_PCMCIA_HERMES=m CONFIG_PCMCIA_SPECTRUM=m CONFIG_WL12XX=m +CONFIG_WL1251=m +CONFIG_WL1251_SPI=m +CONFIG_WL1251_SDIO=m +CONFIG_WL1271=m CONFIG_IWM=m # CONFIG_IWM_DEBUG is not set @@ -2207,7 +2241,9 @@ CONFIG_NETPOLL=y CONFIG_NETPOLL_TRAP=y CONFIG_NET_POLL_CONTROLLER=y CONFIG_VIRTIO_NET=m +CONFIG_VMXNET3=m CONFIG_ISDN=y +CONFIG_ISDN_I4L=m CONFIG_MISDN=m CONFIG_MISDN_DSP=m CONFIG_MISDN_L1OIP=m @@ -2218,7 +2254,94 @@ CONFIG_MISDN_L1OIP=m CONFIG_MISDN_HFCPCI=m CONFIG_MISDN_HFCMULTI=m CONFIG_MISDN_HFCUSB=m -# CONFIG_ISDN_I4L is not set +CONFIG_MISDN_AVMFRITZ=m +CONFIG_MISDN_SPEEDFAX=m +CONFIG_MISDN_INFINEON=m +CONFIG_MISDN_W6692=m +CONFIG_MISDN_NETJET=m +CONFIG_MISDN_IPAC=m +CONFIG_MISDN_ISAR=m +# CONFIG_ISDN_PPP is not set +# CONFIG_ISDN_AUDIO is not set +# CONFIG_ISDN_X25 is not set + +# +# ISDN feature submodules +# +CONFIG_ISDN_DIVERSION=m + +# +# ISDN4Linux hardware drivers +# + +# +# Passive cards +# +CONFIG_ISDN_DRV_HISAX=m + +# +# D-channel protocol features +# +# CONFIG_HISAX_EURO is not set +# CONFIG_HISAX_1TR6 is not set +# CONFIG_HISAX_NI1 is not set +CONFIG_HISAX_MAX_CARDS=8 + +# +# HiSax supported cards +# +# CONFIG_HISAX_16_0 is not set +# CONFIG_HISAX_16_3 is not set +# CONFIG_HISAX_TELESPCI is not set +# CONFIG_HISAX_S0BOX is not set +# CONFIG_HISAX_AVM_A1 is not set +# CONFIG_HISAX_FRITZPCI is not set +# CONFIG_HISAX_AVM_A1_PCMCIA is not set +# CONFIG_HISAX_ELSA is not set +# CONFIG_HISAX_IX1MICROR2 is not set +# CONFIG_HISAX_DIEHLDIVA is not set +# CONFIG_HISAX_ASUSCOM is not set +# CONFIG_HISAX_TELEINT is not set +# CONFIG_HISAX_HFCS is not set +# CONFIG_HISAX_SEDLBAUER is not set +# CONFIG_HISAX_SPORTSTER is not set +# CONFIG_HISAX_MIC is not set +# CONFIG_HISAX_NETJET is not set +# CONFIG_HISAX_NETJET_U is not set +# CONFIG_HISAX_NICCY is not set +# CONFIG_HISAX_ISURF is not set +# CONFIG_HISAX_HSTSAPHIR is not set +# CONFIG_HISAX_BKM_A4T is not set +# CONFIG_HISAX_SCT_QUADRO is not set +# CONFIG_HISAX_GAZEL is not set +# CONFIG_HISAX_HFC_PCI is not set +# CONFIG_HISAX_W6692 is not set +# CONFIG_HISAX_HFC_SX is not set +# CONFIG_HISAX_DEBUG is not set + +# +# HiSax PCMCIA card service modules +# +CONFIG_HISAX_AVM_A1_CS=m + +# +# HiSax sub driver modules +# +CONFIG_HISAX_ST5481=m +CONFIG_HISAX_HFCUSB=m +CONFIG_HISAX_HFC4S8S=m +CONFIG_HISAX_FRITZ_PCIPNP=m + +# +# Active cards +# +CONFIG_ISDN_DRV_ICN=m +CONFIG_ISDN_DRV_PCBIT=m +CONFIG_ISDN_DRV_SC=m +CONFIG_ISDN_DRV_ACT2000=m +CONFIG_HYSDN=m +# CONFIG_HYSDN_CAPI is not set +CONFIG_ISDN_HDLC=m CONFIG_ISDN_CAPI=m CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y CONFIG_CAPI_TRACE=y @@ -2226,6 +2349,7 @@ CONFIG_ISDN_CAPI_MIDDLEWARE=y CONFIG_ISDN_CAPI_CAPI20=m CONFIG_ISDN_CAPI_CAPIFS_BOOL=y CONFIG_ISDN_CAPI_CAPIFS=m +CONFIG_ISDN_CAPI_CAPIDRV=m # # CAPI hardware drivers @@ -2246,6 +2370,11 @@ CONFIG_ISDN_DIVAS_PRIPCI=y CONFIG_ISDN_DIVAS_DIVACAPI=m CONFIG_ISDN_DIVAS_USERIDI=m CONFIG_ISDN_DIVAS_MAINT=m +CONFIG_ISDN_DRV_GIGASET=m +CONFIG_GIGASET_BASE=m +CONFIG_GIGASET_M105=m +CONFIG_GIGASET_M101=m +# CONFIG_GIGASET_DEBUG is not set CONFIG_PHONE=m CONFIG_PHONE_IXJ=m CONFIG_PHONE_IXJ_PCMCIA=m @@ -2272,12 +2401,16 @@ CONFIG_INPUT_EVDEV=m # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y +CONFIG_KEYBOARD_ADP5588=m CONFIG_KEYBOARD_ATKBD=y +CONFIG_QT2160=m CONFIG_KEYBOARD_LKKBD=m # CONFIG_KEYBOARD_GPIO is not set CONFIG_KEYBOARD_MATRIX=m CONFIG_KEYBOARD_LM8323=m +CONFIG_KEYBOARD_MAX7359=m CONFIG_KEYBOARD_NEWTON=m +CONFIG_KEYBOARD_OPENCORES=m CONFIG_KEYBOARD_STOWAWAY=m CONFIG_KEYBOARD_SUNKBD=m CONFIG_KEYBOARD_XTKBD=m @@ -2289,6 +2422,7 @@ CONFIG_MOUSE_PS2_SYNAPTICS=y CONFIG_MOUSE_PS2_LIFEBOOK=y CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MOUSE_PS2_ELANTECH is not set +# CONFIG_MOUSE_PS2_SENTELIC is not set # CONFIG_MOUSE_PS2_TOUCHKIT is not set CONFIG_MOUSE_PS2_OLPC=y CONFIG_MOUSE_SERIAL=m @@ -2347,6 +2481,7 @@ CONFIG_TOUCHSCREEN_FUJITSU=m CONFIG_TOUCHSCREEN_GUNZE=m CONFIG_TOUCHSCREEN_ELO=m CONFIG_TOUCHSCREEN_WACOM_W8001=m +CONFIG_TOUCHSCREEN_MCS5000=m CONFIG_TOUCHSCREEN_MTOUCH=m CONFIG_TOUCHSCREEN_INEXIO=m CONFIG_TOUCHSCREEN_MK712=m @@ -2371,9 +2506,10 @@ CONFIG_TOUCHSCREEN_USB_IRTOUCH=y CONFIG_TOUCHSCREEN_USB_IDEALTEK=y CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y CONFIG_TOUCHSCREEN_USB_GOTOP=y +CONFIG_TOUCHSCREEN_USB_JASTEC=y +CONFIG_TOUCHSCREEN_USB_E2I=y CONFIG_TOUCHSCREEN_TOUCHIT213=m CONFIG_TOUCHSCREEN_TSC2007=m -CONFIG_TOUCHSCREEN_W90X900=m CONFIG_INPUT_MISC=y CONFIG_INPUT_PCSPKR=m # CONFIG_INPUT_APANEL is not set @@ -2386,8 +2522,10 @@ CONFIG_INPUT_POWERMATE=m CONFIG_INPUT_YEALINK=m CONFIG_INPUT_CM109=m CONFIG_INPUT_UINPUT=m +CONFIG_INPUT_WINBOND_CIR=m CONFIG_INPUT_PCF50633_PMU=m # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set +CONFIG_INPUT_WM831X_ON=m # # Hardware I/O ports @@ -2430,9 +2568,6 @@ CONFIG_SYNCLINK_GT=m CONFIG_N_HDLC=m CONFIG_RISCOM8=m CONFIG_SPECIALIX=m -CONFIG_SX=m -CONFIG_RIO=m -# CONFIG_RIO_OLDPCI is not set CONFIG_STALDRV=y CONFIG_STALLION=m CONFIG_ISTALLION=m @@ -2521,6 +2656,7 @@ CONFIG_TELCLOCK=m CONFIG_DEVPORT=y CONFIG_I2C=m CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y CONFIG_I2C_CHARDEV=m CONFIG_I2C_HELPER_AUTO=y CONFIG_I2C_ALGOBIT=m @@ -2551,6 +2687,11 @@ CONFIG_I2C_VIA=m CONFIG_I2C_VIAPRO=m # +# ACPI drivers +# +CONFIG_I2C_SCMI=m + +# # I2C system bus drivers (mostly embedded / system-on-chip) # # CONFIG_I2C_GPIO is not set @@ -2625,16 +2766,24 @@ CONFIG_GPIO_SYSFS=y CONFIG_GPIO_MAX732X=m CONFIG_GPIO_PCA953X=m CONFIG_GPIO_PCF857X=m +CONFIG_GPIO_WM831X=m # # PCI GPIO expanders: # +# CONFIG_GPIO_LANGWELL is not set # # SPI GPIO expanders: # CONFIG_GPIO_MAX7301=m CONFIG_GPIO_MCP23S08=m +CONFIG_GPIO_MC33880=m + +# +# AC97 GPIO expanders: +# +# CONFIG_GPIO_UCB1400 is not set CONFIG_W1=m CONFIG_W1_CON=y @@ -2659,6 +2808,7 @@ CONFIG_W1_SLAVE_BQ27000=m CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m +CONFIG_WM831X_POWER=m CONFIG_WM8350_POWER=m CONFIG_BATTERY_DS2760=m CONFIG_BATTERY_DS2782=m @@ -2668,6 +2818,11 @@ CONFIG_BATTERY_MAX17040=m CONFIG_CHARGER_PCF50633=m CONFIG_HWMON=y CONFIG_HWMON_VID=m +# CONFIG_HWMON_DEBUG_CHIP is not set + +# +# Native drivers +# CONFIG_SENSORS_ABITUGURU=m CONFIG_SENSORS_ABITUGURU3=m CONFIG_SENSORS_AD7414=m @@ -2685,15 +2840,12 @@ CONFIG_SENSORS_ADT7473=m CONFIG_SENSORS_ADT7475=m CONFIG_SENSORS_K8TEMP=m CONFIG_SENSORS_ASB100=m -# CONFIG_SENSORS_ATK0110 is not set CONFIG_SENSORS_ATXP1=m CONFIG_SENSORS_DS1621=m CONFIG_SENSORS_I5K_AMB=m CONFIG_SENSORS_F71805F=m CONFIG_SENSORS_F71882FG=m CONFIG_SENSORS_F75375S=m -CONFIG_SENSORS_FSCHER=m -CONFIG_SENSORS_FSCPOS=m CONFIG_SENSORS_FSCHMD=m # CONFIG_SENSORS_G760A is not set CONFIG_SENSORS_GL518SM=m @@ -2732,6 +2884,7 @@ CONFIG_SENSORS_SMSC47B397=m CONFIG_SENSORS_ADS7828=m CONFIG_SENSORS_THMC50=m CONFIG_SENSORS_TMP401=m +CONFIG_SENSORS_TMP421=m CONFIG_SENSORS_VIA686A=m CONFIG_SENSORS_VT1211=m CONFIG_SENSORS_VT8231=m @@ -2743,10 +2896,16 @@ CONFIG_SENSORS_W83L785TS=m CONFIG_SENSORS_W83L786NG=m CONFIG_SENSORS_W83627HF=m CONFIG_SENSORS_W83627EHF=m +CONFIG_SENSORS_WM831X=m +CONFIG_SENSORS_WM8350=m CONFIG_SENSORS_HDAPS=m -CONFIG_SENSORS_LIS3LV02D=m CONFIG_SENSORS_APPLESMC=m -# CONFIG_HWMON_DEBUG_CHIP is not set + +# +# ACPI drivers +# +# CONFIG_SENSORS_ATK0110 is not set +CONFIG_SENSORS_LIS3LV02D=m CONFIG_THERMAL=y CONFIG_THERMAL_HWMON=y CONFIG_WATCHDOG=y @@ -2756,12 +2915,14 @@ CONFIG_WATCHDOG=y # Watchdog Device Drivers # CONFIG_SOFT_WATCHDOG=m +CONFIG_WM831X_WATCHDOG=m CONFIG_WM8350_WATCHDOG=m CONFIG_ACQUIRE_WDT=m CONFIG_ADVANTECH_WDT=m CONFIG_ALIM1535_WDT=m CONFIG_ALIM7101_WDT=m CONFIG_SC520_WDT=m +CONFIG_SBC_FITPC2_WATCHDOG=m CONFIG_EUROTECH_WDT=m CONFIG_IB700_WDT=m CONFIG_IBMASR=m @@ -2818,6 +2979,8 @@ CONFIG_SSB_PCIHOST=y CONFIG_SSB_B43_PCI_BRIDGE=y CONFIG_SSB_PCMCIAHOST_POSSIBLE=y CONFIG_SSB_PCMCIAHOST=y +CONFIG_SSB_SDIOHOST_POSSIBLE=y +# CONFIG_SSB_SDIOHOST is not set # CONFIG_SSB_DEBUG is not set CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y @@ -2833,12 +2996,15 @@ CONFIG_UCB1400_CORE=m # CONFIG_TPS65010 is not set # CONFIG_MFD_TMIO is not set CONFIG_MFD_WM8400=m +CONFIG_MFD_WM831X=m CONFIG_MFD_WM8350=m CONFIG_MFD_WM8350_I2C=m CONFIG_MFD_PCF50633=m +CONFIG_MFD_MC13783=m CONFIG_PCF50633_ADC=m CONFIG_PCF50633_GPIO=m CONFIG_AB3100_CORE=m +CONFIG_AB3100_OTP=m # CONFIG_EZX_PCAP is not set CONFIG_REGULATOR=y # CONFIG_REGULATOR_DEBUG is not set @@ -2847,10 +3013,15 @@ CONFIG_REGULATOR_VIRTUAL_CONSUMER=m CONFIG_REGULATOR_USERSPACE_CONSUMER=m CONFIG_REGULATOR_BQ24022=m CONFIG_REGULATOR_MAX1586=m +CONFIG_REGULATOR_WM831X=m CONFIG_REGULATOR_WM8350=m CONFIG_REGULATOR_WM8400=m CONFIG_REGULATOR_PCF50633=m CONFIG_REGULATOR_LP3971=m +CONFIG_REGULATOR_MC13783=m +CONFIG_REGULATOR_AB3100=m +CONFIG_REGULATOR_TPS65023=m +CONFIG_REGULATOR_TPS6507X=m CONFIG_MEDIA_SUPPORT=m # @@ -2975,6 +3146,7 @@ CONFIG_VIDEO_AU0828=m CONFIG_VIDEO_IVTV=m CONFIG_VIDEO_FB_IVTV=m CONFIG_VIDEO_CX18=m +CONFIG_VIDEO_SAA7164=m CONFIG_VIDEO_CAFE_CCIC=m CONFIG_SOC_CAMERA=m CONFIG_SOC_CAMERA_MT9M001=m @@ -2990,9 +3162,11 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y CONFIG_USB_GSPCA=m CONFIG_USB_M5602=m CONFIG_USB_STV06XX=m +CONFIG_USB_GL860=m CONFIG_USB_GSPCA_CONEX=m CONFIG_USB_GSPCA_ETOMS=m CONFIG_USB_GSPCA_FINEPIX=m +CONFIG_USB_GSPCA_JEILINJ=m CONFIG_USB_GSPCA_MARS=m # CONFIG_USB_GSPCA_MR97310A is not set CONFIG_USB_GSPCA_OV519=m @@ -3059,12 +3233,14 @@ CONFIG_RADIO_SF16FMR2=m CONFIG_RADIO_TERRATEC=m CONFIG_RADIO_TRUST=m CONFIG_RADIO_TYPHOON=m -CONFIG_RADIO_TYPHOON_PROC_FS=y CONFIG_RADIO_ZOLTRIX=m +CONFIG_I2C_SI4713=m +# CONFIG_RADIO_SI4713 is not set CONFIG_USB_DSBR=m -CONFIG_USB_SI470X=m +# CONFIG_RADIO_SI470X is not set CONFIG_USB_MR800=m CONFIG_RADIO_TEA5764=m +CONFIG_DVB_MAX_ADAPTERS=8 # CONFIG_DVB_DYNAMIC_MINORS is not set CONFIG_DVB_CAPTURE_DRIVERS=y @@ -3107,6 +3283,7 @@ CONFIG_DVB_USB_ANYSEE=m CONFIG_DVB_USB_DTV5100=m CONFIG_DVB_USB_AF9015=m # CONFIG_DVB_USB_CE6230 is not set +CONFIG_DVB_USB_FRIIO=m CONFIG_DVB_TTUSB_BUDGET=m CONFIG_DVB_TTUSB_DEC=m CONFIG_SMS_SIANO_MDTV=m @@ -3148,6 +3325,11 @@ CONFIG_DVB_FIREDTV_IEEE1394=y CONFIG_DVB_FIREDTV_INPUT=y # +# Supported Earthsoft PT1 Adapters +# +CONFIG_DVB_PT1=m + +# # Supported DVB Frontends # # CONFIG_DVB_FE_CUSTOMISE is not set @@ -3155,6 +3337,7 @@ CONFIG_DVB_CX24110=m CONFIG_DVB_CX24123=m CONFIG_DVB_MT312=m CONFIG_DVB_ZL10036=m +CONFIG_DVB_ZL10039=m CONFIG_DVB_S5H1420=m CONFIG_DVB_STV0288=m CONFIG_DVB_STB6000=m @@ -3197,6 +3380,7 @@ CONFIG_DVB_LGDT3305=m CONFIG_DVB_S5H1409=m CONFIG_DVB_AU8522=m CONFIG_DVB_S5H1411=m +CONFIG_DVB_DIB8000=m CONFIG_DVB_PLL=m CONFIG_DVB_TUNER_DIB0070=m CONFIG_DVB_LNBP21=m @@ -3220,7 +3404,9 @@ CONFIG_AGP_SIS=m CONFIG_AGP_SWORKS=m CONFIG_AGP_VIA=m CONFIG_AGP_EFFICEON=m +CONFIG_VGA_ARB=y CONFIG_DRM=m +CONFIG_DRM_KMS_HELPER=m CONFIG_DRM_TTM=m CONFIG_DRM_TDFX=m CONFIG_DRM_R128=m @@ -3284,7 +3470,6 @@ CONFIG_FB_MATROX=m CONFIG_FB_MATROX_G=y CONFIG_FB_MATROX_I2C=m CONFIG_FB_MATROX_MAVEN=m -CONFIG_FB_MATROX_MULTIHEAD=y CONFIG_FB_RADEON=m CONFIG_FB_RADEON_I2C=y CONFIG_FB_RADEON_BACKLIGHT=y @@ -3320,6 +3505,7 @@ CONFIG_FB_SM501=m # CONFIG_FB_BROADSHEET is not set CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=m +CONFIG_LCD_LMS283GF05=m CONFIG_LCD_LTV350QV=m CONFIG_LCD_ILI9320=m CONFIG_LCD_TDO24M=m @@ -3331,6 +3517,7 @@ CONFIG_BACKLIGHT_PROGEAR=m CONFIG_BACKLIGHT_CARILLO_RANCH=m CONFIG_BACKLIGHT_MBP_NVIDIA=m CONFIG_BACKLIGHT_SAHARA=m +CONFIG_BACKLIGHT_WM831X=m # # Display device support @@ -3366,6 +3553,7 @@ CONFIG_FONT_8x16=y # CONFIG_LOGO is not set CONFIG_SOUND=m CONFIG_SOUND_OSS_CORE=y +CONFIG_SOUND_OSS_CORE_PRECLAIM=y CONFIG_SND=m CONFIG_SND_TIMER=m CONFIG_SND_PCM=m @@ -3386,6 +3574,7 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SND_VERBOSE_PRINTK is not set # CONFIG_SND_DEBUG is not set CONFIG_SND_VMASTER=y +CONFIG_SND_DMA_SGBUF=y CONFIG_SND_RAWMIDI_SEQ=m CONFIG_SND_OPL3_LIB_SEQ=m CONFIG_SND_OPL4_LIB_SEQ=m @@ -3496,6 +3685,7 @@ CONFIG_SND_HDA_HWDEP=y CONFIG_SND_HDA_RECONFIG=y # CONFIG_SND_HDA_INPUT_BEEP is not set # CONFIG_SND_HDA_INPUT_JACK is not set +# CONFIG_SND_HDA_PATCH_LOADER is not set CONFIG_SND_HDA_CODEC_REALTEK=y CONFIG_SND_HDA_CODEC_ANALOG=y CONFIG_SND_HDA_CODEC_SIGMATEL=y @@ -3504,6 +3694,7 @@ CONFIG_SND_HDA_CODEC_ATIHDMI=y CONFIG_SND_HDA_CODEC_NVHDMI=y CONFIG_SND_HDA_CODEC_INTELHDMI=y CONFIG_SND_HDA_ELD=y +CONFIG_SND_HDA_CODEC_CIRRUS=y CONFIG_SND_HDA_CODEC_CONEXANT=y CONFIG_SND_HDA_CODEC_CA0110=y CONFIG_SND_HDA_CODEC_CMEDIA=y @@ -3550,7 +3741,6 @@ CONFIG_SND_PDAUDIOCF=m CONFIG_AC97_BUS=m CONFIG_HID_SUPPORT=y CONFIG_HID=y -# CONFIG_HID_DEBUG is not set CONFIG_HIDRAW=y # @@ -3574,6 +3764,7 @@ CONFIG_HID_DRAGONRISE=y CONFIG_HID_EZKEY=y CONFIG_HID_KYE=y CONFIG_HID_GYRATION=y +CONFIG_HID_TWINHAN=y CONFIG_HID_KENSINGTON=y CONFIG_HID_LOGITECH=y CONFIG_LOGITECH_FF=y @@ -3630,6 +3821,7 @@ CONFIG_USB_EHCI_TT_NEWSCHED=y CONFIG_USB_OXU210HP_HCD=m CONFIG_USB_ISP116X_HCD=m CONFIG_USB_ISP1760_HCD=m +CONFIG_USB_ISP1362_HCD=m CONFIG_USB_OHCI_HCD=m CONFIG_USB_OHCI_HCD_SSB=y # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set @@ -3787,6 +3979,7 @@ CONFIG_USB_GADGET_SELECTED=y # CONFIG_USB_GADGET_LH7A40X is not set # CONFIG_USB_GADGET_OMAP is not set # CONFIG_USB_GADGET_PXA25X is not set +# CONFIG_USB_GADGET_R8A66597 is not set # CONFIG_USB_GADGET_PXA27X is not set # CONFIG_USB_GADGET_S3C_HSOTG is not set # CONFIG_USB_GADGET_IMX is not set @@ -3805,6 +3998,7 @@ CONFIG_USB_ZERO=m CONFIG_USB_AUDIO=m CONFIG_USB_ETH=m # CONFIG_USB_ETH_RNDIS is not set +# CONFIG_USB_ETH_EEM is not set CONFIG_USB_GADGETFS=m CONFIG_USB_FILE_STORAGE=m # CONFIG_USB_FILE_STORAGE_TEST is not set @@ -3845,6 +4039,8 @@ CONFIG_MMC_SDHCI_PCI=m # CONFIG_MMC_RICOH_MMC is not set CONFIG_MMC_SDHCI_PLTFM=m CONFIG_MMC_WBSD=m +# CONFIG_MMC_AT91 is not set +# CONFIG_MMC_ATMELMCI is not set CONFIG_MMC_TIFM_SD=m CONFIG_MMC_SDRICOH_CS=m # CONFIG_MMC_CB710 is not set @@ -3875,6 +4071,7 @@ CONFIG_LEDS_ALIX2=m CONFIG_LEDS_LP3944=m # CONFIG_LEDS_CLEVO_MAIL is not set # CONFIG_LEDS_PCA955X is not set +CONFIG_LEDS_WM831X_STATUS=m CONFIG_LEDS_WM8350=m # CONFIG_LEDS_DAC124S085 is not set # CONFIG_LEDS_BD2802 is not set @@ -3958,6 +4155,7 @@ CONFIG_RTC_DRV_MAX6902=m CONFIG_RTC_DRV_R9701=m CONFIG_RTC_DRV_RS5C348=m CONFIG_RTC_DRV_DS3234=m +CONFIG_RTC_DRV_PCF2123=m # # Platform RTC drivers @@ -3973,8 +4171,10 @@ CONFIG_RTC_DRV_M48T35=m CONFIG_RTC_DRV_M48T59=m CONFIG_RTC_DRV_BQ4802=m CONFIG_RTC_DRV_V3020=m +CONFIG_RTC_DRV_WM831X=m CONFIG_RTC_DRV_WM8350=m CONFIG_RTC_DRV_PCF50633=m +CONFIG_RTC_DRV_AB3100=m # # on-CPU RTC drivers @@ -3984,6 +4184,7 @@ CONFIG_DMADEVICES=y # # DMA Devices # +CONFIG_ASYNC_TX_DISABLE_CHANNEL_SWITCH=y CONFIG_INTEL_IOATDMA=m CONFIG_DMA_ENGINE=y @@ -4007,6 +4208,7 @@ CONFIG_UIO_CIF=m # CONFIG_UIO_SMX is not set # CONFIG_UIO_AEC is not set CONFIG_UIO_SERCOS3=m +CONFIG_UIO_PCI_GENERIC=m # # TI VLYNQ @@ -4016,35 +4218,29 @@ CONFIG_STAGING=y CONFIG_ET131X=m # CONFIG_ET131X_DEBUG is not set CONFIG_SLICOSS=m -CONFIG_SXG=m -CONFIG_ME4000=m -CONFIG_MEILHAUS=m -CONFIG_ME0600=m -CONFIG_ME0900=m -CONFIG_ME1000=m -CONFIG_ME1400=m -CONFIG_ME1600=m -CONFIG_ME4600=m -CONFIG_ME6000=m -CONFIG_ME8100=m -CONFIG_ME8200=m -CONFIG_MEDUMMY=m CONFIG_VIDEO_GO7007=m CONFIG_VIDEO_GO7007_USB=m CONFIG_VIDEO_GO7007_USB_S2250_BOARD=m +CONFIG_VIDEO_GO7007_OV7640=m +CONFIG_VIDEO_GO7007_SAA7113=m +CONFIG_VIDEO_GO7007_SAA7115=m +CONFIG_VIDEO_GO7007_TW9903=m +CONFIG_VIDEO_GO7007_UDA1342=m +CONFIG_VIDEO_GO7007_SONY_TUNER=m +CONFIG_VIDEO_GO7007_TW2804=m +CONFIG_VIDEO_CX25821=m +CONFIG_VIDEO_CX25821_ALSA=m CONFIG_USB_IP_COMMON=m CONFIG_USB_IP_VHCI_HCD=m CONFIG_USB_IP_HOST=m CONFIG_W35UND=m CONFIG_PRISM2_USB=m CONFIG_ECHO=m -CONFIG_USB_ATMEL=m CONFIG_POCH=m -CONFIG_AGNX=m CONFIG_OTUS=m CONFIG_RT2860=m CONFIG_RT2870=m -CONFIG_RT3070=m +CONFIG_RT3090=m CONFIG_COMEDI=m # CONFIG_COMEDI_DEBUG is not set CONFIG_COMEDI_PCI_DRIVERS=m @@ -4058,28 +4254,79 @@ CONFIG_PANEL_PROFILE=5 CONFIG_ALTERA_PCIE_CHDMA=m CONFIG_RTL8187SE=m CONFIG_RTL8192SU=m +CONFIG_RTL8192E=m CONFIG_INPUT_MIMIO=m CONFIG_TRANZPORT=m -CONFIG_EPL=m # # Android # -# CONFIG_ANDROID is not set + +# +# Qualcomm MSM Camera And Video +# + +# +# Camera Sensor Selection +# +CONFIG_INPUT_GPIO=m # CONFIG_DST is not set # CONFIG_POHMELFS is not set -# CONFIG_STLC45XX is not set # CONFIG_B3DFG is not set # CONFIG_IDE_PHISON is not set # CONFIG_PLAN9AUTH is not set -# CONFIG_HECI is not set # CONFIG_LINE6_USB is not set CONFIG_DRM_RADEON_KMS=y CONFIG_USB_SERIAL_QUATECH2=m +CONFIG_USB_SERIAL_QUATECH_USB2=m CONFIG_VT6655=m -CONFIG_USB_CPC=m -CONFIG_RDC_17F3101X=m +CONFIG_VT6656=m CONFIG_FB_UDL=m +CONFIG_HYPERV=m +CONFIG_HYPERV_STORAGE=m +CONFIG_HYPERV_BLOCK=m +CONFIG_HYPERV_NET=m +CONFIG_VME_BUS=m + +# +# VME Bridge Drivers +# +CONFIG_VME_CA91CX42=m +CONFIG_VME_TSI148=m + +# +# VME Device Drivers +# +CONFIG_VME_USER=m + +# +# RAR Register Driver +# +CONFIG_RAR_REGISTER=m +CONFIG_DX_SEP=m +CONFIG_IIO=m +# CONFIG_IIO_RING_BUFFER is not set +# CONFIG_IIO_TRIGGER is not set + +# +# Accelerometers +# +CONFIG_KXSD9=m +CONFIG_LIS3L02DQ=m + +# +# Analog to digital convertors +# +CONFIG_MAX1363=m + +# +# Light sensors +# +CONFIG_TSL2561=m + +# +# Triggers - standalone +# CONFIG_X86_PLATFORM_DEVICES=y CONFIG_ACER_WMI=m CONFIG_ACERHDF=m @@ -4104,6 +4351,7 @@ CONFIG_INTEL_MENLOW=m CONFIG_EEEPC_LAPTOP=m CONFIG_ACPI_WMI=m CONFIG_ACPI_ASUS=m +CONFIG_TOPSTAR_LAPTOP=m CONFIG_ACPI_TOSHIBA=m # @@ -4132,10 +4380,10 @@ CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y CONFIG_EXT4_FS=y -CONFIG_EXT4DEV_COMPAT=y CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y +# CONFIG_EXT4_DEBUG is not set CONFIG_JBD=y CONFIG_JBD_DEBUG=y CONFIG_JBD2=y @@ -4169,6 +4417,7 @@ CONFIG_OCFS2_DEBUG_FS=y CONFIG_OCFS2_FS_POSIX_ACL=y CONFIG_BTRFS_FS=m CONFIG_BTRFS_FS_POSIX_ACL=y +# CONFIG_NILFS2_FS is not set CONFIG_FILE_LOCKING=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y @@ -4271,7 +4520,6 @@ CONFIG_SYSV_FS=m CONFIG_UFS_FS=m # CONFIG_UFS_FS_WRITE is not set # CONFIG_UFS_DEBUG is not set -# CONFIG_NILFS2_FS is not set CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V3=y @@ -4389,6 +4637,7 @@ CONFIG_ENABLE_WARN_DEPRECATED=y CONFIG_ENABLE_MUST_CHECK=y CONFIG_FRAME_WARN=1024 # CONFIG_MAGIC_SYSRQ is not set +# CONFIG_STRIP_ASM_SYMS is not set CONFIG_UNUSED_SYMBOLS=y CONFIG_DEBUG_FS=y # CONFIG_HEADERS_CHECK is not set @@ -4425,12 +4674,15 @@ CONFIG_DEBUG_MEMORY_INIT=y # CONFIG_DEBUG_LIST is not set # CONFIG_DEBUG_SG is not set # CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_CREDENTIALS is not set CONFIG_ARCH_WANT_FRAME_POINTERS=y # CONFIG_FRAME_POINTER is not set # CONFIG_BOOT_PRINTK_DELAY is not set # CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_CPU_STALL_DETECTOR is not set # CONFIG_BACKTRACE_SELF_TEST is not set # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set # CONFIG_FAULT_INJECTION is not set # CONFIG_LATENCYTOP is not set CONFIG_SYSCTL_SYSCALL_CHECK=y @@ -4443,10 +4695,11 @@ CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y CONFIG_HAVE_DYNAMIC_FTRACE=y CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y -CONFIG_HAVE_FTRACE_SYSCALLS=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_RING_BUFFER=y CONFIG_EVENT_TRACING=y CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_RING_BUFFER_ALLOW_SWAP=y CONFIG_TRACING=y CONFIG_GENERIC_TRACER=y CONFIG_TRACING_SUPPORT=y @@ -4524,6 +4777,10 @@ CONFIG_XOR_BLOCKS=y CONFIG_ASYNC_CORE=y CONFIG_ASYNC_MEMCPY=y CONFIG_ASYNC_XOR=y +CONFIG_ASYNC_PQ=y +CONFIG_ASYNC_RAID6_RECOV=y +CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y +CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y CONFIG_CRYPTO=y # @@ -4573,12 +4830,14 @@ CONFIG_CRYPTO_XTS=m # CONFIG_CRYPTO_HMAC=y CONFIG_CRYPTO_XCBC=m +CONFIG_CRYPTO_VMAC=m # # Digest # CONFIG_CRYPTO_CRC32C=m CONFIG_CRYPTO_CRC32C_INTEL=m +CONFIG_CRYPTO_GHASH=m CONFIG_CRYPTO_MD4=m CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_MICHAEL_MIC=m @@ -4635,11 +4894,12 @@ CONFIG_CRYPTO_DEV_HIFN_795X=m CONFIG_CRYPTO_DEV_HIFN_795X_RNG=y CONFIG_HAVE_KVM=y CONFIG_HAVE_KVM_IRQCHIP=y +CONFIG_HAVE_KVM_EVENTFD=y +CONFIG_KVM_APIC_ARCHITECTURE=y CONFIG_VIRTUALIZATION=y CONFIG_KVM=m CONFIG_KVM_INTEL=m CONFIG_KVM_AMD=m -# CONFIG_KVM_TRACE is not set # CONFIG_LGUEST is not set CONFIG_VIRTIO=y CONFIG_VIRTIO_RING=y diff --git a/source/include/kernel-version.sh b/source/include/kernel-version.sh index c1a07d5..932bcb5 100644 --- a/source/include/kernel-version.sh +++ b/source/include/kernel-version.sh @@ -15,6 +15,6 @@ # * _F_kernelver_rel: the kernel release # * _F_kernelver_stable: the number of the -stable patch to use (if any) ### -_F_kernelver_ver=2.6.31 -_F_kernelver_rel=3 -_F_kernelver_stable=4 +_F_kernelver_ver=2.6.32 +_F_kernelver_rel=1 +_F_kernelver_stable= From bouleetbil at frogdev.info Thu Dec 3 17:11:43 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Dec 2009 17:11:43 +0100 (CET) Subject: [Frugalware-git] frugalware-current: gparted-0.5.0-1-i686 *version bump Message-ID: <20091203161143.5822A1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=35dec1608cef6debe6838b80567307ec4b97f593 commit 35dec1608cef6debe6838b80567307ec4b97f593 Author: bouleetbil Date: Thu Dec 3 17:13:22 2009 +0000 gparted-0.5.0-1-i686 *version bump diff --git a/source/xapps-extra/gparted/FrugalBuild b/source/xapps-extra/gparted/FrugalBuild index 94fc141..1791b7f 100644 --- a/source/xapps-extra/gparted/FrugalBuild +++ b/source/xapps-extra/gparted/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: crazy pkgname=gparted -pkgver=0.4.8 +pkgver=0.5.0 pkgrel=1 pkgdesc="Parted GUI written in C++ using gtkmm as Graphical Toolkit" depends=('parted>=1.8.8' 'gtkmm>=2.18.2' 'freetype2' 'pango>=1.24.2-2' 'hal') @@ -15,7 +15,7 @@ _F_sourceforge_prefix="$pkgname-" Finclude sourceforge url="http://gparted.sourceforge.net" source=($source gparted-kde.desktop) -sha1sums=('2b963967110a65d7f4496e3f32f612ae97025f7f' \ +sha1sums=('9181cc26a8242de32395c9bea3e136eed06874f2' \ '9fef48cb9b11c71c79a5b4ce8bf1296920a095c2') From devil505linux at gmail.com Thu Dec 3 17:35:35 2009 From: devil505linux at gmail.com (Devil505) Date: Thu, 3 Dec 2009 17:35:35 +0100 (CET) Subject: [Frugalware-git] frugalware-current: Revert "skype-2.1.0.47-1-i686" * close FS#3982 This reverts commit 36a24d55bbbb1044cc974e4a1f9aa0869f8f9120. Message-ID: <20091203163535.497931240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b7edb3c97bac3ff5ff20d12e0b3436ed8a2725ca commit b7edb3c97bac3ff5ff20d12e0b3436ed8a2725ca Author: Devil505 Date: Thu Dec 3 17:34:45 2009 +0100 Revert "skype-2.1.0.47-1-i686" * close FS#3982 This reverts commit 36a24d55bbbb1044cc974e4a1f9aa0869f8f9120. diff --git a/source/xapps-extra/skype/FrugalBuild b/source/xapps-extra/skype/FrugalBuild index 33dd61b..957f035 100644 --- a/source/xapps-extra/skype/FrugalBuild +++ b/source/xapps-extra/skype/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Janos Kovacs pkgname=skype -pkgver=2.1.0.47 +pkgver=2.0.0.72 pkgrel=1 pkgdesc="Skype will let you make free calls to your friends all over the world." url="http://skype.com" @@ -13,7 +13,7 @@ up2date="lynx -dump http://www.skype.com/intl/en/download/skype/linux/choose/ | source=(http://download.skype.com/linux/${pkgname}-${pkgver}.tar.bz2) license="skype-eula" options=('nobuild') -sha1sums=('a0c7918767f01e79c37d4bd4dc085855c111994b') +sha1sums=('554a2d2fdf0b2291692ed84c2d862bc80b8a6b26') build() { From devil505linux at gmail.com Thu Dec 3 18:02:26 2009 From: devil505linux at gmail.com (Devil505) Date: Thu, 3 Dec 2009 18:02:26 +0100 (CET) Subject: [Frugalware-git] frugalware-current: terminator-0.14-1-i686 *version bump Message-ID: <20091203170226.DA8251240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d43a55a97cd300ec0d01926bad16b27027077771 commit d43a55a97cd300ec0d01926bad16b27027077771 Author: Devil505 Date: Thu Dec 3 18:02:03 2009 +0100 terminator-0.14-1-i686 *version bump diff --git a/source/gnome-extra/terminator/FrugalBuild b/source/gnome-extra/terminator/FrugalBuild index d76e979..64b0fea 100644 --- a/source/gnome-extra/terminator/FrugalBuild +++ b/source/gnome-extra/terminator/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=terminator -pkgver=0.13 +pkgver=0.14 pkgrel=1 pkgdesc="Terminator is a little project to produce an efficient way of filling a large area of screen space with terminals." url="http://www.tenshu.net/terminator/" @@ -15,9 +15,9 @@ groups=('gnome-extra') archs=('i686' 'x86_64') Fpkgversep="_" up2date="Flasttar $url" +_F_cd_path="$pkgname-$pkgver" source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_${pkgver}.tar.gz) -_F_cd_path="$pkgver" -sha1sums=('685d54ac62210b6ef056e77a2bd16d7dc6dd77b2') +sha1sums=('7bee32c6ff9e73699b87710702f1df2e7fcd7562') build() { From devil505linux at gmail.com Thu Dec 3 18:07:26 2009 From: devil505linux at gmail.com (Devil505) Date: Thu, 3 Dec 2009 18:07:26 +0100 (CET) Subject: [Frugalware-git] frugalware-current: freedroidrpg-0.12.1-2-i686 * added options=('nobuild') Message-ID: <20091203170726.3E0921240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d6fc1aa1fe08d1e6863fb1597640b7c8dc6c9cff commit d6fc1aa1fe08d1e6863fb1597640b7c8dc6c9cff Author: Devil505 Date: Thu Dec 3 18:07:00 2009 +0100 freedroidrpg-0.12.1-2-i686 * added options=('nobuild') diff --git a/source/games-extra/freedroidrpg/FrugalBuild b/source/games-extra/freedroidrpg/FrugalBuild index 580d186..a5d310a 100644 --- a/source/games-extra/freedroidrpg/FrugalBuild +++ b/source/games-extra/freedroidrpg/FrugalBuild @@ -3,13 +3,14 @@ pkgname=freedroidrpg pkgver=0.12.1 -pkgrel=1 +pkgrel=2 pkgdesc="Extension/modification of the classical Freedroid game (based on paradroid) into a RPG" _F_sourceforge_ext=".tar.bz2" _F_sourceforge_dirname="freedroid" Finclude sourceforge depends=('sdl_mixer' 'sdl_net' 'sdlimage' 'gtk+' 'libx11' 'libogg' 'libvorbis' 'libgl' 'mesa') groups=('games-extra') +options=('nobuild') archs=('i686' 'x86_64') source=($source $pkgname.png) sha1sums=('5081b9351a62ef1506c8cb1f72d1dfc730d94669' \ From ryuo at frugalware.org Thu Dec 3 19:03:10 2009 From: ryuo at frugalware.org (James Buren) Date: Thu, 3 Dec 2009 19:03:10 +0100 (CET) Subject: [Frugalware-git] yaxmenu: config.mk * initial draft Message-ID: <20091203180310.D604F1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=4d14aef791ce83163506412de51798f0d266f961 commit 4d14aef791ce83163506412de51798f0d266f961 Author: James Buren Date: Thu Dec 3 12:03:07 2009 -0600 config.mk * initial draft diff --git a/src/config.mk b/src/config.mk new file mode 100644 index 0000000..89f18f9 --- /dev/null +++ b/src/config.mk @@ -0,0 +1,17 @@ +# modify the following line if you wish to change the default compiler +CC = gcc + +# modify the following line if you wish to change the 'make clean' command +RM = rm -f + +# modify the following line if you wish to change the default optimizations +CFLAGS = -O0 + +# modify the following line if you wish to change the default linker flags +LDFLAGS = + +# uncomment the following line if you want to disable warnings +#define NOWARNING + +# uncomment the following line if you want to disable debugging +#define NODEBUG From ryuo at frugalware.org Thu Dec 3 19:27:29 2009 From: ryuo at frugalware.org (James Buren) Date: Thu, 3 Dec 2009 19:27:29 +0100 (CET) Subject: [Frugalware-git] yaxmenu: Makefile * initial draft Message-ID: <20091203182729.7F3B81240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=fe3ca71af44d5d62090d83c597617e0322eb258c commit fe3ca71af44d5d62090d83c597617e0322eb258c Author: James Buren Date: Thu Dec 3 12:27:18 2009 -0600 Makefile * initial draft diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 0000000..669a70a --- /dev/null +++ b/src/Makefile @@ -0,0 +1,31 @@ +# include user modifiable variables +include config.mk + +# append any CFLAGS used in all modes +CFLAGS += -std=gnu99 + +# check if warnings are disabled +ifndef NOWARNING +CFLAGS += -Wall -Wextra -Winline +endif + +# check if debugging is disabled +ifndef NODEBUG +CFLAGS += -g +else +CFLAGS += -DNDEBUG +endif + +# define program variables +PROGRAM = yaxmenu +SOURCES = $(shell echo *.c) +OBJECTS = ${SOURCES:.c=.o} + +${PROGRAM} : ${OBJECTS} + ${CC} ${LDFLAGS} ${OBJECTS} -o ${PROGRAM} + +${OBJECTS} : ${SOURCES} + ${CC} ${CFLAGS} -c ${@:.o=.c} + +clean: + ${RM} ${PROGRAM} ${OBJECTS} From ryuo at frugalware.org Thu Dec 3 19:58:11 2009 From: ryuo at frugalware.org (James Buren) Date: Thu, 3 Dec 2009 19:58:11 +0100 (CET) Subject: [Frugalware-git] yaxmenu: as.h * renamed to autostring.h * change include guards to reflect new name Message-ID: <20091203185811.21DED1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=767cf4404b85792da52af2c04a1378505edec4c5 commit 767cf4404b85792da52af2c04a1378505edec4c5 Author: James Buren Date: Thu Dec 3 12:57:51 2009 -0600 as.h * renamed to autostring.h * change include guards to reflect new name diff --git a/src/as.h b/src/autostring.h similarity index 93% rename from src/as.h rename to src/autostring.h index 009e5a4..bf8db23 100644 --- a/src/as.h +++ b/src/autostring.h @@ -1,5 +1,5 @@ -#ifndef _as_header_ -#define _as_header_ +#ifndef _autostring_header_ +#define _autostring_header_ #include "includes.h" #include "utility.h" From bouleetbil at frogdev.info Thu Dec 3 22:08:40 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Dec 2009 22:08:40 +0100 (CET) Subject: [Frugalware-git] xorgtesting: libdrm-2.4.16-1-i686 *version bump *update no-pthread-stubs.patch Message-ID: <20091203210840.DD9621240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=205c83a20ab5d1e1b3f83e6bedd44455eee4b3c9 commit 205c83a20ab5d1e1b3f83e6bedd44455eee4b3c9 Author: bouleetbil Date: Thu Dec 3 22:10:05 2009 +0000 libdrm-2.4.16-1-i686 *version bump *update no-pthread-stubs.patch diff --git a/source/x11/libdrm/FrugalBuild b/source/x11/libdrm/FrugalBuild index 7c5fb05..a27094a 100644 --- a/source/x11/libdrm/FrugalBuild +++ b/source/x11/libdrm/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=libdrm -pkgver=2.4.15 +pkgver=2.4.16 pkgrel=1 pkgdesc="X.Org Userspace interface to kernel DRM services" url="http://xorg.freedesktop.org/" @@ -11,8 +11,8 @@ archs=('i686' 'x86_64' 'ppc') groups=('x11' 'xorg-core' 'xorg-libs') up2date="lynx -dump 'http://dri.freedesktop.org/libdrm/?C=M;O=A'|Flasttar" source=(http://dri.freedesktop.org/libdrm/libdrm-$pkgver.tar.gz no-pthread-stubs.patch) -sha1sums=('e5c68a053198047c9fd2c9d7ed8e0223e7b51d13' \ - '6a5c48f014d40630d1b5b3d2130188da5352477a') +sha1sums=('dea5b1c683cb1498729a7af08356c8066a3c5c9b' \ + 'cc835b89eec11f55ba09587774eb2435fd61decf') Fconfopts="${Fconfopts[@]} --enable-nouveau-experimental-api --enable-radeon-experimental-api" build() diff --git a/source/x11/libdrm/no-pthread-stubs.patch b/source/x11/libdrm/no-pthread-stubs.patch index fd90430..eaedd06 100644 --- a/source/x11/libdrm/no-pthread-stubs.patch +++ b/source/x11/libdrm/no-pthread-stubs.patch @@ -1,26 +1,23 @@ -diff -ru libdrm-2.4.0/configure.ac libdrm-2.4.0-nostubs/configure.ac ---- libdrm-2.4.0/configure.ac 2008-10-09 21:57:09.000000000 +0200 -+++ libdrm-2.4.0-nostubs/configure.ac 2008-10-21 10:48:24.000000000 +0200 -@@ -32,10 +32,6 @@ +--- libdrm-2.4.16/configure.ac~ 2009-12-03 16:28:44.000000000 +0000 ++++ libdrm-2.4.16/configure.ac 2009-12-03 21:38:35.000000000 +0000 +@@ -33,9 +33,6 @@ AC_HEADER_STDC AC_SYS_LARGEFILE -PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs) -AC_SUBST(PTHREADSTUBS_CFLAGS) -AC_SUBST(PTHREADSTUBS_LIBS) -- + pkgconfigdir=${libdir}/pkgconfig AC_SUBST(pkgconfigdir) - AC_ARG_ENABLE(udev, AS_HELP_STRING([--enable-udev], - ---- libdrm-2.4.5/libdrm/nouveau/Makefile.am.orig 2009-02-28 19:06:24.000000000 +0000 -+++ libdrm-2.4.5/libdrm/nouveau/Makefile.am 2009-02-28 19:06:33.000000000 +0000 +--- libdrm-2.4.16/nouveau/Makefile.am~ 2009-11-20 23:54:36.000000000 +0000 ++++ libdrm-2.4.16/nouveau/Makefile.am 2009-12-03 21:42:24.000000000 +0000 @@ -2,13 +2,12 @@ $(WARN_CFLAGS) \ - -I$(top_srcdir)/libdrm \ - -I$(top_srcdir)/libdrm/nouveau \ + -I$(top_srcdir) \ + -I$(top_srcdir)/nouveau \ - $(PTHREADSTUBS_CFLAGS) \ - -I$(top_srcdir)/shared-core + -I$(top_srcdir)/include/drm libdrm_nouveau_la_LTLIBRARIES = libdrm_nouveau.la libdrm_nouveau_ladir = $(libdir) @@ -30,32 +27,14 @@ diff -ru libdrm-2.4.0/configure.ac libdrm-2.4.0-nostubs/configure.ac libdrm_nouveau_la_SOURCES = \ nouveau_device.c \ - ---- libdrm-2.4.13/libdrm/intel/Makefile.am~ 2009-08-31 15:19:05.000000000 +0200 -+++ libdrm-2.4.13/libdrm/intel/Makefile.am 2009-08-31 15:23:44.000000000 +0200 -@@ -26,13 +26,12 @@ - $(WARN_CFLAGS) \ - -I$(top_srcdir)/libdrm \ - -I$(top_srcdir)/libdrm/intel \ -- $(PTHREADSTUBS_CFLAGS) \ - -I$(top_srcdir)/shared-core - - libdrm_intel_la_LTLIBRARIES = libdrm_intel.la - libdrm_intel_ladir = $(libdir) - libdrm_intel_la_LDFLAGS = -version-number 1:0:0 -no-undefined --libdrm_intel_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ @CLOCK_LIB@ -+libdrm_intel_la_LIBADD = ../libdrm.la @CLOCK_LIB@ - - libdrm_intel_la_SOURCES = \ - intel_bufmgr.c \ ---- libdrm-2.4.13/libdrm/radeon/Makefile.am~ 2009-07-06 22:11:03.000000000 +0200 -+++ libdrm-2.4.13/libdrm/radeon/Makefile.am 2009-09-01 22:05:15.000000000 +0200 +--- libdrm-2.4.16/radeon/Makefile.am~ 2009-11-20 23:54:36.000000000 +0000 ++++ libdrm-2.4.16/radeon/Makefile.am 2009-12-03 21:43:12.000000000 +0000 @@ -26,13 +26,12 @@ $(WARN_CFLAGS) \ - -I$(top_srcdir)/libdrm \ - -I$(top_srcdir)/libdrm/radeon \ + -I$(top_srcdir) \ + -I$(top_srcdir)/radeon \ - $(PTHREADSTUBS_CFLAGS) \ - -I$(top_srcdir)/shared-core + -I$(top_srcdir)/include/drm libdrm_radeon_la_LTLIBRARIES = libdrm_radeon.la libdrm_radeon_ladir = $(libdir) @@ -65,3 +44,20 @@ diff -ru libdrm-2.4.0/configure.ac libdrm-2.4.0-nostubs/configure.ac libdrm_radeon_la_SOURCES = \ radeon_bo_gem.c \ +--- libdrm-2.4.16/intel/Makefile.am~ 2009-11-20 23:54:36.000000000 +0000 ++++ libdrm-2.4.16/intel/Makefile.am 2009-12-03 22:02:36.000000000 +0000 +@@ -26,13 +26,12 @@ + $(WARN_CFLAGS) \ + -I$(top_srcdir) \ + -I$(top_srcdir)/intel \ +- $(PTHREADSTUBS_CFLAGS) \ + -I$(top_srcdir)/include/drm + + libdrm_intel_la_LTLIBRARIES = libdrm_intel.la + libdrm_intel_ladir = $(libdir) + libdrm_intel_la_LDFLAGS = -version-number 1:0:0 -no-undefined +-libdrm_intel_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ @CLOCK_LIB@ ++libdrm_intel_la_LIBADD = ../libdrm.la @CLOCK_LIB@ + + libdrm_intel_la_SOURCES = \ + intel_atomic.h \ From hermier at frugalware.org Thu Dec 3 22:32:04 2009 From: hermier at frugalware.org (Michel Hermier) Date: Thu, 3 Dec 2009 22:32:04 +0100 (CET) Subject: [Frugalware-git] kdetesting: Merge remote branch 'kde431/master' Message-ID: <20091203213204.DD52B1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting.git;a=commitdiff;h=cfb980e9ad6888a2d99d6749ac1c37fadd42ced3 commit cfb980e9ad6888a2d99d6749ac1c37fadd42ced3 Merge: 6e72019 58ac236 Author: Michel Hermier Date: Thu Dec 3 22:31:27 2009 +0100 Merge remote branch 'kde431/master' From devil505linux at gmail.com Thu Dec 3 22:37:27 2009 From: devil505linux at gmail.com (Devil505) Date: Thu, 3 Dec 2009 22:37:27 +0100 (CET) Subject: [Frugalware-git] frugalware-current: shutter-0.85.1-1-i686 * version bump Message-ID: <20091203213727.429241240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6687782e3eb611746ff9eb205cba02376d543427 commit 6687782e3eb611746ff9eb205cba02376d543427 Author: Devil505 Date: Thu Dec 3 22:36:41 2009 +0100 shutter-0.85.1-1-i686 * version bump diff --git a/source/gnome-extra/shutter/FrugalBuild b/source/gnome-extra/shutter/FrugalBuild index c00ac0b..288f9fe 100644 --- a/source/gnome-extra/shutter/FrugalBuild +++ b/source/gnome-extra/shutter/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=shutter -pkgver=0.85 +pkgver=0.85.1 pkgrel=1 pkgdesc="A featureful screenshot tool (formerly gscrot)" url="http://shutter-project.org/" @@ -12,7 +12,7 @@ groups=('gnome-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/wp-content/uploads/releases/tars/" source=($url/wp-content/uploads/releases/tars/$pkgname-$pkgver.tar.gz) -sha1sums=('d74b33b1621ee28209b7de9817c673b41d54558e') +sha1sums=('2a22536c4e71d910b5685976d51fcc0342ef3cc5') build() { Fcd From ryuo at frugalware.org Fri Dec 4 00:32:44 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 00:32:44 +0100 (CET) Subject: [Frugalware-git] yaxmenu: includes.h * add stdarg.h Message-ID: <20091203233244.4C1761240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=451723371146a6a9ff90a3dc003250018f883dc6 commit 451723371146a6a9ff90a3dc003250018f883dc6 Author: James Buren Date: Thu Dec 3 13:47:49 2009 -0600 includes.h * add stdarg.h diff --git a/src/includes.h b/src/includes.h index adaebe2..add42bb 100644 --- a/src/includes.h +++ b/src/includes.h @@ -1,6 +1,7 @@ #ifndef _includes_header_ #define _includes_header_ #include +#include #include #include #include From ryuo at frugalware.org Fri Dec 4 00:32:44 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 00:32:44 +0100 (CET) Subject: [Frugalware-git] yaxmenu: autostring.h * rewrite to use non-inline functions Message-ID: <20091203233244.385951240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=4d7d78267f82583cfc7ac782289c60a877b30911 commit 4d7d78267f82583cfc7ac782289c60a877b30911 Author: James Buren Date: Thu Dec 3 13:47:00 2009 -0600 autostring.h * rewrite to use non-inline functions diff --git a/src/autostring.h b/src/autostring.h index bf8db23..02bd6f4 100644 --- a/src/autostring.h +++ b/src/autostring.h @@ -1,55 +1,13 @@ #ifndef _autostring_header_ #define _autostring_header_ #include "includes.h" -#include "utility.h" -#define AS_INITIAL_LENGTH 64U +typedef struct _as as_t; -typedef struct { - char *str; - size_t cl; - size_t ml; -} as_t; - -static inline void as_init(as_t *as) { - assert(as); - - as->str = xnew(char,as->ml = AS_INITIAL_LENGTH); - - as->cl = 0; -} - -static inline void as_putc(as_t *as,char ch) { - assert(as); - - if(as->cl == as->ml) - as->str = xrenew(as->str,char,as->ml *= 2); - - as->str[as->cl++] = ch; -} - -static inline void as_puts(as_t *as,const char *str) { - assert(as && str); - - while(*str) - as_putc(as,*str++); -} - -static inline void as_reset(as_t *as) { - assert(as); - - as->cl = 0; -} - -static inline void as_compact(as_t *as) { - assert(as); - - as->str = xrenew(as->str,char,as->ml = as->cl); -} - -static inline void as_free(as_t *as) { - assert(as); - - free(as->str); -} +as_t *as_new(void); +void as_puts(as_t *,size_t,...); +void as_reset(as_t *); +void as_compact(as_t *); +char *as_gets(as_t *); +void as_free(as_t *,bool); #endif From ryuo at frugalware.org Fri Dec 4 00:32:44 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 00:32:44 +0100 (CET) Subject: [Frugalware-git] yaxmenu: autostring.h * adjust as_gets() prototype Message-ID: <20091203233244.691721240012@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=da95b9dd7f654cf97d98f05271b83de001b2b7e9 commit da95b9dd7f654cf97d98f05271b83de001b2b7e9 Author: James Buren Date: Thu Dec 3 17:32:11 2009 -0600 autostring.h * adjust as_gets() prototype diff --git a/src/autostring.h b/src/autostring.h index 02bd6f4..58827c1 100644 --- a/src/autostring.h +++ b/src/autostring.h @@ -8,6 +8,6 @@ as_t *as_new(void); void as_puts(as_t *,size_t,...); void as_reset(as_t *); void as_compact(as_t *); -char *as_gets(as_t *); +char *as_gets(const as_t *); void as_free(as_t *,bool); #endif From ryuo at frugalware.org Fri Dec 4 00:32:44 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 00:32:44 +0100 (CET) Subject: [Frugalware-git] yaxmenu: autostring.c * initial draft Message-ID: <20091203233244.95BC61240014@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=87fbde5079a0d6eea615623cce521cf953033c36 commit 87fbde5079a0d6eea615623cce521cf953033c36 Author: James Buren Date: Thu Dec 3 17:32:43 2009 -0600 autostring.c * initial draft diff --git a/src/autostring.c b/src/autostring.c new file mode 100644 index 0000000..221f62e --- /dev/null +++ b/src/autostring.c @@ -0,0 +1,82 @@ +#include "utility.h" +#include "autostring.h" + +#define AUTOSTRING_INITIAL_LENGTH 64U + +struct _as { + char *str; + size_t cl; + size_t ml; +}; + +as_t *as_new(void) { + as_t *as; + + as = xnew(as_t,1); + + as->str = xnew(char,as->ml = AUTOSTRING_INITIAL_LENGTH); + + as->cl = 0; + + return as; +} + +static inline void _as_putc(as_t *as,char ch) { + assert(as); + + if(as->cl == as->ml) + as->str = xrenew(as->str,char,as->ml *= 2); + + as->str[as->cl++] = ch; +} + +static inline void _as_puts(as_t *as,const char *str) { + assert(as && str); + + while(*str) + _as_putc(as,*str++); +} + +void as_puts(as_t *as,size_t num,...) { + va_list args; + + assert(as && num); + + va_start(args,num); + + while(num-- > 0) { + const char *str = va_arg(args,const char *); + _as_puts(as,str); + } + + _as_putc(as,'\0'); + + va_end(args); +} + +void as_reset(as_t *as) { + assert(as); + + as->cl = 0; +} + +void as_compact(as_t *as) { + assert(as); + + as->str = xrenew(as->str,char,as->ml = as->cl); +} + +char *as_gets(const as_t *as) { + assert(as); + + return as->str; +} + +void as_free(as_t *as,bool free_str) { + assert(as); + + if(free_str) + free(as->str); + + free(as); +} From ryuo at frugalware.org Fri Dec 4 00:59:31 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 00:59:31 +0100 (CET) Subject: [Frugalware-git] yaxmenu: autostring.c * modify _as_puts() to overwrite null terminator if its present Message-ID: <20091203235931.E8FF21240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=22e0eb27cfa56a23e57dd541ed647b7e1e8a893e commit 22e0eb27cfa56a23e57dd541ed647b7e1e8a893e Author: James Buren Date: Thu Dec 3 17:58:59 2009 -0600 autostring.c * modify _as_puts() to overwrite null terminator if its present diff --git a/src/autostring.c b/src/autostring.c index 221f62e..d9f21c1 100644 --- a/src/autostring.c +++ b/src/autostring.c @@ -33,8 +33,13 @@ static inline void _as_putc(as_t *as,char ch) { static inline void _as_puts(as_t *as,const char *str) { assert(as && str); + if(as->str[as->cl] == '\0') + --as->cl; + while(*str) _as_putc(as,*str++); + + _as_putc(as,'\0'); } void as_puts(as_t *as,size_t num,...) { @@ -49,8 +54,6 @@ void as_puts(as_t *as,size_t num,...) { _as_puts(as,str); } - _as_putc(as,'\0'); - va_end(args); } From ryuo at frugalware.org Fri Dec 4 01:03:36 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 01:03:36 +0100 (CET) Subject: [Frugalware-git] yaxmenu: autostring.c * initialize new strings to an empty string Message-ID: <20091204000336.8EB9C1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=df00e934eea3525219de86d35e6397a2972f09a1 commit df00e934eea3525219de86d35e6397a2972f09a1 Author: James Buren Date: Thu Dec 3 18:01:46 2009 -0600 autostring.c * initialize new strings to an empty string diff --git a/src/autostring.c b/src/autostring.c index d9f21c1..8eb4f7a 100644 --- a/src/autostring.c +++ b/src/autostring.c @@ -16,7 +16,7 @@ as_t *as_new(void) { as->str = xnew(char,as->ml = AUTOSTRING_INITIAL_LENGTH); - as->cl = 0; + _as_putc(as,as->cl = 0); return as; } From ryuo at frugalware.org Fri Dec 4 01:03:36 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 01:03:36 +0100 (CET) Subject: [Frugalware-git] yaxmenu: autostring.c * move as_new() to below local static inline function definitions Message-ID: <20091204000336.A61DA1240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=6edf232b74ce89b31a720cc774ebdb0d4ab726fe commit 6edf232b74ce89b31a720cc774ebdb0d4ab726fe Author: James Buren Date: Thu Dec 3 18:03:17 2009 -0600 autostring.c * move as_new() to below local static inline function definitions diff --git a/src/autostring.c b/src/autostring.c index 8eb4f7a..23fa08a 100644 --- a/src/autostring.c +++ b/src/autostring.c @@ -9,18 +9,6 @@ struct _as { size_t ml; }; -as_t *as_new(void) { - as_t *as; - - as = xnew(as_t,1); - - as->str = xnew(char,as->ml = AUTOSTRING_INITIAL_LENGTH); - - _as_putc(as,as->cl = 0); - - return as; -} - static inline void _as_putc(as_t *as,char ch) { assert(as); @@ -42,6 +30,18 @@ static inline void _as_puts(as_t *as,const char *str) { _as_putc(as,'\0'); } +as_t *as_new(void) { + as_t *as; + + as = xnew(as_t,1); + + as->str = xnew(char,as->ml = AUTOSTRING_INITIAL_LENGTH); + + _as_putc(as,as->cl = 0); + + return as; +} + void as_puts(as_t *as,size_t num,...) { va_list args; From ryuo at frugalware.org Fri Dec 4 01:42:37 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 01:42:37 +0100 (CET) Subject: [Frugalware-git] yaxmenu: autostring.h * delete autostring.c * rewrite with simple static inline Message-ID: <20091204004237.246B41240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=4245ece7d0c1741b1ca696d7a8484b8332f1e4df commit 4245ece7d0c1741b1ca696d7a8484b8332f1e4df Author: James Buren Date: Thu Dec 3 18:42:07 2009 -0600 autostring.h * delete autostring.c * rewrite with simple static inline diff --git a/src/autostring.c b/src/autostring.c deleted file mode 100644 index 23fa08a..0000000 --- a/src/autostring.c +++ /dev/null @@ -1,85 +0,0 @@ -#include "utility.h" -#include "autostring.h" - -#define AUTOSTRING_INITIAL_LENGTH 64U - -struct _as { - char *str; - size_t cl; - size_t ml; -}; - -static inline void _as_putc(as_t *as,char ch) { - assert(as); - - if(as->cl == as->ml) - as->str = xrenew(as->str,char,as->ml *= 2); - - as->str[as->cl++] = ch; -} - -static inline void _as_puts(as_t *as,const char *str) { - assert(as && str); - - if(as->str[as->cl] == '\0') - --as->cl; - - while(*str) - _as_putc(as,*str++); - - _as_putc(as,'\0'); -} - -as_t *as_new(void) { - as_t *as; - - as = xnew(as_t,1); - - as->str = xnew(char,as->ml = AUTOSTRING_INITIAL_LENGTH); - - _as_putc(as,as->cl = 0); - - return as; -} - -void as_puts(as_t *as,size_t num,...) { - va_list args; - - assert(as && num); - - va_start(args,num); - - while(num-- > 0) { - const char *str = va_arg(args,const char *); - _as_puts(as,str); - } - - va_end(args); -} - -void as_reset(as_t *as) { - assert(as); - - as->cl = 0; -} - -void as_compact(as_t *as) { - assert(as); - - as->str = xrenew(as->str,char,as->ml = as->cl); -} - -char *as_gets(const as_t *as) { - assert(as); - - return as->str; -} - -void as_free(as_t *as,bool free_str) { - assert(as); - - if(free_str) - free(as->str); - - free(as); -} diff --git a/src/autostring.h b/src/autostring.h index 58827c1..8a8bfec 100644 --- a/src/autostring.h +++ b/src/autostring.h @@ -1,13 +1,60 @@ #ifndef _autostring_header_ #define _autostring_header_ -#include "includes.h" +#include "utility.h" -typedef struct _as as_t; +#define AUTOSTRING_INITIAL_LENGTH 64U -as_t *as_new(void); -void as_puts(as_t *,size_t,...); -void as_reset(as_t *); -void as_compact(as_t *); -char *as_gets(const as_t *); -void as_free(as_t *,bool); +typedef struct { + char *s; // String pointer array + size_t p; // Current position + size_t m; // Maximum position +} as_t; + +static inline void as_init(as_t *as) { + assert(as); + + as->s = xnew(char,as->m = AUTOSTRING_INITIAL_LENGTH); + + as->p = 0; +} + +static inline void as_putc(as_t *as,char c) { + assert(as); + + if(as->p == as->m) + as->s = xrenew(as->s,char,as->m *= 2); + + as->s[as->p++] = c; +} + +static inline void as_puts(as_t *as,const char *s) { + assert(as && s); + + while(*s) + as_putc(as,*s++); +} + +static inline void as_reset(as_t *as) { + assert(as); + + as->p = 0; +} + +static inline void as_compact(as_t *as) { + assert(as && as->p); + + as->s = xrenew(as->s,char,as->m = as->p); +} + +static inline char *as_gets(const as_t *as) { + assert(as); + + return as->s; +} + +static inline void as_free(const as_t *as) { + assert(as); + + free(as->s); +} #endif From ryuo at frugalware.org Fri Dec 4 02:05:11 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 02:05:11 +0100 (CET) Subject: [Frugalware-git] yaxmenu: autostring.h * initialize to empty string with as_init() * check for null terminator in as_puts() and overwrite if it exists Message-ID: <20091204010511.789CF1240012@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=7fffded7fcfc33efface379f77d50d5f5b3c1e5f commit 7fffded7fcfc33efface379f77d50d5f5b3c1e5f Author: James Buren Date: Thu Dec 3 19:04:49 2009 -0600 autostring.h * initialize to empty string with as_init() * check for null terminator in as_puts() and overwrite if it exists diff --git a/src/autostring.h b/src/autostring.h index 8a8bfec..293e2aa 100644 --- a/src/autostring.h +++ b/src/autostring.h @@ -16,6 +16,8 @@ static inline void as_init(as_t *as) { as->s = xnew(char,as->m = AUTOSTRING_INITIAL_LENGTH); as->p = 0; + + as->s[as->p++] = '\0'; } static inline void as_putc(as_t *as,char c) { @@ -30,8 +32,13 @@ static inline void as_putc(as_t *as,char c) { static inline void as_puts(as_t *as,const char *s) { assert(as && s); + if(!as->s[as->p]) + --as->p; + while(*s) as_putc(as,*s++); + + as_putc(as,'\0'); } static inline void as_reset(as_t *as) { From ryuo at frugalware.org Fri Dec 4 03:00:30 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 03:00:30 +0100 (CET) Subject: [Frugalware-git] yaxmenu: xdg.h * initial draft Message-ID: <20091204020030.82A851240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=b17ef6cf6901d1ff16ffc8231cb085a662d59c67 commit b17ef6cf6901d1ff16ffc8231cb085a662d59c67 Author: James Buren Date: Thu Dec 3 19:56:35 2009 -0600 xdg.h * initial draft diff --git a/src/xdg.h b/src/xdg.h new file mode 100644 index 0000000..99dc67f --- /dev/null +++ b/src/xdg.h @@ -0,0 +1,12 @@ +#ifndef _xdg_header_ +#define _xdg_header_ +#include "includes.h" + +typedef struct { + char **cfgdirs; + char **datadirs; +} xdg_t; + +bool xdg_init(xdg_t *); +void xdg_free(xdg_t *); +#endif From ryuo at frugalware.org Fri Dec 4 03:00:30 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 03:00:30 +0100 (CET) Subject: [Frugalware-git] yaxmenu: xdg.c * initial draft Message-ID: <20091204020030.988D61240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=dc2ee67dd5e974c52d3e26197181c5dc29064e40 commit dc2ee67dd5e974c52d3e26197181c5dc29064e40 Author: James Buren Date: Thu Dec 3 19:59:35 2009 -0600 xdg.c * initial draft diff --git a/src/xdg.c b/src/xdg.c new file mode 100644 index 0000000..7c8f1c3 --- /dev/null +++ b/src/xdg.c @@ -0,0 +1,15 @@ +#include "autostring.h" +#include "xdg.h" + +#define XDG_CONFIG_HOME_DEFAULT "/.config" +#define XDG_CONFIG_DIRS_DEFAULT "/etc/xdg" +#define XDG_DATA_HOME_DEFAULT "/.local/share" +#define XDG_DATA_DIRS_DEFAULT "/usr/local/share:/usr/share" +#define PROGRAM_DIRECTORY "/yaxmenu" + +// Designed for XDG Base Directory Specification Version 0.6 +// Url: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html + +bool xdg_init(xdg_t *xdg) { + return true; +} From ryuo at frugalware.org Fri Dec 4 03:00:30 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 03:00:30 +0100 (CET) Subject: [Frugalware-git] yaxmenu: main.c * add xdg calls Message-ID: <20091204020030.DFD301240012@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=34880a02e0dcabe89fb4a5c4a32c64707cdd7866 commit 34880a02e0dcabe89fb4a5c4a32c64707cdd7866 Author: James Buren Date: Thu Dec 3 20:00:22 2009 -0600 main.c * add xdg calls diff --git a/src/main.c b/src/main.c index 31062e7..2e82361 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,10 @@ -#include "includes.h" +#include "xdg.h" int main(int argc,char **argv) { + xdg_t xdg; + + if(!xdg_init(&xdg)) + return EXIT_FAILURE; + return EXIT_SUCCESS; } From ryuo at frugalware.org Fri Dec 4 03:44:55 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 03:44:55 +0100 (CET) Subject: [Frugalware-git] yaxmenu: xdg.c * define some new macros for environmental variables Message-ID: <20091204024455.E49A21240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=21db30c3d2796cc410d75a40ee690eb02d644ae5 commit 21db30c3d2796cc410d75a40ee690eb02d644ae5 Author: James Buren Date: Thu Dec 3 20:44:46 2009 -0600 xdg.c * define some new macros for environmental variables diff --git a/src/xdg.c b/src/xdg.c index 7c8f1c3..d35c0a1 100644 --- a/src/xdg.c +++ b/src/xdg.c @@ -2,9 +2,13 @@ #include "xdg.h" #define XDG_CONFIG_HOME_DEFAULT "/.config" +#define XDG_CONFIG_HOME_ENV "XDG_CONFIG_HOME" #define XDG_CONFIG_DIRS_DEFAULT "/etc/xdg" +#define XDG_CONFIG_DIRS_ENV "XDG_CONFIG_DIRS" #define XDG_DATA_HOME_DEFAULT "/.local/share" +#define XDG_DATA_HOME_ENV "XDG_DATA_HOME" #define XDG_DATA_DIRS_DEFAULT "/usr/local/share:/usr/share" +#define XDG_DATA_DIRS_ENV "XDG_DATA_DIRS" #define PROGRAM_DIRECTORY "/yaxmenu" // Designed for XDG Base Directory Specification Version 0.6 From ryuo at frugalware.org Fri Dec 4 05:09:53 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 05:09:53 +0100 (CET) Subject: [Frugalware-git] yaxmenu: xdg.c * add _xdg_build_dirs Message-ID: <20091204040953.D38171240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=b293c5e148a7d05515594c39210b35073af24bdb commit b293c5e148a7d05515594c39210b35073af24bdb Author: James Buren Date: Thu Dec 3 22:09:47 2009 -0600 xdg.c * add _xdg_build_dirs diff --git a/src/xdg.c b/src/xdg.c index d35c0a1..808db6f 100644 --- a/src/xdg.c +++ b/src/xdg.c @@ -14,6 +14,38 @@ // Designed for XDG Base Directory Specification Version 0.6 // Url: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html +static inline void _xdg_build_dirs(const char *home,as_t *dirs,bool mode) { + const char *home_env, *dirs_env, *home_default, *dirs_default, *env; + + assert(home && dirs); + + home_env = (mode) ? XDG_CONFIG_HOME_ENV : XDG_DATA_HOME_ENV; + + dirs_env = (mode) ? XDG_CONFIG_DIRS_ENV : XDG_DATA_DIRS_ENV; + + home_default = (mode) ? XDG_CONFIG_HOME_DEFAULT : XDG_DATA_HOME_DEFAULT; + + dirs_default = (mode) ? XDG_CONFIG_DIRS_DEFAULT : XDG_DATA_DIRS_DEFAULT; + + env = getenv(home_env); + + if(env && *env) + as_puts(dirs,env); + else { + as_puts(dirs,home); + as_puts(dirs,home_default); + } + + as_puts(dirs,":"); + + env = getenv(dirs_env); + + if(env && *env) + as_puts(dirs,env); + else + as_puts(dirs,dirs_default); +} + bool xdg_init(xdg_t *xdg) { return true; } From ryuo at frugalware.org Fri Dec 4 06:03:43 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 06:03:43 +0100 (CET) Subject: [Frugalware-git] yaxmenu: includes.h * add string.h Message-ID: <20091204050343.13BC61240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=3ded88dcecfca19c7aadc9aaed585a1b3bc56104 commit 3ded88dcecfca19c7aadc9aaed585a1b3bc56104 Author: James Buren Date: Thu Dec 3 23:03:43 2009 -0600 includes.h * add string.h diff --git a/src/includes.h b/src/includes.h index add42bb..2a474a7 100644 --- a/src/includes.h +++ b/src/includes.h @@ -1,6 +1,7 @@ #ifndef _includes_header_ #define _includes_header_ #include +#include #include #include #include From ryuo at frugalware.org Fri Dec 4 06:07:27 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 06:07:27 +0100 (CET) Subject: [Frugalware-git] yaxmenu: xdg.c * add _xdg_build_program_dirs * add new macro constants Message-ID: <20091204050727.786C51240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=c6b9b4617b0d7e92d65f4e70424fa9b8ec7f5102 commit c6b9b4617b0d7e92d65f4e70424fa9b8ec7f5102 Author: James Buren Date: Thu Dec 3 23:07:13 2009 -0600 xdg.c * add _xdg_build_program_dirs * add new macro constants diff --git a/src/xdg.c b/src/xdg.c index 808db6f..0c6e5ff 100644 --- a/src/xdg.c +++ b/src/xdg.c @@ -1,6 +1,9 @@ #include "autostring.h" #include "xdg.h" +#define HOME_ENV "HOME" +#define MODE_CONFIG true +#define MODE_DATA false #define XDG_CONFIG_HOME_DEFAULT "/.config" #define XDG_CONFIG_HOME_ENV "XDG_CONFIG_HOME" #define XDG_CONFIG_DIRS_DEFAULT "/etc/xdg" @@ -46,6 +49,44 @@ static inline void _xdg_build_dirs(const char *home,as_t *dirs,bool mode) { as_puts(dirs,dirs_default); } +static inline char **_xdg_build_program_dirs(const char *odirs) { + const char *s; + size_t i; + as_t buf; + char **ndirs; + char *tmp; + + assert(odirs); + + for( s = odirs, i = 0 ; *s ; ++s ) + if(*s == ':') + ++i; + + if(!i) + return NULL; + + as_init(&buf); + + for( s = odirs ; *s ; ++s ) { + if(*s == ':') + as_puts(&buf,PROGRAM_DIRECTORY); + as_putc(&buf,*s); + } + + as_compact(&buf); + + ndirs = xnew(char *,i + 1); + + ndirs[i = 0] = as_gets(&buf); + + ndirs[++i] = strtok_r(*ndirs,":",&tmp); + + while((ndirs[i++] = strtok_r(NULL,":",&tmp))) + ; + + return ndirs; +} + bool xdg_init(xdg_t *xdg) { return true; } From ryuo at frugalware.org Fri Dec 4 06:24:11 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 06:24:11 +0100 (CET) Subject: [Frugalware-git] yaxmenu: autostring.h * add static inline function prototypes * hook as_init() initialization into other inline functions * fix as_puts() memory overwrite errors Message-ID: <20091204052411.C7EF41240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=829b1ec2e1aa6f047e923d28b7ef810ec144c970 commit 829b1ec2e1aa6f047e923d28b7ef810ec144c970 Author: James Buren Date: Thu Dec 3 23:23:20 2009 -0600 autostring.h * add static inline function prototypes * hook as_init() initialization into other inline functions * fix as_puts() memory overwrite errors diff --git a/src/autostring.h b/src/autostring.h index 293e2aa..a6e2cda 100644 --- a/src/autostring.h +++ b/src/autostring.h @@ -10,14 +10,22 @@ typedef struct { size_t m; // Maximum position } as_t; +static inline void as_init(as_t *as); +static inline void as_putc(as_t *as,char c); +static inline void as_puts(as_t *as,const char *s); +static inline void as_reset(as_t *as); +static inline void as_compact(as_t *as); +static inline char *as_gets(const as_t *as); +static inline void as_free(const as_t *as); + static inline void as_init(as_t *as) { assert(as); as->s = xnew(char,as->m = AUTOSTRING_INITIAL_LENGTH); - as->p = 0; + as_reset(as); - as->s[as->p++] = '\0'; + as_putc(as,'\0'); } static inline void as_putc(as_t *as,char c) { @@ -32,7 +40,7 @@ static inline void as_putc(as_t *as,char c) { static inline void as_puts(as_t *as,const char *s) { assert(as && s); - if(!as->s[as->p]) + if(!as->s[as->p-1]) --as->p; while(*s) From ryuo at frugalware.org Fri Dec 4 06:44:22 2009 From: ryuo at frugalware.org (James Buren) Date: Fri, 4 Dec 2009 06:44:22 +0100 (CET) Subject: [Frugalware-git] yaxmenu: xdg.c * add xdg_free() Message-ID: <20091204054422.EB1CE1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=3cd836397fb43b866d4bb36ef15a8b9d8bf22bfa commit 3cd836397fb43b866d4bb36ef15a8b9d8bf22bfa Author: James Buren Date: Thu Dec 3 23:44:22 2009 -0600 xdg.c * add xdg_free() diff --git a/src/xdg.c b/src/xdg.c index 0c6e5ff..d57c25f 100644 --- a/src/xdg.c +++ b/src/xdg.c @@ -90,3 +90,17 @@ static inline char **_xdg_build_program_dirs(const char *odirs) { bool xdg_init(xdg_t *xdg) { return true; } + +void xdg_free(xdg_t *xdg) { + assert(xdg); + + if(xdg->cfgdirs) { + free(*xdg->cfgdirs); + free(xdg->cfgdirs); + } + + if(xdg->datadirs) { + free(*xdg->datadirs); + free(xdg->datadirs); + } +} From devil505linux at gmail.com Fri Dec 4 07:33:46 2009 From: devil505linux at gmail.com (Devil505) Date: Fri, 4 Dec 2009 07:33:46 +0100 (CET) Subject: [Frugalware-git] frugalware-current: quodlibet-plugins-20091024-2-i686 * fixing install path with the new version of quodlibet Message-ID: <20091204063346.76A281240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f97d814417e794dd22c39907b332587e51b8ad26 commit f97d814417e794dd22c39907b332587e51b8ad26 Author: Devil505 Date: Fri Dec 4 07:33:18 2009 +0100 quodlibet-plugins-20091024-2-i686 * fixing install path with the new version of quodlibet diff --git a/source/gnome-extra/quodlibet-plugins/FrugalBuild b/source/gnome-extra/quodlibet-plugins/FrugalBuild index 3922cca..e56dcc6 100644 --- a/source/gnome-extra/quodlibet-plugins/FrugalBuild +++ b/source/gnome-extra/quodlibet-plugins/FrugalBuild @@ -3,7 +3,7 @@ pkgname=quodlibet-plugins pkgver=20091024 -pkgrel=1 +pkgrel=2 pkgdesc="Some plugins for QuodLibet" url="http://www.sacredchao.net/quodlibet/browser/trunk/plugins" rodepends=('python' 'quodlibet' 'notification-daemon' 'cddb-py' 'dbus-python' 'gnome-python' 'python-musicbrainz2' 'lastfmsubmitd') @@ -13,21 +13,21 @@ groups=('gnome-extra') archs=('i686' 'x86_64') Fpkgversep="_" up2date="lynx -dump http://ftp.de.debian.org/debian/pool/main/q/$pkgname/ | sed 's/.orig.tar.gz/.tar.gz/g' | Flasttar" -source=(http://ftp.de.debian.org/debian/pool/main/q/$pkgname/${pkgname}_${pkgver}.orig.tar.gz) +source=(http://ftp.fr.debian.org/debian/pool/main/q/$pkgname/${pkgname}_${pkgver}.orig.tar.gz) _F_cd_path="$pkgname-$pkgver" sha1sums=('8abdcc5ec0f3dabd7a56db2ecba2cb0b65d13275') build() { Fcd - Fmkdir usr/share/quodlibet/plugins/ - Fcp $pkgname-$pkgver/* usr/share/quodlibet/plugins/ - Fdirschmod usr/share/quodlibet/plugins/editing 755 - Fdirschmod usr/share/quodlibet/plugins/playorder 755 - Fdirschmod usr/share/quodlibet/plugins/events 755 - Fdirschmod usr/share/quodlibet/plugins/songsmenu 755 - Ffileschmod usr/share/quodlibet/plugins/editing/*.py 644 - Ffileschmod usr/share/quodlibet/plugins/playorder/*.py 644 - Ffileschmod usr/share/quodlibet/plugins/events/*.py 644 - Ffileschmod usr/share/quodlibet/plugins/songsmenu/*.py 644 + Fmkdir usr/lib/python2.6/site-packages/quodlibet/plugins + Fcp $pkgname-$pkgver/* usr/lib/python2.6/site-packages/quodlibet/plugins/ + Fdirschmod usr/lib/python2.6/site-packages/quodlibet/plugins/editing 755 + Fdirschmod usr/lib/python2.6/site-packages/quodlibet/plugins/playorder 755 + Fdirschmod usr/lib/python2.6/site-packages/quodlibet/plugins/events 755 + Fdirschmod usr/lib/python2.6/site-packages/quodlibet/plugins/songsmenu 755 + Ffileschmod usr/lib/python2.6/site-packages/quodlibet/plugins/editing/*.py 644 + Ffileschmod usr/lib/python2.6/site-packages/quodlibet/plugins/playorder/*.py 644 + Ffileschmod usr/lib/python2.6/site-packages/quodlibet/plugins/events/*.py 644 + Ffileschmod usr/lib/python2.6/site-packages/quodlibet/plugins/songsmenu/*.py 644 } From hermier at frugalware.org Fri Dec 4 13:27:52 2009 From: hermier at frugalware.org (Michel Hermier) Date: Fri, 4 Dec 2009 13:27:52 +0100 (CET) Subject: [Frugalware-git] xorgtesting: nouveau-drm-2.6.31_3.g3ca22d1 Message-ID: <20091204122752.7E7F312400DF@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0d0d42119460e16dd67fe1e3a5f5e153c97d83ae commit 0d0d42119460e16dd67fe1e3a5f5e153c97d83ae Author: Michel Hermier Date: Fri Dec 4 13:01:05 2009 +0100 nouveau-drm-2.6.31_3.g3ca22d1 * Nouveau package ;) diff --git a/source/base/nouveau-drm/FrugalBuild b/source/base/nouveau-drm/FrugalBuild new file mode 100644 index 0000000..633f6bf --- /dev/null +++ b/source/base/nouveau-drm/FrugalBuild @@ -0,0 +1,39 @@ +# Compiling Time: 0.24 SBU +# Maintainer: Michel Hermier + +_F_kernelmod_scriptlet=nouveau-drm.install +Finclude kernel-module +_F_kernelver=$_F_kernelver_ver-$_F_kernelver_rel + +pkgname=nouveau-drm +pkgver=`Fsanitizeversion ${_F_kernelver}.g3ca22d1` +pkgrel=1 +pkgdesc="Kernel modules for Nvidia cards (opensource)" +groups=('base') +archs=('i686') +options=("${options[@]}" 'nobuild') +url="http://nouveau.freedesktop.org/" +source=(Makefile nouveau-drm.install) +sha1sum=('6fd23ee7d0bb40d70d6445959134919ac5d0dcba' + '') + +_F_scm_type="git" +_F_scm_url="git://anongit.freedesktop.org/nouveau/linux-2.6" +Finclude scm + +build() +{ + Funpack_scm + + Fcd + [ -d nouveau ] || mkdir nouveau || Fdie + cp -f ../Makefile nouveau/ | Fdie + cd nouveau || Fdie + make LINUXDIR=/usr/src/linux clean || Fdie + make LINUXDIR=/usr/src/linux || Fdie + make LINUXDIR=/usr/src/linux INSTALL_MOD_PATH=$Fdestdir install || Fdie + + Fbuild_kernelmod_scriptlet +} + +# optimization OK diff --git a/source/base/nouveau-drm/Makefile b/source/base/nouveau-drm/Makefile new file mode 100644 index 0000000..123bc53 --- /dev/null +++ b/source/base/nouveau-drm/Makefile @@ -0,0 +1,102 @@ +# This Makefile is loosely based on the drm.git/linux-core/Makefile and +# the preliminary work by Christopher James Halse Rogers. +# Edited by Pekka Paalanen + +# By default, the build is done against the running linux kernel source. +# To build against a different kernel source tree, set LINUXDIR: +# +# make LINUXDIR=/path/to/kernel/source + +# By default, it is assumed the Nouveau kernel tree is found in $PWD/../. +# To use a different path to the Nouveau kernel tree, set NOUVEAUROOTDIR: +# +# make NOUVEAUROOTDIR=/path/to/nouveau/linux-2.6 + + +ifndef LINUXDIR +RUNNING_REL := $(shell uname -r) + +LINUXDIR := $(shell if [ -e /lib/modules/$(RUNNING_REL)/source ]; then \ + echo /lib/modules/$(RUNNING_REL)/source; \ + else echo /lib/modules/$(RUNNING_REL)/build; fi) +endif + +NOUVEAUGITREMOTE ?= origin +NOUVEAUROOTDIR ?= $(CURDIR)/.. +override NOUVEAUROOTDIR := $(abspath $(NOUVEAUROOTDIR)) + +TESTFILE := include/drm/nouveau_drm.h +ifeq ($(wildcard $(NOUVEAUROOTDIR)/$(TESTFILE)),) +$(error $(NOUVEAUROOTDIR) does not look like the right kernel tree, \ + please set NOUVEAUROOTDIR) +endif + +GIT_REVISION := $(shell GIT_DIR=$(NOUVEAUROOTDIR)/.git \ + git describe --always --abbrev=17 2> /dev/null) + +DRMINC := -I$(NOUVEAUROOTDIR)/include/drm +DRMDIR := $(NOUVEAUROOTDIR)/drivers/gpu/drm +DRMCFG := \ + CONFIG_DRM=m \ + CONFIG_DRM_KMS_HELPER=m \ + CONFIG_DRM_TTM=m \ + CONFIG_DRM_NOUVEAU=m \ + CONFIG_DRM_NOUVEAU_KMS=n \ + CONFIG_DRM_NOUVEAU_BACKLIGHT=y \ + CONFIG_DRM_NOUVEAU_DEBUG=y \ + CONFIG_DRM_I2C_CH7006=m \ + CONFIG_DRM_TDFX=n \ + CONFIG_DRM_R128=n \ + CONFIG_DRM_RADEON=n \ + CONFIG_DRM_MGA=n \ + CONFIG_DRM_I810=n \ + CONFIG_DRM_I830=n \ + CONFIG_DRM_I915=n \ + CONFIG_DRM_SIS=n \ + CONFIG_DRM_SAVAGE=n \ + CONFIG_DRM_VIA=n + +EXTRA_CFLAGS := +MYEXTRA_CFLAGS := +MYEXTRA_CFLAGS += -DCONFIG_DRM_NOUVEAU_BACKLIGHT +MYEXTRA_CFLAGS += -DCONFIG_DRM_NOUVEAU_DEBUG + +ifneq ($(GIT_REVISION),) +MYEXTRA_CFLAGS += '-DGIT_REVISION=\"$(GIT_REVISION)\"' +endif + +MYPARMS := -C $(LINUXDIR) KCPPFLAGS="$(DRMINC)" SUBDIRS="$(DRMDIR)" $(DRMCFG) + +MYEXTRA_CFLAGS += $(EXTRA_CFLAGS) +ifneq ($(MYEXTRA_CFLAGS),) +MYPARMS += EXTRA_CFLAGS="$(MYEXTRA_CFLAGS)" +endif + +.PHONY: all modules install clean archive FORCE + +all: modules +FORCE: + +modules: + $(MAKE) $(MYPARMS) modules + +install: + $(MAKE) $(MYPARMS) modules_install + +clean: + $(MAKE) $(MYPARMS) clean + +archive: newttm-devel-compat.tar.gz newttm-devel.tar.gz master.tar.gz + +newttm-devel-compat.tar.gz: EXTRAS=nouveau README-nouveau + +%.tar: FORCE + GIT_DIR=$(NOUVEAUROOTDIR)/.git \ + git archive --format=tar --prefix=$*/ $(NOUVEAUGITREMOTE)/$* \ + drivers/gpu/drm include/drm $(EXTRAS) > $@ + +%.tar.gz: %.tar + gzip -9 -c $< > $@ + +# The commit id of the archive can be read with +# $ zcat foo.tar.gz | git get-tar-commit-id diff --git a/source/base/nouveau-drm/nouveau-drm.install b/source/base/nouveau-drm/nouveau-drm.install new file mode 100644 index 0000000..40928ef --- /dev/null +++ b/source/base/nouveau-drm/nouveau-drm.install @@ -0,0 +1,51 @@ + +backup() +{ + file="$1" + backup="$file.bak" + + if [ -e "$file" ]; then + echo "Disabling $file" + mv "$file" "$backup" + fi +} + +restore() +{ + file="$1" + backup="$file.bak" + + if [ -e "$backup" ]; then + echo "Restoring $file" + mv "$backup" "$file" + fi +} + +nouveau_do() +{ + action=$1 + + $action /lib/modules/$_F_kernelmod_uname/kernel/drivers/gpu/drm/drm.ko + $action /lib/modules/$_F_kernelmod_uname/kernel/drivers/gpu/drm/drm.ko + + /sbin/depmod -a $_F_kernelmod_uname +} + +post_install() +{ + nouveau_do backup +} + +post_upgrade() +{ + post_install +} + +post_remove() +{ + nouveau_do restore +} + +op=$1 +shift +$op $* From hermier at frugalware.org Fri Dec 4 13:27:52 2009 From: hermier at frugalware.org (Michel Hermier) Date: Fri, 4 Dec 2009 13:27:52 +0100 (CET) Subject: [Frugalware-git] xorgtesting: libdrm-2.4.16-1-i686 Message-ID: <20091204122752.CEEA412400E0@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a2363111510ed3fbb7a666b8f90e598739f73c6d commit a2363111510ed3fbb7a666b8f90e598739f73c6d Author: Michel Hermier Date: Fri Dec 4 13:25:46 2009 +0100 libdrm-2.4.16-1-i686 * Add devel source (mostly usefull to test nouveau changes) * Revert nouveau patch since nouveau is provided by upstream. diff --git a/source/x11/libdrm/FrugalBuild b/source/x11/libdrm/FrugalBuild index a27094a..d2e9fb4 100644 --- a/source/x11/libdrm/FrugalBuild +++ b/source/x11/libdrm/FrugalBuild @@ -1,22 +1,33 @@ # Compiling Time: 0.05 SBU # Maintainer: Christian Hamar alias krix +USE_DEVEL=${USE_DEVEL:-"n"} + pkgname=libdrm pkgver=2.4.16 +Fuse $USE_DEVEL && pkgver=$pkgver.g3bd834a pkgrel=1 pkgdesc="X.Org Userspace interface to kernel DRM services" url="http://xorg.freedesktop.org/" depends=() archs=('i686' 'x86_64' 'ppc') groups=('x11' 'xorg-core' 'xorg-libs') -up2date="lynx -dump 'http://dri.freedesktop.org/libdrm/?C=M;O=A'|Flasttar" -source=(http://dri.freedesktop.org/libdrm/libdrm-$pkgver.tar.gz no-pthread-stubs.patch) -sha1sums=('dea5b1c683cb1498729a7af08356c8066a3c5c9b' \ - 'cc835b89eec11f55ba09587774eb2435fd61decf') +if Fuse $USE_DEVEL; then + unset source sha1sums + _F_scm_type="git" + _F_scm_url="git://anongit.freedesktop.org/mesa/drm" + Finclude scm +else + up2date="Flasttar http://dri.freedesktop.org/libdrm/" + source=(http://dri.freedesktop.org/libdrm/libdrm-$pkgver.tar.gz no-pthread-stubs.patch) + sha1sums=('dea5b1c683cb1498729a7af08356c8066a3c5c9b' \ + 'cc835b89eec11f55ba09587774eb2435fd61decf') +fi Fconfopts="${Fconfopts[@]} --enable-nouveau-experimental-api --enable-radeon-experimental-api" build() { + Fuse $USE_DEVEL && Funpack_scm Fcd Fpatchall Fautoreconf diff --git a/source/x11/libdrm/nouveau.patch b/source/x11/libdrm/nouveau.patch deleted file mode 100644 index 93331a9..0000000 --- a/source/x11/libdrm/nouveau.patch +++ /dev/null @@ -1,165 +0,0 @@ ---- /dev/null 2007-03-29 16:01:53.376400525 -0400 -+++ libdrm-2.3.0/shared-core/nouveau_drm.h 2007-03-29 19:02:49.000000000 -0400 -@@ -0,0 +1,152 @@ -+/* -+ * Copyright 2005 Stephane Marchesin. -+ * All Rights Reserved. -+ * -+ * Permission is hereby granted, free of charge, to any person obtaining a -+ * copy of this software and associated documentation files (the "Software"), -+ * to deal in the Software without restriction, including without limitation -+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, -+ * and/or sell copies of the Software, and to permit persons to whom the -+ * Software is furnished to do so, subject to the following conditions: -+ * -+ * The above copyright notice and this permission notice (including the next -+ * paragraph) shall be included in all copies or substantial portions of the -+ * Software. -+ * -+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -+ * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR -+ * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -+ * OTHER DEALINGS IN THE SOFTWARE. -+ */ -+ -+#ifndef __NOUVEAU_DRM_H__ -+#define __NOUVEAU_DRM_H__ -+ -+#define NOUVEAU_DRM_HEADER_PATCHLEVEL 6 -+ -+typedef struct drm_nouveau_fifo_alloc { -+ int channel; -+ uint32_t put_base; -+ /* FIFO control regs */ -+ drm_handle_t ctrl; -+ int ctrl_size; -+ /* DMA command buffer */ -+ drm_handle_t cmdbuf; -+ int cmdbuf_size; -+} -+drm_nouveau_fifo_alloc_t; -+ -+typedef struct drm_nouveau_object_init { -+ int channel; -+ uint32_t handle; -+ int class; -+} -+drm_nouveau_object_init_t; -+ -+#define NOUVEAU_MEM_ACCESS_RO 1 -+#define NOUVEAU_MEM_ACCESS_WO 2 -+#define NOUVEAU_MEM_ACCESS_RW 3 -+typedef struct drm_nouveau_dma_object_init { -+ int channel; -+ uint32_t handle; -+ int class; -+ int access; -+ int target; -+ uint32_t offset; -+ int size; -+} -+drm_nouveau_dma_object_init_t; -+ -+#define NOUVEAU_MEM_FB 0x00000001 -+#define NOUVEAU_MEM_AGP 0x00000002 -+#define NOUVEAU_MEM_FB_ACCEPTABLE 0x00000004 -+#define NOUVEAU_MEM_AGP_ACCEPTABLE 0x00000008 -+#define NOUVEAU_MEM_PINNED 0x00000010 -+#define NOUVEAU_MEM_USER_BACKED 0x00000020 -+#define NOUVEAU_MEM_MAPPED 0x00000040 -+#define NOUVEAU_MEM_INSTANCE 0x00000080 /* internal */ -+ -+typedef struct drm_nouveau_mem_alloc { -+ int flags; -+ int alignment; -+ uint64_t size; // in bytes -+ uint64_t region_offset; -+} -+drm_nouveau_mem_alloc_t; -+ -+typedef struct drm_nouveau_mem_free { -+ uint64_t region_offset; -+ int flags; -+} -+drm_nouveau_mem_free_t; -+ -+/* FIXME : maybe unify {GET,SET}PARAMs */ -+#define NOUVEAU_GETPARAM_PCI_VENDOR 3 -+#define NOUVEAU_GETPARAM_PCI_DEVICE 4 -+#define NOUVEAU_GETPARAM_BUS_TYPE 5 -+#define NOUVEAU_GETPARAM_FB_PHYSICAL 6 -+#define NOUVEAU_GETPARAM_AGP_PHYSICAL 7 -+#define NOUVEAU_GETPARAM_FB_SIZE 8 -+#define NOUVEAU_GETPARAM_AGP_SIZE 9 -+typedef struct drm_nouveau_getparam { -+ uint64_t param; -+ uint64_t value; -+} -+drm_nouveau_getparam_t; -+ -+#define NOUVEAU_SETPARAM_CMDBUF_LOCATION 1 -+#define NOUVEAU_SETPARAM_CMDBUF_SIZE 2 -+typedef struct drm_nouveau_setparam { -+ uint64_t param; -+ uint64_t value; -+} -+drm_nouveau_setparam_t; -+ -+enum nouveau_card_type { -+ NV_UNKNOWN =0, -+ NV_01 =1, -+ NV_03 =3, -+ NV_04 =4, -+ NV_05 =5, -+ NV_10 =10, -+ NV_11 =10, -+ NV_15 =10, -+ NV_17 =10, -+ NV_20 =20, -+ NV_25 =20, -+ NV_30 =30, -+ NV_34 =30, -+ NV_40 =40, -+ NV_44 =44, -+ NV_50 =50, -+ NV_LAST =0xffff, -+}; -+ -+enum nouveau_bus_type { -+ NV_AGP =0, -+ NV_PCI =1, -+ NV_PCIE =2, -+}; -+ -+#define NOUVEAU_MAX_SAREA_CLIPRECTS 16 -+ -+typedef struct drm_nouveau_sarea { -+ /* the cliprects */ -+ drm_clip_rect_t boxes[NOUVEAU_MAX_SAREA_CLIPRECTS]; -+ unsigned int nbox; -+} -+drm_nouveau_sarea_t; -+ -+#define DRM_NOUVEAU_FIFO_ALLOC 0x00 -+#define DRM_NOUVEAU_OBJECT_INIT 0x01 -+#define DRM_NOUVEAU_DMA_OBJECT_INIT 0x02 -+#define DRM_NOUVEAU_MEM_ALLOC 0x03 -+#define DRM_NOUVEAU_MEM_FREE 0x04 -+#define DRM_NOUVEAU_GETPARAM 0x05 -+#define DRM_NOUVEAU_SETPARAM 0x06 -+ -+#endif /* __NOUVEAU_DRM_H__ */ -+ ---- libdrm-2.3.0/shared-core/Makefile.am.nouveau 2006-11-07 23:03:26.000000000 -0500 -+++ libdrm-2.3.0/shared-core/Makefile.am 2007-03-29 19:00:35.000000000 -0400 -@@ -27,6 +27,7 @@ - drm.h \ - drm_sarea.h \ - i915_drm.h \ -+ nouveau_drm.h \ - mach64_drm.h \ - mga_drm.h \ - r128_drm.h \ From bouleetbil at frogdev.info Fri Dec 4 14:43:20 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 4 Dec 2009 14:43:20 +0100 (CET) Subject: [Frugalware-git] xorgtesting: xorg-server-1.7.3-1-i686 *version bump Message-ID: <20091204134320.D17ED1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=6e4459b23157b72e1bbee73749f5eb3ae28a6cf8 commit 6e4459b23157b72e1bbee73749f5eb3ae28a6cf8 Author: bouleetbil Date: Fri Dec 4 14:42:57 2009 +0000 xorg-server-1.7.3-1-i686 *version bump diff --git a/source/x11/xorg-server/FrugalBuild b/source/x11/xorg-server/FrugalBuild index c3ee4b0..f4cf451 100644 --- a/source/x11/xorg-server/FrugalBuild +++ b/source/x11/xorg-server/FrugalBuild @@ -7,7 +7,7 @@ USE_HAL=${USE_HAL:-"n"} USE_SERVERDMX=${USE_SERVERDMX:-"y"} pkgname=xorg-server -pkgver=1.7.2 +pkgver=1.7.3 pkgrel=1 pkgdesc="Modular X.Org X Server" groups=('x11' 'xorg-core') @@ -40,7 +40,7 @@ Finclude sourceforge xorg source=(${source[@]} \ desktop) -sha1sums=('b436d4b40d25c2d3dd638a96bb2cc7ae8b4e2648' \ +sha1sums=('db04e090a22f73f5a7137b06eb7952ba10272c7d' \ '1456207203932404752e2519c5b7fe830a913cf4') if Fuse $USE_DEVEL; then From bouleetbil at frogdev.info Fri Dec 4 15:07:52 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 4 Dec 2009 15:07:52 +0100 (CET) Subject: [Frugalware-git] frugalware-current: nevow-0.10.0-1-i686 *version bump Message-ID: <20091204140752.BC3FA1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=38597902d1ace4188571cd6defc6473e5d30cc82 commit 38597902d1ace4188571cd6defc6473e5d30cc82 Author: bouleetbil Date: Fri Dec 4 15:09:46 2009 +0000 nevow-0.10.0-1-i686 *version bump diff --git a/source/devel-extra/nevow/FrugalBuild b/source/devel-extra/nevow/FrugalBuild index fa613ea..da4c999 100644 --- a/source/devel-extra/nevow/FrugalBuild +++ b/source/devel-extra/nevow/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=nevow -pkgver=0.9.33 +pkgver=0.10.0 pkgrel=1 pkgdesc="A web templating framework that provides LivePage, an automatic AJAX toolkit." depends=('python' 'twisted') @@ -13,7 +13,7 @@ _F_archive_name="Nevow" options=('nostrip') up2date="lynx -dump http://divmod.org/trac/wiki/DivmodNevow#Download | grep Release | tail -1 | Flasttar" source=(http://divmod.org/trac/attachment/wiki/SoftwareReleases/${_F_archive_name}-${pkgver}.tar.gz?format=raw) -sha1sums=('862ecf171c398d79887cdd9122709bff139a4e72') +sha1sums=('134c795581df70649d0c11d8619b8b4e7d3749e6') build() { mv $_F_archive_name-$pkgver.tar.gz?format=raw $pkgname-$pkgver.tar.gz || Fdie From bouleetbil at frogdev.info Fri Dec 4 15:27:27 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 4 Dec 2009 15:27:27 +0100 (CET) Subject: [Frugalware-git] frugalware-current: lucene-3.0.0-1-i686 *version bump Message-ID: <20091204142727.EC7711240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=868847c98aa4d333412ddbcbd6d204f6e341fae2 commit 868847c98aa4d333412ddbcbd6d204f6e341fae2 Author: bouleetbil Date: Fri Dec 4 15:29:12 2009 +0000 lucene-3.0.0-1-i686 *version bump diff --git a/source/devel-extra/lucene/Fix_Build.diff b/source/devel-extra/lucene/Fix_Build.diff index 172db76..ba8d2fd 100644 --- a/source/devel-extra/lucene/Fix_Build.diff +++ b/source/devel-extra/lucene/Fix_Build.diff @@ -1,12 +1,11 @@ ---- lucene-2.4.0old/common-build.xml 2008-10-05 18:39:20.000000000 +0200 -+++ lucene-2.4.0/common-build.xml 2008-10-09 20:14:21.000000000 +0200 -@@ -480,8 +480,7 @@ - source="${javac.source}" - target="${javac.target}"> +--- lucene-3.0.0/common-build.xml~ 2009-11-16 14:00:08.000000000 +0000 ++++ lucene-3.0.0/common-build.xml 2009-12-04 15:20:04.000000000 +0000 +@@ -555,8 +555,6 @@ + source="@{javac.source}" + target="@{javac.target}"> - - -+ + + - - diff --git a/source/devel-extra/lucene/FrugalBuild b/source/devel-extra/lucene/FrugalBuild index 20eec8d..dd4ecdd 100644 --- a/source/devel-extra/lucene/FrugalBuild +++ b/source/devel-extra/lucene/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=lucene -pkgver=2.9.1 +pkgver=3.0.0 pkgrel=1 pkgdesc="High-performance, full-featured text search engine written entirely in Java" url="http://jakarta.apache.org/$pkgname/" @@ -11,14 +11,14 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="Flastarchive http://www.apache.org/dist/$pkgname/java/ -src.tar.gz" source=(http://www.apache.org/dist/$pkgname/java/$pkgname-$pkgver-src.tar.gz Fix_Build.diff) -sha1sums=('edd7b39ad1aa65fce4112a4f6b14335376c1de04' \ - '64f2bd8d7596232f8d28d6b547b47db2dcc5c37d') +sha1sums=('45e6c44c15eaaf866dffc81379279036eaec971f' \ + '12853ed1a9db658fe9b9487bf4277b38d43e63de') build() { Fcd Fpatchall Fjavacleanup Fant - mv build/${pkgname}-core-${pkgver}-dev.jar ${pkgname}-core.jar || Fdie + mv build/${pkgname}-core-3.0-dev.jar ${pkgname}-core.jar || Fdie Fjar ${pkgname}-core.jar } From bouleetbil at frogdev.info Fri Dec 4 16:03:42 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 4 Dec 2009 16:03:42 +0100 (CET) Subject: [Frugalware-git] frugalware-current: twisted-9.0.0-1-i686 *version bump Message-ID: <20091204150342.0276A1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eeb72388ac3bbb037797d67abf9a65efb22f27cb commit eeb72388ac3bbb037797d67abf9a65efb22f27cb Author: bouleetbil Date: Fri Dec 4 16:05:35 2009 +0000 twisted-9.0.0-1-i686 *version bump diff --git a/source/devel-extra/twisted/FrugalBuild b/source/devel-extra/twisted/FrugalBuild index 3a554ef..92c30c8 100644 --- a/source/devel-extra/twisted/FrugalBuild +++ b/source/devel-extra/twisted/FrugalBuild @@ -4,7 +4,7 @@ pkgname=twisted _F_archive_name=Twisted -pkgver=8.2.0 +pkgver=9.0.0 pkgrel=1 pkgdesc="An event-driven networking framework written in Python." url="http://twistedmatrix.com/trac/wiki/TwistedProject" @@ -16,7 +16,7 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="lynx -dump 'http://twistedmatrix.com/trac/wiki/Downloads'|Flasttar" source=(http://tmrc.mit.edu/mirror/twisted/Twisted/${pkgver%.?}/Twisted-$pkgver.tar.bz2) -sha1sums=('ef5f475b8f38eafd9b83a325ce131fdf6af05255') +sha1sums=('5bcfe1cecf437cf19a0205eed79cc53b8cc8f4bc') build() { From bouleetbil at frogdev.info Fri Dec 4 16:12:30 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 4 Dec 2009 16:12:30 +0100 (CET) Subject: [Frugalware-git] frugalware-current: clamtk-4.20-1-i686 *evrsion bump Message-ID: <20091204151231.1020A1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6119e4c5705d0e648a6b61bef3acd10616c92379 commit 6119e4c5705d0e648a6b61bef3acd10616c92379 Author: bouleetbil Date: Fri Dec 4 16:14:36 2009 +0000 clamtk-4.20-1-i686 *evrsion bump diff --git a/source/xapps-extra/clamtk/FrugalBuild b/source/xapps-extra/clamtk/FrugalBuild index cde1593..7ceed1c 100644 --- a/source/xapps-extra/clamtk/FrugalBuild +++ b/source/xapps-extra/clamtk/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Janos Kovacs pkgname=clamtk -pkgver=4.18 +pkgver=4.20 pkgrel=1 pkgdesc="ClamTk is a GUI front-end for ClamAV using gtk2-perl" rodepends=('perl-gtk2' 'clamav' 'perl-date-calc' 'perl-file-find-rule' 'perl-gettext') @@ -10,7 +10,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') Finclude sourceforge url="http://clamtk.sourceforge.net/" -sha1sums=('a7fc43b422af89cbba83946c03cf4ddfb9a8b0b5') +sha1sums=('0597b6b048704a9f9937551625eb5066cab2a987') build() { Fcd From devil505linux at gmail.com Fri Dec 4 17:59:57 2009 From: devil505linux at gmail.com (Devil505) Date: Fri, 4 Dec 2009 17:59:57 +0100 (CET) Subject: [Frugalware-git] frugalware-current: mfe-0.1.6-1-i686 * version bump Message-ID: <20091204165957.0BCEC1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=df32cfcb98e1c813edfebf2e8058f2953e44ac2d commit df32cfcb98e1c813edfebf2e8058f2953e44ac2d Author: Devil505 Date: Fri Dec 4 17:59:25 2009 +0100 mfe-0.1.6-1-i686 * version bump diff --git a/source/games-extra/mfe/FrugalBuild b/source/games-extra/mfe/FrugalBuild index 25c40aa..a17df71 100644 --- a/source/games-extra/mfe/FrugalBuild +++ b/source/games-extra/mfe/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=mfe -pkgver=0.1.4 +pkgver=0.1.6 pkgrel=1 pkgdesc="A simple, GTK+ frontend / launcher for mednafen, written in python." depends=('python' 'gtk+2' 'pygtk' 'configobj' 'mednafen') @@ -13,4 +13,4 @@ _F_sourceforge_prefix="${pkgname}-" Finclude sourceforge groups=('games-extra') archs=('i686') -sha1sums=('9badebc100734ce8fb28c59259fabd206e984765') +sha1sums=('68a951c2f1f84b78f8c5ef09717ab37e7cfe5992') From devil505linux at gmail.com Fri Dec 4 18:29:49 2009 From: devil505linux at gmail.com (Devil505) Date: Fri, 4 Dec 2009 18:29:49 +0100 (CET) Subject: [Frugalware-git] frugalware-current: bouml-4.16.4-1-i686 *version bump Message-ID: <20091204172949.EB6B61240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=66ed9bbec38a57ca99b05ea5f487e5072b809e16 commit 66ed9bbec38a57ca99b05ea5f487e5072b809e16 Author: Devil505 Date: Fri Dec 4 18:27:07 2009 +0100 bouml-4.16.4-1-i686 *version bump diff --git a/source/xapps-extra/bouml/FrugalBuild b/source/xapps-extra/bouml/FrugalBuild index 6a4e8c0..5e36b0c 100644 --- a/source/xapps-extra/bouml/FrugalBuild +++ b/source/xapps-extra/bouml/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=bouml -pkgver=4.16.3 +pkgver=4.16.4 pkgrel=1 pkgdesc="Free UML 2 tool box with C++, Java and Idl code generation" depends=('qt' 'libstdc++' 'zlib' 'libgl' 'libxmu' 'libxi' 'libxdamage') @@ -14,6 +14,6 @@ url="http://bouml.free.fr/" groups=('xapps-extra') archs=('i686' 'x86_64') _F_cd_path="${pkgname}_${pkgver}" -sha1sums=('7f26d9aa3013c4a1dbf2a472022af2a751ef1bf1') +sha1sums=('507348d9e930b9b96a8851bd751fe796508b59c2') # optimization OK From devil505linux at gmail.com Fri Dec 4 18:34:20 2009 From: devil505linux at gmail.com (Devil505) Date: Fri, 4 Dec 2009 18:34:20 +0100 (CET) Subject: [Frugalware-git] frugalware-current: ario-1.4.1-1-i686 * version bump Message-ID: <20091204173420.8DB071240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9dd2870fd07e94ccb57905b9a3ec1a61be9249e4 commit 9dd2870fd07e94ccb57905b9a3ec1a61be9249e4 Author: Devil505 Date: Fri Dec 4 18:33:50 2009 +0100 ario-1.4.1-1-i686 * version bump diff --git a/source/xapps-extra/ario/FrugalBuild b/source/xapps-extra/ario/FrugalBuild index a83ba26..ee37d1b 100644 --- a/source/xapps-extra/ario/FrugalBuild +++ b/source/xapps-extra/ario/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=ario -pkgver=1.4 +pkgver=1.4.1 pkgrel=1 pkgdesc="A GTK2 client for MPD (Music player daemon)." depends=('libglade>=2.6.4-2' 'freetype2' 'glibc' 'libxau>=1.0.4-1' 'libxdmcp' 'curl>=7.19.0' 'avahi-glib>=0.6.24-5' 'libxdamage>=1.1.1-3' 'libxext>=1.0.5-3' 'libsoup' 'dbus-glib' 'libnotify>=0.4.5-2' 'taglib' 'unique' 'libmpdclient') @@ -15,6 +15,6 @@ _F_sourceforge_realname="$_F_sourceforge_dirname" Finclude sourceforge groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('106a6840c01f49ac33eb7e87311fdac31c81d7e9') +sha1sums=('1b5c2b90ca98b2f423c86534a75605e1a9eefb29') # optimization OK From bouleetbil at frogdev.info Fri Dec 4 18:37:10 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 4 Dec 2009 18:37:10 +0100 (CET) Subject: [Frugalware-git] frugalware-current: gadmin-rsync-0.1.5-1-i686 *version bump Message-ID: <20091204173710.ADA971240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9f661cb48ca6aa1cf69f4974e0597a25197f4087 commit 9f661cb48ca6aa1cf69f4974e0597a25197f4087 Author: bouleetbil Date: Fri Dec 4 18:38:47 2009 +0000 gadmin-rsync-0.1.5-1-i686 *version bump diff --git a/source/xapps-extra/gadmin-rsync/FrugalBuild b/source/xapps-extra/gadmin-rsync/FrugalBuild index b21a7f8..47495cd 100644 --- a/source/xapps-extra/gadmin-rsync/FrugalBuild +++ b/source/xapps-extra/gadmin-rsync/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Janos Kovacs pkgname=gadmin-rsync -pkgver=0.1.4 +pkgver=0.1.5 pkgrel=1 pkgdesc="An easy to use GTK+ administration tool for SQUID" url="http://www.gadmintools.org/" @@ -12,7 +12,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://mange.dynalias.org/linux/${pkgname}/|Flasttar" source=(http://mange.dynalias.org/linux/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha1sums=('e9dc05d0793fe0a9a54c34cdebf12e1a84340131') +sha1sums=('5f2643d520e975b7d0e0e94761fed05d55974dae') build() { From devil505linux at gmail.com Fri Dec 4 20:44:43 2009 From: devil505linux at gmail.com (Devil505) Date: Fri, 4 Dec 2009 20:44:43 +0100 (CET) Subject: [Frugalware-git] frugalware-current: diffuse-0.4.1-1-i686 * new package Message-ID: <20091204194443.D84251240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=795d82f10f9996b2210eaa8499f067095c2cf7e3 commit 795d82f10f9996b2210eaa8499f067095c2cf7e3 Author: Devil505 Date: Fri Dec 4 20:44:16 2009 +0100 diffuse-0.4.1-1-i686 * new package diff --git a/source/xapps-extra/diffuse/FrugalBuild b/source/xapps-extra/diffuse/FrugalBuild new file mode 100644 index 0000000..c416b50 --- /dev/null +++ b/source/xapps-extra/diffuse/FrugalBuild @@ -0,0 +1,19 @@ +# Compiling Time: 0 SBU +# Maintainer: Devil505 + +pkgname=diffuse +pkgver=0.4.1 +pkgrel=1 +pkgdesc="Diffuse is a graphical tool for merging and comparing text files" +depends=('pygtk') +_F_sourceforge_ext=".tar.bz2" +Finclude sourceforge +options=('scriptlet') +groups=('xapps-extra') +archs=('i686') +sha1sums=('684891e7a77a5a49a7acaf4e14f69d49d70fa7d1') + +build() { + Fcd + python install.py --prefix=/usr --destdir="$Fdestdir" || Fdie +} From russelldickenson at gmail.com Sat Dec 5 01:12:13 2009 From: russelldickenson at gmail.com (Russell Dickenson (phayz)) Date: Sat, 5 Dec 2009 01:12:13 +0100 (CET) Subject: [Frugalware-git] homepage-ng: Newsletter issue 55 Message-ID: <20091205001213.2999C1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=e485730c3fcda398250e9559c0b4848e5d541986 commit e485730c3fcda398250e9559c0b4848e5d541986 Author: Russell Dickenson (phayz) Date: Sat Dec 5 10:16:15 2009 +1000 Newsletter issue 55 * initial release new file: issue55_vdrift_screenshot.jpg new file: issue55_vdrift_screenshot_t.jpg new file: ../../weeklynews/issue55.html diff --git a/frugalware/images/newsletter/issue55_vdrift_screenshot.jpg b/frugalware/images/newsletter/issue55_vdrift_screenshot.jpg new file mode 100644 index 0000000..82d7d1a Binary files /dev/null and b/frugalware/images/newsletter/issue55_vdrift_screenshot.jpg differ diff --git a/frugalware/images/newsletter/issue55_vdrift_screenshot_t.jpg b/frugalware/images/newsletter/issue55_vdrift_screenshot_t.jpg new file mode 100644 index 0000000..9333d0a Binary files /dev/null and b/frugalware/images/newsletter/issue55_vdrift_screenshot_t.jpg differ diff --git a/frugalware/weeklynews/issue55.html b/frugalware/weeklynews/issue55.html new file mode 100644 index 0000000..1236bf0 --- /dev/null +++ b/frugalware/weeklynews/issue55.html @@ -0,0 +1,617 @@ + + + + + + + + + + +

Frugalware Linux Newsletter - Issue 55

+ +

...to inform...to educate...to entertain

+ +

"Sometimes I think the surest sign that intelligent + life exists elsewhere in the universe is that none of it has tried to contact + us."  Calvin, from the popular American comic + series "Calvin and Hobbes".

+ +

Welcome

+ +

The newsletter's aim is to keep you up to date with what's happened + recently in the world of the Linux distribution 'Frugalware'.

+ +

Features of this issue include:

+ +
    +
  • The wiki is back!
  • + +
  • Happy birthday to Devil505
  • + +
  • FLOSS developers are people too
  • + +
  • Let's all go to Monaco
  • + +
  • Getting to know you - Dependencies
  • +
+ +

Events

+ +

Here's a selection of events which have occurred since the previous + newsletter:

+ +
    +
  • +

    Gimmix is upgraded

    + +

    Priyank recently packaged a newer version of Gimmix, a GTK-based MPD + client. It's light on resources but has a great range of features. Gimmix + is rather special because Priyank is its developer as well as the + maintainer of its package. After all, who knows a baby better than its + father or mother? If you want a GUI MPD client, please try it.

    +
  • + +
  • +

    The wiki is back!

    + +

    As I reported in newsletter issue 53, the Frugalware wiki + unfortunately went offline weeks ago. The original wiki was lost, but + it's contents had been backed up by VMiklos. To restore the wiki required + a new installation, review of content and copying all content into the + new wiki, all done by VMiklos, Bouleetbil and Devil505. Many thanks to + them for their work. When I last checked, the wiki had a total 1,025 + pages from 12 contributors.

    + +

    The Frugalware wiki - also + known as "FrugalWiki" - is based on MediaWiki, the wiki platform used by + the famous Wikipedia, as well as other sites. Frugalware is used by + people from many countries - and we're proud of that - and this means we + need a multi-language wiki. MediaWiki doesn't allow wiki pages with the + same titles, so how can we have pages on the same topic in different + languages? Our answer is to include a reference to the language in the + title page. For details of this and other rules for editing the wiki, + please refer to the FrugalWiki + tutorial.

    +
  • + +
  • +

    Happy birthday to Devil505

    + +

    Devil505 recently celebrated his 2nd birthday. "What!?", I hear you + say. "Do we really have a developer who is 2 years old? The answer is, + "Yes" and "No". I'm quite certain Devil505 is not 2 years old in real + life, although I don't know his real age. I do know that 2 years ago, he + was accepted into the Frugalware developer team. He's made a great + contribution to Frugalware over that time, helping not only by packaging + applications (mostly games), but also community activities, such + as the wiki and the artwork team. Congratulations, Devil505, and we look + forward to a lifetime of Frugalware-ing. That's right - one you're "in", + you're in for life!

    + +

    To all other developers, I apologise. I promise I'll find out your + Frugalware birthday, mark it on the calendar, and mention it in the + newsletter.

    +
  • + +
  • +

    What difference does two characters make?

    + +

    If you subscribe to the #frugalware group's messages on Identi.ca, you + will often have seen URLs which have been shortened by the bit.ly + service. Like other URL shortening services, it takes a "normal" URL and + converts this into a short URL. When you click on the shortened version, + bit.ly redirects your web browser to the full URL. These services exist + for at least two reasons: (1) it's easier to communicate a short URL, and + (2) it's easier to fit a short URL into the 140-character limit of web + services like identi.ca and Twitter. In an interesting move, bit.ly now + has a new name - j.mp. Both services will remain active, but the j.mp + domain name is to eventually replace the bit.ly domain name. If I + understand correctly, the change of domain name was made so that URLs + were shortened by 2 characters. I can understand the change, but wow - + just two characters? I don't know when or if we will switch to the j.mp + domain name. Keep watching, though.

    +
  • + +
  • +

    Could all big games please put their hand up?

    + +

    After a discussion amongst the Frugalware developers, it has been + decided that all games which are bigger than 100 MB will no longer be + available directly from the repository. Instead they will be "nobuild" + packages, which means that they will be installed using 'repoman' instead + of pacman-g2. There were several reasons for this change, the major ones + being:

    + +
      +
    • reducing the amount of disk space required by each release - on the + release ISOs and the build servers;
    • + +
    • reducing the amount of time taken in checking daily the integrity + of the packages' files.
    • +
    +
  • +
+ +

Getting To Know You

+ +

Dependencies

+ +

Everyone has dependencies - food, sleep, caffeine. Frugalware's packages + also have dependencies, although caffeine isn't one of them, thankfully. + Applications written to the GTK toolkit are dependent upon it. Applications + written to the Qt toolkit are dependent upon it. Each package's dependencies + are detailed in its FrugalBuild and can be either build or runtime + dependencies. You might have looked at a package's dependency list, found + just one package listed, then wondered why many packages were installed when + you issued the command "pacman -S [package_name]". It was because the + package's dependencies also had dependencies and so these also had to be + installed.

+ +

You might have heard of the term "dependency hell". This is a problem + where you can't install both packages A and B because they have conflicting + dependencies. Frugalware does its best to avoid the chance of this occurring + because a package cannot be built if its dependencies can't be met. The + reverse of dependencies are those cases where packages may conflict and so + can't co-exist. Again such conflicts are detailed in the package's + FrugalBuild and pacman-g2 won't allow a package to be installed if it + conflicts with another. A variation of package conflict is where a package + replaces another one. The official NVidia driver packages, for example, + contain their own GL libraries and so replace the functionality of the LIBGLX + and LIBGL packages. When you install one of the nvidia driver packages, you + are told about this and asked if you want to continue. If you answer "Yes", + pacman-g2 will install the NVidia package and remove the other packages, + avoiding any conflict been libraries that have the same functionality.

+ +

pacman-g2 is very intelligent, but this "intelligence" is based on + information contained in each package's FrugalBuild. Therefore pacman-g2 can + never be more intelligent than the developers. That's a good + thing when you think about it, because otherwise we could be in a situation + like that of Dave in "2001: A Space Odyssey":

+
+        User: pacman-g2 -S tetris
+        pacman-g2: I'm sorry, Dave, but I can't do that. You shouldn't be playing games.
+
+ +

FLOSS developers are people too

+ +

Without developers, we wouldn't have the Linux kernel and all the software + that we run on the platform. What motivates FLOSS developers? Why does anyone + choose to spend their time writing software when they don't get paid to do + so? What do developers do when they're not writing software? These questions + and more are the inspiration behind this new section of the newsletter.

+ +

In interviews with FLOSS developers, we get to know them a little better + as people, and what motivates them in their quest for better software. I'm + very excited by this new series because I admire their work very much. I'm + also very grateful to them for taking the time to reply to my requests.

+ +

Interviews in the next few issues will feature:

+ +
    +
  • The developer of Code Browser;
  • + +
  • Jeff Bailes - developer of Whaaw! Media Player;
  • + +
  • Ali Abdallah - Xfce developer & Parole developer;
  • + +
  • Jesse van den Kieboom - gedit developer.
  • +
+ +

This issue, we have an interview with Michael Cornelius - developer of + fotoxx, UKopp, picpuz and much more. I think Michael has a very interesting + story to tell and I hope you enjoy reading it. As a native English-language + speaker, I can honestly say that the quality of Michael's writing is better + than mine. I wonder if I could persuade him to write for the newsletter? + :)

+ +
+
What's your name?
+ +
+

Michael Cornelison. I am a retired American living in Germany with a + German wife.

+
+ +
What FLOSS projects are you involved in?
+ +
+

I write code only for the projects on my web site. I contribute bug + reports to other projects, esp. Ubuntu and Gnome. I sometimes write in + web forums, but this is minor.

+
+ +
What led to you being a FLOSS + developer/contributor?
+ +
+

I became aware of the FLOSS movement in 2006 and got interested. "The + Cathedral and the Bazaar" was influential. Before that I had written + software for Windows and DEC VAX (now HP) mainframes. The low ethics of + Microsoft has long been a problem for me. I wanted a low-cost and open + development environment for myself, and I wanted something to keep me + busy and productive during my retirement. I am now 66.

+
+ +
What do you like about being a FLOSS + developer/contributor?
+ +
+

The openness, freedom, collaborative nature, abundance of people who + are ready to help and contribute. I like the mission: provide free and + open software for the world to use and benefit from.

+
+ +
What don't you like about being a FLOSS + developer/contributor?
+ +
+

I recently wrote an essay summarizing my opinions on Linux and the + FLOSS movement, "Enduring Roadblocks to Linux Acceptance". It was + published a few weeks ago in Linux Forums: + http://www.linuxforums.org/articles/enduring-roadblocks-to-linux-acceptance_417.html

+ +

It is also on my web site: http://kornelix.squarespace.com/linux-opinion/.

+ +

Please read the essay (3 minutes). In short: I dislike the chaos, lack + of standards, lack of planning, redundant/competing technologies, the + sometimes poor quality of code and documentation. I did not mention + another factor in the above essay: the elitism and condescending attitude + of some FLOSS heavyweights. When I was starting out and trying to find my + way in web forums, I got put down for being an ignorant newbie. This + problem seems to be diminishing over time (are the heavyweights becoming + less elitist?).

+
+ +
What motivates you to work on your projects?
+ +
+

Technical interest and a desire to provide useful tools for + others.

+
+ +
What do you do outside the FLOSS world?
+ +
+

Since retiring, my wife and I have done extensive traveling and I have + focused on photography. Other than that, it is a fairly normal life of + socializing with friends, reading, watching films, etc. I help others + with computer problems, both Windows and Linux. I have persuaded a few + friends to convert to Linux - their main concern being malware and the + lack of security with Windows.

+
+ +
What operating system(s) do you use and why?
+ +
+

I use only Linux. I keep Windows up to date in order to stay current + and be able to help others.

+
+ +
If people are interested in helping your project(s), how might + they do this?
+ +
+

My e-mail address is published on my web site and in the user guides + that come with my programs. I encourage others to pass on their bug + reports or ideas for improvement. I have gotten many ideas this way. I + have also gotten several GUI translations for fotoxx and some other + programs from complete strangers. The user guide for fotoxx has only been + translated into French, and that has not been kept up to date. It is + large and would require several days of work to translate, so it is + understandable that no one volunteers. Unfortunately, the technical + computer world is not very open for those without good English.

+
+
+ +

New Packages

+ +

In this new section of the newsletter I'll highlight some new packages + which have been added since the previous issue.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Package's NameDescriptionMaintainer
assaultcube-1.0.2-1A First-Person Shooter-style game, based on the Cube engine.Devil505
bmpanel2-2.1pre1-1Nice NETWM-compatible panel for X11. Editor's note: bmpanel2 + is theme-able and wow! it comes with some good-looking themes.ryuo
udpcast-20091031-1A file transfer tool that can send data simultaneously to many + destinations on a LAN.exceed
tmux-1.1-1A terminal multiplexer with a BSD license.jercel (requested by LGee, FrugalBuild submitted by Laszlo Papp)
epidermis-0.4.1-1Epidermis is a Gnome application which allows you to easily apply + complete themes to the desktop environment. By "theme" I mean GTK theme, + mouse cursor theme, splashscreen, icons etc.bouleetbil
vdrift-2009_06_15-1VDrift is a cross-platform, open source driving simulation made with + drift racing in mind.Devil505
mysql-workbench-oss-5.2.8-1MySQL Workbench is a cross-platform, visual database design tool + developed by MySQL.bouleetbil
gadmin-openvpn-server-0.1.1-1GADMIN-OPENVPN-SERVER -- A GTK+ administration tool for the OpenVPN + server.bouleetbil
gadmin-openvpn-client-0.0.8-1GADMIN-OPENVPN-CLIENT -- A GTK+ administration tool for the OpenVPN + client.bouleetbil
hedgewars-0.9.12-1Free Worms-like turn based strategy gamedevil505
monaco_linux-20061101-1Monospaced Macintosh system fontexceed (FrugalBuild submitted by Laszlo Papp)
minitube-0.8.1-1Watch YouTube videos without Flash Playerdevil505
genshi-0.5.1-1Python toolkit for generation of output for the webbouleetbil
+ +

Tips and tricks

+ +

Disclaimer - Be aware that the hints & tips provided here have + NOT been tested and so come with no warranty.

+ +

Keyboard or mouse?

+ +

The combination of keyboard and mouse as input for PCs is not very + efficient, but it's the best we have at the moment. You can often improve + your efficiency if you learn the keyboard shortcuts of your favourite + applications. Many applications have cheat sheets available, which are + one-page handy references of features and functions, including keyboard + shortcuts. If you keep one of these near your PC, it makes the task of + learning a little easier.

+ +

What's your status? (in 140 characters or less)

+ +

Microblogging services like Twitter and identi.ca are a great way of + getting a brief message to one person, or many people. It's most often used + for communicating personal messages, but it's also an excellent way of + sending non-personal messages, such as the status of services. For example, + you might set up automated monitoring which tells subscribers of a server's + status changes. People who want to receive these messages subscribe (or + "listen") to the group. Using a method like this, you don't have to maintain + a list of people to be notified of messages, which could quickly be out of + date. Of course the microblogging service identi.ca is recommended over + Twitter because identi.ca is licensed under the GNU Affero General + Public License (AGPL).

+ +

This section relies on your contributions! If have some tips and tricks + that you would like to be shown in the newsletter, please post them + on the forums.

+ +

Focus On Package(s)

+ +

Everyone... start your engines...3...2...1...go!

+ +

In keeping with his unofficial title as "The Games Master", Frugalware + developer Devil505 has added a new game to the current repository. "VDrift is a cross-platform, open source driving + simulation made with drift racing in mind.

+ +

"This game is in the early stages of development but is already very + playable. Currently the game features:

+ +
    +
  • Over 20 tracks, almost 30 cars;
  • + +
  • Simple networked multi-player mode (currently disabled, waiting to be + rewritten);
  • + +
  • Very realistic physics;
  • + +
  • Mouse/joystick/gamepad/wheel/keyboard support;
  • + +
  • Fully modeled tracks, scenery and terrain;
  • + +
  • Several different camera modes".
  • +
+ +

If you have ever felt the need... the need for speed, then you should try + VDrift.

Screenshot of VDrift + +

Let's all go to Monaco

+ +

Frugalware contributor Laszlo Papp recently submitted a FrugalBuild for a + monospace font named Monaco. It's commonly used on the Mac platform as the + default monospace font, but it fits just as well on Linux. It's a little + different to most monospace fonts because it has serifs. If you're not quite + happy with your current monospace font, please try Monaco. Visiting the city + of the same name might be more fun, but you would probably just lose a lot of + money.

+ +

The Widget Factory

+ +

For anyone who, like me, loves to try out GTK themes, The Widget Factory is + something you should have installed. It's a simple GTK-based application + which consists of all the available GTK components. Via the menu you can + select an installed GTK theme and The Widget Factory then has the selected + theme applied. It's only purpose is to allow you to preview GTK themes.

+ +

Bug fixes

+ +

The following table gives you a overview of activity on bugs and feature + requests as at 5/12/2009. In each cell of the table is a link to a detailed + list of the relevant bugs or feature requests.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ActivityBugsFeature
+ Requests
Open + 149 + 197
Opened since the previous newsletter + 5 + 2
Closed since the previous newsletter + 8 + 6
+ +

Security announcements

+ +

Remember - According to the normal support arrangements for + Frugalware, the release of 1.1 ("Getorin") means that no further security or + bug fixes will be released for Frugalware 1.0 ("Anacreon") or earlier + releases.

+ +

Here is a list of security issues which have been + discovered and fixed in the 1.1 release since the previous newsletter.

+ +

None

+ +

About the newsletter

+ +

Author

+ +

The Frugalware newsletter is written and edited by Russell Dickenson (AKA + phayz). Credit for the Frugalware distribution goes to the development + team.

+ +

Translations

+ +

The newsletter is currently translated into French and Danish by their respective communities. + Thanks to all those involved in providing and hosting these translations.

+ +

Release

+ +

To allow time for review and corrections, each newsletter is written ahead + of its release date. Therefore it may not mention events which occurred in + the few days before its release - e.g. security fixes. To be sure that you've + got the very latest information on these topics, go to the appropriate page + of the Frugalware web site.

+ +

Feedback

+ +

If you have feedback about the Frugalware newsletter - whether good or bad + - please provide it via the forums. Your feedback is valuable because we want + the newsletter to meet the needs of Frugalware's users.

+ + From russelldickenson at gmail.com Sat Dec 5 01:32:00 2009 From: russelldickenson at gmail.com (Russell Dickenson (phayz)) Date: Sat, 5 Dec 2009 01:32:00 +0100 (CET) Subject: [Frugalware-git] homepage-ng: Newsletter issue 55 Message-ID: <20091205003200.3FA8B1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=dbff615dfa5f96da4c422a2b5ec5967c4626862e commit dbff615dfa5f96da4c422a2b5ec5967c4626862e Author: Russell Dickenson (phayz) Date: Sat Dec 5 10:36:24 2009 +1000 Newsletter issue 55 * addition to news feed and removed unwanted tags etc modified: ../weeklynews/issue55.html modified: news.xml diff --git a/frugalware/weeklynews/issue55.html b/frugalware/weeklynews/issue55.html index 1236bf0..1408476 100644 --- a/frugalware/weeklynews/issue55.html +++ b/frugalware/weeklynews/issue55.html @@ -1,14 +1,3 @@ - - - - - - - - - -

Frugalware Linux Newsletter - Issue 55

...to inform...to educate...to entertain

diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 8ff666f..5d5ab43 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -22,6 +22,26 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 154 + Frugalware Newsletter Issue 55 + Sat, 05 Dec 2009 10:33:52 +1000 + phayz + 0 + + Features of this issue include: +
    +
  • The wiki is back!
  • +
  • Happy birthday to Devil505
  • +
  • FLOSS developers are people too
  • +
  • Let's all go to Monaco
  • +
  • Getting to know you - Dependencies
  • +
+ You can read it here. We hope you like it! + ]]> +
+
+ 153 Wiki is back ! Sat, 21 Nov 2009 17:48:10 +1000 From devil505linux at gmail.com Sat Dec 5 08:44:47 2009 From: devil505linux at gmail.com (Devil505) Date: Sat, 5 Dec 2009 08:44:47 +0100 (CET) Subject: [Frugalware-git] frugalware-current: pidgin-facebookchat-1.64-1-i686 * version bump Message-ID: <20091205074447.E76721240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=59da38a73dfc7e0c5350b88f93e35fad492a64b7 commit 59da38a73dfc7e0c5350b88f93e35fad492a64b7 Author: Devil505 Date: Sat Dec 5 08:44:25 2009 +0100 pidgin-facebookchat-1.64-1-i686 * version bump diff --git a/source/xapps-extra/pidgin-facebookchat/FrugalBuild b/source/xapps-extra/pidgin-facebookchat/FrugalBuild index 3574042..c2d8ef5 100644 --- a/source/xapps-extra/pidgin-facebookchat/FrugalBuild +++ b/source/xapps-extra/pidgin-facebookchat/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=pidgin-facebookchat -pkgver=1.63 +pkgver=1.64 pkgrel=1 pkgdesc="This is a Facebook chat plugin for Pidgin and libpurple messengers." _F_googlecode_ext=".tar.bz2" @@ -12,7 +12,7 @@ Finclude googlecode depends=('pidgin' 'json-glib>=0.8.0') groups=('xapps-extra' 'pidgin-plugins') archs=('i686' 'x86_64' 'ppc') -sha1sums=('de70f53575e8433096f52e6ec30cf82c7fec3aee') +sha1sums=('d512f2bfae58d053b355a28a3bf7ad49fa37d939') build() { Fcd "$pkgname" From devil505linux at gmail.com Sat Dec 5 09:20:28 2009 From: devil505linux at gmail.com (Devil505) Date: Sat, 5 Dec 2009 09:20:28 +0100 (CET) Subject: [Frugalware-git] frugalware-current: quodlibet-plugins-20091024-3-i686 * now using Finclude python Message-ID: <20091205082028.8CEC11240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d42ab5cc05fe71002e38335829d67e99b6f83567 commit d42ab5cc05fe71002e38335829d67e99b6f83567 Author: Devil505 Date: Sat Dec 5 09:20:02 2009 +0100 quodlibet-plugins-20091024-3-i686 * now using Finclude python diff --git a/source/gnome-extra/quodlibet-plugins/FrugalBuild b/source/gnome-extra/quodlibet-plugins/FrugalBuild index e56dcc6..ae646b0 100644 --- a/source/gnome-extra/quodlibet-plugins/FrugalBuild +++ b/source/gnome-extra/quodlibet-plugins/FrugalBuild @@ -3,11 +3,12 @@ pkgname=quodlibet-plugins pkgver=20091024 -pkgrel=2 +pkgrel=3 pkgdesc="Some plugins for QuodLibet" url="http://www.sacredchao.net/quodlibet/browser/trunk/plugins" rodepends=('python' 'quodlibet' 'notification-daemon' 'cddb-py' 'dbus-python' 'gnome-python' 'python-musicbrainz2' 'lastfmsubmitd') depends=() +Finclude python options=('scriptlet') groups=('gnome-extra') archs=('i686' 'x86_64') @@ -20,14 +21,14 @@ sha1sums=('8abdcc5ec0f3dabd7a56db2ecba2cb0b65d13275') build() { Fcd - Fmkdir usr/lib/python2.6/site-packages/quodlibet/plugins - Fcp $pkgname-$pkgver/* usr/lib/python2.6/site-packages/quodlibet/plugins/ - Fdirschmod usr/lib/python2.6/site-packages/quodlibet/plugins/editing 755 - Fdirschmod usr/lib/python2.6/site-packages/quodlibet/plugins/playorder 755 - Fdirschmod usr/lib/python2.6/site-packages/quodlibet/plugins/events 755 - Fdirschmod usr/lib/python2.6/site-packages/quodlibet/plugins/songsmenu 755 - Ffileschmod usr/lib/python2.6/site-packages/quodlibet/plugins/editing/*.py 644 - Ffileschmod usr/lib/python2.6/site-packages/quodlibet/plugins/playorder/*.py 644 - Ffileschmod usr/lib/python2.6/site-packages/quodlibet/plugins/events/*.py 644 - Ffileschmod usr/lib/python2.6/site-packages/quodlibet/plugins/songsmenu/*.py 644 + Fmkdir $_F_python_libdir/quodlibet/plugins + Fcp $pkgname-$pkgver/* $_F_python_libdir/quodlibet/plugins/ + Fdirschmod $_F_python_libdir/quodlibet/plugins/editing 755 + Fdirschmod $_F_python_libdir/quodlibet/plugins/playorder 755 + Fdirschmod $_F_python_libdir/quodlibet/plugins/events 755 + Fdirschmod $_F_python_libdir/quodlibet/plugins/songsmenu 755 + Ffileschmod $_F_python_libdir/quodlibet/plugins/editing/*.py 644 + Ffileschmod $_F_python_libdir/quodlibet/plugins/playorder/*.py 644 + Ffileschmod $_F_python_libdir/quodlibet/plugins/events/*.py 644 + Ffileschmod $_F_python_libdir/quodlibet/plugins/songsmenu/*.py 644 } From devil505linux at gmail.com Sat Dec 5 09:21:41 2009 From: devil505linux at gmail.com (Devil505) Date: Sat, 5 Dec 2009 09:21:41 +0100 (CET) Subject: [Frugalware-git] frugalware-current: spring-maps-1944-1.06-2-i686 * added options=('nobuild') Message-ID: <20091205082141.D6A4F1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4f3a4699f7a289d8b51d55c83149a23bd6a30533 commit 4f3a4699f7a289d8b51d55c83149a23bd6a30533 Author: Devil505 Date: Sat Dec 5 09:21:28 2009 +0100 spring-maps-1944-1.06-2-i686 * added options=('nobuild') diff --git a/source/games-extra/spring-maps-1944/FrugalBuild b/source/games-extra/spring-maps-1944/FrugalBuild index 9d53814..5fc5fe9 100644 --- a/source/games-extra/spring-maps-1944/FrugalBuild +++ b/source/games-extra/spring-maps-1944/FrugalBuild @@ -3,11 +3,12 @@ pkgname=spring-maps-1944 pkgver=1.06 -pkgrel=1 +pkgrel=2 pkgdesc="maps for Spring 1944 mod" url="http://s44.koshi.homelinux.net/" rodepends=('spring') depends=() +options=('nobuild') groups=('games-extra') archs=('i686' 'x86_64') up2date=$pkgver From boobaa at frugalware.org Sat Dec 5 09:37:33 2009 From: boobaa at frugalware.org (CSÉCSY László) Date: Sat, 5 Dec 2009 09:37:33 +0100 (CET) Subject: [Frugalware-git] frugalware-current: php-pecl-apc-3.1.3p1-1-i686 version bump Message-ID: <20091205083733.957D91240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f4bf5be8b6acfc6938d5a5f69e03ff8dd58b47ce commit f4bf5be8b6acfc6938d5a5f69e03ff8dd58b47ce Author: CS??CSY L??szl?? Date: Sat Dec 5 09:37:13 2009 +0100 php-pecl-apc-3.1.3p1-1-i686 version bump diff --git a/source/devel-extra/php-pecl-apc/FrugalBuild b/source/devel-extra/php-pecl-apc/FrugalBuild index 13cfa20..6d6d908 100644 --- a/source/devel-extra/php-pecl-apc/FrugalBuild +++ b/source/devel-extra/php-pecl-apc/FrugalBuild @@ -2,14 +2,14 @@ # Maintainer: CS?CSY L?szl? _F_pecl_name="apc" -pkgver=3.1.2 +pkgver=3.1.3p1 pkgrel=1 pkgdesc="Framework for caching and optimizing PHP intermediate code" depends=('php>=5.2.9') Finclude pecl archs=('i686' 'x86_64') pkgrel=1 -sha1sums=('aebd866b06779814e9af5ae16948687347c50054') +sha1sums=('aed228105250f7d7f1deb57abb2770f1e19c2e49') build() { Fcd APC-$pkgver From boobaa at frugalware.org Sat Dec 5 09:56:37 2009 From: boobaa at frugalware.org (CSÉCSY László) Date: Sat, 5 Dec 2009 09:56:37 +0100 (CET) Subject: [Frugalware-git] frugalware-current: phpmyadmin-3.2.4-1-i686 version bump Message-ID: <20091205085637.CE6171240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9abf4c042e075018bd4b6bfbf9e4f85ac41825e8 commit 9abf4c042e075018bd4b6bfbf9e4f85ac41825e8 Author: CS??CSY L??szl?? Date: Sat Dec 5 09:56:29 2009 +0100 phpmyadmin-3.2.4-1-i686 version bump diff --git a/source/network-extra/phpmyadmin/FrugalBuild b/source/network-extra/phpmyadmin/FrugalBuild index b437288..7ae69ec 100644 --- a/source/network-extra/phpmyadmin/FrugalBuild +++ b/source/network-extra/phpmyadmin/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: CS?CSY L?szl? pkgname=phpmyadmin -pkgver=3.2.3 +pkgver=3.2.4 pkgrel=1 pkgdesc="Set of PHP-scripts to administrate MySQL over the WWW." _F_sourceforge_ext="-all-languages.tar.bz2" @@ -29,4 +29,4 @@ build() Frm /var/www/html/phpMyAdmin-${pkgver//_/-}-all-languages.tar.bz2 } -sha1sums=('d99b1098c7cb3454f95dced25574bde0c7fd78ca') +sha1sums=('ac9239755c294d15569af99f227b124bd578faf2') From devil505linux at gmail.com Sat Dec 5 09:56:59 2009 From: devil505linux at gmail.com (Devil505) Date: Sat, 5 Dec 2009 09:56:59 +0100 (CET) Subject: [Frugalware-git] frugalware-current: amsn-0.98.1-1-i686 * version bump * enable video conference Message-ID: <20091205085659.5BB241240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=890c9051a44d3331821da549a6433aa38fb871b3 commit 890c9051a44d3331821da549a6433aa38fb871b3 Author: Devil505 Date: Sat Dec 5 09:56:27 2009 +0100 amsn-0.98.1-1-i686 * version bump * enable video conference diff --git a/source/xapps-extra/amsn/FrugalBuild b/source/xapps-extra/amsn/FrugalBuild index fe7dab4..91d0618 100644 --- a/source/xapps-extra/amsn/FrugalBuild +++ b/source/xapps-extra/amsn/FrugalBuild @@ -2,21 +2,21 @@ # Maintainer: crazy pkgname=amsn -pkgver=0.98 -pkgrel=2 +pkgver=0.98.1 +pkgrel=1 pkgdesc="AMsN is a great messenger client" -depends=('libice>=1.0.5-1' 'libjpeg' 'libx11>=1.2.1-1' 'libsm>=1.1.0-1' 'libstdc++' 'libpng' 'tk>=8.5.7-2') +depends=('libice>=1.0.5-1' 'libjpeg' 'libx11>=1.2.1-1' 'libsm>=1.1.0-1' 'libstdc++' 'libpng' 'tk>=8.5.7-2' 'farsight2') rodepends=('tls') groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') options=('force') Finclude sourceforge source=($source amsn.patch) -sha1sums=('01793908793118460a48671de2c56ad733036a49' \ +sha1sums=('b9146d47c825e5a428ad7ff713fc7a293cd8ed70' \ '97a871735cefde7e7d8bdc575ed91bb2700c7f4d') -provides=('amsn-plugin-actionsmenu' 'amsn-plugin-amsnplus' 'amsn-plugin-bugbuddy' 'amsn-plugin-changeit' 'amsn-plugin-colorize' 'amsn-plugin-desktopintegration' 'amsn-plugin-fpsstats' 'amsn-plugin-gename' 'amsn-plugin-glogs' 'amsn-plugin-gnotify' 'amsn-plugin-invisibility' 'amsn-plugin-lilypondim' 'amsn-plugin-movewin' 'amsn-plugin-music' 'amsn-plugin-openwith' 'amsn-plugin-organize-received' 'amsn-plugin-pop3' 'amsn-plugin-sayit' 'amsn-plugin-sendrecents' 'amsn-plugin-spellcheck' 'amsn-plugin-whatis') -replaces=('amsn-plugin-actionsmenu' 'amsn-plugin-amsnplus' 'amsn-plugin-bugbuddy' 'amsn-plugin-changeit' 'amsn-plugin-colorize' 'amsn-plugin-desktopintegration' 'amsn-plugin-fpsstats' 'amsn-plugin-gename' 'amsn-plugin-glogs' 'amsn-plugin-gnotify' 'amsn-plugin-invisibility' 'amsn-plugin-lilypondim' 'amsn-plugin-movewin' 'amsn-plugin-music' 'amsn-plugin-openwith' 'amsn-plugin-organize-received' 'amsn-plugin-pop3' 'amsn-plugin-sayit' 'amsn-plugin-sendrecents' 'amsn-plugin-spellcheck' 'amsn-plugin-whatis') +provides=('amsn-plugin-music') +replaces=('amsn-plugin-music') build() { From devil505linux at gmail.com Sat Dec 5 10:08:02 2009 From: devil505linux at gmail.com (Devil505) Date: Sat, 5 Dec 2009 10:08:02 +0100 (CET) Subject: [Frugalware-git] frugalware-current: Revert "* removing amsn plugins, now integrated in amsn package" * these plugins have beed removed from amsn 0.98.1 This reverts commit d078df7751de15b2c8e68ab4b939e5d1b6804e33. Message-ID: <20091205090802.B67F61240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=aae595959cd7150bc4112f7252bce1dda8b615aa commit aae595959cd7150bc4112f7252bce1dda8b615aa Author: Devil505 Date: Sat Dec 5 10:05:37 2009 +0100 Revert "* removing amsn plugins, now integrated in amsn package" * these plugins have beed removed from amsn 0.98.1 This reverts commit d078df7751de15b2c8e68ab4b939e5d1b6804e33. diff --git a/source/xapps-extra/amsn-plugin-actionsmenu/FrugalBuild b/source/xapps-extra/amsn-plugin-actionsmenu/FrugalBuild new file mode 100644 index 0000000..0089353 --- /dev/null +++ b/source/xapps-extra/amsn-plugin-actionsmenu/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-actionsmenu +_F_amsn_name="actionsmenu" +pkgver=0.3.1 +pkgrel=1 +pkgdesc="This plugin implements a Actions Menu on the bottom of the contact list with Add Contact and Search Contact function." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('d514e9c5e0a3e35ffaeea1b2ae889dd063a68dc6') diff --git a/source/xapps-extra/amsn-plugin-bugbuddy/FrugalBuild b/source/xapps-extra/amsn-plugin-bugbuddy/FrugalBuild new file mode 100644 index 0000000..0d56f70 --- /dev/null +++ b/source/xapps-extra/amsn-plugin-bugbuddy/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-bugbuddy +_F_amsn_name="bugbuddy" +pkgver=1.0 +pkgrel=1 +pkgdesc="A plugin for sending automatic messages to friends." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('230ab8ab60afc7d5fa230f0497f010db35c70db3') diff --git a/source/xapps-extra/amsn-plugin-changeit/FrugalBuild b/source/xapps-extra/amsn-plugin-changeit/FrugalBuild new file mode 100644 index 0000000..26d66dd --- /dev/null +++ b/source/xapps-extra/amsn-plugin-changeit/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-changeit +_F_amsn_name="changeit" +pkgver=1.0 +pkgrel=1 +pkgdesc="Convert sent/received messages using talkfiters." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('43d20a170290d5a2dbd028c139c0f2cf3ee81ca5') diff --git a/source/xapps-extra/amsn-plugin-colorize/FrugalBuild b/source/xapps-extra/amsn-plugin-colorize/FrugalBuild new file mode 100644 index 0000000..5c0d89a --- /dev/null +++ b/source/xapps-extra/amsn-plugin-colorize/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-colorize +_F_amsn_name="colorize" +pkgver=1.0 +pkgrel=1 +pkgdesc="amsn plugin to change the color of your text from either a predefined list or randomly." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('cd3c8cf0c67d630440b355aa9272cea8ced70a85') + + + diff --git a/source/xapps-extra/amsn-plugin-desktopintegration/FrugalBuild b/source/xapps-extra/amsn-plugin-desktopintegration/FrugalBuild new file mode 100644 index 0000000..c1990ab --- /dev/null +++ b/source/xapps-extra/amsn-plugin-desktopintegration/FrugalBuild @@ -0,0 +1,15 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-desktopintegration +_F_amsn_name="desktop_integration" +pkgver=1.2 +pkgrel=1 +pkgdesc="amsn plugin that shows desktop-like dialogs instead of tcl/tk ones" +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('8901741eb0d1dd191f213e0a47605ec283294122') + diff --git a/source/xapps-extra/amsn-plugin-fpsstats/FrugalBuild b/source/xapps-extra/amsn-plugin-fpsstats/FrugalBuild new file mode 100644 index 0000000..cdf990e --- /dev/null +++ b/source/xapps-extra/amsn-plugin-fpsstats/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-fpsstats +_F_amsn_name="FPSstats" +pkgver=0.9 +pkgrel=1 +pkgdesc="Show your current statistics in a game you're playing in your personal message and in an auto-message." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('d7c05af9178f264a51a8c224707d393521e6299a') diff --git a/source/xapps-extra/amsn-plugin-gename/FrugalBuild b/source/xapps-extra/amsn-plugin-gename/FrugalBuild new file mode 100644 index 0000000..a86929d --- /dev/null +++ b/source/xapps-extra/amsn-plugin-gename/FrugalBuild @@ -0,0 +1,15 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-gename +_F_amsn_name="gename" +pkgver=1.0 +pkgrel=1 +pkgdesc="amsn plugin to generate random names." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('4c54074302a93a31d5555585a5ef5d3be82dc1f6') + diff --git a/source/xapps-extra/amsn-plugin-glogs/FrugalBuild b/source/xapps-extra/amsn-plugin-glogs/FrugalBuild new file mode 100644 index 0000000..564d8ae --- /dev/null +++ b/source/xapps-extra/amsn-plugin-glogs/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-glogs +_F_amsn_name="glogs" +pkgver=1.0.1 +pkgrel=1 +pkgdesc="amsn plugin for sending logs of conversations to your email" +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('9ca63502486ff4c2bd6c9178f416dda43cedce2a') diff --git a/source/xapps-extra/amsn-plugin-gnotify/FrugalBuild b/source/xapps-extra/amsn-plugin-gnotify/FrugalBuild new file mode 100644 index 0000000..18de2fd --- /dev/null +++ b/source/xapps-extra/amsn-plugin-gnotify/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-gnotify +_F_amsn_name="gnotify" +pkgver=0.5 +pkgrel=1 +pkgdesc="Plugin to check Gmail accounts in aMSN and notify you with the email information." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('7e146cef3334d7d22a4965a331713ecaa65096e9') diff --git a/source/xapps-extra/amsn-plugin-invisibility/FrugalBuild b/source/xapps-extra/amsn-plugin-invisibility/FrugalBuild new file mode 100644 index 0000000..fda952a --- /dev/null +++ b/source/xapps-extra/amsn-plugin-invisibility/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-invisibility +_F_amsn_name="Invisibility" +pkgver=b1 +pkgrel=1 +pkgdesc="amsn plugin will block contacts going offline and unblock when status changes to online" +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('ee1083d065e680c9fd02dff9a1ee2e21c0bbabd1') + + + diff --git a/source/xapps-extra/amsn-plugin-lilypondim/FrugalBuild b/source/xapps-extra/amsn-plugin-lilypondim/FrugalBuild new file mode 100644 index 0000000..8f02ade --- /dev/null +++ b/source/xapps-extra/amsn-plugin-lilypondim/FrugalBuild @@ -0,0 +1,15 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-lilypondim +_F_amsn_name="LilyPondIM" +pkgver=1.0 +pkgrel=1 +pkgdesc="LilyPond integration for aMSN." +rodepends=('lilypond') +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('a34adbce975e6488ca1b2a81ac1e972b6ca7b83b') diff --git a/source/xapps-extra/amsn-plugin-movewin/FrugalBuild b/source/xapps-extra/amsn-plugin-movewin/FrugalBuild new file mode 100644 index 0000000..b08747c --- /dev/null +++ b/source/xapps-extra/amsn-plugin-movewin/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-movewin +_F_amsn_name="movewin" +pkgver=0.1 +pkgrel=1 +pkgdesc="amsn plugin that moves chat windows when they are created." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('a8bac0971adcc02998a5e61c7b5556a471570fbf') diff --git a/source/xapps-extra/amsn-plugin-music/FrugalBuild b/source/xapps-extra/amsn-plugin-music/FrugalBuild new file mode 100755 index 0000000..da8afcd --- /dev/null +++ b/source/xapps-extra/amsn-plugin-music/FrugalBuild @@ -0,0 +1,23 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-music +_F_amsn_name="music" +pkgver=r10550 +pkgrel=1 +pkgdesc="amsn Plugin that shows current playing song in nickname and show/send current playing song from the chatwindow." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +_F_amsn_clean_files=(MusicWA MusicWA.exe MusicWin.dll) ## Windows stuff +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('d3d1bf214c7f241d2946196929514d5173679235') + +build() +{ + Fbuild_amsn + chmod +x $Fdestdir/usr/share/amsn/plugins/music/infoamarok || Fdie + Frm usr/share/amsn/plugins/music/MusicWin +} + diff --git a/source/xapps-extra/amsn-plugin-openwith/FrugalBuild b/source/xapps-extra/amsn-plugin-openwith/FrugalBuild new file mode 100644 index 0000000..dd3111b --- /dev/null +++ b/source/xapps-extra/amsn-plugin-openwith/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-openwith +_F_amsn_name="openwith" +pkgver=0.2.1 +pkgrel=1 +pkgdesc="This adds options to the right-click menu in chatwindows so that you can use up to 5 user specified programs." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('8846c3dece3fa3325a4e535e5ab1673bad7803c7') diff --git a/source/xapps-extra/amsn-plugin-organize-received/FrugalBuild b/source/xapps-extra/amsn-plugin-organize-received/FrugalBuild new file mode 100644 index 0000000..24e8902 --- /dev/null +++ b/source/xapps-extra/amsn-plugin-organize-received/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-organize-received +_F_amsn_name="organize_received" +pkgver=0.4 +pkgrel=1 +pkgdesc="Saves received files by default in a subdirectory of the sender and optionally into another subdirectory of the date." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('b8e5e7e7dd62b94d47c29552f5ff0bfe43710c4e') diff --git a/source/xapps-extra/amsn-plugin-pop3/FrugalBuild b/source/xapps-extra/amsn-plugin-pop3/FrugalBuild new file mode 100644 index 0000000..612aff3 --- /dev/null +++ b/source/xapps-extra/amsn-plugin-pop3/FrugalBuild @@ -0,0 +1,15 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-pop3 +_F_amsn_name="pop3" +pkgver=2.3 +pkgrel=1 +pkgdesc="amsn Plugin to check POP3 accounts in aMSN in the same way as hotmail ones." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('c4d7eaeb794a7e498370a2fb53d35546a1c070fa') + diff --git a/source/xapps-extra/amsn-plugin-sayit/FrugalBuild b/source/xapps-extra/amsn-plugin-sayit/FrugalBuild new file mode 100644 index 0000000..c41806d --- /dev/null +++ b/source/xapps-extra/amsn-plugin-sayit/FrugalBuild @@ -0,0 +1,16 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-sayit +_F_amsn_name="sayit" +pkgver=1.4 +pkgrel=1 +pkgdesc="Speaks the messages you receive in the background. It will use the default voice set in the system preferences." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +_F_amsn_clean_files=(winsayit.dll) +Finclude sourceforge amsn +rodepends=('festival') +archs=('i686' 'x86_64') +sha1sums=('e3b225172a1a7ac3b93f7081a43ceca9900007cb') diff --git a/source/xapps-extra/amsn-plugin-sendrecents/FrugalBuild b/source/xapps-extra/amsn-plugin-sendrecents/FrugalBuild new file mode 100644 index 0000000..fc76783 --- /dev/null +++ b/source/xapps-extra/amsn-plugin-sendrecents/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-sendrecents +_F_amsn_name="SendRecents" +pkgver=1.1 +pkgrel=1 +pkgdesc="Adds a cascade menu into Actions of your chatwindow so that you can send recent files easily." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('f44025cdea512f561ea90af06810ae64576443e6') diff --git a/source/xapps-extra/amsn-plugin-spellcheck/FrugalBuild b/source/xapps-extra/amsn-plugin-spellcheck/FrugalBuild new file mode 100644 index 0000000..aecc0cd --- /dev/null +++ b/source/xapps-extra/amsn-plugin-spellcheck/FrugalBuild @@ -0,0 +1,15 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-spellcheck +_F_amsn_name="SpellCheck" +pkgver=7 +pkgrel=1 +pkgdesc="Spell Checker for the chat window." +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('5e145078ca06d7a7e01ea5e0aec38e27bb3f1ea1') + diff --git a/source/xapps-extra/amsn-plugin-whatis/FrugalBuild b/source/xapps-extra/amsn-plugin-whatis/FrugalBuild new file mode 100644 index 0000000..bb5b9a3 --- /dev/null +++ b/source/xapps-extra/amsn-plugin-whatis/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-whatis +_F_amsn_name="whatis" +pkgver=1.5 +pkgrel=1 +pkgdesc="amsn plugin that get information from text/word or translate it to an other language!" +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('74804453aecfda626129faba94ceb6fcaaa0bf65') + + + From devil505linux at gmail.com Sat Dec 5 10:08:02 2009 From: devil505linux at gmail.com (Devil505) Date: Sat, 5 Dec 2009 10:08:02 +0100 (CET) Subject: [Frugalware-git] frugalware-current: Revert "* removing amsnplus, now in amsn package" * this plugin has been removed from amsn 0.98.1 This reverts commit f417584233033c186a3eeddba7c0308ddf6b1c77. Message-ID: <20091205090802.C85B71240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f66797d9e6527f6293c36ed592cc2d6ec4e107fd commit f66797d9e6527f6293c36ed592cc2d6ec4e107fd Author: Devil505 Date: Sat Dec 5 10:06:28 2009 +0100 Revert "* removing amsnplus, now in amsn package" * this plugin has been removed from amsn 0.98.1 This reverts commit f417584233033c186a3eeddba7c0308ddf6b1c77. diff --git a/source/xapps-extra/amsn-plugin-amsnplus/FrugalBuild b/source/xapps-extra/amsn-plugin-amsnplus/FrugalBuild new file mode 100644 index 0000000..7ed22df --- /dev/null +++ b/source/xapps-extra/amsn-plugin-amsnplus/FrugalBuild @@ -0,0 +1,18 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Devil505 + +pkgname=amsn-plugin-amsnplus +_F_amsn_name="amsnplus" +pkgver=2.6.1 +pkgrel=1 +pkgdesc="aMSN plus plugin similar to MSN Plus!" +_F_sourceforge_ext=".zip" +_F_sourceforge_dirname="amsn" +_F_sourceforge_name="$_F_amsn_name" +_F_amsn_clean_files=(Makefile Snapshot.exe snapshot.c) +replaces=('amsn-plugins-amsnplus') +Finclude sourceforge amsn +archs=('i686' 'x86_64') +sha1sums=('62ec1c2b6a70e1c01d7d52d4a5a6418b99f5d720') + + From devil505linux at gmail.com Sat Dec 5 10:08:03 2009 From: devil505linux at gmail.com (Devil505) Date: Sat, 5 Dec 2009 10:08:03 +0100 (CET) Subject: [Frugalware-git] frugalware-current: plugin in amsn 0.98.1 Message-ID: <20091205090803.0CD671240014@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c339ad8a80df2cd7f9d020e14a9d6d865faa8694 commit c339ad8a80df2cd7f9d020e14a9d6d865faa8694 Author: Devil505 Date: Sat Dec 5 10:07:42 2009 +0100 plugin in amsn 0.98.1 diff --git a/source/xapps-extra/amsn-plugin-music/FrugalBuild b/source/xapps-extra/amsn-plugin-music/FrugalBuild deleted file mode 100755 index da8afcd..0000000 --- a/source/xapps-extra/amsn-plugin-music/FrugalBuild +++ /dev/null @@ -1,23 +0,0 @@ -# Compiling Time: 0.1 SBU -# Maintainer: Devil505 - -pkgname=amsn-plugin-music -_F_amsn_name="music" -pkgver=r10550 -pkgrel=1 -pkgdesc="amsn Plugin that shows current playing song in nickname and show/send current playing song from the chatwindow." -_F_sourceforge_ext=".zip" -_F_sourceforge_dirname="amsn" -_F_sourceforge_name="$_F_amsn_name" -_F_amsn_clean_files=(MusicWA MusicWA.exe MusicWin.dll) ## Windows stuff -Finclude sourceforge amsn -archs=('i686' 'x86_64') -sha1sums=('d3d1bf214c7f241d2946196929514d5173679235') - -build() -{ - Fbuild_amsn - chmod +x $Fdestdir/usr/share/amsn/plugins/music/infoamarok || Fdie - Frm usr/share/amsn/plugins/music/MusicWin -} - From devil505linux at gmail.com Sat Dec 5 10:21:51 2009 From: devil505linux at gmail.com (Devil505) Date: Sat, 5 Dec 2009 10:21:51 +0100 (CET) Subject: [Frugalware-git] frugalware-current: amsn-plugin-transparent-r10840-1-i686 * version bump Message-ID: <20091205092151.983631240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=00a2b9f734e4445f2a79f563af3bc23946c658da commit 00a2b9f734e4445f2a79f563af3bc23946c658da Author: Devil505 Date: Sat Dec 5 10:21:19 2009 +0100 amsn-plugin-transparent-r10840-1-i686 * version bump diff --git a/source/xapps-extra/amsn-plugin-transparent/FrugalBuild b/source/xapps-extra/amsn-plugin-transparent/FrugalBuild index b4eb335..d454147 100644 --- a/source/xapps-extra/amsn-plugin-transparent/FrugalBuild +++ b/source/xapps-extra/amsn-plugin-transparent/FrugalBuild @@ -3,7 +3,7 @@ pkgname=amsn-plugin-transparent _F_amsn_name="transparent" -pkgver=0.6 +pkgver=r10840 pkgrel=1 pkgdesc="This plugin makes chat windows transparent when not used, with a nice "fade" transition." _F_sourceforge_ext=".zip" @@ -11,5 +11,5 @@ _F_sourceforge_dirname="amsn" _F_sourceforge_name="$_F_amsn_name" Finclude sourceforge amsn archs=('i686' 'x86_64') -sha1sums=('19bb0b0953bd5db0935746de37203f96499ca0b1') +sha1sums=('bcca89d57f67f027105ed439ad09f935a0138d6b') From devil505linux at gmail.com Sat Dec 5 10:28:29 2009 From: devil505linux at gmail.com (Devil505) Date: Sat, 5 Dec 2009 10:28:29 +0100 (CET) Subject: [Frugalware-git] frugalware-current: amsn-plugin-lilypondim-r10279-1-i686 * version bump Message-ID: <20091205092829.2976D1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0f172b38ac3bd6399a03335bfef4a18114c03adf commit 0f172b38ac3bd6399a03335bfef4a18114c03adf Author: Devil505 Date: Sat Dec 5 10:25:04 2009 +0100 amsn-plugin-lilypondim-r10279-1-i686 * version bump diff --git a/source/xapps-extra/amsn-plugin-lilypondim/FrugalBuild b/source/xapps-extra/amsn-plugin-lilypondim/FrugalBuild index 8f02ade..1645ac8 100644 --- a/source/xapps-extra/amsn-plugin-lilypondim/FrugalBuild +++ b/source/xapps-extra/amsn-plugin-lilypondim/FrugalBuild @@ -3,7 +3,7 @@ pkgname=amsn-plugin-lilypondim _F_amsn_name="LilyPondIM" -pkgver=1.0 +pkgver=r10279 pkgrel=1 pkgdesc="LilyPond integration for aMSN." rodepends=('lilypond') @@ -12,4 +12,4 @@ _F_sourceforge_dirname="amsn" _F_sourceforge_name="$_F_amsn_name" Finclude sourceforge amsn archs=('i686' 'x86_64') -sha1sums=('a34adbce975e6488ca1b2a81ac1e972b6ca7b83b') +sha1sums=('1fe3f7dfbdeecc5f84abed05a988419cf1e26042') From boobaa at frugalware.org Sat Dec 5 10:30:40 2009 From: boobaa at frugalware.org (CSÉCSY László) Date: Sat, 5 Dec 2009 10:30:40 +0100 (CET) Subject: [Frugalware-git] frugalware-current: drupal6-views-6.x_2.8-1-i686 version bump Message-ID: <20091205093040.AC7641240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f19d169fb5b2ed2a980cab238901fb632c9bddfb commit f19d169fb5b2ed2a980cab238901fb632c9bddfb Author: CS??CSY L??szl?? Date: Sat Dec 5 10:30:33 2009 +0100 drupal6-views-6.x_2.8-1-i686 version bump diff --git a/source/network-extra/drupal6-views/FrugalBuild b/source/network-extra/drupal6-views/FrugalBuild index 84ac937..ab92a7b 100644 --- a/source/network-extra/drupal6-views/FrugalBuild +++ b/source/network-extra/drupal6-views/FrugalBuild @@ -3,8 +3,8 @@ _F_drupal_module=views _F_drupal_ver=6.x -pkgver=6.x_2.7 +pkgver=6.x_2.8 pkgrel=1 pkgdesc="Provides a flexible method for listing content in Drupal" Finclude drupal -sha1sums=('53442eac1198e1945bb2cc001ffca88bd0e9f8ce') +sha1sums=('f177c11c67668102fe2606713003b1e9fd009c44') From bouleetbil at frogdev.info Sat Dec 5 10:37:25 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 5 Dec 2009 10:37:25 +0100 (CET) Subject: [Frugalware-git] frugalware-current: glib2-2.22.3-1-i686 *version bump Message-ID: <20091205093725.A341C1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=094b4fda703e03e408d45230e345188b9267483a commit 094b4fda703e03e408d45230e345188b9267483a Author: bouleetbil Date: Sat Dec 5 10:38:56 2009 +0000 glib2-2.22.3-1-i686 *version bump diff --git a/source/base/glib2/FrugalBuild b/source/base/glib2/FrugalBuild index d9f34e2..662ded3 100644 --- a/source/base/glib2/FrugalBuild +++ b/source/base/glib2/FrugalBuild @@ -4,7 +4,7 @@ USE_DOC=${USE_DOC:-"y"} pkgname=glib2 -pkgver=2.22.2 +pkgver=2.22.3 pkgrel=1 pkgdesc="Common C routines used by GTK+2 and other libraries" url="http://www.gtk.org/" @@ -18,7 +18,7 @@ _F_gnome_devel="n" Finclude gnome _F_cd_path="glib-$pkgver" ## DON'T remove nor change the debug level or it breaks again .. -sha1sums=('bdd9c4b930e81203ea69fe83876cb6c82bdc5a38') +sha1sums=('185d5b80adef96019daf7402cc6762cc4d37470d') if Fuse $USE_DOC; then makedepends=("${makedepends[@]}" 'gtk-doc>=1.11') Fconfopts="$Fconfopts --enable-gtk-doc" From bouleetbil at frogdev.info Sat Dec 5 12:07:47 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 5 Dec 2009 12:07:47 +0100 (CET) Subject: [Frugalware-git] frugalware-current: gtk+2-2.18.4-1-i686 *version bump Message-ID: <20091205110747.BC3D01240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cdd161155997098a57685c8b7be45c1dff06a685 commit cdd161155997098a57685c8b7be45c1dff06a685 Author: bouleetbil Date: Sat Dec 5 12:09:38 2009 +0000 gtk+2-2.18.4-1-i686 *version bump diff --git a/source/xlib/gtk+2/FrugalBuild b/source/xlib/gtk+2/FrugalBuild index 47bf59e..a7efa66 100644 --- a/source/xlib/gtk+2/FrugalBuild +++ b/source/xlib/gtk+2/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gtk+2 _F_gnome_name=gtk+ -pkgver=2.18.3 +pkgver=2.18.4 pkgrel=1 pkgdesc="The GTK+ Toolkit (2.x series)" depends=('libtiff' 'atk>=1.26.0' 'libxi' 'libxinerama' 'fontconfig' 'libjpeg' \ @@ -45,7 +45,7 @@ build() { Fsplit $pkgname-docs usr/share/gtk-doc } -sha1sums=('a5432017a3116cb66460150d089e8aedbe756641') +sha1sums=('7a7d6c38c30d2b1234d512ee5184ef4c3956e782') # optimization OK From vmiklos at frugalware.org Sat Dec 5 12:22:56 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 12:22:56 +0100 (CET) Subject: [Frugalware-git] kernel2632: kernel-2.6.32-1-i686 Message-ID: <20091205112256.9EEE71240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=3b566b9190eb5ea11a6b028816a88ece3051c50d commit 3b566b9190eb5ea11a6b028816a88ece3051c50d Author: Miklos Vajna Date: Sat Dec 5 12:20:43 2009 +0100 kernel-2.6.32-1-i686 - add patch to work around http://bugs.freedesktop.org/show_bug.cgi?id=25417 diff --git a/source/base/kernel/FrugalBuild b/source/base/kernel/FrugalBuild index c5fbc37..eae0db2 100644 --- a/source/base/kernel/FrugalBuild +++ b/source/base/kernel/FrugalBuild @@ -1,4 +1,6 @@ # Compiling Time: 30.38 SBU # Maintainer: Miklos Vajna +# See http://bugs.freedesktop.org/show_bug.cgi?id=25417 +_F_kernel_patches=(kernel-revert-drm-i915-use-ACPI-LID-status-for-LVDS-detect.patch) Finclude kernel diff --git a/source/base/kernel/kernel-revert-drm-i915-use-ACPI-LID-status-for-LVDS-detect.patch b/source/base/kernel/kernel-revert-drm-i915-use-ACPI-LID-status-for-LVDS-detect.patch new file mode 100644 index 0000000..3947b4e --- /dev/null +++ b/source/base/kernel/kernel-revert-drm-i915-use-ACPI-LID-status-for-LVDS-detect.patch @@ -0,0 +1,35 @@ +From 28fe7dd86ad6090baf3f9fbd76155c1c3aff8f99 Mon Sep 17 00:00:00 2001 +From: Miklos Vajna +Date: Sat, 5 Dec 2009 04:57:10 +0100 +Subject: [PATCH] Revert "drm/i915: use ACPI LID status for LVDS ->detect hook" + +This reverts commit b42d4c5c6a872815d711e5d51a600f5122c38eee. + +Conflicts: + + drivers/gpu/drm/i915/intel_lvds.c +--- + drivers/gpu/drm/i915/intel_lvds.c | 7 +------ + 1 files changed, 1 insertions(+), 6 deletions(-) + +diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c +index 05598ae..2c4da8d 100644 +--- a/drivers/gpu/drm/i915/intel_lvds.c ++++ b/drivers/gpu/drm/i915/intel_lvds.c +@@ -620,12 +620,7 @@ static const struct dmi_system_id bad_lid_status[] = { + */ + static enum drm_connector_status intel_lvds_detect(struct drm_connector *connector) + { +- enum drm_connector_status status = connector_status_connected; +- +- if (!acpi_lid_open() && !dmi_check_system(bad_lid_status)) +- status = connector_status_disconnected; +- +- return status; ++ return connector_status_connected; + } + + /** +-- +1.6.5.3 + From vmiklos at frugalware.org Sat Dec 5 12:28:41 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 12:28:41 +0100 (CET) Subject: [Frugalware-git] git-hooks: checkout: switch back to the previous branch, which may not be master Message-ID: <20091205112841.5B6D11240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=git-hooks.git;a=commitdiff;h=6a3a83671b868e0e7f55b74262ac66d9b041aae7 commit 6a3a83671b868e0e7f55b74262ac66d9b041aae7 Author: Miklos Vajna Date: Sat Dec 5 12:27:02 2009 +0100 checkout: switch back to the previous branch, which may not be master diff --git a/checkout/checkout.py b/checkout/checkout.py index d54cba6..2a5efff 100644 --- a/checkout/checkout.py +++ b/checkout/checkout.py @@ -27,7 +27,7 @@ def callback(patch, merge): ret = os.system("git symbolic-ref HEAD &>/dev/null") if ret != 0: # this is a detached head - os.system("git checkout -m master 2>/dev/null") + os.system(r"git checkout -m $(git log -g -1|grep 'moving from'|sed 's/.*from \(.*\) to .*/\1/') 2>/dev/null") else: # we don't know where we are, need to # check every checked out file From devil505linux at gmail.com Sat Dec 5 15:48:23 2009 From: devil505linux at gmail.com (Devil505) Date: Sat, 5 Dec 2009 15:48:23 +0100 (CET) Subject: [Frugalware-git] frugalware-current: performous-0.4.0-1-i686 * version bump Message-ID: <20091205144823.7B3DB1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=556499e140871dceeee290416d2cf136407b02e6 commit 556499e140871dceeee290416d2cf136407b02e6 Author: Devil505 Date: Sat Dec 5 15:46:42 2009 +0100 performous-0.4.0-1-i686 * version bump diff --git a/source/games-extra/performous/FrugalBuild b/source/games-extra/performous/FrugalBuild index ef1859b..c8a7334 100644 --- a/source/games-extra/performous/FrugalBuild +++ b/source/games-extra/performous/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: devil505 pkgname=performous -pkgver=0.3.2 +pkgver=0.4.0 pkgrel=1 url="http://performous.org/" pkgdesc="Performous : The free Linux karaoke game" @@ -21,7 +21,7 @@ Finclude sourceforge up2date="lynx -dump $url/install.html | grep -m1 Source.tar.bz2 | sed 's/.*s-\(.*\)-S.*/\1/'" source=(${source/performous-/Performous-}) _F_cd_path="Performous-$pkgver-Source" -sha1sums=('22fecfac2136c2c84ac97d3dd8b0d1ea40617ae4') +sha1sums=('44bcc39618cb08957da3815ed9f13af6d90f93ed') build() { From bouleetbil at frogdev.info Sat Dec 5 16:12:26 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 5 Dec 2009 16:12:26 +0100 (CET) Subject: [Frugalware-git] xorgtesting: xorg-server-1.7.3-2-i686 *liblbxutil deprecated since xorg-server 1.2 ; ) Message-ID: <20091205151226.3EF871240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=3552f1e6b7e48f5ae92de2ded18eeb54dbd32339 commit 3552f1e6b7e48f5ae92de2ded18eeb54dbd32339 Author: bouleetbil Date: Sat Dec 5 16:12:06 2009 +0000 xorg-server-1.7.3-2-i686 *liblbxutil deprecated since xorg-server 1.2 ;) diff --git a/source/x11/xorg-server/FrugalBuild b/source/x11/xorg-server/FrugalBuild index f4cf451..dda1734 100644 --- a/source/x11/xorg-server/FrugalBuild +++ b/source/x11/xorg-server/FrugalBuild @@ -8,7 +8,7 @@ USE_SERVERDMX=${USE_SERVERDMX:-"y"} pkgname=xorg-server pkgver=1.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="Modular X.Org X Server" groups=('x11' 'xorg-core') archs=('i686' 'x86_64' 'ppc') @@ -16,7 +16,7 @@ depends=('libxfont>=1.4.0' 'libx11>=1.3' 'xtrans>=1.2.3' 'libxau>=1.0.5' \ 'libxext>=1.0.99.4-1' 'libxkbfile>=1.0.5' 'libxdmcp>=1.0.2-2' 'libxmu>=1.0.4-2' 'libxrender>=0.9.4-3' \ 'libxi>=1.2.1' 'freetype2' 'mesa>=7.6' 'font-cursor-misc>=1.0.0-3' 'font-misc-misc>=1.0.0-3' \ 'xbitmaps' 'xkeyboard-config>=1.6' 'iceauth>=1.0.2-3' 'rgb>=1.0.3' 'xauth>=1.0.3' 'xinit>=1.1.1' 'libxaw>=1.0.5' \ - 'libxpm>=3.5.7-2' 'libxxf86misc>=1.0.1-3' 'libxxf86vm>=1.0.1-3' 'libxkbui>=1.0.2-2' 'liblbxutil>=1.0.1-4' \ + 'libxpm>=3.5.7-2' 'libxxf86misc>=1.0.1-3' 'libxxf86vm>=1.0.1-3' 'libxkbui>=1.0.2-2' \ 'xorg-cf-files' 'libxtst>=1.0.3-3' 'font-alias' 'libxcb>=1.4' 'pixman>=0.15.8' 'libpciaccess>=0.10.5' 'libxv>=1.0.4') makedepends=('randrproto>=1.3.0' 'renderproto>=0.9.3' 'fixesproto' 'damageproto>=1.1.0' 'xextproto>=7.0.5' 'xproto>=7.0.15' \ 'xf86dgaproto' 'xf86miscproto' 'xf86rushproto' 'xf86vidmodeproto' 'xf86bigfontproto' \ @@ -33,7 +33,8 @@ provides=('xorg-compat' 'xorg-server-ati' 'xorg-server-chips' \ replaces=('xorg-compat' 'xorg-server-ati' 'xorg-server-chips' \ 'xorg-server-epson' 'xorg-server-i810' 'xorg-server-mach64' \ 'xorg-server-mga' 'xorg-server-nvidia' 'xorg-server-pm2' 'xorg-server-r128' \ - 'xorg-server-smi' 'xorg-server-vesa' 'xorg-server-via' 'lbxproxy' 'proxymngr') + 'xorg-server-smi' 'xorg-server-vesa' 'xorg-server-via' 'lbxproxy' 'proxymngr' \ + 'liblbxutil') backup=('etc/sysconfig/desktop') Finclude sourceforge xorg From bouleetbil at frogdev.info Sat Dec 5 16:15:16 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 5 Dec 2009 16:15:16 +0100 (CET) Subject: [Frugalware-git] xorgtesting: liblbxutil *deprecated since xorg-server 1.2 Message-ID: <20091205151516.3883E1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=c31b9f486ea429826430b8000e72cd99681807ce commit c31b9f486ea429826430b8000e72cd99681807ce Author: bouleetbil Date: Sat Dec 5 16:17:00 2009 +0000 liblbxutil *deprecated since xorg-server 1.2 diff --git a/source/x11/liblbxutil/FrugalBuild b/source/x11/liblbxutil/FrugalBuild deleted file mode 100644 index aae3e7d..0000000 --- a/source/x11/liblbxutil/FrugalBuild +++ /dev/null @@ -1,17 +0,0 @@ -# Compiling Time: 0.05 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=liblbxutil -pkgver=1.0.1 -pkgrel=4 -pkgdesc="X.Org lbxutil library" -url="http://xorg.freedesktop.org" -groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64' 'ppc') -depends=() -makedepends=('pkgconfig' 'xextproto' 'xproto>=7.0.15') -Finclude xorg -sha1sums=('91b21ca5f315f844c2f12aba898c4d2c527f5fb6') - -# optimization OK - From bouleetbil at frogdev.info Sat Dec 5 16:17:32 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 5 Dec 2009 16:17:32 +0100 (CET) Subject: [Frugalware-git] frugalware-current: syslinux-3.83-1-i686 *new package Message-ID: <20091205151732.A9C751240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0740c202b7d91112359a379f99c2a47bad83ea6d commit 0740c202b7d91112359a379f99c2a47bad83ea6d Author: bouleetbil Date: Sat Dec 5 16:19:43 2009 +0000 syslinux-3.83-1-i686 *new package diff --git a/source/base-extra/syslinux/FrugalBuild b/source/base-extra/syslinux/FrugalBuild new file mode 100644 index 0000000..ec05a37 --- /dev/null +++ b/source/base-extra/syslinux/FrugalBuild @@ -0,0 +1,33 @@ +# Compiling Time: 0.03 SBU +# Maintainer: bouleetbil + +pkgname=syslinux +pkgver=3.83 +pkgrel=1 +pkgdesc="bootloaders for MS-DOS FAT filesystems" +url="http://syslinux.zytor.com" +depends=('coreutils' 'nasm') +rodepends=('mbrsyslinux') +groups=('base-extra') +archs=('i686') +up2date="Flasttar www.kernel.org/pub/linux/utils/boot/$pkgname/" +source=(http://www.kernel.org/pub/linux/utils/boot/$pkgname/$pkgname-$pkgver.tar.gz \ + README.Frugalware) +signatures=(${source[0]}.sign '') + +subpkgs=('extlinux' 'mbrsyslinux') +subdescs=('EXTLINUX is a new syslinux derivative, which boots from a Linux ext2/ext3 filesystem' \ + 'master boot record for syslinux/extlinux') +subdepends=('coreutils nasm' '') +subrodepends=('mbrsyslinux' '') +subgroups=('base-extra' 'base-extra') +subarchs=('i686' 'i686') + +build() { + Fcd + make installer || Fdie + make INSTALLSUBDIRS=utils INSTALLROOT=$Fdestdir MANDIR=/usr/share/man install || Fdie + Frm /usr/share/syslinux/syslinux.exe + Fsplit extlinux sbin/extlinux + Fsplit mbrsyslinux usr/share/syslinux +} diff --git a/source/base-extra/syslinux/README.Frugalware b/source/base-extra/syslinux/README.Frugalware new file mode 100644 index 0000000..be20f7d --- /dev/null +++ b/source/base-extra/syslinux/README.Frugalware @@ -0,0 +1,17 @@ +All the configurable defaults in SYSLINUX can be changed by putting a file called syslinux.cfg. + +SYSLINUX searches for the SYSLINUX.CFG file in the following order: + +/boot/syslinux/syslinux.cfg +/syslinux/syslinux.cfg +/syslinux.cfg + +Here is a simple example syslinux.cfg file, with one entry to boot a Linux kernel: + +DEFAULT linux +LABEL linux +SAY Now booting the kernel from SYSLINUX... +KERNEL vmlinuz.img +APPEND ro root=/dev/sda1 + +see http://syslinux.zytor.com/wiki/index.php/SYSLINUX for the complete documentation. From vmiklos at frugalware.org Sat Dec 5 16:44:04 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 16:44:04 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: kernel-2.6.30-4getorin1-i686 Message-ID: <20091205154404.C4DCB1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=9f9f91f615a2a5dd5093bc4b3a6913b5772c0303 commit 9f9f91f615a2a5dd5093bc4b3a6913b5772c0303 Author: Miklos Vajna Date: Sat Dec 5 16:43:50 2009 +0100 kernel-2.6.30-4getorin1-i686 - update to patchlevel '.10' diff --git a/source/base/kernel/FrugalBuild b/source/base/kernel/FrugalBuild index f671233..6d5f3c3 100644 --- a/source/base/kernel/FrugalBuild +++ b/source/base/kernel/FrugalBuild @@ -2,3 +2,4 @@ # Maintainer: Miklos Vajna Finclude kernel +pkgrel=4getorin1 diff --git a/source/include/kernel-version.sh b/source/include/kernel-version.sh index f3c386b..fbd0100 100644 --- a/source/include/kernel-version.sh +++ b/source/include/kernel-version.sh @@ -17,4 +17,4 @@ ### _F_kernelver_ver=2.6.30 _F_kernelver_rel=3 -_F_kernelver_stable=5 +_F_kernelver_stable=10 From vmiklos at frugalware.org Sat Dec 5 17:55:48 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 17:55:48 +0100 (CET) Subject: [Frugalware-git] kernel2632: acerhk-0.5.35-38-i686 Message-ID: <20091205165548.784891240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=8f80e17bfb60e73719d770ddb66e525e9f6b4646 commit 8f80e17bfb60e73719d770ddb66e525e9f6b4646 Author: Miklos Vajna Date: Sat Dec 5 17:55:38 2009 +0100 acerhk-0.5.35-38-i686 - rebuild with kernel-2.6.32 diff --git a/source/apps-extra/acerhk/FrugalBuild b/source/apps-extra/acerhk/FrugalBuild index 0703abc..d41ecab 100644 --- a/source/apps-extra/acerhk/FrugalBuild +++ b/source/apps-extra/acerhk/FrugalBuild @@ -4,7 +4,7 @@ pkgname=acerhk pkgver=0.5.35 -pkgrel=37 +pkgrel=38 pkgdesc="Acer Hotkey driver for Linux" url="http://www.cakey.de/acerhk/" Finclude kernel-module From vmiklos at frugalware.org Sat Dec 5 17:59:51 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 17:59:51 +0100 (CET) Subject: [Frugalware-git] kernel2632: virtualbox-modules-3.0.12-3-i686 Message-ID: <20091205165951.ED0D41240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=ce5ba6ce87c9360189f33fec63cb79595b10e974 commit ce5ba6ce87c9360189f33fec63cb79595b10e974 Author: Miklos Vajna Date: Sat Dec 5 17:59:26 2009 +0100 virtualbox-modules-3.0.12-3-i686 - rebuild with kernel-2.6.32 diff --git a/source/apps-extra/virtualbox-modules/FrugalBuild b/source/apps-extra/virtualbox-modules/FrugalBuild index f69a497..75fcef6 100644 --- a/source/apps-extra/virtualbox-modules/FrugalBuild +++ b/source/apps-extra/virtualbox-modules/FrugalBuild @@ -3,7 +3,7 @@ pkgname=virtualbox-modules pkgver=3.0.12 -pkgrel=2 +pkgrel=3 pkgdesc="Kernel modules for VirtualBox" url="http://www.virtualbox.org" Finclude kernel-module From vmiklos at frugalware.org Sat Dec 5 18:05:10 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 18:05:10 +0100 (CET) Subject: [Frugalware-git] kernel2632: ndiswrapper-1.55-7-i686 Message-ID: <20091205170510.D06141240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=f94f8565fef4372e26d15451ed6b5f544b1475a3 commit f94f8565fef4372e26d15451ed6b5f544b1475a3 Author: Miklos Vajna Date: Sat Dec 5 18:04:46 2009 +0100 ndiswrapper-1.55-7-i686 - rebuild with kernel-2.6.32 diff --git a/source/network/ndiswrapper/FrugalBuild b/source/network/ndiswrapper/FrugalBuild index 19f9e37..49608ba 100644 --- a/source/network/ndiswrapper/FrugalBuild +++ b/source/network/ndiswrapper/FrugalBuild @@ -4,7 +4,7 @@ pkgname=ndiswrapper pkgver=1.55 -pkgrel=6 +pkgrel=7 pkgdesc="Wrapper for using Windows drivers for some wireless cards" _F_kernelmod_scriptlet=$pkgname.install Finclude kernel-module sourceforge @@ -16,7 +16,7 @@ source=(${source[@]} README.Frugalware ndiswrapper-detect-fix-x86_64.patch \ sha1sums=('84f7b08347f09df109722dccfdf18cf439fbc3be' \ 'c3f24143cb9814326a2c0c3cbc8d58d953bac268' \ '7e46cc4bb72520d911f256748e8c3936498f001b' \ - 'ee49ce9318319bcf3b9fce265ff2b954b3768ebe') + '01f0509efd3e9efd38746ed07e39cb691708dadb') build() { diff --git a/source/network/ndiswrapper/kernel-2.6.31.patch b/source/network/ndiswrapper/kernel-2.6.31.patch index 2a389eb..2101551 100644 --- a/source/network/ndiswrapper/kernel-2.6.31.patch +++ b/source/network/ndiswrapper/kernel-2.6.31.patch @@ -7,7 +7,7 @@ index a2de9e4..2930053 100644 #define u64_high_32(x) ((u32)(x >> 32)) -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31) -+#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,31) ++#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,32) static inline u64 cmpxchg8b(volatile u64 *ptr, u64 old, u64 new) { u64 prev; From vmiklos at frugalware.org Sat Dec 5 18:10:37 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 18:10:37 +0100 (CET) Subject: [Frugalware-git] kernel2632: kqemu-1.4.0pre1-11-i686 Message-ID: <20091205171037.6CD421240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=32b517de73aed685a0716a8b473a3c831ce94b09 commit 32b517de73aed685a0716a8b473a3c831ce94b09 Author: Miklos Vajna Date: Sat Dec 5 18:10:28 2009 +0100 kqemu-1.4.0pre1-11-i686 - rebuild with kernel-2.6.32 diff --git a/source/xapps-extra/kqemu/FrugalBuild b/source/xapps-extra/kqemu/FrugalBuild index 669b959..0a16fc7 100644 --- a/source/xapps-extra/kqemu/FrugalBuild +++ b/source/xapps-extra/kqemu/FrugalBuild @@ -3,7 +3,7 @@ pkgname=kqemu pkgver=1.4.0pre1 -pkgrel=10 +pkgrel=11 pkgdesc="QEMU Accelerator Module" url="http://www.nongnu.org/qemu/" depends=('qemu') From vmiklos at frugalware.org Sat Dec 5 18:15:33 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 18:15:33 +0100 (CET) Subject: [Frugalware-git] kernel2632: r8169-6.010.00-7-i686 Message-ID: <20091205171533.501751240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=0744e541f69ac0aa3c325a6ad6ce0f212ecff25f commit 0744e541f69ac0aa3c325a6ad6ce0f212ecff25f Author: Miklos Vajna Date: Sat Dec 5 18:15:26 2009 +0100 r8169-6.010.00-7-i686 - rebuild with kernel-2.6.32 diff --git a/source/network-extra/r8169/FrugalBuild b/source/network-extra/r8169/FrugalBuild index c84f956..efa2943 100644 --- a/source/network-extra/r8169/FrugalBuild +++ b/source/network-extra/r8169/FrugalBuild @@ -3,7 +3,7 @@ pkgname=r8169 pkgver=6.010.00 -pkgrel=6 +pkgrel=7 Finclude sourceforge kernel-module pkgdesc="Realtek driver for RTL8169/8110 cards." url="http://www.realtek.com.tw" From vmiklos at frugalware.org Sat Dec 5 18:21:03 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 18:21:03 +0100 (CET) Subject: [Frugalware-git] kernel2632: r8168-8.015.00-1-i686 Message-ID: <20091205172103.F38221240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=fe96ec57af4733a488827e72a5d4652b464ce307 commit fe96ec57af4733a488827e72a5d4652b464ce307 Author: Miklos Vajna Date: Sat Dec 5 18:20:55 2009 +0100 r8168-8.015.00-1-i686 - version bump diff --git a/source/network-extra/r8168/FrugalBuild b/source/network-extra/r8168/FrugalBuild index 1d85aa3..9aa3fd3 100644 --- a/source/network-extra/r8168/FrugalBuild +++ b/source/network-extra/r8168/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: Miklos Vajna pkgname=r8168 -pkgver=8.014.00 +pkgver=8.015.00 pkgrel=1 Finclude kernel-module pkgdesc="Realtek driver for RTL8111/RTL8168 cards." @@ -11,11 +11,9 @@ url="http://www.realtek.com.tw" groups=('network-extra') archs=('i686' 'x86_64') up2date="Flasttar http://code.google.com/p/arcon/downloads/list" -source=(http://arcon.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2 README.Frugalware \ - kernel-2.6.31.patch) -sha1sums=('5defafa17829c5aeebe220acb2a7a358d6e19e58' \ - 'e13c36b76076d097a2dc9696a24024f816e8b3e2' \ - '20a64f479dbc7e430863640c3408af76245cba9f') +source=(http://arcon.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2 README.Frugalware) +sha1sums=('0f9e0c16210edd96e9bfdee5cc2460c5b9372d1b' \ + 'e13c36b76076d097a2dc9696a24024f816e8b3e2') build() { unset MAKEFLAGS diff --git a/source/network-extra/r8168/kernel-2.6.31.patch b/source/network-extra/r8168/kernel-2.6.31.patch deleted file mode 100644 index 0df8eab..0000000 --- a/source/network-extra/r8168/kernel-2.6.31.patch +++ /dev/null @@ -1,58 +0,0 @@ -diff --git a/src/r8168_n.c b/src/r8168_n.c -index d8cd551..4c85658 100644 ---- a/src/r8168_n.c -+++ b/src/r8168_n.c -@@ -4045,6 +4045,21 @@ static void rtl8168_disable_msi(struct pci_dev *pdev, struct rtl8168_private *tp - } - } - -+static const struct net_device_ops rtl8168_netdev_ops = { -+ .ndo_do_ioctl = rtl8168_do_ioctl, -+ .ndo_open = rtl8168_open, -+ .ndo_start_xmit = rtl8168_start_xmit, -+ .ndo_get_stats = rtl8168_get_stats, -+ .ndo_stop = rtl8168_close, -+ .ndo_tx_timeout = rtl8168_tx_timeout, -+ .ndo_set_multicast_list = rtl8168_set_rx_mode, -+ .ndo_change_mtu = rtl8168_change_mtu, -+ .ndo_set_mac_address = rtl8168_set_mac_address, -+#ifdef CONFIG_NET_POLL_CONTROLLER -+ .ndo_poll_controller = rtl8168_netpoll, -+#endif -+}; -+ - static int __devinit - rtl8168_init_one(struct pci_dev *pdev, - const struct pci_device_id *ent) -@@ -4103,19 +4118,11 @@ rtl8168_init_one(struct pci_dev *pdev, - #endif - memcpy(dev->dev_addr, dev->dev_addr, dev->addr_len); - -- dev->open = rtl8168_open; -- dev->hard_start_xmit = rtl8168_start_xmit; -- dev->get_stats = rtl8168_get_stats; -+ dev->netdev_ops = &rtl8168_netdev_ops; - SET_ETHTOOL_OPS(dev, &rtl8168_ethtool_ops); -- dev->stop = rtl8168_close; -- dev->tx_timeout = rtl8168_tx_timeout; -- dev->set_multicast_list = rtl8168_set_rx_mode; - dev->watchdog_timeo = RTL8168_TX_TIMEOUT; - dev->irq = pdev->irq; - dev->base_addr = (unsigned long) ioaddr; -- dev->change_mtu = rtl8168_change_mtu; -- dev->set_mac_address = rtl8168_set_mac_address; -- dev->do_ioctl = rtl8168_do_ioctl; - - #ifdef CONFIG_R8168_NAPI - RTL_NAPI_CONFIG(dev, tp, rtl8168_poll, R8168_NAPI_WEIGHT); -@@ -4127,10 +4134,6 @@ rtl8168_init_one(struct pci_dev *pdev, - dev->vlan_rx_kill_vid = rtl8168_vlan_rx_kill_vid; - #endif - --#ifdef CONFIG_NET_POLL_CONTROLLER -- dev->poll_controller = rtl8168_netpoll; --#endif -- - dev->features |= NETIF_F_IP_CSUM; - tp->cp_cmd |= RxChkSum; - tp->cp_cmd |= RTL_R16(CPlusCmd); From vmiklos at frugalware.org Sat Dec 5 18:24:22 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 18:24:22 +0100 (CET) Subject: [Frugalware-git] kernel2632: acx100-20080806-20-i686 Message-ID: <20091205172422.8F38D1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=71808cebe35cc262ce67e490bb74a5f832378a57 commit 71808cebe35cc262ce67e490bb74a5f832378a57 Author: Miklos Vajna Date: Sat Dec 5 18:24:16 2009 +0100 acx100-20080806-20-i686 - rebuild with kernel-2.6.32 diff --git a/source/network-extra/acx100/FrugalBuild b/source/network-extra/acx100/FrugalBuild index 30467d9..1fdd01d 100644 --- a/source/network-extra/acx100/FrugalBuild +++ b/source/network-extra/acx100/FrugalBuild @@ -4,7 +4,7 @@ pkgname=acx100 origname=acx-mac80211 pkgver=20080806 -pkgrel=19 +pkgrel=20 pkgdesc="The ACX100/ACX111 wireless network driver." _F_sourceforge_ext=".tar.bz2" _F_sourceforge_dirname=${pkgname} From vmiklos at frugalware.org Sat Dec 5 18:26:51 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 18:26:51 +0100 (CET) Subject: [Frugalware-git] kernel2632: qc-usb-0.6.6-60-i686 Message-ID: <20091205172651.29AC11240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=02c151f2da252f6df68db8f10ec8a4cb0b791372 commit 02c151f2da252f6df68db8f10ec8a4cb0b791372 Author: Miklos Vajna Date: Sat Dec 5 18:26:43 2009 +0100 qc-usb-0.6.6-60-i686 - rebuild with kernel-2.6.32 diff --git a/source/multimedia-extra/qc-usb/FrugalBuild b/source/multimedia-extra/qc-usb/FrugalBuild index 3083441..e2fd64c 100644 --- a/source/multimedia-extra/qc-usb/FrugalBuild +++ b/source/multimedia-extra/qc-usb/FrugalBuild @@ -3,7 +3,7 @@ pkgname=qc-usb pkgver=0.6.6 -pkgrel=59 +pkgrel=60 pkgdesc="Quickcam kernel driver." groups=('multimedia-extra') archs=('i686' 'x86_64') From vmiklos at frugalware.org Sat Dec 5 18:31:08 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 18:31:08 +0100 (CET) Subject: [Frugalware-git] kernel2632: redirfs-0.7-4-i686 Message-ID: <20091205173108.8E8F91240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=77a8649795b20432cacea21ece3669975d2fb455 commit 77a8649795b20432cacea21ece3669975d2fb455 Author: Miklos Vajna Date: Sat Dec 5 18:31:02 2009 +0100 redirfs-0.7-4-i686 - rebuild with kernel-2.6.32 diff --git a/source/apps-extra/redirfs/FrugalBuild b/source/apps-extra/redirfs/FrugalBuild index 11b7570..939c9b9 100644 --- a/source/apps-extra/redirfs/FrugalBuild +++ b/source/apps-extra/redirfs/FrugalBuild @@ -4,7 +4,7 @@ pkgname=redirfs pkgver=0.7 realver=${pkgver/pre/-pre} -pkgrel=3 +pkgrel=4 pkgdesc="Redirecting FileSystem" url="http://www.redirfs.org/tiki-index.php" _F_kernelmod_scriptlet=$pkgname.install From vmiklos at frugalware.org Sat Dec 5 18:34:36 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 18:34:36 +0100 (CET) Subject: [Frugalware-git] kernel2632: dazuko-2.3.7-10-i686 Message-ID: <20091205173436.254CE1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=8c1e1e496b2e817471e577416a8b06d635aac02e commit 8c1e1e496b2e817471e577416a8b06d635aac02e Author: Miklos Vajna Date: Sat Dec 5 18:34:32 2009 +0100 dazuko-2.3.7-10-i686 - rebuild with kernel-2.6.32 diff --git a/source/apps-extra/dazuko/FrugalBuild b/source/apps-extra/dazuko/FrugalBuild index 904d82e..14291fa 100644 --- a/source/apps-extra/dazuko/FrugalBuild +++ b/source/apps-extra/dazuko/FrugalBuild @@ -5,7 +5,7 @@ pkgname=dazuko pkgver=2.3.7 realver=${pkgver/pre/-pre} redirver=0.7 -pkgrel=9 +pkgrel=10 pkgdesc="On-access virus scanning kernel interface" url="http://www.dazuko.org" license="GPL-2 BSD" From vmiklos at frugalware.org Sat Dec 5 18:53:52 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 18:53:52 +0100 (CET) Subject: [Frugalware-git] kernel2632: nvidia-185.18.36-5-i686 Message-ID: <20091205175352.A46D71240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=0aa82d26292c642fcf43e11741eeed5d46cab076 commit 0aa82d26292c642fcf43e11741eeed5d46cab076 Author: Miklos Vajna Date: Sat Dec 5 18:52:44 2009 +0100 nvidia-185.18.36-5-i686 - rebuild with kernel-2.6.32 diff --git a/source/x11-extra/nvidia/FrugalBuild b/source/x11-extra/nvidia/FrugalBuild index cd65e6b..9b21d7b 100644 --- a/source/x11-extra/nvidia/FrugalBuild +++ b/source/x11-extra/nvidia/FrugalBuild @@ -3,7 +3,7 @@ pkgname=nvidia pkgver=185.18.36 -pkgrel=4 +pkgrel=5 archs=('i686' 'x86_64' '!ppc') Finclude nvidia case "$_F_nvidia_arch" in From vmiklos at frugalware.org Sat Dec 5 19:01:15 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 19:01:15 +0100 (CET) Subject: [Frugalware-git] kernel2632: nvidia-173xx-173.14.20-4-i686 Message-ID: <20091205180115.380DE1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=a82fb10b9d07e543ba6f873e8c07caa6d1289ca2 commit a82fb10b9d07e543ba6f873e8c07caa6d1289ca2 Author: Miklos Vajna Date: Sat Dec 5 19:00:44 2009 +0100 nvidia-173xx-173.14.20-4-i686 - rebuild with kernel-2.6.32 diff --git a/source/x11-extra/nvidia-173xx/FrugalBuild b/source/x11-extra/nvidia-173xx/FrugalBuild index 10e6f49..6390972 100644 --- a/source/x11-extra/nvidia-173xx/FrugalBuild +++ b/source/x11-extra/nvidia-173xx/FrugalBuild @@ -3,7 +3,7 @@ pkgname=nvidia-173xx pkgver=173.14.20 -pkgrel=3 +pkgrel=4 archs=('i686' 'x86_64' '!ppc') _F_nvidia_legacyver="173.14.xx" Finclude nvidia From vmiklos at frugalware.org Sat Dec 5 19:08:29 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 19:08:29 +0100 (CET) Subject: [Frugalware-git] kernel2632: nvidia-96xx-96.43.13-4-i686 Message-ID: <20091205180829.23B161240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=8a85d50ca965e818377390969afa774d452f055f commit 8a85d50ca965e818377390969afa774d452f055f Author: Miklos Vajna Date: Sat Dec 5 19:08:20 2009 +0100 nvidia-96xx-96.43.13-4-i686 - rebuild with kernel-2.6.32 diff --git a/source/x11-extra/nvidia-96xx/FrugalBuild b/source/x11-extra/nvidia-96xx/FrugalBuild index 8b16030..5dd8a56 100644 --- a/source/x11-extra/nvidia-96xx/FrugalBuild +++ b/source/x11-extra/nvidia-96xx/FrugalBuild @@ -3,7 +3,7 @@ pkgname=nvidia-96xx pkgver=96.43.13 -pkgrel=3 +pkgrel=4 archs=('i686' 'x86_64' '!ppc') _F_nvidia_legacyver="96.43.xx" Finclude nvidia From vmiklos at frugalware.org Sat Dec 5 19:14:44 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 19:14:44 +0100 (CET) Subject: [Frugalware-git] kernel2632: nvidia-71xx-71.86.11-4-i686 Message-ID: <20091205181444.D38F21240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=60963f17d3e670255a8c11f5d18e994c3d39992c commit 60963f17d3e670255a8c11f5d18e994c3d39992c Author: Miklos Vajna Date: Sat Dec 5 19:14:39 2009 +0100 nvidia-71xx-71.86.11-4-i686 - rebuild with kernel-2.6.32 diff --git a/source/x11-extra/nvidia-71xx/FrugalBuild b/source/x11-extra/nvidia-71xx/FrugalBuild index f88b0d5..435b5ce 100644 --- a/source/x11-extra/nvidia-71xx/FrugalBuild +++ b/source/x11-extra/nvidia-71xx/FrugalBuild @@ -3,7 +3,7 @@ pkgname=nvidia-71xx pkgver=71.86.11 -pkgrel=3 +pkgrel=4 archs=('i686' 'x86_64' '!ppc') _F_nvidia_legacyver="71.86.xx" Finclude nvidia From vmiklos at frugalware.org Sat Dec 5 19:26:11 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 19:26:11 +0100 (CET) Subject: [Frugalware-git] kernel2632: fglrx-8.671-2-i686 Message-ID: <20091205182611.707E31240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=745d0c1d8556d012cdd7d943d4a068934a98c671 commit 745d0c1d8556d012cdd7d943d4a068934a98c671 Author: Miklos Vajna Date: Sat Dec 5 19:25:39 2009 +0100 fglrx-8.671-2-i686 - add kernel-2.6.32.patch diff --git a/source/x11-extra/fglrx/FrugalBuild b/source/x11-extra/fglrx/FrugalBuild index 602becb..ce23622 100644 --- a/source/x11-extra/fglrx/FrugalBuild +++ b/source/x11-extra/fglrx/FrugalBuild @@ -5,7 +5,7 @@ pkgname=fglrx pkgver=8.671 _shortver=9-11 -pkgrel=1 +pkgrel=2 pkgdesc="Hardware Accelerated ATi driver for xorg" url="http://www.ati.com/" # libstdc++5: no hardware acceleration without it @@ -29,13 +29,14 @@ install=$pkgname.install up2date=$pkgver source=(https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-${_shortver}-x86.x86_64.run \ README.Frugalware libGL.la license.diff \ - fglrx-missing-pci_enable_msi.patch) + fglrx-missing-pci_enable_msi.patch kernel-2.6.32.patch) options=(${options[@]} 'nodocs') sha1sums=('e987c1540f7d0141cfe9145442367d1e88314cc4' \ 'b64a2303c77f84f5e5db13c9c8fd55f43fa9699b' \ '650973d708466f5c4c21e70c1f1f6c118b27e614' \ 'bfbcbc939ca2d0cbe20eb306ed59ef49c2bea06a' \ - '27d6fd2ed6547143c69b7ad9957cddc8bfc08e83') + '27d6fd2ed6547143c69b7ad9957cddc8bfc08e83' \ + '2b6cf19c0aae65486954b5d18626eb14e0909704') Xversion=x740 diff --git a/source/x11-extra/fglrx/kernel-2.6.32.patch b/source/x11-extra/fglrx/kernel-2.6.32.patch new file mode 100644 index 0000000..e483378 --- /dev/null +++ b/source/x11-extra/fglrx/kernel-2.6.32.patch @@ -0,0 +1,12 @@ +From http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=fglrx.patch;att=1;bug=554401 + +--- common/lib/modules/fglrx/build_mod/kcl_io.c ++++ common/lib/modules/fglrx/build_mod/kcl_io.c +@@ -39,6 +39,7 @@ + #include + #include + #include ++#include + #include + + #include "kcl_config.h" From vmiklos at frugalware.org Sat Dec 5 19:58:42 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Dec 2009 19:58:42 +0100 (CET) Subject: [Frugalware-git] kernel2632: lirc-0.8.6-6-i686 Message-ID: <20091205185842.5B3CC1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=e1c767d24b4fed19916418abacf63daaa6970fea commit e1c767d24b4fed19916418abacf63daaa6970fea Author: Miklos Vajna Date: Sat Dec 5 19:58:24 2009 +0100 lirc-0.8.6-6-i686 - rebuild with kernel-2.6.32 diff --git a/source/apps-extra/lirc/FrugalBuild b/source/apps-extra/lirc/FrugalBuild index 67a85a2..cc54532 100644 --- a/source/apps-extra/lirc/FrugalBuild +++ b/source/apps-extra/lirc/FrugalBuild @@ -3,7 +3,7 @@ pkgname=lirc pkgver=0.8.6 -pkgrel=5 +pkgrel=6 pkgdesc="LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls." url="http://www.lirc.org/" Finclude kernel-module sourceforge @@ -20,7 +20,7 @@ rodepends=("lirc_modules=$pkgver liblirc=$pkgver") groups=('apps-extra') archs=('i686' 'x86_64') backup=(etc/lirc{d,md}.conf etc/sysconfig/lirc) -source=(${source[@]} rc.lirc lirc.logrotate lirc.sysconfig README.Frugalware) +source=(${source[@]} rc.lirc lirc.logrotate lirc.sysconfig README.Frugalware kernel-2.6.32.patch) unset install build() { @@ -56,6 +56,7 @@ sha1sums=('236cdbb1e03181d1fb1c5c1d0f85cec1ffa0665b' \ '30a7d32e512af135840e657edfa0736ad9d53281' \ '4342b004eb53d51fcbb9af2cf136bb4990874608' \ '504e0cd04780e75b6a8ab6836815c1ed9058db78' \ - '0b80c73e902920c028dca98a9006aaa313c6e120') + '0b80c73e902920c028dca98a9006aaa313c6e120' \ + '81d1673cb4fc1e2cb9261c623c86aafe0b7a5322') # optimization OK diff --git a/source/apps-extra/lirc/kernel-2.6.32.patch b/source/apps-extra/lirc/kernel-2.6.32.patch new file mode 100644 index 0000000..cbb5346 --- /dev/null +++ b/source/apps-extra/lirc/kernel-2.6.32.patch @@ -0,0 +1,14 @@ +diff --git a/drivers/lirc_i2c/lirc_i2c.c b/drivers/lirc_i2c/lirc_i2c.c +index d71a544..12d2673 100644 +--- a/drivers/lirc_i2c/lirc_i2c.c ++++ b/drivers/lirc_i2c/lirc_i2c.c +@@ -399,8 +399,8 @@ static struct i2c_driver driver = { + .name = "i2c ir driver", + }, + #endif +- .id = I2C_DRIVERID_EXP3, /* FIXME */ + #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 31) ++ .id = I2C_DRIVERID_EXP3, /* FIXME */ + .attach_adapter = ir_probe, + .detach_client = ir_remove, + #else From bouleetbil at frogdev.info Sat Dec 5 23:55:12 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 5 Dec 2009 23:55:12 +0100 (CET) Subject: [Frugalware-git] frugalware-current: gnome-commander-1.2.8.4-1-i686 *version bump Message-ID: <20091205225512.5C3D41240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0e66ee6deb667a95ff808398613318b55993f2d3 commit 0e66ee6deb667a95ff808398613318b55993f2d3 Author: bouleetbil Date: Sat Dec 5 23:57:34 2009 +0000 gnome-commander-1.2.8.4-1-i686 *version bump diff --git a/source/gnome-extra/gnome-commander/FrugalBuild b/source/gnome-extra/gnome-commander/FrugalBuild index 97de4fe..107ad36 100644 --- a/source/gnome-extra/gnome-commander/FrugalBuild +++ b/source/gnome-extra/gnome-commander/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=gnome-commander -pkgver=1.2.8.3 +pkgver=1.2.8.4 pkgrel=1 pkgdesc="GNOME Commander is a nice and fast file manager for the GNOME desktop." url="http://www.nongnu.org/gcmd/" @@ -13,6 +13,6 @@ archs=('i686' 'x86_64') _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet -sha1sums=('28c4079e43eee3da7aad029edd8c3b761b5f8159') +sha1sums=('3da2e75dca51757e93a6f42b99ffe24d9fc24093') # optimization OK From vmiklos at frugalware.org Sun Dec 6 00:00:36 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 00:00:36 +0100 (CET) Subject: [Frugalware-git] kernel2632: madwifi-0.9.4-31-i686 Message-ID: <20091205230036.A0D5E1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=467951f247e3b1202954a5180cf80e7019fa3a3f commit 467951f247e3b1202954a5180cf80e7019fa3a3f Author: Miklos Vajna Date: Sat Dec 5 23:42:31 2009 +0100 madwifi-0.9.4-31-i686 - add kernel-2.6.32.patch diff --git a/source/network/madwifi/FrugalBuild b/source/network/madwifi/FrugalBuild index c111d4a..a28b31c 100644 --- a/source/network/madwifi/FrugalBuild +++ b/source/network/madwifi/FrugalBuild @@ -3,7 +3,7 @@ pkgname=madwifi pkgver=0.9.4 -pkgrel=30 +pkgrel=31 pkgdesc="Madwifi drivers for Atheros wireless chipsets" Finclude kernel-module depends=(${depends[@]} 'wireless_tools') @@ -13,14 +13,15 @@ groups=('network') archs=('i686' 'x86_64') Finclude sourceforge url="http://madwifi.sourceforge.net/" -source=($source madwifi-0.9.3-cflags.diff kernel-2.6.2{6,7,9}.patch kernel-2.6.3{0,1}.patch) +source=($source madwifi-0.9.3-cflags.diff kernel-2.6.2{6,7,9}.patch kernel-2.6.3{0,1,2}.patch) sha1sums=('6f289cb2e99d27b23570d15b69bf0f4240e34d1e' \ '26fdc221e5bb0299d8b3c41ad30b6fe6882a8e35' \ '41928bbfdbb4e1c1fa5c1ed93fb673542c18bbc3' \ 'd13a31f131b227838046c384e04cb32922b481bf' \ '0afa565128984ebcae441580b83eb916a2f3f09c' \ '8e9aef8b6d7fe815bb0816f107b65cda362d520e' \ - '49e925f5a0a1705e9e9475f44f4005d6576fe51b') + '49e925f5a0a1705e9e9475f44f4005d6576fe51b' \ + 'e066b925df4e9119879fc23818c18ae62ef3008a') # If the package needs testing, feel free to poke Benjamin Woods diff --git a/source/network/madwifi/kernel-2.6.32.patch b/source/network/madwifi/kernel-2.6.32.patch new file mode 100644 index 0000000..0055aa3 --- /dev/null +++ b/source/network/madwifi/kernel-2.6.32.patch @@ -0,0 +1,48 @@ +Index: net80211/ieee80211_linux.h +=================================================================== +--- net80211/ieee80211_linux.h (revision 4098) ++++ net80211/ieee80211_linux.h (revision 4099) +@@ -595,12 +595,18 @@ + void __user *buffer, size_t *lenp) + #define IEEE80211_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \ + proc_dointvec(ctl, write, filp, buffer, lenp) +-#else ++#elif LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32) + #define IEEE80211_SYSCTL_DECL(f, ctl, write, filp, buffer, lenp, ppos) \ + f(ctl_table *ctl, int write, struct file *filp, \ + void __user *buffer, size_t *lenp, loff_t *ppos) + #define IEEE80211_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \ + proc_dointvec(ctl, write, filp, buffer, lenp, ppos) ++#else /* Linux 2.6.32+ */ ++#define IEEE80211_SYSCTL_DECL(f, ctl, write, filp, buffer, lenp, ppos) \ ++ f(ctl_table *ctl, int write, \ ++ void __user *buffer, size_t *lenp, loff_t *ppos) ++#define IEEE80211_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \ ++ proc_dointvec(ctl, write, buffer, lenp, ppos) + #endif + + void ieee80211_virtfs_latevattach(struct ieee80211vap *); +Index: ath/if_athvar.h +=================================================================== +--- ath/if_athvar.h (revision 4098) ++++ ath/if_athvar.h (revision 4099) +@@ -174,12 +174,18 @@ + void __user *buffer, size_t *lenp) + #define ATH_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \ + proc_dointvec(ctl, write, filp, buffer, lenp) +-#else /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,8) */ ++#elif LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32) + #define ATH_SYSCTL_DECL(f, ctl, write, filp, buffer, lenp, ppos) \ + f(ctl_table *ctl, int write, struct file *filp, \ + void __user *buffer, size_t *lenp, loff_t *ppos) + #define ATH_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \ + proc_dointvec(ctl, write, filp, buffer, lenp, ppos) ++#else /* Linux 2.6.32+ */ ++#define ATH_SYSCTL_DECL(f, ctl, write, filp, buffer, lenp, ppos) \ ++ f(ctl_table *ctl, int write, \ ++ void __user *buffer, size_t *lenp, loff_t *ppos) ++#define ATH_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \ ++ proc_dointvec(ctl, write, buffer, lenp, ppos) + #endif + + #define ATH_TIMEOUT 1000 From bouleetbil at frogdev.info Sun Dec 6 00:09:18 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 6 Dec 2009 00:09:18 +0100 (CET) Subject: [Frugalware-git] frugalware-current: me-tv-1.0.1-1-i686 *version bump Message-ID: <20091205230918.6566B1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c0ca5830d85b1c079dd74bbbcdbe2771fe10c1e7 commit c0ca5830d85b1c079dd74bbbcdbe2771fe10c1e7 Author: bouleetbil Date: Sun Dec 6 00:11:46 2009 +0000 me-tv-1.0.1-1-i686 *version bump diff --git a/source/gnome-extra/me-tv/FrugalBuild b/source/gnome-extra/me-tv/FrugalBuild index 38ae021..b0f4130 100644 --- a/source/gnome-extra/me-tv/FrugalBuild +++ b/source/gnome-extra/me-tv/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: bouleetbil pkgname=me-tv -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="Me TV is a digital television (DVB) viewer for GNOME." url="http://me-tv.sourceforge.net/" up2date="elinks --dump https://launchpad.net/me-tv/+download| Flasttar" -source=(http://launchpad.net/me-tv/stable/1.0.0/+download/$pkgname-$pkgver.tar.gz) +source=(http://launchpad.net/me-tv/stable/1.0.1/+download/$pkgname-$pkgver.tar.gz) depends=('libgnomeuimm>=2.26.0-2' 'libxtst>=1.0.3-3' 'gnet' 'sqlite3' 'libstdc++' 'libsm' \ 'popt' 'esd' 'gail>=2.16.2-2' 'libart_lgpl' 'pangomm' 'atk' 'libxau>=1.0.4' \ 'libxdmcp' 'freetype2' 'libxdamage' 'libxinerama' 'libxi' \ @@ -18,6 +18,6 @@ archs=('i686' 'x86_64') options=('scriptlet') _F_gnome_desktop="y" Finclude gnome-scriptlet -sha1sums=('24a3b6c4d620d94781cb61a090708a480ae0372f') +sha1sums=('f99f3e5abe85a298f9bdd710b52b38dfcfdb6b1f') # optimization OK From bouleetbil at frogdev.info Sun Dec 6 00:22:03 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 6 Dec 2009 00:22:03 +0100 (CET) Subject: [Frugalware-git] frugalware-current: roxterm-1.16.3-1-i686 *version bump Message-ID: <20091205232203.9634E1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9c17908f0fd48bb2ea6f8f5923811956dacb4976 commit 9c17908f0fd48bb2ea6f8f5923811956dacb4976 Author: bouleetbil Date: Sun Dec 6 00:24:30 2009 +0000 roxterm-1.16.3-1-i686 *version bump diff --git a/source/gnome-extra/roxterm/FrugalBuild b/source/gnome-extra/roxterm/FrugalBuild index c440e6e..4d5fa12 100644 --- a/source/gnome-extra/roxterm/FrugalBuild +++ b/source/gnome-extra/roxterm/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=roxterm -pkgver=1.15.2 -pkgrel=2 +pkgver=1.16.3 +pkgrel=1 pkgdesc="a terminal emulator intended to provide similar features to gnome-terminal, based on the same VTE library, but with a smaller footprint and quicker start-up time." _F_gnome_desktop="y" _F_gnome_iconcache="y" @@ -19,6 +19,6 @@ build() { Fmv /usr/share/doc/$pkgname /usr/share/doc/$pkgname-$pkgver Fbuild_gnome_scriptlet } -sha1sums=('40546b7d9016e76971d0cc2b17f3fa1f64c80da3') +sha1sums=('89cf2f83c3dd00a257c5fb9427cd01a94817684a') # optimization OK From ryuo at frugalware.org Sun Dec 6 02:19:50 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 02:19:50 +0100 (CET) Subject: [Frugalware-git] yaxmenu: includes.h * initial draft Message-ID: <20091206011950.76A631240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=d3f7d8a28f4f50fd2302232e2a0a675ddcb9b86c commit d3f7d8a28f4f50fd2302232e2a0a675ddcb9b86c Author: James Buren Date: Fri Dec 4 13:47:27 2009 -0600 includes.h * initial draft diff --git a/src/includes.h b/src/includes.h new file mode 100644 index 0000000..e39122e --- /dev/null +++ b/src/includes.h @@ -0,0 +1,4 @@ +#ifndef _includes_header_ +#define _includes_header_ +#include +#endif From ryuo at frugalware.org Sun Dec 6 02:19:50 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 02:19:50 +0100 (CET) Subject: [Frugalware-git] yaxmenu: start over Message-ID: <20091206011950.38A371240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=1b1deed308391cfc23a5c152745a43594f8e7c4a commit 1b1deed308391cfc23a5c152745a43594f8e7c4a Author: James Buren Date: Fri Dec 4 13:44:27 2009 -0600 start over diff --git a/src/autostring.h b/src/autostring.h deleted file mode 100644 index a6e2cda..0000000 --- a/src/autostring.h +++ /dev/null @@ -1,75 +0,0 @@ -#ifndef _autostring_header_ -#define _autostring_header_ -#include "utility.h" - -#define AUTOSTRING_INITIAL_LENGTH 64U - -typedef struct { - char *s; // String pointer array - size_t p; // Current position - size_t m; // Maximum position -} as_t; - -static inline void as_init(as_t *as); -static inline void as_putc(as_t *as,char c); -static inline void as_puts(as_t *as,const char *s); -static inline void as_reset(as_t *as); -static inline void as_compact(as_t *as); -static inline char *as_gets(const as_t *as); -static inline void as_free(const as_t *as); - -static inline void as_init(as_t *as) { - assert(as); - - as->s = xnew(char,as->m = AUTOSTRING_INITIAL_LENGTH); - - as_reset(as); - - as_putc(as,'\0'); -} - -static inline void as_putc(as_t *as,char c) { - assert(as); - - if(as->p == as->m) - as->s = xrenew(as->s,char,as->m *= 2); - - as->s[as->p++] = c; -} - -static inline void as_puts(as_t *as,const char *s) { - assert(as && s); - - if(!as->s[as->p-1]) - --as->p; - - while(*s) - as_putc(as,*s++); - - as_putc(as,'\0'); -} - -static inline void as_reset(as_t *as) { - assert(as); - - as->p = 0; -} - -static inline void as_compact(as_t *as) { - assert(as && as->p); - - as->s = xrenew(as->s,char,as->m = as->p); -} - -static inline char *as_gets(const as_t *as) { - assert(as); - - return as->s; -} - -static inline void as_free(const as_t *as) { - assert(as); - - free(as->s); -} -#endif diff --git a/src/includes.h b/src/includes.h deleted file mode 100644 index 2a474a7..0000000 --- a/src/includes.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _includes_header_ -#define _includes_header_ -#include -#include -#include -#include -#include -#include -#endif diff --git a/src/main.c b/src/main.c deleted file mode 100644 index 2e82361..0000000 --- a/src/main.c +++ /dev/null @@ -1,10 +0,0 @@ -#include "xdg.h" - -int main(int argc,char **argv) { - xdg_t xdg; - - if(!xdg_init(&xdg)) - return EXIT_FAILURE; - - return EXIT_SUCCESS; -} diff --git a/src/utility.c b/src/utility.c deleted file mode 100644 index 2d44cbd..0000000 --- a/src/utility.c +++ /dev/null @@ -1,31 +0,0 @@ -#include "utility.h" - -void *xmalloc(size_t size) { - void *ptr; - - assert(size); - - ptr = malloc(size); - - if(!ptr) { - eprintf("Failed to allocate %u bytes of memory.\n",size); - abort(); - } - - return ptr; -} - -void *xrealloc(void *optr,size_t size) { - void *nptr; - - assert(optr && size); - - nptr = realloc(optr,size); - - if(!nptr) { - eprintf("Failed to reallocate %u bytes of memory.\n",size); - abort(); - } - - return nptr; -} diff --git a/src/utility.h b/src/utility.h deleted file mode 100644 index 4934f92..0000000 --- a/src/utility.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef _utility_header_ -#define _utility_header_ -#include "includes.h" - -#define eprintf(...) fprintf(stderr,__VA_ARGS__) -#define xnew(T,N) (T*)xmalloc(sizeof(T)*(N)) -#define xrenew(P,T,N) (T*)xrealloc(P,sizeof(T)*(N)) - -void *xmalloc(size_t); -void *xrealloc(void *,size_t); -#endif diff --git a/src/xdg.c b/src/xdg.c deleted file mode 100644 index d57c25f..0000000 --- a/src/xdg.c +++ /dev/null @@ -1,106 +0,0 @@ -#include "autostring.h" -#include "xdg.h" - -#define HOME_ENV "HOME" -#define MODE_CONFIG true -#define MODE_DATA false -#define XDG_CONFIG_HOME_DEFAULT "/.config" -#define XDG_CONFIG_HOME_ENV "XDG_CONFIG_HOME" -#define XDG_CONFIG_DIRS_DEFAULT "/etc/xdg" -#define XDG_CONFIG_DIRS_ENV "XDG_CONFIG_DIRS" -#define XDG_DATA_HOME_DEFAULT "/.local/share" -#define XDG_DATA_HOME_ENV "XDG_DATA_HOME" -#define XDG_DATA_DIRS_DEFAULT "/usr/local/share:/usr/share" -#define XDG_DATA_DIRS_ENV "XDG_DATA_DIRS" -#define PROGRAM_DIRECTORY "/yaxmenu" - -// Designed for XDG Base Directory Specification Version 0.6 -// Url: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html - -static inline void _xdg_build_dirs(const char *home,as_t *dirs,bool mode) { - const char *home_env, *dirs_env, *home_default, *dirs_default, *env; - - assert(home && dirs); - - home_env = (mode) ? XDG_CONFIG_HOME_ENV : XDG_DATA_HOME_ENV; - - dirs_env = (mode) ? XDG_CONFIG_DIRS_ENV : XDG_DATA_DIRS_ENV; - - home_default = (mode) ? XDG_CONFIG_HOME_DEFAULT : XDG_DATA_HOME_DEFAULT; - - dirs_default = (mode) ? XDG_CONFIG_DIRS_DEFAULT : XDG_DATA_DIRS_DEFAULT; - - env = getenv(home_env); - - if(env && *env) - as_puts(dirs,env); - else { - as_puts(dirs,home); - as_puts(dirs,home_default); - } - - as_puts(dirs,":"); - - env = getenv(dirs_env); - - if(env && *env) - as_puts(dirs,env); - else - as_puts(dirs,dirs_default); -} - -static inline char **_xdg_build_program_dirs(const char *odirs) { - const char *s; - size_t i; - as_t buf; - char **ndirs; - char *tmp; - - assert(odirs); - - for( s = odirs, i = 0 ; *s ; ++s ) - if(*s == ':') - ++i; - - if(!i) - return NULL; - - as_init(&buf); - - for( s = odirs ; *s ; ++s ) { - if(*s == ':') - as_puts(&buf,PROGRAM_DIRECTORY); - as_putc(&buf,*s); - } - - as_compact(&buf); - - ndirs = xnew(char *,i + 1); - - ndirs[i = 0] = as_gets(&buf); - - ndirs[++i] = strtok_r(*ndirs,":",&tmp); - - while((ndirs[i++] = strtok_r(NULL,":",&tmp))) - ; - - return ndirs; -} - -bool xdg_init(xdg_t *xdg) { - return true; -} - -void xdg_free(xdg_t *xdg) { - assert(xdg); - - if(xdg->cfgdirs) { - free(*xdg->cfgdirs); - free(xdg->cfgdirs); - } - - if(xdg->datadirs) { - free(*xdg->datadirs); - free(xdg->datadirs); - } -} diff --git a/src/xdg.h b/src/xdg.h deleted file mode 100644 index 99dc67f..0000000 --- a/src/xdg.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef _xdg_header_ -#define _xdg_header_ -#include "includes.h" - -typedef struct { - char **cfgdirs; - char **datadirs; -} xdg_t; - -bool xdg_init(xdg_t *); -void xdg_free(xdg_t *); -#endif From ryuo at frugalware.org Sun Dec 6 02:31:40 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 02:31:40 +0100 (CET) Subject: [Frugalware-git] yaxmenu: main.c * initial draft Message-ID: <20091206013140.AC7C41240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=6ab926bf3e2dd105eed3c1548459aeb61ac5db52 commit 6ab926bf3e2dd105eed3c1548459aeb61ac5db52 Author: James Buren Date: Sat Dec 5 19:31:04 2009 -0600 main.c * initial draft diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..0ef7fde --- /dev/null +++ b/src/main.c @@ -0,0 +1,4 @@ +#include "includes.h" + +int main(gint argc,gchar **argv) { +} From ryuo at frugalware.org Sun Dec 6 02:39:22 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 02:39:22 +0100 (CET) Subject: [Frugalware-git] yaxmenu: Makefile * fix linking Message-ID: <20091206013922.E73131240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=daac89bd9e899b1a2aa552325476020271b33022 commit daac89bd9e899b1a2aa552325476020271b33022 Author: James Buren Date: Sat Dec 5 19:38:56 2009 -0600 Makefile * fix linking diff --git a/src/Makefile b/src/Makefile index 0ddf4aa..7aa936b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -24,7 +24,7 @@ CFLAGS += $(shell pkg-config --cflags gtk+-2.0) LDFLAGS += $(shell pkg-config --libs gtk+-2.0) ${PROGRAM} : dirs.o main.o - ${CC} ${LDFLAGS} -o ${PROGRAM} + ${CC} ${LDFLAGS} dirs.o main.o -o ${PROGRAM} dirs.o : dirs.c ${CC} ${CFLAGS} -c dirs.c From ryuo at frugalware.org Sun Dec 6 02:39:22 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 02:39:22 +0100 (CET) Subject: [Frugalware-git] yaxmenu: Makefile * update to match new source Message-ID: <20091206013922.D22EA1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=77da9f8daad8297e2dfe769d6b60d04452da6d3e commit 77da9f8daad8297e2dfe769d6b60d04452da6d3e Author: James Buren Date: Sat Dec 5 19:37:47 2009 -0600 Makefile * update to match new source diff --git a/src/Makefile b/src/Makefile index 669a70a..0ddf4aa 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,14 +18,19 @@ endif # define program variables PROGRAM = yaxmenu -SOURCES = $(shell echo *.c) -OBJECTS = ${SOURCES:.c=.o} -${PROGRAM} : ${OBJECTS} - ${CC} ${LDFLAGS} ${OBJECTS} -o ${PROGRAM} +CFLAGS += $(shell pkg-config --cflags gtk+-2.0) -${OBJECTS} : ${SOURCES} - ${CC} ${CFLAGS} -c ${@:.o=.c} +LDFLAGS += $(shell pkg-config --libs gtk+-2.0) + +${PROGRAM} : dirs.o main.o + ${CC} ${LDFLAGS} -o ${PROGRAM} + +dirs.o : dirs.c + ${CC} ${CFLAGS} -c dirs.c + +main.o : main.c + ${CC} ${CFLAGS} -c main.c clean: - ${RM} ${PROGRAM} ${OBJECTS} + ${RM} dirs.o main.o ${PROGRAM} From ryuo at frugalware.org Sun Dec 6 04:05:59 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 04:05:59 +0100 (CET) Subject: [Frugalware-git] yaxmenu: includes.h * initial draft Message-ID: <20091206030559.5D90B1240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=141ba563a95e283f0109e8c5dd1d22d9f1a590df commit 141ba563a95e283f0109e8c5dd1d22d9f1a590df Author: James Buren Date: Sat Dec 5 21:00:26 2009 -0600 includes.h * initial draft diff --git a/src/includes.h b/src/includes.h new file mode 100644 index 0000000..24ac27c --- /dev/null +++ b/src/includes.h @@ -0,0 +1,7 @@ +#ifndef _includes_header_ +#define _includes_header_ +#include +#include +#include +#include +#endif From ryuo at frugalware.org Sun Dec 6 04:05:59 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 04:05:59 +0100 (CET) Subject: [Frugalware-git] yaxmenu: clean Message-ID: <20091206030559.4DFCB1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=b8e292ee759442c28f74c101456926b6dfbc3697 commit b8e292ee759442c28f74c101456926b6dfbc3697 Author: James Buren Date: Sat Dec 5 20:47:56 2009 -0600 clean diff --git a/src/Makefile b/src/Makefile index 7aa936b..11aa583 100644 --- a/src/Makefile +++ b/src/Makefile @@ -23,14 +23,14 @@ CFLAGS += $(shell pkg-config --cflags gtk+-2.0) LDFLAGS += $(shell pkg-config --libs gtk+-2.0) -${PROGRAM} : dirs.o main.o - ${CC} ${LDFLAGS} dirs.o main.o -o ${PROGRAM} +${PROGRAM} : options.o main.o + ${CC} ${LDFLAGS} options.o main.o -o ${PROGRAM} -dirs.o : dirs.c - ${CC} ${CFLAGS} -c dirs.c +options.o : options.c + ${CC} ${CFLAGS} -c options.c main.o : main.c ${CC} ${CFLAGS} -c main.c clean: - ${RM} dirs.o main.o ${PROGRAM} + ${RM} options.o main.o ${PROGRAM} diff --git a/src/includes.h b/src/includes.h deleted file mode 100644 index e39122e..0000000 --- a/src/includes.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef _includes_header_ -#define _includes_header_ -#include -#endif diff --git a/src/main.c b/src/main.c deleted file mode 100644 index 0ef7fde..0000000 --- a/src/main.c +++ /dev/null @@ -1,4 +0,0 @@ -#include "includes.h" - -int main(gint argc,gchar **argv) { -} From ryuo at frugalware.org Sun Dec 6 04:05:59 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 04:05:59 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.h * initial draft Message-ID: <20091206030559.62F771240014@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=ac266ed34041cb2d74740b6e2b1e56f3e713fc4a commit ac266ed34041cb2d74740b6e2b1e56f3e713fc4a Author: James Buren Date: Sat Dec 5 21:02:08 2009 -0600 utility.h * initial draft diff --git a/src/utility.h b/src/utility.h new file mode 100644 index 0000000..8ba3d2b --- /dev/null +++ b/src/utility.h @@ -0,0 +1,10 @@ +#ifndef _utility_header_ +#define _utility_header_ +#include "includes.h" + +#define eprintf(...) fprintf(stderr,__VA_ARGS__) +#define array_entries(A) (sizeof(*A)/sizeof(A)) +#define xsnprintf(A,...) snprintf((A),array_entries(A),__VA_ARGS__) + +void *xmalloc(size_t); +#endif From ryuo at frugalware.org Sun Dec 6 04:05:59 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 04:05:59 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.c * initial draft Message-ID: <20091206030559.68AD01240037@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=302eedadecdbc921b6ebdaf8db6598090a882408 commit 302eedadecdbc921b6ebdaf8db6598090a882408 Author: James Buren Date: Sat Dec 5 21:05:46 2009 -0600 utility.c * initial draft diff --git a/src/utility.c b/src/utility.c new file mode 100644 index 0000000..f1cf2fa --- /dev/null +++ b/src/utility.c @@ -0,0 +1,16 @@ +#include "utility.h" + +void *xmalloc(size_t size) { + void *ptr; + + assert(size); + + ptr = malloc(size); + + if(!ptr) { + eprintf("Failed to allocate %u bytes of memory.\n",size); + abort(); + } + + return ptr; +} From ryuo at frugalware.org Sun Dec 6 04:21:26 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 04:21:26 +0100 (CET) Subject: [Frugalware-git] yaxmenu: includes.h * add string.h Message-ID: <20091206032126.98EA81240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=dfec2a9528e5ff9a11f1cf7b944ef1e00659db4b commit dfec2a9528e5ff9a11f1cf7b944ef1e00659db4b Author: James Buren Date: Sat Dec 5 21:17:57 2009 -0600 includes.h * add string.h diff --git a/src/includes.h b/src/includes.h index 24ac27c..a0c91ec 100644 --- a/src/includes.h +++ b/src/includes.h @@ -3,5 +3,6 @@ #include #include #include +#include #include #endif From ryuo at frugalware.org Sun Dec 6 04:21:26 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 04:21:26 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.h * add new prototype Message-ID: <20091206032126.A78CB1240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=176ae250ff8547d9c9d102d3c20d0adae453bf99 commit 176ae250ff8547d9c9d102d3c20d0adae453bf99 Author: James Buren Date: Sat Dec 5 21:19:25 2009 -0600 utility.h * add new prototype diff --git a/src/utility.h b/src/utility.h index 8ba3d2b..78a81b9 100644 --- a/src/utility.h +++ b/src/utility.h @@ -5,6 +5,9 @@ #define eprintf(...) fprintf(stderr,__VA_ARGS__) #define array_entries(A) (sizeof(*A)/sizeof(A)) #define xsnprintf(A,...) snprintf((A),array_entries(A),__VA_ARGS__) +#define mem_size(T,N) (sizeof(T)*(N)) +#define xnew(T,N) (T*)xmalloc(mem_size(T,N)) void *xmalloc(size_t); +char *xstrdup(const char *); #endif From ryuo at frugalware.org Sun Dec 6 04:21:26 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 04:21:26 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.c * add xstrdup Message-ID: <20091206032126.B66521240014@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=0a54006ac05849ca53915f0ae857f2cf9c0c70a6 commit 0a54006ac05849ca53915f0ae857f2cf9c0c70a6 Author: James Buren Date: Sat Dec 5 21:21:14 2009 -0600 utility.c * add xstrdup diff --git a/src/utility.c b/src/utility.c index f1cf2fa..5313a92 100644 --- a/src/utility.c +++ b/src/utility.c @@ -14,3 +14,13 @@ void *xmalloc(size_t size) { return ptr; } + +char *xstrdup(const char *str) { + char *dup; + + assert(str); + + dup = xnew(char,strlen(str) + 1); + + return strcpy(dup,str); +} From ryuo at frugalware.org Sun Dec 6 08:18:16 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 08:18:16 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.c * initial draft Message-ID: <20091206071816.F2C001240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=71ab3f5bb0a56f0a61c17fa59b8664a67affad8d commit 71ab3f5bb0a56f0a61c17fa59b8664a67affad8d Author: James Buren Date: Sun Dec 6 01:17:56 2009 -0600 globals.c * initial draft diff --git a/src/globals.c b/src/globals.c new file mode 100644 index 0000000..111fc55 --- /dev/null +++ b/src/globals.c @@ -0,0 +1,5 @@ +#include "globals.h" + +static struct globals S; + +struct globals *G = &S; From ryuo at frugalware.org Sun Dec 6 08:18:16 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 08:18:16 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.h * initial draft Message-ID: <20091206071816.E1DE41240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=4b56cdeb0303878a245f37a73b75f963dcfce636 commit 4b56cdeb0303878a245f37a73b75f963dcfce636 Author: James Buren Date: Sun Dec 6 01:17:12 2009 -0600 globals.h * initial draft diff --git a/src/globals.h b/src/globals.h new file mode 100644 index 0000000..51e1985 --- /dev/null +++ b/src/globals.h @@ -0,0 +1,10 @@ +#ifndef _globals_header_ +#define _globals_header_ +#include "includes.h" + +struct globals { + char *progname; // Program name, aka argv[0] +}; + +extern struct globals *G; +#endif From ryuo at frugalware.org Sun Dec 6 08:18:57 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 08:18:57 +0100 (CET) Subject: [Frugalware-git] yaxmenu: includes.h * add unistd.h Message-ID: <20091206071857.44C181240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=610f0a0ed8b8071b93c17876ba7ff36d56c2873d commit 610f0a0ed8b8071b93c17876ba7ff36d56c2873d Author: James Buren Date: Sun Dec 6 01:18:43 2009 -0600 includes.h * add unistd.h diff --git a/src/includes.h b/src/includes.h index a0c91ec..1297897 100644 --- a/src/includes.h +++ b/src/includes.h @@ -4,5 +4,6 @@ #include #include #include +#include #include #endif From ryuo at frugalware.org Sun Dec 6 08:31:59 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 08:31:59 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.h * add more global variables Message-ID: <20091206073159.0632D1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=18e6d0707205e043f0cb8384001243bf290dd15b commit 18e6d0707205e043f0cb8384001243bf290dd15b Author: James Buren Date: Sun Dec 6 01:31:41 2009 -0600 globals.h * add more global variables diff --git a/src/globals.h b/src/globals.h index 51e1985..8c28c4c 100644 --- a/src/globals.h +++ b/src/globals.h @@ -4,6 +4,8 @@ struct globals { char *progname; // Program name, aka argv[0] + char *progver; // Version of the program release + char *progdate; // Date this binary was compiled }; extern struct globals *G; From bouleetbil at frogdev.info Sun Dec 6 10:53:32 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 6 Dec 2009 10:53:32 +0100 (CET) Subject: [Frugalware-git] frugalware-current: urwid-0.9.9-1-i686 *version bump Message-ID: <20091206095332.5FB131240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e1b71c516ae5a3e5d8f19f33497ff4c2c7a81519 commit e1b71c516ae5a3e5d8f19f33497ff4c2c7a81519 Author: bouleetbil Date: Sun Dec 6 10:56:20 2009 +0000 urwid-0.9.9-1-i686 *version bump diff --git a/source/devel-extra/urwid/FrugalBuild b/source/devel-extra/urwid/FrugalBuild index da6970e..a616a12 100644 --- a/source/devel-extra/urwid/FrugalBuild +++ b/source/devel-extra/urwid/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=urwid -pkgver=0.9.8.4 +pkgver=0.9.9 pkgrel=1 url=http://excess.org/$pkgname/ source=(http://excess.org/$pkgname/$pkgname-$pkgver.tar.gz) @@ -13,7 +13,7 @@ makedepends=('setuptools') groups=('devel-extra') archs=('i686' 'x86_64') options=('nostrip') -sha1sums=('a4307aa08895a647feec1099658e87ab1595f5c0') +sha1sums=('8d527914199c32d5d4ec0263c30fb5d40161fb08') build() { Fcd From bouleetbil at frogdev.info Sun Dec 6 10:58:53 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 6 Dec 2009 10:58:53 +0100 (CET) Subject: [Frugalware-git] frugalware-current: gssdp-0.7.1-1-i686 *version bump Message-ID: <20091206095853.28E551240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=18a94ce18823dc9f89bd87286e68a7c1c3da1779 commit 18a94ce18823dc9f89bd87286e68a7c1c3da1779 Author: bouleetbil Date: Sun Dec 6 11:01:39 2009 +0000 gssdp-0.7.1-1-i686 *version bump diff --git a/source/xlib-extra/gssdp/FrugalBuild b/source/xlib-extra/gssdp/FrugalBuild index 7dc7be4..7a17408 100644 --- a/source/xlib-extra/gssdp/FrugalBuild +++ b/source/xlib-extra/gssdp/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gssdp -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=1 pkgdesc="GSSDP implements resource discovery and announcement over SSDP of GUPnP framework." depends=('libsoup' 'libglade>=2.6.4-2') @@ -12,6 +12,6 @@ up2date="Flasttar $url/sources/$pkgname" groups=('xlib-extra') options=('scriptlet') archs=('i686' 'x86_64' 'ppc') -sha1sums=('28ae2241e8ac0b6bb1a2d0f9e7e3195741923d05') +sha1sums=('9647cc35768ca48bf568d40f46b47d9c43b0d583') # optimization OK From bouleetbil at frogdev.info Sun Dec 6 14:00:43 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 6 Dec 2009 14:00:43 +0100 (CET) Subject: [Frugalware-git] frugalware-current: dbus-1.3.0-1-i686 *version bump Message-ID: <20091206130043.DE6311240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1a613916cc7da515a9872068d2e85dd48f9d93cb commit 1a613916cc7da515a9872068d2e85dd48f9d93cb Author: bouleetbil Date: Sun Dec 6 14:03:32 2009 +0000 dbus-1.3.0-1-i686 *version bump diff --git a/source/apps/dbus/FrugalBuild b/source/apps/dbus/FrugalBuild index fbd94af..c85e486 100644 --- a/source/apps/dbus/FrugalBuild +++ b/source/apps/dbus/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: crazy pkgname=dbus -pkgver=1.2.14 +pkgver=1.3.0 pkgrel=1 pkgdesc="A message bus system" url="http://freedesktop.org/wiki/Software_2fdbus" @@ -14,7 +14,7 @@ archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://dbus.freedesktop.org/releases/dbus/|Flasttar" source=(http://dbus.freedesktop.org/releases/dbus/$pkgname-$pkgver.tar.gz \ rc.$pkgname dbus-1-launch dbus-1-launch.desktop) -sha1sums=('67909bdd146d3a993131d54e70a143992edbe927' \ +sha1sums=('ebd23c65ebf5448efc6367da1414de212db38055' \ 'b624f50a56ac56c6d6fbe0a9873c4672d3584e02' \ '740af74eb43cadf1277346029577aadd3d10f2b5' \ 'da9efab479aa3a2a8fb365a89ed658646486c39f') From vmiklos at frugalware.org Sun Dec 6 14:09:04 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:04 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: acerhk-0.5.35-35getorin1-i686 Message-ID: <20091206130904.161E61240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=66630437f62969bf1a351ade2181d41ceab03d78 commit 66630437f62969bf1a351ade2181d41ceab03d78 Author: Miklos Vajna Date: Sun Dec 6 14:04:27 2009 +0100 acerhk-0.5.35-35getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/apps-extra/acerhk/FrugalBuild b/source/apps-extra/acerhk/FrugalBuild index fba96a6..0d5c017 100644 --- a/source/apps-extra/acerhk/FrugalBuild +++ b/source/apps-extra/acerhk/FrugalBuild @@ -4,7 +4,7 @@ pkgname=acerhk pkgver=0.5.35 -pkgrel=34 +pkgrel=35getorin1 pkgdesc="Acer Hotkey driver for Linux" url="http://www.cakey.de/acerhk/" Finclude kernel-module diff --git a/source/include/kernel-module.sh b/source/include/kernel-module.sh index d37ba93..3a485b9 100644 --- a/source/include/kernel-module.sh +++ b/source/include/kernel-module.sh @@ -81,8 +81,8 @@ install=$_F_kernelmod_scriptlet # * kernel package source to makedepends() # * scriptlet and genscriptlet to options() ### -depends=(${depends[@]} "kernel$_F_kernelmod_name=$_F_kernelmod_pkgver") -makedepends=(${depends[@]} "kernel$_F_kernelmod_name-source=$_F_kernelmod_pkgver") +depends=(${depends[@]} "kernel$_F_kernelmod_name>=$_F_kernelmod_pkgver") +makedepends=(${depends[@]} "kernel$_F_kernelmod_name-source>=$_F_kernelmod_pkgver") options=(${options[@]} 'scriptlet' 'genscriptlet') ### From vmiklos at frugalware.org Sun Dec 6 14:09:04 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:04 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: acx100-20080806-17getorin1-i686 Message-ID: <20091206130904.27DA91240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=e1fb2e7baff7ec167008182e737b602c6fedbf76 commit e1fb2e7baff7ec167008182e737b602c6fedbf76 Author: Miklos Vajna Date: Sun Dec 6 14:04:56 2009 +0100 acx100-20080806-17getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/network-extra/acx100/FrugalBuild b/source/network-extra/acx100/FrugalBuild index 4fab904..52549c4 100644 --- a/source/network-extra/acx100/FrugalBuild +++ b/source/network-extra/acx100/FrugalBuild @@ -4,7 +4,7 @@ pkgname=acx100 origname=acx-mac80211 pkgver=20080806 -pkgrel=16 +pkgrel=17getorin1 pkgdesc="The ACX100/ACX111 wireless network driver." _F_sourceforge_ext=".tar.bz2" _F_sourceforge_dirname=${pkgname} From vmiklos at frugalware.org Sun Dec 6 14:09:04 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:04 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: dazuko-2.3.7-7getorin1-i686 Message-ID: <20091206130904.7ED821240014@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=68b8d3fcf285b3f26cca4e8a30addd4d1fa43432 commit 68b8d3fcf285b3f26cca4e8a30addd4d1fa43432 Author: Miklos Vajna Date: Sun Dec 6 14:05:15 2009 +0100 dazuko-2.3.7-7getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/apps-extra/dazuko/FrugalBuild b/source/apps-extra/dazuko/FrugalBuild index 7477391..888632a 100644 --- a/source/apps-extra/dazuko/FrugalBuild +++ b/source/apps-extra/dazuko/FrugalBuild @@ -5,7 +5,7 @@ pkgname=dazuko pkgver=2.3.7 realver=${pkgver/pre/-pre} redirver=0.6 -pkgrel=6 +pkgrel=7getorin1 pkgdesc="On-access virus scanning kernel interface" url="http://www.dazuko.org" license="GPL-2 BSD" From vmiklos at frugalware.org Sun Dec 6 14:09:04 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:04 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: fglrx-8.632-5getorin1-i686 Message-ID: <20091206130904.901B31240037@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=f7b99be269c7754c948722427a9015ff015c86bd commit f7b99be269c7754c948722427a9015ff015c86bd Author: Miklos Vajna Date: Sun Dec 6 14:05:31 2009 +0100 fglrx-8.632-5getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/x11-extra/fglrx/FrugalBuild b/source/x11-extra/fglrx/FrugalBuild index 34be02e..1e1b754 100644 --- a/source/x11-extra/fglrx/FrugalBuild +++ b/source/x11-extra/fglrx/FrugalBuild @@ -5,7 +5,7 @@ pkgname=fglrx pkgver=8.632 _shortver=9-7 -pkgrel=4 +pkgrel=5getorin1 pkgdesc="Hardware Accelerated ATi driver for xorg" url="http://www.ati.com/" # libstdc++5: no hardware acceleration without it From vmiklos at frugalware.org Sun Dec 6 14:09:04 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:04 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: kqemu-1.4.0pre1-8getorin1-i686 Message-ID: <20091206130904.9BF3A1240039@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=4409d9554eef3a3bc20c8f1035803a66f7687743 commit 4409d9554eef3a3bc20c8f1035803a66f7687743 Author: Miklos Vajna Date: Sun Dec 6 14:05:45 2009 +0100 kqemu-1.4.0pre1-8getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/xapps-extra/kqemu/FrugalBuild b/source/xapps-extra/kqemu/FrugalBuild index ae31536..d101c8c 100644 --- a/source/xapps-extra/kqemu/FrugalBuild +++ b/source/xapps-extra/kqemu/FrugalBuild @@ -3,7 +3,7 @@ pkgname=kqemu pkgver=1.4.0pre1 -pkgrel=7 +pkgrel=8getorin1 pkgdesc="QEMU Accelerator Module" url="http://www.nongnu.org/qemu/" depends=('qemu') From vmiklos at frugalware.org Sun Dec 6 14:09:04 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:04 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: lirc-0.8.5-5getorin1-i686 Message-ID: <20091206130904.A1153124003A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=0221ae0019098fadbe5768d7263e2787defff43a commit 0221ae0019098fadbe5768d7263e2787defff43a Author: Miklos Vajna Date: Sun Dec 6 14:05:58 2009 +0100 lirc-0.8.5-5getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/apps/lirc/FrugalBuild b/source/apps/lirc/FrugalBuild index 60887df..c5566f3 100644 --- a/source/apps/lirc/FrugalBuild +++ b/source/apps/lirc/FrugalBuild @@ -3,7 +3,7 @@ pkgname=lirc pkgver=0.8.5 -pkgrel=4 +pkgrel=5getorin1 pkgdesc="LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls." url="http://www.lirc.org/" Finclude kernel-module sourceforge From vmiklos at frugalware.org Sun Dec 6 14:09:04 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:04 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: madwifi-0.9.4-28getorin1-i686 Message-ID: <20091206130904.A6353124003B@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=65e0361bd54ca71640f1d019190f61f60399dc7e commit 65e0361bd54ca71640f1d019190f61f60399dc7e Author: Miklos Vajna Date: Sun Dec 6 14:06:16 2009 +0100 madwifi-0.9.4-28getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/network/madwifi/FrugalBuild b/source/network/madwifi/FrugalBuild index 3a1f1be..b819286 100644 --- a/source/network/madwifi/FrugalBuild +++ b/source/network/madwifi/FrugalBuild @@ -3,7 +3,7 @@ pkgname=madwifi pkgver=0.9.4 -pkgrel=27 +pkgrel=28getorin1 pkgdesc="Madwifi drivers for Atheros wireless chipsets" Finclude kernel-module depends=(${depends[@]} 'wireless_tools') From vmiklos at frugalware.org Sun Dec 6 14:09:04 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:04 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: ndiswrapper-1.55-4getorin1-i686 Message-ID: <20091206130904.AB09F124003C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=01dfd9ad972ab286922624ad90f5ed1ac2a25ade commit 01dfd9ad972ab286922624ad90f5ed1ac2a25ade Author: Miklos Vajna Date: Sun Dec 6 14:06:30 2009 +0100 ndiswrapper-1.55-4getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/network/ndiswrapper/FrugalBuild b/source/network/ndiswrapper/FrugalBuild index 2d031e1..970f392 100644 --- a/source/network/ndiswrapper/FrugalBuild +++ b/source/network/ndiswrapper/FrugalBuild @@ -4,7 +4,7 @@ pkgname=ndiswrapper pkgver=1.55 -pkgrel=3 +pkgrel=4getorin1 pkgdesc="Wrapper for using Windows drivers for some wireless cards" _F_kernelmod_scriptlet=$pkgname.install Finclude kernel-module sourceforge From vmiklos at frugalware.org Sun Dec 6 14:09:04 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:04 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: nvidia-173xx-173.14.18-10getorin1-i686 Message-ID: <20091206130904.E3CB21240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=4edc999ad7d5b9b834188d6710c9813aa420ebe0 commit 4edc999ad7d5b9b834188d6710c9813aa420ebe0 Author: Miklos Vajna Date: Sun Dec 6 14:06:59 2009 +0100 nvidia-173xx-173.14.18-10getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/x11-extra/nvidia-173xx/FrugalBuild b/source/x11-extra/nvidia-173xx/FrugalBuild index 773c594..beec74c 100644 --- a/source/x11-extra/nvidia-173xx/FrugalBuild +++ b/source/x11-extra/nvidia-173xx/FrugalBuild @@ -3,7 +3,7 @@ pkgname=nvidia-173xx pkgver=173.14.18 -pkgrel=9 +pkgrel=10getorin1 archs=('i686' 'x86_64' '!ppc') _F_nvidia_legacyver="173.14.xx" Finclude nvidia From vmiklos at frugalware.org Sun Dec 6 14:09:04 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:04 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: nvidia-185.18.31-3getorin1-i686 Message-ID: <20091206130904.DE6BF1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=8f1b8f890e216d84bad7cfbe931210f716d3ecac commit 8f1b8f890e216d84bad7cfbe931210f716d3ecac Author: Miklos Vajna Date: Sun Dec 6 14:06:44 2009 +0100 nvidia-185.18.31-3getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/x11-extra/nvidia/FrugalBuild b/source/x11-extra/nvidia/FrugalBuild index 464165f..2e8a589 100644 --- a/source/x11-extra/nvidia/FrugalBuild +++ b/source/x11-extra/nvidia/FrugalBuild @@ -3,7 +3,7 @@ pkgname=nvidia pkgver=185.18.31 -pkgrel=2 +pkgrel=3getorin1 archs=('i686' 'x86_64' '!ppc') Finclude nvidia case "$_F_nvidia_arch" in From vmiklos at frugalware.org Sun Dec 6 14:09:04 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:04 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: nvidia-71xx-71.86.09-10getorin1-i686 Message-ID: <20091206130904.E95DE124003D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=a0be36dea0008f3a9aa62e05bf77e573035b6fc3 commit a0be36dea0008f3a9aa62e05bf77e573035b6fc3 Author: Miklos Vajna Date: Sun Dec 6 14:07:12 2009 +0100 nvidia-71xx-71.86.09-10getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/x11-extra/nvidia-71xx/FrugalBuild b/source/x11-extra/nvidia-71xx/FrugalBuild index 2fe2043..286634c 100644 --- a/source/x11-extra/nvidia-71xx/FrugalBuild +++ b/source/x11-extra/nvidia-71xx/FrugalBuild @@ -3,7 +3,7 @@ pkgname=nvidia-71xx pkgver=71.86.09 -pkgrel=9 +pkgrel=10getorin1 archs=('i686' 'x86_64' '!ppc') _F_nvidia_legacyver="71.86.xx" Finclude nvidia From vmiklos at frugalware.org Sun Dec 6 14:09:04 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:04 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: nvidia-96xx-96.43.11-10getorin1-i686 Message-ID: <20091206130904.F233212400C5@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=551f5d8b8c92a48e29365fcdeb0fe1385093b3c9 commit 551f5d8b8c92a48e29365fcdeb0fe1385093b3c9 Author: Miklos Vajna Date: Sun Dec 6 14:07:27 2009 +0100 nvidia-96xx-96.43.11-10getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/x11-extra/nvidia-96xx/FrugalBuild b/source/x11-extra/nvidia-96xx/FrugalBuild index c51555f..2d45402 100644 --- a/source/x11-extra/nvidia-96xx/FrugalBuild +++ b/source/x11-extra/nvidia-96xx/FrugalBuild @@ -3,7 +3,7 @@ pkgname=nvidia-96xx pkgver=96.43.11 -pkgrel=9 +pkgrel=10getorin1 archs=('i686' 'x86_64' '!ppc') _F_nvidia_legacyver="96.43.xx" Finclude nvidia From vmiklos at frugalware.org Sun Dec 6 14:09:05 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:05 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: qc-usb-0.6.6-57getorin1-i686 Message-ID: <20091206130905.096611240014@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=3973d11c84b42aa30316b748073e5118f9897cde commit 3973d11c84b42aa30316b748073e5118f9897cde Author: Miklos Vajna Date: Sun Dec 6 14:07:42 2009 +0100 qc-usb-0.6.6-57getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/multimedia-extra/qc-usb/FrugalBuild b/source/multimedia-extra/qc-usb/FrugalBuild index 1d7041c..7b2cb08 100644 --- a/source/multimedia-extra/qc-usb/FrugalBuild +++ b/source/multimedia-extra/qc-usb/FrugalBuild @@ -3,7 +3,7 @@ pkgname=qc-usb pkgver=0.6.6 -pkgrel=56 +pkgrel=57getorin1 pkgdesc="Quickcam kernel driver." groups=('multimedia-extra') archs=('i686' 'x86_64') From vmiklos at frugalware.org Sun Dec 6 14:09:05 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:05 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: r8168-8.013.00-3getorin1-i686 Message-ID: <20091206130905.1017D1240037@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=d6b46c1fb9ad781aecb14d4bef8237ec7fb172db commit d6b46c1fb9ad781aecb14d4bef8237ec7fb172db Author: Miklos Vajna Date: Sun Dec 6 14:08:00 2009 +0100 r8168-8.013.00-3getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/network-extra/r8168/FrugalBuild b/source/network-extra/r8168/FrugalBuild index 74d0ffd..92cfe9f 100644 --- a/source/network-extra/r8168/FrugalBuild +++ b/source/network-extra/r8168/FrugalBuild @@ -4,7 +4,7 @@ pkgname=r8168 pkgver=8.013.00 -pkgrel=2 +pkgrel=3getorin1 Finclude kernel-module pkgdesc="Realtek driver for RTL8111/RTL8168 cards." url="http://www.realtek.com.tw" From vmiklos at frugalware.org Sun Dec 6 14:09:05 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:05 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: r8169-6.010.00-4getorin1-i686 Message-ID: <20091206130905.1723212400C6@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=4116481888395ea1e49c758144686cc5fba9b5cc commit 4116481888395ea1e49c758144686cc5fba9b5cc Author: Miklos Vajna Date: Sun Dec 6 14:08:19 2009 +0100 r8169-6.010.00-4getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/network-extra/r8169/FrugalBuild b/source/network-extra/r8169/FrugalBuild index 8a79c65..f938820 100644 --- a/source/network-extra/r8169/FrugalBuild +++ b/source/network-extra/r8169/FrugalBuild @@ -3,7 +3,7 @@ pkgname=r8169 pkgver=6.010.00 -pkgrel=3 +pkgrel=4getorin1 Finclude sourceforge kernel-module pkgdesc="Realtek driver for RTL8169/8110 cards." url="http://www.realtek.com.tw" From vmiklos at frugalware.org Sun Dec 6 14:09:05 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:05 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: redirfs-0.6-7getorin1-i686 Message-ID: <20091206130905.1DD8E12400CB@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=82838329793d749fd50c7ce1d1126a037bb0f79c commit 82838329793d749fd50c7ce1d1126a037bb0f79c Author: Miklos Vajna Date: Sun Dec 6 14:08:33 2009 +0100 redirfs-0.6-7getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/apps-extra/redirfs/FrugalBuild b/source/apps-extra/redirfs/FrugalBuild index a8a22ab..6bfa72c 100644 --- a/source/apps-extra/redirfs/FrugalBuild +++ b/source/apps-extra/redirfs/FrugalBuild @@ -4,7 +4,7 @@ pkgname=redirfs pkgver=0.6 realver=${pkgver/pre/-pre} -pkgrel=6 +pkgrel=7getorin1 pkgdesc="Redirecting FileSystem" url="http://www.redirfs.org/tiki-index.php" _F_kernelmod_scriptlet=$pkgname.install From vmiklos at frugalware.org Sun Dec 6 14:09:05 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Dec 2009 14:09:05 +0100 (CET) Subject: [Frugalware-git] frugalware-1.1: virtualbox-modules-2.2.2-7getorin1-i686 Message-ID: <20091206130905.242901240039@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=a1f1ad3c6f1ae563087102f475ee9aa47f2d29c9 commit a1f1ad3c6f1ae563087102f475ee9aa47f2d29c9 Author: Miklos Vajna Date: Sun Dec 6 14:08:52 2009 +0100 virtualbox-modules-2.2.2-7getorin1-i686 - rebuild with kernel-2.6.30-4getorin1 diff --git a/source/apps-extra/virtualbox-modules/FrugalBuild b/source/apps-extra/virtualbox-modules/FrugalBuild index 2919649..80411de 100644 --- a/source/apps-extra/virtualbox-modules/FrugalBuild +++ b/source/apps-extra/virtualbox-modules/FrugalBuild @@ -3,7 +3,7 @@ pkgname=virtualbox-modules pkgver=2.2.2 -pkgrel=6 +pkgrel=7getorin1 pkgdesc="Kernel modules for VirtualBox" url="http://www.virtualbox.org" Finclude kernel-module From exceed.cedric at gmail.com Sun Dec 6 15:23:56 2009 From: exceed.cedric at gmail.com (exceed) Date: Sun, 6 Dec 2009 15:23:56 +0100 (CET) Subject: [Frugalware-git] frugalware-current: amaya-11.3-1-i686 Message-ID: <20091206142356.B072F1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ffdcc5ef59449f360dafb3f301511b6b840281db commit ffdcc5ef59449f360dafb3f301511b6b840281db Author: exceed Date: Sun Dec 6 15:04:50 2009 +0100 amaya-11.3-1-i686 * Version bump * Added a patch for included wxgtk and modified build to apply it diff --git a/source/xapps-extra/amaya/FrugalBuild b/source/xapps-extra/amaya/FrugalBuild index b66e1df..d3e9b0b 100644 --- a/source/xapps-extra/amaya/FrugalBuild +++ b/source/xapps-extra/amaya/FrugalBuild @@ -1,10 +1,10 @@ # Compiling Time: 3.59 SBU -# Maintainer: exceed +# Maintainer: exceed pkgname=amaya _F_archive_name="amaya-sources" -pkgver=11.2 -pkgrel=2 +pkgver=11.3 +pkgrel=1 pkgdesc="W3C's web Editor/Browser" url="http://www.w3.org/Amaya" depends=('gtk+2' 'wxgtk' 'raptor') @@ -12,10 +12,11 @@ options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/Distribution/" -source=($url/Distribution/${_F_archive_name}-$pkgver.tgz) +source=($url/Distribution/${_F_archive_name}-$pkgver.tgz wxgtk-gsocket.patch) _F_cd_path="Amaya${pkgver}/Amaya/fwlinux" unset MAKEFLAGS -sha1sums=('40d17d4545ab0ff97a0eabe7c2d9d7c76f6b6587') +sha1sums=('42092cfbe9274f5c88f8b97cb52ec2f3130fa1be' \ + '3f2ce71ad8e1513ab0c0d0c897c0b680881dd686') _F_desktop_name="Amaya" _F_desktop_icon="/usr/share/$pkgname/Amaya/resources/icons/misc/logo.png" @@ -23,12 +24,15 @@ _F_desktop_categories="Development;WebDevelopment;" build() { - mkdir ${_F_cd_path} + cd Amaya${pkgver} || Fdie + cat ../wxgtk-gsocket.patch | patch -p0 || Fdie + cd .. || Fdie + mkdir ${_F_cd_path} || Fdie Fcd ${_F_cd_path} Fmkdir /usr/share/${pkgname} ../configure --prefix=/usr/share/${pkgname} \ - --enable-system-raptor\ - --with-gl + --enable-system-raptor \ + --with-gl || Fdie make || Fdie make prefix=$Fdestdir/usr/share/${pkgname} install || Fdie Fln /usr/share/${pkgname}/Amaya/wx/bin/${pkgname} /usr/bin/${pkgname} diff --git a/source/xapps-extra/amaya/wxgtk-gsocket.patch b/source/xapps-extra/amaya/wxgtk-gsocket.patch new file mode 100644 index 0000000..6fde8ee --- /dev/null +++ b/source/xapps-extra/amaya/wxgtk-gsocket.patch @@ -0,0 +1,17 @@ +--- wxWidgets/src/gtk/gsockgtk.cpp ++++ wxWidgets/src/gtk/gsockgtk.cpp +@@ -15,8 +15,13 @@ + #include + #include + ++// newer versions of glib define its own GSocket but we unfortunately use this ++// name in our own (semi-)public header and so can't change it -- rename glib ++// one instead ++#define GSocket GlibGSocket + #include + #include ++#undef GSocket + + #include "wx/gsocket.h" + #include "wx/unix/gsockunx.h" + From bouleetbil at frogdev.info Sun Dec 6 16:47:51 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 6 Dec 2009 16:47:51 +0100 (CET) Subject: [Frugalware-git] frugalware-current: dbus-glib-0.82-1-i686 *version bump Message-ID: <20091206154751.E1BC91240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=241f2dd7fe672bad7aca2cdf15d3103417e13359 commit 241f2dd7fe672bad7aca2cdf15d3103417e13359 Author: bouleetbil Date: Sun Dec 6 16:50:31 2009 +0000 dbus-glib-0.82-1-i686 *version bump diff --git a/source/apps/dbus-glib/FrugalBuild b/source/apps/dbus-glib/FrugalBuild index badbf37..f31f6a6 100644 --- a/source/apps/dbus-glib/FrugalBuild +++ b/source/apps/dbus-glib/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: crazy pkgname=dbus-glib -pkgver=0.80 +pkgver=0.82 pkgrel=1 pkgdesc="Glib bindings for DBUS" url="http://www.freedesktop.org/wiki/Software_2fDBusBindings" @@ -13,7 +13,7 @@ archs=('i686' 'x86_64' 'ppc') options=('scriptlet') up2date="lynx -dump http://dbus.freedesktop.org/releases/dbus-glib/|Flasttar" source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('927e43f2d429cff5472ab726882347ec06e53f6b') +sha1sums=('8ad09cf13810382048a685bcafc72f252b2539a8') build() { From bouleetbil at frogdev.info Sun Dec 6 17:19:57 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 6 Dec 2009 17:19:57 +0100 (CET) Subject: [Frugalware-git] frugalware-current: telepathy-glib-0.9.2-1-i686 *version bump Message-ID: <20091206161957.0F71C1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c88ca2aa404c01aa239d6ac1dbad7509b177c81f commit c88ca2aa404c01aa239d6ac1dbad7509b177c81f Author: bouleetbil Date: Sun Dec 6 17:22:33 2009 +0000 telepathy-glib-0.9.2-1-i686 *version bump diff --git a/source/lib-extra/telepathy-glib/FrugalBuild b/source/lib-extra/telepathy-glib/FrugalBuild index e4d8ff8..6c8570a 100644 --- a/source/lib-extra/telepathy-glib/FrugalBuild +++ b/source/lib-extra/telepathy-glib/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=telepathy-glib -pkgver=0.9.1 +pkgver=0.9.2 pkgrel=1 pkgdesc="A glib library to ease writing telepathy clients in glib." url="http://telepathy.freedesktop.org/wiki/" @@ -13,6 +13,6 @@ groups=('lib-extra') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://telepathy.freedesktop.org/releases/telepathy-glib/ | Flasttar" source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('dffe4dc91fda8ee0322d86c49f7815c7f983239b') +sha1sums=('bb1709ced6595738272c54aef664ff20421929bd') # optimization OK From ryuo at frugalware.org Sun Dec 6 17:50:31 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 17:50:31 +0100 (CET) Subject: [Frugalware-git] yaxmenu: main.c * initial draft Message-ID: <20091206165031.BF5931240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=fbed16dc58f65efe208d92d12746d312b6e50482 commit fbed16dc58f65efe208d92d12746d312b6e50482 Author: James Buren Date: Sun Dec 6 10:50:17 2009 -0600 main.c * initial draft diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..d6b92a7 --- /dev/null +++ b/src/main.c @@ -0,0 +1,9 @@ +#include "options.h" + +int main(int argc,char **argv) { + + if(!options_parse(argc,argv)) + return EXIT_FAILURE; + + return EXIT_SUCCESS; +} From ryuo at frugalware.org Sun Dec 6 18:01:59 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 18:01:59 +0100 (CET) Subject: [Frugalware-git] yaxmenu: options.h * initial draft Message-ID: <20091206170159.5B7501240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=496a7fbf86851ed92a8a355855f2ca1b73197c50 commit 496a7fbf86851ed92a8a355855f2ca1b73197c50 Author: James Buren Date: Sun Dec 6 10:51:37 2009 -0600 options.h * initial draft diff --git a/src/options.h b/src/options.h new file mode 100644 index 0000000..aa02adc --- /dev/null +++ b/src/options.h @@ -0,0 +1,6 @@ +#ifndef _options_header_ +#define _options_header_ +#include "includes.h" + +bool options_parse(int,char **); +#endif From ryuo at frugalware.org Sun Dec 6 18:01:59 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 18:01:59 +0100 (CET) Subject: [Frugalware-git] yaxmenu: options.c * initial draft Message-ID: <20091206170159.607941240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=ada625ff9b58bd6ffaf5d08a72df9efc4b0b7afc commit ada625ff9b58bd6ffaf5d08a72df9efc4b0b7afc Author: James Buren Date: Sun Dec 6 11:01:34 2009 -0600 options.c * initial draft diff --git a/src/options.c b/src/options.c new file mode 100644 index 0000000..cc8841e --- /dev/null +++ b/src/options.c @@ -0,0 +1,56 @@ +#include "globals.h" +#include "utility.h" +#include "options.h" + +static const char version[] = "git"; +static const char date[] = __DATE__; +static const char options[] = ":ih"; +static const char info_format[] = "%s version %s\n" + "\n" + "Built on %s.\n"; +static const char help_format[] = "Usage: %s\n" + "\n" + "Valid options:\n" + "\n" + "-i -> Print miscellaneous information\n" + "-h -> Print help information\n"; +static const char missing_format[] = "Missing argument: %c\n"; +static const char invalid_format[] = "Invalid option: %c\n"; + +bool options_parse(int argc,char **argv) { + int opt; + + assert(argc > 0 && argv); + + G->progname = xstrdup(*argv); + + G->progver = xstrdup(version); + + G->progdate = xstrdup(date); + + while((opt = getopt(argc,argv,options)) != -1) { + + switch(opt) { + + case 'i': + eprintf(info_format,G->progname,G->progver,G->progdate); + return false; + + case 'h': + eprintf(help_format,G->progname); + return false; + + case ':': + eprintf(missing_format,optopt); + return false; + + case '?': + eprintf(invalid_format,optopt); + return false; + + } + + } + + return true; +} From ryuo at frugalware.org Sun Dec 6 18:27:00 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 18:27:00 +0100 (CET) Subject: [Frugalware-git] yaxmenu: Makefile * update for new source Message-ID: <20091206172700.DE1271240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=44b2eabdd672fb1e25ee8d84941273f56b719141 commit 44b2eabdd672fb1e25ee8d84941273f56b719141 Author: James Buren Date: Sun Dec 6 11:26:41 2009 -0600 Makefile * update for new source diff --git a/src/Makefile b/src/Makefile index 11aa583..3e39912 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,19 +18,14 @@ endif # define program variables PROGRAM = yaxmenu +SOURCES = $(shell echo *.c) +OBJECTS = $(SOURCES:.c=.o) -CFLAGS += $(shell pkg-config --cflags gtk+-2.0) +$(PROGRAM) : $(OBJECTS) + $(CC) $(LDFLAGS) $(OBJECTS) -o $(PROGRAM) -LDFLAGS += $(shell pkg-config --libs gtk+-2.0) - -${PROGRAM} : options.o main.o - ${CC} ${LDFLAGS} options.o main.o -o ${PROGRAM} - -options.o : options.c - ${CC} ${CFLAGS} -c options.c - -main.o : main.c - ${CC} ${CFLAGS} -c main.c +$(OBJECTS) : %.o : %.c + $(CC) $(CFLAGS) -c $< -o $@ clean: - ${RM} options.o main.o ${PROGRAM} + $(RM) $(OBJECTS) $(PROGRAM) From ryuo at frugalware.org Sun Dec 6 19:53:49 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 19:53:49 +0100 (CET) Subject: [Frugalware-git] yaxmenu: includes.h * add limits.h Message-ID: <20091206185349.13D481240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=0a19edcd0967745a83ccacc9d024899351a5c8ee commit 0a19edcd0967745a83ccacc9d024899351a5c8ee Author: James Buren Date: Sun Dec 6 12:53:16 2009 -0600 includes.h * add limits.h diff --git a/src/includes.h b/src/includes.h index 1297897..8a59b98 100644 --- a/src/includes.h +++ b/src/includes.h @@ -5,5 +5,6 @@ #include #include #include +#include #include #endif From ryuo at frugalware.org Sun Dec 6 19:54:46 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 19:54:46 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.h * fix array_entries() Message-ID: <20091206185446.E14B71240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=2fa59fc4da7bb7062a2499fb0e5fa83a43947d31 commit 2fa59fc4da7bb7062a2499fb0e5fa83a43947d31 Author: James Buren Date: Sun Dec 6 12:54:24 2009 -0600 utility.h * fix array_entries() diff --git a/src/utility.h b/src/utility.h index 78a81b9..22695a9 100644 --- a/src/utility.h +++ b/src/utility.h @@ -3,7 +3,7 @@ #include "includes.h" #define eprintf(...) fprintf(stderr,__VA_ARGS__) -#define array_entries(A) (sizeof(*A)/sizeof(A)) +#define array_entries(A) (sizeof(A)/sizeof(*A)) #define xsnprintf(A,...) snprintf((A),array_entries(A),__VA_ARGS__) #define mem_size(T,N) (sizeof(T)*(N)) #define xnew(T,N) (T*)xmalloc(mem_size(T,N)) From ryuo at frugalware.org Sun Dec 6 20:01:28 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 20:01:28 +0100 (CET) Subject: [Frugalware-git] yaxmenu: main.c * add xdg_init() and xdg.h Message-ID: <20091206190128.63D831240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=a370191dd248e060fb94367bb59b0e282f059c34 commit a370191dd248e060fb94367bb59b0e282f059c34 Author: James Buren Date: Sun Dec 6 13:01:10 2009 -0600 main.c * add xdg_init() and xdg.h diff --git a/src/main.c b/src/main.c index d6b92a7..f9f9ebc 100644 --- a/src/main.c +++ b/src/main.c @@ -1,9 +1,13 @@ #include "options.h" +#include "xdg.h" int main(int argc,char **argv) { if(!options_parse(argc,argv)) return EXIT_FAILURE; + if(!xdg_init()) + return EXIT_FAILURE; + return EXIT_SUCCESS; } From ryuo at frugalware.org Sun Dec 6 21:17:17 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 21:17:17 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.h * add cfgdirs, datadirs Message-ID: <20091206201717.E8B2D1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=0f373ef1da1a70e59099e84c3b200d8963eb1263 commit 0f373ef1da1a70e59099e84c3b200d8963eb1263 Author: James Buren Date: Sun Dec 6 14:16:58 2009 -0600 globals.h * add cfgdirs, datadirs diff --git a/src/globals.h b/src/globals.h index 8c28c4c..3a6984c 100644 --- a/src/globals.h +++ b/src/globals.h @@ -3,9 +3,11 @@ #include "includes.h" struct globals { - char *progname; // Program name, aka argv[0] - char *progver; // Version of the program release - char *progdate; // Date this binary was compiled + char *progname; // Program name, aka argv[0] + char *progver; // Version of the program release + char *progdate; // Date this binary was compiled + char **cfgdirs; // Configuration directories + char **datadirs; // Data directories }; extern struct globals *G; From ryuo at frugalware.org Sun Dec 6 21:20:49 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 21:20:49 +0100 (CET) Subject: [Frugalware-git] yaxmenu: xdg.h * initial draft Message-ID: <20091206202049.35A551240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=6907a7dbf03d799b049b4457055482fc81ff609e commit 6907a7dbf03d799b049b4457055482fc81ff609e Author: James Buren Date: Sun Dec 6 14:20:35 2009 -0600 xdg.h * initial draft diff --git a/src/xdg.h b/src/xdg.h new file mode 100644 index 0000000..1f3360f --- /dev/null +++ b/src/xdg.h @@ -0,0 +1,6 @@ +#ifndef _xdg_header_ +#define _xdg_header_ +#include "includes.h" + +bool xdg_init(void); +#endif From bouleetbil at frogdev.info Sun Dec 6 22:12:09 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 6 Dec 2009 22:12:09 +0100 (CET) Subject: [Frugalware-git] frugalware-current: ethos-0.2.2-1-i686 *new package Message-ID: <20091206211209.1C70E1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=519250fa4f059ec04842acbdb692411cb0d0c05a commit 519250fa4f059ec04842acbdb692411cb0d0c05a Author: bouleetbil Date: Sun Dec 6 22:15:03 2009 +0000 ethos-0.2.2-1-i686 *new package diff --git a/source/xlib-extra/ethos/FrugalBuild b/source/xlib-extra/ethos/FrugalBuild new file mode 100644 index 0000000..b292d52 --- /dev/null +++ b/source/xlib-extra/ethos/FrugalBuild @@ -0,0 +1,19 @@ +# Compiling Time: 0.10 SBU +# Maintainer: bouleetbil + +pkgname=ethos +pkgver=0.2.2 +pkgrel=1 +pkgdesc="Plugin framework for GLib" +depends=('vala' 'gtk+2' 'pygobject' 'pygtk') +makedepends=('intltool' 'gobject-introspection') +groups=('xlib-extra') +archs=('i686') +options=('scriptlet') +url=http://www.novopia.com/emerillon/ +up2date="lynx -dump -source http://git.dronelabs.com/ethos/about/ | Flasttar" +source=(http://ftp.dronelabs.com/sources/ethos/0.2/$pkgname-$pkgver.tar.gz) +sha1sums=('e4561cbdd65ec8ceffce76e6355cdb708bd527d6') +Fconfopts="$Fconfopts --enable-introspection --enable-python" + +# optimization OK From ryuo at frugalware.org Sun Dec 6 22:20:10 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 22:20:10 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.h * add xstrclen function Message-ID: <20091206212010.7D2B71240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=fbf35fe4ca420e26019eb6bb5711241060f33155 commit fbf35fe4ca420e26019eb6bb5711241060f33155 Author: James Buren Date: Sun Dec 6 15:18:35 2009 -0600 utility.h * add xstrclen function diff --git a/src/utility.h b/src/utility.h index 22695a9..41d2a33 100644 --- a/src/utility.h +++ b/src/utility.h @@ -10,4 +10,5 @@ void *xmalloc(size_t); char *xstrdup(const char *); +size_t xstrclen(const char *,char); #endif From ryuo at frugalware.org Sun Dec 6 22:20:10 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 22:20:10 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.c * add xstrclen function Message-ID: <20091206212010.8B03F1240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=c91c894c8fa6fb3e96a82d47e56022007e6e811e commit c91c894c8fa6fb3e96a82d47e56022007e6e811e Author: James Buren Date: Sun Dec 6 15:19:49 2009 -0600 utility.c * add xstrclen function diff --git a/src/utility.c b/src/utility.c index 5313a92..539a71c 100644 --- a/src/utility.c +++ b/src/utility.c @@ -24,3 +24,13 @@ char *xstrdup(const char *str) { return strcpy(dup,str); } + +size_t xstrclen(const char *str,char c) { + size_t n; + + for( n = 0 ; *str ; ++str ) + if(*str == c) + ++n; + + return n; +} From bouleetbil at frogdev.info Sun Dec 6 22:38:12 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 6 Dec 2009 22:38:12 +0100 (CET) Subject: [Frugalware-git] frugalware-current: librest-0.6-1-i686 *new package Message-ID: <20091206213812.1F4951240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6e4ddc7f4125fdabebff80766d0c77e5e5181c4d commit 6e4ddc7f4125fdabebff80766d0c77e5e5181c4d Author: bouleetbil Date: Sun Dec 6 22:41:02 2009 +0000 librest-0.6-1-i686 *new package diff --git a/source/gnome-extra/librest/FrugalBuild b/source/gnome-extra/librest/FrugalBuild new file mode 100644 index 0000000..48714a1 --- /dev/null +++ b/source/gnome-extra/librest/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.14 SBU +# Maintainer: bouleetbil + +pkgname=librest +_F_archive_name=rest +pkgver=0.6 +pkgrel=1 +pkgdesc="This library was designed to make it easier to access web services" +depends=('libsoup-gnome' 'libxml2') +groups=('gnome-extra') +archs=('i686') +url=http://moblin.org/projects/librest +up2date="Flasttar http://moblin.org/downloads/project" +source=(http://moblin.org/sites/all/files/$_F_archive_name-$pkgver.tar.gz) +sha1sums=('9ed2814ae123b73d15598ebd0b1457ab9b6208be') + +# optimization OK From ryuo at frugalware.org Sun Dec 6 22:51:58 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 22:51:58 +0100 (CET) Subject: [Frugalware-git] yaxmenu: xdg.c * initial draft Message-ID: <20091206215158.CEA371240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=c87faf1eb324d5e9ef7fc2cc16c9d1addba98f6f commit c87faf1eb324d5e9ef7fc2cc16c9d1addba98f6f Author: James Buren Date: Sun Dec 6 15:51:40 2009 -0600 xdg.c * initial draft diff --git a/src/xdg.c b/src/xdg.c new file mode 100644 index 0000000..2875aa0 --- /dev/null +++ b/src/xdg.c @@ -0,0 +1,91 @@ +#include "globals.h" +#include "utility.h" +#include "xdg.h" + +static const char home_env[] = "HOME"; +static const char xdg_delimiter[] = ":"; +static const size_t xdg_base_elements = 3; +static const char xdg_config_home_env[] = "XDG_CONFIG_HOME"; +static const char xdg_config_home_def[] = ".config"; +static const char xdg_config_dirs_env[] = "XDG_CONFIG_DIRS"; +static const char xdg_config_dirs_def[] = "/etc/xdg"; +static const char xdg_data_home_env[] = "XDG_DATA_HOME"; +static const char xdg_data_home_def[] = ".local/share"; +static const char xdg_data_dirs_env[] = "XDG_DATA_DIRS"; +static const char xdg_data_dirs_def[] = "/usr/local/share:/usr/share"; + +bool xdg_init(void) { + const char *env; + char home[PATH_MAX], user[PATH_MAX], sys[PATH_MAX], path[PATH_MAX]; + char *str; + size_t num; + + env = getenv(home_env); + + if(!env) { + eprintf("Failed to retrieve %s environmental variable.\n",home_env); + return false; + } + + xsnprintf(home,"%s",env); + + env = getenv(xdg_config_home_env); + + if(env && *env) + xsnprintf(user,"%s",env); + else + xsnprintf(user,"%s/%s",home,xdg_config_home_def); + + env = getenv(xdg_config_dirs_env); + + if(env && *env) + xsnprintf(sys,"%s",env); + else + xsnprintf(sys,"%s",xdg_config_dirs_def); + + G->cfgdirs = xnew(char *,xstrclen(sys,':') + xdg_base_elements); + + xsnprintf(path,"%s/%s",user,G->progname); + + G->cfgdirs[num = 0] = xstrdup(path); + + str = strtok(sys,xdg_delimiter); + + do { + xsnprintf(path,"%s/%s",str,G->progname); + G->cfgdirs[++num] = xstrdup(path); + } while((str = strtok(NULL,xdg_delimiter))); + + G->cfgdirs[num + 1] = NULL; + + env = getenv(xdg_data_home_env); + + if(env && *env) + xsnprintf(user,"%s",env); + else + xsnprintf(user,"%s/%s",home,xdg_data_home_def); + + env = getenv(xdg_data_dirs_env); + + if(env && *env) + xsnprintf(sys,"%s",env); + else + xsnprintf(sys,"%s",xdg_data_dirs_def); + + G->datadirs = xnew(char *,xstrclen(sys,':') + xdg_base_elements); + + xsnprintf(path,"%s/%s",user,G->progname); + + G->datadirs[num = 0] = xstrdup(path); + + str = strtok(sys,xdg_delimiter); + + do { + xsnprintf(path,"%s/%s",str,G->progname); + G->datadirs[++num] = xstrdup(path); + } while((str = strtok(NULL,xdg_delimiter))); + + G->datadirs[num + 1] = NULL; + + return true; +} From ryuo at frugalware.org Sun Dec 6 22:54:14 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 22:54:14 +0100 (CET) Subject: [Frugalware-git] yaxmenu: xdg.c * add comments for information used to design this xdg implementation Message-ID: <20091206215414.089DE1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=b2d9c6ab781ae108d75e43232c2302a4cf56669b commit b2d9c6ab781ae108d75e43232c2302a4cf56669b Author: James Buren Date: Sun Dec 6 15:53:47 2009 -0600 xdg.c * add comments for information used to design this xdg implementation diff --git a/src/xdg.c b/src/xdg.c index 2875aa0..ccc16e4 100644 --- a/src/xdg.c +++ b/src/xdg.c @@ -14,6 +14,9 @@ static const char xdg_data_home_def[] = ".local/share"; static const char xdg_data_dirs_env[] = "XDG_DATA_DIRS"; static const char xdg_data_dirs_def[] = "/usr/local/share:/usr/share"; +// Designed for XDG Base Directory Specification Version 0.6 +// Url: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html + bool xdg_init(void) { const char *env; char home[PATH_MAX], user[PATH_MAX], sys[PATH_MAX], path[PATH_MAX]; From bouleetbil at frogdev.info Sun Dec 6 23:11:01 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 6 Dec 2009 23:11:01 +0100 (CET) Subject: [Frugalware-git] frugalware-current: emerillon-0.1.0-1-i686 *new package Message-ID: <20091206221101.C34E01240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8e7b54816def989fc1b9cfe2a4449d04d7346c42 commit 8e7b54816def989fc1b9cfe2a4449d04d7346c42 Author: bouleetbil Date: Sun Dec 6 23:13:55 2009 +0000 emerillon-0.1.0-1-i686 *new package diff --git a/source/gnome-extra/emerillon/FrugalBuild b/source/gnome-extra/emerillon/FrugalBuild new file mode 100644 index 0000000..570dee4 --- /dev/null +++ b/source/gnome-extra/emerillon/FrugalBuild @@ -0,0 +1,20 @@ +# Compiling Time: 0.10 SBU +# Maintainer: bouleetbil + +pkgname=emerillon +pkgver=0.1.0 +pkgrel=1 +pkgdesc="An Extensible, Open Map Viewer" +depends=('gconf' 'libchamplain' 'geoclue' 'ethos' 'librest') +makedepends=('intltool') +groups=('gnome-extra') +archs=('i686') +options=('scriptlet') +_F_gnome_devel="y" +_F_gnome_schemas=('/etc/gconf/schemas/emerillon.schemas') +_F_gnome_desktop="y" +Finclude gnome gnome-scriptlet +url=http://www.novopia.com/emerillon/ +sha1sums=('e7ab1a375193b8e55522061f401a8a377245dd9a') + +# optimization OK From ryuo at frugalware.org Sun Dec 6 23:12:28 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 23:12:28 +0100 (CET) Subject: [Frugalware-git] yaxmenu: includes.h * add Xlib.h Message-ID: <20091206221228.12E761240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=03e50572f1505d6f8d1a5da325498c09282f2b9b commit 03e50572f1505d6f8d1a5da325498c09282f2b9b Author: James Buren Date: Sun Dec 6 16:11:21 2009 -0600 includes.h * add Xlib.h diff --git a/src/includes.h b/src/includes.h index 8a59b98..49d471c 100644 --- a/src/includes.h +++ b/src/includes.h @@ -7,4 +7,5 @@ #include #include #include +#include #endif From ryuo at frugalware.org Sun Dec 6 23:12:28 2009 From: ryuo at frugalware.org (James Buren) Date: Sun, 6 Dec 2009 23:12:28 +0100 (CET) Subject: [Frugalware-git] yaxmenu: Makefile * add flags for x11 Message-ID: <20091206221228.2AAE31240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=fad6c8c38ca60d415c41c1d085c1d392f2dbbe01 commit fad6c8c38ca60d415c41c1d085c1d392f2dbbe01 Author: James Buren Date: Sun Dec 6 16:12:01 2009 -0600 Makefile * add flags for x11 diff --git a/src/Makefile b/src/Makefile index 3e39912..afb1be4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -16,6 +16,10 @@ else CFLAGS += -DNDEBUG endif +# add x11 cflags and ldflags +CFLAGS += $(shell pkg-config --cflags x11) +LDFLAGS += $(shell pkg-config --libs x11) + # define program variables PROGRAM = yaxmenu SOURCES = $(shell echo *.c) From ryuo at frugalware.org Mon Dec 7 00:06:09 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 00:06:09 +0100 (CET) Subject: [Frugalware-git] yaxmenu: includes.h * add errno.h Message-ID: <20091206230609.4857C1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=92d13312c15b0b2d438ab5966d171d6d93f04c7b commit 92d13312c15b0b2d438ab5966d171d6d93f04c7b Author: James Buren Date: Sun Dec 6 17:05:54 2009 -0600 includes.h * add errno.h diff --git a/src/includes.h b/src/includes.h index 49d471c..bb3a41a 100644 --- a/src/includes.h +++ b/src/includes.h @@ -4,6 +4,7 @@ #include #include #include +#include #include #include #include From vmiklos at frugalware.org Mon Dec 7 01:06:58 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Dec 2009 01:06:58 +0100 (CET) Subject: [Frugalware-git] frugalware-current: ejabberd-2.1.0-2-i686 Message-ID: <20091207000658.8C0781240014@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=849f698af0043749e9cb940051433fc4d5727c43 commit 849f698af0043749e9cb940051433fc4d5727c43 Author: Miklos Vajna Date: Mon Dec 7 01:06:19 2009 +0100 ejabberd-2.1.0-2-i686 - fix typo in README.Frugalware diff --git a/source/network-extra/ejabberd/FrugalBuild b/source/network-extra/ejabberd/FrugalBuild index 4c7f97b..7668fc3 100644 --- a/source/network-extra/ejabberd/FrugalBuild +++ b/source/network-extra/ejabberd/FrugalBuild @@ -3,7 +3,7 @@ pkgname=ejabberd pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A free and open source instant messaging server written in Erlang." url="http://ejabberd.jabber.ru/" depends=('erlang') @@ -16,7 +16,7 @@ source=(http://www.process-one.net/downloads/ejabberd/${pkgver%%_*}/ejabberd-$pk rc.ejabberd README.Frugalware) sha1sums=('003d921d98b16ac1f9b750e700d0e1ceb5f8ce1d' \ 'ac41a05fd1a21dcb6a4f1e104c185e82b5262d43' \ - '1b31169bb44dabd8d862c603f8a79a5d4c6fa69d') + '016da166aa7527f148cb29d87eeca108424f1d2a') build() { diff --git a/source/network-extra/ejabberd/README.Frugalware b/source/network-extra/ejabberd/README.Frugalware index 9114b17..55166a5 100644 --- a/source/network-extra/ejabberd/README.Frugalware +++ b/source/network-extra/ejabberd/README.Frugalware @@ -3,7 +3,7 @@ Generate Key Pair: ---- -# cd /etc/jabberd +# cd /etc/ejabberd # openssl req -new -x509 -newkey rsa:1024 -days 3650 -keyout privkey.pem -out server.pem ---- From ryuo at frugalware.org Mon Dec 7 03:38:57 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 03:38:57 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.h * add flags variable Message-ID: <20091207023857.058431240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=cd815e985a08677e4ed326152875c7433089561b commit cd815e985a08677e4ed326152875c7433089561b Author: James Buren Date: Sun Dec 6 20:38:42 2009 -0600 globals.h * add flags variable diff --git a/src/globals.h b/src/globals.h index 3a6984c..fb10b58 100644 --- a/src/globals.h +++ b/src/globals.h @@ -6,6 +6,7 @@ struct globals { char *progname; // Program name, aka argv[0] char *progver; // Version of the program release char *progdate; // Date this binary was compiled + int flags; // Toggle flags for various things char **cfgdirs; // Configuration directories char **datadirs; // Data directories }; From ryuo at frugalware.org Mon Dec 7 03:38:56 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 03:38:56 +0100 (CET) Subject: [Frugalware-git] yaxmenu: flags.h * initial draft Message-ID: <20091207023856.E63C11240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=555931429e7a3c0cddc6f9f44f2c173956fb2b61 commit 555931429e7a3c0cddc6f9f44f2c173956fb2b61 Author: James Buren Date: Sun Dec 6 20:37:51 2009 -0600 flags.h * initial draft diff --git a/src/flags.h b/src/flags.h new file mode 100644 index 0000000..aa9166b --- /dev/null +++ b/src/flags.h @@ -0,0 +1,6 @@ +#ifndef _flags_header_ +#define _flags_header_ +enum { + FLAG_VERBOSE = 1 +}; +#endif From ryuo at frugalware.org Mon Dec 7 03:42:39 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 03:42:39 +0100 (CET) Subject: [Frugalware-git] yaxmenu: options.c * add verbose flag Message-ID: <20091207024239.3FF851240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=6e5ad0998b81978fa92c8f36023d6c605fc76c4f commit 6e5ad0998b81978fa92c8f36023d6c605fc76c4f Author: James Buren Date: Sun Dec 6 20:42:27 2009 -0600 options.c * add verbose flag diff --git a/src/options.c b/src/options.c index cc8841e..d57c115 100644 --- a/src/options.c +++ b/src/options.c @@ -1,10 +1,11 @@ #include "globals.h" +#include "flags.h" #include "utility.h" #include "options.h" static const char version[] = "git"; static const char date[] = __DATE__; -static const char options[] = ":ih"; +static const char options[] = ":vih"; static const char info_format[] = "%s version %s\n" "\n" "Built on %s.\n"; @@ -12,6 +13,7 @@ static const char help_format[] = "Usage: %s\n" "\n" "Valid options:\n" "\n" + "-v -> Toggle verbose output\n" "-i -> Print miscellaneous information\n" "-h -> Print help information\n"; static const char missing_format[] = "Missing argument: %c\n"; @@ -32,6 +34,10 @@ bool options_parse(int argc,char **argv) { switch(opt) { + case 'v': + G->flags ^= FLAG_VERBOSE; + break; + case 'i': eprintf(info_format,G->progname,G->progver,G->progdate); return false; From ryuo at frugalware.org Mon Dec 7 03:44:59 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 03:44:59 +0100 (CET) Subject: [Frugalware-git] yaxmenu: config.h * initial draft Message-ID: <20091207024459.58B6F1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=c9b758fed81e9b09ae1c43b0f827671902e21800 commit c9b758fed81e9b09ae1c43b0f827671902e21800 Author: James Buren Date: Sun Dec 6 20:44:41 2009 -0600 config.h * initial draft diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..bf21e60 --- /dev/null +++ b/src/config.h @@ -0,0 +1,6 @@ +#ifndef _config_header_ +#define _config_header_ +#include "includes.h" + +bool config_parse(void); +#endif From ryuo at frugalware.org Mon Dec 7 04:10:52 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 04:10:52 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.h * add whitespace_chars and comment_char Message-ID: <20091207031052.750B51240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=b676f16275b0fddb889769dba3c7208cc474d9e9 commit b676f16275b0fddb889769dba3c7208cc474d9e9 Author: James Buren Date: Sun Dec 6 21:10:12 2009 -0600 globals.h * add whitespace_chars and comment_char diff --git a/src/globals.h b/src/globals.h index fb10b58..a8aa1c7 100644 --- a/src/globals.h +++ b/src/globals.h @@ -3,12 +3,14 @@ #include "includes.h" struct globals { - char *progname; // Program name, aka argv[0] - char *progver; // Version of the program release - char *progdate; // Date this binary was compiled - int flags; // Toggle flags for various things - char **cfgdirs; // Configuration directories - char **datadirs; // Data directories + char *progname; // Program name, aka argv[0] + char *progver; // Version of the program release + char *progdate; // Date this binary was compiled + int flags; // Toggle flags for various things + const char comment_char; // Global constant for the comment char + const char *whitespace_chars; // Global constant for whitespace chars + char **cfgdirs; // Configuration directories + char **datadirs; // Data directories }; extern struct globals *G; From ryuo at frugalware.org Mon Dec 7 04:10:52 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 04:10:52 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.c * initialize internal members Message-ID: <20091207031052.840731240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=070668706cbc9385184bfee21bf89047f146ac7c commit 070668706cbc9385184bfee21bf89047f146ac7c Author: James Buren Date: Sun Dec 6 21:10:36 2009 -0600 globals.c * initialize internal members diff --git a/src/globals.c b/src/globals.c index 111fc55..19d7b78 100644 --- a/src/globals.c +++ b/src/globals.c @@ -1,5 +1,14 @@ #include "globals.h" -static struct globals S; +static struct globals S = { + NULL, + NULL, + NULL, + 0, + '#', + " \t\r\n", + NULL, + NULL +}; struct globals *G = &S; From ryuo at frugalware.org Mon Dec 7 06:10:21 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 06:10:21 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.h * add xstrtrim function prototype Message-ID: <20091207051021.DA2331240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=f0edc152de6ee0caea7253d45fac126987cc7b8f commit f0edc152de6ee0caea7253d45fac126987cc7b8f Author: James Buren Date: Sun Dec 6 23:08:08 2009 -0600 utility.h * add xstrtrim function prototype diff --git a/src/utility.h b/src/utility.h index 41d2a33..3bbbccd 100644 --- a/src/utility.h +++ b/src/utility.h @@ -11,4 +11,5 @@ void *xmalloc(size_t); char *xstrdup(const char *); size_t xstrclen(const char *,char); +char *xstrtrim(char *); #endif From ryuo at frugalware.org Mon Dec 7 06:10:21 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 06:10:21 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.c * add xstrtrim function Message-ID: <20091207051021.DEF831240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=f02f0a2f637fefca3d65a198b6e1d8fbfabc12e4 commit f02f0a2f637fefca3d65a198b6e1d8fbfabc12e4 Author: James Buren Date: Sun Dec 6 23:10:05 2009 -0600 utility.c * add xstrtrim function diff --git a/src/utility.c b/src/utility.c index 539a71c..a6fb610 100644 --- a/src/utility.c +++ b/src/utility.c @@ -1,3 +1,4 @@ +#include "globals.h" #include "utility.h" void *xmalloc(size_t size) { @@ -34,3 +35,21 @@ size_t xstrclen(const char *str,char c) { return n; } + +char *xstrtrim(char *str) { + char *t1, *t2; + + assert(str); + + str += strspn(str,G->whitespace_chars); + + for( t1 = str ; *t1 ; ) { + t1 += strcspn(t1,G->whitespace_chars); + t2 = t1; + t1 += strspn(t1,G->whitespace_chars); + } + + *t2 = '\0'; + + return str; +} From ryuo at frugalware.org Mon Dec 7 06:48:20 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 06:48:20 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.h * add theme, menu variables Message-ID: <20091207054820.5D9001240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=71087de7f8f9a5e493a1d7655d52f34fbd07e91e commit 71087de7f8f9a5e493a1d7655d52f34fbd07e91e Author: James Buren Date: Sun Dec 6 23:47:58 2009 -0600 globals.h * add theme, menu variables diff --git a/src/globals.h b/src/globals.h index a8aa1c7..088385b 100644 --- a/src/globals.h +++ b/src/globals.h @@ -11,6 +11,8 @@ struct globals { const char *whitespace_chars; // Global constant for whitespace chars char **cfgdirs; // Configuration directories char **datadirs; // Data directories + char *theme; // Name of theme to use + char *menu; // Name of menu to use }; extern struct globals *G; From ryuo at frugalware.org Mon Dec 7 06:48:20 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 06:48:20 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.c * extend initializer Message-ID: <20091207054820.6EC261240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=d02ee2ecd6a42cde94a2e883d2013e13bdd10343 commit d02ee2ecd6a42cde94a2e883d2013e13bdd10343 Author: James Buren Date: Sun Dec 6 23:48:08 2009 -0600 globals.c * extend initializer diff --git a/src/globals.c b/src/globals.c index 19d7b78..78767ce 100644 --- a/src/globals.c +++ b/src/globals.c @@ -8,6 +8,8 @@ static struct globals S = { '#', " \t\r\n", NULL, + NULL, + NULL, NULL }; From ryuo at frugalware.org Mon Dec 7 06:49:31 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 06:49:31 +0100 (CET) Subject: [Frugalware-git] yaxmenu: main.c * add config.h and config_init() Message-ID: <20091207054931.65A201240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=6e4c2e29753e820bfa4f5f940c9aad263f186e52 commit 6e4c2e29753e820bfa4f5f940c9aad263f186e52 Author: James Buren Date: Sun Dec 6 23:49:14 2009 -0600 main.c * add config.h and config_init() diff --git a/src/main.c b/src/main.c index f9f9ebc..cc19f95 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,6 @@ #include "options.h" #include "xdg.h" +#include "config.h" int main(int argc,char **argv) { @@ -9,5 +10,8 @@ int main(int argc,char **argv) { if(!xdg_init()) return EXIT_FAILURE; + if(!config_parse()) + return EXIT_FAILURE; + return EXIT_SUCCESS; } From ryuo at frugalware.org Mon Dec 7 07:03:47 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 07:03:47 +0100 (CET) Subject: [Frugalware-git] yaxmenu: config.c * initial draft Message-ID: <20091207060347.AE1D71240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=a7f0d8da1b45cbc763701d40802354b890115877 commit a7f0d8da1b45cbc763701d40802354b890115877 Author: James Buren Date: Mon Dec 7 00:03:35 2009 -0600 config.c * initial draft diff --git a/src/config.c b/src/config.c new file mode 100644 index 0000000..40bafc4 --- /dev/null +++ b/src/config.c @@ -0,0 +1,87 @@ +#include "globals.h" +#include "flags.h" +#include "utility.h" +#include "config.h" + +static const char config_file_name[] = "cfgrc"; +static const char config_parser_format[] = "%*[^=]=%n%*[^\n]\n%n"; +static const char config_key_theme[] = "theme"; +static const char config_key_menu[] = "menu"; + +static inline void _config_set_string(char **dest,const char *val) { + assert(dest && val); + + if(!*dest) + *dest = xstrdup(val); +} + +static inline bool _config_parse_line(char *line) { + char *str, *key, *val; + size_t i, j; + + assert(line); + + str = strchr(line,G->comment_char); + + if(str) + *str = '\0'; + + line += strspn(line,G->whitespace_chars); + + if(!*line) + return true; + + if(sscanf(line,config_parser_format,&i,&j)) + return false; + + *(line + i - 1) = '\0'; + + *(line + j - 1) = '\0'; + + key = xstrtrim(line); + + val = xstrtrim(line + i); + + if(!*key || !*val) + return false; + + if(!strcasecmp(key,config_key_theme)) + _config_set_string(&G->theme,val); + else if(!strcasecmp(key,config_key_menu)) + _config_set_string(&G->menu,val); + else + return false; + + return true; +} + +bool config_parse(void) { + FILE *file; + char path[PATH_MAX], line[LINE_MAX], **str; + size_t num; + + for( str = G->cfgdirs ; *str ; ++str ) { + xsnprintf(path,"%s/%s",*str,config_file_name); + file = fopen(path,"r"); + if(file) + break; + else if(G->flags & FLAG_VERBOSE) + eprintf("%s: %s\n",strerror(errno),path); + } + + if(!file) { + eprintf("Failed to open a configuration file for parsing.\n"); + return false; + } + + for( num = 1 ; fgets(line,array_entries(line),file) ; ++num ) + if(!_config_parse_line(line)) { + eprintf("Parsing error at line %u in %s.\n",num,path); + fclose(file); + return false; + } + + fclose(file); + + return true; +} From ryuo at frugalware.org Mon Dec 7 07:17:10 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 07:17:10 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.h * add inline function xsetstr Message-ID: <20091207061710.4AA4F1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=0ca619aa1380def6c7fe02ec39d67a96a4628645 commit 0ca619aa1380def6c7fe02ec39d67a96a4628645 Author: James Buren Date: Mon Dec 7 00:16:54 2009 -0600 utility.h * add inline function xsetstr diff --git a/src/utility.h b/src/utility.h index 3bbbccd..34d1280 100644 --- a/src/utility.h +++ b/src/utility.h @@ -12,4 +12,11 @@ void *xmalloc(size_t); char *xstrdup(const char *); size_t xstrclen(const char *,char); char *xstrtrim(char *); + +static inline void xsetstr(char **dest,const char *src) { + assert(dest && src); + + if(!*dest) + *dest = xstrdup(src); +} #endif From ryuo at frugalware.org Mon Dec 7 07:18:32 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 07:18:32 +0100 (CET) Subject: [Frugalware-git] yaxmenu: config.c * convert _config_set_string to xsetstr Message-ID: <20091207061832.E87731240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=1402d766e11b29d87a76b885e2220bf99849f9b0 commit 1402d766e11b29d87a76b885e2220bf99849f9b0 Author: James Buren Date: Mon Dec 7 00:18:11 2009 -0600 config.c * convert _config_set_string to xsetstr diff --git a/src/config.c b/src/config.c index 40bafc4..833bb94 100644 --- a/src/config.c +++ b/src/config.c @@ -8,13 +8,6 @@ static const char config_parser_format[] = "%*[^=]=%n%*[^\n]\n%n"; static const char config_key_theme[] = "theme"; static const char config_key_menu[] = "menu"; -static inline void _config_set_string(char **dest,const char *val) { - assert(dest && val); - - if(!*dest) - *dest = xstrdup(val); -} - static inline bool _config_parse_line(char *line) { char *str, *key, *val; size_t i, j; @@ -46,9 +39,9 @@ static inline bool _config_parse_line(char *line) { return false; if(!strcasecmp(key,config_key_theme)) - _config_set_string(&G->theme,val); + xsetstr(&G->theme,val); else if(!strcasecmp(key,config_key_menu)) - _config_set_string(&G->menu,val); + xsetstr(&G->menu,val); else return false; From ryuo at frugalware.org Mon Dec 7 07:25:43 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 07:25:43 +0100 (CET) Subject: [Frugalware-git] yaxmenu: options.c * add options for setting theme and menu Message-ID: <20091207062543.2F7F21240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=ded3f1cbeabb049982adb212708876961b06f645 commit ded3f1cbeabb049982adb212708876961b06f645 Author: James Buren Date: Mon Dec 7 00:25:25 2009 -0600 options.c * add options for setting theme and menu diff --git a/src/options.c b/src/options.c index d57c115..6ff27f9 100644 --- a/src/options.c +++ b/src/options.c @@ -5,7 +5,7 @@ static const char version[] = "git"; static const char date[] = __DATE__; -static const char options[] = ":vih"; +static const char options[] = ":t:m:vih"; static const char info_format[] = "%s version %s\n" "\n" "Built on %s.\n"; @@ -13,6 +13,8 @@ static const char help_format[] = "Usage: %s\n" "\n" "Valid options:\n" "\n" + "-t -> Set the theme to use\n" + "-m -> Set the menu to use\n" "-v -> Toggle verbose output\n" "-i -> Print miscellaneous information\n" "-h -> Print help information\n"; @@ -34,6 +36,14 @@ bool options_parse(int argc,char **argv) { switch(opt) { + case 't': + xsetstr(&G->theme,optarg); + break; + + case 'm': + xsetstr(&G->menu,optarg); + break; + case 'v': G->flags ^= FLAG_VERBOSE; break; From ryuo at frugalware.org Mon Dec 7 07:27:45 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 07:27:45 +0100 (CET) Subject: [Frugalware-git] yaxmenu: options.c * add an assertion to check if the switch "falls through" to default Message-ID: <20091207062745.9B05F1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=a2beffe196c6ae66831b8fbcb2803a7070da5790 commit a2beffe196c6ae66831b8fbcb2803a7070da5790 Author: James Buren Date: Mon Dec 7 00:27:14 2009 -0600 options.c * add an assertion to check if the switch "falls through" to default diff --git a/src/options.c b/src/options.c index 6ff27f9..8120b80 100644 --- a/src/options.c +++ b/src/options.c @@ -64,6 +64,10 @@ bool options_parse(int argc,char **argv) { eprintf(invalid_format,optopt); return false; + default: + assert(0); + break; + } } From ryuo at frugalware.org Mon Dec 7 07:38:38 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 07:38:38 +0100 (CET) Subject: [Frugalware-git] yaxmenu: Makefile * add imlib2 cflags and ldflags Message-ID: <20091207063838.A67CA1240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=918683c9c39684e5242fb6fbe9a416c1da81da1c commit 918683c9c39684e5242fb6fbe9a416c1da81da1c Author: James Buren Date: Mon Dec 7 00:38:23 2009 -0600 Makefile * add imlib2 cflags and ldflags diff --git a/src/Makefile b/src/Makefile index afb1be4..7d8063d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -20,6 +20,10 @@ endif CFLAGS += $(shell pkg-config --cflags x11) LDFLAGS += $(shell pkg-config --libs x11) +# add imlib2 cflags and ldflags +CFLAGS += $(shell pkg-config --cflags imlib2) +LDFLAGS += $(shell pkg-config --libs imlib2) + # define program variables PROGRAM = yaxmenu SOURCES = $(shell echo *.c) From ryuo at frugalware.org Mon Dec 7 07:38:38 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 07:38:38 +0100 (CET) Subject: [Frugalware-git] yaxmenu: includes.h * add Imlib2.h Message-ID: <20091207063838.9414F1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=04b22f77b578cd46e4566392c23da702ecbe4f42 commit 04b22f77b578cd46e4566392c23da702ecbe4f42 Author: James Buren Date: Mon Dec 7 00:37:50 2009 -0600 includes.h * add Imlib2.h diff --git a/src/includes.h b/src/includes.h index bb3a41a..2239177 100644 --- a/src/includes.h +++ b/src/includes.h @@ -9,4 +9,5 @@ #include #include #include +#include #endif From ryuo at frugalware.org Mon Dec 7 08:11:47 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:11:47 +0100 (CET) Subject: [Frugalware-git] yaxmenu: options.c * add license Message-ID: <20091207071147.412571240014@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=4c23d5f4e6426c61818c749ed036b18777e89ab0 commit 4c23d5f4e6426c61818c749ed036b18777e89ab0 Author: James Buren Date: Mon Dec 7 01:08:00 2009 -0600 options.c * add license diff --git a/src/options.c b/src/options.c index 8120b80..3274a31 100644 --- a/src/options.c +++ b/src/options.c @@ -1,3 +1,23 @@ +// Copyright (c) 2009 James Buren +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #include "globals.h" #include "flags.h" #include "utility.h" From ryuo at frugalware.org Mon Dec 7 08:11:47 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:11:47 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.c * add license Message-ID: <20091207071147.49B651240037@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=d7a2ddae8e0e02b553f8cb516767ad0890d940eb commit d7a2ddae8e0e02b553f8cb516767ad0890d940eb Author: James Buren Date: Mon Dec 7 01:08:18 2009 -0600 utility.c * add license diff --git a/src/utility.c b/src/utility.c index a6fb610..57c3b92 100644 --- a/src/utility.c +++ b/src/utility.c @@ -1,3 +1,23 @@ +// Copyright (c) 2009 James Buren +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #include "globals.h" #include "utility.h" From ryuo at frugalware.org Mon Dec 7 08:11:47 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:11:47 +0100 (CET) Subject: [Frugalware-git] yaxmenu: config.c * add license Message-ID: <20091207071147.3141D1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=cbe37b0e93fa2dad5616da6ee7560c136747d83f commit cbe37b0e93fa2dad5616da6ee7560c136747d83f Author: James Buren Date: Mon Dec 7 01:05:58 2009 -0600 config.c * add license diff --git a/src/config.c b/src/config.c index 833bb94..616e37f 100644 --- a/src/config.c +++ b/src/config.c @@ -1,3 +1,23 @@ +// Copyright (c) 2009 James Buren +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #include "globals.h" #include "flags.h" #include "utility.h" From ryuo at frugalware.org Mon Dec 7 08:11:47 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:11:47 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.c * add license Message-ID: <20091207071147.3B7D61240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=72dc7c6cf6b31ac138934ed08cc48092ce1e5e0c commit 72dc7c6cf6b31ac138934ed08cc48092ce1e5e0c Author: James Buren Date: Mon Dec 7 01:07:49 2009 -0600 globals.c * add license diff --git a/src/globals.c b/src/globals.c index 78767ce..137055b 100644 --- a/src/globals.c +++ b/src/globals.c @@ -1,3 +1,23 @@ +// Copyright (c) 2009 James Buren +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #include "globals.h" static struct globals S = { From ryuo at frugalware.org Mon Dec 7 08:11:47 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:11:47 +0100 (CET) Subject: [Frugalware-git] yaxmenu: xdg.c * add license Message-ID: <20091207071147.4EAD81240039@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=634d070ffd83968abc341a9b2a1dadcf0cbd80f0 commit 634d070ffd83968abc341a9b2a1dadcf0cbd80f0 Author: James Buren Date: Mon Dec 7 01:08:32 2009 -0600 xdg.c * add license diff --git a/src/xdg.c b/src/xdg.c index ccc16e4..16e84f5 100644 --- a/src/xdg.c +++ b/src/xdg.c @@ -1,3 +1,23 @@ +// Copyright (c) 2009 James Buren +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #include "globals.h" #include "utility.h" #include "xdg.h" From ryuo at frugalware.org Mon Dec 7 08:11:47 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:11:47 +0100 (CET) Subject: [Frugalware-git] yaxmenu: main.c * add license Message-ID: <20091207071147.647AB124003A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=1190dc40b08ac7419c05a155f213196d6de9cfe5 commit 1190dc40b08ac7419c05a155f213196d6de9cfe5 Author: James Buren Date: Mon Dec 7 01:08:42 2009 -0600 main.c * add license diff --git a/src/main.c b/src/main.c index cc19f95..31e97eb 100644 --- a/src/main.c +++ b/src/main.c @@ -1,3 +1,23 @@ +// Copyright (c) 2009 James Buren +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #include "options.h" #include "xdg.h" #include "config.h" From ryuo at frugalware.org Mon Dec 7 08:11:47 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:11:47 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.h * add license Message-ID: <20091207071147.71080124003B@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=b96d34655566371050009f14423825c84062c4ad commit b96d34655566371050009f14423825c84062c4ad Author: James Buren Date: Mon Dec 7 01:10:28 2009 -0600 utility.h * add license diff --git a/src/utility.h b/src/utility.h index 34d1280..d8a49f0 100644 --- a/src/utility.h +++ b/src/utility.h @@ -1,3 +1,23 @@ +// Copyright (c) 2009 James Buren +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #ifndef _utility_header_ #define _utility_header_ #include "includes.h" From ryuo at frugalware.org Mon Dec 7 08:11:47 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:11:47 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.h * add license Message-ID: <20091207071147.764C01240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=0187c7be992d6267ef9dd71890c3111ced3aaa89 commit 0187c7be992d6267ef9dd71890c3111ced3aaa89 Author: James Buren Date: Mon Dec 7 01:10:36 2009 -0600 globals.h * add license diff --git a/src/globals.h b/src/globals.h index 088385b..51b105c 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1,3 +1,23 @@ +// Copyright (c) 2009 James Buren +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #ifndef _globals_header_ #define _globals_header_ #include "includes.h" From ryuo at frugalware.org Mon Dec 7 08:11:47 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:11:47 +0100 (CET) Subject: [Frugalware-git] yaxmenu: options.h * add license Message-ID: <20091207071147.7C0841240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=c910acc25a0dc55bf01510d8b7b92b2754d859d4 commit c910acc25a0dc55bf01510d8b7b92b2754d859d4 Author: James Buren Date: Mon Dec 7 01:10:46 2009 -0600 options.h * add license diff --git a/src/options.h b/src/options.h index aa02adc..2655ab2 100644 --- a/src/options.h +++ b/src/options.h @@ -1,3 +1,23 @@ +// Copyright (c) 2009 James Buren +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #ifndef _options_header_ #define _options_header_ #include "includes.h" From ryuo at frugalware.org Mon Dec 7 08:11:47 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:11:47 +0100 (CET) Subject: [Frugalware-git] yaxmenu: config.h * add license Message-ID: <20091207071147.826A0124003C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=fe0f6044ed1c00ab3cd3289a3cc8695e15617f59 commit fe0f6044ed1c00ab3cd3289a3cc8695e15617f59 Author: James Buren Date: Mon Dec 7 01:10:59 2009 -0600 config.h * add license diff --git a/src/config.h b/src/config.h index bf21e60..9e57f87 100644 --- a/src/config.h +++ b/src/config.h @@ -1,3 +1,23 @@ +// Copyright (c) 2009 James Buren +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #ifndef _config_header_ #define _config_header_ #include "includes.h" From ryuo at frugalware.org Mon Dec 7 08:11:47 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:11:47 +0100 (CET) Subject: [Frugalware-git] yaxmenu: flags.h * add license Message-ID: <20091207071147.8732E124003D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=8f3d48c4fe1e64aca3c5f9422a8930e5144674a3 commit 8f3d48c4fe1e64aca3c5f9422a8930e5144674a3 Author: James Buren Date: Mon Dec 7 01:11:07 2009 -0600 flags.h * add license diff --git a/src/flags.h b/src/flags.h index aa9166b..4eef1dc 100644 --- a/src/flags.h +++ b/src/flags.h @@ -1,3 +1,23 @@ +// Copyright (c) 2009 James Buren +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #ifndef _flags_header_ #define _flags_header_ enum { From ryuo at frugalware.org Mon Dec 7 08:11:47 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:11:47 +0100 (CET) Subject: [Frugalware-git] yaxmenu: includes.h * add license Message-ID: <20091207071147.9396F12400C5@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=703324f6c1f1b9c1713946a6df84d78378dcdcbf commit 703324f6c1f1b9c1713946a6df84d78378dcdcbf Author: James Buren Date: Mon Dec 7 01:11:16 2009 -0600 includes.h * add license diff --git a/src/includes.h b/src/includes.h index 2239177..7347299 100644 --- a/src/includes.h +++ b/src/includes.h @@ -1,3 +1,23 @@ +// Copyright (c) 2009 James Buren +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #ifndef _includes_header_ #define _includes_header_ #include From ryuo at frugalware.org Mon Dec 7 08:11:47 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:11:47 +0100 (CET) Subject: [Frugalware-git] yaxmenu: xdg.h * add license Message-ID: <20091207071147.9ABDF12400C6@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=4e71eec648edf7bd43a5fd3a0400a9e10cb3e193 commit 4e71eec648edf7bd43a5fd3a0400a9e10cb3e193 Author: James Buren Date: Mon Dec 7 01:11:34 2009 -0600 xdg.h * add license diff --git a/src/xdg.h b/src/xdg.h index 1f3360f..7cba14f 100644 --- a/src/xdg.h +++ b/src/xdg.h @@ -1,3 +1,23 @@ +// Copyright (c) 2009 James Buren +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #ifndef _xdg_header_ #define _xdg_header_ #include "includes.h" From ryuo at frugalware.org Mon Dec 7 08:14:07 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:14:07 +0100 (CET) Subject: [Frugalware-git] yaxmenu: LICENSE * initial draft Message-ID: <20091207071407.DDDD81240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=971e9894ef23598ebcc6e3328e39c4c716955c30 commit 971e9894ef23598ebcc6e3328e39c4c716955c30 Author: James Buren Date: Mon Dec 7 01:13:40 2009 -0600 LICENSE * initial draft diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..aebd9c9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2009 James Buren + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From ryuo at frugalware.org Mon Dec 7 08:14:07 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:14:07 +0100 (CET) Subject: [Frugalware-git] yaxmenu: COPYING * add symlink to license Message-ID: <20091207071407.E9E8B1240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=83ab96f4759ff50d74e96731547e46d6acc83572 commit 83ab96f4759ff50d74e96731547e46d6acc83572 Author: James Buren Date: Mon Dec 7 01:13:56 2009 -0600 COPYING * add symlink to license diff --git a/COPYING b/COPYING new file mode 120000 index 0000000..7a694c9 --- /dev/null +++ b/COPYING @@ -0,0 +1 @@ +LICENSE \ No newline at end of file From ryuo at frugalware.org Mon Dec 7 08:55:55 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:55:55 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.c * add theme global variables Message-ID: <20091207075555.830291240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=5d434f41ec55f707784bc090ee25b8d44d68e909 commit 5d434f41ec55f707784bc090ee25b8d44d68e909 Author: James Buren Date: Mon Dec 7 01:55:24 2009 -0600 globals.c * add theme global variables diff --git a/src/globals.c b/src/globals.c index 137055b..531ae1c 100644 --- a/src/globals.c +++ b/src/globals.c @@ -30,6 +30,16 @@ static struct globals S = { NULL, NULL, NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, NULL }; From ryuo at frugalware.org Mon Dec 7 08:55:55 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 08:55:55 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.h * add theme global variables Message-ID: <20091207075555.946D91240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=c02c0f746fdaca947d8e18e9ac5e7f84390997d6 commit c02c0f746fdaca947d8e18e9ac5e7f84390997d6 Author: James Buren Date: Mon Dec 7 01:55:36 2009 -0600 globals.h * add theme global variables diff --git a/src/globals.h b/src/globals.h index 51b105c..4d5655d 100644 --- a/src/globals.h +++ b/src/globals.h @@ -33,6 +33,16 @@ struct globals { char **datadirs; // Data directories char *theme; // Name of theme to use char *menu; // Name of menu to use + Imlib_Image win_bg; // window_background + Imlib_Image win_le; // window_leftend + Imlib_Image win_re; // window_rightend + Imlib_Image me_la_no; // menu_leftarrow_normal + Imlib_Image me_la_se; // menu_leftarrow_selected + Imlib_Image me_ra_no; // menu_rightarrow_normal + Imlib_Image me_ra_se; // menu_rightarrow_selected + Imlib_Image me_it_se_bg; // menu_item_selected_background + Imlib_Image me_it_se_le; // menu_item_selected_leftend + Imlib_Image me_it_se_re; // menu_item_selected_rightend }; extern struct globals *G; From vmiklos at frugalware.org Mon Dec 7 10:09:39 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Dec 2009 10:09:39 +0100 (CET) Subject: [Frugalware-git] frugalware-current: irc-rules: add section about verbose away messages, away nicks Message-ID: <20091207090939.36B571240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a8afeabfe6f9be26048ced04b18961e3ed287c31 commit a8afeabfe6f9be26048ced04b18961e3ed287c31 Author: Miklos Vajna Date: Mon Dec 7 10:09:36 2009 +0100 irc-rules: add section about verbose away messages, away nicks diff --git a/docs/irc-rules.txt b/docs/irc-rules.txt index 6490e54..19788e9 100644 --- a/docs/irc-rules.txt +++ b/docs/irc-rules.txt @@ -124,3 +124,9 @@ up their clients to ignore msgs on freenode, so you talk to /dev/null when you All Frugalware channels are logged and public. The logs are linked from the home page, and the main goal is to allow search engines to index them. If you don't like this then your only choice is to not join ;-) + +== Verbose away messages, away nicks + +Please avoid them, doing so makes the signal-to-noise ratio higher. +http://sackheads.org/~bnaylor/spew/away_msgs.html[Here] is a good howto +in this topic. From devil505linux at gmail.com Mon Dec 7 10:39:15 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Dec 2009 10:39:15 +0100 (CET) Subject: [Frugalware-git] frugalware-current: gramps-3.1.3-1-i686 * version bump Message-ID: <20091207093915.EB6A21240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=17a7c1ff975beeb7f6612ab6a6558b9bf2cceff1 commit 17a7c1ff975beeb7f6612ab6a6558b9bf2cceff1 Author: Devil505 Date: Mon Dec 7 10:35:19 2009 +0100 gramps-3.1.3-1-i686 * version bump diff --git a/source/gnome-extra/gramps/FrugalBuild b/source/gnome-extra/gramps/FrugalBuild index 55758f3..77db487 100755 --- a/source/gnome-extra/gramps/FrugalBuild +++ b/source/gnome-extra/gramps/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=gramps -pkgver=3.1.2 +pkgver=3.1.3 pkgrel=1 pkgdesc="GRAMPS is a GNOME genealogy program that allows you to easily build and keep track of your family tree." depends=('gconf>=2.26.2-2' 'python' 'pygtk' 'gnome-python>=2.26.1-2' 'gnome-vfs' 'reportlab' 'graphviz>=2.20.3-3' 'bsddb3') @@ -15,4 +15,4 @@ Finclude gnome-scriptlet sourceforge groups=('gnome-extra') archs=('i686' 'x86_64') Fconfopts="${Fconfopts[@]} --disable-mime-install" -sha1sums=('0f44bb1da675122013b2a362297f2830e86b8a6a') +sha1sums=('4798d433eaaf1680d539350c631ad6d50a0bbffb') From vmiklos at frugalware.org Mon Dec 7 11:01:08 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Dec 2009 11:01:08 +0100 (CET) Subject: [Frugalware-git] frugalware-current: docs/irc-rules.txt: respect http://www.w3.org/QA/Tips/noClickHere Message-ID: <20091207100108.283821240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=97b41f4f8d351c5bb65c90b354a7834fb91c459c commit 97b41f4f8d351c5bb65c90b354a7834fb91c459c Author: Attila Feher Date: Mon Dec 7 10:56:47 2009 +0100 docs/irc-rules.txt: respect http://www.w3.org/QA/Tips/noClickHere diff --git a/docs/irc-rules.txt b/docs/irc-rules.txt index 19788e9..924843b 100644 --- a/docs/irc-rules.txt +++ b/docs/irc-rules.txt @@ -128,5 +128,5 @@ don't like this then your only choice is to not join ;-) == Verbose away messages, away nicks Please avoid them, doing so makes the signal-to-noise ratio higher. -http://sackheads.org/~bnaylor/spew/away_msgs.html[Here] is a good howto -in this topic. +See the http://sackheads.org/~bnaylor/spew/away_msgs.html[Away messages +suck] article for further reasons. From bouleetbil at frogdev.info Mon Dec 7 11:35:17 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 11:35:17 +0100 (CET) Subject: [Frugalware-git] frugalware-current: balsa-2.4.2-1-i686 *version bump Message-ID: <20091207103517.AF23A1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ee9918e1abbbe9102fa85ddd3d9d5317e710fe38 commit ee9918e1abbbe9102fa85ddd3d9d5317e710fe38 Author: bouleetbil Date: Mon Dec 7 11:37:52 2009 +0000 balsa-2.4.2-1-i686 *version bump diff --git a/source/gnome-extra/balsa/FrugalBuild b/source/gnome-extra/balsa/FrugalBuild index ea2c56c..b8c208e 100644 --- a/source/gnome-extra/balsa/FrugalBuild +++ b/source/gnome-extra/balsa/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=balsa -pkgver=2.4.1 +pkgver=2.4.2 pkgrel=1 pkgdesc="Balsa is an e-mail client for GNOME" url="http://pawsa.fedorapeople.org/balsa" @@ -13,15 +13,16 @@ depends=('libesmtp' 'gmime' 'aspell' 'libgnomeprint' 'libgnomeprintui>=2.18.2-3' 'libgnome' 'libgnomeui>=2.24.1-2' 'gnome-vfs' 'gtkhtml' 'gpgme' 'sqlite3' 'openssl' 'gtkspell' \ 'libsm' 'gnome-keyring' 'popt' 'esd' 'pango>=1.24.2-2' 'libart_lgpl' 'atk' 'freetype2' \ 'libxau>=1.0.4' 'libxdmcp' 'libnotify' 'libglade>=2.6.4-2' 'libjpeg' 'libxdamage' 'gtkspell' \ - 'libxinerama' 'libxi' 'libxrandr' 'libxcursor' 'libgcc' 'gtksourceview>=2.6.2-2') + 'libxinerama' 'libxi' 'libxrandr' 'libxcursor' 'libgcc' 'gtksourceview>=2.6.2-2' 'unique') makedepends=('perl-xml-parser' 'rarian' 'intltool') _F_gnome_iconcache="y" _F_gnome_desktop="y" Finclude gnome-scriptlet groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') -sha1sums=('fc8a0ee154b22505607a82c886ccb074c28ac499') +sha1sums=('c1dcc907ef2d8f51adcd0257f374a322dadb7ce8') Fconfopts="${Fconfopts[@]} --with-ssl --with-gtkprint --with-gpgme=gpgme-config \ - --with-sqlite=sqlite3 --with-gtkspell --with-gtksourceview=yes" + --with-sqlite=sqlite3 --with-gtkspell --with-gtksourceview=yes --with-unique \ + --with-nm=no" # optimization OK From vmiklos at frugalware.org Mon Dec 7 12:54:56 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Dec 2009 12:54:56 +0100 (CET) Subject: [Frugalware-git] kernel2632: kernel.sh: don't ignore patches when building from git Message-ID: <20091207115456.499671240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=226ab0d0a89c08603c52c7ec61b40e8bd06c31d8 commit 226ab0d0a89c08603c52c7ec61b40e8bd06c31d8 Author: Miklos Vajna Date: Mon Dec 7 11:13:27 2009 +0100 kernel.sh: don't ignore patches when building from git diff --git a/source/include/kernel.sh b/source/include/kernel.sh index 1bf71d7..4ce4409 100644 --- a/source/include/kernel.sh +++ b/source/include/kernel.sh @@ -157,12 +157,6 @@ fi signatures=("${source[0]}.sign" '' '' '') install="src/kernel.install" -for i in ${_F_kernel_patches[@]} -do - source=(${source[@]} $i) - signatures=("${signatures[@]}" '') -done - [ "$_F_kernel_stable" -gt 0 ] && \ source=(${source[@]} ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$_F_kernel_ver.$_F_kernel_stable.bz2) && \ signatures=("${signatures[@]}" ${source[$((${#source[@]}-1))]}.sign) @@ -181,6 +175,12 @@ if Fuse $USE_DEVEL; then Finclude scm fi +for i in ${_F_kernel_patches[@]} +do + source=(${source[@]} $i) + signatures=("${signatures[@]}" '') +done + ### # * subpkg() # * subdepends() From vmiklos at frugalware.org Mon Dec 7 12:54:56 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Dec 2009 12:54:56 +0100 (CET) Subject: [Frugalware-git] kernel2632: kernel.sh: use make config instead of silentoldconfig Message-ID: <20091207115456.5A5C41240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=a15e9d0114d2c36731bdb7be5fb530b781b9bde1 commit a15e9d0114d2c36731bdb7be5fb530b781b9bde1 Author: Miklos Vajna Date: Mon Dec 7 11:13:43 2009 +0100 kernel.sh: use make config instead of silentoldconfig - the later does not work with a redirected terminal diff --git a/source/include/kernel.sh b/source/include/kernel.sh index 4ce4409..2939eba 100644 --- a/source/include/kernel.sh +++ b/source/include/kernel.sh @@ -245,7 +245,7 @@ Fbuildkernel() # remove unneded localversions rm -f localversion-* rm -f ../*.{gz,bz2,sign} - make silentoldconfig || Fdie + yes "" | make config if [ $_F_kernel_dontfakeversion -eq 0 ]; then Fsed "SUBLEVEL =.*" "SUBLEVEL = ${_F_kernel_ver#*.*.}" Makefile From bouleetbil at frogdev.info Mon Dec 7 14:22:38 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 14:22:38 +0100 (CET) Subject: [Frugalware-git] frugalware-current: gnome-paint-0.1-1-i686 *new package Message-ID: <20091207132238.D64CC1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d0f923cc8fbe16616eae59442fcd019ef9f2673e commit d0f923cc8fbe16616eae59442fcd019ef9f2673e Author: bouleetbil Date: Mon Dec 7 14:24:43 2009 +0000 gnome-paint-0.1-1-i686 *new package diff --git a/source/gnome-extra/gnome-paint/FrugalBuild b/source/gnome-extra/gnome-paint/FrugalBuild new file mode 100644 index 0000000..9c79cd9 --- /dev/null +++ b/source/gnome-extra/gnome-paint/FrugalBuild @@ -0,0 +1,19 @@ +# Compiling Time: 0.03 SBU +# Maintainer: bouleetbil + +pkgname=gnome-paint +pkgver=0.1 +pkgrel=1 +pkgdesc="gnome-paint is a simple, easy to use paint program for GNOME." +url="http://www.gnome.org" +depends=('gtk+2') +makedepends=('intltool') +options=('scriptlet') +groups=('gnome-extra') +archs=('i686') +_F_gnome_desktop="y" +_F_gnome_iconcache="y" +Finclude googlecode gnome-scriptlet +sha1sums=('fae9e5c08bbdd2aa4c1b37cc7ae8d9127b4136e1') + +# optimization OK From bouleetbil at frogdev.info Mon Dec 7 14:24:54 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 14:24:54 +0100 (CET) Subject: [Frugalware-git] frugalware-current: pulseaudio-0.9.21-1-i686 *version bump Message-ID: <20091207132454.7711B1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dece11d5ae477c31181c1ffb6d66ee13e3133a7b commit dece11d5ae477c31181c1ffb6d66ee13e3133a7b Author: bouleetbil Date: Mon Dec 7 14:26:43 2009 +0000 pulseaudio-0.9.21-1-i686 *version bump diff --git a/source/multimedia-extra/pulseaudio/FrugalBuild b/source/multimedia-extra/pulseaudio/FrugalBuild index cdb773b..bb05f31 100644 --- a/source/multimedia-extra/pulseaudio/FrugalBuild +++ b/source/multimedia-extra/pulseaudio/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=pulseaudio -pkgver=0.9.20 +pkgver=0.9.21 pkgrel=1 pkgdesc="PulseAudio is a sound server with an advanced plugin system" url="http://pulseaudio.org/" @@ -15,7 +15,7 @@ archs=('i686' 'x86_64' 'ppc') up2date="Flasttar http://pulseaudio.org/wiki/DownloadPulseAudio#Sourcecode" source=(http://0pointer.de/lennart/projects/$pkgname/$pkgname-$pkgver.tar.gz \ rc.pulseaudio pulseaudio.sysconfig README.Frugalware) -sha1sums=('d27197ce1e1ade2b312faf4163f438a6b14085cb' \ +sha1sums=('0309c97f7e0812e243c1bb80a4b74dc26369ac22' \ '484a26a79dc9c66807fcd3edb91ea98513cc95cb' \ 'e95d0cd97ae6b68029487080ba460c412afa0ca0' \ 'e05930aab23ef8d615dffa9ec818c84c4ee67edf') From bouleetbil at frogdev.info Mon Dec 7 14:26:40 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 14:26:40 +0100 (CET) Subject: [Frugalware-git] frugalware-current: padevchooser-0.9.3-4-i686 *rebuild with pulseaudio-x11>=>=0.9.21' Message-ID: <20091207132640.33D271240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=27282c580d623687e4adb4c6cc9a53077bf039aa commit 27282c580d623687e4adb4c6cc9a53077bf039aa Author: bouleetbil Date: Mon Dec 7 14:28:46 2009 +0000 padevchooser-0.9.3-4-i686 *rebuild with pulseaudio-x11>=>=0.9.21' diff --git a/source/gnome-extra/padevchooser/FrugalBuild b/source/gnome-extra/padevchooser/FrugalBuild index 2714ac3..e74af5c 100644 --- a/source/gnome-extra/padevchooser/FrugalBuild +++ b/source/gnome-extra/padevchooser/FrugalBuild @@ -3,10 +3,10 @@ pkgname=padevchooser pkgver=0.9.3 -pkgrel=3 +pkgrel=4 pkgdesc="A simple GTK tool which registers an icon in the tray area and allows quick access to some features for the PulseAudio sound server" url="http://0pointer.de/lennart/projects/$pkgname/" -depends=('pulseaudio-gconf' 'pulseaudio-x11>=>=0.9.20' 'pulseaudio-hal' 'pulseaudio-avahi' \ +depends=('pulseaudio-gconf' 'pulseaudio-x11>=>=0.9.21' 'pulseaudio-hal' 'pulseaudio-avahi' \ 'libnotify' 'libglade') makedepends=('intltool') groups=('gnome-extra') From bouleetbil at frogdev.info Mon Dec 7 14:27:25 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 14:27:25 +0100 (CET) Subject: [Frugalware-git] frugalware-current: padevchooser-0.9.3-4-i686 *typo fix Message-ID: <20091207132725.C651A1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=493139b40d1ac14a50fcc4be08eb5227461fe9a6 commit 493139b40d1ac14a50fcc4be08eb5227461fe9a6 Author: bouleetbil Date: Mon Dec 7 14:29:40 2009 +0000 padevchooser-0.9.3-4-i686 *typo fix diff --git a/source/gnome-extra/padevchooser/FrugalBuild b/source/gnome-extra/padevchooser/FrugalBuild index e74af5c..d75bcc0 100644 --- a/source/gnome-extra/padevchooser/FrugalBuild +++ b/source/gnome-extra/padevchooser/FrugalBuild @@ -6,7 +6,7 @@ pkgver=0.9.3 pkgrel=4 pkgdesc="A simple GTK tool which registers an icon in the tray area and allows quick access to some features for the PulseAudio sound server" url="http://0pointer.de/lennart/projects/$pkgname/" -depends=('pulseaudio-gconf' 'pulseaudio-x11>=>=0.9.21' 'pulseaudio-hal' 'pulseaudio-avahi' \ +depends=('pulseaudio-gconf' 'pulseaudio-x11>=0.9.21' 'pulseaudio-hal' 'pulseaudio-avahi' \ 'libnotify' 'libglade') makedepends=('intltool') groups=('gnome-extra') From bouleetbil at frogdev.info Mon Dec 7 14:28:31 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 14:28:31 +0100 (CET) Subject: [Frugalware-git] frugalware-current: paprefs-0.9.9-4-i686 *rebuild with pulseaudio>=0.9.21 Message-ID: <20091207132831.ACECD1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=948e2b8f4eb58cbcf8af7f66c879a26fc2be5e65 commit 948e2b8f4eb58cbcf8af7f66c879a26fc2be5e65 Author: bouleetbil Date: Mon Dec 7 14:30:41 2009 +0000 paprefs-0.9.9-4-i686 *rebuild with pulseaudio>=0.9.21 diff --git a/source/gnome-extra/paprefs/FrugalBuild b/source/gnome-extra/paprefs/FrugalBuild index eb5381f..ac93098 100644 --- a/source/gnome-extra/paprefs/FrugalBuild +++ b/source/gnome-extra/paprefs/FrugalBuild @@ -3,10 +3,10 @@ pkgname=paprefs pkgver=0.9.9 -pkgrel=3 +pkgrel=4 pkgdesc="paprefs is a simple GTK based configuration dialog for the PulseAudio sound server." url="http://0pointer.de/lennart/projects/$pkgname/" -depends=('pulseaudio>=0.9.20' 'gtkmm' 'libglademm' 'pulseaudio-gconf' \ +depends=('pulseaudio>=0.9.21' 'gtkmm' 'libglademm' 'pulseaudio-gconf' \ 'pulseaudio-hal' 'gconfmm') makedepends=('intltool') groups=('gnome-extra') From devil505linux at gmail.com Mon Dec 7 14:28:56 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Dec 2009 14:28:56 +0100 (CET) Subject: [Frugalware-git] frugalware-current: bilboplanet-0.2-1-i686 * fixing url and up2date Message-ID: <20091207132856.97D0C1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d35fc13d0c04ffaf1b96a6280278b00c5601fcee commit d35fc13d0c04ffaf1b96a6280278b00c5601fcee Author: Devil505 Date: Mon Dec 7 14:28:04 2009 +0100 bilboplanet-0.2-1-i686 * fixing url and up2date diff --git a/source/network-extra/bilboplanet/FrugalBuild b/source/network-extra/bilboplanet/FrugalBuild index 498b7bf..272d2b8 100644 --- a/source/network-extra/bilboplanet/FrugalBuild +++ b/source/network-extra/bilboplanet/FrugalBuild @@ -5,13 +5,13 @@ pkgname=bilboplanet pkgver=0.2 pkgrel=1 pkgdesc="BilboPlanet's project is A Rss feed agregator free software write in PHP." -url="http://www.bilboplanet.org" +url="http://www.bilboplanet.com" depends=('mysql' 'php') groups=('network-extra') archs=('i686' 'x86_64') -up2date="Flasttar $url/downloads/" +up2date="Flasttar $url" source=($url/downloads/$pkgname-$pkgver.tar.gz) -sha1sums=('2a1d84b10c7c6ee4233e13578e80eb0b2bc7957f') +sha1sums=('bba144fef32e91c47724ebe289e073fcc04f3f3e') build() { From bouleetbil at frogdev.info Mon Dec 7 14:34:49 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 14:34:49 +0100 (CET) Subject: [Frugalware-git] frugalware-current: pavucontrol-0.9.10-3-i686 *rebuild with pulseaudio>=0.9.21 Message-ID: <20091207133449.C5A7F1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fb29d9bcfa5f76eca53007e6d81bf253da92da7e commit fb29d9bcfa5f76eca53007e6d81bf253da92da7e Author: bouleetbil Date: Mon Dec 7 14:36:42 2009 +0000 pavucontrol-0.9.10-3-i686 *rebuild with pulseaudio>=0.9.21 diff --git a/source/xmultimedia-extra/pavucontrol/FrugalBuild b/source/xmultimedia-extra/pavucontrol/FrugalBuild index 7e6576e..01787a1 100644 --- a/source/xmultimedia-extra/pavucontrol/FrugalBuild +++ b/source/xmultimedia-extra/pavucontrol/FrugalBuild @@ -3,10 +3,10 @@ pkgname=pavucontrol pkgver=0.9.10 -pkgrel=2 +pkgrel=3 pkgdesc="PulseAudio Volume Control" url="http://0pointer.de/lennart/projects/pavucontrol/" -depends=('pulseaudio-hal>=0.9.20' 'gtkmm' 'libcanberra-gtk' 'libglademm') +depends=('pulseaudio-hal>=0.9.21' 'gtkmm' 'libcanberra-gtk' 'libglademm') makedepends=('intltool') groups=('xmultimedia-extra') archs=('i686' 'ppc' 'x86_64') From bouleetbil at frogdev.info Mon Dec 7 14:35:37 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 14:35:37 +0100 (CET) Subject: [Frugalware-git] frugalware-current: libcanberra-0.22-3-i686 *rebuild with pulseaudio>=0.9.21 Message-ID: <20091207133537.CD5521240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d131e42d040a2efeabcd578d4a37ebc8ce413ccc commit d131e42d040a2efeabcd578d4a37ebc8ce413ccc Author: bouleetbil Date: Mon Dec 7 14:37:32 2009 +0000 libcanberra-0.22-3-i686 *rebuild with pulseaudio>=0.9.21 diff --git a/source/multimedia/libcanberra/FrugalBuild b/source/multimedia/libcanberra/FrugalBuild index e11f6a6..08f1093 100644 --- a/source/multimedia/libcanberra/FrugalBuild +++ b/source/multimedia/libcanberra/FrugalBuild @@ -3,11 +3,11 @@ pkgname=libcanberra pkgver=0.22 -pkgrel=2 +pkgrel=3 pkgdesc="libcanberra is an implementation of the XDG Sound Theme and Name Specifications." url="http://0pointer.de/lennart/projects/$pkgname/" depends=('libvorbis') -makedepends=('alsa-lib' 'gstreamer' 'gtk+2>=2.16.2-2' 'pulseaudio-hal>=0.9.19' 'pulseaudio-x11>=0.9.20') +makedepends=('alsa-lib' 'gstreamer' 'gtk+2>=2.16.2-2' 'pulseaudio-hal>=0.9.21' 'pulseaudio-x11>=0.9.21') groups=('multimedia') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump -source $url | Flasttar" From vmiklos at frugalware.org Mon Dec 7 14:50:40 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Dec 2009 14:50:40 +0100 (CET) Subject: [Frugalware-git] kernel2632: kernel.sh: move standard scm.sh parameters to the FB Message-ID: <20091207135040.DCC871240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=e217d75cbaf622ac1ae63488be9c68d82521756f commit e217d75cbaf622ac1ae63488be9c68d82521756f Author: Miklos Vajna Date: Mon Dec 7 14:48:36 2009 +0100 kernel.sh: move standard scm.sh parameters to the FB So that in case a user wants to build a custom kernel from some git repo she do not have to dig in kernel.sh. diff --git a/source/base/kernel/FrugalBuild b/source/base/kernel/FrugalBuild index eae0db2..5c4c81d 100644 --- a/source/base/kernel/FrugalBuild +++ b/source/base/kernel/FrugalBuild @@ -1,6 +1,17 @@ # Compiling Time: 30.38 SBU # Maintainer: Miklos Vajna +USE_DEVEL=${USE_DEVEL:-"n"} + # See http://bugs.freedesktop.org/show_bug.cgi?id=25417 _F_kernel_patches=(kernel-revert-drm-i915-use-ACPI-LID-status-for-LVDS-detect.patch) + +if Fuse $USE_DEVEL; then + _F_scm_type="git" + _F_scm_url="git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6" + # example for a tagged rc release: 2.6.32.rc5 + # example for a random snapshot, based on git describe output: 2.6.32.rc5.81.g964fe08 + _F_kernelver_ver=2.6.32.rc5 +fi + Finclude kernel diff --git a/source/include/kernel.sh b/source/include/kernel.sh index 2939eba..316fd44 100644 --- a/source/include/kernel.sh +++ b/source/include/kernel.sh @@ -54,12 +54,7 @@ Finclude kernel-version # * pkgrel (if not set) ### -USE_DEVEL=${USE_DEVEL:-"n"} - if Fuse $USE_DEVEL; then - # example for a tagged rc release: 2.6.32.rc5 - # example for a random snapshot, based on git describe output: 2.6.32.rc5.81.g964fe08 - _F_kernelver_ver=2.6.32.rc5 _F_kernelver_rel=1 _F_kernelver_stable=0 _F_kernel_dontfakeversion=1 @@ -164,9 +159,7 @@ install="src/kernel.install" if Fuse $USE_DEVEL; then source=(config.i686 config.x86_64 config.ppc) signatures=('' '' '') - _F_scm_type="git" - _F_scm_url="git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6" - [ -d $HOME/git/linux-2.6 ] && _F_scm_git_cloneopts="--reference $HOME/git/linux-2.6" + [ -d $HOME/git/${_F_scm_url##*/} ] && _F_scm_git_cloneopts="--reference $HOME/git/${_F_scm_url##*/}" if ! echo $pkgver |grep -q -- '\.g'; then _F_scm_tag="v${pkgver//.rc/-rc}" else From bouleetbil at frogdev.info Mon Dec 7 14:58:47 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 14:58:47 +0100 (CET) Subject: [Frugalware-git] frugalware-current: gst-plugins-good-0.10.17-2-i686 *rebuild with pulseaudio-x11>=0.9.21 Message-ID: <20091207135847.933541240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=07b8056766f1188c13f5ced9fab3b45c11c28a83 commit 07b8056766f1188c13f5ced9fab3b45c11c28a83 Author: bouleetbil Date: Mon Dec 7 15:00:02 2009 +0000 gst-plugins-good-0.10.17-2-i686 *rebuild with pulseaudio-x11>=0.9.21 diff --git a/source/xmultimedia/gst-plugins-good/FrugalBuild b/source/xmultimedia/gst-plugins-good/FrugalBuild index 96c8a18..565b7cb 100644 --- a/source/xmultimedia/gst-plugins-good/FrugalBuild +++ b/source/xmultimedia/gst-plugins-good/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gst-plugins-good pkgver=0.10.17 -pkgrel=1 +pkgrel=2 pkgdesc="Plugins for GStreamer (Good)" url="http://gstreamer.freedesktop.org/" depends=('gst-plugins-base>=0.10.24' 'gstreamer>=0.10.24' 'zlib') @@ -12,7 +12,7 @@ makedepends=('gtk-doc' 'pyxml' 'gconf>=2.22.0' 'esd' 'ladspa_sdk' 'speex>=1.2bet 'libjpeg' 'flac>=1.1.3' 'libavc1394' 'libpng' 'libdv' 'cairo' \ 'liboil>=0.3.14' 'taglib>=1.5' 'hal>=0.5.7.1-3' 'libiec61883' 'libcaca' \ 'wavpack' 'libsm' 'libice' 'libxext' 'libxdamage' 'libxfixes' 'libx11' \ - 'libxdmcp' 'libxau' 'libxcb' 'gtk+2>=2.16.2-2' 'aalib>=1.4rc5-3' 'pulseaudio-hal>=0.9.20' 'pulseaudio-x11>=0.9.20' 'libsoup') + 'libxdmcp' 'libxau' 'libxcb' 'gtk+2>=2.16.2-2' 'aalib>=1.4rc5-3' 'pulseaudio-hal>=0.9.20' 'pulseaudio-x11>=0.9.21' 'libsoup') groups=('xmultimedia') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') From vmiklos at frugalware.org Mon Dec 7 15:00:35 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Dec 2009 15:00:35 +0100 (CET) Subject: [Frugalware-git] kernel2632: kernel.sh: don't produce a -dirty kernel without patches Message-ID: <20091207140035.013511240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=c770abb48fccd7f3b346a2bb409a162e6c66a318 commit c770abb48fccd7f3b346a2bb409a162e6c66a318 Author: Miklos Vajna Date: Mon Dec 7 15:00:29 2009 +0100 kernel.sh: don't produce a -dirty kernel without patches diff --git a/source/include/kernel.sh b/source/include/kernel.sh index 316fd44..82b42a8 100644 --- a/source/include/kernel.sh +++ b/source/include/kernel.sh @@ -269,12 +269,12 @@ Fbuildkernel() [ -e $Fdestdir/usr/include/drm ] && Frm /usr/include/drm Fsplit kernel-headers /usr fi - ## now time to eat some cookies and wait kernel got compiled :) - if [ -z "$_F_kernel_name" ]; then + if [ -z "$_F_kernel_name" -a $_F_kernel_dontfakeversion -eq 0 ]; then # stock kernel, nobody interested in the buildsystem's details Fsed '`whoami`' 'fst' scripts/mkcompile_h Fsed '`hostname \| $UTS_TRUNCATE`' "`uname -m`.frugalware.org" scripts/mkcompile_h fi + ## now time to eat some cookies and wait kernel got compiled :) if [ "$_F_kernel_verbose" ]; then make V=1 || Fdie else From ryuo at frugalware.org Mon Dec 7 17:51:18 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 17:51:18 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.h * add xfgets macro Message-ID: <20091207165118.D6A071240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=b6d5447dcaee075bc284e81c8929f6a105faef5b commit b6d5447dcaee075bc284e81c8929f6a105faef5b Author: James Buren Date: Mon Dec 7 10:51:04 2009 -0600 utility.h * add xfgets macro diff --git a/src/utility.h b/src/utility.h index d8a49f0..be368e3 100644 --- a/src/utility.h +++ b/src/utility.h @@ -25,6 +25,7 @@ #define eprintf(...) fprintf(stderr,__VA_ARGS__) #define array_entries(A) (sizeof(A)/sizeof(*A)) #define xsnprintf(A,...) snprintf((A),array_entries(A),__VA_ARGS__) +#define xfgets(A,F) fgets((A),array_entries(A),(F)) #define mem_size(T,N) (sizeof(T)*(N)) #define xnew(T,N) (T*)xmalloc(mem_size(T,N)) From ryuo at frugalware.org Mon Dec 7 18:01:55 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 18:01:55 +0100 (CET) Subject: [Frugalware-git] yaxmenu: .gitignore * add pattern for tag files Message-ID: <20091207170155.75DA01240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=a7fd9f2d874cf0cc52ffba25cc633b22e34f77ad commit a7fd9f2d874cf0cc52ffba25cc633b22e34f77ad Author: James Buren Date: Mon Dec 7 11:01:22 2009 -0600 .gitignore * add pattern for tag files diff --git a/.gitignore b/.gitignore index 5c75a62..653293d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *~ *.o +*tags yaxmenu From ryuo at frugalware.org Mon Dec 7 18:17:04 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 18:17:04 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.h * add scanner_format global constant Message-ID: <20091207171704.940D41240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=88000cac694fff4c209dee3afb8a3a9c05e660f2 commit 88000cac694fff4c209dee3afb8a3a9c05e660f2 Author: James Buren Date: Mon Dec 7 11:16:31 2009 -0600 globals.h * add scanner_format global constant diff --git a/src/globals.h b/src/globals.h index 4d5655d..3573872 100644 --- a/src/globals.h +++ b/src/globals.h @@ -29,6 +29,7 @@ struct globals { int flags; // Toggle flags for various things const char comment_char; // Global constant for the comment char const char *whitespace_chars; // Global constant for whitespace chars + const char *scanner_format; // Global constant for scanners char **cfgdirs; // Configuration directories char **datadirs; // Data directories char *theme; // Name of theme to use From ryuo at frugalware.org Mon Dec 7 18:17:07 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 18:17:07 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.c * add scanner_format global constant Message-ID: <20091207171707.277A61240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=783d539793f49a9988ca957b72154d4714df01c9 commit 783d539793f49a9988ca957b72154d4714df01c9 Author: James Buren Date: Mon Dec 7 11:16:51 2009 -0600 globals.c * add scanner_format global constant diff --git a/src/globals.c b/src/globals.c index 531ae1c..cc2d4c4 100644 --- a/src/globals.c +++ b/src/globals.c @@ -27,6 +27,7 @@ static struct globals S = { 0, '#', " \t\r\n", + "%*[^=]=%n%*[^\n]\n%n", NULL, NULL, NULL, From devil505linux at gmail.com Mon Dec 7 18:17:39 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Dec 2009 18:17:39 +0100 (CET) Subject: [Frugalware-git] homepage-ng: * complteing some translations Message-ID: <20091207171739.556F41240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=eeaa414188c38959f805b222a3add180c17ed88b commit eeaa414188c38959f805b222a3add180c17ed88b Author: Devil505 Date: Mon Dec 7 18:16:45 2009 +0100 * complteing some translations diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml index f935ac7..888da29 100644 --- a/frugalware/xml/news_fr.xml +++ b/frugalware/xml/news_fr.xml @@ -34,54 +34,54 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> 152 - Frugalware Newsletter Issue 54 - Sat, 14 Nov 2009 22:56:10 +1000 + Lettre D'Information De Frugalware #54 + Sam, 14 Nov 2009 22:56:10 +1000 phayz 0 - Features of this issue include: + Cette lettre d'information a pour but de vous tenir inform?? avec ce qu'il s'est pass?? r??cemment dans le monde Frugalware.
+ Dans ce num??ro :
    -
  • New artwork for 'Locris'
  • -
  • "Who turned out the lights?"
  • -
  • ryuo's on a mission!
  • -
  • FLOSS developers are people too - Stuart Rackham
  • -
  • Getting To Know You - What is a FrugalBuild?
  • +
  • Nouvelle Artwork Pour Locris
  • +
  • "Qui ?? ??teint les lumi??res?!"
  • +
  • ryuo en pleine mission !
  • +
  • Les D??veloppeurs de Frugalware sont des ??tres humains aussi: Interview de : - Stuart Rackham
  • +
  • L'heure d'appendre ce qu'est un FrugalBuild
- You can read it here. We hope you like it! + Vous pouvez la lire ici (en anglais). Nous esp??rons que vous l'aimerez. ]]>
151 - Frugalware 1.2pre1 (Locris) released - Sat, 07 Nov 2009 02:14:19 +0100 + Frugalware 1.2pre1 (Locris) enfin disponible ! + Sam, 07 Nov 2009 02:14:19 +0100 Miklos Vajna 0 announce the immediate availability of Frugalware 1.2pre1, the first technical preview of the upcoming 1.2 stable release.
- A short and incomplete list of changes since 1.1:
+ Toute l'??quipe de d??veloppeurs est fi??re & heureuse de vous annoncer l'imm??diate disponibilit?? de Frugalware 1.2pre1, le premier aper??u de la prochaine version stable.
+ Une petite liste incomplete des changements majeurs.
    -
  • Improvements: +
  • Am??liorations:
      -
    • KMS (Kernel Mode-Setting) is now enabled by default for Intel and Radeon cards.
    • -
    • PAM (Pluggable Authentication Modules) is now part of the base system
    • +
    • KMS (Kernel Mode-Setting) est maintenant activ?? par d??fault pour les cartes Intel Et Ati Radeon.
    • +
    • PAM (Pluggable Authentication Modules) fait d??sormais parti du syst??me de base.
  • -
  • Package updates: +
  • Mise ?? jour de paquets :
      -
    • Linux kernel 2.6.31 + fixes
    • +
    • Kernel Linux 2.6.31 + correctifs
    • GNOME 2.28
    • OpenOffice.org 3.1.1
    • Mozilla Firefox 3.5.4
    • -
    • More than 900 other package updates
    • -
    • More than 70 new packages
    • +
    • Plus de 900 autres paquets mise ?? jour
    • +
    • Plus de 70 nouveaux paquets
- Please refer to the Frugalware Locris ChangeLog for more information.
- Download for i686: See our mirror list. Don't forget to check the integrity of the install images before burning!
- NOTE: Click here to read more about what media you need for the installation.
+ Merci de se r??ferer et regarder la liste des changements complets pour plus d'information.
+ T??l??charger pour l'architecture i686 : Faite un tour sur la liste des mirroirs. Noubliez pas de v??rifier l'int??grit?? de votre image avant de graver!
+ NOTE: Cliquez ici pour mieux de documenter sur le media dont vous aurez besoin pour votre installation.
]]>
From ryuo at frugalware.org Mon Dec 7 18:18:59 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 18:18:59 +0100 (CET) Subject: [Frugalware-git] yaxmenu: config.c * remove local constant, replace with global constant Message-ID: <20091207171859.AEE671240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=852d017d3fc989e3ceea35ede0bbff481e048a76 commit 852d017d3fc989e3ceea35ede0bbff481e048a76 Author: James Buren Date: Mon Dec 7 11:18:41 2009 -0600 config.c * remove local constant, replace with global constant diff --git a/src/config.c b/src/config.c index 616e37f..471e47c 100644 --- a/src/config.c +++ b/src/config.c @@ -24,7 +24,6 @@ #include "config.h" static const char config_file_name[] = "cfgrc"; -static const char config_parser_format[] = "%*[^=]=%n%*[^\n]\n%n"; static const char config_key_theme[] = "theme"; static const char config_key_menu[] = "menu"; @@ -44,7 +43,7 @@ static inline bool _config_parse_line(char *line) { if(!*line) return true; - if(sscanf(line,config_parser_format,&i,&j)) + if(sscanf(line,G->scanner_format,&i,&j)) return false; *(line + i - 1) = '\0'; From devil505linux at gmail.com Mon Dec 7 18:25:00 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Dec 2009 18:25:00 +0100 (CET) Subject: [Frugalware-git] homepage-ng: * translating last news Message-ID: <20091207172500.456DB1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=b82249fd581610ead1ce108b7885e880a6d1c5a1 commit b82249fd581610ead1ce108b7885e880a6d1c5a1 Author: Devil505 Date: Mon Dec 7 18:24:23 2009 +0100 * translating last news diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml index 888da29..91a0aeb 100644 --- a/frugalware/xml/news_fr.xml +++ b/frugalware/xml/news_fr.xml @@ -22,6 +22,26 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 154 + Frugalware Newsletter Issue 55 + Sat, 05 Dec 2009 10:33:52 +1000 + phayz + 0 + + Dans ce num??ro : +
    +
  • Le Wiki est de retour!
  • +
  • Joyeux Anniversaire Devil505
  • +
  • Les D??veloppeurs FLOSS sont des ??tres humains aussi
  • +
  • Allons tous ?? Monaco
  • +
  • Apprendre ?? vous conna??tre - Dependances
  • +
+ Vous pouvez la lire ici (en anglais). Nous esp??rons que vous l'aimerez. + ]]> +
+
+ 153 Le wiki est de retour ! Sat, 21 Nov 2009 17:48:10 +1000 @@ -45,8 +65,8 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
  • Nouvelle Artwork Pour Locris
  • "Qui ?? ??teint les lumi??res?!"
  • ryuo en pleine mission !
  • -
  • Les D??veloppeurs de Frugalware sont des ??tres humains aussi: Interview de : - Stuart Rackham
  • -
  • L'heure d'appendre ce qu'est un FrugalBuild
  • +
  • Les D??veloppeurs FLOSS sont des ??tres humains aussi: Interview de : - Stuart Rackham
  • +
  • L'heure d'apprendre ce qu'est un FrugalBuild
  • Vous pouvez la lire ici (en anglais). Nous esp??rons que vous l'aimerez. ]]> @@ -60,7 +80,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> 0 annoncer l'imm??diate disponibilit?? de Frugalware 1.2pre1, le premier aper??u de la prochaine version stable.
    - Une petite liste incomplete des changements majeurs.
    + Une petite liste incompl??te des changements majeurs.
    • Am??liorations:
        From ryuo at frugalware.org Mon Dec 7 18:50:24 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 18:50:24 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.c * add xparsefile Message-ID: <20091207175024.D4C8B1240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=478d565c755b18fe11e9c8e0f028b82bbccd9faf commit 478d565c755b18fe11e9c8e0f028b82bbccd9faf Author: James Buren Date: Mon Dec 7 11:49:49 2009 -0600 utility.c * add xparsefile diff --git a/src/utility.c b/src/utility.c index 57c3b92..9533772 100644 --- a/src/utility.c +++ b/src/utility.c @@ -21,6 +21,43 @@ #include "globals.h" #include "utility.h" +static const char comment_char = '#'; +static const char whitespace_chars[] = " \t\r\n"; +static const char scanner_format[] = "%*[^=]=%n%*[^\n]\n%n"; + +static inline bool _xparsefile_line(char *line,parser_callback_t fun) { + char *str, *key, *val; + size_t i, j; + + assert(line && fun); + + str = strchr(line,comment_char); + + if(str) + *str = '\0'; + + line += strspn(line,whitespace_chars); + + if(!*line) + return true; + + if(sscanf(line,scanner_format,&i,&j)) + return false; + + *(line + i - 1) = '\0'; + + *(line + j - 1) = '\0'; + + key = xstrtrim(line); + + val = xstrtrim(line + i); + + if(!*key || !*val) + return false; + + return fun(key,val); +} + void *xmalloc(size_t size) { void *ptr; @@ -73,3 +110,17 @@ char *xstrtrim(char *str) { return str; } + +size_t xparsefile(FILE *file,parser_callback_t fun) { + char line[LINE_MAX]; + size_t num; + bool err; + + for( num = 1, err = false ; xfgets(line,file) ; ++num ) + if(!_xparsefile_line(line,fun)) { + err = true; + break; + } + + return (err) ? num : 0U; +} From ryuo at frugalware.org Mon Dec 7 18:50:24 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 18:50:24 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.h * add xparsefile Message-ID: <20091207175024.C32CC1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=72cddb100ba96538c5a8f1b8738e52f222dcffe2 commit 72cddb100ba96538c5a8f1b8738e52f222dcffe2 Author: James Buren Date: Mon Dec 7 11:40:45 2009 -0600 utility.h * add xparsefile diff --git a/src/utility.h b/src/utility.h index be368e3..a03fe80 100644 --- a/src/utility.h +++ b/src/utility.h @@ -29,10 +29,13 @@ #define mem_size(T,N) (sizeof(T)*(N)) #define xnew(T,N) (T*)xmalloc(mem_size(T,N)) +typedef bool (*parser_callback_t) (const char *,const char *); + void *xmalloc(size_t); char *xstrdup(const char *); size_t xstrclen(const char *,char); char *xstrtrim(char *); +size_t xparsefile(FILE *,parser_callback_t); static inline void xsetstr(char **dest,const char *src) { assert(dest && src); From ryuo at frugalware.org Mon Dec 7 18:52:52 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 18:52:52 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.h * remove global constants Message-ID: <20091207175252.620511240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=d4cc64e12346af867274cefe5b227acce1cbe557 commit d4cc64e12346af867274cefe5b227acce1cbe557 Author: James Buren Date: Mon Dec 7 11:52:17 2009 -0600 globals.h * remove global constants diff --git a/src/globals.h b/src/globals.h index 3573872..172dfa3 100644 --- a/src/globals.h +++ b/src/globals.h @@ -27,9 +27,6 @@ struct globals { char *progver; // Version of the program release char *progdate; // Date this binary was compiled int flags; // Toggle flags for various things - const char comment_char; // Global constant for the comment char - const char *whitespace_chars; // Global constant for whitespace chars - const char *scanner_format; // Global constant for scanners char **cfgdirs; // Configuration directories char **datadirs; // Data directories char *theme; // Name of theme to use From ryuo at frugalware.org Mon Dec 7 18:52:52 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 18:52:52 +0100 (CET) Subject: [Frugalware-git] yaxmenu: globals.c * remove global constants Message-ID: <20091207175252.7A9031240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=6e3c550356bbf9b18dfbfffdf20b0561f40c1ffb commit 6e3c550356bbf9b18dfbfffdf20b0561f40c1ffb Author: James Buren Date: Mon Dec 7 11:52:37 2009 -0600 globals.c * remove global constants diff --git a/src/globals.c b/src/globals.c index cc2d4c4..462d449 100644 --- a/src/globals.c +++ b/src/globals.c @@ -25,9 +25,6 @@ static struct globals S = { NULL, NULL, 0, - '#', - " \t\r\n", - "%*[^=]=%n%*[^\n]\n%n", NULL, NULL, NULL, From hermier at frugalware.org Mon Dec 7 18:53:51 2009 From: hermier at frugalware.org (Michel Hermier) Date: Mon, 7 Dec 2009 18:53:51 +0100 (CET) Subject: [Frugalware-git] xorgtesting: nouveau-drm-2.6.31_3.g3ca22d1 Message-ID: <20091207175351.AA33C1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0b39e876f6e868a650819c2d180f2882927862aa commit 0b39e876f6e868a650819c2d180f2882927862aa Author: Michel Hermier Date: Mon Dec 7 18:51:25 2009 +0100 nouveau-drm-2.6.31_3.g3ca22d1 * Enable KMS by default. diff --git a/source/base/nouveau-drm/Makefile b/source/base/nouveau-drm/Makefile index 123bc53..63396ef 100644 --- a/source/base/nouveau-drm/Makefile +++ b/source/base/nouveau-drm/Makefile @@ -41,7 +41,7 @@ DRMCFG := \ CONFIG_DRM_KMS_HELPER=m \ CONFIG_DRM_TTM=m \ CONFIG_DRM_NOUVEAU=m \ - CONFIG_DRM_NOUVEAU_KMS=n \ + CONFIG_DRM_NOUVEAU_KMS=y \ CONFIG_DRM_NOUVEAU_BACKLIGHT=y \ CONFIG_DRM_NOUVEAU_DEBUG=y \ CONFIG_DRM_I2C_CH7006=m \ @@ -58,6 +58,7 @@ DRMCFG := \ EXTRA_CFLAGS := MYEXTRA_CFLAGS := +MYEXTRA_CFLAGS += -DCONFIG_DRM_NOUVEAU_KMS MYEXTRA_CFLAGS += -DCONFIG_DRM_NOUVEAU_BACKLIGHT MYEXTRA_CFLAGS += -DCONFIG_DRM_NOUVEAU_DEBUG From hermier at frugalware.org Mon Dec 7 18:53:51 2009 From: hermier at frugalware.org (Michel Hermier) Date: Mon, 7 Dec 2009 18:53:51 +0100 (CET) Subject: [Frugalware-git] xorgtesting: nouveau-drm-2.6.31_3.g3ca22d1 Message-ID: <20091207175351.BA81E1240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=7dde708780fa4e61473c206a5f372c3d37a2692a commit 7dde708780fa4e61473c206a5f372c3d37a2692a Author: Michel Hermier Date: Mon Dec 7 18:52:11 2009 +0100 nouveau-drm-2.6.31_3.g3ca22d1 * Fix typo and backup the good modules from vaillia kernel. diff --git a/source/base/nouveau-drm/nouveau-drm.install b/source/base/nouveau-drm/nouveau-drm.install index 40928ef..1cbb340 100644 --- a/source/base/nouveau-drm/nouveau-drm.install +++ b/source/base/nouveau-drm/nouveau-drm.install @@ -26,7 +26,7 @@ nouveau_do() action=$1 $action /lib/modules/$_F_kernelmod_uname/kernel/drivers/gpu/drm/drm.ko - $action /lib/modules/$_F_kernelmod_uname/kernel/drivers/gpu/drm/drm.ko + $action /lib/modules/$_F_kernelmod_uname/kernel/drivers/gpu/drm/ttm/ttm.ko /sbin/depmod -a $_F_kernelmod_uname } From ryuo at frugalware.org Mon Dec 7 18:54:12 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 18:54:12 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.c * replace global constant with local constant Message-ID: <20091207175412.BA5E01240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=13789fff8549ddeee89eb338b74e14123ed5aaab commit 13789fff8549ddeee89eb338b74e14123ed5aaab Author: James Buren Date: Mon Dec 7 11:53:41 2009 -0600 utility.c * replace global constant with local constant diff --git a/src/utility.c b/src/utility.c index 9533772..ba56763 100644 --- a/src/utility.c +++ b/src/utility.c @@ -98,12 +98,12 @@ char *xstrtrim(char *str) { assert(str); - str += strspn(str,G->whitespace_chars); + str += strspn(str,whitespace_chars); for( t1 = str ; *t1 ; ) { - t1 += strcspn(t1,G->whitespace_chars); + t1 += strcspn(t1,whitespace_chars); t2 = t1; - t1 += strspn(t1,G->whitespace_chars); + t1 += strspn(t1,whitespace_chars); } *t2 = '\0'; From ryuo at frugalware.org Mon Dec 7 19:03:38 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 19:03:38 +0100 (CET) Subject: [Frugalware-git] yaxmenu: config.c * use generic parsing function + callback Message-ID: <20091207180338.70D131240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=dd379bd74a97985fd6288facad09d159be0b5ea9 commit dd379bd74a97985fd6288facad09d159be0b5ea9 Author: James Buren Date: Mon Dec 7 12:03:09 2009 -0600 config.c * use generic parsing function + callback diff --git a/src/config.c b/src/config.c index 471e47c..bc32520 100644 --- a/src/config.c +++ b/src/config.c @@ -27,43 +27,13 @@ static const char config_file_name[] = "cfgrc"; static const char config_key_theme[] = "theme"; static const char config_key_menu[] = "menu"; -static inline bool _config_parse_line(char *line) { - char *str, *key, *val; - size_t i, j; - - assert(line); - - str = strchr(line,G->comment_char); - - if(str) - *str = '\0'; - - line += strspn(line,G->whitespace_chars); - - if(!*line) - return true; - - if(sscanf(line,G->scanner_format,&i,&j)) - return false; - - *(line + i - 1) = '\0'; - - *(line + j - 1) = '\0'; - - key = xstrtrim(line); - - val = xstrtrim(line + i); - - if(!*key || !*val) - return false; - +static bool _config_parse_callback(const char *key,const char *val) { if(!strcasecmp(key,config_key_theme)) xsetstr(&G->theme,val); else if(!strcasecmp(key,config_key_menu)) xsetstr(&G->menu,val); else return false; - return true; } @@ -86,14 +56,12 @@ bool config_parse(void) { return false; } - for( num = 1 ; fgets(line,array_entries(line),file) ; ++num ) - if(!_config_parse_line(line)) { - eprintf("Parsing error at line %u in %s.\n",num,path); - fclose(file); - return false; - } + num = xparsefile(file,_config_parse_callback); + + if(num) + eprintf("Parsing error at line %u in %s.\n",num,path); fclose(file); - return true; + return !num; } From ryuo at frugalware.org Mon Dec 7 20:12:14 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 20:12:14 +0100 (CET) Subject: [Frugalware-git] yaxmenu: includes.h * add stdarg.h Message-ID: <20091207191214.5A0911240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=4cf5d725ffd48acfd91ccf7e861bb3ccfd40beb2 commit 4cf5d725ffd48acfd91ccf7e861bb3ccfd40beb2 Author: James Buren Date: Mon Dec 7 13:07:45 2009 -0600 includes.h * add stdarg.h diff --git a/src/includes.h b/src/includes.h index 7347299..cfddd2b 100644 --- a/src/includes.h +++ b/src/includes.h @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include From ryuo at frugalware.org Mon Dec 7 20:12:14 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 20:12:14 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.h * add xvsnprintf * indent macros for new alignment Message-ID: <20091207191214.69DD71240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=e6d5f29d7960b84749082cc579142157bf208e25 commit e6d5f29d7960b84749082cc579142157bf208e25 Author: James Buren Date: Mon Dec 7 13:08:42 2009 -0600 utility.h * add xvsnprintf * indent macros for new alignment diff --git a/src/utility.h b/src/utility.h index a03fe80..d723c16 100644 --- a/src/utility.h +++ b/src/utility.h @@ -22,12 +22,13 @@ #define _utility_header_ #include "includes.h" -#define eprintf(...) fprintf(stderr,__VA_ARGS__) -#define array_entries(A) (sizeof(A)/sizeof(*A)) -#define xsnprintf(A,...) snprintf((A),array_entries(A),__VA_ARGS__) -#define xfgets(A,F) fgets((A),array_entries(A),(F)) -#define mem_size(T,N) (sizeof(T)*(N)) -#define xnew(T,N) (T*)xmalloc(mem_size(T,N)) +#define eprintf(...) fprintf(stderr,__VA_ARGS__) +#define array_entries(A) (sizeof(A)/sizeof(*A)) +#define xsnprintf(A,...) snprintf((A),array_entries(A),__VA_ARGS__) +#define xvsnprintf(A,F,V) vsnprintf((A),array_entries(A),(F),(V)) +#define xfgets(A,F) fgets((A),array_entries(A),(F)) +#define mem_size(T,N) (sizeof(T)*(N)) +#define xnew(T,N) (T*)xmalloc(mem_size(T,N)) typedef bool (*parser_callback_t) (const char *,const char *); @@ -35,6 +36,7 @@ void *xmalloc(size_t); char *xstrdup(const char *); size_t xstrclen(const char *,char); char *xstrtrim(char *); +FILE *xgetfile(const char *,...); size_t xparsefile(FILE *,parser_callback_t); static inline void xsetstr(char **dest,const char *src) { From ryuo at frugalware.org Mon Dec 7 20:12:14 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 20:12:14 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.c * add xgetfile Message-ID: <20091207191214.6F1081240014@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=c56cd8fb36768f68f9c2189d7838fc680f211200 commit c56cd8fb36768f68f9c2189d7838fc680f211200 Author: James Buren Date: Mon Dec 7 13:11:58 2009 -0600 utility.c * add xgetfile diff --git a/src/utility.c b/src/utility.c index ba56763..c254d62 100644 --- a/src/utility.c +++ b/src/utility.c @@ -19,6 +19,7 @@ // THE SOFTWARE. #include "globals.h" +#include "flags.h" #include "utility.h" static const char comment_char = '#'; @@ -111,6 +112,27 @@ char *xstrtrim(char *str) { return str; } +FILE *xgetfile(const char *fmt,...) { + FILE *file; + char path[PATH_MAX]; + va_list args; + + assert(fmt); + + va_start(args,fmt); + + xvsnprintf(path,fmt,args); + + file = fopen(path,"r"); + + if(!file && G->flags & FLAG_VERBOSE) + eprintf("%s: %s\n",strerror(errno),path); + + va_end(args); + + return file; +} + size_t xparsefile(FILE *file,parser_callback_t fun) { char line[LINE_MAX]; size_t num; From ryuo at frugalware.org Mon Dec 7 20:23:27 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 20:23:27 +0100 (CET) Subject: [Frugalware-git] yaxmenu: Revert "utility.c" Message-ID: <20091207192327.753371240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=d06b9c90d7c9df116a8fd62f2eb0448d97dc5b68 commit d06b9c90d7c9df116a8fd62f2eb0448d97dc5b68 Author: James Buren Date: Mon Dec 7 13:22:48 2009 -0600 Revert "utility.c" This reverts commit c56cd8fb36768f68f9c2189d7838fc680f211200. diff --git a/src/utility.c b/src/utility.c index c254d62..ba56763 100644 --- a/src/utility.c +++ b/src/utility.c @@ -19,7 +19,6 @@ // THE SOFTWARE. #include "globals.h" -#include "flags.h" #include "utility.h" static const char comment_char = '#'; @@ -112,27 +111,6 @@ char *xstrtrim(char *str) { return str; } -FILE *xgetfile(const char *fmt,...) { - FILE *file; - char path[PATH_MAX]; - va_list args; - - assert(fmt); - - va_start(args,fmt); - - xvsnprintf(path,fmt,args); - - file = fopen(path,"r"); - - if(!file && G->flags & FLAG_VERBOSE) - eprintf("%s: %s\n",strerror(errno),path); - - va_end(args); - - return file; -} - size_t xparsefile(FILE *file,parser_callback_t fun) { char line[LINE_MAX]; size_t num; From ryuo at frugalware.org Mon Dec 7 20:23:27 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 20:23:27 +0100 (CET) Subject: [Frugalware-git] yaxmenu: Revert "utility.h" Message-ID: <20091207192327.7A6381240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=07ab52a53289a38d4dd99cff949fc43913a0eeb3 commit 07ab52a53289a38d4dd99cff949fc43913a0eeb3 Author: James Buren Date: Mon Dec 7 13:23:09 2009 -0600 Revert "utility.h" This reverts commit e6d5f29d7960b84749082cc579142157bf208e25. diff --git a/src/utility.h b/src/utility.h index d723c16..a03fe80 100644 --- a/src/utility.h +++ b/src/utility.h @@ -22,13 +22,12 @@ #define _utility_header_ #include "includes.h" -#define eprintf(...) fprintf(stderr,__VA_ARGS__) -#define array_entries(A) (sizeof(A)/sizeof(*A)) -#define xsnprintf(A,...) snprintf((A),array_entries(A),__VA_ARGS__) -#define xvsnprintf(A,F,V) vsnprintf((A),array_entries(A),(F),(V)) -#define xfgets(A,F) fgets((A),array_entries(A),(F)) -#define mem_size(T,N) (sizeof(T)*(N)) -#define xnew(T,N) (T*)xmalloc(mem_size(T,N)) +#define eprintf(...) fprintf(stderr,__VA_ARGS__) +#define array_entries(A) (sizeof(A)/sizeof(*A)) +#define xsnprintf(A,...) snprintf((A),array_entries(A),__VA_ARGS__) +#define xfgets(A,F) fgets((A),array_entries(A),(F)) +#define mem_size(T,N) (sizeof(T)*(N)) +#define xnew(T,N) (T*)xmalloc(mem_size(T,N)) typedef bool (*parser_callback_t) (const char *,const char *); @@ -36,7 +35,6 @@ void *xmalloc(size_t); char *xstrdup(const char *); size_t xstrclen(const char *,char); char *xstrtrim(char *); -FILE *xgetfile(const char *,...); size_t xparsefile(FILE *,parser_callback_t); static inline void xsetstr(char **dest,const char *src) { From ryuo at frugalware.org Mon Dec 7 20:23:27 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 20:23:27 +0100 (CET) Subject: [Frugalware-git] yaxmenu: Revert "includes.h" Message-ID: <20091207192327.802911240014@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=8a83118300a91dfaab1a586fdce47983d58cca70 commit 8a83118300a91dfaab1a586fdce47983d58cca70 Author: James Buren Date: Mon Dec 7 13:23:22 2009 -0600 Revert "includes.h" This reverts commit 4cf5d725ffd48acfd91ccf7e861bb3ccfd40beb2. diff --git a/src/includes.h b/src/includes.h index cfddd2b..7347299 100644 --- a/src/includes.h +++ b/src/includes.h @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include From bouleetbil at frogdev.info Mon Dec 7 20:38:36 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 20:38:36 +0100 (CET) Subject: [Frugalware-git] frugalware-current: gupnp-0.13.2-1-i686 *version bump Message-ID: <20091207193836.AB12A1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1dc562dae262dcd0df46d530a4eef93ef0853090 commit 1dc562dae262dcd0df46d530a4eef93ef0853090 Author: bouleetbil Date: Mon Dec 7 20:40:48 2009 +0000 gupnp-0.13.2-1-i686 *version bump diff --git a/source/xlib-extra/gupnp/FrugalBuild b/source/xlib-extra/gupnp/FrugalBuild index 26440ed..9401ef4 100644 --- a/source/xlib-extra/gupnp/FrugalBuild +++ b/source/xlib-extra/gupnp/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gupnp -pkgver=0.13.1 +pkgver=0.13.2 pkgrel=1 pkgdesc="GUPnP implements the UPnP specification of GUPnP framework." depends=('gssdp>=0.7.0') @@ -12,6 +12,6 @@ up2date="Flasttar $url/sources/$pkgname" groups=('xlib-extra') options=('scriptlet') archs=('i686' 'x86_64' 'ppc') -sha1sums=('33e25777ac1be128c123ecaa47d839e4a25f2279') +sha1sums=('8c81b083668cafc4747a3b6741615992f2438abb') # optimization OK From ryuo at frugalware.org Mon Dec 7 20:42:15 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 20:42:15 +0100 (CET) Subject: [Frugalware-git] yaxmenu: config.c * remove unused variable from config_parse Message-ID: <20091207194215.E04EE1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=ce3cde8f393927820d87c0a7d4e7b4f67b0afa8f commit ce3cde8f393927820d87c0a7d4e7b4f67b0afa8f Author: James Buren Date: Mon Dec 7 13:42:01 2009 -0600 config.c * remove unused variable from config_parse diff --git a/src/config.c b/src/config.c index bc32520..1eace06 100644 --- a/src/config.c +++ b/src/config.c @@ -39,7 +39,7 @@ static bool _config_parse_callback(const char *key,const char *val) { bool config_parse(void) { FILE *file; - char path[PATH_MAX], line[LINE_MAX], **str; + char path[PATH_MAX], **str; size_t num; for( str = G->cfgdirs ; *str ; ++str ) { From bouleetbil at frogdev.info Mon Dec 7 20:50:43 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 20:50:43 +0100 (CET) Subject: [Frugalware-git] frugalware-current: moovida-1.0.9-1-i686 *version bump Message-ID: <20091207195043.EAA141240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bacc6b10edb53553cf49f5aad12cf82e4645769d commit bacc6b10edb53553cf49f5aad12cf82e4645769d Author: bouleetbil Date: Mon Dec 7 20:52:31 2009 +0000 moovida-1.0.9-1-i686 *version bump diff --git a/source/xapps-extra/moovida/FrugalBuild b/source/xapps-extra/moovida/FrugalBuild index de640c8..f01605f 100644 --- a/source/xapps-extra/moovida/FrugalBuild +++ b/source/xapps-extra/moovida/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=moovida -pkgver=1.0.8 +pkgver=1.0.9 pkgrel=1 pkgdesc="Moovida is an open source, cross platform media center solution" url="http://www.moovida.com/" @@ -23,7 +23,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') _F_gnome_desktop="y" Finclude gnome-scriptlet -sha1sums=('3b9913c374188bccd473edd95beb7a704aa1f8d2') +sha1sums=('d25a833acf57c2ec644b67f9d63b493813928329') _F_cd_path=elisa-$pkgver build() { From bouleetbil at frogdev.info Mon Dec 7 21:05:19 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 21:05:19 +0100 (CET) Subject: [Frugalware-git] frugalware-current: moovida-plugins-bad-1.0.9-1-i686 *version bump Message-ID: <20091207200519.297B51240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=31f8e8f2f6e851e995a11f6400da7c30b67d5001 commit 31f8e8f2f6e851e995a11f6400da7c30b67d5001 Author: bouleetbil Date: Mon Dec 7 21:07:21 2009 +0000 moovida-plugins-bad-1.0.9-1-i686 *version bump diff --git a/source/xlib-extra/moovida-plugins-bad/FrugalBuild b/source/xlib-extra/moovida-plugins-bad/FrugalBuild index 4dfd160..cc5479d 100644 --- a/source/xlib-extra/moovida-plugins-bad/FrugalBuild +++ b/source/xlib-extra/moovida-plugins-bad/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=moovida-plugins-bad -pkgver=1.0.8 +pkgver=1.0.9 pkgrel=1 pkgdesc="Moovida plugin gstreamer bad" url="http://www.moovida.com/" @@ -14,5 +14,5 @@ Finclude python makedepends=('pkgconfig' 'setuptools' 'moovida') groups=('xlib-extra') archs=('i686' 'x86_64') -sha1sums=('7107d5335c527f14ed5359fa20cf286fef91b83a') +sha1sums=('d721f2c18c4da7fb52cf32d50a7a8c5501e9a91a') _F_cd_path=elisa-plugins-bad-$pkgver From bouleetbil at frogdev.info Mon Dec 7 21:05:52 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 21:05:52 +0100 (CET) Subject: [Frugalware-git] frugalware-current: moovida-plugins-good-1.0.9-1-i686 *version bump Message-ID: <20091207200552.CB8681240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0299c1bbb312b1ee562ed44a4aea28ddbea73ce5 commit 0299c1bbb312b1ee562ed44a4aea28ddbea73ce5 Author: bouleetbil Date: Mon Dec 7 21:08:05 2009 +0000 moovida-plugins-good-1.0.9-1-i686 *version bump diff --git a/source/xlib-extra/moovida-plugins-good/FrugalBuild b/source/xlib-extra/moovida-plugins-good/FrugalBuild index b1ce1ad..02b83a3 100644 --- a/source/xlib-extra/moovida-plugins-good/FrugalBuild +++ b/source/xlib-extra/moovida-plugins-good/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=moovida-plugins-good -pkgver=1.0.8 +pkgver=1.0.9 pkgrel=1 pkgdesc="Moovida plugin gstreamer good" url="http://www.moovida.com/" @@ -14,5 +14,5 @@ Finclude python makedepends=('pkgconfig' 'setuptools' 'moovida') groups=('xlib-extra') archs=('i686' 'x86_64') -sha1sums=('0725f87877636bbf5655fe92e6065e824674669f') +sha1sums=('19b9e3bb6487ed59a4bb63f993fe566fb9b817bf') _F_cd_path=elisa-plugins-good-$pkgver From bouleetbil at frogdev.info Mon Dec 7 21:32:34 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 21:32:34 +0100 (CET) Subject: [Frugalware-git] frugalware-current: moovida-plugins-ugly-1.0.9-1-i686 *version bump Message-ID: <20091207203234.8F1AC1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=61cff5a8c8eae5d9b5660fa00e2aa4346332993a commit 61cff5a8c8eae5d9b5660fa00e2aa4346332993a Author: bouleetbil Date: Mon Dec 7 21:34:23 2009 +0000 moovida-plugins-ugly-1.0.9-1-i686 *version bump diff --git a/source/xlib-extra/moovida-plugins-ugly/FrugalBuild b/source/xlib-extra/moovida-plugins-ugly/FrugalBuild index cba2c45..5a3d59e 100644 --- a/source/xlib-extra/moovida-plugins-ugly/FrugalBuild +++ b/source/xlib-extra/moovida-plugins-ugly/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=moovida-plugins-ugly -pkgver=1.0.8 +pkgver=1.0.9 pkgrel=1 pkgdesc="Moovida plugin gstreamer ugly" url="http://www.moovida.com/" @@ -14,5 +14,5 @@ Finclude python makedepends=('pkgconfig' 'setuptools' 'moovida') groups=('xlib-extra') archs=('i686' 'x86_64') -sha1sums=('2a0c4e0739f9245c67b95ea0fe0e2a981b617be8') +sha1sums=('be7b558bf48478801789bf52b61deee752093e4c') _F_cd_path=elisa-plugins-ugly-$pkgver From bouleetbil at frogdev.info Mon Dec 7 21:41:35 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 21:41:35 +0100 (CET) Subject: [Frugalware-git] frugalware-current: gssmp-1.3-1-i686 *version bump Message-ID: <20091207204135.618E61240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d3c88172a55464490b565bbebc08ef84c59f047c commit d3c88172a55464490b565bbebc08ef84c59f047c Author: bouleetbil Date: Mon Dec 7 21:43:47 2009 +0000 gssmp-1.3-1-i686 *version bump diff --git a/source/gnome-extra/gssmp/FrugalBuild b/source/gnome-extra/gssmp/FrugalBuild index e935039..2467a66 100644 --- a/source/gnome-extra/gssmp/FrugalBuild +++ b/source/gnome-extra/gssmp/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=gssmp -pkgver=1.2 -pkgrel=2 +pkgver=1.3 +pkgrel=1 pkgdesc="GSSMP is a music player designed to work with GNOME" depends=('libgnomeui>=2.24.0-2' 'libsm' 'popt' 'gnome-vfs' 'esd' 'pango>=1.24.2-2' 'gail>=2.16.2-2' 'libart_lgpl' \ 'atk' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' \ @@ -15,7 +15,7 @@ groups=('gnome-extra') archs=('i686' 'x86_64') _F_sourceforge_ext=".tar.bz2" Finclude sourceforge -sha1sums=('1786f37f95aebbb3bf8bb76ae6595b3fac32c350') +sha1sums=('a69d4ee97f15d2d525b27e4f51d02f677d440313') build() { Fcd From bouleetbil at frogdev.info Mon Dec 7 21:44:15 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 21:44:15 +0100 (CET) Subject: [Frugalware-git] frugalware-current: xmpp4r-0.5-1-i686 *new package Message-ID: <20091207204415.E129E1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=55e304bf2642cf9503be4aa35910001723399813 commit 55e304bf2642cf9503be4aa35910001723399813 Author: bouleetbil Date: Mon Dec 7 21:46:32 2009 +0000 xmpp4r-0.5-1-i686 *new package diff --git a/source/network-extra/xmpp4r/FrugalBuild b/source/network-extra/xmpp4r/FrugalBuild new file mode 100644 index 0000000..9d8ef5c --- /dev/null +++ b/source/network-extra/xmpp4r/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.03 SBU +# Maintainer: bouleetbil + +pkgname=xmpp4r +pkgver=0.5 +pkgrel=1 +pkgdesc="XMPP4R is an XMPP/Jabber library for Ruby." +url="http://home.gna.org/xmpp4r/" +depends=('ruby') +groups=('network-extra') +archs=('i686') +Finclude gem +up2date="Flasttar http://download.gna.org/xmpp4r" +source=(http://download.gna.org/xmpp4r/$pkgname-$pkgver.gem) +sha1sums=('094a8701b424c9e11f3e0ee0732023bd13513330') + +# optimization OK From ryuo at frugalware.org Mon Dec 7 21:48:30 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 21:48:30 +0100 (CET) Subject: [Frugalware-git] yaxmenu: theme.h * initial draft Message-ID: <20091207204830.A97931240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=2bf104c2a48a2c30ec14a032e4525986db85e29f commit 2bf104c2a48a2c30ec14a032e4525986db85e29f Author: James Buren Date: Mon Dec 7 13:44:40 2009 -0600 theme.h * initial draft diff --git a/src/theme.h b/src/theme.h new file mode 100644 index 0000000..150e3c7 --- /dev/null +++ b/src/theme.h @@ -0,0 +1,26 @@ +// Copyright (c) 2009 James Buren +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + +#ifndef _theme_header_ +#define _theme_header_ +#include "includes.h" + +bool theme_parse(void); +#endif From ryuo at frugalware.org Mon Dec 7 21:48:30 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 21:48:30 +0100 (CET) Subject: [Frugalware-git] yaxmenu: config.c * replace config_file_name with config_path_format Message-ID: <20091207204830.BE0A91240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=dee1c2f0b74d05607b6e6c4e7d8d22dc059abfc6 commit dee1c2f0b74d05607b6e6c4e7d8d22dc059abfc6 Author: James Buren Date: Mon Dec 7 14:48:12 2009 -0600 config.c * replace config_file_name with config_path_format diff --git a/src/config.c b/src/config.c index 1eace06..ae07fbe 100644 --- a/src/config.c +++ b/src/config.c @@ -23,7 +23,7 @@ #include "utility.h" #include "config.h" -static const char config_file_name[] = "cfgrc"; +static const char config_path_format[] = "%s/cfgrc"; static const char config_key_theme[] = "theme"; static const char config_key_menu[] = "menu"; @@ -43,7 +43,7 @@ bool config_parse(void) { size_t num; for( str = G->cfgdirs ; *str ; ++str ) { - xsnprintf(path,"%s/%s",*str,config_file_name); + xsnprintf(path,config_path_format,*str); file = fopen(path,"r"); if(file) break; From ryuo at frugalware.org Mon Dec 7 22:04:32 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 22:04:32 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.c * add user data to xparsefile Message-ID: <20091207210432.3D25F1240011@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=4ce340d392a67122061a7ee6ec29fbd433453cbd commit 4ce340d392a67122061a7ee6ec29fbd433453cbd Author: James Buren Date: Mon Dec 7 15:04:13 2009 -0600 utility.c * add user data to xparsefile diff --git a/src/utility.c b/src/utility.c index ba56763..0fb4516 100644 --- a/src/utility.c +++ b/src/utility.c @@ -25,7 +25,7 @@ static const char comment_char = '#'; static const char whitespace_chars[] = " \t\r\n"; static const char scanner_format[] = "%*[^=]=%n%*[^\n]\n%n"; -static inline bool _xparsefile_line(char *line,parser_callback_t fun) { +static inline bool _xparsefile_line(char *line,pc_t fun,void *data) { char *str, *key, *val; size_t i, j; @@ -55,7 +55,7 @@ static inline bool _xparsefile_line(char *line,parser_callback_t fun) { if(!*key || !*val) return false; - return fun(key,val); + return fun(key,val,data); } void *xmalloc(size_t size) { @@ -111,13 +111,15 @@ char *xstrtrim(char *str) { return str; } -size_t xparsefile(FILE *file,parser_callback_t fun) { +size_t xparsefile(FILE *file,pc_t fun,void *data) { char line[LINE_MAX]; size_t num; bool err; + assert(file && fun); + for( num = 1, err = false ; xfgets(line,file) ; ++num ) - if(!_xparsefile_line(line,fun)) { + if(!_xparsefile_line(line,fun,data)) { err = true; break; } From ryuo at frugalware.org Mon Dec 7 22:04:32 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 22:04:32 +0100 (CET) Subject: [Frugalware-git] yaxmenu: utility.h * change xgetfile prototype to accept user data Message-ID: <20091207210432.2C3891240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=1e677c50123196a04cad6bef31a2f49f095c6dee commit 1e677c50123196a04cad6bef31a2f49f095c6dee Author: James Buren Date: Mon Dec 7 15:02:34 2009 -0600 utility.h * change xgetfile prototype to accept user data diff --git a/src/utility.h b/src/utility.h index a03fe80..2bce861 100644 --- a/src/utility.h +++ b/src/utility.h @@ -29,13 +29,13 @@ #define mem_size(T,N) (sizeof(T)*(N)) #define xnew(T,N) (T*)xmalloc(mem_size(T,N)) -typedef bool (*parser_callback_t) (const char *,const char *); +typedef bool (*pc_t) (const char *,const char *,void *); void *xmalloc(size_t); char *xstrdup(const char *); size_t xstrclen(const char *,char); char *xstrtrim(char *); -size_t xparsefile(FILE *,parser_callback_t); +size_t xparsefile(FILE *,pc_t,void *); static inline void xsetstr(char **dest,const char *src) { assert(dest && src); From ryuo at frugalware.org Mon Dec 7 22:06:12 2009 From: ryuo at frugalware.org (James Buren) Date: Mon, 7 Dec 2009 22:06:12 +0100 (CET) Subject: [Frugalware-git] yaxmenu: config.c * update for changes in xparsefile Message-ID: <20091207210612.68E2C1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=d19820339ae6fffe01e57c22b3be3251b023be82 commit d19820339ae6fffe01e57c22b3be3251b023be82 Author: James Buren Date: Mon Dec 7 15:06:01 2009 -0600 config.c * update for changes in xparsefile diff --git a/src/config.c b/src/config.c index ae07fbe..19f9715 100644 --- a/src/config.c +++ b/src/config.c @@ -27,13 +27,16 @@ static const char config_path_format[] = "%s/cfgrc"; static const char config_key_theme[] = "theme"; static const char config_key_menu[] = "menu"; -static bool _config_parse_callback(const char *key,const char *val) { +static bool _config_parse_callback(const char *key,const char *val,void *data) { + assert(key && val && !data); + if(!strcasecmp(key,config_key_theme)) xsetstr(&G->theme,val); else if(!strcasecmp(key,config_key_menu)) xsetstr(&G->menu,val); else return false; + return true; } @@ -56,7 +59,7 @@ bool config_parse(void) { return false; } - num = xparsefile(file,_config_parse_callback); + num = xparsefile(file,_config_parse_callback,NULL); if(num) eprintf("Parsing error at line %u in %s.\n",num,path); From bouleetbil at frogdev.info Mon Dec 7 22:35:09 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Dec 2009 22:35:09 +0100 (CET) Subject: [Frugalware-git] frugalware-current: isaac-0.2.5-1-i686 *new package Message-ID: <20091207213509.3E7791240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7d6f160d98c2da9e49cd811a6ca26c71b32075ed commit 7d6f160d98c2da9e49cd811a6ca26c71b32075ed Author: bouleetbil Date: Mon Dec 7 22:37:27 2009 +0000 isaac-0.2.5-1-i686 *new package diff --git a/source/network-extra/isaac/FrugalBuild b/source/network-extra/isaac/FrugalBuild new file mode 100644 index 0000000..b504a22 --- /dev/null +++ b/source/network-extra/isaac/FrugalBuild @@ -0,0 +1,13 @@ +# Compiling Time: 0.03 SBU +# Maintainer: bouleetbil + +pkgname=isaac +pkgver=0.2.5 +pkgrel=1 +pkgdesc="A smallish DSL for writing IRC bots." +url="http://github.com/ichverstehe/isaac" +depends=('ruby') +groups=('network-extra') +archs=('i686') +Finclude gem +sha1sums=('592e8cfc91ff02b7f01db0253a37ff2f042fc1ad') From exceed.cedric at gmail.com Mon Dec 7 22:47:14 2009 From: exceed.cedric at gmail.com (exceed) Date: Mon, 7 Dec 2009 22:47:14 +0100 (CET) Subject: [Frugalware-git] frugalware-current: chntpw-080526-1-i686 Message-ID: <20091207214714.8FA3E1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=87728d1cc32266b4a8c4f8247ec248d384926215 commit 87728d1cc32266b4a8c4f8247ec248d384926215 Author: exceed Date: Mon Dec 7 22:49:17 2009 +0100 chntpw-080526-1-i686 * New package diff --git a/source/apps-extra/chntpw/FrugalBuild b/source/apps-extra/chntpw/FrugalBuild new file mode 100644 index 0000000..21b39ef --- /dev/null +++ b/source/apps-extra/chntpw/FrugalBuild @@ -0,0 +1,26 @@ +# Compiling Time: 0.01 SBU +# Maintainer: exceed + +pkgname=chntpw +pkgver=080526 +_F_archive_name=${pkgname}-source +_F_cd_path=$pkgname-$pkgver +pkgrel=1 +pkgdesc="Utility to (re)set the password of any user and registry editor on Windows NT/2K/XP system" +url="http://pogostick.net/~pnh/ntpasswd" +groups=('apps-extra') +archs=('i686') +depends=('openssl') +source=($url/$pkgname-source-$pkgver.zip) +up2date="Flastarchive $url/editor.html .zip" +md5sums=('09addfe7ae469677da39ed66d83858d3') + +build() +{ + Fcd + Fmake + Fmkdir /usr/bin + Fexe $_F_cd_path/{chntpw,chntpw.static,reged,reged.static,cpnt} /usr/bin/ + Fdoc $_F_cd_path/{regedit.txt,WinReg.txt,README.txt} +} + From vmiklos at frugalware.org Tue Dec 8 00:26:16 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 8 Dec 2009 00:26:16 +0100 (CET) Subject: [Frugalware-git] kernel2632: kernel-2.6.32-1-x86_64 Message-ID: <20091207232617.000781240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2632.git;a=commitdiff;h=659dff48ff1e6c41d946d298d277ecfd48b80f0a commit 659dff48ff1e6c41d946d298d277ecfd48b80f0a Author: Miklos Vajna Date: Tue Dec 8 00:21:27 2009 +0100 kernel-2.6.32-1-x86_64 - update config.x86_64 diff --git a/source/base/kernel/config.x86_64 b/source/base/kernel/config.x86_64 index 927bb07..d8fb3c8 100644 --- a/source/base/kernel/config.x86_64 +++ b/source/base/kernel/config.x86_64 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.31.4 -# Thu Oct 15 12:35:47 2009 +# Linux kernel version: 2.6.32 +# Mon Dec 7 19:58:29 2009 # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -17,7 +17,6 @@ CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y CONFIG_LOCKDEP_SUPPORT=y CONFIG_STACKTRACE_SUPPORT=y CONFIG_HAVE_LATENCYTOP_SUPPORT=y -CONFIG_FAST_CMPXCHG_LOCAL=y CONFIG_MMU=y CONFIG_ZONE_DMA=y CONFIG_GENERIC_ISA_DMA=y @@ -36,7 +35,8 @@ CONFIG_ARCH_HAS_CPU_RELAX=y CONFIG_ARCH_HAS_DEFAULT_IDLE=y CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y CONFIG_HAVE_SETUP_PER_CPU_AREA=y -CONFIG_HAVE_DYNAMIC_PER_CPU_AREA=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y CONFIG_HAVE_CPUMASK_OF_CPU_MAP=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_SUSPEND_POSSIBLE=y @@ -45,6 +45,7 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y CONFIG_AUDIT_ARCH=y CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y +CONFIG_HAVE_INTEL_TXT=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y CONFIG_GENERIC_IRQ_PROBE=y @@ -89,12 +90,12 @@ CONFIG_AUDIT_TREE=y # # RCU Subsystem # -# CONFIG_CLASSIC_RCU is not set -# CONFIG_TREE_RCU is not set -CONFIG_PREEMPT_RCU=y +CONFIG_TREE_RCU=y +# CONFIG_TREE_PREEMPT_RCU is not set # CONFIG_RCU_TRACE is not set +CONFIG_RCU_FANOUT=64 +# CONFIG_RCU_FANOUT_EXACT is not set # CONFIG_TREE_RCU_TRACE is not set -# CONFIG_PREEMPT_RCU_TRACE is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=17 @@ -140,26 +141,27 @@ CONFIG_TIMERFD=y CONFIG_EVENTFD=y CONFIG_SHMEM=y CONFIG_AIO=y -CONFIG_HAVE_PERF_COUNTERS=y +CONFIG_HAVE_PERF_EVENTS=y # -# Performance Counters +# Kernel Performance Events And Counters # -CONFIG_PERF_COUNTERS=y +CONFIG_PERF_EVENTS=y CONFIG_EVENT_PROFILE=y +CONFIG_PERF_COUNTERS=y +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set CONFIG_VM_EVENT_COUNTERS=y CONFIG_PCI_QUIRKS=y CONFIG_SLUB_DEBUG=y -# CONFIG_STRIP_ASM_SYMS is not set # CONFIG_COMPAT_BRK is not set # CONFIG_SLAB is not set CONFIG_SLUB=y # CONFIG_SLOB is not set CONFIG_PROFILING=y CONFIG_TRACEPOINTS=y -CONFIG_MARKERS=y CONFIG_OPROFILE=m CONFIG_OPROFILE_IBS=y +# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set CONFIG_HAVE_OPROFILE=y # CONFIG_KPROBES is not set CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y @@ -175,6 +177,7 @@ CONFIG_HAVE_DMA_API_DEBUG=y # # CONFIG_GCOV_KERNEL is not set CONFIG_SLOW_WORK=y +# CONFIG_SLOW_WORK_DEBUG is not set # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y @@ -219,6 +222,7 @@ CONFIG_SPARSE_IRQ=y CONFIG_X86_MPPARSE=y CONFIG_X86_EXTENDED_PLATFORM=y # CONFIG_X86_VSMP is not set +CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y CONFIG_SCHED_OMIT_FRAME_POINTER=y CONFIG_PARAVIRT_GUEST=y # CONFIG_XEN is not set @@ -253,6 +257,7 @@ CONFIG_MEMTEST=y # CONFIG_MVIAC7 is not set # CONFIG_MPSC is not set # CONFIG_MCORE2 is not set +# CONFIG_MATOM is not set CONFIG_GENERIC_CPU=y CONFIG_X86_CPU=y CONFIG_X86_L1_CACHE_BYTES=64 @@ -290,7 +295,6 @@ CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y CONFIG_X86_MCE=y -CONFIG_X86_NEW_MCE=y CONFIG_X86_MCE_INTEL=y CONFIG_X86_MCE_AMD=y CONFIG_X86_MCE_THRESHOLD=y @@ -307,6 +311,7 @@ CONFIG_X86_CPUID=m CONFIG_ARCH_PHYS_ADDR_T_64BIT=y CONFIG_DIRECT_GBPAGES=y # CONFIG_NUMA is not set +CONFIG_ARCH_PROC_KCORE_TEXT=y CONFIG_ARCH_SPARSEMEM_DEFAULT=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y @@ -319,10 +324,7 @@ CONFIG_HAVE_MEMORY_PRESENT=y CONFIG_SPARSEMEM_EXTREME=y CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y CONFIG_SPARSEMEM_VMEMMAP=y - -# -# Memory hotplug is currently incompatible with Software Suspend -# +# CONFIG_MEMORY_HOTPLUG is not set CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_SPLIT_PTLOCK_CPUS=4 CONFIG_PHYS_ADDR_T_64BIT=y @@ -332,7 +334,10 @@ CONFIG_VIRT_TO_BUS=y CONFIG_HAVE_MLOCK=y CONFIG_HAVE_MLOCKED_PAGE_BIT=y CONFIG_MMU_NOTIFIER=y +# CONFIG_KSM is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y +# CONFIG_MEMORY_FAILURE is not set CONFIG_X86_CHECK_BIOS_CORRUPTION=y CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y CONFIG_X86_RESERVE_LOW_64K=y @@ -341,6 +346,7 @@ CONFIG_MTRR_SANITIZER=y CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 CONFIG_X86_PAT=y +CONFIG_ARCH_USES_PG_UNCACHED=y # CONFIG_EFI is not set CONFIG_SECCOMP=y # CONFIG_CC_STACKPROTECTOR is not set @@ -374,10 +380,12 @@ CONFIG_SUSPEND_FREEZER=y CONFIG_HIBERNATION_NVS=y CONFIG_HIBERNATION=y CONFIG_PM_STD_PARTITION="" +# CONFIG_PM_RUNTIME is not set CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_PROCFS=y CONFIG_ACPI_PROCFS_POWER=y +CONFIG_ACPI_POWER_METER=m CONFIG_ACPI_SYSFS_POWER=y CONFIG_ACPI_PROC_EVENT=y CONFIG_ACPI_AC=m @@ -388,6 +396,7 @@ CONFIG_ACPI_FAN=m CONFIG_ACPI_DOCK=y CONFIG_ACPI_PROCESSOR=m CONFIG_ACPI_HOTPLUG_CPU=y +CONFIG_ACPI_PROCESSOR_AGGREGATOR=m CONFIG_ACPI_THERMAL=m # CONFIG_ACPI_CUSTOM_DSDT is not set CONFIG_ACPI_BLACKLIST_YEAR=0 @@ -396,6 +405,7 @@ CONFIG_ACPI_PCI_SLOT=m CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=m CONFIG_ACPI_SBS=m +# CONFIG_SFI is not set # # CPU Frequency scaling @@ -447,7 +457,6 @@ CONFIG_PCI_MMCONFIG=y CONFIG_PCI_DOMAINS=y CONFIG_DMAR=y # CONFIG_DMAR_DEFAULT_ON is not set -# CONFIG_DMAR_BROKEN_GFX_WA is not set CONFIG_DMAR_FLOPPY_WA=y CONFIG_INTR_REMAP=y CONFIG_PCIEPORTBUS=y @@ -508,6 +517,7 @@ CONFIG_COMPAT=y CONFIG_COMPAT_FOR_U64_ALIGNMENT=y CONFIG_SYSVIPC_COMPAT=y CONFIG_NET=y +CONFIG_COMPAT_NETLINK_MESSAGES=y # # Networking options @@ -929,6 +939,11 @@ CONFIG_CAN_SJA1000=m CONFIG_CAN_SJA1000_PLATFORM=m CONFIG_CAN_EMS_PCI=m CONFIG_CAN_KVASER_PCI=m + +# +# CAN USB interfaces +# +CONFIG_CAN_EMS_USB=m # CONFIG_CAN_DEBUG_DEVICES is not set CONFIG_IRDA=m @@ -1014,13 +1029,19 @@ CONFIG_BT_HCIBT3C=m CONFIG_BT_HCIBLUECARD=m CONFIG_BT_HCIBTUART=m CONFIG_BT_HCIVHCI=m +CONFIG_BT_MRVL=m +CONFIG_BT_MRVL_SDIO=m CONFIG_AF_RXRPC=m # CONFIG_AF_RXRPC_DEBUG is not set CONFIG_RXKAD=m CONFIG_FIB_RULES=y CONFIG_WIRELESS=y CONFIG_CFG80211=m +# CONFIG_NL80211_TESTMODE is not set +# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set CONFIG_CFG80211_REG_DEBUG=y +CONFIG_CFG80211_DEFAULT_PS=y +CONFIG_CFG80211_DEFAULT_PS_VALUE=1 # CONFIG_CFG80211_DEBUGFS is not set CONFIG_WIRELESS_OLD_REGULATORY=y CONFIG_WIRELESS_EXT=y @@ -1031,16 +1052,11 @@ CONFIG_LIB80211_CRYPT_CCMP=m CONFIG_LIB80211_CRYPT_TKIP=m # CONFIG_LIB80211_DEBUG is not set CONFIG_MAC80211=m -CONFIG_MAC80211_DEFAULT_PS=y -CONFIG_MAC80211_DEFAULT_PS_VALUE=1 - -# -# Rate control algorithm selection -# CONFIG_MAC80211_RC_MINSTREL=y # CONFIG_MAC80211_RC_DEFAULT_PID is not set CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_DEFAULT="minstrel" +# CONFIG_MAC80211_MESH is not set CONFIG_MAC80211_LEDS=y # CONFIG_MAC80211_DEBUGFS is not set # CONFIG_MAC80211_DEBUG_MENU is not set @@ -1062,6 +1078,7 @@ CONFIG_NET_9P_RDMA=m # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" +# CONFIG_DEVTMPFS is not set CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y @@ -1073,9 +1090,9 @@ CONFIG_EXTRA_FIRMWARE="" CONFIG_CONNECTOR=m CONFIG_MTD=m # CONFIG_MTD_DEBUG is not set +CONFIG_MTD_TESTS=m CONFIG_MTD_CONCAT=m CONFIG_MTD_PARTITIONS=y -CONFIG_MTD_TESTS=m CONFIG_MTD_REDBOOT_PARTS=m CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y @@ -1144,6 +1161,7 @@ CONFIG_MTD_SCB2_FLASH=m CONFIG_MTD_NETtel=m CONFIG_MTD_L440GX=m CONFIG_MTD_PCI=m +# CONFIG_MTD_GPIO_ADDR is not set CONFIG_MTD_INTEL_VR_NOR=m CONFIG_MTD_PLATRAM=m @@ -1158,6 +1176,7 @@ CONFIG_MTD_DATAFLASH_WRITE_VERIFY=y # CONFIG_MTD_DATAFLASH_OTP is not set CONFIG_MTD_M25P80=m CONFIG_M25PXX_USE_FAST_READ=y +CONFIG_MTD_SST25L=m CONFIG_MTD_SLRAM=m CONFIG_MTD_PHRAM=m CONFIG_MTD_MTDRAM=m @@ -1193,6 +1212,7 @@ CONFIG_MTD_NAND_PLATFORM=m CONFIG_MTD_ALAUDA=m CONFIG_MTD_ONENAND=m CONFIG_MTD_ONENAND_VERIFY_WRITE=y +CONFIG_MTD_ONENAND_GENERIC=m CONFIG_MTD_ONENAND_OTP=y CONFIG_MTD_ONENAND_2X_PROGRAM=y CONFIG_MTD_ONENAND_SIM=m @@ -1423,6 +1443,7 @@ CONFIG_SCSI_LOWLEVEL=y CONFIG_ISCSI_TCP=m CONFIG_SCSI_CXGB3_ISCSI=m CONFIG_SCSI_BNX2_ISCSI=m +CONFIG_BE2ISCSI=m CONFIG_BLK_DEV_3W_XXXX_RAID=m CONFIG_SCSI_3W_9XXX=m CONFIG_SCSI_ACARD=m @@ -1491,7 +1512,9 @@ CONFIG_SCSI_LPFC=m CONFIG_SCSI_DC395x=m CONFIG_SCSI_DC390T=m CONFIG_SCSI_DEBUG=m +CONFIG_SCSI_PMCRAID=m CONFIG_SCSI_SRP=m +CONFIG_SCSI_BFA_FC=m CONFIG_SCSI_LOWLEVEL_PCMCIA=y CONFIG_PCMCIA_FDOMAIN=m CONFIG_PCMCIA_QLOGIC=m @@ -1500,6 +1523,7 @@ CONFIG_PCMCIA_SYM53C500=m # CONFIG_SCSI_OSD_INITIATOR is not set CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set +CONFIG_ATA_VERBOSE_ERROR=y CONFIG_ATA_ACPI=y CONFIG_SATA_PMP=y CONFIG_SATA_AHCI=y @@ -1523,6 +1547,7 @@ CONFIG_PATA_ACPI=m CONFIG_PATA_ALI=m CONFIG_PATA_AMD=m CONFIG_PATA_ARTOP=m +CONFIG_PATA_ATP867X=m CONFIG_PATA_ATIIXP=m CONFIG_PATA_CMD640_PCI=m CONFIG_PATA_CMD64X=m @@ -1552,6 +1577,7 @@ CONFIG_PATA_OPTIDMA=m CONFIG_PATA_PCMCIA=m CONFIG_PATA_PDC_OLD=m CONFIG_PATA_RADISYS=m +CONFIG_PATA_RDC=m CONFIG_PATA_RZ1000=m CONFIG_PATA_SC1200=m CONFIG_PATA_SERVERWORKS=m @@ -1569,7 +1595,9 @@ CONFIG_MD_RAID0=y CONFIG_MD_RAID1=y CONFIG_MD_RAID10=y CONFIG_MD_RAID456=y +# CONFIG_MULTICORE_RAID456 is not set CONFIG_MD_RAID6_PQ=y +CONFIG_ASYNC_RAID6_TEST=m CONFIG_MD_MULTIPATH=m CONFIG_MD_FAULTY=m CONFIG_BLK_DEV_DM=m @@ -1730,6 +1758,7 @@ CONFIG_SUNDANCE=m # CONFIG_TLAN is not set CONFIG_KS8842=m CONFIG_KS8851=m +CONFIG_KS8851_MLL=m CONFIG_VIA_RHINE=m CONFIG_VIA_RHINE_MMIO=y CONFIG_SC92031=m @@ -1798,10 +1827,7 @@ CONFIG_3C359=m CONFIG_TMS380TR=m CONFIG_TMSPCI=m CONFIG_ABYSS=m - -# -# Wireless LAN -# +CONFIG_WLAN=y CONFIG_WLAN_PRE80211=y CONFIG_STRIP=m CONFIG_PCMCIA_WAVELAN=m @@ -1872,7 +1898,9 @@ CONFIG_B43=m CONFIG_B43_PCI_AUTOSELECT=y CONFIG_B43_PCICORE_AUTOSELECT=y CONFIG_B43_PCMCIA=y +# CONFIG_B43_SDIO is not set CONFIG_B43_PIO=y +CONFIG_B43_PHY_LP=y CONFIG_B43_LEDS=y CONFIG_B43_HWRNG=y # CONFIG_B43_DEBUG is not set @@ -1902,7 +1930,6 @@ CONFIG_RT2X00_LIB=m CONFIG_RT2X00_LIB_HT=y CONFIG_RT2X00_LIB_FIRMWARE=y CONFIG_RT2X00_LIB_CRYPTO=y -CONFIG_RT2X00_LIB_RFKILL=y CONFIG_RT2X00_LIB_LEDS=y # CONFIG_RT2X00_DEBUG is not set CONFIG_HERMES=m @@ -1914,6 +1941,10 @@ CONFIG_PCI_HERMES=m CONFIG_PCMCIA_HERMES=m CONFIG_PCMCIA_SPECTRUM=m CONFIG_WL12XX=m +CONFIG_WL1251=m +CONFIG_WL1251_SPI=m +CONFIG_WL1251_SDIO=m +CONFIG_WL1271=m CONFIG_IWM=m # CONFIG_IWM_DEBUG is not set @@ -2046,7 +2077,9 @@ CONFIG_NETPOLL=y CONFIG_NETPOLL_TRAP=y CONFIG_NET_POLL_CONTROLLER=y CONFIG_VIRTIO_NET=m +CONFIG_VMXNET3=m CONFIG_ISDN=y +CONFIG_ISDN_I4L=m CONFIG_MISDN=m CONFIG_MISDN_DSP=m CONFIG_MISDN_L1OIP=m @@ -2057,7 +2090,80 @@ CONFIG_MISDN_L1OIP=m CONFIG_MISDN_HFCPCI=m CONFIG_MISDN_HFCMULTI=m CONFIG_MISDN_HFCUSB=m -# CONFIG_ISDN_I4L is not set +CONFIG_MISDN_AVMFRITZ=m +CONFIG_MISDN_SPEEDFAX=m +CONFIG_MISDN_INFINEON=m +CONFIG_MISDN_W6692=m +CONFIG_MISDN_NETJET=m +CONFIG_MISDN_IPAC=m +CONFIG_MISDN_ISAR=m +# CONFIG_ISDN_PPP is not set +# CONFIG_ISDN_AUDIO is not set +# CONFIG_ISDN_X25 is not set + +# +# ISDN feature submodules +# +CONFIG_ISDN_DIVERSION=m + +# +# ISDN4Linux hardware drivers +# + +# +# Passive cards +# +CONFIG_ISDN_DRV_HISAX=m + +# +# D-channel protocol features +# +# CONFIG_HISAX_EURO is not set +# CONFIG_HISAX_1TR6 is not set +# CONFIG_HISAX_NI1 is not set +CONFIG_HISAX_MAX_CARDS=8 + +# +# HiSax supported cards +# +# CONFIG_HISAX_16_3 is not set +# CONFIG_HISAX_TELESPCI is not set +# CONFIG_HISAX_S0BOX is not set +# CONFIG_HISAX_FRITZPCI is not set +# CONFIG_HISAX_AVM_A1_PCMCIA is not set +# CONFIG_HISAX_ELSA is not set +# CONFIG_HISAX_DIEHLDIVA is not set +# CONFIG_HISAX_SEDLBAUER is not set +# CONFIG_HISAX_NETJET is not set +# CONFIG_HISAX_NETJET_U is not set +# CONFIG_HISAX_NICCY is not set +# CONFIG_HISAX_BKM_A4T is not set +# CONFIG_HISAX_SCT_QUADRO is not set +# CONFIG_HISAX_GAZEL is not set +# CONFIG_HISAX_HFC_PCI is not set +# CONFIG_HISAX_W6692 is not set +# CONFIG_HISAX_HFC_SX is not set +# CONFIG_HISAX_DEBUG is not set + +# +# HiSax PCMCIA card service modules +# +CONFIG_HISAX_AVM_A1_CS=m + +# +# HiSax sub driver modules +# +CONFIG_HISAX_ST5481=m +CONFIG_HISAX_HFCUSB=m +CONFIG_HISAX_HFC4S8S=m +CONFIG_HISAX_FRITZ_PCIPNP=m + +# +# Active cards +# +CONFIG_HYSDN=m +# CONFIG_HYSDN_CAPI is not set +CONFIG_ISDN_HDLC=m CONFIG_ISDN_CAPI=m CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y CONFIG_CAPI_TRACE=y @@ -2065,6 +2171,7 @@ CONFIG_ISDN_CAPI_MIDDLEWARE=y CONFIG_ISDN_CAPI_CAPI20=m CONFIG_ISDN_CAPI_CAPIFS_BOOL=y CONFIG_ISDN_CAPI_CAPIFS=m +CONFIG_ISDN_CAPI_CAPIDRV=m # # CAPI hardware drivers @@ -2083,6 +2190,7 @@ CONFIG_ISDN_DIVAS_PRIPCI=y CONFIG_ISDN_DIVAS_DIVACAPI=m CONFIG_ISDN_DIVAS_USERIDI=m CONFIG_ISDN_DIVAS_MAINT=m +# CONFIG_ISDN_DRV_GIGASET is not set CONFIG_PHONE=m CONFIG_PHONE_IXJ=m CONFIG_PHONE_IXJ_PCMCIA=m @@ -2109,12 +2217,16 @@ CONFIG_INPUT_EVDEV=m # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y +CONFIG_KEYBOARD_ADP5588=m CONFIG_KEYBOARD_ATKBD=y +CONFIG_QT2160=m CONFIG_KEYBOARD_LKKBD=m # CONFIG_KEYBOARD_GPIO is not set CONFIG_KEYBOARD_MATRIX=m CONFIG_KEYBOARD_LM8323=m +CONFIG_KEYBOARD_MAX7359=m CONFIG_KEYBOARD_NEWTON=m +CONFIG_KEYBOARD_OPENCORES=m CONFIG_KEYBOARD_STOWAWAY=m CONFIG_KEYBOARD_SUNKBD=m CONFIG_KEYBOARD_XTKBD=m @@ -2126,6 +2238,7 @@ CONFIG_MOUSE_PS2_SYNAPTICS=y CONFIG_MOUSE_PS2_LIFEBOOK=y CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MOUSE_PS2_ELANTECH is not set +# CONFIG_MOUSE_PS2_SENTELIC is not set # CONFIG_MOUSE_PS2_TOUCHKIT is not set CONFIG_MOUSE_SERIAL=m CONFIG_MOUSE_APPLETOUCH=m @@ -2180,6 +2293,7 @@ CONFIG_TOUCHSCREEN_FUJITSU=m CONFIG_TOUCHSCREEN_GUNZE=m CONFIG_TOUCHSCREEN_ELO=m CONFIG_TOUCHSCREEN_WACOM_W8001=m +CONFIG_TOUCHSCREEN_MCS5000=m CONFIG_TOUCHSCREEN_MTOUCH=m # CONFIG_TOUCHSCREEN_INEXIO is not set CONFIG_TOUCHSCREEN_MK712=m @@ -2203,9 +2317,10 @@ CONFIG_TOUCHSCREEN_USB_IRTOUCH=y CONFIG_TOUCHSCREEN_USB_IDEALTEK=y CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y CONFIG_TOUCHSCREEN_USB_GOTOP=y +CONFIG_TOUCHSCREEN_USB_JASTEC=y +CONFIG_TOUCHSCREEN_USB_E2I=y # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set CONFIG_TOUCHSCREEN_TSC2007=m -CONFIG_TOUCHSCREEN_W90X900=m CONFIG_INPUT_MISC=y CONFIG_INPUT_PCSPKR=m # CONFIG_INPUT_APANEL is not set @@ -2217,8 +2332,10 @@ CONFIG_INPUT_POWERMATE=m CONFIG_INPUT_YEALINK=m CONFIG_INPUT_CM109=m CONFIG_INPUT_UINPUT=m +CONFIG_INPUT_WINBOND_CIR=m CONFIG_INPUT_PCF50633_PMU=m # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set +CONFIG_INPUT_WM831X_ON=m # # Hardware I/O ports @@ -2261,9 +2378,6 @@ CONFIG_SYNCLINK_GT=m CONFIG_N_HDLC=m CONFIG_RISCOM8=m CONFIG_SPECIALIX=m -CONFIG_SX=m -CONFIG_RIO=m -CONFIG_RIO_OLDPCI=y CONFIG_STALDRV=y CONFIG_STALLION=m CONFIG_ISTALLION=m @@ -2342,6 +2456,7 @@ CONFIG_TELCLOCK=m CONFIG_DEVPORT=y CONFIG_I2C=m CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y CONFIG_I2C_CHARDEV=m CONFIG_I2C_HELPER_AUTO=y CONFIG_I2C_ALGOBIT=m @@ -2372,6 +2487,11 @@ CONFIG_I2C_VIA=m CONFIG_I2C_VIAPRO=m # +# ACPI drivers +# +CONFIG_I2C_SCMI=m + +# # I2C system bus drivers (mostly embedded / system-on-chip) # # CONFIG_I2C_GPIO is not set @@ -2443,16 +2563,24 @@ CONFIG_GPIO_SYSFS=y CONFIG_GPIO_MAX732X=m CONFIG_GPIO_PCA953X=m CONFIG_GPIO_PCF857X=m +CONFIG_GPIO_WM831X=m # # PCI GPIO expanders: # +# CONFIG_GPIO_LANGWELL is not set # # SPI GPIO expanders: # CONFIG_GPIO_MAX7301=m CONFIG_GPIO_MCP23S08=m +CONFIG_GPIO_MC33880=m + +# +# AC97 GPIO expanders: +# +# CONFIG_GPIO_UCB1400 is not set CONFIG_W1=m CONFIG_W1_CON=y @@ -2477,6 +2605,7 @@ CONFIG_W1_SLAVE_BQ27000=m CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m +CONFIG_WM831X_POWER=m CONFIG_WM8350_POWER=m CONFIG_BATTERY_DS2760=m CONFIG_BATTERY_DS2782=m @@ -2485,6 +2614,11 @@ CONFIG_BATTERY_MAX17040=m CONFIG_CHARGER_PCF50633=m CONFIG_HWMON=y CONFIG_HWMON_VID=m +# CONFIG_HWMON_DEBUG_CHIP is not set + +# +# Native drivers +# CONFIG_SENSORS_ABITUGURU=m CONFIG_SENSORS_ABITUGURU3=m CONFIG_SENSORS_AD7414=m @@ -2502,15 +2636,12 @@ CONFIG_SENSORS_ADT7473=m CONFIG_SENSORS_ADT7475=m CONFIG_SENSORS_K8TEMP=m CONFIG_SENSORS_ASB100=m -# CONFIG_SENSORS_ATK0110 is not set CONFIG_SENSORS_ATXP1=m CONFIG_SENSORS_DS1621=m CONFIG_SENSORS_I5K_AMB=m CONFIG_SENSORS_F71805F=m CONFIG_SENSORS_F71882FG=m CONFIG_SENSORS_F75375S=m -CONFIG_SENSORS_FSCHER=m -CONFIG_SENSORS_FSCPOS=m CONFIG_SENSORS_FSCHMD=m # CONFIG_SENSORS_G760A is not set CONFIG_SENSORS_GL518SM=m @@ -2549,6 +2680,7 @@ CONFIG_SENSORS_SMSC47B397=m CONFIG_SENSORS_ADS7828=m CONFIG_SENSORS_THMC50=m CONFIG_SENSORS_TMP401=m +CONFIG_SENSORS_TMP421=m CONFIG_SENSORS_VIA686A=m CONFIG_SENSORS_VT1211=m CONFIG_SENSORS_VT8231=m @@ -2560,10 +2692,16 @@ CONFIG_SENSORS_W83L785TS=m CONFIG_SENSORS_W83L786NG=m CONFIG_SENSORS_W83627HF=m CONFIG_SENSORS_W83627EHF=m +CONFIG_SENSORS_WM831X=m +CONFIG_SENSORS_WM8350=m CONFIG_SENSORS_HDAPS=m -CONFIG_SENSORS_LIS3LV02D=m CONFIG_SENSORS_APPLESMC=m -# CONFIG_HWMON_DEBUG_CHIP is not set + +# +# ACPI drivers +# +# CONFIG_SENSORS_ATK0110 is not set +CONFIG_SENSORS_LIS3LV02D=m CONFIG_THERMAL=y CONFIG_THERMAL_HWMON=y CONFIG_WATCHDOG=y @@ -2573,12 +2711,14 @@ CONFIG_WATCHDOG=y # Watchdog Device Drivers # CONFIG_SOFT_WATCHDOG=m +CONFIG_WM831X_WATCHDOG=m CONFIG_WM8350_WATCHDOG=m CONFIG_ACQUIRE_WDT=m CONFIG_ADVANTECH_WDT=m CONFIG_ALIM1535_WDT=m CONFIG_ALIM7101_WDT=m CONFIG_SC520_WDT=m +CONFIG_SBC_FITPC2_WATCHDOG=m CONFIG_EUROTECH_WDT=m CONFIG_IB700_WDT=m CONFIG_IBMASR=m @@ -2627,6 +2767,8 @@ CONFIG_SSB_PCIHOST=y CONFIG_SSB_B43_PCI_BRIDGE=y CONFIG_SSB_PCMCIAHOST_POSSIBLE=y CONFIG_SSB_PCMCIAHOST=y +CONFIG_SSB_SDIOHOST_POSSIBLE=y +# CONFIG_SSB_SDIOHOST is not set # CONFIG_SSB_DEBUG is not set CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y @@ -2642,12 +2784,15 @@ CONFIG_UCB1400_CORE=m # CONFIG_TPS65010 is not set # CONFIG_MFD_TMIO is not set CONFIG_MFD_WM8400=m +CONFIG_MFD_WM831X=m CONFIG_MFD_WM8350=m CONFIG_MFD_WM8350_I2C=m CONFIG_MFD_PCF50633=m +CONFIG_MFD_MC13783=m CONFIG_PCF50633_ADC=m CONFIG_PCF50633_GPIO=m CONFIG_AB3100_CORE=m +CONFIG_AB3100_OTP=m # CONFIG_EZX_PCAP is not set CONFIG_REGULATOR=y # CONFIG_REGULATOR_DEBUG is not set @@ -2656,10 +2801,15 @@ CONFIG_REGULATOR_VIRTUAL_CONSUMER=m CONFIG_REGULATOR_USERSPACE_CONSUMER=m CONFIG_REGULATOR_BQ24022=m CONFIG_REGULATOR_MAX1586=m +# CONFIG_REGULATOR_WM831X is not set CONFIG_REGULATOR_WM8350=m CONFIG_REGULATOR_WM8400=m CONFIG_REGULATOR_PCF50633=m CONFIG_REGULATOR_LP3971=m +CONFIG_REGULATOR_MC13783=m +CONFIG_REGULATOR_AB3100=m +CONFIG_REGULATOR_TPS65023=m +CONFIG_REGULATOR_TPS6507X=m CONFIG_MEDIA_SUPPORT=m # @@ -2783,6 +2933,7 @@ CONFIG_VIDEO_AU0828=m CONFIG_VIDEO_IVTV=m CONFIG_VIDEO_FB_IVTV=m CONFIG_VIDEO_CX18=m +CONFIG_VIDEO_SAA7164=m CONFIG_VIDEO_CAFE_CCIC=m CONFIG_SOC_CAMERA=m CONFIG_SOC_CAMERA_MT9M001=m @@ -2798,9 +2949,11 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y CONFIG_USB_GSPCA=m CONFIG_USB_M5602=m CONFIG_USB_STV06XX=m +CONFIG_USB_GL860=m CONFIG_USB_GSPCA_CONEX=m CONFIG_USB_GSPCA_ETOMS=m CONFIG_USB_GSPCA_FINEPIX=m +CONFIG_USB_GSPCA_JEILINJ=m CONFIG_USB_GSPCA_MARS=m # CONFIG_USB_GSPCA_MR97310A is not set CONFIG_USB_GSPCA_OV519=m @@ -2858,10 +3011,13 @@ CONFIG_RADIO_ADAPTERS=y CONFIG_RADIO_GEMTEK_PCI=m CONFIG_RADIO_MAXIRADIO=m CONFIG_RADIO_MAESTRO=m +CONFIG_I2C_SI4713=m +CONFIG_RADIO_SI4713=m CONFIG_USB_DSBR=m -CONFIG_USB_SI470X=m +# CONFIG_RADIO_SI470X is not set CONFIG_USB_MR800=m CONFIG_RADIO_TEA5764=m +CONFIG_DVB_MAX_ADAPTERS=8 # CONFIG_DVB_DYNAMIC_MINORS is not set CONFIG_DVB_CAPTURE_DRIVERS=y @@ -2908,6 +3064,7 @@ CONFIG_DVB_USB_ANYSEE=m CONFIG_DVB_USB_DTV5100=m CONFIG_DVB_USB_AF9015=m # CONFIG_DVB_USB_CE6230 is not set +# CONFIG_DVB_USB_FRIIO is not set CONFIG_DVB_TTUSB_BUDGET=m CONFIG_DVB_TTUSB_DEC=m CONFIG_SMS_SIANO_MDTV=m @@ -2949,6 +3106,11 @@ CONFIG_DVB_FIREDTV_IEEE1394=y CONFIG_DVB_FIREDTV_INPUT=y # +# Supported Earthsoft PT1 Adapters +# +CONFIG_DVB_PT1=m + +# # Supported DVB Frontends # # CONFIG_DVB_FE_CUSTOMISE is not set @@ -2958,6 +3120,7 @@ CONFIG_DVB_CX24110=m CONFIG_DVB_CX24123=m CONFIG_DVB_MT312=m CONFIG_DVB_ZL10036=m +CONFIG_DVB_ZL10039=m CONFIG_DVB_S5H1420=m CONFIG_DVB_STV0288=m CONFIG_DVB_STB6000=m @@ -3002,6 +3165,7 @@ CONFIG_DVB_LGDT3305=m CONFIG_DVB_S5H1409=m CONFIG_DVB_AU8522=m CONFIG_DVB_S5H1411=m +CONFIG_DVB_DIB8000=m CONFIG_DVB_PLL=m CONFIG_DVB_TUNER_DIB0070=m CONFIG_DVB_LNBP21=m @@ -3019,7 +3183,9 @@ CONFIG_AGP_AMD64=y CONFIG_AGP_INTEL=m CONFIG_AGP_SIS=m CONFIG_AGP_VIA=m +CONFIG_VGA_ARB=y CONFIG_DRM=m +CONFIG_DRM_KMS_HELPER=m CONFIG_DRM_TTM=m CONFIG_DRM_TDFX=m CONFIG_DRM_R128=m @@ -3078,7 +3244,6 @@ CONFIG_FB_MATROX=m CONFIG_FB_MATROX_G=y CONFIG_FB_MATROX_I2C=m CONFIG_FB_MATROX_MAVEN=m -CONFIG_FB_MATROX_MULTIHEAD=y CONFIG_FB_RADEON=m CONFIG_FB_RADEON_I2C=y CONFIG_FB_RADEON_BACKLIGHT=y @@ -3114,6 +3279,7 @@ CONFIG_FB_TMIO_ACCELL=y # CONFIG_FB_BROADSHEET is not set CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=m +CONFIG_LCD_LMS283GF05=m CONFIG_LCD_LTV350QV=m CONFIG_LCD_ILI9320=m CONFIG_LCD_TDO24M=m @@ -3125,6 +3291,7 @@ CONFIG_BACKLIGHT_PROGEAR=m CONFIG_BACKLIGHT_CARILLO_RANCH=m CONFIG_BACKLIGHT_MBP_NVIDIA=m CONFIG_BACKLIGHT_SAHARA=m +CONFIG_BACKLIGHT_WM831X=m # # Display device support @@ -3159,6 +3326,7 @@ CONFIG_FONT_8x16=y # CONFIG_LOGO is not set CONFIG_SOUND=m CONFIG_SOUND_OSS_CORE=y +CONFIG_SOUND_OSS_CORE_PRECLAIM=y CONFIG_SND=m CONFIG_SND_TIMER=m CONFIG_SND_PCM=m @@ -3179,6 +3347,7 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SND_VERBOSE_PRINTK is not set # CONFIG_SND_DEBUG is not set CONFIG_SND_VMASTER=y +CONFIG_SND_DMA_SGBUF=y CONFIG_SND_RAWMIDI_SEQ=m CONFIG_SND_OPL3_LIB_SEQ=m # CONFIG_SND_OPL4_LIB_SEQ is not set @@ -3223,6 +3392,7 @@ CONFIG_SND_CS4281=m CONFIG_SND_CS46XX=m CONFIG_SND_CS46XX_NEW_DSP=y CONFIG_SND_CS5530=m +CONFIG_SND_CS5535AUDIO=m CONFIG_SND_CTXFI=m CONFIG_SND_DARLA20=m CONFIG_SND_GINA20=m @@ -3252,6 +3422,7 @@ CONFIG_SND_HDA_HWDEP=y # CONFIG_SND_HDA_RECONFIG is not set # CONFIG_SND_HDA_INPUT_BEEP is not set # CONFIG_SND_HDA_INPUT_JACK is not set +# CONFIG_SND_HDA_PATCH_LOADER is not set CONFIG_SND_HDA_CODEC_REALTEK=y CONFIG_SND_HDA_CODEC_ANALOG=y CONFIG_SND_HDA_CODEC_SIGMATEL=y @@ -3260,6 +3431,7 @@ CONFIG_SND_HDA_CODEC_ATIHDMI=y CONFIG_SND_HDA_CODEC_NVHDMI=y CONFIG_SND_HDA_CODEC_INTELHDMI=y CONFIG_SND_HDA_ELD=y +CONFIG_SND_HDA_CODEC_CIRRUS=y CONFIG_SND_HDA_CODEC_CONEXANT=y CONFIG_SND_HDA_CODEC_CA0110=y CONFIG_SND_HDA_CODEC_CMEDIA=y @@ -3306,7 +3478,6 @@ CONFIG_SND_PDAUDIOCF=m CONFIG_AC97_BUS=m CONFIG_HID_SUPPORT=y CONFIG_HID=y -# CONFIG_HID_DEBUG is not set CONFIG_HIDRAW=y # @@ -3330,6 +3501,7 @@ CONFIG_HID_DRAGONRISE=y CONFIG_HID_EZKEY=y CONFIG_HID_KYE=y CONFIG_HID_GYRATION=y +CONFIG_HID_TWINHAN=y CONFIG_HID_KENSINGTON=y CONFIG_HID_LOGITECH=y CONFIG_LOGITECH_FF=y @@ -3386,6 +3558,7 @@ CONFIG_USB_EHCI_TT_NEWSCHED=y CONFIG_USB_OXU210HP_HCD=m CONFIG_USB_ISP116X_HCD=m CONFIG_USB_ISP1760_HCD=m +CONFIG_USB_ISP1362_HCD=m CONFIG_USB_OHCI_HCD=m CONFIG_USB_OHCI_HCD_SSB=y # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set @@ -3543,6 +3716,7 @@ CONFIG_USB_GADGET_SELECTED=y # CONFIG_USB_GADGET_LH7A40X is not set # CONFIG_USB_GADGET_OMAP is not set # CONFIG_USB_GADGET_PXA25X is not set +# CONFIG_USB_GADGET_R8A66597 is not set # CONFIG_USB_GADGET_PXA27X is not set # CONFIG_USB_GADGET_S3C_HSOTG is not set # CONFIG_USB_GADGET_IMX is not set @@ -3561,6 +3735,7 @@ CONFIG_USB_ZERO=m CONFIG_USB_AUDIO=m CONFIG_USB_ETH=m # CONFIG_USB_ETH_RNDIS is not set +# CONFIG_USB_ETH_EEM is not set CONFIG_USB_GADGETFS=m CONFIG_USB_FILE_STORAGE=m # CONFIG_USB_FILE_STORAGE_TEST is not set @@ -3601,6 +3776,8 @@ CONFIG_MMC_SDHCI_PCI=m CONFIG_MMC_RICOH_MMC=m CONFIG_MMC_SDHCI_PLTFM=m CONFIG_MMC_WBSD=m +# CONFIG_MMC_AT91 is not set +# CONFIG_MMC_ATMELMCI is not set CONFIG_MMC_TIFM_SD=m CONFIG_MMC_SPI=m CONFIG_MMC_SDRICOH_CS=m @@ -3632,6 +3809,7 @@ CONFIG_LEDS_ALIX2=m CONFIG_LEDS_LP3944=m # CONFIG_LEDS_CLEVO_MAIL is not set # CONFIG_LEDS_PCA955X is not set +CONFIG_LEDS_WM831X_STATUS=m CONFIG_LEDS_WM8350=m # CONFIG_LEDS_DAC124S085 is not set # CONFIG_LEDS_BD2802 is not set @@ -3716,6 +3894,7 @@ CONFIG_RTC_DRV_MAX6902=m CONFIG_RTC_DRV_R9701=m CONFIG_RTC_DRV_RS5C348=m CONFIG_RTC_DRV_DS3234=m +CONFIG_RTC_DRV_PCF2123=m # # Platform RTC drivers @@ -3731,8 +3910,10 @@ CONFIG_RTC_DRV_M48T35=m CONFIG_RTC_DRV_M48T59=m CONFIG_RTC_DRV_BQ4802=m CONFIG_RTC_DRV_V3020=m +CONFIG_RTC_DRV_WM831X=m CONFIG_RTC_DRV_WM8350=m CONFIG_RTC_DRV_PCF50633=m +CONFIG_RTC_DRV_AB3100=m # # on-CPU RTC drivers @@ -3742,6 +3923,7 @@ CONFIG_DMADEVICES=y # # DMA Devices # +CONFIG_ASYNC_TX_DISABLE_CHANNEL_SWITCH=y CONFIG_INTEL_IOATDMA=m CONFIG_DMA_ENGINE=y @@ -3765,6 +3947,7 @@ CONFIG_UIO_CIF=m # CONFIG_UIO_SMX is not set # CONFIG_UIO_AEC is not set CONFIG_UIO_SERCOS3=m +CONFIG_UIO_PCI_GENERIC=m # # TI VLYNQ @@ -3774,35 +3957,29 @@ CONFIG_STAGING=y CONFIG_ET131X=m CONFIG_ET131X_DEBUG=y CONFIG_SLICOSS=m -CONFIG_SXG=m -CONFIG_ME4000=m -CONFIG_MEILHAUS=m -CONFIG_ME0600=m -CONFIG_ME0900=m -CONFIG_ME1000=m -CONFIG_ME1400=m -CONFIG_ME1600=m -CONFIG_ME4600=m -CONFIG_ME6000=m -CONFIG_ME8100=m -CONFIG_ME8200=m -CONFIG_MEDUMMY=m CONFIG_VIDEO_GO7007=m CONFIG_VIDEO_GO7007_USB=m CONFIG_VIDEO_GO7007_USB_S2250_BOARD=m +CONFIG_VIDEO_GO7007_OV7640=m +CONFIG_VIDEO_GO7007_SAA7113=m +CONFIG_VIDEO_GO7007_SAA7115=m +CONFIG_VIDEO_GO7007_TW9903=m +CONFIG_VIDEO_GO7007_UDA1342=m +CONFIG_VIDEO_GO7007_SONY_TUNER=m +CONFIG_VIDEO_GO7007_TW2804=m +CONFIG_VIDEO_CX25821=m +CONFIG_VIDEO_CX25821_ALSA=m CONFIG_USB_IP_COMMON=m CONFIG_USB_IP_VHCI_HCD=m CONFIG_USB_IP_HOST=m CONFIG_W35UND=m CONFIG_PRISM2_USB=m CONFIG_ECHO=m -CONFIG_USB_ATMEL=m CONFIG_POCH=m -CONFIG_AGNX=m CONFIG_OTUS=m CONFIG_RT2860=m CONFIG_RT2870=m -# CONFIG_RT3070 is not set +CONFIG_RT3090=m CONFIG_COMEDI=m # CONFIG_COMEDI_DEBUG is not set CONFIG_COMEDI_PCI_DRIVERS=m @@ -3816,28 +3993,79 @@ CONFIG_PANEL_PROFILE=5 CONFIG_ALTERA_PCIE_CHDMA=m CONFIG_RTL8187SE=m CONFIG_RTL8192SU=m +CONFIG_RTL8192E=m CONFIG_INPUT_MIMIO=m CONFIG_TRANZPORT=m -CONFIG_EPL=m # # Android # -# CONFIG_ANDROID is not set + +# +# Qualcomm MSM Camera And Video +# + +# +# Camera Sensor Selection +# +CONFIG_INPUT_GPIO=m # CONFIG_DST is not set # CONFIG_POHMELFS is not set -# CONFIG_STLC45XX is not set # CONFIG_B3DFG is not set # CONFIG_IDE_PHISON is not set # CONFIG_PLAN9AUTH is not set -# CONFIG_HECI is not set # CONFIG_LINE6_USB is not set CONFIG_DRM_RADEON_KMS=y CONFIG_USB_SERIAL_QUATECH2=m +CONFIG_USB_SERIAL_QUATECH_USB2=m CONFIG_VT6655=m -CONFIG_USB_CPC=m -CONFIG_RDC_17F3101X=m +CONFIG_VT6656=m CONFIG_FB_UDL=m +CONFIG_HYPERV=m +CONFIG_HYPERV_STORAGE=m +CONFIG_HYPERV_BLOCK=m +CONFIG_HYPERV_NET=m +CONFIG_VME_BUS=m + +# +# VME Bridge Drivers +# +CONFIG_VME_CA91CX42=m +CONFIG_VME_TSI148=m + +# +# VME Device Drivers +# +CONFIG_VME_USER=m + +# +# RAR Register Driver +# +CONFIG_RAR_REGISTER=m +CONFIG_DX_SEP=m +CONFIG_IIO=m +# CONFIG_IIO_RING_BUFFER is not set +# CONFIG_IIO_TRIGGER is not set + +# +# Accelerometers +# +CONFIG_KXSD9=m +CONFIG_LIS3L02DQ=m + +# +# Analog to digital convertors +# +CONFIG_MAX1363=m + +# +# Light sensors +# +CONFIG_TSL2561=m + +# +# Triggers - standalone +# CONFIG_X86_PLATFORM_DEVICES=y CONFIG_ACER_WMI=m CONFIG_ACERHDF=m @@ -3861,6 +4089,7 @@ CONFIG_INTEL_MENLOW=m CONFIG_EEEPC_LAPTOP=m CONFIG_ACPI_WMI=m CONFIG_ACPI_ASUS=m +CONFIG_TOPSTAR_LAPTOP=m CONFIG_ACPI_TOSHIBA=m # @@ -3889,10 +4118,10 @@ CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y CONFIG_EXT4_FS=y -CONFIG_EXT4DEV_COMPAT=y CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y +# CONFIG_EXT4_DEBUG is not set CONFIG_JBD=y CONFIG_JBD_DEBUG=y CONFIG_JBD2=y @@ -3926,6 +4155,7 @@ CONFIG_OCFS2_DEBUG_FS=y CONFIG_OCFS2_FS_POSIX_ACL=y CONFIG_BTRFS_FS=m CONFIG_BTRFS_FS_POSIX_ACL=y +# CONFIG_NILFS2_FS is not set CONFIG_FILE_LOCKING=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y @@ -4028,7 +4258,6 @@ CONFIG_SYSV_FS=m CONFIG_UFS_FS=m # CONFIG_UFS_FS_WRITE is not set # CONFIG_UFS_DEBUG is not set -# CONFIG_NILFS2_FS is not set CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V3=y @@ -4146,6 +4375,7 @@ CONFIG_ENABLE_WARN_DEPRECATED=y CONFIG_ENABLE_MUST_CHECK=y CONFIG_FRAME_WARN=2048 # CONFIG_MAGIC_SYSRQ is not set +# CONFIG_STRIP_ASM_SYMS is not set CONFIG_UNUSED_SYMBOLS=y CONFIG_DEBUG_FS=y # CONFIG_HEADERS_CHECK is not set @@ -4181,12 +4411,15 @@ CONFIG_DEBUG_MEMORY_INIT=y # CONFIG_DEBUG_LIST is not set # CONFIG_DEBUG_SG is not set # CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_CREDENTIALS is not set CONFIG_ARCH_WANT_FRAME_POINTERS=y # CONFIG_FRAME_POINTER is not set # CONFIG_BOOT_PRINTK_DELAY is not set # CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_CPU_STALL_DETECTOR is not set # CONFIG_BACKTRACE_SELF_TEST is not set # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set # CONFIG_FAULT_INJECTION is not set # CONFIG_LATENCYTOP is not set CONFIG_SYSCTL_SYSCALL_CHECK=y @@ -4199,10 +4432,11 @@ CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y CONFIG_HAVE_DYNAMIC_FTRACE=y CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y -CONFIG_HAVE_FTRACE_SYSCALLS=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_RING_BUFFER=y CONFIG_EVENT_TRACING=y CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_RING_BUFFER_ALLOW_SWAP=y CONFIG_TRACING=y CONFIG_GENERIC_TRACER=y CONFIG_TRACING_SUPPORT=y @@ -4271,6 +4505,7 @@ CONFIG_SECURITY_NETWORK=y # CONFIG_SECURITY_PATH is not set # CONFIG_SECURITY_FILE_CAPABILITIES is not set # CONFIG_SECURITY_ROOTPLUG is not set +# CONFIG_INTEL_TXT is not set # CONFIG_SECURITY_SELINUX is not set # CONFIG_SECURITY_SMACK is not set # CONFIG_SECURITY_TOMOYO is not set @@ -4279,6 +4514,10 @@ CONFIG_XOR_BLOCKS=y CONFIG_ASYNC_CORE=y CONFIG_ASYNC_MEMCPY=y CONFIG_ASYNC_XOR=y +CONFIG_ASYNC_PQ=y +CONFIG_ASYNC_RAID6_RECOV=y +CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y +CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y CONFIG_CRYPTO=y # @@ -4328,12 +4567,14 @@ CONFIG_CRYPTO_XTS=m # CONFIG_CRYPTO_HMAC=y CONFIG_CRYPTO_XCBC=m +CONFIG_CRYPTO_VMAC=m # # Digest # CONFIG_CRYPTO_CRC32C=m CONFIG_CRYPTO_CRC32C_INTEL=m +CONFIG_CRYPTO_GHASH=m CONFIG_CRYPTO_MD4=m CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_MICHAEL_MIC=m @@ -4390,11 +4631,12 @@ CONFIG_CRYPTO_DEV_HIFN_795X=m CONFIG_CRYPTO_DEV_HIFN_795X_RNG=y CONFIG_HAVE_KVM=y CONFIG_HAVE_KVM_IRQCHIP=y +CONFIG_HAVE_KVM_EVENTFD=y +CONFIG_KVM_APIC_ARCHITECTURE=y CONFIG_VIRTUALIZATION=y CONFIG_KVM=m CONFIG_KVM_INTEL=m CONFIG_KVM_AMD=m -# CONFIG_KVM_TRACE is not set CONFIG_VIRTIO=m CONFIG_VIRTIO_RING=m CONFIG_VIRTIO_PCI=m From hermier at frugalware.org Tue Dec 8 11:24:07 2009 From: hermier at frugalware.org (Michel Hermier) Date: Tue, 8 Dec 2009 11:24:07 +0100 (CET) Subject: [Frugalware-git] frugalware-current: libgif-4.1.6-1-i686.fpm Message-ID: <20091208102407.6A33E1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7e466e587aae2d94f28562e26f1ecd27cb4de9b6 commit 7e466e587aae2d94f28562e26f1ecd27cb4de9b6 Author: Michel Hermier Date: Tue Dec 8 11:19:25 2009 +0100 libgif-4.1.6-1-i686.fpm * Move libungif to libungif (should have been done since a while). diff --git a/source/xlib/libgif/FrugalBuild b/source/xlib/libgif/FrugalBuild new file mode 100644 index 0000000..be593c7 --- /dev/null +++ b/source/xlib/libgif/FrugalBuild @@ -0,0 +1,39 @@ +# Compiling Time: 0.19 SBU +# Contributor: VMiklos +# Maintainer: Zsolt Szalai + +pkgname=libgif +pkgver=4.1.6 +pkgrel=1 +pkgdesc="GIF loading and saving shared library" +depends=('libx11' 'libsm' 'libxt') +groups=('xlib') +archs=('i686' 'x86_64') +_F_sourceforge_name='giflib' +_F_sourceforge_dirname='giflib' +Finclude sourceforge +url="http://giflib.sourceforge.net/" +sha1sums=('8649fa9c16f3300750f7089c79e652ddc750c832') + +subpkgs=('libgif-libungif') +subarchs=('i686 x86_64') +subdescs=('libungif symlinks to libgif') +subrodepends=('libgif') +subgroups=('xlib') +subconflicts=('libungif') +subprovides=('libungif') +subreplaces=('libungif') + +build() { + Fbuild --with-x + + # Backward compatibility with libungif + Fln /usr/lib/libgif.a /usr/lib/libungif.a + Fln /usr/lib/libgif.la /usr/lib/libungif.la + Fln /usr/lib/libgif.so /usr/lib/libungif.so + Fln /usr/lib/libgif.so.4 /usr/lib/libungif.so.4 + + Fsplit libgif-libungif usr/lib/libungif* +} + +# optimization OK diff --git a/source/xlib/libungif/FrugalBuild b/source/xlib/libungif/FrugalBuild deleted file mode 100644 index 53f676a..0000000 --- a/source/xlib/libungif/FrugalBuild +++ /dev/null @@ -1,21 +0,0 @@ -# Compiling Time: 0.19 SBU -# Contributor: VMiklos -# Maintainer: Zsolt Szalai - -pkgname=libungif -pkgver=4.1.4 -pkgrel=3 -pkgdesc="GIF loading and saving shared library" -depends=('libx11>=1.2.1' 'libsm>=1.1.0' 'libxt>=1.0.5-2') -groups=('xlib') -archs=('i686' 'x86_64' 'ppc') -_F_sourceforge_dirname="giflib" -Finclude sourceforge -# DIED -> http://sourceforge.net/forum/forum.php?forum_id=753553 -up2date="$pkgver" -url="http://giflib.sourceforge.net/doc/" -sha1sums=('7e7214bfe2079210edbce81a5c252d66ff292709') -Fconfopts="$Fconfopts --with-x" - - -# optimization OK From bouleetbil at frogdev.info Tue Dec 8 12:57:06 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 8 Dec 2009 12:57:06 +0100 (CET) Subject: [Frugalware-git] frugalware-current: argparse-1.0.1-1-i686 *new package Message-ID: <20091208115706.490A41240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=43ef05dd52f4d2c1e683f3bb56c4b659c15f1bc4 commit 43ef05dd52f4d2c1e683f3bb56c4b659c15f1bc4 Author: bouleetbil Date: Tue Dec 8 12:59:20 2009 +0000 argparse-1.0.1-1-i686 *new package diff --git a/source/devel-extra/argparse/FrugalBuild b/source/devel-extra/argparse/FrugalBuild new file mode 100644 index 0000000..6a1cb82 --- /dev/null +++ b/source/devel-extra/argparse/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0 SBU +# Maintainer: bouleetbil + +pkgname=argparse +pkgver=1.0.1 +pkgrel=1 +pkgdesc="Python command line parser" +depends=('python') +groups=('devel-extra') +_F_googlecode_ext=".zip" +Finclude googlecode +archs=('i686') +sha1sums=('2d11d7c3ae6dca73d15c92d20ce8bb99f95daa0f') + From jercel16 at gmail.com Tue Dec 8 13:38:12 2009 From: jercel16 at gmail.com (jercel) Date: Tue, 8 Dec 2009 13:38:12 +0100 (CET) Subject: [Frugalware-git] frugalware-current: activesupport-2.3.5-1-i686 Message-ID: <20091208123812.6E5671240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=48810f17b0ff3dc9b700df6011032f776abe6442 commit 48810f17b0ff3dc9b700df6011032f776abe6442 Author: jercel Date: Tue Dec 8 13:37:51 2009 +0100 activesupport-2.3.5-1-i686 * version bump diff --git a/source/devel-extra/activesupport/FrugalBuild b/source/devel-extra/activesupport/FrugalBuild index f33b307..700dbbd 100644 --- a/source/devel-extra/activesupport/FrugalBuild +++ b/source/devel-extra/activesupport/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: jercel pkgname=activesupport -pkgver=2.3.4 +pkgver=2.3.5 pkgrel=1 pkgdesc="Eases web-request routing, handling, and response." url="http://rubyforge.org/projects/actionpack/" groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem -sha1sums=('ed1cda9c03e8565d1c0ad32704fcd37fac4d3faf') +sha1sums=('fb2673b4d093f1586cc1c8fbbaa7e822b185e6d1') # optimization OK From jercel16 at gmail.com Tue Dec 8 13:43:41 2009 From: jercel16 at gmail.com (jercel) Date: Tue, 8 Dec 2009 13:43:41 +0100 (CET) Subject: [Frugalware-git] frugalware-current: activerecord-2.3.5-1-i686 Message-ID: <20091208124341.25AD71240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8eeb142efab8e1fe45a84e66b222b973735cfbfa commit 8eeb142efab8e1fe45a84e66b222b973735cfbfa Author: jercel Date: Tue Dec 8 13:43:36 2009 +0100 activerecord-2.3.5-1-i686 *version bump diff --git a/source/devel-extra/activerecord/FrugalBuild b/source/devel-extra/activerecord/FrugalBuild index e03f9da..3a7c5a8 100644 --- a/source/devel-extra/activerecord/FrugalBuild +++ b/source/devel-extra/activerecord/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: jercel pkgname=activerecord -pkgver=2.3.4 +pkgver=2.3.5 pkgrel=1 pkgdesc="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" url="http://rubyforge.org/projects/actionpack/" -depends=('activesupport>=2.3.4') +depends=('activesupport>=2.3.5') groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem -sha1sums=('4961cb0b993347127cfdd6df80e9c4bacb4f6ebc') +sha1sums=('f411a1ad8aeef78a464b00663eecdc22e0e4266c') From jercel16 at gmail.com Tue Dec 8 13:48:25 2009 From: jercel16 at gmail.com (jercel) Date: Tue, 8 Dec 2009 13:48:25 +0100 (CET) Subject: [Frugalware-git] frugalware-current: actionpack-2.3.5-1-i686 Message-ID: <20091208124825.6E1081240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f83ac4c92fc8248d1cae414a704ab2455f812036 commit f83ac4c92fc8248d1cae414a704ab2455f812036 Author: jercel Date: Tue Dec 8 13:48:29 2009 +0100 actionpack-2.3.5-1-i686 *version bump diff --git a/source/devel-extra/actionpack/FrugalBuild b/source/devel-extra/actionpack/FrugalBuild index e555342..17d5195 100644 --- a/source/devel-extra/actionpack/FrugalBuild +++ b/source/devel-extra/actionpack/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: jercel pkgname=actionpack -pkgver=2.3.4 +pkgver=2.3.5 pkgrel=1 pkgdesc="Eases web-request routing, handling, and response." url="http://rubyforge.org/projects/actionpack/" -depends=('activesupport>=2.3.4') +depends=('activesupport>=2.3.5') groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem -sha1sums=('a468b2feb3a15813b0a8d10968ad2c2c09e6eac0') +sha1sums=('6c46dbcbde1840202ebd2bcfa690d53047e47c9e') From jercel16 at gmail.com Tue Dec 8 13:52:26 2009 From: jercel16 at gmail.com (jercel) Date: Tue, 8 Dec 2009 13:52:26 +0100 (CET) Subject: [Frugalware-git] frugalware-current: actionmailer-2.3.5-1-i686 Message-ID: <20091208125226.AA0711240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c1eb2c4b4f2c02e758ea11c46e77eb2909dda127 commit c1eb2c4b4f2c02e758ea11c46e77eb2909dda127 Author: jercel Date: Tue Dec 8 13:52:15 2009 +0100 actionmailer-2.3.5-1-i686 *version bump diff --git a/source/devel-extra/actionmailer/FrugalBuild b/source/devel-extra/actionmailer/FrugalBuild index 0a5f3fc..888dd41 100644 --- a/source/devel-extra/actionmailer/FrugalBuild +++ b/source/devel-extra/actionmailer/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: jercel pkgname=actionmailer -pkgver=2.3.4 +pkgver=2.3.5 pkgrel=1 pkgdesc="Framework for designing email-service layers" url="http://rubyforge.org/projects/actionmailer/" -depends=('actionpack>=2.3.4') +depends=('actionpack>=2.3.5') groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem -sha1sums=('38bdedd3293df6c798c02b165b7d17e4a7e9a37a') +sha1sums=('fc0302d56425b0133cdc67c9ccddd03a53260ee6') From jercel16 at gmail.com Tue Dec 8 13:55:58 2009 From: jercel16 at gmail.com (jercel) Date: Tue, 8 Dec 2009 13:55:58 +0100 (CET) Subject: [Frugalware-git] frugalware-current: rails-2.3.5-1-i686 Message-ID: <20091208125558.92C201240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=322fd77cac2068ca78b6b72a3e93d6070187b7d0 commit 322fd77cac2068ca78b6b72a3e93d6070187b7d0 Author: jercel Date: Tue Dec 8 13:55:01 2009 +0100 rails-2.3.5-1-i686 * version bump diff --git a/source/devel-extra/rails/FrugalBuild b/source/devel-extra/rails/FrugalBuild index 29ef1d6..e0a328e 100644 --- a/source/devel-extra/rails/FrugalBuild +++ b/source/devel-extra/rails/FrugalBuild @@ -2,16 +2,16 @@ # Maintainer: jercel pkgname=rails -pkgver=2.3.4 +pkgver=2.3.5 pkgrel=1 pkgdesc="Ruby on Rails is a web-application and persistance framework" url="http://www.rubyonrails.org/" -depends=('actionwebservice>=1.2.6-2' 'actionmailer>=2.3.4' 'activerecord>=2.3.4' 'ruby-fcgi' 'rake') +depends=('actionwebservice>=1.2.6-2' 'actionmailer>=2.3.5' 'activerecord>=2.3.5' 'ruby-fcgi' 'rake') groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem -sha1sums=('cd7d3e0407fd70db70c1a751fe7796e2f231f017') +sha1sums=('e341aba6d1be9ec89ffe924a960e2c56c073954c') build() { Finstallgem From jercel16 at gmail.com Tue Dec 8 14:01:12 2009 From: jercel16 at gmail.com (jercel) Date: Tue, 8 Dec 2009 14:01:12 +0100 (CET) Subject: [Frugalware-git] frugalware-current: gmchess-0.20.4-1-i686 Message-ID: <20091208130112.7D4FD1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a0b377113c1b9892bfca617c43da3a7a4347b842 commit a0b377113c1b9892bfca617c43da3a7a4347b842 Author: jercel Date: Tue Dec 8 14:00:18 2009 +0100 gmchess-0.20.4-1-i686 * version bump diff --git a/source/games-extra/gmchess/FrugalBuild b/source/games-extra/gmchess/FrugalBuild index 61d3773..863954d 100644 --- a/source/games-extra/gmchess/FrugalBuild +++ b/source/games-extra/gmchess/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: jercel pkgname=gmchess -pkgver=0.20.3 +pkgver=0.20.4 pkgrel=1 pkgdesc="Play game in chinese chess. play with human and AI. read the chess record." depends=('gtkmm' 'libglademm') @@ -12,5 +12,5 @@ _F_googlecode_ext=".tar.bz2" Finclude googlecode groups=('games-extra') archs=('i686' 'x86_64') -sha1sums=('e4fc9cb964700199a18945dc5d51530f68dcd204') +sha1sums=('e8a7a59d200ef5971f161f9de5b80bfa93f7e45b') # optimization OK From jercel16 at gmail.com Tue Dec 8 14:01:34 2009 From: jercel16 at gmail.com (jercel) Date: Tue, 8 Dec 2009 14:01:34 +0100 (CET) Subject: [Frugalware-git] frugalware-current: imapfilter-2.1.2-1-i686 Message-ID: <20091208130134.D15AF1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2946b4fbc551ab06bbf2a29802a5d5f7cd176680 commit 2946b4fbc551ab06bbf2a29802a5d5f7cd176680 Author: jercel Date: Tue Dec 8 14:01:48 2009 +0100 imapfilter-2.1.2-1-i686 * version bump diff --git a/source/network-extra/imapfilter/FrugalBuild b/source/network-extra/imapfilter/FrugalBuild index bb509a4..75aab1c 100644 --- a/source/network-extra/imapfilter/FrugalBuild +++ b/source/network-extra/imapfilter/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Othmane Benkirane pkgname=imapfilter -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc="A non-graphical lua-based remote imap filter" url="http://imapfilter.hellug.gr/" @@ -12,7 +12,7 @@ groups=('network-extra') archs=('i686' 'x86_64') up2date="Flasttarbz2 $url/source" source=($url/source/$pkgname-$pkgver.tar.bz2) -sha1sums=('a8f0e5bd1d19eeadeff871b49f9104fbc1759113') +sha1sums=('9744c070de7948adc92da7540b0b96246afbcc2a') Fconfopts='-d /usr' From vmiklos at frugalware.org Tue Dec 8 15:37:23 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 8 Dec 2009 15:37:23 +0100 (CET) Subject: [Frugalware-git] frugalware-current: git-1.6.5.5-1-i686 Message-ID: <20091208143723.6BB0E1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b6aec9c5e4fdde540ee7e00b8dba2580653244e5 commit b6aec9c5e4fdde540ee7e00b8dba2580653244e5 Author: Miklos Vajna Date: Mon Dec 7 14:41:34 2009 +0100 git-1.6.5.5-1-i686 - version bump diff --git a/source/devel-extra/git/FrugalBuild b/source/devel-extra/git/FrugalBuild index 9f034d6..727c94e 100644 --- a/source/devel-extra/git/FrugalBuild +++ b/source/devel-extra/git/FrugalBuild @@ -8,7 +8,7 @@ USE_DEVEL=${USE_DEVEL:-"n"} USE_HTMLMAN=${USE_HTMLMAN:-"y"} pkgname=git -pkgver=1.6.5.3 +pkgver=1.6.5.5 Fuse $USE_DEVEL && pkgver=1.6.1.87.g1562445 pkgrel=1 pkgdesc="A fast, scalable, distributed revision control system." From vmiklos at frugalware.org Tue Dec 8 15:38:53 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 8 Dec 2009 15:38:53 +0100 (CET) Subject: [Frugalware-git] frugalware-current: Merge remote branch 'origin/kernel2632' Message-ID: <20091208143853.86A761240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=90c8c2cda144799ff49fbe3183b961f1cb03b95f commit 90c8c2cda144799ff49fbe3183b961f1cb03b95f Merge: b6aec9c 659dff4 Author: Miklos Vajna Date: Tue Dec 8 15:37:43 2009 +0100 Merge remote branch 'origin/kernel2632' * origin/kernel2632: (24 commits) kernel-2.6.32-1-x86_64 kernel.sh: don't produce a -dirty kernel without patches kernel.sh: move standard scm.sh parameters to the FB kernel.sh: use make config instead of silentoldconfig kernel.sh: don't ignore patches when building from git madwifi-0.9.4-31-i686 lirc-0.8.6-6-i686 fglrx-8.671-2-i686 nvidia-71xx-71.86.11-4-i686 nvidia-96xx-96.43.13-4-i686 nvidia-173xx-173.14.20-4-i686 nvidia-185.18.36-5-i686 dazuko-2.3.7-10-i686 redirfs-0.7-4-i686 qc-usb-0.6.6-60-i686 acx100-20080806-20-i686 r8168-8.015.00-1-i686 r8169-6.010.00-7-i686 kqemu-1.4.0pre1-11-i686 ndiswrapper-1.55-7-i686 ... From hermier at frugalware.org Tue Dec 8 19:01:36 2009 From: hermier at frugalware.org (Michel Hermier) Date: Tue, 8 Dec 2009 19:01:36 +0100 (CET) Subject: [Frugalware-git] xorgtesting: phpbb-3.0.5-1-i686 Message-ID: <20091208180136.EBE7E1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=479236c64f82754d8780ebf8763f0557b7a80fd7 commit 479236c64f82754d8780ebf8763f0557b7a80fd7 Author: Michel Hermier Date: Tue Dec 8 18:59:20 2009 +0100 phpbb-3.0.5-1-i686 * Fix up2date diff --git a/source/network-extra/phpbb/FrugalBuild b/source/network-extra/phpbb/FrugalBuild index 0b29c16..245a612 100644 --- a/source/network-extra/phpbb/FrugalBuild +++ b/source/network-extra/phpbb/FrugalBuild @@ -18,7 +18,7 @@ groups=('network-extra') archs=('i686' 'x86_64') replaces=('phpbb-php5mod') backup=(var/www/phpBB3/config.php) -up2date="lynx -dump http://www.phpbb.com/|grep -i version|sed 's/.* //'" +up2date="Flasttar $url/downloads/olympus.php" source=($source phpbbsetup README.Frugalware) sha1sums=('e8160e6b55b367a9bae14cd77af91e02389c91cc' \ '6862e0f12cb221078507887656e415cc80e8d964' \ From bouleetbil at frogdev.info Tue Dec 8 21:53:20 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 8 Dec 2009 21:53:20 +0100 (CET) Subject: [Frugalware-git] frugalware-current: icalendar-1.1.0-1-i686 *new package Message-ID: <20091208205320.5A47F1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f60a0ca8ee05e58a75daf57a6890eef2d91c6b92 commit f60a0ca8ee05e58a75daf57a6890eef2d91c6b92 Author: bouleetbil Date: Tue Dec 8 21:55:35 2009 +0000 icalendar-1.1.0-1-i686 *new package diff --git a/source/devel-extra/icalendar/FrugalBuild b/source/devel-extra/icalendar/FrugalBuild new file mode 100644 index 0000000..d0978e4 --- /dev/null +++ b/source/devel-extra/icalendar/FrugalBuild @@ -0,0 +1,13 @@ +# Compiling Time: 0.02 SBU +# Maintainer: bouleetbil + +pkgname=icalendar +pkgver=1.1.0 +pkgrel=1 +pkgdesc="Internet calendaring, Ruby style" +url="http://icalendar.rubyforge.org/" +depends=('ruby') +groups=('devel-extra') +archs=('i686') +Finclude gem +sha1sums=('556589e246fb539b7a49398407fd7e6e5e1fd1bb') From bouleetbil at frogdev.info Tue Dec 8 22:27:20 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 8 Dec 2009 22:27:20 +0100 (CET) Subject: [Frugalware-git] frugalware-current: inifile-0.1.0-1-i686 *new package Message-ID: <20091208212720.7B43B1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b8d2cb3371d8501760f1975d8180029af928f77d commit b8d2cb3371d8501760f1975d8180029af928f77d Author: bouleetbil Date: Tue Dec 8 22:29:59 2009 +0000 inifile-0.1.0-1-i686 *new package diff --git a/source/devel-extra/inifile/FrugalBuild b/source/devel-extra/inifile/FrugalBuild new file mode 100644 index 0000000..53e085f --- /dev/null +++ b/source/devel-extra/inifile/FrugalBuild @@ -0,0 +1,13 @@ +# Compiling Time: 0.02 SBU +# Maintainer: bouleetbil + +pkgname=inifile +pkgver=0.1.0 +pkgrel=1 +pkgdesc="Ruby inifiles manipulation" +url="http://rubyforge.org/projects/inifile/" +depends=('ruby') +groups=('devel-extra') +archs=('i686') +Finclude gem +sha1sums=('830dd3a313e3004e070ebd0c633a639dbc11155c') From bouleetbil at frogdev.info Tue Dec 8 22:33:05 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 8 Dec 2009 22:33:05 +0100 (CET) Subject: [Frugalware-git] frugalware-current: fastercsv-1.5.0-1-i686 *new package Message-ID: <20091208213305.B4DA31240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=51db0151adaa97f86728e974bcb91308e3c75ce3 commit 51db0151adaa97f86728e974bcb91308e3c75ce3 Author: bouleetbil Date: Tue Dec 8 22:35:47 2009 +0000 fastercsv-1.5.0-1-i686 *new package diff --git a/source/devel-extra/fastercsv/FrugalBuild b/source/devel-extra/fastercsv/FrugalBuild new file mode 100644 index 0000000..13b1815 --- /dev/null +++ b/source/devel-extra/fastercsv/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.02 SBU +# Maintainer: bouleetbil + +pkgname=fastercsv +pkgver=1.5.0 +pkgrel=1 +pkgdesc="FasterCSV is intended as a replacement to Ruby???s standard CSV library." +url="http://rubyforge.org/projects/fastercsv/" +depends=('ruby') +groups=('devel-extra') +archs=('i686') +Finclude gem +sha1sums=('a897584dfbb3128b42e221bc2570663f7cd5ff1c') + From bouleetbil at frogdev.info Tue Dec 8 22:43:08 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 8 Dec 2009 22:43:08 +0100 (CET) Subject: [Frugalware-git] frugalware-current: ruby-irc-1.0.12-1-i686 *new package Message-ID: <20091208214308.62B1B1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=11bc34ea35b5db9cc0b12267f715784eb7bb3b71 commit 11bc34ea35b5db9cc0b12267f715784eb7bb3b71 Author: bouleetbil Date: Tue Dec 8 22:45:51 2009 +0000 ruby-irc-1.0.12-1-i686 *new package diff --git a/source/network-extra/ruby-irc/FrugalBuild b/source/network-extra/ruby-irc/FrugalBuild new file mode 100644 index 0000000..090d378 --- /dev/null +++ b/source/network-extra/ruby-irc/FrugalBuild @@ -0,0 +1,15 @@ +# Compiling Time: 0.02 SBU +# Maintainer: bouleetbil + +pkgname=ruby-irc +pkgver=1.0.12 +_F_gem_name=Ruby-IRC +pkgrel=1 +pkgdesc="Ruby-IRC is a framework for connecting and comunicating with IRC servers." +url="http://rubyforge.org/projects/ruby-irc/" +depends=('ruby') +groups=('network-extra') +archs=('i686') +Finclude gem +sha1sums=('21bb497e42adeca7cb6420a2872557bcd8fb2e41') + From devil505linux at gmail.com Wed Dec 9 08:02:29 2009 From: devil505linux at gmail.com (Devil505) Date: Wed, 9 Dec 2009 08:02:29 +0100 (CET) Subject: [Frugalware-git] frugalware-current: pytrainer-1.7.0-1-i686 * version bump Message-ID: <20091209070229.BF2781240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=50d7e1ea690ac4171d062e8b7801c2296f7c0923 commit 50d7e1ea690ac4171d062e8b7801c2296f7c0923 Author: Devil505 Date: Wed Dec 9 08:02:01 2009 +0100 pytrainer-1.7.0-1-i686 * version bump diff --git a/source/xapps-extra/pytrainer/FrugalBuild b/source/xapps-extra/pytrainer/FrugalBuild index c01891b..97fd151 100644 --- a/source/xapps-extra/pytrainer/FrugalBuild +++ b/source/xapps-extra/pytrainer/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=pytrainer -pkgver=1.6.0.9 +pkgver=1.7.0 pkgrel=1 pkgdesc="Tool to log all your sport excursion" depends=('pysqlite2' 'pygtk>=2.14.1-2' 'matplotlib' 'soappy') @@ -11,7 +11,7 @@ Finclude sourceforge options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('8b7b53c0b8ea09f51364b2a3e516e6297a76e18a') +sha1sums=('c8e36f497d702272dfd227b06eb5508f95a77702') build() { Fcd From devil505linux at gmail.com Wed Dec 9 09:29:22 2009 From: devil505linux at gmail.com (Devil505) Date: Wed, 9 Dec 2009 09:29:22 +0100 (CET) Subject: [Frugalware-git] frugalware-current: hedgewars-0.9.12-1-x86_64 Message-ID: <20091209082922.9252B1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f66f093bd2739c94943c700df90b939a03c7ee2d commit f66f093bd2739c94943c700df90b939a03c7ee2d Author: Devil505 Date: Wed Dec 9 09:09:58 2009 +0100 hedgewars-0.9.12-1-x86_64 added x86_64 to archs() diff --git a/source/games-extra/hedgewars/FrugalBuild b/source/games-extra/hedgewars/FrugalBuild index 00f63d7..652e26d 100644 --- a/source/games-extra/hedgewars/FrugalBuild +++ b/source/games-extra/hedgewars/FrugalBuild @@ -12,7 +12,7 @@ makedepends=('fpc') _F_cmake_confopts="-DCMAKE_INSTALL_PREFIX=/usr -DDATA_INSTALL_DIR=/usr/share -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake -DQT_MOC_EXECUTABLE=/usr/bin/moc" Finclude cmake groups=('games-extra') -archs=('i686') +archs=('i686' 'x86_64') _F_archive_name="$pkgname-src" _F_cd_path="$pkgname-src-$pkgver" up2date="Flasttarbz2 $url/download.html" From devil505linux at gmail.com Wed Dec 9 10:14:48 2009 From: devil505linux at gmail.com (Devil505) Date: Wed, 9 Dec 2009 10:14:48 +0100 (CET) Subject: [Frugalware-git] frugalware-current: xsensors-0.60-1-i686 * new package Message-ID: <20091209091448.03DBA1240010@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=466f87c50194393da8fc392c090cc5fe7b3889b9 commit 466f87c50194393da8fc392c090cc5fe7b3889b9 Author: Devil505 Date: Wed Dec 9 10:14:07 2009 +0100 xsensors-0.60-1-i686 * new package diff --git a/source/xapps-extra/xsensors/FrugalBuild b/source/xapps-extra/xsensors/FrugalBuild new file mode 100644 index 0000000..5bf89da --- /dev/null +++ b/source/xapps-extra/xsensors/FrugalBuild @@ -0,0 +1,20 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Devil505 + +pkgname=xsensors +pkgver=0.60 +pkgrel=1 +pkgdesc="X11 interface to lm_sensors" +url="http://www.linuxhardware.org/xsensors/" +depends=('gtk+2' 'libxau' 'libxdmcp' 'lmsensors' 'libxext' 'libstdc++' 'libxdamage' 'libxml2') +makedepends=('pkgconfig') +options=('scriptlet') +groups=('xapps-extra') +archs=('i686' 'x86_64') +up2date="Flasttar $url" +source=($url/${pkgname}-${pkgver}.tar.gz \ + xsensors-0.60-libsensors-3.patch) +sha1sums=('0d8e399cd3b70846af116c8b44555fe624c896a1' \ + 'f0e6bdf390df0eee753558569f088bdeb58e3fe2') + +# optimization OK diff --git a/source/xapps-extra/xsensors/xsensors-0.60-libsensors-3.patch b/source/xapps-extra/xsensors/xsensors-0.60-libsensors-3.patch new file mode 100644 index 0000000..18c5b80 --- /dev/null +++ b/source/xapps-extra/xsensors/xsensors-0.60-libsensors-3.patch @@ -0,0 +1,2392 @@ +--- xsensors-0.60.orig/src/main.h 2009-02-11 14:12:47.000000000 +0100 ++++ xsensors-0.60/src/main.h 2009-02-11 14:57:04.000000000 +0100 +@@ -25,21 +25,16 @@ + #include + #include + #include +-#include + #include + #include + #include "chips.h" + #include "gui.h" + + /* Version Number */ +-#define VERSION "0.60" +- +-/* Default lm_sensors config file */ +-#define DEFAULT_SENS_CONF "/etc/sensors.conf" ++#define VERSION "lib3" + + /* Pretty identifiers. */ + enum { SUCCESS, FAILURE }; + + /* Prototypes */ + int help_msg( void ); +-int print_features( sensors_chip_name ); +--- xsensors-0.60.orig/configure.in 2004-04-05 01:23:01.000000000 +0200 ++++ xsensors-0.60/configure.in 2009-02-11 14:12:56.000000000 +0100 +@@ -17,7 +17,7 @@ dnl Checks for the sensors library. + AC_CHECK_LIB(sensors, sensors_init,[], + AC_MSG_ERROR(You need the sensors library)) + +-AC_CHECK_HEADERS([sensors/sensors.h sensors/chips.h sensors/error.h]) ++AC_CHECK_HEADERS([sensors/sensors.h sensors/error.h]) + + AM_PATH_GLIB_2_0(2.0.0,,AC_MSG_ERROR([ + *** GLib 2.0 is required to build xsensors; please make sure you have the GLib +--- xsensors-0.60.orig/src/chips.h 2007-10-09 20:19:11.000000000 +0200 ++++ xsensors-0.60/src/chips.h 2009-02-11 15:02:03.000000000 +0100 +@@ -24,7 +24,7 @@ + * features vary. + */ + typedef struct _updates { +- sensors_chip_name name; ++ const sensors_chip_name *name; + GtkWidget *pbar; + GtkWidget *darea; + int featnum; +@@ -38,34 +38,4 @@ typedef struct _updates { + } updates; + + /* Add a node to the sensor's features linked list. */ +-updates *add_node( updates *, sensors_chip_name, GtkWidget *, GtkWidget *, +- int ); +- +-/* Get the number of features of a given sensor. */ +-int get_num_feat( sensors_chip_name ); +- +-/* Feature Info Prototypes */ +-int get_feat_info_adm1021( updates *node, sensors_chip_name name, int num ); +-int get_feat_info_eeprom( updates *node, sensors_chip_name name, int num ); +-int get_feat_info_f71805f( updates *node, sensors_chip_name name, int num ); +-int get_feat_info_it87( updates *node, sensors_chip_name name, int num ); +-int get_feat_info_lm75( updates *node, sensors_chip_name name, int num ); +-int get_feat_info_lm78( updates *node, sensors_chip_name name, int num ); +-int get_feat_info_lm78j( updates *node, sensors_chip_name name, int num ); +-int get_feat_info_lm79( updates *node, sensors_chip_name name, int num ); +-int get_feat_info_lm80( updates *node, sensors_chip_name name, in