From vmiklos at frugalware.org Fri Oct 1 00:14:10 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 1 Oct 2010 00:14:10 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: hamcrest-1.1-3-i686 Message-ID: <20100930221410.7E8C5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f7a6ddf26b834f5b195efd96adf2c88092b52ff9 commit f7a6ddf26b834f5b195efd96adf2c88092b52ff9 Author: Miklos Vajna Date: Fri Oct 1 00:11:45 2010 +0200 hamcrest-1.1-3-i686 - downgrade to 1.1 for now as junit fails to build with 1.2 diff --git a/source/devel-extra/hamcrest/FrugalBuild b/source/devel-extra/hamcrest/FrugalBuild index 3bfb770..c3930e8 100644 --- a/source/devel-extra/hamcrest/FrugalBuild +++ b/source/devel-extra/hamcrest/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=hamcrest -pkgver=1.2 -pkgrel=1 +pkgver=1.1 +pkgrel=3 pkgdesc="Library of matchers for building test expressions." url="http://code.google.com/p/hamcrest/" Finclude java @@ -11,9 +11,11 @@ depends=(${depends[@]} 'jarjar' 'qdox' 'easymock' 'jmock') makedepends=(${makedepends[@]} 'openjdk') groups=('devel-extra') archs=('i686' 'x86_64' 'ppc') +_F_archive_grepv="1.2" # 1.2 does not work with junit yet up2date="Flasttgz $url" source=(http://hamcrest.googlecode.com/files/hamcrest-$pkgver.tgz) -sha1sums=('236b0e01ed002f5c889eb3152e34677363ea1e83') +sha1sums=('e7c8511e3702545eb50b38e5aa2c3d887d8393ef') +options=('force') build() { From bouleetbil at frogdev.info Fri Oct 1 00:24:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 00:24:12 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gok-2.30.1-1-i686 Message-ID: <20100930222412.507F3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=bb8072cf68b493f03bb4fd549e1d1b31c91658ce commit bb8072cf68b493f03bb4fd549e1d1b31c91658ce Author: bouleetbil Date: Fri Oct 1 00:55:18 2010 +0000 gok-2.30.1-1-i686 *Version bump diff --git a/source/gnome-extra/gok/FrugalBuild b/source/gnome-extra/gok/FrugalBuild index 4fd7498..ffef592 100644 --- a/source/gnome-extra/gok/FrugalBuild +++ b/source/gnome-extra/gok/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=gok -pkgver=2.30.0 -pkgrel=2 +pkgver=2.30.1 +pkgrel=1 pkgdesc="a full featured on-screen keyboard for Unix and Unix-like operating systems." url="http://www.gnome.org/" depends=('gconf>=2.28.1' 'libusb' 'libxevie' 'libgnomeui>=2.24.3-2' 'libglade' 'libwnck' 'gail' 'gnome-speech' 'at-spi' \ @@ -17,6 +17,6 @@ _F_gnome_schemas=('/etc/gconf/schemas/gok.schemas') _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --enable-libusb-input" -sha1sums=('564ad7f2f7d241d99f47abb42f012ae9a2063d51') +sha1sums=('cc7690863eb3e27687daeff10cee2c49c07f4f30') # optimization OK From vmiklos at frugalware.org Fri Oct 1 00:34:00 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 1 Oct 2010 00:34:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: junit-4.8.1-1-ppc Message-ID: <20100930223400.61F6A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=57077b30ca65c8b2e168117b3007a0fe07d644fd commit 57077b30ca65c8b2e168117b3007a0fe07d644fd Author: Miklos Vajna Date: Fri Oct 1 00:33:10 2010 +0200 junit-4.8.1-1-ppc added ppc to archs() diff --git a/source/devel-extra/junit/FrugalBuild b/source/devel-extra/junit/FrugalBuild index 343b051..d9c976b 100644 --- a/source/devel-extra/junit/FrugalBuild +++ b/source/devel-extra/junit/FrugalBuild @@ -12,7 +12,7 @@ url="http://www.junit.org/" up2date="lynx -dump http://sourceforge.net/projects/junit/files/junit/|grep zip|sed 's/.*junit\(.*\)\.zip.*/\1/;q'" depends=(${depends[@]} 'hamcrest') groups=('devel-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') sha1sums=('1775c7120b8ef95b4973cf644425633f7c9910f3') build() From vmiklos at frugalware.org Fri Oct 1 01:03:14 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 1 Oct 2010 01:03:14 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lucene-2.9.3-1-ppc Message-ID: <20100930230314.DA6A2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9e3409955095e621438c821e8684dbb155e81b0e commit 9e3409955095e621438c821e8684dbb155e81b0e Author: Miklos Vajna Date: Fri Oct 1 01:02:42 2010 +0200 lucene-2.9.3-1-ppc added ppc to archs() diff --git a/source/devel-extra/lucene/FrugalBuild b/source/devel-extra/lucene/FrugalBuild index a346e38..ae4a3d6 100644 --- a/source/devel-extra/lucene/FrugalBuild +++ b/source/devel-extra/lucene/FrugalBuild @@ -9,7 +9,7 @@ url="http://jakarta.apache.org/$pkgname/" Finclude java makedepends=(${makedepends[@]} 'junit') groups=('devel-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_archive_grepv="3\." # 3.x does not work with openoffice.org yet 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) From bouleetbil at frogdev.info Fri Oct 1 01:27:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 01:27:12 +0200 (CEST) Subject: [Frugalware-git] gnometesting: dia-0.97.1-1-i686 Message-ID: <20100930232712.4CAD5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=7ddb13cdb07b40790e98e43f30b32a6bbc16f2a7 commit 7ddb13cdb07b40790e98e43f30b32a6bbc16f2a7 Author: bouleetbil Date: Fri Oct 1 01:58:10 2010 +0000 dia-0.97.1-1-i686 *Version bump diff --git a/source/gnome-extra/dia/FrugalBuild b/source/gnome-extra/dia/FrugalBuild index e964629..899423a 100644 --- a/source/gnome-extra/dia/FrugalBuild +++ b/source/gnome-extra/dia/FrugalBuild @@ -3,8 +3,8 @@ # Maintainer: voroskoi pkgname=dia -pkgver=0.96.1 -pkgrel=4 +pkgver=0.97.1 +pkgrel=1 pkgdesc="A program for drawing structured diagrams" url="http://www.gnome.org/projects/dia/" depends=('libgnomeui>=2.24.3-2') @@ -17,6 +17,6 @@ _F_gnome_devel="y" _F_gnome_desktop="y" _F_gnome_scrollkeeper="y" Finclude gnome gnome-scriptlet -sha1sums=('e3d8f16f50dbbd03c1ce0235dba28c3e9612bb6e') +sha1sums=('ea35e0e0f2f75b69e22faa38968e0803a8ab4f47') # optimization OK From bouleetbil at frogdev.info Fri Oct 1 01:48:00 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 01:48:00 +0200 (CEST) Subject: [Frugalware-git] gnometesting: evolution-webcal-2.32.0-1-i686 Message-ID: <20100930234800.3C1BD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=f2e62aead0bd41550676b2d8c484f62c9fd5f658 commit f2e62aead0bd41550676b2d8c484f62c9fd5f658 Author: bouleetbil Date: Fri Oct 1 02:19:07 2010 +0000 evolution-webcal-2.32.0-1-i686 *Version bump diff --git a/source/gnome-extra/evolution-webcal/FrugalBuild b/source/gnome-extra/evolution-webcal/FrugalBuild index 429d701..1954566 100644 --- a/source/gnome-extra/evolution-webcal/FrugalBuild +++ b/source/gnome-extra/evolution-webcal/FrugalBuild @@ -3,17 +3,17 @@ # Contributor: AlexExtreme pkgname=evolution-webcal -pkgver=2.28.1 -pkgrel=3 +pkgver=2.32.0 +pkgrel=1 pkgdesc="Evolution web calendar" url="http://www.gnome.org/projects/evolution/" -depends=('evolution-data-server>=2.30.3' 'libsoup' 'libbonobo>=2.24.0-1') +depends=('evolution-data-server>=2.32.0' 'libsoup' 'libbonobo>=2.24.0-1') makedepends=('intltool') groups=('gnome-extra') archs=('i686' 'x86_64') options=('scriptlet') _F_gnome_schemas=('/etc/gconf/schemas/evolution-webcal.schemas') Finclude gnome gnome-scriptlet -sha1sums=('f4693d03b89acb3d40c5ed5092cdffd5c372649e') +sha1sums=('331a5decba0f0b2ac47887982c2d79e62a19cdb9') # optimization OK From bouleetbil at frogdev.info Fri Oct 1 02:22:08 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 02:22:08 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-bluetooth-2.32.0-1-i686 Message-ID: <20101001002208.AB7A5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=f0175dacd3c74232012cf2fa080e6c7b440c716f commit f0175dacd3c74232012cf2fa080e6c7b440c716f Author: bouleetbil Date: Fri Oct 1 02:53:11 2010 +0000 gnome-bluetooth-2.32.0-1-i686 *Version bump diff --git a/source/gnome-extra/gnome-bluetooth/FrugalBuild b/source/gnome-extra/gnome-bluetooth/FrugalBuild index b8813bd..e2be4c2 100644 --- a/source/gnome-extra/gnome-bluetooth/FrugalBuild +++ b/source/gnome-extra/gnome-bluetooth/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Priyank Gosalia pkgname=gnome-bluetooth -pkgver=2.30.0 -pkgrel=3 +pkgver=2.32.0 +pkgrel=1 pkgdesc="The GNOME Bluetooth Subsystem." url="http://www.usefulinc.com/software/gnome-bluetooth/" makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils') @@ -16,7 +16,7 @@ _F_gnome_schemas=('/etc/gconf/schemas/bluetooth-manager.schemas') _F_gnome_scrollkeeper="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet -sha1sums=('76183906a0d644547bd4192a43908cdd00292ece') +sha1sums=('24d2c416df92098d96eeaa992bfaf122ee65328d') replaces=('bluez-gnome' 'gnome-phone-manager') provides=('bluez-gnome') conflicts=('bluez-gnome') From bouleetbil at frogdev.info Fri Oct 1 02:52:05 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 02:52:05 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gedit-plugins-2.32.0-1-i686 Message-ID: <20101001005205.8E182132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c723da369120f1432b2445e5d0af69571b7dff6e commit c723da369120f1432b2445e5d0af69571b7dff6e Author: bouleetbil Date: Fri Oct 1 03:23:11 2010 +0000 gedit-plugins-2.32.0-1-i686 *Version bump diff --git a/source/gnome-extra/gedit-plugins/FrugalBuild b/source/gnome-extra/gedit-plugins/FrugalBuild index 1599b6d..ac91f7d 100644 --- a/source/gnome-extra/gedit-plugins/FrugalBuild +++ b/source/gnome-extra/gedit-plugins/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=gedit-plugins -pkgver=2.30.0 -pkgrel=3 +pkgver=2.32.0 +pkgrel=1 pkgdesc="Plugins for gedit" depends=('gedit>=2.30.3' 'gucharmap' 'vte-python' 'pygtk' 'gedit-python') makedepends=('intltool' 'gnome-doc-utils>=0.16.0' 'gtk-doc') @@ -12,5 +12,4 @@ archs=('i686' 'x86_64') _F_gnome_desktop="y" _F_gnome_schemas=('/etc/gconf/schemas/gedit-show-tabbar-plugin.schemas') Finclude gnome gnome-scriptlet -sha1sums=('0e0c3bc9655b0506e6be0e2ffc0611e47a35c059') - +sha1sums=('78339867bcc159cc14ef45effc35fa52c3854ce4') From bouleetbil at frogdev.info Fri Oct 1 08:22:22 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 08:22:22 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-keyring-2.32.0-2-i686 *added glib schemas Message-ID: <20101001062222.1A99A132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=022c3adc8ba91ee6c577c78e3f30e119e867b75c commit 022c3adc8ba91ee6c577c78e3f30e119e867b75c Author: bouleetbil Date: Fri Oct 1 08:53:16 2010 +0000 gnome-keyring-2.32.0-2-i686 *added glib schemas diff --git a/source/gnome/gnome-keyring/FrugalBuild b/source/gnome/gnome-keyring/FrugalBuild index f195816..9db9684 100644 --- a/source/gnome/gnome-keyring/FrugalBuild +++ b/source/gnome/gnome-keyring/FrugalBuild @@ -3,14 +3,15 @@ pkgname=gnome-keyring pkgver=2.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="Password and keyring managing daemon for GNOME" url="http://www.gnome.org/" depends=('gtk+2' 'dbus-glib>=0.76-1' 'hal' 'libtasn1>=1.4' 'gconf' 'pam' 'libgnome-keyring>=2.32.0') makedepends=('intltool' 'gtk-doc>=1.9') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') -_F_gnome_schemas=('/etc/gconf/schemas/gnome-keyring.schemas') +_F_gnome_glib=('/usr/share/glib-2.0/schemas/org.gnome.crypto.cache.gschema.xml' \ + '/usr/share/glib-2.0/schemas/org.gnome.crypto.pgp.gschema.xml') Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --disable-gtk-doc --with-pam-dir=/lib/security --with-gtk=2.0" sha1sums=('84a6efab078ea696f06c042563ffde3bfc3618cc') From bouleetbil at frogdev.info Fri Oct 1 08:22:22 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 08:22:22 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-scriptlet *added glib schemas support Message-ID: <20101001062222.01715132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b074241779cb0c76113e24294fe9b1e3f4267332 commit b074241779cb0c76113e24294fe9b1e3f4267332 Author: bouleetbil Date: Fri Oct 1 08:52:05 2010 +0000 gnome-scriptlet *added glib schemas support diff --git a/source/include/gnome-scriptlet.install b/source/include/gnome-scriptlet.install index d033007..4eee74f 100644 --- a/source/include/gnome-scriptlet.install +++ b/source/include/gnome-scriptlet.install @@ -24,6 +24,14 @@ post_install() fi echo "done." fi + if [ ${#glib[*]} -gt 0 ]; then + echo -n "loading schema glib entries... " + for entry in "${glib[@]}" ; do + glib-compile-schemas $glib /dev/null 2>&1 + done + echo "done." + fi + if [ -n "$_F_gnome_desktop" ]; then echo -n "updating desktop database..." if update-desktop-database > /dev/null 2>&1 ; then @@ -64,6 +72,14 @@ post_upgrade() } pre_remove() { + if [ ${#glib[*]} -gt 0 ]; then + echo -n "loading schema glib entries... " + for entry in "${glib[@]}" ; do + glib-compile-schemas $glib /dev/null 2>&1 + done + echo "done." + fi + if [ ${#schemas[*]} -gt 0 ]; then echo -n "updating gconf schemas... " for schema in "${schemas[@]}" ; do diff --git a/source/include/gnome-scriptlet.sh b/source/include/gnome-scriptlet.sh index 352e015..d3a6cdc 100644 --- a/source/include/gnome-scriptlet.sh +++ b/source/include/gnome-scriptlet.sh @@ -118,6 +118,17 @@ Fbuild_gnome_scriptlet() fi done fi + if [ -n "$_F_gnone_glib" ]; then + for i in "${_F_gnone_glib[@]}" + do + if [ -z "$str" ]; then + str="'$i'\n" + else + str="$str\t'$i'\n" + fi + done + fi + Fsed '$_F_gnone_glib' "$str" ${Fsrcdir%/src}/$_F_gnome_scriptlet Fsed '$_F_gnome_entries' "$str" ${Fsrcdir%/src}/$_F_gnome_scriptlet Fsed '$_F_gnome_desktop' "$_F_gnome_desktop" ${Fsrcdir%/src}/$_F_gnome_scriptlet Fsed '$_F_gnome_scrollkeeper' "$_F_gnome_scrollkeeper" ${Fsrcdir%/src}/$_F_gnome_scriptlet From bouleetbil at frogdev.info Fri Oct 1 08:25:45 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 08:25:45 +0200 (CEST) Subject: [Frugalware-git] gnometesting: webkit-1.3.4-1-i686 *version bump *yes it's a devel version but ... Message-ID: <20101001062545.B9C76132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=7f66259e93facdc8395d69d96b72248ca81c298b commit 7f66259e93facdc8395d69d96b72248ca81c298b Author: bouleetbil Date: Fri Oct 1 08:56:32 2010 +0000 webkit-1.3.4-1-i686 *version bump *yes it's a devel version but ... diff --git a/source/xlib-extra/webkit/FrugalBuild b/source/xlib-extra/webkit/FrugalBuild index 91a87ef..b81c640 100644 --- a/source/xlib-extra/webkit/FrugalBuild +++ b/source/xlib-extra/webkit/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: bouleetbil pkgname=webkit -pkgver=1.2.3 +pkgver=1.3.4 pkgrel=1 pkgdesc="Open source web browser engine that's used by Safari" url="http://www.webkit.org" depends=('sqlite3' 'gtk+2>=2.20.0-2' 'icu4c>=4.2' 'libsoup>=2.30.0' 'libpng>=1.4.1' 'gperf' 'cairo' 'libxml2' 'pango' 'gst-plugins-base' 'enchant' 'gail') -makedepends=('bison' 'flex' 'gtk-doc' 'gir-repository') +makedepends=('bison' 'flex' 'gtk-doc' 'gobject-introspection') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') source=(http://webkitgtk.org/$pkgname-$pkgver.tar.gz) @@ -29,6 +29,6 @@ Fconfopts="${Fconfopts[@]} --enable-icon-database --enable-svg \ --disable-mathml \ --enable-xhtmlmp \ --enable-3D-transforms" -sha1sums=('88c38ebeba187a062272b2aa8ca2bbd0bbb86306') +sha1sums=('b368d9892de7dc2b8d03525501608e183d023d8a') # optimization OK From bouleetbil at frogdev.info Fri Oct 1 08:26:26 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 08:26:26 +0200 (CEST) Subject: [Frugalware-git] gnometesting: meld-1.4.0-1-i686 *version bump Message-ID: <20101001062626.EDEFA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=9ff45910567686a74f3ff8cf618aa1b6a4b9df36 commit 9ff45910567686a74f3ff8cf618aa1b6a4b9df36 Author: bouleetbil Date: Fri Oct 1 08:57:39 2010 +0000 meld-1.4.0-1-i686 *version bump diff --git a/source/gnome-extra/meld/FrugalBuild b/source/gnome-extra/meld/FrugalBuild index 9b43048..a7cfd35 100644 --- a/source/gnome-extra/meld/FrugalBuild +++ b/source/gnome-extra/meld/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=meld -pkgver=1.3.3 +pkgver=1.4.0 pkgrel=1 pkgdesc="a visual diff and merge tool" url="http://meld.sourceforge.net/" @@ -16,7 +16,7 @@ _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet groups=('gnome-extra') archs=('i686' 'x86_64') -sha1sums=('2f0555a69430e4ab4bd9c0b69beb0658daa2132f') +sha1sums=('2db6d610f1d1e2ef2bd0e0027695e72f6f6a6ac9') build() { Fcd From bouleetbil at frogdev.info Fri Oct 1 08:34:46 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 08:34:46 +0200 (CEST) Subject: [Frugalware-git] gnometesting: liboobs-2.32.0-1-i686 Message-ID: <20101001063446.438AF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=290cfce6a7860a31e9d97623b281386afa53901f commit 290cfce6a7860a31e9d97623b281386afa53901f Author: bouleetbil Date: Fri Oct 1 09:06:03 2010 +0000 liboobs-2.32.0-1-i686 *Version bump diff --git a/source/gnome-extra/liboobs/FrugalBuild b/source/gnome-extra/liboobs/FrugalBuild index adb487d..df85fcb 100644 --- a/source/gnome-extra/liboobs/FrugalBuild +++ b/source/gnome-extra/liboobs/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=liboobs -pkgver=2.30.1 +pkgver=2.32.0 pkgrel=1 pkgdesc="Liboobs is a lightweight library that provides a GObject based interface to system-tools-backends" url="http://www.gnome.org/projects/gst/" @@ -13,6 +13,6 @@ groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') Finclude gnome Fconfopts="$Fconfopts --enable-gtk-doc" -sha1sums=('f5d995a31fc907add165953c3797b15cbd61da28') +sha1sums=('b88b46fbdc1d93326758ef9fb66694d9fc7b6f98') # optimization OK From bouleetbil at frogdev.info Fri Oct 1 08:56:27 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 08:56:27 +0200 (CEST) Subject: [Frugalware-git] gnometesting: mousetweaks-2.32.0-1-i686 Message-ID: <20101001065627.60796132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a8b339177dbf8da303e0e0f26d89a41d8c7f3e6a commit a8b339177dbf8da303e0e0f26d89a41d8c7f3e6a Author: bouleetbil Date: Fri Oct 1 09:27:44 2010 +0000 mousetweaks-2.32.0-1-i686 *Version bump diff --git a/source/gnome-extra/mousetweaks/FrugalBuild b/source/gnome-extra/mousetweaks/FrugalBuild index 1dfb340..c3d9ddf 100644 --- a/source/gnome-extra/mousetweaks/FrugalBuild +++ b/source/gnome-extra/mousetweaks/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: jercel pkgname=mousetweaks -pkgver=2.30.2 +pkgver=2.32.0 pkgrel=1 pkgdesc="The Mousetweaks package provides mouse accessibility enhancements for the GNOME desktop." url="http://www.gnome.org/" @@ -13,6 +13,6 @@ archs=('i686' 'x86_64') _F_gnome_schemas=('/etc/gconf/schemas/mousetweaks.schemas' \ '/etc/gconf/schemas/pointer-capture-applet.schemas') Finclude gnome -sha1sums=('7a3d724048d430f459eae58112e83021761363d5') +sha1sums=('d41d95704b882f2f9cf6b2d4618eb1d7921c98d0') # optimization OK From bouleetbil at frogdev.info Fri Oct 1 09:25:19 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 09:25:19 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-mag-0.16.2-1-i686 Message-ID: <20101001072519.BE5B1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=8919e2f48012ae602d2e8a52e0fc5511bd83dfc2 commit 8919e2f48012ae602d2e8a52e0fc5511bd83dfc2 Author: bouleetbil Date: Fri Oct 1 09:56:33 2010 +0000 gnome-mag-0.16.2-1-i686 *Version bump diff --git a/source/gnome-extra/gnome-mag/FrugalBuild b/source/gnome-extra/gnome-mag/FrugalBuild index 4beb03d..3afba50 100644 --- a/source/gnome-extra/gnome-mag/FrugalBuild +++ b/source/gnome-extra/gnome-mag/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=gnome-mag -pkgver=0.16.1 -pkgrel=2 +pkgver=0.16.2 +pkgrel=1 pkgdesc="GNOME screen magnifier" url="http://www.gnome.org/" depends=('at-spi>=1.30.0-2' 'libxtst' 'libxdamage' 'libxfixes' 'libxcomposite') @@ -14,6 +14,6 @@ Finclude gnome # Disabled colorblind support (need another package, maybe later) which is some 0.0.0.0.0.0.01 version # developed by a debian dev...) Fconfopts="$Fconfopts --enable-colorblind-applet=no" -sha1sums=('a7629cf9ce7c8a065de806c8fb7bd7f536a1d647') +sha1sums=('ec4ba656b53d9e3544907a31b4b9743c52795ea9') # optimization OK From vmiklos at frugalware.org Fri Oct 1 09:26:27 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 1 Oct 2010 09:26:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libtool-2.4-1-i686 Message-ID: <20101001072627.01505132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6889e7d05771fdc31257a7e6fb6ef0b3ac7d2291 commit 6889e7d05771fdc31257a7e6fb6ef0b3ac7d2291 Author: Miklos Vajna Date: Fri Oct 1 09:23:59 2010 +0200 libtool-2.4-1-i686 - version bump diff --git a/source/devel/libtool/FrugalBuild b/source/devel/libtool/FrugalBuild index 955fc90..d1500b6 100644 --- a/source/devel/libtool/FrugalBuild +++ b/source/devel/libtool/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=libtool -pkgver=2.2.10 +pkgver=2.4 pkgrel=1 pkgdesc="A generic library support script" url="http://www.gnu.org/software/libtool" @@ -11,7 +11,7 @@ groups=('devel' 'devel-core') archs=('i686' 'x86_64' 'ppc') _F_archive_nosort=y Fup2gnugz -source=(http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.lzma) +source=(http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz) signatures=($source.sig) _F_cd_path="$pkgname-${pkgver%%a}" # optimization ok From bouleetbil at frogdev.info Fri Oct 1 09:43:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 09:43:12 +0200 (CEST) Subject: [Frugalware-git] gnometesting: sabayon-2.30.1-1-i686 Message-ID: <20101001074312.4ABDD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=9d17ff5f6afb19c8ef98983d26ec958256648c5f commit 9d17ff5f6afb19c8ef98983d26ec958256648c5f Author: bouleetbil Date: Fri Oct 1 10:14:26 2010 +0000 sabayon-2.30.1-1-i686 *Version bump diff --git a/source/gnome-extra/sabayon/FrugalBuild b/source/gnome-extra/sabayon/FrugalBuild index 8c9898f..c786922 100644 --- a/source/gnome-extra/sabayon/FrugalBuild +++ b/source/gnome-extra/sabayon/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: AlexExtreme pkgname=sabayon -pkgver=2.30.0 -pkgrel=3 +pkgver=2.30.1 +pkgrel=1 pkgdesc="Sabayon is a user profile system for Gnome" url="http://www.gnome.org/projects/sabayon" groups=('gnome-extra') @@ -14,7 +14,7 @@ makedepends=('intltool' 'gnome-doc-utils>=0.20.1-2' 'xorg-server-xephyr') _F_gnome_iconcache="y" Finclude gnome python source=(${source[@]} $pkgname-2.17.90-use-gksu.patch) -sha1sums=('154044c052b6184fb6ef870ae173d20a15786e80' \ +sha1sums=('216289fd105b7d236f7e3fa1504faa2084652db6' \ '5ce3f05c10e8f29b33eab6726878dfb7231b2cc6') install=sabayon.install From bouleetbil at frogdev.info Fri Oct 1 09:57:03 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 09:57:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-scriptlet.sh *fixes glib schemas Message-ID: <20101001075703.C9ED4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5a02197b7c19098630901963c7419b0a3b012099 commit 5a02197b7c19098630901963c7419b0a3b012099 Author: bouleetbil Date: Fri Oct 1 10:26:04 2010 +0000 gnome-scriptlet.sh *fixes glib schemas diff --git a/source/include/gnome-scriptlet.install b/source/include/gnome-scriptlet.install index 4eee74f..2fcdb0b 100644 --- a/source/include/gnome-scriptlet.install +++ b/source/include/gnome-scriptlet.install @@ -1,5 +1,6 @@ schemas=($_F_gnome_schemas) entries=($_F_gnome_entries) +glib=($_F_gnome_glib) post_install() { diff --git a/source/include/gnome-scriptlet.sh b/source/include/gnome-scriptlet.sh index d3a6cdc..908342b 100644 --- a/source/include/gnome-scriptlet.sh +++ b/source/include/gnome-scriptlet.sh @@ -36,6 +36,7 @@ # # == OPTIONS # * _F_gnome_schemas() - if declared, gconf will be called to register them +# * _F_gnome_glib() - if declared, glib2 will be called to register them # * _F_gnome_entries() - same as above except for gconf .entries files # * _F_gnome_desktop - set to "y" if your package provides a .desktop file # * _F_gnome_scrollkeeper - set to "y" if you want to run rarian @@ -118,8 +119,9 @@ Fbuild_gnome_scriptlet() fi done fi - if [ -n "$_F_gnone_glib" ]; then - for i in "${_F_gnone_glib[@]}" + Fsed '$_F_gnome_entries' "$str" ${Fsrcdir%/src}/$_F_gnome_scriptlet + if [ -n "$_F_gnome_glib" ]; then + for i in "${_F_gnome_glib[@]}" do if [ -z "$str" ]; then str="'$i'\n" @@ -128,8 +130,7 @@ Fbuild_gnome_scriptlet() fi done fi - Fsed '$_F_gnone_glib' "$str" ${Fsrcdir%/src}/$_F_gnome_scriptlet - Fsed '$_F_gnome_entries' "$str" ${Fsrcdir%/src}/$_F_gnome_scriptlet + Fsed '$_F_gnome_glib' "$str" ${Fsrcdir%/src}/$_F_gnome_scriptlet Fsed '$_F_gnome_desktop' "$_F_gnome_desktop" ${Fsrcdir%/src}/$_F_gnome_scriptlet Fsed '$_F_gnome_scrollkeeper' "$_F_gnome_scrollkeeper" ${Fsrcdir%/src}/$_F_gnome_scriptlet Fsed '$_F_gnome_mime' "$_F_gnome_mime" ${Fsrcdir%/src}/$_F_gnome_scriptlet From bouleetbil at frogdev.info Fri Oct 1 09:57:03 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 09:57:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-keyring-2.32.0-3-i686 *rebuild with new gnome-scriplet Message-ID: <20101001075703.D7E6E132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b9cee540d8dc47e28ee8a61ccb6c233ba6268f01 commit b9cee540d8dc47e28ee8a61ccb6c233ba6268f01 Author: bouleetbil Date: Fri Oct 1 10:28:02 2010 +0000 gnome-keyring-2.32.0-3-i686 *rebuild with new gnome-scriplet diff --git a/source/gnome/gnome-keyring/FrugalBuild b/source/gnome/gnome-keyring/FrugalBuild index 9db9684..f58231b 100644 --- a/source/gnome/gnome-keyring/FrugalBuild +++ b/source/gnome/gnome-keyring/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-keyring pkgver=2.32.0 -pkgrel=2 +pkgrel=3 pkgdesc="Password and keyring managing daemon for GNOME" url="http://www.gnome.org/" depends=('gtk+2' 'dbus-glib>=0.76-1' 'hal' 'libtasn1>=1.4' 'gconf' 'pam' 'libgnome-keyring>=2.32.0') From bouleetbil at frogdev.info Fri Oct 1 10:01:28 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 10:01:28 +0200 (CEST) Subject: [Frugalware-git] gnometesting: bluefish-2.0.2-1-i686 Message-ID: <20101001080128.EECCB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2f34b03f172cd667e2e1e4844f84b34dfb8035c9 commit 2f34b03f172cd667e2e1e4844f84b34dfb8035c9 Author: bouleetbil Date: Fri Oct 1 10:32:50 2010 +0000 bluefish-2.0.2-1-i686 *Version bump diff --git a/source/gnome-extra/bluefish/FrugalBuild b/source/gnome-extra/bluefish/FrugalBuild index 6e7df3a..82073c3 100644 --- a/source/gnome-extra/bluefish/FrugalBuild +++ b/source/gnome-extra/bluefish/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: voroskoi pkgname=bluefish -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=1 pkgdesc="Bluefish is a powerful editor for experienced web designers and programmers." url="http://bluefish.openoffice.nl" @@ -16,7 +16,7 @@ Finclude gnome-scriptlet archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump $url/download.html|grep 'latest stable version'|sed 's/.* \([0-9\.]*\)*.$/\1/'" source=(http://www.bennewitz.com/$pkgname/stable/source/$pkgname-$pkgver.tar.bz2) -sha1sums=('5e00afd98cc65b41140188525031bba39c196e91') +sha1sums=('4483b4f011d2f227fd0235512330162447a68201') Fconfopts="${Fconfopts[@]} --disable-update-databases \ --disable-xml-catalog-update" build() { From devil505linux at gmail.com Fri Oct 1 10:08:25 2010 From: devil505linux at gmail.com (Devil505) Date: Fri, 1 Oct 2010 10:08:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: Misfitmodel3D a simple but powerful 3D editor (with md2 support) Message-ID: <20101001080825.A1510132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f926dd620565c59fb917e50d81b83260f8102f4b commit f926dd620565c59fb917e50d81b83260f8102f4b Author: Francois Biot Date: Thu Sep 30 23:22:10 2010 +0200 Misfitmodel3D a simple but powerful 3D editor (with md2 support) diff --git a/source/xapps-extra/misfitmodel3d/FrugalBuild b/source/xapps-extra/misfitmodel3d/FrugalBuild new file mode 100644 index 0000000..27a8996 --- /dev/null +++ b/source/xapps-extra/misfitmodel3d/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: ~0.05 SBU +# Contributor: hsaturn +# Maintainer: Devil505 + +pkgname=misfitmodel3d +pkgver=1.3.8a +pkgrel=1 +pkgdesc="Misfit Model 3d is an open gl based 3D editor" +#depends=( 'freeglut' 'libqtcore' 'libqtgui' 'libqtopengl' 'libuuid' 'libqtnetwork' 'libqt3support' ) +depends=('qt4' 'qt4-tools' 'libqtgui' 'libqt3support' 'freeglut' 'libqtopengl') +groups=('xapps-extra') +archs=('i686') +_F_sourceforge_name="mm3d" +_F_cd_path="$_F_sourceforge_name-$pkgver" +Finclude sourceforge +sha1sums=('8ad6fe85dc3d8327933660382fa9491ab0a5cf8d') +# optimization OK From devil505linux at gmail.com Fri Oct 1 10:08:25 2010 From: devil505linux at gmail.com (Devil505) Date: Fri, 1 Oct 2010 10:08:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: Removed the qt4 metapackage Message-ID: <20101001080825.B36FC132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a2a8ae07a868c29f6e9253a1395c1d9504597c04 commit a2a8ae07a868c29f6e9253a1395c1d9504597c04 Author: Francois Biot Date: Fri Oct 1 08:05:02 2010 +0200 Removed the qt4 metapackage diff --git a/source/xapps-extra/misfitmodel3d/FrugalBuild b/source/xapps-extra/misfitmodel3d/FrugalBuild index 27a8996..b76720f 100644 --- a/source/xapps-extra/misfitmodel3d/FrugalBuild +++ b/source/xapps-extra/misfitmodel3d/FrugalBuild @@ -6,8 +6,7 @@ pkgname=misfitmodel3d pkgver=1.3.8a pkgrel=1 pkgdesc="Misfit Model 3d is an open gl based 3D editor" -#depends=( 'freeglut' 'libqtcore' 'libqtgui' 'libqtopengl' 'libuuid' 'libqtnetwork' 'libqt3support' ) -depends=('qt4' 'qt4-tools' 'libqtgui' 'libqt3support' 'freeglut' 'libqtopengl') +depends=('qt4-tools' 'libqtgui' 'libqt3support' 'freeglut' 'libqtopengl') groups=('xapps-extra') archs=('i686') _F_sourceforge_name="mm3d" From devil505linux at gmail.com Fri Oct 1 10:10:10 2010 From: devil505linux at gmail.com (Devil505) Date: Fri, 1 Oct 2010 10:10:10 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * added symlink on gitweb for the artwork git repo Message-ID: <20101001081010.DD45B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=6a9b9f69e7cf6867253c60d3db9e84cdc0297188 commit 6a9b9f69e7cf6867253c60d3db9e84cdc0297188 Author: Devil505 Date: Fri Oct 1 10:09:45 2010 +0200 * added symlink on gitweb for the artwork git repo diff --git a/git/repos/artwork b/git/repos/artwork new file mode 120000 index 0000000..ebd0497 --- /dev/null +++ b/git/repos/artwork @@ -0,0 +1 @@ +/pub/other/people/devil505/artwork \ No newline at end of file From bouleetbil at frogdev.info Fri Oct 1 11:27:59 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 11:27:59 +0200 (CEST) Subject: [Frugalware-git] gnometesting: deluge-1.3.0-1-i686 Message-ID: <20101001092759.96EED132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b75280ac63c8789d2716399aebdc45167fb18420 commit b75280ac63c8789d2716399aebdc45167fb18420 Author: bouleetbil Date: Fri Oct 1 11:59:16 2010 +0000 deluge-1.3.0-1-i686 *Version bump diff --git a/source/gnome-extra/deluge/FrugalBuild b/source/gnome-extra/deluge/FrugalBuild index 8b0f36d..f3f8982 100644 --- a/source/gnome-extra/deluge/FrugalBuild +++ b/source/gnome-extra/deluge/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: Artur Grunau pkgname=deluge -pkgver=1.2.3 -pkgrel=2 +pkgver=1.3.0 +pkgrel=1 pkgdesc="BitTorrent client written in Python and GTK+." url="http://deluge-torrent.org/" depends=('pygtk' 'pyxdg' 'libboost-mt>=1.37.0' 'notify-python' 'notification-daemon' 'setuptools' 'librsvg' \ @@ -17,6 +17,6 @@ up2date="Flasttar http://download.deluge-torrent.org/source/" source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.bz2) _F_gnome_iconcache=y Finclude gnome-scriptlet -sha1sums=('3b6d727b7f4ce98734f3b980982c85515783c351') +sha1sums=('8acefff67bd82e38314b43887bd5f10da9a12052') # optimization OK From bouleetbil at frogdev.info Fri Oct 1 12:01:15 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 12:01:15 +0200 (CEST) Subject: [Frugalware-git] gnometesting: seed-2.31.91-2-i686 *rebuild with webkit>=1.3.4 Message-ID: <20101001100115.E55D7132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e50080c958c02ff511f7d31082e7d2596897a223 commit e50080c958c02ff511f7d31082e7d2596897a223 Author: bouleetbil Date: Fri Oct 1 12:32:23 2010 +0000 seed-2.31.91-2-i686 *rebuild with webkit>=1.3.4 diff --git a/source/gnome-extra/seed/FrugalBuild b/source/gnome-extra/seed/FrugalBuild index 5a664fd..5efa7e1 100644 --- a/source/gnome-extra/seed/FrugalBuild +++ b/source/gnome-extra/seed/FrugalBuild @@ -3,9 +3,9 @@ pkgname=seed pkgver=2.31.91 -pkgrel=1 +pkgrel=2 pkgdesc="Seed is a library and interpreter, dynamically bridging the WebKit JavaScriptCore engine." -depends=('webkit>=1.2.0-2' 'libffi' 'libsoup-gnome>=2.32.0' 'sqlite3' \ +depends=('webkit>=1.3.4' 'libffi' 'libsoup-gnome>=2.32.0' 'sqlite3' \ 'clutter-cairo' 'clutter-gtk' \ 'gnome-js-common' 'dbus-glib' 'libffi') makedepends=('gtk-doc' 'intltool' 'gobject-introspection>=0.9.0') From bouleetbil at frogdev.info Fri Oct 1 12:26:34 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 12:26:34 +0200 (CEST) Subject: [Frugalware-git] gnometesting: epiphany-2.30.6-3-i686 *rebuild with gnome 2.32 *replaces broken .... galeon Message-ID: <20101001102634.CEE93132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=3135c07bb858d0172f498991e7bfd5d404105ebf commit 3135c07bb858d0172f498991e7bfd5d404105ebf Author: bouleetbil Date: Fri Oct 1 12:53:32 2010 +0000 epiphany-2.30.6-3-i686 *rebuild with gnome 2.32 *replaces broken .... galeon diff --git a/source/gnome-extra/epiphany/FrugalBuild b/source/gnome-extra/epiphany/FrugalBuild index 99d940b..824093a 100644 --- a/source/gnome-extra/epiphany/FrugalBuild +++ b/source/gnome-extra/epiphany/FrugalBuild @@ -3,12 +3,12 @@ pkgname=epiphany pkgver=2.30.6 -pkgrel=2 +pkgrel=3 pkgdesc="GNOME webbrowser based on the WebKit rendering engine" url="http://www.gnome.org/projects/epiphany/" -depends=('libstdc++' 'dbus-x11' 'atk' 'libxslt' 'gnome-desktop>=2.30.0-2' 'startup-notification' \ +depends=('libstdc++' 'dbus-x11' 'atk' 'libxslt' 'gnome-desktop>=2.32.0' 'startup-notification' \ 'webkit' 'docbook-xsl' 'libsoup-gnome' 'seed>=2.30.0') -makedepends=('pygtk>=2.16.0' 'gtk-doc>=1.9' 'perl-xml-parser' 'python>=2.7' 'gir-repository' \ +makedepends=('pygtk>=2.16.0' 'gtk-doc>=1.9' 'perl-xml-parser' 'python>=2.7' 'gobject-introspection' \ 'gnome-python>=2.28.0' 'iso-codes' 'gnome-doc-utils>=0.16.0' 'intltool') _F_gnome_schemas=('/etc/gconf/schemas/epiphany.schemas' '/etc/gconf/schemas/epiphany-lockdown.schemas') @@ -23,5 +23,6 @@ Fconfopts="$Fconfopts --enable-seed --enable-introspection --disable-nss --di source=($source homepage.diff) sha1sums=('a4bde975f9b2b97d6aad14b4b8a715b40d19a155' \ '159658b8098bbffcf72782fc46b2f2ab05cec264') +replaces=('galeon') # optimization OK From bouleetbil at frogdev.info Fri Oct 1 12:38:56 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 12:38:56 +0200 (CEST) Subject: [Frugalware-git] gnometesting: epiphany-extensions-2.32.0-1-i686 Message-ID: <20101001103856.965BA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ff08f2bc2e96851dc2d693464048fe5f6c05d6e8 commit ff08f2bc2e96851dc2d693464048fe5f6c05d6e8 Author: bouleetbil Date: Fri Oct 1 13:10:13 2010 +0000 epiphany-extensions-2.32.0-1-i686 *Version bump diff --git a/source/gnome-extra/epiphany-extensions/FrugalBuild b/source/gnome-extra/epiphany-extensions/FrugalBuild index c95ef82..3a328bd 100644 --- a/source/gnome-extra/epiphany-extensions/FrugalBuild +++ b/source/gnome-extra/epiphany-extensions/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: Christian Hamar alias krix pkgname=epiphany-extensions -pkgver=2.30.2 -pkgrel=5 +pkgver=2.32.0 +pkgrel=1 pkgdesc="Extensions for epiphany web browser" url="http://www.gnome.org/projects/epiphany/extensions" -depends=('opensp' 'pcre' 'epiphany>=2.30.6') +depends=('opensp' 'pcre' 'epiphany>=2.30.6-3') makedepends=('perl-xml-parser' 'gnome-doc-utils>=0.16.0' 'intltool') _F_gnome_scrollkeeper="y" Finclude gnome gnome-scriptlet @@ -14,6 +14,6 @@ license="GPL2" groups=('gnome-extra') archs=('x86_64' 'i686' 'ppc') Fconfopts="$Fconfopts --with-extensions=really-all" -sha1sums=('e62bb53d17bf1ffc755c91061d4d8ea8eb880550') +sha1sums=('20541ea312d1860886a8d377f26779a9bbc99ca6') # optimization OK From bouleetbil at frogdev.info Fri Oct 1 13:14:13 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 13:14:13 +0200 (CEST) Subject: [Frugalware-git] gnometesting: evolution-2.32.0-2-i686 *replaces broken evolution-rss Message-ID: <20101001111413.4D27A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d233f9aabef113385f8fdeb81f152b924cbd293d commit d233f9aabef113385f8fdeb81f152b924cbd293d Author: bouleetbil Date: Fri Oct 1 13:44:56 2010 +0000 evolution-2.32.0-2-i686 *replaces broken evolution-rss diff --git a/source/gnome/evolution/FrugalBuild b/source/gnome/evolution/FrugalBuild index f514b69..9232b39 100644 --- a/source/gnome/evolution/FrugalBuild +++ b/source/gnome/evolution/FrugalBuild @@ -4,7 +4,7 @@ pkgname=evolution pkgver=2.32.0 evo_major=2.32 -pkgrel=1 +pkgrel=2 pkgdesc="Integrated mail, calendar and address book suite for GNOME" depends=('unique' \ 'gst-plugins-base' 'gtkimageview>=1.6.4-4') @@ -30,7 +30,7 @@ _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet url="http://www.gnome.org/projects/evolution/" #remove by upstream :/ -replaces=('evolution-conduit') +replaces=('evolution-conduit' 'evolution-rss') subpkgs=("${subpkgs[@]}" "$pkgname-pst") subdescs=("${subdescs[@]}" "PST importer plugin for Evolution") From bouleetbil at frogdev.info Fri Oct 1 13:23:49 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 13:23:49 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-scriptlet only one directory for register glib schemas Message-ID: <20101001112349.991D9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=39c149deeb59f1d31d497fa91cdd8eae9ba05943 commit 39c149deeb59f1d31d497fa91cdd8eae9ba05943 Author: bouleetbil Date: Fri Oct 1 13:21:16 2010 +0200 gnome-scriptlet only one directory for register glib schemas diff --git a/source/include/gnome-scriptlet.install b/source/include/gnome-scriptlet.install index 2fcdb0b..5020fbe 100644 --- a/source/include/gnome-scriptlet.install +++ b/source/include/gnome-scriptlet.install @@ -1,6 +1,5 @@ schemas=($_F_gnome_schemas) entries=($_F_gnome_entries) -glib=($_F_gnome_glib) post_install() { @@ -25,14 +24,11 @@ post_install() fi echo "done." fi - if [ ${#glib[*]} -gt 0 ]; then + if [ -n "$_F_gnome_glib" ]; then echo -n "loading schema glib entries... " - for entry in "${glib[@]}" ; do - glib-compile-schemas $glib /dev/null 2>&1 - done + glib-compile-schemas /usr/share/glib-2.0/schemas echo "done." fi - if [ -n "$_F_gnome_desktop" ]; then echo -n "updating desktop database..." if update-desktop-database > /dev/null 2>&1 ; then @@ -73,14 +69,11 @@ post_upgrade() } pre_remove() { - if [ ${#glib[*]} -gt 0 ]; then + if [ -n "$_F_gnome_glib" ]; then echo -n "loading schema glib entries... " - for entry in "${glib[@]}" ; do - glib-compile-schemas $glib /dev/null 2>&1 - done + glib-compile-schemas /usr/share/glib-2.0/schemas echo "done." fi - if [ ${#schemas[*]} -gt 0 ]; then echo -n "updating gconf schemas... " for schema in "${schemas[@]}" ; do diff --git a/source/include/gnome-scriptlet.sh b/source/include/gnome-scriptlet.sh index 908342b..0a89d54 100644 --- a/source/include/gnome-scriptlet.sh +++ b/source/include/gnome-scriptlet.sh @@ -36,7 +36,7 @@ # # == OPTIONS # * _F_gnome_schemas() - if declared, gconf will be called to register them -# * _F_gnome_glib() - if declared, glib2 will be called to register them +# * _F_gnome_glib() - set to "y" for register schemas glib into /usr/share/glib-2.0/schemas # * _F_gnome_entries() - same as above except for gconf .entries files # * _F_gnome_desktop - set to "y" if your package provides a .desktop file # * _F_gnome_scrollkeeper - set to "y" if you want to run rarian @@ -120,17 +120,7 @@ Fbuild_gnome_scriptlet() done fi Fsed '$_F_gnome_entries' "$str" ${Fsrcdir%/src}/$_F_gnome_scriptlet - if [ -n "$_F_gnome_glib" ]; then - for i in "${_F_gnome_glib[@]}" - do - if [ -z "$str" ]; then - str="'$i'\n" - else - str="$str\t'$i'\n" - fi - done - fi - Fsed '$_F_gnome_glib' "$str" ${Fsrcdir%/src}/$_F_gnome_scriptlet + Fsed '$_F_gnome_glib' "$_F_gnome_glib" ${Fsrcdir%/src}/$_F_gnome_scriptlet Fsed '$_F_gnome_desktop' "$_F_gnome_desktop" ${Fsrcdir%/src}/$_F_gnome_scriptlet Fsed '$_F_gnome_scrollkeeper' "$_F_gnome_scrollkeeper" ${Fsrcdir%/src}/$_F_gnome_scriptlet Fsed '$_F_gnome_mime' "$_F_gnome_mime" ${Fsrcdir%/src}/$_F_gnome_scriptlet From bouleetbil at frogdev.info Fri Oct 1 13:23:49 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 13:23:49 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-keyring-2.32.0-4-x86_64 *use new gnome-scriplet Message-ID: <20101001112349.A5654132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1878a9350a27132508542f9a1caa73ea39c2f891 commit 1878a9350a27132508542f9a1caa73ea39c2f891 Author: bouleetbil Date: Fri Oct 1 13:22:13 2010 +0200 gnome-keyring-2.32.0-4-x86_64 *use new gnome-scriplet diff --git a/source/gnome/gnome-keyring/FrugalBuild b/source/gnome/gnome-keyring/FrugalBuild index f58231b..d266870 100644 --- a/source/gnome/gnome-keyring/FrugalBuild +++ b/source/gnome/gnome-keyring/FrugalBuild @@ -3,15 +3,14 @@ pkgname=gnome-keyring pkgver=2.32.0 -pkgrel=3 +pkgrel=4 pkgdesc="Password and keyring managing daemon for GNOME" url="http://www.gnome.org/" depends=('gtk+2' 'dbus-glib>=0.76-1' 'hal' 'libtasn1>=1.4' 'gconf' 'pam' 'libgnome-keyring>=2.32.0') makedepends=('intltool' 'gtk-doc>=1.9') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') -_F_gnome_glib=('/usr/share/glib-2.0/schemas/org.gnome.crypto.cache.gschema.xml' \ - '/usr/share/glib-2.0/schemas/org.gnome.crypto.pgp.gschema.xml') +_F_gnome_glib="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --disable-gtk-doc --with-pam-dir=/lib/security --with-gtk=2.0" sha1sums=('84a6efab078ea696f06c042563ffde3bfc3618cc') From bouleetbil at frogdev.info Fri Oct 1 13:30:54 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 13:30:54 +0200 (CEST) Subject: [Frugalware-git] gnometesting: pywebkitgtk-1.1.8-3-x86_64 Message-ID: <20101001113054.E924C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=55a4ff36e20ba149314b5211ab696a68aba4ad64 commit 55a4ff36e20ba149314b5211ab696a68aba4ad64 Author: bouleetbil Date: Fri Oct 1 13:29:56 2010 +0200 pywebkitgtk-1.1.8-3-x86_64 *Rebuild with webkit>=1.3.4 diff --git a/source/xlib-extra/pywebkitgtk/FrugalBuild b/source/xlib-extra/pywebkitgtk/FrugalBuild index 072fe6c..bc51b13 100644 --- a/source/xlib-extra/pywebkitgtk/FrugalBuild +++ b/source/xlib-extra/pywebkitgtk/FrugalBuild @@ -3,9 +3,9 @@ pkgname=pywebkitgtk pkgver=1.1.8 -pkgrel=2 +pkgrel=3 pkgdesc="PyWebKitGtk provides an API for developers to program WebKit/Gtk using Python." -depends=('webkit>=1.1.8-2' 'pygtk>=2.16.0-4' 'python>=2.7') +depends=('webkit>=1.3.4' 'pygtk>=2.16.0-4' 'python>=2.7') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') Finclude googlecode python From bouleetbil at frogdev.info Fri Oct 1 13:33:13 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 13:33:13 +0200 (CEST) Subject: [Frugalware-git] gnometesting: webkit-sharp-0.3-2-x86_64 Message-ID: <20101001113313.ABCE9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=59f0f71c307d3da11b4598a2a3f0b6899a3f60ff commit 59f0f71c307d3da11b4598a2a3f0b6899a3f60ff Author: bouleetbil Date: Fri Oct 1 13:32:12 2010 +0200 webkit-sharp-0.3-2-x86_64 *Rebuild with webkit>=1.3.4 diff --git a/source/xlib-extra/webkit-sharp/FrugalBuild b/source/xlib-extra/webkit-sharp/FrugalBuild index 036293c..eaaf442 100644 --- a/source/xlib-extra/webkit-sharp/FrugalBuild +++ b/source/xlib-extra/webkit-sharp/FrugalBuild @@ -3,11 +3,11 @@ pkgname=webkit-sharp pkgver=0.3 -pkgrel=1 +pkgrel=2 pkgdesc="sharp webkit engine" url="http://www.go-mono.com" source=(ftp://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-${pkgver}.tar.bz2) -depends=('mono' 'webkit>=1.1.15.1' 'gtk-sharp') +depends=('mono' 'webkit>=1.3.4' 'gtk-sharp') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') From vmiklos at frugalware.org Fri Oct 1 13:33:19 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 1 Oct 2010 13:33:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: virtinst-0.500.4-4-i686 Message-ID: <20101001113319.92286132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e94fe3273a5a871927c62890ef74a4d8fa43ca7c commit e94fe3273a5a871927c62890ef74a4d8fa43ca7c Author: Miklos Vajna Date: Fri Oct 1 13:30:57 2010 +0200 virtinst-0.500.4-4-i686 - add missing urlgrabber dependency diff --git a/source/xlib-extra/virtinst/FrugalBuild b/source/xlib-extra/virtinst/FrugalBuild index f7d0512..8d5f1d7 100644 --- a/source/xlib-extra/virtinst/FrugalBuild +++ b/source/xlib-extra/virtinst/FrugalBuild @@ -5,10 +5,10 @@ pkgname=virtinst pkgver=0.500.4 -pkgrel=3 +pkgrel=4 pkgdesc="virtinst is a module to help in starting installations on Xen" url="http://virt-manager.et.redhat.com" -depends=('libvirt-python>=0.8.4') +depends=('libvirt-python>=0.8.4' 'urlgrabber') groups=('xlib-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://virt-manager.et.redhat.com/download.html | grep -m1 'virtinst [0-9]' | sed 's/.*virtinst //' | sed 's/ .*//'" From bouleetbil at frogdev.info Fri Oct 1 13:50:59 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 13:50:59 +0200 (CEST) Subject: [Frugalware-git] gnometesting: claws-webkit-plugin *dead package Message-ID: <20101001115059.27A2B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=0314e2f11d869f96d250da2dde3b7ebda2bfe5b7 commit 0314e2f11d869f96d250da2dde3b7ebda2bfe5b7 Author: bouleetbil Date: Fri Oct 1 13:48:24 2010 +0200 claws-webkit-plugin *dead package diff --git a/source/xlib-extra/claws-webkit-plugin/FrugalBuild b/source/xlib-extra/claws-webkit-plugin/FrugalBuild deleted file mode 100644 index 7c6f08b..0000000 --- a/source/xlib-extra/claws-webkit-plugin/FrugalBuild +++ /dev/null @@ -1,18 +0,0 @@ -# Compiling Time: 0.07 SBU -# Maintainer: Cedrick Hannier alias Cedynamix - -pkgname=claws-webkit-plugin -pkgver=0.9 -extraver=svn39 -pkgrel=8 -pkgdesc="WebKit/GTK+ Plugin for Claws Mail" -archs=('i686' 'x86_64') -url="http://blog.iwkse.homeunix.org/?p=4" -depends=('webkit>=1.1.18' 'claws-mail>=3.7.6') -groups=('xlib-extra') -up2date="lynx -dump http://www.rootshell.be/~iwkse/mayflower_plugin.html | grep svn | tail -1 | cut -d '-' -f 2 | cut -d 's' -f 1" -source=(http://www.rootshell.be/~iwkse/claws_mail_mayflower_plugin-0.9svn39.tar.gz) -sha1sums=('84a3caab5d60fb4b90fb2ad1a8f13056b6e94f66') -_F_cd_path="claws_mail_mayflower_plugin-0.9svn37" - -# optimization OK From bouleetbil at frogdev.info Fri Oct 1 13:50:59 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 13:50:59 +0200 (CEST) Subject: [Frugalware-git] gnometesting: claws-mail-3.7.6-3-x86_64 *replaces claws-webkit-plugin Message-ID: <20101001115059.38EC7132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1320720f56c2489414b1b143c3dc2fddaa520882 commit 1320720f56c2489414b1b143c3dc2fddaa520882 Author: bouleetbil Date: Fri Oct 1 13:49:01 2010 +0200 claws-mail-3.7.6-3-x86_64 *replaces claws-webkit-plugin diff --git a/source/xapps-extra/claws-mail/FrugalBuild b/source/xapps-extra/claws-mail/FrugalBuild index 90fd300..2629adc 100644 --- a/source/xapps-extra/claws-mail/FrugalBuild +++ b/source/xapps-extra/claws-mail/FrugalBuild @@ -4,7 +4,7 @@ pkgname=claws-mail pkgver=3.7.6 -pkgrel=2 +pkgrel=3 pkgdesc="The extended version of Sylpheed, a GTK+ based, lightweight, and fast e-mail client" groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') @@ -18,7 +18,7 @@ _F_sourceforge_realname="Claws Mail" _F_sourceforge_ext=".tar.bz2" _F_sourceforge_dirname="sylpheed-claws" conflicts=('sylpheed-claws' 'claws-mail-plugin-smime') -replaces=('sylpheed-claws' 'claws-mail-plugin-smime') +replaces=('sylpheed-claws' 'claws-mail-plugin-smime' 'claws-webkit-plugin') provides=('sylpheed-claws' 'claws-mail-plugin-smime') Finclude sourceforge url="http://www.claws-mail.org/" From bouleetbil at frogdev.info Fri Oct 1 13:54:59 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 13:54:59 +0200 (CEST) Subject: [Frugalware-git] gnometesting: uzbl-2010.04.03-2-x86_64 Message-ID: <20101001115459.71F68132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=6b0974fb3ea7ba1edb7fb8c8151c3e652c219899 commit 6b0974fb3ea7ba1edb7fb8c8151c3e652c219899 Author: bouleetbil Date: Fri Oct 1 13:54:01 2010 +0200 uzbl-2010.04.03-2-x86_64 *Rebuild with webkit>=1.3.4 diff --git a/source/xapps-extra/uzbl/FrugalBuild b/source/xapps-extra/uzbl/FrugalBuild index e3be455..308e2b8 100644 --- a/source/xapps-extra/uzbl/FrugalBuild +++ b/source/xapps-extra/uzbl/FrugalBuild @@ -3,13 +3,13 @@ pkgname=uzbl pkgver=2010.04.03 -pkgrel=1 +pkgrel=2 pkgdesc="Uzbl - web interface tools which adhere to the unix philosophy." url="http://www.uzbl.org/" -depends=('webkit') +depends=('webkit>=1.3.4') rodepends=('hunspell') license="GPLv3" -archs=('i686') +archs=('i686' 'x86_64') groups=('xapps-extra') up2date="lynx -dump http://github.com/Dieterbe/uzbl/downloads |grep tgz |sed -ne 's/.*\(2.*\) \[.*tgz.*/\1/;1p'" source=(ftp://frugalware.org/pub/other/sources/${pkgname}/${pkgname}-${pkgver}.tar.xz) From bouleetbil at frogdev.info Fri Oct 1 14:03:00 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 14:03:00 +0200 (CEST) Subject: [Frugalware-git] gnometesting: kazehakase-0.5.8-3-x86_64 Message-ID: <20101001120300.EE23E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e887ebf82ce6c0c77ad812a4d126b230847f5911 commit e887ebf82ce6c0c77ad812a4d126b230847f5911 Author: bouleetbil Date: Fri Oct 1 14:01:52 2010 +0200 kazehakase-0.5.8-3-x86_64 *Rebuild with webkit>=1.3.4 diff --git a/source/xapps-extra/kazehakase/FrugalBuild b/source/xapps-extra/kazehakase/FrugalBuild index bdb49a9..200efa7 100644 --- a/source/xapps-extra/kazehakase/FrugalBuild +++ b/source/xapps-extra/kazehakase/FrugalBuild @@ -3,10 +3,10 @@ pkgname=kazehakase pkgver=0.5.8 -pkgrel=2 +pkgrel=3 pkgdesc="A browser with gecko engine" url="http://kazehakase.sourceforge.jp" -depends=('webkit>=1.2.0-2' 'gnutls' 'libxau>=1.0.4' 'libgcrypt' 'gnutls' 'libxml2' 'dbus-glib') +depends=('webkit>=1.3.4' 'libxau>=1.0.4' 'libgcrypt' 'gnutls' 'libxml2' 'dbus-glib') makedepends=('perl-xml-parser' 'intltool') groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') From bouleetbil at frogdev.info Fri Oct 1 14:14:02 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 14:14:02 +0200 (CEST) Subject: [Frugalware-git] gnometesting: shotwell-0.7.2-2-x86_64 Message-ID: <20101001121402.661E6132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=4957cf68f405dbb2fa681383d42f238f5909d5f6 commit 4957cf68f405dbb2fa681383d42f238f5909d5f6 Author: bouleetbil Date: Fri Oct 1 14:12:43 2010 +0200 shotwell-0.7.2-2-x86_64 *Rebuild with webkit>=1.3.4 diff --git a/source/gnome-extra/shotwell/FrugalBuild b/source/gnome-extra/shotwell/FrugalBuild index 20baf9c..42a6145 100644 --- a/source/gnome-extra/shotwell/FrugalBuild +++ b/source/gnome-extra/shotwell/FrugalBuild @@ -3,10 +3,10 @@ pkgname=shotwell pkgver=0.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="http://yorba.org/shotwell/" -depends=('libgee' 'gconf>=2.28.0' 'libgphoto2' 'unique' 'webkit' 'atk' 'libxslt' 'libxt' 'libice' 'libgcc' 'libxinerama' 'libxi' 'libxrandr' 'libxcursor' 'sqlite3' 'libsoup' 'libgudev' 'libgexiv2>=0.2.0' 'libraw') +depends=('libgee' 'gconf>=2.28.0' 'libgphoto2' 'unique' 'webkit>=1.3.4' 'atk' 'libxslt' 'libxt' 'libice' 'libgcc' 'libxinerama' 'libxi' 'libxrandr' 'libxcursor' 'sqlite3' 'libsoup' 'libgudev' 'libgexiv2>=0.2.0' 'libraw') makedepends=('vala' 'intltool') options=('scriptlet') _F_gnome_desktop="y" From bouleetbil at frogdev.info Fri Oct 1 14:18:18 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 14:18:18 +0200 (CEST) Subject: [Frugalware-git] gnometesting: liferea-1.7.4-4-x86_64 Message-ID: <20101001121818.88768132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=50f600692569e0e15f20af8c66638b62b5e73127 commit 50f600692569e0e15f20af8c66638b62b5e73127 Author: bouleetbil Date: Fri Oct 1 14:17:08 2010 +0200 liferea-1.7.4-4-x86_64 *Rebuild with webkit>=1.3.4 diff --git a/source/gnome-extra/liferea/FrugalBuild b/source/gnome-extra/liferea/FrugalBuild index ac0960b..f361259 100644 --- a/source/gnome-extra/liferea/FrugalBuild +++ b/source/gnome-extra/liferea/FrugalBuild @@ -3,12 +3,12 @@ pkgname=liferea pkgver=1.7.4 -pkgrel=3 +pkgrel=4 pkgdesc="Liferea is a news aggregator for online news feeds." license="GPL2" groups=('gnome-extra') archs=('i686' 'x86_64') -depends=('gconf' 'libxslt' 'libglade' 'webkit' 'libice' 'libnotify' 'atk' 'libxau' 'libxdmcp' 'zlib' \ +depends=('gconf' 'libxslt' 'libglade' 'webkit>=1.3.4' 'libice' 'libnotify' 'atk' 'libxau' 'libxdmcp' 'zlib' \ 'libxinerama' 'libxi' 'libxrandr' 'libxcursor' 'libxdamage' 'libjpeg>=8a' 'libxt' 'e2fsprogs' 'libgcc' 'lua' 'unique') makedepends=('intltool') options=('scriptlet') From bouleetbil at frogdev.info Fri Oct 1 14:24:57 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 14:24:57 +0200 (CEST) Subject: [Frugalware-git] gnometesting: midori-0.2.8-1-x86_64 Message-ID: <20101001122457.E224F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=00c375729c0dd4e6255cc14befc5245c864ef62d commit 00c375729c0dd4e6255cc14befc5245c864ef62d Author: bouleetbil Date: Fri Oct 1 14:23:51 2010 +0200 midori-0.2.8-1-x86_64 *Rebuild with webkit>=1.3.4 diff --git a/source/xapps-extra/midori/FWPackages_searchbar.diff b/source/xapps-extra/midori/FWPackages_searchbar.diff index 2b1f699..9d5f187 100644 --- a/source/xapps-extra/midori/FWPackages_searchbar.diff +++ b/source/xapps-extra/midori/FWPackages_searchbar.diff @@ -7,8 +7,8 @@ +[Frugalware] +name=Frugalware Packages +text=Packages for Frugalware Linux -+uri=http://frugalware.org/packages/?op=pkg&arch=i686&ver=current&srch=%s -+icon=http://frugalware.org/static/Frugalware_Packages.png ++uri=http://www.frugalware.org/packages/?op=pkg&arch=i686&ver=current&srch=%s ++icon=http://www.frugalware.org/static/Frugalware_Packages.png +token=fw + [Wikipedia] diff --git a/source/xapps-extra/midori/FrugalBuild b/source/xapps-extra/midori/FrugalBuild index 3014fab..4ee4b0d 100644 --- a/source/xapps-extra/midori/FrugalBuild +++ b/source/xapps-extra/midori/FrugalBuild @@ -10,7 +10,7 @@ source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2 \ Fix_Homepage.diff\ FWPackages_searchbar.diff) pkgdesc="A browser with webkit engine" -depends=('libsexy' 'gtk+2>=2.20.0-2' 'libxml2' 'webkit>=1.1.15.1' 'unique' 'libsoup>=2.28.0' 'dbus-x11') +depends=('libsexy' 'gtk+2>=2.20.0-2' 'libxml2' 'webkit>=1.3.4' 'unique' 'libsoup>=2.28.0' 'dbus-x11') makedepends=('intltool' 'gnome-doc-utils' 'git' 'vala') groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') @@ -22,7 +22,7 @@ options=('scriptlet') Finclude gnome-scriptlet sha1sums=('0c74ef13a2e104a17307f82d41d45b642f794ae7' \ '22cd3ef3c214770774b22e370fdb8a83bb5a7932' \ - '0dade4dbb55953dc1fa10d21a7b8d8dd4c635fa7') + '731b829af2400a716b106c7940a965b789eb3257') Fconfopts="--prefix=$Fprefix" build() From vmiklos at frugalware.org Fri Oct 1 14:49:19 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 1 Oct 2010 14:49:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: qemu-kvm-0.12.5-1-i686 Message-ID: <20101001124919.3D2F9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=989678cb93005a6ffb483661a3ad0d4c892358b0 commit 989678cb93005a6ffb483661a3ad0d4c892358b0 Author: Miklos Vajna Date: Fri Oct 1 14:47:03 2010 +0200 qemu-kvm-0.12.5-1-i686 - version bump diff --git a/source/xapps-extra/qemu-kvm/FrugalBuild b/source/xapps-extra/qemu-kvm/FrugalBuild index fb012bd..50015bc 100644 --- a/source/xapps-extra/qemu-kvm/FrugalBuild +++ b/source/xapps-extra/qemu-kvm/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=qemu-kvm -pkgver=0.12.3 +pkgver=0.12.5 pkgrel=1 pkgdesc="KVM is a kernel based virtual machine" groups=('xapps-extra') @@ -15,7 +15,7 @@ conflicts=('kvm') provides=('kvm') url="http://kvm.sourceforge.net" depends=('curl' 'gnutls' 'libgcrypt' 'cyrus-sasl' 'bluez>=4.61' 'pciutils' 'sdl' 'libx11' 'ncurses') -sha1sums=('235a790056a1b751791e64dd499129b2dbf55be8') +sha1sums=('c316ac8a1b040e28275bf34911fbce14209c1563') Fconfopts="--prefix=$Fprefix" From bouleetbil at frogdev.info Fri Oct 1 15:29:00 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 15:29:00 +0200 (CEST) Subject: [Frugalware-git] gnometesting: devhelp-2.32.0-2-x86_64 Message-ID: <20101001132900.602DA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5ebb319df9a484268babb72b2221abfe09dbe024 commit 5ebb319df9a484268babb72b2221abfe09dbe024 Author: bouleetbil Date: Fri Oct 1 15:27:51 2010 +0200 devhelp-2.32.0-2-x86_64 *Rebuild with webkit>=1.3.4 diff --git a/source/gnome-extra/devhelp/FrugalBuild b/source/gnome-extra/devhelp/FrugalBuild index 567b760..c93abf5 100644 --- a/source/gnome-extra/devhelp/FrugalBuild +++ b/source/gnome-extra/devhelp/FrugalBuild @@ -4,10 +4,10 @@ pkgname=devhelp pkgver=2.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="Developer API documentation browser" url="http://www.gnome.org/" -depends=('libglade' 'libwnck>=2.22.0-2' 'gconf>=2.32.0' 'xulrunner>=1.9.1.4-1' 'dbus-glib>=0.71-2' 'webkit' 'unique') +depends=('libglade' 'libwnck>=2.22.0-2' 'gconf>=2.32.0' 'xulrunner>=1.9.1.4-1' 'dbus-glib>=0.71-2' 'webkit>=1.3.4' 'unique') makedepends=('intltool') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') From bouleetbil at frogdev.info Fri Oct 1 15:51:15 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 15:51:15 +0200 (CEST) Subject: [Frugalware-git] gnometesting: evolution-2.32.0-3-x86_64 *replaces broken anjal Message-ID: <20101001135115.86707132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=38e4579dc07a3deee456a525be3b92cd7770bc3b commit 38e4579dc07a3deee456a525be3b92cd7770bc3b Author: bouleetbil Date: Fri Oct 1 15:50:09 2010 +0200 evolution-2.32.0-3-x86_64 *replaces broken anjal diff --git a/source/gnome/evolution/FrugalBuild b/source/gnome/evolution/FrugalBuild index 9232b39..37f8c8b 100644 --- a/source/gnome/evolution/FrugalBuild +++ b/source/gnome/evolution/FrugalBuild @@ -4,7 +4,7 @@ pkgname=evolution pkgver=2.32.0 evo_major=2.32 -pkgrel=2 +pkgrel=3 pkgdesc="Integrated mail, calendar and address book suite for GNOME" depends=('unique' \ 'gst-plugins-base' 'gtkimageview>=1.6.4-4') @@ -30,7 +30,7 @@ _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet url="http://www.gnome.org/projects/evolution/" #remove by upstream :/ -replaces=('evolution-conduit' 'evolution-rss') +replaces=('evolution-conduit' 'evolution-rss' 'anjal') subpkgs=("${subpkgs[@]}" "$pkgname-pst") subdescs=("${subdescs[@]}" "PST importer plugin for Evolution") From devil505linux at gmail.com Fri Oct 1 15:51:55 2010 From: devil505linux at gmail.com (Devil505) Date: Fri, 1 Oct 2010 15:51:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: kde-frugalware-4.4.8-1-i686 * version bump (modifications made by Centuri0) Message-ID: <20101001135155.88340132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c719b7102dadf263fb84fd4d2ac7b2c7ff252973 commit c719b7102dadf263fb84fd4d2ac7b2c7ff252973 Author: Devil505 Date: Fri Oct 1 15:44:42 2010 +0200 kde-frugalware-4.4.8-1-i686 * version bump (modifications made by Centuri0) diff --git a/source/kde/kde-frugalware/FrugalBuild b/source/kde/kde-frugalware/FrugalBuild index e96fc65..1915f7b 100644 --- a/source/kde/kde-frugalware/FrugalBuild +++ b/source/kde/kde-frugalware/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: crazy pkgname=kde-frugalware -pkgver=4.4.7 +pkgver=4.4.8 pkgrel=1 pkgdesc="KDE artwork for Frugalware Linux." url="http://ftp.frugalware.org/pub/other/kde/kde-frugalware/" depends=() #backup=('etc/kde/config/kdm/kdmrc') -rodepends=('sed' 'crystal' 'knemo>=0.4.6-3' 'kdeartwork-desktoptheme-slim-glow') +rodepends=('sed' 'crystal' 'knemo>=0.4.6-3') options=('nodocs') groups=('kde' 'kde-minimal') archs=('i686' 'x86_64' 'ppc') @@ -22,6 +22,7 @@ build() Fmkdir usr/share/apps/kdm/{themes,pics} Fmkdir usr/share/wallpapers Fmkdir usr/share/apps/ksplash/Themes + Fmkdir usr/share/apps/desktoptheme/ Fcd # Config files. Ffilerel config/* /etc/kde/config @@ -30,7 +31,7 @@ build() Fmessage "Installing Icon(s).." # Icons cp -Radv artwork/icons/* $Fdestdir/usr/share/kde/icons/ || Fdie - ##Fln /usr/share/kde/icons/Frugalware-KDE4 /usr/share/kde/icons/default.kde4 + ##Fln /usr/share/kde/icons/Frugalware-Nexon /usr/share/kde/icons/default.kde4 Fmessage "Installing Wallpaper(s).." # wallpaper @@ -38,14 +39,18 @@ build() Fmessage "Installing KDM Artwork.." # KDM - cp -Radv artwork/theme/kdm/frugalware $Fdestdir/usr/share/apps/kdm/themes/ || Fdie + cp -Radv artwork/theme/kdm/Frugalware-Nexon $Fdestdir/usr/share/apps/kdm/themes/ || Fdie cp -Radv artwork/theme/kdm/pics/* $Fdestdir/usr/share/apps/kdm/pics/ || Fdie Fmessage "Installing Ksplash Artwork.." ## Ksplash cp -Radv artwork/theme/ksplash/* $Fdestdir/usr/share/apps/ksplash/Themes/ || Fdie - Fln /usr/share/apps/ksplash/Themes/Frugalware /usr/share/apps/ksplash/Themes/Default + Fln /usr/share/apps/ksplash/Themes/Frugalware-Nexon /usr/share/apps/ksplash/Themes/Default + + Fmessage "Installing Plasma Theme.." + ## Plasma + cp -Radv artwork/theme/plasma/* $Fdestdir/usr/share/apps/desktoptheme/ || Fdie } -sha1sums=('139041b6094d64da7000e105a514748d3dfb8c06') +sha1sums=('7af1df9e6224856c97d126c87483866f433fb101') diff --git a/source/kde/kde-frugalware/kde-frugalware.install b/source/kde/kde-frugalware/kde-frugalware.install index f4d32ea..156d010 100644 --- a/source/kde/kde-frugalware/kde-frugalware.install +++ b/source/kde/kde-frugalware/kde-frugalware.install @@ -8,7 +8,7 @@ update_greetstring() # Language section. [ "$l" = "de" ] && greet="Wilkommen zu $os" [ "$l" = "fr" ] && greet="Bienvenue sur $os" - [ "$l" = "hu" ] && greet="??dv??zli a $os" + [ "$l" = "hu" ] && greet="??dv??zli a $os" [ "$l" = "it" ] && greet="$os Lei saluta" sed "s|^#\?GreetString=.*|GreetString=$greet|" -i /etc/kde/config/kdm/kdmrc @@ -19,7 +19,7 @@ post_install() { update_greetstring - sed 's|^Theme=.*|Theme=/usr/share/apps/kdm/themes/frugalware|g' -i /etc/kde/config/kdm/kdmrc + sed 's|^Theme=.*|Theme=/usr/share/apps/kdm/themes/Frugalware-Nexon|g' -i /etc/kde/config/kdm/kdmrc sed "s|^UseTheme=.*|UseTheme=true|g" -i /etc/kde/config/kdm/kdmrc [ -f /etc/sysconfig/desktop ] && \ sed 's|^#desktop="/usr/bin/kdm -nodaemon"$|desktop="/usr/bin/kdm -nodaemon"|' -i /etc/sysconfig/desktop @@ -40,4 +40,4 @@ pre_remove() op=$1 shift -$op $* +$op $* From bouleetbil at frogdev.info Fri Oct 1 16:08:15 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 16:08:15 +0200 (CEST) Subject: [Frugalware-git] gnometesting: rygel-0.8.1-1-i686 Message-ID: <20101001140815.1EEB2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ecea288661349268a4f482058f5382b2b2f17c46 commit ecea288661349268a4f482058f5382b2b2f17c46 Author: bouleetbil Date: Fri Oct 1 16:39:25 2010 +0000 rygel-0.8.1-1-i686 *Version bump diff --git a/source/gnome-extra/rygel/FrugalBuild b/source/gnome-extra/rygel/FrugalBuild index b49a4d2..a3df3f3 100644 --- a/source/gnome-extra/rygel/FrugalBuild +++ b/source/gnome-extra/rygel/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: bouleetbil pkgname=rygel -pkgver=0.6.0 +pkgver=0.8.1 pkgrel=1 pkgdesc="Implementation of the UPnP MediaServer" -depends=('libgee>=0.5.0' 'gupnp-vala>=0.6.2' 'gconf>=2.28.0' 'gstreamer') +depends=('libgee>=0.6.0' 'gupnp-vala>=0.6.2' 'gconf>=2.32.0' 'gstreamer' 'gupnp-dlna') makedepends=('intltool') groups=('gnome-extra') archs=('i686' 'x86_64') options=('scriptlet') Finclude gnome -sha1sums=('269aa2f125e31d216790e54f55987d39601d90a2') +sha1sums=('55a27eaaa2ce549bd1161b2ed39f0e6fd8e5699e') # optimization OK From bouleetbil at frogdev.info Fri Oct 1 16:10:02 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 16:10:02 +0200 (CEST) Subject: [Frugalware-git] gnometesting: brasero-2.32.0-2-x86_64 *use glib schema Message-ID: <20101001141002.1690B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5f4fcddc08eedde0668d605cf9295c97b9ec9390 commit 5f4fcddc08eedde0668d605cf9295c97b9ec9390 Author: bouleetbil Date: Fri Oct 1 16:07:45 2010 +0200 brasero-2.32.0-2-x86_64 *use glib schema diff --git a/source/gnome/brasero/FrugalBuild b/source/gnome/brasero/FrugalBuild index 50dc3f1..d038cd3 100644 --- a/source/gnome/brasero/FrugalBuild +++ b/source/gnome/brasero/FrugalBuild @@ -3,7 +3,7 @@ pkgname=brasero pkgver=2.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="A CD/DVD Burning application for the GNOME desktop." url="http://www.gnome.org/projects/brasero/" makedepends=('intltool' 'gnome-doc-utils') @@ -23,7 +23,7 @@ subrodepends=("$pkgname=$pkgver") subgroups=('gnome') subarchs=('i686 x86_64 ppc') -_F_gnome_schemas=('/etc/gconf/schemas/brasero.schemas') +_F_gnome_glib="y" _F_gnome_scrollkeeper="y" _F_gnome_desktop="n" _F_gnome_iconcache="y" From bouleetbil at frogdev.info Fri Oct 1 16:10:33 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 16:10:33 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-bluetooth-2.32.0-2-i686 *use glib schema Message-ID: <20101001141033.94B77132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c2b4283afbd4afebec8f9c105602c15d7a0f1ce9 commit c2b4283afbd4afebec8f9c105602c15d7a0f1ce9 Author: bouleetbil Date: Fri Oct 1 16:41:41 2010 +0000 gnome-bluetooth-2.32.0-2-i686 *use glib schema diff --git a/source/gnome-extra/gnome-bluetooth/FrugalBuild b/source/gnome-extra/gnome-bluetooth/FrugalBuild index e2be4c2..9aabc83 100644 --- a/source/gnome-extra/gnome-bluetooth/FrugalBuild +++ b/source/gnome-extra/gnome-bluetooth/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-bluetooth pkgver=2.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="The GNOME Bluetooth Subsystem." url="http://www.usefulinc.com/software/gnome-bluetooth/" makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils') @@ -12,7 +12,7 @@ depends=('bluez>=4.61' 'gob2' 'pygtk' \ 'gnome-panel>=2.30.0-2' 'unique') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') -_F_gnome_schemas=('/etc/gconf/schemas/bluetooth-manager.schemas') +_F_gnome_glib="y" _F_gnome_scrollkeeper="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet From bouleetbil at frogdev.info Fri Oct 1 16:12:58 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 16:12:58 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gsettings-desktop-schemas-0.0.1-2-x86_64 Message-ID: <20101001141258.E2A38132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e6878830983781b0a84a818bbd56ee462efbc9e1 commit e6878830983781b0a84a818bbd56ee462efbc9e1 Author: bouleetbil Date: Fri Oct 1 16:11:50 2010 +0200 gsettings-desktop-schemas-0.0.1-2-x86_64 *use glib schema diff --git a/source/gnome/gsettings-desktop-schemas/FrugalBuild b/source/gnome/gsettings-desktop-schemas/FrugalBuild index acea9fa..52e1e8a 100644 --- a/source/gnome/gsettings-desktop-schemas/FrugalBuild +++ b/source/gnome/gsettings-desktop-schemas/FrugalBuild @@ -3,12 +3,13 @@ pkgname=gsettings-desktop-schemas pkgver=0.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Collection??of??GSettings??schemas??for??GNOME??desktop" depends=('glib2') makedepends=('intltool' 'gnome-doc-utils>=0.10.3') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') -Finclude gnome +_F_gnome_glib="y" +Finclude gnome gnome-scriptlet sha1sums=('1bd7d322c19b0070e9fe6fae65f587cf0ebfc850') From bouleetbil at frogdev.info Fri Oct 1 16:17:57 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 16:17:57 +0200 (CEST) Subject: [Frugalware-git] gnometesting: webkit-1.3.4-2-i686 *use glib schemas Message-ID: <20101001141757.427A9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=f239e0f3cf2d0949f52e736e5f143fa010be0dd0 commit f239e0f3cf2d0949f52e736e5f143fa010be0dd0 Author: bouleetbil Date: Fri Oct 1 16:49:03 2010 +0000 webkit-1.3.4-2-i686 *use glib schemas diff --git a/source/xlib-extra/webkit/FrugalBuild b/source/xlib-extra/webkit/FrugalBuild index b81c640..4a42a74 100644 --- a/source/xlib-extra/webkit/FrugalBuild +++ b/source/xlib-extra/webkit/FrugalBuild @@ -3,7 +3,7 @@ pkgname=webkit pkgver=1.3.4 -pkgrel=1 +pkgrel=2 pkgdesc="Open source web browser engine that's used by Safari" url="http://www.webkit.org" depends=('sqlite3' 'gtk+2>=2.20.0-2' 'icu4c>=4.2' 'libsoup>=2.30.0' 'libpng>=1.4.1' 'gperf' @@ -14,6 +14,8 @@ archs=('i686' 'x86_64' 'ppc') source=(http://webkitgtk.org/$pkgname-$pkgver.tar.gz) up2date="lynx -dump -source http://webkitgtk.org/?page=download | Flasttar" options=('scriptlet') +_F_gnome_glib="y" +Finclude gnome-scriptlet Fconfopts="${Fconfopts[@]} --enable-icon-database --enable-svg \ --enable-video \ --enable-svg-as-image --enable-svg-animation \ From bouleetbil at frogdev.info Fri Oct 1 16:26:21 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 16:26:21 +0200 (CEST) Subject: [Frugalware-git] gnometesting: evince-2.32.0-2-x86_64 Message-ID: <20101001142621.7FC0E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b6cb99c7d6d8c4800c8176efe537aef1f7119430 commit b6cb99c7d6d8c4800c8176efe537aef1f7119430 Author: bouleetbil Date: Fri Oct 1 16:24:40 2010 +0200 evince-2.32.0-2-x86_64 *use glib schema diff --git a/source/gnome/evince/FrugalBuild b/source/gnome/evince/FrugalBuild index 37ead0e..96f8664 100644 --- a/source/gnome/evince/FrugalBuild +++ b/source/gnome/evince/FrugalBuild @@ -3,7 +3,7 @@ pkgname=evince pkgver=2.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="A document viewer for GNOME" depends=('libgnomeui>=2.24.3' 'poppler-glib>=0.14.3' 'rarian' 'desktop-file-utils' \ 't1lib' 'dbus-glib>=0.76' 'djvulibre' 'libspectre' 'lcms') @@ -12,12 +12,7 @@ makedepends=('intltool' 'gnome-doc-utils' 'perl-xml-parser' \ replaces=('gpdf') groups=('gnome') archs=('i686' 'x86_64' 'ppc') -_F_gnome_schemas=('/etc/gconf/schemas/evince.schemas' - '/etc/gconf/schemas/evince-thumbnailer.schemas' - '/etc/gconf/schemas/evince-thumbnailer-djvu.schemas' - '/etc/gconf/schemas/evince-thumbnailer-ps.schemas' - '/etc/gconf/schemas/evince-thumbnailer-comics.schemas' - '/etc/gconf/schemas/evince-thumbnailer-dvi.schemas') +_F_gnome_glib="y" _F_gnome_iconcache="y" _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" From bouleetbil at frogdev.info Fri Oct 1 16:32:43 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 16:32:43 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gcalctool-5.32.0-2-x86_64 Message-ID: <20101001143243.A10E1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=814ffa90589474fe54521c9ed8b2b4ba0013ac49 commit 814ffa90589474fe54521c9ed8b2b4ba0013ac49 Author: bouleetbil Date: Fri Oct 1 16:31:34 2010 +0200 gcalctool-5.32.0-2-x86_64 *use glib schema diff --git a/source/gnome/gcalctool/FrugalBuild b/source/gnome/gcalctool/FrugalBuild index bad0bf50..07806a3 100644 --- a/source/gnome/gcalctool/FrugalBuild +++ b/source/gnome/gcalctool/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gcalctool pkgver=5.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="A scientific calculator for GNOME" url="http://www.gnome.org/" depends=('rarian' 'libsoup' 'gtk+2>=2.22.0' 'gconf>=2.32.0' 'libglade>=2.6.4-2') @@ -12,7 +12,7 @@ makedepends=('intltool' 'gnome-doc-utils>=0.16.0') groups=('gnome') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') -_F_gnome_schemas=('/etc/gconf/schemas/gcalctool.schemas') +_F_gnome_glib="y" _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet From bouleetbil at frogdev.info Fri Oct 1 16:45:26 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 16:45:26 +0200 (CEST) Subject: [Frugalware-git] gnometesting: nautilus-sendto-2.32.0-2-x86_64 Message-ID: <20101001144526.EEB04132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b82cf583bf9e6c4165f0534c7d998b6cab592621 commit b82cf583bf9e6c4165f0534c7d998b6cab592621 Author: bouleetbil Date: Fri Oct 1 16:44:20 2010 +0200 nautilus-sendto-2.32.0-2-x86_64 *use glib schema diff --git a/source/gnome/nautilus-sendto/FrugalBuild b/source/gnome/nautilus-sendto/FrugalBuild index eb3d8ba..de269d5 100644 --- a/source/gnome/nautilus-sendto/FrugalBuild +++ b/source/gnome/nautilus-sendto/FrugalBuild @@ -3,7 +3,7 @@ pkgname=nautilus-sendto pkgver=2.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="A plugin to send files to other apps from Nautilus." url="http://www.gnome.org/" depends=('nautilus>=2.32.0' 'evolution-data-server>=2.32.0') @@ -11,7 +11,7 @@ makedepends=('intltool' 'perl-xml-parser' 'pidgin>=2.5.6-2' 'claws-mail>=3.7.1-3 groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_iconcache="y" -_F_gnome_schemas=('/etc/gconf/schemas/nst.schemas') +_F_gnome_glib="y" Finclude gnome gnome-scriptlet sha1sums=('d02d13896bbb6ea4ee358401359b1c51eaa5c898') From bouleetbil at frogdev.info Fri Oct 1 16:52:45 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 16:52:45 +0200 (CEST) Subject: [Frugalware-git] gnometesting: cups-1.3.11-6-x86_64 Message-ID: <20101001145245.E0A36132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=097d98c1fdf1992c389390aec14ee97c59180261 commit 097d98c1fdf1992c389390aec14ee97c59180261 Author: bouleetbil Date: Fri Oct 1 16:51:10 2010 +0200 cups-1.3.11-6-x86_64 *rebuild with poppler 0.14.3 diff --git a/source/apps/cups/FrugalBuild b/source/apps/cups/FrugalBuild index 4bcf49d..ecc05250 100644 --- a/source/apps/cups/FrugalBuild +++ b/source/apps/cups/FrugalBuild @@ -4,11 +4,11 @@ pkgname=cups pkgver=1.3.11 -pkgrel=5 +pkgrel=6 pkgdesc="The CUPS Printing System" url="http://www.cups.org/" depends=('libtiff' 'libpng>=1.4.1' 'libjpeg>=8a') -makedepends=('poppler-pdftools' 'openssl>=1.0.0') +makedepends=('poppler-pdftools>=0.14.3' 'openssl>=1.0.0') rodepends=('libcups') groups=('apps') archs=('i686' 'x86_64' 'ppc') From bouleetbil at frogdev.info Fri Oct 1 18:41:45 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 18:41:45 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-session-2.32.0-3-x86_64 *added usemode support Message-ID: <20101001164145.7C217132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=12364f75a8b17859a08d96540899591b7da32fb7 commit 12364f75a8b17859a08d96540899591b7da32fb7 Author: bouleetbil Date: Fri Oct 1 18:40:27 2010 +0200 gnome-session-2.32.0-3-x86_64 *added usemode support diff --git a/source/gnome/gnome-session/FrugalBuild b/source/gnome/gnome-session/FrugalBuild index b1be277..376cb17 100644 --- a/source/gnome/gnome-session/FrugalBuild +++ b/source/gnome/gnome-session/FrugalBuild @@ -5,9 +5,9 @@ pkgname=gnome-session pkgver=2.32.0 -pkgrel=2 +pkgrel=3 pkgdesc="GNOME session manager" -depends=('gnome-desktop>=2.32.0' 'polkit' 'upower' 'gconf-gtk' \ +depends=('gnome-desktop>=2.32.0' 'polkit' 'upower' 'gconf-gtk' 'usermode' \ 'dbus-glib>=0.76' 'gnome-control-center>=2.32.0' 'libnotify' 'gnome-keyring>=2.32.0') makedepends=('intltool' 'gnome-common') rodepends=('consolekit-x11') From bouleetbil at frogdev.info Fri Oct 1 18:44:43 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 1 Oct 2010 18:44:43 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gvfs-1.6.4-2-x86_64 *disable gdu support (break gnome) *should be disable into current can break automount with hal *devil505 ^ :p Message-ID: <20101001164443.80503132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=cf1505c69900a75e962a9a634b23728dcc0ac331 commit cf1505c69900a75e962a9a634b23728dcc0ac331 Author: bouleetbil Date: Fri Oct 1 18:42:00 2010 +0200 gvfs-1.6.4-2-x86_64 *disable gdu support (break gnome) *should be disable into current can break automount with hal *devil505 ^ :p diff --git a/source/xapps/gvfs/FrugalBuild b/source/xapps/gvfs/FrugalBuild index ec611d4..47e7b8f 100644 --- a/source/xapps/gvfs/FrugalBuild +++ b/source/xapps/gvfs/FrugalBuild @@ -3,13 +3,13 @@ pkgname=gvfs pkgver=1.6.4 -pkgrel=1 +pkgrel=2 pkgdesc="gvfs is a userspace virtual filesystem designed to work with the i/o abstractions of gio." url="http://www.gnome.org/" depends=('glib2>=2.20.1' 'dbus' 'avahi-glib' 'avahi' 'hal') makedepends=('intltool' 'gnome-doc-utils' 'samba' 'fuse' 'libsoup>=2.32.0' 'gconf' \ 'gnome-keyring>=2.30.0' 'libcdio' 'gphoto2' 'obexftp>=0.23-2' \ - 'bluez>=4.61' 'expat' 'openssh>=5.6p1' 'gnome-disk-utility>=2.32.0') + 'bluez>=4.61' 'expat' 'openssh>=5.6p1') groups=('xapps') archs=('i686' 'x86_64' 'ppc') Finclude gnome @@ -48,7 +48,7 @@ Fconfopts="$Fconfopts \ --enable-samba \ --enable-archive \ --enable-bash-completion \ - --enable-gdu" + --disable-gdu" build(){ Fcd From vmiklos at frugalware.org Fri Oct 1 19:12:27 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 1 Oct 2010 19:12:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: kernel-2.6.35-4-i686 Message-ID: <20101001171227.479F9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0ed1b81819260d868ac89c23ec3ed9f7c965772f commit 0ed1b81819260d868ac89c23ec3ed9f7c965772f Author: Miklos Vajna Date: Fri Oct 1 19:09:36 2010 +0200 kernel-2.6.35-4-i686 - update to patchlevel '.7' - build in virtio support to be able to boot from such devices diff --git a/source/base/kernel/config.i686 b/source/base/kernel/config.i686 index 38a0e98..76d3b99 100644 --- a/source/base/kernel/config.i686 +++ b/source/base/kernel/config.i686 @@ -1422,7 +1422,7 @@ CONFIG_CDROM_PKTCDVD=m CONFIG_CDROM_PKTCDVD_BUFFERS=8 CONFIG_CDROM_PKTCDVD_WCACHE=y CONFIG_ATA_OVER_ETH=m -CONFIG_VIRTIO_BLK=m +CONFIG_VIRTIO_BLK=y # CONFIG_BLK_DEV_HD is not set CONFIG_MISC_DEVICES=y CONFIG_AD525X_DPOT=m diff --git a/source/base/kernel/config.x86_64 b/source/base/kernel/config.x86_64 index 4a22197..a8f7d4f 100644 --- a/source/base/kernel/config.x86_64 +++ b/source/base/kernel/config.x86_64 @@ -1409,7 +1409,7 @@ CONFIG_CDROM_PKTCDVD=m CONFIG_CDROM_PKTCDVD_BUFFERS=8 CONFIG_CDROM_PKTCDVD_WCACHE=y CONFIG_ATA_OVER_ETH=m -CONFIG_VIRTIO_BLK=m +CONFIG_VIRTIO_BLK=y # CONFIG_BLK_DEV_HD is not set CONFIG_MISC_DEVICES=y CONFIG_AD525X_DPOT=m diff --git a/source/include/kernel-version.sh b/source/include/kernel-version.sh index 605d8bc..74a164e 100644 --- a/source/include/kernel-version.sh +++ b/source/include/kernel-version.sh @@ -16,8 +16,8 @@ # * _F_kernelver_stable: the number of the -stable patch to use (if any) ### _F_kernelver_ver=2.6.35 -_F_kernelver_rel=3 -_F_kernelver_stable=5 +_F_kernelver_rel=4 +_F_kernelver_stable=7 ### # == APPENDED VALUES From kooda at upyum.com Fri Oct 1 20:11:11 2010 From: kooda at upyum.com (Kooda) Date: Fri, 1 Oct 2010 20:11:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: quvi-0.2.5-1-i686 Message-ID: <20101001181111.E6304132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f3fae6baedc3e2f7df2147001b3300f352a65a5f commit f3fae6baedc3e2f7df2147001b3300f352a65a5f Author: Kooda Date: Fri Oct 1 20:09:56 2010 +0200 quvi-0.2.5-1-i686 * Version bump diff --git a/source/lib-extra/quvi/FrugalBuild b/source/lib-extra/quvi/FrugalBuild index ca8f4fd..678dfa3 100644 --- a/source/lib-extra/quvi/FrugalBuild +++ b/source/lib-extra/quvi/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Kooda pkgname=quvi -pkgver=0.2.4 +pkgver=0.2.5 pkgrel=1 pkgdesc="A cross-platform library for parsing Adobe flash video download links with C API" depends=('lua' 'curl>=7.20.0-2' 'pcre') @@ -10,7 +10,7 @@ groups=('lib-extra') archs=('i686' 'x86_64') _F_googlecode_ext=".tar.bz2" Finclude googlecode -sha1sums=('e10d5b508a5a30b133af66fba175a401f04b6e86') +sha1sums=('0bfc74562b10b4a901c7d46ce8c8a7d754599862') # optimization OK From vmiklos at frugalware.org Fri Oct 1 21:05:50 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 1 Oct 2010 21:05:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: kernel-2.6.35-4-i686 Message-ID: <20101001190550.44027132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=83248a6655e3bda8a1b88b96cff1a510dbf1636d commit 83248a6655e3bda8a1b88b96cff1a510dbf1636d Author: Miklos Vajna Date: Fri Oct 1 21:03:03 2010 +0200 kernel-2.6.35-4-i686 - no rebuild - build in more virtio drivers diff --git a/source/base/kernel/config.i686 b/source/base/kernel/config.i686 index 76d3b99..65f1c6d 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.35 -# Wed Aug 4 20:05:40 2010 +# Linux kernel version: 2.6.35.7 +# Fri Oct 1 19:50:46 2010 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -60,6 +60,7 @@ CONFIG_X86_TRAMPOLINE=y CONFIG_X86_32_LAZY_GS=y CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" CONFIG_KTIME_SCALAR=y +CONFIG_ARCH_CPU_PROBE_RELEASE=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" CONFIG_CONSTRUCTORS=y @@ -2375,7 +2376,7 @@ CONFIG_NETCONSOLE_DYNAMIC=y CONFIG_NETPOLL=y CONFIG_NETPOLL_TRAP=y CONFIG_NET_POLL_CONTROLLER=y -CONFIG_VIRTIO_NET=m +CONFIG_VIRTIO_NET=y CONFIG_VMXNET3=m CONFIG_ISDN=y CONFIG_ISDN_I4L=m @@ -5209,6 +5210,7 @@ CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_PCOMP=y CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_MANAGER2=y +CONFIG_CRYPTO_MANAGER_TESTS=y CONFIG_CRYPTO_GF128MUL=m CONFIG_CRYPTO_NULL=m # CONFIG_CRYPTO_PCRYPT is not set @@ -5315,8 +5317,8 @@ CONFIG_VHOST_NET=m # CONFIG_LGUEST is not set CONFIG_VIRTIO=y CONFIG_VIRTIO_RING=y -CONFIG_VIRTIO_PCI=m -CONFIG_VIRTIO_BALLOON=m +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTIO_BALLOON=y CONFIG_BINARY_PRINTF=y # diff --git a/source/base/kernel/config.x86_64 b/source/base/kernel/config.x86_64 index a8f7d4f..6d98519 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.35 -# Tue Aug 3 02:09:17 2010 +# Linux kernel version: 2.6.35.7 +# Fri Oct 1 21:02:02 2010 # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -60,6 +60,7 @@ CONFIG_X86_HT=y CONFIG_X86_TRAMPOLINE=y CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11" # CONFIG_KTIME_SCALAR is not set +CONFIG_ARCH_CPU_PROBE_RELEASE=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" CONFIG_CONSTRUCTORS=y @@ -2247,7 +2248,7 @@ CONFIG_NETCONSOLE_DYNAMIC=y CONFIG_NETPOLL=y CONFIG_NETPOLL_TRAP=y CONFIG_NET_POLL_CONTROLLER=y -CONFIG_VIRTIO_NET=m +CONFIG_VIRTIO_NET=y CONFIG_VMXNET3=m CONFIG_ISDN=y CONFIG_ISDN_I4L=m @@ -4405,6 +4406,7 @@ CONFIG_VT6656=m CONFIG_FB_UDL=m CONFIG_HYPERV=m CONFIG_HYPERV_STORAGE=m +CONFIG_HYPERV_BLOCK=m CONFIG_HYPERV_NET=m CONFIG_HYPERV_UTILS=m CONFIG_VME_BUS=m @@ -4987,6 +4989,7 @@ CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_PCOMP=y CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_MANAGER2=y +CONFIG_CRYPTO_MANAGER_TESTS=y CONFIG_CRYPTO_GF128MUL=m CONFIG_CRYPTO_NULL=m CONFIG_CRYPTO_PCRYPT=m @@ -5092,10 +5095,10 @@ CONFIG_KVM=m CONFIG_KVM_INTEL=m CONFIG_KVM_AMD=m CONFIG_VHOST_NET=m -CONFIG_VIRTIO=m -CONFIG_VIRTIO_RING=m -CONFIG_VIRTIO_PCI=m -CONFIG_VIRTIO_BALLOON=m +CONFIG_VIRTIO=y +CONFIG_VIRTIO_RING=y +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTIO_BALLOON=y CONFIG_BINARY_PRINTF=y # From vmiklos at frugalware.org Fri Oct 1 22:19:08 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 1 Oct 2010 22:19:08 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libvirt-0.8.4-2-x86_64 Message-ID: <20101001201908.0EA02132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b3310c3e26fbba197fc7c57825f6d6d32829f7c0 commit b3310c3e26fbba197fc7c57825f6d6d32829f7c0 Author: Miklos Vajna Date: Fri Oct 1 22:16:33 2010 +0200 libvirt-0.8.4-2-x86_64 - add init scripts for libvirtd and the guest machines diff --git a/source/xlib-extra/libvirt/FrugalBuild b/source/xlib-extra/libvirt/FrugalBuild index 8db92b8..556fada 100644 --- a/source/xlib-extra/libvirt/FrugalBuild +++ b/source/xlib-extra/libvirt/FrugalBuild @@ -3,7 +3,7 @@ pkgname=libvirt pkgver=0.8.4 -pkgrel=1 +pkgrel=2 pkgdesc="libvirt is a library providing access to information from various virtualization tools" url="http://libvirt.org" depends=('libxml2' 'gnutls' 'cyrus-sasl' 'parted' 'lvm2' 'libnl') @@ -11,8 +11,10 @@ makedepends=('python' 'gtk-doc') groups=('xlib-extra') archs=('x86_64' 'i686') up2date="lynx -dump ftp://libvirt.org/libvirt/|grep "[0-9].tar.gz$"|sed 's/.*-\(.*\).t.*/\1/'|Fsort|sed -n '$ p'" -source=(ftp://ftp.libvirt.org/libvirt/$pkgname-$pkgver.tar.gz) -sha1sums=('dd960237bc54daa3260632763fea21bbb4774c04') +source=(ftp://ftp.libvirt.org/libvirt/$pkgname-$pkgver.tar.gz rc.libvirtd rc.libvirt-guests) +sha1sums=('dd960237bc54daa3260632763fea21bbb4774c04' \ + 'c14b6de4e3bf04c12757606223e165f37ffc9ea7' \ + '1ede84a711b8ca63c04af077fd1e915f6491221a') subpkgs=('libvirt-python') subdescs=('Python bindings for libvirt') @@ -26,6 +28,8 @@ build() { Fbuild Fsplit libvirt-python usr/lib/python* Fsplit libvirt-python usr/share/doc/libvirt-python-$pkgver + Frcd2 libvirtd + Frcd2 libvirt-guests } # optimization OK diff --git a/source/xlib-extra/libvirt/rc.libvirt-guests b/source/xlib-extra/libvirt/rc.libvirt-guests new file mode 100644 index 0000000..197ec87 --- /dev/null +++ b/source/xlib-extra/libvirt/rc.libvirt-guests @@ -0,0 +1,267 @@ +#!/bin/bash + +# (c) 2010 Miklos Vajna +# (c) 2010 Jiri Denemark +# rc.libvirt-guests for Frugalware +# distributed under GPL License + +# chkconfig: 345 99 01 +# description: This is a script for suspending active libvirt guests \ +# on shutdown and resuming them on next boot \ +# See http://libvirt.org + +source /lib/initscripts/functions +TEXTDOMAIN=libvirt-guests +TEXTDOMAINDIR=/lib/initscripts/messages + +actions=(restart start status stop) + +sysconfdir=/etc +localstatedir=/var +libvirtd=/usr/sbin/libvirtd + +URIS=default +ON_BOOT=start +ON_SHUTDOWN=suspend +SHUTDOWN_TIMEOUT=0 + +test -f "$sysconfdir"/sysconfig/libvirt-guests && . "$sysconfdir"/sysconfig/libvirt-guests + +LISTFILE="$localstatedir"/lib/libvirt/libvirt-guests +VAR_SUBSYS_LIBVIRT_GUESTS="$localstatedir"/lock/subsys/libvirt-guests + +pid="test -e $VAR_SUBSYS_LIBVIRT_GUESTS && echo t" + +RETVAL=0 + +retval() { + "$@" + if [ $? -ne 0 ]; then + RETVAL=1 + return 1 + else + return 0 + fi +} + +run_virsh() { + uri=$1 + shift + + if [ "x$uri" = xdefault ]; then + conn= + else + conn="-c $uri" + fi + + virsh $conn "$@" 2 {print $1}'); do + uuid=$(run_virsh_c $uri dominfo $id | awk '/^UUID:/{print $2}') + if [ -z "$uuid" ]; then + RETVAL=1 + return 1 + fi + uuids="$uuids $uuid" + done + + echo $uuids +} + +guest_name() { + uri=$1 + uuid=$2 + + name=$(run_virsh_c $uri dominfo $uuid 2>/dev/null | \ + awk '/^Name:/{print $2}') + [ -n "$name" ] || name=$uuid + + echo "$name" +} + +guest_is_on() { + uri=$1 + uuid=$2 + + guest_running=false + info=$(run_virsh_c $uri dominfo $uuid) + if [ $? -ne 0 ]; then + RETVAL=1 + return 1 + fi + + id=$(echo "$info" | awk '/^Id:/{print $2}') + + [ -n "$id" ] && [ "x$id" != x- ] && guest_running=true + return 0 +} + +started() { + touch "$VAR_SUBSYS_LIBVIRT_GUESTS" +} + +rc_start() { + + if [ ! -f "$LISTFILE" ]; then + msg $"Guests are already running" + started + ok 999 + return 0 + fi + + if [ "x$ON_BOOT" != xstart ]; then + msg $"libvirt-guests is configured not to start any guests on boot" + rm -f "$LISTFILE" + started + ok 999 + return 0 + fi + + while read uri list; do + configured=false + for confuri in $URIS; do + if [ $confuri = $uri ]; then + configured=true + break + fi + done + if ! $configured; then + msg $"Ignoring guests on $uri URI" + continue + fi + + for guest in $list; do + name=$(guest_name $uri $guest) + msg $"Resuming guest $name: " + if guest_is_on $uri $guest; then + if $guest_running; then + echo $"already active" + ok 999 + else + retval run_virsh $uri start "$name" >/dev/null + ok $? + fi + fi + done + done <"$LISTFILE" + + rm -f "$LISTFILE" + started +} + +suspend_guest() +{ + uri=$1 + guest=$2 + + name=$(guest_name $uri $guest) + label=$"Suspending $name: " + msg "$label" + run_virsh $uri managedsave $guest >/dev/null + ok $? +} + +shutdown_guest() +{ + uri=$1 + guest=$2 + + name=$(guest_name $uri $guest) + label=$"Shutting down $name: " + echo -n "$label" + retval run_virsh $uri shutdown $guest >/dev/null || return + timeout=$SHUTDOWN_TIMEOUT + while [ $timeout -gt 0 ]; do + sleep 1 + timeout=$[timeout - 1] + guest_is_on $uri $guest || return + $guest_running || break + printf '\r%s%-12d ' "$label" $timeout + done + + if guest_is_on $uri $guest; then + if $guest_running; then + printf '\r%s%-12s\n' "$label" $"failed to shutdown in time" + else + printf '\r%s%-12s\n' "$label" $"done" + fi + fi +} + +rc_stop() { + # last stop was not followed by start + if [ -f "$LISTFILE" ]; then + if [ "x$ON_SHUTDOWN" = xshutdown ]; then + msg $"Guests are already shut down" + else + msg $"Guests are already suspended" + fi + ok 999 + return 0 + fi + + suspending=true + if [ "x$ON_SHUTDOWN" = xshutdown ]; then + suspending=false + if [ $SHUTDOWN_TIMEOUT -le 0 ]; then + echo $"Shutdown action requested but SHUTDOWN_TIMEOUT was not set" + RETVAL=6 + return + fi + fi + + : >"$LISTFILE" + for uri in $URIS; do + + if [ "x$uri" = xdefault ] && [ ! -x "$libvirtd" ]; then + echo $"libvirtd not installed; skipping this URI." + continue + fi + + list=$(list_guests $uri) + if [ $? -eq 0 ]; then + empty=true + for uuid in $list; do + empty=false + done + if $empty; then + hint $"no running guests." + else + echo $uri $list >>"$LISTFILE" + fi + fi + done + + while read uri list; do + if ! $suspending; then + msg $"Shutting down guests on $uri URI..." + fi + + for guest in $list; do + if $suspending; then + suspend_guest $uri $guest + else + shutdown_guest $uri $guest + fi + done + done <"$LISTFILE" + + rm -f "$VAR_SUBSYS_LIBVIRT_GUESTS" +} + +rc_exec $1 diff --git a/source/xlib-extra/libvirt/rc.libvirtd b/source/xlib-extra/libvirt/rc.libvirtd new file mode 100644 index 0000000..da8016c --- /dev/null +++ b/source/xlib-extra/libvirt/rc.libvirtd @@ -0,0 +1,41 @@ +#!/bin/bash + +# (c) 2010 Miklos Vajna +# rc.libvirtd for Frugalware +# distributed under GPL License + +# chkconfig: 2345 95 05 +# description: Manages virtual machines + +source /lib/initscripts/functions +TEXTDOMAIN=libvirtd +TEXTDOMAINDIR=/lib/initscripts/messages + +actions=(restart start status stop) +daemon=$"libvirt daemon" + +pid="cat /var/run/libvirtd.pid 2> /dev/null" + +rc_start() +{ + start_msg + if [[ "$(eval $pid)" == "" ]] ; then + libvirtd --daemon + ok $? + else + ok 999 + fi +} + +rc_stop() +{ + stop_msg + if [[ "$(eval $pid)" != "" ]] ; then + killall libvirtd + ok $? + else + ok 999 + fi +} + +rc_exec $1 From vmiklos at frugalware.org Sat Oct 2 00:52:37 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lirc-0.8.6-17-i686 Message-ID: <20101001225237.04AB5132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8b7a93792f123fe5e8c42ac62f0dac4c8323f5a4 commit 8b7a93792f123fe5e8c42ac62f0dac4c8323f5a4 Author: Miklos Vajna Date: Sat Oct 2 00:49:57 2010 +0200 lirc-0.8.6-17-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/apps-extra/lirc/FrugalBuild b/source/apps-extra/lirc/FrugalBuild index dc22012..2556d8f 100644 --- a/source/apps-extra/lirc/FrugalBuild +++ b/source/apps-extra/lirc/FrugalBuild @@ -3,7 +3,7 @@ pkgname=lirc pkgver=0.8.6 -pkgrel=16 +pkgrel=17 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 Sat Oct 2 00:52:37 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: redirfs-0.7-14-i686 Message-ID: <20101001225237.2ED73132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a95a3abeee5818cd91827ffd025dee016726edeb commit a95a3abeee5818cd91827ffd025dee016726edeb Author: Miklos Vajna Date: Sat Oct 2 00:49:57 2010 +0200 redirfs-0.7-14-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/apps-extra/redirfs/FrugalBuild b/source/apps-extra/redirfs/FrugalBuild index fec33fe..d7cb6c9 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=13 +pkgrel=14 pkgdesc="Redirecting FileSystem" url="http://www.redirfs.org/tiki-index.php" _F_kernelmod_scriptlet=$pkgname.install From vmiklos at frugalware.org Sat Oct 2 00:52:37 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: acerhk-0.5.35-49-i686 Message-ID: <20101001225237.4186D132C390@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=89d336ccee9f11d731fa798769a9927474680ef0 commit 89d336ccee9f11d731fa798769a9927474680ef0 Author: Miklos Vajna Date: Sat Oct 2 00:49:58 2010 +0200 acerhk-0.5.35-49-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/apps-extra/acerhk/FrugalBuild b/source/apps-extra/acerhk/FrugalBuild index 743ebb8..8be8d04 100644 --- a/source/apps-extra/acerhk/FrugalBuild +++ b/source/apps-extra/acerhk/FrugalBuild @@ -4,7 +4,7 @@ pkgname=acerhk pkgver=0.5.35 -pkgrel=48 +pkgrel=49 pkgdesc="Acer Hotkey driver for Linux" url="http://www.cakey.de/acerhk/" Finclude kernel-module From vmiklos at frugalware.org Sat Oct 2 00:52:37 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: r8168-8.018.00-6-i686 Message-ID: <20101001225237.6CC53132C391@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=20f201ab63f2690494e5caadc629cba191a188df commit 20f201ab63f2690494e5caadc629cba191a188df Author: Miklos Vajna Date: Sat Oct 2 00:49:58 2010 +0200 r8168-8.018.00-6-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/network-extra/r8168/FrugalBuild b/source/network-extra/r8168/FrugalBuild index 24722ef..5dd6540 100644 --- a/source/network-extra/r8168/FrugalBuild +++ b/source/network-extra/r8168/FrugalBuild @@ -4,7 +4,7 @@ pkgname=r8168 pkgver=8.018.00 -pkgrel=5 +pkgrel=6 Finclude kernel-module pkgdesc="Realtek driver for RTL8111/RTL8168 cards." url="http://www.realtek.com.tw" From vmiklos at frugalware.org Sat Oct 2 00:52:37 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: madwifi-0.9.4-42-i686 Message-ID: <20101001225237.93D0E132C393@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5eee8bc8bbb38c3f58918232c10ff82d0f70f3a5 commit 5eee8bc8bbb38c3f58918232c10ff82d0f70f3a5 Author: Miklos Vajna Date: Sat Oct 2 00:49:59 2010 +0200 madwifi-0.9.4-42-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/network/madwifi/FrugalBuild b/source/network/madwifi/FrugalBuild index 81fe626..f709c15 100644 --- a/source/network/madwifi/FrugalBuild +++ b/source/network/madwifi/FrugalBuild @@ -3,7 +3,7 @@ pkgname=madwifi pkgver=0.9.4 -pkgrel=41 +pkgrel=42 pkgdesc="Madwifi drivers for Atheros wireless chipsets" Finclude kernel-module depends=(${depends[@]} 'wireless_tools') From vmiklos at frugalware.org Sat Oct 2 00:52:37 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: dazuko-2.3.7-21-i686 Message-ID: <20101001225237.77BDA132C392@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=897c6b0f44bb326c28fcb6188f56cf41d2644813 commit 897c6b0f44bb326c28fcb6188f56cf41d2644813 Author: Miklos Vajna Date: Sat Oct 2 00:49:58 2010 +0200 dazuko-2.3.7-21-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/apps-extra/dazuko/FrugalBuild b/source/apps-extra/dazuko/FrugalBuild index 323b731..7310d64 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=20 +pkgrel=21 pkgdesc="On-access virus scanning kernel interface" url="http://www.dazuko.org" license="GPL-2 BSD" From vmiklos at frugalware.org Sat Oct 2 00:52:36 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: qc-usb-0.6.6-71-i686 Message-ID: <20101001225236.AD623132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3c8cb5ef9ca4fee78e32de8c4b8aae42ae425ed2 commit 3c8cb5ef9ca4fee78e32de8c4b8aae42ae425ed2 Author: Miklos Vajna Date: Sat Oct 2 00:49:57 2010 +0200 qc-usb-0.6.6-71-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/multimedia-extra/qc-usb/FrugalBuild b/source/multimedia-extra/qc-usb/FrugalBuild index 07eeafc..61136f5 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=70 +pkgrel=71 pkgdesc="Quickcam kernel driver." groups=('multimedia-extra') archs=('i686' 'x86_64') From vmiklos at frugalware.org Sat Oct 2 00:52:36 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: acx100-20080806-31-i686 Message-ID: <20101001225236.A5ADC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=86d19d0e7e07fc6a5a8e8cd7acfeb4809183e766 commit 86d19d0e7e07fc6a5a8e8cd7acfeb4809183e766 Author: Miklos Vajna Date: Sat Oct 2 00:49:56 2010 +0200 acx100-20080806-31-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/network-extra/acx100/FrugalBuild b/source/network-extra/acx100/FrugalBuild index b3f1e05..521cb6d 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=30 +pkgrel=31 pkgdesc="The ACX100/ACX111 wireless network driver." _F_sourceforge_ext=".tar.bz2" _F_sourceforge_dirname=${pkgname} From vmiklos at frugalware.org Sat Oct 2 00:52:37 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: r8169-6.010.00-18-i686 Message-ID: <20101001225237.C7628132C394@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=466dfa8bffb3c20483f78484248927469babc642 commit 466dfa8bffb3c20483f78484248927469babc642 Author: Miklos Vajna Date: Sat Oct 2 00:49:59 2010 +0200 r8169-6.010.00-18-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/network-extra/r8169/FrugalBuild b/source/network-extra/r8169/FrugalBuild index 03d1004..1747bf4 100644 --- a/source/network-extra/r8169/FrugalBuild +++ b/source/network-extra/r8169/FrugalBuild @@ -3,7 +3,7 @@ pkgname=r8169 pkgver=6.010.00 -pkgrel=17 +pkgrel=18 Finclude sourceforge kernel-module pkgdesc="Realtek driver for RTL8169/8110 cards." url="http://www.realtek.com.tw" From vmiklos at frugalware.org Sat Oct 2 00:52:37 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ndiswrapper-1.56-9-i686 Message-ID: <20101001225237.D1718132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8143b3d21c2d289ac4ffa401526847bd66f96be1 commit 8143b3d21c2d289ac4ffa401526847bd66f96be1 Author: Miklos Vajna Date: Sat Oct 2 00:49:59 2010 +0200 ndiswrapper-1.56-9-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/network/ndiswrapper/FrugalBuild b/source/network/ndiswrapper/FrugalBuild index 02cb5e7..a974dc5 100644 --- a/source/network/ndiswrapper/FrugalBuild +++ b/source/network/ndiswrapper/FrugalBuild @@ -4,7 +4,7 @@ pkgname=ndiswrapper pkgver=1.56 -pkgrel=8 +pkgrel=9 pkgdesc="Wrapper for using Windows drivers for some wireless cards" _F_kernelmod_scriptlet=$pkgname.install Finclude kernel-module sourceforge From vmiklos at frugalware.org Sat Oct 2 00:52:37 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bcmwl-5.60.48.36-11-i686 Message-ID: <20101001225237.E2AD0132C395@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2f2545b4a0cd56f67dffd79902ac079c5049de51 commit 2f2545b4a0cd56f67dffd79902ac079c5049de51 Author: Miklos Vajna Date: Sat Oct 2 00:50:00 2010 +0200 bcmwl-5.60.48.36-11-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/network-extra/bcmwl/FrugalBuild b/source/network-extra/bcmwl/FrugalBuild index 1e52dbd..cab5554 100644 --- a/source/network-extra/bcmwl/FrugalBuild +++ b/source/network-extra/bcmwl/FrugalBuild @@ -3,7 +3,7 @@ pkgname=bcmwl pkgver=5.60.48.36 -pkgrel=10 +pkgrel=11 pkgdesc="Broadcom 802.11 Linux STA wireless driver" url="http://www.broadcom.com/support/802.11/linux_sta.php" Finclude kernel-module From vmiklos at frugalware.org Sat Oct 2 00:52:37 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: virtualbox-modules-3.2.6-6-i686 Message-ID: <20101001225237.DA6E0132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=58f37cb30c6e8aa69913de1b3553c53f2cfd0643 commit 58f37cb30c6e8aa69913de1b3553c53f2cfd0643 Author: Miklos Vajna Date: Sat Oct 2 00:50:00 2010 +0200 virtualbox-modules-3.2.6-6-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/apps-extra/virtualbox-modules/FrugalBuild b/source/apps-extra/virtualbox-modules/FrugalBuild index 47e020d..c96c4da 100644 --- a/source/apps-extra/virtualbox-modules/FrugalBuild +++ b/source/apps-extra/virtualbox-modules/FrugalBuild @@ -3,7 +3,7 @@ pkgname=virtualbox-modules pkgver=3.2.6 -pkgrel=5 +pkgrel=6 pkgdesc="Kernel modules for VirtualBox" url="http://www.virtualbox.org" Finclude kernel-module From vmiklos at frugalware.org Sat Oct 2 00:52:37 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: nvidia-195.36.24-9-i686 Message-ID: <20101001225237.EC534132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=42bcdea5c72f3863e0db084ec1f50761b7546733 commit 42bcdea5c72f3863e0db084ec1f50761b7546733 Author: Miklos Vajna Date: Sat Oct 2 00:50:00 2010 +0200 nvidia-195.36.24-9-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/x11-extra/nvidia/FrugalBuild b/source/x11-extra/nvidia/FrugalBuild index 8ec3493..68549f9 100644 --- a/source/x11-extra/nvidia/FrugalBuild +++ b/source/x11-extra/nvidia/FrugalBuild @@ -3,7 +3,7 @@ pkgname=nvidia pkgver=195.36.24 -pkgrel=8 +pkgrel=9 archs=('i686' 'x86_64' '!ppc') Finclude nvidia case "$_F_nvidia_arch" in From vmiklos at frugalware.org Sat Oct 2 00:52:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: nvidia-96xx-96.43.16-10-i686 Message-ID: <20101001225238.00513132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=09e97eb11fd8d781a4e7ca61d541e115cee079fa commit 09e97eb11fd8d781a4e7ca61d541e115cee079fa Author: Miklos Vajna Date: Sat Oct 2 00:50:01 2010 +0200 nvidia-96xx-96.43.16-10-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/x11-extra/nvidia-96xx/FrugalBuild b/source/x11-extra/nvidia-96xx/FrugalBuild index ba0bf85..86cece3 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.16 -pkgrel=9 +pkgrel=10 archs=('i686' 'x86_64' '!ppc') _F_nvidia_legacyver="96.43.xx" Finclude nvidia From vmiklos at frugalware.org Sat Oct 2 00:52:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: nvidia-173xx-173.14.27-3-i686 Message-ID: <20101001225238.0851F132C396@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=45e107470d45f855bb21817dccfa51d8798bb6cf commit 45e107470d45f855bb21817dccfa51d8798bb6cf Author: Miklos Vajna Date: Sat Oct 2 00:50:01 2010 +0200 nvidia-173xx-173.14.27-3-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/x11-extra/nvidia-173xx/FrugalBuild b/source/x11-extra/nvidia-173xx/FrugalBuild index 6430781..0550eb6 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.27 -pkgrel=2 +pkgrel=3 archs=('i686' 'x86_64' '!ppc') _F_nvidia_legacyver="173.14.xx" Finclude nvidia From vmiklos at frugalware.org Sat Oct 2 00:52:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 00:52:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: nvidia-71xx-71.86.13-10-i686 Message-ID: <20101001225238.0FAB1132C397@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=39e7c58ad38a994288e543a89d5c23a78daa3f9b commit 39e7c58ad38a994288e543a89d5c23a78daa3f9b Author: Miklos Vajna Date: Sat Oct 2 00:50:01 2010 +0200 nvidia-71xx-71.86.13-10-i686 rebuilt with kernel-2.6.35-4 diff --git a/source/x11-extra/nvidia-71xx/FrugalBuild b/source/x11-extra/nvidia-71xx/FrugalBuild index 93abe7f..a9a6430 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.13 -pkgrel=9 +pkgrel=10 archs=('i686' 'x86_64' '!ppc') _F_nvidia_legacyver="71.86.xx" Finclude nvidia From devil505linux at gmail.com Sat Oct 2 09:02:12 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 2 Oct 2010 09:02:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gvfs-1.6.3-3-i686 * removing gnome-disk-utility support to fix usb automounting Message-ID: <20101002070212.82377132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3dcb1e93141f5f0af6c9ca634ba882118ba18a99 commit 3dcb1e93141f5f0af6c9ca634ba882118ba18a99 Author: Devil505 Date: Sat Oct 2 08:43:13 2010 +0200 gvfs-1.6.3-3-i686 * removing gnome-disk-utility support to fix usb automounting diff --git a/source/xapps/gvfs/FrugalBuild b/source/xapps/gvfs/FrugalBuild index 2c85c95..9768b64 100644 --- a/source/xapps/gvfs/FrugalBuild +++ b/source/xapps/gvfs/FrugalBuild @@ -3,13 +3,13 @@ pkgname=gvfs pkgver=1.6.3 -pkgrel=2 +pkgrel=3 pkgdesc="gvfs is a userspace virtual filesystem designed to work with the i/o abstractions of gio." url="http://www.gnome.org/" depends=('glib2>=2.20.1' 'dbus' 'avahi-glib' 'avahi' 'hal') makedepends=('intltool' 'gnome-doc-utils' 'samba' 'fuse' 'libsoup>=2.29.0' 'gconf' \ 'gnome-keyring>=2.30.0' 'libcdio' 'gphoto2' 'obexftp>=0.23-2' \ - 'bluez>=4.61' 'expat' 'openssh>=5.6p1' 'gnome-disk-utility') + 'bluez>=4.61' 'expat' 'openssh>=5.6p1') groups=('xapps') archs=('i686' 'x86_64' 'ppc') Finclude gnome From devil505linux at gmail.com Sat Oct 2 09:02:12 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 2 Oct 2010 09:02:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xnoise-0.1.11-1-i686 * version bump Message-ID: <20101002070212.71470132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=261a9a2c673a67f735e815ab8e4135d7c8b4c4db commit 261a9a2c673a67f735e815ab8e4135d7c8b4c4db Author: Devil505 Date: Sat Oct 2 08:42:53 2010 +0200 xnoise-0.1.11-1-i686 * version bump diff --git a/source/xapps-extra/xnoise/FrugalBuild b/source/xapps-extra/xnoise/FrugalBuild index 44fd0f3..80b13d2 100644 --- a/source/xapps-extra/xnoise/FrugalBuild +++ b/source/xapps-extra/xnoise/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=xnoise -pkgver=0.1.10 +pkgver=0.1.11 pkgrel=1 pkgdesc="Media player with a slick GUI, great speed and lots of features." depends=('taglib' 'sqlite3' 'gst-plugins-base' 'unique' 'gtk+2-libs' 'cairo' 'libgcc' 'libxfixes') @@ -10,9 +10,8 @@ makedepends=('intltool') options=('scriptlet') _F_gnome_desktop="y" _F_gnome_iconcache="y" -_F_googlecode_ext=".tar.bz2" Finclude googlecode gnome-scriptlet groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('a036fb840456eb27ebfedd927da2d38765a9a2a3') +sha1sums=('e3d5f7dfabdd53ec4efbeec930262c29143ba649') # optimization OK From devil505linux at gmail.com Sat Oct 2 09:02:12 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 2 Oct 2010 09:02:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xnoise-plugins-core-0.1.11-1-i686 * version bump Message-ID: <20101002070212.B2757132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3bd86a3eb132d00c776d459f0da4b0bebde8ed8a commit 3bd86a3eb132d00c776d459f0da4b0bebde8ed8a Author: Devil505 Date: Sat Oct 2 09:01:14 2010 +0200 xnoise-plugins-core-0.1.11-1-i686 * version bump diff --git a/source/xapps-extra/xnoise-plugins-core/FrugalBuild b/source/xapps-extra/xnoise-plugins-core/FrugalBuild index 749f262..ef3f88e 100644 --- a/source/xapps-extra/xnoise-plugins-core/FrugalBuild +++ b/source/xapps-extra/xnoise-plugins-core/FrugalBuild @@ -2,16 +2,15 @@ # Maintainer: Devil505 pkgname=xnoise-plugins-core -pkgver=0.1.10 +pkgver=0.1.11 pkgrel=1 pkgdesc="Plugins for xnoise media player" depends=('xnoise') makedepends=('intltool') options=('scriptlet') -_F_googlecode_ext=".tar.bz2" _F_googlecode_dirname="xnoise" Finclude googlecode groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('949eea7b1320fec64f27710e52034837708f9122') +sha1sums=('e2a82e6954f169de85801d0456d4472f4037ace7') # optimization OK From devil505linux at gmail.com Sat Oct 2 09:02:12 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 2 Oct 2010 09:02:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: fotoxx-10.10-1-i686 * version bump Message-ID: <20101002070212.AAF4A132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ca2266821915fbdc216850ef89b94417a56cabc1 commit ca2266821915fbdc216850ef89b94417a56cabc1 Author: Devil505 Date: Sat Oct 2 08:54:27 2010 +0200 fotoxx-10.10-1-i686 * version bump diff --git a/source/xapps-extra/fotoxx/FrugalBuild b/source/xapps-extra/fotoxx/FrugalBuild index c50807f..745b6a41 100644 --- a/source/xapps-extra/fotoxx/FrugalBuild +++ b/source/xapps-extra/fotoxx/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=fotoxx -pkgver=10.9.1 +pkgver=10.10 pkgrel=1 pkgdesc="A program for improving image files made with a digital camera" url="http://kornelix.squarespace.com/$pkgname/" @@ -12,7 +12,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://kornelix.squarespace.com/downloads/ | Flasttar" source=(http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz) -sha1sums=('99df4959d4f343a324aac2aee0c7494b9aa0bf6a') +sha1sums=('10facccb8673e0748a49ae4da626ff97896fc197') replaces=('fotox') build() { From devil505linux at gmail.com Sat Oct 2 09:02:12 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 2 Oct 2010 09:02:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xnoise-plugins-core-0.1.11-1-i686 * version bump Message-ID: <20101002070212.BA100132C390@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=70bbeb95f00122370ea496df344a207e05a65812 commit 70bbeb95f00122370ea496df344a207e05a65812 Author: Devil505 Date: Sat Oct 2 09:01:51 2010 +0200 xnoise-plugins-core-0.1.11-1-i686 * version bump diff --git a/source/xapps-extra/xnoise-plugins-core/FrugalBuild b/source/xapps-extra/xnoise-plugins-core/FrugalBuild index ef3f88e..b515c85 100644 --- a/source/xapps-extra/xnoise-plugins-core/FrugalBuild +++ b/source/xapps-extra/xnoise-plugins-core/FrugalBuild @@ -5,7 +5,7 @@ pkgname=xnoise-plugins-core pkgver=0.1.11 pkgrel=1 pkgdesc="Plugins for xnoise media player" -depends=('xnoise') +depends=('xnoise>=$pkgver') makedepends=('intltool') options=('scriptlet') _F_googlecode_dirname="xnoise" From devil505linux at gmail.com Sat Oct 2 09:07:52 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 2 Oct 2010 09:07:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: * added author of Nexon wallpaper Message-ID: <20101002070752.82C9E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0e528fbe673d6ade3c49af069b61a19af576163d commit 0e528fbe673d6ade3c49af069b61a19af576163d Author: Devil505 Date: Sat Oct 2 09:07:32 2010 +0200 * added author of Nexon wallpaper diff --git a/docs/xml/authors.xml b/docs/xml/authors.xml index c05988a..0c2b5fe 100644 --- a/docs/xml/authors.xml +++ b/docs/xml/authors.xml @@ -104,6 +104,13 @@ the list will be sorted automatically, so you no longer need to care about the o contributor + Barbu, Leonard + Leo + lemonade at lavabit.com + Frugalware 1.4 artwork author + contributor + + Chevaux, Antoine centuri0 achevaux at gmail.com From bouleetbil at frogdev.info Sat Oct 2 10:53:07 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 10:53:07 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-globalmenu-0.7.8-4-x86_64 *rebuild with gnome 2.32 Message-ID: <20101002085307.4C5A2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=07dd4d11333a50bb6df985121e6712c2b481c668 commit 07dd4d11333a50bb6df985121e6712c2b481c668 Author: bouleetbil Date: Sat Oct 2 10:51:47 2010 +0200 gnome-globalmenu-0.7.8-4-x86_64 *rebuild with gnome 2.32 diff --git a/source/gnome-extra/gnome-globalmenu/FrugalBuild b/source/gnome-extra/gnome-globalmenu/FrugalBuild index b67781c..20a3142 100644 --- a/source/gnome-extra/gnome-globalmenu/FrugalBuild +++ b/source/gnome-extra/gnome-globalmenu/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-globalmenu pkgver=0.7.8 -pkgrel=3 +pkgrel=4 pkgdesc="Global Menu is a globally-shared menu bar for all applications." _F_googlecode_name=gnome-globalmenu _F_googlecode_dirname=gnome2-globalmenu @@ -12,8 +12,8 @@ Finclude googlecode _F_gnome_schemas=('/etc/gconf/schemas/gnome-globalmenu.schemas') Finclude gnome-scriptlet makedepends=('intltool' 'vala>=0.8.0') -depends=('gtk+2>=2.20.0-2' 'gnome-panel>=2.30.0-2' 'gnome-menus>=2.30.0' 'libwnck>=2.26.2' \ - 'gconf>=2.28.1') +depends=('gtk+2>=2.20.0-2' 'gnome-panel>=2.32.0' 'gnome-menus>=2.30.0' 'libwnck>=2.26.2' \ + 'gconf>=2.32.0') groups=('gnome-extra') archs=('i686' 'x86_64') sha1sums=('738c1ef87a7dca68d574efb2bcc52357909a9de4') From bouleetbil at frogdev.info Sat Oct 2 11:39:32 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 11:39:32 +0200 (CEST) Subject: [Frugalware-git] gnometesting: ekiga-3.2.7-4-x86_64 Message-ID: <20101002093932.E91E8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=fcab7da254524816c6f259237b28139877e417ff commit fcab7da254524816c6f259237b28139877e417ff Author: bouleetbil Date: Sat Oct 2 11:22:12 2010 +0200 ekiga-3.2.7-4-x86_64 *Rebuild with gnome 2.32 diff --git a/source/gnome/ekiga/FrugalBuild b/source/gnome/ekiga/FrugalBuild index fa8ac4d..aad3a1f 100644 --- a/source/gnome/ekiga/FrugalBuild +++ b/source/gnome/ekiga/FrugalBuild @@ -4,12 +4,12 @@ pkgname=ekiga pkgver=3.2.7 -pkgrel=3 +pkgrel=4 pkgdesc="Ekiga is an open source VoIP and Telephony client" groups=('gnome') archs=('i686' 'x86_64' 'ppc') depends=('opal>=3.6.8-3' 'dbus-glib>=0.71-2' 'gnome-desktop>=2.30.2' \ - 'evolution-data-server>=2.30.2' 'avahi-glib>=0.6.19' \ + 'evolution-data-server>=2.32.0' 'avahi-glib>=0.6.19' \ 'libxv' 'sqlite3' 'e2fsprogs' 'nspr' 'gnutls' 'libgcrypt' \ 'libldap' 'libsm' 'libbonoboui' 'popt' 'gnome-vfs' 'esd' \ 'libbonobo' 'gail' 'libart_lgpl' 'opal' 'sdl' 'unixodbc' \ From bouleetbil at frogdev.info Sat Oct 2 12:03:55 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 12:03:55 +0200 (CEST) Subject: [Frugalware-git] gnometesting: Merge branch 'master' of git.frugalware.org:/home/ftp/pub/other/people/bouleetbil/gnometesting Message-ID: <20101002100355.B52C2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e348a4e7bab0740bcf460f14a5ebfdfa0922867c commit e348a4e7bab0740bcf460f14a5ebfdfa0922867c Merge: d810eef fcab7da Author: bouleetbil Date: Sat Oct 2 12:35:29 2010 +0000 Merge branch 'master' of git.frugalware.org:/home/ftp/pub/other/people/bouleetbil/gnometesting From kooda at upyum.com Sat Oct 2 12:40:33 2010 From: kooda at upyum.com (Kooda) Date: Sat, 2 Oct 2010 12:40:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lpeg-0.9-1-i686 Message-ID: <20101002104033.E57D8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=536627ce5ec27352787dd4df688ae05143c3ff11 commit 536627ce5ec27352787dd4df688ae05143c3ff11 Author: Kooda Date: Sat Oct 2 12:39:56 2010 +0200 lpeg-0.9-1-i686 * New package diff --git a/source/lib-extra/lpeg/FrugalBuild b/source/lib-extra/lpeg/FrugalBuild new file mode 100644 index 0000000..55f9e80 --- /dev/null +++ b/source/lib-extra/lpeg/FrugalBuild @@ -0,0 +1,23 @@ +# Compiling Time: 0 SBU +# Maintainer: Kooda + +pkgname=lpeg +pkgver=0.9 +pkgrel=1 +pkgdesc="A new pattern-matching library for Lua, based on Parsing Expression Grammars." +url="http://www.inf.puc-rio.br/~roberto/lpeg/" +depends=('lua') +groups=('lib-extra') +archs=('i686' 'x86_64') +up2date="Flasttar $url" +source=("$url/$pkgname-$pkgver.tar.gz") +sha1sums=('c57b3f769d8da42154467f6c4962a63af9e8ee55') + +_luaver="5.1" + +build() +{ + Fmkdir usr/lib/lua/$_luaver/ + Fmake + Fcprel lpeg.so /usr/lib/lua/$_luaver/ +} From bouleetbil at frogdev.info Sat Oct 2 12:42:08 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 12:42:08 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libpanelappletmm-2.26.0-6-x86_64 Message-ID: <20101002104208.D76FE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=52fc11c95d2d3558ec7f2ca7f44d13e571cd7ef5 commit 52fc11c95d2d3558ec7f2ca7f44d13e571cd7ef5 Author: bouleetbil Date: Sat Oct 2 12:40:33 2010 +0200 libpanelappletmm-2.26.0-6-x86_64 *Rebuild with gnome 2.32 diff --git a/source/gnome-extra/libpanelappletmm/FrugalBuild b/source/gnome-extra/libpanelappletmm/FrugalBuild index cde8605..0446c96 100644 --- a/source/gnome-extra/libpanelappletmm/FrugalBuild +++ b/source/gnome-extra/libpanelappletmm/FrugalBuild @@ -3,9 +3,9 @@ pkgname=libpanelappletmm pkgver=2.26.0 -pkgrel=5 +pkgrel=6 pkgdesc="C++ wrappers for libpanel-applet" -depends=('gnome-panel>=2.30.0-2' 'gtkmm' 'gconfmm' 'openssl>=1.0.0') +depends=('gnome-panel>=2.32.0' 'gtkmm' 'gconfmm' 'openssl>=1.0.0') makedepends=('intltool' 'perl-xml-parser') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') From kooda at upyum.com Sat Oct 2 12:59:31 2010 From: kooda at upyum.com (Kooda) Date: Sat, 2 Oct 2010 12:59:31 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: textadept-3.3-1-i686 Message-ID: <20101002105931.86235132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1467c413a65cb114c91a1d795bc095dd050a660d commit 1467c413a65cb114c91a1d795bc095dd050a660d Author: Kooda Date: Sat Oct 2 12:45:44 2010 +0200 textadept-3.3-1-i686 * Version bump diff --git a/source/xapps-extra/textadept/FrugalBuild b/source/xapps-extra/textadept/FrugalBuild index c7dcbfc..3b92be3 100644 --- a/source/xapps-extra/textadept/FrugalBuild +++ b/source/xapps-extra/textadept/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: James Buren pkgname=textadept -pkgver=3.2 +pkgver=3.3 pkgrel=1 pkgdesc='An extremely extensible Text Editor, uses a modified version of Scintilla.' _F_googlecode_sep='_' @@ -17,7 +17,7 @@ archs=('i686' 'x86_64') _F_desktop_name="Textadept" _F_desktop_icon="$pkgname" _F_desktop_categories="GTK;Development;Utility;TextEditor;" -sha1sums=('81da3c38b3d604ff5400c9d50cea1b52d4296234' \ +sha1sums=('65760ccb99e194aeb32aad6e8c7c20e1145bd81a' \ 'be7942bb5fcb625c155a91986a24ec27911cdddb' \ '2a02ef43aaa014448a37045f6b0a2cae4975a1ba') From vmiklos at frugalware.org Sat Oct 2 13:29:05 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 13:29:05 +0200 (CEST) Subject: [Frugalware-git] pacman-tools: updates for 1.2.4 Message-ID: <20101002112905.154F0132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=ac6e9aea172e1d6edd9b49953f3447cf4f61e179 commit ac6e9aea172e1d6edd9b49953f3447cf4f61e179 Author: Miklos Vajna Date: Sat Oct 2 13:26:43 2010 +0200 updates for 1.2.4 diff --git a/Makefile b/Makefile index 1b40cdc..5b9baf2 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 1.2.3 +VERSION = 1.2.4 DATE := $(shell date +%Y-%m-%d) CFLAGS ?= -Wall -Werror -g -O2 -pipe diff --git a/NEWS b/NEWS index f6455bf..8f7b19c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +1.2.4 - rpm2fpm now turns all 32bit rpms to i686 to match `uname + -m` output + - etcconfig: don't use mv --reply, it's no longer + supported + - chkdep: handle xz-compressed fpms + - syncpkgcd: upload makepkg output as error log in case + there is no makepkg log 1.2.3 - fblint now checks for trailing newlines - syncpkgdctl now has an easier-to-grep output - new wipcheck tool diff --git a/syncpkgd/syncpkgcd.py b/syncpkgd/syncpkgcd.py index 52de0c5..c2ea659 100644 --- a/syncpkgd/syncpkgcd.py +++ b/syncpkgd/syncpkgcd.py @@ -1,4 +1,24 @@ #!/usr/bin/env python +# +# syncpkgcd +# +# Copyright (c) 2007, 2008, 2009, 2010 by Miklos Vajna +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, +# USA. +# import xmlrpclib, time, os, getopt, sys, socket, glob, base64, pwd, signal import traceback, shutil From bouleetbil at frogdev.info Sat Oct 2 13:36:02 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 13:36:02 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gconfmm-2.28.2-2-x86_64 Message-ID: <20101002113602.64B9D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d84ea896b08e87efeb5a94faa5f423edd6c4fd21 commit d84ea896b08e87efeb5a94faa5f423edd6c4fd21 Author: bouleetbil Date: Sat Oct 2 13:34:55 2010 +0200 gconfmm-2.28.2-2-x86_64 *rebuild with gnome 2.32 diff --git a/source/gnome-extra/gconfmm/FrugalBuild b/source/gnome-extra/gconfmm/FrugalBuild index e45cfe0..50b1473 100644 --- a/source/gnome-extra/gconfmm/FrugalBuild +++ b/source/gnome-extra/gconfmm/FrugalBuild @@ -4,10 +4,10 @@ pkgname=gconfmm pkgver=2.28.2 -pkgrel=1 +pkgrel=2 pkgdesc="C++ interface for GConf" url="http://www.gtkmm.org" -depends=('gtkmm>=2.12.0' 'gconf>=2.28.0') +depends=('gtkmm>=2.12.0' 'gconf>=2.32.0') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') Finclude gnome From vmiklos at frugalware.org Sat Oct 2 13:40:35 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 13:40:35 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: virt-manager-0.8.5-3-i686 Message-ID: <20101002114035.42FA6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0077c0fe85f04b41b450159528d5277511b50666 commit 0077c0fe85f04b41b450159528d5277511b50666 Author: Miklos Vajna Date: Sat Oct 2 03:08:45 2010 +0200 virt-manager-0.8.5-3-i686 - add missing gtk-vnc dependency - add patch to work with python-2.7 diff --git a/source/gnome-extra/virt-manager/FrugalBuild b/source/gnome-extra/virt-manager/FrugalBuild index 89abf3d..fe6604b 100644 --- a/source/gnome-extra/virt-manager/FrugalBuild +++ b/source/gnome-extra/virt-manager/FrugalBuild @@ -5,23 +5,25 @@ pkgname=virt-manager pkgver=0.8.5 -pkgrel=2 +pkgrel=3 pkgdesc="Tool for managing virtual machines" url="http://virt-manager.et.redhat.com" -depends=('pygtk>=2.16.0-4' 'libvirt-python>=0.8.4' 'dbus-python>=0.80.2' 'libxml2' \ - 'gnome-python-desktop' 'vte-python' 'virtinst>=0.500.4' 'rarian') +depends=('pygtk>=2.16.0-5' 'libvirt-python>=0.8.4' 'dbus-python>=0.80.2' 'libxml2' \ + 'gnome-python-desktop' 'vte-python' 'virtinst>=0.500.4' 'rarian' 'gtk-vnc') makedepends=('intltool') groups=('gnome-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://virt-manager.et.redhat.com/download.html | grep -m1 'virt-manager.*[0-9]' | sed 's/.*virt-manager //' | sed 's/ .*//'" -source=($url/download/sources/$pkgname/$pkgname-$pkgver.tar.gz $pkgname-0.2.6-fix-dbus.patch) +source=($url/download/sources/$pkgname/$pkgname-$pkgver.tar.gz $pkgname-0.2.6-fix-dbus.patch \ + virt-manager-0.8.5-ignore-python27-deprecation-warnings.patch) _F_gnome_iconcache="y" _F_gnome_desktop="y" _F_gnome_schemas=('/etc/gconf/schemas/virt-manager.schemas') Finclude gnome-scriptlet options=('scriptlet' 'genscriptlet') sha1sums=('4e928127bed1b0f71c4f442f4fe217e422594a62' \ - '2347aed5a8bf42809db8294c75da97f47a724eb9') + '2347aed5a8bf42809db8294c75da97f47a724eb9' \ + 'fd4efc1735436cfaef6cdd2334fc987ef513a243') replaces=('gnome-applet-vm') # optimization OK diff --git a/source/gnome-extra/virt-manager/virt-manager-0.8.5-ignore-python27-deprecation-warnings.patch b/source/gnome-extra/virt-manager/virt-manager-0.8.5-ignore-python27-deprecation-warnings.patch new file mode 100644 index 0000000..d96f639 --- /dev/null +++ b/source/gnome-extra/virt-manager/virt-manager-0.8.5-ignore-python27-deprecation-warnings.patch @@ -0,0 +1,13 @@ +diff --git a/src/virt-manager.py.in b/src/virt-manager.py.in +index fefa1c3..c285dac 100755 +--- a/src/virt-manager.py.in ++++ b/src/virt-manager.py.in +@@ -273,7 +273,7 @@ def main(): + # on as if all were fine. Ultimately bad stuff happens, + # so lets catch it here & get the hell out... + import warnings +- warnings.filterwarnings('error', module='gtk') ++ warnings.filterwarnings('error', module='gtk', append=True) + try: + import gobject + From vmiklos at frugalware.org Sat Oct 2 13:40:35 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 13:40:35 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: docbook-xml-4.5-7-i686 Message-ID: <20101002114035.554CD132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=558f55ffd5a32e785b7694c5efa5a278a603bd06 commit 558f55ffd5a32e785b7694c5efa5a278a603bd06 Author: Miklos Vajna Date: Sat Oct 2 13:37:24 2010 +0200 docbook-xml-4.5-7-i686 - post_install: add 4.5 to subvers as well - needed to build manpages from xml generated by newer asciidoc diff --git a/source/apps/docbook-xml/FrugalBuild b/source/apps/docbook-xml/FrugalBuild index 67b29fa..c3e2093 100644 --- a/source/apps/docbook-xml/FrugalBuild +++ b/source/apps/docbook-xml/FrugalBuild @@ -3,7 +3,7 @@ pkgname=docbook-xml pkgver=4.5 -pkgrel=6 +pkgrel=7 pkgdesc="A widely used XML scheme for writing documentation and help" url="http://www.oasis-open.org/docbook/xml/" depends=('libxml2') diff --git a/source/apps/docbook-xml/docbook-xml.install b/source/apps/docbook-xml/docbook-xml.install index 1782663..fd808e9 100644 --- a/source/apps/docbook-xml/docbook-xml.install +++ b/source/apps/docbook-xml/docbook-xml.install @@ -1,4 +1,4 @@ -subver=('4.1.2' '4.2' '4.3' '4.4') # '4.5' +subver=('4.1.2' '4.2' '4.3' '4.4' '4.5') ROOTCATALOG=/etc/xml/catalog CATALOG=/etc/xml/docbook DOCBOOKDIR=/usr/share/xml/docbook/xml-dtd From vmiklos at frugalware.org Sat Oct 2 13:43:00 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 13:43:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pacman-tools-1.2.4-1-i686 Message-ID: <20101002114300.17E73132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ab20c265e9207a8f77d3bc95e7ef62fb3982fff5 commit ab20c265e9207a8f77d3bc95e7ef62fb3982fff5 Author: Miklos Vajna Date: Sat Oct 2 13:40:20 2010 +0200 pacman-tools-1.2.4-1-i686 - version bump diff --git a/source/devel/pacman-tools/FrugalBuild b/source/devel/pacman-tools/FrugalBuild index d0ed095..3a9b3e4 100644 --- a/source/devel/pacman-tools/FrugalBuild +++ b/source/devel/pacman-tools/FrugalBuild @@ -4,9 +4,9 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=pacman-tools -pkgver=1.2.3 +pkgver=1.2.4 Fuse $USE_DEVEL && pkgver=1.1.7.13.g544f9ab -pkgrel=2 +pkgrel=1 pkgdesc="Tools for developers for managing packages" url="http://ftp.frugalware.org/pub/other/pacman-tools" depends=('bash' 'perl>=5.10.0-8' 'pacman-g2>=3.7.0-4' 'wget>=1.11.4-2' From vmiklos at frugalware.org Sat Oct 2 14:00:17 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 14:00:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: kde.sh: turn authors to a single line so the second author won't be parsed as date Message-ID: <20101002120017.63FCA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=91a437b809f3f46c98987a35a1662b6a6441fdad commit 91a437b809f3f46c98987a35a1662b6a6441fdad Author: Miklos Vajna Date: Sat Oct 2 13:53:18 2010 +0200 kde.sh: turn authors to a single line so the second author won't be parsed as date diff --git a/source/include/kde.sh b/source/include/kde.sh index 138d82a..75d14de 100644 --- a/source/include/kde.sh +++ b/source/include/kde.sh @@ -4,8 +4,7 @@ Finclude cmake ### # = kde.sh(3) -# Gabriel Craciunescu -# Michel Hermier +# Gabriel Craciunescu and Michel Hermier # # == NAME # kde.sh - for Frugalware From bouleetbil at frogdev.info Sat Oct 2 14:16:03 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 14:16:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+2-2.22.0-2-x86_64 *conflict is useless since 2.22.0 \o/ Message-ID: <20101002121603.676AF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=52b928f09421ac94e0a45f2e7235feea2af48f11 commit 52b928f09421ac94e0a45f2e7235feea2af48f11 Author: bouleetbil Date: Sat Oct 2 14:12:13 2010 +0200 gtk+2-2.22.0-2-x86_64 *conflict is useless since 2.22.0 \o/ diff --git a/source/xlib/gtk+2/FrugalBuild b/source/xlib/gtk+2/FrugalBuild index 94c535e..055017c 100644 --- a/source/xlib/gtk+2/FrugalBuild +++ b/source/xlib/gtk+2/FrugalBuild @@ -4,12 +4,12 @@ pkgname=gtk+2 _F_gnome_name=gtk+ pkgver=2.22.0 -pkgrel=1 +pkgrel=2 pkgdesc="The GTK+ Toolkit (2.x series)" -depends=('libxext' 'libxfixes' 'cairo>=1.8.10-2' 'libgcc' 'libjpeg>=8a' 'libtiff' 'libcups>=1.3.11-4' 'gdk-pixbuf2') +depends=('libxext' 'libxfixes' 'cairo>=1.8.10-2' 'libgcc' 'libjpeg>=8a' 'libtiff' 'libcups>=1.3.11-4') rodepends=('gnome-icon-theme' 'shared-mime-info') groups=('xlib') -makedepends=('gtk-doc' 'cups' 'inputproto' 'gobject-introspection') +makedepends=('gtk-doc' 'cups' 'inputproto' 'gobject-introspection' 'gdk-pixbuf2') archs=('i686' 'x86_64' 'ppc') Finclude gnome up2date=$pkgver @@ -22,6 +22,7 @@ subdescs=("${subdescs[@]}" "GTK+2 core libraries.") subdepends=("${subdepends[@]}" "libxinerama libxi libxrandr libxcursor pango>=1.28.0-2 libstdc++ libxcomposite libxdamage atk>=1.28.0 libxau libxdmcp libxml2") subrodepends=("${subrodepends[@]}" "") +subconflicts=("${subconflicts[@]}" "") subgroups=("${subgroups[@]}" 'xlib') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -30,6 +31,7 @@ subpkgs=("${subpkgs[@]}" "$pkgname-tools") subdescs=("${subdescs[@]}" "GTK+2 commandline tools.") subdepends=("${subdepends[@]}" "glib2>=2.22.4") subrodepends=("${subrodepends[@]}" "$pkgname-libs>=$pkgver") +subconflicts=("${subconflicts[@]}" "") subgroups=("${subgroups[@]}" 'xapps') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -41,6 +43,7 @@ subpkgs=("${subpkgs[@]}" "gail") subdescs=("${subdescs[@]}" "Accessibility support for GTK+2 and libgnomecanvas") subdepends=("${subdepends[@]}" "libxext libxfixes cairo>=1.8.8 zlib libgcc") subrodepends=("${subrodepends[@]}" "$pkgname-libs>=$pkgver") +subconflicts=("${subconflicts[@]}" "") subgroups=("${subgroups[@]}" 'xlib') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -48,6 +51,7 @@ subpkgs=("${subpkgs[@]}" "$pkgname-docs") subdescs=("${subdescs[@]}" "GTK+2 Documentation.") subdepends=("${subdepends[@]}" "") subrodepends=("${subrodepends[@]}" "") +subconflicts=("${subconflicts[@]}" "") subgroups=("${subgroups[@]}" 'docs-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') @@ -55,10 +59,10 @@ subpkgs=("${subpkgs[@]}" "$pkgname-demos") subdescs=("${subdescs[@]}" "GTK+2 Demos.") subdepends=("${subdepends[@]}" "") subrodepends=("${subrodepends[@]}" "$pkgname>=$pkgver") +subconflicts=("${subconflicts[@]}" "") subgroups=("${subgroups[@]}" 'xapps-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') - build() { Fbuild \ @@ -69,17 +73,6 @@ build() { --with-libpng \ --disable-dependency-tracking \ --with-x - #drop gdk-pixbuf2 conflict for use gdk-pixbuf2 - #gnome have explode gtk :) - Frm /usr/share/man/man1/gdk-pixbuf* - Frm /usr/share/gtk-doc/html/gdk-pixbuf - Frm /usr/share/gir-1.0/GdkPixbuf-2.0.gir - Frm /usr/lib/girepository-1.0/GdkPixbuf-2.0.typelib - Frm /usr/lib/libgdk_pixbuf-2.0.* - Frm /usr/lib/libgdk_pixbuf_xlib-2.0.* - Frm /usr/lib/pkgconfig/gdk-pixbuf-2.0.* - Frm /usr/lib/pkgconfig/gdk-pixbuf-xlib-2.0.* - Frm /usr/bin/gdk-pixbuf* #Split gail Fsplit gail usr/include/gail-* From vmiklos at frugalware.org Sat Oct 2 14:18:17 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 14:18:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mercurial-1.6.4-1-i686 Message-ID: <20101002121817.99B54132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=45a59fff480e17d51032641d9770306d68e0f569 commit 45a59fff480e17d51032641d9770306d68e0f569 Author: Miklos Vajna Date: Sat Oct 2 14:02:15 2010 +0200 mercurial-1.6.4-1-i686 - version bump diff --git a/source/devel-extra/mercurial/FrugalBuild b/source/devel-extra/mercurial/FrugalBuild index d66dc0e..49e78be 100644 --- a/source/devel-extra/mercurial/FrugalBuild +++ b/source/devel-extra/mercurial/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=mercurial -pkgver=1.6.3 +pkgver=1.6.4 pkgrel=1 pkgdesc="A fast, lightweight source control management system." url="http://mercurial.selenic.com/" @@ -13,7 +13,7 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/release/" source=($url/release/$pkgname-$pkgver.tar.gz) -sha1sums=('d198fb97182f7b23277007d66fadd2d038ff6ef7') +sha1sums=('13e9dcf64ce5228b6abf9ae402966b1129f0889c') subpkgs=('mercurial-hgk') subdescs=('Graphical repository and history browser based on gitk.') From vmiklos at frugalware.org Sat Oct 2 14:18:17 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 14:18:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: glob2-0.9.4.4-1-i686 Message-ID: <20101002121817.AA73D132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9f840f6cf82425d7015ad38cd0aaca6ab8097690 commit 9f840f6cf82425d7015ad38cd0aaca6ab8097690 Author: Miklos Vajna Date: Sat Oct 2 14:13:43 2010 +0200 glob2-0.9.4.4-1-i686 - version bump diff --git a/source/games-extra/glob2/FrugalBuild b/source/games-extra/glob2/FrugalBuild index 56fb4e6..82fc37a 100644 --- a/source/games-extra/glob2/FrugalBuild +++ b/source/games-extra/glob2/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: Mcklaren pkgname=glob2 -pkgver=0.9.3 -pkgrel=2 +pkgver=0.9.4.4 +pkgrel=1 pkgdesc="Innovative Real-Time Strategy (RTS) game which reduces micro-management by automatically assigning tasks to units." url="http://globulation2.org/" depends=('sdl_net' 'sdl_ttf' 'sdlimage' 'libvorbis' 'libgl' 'speex' 'fribidi' 'libboost-mt>=1.37.0') @@ -13,10 +13,10 @@ license="GPL2" groups=('games-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/wiki/Download_and_Install" -source=("http://dl.sv.nongnu.org/releases/$pkgname/$pkgver/$pkgname-${pkgver}.tar.gz" glob2.desktop gcc43.diff) -sha1sums=('669a43707cf03e4e810e77ef8bef2f46f1116090' \ +source=("http://dl.sv.nongnu.org/releases/$pkgname/0.9.4/$pkgname-${pkgver}.tar.gz" glob2.desktop gcc44.patch) +sha1sums=('14aa8d840ef5f95a9af591789082fe2322fa8cad' \ 'b090d2baf0943f66611f9b73f66d883d8aad3e33' \ - 'b2ba35307e23907a9f3f3337e5f3f09dd95ca762') + '5a96fef30cd61bf4b8a1db2568191fb6c8f9223b') build() { Fpatchall diff --git a/source/games-extra/glob2/gcc43.diff b/source/games-extra/glob2/gcc43.diff deleted file mode 100644 index 3d296d3..0000000 --- a/source/games-extra/glob2/gcc43.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/FertilityCalculatorThreadMessage.cpp.orig 2008-04-25 14:35:56.000000000 +0200 -+++ ./src/FertilityCalculatorThreadMessage.cpp 2008-04-26 20:02:43.000000000 +0200 -@@ -19,6 +19,7 @@ - #include "FertilityCalculatorThreadMessage.h" - - #include -+#include - - FCTUpdateCompletionPercent::FCTUpdateCompletionPercent(float percent) - : percent(percent) diff --git a/source/games-extra/glob2/gcc44.patch b/source/games-extra/glob2/gcc44.patch new file mode 100644 index 0000000..d6b0613 --- /dev/null +++ b/source/games-extra/glob2/gcc44.patch @@ -0,0 +1,20 @@ +With gcc 4.4, compilation of libgag/src/TextStream.cpp fails with the error: +'class GAGCore::StreamBackend' has no member named 'getc'. Reordering +#include's solves the problem. +Index: glob2-0.9.4.1/libgag/src/TextStream.cpp +=================================================================== +--- glob2-0.9.4.1.orig/libgag/src/TextStream.cpp 2009-06-27 20:19:38.000000000 +0400 ++++ glob2-0.9.4.1/libgag/src/TextStream.cpp 2009-06-27 20:20:22.000000000 +0400 +@@ -17,11 +17,11 @@ + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +-#include + #include + #include + #include + #include ++#include + #ifdef WIN32 + #define snprintf _snprintf + #define vsnprintf _vsnprintf From vmiklos at frugalware.org Sat Oct 2 14:18:17 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 14:18:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: flowplayer-3.2.5-1-i686 Message-ID: <20101002121817.B8431132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=74b3b0a3fd19d1b358155c8ae4bba8ef440c300b commit 74b3b0a3fd19d1b358155c8ae4bba8ef440c300b Author: Miklos Vajna Date: Sat Oct 2 14:15:50 2010 +0200 flowplayer-3.2.5-1-i686 - version bump diff --git a/source/network-extra/flowplayer/FrugalBuild b/source/network-extra/flowplayer/FrugalBuild index b23d72c..31ac208 100644 --- a/source/network-extra/flowplayer/FrugalBuild +++ b/source/network-extra/flowplayer/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=flowplayer -pkgver=3.2.4 +pkgver=3.2.5 pkgrel=1 pkgdesc="A video player for Flash Video in FLV format." url="http://flowplayer.org/" @@ -14,7 +14,7 @@ _F_archive_grepv="src" up2date="Flastarchive http://flowplayer.org/download/index.html .zip" source=(http://releases.flowplayer.org/flowplayer/flowplayer-$pkgver.zip \ README.Frugalware) -sha1sums=('fedf46ea2a20dab01e40894c294a338a25679773' \ +sha1sums=('308fb2052d7ff800fbe12dc5e0fdd601a4bdbfdd' \ '8ea76d8a45d07c872ca4484b8d9f16c814d64fb9') build() From kooda at upyum.com Sat Oct 2 14:22:14 2010 From: kooda at upyum.com (Kooda) Date: Sat, 2 Oct 2010 14:22:14 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: 2mandvd-1.4-1-i686 Message-ID: <20101002122214.F05E3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e6dc57c4563955f03409b21810b5256fd2418695 commit e6dc57c4563955f03409b21810b5256fd2418695 Author: Kooda Date: Sat Oct 2 14:15:14 2010 +0200 2mandvd-1.4-1-i686 * Version bump diff --git a/source/xapps-extra/2mandvd/FrugalBuild b/source/xapps-extra/2mandvd/FrugalBuild index a70e0a8..93062dd 100644 --- a/source/xapps-extra/2mandvd/FrugalBuild +++ b/source/xapps-extra/2mandvd/FrugalBuild @@ -2,23 +2,25 @@ # Maintainer: Kooda pkgname=2mandvd -pkgver=1.3.5 -pkgrel=2 +pkgver=1.4 +pkgrel=1 pkgdesc="A tool to easily make video DVDs" url="http://2mandvd.tuxfamily.org/" -depends=('libqtwebkit' 'webkit' 'ffmpegthumbnailer' 'sox' 'mplayer' 'mencoder' 'dvdauthor' 'transcode' 'mjpegtools' 'netpbm' 'cdrkit' 'xine-lib' 'perl') +depends=('libqtwebkit' 'webkit' 'ffmpegthumbnailer' 'sox' 'mplayer' 'mencoder' 'dvdauthor' \ + 'transcode' 'mjpegtools' 'netpbm' 'cdrkit' 'xine-lib' 'perl' 'libexif' 'libqtopengl') groups=('xapps-extra') archs=('i686' 'x86_64') +replaces=('smile') up2date="lynx -dump http://download.tuxfamily.org/2mandvd/ | sed 's|2ManDVD|2mandvd|g' | Flasttar" source=(http://download.tuxfamily.org/$pkgname/2ManDVD-$pkgver.tar.gz) -sha1sums=('3cf6429d1b7ac35d78f7f56431208443e866d9e6') +sha1sums=('cec04936994732a6bce13d2078f225b64fb5f4c8') _F_cd_path="2ManDVD" build() { Fcd qmake -project || Fdie - echo "QT += webkit" >> 2ManDVD.pro || Fdie + echo "QT += webkit opengl" >> 2ManDVD.pro || Fdie qmake || Fdie Fbuild From vmiklos at frugalware.org Sat Oct 2 14:26:32 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 14:26:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: archivemail-0.8.1-1-i686 Message-ID: <20101002122632.1D679132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=67cd11ec67dc1103613a6593dbb19ac353197082 commit 67cd11ec67dc1103613a6593dbb19ac353197082 Author: Miklos Vajna Date: Sat Oct 2 14:24:00 2010 +0200 archivemail-0.8.1-1-i686 - version bump diff --git a/source/network-extra/archivemail/FrugalBuild b/source/network-extra/archivemail/FrugalBuild index 7c749b9..4863d3e 100644 --- a/source/network-extra/archivemail/FrugalBuild +++ b/source/network-extra/archivemail/FrugalBuild @@ -2,17 +2,11 @@ # Maintainer: Miklos Vajna pkgname=archivemail -pkgver=0.7.2 -pkgrel=5 +pkgver=0.8.1 +pkgrel=1 pkgdesc="A tool for archiving and compressing old email in mailboxes." Finclude sourceforge -depends=('python') +depends=('python>=2.7') groups=('network-extra') archs=('i686' 'x86_64') -# both patches are no longer necessary when using the svn version, so they can -# be dropped on next version bump -source=($source archivemail-0.7.2-tmpdir.diff \ - archivemail-0.7.2-handle-empty.diff) -sha1sums=('0ff9b8991b04f09cf9536c45b6f9e05d2427a459' \ - '32efbe94a2f2e423265147795bb3883ccc127e74' \ - 'a4f5e1245a08fd7a77df099020a516b5dbba4ad8') +sha1sums=('c8a4fb9842cbcd4ad64fafb1d58c9719f827b1ab') diff --git a/source/network-extra/archivemail/archivemail-0.7.2-handle-empty.diff b/source/network-extra/archivemail/archivemail-0.7.2-handle-empty.diff deleted file mode 100644 index b8264c3..0000000 --- a/source/network-extra/archivemail/archivemail-0.7.2-handle-empty.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- archivemail.orig 2008-04-12 17:14:05.000000000 +0200 -+++ archivemail 2008-04-12 17:21:41.000000000 +0200 -@@ -1274,7 +1274,8 @@ - original = mailbox.MHMailbox(mailbox_name) - else: - unexpected_error("unknown type: %s" % type) -- assert(original) -+ if not len(original): -+ return - - cache = IdentityCache(mailbox_name) - diff --git a/source/network-extra/archivemail/archivemail-0.7.2-tmpdir.diff b/source/network-extra/archivemail/archivemail-0.7.2-tmpdir.diff deleted file mode 100644 index 2c3f4ec..0000000 --- a/source/network-extra/archivemail/archivemail-0.7.2-tmpdir.diff +++ /dev/null @@ -1,14 +0,0 @@ ---- archivemail.orig 2007-12-03 12:36:15.000000000 +0100 -+++ archivemail 2007-12-03 12:31:11.000000000 +0100 -@@ -1122,7 +1122,10 @@ - old_temp_dir = tempfile.tempdir - try: - # create a temporary directory for us to work in securely -- tempfile.tempdir = None -+ if 'TMPDIR' in os.environ.keys(): -+ tempfile.tempdir = os.environ['TMPDIR'] -+ else: -+ tempfile.tempdir = None - new_temp_dir = tempfile.mkdtemp('archivemail') - assert(new_temp_dir) - _stale.temp_dir = new_temp_dir From vmiklos at frugalware.org Sat Oct 2 14:31:59 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 2 Oct 2010 14:31:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pacman-g2-3.7.8-5-i686 Message-ID: <20101002123159.C6B81132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fbe51d11237883f0920221ef5c85a49924d66762 commit fbe51d11237883f0920221ef5c85a49924d66762 Author: Miklos Vajna Date: Sat Oct 2 14:29:26 2010 +0200 pacman-g2-3.7.8-5-i686 - bin unused patches diff --git a/source/base/pacman-g2/0001-fix-percent-calculation.patch b/source/base/pacman-g2/0001-fix-percent-calculation.patch deleted file mode 100644 index 33b161a..0000000 --- a/source/base/pacman-g2/0001-fix-percent-calculation.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 15239ddaabded16686facc39dd57e675e1da1888 Mon Sep 17 00:00:00 2001 -From: crazy -Date: Sat, 26 Jun 2010 00:08:40 +0200 -Subject: [PATCH] fix percent calculation , should close #4252 - ---- - lib/libpacman/add.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/lib/libpacman/add.c b/lib/libpacman/add.c -index 34186f2..29167c1 100644 ---- a/lib/libpacman/add.c -+++ b/lib/libpacman/add.c -@@ -444,7 +444,7 @@ int _pacman_add_commit(pmtrans_t *trans, pmdb_t *db) - STRNCPY(pathname, archive_entry_pathname (entry), PATH_MAX); - - if (info->size != 0) -- percent = archive_position_uncompressed(archive) / info->size; -+ percent = (double)archive_position_uncompressed(archive) / info->size; - if (needdisp == 0) { - PROGRESS(trans, cb_state, what, (int)(percent * 100), howmany, (howmany - remain +1)); - } --- -1.7.1 - diff --git a/source/base/pacman-g2/0002-fix-ccache.patch b/source/base/pacman-g2/0002-fix-ccache.patch deleted file mode 100644 index dcc9074..0000000 --- a/source/base/pacman-g2/0002-fix-ccache.patch +++ /dev/null @@ -1,36 +0,0 @@ -commit 5a27136c9df7bb9e920c9f0bd91ed2af7b54c778 -Author: Michel Hermier -Date: Mon Jul 5 13:50:37 2010 +0200 - - scripts/makepkg: Disable ccache when /var/cache/ccache is not writable. - - * With the recent cache update, it now don't die silently when the cache - is writable. Don't export ccache environment in this case (so that - ccache is disabled). - -diff --git a/scripts/makepkg b/scripts/makepkg -index 5988ccf..c177dd4 100755 ---- a/scripts/makepkg -+++ b/scripts/makepkg -@@ -1537,13 +1537,14 @@ fi - - # use ccache if it's available - if [ "$NOCCACHE" = "0" -a -d /usr/lib/ccache/bin ]; then -- export PATH=/usr/lib/ccache/bin:$PATH -- FCC="ccache $FCC" -- install -d -m 2775 /var/cache/ccache/$pkgname -- export CCACHE_DIR=/var/cache/ccache/$pkgname -- export CCACHE_NOLINK=1 -- export CCACHE_UMASK=002 -- if [ ! -w /var/cache/ccache/ ]; then -+ if [ -w /var/cache/ccache/ ]; then -+ export PATH=/usr/lib/ccache/bin:$PATH -+ FCC="ccache $FCC" -+ install -d -m 2775 /var/cache/ccache/$pkgname -+ export CCACHE_DIR=/var/cache/ccache/$pkgname -+ export CCACHE_NOLINK=1 -+ export CCACHE_UMASK=002 -+ else - if [ "$INCHROOT" != "1" ]; then - error "You installed ccache but you are not in the ccache group." - plain "Either add yourserlf to the ccache group or" From bouleetbil at frogdev.info Sat Oct 2 16:33:26 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 16:33:26 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+2-2.22.0-3-x86_64 *gdk-pixbuf2 as depends for don't break all pkg that use gtk :p Message-ID: <20101002143326.DB812132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d22f8557504a13287cece9a1f1ab1b626c8e9b5a commit d22f8557504a13287cece9a1f1ab1b626c8e9b5a Author: bouleetbil Date: Sat Oct 2 16:29:24 2010 +0200 gtk+2-2.22.0-3-x86_64 *gdk-pixbuf2 as depends for don't break all pkg that use gtk :p diff --git a/source/xlib/gtk+2/FrugalBuild b/source/xlib/gtk+2/FrugalBuild index 055017c..a8ca218 100644 --- a/source/xlib/gtk+2/FrugalBuild +++ b/source/xlib/gtk+2/FrugalBuild @@ -4,12 +4,12 @@ pkgname=gtk+2 _F_gnome_name=gtk+ pkgver=2.22.0 -pkgrel=2 +pkgrel=3 pkgdesc="The GTK+ Toolkit (2.x series)" -depends=('libxext' 'libxfixes' 'cairo>=1.8.10-2' 'libgcc' 'libjpeg>=8a' 'libtiff' 'libcups>=1.3.11-4') +depends=('libxext' 'libxfixes' 'cairo>=1.8.10-2' 'libgcc' 'libjpeg>=8a' 'libtiff' 'libcups>=1.3.11-4' 'gdk-pixbuf2') rodepends=('gnome-icon-theme' 'shared-mime-info') groups=('xlib') -makedepends=('gtk-doc' 'cups' 'inputproto' 'gobject-introspection' 'gdk-pixbuf2') +makedepends=('gtk-doc' 'cups' 'inputproto' 'gobject-introspection') archs=('i686' 'x86_64' 'ppc') Finclude gnome up2date=$pkgver From bouleetbil at frogdev.info Sat Oct 2 16:51:08 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 16:51:08 +0200 (CEST) Subject: [Frugalware-git] gnometesting: midori-0.2.8-2-x86_64 Message-ID: <20101002145108.58087132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ab0944f500825556cec394da6a917525a9ca0303 commit ab0944f500825556cec394da6a917525a9ca0303 Author: bouleetbil Date: Sat Oct 2 16:49:38 2010 +0200 midori-0.2.8-2-x86_64 *forgot pkgrel++ for webkit rebuild diff --git a/source/xapps-extra/midori/FrugalBuild b/source/xapps-extra/midori/FrugalBuild index 4ee4b0d..1268ef7 100644 --- a/source/xapps-extra/midori/FrugalBuild +++ b/source/xapps-extra/midori/FrugalBuild @@ -3,7 +3,7 @@ pkgname=midori pkgver=0.2.8 -pkgrel=1 +pkgrel=2 url="http://www.twotoasts.de/index.php?/pages/midori_summary.html" up2date="lynx --dump --source $url | Flasttarbz2" source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2 \ From bouleetbil at frogdev.info Sat Oct 2 17:15:25 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 17:15:25 +0200 (CEST) Subject: [Frugalware-git] gnometesting: cairo-1.10.0-2-i686 *rebuild with poppler 0.14.3 Message-ID: <20101002151525.17CFF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5c5cb1fb1b59b2a7e334697ee340a0ad05bd97fc commit 5c5cb1fb1b59b2a7e334697ee340a0ad05bd97fc Author: bouleetbil Date: Sat Oct 2 17:46:29 2010 +0000 cairo-1.10.0-2-i686 *rebuild with poppler 0.14.3 diff --git a/source/xlib/cairo/FrugalBuild b/source/xlib/cairo/FrugalBuild index e80a49c..a578ffb 100644 --- a/source/xlib/cairo/FrugalBuild +++ b/source/xlib/cairo/FrugalBuild @@ -3,12 +3,12 @@ pkgname=cairo pkgver=1.10.0 -pkgrel=1 +pkgrel=2 pkgdesc="A vector graphics library with cross-device output support" url="http://cairographics.org" depends=('glitz' 'libxrender>=0.9.4-3' 'fontconfig' 'libpng>=1.4.1' 'libxcb>=1.3' 'libx11>=1.2.1' \ 'xcb-util>=0.3.5' 'pixman>=0.15.8' 'freetype2>=2.3.8-2') -makedepends=('gtk-doc>=1.10' 'poppler-glib' 'librsvg>=2.26.0-2') +makedepends=('gtk-doc>=1.10' 'poppler-glib>=0.14.3' 'librsvg>=2.26.0-2') groups=('xlib') archs=('x86_64' 'i686' 'ppc') up2date="lynx -dump 'http://cairographics.org/releases/?C=D;O=A'|grep -m1 '/LATEST-cairo'|sed 's/.*ro-\(.*\).*/\1/'" From devil505linux at gmail.com Sat Oct 2 20:35:43 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 2 Oct 2010 20:35:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: warzone2100-2.3.5-1-i686 * version bump Message-ID: <20101002183543.5EE7D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bcd495728888aadccd632be764618830f3acb103 commit bcd495728888aadccd632be764618830f3acb103 Author: Devil505 Date: Sat Oct 2 20:35:20 2010 +0200 warzone2100-2.3.5-1-i686 * version bump diff --git a/source/games-extra/warzone2100/FrugalBuild b/source/games-extra/warzone2100/FrugalBuild index 3451003..90b6d8a 100644 --- a/source/games-extra/warzone2100/FrugalBuild +++ b/source/games-extra/warzone2100/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=warzone2100 -pkgver=2.3.4 +pkgver=2.3.5 pkgrel=1 pkgdesc="3D realtime strategy game on a future Earth" url="http://wz2100.net" @@ -12,7 +12,7 @@ _F_sourceforge_ext=".tar.gz" Finclude sourceforge groups=('games-extra') archs=('i686' 'x86_64') -sha1sums=('a9671c5e0c1ac402749b1efe95a16307b9788d65') +sha1sums=('123d87b2cc5603cc92672baea29bb07bdaebd2ed') build() { From bouleetbil at frogdev.info Sat Oct 2 21:13:23 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 21:13:23 +0200 (CEST) Subject: [Frugalware-git] gnometesting: texlive-20091107-5-x86_64 Message-ID: <20101002191323.65E59132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=901e18094a975482f1cdf68bad718d4ce432b81c commit 901e18094a975482f1cdf68bad718d4ce432b81c Author: bouleetbil Date: Sat Oct 2 20:27:10 2010 +0200 texlive-20091107-5-x86_64 *rebuild with poppler>=0.14.3 diff --git a/source/xapps-extra/texlive/FrugalBuild b/source/xapps-extra/texlive/FrugalBuild index b8aab32..0cad5f0 100644 --- a/source/xapps-extra/texlive/FrugalBuild +++ b/source/xapps-extra/texlive/FrugalBuild @@ -3,10 +3,10 @@ pkgname=texlive pkgver=20091107 -pkgrel=4 +pkgrel=5 pkgdesc="A complete TeX distribution" archs=('i686' 'x86_64' 'ppc') -depends=('t1lib' 'gd' 'ncurses' 'poppler') +depends=('t1lib' 'gd' 'ncurses' 'poppler>=0.14.3') makedepends=('clisp' 'ffcall') url='http://tug.org/texlive/' source=("ftp://tug.org/historic/systems/texlive/2009/$pkgname-$pkgver-source.tar.xz" \ From bouleetbil at frogdev.info Sat Oct 2 21:13:23 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 21:13:23 +0200 (CEST) Subject: [Frugalware-git] gnometesting: librsvg-2.32.0-2-x86_64 *fixes svg gdk support Message-ID: <20101002191323.788A6132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=dba05e3c9aeed55fcb2b9e7a4e3992f6f232103b commit dba05e3c9aeed55fcb2b9e7a4e3992f6f232103b Author: bouleetbil Date: Sat Oct 2 21:11:44 2010 +0200 librsvg-2.32.0-2-x86_64 *fixes svg gdk support diff --git a/source/xlib/librsvg/FrugalBuild b/source/xlib/librsvg/FrugalBuild index 89d8d8d..7a12ba0 100644 --- a/source/xlib/librsvg/FrugalBuild +++ b/source/xlib/librsvg/FrugalBuild @@ -4,14 +4,15 @@ pkgname=librsvg pkgver=2.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="A high performance SVG rendering library for GNOME" -depends=('gtk+2' 'libxml2' 'popt' 'libart_lgpl' 'libcroco>=0.6.1-4' 'libgsf>=1.14.8') +depends=('gtk+2>=2.22.0' 'gdk-pixbuf2' 'libxml2' 'popt' 'libart_lgpl' 'libcroco>=0.6.1-4' 'libgsf>=1.14.8') makedepends=('gtk-doc') groups=('xlib') archs=('i686' 'x86_64' 'ppc') Finclude gnome sha1sums=('252727b948a29b36dae0022e0c620538bcb158f8') -Fconfopts="$Fconfopts --enable-gtk-doc --enable-pixbuf-loader --enable-gtk-theme --with-croco" +Fconfopts="$Fconfopts --with-croco --disable-static \ + --with-svgz --enable-gtk-theme" # optimization OK diff --git a/source/xlib/librsvg/librsvg.install b/source/xlib/librsvg/librsvg.install index b3b67c5..30c06c9 100644 --- a/source/xlib/librsvg/librsvg.install +++ b/source/xlib/librsvg/librsvg.install @@ -2,6 +2,8 @@ post_install() { echo -n "updating gtk/gdk immodules/loaders... " /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules /usr/bin/gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders + /usr/bin/gdk-pixbuf-query-loaders --update-cache + echo "done." } @@ -13,6 +15,7 @@ post_remove() { echo -n "updating gtk/gdk immodules/loaders... " /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules /usr/bin/gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders + /usr/bin/gdk-pixbuf-query-loaders --update-cache echo "done." } From bouleetbil at frogdev.info Sat Oct 2 21:39:37 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 21:39:37 +0200 (CEST) Subject: [Frugalware-git] gnometesting: referencer-1.1.6-6-i686 Message-ID: <20101002193937.E5C4E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=477b4dbb7c99073145cd84e11d886117ec3662be commit 477b4dbb7c99073145cd84e11d886117ec3662be Author: bouleetbil Date: Sat Oct 2 22:11:09 2010 +0000 referencer-1.1.6-6-i686 *rebuild with poppler>=0.14.3 diff --git a/source/gnome-extra/referencer/FrugalBuild b/source/gnome-extra/referencer/FrugalBuild index cb4d47e..bfa7bb2 100644 --- a/source/gnome-extra/referencer/FrugalBuild +++ b/source/gnome-extra/referencer/FrugalBuild @@ -3,14 +3,14 @@ pkgname=referencer pkgver=1.1.6 -pkgrel=5 +pkgrel=6 pkgdesc="Referencer is a Gnome application to organise documents or references" url="http://icculus.org/referencer" up2date="lynx -dump $url/downloads/ | Flasttar" source=(${url}/downloads/$pkgname-$pkgver.tar.gz) options=('scriptlet') depends=('libgnomeuimm>=2.26.0-3' 'libsm' 'popt' 'esd' 'gail>=2.20.0-2' 'libart_lgpl' 'python>=2.7' \ - 'atk' 'poppler-glib>=0.11.0-2' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' 'libboost' \ + 'atk' 'poppler-glib>=0.14.3' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' 'libboost' \ 'libxdamage' 'openssl>=1.0.0' 'libxinerama' 'libxi' 'libxrandr' 'libxcursor') makedepends=('boost' 'perl-xml-parser' 'intltool' 'gnome-doc-utils') _F_gnome_iconcache="y" From bouleetbil at frogdev.info Sat Oct 2 21:54:18 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 21:54:18 +0200 (CEST) Subject: [Frugalware-git] gnometesting: telepathy-glib-0.13.0-1-x86_64 *version bump Message-ID: <20101002195418.7E124132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=19637350874f1995b255cd33c269fc1c5e90a503 commit 19637350874f1995b255cd33c269fc1c5e90a503 Author: bouleetbil Date: Sat Oct 2 21:52:34 2010 +0200 telepathy-glib-0.13.0-1-x86_64 *version bump diff --git a/source/lib/telepathy-glib/FrugalBuild b/source/lib/telepathy-glib/FrugalBuild index d83cc05..30f3756 100644 --- a/source/lib/telepathy-glib/FrugalBuild +++ b/source/lib/telepathy-glib/FrugalBuild @@ -3,16 +3,16 @@ # Contributor: AlexExtreme pkgname=telepathy-glib -pkgver=0.12.0 +pkgver=0.13.0 pkgrel=1 pkgdesc="A glib library to ease writing telepathy clients in glib." url="http://telepathy.freedesktop.org/wiki/" depends=('dbus-glib') -makedepends=('libxslt') +makedepends=('libxslt' 'gobject-introspection') groups=('lib') 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=('76270f4cfb84bae4668d531d16dd6afc77acbbc2') +sha1sums=('6342460bd6ff760e508722cfb71e89b92e60f654') # optimization OK From bouleetbil at frogdev.info Sat Oct 2 21:58:56 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 21:58:56 +0200 (CEST) Subject: [Frugalware-git] gnometesting: telepathy-logger-0.1.5-1-x86_64 *new package Message-ID: <20101002195856.0C1EF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=188bbae0879a7c3deaae6c7276511de033428439 commit 188bbae0879a7c3deaae6c7276511de033428439 Author: bouleetbil Date: Sat Oct 2 21:57:45 2010 +0200 telepathy-logger-0.1.5-1-x86_64 *new package diff --git a/source/lib-extra/telepathy-logger/FrugalBuild b/source/lib-extra/telepathy-logger/FrugalBuild new file mode 100644 index 0000000..4a5690a --- /dev/null +++ b/source/lib-extra/telepathy-logger/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.09 SBU +# Maintainer: bouleetbil + +pkgname=telepathy-logger +pkgver=0.1.5 +pkgrel=1 +pkgdesc="telepathy logger service" +url="http://telepathy.freedesktop.org/releases/$pkgname" +up2date="lynx -dump $url | Flasttar" +source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2") +depends=('dbus-glib' 'telepathy-glib' 'libxslt') +makedepends=('intltool' 'gnome-doc-utils') +groups=('lib-extra') +archs=('i686' 'x86_64' 'ppc') +sha1sums=('74911056d182d50351f6b0b9b5928588d46e8c1c') + +# optimization OK From devil505linux at gmail.com Sat Oct 2 22:03:24 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 2 Oct 2010 22:03:24 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+2-2.22.0-4-i686 * Added ubuntu_gtk_widget_set_has_grab patch so we can grab sliders and things in menus, needed by ido Message-ID: <20101002200324.D97EF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d97fae97c2a8088551e9934ebb3c116fd8f64130 commit d97fae97c2a8088551e9934ebb3c116fd8f64130 Author: Daniel Date: Sat Oct 2 21:59:30 2010 +0200 gtk+2-2.22.0-4-i686 * Added ubuntu_gtk_widget_set_has_grab patch so we can grab sliders and things in menus, needed by ido diff --git a/source/xlib/gtk+2/012_ubuntu-set-grab-add.patch b/source/xlib/gtk+2/012_ubuntu-set-grab-add.patch new file mode 100644 index 0000000..2c1b654 --- /dev/null +++ b/source/xlib/gtk+2/012_ubuntu-set-grab-add.patch @@ -0,0 +1,46 @@ +=== modified file 'gtk/gtk.symbols' +--- old/gtk/gtk.symbols 2010-07-29 17:26:15 +0000 ++++ new/gtk/gtk.symbols 2010-07-29 17:26:21 +0000 +@@ -5277,6 +5277,7 @@ + gtk_widget_get_realized + gtk_widget_set_mapped + gtk_widget_get_mapped ++ubuntu_gtk_widget_set_has_grab + #endif + #endif + + +=== modified file 'gtk/gtkwidget.c' +--- old/gtk/gtkwidget.c 2010-07-29 17:24:37 +0000 ++++ new/gtk/gtkwidget.c 2010-07-29 17:29:04 +0000 +@@ -11399,5 +11399,15 @@ + return res; + } + ++void ++ubuntu_gtk_widget_set_has_grab (GtkWidget *widget, ++ gboolean has_grab) ++{ ++ if (has_grab) ++ GTK_OBJECT_FLAGS (widget) |= GTK_HAS_GRAB; ++ else ++ GTK_OBJECT_FLAGS (widget) &= ~(GTK_HAS_GRAB); ++} ++ + #define __GTK_WIDGET_C__ + #include "gtkaliasdef.c" + +=== modified file 'gtk/gtkwidget.h' +--- old/gtk/gtkwidget.h 2010-07-29 17:24:37 +0000 ++++ new/gtk/gtkwidget.h 2010-07-29 17:27:51 +0000 +@@ -1342,6 +1342,9 @@ + GtkWidget *toplevel, + gpointer user_data); + ++void ubuntu_gtk_widget_set_has_grab (GtkWidget *widget, ++ gboolean has_grab); ++ + G_END_DECLS + + #endif /* __GTK_WIDGET_H__ */ + diff --git a/source/xlib/gtk+2/FrugalBuild b/source/xlib/gtk+2/FrugalBuild index a8ca218..aa67394 100644 --- a/source/xlib/gtk+2/FrugalBuild +++ b/source/xlib/gtk+2/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gtk+2 _F_gnome_name=gtk+ pkgver=2.22.0 -pkgrel=3 +pkgrel=4 pkgdesc="The GTK+ Toolkit (2.x series)" depends=('libxext' 'libxfixes' 'cairo>=1.8.10-2' 'libgcc' 'libjpeg>=8a' 'libtiff' 'libcups>=1.3.11-4' 'gdk-pixbuf2') rodepends=('gnome-icon-theme' 'shared-mime-info') @@ -15,7 +15,9 @@ Finclude gnome up2date=$pkgver url="http://www.gtk.org/" _F_cd_path="gtk+-$pkgver" -sha1sums=('3af12d8eb3520516b25fa82873f87473dfb42cc0') +source=($source 012_ubuntu-set-grab-add.patch) +sha1sums=('3af12d8eb3520516b25fa82873f87473dfb42cc0' \ + 'b29a0761a169b7813106e9a7478320f89fcc1550') subpkgs=("${subpkgs[@]}" "$pkgname-libs") subdescs=("${subdescs[@]}" "GTK+2 core libraries.") From bouleetbil at frogdev.info Sat Oct 2 22:12:15 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 22:12:15 +0200 (CEST) Subject: [Frugalware-git] gnometesting: telepathy-glib-0.13.0-2-x86_64 *enable vala binding Message-ID: <20101002201215.9175A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=76032d2b98581f061d92449939f3e6131a3c63eb commit 76032d2b98581f061d92449939f3e6131a3c63eb Author: bouleetbil Date: Sat Oct 2 22:10:05 2010 +0200 telepathy-glib-0.13.0-2-x86_64 *enable vala binding diff --git a/source/lib/telepathy-glib/FrugalBuild b/source/lib/telepathy-glib/FrugalBuild index 30f3756..93abba1 100644 --- a/source/lib/telepathy-glib/FrugalBuild +++ b/source/lib/telepathy-glib/FrugalBuild @@ -4,15 +4,16 @@ pkgname=telepathy-glib pkgver=0.13.0 -pkgrel=1 +pkgrel=2 pkgdesc="A glib library to ease writing telepathy clients in glib." url="http://telepathy.freedesktop.org/wiki/" depends=('dbus-glib') -makedepends=('libxslt' 'gobject-introspection') +makedepends=('libxslt' 'gobject-introspection' 'vala') groups=('lib') 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=('6342460bd6ff760e508722cfb71e89b92e60f654') +Fconfopts="${Fconfopts[@]} --enable-vala-bindings" # optimization OK From bouleetbil at frogdev.info Sat Oct 2 22:15:52 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 22:15:52 +0200 (CEST) Subject: [Frugalware-git] gnometesting: ruby-gnome2-0.19.4-4-i686 Message-ID: <20101002201552.24329132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=0e889752051b13bf76431b79159c18a699983024 commit 0e889752051b13bf76431b79159c18a699983024 Author: bouleetbil Date: Sat Oct 2 22:47:10 2010 +0000 ruby-gnome2-0.19.4-4-i686 *rebuild with poppler>=0.14.3 diff --git a/source/gnome-extra/ruby-gnome2/FrugalBuild b/source/gnome-extra/ruby-gnome2/FrugalBuild index 103476b..826ded2 100644 --- a/source/gnome-extra/ruby-gnome2/FrugalBuild +++ b/source/gnome-extra/ruby-gnome2/FrugalBuild @@ -3,15 +3,15 @@ pkgname=ruby-gnome2 pkgver=0.19.4 -pkgrel=3 +pkgrel=4 pkgdesc="Ruby language bindings for Gnome environment" _F_sourceforge_name="$pkgname-all" _F_sourceforge_dirname="$pkgname" _F_sourceforge_realname=$pkgname Finclude sourceforge url="http://ruby-gnome2.sourceforge.jp/" -depends=('gnome-panel>=2.30.0-2' 'gtksourceview>=2.2.1' 'ruby>=1.9.1' 'libgtkhtml' 'ruby-gtk2>=0.16.0' \ - 'dbus-glib>=0.74' 'vte>=0.22.0' 'libcroco>=0.6.1-4' 'ncurses' 'poppler-glib>=0.8.0' \ +depends=('gnome-panel>=2.32.0' 'gtksourceview>=2.2.1' 'ruby>=1.9.1' 'libgtkhtml' 'ruby-gtk2>=0.16.0' \ + 'dbus-glib>=0.74' 'vte>=0.22.0' 'libcroco>=0.6.1-4' 'ncurses' 'poppler-glib>=0.14.3' \ 'gtkglext' 'ruby-gtk2' 'firefox') groups=('gnome-extra') options=('scriptlet') From bouleetbil at frogdev.info Sat Oct 2 22:17:14 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 22:17:14 +0200 (CEST) Subject: [Frugalware-git] gnometesting: folks-0.2.0-1-x86_64 *new package Message-ID: <20101002201714.84BCE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=330bf427bcdbafa04d2bd08c60691074bcfc0cea commit 330bf427bcdbafa04d2bd08c60691074bcfc0cea Author: bouleetbil Date: Sat Oct 2 22:15:54 2010 +0200 folks-0.2.0-1-x86_64 *new package diff --git a/source/gnome-extra/folks/FrugalBuild b/source/gnome-extra/folks/FrugalBuild new file mode 100644 index 0000000..3ce2df5 --- /dev/null +++ b/source/gnome-extra/folks/FrugalBuild @@ -0,0 +1,16 @@ +# Compiling time: 0.17 SBU +# Maintainer: bouleetbil + +pkgname=folks +pkgver=0.2.0 +pkgrel=1 +pkgdesc="libfolks is a library that aggregates people from multiple sources" +depends=('evolution-data-server' 'libgee' 'telepathy-glib') +makedepends=('vala' 'gobject-introspection') +groups=('gnome-extra') +archs=('i686' 'x86_64' 'ppc') +options=('scriptlet') +Finclude gnome +sha1sums=('5a9b5098b4251fc176b5816c40dc74b11553b8e3') + +# optimization OK From devil505linux at gmail.com Sat Oct 2 22:22:00 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 2 Oct 2010 22:22:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: utouch-geis-1.0.12-1-i686 * version bump Message-ID: <20101002202200.02263132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=67be1d108afb26898ccaf5c8c9759cf7b8549076 commit 67be1d108afb26898ccaf5c8c9759cf7b8549076 Author: Devil505 Date: Sat Oct 2 22:20:58 2010 +0200 utouch-geis-1.0.12-1-i686 * version bump diff --git a/source/lib-extra/utouch-geis/FrugalBuild b/source/lib-extra/utouch-geis/FrugalBuild index 720d108..01b03f6 100644 --- a/source/lib-extra/utouch-geis/FrugalBuild +++ b/source/lib-extra/utouch-geis/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=utouch-geis -pkgver=1.0.11 +pkgver=1.0.12 pkgrel=1 pkgdesc="Implementation of the GEIS (Gesture Engine Interface and Support) interface." url="http://launchpad.net/utouch-geis" @@ -10,7 +10,7 @@ depends=('utouch-grail' 'libxi') groups=('lib-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" -source=($url/1.x/2010-09-16/+download/$pkgname-$pkgver.tar.gz) -sha1sums=('532c9d6e985394c8f599f29331499c140b1665b1') +source=($url/1.x/2010-09-30/+download/$pkgname-$pkgver.tar.gz) +sha1sums=('ef0b479de3e4fcad20000fad9c2b30bfa7b1f60c') # optimization OK From bouleetbil at frogdev.info Sat Oct 2 22:32:18 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 22:32:18 +0200 (CEST) Subject: [Frugalware-git] gnometesting: empathy-2.32.0-1-x86_64 Message-ID: <20101002203218.2EEB5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a9dfa2faba33550742de80efa6a6e7decd26a4dd commit a9dfa2faba33550742de80efa6a6e7decd26a4dd Author: bouleetbil Date: Sat Oct 2 22:30:26 2010 +0200 empathy-2.32.0-1-x86_64 *version bump diff --git a/source/gnome-extra/empathy/FrugalBuild b/source/gnome-extra/empathy/FrugalBuild index 5ae3241..38d9244 100644 --- a/source/gnome-extra/empathy/FrugalBuild +++ b/source/gnome-extra/empathy/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: bouleetbil pkgname=empathy -pkgver=2.30.3 +pkgver=2.32.0 pkgrel=1 pkgdesc="Empathy consists of a rich set of reusable instant messaging widgets" -depends=('gconf>=2.28.1' 'telepathy-glib' 'libxml2' 'enchant' \ +depends=('gconf>=2.32.0' 'telepathy-glib' 'libxml2' 'enchant' \ 'libglade' 'atk' 'pango' 'freetype2' 'libxau' 'libxdmcp' 'e2fsprogs' \ 'popt' 'nspr' 'openssl>=1.0.0' 'esd' 'libbonobo' 'libxdamage' 'libxinerama' \ - 'libxi' 'libxrandr' 'libxcursor' 'gnome-panel>=2.30.0' 'libjpeg>=8a' 'libbonoboui' \ + 'libxi' 'libxrandr' 'libxcursor' 'gnome-panel>=2.32.0' 'libjpeg>=8a' 'libbonoboui' \ 'libsm' 'gail' 'libart_lgpl' 'libffi' 'telepathy-stream-engine' \ 'aspell' 'iso-codes' 'telepathy-mission-control' 'telepathy-gabble'\ 'evolution-data-server>=2.30.2' 'libcanberra-gtk' 'telepathy-farsight' \ - 'webkit' 'geoclue' 'unique' 'libkrb5') + 'webkit' 'geoclue' 'unique' 'libkrb5' 'folks' 'telepathy-logger') makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gnome-doc-utils' 'krb5') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') @@ -27,7 +27,7 @@ Fconfopts="${Fconfopts[@]} --enable-python=yes --enable-gtk-doc \ --enable-control-center-embedding=no \ --enable-nautilus-sendto=yes \ --enable-map=no" -sha1sums=('1a438198469f623e7051a521ef2590f0da518075') +sha1sums=('789ea5f4fbf1bc137b5d23e33eed5e89b4208706') subpkgs=("${subpkgs[@]}" "$pkgname-nautilus-sendto") subdescs=("${subdescs[@]}" "nautilus-sendto extension $pkgname") From devil505linux at gmail.com Sat Oct 2 22:32:34 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 2 Oct 2010 22:32:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: furiusisomount-0.11.3.0-1-i686 * version bump Message-ID: <20101002203234.5558E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=53e9d2ee656c90970632b37a6b38e037e877b22b commit 53e9d2ee656c90970632b37a6b38e037e877b22b Author: Devil505 Date: Sat Oct 2 22:31:31 2010 +0200 furiusisomount-0.11.3.0-1-i686 * version bump diff --git a/source/xapps-extra/furiusisomount/FrugalBuild b/source/xapps-extra/furiusisomount/FrugalBuild index 19b14f1..2b653c2 100644 --- a/source/xapps-extra/furiusisomount/FrugalBuild +++ b/source/xapps-extra/furiusisomount/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=furiusisomount -pkgver=0.11.2.1 +pkgver=0.11.3.0 pkgrel=1 pkgdesc="An ISO, IMG, BIN, MDF and NRG Image management utility.." url="https://launchpad.net/furiusisomount" @@ -12,7 +12,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" source=(http://launchpad.net/furiusisomount/python/$pkgver/+download//$pkgname-$pkgver.tar.gz) -sha1sums=('fd4836bb751e4f1bd7251abdca98a27f5af4aab9') +sha1sums=('df66346cf8b8817b1dbf1f5d59f0b673c523358c') _F_desktop_name="Furius ISO Mount" _F_desktop_desc="Manage ISO/IMG/BIN/MDF/NRG image files" From bouleetbil at frogdev.info Sat Oct 2 22:36:34 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 22:36:34 +0200 (CEST) Subject: [Frugalware-git] gnometesting: empathy-2.32.0-2-x86_64 *use glib schemas Message-ID: <20101002203634.A4A03132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=56da926a6a0e2ee7987def6ec22a1ab24806eb9d commit 56da926a6a0e2ee7987def6ec22a1ab24806eb9d Author: bouleetbil Date: Sat Oct 2 22:34:30 2010 +0200 empathy-2.32.0-2-x86_64 *use glib schemas diff --git a/source/gnome-extra/empathy/FrugalBuild b/source/gnome-extra/empathy/FrugalBuild index 38d9244..415c16a 100644 --- a/source/gnome-extra/empathy/FrugalBuild +++ b/source/gnome-extra/empathy/FrugalBuild @@ -3,7 +3,7 @@ pkgname=empathy pkgver=2.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="Empathy consists of a rich set of reusable instant messaging widgets" depends=('gconf>=2.32.0' 'telepathy-glib' 'libxml2' 'enchant' \ 'libglade' 'atk' 'pango' 'freetype2' 'libxau' 'libxdmcp' 'e2fsprogs' \ @@ -19,7 +19,7 @@ archs=('i686' 'x86_64' 'ppc') options=('scriptlet') _F_gnome_iconcache="y" _F_gnome_desktop="y" -_F_gnome_schemas=('/etc/gconf/schemas/empathy.schemas') +_F_gnome_glib="y" Finclude gnome gnome-scriptlet Fconfopts="${Fconfopts[@]} --enable-python=yes --enable-gtk-doc \ --disable-scrollkeeper --enable-spell=yes \ From bouleetbil at frogdev.info Sat Oct 2 22:43:50 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 22:43:50 +0200 (CEST) Subject: [Frugalware-git] gnometesting: tracker-0.8.16-2-i686 Message-ID: <20101002204350.957AA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2071b71cef14c0f358d61fd3364580902a7b952d commit 2071b71cef14c0f358d61fd3364580902a7b952d Author: bouleetbil Date: Sat Oct 2 23:15:02 2010 +0000 tracker-0.8.16-2-i686 *rebuild with poppler>=0.14.3 diff --git a/source/gnome-extra/tracker/FrugalBuild b/source/gnome-extra/tracker/FrugalBuild index 4a2c5ca..ca190bc 100644 --- a/source/gnome-extra/tracker/FrugalBuild +++ b/source/gnome-extra/tracker/FrugalBuild @@ -4,11 +4,11 @@ pkgname=tracker pkgver=0.8.16 -pkgrel=1 +pkgrel=2 pkgdesc="Tracker is a first class object database, extensible tag/metadata database, search tool and indexer." depends=('gtk+2>=2.20.0-2' 'dbus-glib>=0.76' 'sqlite3' 'gamin' \ - 'poppler-glib>=0.8.0' 'libvorbis' 'libpng' 'libexif' 'libgsf' 'gstreamer' \ - 'gnome-desktop>=2.30.0-2' 'exempi' 'devicekit-power' 'openssl>=1.0.0') + 'poppler-glib>=0.14.3' 'libvorbis' 'libpng' 'libexif' 'libgsf' 'gstreamer' \ + 'gnome-desktop>=2.32.0' 'exempi' 'upower' 'openssl>=1.0.0') makedepends=('intltool' 'perl-xml-parser' 'deskbar-applet') groups=('gnome-extra') conflicts=('tracker-search-tool') From devil505linux at gmail.com Sat Oct 2 22:44:06 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 2 Oct 2010 22:44:06 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gogglesmm-0.11.3-1-i686 * version bump Message-ID: <20101002204406.4CC82132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=38f42364c5460ef080ca4c3586814cff8f4dff8f commit 38f42364c5460ef080ca4c3586814cff8f4dff8f Author: Devil505 Date: Sat Oct 2 22:43:19 2010 +0200 gogglesmm-0.11.3-1-i686 * version bump diff --git a/source/xapps-extra/gogglesmm/FrugalBuild b/source/xapps-extra/gogglesmm/FrugalBuild index fd38594..f6d944e 100644 --- a/source/xapps-extra/gogglesmm/FrugalBuild +++ b/source/xapps-extra/gogglesmm/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=gogglesmm -pkgver=0.11.2 +pkgver=0.11.3 pkgrel=1 pkgdesc="Music Manager and Player" depends=('fox>=1.6.37-2' 'libxext' 'libxrender' 'libglu' 'xine-lib' \ @@ -13,7 +13,7 @@ _F_gnome_desktop="y" Finclude googlecode gnome-scriptlet groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('3b060948ffa68cb3c2278277cf6e212dec65b275') +sha1sums=('b316c7815519327787be7eb4dfaa5da319aef3d1') replaces=('musicmanager') build() { From bouleetbil at frogdev.info Sat Oct 2 22:53:24 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 22:53:24 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libgda-4.2.0-1-x86_64 Message-ID: <20101002205324.1589C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=723a250e5e0ec9697aeee8575f0f57e15e6a4868 commit 723a250e5e0ec9697aeee8575f0f57e15e6a4868 Author: bouleetbil Date: Sat Oct 2 22:50:53 2010 +0200 libgda-4.2.0-1-x86_64 *Version bump diff --git a/source/lib/libgda/FrugalBuild b/source/lib/libgda/FrugalBuild index 8141570..eb95408 100644 --- a/source/lib/libgda/FrugalBuild +++ b/source/lib/libgda/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=libgda -pkgver=4.0.8 +pkgver=4.2.0 pkgrel=1 pkgdesc="An interface to the GDA architecture" url="http://www.gnome-db.org/" @@ -15,6 +15,6 @@ _F_gnome_scrollkeeper="y" options=('scriptlet' 'force') Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --disable-gtk-doc --with-sqlite=/usr" -sha1sums=('1f4f74edafa390e29dc78691c0ac168f02ee7edf') +sha1sums=('98da33580855525c927afcbdaea83625156ec206') # optimization OK From bouleetbil at frogdev.info Sat Oct 2 23:12:45 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 23:12:45 +0200 (CEST) Subject: [Frugalware-git] gnometesting: anjuta-2.32.0.0-1-x86_64 Message-ID: <20101002211245.18AA2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=251f91755d7d02efd96ec34617028e80bb9e91c2 commit 251f91755d7d02efd96ec34617028e80bb9e91c2 Author: bouleetbil Date: Sat Oct 2 23:10:00 2010 +0200 anjuta-2.32.0.0-1-x86_64 *Version bump diff --git a/source/gnome-extra/anjuta/FrugalBuild b/source/gnome-extra/anjuta/FrugalBuild index 66cb9c2..1a55f36 100644 --- a/source/gnome-extra/anjuta/FrugalBuild +++ b/source/gnome-extra/anjuta/FrugalBuild @@ -3,15 +3,15 @@ # Contributor: AlexExtreme pkgname=anjuta -pkgver=2.30.2.1 -pkgrel=2 +pkgver=2.32.0.0 +pkgrel=1 pkgdesc="Anjuta is a versatile IDE for C and C++, written for GTK/GNOME." depends=('gdl>=2.30.0' 'gnome-build>=2.24.1-5' 'guile>=1.8.2' 'autogen' 'graphviz>=2.14-2' \ - 'libgnomeprintui' 'vte>=0.20.5' 'subversion' 'gtksourceview' 'gnome-keyring>=2.30.0-2' 'libgnomecanvas>=2.30.1-2' 'libgnome' \ + 'libgnomeprintui' 'vte>=0.20.5' 'subversion' 'gtksourceview' 'gnome-keyring>=2.32.0' 'libgnomecanvas>=2.30.1-2' 'libgnome' \ 'popt' 'avahi-glib' 'libxdmcp' 'libxdamage' 'libxinerama' 'libxi' 'libxrandr' 'libxcursor' 'libxslt' \ 'ncurses' 'libxft' 'subversion' 'graphviz' 'binutils' 'glade3' 'nspr' \ 'startup-notification' 'libxres' 'libgcc' 'libgda' 'devhelp>=2.30.0') -makedepends=('perl-xml-parser' 'intltool' 'gnome-doc-utils' 'perl-gettext' 'krb5') +makedepends=('perl-xml-parser' 'intltool' 'gnome-doc-utils' 'perl-gettext' 'krb5' 'vala') _F_gnome_desktop="y" _F_gnome_iconcache="y" _F_gnome_scrollkeeper="y" @@ -29,7 +29,7 @@ options=('scriptlet') Finclude gnome gnome-scriptlet groups=('gnome-extra') archs=('i686' 'x86_64') -sha1sums=('7e1a68cf5cf85741154116b322265952576dc02f') +sha1sums=('a855179050ec87bd915668cc79fe996f1788ca0a') unset MAKEFLAGS Fconfopts="${Fconfopts[@]} --enable-compile-warnings=no" replaces=('nemiver') From bouleetbil at frogdev.info Sat Oct 2 23:18:56 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 23:18:56 +0200 (CEST) Subject: [Frugalware-git] gnometesting: contacts-eds-0.12-2-x86_64 Message-ID: <20101002211856.8B01F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=92dfb544ffe93e6f4ff2eca71077536159709da9 commit 92dfb544ffe93e6f4ff2eca71077536159709da9 Author: bouleetbil Date: Sat Oct 2 23:17:53 2010 +0200 contacts-eds-0.12-2-x86_64 *rebuild with gnome 2.32 diff --git a/source/gnome-extra/contacts-eds/FrugalBuild b/source/gnome-extra/contacts-eds/FrugalBuild index ed27b91..438ff20 100644 --- a/source/gnome-extra/contacts-eds/FrugalBuild +++ b/source/gnome-extra/contacts-eds/FrugalBuild @@ -3,11 +3,11 @@ pkgname=contacts-eds pkgver=0.12 -pkgrel=1 +pkgrel=2 pkgdesc="Contacts is a small, lightweight addressbook that uses libebook, part of EDS" url="http://pimlico-project.org" _F_archive_name=contacts -depends=('atk' 'pango>=1.24.2-2' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' 'evolution-data-server>=2.30.2' \ +depends=('atk' 'pango>=1.24.2-2' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' 'evolution-data-server>=2.32.0' \ 'libgnome' 'popt' 'libxdamage' 'libxinerama' 'libxi' 'libxrandr' \ 'libxcursor' 'nspr>=4.7.1' 'openssl>=1.0.0' 'e2fsprogs') makedepends=('perl-xml-parser' 'intltool') From devil505linux at gmail.com Sat Oct 2 23:27:43 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 2 Oct 2010 23:27:43 +0200 (CEST) Subject: [Frugalware-git] gnometesting: ido-0.2.0-1-i686 * version bump Message-ID: <20101002212743.C90BB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=decefc83f945acafc658dc2e04a7bcf5f8ea8338 commit decefc83f945acafc658dc2e04a7bcf5f8ea8338 Author: Devil505 Date: Sat Oct 2 23:26:41 2010 +0200 ido-0.2.0-1-i686 * version bump diff --git a/source/gnome-extra/ido/FrugalBuild b/source/gnome-extra/ido/FrugalBuild index f2c3374..1f9b2e2 100644 --- a/source/gnome-extra/ido/FrugalBuild +++ b/source/gnome-extra/ido/FrugalBuild @@ -2,14 +2,14 @@ # Maintainer: Devil505 pkgname=ido -pkgver=0.1.6 +pkgver=0.2.0 pkgrel=1 pkgdesc="Widgets and other objects used for indicators." url="https://launchpad.net/ido" -depends=('gtk+2') +depends=('gtk+2>=2.22.0-4' 'gdk-pixbuf2' 'utouch-geis') options=('scriptlet') groups=('gnome-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" source=(http://launchpad.net/${pkgname}/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz) -sha1sums=('58c8dcf8753ad8be0848291c3ec56b8eedccab56') +sha1sums=('6319f5898acac49d3c72853b23fe374687d3e42f') From elentir at frugalware.org Sat Oct 2 23:29:55 2010 From: elentir at frugalware.org (Elentir) Date: Sat, 2 Oct 2010 23:29:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: texlive-20100722-1-i686 Message-ID: <20101002212955.64C1A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f2f7a2b0383e8f7a1e04f88013b787a8824512ee commit f2f7a2b0383e8f7a1e04f88013b787a8824512ee Author: Elentir Date: Sat Oct 2 23:16:22 2010 +0200 texlive-20100722-1-i686 * version bump diff --git a/source/xapps-extra/texlive/09-texlive.conf b/source/xapps-extra/texlive/09-texlive.conf new file mode 100644 index 0000000..416190f --- /dev/null +++ b/source/xapps-extra/texlive/09-texlive.conf @@ -0,0 +1,9 @@ + + + + /usr/share/texmf-dist/fonts/opentype + /usr/share/texmf-dist/fonts/truetype + /usr/share/texmf/fonts/opentype + /usr/share/texmf/fonts/truetype + + diff --git a/source/xapps-extra/texlive/FrugalBuild b/source/xapps-extra/texlive/FrugalBuild index b8aab32..0f84296 100644 --- a/source/xapps-extra/texlive/FrugalBuild +++ b/source/xapps-extra/texlive/FrugalBuild @@ -2,40 +2,30 @@ # Maintainer: Elentir pkgname=texlive -pkgver=20091107 -pkgrel=4 +pkgver=20100722 +pkgrel=1 pkgdesc="A complete TeX distribution" archs=('i686' 'x86_64' 'ppc') -depends=('t1lib' 'gd' 'ncurses' 'poppler') +depends=('t1lib' 'gd' 'ncurses' 'poppler' 'icu4c>=4.2') +rodepends=('ghostscript') makedepends=('clisp' 'ffcall') url='http://tug.org/texlive/' -source=("ftp://tug.org/historic/systems/texlive/2009/$pkgname-$pkgver-source.tar.xz" \ - "ftp://tug.org/historic/systems/texlive/2009/$pkgname-$pkgver-texmf.tar.xz" \ - texlive-poppler-0.12.patch \ +source=("ftp://tug.org/historic/systems/texlive/2010/$pkgname-$pkgver-source.tar.xz" \ + "ftp://tug.org/historic/systems/texlive/2010/$pkgname-$pkgver-texmf.tar.xz" \ fix-fontforge-encoding.patch \ - texlive-libpng14.patch \ - texlive.install \ - texlive-pkg.install \ - texlive-pkg-nomaps.install \ - texmf.cnf \ - xindy-clisp-2.49.patch) -up2date="Flasttar ftp://tug.org/historic/systems/texlive/2009/ | sed 's/-source//' | sed 's/_texmf//'" + texmf.cnf + 09-texlive.conf) +up2date="Flasttar ftp://tug.org/historic/systems/texlive/2010/ | sed 's/-source//' | sed 's/_texmf//' | sed 's/_extra//'" groups=('xapps-extra') conflicts=('tetex' 'tetex-kpathsea') provides=('tetex' 'tetex-kpathsea') replaces=('tetex' 'tetex-kpathsea') -sha1sums=('3e11287f16595209181dc2e0ae7c23809e2e73ee' \ - 'a85d33e2915fd2bfad86e5a1ce498058a380d959' \ - '1b3097cf822c4d881a736fe0aeaee990ba17c8f3' \ +sha1sums=('c5573c0617f1a44235212277959f48fb76590542' \ + 'df6ba050970592f0f5f38cb9dd36d4d0d671fa80' \ '5301263529702ccfda0adb3706f461888dea22eb' \ - '985c574fbf7d9d5cc7fcfa08d5ffeda70f34fbbf' \ - '456e6838b9e4d8714c5555cca03f2c217c556579' \ - 'd12e33023c02b8009a6114346a3ee12730ad4cac' \ - '4c13dc71b2ce8796cb02046dd278f67d9b78ae45' \ '98806c7e48db2da9ac9092d1e729b3bf316408df' \ - 'f4b2f7b063a06d49adae0f19a6a72d0e7def2906') + 'bf7ba21d45bee78657105a5f2c5e7e24b8614859') _F_cd_path="$pkgname-$pkgver-source" -unset MAKEFLAGS Fconfopts="$Fconfopts \ --disable-native-texlive-build \ --disable-multiplatform \ @@ -51,42 +41,49 @@ Fconfopts="$Fconfopts \ --with-system-gd \ --with-system-xpdf \ --with-system-freetype2 \ + --with-system-icu \ --disable-dump-share \ --without-graphite \ --enable-shared \ - --enable-xindy" + --with-clisp-runtime=default \ + --enable-xindy --disable-xindy-rules --disable-xindy-docs" subpkgs=("$pkgname-xindy" "$pkgname-docs" "$pkgname-fonts-extra" "$pkgname-bibtex-extra" "$pkgname-misc" \ "$pkgname-formats-extra" "$pkgname-templates-extra" "$pkgname-pstricks" "$pkgname-sciences" \ "$pkgname-htmlxml" "$pkgname-graphics" "$pkgname-latex-extra" "$pkgname-lang-cyrillic" \ "$pkgname-lang-greek" "$pkgname-lang-extra" "$pkgname-lang-cjk" "$pkgname-utils" "$pkgname-extra" \ - "$pkgname-omega") -subdescs=('Xindy package for Texlive' 'Documentation for Texlive' 'Extra Fonts for TexLive' \ - 'Extra Bibtex Styles for TexLive' 'Miscellaneous packages for Texlive (games, music, ..)' \ - 'Extra Tex formats for Texlive' 'Extra publications templates for Texlive' \ - 'Extra PsTricks packages for Texlive' 'Extra science packages for Texlive' \ - 'XML/HTML packages for Texlive' 'Graphics packages for Texlive' \ - 'Extra Latex packages for Texlive' 'Cyrillic language support for Texlive' \ - 'Greek language support for Texlive' 'Extra languages support for Texlive' \ - 'Chineese, Correan and Japaneese support for Texlive' 'Utilities for Texlive' \ - 'Generic extra packages for Texlive' 'A 16-bit extended TeX') -subdepends=('libsigsegv' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '') -subrodepends=("$pkgname" "$pkgname" "$pkgname" "$pkgname" "$pkgname" "$pkgname" "$pkgname" "$pkgname" \ - "$pkgname" "$pkgname" "$pkgname" "$pkgname" "$pkgname" "$pkgname" "$pkgname" "$pkgname" \ - "$pkgname" "$pkgname" "$pkgname") + "$pkgname-omega" "$pkgname-latex3" "$pkgname-plain" "$pkgname-ptex") +subdescs=('Xindy package for TeX Live' 'Documentation for TeX Live' 'Extra Fonts for TeX Live' \ + 'Extra Bibtex Styles for TeX Live' 'Miscellaneous packages for TeX Live (games, music, ..)' \ + 'Extra Tex formats for Tex Live' 'Extra publications templates for Tex Live' \ + 'Extra PsTricks packages for TeX Live' 'Extra science packages for TeX Live' \ + 'XML/HTML packages for TeX Live' 'Graphics packages for TeX Live' \ + 'Extra Latex packages for TeX Live' 'Cyrillic language support for TeX Live' \ + 'Greek language support for TeX Live' 'Extra languages support for TeX Live' \ + 'Chineese, Correan and Japaneese support for TeX Live' 'Utilities for TeX Live' \ + 'Extra packages (generic, ..) for TeX Live' 'A 16-bit extended TeX' \ + 'LaTeX3 packages for TeX Live' 'Plain Tex packages for TeX Live' \ + 'A TeX system for publishing in Japanese') +subdepends=('libsigsegv' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '') +subrodepends=("$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" \ + "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" \ + "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" \ + "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" \ + "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" \ + "$pkgname=$pkgver" "$pkgname=$pkgver") subgroups=('xapps-extra' 'docs-extra' 'xapps-extra' 'xapps-extra' 'xapps-extra' 'xapps-extra' \ 'xapps-extra' 'xapps-extra' 'xapps-extra' 'xapps-extra' 'xapps-extra' 'xapps-extra' \ 'xapps-extra' 'xapps-extra' 'xapps-extra' 'xapps-extra' 'xapps-extra' 'xapps-extra' \ - 'xapps-extra') + 'xapps-extra' 'xapps-extra' 'xapps-extra' 'xapps-extra') subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' \ 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' \ 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' \ - 'i686 x86_64 ppc') + 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc') subinstall=("$pkgname-pkg-nomaps.install" "" "$pkgname-pkg.install" "$pkgname-pkg-nomaps.install" "$pkgname-pkg.install" \ "$pkgname-pkg-nomaps.install" "$pkgname-pkg-nomaps.install" "$pkgname-pkg-nomaps.install" "$pkgname-pkg.install" \ "$pkgname-pkg-nomaps.install" "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install" \ "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg-nomaps.install" "$pkgname-pkg-nomaps.install" \ - "$pkgname-pkg.install") + "$pkgname-pkg.install" "$pkgname-pkg-nomaps.install" "$pkgname-pkg-nomaps.install" "$pkgname-ptex.install") build() { if [ "${CARCH}" = "x86_64" ]; then @@ -94,7 +91,11 @@ build() { export CXXFLAGS="${CXXFLAGS} -fPIC" fi - Fbuild --with-tex-banner="TeX Live 2009 / Frugalware Linux" + ## disable ptex from format list by default + Fsed "^ptex ptex - ptex.ini" "#ptex ptex - ptex.ini" ../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf + Fsed "^platex ptex language.ptx platex.ini" "#platex ptex language.ptx platex.ini" ../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf + + Fbuild --with-banner-add="/Frugalware Linux" # move texmf to share and no need to texmf-dist Fmv usr/texmf usr/share/ @@ -104,7 +105,7 @@ build() { ## remove original ls-R from texmf, that fix conflict with previous tetex ## and mkteslsr in .install 'll restore it - rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/texmf/ls-R || Fdie + rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/{texmf,texmf-dist}/ls-R || Fdie ## TODO: Split the 800Mo of docs rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/texmf-dist/doc || Fdie @@ -163,7 +164,7 @@ build() { atqolive augie auncial-new aurical barcodes bayer bbding bbm bbm-macros bbold belleek \ bera blacklettert1 boisik bookhands braille brushscr calligra carolmin-ps cherokee \ clarendo cm-lgc cm-super cmbright cmll cmpica coronet courier-scaled cryst cyklop dancers \ - dice dictsym dingbat doublestroke dozenal duerer duerer-latex ean ecc eco eiad eiad-ltx \ + dice dictsym dingbat dozenal duerer duerer-latex ean ecc eco eiad eiad-ltx \ elvish epigrafica epsdice esvect eulervm euxm feyn fge foekfont fonetika fourier fouriernc \ frcursive garamond genealogy gfsartemisia gfsbodoni gfscomplutum gfsdidot gfsneohellenic \ gfssolomos gothic greenpoint groff grotesq hands hfbright hfoldsty ifsym inconsolata \ @@ -171,7 +172,8 @@ build() { libris linearA logic lxfonts ly1 marigold mathabx mathdesign mnsymbol nkarta ogham optima \ orkhun osmanian pacioli pclnfss phaistos phonetic pigpen psafm punk recycle sauter \ sauterfonts semaphor simpsons skull staves tapir tengwarscript tpslifonts trajan \ - umtypewriter univers universa venturisadf wsuipa yfonts zefonts ; do + umtypewriter univers universa venturisadf wsuipa zefonts venturis venturis2 \ + cm-unicode txfontsb xits stix oldstandard gnu-freefont gentium oldlatin doublestroke ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-fonts-extra $j @@ -183,7 +185,8 @@ build() { bibunits cell chembst chicago chicago-annote collref compactbib custom-bib din1505 dk-bib doipubmed \ elsevier-bib fbs figbib finbib footbib harvard harvmac ijqc inlinebib iopart-num jneurosci jurabib \ listbib margbib multibib munich notes2bib perception pnas2009 rsc sort-by-letters splitbib swebib urlbst \ - abstyles ; do + abstyles biblatex biblatex-apa biblatex-chem biblatex-chicago-notes-dfbiblatex-dw biblatex-historian \ + biblatex-nature biblatex-philosophy biblatex-science ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-bibtex-extra $j @@ -223,7 +226,8 @@ build() { jhep jpsj kluwer lps macqassign mentis muthesis nature nddiss nih nostarch nrc philosophersimprint \ powerdot-FUBerlin pracjourn procIAGssymp psu-thesis ptptex revtex sageep siggraph spie stellenbosch \ sugconf thesis-titlepage-fhac thuthesis toptesi tugboat tugboat-plain uaclasses ucdavisthesis ucthesis \ - uiucthesis umich-thesis umthesis ut-thesis uwthesis vancouver vxu york-thesis ; do + uiucthesis umich-thesis umthesis ut-thesis uwthesis vancouver vxu york-thesis elbioimp jmlr onrannual \ + revtex4 ryethesis seuthesis soton ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-templates-extra $j @@ -250,22 +254,23 @@ build() { ## misc packages that we don't want to see in main package for i in covington dramatist ecltree ednotes gb4e gmverse poemscol qobitree \ ledmac lexikon lineno linguex liturg parallel parrun plari play fenixpar \ - qtree rtklage screenplay sides stage tree-dvips verse xyling bbr barr \ + qtree rtklage screenplay sides stage tree-dvips verse bbr barr \ borceux colorsep dinat dirtree eijkhout encxvlna shade tabto-generic \ insbox metatex mftoeps midnight multi ofs pdf-trans vrb \ - juramisc jurarsp jura juraabbrev bibleref c-pascal xlop fltpoint ; do + juramisc jurarsp jura juraabbrev bibleref xlop \ + historische-zeitschrift texapi xcomment variations yax ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-extra $j done done - ## plain packages in extra also + ## plain packages for i in figflow fixpdfmag font-change fontch hyplain jsmisc mkpattern newsletr placeins-plain \ - plgraph plnfss resumemac timetable treetex typespec varisize vertex ; do + plgraph plnfss resumemac timetable treetex typespec varisize vertex graphics-pln js-misc pitex ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do - Fsplit $pkgname-extra $j + Fsplit $pkgname-plain $j done done @@ -279,7 +284,8 @@ build() { ## extra languages packages for i in arabi arabtex armenian bangtex bengali burmese cjhebrew croatian ctib devnag ethiop ethiop-t1 \ - fc hrlatex itrans malayalam mongolian-babel montex sanskrit soyombo velthuis vntex wnri ; do + fc hrlatex itrans malayalam mongolian-babel montex sanskrit soyombo velthuis vntex wnri otibet turkmen \ + persian-bib xepersian ocherokee oinuit ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-lang-extra $j @@ -313,7 +319,7 @@ build() { ## chineese, corean, japaneese language packages for i in arphic c90 cjk cjkpunct cjkutils cns ctex dnp garuda-c90 norasi-c90 thailatex uhc \ - wadalab zhmetrics zhspacing ; do + wadalab zhmetrics zhspacing adobemapping ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-lang-cjk $j @@ -324,7 +330,7 @@ build() { for i in expl3 keys3 mh xpackages ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do - Fsplit $pkgname-latex-extra $j + Fsplit $pkgname-latex3 $j done done @@ -353,15 +359,15 @@ build() { harpoon hc hhtensor histogr hitec hpsdiss hvfloat hypdvips hyper hyperref-docsrc hyperxmp hyphenat ifmslide \ ifmtarg ifplatform image-gallery import inlinedef interactiveworkbook inversepath iso10303 iso isodate isodoc \ isonums isorot isotope kastrup kerntest keycommand keystroke labbook labelcas labels lastpage latex-tds \ - layouts lazylist lcd lcg leading leaflet leftidx lettre lettrine lewis lhelp limap lipsum listliketab \ + layouts lazylist lcd lcg leading leaflet leftidx lettre lewis lhelp limap lipsum listliketab \ listofsymbols lkproof localloc logical-markup-utils logpap lsc ltablex ltabptch ltxdockit ltxindex ltxnew \ mailing mailmerge makebarcode makebox makecell makecirc makecmds makedtx makeglos manfnt manuscript \ mapcodes maple marginnote mathexam maybemath mcaption mceinleger mcite mciteplus memexsupp menu method \ - metre mff mftinc midpage minibox minipage-marginpar minitoc minutes misc209 mla-paper mlist mmap moderncv \ + metre mff mftinc midpage minibox minipage-marginpar minutes misc209 mla-paper mlist mmap moderncv \ modref modroman morefloats moresize moreverb movie15 mparhack msc msg mslapa mtgreek multenum multibbl \ multicap multirow nag namespc ncclatex ncctools needspace newfile newlfm newspaper newvbtm nextpage \ nfssext-cfr niceframe nicetext noitcrul nomencl nomentbl nonfloat notes ntabbing ntheorem numname \ - numprint ocr-latex octavo oldstyle onlyamsmath opcit outline outliner overpic pagecont pagenote paper \ + numprint ocr-latex octavo oldstyle onlyamsmath opcit outline outliner pagecont pagenote paper \ papercdcase papertex paralist paresse patch patchcmd pauldoc pawpict pax pbox pbsheet pdfcomment \ pdfcprot pdfmarginpar pdfscreen pdfslide pdfsync pdfwin pdfx pecha perltex permute petiteannonce \ philex photo pittetd placeins plates plweb polyglot polynom polynomial polytable postcards ppower4 \ @@ -373,16 +379,26 @@ build() { sfheaders sfmath shadbox shadethm shapepar shipunov shorttoc show2e showdim showexpl showlabels sidecap silence \ simplecv simplewick slantsc slashbox smalltableof smartref snapshot soul sparklines splitindex spotcolor \ sprite spverbatim srcltx sseq ssqquote stack statistik stdclsdv stdpage stringstrings sttools subdepth \ - subeqn subeqnarray subfigure subfloat substr supertabular svgcolor svn svn-multi svn-prov svninfo syntax \ - syntrace synttree tableaux tablenotes tablists tabls tabto-ltx tabularcalc tabularew tabulary talk taupin \ - tcldoc tdclock technics ted termcal termlist texilikecover texlogos texmate texments texpower texshade textcase \ - textfit textmerg textpos theoremref thinsp thmtools threeparttablex thumb ticket timesht timing titlefoot \ - titlepic titlesec titling tocbibind tocloft tocvsec2 todo todonotes tokenizer toolbox topfloat totcount totpages \ + substr svgcolor svn svn-multi svn-prov svninfo syntax syntrace synttree tableaux tablenotes tablists \ + tabls tabto-ltx tabularcalc tabularew tabulary talk taupin tcldoc tdclock technics ted termcal \ + termlist texilikecover texlogos texmate texments texpower texshade textcase textfit textmerg \ + textpos theoremref thinsp thmtools threeparttablex thumb ticket timesht timing titlefoot \ + titlepic titlesec titling tocvsec2 todo todonotes tokenizer toolbox topfloat totcount totpages \ tracking translator trfsigns trimspaces trivfloat trsym twoup typecm typedref typogrid ucs uebungsblatt ulsy \ - umoline underlin undertilde units unroman upmethodology upquote ushort varindex varsfromjobname varwidth vector \ + umoline underlin undertilde unroman upmethodology upquote ushort varindex varsfromjobname varwidth vector \ verbatimbox verbatimcopy version versions vertbars vhistory vita vmargin volumes vpe vrsion vwcol wallpaper \ warning warpcol was widetable williams wordlike wrapfig xargs xbmc xdoc xfor xifthen xmpincl xnewcommand \ - xoptarg xstring xtab xtcapts xytree yafoot yagusylo yplan zed-csp ziffer zwgetfdate zwpagelayout ; do + xoptarg xstring xtab xtcapts yafoot yagusylo yplan zed-csp ziffer zwgetfdate zwpagelayout a4wide a5comb \ + acromake advdate background baskervald bidi bigints blkarray block bold-extra boxedminipage braket breakcites \ + bundledoc cancel captdef capt-of cases ccicons censor cfr-lm chbibref chronology circle colordoc combelow \ + comma cookybooky currfile dashundergaps dblfloatfix endnotes eqell excludeonly filehook fix2col flashmovie \ + fncylab fnpara framed ftcap ftnxtra fwlw hvindex hypernat idxlayout imakeidx kix linegoal listing locality \ + magaz mdframed minted multibox mylatexformat newverbs nlctdoc nolbreaks nopageno notoccite ocgtools \ + optional ordinalpt oubraces pagerange pageslts papermas pdf14 plantslabels prerex relsize simplecd \ + skeycommand skeyval spreadtab standalone tabularborder texilikechaps tex-label threeparttable thumby \ + titleref truncate twoinone undolabl verbdef vruler xwatermark ydoc minitoc spanish-mx \ + units yfonts tocloft tocbibind supertabular subfloat subfigure subeqnarray subeqn lettrine caption \ + overpic xytree xyling ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-latex-extra $j @@ -403,7 +419,9 @@ build() { for i in asyfig autoarea bardiag cachepic circuitikz curve curve2e curves dcpic diagmac2 doc-pictex \ dot2texi dottex dratex eepic epspdf epspdfconversion fig4latex gnuplottex miniplot pb-diagram \ petri-nets pgf-soroban pgfopts pgfplots picinpar pict2e pictex pictex2 pinlabel pmgraph randbild \ - schemabloc swimgraf texdraw tikz-inet tikz-timing tkz-doc tkz-linknodes tkz-tab tufte-latex xypic ; do + schemabloc swimgraf texdraw tikz-inet tikz-timing tkz-doc tkz-linknodes tkz-tab tufte-latex xypic \ + combinedgraphics duotenzor drs esk here knitting knittingpattern mathspic tikz-3dplot tikz-qtree \ + tkz-orm xypdf chemfig ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-graphics $j @@ -425,7 +443,8 @@ build() { pst-ghsb pst-gr3d pst-grad pst-infixplot pst-jtree pst-labo pst-lens pst-light3d pst-math pst-ob3d \ pst-optexp pst-optic pst-osci pst-pad pst-pdgr pst-poly pst-qtree pst-sigsys pst-slpe pst-solides3d \ pst-soroban pst-spectra pst-stru pst-support pst-text pst-tree pst-uml pst-vowel pst-vue3d pst2pdf \ - pstricks pstricks-add uml vaucanson-g ; do + pstricks pstricks-add uml vaucanson-g pst-knot pst-am pst-electricfield pst-exa pst-magneticfield \ + pst-mirror pst-node pst-platon pst-plot pst-thick ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-pstricks $j @@ -445,7 +464,8 @@ build() { chemcompounds chemcono chemstyle clrscode complexity computational-complexity digiconfigs dyntree \ eltex formula fouridx functan galois gastex gene-logic gu hep hepnames hepparticles hepthesis \ hepunits karnaugh mhchem mhs miller objectz pseudocode scientificpaper sciposter sfg siunitx \ - steinmetz struktex t-angles textopo ulqda unitsdef youngtab ; do + steinmetz struktex t-angles textopo ulqda unitsdef youngtab engtlc feynmf c-pascal fltpoint \ + r_und_s ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-sciences $j @@ -461,9 +481,10 @@ build() { done ## maths related packages - for i in 12many amstex boldtensors bosisio ccfonts commath concmath concrete extarrows extpfeil \ + for i in 12many amstex boldtensors bosisio ccfonts commath concmath concmath-fonts concrete extarrows extpfeil \ faktor ionumbers isomath mathcomp mathdots mattens mhequ multiobjective nath proba shuffle statex2 \ - stex stmaryrd susy syllogism synproof tablor tensor tex-ewd thmbox turnstile venn yhmath ; do + stex stmaryrd susy syllogism synproof tablor tensor tex-ewd thmbox turnstile venn yhmath \ + sansmath tdsfrmath ; do listdir=`find usr/share/texmf-dist/ -name $i -type d ` for j in $listdir ; do Fsplit $pkgname-sciences $j @@ -471,7 +492,7 @@ build() { done ## some utilities binaries that we don't absolutly need in texlive base pkg - for i in accfonts epstopdf fontware lcdftypetools ps2pkm pstools dvipsconfig fontinst afm2pl fontools \ + for i in accfonts fontware lcdftypetools ps2pkm pstools dvipsconfig fontinst afm2pl fontools \ mft ttfutils a2ping bibtex8 ctie cweb detex dtl dvi2tty dviasm dvicopy dviljk dvipos findhyph \ getnonfreefonts hyphenex latex2man listings-ext mkind-english mkjobtexmf patgen pdfcrop pdftools \ pkfix pkfix-helper seetexk synctex texcount texdiff texdirflatten texloganalyser texware tie \ @@ -495,8 +516,6 @@ build() { fi done done - ## Missing files in utils - Fsplit $pkgname-utils usr/bin/getnonfreefonts-sys ## Split Omega Tex extension for i in omega aleph lambda antomega mxd mxedruli omegaware ; do @@ -511,6 +530,18 @@ build() { done done + ## Split pTex + for i in ptex ptexgeneric ; do + listdir=`find usr/share/texmf-dist/ -name $i -type d ` + for j in $listdir ; do + Fsplit $pkgname-ptex $j + done + done + Fsplit $pkgname-ptex usr/bin/ptex + #Fsplit $pkgname-ptex usr/bin/platex + Fsplit $pkgname-ptex usr/lib/libptexenc* + Fsplit $pkgname-ptex usr/include/ptexenc + ## Split xindy Fmv usr/share/texmf/xindy usr/share/ Fsplit $pkgname-xindy usr/share/xindy @@ -520,6 +551,10 @@ build() { ## Split the docs Fsplit $pkgname-docs usr/share/texmf/doc + + ## Add 09-texlive.conf font file (for XeteX) + Fmkdir etc/fonts/conf.avail/ + Ffile 09-texlive.conf /etc/fonts/conf.avail/09-texlive.conf } # optimization OK diff --git a/source/xapps-extra/texlive/texlive-libpng14.patch b/source/xapps-extra/texlive/texlive-libpng14.patch deleted file mode 100644 index eb0f392..0000000 --- a/source/xapps-extra/texlive/texlive-libpng14.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- source/texk/web2c/xetexdir/pngimage.c.orig 2010-01-20 18:50:16.000000000 -0500 -+++ source/texk/web2c/xetexdir/pngimage.c 2010-01-20 18:56:45.000000000 -0500 -@@ -101,7 +101,7 @@ - rewind (png_file); - if (fread (sigbytes, 1, sizeof(sigbytes), png_file) != - sizeof(sigbytes) || -- (!png_check_sig (sigbytes, sizeof(sigbytes)))) -+ (png_sig_cmp (sigbytes, 0, sizeof(sigbytes)))) - return 0; - else - return 1; ---- source/texk/dvipdfmx/src/pngimage.c.orig 2010-01-20 19:55:20.000000000 -0500 -+++ source/texk/dvipdfmx/src/pngimage.c 2010-01-20 19:56:39.000000000 -0500 -@@ -148,7 +148,7 @@ - rewind (png_file); - if (fread (sigbytes, 1, sizeof(sigbytes), png_file) != - sizeof(sigbytes) || -- (!png_check_sig (sigbytes, sizeof(sigbytes)))) -+ (png_sig_cmp (sigbytes, 0, sizeof(sigbytes)))) - return 0; - else - return 1; ---- source/texk/xdvipdfmx/src/pngimage.c.orig 2010-01-20 19:59:18.000000000 -0500 -+++ source/texk/xdvipdfmx/src/pngimage.c 2010-01-20 19:59:53.000000000 -0500 -@@ -146,7 +146,7 @@ - rewind (png_file); - if (fread (sigbytes, 1, sizeof(sigbytes), png_file) != - sizeof(sigbytes) || -- (!png_check_sig (sigbytes, sizeof(sigbytes)))) -+ (png_sig_cmp (sigbytes, 0, sizeof(sigbytes)))) - return 0; - else - return 1; ---- source/texk/xdvipdfmx/src/xbb.c.orig 2010-01-20 20:45:24.000000000 -0500 -+++ source/texk/xdvipdfmx/src/xbb.c 2010-01-20 20:46:07.000000000 -0500 -@@ -246,7 +246,7 @@ - unsigned char sigbytes[4]; - rewind (png_file); - if (fread(sigbytes, 1, sizeof(sigbytes), png_file) != sizeof(sigbytes) || -- (!png_check_sig (sigbytes, sizeof(sigbytes)))) return 0; -+ (png_sig_cmp (sigbytes, 0, sizeof(sigbytes)))) return 0; - else return 1; - } - diff --git a/source/xapps-extra/texlive/texlive-pkg-nomaps.install b/source/xapps-extra/texlive/texlive-pkg-nomaps.install index 0633b1c..d79ee5c 100644 --- a/source/xapps-extra/texlive/texlive-pkg-nomaps.install +++ b/source/xapps-extra/texlive/texlive-pkg-nomaps.install @@ -1,6 +1,6 @@ post_install() { echo "updating the filename database..." - mktexlsr + mktexlsr 2>/dev/null echo " done." } diff --git a/source/xapps-extra/texlive/texlive-pkg.install b/source/xapps-extra/texlive/texlive-pkg.install index 7eeae23..6fa7cb6 100644 --- a/source/xapps-extra/texlive/texlive-pkg.install +++ b/source/xapps-extra/texlive/texlive-pkg.install @@ -1,8 +1,8 @@ post_install() { echo "updating the filename database..." - mktexlsr + mktexlsr 2>/dev/null echo " done." - ## enable all maps + ## enable all finded maps cp -a /usr/share/texmf/web2c/updmap.cfg /usr/share/texmf-config/web2c/ echo "updating the fontmap files with updmap..." updmap-sys --quiet --nohash --syncwithtrees diff --git a/source/xapps-extra/texlive/texlive-poppler-0.12.patch b/source/xapps-extra/texlive/texlive-poppler-0.12.patch deleted file mode 100644 index e6bd595..0000000 --- a/source/xapps-extra/texlive/texlive-poppler-0.12.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -Naur texlive-20091107-source/texk/web2c/luatexdir/image/pdftoepdf.cc texlive-20091107-sourcenew//texk/web2c/luatexdir/image/pdftoepdf.cc ---- texlive-20091107-source/texk/web2c/luatexdir/image/pdftoepdf.cc 2009-06-25 15:05:10.000000000 +0200 -+++ texlive-20091107-sourcenew//texk/web2c/luatexdir/image/pdftoepdf.cc 2010-02-27 21:59:34.328653858 +0100 -@@ -666,7 +666,7 @@ - } - for (r = encodingList; r != NULL; r = n) { - n = r->next; -- delete r->font; -+ //delete r->font; - delete r; - } - } -@@ -720,7 +720,7 @@ - // this works only for PDF 1.x -- but since any versions of PDF newer - // than 1.x will not be backwards compatible to PDF 1.x, pdfTeX will - // then have to changed drastically anyway. -- pdf_version_found = pdf_doc->doc->getPDFVersion(); -+ pdf_version_found = pdf_doc->doc->getPDFMajorVersion() + 0.1 * pdf_doc->doc->getPDFMinorVersion(); - pdf_version_wanted = 1 + (minor_pdf_version_wanted * 0.1); - if (pdf_version_found > pdf_version_wanted + 0.01) { - char msg[] = -diff -Naur texlive-20091107-source/texk/web2c/pdftexdir/pdftoepdf.cc texlive-20091107-sourcenew//texk/web2c/pdftexdir/pdftoepdf.cc ---- texlive-20091107-source/texk/web2c/pdftexdir/pdftoepdf.cc 2009-05-06 10:19:56.000000000 +0200 -+++ texlive-20091107-sourcenew//texk/web2c/pdftexdir/pdftoepdf.cc 2010-02-27 21:59:01.546653738 +0100 -@@ -650,7 +650,7 @@ - } - for (r = encodingList; r != 0; r = n) { - n = r->next; -- delete r->font; -+ //delete r->font; - delete r; - } - } -@@ -705,7 +705,7 @@ - // this works only for PDF 1.x -- but since any versions of PDF newer - // than 1.x will not be backwards compatible to PDF 1.x, pdfTeX will - // then have to changed drastically anyway. -- pdf_version_found = pdf_doc->doc->getPDFVersion(); -+ pdf_doc->doc->getPDFMajorVersion() + 0.1 * pdf_doc->doc->getPDFMinorVersion(); - pdf_version_wanted = 1 + (minor_pdf_version_wanted * 0.1); - if (pdf_version_found > pdf_version_wanted) { - char msg[] = diff --git a/source/xapps-extra/texlive/texlive-ptex.install b/source/xapps-extra/texlive/texlive-ptex.install new file mode 100644 index 0000000..29dbfc8 --- /dev/null +++ b/source/xapps-extra/texlive/texlive-ptex.install @@ -0,0 +1,21 @@ +post_install() { + echo "updating the filename database..." + mktexlsr 2>/dev/null + echo " done." + echo "creating missing formats..." + sed -i "s/^#ptex ptex - ptex.ini/ptex ptex - ptex.ini/" /usr/share/texmf/web2c/fmtutil.cnf + sed -i "s/^#platex ptex language.ptx platex.ini/platex ptex language.ptx platex.ini/" /usr/share/texmf/web2c/fmtutil.cnf + fmtutil-sys --missing 1>/dev/null + texlinks -f /usr/share/texmf/web2c/fmtutil.cnf /usr/bin/ 1>/dev/null + echo " done." +} + +pre_remove() { + sed -i "s/^ptex ptex - ptex.ini/#ptex ptex - ptex.ini/" /usr/share/texmf/web2c/fmtutil.cnf + sed -i "s/^platex ptex language.ptx platex.ini/#platex ptex language.ptx platex.ini/" /usr/share/texmf/web2c/fmtutil.cnf +} + +op=$1 +shift + +$op $* diff --git a/source/xapps-extra/texlive/texlive.install b/source/xapps-extra/texlive/texlive.install index 1377688..0ecba3c 100644 --- a/source/xapps-extra/texlive/texlive.install +++ b/source/xapps-extra/texlive/texlive.install @@ -1,13 +1,13 @@ post_install() { echo "updating the filename database..." - mktexlsr + mktexlsr 2>/dev/null echo " done." echo "updating the fontmap files with updmap..." - updmap-sys --quiet --nohash --syncwithtrees + updmap-sys --quiet --nohash --syncwithtrees 1>/dev/null echo " done." echo "creating all formats..." fmtutil-sys --all 1>/dev/null - texlinks -f /usr/share/texmf/web2c/fmtutil.cnf /usr/bin/ + texlinks -f /usr/share/texmf/web2c/fmtutil.cnf /usr/bin/ 1>/dev/null echo " done." } diff --git a/source/xapps-extra/texlive/xindy-clisp-2.49.patch b/source/xapps-extra/texlive/xindy-clisp-2.49.patch deleted file mode 100644 index e9cdd67..0000000 --- a/source/xapps-extra/texlive/xindy-clisp-2.49.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -Naur texlive-20091107-source/utils/xindy/configure texlive-20091107-source/utils/xindy/configure ---- texlive-20091107-source/utils/xindy/configure 2009-06-15 17:14:49.000000000 +0200 -+++ texlive-20091107-source/utils/xindy/configure 2010-08-25 00:24:46.462000037 +0200 -@@ -4238,7 +4238,7 @@ - CLISP_LIB=`$CLISP -q -norc -x '(progn (princ *lib-directory*) (values))' | sed -e 's,\\/$,,'` - { $as_echo "$as_me:$LINENO: result: $CLISP_LIB" >&5 - $as_echo "$CLISP_LIB" >&6; } -- test -f "$CLISP_LIB/clisp-link" || if test "x$enable_build" = xno; then -+ test -f "/usr/bin/clisp-link" || if test "x$enable_build" = xno; then - { $as_echo "$as_me:$LINENO: WARNING: building xindy has been disabled and would fail because - clisp is not usable: expected file is not found: $CLISP_LIB/clisp-link" >&5 - $as_echo "$as_me: WARNING: building xindy has been disabled and would fail because -@@ -4250,7 +4250,7 @@ - fi - - -- test -d "$CLISP_LIB/full" || if test "x$enable_build" = xno; then -+ test -d "$CLISP_LIB/base" || if test "x$enable_build" = xno; then - { $as_echo "$as_me:$LINENO: WARNING: building xindy has been disabled and would fail because - clisp is not usable: expected directory is not found: $CLISP_LIB/full" >&5 - $as_echo "$as_me: WARNING: building xindy has been disabled and would fail because - -diff -Naur texlive-20091107-source/utils/xindy/rte/Makefile.in texlive-20091107-source/utils/xindy/rte/Makefile.in ---- texlive-20091107-source/utils/xindy/rte/Makefile.in 2009-08-05 13:36:50.000000000 +0200 -+++ texlive-20091107-source/utils/xindy/rte/Makefile.in 2010-08-25 00:25:43.954000035 +0200 -@@ -548,8 +548,8 @@ - test -f ordrules/link.sh || for i in $(ORDRULES_FILES); do cp -p $(top_srcdir)/rte/ordrules/$$i ordrules/$$i; done - $(MAKE) -C ordrules ordrulei.c - env CLISP_LINKKIT='$(CLISP_LIB)/linkkit' MAKE="$(MAKE)" \ -- sh '$(CLISP_LIB)/clisp-link' add-module-set ordrules '$(CLISP_LIB)/full' xindy-build-dir || \ -- sh '$(CLISP_LIB)/clisp-link' add '$(CLISP_LIB)/full' xindy-build-dir ordrules -+ sh '/usr/bin/clisp-link' add-module-set ordrules '$(CLISP_LIB)/base' xindy-build-dir || \ -+ sh '/usr/bin/clisp-link' add '$(CLISP_LIB)/base' xindy-build-dir ordrules - $(INSTALL_STRIP_PROGRAM) xindy-build-dir/$(LISP_RUN) $(binariesdir)/$(XINDY_RUN) - - clean-local: From bouleetbil at frogdev.info Sat Oct 2 23:40:33 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 23:40:33 +0200 (CEST) Subject: [Frugalware-git] gnometesting: giggle-0.4.97-4-x86_64 Message-ID: <20101002214033.573C1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2b6e17cf5b1b6188781408128aceba54b6cb512d commit 2b6e17cf5b1b6188781408128aceba54b6cb512d Author: bouleetbil Date: Sat Oct 2 23:39:11 2010 +0200 giggle-0.4.97-4-x86_64 *rebuild with gnome 2.32 diff --git a/source/gnome-extra/giggle/FrugalBuild b/source/gnome-extra/giggle/FrugalBuild index 2385487..6862917 100644 --- a/source/gnome-extra/giggle/FrugalBuild +++ b/source/gnome-extra/giggle/FrugalBuild @@ -1,14 +1,13 @@ - # Compiling Time: 0.20 SBU # Contributor: frubru1 # Maintainer: jercel pkgname=giggle pkgver=0.4.97 -pkgrel=3 +pkgrel=4 pkgdesc="Giggle is a graphical frontend for the git directory tracker (think of gitk on GTK+)." url="http://live.gnome.org/giggle" -depends=('glib2' 'gtksourceview' 'libglade' 'git' 'evolution-data-server>=2.30.2' 'vte') +depends=('glib2' 'gtksourceview' 'libglade' 'git' 'evolution-data-server>=2.32.0' 'vte') makedepends=('intltool') groups=('gnome-extra') archs=('i686' 'x86_64') From bouleetbil at frogdev.info Sat Oct 2 23:41:15 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 23:41:15 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gjs-0.7.3-1-x86_64 Message-ID: <20101002214115.11C6B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=62a4e542feee48c4d80d4df90170055ff16efa0b commit 62a4e542feee48c4d80d4df90170055ff16efa0b Author: bouleetbil Date: Sat Oct 2 23:40:09 2010 +0200 gjs-0.7.3-1-x86_64 *version bump diff --git a/source/gnome-extra/gjs/FrugalBuild b/source/gnome-extra/gjs/FrugalBuild index a835f35..e1a3fb7 100644 --- a/source/gnome-extra/gjs/FrugalBuild +++ b/source/gnome-extra/gjs/FrugalBuild @@ -2,18 +2,17 @@ # Maintainer: bouleetbil pkgname=gjs -pkgver=0.6 -pkgrel=4 +pkgver=0.7.3 +pkgrel=1 pkgdesc="Javascript Bindings for GNOME" url="http://www.gnome.org/" depends=('xulrunner>=1.9.2-1' 'cairo') makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 'gobject-introspection>=0.9.0') groups=('gnome-extra') archs=('i686' 'x86_64') +_F_gnome_devel="y" Finclude gnome -source=($source cairo_svg.diff) -sha1sums=('b36f527c0e72051ec45a908c39a576bb7a03fbc4' \ - '30b76e819748919135075df3c29d7e4acafc99d0') +sha1sums=('b28a8238e3e12720482c109bf83ba94643c71994') build1() { Fcd From devil505linux at gmail.com Sat Oct 2 23:43:35 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 2 Oct 2010 23:43:35 +0200 (CEST) Subject: [Frugalware-git] gnometesting: indicator-datetime-0.0.6-1-i686 * version bump Message-ID: <20101002214335.4D98B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=baf397cc157a1ca28279f515bcc37d352e230e58 commit baf397cc157a1ca28279f515bcc37d352e230e58 Author: Devil505 Date: Sat Oct 2 23:43:03 2010 +0200 indicator-datetime-0.0.6-1-i686 * version bump diff --git a/source/gnome-extra/indicator-datetime/FrugalBuild b/source/gnome-extra/indicator-datetime/FrugalBuild index f870c8c..eab790a 100644 --- a/source/gnome-extra/indicator-datetime/FrugalBuild +++ b/source/gnome-extra/indicator-datetime/FrugalBuild @@ -1,15 +1,15 @@ -# Compiling Time: 0.04 SBU +# Compiling Time: 0.05 SBU # Maintainer: Devil505 pkgname=indicator-datetime -pkgver=0.0.4 +pkgver=0.0.6 pkgrel=1 pkgdesc="The Date and Time Indicator" url="https://launchpad.net/indicator-datetime" -depends=('libindicator>=0.3.14' 'libdbusmenu' 'ido') +depends=('libindicator>=0.3.14' 'libdbusmenu' 'ido>=0.2.0') makedepends=('intltool') groups=('gnome-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" source=($url/0.1/$pkgver/+download/$pkgname-$pkgver.tar.gz) -sha1sums=('5a945c65ffc5475de899929a417fafb593fa525f') +sha1sums=('b7f143b648215699e2e4e7c30dea3a54ef10bdab') From bouleetbil at frogdev.info Sat Oct 2 23:55:49 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 2 Oct 2010 23:55:49 +0200 (CEST) Subject: [Frugalware-git] gnometesting: glabels-2.2.8-4-x86_64 Message-ID: <20101002215549.DE206132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1315f172acfb3c8b241c2cf83fd04bb11a4b82ed commit 1315f172acfb3c8b241c2cf83fd04bb11a4b82ed Author: bouleetbil Date: Sat Oct 2 23:54:05 2010 +0200 glabels-2.2.8-4-x86_64 *rebuild with gnome 2.32 diff --git a/source/gnome-extra/glabels/FrugalBuild b/source/gnome-extra/glabels/FrugalBuild index e38d4a0..ffceac2 100644 --- a/source/gnome-extra/glabels/FrugalBuild +++ b/source/gnome-extra/glabels/FrugalBuild @@ -3,10 +3,10 @@ pkgname=glabels pkgver=2.2.8 -pkgrel=3 +pkgrel=4 pkgdesc="gLabels is a program for creating labels and business cards for the GNOME" depends=('libjpeg>=8a' 'libbonoboui' 'libsm' 'gail>=2.20.0-2' 'libart_lgpl' 'libglade>=2.6.4-2' \ - 'atk' 'pango' 'freetype2' 'libxau' 'libxdmcp' 'evolution-data-server>=2.30.2' \ + 'atk' 'pango' 'freetype2' 'libxau' 'libxdmcp' 'evolution-data-server>=2.32.0' \ 'e2fsprogs' 'popt' 'nspr>=4.7.1' 'gnome-vfs' 'openssl>=1.0.0' 'esd' 'libbonobo' \ 'libxdamage' 'libxinerama' 'libxi' 'libxrandr' 'libxcursor' 'libkrb5' 'libgnomeui') makedepends=('perl-xml-parser' 'rarian' 'gtk-doc' 'intltool' 'gnome-doc-utils' 'krb5') From bouleetbil at frogdev.info Sun Oct 3 00:07:54 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 00:07:54 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-system-tools-2.32.0-1-x86_64 Message-ID: <20101002220754.99828132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=9e3cc3756f5f80cbd19459bf72fca629a6b04587 commit 9e3cc3756f5f80cbd19459bf72fca629a6b04587 Author: bouleetbil Date: Sun Oct 3 00:05:54 2010 +0200 gnome-system-tools-2.32.0-1-x86_64 *Version bump diff --git a/source/gnome-extra/gnome-system-tools/FrugalBuild b/source/gnome-extra/gnome-system-tools/FrugalBuild index 86c0108..5e759c7 100644 --- a/source/gnome-extra/gnome-system-tools/FrugalBuild +++ b/source/gnome-extra/gnome-system-tools/FrugalBuild @@ -3,12 +3,12 @@ # Contributor: AlexExtreme pkgname=gnome-system-tools -pkgver=2.30.2 +pkgver=2.32.0 pkgrel=1 pkgdesc="Gnome System Administration Tools" url="http://www.gnome.org/projects/gst/" depends=('libgnomeui>=2.24.1-2' 'libglade>=2.6.4-2' 'liboobs>=2.30.0' \ - 'polkit-gnome' 'nautilus>=2.30.0') + 'polkit-gnome' 'nautilus>=2.32.0') makedepends=('gnome-doc-utils>=0.14.0' 'intltool') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') @@ -18,7 +18,7 @@ _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --disable-services --disable-network" -sha1sums=('a6cbf4a011c9b9b348b020d4e87a0e2a79806355') +sha1sums=('b7caf7289936a5fa32f027174d39bb399a758bde') build() { Fcd From bouleetbil at frogdev.info Sun Oct 3 00:13:16 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 00:13:16 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-user-share-2.30.1-2-x86_64 Message-ID: <20101002221316.9D0D6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ff775354e7bb497ef97f1e6106371bdbd590e265 commit ff775354e7bb497ef97f1e6106371bdbd590e265 Author: bouleetbil Date: Sun Oct 3 00:12:05 2010 +0200 gnome-user-share-2.30.1-2-x86_64 *rebuild with gnome 2.32 diff --git a/source/gnome-extra/gnome-user-share/FrugalBuild b/source/gnome-extra/gnome-user-share/FrugalBuild index e96a35f..96e2f4b 100644 --- a/source/gnome-extra/gnome-user-share/FrugalBuild +++ b/source/gnome-extra/gnome-user-share/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-user-share pkgver=2.30.1 -pkgrel=1 +pkgrel=2 pkgdesc="a system for easy sharing of user files." options=('scriptlet') _F_gnome_schemas=('/etc/gconf/schemas/desktop_gnome_file_sharing.schemas') @@ -12,7 +12,7 @@ _F_gnome_scrollkeeper="y" _F_gnome_iconcache="y" Finclude gnome-scriptlet gnome makedepends=('intltool' 'gnome-doc-utils') -depends=('glib' 'gtk+2>=2.20.0-2' 'gconf' 'dbus-glib' 'libnotify' 'libcanberra-gtk' 'dbus' 'gnome-bluetooth' 'nautilus') +depends=('glib' 'gtk+2>=2.22.0' 'gconf>=2.32.0' 'dbus-glib' 'libnotify' 'libcanberra-gtk' 'dbus' 'gnome-bluetooth' 'nautilus') groups=('gnome-extra') archs=('i686' 'x86_64') sha1sums=('1051de28334991f270b4abb67a2e7ddb01bc80ea') From bouleetbil at frogdev.info Sun Oct 3 00:23:56 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 00:23:56 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnubiff-2.2.12-3-x86_64 Message-ID: <20101002222357.0369B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c8c075e908655f937eae86080c136d118152bbc3 commit c8c075e908655f937eae86080c136d118152bbc3 Author: bouleetbil Date: Sun Oct 3 00:22:42 2010 +0200 gnubiff-2.2.12-3-x86_64 *rebuild with gnome 2.32 diff --git a/source/gnome-extra/gnubiff/FrugalBuild b/source/gnome-extra/gnubiff/FrugalBuild index b11a6b6..d161450 100644 --- a/source/gnome-extra/gnubiff/FrugalBuild +++ b/source/gnome-extra/gnubiff/FrugalBuild @@ -4,12 +4,12 @@ pkgname=gnubiff pkgver=2.2.12 -pkgrel=2 +pkgrel=3 pkgdesc="a mail notification program that checks for mail and displays headers when new mail has arrived" Finclude sourceforge groups=('gnome-extra') archs=('i686' 'x86_64') -depends=('gnome-panel>=2.30.0-2' 'libgnomeui' 'libstdc++') +depends=('gnome-panel>=2.32.0' 'libgnomeui' 'libstdc++') replaces=('kbiff' 'kshowmail') makedepends=('perl-xml-parser' 'intltool') sha1sums=('a871e922f908d0b869193946763f4d5b31751de2') From bouleetbil at frogdev.info Sun Oct 3 00:31:00 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 00:31:00 +0200 (CEST) Subject: [Frugalware-git] gnometesting: goobox-2.1.2-2-x86_64 Message-ID: <20101002223100.53A3A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=6e1df9827f88f64e3201c6cd2ba59f2a1edb4453 commit 6e1df9827f88f64e3201c6cd2ba59f2a1edb4453 Author: bouleetbil Date: Sun Oct 3 00:29:20 2010 +0200 goobox-2.1.2-2-x86_64 *rebuild with gnome 2.32 diff --git a/source/gnome-extra/goobox/FrugalBuild b/source/gnome-extra/goobox/FrugalBuild index 8dc0cdc..4301d28 100644 --- a/source/gnome-extra/goobox/FrugalBuild +++ b/source/gnome-extra/goobox/FrugalBuild @@ -3,10 +3,10 @@ pkgname=goobox pkgver=2.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="Goobox is an CD player and ripper for the GNOME 2 environment" options=('scriptlet') -depends=('libgnomeui>=2.24.3-2' 'libsm' 'popt' 'esd' 'pango>=1.24.2-2' 'gail>=2.16.2-2' 'libart_lgpl' \ +depends=('libgnomeui>=2.24.4' 'libsm' 'popt' 'esd' 'pango>=1.24.2-2' 'gail>=2.16.2-2' 'libart_lgpl' \ 'gnome-vfs' 'libglade' 'gstreamer' 'libmusicbrainz' 'libnotify' \ 'atk' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' 'libgcc' 'libjpeg' \ 'openssl>=1.0.0' 'libxdamage' 'libxinerama' 'libxi' 'libxrandr' \ From bouleetbil at frogdev.info Sun Oct 3 00:47:56 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 00:47:56 +0200 (CEST) Subject: [Frugalware-git] gnometesting: rhythmbox-0.13.1-2-x86_64 Message-ID: <20101002224756.BA867132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e3071058f4fdc209e136bb0ace8978b5695b55b8 commit e3071058f4fdc209e136bb0ace8978b5695b55b8 Author: bouleetbil Date: Sun Oct 3 00:45:47 2010 +0200 rhythmbox-0.13.1-2-x86_64 *rebuild with gnome 2.32 diff --git a/source/gnome/rhythmbox/FrugalBuild b/source/gnome/rhythmbox/FrugalBuild index 91955b6..3faa91c 100644 --- a/source/gnome/rhythmbox/FrugalBuild +++ b/source/gnome/rhythmbox/FrugalBuild @@ -4,13 +4,13 @@ pkgname=rhythmbox pkgver=0.13.1 -pkgrel=1 +pkgrel=2 pkgdesc="A music management application for GNOME" url="http://www.rhythmbox.org/" depends=('nautilus-brasero' 'rarian' 'desktop-file-utils' \ - 'totem>=2.30.0-2' 'gst-plugins-base-oil' 'avahi-glib' 'libnotify' 'libsexy' \ - 'libsoup-gnome>=2.30.2' 'gnome-media>=2.30.0' 'dbus-glib>=0.74' 'python>=2.7' \ - 'evolution-data-server>=2.30.2' 'gnutls>=2.8' 'libgudev' 'libdmapsharing') + 'totem>=2.32.0' 'gst-plugins-base-oil' 'avahi-glib' 'libnotify' 'libsexy' \ + 'libsoup-gnome>=2.32.0' 'gnome-media>=2.32.0' 'dbus-glib>=0.74' 'python>=2.7' \ + 'evolution-data-server>=2.32.0' 'gnutls>=2.8' 'libgudev' 'libdmapsharing') makedepends=('intltool' 'gnome-doc-utils' 'gst-python' 'libgpod>=0.6.0' 'vala') rodepends=('notification-daemon') groups=('gnome') From elentir at frugalware.org Sun Oct 3 00:54:07 2010 From: elentir at frugalware.org (Elentir) Date: Sun, 3 Oct 2010 00:54:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lcdf-typetools-2.85-1-i686 Message-ID: <20101002225407.6FAA2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f08d9f259c1831c517025c260947ce63371a3fbc commit f08d9f259c1831c517025c260947ce63371a3fbc Author: Elentir Date: Sun Oct 3 00:53:16 2010 +0200 lcdf-typetools-2.85-1-i686 * version bump * build with texlive>=20100722 diff --git a/source/apps-extra/lcdf-typetools/FrugalBuild b/source/apps-extra/lcdf-typetools/FrugalBuild index 6de4cb7..1790041 100644 --- a/source/apps-extra/lcdf-typetools/FrugalBuild +++ b/source/apps-extra/lcdf-typetools/FrugalBuild @@ -3,15 +3,15 @@ # Contributor: Bence Nagy pkgname=lcdf-typetools -pkgver=2.84 +pkgver=2.85 pkgrel=1 pkgdesc="Several command-line programs for manipulating PostScript Type 1 and PostScript-flavored OpenType fonts" url="http://www.lcdf.org/type" -depends=('texlive') +depends=('texlive>=20100722') groups=('apps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://www.lcdf.org/type | grep \"lcdf-typetools-.*.tar.gz\" | tail -n 1 | sed \"s/.*lcdf-typetools-\(.*\).tar.gz.*/\1/\"" source=($url/$pkgname-$pkgver.tar.gz) -sha1sums=('511488f7dd2a7ae46fd9ce6b582d2d75833286f3') +sha1sums=('ca0a178a46a06aab4945cdbc6b42c0e4e5864053') # optimization OK From vmiklos at frugalware.org Sun Oct 3 02:04:57 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 3 Oct 2010 02:04:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: grub-0.97-24-i686 Message-ID: <20101003000457.E7EBF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4ab0085d9f46a0be8d433bdd0145af79a3b1ce29 commit 4ab0085d9f46a0be8d433bdd0145af79a3b1ce29 Author: Miklos Vajna Date: Sat Oct 2 15:19:43 2010 +0200 grub-0.97-24-i686 - add patch to handle booting from virtio devices diff --git a/source/base/grub/09-virtio.patch b/source/base/grub/09-virtio.patch new file mode 100644 index 0000000..0855364 --- /dev/null +++ b/source/base/grub/09-virtio.patch @@ -0,0 +1,19 @@ +diff --git a/util/grub-install.in b/util/grub-install.in +index 2e598b0..9fb76c3 100644 +--- a/util/grub-install.in ++++ b/util/grub-install.in +@@ -96,12 +96,12 @@ convert () { + # Break the device name into the disk part and the partition part. + case "$host_os" in + linux*) +- tmp_disk=`echo "$1" | sed -e 's%\([sh]d[a-z]\)[0-9]*$%\1%' \ ++ tmp_disk=`echo "$1" | sed -e 's%\([shv]d[a-z]\)[0-9]*$%\1%' \ + -e 's%\(d[0-9]*\)p[0-9]*$%\1%' \ + -e 's%\(fd[0-9]*\)$%\1%' \ + -e 's%/part[0-9]*$%/disc%' \ + -e 's%\(c[0-7]d[0-9]*\).*$%\1%'` +- tmp_part=`echo "$1" | sed -e 's%.*/[sh]d[a-z]\([0-9]*\)$%\1%' \ ++ tmp_part=`echo "$1" | sed -e 's%.*/[shv]d[a-z]\([0-9]*\)$%\1%' \ + -e 's%.*d[0-9]*p%%' \ + -e 's%.*/fd[0-9]*$%%' \ + -e 's%.*/floppy/[0-9]*$%%' \ diff --git a/source/base/grub/FrugalBuild b/source/base/grub/FrugalBuild index 8f44980..0d04fb3 100644 --- a/source/base/grub/FrugalBuild +++ b/source/base/grub/FrugalBuild @@ -3,7 +3,7 @@ pkgname=grub pkgver=0.97 -pkgrel=23 +pkgrel=24 pkgdesc="The GNU GRand Unified Bootloader" url="http://www.gnu.org/software/grub/" depends=('texinfo') @@ -22,7 +22,8 @@ source=(ftp://alpha.gnu.org/gnu/grub/grub-$pkgver.tar.gz \ 05-grub-0.97-initrdaddr.diff \ 06-grub-support-256byte-inode.patch \ 07-grub-macbook-support.patch \ - 08-ext4.patch) + 08-ext4.patch \ + 09-virtio.patch) sha1sums=('2580626c4579bd99336d3af4482c346c95dac4fb' \ 'ffe895e10705633228caa903cd5ec8f0e9b4f416' \ 'ea8fcfc066d2ada5ebccfa3f6c5fc5ffc0dd9225' \ @@ -31,7 +32,8 @@ sha1sums=('2580626c4579bd99336d3af4482c346c95dac4fb' \ 'adbb4685c98797ffb4dc83561ec75698991dddbd' \ '389913c8b09e5882373e7cb233ecfefb7ad3a3cb' \ '56223e12b2460c3390674158eddfb5a14a2efcc6' \ - '3d7db86501b27bcfeb038ac8cfb2a55b10b35ae1') + '3d7db86501b27bcfeb038ac8cfb2a55b10b35ae1' \ + 'e30fbf86aa183cf77868cd508a2f1dc0f236e029') Finclude texinfo build() From vmiklos at frugalware.org Sun Oct 3 02:04:58 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 3 Oct 2010 02:04:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-tk-804.029-1-i686 Message-ID: <20101003000458.0DBF3132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e7f4503ec3e38d5e74610fa28633866b3c07afb5 commit e7f4503ec3e38d5e74610fa28633866b3c07afb5 Author: Miklos Vajna Date: Sat Oct 2 17:47:34 2010 +0200 perl-tk-804.029-1-i686 - version bump diff --git a/source/xapps-extra/perl-tk/FrugalBuild b/source/xapps-extra/perl-tk/FrugalBuild index cb90e14..cc75107 100644 --- a/source/xapps-extra/perl-tk/FrugalBuild +++ b/source/xapps-extra/perl-tk/FrugalBuild @@ -3,14 +3,14 @@ _F_perl_name=Tk _F_perl_author=S/SR/SREZIC -pkgver=804.028 +pkgver=804.029 pkgdesc="An overview of an Object Oriented Tk8.0 extension for perl5" depends=('libjpeg>=8a' 'libpng>=1.4.1' 'libx11' 'tk') Finclude perl -pkgrel=3 +pkgrel=1 groups=('xapps-extra') archs=('i686' 'x86_64') options=('nofakeroot') -sha1sums=('075c751f1388741aa313e002578d2e802668f2e8') +sha1sums=('1076d736e43fdf416c664bde0e4c3d035d6903e3') # optimization OK From vmiklos at frugalware.org Sun Oct 3 02:04:58 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 3 Oct 2010 02:04:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libart_lgpl-2.3.21-1-i686 Message-ID: <20101003000458.8406A132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=265750a6c7a12ed532db62541db6705ccea1c69e commit 265750a6c7a12ed532db62541db6705ccea1c69e Author: Miklos Vajna Date: Sat Oct 2 17:48:00 2010 +0200 libart_lgpl-2.3.21-1-i686 - version bump diff --git a/source/lib/libart_lgpl/FrugalBuild b/source/lib/libart_lgpl/FrugalBuild index ca7aede..9448abe 100644 --- a/source/lib/libart_lgpl/FrugalBuild +++ b/source/lib/libart_lgpl/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: VMiklos pkgname=libart_lgpl -pkgver=2.3.20 +pkgver=2.3.21 pkgrel=1 pkgdesc="A library for high-performance 2D graphics" url="http://www.gnome.org/" @@ -12,5 +12,5 @@ groups=('lib') archs=('i686' 'x86_64' 'ppc') _F_gnome_devel=y Finclude gnome -sha1sums=('40aa6c6c5fb27a8a45cd7aaa302a835ff374d13a') +sha1sums=('dbac185c65696381ef188de1f98b348b530e22f9') # optimization OK From vmiklos at frugalware.org Sun Oct 3 02:04:58 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 3 Oct 2010 02:04:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-xml-parser-2.40-1-i686 Message-ID: <20101003000458.9786B132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2ae1a1b5aa55e033b8f486696cbf6c64f3db719b commit 2ae1a1b5aa55e033b8f486696cbf6c64f3db719b Author: Miklos Vajna Date: Sat Oct 2 17:49:23 2010 +0200 perl-xml-parser-2.40-1-i686 - version bump diff --git a/source/devel/perl-xml-parser/FrugalBuild b/source/devel/perl-xml-parser/FrugalBuild index 242e87c..58419a8 100644 --- a/source/devel/perl-xml-parser/FrugalBuild +++ b/source/devel/perl-xml-parser/FrugalBuild @@ -3,9 +3,9 @@ # Maintainer: Zsolt Szalai _F_perl_name=XML-Parser -_F_perl_author=M/MS/MSERGEANT -pkgver=2.36 -pkgrel=2 +_F_perl_author=C/CH/CHORNY +pkgver=2.40 +pkgrel=1 pkgdesc="A perl module for parsing XML documents" depends=('expat>=2.0.1') # this can be removed after Frugalware-0.8 is out @@ -15,5 +15,5 @@ conflicts=('perl-xml') Finclude perl groups=('devel') archs=('i686' 'x86_64' 'ppc') -sha1sums=('74acac4f939ebf788d8ef5163cbc9802b1b04bfa') +sha1sums=('d9430d12a6382ad11e0d53a49cecc4f03cc32187') # optimization OK From vmiklos at frugalware.org Sun Oct 3 02:04:58 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 3 Oct 2010 02:04:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bison-2.4.3-1-i686 Message-ID: <20101003000458.B0743132C390@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d769624fee220f1152f1fe016779bb7b76816142 commit d769624fee220f1152f1fe016779bb7b76816142 Author: Miklos Vajna Date: Sat Oct 2 17:50:17 2010 +0200 bison-2.4.3-1-i686 - version bump diff --git a/source/devel/bison/FrugalBuild b/source/devel/bison/FrugalBuild index 9377eec..39dba2c 100644 --- a/source/devel/bison/FrugalBuild +++ b/source/devel/bison/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Zsolt Szalai pkgname=bison -pkgver=2.4.1 +pkgver=2.4.3 pkgrel=1 pkgdesc="A general-purpose parser generator." url="http://www.gnu.org/software/bison/bison.html" @@ -14,4 +14,4 @@ source=(http://ftp.gnu.org/gnu/bison/bison-$pkgver.tar.gz) # optimization ok -sha1sums=('ecc4139bbd45b73f42f2b04482d77c16534fea28') +sha1sums=('cd0b61d3957bb45a080a6246c43fc4f342b4aa26') From vmiklos at frugalware.org Sun Oct 3 02:04:58 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 3 Oct 2010 02:04:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-html-encoding-0.61-1-i686 Message-ID: <20101003000458.CAD40132C391@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=18c93b16413e44546cb6f45a086f33c8a912efaa commit 18c93b16413e44546cb6f45a086f33c8a912efaa Author: Miklos Vajna Date: Sat Oct 2 17:50:57 2010 +0200 perl-html-encoding-0.61-1-i686 - version bump diff --git a/source/devel-extra/perl-html-encoding/FrugalBuild b/source/devel-extra/perl-html-encoding/FrugalBuild index b7f32d7..fb2cc28 100644 --- a/source/devel-extra/perl-html-encoding/FrugalBuild +++ b/source/devel-extra/perl-html-encoding/FrugalBuild @@ -3,8 +3,8 @@ _F_perl_name=HTML-Encoding _F_perl_author=B/BJ/BJOERN -pkgver=0.60 +pkgver=0.61 pkgdesc="Determine the encoding of HTML/XML/XHTML documents" Finclude perl archs=('i686' 'x86_64') -sha1sums=('7bff5ea3a512dd8a1667f8d2ee16c3505d512da2') +sha1sums=('539c09038c812ae8b2215ab3824b69e50e20b33c') From vmiklos at frugalware.org Sun Oct 3 02:04:58 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 3 Oct 2010 02:04:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-image-info-1.31-1-i686 Message-ID: <20101003000458.D3D1C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cf98bc295feedf8e61a8692b23fa80b507700ce2 commit cf98bc295feedf8e61a8692b23fa80b507700ce2 Author: Miklos Vajna Date: Sat Oct 2 17:51:44 2010 +0200 perl-image-info-1.31-1-i686 - version bump diff --git a/source/devel-extra/perl-image-info/FrugalBuild b/source/devel-extra/perl-image-info/FrugalBuild index 4342701..0d1b232 100644 --- a/source/devel-extra/perl-image-info/FrugalBuild +++ b/source/devel-extra/perl-image-info/FrugalBuild @@ -3,10 +3,10 @@ _F_perl_name=Image-Info _F_perl_author=S/SR/SREZIC -pkgver=1.30 +pkgver=1.31 pkgdesc="Extract meta information from image files (DEPRECATED)" Finclude perl pkgrel=1 archs=('i686' 'x86_64' 'ppc') -sha1sums=('74e3de70b5eea5186bf15eba05a9a4d659be52e7') +sha1sums=('9120a6f217662f23417fb806ef6fbfb8146d8291') From vmiklos at frugalware.org Sun Oct 3 02:04:58 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 3 Oct 2010 02:04:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bash-completion-1.2-1-i686 Message-ID: <20101003000458.DC16E132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4773a508e621939f080c034bb6646cbe1853eb84 commit 4773a508e621939f080c034bb6646cbe1853eb84 Author: Miklos Vajna Date: Sat Oct 2 17:59:04 2010 +0200 bash-completion-1.2-1-i686 - version bump - drop the bzip2 part of the fpm patch: we no longer produce bzip2-compressed fpms and that part fails to apply - update mplayer-amr.diff: it has been upstreamed in the master branch but 1.2 is from the 1.x branch so we still need it in the meantime diff --git a/source/apps/bash-completion/FrugalBuild b/source/apps/bash-completion/FrugalBuild index 52f9a41..f0fdbb4 100644 --- a/source/apps/bash-completion/FrugalBuild +++ b/source/apps/bash-completion/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: voroskoi pkgname=bash-completion -pkgver=1.1 -pkgrel=6 +pkgver=1.2 +pkgrel=1 pkgdesc="Programmable completion for bash" url='http://bash-completion.alioth.debian.org/' depends=('bash') @@ -12,12 +12,11 @@ archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump ${url} |Flasttar" source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2 \ bash_completion.sh frugalware fpm.diff mplayer-amr.diff) -sha1sums=('dde4ca656c72adb8326a21f1774dd906f8aaef09' \ +sha1sums=('47e6fb919ae227e74172870379b0fe999a2ae70d' \ '48bbdacd715f5aac9ca8c8906326f5f645d8035e' \ '00f63fffacf0cf69b66febbc615f0f673b9960bd' \ - 'dd7e9d2a897c23e955db856e7a5639c869f82657' \ - 'f9a208dce4f48d03bacfeb5fd666204f0cffac94') -options=('force') # remove after 1.3 + '2fcbf666dab3329f6191fd8cc03f5203129a4c9d' \ + '77185c97d703b4bfa39715756db9a1d745211e36') build() { diff --git a/source/apps/bash-completion/fpm.diff b/source/apps/bash-completion/fpm.diff index ed224bf..bfbe48c 100644 --- a/source/apps/bash-completion/fpm.diff +++ b/source/apps/bash-completion/fpm.diff @@ -1,15 +1,6 @@ diff -aur bash-completion-1.1/bash_completion fw_bash-completion-1.1//bash_completion --- bash-completion-1.1/bash_completion 2009-10-10 16:26:09.000000000 +0200 +++ fw_bash-completion-1.1//bash_completion 2010-05-22 19:35:54.000000000 +0200 -@@ -97,7 +97,7 @@ - # - # START exclude -- do NOT remove this line - # bzcmp, bzdiff, bz*grep, bzless, bzmore intentionally not here, see Debian: #455510 --complete -f -X '!*.?(t)bz?(2)' bunzip2 bzcat -+complete -f -X '!*.@(?(t)bz?(2)|fpm)' bunzip2 bzcat - complete -f -X '!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear|zargo|xpi|sxw|ott|od[fgpst]|epub)' unzip zipinfo - complete -f -X '*.Z' compress znew - # zcmp, zdiff, z*grep, zless, zmore intentionally not here, see Debian: #455510 @@ -105,7 +105,7 @@ complete -f -X '!*.Z' uncompress # lzcmp, lzdiff intentionally not here, see Debian: #455510 diff --git a/source/apps/bash-completion/mplayer-amr.diff b/source/apps/bash-completion/mplayer-amr.diff index 0058c66..db20abe 100644 --- a/source/apps/bash-completion/mplayer-amr.diff +++ b/source/apps/bash-completion/mplayer-amr.diff @@ -1,13 +1,13 @@ diff --git a/contrib/mplayer b/contrib/mplayer -index 5c8d8f7..a2ec0a8 100644 +index 63af312..812da26 100644 --- a/contrib/mplayer +++ b/contrib/mplayer -@@ -224,7 +224,7 @@ _mplayer() - -e "/^-\(Total\|.*\*\)\?$/!p" )' -- "$cur" ) ) +@@ -236,7 +236,7 @@ _mplayer() + -e "/^-\(Total\|.*\*\)\{0,1\}$/!p" )' -- "$cur" ) ) ;; *) -- _filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fl[iv]|FL[IV]|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[234]|MP[234]|m4[av]|M4[AV]|og[gmavx]|OG[GMAVX]|w?(a)v|W?(A)V|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m[24]v|M[24]V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3g[p2]|mpc|MPC|flac|FLAC|vro|VRO|divx|DIVX|aif?(f)|AIF?(F)|m2ts|M2TS|vdr|VDR|xvid|XVID|ape|APE)' -+ _filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fl[iv]|FL[IV]|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[234]|MP[234]|m4[av]|M4[AV]|og[gmavx]|OG[GMAVX]|w?(a)v|W?(A)V|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m[24]v|M[24]V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3g[p2]|mpc|MPC|flac|FLAC|vro|VRO|divx|DIVX|aif?(f)|AIF?(F)|m2ts|M2TS|vdr|VDR|xvid|XVID|ape|APE|amr)' +- _filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fl[iv]|FL[IV]|fxm|FXM|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[234]|MP[234]|m4[av]|M4[AV]|og[gmavx]|OG[GMAVX]|w?(a)v|W?(A)V|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m[24]v|M[24]V|dv|DV|rmvb|RMVB|mid|MID|t[ps]|T[PS]|3g[p2]|mpc|MPC|flac|FLAC|vro|VRO|divx|DIVX|aif?(f)|AIF?(F)|m2ts|M2TS|vdr|VDR|xvid|XVID|ape|APE)' ++ _filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fl[iv]|FL[IV]|fxm|FXM|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[234]|MP[234]|m4[av]|M4[AV]|og[gmavx]|OG[GMAVX]|w?(a)v|W?(A)V|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m[24]v|M[24]V|dv|DV|rmvb|RMVB|mid|MID|t[ps]|T[PS]|3g[p2]|mpc|MPC|flac|FLAC|vro|VRO|divx|DIVX|aif?(f)|AIF?(F)|m2ts|M2TS|vdr|VDR|xvid|XVID|ape|APE|amr)' ;; esac From vmiklos at frugalware.org Sun Oct 3 02:04:58 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 3 Oct 2010 02:04:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: cgit-0.8.3.4-2-i686 Message-ID: <20101003000458.EF7A2132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0de1210a26d7ad571e35f456494f0c348297ac50 commit 0de1210a26d7ad571e35f456494f0c348297ac50 Author: Miklos Vajna Date: Sun Oct 3 01:29:19 2010 +0200 cgit-0.8.3.4-2-i686 - forgot to bump gitver diff --git a/source/network-extra/cgit/FrugalBuild b/source/network-extra/cgit/FrugalBuild index 8e7de52..190c228 100644 --- a/source/network-extra/cgit/FrugalBuild +++ b/source/network-extra/cgit/FrugalBuild @@ -3,8 +3,8 @@ pkgname=cgit pkgver=0.8.3.4 -gitver=1.6.4.3 -pkgrel=1 +gitver=1.7.3 +pkgrel=2 pkgdesc="A fast webinterface for git." url="http://hjemli.net/git/cgit/" depends=('curl>=7.20.0' 'openssl>=1.0.0') @@ -16,7 +16,7 @@ source=(http://hjemli.net/git/cgit/snapshot/cgit-$pkgver.tar.bz2 \ http://www.kernel.org/pub/software/scm/git/git-$gitver.tar.bz2 \ cgit.conf) sha1sums=('25ec36d28628f61fb0784651f45fd0a4031b96af' \ - '961ae8028609dfa95daf80fe33d24cf342f03454' \ + '32e231fd10b85265487f0c2cc50d6d889b71de78' \ 'ba8bab178c3036d8d0e6743cc91c6ab5cd3efb7b') @@ -24,6 +24,10 @@ build() { unset MAKEFLAGS Fcd + if [ $gitver != $(grep ^GIT_VER Makefile |sed 's/.*= //') ]; then + Fmessage "Did you forget to update gitver?" + Fdie + fi mv ../git-$gitver/* git/ Fmake Fmakeinstall CGIT_SCRIPT_PATH=/var/www/cgit From vmiklos at frugalware.org Sun Oct 3 02:04:58 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 3 Oct 2010 02:04:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: seamonkey-2.0.8-1-i686 Message-ID: <20101003000458.E47E3132C392@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3b4c00ece261427b57b677753afee3768c0895af commit 3b4c00ece261427b57b677753afee3768c0895af Author: Miklos Vajna Date: Sun Oct 3 00:47:16 2010 +0200 seamonkey-2.0.8-1-i686 - version bump diff --git a/source/xapps-extra/seamonkey/FrugalBuild b/source/xapps-extra/seamonkey/FrugalBuild index 1afb350..9b3b639 100644 --- a/source/xapps-extra/seamonkey/FrugalBuild +++ b/source/xapps-extra/seamonkey/FrugalBuild @@ -2,13 +2,12 @@ # Maintainer: voroskoi pkgname=seamonkey -pkgver=2.0.6 +pkgver=2.0.8 pkgrel=1 pkgdesc="Seamonkey all-in-one internet application suite" url="http://www.mozilla.org/projects/seamonkey/" depends=('libstdc++' 'gtk+2>=2.20.0-2' 'libxau>=1.0.4' 'libxdmcp' 'libxdamage' 'libxml2' 'libidl' 'libxt' 'libice' 'nss>=3.12.3' 'libxft' 'dbus-glib' 'alsa-lib') makedepends=('zip') -replaces=('mozilla') options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') @@ -51,7 +50,7 @@ build() Frm usr/bin/seamonkey Fwrapper '/usr/lib/seamonkey/seamonkey $@' $pkgname } -sha1sums=('96e8ef2cc737458b55290c13f5bf1a8d3684fb30' \ +sha1sums=('54d3a6475611f188354dfecef9dbfee08fe0eaf0' \ '1864fa4117650bb9a576664943aaf4ab56b7d248' \ 'b0e0bdd676758e19cac4a0429257a92183328f0e') From vmiklos at frugalware.org Sun Oct 3 02:04:59 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 3 Oct 2010 02:04:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: j2sdk-6-24-i686 Message-ID: <20101003000459.0C184132C393@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bd98d8b301a6a2a021d8928190360cee2128931e commit bd98d8b301a6a2a021d8928190360cee2128931e Author: Miklos Vajna Date: Sun Oct 3 01:40:46 2010 +0200 j2sdk-6-24-i686 - add provides for jre/jdk diff --git a/source/devel-extra/j2sdk/FrugalBuild b/source/devel-extra/j2sdk/FrugalBuild index 8e2ce67..12e3868 100644 --- a/source/devel-extra/j2sdk/FrugalBuild +++ b/source/devel-extra/j2sdk/FrugalBuild @@ -9,6 +9,7 @@ pkgrel=24 pkgdesc="Sun's java development kit" url="http://java.sun.com/j2se/downloads.html" rodepends=('j2re') +provides=('jdk') groups=('devel-extra') archs=('i686' 'x86_64') up2date="Fwcat https://jdk-distros.dev.java.net/developer.html|lynx -dump -stdin|grep 'jdk-[0-9].*bin$'|sed 's/.*jdk-\(.*\)-dlj-linux.*/\1/;s/u$update//;q'" @@ -31,6 +32,7 @@ sha1sums=(${sha1sums[@]} '966b9c8229ef3dfb588c108124f367cc993cb581' \ subpkgs=('j2re') subdescs=("Sun's java runtime environment") subdepends=('unixodbc libice libxp libxi libsm libxtst libxt alsa-lib') +subprovides=('jre') subconflicts=('openjre') subgroups=('xapps-extra') subarchs=('i686 x86_64') From vmiklos at frugalware.org Sun Oct 3 02:04:59 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 3 Oct 2010 02:04:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: openjdk-6-3-i686 Message-ID: <20101003000459.03DB5132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b77ed9bff454d3b7836ef05697bed82c1a2dd6d1 commit b77ed9bff454d3b7836ef05697bed82c1a2dd6d1 Author: Miklos Vajna Date: Sun Oct 3 01:39:24 2010 +0200 openjdk-6-3-i686 - add provides for jre/jdk diff --git a/source/devel-extra/openjdk/FrugalBuild b/source/devel-extra/openjdk/FrugalBuild index 96287bb..e330869 100644 --- a/source/devel-extra/openjdk/FrugalBuild +++ b/source/devel-extra/openjdk/FrugalBuild @@ -6,10 +6,11 @@ pkgver=6 build=20 icedteaver=1.9 javaver="$pkgver-openjdk" -pkgrel=2 +pkgrel=3 pkgdesc="Open-source Java Development Kit implementation." url="http://openjdk.java.net/" depends=('libx11') +provides=('jdk') rodepends=("openjre=$pkgver") makedepends=('apache-ant' 'zip' 'cpio' 'java-gcj-compat>=1.0.80-8' 'ecj' \ 'gcc-gcj' 'xalan-j' 'rhino' 'gtk+2' 'xulrunner>=1.9.2-2' 'cups' \ @@ -45,6 +46,7 @@ subpkgs=('openjre' 'openjdk-source') subdescs=('Open-source Java Runtime Environment.' 'Java Development Kit source-code.') subdepends=('libgcj libjpeg>=8b libgif libuuid gtk+2-libs libxtst libffi' '') subrodepends=('' "openjdk=$pkgver") +subprovides=('jre' '') subgroups=('xapps' 'devel-extra') subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc') From bouleetbil at frogdev.info Sun Oct 3 02:07:24 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 02:07:24 +0200 (CEST) Subject: [Frugalware-git] gnometesting: koffice-2.1.2-4-i686 Message-ID: <20101003000724.A35ED132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=4b6139d91b102761e8a09f6a5c4794442f878447 commit 4b6139d91b102761e8a09f6a5c4794442f878447 Author: bouleetbil Date: Sun Oct 3 02:38:12 2010 +0000 koffice-2.1.2-4-i686 *rebuild with poppler>=0.14.3 diff --git a/source/kde-extra/koffice/FrugalBuild b/source/kde-extra/koffice/FrugalBuild index b116548..31628a4 100644 --- a/source/kde-extra/koffice/FrugalBuild +++ b/source/kde-extra/koffice/FrugalBuild @@ -4,7 +4,7 @@ pkgname=koffice pkgver=2.1.2 -pkgrel=3 +pkgrel=4 pkgdesc="An integrated Office suite for KDE" url="http://www.koffice.org" _F_kde_subpkgs_custom_path=1 @@ -64,7 +64,7 @@ if [ "$CARCH" != "ppc" ]; then opengtl libqtgtl poppler-qt4 libkdcraw>=$_F_kde_ver") else subdepends=("${subdepends[@]}" "libgl libqtcore>=$_F_kde_qtver qimageblitz exiv2>=0.20 glew expat libxmu libtiff - poppler-qt4 libkdcraw>=$_F_kde_ver") + poppler-qt4>=0.14.3 libkdcraw>=$_F_kde_ver") fi subrodepends=("${subrodepends[@]}" "$pkgname-libs=$pkgver $pkgname-data=$pkgver") subgroups=("${subgroups[@]}" 'kde-extra') @@ -72,7 +72,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "karbon") subdescs=("${subdescs[@]}" "KOffice Vector Graphics Drawing Application") -subdepends=("${subdepends[@]}" "libgl poppler-qt4 libwpg pstoedit") +subdepends=("${subdepends[@]}" "libgl poppler-qt4>=0.14.3 libwpg pstoedit") subrodepends=("${subrodepends[@]}" "$pkgname-libs=$pkgver $pkgname-data=$pkgver") subgroups=("${subgroups[@]}" 'kde-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') From bouleetbil at frogdev.info Sun Oct 3 02:23:25 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 02:23:25 +0200 (CEST) Subject: [Frugalware-git] gnometesting: texmaker-2.0-2-i686 Message-ID: <20101003002325.DEC90132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c2e249a9637babd30aa38187ee2e38069c0f3452 commit c2e249a9637babd30aa38187ee2e38069c0f3452 Author: bouleetbil Date: Sun Oct 3 02:55:05 2010 +0000 texmaker-2.0-2-i686 *rebuild with poppler>=0.14.3 diff --git a/source/xapps-extra/texmaker/FrugalBuild b/source/xapps-extra/texmaker/FrugalBuild index 3034981..34c8dc6 100644 --- a/source/xapps-extra/texmaker/FrugalBuild +++ b/source/xapps-extra/texmaker/FrugalBuild @@ -3,10 +3,10 @@ pkgname=texmaker pkgver=2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Texmaker is a free LaTeX editor." url="http://www.xm1math.net/texmaker/" -depends=('libqtwebkit' 'libqtscript' 'poppler-qt4') +depends=('libqtwebkit' 'libqtscript' 'poppler-qt4>=0.13.4') rodepends=('xghostscript>=8.64-2' 'texlive') groups=('xapps-extra') archs=('i686' 'x86_64') From bouleetbil at frogdev.info Sun Oct 3 04:58:40 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 04:58:40 +0200 (CEST) Subject: [Frugalware-git] gnometesting: moonlight-2.99.0.9-2-i686 Message-ID: <20101003025840.DCD78132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=68c3250a8bce74989c628e13209fa844869f0d2d commit 68c3250a8bce74989c628e13209fa844869f0d2d Author: bouleetbil Date: Sun Oct 3 05:29:19 2010 +0000 moonlight-2.99.0.9-2-i686 *rebuild with poppler>=0.14.3 diff --git a/source/xlib-extra/moonlight/FrugalBuild b/source/xlib-extra/moonlight/FrugalBuild index afd5f69..c5cbb4d 100644 --- a/source/xlib-extra/moonlight/FrugalBuild +++ b/source/xlib-extra/moonlight/FrugalBuild @@ -7,11 +7,11 @@ USE_DEVEL=${USE_DEVEL:-"n"} #MOONLIGHT_OVERRIDES="shapecache=yes,converter=ffmpeg" firefox' pkgname=moonlight -pkgrel=1 +pkgrel=2 pkgdesc="Moonlight is an open source implementation of Microsoft Silverlight for Unix systems." url="http://www.go-mono.com/moonlight/" depends=('gtk+2' 'libxau' 'libxdmcp' 'freetype2' 'alsa-lib' 'libstdc++' 'libxdamage' 'libxext' 'libxml2' \ - 'ffmpeg>=0.6' 'dbus-glib' 'ndesk-dbus' 'imagemagick' 'poppler-glib' 'gtk-sharp' 'curl') + 'ffmpeg>=0.6' 'dbus-glib' 'ndesk-dbus' 'imagemagick' 'poppler-glib>=0.14.3' 'gtk-sharp' 'curl') makedepends=('firefox' 'zip' 'gsf-sharp' 'gtksourceview-sharp' 'monodoc'\ 'xulrunner' 'curl') options=('scriptlet') From devil505linux at gmail.com Sun Oct 3 07:42:52 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 3 Oct 2010 07:42:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: fotoxx-10.10.1-1-i686 * version bump Message-ID: <20101003054252.26503132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=317094250eb11500e0fb3564416de5e8297209d5 commit 317094250eb11500e0fb3564416de5e8297209d5 Author: Devil505 Date: Sun Oct 3 07:38:42 2010 +0200 fotoxx-10.10.1-1-i686 * version bump diff --git a/source/xapps-extra/fotoxx/FrugalBuild b/source/xapps-extra/fotoxx/FrugalBuild index 745b6a41..a62be0c 100644 --- a/source/xapps-extra/fotoxx/FrugalBuild +++ b/source/xapps-extra/fotoxx/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=fotoxx -pkgver=10.10 +pkgver=10.10.1 pkgrel=1 pkgdesc="A program for improving image files made with a digital camera" url="http://kornelix.squarespace.com/$pkgname/" @@ -12,7 +12,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://kornelix.squarespace.com/downloads/ | Flasttar" source=(http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz) -sha1sums=('10facccb8673e0748a49ae4da626ff97896fc197') +sha1sums=('1945106ef4aa3c155f8c5354312defea3b979d18') replaces=('fotox') build() { From ryuo at frugalware.org Sun Oct 3 09:37:32 2010 From: ryuo at frugalware.org (James Buren) Date: Sun, 3 Oct 2010 09:37:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: fish-1.23.1-1-x86_64 * take over from crazy * version bump * fix url, source Message-ID: <20101003073732.0AD61132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=74281a406900c3964a9f93e10b449e2648e13484 commit 74281a406900c3964a9f93e10b449e2648e13484 Author: James Buren Date: Sun Oct 3 02:32:55 2010 -0500 fish-1.23.1-1-x86_64 * take over from crazy * version bump * fix url, source diff --git a/source/apps-extra/fish/FrugalBuild b/source/apps-extra/fish/FrugalBuild index 5cc6698..91f1c4c 100644 --- a/source/apps-extra/fish/FrugalBuild +++ b/source/apps-extra/fish/FrugalBuild @@ -1,18 +1,19 @@ # Compiling Time: 0.13 SBU -# Maintainer: crazy +# Maintainer: James Buren # Contributor: BMH1980 pkgname=fish -pkgver=1.23.0 +pkgver=1.23.1 pkgrel=1 pkgdesc="fish is a user friendly command line shell for UNIX-like operating systems." -url="http://fishshell.org/index.php" +url="http://fishshell.org" depends=('ncurses') makedepends=('doxygen' 'groff') groups=('apps-extra') archs=('i686' 'x86_64') +backup=('etc/fish/config.fish') license="GPL2" -up2date="lynx -dump $url|grep -m 1 -o '[0-9\.]\+[0-9]\.tar\.bz2'|grep -o '[0-9\.]\+[0-9]'" +up2date="lynx -dump $url/index.php |grep -m 1 -o '[0-9\.]\+[0-9]\.tar\.bz2'|grep -o '[0-9\.]\+[0-9]'" source=($url/files/$pkgver/$pkgname-$pkgver.tar.bz2) build() @@ -25,5 +26,5 @@ build() --datadir=/usr/share } -sha1sums=('8f2c4ca6b760dde5d4c4f8d745c97ce9e283879f') +sha1sums=('3a6a5d0cfff348e5f9b1e7cd771865fd1dcd802e') # optimization OK From exceed.cedric at gmail.com Sun Oct 3 10:02:14 2010 From: exceed.cedric at gmail.com (exceed) Date: Sun, 3 Oct 2010 10:02:14 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: qtractor-0.4.7-1-i686 Message-ID: <20101003080214.8C027132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=43bd8e8af62f86ecc2272be99be3c333dfd84a79 commit 43bd8e8af62f86ecc2272be99be3c333dfd84a79 Author: exceed Date: Sun Oct 3 10:01:18 2010 +0200 qtractor-0.4.7-1-i686 * Version bump diff --git a/source/xmultimedia-extra/qtractor/FrugalBuild b/source/xmultimedia-extra/qtractor/FrugalBuild index f2bb627..5a8ab57 100644 --- a/source/xmultimedia-extra/qtractor/FrugalBuild +++ b/source/xmultimedia-extra/qtractor/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: exceed pkgname=qtractor -pkgver=0.4.6 +pkgver=0.4.7 pkgrel=1 archs=('i686' 'x86_64') groups=('xmultimedia-extra') @@ -10,7 +10,7 @@ pkgdesc="Audio/MIDI multi-track sequencer written in C++ with the Qt4 framework" depends=('libqtxml' 'libqtgui' 'libice' 'libxrender' 'libxext' 'e2fsprogs' \ 'libvorbis' 'libmad' 'rubberband>=1.5.0' 'dssi>=1.0.0-2') Finclude sourceforge -sha1sums=('93dfb2b4852bde5adc6ddd5366635bfb8939d122') +sha1sums=('b9dda800a52ee51628759ef05e7225a7a2b79829') build() { From devil505linux at gmail.com Sun Oct 3 10:06:30 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 3 Oct 2010 10:06:30 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libindicate-0.4.4-1-i686 * version bump * now with mono and python bindings Message-ID: <20101003080630.D0C73132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=6daa69dd87db45103a37ab0e1d2b9eb394f22fab commit 6daa69dd87db45103a37ab0e1d2b9eb394f22fab Author: Devil505 Date: Sun Oct 3 10:05:51 2010 +0200 libindicate-0.4.4-1-i686 * version bump * now with mono and python bindings diff --git a/source/gnome-extra/libindicate/FrugalBuild b/source/gnome-extra/libindicate/FrugalBuild index 1e9b6c5..eeaa7a2 100644 --- a/source/gnome-extra/libindicate/FrugalBuild +++ b/source/gnome-extra/libindicate/FrugalBuild @@ -2,18 +2,27 @@ # Maintainer: Devil505 pkgname=libindicate -pkgver=0.3.6 +pkgver=0.4.4 pkgrel=1 pkgdesc="A small library for applications to raise 'flags' on DBus for other components of the desktop to pick up and visualize." url="https://launchpad.net/libindicate" -depends=('libdbusmenu') -makedepends=('gnome-doc-utils') -options=('scriptlet') +depends=('libdbusmenu' 'gtk2-sharp' 'pygtk' 'pygobject') +makedepends=('gnome-doc-utils' 'vala') +_F_mono_aot=0 +Finclude mono groups=('gnome-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" -source=($url/0.3/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz) -sha1sums=('c4d10bc07f4dfbb912cd661a45c0803e39bc8e1e') +source=($url/0.4/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz) +sha1sums=('0dc3ad4c35581adea9d9ae89daacf820c764f24a') -# optimization OK +build() { + Fcd + Fsed "-lpyglib-2.0-python2.6" "-lpyglib-2.0-python" bindings/python/Makefile.am + Fsed "-lpyglib-2.0-python2.6" "-lpyglib-2.0-python" bindings/python/Makefile.in + Fsed "-lpython2.6" "-lpython2.7" bindings/python/Makefile.am + Fsed "-lpython2.6" "-lpython2.7" bindings/python/Makefile.in + Fbuild_mono +} +# optimization OK From exceed.cedric at gmail.com Sun Oct 3 10:19:45 2010 From: exceed.cedric at gmail.com (exceed) Date: Sun, 3 Oct 2010 10:19:45 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: clementine-0.5.3-1-i686 Message-ID: <20101003081945.C44B5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=04d211d99052fbef5afedf824fe9b03ecee8e061 commit 04d211d99052fbef5afedf824fe9b03ecee8e061 Author: exceed Date: Sun Oct 3 10:17:57 2010 +0200 clementine-0.5.3-1-i686 * Version bump diff --git a/source/xapps-extra/clementine/FrugalBuild b/source/xapps-extra/clementine/FrugalBuild index 102d62b..95facfb 100644 --- a/source/xapps-extra/clementine/FrugalBuild +++ b/source/xapps-extra/clementine/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: centuri0 pkgname=clementine -pkgver=0.5.2 +pkgver=0.5.3 pkgrel=1 pkgdesc="Clementine is a modern music player and library organiser. Port of Amarok 1.4" makedepends=('qt4-linguist' 'boost') @@ -13,7 +13,7 @@ _F_cd_path="$pkgname-$pkgver" Finclude googlecode cmake groups=(xapps-extra) archs=('i686') -sha1sums=('2c49114666dc0a47055bbfe21b3f078a036b7c5d') +sha1sums=('20657161c1098ab430bd1451f67fb80d767656de') # optimization OK From bouleetbil at frogdev.info Sun Oct 3 10:40:53 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 10:40:53 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libgdata-0.6.5-1-i686 Message-ID: <20101003084053.96268132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5f66606d8fc64bcc6c084c9611b8f2da779887ad commit 5f66606d8fc64bcc6c084c9611b8f2da779887ad Author: bouleetbil Date: Sun Oct 3 11:12:28 2010 +0000 libgdata-0.6.5-1-i686 *use stable version diff --git a/source/gnome/libgdata/FrugalBuild b/source/gnome/libgdata/FrugalBuild index 0ba1433..b85fd17 100644 --- a/source/gnome/libgdata/FrugalBuild +++ b/source/gnome/libgdata/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=libgdata -pkgver=0.6.4 -pkgrel=2 +pkgver=0.6.5 +pkgrel=1 pkgdesc="libgdata is a GLib-based library for accessing online service APIs using the GData protocol" depends=('libsoup-gnome>=2.30.0' 'sqlite3' 'libproxy>=0.4.0') makedepends=('intltool' 'gobject-introspection>=0.9.0') @@ -11,6 +11,6 @@ groups=('gnome') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') Finclude gnome -sha1sums=('b464d798797fa6c9a52ad2dab3cd122702c76294') +sha1sums=('d6a78525b15b320086b7483e18bd9be6cb4e9e86') # optimization OK From bouleetbil at frogdev.info Sun Oct 3 10:47:26 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 10:47:26 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-icon-theme-2.30.3-1-i686 Message-ID: <20101003084726.99A28132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a4e4a7ecf4f39437bb9186947bad00055a5c1da4 commit a4e4a7ecf4f39437bb9186947bad00055a5c1da4 Author: bouleetbil Date: Sun Oct 3 11:19:09 2010 +0000 gnome-icon-theme-2.30.3-1-i686 *use stable version diff --git a/source/gnome/gnome-icon-theme/FrugalBuild b/source/gnome/gnome-icon-theme/FrugalBuild index 89991d9..b30c993 100644 --- a/source/gnome/gnome-icon-theme/FrugalBuild +++ b/source/gnome/gnome-icon-theme/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gnome-icon-theme -pkgver=2.31.0 +pkgver=2.30.3 pkgrel=1 pkgdesc="Default icon theme for GNOME" url="http://www.gnome.org/" @@ -11,4 +11,4 @@ makedepends=('perl-xml-parser' 'icon-naming-utils>=0.8.2' 'intltool') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') Finclude gnome -sha1sums=('ed6f5ccfc871281e632f80c3d9a756f201758862') +sha1sums=('41c2c43480376f784f21487727e6c726ed60addf') From devil505linux at gmail.com Sun Oct 3 14:16:05 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 3 Oct 2010 14:16:05 +0200 (CEST) Subject: [Frugalware-git] gnometesting: indicator-datetime-0.0.6-2-i686 * using _F_gnome_glib Message-ID: <20101003121605.7A822132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=6aca8aa0c348f3c3cdb3e4b742b657278b9e992d commit 6aca8aa0c348f3c3cdb3e4b742b657278b9e992d Author: Devil505 Date: Sun Oct 3 14:15:15 2010 +0200 indicator-datetime-0.0.6-2-i686 * using _F_gnome_glib diff --git a/source/gnome-extra/indicator-datetime/FrugalBuild b/source/gnome-extra/indicator-datetime/FrugalBuild index eab790a..b23b971 100644 --- a/source/gnome-extra/indicator-datetime/FrugalBuild +++ b/source/gnome-extra/indicator-datetime/FrugalBuild @@ -3,11 +3,13 @@ pkgname=indicator-datetime pkgver=0.0.6 -pkgrel=1 +pkgrel=2 pkgdesc="The Date and Time Indicator" url="https://launchpad.net/indicator-datetime" depends=('libindicator>=0.3.14' 'libdbusmenu' 'ido>=0.2.0') makedepends=('intltool') +_F_gnome_glib="y" +Finclude gnome-scriptlet groups=('gnome-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" From kooda at upyum.com Sun Oct 3 15:01:11 2010 From: kooda at upyum.com (Kooda) Date: Sun, 3 Oct 2010 15:01:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: wsapi-1.3.4-1-i686 Message-ID: <20101003130111.B391F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=85ebe8b0930895647dcef0377224baf21eb17d55 commit 85ebe8b0930895647dcef0377224baf21eb17d55 Author: Kooda Date: Sun Oct 3 15:00:48 2010 +0200 wsapi-1.3.4-1-i686 * New package diff --git a/source/lib-extra/wsapi/FrugalBuild b/source/lib-extra/wsapi/FrugalBuild new file mode 100644 index 0000000..ad0b223 --- /dev/null +++ b/source/lib-extra/wsapi/FrugalBuild @@ -0,0 +1,27 @@ +# Compiling Time: 0 SBU +# Maintainer: Kooda + +pkgname=wsapi +pkgver=1.3.4 +pkgrel=1 +pkgdesc="An API that abstracts the web server from Lua web applications." +url="http://keplerproject.github.com/$pkgname/" +depends=('lua' 'fcgi') +makedepends=('hd2u') +groups=('lib-extra') +archs=('i686') +up2date="Flasttar http://github.com/keplerproject/$pkgname/downloads" +source=("http://github.com/downloads/keplerproject/$pkgname/$pkgname-$pkgver.tar.gz") +sha1sums=('26b1e25f33785faf4101a782d7ba889f16f0f874') +Fconfopts="$Fconfopts lua" + +build() +{ + Fmkdir usr/bin + Fmake + Fsed "/usr" "$Fdestdir/usr" config + Fmakeinstall + dos2unix $Fdestdir/usr/bin/wsapi.cgi || Fdie +} + +# optimization OK From kooda at upyum.com Sun Oct 3 15:08:11 2010 From: kooda at upyum.com (Kooda) Date: Sun, 3 Oct 2010 15:08:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: coxpcall-1.13.0-1-i686 Message-ID: <20101003130811.5357B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=87ac2a1131c1a1344276a86c6bd5ba2a68bfa157 commit 87ac2a1131c1a1344276a86c6bd5ba2a68bfa157 Author: Kooda Date: Sun Oct 3 15:07:52 2010 +0200 coxpcall-1.13.0-1-i686 * New package diff --git a/source/lib-extra/coxpcall/FrugalBuild b/source/lib-extra/coxpcall/FrugalBuild new file mode 100644 index 0000000..26289c4 --- /dev/null +++ b/source/lib-extra/coxpcall/FrugalBuild @@ -0,0 +1,23 @@ +# Compiling Time: 0 SBU +# Maintainer: Kooda + +pkgname=coxpcall +pkgver=1.13.0 +pkgrel=1 +pkgdesc="Encapsulates the protected calls with a coroutine based loop." +url="http://coxpcall.luaforge.net/" +depends=('lua') +groups=('lib-extra') +archs=('i686' 'x86_64' 'ppc') +up2date=("Flasttar http://luaforge.net/frs/?group_id=101") +source=("http://luaforge.net/frs/download.php/3406/$pkgname-$pkgver.tar.gz") +sha1sums=('8b3321a9b74305b1347ce2543e998a118ca82701') +Fconfopts="$Fconfopts lua" + +build() +{ + Fmake + Fsed "/usr" "$Fdestdir/usr" config + Fmakeinstall +} + From kooda at upyum.com Sun Oct 3 15:12:32 2010 From: kooda at upyum.com (Kooda) Date: Sun, 3 Oct 2010 15:12:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: copas-1.1.6-1-i686 Message-ID: <20101003131232.34E3D132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e3a12f0ea9990c2cb73058c1336128cbc06f2a6c commit e3a12f0ea9990c2cb73058c1336128cbc06f2a6c Author: Kooda Date: Sun Oct 3 15:12:14 2010 +0200 copas-1.1.6-1-i686 * New package diff --git a/source/lib-extra/copas/FrugalBuild b/source/lib-extra/copas/FrugalBuild new file mode 100644 index 0000000..48fe0aa --- /dev/null +++ b/source/lib-extra/copas/FrugalBuild @@ -0,0 +1,20 @@ +# Compiling Time: 0 SBU +# Maintainer: Kooda + +pkgname=copas +pkgver=1.1.6 +pkgrel=1 +pkgdesc="A dispatcher based on coroutines that can be used by TCP/IP servers." +url="http://keplerproject.github.com/$pkgname/" +rodepends=('luasocket' 'coxpcall') +groups=('lib-extra') +archs=('i686' 'x86_64' 'ppc') +up2date="Flasttar http://github.com/keplerproject/$pkgname/downloads" +source=("http://github.com/downloads/keplerproject/$pkgname/$pkgname-$pkgver.tar.gz") +sha1sums=('14fd64df94099af1f29d30f09777562803778da7') + +build() +{ + Fsed "PREFIX" "prefix" Makefile + Fmakeinstall +} From kooda at upyum.com Sun Oct 3 15:23:57 2010 From: kooda at upyum.com (Kooda) Date: Sun, 3 Oct 2010 15:23:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xavante-2.2.0-1-i686 Message-ID: <20101003132357.DD02E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8710674f653441876394689856ea1c4e5a00d2af commit 8710674f653441876394689856ea1c4e5a00d2af Author: Kooda Date: Sun Oct 3 15:15:13 2010 +0200 xavante-2.2.0-1-i686 diff --git a/source/apps-extra/xavante/FrugalBuild b/source/apps-extra/xavante/FrugalBuild new file mode 100644 index 0000000..38d2de0 --- /dev/null +++ b/source/apps-extra/xavante/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling Time: 0 SBU +# Maintainer: Kooda + +pkgname=xavante +pkgver=2.2.0 +pkgrel=1 +pkgdesc="A Lua HTTP 1.1 Web server that uses a modular architecture based on URI mapped handlers." +url="http://keplerproject.github.com/$pkgname/" +rodepends=('copas') +groups=('apps-extra') +archs=('i686' 'x86_64' 'ppc') +up2date="Flasttar http://github.com/keplerproject/$pkgname/downloads" +source=("http://github.com/downloads/keplerproject/$pkgname/$pkgname-$pkgver.tar.gz") +sha1sums=('c4017aaf586881fba26c86b090b5b3a031579665') +Fconfopts="$Fconfopts lua" + +build() +{ + Fmake + Fsed "/usr/local" "$Fdestdir/usr" config + Fmakeinstall +} From kooda at upyum.com Sun Oct 3 15:23:57 2010 From: kooda at upyum.com (Kooda) Date: Sun, 3 Oct 2010 15:23:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xavante-2.2.0-1-i686 Message-ID: <20101003132357.EE37D132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=efa3b0a3f12f28481b9eee3005bb48c6a2772a94 commit efa3b0a3f12f28481b9eee3005bb48c6a2772a94 Author: Kooda Date: Sun Oct 3 15:23:39 2010 +0200 xavante-2.2.0-1-i686 * New package diff --git a/source/lib-extra/xavante/FrugalBuild b/source/lib-extra/xavante/FrugalBuild new file mode 100644 index 0000000..6c38afb --- /dev/null +++ b/source/lib-extra/xavante/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling Time: 0 SBU +# Maintainer: Kooda + +pkgname=xavante +pkgver=2.2.0 +pkgrel=1 +pkgdesc="A Lua HTTP 1.1 Web server that uses a modular architecture based on URI mapped handlers." +url="http://keplerproject.github.com/$pkgname/" +rodepends=('copas') +groups=('lib-extra') +archs=('i686' 'x86_64' 'ppc') +up2date="Flasttar http://github.com/keplerproject/$pkgname/downloads" +source=("http://github.com/downloads/keplerproject/$pkgname/$pkgname-$pkgver.tar.gz") +sha1sums=('c4017aaf586881fba26c86b090b5b3a031579665') +Fconfopts="$Fconfopts lua" + +build() +{ + Fmake + Fsed "/usr/local" "$Fdestdir/usr" config + Fmakeinstall +} From kooda at upyum.com Sun Oct 3 16:17:03 2010 From: kooda at upyum.com (Kooda) Date: Sun, 3 Oct 2010 16:17:03 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: Revert "xavante-2.2.0-1-i686" Message-ID: <20101003141703.9A1CF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ffd1678a539bf4c87f6cd519f89c5acb7b642a65 commit ffd1678a539bf4c87f6cd519f89c5acb7b642a65 Author: Kooda Date: Sun Oct 3 15:56:00 2010 +0200 Revert "xavante-2.2.0-1-i686" This reverts commit 8710674f653441876394689856ea1c4e5a00d2af. diff --git a/source/apps-extra/xavante/FrugalBuild b/source/apps-extra/xavante/FrugalBuild deleted file mode 100644 index 38d2de0..0000000 --- a/source/apps-extra/xavante/FrugalBuild +++ /dev/null @@ -1,22 +0,0 @@ -# Compiling Time: 0 SBU -# Maintainer: Kooda - -pkgname=xavante -pkgver=2.2.0 -pkgrel=1 -pkgdesc="A Lua HTTP 1.1 Web server that uses a modular architecture based on URI mapped handlers." -url="http://keplerproject.github.com/$pkgname/" -rodepends=('copas') -groups=('apps-extra') -archs=('i686' 'x86_64' 'ppc') -up2date="Flasttar http://github.com/keplerproject/$pkgname/downloads" -source=("http://github.com/downloads/keplerproject/$pkgname/$pkgname-$pkgver.tar.gz") -sha1sums=('c4017aaf586881fba26c86b090b5b3a031579665') -Fconfopts="$Fconfopts lua" - -build() -{ - Fmake - Fsed "/usr/local" "$Fdestdir/usr" config - Fmakeinstall -} From devil505linux at gmail.com Sun Oct 3 16:48:13 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 3 Oct 2010 16:48:13 +0200 (CEST) Subject: [Frugalware-git] gnometesting: pywebkitgtk-1.1.8-3-i686 * rebuilt with webkit 1.3.4-2 Message-ID: <20101003144813.CAD52132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=81aed77b69e422b40cec3985e895d9ce7a8d7210 commit 81aed77b69e422b40cec3985e895d9ce7a8d7210 Author: Devil505 Date: Sun Oct 3 16:47:44 2010 +0200 pywebkitgtk-1.1.8-3-i686 * rebuilt with webkit 1.3.4-2 diff --git a/source/xlib-extra/pywebkitgtk/FrugalBuild b/source/xlib-extra/pywebkitgtk/FrugalBuild index bc51b13..8b82320 100644 --- a/source/xlib-extra/pywebkitgtk/FrugalBuild +++ b/source/xlib-extra/pywebkitgtk/FrugalBuild @@ -5,7 +5,7 @@ pkgname=pywebkitgtk pkgver=1.1.8 pkgrel=3 pkgdesc="PyWebKitGtk provides an API for developers to program WebKit/Gtk using Python." -depends=('webkit>=1.3.4' 'pygtk>=2.16.0-4' 'python>=2.7') +depends=('webkit>=1.3.4-2' 'pygtk>=2.16.0-4' 'python>=2.7') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') Finclude googlecode python From devil505linux at gmail.com Sun Oct 3 17:21:03 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 3 Oct 2010 17:21:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gwibber-2.32.0-1-i686 * version bump Message-ID: <20101003152103.394D3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c9743ced55cfe247ba45a0d70c6564a969381700 commit c9743ced55cfe247ba45a0d70c6564a969381700 Author: Devil505 Date: Sun Oct 3 17:20:50 2010 +0200 gwibber-2.32.0-1-i686 * version bump diff --git a/source/gnome-extra/gwibber/FrugalBuild b/source/gnome-extra/gwibber/FrugalBuild index 3f66502..3cd1ec4 100644 --- a/source/gnome-extra/gwibber/FrugalBuild +++ b/source/gnome-extra/gwibber/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: Devil505 pkgname=gwibber -pkgver=2.31.4 -pkgrel=2 +pkgver=2.32.0 +pkgrel=1 pkgdesc="Open Source microblogging client for GNOME, with webkit" url="https://launchpad.net/gwibber" -depends=('python-simplejson' 'pygtk>=2.16.0-5' 'dbus-python' 'pywebkitgtk>=1.1.6-2' 'gnome-python-desktop-wnck' \ +depends=('python-simplejson' 'pygtk' 'dbus-python' 'pywebkitgtk>=1.1.6-2' 'gnome-python-desktop-wnck' \ 'gnome-python' 'egenix-mx-base' 'feedparser' 'mako' 'gnome-python-desktop' 'python-sqlite3' \ 'notify-python' 'imaging' 'aspell' 'pycurl' 'python-markupsafe' 'pyxdg' 'python-oauth' \ 'gnome-python-desktop-keyring' 'python-sqlite3') @@ -18,4 +18,4 @@ Finclude gnome-scriptlet archs=('i686' 'x86_64') up2date="Flasttar $url" source=("http://launchpad.net/gwibber/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz") -sha1sums=('216084e81601d80829065fccc253f1a617de83f8') +sha1sums=('21e43d181371a9430bdcec5b1fa5872b4d7e6f2a') From bouleetbil at frogdev.info Sun Oct 3 17:56:02 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 17:56:02 +0200 (CEST) Subject: [Frugalware-git] gnometesting: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Message-ID: <20101003155602.D6E90132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ba15f602840512cb9ba9c48658e6bd938f384509 commit ba15f602840512cb9ba9c48658e6bd938f384509 Merge: c9743ce 4ab85c0 Author: bouleetbil Date: Sun Oct 3 18:27:56 2010 +0000 Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Conflicts: source/xapps-extra/texlive/FrugalBuild diff --cc source/xapps-extra/texlive/FrugalBuild index 0cad5f0,0f84296..75d12ed --- a/source/xapps-extra/texlive/FrugalBuild +++ b/source/xapps-extra/texlive/FrugalBuild @@@ -2,24 -2,20 +2,20 @@@ # Maintainer: Elentir pkgname=texlive - pkgver=20091107 - pkgrel=5 + pkgver=20100722 -pkgrel=1 ++pkgrel=2 pkgdesc="A complete TeX distribution" archs=('i686' 'x86_64' 'ppc') - depends=('t1lib' 'gd' 'ncurses' 'poppler>=0.14.3') -depends=('t1lib' 'gd' 'ncurses' 'poppler' 'icu4c>=4.2') ++depends=('t1lib' 'gd' 'ncurses' 'poppler>=0.14.3' 'icu4c>=4.2') + rodepends=('ghostscript') makedepends=('clisp' 'ffcall') url='http://tug.org/texlive/' - source=("ftp://tug.org/historic/systems/texlive/2009/$pkgname-$pkgver-source.tar.xz" \ - "ftp://tug.org/historic/systems/texlive/2009/$pkgname-$pkgver-texmf.tar.xz" \ - texlive-poppler-0.12.patch \ + source=("ftp://tug.org/historic/systems/texlive/2010/$pkgname-$pkgver-source.tar.xz" \ + "ftp://tug.org/historic/systems/texlive/2010/$pkgname-$pkgver-texmf.tar.xz" \ fix-fontforge-encoding.patch \ - texlive-libpng14.patch \ - texlive.install \ - texlive-pkg.install \ - texlive-pkg-nomaps.install \ - texmf.cnf \ - xindy-clisp-2.49.patch) - up2date="Flasttar ftp://tug.org/historic/systems/texlive/2009/ | sed 's/-source//' | sed 's/_texmf//'" + texmf.cnf + 09-texlive.conf) + up2date="Flasttar ftp://tug.org/historic/systems/texlive/2010/ | sed 's/-source//' | sed 's/_texmf//' | sed 's/_extra//'" groups=('xapps-extra') conflicts=('tetex' 'tetex-kpathsea') provides=('tetex' 'tetex-kpathsea') From bouleetbil at frogdev.info Sun Oct 3 18:05:15 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 18:05:15 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-icon-theme-2.30.3-2-i686 *forgot pkgrel++ *for user don't have bad MD5 or SHA1 checksum... Message-ID: <20101003160515.2760D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=655a3cdb0eab2da2afb7c0c152b404d6a1fd168c commit 655a3cdb0eab2da2afb7c0c152b404d6a1fd168c Author: bouleetbil Date: Sun Oct 3 18:36:41 2010 +0000 gnome-icon-theme-2.30.3-2-i686 *forgot pkgrel++ *for user don't have bad MD5 or SHA1 checksum... diff --git a/source/gnome/gnome-icon-theme/FrugalBuild b/source/gnome/gnome-icon-theme/FrugalBuild index b30c993..db5b557 100644 --- a/source/gnome/gnome-icon-theme/FrugalBuild +++ b/source/gnome/gnome-icon-theme/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-icon-theme pkgver=2.30.3 -pkgrel=1 +pkgrel=2 pkgdesc="Default icon theme for GNOME" url="http://www.gnome.org/" depends=('hicolor-icon-theme') From elentir at frugalware.org Sun Oct 3 18:49:00 2010 From: elentir at frugalware.org (Elentir) Date: Sun, 3 Oct 2010 18:49:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: feh-1.9-1-i686 Message-ID: <20101003164900.AE69B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9dd803cbdb7350d4cbd5e3bea972a0fd30e835b0 commit 9dd803cbdb7350d4cbd5e3bea972a0fd30e835b0 Author: Elentir Date: Sun Oct 3 18:31:12 2010 +0200 feh-1.9-1-i686 * version bump * change m8r : DNAku -> Elentir diff --git a/source/xapps-extra/feh/FrugalBuild b/source/xapps-extra/feh/FrugalBuild index 55cd9c8..f8041e0 100644 --- a/source/xapps-extra/feh/FrugalBuild +++ b/source/xapps-extra/feh/FrugalBuild @@ -1,30 +1,25 @@ -# Compiling Time: 0.04 SBU -# Maintainer: DNAku +# Compiling Time: 0.01 SBU +# Maintainer: Elentir pkgname=feh -pkgver=1.3.4 -pkgrel=3 +pkgver=1.9 +pkgrel=1 pkgdesc="A useful simple image viewer." -url="http://linuxbrit.co.uk/feh" +url="https://derf.homelinux.org/projects/feh/" depends=('giblib>=1.2.4-3') groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') -up2date="lynx -dump http://linuxbrit.co.uk/feh |grep -m1 'tar.gz' |sed 's/ //g' |sed 's/.tar*.//g' |sed 's/.*-//g' |sed 's/gz//g'" -source=(http://linuxbrit.co.uk/downloads/feh-$pkgver.tar.gz) -sha1sums=('cf02fd48325ba02467c7f791634a28e98edbe801') +up2date="Flasttar $url" +source=(https://derf.homelinux.org/projects/$pkgname/$pkgname-$pkgver.tar.bz2) +sha1sums=('643b5ba085ed1b7f37fb6e48293779f9056fca6e') -build() -{ - Fcd - Fsed 'X11R6/' '' configure.* - Fautoreconf - Fconf - for i in `find . -name Makefile` - do - Fsed 'X11R6/' '' $i - done - make || Fdie - Fmakeinstall +build() { + Fsed "xinerama =" "#xinerama =" config.mk + Fsed "xinerama_ld =" "#xinerama_ld =" config.mk + Fsed "/usr/local" "/usr" config.mk + Fbuild + ## duplicates files + Frm usr/share/doc/feh } # optimization OK From devil505linux at gmail.com Sun Oct 3 19:03:30 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 3 Oct 2010 19:03:30 +0200 (CEST) Subject: [Frugalware-git] gnometesting: pino-0.2.11-2-i686 * rebuilt with webkit Message-ID: <20101003170330.1B1BB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=cdf38bd76f2fdc0174c9078e6be91df8161c49c3 commit cdf38bd76f2fdc0174c9078e6be91df8161c49c3 Author: Devil505 Date: Sun Oct 3 19:02:43 2010 +0200 pino-0.2.11-2-i686 * rebuilt with webkit diff --git a/source/xapps-extra/pino/FrugalBuild b/source/xapps-extra/pino/FrugalBuild index 9798225..ed3961b 100644 --- a/source/xapps-extra/pino/FrugalBuild +++ b/source/xapps-extra/pino/FrugalBuild @@ -5,7 +5,7 @@ pkgname=pino pkgver=0.2.11 pkgrel=2 pkgdesc="Pino is Twitter and Identi.ca client for Linux desktop. It's simple and fast" -depends=('atk' 'libgee' 'libnotify' 'webkit' 'unique' \ +depends=('atk' 'libgee' 'libnotify' 'webkit>=1.3.4-2' 'unique' \ 'libxinerama' 'libxi' 'libxrandr' 'libxcursor' \ 'libxcomposite' 'libjpeg>=8a' 'libxslt' 'libxt' \ 'libice' 'libuuid' 'gtkspell' 'hunspell') From elentir at frugalware.org Sun Oct 3 19:47:38 2010 From: elentir at frugalware.org (Elentir) Date: Sun, 3 Oct 2010 19:47:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lftp-4.0.10-1-i686 Message-ID: <20101003174738.C066B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b1ab47458a7b3efcd6e6bda2413d45f766bf2f1a commit b1ab47458a7b3efcd6e6bda2413d45f766bf2f1a Author: Elentir Date: Sun Oct 3 19:35:41 2010 +0200 lftp-4.0.10-1-i686 * version bump diff --git a/source/network-extra/lftp/FrugalBuild b/source/network-extra/lftp/FrugalBuild index 54c8ac3..86ec582 100644 --- a/source/network-extra/lftp/FrugalBuild +++ b/source/network-extra/lftp/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: voroskoi pkgname=lftp -pkgver=4.0.6 +pkgver=4.0.10 pkgrel=1 pkgdesc="A sophisticated ftp/http client, file transfer program" url="http://lftp.yar.ru/" @@ -13,6 +13,6 @@ archs=('i686' 'x86_64') backup=('etc/lftp.conf') up2date="Flasttar http://lftp.yar.ru/get.html" source=(http://ftp.yars.free.net/pub/source/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('9edf624dd92e6647fda9b3dd421740f3dab4e5f2') +sha1sums=('b7f56d8b2c81e86e4a281f3c8835c6fe0553ab76') # optimization OK From elentir at frugalware.org Sun Oct 3 19:54:01 2010 From: elentir at frugalware.org (Elentir) Date: Sun, 3 Oct 2010 19:54:01 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: qtiplot-0.9.8.2-1-i686 Message-ID: <20101003175401.106FE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9c66acc80fd548128a6fabe5420398903a3c7868 commit 9c66acc80fd548128a6fabe5420398903a3c7868 Author: Elentir Date: Sun Oct 3 19:51:14 2010 +0200 qtiplot-0.9.8.2-1-i686 * new package * close #4320 diff --git a/source/xapps-extra/qtiplot/FrugalBuild b/source/xapps-extra/qtiplot/FrugalBuild new file mode 100644 index 0000000..a18a28a --- /dev/null +++ b/source/xapps-extra/qtiplot/FrugalBuild @@ -0,0 +1,58 @@ +# Compiling Time: 3.53 SBU +# Maintainer: Elentir + +pkgname=qtiplot +pkgver=0.9.8.2 +pkgrel=1 +pkgdesc="QtiPlot is a professional scientific data analysis and visualisation solution" +depends=('libboost-mt>=1.39.0' 'pyqt4' 'muparser' 'gsl' 'libglu' 'libqtassistantclient' 'libglu' 'libqt3support' 'libqtopengl') +makedepends=('boost>=1.39.0') +groups=('xapps-extra') +archs=('i686' 'x86_64') +_F_berlios_ext=".tar.bz2" +Finclude berlios +url="http://soft.proindependent.com/qtiplot.html" +_F_desktop_icon="qtiplot.png" +_F_desktop_name="Qtiplot" +_F_desktop_categories="Qt;Education;Science;" +_F_desktop_mimetypes="application/x-qtiplot-project;application/x-qtiplot-project-compressed;application/x-qtiplot-project-backup" +source=($source build.conf qtiplot.xml) +up2date="Flasttar http://soft.proindependent.com/download.html" +sha1sums=('dd8d1003cee8767d4ba9e616e5263da1302c290d' \ + '145f86a395e9e69783896e813fa351bb9dee9d19' \ + '285f57d865956d93250ec548288c5bface096b6b') + +build() { + Fcd + cp ../build.conf ./ || Fdie + + cd ./3rdparty/qwt || Fdie + qmake || Fdie + make || Fdie + + cd ../qwtplot3d || Fdie + qmake || Fdie + make || Fdie + + cd ../../qtiplot || Fdie + ## fix some path + Fsed "pythonconfig.path = /usr/local/qtiplot" "pythonconfig.path = /usr/share/qtiplot" qtiplot.pro + Fsed "/usr/local/" "/usr/" qtiplot.pro + Fsed "doc/qtiplot/" "doc/qtiplot-$pkgver" qtiplot.pro + Fsed "d_python_config_folder + \"" "\"/usr/share/qtiplot" src/core/ApplicationWindow.cpp + qmake || Fdie + make || Fdie + INSTALL_ROOT=${Fdestdir} make install || Fdie + + Fmkdir usr/share/{pixmaps,mime/packages} + Finstall 644 $_F_cd_path/${pkgname}_logo.png usr/share/pixmaps/${pkgname}.png + Finstall 644 ${pkgname}.xml usr/share/mime/packages/qtiplot.xml + Fdesktop2 + + ## fix doc + Frm usr/share/doc/qtiplot-0.9.8.2manual + Frm usr/share/doc/qtiplot + Fdoc $_F_cd_path/gpl_licence.txt +} + +# optimization OK diff --git a/source/xapps-extra/qtiplot/build.conf b/source/xapps-extra/qtiplot/build.conf new file mode 100755 index 0000000..f05f58e --- /dev/null +++ b/source/xapps-extra/qtiplot/build.conf @@ -0,0 +1,155 @@ +isEmpty( QTI_ROOT ) { + message( "each file including this config needs to set QTI_ROOT to the dir containing this file!" ) +} + +########################################################## +## System specific configuration +########################################################## + +# Global include path which is always added at the end of the INCLUDEPATH +SYS_INCLUDEPATH = /usr/include +# Global lib path and libs which is ls always added at the end of LIBS +SYS_LIBS = -L/usr/lib + +########################################################## +## muParser (http://muparser.sourceforge.net/) +########################################################## + +# include path. leave it blank to use SYS_INCLUDE +#MUPARSER_INCLUDEPATH = $$QTI_ROOT/3rdparty/muparser/include +# link statically against a copy in 3rdparty/ +#MUPARSER_LIBS = $$QTI_ROOT/3rdparty/muparser/lib/libmuparser.a +# or dynamically against a system-wide installation +MUPARSER_LIBS = -lmuparser + +########################################################## +## GNU Sientific Library (http://www.gnu.org/software/gsl/) +########################################################## + +# include path. leave it blank to use SYS_INCLUDE +#GSL_INCLUDEPATH = $$QTI_ROOT/3rdparty/gsl/include +# link statically against a copy in 3rdparty/ +#GSL_LIBS = $$QTI_ROOT/3rdparty/gsl/lib/libgsl.a \ +# $$QTI_ROOT/3rdparty/gsl/lib/libgslcblas.a +# or dynamically against a system-wide installation +GSL_LIBS = -lgsl -lgslcblas + +########################################################## +## Boost libraries (http://www.boost.org/) +########################################################## + +# include path. leave it blank to use SYS_INCLUDE +BOOST_INCLUDEPATH = /usr/include/boost +# link statically against a copy in 3rdparty/ +#unix: BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-gcc43-mt-1_38.a \ +# $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-gcc43-mt-1_38.a +#win32:BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-mgw34-mt.lib \ +# $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-mgw34-mt.lib +# or dynamically against a system-wide installation +BOOST_LIBS = -lboost_date_time-mt -lboost_thread-mt + +########################################################## +## QWT - use local copy till upstream catches up +# http://qwt.sourceforge.net/index.html +########################################################## + +# include path. +QWT_INCLUDEPATH = $$QTI_ROOT/3rdparty/qwt/src +# link locally against a copy in 3rdparty/ +QWT_LIBS = $$QTI_ROOT/3rdparty/qwt/lib/libqwt.a + +########################################################## +## QwtPlot3D - use local copy till upstream catches up +# http://qwtplot3d.sourceforge.net/ +########################################################## + +# include path. +QWT3D_INCLUDEPATH = $$QTI_ROOT/3rdparty/qwtplot3d/include +# link locally against a copy in 3rdparty/ +#win32:QWT3D_LIBS = $$QTI_ROOT/3rdparty/qwtplot3d/lib/qwtplot3d.dll +unix:QWT3D_LIBS = $$QTI_ROOT/3rdparty/qwtplot3d/lib/libqwtplot3d.a + +########################################################## +## ExcelFormat - optional. you don't have to set these variables +##(http://www.codeproject.com/KB/office/ExcelFormat.aspx) +########################################################## + +# include path. +# XLS_INCLUDEPATH = $$QTI_ROOT/3rdparty/ExcelFormat/ +# link locally against a copy in 3rdparty/ +# XLS_LIBS = $$QTI_ROOT/3rdparty/ExcelFormat/lib/libExcelFormat.a + +########################################################### +## QuaZIP - optional. you don't have to set these variables +# http://quazip.sourceforge.net/ +########################################################### + +# include path. +#QUAZIP_INCLUDEPATH = $$QTI_ROOT/3rdparty/quazip/quazip/ +# link locally against a copy in 3rdparty/ +#QUAZIP_LIBS = $$QTI_ROOT/3rdparty/quazip/lib/libquazip.a + +########################################################## +## libpng - optional. you don't have to set these variables +########################################################## + +# include path. leave it blank to use SYS_INCLUDE +#LIBPNG_INCLUDEPATH = $$QTI_ROOT/3rdparty/libpng/ +# link statically against a copy in 3rdparty/ +#LIBPNG_LIBS = $$QTI_ROOT/3rdparty/libpng/libpng.a +# or dynamically against a system-wide installation +LIBPNG_LIBS = -lpng + +########################################################## +## EmfEngine - optional. you don't have to set these variables +# http://soft.proindependent.com/emf/index.html +########################################################## + +# include path. +#EMF_ENGINE_INCLUDEPATH = $$QTI_ROOT/3rdparty/EmfEngine/src +# link locally against a copy in 3rdparty/ +#EMF_ENGINE_LIBS = $$QTI_ROOT/3rdparty/EmfEngine/libEmfEngine.a + +########################################################## +## python - only used if python is needed +########################################################## + +# the python interpreter to use +# (unix only, windows will use what ever is configured to execute .py files!) +PYTHON = python + +########################################################## +## Qt tools - allows to use specific versions +########################################################## + +LUPDATE = lupdate +LRELEASE = lrelease + +############################################################ +## Target specific configuration: configure Qtiplot itself +############################################################ + +contains( TARGET, qtiplot ) { + # building without muParser doesn't work yet + SCRIPTING_LANGS += muParser + SCRIPTING_LANGS += Python + + # a console displaying output of scripts; particularly useful on Windows + # where running QtiPlot from a terminal is inconvenient + DEFINES += SCRIPTING_CONSOLE + + #DEFINES += QTIPLOT_DEMO + + # Comment the following lines to disable donations start-up message. + #DEFINES += QTIPLOT_SUPPORT + + # Uncomment the following line if you want to perform a custom installation using the *.path variables defined in ./qtiplot.pro. + CONFIG += CustomInstall + + # Uncomment the following line if you want to build QtiPlot as a browser plugin (not working on Internet Explorer). + #CONFIG += BrowserPlugin + + CONFIG += release + #CONFIG += debug + #win32: CONFIG += console +} diff --git a/source/xapps-extra/qtiplot/qtiplot.xml b/source/xapps-extra/qtiplot/qtiplot.xml new file mode 100644 index 0000000..7ad4c4a --- /dev/null +++ b/source/xapps-extra/qtiplot/qtiplot.xml @@ -0,0 +1,17 @@ + + + + + QtiPlot project file + + + + Compressed QtiPlot project file + + + + + QtiPlot project file backup + + + From bouleetbil at frogdev.info Sun Oct 3 20:58:24 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 20:58:24 +0200 (CEST) Subject: [Frugalware-git] gnometesting: anjuta-2.32.0.0-2-i686 *valide is broken with new vala *now anjuta can use vala so replaces this valide Message-ID: <20101003185824.1ED78132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=dfba3af52b0674ce7221a138c50dad9ca0e9efd5 commit dfba3af52b0674ce7221a138c50dad9ca0e9efd5 Author: bouleetbil Date: Sun Oct 3 21:29:39 2010 +0000 anjuta-2.32.0.0-2-i686 *valide is broken with new vala *now anjuta can use vala so replaces this valide diff --git a/source/gnome-extra/anjuta/FrugalBuild b/source/gnome-extra/anjuta/FrugalBuild index 1a55f36..69d150d 100644 --- a/source/gnome-extra/anjuta/FrugalBuild +++ b/source/gnome-extra/anjuta/FrugalBuild @@ -4,7 +4,7 @@ pkgname=anjuta pkgver=2.32.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Anjuta is a versatile IDE for C and C++, written for GTK/GNOME." depends=('gdl>=2.30.0' 'gnome-build>=2.24.1-5' 'guile>=1.8.2' 'autogen' 'graphviz>=2.14-2' \ 'libgnomeprintui' 'vte>=0.20.5' 'subversion' 'gtksourceview' 'gnome-keyring>=2.32.0' 'libgnomecanvas>=2.30.1-2' 'libgnome' \ @@ -32,7 +32,7 @@ archs=('i686' 'x86_64') sha1sums=('a855179050ec87bd915668cc79fe996f1788ca0a') unset MAKEFLAGS Fconfopts="${Fconfopts[@]} --enable-compile-warnings=no" -replaces=('nemiver') +replaces=('nemiver' 'valide') build() { Fcd From bouleetbil at frogdev.info Sun Oct 3 21:46:34 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 21:46:34 +0200 (CEST) Subject: [Frugalware-git] gnometesting: webkit-sharp-0.3-3-i686 *fixes support new webkit Message-ID: <20101003194634.86ADD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=48a4bb3d3fd75e65e0f0489dddbcef4d1f864efc commit 48a4bb3d3fd75e65e0f0489dddbcef4d1f864efc Author: bouleetbil Date: Sun Oct 3 22:18:22 2010 +0000 webkit-sharp-0.3-3-i686 *fixes support new webkit diff --git a/source/xlib-extra/webkit-sharp/FrugalBuild b/source/xlib-extra/webkit-sharp/FrugalBuild index eaaf442..6f95f7a 100644 --- a/source/xlib-extra/webkit-sharp/FrugalBuild +++ b/source/xlib-extra/webkit-sharp/FrugalBuild @@ -3,7 +3,7 @@ pkgname=webkit-sharp pkgver=0.3 -pkgrel=2 +pkgrel=3 pkgdesc="sharp webkit engine" url="http://www.go-mono.com" source=(ftp://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-${pkgver}.tar.bz2) @@ -31,6 +31,7 @@ build() { Fmonoexport Fcd + Fsed "webkit-1.0 at LIB_PREFIX@.2 at LIB_SUFFIX@" "libwebkitgtk-1.0.so.0" sources/webkit-sharp.dll.config.in Fbuild Fmonocleanup From bouleetbil at frogdev.info Sun Oct 3 22:09:05 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 22:09:05 +0200 (CEST) Subject: [Frugalware-git] gnometesting: mutter-2.29.1-3-x86_64 *rebuild with gnome 2.32 *SHOULDN'T bumped to latest version *requiert latest gtk3 which requiert glib2 unstable for works fine!!! Message-ID: <20101003200905.1A814132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=99b1310375db2d800d690b6e50d8e5ad3f817692 commit 99b1310375db2d800d690b6e50d8e5ad3f817692 Author: bouleetbil Date: Sun Oct 3 22:04:33 2010 +0200 mutter-2.29.1-3-x86_64 *rebuild with gnome 2.32 *SHOULDN'T bumped to latest version *requiert latest gtk3 which requiert glib2 unstable for works fine!!! diff --git a/source/gnome-extra/mutter/FrugalBuild b/source/gnome-extra/mutter/FrugalBuild index 2a44c9b..55ae034 100644 --- a/source/gnome-extra/mutter/FrugalBuild +++ b/source/gnome-extra/mutter/FrugalBuild @@ -3,12 +3,12 @@ pkgname=mutter pkgver=2.29.1 -pkgrel=2 +pkgrel=3 pkgdesc="A window manager for GNOME (new metacity for gnome3)" url="http://www.gnome.org/" -depends=('startup-notification' 'gconf>=2.28.0' 'gnome-themes>=2.29.0' 'libcm' 'gnome-frugalware>=0.7.2' \ - 'zenity>=2.30.0-2' 'clutter>=1.2.6' 'libcanberra-gtk') -makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 'gir-repository') +depends=('startup-notification' 'gconf>=2.32.0' 'gnome-themes>=2.32.0' 'libcm' 'gnome-frugalware>=0.7.2' \ + 'zenity>=2.32.0' 'clutter>=1.4.0' 'libcanberra-gtk') +makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 'gobject-introspection') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') _F_gnome_schemas=('/etc/gconf/schemas/mutter.schemas') From bouleetbil at frogdev.info Sun Oct 3 22:35:41 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 22:35:41 +0200 (CEST) Subject: [Frugalware-git] gnometesting: pino-0.2.11-2-i686 *fixes build with latest vala *devil505 ^^:) Message-ID: <20101003203541.496FE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=397f0029b4bc27b6e2187b47873b60a3808256f3 commit 397f0029b4bc27b6e2187b47873b60a3808256f3 Author: bouleetbil Date: Sun Oct 3 23:06:45 2010 +0000 pino-0.2.11-2-i686 *fixes build with latest vala *devil505 ^^:) diff --git a/source/xapps-extra/pino/FrugalBuild b/source/xapps-extra/pino/FrugalBuild index ed3961b..c57ae08 100644 --- a/source/xapps-extra/pino/FrugalBuild +++ b/source/xapps-extra/pino/FrugalBuild @@ -20,13 +20,16 @@ _F_gnome_iconcache="y" Finclude googlecode gnome-scriptlet groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') -sha1sums=('1a08a220500aa31ba4c47d0d16b6192febeb4528') +source=($source pino-construct-only-properties.patch) +sha1sums=('1a08a220500aa31ba4c47d0d16b6192febeb4528' \ + 'a8441d8b065a8cd1952a08f286a5707eb55cbb2b') build() { - Fcd $pkgname-0.2.10 - ./waf configure --prefix=/usr || Fdie - ./waf build || Fdie - ./waf install --destdir=$Fdestdir || Fdie - Fbuild_gnome_scriptlet + Fcd $pkgname-0.2.10 + Fpatchall + ./waf configure --prefix=/usr || Fdie + ./waf build || Fdie + ./waf install --destdir=$Fdestdir || Fdie + Fbuild_gnome_scriptlet } diff --git a/source/xapps-extra/pino/pino-construct-only-properties.patch b/source/xapps-extra/pino/pino-construct-only-properties.patch new file mode 100644 index 0000000..d6008cd --- /dev/null +++ b/source/xapps-extra/pino/pino-construct-only-properties.patch @@ -0,0 +1,27 @@ +Index: pino-0.2.10/src/account_action.vala +=================================================================== +--- pino-0.2.10.orig/src/account_action.vala ++++ pino-0.2.10/src/account_action.vala +@@ -38,7 +38,8 @@ public class AccountAction : Action { + weak Thread thread_1; + + public AccountAction() { +- name = "AccountAct"; ++ GLib.Object (name: "AccountAct"); ++ + label = _("Accounts"); + tooltip = null; + stock_id = null; +Index: pino-0.2.10/src/more_window.vala +=================================================================== +--- pino-0.2.10.orig/src/more_window.vala ++++ pino-0.2.10/src/more_window.vala +@@ -28,7 +28,7 @@ public class MoreWindow : Window { + public signal void moar_event(); + + public MoreWindow() { +- type = WindowType.POPUP; ++ GLib.Object (type: WindowType.POPUP); + + //set_position(WindowPosition.MOUSE); + From bouleetbil at frogdev.info Sun Oct 3 22:58:26 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 22:58:26 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-shell-2.29.1-4-x86_64 *rebuild with gnome 2.32 *shouldn't bumped as we don't have a gtk3 STABLE :p Message-ID: <20101003205826.A61A6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a209c947f41e447c4f48e5d033b2ac704f0f928e commit a209c947f41e447c4f48e5d033b2ac704f0f928e Author: bouleetbil Date: Sun Oct 3 22:55:25 2010 +0200 gnome-shell-2.29.1-4-x86_64 *rebuild with gnome 2.32 *shouldn't bumped as we don't have a gtk3 STABLE :p diff --git a/source/gnome-extra/gnome-shell/FrugalBuild b/source/gnome-extra/gnome-shell/FrugalBuild index a0e5601..ecece05 100644 --- a/source/gnome-extra/gnome-shell/FrugalBuild +++ b/source/gnome-extra/gnome-shell/FrugalBuild @@ -3,21 +3,22 @@ pkgname=gnome-shell pkgver=2.29.1 -pkgrel=3 +pkgrel=4 pkgdesc="Window management and application launching for GNOME" url="http://www.gnome.org/" -depends=('mutter>=2.29.1-2' 'gnome-desktop' 'gjs>=0.6' 'gnome-menus' 'librsvg' \ +depends=('mutter>=2.29.1-3' 'gnome-desktop' 'gjs>=0.7' 'gnome-menus' 'librsvg' \ 'xulrunner' 'gst-plugins-base') makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' \ - 'gir-repository' 'xorg-server-xephyr') + 'gobject-introspection' 'xorg-server-xephyr') groups=('gnome-extra') archs=('i686' 'x86_64') _F_gnome_schemas=('/etc/gconf/schemas/gnome-shell.schemas') _F_gnome_desktop="y" Finclude gnome gnome-scriptlet -source=($source http://ftp.frugalware.org/pub/other/artwork/gnome-shell/$pkgname-frugalware.tar.bz2) +source=($source http://ftp.frugalware.org/pub/other/artwork/gnome-shell/$pkgname-frugalware.tar.bz2 clutter14.diff) sha1sums=('4420e050d284bd565ef5f573318b03361db472c8' \ - '94fd3bdc88d18afe85efdff17bb2e07ea053c83f') + '94fd3bdc88d18afe85efdff17bb2e07ea053c83f' \ + '0da7965bf838b8a7f41b43e2d05a3a454ab95a66') export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/xulrunner/ build() { @@ -27,3 +28,5 @@ build() { Fcp theme usr/share/$pkgname/ Fbuild_gnome_scriptlet } + +# optimization OK diff --git a/source/gnome-extra/gnome-shell/clutter14.diff b/source/gnome-extra/gnome-shell/clutter14.diff new file mode 100644 index 0000000..4020e1a --- /dev/null +++ b/source/gnome-extra/gnome-shell/clutter14.diff @@ -0,0 +1,15 @@ +diff --git a/src/st/st-drawing-area.c b/src/st/st-drawing-area.c +index 7115655..fa99d11 100644 +--- a/src/st/st-drawing-area.c ++++ b/src/st/st-drawing-area.c +@@ -30,8 +30,8 @@ + G_DEFINE_TYPE(StDrawingArea, st_drawing_area, ST_TYPE_WIDGET); + + struct _StDrawingAreaPrivate { +- CoglHandle *texture; +- CoglHandle *material; ++ CoglHandle texture; ++ CoglHandle material; + cairo_t *context; + guint needs_repaint : 1; + guint in_repaint : 1; From bouleetbil at frogdev.info Sun Oct 3 23:41:50 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 3 Oct 2010 23:41:50 +0200 (CEST) Subject: [Frugalware-git] gnometesting: nm-applet-0.8.1-2-x86_64 *rebuild with gnome 2.32 Message-ID: <20101003214150.A8356132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=3187ef3b5247c5d813c740808b785bb80ed326c6 commit 3187ef3b5247c5d813c740808b785bb80ed326c6 Author: bouleetbil Date: Sun Oct 3 23:39:11 2010 +0200 nm-applet-0.8.1-2-x86_64 *rebuild with gnome 2.32 diff --git a/source/gnome-extra/nm-applet/DGSEAL_ENABLE.diff b/source/gnome-extra/nm-applet/DGSEAL_ENABLE.diff new file mode 100644 index 0000000..d4317d6 --- /dev/null +++ b/source/gnome-extra/nm-applet/DGSEAL_ENABLE.diff @@ -0,0 +1,96 @@ +From 0e85376c5e7512225023918461881cb13aea22f3 Mon Sep 17 00:00:00 2001 +From: Mirsal Ennaime +Date: Mon, 02 Aug 2010 22:19:35 +0000 +Subject: applet: fix compilation with -DGSEAL_ENABLE (bgo #615653) + +This patch substitutes all direct access to Gtk+ object fields +with accessor functions in order to fulfill the UseGseal goal +as described at http://live.gnome.org/GnomeGoals/UseGseal + +It also requires to bump the required Gtk+ version to 2.18 +--- +diff --git a/configure.ac b/configure.ac +index 5871561..e11aa21 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -72,7 +72,7 @@ PKG_CHECK_MODULES(NMA, + libnm-glib >= 0.8.1 + libnm-util >= 0.8.1 + libnm-glib-vpn >= 0.8.1 +- gtk+-2.0 >= 2.14 ++ gtk+-2.0 >= 2.18 + libglade-2.0 + gmodule-export-2.0 + gconf-2.0 +diff --git a/src/applet.c b/src/applet.c +index 2734045..d7ab47f 100644 +--- a/src/applet.c ++++ b/src/applet.c +@@ -482,6 +482,7 @@ applet_new_menu_item_helper (NMConnection *connection, + static gboolean + menu_title_item_expose (GtkWidget *widget, GdkEventExpose *event) + { ++ GtkAllocation allocation; + GtkStyle *style; + GtkWidget *label; + PangoFontDescription *desc; +@@ -509,7 +510,8 @@ menu_title_item_expose (GtkWidget *widget, GdkEventExpose *event) + /* We also need to reposition the cairo context so that (0, 0) is the + * top-left of where we're supposed to start drawing. + */ +- cairo_translate (cr, widget->allocation.x, widget->allocation.y); ++ gtk_widget_get_allocation (widget, &allocation); ++ cairo_translate (cr, allocation.x, allocation.y); + + text = gtk_label_get_text (GTK_LABEL (label)); + +diff --git a/src/utils/nma-bling-spinner.c b/src/utils/nma-bling-spinner.c +index 5522046..ceecaf8 100644 +--- a/src/utils/nma-bling-spinner.c ++++ b/src/utils/nma-bling-spinner.c +@@ -71,26 +71,23 @@ draw (GtkWidget *widget, cairo_t *cr) + double radius; + double half; + int i; +- int width, height; + ++ GtkAllocation allocation; + NmaBlingSpinnerPrivate *priv; + + priv = NMA_BLING_SPINNER_GET_PRIVATE (widget); + + cairo_set_operator (cr, CAIRO_OPERATOR_OVER); + +- width = widget->allocation.width; +- height = widget->allocation.height; +- +- if ( (width < 12) || (height <12) ) ++ gtk_widget_get_allocation (widget, &allocation); ++ if ((allocation.width < 12) || (allocation.height < 12)) + gtk_widget_set_size_request(widget, 12, 12); + +- //x = widget->allocation.x + widget->allocation.width / 2; +- //y = widget->allocation.y + widget->allocation.height / 2; +- x = widget->allocation.width / 2; +- y = widget->allocation.height / 2; +- radius = MIN (widget->allocation.width / 2, +- widget->allocation.height / 2); ++ //x = allocation.x + allocation.width / 2; ++ //y = allocation.y + allocation.height / 2; ++ x = allocation.width / 2; ++ y = allocation.height / 2; ++ radius = MIN (allocation.width / 2, allocation.height / 2); + half = priv->lines / 2; + + /*FIXME: render in B&W for non transparency */ +@@ -154,7 +151,7 @@ nma_bling_spinner_init (NmaBlingSpinner *spinner) + priv->current = 0; + priv->timeout = 0; + +- GTK_WIDGET_SET_FLAGS (GTK_WIDGET (spinner), GTK_NO_WINDOW); ++ gtk_widget_set_has_window (GTK_WIDGET (spinner), FALSE); + } + + static gboolean +-- +cgit v0.8.3.1 diff --git a/source/gnome-extra/nm-applet/FrugalBuild b/source/gnome-extra/nm-applet/FrugalBuild index 70510cf..831eb71 100644 --- a/source/gnome-extra/nm-applet/FrugalBuild +++ b/source/gnome-extra/nm-applet/FrugalBuild @@ -4,9 +4,9 @@ pkgname=nm-applet _F_gnome_name=network-manager-applet pkgver=0.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="Network Management applet" -depends=('gconf' 'gtk+2>=2.20.0-2' 'libglade' 'gnome-keyring' 'libgnomeui' 'gnome-panel' \ +depends=('gconf' 'gtk+2>=2.22.0' 'libglade' 'gnome-keyring>=2.32.0' 'libgnomeui' 'gnome-panel' \ 'networkmanager>=0.8.1' 'polkit-gnome' 'gnome-bluetooth' 'mobile-broadband-provider-info') makedepends=('perl-xml-parser' 'intltool') groups=('gnome-extra') @@ -15,9 +15,22 @@ archs=('i686' 'x86_64' 'ppc') _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet -source=($source dbus-access.diff) +source=($source dbus-access.diff DGSEAL_ENABLE.diff glib226.diff) sha1sums=('6259f40c849e9a7881f1d7319d1ddd50335db480' \ - '85e225293d475c1c030496b29e116321824c45f0') + '85e225293d475c1c030496b29e116321824c45f0' \ + '9a587ab17865917a3c177c422edf8cb427158946' \ + 'ac234a1b3351280cbd2d74bfb1b5c7b69f0b72e9') _F_cd_path=$_F_gnome_name-$pkgver +build() +{ + Fcd + Fpatchall + Fsed "-Werror" "" configure + Fautoreconf + Fmake + Fmakeinstall + Fbuild_gnome_scriptlet +} + # optimization OK diff --git a/source/gnome-extra/nm-applet/glib226.diff b/source/gnome-extra/nm-applet/glib226.diff new file mode 100644 index 0000000..740bf90 --- /dev/null +++ b/source/gnome-extra/nm-applet/glib226.diff @@ -0,0 +1,25 @@ +From fa9fc090e59c3b1745da05e066a335d516b756d4 Mon Sep 17 00:00:00 2001 +From: Vincent Untz +Date: Mon, 09 Aug 2010 15:34:11 +0000 +Subject: build: fix compilation with glib >= 2.25.12 (bgo #626424) + +Work around API breakage in glib. +--- +diff --git a/src/utils/tests/test-utils.c b/src/utils/tests/test-utils.c +index 7eb1ffa..83b8ffe 100644 +--- a/src/utils/tests/test-utils.c ++++ b/src/utils/tests/test-utils.c +@@ -413,7 +413,11 @@ test_ap_hash_foobar_asdf11_adhoc_wpa_rsn (void *f, TestData *d) + g_assert (strcmp (d->foobar_adhoc_wpa_rsn, d->asdf11_adhoc_wpa_rsn)); + } + ++#if GLIB_CHECK_VERSION(2,25,12) ++typedef GTestFixtureFunc TCFunc; ++#else + typedef void (*TCFunc)(void); ++#endif + + #define TESTCASE(t, d) g_test_create_case (#t, 0, d, NULL, (TCFunc) t, NULL) + +-- +cgit v0.8.3.1 From bouleetbil at frogdev.info Mon Oct 4 00:02:23 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 4 Oct 2010 00:02:23 +0200 (CEST) Subject: [Frugalware-git] gnometesting: graphviz-2.26.3-5-i686 Message-ID: <20101003220223.ADF52132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c1bd02899e2122ac33a99f514719ddd731bdf69b commit c1bd02899e2122ac33a99f514719ddd731bdf69b Author: bouleetbil Date: Mon Oct 4 00:33:56 2010 +0000 graphviz-2.26.3-5-i686 *rebuild with python 2.7 diff --git a/source/xapps-extra/graphviz/FrugalBuild b/source/xapps-extra/graphviz/FrugalBuild index 6b568fb..36bafc1 100644 --- a/source/xapps-extra/graphviz/FrugalBuild +++ b/source/xapps-extra/graphviz/FrugalBuild @@ -3,10 +3,10 @@ pkgname=graphviz pkgver=2.26.3 -pkgrel=3 +pkgrel=5 pkgdesc="Open Source Graph Visualization Software" url="http://www.graphviz.org/" -depends=('fontconfig' 'python' 'libjpeg>=8a' 'libpng>=1.4.1' 'ruby>=1.9.1' 'libtool' 'tk' 'guile' 'ocaml' 'libxaw>=1.0.5' 'libstdc++' 'pango>=1.24.2-2' 'cairo>=1.8.6-3') +depends=('fontconfig' 'python>=2.7' 'libjpeg>=8a' 'libpng>=1.4.1' 'ruby>=1.9.1' 'libtool' 'tk' 'guile' 'ocaml' 'libxaw>=1.0.5' 'libstdc++' 'pango>=1.24.2-2' 'cairo>=1.8.6-3') makedepends=('tcl' 'tk' 'swig>=1.3.39') groups=('xapps-extra') archs=('x86_64' 'i686' 'ppc') From bouleetbil at frogdev.info Mon Oct 4 00:21:27 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 4 Oct 2010 00:21:27 +0200 (CEST) Subject: [Frugalware-git] gnometesting: icewm-1.2.37-5-x86_64 Message-ID: <20101003222127.B0AA7132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=539d5ed49a0760d026baf8d2ae5f8f8b86db210c commit 539d5ed49a0760d026baf8d2ae5f8f8b86db210c Author: bouleetbil Date: Mon Oct 4 00:18:44 2010 +0200 icewm-1.2.37-5-x86_64 *rebuild with gnome 2.32 diff --git a/source/x11-extra/icewm/FrugalBuild b/source/x11-extra/icewm/FrugalBuild index 97e2cca..d16bf4e 100644 --- a/source/x11-extra/icewm/FrugalBuild +++ b/source/x11-extra/icewm/FrugalBuild @@ -3,7 +3,7 @@ pkgname=icewm pkgver=1.2.37 -pkgrel=4 +pkgrel=5 pkgdesc="A window manager, whose goal is speed and simplicity." pkgdesc_localized=('hu_HU Egy ablakkezel?, melynek c?lja a sebess?g ?s az egyszer?s?g.') depends=('libxinerama>=1.0.3' 'libsm>=1.1.0' 'libxrandr>=1.3.0' @@ -19,7 +19,7 @@ subpkgs=("$pkgname-gnome") subdescs=("Gnome menu support for $pkgname.") subarchs=("i686 x86_64") subgroups=("x11-extra") -subdepends=("$pkgname gnome-desktop>=2.30.0-2 libgnomeui>=2.24.3-2") +subdepends=("$pkgname gnome-desktop>=2.32.0 libgnomeui>=2.24.3-2") sha1sums=('bee1ca66d2282888807551bc28a65b08e4108027' \ '01edd20ff307234d9309d08a79eb6297cf88b59b' \ '7db19bed16870c0b479b7c73726f3ff0ba601d48' \ From bouleetbil at frogdev.info Mon Oct 4 00:32:18 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 4 Oct 2010 00:32:18 +0200 (CEST) Subject: [Frugalware-git] gnometesting: almanah-0.6.1-6-i686 Message-ID: <20101003223218.52517132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b90a491f0abe76c6126140dafa68f599b82b31fa commit b90a491f0abe76c6126140dafa68f599b82b31fa Author: bouleetbil Date: Mon Oct 4 01:03:56 2010 +0000 almanah-0.6.1-6-i686 *rebuild with gnome 2.32 diff --git a/source/gnome-extra/almanah/FrugalBuild b/source/gnome-extra/almanah/FrugalBuild index 449166b..59cb9eb 100644 --- a/source/gnome-extra/almanah/FrugalBuild +++ b/source/gnome-extra/almanah/FrugalBuild @@ -3,10 +3,10 @@ pkgname=almanah pkgver=0.6.1 -pkgrel=5 +pkgrel=6 pkgdesc="Diary is a small GTK+ application to allow you to keep a diary of your life." url="http://tecnocode.co.uk/projects/almanah/" -depends=('evolution-data-server>=2.30.2' 'libglade' 'sqlite3' 'e2fsprogs' 'libgnome' 'popt' 'nspr' 'openssl>=1.0.0' 'libtasn1' 'libgcrypt' 'seahorse' 'gtkspell' 'atk' 'pango>=1.24.2-2' 'libxau>=1.0.4' 'libxdmcp' 'freetype2' 'libgcc' 'libxdamage' 'libxinerama' 'libxi' 'libxrandr' 'libxcursor') +depends=('evolution-data-server>=2.32.0' 'libglade' 'sqlite3' 'e2fsprogs' 'libgnome' 'popt' 'nspr' 'openssl>=1.0.0' 'libtasn1' 'libgcrypt' 'seahorse' 'gtkspell' 'atk' 'pango>=1.24.2-2' 'libxau>=1.0.4' 'libxdmcp' 'freetype2' 'libgcc' 'libxdamage' 'libxinerama' 'libxi' 'libxrandr' 'libxcursor') makedepends=('intltool' 'krb5') options=('scriptlet') _F_gnome_schemas=('/etc/gconf/schemas/almanah.schemas') From vmiklos at frugalware.org Mon Oct 4 00:56:42 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 4 Oct 2010 00:56:42 +0200 (CEST) Subject: [Frugalware-git] pacman-tools: genchangelog: show package renames and copies Message-ID: <20101003225642.51844132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=b11d7027481f9bcfdcfbf72db4c57c7d2a6f6e84 commit b11d7027481f9bcfdcfbf72db4c57c7d2a6f6e84 Author: Miklos Vajna Date: Mon Oct 4 00:53:11 2010 +0200 genchangelog: show package renames and copies diff --git a/genchangelog b/genchangelog index 0b033f3..2089d06 100755 --- a/genchangelog +++ b/genchangelog @@ -30,7 +30,7 @@ CHROOT=1 if [ ! -e Changelog ] || [ `stat -c %Y Changelog` -lt `stat -c %Y FrugalBuild` ]; then if [ "$F_makepkg_scm" = "git" ]; then echo -n "running git log... " - git log --follow FrugalBuild > Changelog + git log --follow --name-status FrugalBuild|grep -v $'^M\t' > Changelog else echo -n "running darcs changes... " darcs changes FrugalBuild > Changelog From bouleetbil at frogdev.info Mon Oct 4 01:23:29 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 4 Oct 2010 01:23:29 +0200 (CEST) Subject: [Frugalware-git] gnometesting: kompozer-0.8b3-4-i686 Message-ID: <20101003232329.B2135132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ec00c17b78da79f591d389385f8e1e70cb098596 commit ec00c17b78da79f591d389385f8e1e70cb098596 Author: bouleetbil Date: Mon Oct 4 01:55:17 2010 +0000 kompozer-0.8b3-4-i686 *rebuild with gnome 2.32 diff --git a/source/gnome-extra/kompozer/FrugalBuild b/source/gnome-extra/kompozer/FrugalBuild index e55336d..d829067 100644 --- a/source/gnome-extra/kompozer/FrugalBuild +++ b/source/gnome-extra/kompozer/FrugalBuild @@ -3,10 +3,10 @@ pkgname=kompozer pkgver=0.8b3 -pkgrel=3 +pkgrel=4 pkgdesc="KompoZer is a wysiwyg HTML editor using the Mozilla Composer codebase." depends=('libstdc++' 'atk' 'pango' 'libxau' 'libxdmcp' 'libxt' 'libxinerama' 'libxi' \ - 'libxrandr' 'libxcursor' 'libxdamage' 'util-linux-ng' 'libidl' 'nss' 'libgnome' 'popt' 'openssl>=1.0.0' 'libjpeg>=8a') + 'libxrandr' 'libxcursor' 'libxdamage' 'util-linux-ng' 'libidl' 'nss' 'libgnome>=2.32.0' 'popt' 'openssl>=1.0.0' 'libjpeg>=8a') makedepends=('pkgconfig' 'zip') _F_sourceforge_ext="-src.tar.bz2" _F_archive_grepv="[0-9]\{3\}" From devil505linux at gmail.com Mon Oct 4 13:00:41 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 4 Oct 2010 13:00:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tvdownloader-0.6-1-i686 * version bump Message-ID: <20101004110041.E70EA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6303a7d36c9450496bd9cead0edd99bdd56ce232 commit 6303a7d36c9450496bd9cead0edd99bdd56ce232 Author: Devil505 Date: Mon Oct 4 12:58:58 2010 +0200 tvdownloader-0.6-1-i686 * version bump diff --git a/source/xapps-extra/tvdownloader/FrugalBuild b/source/xapps-extra/tvdownloader/FrugalBuild index 0285f92..9a09081 100644 --- a/source/xapps-extra/tvdownloader/FrugalBuild +++ b/source/xapps-extra/tvdownloader/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=tvdownloader -pkgver=0.5 +pkgver=0.6 pkgrel=1 pkgdesc="Software to retrieve podcasts and videos from French websites." depends=('msdl' 'pyqt4' 'rtmpdump') @@ -10,4 +10,4 @@ groups=('xapps-extra') archs=('i686') Finclude googlecode options=('force') -sha1sums=('5fe55b88c4cd176949f7b62bdc93d1c0dd6b133d') +sha1sums=('380ea261d2a566e13eab40f7b0432ab430babd61') From bouleetbil at frogdev.info Mon Oct 4 13:25:30 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 4 Oct 2010 13:25:30 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libgpod-0.7.95-1-i686 *new package for banshee Message-ID: <20101004112530.05560132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=415cbf80c7c19f3842f5492ceeac0913c85c8127 commit 415cbf80c7c19f3842f5492ceeac0913c85c8127 Author: bouleetbil Date: Mon Oct 4 13:56:58 2010 +0000 libgpod-0.7.95-1-i686 *new package for banshee diff --git a/source/xlib-extra/libgpod/FrugalBuild b/source/xlib-extra/libgpod/FrugalBuild new file mode 100644 index 0000000..805654a --- /dev/null +++ b/source/xlib-extra/libgpod/FrugalBuild @@ -0,0 +1,37 @@ +# Compiling Time: 0.05 SBU +# Maintainer: bouleetbil + +pkgname=libgpod +pkgver=0.7.95 +pkgrel=1 +pkgdesc="Shared library, written using C and GLib/GObject, used by gtkpod to access the contents of an iPod." +depends=('glib2' 'libplist' 'sqlite3' 'libimobiledevice' 'gdk-pixbuf2') +makedepends=('intltool') +groups=('xlib-extra') +archs=('i686' 'x86_64' 'ppc') +_F_sourceforge_dirname="gtkpod" +Finclude sourceforge mono python + +subpkgs=("libgpod-python" "libgpod-sharp") +subdescs=('python bindings for libgpod' 'mono bindings for libgpod') +subdepends=("pygtk mutagen swig" "gtk-sharp") +subrodepends=("$pkgname=$pkgver" "$pkgname=$pkgver") +subgroups=('xlib-extra' 'xlib-extra') +subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc') + +sha1sums=('2a9078706470a71047e68f5dab0ec59ae2b5e157') + +build() +{ + unset MAKEFLAGS + Fmonoexport + Fbuild + Fmonocleanup + # python bindings + Fsplit libgpod-python $_F_python_libdir + #mono binding + Fsplit libgpod-sharp usr/lib/pkgconfig/libgpod-sharp.pc + Fsplit libgpod-sharp usr/lib/libgpod/libgpod-sharp* +} + +# optimization OK From bouleetbil at frogdev.info Mon Oct 4 13:53:22 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 4 Oct 2010 13:53:22 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libgpod-0.7.95-1-i686 *version bump *added mono binding Message-ID: <20101004115322.D63FB132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=468d1960edcc16c1c6d09a390de17cb8d99123bd commit 468d1960edcc16c1c6d09a390de17cb8d99123bd Author: bouleetbil Date: Mon Oct 4 14:25:05 2010 +0000 libgpod-0.7.95-1-i686 *version bump *added mono binding diff --git a/source/xlib/libgpod/FrugalBuild b/source/xlib/libgpod/FrugalBuild index 70d9312..e1c8074 100644 --- a/source/xlib/libgpod/FrugalBuild +++ b/source/xlib/libgpod/FrugalBuild @@ -3,25 +3,34 @@ # Contributor: DNAku pkgname=libgpod -pkgver=0.7.2 -pkgrel=2 +pkgver=0.7.95 +pkgrel=1 pkgdesc="libgpod is a library allowing direct access to the iPod's contents" -_F_sourceforge_dirname="gtkpod" -Finclude sourceforge -url="http://www.gtkpod.org/libgpod.html" -depends=('gtk+2>=2.16.2-2' 'hal>=0.5.7.1-3' 'pmount>=0.9.9-2' 'eject' \ - 'dbus-glib>=0.71' 'python>=2.7' 'taglib' 'mutagen' 'pygobject') -makedepends=('perl-xml-parser' 'swig') -archs=('i686' 'x86_64' 'ppc') +depends=('glib2' 'libplist' 'sqlite3' 'libimobiledevice' 'gdk-pixbuf2' 'python>=2.7' 'pygtk' 'mutagen' 'swig') +makedepends=('intltool') groups=('xlib') -options=('scriptlet') -#source=($source libgpod-0.6.0+gcc-4.3.patch) -sha1sums=('66c95cec9f8aba92f3472df7429e873d30d0bd79') +archs=('i686' 'x86_64' 'ppc') +_F_sourceforge_dirname="gtkpod" +Finclude sourceforge mono python + +subpkgs=("libgpod-sharp") +subdescs=('mono bindings for libgpod') +subdepends=("gtk-sharp") +subrodepends=("$pkgname=$pkgver") +subgroups=('xlib-extra') +subarchs=('i686 x86_64 ppc') + +sha1sums=('2a9078706470a71047e68f5dab0ec59ae2b5e157') build() { - Fsed 'xsltproc' 'xsltproc --nonet' bindings/python/Makefile.in + unset MAKEFLAGS + Fmonoexport Fbuild + Fmonocleanup + #mono binding + Fsplit libgpod-sharp usr/lib/pkgconfig/libgpod-sharp.pc + Fsplit libgpod-sharp usr/lib/libgpod/libgpod-sharp* } # optimization OK From bouleetbil at frogdev.info Mon Oct 4 13:53:22 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 4 Oct 2010 13:53:22 +0200 (CEST) Subject: [Frugalware-git] gnometesting: Revert "libgpod-0.7.95-1-i686" Message-ID: <20101004115322.C27E4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e3a752591af4a55f1f3ede40a0e94e269c78ef1b commit e3a752591af4a55f1f3ede40a0e94e269c78ef1b Author: bouleetbil Date: Mon Oct 4 14:09:53 2010 +0000 Revert "libgpod-0.7.95-1-i686" This reverts commit 415cbf80c7c19f3842f5492ceeac0913c85c8127. diff --git a/source/xlib-extra/libgpod/FrugalBuild b/source/xlib-extra/libgpod/FrugalBuild deleted file mode 100644 index 805654a..0000000 --- a/source/xlib-extra/libgpod/FrugalBuild +++ /dev/null @@ -1,37 +0,0 @@ -# Compiling Time: 0.05 SBU -# Maintainer: bouleetbil - -pkgname=libgpod -pkgver=0.7.95 -pkgrel=1 -pkgdesc="Shared library, written using C and GLib/GObject, used by gtkpod to access the contents of an iPod." -depends=('glib2' 'libplist' 'sqlite3' 'libimobiledevice' 'gdk-pixbuf2') -makedepends=('intltool') -groups=('xlib-extra') -archs=('i686' 'x86_64' 'ppc') -_F_sourceforge_dirname="gtkpod" -Finclude sourceforge mono python - -subpkgs=("libgpod-python" "libgpod-sharp") -subdescs=('python bindings for libgpod' 'mono bindings for libgpod') -subdepends=("pygtk mutagen swig" "gtk-sharp") -subrodepends=("$pkgname=$pkgver" "$pkgname=$pkgver") -subgroups=('xlib-extra' 'xlib-extra') -subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc') - -sha1sums=('2a9078706470a71047e68f5dab0ec59ae2b5e157') - -build() -{ - unset MAKEFLAGS - Fmonoexport - Fbuild - Fmonocleanup - # python bindings - Fsplit libgpod-python $_F_python_libdir - #mono binding - Fsplit libgpod-sharp usr/lib/pkgconfig/libgpod-sharp.pc - Fsplit libgpod-sharp usr/lib/libgpod/libgpod-sharp* -} - -# optimization OK From vmiklos at frugalware.org Mon Oct 4 14:11:05 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 4 Oct 2010 14:11:05 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-m2crypto-0.20.2-1-i686 Message-ID: <20101004121106.85CB3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=97f94aeb56fe487a23bdf3a28b73dfc7c6848046 commit 97f94aeb56fe487a23bdf3a28b73dfc7c6848046 Author: Miklos Vajna Date: Sun Oct 3 02:19:42 2010 +0200 python-m2crypto-0.20.2-1-i686 - new package diff --git a/source/devel-extra/python-m2crypto/FrugalBuild b/source/devel-extra/python-m2crypto/FrugalBuild new file mode 100644 index 0000000..5c90311 --- /dev/null +++ b/source/devel-extra/python-m2crypto/FrugalBuild @@ -0,0 +1,19 @@ +# Compiling Time: 0.11 SBU +# Maintainer: Miklos Vajna + +pkgname=python-m2crypto +pkgver=0.20.2 +pkgrel=1 +pkgdesc="A Python crypto and SSL toolkit." +url="http://chandlerproject.org/Projects/MeTooCrypto" +depends=('python>=2.7' 'openssl') +makedepends=('swig') +groups=('devel-extra') +archs=('i686') +_F_archive_name="M2Crypto" +up2date="Flasttar $url" +source=(http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-$pkgver.tar.gz \ + openssl100.patch) +signatures=($source.asc '') + +# optimization OK diff --git a/source/devel-extra/python-m2crypto/openssl100.patch b/source/devel-extra/python-m2crypto/openssl100.patch new file mode 100644 index 0000000..bf5ad1c --- /dev/null +++ b/source/devel-extra/python-m2crypto/openssl100.patch @@ -0,0 +1,711 @@ +From 08025e98827cc7c34404c6806aee6cd1b22958ef Mon Sep 17 00:00:00 2001 +From: Ludwig Nussel +Date: Tue, 20 Apr 2010 10:38:10 +0200 +Subject: [PATCH 1/3] Support OpenSSL 1.0. Thanks to Miloslav Trmac for figuring out how to fix test_smime.py. + +git-svn-id: http://svn.osafoundation.org/m2crypto/trunk at 721 2715db39-9adf-0310-9c64-84f055769b4b +--- + SWIG/_aes.i | 2 +- + SWIG/_evp.i | 8 ++-- + SWIG/_m2crypto.i | 13 ++++++ + SWIG/_pkcs7.i | 18 ++++---- + SWIG/_rand.i | 2 +- + SWIG/_ssl.i | 30 +++++++------- + SWIG/_util.i | 2 +- + SWIG/_x509.i | 102 ++++++++++++++++++++++++++++----------------- + tests/alltests.py | 1 + + tests/test_smime.py | 11 ++--- + tests/test_ssl.py | 48 ++------------------- + tests/test_ssl_offline.py | 60 ++++++++++++++++++++++++++ + 12 files changed, 178 insertions(+), 119 deletions(-) + create mode 100644 tests/test_ssl_offline.py + +diff --git a/SWIG/_aes.i b/SWIG/_aes.i +index 62ecb8c..013531b 100644 +--- a/SWIG/_aes.i ++++ b/SWIG/_aes.i +@@ -76,7 +76,7 @@ PyObject *AES_crypt(const AES_KEY *key, PyObject *in, int outlen, int op) { + AES_encrypt((const unsigned char *)in, out, key); + else + AES_decrypt((const unsigned char *)in, out, key); +- return PyString_FromStringAndSize(out, outlen); ++ return PyString_FromStringAndSize((char*)out, outlen); + } + + int AES_type_check(AES_KEY *key) { +diff --git a/SWIG/_evp.i b/SWIG/_evp.i +index 2d4645f..d58160c 100644 +--- a/SWIG/_evp.i ++++ b/SWIG/_evp.i +@@ -180,7 +180,7 @@ PyObject *pkcs5_pbkdf2_hmac_sha1(PyObject *pass, + + PKCS5_PBKDF2_HMAC_SHA1(passbuf, passlen, saltbuf, saltlen, iter, + keylen, key); +- ret = PyString_FromStringAndSize(key, keylen); ++ ret = PyString_FromStringAndSize((char*)key, keylen); + OPENSSL_cleanse(key, keylen); + return ret; + } +@@ -339,7 +339,7 @@ PyObject *bytes_to_key(const EVP_CIPHER *cipher, EVP_MD *md, + klen = EVP_BytesToKey(cipher, md, (unsigned char *)sbuf, + (unsigned char *)dbuf, dlen, iter, + key, NULL); /* Since we are not returning IV no need to derive it */ +- ret = PyString_FromStringAndSize(key, klen); ++ ret = PyString_FromStringAndSize((char*)key, klen); + return ret; + } + +@@ -435,7 +435,7 @@ PyObject *sign_final(EVP_MD_CTX *ctx, EVP_PKEY *pkey) { + PyErr_SetString(_evp_err, ERR_reason_error_string(ERR_get_error())); + return NULL; + } +- ret = PyString_FromStringAndSize(sigbuf, siglen); ++ ret = PyString_FromStringAndSize((char*)sigbuf, siglen); + OPENSSL_cleanse(sigbuf, siglen); + OPENSSL_free(sigbuf); + return ret; +@@ -513,7 +513,7 @@ PyObject *pkey_as_der(EVP_PKEY *pkey) { + PyErr_SetString(PyExc_ValueError, "EVP_PKEY as DER failed"); + return NULL; + } +- der = PyString_FromStringAndSize(pp, len); ++ der = PyString_FromStringAndSize((char*)pp, len); + OPENSSL_free(pp); + return der; + } +diff --git a/SWIG/_m2crypto.i b/SWIG/_m2crypto.i +index f13418f..08d175e 100644 +--- a/SWIG/_m2crypto.i ++++ b/SWIG/_m2crypto.i +@@ -38,6 +38,19 @@ static PyObject *ssl_set_tmp_rsa_cb_func; + #define CONST098 + #endif + ++/* Bring in STACK_OF macro definition */ ++%include ++ ++/* Bring in LHASH_OF macro definition */ ++/* XXX Can't include lhash.h where LHASH_OF is defined, because it includes ++ XXX stdio.h etc. which we fail to include. So we have to (re)define ++ XXX LHASH_OF here instead. ++%include ++*/ ++#if OPENSSL_VERSION_NUMBER >= 0x10000000L ++#define LHASH_OF(type) struct lhash_st_##type ++#endif ++ + %include constraints.i + %include _threads.i + %include _lib.i +diff --git a/SWIG/_pkcs7.i b/SWIG/_pkcs7.i +index 32b9ab6..4256acf 100644 +--- a/SWIG/_pkcs7.i ++++ b/SWIG/_pkcs7.i +@@ -12,7 +12,7 @@ + %apply Pointer NONNULL { EVP_CIPHER * }; + %apply Pointer NONNULL { EVP_PKEY * }; + %apply Pointer NONNULL { PKCS7 * }; +-%apply Pointer NONNULL { STACK * }; ++%apply Pointer NONNULL { STACK_OF(X509) * }; + %apply Pointer NONNULL { X509 * }; + + %rename(pkcs7_new) PKCS7_new; +@@ -54,8 +54,8 @@ void smime_init(PyObject *smime_err) { + + %threadallow pkcs7_encrypt; + %inline %{ +-PKCS7 *pkcs7_encrypt(STACK *stack, BIO *bio, EVP_CIPHER *cipher, int flags) { +- return PKCS7_encrypt((STACK_OF(X509) *)stack, bio, cipher, flags); ++PKCS7 *pkcs7_encrypt(STACK_OF(X509) *stack, BIO *bio, EVP_CIPHER *cipher, int flags) { ++ return PKCS7_encrypt(stack, bio, cipher, flags); + } + + PyObject *pkcs7_decrypt(PKCS7 *pkcs7, EVP_PKEY *pkey, X509 *cert, int flags) { +@@ -96,14 +96,14 @@ PKCS7 *pkcs7_sign0(X509 *x509, EVP_PKEY *pkey, BIO *bio, int flags) { + + %threadallow pkcs7_sign1; + %inline %{ +-PKCS7 *pkcs7_sign1(X509 *x509, EVP_PKEY *pkey, STACK *stack, BIO *bio, int flags) { +- return PKCS7_sign(x509, pkey, (STACK_OF(X509) *)stack, bio, flags); ++PKCS7 *pkcs7_sign1(X509 *x509, EVP_PKEY *pkey, STACK_OF(X509) *stack, BIO *bio, int flags) { ++ return PKCS7_sign(x509, pkey, stack, bio, flags); + } + %} + + %threadallow pkcs7_verify1; + %inline %{ +-PyObject *pkcs7_verify1(PKCS7 *pkcs7, STACK *stack, X509_STORE *store, BIO *data, int flags) { ++PyObject *pkcs7_verify1(PKCS7 *pkcs7, STACK_OF(X509) *stack, X509_STORE *store, BIO *data, int flags) { + int outlen; + char *outbuf; + BIO *bio; +@@ -113,7 +113,7 @@ PyObject *pkcs7_verify1(PKCS7 *pkcs7, STACK *stack, X509_STORE *store, BIO *data + PyErr_SetString(PyExc_MemoryError, "pkcs7_verify1"); + return NULL; + } +- if (!PKCS7_verify(pkcs7, (STACK_OF(X509) *)stack, store, data, bio, flags)) { ++ if (!PKCS7_verify(pkcs7, stack, store, data, bio, flags)) { + PyErr_SetString(_pkcs7_err, ERR_reason_error_string(ERR_get_error())); + BIO_free(bio); + return NULL; +@@ -131,7 +131,7 @@ PyObject *pkcs7_verify1(PKCS7 *pkcs7, STACK *stack, X509_STORE *store, BIO *data + return ret; + } + +-PyObject *pkcs7_verify0(PKCS7 *pkcs7, STACK *stack, X509_STORE *store, int flags) { ++PyObject *pkcs7_verify0(PKCS7 *pkcs7, STACK_OF(X509) *stack, X509_STORE *store, int flags) { + return pkcs7_verify1(pkcs7, stack, store, NULL, flags); + } + %} +@@ -229,7 +229,7 @@ int smime_crlf_copy(BIO *in, BIO *out) { + } + + /* return STACK_OF(X509)* */ +-STACK *pkcs7_get0_signers(PKCS7 *p7, STACK *certs, int flags) { ++STACK_OF(X509) *pkcs7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, int flags) { + return PKCS7_get0_signers(p7, certs, flags); + } + +diff --git a/SWIG/_rand.i b/SWIG/_rand.i +index c386fc9..3896d1e 100644 +--- a/SWIG/_rand.i ++++ b/SWIG/_rand.i +@@ -87,7 +87,7 @@ PyObject *rand_pseudo_bytes(int n) { + Py_INCREF(Py_None); + return Py_None; + } else { +- PyTuple_SET_ITEM(tuple, 0, PyString_FromStringAndSize(blob, n)); ++ PyTuple_SET_ITEM(tuple, 0, PyString_FromStringAndSize((char*)blob, n)); + PyMem_Free(blob); + PyTuple_SET_ITEM(tuple, 1, PyInt_FromLong((long)ret)); + return tuple; +diff --git a/SWIG/_ssl.i b/SWIG/_ssl.i +index 0930e12..ec74d0d 100644 +--- a/SWIG/_ssl.i ++++ b/SWIG/_ssl.i +@@ -17,13 +17,17 @@ + %apply Pointer NONNULL { SSL_CTX * }; + %apply Pointer NONNULL { SSL * }; + %apply Pointer NONNULL { SSL_CIPHER * }; +-%apply Pointer NONNULL { STACK * }; ++%apply Pointer NONNULL { STACK_OF(SSL_CIPHER) * }; ++%apply Pointer NONNULL { STACK_OF(X509) * }; + %apply Pointer NONNULL { BIO * }; + %apply Pointer NONNULL { DH * }; + %apply Pointer NONNULL { RSA * }; + %apply Pointer NONNULL { EVP_PKEY *}; + %apply Pointer NONNULL { PyObject *pyfunc }; + ++%rename(ssl_get_ciphers) SSL_get_ciphers; ++extern STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl); ++ + %rename(ssl_get_version) SSL_get_version; + extern const char *SSL_get_version(CONST SSL *); + %rename(ssl_get_error) SSL_get_error; +@@ -668,28 +672,24 @@ int ssl_cipher_get_bits(SSL_CIPHER *c) { + return SSL_CIPHER_get_bits(c, NULL); + } + +-STACK *ssl_get_ciphers(SSL *ssl) { +- return (STACK *)SSL_get_ciphers(ssl); +-} +- +-int sk_ssl_cipher_num(STACK *stack) { +- return sk_num(stack); ++int sk_ssl_cipher_num(STACK_OF(SSL_CIPHER) *stack) { ++ return sk_SSL_CIPHER_num(stack); + } + +-SSL_CIPHER *sk_ssl_cipher_value(STACK *stack, int idx) { +- return (SSL_CIPHER *)sk_value(stack, idx); ++SSL_CIPHER *sk_ssl_cipher_value(STACK_OF(SSL_CIPHER) *stack, int idx) { ++ return sk_SSL_CIPHER_value(stack, idx); + } + +-STACK *ssl_get_peer_cert_chain(SSL *ssl) { +- return (STACK *)SSL_get_peer_cert_chain(ssl); ++STACK_OF(X509) *ssl_get_peer_cert_chain(SSL *ssl) { ++ return SSL_get_peer_cert_chain(ssl); + } + +-int sk_x509_num(STACK *stack) { +- return sk_num(stack); ++int sk_x509_num(STACK_OF(X509) *stack) { ++ return sk_X509_num(stack); + } + +-X509 *sk_x509_value(STACK *stack, int idx) { +- return (X509 *)sk_value(stack, idx); ++X509 *sk_x509_value(STACK_OF(X509) *stack, int idx) { ++ return sk_X509_value(stack, idx); + } + %} + +diff --git a/SWIG/_util.i b/SWIG/_util.i +index 08ee271..83e7ecb 100644 +--- a/SWIG/_util.i ++++ b/SWIG/_util.i +@@ -48,7 +48,7 @@ PyObject *util_string_to_hex(PyObject *blob) { + PyErr_SetString(_util_err, ERR_reason_error_string(ERR_get_error())); + return NULL; + } +- obj = PyString_FromStringAndSize(ret, len); ++ obj = PyString_FromStringAndSize((char*)ret, len); + OPENSSL_free(ret); + return obj; + } +diff --git a/SWIG/_x509.i b/SWIG/_x509.i +index 99affed..f08d2e9 100644 +--- a/SWIG/_x509.i ++++ b/SWIG/_x509.i +@@ -148,8 +148,15 @@ extern int X509_NAME_add_entry_by_NID(X509_NAME *, int, int, unsigned char *, in + extern int X509_NAME_print_ex(BIO *, X509_NAME *, int, unsigned long); + %rename(x509_name_print_ex_fp) X509_NAME_print_ex_fp; + extern int X509_NAME_print_ex_fp(FILE *, X509_NAME *, int, unsigned long); ++ ++#if OPENSSL_VERSION_NUMBER >= 0x10000000L ++%rename(x509_name_hash) X509_NAME_hash_old; ++extern unsigned long X509_NAME_hash_old(X509_NAME *); ++#else + %rename(x509_name_hash) X509_NAME_hash; + extern unsigned long X509_NAME_hash(X509_NAME *); ++#endif ++ + %rename(x509_name_get_index_by_nid) X509_NAME_get_index_by_NID; + extern int X509_NAME_get_index_by_NID(X509_NAME *, int, int); + +@@ -171,7 +178,7 @@ extern ASN1_STRING *X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *); + if (PyString_Check($input)) { + Py_ssize_t len; + +- $1 = PyString_AsString($input); ++ $1 = (unsigned char *)PyString_AsString($input); + len = PyString_Size($input); + if (len > INT_MAX) { + PyErr_SetString(PyExc_ValueError, "object too large"); +@@ -184,7 +191,7 @@ extern ASN1_STRING *X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *); + } + } + %rename(x509_name_entry_set_data) X509_NAME_ENTRY_set_data; +-extern int X509_NAME_ENTRY_set_data( X509_NAME_ENTRY *, int, CONST unsigned char *, int); ++extern int X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *, int, CONST unsigned char *, int); + %typemap(in) (CONST unsigned char *, int); + + %rename(x509_req_new) X509_REQ_new; +@@ -230,7 +237,7 @@ extern int X509_STORE_CTX_get_error_depth(X509_STORE_CTX *); + %rename(x509_store_ctx_free) X509_STORE_CTX_free; + extern void X509_STORE_CTX_free(X509_STORE_CTX *); + %rename(x509_store_ctx_get1_chain) X509_STORE_CTX_get1_chain; +-extern STACK *X509_STORE_CTX_get1_chain(X509_STORE_CTX *); ++extern STACK_OF(X509) *X509_STORE_CTX_get1_chain(X509_STORE_CTX *); + + %rename(x509_extension_get_critical) X509_EXTENSION_get_critical; + extern int X509_EXTENSION_get_critical(X509_EXTENSION *); +@@ -348,7 +355,7 @@ PyObject *i2d_x509(X509 *x) + PyErr_SetString(_x509_err, ERR_reason_error_string(ERR_get_error())); + } + else { +- ret = PyString_FromStringAndSize(buf, len); ++ ret = PyString_FromStringAndSize((char*)buf, len); + OPENSSL_free(buf); + } + return ret; +@@ -435,12 +442,12 @@ PyObject *x509_name_by_nid(X509_NAME *name, int nid) { + } + + int x509_name_set_by_nid(X509_NAME *name, int nid, PyObject *obj) { +- return X509_NAME_add_entry_by_NID(name, nid, MBSTRING_ASC, PyString_AsString(obj), -1, -1, 0); ++ return X509_NAME_add_entry_by_NID(name, nid, MBSTRING_ASC, (unsigned char *)PyString_AsString(obj), -1, -1, 0); + } + + /* x509_name_add_entry_by_txt */ + int x509_name_add_entry_by_txt(X509_NAME *name, char *field, int type, char *bytes, int len, int loc, int set) { +- return X509_NAME_add_entry_by_txt(name, field, type, bytes, len, loc, set); ++ return X509_NAME_add_entry_by_txt(name, field, type, (unsigned char *)bytes, len, loc, set); + } + + PyObject *x509_name_get_der(X509_NAME *name) +@@ -450,23 +457,23 @@ PyObject *x509_name_get_der(X509_NAME *name) + } + + /* sk_X509_new_null() is a macro returning "STACK_OF(X509) *". */ +-STACK *sk_x509_new_null(void) { +- return (STACK *)sk_X509_new_null(); ++STACK_OF(X509) *sk_x509_new_null(void) { ++ return sk_X509_new_null(); + } + + /* sk_X509_free() is a macro. */ +-void sk_x509_free(STACK *stack) { +- sk_X509_free((STACK_OF(X509) *)stack); ++void sk_x509_free(STACK_OF(X509) *stack) { ++ sk_X509_free(stack); + } + + /* sk_X509_push() is a macro. */ +-int sk_x509_push(STACK *stack, X509 *x509) { +- return sk_X509_push((STACK_OF(X509) *)stack, x509); ++int sk_x509_push(STACK_OF(X509) *stack, X509 *x509) { ++ return sk_X509_push(stack, x509); + } + + /* sk_X509_pop() is a macro. */ +-X509 *sk_x509_pop(STACK *stack) { +- return sk_X509_pop((STACK_OF(X509) *)stack); ++X509 *sk_x509_pop(STACK_OF(X509) *stack) { ++ return sk_X509_pop(stack); + } + + int x509_store_load_locations(X509_STORE *store, const char *file) { +@@ -493,21 +500,29 @@ int x509_req_set_version(X509_REQ *x, long version) { + return X509_REQ_set_version(x, version); + } + +-int x509_req_add_extensions(X509_REQ *req, STACK *exts) { +- return X509_REQ_add_extensions(req, (STACK_OF(X509_EXTENSION) *)exts); ++int x509_req_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts) { ++ return X509_REQ_add_extensions(req, exts); + } + +-X509_NAME_ENTRY *x509_name_entry_create_by_txt( X509_NAME_ENTRY **ne, char *field, int type, char *bytes, int len) { +- return X509_NAME_ENTRY_create_by_txt( ne, field, type, bytes, len); ++X509_NAME_ENTRY *x509_name_entry_create_by_txt(X509_NAME_ENTRY **ne, char *field, int type, char *bytes, int len) { ++ return X509_NAME_ENTRY_create_by_txt( ne, field, type, (unsigned char *)bytes, len); + } + +-LHASH * +-x509v3_lhash(){ +- return lh_new(NULL,NULL); ++#if OPENSSL_VERSION_NUMBER >= 0x10000000L ++LHASH_OF(CONF_VALUE) ++#else ++LHASH ++#endif ++*x509v3_lhash() { ++ return lh_new(NULL, NULL); /* Should probably be lh_CONF_VALUE_new but won't compile. */ + } + + X509V3_CTX * +-x509v3_set_conf_lhash(LHASH * lhash){ ++#if OPENSSL_VERSION_NUMBER >= 0x10000000L ++x509v3_set_conf_lhash(LHASH_OF(CONF_VALUE) * lhash) { ++#else ++x509v3_set_conf_lhash(LHASH * lhash) { ++#endif + X509V3_CTX * ctx; + if (!(ctx=(X509V3_CTX *)PyMem_Malloc(sizeof(X509V3_CTX)))) { + PyErr_SetString(PyExc_MemoryError, "x509v3_set_conf_lhash"); +@@ -517,11 +532,20 @@ x509v3_set_conf_lhash(LHASH * lhash){ + return ctx; + } + +-X509_EXTENSION *x509v3_ext_conf(LHASH *conf, X509V3_CTX *ctx, char *name, char *value) { ++X509_EXTENSION * ++#if OPENSSL_VERSION_NUMBER >= 0x10000000L ++x509v3_ext_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, char *name, char *value) { ++#else ++x509v3_ext_conf(LHASH *conf, X509V3_CTX *ctx, char *name, char *value) { ++#endif + X509_EXTENSION * ext = NULL; + ext = X509V3_EXT_conf(conf, ctx, name, value); + PyMem_Free(ctx); ++#if OPENSSL_VERSION_NUMBER >= 0x10000000L ++ lh_CONF_VALUE_free(conf); ++#else + lh_free(conf); ++#endif + return ext; + } + +@@ -543,33 +567,33 @@ PyObject *x509_extension_get_name(X509_EXTENSION *ext) { + } + + /* sk_X509_EXTENSION_new_null is a macro. */ +-STACK *sk_x509_extension_new_null(void) { +- return (STACK *)sk_X509_EXTENSION_new_null(); ++STACK_OF(X509_EXTENSION) *sk_x509_extension_new_null(void) { ++ return sk_X509_EXTENSION_new_null(); + } + + /* sk_X509_EXTENSION_free() is a macro. */ +-void sk_x509_extension_free(STACK *stack) { +- sk_X509_EXTENSION_free((STACK_OF(X509_EXTENSION) *)stack); ++void sk_x509_extension_free(STACK_OF(X509_EXTENSION) *stack) { ++ sk_X509_EXTENSION_free(stack); + } + + /* sk_X509_EXTENSION_push() is a macro. */ +-int sk_x509_extension_push(STACK *stack, X509_EXTENSION *x509_ext) { +- return sk_X509_EXTENSION_push((STACK_OF(X509_EXTENSION) *)stack, x509_ext); ++int sk_x509_extension_push(STACK_OF(X509_EXTENSION) *stack, X509_EXTENSION *x509_ext) { ++ return sk_X509_EXTENSION_push(stack, x509_ext); + } + + /* sk_X509_EXTENSION_pop() is a macro. */ +-X509_EXTENSION *sk_x509_extension_pop(STACK *stack) { +- return sk_X509_EXTENSION_pop((STACK_OF(X509_EXTENSION) *)stack); ++X509_EXTENSION *sk_x509_extension_pop(STACK_OF(X509_EXTENSION) *stack) { ++ return sk_X509_EXTENSION_pop(stack); + } + + /* sk_X509_EXTENSION_num() is a macro. */ +-int sk_x509_extension_num(STACK *stack) { +- return sk_X509_EXTENSION_num((STACK_OF(X509_EXTENSION) *)stack); ++int sk_x509_extension_num(STACK_OF(X509_EXTENSION) *stack) { ++ return sk_X509_EXTENSION_num(stack); + } + + /* sk_X509_EXTENSION_value() is a macro. */ +-X509_EXTENSION *sk_x509_extension_value(STACK *stack, int i) { +- return sk_X509_EXTENSION_value((STACK_OF(X509_EXTENSION) *)stack, i); ++X509_EXTENSION *sk_x509_extension_value(STACK_OF(X509_EXTENSION) *stack, int i) { ++ return sk_X509_EXTENSION_value(stack, i); + } + + /* X509_STORE_CTX_get_app_data is a macro. */ +@@ -590,7 +614,7 @@ Used in the wrapping of ASN1_seq_unpack and ASN1_seq_pack functions. + #define I2DTYPE int (*)() + #endif + +-STACK * ++STACK_OF(X509) * + make_stack_from_der_sequence(PyObject * pyEncodedString){ + STACK_OF(X509) *certs; + Py_ssize_t encoded_string_len; +@@ -606,7 +630,7 @@ make_stack_from_der_sequence(PyObject * pyEncodedString){ + return NULL; + } + +- certs = ASN1_seq_unpack((unsigned char *)encoded_string, encoded_string_len, (D2ITYPE)d2i_X509, (void(*)())X509_free ); ++ certs = ASN1_seq_unpack_X509((unsigned char *)encoded_string, encoded_string_len, d2i_X509, X509_free ); + if (!certs) { + PyErr_SetString(_x509_err, ERR_reason_error_string(ERR_get_error())); + return NULL; +@@ -616,13 +640,13 @@ make_stack_from_der_sequence(PyObject * pyEncodedString){ + } + + PyObject * +-get_der_encoding_stack(STACK * stack){ ++get_der_encoding_stack(STACK_OF(X509) *stack){ + PyObject * encodedString; + + unsigned char * encoding; + int len; + +- encoding = ASN1_seq_pack((STACK_OF(X509)*) stack, (I2DTYPE)i2d_X509, NULL, &len); ++ encoding = ASN1_seq_pack_X509(stack, i2d_X509, NULL, &len); + if (!encoding) { + PyErr_SetString(_x509_err, ERR_reason_error_string(ERR_get_error())); + return NULL; +diff --git a/tests/alltests.py b/tests/alltests.py +index d8742d8..b35e58f 100644 +--- a/tests/alltests.py ++++ b/tests/alltests.py +@@ -37,6 +37,7 @@ def suite(): + 'tests.test_rc4', + 'tests.test_rsa', + 'tests.test_smime', ++ 'tests.test_ssl_offline', + 'tests.test_threading', + 'tests.test_x509'] + if os.name == 'posix': +diff --git a/tests/test_smime.py b/tests/test_smime.py +index a24464f..f18c9db 100644 +--- a/tests/test_smime.py ++++ b/tests/test_smime.py +@@ -37,7 +37,7 @@ class SMIMETestCase(unittest.TestCase): + buf = BIO.MemoryBuffer(self.cleartext) + s = SMIME.SMIME() + s.load_key('tests/signer_key.pem', 'tests/signer.pem') +- p7 = s.sign(buf) ++ p7 = s.sign(buf, SMIME.PKCS7_DETACHED) + assert len(buf) == 0 + assert p7.type() == SMIME.PKCS7_SIGNED, p7.type() + assert isinstance(p7, SMIME.PKCS7), p7 +@@ -73,9 +73,8 @@ class SMIMETestCase(unittest.TestCase): + + p7, data = SMIME.smime_load_pkcs7_bio(self.signed) + +- assert data.read() == self.cleartext + assert isinstance(p7, SMIME.PKCS7), p7 +- v = s.verify(p7) ++ v = s.verify(p7, data) + assert v == self.cleartext + + t = p7.get0_signers(sk) +@@ -95,7 +94,6 @@ class SMIMETestCase(unittest.TestCase): + s.set_x509_store(st) + + p7, data = SMIME.smime_load_pkcs7_bio(self.signed) +- assert data.read() == self.cleartext + assert isinstance(p7, SMIME.PKCS7), p7 + self.assertRaises(SMIME.PKCS7_Error, s.verify, p7) # Bad signer + +@@ -169,7 +167,7 @@ class SMIMETestCase(unittest.TestCase): + s.set_cipher(SMIME.Cipher('des_ede3_cbc')) + + tmp = BIO.MemoryBuffer() +- s.write(tmp, p7, buf) ++ s.write(tmp, p7) + + p7 = s.encrypt(tmp) + +@@ -211,6 +209,7 @@ class WriteLoadTestCase(unittest.TestCase): + assert p7.write(f) == 1 + f.close() + ++ p7 = s.sign(BIO.MemoryBuffer('some text'), SMIME.PKCS7_DETACHED) + self.filenameSmime = 'tests/sig.p7s' + f = BIO.openfile(self.filenameSmime, 'wb') + assert s.write(f, p7, BIO.MemoryBuffer('some text')) == 1 +@@ -220,7 +219,7 @@ class WriteLoadTestCase(unittest.TestCase): + buf = BIO.MemoryBuffer() + assert SMIME.load_pkcs7(self.filename).write_der(buf) == 1 + s = buf.read() +- assert len(s) == 1204, len(s) ++ assert len(s) in (1204, 1243), len(s) + + def test_load_pkcs7(self): + assert SMIME.load_pkcs7(self.filename).type() == SMIME.PKCS7_SIGNED +diff --git a/tests/test_ssl.py b/tests/test_ssl.py +index 26f7036..c821a39 100644 +--- a/tests/test_ssl.py ++++ b/tests/test_ssl.py +@@ -405,8 +405,11 @@ class MiscSSLClientTestCase(BaseSSLClientTestCase): + try: + ctx = SSL.Context('sslv23', weak_crypto=1) + s = SSL.Connection(ctx) +- s.connect(self.srv_addr) +- self.failUnlessEqual(s.get_version(), 'SSLv2') ++ if m2.OPENSSL_VERSION_NUMBER < 0x10000000: # SSLv2 ciphers disabled by default in newer OpenSSL ++ s.connect(self.srv_addr) ++ self.failUnlessEqual(s.get_version(), 'SSLv2') ++ else: ++ self.assertRaises(SSL.SSLError, s.connect, self.srv_addr) + s.close() + finally: + self.stop_server(pid) +@@ -1032,45 +1035,6 @@ class FtpsLibTestCase(unittest.TestCase): + # XXX need server to test against + + +-class CheckerTestCase(unittest.TestCase): +- def test_checker(self): +- from M2Crypto.SSL import Checker +- from M2Crypto import X509 +- +- check = Checker.Checker(host=srv_host, +- peerCertHash='7B754EFA41A264AAD370D43460BC8229F9354ECE') +- x509 = X509.load_cert('tests/server.pem') +- assert check(x509, srv_host) +- self.assertRaises(Checker.WrongHost, check, x509, 'example.com') +- +- import doctest +- doctest.testmod(Checker) +- +- +-class ContextTestCase(unittest.TestCase): +- def test_ctx_load_verify_locations(self): +- ctx = SSL.Context() +- self.assertRaises(ValueError, ctx.load_verify_locations, None, None) +- +- def test_map(self): +- from M2Crypto.SSL.Context import map, _ctxmap +- assert isinstance(map(), _ctxmap) +- ctx = SSL.Context() +- assert map() +- ctx.close() +- assert map() is _ctxmap.singleton +- +- def test_certstore(self): +- ctx = SSL.Context() +- ctx.set_verify(SSL.verify_peer | SSL.verify_fail_if_no_peer_cert, 9) +- ctx.load_verify_locations('tests/ca.pem') +- ctx.load_cert('tests/x509.pem') +- +- from M2Crypto import X509 +- store = ctx.get_cert_store() +- assert isinstance(store, X509.X509_Store) +- +- + class SessionTestCase(unittest.TestCase): + def test_session_load_bad(self): + self.assertRaises(SSL.SSLError, SSL.Session.load_session, +@@ -1086,8 +1050,6 @@ class FtpslibTestCase(unittest.TestCase): + + def suite(): + suite = unittest.TestSuite() +- suite.addTest(unittest.makeSuite(CheckerTestCase)) +- suite.addTest(unittest.makeSuite(ContextTestCase)) + suite.addTest(unittest.makeSuite(SessionTestCase)) + suite.addTest(unittest.makeSuite(XmlRpcLibTestCase)) + suite.addTest(unittest.makeSuite(FtpsLibTestCase)) +diff --git a/tests/test_ssl_offline.py b/tests/test_ssl_offline.py +new file mode 100644 +index 0000000..ba77434 +--- /dev/null ++++ b/tests/test_ssl_offline.py +@@ -0,0 +1,60 @@ ++"""Unit tests for M2Crypto.SSL offline parts ++ ++Copyright (C) 2006 Open Source Applications Foundation. All Rights Reserved. ++ ++Copyright (C) 2009-2010 Heikki Toivonen. All Rights Reserved. ++""" ++ ++import unittest, doctest ++from M2Crypto.SSL import Checker ++from M2Crypto import X509 ++from M2Crypto import SSL ++from test_ssl import srv_host ++ ++ ++class CheckerTestCase(unittest.TestCase): ++ def test_checker(self): ++ ++ check = Checker.Checker(host=srv_host, ++ peerCertHash='7B754EFA41A264AAD370D43460BC8229F9354ECE') ++ x509 = X509.load_cert('tests/server.pem') ++ assert check(x509, srv_host) ++ self.assertRaises(Checker.WrongHost, check, x509, 'example.com') ++ ++ doctest.testmod(Checker) ++ ++ ++class ContextTestCase(unittest.TestCase): ++ def test_ctx_load_verify_locations(self): ++ ctx = SSL.Context() ++ self.assertRaises(ValueError, ctx.load_verify_locations, None, None) ++ ++ def test_map(self): ++ from M2Crypto.SSL.Context import map, _ctxmap ++ assert isinstance(map(), _ctxmap) ++ ctx = SSL.Context() ++ assert map() ++ ctx.close() ++ assert map() is _ctxmap.singleton ++ ++ def test_certstore(self): ++ ctx = SSL.Context() ++ ctx.set_verify(SSL.verify_peer | SSL.verify_fail_if_no_peer_cert, 9) ++ ctx.load_verify_locations('tests/ca.pem') ++ ctx.load_cert('tests/x509.pem') ++ ++ store = ctx.get_cert_store() ++ assert isinstance(store, X509.X509_Store) ++ ++ ++def suite(): ++ suite = unittest.TestSuite() ++ suite.addTest(unittest.makeSuite(CheckerTestCase)) ++ suite.addTest(unittest.makeSuite(ContextTestCase)) ++ return suite ++ ++ ++if __name__ == '__main__': ++ Rand.load_file('randpool.dat', -1) ++ unittest.TextTestRunner().run(suite()) ++ Rand.save_file('randpool.dat') +-- +1.6.4.2 + From vmiklos at frugalware.org Mon Oct 4 14:11:06 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 4 Oct 2010 14:11:06 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: vuze-4.3.0.4-2-i686 Message-ID: <20101004121106.A8BB6132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6668315b39cf973062a500e90b2e2cfad98fc879 commit 6668315b39cf973062a500e90b2e2cfad98fc879 Author: Miklos Vajna Date: Sun Oct 3 02:22:54 2010 +0200 vuze-4.3.0.4-2-i686 - depend on jre: it works with openjre as well diff --git a/source/xapps-extra/vuze/FrugalBuild b/source/xapps-extra/vuze/FrugalBuild index c387164..bd1fcba 100644 --- a/source/xapps-extra/vuze/FrugalBuild +++ b/source/xapps-extra/vuze/FrugalBuild @@ -3,10 +3,10 @@ pkgname=vuze pkgver=4.3.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="A Java BitTorrent Client" depends=() -rodepends=('gtk+2' 'j2re' 'xulrunner') +rodepends=('gtk+2' 'jre' 'xulrunner') groups=('xapps-extra') archs=('i686' 'x86_64') From boobaa at frugalware.org Mon Oct 4 14:29:01 2010 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 4 Oct 2010 14:29:01 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: php-pecl-memcache-3.0.5-1-i686 version bump Message-ID: <20101004122901.3072C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9bf6e9ec3bbf3e21386552e0d42622e569db0fc1 commit 9bf6e9ec3bbf3e21386552e0d42622e569db0fc1 Author: CS??CSY L??szl?? Date: Mon Oct 4 14:28:45 2010 +0200 php-pecl-memcache-3.0.5-1-i686 version bump diff --git a/source/devel-extra/php-pecl-memcache/FrugalBuild b/source/devel-extra/php-pecl-memcache/FrugalBuild index 908c706..9f591b7 100644 --- a/source/devel-extra/php-pecl-memcache/FrugalBuild +++ b/source/devel-extra/php-pecl-memcache/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: CS?CSY L?szl? _F_pecl_name="memcache" -pkgver=3.0.4 +pkgver=3.0.5 pkgdesc="allows you to work with memcached through handy OO and procedural interfaces" depends=('php>=5.3.0') Finclude pecl -pkgrel=2 +pkgrel=1 archs=('i686' 'x86_64') -sha1sums=('9440deb48fd599aa65f9663946a39fab7b3e86fc') +sha1sums=('8df7e30482ce034bda36c489edb955806b5a9a49') up2date="lynx -dump http://pecl.php.net/package/$_F_pecl_name |grep -m1 '[0-9.]\{3,\}\.tgz$'|sed 's/.*-\(.*\)\.t.*/\1/'" build() { From boobaa at frugalware.org Mon Oct 4 14:30:31 2010 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 4 Oct 2010 14:30:31 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: rss2email-2.68-1-i686 version bump Message-ID: <20101004123031.82016132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9d5780da9697f4373de891640b34a09a810b3a2c commit 9d5780da9697f4373de891640b34a09a810b3a2c Author: CS??CSY L??szl?? Date: Mon Oct 4 14:30:18 2010 +0200 rss2email-2.68-1-i686 version bump diff --git a/source/network-extra/rss2email/FrugalBuild b/source/network-extra/rss2email/FrugalBuild index 3d2c615..05fd802 100644 --- a/source/network-extra/rss2email/FrugalBuild +++ b/source/network-extra/rss2email/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: CS?CSY L?szl? pkgname=rss2email -pkgver=2.67 +pkgver=2.68 pkgrel=1 pkgdesc="read newsfeeds from your email client" url="http://www.allthingsrss.com/rss2email/" @@ -12,7 +12,7 @@ archs=('i686' 'x86_64') up2date="lynx -dump $url | grep -m1 'Version.*Released' | sed 's/.*n \(.*\) R.*/\1/'" source=(${url}${pkgname}-$pkgver.tar.gz \ README.Frugalware) -sha1sums=('93a86dc686a352f2e4fa9bbbfdc27c019c367157' \ +sha1sums=('a8bb6335fcdb3f42e0dd31f6a125765db3a16365' \ 'b7200b4072ffc1ad56b62c94ab284246f73316bc') build() { From boobaa at frugalware.org Mon Oct 4 14:32:44 2010 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 4 Oct 2010 14:32:44 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: man-pages-3.28-1-i686 version bump Message-ID: <20101004123244.BA6F3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c281c922b74b69f2071dbe1a628575a010a46684 commit c281c922b74b69f2071dbe1a628575a010a46684 Author: CS??CSY L??szl?? Date: Mon Oct 4 14:32:32 2010 +0200 man-pages-3.28-1-i686 version bump diff --git a/source/apps/man-pages/FrugalBuild b/source/apps/man-pages/FrugalBuild index 897b283..e85035f 100644 --- a/source/apps/man-pages/FrugalBuild +++ b/source/apps/man-pages/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Miklos Vajna pkgname=man-pages -pkgver=3.27 +pkgver=3.28 pkgrel=1 pkgdesc="Man pages are online documentation for Linux" url="http://www.win.tue.nl/~aeb/linux/man" @@ -43,4 +43,4 @@ build() Frm /usr/share/man/man3/{ctime,queue,random,regex,string}.3 } -sha1sums=('d58fb5a828dfbd5e88b30226b45111893d7078fd') +sha1sums=('145127a0dd9ae1c02a062bf3c88f916e55e2d155') From vmiklos at frugalware.org Mon Oct 4 14:44:48 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 4 Oct 2010 14:44:48 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gammu-1.28.0-2-i686 Message-ID: <20101004124448.2D7B5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a660dfa85ee72b95c7d42fdfff05c464bb460f89 commit a660dfa85ee72b95c7d42fdfff05c464bb460f89 Author: Miklos Vajna Date: Mon Oct 4 14:41:50 2010 +0200 gammu-1.28.0-2-i686 - backport patch from git to fix hang on operator logo backup diff --git a/source/apps-extra/gammu/FrugalBuild b/source/apps-extra/gammu/FrugalBuild index 65ef98f..e89c299 100644 --- a/source/apps-extra/gammu/FrugalBuild +++ b/source/apps-extra/gammu/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gammu pkgver=1.28.0 -pkgrel=1 +pkgrel=2 pkgdesc="Mobile phones tools for Unix (Linux)" url="http://wammu.eu" backup=(etc/gammu/gammurc) @@ -14,10 +14,12 @@ groups=('apps-extra') archs=('x86_64' 'i686') up2date="lynx -dump http://wammu.eu |grep 'Gammu stable' |sed 's/.*e \(.*\)/\1/'" source=(http://dl.cihar.com/gammu/releases/$pkgname-$pkgver.tar.bz2 \ - gammurc-path-fix.patch README.Frugalware) + gammurc-path-fix.patch README.Frugalware \ + http://gitorious.org/gammu/mainline/commit/9e7b902b8b80dd953bf491e494e42865b0f232d5.patch) sha1sums=('f34dcf9e578521c7e0e97abd4ef456da316c43e8' \ '71b9a815f98e0c4d7be02c72a4bbec6e0d22a988' \ - 'f9908ebbf95e95bbfe4298e10aa93fa84cf2cf6f') + 'f9908ebbf95e95bbfe4298e10aa93fa84cf2cf6f' \ + '60855adf03d8ab81ec192e6a6d33b1ae6e167496') if [ "$CARCH" == "x86_64" ] ; then CFLAGS="$CFLAGS -fPIC" From bouleetbil at frogdev.info Mon Oct 4 16:48:30 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 4 Oct 2010 16:48:30 +0200 (CEST) Subject: [Frugalware-git] gnometesting: banshee-1.8.0-1-i686 *version bump Message-ID: <20101004144830.EC472132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1f4a46397198c4f9bdc8a8020e9eda7a5a0673ea commit 1f4a46397198c4f9bdc8a8020e9eda7a5a0673ea Author: bouleetbil Date: Mon Oct 4 17:19:06 2010 +0000 banshee-1.8.0-1-i686 *version bump diff --git a/source/gnome-extra/banshee/FrugalBuild b/source/gnome-extra/banshee/FrugalBuild index 0acab38..44eaad3 100644 --- a/source/gnome-extra/banshee/FrugalBuild +++ b/source/gnome-extra/banshee/FrugalBuild @@ -4,11 +4,11 @@ pkgname=banshee _F_archive_name=$pkgname-1 -pkgver=1.6.1 +pkgver=1.8.0 pkgrel=1 pkgdesc="Banshee is a Mono based media player for Gnome" url="http://banshee-project.org" -depends=('gnome-sharp>=2.24.1-2' 'ipod-sharp>=0.8.5' 'sqlite3' 'hal' 'libmusicbrainz' 'brasero' \ +depends=('gnome-sharp>=2.24.1-2' 'ipod-sharp>=0.8.5' 'libgpod-sharp' 'sqlite3' 'hal' 'libmusicbrainz' 'brasero' \ 'mono-zeroconf>=0.7.6' 'gst-plugins-base-cdparanoia>=0.10.28-2' 'gst-plugins-base-gnomevfs>=0.10.28-2' \ 'gst-plugins-good-gconf' 'gst-plugins-base-oil' 'podsleuth' 'boo' \ 'karma-sharp>=0.1.0-5' 'libmtp>=0.3.7' 'ndesk-dbus-glib' 'njb-sharp' 'taglib-sharp>=2.0.3.7' 'mono-addins' \ @@ -25,11 +25,11 @@ options=('scriptlet') _F_mono_aot=0 Finclude mono gnome-scriptlet up2date="lynx -dump $url/download/ | Flasttarbz2" -source=(http://banshee-project.org/files/$pkgname/$_F_archive_name-$pkgver.tar.bz2) +source=(http://download.banshee-project.org/$pkgname/stable/$pkgver/$_F_archive_name-$pkgver.tar.bz2) Fconfopts="$Fconfopts --disable-docs --enable-avahi --enable-ipod \ --enable-karma --enable-mtp --enable-external-ndesk-dbus \ --enable-njb --disable-debug" -sha1sums=('cf96ad0ed634d92652054a371883ecc427015384') +sha1sums=('cbd0f2828b54f05df6d88993c7770c0b6fc9ccde') _F_cd_path=$_F_archive_name-$pkgver build() { From bouleetbil at frogdev.info Mon Oct 4 17:15:45 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 4 Oct 2010 17:15:45 +0200 (CEST) Subject: [Frugalware-git] gnometesting: banshee-community-extensions-1.8.0-1-i686 Message-ID: <20101004151545.3ACC6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a248ecbaaedde713814e8c9cecf97acb38ab27d1 commit a248ecbaaedde713814e8c9cecf97acb38ab27d1 Author: bouleetbil Date: Mon Oct 4 17:47:49 2010 +0000 banshee-community-extensions-1.8.0-1-i686 *Version bump diff --git a/source/gnome-extra/banshee-community-extensions/FrugalBuild b/source/gnome-extra/banshee-community-extensions/FrugalBuild index 2ef6182..671a53c 100644 --- a/source/gnome-extra/banshee-community-extensions/FrugalBuild +++ b/source/gnome-extra/banshee-community-extensions/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: bouleetbil pkgname=banshee-community-extensions -pkgver=1.6.0 -pkgrel=3 +pkgver=1.8.0 +pkgrel=1 pkgdesc="Banshee Community Extensions" url="http://banshee-project.org" -depends=('banshee>=1.6.1' 'libsamplerate' 'lirc' 'webkit-sharp') +depends=('banshee>=1.8.0' 'libsamplerate' 'lirc' 'webkit-sharp') makedepends=('perl-xml-parser' 'intltool') groups=('gnome-extra') archs=('i686' 'x86_64') @@ -15,7 +15,7 @@ _F_mono_aot=0 Finclude mono up2date="lynx -dump $url/download/ | Flasttarbz2" source=(http://download.banshee-project.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) -sha1sums=('972a3368042aa2d5738f781908e837b8ec1f7bce') +sha1sums=('c679ba17416ef9976649f9525d7d2965e2e35040') Fconfopts="$Fconfopts --enable-gnome \ --enable-release --enable-alarmclock \ --disable-awn --disable-clutterflow \ From bouleetbil at frogdev.info Mon Oct 4 17:25:29 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 4 Oct 2010 17:25:29 +0200 (CEST) Subject: [Frugalware-git] gnometesting: sound-juicer-2.28.2-4-x86_64 *rebuild with gnome 2.32 *gnome 2.32 bump should be finished Message-ID: <20101004152529.CD71E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5574107a9660354b66ad28d3c61ebd2f4bc58684 commit 5574107a9660354b66ad28d3c61ebd2f4bc58684 Author: bouleetbil Date: Mon Oct 4 17:22:17 2010 +0200 sound-juicer-2.28.2-4-x86_64 *rebuild with gnome 2.32 *gnome 2.32 bump should be finished diff --git a/source/gnome-extra/sound-juicer/FrugalBuild b/source/gnome-extra/sound-juicer/FrugalBuild index 05c1739..c53c7c0 100644 --- a/source/gnome-extra/sound-juicer/FrugalBuild +++ b/source/gnome-extra/sound-juicer/FrugalBuild @@ -4,9 +4,9 @@ pkgname=sound-juicer pkgver=2.28.2 -pkgrel=3 +pkgrel=4 pkgdesc="Sound Juicer is a CD ripper for GNOME 2" -depends=('libstdc++' 'libcdio>=0.81-1' 'gnome-media>=2.30.0-2' 'gst-plugins-base>=0.10.22-2' 'gst-plugins-good>=0.10.14-2' 'libmusicbrainz' 'taglib' \ +depends=('libstdc++' 'libcdio>=0.81-1' 'gnome-media>=2.32.0' 'gst-plugins-base>=0.10.22-2' 'gst-plugins-good>=0.10.14-2' 'libmusicbrainz' 'taglib' \ 'gst-plugins-base-cdparanoia' 'gst-plugins-base-gnomevfs' 'gst-plugins-good-flac' 'gst-plugins-base-pango' \ 'gst-plugins-base-vorbis' 'gst-plugins-base-gio' 'brasero>=2.30.0') makedepends=('gnome-doc-utils' 'perl-xml-parser' 'intltool') @@ -19,7 +19,9 @@ _F_gnome_iconcache="y" options=('scriptlet') Finclude gnome gnome-scriptlet url="http://www.burtonini.com/blog/computers/sound-juicer" -sha1sums=('2f4c27fdaabb5ea4465e53aa8ecbbc4afb46b973') +source=($source unistd.diff) +sha1sums=('2f4c27fdaabb5ea4465e53aa8ecbbc4afb46b973' \ + 'edf0d65e024688087cfb112df3a1169e9abde168') build() { unset MAKEFLAGS diff --git a/source/gnome-extra/sound-juicer/unistd.diff b/source/gnome-extra/sound-juicer/unistd.diff new file mode 100644 index 0000000..a93cfbb --- /dev/null +++ b/source/gnome-extra/sound-juicer/unistd.diff @@ -0,0 +1,103 @@ +From 0adaffaea1028f5ef90f6aff675b9c81fbfb6a54 Mon Sep 17 00:00:00 2001 +From: Vincent Untz +Date: Thu, 27 May 2010 10:36:56 +0000 +Subject: Rename play/pause/stop functions to avoid clash with unistd.h + +--- +diff --git a/src/sj-play.c b/src/sj-play.c +index 25aeba0..a0e19f3 100644 +--- a/src/sj-play.c ++++ b/src/sj-play.c +@@ -84,7 +84,7 @@ select_track (void) + * Start playing. + */ + static void +-play (void) ++_play (void) + { + gst_element_set_state (pipeline, GST_STATE_PLAYING); + +@@ -96,7 +96,7 @@ play (void) + * Pause + */ + static void +-pause (void) ++_pause (void) + { + gst_element_set_state (pipeline, GST_STATE_PAUSED); + } +@@ -105,7 +105,7 @@ pause (void) + * Stop and reset UI. + */ + static void +-stop (void) ++_stop (void) + { + if (pipeline != NULL) + gst_element_set_state (pipeline, GST_STATE_NULL); +@@ -173,7 +173,7 @@ cb_hop_track (GstBus *bus, GstMessage *message, gpointer user_data) + } + + if (next_track >= tracks) { +- stop (); ++ _stop (); + seek_to_track = 0; + } else { + seek_to_track = next_track; +@@ -200,7 +200,7 @@ cb_error (GstBus *bus, GstMessage *message, gpointer user_data) + /* There may be other (more generic) error messages on the bus; set pipeline + * to NULL state so these messages are flushed from the bus and we don't get + * called again for those */ +- stop (); ++ _stop (); + } + + static gchar * +@@ -427,7 +427,7 @@ setup (GError **err) + void + stop_playback (void) + { +- stop (); ++ _stop (); + } + + /* +@@ -440,12 +440,12 @@ on_play_activate (GtkWidget *button, gpointer user_data) + GError *err = NULL; + + if (is_playing ()) { +- pause (); ++ _pause (); + gtk_list_store_set (track_store, ¤t_iter, + COLUMN_STATE, STATE_PAUSED, -1); + } else if (pipeline && GST_STATE (pipeline) == GST_STATE_PAUSED && + current_track == seek_to_track) { +- play (); ++ _play (); + gtk_list_store_set (track_store, ¤t_iter, + COLUMN_STATE, STATE_PLAYING, -1); + } else if (pipeline && GST_STATE (pipeline) == GST_STATE_PAUSED && +@@ -528,7 +528,7 @@ on_previous_track_activate(GtkWidget *button, gpointer data) + } + + if (prev_track < 0) { +- stop (); ++ _stop (); + seek_to_track = 0; + } else { + seek_to_track = prev_track; +@@ -550,10 +550,10 @@ set_gst_ui_and_play (void) + ¤t_iter, COLUMN_TITLE, &title, -1); + sj_main_set_title (title); + g_free (title); +- play (); ++ _play (); + } else { + g_warning (G_STRLOC ": failed to select track"); +- stop (); ++ _stop (); + } + } + +-- +cgit v0.8.3.1 From kikadf.01 at gmail.com Mon Oct 4 18:14:02 2010 From: kikadf.01 at gmail.com (kikadf) Date: Mon, 4 Oct 2010 18:14:02 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: my old contributed packages Message-ID: <20101004161402.47460132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5810ea7aac28018ffc829259ca3ef9b90ac5aed4 commit 5810ea7aac28018ffc829259ca3ef9b90ac5aed4 Author: kikadf Date: Mon Oct 4 18:11:24 2010 +0200 my old contributed packages diff --git a/source/multimedia-extra/cdw/FrugalBuild b/source/multimedia-extra/cdw/FrugalBuild index 34aa112..15574bc 100644 --- a/source/multimedia-extra/cdw/FrugalBuild +++ b/source/multimedia-extra/cdw/FrugalBuild @@ -1,6 +1,5 @@ # Compiling Time: 0.11 SBU -# Maintainer: exceed -# Contributor: kikadf +# Maintainer: kikadf pkgname=cdw pkgver=0.4.0 diff --git a/source/xapps-extra/alarm-clock/FrugalBuild b/source/xapps-extra/alarm-clock/FrugalBuild index 85bf33e..3a3f289 100644 --- a/source/xapps-extra/alarm-clock/FrugalBuild +++ b/source/xapps-extra/alarm-clock/FrugalBuild @@ -1,6 +1,5 @@ # Compiling Time: 0.06 SBU -# Maintainer: exceed -# Contributor: kikadf +# Maintainer: kikadf pkgname=alarm-clock pkgver=1.4.1 diff --git a/source/xapps-extra/launchy/FrugalBuild b/source/xapps-extra/launchy/FrugalBuild index e0d0b9d..6a3cf70 100644 --- a/source/xapps-extra/launchy/FrugalBuild +++ b/source/xapps-extra/launchy/FrugalBuild @@ -1,6 +1,5 @@ # Compiling Time: 0.72 SBU -# Maintainer: Devil505 -# Contributor: kikadf +# Maintainer: kikadf pkgname=launchy pkgver=2.5 diff --git a/source/xapps-extra/tuxcmd-modules-unrar/FrugalBuild b/source/xapps-extra/tuxcmd-modules-unrar/FrugalBuild index 842ed6d..2ae03b5 100644 --- a/source/xapps-extra/tuxcmd-modules-unrar/FrugalBuild +++ b/source/xapps-extra/tuxcmd-modules-unrar/FrugalBuild @@ -1,6 +1,5 @@ # Compiling Time: 0.06 SBU -# Maintainer: Devil505 -# Contributor: kikadf +# Maintainer: kikadf pkgname=tuxcmd-modules-unrar pkgver=0.6.70 diff --git a/source/xapps-extra/tuxcmd-modules/FrugalBuild b/source/xapps-extra/tuxcmd-modules/FrugalBuild index 6c46c2a..16dcdfc 100644 --- a/source/xapps-extra/tuxcmd-modules/FrugalBuild +++ b/source/xapps-extra/tuxcmd-modules/FrugalBuild @@ -1,6 +1,5 @@ # Compiling Time: 0 SBU -# Maintainer: Devil505 -# Contributor: kikadf +# Maintainer: kikadf pkgname=tuxcmd-modules pkgver=0.6.70 diff --git a/source/xapps-extra/tuxcmd/FrugalBuild b/source/xapps-extra/tuxcmd/FrugalBuild index 5841859..edded7d 100644 --- a/source/xapps-extra/tuxcmd/FrugalBuild +++ b/source/xapps-extra/tuxcmd/FrugalBuild @@ -1,6 +1,5 @@ # Compiling Time: 0.02 SBU -# Maintainer: Devil505 -# Contributor: kikadf +# Maintainer: kikadf pkgname=tuxcmd pkgver=0.6.70 diff --git a/source/xmultimedia-extra/deadbeef/FrugalBuild b/source/xmultimedia-extra/deadbeef/FrugalBuild index 7439160..266d75a 100644 --- a/source/xmultimedia-extra/deadbeef/FrugalBuild +++ b/source/xmultimedia-extra/deadbeef/FrugalBuild @@ -1,6 +1,5 @@ # Compiling Time: 1.59 SBU -# Maintainer: exceed -# Contributor: kikadf +# Maintainer: kikadf pkgname=deadbeef pkgver=0.4.1 diff --git a/source/xmultimedia-extra/xcdroast/FrugalBuild b/source/xmultimedia-extra/xcdroast/FrugalBuild index 2f2c986..cb5efda 100644 --- a/source/xmultimedia-extra/xcdroast/FrugalBuild +++ b/source/xmultimedia-extra/xcdroast/FrugalBuild @@ -1,6 +1,5 @@ # Compiling Time: 0.08 SBU -# Maintainer: exceed -# Contributor: kikadf +# Maintainer: kikadf pkgname=xcdroast pkgver=0.98alpha16 From bouleetbil at frogdev.info Mon Oct 4 19:51:09 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 4 Oct 2010 19:51:09 +0200 (CEST) Subject: [Frugalware-git] gnometesting: splashy-0.3.13-8-i686 *replaces plymouth *now plymouth break ttyX Message-ID: <20101004175109.B01CD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c9358ed19f23152699cac85d23b25b3d23ff65b3 commit c9358ed19f23152699cac85d23b25b3d23ff65b3 Author: bouleetbil Date: Mon Oct 4 20:21:58 2010 +0000 splashy-0.3.13-8-i686 *replaces plymouth *now plymouth break ttyX diff --git a/source/xapps/splashy/FrugalBuild b/source/xapps/splashy/FrugalBuild index 3cfefde..25065d7 100644 --- a/source/xapps/splashy/FrugalBuild +++ b/source/xapps/splashy/FrugalBuild @@ -6,7 +6,7 @@ pkgver=0.3.13 themever=1.3 # see http://alioth.debian.org/project/showfiles.php?group_id=30657 rel_id=2691 -pkgrel=7 +pkgrel=8 pkgdesc="A complete user-space boot splash system" url="http://alioth.debian.org/projects/splashy/" depends=('glib2' 'directfb-input-keyboard>=1.2.0-1' 'libgcc' 'file') @@ -27,6 +27,8 @@ sha1sums=('c98b6c113155b70de21cda1d23f4ee9320c92153' \ 'c9da7e70efb6070e61ba2e6908a712ac524ae90b' \ '9cdba5f651956a0be99bd993a1165ab83b18496f') +replaces=('plymouth-utility' 'plymouth-gdm' 'plymouth-theme-spinfinity' 'plymouth-theme-solar' 'plymouth-theme-glow' 'plymouth') + build() { unset MAKEFLAGS From elentir at frugalware.org Mon Oct 4 20:19:38 2010 From: elentir at frugalware.org (Elentir) Date: Mon, 4 Oct 2010 20:19:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libunicap-0.9.12-1-i686 Message-ID: <20101004181938.060A7132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4a42c593174eeab526ca23237259fa69264bafc4 commit 4a42c593174eeab526ca23237259fa69264bafc4 Author: Elentir Date: Mon Oct 4 20:18:43 2010 +0200 libunicap-0.9.12-1-i686 * version bump diff --git a/source/lib-extra/libunicap/FrugalBuild b/source/lib-extra/libunicap/FrugalBuild index 51bab80..687434d 100644 --- a/source/lib-extra/libunicap/FrugalBuild +++ b/source/lib-extra/libunicap/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Elentir pkgname=libunicap -pkgver=0.9.11 +pkgver=0.9.12 pkgrel=1 pkgdesc="unicap provides a uniform API for all kinds of video capture devices" url="http://unicap-imaging.org/" @@ -12,6 +12,6 @@ groups=('lib-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/download.htm" source=(http://unicap-imaging.org/downloads/$pkgname-$pkgver.tar.gz) -sha1sums=('ba7cc08c2ce8b0c61a69eb2de55cd62a765a6609') +sha1sums=('a4d3a484ecc63a6f7e080c67d54131f7058f2790') # optimization OK From elentir at frugalware.org Mon Oct 4 20:23:57 2010 From: elentir at frugalware.org (Elentir) Date: Mon, 4 Oct 2010 20:23:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: unicap-0.2.19-2-i686 Message-ID: <20101004182357.5B3D0132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=93583620400fc0958a14a4a4280a973ec26cb0fa commit 93583620400fc0958a14a4a4280a973ec26cb0fa Author: Elentir Date: Mon Oct 4 20:22:29 2010 +0200 unicap-0.2.19-2-i686 * remove package * already replaced by libunicapgtk diff --git a/source/xlib-extra/unicap/FrugalBuild b/source/xlib-extra/unicap/FrugalBuild deleted file mode 100644 index 7140d5a..0000000 --- a/source/xlib-extra/unicap/FrugalBuild +++ /dev/null @@ -1,17 +0,0 @@ -# Compiling Time: 0.23 SBU -# Maintainer: crazy - -pkgname=unicap -pkgver=0.2.19 -pkgrel=2 -pkgdesc="unicap provides a uniform API for all kinds of video capture devices." -depends=('libxv' 'gtk+2' 'freetype2>=2.3.3' 'libraw1394>=2.0') -makedepends=('perl-xml-parser') -options=('scriptlet') -groups=('xlib-extra') -archs=('i686' 'x86_64') -Finclude sourceforge -url="http://unicap-imaging.org/" -sha1sums=('13a690f655923f79f860bf1fdb9283cb2f1dd7f7') - -# optimization OK From elentir at frugalware.org Mon Oct 4 20:33:34 2010 From: elentir at frugalware.org (Elentir) Date: Mon, 4 Oct 2010 20:33:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: cherokee-1.0.8-1-i686 Message-ID: <20101004183334.337FC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cee5047acf89544c197522e194697730b184bcca commit cee5047acf89544c197522e194697730b184bcca Author: Elentir Date: Mon Oct 4 20:29:08 2010 +0200 cherokee-1.0.8-1-i686 * version bump * fix up2date * split some plugins diff --git a/source/network-extra/cherokee/FrugalBuild b/source/network-extra/cherokee/FrugalBuild index 002317a..5644d61 100644 --- a/source/network-extra/cherokee/FrugalBuild +++ b/source/network-extra/cherokee/FrugalBuild @@ -3,56 +3,71 @@ # Contributor: Laszlo Dvornik pkgname=cherokee -pkgver=0.11.3 -pkgrel=2 +pkgver=1.0.8 +pkgrel=1 pkgdesc="A flexible, very fast, lightweight HTTP server" url="http://www.cherokee-project.com/" pkgurl="http://www.cherokee-project.com/download/" backup=(etc/cherokee/{sites-available/default,advanced.conf,cherokee.conf,icons.conf,mime.compression.types,mime.types}) -depends=('pcre' 'openssl>=1.0.0' 'zlib' 'libgcrypt' 'php-cgi' 'libmysqlclient' 'libldap' 'python') -makedepends=('mysql' 'openldap') +depends=('pcre' 'openssl>=1.0.0' 'libgcrypt' 'php-cgi' 'python' 'libmysqlclient') +makedepends=('mysql') groups=('network-extra') archs=('i686' 'x86_64') -up2date="lynx -dump -head 'http://www.cherokee-project.com/cherokee-last-tarball'|grep -om1 'cherokee-\(.*\).tar'|sed 's/.*-\(.*\).t.*/\1/'" -source=($pkgurl/0.11/$pkgver/cherokee-$pkgver.tar.gz \ +up2date="lynx -dump -head 'http://www.cherokee-project.com/cherokee-latest-tarball'|grep -om1 'cherokee-\(.*\).tar'|sed 's/.*-\(.*\).t.*/\1/'" +source=($pkgurl/1.0/$pkgver/cherokee-$pkgver.tar.gz \ rc.cherokee \ rc.cherokee-hu.po \ rc.cherokee.pot \ generatessl \ index.html \ - http://frugalware.org/images/frugalware.png) -sha1sums=('edf629c362e4a385948d97351a73788b768a0694' \ - '7559de6a098bbc3e460ef396a7aaea27c551311b' \ + http://frugalware.org/images/logo-new.png) +sha1sums=('28b2e2b192c713aa9c43737ae8376a55effa7336' \ + '2596646e2d9420a7898d592d55790fd796bb3440' \ '90db20b5183c6e22e91488fd6d44df47018b1942' \ 'f3afa484129a065ce22f326ec13104af87a9fca5' \ '03171e23d5f2f2b2a11a4064230b0ee8823ba996' \ '1b9446b810a71ea50efaa7d24c5919cb954983ef' \ - '62fdfe9e07b2b55be660bd107bb6e1c742d90a3e') -## TODO : 1)package docutils so we get the py docs =) -## http://docutils.sourceforge.net/ -## : 2) split the plugins maybe ? + '50ca5f3dfd237be680acaf6ef4f23e910ffbbfae') + +subpkgs=("$pkgname-ldap" "$pkgname-ffmpeg" "$pkgname-geoip") +subdescs=('Ldap validator for cherokee' \ + 'Audio/Video streaming handler for cherokee' \ + 'GeoIP rule module for cherokee') +subdepends=('libldap' 'ffmpeg' 'geoip') +subrodepends=("$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver") +subgroups=('network-extra' 'network-extra' 'network-extra') +subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64') build() { unset MAKEFLAGS - # Fix path of php. - Fsed '/usr/lib/cgi-bin/' '/usr/lib/' cherokee/handler_phpcgi.c # Put logs under /var/log/cherokee. - find -type f | xargs sed -i -e "s|/var/log|/var/log/cherokee|g" - Fpatchall - Fconf --enable-os-string="Frugalware Linux" \ + Fsed "log/" "log/cherokee/" cherokee.conf.sample.pre + + Fbuild --enable-os-string="Frugalware Linux" \ --with-wwwroot=/var/www/cherokee \ - --disable-pam --enable-tls=openssl \ --disable-dependency-tracking \ --with-gnu-ld - make CFLAGS="${CFLAGS}" || Fdie - Fmakeinstall Fmkdir /var/log/cherokee Frcd2 cherokee Fexe /etc/cherokee/ssl/generatessl Frm /var/www/cherokee/index.html Ffile index.html /var/www/cherokee/index.html - Ffile frugalware.png /var/www/cherokee/frugalware.png + Ffile logo-new.png /var/www/cherokee/frugalware.png + + Fmkdir etc/pam.d/$pkgname + ## install pam + Finstall 644 $_F_cd_path/pam.d_cherokee etc/pam.d/$pkgname/ + + ## install configuration converters + for converter in contrib/*to*.py; do + Finstall 755 $_F_cd_path/$converter usr/share/$pkgname/converters/$(basename $converter) + done + + ## Split modules + Fsplit $pkgname-geoip usr/lib/cherokee/libplugin_geoip* + Fsplit $pkgname-ldap usr/lib/cherokee/libplugin_ldap* + Fsplit $pkgname-ffmpeg usr/lib/cherokee/libplugin_streaming* } # optimization OK diff --git a/source/network-extra/cherokee/rc.cherokee b/source/network-extra/cherokee/rc.cherokee index ea452de..7d397cd 100644 --- a/source/network-extra/cherokee/rc.cherokee +++ b/source/network-extra/cherokee/rc.cherokee @@ -20,7 +20,7 @@ rc_start() { start_msg if [[ "$(eval ${pid})" == "" ]] ; then - cherokee -b > /dev/null + cherokee -d > /dev/null ok $? else ok 999 From devil505linux at gmail.com Mon Oct 4 22:01:54 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 4 Oct 2010 22:01:54 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tvdownloader-0.6-2-i686 * added missing depend Message-ID: <20101004200154.8B786132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9db44e2fcc7626850fa490ab9501b042cae17a30 commit 9db44e2fcc7626850fa490ab9501b042cae17a30 Author: Devil505 Date: Mon Oct 4 22:00:56 2010 +0200 tvdownloader-0.6-2-i686 * added missing depend diff --git a/source/xapps-extra/tvdownloader/FrugalBuild b/source/xapps-extra/tvdownloader/FrugalBuild index 9a09081..02349f5 100644 --- a/source/xapps-extra/tvdownloader/FrugalBuild +++ b/source/xapps-extra/tvdownloader/FrugalBuild @@ -3,9 +3,9 @@ pkgname=tvdownloader pkgver=0.6 -pkgrel=1 +pkgrel=2 pkgdesc="Software to retrieve podcasts and videos from French websites." -depends=('msdl' 'pyqt4' 'rtmpdump') +depends=('msdl' 'pyqt4' 'rtmpdump' 'python-mechanize') groups=('xapps-extra') archs=('i686') Finclude googlecode From kooda at upyum.com Mon Oct 4 22:13:44 2010 From: kooda at upyum.com (Kooda) Date: Mon, 4 Oct 2010 22:13:44 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: rings-1.2.3-1-i686 Message-ID: <20101004201344.A9C77132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=263ababd4b44997b1cd8203562a368e6b2320032 commit 263ababd4b44997b1cd8203562a368e6b2320032 Author: Kooda Date: Mon Oct 4 22:13:15 2010 +0200 rings-1.2.3-1-i686 * New package diff --git a/source/lib-extra/rings/FrugalBuild b/source/lib-extra/rings/FrugalBuild new file mode 100644 index 0000000..58adb5a --- /dev/null +++ b/source/lib-extra/rings/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling Time: 0 SBU +# Maintainer: Kooda + +pkgname=rings +pkgver=1.2.3 +pkgrel=1 +pkgdesc="A library which provides a way to create new Lua states from within Lua." +url="http://keplerproject.github.com/$pkgname/" +depends=('lua') +groups=('lib-extra') +archs=('i686') +up2date="Flasttar http://github.com/keplerproject/$pkgname/downloads" +source=("http://github.com/downloads/keplerproject/$pkgname/$pkgname-$pkgver.tar.gz") +sha1sums=('788234fb446ee2415fd4be894eb4ad65ef9b2662') +Fconfopts="$Fconfopts lua" + +build() +{ + Fmake + Fsed "/usr" "$Fdestdir/usr" config + Fmakeinstall +} From bouleetbil at frogdev.info Mon Oct 4 23:20:25 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 4 Oct 2010 23:20:25 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+3-2.90.1-1-i686 *downgrade it for works with stable glib2 *disable introspection/doc for now Message-ID: <20101004212025.203CB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=0425c944b32e300f7889f7136bacd7564897bd4a commit 0425c944b32e300f7889f7136bacd7564897bd4a Author: bouleetbil Date: Mon Oct 4 23:19:16 2010 +0200 gtk+3-2.90.1-1-i686 *downgrade it for works with stable glib2 *disable introspection/doc for now diff --git a/source/xlib-extra/gtk+3/FrugalBuild b/source/xlib-extra/gtk+3/FrugalBuild index 0512a13..4c78b34 100644 --- a/source/xlib-extra/gtk+3/FrugalBuild +++ b/source/xlib-extra/gtk+3/FrugalBuild @@ -3,8 +3,8 @@ pkgname=gtk+3 _F_gnome_name=gtk+ -pkgver=2.90.7 -pkgrel=4 +pkgver=2.90.1 +pkgrel=1 pkgdesc="The GTK+ Toolkit (3.x series)" depends=('libxext' 'libxfixes' 'cairo' 'libgcc' 'libjpeg' 'libtiff' 'libcups' \ 'atk' 'pango' 'libxinerama' 'libxcomposite' 'libxcursor' 'gdk-pixbuf2') @@ -16,7 +16,7 @@ Finclude gnome url="http://www.gtk.org/" _F_cd_path="gtk+-$pkgver" source=($source im-cedilla.conf) -sha1sums=('1d03673c1f6b041aaf5f030fb21b722936c39760' \ +sha1sums=('56a91bec92cbf68cd3d6b2bed8b6be1daa54ee16' \ 'f8a64241bcc873c1f1110e16306e48577a41852b') subpkgs=("${subpkgs[@]}" "$pkgname-tools") @@ -42,12 +42,12 @@ subrodepends=("${subrodepends[@]}" "$pkgname>=$pkgver") subgroups=("${subgroups[@]}" 'xlib') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -subpkgs=("${subpkgs[@]}" "$pkgname-docs") -subdescs=("${subdescs[@]}" "GTK+3 Documentation.") -subdepends=("${subdepends[@]}" "") -subrodepends=("${subrodepends[@]}" "") -subgroups=("${subgroups[@]}" 'docs-extra') -subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') +#subpkgs=("${subpkgs[@]}" "$pkgname-docs") +#subdescs=("${subdescs[@]}" "GTK+3 Documentation.") +#subdepends=("${subdepends[@]}" "") +#subrodepends=("${subrodepends[@]}" "") +#subgroups=("${subgroups[@]}" 'docs-extra') +#subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "$pkgname-demos") subdescs=("${subdescs[@]}" "GTK+3 Demos.") @@ -61,9 +61,9 @@ build() { Fbuild \ --with-xinput \ - --enable-gtk-doc \ + --disable-gtk-doc \ --disable-rebuilds \ - --enable-introspection + --disable-introspection Fsplit $pkgname-tools usr/bin/gtk-update-icon-cache* Fsplit $pkgname-tools usr/share/man/man1/gtk-update-icon-cache* @@ -72,7 +72,7 @@ build() { Fsplit $pkgname-demos usr/share/gtk-3.0/demo Fsplit $pkgname-demos usr/bin/*-demo* - Fsplit $pkgname-docs usr/share/gtk-doc + #Fsplit $pkgname-docs usr/share/gtk-doc Fsplit immodules-xim usr/lib/gtk-3.0/3.0.0/immodules/im-xim.so touch $Fdestdir/usr/lib/gtk-3.0/3.0.0/immodules.cache From bouleetbil at frogdev.info Mon Oct 4 23:44:24 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 4 Oct 2010 23:44:24 +0200 (CEST) Subject: [Frugalware-git] gnometesting: mutter-2.31.5-1-i686 *version bump *use gtk3 Message-ID: <20101004214424.04F50132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e5e793e780f6f6618962242fed4525297b0088fb commit e5e793e780f6f6618962242fed4525297b0088fb Author: bouleetbil Date: Mon Oct 4 23:44:10 2010 +0200 mutter-2.31.5-1-i686 *version bump *use gtk3 diff --git a/source/gnome-extra/mutter/FrugalBuild b/source/gnome-extra/mutter/FrugalBuild index 55ae034..1a49d86 100644 --- a/source/gnome-extra/mutter/FrugalBuild +++ b/source/gnome-extra/mutter/FrugalBuild @@ -2,19 +2,20 @@ # Maintainer: bouleetbil pkgname=mutter -pkgver=2.29.1 -pkgrel=3 +pkgver=2.31.5 +pkgrel=1 pkgdesc="A window manager for GNOME (new metacity for gnome3)" url="http://www.gnome.org/" depends=('startup-notification' 'gconf>=2.32.0' 'gnome-themes>=2.32.0' 'libcm' 'gnome-frugalware>=0.7.2' \ - 'zenity>=2.32.0' 'clutter>=1.4.0' 'libcanberra-gtk') + 'zenity>=2.32.0' 'clutter>=1.4.0' 'libcanberra-gtk' 'gtk+3') makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 'gobject-introspection') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') _F_gnome_schemas=('/etc/gconf/schemas/mutter.schemas') +_F_gnome_devel="y" Finclude gnome gnome-scriptlet -Fconfopts="$Fconfopts --with-clutter --disable-static" -sha1sums=('432cbfce621f54ae09f892d8145d23a18d63d8aa') +Fconfopts="$Fconfopts --with-clutter --disable-static --without-introspection --with-gtk=3.0" +sha1sums=('c3dd2bdb6db1556e6c28048f292be5123309648c') build() { Fcd From bouleetbil at frogdev.info Tue Oct 5 00:07:24 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 00:07:24 +0200 (CEST) Subject: [Frugalware-git] gnometesting: mutter-2.31.2-1-i686 *downgrade it Message-ID: <20101004220724.9E514132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=87542706d99f89579414ce3f48452c13d281c6b1 commit 87542706d99f89579414ce3f48452c13d281c6b1 Author: bouleetbil Date: Tue Oct 5 00:08:00 2010 +0200 mutter-2.31.2-1-i686 *downgrade it diff --git a/source/gnome-extra/mutter/FrugalBuild b/source/gnome-extra/mutter/FrugalBuild index 1a49d86..7bfc15d 100644 --- a/source/gnome-extra/mutter/FrugalBuild +++ b/source/gnome-extra/mutter/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=mutter -pkgver=2.31.5 +pkgver=2.31.2 pkgrel=1 pkgdesc="A window manager for GNOME (new metacity for gnome3)" url="http://www.gnome.org/" @@ -15,7 +15,7 @@ _F_gnome_schemas=('/etc/gconf/schemas/mutter.schemas') _F_gnome_devel="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --with-clutter --disable-static --without-introspection --with-gtk=3.0" -sha1sums=('c3dd2bdb6db1556e6c28048f292be5123309648c') +sha1sums=('8bfd51c44323e492df1427c1b01816b73e72fb06') build() { Fcd From ryuo at frugalware.org Tue Oct 5 07:39:40 2010 From: ryuo at frugalware.org (James Buren) Date: Tue, 5 Oct 2010 07:39:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libcss-0.0.2-1-x86_64 * version bump Message-ID: <20101005053940.3B53A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=df97f2574630f827038f396063a85129a33f2ab3 commit df97f2574630f827038f396063a85129a33f2ab3 Author: James Buren Date: Tue Oct 5 00:35:55 2010 -0500 libcss-0.0.2-1-x86_64 * version bump diff --git a/source/lib-extra/libcss/FrugalBuild b/source/lib-extra/libcss/FrugalBuild index 46f0f43..590480c 100644 --- a/source/lib-extra/libcss/FrugalBuild +++ b/source/lib-extra/libcss/FrugalBuild @@ -2,10 +2,10 @@ # Maintainer: James Buren pkgname=libcss -pkgver=0.0.1 +pkgver=0.0.2 pkgrel=1 pkgdesc="A CSS parser and selection engine library, written in C." Finclude netsurf depends=('libparserutils' 'libwapcaplet') groups=('lib-extra') -sha1sums=('b51b498bf26e2c128c0add3f1f47f95ebbde1767') +sha1sums=('2240f03805cf780af468bc926f433c436707cbdd') From ryuo at frugalware.org Tue Oct 5 07:58:19 2010 From: ryuo at frugalware.org (James Buren) Date: Tue, 5 Oct 2010 07:58:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: librep-0.91.0-1-x86_64 * version bump Message-ID: <20101005055819.1502B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d8f8f5de58cf616a23ba556933fda29dd44f0d88 commit d8f8f5de58cf616a23ba556933fda29dd44f0d88 Author: James Buren Date: Tue Oct 5 00:54:56 2010 -0500 librep-0.91.0-1-x86_64 * version bump diff --git a/source/lib-extra/librep/FrugalBuild b/source/lib-extra/librep/FrugalBuild index 9fe16d1..f7c4771 100644 --- a/source/lib-extra/librep/FrugalBuild +++ b/source/lib-extra/librep/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: James Buren pkgname=librep -pkgver=0.90.6 +pkgver=0.91.0 pkgrel=1 pkgdesc="a lisp interpreter/system for *NIX" depends=('gmp' 'gdbm' 'readline' 'libffi') @@ -12,12 +12,12 @@ url="http://sawfish.wikia.com" dl_url="http://download.tuxfamily.org/sawfish/$pkgname" source=($dl_url/$pkgname-$pkgver.tar.bz2) up2date="Flastarchive $dl_url .tar.bz2" -sha1sums=('1adf4dbfa64d0e09ee4deafbe555285def8624d2') +sha1sums=('d680baf1bff0c8e8db13017ea9400624cff147ba') build() { Fcd # Force detection of libffi, auto-detection doesn't work - sed -i "12038 s|yes|no|" configure || Fdie + sed -i "12216 s|yes|no|" configure || Fdie Fbuild } From ryuo at frugalware.org Tue Oct 5 08:00:33 2010 From: ryuo at frugalware.org (James Buren) Date: Tue, 5 Oct 2010 08:00:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: rep-gtk-0.90.4-1-x86_64 * version bump Message-ID: <20101005060033.6B416132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1669fb158d8216e3a47ed58257dcbee0b9c99e81 commit 1669fb158d8216e3a47ed58257dcbee0b9c99e81 Author: James Buren Date: Tue Oct 5 00:57:09 2010 -0500 rep-gtk-0.90.4-1-x86_64 * version bump diff --git a/source/xlib-extra/rep-gtk/FrugalBuild b/source/xlib-extra/rep-gtk/FrugalBuild index f6b631b..7400f1f 100644 --- a/source/xlib-extra/rep-gtk/FrugalBuild +++ b/source/xlib-extra/rep-gtk/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: James Buren pkgname=rep-gtk -pkgver=0.90.3 +pkgver=0.90.4 pkgrel=1 pkgdesc="Gtk 2 bindings for librep." depends=('glibc' 'gtk+2>=2.20.0-2' 'freetype2>=2.3.9' 'libxau>=1.0.4' \ 'libxdmcp>=1.0.2-2' 'libxdamage>=1.1.1-3' 'libxext>=1.0.5-3' \ - 'libxml2' 'librep>=0.90.6') + 'libxml2' 'librep>=0.91.0') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') @@ -15,6 +15,6 @@ url="http://sawfish.wikia.com" dl_url="http://download.tuxfamily.org/sawfish/$pkgname" source=($dl_url/$pkgname-$pkgver.tar.bz2) up2date="Flastarchive $dl_url .tar.bz2" -sha1sums=('376850fe901b109c607ce6bd5896113bf6e6c901') +sha1sums=('f70546969a597b2190ecef595978c8b09e6d258c') # optimization OK From ryuo at frugalware.org Tue Oct 5 08:06:59 2010 From: ryuo at frugalware.org (James Buren) Date: Tue, 5 Oct 2010 08:06:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: sawfish-1.7.0-1-x86_64 * version bump Message-ID: <20101005060659.2A3C8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8d04922debfc528d8b41cfb6f94f75a8d545a3ee commit 8d04922debfc528d8b41cfb6f94f75a8d545a3ee Author: James Buren Date: Tue Oct 5 01:03:37 2010 -0500 sawfish-1.7.0-1-x86_64 * version bump diff --git a/source/x11-extra/sawfish/FrugalBuild b/source/x11-extra/sawfish/FrugalBuild index d11032a..bf4bb80 100644 --- a/source/x11-extra/sawfish/FrugalBuild +++ b/source/x11-extra/sawfish/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: James Buren pkgname=sawfish -pkgver=1.6.3.1 +pkgver=1.7.0 pkgrel=1 pkgdesc="Extensible window manager written in lisp." rodepends=('alsa-utils') depends=('gtk+2>=2.20.0-2' 'libice>=1.0.5-2' 'libxft>=2.1.13-2' 'libxml2' \ 'libxdmcp>=1.0.2-2' 'libxau>=1.0.4' 'libxdamage>=1.1.1-2' \ - 'rep-gtk>=0.90.3' 'gpm') + 'rep-gtk>=0.90.4' 'gpm') groups=('x11-extra') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') @@ -17,7 +17,7 @@ dl_url="http://download.tuxfamily.org/sawfish/$pkgname" source=($dl_url/$pkgname-$pkgver.tar.bz2) up2date="Flastarchive $dl_url .tar.bz2" source=(${source[@]} $pkgname-session startup xinitrc.$pkgname) -sha1sums=('e29817db4989d4d22d6d569a69a215442b7eceaa' \ +sha1sums=('7fd758e45b8fa578d982d7611bada25eae32ce87' \ 'abe3c1ce2bf78e19d7af02faa428a05a17b4431a' \ 'ac7544f73f2ea96d85cd0e9ca8a6d24d8bc2734d' \ '182d1f6c47aa90f85568215b7f39f600067a1a64') From ryuo at frugalware.org Tue Oct 5 09:38:17 2010 From: ryuo at frugalware.org (James Buren) Date: Tue, 5 Oct 2010 09:38:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lua-5.1.4-1-x86_64 * version bump * fix prefix patch Message-ID: <20101005073817.A25A0132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2823a1eab509cf3595829f48d0627b692b40e5be commit 2823a1eab509cf3595829f48d0627b692b40e5be Author: James Buren Date: Tue Oct 5 02:34:33 2010 -0500 lua-5.1.4-1-x86_64 * version bump * fix prefix patch diff --git a/source/apps/lua/FrugalBuild b/source/apps/lua/FrugalBuild index b984177..bd61a9b 100644 --- a/source/apps/lua/FrugalBuild +++ b/source/apps/lua/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: Laszlo Dvornik pkgname=lua -pkgver=5.1.3 -pkgrel=2 +pkgver=5.1.4 +pkgrel=1 pkgdesc="A powerful light-weight programming language designed for extending applications." url="http://www.lua.org/" depends=('readline>=5.2-4') @@ -13,9 +13,9 @@ archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump 'http://www.lua.org/ftp/'|Flasttar" source=($url/ftp/$pkgname-$pkgver.tar.gz \ $pkgname-5.1.1-{cflags,prefix,sharedlibs}.diff) -sha1sums=('89bc9f5a351402565b8077e8123327e7cd15f004' \ +sha1sums=('2b11c8e60306efb7f0734b747588f57995493db7' \ '0d5d6b2aeab1ca8bde5f65d77d40d5a23b79b2c8' \ - 'd37a0602e3b77d0e51b1e615a69e902686fa0b29' \ + 'd076610e3408397f9f5cb10f32ff3ea9af11f803' \ 'c92bcd9338e2dcf5edc54d2f25af7c029bae6500') build() diff --git a/source/apps/lua/lua-5.1.1-prefix.diff b/source/apps/lua/lua-5.1.1-prefix.diff index bf571cb..debdf0f 100644 --- a/source/apps/lua/lua-5.1.1-prefix.diff +++ b/source/apps/lua/lua-5.1.1-prefix.diff @@ -1,8 +1,8 @@ -diff -Naur lua-5.1.orig/etc/lua.pc lua-5.1/etc/lua.pc ---- lua-5.1.orig/etc/lua.pc 2006-02-07 17:54:19.000000000 +0100 -+++ lua-5.1/etc/lua.pc 2006-03-01 14:56:06.000000000 +0100 -@@ -6,7 +6,7 @@ - V= 5.1 +diff -Naur lua-5.1.4/etc/lua.pc lua-5.1.4-2/etc/lua.pc +--- lua-5.1.4/etc/lua.pc 2008-08-08 07:46:11.000000000 -0500 ++++ lua-5.1.4-2/etc/lua.pc 2010-10-05 02:27:30.379001571 -0500 +@@ -8,7 +8,7 @@ + R= 5.1.4 # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/' -prefix= /usr/local @@ -10,22 +10,22 @@ diff -Naur lua-5.1.orig/etc/lua.pc lua-5.1/etc/lua.pc INSTALL_BIN= ${prefix}/bin INSTALL_INC= ${prefix}/include INSTALL_LIB= ${prefix}/lib -diff -Naur lua-5.1.orig/Makefile lua-5.1/Makefile ---- lua-5.1.orig/Makefile 2006-02-16 16:45:17.000000000 +0100 -+++ lua-5.1/Makefile 2006-03-01 14:56:52.000000000 +0100 -@@ -11,7 +11,7 @@ - # if INSTALL_TOP is not an absolute path. (Man pages are installed from the - # doc directory.) - # +diff -Naur lua-5.1.4/Makefile lua-5.1.4-2/Makefile +--- lua-5.1.4/Makefile 2008-08-11 19:40:48.000000000 -0500 ++++ lua-5.1.4-2/Makefile 2010-10-05 02:27:21.284001613 -0500 +@@ -9,7 +9,7 @@ + + # Where to install. The installation starts in the src and doc directories, + # so take care if INSTALL_TOP is not an absolute path. -INSTALL_TOP= /usr/local +INSTALL_TOP= /usr INSTALL_BIN= $(INSTALL_TOP)/bin INSTALL_INC= $(INSTALL_TOP)/include INSTALL_LIB= $(INSTALL_TOP)/lib -diff -Naur lua-5.1.orig/src/luaconf.h lua-5.1/src/luaconf.h ---- lua-5.1.orig/src/luaconf.h 2006-02-10 18:44:06.000000000 +0100 -+++ lua-5.1/src/luaconf.h 2006-03-01 14:55:53.000000000 +0100 -@@ -82,7 +82,7 @@ +diff -Naur lua-5.1.4/src/luaconf.h lua-5.1.4-2/src/luaconf.h +--- lua-5.1.4/src/luaconf.h 2008-02-11 10:25:08.000000000 -0600 ++++ lua-5.1.4-2/src/luaconf.h 2010-10-05 02:27:44.490001525 -0500 +@@ -94,7 +94,7 @@ ".\\?.dll;" LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll" #else From bouleetbil at frogdev.info Tue Oct 5 10:11:34 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 10:11:34 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-color-manager-2.32.0-1-i686 Message-ID: <20101005081134.89C24132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=88265391a1ce2e5d818c30e86a0d8e4fac7f3574 commit 88265391a1ce2e5d818c30e86a0d8e4fac7f3574 Author: bouleetbil Date: Tue Oct 5 10:43:49 2010 +0000 gnome-color-manager-2.32.0-1-i686 *Version bump diff --git a/source/gnome-extra/gnome-color-manager/FrugalBuild b/source/gnome-extra/gnome-color-manager/FrugalBuild index 58ecfa4..81e1594 100644 --- a/source/gnome-extra/gnome-color-manager/FrugalBuild +++ b/source/gnome-extra/gnome-color-manager/FrugalBuild @@ -2,10 +2,10 @@ # Maintainer: bouleetbil pkgname=gnome-color-manager -pkgver=2.30.2 +pkgver=2.32.0 pkgrel=1 pkgdesc="$pkgname install and generate color profiles in the GNOME desktop" -depends=('gtk+2>=2.20.0-2' 'gnome-desktop' 'unique' 'vte' 'libgudev' 'lcms' 'libcanberra-gtk' \ +depends=('gtk+2>=2.22.0' 'gnome-desktop' 'unique' 'vte' 'libgudev' 'lcms' 'libcanberra-gtk' \ 'cups' 'libnotify' 'sane-backends') makedepends=('intltool' 'gnome-doc-utils') groups=('gnome-extra') @@ -15,6 +15,6 @@ _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet archs=('i686' 'x86_64') -sha1sums=('d070d5f0ab74b6eb646f63ae0a00b737815c0561') +sha1sums=('18cdc922188c2872c5e0c32b215e6cbea878e289') # optimization OK From bouleetbil at frogdev.info Tue Oct 5 10:33:20 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 10:33:20 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libchamplain-0.8.0-1-i686 Message-ID: <20101005083320.E373D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=6d306f2f3744ce6ec20671731c82b9ff0f24ad7e commit 6d306f2f3744ce6ec20671731c82b9ff0f24ad7e Author: bouleetbil Date: Tue Oct 5 11:05:36 2010 +0000 libchamplain-0.8.0-1-i686 *Version bump diff --git a/source/gnome-extra/libchamplain/FrugalBuild b/source/gnome-extra/libchamplain/FrugalBuild index f1ff9b2..eb7f240 100644 --- a/source/gnome-extra/libchamplain/FrugalBuild +++ b/source/gnome-extra/libchamplain/FrugalBuild @@ -2,32 +2,15 @@ # Maintainer: bouleetbil pkgname=libchamplain -pkgver=0.6.1 -pkgrel=2 +pkgver=0.8.0 +pkgrel=1 pkgdesc="Libchamplain is a C library providing a ClutterActor to display maps." -depends=('clutter-gtk>=0.10.4-2' 'libsoup-gnome>=2.30.0' 'memphis') -makedepends=('intltool' 'gnome-doc-utils' 'glproto') +depends=('clutter-gtk>=0.10.4-2' 'libsoup-gnome>=2.32.0' 'memphis' 'pyclutter-gtk') +makedepends=('intltool' 'gnome-doc-utils' 'glproto' 'gobject-introspection') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') -options=('force') -Finclude gnome python -sha1sums=('f365597312f4e8b0dcc080eb7720d631d6425e4c') - -subpkgs=('libchamplain-python') -subdescs=('Pyton bindings for libchamplain') -subdepends=("pyclutter-gtk") -subrodepends=("$pkgname=$pkgver") -subgroups=('gnome-extra') -subarchs=('i686 x86_64 ppc') - -unset MAKEFLAGS -build() { - Fcd - export CFLAGS="$CFLAGS -I/usr/include/libmemphis-0.1" - Fsed "pyclutter-gtk-0.9" "pyclutter-1.0" configure - Fmake --enable-python --enable-introspection=no - Fmakeinstall - Fsplit libchamplain-python $_F_python_libdir -} +Finclude gnome +replaces=('libchamplain-python') +sha1sums=('075ae126d4e2943107733733409f819944358015') # optimization OK From bouleetbil at frogdev.info Tue Oct 5 11:14:45 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 11:14:45 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gjs-0.7.4-1-i686 Message-ID: <20101005091445.54107132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=6f1c7da87e7e5af0c46f71523ed67da14824244c commit 6f1c7da87e7e5af0c46f71523ed67da14824244c Author: bouleetbil Date: Tue Oct 5 11:47:02 2010 +0000 gjs-0.7.4-1-i686 *Version bump diff --git a/source/gnome-extra/gjs/FrugalBuild b/source/gnome-extra/gjs/FrugalBuild index e1a3fb7..d37c3a5 100644 --- a/source/gnome-extra/gjs/FrugalBuild +++ b/source/gnome-extra/gjs/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gjs -pkgver=0.7.3 +pkgver=0.7.4 pkgrel=1 pkgdesc="Javascript Bindings for GNOME" url="http://www.gnome.org/" @@ -12,7 +12,7 @@ groups=('gnome-extra') archs=('i686' 'x86_64') _F_gnome_devel="y" Finclude gnome -sha1sums=('b28a8238e3e12720482c109bf83ba94643c71994') +sha1sums=('a3c446d0c613e94bd87188d30efb016e906dc00d') build1() { Fcd From bouleetbil at frogdev.info Tue Oct 5 11:44:45 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 11:44:45 +0200 (CEST) Subject: [Frugalware-git] gnometesting: pessulus-2.30.3-1-i686 Message-ID: <20101005094445.D1CE8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=59715ceea9a549056d9a2436b50586c50bc5af23 commit 59715ceea9a549056d9a2436b50586c50bc5af23 Author: bouleetbil Date: Tue Oct 5 12:17:06 2010 +0000 pessulus-2.30.3-1-i686 *Version bump diff --git a/source/gnome-extra/mutter/FrugalBuild b/source/gnome-extra/mutter/FrugalBuild index 7bfc15d..048e044 100644 --- a/source/gnome-extra/mutter/FrugalBuild +++ b/source/gnome-extra/mutter/FrugalBuild @@ -3,18 +3,18 @@ pkgname=mutter pkgver=2.31.2 -pkgrel=1 +pkgrel=2 pkgdesc="A window manager for GNOME (new metacity for gnome3)" url="http://www.gnome.org/" depends=('startup-notification' 'gconf>=2.32.0' 'gnome-themes>=2.32.0' 'libcm' 'gnome-frugalware>=0.7.2' \ - 'zenity>=2.32.0' 'clutter>=1.4.0' 'libcanberra-gtk' 'gtk+3') + 'zenity>=2.32.0' 'clutter>=1.4.0' 'libcanberra-gtk') makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 'gobject-introspection') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') _F_gnome_schemas=('/etc/gconf/schemas/mutter.schemas') _F_gnome_devel="y" Finclude gnome gnome-scriptlet -Fconfopts="$Fconfopts --with-clutter --disable-static --without-introspection --with-gtk=3.0" +Fconfopts="$Fconfopts --with-clutter --disable-static --with-gtk=2.0" sha1sums=('8bfd51c44323e492df1427c1b01816b73e72fb06') build() { diff --git a/source/gnome-extra/pessulus/FrugalBuild b/source/gnome-extra/pessulus/FrugalBuild index 58ead0e..ef1de48 100644 --- a/source/gnome-extra/pessulus/FrugalBuild +++ b/source/gnome-extra/pessulus/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: AlexExtreme pkgname=pessulus -pkgver=2.30.2 -pkgrel=2 +pkgver=2.30.3 +pkgrel=1 pkgdesc="Pessulus is a lockdown editor for Gnome" groups=('gnome-extra') archs=('i686' 'x86_64') @@ -14,7 +14,7 @@ _F_gnome_iconcache="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet url="http://live.gnome.org/Pessulus" -sha1sums=('59d5bbd8108357a3852ee02e5dc71f079188fdb0') +sha1sums=('f4dc60323469ef6caeee7da88a90740ac0272b10') # On a version bump, rebuild sabayon # optimization OK From bouleetbil at frogdev.info Tue Oct 5 12:10:15 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 12:10:15 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-shell-2.31.2-1-i686 *version bump Message-ID: <20101005101015.7DF34132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=0b629bef3eb5ffa52ac37f1444324adfcf0f3e45 commit 0b629bef3eb5ffa52ac37f1444324adfcf0f3e45 Author: bouleetbil Date: Tue Oct 5 12:42:24 2010 +0000 gnome-shell-2.31.2-1-i686 *version bump diff --git a/source/gnome-extra/gnome-shell/FrugalBuild b/source/gnome-extra/gnome-shell/FrugalBuild index ecece05..8cd6d2c 100644 --- a/source/gnome-extra/gnome-shell/FrugalBuild +++ b/source/gnome-extra/gnome-shell/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: bouleetbil pkgname=gnome-shell -pkgver=2.29.1 -pkgrel=4 +pkgver=2.31.2 +pkgrel=1 pkgdesc="Window management and application launching for GNOME" url="http://www.gnome.org/" -depends=('mutter>=2.29.1-3' 'gnome-desktop' 'gjs>=0.7' 'gnome-menus' 'librsvg' \ +depends=('mutter>=2.31.2' 'gnome-desktop' 'gjs>=0.7' 'gnome-menus' 'librsvg' \ 'xulrunner' 'gst-plugins-base') makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' \ 'gobject-introspection' 'xorg-server-xephyr') @@ -16,7 +16,7 @@ _F_gnome_schemas=('/etc/gconf/schemas/gnome-shell.schemas') _F_gnome_desktop="y" Finclude gnome gnome-scriptlet source=($source http://ftp.frugalware.org/pub/other/artwork/gnome-shell/$pkgname-frugalware.tar.bz2 clutter14.diff) -sha1sums=('4420e050d284bd565ef5f573318b03361db472c8' \ +sha1sums=('9df6117f9d3b9f9056e71f801cb1cefe66569ee9' \ '94fd3bdc88d18afe85efdff17bb2e07ea053c83f' \ '0da7965bf838b8a7f41b43e2d05a3a454ab95a66') export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/xulrunner/ From vmiklos at frugalware.org Tue Oct 5 13:09:31 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 5 Oct 2010 13:09:31 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: Revert "firefox-i18n-3.6.10-1-i686" Message-ID: <20101005110931.E4738132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=88071f7eae0ffbd50c29c058625232c3fdbcc33a commit 88071f7eae0ffbd50c29c058625232c3fdbcc33a Author: Miklos Vajna Date: Tue Oct 5 13:06:03 2010 +0200 Revert "firefox-i18n-3.6.10-1-i686" This reverts commit 886ef176bcf16faa0632082dccf577582a60548e. It touched glibc and thunderbird as well, which is a no-go. diff --git a/source/base/glibc/FrugalBuild b/source/base/glibc/FrugalBuild index c4ca1c2..0d8f6ac 100644 --- a/source/base/glibc/FrugalBuild +++ b/source/base/glibc/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Miklos Vajna pkgname=glibc -pkgver=2.11.2 +pkgver=2.12.1 pkgrel=2 pkgdesc="GNU C Library" url="http://www.gnu.org/software/libc/libc.html" @@ -17,10 +17,15 @@ archs=('i686' 'x86_64' 'ppc') options=('force') Fup2gnubz2 source=(http://ftp.gnu.org/pub/gnu/glibc/glibc-$pkgver.tar.bz2 \ - fix-missing-etc-hosts.patch gcc45.patch) -sha1sums=('23b477f4816a97e007be1e98abc1ffe2af13ba9e' \ + fix-missing-etc-hosts.patch \ + gcc45.patch \ + make-3.82-fix.patch \ + revert-8f4a5048eea6536ee85c0f2670adbb97d71e427d.patch) +sha1sums=('ef5ca1e765719d3290bd24f94705f27534f3744b' \ 'be4a7bea8af743331e2c6704faa24b6cb4e155d5' \ - '2283966c4f48bbc9b6ad0ae3bbd64601c057c721') + '2283966c4f48bbc9b6ad0ae3bbd64601c057c721' \ + '0a61cf6c88c3ddb53b26310ebafeeebb4ce177e9' \ + 'c8d14d0f2e239ba0def978010163e919a45700f7') build() { diff --git a/source/locale-extra/firefox-i18n/FrugalBuild b/source/locale-extra/firefox-i18n/FrugalBuild index ac167b4..e0b26f2 100644 --- a/source/locale-extra/firefox-i18n/FrugalBuild +++ b/source/locale-extra/firefox-i18n/FrugalBuild @@ -2,83 +2,83 @@ # Maintainer: Michel Hermier _F_mozilla_i18n_name=firefox -pkgver=3.6.10 +pkgver=3.6.9 pkgrel=1 Finclude mozilla-i18n -mozilla_i18n_lang_add 'af' '972af0933a8e84f700b0ea737ba8217120dd780b' -mozilla_i18n_lang_add 'ar' 'a992beeb264306747a5e27bde73ea8561959428f' -mozilla_i18n_lang_add 'as' '6b381da15f54f4cadccdba3ab0562b6c3fe600e9' -mozilla_i18n_lang_add 'ast' '22239c5b39bda43e31e3ad3a4e9830919ff63913' -mozilla_i18n_lang_add 'be' '594d78b1cbdd8397a0e14e999ba5afb656737c80' -mozilla_i18n_lang_add 'bg' 'e5c08ffaf155f133a56aae8b4553c282344d5b6c' -mozilla_i18n_lang_add 'bn-BD' '692086565ff1298c0d23799d6a085f1006db4355' -mozilla_i18n_lang_add 'bn-IN' '12de7aa99af8152f6ef12401c131607e3f306f26' -mozilla_i18n_lang_add 'ca' 'd74113498849c733937f8da33e5478eb97283a90' -mozilla_i18n_lang_add 'cs' 'c7380a135e1c03dd92668d1bedb3e57b6e182041' -mozilla_i18n_lang_add 'cy' '807bdfd39f469b1f1fd2696505c0c4b738f68947' -mozilla_i18n_lang_add 'da' 'cf3810e20db2bca4837c45f7bafa19f219f825cb' -mozilla_i18n_lang_add 'de' 'eda231d50efd75eb1db930d6bf76e5b23bbf9915' -mozilla_i18n_lang_add 'el' '2c2cde9841b8c3fd95ad0068714c62b88dddc470' -mozilla_i18n_lang_add 'en-GB' 'f92c28ed8ebe7668b77552daf2fc825d50cd496f' -mozilla_i18n_lang_add 'eo' '5f424cfc2858e0801bdd63afbec01b329df6d1cd' -mozilla_i18n_lang_add 'es-AR' '46463b682b7dcf7204d38c0fba554f54ed1a11a9' -mozilla_i18n_lang_add 'es-CL' '0955e570666986df527c2d94a3a3fe3738c88a85' -mozilla_i18n_lang_add 'es-ES' 'fe000be350c33ad3fc25af87a3aa18f0529676b5' -mozilla_i18n_lang_add 'es-MX' 'b039c9ae1aa074770bc4f798bcc3bd113906136f' -mozilla_i18n_lang_add 'et' '87eee3e4ee77bad9e3429af7009d0e7b2164f01b' -mozilla_i18n_lang_add 'eu' '2412adb00122a0a2be5a55cee36f5d4a997b8ad7' -mozilla_i18n_lang_add 'fa' '77a0d223a482f2d903edb8ec0739ba748e70c96d' -mozilla_i18n_lang_add 'fi' 'be6e65032df5e49db410a2f988462044f3c9d6fb' -mozilla_i18n_lang_add 'fr' '14acd01544db3bb16e705fe522d84c4269d9ef70' -mozilla_i18n_lang_add 'fy-NL' '32c322205887f6352562e36058202efbe7c7ec24' -mozilla_i18n_lang_add 'ga-IE' '7e1b72c7717b69dbe4dc07d74246a43c00b86ee1' -mozilla_i18n_lang_add 'gd' '16d9df93cca6ff26b5f748bcc0b10680e7f6f792' -mozilla_i18n_lang_add 'gl' '9b647251d01f4fb17b7d28c3118b0e4ea4ce224e' -mozilla_i18n_lang_add 'gu-IN' '08173c4b21cac856a5fe7656a4ed0a6f1534fc36' -mozilla_i18n_lang_add 'he' 'c229ff6392786b12fbd0e076d6d6bff85513184b' -mozilla_i18n_lang_add 'hi-IN' 'f93b1220f7b56c3dd3426eff61d1955b8ade549d' -mozilla_i18n_lang_add 'hr' '45bc001c35d7332d3468224a710405b56637f086' -mozilla_i18n_lang_add 'hu' '0dbf34f8b760b8072e38f48f522906460e7396eb' -mozilla_i18n_lang_add 'id' 'fcdc756aa62cc41c2cf9e3914aef3abc401ea262' -mozilla_i18n_lang_add 'is' 'fdd25c25c4cdef9b4829eed47eadeeaa6e4f020b' -mozilla_i18n_lang_add 'it' 'a3e926eb0d44f9919ac2d36228e1df3d812cfedb' -mozilla_i18n_lang_add 'ja' 'c3bb9d2d411117f1a4c79ca0c41590c938c6b66d' -mozilla_i18n_lang_add 'ka' '351de4e0342d48f80f06a608bae0afc3d4828126' -mozilla_i18n_lang_add 'kk' 'da71e04748368fea7252b50cf4d3795ec1e9f3ac' -mozilla_i18n_lang_add 'kn' '9db8f3f9869f463dbabdbe7965cd3014b831ba27' -mozilla_i18n_lang_add 'ko' 'f4b498672bd0b395729a7c2efc0bbbc47c121df8' -mozilla_i18n_lang_add 'ku' 'f1d4e1bcc0d3afa54a098404ba31ac4b005b6a33' -mozilla_i18n_lang_add 'lt' 'b9fcac7a2b612405ac6b103495ae7525c2692729' -mozilla_i18n_lang_add 'lv' '4031e7ae12f8c77644ab86d455321998d9f7d40b' -mozilla_i18n_lang_add 'mk' '442732e730bb04f9232bd3d0880ab8d9ef82e3a9' -mozilla_i18n_lang_add 'ml' '2459df0b605d874032184c1e40fa004552c7ea2f' -mozilla_i18n_lang_add 'mr' '1aa3d0aa7897e42e7e5f340aa7a00ae7c62d2267' -mozilla_i18n_lang_add 'nb-NO' '84e410dfcd55383d728c9c86472a32831b4bb11a' -mozilla_i18n_lang_add 'nl' 'ad20bac5c6bc488b9b51c4a906aa0fb3266ba62d' -mozilla_i18n_lang_add 'nn-NO' '8c21cd57bcd7ca1109c3ef90c97003e7805f56de' -mozilla_i18n_lang_add 'oc' 'bcdff22e8257faeb19fc88bc146ad720e9ba8136' -mozilla_i18n_lang_add 'or' '0dbeac4d1b9372ef0f6bef0a910e7a75970f6f9f' -mozilla_i18n_lang_add 'pa-IN' '9a712f3da80c0e69a721b22970f1f8e3d6582601' -mozilla_i18n_lang_add 'pl' '09764137b31cc3770fede5e087aa3912505b038c' -mozilla_i18n_lang_add 'pt-BR' 'b5de1830f022ec44f251f6a24cb01e93c98b831d' -mozilla_i18n_lang_add 'pt-PT' 'da9871bac9d68c674d15c44d85589fb6873ca612' -mozilla_i18n_lang_add 'rm' '68dab1ee9945b25dc5b486f76c6dfc6ec4b53d95' -mozilla_i18n_lang_add 'ro' '4874a3d89d5639121c25f07c4cacda49ad3ac019' -mozilla_i18n_lang_add 'ru' 'a519bc1de066b440adbb9c03a6ebcfbd7ea37bba' -mozilla_i18n_lang_add 'si' '54494ac2dcf8f963b35da7eaf748e569df88c435' -mozilla_i18n_lang_add 'sk' '79b189685291f2d73b5c98519bbcf7a492f6b8d3' -mozilla_i18n_lang_add 'sl' 'dea7d0404505ac8e821f5ae9c0aad56c26a92149' -mozilla_i18n_lang_add 'sq' '1023f1cf5d38646a23da4cfdd96b6c0860460616' -mozilla_i18n_lang_add 'sr' 'a17341073a5a5aebf9999da8985b94e8b8b481b4' -mozilla_i18n_lang_add 'sv-SE' 'c645b27726e67c0a362e469977fb7d701396096a' -mozilla_i18n_lang_add 'ta' '78472caf77f6dd097747a84b532384f35ce19951' -mozilla_i18n_lang_add 'ta-LK' 'aeacd1a1527b6ebf37b568d21a0bead38674e765' -mozilla_i18n_lang_add 'te' '49a4901a5c1615d39d3f9e880818f4186a76ffa1' -mozilla_i18n_lang_add 'th' '9314d02ac6d27a331070a95b47016e595767d2fc' -mozilla_i18n_lang_add 'tr' '063ecd03ab9774fa8f10e1c80fa3045d442b7e84' -mozilla_i18n_lang_add 'uk' '4eb73f890f30c46124e55e1a1f694bda91c4fcdd' -mozilla_i18n_lang_add 'vi' 'd538e81f8cf693127a1a54d7e49cffd5ddbfab59' -mozilla_i18n_lang_add 'zh-CN' '5f0d3695c519d23b8a3c43bf6a90be70837531e3' -mozilla_i18n_lang_add 'zh-TW' '0c9a618a8c1964b4787af5d9d4a0d0b32d405e03' +mozilla_i18n_lang_add 'af' 'e37252d3feea8872fc2e1f8b0fc23bf4ac7af75b' +mozilla_i18n_lang_add 'ar' '5aa70c40e6184a5f14f7d4d48f6717946998e8cb' +mozilla_i18n_lang_add 'as' 'f09805b5b77995bcb16d9bd21f397a94527358bb' +mozilla_i18n_lang_add 'ast' 'ce0c4638973ca94b7f4c3dca2f088cb36b33007e' +mozilla_i18n_lang_add 'be' '24b3434e78f317768a7856e8c35a18b426def9d5' +mozilla_i18n_lang_add 'bg' '40617b9bde89a5433cf4067803ed101759e83071' +mozilla_i18n_lang_add 'bn-BD' '5f4c84da810f89a3201c98ac7e2dc4a34880bc83' +mozilla_i18n_lang_add 'bn-IN' '9bc9769f4e6d8e7100616a27a99e55ec36dc3cfb' +mozilla_i18n_lang_add 'ca' 'dfc7cc048e138fabbd29cfab854c8ec1dade6b55' +mozilla_i18n_lang_add 'cs' '54f917db6f5b0e7a0aa1c3b65d42669206eddce5' +mozilla_i18n_lang_add 'cy' 'ba7948eafad721318e56d04c7d5bce6410873da8' +mozilla_i18n_lang_add 'da' 'd40d862a4a47b5fc9f604b3f90859ad939c50dd2' +mozilla_i18n_lang_add 'de' '1045ae4972c2c5c5479c404a8fa17dc999832204' +mozilla_i18n_lang_add 'el' '694a4e95ccc55a85c3f171d05a9ce97c9bfa1ce6' +mozilla_i18n_lang_add 'en-GB' '9073ebebe3ce9a2424af1aa0a3f7b4c61562ee50' +mozilla_i18n_lang_add 'eo' '01d4d6fa358dcb3ef08bad32a37259d8c6824180' +mozilla_i18n_lang_add 'es-AR' '1fbd6a3ff1f29589b517cd2ed53eea15ba1ad540' +mozilla_i18n_lang_add 'es-CL' 'bfa8b5442b032ad04e83178489d6111569cd9003' +mozilla_i18n_lang_add 'es-ES' 'e658947765a1524f21211941b1f21f29ff8b3a82' +mozilla_i18n_lang_add 'es-MX' 'c34f1f61061fe0bd9a2076c0d46ccb0db63a45a4' +mozilla_i18n_lang_add 'et' 'b8a51c4a762be0ce44e8573572f4e970257d792e' +mozilla_i18n_lang_add 'eu' '3b49ea5b989ed462b858bbc7746eebeab2c390d8' +mozilla_i18n_lang_add 'fa' '2b319b8d3ed7f18ba782ee00ac1acb717102b06d' +mozilla_i18n_lang_add 'fi' '1fe5597a3285bf43039aa68dbcf9ccb220b62a9c' +mozilla_i18n_lang_add 'fr' '69c2153385c739a4a93226bcbe49fbc740358ad8' +mozilla_i18n_lang_add 'fy-NL' 'df001c78cce12083d240434238ea2c0b65a71bfa' +mozilla_i18n_lang_add 'ga-IE' 'd683e3252cdca4c01ea0b1c7f03b8b1992c7ae92' +mozilla_i18n_lang_add 'gd' '75817cd7adf1d6f4c9737fd4066a4f2be3b916d6' +mozilla_i18n_lang_add 'gl' '0d36c43c0f12f00f60722445bee53dd0e044e74d' +mozilla_i18n_lang_add 'gu-IN' '85e7093907542361847f5eaf5f220af3ce9a9745' +mozilla_i18n_lang_add 'he' 'dac247d1648343a118f04317e20d7d9fb3d9bff1' +mozilla_i18n_lang_add 'hi-IN' '65c3fb0fb23139b10c2488f04542f784862c8dc2' +mozilla_i18n_lang_add 'hr' '0f5a442d29d83cf1e3a2b8a7d7fae93c9e5c19b4' +mozilla_i18n_lang_add 'hu' 'db218ca5fc9ffbbdc5b2bb132f731d9b0dbdd53c' +mozilla_i18n_lang_add 'id' 'c92a1e399d1f309abc20750983498c5bc00d83dd' +mozilla_i18n_lang_add 'is' '9db23550388f77a54107a76cb4414989b8214d3e' +mozilla_i18n_lang_add 'it' '57b7560ca18a2758fd4a5b28474c54193dae3760' +mozilla_i18n_lang_add 'ja' '76dfcde6b7d19dac4597043b1f8997e1f18a9558' +mozilla_i18n_lang_add 'ka' '32de025af09cee46d487a9b11ea3aa6e2507503e' +mozilla_i18n_lang_add 'kk' '2b67011376f351d95f2da1ec503301f4a34833ac' +mozilla_i18n_lang_add 'kn' '26209d1f295d162d3ac31711fcbd3d70866e241c' +mozilla_i18n_lang_add 'ko' '3106c3c2293e09f984ed9c6f2db02173929ce575' +mozilla_i18n_lang_add 'ku' '67bb3e0e778b949626fe258902ab800763c20d9c' +mozilla_i18n_lang_add 'lt' '0f608790c829f85db47cbb7fffc2411716d1c2bb' +mozilla_i18n_lang_add 'lv' '799d056f0d7e7070aa38e971c70d616ebbc1fc3d' +mozilla_i18n_lang_add 'mk' 'bb6e00d2806677b6d1f5f8e1da7b349a3c40a58d' +mozilla_i18n_lang_add 'ml' '6138d246d991fce6de54c4576e532a4fe5eb2e93' +mozilla_i18n_lang_add 'mr' '22b7f860e0c347ca2327e1a1e15022d44b492fc1' +mozilla_i18n_lang_add 'nb-NO' '948125bc4fa5b740bc69a7208f7ce97a7e6872d1' +mozilla_i18n_lang_add 'nl' '5c26068cffc6935b877ae85b7b93cd527e4eceb5' +mozilla_i18n_lang_add 'nn-NO' '0f89ee901aacf370ca089847ce21ec9c91b27d3a' +mozilla_i18n_lang_add 'oc' '930dbef27c0cc0472b0b8be66b21e6f8bc4c6875' +mozilla_i18n_lang_add 'or' '5a957db8afca0bcf6a245cfcc8a95d83fdc8b032' +mozilla_i18n_lang_add 'pa-IN' 'f1ee9b32c9da63e95e798d9e6fd0e922d4196860' +mozilla_i18n_lang_add 'pl' 'd5fa56c887f0e8fbf528633b48e38cf2eb40de40' +mozilla_i18n_lang_add 'pt-BR' '570a4ce59ada39cd22706d2e06d54fafc0465c38' +mozilla_i18n_lang_add 'pt-PT' 'e93406fc39d01352bb9b84108f25678c3d17a44e' +mozilla_i18n_lang_add 'rm' '0f5792cfe5007775ed68d06457dfdf4a34ecec2f' +mozilla_i18n_lang_add 'ro' '564dec97e51185445f7d7b6b8d18bcae88bafc6f' +mozilla_i18n_lang_add 'ru' 'f1da5c433becbaf6f152187f68a87867a1115a8f' +mozilla_i18n_lang_add 'si' '40af1f4fa605e497594ce9140f6b9f2e5d6d528a' +mozilla_i18n_lang_add 'sk' 'c6d71f3bbc5236f4637c4063c265e51e0e130de0' +mozilla_i18n_lang_add 'sl' '531eb952ed964b0c6642c986b4048bdace242a33' +mozilla_i18n_lang_add 'sq' '987e8f5c4b409f7a211516ba15fc0cd4c2c2b028' +mozilla_i18n_lang_add 'sr' '765ab8217b5dd48afa9e236929f15a3950b110c2' +mozilla_i18n_lang_add 'sv-SE' 'cb491e56e463e0eb4e48a188f19a1f3d0b899c5d' +mozilla_i18n_lang_add 'ta' '50b63a5955ae28889c2b654168582e1ccd91199b' +mozilla_i18n_lang_add 'ta-LK' '5c887009462098ab04dd550e4d0483363e603fa2' +mozilla_i18n_lang_add 'te' '58aa5d5b12bc2b139896d9b3530d8affd3c98236' +mozilla_i18n_lang_add 'th' 'f352050629175445ed58d3ff68607e72749f5cbe' +mozilla_i18n_lang_add 'tr' '1e7ab504c562c031ea98ce121ad7fba8fbed3ef5' +mozilla_i18n_lang_add 'uk' '185551e18408a57afc9292f1d4c19cb293a975ea' +mozilla_i18n_lang_add 'vi' 'fb1fe1bf027adadabf920ea03839854f06db6130' +mozilla_i18n_lang_add 'zh-CN' 'b80e529f3636872fa54d93eb4d4a3cbf36bf9894' +mozilla_i18n_lang_add 'zh-TW' 'df9647c5e1cd9087fbaa98ca6502894ecd116383' mozilla_i18n_lang_fini diff --git a/source/xapps/thunderbird/FrugalBuild b/source/xapps/thunderbird/FrugalBuild index 86426a3..df38d72 100644 --- a/source/xapps/thunderbird/FrugalBuild +++ b/source/xapps/thunderbird/FrugalBuild @@ -3,12 +3,12 @@ # Contributor: Krisztian VASAS pkgname=thunderbird -pkgver=3.1.1 -pkgrel=2 +pkgver=3.1.3 +pkgrel=1 pkgdesc="Mozilla Thunderbird mail and newsgroup client" url="http://www.mozilla.org/products/thunderbird/" -depends=('alsa-lib' 'curl' 'cairo>=1.8.10-2' 'dbus-glib' 'gtk+2>=2.20.0-2' 'libpng>=1.4.1' 'nss>=3.12.6' \ - 'nspr>=4.8.4' 'pango>=1.28.0-2' 'wireless_tools' 'libstdc++' 'libxt>=1.0.5' 'libidl' 'sqlite3>=3.6.23.1' 'libnotify') +depends=('alsa-lib' 'curl' 'cairo>=1.8.10-2' 'dbus-glib' 'gtk+2>=2.20.0-2' 'libpng>=1.4.1' 'nss>=3.12.7' \ + 'nspr>=4.8.6-2' 'pango>=1.28.0-2' 'wireless_tools' 'libstdc++' 'libxt>=1.0.5' 'libidl' 'sqlite3>=3.6.23.1' 'libnotify') makedepends=('zip') groups=('xapps') archs=('i686' 'x86_64' 'ppc') From vmiklos at frugalware.org Tue Oct 5 13:42:22 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 5 Oct 2010 13:42:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: hdparm-9.33-1-i686 Message-ID: <20101005114222.91415132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e1fafdf3f87fcb57161a084add64708cbbb473a0 commit e1fafdf3f87fcb57161a084add64708cbbb473a0 Author: Miklos Vajna Date: Tue Oct 5 13:29:17 2010 +0200 hdparm-9.33-1-i686 - version bump diff --git a/source/apps/hdparm/FrugalBuild b/source/apps/hdparm/FrugalBuild index 87997dc..dfd67be 100644 --- a/source/apps/hdparm/FrugalBuild +++ b/source/apps/hdparm/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=hdparm -pkgver=9.32 +pkgver=9.33 pkgrel=1 pkgdesc="Read/set hard drive parameters" depends=('glibc') @@ -10,6 +10,6 @@ groups=('apps') archs=('i686' 'x86_64' 'ppc') _F_archive_grepv="9.29" Finclude sourceforge -sha1sums=('fb7f742b1f791a4ecbc8e5f9d025f01aa3cb12d6') +sha1sums=('f9e1c3a7f80c0a7fe63b11e9a1b83791cf79106e') options=('force') # optimization OK From vmiklos at frugalware.org Tue Oct 5 13:42:22 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 5 Oct 2010 13:42:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: qtm-1.3.1-1-i686 Message-ID: <20101005114222.A59FC132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e6f3423e4e009546da9f8ec23d3499e5929fb98f commit e6f3423e4e009546da9f8ec23d3499e5929fb98f Author: Miklos Vajna Date: Tue Oct 5 13:30:20 2010 +0200 qtm-1.3.1-1-i686 - version bump diff --git a/source/xapps-extra/qtm/FrugalBuild b/source/xapps-extra/qtm/FrugalBuild index 6860ac7..5237c0d 100644 --- a/source/xapps-extra/qtm/FrugalBuild +++ b/source/xapps-extra/qtm/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Botchchikii pkgname=qtm -pkgver=1.3 +pkgver=1.3.1 pkgrel=1 pkgdesc="Blog management application based on Qt4." _F_sourceforge_dirname="catkin" @@ -12,7 +12,7 @@ Finclude sourceforge cmake depends=('libqtdbus' 'libqtnetwork' 'libuuid' 'qt4-tools') groups=('xapps-extra') archs=('i686') -sha1sums=('1ed8524be8dad906e3c9955851ee0a4e4fbd700a') +sha1sums=('757c9bf78abced97a00186d14b9956f6b6c0418d') # optimization OK From vmiklos at frugalware.org Tue Oct 5 13:42:22 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 5 Oct 2010 13:42:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pylint-0.21.3-1-i686 Message-ID: <20101005114222.BA30D132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=55f2f165332e5fcff445b0cc08ad869d9033cc95 commit 55f2f165332e5fcff445b0cc08ad869d9033cc95 Author: Miklos Vajna Date: Tue Oct 5 13:30:46 2010 +0200 pylint-0.21.3-1-i686 - version bump diff --git a/source/devel-extra/pylint/FrugalBuild b/source/devel-extra/pylint/FrugalBuild index 6b99f33..11236b1 100644 --- a/source/devel-extra/pylint/FrugalBuild +++ b/source/devel-extra/pylint/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Rohan Dhruva pkgname=pylint -pkgver=0.21.2 +pkgver=0.21.3 pkgrel=1 pkgdesc="Python code checker." url="http://www.logilab.org/projects/pylint/project_view" @@ -12,7 +12,7 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://www.logilab.org/ftp/pub/$pkgname/ | Flasttar" source=(ftp://ftp.logilab.org/pub/pylint/$pkgname-$pkgver.tar.gz) -sha1sums=('933736747b03254bb6550bae117af0c27c7cd9e4') +sha1sums=('ae46587ab9311581e8662abb892b448a3a374cf7') build() { From vmiklos at frugalware.org Tue Oct 5 13:42:22 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 5 Oct 2010 13:42:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: glew-1.5.6-1-i686 Message-ID: <20101005114222.C729D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6253218247bc76bad1734d6d292def39b447a126 commit 6253218247bc76bad1734d6d292def39b447a126 Author: Miklos Vajna Date: Tue Oct 5 13:33:22 2010 +0200 glew-1.5.6-1-i686 - version bump diff --git a/source/xlib-extra/glew/FrugalBuild b/source/xlib-extra/glew/FrugalBuild index 4f2cae6..8c6266d 100644 --- a/source/xlib-extra/glew/FrugalBuild +++ b/source/xlib-extra/glew/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=glew -pkgver=1.5.5 +pkgver=1.5.6 pkgrel=1 pkgdesc="GLEW is a cross-platform C/C++ extension loading library." depends=('libxmu' 'libxi' 'libglu' 'libuuid') @@ -11,7 +11,7 @@ groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') _F_sourceforge_ext=".tgz" Finclude sourceforge -sha1sums=('b6f28142b77a99e719b113b6859ae120f131cc91') +sha1sums=('053355a41c5eacf9492d157d7eda4d14656f8c96') build() { From vmiklos at frugalware.org Tue Oct 5 13:42:22 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 5 Oct 2010 13:42:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bluez-4.73-1-i686 Message-ID: <20101005114222.CF8F5132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c5cc84abcada5cfdb29cb946f3fbea6544fc7928 commit c5cc84abcada5cfdb29cb946f3fbea6544fc7928 Author: Miklos Vajna Date: Tue Oct 5 13:35:45 2010 +0200 bluez-4.73-1-i686 - version bump diff --git a/source/apps/bluez/FrugalBuild b/source/apps/bluez/FrugalBuild index 7c74133..821ccad 100644 --- a/source/apps/bluez/FrugalBuild +++ b/source/apps/bluez/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=bluez -pkgver=4.72 +pkgver=4.73 pkgrel=1 pkgdesc="Library to use the BlueZ Linux Bluetooth stack" url="http://bluez.sourceforge.net/" @@ -12,7 +12,7 @@ archs=('i686' 'x86_64' 'ppc') up2date="Flasttar http://www.bluez.org/download/" source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.gz \ rc.bluetooth bluetooth.default Fix_netdevgroup.diff) -sha1sums=('ba33bbf8ec49f30e0f510952cebf5e5620396d55' \ +sha1sums=('a0a736c8bc2d8028047a002a851cf3d381fc19b8' \ 'c9db2651400cc9261798afcc7e438acffbd2cc37' \ 'b54b6eb3606edcbac635f32f94d0afe32091c89f' \ '21f7a64b47eb9578c91799a341a3a7ef67d786b6') From vmiklos at frugalware.org Tue Oct 5 13:42:22 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 5 Oct 2010 13:42:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mailman-2.1.14-1-i686 Message-ID: <20101005114222.D84BE132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=26d898984d51a0018a8293329e394ea4c31782de commit 26d898984d51a0018a8293329e394ea4c31782de Author: Miklos Vajna Date: Tue Oct 5 13:37:01 2010 +0200 mailman-2.1.14-1-i686 - version bump diff --git a/source/apps-extra/mailman/FrugalBuild b/source/apps-extra/mailman/FrugalBuild index 5292247..d8f8c58 100644 --- a/source/apps-extra/mailman/FrugalBuild +++ b/source/apps-extra/mailman/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: voroskoi pkgname=mailman -pkgver=2.1.13 +pkgver=2.1.14 pkgrel=1 pkgdesc="Mailing list manager with built in web access." _F_sourceforge_ext=.tgz From vmiklos at frugalware.org Tue Oct 5 13:42:22 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 5 Oct 2010 13:42:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gutenprint-5.2.6-1-i686 Message-ID: <20101005114222.E29EA132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d3b36596c88bfc0bf7872220927ee285b8da1e94 commit d3b36596c88bfc0bf7872220927ee285b8da1e94 Author: Miklos Vajna Date: Tue Oct 5 13:39:27 2010 +0200 gutenprint-5.2.6-1-i686 - version bump diff --git a/source/apps-extra/gutenprint/FrugalBuild b/source/apps-extra/gutenprint/FrugalBuild index 110bddf..214f215 100644 --- a/source/apps-extra/gutenprint/FrugalBuild +++ b/source/apps-extra/gutenprint/FrugalBuild @@ -3,8 +3,8 @@ # Maintainer: voroskoi pkgname=gutenprint -pkgver=5.2.5 -pkgrel=3 +pkgver=5.2.6 +pkgrel=1 pkgdesc="IJS printer driver for Ghostscript and CUPS" depends=('cups>=1.1.15' 'readline' 'openssl>=1.0.0-2') makedepends=('gimp>=2.6.8-3') @@ -19,7 +19,7 @@ _F_sourceforge_dirname="gimp-print" _F_sourceforge_ext=".tar.bz2" options=('scriptlet') Finclude sourceforge -sha1sums=('380d9f870e7f12088fc5dffac02413cae9a9ccb4') +sha1sums=('9fbe1ab899d5e83f34e21534cc5c1b8921c9039b') Fconfopts="$Fconfopts --enable-debug \ --enable-escputil \ --with-foomatic3 \ From bouleetbil at frogdev.info Tue Oct 5 13:48:14 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 13:48:14 +0200 (CEST) Subject: [Frugalware-git] gnometesting: empathy-2.32.0-3-i686 *enable display maps Message-ID: <20101005114814.B6174132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=904d9a190be01d6269fec329181318bd61a4d5e6 commit 904d9a190be01d6269fec329181318bd61a4d5e6 Author: bouleetbil Date: Tue Oct 5 14:20:17 2010 +0000 empathy-2.32.0-3-i686 *enable display maps diff --git a/source/gnome-extra/empathy/FrugalBuild b/source/gnome-extra/empathy/FrugalBuild index 415c16a..f435691 100644 --- a/source/gnome-extra/empathy/FrugalBuild +++ b/source/gnome-extra/empathy/FrugalBuild @@ -3,7 +3,7 @@ pkgname=empathy pkgver=2.32.0 -pkgrel=2 +pkgrel=3 pkgdesc="Empathy consists of a rich set of reusable instant messaging widgets" depends=('gconf>=2.32.0' 'telepathy-glib' 'libxml2' 'enchant' \ 'libglade' 'atk' 'pango' 'freetype2' 'libxau' 'libxdmcp' 'e2fsprogs' \ @@ -12,7 +12,7 @@ depends=('gconf>=2.32.0' 'telepathy-glib' 'libxml2' 'enchant' \ 'libsm' 'gail' 'libart_lgpl' 'libffi' 'telepathy-stream-engine' \ 'aspell' 'iso-codes' 'telepathy-mission-control' 'telepathy-gabble'\ 'evolution-data-server>=2.30.2' 'libcanberra-gtk' 'telepathy-farsight' \ - 'webkit' 'geoclue' 'unique' 'libkrb5' 'folks' 'telepathy-logger') + 'webkit' 'geoclue' 'unique' 'libkrb5' 'folks' 'telepathy-logger' 'libchamplain') makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gnome-doc-utils' 'krb5') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') @@ -26,7 +26,7 @@ Fconfopts="${Fconfopts[@]} --enable-python=yes --enable-gtk-doc \ --enable-megaphone=yes --enable-nothere=yes \ --enable-control-center-embedding=no \ --enable-nautilus-sendto=yes \ - --enable-map=no" + --enable-map=yes" sha1sums=('789ea5f4fbf1bc137b5d23e33eed5e89b4208706') subpkgs=("${subpkgs[@]}" "$pkgname-nautilus-sendto") From bouleetbil at frogdev.info Tue Oct 5 13:50:00 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 13:50:00 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+3-2.90.1-2-i686 *enable doc Message-ID: <20101005115000.CA699132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=bdb54e842fed7f38a8c8fad6f22e763f421e3717 commit bdb54e842fed7f38a8c8fad6f22e763f421e3717 Author: bouleetbil Date: Tue Oct 5 14:21:56 2010 +0000 gtk+3-2.90.1-2-i686 *enable doc diff --git a/source/xlib-extra/gtk+3/FrugalBuild b/source/xlib-extra/gtk+3/FrugalBuild index 4c78b34..a6036a3 100644 --- a/source/xlib-extra/gtk+3/FrugalBuild +++ b/source/xlib-extra/gtk+3/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gtk+3 _F_gnome_name=gtk+ pkgver=2.90.1 -pkgrel=1 +pkgrel=2 pkgdesc="The GTK+ Toolkit (3.x series)" depends=('libxext' 'libxfixes' 'cairo' 'libgcc' 'libjpeg' 'libtiff' 'libcups' \ 'atk' 'pango' 'libxinerama' 'libxcomposite' 'libxcursor' 'gdk-pixbuf2') @@ -42,12 +42,12 @@ subrodepends=("${subrodepends[@]}" "$pkgname>=$pkgver") subgroups=("${subgroups[@]}" 'xlib') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') -#subpkgs=("${subpkgs[@]}" "$pkgname-docs") -#subdescs=("${subdescs[@]}" "GTK+3 Documentation.") -#subdepends=("${subdepends[@]}" "") -#subrodepends=("${subrodepends[@]}" "") -#subgroups=("${subgroups[@]}" 'docs-extra') -#subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') +subpkgs=("${subpkgs[@]}" "$pkgname-docs") +subdescs=("${subdescs[@]}" "GTK+3 Documentation.") +subdepends=("${subdepends[@]}" "") +subrodepends=("${subrodepends[@]}" "") +subgroups=("${subgroups[@]}" 'docs-extra') +subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "$pkgname-demos") subdescs=("${subdescs[@]}" "GTK+3 Demos.") @@ -61,8 +61,8 @@ build() { Fbuild \ --with-xinput \ - --disable-gtk-doc \ - --disable-rebuilds \ + --enable-gtk-doc \ + --enable-rebuilds \ --disable-introspection Fsplit $pkgname-tools usr/bin/gtk-update-icon-cache* @@ -72,7 +72,7 @@ build() { Fsplit $pkgname-demos usr/share/gtk-3.0/demo Fsplit $pkgname-demos usr/bin/*-demo* - #Fsplit $pkgname-docs usr/share/gtk-doc + Fsplit $pkgname-docs usr/share/gtk-doc Fsplit immodules-xim usr/lib/gtk-3.0/3.0.0/immodules/im-xim.so touch $Fdestdir/usr/lib/gtk-3.0/3.0.0/immodules.cache From bouleetbil at frogdev.info Tue Oct 5 16:57:25 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 16:57:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: x11vnc-0.9.10-2-i686 Message-ID: <20101005145725.27D4B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f9f9b5bc57a6b8a53fef58d27f3fe4ff62b466d2 commit f9f9b5bc57a6b8a53fef58d27f3fe4ff62b466d2 Author: bouleetbil Date: Tue Oct 5 17:29:46 2010 +0000 x11vnc-0.9.10-2-i686 *rebuild with openssl 1.0.0 diff --git a/source/xapps-extra/x11vnc/FrugalBuild b/source/xapps-extra/x11vnc/FrugalBuild index 7f041c1..9f58e14 100644 --- a/source/xapps-extra/x11vnc/FrugalBuild +++ b/source/xapps-extra/x11vnc/FrugalBuild @@ -3,14 +3,14 @@ pkgname=x11vnc pkgver=0.9.10 -pkgrel=1 +pkgrel=2 pkgdesc="a VNC server for real X displays" _F_sourceforge_dirname="libvncserver" Finclude sourceforge source=($source README.Frugalware) url="http://www.karlrunge.com/x11vnc/" license="GPL" -depends=('libxtst>=1.0.3-3' 'libjpeg>=8a' 'zlib') +depends=('libxtst>=1.0.3-3' 'libjpeg>=8a' 'zlib' 'openssl>=1.0.0') makedepends=('inputproto>=1.5.0-1') archs=('i686' 'x86_64') groups=('xapps-extra') From vmiklos at frugalware.org Tue Oct 5 17:00:19 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 5 Oct 2010 17:00:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lirc-0.8.7-1-i686 Message-ID: <20101005150019.94B6D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7a4e6d86e6af9fc927d91c8428d9be5985d30da7 commit 7a4e6d86e6af9fc927d91c8428d9be5985d30da7 Author: Miklos Vajna Date: Tue Oct 5 16:57:01 2010 +0200 lirc-0.8.7-1-i686 - version bump - drop all 3 kernel patches, they are no longer needed diff --git a/source/apps-extra/lirc/FrugalBuild b/source/apps-extra/lirc/FrugalBuild index 2556d8f..cff5bfb 100644 --- a/source/apps-extra/lirc/FrugalBuild +++ b/source/apps-extra/lirc/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: voroskoi pkgname=lirc -pkgver=0.8.6 -pkgrel=17 +pkgver=0.8.7 +pkgrel=1 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,16 +20,12 @@ 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 kernel-2.6.32.patch \ - kernel-2.6.3{3,5}.patch) -sha1sums=('236cdbb1e03181d1fb1c5c1d0f85cec1ffa0665b' \ +source=(${source[@]} rc.lirc lirc.logrotate lirc.sysconfig README.Frugalware) +sha1sums=('72452495a312693a367365435a40230280c688e0' \ '30a7d32e512af135840e657edfa0736ad9d53281' \ '4342b004eb53d51fcbb9af2cf136bb4990874608' \ '504e0cd04780e75b6a8ab6836815c1ed9058db78' \ - '0b80c73e902920c028dca98a9006aaa313c6e120' \ - '81d1673cb4fc1e2cb9261c623c86aafe0b7a5322' \ - '9e48e21c68db0fbaad037ad8ca3c1d252430158e' \ - '09456ee64bf27c554aa0446506ebb880e2089112') + '0b80c73e902920c028dca98a9006aaa313c6e120') unset install build() { diff --git a/source/apps-extra/lirc/kernel-2.6.32.patch b/source/apps-extra/lirc/kernel-2.6.32.patch deleted file mode 100644 index cbb5346..0000000 --- a/source/apps-extra/lirc/kernel-2.6.32.patch +++ /dev/null @@ -1,14 +0,0 @@ -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 diff --git a/source/apps-extra/lirc/kernel-2.6.33.patch b/source/apps-extra/lirc/kernel-2.6.33.patch deleted file mode 100644 index fc0c21e..0000000 --- a/source/apps-extra/lirc/kernel-2.6.33.patch +++ /dev/null @@ -1,438 +0,0 @@ -diff --git a/drivers/lirc_atiusb/lirc_atiusb.c b/drivers/lirc_atiusb/lirc_atiusb.c -index bfb3873..b0fe76f 100644 ---- a/drivers/lirc_atiusb/lirc_atiusb.c -+++ b/drivers/lirc_atiusb/lirc_atiusb.c -@@ -43,7 +43,7 @@ - #error "*******************************************************" - #endif - --#include -+#include - - #include - #include -diff --git a/drivers/lirc_bt829/lirc_bt829.c b/drivers/lirc_bt829/lirc_bt829.c -index 4cd651f..6d68f2e 100644 ---- a/drivers/lirc_bt829/lirc_bt829.c -+++ b/drivers/lirc_bt829/lirc_bt829.c -@@ -22,7 +22,7 @@ - #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 0) - #error "This driver needs kernel version 2.4.0 or higher" - #endif --#include -+#include - #include - #include - #include -diff --git a/drivers/lirc_dev/lirc_dev.c b/drivers/lirc_dev/lirc_dev.c -index 67cd87a..cce671d 100644 ---- a/drivers/lirc_dev/lirc_dev.c -+++ b/drivers/lirc_dev/lirc_dev.c -@@ -32,7 +32,7 @@ - #error "**********************************************************" - #endif - --#include -+#include - #include - #include - #include -diff --git a/drivers/lirc_dev/lirc_dev.h b/drivers/lirc_dev/lirc_dev.h -index 87f18e5..c6aeebf 100644 ---- a/drivers/lirc_dev/lirc_dev.h -+++ b/drivers/lirc_dev/lirc_dev.h -@@ -30,221 +30,101 @@ - - struct lirc_buffer { - wait_queue_head_t wait_poll; -- spinlock_t lock; -+ spinlock_t fifo_lock; - unsigned int chunk_size; - unsigned int size; /* in chunks */ - /* Using chunks instead of bytes pretends to simplify boundary checking - * And should allow for some performance fine tunning later */ --#ifdef LIRC_HAVE_KFIFO -- struct kfifo *fifo; --#else -- unsigned int fill; /* in chunks */ -- int head, tail; /* in chunks */ -- unsigned char *data; --#endif -+ struct kfifo fifo; -+ u8 fifo_initialized; - }; --#ifndef LIRC_HAVE_KFIFO --static inline void lirc_buffer_lock(struct lirc_buffer *buf, -- unsigned long *flags) --{ -- spin_lock_irqsave(&buf->lock, *flags); --} --static inline void lirc_buffer_unlock(struct lirc_buffer *buf, -- unsigned long *flags) --{ -- spin_unlock_irqrestore(&buf->lock, *flags); --} --static inline void _lirc_buffer_clear(struct lirc_buffer *buf) --{ -- buf->head = 0; -- buf->tail = 0; -- buf->fill = 0; --} --#endif - static inline void lirc_buffer_clear(struct lirc_buffer *buf) - { --#ifdef LIRC_HAVE_KFIFO -- if (buf->fifo) -- kfifo_reset(buf->fifo); --#else - unsigned long flags; -- lirc_buffer_lock(buf, &flags); -- _lirc_buffer_clear(buf); -- lirc_buffer_unlock(buf, &flags); --#endif -+ -+ if (buf->fifo_initialized) { -+ spin_lock_irqsave(&buf->fifo_lock, flags); -+ kfifo_reset(&buf->fifo); -+ spin_unlock_irqrestore(&buf->fifo_lock, flags); -+ } else -+ WARN(1, "calling %s on an uninitialized lirc_buffer\n", __func__); - } - static inline int lirc_buffer_init(struct lirc_buffer *buf, - unsigned int chunk_size, - unsigned int size) - { -+ int ret; -+ - init_waitqueue_head(&buf->wait_poll); -- spin_lock_init(&buf->lock); --#ifndef LIRC_HAVE_KFIFO -- _lirc_buffer_clear(buf); --#endif -+ spin_lock_init(&buf->fifo_lock); - buf->chunk_size = chunk_size; - buf->size = size; --#ifdef LIRC_HAVE_KFIFO -- buf->fifo = kfifo_alloc(size*chunk_size, GFP_KERNEL, &buf->lock); -- if (!buf->fifo) -- return -ENOMEM; --#else -- buf->data = kmalloc(size*chunk_size, GFP_KERNEL); -- if (buf->data == NULL) -- return -ENOMEM; -- memset(buf->data, 0, size*chunk_size); --#endif -- return 0; -+ ret = kfifo_alloc(&buf->fifo, size * chunk_size, GFP_KERNEL); -+ if (ret == 0) -+ buf->fifo_initialized = 1; -+ return ret; - } - static inline void lirc_buffer_free(struct lirc_buffer *buf) - { --#ifdef LIRC_HAVE_KFIFO -- if (buf->fifo) -- kfifo_free(buf->fifo); --#else -- kfree(buf->data); -- buf->data = NULL; -- buf->head = 0; -- buf->tail = 0; -- buf->fill = 0; -- buf->chunk_size = 0; -- buf->size = 0; --#endif -+ if (buf->fifo_initialized) { -+ kfifo_free(&buf->fifo); -+ buf->fifo_initialized = 0; -+ } else -+ WARN(1, "calling %s on an uninitialized lirc_buffer\n", __func__); - } --#ifndef LIRC_HAVE_KFIFO --static inline int _lirc_buffer_full(struct lirc_buffer *buf) -+static inline int lirc_buffer_len(struct lirc_buffer *buf) - { -- return (buf->fill >= buf->size); --} --#endif --static inline int lirc_buffer_full(struct lirc_buffer *buf) --{ --#ifdef LIRC_HAVE_KFIFO -- return kfifo_len(buf->fifo) == buf->size * buf->chunk_size; --#else -+ int len; - unsigned long flags; -- int ret; -- lirc_buffer_lock(buf, &flags); -- ret = _lirc_buffer_full(buf); -- lirc_buffer_unlock(buf, &flags); -- return ret; --#endif -+ -+ spin_lock_irqsave(&buf->fifo_lock, flags); -+ len = kfifo_len(&buf->fifo); -+ spin_unlock_irqrestore(&buf->fifo_lock, flags); -+ -+ return len; - } --#ifndef LIRC_HAVE_KFIFO --static inline int _lirc_buffer_empty(struct lirc_buffer *buf) -+ -+static inline int lirc_buffer_full(struct lirc_buffer *buf) - { -- return !(buf->fill); -+ return lirc_buffer_len(buf) == buf->size * buf->chunk_size; - } --#endif - static inline int lirc_buffer_empty(struct lirc_buffer *buf) - { --#ifdef LIRC_HAVE_KFIFO -- return !kfifo_len(buf->fifo); --#else -- unsigned long flags; -- int ret; -- lirc_buffer_lock(buf, &flags); -- ret = _lirc_buffer_empty(buf); -- lirc_buffer_unlock(buf, &flags); -- return ret; --#endif -+ return !lirc_buffer_len(buf); - } --#ifndef LIRC_HAVE_KFIFO --static inline int _lirc_buffer_available(struct lirc_buffer *buf) --{ -- return (buf->size - buf->fill); --} --#endif - static inline int lirc_buffer_available(struct lirc_buffer *buf) - { --#ifdef LIRC_HAVE_KFIFO -- return buf->size - (kfifo_len(buf->fifo) / buf->chunk_size); --#else -- unsigned long flags; -- int ret; -- lirc_buffer_lock(buf, &flags); -- ret = _lirc_buffer_available(buf); -- lirc_buffer_unlock(buf, &flags); -- return ret; --#endif --} --#ifndef LIRC_HAVE_KFIFO --static inline void _lirc_buffer_read_1(struct lirc_buffer *buf, -- unsigned char *dest) --{ -- memcpy(dest, &buf->data[buf->head*buf->chunk_size], buf->chunk_size); -- buf->head = mod(buf->head+1, buf->size); -- buf->fill -= 1; -+ return buf->size - (lirc_buffer_len(buf) / buf->chunk_size); - } --#endif --static inline void lirc_buffer_read(struct lirc_buffer *buf, -+static inline unsigned int lirc_buffer_read(struct lirc_buffer *buf, - unsigned char *dest) - { --#ifdef LIRC_HAVE_KFIFO -- if (kfifo_len(buf->fifo) >= buf->chunk_size) -- kfifo_get(buf->fifo, dest, buf->chunk_size); --#else -- unsigned long flags; -- lirc_buffer_lock(buf, &flags); -- _lirc_buffer_read_1(buf, dest); -- lirc_buffer_unlock(buf, &flags); --#endif --} --#ifndef LIRC_HAVE_KFIFO --static inline void _lirc_buffer_write_1(struct lirc_buffer *buf, -- unsigned char *orig) --{ -- memcpy(&buf->data[buf->tail*buf->chunk_size], orig, buf->chunk_size); -- buf->tail = mod(buf->tail+1, buf->size); -- buf->fill++; -+ unsigned int ret = 0; -+ -+ if (lirc_buffer_len(buf) >= buf->chunk_size) -+ ret = kfifo_out_locked(&buf->fifo, dest, buf->chunk_size, -+ &buf->fifo_lock); -+ return ret; - } --#endif --static inline void lirc_buffer_write(struct lirc_buffer *buf, -+static inline unsigned int lirc_buffer_write(struct lirc_buffer *buf, - unsigned char *orig) - { --#ifdef LIRC_HAVE_KFIFO -- kfifo_put(buf->fifo, orig, buf->chunk_size); --#else -- unsigned long flags; -- lirc_buffer_lock(buf, &flags); -- _lirc_buffer_write_1(buf, orig); -- lirc_buffer_unlock(buf, &flags); --#endif --} --#ifndef LIRC_HAVE_KFIFO --static inline void _lirc_buffer_write_n(struct lirc_buffer *buf, -- unsigned char *orig, int count) --{ -- int space1; -- if (buf->head > buf->tail) -- space1 = buf->head - buf->tail; -- else -- space1 = buf->size - buf->tail; -+ unsigned int ret; -+ -+ ret = kfifo_in_locked(&buf->fifo, orig, buf->chunk_size, -+ &buf->fifo_lock); - -- if (count > space1) { -- memcpy(&buf->data[buf->tail * buf->chunk_size], orig, -- space1 * buf->chunk_size); -- memcpy(&buf->data[0], orig + (space1 * buf->chunk_size), -- (count - space1) * buf->chunk_size); -- } else { -- memcpy(&buf->data[buf->tail * buf->chunk_size], orig, -- count * buf->chunk_size); -- } -- buf->tail = mod(buf->tail + count, buf->size); -- buf->fill += count; -+ return ret; - } --#endif --static inline void lirc_buffer_write_n(struct lirc_buffer *buf, -- unsigned char *orig, int count) -+static inline unsigned int lirc_buffer_write_n(struct lirc_buffer *buf, -+ unsigned char *orig, int count) - { --#ifdef LIRC_HAVE_KFIFO -- kfifo_put(buf->fifo, orig, count * buf->chunk_size); --#else -- unsigned long flags; -- lirc_buffer_lock(buf, &flags); -- _lirc_buffer_write_n(buf, orig, count); -- lirc_buffer_unlock(buf, &flags); --#endif -+ unsigned int ret; -+ -+ ret = kfifo_in_locked(&buf->fifo, orig, count * buf->chunk_size, -+ &buf->fifo_lock); -+ -+ return ret; - } - - struct lirc_driver { -diff --git a/drivers/lirc_igorplugusb/lirc_igorplugusb.c b/drivers/lirc_igorplugusb/lirc_igorplugusb.c -index ed4ae50..02c14a3 100644 ---- a/drivers/lirc_igorplugusb/lirc_igorplugusb.c -+++ b/drivers/lirc_igorplugusb/lirc_igorplugusb.c -@@ -47,7 +47,7 @@ - #error "*******************************************************" - #endif - --#include -+#include - #include - #include - #include -diff --git a/drivers/lirc_imon/lirc_imon.c b/drivers/lirc_imon/lirc_imon.c -index c98c712..d23b916 100644 ---- a/drivers/lirc_imon/lirc_imon.c -+++ b/drivers/lirc_imon/lirc_imon.c -@@ -30,7 +30,7 @@ - #error "*** Sorry, this driver requires a 2.6 kernel" - #endif - --#include -+#include - - #include - #include -diff --git a/drivers/lirc_it87/lirc_it87.c b/drivers/lirc_it87/lirc_it87.c -index defef9e..1d17d95 100644 ---- a/drivers/lirc_it87/lirc_it87.c -+++ b/drivers/lirc_it87/lirc_it87.c -@@ -36,7 +36,7 @@ - - #include - #include --#include -+#include - #include - #include - #include -diff --git a/drivers/lirc_mceusb/lirc_mceusb.c b/drivers/lirc_mceusb/lirc_mceusb.c -index abcd566..3611646 100644 ---- a/drivers/lirc_mceusb/lirc_mceusb.c -+++ b/drivers/lirc_mceusb/lirc_mceusb.c -@@ -52,7 +52,7 @@ - #error "Sorry, this driver needs kernel version 2.6.5 or higher" - #error "*******************************************************" - #endif --#include -+#include - #include - #include - #include -diff --git a/drivers/lirc_sasem/lirc_sasem.c b/drivers/lirc_sasem/lirc_sasem.c -index dc7f5fb..f8125ed 100644 ---- a/drivers/lirc_sasem/lirc_sasem.c -+++ b/drivers/lirc_sasem/lirc_sasem.c -@@ -41,7 +41,7 @@ - #error "*** Sorry, this driver requires kernel version 2.4.22 or higher" - #endif - --#include -+#include - - #include - #include -diff --git a/drivers/lirc_serial/lirc_serial.c b/drivers/lirc_serial/lirc_serial.c -index d25d20a..f7e3143 100644 ---- a/drivers/lirc_serial/lirc_serial.c -+++ b/drivers/lirc_serial/lirc_serial.c -@@ -60,7 +60,7 @@ - #error "**********************************************************" - #endif - --#include -+#include - - #if defined(CONFIG_SERIAL) || defined(CONFIG_SERIAL_8250) - #warning "******************************************" -diff --git a/drivers/lirc_sir/lirc_sir.c b/drivers/lirc_sir/lirc_sir.c -index 7778196..ac23bb8 100644 ---- a/drivers/lirc_sir/lirc_sir.c -+++ b/drivers/lirc_sir/lirc_sir.c -@@ -45,7 +45,7 @@ - # include - #endif - --#include -+#include - #if !defined(CONFIG_SERIAL_MODULE) - #if !defined(LIRC_ON_SA1100) - #warning "******************************************" -diff --git a/drivers/lirc_streamzap/lirc_streamzap.c b/drivers/lirc_streamzap/lirc_streamzap.c -index e3b19cf..4ad2321 100755 ---- a/drivers/lirc_streamzap/lirc_streamzap.c -+++ b/drivers/lirc_streamzap/lirc_streamzap.c -@@ -35,7 +35,7 @@ - #error "Sorry, this driver needs kernel version 2.4.0 or higher" - #error "*******************************************************" - #endif --#include -+#include - #include - #include - #include -diff --git a/drivers/lirc_wpc8769l/lirc_wpc8769l.c b/drivers/lirc_wpc8769l/lirc_wpc8769l.c -index 6a2a52f..70532a3 100644 ---- a/drivers/lirc_wpc8769l/lirc_wpc8769l.c -+++ b/drivers/lirc_wpc8769l/lirc_wpc8769l.c -@@ -37,7 +37,7 @@ - #error "**********************************************************" - #endif - --#include -+#include - - #include - #include diff --git a/source/apps-extra/lirc/kernel-2.6.35.patch b/source/apps-extra/lirc/kernel-2.6.35.patch deleted file mode 100644 index 7a0caf2..0000000 --- a/source/apps-extra/lirc/kernel-2.6.35.patch +++ /dev/null @@ -1,133 +0,0 @@ -diff --git a/drivers/lirc_atiusb/lirc_atiusb.c b/drivers/lirc_atiusb/lirc_atiusb.c -index b0fe76f..bcce6a1 100644 ---- a/drivers/lirc_atiusb/lirc_atiusb.c -+++ b/drivers/lirc_atiusb/lirc_atiusb.c -@@ -822,7 +822,7 @@ static void free_in_endpt(struct in_endpt *iep, int mem_failure) - ir->devnum); - case 3: - #ifdef KERNEL_2_5 -- usb_buffer_free(iep->ir->usbdev, iep->len, iep->buf, iep->dma); -+ usb_free_coherent(iep->ir->usbdev, iep->len, iep->buf, iep->dma); - #else - kfree(iep->buf); - #endif -@@ -867,7 +867,7 @@ static struct in_endpt *new_in_endpt(struct atirf_dev *ir, - iep->len = len; - - #ifdef KERNEL_2_5 -- iep->buf = usb_buffer_alloc(dev, len, GFP_ATOMIC, &iep->dma); -+ iep->buf = usb_alloc_coherent(dev, len, GFP_ATOMIC, &iep->dma); - #else - iep->buf = kmalloc(len, GFP_KERNEL); - #endif -@@ -929,7 +929,7 @@ static void free_out_endpt(struct out_endpt *oep, int mem_failure) - } - case 3: - #ifdef KERNEL_2_5 -- usb_buffer_free(oep->ir->usbdev, USB_OUTLEN, -+ usb_free_coherent(oep->ir->usbdev, USB_OUTLEN, - oep->buf, oep->dma); - #else - kfree(oep->buf); -@@ -963,7 +963,7 @@ static struct out_endpt *new_out_endpt(struct atirf_dev *ir, - init_waitqueue_head(&oep->wait); - - #ifdef KERNEL_2_5 -- oep->buf = usb_buffer_alloc(dev, USB_OUTLEN, -+ oep->buf = usb_alloc_coherent(dev, USB_OUTLEN, - GFP_ATOMIC, &oep->dma); - #else - oep->buf = kmalloc(USB_OUTLEN, GFP_KERNEL); -diff --git a/drivers/lirc_igorplugusb/lirc_igorplugusb.c b/drivers/lirc_igorplugusb/lirc_igorplugusb.c -index 02c14a3..aa51eaf 100644 ---- a/drivers/lirc_igorplugusb/lirc_igorplugusb.c -+++ b/drivers/lirc_igorplugusb/lirc_igorplugusb.c -@@ -450,7 +450,7 @@ static void *usb_remote_probe(struct usb_device *dev, unsigned int ifnum, - } - - #if defined(KERNEL_2_5) -- ir->buf_in = usb_buffer_alloc(dev, -+ ir->buf_in = usb_alloc_coherent(dev, - DEVICE_BUFLEN+DEVICE_HEADERLEN, - GFP_ATOMIC, &ir->dma_in); - #else -@@ -486,7 +486,7 @@ mem_failure_switch: - switch (mem_failure) { - case 9: - #if defined(KERNEL_2_5) -- usb_buffer_free(dev, DEVICE_BUFLEN+DEVICE_HEADERLEN, -+ usb_free_coherent(dev, DEVICE_BUFLEN+DEVICE_HEADERLEN, - ir->buf_in, ir->dma_in); - #else - kfree(ir->buf_in); -@@ -569,7 +569,7 @@ static void usb_remote_disconnect(struct usb_device *dev, void *ptr) - - - #if defined(KERNEL_2_5) -- usb_buffer_free(dev, ir->len_in, ir->buf_in, ir->dma_in); -+ usb_free_coherent(dev, ir->len_in, ir->buf_in, ir->dma_in); - #else - kfree(ir->buf_in); - #endif -diff --git a/drivers/lirc_mceusb/lirc_mceusb.c b/drivers/lirc_mceusb/lirc_mceusb.c -index 3611646..9d32912 100644 ---- a/drivers/lirc_mceusb/lirc_mceusb.c -+++ b/drivers/lirc_mceusb/lirc_mceusb.c -@@ -1041,7 +1041,7 @@ static int mceusb_dev_probe(struct usb_interface *intf, - goto mem_failure_switch; - } - -- ir->buf_in = usb_buffer_alloc(dev, maxp, GFP_ATOMIC, &ir->dma_in); -+ ir->buf_in = usb_alloc_coherent(dev, maxp, GFP_ATOMIC, &ir->dma_in); - if (!ir->buf_in) { - mem_failure = 5; - goto mem_failure_switch; -@@ -1081,7 +1081,7 @@ mem_failure_switch: - case 9: - usb_free_urb(ir->urb_in); - case 7: -- usb_buffer_free(dev, maxp, ir->buf_in, ir->dma_in); -+ usb_free_coherent(dev, maxp, ir->buf_in, ir->dma_in); - case 5: - lirc_buffer_free(rbuf); - case 4: -@@ -1211,7 +1211,7 @@ static void mceusb_dev_disconnect(struct usb_interface *intf) - mutex_lock(&ir->lock); - usb_kill_urb(ir->urb_in); - usb_free_urb(ir->urb_in); -- usb_buffer_free(dev, ir->len_in, ir->buf_in, ir->dma_in); -+ usb_free_coherent(dev, ir->len_in, ir->buf_in, ir->dma_in); - mutex_unlock(&ir->lock); - - unregister_from_lirc(ir); -diff --git a/drivers/lirc_streamzap/lirc_streamzap.c b/drivers/lirc_streamzap/lirc_streamzap.c -index 4ad2321..6e7b335 100755 ---- a/drivers/lirc_streamzap/lirc_streamzap.c -+++ b/drivers/lirc_streamzap/lirc_streamzap.c -@@ -546,7 +546,7 @@ static void *streamzap_probe(struct usb_device *udev, unsigned int ifnum, - - sz->buf_in_len = sz->endpoint->wMaxPacketSize; - #ifdef KERNEL_2_5 -- sz->buf_in = usb_buffer_alloc(sz->udev, sz->buf_in_len, -+ sz->buf_in = usb_alloc_coherent(sz->udev, sz->buf_in_len, - GFP_ATOMIC, &sz->dma_in); - #else - sz->buf_in = kmalloc(sz->buf_in_len, GFP_KERNEL); -@@ -657,7 +657,7 @@ error: - if (sz) { - usb_free_urb(sz->urb_in); - #ifdef KERNEL_2_5 -- usb_buffer_free(udev, sz->buf_in_len, sz->buf_in, sz->dma_in); -+ usb_free_coherent(udev, sz->buf_in_len, sz->buf_in, sz->dma_in); - #else - if (sz->buf_in) { - kfree(sz->buf_in); -@@ -788,7 +788,7 @@ static void streamzap_disconnect(struct usb_device *dev, void *ptr) - usb_free_urb(sz->urb_in); - - #ifdef KERNEL_2_5 -- usb_buffer_free(sz->udev, sz->buf_in_len, sz->buf_in, sz->dma_in); -+ usb_free_coherent(sz->udev, sz->buf_in_len, sz->buf_in, sz->dma_in); - #else - kfree(sz->buf_in); - #endif From bouleetbil at frogdev.info Tue Oct 5 17:18:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 17:18:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: x11vnc-0.9.10-2-ppc Message-ID: <20101005151812.1DB7F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fb583e9ef7430c6db1b049aa131cc66cc96a4298 commit fb583e9ef7430c6db1b049aa131cc66cc96a4298 Author: bouleetbil Date: Tue Oct 5 17:15:36 2010 +0200 x11vnc-0.9.10-2-ppc added ppc to archs() diff --git a/source/xapps-extra/x11vnc/FrugalBuild b/source/xapps-extra/x11vnc/FrugalBuild index 9f58e14..917455d 100644 --- a/source/xapps-extra/x11vnc/FrugalBuild +++ b/source/xapps-extra/x11vnc/FrugalBuild @@ -12,7 +12,7 @@ url="http://www.karlrunge.com/x11vnc/" license="GPL" depends=('libxtst>=1.0.3-3' 'libjpeg>=8a' 'zlib' 'openssl>=1.0.0') makedepends=('inputproto>=1.5.0-1') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') groups=('xapps-extra') sha1sums=('ec7082ee48f1aca0597208bc29197d56a2ff3bff' \ 'ffb34daee8f3099e65290225bf648950b1e61f92') From vmiklos at frugalware.org Tue Oct 5 18:03:12 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 5 Oct 2010 18:03:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: hsqldb-1.8.0.10-1-i686 Message-ID: <20101005160312.DF039132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=69c97a321bab81ee9c404a4eeab28158cb5d0c0d commit 69c97a321bab81ee9c404a4eeab28158cb5d0c0d Author: Miklos Vajna Date: Tue Oct 5 18:00:06 2010 +0200 hsqldb-1.8.0.10-1-i686 - new package diff --git a/source/devel-extra/hsqldb/FrugalBuild b/source/devel-extra/hsqldb/FrugalBuild new file mode 100644 index 0000000..f27f2a5 --- /dev/null +++ b/source/devel-extra/hsqldb/FrugalBuild @@ -0,0 +1,29 @@ +# Compiling Time: 0.40 SBU +# Maintainer: Miklos Vajna + +pkgname=hsqldb +# don't bump this package unless you verified openoffice.org works +# with the new version! +pkgver=1.8.0.10 +pkgrel=1 +pkgdesc="100% Java Database" +_F_sourceforge_sep="_" +_F_sourceforge_pkgver="${pkgver//./_}" +_F_sourceforge_ext=".zip" +Finclude sourceforge java +depends=('openjre') +makedepends=(${makedepends[@]} 'openjdk' 'apache-ant' 'ecj') +groups=('devel-extra') +archs=('i686' 'x86_64' 'ppc') +sha1sums=('7168b0f40aa5c72267899601c116d2348d2f56ec') + +build() +{ + Fcd $pkgname + # FIXME not yet, we need servlet.jar and don't have tomcat (or something similar) packaged + #Fjavacleanup + cd build + Fant jar + cd .. + Fjar lib/hsqldb.jar +} From bouleetbil at frogdev.info Tue Oct 5 19:12:36 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 19:12:36 +0200 (CEST) Subject: [Frugalware-git] gnometesting: metacity-2.30.3-2-i686 *replaces gnome-shell *gnome-shell ~stable don't work with gnome 2.32 *and latest gnome-shell depends of some unstable packages *metacity replaces gnome-shell for this release Message-ID: <20101005171236.BBE88132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=4c3fbad8826646e5c052b3c58e49807cbc07c795 commit 4c3fbad8826646e5c052b3c58e49807cbc07c795 Author: bouleetbil Date: Tue Oct 5 19:43:09 2010 +0000 metacity-2.30.3-2-i686 *replaces gnome-shell *gnome-shell ~stable don't work with gnome 2.32 *and latest gnome-shell depends of some unstable packages *metacity replaces gnome-shell for this release diff --git a/source/gnome/metacity/FrugalBuild b/source/gnome/metacity/FrugalBuild index efafba7..45d8798 100644 --- a/source/gnome/metacity/FrugalBuild +++ b/source/gnome/metacity/FrugalBuild @@ -3,7 +3,7 @@ pkgname=metacity pkgver=2.30.3 -pkgrel=1 +pkgrel=2 pkgdesc="A window manager for GNOME" url="http://www.gnome.org/" depends=('startup-notification' 'gconf>=2.32.0' 'gnome-themes>=2.30.0' 'libcm' 'gnome-frugalware>=0.7.2' \ @@ -19,6 +19,10 @@ sha1sums=('32848d34473375ca27ef12be9f41e924d8af177d' \ '1d3929afd1bff03b2bde12c1de1f926cbace683b' \ '7c76fd762b76fc4b4425e87af6f645d4b18b6175') +#gnome-shell is broken with gnome 2.32 +#requiert some unstable packages +replaces=('gnome-shell') + build() { Fcd Fsed "-Werror" "" configure From hermier at frugalware.org Tue Oct 5 19:43:09 2010 From: hermier at frugalware.org (Michel Hermier) Date: Tue, 5 Oct 2010 19:43:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: firefox-i18n-3.6.10-1-i686 Message-ID: <20101005174309.4CABC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1019972c4ce3c5b37591b27cea4ce40e3a97f2dd commit 1019972c4ce3c5b37591b27cea4ce40e3a97f2dd Author: Michel Hermier Date: Tue Oct 5 19:40:25 2010 +0200 firefox-i18n-3.6.10-1-i686 * Bump version. diff --git a/source/locale-extra/firefox-i18n/FrugalBuild b/source/locale-extra/firefox-i18n/FrugalBuild index e0b26f2..ac167b4 100644 --- a/source/locale-extra/firefox-i18n/FrugalBuild +++ b/source/locale-extra/firefox-i18n/FrugalBuild @@ -2,83 +2,83 @@ # Maintainer: Michel Hermier _F_mozilla_i18n_name=firefox -pkgver=3.6.9 +pkgver=3.6.10 pkgrel=1 Finclude mozilla-i18n -mozilla_i18n_lang_add 'af' 'e37252d3feea8872fc2e1f8b0fc23bf4ac7af75b' -mozilla_i18n_lang_add 'ar' '5aa70c40e6184a5f14f7d4d48f6717946998e8cb' -mozilla_i18n_lang_add 'as' 'f09805b5b77995bcb16d9bd21f397a94527358bb' -mozilla_i18n_lang_add 'ast' 'ce0c4638973ca94b7f4c3dca2f088cb36b33007e' -mozilla_i18n_lang_add 'be' '24b3434e78f317768a7856e8c35a18b426def9d5' -mozilla_i18n_lang_add 'bg' '40617b9bde89a5433cf4067803ed101759e83071' -mozilla_i18n_lang_add 'bn-BD' '5f4c84da810f89a3201c98ac7e2dc4a34880bc83' -mozilla_i18n_lang_add 'bn-IN' '9bc9769f4e6d8e7100616a27a99e55ec36dc3cfb' -mozilla_i18n_lang_add 'ca' 'dfc7cc048e138fabbd29cfab854c8ec1dade6b55' -mozilla_i18n_lang_add 'cs' '54f917db6f5b0e7a0aa1c3b65d42669206eddce5' -mozilla_i18n_lang_add 'cy' 'ba7948eafad721318e56d04c7d5bce6410873da8' -mozilla_i18n_lang_add 'da' 'd40d862a4a47b5fc9f604b3f90859ad939c50dd2' -mozilla_i18n_lang_add 'de' '1045ae4972c2c5c5479c404a8fa17dc999832204' -mozilla_i18n_lang_add 'el' '694a4e95ccc55a85c3f171d05a9ce97c9bfa1ce6' -mozilla_i18n_lang_add 'en-GB' '9073ebebe3ce9a2424af1aa0a3f7b4c61562ee50' -mozilla_i18n_lang_add 'eo' '01d4d6fa358dcb3ef08bad32a37259d8c6824180' -mozilla_i18n_lang_add 'es-AR' '1fbd6a3ff1f29589b517cd2ed53eea15ba1ad540' -mozilla_i18n_lang_add 'es-CL' 'bfa8b5442b032ad04e83178489d6111569cd9003' -mozilla_i18n_lang_add 'es-ES' 'e658947765a1524f21211941b1f21f29ff8b3a82' -mozilla_i18n_lang_add 'es-MX' 'c34f1f61061fe0bd9a2076c0d46ccb0db63a45a4' -mozilla_i18n_lang_add 'et' 'b8a51c4a762be0ce44e8573572f4e970257d792e' -mozilla_i18n_lang_add 'eu' '3b49ea5b989ed462b858bbc7746eebeab2c390d8' -mozilla_i18n_lang_add 'fa' '2b319b8d3ed7f18ba782ee00ac1acb717102b06d' -mozilla_i18n_lang_add 'fi' '1fe5597a3285bf43039aa68dbcf9ccb220b62a9c' -mozilla_i18n_lang_add 'fr' '69c2153385c739a4a93226bcbe49fbc740358ad8' -mozilla_i18n_lang_add 'fy-NL' 'df001c78cce12083d240434238ea2c0b65a71bfa' -mozilla_i18n_lang_add 'ga-IE' 'd683e3252cdca4c01ea0b1c7f03b8b1992c7ae92' -mozilla_i18n_lang_add 'gd' '75817cd7adf1d6f4c9737fd4066a4f2be3b916d6' -mozilla_i18n_lang_add 'gl' '0d36c43c0f12f00f60722445bee53dd0e044e74d' -mozilla_i18n_lang_add 'gu-IN' '85e7093907542361847f5eaf5f220af3ce9a9745' -mozilla_i18n_lang_add 'he' 'dac247d1648343a118f04317e20d7d9fb3d9bff1' -mozilla_i18n_lang_add 'hi-IN' '65c3fb0fb23139b10c2488f04542f784862c8dc2' -mozilla_i18n_lang_add 'hr' '0f5a442d29d83cf1e3a2b8a7d7fae93c9e5c19b4' -mozilla_i18n_lang_add 'hu' 'db218ca5fc9ffbbdc5b2bb132f731d9b0dbdd53c' -mozilla_i18n_lang_add 'id' 'c92a1e399d1f309abc20750983498c5bc00d83dd' -mozilla_i18n_lang_add 'is' '9db23550388f77a54107a76cb4414989b8214d3e' -mozilla_i18n_lang_add 'it' '57b7560ca18a2758fd4a5b28474c54193dae3760' -mozilla_i18n_lang_add 'ja' '76dfcde6b7d19dac4597043b1f8997e1f18a9558' -mozilla_i18n_lang_add 'ka' '32de025af09cee46d487a9b11ea3aa6e2507503e' -mozilla_i18n_lang_add 'kk' '2b67011376f351d95f2da1ec503301f4a34833ac' -mozilla_i18n_lang_add 'kn' '26209d1f295d162d3ac31711fcbd3d70866e241c' -mozilla_i18n_lang_add 'ko' '3106c3c2293e09f984ed9c6f2db02173929ce575' -mozilla_i18n_lang_add 'ku' '67bb3e0e778b949626fe258902ab800763c20d9c' -mozilla_i18n_lang_add 'lt' '0f608790c829f85db47cbb7fffc2411716d1c2bb' -mozilla_i18n_lang_add 'lv' '799d056f0d7e7070aa38e971c70d616ebbc1fc3d' -mozilla_i18n_lang_add 'mk' 'bb6e00d2806677b6d1f5f8e1da7b349a3c40a58d' -mozilla_i18n_lang_add 'ml' '6138d246d991fce6de54c4576e532a4fe5eb2e93' -mozilla_i18n_lang_add 'mr' '22b7f860e0c347ca2327e1a1e15022d44b492fc1' -mozilla_i18n_lang_add 'nb-NO' '948125bc4fa5b740bc69a7208f7ce97a7e6872d1' -mozilla_i18n_lang_add 'nl' '5c26068cffc6935b877ae85b7b93cd527e4eceb5' -mozilla_i18n_lang_add 'nn-NO' '0f89ee901aacf370ca089847ce21ec9c91b27d3a' -mozilla_i18n_lang_add 'oc' '930dbef27c0cc0472b0b8be66b21e6f8bc4c6875' -mozilla_i18n_lang_add 'or' '5a957db8afca0bcf6a245cfcc8a95d83fdc8b032' -mozilla_i18n_lang_add 'pa-IN' 'f1ee9b32c9da63e95e798d9e6fd0e922d4196860' -mozilla_i18n_lang_add 'pl' 'd5fa56c887f0e8fbf528633b48e38cf2eb40de40' -mozilla_i18n_lang_add 'pt-BR' '570a4ce59ada39cd22706d2e06d54fafc0465c38' -mozilla_i18n_lang_add 'pt-PT' 'e93406fc39d01352bb9b84108f25678c3d17a44e' -mozilla_i18n_lang_add 'rm' '0f5792cfe5007775ed68d06457dfdf4a34ecec2f' -mozilla_i18n_lang_add 'ro' '564dec97e51185445f7d7b6b8d18bcae88bafc6f' -mozilla_i18n_lang_add 'ru' 'f1da5c433becbaf6f152187f68a87867a1115a8f' -mozilla_i18n_lang_add 'si' '40af1f4fa605e497594ce9140f6b9f2e5d6d528a' -mozilla_i18n_lang_add 'sk' 'c6d71f3bbc5236f4637c4063c265e51e0e130de0' -mozilla_i18n_lang_add 'sl' '531eb952ed964b0c6642c986b4048bdace242a33' -mozilla_i18n_lang_add 'sq' '987e8f5c4b409f7a211516ba15fc0cd4c2c2b028' -mozilla_i18n_lang_add 'sr' '765ab8217b5dd48afa9e236929f15a3950b110c2' -mozilla_i18n_lang_add 'sv-SE' 'cb491e56e463e0eb4e48a188f19a1f3d0b899c5d' -mozilla_i18n_lang_add 'ta' '50b63a5955ae28889c2b654168582e1ccd91199b' -mozilla_i18n_lang_add 'ta-LK' '5c887009462098ab04dd550e4d0483363e603fa2' -mozilla_i18n_lang_add 'te' '58aa5d5b12bc2b139896d9b3530d8affd3c98236' -mozilla_i18n_lang_add 'th' 'f352050629175445ed58d3ff68607e72749f5cbe' -mozilla_i18n_lang_add 'tr' '1e7ab504c562c031ea98ce121ad7fba8fbed3ef5' -mozilla_i18n_lang_add 'uk' '185551e18408a57afc9292f1d4c19cb293a975ea' -mozilla_i18n_lang_add 'vi' 'fb1fe1bf027adadabf920ea03839854f06db6130' -mozilla_i18n_lang_add 'zh-CN' 'b80e529f3636872fa54d93eb4d4a3cbf36bf9894' -mozilla_i18n_lang_add 'zh-TW' 'df9647c5e1cd9087fbaa98ca6502894ecd116383' +mozilla_i18n_lang_add 'af' '972af0933a8e84f700b0ea737ba8217120dd780b' +mozilla_i18n_lang_add 'ar' 'a992beeb264306747a5e27bde73ea8561959428f' +mozilla_i18n_lang_add 'as' '6b381da15f54f4cadccdba3ab0562b6c3fe600e9' +mozilla_i18n_lang_add 'ast' '22239c5b39bda43e31e3ad3a4e9830919ff63913' +mozilla_i18n_lang_add 'be' '594d78b1cbdd8397a0e14e999ba5afb656737c80' +mozilla_i18n_lang_add 'bg' 'e5c08ffaf155f133a56aae8b4553c282344d5b6c' +mozilla_i18n_lang_add 'bn-BD' '692086565ff1298c0d23799d6a085f1006db4355' +mozilla_i18n_lang_add 'bn-IN' '12de7aa99af8152f6ef12401c131607e3f306f26' +mozilla_i18n_lang_add 'ca' 'd74113498849c733937f8da33e5478eb97283a90' +mozilla_i18n_lang_add 'cs' 'c7380a135e1c03dd92668d1bedb3e57b6e182041' +mozilla_i18n_lang_add 'cy' '807bdfd39f469b1f1fd2696505c0c4b738f68947' +mozilla_i18n_lang_add 'da' 'cf3810e20db2bca4837c45f7bafa19f219f825cb' +mozilla_i18n_lang_add 'de' 'eda231d50efd75eb1db930d6bf76e5b23bbf9915' +mozilla_i18n_lang_add 'el' '2c2cde9841b8c3fd95ad0068714c62b88dddc470' +mozilla_i18n_lang_add 'en-GB' 'f92c28ed8ebe7668b77552daf2fc825d50cd496f' +mozilla_i18n_lang_add 'eo' '5f424cfc2858e0801bdd63afbec01b329df6d1cd' +mozilla_i18n_lang_add 'es-AR' '46463b682b7dcf7204d38c0fba554f54ed1a11a9' +mozilla_i18n_lang_add 'es-CL' '0955e570666986df527c2d94a3a3fe3738c88a85' +mozilla_i18n_lang_add 'es-ES' 'fe000be350c33ad3fc25af87a3aa18f0529676b5' +mozilla_i18n_lang_add 'es-MX' 'b039c9ae1aa074770bc4f798bcc3bd113906136f' +mozilla_i18n_lang_add 'et' '87eee3e4ee77bad9e3429af7009d0e7b2164f01b' +mozilla_i18n_lang_add 'eu' '2412adb00122a0a2be5a55cee36f5d4a997b8ad7' +mozilla_i18n_lang_add 'fa' '77a0d223a482f2d903edb8ec0739ba748e70c96d' +mozilla_i18n_lang_add 'fi' 'be6e65032df5e49db410a2f988462044f3c9d6fb' +mozilla_i18n_lang_add 'fr' '14acd01544db3bb16e705fe522d84c4269d9ef70' +mozilla_i18n_lang_add 'fy-NL' '32c322205887f6352562e36058202efbe7c7ec24' +mozilla_i18n_lang_add 'ga-IE' '7e1b72c7717b69dbe4dc07d74246a43c00b86ee1' +mozilla_i18n_lang_add 'gd' '16d9df93cca6ff26b5f748bcc0b10680e7f6f792' +mozilla_i18n_lang_add 'gl' '9b647251d01f4fb17b7d28c3118b0e4ea4ce224e' +mozilla_i18n_lang_add 'gu-IN' '08173c4b21cac856a5fe7656a4ed0a6f1534fc36' +mozilla_i18n_lang_add 'he' 'c229ff6392786b12fbd0e076d6d6bff85513184b' +mozilla_i18n_lang_add 'hi-IN' 'f93b1220f7b56c3dd3426eff61d1955b8ade549d' +mozilla_i18n_lang_add 'hr' '45bc001c35d7332d3468224a710405b56637f086' +mozilla_i18n_lang_add 'hu' '0dbf34f8b760b8072e38f48f522906460e7396eb' +mozilla_i18n_lang_add 'id' 'fcdc756aa62cc41c2cf9e3914aef3abc401ea262' +mozilla_i18n_lang_add 'is' 'fdd25c25c4cdef9b4829eed47eadeeaa6e4f020b' +mozilla_i18n_lang_add 'it' 'a3e926eb0d44f9919ac2d36228e1df3d812cfedb' +mozilla_i18n_lang_add 'ja' 'c3bb9d2d411117f1a4c79ca0c41590c938c6b66d' +mozilla_i18n_lang_add 'ka' '351de4e0342d48f80f06a608bae0afc3d4828126' +mozilla_i18n_lang_add 'kk' 'da71e04748368fea7252b50cf4d3795ec1e9f3ac' +mozilla_i18n_lang_add 'kn' '9db8f3f9869f463dbabdbe7965cd3014b831ba27' +mozilla_i18n_lang_add 'ko' 'f4b498672bd0b395729a7c2efc0bbbc47c121df8' +mozilla_i18n_lang_add 'ku' 'f1d4e1bcc0d3afa54a098404ba31ac4b005b6a33' +mozilla_i18n_lang_add 'lt' 'b9fcac7a2b612405ac6b103495ae7525c2692729' +mozilla_i18n_lang_add 'lv' '4031e7ae12f8c77644ab86d455321998d9f7d40b' +mozilla_i18n_lang_add 'mk' '442732e730bb04f9232bd3d0880ab8d9ef82e3a9' +mozilla_i18n_lang_add 'ml' '2459df0b605d874032184c1e40fa004552c7ea2f' +mozilla_i18n_lang_add 'mr' '1aa3d0aa7897e42e7e5f340aa7a00ae7c62d2267' +mozilla_i18n_lang_add 'nb-NO' '84e410dfcd55383d728c9c86472a32831b4bb11a' +mozilla_i18n_lang_add 'nl' 'ad20bac5c6bc488b9b51c4a906aa0fb3266ba62d' +mozilla_i18n_lang_add 'nn-NO' '8c21cd57bcd7ca1109c3ef90c97003e7805f56de' +mozilla_i18n_lang_add 'oc' 'bcdff22e8257faeb19fc88bc146ad720e9ba8136' +mozilla_i18n_lang_add 'or' '0dbeac4d1b9372ef0f6bef0a910e7a75970f6f9f' +mozilla_i18n_lang_add 'pa-IN' '9a712f3da80c0e69a721b22970f1f8e3d6582601' +mozilla_i18n_lang_add 'pl' '09764137b31cc3770fede5e087aa3912505b038c' +mozilla_i18n_lang_add 'pt-BR' 'b5de1830f022ec44f251f6a24cb01e93c98b831d' +mozilla_i18n_lang_add 'pt-PT' 'da9871bac9d68c674d15c44d85589fb6873ca612' +mozilla_i18n_lang_add 'rm' '68dab1ee9945b25dc5b486f76c6dfc6ec4b53d95' +mozilla_i18n_lang_add 'ro' '4874a3d89d5639121c25f07c4cacda49ad3ac019' +mozilla_i18n_lang_add 'ru' 'a519bc1de066b440adbb9c03a6ebcfbd7ea37bba' +mozilla_i18n_lang_add 'si' '54494ac2dcf8f963b35da7eaf748e569df88c435' +mozilla_i18n_lang_add 'sk' '79b189685291f2d73b5c98519bbcf7a492f6b8d3' +mozilla_i18n_lang_add 'sl' 'dea7d0404505ac8e821f5ae9c0aad56c26a92149' +mozilla_i18n_lang_add 'sq' '1023f1cf5d38646a23da4cfdd96b6c0860460616' +mozilla_i18n_lang_add 'sr' 'a17341073a5a5aebf9999da8985b94e8b8b481b4' +mozilla_i18n_lang_add 'sv-SE' 'c645b27726e67c0a362e469977fb7d701396096a' +mozilla_i18n_lang_add 'ta' '78472caf77f6dd097747a84b532384f35ce19951' +mozilla_i18n_lang_add 'ta-LK' 'aeacd1a1527b6ebf37b568d21a0bead38674e765' +mozilla_i18n_lang_add 'te' '49a4901a5c1615d39d3f9e880818f4186a76ffa1' +mozilla_i18n_lang_add 'th' '9314d02ac6d27a331070a95b47016e595767d2fc' +mozilla_i18n_lang_add 'tr' '063ecd03ab9774fa8f10e1c80fa3045d442b7e84' +mozilla_i18n_lang_add 'uk' '4eb73f890f30c46124e55e1a1f694bda91c4fcdd' +mozilla_i18n_lang_add 'vi' 'd538e81f8cf693127a1a54d7e49cffd5ddbfab59' +mozilla_i18n_lang_add 'zh-CN' '5f0d3695c519d23b8a3c43bf6a90be70837531e3' +mozilla_i18n_lang_add 'zh-TW' '0c9a618a8c1964b4787af5d9d4a0d0b32d405e03' mozilla_i18n_lang_fini From bouleetbil at frogdev.info Tue Oct 5 19:50:16 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 19:50:16 +0200 (CEST) Subject: [Frugalware-git] gnometesting: anjuta-2.32.0.0-3-x86_64 Message-ID: <20101005175016.D8C43132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a85b5f42651d1890a92ca089425a286c2a64de33 commit a85b5f42651d1890a92ca089425a286c2a64de33 Author: bouleetbil Date: Tue Oct 5 19:46:24 2010 +0200 anjuta-2.32.0.0-3-x86_64 *fixes gconf entries diff --git a/source/gnome-extra/anjuta/FrugalBuild b/source/gnome-extra/anjuta/FrugalBuild index 69d150d..3f81e48 100644 --- a/source/gnome-extra/anjuta/FrugalBuild +++ b/source/gnome-extra/anjuta/FrugalBuild @@ -4,7 +4,7 @@ pkgname=anjuta pkgver=2.32.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Anjuta is a versatile IDE for C and C++, written for GTK/GNOME." depends=('gdl>=2.30.0' 'gnome-build>=2.24.1-5' 'guile>=1.8.2' 'autogen' 'graphviz>=2.14-2' \ 'libgnomeprintui' 'vte>=0.20.5' 'subversion' 'gtksourceview' 'gnome-keyring>=2.32.0' 'libgnomecanvas>=2.30.1-2' 'libgnome' \ @@ -15,16 +15,17 @@ makedepends=('perl-xml-parser' 'intltool' 'gnome-doc-utils' 'perl-gettext' 'krb5 _F_gnome_desktop="y" _F_gnome_iconcache="y" _F_gnome_scrollkeeper="y" -_F_gnome_schemas=('/etc/gconf/schemas/anjuta.schemas' \ - '/etc/gconf/schemas/anjuta-build-basic-autotools-plugin.schemas' \ +_F_gnome_schemas=('/etc/gconf/schemas/anjuta-build-basic-autotools-plugin.schemas' \ '/etc/gconf/schemas/anjuta-cvs-plugin.schemas' \ + '/etc/gconf/schemas/anjuta-debug-manager.schemas' \ '/etc/gconf/schemas/anjuta-document-manager.schemas' \ '/etc/gconf/schemas/anjuta-editor-sourceview.schemas' \ '/etc/gconf/schemas/anjuta-language-cpp-java.schemas' \ '/etc/gconf/schemas/anjuta-message-manager-plugin.schemas' \ - '/etc/gconf/schemas/anjuta-symbol-browser-plugin.schemas' \ - '/etc/gconf/schemas/anjuta-terminal-plugin.schemas'\ - '/etc/gconf/schemas/anjuta-valgrind.schemas') + '/etc/gconf/schemas/anjuta-symbol-db.schemas' \ + '/etc/gconf/schemas/anjuta-terminal-plugin.schemas' \ + '/etc/gconf/schemas/file-manager.schemas' \ + '/etc/gconf/schemas/preferences.schemas') options=('scriptlet') Finclude gnome gnome-scriptlet groups=('gnome-extra') From bouleetbil at frogdev.info Tue Oct 5 21:20:43 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 21:20:43 +0200 (CEST) Subject: [Frugalware-git] frugal-tweak: *reload ignorepkg *fixes clean ignorepkg Message-ID: <20101005192043.F0A4A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=791f040fec86c979695061af6c2bf9efc1275874 commit 791f040fec86c979695061af6c2bf9efc1275874 Author: bouleetbil Date: Tue Oct 5 21:21:36 2010 +0200 *reload ignorepkg *fixes clean ignorepkg diff --git a/frugal-mono-tools/PacmanG2.cs b/frugal-mono-tools/PacmanG2.cs index 42c6e02..899a3cf 100644 --- a/frugal-mono-tools/PacmanG2.cs +++ b/frugal-mono-tools/PacmanG2.cs @@ -153,9 +153,14 @@ namespace frugalmonotools //public public string repoSelected=""; public List fwRepo = new List(); - public List ignorePkg = new List(); public const string repoInstalled= "Installed"; + private List ignorePkg = new List(); + public List GetignorePkg () + { + _ReadIgnorePkg(); + return ignorePkg; + } private void EnumRepoProc(string section, string lParam) { if(Debug.ModeDebug) Console.WriteLine(section); @@ -166,7 +171,6 @@ namespace frugalmonotools { try{ //load ignore pkg - _ReadIgnorePkg(); EnumRepoProcDelegate _cd_db = new EnumRepoProcDelegate(EnumRepoProc); if (pacman_initialize(ROOT_PATH)!=pm_errno) { @@ -180,8 +184,7 @@ namespace frugalmonotools public void SetIgnorePkg(string packagename,bool updateAllIgnore ) { try - { - if(packagename=="") return; + { string strPacmanConf =Outils.ReadFile(cch_pacmanconf); string[] lines = strPacmanConf.Split('\n'); string[] result= new string[lines.Length]; diff --git a/frugal-mono-tools/Update.cs b/frugal-mono-tools/Update.cs index a5b2afd..54c5ef0 100644 --- a/frugal-mono-tools/Update.cs +++ b/frugal-mono-tools/Update.cs @@ -126,7 +126,7 @@ namespace frugalmonotools else { bool AddIt = true; - foreach (string pkgignore in MainClass.pacmanG2.ignorePkg) + foreach (string pkgignore in MainClass.pacmanG2.GetignorePkg()) { if(pkgignore==MainClass.pacmanG2.extractNamePackage(package.GetPkgname())) AddIt =false; if(MainClass.pacmanG2.extractNamePackage(pkgignore)==MainClass.pacmanG2.extractNamePackage(package.GetPkgname())) AddIt =false; diff --git a/frugal-mono-tools/WID_Update.cs b/frugal-mono-tools/WID_Update.cs index 89732f1..1bf59e3 100644 --- a/frugal-mono-tools/WID_Update.cs +++ b/frugal-mono-tools/WID_Update.cs @@ -94,7 +94,7 @@ namespace frugalmonotools private void IgnorepkgToSAI() { SAI_ignorePkg.Text=""; - foreach(string ignore in MainClass.pacmanG2.ignorePkg) + foreach(string ignore in MainClass.pacmanG2.GetignorePkg()) { SAI_ignorePkg.Text+=" "+ignore; } diff --git a/frugal-mono-tools/gtk-gui/frugalmonotools.WID_Grub.cs b/frugal-mono-tools/gtk-gui/frugalmonotools.WID_Grub.cs index ade1fd8..8931b19 100644 --- a/frugal-mono-tools/gtk-gui/frugalmonotools.WID_Grub.cs +++ b/frugal-mono-tools/gtk-gui/frugalmonotools.WID_Grub.cs @@ -239,6 +239,7 @@ namespace frugalmonotools this.Entrys.ShowAll (); // Container child notebook1.Gtk.Notebook+NotebookChild this.vbox3 = new global::Gtk.VBox (); + this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox (); diff --git a/frugal-mono-tools/gtk-gui/frugalmonotools.WID_Update.cs b/frugal-mono-tools/gtk-gui/frugalmonotools.WID_Update.cs index 220a83c..2f41939 100644 --- a/frugal-mono-tools/gtk-gui/frugalmonotools.WID_Update.cs +++ b/frugal-mono-tools/gtk-gui/frugalmonotools.WID_Update.cs @@ -58,7 +58,7 @@ namespace frugalmonotools this.notebook1 = new global::Gtk.Notebook (); this.notebook1.CanFocus = true; this.notebook1.Name = "notebook1"; - this.notebook1.CurrentPage = 1; + this.notebook1.CurrentPage = 0; // Container child notebook1.Gtk.Notebook+NotebookChild this.vbox10 = new global::Gtk.VBox (); this.vbox10.Name = "vbox10"; diff --git a/frugal-mono-tools/gtk-gui/gui.stetic b/frugal-mono-tools/gtk-gui/gui.stetic index 1909998..cdbbb9c 100644 --- a/frugal-mono-tools/gtk-gui/gui.stetic +++ b/frugal-mono-tools/gtk-gui/gui.stetic @@ -487,7 +487,7 @@ True - 1 + 0 @@ -2838,73 +2838,306 @@ Public License instead of this License. - + False - + 6 - - - True - - - - - 0 - True - False - False - - - - - - Title - - - 1 - True - False - False - - - - + True - True - ??? - - - 2 - True - False - False - - - - - - In + 0 - + - True - True - + 6 + + + + True + + + + + 0 + True + False + False + + + + + + Title + + + 1 + True + False + False + + + + + + True + True + ??? + + + 2 + True + False + False + + + + + + In + + + + True + True + + + + + + 3 + True + + + + + + 6 + + + + True + TextAndIcon + stock:gtk-remove Menu + Remove entry + True + + + + 0 + True + False + False + + + + + + True + TextAndIcon + stock:gtk-add Menu + Add entry + True + + + 1 + True + False + False + + + + + + False + True + TextAndIcon + stock:gtk-cancel Menu + Cancel + True + + + 2 + True + False + False + + + + + + True + TextAndIcon + stock:gtk-save Menu + Save + True + + + 3 + True + False + False + + + + + 4 + True + False + False + + + + + + Entrys + + + tab + + + + + + 6 + + + + 6 + + + + Default + + + 0 + True + False + False + + + + + + True + True + ??? + + + 1 + True + + + + + 0 + True + False + False + + + + + + 6 + + + + Time out + + + 0 + True + False + False + + + + + + True + True + ??? + + + 1 + True + + + + + 1 + True + False + False + + + + + + 6 + + + + Gfx + + + 0 + True + False + False + + + + + + True + True + ??? + + + 1 + True + + + + + 2 + True + False + False + + + + + + + + 1 + + + + + + Options + + + tab + + - 3 + 0 True - + 6 @@ -2921,6 +3154,7 @@ Public License instead of this License. stock:gtk-apply Menu Apply True + End @@ -2932,8 +3166,7 @@ Public License instead of this License. - End - 4 + 1 True False False From elentir at frugalware.org Tue Oct 5 21:21:33 2010 From: elentir at frugalware.org (Elentir) Date: Tue, 5 Oct 2010 21:21:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ocaml-3.12.0-1-i686 Message-ID: <20101005192133.DC065132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9e698519c2b3f57196b34582110df8915a8f23cb commit 9e698519c2b3f57196b34582110df8915a8f23cb Author: Elentir Date: Tue Oct 5 21:16:40 2010 +0200 ocaml-3.12.0-1-i686 * version bump * change m8r : krix -> Elentir diff --git a/source/devel-extra/ocaml/FrugalBuild b/source/devel-extra/ocaml/FrugalBuild index 5ef7886..3cb2bac 100644 --- a/source/devel-extra/ocaml/FrugalBuild +++ b/source/devel-extra/ocaml/FrugalBuild @@ -1,8 +1,8 @@ # Compiling Time: 3.78 SBU -# Maintainer: Christian Hamar alias krix +# Maintainer: Elentir pkgname=ocaml -pkgver=3.11.1 +pkgver=3.12.0 pkgrel=1 pkgdesc="Caml is a general-purpose programming language, designed with program safety and reliability in mind." url="http://caml.inria.fr/" @@ -12,7 +12,7 @@ groups=('devel-extra') archs=('x86_64' 'i686' 'ppc') up2date="lynx -dump http://caml.inria.fr/download.en.html|grep 'most recent version of Objective Caml' |sed -n 's/.*s \(.*\)\. .*/\1/;1 p'" source=(http://caml.inria.fr/pub/distrib/$pkgname-`echo $pkgver | sed 's/\(.*\)\..*/\1/'`/$pkgname-$pkgver.tar.gz) -sha1sums=('05ccb525bb53f8676e238de31209713ec38ae63a') +sha1sums=('37a56d90e49669d73b8468069284dc690085c7ee') build() { Fcd From devil505linux at gmail.com Tue Oct 5 21:32:55 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 5 Oct 2010 21:32:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gimp-2.6.11-1-i686 * version bump Message-ID: <20101005193255.50FD7132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3ccd9471859b55d543a3d79076bb9f7ff2af11bb commit 3ccd9471859b55d543a3d79076bb9f7ff2af11bb Author: Devil505 Date: Tue Oct 5 21:31:46 2010 +0200 gimp-2.6.11-1-i686 * version bump diff --git a/source/xapps/gimp/FrugalBuild b/source/xapps/gimp/FrugalBuild index e3c74df..54a2c52 100644 --- a/source/xapps/gimp/FrugalBuild +++ b/source/xapps/gimp/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: VMiklos pkgname=gimp -pkgver=2.6.10 -pkgrel=2 +pkgver=2.6.11 +pkgrel=1 pkgdesc="The GNU Image Manipulation Program" url="http://www.gimp.org/" depends=('librsvg>=2.26.0-2' 'libmng' 'libexif>=0.6.12-3' 'alsa-lib' 'libgtkhtml>=2.11.1-4' \ @@ -15,7 +15,7 @@ makedepends=('gimp-print' 'perl-xml-parser') up2date="lynx -dump $url/downloads/|grep '[0-9].[02468].[0-9].tar.bz2'|sed -n 's/.*-\(.*\)\.t.*/\1/;$ p'" source=(ftp://ftp.gimp.org/pub/gimp/v2.6/$pkgname-$pkgver.tar.bz2 \ http://ftp.frugalware.org/pub/other/artwork/gimp/gimp-splash.png) -sha1sums=('5781fed3fbf45969eac5e6ee2c7a4bb0bb529ecc' \ +sha1sums=('2f9d596e727bdbf304fa78257c1731d9faf3934c' \ 'f9dd8c292abdf4132fef231feac9360e069ca8dc') options=('scriptlet' 'force') _F_gnome_desktop="y" From bouleetbil at frogdev.info Tue Oct 5 21:35:23 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 21:35:23 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gdl-2.30.1-1-x86_64 Message-ID: <20101005193523.4E5AD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=69d2dfac363fcc657b1a823720a6cc70450ed55e commit 69d2dfac363fcc657b1a823720a6cc70450ed55e Author: bouleetbil Date: Tue Oct 5 21:33:21 2010 +0200 gdl-2.30.1-1-x86_64 *use stable version diff --git a/source/gnome-extra/gdl/FrugalBuild b/source/gnome-extra/gdl/FrugalBuild index 24a3e70..a4d69f9 100644 --- a/source/gnome-extra/gdl/FrugalBuild +++ b/source/gnome-extra/gdl/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=gdl -pkgver=2.31.3 +pkgver=2.30.1 pkgrel=1 pkgdesc="Gnome Devtool Libraries." url="http://gnome.org" @@ -11,6 +11,6 @@ depends=('libgnomeui>=2.24.3-2' 'perl-xml-parser') groups=('gnome-extra') archs=('i686' 'x86_64') Finclude gnome -sha1sums=('9520838e2f32cd85c170704feb823b4b53068688') +sha1sums=('c3b3e288fb84ddd9b81d8cae41699ec0828f689f') # optimization OK From bouleetbil at frogdev.info Tue Oct 5 21:41:56 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 21:41:56 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+2-engines-2.20.2-1-x86_64 Message-ID: <20101005194156.83011132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=899ad46cfb5209c89ec75a95adeb2d51e7959eff commit 899ad46cfb5209c89ec75a95adeb2d51e7959eff Author: bouleetbil Date: Tue Oct 5 21:39:54 2010 +0200 gtk+2-engines-2.20.2-1-x86_64 *version bump diff --git a/source/xlib/gtk+2-engines/FrugalBuild b/source/xlib/gtk+2-engines/FrugalBuild index 9b1b518..313bf10 100644 --- a/source/xlib/gtk+2-engines/FrugalBuild +++ b/source/xlib/gtk+2-engines/FrugalBuild @@ -3,11 +3,11 @@ pkgname=gtk+2-engines _F_gnome_name=gtk-engines -pkgver=2.20.1 -pkgrel=3 +pkgver=2.20.2 +pkgrel=1 pkgdesc="Theme engines for GTK+2" url="http://www.gnome.org/" -depends=('gtk+2>=2.20.0-2') +depends=('gtk+2>=2.22.0') makedepends=('perl-xml-parser' 'gnome-common>=2.28.0' 'intltool') groups=('xlib') archs=('i686' 'x86_64' 'ppc') @@ -17,6 +17,6 @@ Finclude gnome _F_cd_path="gtk-engines-$pkgver" up2date=$pkgver Fconfopts="$Fconfopts --enable-animation" -sha1sums=('908d24ae48e70a0ce2f047ba9f494f35153e3982') +sha1sums=('574c7577d70eaacecd2ffa14e288ef88fdcb6c2a') # optimization OK From elentir at frugalware.org Tue Oct 5 22:43:25 2010 From: elentir at frugalware.org (Elentir) Date: Tue, 5 Oct 2010 22:43:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: facile-1.1-7-i686 Message-ID: <20101005204325.58057132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c452f03505f0ebe6bb49839a55b675bc67c280f2 commit c452f03505f0ebe6bb49839a55b675bc67c280f2 Author: Elentir Date: Tue Oct 5 21:22:45 2010 +0200 facile-1.1-7-i686 * rebuild with ocaml=3.12.0 diff --git a/source/lib-extra/facile/FrugalBuild b/source/lib-extra/facile/FrugalBuild index b6dea82..73d436e 100644 --- a/source/lib-extra/facile/FrugalBuild +++ b/source/lib-extra/facile/FrugalBuild @@ -3,10 +3,10 @@ pkgname=facile pkgver=1.1 -pkgrel=6 +pkgrel=7 pkgdesc="FaCiLe is a constraint programming library." url="http://www.recherche.enac.fr/opti/facile/" -depends=('ocaml=3.11.1') +depends=('ocaml=3.12.0') archs=('i686' 'x86_64') groups=('lib-extra') up2date="lynx -dump $url/distrib/|grep [0-9].tar.gz$|sed 's/.*-\(.*\)\.t.*/\1/;q'" From elentir at frugalware.org Tue Oct 5 22:46:30 2010 From: elentir at frugalware.org (Elentir) Date: Tue, 5 Oct 2010 22:46:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lablgtk2-2.14.2-2-i686 Message-ID: <20101005204630.7FABF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1125fde26dd67f73e66296808dd222ce3eee5333 commit 1125fde26dd67f73e66296808dd222ce3eee5333 Author: Elentir Date: Tue Oct 5 22:45:37 2010 +0200 lablgtk2-2.14.2-2-i686 * rebuild with ocaml>=3.12.0 diff --git a/source/xlib-extra/lablgtk2/FrugalBuild b/source/xlib-extra/lablgtk2/FrugalBuild index 45d868d..ba3e2c8 100644 --- a/source/xlib-extra/lablgtk2/FrugalBuild +++ b/source/xlib-extra/lablgtk2/FrugalBuild @@ -3,11 +3,11 @@ pkgname=lablgtk2 pkgver=2.14.2 -pkgrel=1 +pkgrel=2 pkgdesc="An Objective Caml Interface to gtk2+" url="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html" depends=('gtk+2>=2.20.0-2' 'libxdamage') -makedepends=('ocaml>=3.11.1-1') +makedepends=('ocaml>=3.12.0') groups=('xlib-extra') archs=('i686' 'x86_64') options=('scriptlet') From elentir at frugalware.org Tue Oct 5 22:53:03 2010 From: elentir at frugalware.org (Elentir) Date: Tue, 5 Oct 2010 22:53:03 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: camlidl-1.05-4-i686 Message-ID: <20101005205303.98474132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d60d95df0d9e556af229f73eeddc6c75625e6dfa commit d60d95df0d9e556af229f73eeddc6c75625e6dfa Author: Elentir Date: Tue Oct 5 22:51:52 2010 +0200 camlidl-1.05-4-i686 * rebuild with ocaml>=3.12.0 diff --git a/source/devel-extra/camlidl/FrugalBuild b/source/devel-extra/camlidl/FrugalBuild index b751fcc..9911738 100644 --- a/source/devel-extra/camlidl/FrugalBuild +++ b/source/devel-extra/camlidl/FrugalBuild @@ -1,13 +1,13 @@ # Compiling Time: 0.01 SBU -# Maintainer: Elentir +# Maintainer: Elentir pkgname=camlidl pkgver=1.05 -pkgrel=3 +pkgrel=4 pkgdesc="CamlIDL is a stub code generator and COM binding for Objective Caml" url="http://caml.inria.fr/camlidl/" source=("http://caml.inria.fr/distrib/bazar-ocaml/$pkgname-$pkgver.tar.gz" camlidl.patch) -depends=('ocaml>=3.11.1') +depends=('ocaml>=3.12.0') groups=('devel-extra') archs=('i686' 'x86_64') up2date="Flasttar http://caml.inria.fr/distrib/bazar-ocaml/" From elentir at frugalware.org Tue Oct 5 22:54:35 2010 From: elentir at frugalware.org (Elentir) Date: Tue, 5 Oct 2010 22:54:35 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: camlp5-5.15-2-i686 Message-ID: <20101005205435.7693D132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5966df5434c61bd8ae8e12297ce42daeb0d6e5f6 commit 5966df5434c61bd8ae8e12297ce42daeb0d6e5f6 Author: Elentir Date: Tue Oct 5 22:53:46 2010 +0200 camlp5-5.15-2-i686 * rebuild with ocaml>=3.12.0 diff --git a/source/devel-extra/camlp5/FrugalBuild b/source/devel-extra/camlp5/FrugalBuild index 581523c..1b6f217 100644 --- a/source/devel-extra/camlp5/FrugalBuild +++ b/source/devel-extra/camlp5/FrugalBuild @@ -3,11 +3,11 @@ pkgname=camlp5 pkgver=5.15 -pkgrel=1 +pkgrel=2 pkgdesc="Camlp5 is a preprocessor-pretty-printer of OCaml." url="http://pauillac.inria.fr/~ddr/camlp5" source=("$url/distrib/src/$pkgname-$pkgver.tgz") -depends=('ocaml>=3.11.1') +depends=('ocaml>=3.12.0') groups=('devel-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" From elentir at frugalware.org Tue Oct 5 23:01:49 2010 From: elentir at frugalware.org (Elentir) Date: Tue, 5 Oct 2010 23:01:49 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mlgmpidl-1.1-2-i686 Message-ID: <20101005210149.38DEA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d3f7269062b184ad9531ee187002e95a5f11124b commit d3f7269062b184ad9531ee187002e95a5f11124b Author: Elentir Date: Tue Oct 5 23:00:49 2010 +0200 mlgmpidl-1.1-2-i686 * rebuild with ocaml>=3.12.0 diff --git a/source/lib-extra/mlgmpidl/FrugalBuild b/source/lib-extra/mlgmpidl/FrugalBuild index 015984b..0d1c0d0 100644 --- a/source/lib-extra/mlgmpidl/FrugalBuild +++ b/source/lib-extra/mlgmpidl/FrugalBuild @@ -1,13 +1,13 @@ # Compiling Time: 0.11 SBU -# Maintainer: Elentir +# Maintainer: Elentir pkgname=mlgmpidl pkgver=1.1 rel_id=20228 -pkgrel=1 +pkgrel=2 pkgdesc="A package offering an interface to the GMP and MPFR libraries for OCaml" url="http://simgrid.gforge.inria.fr/" -depends=('camlidl>=1.05-3' 'mpfr') +depends=('camlidl>=1.05-4' 'mpfr') groups=('lib-extra') archs=('i686' 'x86_64') _F_cd_path=$pkgname From elentir at frugalware.org Tue Oct 5 23:11:33 2010 From: elentir at frugalware.org (Elentir) Date: Tue, 5 Oct 2010 23:11:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: apron-0.9.10-3-i686 Message-ID: <20101005211133.E45E1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3cfd669ce96a748f01b8f9179d9132dd93727356 commit 3cfd669ce96a748f01b8f9179d9132dd93727356 Author: Elentir Date: Tue Oct 5 23:04:07 2010 +0200 apron-0.9.10-3-i686 * rebuild with ocaml>=3.12.0 diff --git a/source/lib-extra/apron/FrugalBuild b/source/lib-extra/apron/FrugalBuild index b4425b9..b94b63d 100644 --- a/source/lib-extra/apron/FrugalBuild +++ b/source/lib-extra/apron/FrugalBuild @@ -1,13 +1,13 @@ # Compiling Time: 0.11 SBU -# Maintainer: Elentir +# Maintainer: Elentir pkgname=apron pkgver=0.9.10 -pkgrel=2 +pkgrel=3 pkgdesc="Library for static analysis of the numerical variables of a program by Abstract Interpretation" url="http://apron.cri.ensmp.fr/library/" source=("$url/$pkgname-$pkgver.tgz") -depends=('ocaml>=3.11.1' 'camlidl>=1.05-3' 'gmp' 'mpfr' 'mlgmpidl') +depends=('ocaml>=3.12.0' 'camlidl>=1.05-4' 'gmp' 'mpfr' 'mlgmpidl>=1.1-2') groups=('lib-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" From elentir at frugalware.org Tue Oct 5 23:14:33 2010 From: elentir at frugalware.org (Elentir) Date: Tue, 5 Oct 2010 23:14:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ocamlgraph-1.5-2-i686 Message-ID: <20101005211433.90844132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dedda69c11036f361c8d89a68859a8100b218826 commit dedda69c11036f361c8d89a68859a8100b218826 Author: Elentir Date: Tue Oct 5 23:13:43 2010 +0200 ocamlgraph-1.5-2-i686 * rebuild with ocaml>=3.12.0 diff --git a/source/lib-extra/ocamlgraph/FrugalBuild b/source/lib-extra/ocamlgraph/FrugalBuild index c00f8da..6c0d773 100644 --- a/source/lib-extra/ocamlgraph/FrugalBuild +++ b/source/lib-extra/ocamlgraph/FrugalBuild @@ -3,12 +3,12 @@ pkgname=ocamlgraph pkgver=1.5 -pkgrel=1 +pkgrel=2 pkgdesc="Ocamlgraph is a graph library for Objective Caml" url="http://ocamlgraph.lri.fr" source=("$url/download/$pkgname-$pkgver.tar.gz") -depends=('ocaml>=3.11.1') -makedepends=('lablgtk2-gnomecanvas>=2.14.0-5') +depends=('ocaml>=3.12.0') +makedepends=('lablgtk2-gnomecanvas>=2.14.2-2') groups=('lib-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/download/" From bouleetbil at frogdev.info Tue Oct 5 23:36:09 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 5 Oct 2010 23:36:09 +0200 (CEST) Subject: [Frugalware-git] gnometesting: upower-0.9.6-1-i686 *version bump Message-ID: <20101005213609.E8F27132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=188a499909d56b73197037a70097e6ff71d57984 commit 188a499909d56b73197037a70097e6ff71d57984 Author: bouleetbil Date: Tue Oct 5 23:37:14 2010 +0200 upower-0.9.6-1-i686 *version bump diff --git a/source/apps/upower/FrugalBuild b/source/apps/upower/FrugalBuild index 16c5b87..4b7a347 100644 --- a/source/apps/upower/FrugalBuild +++ b/source/apps/upower/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: bouleetbil pkgname=upower -pkgver=0.9.4 +pkgver=0.9.6 pkgrel=1 pkgdesc="upower provides a daemon, API and command line tools for managing power devices attached to the system." url="http://upwoer.freedesktop.org" -depends=('dbus-glib' 'udev' 'polkit' 'libusb' 'libgudev' 'pm-utils') +depends=('dbus-glib' 'udev' 'polkit' 'libusb' 'libgudev' 'pm-utils' 'libimobiledevice' 'libusb1') makedepends=('intltool' 'gobject-introspection') groups=('apps') archs=('i686' 'x86_64' 'ppc') up2date="Flasttar http://upower.freedesktop.org/releases/" source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.bz2) -sha1sums=('35a25ecec2f45a0f92ef5b5f916fca37703b8fac') +sha1sums=('4e21c948ac7eda57f9f0ab1fde734315517fe9ac') replaces=("devicekit-power") conflicts=("devicekit-power") provides=("devicekit-power") From vmiklos at frugalware.org Wed Oct 6 00:47:26 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 6 Oct 2010 00:47:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bsh-2.0b4-1-i686 Message-ID: <20101005224726.051F8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=67f59f53cf56159d9148bdb8d0436244cbaba222 commit 67f59f53cf56159d9148bdb8d0436244cbaba222 Author: Miklos Vajna Date: Wed Oct 6 00:44:15 2010 +0200 bsh-2.0b4-1-i686 - new package diff --git a/source/devel-extra/bsh/FrugalBuild b/source/devel-extra/bsh/FrugalBuild new file mode 100644 index 0000000..244fb49 --- /dev/null +++ b/source/devel-extra/bsh/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling Time: 0.13 SBU +# Maintainer: Miklos Vajna + +pkgname=bsh +pkgver=2.0b4 +pkgrel=1 +pkgdesc="Lightweight Scripting for Java" +url="http://beanshell.org/" +Finclude java +groups=('devel-extra') +archs=('i686' 'x86_64' 'ppc') +up2date="Flastarchive $url/download.html .jar" +source=(http://beanshell.org/bsh-$pkgver.jar) +sha1sums=('a05f0a0feefa8d8467ac80e16e7de071489f0d9c') + +build() +{ + # FIXME not built yet, we need servlet.jar and don't have tomcat + # (or something similar) packaged + mv bsh{-$pkgver,}.jar + Fjar bsh.jar +} From vmiklos at frugalware.org Wed Oct 6 02:08:05 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 6 Oct 2010 02:08:05 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: vigra-1.7.0-1-i686 Message-ID: <20101006000805.B135E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=75a8f66d9bcd02635c551d768df78b9449051f97 commit 75a8f66d9bcd02635c551d768df78b9449051f97 Author: Miklos Vajna Date: Wed Oct 6 01:54:36 2010 +0200 vigra-1.7.0-1-i686 - new package diff --git a/source/lib/vigra/FrugalBuild b/source/lib/vigra/FrugalBuild new file mode 100644 index 0000000..09c5ba0 --- /dev/null +++ b/source/lib/vigra/FrugalBuild @@ -0,0 +1,21 @@ +# Compiling Time: 0.09 SBU +# Maintainer: Miklos Vajna + +pkgname=vigra +pkgver=1.7.0 +pkgrel=1 +pkgdesc="The VIGRA Computer Vision Library" +url="http://hci.iwr.uni-heidelberg.de/vigra/" +Finclude cmake +depends=('libjpeg' 'libpng' 'libtiff' 'libboost-mt') +makedepends=(${makedepends} 'doxygen' 'fftw' 'boost') +groups=('lib') +archs=('i686') +up2date="Flastarchive $url -src.tar.gz" +source=(http://hci.iwr.uni-heidelberg.de/vigra/vigra-$pkgver-src.tar.gz \ + libpng-1.4.patch) +sha1sums=('31875646cbb1928d93c96fc4da4fda31772cf8f6' \ + '5f668c861f5fe927a4f51014afab94805db60c46') +_F_cd_path="$pkgname-$pkgver-src" + +# optimization OK diff --git a/source/lib/vigra/libpng-1.4.patch b/source/lib/vigra/libpng-1.4.patch new file mode 100644 index 0000000..3c69e8e --- /dev/null +++ b/source/lib/vigra/libpng-1.4.patch @@ -0,0 +1,14 @@ +diff -Naur vigra1.6.0-orig/src/impex/png.cxx vigra1.6.0/src/impex/png.cxx +--- vigra1.6.0-orig/src/impex/png.cxx 2010-01-20 19:46:57.000000000 -0500 ++++ vigra1.6.0/src/impex/png.cxx 2010-01-20 19:47:55.000000000 -0500 +@@ -270,8 +270,8 @@ + // expand gray values to at least one byte size + if ( color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8 ) { + if (setjmp(png->jmpbuf)) +- vigra_postcondition( false,png_error_message.insert(0, "error in png_set_gray_1_2_4_to_8(): ").c_str()); +- png_set_gray_1_2_4_to_8(png); ++ vigra_postcondition( false,png_error_message.insert(0, "error in png_set_expand_gray_1_2_4_to_8(): ").c_str()); ++ png_set_expand_gray_1_2_4_to_8(png); + bit_depth = 8; + } + From boobaa at frugalware.org Wed Oct 6 07:25:41 2010 From: boobaa at frugalware.org (CSÉCSY László) Date: Wed, 6 Oct 2010 07:25:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lbreakout2-2.6.2-1-i686 version bump Message-ID: <20101006052541.88B7A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3a3f8495ff7d5cf4a98ea8683c66224b23a0e107 commit 3a3f8495ff7d5cf4a98ea8683c66224b23a0e107 Author: CS??CSY L??szl?? Date: Wed Oct 6 07:25:25 2010 +0200 lbreakout2-2.6.2-1-i686 version bump diff --git a/source/games-extra/lbreakout2/FrugalBuild b/source/games-extra/lbreakout2/FrugalBuild index 4242869..0c18899 100644 --- a/source/games-extra/lbreakout2/FrugalBuild +++ b/source/games-extra/lbreakout2/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: CS?CSY L?szl? pkgname=lbreakout2 -pkgver=2.6.1 -pkgrel=2 +pkgver=2.6.2 +pkgrel=1 pkgdesc="A breakout-style arcade game." depends=('sdl_mixer' 'sdl_net' 'libpng>=1.4.1') groups=('games-extra') @@ -13,7 +13,7 @@ Finclude sourceforge url="http://lgames.sourceforge.net/index.php?project=LBreakout2" up2date="lynx -dump http://lgames.sourceforge.net/downloads.php|grep -m1 'lbreakout2-'|sed -e 's/.*2-\(.*\).tar.gz .*/\1/' -e 's/-/_/'" source=($source $pkgname.png) -sha1sums=('c2c6ed38345774dfef9bc88bc24df6c8a80ed428' \ +sha1sums=('dc0bdde272351945b48a09277275ac3fd5d513f4' \ '8f338a2c5ddbe0461df75a980d16a656ba440fc9') _F_desktop_icon="$pkgname.png" _F_desktop_categories="Game;ArcadeGame;" From devil505linux at gmail.com Wed Oct 6 07:45:14 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 6 Oct 2010 07:45:14 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pioneers-0.12.3.1-1-i686 * version bump Message-ID: <20101006054514.14500132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ff83326b8c992ddeb6d537f7215917942b56a972 commit ff83326b8c992ddeb6d537f7215917942b56a972 Author: Devil505 Date: Wed Oct 6 07:44:11 2010 +0200 pioneers-0.12.3.1-1-i686 * version bump diff --git a/source/games-extra/pioneers/FrugalBuild b/source/games-extra/pioneers/FrugalBuild index e01a911..e1f6484 100644 --- a/source/games-extra/pioneers/FrugalBuild +++ b/source/games-extra/pioneers/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=pioneers -pkgver=0.12.3 -pkgrel=2 +pkgver=0.12.3.1 +pkgrel=1 pkgdesc="A clone of the famous Siedler of Catan game" _F_sourceforge_dirname="pio" Finclude sourceforge @@ -12,6 +12,6 @@ makedepends=('pkgconfig' 'perl-xml-parser' 'intltool') options=('scriptlet') groups=('games-extra') archs=('i686' 'x86_64') -sha1sums=('0878aa332299407cccd8d6ebeca2f2c71cfea0cd') +sha1sums=('7c400b9634b5a666f822f52ea294330aa73e10f9') # optimization OK From devil505linux at gmail.com Wed Oct 6 08:22:50 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 6 Oct 2010 08:22:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: conky-1.8.1-1-i686 * version bump Message-ID: <20101006062250.2EE50132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c33d5f536871399b0497cfe3e29ac25542d78485 commit c33d5f536871399b0497cfe3e29ac25542d78485 Author: Devil505 Date: Wed Oct 6 08:22:10 2010 +0200 conky-1.8.1-1-i686 * version bump diff --git a/source/xapps-extra/conky/FrugalBuild b/source/xapps-extra/conky/FrugalBuild index 0e3850e..d4784a0 100644 --- a/source/xapps-extra/conky/FrugalBuild +++ b/source/xapps-extra/conky/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: DNAku pkgname=conky -pkgver=1.8.0 -pkgrel=3 +pkgver=1.8.1 +pkgrel=1 pkgdesc="Light-weight system monitor." _F_sourceforge_ext=".tar.bz2" Finclude sourceforge @@ -12,7 +12,7 @@ depends=('wireless_tools' 'imlib2' 'libxdamage' 'libxft' 'glib2' 'curl' 'alsa-li groups=('xapps-extra') archs=('i686' 'x86_64') backup=(etc/conky/conky.conf etc/conky/conky_no_x11.conf) -sha1sums=('eef214c2917ea5666d24f03128b12d00fa313b58') +sha1sums=('9581419b1a53a8a7e37b0291cd4e55ab166d221a') build() { From devil505linux at gmail.com Wed Oct 6 08:32:12 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 6 Oct 2010 08:32:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pidgin-sipe-1.11.0-1-i686 * version bump Message-ID: <20101006063212.60119132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ef9bfe56fd587dd99c1d80314dd8cbacfce19404 commit ef9bfe56fd587dd99c1d80314dd8cbacfce19404 Author: Devil505 Date: Wed Oct 6 08:31:52 2010 +0200 pidgin-sipe-1.11.0-1-i686 * version bump diff --git a/source/xapps-extra/pidgin-sipe/FrugalBuild b/source/xapps-extra/pidgin-sipe/FrugalBuild index d75953f..d4e8a17 100644 --- a/source/xapps-extra/pidgin-sipe/FrugalBuild +++ b/source/xapps-extra/pidgin-sipe/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=pidgin-sipe -pkgver=1.10.1 +pkgver=1.11.0 pkgrel=1 pkgdesc="Pidgin Plug-in SIPE (Sip Exchange Protocol)" depends=('pidgin>=2.5.6-2' 'zlib') @@ -13,6 +13,6 @@ _F_sourceforge_realname="$_F_sourceforge_dirname" Finclude sourceforge groups=('xapps-extra' 'pidgin-plugins') archs=('i686' 'x86_64') -sha1sums=('b7879ec546d4f5fcb466a3df7b0db0e1d4be9187') +sha1sums=('b0cbee8f8e2154d4ae1d8559245e034033459c0b') # optimization OK From devil505linux at gmail.com Wed Oct 6 09:14:52 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 6 Oct 2010 09:14:52 +0200 (CEST) Subject: [Frugalware-git] gnometesting: indicator-sound-0.2.3-3-i686 * rebuilt with ido=>0.2.0 Message-ID: <20101006071452.01BFE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=41b4a72574d2975bccdc84d7f70b3df37a225cd4 commit 41b4a72574d2975bccdc84d7f70b3df37a225cd4 Author: Devil505 Date: Wed Oct 6 09:14:27 2010 +0200 indicator-sound-0.2.3-3-i686 * rebuilt with ido=>0.2.0 diff --git a/source/gnome-extra/indicator-sound/FrugalBuild b/source/gnome-extra/indicator-sound/FrugalBuild index 57c5374..86d3f0b 100644 --- a/source/gnome-extra/indicator-sound/FrugalBuild +++ b/source/gnome-extra/indicator-sound/FrugalBuild @@ -3,10 +3,10 @@ pkgname=indicator-sound pkgver=0.2.3 -pkgrel=2 +pkgrel=3 pkgdesc="A unified sound menu" url="https://launchpad.net/indicator-sound" -depends=('pulseaudio' 'libdbusmenu' 'libindicator>=0.3.14' 'gconf' 'libuuid' 'ido') +depends=('pulseaudio' 'libdbusmenu' 'libindicator>=0.3.14' 'gconf' 'libuuid' 'ido>=0.2.0') makedepends=('intltool' ) groups=('gnome-extra') archs=('i686' 'x86_64') From devil505linux at gmail.com Wed Oct 6 10:38:02 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 6 Oct 2010 10:38:02 +0200 (CEST) Subject: [Frugalware-git] gnometesting: Revert "indicator-sound-0.2.3-3-i686" Message-ID: <20101006083802.BFC4C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=7442a0b0029f641a499c28d5fa602120073e4d19 commit 7442a0b0029f641a499c28d5fa602120073e4d19 Author: Devil505 Date: Wed Oct 6 10:37:29 2010 +0200 Revert "indicator-sound-0.2.3-3-i686" This reverts commit 41b4a72574d2975bccdc84d7f70b3df37a225cd4. diff --git a/source/gnome-extra/indicator-sound/FrugalBuild b/source/gnome-extra/indicator-sound/FrugalBuild index 86d3f0b..57c5374 100644 --- a/source/gnome-extra/indicator-sound/FrugalBuild +++ b/source/gnome-extra/indicator-sound/FrugalBuild @@ -3,10 +3,10 @@ pkgname=indicator-sound pkgver=0.2.3 -pkgrel=3 +pkgrel=2 pkgdesc="A unified sound menu" url="https://launchpad.net/indicator-sound" -depends=('pulseaudio' 'libdbusmenu' 'libindicator>=0.3.14' 'gconf' 'libuuid' 'ido>=0.2.0') +depends=('pulseaudio' 'libdbusmenu' 'libindicator>=0.3.14' 'gconf' 'libuuid' 'ido') makedepends=('intltool' ) groups=('gnome-extra') archs=('i686' 'x86_64') From kooda at upyum.com Wed Oct 6 12:52:02 2010 From: kooda at upyum.com (Kooda) Date: Wed, 6 Oct 2010 12:52:02 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: smile-1.0-2-i686 Message-ID: <20101006105202.45AB5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2eef585b5c4f964b05036f8e8dd035c9c6d83aa4 commit 2eef585b5c4f964b05036f8e8dd035c9c6d83aa4 Author: Kooda Date: Wed Oct 6 12:51:30 2010 +0200 smile-1.0-2-i686 * Remove package diff --git a/source/xapps-extra/smile/FrugalBuild b/source/xapps-extra/smile/FrugalBuild deleted file mode 100644 index 4021b83..0000000 --- a/source/xapps-extra/smile/FrugalBuild +++ /dev/null @@ -1,36 +0,0 @@ -# Compiling Time: 0.06 SBU -# Maintainer: Devil505 -# Contributor: Fafab - -pkgname=smile -pkgver=1.0 -pkgrel=2 -pkgdesc="Slideshow Maker In Linux Environnement" -url="http://smile.tuxfamily.org/" -depends=('sox>=14.0.0' 'mplayer' 'mencoder' 'imagemagick>=6.4.8_9' 'libqtwebkit>=4.4' 'libqtopengl' 'libgl' 'libxdamage' 'libqtphonon' 'openssl>=1.0.0') -options=('scriptlet') -groups=('xapps-extra') -archs=('i686' 'x86_64') -up2date="Flasttar http://download.tuxfamily.org/smiletool/" -source=(http://download.tuxfamily.org/smiletool/$pkgname-$pkgver.tar.gz) -sha1sums=('d8b962c11d6dac657fd722f2ec1467a159379265') -_F_cd_path=$pkgname - -_F_desktop_name="Smile" -_F_desktop_icon="/usr/share/$pkgname/Interface/Theme/$pkgname.png" -_F_desktop_categories="Graphics;2DGraphics;" - -build() { - Fcd - qmake smile.pro || Fdie - Fmake - Fmkdir usr/share/$pkgname - Fcp $pkgname/$pkgname usr/share/$pkgname/$pkgname - Fcp $pkgname/Interface usr/share/$pkgname/ - Fcp $pkgname/BIB_ManSlide usr/share/$pkgname/ - Fcp $pkgname/*.qm usr/share/$pkgname/ - Fwrapper "/usr/share/$pkgname/$pkgname" $pkgname - Fdesktop2 -} - -# optimization OK From ryuo at frugalware.org Wed Oct 6 13:04:13 2010 From: ryuo at frugalware.org (James Buren) Date: Wed, 6 Oct 2010 13:04:13 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: netsurf.sh * hard patch CFLAGS Message-ID: <20101006110413.596A8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bc807059e5472a961372de71507970aa3714eecf commit bc807059e5472a961372de71507970aa3714eecf Author: James Buren Date: Wed Oct 6 06:03:23 2010 -0500 netsurf.sh * hard patch CFLAGS diff --git a/source/include/netsurf.sh b/source/include/netsurf.sh index 32d8f96..cd41c4a 100644 --- a/source/include/netsurf.sh +++ b/source/include/netsurf.sh @@ -54,7 +54,11 @@ archs=('i686' 'x86_64' 'ppc') ### Fbuildnetsurf() { - Fcd + if [ "$_F_netsurf_project" -eq 1 ]; then + Fsed "-O2" "$CFLAGS" build/makefiles/Makefile.gcc + else + Fsed "-O2" "$CFLAGS" Makefile.defaults + fi make PREFIX=/usr || Fdie make PREFIX=/usr DESTDIR="$Fdestdir" install || Fdie } From devil505linux at gmail.com Wed Oct 6 13:06:08 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 6 Oct 2010 13:06:08 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pypdf-1.12-1-i686 * new package from botbotchikii Message-ID: <20101006110608.0A3AB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1f46611a76637b058ffdd92a2d53246a18095d33 commit 1f46611a76637b058ffdd92a2d53246a18095d33 Author: Devil505 Date: Wed Oct 6 13:04:49 2010 +0200 pypdf-1.12-1-i686 * new package from botbotchikii diff --git a/source/devel-extra/pypdf/FrugalBuild b/source/devel-extra/pypdf/FrugalBuild new file mode 100644 index 0000000..6fef507 --- /dev/null +++ b/source/devel-extra/pypdf/FrugalBuild @@ -0,0 +1,16 @@ +# Compiling Time: 0 SBU +# Maintainer: Miklos Vajna +# Contributor: Botchchikii + +pkgname=pypdf +_F_archive_name="pyPdf" +pkgver=1.12 +pkgrel=1 +pkgdesc="A Pure-Python library built as a PDF toolkit." +url="http://pybrary.net/pyPdf/" +depends=('python>=2.7') +groups=('devel-extra') +archs=('i686' 'x86_64') +up2date="lynx -dump $url |grep tar.gz | Flasttar" +source=($url/$_F_archive_name-$pkgver.tar.gz) +sha1sums=('559f080fe47a0aeda9945acbcc52331b7e4d6213') From ryuo at frugalware.org Wed Oct 6 13:08:00 2010 From: ryuo at frugalware.org (James Buren) Date: Wed, 6 Oct 2010 13:08:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libnsbmp-0.0.2-2-x86_64 * rebuild with new schema Message-ID: <20101006110800.C4918132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1b20d5086edd4b851e415d4e0244d0306449dbcc commit 1b20d5086edd4b851e415d4e0244d0306449dbcc Author: James Buren Date: Wed Oct 6 06:04:58 2010 -0500 libnsbmp-0.0.2-2-x86_64 * rebuild with new schema diff --git a/source/lib-extra/libnsbmp/FrugalBuild b/source/lib-extra/libnsbmp/FrugalBuild index 32b1ce2..40d04fb 100644 --- a/source/lib-extra/libnsbmp/FrugalBuild +++ b/source/lib-extra/libnsbmp/FrugalBuild @@ -3,7 +3,7 @@ pkgname=libnsbmp pkgver=0.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="A library for decoding BMP and ICO image file formats, written in C." Finclude netsurf depends=('glibc') From ryuo at frugalware.org Wed Oct 6 13:08:00 2010 From: ryuo at frugalware.org (James Buren) Date: Wed, 6 Oct 2010 13:08:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libnsgif-0.0.2-2-x86_64 * rebuild with new schema Message-ID: <20101006110800.DB49C132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a6214b6ea2f49d80b6bda352028aa3c75360f6ec commit a6214b6ea2f49d80b6bda352028aa3c75360f6ec Author: James Buren Date: Wed Oct 6 06:05:55 2010 -0500 libnsgif-0.0.2-2-x86_64 * rebuild with new schema diff --git a/source/lib-extra/libnsgif/FrugalBuild b/source/lib-extra/libnsgif/FrugalBuild index 3350170..aaecb19 100644 --- a/source/lib-extra/libnsgif/FrugalBuild +++ b/source/lib-extra/libnsgif/FrugalBuild @@ -3,7 +3,7 @@ pkgname=libnsgif pkgver=0.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="A library for decoding the GIF image format, written in C." Finclude netsurf depends=('glibc') From ryuo at frugalware.org Wed Oct 6 13:08:00 2010 From: ryuo at frugalware.org (James Buren) Date: Wed, 6 Oct 2010 13:08:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libwapcaplet-0.0.2-2-x86_64 * rebuild with new schema Message-ID: <20101006110800.E301F132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7d00a4e59e168dbd406c28a4315089be692ffd6d commit 7d00a4e59e168dbd406c28a4315089be692ffd6d Author: James Buren Date: Wed Oct 6 06:06:29 2010 -0500 libwapcaplet-0.0.2-2-x86_64 * rebuild with new schema diff --git a/source/lib-extra/libwapcaplet/FrugalBuild b/source/lib-extra/libwapcaplet/FrugalBuild index e33a59f..aa0071f 100644 --- a/source/lib-extra/libwapcaplet/FrugalBuild +++ b/source/lib-extra/libwapcaplet/FrugalBuild @@ -3,7 +3,7 @@ pkgname=libwapcaplet pkgver=0.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="A string internment library, written in C." Finclude netsurf depends=('glibc') From ryuo at frugalware.org Wed Oct 6 13:08:00 2010 From: ryuo at frugalware.org (James Buren) Date: Wed, 6 Oct 2010 13:08:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libparserutils-0.0.2-2-x86_64 * rebuild with new schema Message-ID: <20101006110800.EABE3132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=81b91fbb21caa31724bf85e41d2f511550d4993b commit 81b91fbb21caa31724bf85e41d2f511550d4993b Author: James Buren Date: Wed Oct 6 06:07:28 2010 -0500 libparserutils-0.0.2-2-x86_64 * rebuild with new schema diff --git a/source/lib-extra/libparserutils/FrugalBuild b/source/lib-extra/libparserutils/FrugalBuild index 005e5bb..ee3683b 100644 --- a/source/lib-extra/libparserutils/FrugalBuild +++ b/source/lib-extra/libparserutils/FrugalBuild @@ -3,7 +3,7 @@ pkgname=libparserutils pkgver=0.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="A library for building efficient parsers, written in C." Finclude netsurf depends=('glibc') From bouleetbil at frogdev.info Wed Oct 6 13:18:54 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 6 Oct 2010 13:18:54 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: Merge branch 'master' of git.frugalware.org:/pub/other/people/bouleetbil/gnometesting Message-ID: <20101006111854.8F9CF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=688fe1ecff3d57da4d0abd6fb98de1e8f723f111 commit 688fe1ecff3d57da4d0abd6fb98de1e8f723f111 Merge: 81b91fb 7442a0b Author: bouleetbil Date: Wed Oct 6 13:45:43 2010 +0000 Merge branch 'master' of git.frugalware.org:/pub/other/people/bouleetbil/gnometesting From vmiklos at frugalware.org Wed Oct 6 13:27:35 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 6 Oct 2010 13:27:35 +0200 (CEST) Subject: [Frugalware-git] pacman-tools: genchangelog: ignore git log's stderr Message-ID: <20101006112735.7A915132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=d8cce1f07f512388df610210520dbf90d46062e3 commit d8cce1f07f512388df610210520dbf90d46062e3 Author: Miklos Vajna Date: Wed Oct 6 13:24:18 2010 +0200 genchangelog: ignore git log's stderr even if there is anything there, it's harmless diff --git a/genchangelog b/genchangelog index 2089d06..78f6cf2 100755 --- a/genchangelog +++ b/genchangelog @@ -30,7 +30,7 @@ CHROOT=1 if [ ! -e Changelog ] || [ `stat -c %Y Changelog` -lt `stat -c %Y FrugalBuild` ]; then if [ "$F_makepkg_scm" = "git" ]; then echo -n "running git log... " - git log --follow --name-status FrugalBuild|grep -v $'^M\t' > Changelog + git log --follow --name-status FrugalBuild|grep -v $'^M\t' > Changelog 2>/dev/null else echo -n "running darcs changes... " darcs changes FrugalBuild > Changelog From devil505linux at gmail.com Wed Oct 6 16:17:49 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 6 Oct 2010 16:17:49 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: jbrout-0.3.284-2-i686 * added missing depend Message-ID: <20101006141749.60BFF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=29e268746f596c80d15eb1c1475a83d8dfe1f2df commit 29e268746f596c80d15eb1c1475a83d8dfe1f2df Author: Devil505 Date: Wed Oct 6 16:17:38 2010 +0200 jbrout-0.3.284-2-i686 * added missing depend diff --git a/source/xapps-extra/jbrout/FrugalBuild b/source/xapps-extra/jbrout/FrugalBuild index 2937be0..da78378 100644 --- a/source/xapps-extra/jbrout/FrugalBuild +++ b/source/xapps-extra/jbrout/FrugalBuild @@ -3,14 +3,14 @@ pkgname=jbrout pkgver=0.3.284 -pkgrel=1 +pkgrel=2 pkgdesc="jBrout is a photo manager with support for IPTC keywords" url="http://code.google.com/p/jbrout/" groups=('xapps-extra') archs=('i686' 'ppc') Fpkgversep="_" _F_cd_path="$pkgname" -depends=('lxml' 'pygtk' 'imaging' 'fbida' 'jhead' 'pyexiv2') +depends=('lxml' 'pygtk' 'imaging' 'fbida' 'jhead' 'pyexiv2' 'perl-image-exiftool') up2date="Flasttar http://jbrout.free.fr/download/sources/" options=('scriptlet') source=("http://jbrout.free.fr/download/sources/$pkgname$Fpkgversep$pkgver.tar.gz") From bouleetbil at frogdev.info Wed Oct 6 16:49:27 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 6 Oct 2010 16:49:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gir-repository *remove it replaces by gobject-introspection Message-ID: <20101006144927.5E212132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=106e5fbd847e0925b9b897808674044f9bf09e9d commit 106e5fbd847e0925b9b897808674044f9bf09e9d Author: bouleetbil Date: Wed Oct 6 16:18:28 2010 +0200 gir-repository *remove it replaces by gobject-introspection diff --git a/source/xlib-extra/gir-repository/FrugalBuild b/source/xlib-extra/gir-repository/FrugalBuild deleted file mode 100644 index 29c29f6..0000000 --- a/source/xlib-extra/gir-repository/FrugalBuild +++ /dev/null @@ -1,29 +0,0 @@ -# Compiling Time: 0.14 SBU -# Maintainer: bouleetbil - -pkgname=gir-repository -pkgver=0.6.5 -pkgrel=7 -pkgdesc="Generate interface introspection data for GObject libraries." -depends=('glib2' 'libffi' 'cairo' 'gobject-introspection>=0.6.5') -makedepends=('gconf' 'gnome-keyring' 'libsoup' 'nautilus' 'vte' 'gtksourceview' \ - 'gssdp' 'gupnp' 'poppler' 'goocanvas' 'libwnck') -groups=('xlib-extra') -archs=('i686' 'x86_64' 'ppc') -Finclude gnome -sha1sums=('0a036f32227a41096d394ff822a6a631688ee47f') - -build() { - Fbuild - #fixed conflict now unique provides this files - Frm /usr/share/gir-1.0/Unique-* - Frm /usr/lib/girepository-1.0/Unique-1.0.typelib - Frm /usr/lib/girepository-1.0/Wnck-1.0.typelib - Frm /usr/share/gir-1.0/Wnck-1.0.gir - Frm /usr/share/gir-1.0/GSSDP-1.0.gir - Frm /usr/lib/girepository-1.0/GSSDP-1.0.typelib - Frm /usr/lib/girepository-1.0/GdkPixbuf-2.0.typelib - Frm /usr/share/gir-1.0/GdkPixbuf-2.0.gir -} - -# optimization OK From bouleetbil at frogdev.info Wed Oct 6 16:49:27 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 6 Oct 2010 16:49:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ctemplate-0.98-1-x86_64 *version bump Message-ID: <20101006144927.7608F132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=83b41475927c1c77cd524f2707b151ee5a456a30 commit 83b41475927c1c77cd524f2707b151ee5a456a30 Author: bouleetbil Date: Wed Oct 6 16:47:10 2010 +0200 ctemplate-0.98-1-x86_64 *version bump diff --git a/source/lib-extra/ctemplate/FrugalBuild b/source/lib-extra/ctemplate/FrugalBuild index 59bf473..28ce313 100644 --- a/source/lib-extra/ctemplate/FrugalBuild +++ b/source/lib-extra/ctemplate/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=ctemplate -pkgver=0.97 +pkgver=0.98 pkgrel=1 pkgdesc="CTemplate is a simple but powerful template language for C++." url="http://wb.mysql.com/" @@ -11,6 +11,6 @@ groups=('lib-extra') archs=('i686' 'x86_64') _F_googlecode_dirname="google-ctemplate" Finclude googlecode -sha1sums=('b7c99b20cf8c7483cffdf3f47ad847837c3b547f') +sha1sums=('22295cdd4e311b2e4ed777cac927ffadc2e8b2a3') # optimization OK From bouleetbil at frogdev.info Wed Oct 6 20:34:34 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 6 Oct 2010 20:34:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: wicd-1.7.0-1-x86_64 *version bump *added patch for python 2.7 *closed #4334 #4331 Message-ID: <20101006183434.9F66F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d650004546e4001439c39075f36859dd402dfe06 commit d650004546e4001439c39075f36859dd402dfe06 Author: bouleetbil Date: Wed Oct 6 20:31:56 2010 +0200 wicd-1.7.0-1-x86_64 *version bump *added patch for python 2.7 *closed #4334 #4331 diff --git a/source/xapps-extra/wicd/FrugalBuild b/source/xapps-extra/wicd/FrugalBuild index befa2f7..54a8289 100644 --- a/source/xapps-extra/wicd/FrugalBuild +++ b/source/xapps-extra/wicd/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=wicd -pkgver=1.6.2.2 -pkgrel=2 +pkgver=1.7.0 +pkgrel=1 pkgdesc="A wired and wireless network manager for Linux" depends=('dbus-python' 'pygtk' 'dhcp' 'dhcpcd' 'wireless_tools' 'wpa_supplicant'\ 'ethtool' 'python>=2.7' 'urwid' 'python-wpactrl' 'python-iwscan') @@ -14,12 +14,14 @@ _F_gnome_iconcache="y" _F_gnome_desktop="y" _F_sourceforge_realname="wicd-stable" Finclude sourceforge gnome-scriptlet -source=($source rc.wicd) -sha1sums=('97e66d550ebc483a699c8e87482f82c9185bc0c8' \ - '3c4a5da2f7fa818517029921e0a389cc443e993e') +source=($source rc.wicd wicd-no-deepcopy.patch) +sha1sums=('76d9c0ad7b020ff1abac5c92c301739a04d5595e' \ + '3c4a5da2f7fa818517029921e0a389cc443e993e' \ + '01d56e9a73bc781e8e1f8b88481192c0be211822') build() { Fcd + Fpatchall python ./setup.py configure --no-install-init --no-install-docs --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose || Fdie python ./setup.py build || Fdie Fmakeinstall diff --git a/source/xapps-extra/wicd/wicd-no-deepcopy.patch b/source/xapps-extra/wicd/wicd-no-deepcopy.patch new file mode 100644 index 0000000..04cac9a --- /dev/null +++ b/source/xapps-extra/wicd/wicd-no-deepcopy.patch @@ -0,0 +1,50 @@ +--- wicd/configmanager.py 2010-01-15 05:49:11.000000000 +0100 ++++ wicd/configmanager.py.new 2010-10-05 22:10:33.267799689 +0200 +@@ -176,28 +176,35 @@ + + + def _copy_section(self, name): +- # Yes, deepcopy sucks, but it is robust to changes in both +- # this class and RawConfigParser. +- p = copy.deepcopy(self) +- for sname in p.sections(): +- if sname != name: +- p.remove_section(sname) ++ p = ConfigManager("", self.debug, self.mrk_ws) ++ p.add_section(name) ++ for (iname, value) in self.items(name): ++ p.set(name, iname, value) ++ # Store the filename this section was read from. + p.config_file = p.get_option(name, '_filename_', p.config_file) + p.remove_option(name, '_filename_') + return p + + def write(self): + """ Writes the loaded config file to disk. """ +- # Really don't like this deepcopy. +- p = copy.deepcopy(self) +- for sname in p.sections(): +- fname = p.get_option(sname, '_filename_') ++ in_this_file = [] ++ for sname in self.sections(): ++ fname = self.get_option(sname, '_filename_') + if fname and fname != self.config_file: ++ # Write sections from other files + section = self._copy_section(sname) +- p.remove_section(sname) + section._write_one() ++ else: ++ # Save names of local sections ++ in_this_file.append(sname) + +- for sname in p.sections(): ++ # Make an instance with only these sections ++ p = ConfigManager("", self.debug, self.mrk_ws) ++ p.config_file = self.config_file ++ for sname in in_this_file: ++ p.add_section(sname) ++ for (iname, value) in self.items(sname): ++ p.set(sname, iname, value) + p.remove_option(sname, '_filename_') + p._write_one() + From bouleetbil at frogdev.info Wed Oct 6 20:35:19 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 6 Oct 2010 20:35:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: eog-plugins-2.30.1-2-x86_64 *fixes depends Message-ID: <20101006183519.6F2B8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=387589e4294bfdbe9c6aa4e9da8c4bb7a262553d commit 387589e4294bfdbe9c6aa4e9da8c4bb7a262553d Author: bouleetbil Date: Wed Oct 6 20:33:15 2010 +0200 eog-plugins-2.30.1-2-x86_64 *fixes depends diff --git a/source/gnome-extra/eog-plugins/FrugalBuild b/source/gnome-extra/eog-plugins/FrugalBuild index 97f900f..dc04239 100644 --- a/source/gnome-extra/eog-plugins/FrugalBuild +++ b/source/gnome-extra/eog-plugins/FrugalBuild @@ -3,9 +3,9 @@ pkgname=eog-plugins pkgver=2.30.1 -pkgrel=1 +pkgrel=2 pkgdesc="Plugins for eog" -depends=('eog>=2.30.2' 'libchamplain-python' 'libexif' 'vte-python' 'postr') +depends=('eog>=2.32.0' 'libexif' 'libexif' 'vte-python' 'postr' 'libgdata') makedepends=('intltool' 'gnome-doc-utils>=0.16.0' 'gtk-doc') groups=('gnome-extra') archs=('i686' 'x86_64') From vmiklos at frugalware.org Wed Oct 6 23:52:23 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 6 Oct 2010 23:52:23 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: vigra-1.7.0-1-i686 Message-ID: <20101006215223.F05C7132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5be06d60c7aefad3f0a3b01510dd95cb54d02cef commit 5be06d60c7aefad3f0a3b01510dd95cb54d02cef Author: Miklos Vajna Date: Wed Oct 6 23:48:48 2010 +0200 vigra-1.7.0-1-i686 - move to extra, it's only a makedepend of OOo diff --git a/source/lib/vigra/FrugalBuild b/source/lib-extra/vigra/FrugalBuild similarity index 96% rename from source/lib/vigra/FrugalBuild rename to source/lib-extra/vigra/FrugalBuild index 09c5ba0..b931f96 100644 --- a/source/lib/vigra/FrugalBuild +++ b/source/lib-extra/vigra/FrugalBuild @@ -9,7 +9,7 @@ url="http://hci.iwr.uni-heidelberg.de/vigra/" Finclude cmake depends=('libjpeg' 'libpng' 'libtiff' 'libboost-mt') makedepends=(${makedepends} 'doxygen' 'fftw' 'boost') -groups=('lib') +groups=('lib-extra') archs=('i686') up2date="Flastarchive $url -src.tar.gz" source=(http://hci.iwr.uni-heidelberg.de/vigra/vigra-$pkgver-src.tar.gz \ diff --git a/source/lib/vigra/libpng-1.4.patch b/source/lib-extra/vigra/libpng-1.4.patch similarity index 100% rename from source/lib/vigra/libpng-1.4.patch rename to source/lib-extra/vigra/libpng-1.4.patch From vmiklos at frugalware.org Thu Oct 7 00:09:34 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 7 Oct 2010 00:09:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lp_solve-5.5.2.0-1-i686 Message-ID: <20101006220934.7B00B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e3c2134071e41971e5b635e31ea1663752c4d5f9 commit e3c2134071e41971e5b635e31ea1663752c4d5f9 Author: Miklos Vajna Date: Thu Oct 7 00:06:00 2010 +0200 lp_solve-5.5.2.0-1-i686 - new package diff --git a/source/apps/lp_solve/FrugalBuild b/source/apps/lp_solve/FrugalBuild new file mode 100644 index 0000000..cba0b00 --- /dev/null +++ b/source/apps/lp_solve/FrugalBuild @@ -0,0 +1,33 @@ +# Compiling Time: 0.65 SBU +# Maintainer: Miklos Vajna + +pkgname=lp_solve +pkgver=5.5.2.0 +pkgrel=1 +pkgdesc="A Mixed Integer Linear Programming (MILP) solver." +_F_sourceforge_dirname="lpsolve" +_F_sourceforge_sep="_" +_F_sourceforge_ext="_source.tar.gz" +Finclude sourceforge +depends=('glibc') +groups=('apps') +archs=('i686' 'x86_64' 'ppc') +sha1sums=('e2830053cf079839b9ce21662cbc886ac6d31c80') + +build() +{ + Fcd lp_solve_5.5/lpsolve55 + Fsed '-O3' "$CFLAGS" ccc + Fexec bash -x ccc + rm bin/ux*/liblpsolve55.a || return 1 + cd ../lp_solve + Fexec bash -x ccc + cd .. + + Fmkdir /usr/{bin,lib,include/lpsolve} + Fexerel lp_solve/bin/ux*/lp_solve /usr/bin/ + Fexerel lpsolve55/bin/ux*/liblpsolve55.so /usr/lib/ + Ffilerel lp*.h /usr/include/lpsolve/ +} + +# optimization OK From vmiklos at frugalware.org Thu Oct 7 00:27:34 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 7 Oct 2010 00:27:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-git-repository-1.12-1-i686 Message-ID: <20101006222734.EC4CF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=02888de5862d72ab5db4488ea82286b69df4d87b commit 02888de5862d72ab5db4488ea82286b69df4d87b Author: Miklos Vajna Date: Thu Oct 7 00:23:24 2010 +0200 perl-git-repository-1.12-1-i686 - new package diff --git a/source/devel-extra/perl-git-repository/FrugalBuild b/source/devel-extra/perl-git-repository/FrugalBuild new file mode 100644 index 0000000..b134b25 --- /dev/null +++ b/source/devel-extra/perl-git-repository/FrugalBuild @@ -0,0 +1,9 @@ +# Compiling Time: 0.1 SBU +# Maintainer: Zsolt Szalai + +_F_perl_name=Git-Repository +_F_perl_author=B/BO/BOOK +pkgver=1.12 +pkgdesc="Perl interface to Git repositories" +Finclude perl +sha1sums=('a815ff61b1dbc3d41a3501f12cea02b5ffb529e4') From ryuo at frugalware.org Thu Oct 7 06:00:33 2010 From: ryuo at frugalware.org (James Buren) Date: Thu, 7 Oct 2010 06:00:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: dash-0.5.6.1-1-x86_64 * new package Message-ID: <20101007040033.9AC60132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a44544d419fe6ccdba8936e6a3d91d0763305edb commit a44544d419fe6ccdba8936e6a3d91d0763305edb Author: James Buren Date: Wed Oct 6 22:59:38 2010 -0500 dash-0.5.6.1-1-x86_64 * new package diff --git a/source/apps-extra/dash/FrugalBuild b/source/apps-extra/dash/FrugalBuild new file mode 100644 index 0000000..1fedc0f --- /dev/null +++ b/source/apps-extra/dash/FrugalBuild @@ -0,0 +1,16 @@ +# Compiling Time: 0.04 SBU +# Maintainer: James Buren + +pkgname=dash +pkgver=0.5.6.1 +pkgrel=1 +pkgdesc="A POSIX compliant shell implementation of /bin/sh." +url="http://gondor.apana.org.au/~herbert/dash" +depends=('glibc') +groups=('apps-extra') +archs=('i686' 'x86_64') +up2date="Flasttar $url/files" +source=($url/files/$pkgname-$pkgver.tar.gz) +sha1sums=('06944456a1e3a2cbc325bffd0c898eff198b210a') + +# optimization OK From bouleetbil at frogdev.info Thu Oct 7 08:21:36 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 08:21:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mx-1.0.4-1-i686 Message-ID: <20101007062136.62F36132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4ef6eec42080a3c2637a2bcd9a744a7fedd1bb64 commit 4ef6eec42080a3c2637a2bcd9a744a7fedd1bb64 Author: bouleetbil Date: Thu Oct 7 08:54:14 2010 +0000 mx-1.0.4-1-i686 *Version bump diff --git a/source/xlib-extra/mx/FrugalBuild b/source/xlib-extra/mx/FrugalBuild index bb6bba0..11d4c3c 100644 --- a/source/xlib-extra/mx/FrugalBuild +++ b/source/xlib-extra/mx/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: bouleetbil pkgname=mx -pkgver=1.0.3 +pkgver=1.0.4 pkgrel=1 pkgdesc="widget toolkit using Clutter" -makedepends=('intltool' 'gir-repository') +makedepends=('intltool' 'gobject-introspection') depends=('gtk+2' 'clutter' 'startup-notification' 'dbus-glib') Finclude clutter -sha1sums=('d731e750aecc3ec279ad16900d06bd25d6b7fa9c') +sha1sums=('b82b5a1395b7c2dd9461da10032849895927a70a') #TODO : added moblin projects #Fconfopts="$Foncfopts --with-clutter-gesture --with-clutter-imcontext" Fconfopts="$Foncfopts --with-dbus" From bouleetbil at frogdev.info Thu Oct 7 11:09:40 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 11:09:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: vala-0.10.0-1-i686 *fixes up2date Message-ID: <20101007090940.D700B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2ff4c8dddc9512d111349184faff520b04789686 commit 2ff4c8dddc9512d111349184faff520b04789686 Author: bouleetbil Date: Thu Oct 7 11:42:13 2010 +0000 vala-0.10.0-1-i686 *fixes up2date diff --git a/source/devel-extra/vala/FrugalBuild b/source/devel-extra/vala/FrugalBuild index bc07aae..80ea406 100644 --- a/source/devel-extra/vala/FrugalBuild +++ b/source/devel-extra/vala/FrugalBuild @@ -9,7 +9,6 @@ pkgdesc="Vala is a prgramming language that aims to bring modern programming lan depends=('glib2>=2.20.1') groups=('devel-extra') archs=('i686' 'x86_64' 'ppc') -_F_gnome_devel="y" Finclude gnome sha1sums=('62dc98ad4d0457fd6407881941c326af1542dea1') Fconfopts="${Fconfopts[@]} --enable-vapigen" From vmiklos at frugalware.org Thu Oct 7 11:45:15 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 7 Oct 2010 11:45:15 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: luasocket-2.0.2-1-ppc Message-ID: <20101007094515.2AC07132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c8c9a1187ec6cae859de0df0b22a3ce6b6983d39 commit c8c9a1187ec6cae859de0df0b22a3ce6b6983d39 Author: Miklos Vajna Date: Thu Oct 7 11:44:48 2010 +0200 luasocket-2.0.2-1-ppc added ppc to archs() diff --git a/source/lib-extra/luasocket/FrugalBuild b/source/lib-extra/luasocket/FrugalBuild index c91bdb1..85b07a3 100644 --- a/source/lib-extra/luasocket/FrugalBuild +++ b/source/lib-extra/luasocket/FrugalBuild @@ -9,7 +9,7 @@ pkgdesc="network support for the Lua language" url="http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/" depends=('lua') groups=('lib-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://luaforge.net/projects/luasocket/|grep -m1 'Released'|sed 's/.*et \(.*\) .*/\1/'" source=(http://luaforge.net/frs/download.php/2664/$pkgname-$pkgver.tar.gz $pkgname-$pkgver-config.diff) From bouleetbil at frogdev.info Thu Oct 7 11:55:16 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 11:55:16 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gobject-introspection-0.9.12-1-i686 Message-ID: <20101007095516.D02D4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=06e20ae26c909a5ee83633ffc992cc69eed4bd05 commit 06e20ae26c909a5ee83633ffc992cc69eed4bd05 Author: bouleetbil Date: Thu Oct 7 12:27:56 2010 +0000 gobject-introspection-0.9.12-1-i686 *Version bump diff --git a/source/xlib-extra/gobject-introspection/FrugalBuild b/source/xlib-extra/gobject-introspection/FrugalBuild index 06f0518..72f15b0 100644 --- a/source/xlib-extra/gobject-introspection/FrugalBuild +++ b/source/xlib-extra/gobject-introspection/FrugalBuild @@ -2,14 +2,15 @@ # Maintainer: bouleetbil pkgname=gobject-introspection -pkgver=0.9.6 +pkgver=0.9.12 pkgrel=1 pkgdesc="Generate interface introspection data for GObject libraries." depends=('glib2' 'libffi' 'cairo>=1.8.10-2' 'libxft' 'python>=2.7') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') +_F_gnome_devel="y" Finclude gnome -sha1sums=('9b2a99b69b48cf09751acd7311af77ee77b54e2c') +sha1sums=('3781634d469d4697bb7f448562d9d70abe12268f') replaces=('gir-repository') build() { From bouleetbil at frogdev.info Thu Oct 7 12:23:17 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 12:23:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: dhcpcd-5.2.8-1-i686 Message-ID: <20101007102317.4D9FC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b6067479e5cb0a4292498a74592b2cfc68122209 commit b6067479e5cb0a4292498a74592b2cfc68122209 Author: bouleetbil Date: Thu Oct 7 12:56:02 2010 +0000 dhcpcd-5.2.8-1-i686 *Version bump diff --git a/source/base/dhcpcd/FrugalBuild b/source/base/dhcpcd/FrugalBuild index be71455..5e8a064 100644 --- a/source/base/dhcpcd/FrugalBuild +++ b/source/base/dhcpcd/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=dhcpcd -pkgver=5.2.7 +pkgver=5.2.8 pkgrel=1 pkgdesc="A DHCP client daemon" #url="http://dhcpcd.berlios.de" @@ -15,7 +15,7 @@ rodepends=('frugalwareutils>=0.8.2-2') _F_archive_nosort="y" up2date="lynx -dump http://roy.marples.name/projects/dhcpcd/wiki/DhcpcdDownload | tac| Flasttarbz2" source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('510f7360edb426a0dafcf840aa1f35d75636a697') +sha1sums=('3a7ffc6d3599fd4146791853b083dc577d8dd9c0') backup=('etc/dhcpcd.conf') build() { From bouleetbil at frogdev.info Thu Oct 7 12:42:25 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 12:42:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: telepathy-glib-0.13.1-1-i686 Message-ID: <20101007104225.8673A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e0984124afe7527b1917ed6f76486b335ceddfac commit e0984124afe7527b1917ed6f76486b335ceddfac Author: bouleetbil Date: Thu Oct 7 13:15:12 2010 +0000 telepathy-glib-0.13.1-1-i686 *Version bump diff --git a/source/lib/telepathy-glib/FrugalBuild b/source/lib/telepathy-glib/FrugalBuild index 93abba1..bc39d78 100644 --- a/source/lib/telepathy-glib/FrugalBuild +++ b/source/lib/telepathy-glib/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: AlexExtreme pkgname=telepathy-glib -pkgver=0.13.0 -pkgrel=2 +pkgver=0.13.1 +pkgrel=1 pkgdesc="A glib library to ease writing telepathy clients in glib." url="http://telepathy.freedesktop.org/wiki/" depends=('dbus-glib') @@ -13,7 +13,7 @@ groups=('lib') 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=('6342460bd6ff760e508722cfb71e89b92e60f654') +sha1sums=('4285964a7b8de3c3f6a179d94c8cfdaf94ce7dc4') Fconfopts="${Fconfopts[@]} --enable-vala-bindings" # optimization OK From bouleetbil at frogdev.info Thu Oct 7 12:58:30 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 12:58:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: telepathy-gabble-0.10.3-1-i686 Message-ID: <20101007105830.94579132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8fad19f68a22d39cd0e43fdd8a821514674fd79b commit 8fad19f68a22d39cd0e43fdd8a821514674fd79b Author: bouleetbil Date: Thu Oct 7 13:31:18 2010 +0000 telepathy-gabble-0.10.3-1-i686 *Version bump diff --git a/source/lib-extra/telepathy-gabble/FrugalBuild b/source/lib-extra/telepathy-gabble/FrugalBuild index fcac3d1..a59b951 100644 --- a/source/lib-extra/telepathy-gabble/FrugalBuild +++ b/source/lib-extra/telepathy-gabble/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=telepathy-gabble -pkgver=0.10.0 +pkgver=0.10.3 pkgrel=1 pkgdesc="Telepathy is a D-Bus framework for unifying real time communication." url="http://telepathy.freedesktop.org/" @@ -14,6 +14,6 @@ groups=('lib-extra') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://telepathy.freedesktop.org/releases/telepathy-gabble | Flasttar" source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz) -sha1sums=('f88889e45973331d705b172ffa800b67e8b8dacc') +sha1sums=('9dbf22ff48fafb243b727a3c22085cc3eea45c0c') # optimization OK From bouleetbil at frogdev.info Thu Oct 7 13:10:43 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 13:10:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: telepathy-salut-0.4.0-1-i686 Message-ID: <20101007111043.E368E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=15520ebf360e4aaaaf81aa8f8d007ec447c23797 commit 15520ebf360e4aaaaf81aa8f8d007ec447c23797 Author: bouleetbil Date: Thu Oct 7 13:43:26 2010 +0000 telepathy-salut-0.4.0-1-i686 *Version bump diff --git a/source/lib-extra/telepathy-salut/FrugalBuild b/source/lib-extra/telepathy-salut/FrugalBuild index 1ee63ad..1223af5 100644 --- a/source/lib-extra/telepathy-salut/FrugalBuild +++ b/source/lib-extra/telepathy-salut/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=telepathy-salut -pkgver=0.3.13 +pkgver=0.4.0 pkgrel=1 pkgdesc="Provide Link-local Jabber functionality for Telepathy" url="http://telepathy.freedesktop.org/releases/$pkgname" @@ -12,6 +12,6 @@ depends=('telepathy-glib' 'avahi-glib' 'libasyncns' 'libsoup>=2.26.0' 'cyrus-sas makedepends=('libxslt' 'gtk-doc') groups=('lib-extra') archs=('i686' 'x86_64' 'ppc') -sha1sums=('2b69abe3277c1c1a127b37a98eff13d00cad1399') +sha1sums=('ac8f8ed746ca67268cc2743775d790a385847aca') # optimization OK From bouleetbil at frogdev.info Thu Oct 7 13:18:11 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 13:18:11 +0200 (CEST) Subject: [Frugalware-git] bouletmp: libgdiplus-2.8-1-i686 Message-ID: <20101007111811.379B8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=313b35ca1aa5d5ab0b6515858c8eb00ba7b74688 commit 313b35ca1aa5d5ab0b6515858c8eb00ba7b74688 Author: bouleetbil Date: Thu Oct 7 13:50:56 2010 +0000 libgdiplus-2.8-1-i686 *Version bump diff --git a/source/xlib/libgdiplus/FrugalBuild b/source/xlib/libgdiplus/FrugalBuild index c262865..a42cdf9 100644 --- a/source/xlib/libgdiplus/FrugalBuild +++ b/source/xlib/libgdiplus/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=libgdiplus -pkgver=2.6.7 +pkgver=2.8 pkgrel=1 pkgdesc="libgdiplus is an implementation of the GDI+ library on Windows" url="http://www.mono-project.com" @@ -13,6 +13,6 @@ archs=('i686' 'x86_64' 'ppc') up2date=("Flasttar http://www.go-mono.com/sources-stable/") source=( http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2) Fconfopts="$Fconfopts --with-cairo=system" -sha1sums=('bc985e95b79327f224580263671173ef369dc074') +sha1sums=('237aa62d325342119e7baa740cc4cd46492e149c') # optimization OK From bouleetbil at frogdev.info Thu Oct 7 14:11:30 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 14:11:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: empathy-2.32.0.1-1-i686 Message-ID: <20101007121130.AF7E9132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=266b289e56aa1a4a856996da89928a5adbee828f commit 266b289e56aa1a4a856996da89928a5adbee828f Author: bouleetbil Date: Thu Oct 7 14:44:07 2010 +0000 empathy-2.32.0.1-1-i686 *Version bump diff --git a/source/gnome-extra/empathy/FrugalBuild b/source/gnome-extra/empathy/FrugalBuild index f435691..b704f76 100644 --- a/source/gnome-extra/empathy/FrugalBuild +++ b/source/gnome-extra/empathy/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=empathy -pkgver=2.32.0 -pkgrel=3 +pkgver=2.32.0.1 +pkgrel=1 pkgdesc="Empathy consists of a rich set of reusable instant messaging widgets" depends=('gconf>=2.32.0' 'telepathy-glib' 'libxml2' 'enchant' \ 'libglade' 'atk' 'pango' 'freetype2' 'libxau' 'libxdmcp' 'e2fsprogs' \ @@ -27,7 +27,7 @@ Fconfopts="${Fconfopts[@]} --enable-python=yes --enable-gtk-doc \ --enable-control-center-embedding=no \ --enable-nautilus-sendto=yes \ --enable-map=yes" -sha1sums=('789ea5f4fbf1bc137b5d23e33eed5e89b4208706') +sha1sums=('2d37cbb2b5bec7b22b9b840585a13ccc22a9251d') subpkgs=("${subpkgs[@]}" "$pkgname-nautilus-sendto") subdescs=("${subdescs[@]}" "nautilus-sendto extension $pkgname") From bouleetbil at frogdev.info Thu Oct 7 14:11:30 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 14:11:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libusb1 move to lib *libusb1 is used by upower and upower is used by gnome-session gdm... Message-ID: <20101007121130.9CB8C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a43dfccf0a90ef1c827a8dfcdb2414370e6d3f30 commit a43dfccf0a90ef1c827a8dfcdb2414370e6d3f30 Author: bouleetbil Date: Thu Oct 7 13:48:32 2010 +0000 libusb1 move to lib *libusb1 is used by upower and upower is used by gnome-session gdm... diff --git a/source/lib-extra/libusb1/FrugalBuild b/source/lib/libusb1/FrugalBuild similarity index 94% rename from source/lib-extra/libusb1/FrugalBuild rename to source/lib/libusb1/FrugalBuild index 268d730..7039096 100644 --- a/source/lib-extra/libusb1/FrugalBuild +++ b/source/lib/libusb1/FrugalBuild @@ -3,10 +3,10 @@ pkgname=libusb1 pkgver=1.0.8 -pkgrel=1 +pkgrel=2 pkgdesc="A library which allows userspace access to USB devices" depends=('glibc') -groups=('lib-extra') +groups=('lib') archs=('i686' 'x86_64' 'ppc') _F_sourceforge_name=libusb _F_sourceforge_dirname=libusb From bouleetbil at frogdev.info Thu Oct 7 15:11:57 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 15:11:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libdmapsharing-2.1.6-1-i686 Message-ID: <20101007131157.4730F132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d439a6a38157f60c49b9a295749af6ede98f8ae5 commit d439a6a38157f60c49b9a295749af6ede98f8ae5 Author: bouleetbil Date: Thu Oct 7 15:44:43 2010 +0000 libdmapsharing-2.1.6-1-i686 *Version bump diff --git a/source/xlib/libdmapsharing/FrugalBuild b/source/xlib/libdmapsharing/FrugalBuild index 53b779a..d27bf09 100644 --- a/source/xlib/libdmapsharing/FrugalBuild +++ b/source/xlib/libdmapsharing/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=libdmapsharing -pkgver=2.1.3 +pkgver=2.1.6 pkgrel=1 pkgdesc="A library that implements the DMAP family of protocols" url="http://www.flyn.org/projects/libdmapsharing" @@ -12,6 +12,6 @@ depends=("glib2" "avahi-glib" "gtk+2" "libsoup") groups=('xlib') options=('scriptlet') archs=('i686' 'x86_64' 'ppc') -sha1sums=('dc9267b08cb25ec1e790f0f28da87bba1c66be01') +sha1sums=('848e2cd5ecb79ae9c92a88ae725a1eadf41be978') # optimization OK From bouleetbil at frogdev.info Thu Oct 7 15:26:32 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 15:26:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libcanberra-0.26-1-i686 Message-ID: <20101007132632.87A72132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6538ccb20aa73aab4a36229ad2e5c9d254c56eb9 commit 6538ccb20aa73aab4a36229ad2e5c9d254c56eb9 Author: bouleetbil Date: Thu Oct 7 15:59:07 2010 +0000 libcanberra-0.26-1-i686 *Version bump diff --git a/source/multimedia/libcanberra/FrugalBuild b/source/multimedia/libcanberra/FrugalBuild index 86227af..4903d8a 100644 --- a/source/multimedia/libcanberra/FrugalBuild +++ b/source/multimedia/libcanberra/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=libcanberra -pkgver=0.25 +pkgver=0.26 pkgrel=1 pkgdesc="libcanberra is an implementation of the XDG Sound Theme and Name Specifications." url="http://0pointer.de/lennart/projects/$pkgname/" @@ -12,7 +12,7 @@ groups=('multimedia') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump -source $url | Flasttar" source=($url/$pkgname-$pkgver.tar.gz) -sha1sums=('cb86b88af99936134929e120b2a8d55466de1d0a') +sha1sums=('31a1cb8757e5da39b4cdc06e523d011578d7a3e3') Fconfopts="${Fconfopts[@]} --disable-oss" _F_gnome_schemas=('/etc/gconf/schemas/libcanberra.schemas') From bouleetbil at frogdev.info Thu Oct 7 16:13:53 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 16:13:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gparted-0.6.4-1-i686 Message-ID: <20101007141353.CB520132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a9a15db887af5a518fc75badae082b1ea77c1c0f commit a9a15db887af5a518fc75badae082b1ea77c1c0f Author: bouleetbil Date: Thu Oct 7 16:46:33 2010 +0000 gparted-0.6.4-1-i686 *Version bump diff --git a/source/xapps-extra/gparted/FrugalBuild b/source/xapps-extra/gparted/FrugalBuild index dd52545..c037bee 100644 --- a/source/xapps-extra/gparted/FrugalBuild +++ b/source/xapps-extra/gparted/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gparted -pkgver=0.6.3 +pkgver=0.6.4 pkgrel=1 pkgdesc="Parted GUI written in C++ using gtkmm as Graphical Toolkit" depends=('parted>=1.8.8' 'gtkmm>=2.20.3' 'freetype2' 'pango>=1.28.0-2' 'hal') @@ -15,7 +15,7 @@ _F_sourceforge_prefix="$pkgname-" Finclude sourceforge url="http://gparted.sourceforge.net" source=($source gparted-kde.desktop) -sha1sums=('29b121b66352de353a2b25d708cc4e3b635bf8ac' \ +sha1sums=('6eecb97b72388b1ec86b49f948d159bfbbeffabb' \ '9fef48cb9b11c71c79a5b4ce8bf1296920a095c2') subpkgs=("$pkgname-minimal") From bouleetbil at frogdev.info Thu Oct 7 16:24:17 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 16:24:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: solfege-3.18.1-1-i686 Message-ID: <20101007142417.DFC3F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5f355186ed1e7678827b96aa0e588c89019b6c4a commit 5f355186ed1e7678827b96aa0e588c89019b6c4a Author: bouleetbil Date: Thu Oct 7 16:57:02 2010 +0000 solfege-3.18.1-1-i686 *Version bump diff --git a/source/xapps-extra/solfege/FrugalBuild b/source/xapps-extra/solfege/FrugalBuild index 79aa3fc..22bbdae 100644 --- a/source/xapps-extra/solfege/FrugalBuild +++ b/source/xapps-extra/solfege/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=solfege -pkgver=3.18.0 +pkgver=3.18.1 pkgrel=1 pkgdesc="GNU Solfege is a computer program written to help you practice ear training" depends=('pygtk>=2.16.0-4' 'timidity++>=2.13.2-8' 'lame' 'python-mpd' 'libtimidity') @@ -13,6 +13,6 @@ _F_gnome_desktop="y" _F_sourceforge_realname="$pkgname stable" Finclude sourceforge gnome-scriptlet url="http://www.solfege.org" -sha1sums=('b06a9f7bdeb3702ad03c25f6fab74ce93c4a9b7e') +sha1sums=('1ee57f2e1c076845cedbb03ebaf4d7ad52ab5df5') # optimization OK From bouleetbil at frogdev.info Thu Oct 7 16:33:22 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 16:33:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libimobiledevice-1.0.3-1-i686 Message-ID: <20101007143322.42129132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2a96bdc391e449a96ee59d1851c3a3e185ad9053 commit 2a96bdc391e449a96ee59d1851c3a3e185ad9053 Author: bouleetbil Date: Thu Oct 7 17:06:11 2010 +0000 libimobiledevice-1.0.3-1-i686 *Version bump diff --git a/source/lib-extra/libimobiledevice/FrugalBuild b/source/lib-extra/libimobiledevice/FrugalBuild index 8b506f2..35073e2 100644 --- a/source/lib-extra/libimobiledevice/FrugalBuild +++ b/source/lib-extra/libimobiledevice/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=libimobiledevice -pkgver=1.0.2 +pkgver=1.0.3 pkgrel=1 pkgdesc="Library for connecting to mobile devices" depends=('glibc' 'libplist' 'usbmuxd' 'gnutls') @@ -12,6 +12,6 @@ archs=('i686' 'x86_64' 'ppc') url=http://libimobiledevice.org/ up2date="Flasttar $url" source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2) -sha1sums=('a826d8921b44a66890e1d0a3fdfc8913d0dae1f4') +sha1sums=('d91c15740b3908652e6210b1fc21cb364ea9ef14') # optimization OK From bouleetbil at frogdev.info Thu Oct 7 16:43:37 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 16:43:37 +0200 (CEST) Subject: [Frugalware-git] bouletmp: mono-2.8-1-i686 Message-ID: <20101007144337.3B1C2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=db5a2e9d47cd9a39b15642aec106b27fad375de3 commit db5a2e9d47cd9a39b15642aec106b27fad375de3 Author: bouleetbil Date: Thu Oct 7 17:15:54 2010 +0000 mono-2.8-1-i686 *Version bump diff --git a/source/devel/mono/FrugalBuild b/source/devel/mono/FrugalBuild index 9764766..87797b0 100644 --- a/source/devel/mono/FrugalBuild +++ b/source/devel/mono/FrugalBuild @@ -2,30 +2,27 @@ # Maintainer: bouleetbil pkgname=mono -pkgver=2.6.7 -pkgrel=3 +pkgver=2.8 +pkgrel=1 pkgdesc="Mono runtime and class libraries, a C# compiler/interpreter" url="http://www.mono-project.com/" depends=('glib2' 'zlib') -makedepends=('libgdiplus>=2.6.7') +makedepends=('libgdiplus>=2.8') rodepends=('libxml2') groups=('devel') archs=('i686' 'x86_64' 'ppc') Finclude mono up2date="lynx -dump http://www.go-mono.com/sources-stable/|grep -m1 'mono-'|sed 's/.*-\(.*\).t.*/\1/'" -source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2 rc.mono rc.mono-hu.po \ - mono-pc.patch delete_broken_assert.diff) +source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2 rc.mono rc.mono-hu.po) Fconfopts="$Fconfopts --with-tls=__thread --with-libgdiplus=installed --with-moonlight=yes \ - --with-preview=yes --with-glib=system --with-gc=included --with-profile2=yes --with-profile4=yes" + --with-preview=yes --with-gc=included --with-profile2=yes --with-profile4=yes" #Don't enable --enable-big-arrays we should have >3Go of ram #we can add --with-ikvm-native=yes for replace ikvm package and use native ikvm -sha1sums=('6528c009d344a21eb0898876369222a7fff76838' \ +sha1sums=('a724de68dccb583b54d2e08c5a1e5760c18225ab' \ '1a6826fb1bb13f906a1465be43bb592a2a9e0e10' \ - '6c19f98462d7bb1ecba79a3ad284ea02a1eac2ec' \ - '2647d087df5baaf141cdf7f5039d6ab366b33c8f' \ - '7c0c865974da0a1c57a071778fccaeea4a6d87f7') + '6c19f98462d7bb1ecba79a3ad284ea02a1eac2ec') subpkgs=("monodoc") subdescs=("Documentation for mono's .Net class library") From bouleetbil at frogdev.info Thu Oct 7 16:57:54 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 16:57:54 +0200 (CEST) Subject: [Frugalware-git] bouletmp: mono-basic-2.8-1-i686 Message-ID: <20101007145754.49367132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=a5021d8d1999d3013b5dfccfeb7a2d92b9792e72 commit a5021d8d1999d3013b5dfccfeb7a2d92b9792e72 Author: bouleetbil Date: Thu Oct 7 17:30:41 2010 +0000 mono-basic-2.8-1-i686 *Version bump diff --git a/source/devel-extra/mono-basic/FrugalBuild b/source/devel-extra/mono-basic/FrugalBuild index 52783cc..18bde0c 100644 --- a/source/devel-extra/mono-basic/FrugalBuild +++ b/source/devel-extra/mono-basic/FrugalBuild @@ -2,14 +2,15 @@ # Maintainer: bouleetbil pkgname=mono-basic -pkgver=2.6.2 +pkgver=2.8 pkgrel=1 pkgdesc="Visual Basic .NET Runtime and Class Libraries" url="http://www.mono-project.com/" -depends=('mono>=2.6.3') +depends=('mono>=2.8') groups=('devel-extra') archs=('i686' 'x86_64' 'ppc') +_F_mono_aot=0 Finclude mono up2date="lynx -dump http://ftp.novell.com/pub/mono/sources-stable/|grep -m1 'mono-basic'|sed 's/.*-\(.*\).t.*/\1/'" source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('9d4656feef5141388be6dae1b110a6db0a132570') +sha1sums=('ea682fc8df678750bc2fdc18a2dd2a290ba5ed61') From bouleetbil at frogdev.info Thu Oct 7 17:12:31 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 17:12:31 +0200 (CEST) Subject: [Frugalware-git] bouletmp: xsp-2.8-1-i686 Message-ID: <20101007151231.795D7132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=2af28516595b912ccb140d5b21d274bc183dce4d commit 2af28516595b912ccb140d5b21d274bc183dce4d Author: bouleetbil Date: Thu Oct 7 17:45:24 2010 +0000 xsp-2.8-1-i686 *Version bump diff --git a/source/network-extra/xsp/FrugalBuild b/source/network-extra/xsp/FrugalBuild index 63e527d..ea4000f 100644 --- a/source/network-extra/xsp/FrugalBuild +++ b/source/network-extra/xsp/FrugalBuild @@ -2,18 +2,19 @@ # Maintainer: bouleetbil pkgname=xsp -pkgver=2.6.5 +pkgver=2.8 pkgrel=1 pkgdesc="XSP is a small web server that can host ASP.NET pages" url="http://www.go-mono.com/" -depends=('sqlite3' 'mono>=2.6.7' 'libgdiplus') +depends=('sqlite3' 'mono>=2.8' 'libgdiplus') +makedepends=('monodoc') groups=('network-extra') archs=('i686' 'x86_64') Finclude mono up2date="Flasttar http://ftp.novell.com/pub/mono/sources-stable/" source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2 \ rc.xsp xsp.sysconfig) -sha1sums=('dc755646e8a30d1675b60b05662e6d3581045339' \ +sha1sums=('0fd1593605c21916ae67b6bfac46322582f8f02f' \ '0c3e26db4ce082e6e0eaebc45b650818c2659a3e' \ '753c943fec4f40c009f2569548fddf894e9758e7') From bouleetbil at frogdev.info Thu Oct 7 17:17:26 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 17:17:26 +0200 (CEST) Subject: [Frugalware-git] bouletmp: mod_mono-2.8-1-i686 Message-ID: <20101007151726.10456132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=578dbecade7864f2752f20a3f33873ae79433311 commit 578dbecade7864f2752f20a3f33873ae79433311 Author: bouleetbil Date: Thu Oct 7 17:50:19 2010 +0000 mod_mono-2.8-1-i686 *Version bump diff --git a/source/network-extra/mod_mono/FrugalBuild b/source/network-extra/mod_mono/FrugalBuild index 05cbd40..394f6c3 100644 --- a/source/network-extra/mod_mono/FrugalBuild +++ b/source/network-extra/mod_mono/FrugalBuild @@ -2,18 +2,18 @@ # Maintainer: bouleetbil pkgname=mod_mono -pkgver=2.6.3 +pkgver=2.8 pkgrel=1 pkgdesc="Apache module for Mono." url="http://www.modpython.org/" -depends=('apache' 'mono>=2.6.3' 'xsp>=2.6.3') +depends=('apache' 'mono>=2.8' 'xsp>=2.8') groups=('network-extra') backup=('/etc/httpd/conf/modules.d/mod_mono.conf') archs=('i686' 'x86_64') up2date="Flasttar http://ftp.novell.com/pub/mono/sources-stable/" source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2 README.Frugalware) -sha1sums=('e0c44070bf2dd3335715b752f05f95fc04fe7b03' \ +sha1sums=('85a9ba01501c371ad888cbaaa1fa45b50d7cff8b' \ 'a00445bd117420b00953d02308ba0bfdb5d2055f') build() { From bouleetbil at frogdev.info Thu Oct 7 17:36:32 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 17:36:32 +0200 (CEST) Subject: [Frugalware-git] bouletmp: mono-tools-2.8-1-i686 Message-ID: <20101007153632.E04FF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=f1aac06ff16e0184060865012462fda5dcca8250 commit f1aac06ff16e0184060865012462fda5dcca8250 Author: bouleetbil Date: Thu Oct 7 18:09:23 2010 +0000 mono-tools-2.8-1-i686 *Version bump diff --git a/source/gnome-extra/mono-tools/FrugalBuild b/source/gnome-extra/mono-tools/FrugalBuild index 5ab8f29..af8da72 100644 --- a/source/gnome-extra/mono-tools/FrugalBuild +++ b/source/gnome-extra/mono-tools/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: bouleetbil pkgname=mono-tools -pkgver=2.6.2 +pkgver=2.8 pkgrel=1 pkgdesc="Mono Tools is a collection of development and testing programs and utilities for use with Mono." url="http://www.mono-project.com/" -depends=('gnome-desktop-sharp>=2.20.1' 'desktop-file-utils' 'webkit-sharp' 'monodoc>=2.6.3' 'libgdiplus>=2.6.2') +depends=('gnome-desktop-sharp>=2.20.1' 'desktop-file-utils' 'webkit-sharp' 'monodoc>=2.8' 'libgdiplus>=2.8') makedepends=('pkgconfig') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') @@ -14,7 +14,7 @@ up2date="lynx -dump 'http://www.go-mono.com/sources-stable/'|grep -m1 'mono-tool source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2) options=('scriptlet') Finclude mono -sha1sums=('1642997fde9605b0a4f5a78cf945a9fb6bad8462') +sha1sums=('7ab4dc275931b90b49567f8af7e8dc5418f4fa12') build() { From vmiklos at frugalware.org Thu Oct 7 18:34:47 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 7 Oct 2010 18:34:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: centerim-4.22.9.37-1-i686 Message-ID: <20101007163447.81E7D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1dd706d753605afdeefe212bf7f4461a8434de73 commit 1dd706d753605afdeefe212bf7f4461a8434de73 Author: Miklos Vajna Date: Thu Oct 7 18:14:09 2010 +0200 centerim-4.22.9.37-1-i686 - version bump diff --git a/source/network-extra/centerim/FrugalBuild b/source/network-extra/centerim/FrugalBuild index 6261f88..8d7ffc6 100644 --- a/source/network-extra/centerim/FrugalBuild +++ b/source/network-extra/centerim/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=centerim -pkgver=4.22.9 +pkgver=4.22.9.37 pkgrel=1 pkgdesc="Terminal based Instant Messagin center." url="http://www.centerim.org/" @@ -12,7 +12,7 @@ groups=('network-extra') archs=('i686' 'x86_64') _F_archive_grepv="alpha" up2date="Flasttar $url" -source=(http://www.centerim.org/download/releases/centerim-$pkgver.tar.gz) -sha1sums=('ebe9f4ee2064a2fa10f1084ce26083ccd295673e') +source=(http://centerim.org/download/mobshots/centerim-$pkgver.tar.gz) +sha1sums=('33cb8e1a563503a49fef45483e61ca3ff31e6447') # optimization OK From vmiklos at frugalware.org Thu Oct 7 18:34:47 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 7 Oct 2010 18:34:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: live-2010.10.06-1-i686 Message-ID: <20101007163447.947B1132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3497efc21c3f2608b8218106e957547129504458 commit 3497efc21c3f2608b8218106e957547129504458 Author: Miklos Vajna Date: Thu Oct 7 18:15:22 2010 +0200 live-2010.10.06-1-i686 - version bump diff --git a/source/multimedia/live/FrugalBuild b/source/multimedia/live/FrugalBuild index 0b89b58..d61a907 100644 --- a/source/multimedia/live/FrugalBuild +++ b/source/multimedia/live/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=live -pkgver=2010.09.25 +pkgver=2010.10.06 pkgrel=1 pkgdesc="Source-code libraries for standards-based RTP/RTCP/RTSP multimedia streaming" url="http://www.live555.com/" @@ -11,7 +11,7 @@ groups=('multimedia') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://www.live555.com/liveMedia/public/|grep tar.gz$|sed 's/.*live.\(.*\)\.t.*/\1/;q'" source=(http://www.live555.com/liveMedia/public/live.$pkgver.tar.gz) -sha1sums=('dcac9d6c22b4ea2809929fa8beff8336806b5070') +sha1sums=('1357d10113d4c7bcdeb77a0a751ba537488da70d') build() { From vmiklos at frugalware.org Thu Oct 7 18:34:47 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 7 Oct 2010 18:34:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: iputils-20101006-1-i686 Message-ID: <20101007163447.A2B20132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e2b069ba3a7f54aec8a04dbbe9d223a44f629f16 commit e2b069ba3a7f54aec8a04dbbe9d223a44f629f16 Author: Miklos Vajna Date: Thu Oct 7 18:15:50 2010 +0200 iputils-20101006-1-i686 - version bump diff --git a/source/network/iputils/FrugalBuild b/source/network/iputils/FrugalBuild index d6bed15..944d2a0 100644 --- a/source/network/iputils/FrugalBuild +++ b/source/network/iputils/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=iputils -pkgver=20100418 +pkgver=20101006 pkgrel=1 pkgdesc="The ping program for checking to see if network hosts are alive." url="ftp://ftp.inr.ac.ru/ip-routing/" @@ -13,7 +13,7 @@ groups=('network') archs=('i686' 'x86_64' 'ppc') up2date="Flasttar http://www.skbuff.net/iputils/ | sed 's/^s//'" source=(http://www.skbuff.net/iputils/$pkgname-s$pkgver.tar.bz2) -sha1sums=('eb787a65341d7bced3458766f7094b08f02b712f') +sha1sums=('a08cc5423a7bf940205f2353fe3d129cd39ff242') options=('scriptlet') From vmiklos at frugalware.org Thu Oct 7 18:34:47 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 7 Oct 2010 18:34:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: vim-7.3-1-i686 Message-ID: <20101007163447.AAC2D132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e9ecfc60f55a421655afdfe2e8c80e67efc0cad2 commit e9ecfc60f55a421655afdfe2e8c80e67efc0cad2 Author: Miklos Vajna Date: Thu Oct 7 18:26:07 2010 +0200 vim-7.3-1-i686 - version bump - clean up frugalware.diff: give up supporting fpm|fdb files as bz2 ones as they might be xz-compressed as well diff --git a/source/apps/vim/FrugalBuild b/source/apps/vim/FrugalBuild index 1a038ba..5a4a03e 100644 --- a/source/apps/vim/FrugalBuild +++ b/source/apps/vim/FrugalBuild @@ -4,12 +4,11 @@ USE_GUI=${USE_GUI:-"y"} pkgname=vim -pkgver=7.2 -pkgrel=3 +pkgver=7.3 +pkgrel=1 pkgdesc="VIM - Vi IMproved console" url="http://www.vim.org" depends=('ncurses') -makedepends=('gpm>=1.20.5-2') groups=('apps') options=('scriptlet') archs=('i686' 'x86_64' 'ppc') @@ -18,16 +17,17 @@ up2date="lynx -dump $url/sources.php|grep bz2$|sed 's/.*-\(.*\)\.t.*/\1/;q'" source=(ftp://ftp.vim.org/pub/vim/unix/$pkgname-$pkgver.tar.bz2 \ gvim.xpm README.Frugalware \ vim-vimrc.diff frugalware.diff) -sha1sums=('a4b6641ca528fada71ea77c998a441495ed4984c' \ +sha1sums=('46faa96c5fab639899b1c655c23d8755b62f036f' \ 'f7262c7429c42b7c1ef9cf1eaa6aa12292933525' \ '50e139d94557b2ca361fed2130af103c47a8d654' \ '985911e5902d495897105cdd1570dfe47adfa254' \ - '95dfc37b411419f85774e143252d380d94804569') + '2a13f115db21d458a03c60e90945ef026eb24ca2') if Fuse $USE_GUI; then subpkgs=('gvim') subdescs=("VIM - Vi IMproved console (GTK version)") - subdepends=("vim=$pkgver gpm>=1.20.5-2 gtk+2>=2.20.0-2") + subdepends=("gpm>=1.20.5-2 gtk+2>=2.20.0-2") + subrodepends=("vim=$pkgver") subgroups=('xapps') subarchs=('i686 x86_64 ppc') fi diff --git a/source/apps/vim/frugalware.diff b/source/apps/vim/frugalware.diff index 86269559..46a7ad6 100644 --- a/source/apps/vim/frugalware.diff +++ b/source/apps/vim/frugalware.diff @@ -1,57 +1,6 @@ -diff -Naur vim72.orig/runtime/autoload/tar.vim vim72/runtime/autoload/tar.vim ---- vim72.orig/runtime/autoload/tar.vim 2008-08-09 16:14:58.000000000 +0200 -+++ vim72/runtime/autoload/tar.vim 2008-08-15 01:59:31.000000000 +0200 -@@ -139,7 +139,7 @@ - elseif tarfile =~# '\.lrp' - " call Decho("2: exe silent r! cat -- ".s:Escape(tarfile,1)."|gzip -d -c -|".g:tar_cmd." -".g:tar_browseoptions." - ") - exe "silent r! cat -- ".s:Escape(tarfile,1)."|gzip -d -c -|".g:tar_cmd." -".g:tar_browseoptions." - " -- elseif tarfile =~# '\.bz2$' -+ elseif tarfile =~# '\.\(bz2\|fpm\|fdb\)$' - " call Decho("3: exe silent r! bzip2 -d -c -- ".s:Escape(tarfile,1)." | ".g:tar_cmd." -".g:tar_browseoptions." - ") - exe "silent r! bzip2 -d -c -- ".s:Escape(tarfile,1)." | ".g:tar_cmd." -".g:tar_browseoptions." - " - else -@@ -239,7 +239,7 @@ - if fname =~ '\.gz$' && executable("zcat") - let decmp= "|zcat" - let doro = 1 -- elseif fname =~ '\.bz2$' && executable("bzcat") -+ elseif tarfile =~# '\.\(bz2\|fpm\|fdb\)$' && executable("bzcat") - let decmp= "|bzcat" - let doro = 1 - else -@@ -261,7 +261,7 @@ - elseif tarfile =~# '\.lrp$' - " call Decho("6: exe silent r! cat ".s:Escape(tarfile,1)." | gzip -d -c - | ".g:tar_cmd." -".g:tar_readoptions." - ".tar_secure.s:Escape(fname,1).decmp) - exe "silent r! cat -- ".s:Escape(tarfile,1)." | gzip -d -c - | ".g:tar_cmd." -".g:tar_readoptions." - ".tar_secure.s:Escape(fname,1).decmp -- elseif tarfile =~# '\.bz2$' -+ elseif tarfile =~# '\.\(bz2\|fpm\|fdb\)$' - " call Decho("7: exe silent r! bzip2 -d -c ".s:Escape(tarfile,1)."| ".g:tar_cmd." -".g:tar_readoptions." - ".tar_secure.s:Escape(fname,1).decmp) - exe "silent r! bzip2 -d -c -- ".s:Escape(tarfile,1)."| ".g:tar_cmd." -".g:tar_readoptions." - ".tar_secure.s:Escape(fname,1).decmp - else -@@ -366,9 +366,9 @@ - let compress= "gzip -- ".s:Escape(tarfile,0) - let tgz = 1 - " call Decho("compress<".compress.">") -- elseif tarfile =~# '\.bz2' -+ elseif tarfile =~# '\.\(bz2\|fpm\|fdb\)$' - call system("bzip2 -d -- ".s:Escape(tarfile,0)) -- let tarfile = substitute(tarfile,'\.bz2','','e') -+ let tarfile = substitute(tarfile,'\.\(bz2\|fpm\|fdb\)$','','e') - let compress= "bzip2 -- ".s:Escape(tarfile,0) - " call Decho("compress<".compress.">") - endif diff -Naur vim71.orig/runtime/filetype.vim vim71/runtime/filetype.vim --- vim71.orig/runtime/filetype.vim 2007-05-10 17:14:37.000000000 +0200 +++ vim71/runtime/filetype.vim 2007-09-11 23:31:04.000000000 +0200 -@@ -34,7 +34,7 @@ - " Pattern used to match file names which should not be inspected. - " Currently finds compressed files. - if !exists("g:ft_ignore_pat") -- let g:ft_ignore_pat = '\.\(Z\|gz\|bz2\|zip\|tgz\)$' -+ let g:ft_ignore_pat = '\.\(Z\|gz\|bz2\|fpm\|fdb\|zip\|tgz\)$' - endif - - " Function used for patterns that end in a star: don't set the filetype if the @@ -1726,6 +1726,11 @@ setf hog endfunc @@ -64,18 +13,6 @@ diff -Naur vim71.orig/runtime/filetype.vim vim71/runtime/filetype.vim " Spec (Linux RPM) au BufNewFile,BufRead *.spec setf spec -diff -Naur vim71.orig/runtime/plugin/tarPlugin.vim vim71/runtime/plugin/tarPlugin.vim ---- vim71.orig/runtime/plugin/tarPlugin.vim 2006-09-29 22:04:39.000000000 +0200 -+++ vim71/runtime/plugin/tarPlugin.vim 2007-09-11 23:26:22.000000000 +0200 -@@ -37,6 +37,8 @@ - au BufReadCmd *.tar call tar#Browse(expand("")) - au BufReadCmd *.tar.gz call tar#Browse(expand("")) - au BufReadCmd *.tar.bz2 call tar#Browse(expand("")) -+ au BufReadCmd *.fpm call tar#Browse(expand("")) -+ au BufReadCmd *.fdb call tar#Browse(expand("")) - au BufReadCmd *.tar.Z call tar#Browse(expand("")) - au BufReadCmd *.tgz call tar#Browse(expand("")) - augroup END diff -Naur vim71.orig/runtime/syntax/sh.vim vim71/runtime/syntax/sh.vim --- vim71.orig/runtime/syntax/sh.vim 2007-05-07 22:12:00.000000000 +0200 +++ vim71/runtime/syntax/sh.vim 2007-09-11 23:46:48.000000000 +0200 From vmiklos at frugalware.org Thu Oct 7 18:34:47 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 7 Oct 2010 18:34:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: vim-spell-hu-20100809-1-i686 Message-ID: <20101007163447.B2B1D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=75ff348da58e2cca9cf86577c40b37382a8fcba5 commit 75ff348da58e2cca9cf86577c40b37382a8fcba5 Author: Miklos Vajna Date: Thu Oct 7 18:29:08 2010 +0200 vim-spell-hu-20100809-1-i686 - version bump diff --git a/source/include/vim-spell.sh b/source/include/vim-spell.sh index 3095c30..18389cf 100644 --- a/source/include/vim-spell.sh +++ b/source/include/vim-spell.sh @@ -59,6 +59,12 @@ do done ### +# == APPENDED VARIABLES +# * noversrc to options() +### +options=(${options[@]} 'noversrc') + +### # == PROVIDED FUNCTIONS # * build() ### diff --git a/source/locale-extra/vim-spell-hu/FrugalBuild b/source/locale-extra/vim-spell-hu/FrugalBuild index dc5198c..053494e 100644 --- a/source/locale-extra/vim-spell-hu/FrugalBuild +++ b/source/locale-extra/vim-spell-hu/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna _F_vim_lang=hu -pkgver=20080213 +pkgver=20100809 _F_vim_desc=Hungarian _F_vim_encodings=('cp1250' 'iso-8859-2' 'utf-8') Finclude vim-spell From bouleetbil at frogdev.info Thu Oct 7 22:01:22 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 22:01:22 +0200 (CEST) Subject: [Frugalware-git] bouletmp: mono-2.8-2-i686 *disable moonlight build (break mono debugguer) *that don't break the plugin Message-ID: <20101007200122.C8398132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=8ba1888a2cc23b31683a79ed046d58fff6dee1c8 commit 8ba1888a2cc23b31683a79ed046d58fff6dee1c8 Author: bouleetbil Date: Thu Oct 7 22:29:35 2010 +0000 mono-2.8-2-i686 *disable moonlight build (break mono debugguer) *that don't break the plugin diff --git a/source/devel/mono/FrugalBuild b/source/devel/mono/FrugalBuild index 87797b0..da34a95 100644 --- a/source/devel/mono/FrugalBuild +++ b/source/devel/mono/FrugalBuild @@ -3,7 +3,7 @@ pkgname=mono pkgver=2.8 -pkgrel=1 +pkgrel=2 pkgdesc="Mono runtime and class libraries, a C# compiler/interpreter" url="http://www.mono-project.com/" depends=('glib2' 'zlib') @@ -14,7 +14,7 @@ archs=('i686' 'x86_64' 'ppc') Finclude mono up2date="lynx -dump http://www.go-mono.com/sources-stable/|grep -m1 'mono-'|sed 's/.*-\(.*\).t.*/\1/'" source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2 rc.mono rc.mono-hu.po) -Fconfopts="$Fconfopts --with-tls=__thread --with-libgdiplus=installed --with-moonlight=yes \ +Fconfopts="$Fconfopts --with-tls=__thread --with-libgdiplus=installed --with-moonlight=no \ --with-preview=yes --with-gc=included --with-profile2=yes --with-profile4=yes" #Don't enable --enable-big-arrays we should have >3Go of ram From bouleetbil at frogdev.info Thu Oct 7 22:15:28 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 22:15:28 +0200 (CEST) Subject: [Frugalware-git] bouletmp: mono-debugger-2.8-1-i686 Message-ID: <20101007201528.C3D74132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=a993795e845fbbd8f5057234299ff3e7e9481a5c commit a993795e845fbbd8f5057234299ff3e7e9481a5c Author: bouleetbil Date: Thu Oct 7 22:48:00 2010 +0000 mono-debugger-2.8-1-i686 *Version bump diff --git a/source/devel-extra/mono-debugger/FrugalBuild b/source/devel-extra/mono-debugger/FrugalBuild index 06fedbb..8d83cd7 100644 --- a/source/devel-extra/mono-debugger/FrugalBuild +++ b/source/devel-extra/mono-debugger/FrugalBuild @@ -2,15 +2,17 @@ # Maintainer: bouleetbil pkgname=mono-debugger -pkgver=2.6.3 +pkgver=2.8 pkgrel=1 pkgdesc="The Mono Debugger (MDB) can debug both managed and unmanaged applications." url="http://www.mono-project.com/" -depends=('mono>=2.6.3') +depends=('mono>=2.8') groups=('devel-extra') archs=('i686' 'x86_64') _F_mono_aot=0 Finclude mono up2date="lynx -dump http://www.go-mono.com/sources-stable/|grep -m1 'mono-debugger-'|sed 's/.*-\(.*\).t.*/\1/'" source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('ba1c8c364b498c6639730113bd96b662bd93afca') +sha1sums=('5f2bc07b1f1a502df7bad8b911d506da30da474d') + +# optimization OK From boobaa at frugalware.org Thu Oct 7 22:34:01 2010 From: boobaa at frugalware.org (CSÉCSY László) Date: Thu, 7 Oct 2010 22:34:01 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: drupal6-token-6.x_1.15-1-i686 version bump Message-ID: <20101007203401.A3E6A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e432e34dc4426ba4ade617ab2755f855fa3977b3 commit e432e34dc4426ba4ade617ab2755f855fa3977b3 Author: CS??CSY L??szl?? Date: Thu Oct 7 22:33:42 2010 +0200 drupal6-token-6.x_1.15-1-i686 version bump diff --git a/source/network-extra/drupal6-token/FrugalBuild b/source/network-extra/drupal6-token/FrugalBuild index 38badf0..2503f37 100644 --- a/source/network-extra/drupal6-token/FrugalBuild +++ b/source/network-extra/drupal6-token/FrugalBuild @@ -3,8 +3,8 @@ _F_drupal_module=token _F_drupal_ver=6.x -pkgver=6.x_1.14 +pkgver=6.x_1.15 pkgrel=1 pkgdesc="Provides an API to use small bits of text that can be placed into Drupal paths" Finclude drupal -sha1sums=('0373a1f621bcc804e781db06d3be66bfd63f0e3d') +sha1sums=('587e98966130ae0d714084fcb75aa4c6c6147a3c') From boobaa at frugalware.org Thu Oct 7 22:36:11 2010 From: boobaa at frugalware.org (CSÉCSY László) Date: Thu, 7 Oct 2010 22:36:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: drupal6-pathauto-6.x_1.5-1-i686 version bump Message-ID: <20101007203611.056B2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3dc90cf6c005198a56f9e3340e64cbf91028d2c2 commit 3dc90cf6c005198a56f9e3340e64cbf91028d2c2 Author: CS??CSY L??szl?? Date: Thu Oct 7 22:35:58 2010 +0200 drupal6-pathauto-6.x_1.5-1-i686 version bump diff --git a/source/network-extra/drupal6-pathauto/FrugalBuild b/source/network-extra/drupal6-pathauto/FrugalBuild index 77ddb76..3670489 100644 --- a/source/network-extra/drupal6-pathauto/FrugalBuild +++ b/source/network-extra/drupal6-pathauto/FrugalBuild @@ -3,14 +3,14 @@ _F_drupal_module=pathauto _F_drupal_ver=6.x -pkgver=6.x_1.4 -pkgrel=2 +pkgver=6.x_1.5 +pkgrel=1 pkgdesc="Automatically generates path aliases for various kinds of Drupal content" rodepends=('drupal6-token') Finclude drupal source=(${source[@]} i18n-ascii.txt) -sha1sums=('e8f59b8d71ae46b0b7aa9deadded0e3a46303990' \ - '30969b30d91cbbc0a19e5f41903875c3a2d88fe7') +sha1sums=('2919388c1e9ce6b20801eae1933235ad97c3f1a1' \ + '30969b30d91cbbc0a19e5f41903875c3a2d88fe7') build() { Fbuild_drupal From bouleetbil at frogdev.info Thu Oct 7 22:41:19 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 22:41:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: dhcp-4.2.0-1-i686 *version bump *now Ralink seems works with dhclient Message-ID: <20101007204119.AA35D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=db09bfac9a5cb2ff54e801c262c9ea05b58bea70 commit db09bfac9a5cb2ff54e801c262c9ea05b58bea70 Author: bouleetbil Date: Thu Oct 7 22:39:31 2010 +0200 dhcp-4.2.0-1-i686 *version bump *now Ralink seems works with dhclient diff --git a/source/network-extra/dhcp/FrugalBuild b/source/network-extra/dhcp/FrugalBuild index 51030a1..695c15d 100644 --- a/source/network-extra/dhcp/FrugalBuild +++ b/source/network-extra/dhcp/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=dhcp -pkgver=3.0.7 -pkgrel=3 +pkgver=4.2.0 +pkgrel=1 pkgdesc="The ISC DHCP server" url="http://www.isc.org/software/dhcp/" depends=('glibc') @@ -16,7 +16,7 @@ backup=('etc/dhcpd.conf') up2date="lynx -dump http://www.isc.org/downloads/current|grep -m1 'DHCP'|sed 's/.* \([0-9\.] *\)/\1/'" source=(ftp://ftp.isc.org/isc/$pkgname/$pkgname-$pkgver.tar.gz \ rc.dhcpd rc.dhcpd-hu.po README.Frugalware dhclient.conf) -sha1sums=('d6e8fd6f8e3bd04930ff74b400fca6eb7a5c715a' \ +sha1sums=('3cd76d9225d9d8405b02f13660762438d4ad3160' \ '4b8d8813f497d3a9aa21eeb113ae965b7b7fdf81' \ 'fd70ba41e16c15d69529eeb216be103e042f3437' \ '0510d9057df9dcf1c476961930f0ac65f7de87f9' \ @@ -34,23 +34,9 @@ build() { Fcd Fpatchall - ./configure || Fdie - for d in $DIRS ; do - Fsed 'CC_OPTIONS =' "CC_OPTIONS=$CFLAGS" work.linux-2.2/$d/Makefile - done - make || Fdie - Fmakeinstall INCDIR=$Fdestdir/usr/include \ - LIBDIR=$Fdestdir/usr/lib \ - USERBINDIR=$Fdestdir/usr/bin \ - BINDIR=$Fdestdir/sbin \ - ETC=$Fdestdir/etc \ - VARRUN=$Fdestdir/var/run/ \ - VARDB=$Fdestdir/var/db \ - FFMANDIR=$Fdestdir/usr/share/man/man5 \ - LIBMANDIR=$Fdestdir/usr/share/man/man3 \ - USRMANDIR=$Fdestdir/usr/share/man/man1 \ - ADMMANDIR=$Fdestdir/usr/share/man/man8 \ - CLIENTBINDIR=$Fdestdir/sbin install + Fmake --prefix=/usr --sysconfdir=/etc \ + --with-srv-lease-file=/var/state/dhcp/dhcpd.leases + Fmakeinstall Frcd2 dhcpd Ffile $pkgname-$pkgver/server/dhcpd.conf /etc/dhcpd.conf @@ -63,12 +49,12 @@ build() Fdoc README.Frugalware Fmkdir /var/lib/dhclient Fmv /usr/share/man /usr/man - + # Split out dhclient Fsplit dhclient usr/man/man5/dhclient* Fsplit dhclient usr/man/man8/dhclient* Fsplit dhclient var/lib/dhclient - Fsplit dhclient sbin/dhclient* + Fsplit dhclient usr/sbin/dhclient* Fsplit dhclient etc/dhclient.conf } From bouleetbil at frogdev.info Thu Oct 7 23:15:04 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 23:15:04 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: dhcp-4.2.0-1-ppc Message-ID: <20101007211504.59215132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=53b6d477c0bebb6a823b30013ea88c5c2274ff09 commit 53b6d477c0bebb6a823b30013ea88c5c2274ff09 Author: bouleetbil Date: Thu Oct 7 23:14:27 2010 +0200 dhcp-4.2.0-1-ppc added ppc to archs() diff --git a/source/network-extra/dhcp/FrugalBuild b/source/network-extra/dhcp/FrugalBuild index 695c15d..b3f181f 100644 --- a/source/network-extra/dhcp/FrugalBuild +++ b/source/network-extra/dhcp/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.isc.org/software/dhcp/" depends=('glibc') makedepends=('groff') groups=('network-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') backup=('etc/dhcpd.conf') #Check only the production release. The -Px suffix means Patch and x the number of the patch #See http://www.isc.org/software/version-numbering @@ -26,7 +26,7 @@ subdescs=('The ISC DHCP client') subgroups=('network-extra') subdepends=('glibc') subbackup=('etc/dhclient.conf') -subarchs=('i686 x86_64') +subarchs=('i686 x86_64 ppc') DIRS='client common dhcpctl dst minires server omapip relay' From bouleetbil at frogdev.info Thu Oct 7 23:20:44 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 23:20:44 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ethtool-6-1-ppc Message-ID: <20101007212044.71BF1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=565efe8aec316f217f02337e788e8f2da6be133b commit 565efe8aec316f217f02337e788e8f2da6be133b Author: bouleetbil Date: Thu Oct 7 23:20:14 2010 +0200 ethtool-6-1-ppc added ppc to archs() diff --git a/source/network/ethtool/FrugalBuild b/source/network/ethtool/FrugalBuild index 79043d3..0779211 100644 --- a/source/network/ethtool/FrugalBuild +++ b/source/network/ethtool/FrugalBuild @@ -10,7 +10,7 @@ _F_sourceforge_dirname="gkernel" Finclude sourceforge depends=('glibc') groups=('network') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') sha1sums=('808fda9c353714ad1d5f0428e7347fca8c0c23f6') # optimization OK From bouleetbil at frogdev.info Thu Oct 7 23:23:09 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 23:23:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: urwid-0.9.9.1-2-ppc Message-ID: <20101007212309.57333132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=34fbdba2ba327636350a12a00b22817dfb044afe commit 34fbdba2ba327636350a12a00b22817dfb044afe Author: bouleetbil Date: Thu Oct 7 23:22:39 2010 +0200 urwid-0.9.9.1-2-ppc added ppc to archs() diff --git a/source/devel-extra/urwid/FrugalBuild b/source/devel-extra/urwid/FrugalBuild index 0daba75..8f0a804 100644 --- a/source/devel-extra/urwid/FrugalBuild +++ b/source/devel-extra/urwid/FrugalBuild @@ -11,7 +11,7 @@ pkgdesc="Urwid is a curses-based user interface library for Python." depends=('python>=2.7') makedepends=('setuptools') groups=('devel-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') options=('nostrip') sha1sums=('7430e84a43d603717944d4f0d4489d90c0d59c1c') From bouleetbil at frogdev.info Thu Oct 7 23:26:31 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 23:26:31 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-wpactrl-20090609-2-ppc Message-ID: <20101007212631.E38C4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=53f87405904f75526c5f78339a99f52b767ffca9 commit 53f87405904f75526c5f78339a99f52b767ffca9 Author: bouleetbil Date: Thu Oct 7 23:26:01 2010 +0200 python-wpactrl-20090609-2-ppc added ppc to archs() diff --git a/source/devel-extra/python-wpactrl/FrugalBuild b/source/devel-extra/python-wpactrl/FrugalBuild index 70745f8..29f681e 100644 --- a/source/devel-extra/python-wpactrl/FrugalBuild +++ b/source/devel-extra/python-wpactrl/FrugalBuild @@ -10,7 +10,7 @@ up2date="Flasttar http://ftp.frugalware.org/pub/other/people/bouleetbil/sources/ pkgdesc="A Python extension for wpa_supplicant/hostapd control interface access" depends=('python>=2.7') groups=('devel-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') sha1sums=('a953d168ac02195a8bcda51afd8e974d43a90cb5') build() { From bouleetbil at frogdev.info Thu Oct 7 23:27:41 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 23:27:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-iwscan-20090609-2-ppc Message-ID: <20101007212741.31F9B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=066a1cd901f22e322f7dab5257c1266b00650bfc commit 066a1cd901f22e322f7dab5257c1266b00650bfc Author: bouleetbil Date: Thu Oct 7 23:27:11 2010 +0200 python-iwscan-20090609-2-ppc added ppc to archs() diff --git a/source/devel-extra/python-iwscan/FrugalBuild b/source/devel-extra/python-iwscan/FrugalBuild index 3669a72..7e1c280 100644 --- a/source/devel-extra/python-iwscan/FrugalBuild +++ b/source/devel-extra/python-iwscan/FrugalBuild @@ -10,7 +10,7 @@ up2date="Flasttar http://ftp.frugalware.org/pub/other/people/bouleetbil/sources/ pkgdesc="A Python interface to iwlist, using the iwlib library" depends=('python>=2.7' 'wireless_tools') groups=('devel-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_cd_path=$pkgname sha1sums=('ffd874e30322acc76a686bb3454ee882fc53d9e6') From bouleetbil at frogdev.info Thu Oct 7 23:30:59 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 7 Oct 2010 23:30:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: wicd-1.7.0-1-ppc Message-ID: <20101007213059.29C46132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=206773e6402b971bc6358d47d6a8cb2330b9c3fd commit 206773e6402b971bc6358d47d6a8cb2330b9c3fd Author: bouleetbil Date: Thu Oct 7 23:30:21 2010 +0200 wicd-1.7.0-1-ppc added ppc to archs() diff --git a/source/xapps-extra/wicd/FrugalBuild b/source/xapps-extra/wicd/FrugalBuild index 54a8289..72335fe 100644 --- a/source/xapps-extra/wicd/FrugalBuild +++ b/source/xapps-extra/wicd/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="A wired and wireless network manager for Linux" depends=('dbus-python' 'pygtk' 'dhcp' 'dhcpcd' 'wireless_tools' 'wpa_supplicant'\ 'ethtool' 'python>=2.7' 'urwid' 'python-wpactrl' 'python-iwscan') groups=('xapps-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') options=('scriptlet') _F_gnome_iconcache="y" _F_gnome_desktop="y" From ryuo at frugalware.org Fri Oct 8 05:40:24 2010 From: ryuo at frugalware.org (James Buren) Date: Fri, 8 Oct 2010 05:40:24 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: llvm-2.8-1-x86_64 * version bump * take over from crazy * fix up2date Message-ID: <20101008034024.5EB27132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4ced1e11b48047c439b9bcad41b2b0845faa5f30 commit 4ced1e11b48047c439b9bcad41b2b0845faa5f30 Author: James Buren Date: Thu Oct 7 22:39:27 2010 -0500 llvm-2.8-1-x86_64 * version bump * take over from crazy * fix up2date diff --git a/source/devel-extra/llvm/FrugalBuild b/source/devel-extra/llvm/FrugalBuild index 7476058..01277d8 100644 --- a/source/devel-extra/llvm/FrugalBuild +++ b/source/devel-extra/llvm/FrugalBuild @@ -1,8 +1,8 @@ # Compiling Time: 0.18 SBU -# Maintainer: crazy +# Maintainer: James Buren pkgname=llvm -pkgver=2.7 +pkgver=2.8 pkgrel=1 url="http://www.llvm.org" pkgdesc="Low Level Virtual Machine ( Compiler , Tools and Libs )" @@ -10,9 +10,8 @@ depends=('libstdc++') groups=('devel-extra') archs=('i686' 'x86_64' 'ppc') Finclude cmake -up2date="$pkgver" ## FIXME? +up2date="Flasttar $url/releases/download.html" source=(http://www.llvm.org/releases/$pkgver/$pkgname-$pkgver.tgz) -sha1sums=('059fc21b0ec1b649c4a3dec81756e5f92aa131a2') - +sha1sums=('6d49fe039d28e8664de25491c775cb2c599e30c1') # optimization OK From ryuo at frugalware.org Fri Oct 8 09:17:44 2010 From: ryuo at frugalware.org (James Buren) Date: Fri, 8 Oct 2010 09:17:44 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: fbterm-1.7.0-1-x86_64 * version bump Message-ID: <20101008071744.41753132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e0f2bf406f2ca00e0a26c6eefade34126c454935 commit e0f2bf406f2ca00e0a26c6eefade34126c454935 Author: James Buren Date: Fri Oct 8 02:17:14 2010 -0500 fbterm-1.7.0-1-x86_64 * version bump diff --git a/source/apps-extra/fbterm/FrugalBuild b/source/apps-extra/fbterm/FrugalBuild index b2cf5db..8350210 100644 --- a/source/apps-extra/fbterm/FrugalBuild +++ b/source/apps-extra/fbterm/FrugalBuild @@ -2,22 +2,20 @@ # Maintainer: James Buren pkgname=fbterm -pkgver=1.6 -pkgrel=2 +pkgver=1.7.0 +pkgrel=1 pkgdesc="A terminal emulator that runs in the framebuffer." depends=('fontconfig' 'zlib' 'libstdc++' 'libx86' 'ncurses') groups=('apps-extra') archs=('i686' 'x86_64') Finclude googlecode +_F_cd_path="$pkgname-1.7" source=(${source[@]} $pkgname-bi) -sha1sums=('6d9a27afeaaf5a7341b969fc40f110b8d2dc709b' \ +sha1sums=('dc7b7ff29212c1551f35bf7a50967454d3b8c67c' \ '90e8ff21bac81ae364809d0e6101ed07c4a72b06') build() { - Fcd - # Configure script reports "failure" incorrectly - ./configure --prefix=/usr - Fmakeinstall + Fbuild TERMINFO=$Fdestdir/usr/share/terminfo tic terminfo/$pkgname || Fdie Fexe /usr/bin/$pkgname-bi } From ryuo at frugalware.org Fri Oct 8 09:42:38 2010 From: ryuo at frugalware.org (James Buren) Date: Fri, 8 Oct 2010 09:42:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: fbterm-1.7.0-2-x86_64 * set suid on binary Message-ID: <20101008074238.4B428132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=71b18aedd9b7cdeb5df2a367d9f1f71eee3cf5ac commit 71b18aedd9b7cdeb5df2a367d9f1f71eee3cf5ac Author: James Buren Date: Fri Oct 8 02:41:52 2010 -0500 fbterm-1.7.0-2-x86_64 * set suid on binary diff --git a/source/apps-extra/fbterm/FrugalBuild b/source/apps-extra/fbterm/FrugalBuild index 8350210..f6a7d79 100644 --- a/source/apps-extra/fbterm/FrugalBuild +++ b/source/apps-extra/fbterm/FrugalBuild @@ -3,7 +3,7 @@ pkgname=fbterm pkgver=1.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="A terminal emulator that runs in the framebuffer." depends=('fontconfig' 'zlib' 'libstdc++' 'libx86' 'ncurses') groups=('apps-extra') @@ -18,6 +18,7 @@ build() { Fbuild TERMINFO=$Fdestdir/usr/share/terminfo tic terminfo/$pkgname || Fdie Fexe /usr/bin/$pkgname-bi + chmod u+s $Fdestdir/usr/bin/fbterm || Fdie } # optimization OK From vmiklos at frugalware.org Fri Oct 8 10:19:39 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 8 Oct 2010 10:19:39 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: firefox-flashblock-1.5.14-1-i686 Message-ID: <20101008081939.E942C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=567538692f0b80c7556ec859a1c1405cd975a443 commit 567538692f0b80c7556ec859a1c1405cd975a443 Author: Miklos Vajna Date: Fri Oct 8 10:04:16 2010 +0200 firefox-flashblock-1.5.14-1-i686 - version bump diff --git a/source/xapps-extra/firefox-flashblock/FrugalBuild b/source/xapps-extra/firefox-flashblock/FrugalBuild index dfa8b50..2db7115 100644 --- a/source/xapps-extra/firefox-flashblock/FrugalBuild +++ b/source/xapps-extra/firefox-flashblock/FrugalBuild @@ -4,7 +4,7 @@ pkgname=firefox-flashblock _F_firefox_ext=flashblock _F_firefox_id=3d7eb24f-2740-49df-8937-200b1cc08f8a -pkgver=1.5.13 +pkgver=1.5.14 pkgrel=1 pkgdesc="Replaces Flash objects with a button you can click to view them." url="http://flashblock.mozdev.org/" @@ -14,6 +14,6 @@ archs=('i686' 'x86_64') up2date="lynx -dump http://downloads.mozdev.org/flashblock/|grep [0-9].xpi$|sed 's/.*-\(.*\)\.xpi/\1/'|Fsort|tail -n 1" source=(http://downloads.mozdev.org/$_F_firefox_ext/$_F_firefox_ext-$pkgver.xpi \ chrome.manifest) -sha1sums=('2ed6abb820b91a9645541d35cfa8d677a349497a' \ +sha1sums=('61f3322e5ca2a618a62e2095d5adb750f08df824' \ '08b5540b3fc3872cdf3124ead702c0db7b6df7b7') Finclude firefox-extension From vmiklos at frugalware.org Fri Oct 8 10:19:40 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 8 Oct 2010 10:19:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tea-28.1.2-1-i686 Message-ID: <20101008081940.06799132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3f9d072177c20b5588712d15c1feb9a533e0ada2 commit 3f9d072177c20b5588712d15c1feb9a533e0ada2 Author: Miklos Vajna Date: Fri Oct 8 10:05:51 2010 +0200 tea-28.1.2-1-i686 - version bump diff --git a/source/xapps-extra/tea/FrugalBuild b/source/xapps-extra/tea/FrugalBuild index 715dfeb..78cf44a 100644 --- a/source/xapps-extra/tea/FrugalBuild +++ b/source/xapps-extra/tea/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=tea -pkgver=28.1.1 +pkgver=28.1.2 pkgrel=1 pkgdesc="TEA is a text editor that provides a wide range of text-processing functions \ and the syntax highlighting. Qt branch." @@ -18,7 +18,7 @@ source=(${source[@]} installationDir.patch) _F_desktop_name="Tea Text Editor (Qt)" _F_desktop_icon=${pkgname}_icon_v2.png _F_desktop_categories="Utility;TextEditor;" -sha1sums=('c114de00a848ec503f0a67dbe73de19d7d04f9a6' \ +sha1sums=('b6b6d42ed39a3095a41a066b72f69f381d11a27f' \ 'a775aca617484dd43a75226d1ff3781032129f25') build() From vmiklos at frugalware.org Fri Oct 8 10:19:40 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 8 Oct 2010 10:19:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ktorrent-4.0.3-1-i686 Message-ID: <20101008081940.1F7A8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d06139e8a677345facf8e9656b3eecf335812b3f commit d06139e8a677345facf8e9656b3eecf335812b3f Author: Miklos Vajna Date: Fri Oct 8 10:08:47 2010 +0200 ktorrent-4.0.3-1-i686 - version bump diff --git a/source/kde-extra/ktorrent/FrugalBuild b/source/kde-extra/ktorrent/FrugalBuild index 582c92a..98ebeae 100644 --- a/source/kde-extra/ktorrent/FrugalBuild +++ b/source/kde-extra/ktorrent/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: voroskoi pkgname=ktorrent -pkgver=4.0.2 +pkgver=4.0.3 pkgrel=1 pkgdesc="KTorrent is a BitTorrent program for KDE." _F_cmakekde_final=OFF @@ -18,6 +18,6 @@ archs=('i686' 'x86_64') url="http://ktorrent.org/" up2date="Flasttar 'http://ktorrent.org/?q=downloads'" source=(${url}/downloads/$pkgver/$pkgname-$pkgver.tar.bz2) -sha1sums=('40ee3b7b9face22d229344572f9542b4570e7411') +sha1sums=('d3eb0e1cb0fa64a61a98478da866bc0ca84295f1') # optimization OK From vmiklos at frugalware.org Fri Oct 8 10:19:40 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 8 Oct 2010 10:19:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: hplip-3.10.9-1-i686 Message-ID: <20101008081940.285CA132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=159a49deb1cb4e5b122aec1a15ae805bc8cac5de commit 159a49deb1cb4e5b122aec1a15ae805bc8cac5de Author: Miklos Vajna Date: Fri Oct 8 10:10:23 2010 +0200 hplip-3.10.9-1-i686 - version bump diff --git a/source/apps-extra/hplip/FrugalBuild b/source/apps-extra/hplip/FrugalBuild index c790c69..1a342c1 100644 --- a/source/apps-extra/hplip/FrugalBuild +++ b/source/apps-extra/hplip/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: voroskoi pkgname=hplip -pkgver=3.10.6 -pkgrel=2 +pkgver=3.10.9 +pkgrel=1 _F_sourceforge_ext=.tar.gz Finclude sourceforge pkgdesc="HPLIP is an HP developed solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux." @@ -17,7 +17,7 @@ conflicts=("${replaces[@]}") provides=("${replaces[@]}") groups=('apps-extra') archs=('i686' 'x86_64' 'ppc') -sha1sums=('1dc507340f8087bdeefb804c7771410bf958d564') +sha1sums=('5e145eafefbc5122bbe98345f2984fc0a55e5787') options=('nodocs') subpkgs=("${subpackages[@]}" 'hplip-driver') From vmiklos at frugalware.org Fri Oct 8 10:19:40 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 8 Oct 2010 10:19:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: amd-2.2.1-1-i686 Message-ID: <20101008081940.35199132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=36157054367c4ac06e632c93c3e3c2357f7121cf commit 36157054367c4ac06e632c93c3e3c2357f7121cf Author: Miklos Vajna Date: Fri Oct 8 10:11:30 2010 +0200 amd-2.2.1-1-i686 - version bump diff --git a/source/lib-extra/amd/FrugalBuild b/source/lib-extra/amd/FrugalBuild index efd0d7a..ac38dbe 100644 --- a/source/lib-extra/amd/FrugalBuild +++ b/source/lib-extra/amd/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: voroskoi pkgname=amd -pkgver=2.2.0 -pkgrel=2 +pkgver=2.2.1 +pkgrel=1 pkgdesc="AMD is a set of routines for ordering a sparse matrix prior to Cholesky factorization." url="http://www.cise.ufl.edu/research/sparse/amd/" depends=() @@ -14,7 +14,7 @@ _F_archive_name="AMD" up2date="Flasttar ${url}" source=(http://www.cise.ufl.edu/research/sparse/amd/AMD-${pkgver}.tar.gz \ http://www.cise.ufl.edu/research/sparse/UFconfig/UFconfig-3.4.0.tar.gz) -sha1sums=('862d2fd3538f31f37e9d133204e04ff36ed59c0f' \ +sha1sums=('d04b68d51a6eb41068ae20bdf74bd7c32d2690db' \ 'a57736182a04acae261e0aaebb5f1a5d3c31cdc7') _F_cd_path="AMD" From vmiklos at frugalware.org Fri Oct 8 10:19:40 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 8 Oct 2010 10:19:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gsl-1.14-1-i686 Message-ID: <20101008081940.3F6CD132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6d6d09603b9be50b99467b70fa015b49d13fed27 commit 6d6d09603b9be50b99467b70fa015b49d13fed27 Author: Miklos Vajna Date: Fri Oct 8 10:14:00 2010 +0200 gsl-1.14-1-i686 - version bump diff --git a/source/lib-extra/gsl/FrugalBuild b/source/lib-extra/gsl/FrugalBuild index 3762ed9..7f6152c 100644 --- a/source/lib-extra/gsl/FrugalBuild +++ b/source/lib-extra/gsl/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: voroskoi pkgname=gsl -pkgver=1.13 +pkgver=1.14 pkgrel=1 pkgdesc="The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers." url="http://www.gnu.org/software/gsl/" From vmiklos at frugalware.org Fri Oct 8 10:19:40 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 8 Oct 2010 10:19:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libxml++-2.30.1-1-i686 Message-ID: <20101008081940.558A1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2af1d69b4debb4826a6d608ef4b0dcbc36036dea commit 2af1d69b4debb4826a6d608ef4b0dcbc36036dea Author: Miklos Vajna Date: Fri Oct 8 10:14:59 2010 +0200 libxml++-2.30.1-1-i686 - version bump diff --git a/source/lib-extra/libxml++/FrugalBuild b/source/lib-extra/libxml++/FrugalBuild index e27aa5f..5a498c6 100644 --- a/source/lib-extra/libxml++/FrugalBuild +++ b/source/lib-extra/libxml++/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: voroskoi pkgname=libxml++ -pkgver=2.30.0 +pkgver=2.30.1 pkgrel=1 pkgdesc="libxml++ is a C++ wrapper for the libxml XML parser library" url="http://libxmlplusplus.sourceforge.net/" @@ -11,7 +11,7 @@ groups=('lib-extra') archs=('i686' 'x86_64' 'ppc') depends=('libxml2' 'glibmm' 'glib2') Finclude gnome -sha1sums=('84a7c56f7abf0e28c3fc5d60ae1eb14f1b987cc6') +sha1sums=('9d69aa168b8dab3f1c3ce355660adf57b194b803') build() { Fbuild From vmiklos at frugalware.org Fri Oct 8 10:19:40 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 8 Oct 2010 10:19:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ufconfig-3.5.0-1-i686 Message-ID: <20101008081940.5DB67132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1121cac928960b9b545e8ef4e02c66112bcea23d commit 1121cac928960b9b545e8ef4e02c66112bcea23d Author: Miklos Vajna Date: Fri Oct 8 10:15:30 2010 +0200 ufconfig-3.5.0-1-i686 - version bump diff --git a/source/lib-extra/ufconfig/FrugalBuild b/source/lib-extra/ufconfig/FrugalBuild index 611d4fc..3e73e43 100644 --- a/source/lib-extra/ufconfig/FrugalBuild +++ b/source/lib-extra/ufconfig/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: voroskoi pkgname=ufconfig -pkgver=3.4.0 +pkgver=3.5.0 pkgrel=1 pkgdesc="UFconfig is required by nearly all sparse matrix packages." url="http://www.cise.ufl.edu/research/sparse/UFconfig/" @@ -12,7 +12,7 @@ archs=('i686' 'x86_64') _F_archive_name="UFconfig" up2date="Flasttar ${url}" source=(http://www.cise.ufl.edu/research/sparse/UFconfig/UFconfig-${pkgver}.tar.gz) -sha1sums=('a57736182a04acae261e0aaebb5f1a5d3c31cdc7') +sha1sums=('5feaf4c51da7f2be591494d1baf0d2057a0f0254') _F_cd_path="UFconfig" build() { From vmiklos at frugalware.org Fri Oct 8 10:19:40 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 8 Oct 2010 10:19:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gphoto2-2.4.10-1-i686 Message-ID: <20101008081940.65E9D132C390@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=38f873f5333425fc81d65b9f64b019509b736d58 commit 38f873f5333425fc81d65b9f64b019509b736d58 Author: Miklos Vajna Date: Fri Oct 8 10:16:06 2010 +0200 gphoto2-2.4.10-1-i686 - version bump diff --git a/source/multimedia/gphoto2/FrugalBuild b/source/multimedia/gphoto2/FrugalBuild index a2bd45d..bd7e1f0 100644 --- a/source/multimedia/gphoto2/FrugalBuild +++ b/source/multimedia/gphoto2/FrugalBuild @@ -3,8 +3,8 @@ # Maintainer: voroskoi pkgname=gphoto2 -pkgver=2.4.8 -pkgrel=2 +pkgver=2.4.10 +pkgrel=1 pkgdesc="A set of digital camera applications for Unix-like systems." _F_sourceforge_dirname="gphoto" _F_sourceforge_realname="gphoto" @@ -14,6 +14,6 @@ url="http://www.gphoto.org" depends=('aalib' 'readline' 'libgphoto2>=2.4.8-2' 'libusb' 'popt') groups=('multimedia') archs=('i686' 'x86_64' 'ppc') -sha1sums=('4aaea84e7e09687eb55b8a884ac8bf5e79bb4e15') +sha1sums=('a01de04ecfc1e4505c30a586af8ee218dbb44d7b') # optimization OK From bouleetbil at frogdev.info Fri Oct 8 11:24:09 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 8 Oct 2010 11:24:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libupnp-1.6.7-1-i686 Message-ID: <20101008092409.3A5ED132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d04a3cc4d5a7221b301cd0434742e7247a8a9926 commit d04a3cc4d5a7221b301cd0434742e7247a8a9926 Author: bouleetbil Date: Fri Oct 8 11:57:00 2010 +0000 libupnp-1.6.7-1-i686 *Version bump diff --git a/source/lib-extra/libupnp/FrugalBuild b/source/lib-extra/libupnp/FrugalBuild index ab77198..7e2646c 100644 --- a/source/lib-extra/libupnp/FrugalBuild +++ b/source/lib-extra/libupnp/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=libupnp -pkgver=1.6.6 +pkgver=1.6.7 pkgrel=1 pkgdesc="An Portable Open Source UPnP Development Kit" depends=('glibc') @@ -13,6 +13,6 @@ _F_sourceforge_realname="pupnp" _F_sourceforge_dirname="pupnp" _F_sourceforge_ext=".tar.bz2" Finclude sourceforge -sha1sums=('24c2c349cb52ed3d62121fbdae205c8d9dc0f5fa') +sha1sums=('d0a46b28205cbf44f9ebf91f761a6bb10a3dcf26') # optimization OK From bouleetbil at frogdev.info Fri Oct 8 11:32:46 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 8 Oct 2010 11:32:46 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libnfo-1.0.1-1-i686 Message-ID: <20101008093246.B5F04132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5e13911633b78a0ab02ceed06f8e91d37ffcb74f commit 5e13911633b78a0ab02ceed06f8e91d37ffcb74f Author: bouleetbil Date: Fri Oct 8 12:05:52 2010 +0000 libnfo-1.0.1-1-i686 *Version bump diff --git a/source/lib-extra/libnfo/FrugalBuild b/source/lib-extra/libnfo/FrugalBuild index ca9bf0c..9b91498 100644 --- a/source/lib-extra/libnfo/FrugalBuild +++ b/source/lib-extra/libnfo/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=libnfo -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="An NFO file parser/writer library." depends=('libxml2') @@ -12,7 +12,7 @@ source=($urldl/$pkgname-$pkgver.tar.bz2) up2date="Flasttar $urldl" groups=('lib-extra') archs=('i686' 'x86_64') -sha1sums=('13a041b61a34f3ccabc505d737cba963a3ce935c') +sha1sums=('38c79fce647b0ae33623b99cd6df56ffaa3e0371') build() { Fcd From bouleetbil at frogdev.info Fri Oct 8 11:45:33 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 8 Oct 2010 11:45:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gupnp-av-0.6.1-1-i686 Message-ID: <20101008094533.D4973132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c8115a9677de66e4a9189287e6510791818fef88 commit c8115a9677de66e4a9189287e6510791818fef88 Author: bouleetbil Date: Fri Oct 8 12:18:33 2010 +0000 gupnp-av-0.6.1-1-i686 *Version bump diff --git a/source/xlib-extra/gupnp-av/FrugalBuild b/source/xlib-extra/gupnp-av/FrugalBuild index 1630ff0..2477130 100644 --- a/source/xlib-extra/gupnp-av/FrugalBuild +++ b/source/xlib-extra/gupnp-av/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gupnp-av -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=1 pkgdesc="GUPnP-AV is a collection of helpers for building audio/video applications using GUPnP" depends=('gupnp>=0.14.0') @@ -12,6 +12,6 @@ up2date="Flasttar http://www.gupnp.org/download" groups=('xlib-extra') options=('scriptlet') archs=('i686' 'x86_64' 'ppc') -sha1sums=('0b2ecf6ee66b844df694d545d8703e8d5c48bb7f') +sha1sums=('c41a278d6b20a2823cf8dfb72c094c507dfaefce') # optimization OK From bouleetbil at frogdev.info Fri Oct 8 14:22:58 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 8 Oct 2010 14:22:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-openid-2.2.5-1-i686 *new package *uses by django Message-ID: <20101008122258.CF13D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=30a8ca8121379e91aecf70488ac514c187d3ff13 commit 30a8ca8121379e91aecf70488ac514c187d3ff13 Author: bouleetbil Date: Fri Oct 8 14:55:30 2010 +0000 python-openid-2.2.5-1-i686 *new package *uses by django diff --git a/source/devel-extra/python-openid/FrugalBuild b/source/devel-extra/python-openid/FrugalBuild new file mode 100644 index 0000000..e43ef1b --- /dev/null +++ b/source/devel-extra/python-openid/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.01 SBU +# Maintainer: bouleetbil + +pkgname=python-openid +pkgver=2.2.5 +pkgrel=1 +pkgdesc="OpenID support for servers and consumers." +url="http://github.com/openid/python-openid" +depends=('python>=2.7') +groups=('devel-extra') +archs=('i686' 'x86_64' 'ppc') +up2date="Flasttar http://pypi.python.org/packages/source/p/$pkgname" +source=(http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz) +sha1sums=('e1a8e9502abf45e22dbc5f5ef76e56e139ea1b3d') From bouleetbil at frogdev.info Fri Oct 8 14:33:44 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 8 Oct 2010 14:33:44 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pytz-2010l-1-i686 *new package *requiert by django Message-ID: <20101008123344.70BFB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0075c1f2e2ce86dfb7995a4330475f03004705ce commit 0075c1f2e2ce86dfb7995a4330475f03004705ce Author: bouleetbil Date: Fri Oct 8 15:06:27 2010 +0000 pytz-2010l-1-i686 *new package *requiert by django diff --git a/source/devel-extra/pytz/FrugalBuild b/source/devel-extra/pytz/FrugalBuild new file mode 100644 index 0000000..d5c141a --- /dev/null +++ b/source/devel-extra/pytz/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0 SBU +# Maintainer: bouleetbil + +pkgname=pytz +pkgver=2010l +pkgrel=1 +pkgdesc="World Timezone Definitions for Python" +depends=('python>=2.7') +groups=('devel-extra') +archs=('i686' 'x86_64' 'ppc') +url="http://pytz.sourceforge.net/" +up2date="Flasttar http://pypi.python.org/packages/source/p/$pkgname" +source=(http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz) +sha1sums=('f6dc6c01042204f31c99c92fdb5268938edbffab') From vmiklos at frugalware.org Fri Oct 8 14:54:01 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 8 Oct 2010 14:54:01 +0200 (CEST) Subject: [Frugalware-git] frugalwareutils: fwnetconfig: don't use ifconfig when no options Message-ID: <20101008125401.7AC2A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=d3e5ecb5c394684083bccf7211670b93689cbace commit d3e5ecb5c394684083bccf7211670b93689cbace Author: Miklos Vajna Date: Fri Oct 8 14:51:20 2010 +0200 fwnetconfig: don't use ifconfig when no options diff --git a/libfwnetconfig/libfwnetconfig.c b/libfwnetconfig/libfwnetconfig.c index c60f84a..837b9fd 100644 --- a/libfwnetconfig/libfwnetconfig.c +++ b/libfwnetconfig/libfwnetconfig.c @@ -488,7 +488,7 @@ int fwnet_ifup(fwnet_interface_t *iface, fwnet_profile_t *profile) ret += fwutil_system(ptr); FWUTIL_FREE(ptr); } - else + else if(g_list_length(iface->options)>1) { ptr = g_strdup_printf("ifconfig %s 0.0.0.0", iface->name); ret += fwutil_system(ptr); From vmiklos at frugalware.org Fri Oct 8 16:02:14 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 8 Oct 2010 16:02:14 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: wvdial-1.61-2-i686 Message-ID: <20101008140214.3FB82132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2deb2c6188db1c36d6740e19db1fc59b842a719c commit 2deb2c6188db1c36d6740e19db1fc59b842a719c Author: Miklos Vajna Date: Fri Oct 8 15:58:01 2010 +0200 wvdial-1.61-2-i686 - add wrappers to start/stop wvdial in an async way diff --git a/source/network/wvdial/FrugalBuild b/source/network/wvdial/FrugalBuild index 1a70395..e2a54af 100644 --- a/source/network/wvdial/FrugalBuild +++ b/source/network/wvdial/FrugalBuild @@ -4,21 +4,25 @@ pkgname=wvdial pkgver=1.61 -pkgrel=1 +pkgrel=2 pkgdesc="WVDial CLI dialer" groups=('network') depends=('wvstreams>=4.6.1' 'zlib') archs=('i686' 'x86_64') up2date="lynx -dump -nolist 'http://alumnit.ca/wiki/?DownloadReleases'|grep 'wvdial-\(.*\).tar.gz'|sed 's/.*-\(.*\).tar.*$/\1/'" url="http://alumnit.ca/download/" -source=(http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz wvdial-1.61-destdir.patch) +source=(http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz wvdial-1.61-destdir.patch wvdial-up wvdial-down) backup=(etc/ppp/peers/{wvdial,wvdial-pipe}) sha1sums=('2878cae3aaf067989eebc7313ccd2cec59893345' \ - 'c07bbab034ef59ddc99bc1f045ef06888b21264d') + 'c07bbab034ef59ddc99bc1f045ef06888b21264d' \ + '6b2654d0e9591bd6498d77163fdfa19f16069456' \ + '29884131b5408ba5dd9c4b4e8dd6afaf3268e1fa') build() { unset MAKEFLAGS Fbuild Fexerel debian/pon.wvdial /usr/bin/pon.wvdial Fexerel debian/pon.wvdial /usr/bin/poff.wvdial + Fexe /usr/bin/wvdial-up + Fexe /usr/bin/wvdial-down } diff --git a/source/network/wvdial/wvdial-down b/source/network/wvdial/wvdial-down new file mode 100644 index 0000000..c17b63b --- /dev/null +++ b/source/network/wvdial/wvdial-down @@ -0,0 +1,10 @@ +#!/bin/sh + +pid=$(cat /var/run/wvdial.pid 2>/dev/null) + +if [ -d /proc/$pid ]; then + kill -INT $pid + echo "INFO: wvdial stopped successfully" +else + echo "ERROR: wvdial is not running" +fi diff --git a/source/network/wvdial/wvdial-up b/source/network/wvdial/wvdial-up new file mode 100644 index 0000000..0fe03f4 --- /dev/null +++ b/source/network/wvdial/wvdial-up @@ -0,0 +1,26 @@ +#!/bin/sh + +wvdial $1 &>/var/log/wvdial.log & +pid=$! +echo $pid > /var/run/wvdial.pid + +ret=0 +i=0 +while true +do + if [ ! -e /var/log/wvdial.log ]; then + touch /var/log/wvdial.log + fi + if grep -q DNS /var/log/wvdial.log || [ $i -gt 60 ]; then + [ $i -gt 60 ] && ret=1 + break + fi + sleep 1 + i=$(($i+1)) +done + +if [ $ret == 0 ]; then + echo "INFO: wvdial started successfully" +else + echo "ERROR: timeout, see /var/log/wvdial.log" +fi From ryuo at frugalware.org Fri Oct 8 16:04:55 2010 From: ryuo at frugalware.org (James Buren) Date: Fri, 8 Oct 2010 16:04:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: anonymous-pro-ttf-1.002-1-x86_64 * version bump * fix up2date Message-ID: <20101008140455.24B0D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d0843ed6e5562404f94926411d909c8151537579 commit d0843ed6e5562404f94926411d909c8151537579 Author: James Buren Date: Fri Oct 8 09:04:00 2010 -0500 anonymous-pro-ttf-1.002-1-x86_64 * version bump * fix up2date diff --git a/source/xlib-extra/anonymous-pro-ttf/FrugalBuild b/source/xlib-extra/anonymous-pro-ttf/FrugalBuild index 1748fca..be756d2 100644 --- a/source/xlib-extra/anonymous-pro-ttf/FrugalBuild +++ b/source/xlib-extra/anonymous-pro-ttf/FrugalBuild @@ -2,15 +2,16 @@ # Maintainer: James Buren pkgname=anonymous-pro-ttf -pkgver=1.001 -pkgrel=2 +pkgver=1.002 +pkgrel=1 pkgdesc="A fixed width sans font designed especially for programmers." url="http://www.ms-studio.com/FontSales/anonymouspro.html" groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') -up2date="lynx -dump $url | sed -rn 's|.*Anonymous Pro (.*):|\1| p'" -source=(${url/anonymouspro.html/AnonymousPro.zip}) -sha1sums=('16f45e39c63a6be0d3fd58e10419ce252c90c1c6') +_F_archive_name="AnonymousPro" +up2date="Flastarchive $url .zip" +source=(${url/anonymouspro.html/AnonymousPro-$pkgver.zip}) +sha1sums=('87651de93312fdd3f27e50741d2a0630a41ec30d') options=('nodocs') _F_fonts_subdir="TTF" Finclude fonts @@ -20,6 +21,8 @@ build() { find -name "*.ttf" | while read i; do mv "$i" "${i// /}" || Fdie done - Fdoc AnonymousPro/*.txt + for i in `find -type d`; do + Fdoc $i/*.txt + done Fbuild_fonts } From ryuo at frugalware.org Fri Oct 8 16:14:43 2010 From: ryuo at frugalware.org (James Buren) Date: Fri, 8 Oct 2010 16:14:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libcss-0.0.2-2-x86_64 * rebuild with new schema Message-ID: <20101008141443.0409C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=815f0b7438743082dc13c92f28d15f732e4a7d0f commit 815f0b7438743082dc13c92f28d15f732e4a7d0f Author: James Buren Date: Fri Oct 8 09:11:49 2010 -0500 libcss-0.0.2-2-x86_64 * rebuild with new schema diff --git a/source/lib-extra/libcss/FrugalBuild b/source/lib-extra/libcss/FrugalBuild index 590480c..678b34a 100644 --- a/source/lib-extra/libcss/FrugalBuild +++ b/source/lib-extra/libcss/FrugalBuild @@ -3,9 +3,9 @@ pkgname=libcss pkgver=0.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="A CSS parser and selection engine library, written in C." Finclude netsurf -depends=('libparserutils' 'libwapcaplet') +depends=('libparserutils=0.0.2-2' 'libwapcaplet=0.0.2-2') groups=('lib-extra') sha1sums=('2240f03805cf780af468bc926f433c436707cbdd') From ryuo at frugalware.org Fri Oct 8 16:14:43 2010 From: ryuo at frugalware.org (James Buren) Date: Fri, 8 Oct 2010 16:14:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: hubbub-0.0.2-2-x86_64 * rebuild with new schema Message-ID: <20101008141443.17A29132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2c57a91e25ce9dfba0243a10ce43b3feb708dc50 commit 2c57a91e25ce9dfba0243a10ce43b3feb708dc50 Author: James Buren Date: Fri Oct 8 09:12:35 2010 -0500 hubbub-0.0.2-2-x86_64 * rebuild with new schema diff --git a/source/lib-extra/hubbub/FrugalBuild b/source/lib-extra/hubbub/FrugalBuild index fbcafbb..1d6e304 100644 --- a/source/lib-extra/hubbub/FrugalBuild +++ b/source/lib-extra/hubbub/FrugalBuild @@ -3,9 +3,9 @@ pkgname=hubbub pkgver=0.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="A library for parsing HTML5, written in C." Finclude netsurf -depends=('libparserutils') +depends=('libparserutils=0.0.2-2') groups=('lib-extra') sha1sums=('8f7c3666578bdd306fba767dd6dd2c031057ce0d') From ryuo at frugalware.org Fri Oct 8 16:25:27 2010 From: ryuo at frugalware.org (James Buren) Date: Fri, 8 Oct 2010 16:25:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: anonymous-pro-ttf-1.002-1-x86_64 * fix build Message-ID: <20101008142527.BCC1A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c8f222c714bd955cc22a3c717f0a2a27418171d3 commit c8f222c714bd955cc22a3c717f0a2a27418171d3 Author: James Buren Date: Fri Oct 8 09:24:43 2010 -0500 anonymous-pro-ttf-1.002-1-x86_64 * fix build diff --git a/source/xlib-extra/anonymous-pro-ttf/FrugalBuild b/source/xlib-extra/anonymous-pro-ttf/FrugalBuild index be756d2..b8d2841 100644 --- a/source/xlib-extra/anonymous-pro-ttf/FrugalBuild +++ b/source/xlib-extra/anonymous-pro-ttf/FrugalBuild @@ -21,8 +21,6 @@ build() { find -name "*.ttf" | while read i; do mv "$i" "${i// /}" || Fdie done - for i in `find -type d`; do - Fdoc $i/*.txt - done + Fdoc AnonymousPro-$pkgver*/*.txt Fbuild_fonts } From vmiklos at frugalware.org Fri Oct 8 16:44:03 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 8 Oct 2010 16:44:03 +0200 (CEST) Subject: [Frugalware-git] frugalwareutils: netconfig: add wvdial example to manpage Message-ID: <20101008144403.DD621132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=e576cd9cfd952019ea7da84439f8169e459b8a75 commit e576cd9cfd952019ea7da84439f8169e459b8a75 Author: Miklos Vajna Date: Fri Oct 8 16:44:29 2010 +0200 netconfig: add wvdial example to manpage diff --git a/doc/netconfig.txt b/doc/netconfig.txt index aad05e4..1e49458 100644 --- a/doc/netconfig.txt +++ b/doc/netconfig.txt @@ -231,6 +231,37 @@ network={ NOTE: See also the `wpa_psk` and `wpa_driver` options, most users can avoid the manual `pre_up` and `pre_down` directives. +=== Using mobile net (wvdial) + +---- +[ppp0] +pre_up = wvdial-up mobilnet +post_down = wvdial-down +---- + +Example `/etc/wvdial.conf` (Vodafone): + +---- +[Dialer Defaults] +ISDN=0 +Modem=/dev/ttyUSB0 +Baud=460800 +Phone =*99# +Ask Password=0 +Stupid Mode = 1 +Dial Command= ATDT +Init1=ATZ +Init3=ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 +Init4=AT+CGDCONT=1,"IP","internet.vodafone.net" +Init5=AT+CGQREQ=3,0,0,0,0,0 +Init6=AT+CGQMIN=1,0,0,0,0,0 +Auto DNS=0 + +[Dialer mobilnet] +Username =internet +Password =internet +---- + == AUTHOR Written by Miklos Vajna. From vmiklos at frugalware.org Fri Oct 8 17:03:07 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 8 Oct 2010 17:03:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: update NEWS Message-ID: <20101008150307.0288D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a52bd95659b6260da73655f993bc343ee9f43d7e commit a52bd95659b6260da73655f993bc343ee9f43d7e Author: Miklos Vajna Date: Fri Oct 8 16:59:40 2010 +0200 update NEWS diff --git a/NEWS b/NEWS index dc2b665..583b589 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ Frugalware (1.4) * Package updates: * Python 2.7 + * GNOME 2.32 * New features: * teTeX has been replaced by the TeX Live distribution * The default Java browser plugin is now provieded by OpenJRE From vmiklos at frugalware.org Fri Oct 8 17:07:09 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 8 Oct 2010 17:07:09 +0200 (CEST) Subject: [Frugalware-git] pacman-tools: genchangelog: redirect the stderr of git, not grep Message-ID: <20101008150709.63871132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=7e77a4d2d68520b2a0f59d8c7dee4c818390beac commit 7e77a4d2d68520b2a0f59d8c7dee4c818390beac Author: Miklos Vajna Date: Fri Oct 8 17:03:44 2010 +0200 genchangelog: redirect the stderr of git, not grep diff --git a/genchangelog b/genchangelog index 78f6cf2..75b6bb9 100755 --- a/genchangelog +++ b/genchangelog @@ -30,7 +30,7 @@ CHROOT=1 if [ ! -e Changelog ] || [ `stat -c %Y Changelog` -lt `stat -c %Y FrugalBuild` ]; then if [ "$F_makepkg_scm" = "git" ]; then echo -n "running git log... " - git log --follow --name-status FrugalBuild|grep -v $'^M\t' > Changelog 2>/dev/null + git log --follow --name-status FrugalBuild 2>/dev/null|grep -v $'^M\t' > Changelog else echo -n "running darcs changes... " darcs changes FrugalBuild > Changelog From bouleetbil at frogdev.info Fri Oct 8 20:24:39 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 8 Oct 2010 20:24:39 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pygobject-2.26.0-4-x86_64 *too bad pygobject is liniking to gobject-introspection *closes #4338 *will see for split or move it to xlib Message-ID: <20101008182439.89F4E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=33d2c1787876cc359855b342e6c5d621de543268 commit 33d2c1787876cc359855b342e6c5d621de543268 Author: bouleetbil Date: Fri Oct 8 20:21:25 2010 +0200 pygobject-2.26.0-4-x86_64 *too bad pygobject is liniking to gobject-introspection *closes #4338 *will see for split or move it to xlib diff --git a/source/lib/pygobject/FrugalBuild b/source/lib/pygobject/FrugalBuild index 448d940..808e463 100644 --- a/source/lib/pygobject/FrugalBuild +++ b/source/lib/pygobject/FrugalBuild @@ -3,10 +3,9 @@ pkgname=pygobject pkgver=2.26.0 -pkgrel=3 +pkgrel=4 pkgdesc="Python bindings for GObject" -depends=('python>=2.7' 'glib2>=2.24.0' 'libffi') -makedepends=('gobject-introspection' 'pycairo') +depends=('python>=2.7' 'glib2>=2.24.0' 'libffi' 'gobject-introspection' 'pycairo') groups=('lib') archs=('i686' 'x86_64' 'ppc') Finclude gnome python From elentir at frugalware.org Fri Oct 8 21:30:09 2010 From: elentir at frugalware.org (Elentir) Date: Fri, 8 Oct 2010 21:30:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: feh-1.10-1-i686 Message-ID: <20101008193009.E80CE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=06d242a5f8674f5fa39ee976d39532b6d0284121 commit 06d242a5f8674f5fa39ee976d39532b6d0284121 Author: Elentir Date: Fri Oct 8 21:28:35 2010 +0200 feh-1.10-1-i686 * version bump diff --git a/source/xapps-extra/feh/FrugalBuild b/source/xapps-extra/feh/FrugalBuild index f8041e0..5df7e86 100644 --- a/source/xapps-extra/feh/FrugalBuild +++ b/source/xapps-extra/feh/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Elentir pkgname=feh -pkgver=1.9 +pkgver=1.10 pkgrel=1 pkgdesc="A useful simple image viewer." url="https://derf.homelinux.org/projects/feh/" @@ -11,7 +11,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') up2date="Flasttar $url" source=(https://derf.homelinux.org/projects/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('643b5ba085ed1b7f37fb6e48293779f9056fca6e') +sha1sums=('c42095ed6a7636fe9d1ec90d3994f4a57af84681') build() { Fsed "xinerama =" "#xinerama =" config.mk From elentir at frugalware.org Fri Oct 8 21:36:19 2010 From: elentir at frugalware.org (Elentir) Date: Fri, 8 Oct 2010 21:36:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: t1utils-1.36-1-i686 Message-ID: <20101008193619.72490132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a414ab9e57f835b88ef48262ba06071e79e0b6d1 commit a414ab9e57f835b88ef48262ba06071e79e0b6d1 Author: Elentir Date: Fri Oct 8 21:34:51 2010 +0200 t1utils-1.36-1-i686 * version bump * change m8r to me diff --git a/source/apps-extra/t1utils/FrugalBuild b/source/apps-extra/t1utils/FrugalBuild index 9167384..f21f095 100644 --- a/source/apps-extra/t1utils/FrugalBuild +++ b/source/apps-extra/t1utils/FrugalBuild @@ -1,8 +1,8 @@ # Compiling time: 0.01 SBU -# Maintainer: Bence Nagy +# Maintainer: Elentir pkgname=t1utils -pkgver=1.35 +pkgver=1.36 pkgrel=1 pkgdesc='Type 1 utilities' url="http://www.lcdf.org/type" @@ -11,6 +11,6 @@ groups=('apps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://www.lcdf.org/type | grep \"t1utils-.*\.tar\.gz\" | tail -n 1 | sed -e \"s/.*-\(.*\)\.tar\.gz.*/\1/\"" source=($url/$pkgname-$pkgver.tar.gz) -sha1sums=('7774c62e9227b922154de8fb1d19eab98f64a7dc') +sha1sums=('474143e828eed4755fd51bbcbde1cb906114cadb') # optimization OK From elentir at frugalware.org Fri Oct 8 21:51:31 2010 From: elentir at frugalware.org (Elentir) Date: Fri, 8 Oct 2010 21:51:31 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnuplot-4.4.2-1-i686 Message-ID: <20101008195131.E430C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3a4c030b3df399a7f4a738647d4af6b164ac17eb commit 3a4c030b3df399a7f4a738647d4af6b164ac17eb Author: Elentir Date: Fri Oct 8 21:40:08 2010 +0200 gnuplot-4.4.2-1-i686 * version bump * enable cairo terminals diff --git a/source/xapps-extra/gnuplot/FrugalBuild b/source/xapps-extra/gnuplot/FrugalBuild index b26a9c6..1aaf085 100644 --- a/source/xapps-extra/gnuplot/FrugalBuild +++ b/source/xapps-extra/gnuplot/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: voroskoi pkgname=gnuplot -pkgver=4.4.0 -pkgrel=3 +pkgver=4.4.2 +pkgrel=1 pkgdesc="Gnuplot is a portable command-line driven interactive data and function plotting utility." # libxaw necessary for x11 support makedepends=('libxaw') -depends=('libx11' 'readline' 'svgalib' 'gd>=2.0.35-2' 'libstdc++') +depends=('svgalib' 'gd>=2.0.35-2' 'pango') groups=('xapps-extra') archs=('i686' 'x86_64') Finclude sourceforge url="http://www.gnuplot.info/" -Fconfopts="$Fconfopts --with-x --with-readline=gnu --with-linux-vga --disable-wxwidgets" -sha1sums=('04a2eede7b2af8e64144aa8ffede6535b7a043b5') +Fconfopts="$Fconfopts --with-x --with-readline=gnu --with-linux-vga --disable-wxwidgets --without-lua" +sha1sums=('35666be22e877ade5e272199d3d81555c141cef5') # optimization OK From ryuo at frugalware.org Sat Oct 9 02:55:33 2010 From: ryuo at frugalware.org (James Buren) Date: Sat, 9 Oct 2010 02:55:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: netsurf-2.6-1-x86_64 * version bump Message-ID: <20101009005533.D5772132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c17bfb82abd117094ec199da14b1ae08ccf868c1 commit c17bfb82abd117094ec199da14b1ae08ccf868c1 Author: James Buren Date: Fri Oct 8 19:54:32 2010 -0500 netsurf-2.6-1-x86_64 * version bump diff --git a/source/xapps-extra/netsurf/FrugalBuild b/source/xapps-extra/netsurf/FrugalBuild index 68c6627..d8a12aa 100644 --- a/source/xapps-extra/netsurf/FrugalBuild +++ b/source/xapps-extra/netsurf/FrugalBuild @@ -2,22 +2,23 @@ # Maintainer: James Buren pkgname=netsurf -pkgver=2.5 -pkgrel=2 +pkgver=2.6 +pkgrel=1 pkgdesc="A fast and lightweight web-browser." _F_netsurf_project=0 Finclude netsurf # Consider adding libharu depends=('libglade' 'librsvg' 'curl' 'libmng') -makedepends=('libnsgif' 'libnsbmp' 'libcss' 'hubbub') +makedepends=('libnsgif=0.0.2-2' 'libnsbmp=0.0.2-2' 'libcss=0.0.2-2' 'hubbub=0.0.2-2') options=('scriptlet') groups=('xapps-extra') _F_cd_path="$pkgname" _F_desktop_icon="$pkgname.xpm" _F_desktop_categories="GTK;Network;" -sha1sums=('e9a651125dcb741394d972e97790d133e1b2ce8d') +sha1sums=('7fef19e5372e2be2eb5f8a6c6a54e0769406f334') build() { + sed -i "/GTK_DISABLE_DEPRECATED/ d" $_F_cd_path/Makefile || Fdie Fbuildnetsurf Fln /usr/share/$pkgname/$pkgname.xpm /usr/share/pixmaps/$pkgname.xpm Fdesktop2 From ryuo at frugalware.org Sat Oct 9 03:26:49 2010 From: ryuo at frugalware.org (James Buren) Date: Sat, 9 Oct 2010 03:26:49 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: medit-0.10.5-1-x86_64 * version bump Message-ID: <20101009012649.87535132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=97a87e181811da9b4e2128d160441510d12f63b7 commit 97a87e181811da9b4e2128d160441510d12f63b7 Author: James Buren Date: Fri Oct 8 20:25:46 2010 -0500 medit-0.10.5-1-x86_64 * version bump diff --git a/source/xapps-extra/medit/FrugalBuild b/source/xapps-extra/medit/FrugalBuild index 9355ef5..628ad94 100644 --- a/source/xapps-extra/medit/FrugalBuild +++ b/source/xapps-extra/medit/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: detto pkgname=medit -pkgver=0.10.3 -pkgrel=2 +pkgver=0.10.5 +pkgrel=1 pkgdesc="A useful programming and around-programming text editor." depends=('gtk+2>=2.20.0-2') rodepends=('ctags') @@ -17,7 +17,7 @@ _F_gnome_iconcache=y _F_cmake_type="Release" Finclude gnome-scriptlet cmake sourceforge source=(${source[@]} frugalbuild.lang $pkgname-0.10.1-ctags.patch) -sha1sums=('ae8fd5c7520964476dbeeb6702f2657cc2e12887' \ +sha1sums=('2081cc636ae768dc4e5a7043df4ba88402ceaa69' \ '324adf29c9b02db1f496295f5a391d3a73adb513' \ '9220e82036e9dc6e1acaf11c3fa929c50bc09083') From vmiklos at frugalware.org Sat Oct 9 07:17:57 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 9 Oct 2010 07:17:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bash-4.1_009-1-i686 Message-ID: <20101009051757.0FE4E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8c8e035486d6cd9d86cead0730bd2a6227b62258 commit 8c8e035486d6cd9d86cead0730bd2a6227b62258 Author: Miklos Vajna Date: Sat Oct 9 07:14:23 2010 +0200 bash-4.1_009-1-i686 - version bump diff --git a/source/base/bash/FrugalBuild b/source/base/bash/FrugalBuild index bed2016..76e17e7 100644 --- a/source/base/bash/FrugalBuild +++ b/source/base/bash/FrugalBuild @@ -3,7 +3,7 @@ pkgname=bash basever=4.1 -patchver=007 +patchver=009 if [ -z "$patchver" ]; then pkgver=$basever else From devil505linux at gmail.com Sat Oct 9 09:09:03 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 9 Oct 2010 09:09:03 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gwibber-2.32.0.1-1-i686 * version bump Message-ID: <20101009070903.D6BDF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b844a7578a71f07e34d63a93c6e609eefff35e0e commit b844a7578a71f07e34d63a93c6e609eefff35e0e Author: Devil505 Date: Sat Oct 9 09:08:11 2010 +0200 gwibber-2.32.0.1-1-i686 * version bump diff --git a/source/gnome-extra/gwibber/FrugalBuild b/source/gnome-extra/gwibber/FrugalBuild index 3cd1ec4..1ea7752 100644 --- a/source/gnome-extra/gwibber/FrugalBuild +++ b/source/gnome-extra/gwibber/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=gwibber -pkgver=2.32.0 +pkgver=2.32.0.1 pkgrel=1 pkgdesc="Open Source microblogging client for GNOME, with webkit" url="https://launchpad.net/gwibber" @@ -17,5 +17,5 @@ _F_gnome_desktop="y" Finclude gnome-scriptlet archs=('i686' 'x86_64') up2date="Flasttar $url" -source=("http://launchpad.net/gwibber/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz") -sha1sums=('21e43d181371a9430bdcec5b1fa5872b4d7e6f2a') +source=("http://launchpad.net/gwibber/trunk/2.32.0/+download/$pkgname-$pkgver.tar.gz") +sha1sums=('567581e2255dcc64d6d96454af384fa595ad9f32') diff --git a/source/xlib-extra/podofo/FrugalBuild b/source/xlib-extra/podofo/FrugalBuild new file mode 100644 index 0000000..f21609c --- /dev/null +++ b/source/xlib-extra/podofo/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling Time: 0.14 SBU +# Maintainer: Miklos Vajna +# Contributor: Botchchikii + +pkgname=podofo +pkgver=0.8.2 +pkgrel=1 +pkgdesc="PoDoFo is a library to work with the PDF file format." +Finclude sourceforge cmake +depends=('fontconfig' 'freetype2' 'zlib' 'libpng' 'libjpeg' 'libtiff' 'lua') +groups=('xlib-extra') +archs=('i686' 'x86_64') +sha1sums=('5ae78c38f158e20e32e4ba7c1c21c0a85951c9bc') +# optimization OK From devil505linux at gmail.com Sat Oct 9 09:57:38 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 9 Oct 2010 09:57:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnaural-1.0.20101115-1-i686 * version bump Message-ID: <20101009075738.CC2D0132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=88a056bed1eeac18f7a1729e5d35bb3153798bdf commit 88a056bed1eeac18f7a1729e5d35bb3153798bdf Author: Devil505 Date: Sat Oct 9 09:56:44 2010 +0200 gnaural-1.0.20101115-1-i686 * version bump diff --git a/source/xapps-extra/gnaural/FrugalBuild b/source/xapps-extra/gnaural/FrugalBuild index 873e5f2..357923a 100644 --- a/source/xapps-extra/gnaural/FrugalBuild +++ b/source/xapps-extra/gnaural/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=gnaural -pkgver=1.0.20100707 +pkgver=1.0.20101115 pkgrel=1 pkgdesc="An opensource binaural-beat generator released under the GNU General Public License." depends=('libglade' 'gtk+2-libs' 'cairo' 'zlib' 'libsndfile' 'portaudio' 'libxext' 'libxfixes' 'libgcc') @@ -10,6 +10,6 @@ options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') Finclude sourceforge -sha1sums=('e504313e2ccbcdc1ed36ab9c43086a86750d22d6') +sha1sums=('ad5584e2615e4d5899593690b0e8d58be499b8af') # optimization OK From devil505linux at gmail.com Sat Oct 9 10:09:38 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 9 Oct 2010 10:09:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bleachbit-0.8.1-1-i686 * version bump Message-ID: <20101009080938.D5BF6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d0c0f1211cf0b775e03e25850c8d39337ad2ea4f commit d0c0f1211cf0b775e03e25850c8d39337ad2ea4f Author: Devil505 Date: Sat Oct 9 10:08:32 2010 +0200 bleachbit-0.8.1-1-i686 * version bump diff --git a/source/xapps-extra/bleachbit/FrugalBuild b/source/xapps-extra/bleachbit/FrugalBuild index 45fda5c..71d6f28 100644 --- a/source/xapps-extra/bleachbit/FrugalBuild +++ b/source/xapps-extra/bleachbit/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=bleachbit -pkgver=0.8.0 +pkgver=0.8.1 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=('6e835d369f469a0d9d0ad8595ff7848e76101530') +sha1sums=('02576b35294cba87dac89f57836f8e7201945fc0') build() { Fsed "prefix ?= /usr/local" "prefix ?= /usr" Makefile From bouleetbil at frogdev.info Sat Oct 9 10:56:25 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 9 Oct 2010 10:56:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gtk+3-2.90.1-3-i686 *forgot to move subpkg to extra Message-ID: <20101009085625.3998D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f8da065cdfb68ffe6910a9a7db3825a801549b6d commit f8da065cdfb68ffe6910a9a7db3825a801549b6d Author: bouleetbil Date: Sat Oct 9 11:29:20 2010 +0000 gtk+3-2.90.1-3-i686 *forgot to move subpkg to extra diff --git a/source/xlib-extra/gtk+3/FrugalBuild b/source/xlib-extra/gtk+3/FrugalBuild index a6036a3..6235965 100644 --- a/source/xlib-extra/gtk+3/FrugalBuild +++ b/source/xlib-extra/gtk+3/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gtk+3 _F_gnome_name=gtk+ pkgver=2.90.1 -pkgrel=2 +pkgrel=3 pkgdesc="The GTK+ Toolkit (3.x series)" depends=('libxext' 'libxfixes' 'cairo' 'libgcc' 'libjpeg' 'libtiff' 'libcups' \ 'atk' 'pango' 'libxinerama' 'libxcomposite' 'libxcursor' 'gdk-pixbuf2') @@ -23,7 +23,7 @@ subpkgs=("${subpkgs[@]}" "$pkgname-tools") subdescs=("${subdescs[@]}" "GTK+3 commandline tools.") subdepends=("${subdepends[@]}" "glib2") subrodepends=("${subrodepends[@]}" "$pkgname>=$pkgver") -subgroups=("${subgroups[@]}" 'xapps') +subgroups=("${subgroups[@]}" 'xapps-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') rodepends=("${rodepends[@]}" "${subpkgs[@]}") @@ -32,14 +32,14 @@ subpkgs=("${subpkgs[@]}" "immodules") subdescs=("${subdescs[@]}" "Input methods for GTK3+.") subdepends=("${subdepends[@]}" "") subrodepends=("${subrodepends[@]}" "$pkgname>=$pkgver") -subgroups=("${subgroups[@]}" 'xlib') +subgroups=("${subgroups[@]}" 'xlib-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "immodules-xim") subdescs=("${subdescs[@]}" "The gtk3-immodule-xim package contains XIM support for GTK+ 3.") subdepends=("${subdepends[@]}" "") subrodepends=("${subrodepends[@]}" "$pkgname>=$pkgver") -subgroups=("${subgroups[@]}" 'xlib') +subgroups=("${subgroups[@]}" 'xlib-extra') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "$pkgname-docs") From devil505linux at gmail.com Sat Oct 9 11:01:07 2010 From: devil505linux at gmail.com (Devil505) Date: Sat, 9 Oct 2010 11:01:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: fet-5.14.2-1-i686 * version bump Message-ID: <20101009090107.A88BD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9f81e363a997177107dc70bdf3e636f167501be8 commit 9f81e363a997177107dc70bdf3e636f167501be8 Author: Devil505 Date: Sat Oct 9 10:58:29 2010 +0200 fet-5.14.2-1-i686 * version bump diff --git a/source/xapps-extra/fet/FrugalBuild b/source/xapps-extra/fet/FrugalBuild index e3bf610..fba0707 100644 --- a/source/xapps-extra/fet/FrugalBuild +++ b/source/xapps-extra/fet/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: uzsolt pkgname=fet -pkgver=5.14.1 +pkgver=5.14.2 pkgrel=1 pkgdesc="FET is a free timetabling program for schools, high-schools and some universities." url="http://www.lalescu.ro/liviu/$pkgname" @@ -13,7 +13,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url/download | Flasttar" source=(http://www.lalescu.ro/liviu/fet/download/$pkgname-$pkgver.tar.bz2) -sha1sums=('689cba0e48a7117dbb041a3123619159150f9712') +sha1sums=('0c4deea5ee0f324adfe65b0aa7f2b1891f850889') build () { Fcd From bouleetbil at frogdev.info Sat Oct 9 11:05:34 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 9 Oct 2010 11:05:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gobject-introspection *moved to xlib for pygobject Message-ID: <20101009090534.75164132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6ae411fccadcd3e4f82e4124163c0f586073d1cf commit 6ae411fccadcd3e4f82e4124163c0f586073d1cf Author: bouleetbil Date: Sat Oct 9 11:38:27 2010 +0000 gobject-introspection *moved to xlib for pygobject diff --git a/source/xlib-extra/gobject-introspection/FrugalBuild b/source/xlib/gobject-introspection/FrugalBuild similarity index 94% rename from source/xlib-extra/gobject-introspection/FrugalBuild rename to source/xlib/gobject-introspection/FrugalBuild index 72f15b0..aaa0d1a 100644 --- a/source/xlib-extra/gobject-introspection/FrugalBuild +++ b/source/xlib/gobject-introspection/FrugalBuild @@ -3,10 +3,10 @@ pkgname=gobject-introspection pkgver=0.9.12 -pkgrel=1 +pkgrel=2 pkgdesc="Generate interface introspection data for GObject libraries." depends=('glib2' 'libffi' 'cairo>=1.8.10-2' 'libxft' 'python>=2.7') -groups=('xlib-extra') +groups=('xlib') archs=('i686' 'x86_64' 'ppc') _F_gnome_devel="y" Finclude gnome diff --git a/source/xlib-extra/gobject-introspection/python-2.7.patch b/source/xlib/gobject-introspection/python-2.7.patch similarity index 100% rename from source/xlib-extra/gobject-introspection/python-2.7.patch rename to source/xlib/gobject-introspection/python-2.7.patch From bouleetbil at frogdev.info Sat Oct 9 22:04:21 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 9 Oct 2010 22:04:21 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: galago-gtk-python-0.5.0-7-i686 *rebuild with python 2.7 Message-ID: <20101009200421.4372D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=64c1320d4f016647e2203ab239c1091106b59a71 commit 64c1320d4f016647e2203ab239c1091106b59a71 Author: bouleetbil Date: Sat Oct 9 22:05:16 2010 +0200 galago-gtk-python-0.5.0-7-i686 *rebuild with python 2.7 diff --git a/source/gnome/galago-gtk-python/FrugalBuild b/source/gnome/galago-gtk-python/FrugalBuild index 48fd627..da03613 100644 --- a/source/gnome/galago-gtk-python/FrugalBuild +++ b/source/gnome/galago-gtk-python/FrugalBuild @@ -4,10 +4,10 @@ pkgname=galago-gtk-python pkgver=0.5.0 -pkgrel=6 +pkgrel=7 pkgdesc="Galago Desktop Presence Framework - Python GTK Bindings" url="http://www.galago-project.org" -depends=('libgalago-gtk' 'pygtk>=2.16.0-4' 'galago-python') +depends=('libgalago-gtk' 'pygtk>=2.16.0-4' 'galago-python' 'python>=2.7') groups=('gnome') archs=('i686' 'x86_64' 'ppc') source=($url/files/releases/source/$pkgname/$pkgname-$pkgver.tar.bz2) From bouleetbil at frogdev.info Sat Oct 9 23:49:13 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 9 Oct 2010 23:49:13 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ca-certificates-20090814-1-i686 *re add it curl use it *it's use by some social pkg as gwibber Message-ID: <20101009214913.506E7132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ba5c9b0a347fe289baf27ad513c03a7a79efec90 commit ba5c9b0a347fe289baf27ad513c03a7a79efec90 Author: bouleetbil Date: Sat Oct 9 23:50:04 2010 +0200 ca-certificates-20090814-1-i686 *re add it curl use it *it's use by some social pkg as gwibber diff --git a/source/network-extra/ca-certificates/FrugalBuild b/source/network-extra/ca-certificates/FrugalBuild new file mode 100644 index 0000000..5067417 --- /dev/null +++ b/source/network-extra/ca-certificates/FrugalBuild @@ -0,0 +1,31 @@ +# Compiling Time: 0 SBU +# Maintainer: bouleetbil + +pkgname=ca-certificates +pkgver=20090814 +pkgrel=1 +pkgdesc='Common CA certificates' +archs=('i686' 'x86_64' 'ppc') +groups=('network-extra') +depends=('openssl') +url='http://packages.qa.debian.org/c/ca-certificates.html' +source=("http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}+nmu2_all.deb") +up2date="lynx -dump http://packages.qa.debian.org/c/ca-certificates.html | grep version: | sed 's/* version: \[\(.*\)\]\([:xdigit:]*\)/\2/'" +backup=('etc/ca-certificates.conf') +sha1sums=('0fb6e396967cea353ddf9becf5a46a921ff86aaa') + +build(){ + ar x ${pkgname}_$pkgver+nmu2_all.deb || Fdie + Fextract ./data.tar.gz + rm -f control.tar.gz data.tar.gz debian-binary + rm ca* + + #move files to destdir + cp -pPR * "${Fdestdir}"/ || Fdie + + Fmkdir /etc + echo "# Automatically generated by ${pkgname}-${pkgver}-${pkgrel}" > $Fdestdir/etc/ca-certificates.conf || Fdie + echo "# " >> $Fdestdir/etc/ca-certificates.conf || Fdie + Fcd /usr/share/ca-certificates + find . -name '*.crt' | sort | cut -b3- >> $Fdestdir/etc/ca-certificates.conf +} From bouleetbil at frogdev.info Sat Oct 9 23:50:36 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 9 Oct 2010 23:50:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: openssl-1.0.0-4-i686 *drop ca-certificates replaces Message-ID: <20101009215036.C2163132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4ce129bddd9217e0f89fe9ceedb9afb83b5f95aa commit 4ce129bddd9217e0f89fe9ceedb9afb83b5f95aa Author: bouleetbil Date: Sat Oct 9 23:51:28 2010 +0200 openssl-1.0.0-4-i686 *drop ca-certificates replaces diff --git a/source/base/openssl/FrugalBuild b/source/base/openssl/FrugalBuild index 943c600..8f3c28e 100644 --- a/source/base/openssl/FrugalBuild +++ b/source/base/openssl/FrugalBuild @@ -5,7 +5,7 @@ pkgname=openssl pkgver=1.0.0 pkgextraver=a -pkgrel=3 +pkgrel=4 pkgdesc="The Open Source toolkit for Secure Sockets Layer and Transport Layer Security" url="http://www.openssl.org/source/" groups=('base' 'chroot-core') @@ -17,9 +17,6 @@ source=($url$pkgname-$pkgver$pkgextraver.tar.gz \ http://caunter.ca/ssl.certs.shar man_symlinks.diff) signatures=("$source.asc" '' '') -# remove after 1.4 -replaces=('ca-certificates') - build() { unset MAKEFLAGS From bouleetbil at frogdev.info Sat Oct 9 23:51:58 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 9 Oct 2010 23:51:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gwibber-2.32.0.1-2-i686 *fixes depends *now for really works python should be build with sem_open :p Message-ID: <20101009215158.87E70132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1a959c832a38cf921f752fd7c265ce5aa0ebc69e commit 1a959c832a38cf921f752fd7c265ce5aa0ebc69e Author: bouleetbil Date: Sat Oct 9 23:52:45 2010 +0200 gwibber-2.32.0.1-2-i686 *fixes depends *now for really works python should be build with sem_open :p diff --git a/source/gnome-extra/gwibber/FrugalBuild b/source/gnome-extra/gwibber/FrugalBuild index 1ea7752..0b958c0 100644 --- a/source/gnome-extra/gwibber/FrugalBuild +++ b/source/gnome-extra/gwibber/FrugalBuild @@ -3,13 +3,13 @@ pkgname=gwibber pkgver=2.32.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Open Source microblogging client for GNOME, with webkit" url="https://launchpad.net/gwibber" depends=('python-simplejson' 'pygtk' 'dbus-python' 'pywebkitgtk>=1.1.6-2' 'gnome-python-desktop-wnck' \ 'gnome-python' 'egenix-mx-base' 'feedparser' 'mako' 'gnome-python-desktop' 'python-sqlite3' \ 'notify-python' 'imaging' 'aspell' 'pycurl' 'python-markupsafe' 'pyxdg' 'python-oauth' \ - 'gnome-python-desktop-keyring' 'python-sqlite3') + 'gnome-python-desktop-keyring' 'python-sqlite3' 'ca-certificates') makedepends=('setuptools' 'python-distutils-extra' 'intltool') options=('scriptlet') groups=('gnome-extra') From bouleetbil at frogdev.info Sun Oct 10 00:12:18 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 10 Oct 2010 00:12:18 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ca-certificates-20090814-2-i686 *oups forgot the .install Message-ID: <20101009221218.A92F4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ba41c07c9f5292b398534c492d179bc500df4ace commit ba41c07c9f5292b398534c492d179bc500df4ace Author: bouleetbil Date: Sun Oct 10 00:13:39 2010 +0200 ca-certificates-20090814-2-i686 *oups forgot the .install diff --git a/source/network-extra/ca-certificates/FrugalBuild b/source/network-extra/ca-certificates/FrugalBuild index 5067417..ab01157 100644 --- a/source/network-extra/ca-certificates/FrugalBuild +++ b/source/network-extra/ca-certificates/FrugalBuild @@ -3,7 +3,7 @@ pkgname=ca-certificates pkgver=20090814 -pkgrel=1 +pkgrel=2 pkgdesc='Common CA certificates' archs=('i686' 'x86_64' 'ppc') groups=('network-extra') diff --git a/source/network-extra/ca-certificates/ca-certificates.install b/source/network-extra/ca-certificates/ca-certificates.install new file mode 100644 index 0000000..6838f7b --- /dev/null +++ b/source/network-extra/ca-certificates/ca-certificates.install @@ -0,0 +1,12 @@ +post_install() { + /usr/sbin/update-ca-certificates --fresh 2>/dev/null +} + +post_upgrade() { + /usr/sbin/update-ca-certificates 2>/dev/null +} + +op=$1 +shift +$op $* + From devil505linux at gmail.com Sun Oct 10 09:45:55 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 10 Oct 2010 09:45:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mintmenu-5.1.3-1-i686 * version bump Message-ID: <20101010074555.E2A37132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fc242e1a840d0b73d220cf02d8f5bdc96f400e97 commit fc242e1a840d0b73d220cf02d8f5bdc96f400e97 Author: Devil505 Date: Sun Oct 10 09:45:06 2010 +0200 mintmenu-5.1.3-1-i686 * version bump diff --git a/source/gnome-extra/mintmenu/FrugalBuild b/source/gnome-extra/mintmenu/FrugalBuild index d49bde0..160610f 100644 --- a/source/gnome-extra/mintmenu/FrugalBuild +++ b/source/gnome-extra/mintmenu/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=mintmenu -pkgver=4.9.9 +pkgver=5.1.3 pkgrel=1 pkgdesc="Linux Mint Menu for Gnome" url="http://packages.linuxmint.com/pool/main/m/mintmenu" @@ -14,7 +14,7 @@ archs=('i686' 'x86_64') Fpkgversep="_" up2date="Flasttar $url" source=(${url}/${pkgname}_${pkgver}.tar.gz frugal-icon.png frugal-logo.svg) -sha1sums=('6aafafc34ad6f4ad5fa2ce29d41382f1c26e4f0e' \ +sha1sums=('3d358ecde8442088501590747216adac8c911ee7' \ '90d529e028586ec784ba69afa6ca5b805097e6ef' \ '102e46961b1a3bab0e058b1ac6b665c995ce21fb') From devil505linux at gmail.com Sun Oct 10 09:52:41 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 10 Oct 2010 09:52:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pidgin-facebookchat-1.68-1-i686 * version bump Message-ID: <20101010075241.11749132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0146f9a5786dfc352f056142df326950978f29e7 commit 0146f9a5786dfc352f056142df326950978f29e7 Author: Devil505 Date: Sun Oct 10 09:51:31 2010 +0200 pidgin-facebookchat-1.68-1-i686 * version bump diff --git a/source/xapps-extra/pidgin-facebookchat/FrugalBuild b/source/xapps-extra/pidgin-facebookchat/FrugalBuild index 8830e12..dc83599 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.67_1 +pkgver=1.68 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=('896496ee3d32a7fac5163ac2be55fc01fd8296bb') +sha1sums=('0e4281a0545ed1567725f59b168cc033fa3a442b') build() { Fcd "$pkgname" From devil505linux at gmail.com Sun Oct 10 10:20:45 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 10 Oct 2010 10:20:45 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pokerth-0.8.1-1-i686 * version bump Message-ID: <20101010082045.672E7132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c6314cabc6f31f4668bd80a69f6d8d902573c575 commit c6314cabc6f31f4668bd80a69f6d8d902573c575 Author: Devil505 Date: Sun Oct 10 10:18:32 2010 +0200 pokerth-0.8.1-1-i686 * version bump diff --git a/source/games-extra/pokerth/FrugalBuild b/source/games-extra/pokerth/FrugalBuild index 7b466cf..12e9d93 100644 --- a/source/games-extra/pokerth/FrugalBuild +++ b/source/games-extra/pokerth/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=pokerth -pkgver=0.8 +pkgver=0.8.1 pkgrel=1 pkgdesc="Poker game written in C++/QT4" _F_sourceforge_name="PokerTH" @@ -14,7 +14,7 @@ depends=('libboost-mt' 'sdl_mixer' 'curl' 'gnutls' 'libgcrypt' 'libqtgui' 'libic makedepends=('boost') groups=('games-extra') archs=('i686' 'x86_64') -sha1sums=('6bcbf895b91134b9e7512372a479cf2b5d4e49ad') +sha1sums=('f698fa0ebeed4b027a719d7887e9b7ed37c2e441') build() { From devil505linux at gmail.com Sun Oct 10 10:26:07 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 10 Oct 2010 10:26:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: googlecl-0.9.11-1-i686 * version bump Message-ID: <20101010082607.B9735132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1aca366bc7775f3e5ae9f249d25f218406a22758 commit 1aca366bc7775f3e5ae9f249d25f218406a22758 Author: Devil505 Date: Sun Oct 10 10:24:52 2010 +0200 googlecl-0.9.11-1-i686 * version bump diff --git a/source/apps-extra/googlecl/FrugalBuild b/source/apps-extra/googlecl/FrugalBuild index a2ec982..edc93fb 100644 --- a/source/apps-extra/googlecl/FrugalBuild +++ b/source/apps-extra/googlecl/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: Devil505 pkgname=googlecl -pkgver=0.9.10 +pkgver=0.9.11 pkgrel=1 pkgdesc="Command line tools for the Google Data APIs" depends=('gdata.py') groups=('apps-extra') archs=('i686' 'x86_64') Finclude googlecode -sha1sums=('a1b9d7986bfa9259fc0e1cdc006086c35a12efc1') +sha1sums=('ac4dc09a5ae88d5ecb89bf960ab25fb6cabf89f5') From devil505linux at gmail.com Sun Oct 10 10:33:55 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 10 Oct 2010 10:33:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: scummvm-tools-1.2.0-1-i686 * version bump Message-ID: <20101010083355.6ADDB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0f463059d0fb1794da203dc1f0afb8e5b7929111 commit 0f463059d0fb1794da203dc1f0afb8e5b7929111 Author: Devil505 Date: Sun Oct 10 10:33:01 2010 +0200 scummvm-tools-1.2.0-1-i686 * version bump diff --git a/source/games-extra/scummvm-tools/FrugalBuild b/source/games-extra/scummvm-tools/FrugalBuild index cddba51..2c18fe6 100644 --- a/source/games-extra/scummvm-tools/FrugalBuild +++ b/source/games-extra/scummvm-tools/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=scummvm-tools -pkgver=1.1.1 -pkgrel=2 +pkgver=1.2.0 +pkgrel=1 pkgdesc="The ScummVM tools enable you to convert, compress and decode game datafiles for ScummVM" depends=('libpng>=1.4.3' 'wxgtk' 'flac' 'libvorbis') groups=('games-extra') @@ -11,7 +11,7 @@ archs=('i686' 'x86_64') _F_sourceforge_dirname="scummvm" Finclude sourceforge url="http://www.scummvm.org/" -sha1sums=('13259b553e0239c6b2d88c4f1d9fb388b5398a89') +sha1sums=('e95ce7b9dabe54c05009212ba273f671c61893cb') _F_desktop_name="ScummVM Tools" _F_desktop_icon="/usr/share/scummvm-tools/scummvmtools_128.png" From devil505linux at gmail.com Sun Oct 10 10:41:41 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 10 Oct 2010 10:41:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pokerth-0.8.1-2-i686 * added missing depend Message-ID: <20101010084141.C8E12132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e40f28c4bcffa253ff657416bd8dff47484878eb commit e40f28c4bcffa253ff657416bd8dff47484878eb Author: Devil505 Date: Sun Oct 10 10:41:26 2010 +0200 pokerth-0.8.1-2-i686 * added missing depend diff --git a/source/games-extra/pokerth/FrugalBuild b/source/games-extra/pokerth/FrugalBuild index 12e9d93..e2df54c 100644 --- a/source/games-extra/pokerth/FrugalBuild +++ b/source/games-extra/pokerth/FrugalBuild @@ -3,14 +3,14 @@ pkgname=pokerth pkgver=0.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="Poker game written in C++/QT4" _F_sourceforge_name="PokerTH" _F_sourceforge_dirname="$pkgname" _F_sourceforge_ext="-src.tar.bz2" Finclude sourceforge url="http://www.pokerth.net/index.php" -depends=('libboost-mt' 'sdl_mixer' 'curl' 'gnutls' 'libgcrypt' 'libqtgui' 'libice' 'libxrender' 'libxext' 'util-linux-ng' 'libgsasl') +depends=('libboost-mt' 'sdl_mixer' 'curl' 'gnutls' 'libgcrypt' 'libqtgui' 'libice' 'libxrender' 'libxext' 'util-linux-ng' 'libgsasl' 'libqtnetwork') makedepends=('boost') groups=('games-extra') archs=('i686' 'x86_64') From devil505linux at gmail.com Sun Oct 10 10:50:36 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 10 Oct 2010 10:50:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pokerth-0.8.1-3-i686 * added libqtsql to depends() Message-ID: <20101010085036.8CD4F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=50c17680cde48c22065240472d3dcac18accc9ea commit 50c17680cde48c22065240472d3dcac18accc9ea Author: Devil505 Date: Sun Oct 10 10:50:18 2010 +0200 pokerth-0.8.1-3-i686 * added libqtsql to depends() diff --git a/source/games-extra/pokerth/FrugalBuild b/source/games-extra/pokerth/FrugalBuild index e2df54c..7fe2b27 100644 --- a/source/games-extra/pokerth/FrugalBuild +++ b/source/games-extra/pokerth/FrugalBuild @@ -3,14 +3,14 @@ pkgname=pokerth pkgver=0.8.1 -pkgrel=2 +pkgrel=3 pkgdesc="Poker game written in C++/QT4" _F_sourceforge_name="PokerTH" _F_sourceforge_dirname="$pkgname" _F_sourceforge_ext="-src.tar.bz2" Finclude sourceforge url="http://www.pokerth.net/index.php" -depends=('libboost-mt' 'sdl_mixer' 'curl' 'gnutls' 'libgcrypt' 'libqtgui' 'libice' 'libxrender' 'libxext' 'util-linux-ng' 'libgsasl' 'libqtnetwork') +depends=('libboost-mt' 'sdl_mixer' 'curl' 'gnutls' 'libgcrypt' 'libqtgui' 'libice' 'libxrender' 'libxext' 'util-linux-ng' 'libgsasl' 'libqtnetwork' 'libqtsql') makedepends=('boost') groups=('games-extra') archs=('i686' 'x86_64') From devil505linux at gmail.com Sun Oct 10 11:17:37 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 10 Oct 2010 11:17:37 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * fixing symlink Message-ID: <20101010091737.E2BAE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=236f39477e20f4935f5e27df31892ce96503f23f commit 236f39477e20f4935f5e27df31892ce96503f23f Author: Devil505 Date: Sun Oct 10 11:17:23 2010 +0200 * fixing symlink diff --git a/git/repos/artwork b/git/repos/artwork index ebd0497..5053041 120000 --- a/git/repos/artwork +++ b/git/repos/artwork @@ -1 +1 @@ -/pub/other/people/devil505/artwork \ No newline at end of file +../../../people/devil505/artwork \ No newline at end of file From devil505linux at gmail.com Sun Oct 10 12:01:49 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 10 Oct 2010 12:01:49 +0200 (CEST) Subject: [Frugalware-git] artwork: * initial import of xfce-frugalware Message-ID: <20101010100149.1BAFE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=fbdb3a675acbfafc352ad5930468d4c385932d22 commit fbdb3a675acbfafc352ad5930468d4c385932d22 Author: Devil505 Date: Sun Oct 10 11:59:50 2010 +0200 * initial import of xfce-frugalware diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-active.xpm b/xfce-frugalware/Frugalware/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..8544ed3 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/bottom-active.xpm @@ -0,0 +1,11 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"5 5 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +".....", +".....", +".....", +".....", +"+++++"}; diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/bottom-inactive.xpm new file mode 100644 index 0000000..e3bcc67 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/bottom-inactive.xpm @@ -0,0 +1,11 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"5 5 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +".....", +".....", +".....", +".....", +"+++++"}; diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-left-active.xpm b/xfce-frugalware/Frugalware/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..4a2e552 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/bottom-left-active.xpm @@ -0,0 +1,11 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"5 5 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"+....", +"+....", +"+....", +"+....", +"+++++"}; diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-left-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/bottom-left-inactive.xpm new file mode 100644 index 0000000..fc3bc20 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1,11 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"5 5 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"+....", +"+....", +"+....", +"+....", +"+++++"}; diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-right-active.xpm b/xfce-frugalware/Frugalware/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..16f1c36 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/bottom-right-active.xpm @@ -0,0 +1,11 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"5 5 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"....+", +"....+", +"....+", +"....+", +"+++++"}; \ No newline at end of file diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-right-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/bottom-right-inactive.xpm new file mode 100644 index 0000000..d94908c --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1,11 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"5 5 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"....+", +"....+", +"....+", +"....+", +"+++++"}; \ No newline at end of file diff --git a/xfce-frugalware/Frugalware/xfwm4/close-active.png b/xfce-frugalware/Frugalware/xfwm4/close-active.png new file mode 100644 index 0000000..f1a3a36 Binary files /dev/null and b/xfce-frugalware/Frugalware/xfwm4/close-active.png differ diff --git a/xfce-frugalware/Frugalware/xfwm4/close-active.xpm b/xfce-frugalware/Frugalware/xfwm4/close-active.xpm new file mode 100644 index 0000000..14c12d6 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/close-active.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char * close_active_xpm[] = { +"15 15 2 1", +" c None", +". c #F6F6F6 s active_color_2", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/close-inactive.png b/xfce-frugalware/Frugalware/xfwm4/close-inactive.png new file mode 100644 index 0000000..52eac63 Binary files /dev/null and b/xfce-frugalware/Frugalware/xfwm4/close-inactive.png differ diff --git a/xfce-frugalware/Frugalware/xfwm4/close-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..1e7b71e --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/close-inactive.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"15 15 2 1", +" c None", +". c #F6F6F6 s active_color_2", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/close-prelight.png b/xfce-frugalware/Frugalware/xfwm4/close-prelight.png new file mode 100644 index 0000000..860c5a3 Binary files /dev/null and b/xfce-frugalware/Frugalware/xfwm4/close-prelight.png differ diff --git a/xfce-frugalware/Frugalware/xfwm4/close-prelight.xpm b/xfce-frugalware/Frugalware/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..ee2e8a0 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/close-prelight.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +"15 15 2 1", +" c None", +". c #F6F6F6 s active_color_2", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/close-pressed.png b/xfce-frugalware/Frugalware/xfwm4/close-pressed.png new file mode 100644 index 0000000..61a890a Binary files /dev/null and b/xfce-frugalware/Frugalware/xfwm4/close-pressed.png differ diff --git a/xfce-frugalware/Frugalware/xfwm4/close-pressed.xpm b/xfce-frugalware/Frugalware/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..a54c4a9 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/close-pressed.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"15 15 2 1", +" c None", +". c #F6F6F6 s active_color_2", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/hide-active.xpm b/xfce-frugalware/Frugalware/xfwm4/hide-active.xpm new file mode 100644 index 0000000..e0edc85 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/hide-active.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #505050 s active_text_color", +"..............", +"..............", +"..............", +"..............", +"..............", +"..............", +"..............", +"...++++++++...", +"...++++++++...", +"..............", +"..............", +"..............", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/hide-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..56b246f --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/hide-inactive.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #B1B1B1 s inactive_text_color", +"..............", +"..............", +"..............", +"..............", +"..............", +"..............", +"..............", +"...++++++++...", +"...++++++++...", +"..............", +"..............", +"..............", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/hide-prelight.xpm b/xfce-frugalware/Frugalware/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..b9627be --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/hide-prelight.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * hide_prelight_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #AA0000", +"..............", +"..............", +"..............", +"..............", +"..............", +"..............", +"..............", +"...++++++++...", +"...++++++++...", +"..............", +"..............", +"..............", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/hide-pressed.xpm b/xfce-frugalware/Frugalware/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..700c218 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/hide-pressed.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #AA0000", +"..............", +"..............", +"..............", +"..............", +"..............", +"..............", +"..............", +"..............", +"...++++++++...", +"...++++++++...", +"..............", +"..............", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/left-active.xpm b/xfce-frugalware/Frugalware/xfwm4/left-active.xpm new file mode 100644 index 0000000..e9eff64 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/left-active.xpm @@ -0,0 +1,11 @@ +/* XPM */ +static char * left_active_xpm[] = { +"5 5 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"+....", +"+....", +"+....", +"+....", +"+...."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/left-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/left-inactive.xpm new file mode 100644 index 0000000..63ed8df --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/left-inactive.xpm @@ -0,0 +1,11 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"5 5 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"+....", +"+....", +"+....", +"+....", +"+...."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/maximize-active.xpm b/xfce-frugalware/Frugalware/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..50fbfee --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/maximize-active.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #505050 s active_text_color", +"..............", +"..............", +"..............", +"..............", +"......++......", +"......++......", +"......++......", +"...++++++++...", +"...++++++++...", +"......++......", +"......++......", +"......++......", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/maximize-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..d180f9b --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/maximize-inactive.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #B1B1B1 s inactive_text_color", +"..............", +"..............", +"..............", +"..............", +"......++......", +"......++......", +"......++......", +"...++++++++...", +"...++++++++...", +"......++......", +"......++......", +"......++......", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/maximize-prelight.xpm b/xfce-frugalware/Frugalware/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..ee43d09 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/maximize-prelight.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * maximize_prelight_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #AA0000", +"..............", +"..............", +"..............", +"..............", +"......++......", +"......++......", +"......++......", +"...++++++++...", +"...++++++++...", +"......++......", +"......++......", +"......++......", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/maximize-pressed.xpm b/xfce-frugalware/Frugalware/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..f393d17 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/maximize-pressed.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #AA0000", +"..............", +"..............", +"..............", +"..............", +"..............", +"......++......", +"......++......", +"......++......", +"...++++++++...", +"...++++++++...", +"......++......", +"......++......", +"......++......", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/maximize-toggled-active.xpm b/xfce-frugalware/Frugalware/xfwm4/maximize-toggled-active.xpm new file mode 100644 index 0000000..8e4601f --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/maximize-toggled-active.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #505050 s active_text_color", +"..............", +"..............", +"..............", +"..............", +"......++......", +"......++......", +"......++......", +"...++++++++...", +"...++++++++...", +"......++......", +"......++......", +"......++......", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/maximize-toggled-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/maximize-toggled-inactive.xpm new file mode 100644 index 0000000..14386d1 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/maximize-toggled-inactive.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #B1B1B1 s inactive_text_color", +"..............", +"..............", +"..............", +"..............", +"......++......", +"......++......", +"......++......", +"...++++++++...", +"...++++++++...", +"......++......", +"......++......", +"......++......", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/maximize-toggled-prelight.xpm b/xfce-frugalware/Frugalware/xfwm4/maximize-toggled-prelight.xpm new file mode 100644 index 0000000..9771b6e --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/maximize-toggled-prelight.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * maximize_toggled_prelight_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #AA0000", +"..............", +"..............", +"..............", +"..............", +"......++......", +"......++......", +"......++......", +"...++++++++...", +"...++++++++...", +"......++......", +"......++......", +"......++......", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/maximize-toggled-pressed.xpm b/xfce-frugalware/Frugalware/xfwm4/maximize-toggled-pressed.xpm new file mode 100644 index 0000000..96eb05c --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/maximize-toggled-pressed.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #AA0000", +"..............", +"..............", +"..............", +"..............", +"..............", +"......++......", +"......++......", +"......++......", +"...++++++++...", +"...++++++++...", +"......++......", +"......++......", +"......++......", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/menu-active.xpm b/xfce-frugalware/Frugalware/xfwm4/menu-active.xpm new file mode 100644 index 0000000..04224c3 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/menu-active.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"15 15 2 1", +" c None", +". c #F6F6F6 s active_color_2", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/menu-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..6b0ce11 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/menu-inactive.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"15 15 2 1", +" c None", +". c #F6F6F6 s active_color_2", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/menu-pressed.xpm b/xfce-frugalware/Frugalware/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..010cc01 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/menu-pressed.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"15 15 2 1", +" c None", +". c #F6F6F6 s active_color_2", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/right-active.xpm b/xfce-frugalware/Frugalware/xfwm4/right-active.xpm new file mode 100644 index 0000000..3175fe1 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/right-active.xpm @@ -0,0 +1,11 @@ +/* XPM */ +static char * right_active_xpm[] = { +"5 5 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"....+", +"....+", +"....+", +"....+", +"....+"}; diff --git a/xfce-frugalware/Frugalware/xfwm4/right-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/right-inactive.xpm new file mode 100644 index 0000000..4fdf45c --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/right-inactive.xpm @@ -0,0 +1,11 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"5 5 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"....+", +"....+", +"....+", +"....+", +"....+"}; diff --git a/xfce-frugalware/Frugalware/xfwm4/screenshot.png b/xfce-frugalware/Frugalware/xfwm4/screenshot.png new file mode 100644 index 0000000..fc42ed8 Binary files /dev/null and b/xfce-frugalware/Frugalware/xfwm4/screenshot.png differ diff --git a/xfce-frugalware/Frugalware/xfwm4/shade-active.xpm b/xfce-frugalware/Frugalware/xfwm4/shade-active.xpm new file mode 100644 index 0000000..90b3308 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/shade-active.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"15 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #505050 s active_text_color", +"...............", +"...............", +"...............", +"...............", +"...............", +".......+.......", +"......+++......", +".....+++++.....", +"....+++.+++....", +"...+++...+++...", +"...............", +"...............", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/shade-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..664494c --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/shade-inactive.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"15 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #B1B1B1 s inactive_text_color", +"...............", +"...............", +"...............", +"...............", +"...............", +".......+.......", +"......+++......", +".....+++++.....", +"....+++.+++....", +"...+++...+++...", +"...............", +"...............", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/shade-prelight.xpm b/xfce-frugalware/Frugalware/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..95d21ca --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/shade-prelight.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * shade_prelight_xpm[] = { +"15 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #AA0000", +"...............", +"...............", +"...............", +"...............", +"...............", +".......+.......", +"......+++......", +".....+++++.....", +"....+++.+++....", +"...+++...+++...", +"...............", +"...............", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/shade-pressed.xpm b/xfce-frugalware/Frugalware/xfwm4/shade-pressed.xpm new file mode 100644 index 0000000..b5c266a --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/shade-pressed.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"15 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #AA0000", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +".......+.......", +"......+++......", +".....+++++.....", +"....+++.+++....", +"...+++...+++...", +"...............", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/shade-toggled-active.xpm b/xfce-frugalware/Frugalware/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..7a2ccb3 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"15 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #505050 s active_text_color", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...+++...+++...", +"....+++.+++....", +".....+++++.....", +"......+++......", +".......+.......", +"...............", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/shade-toggled-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..7b2ba5b --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"15 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #B1B1B1 s inactive_text_color", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...+++...+++...", +"....+++.+++....", +".....+++++.....", +"......+++......", +".......+.......", +"...............", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/shade-toggled-prelight.xpm b/xfce-frugalware/Frugalware/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..46983d2 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * shade_toggled_prelight_xpm[] = { +"15 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #AA0000", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...+++...+++...", +"....+++.+++....", +".....+++++.....", +"......+++......", +".......+.......", +"...............", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/shade-toggled-pressed.xpm b/xfce-frugalware/Frugalware/xfwm4/shade-toggled-pressed.xpm new file mode 100644 index 0000000..d0e1790 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/shade-toggled-pressed.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"15 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #AA0000", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...............", +"...+++...+++...", +"....+++.+++....", +".....+++++.....", +"......+++......", +".......+.......", +"...............", +"...............", +"..............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/stick-active.xpm b/xfce-frugalware/Frugalware/xfwm4/stick-active.xpm new file mode 100644 index 0000000..4fbf75d --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/stick-active.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #505050 s active_text_color", +"..............", +"..............", +"..............", +"..............", +".....++++.....", +"....++++++....", +"...++....++...", +"...++....++...", +"...++....++...", +"...++....++...", +"....++++++....", +".....++++.....", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/stick-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..49bdb1b --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/stick-inactive.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #B1B1B1 s inactive_text_color", +"..............", +"..............", +"..............", +"..............", +".....++++.....", +"....++++++....", +"...++....++...", +"...++....++...", +"...++....++...", +"...++....++...", +"....++++++....", +".....++++.....", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/stick-prelight.xpm b/xfce-frugalware/Frugalware/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..1543d69 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/stick-prelight.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * stick_prelight_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #AA0000", +"..............", +"..............", +"..............", +"..............", +".....++++.....", +"....++++++....", +"...++....++...", +"...++....++...", +"...++....++...", +"...++....++...", +"....++++++....", +".....++++.....", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/stick-pressed.xpm b/xfce-frugalware/Frugalware/xfwm4/stick-pressed.xpm new file mode 100644 index 0000000..3e501a7 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/stick-pressed.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #AA0000", +"..............", +"..............", +"..............", +"..............", +"..............", +".....++++.....", +"....++++++....", +"...++....++...", +"...++....++...", +"...++....++...", +"...++....++...", +"....++++++....", +".....++++.....", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/stick-toggled-active.xpm b/xfce-frugalware/Frugalware/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..7b78ced --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #505050 s active_text_color", +"..............", +"..............", +"..............", +"..............", +".....++++.....", +"....++++++....", +"...++++++++...", +"...++++++++...", +"...++++++++...", +"...++++++++...", +"....++++++....", +".....++++.....", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/stick-toggled-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..1136c94 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #B1B1B1 s inactive_text_color", +"..............", +"..............", +"..............", +"..............", +".....++++.....", +"....++++++....", +"...++++++++...", +"...++++++++...", +"...++++++++...", +"...++++++++...", +"....++++++....", +".....++++.....", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/stick-toggled-prelight.xpm b/xfce-frugalware/Frugalware/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..9772610 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * stick_toggled_prelight_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #AA0000", +"..............", +"..............", +"..............", +"..............", +".....++++.....", +"....++++++....", +"...++++++++...", +"...++++++++...", +"...++++++++...", +"...++++++++...", +"....++++++....", +".....++++.....", +"..............", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/stick-toggled-pressed.xpm b/xfce-frugalware/Frugalware/xfwm4/stick-toggled-pressed.xpm new file mode 100644 index 0000000..a94bdbb --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/stick-toggled-pressed.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"14 15 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #AA0000", +"..............", +"..............", +"..............", +"..............", +"..............", +".....++++.....", +"....++++++....", +"...++++++++...", +"...++++++++...", +"...++++++++...", +"...++++++++...", +"....++++++....", +".....++++.....", +"..............", +".............."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/themerc b/xfce-frugalware/Frugalware/xfwm4/themerc new file mode 100644 index 0000000..a2a6219 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/themerc @@ -0,0 +1,12 @@ +# Axiom xfwm theme by Rogier Koppejan. + +active_text_color=#505050 +button_offset=3 +button_spacing=4 +full_width_title=true +inactive_text_color=#B1B1B1 +maximized_offset=2 +show_app_icon=false +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 diff --git a/xfce-frugalware/Frugalware/xfwm4/title-1-active.xpm b/xfce-frugalware/Frugalware/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..ece4f47 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"5 24 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"+++++", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +"....."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/title-1-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/title-1-inactive.xpm new file mode 100644 index 0000000..0481c10 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/title-1-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_inactive_xpm[] = { +"5 24 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"+++++", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +"....."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/title-2-active.xpm b/xfce-frugalware/Frugalware/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..7d28bcc --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"5 24 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"+++++", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +"....."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/title-2-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/title-2-inactive.xpm new file mode 100644 index 0000000..3661d4a --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/title-2-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_inactive_xpm[] = { +"5 24 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"+++++", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +"....."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/title-3-active.xpm b/xfce-frugalware/Frugalware/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..e946457 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"5 24 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"+++++", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +"....."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/title-3-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/title-3-inactive.xpm new file mode 100644 index 0000000..bf93b25 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/title-3-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"5 24 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"+++++", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +"....."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/title-4-active.xpm b/xfce-frugalware/Frugalware/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..7008303 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"5 24 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"+++++", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +"....."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/title-4-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/title-4-inactive.xpm new file mode 100644 index 0000000..292be50 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/title-4-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_inactive_xpm[] = { +"5 24 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"+++++", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +"....."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/title-5-active.xpm b/xfce-frugalware/Frugalware/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..d5a51d0 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"5 24 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"+++++", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +"....."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/title-5-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/title-5-inactive.xpm new file mode 100644 index 0000000..c3f3ba0 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/title-5-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_inactive_xpm[] = { +"5 24 3 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"+++++", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +".....", +"....."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/top-left-active.xpm b/xfce-frugalware/Frugalware/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..4728392 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/top-left-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"8 24 6 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"@ c #B9B9B9", +"# c #8A8A8A", +"$ c #ADADAD", +" +++", +" +#@..", +" +$....", +" +$.....", +" #......", +"+ at ......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+......."}; diff --git a/xfce-frugalware/Frugalware/xfwm4/top-left-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/top-left-inactive.xpm new file mode 100644 index 0000000..f6f6d10 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/top-left-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"8 24 6 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"@ c #B9B9B9", +"# c #8A8A8A", +"$ c #ADADAD", +" +++", +" +#@..", +" +$....", +" +$.....", +" #......", +"+ at ......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+.......", +"+......."}; \ No newline at end of file diff --git a/xfce-frugalware/Frugalware/xfwm4/top-right-active.xpm b/xfce-frugalware/Frugalware/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..81598cc --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/top-right-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"8 24 6 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"@ c #B9B9B9", +"# c #8A8A8A", +"$ c #ADADAD", +"+++ ", +"..@#+ ", +"....$+ ", +".....$+ ", +"......# ", +"...... at +", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+"}; diff --git a/xfce-frugalware/Frugalware/xfwm4/top-right-inactive.xpm b/xfce-frugalware/Frugalware/xfwm4/top-right-inactive.xpm new file mode 100644 index 0000000..385a4c0 --- /dev/null +++ b/xfce-frugalware/Frugalware/xfwm4/top-right-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"8 24 6 1", +" c None", +". c #F6F6F6 s active_color_2", +"+ c #808080", +"@ c #B9B9B9", +"# c #8A8A8A", +"$ c #ADADAD", +"+++ ", +"..@#+ ", +"....$+ ", +".....$+ ", +"......# ", +"...... at +", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+", +".......+"}; \ No newline at end of file diff --git a/xfce-frugalware/frugalware.png b/xfce-frugalware/frugalware.png new file mode 100644 index 0000000..c4ac9cf Binary files /dev/null and b/xfce-frugalware/frugalware.png differ diff --git a/xfce-frugalware/frugalware_wide.png b/xfce-frugalware/frugalware_wide.png new file mode 100644 index 0000000..96477e7 Binary files /dev/null and b/xfce-frugalware/frugalware_wide.png differ From devil505linux at gmail.com Sun Oct 10 12:05:03 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 10 Oct 2010 12:05:03 +0200 (CEST) Subject: [Frugalware-git] artwork: * initial import of gnome-frugalware Message-ID: <20101010100503.49145132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=20a6cc08814536585485c84092e9db33f0332f50 commit 20a6cc08814536585485c84092e9db33f0332f50 Author: Devil505 Date: Sun Oct 10 12:04:43 2010 +0200 * initial import of gnome-frugalware diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Bars/menubar.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Bars/menubar.png new file mode 100644 index 0000000..45b538f Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Bars/menubar.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Breadcrumbs/breadcrumb_active.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Breadcrumbs/breadcrumb_active.png new file mode 100644 index 0000000..ffd3543 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Breadcrumbs/breadcrumb_active.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Breadcrumbs/breadcrumb_normal.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Breadcrumbs/breadcrumb_normal.png new file mode 100644 index 0000000..aedfa6e Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Breadcrumbs/breadcrumb_normal.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Breadcrumbs/breadcrumb_prelight.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Breadcrumbs/breadcrumb_prelight.png new file mode 100644 index 0000000..5ad2f85 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Breadcrumbs/breadcrumb_prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Handles/handle-nautilus.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Handles/handle-nautilus.png new file mode 100644 index 0000000..0fbb411 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Handles/handle-nautilus.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Handles/resize_grip.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Handles/resize_grip.png new file mode 100644 index 0000000..0dd576b Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Handles/resize_grip.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Null/null.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Null/null.png new file mode 100644 index 0000000..a762744 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Null/null.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Others/arrow-d.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Others/arrow-d.png new file mode 100644 index 0000000..e8fddf5 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Others/arrow-d.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Others/bg.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Others/bg.png new file mode 100644 index 0000000..153b5dc Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Others/bg.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Others/launcherfix.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Others/launcherfix.png new file mode 100644 index 0000000..0e5a642 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Others/launcherfix.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Others/null.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Others/null.png new file mode 100644 index 0000000..9bb72bb Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Others/null.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/arrow-blank.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/arrow-blank.png new file mode 100644 index 0000000..6b9c03d Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/arrow-blank.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/arrow-down.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/arrow-down.png new file mode 100644 index 0000000..6b9c03d Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/arrow-down.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/handle-h.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/handle-h.png new file mode 100644 index 0000000..7bdf649 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/handle-h.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/handle-v.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/handle-v.png new file mode 100644 index 0000000..6e8eba1 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/handle-v.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/panel-bg.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/panel-bg.png new file mode 100644 index 0000000..1a99e90 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/panel-bg.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/panel-button-active.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/panel-button-active.png new file mode 100644 index 0000000..6681b62 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/panel-button-active.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/panel-button-hover.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/panel-button-hover.png new file mode 100644 index 0000000..fda2dd6 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/panel-button-hover.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/panel-button-inactive.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/panel-button-inactive.png new file mode 100644 index 0000000..a0be651 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Panel/panel-button-inactive.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-a-shadow-out.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-a-shadow-out.png new file mode 100644 index 0000000..fe6b975 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-a-shadow-out.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-i-shadow-in.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-i-shadow-in.png new file mode 100644 index 0000000..5fb6aeb Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-i-shadow-in.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-i-shadow-out.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-i-shadow-out.png new file mode 100644 index 0000000..8863af4 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-i-shadow-out.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-p-shadow-in.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-p-shadow-in.png new file mode 100644 index 0000000..5d868c2 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-p-shadow-in.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-p-shadow-out.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-p-shadow-out.png new file mode 100644 index 0000000..2e9d2c8 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-p-shadow-out.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-s-shadow-in.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-s-shadow-in.png new file mode 100644 index 0000000..1c312cf Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-s-shadow-in.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-s-shadow-out.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-s-shadow-out.png new file mode 100644 index 0000000..830cecb Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-s-shadow-out.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-shadow-in.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-shadow-in.png new file mode 100644 index 0000000..1c312cf Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-shadow-in.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-shadow-out.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-shadow-out.png new file mode 100644 index 0000000..830cecb Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/check-shadow-out.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/checkbg.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/checkbg.png new file mode 100644 index 0000000..857c2ed Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/checkbg.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-i-shadow-in.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-i-shadow-in.png new file mode 100644 index 0000000..3cbf0bb Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-i-shadow-in.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-p-shadow-in.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-p-shadow-in.png new file mode 100644 index 0000000..e6a2408 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-p-shadow-in.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-p-shadow-out.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-p-shadow-out.png new file mode 100644 index 0000000..2e9d2c8 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-p-shadow-out.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-s-shadow-in.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-s-shadow-in.png new file mode 100644 index 0000000..12273a7 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-s-shadow-in.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-s-shadow-out.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-s-shadow-out.png new file mode 100644 index 0000000..830cecb Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-s-shadow-out.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-shadow-in.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-shadow-in.png new file mode 100644 index 0000000..12273a7 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-shadow-in.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-shadow-out.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-shadow-out.png new file mode 100644 index 0000000..830cecb Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Radiocheck/radio-shadow-out.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Range/slider-prelight.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Range/slider-prelight.png new file mode 100644 index 0000000..96cf166 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Range/slider-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Range/slider.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Range/slider.png new file mode 100644 index 0000000..ea6642c Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Range/slider.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Range/trough.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Range/trough.png new file mode 100644 index 0000000..d6f1895 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Range/trough.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/slider-horiz-prelight.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/slider-horiz-prelight.png new file mode 100644 index 0000000..bea8624 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/slider-horiz-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/slider-horiz.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/slider-horiz.png new file mode 100644 index 0000000..7ea1543 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/slider-horiz.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/slider-vert-prelight.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/slider-vert-prelight.png new file mode 100644 index 0000000..0064b5c Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/slider-vert-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/slider-vert.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/slider-vert.png new file mode 100644 index 0000000..6306145 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/slider-vert.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-down-insens.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-down-insens.png new file mode 100644 index 0000000..e1968f0 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-down-insens.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-down-prelight.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-down-prelight.png new file mode 100644 index 0000000..4534683 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-down-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-down.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-down.png new file mode 100644 index 0000000..98bf9cc Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-down.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-left-insens.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-left-insens.png new file mode 100644 index 0000000..0780304 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-left-insens.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-left-prelight.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-left-prelight.png new file mode 100644 index 0000000..f30dbb1 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-left-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-left.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-left.png new file mode 100644 index 0000000..16a3faa Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-left.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-right-insens.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-right-insens.png new file mode 100644 index 0000000..f9ce5a9 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-right-insens.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-right-prelight.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-right-prelight.png new file mode 100644 index 0000000..12a4599 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-right-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-right.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-right.png new file mode 100644 index 0000000..928a4cc Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-right.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-up-insens.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-up-insens.png new file mode 100644 index 0000000..0d289b4 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-up-insens.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-up-prelight.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-up-prelight.png new file mode 100644 index 0000000..c06b26c Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-up-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-up.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-up.png new file mode 100644 index 0000000..6d517a9 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/stepper-up.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png new file mode 100644 index 0000000..0ea35d2 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/trough-scrollbar-vert.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/trough-scrollbar-vert.png new file mode 100644 index 0000000..f850cb6 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Scrollbars/trough-scrollbar-vert.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Tabs/close.png b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Tabs/close.png new file mode 100644 index 0000000..0d4de51 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/Tabs/close.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/bars.rc b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/bars.rc new file mode 100644 index 0000000..9a32aef --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/bars.rc @@ -0,0 +1,52 @@ +### PIXMAP MENUBAR ### +style "pixbuf-menubar" + +{ + xthickness = 1 + ythickness = 2 + + engine "pixmap" + { + image + { + function = BOX + state = NORMAL + file = "Bars/menubar.png" + border = { 0, 0, 0, 2 } + stretch = TRUE + } + + image + { + function = BOX + state = ACTIVE + file = "Bars/menubar.png" + border = { 0, 0, 0, 2 } + stretch = TRUE + } + + image + { + function = BOX + state = INSENSITIVE + file = "Bars/menubar.png" + border = { 0, 0, 0, 2 } + stretch = TRUE + } + } +} + +style "menubar-menuitem" +{ + bg[PRELIGHT] = @selected_bg_color + bg[SELECTED] = @selected_bg_color + fg[NORMAL] = @base_color + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + text[NORMAL] = @base_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +widget_class "*.*" style "menubar-menuitem" +widget_class "**" style "pixbuf-menubar" diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/firefox.rc b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/firefox.rc new file mode 100644 index 0000000..0a8df66 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/firefox.rc @@ -0,0 +1,43 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-statusbar" +{ + xthickness = 4 + ythickness = 3 +} + +style "ff-tool" = "menubar" +{ + GtkToolbar:: shadow-type = GTK_SHADOW_NONE +} + +widget "MozillaGtkWidget*Toolbar*" style "ff-tool" +widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + + + + + + + + + + + + diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/gtkrc b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/gtkrc new file mode 100644 index 0000000..df7d26c --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/gtkrc @@ -0,0 +1,602 @@ +# Author: lassekongo83 +# Theme: Zuki Blues +# Description: This theme is 100% free and open source. + +# NOTE: Uncommenting means to delete the "#" at the beginning of a line. Commenting means to add a "#" at the beginning of a line. The "#" tells the theme wether to ignore the specified line or not. + +# These are the defined colors for the theme, you can change them in GNOME's appearance preferences. +gtk_color_scheme = "bg_color:#DCDCDC\nselected_bg_color:#7E9EBD\nbase_color:#F7F7F7" # Background, base. +gtk_color_scheme = "fg_color:#3C3C3C\nselected_fg_color:#f5f5f5\ntext_color:#3C3C3C" # Foreground, text. +gtk_color_scheme = "tooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000000" # Tooltips. +gtk_color_scheme = "link_color:#08c" # Hyperlinks +gtk_color_scheme = "panel_bg:#303030" # Panel bg color. Not used here though. +gtk_color_scheme = "fm_color:#F7F7F7" # Color used in Nautilus and Thunar. +gtk_color_scheme = "frame_color:#CDCDCD\ninactive_frame_color:#CDCDCD" # Fix for Chrome + +### EXTERNAL FILES ### +include "panel.rc" # This includes the file that handles panel theming. +include "scrollbar.rc" # This includes the file that styles the scrollbars. +include "radiocheck.rc" # Styles the radio check buttons. +include "bars.rc" # Styles the menubar. + +### ICONS ### +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. + +### MISC ### +gtk-button-images = 1 # Enables icons in buttons +gtk-toolbar-style = 0 # Disables text in toolbar +gtk-auto-mnemonics = 1 # Disables ugly lines under menu items + +### GENERAL THEME SETTINGS ### +style "murrine-default" +{ + GnomeHRef ::link_color = @link_color + GtkHTML ::link-color = @link_color + GtkIMHtmlr ::hyperlink-color = @link_color + GtkIMHtml ::hyperlink-color = @link_color + GtkWidget ::link-color = @link_color + GtkWidget ::visited-link-color = @text_color + + GtkButton ::child-displacement-x = 1 + GtkButton ::child-displacement-y = 1 + GtkButton ::default-border = { 0, 0, 0, 0 } + GtkCheckButton ::indicator-size = 14 + + GtkWidget ::new-tooltip-style = 1 + GtkWidget ::focus-line-width = 1 + GtkWidget ::focus-padding = 0 + + GtkImage ::x-ayatana-indicator-dynamic = 1 + + GtkScrolledWindow ::scrollbar-spacing = 0 + GtkScrolledWindow ::scrollbar-within-bevel = 0 + + GtkPaned ::handle-size = 6 + + GtkRange ::trough-border = 0 + GtkRange ::slider-width = 14 + GtkRange ::stepper-size = 13 + GtkRange ::stepper_spacing = 0 + GtkRange ::trough-under-steppers = 0 + + GtkScale ::slider-length = 14 + GtkScale ::slider-width = 14 + + GtkScrollbar ::min-slider-length = 15 + GtkScrollbar ::activate-slider = 1 + GtkMenuBar ::internal-padding = 0 + GtkExpander ::expander-size = 16 + GtkToolbar ::internal-padding = 0 + GtkTreeView ::expander-size = 14 + GtkTreeView ::indent-expanders = 1 + GtkTreeView ::vertical-separator = 0 + + GtkMenu ::horizontal-padding = 1 + GtkMenu ::vertical-padding = 1 + + WnckTasklist ::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry ::honors-transparent-bg-hint = 1 + GtkEntry ::state-hint = 0 + GtkEntry ::progress-border = { 2, 2, 2, 2 } + + #GtkToolbar:: shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified. + #GtkMenuBar:: shadow-type = GTK_SHADOW_NONE # Makes menus flat and unified. + GtkMenuBar ::window-dragging = 1 + + xthickness = 1 + ythickness = 1 + + ### Color Definitions ### + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @fg_color + fg[INSENSITIVE] = darker (@bg_color) + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @bg_color + bg[ACTIVE] = shade (1.04, @bg_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[ACTIVE] = shade (0.92, @selected_bg_color) + base[SELECTED] = shade (0.93, @selected_bg_color) + base[INSENSITIVE] = @bg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = darker (@bg_color) + + ### Murrine Settings ### + + engine "murrine" + { + animation = TRUE + arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows + border_shades = { 1.2, 1.0 } # gradient to draw on border + colorize_scrollbar = FALSE + comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow + contrast = 0.4 # 0.8 for less contrast, more than 1.0 for more contrast on borders + focus_color = mix (0.1, @bg_color, shade (1.1, @selected_bg_color)) + glazestyle = 1 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight + gradient_shades = {1.2,1.0,1.0,0.9} #{1.1,1.0,1.0,0.87} + glowstyle = 0 # 0,1,2,3,4 + glow_shade = 1.1 + highlight_shade = 1.0 # set highlight amount for buttons or widgets + lightborder_shade = 1.1 # sets lightborder amount for buttons or widgets + lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides + listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised + listviewstyle = 1 # 0 = nothing, 1 = dotted + menubaritemstyle = 0 # 0 = menuitem look, 1 = button look + menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped + menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped + menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe + prelight_shade = .95 # shade level for scrollbar's slider, comboboxstyle(1), and prelight state with gradient_colors + reliefstyle = 3 # 0 = flat, 1 = inset, 2 = shadow + rgba = FALSE # FALSE = disabled, TRUE = enabled + roundness = 3 # 0 = squared, 1 = old default, more will increase roundness + scrollbarstyle = 2 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles + separatorstyle = 1 # 0 = Hard seperators 1 = Smooth seperators + sliderstyle = 0 # 0 = nothing added, 1 = handles + stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown + progressbarstyle = 1 # 0 = nothing, 1 = stripes, 2 = lines + focus_color = @selected_bg_color + shadow_shades = { 0.8, 2.2 } # gradient for shadows. + textstyle = 1 # 0 = normal text, 1 = inset + toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient + trough_shades = { 0.88, 2.0 } # draw gradient on trough of GtkScrollbar and GtkProgressbar + } +} + +### THEME MODULES ### + +style "evolution-hack" = "murrine-default" # Hacks for Evolution Mail. +{ + bg[NORMAL] = shade (1.14, @bg_color) # Color for evo treeview headers. + bg[PRELIGHT] = shade (1.18, @bg_color) # Color for evo treeview header prelight. + bg[ACTIVE] = shade (0.75, @bg_color) # Color for unfocused evo selected items. + bg[SELECTED] = @selected_bg_color # Color for evo selected items. + fg[ACTIVE] = @selected_fg_color # Color for evo active text. + fg[SELECTED] = @selected_fg_color # Color for evo selected text. +} + +style "murrine-dark" { + color["panel_bg"] = shade(0.25, @bg_color) + fg[NORMAL] = shade (0.9, @selected_fg_color) + fg[PRELIGHT] = shade (0.9, @selected_fg_color) + fg[ACTIVE] = shade (0.9, @selected_fg_color) + fg[SELECTED] = shade (0.9, @selected_fg_color) + fg[INSENSITIVE] = shade (1.175, @panel_bg) + bg[NORMAL] = @panel_bg + bg[ACTIVE] = shade (0.8, @panel_bg) + bg[SELECTED] = shade (0.7, @panel_bg) + bg[PRELIGHT] = shade (1.65, @panel_bg) +} + +style "murrine-thin" +{ + xthickness = 0 + ythickness = 0 +} + +style "murrine-wide" +{ + xthickness = 2 # Can't change, or clowns will eat you. + ythickness = 2 # Can't change, or clowns will eat you. +} + +style "murrine-wider" +{ + xthickness = 3 # Can't change, or clowns will eat you. + ythickness = 3 # Can't change, or clowns will eat you. +} + +### EQUINOX PARTS ### + +style "equinox-default" +{ + engine "equinox" { + animation = TRUE + } +} + +style "equinox-thin" = "equinox-default" { xthickness = 0 ythickness = 0 } +style "equinox-wide" = "equinox-default" { xthickness = 2 ythickness = 2 } +style "equinox-wider" = "equinox-default" { xthickness = 3 ythickness = 3 } + +style "equinox-button" = "equinox-wider" +{ + GtkWidget ::focus-line-width = 2 + GtkWidget ::focus-padding = 0 + + bg[NORMAL] = shade (1.05, @bg_color) + bg[PRELIGHT] = shade (1.2, @selected_bg_color) #mix (1.20, @bg_color, @selected_bg_color) + bg[ACTIVE] = shade (0.8, @bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.95, @bg_color) + + engine "equinox" { + curvature = 3.0 + } +} + +### DEFAULT PARTS ### + +style "murrine-entry" = "murrine-wider" { + + bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color) + fg[SELECTED] = @text_color + + engine "murrine" { + contrast = 0.4 + reliefstyle = 4 + border_shades = {1.03,0.8} + shadow_shades = {0.5,0.0} + } +} + +style "murrine-button" = "murrine-wider" +{ + bg[NORMAL] = shade (1.06, @bg_color) + bg[PRELIGHT] = shade (1.2, @selected_bg_color) + bg[ACTIVE] = shade (0.85, @bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.95, @bg_color) + + engine "murrine" + { + contrast = .8 + highlight_shade = 1.00 + lightborder_shade = 1.7 + gradient_shades = {1.1,1.05,0.95,0.95} #{1.3,1.10,0.95,0.92} + border_shades = { 1.1, 0.9 } + shadow_shades = {0.5,0.0} + reliefstyle = 3 + } +} + +style "murrine-notebook-bg" +{ + bg[NORMAL] = shade (1.1, @bg_color) # Tab background. + bg[ACTIVE] = @bg_color # Unfocused tab background. +} + +style "murrine-notebook" = "murrine-notebook-bg" +{ + xthickness = 2 # Width of tabs and notebook borders. + ythickness = 2 # Height of tabs and notebook borders. + + engine "murrine" + { + roundness = 3 # Roundness of notebook tabs. + contrast = 1.0 + highlight_shade = 1.0 + gradient_shades = {1.28,1.17,0.92,0.87} + } +} + +style "notebook-close" +{ + stock["gtk-close"] = {{ "Tabs/close.png", *, *, * }} # Prettier Close icon +} + +style "murrine-menubar" = "murrine-default" +{ + bg[NORMAL] = @bg_color + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color +} + +style "murrine-menu" +{ + ythickness = 2 + xthickness = 0 + + bg[SELECTED] = shade (0.85, @selected_bg_color) + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (0.85, @selected_bg_color) + bg[ACTIVE] = @bg_color + bg[INSENSITIVE] = @bg_color + fg[NORMAL] = @text_color # Color for normal text. + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = shade (0.75, @bg_color) # Text color for non-interactive menu items + text[NORMAL] = @text_color # Color for menu-item radio/checks. + base[NORMAL] = @bg_color # Color for menu-item radio/checks background. + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @selected_fg_color + text[INSENSITIVE] = @text_color + + engine "murrine" + { + roundness = 0 # Roundness of menu items. + } +} + +style "murrine-menu-item" = "murrine-wider" +{ + bg[SELECTED] = shade (0.85, @selected_bg_color) + bg[PRELIGHT] = shade (0.85, @selected_bg_color) + fg[NORMAL] = @text_color # Fix for XFCE menu text. + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color +} + +style "murrine-separator-menu-item" +{ + engine "murrine" + { + separatorstyle = 1 + } +} + +style "murrine-treeview" +{ + engine "murrine" + { + roundness = 0 # This makes treeview progressbars square. + } +} + +style "murrine-treeview-header" = "murrine-button" +{ + xthickness = 2 + ythickness = 1 + + bg[NORMAL] = shade (1.14, @bg_color) # Color for treeview headers. + bg[PRELIGHT] = shade (0.98, @bg_color) # Color for treeview header prelight. + bg[ACTIVE] = shade (0.85, @bg_color) # Color for pressed-treeview. + + engine "murrine" + { + roundness = 0 # This makes treeview progressbars square. + } +} + +style "murrine-frame-title" +{ + fg[NORMAL] = lighter (@fg_color) +} + +style "murrine-tooltips" = "murrine-wider" +{ + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color +} + +style "metacity-frame" = "murrine-default" +{ + bg[SELECTED] = shade (0.85, @selected_bg_color) # Color for metacity borders. +} + +style "equinox-progressbar" +{ + xthickness = 1 + ythickness = 1 + + fg[PRELIGHT] = lighter (@selected_fg_color) + bg[NORMAL] = shade (1.0, @bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + + engine "equinox" + { + animation = TRUE + curvature = 8.0 + progressbarstyle = 0 + } +} + +style "murrine-statusbar" +{ + xthickness = 2 +} + +style "murrine-comboboxentry" +{ + engine "murrine" + { + contrast = 0.4 + reliefstyle = 4 + border_shades = {1.03,0.8} + shadow_shades = {0.5,0.0} + } +} + +style "murrine-spinbutton" +{ + bg[ACTIVE] = shade (0.85, @bg_color) # Color for pressed-spinbuttons. +} + +style "equinox-scale" = "equinox-button" +{ + bg[NORMAL] = shade (1.05, @bg_color) + bg[PRELIGHT] = shade (1.15, @bg_color) + base[SELECTED] = @selected_bg_color + + engine "equinox" + { + curvature = 6 + scalesliderstyle = 0 + } +} + +style "equinox-hscale" = "equinox-scale" +{ +} + +style "equinox-vscale" = "equinox-scale" +{ +} + +style "murrine-nautilus-location" # Workaround for nautilus' messages. +{ + bg[NORMAL] = shade (1.25, @selected_bg_color) +} + +style "murrine-radiocheck" = "murrine-default" +{ + text[NORMAL] = @selected_fg_color # Color for checks/radio items. + text[PRELIGHT] = @selected_fg_color # Color for checks/radio items. +} + +style "murrine-toolbar" +{ + bg[NORMAL] = @bg_color +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# Murrine default style is applied to every widget. +class "GtkWidget" style "murrine-default" + +# Increase the x/ythickness in some widgets. +class "GtkFrame" style "murrine-wide" +class "GtkEntry" style "murrine-entry" +class "MetaFrames" style "metacity-frame" +class "GtkSeparator" style "murrine-wide" +class "GtkWindow" style "metacity-frame" +class "GtkCalendar" style "murrine-wide" +class "GtkToolbar" style "murrine-toolbar" + +class "GtkSpinButton" style "murrine-spinbutton" +class "GtkScale" style "equinox-scale" +class "GtkVScale" style "equinox-vscale" +class "GtkHScale" style "equinox-hscale" + +#class "GtkRadio*" style "murrine-radiocheck" +#class "GtkCheck*" style "murrine-radiocheck" + +# General matching following, the order is choosen so that the right styles override each other eg. progressbar needs to be more important then the menu match. + +# This is not perfect, it could be done better (That is modify *every* widget in the notebook, and change those back that we really don't want changed) +widget_class "**" style "murrine-notebook-bg" +widget_class "**" style "murrine-notebook-bg" +widget_class "**" style "murrine-notebook-bg" +widget_class "**" style "murrine-notebook-bg" +widget_class "**" style "murrine-notebook-bg" + +widget_class "*" style "murrine-button" +widget_class "*" style "murrine-notebook" +widget_class "**" style "notebook-close" +widget_class "**" style "murrine-statusbar" + +widget_class "**" style "murrine-comboboxentry" +widget_class "**" style "murrine-comboboxentry" + +#widget_class "**" style "murrine-menubar" +widget_class "**" style "murrine-menu" +#widget_class "**" style "murrine-menu-item" +widget_class "**" style "murrine-separator-menu-item" + +widget_class "*.." style "murrine-frame-title" +widget_class "*.*" style "murrine-treeview" + +widget_class "*" style "equinox-progressbar" +widget_class "*" style "equinox-progressbar" + +# Treeview header +widget_class "*.." style "murrine-treeview-header" +widget_class "*.." style "murrine-treeview-header" +widget_class "*.." style "murrine-treeview-header" +widget_class "*.." style "murrine-treeview-header" + +# Workarounds for Evolution +widget_class "*.ETable.ECanvas" style "murrine-treeview-header" +widget_class "*.ETree.ECanvas" style "murrine-treeview-header" +widget_class "*GtkCTree*" style "evolution-hack" +widget_class "*GtkList*" style "evolution-hack" +widget_class "*GtkCList*" style "evolution-hack" +widget_class "*.ETree.*" style "evolution-hack" +widget_class "*EInfoLabel*" style "evolution-hack" + +# The window of the tooltip is called "gtk-tooltip" +################################ +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################ +widget "gtk-tooltip*" style "murrine-tooltips" + +################################################### +# SPECIAL CASES AND WORKAROUNDS +################################################### + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "murrine-nautilus-location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that the work around assumes that the combobox is _not_ in appears-as-list mode. +# This style does not affect GtkComboBoxEntry, it does have an effect on comboboxes in appears-as-list mode though. +style "murrine-text-is-fg-color-workaround" +{ + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} +widget_class "*.." style "murrine-text-is-fg-color-workaround" + +style "murrine-menuitem-text-is-fg-color-workaround" +{ + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} +widget "*.gtk-combobox-popup-menu.*" style "murrine-menuitem-text-is-fg-color-workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color set. +style "murrine-fg-is-text-color-workaround" +{ + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} +widget_class "**" style "murrine-fg-is-text-color-workaround" +# The same problem also exists for GtkCList and GtkCTree. +# Only match GtkCList and not the parent widgets, because that would also change the headers. +widget_class "*" style "murrine-fg-is-text-color-workaround" +widget_class "*" style "murrine-fg-is-text-color-workaround" + +# XFCE desktop icon text looks weird when murrine textstyle is on. +style "xfdesktop-icon-view" +{ + engine "murrine" + { + textstyle = 0 + } +} +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Makes the text in the toolbar and statusbar smaller. Remove if you want to use the default size. +style "smaller-text" +{ + font_name = "7" +} +widget_class "*ToolButton*" style "smaller-text" +widget_class "*Statusbar*" style "smaller-text" + +### EXTERNAL FILES ### + +include "nautilus.rc" # Nautilus styling +include "firefox.rc" # Firefox styling diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/nautilus.rc b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/nautilus.rc new file mode 100644 index 0000000..f122399 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/nautilus.rc @@ -0,0 +1,195 @@ +style "nautilus-window-base" +{ + bg[NORMAL] = @bg_color +} + +style "nautilus-sidebar" { + font_name = "Regular" + + GtkTreeView::odd_row_color = "#e2e2e2" + GtkTreeView::even_row_color = "#e2e2e2" + + # these make the padding from left window edge a little more sane + GtkTreeView::vertical_separator = 4 + GtkTreeView::horizontal_separator = 15 + GtkTreeView::indent-expanders = 1 # 1 means TRUE + GtkTreeView::expander-size = 8 + GtkExpander::expander_spacing = 16 + GtkButton::image_spacing = 4 + + xthickness = 0 + ythickness = 1 +} + +style "nautilus-sidebar-title" +{ + xthickness = 0 + ythickness = 0 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[ACTIVE] = @fg_color + + bg[NORMAL] = "#e2e2e2" + bg[PRELIGHT] = "#e2e2e2" + bg[ACTIVE] = "#e2e2e2" + + font_name = "Bold" + + GtkExpander ::expander-spacing = 0 + GtkExpander ::expander-size = 0 + GtkArrow ::arrow-scaling = 0.1 # allowed: 0.1 ~ 1.0 (0.6 is an approximation to get 9 by 9 pixels arrow) + GtkButton ::image-spacing = 0 + GtkButton ::inner-border = {0, 0, 0, 0} + GtkButton ::child-displacement-x = 0 + GtkButton ::child-displacement-y = 0 + GtkButton ::default-border = { 0, 0, 0, 0 } +} + +style "nautilus-view" +{ + xthickness = 0 + ythickness = 1 +} + +style "nautilus-handle" +{ + GtkPaned::handle-size = 1 + + engine "pixmap" + { + image # for the thin gray line separating the sidepane and viewpane + { + function = HANDLE + recolorable = TRUE + file = "Handles/handle-nautilus.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + } +} + +style "smaller-text" +{ +} + +style "handle" +{ +} + +### Breadcrumbs ### + +style "nautilus-breadcrumbs" +{ + xthickness = 3 + ythickness = 0 + + GtkButton::child-displacement-y = 0 + GtkButton::inner-border = { 0, 8, 0, 0} + + fg[PRELIGHT] = shade (0.8, @selected_bg_color) + + engine "pixmap" + { + image + { + function = BOX + shadow = OUT + recolorable = TRUE + state = PRELIGHT + file = "Breadcrumbs/breadcrumb_prelight.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "Breadcrumbs/breadcrumb_active.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "Breadcrumbs/breadcrumb_normal.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Breadcrumbs/breadcrumb_active.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Breadcrumbs/breadcrumb_active.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "Breadcrumbs/breadcrumb_normal.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = SELECTED + file = "Breadcrumbs/breadcrumb_active.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + } +} + +############################################ +# NAUTILUS +# Order of assignment is important +############################################# + +widget_class "*NautilusSidePane.*" style "nautilus-sidebar" +widget_class "*Nautilus*Places*Sidebar*" style "nautilus-sidebar" +widget_class "*Nautilus*Side*.GtkWidget" style "nautilus-sidebar" +widget_class "*Nautilus*Side*Title*" style "nautilus-sidebar-title" + +widget_class "*Nautilus*Window*" style "nautilus-window-base" +widget_class "*Nautilus*Menu*" style "murrine-menu" +widget_class "*Nautilus*MenuBar*" style "murrine-menubar" +widget_class "*Nautilus*Toolbar*" style "murrine-toolbar" +widget_class "*Nautilus*Toolbar*Button" style "murrine-button" +widget "*Nautilus*Splitter" style "nautilus-handle" +widget_class "*Nautilus*View*" style "nautilus-view" +widget_class "*Nautilus*Notebook" style "murrine-notebook" + +widget_class "*Nautilus*." style "murrine-treeview-header" +widget_class "*Nautilus*." style "murrine-treeview-header" +widget_class "*Nautilus*." style "murrine-treeview-header" +widget_class "*Nautilus*." style "murrine-treeview-header" + +widget_class "*NautilusPathBar.*ToggleButton" style "nautilus-breadcrumbs" + +#widget "*.nautilus-extra-view-widget*" style:highest "murrine-dark" diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/panel.rc b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/panel.rc new file mode 100644 index 0000000..2da75a9 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/panel.rc @@ -0,0 +1,177 @@ +style "theme-panel" +{ + xthickness = 1 + ythickness = 0 + + bg_pixmap[NORMAL] = "/Panel/panel-bg.png" # Disable for normal panel backgrounds. + + fg[NORMAL] = "#f5f5f5" + fg[PRELIGHT] = "#ffffff" + fg[ACTIVE] = "#f5f5f5" + text[NORMAL] = "#f5f5f5" + text[PRELIGHT] = "#ffffff" + text[ACTIVE] = "#f5f5f5" + + engine "pixmap" + { + image + { + function = BOX + recolorable = TRUE + state = NORMAL + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Panel/panel-button-hover.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Panel/panel-button-active.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = SELECTED + file = "Panel/panel-button-active.png" + border = { 4, 4, 1, 1 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + } + + image + { + function = ARROW + recolorable = TRUE + arrow_direction = DOWN + } + } +} + +style "theme-panel-light" +{ + xthickness = 1 + ythickness = 0 + + fg[NORMAL] = @fg_color + + engine "murrine" { + textstyle = 1 + roundness = 0 + } +} + +style "theme-panel-text" +{ + fg[NORMAL] = "#f5f5f5" + fg[PRELIGHT] = "#ffffff" + fg[ACTIVE] = "#f5f5f5" + text[NORMAL] = "#f5f5f5" + text[PRELIGHT] = "#ffffff" + text[ACTIVE] = "#f5f5f5" +} + +style "theme-main-menu-text" = "theme-panel-text" +{ + fg[PRELIGHT] = "#ffffff" + text[PRELIGHT] = "#ffffff" +} + +style "theme-panel-handle" +{ + engine "pixmap" + { + image + { + function = HANDLE + } + + image + { + function = HANDLE + } + } +} + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +widget "*indicator-applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel-light" +widget_class "*Notif*Brasero*" style "theme-panel-light" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Hide ugly handle +class "PanelAppletFrame" style:highest "theme-panel-handle" + +# The following removes the arrows from the panel + +style "panel-arrow-remove" + +{ +engine "pixmap" + { + image + { + function = ARROW + recolorable = TRUE + overlay_file = "Panel/arrow-blank.png" + overlay_border = {2,2,2,2} + overlay_stretch = FALSE + arrow_direction = UP + } + + image + { + function = ARROW + recolorable = TRUE + overlay_file = "Panel/arrow-blank.png" + overlay_border = {2,2,2,2} + overlay_stretch = FALSE + arrow_direction = DOWN + } + } +} + +widget_class "*PanelToplevel*" style "panel-arrow-remove" diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/radiocheck.rc b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/radiocheck.rc new file mode 100644 index 0000000..f9eea89 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/radiocheck.rc @@ -0,0 +1,216 @@ +style "pixbuf-check" +{ + GtkCheckButton::indicator-size = 16 + + text[ACTIVE] = @fg_color + text[SELECTED] = @fg_color + text[NORMAL] = @fg_color + + bg[PRELIGHT] = @bg_color + + # States the OUT status of the button. In this case it's an empty checkbutton. + + engine "pixmap" { + image + {function = CHECK + state = NORMAL + shadow = OUT + overlay_file = "Radiocheck/check-shadow-out.png" + overlay_stretch = FALSE} + + image + {function = CHECK + state = PRELIGHT + shadow = OUT + overlay_file = "Radiocheck/check-p-shadow-out.png" + overlay_stretch = FALSE} + + image + {function = CHECK + state = ACTIVE + shadow = OUT + overlay_file = "Radiocheck/check-shadow-out.png" + overlay_stretch = FALSE} + + image + {function = CHECK + state = SELECTED + shadow = OUT + overlay_file = "Radiocheck/check-s-shadow-out.png" + overlay_stretch = FALSE} + + image + {function = CHECK + state = INSENSITIVE + shadow = OUT + overlay_file = "Radiocheck/check-i-shadow-out.png" + overlay_stretch = FALSE} + + # States the IN status of the button. In this case it's a filled checkbutton. + + image + {function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Radiocheck/check-shadow-in.png" + overlay_stretch = FALSE} + + image + {function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Radiocheck/check-p-shadow-in.png" + overlay_stretch = FALSE} + + image + {function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Radiocheck/check-shadow-in.png" + overlay_stretch = FALSE} + + image + {function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "Radiocheck/check-s-shadow-in.png" + overlay_stretch = FALSE} + + image + {function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Radiocheck/check-i-shadow-in.png" + overlay_stretch = FALSE} + + image + {function = FLAT_BOX + recolorable = TRUE + file = "Radiocheck/checkbg.png" + border = {5,5,5,5} + stretch = TRUE} + + image + {function = FOCUS + file = "Null/null.png"} + +} +} + +style "pixbuf-radio" +{ + GtkCheckButton::indicator-size = 16 + + text[ACTIVE] = @fg_color + text[SELECTED] = @fg_color + text[NORMAL] = @fg_color + + engine "pixmap" { + + image + {function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "Radiocheck/radio-shadow-out.png" + overlay_stretch = FALSE} + + image + {function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "Radiocheck/radio-p-shadow-out.png" + overlay_stretch = FALSE} + + image + {function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "Radiocheck/radio-shadow-out.png" + overlay_stretch = FALSE} + + image + {function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "Radiocheck/radio-s-shadow-out.png" + overlay_stretch = FALSE} + + image + {function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "Radiocheck/check-i-shadow-out.png" + overlay_stretch = FALSE} + + image + {function = OPTION + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "Radiocheck/radio-shadow-in.png" + overlay_stretch = FALSE} + + image + {function = OPTION + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "Radiocheck/radio-p-shadow-in.png" + overlay_stretch = FALSE} + + image + {function = OPTION + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "Radiocheck/check-shadow-in.png" + overlay_stretch = FALSE} + + image + {function = OPTION + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "Radiocheck/check-s-shadow-in.png" + overlay_stretch = FALSE} + + image + {function = OPTION + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "Radiocheck/radio-i-shadow-in.png" + overlay_stretch = FALSE} + + image + {function = FLAT_BOX + recolorable = TRUE + file = "Radiocheck/checkbg.png" + border = { 5 ,5 , 5 ,5} + stretch = TRUE} + + image + {function = FOCUS + file = "Null/null.png"} + +} +} + +style "radiocheck-menu" +{ + fg[PRELIGHT] = @text_color + text[PRELIGHT] = @text_color + + engine "murrine" {} +} + +class "GtkRadio*" style:highest "pixbuf-radio" +class "GtkCheck*" style:highest "pixbuf-check" + +class "GtkCheckMenuItem" style:highest "radiocheck-menu" +class "GtkRadioMenuItem" style:highest "radiocheck-menu" diff --git a/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/scrollbar.rc b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/scrollbar.rc new file mode 100644 index 0000000..9f55f8f --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Blue/gtk-2.0/scrollbar.rc @@ -0,0 +1,328 @@ +################################################################################ +# SCROLLBAR +################################################################################ + +style "scrollbar" +{ + # The values I set here have to do with the relative size of three graphic elements + # I have used: the slider, the arrow box, and the trough. They all have the same width + # of 15 pixels, but gtk wants to put in some spacing between them. It seems like it + # places the sliders inside the trough with a default 1 pixel border on either side of the slider, + # so that the trough has its width stretched by an additional two pixels(?). Setting the + # trough border makes the arrow box sit on top of the trough squarely, by making sure that + # the trough stays the same width as the arrowbox(?). I could be totally wrong here. + GtkRange::trough_border = 0 + GtkRange::slider_width = 15 + + # This sets the size of the steppers (arrow buttons on the end of the scrollbar). + # The image I am using is 15x15 pixels, and if I dont set this a one pixel line + # gets cut off of the top of the "up" stepper. + GtkRange::stepper_size = 15 + + # Set a minimum length for the slider. Since I set the border on the slider + # image to 15 pixels on either end of the slider I want the min length to be + # at least 30 pixels to avoid an ugly slider when gtk wants to make it smaller + # than 30 pixels. + GtkScrollbar::min_slider_length = 30 + + engine "pixmap" + { + # Horizontal slider background + image + { + function = BOX + recolorable = TRUE + detail = "trough" + file = "Scrollbars/trough-scrollbar-horiz.png" + border = { 30, 30, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Vertical slider background + image + { + function = BOX + recolorable = TRUE + detail = "trough" + file = "Scrollbars/trough-scrollbar-vert.png" + border = { 0, 0, 30, 30 } + stretch = TRUE + orientation = VERTICAL + } + + # Normal horizontal slider + image + { + function = SLIDER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/slider-horiz.png" + border = { 15, 15, 6, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Horizontal slider (active) + image + { + function = SLIDER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/slider-horiz-prelight.png" + border = { 15, 15, 6, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Horizontal slider (mouse over) + image + { + function = SLIDER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/slider-horiz-prelight.png" + border = { 15, 15, 6, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Horizontal slider (Insesitive) + image + { + function = SLIDER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/slider-horiz.png" + border = { 15, 15, 6, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Normal vertical slider + image + { + function = SLIDER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/slider-vert.png" + border = { 6, 6, 15, 15 } + stretch = TRUE + orientation = VERTICAL + } + + # Vertical slider (Active) + image + { + function = SLIDER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/slider-vert-prelight.png" + border = { 6, 6, 15, 15 } + stretch = TRUE + orientation = VERTICAL + } + + # Vertical slider (mouse over) + image + { + function = SLIDER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/slider-vert-prelight.png" + border = { 6, 6, 15, 15 } + stretch = TRUE + orientation = VERTICAL + } + + # Vertical slider (Insesitive) + image + { + function = SLIDER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/slider-vert.png" + border = { 6, 6, 15, 15 } + stretch = TRUE + orientation = VERTICAL + } + +################################################################################ +# SCROLLBAR STEPPERS +################################################################################ + + # Up + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-up.png" + #border = { 12, 2, 2, 9 } + stretch = TRUE + arrow_direction = UP + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-up-prelight.png" + #border = { 12, 2, 2, 9 } + stretch = TRUE + arrow_direction = UP + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-up-prelight.png" + #border = { 12, 2, 2, 9 } + stretch = TRUE + arrow_direction = UP + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-up-insens.png" + #border = { 12, 2, 2, 9 } + stretch = TRUE + arrow_direction = UP + } + + ######### DOWN ############ + + + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-down.png" + #border = { 12, 2, 10, 2 } + stretch = TRUE + arrow_direction = DOWN + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-down-prelight.png" + #border = { 12, 2, 10, 2 } + stretch = TRUE + arrow_direction = DOWN + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-down-prelight.png" + #border = { 12, 2, 10, 2 } + stretch = TRUE + arrow_direction = DOWN + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-down-insens.png" + #border = { 12, 2, 10, 2 } + stretch = TRUE + arrow_direction = DOWN + } + +############ RIGHT ################ + + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-right.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = RIGHT + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-right-prelight.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = RIGHT + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-right-prelight.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = RIGHT + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-right-insens.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = RIGHT + } + +############### LEFT ################### + + + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-left.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = LEFT + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-left-prelight.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = LEFT + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-left-prelight.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = LEFT + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-left-insens.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = LEFT + } + } +} +class "GtkScrollbar" style "scrollbar" diff --git a/gnome-frugalware/theme/Frugalware-Blue/index.theme b/gnome-frugalware/theme/Frugalware-Blue/index.theme new file mode 100644 index 0000000..89cf79f --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Blue/index.theme @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Frugalware Blue +Type=X-GNOME-Metatheme +Comment=Frugalware Default Theme (Blue verison) + +[X-GNOME-Metatheme] +GtkTheme=Frugalware-Blue +MetacityTheme=Frugalware-Blue +IconTheme=Frugalware-Blue +CursorTheme=FwX11MouseThemeSpinningFading24px +CursorSize=24 diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/close-focused.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/close-focused.png new file mode 100644 index 0000000..4dd0349 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/close-focused.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/close-pressed.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/close-pressed.png new file mode 100644 index 0000000..f735dcd Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/close-pressed.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/close-unfocused.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/close-unfocused.png new file mode 100644 index 0000000..4dc7c3c Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/close-unfocused.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/close-unfocused_u.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/close-unfocused_u.png new file mode 100644 index 0000000..fd2f0b1 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/close-unfocused_u.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/maximize-focused.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/maximize-focused.png new file mode 100644 index 0000000..3d35d82 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/maximize-focused.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/maximize-pressed.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/maximize-pressed.png new file mode 100644 index 0000000..f6cfbde Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/maximize-pressed.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/maximize-unfocused.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/maximize-unfocused.png new file mode 100644 index 0000000..3a76f2e Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/maximize-unfocused.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/maximize-unfocused_u.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/maximize-unfocused_u.png new file mode 100644 index 0000000..9650474 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/maximize-unfocused_u.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/menu-focused.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/menu-focused.png new file mode 100644 index 0000000..525731e Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/menu-focused.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/menu-pressed.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/menu-pressed.png new file mode 100644 index 0000000..955403c Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/menu-pressed.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/menu-unfocused.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/menu-unfocused.png new file mode 100644 index 0000000..b1e1cc4 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/menu-unfocused.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/minimize-focused.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/minimize-focused.png new file mode 100644 index 0000000..bd86113 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/minimize-focused.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/minimize-pressed.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/minimize-pressed.png new file mode 100644 index 0000000..49beaca Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/minimize-pressed.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/minimize-unfocused.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/minimize-unfocused.png new file mode 100644 index 0000000..9fa7b0d Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/minimize-unfocused.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/minimize-unfocused_u.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/minimize-unfocused_u.png new file mode 100644 index 0000000..d9468d7 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/buttons/minimize-unfocused_u.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/bottom-left.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/bottom-left.png new file mode 100644 index 0000000..8bfdb54 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/bottom-left.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/bottom-mid.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/bottom-mid.png new file mode 100644 index 0000000..7ece836 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/bottom-mid.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/bottom-right.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/bottom-right.png new file mode 100644 index 0000000..b98a9fc Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/bottom-right.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/left.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/left.png new file mode 100644 index 0000000..06add9c Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/left.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/right.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/right.png new file mode 100644 index 0000000..c38abce Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/right.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-left.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-left.png new file mode 100644 index 0000000..70cb663 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-left.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-left_u.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-left_u.png new file mode 100644 index 0000000..c7bbe62 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-left_u.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-mid.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-mid.png new file mode 100644 index 0000000..36db686 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-mid.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-mid_u.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-mid_u.png new file mode 100644 index 0000000..e57fc45 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-mid_u.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-right.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-right.png new file mode 100644 index 0000000..d2db3f5 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-right.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-right_u.png b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-right_u.png new file mode 100644 index 0000000..1f31709 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/frame/titlebar-right_u.png differ diff --git a/gnome-frugalware/theme/Frugalware-Blue/metacity-1/metacity-theme-1.xml b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/metacity-theme-1.xml new file mode 100644 index 0000000..3210f6f --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Blue/metacity-1/metacity-theme-1.xml @@ -0,0 +1,242 @@ + + + + + Zuki blues + na12 + GPL + september,1 2010 + Made to match Zuki blues gtk theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + </draw_ops> + <draw_ops name="title-text-unfocused"> + <title color="#dddddd" x="(width - title_width) / 2" y="((height - title_height) / 2)"/> + </draw_ops> + <draw_ops name="blank"> + </draw_ops> + + <!-- + Frame and Title bar + --> + <draw_ops name="titlebar"> + <image filename="frame/titlebar-left.png" x="0" y="0" width="object_width" height="height"/> + <image filename="frame/titlebar-mid.png" x="10" y="0" width="width - 10" height="height"/> + <image filename="frame/titlebar-right.png" x="width - object_width" y="0" width="object_width" height="height"/> + </draw_ops> + <draw_ops name="titlebar-unfocused"> + <image filename="frame/titlebar-left_u.png" x="0" y="0" width="object_width" height="height"/> + <image filename="frame/titlebar-mid_u.png" x="10" y="0" width="width - 10" height="height"/> + <image filename="frame/titlebar-right_u.png" x="width - object_width" y="0" width="object_width" height="height"/> + </draw_ops> + + <draw_ops name="frame-left"> + <image filename="frame/left.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + + <draw_ops name="frame-right"> + <image filename="frame/right.png" x="width - 2" y="0" width="2" height="height"/> + </draw_ops> + + <draw_ops name="frame-bottom"> + <image filename="frame/bottom-left.png" x="0" y="0" width="5" height="object_height"/> + <image filename="frame/bottom-mid.png" x="5" y="0" width="width - 10" height="object_height"/> + <image filename="frame/bottom-right.png" x="width - object_width" y="0" width="object_width" height="object_height"/> + </draw_ops> + + <!-- + Buttons + --> + <draw_ops name="button-close-focused"> + <image filename="buttons/close-focused.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + <draw_ops name="button-close-unfocused"> + <image filename="buttons/close-unfocused.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + <draw_ops name="button-close-pressed"> + <image filename="buttons/close-pressed.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + + <draw_ops name="button-maximize-focused"> + <image filename="buttons/maximize-focused.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + <draw_ops name="button-maximize-unfocused"> + <image filename="buttons/maximize-unfocused.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + <draw_ops name="button-maximize-pressed"> + <image filename="buttons/maximize-pressed.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + + <draw_ops name="button-minimize-focused"> + <image filename="buttons/minimize-focused.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + <draw_ops name="button-minimize-unfocused"> + <image filename="buttons/minimize-unfocused.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + <draw_ops name="button-minimize-pressed"> + <image filename="buttons/minimize-pressed.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + + <draw_ops name="button-menu-focused"> + <image filename="buttons/menu-focused.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + <draw_ops name="button-menu-unfocused"> + <image filename="buttons/menu-unfocused.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + <draw_ops name="button-menu-pressed"> + <image filename="buttons/menu-pressed.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + +<draw_ops name="button-close-focused_u"> + <image filename="buttons/close-focused.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + <draw_ops name="button-close-unfocused_u"> + <image filename="buttons/close-unfocused_u.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + <draw_ops name="button-close-pressed_u"> + <image filename="buttons/close-pressed.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + + <draw_ops name="button-maximize-focused_u"> + <image filename="buttons/maximize-focused.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + <draw_ops name="button-maximize-unfocused_u"> + <image filename="buttons/maximize-unfocused_u.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + <draw_ops name="button-maximize-pressed_u"> + <image filename="buttons/maximize-pressed.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + + <draw_ops name="button-minimize-focused_u"> + <image filename="buttons/minimize-focused.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + <draw_ops name="button-minimize-unfocused_u"> + <image filename="buttons/minimize-unfocused_u.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + <draw_ops name="button-minimize-pressed_u"> + <image filename="buttons/minimize-pressed.png" x="0" y="0" width="width" height="height"/> + </draw_ops> + + + <!-- + Main style defs. + --> + + + + <frame_style name="normal-focused" geometry="normal"> + <piece position="title" draw_ops="title-text-focused"/> + <piece position="titlebar" draw_ops="titlebar"/> + <piece position="left_edge" draw_ops="frame-left"/> + <piece position="right_edge" draw_ops="frame-right"/> + <piece position="bottom_edge" draw_ops="frame-bottom"/> + <button function="close" state="normal" draw_ops="button-close-unfocused"/> + <button function="close" state="prelight" draw_ops="button-close-focused"/> + <button function="close" state="pressed" draw_ops="button-close-pressed"/> + + <button function="minimize" state="normal" draw_ops="button-minimize-unfocused"/> + <button function="minimize" state="prelight" draw_ops="button-minimize-focused"/> + <button function="minimize" state="pressed" draw_ops="button-minimize-pressed"/> + + <button function="maximize" state="normal" draw_ops="button-maximize-unfocused"/> + <button function="maximize" state="prelight" draw_ops="button-maximize-focused"/> + <button function="maximize" state="pressed" draw_ops="button-maximize-pressed"/> + + <button function="menu" state="normal" draw_ops="button-menu-unfocused"/> + <button function="menu" state="prelight" draw_ops="button-menu-focused"/> + <button function="menu" state="pressed" draw_ops="button-menu-pressed"/> + + </frame_style> + + <frame_style name="normal-unfocused" geometry="normal"> + <piece position="title" draw_ops="title-text-unfocused"/> + <piece position="titlebar" draw_ops="titlebar"/> + <piece position="left_edge" draw_ops="frame-left"/> + <piece position="right_edge" draw_ops="frame-right"/> + <piece position="bottom_edge" draw_ops="frame-bottom"/> + <button function="close" state="normal" draw_ops="button-close-unfocused_u"/> + <button function="close" state="prelight" draw_ops="button-close-focused_u"/> + <button function="close" state="pressed" draw_ops="button-close-pressed_u"/> + + <button function="minimize" state="normal" draw_ops="button-minimize-unfocused_u"/> + <button function="minimize" state="prelight" draw_ops="button-minimize-focused_u"/> + <button function="minimize" state="pressed" draw_ops="button-minimize-pressed_u"/> + + <button function="maximize" state="normal" draw_ops="button-maximize-unfocused_u"/> + <button function="maximize" state="prelight" draw_ops="button-maximize-focused_u"/> + <button function="maximize" state="pressed" draw_ops="button-maximize-pressed_u"/> + + <button function="menu" state="normal" draw_ops="button-menu-unfocused"/> + <button function="menu" state="prelight" draw_ops="button-menu-focused"/> + <button function="menu" state="pressed" draw_ops="button-menu-pressed"/> + </frame_style> + + <frame_style name="normal-shaded-focused" geometry="normal" parent="normal-focused"> + <piece position="titlebar" draw_ops="titlebar-unfocused"/> + + </frame_style> + + <frame_style name="normal-shaded-unfocused" geometry="normal" parent="normal-unfocused"> + <piece position="titlebar" draw_ops="titlebar-unfocused"/> + + </frame_style> + + + <!-- + Style set + --> + <frame_style_set name="normal"> + <frame focus="no" state="normal" resize="both" style="normal-unfocused"/> + <frame focus="no" state="maximized" style="normal-unfocused"/> + <frame focus="no" state="shaded" style="normal-shaded-unfocused"/> + <frame focus="no" state="maximized_and_shaded" style="normal-shaded-unfocused"/> + + <frame focus="yes" state="normal" resize="both" style="normal-focused"/> + <frame focus="yes" state="maximized" style="normal-focused"/> + <frame focus="yes" state="shaded" style="normal-shaded-focused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal-shaded-focused"/> + </frame_style_set> + + <window type="normal" style_set="normal"/> + <window type="dialog" style_set="normal"/> + <window type="modal_dialog" style_set="normal"/> + <window type="menu" style_set="normal"/> + <window type="utility" style_set="normal"/> + <window type="border" style_set="normal"/> + + <menu_icon function="close" state="normal" draw_ops="button-close-focused"/> + <menu_icon function="maximize" state="normal" draw_ops="button-maximize-focused"/> + <menu_icon function="unmaximize" state="normal" draw_ops="button-maximize-focused"/> + <menu_icon function="minimize" state="normal" draw_ops="button-minimize-focused"/> + +</metacity_theme> diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Breadcrumbs/breadcrumb_active.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Breadcrumbs/breadcrumb_active.png new file mode 100644 index 0000000..ffd3543 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Breadcrumbs/breadcrumb_active.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Breadcrumbs/breadcrumb_normal.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Breadcrumbs/breadcrumb_normal.png new file mode 100644 index 0000000..aedfa6e Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Breadcrumbs/breadcrumb_normal.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Breadcrumbs/breadcrumb_prelight.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Breadcrumbs/breadcrumb_prelight.png new file mode 100644 index 0000000..5ad2f85 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Breadcrumbs/breadcrumb_prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Handles/handle-nautilus.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Handles/handle-nautilus.png new file mode 100644 index 0000000..0fbb411 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Handles/handle-nautilus.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Handles/resize_grip.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Handles/resize_grip.png new file mode 100644 index 0000000..0dd576b Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Handles/resize_grip.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Others/arrow-d.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Others/arrow-d.png new file mode 100644 index 0000000..e8fddf5 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Others/arrow-d.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Others/launcherfix.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Others/launcherfix.png new file mode 100644 index 0000000..0e5a642 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Others/launcherfix.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Others/null.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Others/null.png new file mode 100644 index 0000000..9bb72bb Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Others/null.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/arrow-blank.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/arrow-blank.png new file mode 100644 index 0000000..6b9c03d Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/arrow-blank.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/arrow-down.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/arrow-down.png new file mode 100644 index 0000000..6b9c03d Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/arrow-down.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/handle-h.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/handle-h.png new file mode 100644 index 0000000..7bdf649 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/handle-h.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/handle-v.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/handle-v.png new file mode 100644 index 0000000..6e8eba1 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/handle-v.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/panel-bg.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/panel-bg.png new file mode 100644 index 0000000..d375a35 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/panel-bg.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/panel-button-active.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/panel-button-active.png new file mode 100644 index 0000000..c7a246d Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/panel-button-active.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/panel-button-hover.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/panel-button-hover.png new file mode 100644 index 0000000..778f5eb Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/panel-button-hover.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/panel-button-inactive.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/panel-button-inactive.png new file mode 100644 index 0000000..a0be651 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Panel/panel-button-inactive.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/slider-horiz-prelight.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/slider-horiz-prelight.png new file mode 100644 index 0000000..bea8624 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/slider-horiz-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/slider-horiz.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/slider-horiz.png new file mode 100644 index 0000000..7ea1543 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/slider-horiz.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/slider-vert-prelight.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/slider-vert-prelight.png new file mode 100644 index 0000000..0064b5c Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/slider-vert-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/slider-vert.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/slider-vert.png new file mode 100644 index 0000000..6306145 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/slider-vert.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-down-insens.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-down-insens.png new file mode 100644 index 0000000..e1968f0 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-down-insens.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-down-prelight.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-down-prelight.png new file mode 100644 index 0000000..4534683 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-down-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-down.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-down.png new file mode 100644 index 0000000..98bf9cc Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-down.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-left-insens.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-left-insens.png new file mode 100644 index 0000000..0780304 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-left-insens.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-left-prelight.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-left-prelight.png new file mode 100644 index 0000000..f30dbb1 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-left-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-left.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-left.png new file mode 100644 index 0000000..16a3faa Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-left.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-right-insens.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-right-insens.png new file mode 100644 index 0000000..f9ce5a9 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-right-insens.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-right-prelight.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-right-prelight.png new file mode 100644 index 0000000..12a4599 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-right-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-right.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-right.png new file mode 100644 index 0000000..928a4cc Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-right.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-up-insens.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-up-insens.png new file mode 100644 index 0000000..0d289b4 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-up-insens.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-up-prelight.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-up-prelight.png new file mode 100644 index 0000000..c06b26c Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-up-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-up.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-up.png new file mode 100644 index 0000000..6d517a9 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/stepper-up.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png new file mode 100644 index 0000000..0ea35d2 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/trough-scrollbar-vert.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/trough-scrollbar-vert.png new file mode 100644 index 0000000..f850cb6 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Scrollbars/trough-scrollbar-vert.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Tabs/close.png b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Tabs/close.png new file mode 100644 index 0000000..0d4de51 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/Tabs/close.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/firefox.rc b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/firefox.rc new file mode 100644 index 0000000..0a8df66 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/firefox.rc @@ -0,0 +1,43 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-statusbar" +{ + xthickness = 4 + ythickness = 3 +} + +style "ff-tool" = "menubar" +{ + GtkToolbar:: shadow-type = GTK_SHADOW_NONE +} + +widget "MozillaGtkWidget*Toolbar*" style "ff-tool" +widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + + + + + + + + + + + + diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/gtkrc b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/gtkrc new file mode 100644 index 0000000..4b19a4d --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/gtkrc @@ -0,0 +1,589 @@ +# Author: lassekongo83 +# Theme: Zuki Classic Nautilus Dark +# Description: This theme is 100% free and open source. + +# NOTE: Uncommenting means to delete the "#" at the beginning of a line. Commenting means to add a "#" at the beginning of a line. The "#" tells the theme wether to ignore the specified line or not. + +# These are the defined colors for the theme, you can change them in GNOME's appearance preferences. +gtk_color_scheme = "bg_color:#DCDCDC\nselected_bg_color:#97A9B2\nbase_color:#F7F7F7" # Background, base. +gtk_color_scheme = "fg_color:#3C3C3C\nselected_fg_color:#f5f5f5\ntext_color:#3C3C3C" # Foreground, text. +gtk_color_scheme = "tooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000000" # Tooltips. +gtk_color_scheme = "link_color:#08c" # Hyperlinks +gtk_color_scheme = "panel_bg:#303030" # Panel bg color. Not used here though. +gtk_color_scheme = "fm_color:#F7F7F7" # Color used in Nautilus and Thunar. +gtk_color_scheme = "frame_color:#CDCDCD\ninactive_frame_color:#CDCDCD" # Fix for Chrome + +### EXTERNAL FILES ### +include "panel.rc" # This includes the file that handles panel theming. +include "scrollbar.rc" # This includes the file that styles the scrollbars. + +### ICONS ### +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. + +### MISC ### +gtk-button-images = 1 # Enables icons in buttons +gtk-toolbar-style = 0 # Disables text in toolbar +gtk-auto-mnemonics = 1 # Disables ugly lines under menu items + +### GENERAL THEME SETTINGS ### +style "murrine-default" +{ + GnomeHRef ::link_color = @link_color + GtkHTML ::link-color = @link_color + GtkIMHtmlr ::hyperlink-color = @link_color + GtkIMHtml ::hyperlink-color = @link_color + GtkWidget ::link-color = @link_color + GtkWidget ::visited-link-color = @text_color + + GtkButton ::child-displacement-x = 1 + GtkButton ::child-displacement-y = 1 + GtkButton ::default-border = { 0, 0, 0, 0 } + GtkCheckButton ::indicator-size = 14 + + GtkWidget ::new-tooltip-style = 1 + GtkWidget ::focus-line-width = 1 + GtkWidget ::focus-padding = 0 + + GtkImage ::x-ayatana-indicator-dynamic = 1 + + GtkScrolledWindow ::scrollbar-spacing = 0 + GtkScrolledWindow ::scrollbar-within-bevel = 0 + + GtkPaned ::handle-size = 6 + + GtkRange ::trough-border = 0 + GtkRange ::slider-width = 14 + GtkRange ::stepper-size = 13 + GtkRange ::stepper_spacing = 0 + GtkRange ::trough-under-steppers = 0 + + GtkScale ::slider-length = 15 + GtkScale ::slider-width = 15 + GtkScale ::trough-side-details = 1 + + GtkScrollbar ::min-slider-length = 15 + GtkScrollbar ::activate-slider = 1 + GtkMenuBar ::internal-padding = 0 + GtkExpander ::expander-size = 16 + GtkToolbar ::internal-padding = 0 + GtkTreeView ::expander-size = 14 + GtkTreeView ::indent-expanders = 1 + GtkTreeView ::vertical-separator = 0 + + GtkMenu ::horizontal-padding = 1 + GtkMenu ::vertical-padding = 1 + + WnckTasklist ::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry ::honors-transparent-bg-hint = 1 + GtkEntry ::state-hint = 0 + GtkEntry ::progress-border = { 2, 2, 2, 2 } + + #GtkToolbar:: shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified. + #GtkMenuBar:: shadow-type = GTK_SHADOW_NONE # Makes menus flat and unified. + GtkMenuBar ::window-dragging = 1 + + xthickness = 1 + ythickness = 1 + + ### Color Definitions ### + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @fg_color + fg[INSENSITIVE] = darker (@bg_color) + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @bg_color + bg[ACTIVE] = shade (1.04, @bg_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[ACTIVE] = shade (0.92, @selected_bg_color) + base[SELECTED] = shade (0.93, @selected_bg_color) + base[INSENSITIVE] = @bg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = darker (@bg_color) + + ### Murrine Settings ### + + engine "murrine" + { + animation = TRUE + arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows + border_shades = { 1.2, 1.0 } # gradient to draw on border + colorize_scrollbar = FALSE + comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow + contrast = 0.4 # 0.8 for less contrast, more than 1.0 for more contrast on borders + focus_color = mix (0.1, @bg_color, shade (1.1, @selected_bg_color)) + glazestyle = 1 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight + gradient_shades = {1.2,1.0,1.0,0.9} #{1.1,1.0,1.0,0.87} + glowstyle = 0 # 0,1,2,3,4 + glow_shade = 1.1 + highlight_shade = 1.0 # set highlight amount for buttons or widgets + lightborder_shade = 1.1 # sets lightborder amount for buttons or widgets + lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides + listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised + listviewstyle = 1 # 0 = nothing, 1 = dotted + menubaritemstyle = 0 # 0 = menuitem look, 1 = button look + menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped + menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped + menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe + prelight_shade = .95 # shade level for scrollbar's slider, comboboxstyle(1), and prelight state with gradient_colors + reliefstyle = 3 # 0 = flat, 1 = inset, 2 = shadow + rgba = FALSE # FALSE = disabled, TRUE = enabled + roundness = 3 # 0 = squared, 1 = old default, more will increase roundness + scrollbarstyle = 2 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles + separatorstyle = 1 # 0 = Hard seperators 1 = Smooth seperators + sliderstyle = 0 # 0 = nothing added, 1 = handles + stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown + progressbarstyle = 1 # 0 = nothing, 1 = stripes, 2 = lines + focus_color = @selected_bg_color + shadow_shades = { 0.8, 2.2 } # gradient for shadows. + textstyle = 1 # 0 = normal text, 1 = inset + toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient + trough_shades = { 0.88, 2.0 } # draw gradient on trough of GtkScrollbar and GtkProgressbar + } +} + +### THEME MODULES ### + +style "evolution-hack" = "murrine-default" # Hacks for Evolution Mail. +{ + bg[NORMAL] = shade (1.14, @bg_color) # Color for evo treeview headers. + bg[PRELIGHT] = shade (1.18, @bg_color) # Color for evo treeview header prelight. + bg[ACTIVE] = shade (0.75, @bg_color) # Color for unfocused evo selected items. + bg[SELECTED] = @selected_bg_color # Color for evo selected items. + fg[ACTIVE] = @selected_fg_color # Color for evo active text. + fg[SELECTED] = @selected_fg_color # Color for evo selected text. +} + +style "murrine-dark" { + color["panel_bg"] = shade(0.25, @bg_color) + fg[NORMAL] = shade (0.9, @selected_fg_color) + fg[PRELIGHT] = shade (0.9, @selected_fg_color) + fg[ACTIVE] = shade (0.9, @selected_fg_color) + fg[SELECTED] = shade (0.9, @selected_fg_color) + fg[INSENSITIVE] = shade (1.175, @panel_bg) + bg[NORMAL] = @panel_bg + bg[ACTIVE] = shade (0.8, @panel_bg) + bg[SELECTED] = shade (0.7, @panel_bg) + bg[PRELIGHT] = shade (1.65, @panel_bg) +} + +style "murrine-thin" +{ + xthickness = 0 + ythickness = 0 +} + +style "murrine-wide" +{ + xthickness = 2 # Can't change, or clowns will eat you. + ythickness = 2 # Can't change, or clowns will eat you. +} + +style "murrine-wider" +{ + xthickness = 3 # Can't change, or clowns will eat you. + ythickness = 3 # Can't change, or clowns will eat you. +} + +style "murrine-entry" = "murrine-wider" { + + bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color) + fg[SELECTED] = @text_color + + engine "murrine" { + contrast = 0.4 + reliefstyle = 4 + border_shades = {1.03,0.8} + shadow_shades = {0.5,0.0} + } +} + +style "murrine-button" = "murrine-wider" +{ + bg[NORMAL] = shade (1.05, @bg_color) + bg[PRELIGHT] = shade (1.2, @selected_bg_color) #mix (1.20, @bg_color, @selected_bg_color) + bg[ACTIVE] = shade (0.8, @bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.95, @bg_color) + + engine "murrine" + { + contrast = .8 + highlight_shade = 1.00 + lightborder_shade = 1.7 + gradient_shades = {1.3,1.10,0.95,0.92} + border_shades = { 1.1, 0.9 } + shadow_shades = {0.5,0.0} + reliefstyle = 3 + } +} + +style "murrine-notebook-bg" +{ + bg[NORMAL] = shade (1.1, @bg_color) # Tab background. + bg[ACTIVE] = @bg_color # Unfocused tab background. +} + +style "murrine-notebook" = "murrine-notebook-bg" +{ + xthickness = 2 # Width of tabs and notebook borders. + ythickness = 2 # Height of tabs and notebook borders. + + engine "murrine" + { + roundness = 3 # Roundness of notebook tabs. + contrast = 1.0 + highlight_shade = 1.0 + gradient_shades = {1.28,1.17,0.92,0.87} + } +} + +style "notebook-close" +{ + stock["gtk-close"] = {{ "Tabs/close.png", *, *, * }} # Prettier Close icon +} + +style "murrine-menubar" = "murrine-default" +{ + ythickness = 3 + bg[NORMAL] = @bg_color + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + engine "murrine" + { + roundness = 0 # Roundness of menu items. + } +} + +style "murrine-menu" +{ + ythickness = 2 + xthickness = 0 + + bg[SELECTED] = shade (0.85, @selected_bg_color) + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (0.85, @selected_bg_color) + bg[ACTIVE] = @bg_color + bg[INSENSITIVE] = @bg_color + fg[NORMAL] = @text_color # Color for normal text. + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = shade (0.75, @bg_color) # Text color for non-interactive menu items + text[NORMAL] = @text_color # Color for menu-item radio/checks. + base[NORMAL] = @bg_color # Color for menu-item radio/checks background. + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @selected_fg_color + text[INSENSITIVE] = @text_color + + engine "murrine" + { + roundness = 0 # Roundness of menu items. + } +} + +style "murrine-menu-item" = "murrine-wider" +{ + bg[SELECTED] = shade (0.85, @selected_bg_color) + bg[PRELIGHT] = shade (0.85, @selected_bg_color) + fg[NORMAL] = @text_color # Fix for XFCE menu text. + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color +} + +style "murrine-separator-menu-item" +{ + engine "murrine" + { + separatorstyle = 1 + } +} + +style "murrine-treeview" +{ + engine "murrine" + { + roundness = 0 # This makes treeview progressbars square. + } +} + +style "murrine-treeview-header" = "murrine-button" +{ + xthickness = 2 + ythickness = 1 + + bg[NORMAL] = shade (1.14, @bg_color) # Color for treeview headers. + bg[PRELIGHT] = shade (0.98, @bg_color) # Color for treeview header prelight. + bg[ACTIVE] = shade (0.85, @bg_color) # Color for pressed-treeview. + + engine "murrine" + { + roundness = 0 # This makes treeview progressbars square. + } +} + +style "murrine-frame-title" +{ + fg[NORMAL] = lighter (@fg_color) +} + +style "murrine-tooltips" = "murrine-wider" +{ + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color +} + +style "metacity-frame" = "murrine-default" +{ + bg[SELECTED] = shade (0.85, @selected_bg_color) # Color for metacity borders. +} + +style "murrine-progressbar" = "murrine-button" +{ + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = lighter (@selected_fg_color) + bg[NORMAL] = shade (1.0, @bg_color) + bg[ACTIVE] = shade (1.0, @bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + + engine "murrine" + { + contrast = 0.95 + roundness = 0 + gradient_shades = {1.3,1.0,1.0,0.75} + border_shades = {0.86,0.75} + border_colors = {@selected_bg_color, at selected_bg_color} + highlight_shade = 1.0 + shadow_shades = {1.0,0.8} + trough_shades = {1.15,0.75} + } +} + +style "murrine-statusbar" +{ + xthickness = 2 +} + +style "murrine-comboboxentry" +{ + engine "murrine" + { + contrast = 0.4 + reliefstyle = 4 + border_shades = {1.03,0.8} + shadow_shades = {0.5,0.0} + } +} + +style "murrine-spinbutton" +{ + bg[ACTIVE] = shade (0.85, @bg_color) # Color for pressed-spinbuttons. +} + +style "murrine-scale" = "murrine-button" +{ + bg[NORMAL] = shade (0.97, @bg_color) + bg[PRELIGHT] = shade (1.05, @bg_color) + base[SELECTED] = @selected_bg_color + + engine "murrine" + { + focus_color = @bg_color + glazestyle = 5 + roundness = 6 + border_shades = {1.2,0.8} + border_colors = {shade (0.7, at bg_color),shade(0.45, at bg_color)} + highlight_shade = 1.15 + shadow_shades = {1.0,0.2} + reliefstyle = 3 + gradient_shades = {1.3,1.10,0.95,0.92} + } +} + +style "murrine-hscale" = "murrine-scale" +{ +} + +style "murrine-vscale" = "murrine-scale" +{ +} + +style "murrine-nautilus-location" # Workaround for nautilus' messages. +{ + bg[NORMAL] = shade (1.25, @selected_bg_color) +} + +style "murrine-radiocheck" = "murrine-default" +{ + text[NORMAL] = @selected_fg_color # Color for checks/radio items. + text[PRELIGHT] = @selected_fg_color # Color for checks/radio items. +} + +style "murrine-toolbar" +{ + bg[NORMAL] = @bg_color + engine "murrine" { roundness = 3 } # Workaround for forward/backward buttons of nautilus +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# Murrine default style is applied to every widget. +class "GtkWidget" style "murrine-default" + +# Increase the x/ythickness in some widgets. +class "GtkFrame" style "murrine-wide" +class "GtkEntry" style "murrine-entry" +class "MetaFrames" style "metacity-frame" +class "GtkSeparator" style "murrine-wide" +class "GtkWindow" style "metacity-frame" +class "GtkCalendar" style "murrine-wide" +class "GtkToolbar" style "murrine-toolbar" + +class "GtkSpinButton" style "murrine-spinbutton" +class "GtkScale" style "murrine-scale" +class "GtkVScale" style "murrine-vscale" +class "GtkHScale" style "murrine-hscale" + +class "GtkRadio*" style "murrine-radiocheck" +class "GtkCheck*" style "murrine-radiocheck" + +# General matching following, the order is choosen so that the right styles override each other eg. progressbar needs to be more important then the menu match. + +# This is not perfect, it could be done better (That is modify *every* widget in the notebook, and change those back that we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-notebook-bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-notebook-bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-notebook-bg" +widget_class "*<GtkNotebook>*<GtkViewport>" style "murrine-notebook-bg" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "murrine-notebook-bg" + +widget_class "*<GtkButton>" style "murrine-button" +widget_class "*<GtkNotebook>" style "murrine-notebook" +widget_class "*<GtkNotebook>*" style "notebook-close" +widget_class "*<GtkStatusbar>*" style "murrine-statusbar" + +widget_class "*<GtkComboBoxEntry>*" style "murrine-comboboxentry" +widget_class "*<GtkCombo>*" style "murrine-comboboxentry" + +widget_class "*<GtkMenuBar>*" style "murrine-menubar" +widget_class "*<GtkMenu>*" style "murrine-menu" +widget_class "*<GtkMenuItem>*" style "murrine-menu-item" +widget_class "*<GtkSeparatorMenuItem>*" style "murrine-separator-menu-item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-frame-title" +widget_class "*.<GtkTreeView>*" style "murrine-treeview" + +widget_class "*<GtkProgress>" style "murrine-progressbar" +widget_class "*<GtkProgressBar>" style "murrine-progressbar" + +# Treeview header +widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header" +widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-treeview-header" +widget_class "*.<GtkList>.<GtkButton>" style "murrine-treeview-header" +widget_class "*.<GtkCList>.<GtkButton>" style "murrine-treeview-header" + +# Workarounds for Evolution +widget_class "*.ETable.ECanvas" style "murrine-treeview-header" +widget_class "*.ETree.ECanvas" style "murrine-treeview-header" +widget_class "*GtkCTree*" style "evolution-hack" +widget_class "*GtkList*" style "evolution-hack" +widget_class "*GtkCList*" style "evolution-hack" +widget_class "*.ETree.*" style "evolution-hack" +widget_class "*EInfoLabel*" style "evolution-hack" + +# The window of the tooltip is called "gtk-tooltip" +################################ +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################ +widget "gtk-tooltip*" style "murrine-tooltips" + +################################################### +# SPECIAL CASES AND WORKAROUNDS +################################################### + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "murrine-nautilus-location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that the work around assumes that the combobox is _not_ in appears-as-list mode. +# This style does not affect GtkComboBoxEntry, it does have an effect on comboboxes in appears-as-list mode though. +style "murrine-text-is-fg-color-workaround" +{ + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} +widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround" + +style "murrine-menuitem-text-is-fg-color-workaround" +{ + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} +widget "*.gtk-combobox-popup-menu.*" style "murrine-menuitem-text-is-fg-color-workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color set. +style "murrine-fg-is-text-color-workaround" +{ + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} +widget_class "*<GtkListItem>*" style "murrine-fg-is-text-color-workaround" +# The same problem also exists for GtkCList and GtkCTree. +# Only match GtkCList and not the parent widgets, because that would also change the headers. +widget_class "*<GtkCList>" style "murrine-fg-is-text-color-workaround" +widget_class "*<EelEditableLabel>" style "murrine-fg-is-text-color-workaround" + +# XFCE desktop icon text looks weird when murrine textstyle is on. +style "xfdesktop-icon-view" +{ + engine "murrine" + { + textstyle = 0 + } +} +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Makes the text in the toolbar and statusbar smaller. Remove if you want to use the default size. +style "smaller-text" +{ + font_name = "7" +} +widget_class "*ToolButton*" style "smaller-text" +widget_class "*Statusbar*" style "smaller-text" + +### EXTERNAL FILES ### + +include "nautilus.rc" # Nautilus styling +include "firefox.rc" # Firefox styling diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/nautilus.rc b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/nautilus.rc new file mode 100644 index 0000000..f122399 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/nautilus.rc @@ -0,0 +1,195 @@ +style "nautilus-window-base" +{ + bg[NORMAL] = @bg_color +} + +style "nautilus-sidebar" { + font_name = "Regular" + + GtkTreeView::odd_row_color = "#e2e2e2" + GtkTreeView::even_row_color = "#e2e2e2" + + # these make the padding from left window edge a little more sane + GtkTreeView::vertical_separator = 4 + GtkTreeView::horizontal_separator = 15 + GtkTreeView::indent-expanders = 1 # 1 means TRUE + GtkTreeView::expander-size = 8 + GtkExpander::expander_spacing = 16 + GtkButton::image_spacing = 4 + + xthickness = 0 + ythickness = 1 +} + +style "nautilus-sidebar-title" +{ + xthickness = 0 + ythickness = 0 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[ACTIVE] = @fg_color + + bg[NORMAL] = "#e2e2e2" + bg[PRELIGHT] = "#e2e2e2" + bg[ACTIVE] = "#e2e2e2" + + font_name = "Bold" + + GtkExpander ::expander-spacing = 0 + GtkExpander ::expander-size = 0 + GtkArrow ::arrow-scaling = 0.1 # allowed: 0.1 ~ 1.0 (0.6 is an approximation to get 9 by 9 pixels arrow) + GtkButton ::image-spacing = 0 + GtkButton ::inner-border = {0, 0, 0, 0} + GtkButton ::child-displacement-x = 0 + GtkButton ::child-displacement-y = 0 + GtkButton ::default-border = { 0, 0, 0, 0 } +} + +style "nautilus-view" +{ + xthickness = 0 + ythickness = 1 +} + +style "nautilus-handle" +{ + GtkPaned::handle-size = 1 + + engine "pixmap" + { + image # for the thin gray line separating the sidepane and viewpane + { + function = HANDLE + recolorable = TRUE + file = "Handles/handle-nautilus.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + } +} + +style "smaller-text" +{ +} + +style "handle" +{ +} + +### Breadcrumbs ### + +style "nautilus-breadcrumbs" +{ + xthickness = 3 + ythickness = 0 + + GtkButton::child-displacement-y = 0 + GtkButton::inner-border = { 0, 8, 0, 0} + + fg[PRELIGHT] = shade (0.8, @selected_bg_color) + + engine "pixmap" + { + image + { + function = BOX + shadow = OUT + recolorable = TRUE + state = PRELIGHT + file = "Breadcrumbs/breadcrumb_prelight.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "Breadcrumbs/breadcrumb_active.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "Breadcrumbs/breadcrumb_normal.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Breadcrumbs/breadcrumb_active.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Breadcrumbs/breadcrumb_active.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "Breadcrumbs/breadcrumb_normal.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = SELECTED + file = "Breadcrumbs/breadcrumb_active.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + } +} + +############################################ +# NAUTILUS +# Order of assignment is important +############################################# + +widget_class "*NautilusSidePane.*" style "nautilus-sidebar" +widget_class "*Nautilus*Places*Sidebar*" style "nautilus-sidebar" +widget_class "*Nautilus*Side*.GtkWidget" style "nautilus-sidebar" +widget_class "*Nautilus*Side*Title*" style "nautilus-sidebar-title" + +widget_class "*Nautilus*Window*" style "nautilus-window-base" +widget_class "*Nautilus*Menu*" style "murrine-menu" +widget_class "*Nautilus*MenuBar*" style "murrine-menubar" +widget_class "*Nautilus*Toolbar*" style "murrine-toolbar" +widget_class "*Nautilus*Toolbar*Button" style "murrine-button" +widget "*Nautilus*Splitter" style "nautilus-handle" +widget_class "*Nautilus*View*" style "nautilus-view" +widget_class "*Nautilus*Notebook" style "murrine-notebook" + +widget_class "*Nautilus*<GtkTreeView>.<GtkButton>" style "murrine-treeview-header" +widget_class "*Nautilus*<GtkCTree>.<GtkButton>" style "murrine-treeview-header" +widget_class "*Nautilus*<GtkList>.<GtkButton>" style "murrine-treeview-header" +widget_class "*Nautilus*<GtkCList>.<GtkButton>" style "murrine-treeview-header" + +widget_class "*NautilusPathBar.*ToggleButton" style "nautilus-breadcrumbs" + +#widget "*.nautilus-extra-view-widget*" style:highest "murrine-dark" diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/panel.rc b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/panel.rc new file mode 100644 index 0000000..cc15db5 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/panel.rc @@ -0,0 +1,177 @@ +style "theme-panel" +{ + xthickness = 1 + ythickness = 0 + + bg_pixmap[NORMAL] = "/Panel/panel-bg.png" # Disable for normal panel backgrounds. + + fg[NORMAL] = "#f5f5f5" + fg[PRELIGHT] = "#ffffff" + fg[ACTIVE] = "#f5f5f5" + text[NORMAL] = "#f5f5f5" + text[PRELIGHT] = "#ffffff" + text[ACTIVE] = "#f5f5f5" + + engine "pixmap" + { + image + { + function = BOX + recolorable = TRUE + state = NORMAL + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Panel/panel-button-hover.png" + border = { 2, 2, 0, 0 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Panel/panel-button-active.png" + border = { 2, 2, 0, 0 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = SELECTED + file = "Panel/panel-button-active.png" + border = { 2, 2, 0, 0 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + } + + image + { + function = ARROW + recolorable = TRUE + arrow_direction = DOWN + } + } +} + +style "theme-panel-light" +{ + xthickness = 1 + ythickness = 0 + + fg[NORMAL] = @fg_color + + engine "murrine" { + textstyle = 1 + roundness = 0 + } +} + +style "theme-panel-text" +{ + fg[NORMAL] = "#f5f5f5" + fg[PRELIGHT] = "#ffffff" + fg[ACTIVE] = "#f5f5f5" + text[NORMAL] = "#f5f5f5" + text[PRELIGHT] = "#ffffff" + text[ACTIVE] = "#f5f5f5" +} + +style "theme-main-menu-text" = "theme-panel-text" +{ + fg[PRELIGHT] = "#ffffff" + text[PRELIGHT] = "#ffffff" +} + +style "theme-panel-handle" +{ + engine "pixmap" + { + image + { + function = HANDLE + } + + image + { + function = HANDLE + } + } +} + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +widget "*indicator-applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel-light" +widget_class "*Notif*Brasero*" style "theme-panel-light" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Hide ugly handle +class "PanelAppletFrame" style:highest "theme-panel-handle" + +# The following removes the arrows from the panel + +style "panel-arrow-remove" + +{ +engine "pixmap" + { + image + { + function = ARROW + recolorable = TRUE + overlay_file = "Panel/arrow-blank.png" + overlay_border = {2,2,2,2} + overlay_stretch = FALSE + arrow_direction = UP + } + + image + { + function = ARROW + recolorable = TRUE + overlay_file = "Panel/arrow-blank.png" + overlay_border = {2,2,2,2} + overlay_stretch = FALSE + arrow_direction = DOWN + } + } +} + +widget_class "*PanelToplevel*" style "panel-arrow-remove" diff --git a/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/scrollbar.rc b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/scrollbar.rc new file mode 100644 index 0000000..9f55f8f --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Dark/gtk-2.0/scrollbar.rc @@ -0,0 +1,328 @@ +################################################################################ +# SCROLLBAR +################################################################################ + +style "scrollbar" +{ + # The values I set here have to do with the relative size of three graphic elements + # I have used: the slider, the arrow box, and the trough. They all have the same width + # of 15 pixels, but gtk wants to put in some spacing between them. It seems like it + # places the sliders inside the trough with a default 1 pixel border on either side of the slider, + # so that the trough has its width stretched by an additional two pixels(?). Setting the + # trough border makes the arrow box sit on top of the trough squarely, by making sure that + # the trough stays the same width as the arrowbox(?). I could be totally wrong here. + GtkRange::trough_border = 0 + GtkRange::slider_width = 15 + + # This sets the size of the steppers (arrow buttons on the end of the scrollbar). + # The image I am using is 15x15 pixels, and if I dont set this a one pixel line + # gets cut off of the top of the "up" stepper. + GtkRange::stepper_size = 15 + + # Set a minimum length for the slider. Since I set the border on the slider + # image to 15 pixels on either end of the slider I want the min length to be + # at least 30 pixels to avoid an ugly slider when gtk wants to make it smaller + # than 30 pixels. + GtkScrollbar::min_slider_length = 30 + + engine "pixmap" + { + # Horizontal slider background + image + { + function = BOX + recolorable = TRUE + detail = "trough" + file = "Scrollbars/trough-scrollbar-horiz.png" + border = { 30, 30, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Vertical slider background + image + { + function = BOX + recolorable = TRUE + detail = "trough" + file = "Scrollbars/trough-scrollbar-vert.png" + border = { 0, 0, 30, 30 } + stretch = TRUE + orientation = VERTICAL + } + + # Normal horizontal slider + image + { + function = SLIDER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/slider-horiz.png" + border = { 15, 15, 6, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Horizontal slider (active) + image + { + function = SLIDER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/slider-horiz-prelight.png" + border = { 15, 15, 6, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Horizontal slider (mouse over) + image + { + function = SLIDER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/slider-horiz-prelight.png" + border = { 15, 15, 6, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Horizontal slider (Insesitive) + image + { + function = SLIDER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/slider-horiz.png" + border = { 15, 15, 6, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Normal vertical slider + image + { + function = SLIDER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/slider-vert.png" + border = { 6, 6, 15, 15 } + stretch = TRUE + orientation = VERTICAL + } + + # Vertical slider (Active) + image + { + function = SLIDER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/slider-vert-prelight.png" + border = { 6, 6, 15, 15 } + stretch = TRUE + orientation = VERTICAL + } + + # Vertical slider (mouse over) + image + { + function = SLIDER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/slider-vert-prelight.png" + border = { 6, 6, 15, 15 } + stretch = TRUE + orientation = VERTICAL + } + + # Vertical slider (Insesitive) + image + { + function = SLIDER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/slider-vert.png" + border = { 6, 6, 15, 15 } + stretch = TRUE + orientation = VERTICAL + } + +################################################################################ +# SCROLLBAR STEPPERS +################################################################################ + + # Up + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-up.png" + #border = { 12, 2, 2, 9 } + stretch = TRUE + arrow_direction = UP + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-up-prelight.png" + #border = { 12, 2, 2, 9 } + stretch = TRUE + arrow_direction = UP + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-up-prelight.png" + #border = { 12, 2, 2, 9 } + stretch = TRUE + arrow_direction = UP + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-up-insens.png" + #border = { 12, 2, 2, 9 } + stretch = TRUE + arrow_direction = UP + } + + ######### DOWN ############ + + + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-down.png" + #border = { 12, 2, 10, 2 } + stretch = TRUE + arrow_direction = DOWN + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-down-prelight.png" + #border = { 12, 2, 10, 2 } + stretch = TRUE + arrow_direction = DOWN + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-down-prelight.png" + #border = { 12, 2, 10, 2 } + stretch = TRUE + arrow_direction = DOWN + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-down-insens.png" + #border = { 12, 2, 10, 2 } + stretch = TRUE + arrow_direction = DOWN + } + +############ RIGHT ################ + + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-right.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = RIGHT + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-right-prelight.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = RIGHT + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-right-prelight.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = RIGHT + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-right-insens.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = RIGHT + } + +############### LEFT ################### + + + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-left.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = LEFT + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-left-prelight.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = LEFT + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-left-prelight.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = LEFT + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-left-insens.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = LEFT + } + } +} +class "GtkScrollbar" style "scrollbar" diff --git a/gnome-frugalware/theme/Frugalware-Dark/index.theme b/gnome-frugalware/theme/Frugalware-Dark/index.theme new file mode 100644 index 0000000..6e42153 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Dark/index.theme @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Frugalware Dark +Type=X-GNOME-Metatheme +Comment=Frugalware Default Theme (Dark version) + +[X-GNOME-Metatheme] +GtkTheme=Frugalware-Dark +MetacityTheme=Frugalware-Dark +IconTheme=Frugalware-Dark +CursorTheme=FwX11MouseThemeSpinningFading24px +CursorSize=24 diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/bottom.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/bottom.png new file mode 100644 index 0000000..8559422 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/bottom.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/bottom_left.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/bottom_left.png new file mode 100644 index 0000000..193cde2 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/bottom_left.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/bottom_right.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/bottom_right.png new file mode 100644 index 0000000..68ca2a3 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/bottom_right.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close.png new file mode 100644 index 0000000..c5cfd4a Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_over.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_over.png new file mode 100644 index 0000000..4eca446 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_over.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_pressed.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_pressed.png new file mode 100644 index 0000000..09b2419 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_pressed.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_unfocused.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_unfocused.png new file mode 100644 index 0000000..c5cfd4a Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_unfocused.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_unfocused_over.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_unfocused_over.png new file mode 100644 index 0000000..4eca446 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_unfocused_over.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_unfocused_pressed.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_unfocused_pressed.png new file mode 100644 index 0000000..09b2419 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/close_unfocused_pressed.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/gconf-settings.sh b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/gconf-settings.sh new file mode 100644 index 0000000..654df81 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/gconf-settings.sh @@ -0,0 +1,5 @@ +#!/bin/bash +gconftool -s --type string /apps/metacity/general/button_layout "maximize,minimize,close:" +gconftool -s --type bool /apps/panel/toplevels/panel_0/background/stretch "True" +gconftool -s --type bool /apps/panel/toplevels/top_panel_screen0/background/stretch "True" +gconftool -s --type bool /desktop/gnome/interface/hide_decorator_tooltip "TRUE" diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/left.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/left.png new file mode 100644 index 0000000..e2e6079 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/left.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize.png new file mode 100644 index 0000000..22d519b Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize_over.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize_over.png new file mode 100644 index 0000000..1c03f55 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize_over.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize_pressed.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize_pressed.png new file mode 100644 index 0000000..82988de Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize_pressed.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize_unfocused.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize_unfocused.png new file mode 100644 index 0000000..22d519b Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize_unfocused.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize_unfocused_over.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize_unfocused_over.png new file mode 100644 index 0000000..1c03f55 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/maximize_unfocused_over.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/menu.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/menu.png new file mode 100644 index 0000000..7211964 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/menu.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/menu_prelight.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/menu_prelight.png new file mode 100644 index 0000000..ebae3f5 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/menu_prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/metacity-theme-1.xml b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/metacity-theme-1.xml new file mode 100644 index 0000000..93d7506 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/metacity-theme-1.xml @@ -0,0 +1,453 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Zuki Classic Nautilus Dark</name> + <author>lassekongo83</author> + <copyright>GPL</copyright> + <date>June 10, 2010</date> + <description>Metacity theme</description> +</info> + +<!-- General window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="2"/> + <distance name="right_width" value="2"/> + <distance name="bottom_height" value="2"/> + <distance name="left_titlebar_edge" value="7"/> + <distance name="right_titlebar_edge" value="7"/> + <distance name="button_width" value="22"/> + <distance name="button_height" value="24"/> + <distance name="title_vertical_pad" value="8"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<frame_geometry name="frame_geometry_abnormal" title_scale="medium" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="7"/> + <distance name="right_titlebar_edge" value="7"/> + <distance name="button_width" value="22"/> + <distance name="button_height" value="24"/> + <distance name="title_vertical_pad" value="2"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="0"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="22"/> + <distance name="button_height" value="24"/> + <distance name="title_vertical_pad" value="8"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="2"/> + <distance name="right_width" value="2"/> + <distance name="bottom_height" value="2"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- Window Title --> + +<draw_ops name="draw_title_text_normal"> + <title color="#000000" x="3 `max` (width-title_width)/2" y="1 `max` ((height-title_height)/2)+1"/> + <title color="#ffffff" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/> +</draw_ops> + +<draw_ops name="draw_title_text_inactive"> + <title color="#000000" x="4 `max` (width-title_width)/2+1" y="1 `max` ((height-title_height)/2)+1"/> + <title color="#f7f7f7" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <image filename="top_left.png" x="0" y="0" width="object_width" height="height"/> + <image filename="top.png" x="7" y="0" width="width - 7" height="height"/> + <image filename="top_right.png" x="width - object_width" y="0" width="object_width" height="height"/> +</draw_ops> + +<draw_ops name="draw_title_inactive"> + <image filename="top_left.png" x="0" y="0" width="object_width" height="height"/> + <image filename="top.png" x="7" y="0" width="width - 7" height="height"/> + <image filename="top_right.png" x="width - object_width" y="0" width="object_width" height="height"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <image filename="top.png" x="0" y="0" width="object_width" height="height"/> + <image filename="top.png" x="0" y="0" width="width - 0" height="height"/> + <image filename="top.png" x="width - object_width" y="0" width="object_width" height="height"/> +</draw_ops> + +<draw_ops name="draw_title_maximized_inactive"> + <include name="draw_title_maximized" /> +</draw_ops> + +<!-- Window Frames --> + +<draw_ops name="frame-left-focused"> + <image filename="left.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="frame-right-focused"> + <image filename="right.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="frame-bottom-focused"> + <image filename="bottom_left.png" x="0" y="0" width="object_width" height="height"/> + <image filename="bottom.png" x="2" y="0" width="width - 4" height="height"/> + <image filename="bottom_right.png" x="width - object_width" y="0" width="object_width" height="height"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" + x="0" y="0" + width="width - 1" + height="height - 1"/> +</draw_ops> + +<!-- BUTTONS --> + +<!-- Button Trough Left --> + <draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + +<!-- Button Trough Right --> + <draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + +<!-- Button Overlays --> + <draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="minimize_focused_normal"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="minimize_focused_prelight"> + <image filename="minimize_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="minimize_focused_pressed"> + <image filename="minimize_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="maximize_focused_normal"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="maximize_focused_prelight"> + <image filename="maximize_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="maximize_focused_pressed"> + <image filename="maximize_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="close_focused_normal"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="close_focused_prelight"> + <image filename="close_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="close_focused_pressed"> + <image filename="close_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="close_unfocused_pressed"> + <image filename="close_unfocused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + +<!-- FRAME STYLE --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="frame-left-focused"/> + <piece position="right_edge" draw_ops="frame-right-focused"/> + <piece position="bottom_edge" draw_ops="frame-bottom-focused"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_inactive"/> + <piece position="titlebar" draw_ops="draw_title_inactive"/> + <piece position="left_edge" draw_ops="frame-left-focused"/> + <piece position="right_edge" draw_ops="frame-right-focused"/> + <piece position="bottom_edge" draw_ops="frame-bottom-focused"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_inactive"/> + <piece position="titlebar" draw_ops="draw_title_maximized_inactive"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_inactive"/> + <piece position="titlebar" draw_ops="draw_title_inactive"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_inactive"/> +</frame_style> + +<!-- STYLE SET --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- WINDOW --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize.png new file mode 100644 index 0000000..e901050 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize_over.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize_over.png new file mode 100644 index 0000000..5d6edd7 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize_over.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize_pressed.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize_pressed.png new file mode 100644 index 0000000..af8bba8 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize_pressed.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize_unfocused.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize_unfocused.png new file mode 100644 index 0000000..e901050 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize_unfocused.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize_unfocused_over.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize_unfocused_over.png new file mode 100644 index 0000000..5d6edd7 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/minimize_unfocused_over.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/right.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/right.png new file mode 100644 index 0000000..0a3f5f5 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/right.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/top.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/top.png new file mode 100644 index 0000000..74d2e44 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/top.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/top_left.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/top_left.png new file mode 100644 index 0000000..e6a529f Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/top_left.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/top_right.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/top_right.png new file mode 100644 index 0000000..41adfb0 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/top_right.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/trough_left.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/trough_left.png new file mode 100644 index 0000000..74cc96e Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/trough_left.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/trough_middle.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/trough_middle.png new file mode 100644 index 0000000..74cc96e Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/trough_middle.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/trough_right.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/trough_right.png new file mode 100644 index 0000000..74cc96e Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/trough_right.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize.png new file mode 100644 index 0000000..22d519b Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize_over.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize_over.png new file mode 100644 index 0000000..1c03f55 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize_over.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize_pressed.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize_pressed.png new file mode 100644 index 0000000..82988de Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize_pressed.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize_unfocused.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize_unfocused.png new file mode 100644 index 0000000..22d519b Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize_unfocused.png differ diff --git a/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize_unfocused_over.png b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize_unfocused_over.png new file mode 100644 index 0000000..1c03f55 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware-Dark/metacity-1/unmaximize_unfocused_over.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Breadcrumbs/breadcrumb_active.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Breadcrumbs/breadcrumb_active.png new file mode 100644 index 0000000..ffd3543 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Breadcrumbs/breadcrumb_active.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Breadcrumbs/breadcrumb_normal.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Breadcrumbs/breadcrumb_normal.png new file mode 100644 index 0000000..aedfa6e Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Breadcrumbs/breadcrumb_normal.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Breadcrumbs/breadcrumb_prelight.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Breadcrumbs/breadcrumb_prelight.png new file mode 100644 index 0000000..5ad2f85 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Breadcrumbs/breadcrumb_prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Handles/handle-nautilus.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Handles/handle-nautilus.png new file mode 100644 index 0000000..0fbb411 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Handles/handle-nautilus.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Handles/resize_grip.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Handles/resize_grip.png new file mode 100644 index 0000000..0dd576b Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Handles/resize_grip.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Others/arrow-d.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Others/arrow-d.png new file mode 100644 index 0000000..e8fddf5 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Others/arrow-d.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Others/launcherfix.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Others/launcherfix.png new file mode 100644 index 0000000..0e5a642 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Others/launcherfix.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Others/null.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Others/null.png new file mode 100644 index 0000000..9bb72bb Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Others/null.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/arrow-blank.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/arrow-blank.png new file mode 100644 index 0000000..6b9c03d Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/arrow-blank.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/arrow-down.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/arrow-down.png new file mode 100644 index 0000000..6b9c03d Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/arrow-down.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/handle-h.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/handle-h.png new file mode 100644 index 0000000..7bdf649 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/handle-h.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/handle-v.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/handle-v.png new file mode 100644 index 0000000..6e8eba1 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/handle-v.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/panel-bg.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/panel-bg.png new file mode 100644 index 0000000..c3fb1ec Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/panel-bg.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/panel-button-active.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/panel-button-active.png new file mode 100644 index 0000000..18a72ce Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/panel-button-active.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/panel-button-hover.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/panel-button-hover.png new file mode 100644 index 0000000..a383e3f Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/panel-button-hover.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/panel-button-inactive.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/panel-button-inactive.png new file mode 100644 index 0000000..a0be651 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Panel/panel-button-inactive.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/slider-horiz-prelight.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/slider-horiz-prelight.png new file mode 100644 index 0000000..bea8624 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/slider-horiz-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/slider-horiz.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/slider-horiz.png new file mode 100644 index 0000000..7ea1543 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/slider-horiz.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/slider-vert-prelight.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/slider-vert-prelight.png new file mode 100644 index 0000000..0064b5c Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/slider-vert-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/slider-vert.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/slider-vert.png new file mode 100644 index 0000000..6306145 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/slider-vert.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-down-insens.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-down-insens.png new file mode 100644 index 0000000..e1968f0 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-down-insens.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-down-prelight.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-down-prelight.png new file mode 100644 index 0000000..4534683 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-down-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-down.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-down.png new file mode 100644 index 0000000..98bf9cc Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-down.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-left-insens.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-left-insens.png new file mode 100644 index 0000000..0780304 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-left-insens.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-left-prelight.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-left-prelight.png new file mode 100644 index 0000000..f30dbb1 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-left-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-left.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-left.png new file mode 100644 index 0000000..16a3faa Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-left.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-right-insens.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-right-insens.png new file mode 100644 index 0000000..f9ce5a9 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-right-insens.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-right-prelight.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-right-prelight.png new file mode 100644 index 0000000..12a4599 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-right-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-right.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-right.png new file mode 100644 index 0000000..928a4cc Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-right.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-up-insens.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-up-insens.png new file mode 100644 index 0000000..0d289b4 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-up-insens.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-up-prelight.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-up-prelight.png new file mode 100644 index 0000000..c06b26c Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-up-prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-up.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-up.png new file mode 100644 index 0000000..6d517a9 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/stepper-up.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png new file mode 100644 index 0000000..0ea35d2 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/trough-scrollbar-vert.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/trough-scrollbar-vert.png new file mode 100644 index 0000000..f850cb6 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Scrollbars/trough-scrollbar-vert.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Tabs/close.png b/gnome-frugalware/theme/Frugalware/gtk-2.0/Tabs/close.png new file mode 100644 index 0000000..0d4de51 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/gtk-2.0/Tabs/close.png differ diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/firefox.rc b/gnome-frugalware/theme/Frugalware/gtk-2.0/firefox.rc new file mode 100644 index 0000000..0a8df66 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware/gtk-2.0/firefox.rc @@ -0,0 +1,43 @@ +# ============================================================================== +# FIREFOX SPECIFIC SETTINGS +# ============================================================================== + +style "ff-statusbar" +{ + xthickness = 4 + ythickness = 3 +} + +style "ff-tool" = "menubar" +{ + GtkToolbar:: shadow-type = GTK_SHADOW_NONE +} + +widget "MozillaGtkWidget*Toolbar*" style "ff-tool" +widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar" + + +# ------------------------------------------------------------------------------ +# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone) +# ------------------------------------------------------------------------------ + +# Top toolbars (and maybe others) +#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar" + +# Findbar entry, gecko (all html) entry +#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry" + +# ALL buttons +#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button" + + + + + + + + + + + + diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/gtkrc b/gnome-frugalware/theme/Frugalware/gtk-2.0/gtkrc new file mode 100644 index 0000000..0bc354f --- /dev/null +++ b/gnome-frugalware/theme/Frugalware/gtk-2.0/gtkrc @@ -0,0 +1,589 @@ +# Author: lassekongo83 +# Theme: Zuki Classic Nautilus +# Description: This theme is 100% free and open source. + +# NOTE: Uncommenting means to delete the "#" at the beginning of a line. Commenting means to add a "#" at the beginning of a line. The "#" tells the theme wether to ignore the specified line or not. + +# These are the defined colors for the theme, you can change them in GNOME's appearance preferences. +gtk_color_scheme = "bg_color:#DCDCDC\nselected_bg_color:#97A9B2\nbase_color:#F7F7F7" # Background, base. +gtk_color_scheme = "fg_color:#3C3C3C\nselected_fg_color:#f5f5f5\ntext_color:#3C3C3C" # Foreground, text. +gtk_color_scheme = "tooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000000" # Tooltips. +gtk_color_scheme = "link_color:#08c" # Hyperlinks +gtk_color_scheme = "panel_bg:#303030" # Panel bg color. Not used here though. +gtk_color_scheme = "fm_color:#F7F7F7" # Color used in Nautilus and Thunar. +gtk_color_scheme = "frame_color:#CDCDCD\ninactive_frame_color:#CDCDCD" # Fix for Chrome + +### EXTERNAL FILES ### +include "panel.rc" # This includes the file that handles panel theming. +include "scrollbar.rc" # This includes the file that styles the scrollbars. + +### ICONS ### +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. + +### MISC ### +gtk-button-images = 1 # Enables icons in buttons +gtk-toolbar-style = 0 # Disables text in toolbar +gtk-auto-mnemonics = 1 # Disables ugly lines under menu items + +### GENERAL THEME SETTINGS ### +style "murrine-default" +{ + GnomeHRef ::link_color = @link_color + GtkHTML ::link-color = @link_color + GtkIMHtmlr ::hyperlink-color = @link_color + GtkIMHtml ::hyperlink-color = @link_color + GtkWidget ::link-color = @link_color + GtkWidget ::visited-link-color = @text_color + + GtkButton ::child-displacement-x = 1 + GtkButton ::child-displacement-y = 1 + GtkButton ::default-border = { 0, 0, 0, 0 } + GtkCheckButton ::indicator-size = 14 + + GtkWidget ::new-tooltip-style = 1 + GtkWidget ::focus-line-width = 1 + GtkWidget ::focus-padding = 0 + + GtkImage ::x-ayatana-indicator-dynamic = 1 + + GtkScrolledWindow ::scrollbar-spacing = 0 + GtkScrolledWindow ::scrollbar-within-bevel = 0 + + GtkPaned ::handle-size = 6 + + GtkRange ::trough-border = 0 + GtkRange ::slider-width = 14 + GtkRange ::stepper-size = 13 + GtkRange ::stepper_spacing = 0 + GtkRange ::trough-under-steppers = 0 + + GtkScale ::slider-length = 15 + GtkScale ::slider-width = 15 + GtkScale ::trough-side-details = 1 + + GtkScrollbar ::min-slider-length = 15 + GtkScrollbar ::activate-slider = 1 + GtkMenuBar ::internal-padding = 0 + GtkExpander ::expander-size = 16 + GtkToolbar ::internal-padding = 0 + GtkTreeView ::expander-size = 14 + GtkTreeView ::indent-expanders = 1 + GtkTreeView ::vertical-separator = 0 + + GtkMenu ::horizontal-padding = 1 + GtkMenu ::vertical-padding = 1 + + WnckTasklist ::fade-overlay-rect = 0 + # The following line hints to gecko (and possibly other appliations) + # that the entry should be drawn transparently on the canvas. + # Without this, gecko will fill in the background of the entry. + GtkEntry ::honors-transparent-bg-hint = 1 + GtkEntry ::state-hint = 0 + GtkEntry ::progress-border = { 2, 2, 2, 2 } + + #GtkToolbar:: shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified. + #GtkMenuBar:: shadow-type = GTK_SHADOW_NONE # Makes menus flat and unified. + GtkMenuBar ::window-dragging = 1 + + xthickness = 1 + ythickness = 1 + + ### Color Definitions ### + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @fg_color + fg[INSENSITIVE] = darker (@bg_color) + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @bg_color + bg[ACTIVE] = shade (1.04, @bg_color) + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[ACTIVE] = shade (0.92, @selected_bg_color) + base[SELECTED] = shade (0.93, @selected_bg_color) + base[INSENSITIVE] = @bg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = darker (@bg_color) + + ### Murrine Settings ### + + engine "murrine" + { + animation = TRUE + arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows + border_shades = { 1.2, 1.0 } # gradient to draw on border + colorize_scrollbar = FALSE + comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow + contrast = 0.4 # 0.8 for less contrast, more than 1.0 for more contrast on borders + focus_color = mix (0.1, @bg_color, shade (1.1, @selected_bg_color)) + glazestyle = 1 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight + gradient_shades = {1.2,1.0,1.0,0.9} #{1.1,1.0,1.0,0.87} + glowstyle = 0 # 0,1,2,3,4 + glow_shade = 1.1 + highlight_shade = 1.0 # set highlight amount for buttons or widgets + lightborder_shade = 1.1 # sets lightborder amount for buttons or widgets + lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides + listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised + listviewstyle = 1 # 0 = nothing, 1 = dotted + menubaritemstyle = 0 # 0 = menuitem look, 1 = button look + menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped + menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped + menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe + prelight_shade = .95 # shade level for scrollbar's slider, comboboxstyle(1), and prelight state with gradient_colors + reliefstyle = 3 # 0 = flat, 1 = inset, 2 = shadow + rgba = FALSE # FALSE = disabled, TRUE = enabled + roundness = 3 # 0 = squared, 1 = old default, more will increase roundness + scrollbarstyle = 2 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles + separatorstyle = 1 # 0 = Hard seperators 1 = Smooth seperators + sliderstyle = 0 # 0 = nothing added, 1 = handles + stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown + progressbarstyle = 1 # 0 = nothing, 1 = stripes, 2 = lines + focus_color = @selected_bg_color + shadow_shades = { 0.8, 2.2 } # gradient for shadows. + textstyle = 1 # 0 = normal text, 1 = inset + toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient + trough_shades = { 0.88, 2.0 } # draw gradient on trough of GtkScrollbar and GtkProgressbar + } +} + +### THEME MODULES ### + +style "evolution-hack" = "murrine-default" # Hacks for Evolution Mail. +{ + bg[NORMAL] = shade (1.14, @bg_color) # Color for evo treeview headers. + bg[PRELIGHT] = shade (1.18, @bg_color) # Color for evo treeview header prelight. + bg[ACTIVE] = shade (0.75, @bg_color) # Color for unfocused evo selected items. + bg[SELECTED] = @selected_bg_color # Color for evo selected items. + fg[ACTIVE] = @selected_fg_color # Color for evo active text. + fg[SELECTED] = @selected_fg_color # Color for evo selected text. +} + +style "murrine-dark" { + color["panel_bg"] = shade(0.25, @bg_color) + fg[NORMAL] = shade (0.9, @selected_fg_color) + fg[PRELIGHT] = shade (0.9, @selected_fg_color) + fg[ACTIVE] = shade (0.9, @selected_fg_color) + fg[SELECTED] = shade (0.9, @selected_fg_color) + fg[INSENSITIVE] = shade (1.175, @panel_bg) + bg[NORMAL] = @panel_bg + bg[ACTIVE] = shade (0.8, @panel_bg) + bg[SELECTED] = shade (0.7, @panel_bg) + bg[PRELIGHT] = shade (1.65, @panel_bg) +} + +style "murrine-thin" +{ + xthickness = 0 + ythickness = 0 +} + +style "murrine-wide" +{ + xthickness = 2 # Can't change, or clowns will eat you. + ythickness = 2 # Can't change, or clowns will eat you. +} + +style "murrine-wider" +{ + xthickness = 3 # Can't change, or clowns will eat you. + ythickness = 3 # Can't change, or clowns will eat you. +} + +style "murrine-entry" = "murrine-wider" { + + bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color) + fg[SELECTED] = @text_color + + engine "murrine" { + contrast = 0.4 + reliefstyle = 4 + border_shades = {1.03,0.8} + shadow_shades = {0.5,0.0} + } +} + +style "murrine-button" = "murrine-wider" +{ + bg[NORMAL] = shade (1.05, @bg_color) + bg[PRELIGHT] = shade (1.2, @selected_bg_color) #mix (1.20, @bg_color, @selected_bg_color) + bg[ACTIVE] = shade (0.8, @bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + bg[INSENSITIVE] = shade (0.95, @bg_color) + + engine "murrine" + { + contrast = .8 + highlight_shade = 1.00 + lightborder_shade = 1.7 + gradient_shades = {1.3,1.10,0.95,0.92} + border_shades = { 1.1, 0.9 } + shadow_shades = {0.5,0.0} + reliefstyle = 3 + } +} + +style "murrine-notebook-bg" +{ + bg[NORMAL] = shade (1.1, @bg_color) # Tab background. + bg[ACTIVE] = @bg_color # Unfocused tab background. +} + +style "murrine-notebook" = "murrine-notebook-bg" +{ + xthickness = 2 # Width of tabs and notebook borders. + ythickness = 2 # Height of tabs and notebook borders. + + engine "murrine" + { + roundness = 3 # Roundness of notebook tabs. + contrast = 1.0 + highlight_shade = 1.0 + gradient_shades = {1.28,1.17,0.92,0.87} + } +} + +style "notebook-close" +{ + stock["gtk-close"] = {{ "Tabs/close.png", *, *, * }} # Prettier Close icon +} + +style "murrine-menubar" = "murrine-default" +{ + ythickness = 3 + bg[NORMAL] = @bg_color + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + engine "murrine" + { + roundness = 0 # Roundness of menu items. + } +} + +style "murrine-menu" +{ + ythickness = 2 + xthickness = 0 + + bg[SELECTED] = shade (0.85, @selected_bg_color) + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (0.85, @selected_bg_color) + bg[ACTIVE] = @bg_color + bg[INSENSITIVE] = @bg_color + fg[NORMAL] = @text_color # Color for normal text. + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[INSENSITIVE] = shade (0.75, @bg_color) # Text color for non-interactive menu items + text[NORMAL] = @text_color # Color for menu-item radio/checks. + base[NORMAL] = @bg_color # Color for menu-item radio/checks background. + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @selected_fg_color + text[INSENSITIVE] = @text_color + + engine "murrine" + { + roundness = 0 # Roundness of menu items. + } +} + +style "murrine-menu-item" = "murrine-wider" +{ + bg[SELECTED] = shade (0.85, @selected_bg_color) + bg[PRELIGHT] = shade (0.85, @selected_bg_color) + fg[NORMAL] = @text_color # Fix for XFCE menu text. + fg[PRELIGHT] = @selected_fg_color + fg[SELECTED] = @selected_fg_color +} + +style "murrine-separator-menu-item" +{ + engine "murrine" + { + separatorstyle = 1 + } +} + +style "murrine-treeview" +{ + engine "murrine" + { + roundness = 0 # This makes treeview progressbars square. + } +} + +style "murrine-treeview-header" = "murrine-button" +{ + xthickness = 2 + ythickness = 1 + + bg[NORMAL] = shade (1.14, @bg_color) # Color for treeview headers. + bg[PRELIGHT] = shade (0.98, @bg_color) # Color for treeview header prelight. + bg[ACTIVE] = shade (0.85, @bg_color) # Color for pressed-treeview. + + engine "murrine" + { + roundness = 0 # This makes treeview progressbars square. + } +} + +style "murrine-frame-title" +{ + fg[NORMAL] = lighter (@fg_color) +} + +style "murrine-tooltips" = "murrine-wider" +{ + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color +} + +style "metacity-frame" = "murrine-default" +{ + bg[SELECTED] = shade (0.85, @selected_bg_color) # Color for metacity borders. +} + +style "murrine-progressbar" = "murrine-button" +{ + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = lighter (@selected_fg_color) + bg[NORMAL] = shade (1.0, @bg_color) + bg[ACTIVE] = shade (1.0, @bg_color) + bg[SELECTED] = shade (1.0, @selected_bg_color) + + engine "murrine" + { + contrast = 0.95 + roundness = 0 + gradient_shades = {1.3,1.0,1.0,0.75} + border_shades = {0.86,0.75} + border_colors = {@selected_bg_color, at selected_bg_color} + highlight_shade = 1.0 + shadow_shades = {1.0,0.8} + trough_shades = {1.15,0.75} + } +} + +style "murrine-statusbar" +{ + xthickness = 2 +} + +style "murrine-comboboxentry" +{ + engine "murrine" + { + contrast = 0.4 + reliefstyle = 4 + border_shades = {1.03,0.8} + shadow_shades = {0.5,0.0} + } +} + +style "murrine-spinbutton" +{ + bg[ACTIVE] = shade (0.85, @bg_color) # Color for pressed-spinbuttons. +} + +style "murrine-scale" = "murrine-button" +{ + bg[NORMAL] = shade (0.97, @bg_color) + bg[PRELIGHT] = shade (1.05, @bg_color) + base[SELECTED] = @selected_bg_color + + engine "murrine" + { + focus_color = @bg_color + glazestyle = 5 + roundness = 6 + border_shades = {1.2,0.8} + border_colors = {shade (0.7, at bg_color),shade(0.45, at bg_color)} + highlight_shade = 1.15 + shadow_shades = {1.0,0.2} + reliefstyle = 3 + gradient_shades = {1.3,1.10,0.95,0.92} + } +} + +style "murrine-hscale" = "murrine-scale" +{ +} + +style "murrine-vscale" = "murrine-scale" +{ +} + +style "murrine-nautilus-location" # Workaround for nautilus' messages. +{ + bg[NORMAL] = shade (1.25, @selected_bg_color) +} + +style "murrine-radiocheck" = "murrine-default" +{ + text[NORMAL] = @selected_fg_color # Color for checks/radio items. + text[PRELIGHT] = @selected_fg_color # Color for checks/radio items. +} + +style "murrine-toolbar" +{ + bg[NORMAL] = @bg_color + engine "murrine" { roundness = 3 } # Workaround for forward/backward buttons of nautilus +} + +############################################################################### +# The following part of the gtkrc applies the different styles to the widgets. +############################################################################### + +# Murrine default style is applied to every widget. +class "GtkWidget" style "murrine-default" + +# Increase the x/ythickness in some widgets. +class "GtkFrame" style "murrine-wide" +class "GtkEntry" style "murrine-entry" +class "MetaFrames" style "metacity-frame" +class "GtkSeparator" style "murrine-wide" +class "GtkWindow" style "metacity-frame" +class "GtkCalendar" style "murrine-wide" +class "GtkToolbar" style "murrine-toolbar" + +class "GtkSpinButton" style "murrine-spinbutton" +class "GtkScale" style "murrine-scale" +class "GtkVScale" style "murrine-vscale" +class "GtkHScale" style "murrine-hscale" + +class "GtkRadio*" style "murrine-radiocheck" +class "GtkCheck*" style "murrine-radiocheck" + +# General matching following, the order is choosen so that the right styles override each other eg. progressbar needs to be more important then the menu match. + +# This is not perfect, it could be done better (That is modify *every* widget in the notebook, and change those back that we really don't want changed) +widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-notebook-bg" +widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-notebook-bg" +widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-notebook-bg" +widget_class "*<GtkNotebook>*<GtkViewport>" style "murrine-notebook-bg" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "murrine-notebook-bg" + +widget_class "*<GtkButton>" style "murrine-button" +widget_class "*<GtkNotebook>" style "murrine-notebook" +widget_class "*<GtkNotebook>*" style "notebook-close" +widget_class "*<GtkStatusbar>*" style "murrine-statusbar" + +widget_class "*<GtkComboBoxEntry>*" style "murrine-comboboxentry" +widget_class "*<GtkCombo>*" style "murrine-comboboxentry" + +widget_class "*<GtkMenuBar>*" style "murrine-menubar" +widget_class "*<GtkMenu>*" style "murrine-menu" +widget_class "*<GtkMenuItem>*" style "murrine-menu-item" +widget_class "*<GtkSeparatorMenuItem>*" style "murrine-separator-menu-item" + +widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-frame-title" +widget_class "*.<GtkTreeView>*" style "murrine-treeview" + +widget_class "*<GtkProgress>" style "murrine-progressbar" +widget_class "*<GtkProgressBar>" style "murrine-progressbar" + +# Treeview header +widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header" +widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-treeview-header" +widget_class "*.<GtkList>.<GtkButton>" style "murrine-treeview-header" +widget_class "*.<GtkCList>.<GtkButton>" style "murrine-treeview-header" + +# Workarounds for Evolution +widget_class "*.ETable.ECanvas" style "murrine-treeview-header" +widget_class "*.ETree.ECanvas" style "murrine-treeview-header" +widget_class "*GtkCTree*" style "evolution-hack" +widget_class "*GtkList*" style "evolution-hack" +widget_class "*GtkCList*" style "evolution-hack" +widget_class "*.ETree.*" style "evolution-hack" +widget_class "*EInfoLabel*" style "evolution-hack" + +# The window of the tooltip is called "gtk-tooltip" +################################ +# FIXME: +# This will not work if one embeds eg. a button into the tooltip. +# As far as I can tell right now we will need to rework the theme +# quite a bit to get this working correctly. +# (It will involve setting different priorities, etc.) +################################ +widget "gtk-tooltip*" style "murrine-tooltips" + +################################################### +# SPECIAL CASES AND WORKAROUNDS +################################################### + +# Special case the nautilus-extra-view-widget +# ToDo: A more generic approach for all applications that have a widget like this. +widget "*.nautilus-extra-view-widget" style : highest "murrine-nautilus-location" + +# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 +# Note that the work around assumes that the combobox is _not_ in appears-as-list mode. +# This style does not affect GtkComboBoxEntry, it does have an effect on comboboxes in appears-as-list mode though. +style "murrine-text-is-fg-color-workaround" +{ + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} +widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround" + +style "murrine-menuitem-text-is-fg-color-workaround" +{ + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + text[SELECTED] = @selected_fg_color + text[ACTIVE] = @fg_color + text[INSENSITIVE] = darker (@bg_color) +} +widget "*.gtk-combobox-popup-menu.*" style "murrine-menuitem-text-is-fg-color-workaround" + +# Work around the usage of GtkLabel inside GtkListItems to display text. +# This breaks because the label is shown on a background that is based on the base color set. +style "murrine-fg-is-text-color-workaround" +{ + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = darker (@bg_color) +} +widget_class "*<GtkListItem>*" style "murrine-fg-is-text-color-workaround" +# The same problem also exists for GtkCList and GtkCTree. +# Only match GtkCList and not the parent widgets, because that would also change the headers. +widget_class "*<GtkCList>" style "murrine-fg-is-text-color-workaround" +widget_class "*<EelEditableLabel>" style "murrine-fg-is-text-color-workaround" + +# XFCE desktop icon text looks weird when murrine textstyle is on. +style "xfdesktop-icon-view" +{ + engine "murrine" + { + textstyle = 0 + } +} +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Makes the text in the toolbar and statusbar smaller. Remove if you want to use the default size. +style "smaller-text" +{ + font_name = "7" +} +widget_class "*ToolButton*" style "smaller-text" +widget_class "*Statusbar*" style "smaller-text" + +### EXTERNAL FILES ### + +include "nautilus.rc" # Nautilus styling +include "firefox.rc" # Firefox styling diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/nautilus.rc b/gnome-frugalware/theme/Frugalware/gtk-2.0/nautilus.rc new file mode 100644 index 0000000..f122399 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware/gtk-2.0/nautilus.rc @@ -0,0 +1,195 @@ +style "nautilus-window-base" +{ + bg[NORMAL] = @bg_color +} + +style "nautilus-sidebar" { + font_name = "Regular" + + GtkTreeView::odd_row_color = "#e2e2e2" + GtkTreeView::even_row_color = "#e2e2e2" + + # these make the padding from left window edge a little more sane + GtkTreeView::vertical_separator = 4 + GtkTreeView::horizontal_separator = 15 + GtkTreeView::indent-expanders = 1 # 1 means TRUE + GtkTreeView::expander-size = 8 + GtkExpander::expander_spacing = 16 + GtkButton::image_spacing = 4 + + xthickness = 0 + ythickness = 1 +} + +style "nautilus-sidebar-title" +{ + xthickness = 0 + ythickness = 0 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[ACTIVE] = @fg_color + + bg[NORMAL] = "#e2e2e2" + bg[PRELIGHT] = "#e2e2e2" + bg[ACTIVE] = "#e2e2e2" + + font_name = "Bold" + + GtkExpander ::expander-spacing = 0 + GtkExpander ::expander-size = 0 + GtkArrow ::arrow-scaling = 0.1 # allowed: 0.1 ~ 1.0 (0.6 is an approximation to get 9 by 9 pixels arrow) + GtkButton ::image-spacing = 0 + GtkButton ::inner-border = {0, 0, 0, 0} + GtkButton ::child-displacement-x = 0 + GtkButton ::child-displacement-y = 0 + GtkButton ::default-border = { 0, 0, 0, 0 } +} + +style "nautilus-view" +{ + xthickness = 0 + ythickness = 1 +} + +style "nautilus-handle" +{ + GtkPaned::handle-size = 1 + + engine "pixmap" + { + image # for the thin gray line separating the sidepane and viewpane + { + function = HANDLE + recolorable = TRUE + file = "Handles/handle-nautilus.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + } +} + +style "smaller-text" +{ +} + +style "handle" +{ +} + +### Breadcrumbs ### + +style "nautilus-breadcrumbs" +{ + xthickness = 3 + ythickness = 0 + + GtkButton::child-displacement-y = 0 + GtkButton::inner-border = { 0, 8, 0, 0} + + fg[PRELIGHT] = shade (0.8, @selected_bg_color) + + engine "pixmap" + { + image + { + function = BOX + shadow = OUT + recolorable = TRUE + state = PRELIGHT + file = "Breadcrumbs/breadcrumb_prelight.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "Breadcrumbs/breadcrumb_active.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "Breadcrumbs/breadcrumb_normal.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Breadcrumbs/breadcrumb_active.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Breadcrumbs/breadcrumb_active.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "Breadcrumbs/breadcrumb_normal.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = SELECTED + file = "Breadcrumbs/breadcrumb_active.png" + border = { 3, 13, 3, 3 } + stretch = TRUE + } + } +} + +############################################ +# NAUTILUS +# Order of assignment is important +############################################# + +widget_class "*NautilusSidePane.*" style "nautilus-sidebar" +widget_class "*Nautilus*Places*Sidebar*" style "nautilus-sidebar" +widget_class "*Nautilus*Side*.GtkWidget" style "nautilus-sidebar" +widget_class "*Nautilus*Side*Title*" style "nautilus-sidebar-title" + +widget_class "*Nautilus*Window*" style "nautilus-window-base" +widget_class "*Nautilus*Menu*" style "murrine-menu" +widget_class "*Nautilus*MenuBar*" style "murrine-menubar" +widget_class "*Nautilus*Toolbar*" style "murrine-toolbar" +widget_class "*Nautilus*Toolbar*Button" style "murrine-button" +widget "*Nautilus*Splitter" style "nautilus-handle" +widget_class "*Nautilus*View*" style "nautilus-view" +widget_class "*Nautilus*Notebook" style "murrine-notebook" + +widget_class "*Nautilus*<GtkTreeView>.<GtkButton>" style "murrine-treeview-header" +widget_class "*Nautilus*<GtkCTree>.<GtkButton>" style "murrine-treeview-header" +widget_class "*Nautilus*<GtkList>.<GtkButton>" style "murrine-treeview-header" +widget_class "*Nautilus*<GtkCList>.<GtkButton>" style "murrine-treeview-header" + +widget_class "*NautilusPathBar.*ToggleButton" style "nautilus-breadcrumbs" + +#widget "*.nautilus-extra-view-widget*" style:highest "murrine-dark" diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/panel.rc b/gnome-frugalware/theme/Frugalware/gtk-2.0/panel.rc new file mode 100644 index 0000000..c8791a2 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware/gtk-2.0/panel.rc @@ -0,0 +1,170 @@ +style "theme-panel" +{ + xthickness = 1 + ythickness = 0 + + bg_pixmap[NORMAL] = "/Panel/panel-bg.png" # Disable for normal panel backgrounds. + + engine "pixmap" + { + image + { + function = BOX + recolorable = TRUE + state = NORMAL + } + + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "Panel/panel-button-hover.png" + border = { 2, 2, 0, 0 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "Panel/panel-button-active.png" + border = { 2, 2, 0, 0 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = SELECTED + file = "Panel/panel-button-active.png" + border = { 2, 2, 0, 0 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + } + + image + { + function = ARROW + recolorable = TRUE + arrow_direction = DOWN + } + } +} + +style "theme-panel-light" +{ + xthickness = 1 + ythickness = 0 + + fg[NORMAL] = @fg_color + + engine "murrine" { + textstyle = 1 + roundness = 0 + } +} + +style "theme-panel-text" +{ + fg[NORMAL] = "#4D4D4D" + fg[PRELIGHT] = "#7D7D7D" + fg[ACTIVE] = "#4D4D4D" + text[NORMAL] = "#4D4D4D" + text[PRELIGHT] = "#7D7D7D" + text[ACTIVE] = "#4D4D4D" +} + +style "theme-main-menu-text" = "theme-panel-text" +{ + fg[PRELIGHT] = "#ffffff" + text[PRELIGHT] = "#ffffff" +} + +style "theme-panel-handle" +{ + engine "pixmap" + { + image + { + function = HANDLE + } + + image + { + function = HANDLE + } + } +} + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +widget "*indicator-applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel-light" +widget_class "*Notif*Brasero*" style "theme-panel-light" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Hide ugly handle +class "PanelAppletFrame" style:highest "theme-panel-handle" + +# The following removes the arrows from the panel + +style "panel-arrow-remove" + +{ +engine "pixmap" + { + image + { + function = ARROW + recolorable = TRUE + overlay_file = "Panel/arrow-blank.png" + overlay_border = {2,2,2,2} + overlay_stretch = FALSE + arrow_direction = UP + } + + image + { + function = ARROW + recolorable = TRUE + overlay_file = "Panel/arrow-blank.png" + overlay_border = {2,2,2,2} + overlay_stretch = FALSE + arrow_direction = DOWN + } + } +} + +widget_class "*PanelToplevel*" style "panel-arrow-remove" diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/scrollbar.rc b/gnome-frugalware/theme/Frugalware/gtk-2.0/scrollbar.rc new file mode 100644 index 0000000..9f55f8f --- /dev/null +++ b/gnome-frugalware/theme/Frugalware/gtk-2.0/scrollbar.rc @@ -0,0 +1,328 @@ +################################################################################ +# SCROLLBAR +################################################################################ + +style "scrollbar" +{ + # The values I set here have to do with the relative size of three graphic elements + # I have used: the slider, the arrow box, and the trough. They all have the same width + # of 15 pixels, but gtk wants to put in some spacing between them. It seems like it + # places the sliders inside the trough with a default 1 pixel border on either side of the slider, + # so that the trough has its width stretched by an additional two pixels(?). Setting the + # trough border makes the arrow box sit on top of the trough squarely, by making sure that + # the trough stays the same width as the arrowbox(?). I could be totally wrong here. + GtkRange::trough_border = 0 + GtkRange::slider_width = 15 + + # This sets the size of the steppers (arrow buttons on the end of the scrollbar). + # The image I am using is 15x15 pixels, and if I dont set this a one pixel line + # gets cut off of the top of the "up" stepper. + GtkRange::stepper_size = 15 + + # Set a minimum length for the slider. Since I set the border on the slider + # image to 15 pixels on either end of the slider I want the min length to be + # at least 30 pixels to avoid an ugly slider when gtk wants to make it smaller + # than 30 pixels. + GtkScrollbar::min_slider_length = 30 + + engine "pixmap" + { + # Horizontal slider background + image + { + function = BOX + recolorable = TRUE + detail = "trough" + file = "Scrollbars/trough-scrollbar-horiz.png" + border = { 30, 30, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Vertical slider background + image + { + function = BOX + recolorable = TRUE + detail = "trough" + file = "Scrollbars/trough-scrollbar-vert.png" + border = { 0, 0, 30, 30 } + stretch = TRUE + orientation = VERTICAL + } + + # Normal horizontal slider + image + { + function = SLIDER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/slider-horiz.png" + border = { 15, 15, 6, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Horizontal slider (active) + image + { + function = SLIDER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/slider-horiz-prelight.png" + border = { 15, 15, 6, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Horizontal slider (mouse over) + image + { + function = SLIDER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/slider-horiz-prelight.png" + border = { 15, 15, 6, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Horizontal slider (Insesitive) + image + { + function = SLIDER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/slider-horiz.png" + border = { 15, 15, 6, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Normal vertical slider + image + { + function = SLIDER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/slider-vert.png" + border = { 6, 6, 15, 15 } + stretch = TRUE + orientation = VERTICAL + } + + # Vertical slider (Active) + image + { + function = SLIDER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/slider-vert-prelight.png" + border = { 6, 6, 15, 15 } + stretch = TRUE + orientation = VERTICAL + } + + # Vertical slider (mouse over) + image + { + function = SLIDER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/slider-vert-prelight.png" + border = { 6, 6, 15, 15 } + stretch = TRUE + orientation = VERTICAL + } + + # Vertical slider (Insesitive) + image + { + function = SLIDER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/slider-vert.png" + border = { 6, 6, 15, 15 } + stretch = TRUE + orientation = VERTICAL + } + +################################################################################ +# SCROLLBAR STEPPERS +################################################################################ + + # Up + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-up.png" + #border = { 12, 2, 2, 9 } + stretch = TRUE + arrow_direction = UP + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-up-prelight.png" + #border = { 12, 2, 2, 9 } + stretch = TRUE + arrow_direction = UP + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-up-prelight.png" + #border = { 12, 2, 2, 9 } + stretch = TRUE + arrow_direction = UP + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-up-insens.png" + #border = { 12, 2, 2, 9 } + stretch = TRUE + arrow_direction = UP + } + + ######### DOWN ############ + + + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-down.png" + #border = { 12, 2, 10, 2 } + stretch = TRUE + arrow_direction = DOWN + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-down-prelight.png" + #border = { 12, 2, 10, 2 } + stretch = TRUE + arrow_direction = DOWN + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-down-prelight.png" + #border = { 12, 2, 10, 2 } + stretch = TRUE + arrow_direction = DOWN + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-down-insens.png" + #border = { 12, 2, 10, 2 } + stretch = TRUE + arrow_direction = DOWN + } + +############ RIGHT ################ + + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-right.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = RIGHT + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-right-prelight.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = RIGHT + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-right-prelight.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = RIGHT + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-right-insens.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = RIGHT + } + +############### LEFT ################### + + + image + { + function = STEPPER + recolorable = TRUE + state = NORMAL + file = "Scrollbars/stepper-left.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = LEFT + } + image + { + function = STEPPER + recolorable = TRUE + state = PRELIGHT + file = "Scrollbars/stepper-left-prelight.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = LEFT + } + image + { + function = STEPPER + recolorable = TRUE + state = ACTIVE + file = "Scrollbars/stepper-left-prelight.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = LEFT + } + image + { + function = STEPPER + recolorable = TRUE + state = INSENSITIVE + file = "Scrollbars/stepper-left-insens.png" + #border = { 2, 9, 2, 13 } + stretch = TRUE + arrow_direction = LEFT + } + } +} +class "GtkScrollbar" style "scrollbar" diff --git a/gnome-frugalware/theme/Frugalware/index.theme b/gnome-frugalware/theme/Frugalware/index.theme new file mode 100644 index 0000000..5639d8d --- /dev/null +++ b/gnome-frugalware/theme/Frugalware/index.theme @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Frugalware +Type=X-GNOME-Metatheme +Comment=Frugalware Default Theme + +[X-GNOME-Metatheme] +GtkTheme=Frugalware +MetacityTheme=Frugalware +IconTheme=Frugalware +CursorTheme=FwX11MouseThemeSpinningFading24px +CursorSize=24 diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/bottom.png b/gnome-frugalware/theme/Frugalware/metacity-1/bottom.png new file mode 100644 index 0000000..c40ada0 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/bottom.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/bottom_left.png b/gnome-frugalware/theme/Frugalware/metacity-1/bottom_left.png new file mode 100644 index 0000000..0a0cc02 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/bottom_left.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/bottom_right.png b/gnome-frugalware/theme/Frugalware/metacity-1/bottom_right.png new file mode 100644 index 0000000..2699561 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/bottom_right.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/close.png b/gnome-frugalware/theme/Frugalware/metacity-1/close.png new file mode 100644 index 0000000..65a79d9 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/close.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/close_over.png b/gnome-frugalware/theme/Frugalware/metacity-1/close_over.png new file mode 100644 index 0000000..3b07ab3 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/close_over.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/close_pressed.png b/gnome-frugalware/theme/Frugalware/metacity-1/close_pressed.png new file mode 100644 index 0000000..099085a Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/close_pressed.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/close_unfocused.png b/gnome-frugalware/theme/Frugalware/metacity-1/close_unfocused.png new file mode 100644 index 0000000..65a79d9 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/close_unfocused.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/close_unfocused_over.png b/gnome-frugalware/theme/Frugalware/metacity-1/close_unfocused_over.png new file mode 100644 index 0000000..d46496a Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/close_unfocused_over.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/close_unfocused_pressed.png b/gnome-frugalware/theme/Frugalware/metacity-1/close_unfocused_pressed.png new file mode 100644 index 0000000..099085a Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/close_unfocused_pressed.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/gconf-settings.sh b/gnome-frugalware/theme/Frugalware/metacity-1/gconf-settings.sh new file mode 100644 index 0000000..654df81 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware/metacity-1/gconf-settings.sh @@ -0,0 +1,5 @@ +#!/bin/bash +gconftool -s --type string /apps/metacity/general/button_layout "maximize,minimize,close:" +gconftool -s --type bool /apps/panel/toplevels/panel_0/background/stretch "True" +gconftool -s --type bool /apps/panel/toplevels/top_panel_screen0/background/stretch "True" +gconftool -s --type bool /desktop/gnome/interface/hide_decorator_tooltip "TRUE" diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/left.png b/gnome-frugalware/theme/Frugalware/metacity-1/left.png new file mode 100644 index 0000000..eb6edfa Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/left.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/maximize.png b/gnome-frugalware/theme/Frugalware/metacity-1/maximize.png new file mode 100644 index 0000000..3d581db Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/maximize.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/maximize_over.png b/gnome-frugalware/theme/Frugalware/metacity-1/maximize_over.png new file mode 100644 index 0000000..43d2e60 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/maximize_over.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/maximize_pressed.png b/gnome-frugalware/theme/Frugalware/metacity-1/maximize_pressed.png new file mode 100644 index 0000000..d9eb0de Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/maximize_pressed.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/maximize_unfocused.png b/gnome-frugalware/theme/Frugalware/metacity-1/maximize_unfocused.png new file mode 100644 index 0000000..3d581db Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/maximize_unfocused.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/maximize_unfocused_over.png b/gnome-frugalware/theme/Frugalware/metacity-1/maximize_unfocused_over.png new file mode 100644 index 0000000..43d2e60 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/maximize_unfocused_over.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/menu.png b/gnome-frugalware/theme/Frugalware/metacity-1/menu.png new file mode 100644 index 0000000..2872990 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/menu.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/menu_prelight.png b/gnome-frugalware/theme/Frugalware/metacity-1/menu_prelight.png new file mode 100644 index 0000000..6780f38 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/menu_prelight.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/metacity-theme-1.xml b/gnome-frugalware/theme/Frugalware/metacity-1/metacity-theme-1.xml new file mode 100644 index 0000000..865c514 --- /dev/null +++ b/gnome-frugalware/theme/Frugalware/metacity-1/metacity-theme-1.xml @@ -0,0 +1,453 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Zuki</name> + <author>lassekongo83</author> + <copyright>GPL</copyright> + <date>June 10, 2010</date> + <description>Metacity theme</description> +</info> + +<!-- General window layout --> +<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="2"/> + <distance name="right_width" value="2"/> + <distance name="bottom_height" value="2"/> + <distance name="left_titlebar_edge" value="7"/> + <distance name="right_titlebar_edge" value="7"/> + <distance name="button_width" value="22"/> + <distance name="button_height" value="24"/> + <distance name="title_vertical_pad" value="8"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<frame_geometry name="frame_geometry_abnormal" title_scale="medium" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="7"/> + <distance name="right_titlebar_edge" value="7"/> + <distance name="button_width" value="22"/> + <distance name="button_height" value="24"/> + <distance name="title_vertical_pad" value="2"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="0"/> + <distance name="left_titlebar_edge" value="10"/> + <distance name="right_titlebar_edge" value="10"/> + <distance name="button_width" value="22"/> + <distance name="button_height" value="24"/> + <distance name="title_vertical_pad" value="8"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="2"/> + <distance name="right_width" value="2"/> + <distance name="bottom_height" value="2"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- Window Title --> + +<draw_ops name="draw_title_text_normal"> + <title color="#ffffff" x="3 `max` (width-title_width)/2" y="1 `max` ((height-title_height)/2)+1"/> + <title color="#787878" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/> +</draw_ops> + +<draw_ops name="draw_title_text_inactive"> + <title color="#ffffff" x="4 `max` (width-title_width)/2+1" y="1 `max` ((height-title_height)/2)+1"/> + <title color="#969696" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/> +</draw_ops> + +<draw_ops name="draw_title"> + <image filename="top_left.png" x="0" y="0" width="object_width" height="height"/> + <image filename="top.png" x="7" y="0" width="width - 7" height="height"/> + <image filename="top_right.png" x="width - object_width" y="0" width="object_width" height="height"/> +</draw_ops> + +<draw_ops name="draw_title_inactive"> + <image filename="top_left.png" x="0" y="0" width="object_width" height="height"/> + <image filename="top.png" x="7" y="0" width="width - 7" height="height"/> + <image filename="top_right.png" x="width - object_width" y="0" width="object_width" height="height"/> +</draw_ops> + +<draw_ops name="draw_title_maximized"> + <image filename="top.png" x="0" y="0" width="object_width" height="height"/> + <image filename="top.png" x="0" y="0" width="width - 0" height="height"/> + <image filename="top.png" x="width - object_width" y="0" width="object_width" height="height"/> +</draw_ops> + +<draw_ops name="draw_title_maximized_inactive"> + <include name="draw_title_maximized" /> +</draw_ops> + +<!-- Window Frames --> + +<draw_ops name="frame-left-focused"> + <image filename="left.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="frame-right-focused"> + <image filename="right.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="frame-bottom-focused"> + <image filename="bottom_left.png" x="0" y="0" width="object_width" height="height"/> + <image filename="bottom.png" x="2" y="0" width="width - 4" height="height"/> + <image filename="bottom_right.png" x="width - object_width" y="0" width="object_width" height="height"/> +</draw_ops> + +<draw_ops name="border"> + <line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + + <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" + x="0" y="0" + width="width - 1" + height="height - 1"/> +</draw_ops> + +<!-- BUTTONS --> + +<!-- Button Trough Left --> + <draw_ops name="left_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_left_background_unfocused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_left_background_unfocused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_middle_background_unfocused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_middle_background_unfocused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_right_background_unfocused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="left_right_background_unfocused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + +<!-- Button Trough Right --> + <draw_ops name="right_left_background_focused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_left_background_focused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_middle_background_focused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_middle_background_focused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_right_background_focused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_right_background_focused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_left_background_unfocused_normal"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_left_background_unfocused_pressed"> + <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_middle_background_unfocused_normal"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_middle_background_unfocused_pressed"> + <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_right_background_unfocused_normal"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="right_right_background_unfocused_pressed"> + <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + +<!-- Button Overlays --> + <draw_ops name="menu_focused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="menu_focused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="menu_unfocused_normal"> + <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="menu_unfocused_prelight"> + <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="minimize_focused_normal"> + <image filename="minimize.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="minimize_focused_prelight"> + <image filename="minimize_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="minimize_focused_pressed"> + <image filename="minimize_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="minimize_unfocused_normal"> + <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="maximize_focused_normal"> + <image filename="maximize.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="maximize_focused_prelight"> + <image filename="maximize_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="maximize_focused_pressed"> + <image filename="maximize_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="maximize_unfocused_normal"> + <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="unmaximize_focused_normal"> + <image filename="unmaximize.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="unmaximize_unfocused_normal"> + <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="close_focused_normal"> + <image filename="close.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="close_focused_prelight"> + <image filename="close_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="close_focused_pressed"> + <image filename="close_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="close_unfocused_normal"> + <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_over.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + <draw_ops name="close_unfocused_pressed"> + <image filename="close_unfocused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> + </draw_ops> + +<!-- FRAME STYLE --> +<frame_style name="normal_focused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <piece position="left_edge" draw_ops="frame-left-focused"/> + <piece position="right_edge" draw_ops="frame-right-focused"/> + <piece position="bottom_edge" draw_ops="frame-bottom-focused"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> +</frame_style> + +<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> + <piece position="title" draw_ops="draw_title_text_inactive"/> + <piece position="titlebar" draw_ops="draw_title_inactive"/> + <piece position="left_edge" draw_ops="frame-left-focused"/> + <piece position="right_edge" draw_ops="frame-right-focused"/> + <piece position="bottom_edge" draw_ops="frame-bottom-focused"/> + <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> + <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> + <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> + <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> + <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> + <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> + <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> + <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> + <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> + <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> + <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> + <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> +</frame_style> + +<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title_maximized"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> +</frame_style> + +<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_inactive"/> + <piece position="titlebar" draw_ops="draw_title_maximized_inactive"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> +</frame_style> + +<frame_style name="utility_focused" parent="normal_focused"> + <piece position="title" draw_ops="draw_title_text_normal"/> + <piece position="titlebar" draw_ops="draw_title"/> + <button function="menu" state="normal" draw_ops="menu_focused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_focused_normal"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> +</frame_style> + +<frame_style name="utility_unfocused" parent="normal_unfocused"> + <piece position="title" draw_ops="draw_title_text_inactive"/> + <piece position="titlebar" draw_ops="draw_title_inactive"/> + <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> + <button function="close" state="normal" draw_ops="close_unfocused_normal"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal_focused"> + <piece position="title" draw_ops="draw_title"/> + <piece position="titlebar" draw_ops="draw_title_inactive"/> +</frame_style> + +<!-- STYLE SET --> +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="maximized_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="utility"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="maximized_focused"/> + <frame focus="no" state="maximized" style="normal_focused"/> + <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> + <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> + <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> + <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> +</frame_style_set> + +<!-- WINDOW --> +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="utility"/> +<window type="modal_dialog" style_set="utility"/> +<window type="menu" style_set="utility"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="border"/> + +</metacity_theme> diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/minimize.png b/gnome-frugalware/theme/Frugalware/metacity-1/minimize.png new file mode 100644 index 0000000..0d993b2 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/minimize.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/minimize_over.png b/gnome-frugalware/theme/Frugalware/metacity-1/minimize_over.png new file mode 100644 index 0000000..d61867e Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/minimize_over.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/minimize_pressed.png b/gnome-frugalware/theme/Frugalware/metacity-1/minimize_pressed.png new file mode 100644 index 0000000..64d74ca Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/minimize_pressed.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/minimize_unfocused.png b/gnome-frugalware/theme/Frugalware/metacity-1/minimize_unfocused.png new file mode 100644 index 0000000..0d993b2 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/minimize_unfocused.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/minimize_unfocused_over.png b/gnome-frugalware/theme/Frugalware/metacity-1/minimize_unfocused_over.png new file mode 100644 index 0000000..d61867e Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/minimize_unfocused_over.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/right.png b/gnome-frugalware/theme/Frugalware/metacity-1/right.png new file mode 100644 index 0000000..100663e Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/right.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/top.png b/gnome-frugalware/theme/Frugalware/metacity-1/top.png new file mode 100644 index 0000000..66d4eab Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/top.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/top_left.png b/gnome-frugalware/theme/Frugalware/metacity-1/top_left.png new file mode 100644 index 0000000..c9b6fa0 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/top_left.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/top_right.png b/gnome-frugalware/theme/Frugalware/metacity-1/top_right.png new file mode 100644 index 0000000..e352cf0 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/top_right.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/trough_left.png b/gnome-frugalware/theme/Frugalware/metacity-1/trough_left.png new file mode 100644 index 0000000..74cc96e Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/trough_left.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/trough_middle.png b/gnome-frugalware/theme/Frugalware/metacity-1/trough_middle.png new file mode 100644 index 0000000..74cc96e Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/trough_middle.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/trough_right.png b/gnome-frugalware/theme/Frugalware/metacity-1/trough_right.png new file mode 100644 index 0000000..74cc96e Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/trough_right.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize.png b/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize.png new file mode 100644 index 0000000..3d581db Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize_over.png b/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize_over.png new file mode 100644 index 0000000..43d2e60 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize_over.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize_pressed.png b/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize_pressed.png new file mode 100644 index 0000000..d9eb0de Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize_pressed.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize_unfocused.png b/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize_unfocused.png new file mode 100644 index 0000000..3d581db Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize_unfocused.png differ diff --git a/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize_unfocused_over.png b/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize_unfocused_over.png new file mode 100644 index 0000000..43d2e60 Binary files /dev/null and b/gnome-frugalware/theme/Frugalware/metacity-1/unmaximize_unfocused_over.png differ diff --git a/gnome-frugalware/wallpaper/frugalware.png b/gnome-frugalware/wallpaper/frugalware.png new file mode 100644 index 0000000..c4ac9cf Binary files /dev/null and b/gnome-frugalware/wallpaper/frugalware.png differ diff --git a/gnome-frugalware/wallpaper/frugalware_wide.png b/gnome-frugalware/wallpaper/frugalware_wide.png new file mode 100644 index 0000000..96477e7 Binary files /dev/null and b/gnome-frugalware/wallpaper/frugalware_wide.png differ diff --git a/gnome-frugalware/wallpaper/gnome-frugalware.xml b/gnome-frugalware/wallpaper/gnome-frugalware.xml new file mode 100644 index 0000000..ab5c643 --- /dev/null +++ b/gnome-frugalware/wallpaper/gnome-frugalware.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd"> +<wallpapers> + <wallpaper deleted="false"> + <name>Frugalware</name> + <filename>/usr/share/pixmaps/backgrounds/gnome/frugalware/frugalware.png</filename> + <options>stretched</options> + </wallpaper> +</wallpapers> diff --git a/gnome-frugalware/wallpaper/gnome-frugalware_wide.xml b/gnome-frugalware/wallpaper/gnome-frugalware_wide.xml new file mode 100644 index 0000000..daf7251 --- /dev/null +++ b/gnome-frugalware/wallpaper/gnome-frugalware_wide.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd"> +<wallpapers> + <wallpaper deleted="false"> + <name>Frugalware (widescreen)</name> + <filename>/usr/share/pixmaps/backgrounds/gnome/frugalware/frugalware_wide.png</filename> + <options>stretched</options> + </wallpaper> +</wallpapers> From devil505linux at gmail.com Sun Oct 10 15:39:14 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 10 Oct 2010 15:39:14 +0200 (CEST) Subject: [Frugalware-git] artwork: * initial import of gnome shell custom theme Message-ID: <20101010133914.40F3F132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=85bd20d45772edeecb5de90ffbd9df53dcaadd5b commit 85bd20d45772edeecb5de90ffbd9df53dcaadd5b Author: Devil505 <devil505linux at gmail.com> Date: Sun Oct 10 15:32:08 2010 +0200 * initial import of gnome shell custom theme diff --git a/gnome-shell/theme/add-workspace.svg b/gnome-shell/theme/add-workspace.svg new file mode 100644 index 0000000..ceedc40 --- /dev/null +++ b/gnome-shell/theme/add-workspace.svg @@ -0,0 +1,106 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.1" + width="23" + height="15" + id="svg6375"> + <defs + id="defs6377"> + <linearGradient + id="linearGradient3608"> + <stop + id="stop3610" + style="stop-color:#cacaca;stop-opacity:1" + offset="0" /> + <stop + id="stop3612" + style="stop-color:#efefef;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="999.81366" + y1="688.38788" + x2="999.84607" + y2="676.41095" + id="linearGradient3614" + xlink:href="#linearGradient3608" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0137859,0,0,1.0772327,-13.737882,-52.291107)" /> + </defs> + <g + transform="matrix(1.0014452,0,0,1.0185399,-0.10047911,-17.461318)" + id="layer1"> + <g + transform="matrix(1,0,0,1.0025458,-986.28859,-659.99918)" + id="g6243" + style="display:inline"> + <g + id="g3780"> + <rect + width="22.337713" + height="14.052722" + rx="0.45585778" + ry="0.45250419" + x="986.74817" + y="675.75714" + id="rect5318" + style="fill:url(#linearGradient3614);fill-opacity:1;stroke:#4e4e4e;stroke-width:0.6072017;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + <g + transform="translate(402.98509,-12.39976)" + id="g3598" + style="opacity:0.6;fill:#ffffff;fill-opacity:0.6;stroke:#ffffff;stroke-opacity:0.60000072"> + <path + d="m 598.34451,695.75 -6.43902,0" + id="path3602" + style="fill:#ffffff;fill-opacity:0.6;stroke:#ffffff;stroke-width:1.99999952;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + </g> + <rect + width="21.291336" + height="13.115024" + rx="0" + ry="0.3721357" + x="987.27502" + y="676.20654" + id="rect3596" + style="opacity:0.80269057;fill:none;stroke:#ffffff;stroke-width:0.42513078;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + <g + transform="translate(402.98509,-13.43101)" + id="g5320"> + <path + d="m 598.34451,695.75 -6.43902,0" + id="path5324" + style="opacity:0.8;fill:none;stroke:#2b2620;stroke-width:1.99999952;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + </g> + <g + transform="matrix(0,0.98071975,-1.0196593,0,1707.538,99.6994)" + id="g3738" + style="opacity:0.6;fill:#ffffff;fill-opacity:0.6;stroke:#ffffff;stroke-opacity:0.60000072" /> + <g + transform="matrix(0,0.98071975,-1.0196593,0,1707.538,98.66815)" + id="g3742" /> + <g + transform="matrix(0,0.98071975,-1.0196593,0,1707.538,99.6994)" + id="g3922" + style="opacity:0.6;fill:#ffffff;fill-opacity:0.6;stroke:#ffffff;stroke-opacity:0.60000072"> + <path + d="m 598.34451,695.75 -6.43902,0" + id="path3924" + style="fill:#ffffff;fill-opacity:0.6;stroke:#ffffff;stroke-width:1.99999952;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + </g> + <g + transform="matrix(0,0.98071975,-1.0196593,0,1707.538,98.66815)" + id="g3926"> + <path + d="m 598.34451,695.75 -6.43902,0" + id="path3928" + style="opacity:0.8;fill:none;stroke:#2b2620;stroke-width:1.99999952;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + </g> + </g> + </g> + </g> +</svg> diff --git a/gnome-shell/theme/close-window.svg b/gnome-shell/theme/close-window.svg new file mode 100644 index 0000000..3c19ec5 --- /dev/null +++ b/gnome-shell/theme/close-window.svg @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.0" + width="22" + height="22" + viewBox="0 0 16 16" + id="Foreground" + xml:space="preserve"><defs + id="defs2397"><linearGradient + id="linearGradient3674"><stop + id="stop3676" + style="stop-color:#5e7f3e;stop-opacity:1" + offset="0" /><stop + id="stop3678" + style="stop-color:#88b14e;stop-opacity:1" + offset="1" /></linearGradient><linearGradient + x1="8.0567102" + y1="8.9763851" + x2="8.0567102" + y2="0.072145537" + id="linearGradient3680" + xlink:href="#linearGradient3674" + gradientUnits="userSpaceOnUse" /></defs> + +<g + id="g3682"><path + d="m 0.83987936,8.0425327 c 0,-3.9620062 3.23133614,-7.17429817 7.21683094,-7.17429817 3.9854947,0 7.2168317,3.21229197 7.2168317,7.17429817 0,3.9620063 -3.231337,7.1742983 -7.2168317,7.1742983 -3.9854948,0 -7.21683094,-3.212292 -7.21683094,-7.1742983 z" + id="path2394" + style="opacity:0.93069308;fill:#d5dad5;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3680);stroke-width:1.59217799;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /><g + id="g3172"><path + d="m 5.4242673,5.3313047 5.0911467,5.0899673 0.19859,0.225219" + id="path3152" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.67127275;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /><path + d="m 5.4242673,5.3313047 5.0911467,5.0899673 0.19859,0.225219" + id="path3901" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#343434;stroke-width:1.67127275;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /></g><g + id="g3909"><path + d="M 5.4402527,10.650392 10.688082,5.3573033" + id="path3154" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#333333;stroke-width:1.67127275;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /></g><path + d="m 17.719844,10.272373 a 7.2334628,7.8754864 0 1 1 -14.4669253,0 7.2334628,7.8754864 0 1 1 14.4669253,0 z" + transform="matrix(0.85426821,0,0,0.77672164,-0.92705389,-0.00990325)" + id="path3672" + style="opacity:0.64888886;fill:none;stroke:#fafafa;stroke-width:0.52800113;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /></g></svg> \ No newline at end of file diff --git a/gnome-shell/theme/close.svg b/gnome-shell/theme/close.svg new file mode 100644 index 0000000..0f40f49 --- /dev/null +++ b/gnome-shell/theme/close.svg @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="Foreground" + x="0px" + y="0px" + width="16px" + height="16px" + viewBox="0 0 16 16" + enable-background="new 0 0 16 16" + xml:space="preserve" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="x_circle_16.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata + id="metadata2399"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs + id="defs2397"><linearGradient + id="linearGradient3173"><stop + style="stop-color:#c4c4c4;stop-opacity:1;" + offset="0" + id="stop3175" /><stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop3177" /></linearGradient><inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 8 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="16 : 8 : 1" + inkscape:persp3d-origin="8 : 5.3333333 : 1" + id="perspective2401" /><linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3173" + id="linearGradient3179" + x1="7.844358" + y1="16" + x2="7.7198443" + y2="-0.062256809" + gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview + inkscape:window-height="713" + inkscape:window-width="1197" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="false" + inkscape:zoom="32.125" + inkscape:cx="8" + inkscape:cy="8" + inkscape:window-x="40" + inkscape:window-y="40" + inkscape:current-layer="Foreground" /> +<path + fill-rule="evenodd" + clip-rule="evenodd" + d="M10.5,3.5l2,2L10,8l2.5,2.5l-2,2L8,10l-2.5,2.5l-2-2L6,8L3.5,5.5l2-2L8,6L10.5,3.5 z M0,8c0-4.418,3.582-8,8-8s8,3.582,8,8s-3.582,8-8,8S0,12.418,0,8z" + id="path2394" + style="fill-opacity:1;fill:url(#linearGradient3179)" /> +</svg> \ No newline at end of file diff --git a/gnome-shell/theme/corner-ripple.svg b/gnome-shell/theme/corner-ripple.svg new file mode 100644 index 0000000..32c2acf --- /dev/null +++ b/gnome-shell/theme/corner-ripple.svg @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.1" + width="52" + height="52" + id="svg2894"> + <defs + id="defs2898"> + <linearGradient + id="linearGradient3727"> + <stop + id="stop3729" + style="stop-color:#c0deb9;stop-opacity:0.93777776" + offset="0" /> + <stop + id="stop3731" + style="stop-color:#6d9c55;stop-opacity:1" + offset="1" /> + </linearGradient> + <radialGradient + cx="2.9829972" + cy="2.0581994" + r="25.091721" + fx="2.9829972" + fy="2.0581994" + id="radialGradient3733" + xlink:href="#linearGradient3727" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.702573,-0.01919008,0.02037534,1.807731,-2.4103891,-0.6062446)" /> + </defs> + <path + d="M 0.2126068,0.22033898 -0.220339,48.474576 c 0,0 22.490883,2.141292 37.016863,-13 C 52.605857,18.99557 48.702533,0.220339 48.702533,0.220339 l -48.4899262,-2e-8 z" + id="path3717" + style="opacity:0.78516624;fill:url(#radialGradient3733);fill-opacity:1;stroke:none" /> +</svg> diff --git a/gnome-shell/theme/dialog-error.svg b/gnome-shell/theme/dialog-error.svg new file mode 100644 index 0000000..88c4ef7 --- /dev/null +++ b/gnome-shell/theme/dialog-error.svg @@ -0,0 +1,222 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.47 r22583" + sodipodi:docname="dialog-error.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/andreas/project/gnome-icon-theme/scalable/actions/process-stop.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + version="1.0"> + <defs + id="defs4910"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 24 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="48 : 24 : 1" + inkscape:persp3d-origin="24 : 16 : 1" + id="perspective25" /> + <radialGradient + gradientTransform="matrix(1.349881,0,0,1.349881,-3.498814,-1.810859)" + gradientUnits="userSpaceOnUse" + r="9.7183542" + fy="4.9892726" + fx="9.6893959" + cy="4.9892726" + cx="9.6893959" + id="radialGradient5177" + xlink:href="#linearGradient5171" + inkscape:collect="always" /> + <radialGradient + gradientTransform="matrix(2.417917,0,0,2.417917,-14.17917,-4.903184)" + gradientUnits="userSpaceOnUse" + r="9.7785711" + fy="3.458019" + fx="10" + cy="3.458019" + cx="10" + id="radialGradient5157" + xlink:href="#linearGradient5151" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.928125,0,0,0.3143011,0.7718789,12.358015)" + r="9.0598059" + fy="18.022524" + fx="10.739184" + cy="18.022524" + cx="10.739184" + id="radialGradient5145" + xlink:href="#linearGradient5139" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5139" + inkscape:collect="always"> + <stop + id="stop5141" + offset="0" + style="stop-color:black;stop-opacity:1;" /> + <stop + id="stop5143" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5151" + inkscape:collect="always"> + <stop + id="stop5153" + offset="0" + style="stop-color:white;stop-opacity:1;" /> + <stop + id="stop5155" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5171"> + <stop + id="stop5173" + offset="0" + style="stop-color:#fe3a00;stop-opacity:1" /> + <stop + id="stop5175" + offset="1" + style="stop-color:#c00;stop-opacity:1;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="24.442987" + inkscape:cy="10.142308" + inkscape:current-layer="g7001" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1674" + inkscape:window-height="970" + inkscape:window-x="0" + inkscape:window-y="26" + width="48px" + height="48px" + inkscape:window-maximized="0" /> + <metadata + id="metadata4913"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Stop Process</dc:title> + <dc:date>December 2006</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Jakub Steiner</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:contributor> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:subject> + <rdf:Bag> + <rdf:li>stop</rdf:li> + <rdf:li>halt</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-24)"> + <g + inkscape:label="Layer 1" + id="g7001" + transform="matrix(1.4566048,0,0,1.4455352,0.4112881,1.2324709)"> + <path + transform="matrix(0.91468137,0,0,0.70055266,-1.8812476,17.474032)" + d="m 19.79899,18.022524 a 9.0598059,3.0935922 0 1 1 -18.1196115,0 9.0598059,3.0935922 0 1 1 18.1196115,0 z" + sodipodi:ry="3.0935922" + sodipodi:rx="9.0598059" + sodipodi:cy="18.022524" + sodipodi:cx="10.739184" + id="path5137" + style="color:#000000;fill:url(#radialGradient5145);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" /> + <path + transform="matrix(0.87347736,0,0,0.83068052,-0.79308842,15.602788)" + d="m 19.25,9.625 a 9.25,9.25 0 1 1 -18.5,0 9.25,9.25 0 1 1 18.5,0 z" + sodipodi:ry="9.25" + sodipodi:rx="9.25" + sodipodi:cy="9.625" + sodipodi:cx="10" + id="path4262" + style="color:#000000;fill:url(#radialGradient5177);fill-opacity:1;fill-rule:nonzero;stroke:#a40000;stroke-width:0.47435912;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="opacity:0.35393258;color:#000000;fill:none;stroke:url(#radialGradient5157);stroke-width:0.49999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + id="path5149" + sodipodi:cx="10" + sodipodi:cy="9.625" + sodipodi:rx="9.25" + sodipodi:ry="9.25" + d="m 19.25,9.625 a 9.25,9.25 0 1 1 -18.5,0 9.25,9.25 0 1 1 18.5,0 z" + transform="matrix(0.82868359,0,0,0.78808147,-0.34515141,16.012803)" /> + <path + sodipodi:nodetypes="cc" + id="path5159" + d="m 4.834121,20.642783 6.215127,5.91061" + style="color:#000000;fill:none;stroke:#ffffff;stroke-width:1.21219134;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + style="color:#000000;fill:none;stroke:#ffffff;stroke-width:1.21219146;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + d="M 11.04925,20.622826 4.8159529,26.553393" + id="path5161" + sodipodi:nodetypes="cc" /> + </g> + </g> +</svg> diff --git a/gnome-shell/theme/gnome-shell.css b/gnome-shell/theme/gnome-shell.css new file mode 100644 index 0000000..d4a58c4 --- /dev/null +++ b/gnome-shell/theme/gnome-shell.css @@ -0,0 +1,1197 @@ +/* Copyright 2009, Red Hat, Inc. + * + * Portions adapted from Mx's data/style/default.css + * Copyright 2009 Intel Corporation + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU Lesser General Public License, + * version 2.1, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for + * more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. + */ + + /* GNOME Shell Sonar theme designed by Sean Wilson. + */ + +.shell-link { + color: #0000ff; + text-decoration: underline; +} + +.shell-link:hover { + color: #0000e0; +} + +.label-shadow { + color: rgba(0,0,0,0.5); +} + +.label-real-shadow { + background-gradient-direction: horizontal; + background-gradient-start: rgba(0, 0, 0, 0); + background-gradient-end: rgba(0, 0, 0, 255); + width: 10px; +} + +StScrollBar +{ + padding: 0px; +} + +StScrollView +{ + scrollbar-width: 15px; + scrollbar-height: 15px; +} + +StScrollView > .top-shadow +{ + background-gradient-direction: vertical; + background-gradient-start: rgba(240, 235, 226, 0.7); + background-gradient-end: rgba(219, 212, 198, 0.0);; + height: 30px; +} + +StScrollView > .bottom-shadow +{ + background-gradient-direction: vertical; + background-gradient-start: rgba(240, 235, 226, 0.0); + background-gradient-end: rgba(219, 212, 198, 0.7); + height: 30px; +} + +StScrollBar { + border: 1px solid #B0B0B0; + border-radius: 0px; + background-color: #F3F5F3; +} + +StScrollBar StButton#vhandle +{ + border-radius: 0px; + background-gradient-direction: horizontal; + background-gradient-start: #575C57; + background-gradient-end: #4D514D; +} + +StScrollBar StButton#hhandle +{ + border-radius: 0px; + background-gradient-direction: vertical; + background-gradient-start: #575C57; + background-gradient-end: #4D514D; +} + +StScrollBar StButton#hhandle:hover +StScrollBar StButton#vhandle:hover +{ + background-gradient-direction: vertical; + background-gradient-start: #767D76; + background-gradient-end: #4D514D; +} + +StTooltip { + border: 1px solid rgba(79,111,173,0.9); + border-radius: 5px; + padding: 4px; + background-color: rgba(79,111,173,0.9); + color: #ffffff; +} + +/* PopupMenu */ + +.popup-menu-boxpointer { + -arrow-border-radius: 4px; + -arrow-background-color: rgba(48,48,48, 0.8); + -arrow-border-width: 2px; + -arrow-base: 30px; + -arrow-rise: 15px; +} + +.popup-menu { + color: #E4E4E4; + font-size: 12px; + min-width: 200px; +} + +/* The remaining popup-menu sizing is all done in ems, so that if you + * override .popup-menu.font-size, everything else will scale with it. + */ +.popup-menu-content { + padding: .5em 0px; +} + +.popup-menu-item { + padding: .5em 1.25em; +} + +.popup-menu-item:active { + border: 1px solid #6F9F40; + border-radius: 2px; + background-gradient-direction: vertical; + background-gradient-start: #6A8B4B; + background-gradient-end: #4E6D2F; + -st-shadow: 1px 1px 2px 2px rgba(33,33,33,0.6); +} + +.popup-image-menu-item { + spacing: .75em; +} + +.popup-separator-menu-item { + -gradient-height: 1px; + -gradient-start: rgba(213,218,213,0); + -gradient-end: rgba(213,218,213,2); + -margin-horizontal: 1.5em; + height: 1em; +} + +/* Panel */ + +#panel { + border-radius: 0px 0px 4px 4px; + color: #E8E8E8; + font-size: 12px; + background-gradient-direction: vertical; + background-gradient-start: rgba(70, 70, 70, 0.8); + background-gradient-end: rgba(57, 57, 57, 0.8); + -st-shadow: 2px 2px 6px 6px rgba(22,22,22,0.4); +} + +#panelLeft, #panelCenter, #panelRight { + spacing: 4px; + font-weight: bold; +} + +#panelLeft { + padding-right: 4px; +} + +#panelRight { + padding-left: 4px; +} + +.panel-button:pressed { + color: #444; + border-radius: 0px 0px 4px 4px; +} + +#appMenu { + spacing: 4px; +} + +.app-menu-icon { + width: 24px; + height: 24px; +} + +.panel-button { + padding: 0px 12px; + border-radius: 3px; + border-radius-bottomleft: 0px; + border-radius-bottomright: 0px; + font: 12px Sans-Serf; + font-weight: bold; + transition-duration: 300; +} + +.panel-button:active, .panel-button:checked, .panel-button:pressed { + border: 1px solid #333; + background-gradient-direction: vertical; + background-gradient-start: #FBFCFB; + background-gradient-end: #D0D3D0; +} + +#panelActivities { + border-radius-topleft: 4px; +} + +#panelStatus { + border-radius-topright: 4px; +} + +#panelStatusMenu { + spacing: 4px; +} + +#statusTray { + spacing: 16px; +} + +#statusTray:compact { + spacing: 8px; +} + +/* Overview */ + +.overview { + background-color: rgba(213, 218, 213, 0.9); +} + +.info-bar { + color: #fff; + font-size: 14px; + spacing: 20px; +} + +.info-bar-link-button { + background-color: #2d2d2d; + padding: 2px 14px; + border-radius: 10px; + border: 1px solid #181818; +} + +.info-bar-link-button:hover { + border: 1px solid #666666; +} + +.new-workspace-area { + background-color: rgba(240, 235, 226, 0.0); +} + +.new-workspace-area-internal { + background-image: url("move-window-on-new.svg"); + background-gradient-direction: horizontal; + background-gradient-end: rgba(213, 218, 213, 0.9); + background-gradient-start: rgba(144, 156, 144, 0.6); + -st-shadow: 2px 2px 14px 6px rgba(33,33,33,0.4); + +} + +.new-workspace-area:hover { + background-gradient-direction: horizontal; + background-gradient-end: rgba(240, 235, 226, 0.0); + background-gradient-start: rgba(240, 235, 226, 0.8); +} + +.left-workspaces-shadow { + background-image: url("ws-switch-arrow-left.svg"); + background-gradient-direction: horizontal; + background-gradient-end: rgba(240, 235, 226, 0.0); + background-gradient-start: rgba(240, 235, 226, 0.6); + -st-shadow: 2px 2px 6px 8px rgba(33,33,33,0.4); +} + +.right-workspaces-shadow { + background-image: url("ws-switch-arrow-right.svg"); + background-gradient-direction: horizontal; + background-gradient-end: rgba(240, 235, 226, 0.0); + background-gradient-start: rgba(240, 235, 226, 0.4); + -st-shadow: 2px 2px 6px 8px rgba(33,33,33,0.4); +} + +.workspaces { + color: #3C3B37; +} + +.workspaces.single { + spacing: 25px; +} + +.workspaces.mosaic { + spacing: 15px; +} + +.workspaces-bar { + height: 48px; +} + +.workspaces-bar { + spacing: 5px; +} + +.workspace-indicator { + width: 24px; + height: 16px; + background: rgba(146, 155, 146, 0.2); + border-spacing: 16px; + border: 1px solid rgba(100,100,100,0.8); +} + +.workspace-indicator.active { + background-gradient-direction: vertical; + background-gradient-start: rgba(155, 166, 145, 0.5); + background-gradient-end: rgba(94, 127, 62, 0.7); +} + +.window-caption { + background: rgba(213,218,213,0.8); + border: 1px solid rgba(112,112,112,0.8); + border-radius: 3px; + font-size: 12px; + padding: 2px 8px; + -shell-caption-spacing: 4px; + -st-shadow: 2px 2px 4px 2px rgba(33,33,33,0.6); +} + +.window-close { + background-image: url("close-window.svg"); + height: 24px; + width: 24px; + -st-shadow: -2px 2px 6px rgba(0,0,0,0.5); + -shell-close-overlap: 16px; +} + +.single-view-controls { + padding: 0px 15px; +} + +.workspace-controls { + width: 24px; + height: 19px; +} + +.workspace-controls.add { + background-image: url("add-workspace.svg"); + background-size: 20px; +} + +.workspace-controls.remove { + background-image: url("remove-workspace.svg"); + background-size: 20px; +} + +.workspace-controls.switch-single { + background-image: url("single-view.svg"); + background-size: 20px; +} + +.workspace-controls.switch-mosaic { + background-image: url("mosaic-view.svg"); + background-size: 20px; +} + +.workspace-controls.switch-single:checked { + background-image: url("single-view-active.svg"); +} + +.workspace-controls.switch-mosaic:checked { + background-image: url("mosaic-view-active.svg"); +} + +#SwitchScroll { + height: 15px; +} + +#SwitchScroll #hhandle { + border-radius: 0px; +} + +/* Dash */ + +#dash { + color: #5f5f5f; + font-size: 12px; + padding: 0px 14px; +} + +#dashSections { + spacing: 12px; +} + +#searchEntry { + padding: 4px; + border-radius: 3px; + color: #3C3B37; + border: 1px solid #686F68; + background-color: rgba(255, 255, 255, 0.7); + caret-color: #fff; + caret-size: 1px; + height: 16px; + transition-duration: 300; +} + +#searchEntry:focus { + color: #3C3B37; + border: 1px solid #5E7F3E; + background-color: rgba(255, 255, 255, 0.8); + caret-color: #545454; + -st-shadow: 0px 0px 6px 6px rgba(255,255,255,0.8); + transition-duration: 200; +} + +#searchEntry:hover { + color: #3C3B37; + border: 1.5px solid #5E7F3E; + background-color: rgba(255, 255, 255, 0.8); + caret-color: #545454; + transition-duration: 500; +} + +.dash-section { + spacing: 8px; +} + +.section-header { + color: #3C3B37; + font-size: 12px; +} + +.section-header-inner { + spacing: 4px; +} + +.section-text-content { + padding: 4px 0px; +} + +.dash-section-content { + color: #3C3B37; + spacing: 8px; +} + +.more-link { +} + +.more-link-expander { + background-image: url("section-more.svg"); + width: 9px; + height: 9px; +} + +.more-link-expander.open { + background-image: url("section-more-open.svg"); + width: 9px; + height: 9px; +} + +.dash-pane { + border-radius: 3px; + border: 1px solid #686F68; + color: #ffffff; + padding: 30px 10px 10px 20px; + background-color: #D5DAD5; + -st-shadow: 2px 2px 6px 6px rgba(22,22,22,0.4); +} + +.dash-search-section-header { + padding: 6px 4px; + spacing: 4px; +} + +.dash-search-section-results { + color: #3C3B37; +} + +.dash-search-section-list-results { + spacing: 4px; +} + +.dash-search-result-content { + padding: 3px; +} + +.dash-search-result-content:selected { + padding: 2px; + border: 1px solid #5c5c5c; + border-radius: 2px; + background-color: #1e1e1e; +} + +.dash-results-container { + spacing: 4px; +} + +/* GenericDisplay */ + +.generic-display-container { + spacing: 4px; +} + +.generic-display-item { + height: 50px; + color: #333; + font-size: 12px; + spacing: 4px; +} + +.generic-display-container:selected { + background-color: #fff; +} + +.generic-display-item-text { + spacing: 4px; +} + +.generic-display-item-description { + font-size: 12px; + color: #777; +} + +.generic-display-details { + font-size: 12px; + color: #fff; +} + +.generic-display-details-name { + font-weight: bold; +} + +/* Apps */ + +.overview-pane { + width: 440px; +} + +#dashAppWell { + spacing: 8px; + -shell-grid-item-size: 70px; +} + +.all-app { + border: 1px solid #8E8E8E; + border-radius: 3px; + color: #3C3B37; + background-color: rgba(213,218,213,0.8); + -st-shadow: 2px 2px 6px 6px rgba(22,22,22,0.4); +} + +.app-section-divider-container { + padding-top: 10px; + padding-bottom: 10px; +} + +.app-section-divider { + height: 2px; + background-image: url("separator-white.png"); +} + +.all-app-controls-panel { + height: 30px; +} + +.all-app-scroll-view { + padding-right: 10px; + padding-left: 10px; + padding-bottom: 10px; +} + +.app-well-app { + border: 1px solid #878787; + border-radius: 4px; + padding: 8px; + width: 70px; + height: 70px; + font-size: 9px; + text-align: center; + background-gradient-direction: vertical; + background-gradient-start: #FBFCFB; + background-gradient-end: #D5D9D5; + -st-shadow: 0px 0px 0px 2px rgba(55,55,55,0.1); +} + +.app-well-app.running { + border: 1px solid #5E7F3E; + background-gradient-direction: vertical; + background-gradient-start: #D0D9C6; + background-gradient-end: #7B9166; + -st-shadow: 0px 0px 0px 2px rgba(55,55,55,0.1); +} + +.app-well-app.selected { + border: 1px solid #5E7F3E; + background-gradient-direction: vertical; + background-gradient-start: #EAEDE7; + background-gradient-end: #7B9166; + -st-shadow: 0px 0px 0px 2px rgba(55,55,55,0.1); +} + +.app-well-app:hover { + background-gradient-direction: vertical; + background-gradient-start: #FBFCFB; + background-gradient-end: #EFEFEF; + -st-shadow: 0px 0px 0px 2px rgba(55,55,55,0.1); + transition-duration: 400; +} + +.app-well-app:active { + border: 1px solid #ACA08E; + background-gradient-direction: vertical; + background-gradient-start: #D0C3B3; + background-gradient-end: #A79780; +} + +.app-well-menu { + font-size: 12px; + font-weight: bold; +} + +/* Places */ + +.places-section { + spacing-columns: 6px; + spacing-rows: 6px; +} + +.places-item-box { + spacing: 6px; +} + +.places-item { + border: 1px solid #878787; + border-radius: 4px; + padding: 4px; + padding-left: 4px; + padding-right: 4px; + transition-duration: 300; + background-gradient-direction: vertical; + background-gradient-start: #FBFCFB; + background-gradient-end: #D5D9D5; + -st-shadow: 0px 0px 0px 2px rgba(55,55,55,0.1); +} + +.places-item:hover { + border: 1px solid #878787; + background-gradient-direction: vertical; + background-gradient-start: #FBFCFB; + background-gradient-end: #EFEFEF; + -st-shadow: 0px 0px 0px 2px rgba(55,55,55,0.1); + transition-duration: 100; +} + +/* Recent items */ + +.recent-docs-item-box { + spacing: 6px; +} + +.recent-docs-item { + border: 1px solid #878787; + border-radius: 4px; + padding: 2px; + padding-left: 4px; + padding-right: 4px; + transition-duration: 100; + color: #3C3B37; + background-gradient-direction: vertical; + background-gradient-start: #FBFCFB; + background-gradient-end: #D5D9D5; + -st-shadow: 0px 0px 0px 1px rgba(55,55,55,0.1); +} + +.recent-docs-item:hover { + border: 1px solid #878787; + border-radius: 4px; + padding: 2px; + padding-left: 4px; + padding-right: 4px; + transition-duration: 100; + color: #3C3B37; + background-gradient-direction: vertical; + background-gradient-start: #FBFCFB; + background-gradient-end: #EFEFEF; + -st-shadow: 0px 0px 0px 1px rgba(55,55,55,0.1); +} + +/* LookingGlass */ + +#LookingGlassDialog +{ + background-color: rgba(0,0,0,0.85); + spacing: 4px; + padding: 4px; + border: 2px solid grey; + border-radius: 4px; + + color: #88ff66; +} + +#LookingGlassDialog > #Toolbar +{ + border: 1px solid grey; + border-radius: 4px; +} + +#LookingGlassDialog .labels { + spacing: 4px; +} + +#LookingGlassDialog .notebook-tab { + padding: 2px; +} + +#LookingGlassDialog .notebook-tab:hover { + color: #00ff00; +} + +#LookingGlassDialog .notebook-tab:selected { + border: 1px solid #88ff66; + border-radius: 4px; + padding: 5px; +} + +#LookingGlassDialog .lg-inspector-title { + font-weight: bold; + padding-bottom: 8px; +} + +.lg-dialog StLabel +{ + color: #88ff66; +} + +.lg-dialog StEntry +{ + color: #88ff66; +} + +.lg-obj-inspector-title +{ + spacing: 4px; +} + +.lg-obj-inspector-button +{ + border: 1px solid #88ff66; + padding: 4px; + border-radius: 4px; +} + +.lg-obj-inspector-button:hover +{ + border: 1px solid #00ff00; +} + +.lg-dialog .shell-link +{ + color: #88ff66; +} + +.lg-dialog .shell-link:hover +{ + color: #00ff00; +} + +#LookingGlassDialog StBoxLayout#EvalBox +{ + padding: 4px; + spacing: 4px; +} + +#LookingGlassDialog StBoxLayout#ResultsArea +{ + spacing: 4px; +} + +#lookingGlassExtensions { + padding: 4px; +} + +.lg-extension-list { + padding: 4px; + spacing: 6px; +} + +.lg-extension { + border: 1px solid #6f6f6f; + border-radius: 4px; + padding: 4px; +} + +.lg-extension-name { + font-weight: bold; +} + +.lg-extension-actions { + spacing: 6px; +} + +#LookingGlassPropertyInspector { + background: rgba(0, 0, 0, 0.9); + border: 2px solid grey; + border-radius: 4px; + padding: 6px; + color: #88ff66; +} + +/* Calendar popup */ + +#calendarPopup { + border-radius: 3px; + background: rgba(58,58,58,0.8); + color: white; + -st-shadow: 2px 2px 6px 5px rgba(22,22,22,0.5); +} + +#calendarPopup .calendar { + padding: 10px; +} + +.calendar { + spacing-rows: 5px; + spacing-columns: 3px; +} + +.calendar-change-month { + padding: 2px; +} + +.calendar-change-month:hover { + background: #314a6c; + border-radius: 5px; +} + +.calendar-change-month:active { + background: #213050; + border-radius: 5px; +} + +.calendar-day { + padding: 1px 2px; +} + +.calendar-today { + font-weight: bold; + background: #5E7F3E; + color: #fff; + border-radius: 5px; +} + +.calendar-other-month-day { + color: #cccccc; +} + +/* Message Tray */ +#message-tray { + padding-top: 10px; + border-radius: 4px 4px 0px 0px; + height: 28px; + background-gradient-direction: vertical; + background-gradient-start: rgba(57, 57, 57, 0.8); + background-gradient-end: rgba(70, 70, 70, 0.8); + -st-shadow: 2px 2px 5px 6px rgba(22,22,22,0.4); +} + +#notification { + font-size: 12px; + border: 1px solid #6B6B6B; + border-radius: 3px 3px 0px 0px; + background: rgba(213,218,213,0.8); + color: #3C3B37; + width: 420px; + padding: 2px 10px 10px 12px; + spacing-rows: 12px; + spacing-columns: 12px; + max-width: 40em; + -st-shadow: 2px 2px 6px 5px rgba(22,22,22,0.5); +} + +#summary-notification-bin #notification { + /* message-tray.height + notification.padding-bottom */ + padding-bottom: 38px; +} + +#notification-scrollview { + max-height: 10em; +} + +#notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; +} + +#notification-body { + spacing: 4px; + background-color: #fff; + border-radius: 2px; + border: 1px solid #808080; + padding: 12px 12px 12px 12px; +} + +#notification-actions { + spacing: 8px; +} + +.notification-button { + border-radius: 3px; + padding: 5px; + color: #3C3B37; + border: 1px solid #8C8C8C; + background-gradient-direction: vertical; + background-gradient-start: #FBFCFB; + background-gradient-end: #D5D9D5; + -st-shadow: 0px 0px 0px 1px rgba(55,55,55,0.1); +} + +.notification-button:hover { + border: 1px solid #8C8C8C; + background-gradient-direction: vertical; + background-gradient-start: #FBFCFB; + background-gradient-end: #E5E5E5; + -st-shadow: 0px 0px 0px 1px rgba(55,55,55,0.1); +} + +.notification-button:active { + background: #808080; +} + +.notification-icon-button { + border-radius: 3px; + padding: 5px; +} +.notification-icon-button:hover { + background: #A59780; + color: #000; +} + +.notification-icon-button:active { + background: #A59780; +} + +.chat-received { + padding: 4px; + border: 1px solid #5E7F3E; + border-radius: 3px; + color: #222222; + font-size: 10px; + background-color: #D5DAD5; +} + +.chat-sent { + padding: 4px; + border: 1px solid #81BC48; + border-radius: 3px; + color: #000; + font-size: 10px; + background-color: #EAECEA; + +} + +.chat-response { + padding: 4px 4px 4px 4px; + border: 1px solid #5E7F3E; + border-radius: 3px; + background-color: #fff; + color: #000; +} + +/* The spacing and padding on the summary is tricky; we want to keep + * the icons from touching each other or the edges of the screen, but + * we also want them to be "Fitts"-y with respect to the edges, so the + * summary area's bottom and right padding must actually be part of + * the icons. However, we can't put *all* of the padding into the + * icons, because then the summary would be 0x0 when there were no + * icons in it, and so you wouldn't be able to hover over it to + * activate it. + * + * The padding-right on the non-rightmost icons is noticeable and + * slightly annoying. If StBoxLayout implemented the ":last-child" + * pseudo-class we could fix that... + */ +#summary-mode { + spacing: 4px; + padding: 2px 2px 0px 4px; +} + +.summary-source-button { + padding: 1px 3px 0px 2px; +} + +.summary-source-button:hover { + border: 1px 1px 0px 1px solid #6B6B6B; + border-radius: 3px 3px 0px 3px; + background-gradient-direction: vertical; + background-gradient-start: #FBFCFB; + background-gradient-end: #D5D9D5; + -st-shadow: 0px 0px 0px 1px rgba(55,55,55,0.1); +} + +.summary-source { + spacing: 4px; +} + +.source-title { + font: 12px sans-serif; + font-weight: bold; + color: #202020; +} + +.calendar-calendarweek { + color: #666666; +} + +/* App Switcher */ +#altTabPopup { + padding: 8px; + spacing: 16px; +} + +.switcher-list { + background: rgba(213,218,213,0.7); + border-radius: 3px; + border: 1px solid #9C9C9C; + padding: 18px; + -st-shadow: 2px 2px 2px 2px rgba(33,33,33,0.4); + font: 12px sans-serif; + color: #3C3B37; +} + +.switcher-list-item-container { + spacing: 8px; +} + +.thumbnail-scroll-gradient-left { + background-gradient-direction: horizontal; + background-gradient-start: rgba(51, 51, 51, 1.0); + background-gradient-end: rgba(51, 51, 51, 0); + border-radius: 8px; + width: 60px; +} + +.thumbnail-scroll-gradient-right { + background-gradient-direction: horizontal; + background-gradient-start: rgba(51, 51, 51, 0); + background-gradient-end: rgba(51, 51, 51, 1.0); + border-radius: 8px; + width: 60px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 4px; +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .outlined-item-box { + padding: 6px; + border: 2px solid rgba(152,141,126,1.0); + border-radius: 4px; +} + +.switcher-list .selected-item-box { + padding: 8px; + border-radius: 3px; + border: 1px solid #5E7F3E; + background-gradient-direction: vertical; + background-gradient-start: #D0D9C6; + background-gradient-end: #7B9166; + -st-shadow: 1px 1px 2px 2px rgba(33,33,33,0.4); + transition-duration: 300; +} + +.switcher-list .separator { + width: 1px; + background: rgba(255,255,255,0.33); +} + +.ripple-box { + width: 52px; + height: 52px; + background-image: url("corner-ripple.svg"); +} + +.switcher-arrow { + border-color: rgba(0,0,0,0); + color: #808080; +} + +.switcher-arrow:highlighted { + border-color: rgba(0,0,0,0); + color: white; +} + +/* Workspace Switcher */ +.workspace-switcher-group { + padding: 12px; +} + +.workspace-switcher-container { + background: rgba(0,0,0,0.8); + border: 1px solid rgba(128,128,128,0.40); + border-radius: 8px; + padding: 12px; +} + +.workspace-switcher { + background: transparent; + border: 0px; + border-radius: 0px; + padding: 4px; + spacing: 4.5px; +} + +.ws-switcher-active-left { + height: 100px; + border: 0px; + background: rgba(193,179,160,0.5); + background-image: url("ws-switch-arrow-left.svg"); + border-radius: 4px; +} + +.ws-switcher-active-right { + background-image: url("ws-switch-arrow-right.svg"); + background-gradient-direction: horizontal; + background-gradient-end: #fff; + background-gradient-start: #F0EBE2; +} + +.ws-switcher-box { + height: 96px; + border: 2px solid rgba(85,85,85,0.5); + background: transparent; + border-radius: 4px; +} + +/* Run Dialog */ +.run-dialog-label { + padding: 8px 8px 8px 8px; + font: 12px sans-serif; + color: black; +} + +.run-dialog-error-icon { + background-image: url("dialog-error.svg"); + width: 36px; + height: 36px; +} + +.run-dialog-error-label { + font: 12px sans-serif; + color: white; +} + +.run-dialog-entry { + padding: 4px 4px 4px 4px; + font: 12px sans-serif; + width: 320px; + color: black; + background: #fff; + border: 1px solid #5E7F3E; + border-radius: 3px; +} + +.run-dialog { + border: 1px solid #5A5E5A; + padding: 8px 8px 8px 8px; + border-radius: 3px; + background: rgba(213,218,213,0.8); + -st-shadow: 2px 2px 6px 5px rgba(22,22,22,0.4); +} + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); +} + +/* Magnifier */ + +.magnifier-zoom-region { + border: 2px solid rgba(128, 0, 0, 255); +} + +.magnifier-zoom-region.full-screen { + border-width: 0px; +} diff --git a/gnome-shell/theme/mosaic-view-active.svg b/gnome-shell/theme/mosaic-view-active.svg new file mode 100644 index 0000000..7b75464 --- /dev/null +++ b/gnome-shell/theme/mosaic-view-active.svg @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.1" + width="23" + height="15" + id="svg6375"> + <defs + id="defs6377" /> + <g + transform="translate(0,-17)" + id="layer1"> + <g + transform="translate(-986.28859,-658.2796)" + id="g6243" + style="display:inline"> + <g + id="g3873"> + <g + id="g3780"> + <rect + width="22.037107" + height="12.958468" + rx="0" + ry="0" + x="986.87946" + y="676.78687" + id="rect3596" + style="opacity:0.80269057;fill:none;stroke:#ffffff;stroke-width:0.963;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + <rect + width="22.033957" + height="13.045206" + rx="0" + ry="0" + x="986.88104" + y="675.85046" + id="rect5318" + style="opacity:0.76000001;fill:#3d791e;fill-opacity:1;stroke:#2d281c;stroke-width:0.96604282;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + <g + transform="translate(403.02304,-12.101294)" + id="g3598" + style="opacity:0.6;fill:#ffffff;fill-opacity:0.6;stroke:#ffffff;stroke-opacity:0.60000072" /> + <g + transform="translate(403.02304,-13.132544)" + id="g5320" /> + <rect + width="20.336447" + height="0.18390445" + x="987.72131" + y="676.73047" + id="rect3778" + style="opacity:0.86547086;fill:#f0ebe2;fill-opacity:1;stroke:#ffffff;stroke-width:0.73490131;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> + </g> + <rect + width="1.016466" + height="21.036427" + x="682.7666" + y="-1008.4298" + transform="matrix(0,1,-1,0,0,0)" + id="rect3871" + style="opacity:0.81165921;fill:#ffffff;fill-opacity:1;stroke:none" /> + <rect + width="1.1932427" + height="12.109203" + x="997.20453" + y="676.31421" + id="rect3867" + style="opacity:0.8;fill:#2d281c;fill-opacity:1;stroke:none" /> + <rect + width="1.1932427" + height="21.080622" + x="681.61755" + y="-1008.4298" + transform="matrix(0,1,-1,0,0,0)" + id="rect3869" + style="opacity:0.8;fill:#2d281c;fill-opacity:1;stroke:none" /> + </g> + </g> + </g> +</svg> diff --git a/gnome-shell/theme/mosaic-view.svg b/gnome-shell/theme/mosaic-view.svg new file mode 100644 index 0000000..05edb3e --- /dev/null +++ b/gnome-shell/theme/mosaic-view.svg @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.1" + width="27" + height="19" + id="svg6375"> + <defs + id="defs6377" /> + <g + transform="matrix(1.1707268,0,0,1.282542,-0.08180551,-21.916597)" + id="layer1"> + <g + transform="translate(-986.28859,-658.2796)" + id="g6243" + style="display:inline"> + <g + id="g3873"> + <g + id="g3780"> + <rect + width="22.037107" + height="12.958468" + rx="0" + ry="0" + x="986.87946" + y="676.78687" + id="rect3596" + style="opacity:0.80269057;fill:none;stroke:#ffffff;stroke-width:0.963;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + <rect + width="22.033957" + height="13.045206" + rx="0" + ry="0" + x="986.88104" + y="675.85046" + id="rect5318" + style="opacity:0.8;fill:none;stroke:#2d281c;stroke-width:0.96604282;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + <g + transform="translate(403.02304,-12.101294)" + id="g3598" + style="opacity:0.6;fill:#ffffff;fill-opacity:0.6;stroke:#ffffff;stroke-opacity:0.60000072" /> + <g + transform="translate(403.02304,-13.132544)" + id="g5320" /> + <rect + width="20.336447" + height="0.18390445" + x="987.72131" + y="676.73047" + id="rect3778" + style="opacity:0.86547086;fill:#f0ebe2;fill-opacity:1;stroke:#ffffff;stroke-width:0.73490131;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> + </g> + <rect + width="1.016466" + height="21.036427" + x="682.7666" + y="-1008.4298" + transform="matrix(0,1,-1,0,0,0)" + id="rect3871" + style="opacity:0.81165921;fill:#ffffff;fill-opacity:1;stroke:none" /> + <rect + width="1.1932427" + height="12.109203" + x="997.20453" + y="676.31421" + id="rect3867" + style="opacity:0.8;fill:#2d281c;fill-opacity:1;stroke:none" /> + <rect + width="1.1932427" + height="21.080622" + x="681.61755" + y="-1008.4298" + transform="matrix(0,1,-1,0,0,0)" + id="rect3869" + style="opacity:0.8;fill:#2d281c;fill-opacity:1;stroke:none" /> + </g> + </g> + </g> +</svg> diff --git a/gnome-shell/theme/move-window-on-new.svg b/gnome-shell/theme/move-window-on-new.svg new file mode 100644 index 0000000..b1f2a10 --- /dev/null +++ b/gnome-shell/theme/move-window-on-new.svg @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.1" + width="98" + height="98" + id="svg6375"> + <defs + id="defs6377"> + <radialGradient + cx="23.070683" + cy="35.127438" + r="10.31934" + fx="23.070683" + fy="35.127438" + id="radialGradient2097" + xlink:href="#linearGradient2091" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.914812,0.01265023,-0.00821502,0.213562,2.253914,27.18889)" /> + <linearGradient + id="linearGradient2091"> + <stop + id="stop2093" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop2095" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + </defs> + <g + transform="matrix(2.8007498,0,0,2.894063,-24.562502,-24.267116)" + id="layer1"> + <path + d="m 33.278212,34.94062 a 10.31934,2.320194 0 1 1 -20.63868,0 10.31934,2.320194 0 1 1 20.63868,0 z" + transform="matrix(1.550487,0,0,1.978714,-12.4813,-32.49103)" + id="path1361" + style="opacity:0.10824741;fill:url(#radialGradient2097);fill-opacity:1;stroke:none" /> + <path + d="m 27.514356,37.542682 0,-9.02696 9.978464,-0.04018 0,-6.995324 -9.969535,0 -0.0089,-9.96017 -7.016274,0.01116 0.0045,9.931152 -9.989626,0.07366 -0.03571,6.968539 10.034269,-0.02902 0.0067,9.040353 6.996185,0.02679 z" + id="text1314" + style="font-size:59.90107727px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#75a1d0;fill-opacity:1;stroke:#4e9a06;stroke-width:1.00000036px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" /> + <path + d="m 26.498702,36.53392 0,-9.034182 10.002602,0 -0.0067,-5.024429 -9.986977,0 0,-9.994974 -4.994834,0.01786 0.0089,9.977116 -10.026189,0.01786 -0.02679,4.97309 10.064393,0.0089 -0.01339,9.027485 4.978952,0.03125 z" + id="path7076" + style="font-size:59.90107727px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.83999999;fill:#67b71a;fill-opacity:1;stroke:#8ae234;stroke-width:1.0000006px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" /> + <path + d="m 11,25 c 0,1.9375 25.984375,-0.96875 25.984375,-0.03125 l 0,-3 L 27,22 l 0,-9.965228 -6,0 L 21,22 l -10,0 0,3 z" + id="path7914" + style="opacity:0.31182796;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" /> + </g> +</svg> diff --git a/gnome-shell/theme/process-working.png b/gnome-shell/theme/process-working.png new file mode 100644 index 0000000..402615b Binary files /dev/null and b/gnome-shell/theme/process-working.png differ diff --git a/gnome-shell/theme/remove-workspace.svg b/gnome-shell/theme/remove-workspace.svg new file mode 100644 index 0000000..d102bf3 --- /dev/null +++ b/gnome-shell/theme/remove-workspace.svg @@ -0,0 +1,89 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.1" + width="23" + height="15" + id="svg6375"> + <defs + id="defs6377"> + <linearGradient + id="linearGradient3608"> + <stop + id="stop3610" + style="stop-color:#cacaca;stop-opacity:1" + offset="0" /> + <stop + id="stop3612" + style="stop-color:#efefef;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="999.81366" + y1="688.38788" + x2="999.84607" + y2="676.41095" + id="linearGradient3614" + xlink:href="#linearGradient3608" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0137859,0,0,1.0772327,-13.737882,-52.291107)" /> + </defs> + <g + transform="matrix(1.0014452,0,0,1.0185399,-0.10047911,-17.461318)" + id="layer1"> + <g + transform="matrix(1,0,0,1.0025458,-986.28859,-659.99918)" + id="g6243" + style="display:inline"> + <g + id="g3780"> + <rect + width="22.337713" + height="14.052722" + rx="0.45585778" + ry="0.45250419" + x="986.74817" + y="675.75714" + id="rect5318" + style="fill:url(#linearGradient3614);fill-opacity:1;stroke:#4e4e4e;stroke-width:0.6072017;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + <g + transform="translate(402.98509,-12.39976)" + id="g3598" + style="opacity:0.6;fill:#ffffff;fill-opacity:0.6;stroke:#ffffff;stroke-opacity:0.60000072"> + <path + d="m 598.34451,695.75 -6.43902,0" + id="path3602" + style="fill:#ffffff;fill-opacity:0.6;stroke:#ffffff;stroke-width:1.99999952;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + </g> + <rect + width="21.291336" + height="13.115024" + rx="0" + ry="0.3721357" + x="987.27502" + y="676.20654" + id="rect3596" + style="opacity:0.80269057;fill:none;stroke:#ffffff;stroke-width:0.42513078;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + <g + transform="translate(402.98509,-13.43101)" + id="g5320"> + <path + d="m 598.34451,695.75 -6.43902,0" + id="path5324" + style="opacity:0.8;fill:none;stroke:#2b2620;stroke-width:1.99999952;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + </g> + <g + transform="matrix(0,0.98071975,-1.0196593,0,1707.538,99.6994)" + id="g3738" + style="opacity:0.6;fill:#ffffff;fill-opacity:0.6;stroke:#ffffff;stroke-opacity:0.60000072" /> + <g + transform="matrix(0,0.98071975,-1.0196593,0,1707.538,98.66815)" + id="g3742" /> + </g> + </g> + </g> +</svg> diff --git a/gnome-shell/theme/scroll-button-down-hover.png b/gnome-shell/theme/scroll-button-down-hover.png new file mode 100644 index 0000000..e1eab76 Binary files /dev/null and b/gnome-shell/theme/scroll-button-down-hover.png differ diff --git a/gnome-shell/theme/scroll-button-down.png b/gnome-shell/theme/scroll-button-down.png new file mode 100644 index 0000000..e1eab76 Binary files /dev/null and b/gnome-shell/theme/scroll-button-down.png differ diff --git a/gnome-shell/theme/scroll-button-up-hover.png b/gnome-shell/theme/scroll-button-up-hover.png new file mode 100644 index 0000000..e25cbf9 Binary files /dev/null and b/gnome-shell/theme/scroll-button-up-hover.png differ diff --git a/gnome-shell/theme/scroll-button-up.png b/gnome-shell/theme/scroll-button-up.png new file mode 100644 index 0000000..e25cbf9 Binary files /dev/null and b/gnome-shell/theme/scroll-button-up.png differ diff --git a/gnome-shell/theme/section-more-open.svg b/gnome-shell/theme/section-more-open.svg new file mode 100644 index 0000000..e69481e --- /dev/null +++ b/gnome-shell/theme/section-more-open.svg @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.1" + width="5.8600588" + height="9" + id="svg3647"> + <defs + id="defs3649" /> + <g + transform="translate(-262.78425,-490.71933)" + id="layer1"> + <g + transform="matrix(-0.85682589,0,0,0.91172946,493.139,43.742209)" + id="g6300"> + <path + d="m 261.31436,490.45233 5.52828,4.78463 -5.52828,4.68956" + id="path6298" + style="fill:none;stroke:#ffffff;stroke-width:1.26400006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> + <path + d="m 262.89273,490.45233 5.52828,4.78463 -5.52828,4.68956" + id="path5786" + style="fill:none;stroke:#426248;stroke-width:1.26400006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> + </g> + </g> +</svg> diff --git a/gnome-shell/theme/section-more.svg b/gnome-shell/theme/section-more.svg new file mode 100644 index 0000000..29d42fc --- /dev/null +++ b/gnome-shell/theme/section-more.svg @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.1" + width="5.8600588" + height="9" + id="svg3647"> + <defs + id="defs3649" /> + <g + transform="translate(-262.78425,-490.71933)" + id="layer1"> + <g + transform="matrix(0.85682589,0,0,0.91172946,38.237868,43.773776)" + id="g6300"> + <path + d="m 261.31436,490.45233 5.52828,4.78463 -5.52828,4.68956" + id="path6298" + style="fill:none;stroke:#ffffff;stroke-width:1.26400006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> + <path + d="m 262.89273,490.45233 5.52828,4.78463 -5.52828,4.68956" + id="path5786" + style="fill:none;stroke:#464646;stroke-width:1.26400006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> + </g> + </g> +</svg> diff --git a/gnome-shell/theme/separator-white.png b/gnome-shell/theme/separator-white.png new file mode 100644 index 0000000..bd846a4 Binary files /dev/null and b/gnome-shell/theme/separator-white.png differ diff --git a/gnome-shell/theme/single-view-active.svg b/gnome-shell/theme/single-view-active.svg new file mode 100644 index 0000000..4bbdf1b --- /dev/null +++ b/gnome-shell/theme/single-view-active.svg @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="16" + id="svg6446" + version="1.1" + inkscape:version="0.47pre4 r22446" + sodipodi:docname="single-view-active.svg"> + <defs + id="defs6448"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 16 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="32 : 16 : 1" + inkscape:persp3d-origin="16 : 10.666667 : 1" + id="perspective6454" /> + <inkscape:perspective + id="perspective6441" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="0.014720032" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1680" + inkscape:window-height="997" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata6451"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-17)"> + <rect + ry="0.5" + rx="0.49999979" + y="17.483809" + x="0.53483802" + height="15" + width="23" + id="rect5304" + style="fill:#cccccc;fill-opacity:1;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + </g> +</svg> diff --git a/gnome-shell/theme/single-view.svg b/gnome-shell/theme/single-view.svg new file mode 100644 index 0000000..72812b1 --- /dev/null +++ b/gnome-shell/theme/single-view.svg @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="16" + id="svg6446" + version="1.1" + inkscape:version="0.47pre4 r22446" + sodipodi:docname="single-view.svg"> + <defs + id="defs6448"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 16 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="32 : 16 : 1" + inkscape:persp3d-origin="16 : 10.666667 : 1" + id="perspective6454" /> + <inkscape:perspective + id="perspective6441" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.197802" + inkscape:cx="0.014720032" + inkscape:cy="16" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1680" + inkscape:window-height="997" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata6451"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-17)"> + <rect + ry="0.5" + rx="0.49999979" + y="17.483809" + x="0.53483802" + height="15" + width="23" + id="rect5304" + style="fill:#626262;fill-opacity:1;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" /> + </g> +</svg> diff --git a/gnome-shell/theme/ws-switch-arrow-left.svg b/gnome-shell/theme/ws-switch-arrow-left.svg new file mode 100644 index 0000000..a4ee331 --- /dev/null +++ b/gnome-shell/theme/ws-switch-arrow-left.svg @@ -0,0 +1,157 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.1" + width="96" + height="96" + id="svg25070"> + <defs + id="defs25072"> + <linearGradient + x1="22.181572" + y1="14.499924" + x2="22.181572" + y2="44.051018" + id="linearGradient2891" + xlink:href="#linearGradient7012-661-145-733-759-865-745-661-970-94" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.1300621,0,0,1.1160684,49.537416,-3.1095171)" /> + <linearGradient + id="linearGradient7012-661-145-733-759-865-745-661-970-94"> + <stop + id="stop3618" + style="stop-color:#f0c178;stop-opacity:0.42162162" + offset="0" /> + <stop + id="stop3270" + style="stop-color:#e18941;stop-opacity:0.49189189" + offset="0.5" /> + <stop + id="stop3620" + style="stop-color:#ec4f18;stop-opacity:0.43243244" + offset="1" /> + </linearGradient> + <linearGradient + x1="16.631878" + y1="46.054432" + x2="16.631878" + y2="1.0473809" + id="linearGradient3674" + xlink:href="#linearGradient3390-178-986-453" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3390-178-986-453"> + <stop + id="stop3624" + style="stop-color:#bb2b12;stop-opacity:1" + offset="0" /> + <stop + id="stop3626" + style="stop-color:#cd7233;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient4222"> + <stop + id="stop4224" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop4226" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + x1="28.62199" + y1="10.042459" + x2="28.62199" + y2="41.869534" + id="linearGradient11806" + xlink:href="#linearGradient4222" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3106532,0,0,1.2884463,-8.8539221,-9.889484)" /> + <radialGradient + cx="22.291636" + cy="32.797512" + r="16.9562" + fx="22.291636" + fy="32.797512" + id="radialGradient2597" + xlink:href="#linearGradient2591" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.843022,0,0,1.020168,43.57646,1.205215)" /> + <radialGradient + cx="24.837126" + cy="36.421127" + r="15.644737" + fx="24.837126" + fy="36.421127" + id="radialGradient8668" + xlink:href="#linearGradient8662" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.536723,0,16.87306)" /> + <radialGradient + cx="25.075571" + cy="5.7859797" + r="17.171415" + fx="25.075571" + fy="5.7859797" + id="radialGradient8656" + xlink:href="#linearGradient8650" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.046729,0,0,1.55761,67.59375,3.275309)" /> + <linearGradient + id="linearGradient8650"> + <stop + id="stop8652" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop8654" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient8662"> + <stop + id="stop8664" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop8666" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient2591"> + <stop + id="stop2593" + style="stop-color:#73d216;stop-opacity:1" + offset="0" /> + <stop + id="stop2595" + style="stop-color:#4e9a06;stop-opacity:1" + offset="1" /> + </linearGradient> + </defs> + <g + transform="matrix(2.2772316,0,0,2.1164974,2.3879333,-3.2748285)" + id="layer1"> + <path + d="m 39.490316,15.496821 0,16.99442 -12.952563,0 0,8.482538 L 6.577917,23.973588 26.531563,6.7295901 l 0,8.7725349 12.958753,-0.0053 z" + id="path8643" + style="opacity:0.85933509;color:#000000;fill:url(#radialGradient2597);fill-opacity:1;fill-rule:evenodd;stroke:#3a7304;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + d="m 25.988368,7.9779766 0,8.0564744 12.94217,0 0,8.884463 c -16.75,-6.25 -16.133537,5.294712 -31.383538,-0.955288 L 25.988368,7.9779766 z" + id="path8645" + style="opacity:0.5080214;color:#000000;fill:url(#radialGradient8656);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + d="m 38.475551,16.541365 0,14.92194 -12.985367,0 0,7.301416 L 8.168419,23.96903 25.506145,9.0636299 l 0,7.4826321 12.969406,-0.0049 z" + id="path8658" + style="opacity:0.48128339;color:#000000;fill:none;stroke:#ffffff;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" /> + </g> +</svg> diff --git a/gnome-shell/theme/ws-switch-arrow-right.svg b/gnome-shell/theme/ws-switch-arrow-right.svg new file mode 100644 index 0000000..6da5cf6 --- /dev/null +++ b/gnome-shell/theme/ws-switch-arrow-right.svg @@ -0,0 +1,136 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.1" + width="96" + height="96" + id="svg25070"> + <defs + id="defs25072"> + <linearGradient + x1="22.181572" + y1="14.499924" + x2="22.181572" + y2="44.051018" + id="linearGradient2891" + xlink:href="#linearGradient7012-661-145-733-759-865-745-661-970-94" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.1300621,0,0,1.1160684,49.537416,-3.1095171)" /> + <linearGradient + id="linearGradient7012-661-145-733-759-865-745-661-970-94"> + <stop + id="stop3618" + style="stop-color:#f0c178;stop-opacity:0.42162162" + offset="0" /> + <stop + id="stop3270" + style="stop-color:#e18941;stop-opacity:0.49189189" + offset="0.5" /> + <stop + id="stop3620" + style="stop-color:#ec4f18;stop-opacity:0.43243244" + offset="1" /> + </linearGradient> + <linearGradient + x1="16.631878" + y1="46.054432" + x2="16.631878" + y2="1.0473809" + id="linearGradient3674" + xlink:href="#linearGradient3390-178-986-453" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3390-178-986-453"> + <stop + id="stop3624" + style="stop-color:#bb2b12;stop-opacity:1" + offset="0" /> + <stop + id="stop3626" + style="stop-color:#cd7233;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient4222"> + <stop + id="stop4224" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop4226" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + x1="28.62199" + y1="10.042459" + x2="28.62199" + y2="41.869534" + id="linearGradient11806" + xlink:href="#linearGradient4222" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3106532,0,0,1.2884463,-8.8539221,-9.889484)" /> + <radialGradient + cx="22.291636" + cy="32.797512" + r="16.9562" + fx="22.291636" + fy="32.797512" + id="radialGradient2597" + xlink:href="#linearGradient2591" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.843022,0,0,1.020168,43.57646,1.205215)" /> + <radialGradient + cx="25.075571" + cy="5.7859797" + r="17.171415" + fx="25.075571" + fy="5.7859797" + id="radialGradient8656" + xlink:href="#linearGradient8650" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.046729,0,0,1.55761,67.59375,3.275309)" /> + <linearGradient + id="linearGradient8650"> + <stop + id="stop8652" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop8654" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient2591"> + <stop + id="stop2593" + style="stop-color:#73d216;stop-opacity:1" + offset="0" /> + <stop + id="stop2595" + style="stop-color:#4e9a06;stop-opacity:1" + offset="1" /> + </linearGradient> + </defs> + <g + transform="matrix(-2.2772316,0,0,2.1164974,91.980795,-2.9012876)" + id="layer1"> + <path + d="m 39.490316,15.496821 0,16.99442 -12.952563,0 0,8.482538 L 6.577917,23.973588 26.531563,6.7295901 l 0,8.7725349 12.958753,-0.0053 z" + id="path8643" + style="opacity:0.85933509;color:#000000;fill:url(#radialGradient2597);fill-opacity:1;fill-rule:evenodd;stroke:#3a7304;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + d="m 25.988368,7.9779766 0,8.0564744 12.94217,0 0,8.884463 c -16.75,-6.25 -16.133537,5.294712 -31.383538,-0.955288 L 25.988368,7.9779766 z" + id="path8645" + style="opacity:0.5080214;color:#000000;fill:url(#radialGradient8656);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + d="m 38.475551,16.541365 0,14.92194 -12.985367,0 0,7.301416 L 8.168419,23.96903 25.506145,9.0636299 l 0,7.4826321 12.969406,-0.0049 z" + id="path8658" + style="opacity:0.48128339;color:#000000;fill:none;stroke:#ffffff;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" /> + </g> +</svg> From devil505linux at gmail.com Sun Oct 10 15:39:14 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 10 Oct 2010 15:39:14 +0200 (CEST) Subject: [Frugalware-git] artwork: * initial import of pekwm custom theme Message-ID: <20101010133914.49ED9132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=d1e77ec1f2a2240b157cfbcc0bcf79a3200a2b88 commit d1e77ec1f2a2240b157cfbcc0bcf79a3200a2b88 Author: Devil505 <devil505linux at gmail.com> Date: Sun Oct 10 15:34:29 2010 +0200 * initial import of pekwm custom theme diff --git a/pekwm-themes/BeFrugal/arrow-selected.png b/pekwm-themes/BeFrugal/arrow-selected.png new file mode 100644 index 0000000..9347f62 Binary files /dev/null and b/pekwm-themes/BeFrugal/arrow-selected.png differ diff --git a/pekwm-themes/BeFrugal/arrow.png b/pekwm-themes/BeFrugal/arrow.png new file mode 100644 index 0000000..d9e668c Binary files /dev/null and b/pekwm-themes/BeFrugal/arrow.png differ diff --git a/pekwm-themes/BeFrugal/bottom-focused.png b/pekwm-themes/BeFrugal/bottom-focused.png new file mode 100644 index 0000000..7d23013 Binary files /dev/null and b/pekwm-themes/BeFrugal/bottom-focused.png differ diff --git a/pekwm-themes/BeFrugal/bottom-unfocused.png b/pekwm-themes/BeFrugal/bottom-unfocused.png new file mode 100644 index 0000000..5bfb01d Binary files /dev/null and b/pekwm-themes/BeFrugal/bottom-unfocused.png differ diff --git a/pekwm-themes/BeFrugal/bottomleft-focused.png b/pekwm-themes/BeFrugal/bottomleft-focused.png new file mode 100644 index 0000000..4cf26ed Binary files /dev/null and b/pekwm-themes/BeFrugal/bottomleft-focused.png differ diff --git a/pekwm-themes/BeFrugal/bottomleft-unfocused.png b/pekwm-themes/BeFrugal/bottomleft-unfocused.png new file mode 100644 index 0000000..56090b3 Binary files /dev/null and b/pekwm-themes/BeFrugal/bottomleft-unfocused.png differ diff --git a/pekwm-themes/BeFrugal/bottomright-focused.png b/pekwm-themes/BeFrugal/bottomright-focused.png new file mode 100644 index 0000000..e2d48dc Binary files /dev/null and b/pekwm-themes/BeFrugal/bottomright-focused.png differ diff --git a/pekwm-themes/BeFrugal/bottomright-unfocused.png b/pekwm-themes/BeFrugal/bottomright-unfocused.png new file mode 100644 index 0000000..d062a2d Binary files /dev/null and b/pekwm-themes/BeFrugal/bottomright-unfocused.png differ diff --git a/pekwm-themes/BeFrugal/close-focused.png b/pekwm-themes/BeFrugal/close-focused.png new file mode 100644 index 0000000..1883561 Binary files /dev/null and b/pekwm-themes/BeFrugal/close-focused.png differ diff --git a/pekwm-themes/BeFrugal/close-pressed.png b/pekwm-themes/BeFrugal/close-pressed.png new file mode 100644 index 0000000..ef893ab Binary files /dev/null and b/pekwm-themes/BeFrugal/close-pressed.png differ diff --git a/pekwm-themes/BeFrugal/close-unfocused.png b/pekwm-themes/BeFrugal/close-unfocused.png new file mode 100644 index 0000000..2cd953f Binary files /dev/null and b/pekwm-themes/BeFrugal/close-unfocused.png differ diff --git a/pekwm-themes/BeFrugal/left-focused.png b/pekwm-themes/BeFrugal/left-focused.png new file mode 100644 index 0000000..f9355ce Binary files /dev/null and b/pekwm-themes/BeFrugal/left-focused.png differ diff --git a/pekwm-themes/BeFrugal/left-unfocused.png b/pekwm-themes/BeFrugal/left-unfocused.png new file mode 100644 index 0000000..d589a56 Binary files /dev/null and b/pekwm-themes/BeFrugal/left-unfocused.png differ diff --git a/pekwm-themes/BeFrugal/maximize-focused.png b/pekwm-themes/BeFrugal/maximize-focused.png new file mode 100644 index 0000000..b7e3d64 Binary files /dev/null and b/pekwm-themes/BeFrugal/maximize-focused.png differ diff --git a/pekwm-themes/BeFrugal/maximize-pressed.png b/pekwm-themes/BeFrugal/maximize-pressed.png new file mode 100644 index 0000000..cec6aff Binary files /dev/null and b/pekwm-themes/BeFrugal/maximize-pressed.png differ diff --git a/pekwm-themes/BeFrugal/maximize-unfocused.png b/pekwm-themes/BeFrugal/maximize-unfocused.png new file mode 100644 index 0000000..4e8cdc7 Binary files /dev/null and b/pekwm-themes/BeFrugal/maximize-unfocused.png differ diff --git a/pekwm-themes/BeFrugal/right-focused.png b/pekwm-themes/BeFrugal/right-focused.png new file mode 100644 index 0000000..2dc7a80 Binary files /dev/null and b/pekwm-themes/BeFrugal/right-focused.png differ diff --git a/pekwm-themes/BeFrugal/right-unfocused.png b/pekwm-themes/BeFrugal/right-unfocused.png new file mode 100644 index 0000000..8f5ce0f Binary files /dev/null and b/pekwm-themes/BeFrugal/right-unfocused.png differ diff --git a/pekwm-themes/BeFrugal/selected.png b/pekwm-themes/BeFrugal/selected.png new file mode 100644 index 0000000..f5436c7 Binary files /dev/null and b/pekwm-themes/BeFrugal/selected.png differ diff --git a/pekwm-themes/BeFrugal/separator-focused.png b/pekwm-themes/BeFrugal/separator-focused.png new file mode 100644 index 0000000..d0363b4 Binary files /dev/null and b/pekwm-themes/BeFrugal/separator-focused.png differ diff --git a/pekwm-themes/BeFrugal/separator-unfocused.png b/pekwm-themes/BeFrugal/separator-unfocused.png new file mode 100644 index 0000000..9ed40da Binary files /dev/null and b/pekwm-themes/BeFrugal/separator-unfocused.png differ diff --git a/pekwm-themes/BeFrugal/theme b/pekwm-themes/BeFrugal/theme new file mode 100644 index 0000000..5fddb6b --- /dev/null +++ b/pekwm-themes/BeFrugal/theme @@ -0,0 +1,424 @@ +# This theme is derived from the Soeb XFWM4 theme from xfce-look.org. +# It is released under the same license as the original, GPL. +# It is intended for use with the GTK2 Frugalware theme. +# Version 0.1 + +$FONT_NAME = "XFT#Verdana:size=8" + +Require +{ + Templates = "true" +} + +Define = "Borders" +{ + Border + { + Focused + { + TopLeft = "Image topleft-focused.png#fixed" + Top = "Image top-focused.png#tiled" + TopRight = "Image topright-focused.png#fixed" + Left = "Image left-focused.png#tiled" + Right = "Image right-focused.png#tiled" + BottomLeft = "Image bottomleft-focused.png#fixed" + Bottom = "Image bottom-focused.png#tiled" + BottomRight = "Image bottomright-focused.png#fixed" + } + Unfocused + { + TopLeft = "Image topleft-unfocused.png#fixed" + Top = "Image top-unfocused.png#tiled" + TopRight = "Image topright-unfocused.png#fixed" + Left = "Image left-unfocused.png#tiled" + Right = "Image right-unfocused.png#tiled" + BottomLeft = "Image bottomleft-unfocused.png#fixed" + Bottom = "Image bottom-unfocused.png#tiled" + BottomRight = "Image bottomright-unfocused.png#fixed" + } + } +} + +Define = "BorderLess" +{ + Border + { + Focused + { + TopLeft = "Empty" + Top = "Empty" + TopRight = "Empty" + Left = "Empty" + Right = "Empty" + BottomLeft = "Empty" + Bottom = "Empty" + BottomRight = "Empty" + } + Unfocused + { + TopLeft = "Empty" + Top = "Empty" + TopRight = "Empty" + Left = "Empty" + Right = "Empty" + BottomLeft = "Empty" + Bottom = "Empty" + BottomRight = "Empty" + } + } +} + +Define = "MenuBorders" +{ + Border + { + Focused + { + TopLeft = "Image topleft-focused.png#fixed" + Top = "Image top-focused.png#tiled" + TopRight = "Image topright-focused.png#fixed" + Left = "Image left-focused.png#tiled" + Right = "Image right-focused.png#tiled" + BottomLeft = "Image bottomleft-focused.png#fixed" + Bottom = "Image bottom-focused.png#tiled" + BottomRight = "Image bottomright-focused.png#fixed" + } + Unfocused + { + TopLeft = "Image topleft-focused.png#fixed" + Top = "Image top-focused.png#tiled" + TopRight = "Image topright-focused.png#fixed" + Left = "Image left-focused.png#tiled" + Right = "Image right-focused.png#tiled" + BottomLeft = "Image bottomleft-focused.png#fixed" + Bottom = "Image bottom-focused.png#tiled" + BottomRight = "Image bottomright-focused.png#fixed" + } + } +} + +Define = "OtherBorders" +{ + Border + { + Focused + { + TopLeft = "Empty" + Top = "Empty" + TopRight = "Empty" + Left = "Empty" + Right = "Empty" + BottomLeft = "Empty" + Bottom = "Empty" + BottomRight = "Empty" + } + Unfocused + { + TopLeft = "Image topleft-focused.png#fixed" + Top = "Image top-focused.png#tiled" + TopRight = "Image topright-focused.png#fixed" + Left = "Image left-focused.png#tiled" + Right = "Image right-focused.png#tiled" + BottomLeft = "Image bottomleft-focused.png#fixed" + Bottom = "Image bottom-focused.png#tiled" + BottomRight = "Image bottomright-focused.png#fixed" + } + } +} + +Define = "CloseButton" +{ + Left = "TitleLeft" + { + Focused = "Image title-left-focused.png#fixed" + Unfocused = "Image title-left-unfocused.png#fixed" + Pressed = "Empty" + Hover = "Empty" + Button = "1" { Actions = "Do Nothing" } + } + Left = "Close" + { + Focused = "Image close-focused.png#fixed" + Unfocused = "Image close-unfocused.png#fixed" + Pressed = "Image close-pressed.png#fixed" + Hover = "Empty" + Button = "1" { Actions = "Close" } + } +} + +Define = "MaximizeButton" +{ + Right = "TitleRight" + { + Focused = "Image title-right-focused.png#fixed" + Unfocused = "Image title-right-unfocused.png#fixed" + Pressed = "Empty" + Hover = "Empty" + Button = "1" { Actions = "Do Nothing" } + } + Right = "Maximize" + { + Focused = "Image maximize-focused.png#fixed" + Unfocused = "Image maximize-unfocused.png#fixed" + Pressed = "Image maximize-pressed.png#fixed" + Hover = "Empty" + Button = "1" { Actions = "Toggle Maximized 1 1" } + } +} + +Define = "TitleBar" +{ + Height = "17" + HeightAdapt = "False" + Pad = "1 0 4 4" + Focused = "Empty" + Unfocused = "Empty" + WidthMin = "1" + WidthMax = "100" + WidthSymetric = "True" + Tab + { + Focused = "Image title-focused.png#tiled" + Unfocused = "Image title-unfocused.png#tiled" + FocusedSelected = "Image title-focused.png#tiled" + UnfocusedSelected = "Image title-unfocused.png#tiled" + } + Separator + { + Focused = "Image separator-focused.png#fixed" + Unfocused = "Image separator-unfocused.png#fixed" + } + Font + { + Focused = "$FONT_NAME#1 1#Center" + Unfocused = "$FONT_NAME#1 1#Center" + FocusedSelected = "$FONT_NAME#1 1#Center" + UnfocusedSelected = "$FONT_NAME#1 1#Center" + } + FontColor + { + FocusedSelected = "darkblue deepskyblue" + Focused = "darkslateblue deepskyblue" + UnfocusedSelected = "darkslategray white" + Unfocused = "slategray white" + } +} + +Define = "TitleBarLess" +{ + Height = "0" + HeightAdapt = "False" + Pad = "0 0 0 0" + Focused = "Empty" + Unfocused = "Empty" + WidthMin = "0" + WidthMax = "100" + WidthSymetric = "True" + Tab + { + Focused = "Empty" + Unfocused = "Empty" + FocusedSelected = "Empty" + UnfocusedSelected = "Empty" + } + Separator + { + Focused = "Empty" + Unfocused = "Empty" + } + Font + { + Focused = "fixed" + Unfocused = "fixed" + FocusedSelected = "fixed" + UnfocusedSelected = "fixed" + } + FontColor + { + Focused = "black" + Unfocused = "black" + FocusedSelected = "black" + UnfocusedSelected = "black" + } +} + +Define = "DefaultDecor" +{ + Decor = "Default" + { + Title + { + @TitleBar + Buttons + { + @CloseButton + @MaximizeButton + } + @Borders + } + } +} + +Define = "TitleBarLessDecor" +{ + Decor = "TitleBarLess" + { + Title + { + @TitleBarLess + @Borders + } + } +} + +Define = "BorderLessDecor" +{ + Decor = "BorderLess" + { + Title + { + @TitleBar + Buttons + { + @CloseButton + @MaximizeButton + } + @BorderLess + } + } +} + +Define = "InputDialogDecor" +{ + Decor = "InputDialog" + { + Title + { + @TitleBar + Buttons + { + @CloseButton + Right = "TitleRight" + { + Focused = "Image title-right-focused.png#fixed" + Unfocused = "Image title-right-unfocused.png#fixed" + Pressed = "Empty" + Hover = "Empty" + Button = "1" { Actions = "Do Nothing" } + } + } + @Borders + } + } +} + +Define = "MenuDecor" +{ + Decor = "Menu" + { + Title + { + @TitleBarLess + @MenuBorders + } + } +} + +Define = "StatusWindowDecor" +{ + Decor = "StatusWindow" + { + Title + { + @TitleBarLess + @OtherBorders + } + } +} + +Define = "WorkSpaceIndicatorDecor" +{ + Decor = "WorkspaceIndicator" + { + Title + { + @TitleBarLess + @OtherBorders + } + } +} + +PDecor +{ + @DefaultDecor + @TitleBarLessDecor + @BorderLessDecor + @InputDialogDecor + @MenuDecor + @StatusWindowDecor + @WorkSpaceIndicatorDecor +} + +Harbour +{ + Texture = "Solid #65A2DA" +} + +CmdDialog +{ + Font = "$FONT_NAME#Left" + Texture = "Solid white" + Text = "black" + Pad = "2 2 2 2" +} + +Menu +{ + Pad = "4 4 2 2" + Focused + { + Font = "$FONT_NAME#Left" + Background = "Empty" + Item = "Solid white" + Text = "black" + Separator = "Solid #a99d8c 1x1" + Arrow = "Image arrow.png#fixed" + } + Unfocused + { + Font = "$FONT_NAME#Left" + Background = "Empty" + Item = "Solid white" + Text = "black" + Separator = "Solid #a99d8c 1x1" + Arrow = "Image arrow.png#fixed" + } + Selected + { + Font = "$FONT_NAME#Left" + Background = "Empty" + Item = "Image selected.png#tiled" + Text = "white" + Separator = "Solid #a99d8c 1x1" + Arrow = "Image arrow-selected.png#fixed" + } +} + +Status +{ + Font = "$FONT_NAME#Center" + Texture = "Solid white" + Text = "black" + Pad = "2 2 2 2" +} + +WorkSpaceIndicator +{ + Font = "$FONT_NAME#Center" + Background = "Solid white" + WorkSpace = "Solid #65A2DA" + WorkSpaceActive = "Solid #4C89C1" + Text = "black" + EdgePadding = "2 2 2 2" + WorkSpacePadding = "2 2 2 2" +} diff --git a/pekwm-themes/BeFrugal/title-focused.png b/pekwm-themes/BeFrugal/title-focused.png new file mode 100644 index 0000000..3a1d089 Binary files /dev/null and b/pekwm-themes/BeFrugal/title-focused.png differ diff --git a/pekwm-themes/BeFrugal/title-left-focused.png b/pekwm-themes/BeFrugal/title-left-focused.png new file mode 100644 index 0000000..4c184fe Binary files /dev/null and b/pekwm-themes/BeFrugal/title-left-focused.png differ diff --git a/pekwm-themes/BeFrugal/title-left-unfocused.png b/pekwm-themes/BeFrugal/title-left-unfocused.png new file mode 100644 index 0000000..d284aba Binary files /dev/null and b/pekwm-themes/BeFrugal/title-left-unfocused.png differ diff --git a/pekwm-themes/BeFrugal/title-right-focused.png b/pekwm-themes/BeFrugal/title-right-focused.png new file mode 100644 index 0000000..1ad1b93 Binary files /dev/null and b/pekwm-themes/BeFrugal/title-right-focused.png differ diff --git a/pekwm-themes/BeFrugal/title-right-unfocused.png b/pekwm-themes/BeFrugal/title-right-unfocused.png new file mode 100644 index 0000000..60497b4 Binary files /dev/null and b/pekwm-themes/BeFrugal/title-right-unfocused.png differ diff --git a/pekwm-themes/BeFrugal/title-unfocused.png b/pekwm-themes/BeFrugal/title-unfocused.png new file mode 100644 index 0000000..cc5c860 Binary files /dev/null and b/pekwm-themes/BeFrugal/title-unfocused.png differ diff --git a/pekwm-themes/BeFrugal/top-focused.png b/pekwm-themes/BeFrugal/top-focused.png new file mode 100644 index 0000000..52276e8 Binary files /dev/null and b/pekwm-themes/BeFrugal/top-focused.png differ diff --git a/pekwm-themes/BeFrugal/top-unfocused.png b/pekwm-themes/BeFrugal/top-unfocused.png new file mode 100644 index 0000000..aae9d35 Binary files /dev/null and b/pekwm-themes/BeFrugal/top-unfocused.png differ diff --git a/pekwm-themes/BeFrugal/topleft-focused.png b/pekwm-themes/BeFrugal/topleft-focused.png new file mode 100644 index 0000000..3a7087e Binary files /dev/null and b/pekwm-themes/BeFrugal/topleft-focused.png differ diff --git a/pekwm-themes/BeFrugal/topleft-unfocused.png b/pekwm-themes/BeFrugal/topleft-unfocused.png new file mode 100644 index 0000000..5b7685f Binary files /dev/null and b/pekwm-themes/BeFrugal/topleft-unfocused.png differ diff --git a/pekwm-themes/BeFrugal/topright-focused.png b/pekwm-themes/BeFrugal/topright-focused.png new file mode 100644 index 0000000..7136440 Binary files /dev/null and b/pekwm-themes/BeFrugal/topright-focused.png differ diff --git a/pekwm-themes/BeFrugal/topright-unfocused.png b/pekwm-themes/BeFrugal/topright-unfocused.png new file mode 100644 index 0000000..74d9551 Binary files /dev/null and b/pekwm-themes/BeFrugal/topright-unfocused.png differ From devil505linux at gmail.com Sun Oct 10 15:39:14 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 10 Oct 2010 15:39:14 +0200 (CEST) Subject: [Frugalware-git] artwork: * initial import of splashy theme Message-ID: <20101010133914.54B95132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=053faffcba73142018089ea939ac94b4b35a0aba commit 053faffcba73142018089ea939ac94b4b35a0aba Author: Devil505 <devil505linux at gmail.com> Date: Sun Oct 10 15:38:00 2010 +0200 * initial import of splashy theme diff --git a/splashy-theme/frugalware/FreeSans.ttf b/splashy-theme/frugalware/FreeSans.ttf new file mode 100644 index 0000000..5c15847 Binary files /dev/null and b/splashy-theme/frugalware/FreeSans.ttf differ diff --git a/splashy-theme/frugalware/background.png b/splashy-theme/frugalware/background.png new file mode 100644 index 0000000..46f88fe Binary files /dev/null and b/splashy-theme/frugalware/background.png differ diff --git a/splashy-theme/frugalware/theme.xml b/splashy-theme/frugalware/theme.xml new file mode 100644 index 0000000..2a07c3f --- /dev/null +++ b/splashy-theme/frugalware/theme.xml @@ -0,0 +1,137 @@ +<?xml version="1.0" encoding="UTF-8"?> +<splashy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://splashy.alioth.debian.org/schemas/1.1/theme.xsd"> + <info> + <!-- theme name is case sensitive. use directory name --> + <name>Frugalware</name> + <version>1.3</version> + <description>Frugalware 1.3 Default Theme</description> + <urls>http://artwork.frugalware.org/</urls> + <author></author> + </info> + <progressbar> + <!-- here are tags to set the bar... x coordinate, + y coordinate, width and height are for the progress bar. + Remember that x, y, width and height are expressed in percentage --> + <dimension> + <x>10</x> + <y>90</y> + <width>80</width> + <height>2</height> + </dimension> + <!-- here you can set the color of the progressbar... + set the amount of red, green, blue and alpha channel. + Remember that the max value is 255 and the minumun value is 0--> + <color> + <red>11</red> + <green>21</green> + <blue>123</blue> + <alpha>255</alpha> + </color> + <!-- whether or not you want a border around the progressbar. default: no --> + <border> + <enable>no</enable> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + <alpha>155</alpha> + </color> + </border> + <!-- here you can set the color of the progressbar background + set the amount of red, green, blue and alpha channel. + Remember that the max value is 255 and the minumun value is 0--> + <background> + <color> + <red>64</red> + <green>127</green> + <blue>191</blue> + <alpha>0</alpha> + </color> + </background> + <direction> + <boot>forward</boot> + <shutdown>backward</shutdown> + <resume>forward</resume> + <suspend>backward</suspend> + </direction> + <visibility> + <boot>yes</boot> + <shutdown>yes</shutdown> + <resume>yes</resume> + <suspend>yes</suspend> + </visibility> + </progressbar> + <!-- conventional path: /etc/splashy/themes + theme-name --> + <background> + <boot>background.png</boot> + <shutdown>background.png</shutdown> + <resume>background.png</resume> + <suspend>background.png</suspend> + <errorimg>background.png</errorimg> + <!-- resolution of the images. this value affects where + the progressbar will be drawn. If VALUE <= 0, then percentages + of the screen width and hight will be assumed --> + <dimension> + <!-- NOTE: x and y are not used by splashy --> + <x>0</x> + <y>0</y> + <width>0</width> + <height>0</height> + </dimension> + </background> + <textbox> + <!-- whether you want the textbox always + shown or no. If no, it will be shown only on error, + see autoverboseonerror --> + <enable>no</enable> + <!-- here are tags to set the text area... x coordinate, + y coordinate, width and height are for the text area. + Remember that x, y, width and height are expressed in percentage + or pixel units --> + <dimension> + <x>20</x> + <y>50</y> + <width>60</width> + <height>40</height> + </dimension> + <!-- here you can set the color of the text area... + set the amount of red, green, blue and alpha channel. + Remember that the max value is 255 and the minumun value is 0--> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + <alpha>155</alpha> + </color> + <!-- whether or not you want a border around the progressbar. default: no --> + <border> + <enable>no</enable> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + <alpha>255</alpha> + </color> + </border> + <text> + <!-- font file to use, path relative to theme --> + <font> + <file>FreeMono.ttf</file> + <height>10</height> + </font> + <!-- here you can set the color of the text/font... + set the amount of red, green, blue and alpha channel. + Remember that the max value is 255 and the minumun value is 0--> + <color> + <red>255</red> + <green>255</green> + <blue>255</blue> + <alpha>255</alpha> + </color> + </text> + </textbox> + <autoverboseonerror>no</autoverboseonerror> + <fadein>no</fadein> + <fadeout>no</fadeout> +</splashy> From iron at frugalware.org Sun Oct 10 16:40:31 2010 From: iron at frugalware.org (Krisztian VASAS) Date: Sun, 10 Oct 2010 16:40:31 +0200 (CEST) Subject: [Frugalware-git] fw-initramfs: Fix LVM2 2.02.74 linking error Message-ID: <20101010144031.88765132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-initramfs.git;a=commitdiff;h=fc9215cf106b5c5878832d12c9af305ada7ee315 commit fc9215cf106b5c5878832d12c9af305ada7ee315 Author: Krisztian VASAS <iron at frugalware.org> Date: Sun Oct 10 16:38:19 2010 +0200 Fix LVM2 2.02.74 linking error diff --git a/create_static.sh b/create_static.sh index 49aa238..b3a6664 100644 --- a/create_static.sh +++ b/create_static.sh @@ -77,6 +77,8 @@ Build_Lvm2() { good_msg "Build LVM2" unset MAKEFLAGS Fsed "SUBDIRS = doc include man scripts" "SUBDIRS = include man scripts" Makefile.in + patch -p1 -i ../../patches/lvm/lvm2-ignore_export_dynamic_at_static_linking.patch + autoreconf -i ./configure --enable-static_link --prefix=${DESTBUILD}/lvm >> ${LOGFILE} 2>&1 || die_msg 'Configure of lvm failed!' make >> ${LOGFILE} 2>&1 || die_msg 'make lvm2 failed!' diff --git a/patches/lvm/lvm2-ignore_export_dynamic_at_static_linking.patch b/patches/lvm/lvm2-ignore_export_dynamic_at_static_linking.patch new file mode 100644 index 0000000..ca1be2c --- /dev/null +++ b/patches/lvm/lvm2-ignore_export_dynamic_at_static_linking.patch @@ -0,0 +1,63 @@ +diff -ur LVM2.2.02.72.orig/configure.in LVM2.2.02.72/configure.in +--- LVM2.2.02.72.orig/configure.in 2010-07-28 16:55:42.000000000 +0300 ++++ LVM2.2.02.72/configure.in 2010-08-17 03:00:24.000000000 +0300 +@@ -35,6 +35,7 @@ + CLDNOWHOLEARCHIVE="-Wl,-no-whole-archive" + LDDEPS="$LDDEPS .export.sym" + LDFLAGS="$LDFLAGS -Wl,--export-dynamic" ++ STATIC_LDFLAGS="-Wl,--no-export-dynamic" + LIB_SUFFIX=so + DEVMAPPER=yes + ODIRECT=yes +@@ -1282,6 +1283,7 @@ + AC_SUBST(SELINUX_PC) + AC_SUBST(SNAPSHOTS) + AC_SUBST(STATICDIR) ++AC_SUBST(STATIC_LDFLAGS) + AC_SUBST(STATIC_LINK) + AC_SUBST(TESTING) + AC_SUBST(UDEV_LIBS) +diff -ur LVM2.2.02.72.orig/daemons/dmeventd/Makefile.in LVM2.2.02.72/daemons/dmeventd/Makefile.in +--- LVM2.2.02.72.orig/daemons/dmeventd/Makefile.in 2010-05-14 16:36:56.000000000 +0300 ++++ LVM2.2.02.72/daemons/dmeventd/Makefile.in 2010-08-17 03:00:24.000000000 +0300 +@@ -61,7 +61,7 @@ + $(DL_LIBS) $(LVMLIBS) $(LIBS) -rdynamic + + dmeventd.static: $(LIB_STATIC) dmeventd.o $(interfacebuilddir)/libdevmapper.a +- $(CC) $(CFLAGS) $(LDFLAGS) -static -L. -L$(interfacebuilddir) -o $@ \ ++ $(CC) $(CFLAGS) $(LDFLAGS) $(STATIC_LDFLAGS) -static -L. -L$(interfacebuilddir) -o $@ \ + dmeventd.o $(DL_LIBS) $(LVMLIBS) $(LIBS) $(STATIC_LIBS) + + ifeq ("@PKGCONFIG@", "yes") +diff -ur LVM2.2.02.72.orig/make.tmpl.in LVM2.2.02.72/make.tmpl.in +--- LVM2.2.02.72.orig/make.tmpl.in 2010-07-20 17:38:44.000000000 +0300 ++++ LVM2.2.02.72/make.tmpl.in 2010-08-17 03:00:24.000000000 +0300 +@@ -38,6 +38,7 @@ + CLDFLAGS += @CLDFLAGS@ + LDDEPS += @LDDEPS@ + LDFLAGS += @LDFLAGS@ ++STATIC_LDFLAGS += @STATIC_LDFLAGS@ + LIB_SUFFIX = @LIB_SUFFIX@ + LVMINTERNAL_LIBS = -llvm-internal $(DL_LIBS) + DL_LIBS = @DL_LIBS@ +diff -ur LVM2.2.02.72.orig/tools/Makefile.in LVM2.2.02.72/tools/Makefile.in +--- LVM2.2.02.72.orig/tools/Makefile.in 2010-06-25 21:23:10.000000000 +0300 ++++ LVM2.2.02.72/tools/Makefile.in 2010-08-17 03:01:07.000000000 +0300 +@@ -126,7 +126,7 @@ + -o $@ dmsetup.o -ldevmapper $(LIBS) + + dmsetup.static: dmsetup.o $(interfacebuilddir)/libdevmapper.a +- $(CC) $(CFLAGS) $(LDFLAGS) -static -L$(interfacebuilddir) \ ++ $(CC) $(CFLAGS) $(LDFLAGS) $(STATIC_LDFLAGS) -static -L$(interfacebuilddir) \ + -o $@ dmsetup.o -ldevmapper $(STATIC_LIBS) $(LIBS) + + all: device-mapper +@@ -136,7 +136,7 @@ + $(LVMLIBS) $(READLINE_LIBS) $(LIBS) -rdynamic + + lvm.static: $(OBJECTS) lvm-static.o $(top_builddir)/lib/liblvm-internal.a $(interfacebuilddir)/libdevmapper.a +- $(CC) $(CFLAGS) $(LDFLAGS) -static -L$(interfacebuilddir) -o $@ \ ++ $(CC) $(CFLAGS) $(LDFLAGS) $(STATIC_LDFLAGS) -static -L$(interfacebuilddir) -o $@ \ + $(OBJECTS) lvm-static.o $(LVMLIBS) $(STATIC_LIBS) $(LIBS) + + liblvm2cmd.a: $(top_builddir)/lib/liblvm-internal.a $(OBJECTS) lvmcmdlib.o lvm2cmd.o From iron at frugalware.org Sun Oct 10 16:40:31 2010 From: iron at frugalware.org (Krisztian VASAS) Date: Sun, 10 Oct 2010 16:40:31 +0200 (CEST) Subject: [Frugalware-git] fw-initramfs: Fix GNU make v3.82 error "mixed implicit and normal rules" Message-ID: <20101010144031.A0D1F132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-initramfs.git;a=commitdiff;h=f3991df9f966aa4839e04ebb74465c3c3352bf7c commit f3991df9f966aa4839e04ebb74465c3c3352bf7c Author: Krisztian VASAS <iron at frugalware.org> Date: Sun Oct 10 16:40:22 2010 +0200 Fix GNU make v3.82 error "mixed implicit and normal rules" diff --git a/create_static.sh b/create_static.sh index b3a6664..c8bb7b7 100644 --- a/create_static.sh +++ b/create_static.sh @@ -168,6 +168,7 @@ Build_Busybox() { cd ${BUSYBOX_DIR} good_msg "Build busybox" cp ../../busybox.config ./.config -f + patch -p1 -i ../../patches/busybox/busybox-fix_implicit_and_normal_rules_error.patch make V=1 >> ${LOGFILE} 2>&1 || die_msg 'make busybox failed!' make install >> ${LOGFILE} 2>&1 || die_msg 'make install busybox failed!' rm -rf ${DESTBUILD}/${BUSYBOX_DIR} diff --git a/patches/busybox/busybox-fix_implicit_and_normal_rules_error.patch b/patches/busybox/busybox-fix_implicit_and_normal_rules_error.patch new file mode 100644 index 0000000..5d01e6f --- /dev/null +++ b/patches/busybox/busybox-fix_implicit_and_normal_rules_error.patch @@ -0,0 +1,21 @@ +diff -Naur busybox-1.15.2.orig/Makefile busybox-1.15.2/Makefile +--- busybox-1.15.2.orig/Makefile 2010-10-10 16:27:19.000000000 +0200 ++++ busybox-1.15.2/Makefile 2010-10-10 16:28:31.000000000 +0200 +@@ -419,7 +419,7 @@ + -include $(srctree)/arch/$(ARCH)/Makefile + export KBUILD_DEFCONFIG + +-config %config: scripts_basic outputmakefile FORCE ++%config: scripts_basic outputmakefile FORCE + $(Q)mkdir -p include + $(Q)$(MAKE) $(build)=scripts/kconfig $@ + $(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease +@@ -1267,7 +1267,7 @@ + $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@) + + # Modules +-/ %/: prepare scripts FORCE ++%/: prepare scripts FORCE + $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \ + $(build)=$(build-dir) + %.ko: prepare scripts FORCE From iron at frugalware.org Sun Oct 10 16:48:56 2010 From: iron at frugalware.org (Krisztian VASAS) Date: Sun, 10 Oct 2010 16:48:56 +0200 (CEST) Subject: [Frugalware-git] fw-initramfs: ignored static/ directory from git Message-ID: <20101010144856.40ED4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-initramfs.git;a=commitdiff;h=d216012c7b00d2c145b93be1c2944e92ca757c59 commit d216012c7b00d2c145b93be1c2944e92ca757c59 Author: Krisztian VASAS <iron at frugalware.org> Date: Sun Oct 10 16:48:53 2010 +0200 ignored static/ directory from git diff --git a/.gitignore b/.gitignore index b25c15b..bc734ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *~ +static/* From elentir at frugalware.org Sun Oct 10 17:33:11 2010 From: elentir at frugalware.org (Elentir) Date: Sun, 10 Oct 2010 17:33:11 +0200 (CEST) Subject: [Frugalware-git] fwife: select: fix locale selection in basic mode Message-ID: <20101010153311.3C18D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwife.git;a=commitdiff;h=a00019408949569d9f1ca667f5f0561d98bade9b commit a00019408949569d9f1ca667f5f0561d98bade9b Author: Elentir <elentir at frugalware.org> Date: Sun Oct 10 17:30:58 2010 +0200 select: fix locale selection in basic mode diff --git a/src/plugins/select.c b/src/plugins/select.c index bb03322..25bb543 100644 --- a/src/plugins/select.c +++ b/src/plugins/select.c @@ -840,8 +840,6 @@ void basicmode_change(GtkWidget *button, gpointer data) selectfile("locale-extra", ptr, 1); free(ptr); ptr = g_strdup_printf("eric4-i18n-%s", lang); selectfile("locale-extra", ptr, 1); - free(ptr); ptr = g_strdup_printf("sunbird-%s", lang); - selectfile("locale-extra", ptr, 1); free(ptr); } } else { @@ -851,8 +849,6 @@ void basicmode_change(GtkWidget *button, gpointer data) selectfile("locale-extra", ptr, 0); free(ptr); ptr = g_strdup_printf("eric4-i18n-%s", lang); selectfile("locale-extra", ptr, 0); - free(ptr); ptr = g_strdup_printf("sunbird-%s", lang); - selectfile("locale-extra", ptr, 0); free(ptr); } } @@ -1201,8 +1197,6 @@ int prerun(GList **config) selectfile("locale-extra", ptr, 0); free(ptr); ptr = g_strdup_printf("kde-l10n-%s", lang); selectfile("locale-extra", ptr, 0); - free(ptr); ptr = g_strdup_printf("sunbird-%s", lang); - selectfile("locale-extra", ptr, 0); free(ptr); } free(lang); From iron at frugalware.org Sun Oct 10 18:34:07 2010 From: iron at frugalware.org (Krisztian VASAS) Date: Sun, 10 Oct 2010 18:34:07 +0200 (CEST) Subject: [Frugalware-git] fw-initramfs: Spelling and indenting fixes Message-ID: <20101010163407.21783132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-initramfs.git;a=commitdiff;h=5e33fb14b96a7bbfc420338d2f07d16b3cf6f502 commit 5e33fb14b96a7bbfc420338d2f07d16b3cf6f502 Author: Krisztian VASAS <iron at frugalware.org> Date: Sun Oct 10 18:29:50 2010 +0200 Spelling and indenting fixes diff --git a/create_initramfs.sh b/create_initramfs.sh index 0de1b52..f851d17 100755 --- a/create_initramfs.sh +++ b/create_initramfs.sh @@ -6,7 +6,7 @@ # version 2 as published by the Free Software Foundation. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. HOMESOURCE=`pwd` @@ -18,43 +18,42 @@ HOMESOURCE=`pwd` while [[ $1 = -* ]]; do - case "$1" in - --disable-lvm) - echo "initramfs will be build without lvm" - ENABLELVM=0 - shift - ;; - --disable-mdam) - echo "initramfs will be build without mdam" - ENABLEMDAM=0 - shift - ;; - --disable-splash) - echo "initramfs will be build splashy" - ENABLESPLASH=0 - shift - ;; - --install-initramfs) - echo "install initramfs into /boot" - INSTALLINITRAMFS=1 - shift - ;; - -d|--dir) - DIRSTATIC="$2" - echo "Binary build into $DIRSTATIC" - shift - ;; - -h|--help) - usage - ;; - *) - echo "Error: Unknown option: $1" >&2 - exit 1 - ;; - esac + case "$1" in + --disable-lvm) + echo "initramfs will be build without lvm" + ENABLELVM=0 + shift + ;; + --disable-mdam) + echo "initramfs will be build without mdam" + ENABLEMDAM=0 + shift + ;; + --disable-splash) + echo "initramfs will be build splashy" + ENABLESPLASH=0 + shift + ;; + --install-initramfs) + echo "install initramfs into /boot" + INSTALLINITRAMFS=1 + shift + ;; + -d|--dir) + DIRSTATIC="$2" + echo "Binary build into $DIRSTATIC" + shift + ;; + -h|--help) + usage + ;; + *) + echo "Error: Unknown option: $1" >&2 + exit 1 + ;; + esac done - ##################################################################### # check if root user for mknod ##################################################################### @@ -113,23 +112,24 @@ good_msg 'create static binary' build_Static if [ $ENABLELVM -eq 1 ] then - good_msg "Install lvm to initramfs" + good_msg "Installing lvm to initramfs" cp ${DESTBUILD}/lvm/sbin/lvm.static $DIRTEMP/work/initramfs/bin/lvm || - die_msg "couldn't install lvm to initramfs !" + die_msg "Could not install lvm to initramfs !" cp ${DESTBUILD}/lvm/sbin/dmsetup.static $DIRTEMP/work/initramfs/bin/dmsetup || - die_msg "couldn't install device-mapper to initramfs !" - good_msg "Install mdadm to initramfs" + die_msg "Could not install device-mapper to initramfs !" fi + if [ $ENABLEMDAM -eq 1 ] then + good_msg "Installing mdadm to initramfs" cp ${DESTBUILD}/mdadm/sbin/mdadm $DIRTEMP/work/initramfs/sbin/mdadm || - die_msg "couldn't install mdadm to initramfs !" + die_msg "Could not install mdadm to initramfs !" fi -good_msg "Install busybox to initramfs" +good_msg "Installing busybox to initramfs" cp -R ${DESTBUILD}/busybox/* $DIRTEMP/work/initramfs/ || - die_msg "couldn't install busybox to initramfs !" + die_msg "Could not install busybox to initramfs !" rm ${DIRTEMP}/work/initramfs/linuxrc || - die_msg "couldn't install busybox to initramfs !" + die_msg "Could not install busybox to initramfs !" chmod +x ${DIRTEMP}/work/initramfs/bin/busybox cd ${DIRTEMP}/work/initramfs ln -sf busybox bin/sh @@ -137,11 +137,11 @@ rm ${DIRTEMP}/work/initramfs/linuxrc if [ $ENABLESPLASH -eq 1 ] then - good_msg "Install splashy to initramfs" + good_msg "Installing splashy to initramfs" cp /usr/sbin/splashy $DIRTEMP/work/initramfs/sbin/splashy || - die_msg "couldn't install splashy to initramfs !" + die_msg "Could not install splashy to initramfs !" cp /usr/sbin/splashy_update $DIRTEMP/work/initramfs/sbin/splashy_update || - die_msg "couldn't install splashy_update to initramfs !" + die_msg "Could not install splashy_update to initramfs !" fi ##################################################################### # append modules @@ -176,12 +176,12 @@ cat initramfs.cpio | gzip > initramfs.igz if [ $INSTALLINITRAMFS -eq 1 ] then - good_msg 'Install initramfs into boot' + good_msg 'Installing initramfs to /boot' cp ${DIRTEMP}/work/initramfs.igz /boot/initramfs.igz -f else - good_msg 'for use this initramfs :' + good_msg 'To use this initramfs:' good_msg "cp ${DIRTEMP}/work/initramfs.igz /boot/initramfs.igz" - good_msg 'edit /boot/grub/menu.lst' - good_msg 'add initrd /boot/initramfs.igz' + good_msg 'Edit /boot/grub/menu.lst' + good_msg 'Add initrd /boot/initramfs.igz' fi From iron at frugalware.org Sun Oct 10 18:34:07 2010 From: iron at frugalware.org (Krisztian VASAS) Date: Sun, 10 Oct 2010 18:34:07 +0200 (CEST) Subject: [Frugalware-git] fw-initramfs: Copy libs needed by splashy to initramfs - TODO: splashy rebuild with busybox Message-ID: <20101010163407.3229E132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-initramfs.git;a=commitdiff;h=7f8335d80ed794794704547d005b95ffb50de843 commit 7f8335d80ed794794704547d005b95ffb50de843 Author: Krisztian VASAS <iron at frugalware.org> Date: Sun Oct 10 18:32:40 2010 +0200 Copy libs needed by splashy to initramfs - TODO: splashy rebuild with busybox diff --git a/create_initramfs.sh b/create_initramfs.sh index f851d17..d8a31b2 100755 --- a/create_initramfs.sh +++ b/create_initramfs.sh @@ -140,6 +140,10 @@ then good_msg "Installing splashy to initramfs" cp /usr/sbin/splashy $DIRTEMP/work/initramfs/sbin/splashy || die_msg "Could not install splashy to initramfs !" + for fl in `ldd /usr/sbin/splashy | awk '/=> \/usr/ {print $3}'` + do + cp $fl ${DIRTEMP}/work/`dirname $fl` + done cp /usr/sbin/splashy_update $DIRTEMP/work/initramfs/sbin/splashy_update || die_msg "Could not install splashy_update to initramfs !" fi From iron at frugalware.org Sun Oct 10 18:34:07 2010 From: iron at frugalware.org (Krisztian VASAS) Date: Sun, 10 Oct 2010 18:34:07 +0200 (CEST) Subject: [Frugalware-git] fw-initramfs: Rename initramfs.igz to initramfs.gz to be able to uncompress by kernel Message-ID: <20101010163407.39819132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-initramfs.git;a=commitdiff;h=d59c2e7b0108edf4a56f14aec8ba05d0e13d776c commit d59c2e7b0108edf4a56f14aec8ba05d0e13d776c Author: Krisztian VASAS <iron at frugalware.org> Date: Sun Oct 10 18:33:50 2010 +0200 Rename initramfs.igz to initramfs.gz to be able to uncompress by kernel diff --git a/create_initramfs.sh b/create_initramfs.sh index d8a31b2..36038cb 100755 --- a/create_initramfs.sh +++ b/create_initramfs.sh @@ -181,11 +181,11 @@ cat initramfs.cpio | gzip > initramfs.igz if [ $INSTALLINITRAMFS -eq 1 ] then good_msg 'Installing initramfs to /boot' - cp ${DIRTEMP}/work/initramfs.igz /boot/initramfs.igz -f + cp ${DIRTEMP}/work/initramfs.gz /boot/initramfs.gz -f else good_msg 'To use this initramfs:' - good_msg "cp ${DIRTEMP}/work/initramfs.igz /boot/initramfs.igz" + good_msg "cp ${DIRTEMP}/work/initramfs.gz /boot/initramfs.gz" good_msg 'Edit /boot/grub/menu.lst' - good_msg 'Add initrd /boot/initramfs.igz' + good_msg 'Add initrd /boot/initramfs.gz' fi From kooda at upyum.com Sun Oct 10 18:37:00 2010 From: kooda at upyum.com (Kooda) Date: Sun, 10 Oct 2010 18:37:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: squish-0.2.0-1-i686 Message-ID: <20101010163700.C7BE5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ae0d87bd8806b552f50e2eb29dc6edd230407e6a commit ae0d87bd8806b552f50e2eb29dc6edd230407e6a Author: Kooda <kooda at upyum.com> Date: Sun Oct 10 18:36:20 2010 +0200 squish-0.2.0-1-i686 * Version bump diff --git a/source/devel-extra/squish/FrugalBuild b/source/devel-extra/squish/FrugalBuild index 64de7d7..64953c6 100644 --- a/source/devel-extra/squish/FrugalBuild +++ b/source/devel-extra/squish/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Kooda <kooda at upyum.com> pkgname=squish -pkgver=0.1.0 +pkgver=0.2.0 pkgrel=1 pkgdesc="a tool to pack many individual Lua scripts and their modules into a single Lua script" url="http://matthewwild.co.uk/projects/squish/" @@ -11,7 +11,7 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" source=("$url/$pkgname-$pkgver.tar.gz") -sha1sums=('63b15095ac21301e477ded124a15a9da76f6d0b3') +sha1sums=('0c356311c3535343e02850de64749fb048d803cc') build() { Fmkdir usr/bin From bouleetbil at frogdev.info Sun Oct 10 18:38:41 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 10 Oct 2010 18:38:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-settings-daemon-2.32.0-2-i686 *disable default dpi value that break gnome-apparence Message-ID: <20101010163841.0EF79132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=141065900c4b416b849cc06a867d362f88042155 commit 141065900c4b416b849cc06a867d362f88042155 Author: bouleetbil <bouleetbil at frogdev.info> Date: Sun Oct 10 18:39:08 2010 +0200 gnome-settings-daemon-2.32.0-2-i686 *disable default dpi value that break gnome-apparence diff --git a/source/gnome/gnome-settings-daemon/FrugalBuild b/source/gnome/gnome-settings-daemon/FrugalBuild index 6c5ca52..e268cdc 100644 --- a/source/gnome/gnome-settings-daemon/FrugalBuild +++ b/source/gnome/gnome-settings-daemon/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-settings-daemon pkgver=2.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="Utility library for accessing gnome-settings-daemon over DBUS" depends=('libgnomekbd>=2.32.0' 'esd' 'gst-plugins-base>=0.10.22-2' 'libgnomeui' 'libxxf86misc' \ 'gnome-desktop>=2.32.0' 'gconf' 'alsa-lib') @@ -20,9 +20,8 @@ _F_gnome_schemas=('/etc/gconf/schemas/apps_gnome_settings_daemon_keybindings.sch _F_gnome_scrollkeeper="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet -source=(${source[@]} default_dpi.patch gnome-settings-daemon-2.30.0-gst-vol-control-support.patch) +source=(${source[@]} gnome-settings-daemon-2.30.0-gst-vol-control-support.patch) sha1sums=('c4cc7035909843472e9a5060e5cd294322999a32' \ - '6f81881a667cc5eb000314541a65bd52319986af' \ '8db1dde75b1866619d6589e989ed27fc45050c50') Fconfopts="$Fconfopts --enable-gstreamer" From devil505linux at gmail.com Sun Oct 10 19:01:03 2010 From: devil505linux at gmail.com (Devil505) Date: Sun, 10 Oct 2010 19:01:03 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pino-0.2.11-3-i686 * pkgrel+1 to avoid corrupted package Message-ID: <20101010170103.0C81F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=575d16452637b99d1b411a5f8d8858a794b72c04 commit 575d16452637b99d1b411a5f8d8858a794b72c04 Author: Devil505 <devil505linux at gmail.com> Date: Sun Oct 10 18:58:50 2010 +0200 pino-0.2.11-3-i686 * pkgrel+1 to avoid corrupted package diff --git a/source/xapps-extra/pino/FrugalBuild b/source/xapps-extra/pino/FrugalBuild index c57ae08..20c10fd 100644 --- a/source/xapps-extra/pino/FrugalBuild +++ b/source/xapps-extra/pino/FrugalBuild @@ -3,7 +3,7 @@ pkgname=pino pkgver=0.2.11 -pkgrel=2 +pkgrel=3 pkgdesc="Pino is Twitter and Identi.ca client for Linux desktop. It's simple and fast" depends=('atk' 'libgee' 'libnotify' 'webkit>=1.3.4-2' 'unique' \ 'libxinerama' 'libxi' 'libxrandr' 'libxcursor' \ From bouleetbil at frogdev.info Sun Oct 10 20:37:56 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 10 Oct 2010 20:37:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-2.7-2-i686 *fixes sem_open *configure failed into chroot Message-ID: <20101010183756.2B3BF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=03077397fb6de8055beea7f3defafea8f24a2b88 commit 03077397fb6de8055beea7f3defafea8f24a2b88 Author: bouleetbil <bouleetbil at frogdev.info> Date: Sun Oct 10 20:36:50 2010 +0200 python-2.7-2-i686 *fixes sem_open *configure failed into chroot diff --git a/source/devel/python/FrugalBuild b/source/devel/python/FrugalBuild index d2df2ec..b0e45b1 100644 --- a/source/devel/python/FrugalBuild +++ b/source/devel/python/FrugalBuild @@ -6,10 +6,10 @@ USE_GUI=${USE_GUI:-"y"} pkgname=python pkgver=2.7 shortpkgver=2.7 # 2.3 if $pkgver=2.3.4 -pkgrel=1 +pkgrel=2 pkgdesc="A high-level scripting language" url="http://www.python.org" -depends=('glibc>=2.8-3' 'db>=4.7.25-2' 'bzip2>=1.0.5-2' 'gdbm>=1.8.3-5' 'openssl>=1.0.0' 'glib2>=2.16.4-2') +depends=('glibc>=2.12.1' 'db>=4.7.25-2' 'bzip2>=1.0.5-2' 'gdbm>=1.8.3-5' 'openssl>=1.0.0' 'glib2>=2.16.4-2') makedepends=('sqlite3') Fuse $USE_GUI && makedepends=(${makedepends[@]} 'tk>=8.5' 'gtk+2') groups=('devel' 'devel-core') @@ -34,6 +34,8 @@ build() { Fcd Python-$pkgver Fpatchall + #sem_open is broken into chroot so force it + Fsed "ac_cv_posix_semaphores_enabled=no" "ac_cv_posix_semaphores_enabled=yes" configure # if this is no longer necessary, don't remove it, just comment, it's # required regularly Fsed 'max_db_ver = (4, 5)' 'max_db_ver = (4, 6)' setup.py From bouleetbil at frogdev.info Sun Oct 10 20:49:09 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 10 Oct 2010 20:49:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: wicd-1.7.0-2-i686 *rm /etc/wicd/wired-settings.conf on startup *that don't really fix wicd with python 2.7 *but wicd is usuable Message-ID: <20101010184909.C857E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b516cbbe3b276526c4d5a951d8ff0a1fed31177c commit b516cbbe3b276526c4d5a951d8ff0a1fed31177c Author: bouleetbil <bouleetbil at frogdev.info> Date: Sun Oct 10 20:49:55 2010 +0200 wicd-1.7.0-2-i686 *rm /etc/wicd/wired-settings.conf on startup *that don't really fix wicd with python 2.7 *but wicd is usuable diff --git a/source/xapps-extra/wicd/FrugalBuild b/source/xapps-extra/wicd/FrugalBuild index 72335fe..35001f6 100644 --- a/source/xapps-extra/wicd/FrugalBuild +++ b/source/xapps-extra/wicd/FrugalBuild @@ -3,7 +3,7 @@ pkgname=wicd pkgver=1.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="A wired and wireless network manager for Linux" depends=('dbus-python' 'pygtk' 'dhcp' 'dhcpcd' 'wireless_tools' 'wpa_supplicant'\ 'ethtool' 'python>=2.7' 'urwid' 'python-wpactrl' 'python-iwscan') @@ -16,9 +16,11 @@ _F_sourceforge_realname="wicd-stable" Finclude sourceforge gnome-scriptlet source=($source rc.wicd wicd-no-deepcopy.patch) sha1sums=('76d9c0ad7b020ff1abac5c92c301739a04d5595e' \ - '3c4a5da2f7fa818517029921e0a389cc443e993e' \ + '7bec73716881b7872513b3a0844c2a17793509a8' \ '01d56e9a73bc781e8e1f8b88481192c0be211822') +#if you bump it verify if rm /etc/wicd/wired-settings.conf > /dev/null can be remove from rc script !!! + build() { Fcd Fpatchall diff --git a/source/xapps-extra/wicd/rc.wicd b/source/xapps-extra/wicd/rc.wicd index 434066a..06fe73e 100644 --- a/source/xapps-extra/wicd/rc.wicd +++ b/source/xapps-extra/wicd/rc.wicd @@ -20,6 +20,9 @@ rc_start() { start_msg if [[ "$(eval $pid)" == "" ]] ; then + #wicd is a little broken with python + #so remove config file it's not a real fix but better that don't works + rm /etc/wicd/wired-settings.conf > /dev/null /usr/sbin/wicd 2> /dev/null ok $? else From vmiklos at frugalware.org Sun Oct 10 22:21:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 10 Oct 2010 22:21:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: busybox-1.17.3-1-i686 Message-ID: <20101010202138.11AF8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9d66a776d789cbae8ad87aa00c8e9a8fcda17d63 commit 9d66a776d789cbae8ad87aa00c8e9a8fcda17d63 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Sun Oct 10 21:45:23 2010 +0200 busybox-1.17.3-1-i686 - version bump diff --git a/source/apps-extra/busybox/FrugalBuild b/source/apps-extra/busybox/FrugalBuild index 26201d9..07959fe 100644 --- a/source/apps-extra/busybox/FrugalBuild +++ b/source/apps-extra/busybox/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna <vmiklos at frugalware.org> pkgname=busybox -pkgver=1.17.2 -pkgrel=2 +pkgver=1.17.3 +pkgrel=1 pkgdesc="Utilities for rescue and embedded systems." url="http://www.busybox.net/" depends=('glibc') @@ -12,7 +12,7 @@ archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump 'http://busybox.net/'|grep '(stable)'|sed 's/[^,]*BusyBox \([0-9.]*\) (.*/\1/'|Fsort|tail -n 1" source=(http://www.busybox.net/downloads/busybox-$pkgver.tar.bz2 config) # NOTE: we can't use signatures() here as the author signes only the checksums -sha1sums=('53e55638f1f211ece9351dae2e59d8a8ac46e2d9' \ +sha1sums=('9c4090b010441cd1f0800830583e1e7612ba19fb' \ 'a01666c5af32a455cbc6c83c15f51d17878c0c60') build() From vmiklos at frugalware.org Sun Oct 10 22:21:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 10 Oct 2010 22:21:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-logilab-common-0.52.0-1-i686 Message-ID: <20101010202138.23A13132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=633536e54bcdc0886faf1f8d722e099b62cf088d commit 633536e54bcdc0886faf1f8d722e099b62cf088d Author: Miklos Vajna <vmiklos at frugalware.org> Date: Sun Oct 10 21:45:47 2010 +0200 python-logilab-common-0.52.0-1-i686 - version bump diff --git a/source/devel-extra/python-logilab-common/FrugalBuild b/source/devel-extra/python-logilab-common/FrugalBuild index 5f1a171..34082c1 100644 --- a/source/devel-extra/python-logilab-common/FrugalBuild +++ b/source/devel-extra/python-logilab-common/FrugalBuild @@ -4,8 +4,8 @@ pkgname=python-logilab-common _F_archive_name=logilab-common -pkgver=0.48.1 -pkgrel=2 +pkgver=0.52.0 +pkgrel=1 pkgdesc="Providing low level functionalities needed for logilab python programs." url="http://www.logilab.org/projects/common/project_view" depends=('pyxml') @@ -15,5 +15,5 @@ up2date="lynx -dump http://www.logilab.org/ftp/pub/common | Flasttar" source=(ftp://ftp.logilab.org/pub/common/logilab-common-$pkgver.tar.gz) Finclude python _F_cd_path=logilab-common-$pkgver -sha1sums=('b131f4306fc52db766e149f1a2d53fa352b76529') +sha1sums=('d44f6057058480c6ad08d536c42dd5e3c63b61b5') From vmiklos at frugalware.org Sun Oct 10 22:21:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 10 Oct 2010 22:21:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libsmbios-2.2.26-1-i686 Message-ID: <20101010202138.2E8F4132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ebd6af8f151cc5e8bb91ec7ebaf31a11a0b4cfeb commit ebd6af8f151cc5e8bb91ec7ebaf31a11a0b4cfeb Author: Miklos Vajna <vmiklos at frugalware.org> Date: Sun Oct 10 21:47:02 2010 +0200 libsmbios-2.2.26-1-i686 - version bump diff --git a/source/lib-extra/libsmbios/FrugalBuild b/source/lib-extra/libsmbios/FrugalBuild index d5a59c7..2d47959 100644 --- a/source/lib-extra/libsmbios/FrugalBuild +++ b/source/lib-extra/libsmbios/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Priyank Gosalia <priyankmg at gmail.com> pkgname=libsmbios -pkgver=2.2.19 -pkgrel=2 +pkgver=2.2.26 +pkgrel=1 pkgdesc="libsmbios is a library and set of tools that provide access to BIOS information." url="http://linux.dell.com/libsmbios/main/index.html" license=('GPL' 'OSL') @@ -13,7 +13,7 @@ groups=('lib-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://linux.dell.com/libsmbios/download/libsmbios/ | grep libsmbios- | tail -n1 | sed 's/.*s-\(.*\)\//\1/'" source=(http://linux.dell.com/$pkgname/download/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2) -sha1sums=('0566d247171266fbab17e623f08f9756622bc223') +sha1sums=('cab94459c6f846bad9330d3b8843d8db53fb714a') build() { From vmiklos at frugalware.org Sun Oct 10 22:21:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 10 Oct 2010 22:21:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libisofs-0.6.36-1-i686 Message-ID: <20101010202138.404DB132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c15fc5a4162f09be563aa1af57034c4aed9f3434 commit c15fc5a4162f09be563aa1af57034c4aed9f3434 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Sun Oct 10 21:47:45 2010 +0200 libisofs-0.6.36-1-i686 - version bump diff --git a/source/lib-extra/libisofs/FrugalBuild b/source/lib-extra/libisofs/FrugalBuild index 44f0634..47609ca 100644 --- a/source/lib-extra/libisofs/FrugalBuild +++ b/source/lib-extra/libisofs/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: James Buren <ryuo at frugalware.org> pkgname=libisofs -pkgver=0.6.34 +pkgver=0.6.36 pkgrel=1 pkgdesc="A library for creating ISO filesystem, among other things." url="http://libburnia-project.org" @@ -12,7 +12,7 @@ groups=('lib-extra') archs=('i686' 'x86_64' 'ppc') up2date="Flasttar $url/wiki/Releases" source=(http://files.libburnia-project.org/releases/$pkgname-$pkgver.tar.gz) -sha1sums=('da6194e7bc2ce6b94523e62a09da4bab4925c0d1') +sha1sums=('d0f7567ed59a303dddc5410e6ed7a7cc4081455a') build() { Fcd Fbuild From vmiklos at frugalware.org Sun Oct 10 22:21:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 10 Oct 2010 22:21:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tdb-1.2.2-1-i686 Message-ID: <20101010202138.54FD5132C390@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=aceca8394f7cf388a954456d228fc3bdb66cdd36 commit aceca8394f7cf388a954456d228fc3bdb66cdd36 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Sun Oct 10 21:55:26 2010 +0200 tdb-1.2.2-1-i686 - version bump - manpages are now generated from xml - drop unused patch diff --git a/source/lib-extra/tdb/FrugalBuild b/source/lib-extra/tdb/FrugalBuild index 4ad27e5..cbada36 100644 --- a/source/lib-extra/tdb/FrugalBuild +++ b/source/lib-extra/tdb/FrugalBuild @@ -2,15 +2,25 @@ # Maintainer: Priyank Gosalia <priyankmg at gmail.com> pkgname=tdb -pkgver=1.2.0 -pkgrel=2 +pkgver=1.2.2 +pkgrel=1 pkgdesc="A Trivial Database" url="http://tdb.samba.org/" depends=('glibc') +makedepends=('libxslt') # xsltproc groups=('lib-extra') archs=('i686' 'x86_64') up2date="Flasttar http://samba.org/ftp/tdb/" source=(http://samba.org/ftp/tdb/$pkgname-$pkgver.tar.gz) -sha1sums=('e6bbd027d01e1dc10e6e4226259b9f1a64920223') +sha1sums=('cef212b661510a865df53dd3da3b1129c5d32b67') + +build() +{ + Fcd + ./autogen.sh + Fmake + unset MAKEFLAGS + Fmakeinstall +} # optimization OK diff --git a/source/lib-extra/tdb/tdb-1.0.6-gcc3.patch b/source/lib-extra/tdb/tdb-1.0.6-gcc3.patch deleted file mode 100644 index a17afba..0000000 --- a/source/lib-extra/tdb/tdb-1.0.6-gcc3.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- tdb-1.0.6/tdbtool.c.old 2001-12-10 22:45:47.000000000 -0500 -+++ tdb-1.0.6/tdbtool.c 2003-10-02 22:41:51.000000000 -0400 -@@ -169,22 +169,22 @@ - - static void help(void) - { -- printf(" --tdbtool: -- create dbname : create a database -- open dbname : open an existing database -- erase : erase the database -- dump dumpname : dump the database as strings -- insert key data : insert a record -- store key data : store a record (replace) -- show key : show a record by key -- delete key : delete a record by key -- list : print the database hash table and freelist -- free : print the database freelist -- 1 | first : print the first record -- n | next : print the next record -- q | quit : terminate -- \\n : repeat 'next' command -+ printf("\n\ -+tdbtool:\n\ -+ create dbname : create a database\n\ -+ open dbname : open an existing database\n\ -+ erase : erase the database\n\ -+ dump dumpname : dump the database as strings\n\ -+ insert key data : insert a record\n\ -+ store key data : store a record (replace)\n\ -+ show key : show a record by key\n\ -+ delete key : delete a record by key\n\ -+ list : print the database hash table and freelist\n\ -+ free : print the database freelist\n\ -+ 1 | first : print the first record\n\ -+ n | next : print the next record\n\ -+ q | quit : terminate\n\ -+ \\n : repeat 'next' command\n\ - "); - } - From vmiklos at frugalware.org Sun Oct 10 22:21:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 10 Oct 2010 22:21:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ncmpc-0.18-1-i686 Message-ID: <20101010202138.5CCB2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3bdbce7dd56128030bb05391d517237a3bbd9b76 commit 3bdbce7dd56128030bb05391d517237a3bbd9b76 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Sun Oct 10 22:06:27 2010 +0200 ncmpc-0.18-1-i686 - version bump diff --git a/source/multimedia-extra/ncmpc/FrugalBuild b/source/multimedia-extra/ncmpc/FrugalBuild index c951dda..8bcd015 100644 --- a/source/multimedia-extra/ncmpc/FrugalBuild +++ b/source/multimedia-extra/ncmpc/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Sector <noreply at frugalware.org> pkgname=ncmpc -pkgver=0.17 +pkgver=0.18 pkgrel=1 pkgdesc="ncmpc is a ncurses based music manager for mpd" url="http://mpd.wikia.com/wiki/Client:Ncmpc" @@ -14,6 +14,6 @@ archs=('i686' 'x86_64') _F_sourceforge_dirname=musicpd Finclude sourceforge up2date="lynx -dump $url | grep Version | sed 's/.*n: \(.*\) */\1/'" -sha1sums=('31f440ac4f9d9b5b160bccbe37a7d943360a417a') +sha1sums=('313e86ec8095fc4f70b4008fb13a2296fb6f824b') # optimization OK From vmiklos at frugalware.org Sun Oct 10 22:21:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 10 Oct 2010 22:21:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: asciidoc-8.6.2-1-i686 Message-ID: <20101010202138.6C8C0132C391@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3956717ac5dc0cd8e35d2084ccfacc9de11b6312 commit 3956717ac5dc0cd8e35d2084ccfacc9de11b6312 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Sun Oct 10 22:10:31 2010 +0200 asciidoc-8.6.2-1-i686 - version bump diff --git a/source/apps-extra/asciidoc/FrugalBuild b/source/apps-extra/asciidoc/FrugalBuild index 170b978..2de8653 100644 --- a/source/apps-extra/asciidoc/FrugalBuild +++ b/source/apps-extra/asciidoc/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: voroskoi <voroskoi at frugalware.org> pkgname=asciidoc -pkgver=8.6.1 +pkgver=8.6.2 pkgrel=1 pkgdesc="AsciiDoc is a text document format for writing short documents, articles, books and UNIX man pages." Finclude sourceforge @@ -13,7 +13,7 @@ groups=('apps-extra') archs=('i686' 'x86_64' 'ppc') source=($source http://ftp.frugalware.org/pub/other/sources/asciidoc/asciidoc-fonts-0.1.tar.bz2 \ README.Frugalware) -sha1sums=('54604bfcf727fec03a44b10a050812a248417d92' \ +sha1sums=('181c96021fd85155b4bb9ea6c1a98522a25f5eae' \ '717779406f876f439ac37c79878f403ecdef3467' \ '31d7a38de67fd8d2492b8a07d64721491b69d1ea') Finclude python From vmiklos at frugalware.org Sun Oct 10 22:21:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 10 Oct 2010 22:21:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libktorrent-1.0.3-1-i686 Message-ID: <20101010202138.64A4F132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c4d29f564a9e495ae4101fe98cde9053890023b0 commit c4d29f564a9e495ae4101fe98cde9053890023b0 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Sun Oct 10 22:09:38 2010 +0200 libktorrent-1.0.3-1-i686 - version bump diff --git a/source/kde-extra/libktorrent/FrugalBuild b/source/kde-extra/libktorrent/FrugalBuild index 43fd591..9207e70 100644 --- a/source/kde-extra/libktorrent/FrugalBuild +++ b/source/kde-extra/libktorrent/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: voroskoi <voroskoi at frugalware.org> pkgname=libktorrent -pkgver=1.0.2 +pkgver=1.0.3 pkgrel=1 pkgdesc="LibKTorrent is a BitTorrent library for KDE." _F_cmakekde_final=OFF @@ -13,7 +13,7 @@ groups=('kde-extra') archs=('i686' 'x86_64') url="http://ktorrent.org/" up2date="Flasttar 'http://ktorrent.org/?q=downloads'" -source=("${url}/downloads/4.0.2/$pkgname-$pkgver.tar.bz2") -sha1sums=('00d38eb2f88331028002f7a1dae050ff6fd68161') +source=("${url}/downloads/4.0.3/$pkgname-$pkgver.tar.bz2") +sha1sums=('b2913924e56a5202827f3420e36ca9fb2ab3625e') # optimization OK From vmiklos at frugalware.org Sun Oct 10 22:21:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 10 Oct 2010 22:21:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mutt-devel-1.5.21-1-i686 Message-ID: <20101010202138.7AC1A132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=12ea7b59f3eb0c79c82471455cacaaa1b3a9fde9 commit 12ea7b59f3eb0c79c82471455cacaaa1b3a9fde9 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Sun Oct 10 22:17:39 2010 +0200 mutt-devel-1.5.21-1-i686 - version bump diff --git a/source/network-extra/mutt-devel/FrugalBuild b/source/network-extra/mutt-devel/FrugalBuild index 3bc3525..4e413db 100644 --- a/source/network-extra/mutt-devel/FrugalBuild +++ b/source/network-extra/mutt-devel/FrugalBuild @@ -4,8 +4,8 @@ pkgname=mutt-devel origname=mutt -pkgver=1.5.20 -pkgrel=3 +pkgver=1.5.21 +pkgrel=1 pkgdesc="A small but very powerful text-based mail client development release." url="http://www.mutt.org/" license="GPL" @@ -16,8 +16,8 @@ makedepends=('texlive') conflicts=('mutt' 'mutt-ng') backup=(etc/Muttrc) up2date="lynx -dump $url/download.html |grep tar |sed -ne 's/.*-\(.*\).t.*/\1/;2p'" -source=(ftp://ftp.mutt.org/$origname/devel/$origname-${pkgver}.tar.gz mutt_ssl.patch) -signatures=($source.asc '') +source=(ftp://ftp.mutt.org/$origname/devel/$origname-${pkgver}.tar.gz) +signatures=($source.asc) build() { diff --git a/source/network-extra/mutt-devel/mutt_ssl.patch b/source/network-extra/mutt-devel/mutt_ssl.patch deleted file mode 100644 index 862464f..0000000 --- a/source/network-extra/mutt-devel/mutt_ssl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/mutt_ssl.c 2009-06-10 07:08:29.000000000 +0200 -+++ b/mutt_ssl.c 2010-04-02 01:42:55.000000000 +0200 -@@ -652,7 +652,7 @@ - char *buf = NULL; - int bufsize; - /* needed to get the DNS subjectAltNames: */ -- STACK *subj_alt_names; -+ STACK_OF(X509) *subj_alt_names; - int subj_alt_names_count; - GENERAL_NAME *subj_alt_name; - /* did we find a name matching hostname? */ From exceed.cedric at gmail.com Sun Oct 10 22:25:58 2010 From: exceed.cedric at gmail.com (exceed) Date: Sun, 10 Oct 2010 22:25:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ntfs-3g-2010.10.2-1-i686 Message-ID: <20101010202558.D3634132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5b118481070c66f27f286577834dec1bbcee82ea commit 5b118481070c66f27f286577834dec1bbcee82ea Author: exceed <exceed.cedric at gmail.com> Date: Sun Oct 10 22:25:19 2010 +0200 ntfs-3g-2010.10.2-1-i686 * Version bump diff --git a/source/apps-extra/ntfs-3g/FrugalBuild b/source/apps-extra/ntfs-3g/FrugalBuild index c15d0f7..8cbbc47 100644 --- a/source/apps-extra/ntfs-3g/FrugalBuild +++ b/source/apps-extra/ntfs-3g/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: exceed <exceed.cedric at gmail.com> pkgname=ntfs-3g -pkgver=2010.8.8 +pkgver=2010.10.2 pkgrel=1 pkgdesc="Third generation Linux NTFS driver with full read-write access." url="http://www.ntfs-3g.org/" @@ -11,7 +11,7 @@ groups=('apps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://www.ntfs-3g.org/releases.html | grep -i 'stable version' -m1 | sed 's/.*n \(.*\) (.*/\1/'" source=(http://tuxera.com/opensource/$pkgname-$pkgver.tgz 10-ntfs-3g-policy.fdi) -sha1sums=('f9862700905b23b06e7944f663352227b9c776a6' \ +sha1sums=('97531dc0e556596e6bf2169863e9b8368c7d2bd0' \ '5c717420dab65321cc8b2dc50dddbf024c5b33dd') build() { From bouleetbil at frogdev.info Sun Oct 10 22:50:17 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 10 Oct 2010 22:50:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pygobject-2.26.0-5-i686 *split it (cairo support) *change m8r Message-ID: <20101010205017.E8FF9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=01fc28fbe40c2af0a895c496046503d5990975d7 commit 01fc28fbe40c2af0a895c496046503d5990975d7 Author: bouleetbil <bouleetbil at frogdev.info> Date: Sun Oct 10 22:50:47 2010 +0200 pygobject-2.26.0-5-i686 *split it (cairo support) *change m8r diff --git a/source/lib/pygobject/FrugalBuild b/source/lib/pygobject/FrugalBuild index 808e463..1e78e85 100644 --- a/source/lib/pygobject/FrugalBuild +++ b/source/lib/pygobject/FrugalBuild @@ -1,11 +1,11 @@ # Compiling time: 0.09 SBU -# Maintainer: Christian Hamar alias krix <krics at linuxforum.hu> +# Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=pygobject pkgver=2.26.0 -pkgrel=4 +pkgrel=5 pkgdesc="Python bindings for GObject" -depends=('python>=2.7' 'glib2>=2.24.0' 'libffi' 'gobject-introspection' 'pycairo') +depends=('python>=2.7' 'glib2>=2.24.0' 'libffi') groups=('lib') archs=('i686' 'x86_64' 'ppc') Finclude gnome python @@ -15,4 +15,16 @@ source=($source detect_libffi.patch) sha1sums=('d091412760d44477e76ae995125c8fc5a15eae74' \ '071800adc634c9d20b712ad0af6f70390e5c1476') +subpkgs=("pygobject-cairo") +subdescs=('pygobject with cairo support') +subdepends=("pycairo gobject-introspection") +subrodepends=("pygobject=$pkgver") +subgroups=('xlib') +subarchs=('i686 x86_64 ppc') + +build() { + Fbuild + Fsplit pygobject-cairo $_F_python_libdir/gtk-2.0/gi +} + # optimization OK From bouleetbil at frogdev.info Sun Oct 10 22:50:59 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 10 Oct 2010 22:50:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pygtk-2.22.0-2-i686 *now depends to pygobject-cairo Message-ID: <20101010205059.81561132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=711602e4ebd2b2b8eed0f67880b299d35ae0172a commit 711602e4ebd2b2b8eed0f67880b299d35ae0172a Author: bouleetbil <bouleetbil at frogdev.info> Date: Sun Oct 10 22:52:36 2010 +0200 pygtk-2.22.0-2-i686 *now depends to pygobject-cairo diff --git a/source/xlib/pygtk/FrugalBuild b/source/xlib/pygtk/FrugalBuild index 24378cd..f2bfb44 100644 --- a/source/xlib/pygtk/FrugalBuild +++ b/source/xlib/pygtk/FrugalBuild @@ -3,9 +3,9 @@ pkgname=pygtk pkgver=2.22.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for GTK+2" -depends=('libglade>=2.6.3-1' 'pycairo>=1.8.4' 'pygobject>=2.26.0' 'numpy' 'gtk+2>=2.22.0') +depends=('libglade>=2.6.3-1' 'pycairo>=1.8.4' 'pygobject-cairo>=2.26.0' 'numpy' 'gtk+2>=2.22.0') groups=('xlib') archs=('i686' 'x86_64' 'ppc') Finclude gnome From elentir at frugalware.org Sun Oct 10 23:18:31 2010 From: elentir at frugalware.org (Elentir) Date: Sun, 10 Oct 2010 23:18:31 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: epdfview-0.1.7-4-i686 Message-ID: <20101010211831.47316132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cbfc04246c57fb07c57ccaff17d725bc62f0e03a commit cbfc04246c57fb07c57ccaff17d725bc62f0e03a Author: Elentir <elentir at frugalware.org> Date: Sun Oct 10 23:07:17 2010 +0200 epdfview-0.1.7-4-i686 * rebuild with poppler-glib>=0.14.3 diff --git a/source/xapps-extra/epdfview/FrugalBuild b/source/xapps-extra/epdfview/FrugalBuild index 642f6ad..c5bade9 100644 --- a/source/xapps-extra/epdfview/FrugalBuild +++ b/source/xapps-extra/epdfview/FrugalBuild @@ -3,10 +3,10 @@ pkgname=epdfview pkgver=0.1.7 -pkgrel=3 +pkgrel=4 pkgdesc="ePDFView is a free lightweight PDF document viewer" url="http://trac.emma-soft.com/epdfview" -depends=('gtk+2>=2.20.0-2' 'poppler-glib>=0.12.3-3' 'lcms') +depends=('gtk+2>=2.20.0-2' 'poppler-glib>=0.14.3' 'lcms') groups=('xapps-extra') archs=('i686' 'x86_64') options=('scriptlet') From exceed.cedric at gmail.com Mon Oct 11 01:27:41 2010 From: exceed.cedric at gmail.com (exceed) Date: Mon, 11 Oct 2010 01:27:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: caps-0.4.4-1-i686 Message-ID: <20101010232741.614FB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=11ee1f5062364bcf66c66e63bc76602b18697274 commit 11ee1f5062364bcf66c66e63bc76602b18697274 Author: exceed <exceed.cedric at gmail.com> Date: Mon Oct 11 01:27:32 2010 +0200 caps-0.4.4-1-i686 * New package diff --git a/source/lib-extra/caps/FrugalBuild b/source/lib-extra/caps/FrugalBuild new file mode 100644 index 0000000..5d12c42 --- /dev/null +++ b/source/lib-extra/caps/FrugalBuild @@ -0,0 +1,26 @@ +# Compiling Time: 0.03 SBU +# Maintainer: exceed <exceed.cedric at gmail.com> + +pkgname=caps +pkgver=0.4.4 +Fpkgversep="_" +pkgrel=1 +pkgdesc="A collection of refined LADSPA audio plugins." +depends=('python' 'ladspa_sdk') +url="http://quitte.de/dsp" +source=($url/$pkgname$Fpkgversep$pkgver.tar.gz) +up2date="Flasttar $url/caps.html" +groups=('lib-extra') +archs=('i686' 'x86_64') +Finclude python +_F_cd_path=$pkgname-$pkgver +sha1sums=('7b1622f3545fa5dfc7d198c2dbc111704a078e9b') + +build() +{ + + Fsed "PREFIX = /usr/local" "PREFIX = $Fdestdir/usr" Makefile + Fmkdir /usr/lib/ladspa + Fbuild +} + From devil505linux at gmail.com Mon Oct 11 07:46:47 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 07:46:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gpodder-2.9-1-i686 * version bump Message-ID: <20101011054647.EF8B8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f0dcfcea2e409cea77fc004f27fdba3b33c0cb90 commit f0dcfcea2e409cea77fc004f27fdba3b33c0cb90 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 07:45:53 2010 +0200 gpodder-2.9-1-i686 * version bump diff --git a/source/gnome-extra/gpodder/FrugalBuild b/source/gnome-extra/gpodder/FrugalBuild index 273827d..73299dd 100644 --- a/source/gnome-extra/gpodder/FrugalBuild +++ b/source/gnome-extra/gpodder/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 <devil505linux at gmail.com> pkgname=gpodder -pkgver=2.8 +pkgver=2.9 pkgrel=1 pkgdesc="A podcast receiver/catcher." depends=('pygtk' 'pyxml' 'wget' 'python>=2.7' 'libglade' 'imagemagick>=6.4.8_9' 'feedparser' 'pysqlite2' 'python-mygpoclient' 'python-sqlite3') @@ -12,6 +12,6 @@ archs=('i686' 'x86_64') _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude berlios gnome-scriptlet -sha1sums=('b16e6cc339e44d72e5f8db53e6b47b2a14ffe026') +sha1sums=('75fbfabbdaca2e2dc4b3676fe776440896b4dbfa') From devil505linux at gmail.com Mon Oct 11 07:46:48 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 07:46:48 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: canaldailydownloader-0.1.2-2-i686 * fixing up2date Message-ID: <20101011054648.0DE3F132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=61a82af62c454317e41034bb6cda596578a6101d commit 61a82af62c454317e41034bb6cda596578a6101d Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 07:46:22 2010 +0200 canaldailydownloader-0.1.2-2-i686 * fixing up2date diff --git a/source/apps-extra/canaldailydownloader/FrugalBuild b/source/apps-extra/canaldailydownloader/FrugalBuild index 6b535ff..ddc1929 100644 --- a/source/apps-extra/canaldailydownloader/FrugalBuild +++ b/source/apps-extra/canaldailydownloader/FrugalBuild @@ -12,7 +12,7 @@ groups=('apps-extra') archs=('i686' 'x86_64') _F_archive_name="CanalDailyDownloader" Fpkgversep="_" -up2date="lynx -dump $url | grep tar.gz | Flasttar" +up2date="Flasttar http://renaudguezennec.homelinux.org/prog/Projet/CanalDailyDownloader/src/" source=(http://renaudguezennec.homelinux.org/prog/Projet/$_F_archive_name/src/$_F_archive_name$Fpkgversep$pkgver.tar.gz) sha1sums=('fd538c367cfd52d6078f1849d97da3cbfd16ba01') From devil505linux at gmail.com Mon Oct 11 07:51:34 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 07:51:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-mygpoclient-1.5-1-i686 * version bump Message-ID: <20101011055134.C13B5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c6072a51ad9a06390d71f919719a28695649ec09 commit c6072a51ad9a06390d71f919719a28695649ec09 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 07:51:20 2010 +0200 python-mygpoclient-1.5-1-i686 * version bump diff --git a/source/devel-extra/python-mygpoclient/FrugalBuild b/source/devel-extra/python-mygpoclient/FrugalBuild index 1ab5caf..655c884 100644 --- a/source/devel-extra/python-mygpoclient/FrugalBuild +++ b/source/devel-extra/python-mygpoclient/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 <devil505linux at gmail.com> pkgname=python-mygpoclient -pkgver=1.4 -pkgrel=2 +pkgver=1.5 +pkgrel=1 pkgdesc="Client library for the my.gpodder.org web service" url="http://thpinfo.com/2010/mygpoclient/" depends=('python') @@ -12,7 +12,7 @@ archs=('i686' 'x86_64') _F_archive_name="mygpoclient" up2date="Flasttar $url" source=(http://thpinfo.com/2010/mygpoclient/$_F_archive_name-$pkgver.tar.gz) -sha1sums=('825b6ee9fd7cca93aafc91d9e2890bebb89f07f5') +sha1sums=('e62c752022bbf9fbd3b6c01df85cd076cbc532bf') build() { Fcd $_F_archive_name-$pkgver From devil505linux at gmail.com Mon Oct 11 07:54:25 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 07:54:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: frozen-bubble-2.2.0-2-i686 * fixing up2date Message-ID: <20101011055425.1C21F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d26933441a919fbb3bc806c40d261a605d9c24eb commit d26933441a919fbb3bc806c40d261a605d9c24eb Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 07:54:17 2010 +0200 frozen-bubble-2.2.0-2-i686 * fixing up2date diff --git a/source/games-extra/frozen-bubble/FrugalBuild b/source/games-extra/frozen-bubble/FrugalBuild index fe5a696..f1b831f 100644 --- a/source/games-extra/frozen-bubble/FrugalBuild +++ b/source/games-extra/frozen-bubble/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="Full-featured, colorful animated penguin eyecandy" url="http://www.frozen-bubble.org/" license="GPL2" -up2date="lynx -dump $url/downloads/ | grep -m1 tar.bz2 | Flasttar" +up2date="Flasttar $url/downloads/" source=(http://www.frozen-bubble.org/data/$pkgname-$pkgver.tar.bz2 $pkgname.desktop \ use_usr.patch) groups=('games-extra') From devil505linux at gmail.com Mon Oct 11 07:59:51 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 07:59:51 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: sisctrl-0.0.20051202-3-i686 * fixing up2date Message-ID: <20101011055951.22831132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6669c214f26ee1e6bcd62d173d6cd407bd6fd50d commit 6669c214f26ee1e6bcd62d173d6cd407bd6fd50d Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 07:59:36 2010 +0200 sisctrl-0.0.20051202-3-i686 * fixing up2date diff --git a/source/xapps-extra/sisctrl/FrugalBuild b/source/xapps-extra/sisctrl/FrugalBuild index e41ace9..6d78ff0 100644 --- a/source/xapps-extra/sisctrl/FrugalBuild +++ b/source/xapps-extra/sisctrl/FrugalBuild @@ -10,7 +10,7 @@ depends=('libice' 'libxxf86vm' 'libxv' 'gtk+2>=2.20.0-2' 'glibc' 'freetype2' 'li archs=('i686' 'x86_64') options=('scriptlet') groups=('xapps-extra') -up2date="lynx -dump http://www.winischhofer.eu/linuxsispart4.shtml | Flasttar" +up2date="Flasttar http://www.winischhofer.net/linuxsispart4.shtml#download" source=(http://www.winischhofer.net/sis/$pkgname-$pkgver.tar.gz) sha1sums=('572eba9624e385a3148f9d20207cdb6e3d346cbf') Fconfopts="${Fconfopts[@]} --with-xv-path=/usr/lib" From devil505linux at gmail.com Mon Oct 11 08:03:08 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 08:03:08 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pidgin-birthday-reminder-1.7-1-i686 * version bump Message-ID: <20101011060308.CE482132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a6c65d00f057a6f6cc0c2020ac4251d11805efbb commit a6c65d00f057a6f6cc0c2020ac4251d11805efbb Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 08:02:38 2010 +0200 pidgin-birthday-reminder-1.7-1-i686 * version bump diff --git a/source/xapps-extra/pidgin-birthday-reminder/FrugalBuild b/source/xapps-extra/pidgin-birthday-reminder/FrugalBuild index 8d47bdd..e589d27 100644 --- a/source/xapps-extra/pidgin-birthday-reminder/FrugalBuild +++ b/source/xapps-extra/pidgin-birthday-reminder/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 <devil505linux at gmail.com> pkgname=pidgin-birthday-reminder -pkgver=1.6 +pkgver=1.7 pkgrel=1 pkgdesc="Pidgin Birthday Reminder reminds you of your buddies birthdays." url="https://launchpad.net/pidgin-birthday-reminder" @@ -13,6 +13,6 @@ groups=('xapps-extra' 'pidgin-plugins') archs=('i686' 'x86_64') up2date="Flasttar $url" source=($url/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz) -sha1sums=('b2c9affe12a92220679dbd5c1816b7e04f277805') +sha1sums=('f631fe0083b7b0ccae4c6fbe92cd6bfc75e3c70b') # optimization OK From devil505linux at gmail.com Mon Oct 11 08:06:29 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 08:06:29 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: frei0r-plugins-1.1.22-1-i686 * fixing up2date Message-ID: <20101011060629.B4C55132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eaa3063fd105f83fd2c642ac182b328ba25931f7 commit eaa3063fd105f83fd2c642ac182b328ba25931f7 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 08:06:09 2010 +0200 frei0r-plugins-1.1.22-1-i686 * fixing up2date diff --git a/source/xmultimedia-extra/frei0r-plugins/FrugalBuild b/source/xmultimedia-extra/frei0r-plugins/FrugalBuild index 7bc5d75..fc95194 100644 --- a/source/xmultimedia-extra/frei0r-plugins/FrugalBuild +++ b/source/xmultimedia-extra/frei0r-plugins/FrugalBuild @@ -9,8 +9,8 @@ url="http://www.piksel.org/frei0r" depends=('gavl') groups=('xmultimedia-extra') archs=('i686' 'x86_64') -up2date="Flasttar http://propirate.net/frei0r/" -source=(http://propirate.net/frei0r/$pkgname-$pkgver.tar.gz) +up2date="Flasttar http://ftp.dyne.org/frei0r/releases/" +source=(http://ftp.dyne.org/frei0r/releases/$pkgname-$pkgver.tar.gz) sha1sums=('2bd488fc0e6d12b2f0b141ec21a3c74b7c85d4b4') # optimization OK From devil505linux at gmail.com Mon Oct 11 08:43:09 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 08:43:09 +0200 (CEST) Subject: [Frugalware-git] artwork: * initial import of frugalware cursor theme Message-ID: <20101011064309.0C9E6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=b7103ea4e944f6837478057dbc9c987ba0b0f28a commit b7103ea4e944f6837478057dbc9c987ba0b0f28a Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 08:08:54 2010 +0200 * initial import of frugalware cursor theme diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/00008160000006810000408080010102 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..b39ad82 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/028006030e0e7ebffc7f7070c0600140 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/03b6e0fcb3499374a867c041f52298f0 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/0876e1c15ff2fc01f906f1c363074c0f b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/1081e37283d90000800003c07f3ef6bf b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/14fef782d02440884392942c11205230 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/208530c400c041818281048008011002 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..7a61012 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +HandSqueezed \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/2870a09082c103050810ffdffffe0204 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/3085a0e285430894940527032f8b26df b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/3ecb610c1bf2410f44200f48c40d3599 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/4498f0e0c1937ffe01fd06f973665830 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/5aca4d189052212118709018842178c0 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..89b1f62 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +HandGrab \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/6407b0e94181790501fd1e167b474872 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/640fb0e74195791501fd1ed57b41487f b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/9081237383d90e509aa00f00170e968f b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/9d800788f1b08800ae810202380a0822 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..89b1f62 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +HandGrab \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/HDoubleArrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/HDoubleArrow new file mode 100644 index 0000000..5810e4a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/HDoubleArrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/HandGrab b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/HandGrab new file mode 100644 index 0000000..9aa6dd8 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/HandGrab differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/HandSqueezed b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/HandSqueezed new file mode 100644 index 0000000..bf05d70 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/HandSqueezed differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/VDoubleArrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/VDoubleArrow new file mode 100644 index 0000000..c1bb317 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/VDoubleArrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/X_cursor b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/X_cursor new file mode 100644 index 0000000..5f19d41 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/X_cursor differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/arrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/arrow new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/base_arrow_down b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/base_arrow_down new file mode 100644 index 0000000..30d14bc Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/base_arrow_down differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/base_arrow_up b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/base_arrow_up new file mode 100644 index 0000000..404a878 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/base_arrow_up differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/based_arrow_down b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/based_arrow_down new file mode 100644 index 0000000..30d14bc Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/based_arrow_down differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/based_arrow_up b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/based_arrow_up new file mode 100644 index 0000000..404a878 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/based_arrow_up differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/bd_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/bd_double_arrow new file mode 100644 index 0000000..845f415 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/bd_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/bottom_left_corner b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/bottom_left_corner new file mode 100644 index 0000000..78d6079 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/bottom_left_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/bottom_right_corner b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/bottom_right_corner new file mode 100644 index 0000000..845f415 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/bottom_right_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/bottom_side b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/bottom_side new file mode 100644 index 0000000..bed913c Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/bottom_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/center_ptr b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/center_ptr new file mode 100644 index 0000000..3377143 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/center_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/circle b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/circle new file mode 100644 index 0000000..83b63a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/circle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/copy b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/copy new file mode 100644 index 0000000..34c2606 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/copy differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/cross b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/cross new file mode 100644 index 0000000..4e6a5a2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/cross differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/cross_reverse b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/cross_reverse new file mode 100644 index 0000000..4e6a5a2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/cross_reverse differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/crossed_circle b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/crossed_circle new file mode 100644 index 0000000..33773da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/crossed_circle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/crosshair b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/crosshair new file mode 100644 index 0000000..e18d7e1 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/crosshair differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/d9ce0ab605698f320427677b458ad60b b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-ask b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-ask new file mode 100644 index 0000000..daad749 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-ask differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-copy b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-copy new file mode 100644 index 0000000..0fe682a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-copy differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-link b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-link new file mode 100644 index 0000000..8ea35a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-link differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-move b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-move new file mode 100644 index 0000000..c848052 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-move differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-none b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-none new file mode 100644 index 0000000..33773da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/dnd-none differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/double_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/double_arrow new file mode 100644 index 0000000..bed913c Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/draft_large b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/draft_large new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/draft_large differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/draft_small b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/draft_small new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/draft_small differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/e29285e634086352946a0e7090d73106 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/f41c0e382c94c0958e07017e42b00462 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..c541de2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoomIn \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/f41c0e382c97c0938e07017e42800402 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..943d090 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoomOut \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/fd_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/fd_double_arrow new file mode 100644 index 0000000..78d6079 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/fd_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/fleur b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/fleur new file mode 100644 index 0000000..3cba50a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/fleur differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/h_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/h_double_arrow new file mode 100644 index 0000000..5810e4a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/h_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/hand b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/hand new file mode 100644 index 0000000..b513649 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/hand differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/hand1 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/hand1 new file mode 100644 index 0000000..b513649 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/hand1 differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/hand2 b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/hand2 new file mode 100644 index 0000000..b513649 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/hand2 differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/left_ptr b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/left_ptr new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/left_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/left_ptr_watch b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/left_ptr_watch new file mode 100644 index 0000000..ed7c781 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/left_ptr_watch differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/left_side b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/left_side new file mode 100644 index 0000000..0272952 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/left_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/link b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/link new file mode 100644 index 0000000..74e8a14 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/link differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/ll_angle b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/ll_angle new file mode 100644 index 0000000..958b9c5 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/ll_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/lr_angle b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/lr_angle new file mode 100644 index 0000000..85727e0 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/lr_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/move b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/move new file mode 100644 index 0000000..9ad02be Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/move differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/pencil b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/pencil new file mode 100644 index 0000000..34733cd Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/pencil differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/plus b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/plus new file mode 100644 index 0000000..9ad02be Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/plus differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/question_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/question_arrow new file mode 100644 index 0000000..18f2619 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/question_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/right_ptr b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/right_ptr new file mode 100644 index 0000000..6170f27 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/right_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/right_side b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/right_side new file mode 100644 index 0000000..0272952 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/right_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_down_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_down_arrow new file mode 100644 index 0000000..bda42ab Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_down_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_h_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_h_double_arrow new file mode 100644 index 0000000..5810e4a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_h_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_left_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_left_arrow new file mode 100644 index 0000000..26e7db2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_left_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_right_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_right_arrow new file mode 100644 index 0000000..f0aa162 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_right_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_up_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_up_arrow new file mode 100644 index 0000000..3377143 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_up_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_v_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_v_double_arrow new file mode 100644 index 0000000..c1bb317 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/sb_v_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/tcross b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/tcross new file mode 100644 index 0000000..4e6a5a2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/tcross differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/top_left_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/top_left_arrow new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/top_left_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/top_left_corner b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/top_left_corner new file mode 100644 index 0000000..845f415 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/top_left_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/top_right_corner b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/top_right_corner new file mode 100644 index 0000000..78d6079 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/top_right_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/top_side b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/top_side new file mode 100644 index 0000000..bed913c Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/top_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/ul_angle b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/ul_angle new file mode 100644 index 0000000..c848052 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/ul_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/ur_angle b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/ur_angle new file mode 100644 index 0000000..093b255 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/ur_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/v_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/v_double_arrow new file mode 100644 index 0000000..c1bb317 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/v_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/watch b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/watch new file mode 100644 index 0000000..94b613b Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/watch differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/xterm b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/xterm new file mode 100644 index 0000000..294b582 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/xterm differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/zoomIn b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/zoomIn new file mode 100644 index 0000000..1eb7f10 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/zoomIn differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/zoomOut b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/zoomOut new file mode 100644 index 0000000..341593f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading/cursors/zoomOut differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading/index.theme b/frugalware-cursor-theme/FwX11MouseThemeFading/index.theme new file mode 100644 index 0000000..2943127 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading/index.theme @@ -0,0 +1,4 @@ +[Icon Theme] +Name=Frugalware X11 mouse theme fading +Comment=Based on the PolarCursorTheme by ECHM (GPL licenced). +Example=left_ptr \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/00008160000006810000408080010102 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..b39ad82 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/028006030e0e7ebffc7f7070c0600140 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/03b6e0fcb3499374a867c041f52298f0 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/0876e1c15ff2fc01f906f1c363074c0f b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/1081e37283d90000800003c07f3ef6bf b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/14fef782d02440884392942c11205230 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/208530c400c041818281048008011002 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..7a61012 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +HandSqueezed \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/2870a09082c103050810ffdffffe0204 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/3085a0e285430894940527032f8b26df b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/3ecb610c1bf2410f44200f48c40d3599 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/4498f0e0c1937ffe01fd06f973665830 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/5aca4d189052212118709018842178c0 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..89b1f62 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +HandGrab \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/6407b0e94181790501fd1e167b474872 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/640fb0e74195791501fd1ed57b41487f b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/9081237383d90e509aa00f00170e968f b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/9d800788f1b08800ae810202380a0822 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..89b1f62 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +HandGrab \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/HDoubleArrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/HDoubleArrow new file mode 100644 index 0000000..7333f27 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/HDoubleArrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/HandGrab b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/HandGrab new file mode 100644 index 0000000..7175d94 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/HandGrab differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/HandSqueezed b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/HandSqueezed new file mode 100644 index 0000000..3cce5ea Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/HandSqueezed differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/VDoubleArrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/VDoubleArrow new file mode 100644 index 0000000..4bc7f29 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/VDoubleArrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/X_cursor b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/X_cursor new file mode 100644 index 0000000..6f1ab14 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/X_cursor differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/arrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/arrow new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/base_arrow_down b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/base_arrow_down new file mode 100644 index 0000000..7d986aa Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/base_arrow_down differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/base_arrow_up b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/base_arrow_up new file mode 100644 index 0000000..32c2a0a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/base_arrow_up differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/based_arrow_down b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/based_arrow_down new file mode 100644 index 0000000..7d986aa Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/based_arrow_down differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/based_arrow_up b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/based_arrow_up new file mode 100644 index 0000000..32c2a0a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/based_arrow_up differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/bd_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/bd_double_arrow new file mode 100644 index 0000000..9eef5da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/bd_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/bottom_left_corner b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/bottom_left_corner new file mode 100644 index 0000000..9be7a77 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/bottom_left_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/bottom_right_corner b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/bottom_right_corner new file mode 100644 index 0000000..9eef5da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/bottom_right_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/bottom_side b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/bottom_side new file mode 100644 index 0000000..aca87a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/bottom_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/center_ptr b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/center_ptr new file mode 100644 index 0000000..f46b44e Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/center_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/circle b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/circle new file mode 100644 index 0000000..6c0ad26 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/circle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/copy b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/copy new file mode 100644 index 0000000..b25f442 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/copy differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/cross b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/cross new file mode 100644 index 0000000..6ae3dd2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/cross differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/cross_reverse b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/cross_reverse new file mode 100644 index 0000000..6ae3dd2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/cross_reverse differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/crossed_circle b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/crossed_circle new file mode 100644 index 0000000..b6ce826 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/crossed_circle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/crosshair b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/crosshair new file mode 100644 index 0000000..0b9c2d9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/crosshair differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/d9ce0ab605698f320427677b458ad60b b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-ask b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-ask new file mode 100644 index 0000000..d94af91 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-ask differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-copy b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-copy new file mode 100644 index 0000000..180846f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-copy differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-link b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-link new file mode 100644 index 0000000..f70da58 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-link differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-move b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-move new file mode 100644 index 0000000..9e32a75 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-move differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-none b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-none new file mode 100644 index 0000000..b6ce826 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/dnd-none differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/double_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/double_arrow new file mode 100644 index 0000000..aca87a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/draft_large b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/draft_large new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/draft_large differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/draft_small b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/draft_small new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/draft_small differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/e29285e634086352946a0e7090d73106 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/f41c0e382c94c0958e07017e42b00462 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..c541de2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoomIn \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/f41c0e382c97c0938e07017e42800402 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..943d090 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoomOut \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/fd_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/fd_double_arrow new file mode 100644 index 0000000..9be7a77 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/fd_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/fleur b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/fleur new file mode 100644 index 0000000..8850913 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/fleur differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/h_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/h_double_arrow new file mode 100644 index 0000000..7333f27 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/h_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/hand b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/hand new file mode 100644 index 0000000..c37a400 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/hand differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/hand1 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/hand1 new file mode 100644 index 0000000..c37a400 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/hand1 differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/hand2 b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/hand2 new file mode 100644 index 0000000..c37a400 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/hand2 differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/left_ptr b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/left_ptr new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/left_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/left_ptr_watch b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/left_ptr_watch new file mode 100644 index 0000000..dcef047 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/left_ptr_watch differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/left_side b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/left_side new file mode 100644 index 0000000..f700d3e Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/left_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/link b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/link new file mode 100644 index 0000000..225bb48 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/link differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/ll_angle b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/ll_angle new file mode 100644 index 0000000..ce6dbec Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/ll_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/lr_angle b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/lr_angle new file mode 100644 index 0000000..6fc1ffa Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/lr_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/move b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/move new file mode 100644 index 0000000..1970276 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/move differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/pencil b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/pencil new file mode 100644 index 0000000..551186a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/pencil differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/plus b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/plus new file mode 100644 index 0000000..1970276 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/plus differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/question_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/question_arrow new file mode 100644 index 0000000..5df9ef9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/question_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/right_ptr b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/right_ptr new file mode 100644 index 0000000..cdbc0b6 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/right_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/right_side b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/right_side new file mode 100644 index 0000000..f700d3e Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/right_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_down_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_down_arrow new file mode 100644 index 0000000..d5b46e2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_down_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_h_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_h_double_arrow new file mode 100644 index 0000000..7333f27 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_h_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_left_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_left_arrow new file mode 100644 index 0000000..6eb4970 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_left_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_right_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_right_arrow new file mode 100644 index 0000000..880ad51 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_right_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_up_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_up_arrow new file mode 100644 index 0000000..f46b44e Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_up_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_v_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_v_double_arrow new file mode 100644 index 0000000..4bc7f29 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/sb_v_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/tcross b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/tcross new file mode 100644 index 0000000..6ae3dd2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/tcross differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/top_left_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/top_left_arrow new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/top_left_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/top_left_corner b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/top_left_corner new file mode 100644 index 0000000..9eef5da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/top_left_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/top_right_corner b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/top_right_corner new file mode 100644 index 0000000..9be7a77 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/top_right_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/top_side b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/top_side new file mode 100644 index 0000000..aca87a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/top_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/ul_angle b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/ul_angle new file mode 100644 index 0000000..9e32a75 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/ul_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/ur_angle b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/ur_angle new file mode 100644 index 0000000..2eba8f6 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/ur_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/v_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/v_double_arrow new file mode 100644 index 0000000..4bc7f29 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/v_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/watch b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/watch new file mode 100644 index 0000000..f02e7c2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/watch differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/xterm b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/xterm new file mode 100644 index 0000000..06eb0c7 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/xterm differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/zoomIn b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/zoomIn new file mode 100644 index 0000000..3a03410 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/zoomIn differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/zoomOut b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/zoomOut new file mode 100644 index 0000000..1ec3ece Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeFading24px/cursors/zoomOut differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeFading24px/index.theme b/frugalware-cursor-theme/FwX11MouseThemeFading24px/index.theme new file mode 100644 index 0000000..b513634 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeFading24px/index.theme @@ -0,0 +1,4 @@ +[Icon Theme] +Name=Frugalware X11 mouse theme fading 24px +Comment=Based on the PolarCursorTheme by ECHM (GPL licenced). +Example=left_ptr \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/00008160000006810000408080010102 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..b39ad82 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/028006030e0e7ebffc7f7070c0600140 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/03b6e0fcb3499374a867c041f52298f0 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/0876e1c15ff2fc01f906f1c363074c0f b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/1081e37283d90000800003c07f3ef6bf b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/14fef782d02440884392942c11205230 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/208530c400c041818281048008011002 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..7a61012 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +HandSqueezed \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/2870a09082c103050810ffdffffe0204 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/3085a0e285430894940527032f8b26df b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/3ecb610c1bf2410f44200f48c40d3599 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/4498f0e0c1937ffe01fd06f973665830 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/5aca4d189052212118709018842178c0 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..89b1f62 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +HandGrab \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/6407b0e94181790501fd1e167b474872 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/640fb0e74195791501fd1ed57b41487f b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/9081237383d90e509aa00f00170e968f b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/9d800788f1b08800ae810202380a0822 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..89b1f62 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +HandGrab \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/HDoubleArrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/HDoubleArrow new file mode 100644 index 0000000..5810e4a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/HDoubleArrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/HandGrab b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/HandGrab new file mode 100644 index 0000000..9aa6dd8 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/HandGrab differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/HandSqueezed b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/HandSqueezed new file mode 100644 index 0000000..bf05d70 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/HandSqueezed differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/VDoubleArrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/VDoubleArrow new file mode 100644 index 0000000..c1bb317 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/VDoubleArrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/X_cursor b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/X_cursor new file mode 100644 index 0000000..5f19d41 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/X_cursor differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/arrow new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/base_arrow_down b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/base_arrow_down new file mode 100644 index 0000000..30d14bc Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/base_arrow_down differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/base_arrow_up b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/base_arrow_up new file mode 100644 index 0000000..404a878 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/base_arrow_up differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/based_arrow_down b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/based_arrow_down new file mode 100644 index 0000000..30d14bc Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/based_arrow_down differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/based_arrow_up b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/based_arrow_up new file mode 100644 index 0000000..404a878 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/based_arrow_up differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/bd_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/bd_double_arrow new file mode 100644 index 0000000..845f415 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/bd_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/bottom_left_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/bottom_left_corner new file mode 100644 index 0000000..78d6079 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/bottom_left_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/bottom_right_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/bottom_right_corner new file mode 100644 index 0000000..845f415 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/bottom_right_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/bottom_side b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/bottom_side new file mode 100644 index 0000000..bed913c Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/bottom_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/center_ptr b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/center_ptr new file mode 100644 index 0000000..3377143 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/center_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/circle b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/circle new file mode 100644 index 0000000..83b63a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/circle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/copy b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/copy new file mode 100644 index 0000000..34c2606 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/copy differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/cross b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/cross new file mode 100644 index 0000000..4e6a5a2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/cross differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/cross_reverse b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/cross_reverse new file mode 100644 index 0000000..4e6a5a2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/cross_reverse differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/crossed_circle b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/crossed_circle new file mode 100644 index 0000000..33773da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/crossed_circle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/crosshair b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/crosshair new file mode 100644 index 0000000..e18d7e1 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/crosshair differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/d9ce0ab605698f320427677b458ad60b b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-ask b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-ask new file mode 100644 index 0000000..daad749 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-ask differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-copy b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-copy new file mode 100644 index 0000000..0fe682a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-copy differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-link b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-link new file mode 100644 index 0000000..8ea35a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-link differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-move b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-move new file mode 100644 index 0000000..c848052 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-move differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-none b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-none new file mode 100644 index 0000000..33773da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/dnd-none differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/double_arrow new file mode 100644 index 0000000..bed913c Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/draft_large b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/draft_large new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/draft_large differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/draft_small b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/draft_small new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/draft_small differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/e29285e634086352946a0e7090d73106 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/f41c0e382c94c0958e07017e42b00462 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..c541de2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoomIn \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/f41c0e382c97c0938e07017e42800402 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..943d090 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoomOut \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/fd_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/fd_double_arrow new file mode 100644 index 0000000..78d6079 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/fd_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/fleur b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/fleur new file mode 100644 index 0000000..3cba50a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/fleur differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/h_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/h_double_arrow new file mode 100644 index 0000000..5810e4a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/h_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/hand b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/hand new file mode 100644 index 0000000..b513649 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/hand differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/hand1 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/hand1 new file mode 100644 index 0000000..b513649 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/hand1 differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/hand2 b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/hand2 new file mode 100644 index 0000000..b513649 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/hand2 differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/left_ptr b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/left_ptr new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/left_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/left_ptr_watch b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/left_ptr_watch new file mode 100644 index 0000000..4bef961 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/left_ptr_watch differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/left_side b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/left_side new file mode 100644 index 0000000..0272952 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/left_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/link b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/link new file mode 100644 index 0000000..74e8a14 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/link differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/ll_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/ll_angle new file mode 100644 index 0000000..958b9c5 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/ll_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/lr_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/lr_angle new file mode 100644 index 0000000..85727e0 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/lr_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/move b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/move new file mode 100644 index 0000000..9ad02be Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/move differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/pencil b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/pencil new file mode 100644 index 0000000..34733cd Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/pencil differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/plus b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/plus new file mode 100644 index 0000000..9ad02be Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/plus differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/question_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/question_arrow new file mode 100644 index 0000000..18f2619 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/question_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/right_ptr b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/right_ptr new file mode 100644 index 0000000..6170f27 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/right_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/right_side b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/right_side new file mode 100644 index 0000000..0272952 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/right_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_down_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_down_arrow new file mode 100644 index 0000000..bda42ab Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_down_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_h_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_h_double_arrow new file mode 100644 index 0000000..5810e4a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_h_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_left_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_left_arrow new file mode 100644 index 0000000..26e7db2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_left_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_right_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_right_arrow new file mode 100644 index 0000000..f0aa162 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_right_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_up_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_up_arrow new file mode 100644 index 0000000..3377143 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_up_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_v_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_v_double_arrow new file mode 100644 index 0000000..c1bb317 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/sb_v_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/tcross b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/tcross new file mode 100644 index 0000000..4e6a5a2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/tcross differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/top_left_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/top_left_arrow new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/top_left_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/top_left_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/top_left_corner new file mode 100644 index 0000000..845f415 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/top_left_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/top_right_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/top_right_corner new file mode 100644 index 0000000..78d6079 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/top_right_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/top_side b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/top_side new file mode 100644 index 0000000..bed913c Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/top_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/ul_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/ul_angle new file mode 100644 index 0000000..c848052 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/ul_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/ur_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/ur_angle new file mode 100644 index 0000000..093b255 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/ur_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/v_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/v_double_arrow new file mode 100644 index 0000000..c1bb317 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/v_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/watch b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/watch new file mode 100644 index 0000000..2d28c10 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/watch differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/xterm b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/xterm new file mode 100644 index 0000000..294b582 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/xterm differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/zoomIn b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/zoomIn new file mode 100644 index 0000000..1eb7f10 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/zoomIn differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/zoomOut b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/zoomOut new file mode 100644 index 0000000..341593f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning/cursors/zoomOut differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning/index.theme b/frugalware-cursor-theme/FwX11MouseThemeSpinning/index.theme new file mode 100644 index 0000000..3fa6714 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning/index.theme @@ -0,0 +1,4 @@ +[Icon Theme] +Name=Frugalware X11 mouse theme spinning +Comment=Based on the PolarCursorTheme by ECHM (GPL licenced). +Example=left_ptr \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/00008160000006810000408080010102 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..b39ad82 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/028006030e0e7ebffc7f7070c0600140 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/03b6e0fcb3499374a867c041f52298f0 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/0876e1c15ff2fc01f906f1c363074c0f b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/1081e37283d90000800003c07f3ef6bf b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/14fef782d02440884392942c11205230 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/208530c400c041818281048008011002 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..7a61012 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +HandSqueezed \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/2870a09082c103050810ffdffffe0204 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/3085a0e285430894940527032f8b26df b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/3ecb610c1bf2410f44200f48c40d3599 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/4498f0e0c1937ffe01fd06f973665830 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/5aca4d189052212118709018842178c0 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..89b1f62 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +HandGrab \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/6407b0e94181790501fd1e167b474872 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/640fb0e74195791501fd1ed57b41487f b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/9081237383d90e509aa00f00170e968f b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/9d800788f1b08800ae810202380a0822 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..89b1f62 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +HandGrab \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/HDoubleArrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/HDoubleArrow new file mode 100644 index 0000000..7333f27 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/HDoubleArrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/HandGrab b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/HandGrab new file mode 100644 index 0000000..7175d94 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/HandGrab differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/HandSqueezed b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/HandSqueezed new file mode 100644 index 0000000..3cce5ea Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/HandSqueezed differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/VDoubleArrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/VDoubleArrow new file mode 100644 index 0000000..4bc7f29 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/VDoubleArrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/X_cursor b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/X_cursor new file mode 100644 index 0000000..6f1ab14 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/X_cursor differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/arrow new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/base_arrow_down b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/base_arrow_down new file mode 100644 index 0000000..7d986aa Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/base_arrow_down differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/base_arrow_up b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/base_arrow_up new file mode 100644 index 0000000..32c2a0a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/base_arrow_up differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/based_arrow_down b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/based_arrow_down new file mode 100644 index 0000000..7d986aa Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/based_arrow_down differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/based_arrow_up b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/based_arrow_up new file mode 100644 index 0000000..32c2a0a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/based_arrow_up differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/bd_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/bd_double_arrow new file mode 100644 index 0000000..9eef5da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/bd_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/bottom_left_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/bottom_left_corner new file mode 100644 index 0000000..9be7a77 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/bottom_left_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/bottom_right_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/bottom_right_corner new file mode 100644 index 0000000..9eef5da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/bottom_right_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/bottom_side b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/bottom_side new file mode 100644 index 0000000..aca87a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/bottom_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/center_ptr b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/center_ptr new file mode 100644 index 0000000..f46b44e Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/center_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/circle b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/circle new file mode 100644 index 0000000..6c0ad26 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/circle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/copy b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/copy new file mode 100644 index 0000000..b25f442 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/copy differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/cross b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/cross new file mode 100644 index 0000000..6ae3dd2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/cross differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/cross_reverse b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/cross_reverse new file mode 100644 index 0000000..6ae3dd2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/cross_reverse differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/crossed_circle b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/crossed_circle new file mode 100644 index 0000000..b6ce826 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/crossed_circle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/crosshair b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/crosshair new file mode 100644 index 0000000..0b9c2d9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/crosshair differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/d9ce0ab605698f320427677b458ad60b b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-ask b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-ask new file mode 100644 index 0000000..d94af91 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-ask differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-copy b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-copy new file mode 100644 index 0000000..180846f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-copy differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-link b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-link new file mode 100644 index 0000000..f70da58 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-link differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-move b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-move new file mode 100644 index 0000000..9e32a75 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-move differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-none b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-none new file mode 100644 index 0000000..b6ce826 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/dnd-none differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/double_arrow new file mode 100644 index 0000000..aca87a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/draft_large b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/draft_large new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/draft_large differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/draft_small b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/draft_small new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/draft_small differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/e29285e634086352946a0e7090d73106 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/f41c0e382c94c0958e07017e42b00462 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..c541de2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoomIn \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/f41c0e382c97c0938e07017e42800402 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..943d090 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoomOut \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/fd_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/fd_double_arrow new file mode 100644 index 0000000..9be7a77 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/fd_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/fleur b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/fleur new file mode 100644 index 0000000..8850913 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/fleur differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/h_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/h_double_arrow new file mode 100644 index 0000000..7333f27 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/h_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/hand b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/hand new file mode 100644 index 0000000..c37a400 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/hand differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/hand1 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/hand1 new file mode 100644 index 0000000..c37a400 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/hand1 differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/hand2 b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/hand2 new file mode 100644 index 0000000..c37a400 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/hand2 differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/left_ptr b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/left_ptr new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/left_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/left_ptr_watch b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/left_ptr_watch new file mode 100644 index 0000000..4bd55aa Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/left_ptr_watch differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/left_side b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/left_side new file mode 100644 index 0000000..f700d3e Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/left_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/link b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/link new file mode 100644 index 0000000..225bb48 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/link differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/ll_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/ll_angle new file mode 100644 index 0000000..ce6dbec Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/ll_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/lr_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/lr_angle new file mode 100644 index 0000000..6fc1ffa Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/lr_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/move b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/move new file mode 100644 index 0000000..1970276 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/move differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/pencil b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/pencil new file mode 100644 index 0000000..551186a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/pencil differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/plus b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/plus new file mode 100644 index 0000000..1970276 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/plus differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/question_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/question_arrow new file mode 100644 index 0000000..5df9ef9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/question_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/right_ptr b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/right_ptr new file mode 100644 index 0000000..cdbc0b6 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/right_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/right_side b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/right_side new file mode 100644 index 0000000..f700d3e Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/right_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_down_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_down_arrow new file mode 100644 index 0000000..d5b46e2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_down_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_h_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_h_double_arrow new file mode 100644 index 0000000..7333f27 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_h_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_left_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_left_arrow new file mode 100644 index 0000000..6eb4970 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_left_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_right_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_right_arrow new file mode 100644 index 0000000..880ad51 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_right_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_up_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_up_arrow new file mode 100644 index 0000000..f46b44e Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_up_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_v_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_v_double_arrow new file mode 100644 index 0000000..4bc7f29 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/sb_v_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/tcross b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/tcross new file mode 100644 index 0000000..6ae3dd2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/tcross differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/top_left_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/top_left_arrow new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/top_left_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/top_left_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/top_left_corner new file mode 100644 index 0000000..9eef5da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/top_left_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/top_right_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/top_right_corner new file mode 100644 index 0000000..9be7a77 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/top_right_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/top_side b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/top_side new file mode 100644 index 0000000..aca87a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/top_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/ul_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/ul_angle new file mode 100644 index 0000000..9e32a75 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/ul_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/ur_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/ur_angle new file mode 100644 index 0000000..2eba8f6 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/ur_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/v_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/v_double_arrow new file mode 100644 index 0000000..4bc7f29 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/v_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/watch b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/watch new file mode 100644 index 0000000..d5f612c Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/watch differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/xterm b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/xterm new file mode 100644 index 0000000..06eb0c7 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/xterm differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/zoomIn b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/zoomIn new file mode 100644 index 0000000..3a03410 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/zoomIn differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/zoomOut b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/zoomOut new file mode 100644 index 0000000..1ec3ece Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/cursors/zoomOut differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/index.theme b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/index.theme new file mode 100644 index 0000000..cefb247 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinning24px/index.theme @@ -0,0 +1,4 @@ +[Icon Theme] +Name=Frugalware X11 mouse theme spinning 24px +Comment=Based on the PolarCursorTheme by ECHM (GPL licenced). +Example=left_ptr \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/00008160000006810000408080010102 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..b39ad82 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/028006030e0e7ebffc7f7070c0600140 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/03b6e0fcb3499374a867c041f52298f0 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/0876e1c15ff2fc01f906f1c363074c0f b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/1081e37283d90000800003c07f3ef6bf b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/14fef782d02440884392942c11205230 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/208530c400c041818281048008011002 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..7a61012 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +HandSqueezed \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/2870a09082c103050810ffdffffe0204 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/3085a0e285430894940527032f8b26df b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/3ecb610c1bf2410f44200f48c40d3599 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/4498f0e0c1937ffe01fd06f973665830 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/5aca4d189052212118709018842178c0 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..89b1f62 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +HandGrab \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/6407b0e94181790501fd1e167b474872 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/640fb0e74195791501fd1ed57b41487f b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/9081237383d90e509aa00f00170e968f b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/9d800788f1b08800ae810202380a0822 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..89b1f62 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +HandGrab \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/HDoubleArrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/HDoubleArrow new file mode 100644 index 0000000..5810e4a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/HDoubleArrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/HandGrab b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/HandGrab new file mode 100644 index 0000000..9aa6dd8 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/HandGrab differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/HandSqueezed b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/HandSqueezed new file mode 100644 index 0000000..bf05d70 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/HandSqueezed differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/VDoubleArrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/VDoubleArrow new file mode 100644 index 0000000..c1bb317 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/VDoubleArrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/X_cursor b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/X_cursor new file mode 100644 index 0000000..5f19d41 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/X_cursor differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/arrow new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/base_arrow_down b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/base_arrow_down new file mode 100644 index 0000000..30d14bc Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/base_arrow_down differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/base_arrow_up b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/base_arrow_up new file mode 100644 index 0000000..404a878 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/base_arrow_up differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/based_arrow_down b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/based_arrow_down new file mode 100644 index 0000000..30d14bc Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/based_arrow_down differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/based_arrow_up b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/based_arrow_up new file mode 100644 index 0000000..404a878 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/based_arrow_up differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/bd_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/bd_double_arrow new file mode 100644 index 0000000..845f415 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/bd_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/bottom_left_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/bottom_left_corner new file mode 100644 index 0000000..78d6079 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/bottom_left_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/bottom_right_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/bottom_right_corner new file mode 100644 index 0000000..845f415 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/bottom_right_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/bottom_side b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/bottom_side new file mode 100644 index 0000000..bed913c Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/bottom_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/center_ptr b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/center_ptr new file mode 100644 index 0000000..3377143 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/center_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/circle b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/circle new file mode 100644 index 0000000..83b63a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/circle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/copy b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/copy new file mode 100644 index 0000000..34c2606 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/copy differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/cross b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/cross new file mode 100644 index 0000000..4e6a5a2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/cross differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/cross_reverse b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/cross_reverse new file mode 100644 index 0000000..4e6a5a2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/cross_reverse differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/crossed_circle b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/crossed_circle new file mode 100644 index 0000000..33773da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/crossed_circle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/crosshair b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/crosshair new file mode 100644 index 0000000..e18d7e1 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/crosshair differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/d9ce0ab605698f320427677b458ad60b b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-ask b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-ask new file mode 100644 index 0000000..daad749 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-ask differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-copy b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-copy new file mode 100644 index 0000000..0fe682a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-copy differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-link b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-link new file mode 100644 index 0000000..8ea35a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-link differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-move b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-move new file mode 100644 index 0000000..c848052 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-move differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-none b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-none new file mode 100644 index 0000000..33773da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/dnd-none differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/double_arrow new file mode 100644 index 0000000..bed913c Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/draft_large b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/draft_large new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/draft_large differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/draft_small b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/draft_small new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/draft_small differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/e29285e634086352946a0e7090d73106 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/f41c0e382c94c0958e07017e42b00462 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..c541de2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoomIn \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/f41c0e382c97c0938e07017e42800402 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..943d090 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoomOut \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/fd_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/fd_double_arrow new file mode 100644 index 0000000..78d6079 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/fd_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/fleur b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/fleur new file mode 100644 index 0000000..3cba50a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/fleur differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/h_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/h_double_arrow new file mode 100644 index 0000000..5810e4a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/h_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/hand b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/hand new file mode 100644 index 0000000..b513649 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/hand differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/hand1 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/hand1 new file mode 100644 index 0000000..b513649 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/hand1 differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/hand2 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/hand2 new file mode 100644 index 0000000..b513649 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/hand2 differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/left_ptr b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/left_ptr new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/left_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/left_ptr_watch b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/left_ptr_watch new file mode 100644 index 0000000..e6fbbfb Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/left_ptr_watch differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/left_side b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/left_side new file mode 100644 index 0000000..0272952 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/left_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/link b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/link new file mode 100644 index 0000000..74e8a14 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/link differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/ll_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/ll_angle new file mode 100644 index 0000000..958b9c5 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/ll_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/lr_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/lr_angle new file mode 100644 index 0000000..85727e0 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/lr_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/move b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/move new file mode 100644 index 0000000..9ad02be Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/move differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/pencil b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/pencil new file mode 100644 index 0000000..34733cd Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/pencil differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/plus b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/plus new file mode 100644 index 0000000..9ad02be Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/plus differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/question_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/question_arrow new file mode 100644 index 0000000..18f2619 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/question_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/right_ptr b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/right_ptr new file mode 100644 index 0000000..6170f27 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/right_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/right_side b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/right_side new file mode 100644 index 0000000..0272952 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/right_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_down_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_down_arrow new file mode 100644 index 0000000..bda42ab Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_down_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_h_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_h_double_arrow new file mode 100644 index 0000000..5810e4a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_h_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_left_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_left_arrow new file mode 100644 index 0000000..26e7db2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_left_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_right_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_right_arrow new file mode 100644 index 0000000..f0aa162 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_right_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_up_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_up_arrow new file mode 100644 index 0000000..3377143 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_up_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_v_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_v_double_arrow new file mode 100644 index 0000000..c1bb317 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/sb_v_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/tcross b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/tcross new file mode 100644 index 0000000..4e6a5a2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/tcross differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/top_left_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/top_left_arrow new file mode 100644 index 0000000..550316f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/top_left_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/top_left_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/top_left_corner new file mode 100644 index 0000000..845f415 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/top_left_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/top_right_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/top_right_corner new file mode 100644 index 0000000..78d6079 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/top_right_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/top_side b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/top_side new file mode 100644 index 0000000..bed913c Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/top_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/ul_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/ul_angle new file mode 100644 index 0000000..c848052 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/ul_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/ur_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/ur_angle new file mode 100644 index 0000000..093b255 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/ur_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/v_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/v_double_arrow new file mode 100644 index 0000000..c1bb317 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/v_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/watch b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/watch new file mode 100644 index 0000000..f95c58b Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/watch differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/xterm b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/xterm new file mode 100644 index 0000000..294b582 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/xterm differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/zoomIn b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/zoomIn new file mode 100644 index 0000000..1eb7f10 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/zoomIn differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/zoomOut b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/zoomOut new file mode 100644 index 0000000..341593f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/cursors/zoomOut differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/index.theme b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/index.theme new file mode 100644 index 0000000..19137c0 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading/index.theme @@ -0,0 +1,4 @@ +[Icon Theme] +Name=Frugalware X11 mouse theme spinning fading +Comment=Based on the PolarCursorTheme by ECHM (GPL licenced). +Example=left_ptr diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/00008160000006810000408080010102 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..b39ad82 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/028006030e0e7ebffc7f7070c0600140 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/03b6e0fcb3499374a867c041f52298f0 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/0876e1c15ff2fc01f906f1c363074c0f b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/1081e37283d90000800003c07f3ef6bf b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/14fef782d02440884392942c11205230 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/208530c400c041818281048008011002 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..7a61012 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +HandSqueezed \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/2870a09082c103050810ffdffffe0204 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/3085a0e285430894940527032f8b26df b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/3ecb610c1bf2410f44200f48c40d3599 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/4498f0e0c1937ffe01fd06f973665830 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/5aca4d189052212118709018842178c0 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..89b1f62 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +HandGrab \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/6407b0e94181790501fd1e167b474872 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/640fb0e74195791501fd1ed57b41487f b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/9081237383d90e509aa00f00170e968f b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/9d800788f1b08800ae810202380a0822 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..89b1f62 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +HandGrab \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/HDoubleArrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/HDoubleArrow new file mode 100644 index 0000000..7333f27 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/HDoubleArrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/HandGrab b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/HandGrab new file mode 100644 index 0000000..7175d94 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/HandGrab differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/HandSqueezed b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/HandSqueezed new file mode 100644 index 0000000..3cce5ea Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/HandSqueezed differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/VDoubleArrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/VDoubleArrow new file mode 100644 index 0000000..4bc7f29 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/VDoubleArrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/X_cursor b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/X_cursor new file mode 100644 index 0000000..6f1ab14 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/X_cursor differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/arrow new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/base_arrow_down b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/base_arrow_down new file mode 100644 index 0000000..7d986aa Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/base_arrow_down differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/base_arrow_up b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/base_arrow_up new file mode 100644 index 0000000..32c2a0a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/base_arrow_up differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/based_arrow_down b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/based_arrow_down new file mode 100644 index 0000000..7d986aa Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/based_arrow_down differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/based_arrow_up b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/based_arrow_up new file mode 100644 index 0000000..32c2a0a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/based_arrow_up differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/bd_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/bd_double_arrow new file mode 100644 index 0000000..9eef5da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/bd_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/bottom_left_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/bottom_left_corner new file mode 100644 index 0000000..9be7a77 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/bottom_left_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/bottom_right_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/bottom_right_corner new file mode 100644 index 0000000..9eef5da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/bottom_right_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/bottom_side b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/bottom_side new file mode 100644 index 0000000..aca87a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/bottom_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/center_ptr b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/center_ptr new file mode 100644 index 0000000..f46b44e Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/center_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/circle b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/circle new file mode 100644 index 0000000..6c0ad26 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/circle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/copy b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/copy new file mode 100644 index 0000000..b25f442 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/copy differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/cross b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/cross new file mode 100644 index 0000000..6ae3dd2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/cross differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/cross_reverse b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/cross_reverse new file mode 100644 index 0000000..6ae3dd2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/cross_reverse differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/crossed_circle b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/crossed_circle new file mode 100644 index 0000000..b6ce826 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/crossed_circle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/crosshair b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/crosshair new file mode 100644 index 0000000..0b9c2d9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/crosshair differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/d9ce0ab605698f320427677b458ad60b b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-ask b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-ask new file mode 100644 index 0000000..d94af91 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-ask differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-copy b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-copy new file mode 100644 index 0000000..180846f Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-copy differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-link b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-link new file mode 100644 index 0000000..f70da58 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-link differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-move b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-move new file mode 100644 index 0000000..9e32a75 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-move differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-none b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-none new file mode 100644 index 0000000..b6ce826 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/dnd-none differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/double_arrow new file mode 100644 index 0000000..aca87a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/draft_large b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/draft_large new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/draft_large differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/draft_small b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/draft_small new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/draft_small differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/e29285e634086352946a0e7090d73106 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/f41c0e382c94c0958e07017e42b00462 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..c541de2 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoomIn \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/f41c0e382c97c0938e07017e42800402 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..943d090 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoomOut \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/fd_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/fd_double_arrow new file mode 100644 index 0000000..9be7a77 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/fd_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/fleur b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/fleur new file mode 100644 index 0000000..8850913 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/fleur differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/h_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/h_double_arrow new file mode 100644 index 0000000..7333f27 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/h_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/hand b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/hand new file mode 100644 index 0000000..c37a400 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/hand differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/hand1 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/hand1 new file mode 100644 index 0000000..c37a400 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/hand1 differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/hand2 b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/hand2 new file mode 100644 index 0000000..c37a400 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/hand2 differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/left_ptr b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/left_ptr new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/left_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/left_ptr_watch b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/left_ptr_watch new file mode 100644 index 0000000..dea9008 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/left_ptr_watch differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/left_side b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/left_side new file mode 100644 index 0000000..f700d3e Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/left_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/link b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/link new file mode 100644 index 0000000..225bb48 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/link differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/ll_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/ll_angle new file mode 100644 index 0000000..ce6dbec Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/ll_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/lr_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/lr_angle new file mode 100644 index 0000000..6fc1ffa Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/lr_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/move b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/move new file mode 100644 index 0000000..1970276 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/move differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/pencil b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/pencil new file mode 100644 index 0000000..551186a Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/pencil differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/plus b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/plus new file mode 100644 index 0000000..1970276 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/plus differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/question_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/question_arrow new file mode 100644 index 0000000..5df9ef9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/question_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/right_ptr b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/right_ptr new file mode 100644 index 0000000..cdbc0b6 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/right_ptr differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/right_side b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/right_side new file mode 100644 index 0000000..f700d3e Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/right_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_down_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_down_arrow new file mode 100644 index 0000000..d5b46e2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_down_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_h_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_h_double_arrow new file mode 100644 index 0000000..7333f27 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_h_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_left_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_left_arrow new file mode 100644 index 0000000..6eb4970 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_left_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_right_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_right_arrow new file mode 100644 index 0000000..880ad51 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_right_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_up_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_up_arrow new file mode 100644 index 0000000..f46b44e Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_up_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_v_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_v_double_arrow new file mode 100644 index 0000000..4bc7f29 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/sb_v_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/tcross b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/tcross new file mode 100644 index 0000000..6ae3dd2 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/tcross differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/top_left_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/top_left_arrow new file mode 100644 index 0000000..2ad85ef Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/top_left_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/top_left_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/top_left_corner new file mode 100644 index 0000000..9eef5da Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/top_left_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/top_right_corner b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/top_right_corner new file mode 100644 index 0000000..9be7a77 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/top_right_corner differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/top_side b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/top_side new file mode 100644 index 0000000..aca87a9 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/top_side differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/ul_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/ul_angle new file mode 100644 index 0000000..9e32a75 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/ul_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/ur_angle b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/ur_angle new file mode 100644 index 0000000..2eba8f6 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/ur_angle differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/v_double_arrow b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/v_double_arrow new file mode 100644 index 0000000..4bc7f29 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/v_double_arrow differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/watch b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/watch new file mode 100644 index 0000000..405a2d4 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/watch differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/xterm b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/xterm new file mode 100644 index 0000000..06eb0c7 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/xterm differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/zoomIn b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/zoomIn new file mode 100644 index 0000000..3a03410 Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/zoomIn differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/zoomOut b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/zoomOut new file mode 100644 index 0000000..1ec3ece Binary files /dev/null and b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/cursors/zoomOut differ diff --git a/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/index.theme b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/index.theme new file mode 100644 index 0000000..b0f78db --- /dev/null +++ b/frugalware-cursor-theme/FwX11MouseThemeSpinningFading24px/index.theme @@ -0,0 +1,4 @@ +[Icon Theme] +Name=Frugalware X11 mouse theme spinning fading 24px +Comment=Based on the PolarCursorTheme by ECHM (GPL licenced). +Example=left_ptr \ No newline at end of file From devil505linux at gmail.com Mon Oct 11 08:43:09 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 08:43:09 +0200 (CEST) Subject: [Frugalware-git] artwork: * initial import of custome theme for xmms Message-ID: <20101011064309.1C346132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=fd4df93f10b42fca6131342d473f4154ad3dc8da commit fd4df93f10b42fca6131342d473f4154ad3dc8da Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 08:10:50 2010 +0200 * initial import of custome theme for xmms diff --git a/xmms-theme/frugalware/balance.bmp b/xmms-theme/frugalware/balance.bmp new file mode 100644 index 0000000..7a0b05c Binary files /dev/null and b/xmms-theme/frugalware/balance.bmp differ diff --git a/xmms-theme/frugalware/cbuttons.bmp b/xmms-theme/frugalware/cbuttons.bmp new file mode 100644 index 0000000..b0d804e Binary files /dev/null and b/xmms-theme/frugalware/cbuttons.bmp differ diff --git a/xmms-theme/frugalware/eq_ex.bmp b/xmms-theme/frugalware/eq_ex.bmp new file mode 100644 index 0000000..dfb5fc3 Binary files /dev/null and b/xmms-theme/frugalware/eq_ex.bmp differ diff --git a/xmms-theme/frugalware/eqmain.bmp b/xmms-theme/frugalware/eqmain.bmp new file mode 100644 index 0000000..83d57a4 Binary files /dev/null and b/xmms-theme/frugalware/eqmain.bmp differ diff --git a/xmms-theme/frugalware/main.bmp b/xmms-theme/frugalware/main.bmp new file mode 100644 index 0000000..af492d7 Binary files /dev/null and b/xmms-theme/frugalware/main.bmp differ diff --git a/xmms-theme/frugalware/monoster.bmp b/xmms-theme/frugalware/monoster.bmp new file mode 100644 index 0000000..2311b2c Binary files /dev/null and b/xmms-theme/frugalware/monoster.bmp differ diff --git a/xmms-theme/frugalware/nums_ex.bmp b/xmms-theme/frugalware/nums_ex.bmp new file mode 100755 index 0000000..af6ddea Binary files /dev/null and b/xmms-theme/frugalware/nums_ex.bmp differ diff --git a/xmms-theme/frugalware/playpaus.bmp b/xmms-theme/frugalware/playpaus.bmp new file mode 100644 index 0000000..445e145 Binary files /dev/null and b/xmms-theme/frugalware/playpaus.bmp differ diff --git a/xmms-theme/frugalware/pledit.bmp b/xmms-theme/frugalware/pledit.bmp new file mode 100644 index 0000000..0cb6dfe Binary files /dev/null and b/xmms-theme/frugalware/pledit.bmp differ diff --git a/xmms-theme/frugalware/pledit.txt b/xmms-theme/frugalware/pledit.txt new file mode 100644 index 0000000..2a03c84 --- /dev/null +++ b/xmms-theme/frugalware/pledit.txt @@ -0,0 +1,6 @@ +[Text] +Normal=#7ba7cd +Current=#999999 +NormalBG=#ccddec +SelectedBG=#eeeeee +Font=Helvetica diff --git a/xmms-theme/frugalware/posbar.bmp b/xmms-theme/frugalware/posbar.bmp new file mode 100644 index 0000000..b2fbfba Binary files /dev/null and b/xmms-theme/frugalware/posbar.bmp differ diff --git a/xmms-theme/frugalware/shufrep.bmp b/xmms-theme/frugalware/shufrep.bmp new file mode 100644 index 0000000..6ce7b04 Binary files /dev/null and b/xmms-theme/frugalware/shufrep.bmp differ diff --git a/xmms-theme/frugalware/text.bmp b/xmms-theme/frugalware/text.bmp new file mode 100644 index 0000000..4f0f031 Binary files /dev/null and b/xmms-theme/frugalware/text.bmp differ diff --git a/xmms-theme/frugalware/titlebar.bmp b/xmms-theme/frugalware/titlebar.bmp new file mode 100644 index 0000000..12fc030 Binary files /dev/null and b/xmms-theme/frugalware/titlebar.bmp differ diff --git a/xmms-theme/frugalware/viscolor.txt b/xmms-theme/frugalware/viscolor.txt new file mode 100644 index 0000000..7641db5 --- /dev/null +++ b/xmms-theme/frugalware/viscolor.txt @@ -0,0 +1,24 @@ +204,221,236 // [background color 1] +128,170,206 // [background color 2] +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +128,170,206 +126,126,126 // [osc 1] +126,126,126 // [osc 2] +126,126,126 // [osc 3] +126,126,126 // [osc 4] +126,126,126 // [osc 5] +130,130,131 // [peak color] diff --git a/xmms-theme/frugalware/volume.bmp b/xmms-theme/frugalware/volume.bmp new file mode 100644 index 0000000..e5ae3f8 Binary files /dev/null and b/xmms-theme/frugalware/volume.bmp differ From devil505linux at gmail.com Mon Oct 11 08:43:09 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 08:43:09 +0200 (CEST) Subject: [Frugalware-git] artwork: * initial import of frugalware XDM theme Message-ID: <20101011064309.25350132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=001d181ebd021295b7f7b88d55f4969f72d49723 commit 001d181ebd021295b7f7b88d55f4969f72d49723 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 08:14:10 2010 +0200 * initial import of frugalware XDM theme diff --git a/xdm-frugalware/Xresources b/xdm-frugalware/Xresources new file mode 100644 index 0000000..a835619 --- /dev/null +++ b/xdm-frugalware/Xresources @@ -0,0 +1,32 @@ +Xlogin*greeting:Welcome to CLIENTHOST\040 +Xlogin*namePrompt:Username:\040 +Xlogin*passwdPrompt:Password:\040 +Xlogin*fail:incorrect +Xlogin*promptFace:Sans-10 +Xlogin*greetFace:Sans-9 +Xlogin*failFace:Sans-9 +Xlogin*face:Sans-9 +Xlogin*failColor:red +Xlogin*promptColor:black +Xlogin*greetColor:black +Xlogin*foreground:black +Xlogin*background:#7195C1 +Xlogin*allowNullPasswd: false +Xlogin*allowRootLogin: false + +Xmessage*message.scrollVertical:never +Xmessage*message.scrollHorizontal:never +Xmessage*Command.highlightThickness:2 +Xmessage*Command.internalWidth:8 +Xmessage*Command.internalHeight:8 +Xmessage*Command.shapeStyle:rectangle +Xmessage*font:fixed +Xmessage.height:38 +Xmessage*background:#224B86 +Xmessage*foreground:#7796BD +Xmessage*borderWidth:0 +Xmessage*Form.displayList:foreground black;lines 1,-1,-1,-1,-1,0,0,0,0,-1,1,2,1,-2,-2,-2,-2,1,1,1 + +XConsole*verbose:true +XConsole*exitOnFail:true + diff --git a/xdm-frugalware/Xsetup b/xdm-frugalware/Xsetup new file mode 100755 index 0000000..aa839c3 --- /dev/null +++ b/xdm-frugalware/Xsetup @@ -0,0 +1,9 @@ +#!/bin/sh + +# setup cursor and background +xsetroot -cursor_name left_ptr +bgs /etc/X11/xdm/frugalware/background.png + +# optional widgets to supplement xdm login screen +/etc/X11/xdm/frugalware/buttons -geometry -0-0 & +/etc/X11/xdm/frugalware/xsessions & diff --git a/xdm-frugalware/Xstartup b/xdm-frugalware/Xstartup new file mode 100755 index 0000000..ab4c367 --- /dev/null +++ b/xdm-frugalware/Xstartup @@ -0,0 +1,7 @@ +#!/bin/sh + +# Get rid of all clients started by Xsetup +xwininfo -root -children | grep ' 0x' | cut -d' ' -f6 | xargs -n1 xkill -id + +# From the default Xstartup file; 'GiveConsole' +chown $USER /dev/console diff --git a/xdm-frugalware/background.png b/xdm-frugalware/background.png new file mode 100644 index 0000000..2f501e6 Binary files /dev/null and b/xdm-frugalware/background.png differ diff --git a/xdm-frugalware/buttons b/xdm-frugalware/buttons new file mode 100755 index 0000000..22b07ca --- /dev/null +++ b/xdm-frugalware/buttons @@ -0,0 +1,10 @@ +#!/bin/sh + +xmessage -buttons Reboot,Shutdown "$@" "" + +case $? in + 101) + /sbin/reboot;; + 102) + /sbin/halt;; +esac diff --git a/xdm-frugalware/xdm-config b/xdm-frugalware/xdm-config new file mode 100644 index 0000000..b1450a9 --- /dev/null +++ b/xdm-frugalware/xdm-config @@ -0,0 +1,18 @@ +DisplayManager.errorLogFile: /var/log/xdm.log +DisplayManager.pidFile: /var/run/xdm.pid +DisplayManager.keyFile: /etc/X11/xdm/xdm-keys +DisplayManager.servers: /etc/X11/xdm/Xservers +DisplayManager.accessFile: /etc/X11/xdm/Xaccess +DisplayManager*resources: /etc/X11/xdm/frugalware/Xresources +DisplayManager.willing: su nobody -c /usr/lib/X11/xdm/Xwilling +DisplayManager*authorize: true +DisplayManager*chooser: /usr/lib/X11/xdm/chooser +DisplayManager*startup: /usr/lib/X11/xdm/Xstartup +DisplayManager*session: /usr/lib/X11/xdm/Xsession +DisplayManager*reset: /usr/lib/X11/xdm/Xreset +DisplayManager*authComplain: true +DisplayManager._0.setup: /etc/X11/xdm/frugalware/Xsetup +DisplayManager._0.startup: /etc/X11/xdm/frugalware/Xstartup +DisplayManager._0.reset: /usr/lib/X11/xdm/TakeConsole +DisplayManager*loginmoveInterval: 10 +DisplayManager.requestPort: 0 diff --git a/xdm-frugalware/xsessions b/xdm-frugalware/xsessions new file mode 100755 index 0000000..06b77ad --- /dev/null +++ b/xdm-frugalware/xsessions @@ -0,0 +1,18 @@ +#!/bin/sh + +X=`xwininfo -root | grep 'Width:' | gawk '{print $2}'` +X=`echo "$X/2" | bc` +FN="fixed" +FG="#7796BD" +cd /etc/X11/xinit +[ ! -d "/tmp/xdm-frugalware" ] && mkdir -p /tmp/xdm-frugalware + +for i in xinitrc.*; do + A=`echo $i | sed 's|^.*\.\(.*\)|\1|'`; + SESSIONS=("${SESSIONS[@]}" "$A" "/tmp/xdm-frugalware/$A"); + echo -e "`echo \#\!/bin/sh`\nexec ln -sf xinitrc.\`basename \$0\` xinitrc" > /tmp/xdm-frugalware/$A + chmod +x /tmp/xdm-frugalware/$A +done + +yeahlaunch -fn "$FN" -x "$X" -fg "$FG" ${SESSIONS[@]} +rm -rf /tmp/xdm-frugalware From devil505linux at gmail.com Mon Oct 11 08:43:09 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 08:43:09 +0200 (CEST) Subject: [Frugalware-git] artwork: * initial import of sawfish custom themes Message-ID: <20101011064309.2D7DD132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=08234c23458c330f1885b6a8ed3023dc20364753 commit 08234c23458c330f1885b6a8ed3023dc20364753 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 08:15:29 2010 +0200 * initial import of sawfish custom themes diff --git a/sawfish-themes/CrystalSaw/README b/sawfish-themes/CrystalSaw/README new file mode 100644 index 0000000..e4f42b3 --- /dev/null +++ b/sawfish-themes/CrystalSaw/README @@ -0,0 +1,2 @@ +I crafted this theme out of a Golem theme I found at http://golem.sf.net. +Please enjoy. :) \ No newline at end of file diff --git a/sawfish-themes/CrystalSaw/bottom.png b/sawfish-themes/CrystalSaw/bottom.png new file mode 100644 index 0000000..4902cc1 Binary files /dev/null and b/sawfish-themes/CrystalSaw/bottom.png differ diff --git a/sawfish-themes/CrystalSaw/bottomleft.png b/sawfish-themes/CrystalSaw/bottomleft.png new file mode 100644 index 0000000..7c63c27 Binary files /dev/null and b/sawfish-themes/CrystalSaw/bottomleft.png differ diff --git a/sawfish-themes/CrystalSaw/bottomright.png b/sawfish-themes/CrystalSaw/bottomright.png new file mode 100644 index 0000000..ec6530a Binary files /dev/null and b/sawfish-themes/CrystalSaw/bottomright.png differ diff --git a/sawfish-themes/CrystalSaw/button-unfocused.png b/sawfish-themes/CrystalSaw/button-unfocused.png new file mode 100644 index 0000000..16a9e15 Binary files /dev/null and b/sawfish-themes/CrystalSaw/button-unfocused.png differ diff --git a/sawfish-themes/CrystalSaw/close-focused.png b/sawfish-themes/CrystalSaw/close-focused.png new file mode 100644 index 0000000..f67d26f Binary files /dev/null and b/sawfish-themes/CrystalSaw/close-focused.png differ diff --git a/sawfish-themes/CrystalSaw/close-pressed.png b/sawfish-themes/CrystalSaw/close-pressed.png new file mode 100644 index 0000000..989a3a3 Binary files /dev/null and b/sawfish-themes/CrystalSaw/close-pressed.png differ diff --git a/sawfish-themes/CrystalSaw/iconify-focused.png b/sawfish-themes/CrystalSaw/iconify-focused.png new file mode 100644 index 0000000..b2c56db Binary files /dev/null and b/sawfish-themes/CrystalSaw/iconify-focused.png differ diff --git a/sawfish-themes/CrystalSaw/iconify-pressed.png b/sawfish-themes/CrystalSaw/iconify-pressed.png new file mode 100644 index 0000000..4fceaf4 Binary files /dev/null and b/sawfish-themes/CrystalSaw/iconify-pressed.png differ diff --git a/sawfish-themes/CrystalSaw/left.png b/sawfish-themes/CrystalSaw/left.png new file mode 100644 index 0000000..1361aa3 Binary files /dev/null and b/sawfish-themes/CrystalSaw/left.png differ diff --git a/sawfish-themes/CrystalSaw/maximize-focused.png b/sawfish-themes/CrystalSaw/maximize-focused.png new file mode 100644 index 0000000..48d7e10 Binary files /dev/null and b/sawfish-themes/CrystalSaw/maximize-focused.png differ diff --git a/sawfish-themes/CrystalSaw/maximize-pressed.png b/sawfish-themes/CrystalSaw/maximize-pressed.png new file mode 100644 index 0000000..7c595ff Binary files /dev/null and b/sawfish-themes/CrystalSaw/maximize-pressed.png differ diff --git a/sawfish-themes/CrystalSaw/menu-focused.png b/sawfish-themes/CrystalSaw/menu-focused.png new file mode 100644 index 0000000..1ec51f5 Binary files /dev/null and b/sawfish-themes/CrystalSaw/menu-focused.png differ diff --git a/sawfish-themes/CrystalSaw/menu-pressed.png b/sawfish-themes/CrystalSaw/menu-pressed.png new file mode 100644 index 0000000..c1d91d9 Binary files /dev/null and b/sawfish-themes/CrystalSaw/menu-pressed.png differ diff --git a/sawfish-themes/CrystalSaw/right.png b/sawfish-themes/CrystalSaw/right.png new file mode 100644 index 0000000..3b1fcc4 Binary files /dev/null and b/sawfish-themes/CrystalSaw/right.png differ diff --git a/sawfish-themes/CrystalSaw/theme.jl b/sawfish-themes/CrystalSaw/theme.jl new file mode 100644 index 0000000..7b86dc6 --- /dev/null +++ b/sawfish-themes/CrystalSaw/theme.jl @@ -0,0 +1,259 @@ +;; A theme + +(let* + ( + ;; close button images + (close-images (list + (make-image "button-unfocused.png") + (make-image "close-focused.png") + nil + (make-image "close-pressed.png") + )) + ;; iconify button images + (iconify-images (list + (make-image "button-unfocused.png") + (make-image "iconify-focused.png") + nil + (make-image "iconify-pressed.png") + )) + ;; maximize button images + (maximize-images (list + (make-image "button-unfocused.png") + (make-image "maximize-focused.png") + nil + (make-image "maximize-pressed.png") + )) + ;; menu button images + (menu-images (list + (make-image "button-unfocused.png") + (make-image "menu-focused.png") + nil + (make-image "menu-pressed.png") + )) + ;; titleleftend image + (title-leftend-image (make-image "title-leftend.png")) + ;; titlerightend image + (title-rightend-image (make-image "title-rightend.png")) + ;; titlemiddle image + (title-middle-image (make-image "title-middle.png")) + ;; topleft image + (topleft-image (make-image "topleft.png")) + ;; topright image + (topright-image (make-image "topright.png")) + ;; bottomleft image + (bottomleft-image (make-image "bottomleft.png")) + ;; bottomright image + (bottomright-image (make-image "bottomright.png")) + ;; left image + (left-image (make-image "left.png")) + ;; right image + (right-image (make-image "right.png")) + ;; bottom image + (bottom-image (make-image "bottom.png")) + ;; text colors + (text-colors '("grey60" "black")) + (frame `( + ;; title left padding + ( + (class . title) + (background . ,title-middle-image) + (top-edge . -21) + (left-edge . 0) + ) + ;; title right padding + ( + (class . title) + (background . ,title-middle-image) + (top-edge . -21) + (right-edge . 0) + ) + ;; close button + ( + (class . close-button) + (background . ,close-images) + (top-edge . -21) + (right-edge . 1) + ) + ;; iconify button + ( + (class . iconify-button) + (background . ,iconify-images) + (top-edge . -21) + (right-edge . 39) + ) + ;; maximize button + ( + (class . maximize-button) + (background . ,maximize-images) + (top-edge . -21) + (right-edge . 20) + ) + ;; menu button + ( + (class . menu-button) + (background . ,menu-images) + (top-edge . -21) + (left-edge . 1) + ) + ;; title leftend + ( + (class . title) + (background . ,title-leftend-image) + (top-edge . -21) + (left-edge . 20) + ) + ;; title rightend + ( + (class . title) + (background . ,title-rightend-image) + (top-edge . -21) + (right-edge . 58) + ) + ;; title middle + ( + (class . title) + (background . ,title-middle-image) + (top-edge . -21) + (left-edge . 28) + (right-edge . 66) + (text . ,window-name) + (foreground . ,text-colors) + (x-justify . center) + (y-justify . center) + ) + ;; topleft + ( + (class . top-left-corner) + (background . ,topleft-image) + (left-edge . -2) + (top-edge . -21) + ) + ;; topright + ( + (class . top-right-corner) + (background . ,topright-image) + (right-edge . -2) + (top-edge . -21) + ) + ;; bottomleft + ( + (class . bottom-left-corner) + (background . ,bottomleft-image) + (left-edge . -2) + (bottom-edge . -2) + ) + ;; bottomright + ( + (class . bottom-right-corner) + (background . ,bottomright-image) + (right-edge . -2) + (bottom-edge . -2) + ) + ;; left + ( + (class . left-border) + (background . ,left-image) + (bottom-edge . 0) + (left-edge . -2) + (top-edge . 0) + ) + ;; right + ( + (class . right-border) + (background . ,right-image) + (top-edge . 0) + (right-edge . -2) + (bottom-edge . 0) + ) + ;; bottom + ( + (class . bottom-border) + (background . ,bottom-image) + (bottom-edge . -2) + (left-edge . 0) + (right-edge . 0) + ) + )) + (shaded-frame `( + ;; title left padding + ( + (class . title) + (background . ,title-middle-image) + (top-edge . -21) + (left-edge . 0) + ) + ;; title right padding + ( + (class . title) + (background . ,title-middle-image) + (top-edge . -21) + (right-edge . 0) + ) + ;; close button + ( + (class . close-button) + (background . ,close-images) + (top-edge . -21) + (right-edge . 1) + ) + ;; iconify button + ( + (class . iconify-button) + (background . ,iconify-images) + (top-edge . -21) + (right-edge . 39) + ) + ;; maximize button + ( + (class . maximize-button) + (background . ,maximize-images) + (top-edge . -21) + (right-edge . 20) + ) + ;; menu button + ( + (class . menu-button) + (background . ,menu-images) + (top-edge . -21) + (left-edge . 1) + ) + ;; title leftend + ( + (class . title) + (background . ,title-leftend-image) + (top-edge . -21) + (left-edge . 20) + ) + ;; title rightend + ( + (class . title) + (background . ,title-rightend-image) + (top-edge . -21) + (right-edge . 58) + ) + ;; title middle + ( + (class . title) + (background . ,title-middle-image) + (top-edge . -21) + (left-edge . 28) + (right-edge . 66) + (text . ,window-name) + (foreground . ,text-colors) + (x-justify . center) + (y-justify . center) + ) + )) + ) + ;; finally add the style + (add-frame-style 'CrystalSaw + (lambda (w type) + (case type + ((default) frame) + ((transient) frame) + ((shaped) frame) + ((shaped-transient) frame) + ((shaded) shaded-frame) + ((shaded-transient) shaded-frame) + ))) +) diff --git a/sawfish-themes/CrystalSaw/title-leftend.png b/sawfish-themes/CrystalSaw/title-leftend.png new file mode 100644 index 0000000..fa599f2 Binary files /dev/null and b/sawfish-themes/CrystalSaw/title-leftend.png differ diff --git a/sawfish-themes/CrystalSaw/title-middle.png b/sawfish-themes/CrystalSaw/title-middle.png new file mode 100644 index 0000000..f5b5c67 Binary files /dev/null and b/sawfish-themes/CrystalSaw/title-middle.png differ diff --git a/sawfish-themes/CrystalSaw/title-rightend.png b/sawfish-themes/CrystalSaw/title-rightend.png new file mode 100644 index 0000000..7513c53 Binary files /dev/null and b/sawfish-themes/CrystalSaw/title-rightend.png differ diff --git a/sawfish-themes/CrystalSaw/topleft.png b/sawfish-themes/CrystalSaw/topleft.png new file mode 100644 index 0000000..de0e7db Binary files /dev/null and b/sawfish-themes/CrystalSaw/topleft.png differ diff --git a/sawfish-themes/CrystalSaw/topright.png b/sawfish-themes/CrystalSaw/topright.png new file mode 100644 index 0000000..7ce71b7 Binary files /dev/null and b/sawfish-themes/CrystalSaw/topright.png differ diff --git a/sawfish-themes/IceQua/README b/sawfish-themes/IceQua/README new file mode 100644 index 0000000..73255d5 --- /dev/null +++ b/sawfish-themes/IceQua/README @@ -0,0 +1,3 @@ +This theme is derived from the IceQua icewm theme. +It is released under a BSD license, which is the +same license the original used. \ No newline at end of file diff --git a/sawfish-themes/IceQua/bottom.png b/sawfish-themes/IceQua/bottom.png new file mode 100644 index 0000000..1dbfda1 Binary files /dev/null and b/sawfish-themes/IceQua/bottom.png differ diff --git a/sawfish-themes/IceQua/bottomleft.png b/sawfish-themes/IceQua/bottomleft.png new file mode 100644 index 0000000..1596cb4 Binary files /dev/null and b/sawfish-themes/IceQua/bottomleft.png differ diff --git a/sawfish-themes/IceQua/bottomright.png b/sawfish-themes/IceQua/bottomright.png new file mode 100644 index 0000000..fca3b2c Binary files /dev/null and b/sawfish-themes/IceQua/bottomright.png differ diff --git a/sawfish-themes/IceQua/button-unfocused.png b/sawfish-themes/IceQua/button-unfocused.png new file mode 100644 index 0000000..318781a Binary files /dev/null and b/sawfish-themes/IceQua/button-unfocused.png differ diff --git a/sawfish-themes/IceQua/close-focused.png b/sawfish-themes/IceQua/close-focused.png new file mode 100644 index 0000000..35727d2 Binary files /dev/null and b/sawfish-themes/IceQua/close-focused.png differ diff --git a/sawfish-themes/IceQua/close-pressed.png b/sawfish-themes/IceQua/close-pressed.png new file mode 100644 index 0000000..ca65f53 Binary files /dev/null and b/sawfish-themes/IceQua/close-pressed.png differ diff --git a/sawfish-themes/IceQua/iconify-focused.png b/sawfish-themes/IceQua/iconify-focused.png new file mode 100644 index 0000000..8ae5462 Binary files /dev/null and b/sawfish-themes/IceQua/iconify-focused.png differ diff --git a/sawfish-themes/IceQua/iconify-pressed.png b/sawfish-themes/IceQua/iconify-pressed.png new file mode 100644 index 0000000..00139f5 Binary files /dev/null and b/sawfish-themes/IceQua/iconify-pressed.png differ diff --git a/sawfish-themes/IceQua/left.png b/sawfish-themes/IceQua/left.png new file mode 100644 index 0000000..5907e3d Binary files /dev/null and b/sawfish-themes/IceQua/left.png differ diff --git a/sawfish-themes/IceQua/maximize-focused.png b/sawfish-themes/IceQua/maximize-focused.png new file mode 100644 index 0000000..b789f35 Binary files /dev/null and b/sawfish-themes/IceQua/maximize-focused.png differ diff --git a/sawfish-themes/IceQua/maximize-pressed.png b/sawfish-themes/IceQua/maximize-pressed.png new file mode 100644 index 0000000..b1ff099 Binary files /dev/null and b/sawfish-themes/IceQua/maximize-pressed.png differ diff --git a/sawfish-themes/IceQua/menu-focused.png b/sawfish-themes/IceQua/menu-focused.png new file mode 100644 index 0000000..14d4241 Binary files /dev/null and b/sawfish-themes/IceQua/menu-focused.png differ diff --git a/sawfish-themes/IceQua/menu-pressed.png b/sawfish-themes/IceQua/menu-pressed.png new file mode 100644 index 0000000..d5a76f5 Binary files /dev/null and b/sawfish-themes/IceQua/menu-pressed.png differ diff --git a/sawfish-themes/IceQua/menu-unfocused.png b/sawfish-themes/IceQua/menu-unfocused.png new file mode 100644 index 0000000..b960454 Binary files /dev/null and b/sawfish-themes/IceQua/menu-unfocused.png differ diff --git a/sawfish-themes/IceQua/right.png b/sawfish-themes/IceQua/right.png new file mode 100644 index 0000000..ec504c5 Binary files /dev/null and b/sawfish-themes/IceQua/right.png differ diff --git a/sawfish-themes/IceQua/theme.jl b/sawfish-themes/IceQua/theme.jl new file mode 100644 index 0000000..3403b34 --- /dev/null +++ b/sawfish-themes/IceQua/theme.jl @@ -0,0 +1,248 @@ +;; theme + +(let* + ( + ;; close button images + (close-button (list + (make-image "button-unfocused.png") + (make-image "close-focused.png") + nil + (make-image "close-pressed.png") + )) + ;; maximize button images + (maximize-button (list + (make-image "button-unfocused.png") + (make-image "maximize-focused.png") + nil + (make-image "maximize-pressed.png") + )) + ;; iconify button images + (iconify-button (list + (make-image "button-unfocused.png") + (make-image "iconify-focused.png") + nil + (make-image "iconify-pressed.png") + )) + ;; menu button images + (menu-button (list + (make-image "menu-unfocused.png") + (make-image "menu-focused.png") + nil + (make-image "menu-pressed.png") + )) + ;; title images + (title (list + (make-image "title-unfocused.png") + (make-image "title-focused.png") + )) + ;; topleft images + (topleft (list + (make-image "topleft-unfocused.png") + (make-image "topleft-focused.png") + )) + ;; topright images + (topright (list + (make-image "topright-unfocused.png") + (make-image "topright-focused.png") + )) + ;; top images + (top (list + (make-image "top-unfocused.png") + (make-image "top-focused.png") + )) + ;; bottomleft image + (bottomleft (make-image "bottomleft.png")) + ;; bottomright image + (bottomright (make-image "bottomright.png")) + ;; bottom image + (bottom (make-image "bottom.png")) + ;; left image + (left (make-image "left.png")) + ;; right image + (right (make-image "right.png")) + ;; text colors + (text-colors '("grey65" "black")) + (frame `( + ;; close button + ( + (class . close-button) + (background . ,close-button) + (top-edge . -21) + (right-edge . 0) + ) + ;; maximize button + ( + (class . maximize-button) + (background . ,maximize-button) + (top-edge . -21) + (right-edge . 17) + ) + ;; iconify button + ( + (class . iconify-button) + (background . ,iconify-button) + (top-edge . -21) + (right-edge . 34) + ) + ;; menu button + ( + (class . menu-button) + (background . ,menu-button) + (top-edge . -21) + (left-edge . 0) + ) + ;; title + ( + (class . title) + (background . ,title) + (top-edge . -21) + (left-edge . 26) + (right-edge . 51) + (text . ,window-name) + (foreground . ,text-colors) + (x-justify . center) + (y-justify . 2) + ) + ;; topleft + ( + (class . top-left-corner) + (background . ,topleft) + (below-client . true) + (top-edge . -24) + (left-edge . -3) + ) + ;; topright + ( + (class . top-right-corner) + (background . ,topright) + (below-client . true) + (top-edge . -24) + (right-edge . -3) + ) + ;; top + ( + (class . top-border) + (background . ,top) + (top-edge . -24) + (left-edge . 21) + (right-edge . 21) + ) + ;; bottomleft + ( + (class . bottom-left-corner) + (background . ,bottomleft) + (below-client . true) + (bottom-edge . -3) + (left-edge . -3) + ) + ;; bottomright + ( + (class . bottom-right-corner) + (background . ,bottomright) + (below-client . true) + (bottom-edge . -3) + (right-edge . -3) + ) + ;; bottom + ( + (class . bottom-border) + (background . ,bottom) + (bottom-edge . -3) + (left-edge . 21) + (right-edge . 21) + ) + ;; left + ( + (class . left-border) + (background . ,left) + (left-edge . -3) + (top-edge . 0) + (bottom-edge . 21) + ) + ;; right + ( + (class . right-border) + (background . ,right) + (right-edge . -3) + (top-edge . 0) + (bottom-edge . 21) + ) + )) + (shaded-frame `( + ;; close button + ( + (class . close-button) + (background . ,close-button) + (top-edge . -21) + (right-edge . 0) + ) + ;; maximize button + ( + (class . maximize-button) + (background . ,maximize-button) + (top-edge . -21) + (right-edge . 17) + ) + ;; iconify button + ( + (class . iconify-button) + (background . ,iconify-button) + (top-edge . -21) + (right-edge . 34) + ) + ;; menu button + ( + (class . menu-button) + (background . ,menu-button) + (top-edge . -21) + (left-edge . 0) + ) + ;; title + ( + (class . title) + (background . ,title) + (top-edge . -21) + (left-edge . 26) + (right-edge . 51) + (text . ,window-name) + (foreground . ,text-colors) + (x-justify . center) + (y-justify . 2) + ) + ;; topleft + ( + (class . top-left-corner) + (background . ,topleft) + (below-client . true) + (top-edge . -24) + (left-edge . -3) + ) + ;; topright + ( + (class . top-right-corner) + (background . ,topright) + (below-client . true) + (top-edge . -24) + (right-edge . -3) + ) + ;; top + ( + (class . top-border) + (background . ,top) + (top-edge . -24) + (left-edge . 21) + (right-edge . 21) + ) + )) + ) + (add-frame-style 'IceQua + (lambda (w type) + (case type + ((default) frame) + ((transient) frame) + ((shaped) frame) + ((shaped-transient) frame) + ((shaded) shaded-frame) + ((shaded-transient) shaded-frame) + ))) +) diff --git a/sawfish-themes/IceQua/title-focused.png b/sawfish-themes/IceQua/title-focused.png new file mode 100644 index 0000000..1a9f5ec Binary files /dev/null and b/sawfish-themes/IceQua/title-focused.png differ diff --git a/sawfish-themes/IceQua/title-unfocused.png b/sawfish-themes/IceQua/title-unfocused.png new file mode 100644 index 0000000..816106f Binary files /dev/null and b/sawfish-themes/IceQua/title-unfocused.png differ diff --git a/sawfish-themes/IceQua/top-focused.png b/sawfish-themes/IceQua/top-focused.png new file mode 100644 index 0000000..9cde2ea Binary files /dev/null and b/sawfish-themes/IceQua/top-focused.png differ diff --git a/sawfish-themes/IceQua/top-unfocused.png b/sawfish-themes/IceQua/top-unfocused.png new file mode 100644 index 0000000..a50288c Binary files /dev/null and b/sawfish-themes/IceQua/top-unfocused.png differ diff --git a/sawfish-themes/IceQua/topleft-focused.png b/sawfish-themes/IceQua/topleft-focused.png new file mode 100644 index 0000000..ad0e3b3 Binary files /dev/null and b/sawfish-themes/IceQua/topleft-focused.png differ diff --git a/sawfish-themes/IceQua/topleft-unfocused.png b/sawfish-themes/IceQua/topleft-unfocused.png new file mode 100644 index 0000000..aec8b6c Binary files /dev/null and b/sawfish-themes/IceQua/topleft-unfocused.png differ diff --git a/sawfish-themes/IceQua/topright-focused.png b/sawfish-themes/IceQua/topright-focused.png new file mode 100644 index 0000000..5a95b73 Binary files /dev/null and b/sawfish-themes/IceQua/topright-focused.png differ diff --git a/sawfish-themes/IceQua/topright-unfocused.png b/sawfish-themes/IceQua/topright-unfocused.png new file mode 100644 index 0000000..40a9545 Binary files /dev/null and b/sawfish-themes/IceQua/topright-unfocused.png differ From devil505linux at gmail.com Mon Oct 11 08:43:09 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 08:43:09 +0200 (CEST) Subject: [Frugalware-git] artwork: * initial import of lxde-frugalware Message-ID: <20101011064309.43CF0132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=341f10f2709df601095c6f788f215a135c15c498 commit 341f10f2709df601095c6f788f215a135c15c498 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 08:31:46 2010 +0200 * initial import of lxde-frugalware diff --git a/lxde-frugalware/frugalware.png b/lxde-frugalware/frugalware.png new file mode 100644 index 0000000..46f88fe Binary files /dev/null and b/lxde-frugalware/frugalware.png differ diff --git a/lxde-frugalware/frugalware_wide.png b/lxde-frugalware/frugalware_wide.png new file mode 100644 index 0000000..76ce793 Binary files /dev/null and b/lxde-frugalware/frugalware_wide.png differ diff --git a/lxde-frugalware/lxde-fw.png b/lxde-frugalware/lxde-fw.png new file mode 100755 index 0000000..12659a7 Binary files /dev/null and b/lxde-frugalware/lxde-fw.png differ From devil505linux at gmail.com Mon Oct 11 08:43:09 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 08:43:09 +0200 (CEST) Subject: [Frugalware-git] artwork: * initial import of slim-theme Message-ID: <20101011064309.4EEBE132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=5a2bc7516beacd35c8d3a7e4c4ad4c91ed1fa071 commit 5a2bc7516beacd35c8d3a7e4c4ad4c91ed1fa071 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 08:39:44 2010 +0200 * initial import of slim-theme diff --git a/slim-theme/frugalware/background.png b/slim-theme/frugalware/background.png new file mode 100644 index 0000000..8e7cf37 Binary files /dev/null and b/slim-theme/frugalware/background.png differ diff --git a/slim-theme/frugalware/background2.png b/slim-theme/frugalware/background2.png new file mode 100644 index 0000000..2a19f5e Binary files /dev/null and b/slim-theme/frugalware/background2.png differ diff --git a/slim-theme/frugalware/panel.png b/slim-theme/frugalware/panel.png new file mode 100644 index 0000000..99e56dd Binary files /dev/null and b/slim-theme/frugalware/panel.png differ diff --git a/slim-theme/frugalware/preview.png b/slim-theme/frugalware/preview.png new file mode 100644 index 0000000..40e7aa3 Binary files /dev/null and b/slim-theme/frugalware/preview.png differ diff --git a/slim-theme/frugalware/slim.theme b/slim-theme/frugalware/slim.theme new file mode 100644 index 0000000..f9d95ec --- /dev/null +++ b/slim-theme/frugalware/slim.theme @@ -0,0 +1,42 @@ +## Frugalware Linux SLiM Theme +## Frugalware Artwork Team +## Based on gentoo simple slim theme by Joshua Saddler (nightmorph at gentoo.org) + +# Text messages for startup, shutdown, reboot, etc. +msg_color #eeeeee +msg_font Verdana:size=10:bold:dpi=96 +msg_x 50% +msg_y 50% + +background_style tile +background_color #000000 + +# input box controls +input_font Verdana:size=10:bold:dpi=96 +input_fgcolor #000000 +# panel location +input_panel_x 50% +input_panel_y 50% +input_name_x 52 +input_name_y 214 +# force single input box (gdm style) +input_pass_x -1 +input_pass_y -1 + +# Username/password request text +username_font Verdana:size=10:bold:dpi=96 +username_color #ffffff +username_x 110 +username_y 190 +password_x 110 +password_y 190 +username_msg Username: +password_msg Password: + +# Welcome message text, in this case, the informational change session +# (relative to the panel) +#welcome_x 50% +#welcome_y 100% +#welcome_font Verdana:size=10:bold:dpi=96 +#welcome_color #eeeeee +#welcome_msg Welcome to %host From devil505linux at gmail.com Mon Oct 11 08:53:48 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 08:53:48 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gramps-3.2.4-1-i686 * version bump Message-ID: <20101011065348.4C474132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b2d5e0ee8cd8076861c4e98b892a5ea1d55a878f commit b2d5e0ee8cd8076861c4e98b892a5ea1d55a878f Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 08:50:15 2010 +0200 gramps-3.2.4-1-i686 * version bump diff --git a/source/gnome-extra/gramps/FrugalBuild b/source/gnome-extra/gramps/FrugalBuild index 116767d..3f46dc5 100644 --- a/source/gnome-extra/gramps/FrugalBuild +++ b/source/gnome-extra/gramps/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 <devil505linux at gmail.com> pkgname=gramps -pkgver=3.2.3 +pkgver=3.2.4 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=('156622b7a51189fb2c105e29ff33978d4c165be4') +sha1sums=('ad09b89a8d63a5b22e60459872e388fc17468f53') From devil505linux at gmail.com Mon Oct 11 09:10:50 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 09:10:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: assaultcube-1.1.0.3-1-i686 * version bump Message-ID: <20101011071050.9C0C9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=db8797c8121a7b20ab0a950d9d82a9959837b086 commit db8797c8121a7b20ab0a950d9d82a9959837b086 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 09:00:28 2010 +0200 assaultcube-1.1.0.3-1-i686 * version bump diff --git a/source/games-extra/assaultcube/FrugalBuild b/source/games-extra/assaultcube/FrugalBuild index 997a1b4..20b3a3b 100644 --- a/source/games-extra/assaultcube/FrugalBuild +++ b/source/games-extra/assaultcube/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 <devil505linux at gmail.com> pkgname=assaultcube -pkgver=1.1.0.1 +pkgver=1.1.0.3 pkgrel=1 pkgdesc='A realistic team oriented multiplayer FPS based on the Cube engine' depends=('sdlimage' 'libgl' 'openal' 'libvorbis') @@ -16,8 +16,8 @@ _F_sourceforge_sep="_v" Finclude sourceforge url='http://assault.cubers.net/' source=($source ${source/.tar.bz2/.source.tar.bz2} $pkgname.png) -sha1sums=('c90f19dc79c3e8c958062bb63d85b81ff23b5177' \ - 'f7ab8bc1974b92614844defa83aff5488707cd8d' \ +sha1sums=('904e1c279d2bba3db5e7e4ef84d1972b606f016c' \ + '660f67eff85ca705bc596bf8ccdedc6c7df6cf76' \ '6782d0649e325c491376264de5ca3c177af8d363') _F_desktop_name="AssaultCube" From devil505linux at gmail.com Mon Oct 11 09:10:50 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 09:10:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: frei0r-plugins-1.2.1-1-i686 * version bump Message-ID: <20101011071050.A893F132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cca15d6761b213b52f5951c415a3282640433d00 commit cca15d6761b213b52f5951c415a3282640433d00 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 09:10:00 2010 +0200 frei0r-plugins-1.2.1-1-i686 * version bump diff --git a/source/xmultimedia-extra/frei0r-plugins/FrugalBuild b/source/xmultimedia-extra/frei0r-plugins/FrugalBuild index fc95194..41a0d1d 100644 --- a/source/xmultimedia-extra/frei0r-plugins/FrugalBuild +++ b/source/xmultimedia-extra/frei0r-plugins/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 <devil505linux at gmail.com> pkgname=frei0r-plugins -pkgver=1.1.22 +pkgver=1.2.1 pkgrel=1 pkgdesc="frei0r is a minimalistic plugin API for video sources and filters." url="http://www.piksel.org/frei0r" @@ -11,6 +11,6 @@ groups=('xmultimedia-extra') archs=('i686' 'x86_64') up2date="Flasttar http://ftp.dyne.org/frei0r/releases/" source=(http://ftp.dyne.org/frei0r/releases/$pkgname-$pkgver.tar.gz) -sha1sums=('2bd488fc0e6d12b2f0b141ec21a3c74b7c85d4b4') +sha1sums=('4c167450263a02938f68ebf8af45dea8a5f00197') # optimization OK From devil505linux at gmail.com Mon Oct 11 09:11:40 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 09:11:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: android-notifier-desktop-0.5.1-1-i686 * version bump Message-ID: <20101011071140.615E9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=75c113b9f1698dc8c2fdc285638bd785923bd236 commit 75c113b9f1698dc8c2fdc285638bd785923bd236 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 09:11:30 2010 +0200 android-notifier-desktop-0.5.1-1-i686 * version bump diff --git a/source/xapps-extra/android-notifier-desktop/FrugalBuild b/source/xapps-extra/android-notifier-desktop/FrugalBuild index 080fcff..5df3cf7 100644 --- a/source/xapps-extra/android-notifier-desktop/FrugalBuild +++ b/source/xapps-extra/android-notifier-desktop/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 <devil505linux at gmail.com> pkgname=android-notifier-desktop -pkgver=0.4 +pkgver=0.5.1 pkgrel=1 pkgdesc="Multi-platform client for the androd-notifier app." depends=('j2re' 'libnotify' 'bluez') @@ -11,13 +11,14 @@ archs=('i686' 'x86_64') if [ "${CARCH}" = 'x86_64' ]; then _F_googlecode_ext="-linux-amd64.zip" -sha1sums=('6daa886b54deafc0230b75f09819821e448bddfb' \ +sha1sums=('73ebb875dcbe0ff9de8981b9c8a0c1b233c736cd' \ '9b3b4665ba5c430ccba175924d29e04858ff5eaa') else _F_googlecode_ext="-linux-i386.zip" -sha1sums=('d5aa52cd482f30f2faff1945fde866c7774aaa5a' \ +sha1sums=('9a20c002464a9e34503a909f3192b2cd6a38dba9' \ '9b3b4665ba5c430ccba175924d29e04858ff5eaa') fi +_F_googlecode_dirname="android-notifier" Finclude googlecode source=($source $pkgname.png) From bouleetbil at frogdev.info Mon Oct 11 09:23:47 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 11 Oct 2010 09:23:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bareftp-0.3.5-1-i686 Message-ID: <20101011072347.7F276132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1144862e2921254c7741fb37d6ddbcb300f33885 commit 1144862e2921254c7741fb37d6ddbcb300f33885 Author: bouleetbil <bouleetbil at frogdev.info> Date: Mon Oct 11 09:25:56 2010 +0000 bareftp-0.3.5-1-i686 *Version bump diff --git a/source/gnome-extra/bareftp/FrugalBuild b/source/gnome-extra/bareftp/FrugalBuild index 70e4200..8b493e2 100644 --- a/source/gnome-extra/bareftp/FrugalBuild +++ b/source/gnome-extra/bareftp/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=bareftp -pkgver=0.3.4 +pkgver=0.3.5 pkgrel=1 pkgdesc="bareFTP is a file transfer client supporting the FTP and SSH" url="http://www.bareftp.org" @@ -16,7 +16,7 @@ _F_gnome_desktop=y _F_gnome_iconcache=y _F_mono_aot=0 Finclude mono gnome-scriptlet -sha1sums=('e57144cf18382d5055b3a0e465b597bc52d0592c') +sha1sums=('00e6132033f2d4e3253a7facde686108a3d03fcd') build() { unset MAKEFLAGS From devil505linux at gmail.com Mon Oct 11 09:34:32 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 09:34:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-osd-0.12.2-3-i686 * fixing up2date Message-ID: <20101011073432.E2739132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=177a4f249ae2024bc94e801ade64a7c15a7b8715 commit 177a4f249ae2024bc94e801ade64a7c15a7b8715 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 09:33:39 2010 +0200 gnome-osd-0.12.2-3-i686 * fixing up2date diff --git a/source/gnome-extra/gnome-osd/FrugalBuild b/source/gnome-extra/gnome-osd/FrugalBuild index 14e4404..a8f4762 100644 --- a/source/gnome-extra/gnome-osd/FrugalBuild +++ b/source/gnome-extra/gnome-osd/FrugalBuild @@ -12,7 +12,7 @@ groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') _F_gnome_schemas=('/etc/gconf/schemas/gnome-osd.schemas') Finclude gnome-scriptlet -up2date="elinks -dump 'https://launchpad.net/$pkgname/+download' | Flasttar" +up2date="Flasttar $url" source=(http://launchpad.net/${pkgname}/0.12/$pkgver/+download/${pkgname}-${pkgver}.tar.bz2 fix_python26.patch) sha1sums=('9bf7e9c4e004acc5ddf0f07eb3b130402cfd16db' \ 'c17c550cf7825aaf2d91151349d8b39a2deb7c97') From devil505linux at gmail.com Mon Oct 11 09:39:24 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 09:39:24 +0200 (CEST) Subject: [Frugalware-git] artwork: * updating backgrounds for lxde-frugalware Message-ID: <20101011073924.AF10C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=5dee8a51558162121d06e61e19e9dabf5893274f commit 5dee8a51558162121d06e61e19e9dabf5893274f Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 09:37:15 2010 +0200 * updating backgrounds for lxde-frugalware diff --git a/lxde-frugalware/frugalware.png b/lxde-frugalware/frugalware.png index 46f88fe..c4ac9cf 100644 Binary files a/lxde-frugalware/frugalware.png and b/lxde-frugalware/frugalware.png differ diff --git a/lxde-frugalware/frugalware_wide.png b/lxde-frugalware/frugalware_wide.png index 76ce793..96477e7 100644 Binary files a/lxde-frugalware/frugalware_wide.png and b/lxde-frugalware/frugalware_wide.png differ From devil505linux at gmail.com Mon Oct 11 09:39:24 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 09:39:24 +0200 (CEST) Subject: [Frugalware-git] artwork: *updating background of slim theme Message-ID: <20101011073924.C42AC132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=18c9cb5c739170c797c041e9441b6cd6a54a081d commit 18c9cb5c739170c797c041e9441b6cd6a54a081d Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 09:38:13 2010 +0200 *updating background of slim theme diff --git a/slim-theme/frugalware/background.png b/slim-theme/frugalware/background.png index 8e7cf37..96477e7 100644 Binary files a/slim-theme/frugalware/background.png and b/slim-theme/frugalware/background.png differ diff --git a/slim-theme/frugalware/background2.png b/slim-theme/frugalware/background2.png deleted file mode 100644 index 2a19f5e..0000000 Binary files a/slim-theme/frugalware/background2.png and /dev/null differ From devil505linux at gmail.com Mon Oct 11 09:41:08 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 09:41:08 +0200 (CEST) Subject: [Frugalware-git] artwork: * updating background of splashy theme Message-ID: <20101011074108.56001132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=079bb8c9538146f4177405745ca65e735b009abb commit 079bb8c9538146f4177405745ca65e735b009abb Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 09:40:53 2010 +0200 * updating background of splashy theme diff --git a/splashy-theme/frugalware/background.png b/splashy-theme/frugalware/background.png index 46f88fe..c4ac9cf 100644 Binary files a/splashy-theme/frugalware/background.png and b/splashy-theme/frugalware/background.png differ From devil505linux at gmail.com Mon Oct 11 10:24:57 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 10:24:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bsnes-070-1-i686 * version bump Message-ID: <20101011082457.E6073132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=39fd678153ad8bbace8eddc9d2fcf75bdaf3871d commit 39fd678153ad8bbace8eddc9d2fcf75bdaf3871d Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 10:24:39 2010 +0200 bsnes-070-1-i686 * version bump diff --git a/source/games-extra/bsnes/FrugalBuild b/source/games-extra/bsnes/FrugalBuild index 2fec10c..6cd8494 100644 --- a/source/games-extra/bsnes/FrugalBuild +++ b/source/games-extra/bsnes/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: James Buren <ryuo at frugalware.org> pkgname=bsnes -pkgver=068 +pkgver=070 pkgrel=1 pkgdesc="A newer snes emulator designed with accuracy in mind." depends=('openal' 'sdl' 'libgl' 'libxv' 'libao' 'pulseaudio' 'libuuid' 'libxtst' 'dbus' 'libqtcore' 'libqtgui') @@ -14,11 +14,14 @@ _F_googlecode_ext=".tar.bz2" Finclude googlecode _F_cd_path="$pkgname" options=('scriptlet') -sha1sums=('331b5870d2e318e37f71a8ad9f0c99403d9c99c4') +sha1sums=('b72388980310dfd26677d04312bf4698166208f2') build() { Fcd + # Don't run gconftool + Fsed "gconftool-2 --type bool" "#gconftool-2 --type bool" Makefile + for profile in compatibility performance accuracy; do make clean make profile=${profile} || Fdie From devil505linux at gmail.com Mon Oct 11 12:58:09 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 12:58:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: transmission-2.10-1-i686 * version bump * build simplified (one day it can be interesting to split the cli part and get the QT4 GUI) Message-ID: <20101011105809.7B5EA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d69351f938d7c16385cc8faf9c5b1248bf45ffa9 commit d69351f938d7c16385cc8faf9c5b1248bf45ffa9 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 12:41:46 2010 +0200 transmission-2.10-1-i686 * version bump * build simplified (one day it can be interesting to split the cli part and get the QT4 GUI) diff --git a/source/xapps-extra/transmission/FrugalBuild b/source/xapps-extra/transmission/FrugalBuild index 9a7df46..6bbf881 100644 --- a/source/xapps-extra/transmission/FrugalBuild +++ b/source/xapps-extra/transmission/FrugalBuild @@ -2,43 +2,28 @@ # Maintainer: Priyank Gosalia <priyankmg at gmail.com> pkgname=transmission -pkgver=2.04 +pkgver=2.10 pkgrel=1 pkgdesc="A free, lightweight BitTorrent Client." -url="http://transmission.m0k.org/" +url="http://www.transmissionbt.com/" +depends=('curl>=7.19.0' 'libevent' 'libnotify' 'openssl>=1.0.0' 'gtk+2>=2.20.0-2') makedepends=('intltool') -depends=('glibc' 'gtk+2>=2.20.0-2' 'libxml2' 'freetype2' 'libxau>=1.0.4' 'libxdmcp>=1.0.2-2' \ - 'curl>=7.19.0' 'libxdamage>=1.1.1-3' 'libxext>=1.0.5-3' 'gettext' 'libevent' 'openssl>=1.0.0') -options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') -options=('scriptlet') -up2date="lynx -dump -nolist http://download.m0k.org/transmission/files/ | Flasttarbz2" -source=(http://download.m0k.org/transmission/files/$pkgname-$pkgver.tar.bz2) -sha1sums=('301e22eeeb985782b61202deb1c36a883357fcc6') +_F_gnome_desktop="y" +_F_gnome_iconcache="y" +Finclude gnome-scriptlet +up2date="Flasttarbz2 $url/download.php" +source=(http://download.transmissionbt.com/files/$pkgname-$pkgver.tar.bz2) +sha1sums=('692a884fe4c23056a86b9c9001ae2f9f49e76fc0') build() { Fcd + if [ "$CARCH" == "x86_64" ]; then export CFLAGS="$CFLAGS -fPIC" fi - Fconf - make || Fdie - - # Install binaries and manpages - cd cli || Fdie - Fexerel /usr/bin/transmissioncli - Fmanrel transmissioncli.1 - cd ../gtk || Fdie - Fexerel /usr/bin/transmission - Fmanrel transmission.1 - - # Desktop entry - Fmkdir /usr/share/{applications,pixmaps} - Ffilerel transmission.desktop /usr/share/applications/ - Ffilerel transmission.png /usr/share/pixmaps + Fbuild + Fbuild_gnome_scriptlet } - -# optimization OK - From devil505linux at gmail.com Mon Oct 11 12:58:09 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 12:58:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gtkwave-3.3.13-1-i686 * version bump Message-ID: <20101011105809.876DE132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=50aef202a94d11d3af111a60a8ec13fb1b2791e1 commit 50aef202a94d11d3af111a60a8ec13fb1b2791e1 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 12:52:45 2010 +0200 gtkwave-3.3.13-1-i686 * version bump diff --git a/source/xapps-extra/gtkwave/FrugalBuild b/source/xapps-extra/gtkwave/FrugalBuild index da136e7..971a24c 100644 --- a/source/xapps-extra/gtkwave/FrugalBuild +++ b/source/xapps-extra/gtkwave/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia <priyankmg at gmail.com> pkgname=gtkwave -pkgver=3.3.10 +pkgver=3.3.13 pkgrel=1 pkgdesc="A wave viewer for LXT, LXT2, VZT, GHW and standard Verilog VCD/EVCD files." depends=('gtk+2>=2.20.1' 'gperf>=3.0.4') @@ -11,6 +11,6 @@ Finclude sourceforge groups=('xapps-extra' 'geda-suite') archs=('i686' 'x86_64') options=('scriptlet') -sha1sums=('dd06a067621cbe80f655f4c3d4c0e01d12117618') +sha1sums=('33283e8381d1a835d45e2cf7386348cbcd5914cb') # optimization OK From devil505linux at gmail.com Mon Oct 11 13:16:43 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 13:16:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: wallpapoz-0.5-1-i686 * version bump Message-ID: <20101011111643.D3574132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0e62f0c1682de345b49d063805e06655a208ee06 commit 0e62f0c1682de345b49d063805e06655a208ee06 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 13:10:53 2010 +0200 wallpapoz-0.5-1-i686 * version bump diff --git a/source/gnome-extra/wallpapoz/FrugalBuild b/source/gnome-extra/wallpapoz/FrugalBuild index 53eb47c..112aa58 100644 --- a/source/gnome-extra/wallpapoz/FrugalBuild +++ b/source/gnome-extra/wallpapoz/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Priyank Gosalia <priyankmg at gmail.com> pkgname=wallpapoz -pkgver=0.4.1 -pkgrel=2 +pkgver=0.5 +pkgrel=1 pkgdesc="Gnome Multi Backgrounds and Wallpapers Configuration Tool." url="http://wallpapoz.akbarhome.com/" depends=('pygtk' 'gnome-python' 'gnome-python-desktop' 'imaging' 'xvinfo') @@ -13,7 +13,7 @@ options=('scriptlet') up2date="lynx -dump $url/download.html | grep tar.bz2 -m1 | sed 's/.*z-\(.*\).t.*/\1/'" source=($url/files/$pkgname-$pkgver.tar.bz2) _F_cd_path="$pkgname-${pkgver/rc2/}" -sha1sums=('97d1a47cb5c9f403aadf53a1db912ed5fefc4ff5') +sha1sums=('6052676ceefeb97e8daedb7c2750e3bb1cdebaf3') build() { From vmiklos at frugalware.org Mon Oct 11 13:39:06 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 11 Oct 2010 13:39:06 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: diffstat-1.54-1-i686 Message-ID: <20101011113906.CF34E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=002f5c47d0d4c3d3b64074d5f33071f3bbda5181 commit 002f5c47d0d4c3d3b64074d5f33071f3bbda5181 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Mon Oct 11 13:17:19 2010 +0200 diffstat-1.54-1-i686 - version bump diff --git a/source/devel-extra/diffstat/FrugalBuild b/source/devel-extra/diffstat/FrugalBuild index 4cfa217..dfdc77c 100644 --- a/source/devel-extra/diffstat/FrugalBuild +++ b/source/devel-extra/diffstat/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna <vmiklos at frugalware.org> pkgname=diffstat -pkgver=1.53 +pkgver=1.54 pkgrel=1 pkgdesc="Displays a histogram of changes to a file" url="http://dickey.his.com/diffstat/diffstat.html" @@ -11,5 +11,5 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="lynx -dump ftp://invisible-island.net/diffstat/|grep tgz$|sed -n 's/.*-\(.*\)\.t.*/\1/;$ p'" source=(ftp://invisible-island.net/$pkgname/$pkgname-$pkgver.tgz) -sha1sums=('d4664857b64fe81c1ef35b4f4afc81c774513597') +sha1sums=('e68fa0f90744fc3271d38abecc3d3f5f2aa19375') # optimization ok From vmiklos at frugalware.org Mon Oct 11 13:39:06 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 11 Oct 2010 13:39:06 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: cracklib-2.8.18-1-i686 Message-ID: <20101011113906.DF330132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=379e43a6da1a3e7d97537917e0d5a82f22dfd6b6 commit 379e43a6da1a3e7d97537917e0d5a82f22dfd6b6 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Mon Oct 11 13:18:23 2010 +0200 cracklib-2.8.18-1-i686 - version bump diff --git a/source/lib-extra/cracklib/FrugalBuild b/source/lib-extra/cracklib/FrugalBuild index 74daa6d..f1e25bc 100644 --- a/source/lib-extra/cracklib/FrugalBuild +++ b/source/lib-extra/cracklib/FrugalBuild @@ -2,14 +2,14 @@ # Maintainer: voroskoi <voroskoi at frugalware.org> pkgname=cracklib -pkgver=2.8.16 -pkgrel=2 +pkgver=2.8.18 +pkgrel=1 pkgdesc="Next generation version of libCrack password checking library." depends=('glibc') groups=('lib-extra') archs=('i686' 'x86_64') Finclude sourceforge -sha1sums=('21c181ed22ab7ab1e178c09fa251c9615f9f336c') +sha1sums=('3c4df51b13047fd7a85ae470f568abf8a8d6f92b') build() { Fbuild --with-default-dict='$(libdir)/cracklib_dict' From vmiklos at frugalware.org Mon Oct 11 13:39:07 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 11 Oct 2010 13:39:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: umfpack-5.5.0-1-i686 Message-ID: <20101011113907.297C2132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9ba9ac0f29275666fe0af15d84031e4520ccdc23 commit 9ba9ac0f29275666fe0af15d84031e4520ccdc23 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Mon Oct 11 13:19:25 2010 +0200 umfpack-5.5.0-1-i686 - version bump diff --git a/source/lib-extra/umfpack/FrugalBuild b/source/lib-extra/umfpack/FrugalBuild index f9e72b0..6d43dc6 100644 --- a/source/lib-extra/umfpack/FrugalBuild +++ b/source/lib-extra/umfpack/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: voroskoi <voroskoi at frugalware.org> pkgname=umfpack -pkgver=5.4.0 -pkgrel=2 +pkgver=5.5.0 +pkgrel=1 pkgdesc="UMFPACK is a set of routines for solving unsymmetric sparse linear systems." url="http://www.cise.ufl.edu/research/sparse/umfpack/" depends=('blas' 'libgfortran') From vmiklos at frugalware.org Mon Oct 11 13:39:07 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 11 Oct 2010 13:39:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: c-ares-1.7.3-1-i686 Message-ID: <20101011113907.39FBA132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=995854c05f3d56f2e2af03f08483c9e605deea67 commit 995854c05f3d56f2e2af03f08483c9e605deea67 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Mon Oct 11 13:20:34 2010 +0200 c-ares-1.7.3-1-i686 - version bump diff --git a/source/lib/c-ares/FrugalBuild b/source/lib/c-ares/FrugalBuild index cb10daf..cefbfcd 100644 --- a/source/lib/c-ares/FrugalBuild +++ b/source/lib/c-ares/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: voroskoi <voroskoi at frugalware.org> pkgname=c-ares -pkgver=1.6.0 +pkgver=1.7.3 pkgrel=1 pkgdesc="C library that performs DNS requests and name resolves asynchronously." url="http://daniel.haxx.se/projects/c-ares/" From vmiklos at frugalware.org Mon Oct 11 13:39:07 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 11 Oct 2010 13:39:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: sip-4.11.1-1-i686 Message-ID: <20101011113907.4426F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ea38929ea463e9de914c2b084b73bb402f27ec11 commit ea38929ea463e9de914c2b084b73bb402f27ec11 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Mon Oct 11 13:21:11 2010 +0200 sip-4.11.1-1-i686 - version bump diff --git a/source/xlib/sip/FrugalBuild b/source/xlib/sip/FrugalBuild index 104b56f..21bd13b 100644 --- a/source/xlib/sip/FrugalBuild +++ b/source/xlib/sip/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: voroskoi <voroskoi at frugalware.org> pkgname=sip -pkgver=4.11 +pkgver=4.11.1 pkgrel=1 pkgdesc="SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries" url="http://www.riverbankcomputing.co.uk/software/sip/intro" @@ -11,7 +11,7 @@ groups=('xlib') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://www.riverbankcomputing.co.uk/software/sip/download |grep -v snapshot |Flasttar" source=(http://www.riverbankcomputing.co.uk/static/Downloads/sip4/$pkgname-$pkgver.tar.gz) -sha1sums=('f24e55cf4ebc89986b9e2694e0e516e2c94d6595') +sha1sums=('040f08eaf1e30efb3e50a117b0377bc8b97fb357') options=('scriptlet') build() From vmiklos at frugalware.org Mon Oct 11 13:39:07 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 11 Oct 2010 13:39:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: minicom-2.4-1-i686 Message-ID: <20101011113907.522CA132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=58d637d9f6cf440f5e981e1f08dbaf8c9798697d commit 58d637d9f6cf440f5e981e1f08dbaf8c9798697d Author: Miklos Vajna <vmiklos at frugalware.org> Date: Mon Oct 11 13:26:58 2010 +0200 minicom-2.4-1-i686 - version bump diff --git a/source/network-extra/minicom/FrugalBuild b/source/network-extra/minicom/FrugalBuild index c686db8..00e84b9 100644 --- a/source/network-extra/minicom/FrugalBuild +++ b/source/network-extra/minicom/FrugalBuild @@ -3,15 +3,15 @@ # Maintainer: voroskoi <voroskoi at frugalware.org> pkgname=minicom -pkgver=2.3 +pkgver=2.4 pkgrel=1 pkgdesc="a full featured menu-driven serial communications package" url="http://alioth.debian.org/projects/minicom" groups=('network-extra') archs=('i686' 'x86_64') depends=('ncurses') -up2date="lynx -dump http://alioth.debian.org/projects/minicom/|grep Source|tr -s ' '|cut -d ' ' -f 3" -source=(http://alioth.debian.org/frs/download.php/2332/minicom-$pkgver.tar.gz) -sha1sums=('407c4898a882f14639f30b394805382df0585b50') +up2date="lynx -dump http://alioth.debian.org/projects/minicom/|grep -m1 Source|tr -s ' '|cut -d ' ' -f 3" +source=(http://alioth.debian.org/frs/download.php/3195/minicom-$pkgver.tar.gz) +sha1sums=('6b6d61ceae582a75f30f0cca841c52dd829f8918') # optimization OK From vmiklos at frugalware.org Mon Oct 11 13:39:07 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 11 Oct 2010 13:39:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: net-snmp-5.6-1-i686 Message-ID: <20101011113907.5B4D3132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d7b32f46ca89b5ead1a24d88936ca9c3344cba69 commit d7b32f46ca89b5ead1a24d88936ca9c3344cba69 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Mon Oct 11 13:32:23 2010 +0200 net-snmp-5.6-1-i686 - version bump diff --git a/source/network-extra/net-snmp/FrugalBuild b/source/network-extra/net-snmp/FrugalBuild index 8ae1e2d..0a4e5c3 100644 --- a/source/network-extra/net-snmp/FrugalBuild +++ b/source/network-extra/net-snmp/FrugalBuild @@ -3,8 +3,8 @@ # Maintainer: voroskoi <voroskoi at frugalware.org> pkgname=net-snmp -pkgver=5.5 -pkgrel=2 +pkgver=5.6 +pkgrel=1 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6" depends=('openssl>=1.0.0' 'perl>=5.10.0') groups=('network-extra') @@ -13,7 +13,7 @@ Finclude sourceforge url="http://www.net-snmp.org/" up2date="lynx -dump http://www.net-snmp.org/download.html |grep Supported -A 2 |sed -ne 's/.* \([0-9.]\+\) .*/\1/;$ p'" source=(${source[@]} rc.snmpd) -sha1sums=('ca03ece79b218af081ee4b273da4e217f459e508' \ +sha1sums=('f06ce2794d3e83577521c3ba64844b2068be4463' \ 'df7a817499d12c53e9d2809f68c24fea9d3307b0') build() { From vmiklos at frugalware.org Mon Oct 11 13:39:07 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 11 Oct 2010 13:39:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pmount-0.9.23-1-i686 Message-ID: <20101011113907.62FC3132C390@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8ab32bab0263a9dfa6122578ea2475e697c2acb8 commit 8ab32bab0263a9dfa6122578ea2475e697c2acb8 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Mon Oct 11 13:33:54 2010 +0200 pmount-0.9.23-1-i686 - version bump diff --git a/source/apps/pmount/FrugalBuild b/source/apps/pmount/FrugalBuild index c0c9724..aa4118b 100644 --- a/source/apps/pmount/FrugalBuild +++ b/source/apps/pmount/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: voroskoi <voroskoi at frugalware.org> pkgname=pmount -pkgver=0.9.22 +pkgver=0.9.23 pkgrel=1 pkgdesc="Mount removable devices as normal user" url="http://pmount.alioth.debian.org/" @@ -13,7 +13,7 @@ groups=('apps') archs=('i686' 'x86_64' 'ppc') backup=('etc/pmount.allow') up2date="Flasttar https://alioth.debian.org/frs/?group_id=31157" -source=(https://alioth.debian.org/frs/download.php/3293/pmount-${pkgver}.tar.bz2) -sha1sums=('84f1f5f4898e494427e5c5fa23f90aa379cd39a8') +source=(https://alioth.debian.org/frs/download.php/3310/pmount-${pkgver}.tar.bz2) +sha1sums=('b77dc9cdcd4a4c839d0d2f7b9e3b185ef40f5572') # optimization OK From vmiklos at frugalware.org Mon Oct 11 13:39:07 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 11 Oct 2010 13:39:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: curl-7.21.1-1-i686 Message-ID: <20101011113907.6BBFD132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1625fe2857f860536642ce3155a739778fa65d4c commit 1625fe2857f860536642ce3155a739778fa65d4c Author: Miklos Vajna <vmiklos at frugalware.org> Date: Mon Oct 11 13:35:05 2010 +0200 curl-7.21.1-1-i686 - version bump diff --git a/source/network/curl/FrugalBuild b/source/network/curl/FrugalBuild index dd46891..7219142 100644 --- a/source/network/curl/FrugalBuild +++ b/source/network/curl/FrugalBuild @@ -3,8 +3,8 @@ # Maintainer: voroskoi <voroskoi at frugalware.org> pkgname=curl -pkgver=7.20.0 -pkgrel=2 +pkgver=7.21.1 +pkgrel=1 pkgdesc="A command line tool for transferring data specified with URL syntax." url="http://curl.haxx.se" makedepends=('groff') From devil505linux at gmail.com Mon Oct 11 13:44:00 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 13:44:00 +0200 (CEST) Subject: [Frugalware-git] artwork: * initial import of lock-dialog theme for gnome-screensaver Message-ID: <20101011114400.3AE54132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=9c4ed13c50236494657cd8377a2e0a66270d7425 commit 9c4ed13c50236494657cd8377a2e0a66270d7425 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 13:38:53 2010 +0200 * initial import of lock-dialog theme for gnome-screensaver diff --git a/lock-dialog-frugalware/README b/lock-dialog-frugalware/README new file mode 100644 index 0000000..f960448 --- /dev/null +++ b/lock-dialog-frugalware/README @@ -0,0 +1,18 @@ +New Wave Lock-Dialog Theme + +Installation: + +1. Unpack files to /usr/share/gnome-screensaver/ + +2. Open gconf-editor (Alt+F2, type 'gconf-editor' and press enter) change the entry apps/gnome-screensaver/lock_dialog_theme from 'default' to 'newwave' + +3. Enjoy! + + +To enjoy this theme fully I recommend using a picture of your choice of size 96x96 px. You could change your current one by going to System > Preference > About Me and click on the button besides your name. + +If you want to get back you old theme you should do step 3 in reverse: replace 'newwave' with 'default' + + +New Wave Theme this pack was build for: +http://www.gnome-look.org/content/show.php/New+Wave?content=87134 diff --git a/lock-dialog-frugalware/lock-dialog-newwave.glade b/lock-dialog-frugalware/lock-dialog-newwave.glade new file mode 100644 index 0000000..43e5139 --- /dev/null +++ b/lock-dialog-frugalware/lock-dialog-newwave.glade @@ -0,0 +1,431 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> +<!-- Themed by Holzi --> +<glade-interface> + <widget class="GtkWindow" id="window1"> + <property name="width_request">800</property> + <property name="height_request">517</property> + <property name="visible">True</property> + <property name="title" translatable="yes">window1</property> + <property name="default_width">800</property> + <property name="default_height">517</property> + <property name="type_hint">GDK_WINDOW_TYPE_HINT_UTILITY</property> + <property name="opacity">0.099999999776482579</property> + <child> + <widget class="GtkVBox" id="lock-dialog"> + <property name="width_request">800</property> + <property name="height_request">517</property> + <property name="visible">True</property> + <property name="border_width">18</property> + <child> + <widget class="GtkNotebook" id="notebook"> + <property name="visible">True</property> + <property name="show_tabs">False</property> + <property name="show_border">False</property> + <child> + <widget class="GtkAlignment" id="alignment1"> + <property name="visible">True</property> + <child> + <widget class="GtkVBox" id="vbox1"> + <property name="visible">True</property> + <property name="spacing">12</property> + <child> + <widget class="GtkVBox" id="vbox2"> + <property name="visible">True</property> + <child> + <widget class="GtkImage" id="ubuntu-logo"> + <property name="visible">True</property> + <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> + <property name="yalign">0</property> + <property name="pixbuf">logo.png</property> + </widget> + </child> + <child> + <widget class="GtkFixed" id="fixed6"> + <property name="visible">True</property> + </widget> + <packing> + <property name="padding">12</property> + <property name="position">1</property> + </packing> + </child> + </widget> + </child> + <child> + <widget class="GtkVBox" id="vbox3"> + <property name="visible">True</property> + <child> + <widget class="GtkLabel" id="auth-realname-label"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span size="x-large">%R</span></property> + <property name="use_markup">True</property> + </widget> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + <child> + <widget class="GtkLabel" id="auth-username-label"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span size="small">%U on %h</span></property> + <property name="use_markup">True</property> + </widget> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + <child> + <widget class="GtkVBox" id="auth-prompt-box"> + <property name="visible">True</property> + <child> + <widget class="GtkHBox" id="hbox1"> + <property name="visible">True</property> + <property name="spacing">6</property> + <child> + <widget class="GtkFixed" id="fixed1"> + <property name="width_request">1</property> + <property name="height_request">1</property> + <property name="visible">True</property> + <child> + <widget class="GtkImage" id="auth-face-image"> + <property name="width_request">96</property> + <property name="height_request">96</property> + <property name="visible">True</property> + <property name="xpad">1</property> + <property name="stock">gtk-missing-image</property> + <property name="icon_size">5</property> + <property name="pixel_size">94</property> + </widget> + <packing> + <property name="x">93</property> + <property name="y">-15</property> + </packing> + </child> + </widget> + </child> + <child> + <widget class="GtkFixed" id="fixed2"> + <property name="visible">True</property> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + <child> + <widget class="GtkLabel" id="auth-prompt-label"> + <property name="xalign">0</property> + <accessibility> + <atkrelation target="auth-prompt-entry" type="label-for"/> + </accessibility> + </widget> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">2</property> + </packing> + </child> + <child> + <widget class="GtkEntry" id="auth-prompt-entry"> + <property name="can_focus">True</property> + <property name="visibility">False</property> + <property name="invisible_char">*</property> + <property name="activates_default">True</property> + <accessibility> + <atkrelation target="auth-prompt-label" type="labelled-by"/> + </accessibility> + </widget> + <packing> + <property name="position">3</property> + </packing> + </child> + <child> + <widget class="GtkTable" id="table1"> + <property name="visible">True</property> + <property name="n_rows">3</property> + <property name="n_columns">1</property> + <child> + <widget class="GtkFixed" id="fixed4"> + <property name="visible">True</property> + </widget> + <packing> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + </packing> + </child> + <child> + <widget class="GtkFixed" id="fixed5"> + <property name="visible">True</property> + </widget> + </child> + <child> + <widget class="GtkHBox" id="auth-prompt-kbd-layout-indicator"> + <property name="width_request">60</property> + <property name="height_request">24</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <child> + <placeholder/> + </child> + </widget> + <packing> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> + <property name="y_options">GTK_SHRINK | GTK_FILL</property> + </packing> + </child> + </widget> + <packing> + <property name="expand">False</property> + <property name="position">4</property> + </packing> + </child> + <child> + <widget class="GtkFixed" id="fixed3"> + <property name="visible">True</property> + </widget> + <packing> + <property name="position">5</property> + </packing> + </child> + </widget> + </child> + <child> + <widget class="GtkFixed" id="fixed7"> + <property name="visible">True</property> + </widget> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + </widget> + <packing> + <property name="position">2</property> + </packing> + </child> + <child> + <widget class="GtkLabel" id="auth-status-label"> + <property name="visible">True</property> + </widget> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">3</property> + </packing> + </child> + <child> + <widget class="GtkLabel" id="away-message-label"> + <property name="visible">True</property> + <property name="label" translatable="yes">Away msg</property> + <property name="wrap">True</property> + </widget> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">4</property> + </packing> + </child> + <child> + <widget class="GtkAlignment" id="alignment2"> + <property name="visible">True</property> + <child> + <widget class="GtkLabel" id="auth-capslock-label"> + <property name="visible">True</property> + <property name="label" translatable="yes">Caps Lock Warning</property> + </widget> + </child> + </widget> + <packing> + <property name="expand">False</property> + <property name="padding">15</property> + <property name="position">5</property> + </packing> + </child> + <child> + <widget class="GtkHButtonBox" id="auth-action-area"> + <property name="visible">True</property> + <property name="layout_style">GTK_BUTTONBOX_CENTER</property> + <child> + <widget class="GtkButton" id="auth-note-button"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="label" translatable="yes">_Leave Message</property> + <property name="use_underline">True</property> + <property name="focus_on_click">False</property> + <property name="response_id">0</property> + </widget> + </child> + <child> + <widget class="GtkButton" id="auth-switch-button"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="label" translatable="yes">_Switch User</property> + <property name="use_underline">True</property> + <property name="focus_on_click">False</property> + <property name="response_id">0</property> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + <child> + <widget class="GtkButton" id="auth-logout-button"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="label" translatable="yes">_Log Out</property> + <property name="use_underline">True</property> + <property name="focus_on_click">False</property> + <property name="response_id">0</property> + </widget> + <packing> + <property name="position">2</property> + </packing> + </child> + <child> + <widget class="GtkButton" id="auth-cancel-button"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="label" translatable="yes">_Cancel</property> + <property name="use_underline">True</property> + <property name="focus_on_click">False</property> + <property name="response_id">0</property> + </widget> + <packing> + <property name="position">3</property> + </packing> + </child> + <child> + <widget class="GtkButton" id="auth-unlock-button"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="label" translatable="yes">_Unlock</property> + <property name="use_underline">True</property> + <property name="response_id">0</property> + </widget> + <packing> + <property name="position">4</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">1</property> + <property name="position">6</property> + </packing> + </child> + </widget> + </child> + </widget> + </child> + <child> + <widget class="GtkLabel" id="label1"> + <property name="visible">True</property> + </widget> + <packing> + <property name="type">tab</property> + <property name="tab_fill">False</property> + </packing> + </child> + <child> + <widget class="GtkVBox" id="note-tab"> + <property name="visible">True</property> + <property name="spacing">10</property> + <child> + <widget class="GtkLabel" id="note-tab-label"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes"><b>Leave a message for %R:</b></property> + <property name="use_markup">True</property> + </widget> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + <child> + <widget class="GtkScrolledWindow" id="scrolledwindow1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> + <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> + <property name="shadow_type">GTK_SHADOW_IN</property> + <child> + <widget class="GtkTextView" id="note-text-view"> + <property name="visible">True</property> + <property name="can_focus">True</property> + </widget> + </child> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + <child> + <widget class="GtkHButtonBox" id="hbuttonbox1"> + <property name="visible">True</property> + <property name="layout_style">GTK_BUTTONBOX_END</property> + <child> + <widget class="GtkButton" id="note-cancel-button"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="label">gtk-cancel</property> + <property name="use_stock">True</property> + <property name="response_id">0</property> + </widget> + </child> + <child> + <widget class="GtkButton" id="note-ok-button"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="label">gtk-save</property> + <property name="use_stock">True</property> + <property name="response_id">0</property> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + </widget> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">2</property> + </packing> + </child> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + <child> + <widget class="GtkLabel" id="label9"> + <property name="visible">True</property> + </widget> + <packing> + <property name="type">tab</property> + <property name="position">1</property> + <property name="tab_fill">False</property> + </packing> + </child> + </widget> + </child> + </widget> + </child> + </widget> +</glade-interface> diff --git a/lock-dialog-frugalware/lock-dialog-newwave.gtkrc b/lock-dialog-frugalware/lock-dialog-newwave.gtkrc new file mode 100644 index 0000000..7604c2b --- /dev/null +++ b/lock-dialog-frugalware/lock-dialog-newwave.gtkrc @@ -0,0 +1,214 @@ +# +# New Wave Lock Screen Theme +# +# Author: Anton Kerezov <ankere at gmail.com> +# Modified by Devil505 <devil505linux at gmail.com> fir Frugalware 1.0 Anacreon +# Feel free to modify and share! + + +# The main backgroud +style "window" +{ + #This has to be back to not disturb the eye + # when loading images on slower PC's + bg[NORMAL] = "Black" + + engine "pixmap" { + image { + file = "newwave-images/newwave_bg.png" + function = FLAT_BOX + stretch = TRUE + border = { 0, 0, 0, 0 } + } + } +} + +style "label-black" +{ + fg[NORMAL] = "Black" + fg[PRELIGHT] = "Black" + fg[ACTIVE] = "Black" +} +style "label-white" +{ + fg[NORMAL] = "White" + fg[PRELIGHT] = "White" + fg[ACTIVE] = "White" +} + +style "label-midtone" +{ + #this is compromise variant + fg[NORMAL] = "#535353" + fg[PRELIGHT] = "White" + fg[ACTIVE] = "White" +} + + +# Special buttons without shadows and more contrast to match the theme +style "button" = "label-black" +{ + text[NORMAL] = "Black" + text[PRELIGHT] = "Black" + text[ACTIVE] = "Black" + + engine "pixmap" + { + + image + { + function = FOCUS + recolorable = TRUE + file = "newwave-images/button-focus.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image + { + function = BOX + state = NORMAL + file = "newwave-images/button-normal.png" + border ={ 4, 4, 4, 4 } + stretch = TRUE + } + + image + { + function = BOX + state = ACTIVE + file = "newwave-images/button-pressed.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + detail = "buttondefault" + file = "newwave-images/button-prelight.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + #@author:dilomo@ prelight used on toggle buttons when they are pressed in + image + { + function = BOX + state = PRELIGHT + recolorable = TRUE + shadow = IN + file = "newwave-images/button-pressed-prelight.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + #@author:dilomo@ prelight used on normal buttons + image + { + function = BOX + state = PRELIGHT + recolorable = TRUE + shadow = OUT + file = "newwave-images/button-prelight.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image + { + function = BOX + state = INSENSITIVE + shadow = IN + file = "newwave-images/button-insensitive-in.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + image + { + function = BOX + state = INSENSITIVE + shadow = OUT + file = "newwave-images/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +#Fix white pixels at corners by using an image +style "textbox" +{ + engine "pixmap" + { + image + { + function = SHADOW + detail = "entry" + shadow = IN + recolorable = FALSE + file = "newwave-images/entry-shadow-in.png" + border = { 2,2,3,3 } + stretch = TRUE + } + } +} + +style "hbox" +{ + fg[NORMAL] = "White" + fg[PRELIGHT] = "White" + fg[ACTIVE] = "White" + bg_pixmap[NORMAL] = "newwave-images/btn_lang.png" +} + +style "username" +{ + # e.g. Anton Kerezov + fg[NORMAL] = "White" + fg[PRELIGHT] = "White" + fg[ACTIVE] = "White" +} +style "pcnickname" +{ + # e.g. toni on Krum + fg[NORMAL] = "Grey" + fg[PRELIGHT] = "Grey" + fg[ACTIVE] = "Grey" +} +style "statusmsg" +{ + # warnigs + fg[NORMAL] = "#cb5425" + fg[PRELIGHT] = "#cb5425" + fg[ACTIVE] = "#cb5425" +} + + +class "GtkWindow" style "window" +class "GtkHBox" style "hbox" +class "GtkButton" style "button" + +# On leav a message window the label text +# is black but don't know how to fix it. +# Temporary solution +class "GtkLabel" style "label-midtone" + +# Customize the widgets +widget "*.auth-prompt-entry" style "textbox" +widget "*.auth-prompt-label" style "label-black" +widget "*.auth-realname-label" style "username" +widget "*.auth-username-label" style "pcnickname" +widget "*.away-message-label" style "pcnickname" +widget "*.auth-capslock-label" style "pcnickname" +widget "*.auth-status-label" style "statusmsg" + +widget "*.auth-prompt-kbd-layout-indicator.*" style "hbox" +widget "*.auth-prompt-kbd-frame" style "hbox" + +widget "*.auth-action-area.*" style :highest "label-black" + + + + + diff --git a/lock-dialog-frugalware/logo.png b/lock-dialog-frugalware/logo.png new file mode 100644 index 0000000..2d6232c Binary files /dev/null and b/lock-dialog-frugalware/logo.png differ diff --git a/lock-dialog-frugalware/newwave-images/btn_lang.png b/lock-dialog-frugalware/newwave-images/btn_lang.png new file mode 100644 index 0000000..9d7ab18 Binary files /dev/null and b/lock-dialog-frugalware/newwave-images/btn_lang.png differ diff --git a/lock-dialog-frugalware/newwave-images/button-focus.png b/lock-dialog-frugalware/newwave-images/button-focus.png new file mode 100755 index 0000000..232d4bd Binary files /dev/null and b/lock-dialog-frugalware/newwave-images/button-focus.png differ diff --git a/lock-dialog-frugalware/newwave-images/button-insensitive-in.png b/lock-dialog-frugalware/newwave-images/button-insensitive-in.png new file mode 100644 index 0000000..97e05ba Binary files /dev/null and b/lock-dialog-frugalware/newwave-images/button-insensitive-in.png differ diff --git a/lock-dialog-frugalware/newwave-images/button-insensitive.png b/lock-dialog-frugalware/newwave-images/button-insensitive.png new file mode 100755 index 0000000..ba2084b Binary files /dev/null and b/lock-dialog-frugalware/newwave-images/button-insensitive.png differ diff --git a/lock-dialog-frugalware/newwave-images/button-normal.png b/lock-dialog-frugalware/newwave-images/button-normal.png new file mode 100644 index 0000000..be595c3 Binary files /dev/null and b/lock-dialog-frugalware/newwave-images/button-normal.png differ diff --git a/lock-dialog-frugalware/newwave-images/button-prelight.png b/lock-dialog-frugalware/newwave-images/button-prelight.png new file mode 100755 index 0000000..21ad8d2 Binary files /dev/null and b/lock-dialog-frugalware/newwave-images/button-prelight.png differ diff --git a/lock-dialog-frugalware/newwave-images/button-pressed-prelight.png b/lock-dialog-frugalware/newwave-images/button-pressed-prelight.png new file mode 100644 index 0000000..8b5c448 Binary files /dev/null and b/lock-dialog-frugalware/newwave-images/button-pressed-prelight.png differ diff --git a/lock-dialog-frugalware/newwave-images/button-pressed.png b/lock-dialog-frugalware/newwave-images/button-pressed.png new file mode 100755 index 0000000..a4f40b7 Binary files /dev/null and b/lock-dialog-frugalware/newwave-images/button-pressed.png differ diff --git a/lock-dialog-frugalware/newwave-images/entry-shadow-in-original.png b/lock-dialog-frugalware/newwave-images/entry-shadow-in-original.png new file mode 100644 index 0000000..cf32e11 Binary files /dev/null and b/lock-dialog-frugalware/newwave-images/entry-shadow-in-original.png differ diff --git a/lock-dialog-frugalware/newwave-images/entry-shadow-in.png b/lock-dialog-frugalware/newwave-images/entry-shadow-in.png new file mode 100755 index 0000000..3a76891 Binary files /dev/null and b/lock-dialog-frugalware/newwave-images/entry-shadow-in.png differ diff --git a/lock-dialog-frugalware/newwave-images/newwave_bg.png b/lock-dialog-frugalware/newwave-images/newwave_bg.png new file mode 100644 index 0000000..c9f0501 Binary files /dev/null and b/lock-dialog-frugalware/newwave-images/newwave_bg.png differ From devil505linux at gmail.com Mon Oct 11 13:45:25 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 13:45:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: scummvm-1.2.0-1-i686 * version bump Message-ID: <20101011114525.7F2B6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d1f532ccee2d09de07ceaca0ba609b0c82027816 commit d1f532ccee2d09de07ceaca0ba609b0c82027816 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 13:42:31 2010 +0200 scummvm-1.2.0-1-i686 * version bump diff --git a/source/games-extra/scummvm/FrugalBuild b/source/games-extra/scummvm/FrugalBuild index f3971f9..ac8feea 100644 --- a/source/games-extra/scummvm/FrugalBuild +++ b/source/games-extra/scummvm/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: voroskoi <voroskoi at frugalware.org> pkgname=scummvm -pkgver=1.1.1 +pkgver=1.2.0 pkgrel=1 pkgdesc="ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games." depends=('sdl>=1.2.2' 'libmad' 'zlib') @@ -14,7 +14,7 @@ Finclude sourceforge url="http://www.scummvm.org/" options=('nodocs') Fconfopts="$Fconfopts --disable-debug" -sha1sums=('5f3dee411088987625f6351c721586a0ce6c3d42') +sha1sums=('5443c3720179a9e75d46eb0282ec787637a76d36') build() { Fcd From bouleetbil at frogdev.info Mon Oct 11 14:27:51 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 11 Oct 2010 14:27:51 +0200 (CEST) Subject: [Frugalware-git] gnometesting: glib2-2.27.0-1-i686 Message-ID: <20101011122751.D384C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b4988b503855e24dad5bae2bec11b882b74d79c9 commit b4988b503855e24dad5bae2bec11b882b74d79c9 Author: bouleetbil <bouleetbil at frogdev.info> Date: Mon Oct 11 14:30:06 2010 +0000 glib2-2.27.0-1-i686 *Version bump diff --git a/source/base/glib2/FrugalBuild b/source/base/glib2/FrugalBuild index 4592810..00d8576 100644 --- a/source/base/glib2/FrugalBuild +++ b/source/base/glib2/FrugalBuild @@ -4,7 +4,7 @@ USE_DOC=${USE_DOC:-"y"} pkgname=glib2 -pkgver=2.26.0 +pkgver=2.27.0 pkgrel=1 pkgdesc="Common C routines used by GTK+2 and other libraries" url="http://www.gtk.org/" @@ -17,7 +17,7 @@ _F_gnome_name="glib" Finclude gnome _F_cd_path="glib-$pkgver" ## DON'T remove nor change the debug level or it breaks again .. -sha1sums=('9d7e9dce2add3fadc35079ad291a94f45ebcf706') +sha1sums=('cbb6176c7c7ae2ba9497f5d30746eb0ab2ad6665') if Fuse $USE_DOC; then makedepends=("${makedepends[@]}" 'gtk-doc>=1.11') Fconfopts="$Fconfopts --enable-gtk-doc" From bouleetbil at frogdev.info Mon Oct 11 15:44:19 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 11 Oct 2010 15:44:19 +0200 (CEST) Subject: [Frugalware-git] bouletmp: boo-0.9.3.3457-1-i686 Message-ID: <20101011134419.433FC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=84f29652b53707a231be179ede3fc8d313fa586b commit 84f29652b53707a231be179ede3fc8d313fa586b Author: bouleetbil <bouleetbil at frogdev.info> Date: Mon Oct 11 15:46:36 2010 +0000 boo-0.9.3.3457-1-i686 *Version bump diff --git a/source/gnome-extra/boo/FrugalBuild b/source/gnome-extra/boo/FrugalBuild index e45319a..ec2079a 100644 --- a/source/gnome-extra/boo/FrugalBuild +++ b/source/gnome-extra/boo/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=boo -pkgver=0.9.2.3383 -pkgrel=3 +pkgver=0.9.3.3457 +pkgrel=1 pkgdesc="A wrist friendly language for the CLI" url="http://www.mono-project.com/" depends=('mono>=2.6.1' 'gtksourceview>=2.10.0-4' 'shared-mime-info') @@ -14,7 +14,7 @@ _F_gnome_mime=y Finclude mono gnome-scriptlet up2date="lynx -dump http://www.go-mono.com/sources-stable/ | grep -m1 'boo' | cut -d '-' -f 2 | sed 's|.tar.bz2||' | cut -d ' ' -f 2" source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2 boo-pkg-config.patch) -sha1sums=('2226c8cee26eb795da35529885a1b761f3a9b55b' \ +sha1sums=('6631f04f3040d36220128b80ffb0933d0b8321b3' \ '23e5d86c13882b99ec7cf787f1403bcabbfe24c9') build() { From bouleetbil at frogdev.info Mon Oct 11 16:08:38 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 11 Oct 2010 16:08:38 +0200 (CEST) Subject: [Frugalware-git] bouletmp: boo-0.9.3.3457-2-i686 *fixes depends Message-ID: <20101011140838.DB49B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=d5f5bb8c0c528b7a34509432a8eb70bb06ccf785 commit d5f5bb8c0c528b7a34509432a8eb70bb06ccf785 Author: bouleetbil <bouleetbil at frogdev.info> Date: Mon Oct 11 16:10:41 2010 +0000 boo-0.9.3.3457-2-i686 *fixes depends diff --git a/source/gnome-extra/boo/FrugalBuild b/source/gnome-extra/boo/FrugalBuild index ec2079a..f90ea28 100644 --- a/source/gnome-extra/boo/FrugalBuild +++ b/source/gnome-extra/boo/FrugalBuild @@ -3,10 +3,10 @@ pkgname=boo pkgver=0.9.3.3457 -pkgrel=1 +pkgrel=2 pkgdesc="A wrist friendly language for the CLI" url="http://www.mono-project.com/" -depends=('mono>=2.6.1' 'gtksourceview>=2.10.0-4' 'shared-mime-info') +depends=('mono>=2.8' 'gtksourceview>=2.10.0-4' 'shared-mime-info') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') From bouleetbil at frogdev.info Mon Oct 11 16:24:20 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 11 Oct 2010 16:24:20 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+3-2.91.0-1-i686 Message-ID: <20101011142420.0CD70132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c1f466181ac0d5613e68979ce7e95284a780879d commit c1f466181ac0d5613e68979ce7e95284a780879d Author: bouleetbil <bouleetbil at frogdev.info> Date: Mon Oct 11 16:26:28 2010 +0000 gtk+3-2.91.0-1-i686 *Version bump diff --git a/source/xlib-extra/gtk+3/FrugalBuild b/source/xlib-extra/gtk+3/FrugalBuild index 6235965..12a81fb 100644 --- a/source/xlib-extra/gtk+3/FrugalBuild +++ b/source/xlib-extra/gtk+3/FrugalBuild @@ -3,8 +3,8 @@ pkgname=gtk+3 _F_gnome_name=gtk+ -pkgver=2.90.1 -pkgrel=3 +pkgver=2.91.0 +pkgrel=1 pkgdesc="The GTK+ Toolkit (3.x series)" depends=('libxext' 'libxfixes' 'cairo' 'libgcc' 'libjpeg' 'libtiff' 'libcups' \ 'atk' 'pango' 'libxinerama' 'libxcomposite' 'libxcursor' 'gdk-pixbuf2') @@ -16,7 +16,7 @@ Finclude gnome url="http://www.gtk.org/" _F_cd_path="gtk+-$pkgver" source=($source im-cedilla.conf) -sha1sums=('56a91bec92cbf68cd3d6b2bed8b6be1daa54ee16' \ +sha1sums=('4177274375e0509640b496ac38a2f4ef1bbe8860' \ 'f8a64241bcc873c1f1110e16306e48577a41852b') subpkgs=("${subpkgs[@]}" "$pkgname-tools") From bouleetbil at frogdev.info Mon Oct 11 16:33:05 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 11 Oct 2010 16:33:05 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+3-engines-2.91.1-1-i686 Message-ID: <20101011143305.C9502132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=648fddc66de51ebc80b199a6d7eee97f6a4ebbea commit 648fddc66de51ebc80b199a6d7eee97f6a4ebbea Author: bouleetbil <bouleetbil at frogdev.info> Date: Mon Oct 11 16:35:29 2010 +0000 gtk+3-engines-2.91.1-1-i686 *Version bump diff --git a/source/xlib-extra/gtk+3-engines/FrugalBuild b/source/xlib-extra/gtk+3-engines/FrugalBuild index 2cee90a..2cd1ad9 100644 --- a/source/xlib-extra/gtk+3-engines/FrugalBuild +++ b/source/xlib-extra/gtk+3-engines/FrugalBuild @@ -3,8 +3,8 @@ pkgname=gtk+3-engines _F_gnome_name=gtk-engines -pkgver=2.90.3 -pkgrel=3 +pkgver=2.91.1 +pkgrel=1 pkgdesc="Theme engines for GTK+3" depends=('gtk+3') makedepends=('perl-xml-parser' 'gnome-common' 'intltool' 'gdk-pixbuf2') @@ -13,6 +13,6 @@ archs=('i686' 'x86_64' 'ppc') Finclude gnome _F_cd_path="gtk-engines-$pkgver" Fconfopts="$Fconfopts --enable-animation --disable-clearlooks" -sha1sums=('a2d2dcb97f2d38b0b5279870c6feff74b1206c3f') +sha1sums=('a280063068ad223561ab69c0346a133afe6bfa8e') # optimization OK From kooda at upyum.com Mon Oct 11 19:28:32 2010 From: kooda at upyum.com (Kooda) Date: Mon, 11 Oct 2010 19:28:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mpg123-1.12.5-1-i686 Message-ID: <20101011172832.4BCF4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=80532fb59fff9c9b67b49eb34b404b91678a4678 commit 80532fb59fff9c9b67b49eb34b404b91678a4678 Author: Kooda <kooda at upyum.com> Date: Mon Oct 11 19:27:40 2010 +0200 mpg123-1.12.5-1-i686 * Version bump diff --git a/source/multimedia-extra/mpg123/FrugalBuild b/source/multimedia-extra/mpg123/FrugalBuild index 4ddab81..29c8c68 100644 --- a/source/multimedia-extra/mpg123/FrugalBuild +++ b/source/multimedia-extra/mpg123/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Kooda <kooda at upyum.com> pkgname=mpg123 -pkgver=1.12.4 +pkgver=1.12.5 pkgrel=1 pkgdesc="mpg123 is the fast and Free MPEG Audio Player" url="http://www.mpg123.de" @@ -12,7 +12,7 @@ groups=('multimedia-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/download/" source=("$url/download/$pkgname-$pkgver.tar.bz2") -sha1sums=('fb5a3ad81ad31d26ad884e1a94633adfcfa680a2') +sha1sums=('476cb47a9b6570684b5af536beedf2026522e5f8') subpkgs=('libmpg123') subdescs=('libmpg123 is the API used by the mpg123 audio player') From kooda at upyum.com Mon Oct 11 19:34:08 2010 From: kooda at upyum.com (Kooda) Date: Mon, 11 Oct 2010 19:34:08 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: quvi-0.2.6-1-i686 Message-ID: <20101011173408.C3ADD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8c1db130c6a479c16bc63814ff849478614b0a9f commit 8c1db130c6a479c16bc63814ff849478614b0a9f Author: Kooda <kooda at upyum.com> Date: Mon Oct 11 19:33:34 2010 +0200 quvi-0.2.6-1-i686 * Version bump diff --git a/source/lib-extra/quvi/FrugalBuild b/source/lib-extra/quvi/FrugalBuild index 678dfa3..1d0e0c4 100644 --- a/source/lib-extra/quvi/FrugalBuild +++ b/source/lib-extra/quvi/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Kooda <kooda at upyum.com> pkgname=quvi -pkgver=0.2.5 +pkgver=0.2.6 pkgrel=1 pkgdesc="A cross-platform library for parsing Adobe flash video download links with C API" depends=('lua' 'curl>=7.20.0-2' 'pcre') @@ -10,7 +10,7 @@ groups=('lib-extra') archs=('i686' 'x86_64') _F_googlecode_ext=".tar.bz2" Finclude googlecode -sha1sums=('0bfc74562b10b4a901c7d46ce8c8a7d754599862') +sha1sums=('0964df688d1dca903b87d0d84569d6f8104782c3') # optimization OK From kooda at upyum.com Mon Oct 11 19:42:51 2010 From: kooda at upyum.com (Kooda) Date: Mon, 11 Oct 2010 19:42:51 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: awesome-3.4.8-1-i686 Message-ID: <20101011174251.71026132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2b4f43a2e94857633478bbcf8ec925f074a7a32c commit 2b4f43a2e94857633478bbcf8ec925f074a7a32c Author: Kooda <kooda at upyum.com> Date: Mon Oct 11 19:42:24 2010 +0200 awesome-3.4.8-1-i686 * Version bump diff --git a/source/x11-extra/awesome/FrugalBuild b/source/x11-extra/awesome/FrugalBuild index a90e011..dce7f20 100644 --- a/source/x11-extra/awesome/FrugalBuild +++ b/source/x11-extra/awesome/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Kooda <kooda at upyum.com> pkgname=awesome -pkgver=3.4.7 +pkgver=3.4.8 pkgrel=1 pkgdesc="awesome is a floating and tiling window manager initialy based on a dwm code rewriting." url="http://awesome.naquadah.org/" @@ -18,7 +18,7 @@ groups=('x11-extra') archs=('i686' 'x86_64') up2date="curl -s '$url/download/' | grep 'Latest stable' | sed 's|.*version \(.*\) (.*|\1|'" source=($url/download/$pkgname-$pkgver.tar.bz2) -sha1sums=('c8e21323d4338be9b16e14890f54caf2ba1729ac') +sha1sums=('23748bccd8bd4999107354a24173811cbdc85740') build() { Fsed "<ev.h>" "<libev/ev.h>" globalconf.h luaa.{c,h} {dbus,timer}.c From devil505linux at gmail.com Mon Oct 11 20:17:55 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 11 Oct 2010 20:17:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: hplip-3.10.9-2-i686 * rebuilt subpackage with net-snmp>=5.6 Message-ID: <20101011181755.0F548132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=352fa451199352df5587f547a13598a221988ef4 commit 352fa451199352df5587f547a13598a221988ef4 Author: Devil505 <devil505linux at gmail.com> Date: Mon Oct 11 20:16:58 2010 +0200 hplip-3.10.9-2-i686 * rebuilt subpackage with net-snmp>=5.6 diff --git a/source/apps-extra/hplip/FrugalBuild b/source/apps-extra/hplip/FrugalBuild index 1a342c1..7dbffa8 100644 --- a/source/apps-extra/hplip/FrugalBuild +++ b/source/apps-extra/hplip/FrugalBuild @@ -3,7 +3,7 @@ pkgname=hplip pkgver=3.10.9 -pkgrel=1 +pkgrel=2 _F_sourceforge_ext=.tar.gz Finclude sourceforge pkgdesc="HPLIP is an HP developed solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux." @@ -22,7 +22,7 @@ options=('nodocs') subpkgs=("${subpackages[@]}" 'hplip-driver') subdescs=("${subdescs[@]}" 'HPLIP printing, scanning, and scanning driver for HP inkjet and laser based printers.') -subdepends=("${subdepends[@]}" 'cups libusb net-snmp sane-backends') +subdepends=("${subdepends[@]}" "cups libusb net-snmp>=5.6 sane-backends") subrodepends=("${subrodepends[@]}" 'cupsddk ghostscript') subinstall=("${subinstall[@]}" 'hplip.install') subgroups=("${subgroups[@]}" 'apps-extra') From bouleetbil at frogdev.info Mon Oct 11 20:27:41 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 11 Oct 2010 20:27:41 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gconf-2.32.0-2-i686 *user gtk3 Message-ID: <20101011182741.D124D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=91ef94f53b4e764fd73df91ad4ecf32c1fb4aa1d commit 91ef94f53b4e764fd73df91ad4ecf32c1fb4aa1d Author: bouleetbil <bouleetbil at frogdev.info> Date: Mon Oct 11 20:29:36 2010 +0000 gconf-2.32.0-2-i686 *user gtk3 diff --git a/source/gnome/gconf/FrugalBuild b/source/gnome/gconf/FrugalBuild index 5089654..87ace55 100644 --- a/source/gnome/gconf/FrugalBuild +++ b/source/gnome/gconf/FrugalBuild @@ -5,7 +5,7 @@ pkgname=gconf _F_gnome_name=GConf pkgver=2.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="A configuration database system for GNOME" url="http://www.gnome.org/" depends=('orbit2>=2.14.18' 'libxml2' 'dbus-glib' 'polkit>=0.99') @@ -13,10 +13,12 @@ makedepends=('indent' 'gtk-doc>=1.11' 'openldap>=2.4.16' 'perl-xml-parser' 'intl groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') Finclude gnome -source=(${source[@]} gconf-2.16.0-reload.patch) +source=(${source[@]} gconf-2.16.0-reload.patch gtk3.diff) sha1sums=('2711c7b53761d2c789112bb1f989f1c1a6de5265' \ - 'c51bd437b495af6b25aff143a45c0b93a4afc236') + 'c51bd437b495af6b25aff143a45c0b93a4afc236' \ + '9ab1e26a03254b75fb2243402581bc772d2da1d8') +Fconfopts="${Fconfopts[@]} --with-gtk=3.0" subpkgs=('gconf-ldap') subdescs=('Gconf LDAP support modules') subrodepends=("$pkgname=$pkgver") @@ -27,13 +29,14 @@ subarchs=('i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" 'gconf-gtk') subdescs=("${subdescs[@]}" 'graphical gconf utilities') subrodepends=("${subrodepends[@]}" "$pkgname=$pkgver") -subdepends=("${subdepends[@]}" "gtk+2") +subdepends=("${subdepends[@]}" "gtk+3") subgroups=("${subgroups[@]}" 'gnome gnome-minimal') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') build() { Fcd GConf-$pkgver - Fpatch gconf-2.16.0-reload.patch + Fpatchall + Fautoreconf Fmake --enable-gtk-doc --enable-debug=no --enable-gsettings-backend Fmakeinstall Fsplit gconf-ldap /etc/gconf/2/evoldap.conf diff --git a/source/gnome/gconf/gtk3.diff b/source/gnome/gconf/gtk3.diff new file mode 100644 index 0000000..7c49117 --- /dev/null +++ b/source/gnome/gconf/gtk3.diff @@ -0,0 +1,60 @@ +From d1040d83beefa492499b882f13ced971d0292d7b Mon Sep 17 00:00:00 2001 +From: Matthias Clasen <mclasen at redhat.com> +Date: Sun, 03 Oct 2010 15:11:40 +0000 +Subject: Allow building against GTK+ 3 + +This adds the common --with-gtk option to configure. The default +is to build against GTK+ 3. +--- +diff --git a/configure.in b/configure.in +index 70274b7..9a67c68 100644 +--- a/configure.in ++++ b/configure.in +@@ -139,6 +139,25 @@ fi + + GTK_DOC_CHECK([1.0]) + ++AC_MSG_CHECKING([which gtk+ version to compile against]) ++AC_ARG_WITH([gtk], ++ [AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default: 3.0)])], ++ [case "$with_gtk" in ++ 2.0|3.0) ;; ++ *) AC_MSG_ERROR([invalid gtk version specified]) ;; ++ esac], ++ [with_gtk=3.0]) ++AC_MSG_RESULT([$with_gtk]) ++ ++case "$with_gtk" in ++ 2.0) GTK_API_VERSION=2.0 ++ GTK_REQUIRED=2.14 ++ ;; ++ 3.0) GTK_API_VERSION=3.0 ++ GTK_REQUIRED=2.90 ++ ;; ++esac ++ + AC_ARG_ENABLE(gtk, + AS_HELP_STRING([--enable-gtk], + [Enable GTK+ support (for gconf-sanity-check) @<:@default=auto@:>@]), +@@ -146,8 +165,8 @@ AC_ARG_ENABLE(gtk, + + PKGCONFIG_MODULES='glib-2.0 > 2.14.0 gio-2.0 >= 2.25.9 gthread-2.0 gmodule-2.0 >= 2.7.0 gobject-2.0 >= 2.7.0 ORBit-2.0 >= 2.4.0' + PKGCONFIG_MODULES_WITH_XML="$PKGCONFIG_MODULES libxml-2.0" +-PKGCONFIG_MODULES_WITH_GTK=" $PKGCONFIG_MODULES gtk+-2.0 >= 2.14.0" +-PKGCONFIG_MODULES_WITH_XML_AND_GTK=" $PKGCONFIG_MODULES gtk+-2.0 libxml-2.0" ++PKGCONFIG_MODULES_WITH_GTK=" $PKGCONFIG_MODULES gtk+-$GTK_API_VERSION >= $GTK_REQUIRED" ++PKGCONFIG_MODULES_WITH_XML_AND_GTK=" $PKGCONFIG_MODULES gtk+-$GTK_API_VERSION >= $GTK_REQUIRED libxml-2.0" + PKGCONFIG_MODULES_DBUS=" dbus-1 >= 1.0.0 dbus-glib-1 >= 0.74" + + PKG_CHECK_MODULES(DEPENDENT, $PKGCONFIG_MODULES) +@@ -159,7 +178,7 @@ if test "x$enable_gtk" != "xno"; then + + if test "x$enable_gtk" = "xyes" && test "x$HAVE_GTK" = "xno"; then + AC_MSG_ERROR([[ +-*** Could not find GTK+ 2.14 or greater. ++*** Could not find GTK+ $GTK_REQUIRED. + *** Go to http://www.gtk.org/ to get it.]]) + fi + else +-- +cgit v0.8.3.1 From bouleetbil at frogdev.info Mon Oct 11 20:45:10 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 11 Oct 2010 20:45:10 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-keyring-2.91.1-1-i686 Message-ID: <20101011184510.DF5C6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b8f6d46598521c1dce6461b3d039d868f8e5f789 commit b8f6d46598521c1dce6461b3d039d868f8e5f789 Author: bouleetbil <bouleetbil at frogdev.info> Date: Mon Oct 11 20:47:27 2010 +0000 gnome-keyring-2.91.1-1-i686 *Version bump diff --git a/source/gnome/gnome-keyring/FrugalBuild b/source/gnome/gnome-keyring/FrugalBuild index d266870..8875039 100644 --- a/source/gnome/gnome-keyring/FrugalBuild +++ b/source/gnome/gnome-keyring/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=gnome-keyring -pkgver=2.32.0 -pkgrel=4 +pkgver=2.91.1 +pkgrel=1 pkgdesc="Password and keyring managing daemon for GNOME" url="http://www.gnome.org/" -depends=('gtk+2' 'dbus-glib>=0.76-1' 'hal' 'libtasn1>=1.4' 'gconf' 'pam' 'libgnome-keyring>=2.32.0') +depends=('gtk+3' 'dbus-glib>=0.76-1' 'hal' 'libtasn1>=1.4' 'gconf' 'pam' 'libgnome-keyring>=2.32.0') makedepends=('intltool' 'gtk-doc>=1.9') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') _F_gnome_glib="y" Finclude gnome gnome-scriptlet -Fconfopts="$Fconfopts --disable-gtk-doc --with-pam-dir=/lib/security --with-gtk=2.0" -sha1sums=('84a6efab078ea696f06c042563ffde3bfc3618cc') +Fconfopts="$Fconfopts --disable-gtk-doc --with-pam-dir=/lib/security --with-gtk=3.0" +sha1sums=('a77bc18fcbe8ef96497361b3a31115c152f35133') # optimization OK From bouleetbil at frogdev.info Mon Oct 11 21:11:53 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 11 Oct 2010 21:11:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-frugalware-1.4-2-i686 *unset /desktop/gnome/font_rendering/dpi *that break some gnome parts *gnome should be restarted Message-ID: <20101011191153.024F9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=351187c38adb39528cd9650c4ddd8d7f1528da71 commit 351187c38adb39528cd9650c4ddd8d7f1528da71 Author: bouleetbil <bouleetbil at frogdev.info> Date: Mon Oct 11 21:11:34 2010 +0200 gnome-frugalware-1.4-2-i686 *unset /desktop/gnome/font_rendering/dpi *that break some gnome parts *gnome should be restarted diff --git a/source/gnome/gnome-frugalware/FrugalBuild b/source/gnome/gnome-frugalware/FrugalBuild index 45cfa38..8e03bd2 100644 --- a/source/gnome/gnome-frugalware/FrugalBuild +++ b/source/gnome/gnome-frugalware/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gnome-frugalware pkgver=1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Gnome default theme for Frugalware Linux." url="http://frugalware.org" rodepends=('gnome-themes' 'gtk+2-engines>=2.16.1' "gtk+2-theme-frugalware=$pkgver" \ diff --git a/source/gnome/gnome-frugalware/gnome-frugalware.install b/source/gnome/gnome-frugalware/gnome-frugalware.install index 9b38faa..d386577 100644 --- a/source/gnome/gnome-frugalware/gnome-frugalware.install +++ b/source/gnome/gnome-frugalware/gnome-frugalware.install @@ -17,9 +17,11 @@ post_install() { --direct --type string -s \ /desktop/gnome/peripherals/mouse/cursor_theme "FwX11MouseThemeSpinningFading24px" + #gconftool-2 --config-source=xml::/etc/gconf/gconf.xml.defaults \ + # --direct --type float -s \ + # /desktop/gnome/font_rendering/dpi 96 gconftool-2 --config-source=xml::/etc/gconf/gconf.xml.defaults \ - --direct --type string -s \ - /desktop/gnome/font_rendering/dpi "96" + --direct --unset /desktop/gnome/font_rendering/dpi gconftool-2 --config-source=xml::/etc/gconf/gconf.xml.defaults \ --direct --type string -s \ From bouleetbil at frogdev.info Mon Oct 11 22:11:44 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 11 Oct 2010 22:11:44 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-desktop-2.91.0-1-i686 *version bump Message-ID: <20101011201144.1B42B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d3185b558c3db53e48ea5a956d680414b02dacbf commit d3185b558c3db53e48ea5a956d680414b02dacbf Author: bouleetbil <bouleetbil at frogdev.info> Date: Mon Oct 11 22:13:55 2010 +0000 gnome-desktop-2.91.0-1-i686 *version bump diff --git a/source/gnome/gnome-desktop/FrugalBuild b/source/gnome/gnome-desktop/FrugalBuild index 082c290..4dd06f1 100644 --- a/source/gnome/gnome-desktop/FrugalBuild +++ b/source/gnome/gnome-desktop/FrugalBuild @@ -2,18 +2,22 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=gnome-desktop -pkgver=2.32.0 +pkgver=2.91.0 pkgrel=1 pkgdesc="The GNOME Desktop" url="http://www.gnome.org/" -depends=('gtk+2' 'startup-notification>=0.10-2' 'rarian>=0.8.0' 'gconf>=2.32.0') +depends=('gtk+3' 'startup-notification>=0.10-2' 'rarian>=0.8.0' 'gconf>=2.32.0' 'libxrandr') makedepends=('intltool' 'gnome-doc-utils>=0.18.0' 'gtk-doc' 'gdk-pixbuf2') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') _F_gnome_scrollkeeper="y" Finclude gnome gnome-scriptlet -Fconfopts="$Fconfopts --with-gnome-distributor=Frugalware --enable-gtk-doc" -sha1sums=('9154748b1a7842cfc53b41800c5069314d124898') +#TODO : +#remove --enable-deprecation-flags for stable release! +Fconfopts="$Fconfopts --with-gnome-distributor=Frugalware --enable-gtk-doc--enable-deprecation-flags" +source=($source rr.patch) +sha1sums=('67dfad07430bcc88994af7016c7598a326695cb0' \ + '9f82b22a44c347673781473d998d9b39701151c7') replaces=('desktop-data-model') # optimization OK diff --git a/source/gnome/gnome-desktop/rr.patch b/source/gnome/gnome-desktop/rr.patch new file mode 100644 index 0000000..bd60425 --- /dev/null +++ b/source/gnome/gnome-desktop/rr.patch @@ -0,0 +1,200 @@ +From 053a932b09487c4fa3e6331ef7fb65d24667263d Mon Sep 17 00:00:00 2001 +From: William Jon McCann <jmccann at redhat.com> +Date: Fri, 08 Oct 2010 01:05:17 +0000 +Subject: Make the RR labels honor workarea so they don't appear over/under panels + +--- +diff --git a/libgnome-desktop/gnome-rr-labeler.c b/libgnome-desktop/gnome-rr-labeler.c +index c38db37..276c1a6 100644 +--- a/libgnome-desktop/gnome-rr-labeler.c ++++ b/libgnome-desktop/gnome-rr-labeler.c +@@ -1,4 +1,6 @@ +-/* gnome-rr-labeler.c - Utility to label monitors to identify them ++/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- ++ * ++ * gnome-rr-labeler.c - Utility to label monitors to identify them + * while they are being configured. + * + * Copyright 2008, Novell, Inc. +@@ -30,6 +32,12 @@ + #include "libgnomeui/gnome-rr-labeler.h" + #include <gtk/gtk.h> + ++#include <X11/Xproto.h> ++#include <X11/Xlib.h> ++#include <X11/Xutil.h> ++#include <X11/Xatom.h> ++#include <gdk/gdkx.h> ++ + struct _GnomeRRLabeler { + GObject parent; + +@@ -39,6 +47,9 @@ struct _GnomeRRLabeler { + + GdkColor *palette; + GtkWidget **windows; ++ ++ GdkScreen *screen; ++ Atom workarea_atom; + }; + + struct _GnomeRRLabelerClass { +@@ -48,11 +59,105 @@ struct _GnomeRRLabelerClass { + G_DEFINE_TYPE (GnomeRRLabeler, gnome_rr_labeler, G_TYPE_OBJECT); + + static void gnome_rr_labeler_finalize (GObject *object); ++static void create_label_windows (GnomeRRLabeler *labeler); ++ ++static gboolean ++get_work_area (GnomeRRLabeler *labeler, ++ GdkRectangle *rect) ++{ ++ Atom workarea; ++ Atom type; ++ Window win; ++ int format; ++ gulong num; ++ gulong leftovers; ++ gulong max_len = 4 * 32; ++ guchar *ret_workarea; ++ long *workareas; ++ int result; ++ int disp_screen; ++ Display *display; ++ ++ display = GDK_DISPLAY_XDISPLAY (gdk_screen_get_display (labeler->screen)); ++ workarea = XInternAtom (display, "_NET_WORKAREA", True); ++ ++ disp_screen = GDK_SCREEN_XNUMBER (labeler->screen); ++ ++ /* Defaults in case of error */ ++ rect->x = 0; ++ rect->y = 0; ++ rect->width = gdk_screen_get_width (labeler->screen); ++ rect->height = gdk_screen_get_height (labeler->screen); ++ ++ if (workarea == None) ++ return FALSE; ++ ++ win = XRootWindow (display, disp_screen); ++ result = XGetWindowProperty (display, ++ win, ++ workarea, ++ 0, ++ max_len, ++ False, ++ AnyPropertyType, ++ &type, ++ &format, ++ &num, ++ &leftovers, ++ &ret_workarea); ++ ++ if (result != Success ++ || type == None ++ || format == 0 ++ || leftovers ++ || num % 4) { ++ return FALSE; ++ } ++ ++ workareas = (long *) ret_workarea; ++ rect->x = workareas[disp_screen * 4]; ++ rect->y = workareas[disp_screen * 4 + 1]; ++ rect->width = workareas[disp_screen * 4 + 2]; ++ rect->height = workareas[disp_screen * 4 + 3]; ++ ++ XFree (ret_workarea); ++ ++ return TRUE; ++} ++ ++static GdkFilterReturn ++screen_xevent_filter (GdkXEvent *xevent, ++ GdkEvent *event, ++ GnomeRRLabeler *labeler) ++{ ++ XEvent *xev; ++ ++ xev = (XEvent *) xevent; ++ ++ if (xev->type == PropertyNotify && ++ xev->xproperty.atom == labeler->workarea_atom) { ++ /* update label positions */ ++ gnome_rr_labeler_hide (labeler); ++ create_label_windows (labeler); ++ } ++ ++ return GDK_FILTER_CONTINUE; ++} + + static void + gnome_rr_labeler_init (GnomeRRLabeler *labeler) + { +- /* nothing */ ++ GdkWindow *gdkwindow; ++ ++ labeler->workarea_atom = XInternAtom (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), ++ "_NET_WORKAREA", ++ True); ++ ++ labeler->screen = gdk_screen_get_default (); ++ /* code is not really designed to handle multiple screens so *shrug* */ ++ gdkwindow = gdk_screen_get_root_window (labeler->screen); ++ gdk_window_add_filter (gdkwindow, (GdkFilterFunc) screen_xevent_filter, labeler); ++ gdk_window_set_events (gdkwindow, gdk_window_get_events (gdkwindow) | GDK_PROPERTY_CHANGE_MASK); + } + + static void +@@ -69,9 +174,13 @@ static void + gnome_rr_labeler_finalize (GObject *object) + { + GnomeRRLabeler *labeler; ++ GdkWindow *gdkwindow; + + labeler = GNOME_RR_LABELER (object); + ++ gdkwindow = gdk_screen_get_root_window (labeler->screen); ++ gdk_window_remove_filter (gdkwindow, (GdkFilterFunc) screen_xevent_filter, labeler); ++ + /* We don't destroy the labeler->config (a GnomeRRConfig*) here; let our + * caller do that instead. + */ +@@ -173,6 +282,26 @@ label_window_draw_event_cb (GtkWidget *widget, cairo_t *cr, gpointer data) + return FALSE; + } + ++static void ++position_window (GnomeRRLabeler *labeler, ++ GtkWidget *window, ++ int x, ++ int y) ++{ ++ GdkRectangle workarea; ++ GdkRectangle monitor; ++ int monitor_num; ++ ++ get_work_area (labeler, &workarea); ++ monitor_num = gdk_screen_get_monitor_at_point (labeler->screen, x, y); ++ gdk_screen_get_monitor_geometry (labeler->screen, ++ monitor_num, ++ &monitor); ++ gdk_rectangle_intersect (&monitor, &workarea, &workarea); ++ ++ gtk_window_move (GTK_WINDOW (window), workarea.x, workarea.y); ++} ++ + static GtkWidget * + create_label_window (GnomeRRLabeler *labeler, GnomeOutputInfo *output, GdkColor *color) + { +@@ -222,7 +351,7 @@ create_label_window (GnomeRRLabeler *labeler, GnomeOutputInfo *output, GdkColor + gtk_container_add (GTK_CONTAINER (window), widget); + + /* Should we center this at the top edge of the monitor, instead of using the upper-left corner? */ +- gtk_window_move (GTK_WINDOW (window), output->x, output->y); ++ position_window (labeler, window, output->x, output->y); + + gtk_widget_show_all (window); + +-- +cgit v0.8.3.1 From iron at frugalware.org Mon Oct 11 22:36:49 2010 From: iron at frugalware.org (Krisztian VASAS) Date: Mon, 11 Oct 2010 22:36:49 +0200 (CEST) Subject: [Frugalware-git] fw-initramfs: added static splashy building part - does not really build static splashy, but can be a base Message-ID: <20101011203649.BE1BB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-initramfs.git;a=commitdiff;h=d619beb6d6c3757cead9df191804a74fba423690 commit d619beb6d6c3757cead9df191804a74fba423690 Author: Krisztian VASAS <iron at frugalware.org> Date: Mon Oct 11 22:35:25 2010 +0200 added static splashy building part - does not really build static splashy, but can be a base diff --git a/create_initramfs.sh b/create_initramfs.sh index 36038cb..48efb82 100755 --- a/create_initramfs.sh +++ b/create_initramfs.sh @@ -125,6 +125,7 @@ then cp ${DESTBUILD}/mdadm/sbin/mdadm $DIRTEMP/work/initramfs/sbin/mdadm || die_msg "Could not install mdadm to initramfs !" fi + good_msg "Installing busybox to initramfs" cp -R ${DESTBUILD}/busybox/* $DIRTEMP/work/initramfs/ || die_msg "Could not install busybox to initramfs !" @@ -135,18 +136,17 @@ cd ${DIRTEMP}/work/initramfs ln -sf busybox bin/sh rm ${DIRTEMP}/work/initramfs/linuxrc +#good_msg "Installing ldd to initramfs" +#cp /usr/bin/ldd ${DIRTEMP}/work/initramfs/usr/bin/ || + #die_msg "Could not install ldd to initramfs !" + if [ $ENABLESPLASH -eq 1 ] then good_msg "Installing splashy to initramfs" - cp /usr/sbin/splashy $DIRTEMP/work/initramfs/sbin/splashy || + cp -R ${DESTBUILD}/splashy/* $DIRTEMP/work/initramfs/ || die_msg "Could not install splashy to initramfs !" - for fl in `ldd /usr/sbin/splashy | awk '/=> \/usr/ {print $3}'` - do - cp $fl ${DIRTEMP}/work/`dirname $fl` - done - cp /usr/sbin/splashy_update $DIRTEMP/work/initramfs/sbin/splashy_update || - die_msg "Could not install splashy_update to initramfs !" fi + ##################################################################### # append modules ##################################################################### diff --git a/create_static.sh b/create_static.sh index c8bb7b7..6dc88df 100644 --- a/create_static.sh +++ b/create_static.sh @@ -23,8 +23,9 @@ REDHAT_URL="ftp://sources.redhat.com/pub/" DM_URL="http://www.kernel.org/pub/linux/utils/raid/mdadm/" SYSLINUX_URL="http://www.kernel.org/pub/linux/utils/boot/syslinux/" BUSYBOX_URL="http://www.busybox.net/downloads/" +SPLASHY_URL="http://alioth.debian.org/download.php/2691/" - +#busybox BUSYBOX_VERS='1.15.2' BUSYBOX_SOURCE="busybox-${BUSYBOX_VERS}.tar.bz2" BUSYBOX_ARCHIVE="busybox-${BUSYBOX_VERS}.tar.bz2" @@ -48,6 +49,15 @@ SYSLINUX_SOURCE="syslinux-${SYSLINUX_VERS}.tar.gz" SYSLINUX_ARCHIVE="syslinux-${SYSLINUX_VERS}.tar.gz" SYSLINUX_DIR="syslinux-${SYSLINUX_VERS}" +#splashy +SPLASHY_VERS='0.3.13' +SPLASHY_SOURCE="splashy-${SPLASHY_VERS}.tar.gz" +SPLASHY_ARCHIVE="splashy-${SPLASHY_VERS}.tar.gz" +SPLASHY_DIR="splashy-${SPLASHY_VERS}" +SPLASHY_THEME_VERS='1.3' +SPLASHY_THEME_ARCHIVE="splashy-frugalware-${SPLASHY_THEME_VERS}.tar.xz" +SPLASHY_THEME_URL="http://ftp.frugalware.org/pub/other/artwork/splashy-theme/${SPLASHY_THEME_ARCHIVE}" + ########################################################## #Some functions for build static binary ########################################################## @@ -175,6 +185,38 @@ Build_Busybox() { fi } +Build_Splashy() +{ + LOGFILE=${DESTBUILD}/log.txt + if [ ! -f "${DESTBUILD}/splashy" ] + then + mkdir -p ${DESTBUILD}/splashy + cd ${DESTBUILD} + ### downloading source + Download_Archive ${SPLASHY_URL}${SPLASHY_SOURCE} "splashy" + Download_Archive ${SPLASHY_THEME_URL} "splashy theme" + ### building own static binary + rm -rf ${SPLASHY_DIR} > /dev/null + tar -xzpf ${SPLASHY_ARCHIVE} + [ ! -d "${SPLASHY_DIR}" ] && die_msg 'splashy directory invalid' + cd ${SPLASHY_DIR}/themes + tar -x --use-compress-program=xz -f ${DESTBUILD}/${SPLASHY_THEME_ARCHIVE} + cd .. + unset MAKEFLAGS + export LDFLAGS="-Wl,--hash-style=both -static" + sed -i -e 's|-Werror||g' configure.ac + autoconf >> ${LOGFILE} 2>&1 || die_msg 'autoconf of Splashy failed!' + patch -p1 -i ${DESTBUILD}/../patches/splashy/splashy-0.3.0-frugalware.diff >> ${LOGFILE} 2>&1 || die_msg 'patching of Splashy failed!' + autoreconf -vif >> ${LOGFILE} 2>&1 || die_msg 'autoreconf of Splashy failed!' + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --mandir=/usr/share --build=`arch`-frugalware-linux --enable-static=yes >> ${LOGFILE} 2>&1 || + die_msg 'configure of Splashy failed!' + make >> ${LOGFILE} 2>&1 || die_msg 'make Splashy failed!' + make DESTDIR=${DESTBUILD}/splashy install >> ${LOGFILE} 2>&1 || die_msg 'make install Splashy failed!' + rm -rf ${DESTBUILD}/splashy/etc/{init.d,console-tools} + sed -i -e 's|${prefix}|/usr|g' ${DESTBUILD}/splashy/etc/splashy/config.xml + fi +} build_Static() { LOGFILE=${DESTBUILD}/log.txt @@ -185,10 +227,11 @@ build_Static() { Build_Lvm2 fi if [ $ENABLEMDAM -eq 1 ] - then + then Build_Mdadm - fi + fi Build_Busybox + Build_Splashy } diff --git a/patches/splashy/splashy-0.3.0-frugalware.diff b/patches/splashy/splashy-0.3.0-frugalware.diff new file mode 100644 index 0000000..bc397d1 --- /dev/null +++ b/patches/splashy/splashy-0.3.0-frugalware.diff @@ -0,0 +1,24 @@ +diff -Naur splashy-0.3.0.orig/doc/config.xml.in splashy-0.3.0/doc/config.xml.in +--- splashy-0.3.0.orig/doc/config.xml.in 2007-01-23 21:20:57.000000000 +0100 ++++ splashy-0.3.0/doc/config.xml.in 2007-01-26 15:00:44.000000000 +0100 +@@ -4,7 +4,7 @@ + <!-- themes directory: conventional path @EXPANDED_SYSCONFDIR@/splashy/themes --> + <themes>@EXPANDED_SYSCONFDIR@/splashy/themes</themes> + <!-- current theme could be relative the themes defined above or full path --> +- <current_theme>default</current_theme> ++ <current_theme>frugalware</current_theme> + <!-- full path to theme to fall back in case of problems. DO NOT CHANGE --> + <default_theme>@EXPANDED_SYSCONFDIR@/splashy/themes/default</default_theme> + <pid>/etc/splashy/splashy.pid</pid> +diff -Naur splashy-0.3.0.orig/Makefile.am splashy-0.3.0/Makefile.am +--- splashy-0.3.0.orig/Makefile.am 2007-01-23 21:20:58.000000000 +0100 ++++ splashy-0.3.0/Makefile.am 2007-01-26 15:00:26.000000000 +0100 +@@ -9,6 +9,8 @@ + themes/default/suspend.png \ + themes/default/theme.xml \ + themes/default/FreeSans.ttf \ ++ themes/frugalware/background.png \ ++ themes/frugalware/theme.xml \ + schemas/theme.xsd \ + schemas/theme.xsl \ + schemas/config.xsd From iron at frugalware.org Mon Oct 11 22:36:49 2010 From: iron at frugalware.org (Krisztian VASAS) Date: Mon, 11 Oct 2010 22:36:49 +0200 (CEST) Subject: [Frugalware-git] fw-initramfs: fixed intramfs filename at creating Message-ID: <20101011203649.CF782132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-initramfs.git;a=commitdiff;h=fc757722f7f33fc634f390146a363cd3e3dd1c4e commit fc757722f7f33fc634f390146a363cd3e3dd1c4e Author: Krisztian VASAS <iron at frugalware.org> Date: Mon Oct 11 22:36:20 2010 +0200 fixed intramfs filename at creating diff --git a/create_initramfs.sh b/create_initramfs.sh index 48efb82..b3eadd8 100755 --- a/create_initramfs.sh +++ b/create_initramfs.sh @@ -176,7 +176,7 @@ done cd ${DIRTEMP}/work/initramfs find . | cpio -H newc -o > ../initramfs.cpio cd .. -cat initramfs.cpio | gzip > initramfs.igz +cat initramfs.cpio | gzip > initramfs.gz if [ $INSTALLINITRAMFS -eq 1 ] then From kikadf.01 at gmail.com Mon Oct 11 22:38:35 2010 From: kikadf.01 at gmail.com (kikadf) Date: Mon, 11 Oct 2010 22:38:35 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: New package: mucommander Message-ID: <20101011203835.0E4DF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=55a6600a8c11fd62185276326471cab6514c981c commit 55a6600a8c11fd62185276326471cab6514c981c Author: kikadf <kikadf.01 at gmail.com> Date: Sat Oct 9 08:21:16 2010 +0200 New package: mucommander diff --git a/source/xapps-extra/mucommander/FrugalBuild b/source/xapps-extra/mucommander/FrugalBuild new file mode 100644 index 0000000..4140283 --- /dev/null +++ b/source/xapps-extra/mucommander/FrugalBuild @@ -0,0 +1,34 @@ +# Compiling Time: 0.0 SBU +# Maintainer: kikadf <kikadf.01 at gmail.com> + +pkgname=mucommander +_F_archive_name=muCommander +pkgver=0.8.5 +_pkgver=${pkgver//./_} +pkgrel=1 +pkgdesc="muCommander is a java based, lightweight, cross-platform file manager with a dual-pane interface." +url="http://www.mucommander.com/" +_F_desktop_name="$_F_archive_name" +_F_desktop_icon="MuCommander_icon.png" +_F_desktop_exec="$pkgname" +_F_desktop_categories="FileManager;Utility;" +depends=('openjre') +groups=('xapps-extra') +archs=('i686' 'x86_64') +source=("$url"download/$pkgname$Fpkgversep$_pkgver.tar.gz \ + http://upload.wikimedia.org/wikipedia/commons/8/8c/MuCommander_icon.png) +up2date="lynx --dump $url | grep 'Current version' | cut -d ' ' -f 9 | cut -d '.' -f 1-3" +sha1sums=('aa2687cbb308962faa085b05efe5ff725f7bc8f0' \ + 'f1c0bb3510de228aab589064231cf7612279a64a') + +build() +{ + _srcdir=($_F_archive_name$Fpkgversep$_pkgver) + _pkgdir=($Fprefix/share/$pkgname) + Fwrapper "cd /usr/share/mucommander/" mucommander + Fexec echo 'sh ./mucommander.sh "$@"' >> $startdir/pkg/usr/bin/mucommander + Ffile $_srcdir/*.{txt,jar} $_pkgdir + Fexe $_srcdir/*.sh $_pkgdir + Ficon MuCommander_icon.png + Fdesktop2 +} From bouleetbil at frogdev.info Mon Oct 11 23:18:37 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 11 Oct 2010 23:18:37 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+3-2.91.0-2-i686 *enable introspection Message-ID: <20101011211837.DC707132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=275c465a2f162f0de7724800dc50b9be54079808 commit 275c465a2f162f0de7724800dc50b9be54079808 Author: bouleetbil <bouleetbil at frogdev.info> Date: Mon Oct 11 23:20:21 2010 +0000 gtk+3-2.91.0-2-i686 *enable introspection diff --git a/source/xlib-extra/gtk+3/FrugalBuild b/source/xlib-extra/gtk+3/FrugalBuild index 12a81fb..a5c8b19 100644 --- a/source/xlib-extra/gtk+3/FrugalBuild +++ b/source/xlib-extra/gtk+3/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gtk+3 _F_gnome_name=gtk+ pkgver=2.91.0 -pkgrel=1 +pkgrel=2 pkgdesc="The GTK+ Toolkit (3.x series)" depends=('libxext' 'libxfixes' 'cairo' 'libgcc' 'libjpeg' 'libtiff' 'libcups' \ 'atk' 'pango' 'libxinerama' 'libxcomposite' 'libxcursor' 'gdk-pixbuf2') @@ -62,8 +62,8 @@ build() { Fbuild \ --with-xinput \ --enable-gtk-doc \ - --enable-rebuilds \ - --disable-introspection + --disable-rebuilds \ + --enable-introspection Fsplit $pkgname-tools usr/bin/gtk-update-icon-cache* Fsplit $pkgname-tools usr/share/man/man1/gtk-update-icon-cache* From bouleetbil at frogdev.info Mon Oct 11 23:44:10 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 11 Oct 2010 23:44:10 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libgweather-2.91.0-1-i686 Message-ID: <20101011214410.F25C4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ce5968a57e01607bb1ebca3b27ccab628db489b5 commit ce5968a57e01607bb1ebca3b27ccab628db489b5 Author: bouleetbil <bouleetbil at frogdev.info> Date: Mon Oct 11 23:46:32 2010 +0000 libgweather-2.91.0-1-i686 *Version bump diff --git a/source/gnome/libgweather/FrugalBuild b/source/gnome/libgweather/FrugalBuild index 47899c1..b71e3e7 100644 --- a/source/gnome/libgweather/FrugalBuild +++ b/source/gnome/libgweather/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=libgweather -pkgver=2.30.3 +pkgver=2.91.0 pkgrel=1 pkgdesc="libgweather is a library to access weather information from online services for numerous locations." url="http://www.gnome.org/" -depends=('gtk+2' 'gconf>=2.32.0' 'libsoup>=2.32.0') -makedepends=('perl-xml-parser' 'intltool') +depends=('gtk+3' 'gconf>=2.32.0' 'libsoup-gnome>=2.32.0') +makedepends=('perl-xml-parser' 'intltool' 'gobject-introspection') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') _F_gnome_schemas=('/etc/gconf/schemas/gweather.schemas') Finclude gnome gnome-scriptlet -sha1sums=('e89aadc89d3405d1a3de12005fa839d9da5adbc1') +sha1sums=('95c35250dfa3a8fac8dd65d7c77eecb5d9d2c4c5') unset MAKEFLAGS # optimization OK From bouleetbil at frogdev.info Tue Oct 12 10:04:46 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 10:04:46 +0200 (CEST) Subject: [Frugalware-git] gnometesting: evolution-data-server-2.91.0-1-i686 Message-ID: <20101012080446.45652132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=271dfc429712546ccef489e96041d033d23061ad commit 271dfc429712546ccef489e96041d033d23061ad Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 10:07:12 2010 +0000 evolution-data-server-2.91.0-1-i686 *Version bump diff --git a/source/gnome/evolution-data-server/FrugalBuild b/source/gnome/evolution-data-server/FrugalBuild index 27f979f..5995f62 100644 --- a/source/gnome/evolution-data-server/FrugalBuild +++ b/source/gnome/evolution-data-server/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=evolution-data-server -pkgver=2.32.0 +pkgver=2.91.0 pkgrel=1 pkgdesc="Evolution Data Server provides a central location for addressbook and calendar in the GNOME Desktop" -depends=('nss>=3.12' 'libsoup-gnome>=2.32.0' 'libgweather>=2.30.3' \ - 'libkrb5' 'db>=4.7.25' 'gnutls>=2.8' 'libical' 'gnome-keyring>=2.32.0' \ +depends=('nss>=3.12' 'libsoup-gnome>=2.32.0' 'libgweather>=2.91.0' \ + 'libkrb5' 'db>=4.7.25' 'gnutls>=2.8' 'libical' 'gnome-keyring>=2.91.0' \ 'libgdata') makedepends=('intltool' 'krb5' 'gperf') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') Finclude gnome -sha1sums=('e1d68efeed439824029021a621d0afe780897c95') +sha1sums=('12f23ab222a1f79ac9ee1f629d17c669ccfd119b') subpkgs=('evolution-data-server-ldap') subdescs=('Evolution Data Server LDAP extensions.') @@ -33,7 +33,7 @@ _F_extract_taropts='-i' build() { Fbuild --with-openldap=yes --enable-nss=yes \ - --enable-nntp=yes --enable-smime=yes --enable-ipv6=yes --disable-debug \ + --enable-nntp=yes --enable-smime=yes --enable-ipv6=yes --disable-debug --enable-gtk3 \ --with-krb5=/usr --with-libdb=/usr --enable-gnome-keyring --enable-calendar=yes Fsplit evolution-data-server-ldap usr/lib/evolution-data-server-1.2/extensions/libebookbackendldap* Fsplit $pkgname-docs usr/share/gtk-doc From devil505linux at gmail.com Tue Oct 12 12:04:18 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 12 Oct 2010 12:04:18 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pipewalker-0.9.1-1-i686 * version bump Message-ID: <20101012100418.8EA3C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5b1265cfb7056c1098f550f5ecd9be6ea947f814 commit 5b1265cfb7056c1098f550f5ecd9be6ea947f814 Author: Devil505 <devil505linux at gmail.com> Date: Tue Oct 12 12:02:56 2010 +0200 pipewalker-0.9.1-1-i686 * version bump diff --git a/source/games-extra/pipewalker/FrugalBuild b/source/games-extra/pipewalker/FrugalBuild index ac89553..e86313c 100644 --- a/source/games-extra/pipewalker/FrugalBuild +++ b/source/games-extra/pipewalker/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 <devil505linux at gmail.com> pkgname=pipewalker -pkgver=0.8.3 +pkgver=0.9.1 pkgrel=1 pkgdesc="his game is a clone of NetWalk.You need to merge all workstations on map to one network and connect server." depends=('mesa' 'sdl' 'libstdc++') @@ -10,7 +10,7 @@ _F_sourceforge_ext="-src.tar.gz" Finclude sourceforge groups=('games-extra') archs=('i686' 'x86_64') -sha1sums=('858fb30451f77fd6de97f333d796a899adf8cc3c') +sha1sums=('2a01058425ce5836c967593c01f52e986b7a13ef') build() { Fbuild From devil505linux at gmail.com Tue Oct 12 12:13:39 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 12 Oct 2010 12:13:39 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: minitube-1.2-1-i686 * version bump Message-ID: <20101012101339.4D37E132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1397bc1da204bf5842ebf874686939ddaeb5062d commit 1397bc1da204bf5842ebf874686939ddaeb5062d Author: Devil505 <devil505linux at gmail.com> Date: Tue Oct 12 12:13:19 2010 +0200 minitube-1.2-1-i686 * version bump diff --git a/source/xapps-extra/minitube/FrugalBuild b/source/xapps-extra/minitube/FrugalBuild index dd5fd8a..13c0eea 100644 --- a/source/xapps-extra/minitube/FrugalBuild +++ b/source/xapps-extra/minitube/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 <devil505linux at gmail.com> pkgname=minitube -pkgver=1.1 +pkgver=1.2 pkgrel=1 pkgdesc="This is a native YouTube client in QT. Watch YouTube videos without Flash Player." url="http://flavio.tordini.org/minitube" @@ -16,7 +16,7 @@ _F_gnome_desktop="y" Finclude gnome-scriptlet up2date="Flasttar $url" source=(http://flavio.tordini.org/files/minitube/$pkgname-$pkgver.tar.gz) -sha1sums=('4531e421d6bade1e8422aa8041a13005b1ea5e7b') +sha1sums=('f8b1dff1cb8f247b120a17edf313f304daf20edc') build() { Fcd "$pkgname" From bouleetbil at frogdev.info Tue Oct 12 12:39:09 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 12:39:09 +0200 (CEST) Subject: [Frugalware-git] gnometesting: librsvg-2.32.0-2-i686 *ported to gtk3 Message-ID: <20101012103909.80EB1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d68c078972190d2eb92a4bfb491e19308742be98 commit d68c078972190d2eb92a4bfb491e19308742be98 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 12:41:37 2010 +0000 librsvg-2.32.0-2-i686 *ported to gtk3 diff --git a/source/xlib/librsvg/FrugalBuild b/source/xlib/librsvg/FrugalBuild index 7a12ba0..685e155 100644 --- a/source/xlib/librsvg/FrugalBuild +++ b/source/xlib/librsvg/FrugalBuild @@ -6,12 +6,14 @@ pkgname=librsvg pkgver=2.32.0 pkgrel=2 pkgdesc="A high performance SVG rendering library for GNOME" -depends=('gtk+2>=2.22.0' 'gdk-pixbuf2' 'libxml2' 'popt' 'libart_lgpl' 'libcroco>=0.6.1-4' 'libgsf>=1.14.8') +depends=('gtk+3>=2.22.0' 'gdk-pixbuf2' 'libxml2' 'popt' 'libart_lgpl' 'libcroco>=0.6.1-4' 'libgsf>=1.14.8') makedepends=('gtk-doc') groups=('xlib') archs=('i686' 'x86_64' 'ppc') Finclude gnome -sha1sums=('252727b948a29b36dae0022e0c620538bcb158f8') +source=($source gtk3.diff) +sha1sums=('252727b948a29b36dae0022e0c620538bcb158f8' \ + '7e43096b8840fea9e0a6d506b2916361e621e60e') Fconfopts="$Fconfopts --with-croco --disable-static \ --with-svgz --enable-gtk-theme" diff --git a/source/xlib/librsvg/gtk3.diff b/source/xlib/librsvg/gtk3.diff new file mode 100644 index 0000000..8200807 --- /dev/null +++ b/source/xlib/librsvg/gtk3.diff @@ -0,0 +1,29 @@ +From cbad691f0fee81673766e8c5c32d8019569ddf5d Mon Sep 17 00:00:00 2001 +From: Christian Persch <chpe at gnome.org> +Date: Mon, 27 Sep 2010 17:08:34 +0000 +Subject: rsvg-view: Fix build with gtk 3 + +GdkColormap is gone. +--- +diff --git a/test-display.c b/test-display.c +index 56b3fc1..6594dec 100644 +--- a/test-display.c ++++ b/test-display.c +@@ -690,11 +690,15 @@ view_pixbuf (ViewerCbInfo * info, int xid, const char *color) + if (gdk_color_parse (color, &bg_color)) { + GtkWidget *parent_widget = gtk_widget_get_parent (info->image); + ++#if GTK_CHECK_VERSION (2, 90, 8) ++ gtk_widget_modify_bg (parent_widget, GTK_STATE_NORMAL, &bg_color); ++#else + if (gdk_colormap_alloc_color + (gtk_widget_get_colormap (parent_widget), &bg_color, FALSE, TRUE)) + gtk_widget_modify_bg (parent_widget, GTK_STATE_NORMAL, &bg_color); + else + g_warning (_("Couldn't allocate color '%s'"), color); ++#endif + } else + g_warning (_("Couldn't parse color '%s'"), color); + } +-- +cgit v0.8.3.1 From bouleetbil at frogdev.info Tue Oct 12 12:57:21 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 12:57:21 +0200 (CEST) Subject: [Frugalware-git] gnometesting: librsvg-2.32.0-3-i686 *forgot pkgrel++ Message-ID: <20101012105721.BAAE1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=808f50e8579d3ede30d3baa48f5d0a6e88409d32 commit 808f50e8579d3ede30d3baa48f5d0a6e88409d32 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 12:59:45 2010 +0000 librsvg-2.32.0-3-i686 *forgot pkgrel++ diff --git a/source/xlib/librsvg/FrugalBuild b/source/xlib/librsvg/FrugalBuild index 685e155..e458ee3 100644 --- a/source/xlib/librsvg/FrugalBuild +++ b/source/xlib/librsvg/FrugalBuild @@ -4,7 +4,7 @@ pkgname=librsvg pkgver=2.32.0 -pkgrel=2 +pkgrel=3 pkgdesc="A high performance SVG rendering library for GNOME" depends=('gtk+3>=2.22.0' 'gdk-pixbuf2' 'libxml2' 'popt' 'libart_lgpl' 'libcroco>=0.6.1-4' 'libgsf>=1.14.8') makedepends=('gtk-doc') From vmiklos at frugalware.org Tue Oct 12 13:41:21 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 12 Oct 2010 13:41:21 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: openoffice.org-3.2.1-6-i686 Message-ID: <20101012114121.300C4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f09b642e78b4c4840c72895e0b2bcef234169675 commit f09b642e78b4c4840c72895e0b2bcef234169675 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Tue Oct 12 13:40:53 2010 +0200 openoffice.org-3.2.1-6-i686 - USE_DEVEL: update to 3.2.99.2 diff --git a/source/xapps/openoffice.org/FrugalBuild b/source/xapps/openoffice.org/FrugalBuild index 07a6f50..920c8e8 100644 --- a/source/xapps/openoffice.org/FrugalBuild +++ b/source/xapps/openoffice.org/FrugalBuild @@ -25,7 +25,7 @@ else milestone=7 pkgver=$upstream${tree}_m$milestone.15035.g955ee5e else - pkgver=3.2.99.1 + pkgver=3.2.99.2 fi pkgrel=1 fi @@ -59,50 +59,51 @@ else _F_scm_tag=$pkgver Finclude scm else + mirror="http://download.documentfoundation.org/libreoffice/src/" _F_archive_name="libreoffice-build" - up2date="Flasttar http://download.go-oo.org/3.3/" - source=(http://download.go-oo.org/3.3/libreoffice-artwork-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-base-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-bootstrap-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-calc-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-components-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-extensions-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-extras-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-filters-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-help-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-impress-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-l10n-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-libs-core-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-libs-extern-sys-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-libs-extern-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-libs-gui-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-postprocess-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-sdk-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-testing-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-ure-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-writer-$pkgver.tar.bz2 - http://download.go-oo.org/3.3/libreoffice-build-$pkgver.tar.gz) - sha1sums=('42066401ccea56752bc2701fa5166ee33334775e' \ - 'aa78a8bf0d44681327ec56eb95f47d09bf10d5cd' \ - '0bb33f173f26834a56fc4609be04b561008657cc' \ - '18d1146e0a78e1d8276303b4def00714e3f93e47' \ - 'e9337b40965ca4b835ee4199f0e1f8fe7681c198' \ - '3b84214eafc53ae6b03103e5d9f80251c8c9a401' \ - 'f481166ef05612a95dc2aa588f0f8cb4c9b169d0' \ - 'e52bbed3ba3e0f1466ab4b359d7e9ad65ce23dec' \ - '5a6d891ab3de4af49651c95f527895fb37324cb3' \ - '2b7c4db0bf713d0c7759099678ff48cd8f578a4b' \ - 'da32e11367a2b30f2eb3f25770a75b6b412fa26c' \ - '88c28fdeaa3c989098815bc36d8f5f90d398fd5d' \ - '643237f89370ce59d5378ceff492c69bf0ce1e90' \ - 'd167125c1c40bff757375bb46def61a07d6eea03' \ - '07807d2bda6a056387b171ddf025a7cb7a22d7f3' \ - 'b1a89e95774dd9a2993c218f6f2b893194ff2453' \ - '665040404a7c81a6c7b7c74cc8aa2a1378b29d37' \ - 'd8e25524224aeb78b21fbf098197d7af835d1422' \ - 'ecc3a16c73a62900475a6b2afe306033d2354f9f' \ - '1ca543652935dbec9acc44a0dfe32cadd1ee0343' \ - 'fc295ddc35d27fed5b62870493c32a91ab12cac0') + up2date="Flasttar $mirror" + source=($mirror/libreoffice-artwork-$pkgver.tar.bz2 + $mirror/libreoffice-base-$pkgver.tar.bz2 + $mirror/libreoffice-bootstrap-$pkgver.tar.bz2 + $mirror/libreoffice-calc-$pkgver.tar.bz2 + $mirror/libreoffice-components-$pkgver.tar.bz2 + $mirror/libreoffice-extensions-$pkgver.tar.bz2 + $mirror/libreoffice-extras-$pkgver.tar.bz2 + $mirror/libreoffice-filters-$pkgver.tar.bz2 + $mirror/libreoffice-help-$pkgver.tar.bz2 + $mirror/libreoffice-impress-$pkgver.tar.bz2 + $mirror/libreoffice-l10n-$pkgver.tar.bz2 + $mirror/libreoffice-libs-core-$pkgver.tar.bz2 + $mirror/libreoffice-libs-extern-sys-$pkgver.tar.bz2 + $mirror/libreoffice-libs-extern-$pkgver.tar.bz2 + $mirror/libreoffice-libs-gui-$pkgver.tar.bz2 + $mirror/libreoffice-postprocess-$pkgver.tar.bz2 + $mirror/libreoffice-sdk-$pkgver.tar.bz2 + $mirror/libreoffice-testing-$pkgver.tar.bz2 + $mirror/libreoffice-ure-$pkgver.tar.bz2 + $mirror/libreoffice-writer-$pkgver.tar.bz2 + $mirror/libreoffice-build-$pkgver.tar.gz) + sha1sums=('0c1ad7d797b0005b6390633afd53408cf837779a' \ + '2caf76e0c7ae23d17a39d2bc1824532759d5d738' \ + '4630ed6f59e386787a2d3d4a3b501ceac36fd63b' \ + '130a3be5792dcb9cad74694f0fe5800a4d636bc0' \ + '296bdac7b51ba02c1d27b97005e2a0fb30aec947' \ + '2c0c0319946faa28f97c95eba5137736d142437c' \ + 'a4c59568a5c4242041bf3872a1b4faada0011d51' \ + 'bdc9f54c4a815234d10317b2e6052de746d8de81' \ + '7be81dee767578e3be77b9a2f85aab50a13a6e0c' \ + 'af6d71d50ec14f5f75d518c0efe723b781796655' \ + '1d97e1a4695fe90f1dc8ab3c93f64633e2e73b6a' \ + 'ff3b326521ffa948ee2afe04632031e0006b0f12' \ + '15b0131153ed32c00ebf31a52bc7bba818f4513b' \ + '94741b520a950e376f0b22396fb8f84f26d4dca0' \ + 'a8a7c7a26e127c9f489082e42153f6ca149a6573' \ + 'fe3de163959f79a89460c0a5020ba0db4ba0562e' \ + '05ff1628a1053239311f69eda2c571870ba37261' \ + 'dafdbd67e55ee9c083eb647e4bcdf24081eab564' \ + 'b400a35dba41a61ec30fa52831f61a9751613f4e' \ + '64d83dfcb3a6607be26720a3071cb281fb49e468' \ + 'af97657aea65fedd51547b81ee26e2bebe9f797f') fi fi NOEXTRACT=1 @@ -280,10 +281,7 @@ build() Fconf --with-git=http://frugalware.org/git/pub/other/sources/libreoffice else Fconf --without-git - # workaround for a stupid autotools bug - Fsed "'build_alias=$Fbuildchost' " '' bin/setup - # this one wasn't updated - Fsed 'ooo-build' 'libreoffice' download_external_sources.sh + sed -i '/fields-table-formula.diff/d' patches/dev300/apply || return 1 fi fi @@ -348,9 +346,8 @@ build() ## Split KDE stuff Fsplit $pkgname-kde $(grep -v '^%dir' build/kde4_list.txt) rm build/kde4_list.txt - # We don't want a kde3 subpackage (but in case it's not empty - # something is broken, so check for it) - [ -e build/kde_list.txt -a ! -s build/kde_list.txt ] && rm build/kde_list.txt + # We don't want a kde3 subpackage + [ -e build/kde_list.txt ] && rm build/kde_list.txt ## Split GNOME stuff Fsplit $pkgname-gnome $(grep -v '^%dir' build/gnome_list.txt) From bouleetbil at frogdev.info Tue Oct 12 14:25:10 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 14:25:10 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libgnomekbd-2.91.1-1-i686 Message-ID: <20101012122510.09FB4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=9423017dc900eff7d9c5efe81a09301e2b8bdcff commit 9423017dc900eff7d9c5efe81a09301e2b8bdcff Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 14:27:45 2010 +0000 libgnomekbd-2.91.1-1-i686 *Version bump diff --git a/source/gnome/libgnomekbd/FrugalBuild b/source/gnome/libgnomekbd/FrugalBuild index 5e7cf4b..0ee26f2 100644 --- a/source/gnome/libgnomekbd/FrugalBuild +++ b/source/gnome/libgnomekbd/FrugalBuild @@ -2,16 +2,16 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=libgnomekbd -pkgver=2.32.0 +pkgver=2.91.1 pkgrel=1 pkgdesc="Keyboard library for GNOME" url="http://www.gnome.org/" -depends=('dbus-glib>=0.76' 'gconf>=2.32.0' 'gtk+2>=2.20.0-2' 'libglade' 'libgnome>=2.32.0' 'libxklavier>=5.0') +depends=('dbus-glib>=0.76' 'gconf>=2.32.0' 'gtk+3' 'libglade' 'libgnome>=2.32.0' 'libxklavier>=5.0') makedepends=('intltool' 'perl-xml-parser') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') _F_gnome_schemas=('/etc/gconf/schemas/desktop_gnome_peripherals_keyboard_xkb.schemas') Finclude gnome gnome-scriptlet -sha1sums=('8401db5d7888185fb3a5855f316771aa09865403') +sha1sums=('701cc470425068df64a043ce0ad802ab1373519f') # optimization OK From bouleetbil at frogdev.info Tue Oct 12 14:44:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 14:44:12 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-settings-daemon-2.91.0-1-i686 Message-ID: <20101012124412.DF8E8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=99be6f9ed074234bd4e03af9eded99efda5209db commit 99be6f9ed074234bd4e03af9eded99efda5209db Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 14:46:47 2010 +0000 gnome-settings-daemon-2.91.0-1-i686 *Version bump diff --git a/source/gnome/gnome-settings-daemon/FrugalBuild b/source/gnome/gnome-settings-daemon/FrugalBuild index e268cdc..4a2dbf4 100644 --- a/source/gnome/gnome-settings-daemon/FrugalBuild +++ b/source/gnome/gnome-settings-daemon/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=gnome-settings-daemon -pkgver=2.32.0 -pkgrel=2 +pkgver=2.91.0 +pkgrel=1 pkgdesc="Utility library for accessing gnome-settings-daemon over DBUS" -depends=('libgnomekbd>=2.32.0' 'esd' 'gst-plugins-base>=0.10.22-2' 'libgnomeui' 'libxxf86misc' \ - 'gnome-desktop>=2.32.0' 'gconf' 'alsa-lib') +depends=('libgnomekbd>=2.91.0' 'esd' 'gst-plugins-base>=0.10.22-2' 'libgnomeui' 'libxxf86misc' \ + 'gnome-desktop>=2.91.0' 'gconf' 'alsa-lib') makedepends=('intltool' 'gtk-doc>=1.11' 'gnome-doc-utils>=0.14.0') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') @@ -21,7 +21,7 @@ _F_gnome_scrollkeeper="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet source=(${source[@]} gnome-settings-daemon-2.30.0-gst-vol-control-support.patch) -sha1sums=('c4cc7035909843472e9a5060e5cd294322999a32' \ +sha1sums=('241ade51ce2209237b19c6c4a66d734526a7379b' \ '8db1dde75b1866619d6589e989ed27fc45050c50') Fconfopts="$Fconfopts --enable-gstreamer" From devil505linux at gmail.com Tue Oct 12 15:20:11 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 12 Oct 2010 15:20:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: foobnix-0.2.1_8b-1-i686 * new package from botchchikii Message-ID: <20101012132011.1B3C5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=da15ebc0981c8e672e9085b411d921d6aa901f43 commit da15ebc0981c8e672e9085b411d921d6aa901f43 Author: Devil505 <devil505linux at gmail.com> Date: Tue Oct 12 15:19:26 2010 +0200 foobnix-0.2.1_8b-1-i686 * new package from botchchikii diff --git a/source/xapps-extra/foobnix/FrugalBuild b/source/xapps-extra/foobnix/FrugalBuild new file mode 100644 index 0000000..2c57827 --- /dev/null +++ b/source/xapps-extra/foobnix/FrugalBuild @@ -0,0 +1,26 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Devil505 <devil505linux at gmail.com> +# Contributor: Botchchikii <root at wolf.am> + +pkgname=foobnix +pkgver=0.2.1_8b +Realver=0.2.1-8b +pkgrel=1 +pkgdesc="Music Player written in Python, GTK+ and Glade." +depends=('python-keybinder' 'chardet' 'pygtk' 'python-simplejson' \ + 'gstreamer' 'gst-plugins-good' 'gst-python') +makedepends=('gettext' 'setuptools') +groups=('xapps-extra') +archs=('i686') +_F_cd_path="${pkgname}_$Realver" +_F_gnome_desktop="y" +_F_gnome_iconcache="y" +_F_googlecode_sep="_" +Finclude googlecode gnome-scriptlet +sha1sums=('ce1de4d6024596e59b5d064f641c1c70bef69c7c') + +build() { + Fcd + Fmkdir usr/share/$pkgname + python setup.py install --root=$Fdestdir/ --optimize=1 || Fdie +} From bouleetbil at frogdev.info Tue Oct 12 15:37:43 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 15:37:43 +0200 (CEST) Subject: [Frugalware-git] gnometesting: unique-2.90.1-1-i686 Message-ID: <20101012133743.A2C8E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5f75aadcaded448011108684b4cc38becd278ef0 commit 5f75aadcaded448011108684b4cc38becd278ef0 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 15:40:20 2010 +0000 unique-2.90.1-1-i686 *Version bump diff --git a/source/xlib/unique/FrugalBuild b/source/xlib/unique/FrugalBuild index 3757652..02418aa 100644 --- a/source/xlib/unique/FrugalBuild +++ b/source/xlib/unique/FrugalBuild @@ -2,19 +2,18 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=unique -pkgver=1.1.6 -pkgrel=4 +pkgver=2.90.1 +pkgrel=1 pkgdesc="a library for writing single instance application" -depends=('gtk+2' 'glibc' 'libxau>=1.0.4' 'libxdmcp' 'freetype2' 'dbus-glib' 'libxdamage>=1.1.1-3' 'libxext>=1.0.5-3') +depends=('gtk+3' 'glibc' 'libxau>=1.0.4' 'libxdmcp' 'freetype2' 'dbus-glib' 'libxdamage>=1.1.1-3' 'libxext>=1.0.5-3') makedepends=('perl-xml-parser' 'intltool' 'gnome-doc-utils' 'gobject-introspection') _F_gnome_name=libunique Finclude gnome url="http://live.gnome.org/LibUnique" -# force should be removed if gnometesting is merging -options=('scriptlet' 'force') +options=('scriptlet') groups=('xlib') archs=('i686' 'x86_64' 'ppc') -sha1sums=('d44ad06503efaaa0c660c5f8a817e90fbe254d1f') +sha1sums=('32ab9849994da70f461fc78c59a2b930d294f8c7') _F_cd_path=$_F_gnome_name-$pkgver Fconfopts="$Fconfopts --enable-bacon --disable-introspection" From bouleetbil at frogdev.info Tue Oct 12 16:01:30 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 16:01:30 +0200 (CEST) Subject: [Frugalware-git] gnometesting: nautilus-2.91.0.1-1-i686 *version bump *use glib schema *drop config patch only gnome-frugalware should fix config Message-ID: <20101012140130.A52DF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d99bc4d36f33b577c6c570495e11286bd2afbeed commit d99bc4d36f33b577c6c570495e11286bd2afbeed Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 16:02:09 2010 +0000 nautilus-2.91.0.1-1-i686 *version bump *use glib schema *drop config patch only gnome-frugalware should fix config diff --git a/source/gnome/nautilus/FrugalBuild b/source/gnome/nautilus/FrugalBuild index ad12ef4..b17d949 100644 --- a/source/gnome/nautilus/FrugalBuild +++ b/source/gnome/nautilus/FrugalBuild @@ -2,25 +2,24 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=nautilus -pkgver=2.32.0 +pkgver=2.91.0.1 pkgrel=1 pkgdesc="A file manager for GNOME" url="http://www.gnome.org/" depends=('librsvg>=2.26.2-2' 'libexif' 'eject' 'desktop-file-utils' 'libgnome>=2.32.0' 'gsettings-desktop-schemas' \ - 'exempi' 'gvfs-gconf' 'unique>=1.0.6-3' 'gconf' 'gnome-desktop>=2.32.0' 'gail' \ + 'exempi' 'gvfs-gconf' 'unique>=2.90.0' 'gconf' 'gnome-desktop>=2.91.0' \ 'libbeagle') makedepends=('intltool') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') -_F_gnome_schemas=('/etc/gconf/schemas/apps_nautilus_preferences.schemas') +_F_gnome_glib="y" _F_gnome_desktop="y" _F_gnome_mime="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet -source=(${source[@]} $pkgname-2.16.0-frugalware_defaults.patch) + Fconfopts="$Fconfopts --disable-packagekit" -sha1sums=('0de7d4fc69754a734cb1bd71cf2343bd476faea8' \ - 'e859475c48401f91516e52f5ffd0d17421a999ae') +sha1sums=('24a07ac5da936a8b40261faa161848a00d3573dc') provides=('eel') replaces=('eel' 'nautilus-wallpaper') diff --git a/source/gnome/nautilus/nautilus-2.16.0-frugalware_defaults.patch b/source/gnome/nautilus/nautilus-2.16.0-frugalware_defaults.patch deleted file mode 100644 index c3884f5..0000000 --- a/source/gnome/nautilus/nautilus-2.16.0-frugalware_defaults.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- nautilus-2.29.91/libnautilus-private/apps_nautilus_preferences.schemas.in~ 2010-01-22 16:45:17.000000000 +0100 -+++ nautilus-2.29.91/libnautilus-private/apps_nautilus_preferences.schemas.in 2010-02-26 09:00:29.000000000 +0100 -@@ -504,7 +504,7 @@ - <applyto>/apps/nautilus/preferences/desktop_font</applyto> - <owner>nautilus</owner> - <type>string</type> -- <default>Sans 10</default> -+ <default>DejaVu Sans 13</default> - <locale name="C"> - <default><!-- Translators: please note this can choose the size. e.g. - "Sans 15". Please do not change "Sans", only change the size if you need to. In ---- nautilus-2.29.91/libnautilus-private/nautilus-global-preferences.c~ 2010-01-22 16:45:17.000000000 +0100 -+++ nautilus-2.29.91/libnautilus-private/nautilus-global-preferences.c 2010-02-26 09:01:55.000000000 +0100 -@@ -751,7 +751,7 @@ - static gpointer - default_font_callback (void) - { -- return g_strdup ("sans 12"); -+ return g_strdup ("DejaVu Sans 13"); - } - - /* From bouleetbil at frogdev.info Tue Oct 12 16:57:18 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 16:57:18 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libcanberra-0.26-2-i686 *switch to gtk3 Message-ID: <20101012145718.C8787132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=6f9dc5834f70150dacba2b38ae06446bf263f755 commit 6f9dc5834f70150dacba2b38ae06446bf263f755 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 16:59:37 2010 +0000 libcanberra-0.26-2-i686 *switch to gtk3 diff --git a/source/multimedia/libcanberra/FrugalBuild b/source/multimedia/libcanberra/FrugalBuild index 4903d8a..b466940 100644 --- a/source/multimedia/libcanberra/FrugalBuild +++ b/source/multimedia/libcanberra/FrugalBuild @@ -3,25 +3,25 @@ pkgname=libcanberra pkgver=0.26 -pkgrel=1 +pkgrel=2 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.20.0-2' 'pulseaudio-hal>=0.9.21' 'pulseaudio-x11>=0.9.21') +makedepends=('alsa-lib' 'gstreamer' 'pulseaudio-hal>=0.9.21' 'pulseaudio-x11>=0.9.21') groups=('multimedia') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump -source $url | Flasttar" source=($url/$pkgname-$pkgver.tar.gz) sha1sums=('31a1cb8757e5da39b4cdc06e523d011578d7a3e3') -Fconfopts="${Fconfopts[@]} --disable-oss" +Fconfopts="${Fconfopts[@]} --disable-oss --disable-gtk" _F_gnome_schemas=('/etc/gconf/schemas/libcanberra.schemas') Finclude gnome-scriptlet unset install subpkgs=("libcanberra-alsa" "libcanberra-gst" "libcanberra-gtk" "libcanberra-pulseaudio") -subdepends=("libcanberra alsa-lib" "libcanberra gstreamer" "libcanberra gtk+2 gconf" "libcanberra pulseaudio-hal pulseaudio-x11") -subdescs=('Alsa libcanberra' 'gstreamer libcanberra' 'GTK+2 libcanberra' 'pulseaudio libcanberra') +subdepends=("libcanberra alsa-lib" "libcanberra gstreamer" "libcanberra gtk+3 gconf" "libcanberra pulseaudio-hal pulseaudio-x11") +subdescs=('Alsa libcanberra' 'gstreamer libcanberra' 'GTK+3 libcanberra' 'pulseaudio libcanberra') subgroups=('multimedia' 'xmultimedia' 'gnome' 'xmultimedia-extra') subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc') subinstall=("" "" "$_F_gnome_scriptlet" "") @@ -30,9 +30,9 @@ build(){ Fbuild Fsplit $pkgname-alsa usr/lib/$pkgname-$pkgver/libcanberra-alsa* Fsplit $pkgname-gst usr/lib/$pkgname-$pkgver/libcanberra-gstreamer* - Fsplit $pkgname-gtk usr/lib/pkgconfig/libcanberra-gtk.pc + Fsplit $pkgname-gtk usr/lib/pkgconfig/libcanberra-gtk3.pc Fsplit $pkgname-gtk usr/include/canberra-gtk.h - Fsplit $pkgname-gtk usr/lib/gtk-2.0 + Fsplit $pkgname-gtk usr/lib/gtk-3.0 Fsplit $pkgname-gtk usr/lib/libcanberra-gtk* Fsplit $pkgname-gtk usr/share/gtk-doc Fsplit $pkgname-gtk etc/gconf/schemas/libcanberra.schemas From bouleetbil at frogdev.info Tue Oct 12 17:27:40 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 17:27:40 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-control-center-2.91.0-1-i686 *version bump Message-ID: <20101012152740.676AD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d3d95bf0032c8dadf38e1e9134c1305f6f22f2f1 commit d3d95bf0032c8dadf38e1e9134c1305f6f22f2f1 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 17:30:11 2010 +0000 gnome-control-center-2.91.0-1-i686 *version bump diff --git a/source/gnome/gnome-control-center/FrugalBuild b/source/gnome/gnome-control-center/FrugalBuild index ce3b671..b520932 100644 --- a/source/gnome/gnome-control-center/FrugalBuild +++ b/source/gnome/gnome-control-center/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=gnome-control-center -pkgver=2.32.0 +pkgver=2.91.0 pkgrel=1 pkgdesc="GNOME Control Center" -depends=('gnome-desktop>=2.32.0' 'gnome-menus>=2.30.0' 'metacity>=2.28.0' 'libgnomekbd>=2.31.92' \ - 'nautilus>=2.32.0' 'gst-plugins-base>=0.10.19-2' 'desktop-file-utils' \ +depends=('gnome-desktop>=2.91.0' 'gnome-menus>=2.30.0' 'metacity>=2.28.0' 'libgnomekbd>=2.91.0' \ + 'nautilus>=2.91.0' 'gst-plugins-base>=0.10.19-2' 'desktop-file-utils' \ 'evolution-data-server>=2.32.0' 'libxxf86misc' 'libxscrnsaver' 'xrdb' \ 'gnome-panel>=2.32.0' 'libkrb5' 'db>=4.7.25' \ - 'gnome-settings-daemon' 'libcanberra-gtk' 'libcanberra-alsa' 'libcanberra-gst') -makedepends=('intltool' 'gnome-doc-utils>=0.14.0' 'gnome-common>=2.28.0' 'krb5') + 'gnome-settings-daemon' 'libcanberra-gtk>=0.26-2' 'libcanberra-alsa' 'libcanberra-gst') +makedepends=('intltool' 'gnome-doc-utils>=0.14.0' 'gnome-common>=2.28.0' 'krb5' 'gtk-doc') rodepends=('gst-plugins-base-alsa>=0.10.19-2' 'sound-theme-freedesktop') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') @@ -23,7 +23,7 @@ _F_gnome_iconcache="y" options=('scriptlet') Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --enable-gstreamer --disable-schemas-install --enable-aboutme --disable-doc" -sha1sums=('7690fb77dc381cfe0c21f96e03458704fff73633') +sha1sums=('1c9f66750e7a1f68e6b0ba7819b0c70df3926aa3') build() { export CFLAGS="$CFLAGS -fno-strict-aliasing" From bouleetbil at frogdev.info Tue Oct 12 17:41:58 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 17:41:58 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+3 *moved to xlib Message-ID: <20101012154158.2C8DB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1062326edc40a8f25f116a25f9ef7355bb4a3ebc commit 1062326edc40a8f25f116a25f9ef7355bb4a3ebc Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 17:40:53 2010 +0000 gtk+3 *moved to xlib diff --git a/source/xlib-extra/gtk+3/FrugalBuild b/source/xlib/gtk+3/FrugalBuild similarity index 94% rename from source/xlib-extra/gtk+3/FrugalBuild rename to source/xlib/gtk+3/FrugalBuild index a5c8b19..961a8a1 100644 --- a/source/xlib-extra/gtk+3/FrugalBuild +++ b/source/xlib/gtk+3/FrugalBuild @@ -4,12 +4,12 @@ pkgname=gtk+3 _F_gnome_name=gtk+ pkgver=2.91.0 -pkgrel=2 +pkgrel=3 pkgdesc="The GTK+ Toolkit (3.x series)" depends=('libxext' 'libxfixes' 'cairo' 'libgcc' 'libjpeg' 'libtiff' 'libcups' \ 'atk' 'pango' 'libxinerama' 'libxcomposite' 'libxcursor' 'gdk-pixbuf2') rodepends=('gnome-icon-theme' 'shared-mime-info') -groups=('xlib-extra') +groups=('xlib') makedepends=('gtk-doc' 'cups' 'inputproto' 'gobject-introspection') archs=('i686' 'x86_64' 'ppc') Finclude gnome @@ -32,14 +32,14 @@ subpkgs=("${subpkgs[@]}" "immodules") subdescs=("${subdescs[@]}" "Input methods for GTK3+.") subdepends=("${subdepends[@]}" "") subrodepends=("${subrodepends[@]}" "$pkgname>=$pkgver") -subgroups=("${subgroups[@]}" 'xlib-extra') +subgroups=("${subgroups[@]}" 'xlib') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "immodules-xim") subdescs=("${subdescs[@]}" "The gtk3-immodule-xim package contains XIM support for GTK+ 3.") subdepends=("${subdepends[@]}" "") subrodepends=("${subrodepends[@]}" "$pkgname>=$pkgver") -subgroups=("${subgroups[@]}" 'xlib-extra') +subgroups=("${subgroups[@]}" 'xlib') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "$pkgname-docs") @@ -53,7 +53,7 @@ subpkgs=("${subpkgs[@]}" "$pkgname-demos") subdescs=("${subdescs[@]}" "GTK+3 Demos.") subdepends=("${subdepends[@]}" "") subrodepends=("${subrodepends[@]}" "$pkgname>=$pkgver") -subgroups=("${subgroups[@]}" 'xapps-extra') +subgroups=("${subgroups[@]}" 'xapps') subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') diff --git a/source/xlib-extra/gtk+3/gtk+3.install b/source/xlib/gtk+3/gtk+3.install similarity index 100% rename from source/xlib-extra/gtk+3/gtk+3.install rename to source/xlib/gtk+3/gtk+3.install diff --git a/source/xlib-extra/gtk+3/im-cedilla.conf b/source/xlib/gtk+3/im-cedilla.conf similarity index 100% rename from source/xlib-extra/gtk+3/im-cedilla.conf rename to source/xlib/gtk+3/im-cedilla.conf From bouleetbil at frogdev.info Tue Oct 12 17:41:58 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 17:41:58 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+3-engines *moved to xlib Message-ID: <20101012154158.4248C132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5f8b4f1a6cbc813daa64e25ba9a8fcf9d3199478 commit 5f8b4f1a6cbc813daa64e25ba9a8fcf9d3199478 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 17:42:32 2010 +0000 gtk+3-engines *moved to xlib diff --git a/source/xlib-extra/gtk+3-engines/FrugalBuild b/source/xlib/gtk+3-engines/FrugalBuild similarity index 93% rename from source/xlib-extra/gtk+3-engines/FrugalBuild rename to source/xlib/gtk+3-engines/FrugalBuild index 2cd1ad9..f4be4f3 100644 --- a/source/xlib-extra/gtk+3-engines/FrugalBuild +++ b/source/xlib/gtk+3-engines/FrugalBuild @@ -4,11 +4,11 @@ pkgname=gtk+3-engines _F_gnome_name=gtk-engines pkgver=2.91.1 -pkgrel=1 +pkgrel=2 pkgdesc="Theme engines for GTK+3" depends=('gtk+3') makedepends=('perl-xml-parser' 'gnome-common' 'intltool' 'gdk-pixbuf2') -groups=('xlib-extra') +groups=('xlib') archs=('i686' 'x86_64' 'ppc') Finclude gnome _F_cd_path="gtk-engines-$pkgver" From bouleetbil at frogdev.info Tue Oct 12 17:41:58 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 17:41:58 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-desktop2-2.32.0-2-i686 *new package *slot gnome-desktop for keep deprecated gnome-panel(gnome2) *for now would keep some parts of gnome2 Message-ID: <20101012154158.4A74A132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=326ca050008b3e3cfae158010bb665c17189c2e5 commit 326ca050008b3e3cfae158010bb665c17189c2e5 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 17:43:26 2010 +0000 gnome-desktop2-2.32.0-2-i686 *new package *slot gnome-desktop for keep deprecated gnome-panel(gnome2) *for now would keep some parts of gnome2 diff --git a/source/gnome-extra/gnome-desktop2/FrugalBuild b/source/gnome-extra/gnome-desktop2/FrugalBuild new file mode 100644 index 0000000..fa8d414 --- /dev/null +++ b/source/gnome-extra/gnome-desktop2/FrugalBuild @@ -0,0 +1,27 @@ +# Compiling time: 0.23 SBU +# Maintainer: bouleetbil <bouleetbil at frogdev.info> + +pkgname=gnome-desktop2 +_F_gnome_name="gnome-desktop" +pkgver=2.32.0 +pkgrel=2 +pkgdesc="The GNOME Desktop2" +url="http://www.gnome.org/" +depends=('gtk+2' 'startup-notification>=0.10-2' 'rarian>=0.8.0' 'gconf>=2.32.0' 'libxrandr') +makedepends=('intltool' 'gnome-doc-utils>=0.18.0' 'gtk-doc' 'gdk-pixbuf2') +groups=('gnome-extra') +archs=('i686' 'x86_64' 'ppc') +_F_gnome_scrollkeeper="y" +Finclude gnome gnome-scriptlet +Fconfopts="$Fconfopts --with-gnome-distributor=Frugalware --enable-gtk-doc--enable-deprecation-flags" +sha1sums=('9154748b1a7842cfc53b41800c5069314d124898') +_F_cd_path="$_F_gnome_name-$pkgver" + +build() +{ + Fbuild + Frm usr/bin + Frm usr/share/applications + Frm usr/share/gnome* +} +# optimization OK From kikadf.01 at gmail.com Tue Oct 12 18:08:32 2010 From: kikadf.01 at gmail.com (kikadf) Date: Tue, 12 Oct 2010 18:08:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: New package: atunes Message-ID: <20101012160832.954BB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=210048b5f235922e0344562cc05103020f2bcd90 commit 210048b5f235922e0344562cc05103020f2bcd90 Author: kikadf <kikadf.01 at gmail.com> Date: Tue Oct 12 18:06:06 2010 +0200 New package: atunes diff --git a/source/xmultimedia-extra/atunes/FrugalBuild b/source/xmultimedia-extra/atunes/FrugalBuild new file mode 100644 index 0000000..612efb5 --- /dev/null +++ b/source/xmultimedia-extra/atunes/FrugalBuild @@ -0,0 +1,31 @@ +# Compiling Time: 0.0 SBU +# Maintainer: kikadf <kikadf.01 at gmail.com> + +pkgname=atunes +pkgver=2.0.1 +pkgrel=1 +pkgdesc="aTunes is a full-featured audio player and manager, developed in Java programming language." +url="http://www.atunes.org/" +_F_desktop_name="aTunes" +_F_desktop_icon="$pkgname.png" +_F_desktop_exec="$pkgname" +_F_desktop_categories="AudioVideo;Player;" +depends=('openjre' 'mplayer' 'cdrtools' 'lame' 'flac') +groups=('xmultimedia-extra') +archs=('i686' 'x86_64') +source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/aTunes%20$pkgver/$pkgname$Fpkgversep$pkgver.tar.gz) +up2date="lynx --dump $url?page_id=6 | grep -2 'Download latest' | tail -1 | cut -d ' ' -f 5" +sha1sums=('805ab09498c3a3dd243a0804030c41fcfd1bd107') + +build() +{ + _srcdir=($pkgname$Fpkgversep$pkgver-SNAPSHOT) + _pkgdir=($Fprefix/share/$pkgname) + Fwrapper "cd /usr/share/atunes" atunes + Fexec echo 'sh ./aTunes.sh "$@"' >> $startdir/pkg/usr/bin/atunes + Ffile $_srcdir/*.{jar,so,txt,png} $_pkgdir + Fcp $_srcdir/lib $_pkgdir + Fexe $_srcdir/*.sh $_pkgdir + Fln $_pkgdir/$pkgname.png $Fprefix/share/pixmaps/$pkgname.png + Fdesktop2 +} From kikadf.01 at gmail.com Tue Oct 12 18:11:37 2010 From: kikadf.01 at gmail.com (kikadf) Date: Tue, 12 Oct 2010 18:11:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: New package: foxitreader Message-ID: <20101012161137.DC58F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bea347fb867ea2d82dc0e474f92800380bfbd81e commit bea347fb867ea2d82dc0e474f92800380bfbd81e Author: kikadf <kikadf.01 at gmail.com> Date: Tue Oct 12 18:09:24 2010 +0200 New package: foxitreader diff --git a/source/xapps-extra/foxitreader/FrugalBuild b/source/xapps-extra/foxitreader/FrugalBuild new file mode 100644 index 0000000..698db31 --- /dev/null +++ b/source/xapps-extra/foxitreader/FrugalBuild @@ -0,0 +1,40 @@ +# Compiling Time: 0 SBU +# Maintainer: kikadf <kikadf.01 at gmail.com> + +pkgname=foxitreader +_F_archive_name=FoxitReader +pkgver=1.1 +pkgrel=1 +pkgdesc="A small and fast PDF viewer" +url="http://www.foxitsoftware.com" +_F_desktop_name='Foxit Reader' +_F_desktop_categories='Viewer;Office' +_F_desktop_icon='Foxitreader.png' +depends=('gtk+2-libs' 'libcups') +groups=('xapps-extra') +archs=('i686' 'x86_64') +source=('http://mirrors.foxitsoftware.com/pub/foxit/reader/desktop/linux/1.x/'$pkgver'/enu/'$_F_archive_name'-'$pkgver'.0.tar.bz2' \ + 'http://upload.wikimedia.org/wikipedia/en/a/a6/Foxitreader.png') +up2date="lynx -dump $url/downloads/index.php | grep 'Desktop Linux' | tail -1 | cut -d ' ' -f 6" +sha1sums=('7de9de0886c9196d93e6c51efe81681163d5038a' \ + '3621263dadd26c63201fd8498743a13ad5edff54') +options=('nobuild') + +build() +{ + _srcdir=($pkgver-release) + _pkgdir=($Fprefix/share/$pkgname) + Ffile $_srcdir/*.{bin,fhd} $_pkgdir + Fexe $_srcdir/$_F_archive_name $_pkgdir + Ficon Foxitreader.png + Fln $_pkgdir/$_F_archive_name $Fprefix/bin/$pkgname + Fcd $_srcdir/po + + for _lang in *; do + _langpath=($Fprefix/share/locale/$_lang/LC_MESSAGES) + Fmkdir $_langpath + Fcp $_srcdir/po/$_lang/$_F_archive_name.mo $_langpath + done + + Fdesktop2 +} From bouleetbil at frogdev.info Tue Oct 12 18:31:19 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 18:31:19 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libcanberra-0.26-3-i686 *add gtk2 support Message-ID: <20101012163119.AFB75132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=635cd8a22c5ec6683821fd1cafda95274f66dd38 commit 635cd8a22c5ec6683821fd1cafda95274f66dd38 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 18:33:25 2010 +0000 libcanberra-0.26-3-i686 *add gtk2 support diff --git a/source/multimedia/libcanberra/FrugalBuild b/source/multimedia/libcanberra/FrugalBuild index b466940..40e1506 100644 --- a/source/multimedia/libcanberra/FrugalBuild +++ b/source/multimedia/libcanberra/FrugalBuild @@ -3,7 +3,7 @@ pkgname=libcanberra pkgver=0.26 -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') @@ -14,22 +14,25 @@ up2date="lynx -dump -source $url | Flasttar" source=($url/$pkgname-$pkgver.tar.gz) sha1sums=('31a1cb8757e5da39b4cdc06e523d011578d7a3e3') -Fconfopts="${Fconfopts[@]} --disable-oss --disable-gtk" +Fconfopts="${Fconfopts[@]} --disable-oss" _F_gnome_schemas=('/etc/gconf/schemas/libcanberra.schemas') Finclude gnome-scriptlet unset install -subpkgs=("libcanberra-alsa" "libcanberra-gst" "libcanberra-gtk" "libcanberra-pulseaudio") -subdepends=("libcanberra alsa-lib" "libcanberra gstreamer" "libcanberra gtk+3 gconf" "libcanberra pulseaudio-hal pulseaudio-x11") -subdescs=('Alsa libcanberra' 'gstreamer libcanberra' 'GTK+3 libcanberra' 'pulseaudio libcanberra') -subgroups=('multimedia' 'xmultimedia' 'gnome' 'xmultimedia-extra') -subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc') -subinstall=("" "" "$_F_gnome_scriptlet" "") +subpkgs=("libcanberra-alsa" "libcanberra-gst" "libcanberra-gtk" "libcanberra-pulseaudio" "libcanberra-gtk2") +subdepends=("libcanberra alsa-lib" "libcanberra gstreamer" "libcanberra gtk+3 gconf" "libcanberra pulseaudio-hal pulseaudio-x11" "libcanberra gtk+2 gconf") +subdescs=('Alsa libcanberra' 'gstreamer libcanberra' 'GTK+3 libcanberra' 'pulseaudio libcanberra' 'GTK+2 libcanberra') +subgroups=('multimedia' 'xmultimedia' 'gnome' 'xmultimedia-extra' 'gnome-extra') +subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc') +subinstall=("" "" "$_F_gnome_scriptlet" "" "") build(){ Fbuild Fsplit $pkgname-alsa usr/lib/$pkgname-$pkgver/libcanberra-alsa* Fsplit $pkgname-gst usr/lib/$pkgname-$pkgver/libcanberra-gstreamer* + Fsplit $pkgname-gtk2 usr/lib/pkgconfig/libcanberra-gtk.pc + Fsplit $pkgname-gtk2 usr/lib/gtk-2.0 + Fsplit $pkgname-gtk2 usr/lib/libcanberra-gtk.* Fsplit $pkgname-gtk usr/lib/pkgconfig/libcanberra-gtk3.pc Fsplit $pkgname-gtk usr/include/canberra-gtk.h Fsplit $pkgname-gtk usr/lib/gtk-3.0 From bouleetbil at frogdev.info Tue Oct 12 18:45:59 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 18:45:59 +0200 (CEST) Subject: [Frugalware-git] gnometesting: mutter-2.91.0-1-i686 Message-ID: <20101012164559.B3E81132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=fb76683060f6e51be52070d29dcfc92edd42b040 commit fb76683060f6e51be52070d29dcfc92edd42b040 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 18:48:37 2010 +0000 mutter-2.91.0-1-i686 *Version bump diff --git a/source/gnome-extra/gnome-panel/FrugalBuild b/source/gnome-extra/gnome-panel/FrugalBuild new file mode 100644 index 0000000..f711636 --- /dev/null +++ b/source/gnome-extra/gnome-panel/FrugalBuild @@ -0,0 +1,41 @@ +# Compiling time: 1.00 SBU +# Maintainer: bouleetbil <bouleetbil at frogdev.info> + +pkgname=gnome-panel +pkgver=2.32.0.2 +pkgrel=2 +pkgdesc="GNOME panel and core applets" +rodepends=('alacarte>=0.11.1.1') +depends=('gnome-desktop2' 'gnome-menus>=2.30.4' \ + 'evolution-data-server>=2.91.0' 'libwnck>=2.28.0-2' \ + 'rarian>=0.8.0' 'dbus-glib>=0.71' 'avahi-glib>=0.6.17' 'librsvg>=2.32.0' \ + 'libgweather>=2.91.0' 'libcanberra-gtk2' 'libbonoboui' 'libkrb5' 'openssl>=1.0.0-3') +makedepends=('intltool' 'gtk-doc>=1.9' 'gnome-doc-utils>=0.14.0' 'krb5') +groups=('gnome' 'gnome-minimal') +archs=('i686' 'x86_64' 'ppc') +_F_gnome_schemas=('/etc/gconf/schemas/clock.schemas' \ + '/etc/gconf/schemas/fish.schemas' \ + '/etc/gconf/schemas/panel-compatibility.schemas' \ + '/etc/gconf/schemas/panel-general.schemas' \ + '/etc/gconf/schemas/panel-global.schemas' \ + '/etc/gconf/schemas/panel-object.schemas' \ + '/etc/gconf/schemas/panel-toplevel.schemas' \ + '/etc/gconf/schemas/window-list.schemas' \ + '/etc/gconf/schemas/workspace-switcher.schemas') +_F_gnome_entries=('/etc/gconf/schemas/panel-default-setup.entries') +_F_gnome_scrollkeeper="y" +_F_gnome_iconcache="y" +_F_gnome_desktop="y" +Finclude gnome gnome-scriptlet +sha1sums=('70078f67be3c98e27d9f9e6f43ac3d3ec15def02') + +build() { + Fcd + Fbuild_slice_scrollkeeper + Fsed "epiphany.desktop" "firefox.desktop" gnome-panel/panel-default-setup.entries + Fmake --disable-schemas-install --enable-eds --enable-gtk-doc --disable-scrollkeeper --with-in-process-applets=all + Fmakeinstall GCONF_DISABLE_SCHEMA_INSTALL=1 + Fbuild_gnome_scriptlet +} + +# optimization OK diff --git a/source/gnome-extra/gnome-panel/gnome-panel-2.26.2-fix-gconf-related-crash.patch b/source/gnome-extra/gnome-panel/gnome-panel-2.26.2-fix-gconf-related-crash.patch new file mode 100644 index 0000000..0b46d98 --- /dev/null +++ b/source/gnome-extra/gnome-panel/gnome-panel-2.26.2-fix-gconf-related-crash.patch @@ -0,0 +1,14 @@ +diff -Nrup gnome-panel-2.26.2.orig/libpanel-applet/panel-applet.c gnome-panel-2.26.2/libpanel-applet/panel-applet.c +--- gnome-panel-2.26.2.orig/libpanel-applet/panel-applet.c 2009-05-20 13:44:11.000000000 +0100 ++++ gnome-panel-2.26.2/libpanel-applet/panel-applet.c 2009-06-01 23:10:24.318415195 +0100 +@@ -161,7 +161,8 @@ panel_applet_associate_schemas_in_dir (G + gconf_engine_associate_schema (client->engine, + key, schema_key, error); + +- if (gconf_entry_get_value (applet_entry) == NULL || ++ if (applet_entry == NULL || ++ gconf_entry_get_value (applet_entry) == NULL || + gconf_entry_get_is_default (applet_entry)) { + /* unset the key: gconf_client_get_entry() + * brought an invalid entry in the client + diff --git a/source/gnome-extra/mutter/FrugalBuild b/source/gnome/mutter/FrugalBuild similarity index 76% rename from source/gnome-extra/mutter/FrugalBuild rename to source/gnome/mutter/FrugalBuild index 048e044..c63af37 100644 --- a/source/gnome-extra/mutter/FrugalBuild +++ b/source/gnome/mutter/FrugalBuild @@ -2,25 +2,17 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=mutter -pkgver=2.31.2 -pkgrel=2 +pkgver=2.91.0 +pkgrel=1 pkgdesc="A window manager for GNOME (new metacity for gnome3)" url="http://www.gnome.org/" depends=('startup-notification' 'gconf>=2.32.0' 'gnome-themes>=2.32.0' 'libcm' 'gnome-frugalware>=0.7.2' \ 'zenity>=2.32.0' 'clutter>=1.4.0' 'libcanberra-gtk') makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 'gobject-introspection') -groups=('gnome-extra') +groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_schemas=('/etc/gconf/schemas/mutter.schemas') _F_gnome_devel="y" Finclude gnome gnome-scriptlet -Fconfopts="$Fconfopts --with-clutter --disable-static --with-gtk=2.0" -sha1sums=('8bfd51c44323e492df1427c1b01816b73e72fb06') - -build() { - Fcd - Fsed "-Werror" "" configure - Fbuild - Fbuild_gnome_scriptlet -} - +Fconfopts="$Fconfopts --with-clutter --disable-static --with-gtk=3.0" +sha1sums=('ca1487998b9cb4ceea5a079f94bcf7da8f779033') From bouleetbil at frogdev.info Tue Oct 12 19:27:01 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 19:27:01 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-session-2.91.0-1-i686 *version bump *enable mutter by default *delete splash (deprecated) Message-ID: <20101012172701.E3C0A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=f26ba7f1d08e1919fbd34ed5448168bb1937629b commit f26ba7f1d08e1919fbd34ed5448168bb1937629b Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 19:29:04 2010 +0000 gnome-session-2.91.0-1-i686 *version bump *enable mutter by default *delete splash (deprecated) diff --git a/source/gnome/gnome-session/FrugalBuild b/source/gnome/gnome-session/FrugalBuild index 376cb17..4f749c9 100644 --- a/source/gnome/gnome-session/FrugalBuild +++ b/source/gnome/gnome-session/FrugalBuild @@ -1,14 +1,13 @@ # Compiling time: 0.38 SBU # Maintainer: bouleetbil <bouleetbil at frogdev.info> -# kill_g_debug.patch should be disabled for stable releases of gnome - pkgname=gnome-session -pkgver=2.32.0 -pkgrel=3 +pkgver=2.91.0 +pkgrel=1 pkgdesc="GNOME session manager" -depends=('gnome-desktop>=2.32.0' 'polkit' 'upower' 'gconf-gtk' 'usermode' \ - 'dbus-glib>=0.76' 'gnome-control-center>=2.32.0' 'libnotify' 'gnome-keyring>=2.32.0') +depends=('gnome-desktop>=2.91.0' 'polkit' 'upower' 'gconf-gtk' 'usermode' \ + 'dbus-glib>=0.76' 'gnome-control-center>=2.91.0' 'libnotify' 'gnome-keyring>=2.91.0' \ + 'mutter') makedepends=('intltool' 'gnome-common') rodepends=('consolekit-x11') groups=('gnome' 'gnome-minimal') @@ -17,23 +16,7 @@ _F_gnome_schemas=('/etc/gconf/schemas/gnome-session.schemas') _F_gnome_iconcache="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet -source=(${source[@]} enable_splash.diff \ - http://ftp.frugalware.org/pub/other/artwork/gnome-theme/GNOME-Splash-1.4.png ) -sha1sums=('518a70695a8bdc76d179ff1bc36fadf7954579f5' \ - '1c2b3b009b06be2c320dad87868f42c56166641e' \ - '2b7333abd13aab895f3fdd79d526a649c4759cf8') - -build() { - Fpatchall - Fmake --disable-schemas-install --enable-splash - Fmakeinstall GCONF_DISABLE_SCHEMA_INSTALL=1 - Fbuild_gnome_scriptlet - - # Drop old splash screen - Frm usr/share/pixmaps/splash/gnome-splash.png - - # Frugalware Splash screen - Ffile GNOME-Splash-1.4.png /usr/share/pixmaps/splash/gnome-splash.png -} +sha1sums=('71c24928d1e6b69c29712916d153f85eb25e9df5') +Fconfopts="$Fconfopts --with-default-wm=mutter --with-gtk=3.0" # optimization OK diff --git a/source/gnome/gnome-session/enable_splash.diff b/source/gnome/gnome-session/enable_splash.diff deleted file mode 100644 index 265f1dc..0000000 --- a/source/gnome/gnome-session/enable_splash.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-session-2.28.0/data/gnome-session.schemas.in.in~ 2009-07-29 02:36:07.000000000 +0200 -+++ gnome-session-2.28.0/data/gnome-session.schemas.in.in 2009-10-05 11:02:17.000000000 +0200 -@@ -7,7 +7,7 @@ - <applyto>/apps/gnome-session/options/show_splash_screen</applyto> - <owner>gnome</owner> - <type>bool</type> -- <default>false</default> -+ <default>true</default> - <locale name="C"> - <short>Show the splash screen</short> - <long>Show the splash screen when the session starts up</long> diff --git a/source/gnome/gnome-session/gnome-session-HEAD-shutdown.patch b/source/gnome/gnome-session/gnome-session-HEAD-shutdown.patch deleted file mode 100644 index 932f508..0000000 --- a/source/gnome/gnome-session/gnome-session-HEAD-shutdown.patch +++ /dev/null @@ -1,76 +0,0 @@ ---- - Straight forward fix to allow shutdown on systems not using policykit. - - If the system really don't have policykit, it will make things work - as in 2.22. - - If pk is in gsm but not in ck, it'll still work as in 2.22. - - If pk is present in both, you just have to fix the logic to make - gsm ask pk if the user has the permission to shutdown _before_ showing - buttons and in case this is not possible, just damn fix pk. - ---- gnome-session-2.24.2old/gnome-session/gsm-consolekit.c 2008-11-25 19:59:18.000000000 +0100 -+++ gnome-session-2.24.2/gnome-session/gsm-consolekit.c 2008-12-01 22:46:44.000000000 +0100 -@@ -528,7 +528,7 @@ - g_free (error_message); - } - #else -- g_assert_not_reached (); -+ g_warning ("Failed to restart and Policykit support not enabled"); - #endif /* HAVE POLKIT */ - } - -@@ -568,7 +568,7 @@ - } - } - #else -- g_assert_not_reached (); -+ g_warning ("Failed to restart and Policykit support not enabled"); - #endif /* HAVE POLKIT */ - } - -@@ -882,7 +882,6 @@ - gboolean - gsm_consolekit_can_restart (GsmConsolekit *manager) - { --#ifdef HAVE_POLKIT_GNOME - gboolean res; - GError *error; - -@@ -894,19 +893,13 @@ - g_error_free (error); - return FALSE; - } -- -- return gsm_consolekit_can_do_action (manager, "org.freedesktop.consolekit.system.restart") || -- gsm_consolekit_can_do_action (manager, "org.freedesktop.consolekit.system.restart-multiple-users"); --#else -- g_debug ("GsmConsolekit: built without PolicyKit-gnome support - cannot restart system"); -- return FALSE; --#endif -+ return res; - } - - gboolean - gsm_consolekit_can_stop (GsmConsolekit *manager) - { --#ifdef HAVE_POLKIT_GNOME -+ - gboolean res; - GError *error; - error = NULL; -@@ -918,12 +911,7 @@ - return FALSE; - } - -- return gsm_consolekit_can_do_action (manager, "org.freedesktop.consolekit.system.stop") || -- gsm_consolekit_can_do_action (manager, "org.freedesktop.consolekit.system.stop-multiple-users"); --#else -- g_debug ("GsmConsolekit: built without PolicyKit-gnome support - cannot stop system"); -- return FALSE; --#endif -+ return res; - } - - GsmConsolekit * diff --git a/source/gnome/gnome-session/kill_g_debug.patch b/source/gnome/gnome-session/kill_g_debug.patch deleted file mode 100644 index cde2779..0000000 --- a/source/gnome/gnome-session/kill_g_debug.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Nur gnome-session-2.13.90/gnome-session/main.c gnome-session-2.13.90.new/gnome-session/main.c ---- gnome-session-2.13.90/gnome-session/main.c 2006-01-10 01:48:20.000000000 +0100 -+++ gnome-session-2.13.90.new/gnome-session/main.c 2006-01-28 19:12:13.000000000 +0100 -@@ -344,6 +344,7 @@ - gsm_set_verbose (TRUE); - - /* Help eradicate the critical warnings in unstable releases of GNOME */ -+ /* - versions = g_strsplit (VERSION, ".", 3); - if (versions && versions [0] && versions [1]) - { -@@ -356,7 +357,7 @@ - } - } - g_strfreev (versions); -- -+ */ - set_lang(); - set_gtk1_theme_rcfile (); - From vmiklos at frugalware.org Tue Oct 12 19:49:44 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 12 Oct 2010 19:49:44 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: udev-163-1-i686 Message-ID: <20101012174944.2D7C8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dd3e6d538fdd0583c3696a977eb35576814d5c6a commit dd3e6d538fdd0583c3696a977eb35576814d5c6a Author: Miklos Vajna <vmiklos at frugalware.org> Date: Tue Oct 12 19:49:33 2010 +0200 udev-163-1-i686 - version bump diff --git a/source/base/udev/FrugalBuild b/source/base/udev/FrugalBuild index 71727ea..a297659 100644 --- a/source/base/udev/FrugalBuild +++ b/source/base/udev/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna <vmiklos at frugalware.org> pkgname=udev -pkgver=162 +pkgver=163 pkgrel=1 pkgdesc="A userspace implementation of devfs" url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/" From bouleetbil at frogdev.info Tue Oct 12 20:28:09 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 20:28:09 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-panel-2.32.0.2-2-i686 *build a minimal gnome-panel for box don't support mutter *move it to extra Message-ID: <20101012182809.04B17132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1af7dc243996014220df09c20467d5d410d53860 commit 1af7dc243996014220df09c20467d5d410d53860 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 20:30:14 2010 +0000 gnome-panel-2.32.0.2-2-i686 *build a minimal gnome-panel for box don't support mutter *move it to extra diff --git a/source/gnome-extra/gnome-panel/FrugalBuild b/source/gnome-extra/gnome-panel/FrugalBuild index f711636..dcb7951 100644 --- a/source/gnome-extra/gnome-panel/FrugalBuild +++ b/source/gnome-extra/gnome-panel/FrugalBuild @@ -7,11 +7,10 @@ pkgrel=2 pkgdesc="GNOME panel and core applets" rodepends=('alacarte>=0.11.1.1') depends=('gnome-desktop2' 'gnome-menus>=2.30.4' \ - 'evolution-data-server>=2.91.0' 'libwnck>=2.28.0-2' \ - 'rarian>=0.8.0' 'dbus-glib>=0.71' 'avahi-glib>=0.6.17' 'librsvg>=2.32.0' \ - 'libgweather>=2.91.0' 'libcanberra-gtk2' 'libbonoboui' 'libkrb5' 'openssl>=1.0.0-3') + 'libwnck>=2.28.0-2' 'rarian>=0.8.0' 'dbus-glib>=0.71' 'avahi-glib>=0.6.17' 'librsvg>=2.32.0' \ + 'libcanberra-gtk2' 'libbonoboui' 'libkrb5' 'openssl>=1.0.0-3' 'libgweather') makedepends=('intltool' 'gtk-doc>=1.9' 'gnome-doc-utils>=0.14.0' 'krb5') -groups=('gnome' 'gnome-minimal') +groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') _F_gnome_schemas=('/etc/gconf/schemas/clock.schemas' \ '/etc/gconf/schemas/fish.schemas' \ @@ -33,7 +32,8 @@ build() { Fcd Fbuild_slice_scrollkeeper Fsed "epiphany.desktop" "firefox.desktop" gnome-panel/panel-default-setup.entries - Fmake --disable-schemas-install --enable-eds --enable-gtk-doc --disable-scrollkeeper --with-in-process-applets=all + Fsed "gweather" "gweather-3.0" configure + Fmake --disable-schemas-install --enable-eds=no --enable-gtk-doc --disable-scrollkeeper Fmakeinstall GCONF_DISABLE_SCHEMA_INSTALL=1 Fbuild_gnome_scriptlet } From bouleetbil at frogdev.info Tue Oct 12 20:36:34 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 20:36:34 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gucharmap-2.33.0-1-i686 Message-ID: <20101012183634.1F2D5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5220fbbc86fa4c7fb65743950f4f64f663e278c8 commit 5220fbbc86fa4c7fb65743950f4f64f663e278c8 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 20:39:11 2010 +0000 gucharmap-2.33.0-1-i686 *Version bump diff --git a/source/gnome/gucharmap/FrugalBuild b/source/gnome/gucharmap/FrugalBuild index 242c159..4c7df8a 100644 --- a/source/gnome/gucharmap/FrugalBuild +++ b/source/gnome/gucharmap/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=gucharmap -pkgver=2.32.0 -pkgrel=2 +pkgver=2.33.0 +pkgrel=1 pkgdesc="A featureful Unicode character map for GNOME" url="http://www.gnome.org/" -depends=('rarian' 'gtk+2>=2.22.0' 'gconf>=2.32.0') +depends=('rarian' 'gtk+3' 'gconf>=2.32.0') makedepends=('intltool' 'gnome-doc-utils>=0.14.0') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') @@ -14,6 +14,7 @@ _F_gnome_scrollkeeper="y" _F_gnome_iconcache="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet -sha1sums=('2d77e6023501999193fbc8ffc164d3272cc809c6') +sha1sums=('b77de139d6f2853475971e3c0efdeead0d025e27') +Fconfopts="$Fconfopts --with-gtk=3.0" # optimization OK From bouleetbil at frogdev.info Tue Oct 12 21:31:55 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 21:31:55 +0200 (CEST) Subject: [Frugalware-git] gnometesting: librest-0.7.3-1-i686 Message-ID: <20101012193155.8582A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=743699265930f74ed458a50c9724810c564491a2 commit 743699265930f74ed458a50c9724810c564491a2 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 21:32:39 2010 +0200 librest-0.7.3-1-i686 diff --git a/source/gnome/librest/FrugalBuild b/source/gnome/librest/FrugalBuild new file mode 100644 index 0000000..cf714b9 --- /dev/null +++ b/source/gnome/librest/FrugalBuild @@ -0,0 +1,24 @@ +# Compiling Time: 0.14 SBU +# Maintainer: bouleetbil <bouleetbil at frogdev.info> + +pkgname=librest +pkgver=0.7.3 +pkgrel=1 +pkgdesc="This library was designed to make it easier to access web services" +depends=('libsoup-gnome>=2.32.0' 'libxml2') +makedepends=('gtk-doc') +groups=('gnome' 'gnome-minimal') +archs=('i686' 'x86_64' 'ppc') +Finclude gnome +#for now only git source +source=(http://ftp.frugalware.org/pub/other/people/bouleetbil/sources/$pkgname-$pkgver.tar.bz2) +up2date="Flasttar http://ftp.frugalware.org/pub/other/people/bouleetbil/sources" +sha1sums=('4830138602bc8917d42d857e5631861cbf64a104') + +build() { + Fcd + sh ./autogen.sh || Fdie + Fbuild +} + +# optimization OK From bouleetbil at frogdev.info Tue Oct 12 21:50:03 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 21:50:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libsocialweb-0.25.6-1-i686 *new package Message-ID: <20101012195003.8E2EF132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=bb5539e01887e729d0f223342e671875b85a30a5 commit bb5539e01887e729d0f223342e671875b85a30a5 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 21:51:35 2010 +0200 libsocialweb-0.25.6-1-i686 *new package diff --git a/source/gnome/libsocialweb/FrugalBuild b/source/gnome/libsocialweb/FrugalBuild new file mode 100644 index 0000000..20cac30 --- /dev/null +++ b/source/gnome/libsocialweb/FrugalBuild @@ -0,0 +1,25 @@ +# Compiling Time: 0.14 SBU +# Maintainer: bouleetbil <bouleetbil at frogdev.info> + +pkgname=libsocialweb +pkgver=0.25.6 +pkgrel=1 +pkgdesc="socialweb library to fetch data from social service" +depends=('librest' 'json-glib') +makedepends=('gtk-doc' 'gobject-introspection' 'intltool') +groups=('gnome' 'gnome-minimal') +archs=('i686' 'x86_64' 'ppc') +Finclude gnome +#for now only git source +source=(http://ftp.frugalware.org/pub/other/people/bouleetbil/sources/$pkgname-$pkgver.tar.bz2) +up2date="Flasttar http://ftp.frugalware.org/pub/other/people/bouleetbil/sources" +sha1sums=('47db67040cce771a7aa78deeb1eab0eee4b5ed06') +Fconfopts="$Fconfopts --enable-all-services" + +build() { + Fcd + sh ./autogen.sh || Fdie + Fbuild +} + +# optimization OK From bouleetbil at frogdev.info Tue Oct 12 21:50:03 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 21:50:03 +0200 (CEST) Subject: [Frugalware-git] gnometesting: json-glib *move to devel (requiert by libsocialw) Message-ID: <20101012195003.6A6FC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=3546bc6a1983d89f1bc6564747ffd1f36f39da9e commit 3546bc6a1983d89f1bc6564747ffd1f36f39da9e Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 21:50:12 2010 +0200 json-glib *move to devel (requiert by libsocialw) diff --git a/source/devel-extra/json-glib/FrugalBuild b/source/devel/json-glib/FrugalBuild similarity index 93% rename from source/devel-extra/json-glib/FrugalBuild rename to source/devel/json-glib/FrugalBuild index cbd52c6..ad7d48d 100644 --- a/source/devel-extra/json-glib/FrugalBuild +++ b/source/devel/json-glib/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="JSON library built on GLib" url="http://live.gnome.org/JsonGlib" Finclude gnome depends=('glib2') -groups=('devel-extra') +groups=('devel') archs=('i686' 'x86_64' 'ppc') sha1sums=('e8e29ae6dda57bebb4ca2e1cdee46f7cee1c0b6b') From bouleetbil at frogdev.info Tue Oct 12 22:06:02 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 22:06:02 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-control-center-2.91.0-2-i686 *fixes depends *added some social web depends *this gnome3 is for devil :p *codename gnome3 frugalware => devil505 :p Message-ID: <20101012200602.ED2B1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=0072871cacf507aa60aa9ad7945be490dab46eb5 commit 0072871cacf507aa60aa9ad7945be490dab46eb5 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 22:08:04 2010 +0000 gnome-control-center-2.91.0-2-i686 *fixes depends *added some social web depends *this gnome3 is for devil :p *codename gnome3 frugalware => devil505 :p diff --git a/source/gnome/gnome-control-center/FrugalBuild b/source/gnome/gnome-control-center/FrugalBuild index b520932..99884c0 100644 --- a/source/gnome/gnome-control-center/FrugalBuild +++ b/source/gnome/gnome-control-center/FrugalBuild @@ -3,26 +3,25 @@ pkgname=gnome-control-center pkgver=2.91.0 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME Control Center" -depends=('gnome-desktop>=2.91.0' 'gnome-menus>=2.30.0' 'metacity>=2.28.0' 'libgnomekbd>=2.91.0' \ +depends=('gnome-desktop>=2.91.0' 'gnome-menus>=2.30.0' 'mutter' 'libgnomekbd>=2.91.0' \ 'nautilus>=2.91.0' 'gst-plugins-base>=0.10.19-2' 'desktop-file-utils' \ - 'evolution-data-server>=2.32.0' 'libxxf86misc' 'libxscrnsaver' 'xrdb' \ - 'gnome-panel>=2.32.0' 'libkrb5' 'db>=4.7.25' \ + 'evolution-data-server>=2.91.0' 'libxxf86misc' 'libxscrnsaver' 'xrdb' \ + 'libkrb5' 'db>=4.7.25' 'libsocialweb' \ 'gnome-settings-daemon' 'libcanberra-gtk>=0.26-2' 'libcanberra-alsa' 'libcanberra-gst') makedepends=('intltool' 'gnome-doc-utils>=0.14.0' 'gnome-common>=2.28.0' 'krb5' 'gtk-doc') rodepends=('gst-plugins-base-alsa>=0.10.19-2' 'sound-theme-freedesktop') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') -_F_gnome_schemas=('/etc/gconf/schemas/fontilus.schemas' \ - '/etc/gconf/schemas/control-center.schemas') +_F_gnome_schemas=('/etc/gconf/schemas/control-center.schemas') _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" _F_gnome_mime="y" _F_gnome_iconcache="y" options=('scriptlet') Finclude gnome gnome-scriptlet -Fconfopts="$Fconfopts --enable-gstreamer --disable-schemas-install --enable-aboutme --disable-doc" +Fconfopts="$Fconfopts --enable-gstreamer --disable-schemas-install --enable-aboutme --disable-doc --with-libsocialweb" sha1sums=('1c9f66750e7a1f68e6b0ba7819b0c70df3926aa3') build() { From bouleetbil at frogdev.info Tue Oct 12 22:15:04 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 22:15:04 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-icon-theme-2.31.0-1-i686 Message-ID: <20101012201504.06ED5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=98fc89520928c1a7a87d9f5d5f9c3373bcae308f commit 98fc89520928c1a7a87d9f5d5f9c3373bcae308f Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 22:17:39 2010 +0000 gnome-icon-theme-2.31.0-1-i686 *Version bump diff --git a/source/gnome/gnome-icon-theme/FrugalBuild b/source/gnome/gnome-icon-theme/FrugalBuild index db5b557..89991d9 100644 --- a/source/gnome/gnome-icon-theme/FrugalBuild +++ b/source/gnome/gnome-icon-theme/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=gnome-icon-theme -pkgver=2.30.3 -pkgrel=2 +pkgver=2.31.0 +pkgrel=1 pkgdesc="Default icon theme for GNOME" url="http://www.gnome.org/" depends=('hicolor-icon-theme') @@ -11,4 +11,4 @@ makedepends=('perl-xml-parser' 'icon-naming-utils>=0.8.2' 'intltool') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') Finclude gnome -sha1sums=('41c2c43480376f784f21487727e6c726ed60addf') +sha1sums=('ed6f5ccfc871281e632f80c3d9a756f201758862') From vmiklos at frugalware.org Tue Oct 12 22:29:13 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 12 Oct 2010 22:29:13 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: virtualbox-3.2.10-1-i686 Message-ID: <20101012202913.786EA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=df3264e9afa51c9ba102970dac9c9b691cf2e6b3 commit df3264e9afa51c9ba102970dac9c9b691cf2e6b3 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Tue Oct 12 21:26:37 2010 +0200 virtualbox-3.2.10-1-i686 - version bump diff --git a/source/xapps-extra/virtualbox/FrugalBuild b/source/xapps-extra/virtualbox/FrugalBuild index 131bc0d..062d0aa 100644 --- a/source/xapps-extra/virtualbox/FrugalBuild +++ b/source/xapps-extra/virtualbox/FrugalBuild @@ -4,8 +4,8 @@ pkgname=virtualbox realname=VirtualBox -pkgver=3.2.6 -pkgrel=2 +pkgver=3.2.10 +pkgrel=1 pkgdesc="InnoTek VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use." url="http://www.virtualbox.org" depends=('xerces-c>=2.8.0' 'xalan-c>=1.10.0-2' 'iasl' 'dev86' 'libxslt' 'libxcursor' 'qt' 'libidl' 'sdl' \ @@ -19,7 +19,7 @@ source=(http://download.virtualbox.org/virtualbox/${pkgver}/${realname}-${pkgver vboxsvc virtualbox get-vbox-additions README.Frugalware) _F_cd_path="${realname}-${pkgver}_OSE" options=('scriptlet' 'genscriptlet') -sha1sums=('f7d4d89f494cd1f614d9e195a2fcac485ac02fbb' \ +sha1sums=('3b9a671b76da2661bb99c4e6f289f9c7b22d4160' \ 'e32ebff11bb235b50f8826b70d85dbcf4a56aee4' \ '3c0c856b9ad5f186405e87cf6eac09f1060b62cd' \ 'cdc1df637db2531589de4b19aaa21d7a2d544afd' \ From vmiklos at frugalware.org Tue Oct 12 22:29:13 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 12 Oct 2010 22:29:13 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: virtualbox-modules-3.2.10-1-i686 Message-ID: <20101012202913.8F6FC132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d224e54e13070fda0d827393ae0d49e5381f33a2 commit d224e54e13070fda0d827393ae0d49e5381f33a2 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Tue Oct 12 22:29:05 2010 +0200 virtualbox-modules-3.2.10-1-i686 - version bump diff --git a/source/apps-extra/virtualbox-modules/FrugalBuild b/source/apps-extra/virtualbox-modules/FrugalBuild index c96c4da..bdc553a 100644 --- a/source/apps-extra/virtualbox-modules/FrugalBuild +++ b/source/apps-extra/virtualbox-modules/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Janos Kovacs <janny at frugalware.org> pkgname=virtualbox-modules -pkgver=3.2.6 -pkgrel=6 +pkgver=3.2.10 +pkgrel=1 pkgdesc="Kernel modules for VirtualBox" url="http://www.virtualbox.org" Finclude kernel-module @@ -15,7 +15,7 @@ license=('GPL-2') up2date="lynx -dump ${url}|grep released|sed 's/.* \([0-9.]*\) .*/\1/;q'" source=(http://distfiles.gentoo.org/distfiles/vbox-kernel-module-src-${pkgver}.tar.bz2 ${pkgname}.install) options=('scriptlet' 'genscriptlet') -sha1sums=('95f566b59a87b7d97d5e48cbba5a9b78aba2e50f' \ +sha1sums=('93d732319a72f2369239e8e6a011d4b5bef63b8f' \ 'e529d5411395df6dcb64c303ea0956d92eb29516') build() { From bouleetbil at frogdev.info Tue Oct 12 22:57:24 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 22:57:24 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtkhtml-3.32.0-1-i686 *block up2date *will probably move it to extra Message-ID: <20101012205724.2CC78132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d2143f6681b10b16030a3694aa06bca59763811c commit d2143f6681b10b16030a3694aa06bca59763811c Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 22:59:45 2010 +0000 gtkhtml-3.32.0-1-i686 *block up2date *will probably move it to extra diff --git a/source/gnome/gtkhtml/FrugalBuild b/source/gnome/gtkhtml/FrugalBuild index f2c8132..9e8a6e1 100644 --- a/source/gnome/gtkhtml/FrugalBuild +++ b/source/gnome/gtkhtml/FrugalBuild @@ -15,9 +15,8 @@ Finclude gnome sha1sums=('0f011a8b201fbef01c0959a929bade27a3ed4bcb') replaces=('gtkhtml312') provides=('gtkhtml312') -# TODO : switch to gtk3 -# broken with gtk3 2.90.7 -# --disable-deprecated-warning-flags should be remove for stable release +#block up2date don't bump it !!! +up2date=$pkgver Fconfopts="$Fconfopts --enable-gtk2 --disable-deprecated-warning-flags" build() { From bouleetbil at frogdev.info Tue Oct 12 23:04:45 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 23:04:45 +0200 (CEST) Subject: [Frugalware-git] gnometesting: json-glib-0.10.4-2-i686 *forgot pkgrel++ Message-ID: <20101012210445.5A037132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ad3f734d49831b366608760c89ab6c285695014b commit ad3f734d49831b366608760c89ab6c285695014b Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 23:07:22 2010 +0000 json-glib-0.10.4-2-i686 *forgot pkgrel++ diff --git a/source/devel/json-glib/FrugalBuild b/source/devel/json-glib/FrugalBuild index ad7d48d..2bbb402 100644 --- a/source/devel/json-glib/FrugalBuild +++ b/source/devel/json-glib/FrugalBuild @@ -3,7 +3,7 @@ pkgname=json-glib pkgver=0.10.4 -pkgrel=1 +pkgrel=2 pkgdesc="JSON library built on GLib" url="http://live.gnome.org/JsonGlib" Finclude gnome From bouleetbil at frogdev.info Tue Oct 12 23:06:33 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 12 Oct 2010 23:06:33 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtkhtml3-3.91.0-1-i686 *new package Message-ID: <20101012210633.84EC9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=027a3ccd64cdb8dc6ddbcf226d5a57374c7bd687 commit 027a3ccd64cdb8dc6ddbcf226d5a57374c7bd687 Author: bouleetbil <bouleetbil at frogdev.info> Date: Tue Oct 12 23:08:56 2010 +0000 gtkhtml3-3.91.0-1-i686 *new package diff --git a/source/gnome/gtkhtml3/FrugalBuild b/source/gnome/gtkhtml3/FrugalBuild new file mode 100644 index 0000000..e89d557 --- /dev/null +++ b/source/gnome/gtkhtml3/FrugalBuild @@ -0,0 +1,28 @@ +# Compiling time: 1.09 SBU +# Maintainer: bouleetbil <bouleetbil at frogdev.info> + +pkgname=gtkhtml3 +_F_gnome_name="gtkhtml" +pkgver=3.91.0 +pkgrel=1 +pkgdesc="A lightweight HTML rendering/printing/editing engine" +depends=('gtk+2' 'gail' 'libsoup>=2.32.0' 'gnome-icon-theme>=2.30.0' \ + 'enchant' 'iso-codes' 'gconf') +makedepends=('intltool') +groups=('gnome' 'gnome-minimal') +archs=('i686' 'x86_64' 'ppc') +Finclude gnome +sha1sums=('30286248a304e457e193ed5e59c421a8b7e8e0a1') +#TODO switch to gtk3 : --enable-gtk3 +Fconfopts="$Fconfopts --disable-deprecated-warning-flags" +_F_cd_path="$_F_gnome_name-$pkgver" + +build() { + Fcd + Fpatchall + Fautoreconf + Fmake + Fmakeinstall +} + +# optimization OK From devil505linux at gmail.com Wed Oct 13 10:27:13 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 13 Oct 2010 10:27:13 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gpredict-1.2-1-i686 * version bump * fixing up2date Message-ID: <20101013082713.047C0132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ebe6af697f0163972d8eb46dd04c29cb0fb7ea48 commit ebe6af697f0163972d8eb46dd04c29cb0fb7ea48 Author: Devil505 <devil505linux at gmail.com> Date: Wed Oct 13 10:25:34 2010 +0200 gpredict-1.2-1-i686 * version bump * fixing up2date diff --git a/source/xapps-extra/gpredict/FrugalBuild b/source/xapps-extra/gpredict/FrugalBuild index 9fe4b67..a897879 100644 --- a/source/xapps-extra/gpredict/FrugalBuild +++ b/source/xapps-extra/gpredict/FrugalBuild @@ -2,29 +2,27 @@ # Maintainer: devil505 <devil505linux at gmail.com> pkgname=gpredict -pkgver=0.9.0 -pkgrel=4 +pkgver=1.2 +pkgrel=1 pkgdesc="Gpredict is a program for satellite tracking." -_F_sourceforge_dirname="groundstation" Finclude sourceforge -depends=('grig>=0.7.2-3' 'curl>=7.19.0') -makedepends=('perl-xml-parser') +depends=('grig>=0.7.2-3' 'curl>=7.19.0' 'goocanvas') +makedepends=('perl-xml-parser' 'intltool') options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('3b0b7f45136da7a3f76ab4c0af16a4908edfd85c') +sha1sums=('adea56e41af7c3f40c64203457f385993acb21c5') _F_desktop_name="GPredict" -_F_desktop_desc="Satellite Tracking/Prediction Program" -_F_desktop_icon="/usr/share/pixmaps/gpredict/icons/gpredict-antenna.png" +_F_desktop_desc="Real-time satellite tracking and orbit prediction" +_F_desktop_icon="/usr/share/pixmaps/gpredict/icons/gpredict-icon.png" _F_desktop_categories="Network;HamRadio;" build() { Fcd - sed -i '/DISABLE_DEPRECATED/ d' goocanv8/src/Makefile.{am,in} || Fdie - Fbuild - Fdesktop2 + Fbuild + Fdesktop2 } # optimization OK From bouleetbil at frogdev.info Wed Oct 13 10:53:47 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 10:53:47 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtksourceview3-2.91.0-1-i686 *new package Message-ID: <20101013085347.79981132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5b5d6d718291ac8510a74c1bb107f6debc75019c commit 5b5d6d718291ac8510a74c1bb107f6debc75019c Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 10:56:29 2010 +0000 gtksourceview3-2.91.0-1-i686 *new package diff --git a/source/gnome/gtksourceview3/FrugalBuild b/source/gnome/gtksourceview3/FrugalBuild new file mode 100644 index 0000000..dbb8320 --- /dev/null +++ b/source/gnome/gtksourceview3/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling time: 0.19 SBU +# Maintainer: bouleetbil <bouleetbil at frogdev.info> + +pkgname=gtksourceview3 +_F_gnome_name="gtksourceview" +pkgver=2.91.0 +pkgrel=1 +pkgdesc="A text widget adding syntax highlighting and more to GNOME" +depends=('gtk+3') +makedepends=('intltool' 'gtk-doc' 'libglade3' 'gobject-introspection') +groups=('gnome' 'gnome-minimal') +archs=('i686' 'x86_64' 'ppc') +Finclude gnome +_F_cd_path="$_F_gnome_name-$pkgver" +sha1sums=('2a05f0bb99d7c8b60a646d99bf3f79d9a17df460') + +build() { + Fbuild --enable-gtk-doc --enable-glade-catalog + Frm usr/share/gtksourceview-3.0/language-specs/boo.lang +} + +# optimization OK From bouleetbil at frogdev.info Wed Oct 13 10:55:55 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 10:55:55 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtksourceview-2.10.5-1-i686 *block up2date Message-ID: <20101013085555.21D33132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=93854bd40fd89a1007ac49e8ddde10902e380219 commit 93854bd40fd89a1007ac49e8ddde10902e380219 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 10:58:41 2010 +0000 gtksourceview-2.10.5-1-i686 *block up2date diff --git a/source/gnome/gtksourceview/FrugalBuild b/source/gnome/gtksourceview/FrugalBuild index b08c148..45a3f8f 100644 --- a/source/gnome/gtksourceview/FrugalBuild +++ b/source/gnome/gtksourceview/FrugalBuild @@ -11,6 +11,9 @@ groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') Finclude gnome source=(${source[@]} frugalbuild.lang) +#block up2date +#DON'T BUMP IT !!! +up2date=$pkgver build() { Fbuild --enable-gtk-doc --enable-glade-catalog From bouleetbil at frogdev.info Wed Oct 13 11:18:06 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 11:18:06 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+2-engines-equinox *move to extra Message-ID: <20101013091806.4C57E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=7dbabd71b6c94f783a0bb8b10f81d9e94d6bf6c7 commit 7dbabd71b6c94f783a0bb8b10f81d9e94d6bf6c7 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 11:01:09 2010 +0000 gtk+2-engines-equinox *move to extra diff --git a/source/gnome/gtk+2-engines-equinox/FrugalBuild b/source/gnome-extra/gtk+2-engines-equinox/FrugalBuild similarity index 95% rename from source/gnome/gtk+2-engines-equinox/FrugalBuild rename to source/gnome-extra/gtk+2-engines-equinox/FrugalBuild index cffc5f2..90031fb 100644 --- a/source/gnome/gtk+2-engines-equinox/FrugalBuild +++ b/source/gnome-extra/gtk+2-engines-equinox/FrugalBuild @@ -3,13 +3,13 @@ pkgname=gtk+2-engines-equinox pkgver=1.30 -pkgrel=2 +pkgrel=3 pkgdesc="A heavily modified version of the beautiful Aurora engine" url="http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881" depends=('gtk+2>=2.20.1-1' 'cairo>=1.8.10-2' 'zlib' 'libxext' 'libxfixes' 'libgcc') makedepends=('pkgconfig') options=('scriptlet') -groups=('gnome') +groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') up2date="$pkgver" source=(http://gnome-look.org/CONTENT/content-files/121881-equinox-${pkgver}.tar.bz2) From bouleetbil at frogdev.info Wed Oct 13 11:18:06 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 11:18:06 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+2-engines-murrine *move to extra Message-ID: <20101013091806.5E35A132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1613a0d722c3dc1ca3f3ae135e09057530c0cfc8 commit 1613a0d722c3dc1ca3f3ae135e09057530c0cfc8 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 11:02:43 2010 +0000 gtk+2-engines-murrine *move to extra diff --git a/source/gnome/gtk+2-engines-murrine/FrugalBuild b/source/gnome-extra/gtk+2-engines-murrine/FrugalBuild similarity index 99% rename from source/gnome/gtk+2-engines-murrine/FrugalBuild rename to source/gnome-extra/gtk+2-engines-murrine/FrugalBuild index fe3a84c..2b354a5 100644 --- a/source/gnome/gtk+2-engines-murrine/FrugalBuild +++ b/source/gnome-extra/gtk+2-engines-murrine/FrugalBuild @@ -5,12 +5,12 @@ pkgname=gtk+2-engines-murrine pkgver=0.90.3 _F_gnome_name="murrine" Finclude gnome -pkgrel=5 +pkgrel=6 dlurl="http://www.gnome-look.org/CONTENT/content-files/" pkgdesc="Murrine is a fast and modern looking GTK+2 engine." depends=('gtk+2>=2.20.0-2' 'gtk+2-engines' 'gnome-icon-theme') makedepends=('intltool') -groups=('gnome') +groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') source=(ftp://frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2 \ 'http://cimi.netsons.org/media/download_gallery/MurrineThemePack.tar.bz2' \ From bouleetbil at frogdev.info Wed Oct 13 11:18:06 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 11:18:06 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtksourceview *move to extra Message-ID: <20101013091806.69F27132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e1525306097959d2e5f3da296c33051942043ecb commit e1525306097959d2e5f3da296c33051942043ecb Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 11:04:19 2010 +0000 gtksourceview *move to extra diff --git a/source/gnome/gtksourceview/FrugalBuild b/source/gnome-extra/gtksourceview/FrugalBuild similarity index 94% rename from source/gnome/gtksourceview/FrugalBuild rename to source/gnome-extra/gtksourceview/FrugalBuild index 45a3f8f..96c52bd 100644 --- a/source/gnome/gtksourceview/FrugalBuild +++ b/source/gnome-extra/gtksourceview/FrugalBuild @@ -3,11 +3,11 @@ pkgname=gtksourceview pkgver=2.10.5 -pkgrel=1 +pkgrel=2 pkgdesc="A text widget adding syntax highlighting and more to GNOME" depends=('gtk+2') makedepends=('intltool' 'gtk-doc' 'libglade3') -groups=('gnome' 'gnome-minimal') +groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') Finclude gnome source=(${source[@]} frugalbuild.lang) diff --git a/source/gnome/gtksourceview/frugalbuild.lang b/source/gnome-extra/gtksourceview/frugalbuild.lang similarity index 100% rename from source/gnome/gtksourceview/frugalbuild.lang rename to source/gnome-extra/gtksourceview/frugalbuild.lang From bouleetbil at frogdev.info Wed Oct 13 11:18:06 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 11:18:06 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtkhtml *move to extra Message-ID: <20101013091806.725A5132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=4632768aa6004da66fd4ad8c284600209415195b commit 4632768aa6004da66fd4ad8c284600209415195b Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 11:05:42 2010 +0000 gtkhtml *move to extra diff --git a/source/gnome/gtkhtml/FrugalBuild b/source/gnome-extra/gtkhtml/FrugalBuild similarity index 94% rename from source/gnome/gtkhtml/FrugalBuild rename to source/gnome-extra/gtkhtml/FrugalBuild index 9e8a6e1..a13978a 100644 --- a/source/gnome/gtkhtml/FrugalBuild +++ b/source/gnome-extra/gtkhtml/FrugalBuild @@ -3,13 +3,13 @@ pkgname=gtkhtml pkgver=3.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="A lightweight HTML rendering/printing/editing engine" depends=('libgnomeui>=2.24.0' 'gtk+2' \ 'libsoup>=2.32.0' 'gnome-icon-theme>=2.30.0' \ 'libbonobo>=2.32.0' 'enchant' 'iso-codes') makedepends=('intltool') -groups=('gnome' 'gnome-minimal') +groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') Finclude gnome sha1sums=('0f011a8b201fbef01c0959a929bade27a3ed4bcb') From bouleetbil at frogdev.info Wed Oct 13 11:18:06 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 11:18:06 +0200 (CEST) Subject: [Frugalware-git] gnometesting: at-spi2-atk-1.91.0-1-i686 Message-ID: <20101013091806.7C2A0132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ea1ae0f978293621a9cc7fb8a85a07fdeb3f1af6 commit ea1ae0f978293621a9cc7fb8a85a07fdeb3f1af6 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 11:20:49 2010 +0000 at-spi2-atk-1.91.0-1-i686 *Version bump diff --git a/source/gnome/at-spi2-atk/FrugalBuild b/source/gnome/at-spi2-atk/FrugalBuild index bcff20c..f70bb22 100644 --- a/source/gnome/at-spi2-atk/FrugalBuild +++ b/source/gnome/at-spi2-atk/FrugalBuild @@ -2,16 +2,16 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=at-spi2-atk -pkgver=0.4.0 +pkgver=1.91.0 pkgrel=1 pkgdesc="Gnome Accessibility Toolkit" -depends=('atk' 'dbus-glib' 'gconf' 'gtk+2') +depends=('atk' 'dbus-glib' 'gconf' 'gtk+3') makedepends=('perl-xml-parser' 'intltool') groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_schemas=('/etc/gconf/schemas/at-spi2.schemas') Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --disable-gtk-doc" -sha1sums=('d73d8c261b862dd1eea4ace901c60f1475fa88f6') +sha1sums=('6ab18033de516a66be43423c8258999d1e0940b6') # optimization OK From bouleetbil at frogdev.info Wed Oct 13 11:28:06 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 11:28:06 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-pilot-conduits-2.32.0-1-i686 Message-ID: <20101013092806.681B1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c617ce7a63a5ce4b73eb2c76beb0ef415c69aeaf commit c617ce7a63a5ce4b73eb2c76beb0ef415c69aeaf Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 11:30:31 2010 +0000 gnome-pilot-conduits-2.32.0-1-i686 *Version bump diff --git a/source/gnome/gnome-pilot-conduits/FrugalBuild b/source/gnome/gnome-pilot-conduits/FrugalBuild index 7ef4ed2..f42e3aa 100644 --- a/source/gnome/gnome-pilot-conduits/FrugalBuild +++ b/source/gnome/gnome-pilot-conduits/FrugalBuild @@ -2,14 +2,14 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=gnome-pilot-conduits -pkgver=2.0.17 -pkgrel=4 +pkgver=2.32.0 +pkgrel=1 pkgdesc="A collection of additional conduits for gnome-pilot" url="http://www.gnome.org/" depends=('gnome-pilot>=2.0.17-4') groups=('gnome') archs=('i686' 'x86_64' 'ppc') Finclude gnome -sha1sums=('d6ed00c379a3accd192987fd1232610b603bbd52') +sha1sums=('96df189450d9ca1f9d9a9b793b2864d0724d6a66') # optimization OK From vmiklos at frugalware.org Wed Oct 13 12:37:25 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 13 Oct 2010 12:37:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: autoconf-archive-2010.08.19-1-i686 Message-ID: <20101013103725.B16F2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=05b0d97b54d8b49962743b5ec998a6129be2def0 commit 05b0d97b54d8b49962743b5ec998a6129be2def0 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Wed Oct 13 12:37:02 2010 +0200 autoconf-archive-2010.08.19-1-i686 - version bump diff --git a/source/devel-extra/autoconf-archive/FrugalBuild b/source/devel-extra/autoconf-archive/FrugalBuild index a049dbd..db984be 100644 --- a/source/devel-extra/autoconf-archive/FrugalBuild +++ b/source/devel-extra/autoconf-archive/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna <vmiklos at frugalware.org> pkgname=autoconf-archive -pkgver=2010.02.14 +pkgver=2010.08.19 pkgrel=1 pkgdesc="Aims to provide a collection of reusable Autoconf macros." url="http://autoconf-archive.cryp.to/" @@ -10,6 +10,6 @@ depends=('autoconf') groups=('devel-extra') archs=('i686' 'x86_64') up2date="Flasttar http://download.savannah.gnu.org/releases/autoconf-archive/" -source=(http://download.savannah.nongnu.org/releases/autoconf-archive/autoconf-archive-$pkgver.tar.bz2) -sha1sums=('1a6ba05d8a0a37054708ed5e0058c12ed407493b') +source=(http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-$pkgver.tar.bz2) +sha1sums=('70111d100707e09ecbdaaa4e480bdfd9031f93bf') _F_cd_path="autoconf-archive-${pkgver//_/-}" From devil505linux at gmail.com Wed Oct 13 13:31:58 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 13 Oct 2010 13:31:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lxde-common-0.5.0-5-i686 * updating artwork part Message-ID: <20101013113158.D9CBA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8831677329692b896f6950b35dab14516c23e2b5 commit 8831677329692b896f6950b35dab14516c23e2b5 Author: Devil505 <devil505linux at gmail.com> Date: Wed Oct 13 13:28:48 2010 +0200 lxde-common-0.5.0-5-i686 * updating artwork part diff --git a/source/xlib-extra/lxde-common/FrugalBuild b/source/xlib-extra/lxde-common/FrugalBuild index 27720ca..a587030 100644 --- a/source/xlib-extra/lxde-common/FrugalBuild +++ b/source/xlib-extra/lxde-common/FrugalBuild @@ -3,7 +3,7 @@ pkgname=lxde-common pkgver=0.5.0 -pkgrel=4 +pkgrel=5 pkgdesc="Common files of the LXDE Desktop" depends=('glib2' 'libx11' 'dbus') rodepends=('lxde-icon-theme') @@ -16,7 +16,7 @@ _F_sourceforge_prefix="LXDE Common " Finclude sourceforge url="http://lxde.org/" source=($source \ - http://ftp.frugalware.org/pub/other/artwork/lxde-frugalware/lxde-frugalware-0.5.2.tar.bz2 \ + http://ftp.frugalware.org/pub/other/artwork/lxde-frugalware/lxde-frugalware-0.5.3.tar.bz2 \ Fix_Session.diff lxde-common-0.5.1-Launch-dbus-in-startlxde-when-needed.patch \ lxde-common-0.5.1-Ensure-the-existance-of-the-Desktop-folder.patch \ lxde-common-0.5.1-switch-from-pcmanfm-to-pcmanfm2.patch \ @@ -24,7 +24,7 @@ source=($source \ lxde-common-0.5.1-Fix-config-file-of-pcmanfm2.patch \ lxde-frugalware-theme.diff) sha1sums=('01a95b9f125616a0f195de4bef7255452b86d1e9' \ - '3843e7690f0b81da686f4670c6c555c4bc580797' \ + '34004dc2663f05556efb294d8e1228c55f8e921c' \ 'db00750b7a899e77ef0ea75ae4484e2fa98a6d90' \ '68658521b3efdb024073f3ae6c9c23a6dad6bf1c' \ 'bc9f62f79dbe6222c4e9f5d28b98146fe1272a3b' \ @@ -45,11 +45,11 @@ build() { #frugalware theme cd .. || Fdie #background - Fcprel frugalware.png usr/share/lxde/wallpapers/frugalware.png - Fcprel frugalware_wide.png usr/share/lxde/wallpapers/frugalware_wide.png + Fcprel lxde-frugalware/frugalware.png usr/share/lxde/wallpapers/frugalware.png + Fcprel lxde-frugalware/frugalware_wide.png usr/share/lxde/wallpapers/frugalware_wide.png #menu launcher Fmkdir usr/share/lxpanel/images - Fcprel lxde-fw.png usr/share/lxpanel/images/lxde-fw.png + Fcprel lxde-frugalware/lxde-fw.png usr/share/lxpanel/images/lxde-fw.png } # optimization OK From bouleetbil at frogdev.info Wed Oct 13 13:43:39 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 13:43:39 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-power-manager-2.91.1-1-i686 Message-ID: <20101013114339.54320132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=0b738bbdbf14466eef715e59704e02bd139040b9 commit 0b738bbdbf14466eef715e59704e02bd139040b9 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 13:46:27 2010 +0000 gnome-power-manager-2.91.1-1-i686 *Version bump diff --git a/source/gnome/gnome-power-manager/FrugalBuild b/source/gnome/gnome-power-manager/FrugalBuild index 5246607..e903c23 100644 --- a/source/gnome/gnome-power-manager/FrugalBuild +++ b/source/gnome/gnome-power-manager/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=gnome-power-manager -pkgver=2.32.0 +pkgver=2.91.1 pkgrel=1 pkgdesc="GNOME Power Management tool" url="http://www.gnome.org/" depends=('libnotify>=0.4.4' 'hal>=0.5.11' 'dbus-glib>=0.80' 'xextproto' 'libgnome>=2.30.0' \ - 'libglade' 'libwnck>=2.30.0' 'gnome-panel>=2.32.0' 'gnome-keyring>=2.32.0' 'gstreamer' \ + 'libglade' 'libwnck>=2.30.0' 'gnome-keyring>=2.32.0' 'gstreamer' 'gnome-control-center>=2.90.0' \ 'upower' 'udisks' 'gnome-policykit' 'libcanberra-gtk' 'unique' 'pm-utils') makedepends=('intltool' 'gnome-doc-utils') groups=('gnome' 'gnome-minimal') @@ -17,18 +17,7 @@ _F_gnome_scrollkeeper=y _F_gnome_desktop=y _F_gnome_iconcache=y Finclude gnome gnome-scriptlet -Fconfopts="$Fconfopts --enable-applets --enable-keyring --enable-policykit" -sha1sums=('829d65addba1dc3a7e91ebb871525dc16223a082') - -build() { - Fcd - Fpatchall - Fautoreconf - Fsed 'xsltproc' 'xsltproc --nonet' help/Makefile.in - Fmake - Fmakeinstall - Fbuild_slice_scrollkeeper - Fbuild_gnome_scriptlet -} +Fconfopts="$Fconfopts --enable-keyring --enable-policykit" +sha1sums=('16530121c205218a6eab900d21f12f29c2dc979b') # optimization OK From bouleetbil at frogdev.info Wed Oct 13 13:45:37 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 13:45:37 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-power-manager-2.91.1-2-i686 *use glib schemas Message-ID: <20101013114537.958D9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=426fa97d988998bedd2aecde7a90af448569fd3c commit 426fa97d988998bedd2aecde7a90af448569fd3c Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 13:48:19 2010 +0000 gnome-power-manager-2.91.1-2-i686 *use glib schemas diff --git a/source/gnome/gnome-power-manager/FrugalBuild b/source/gnome/gnome-power-manager/FrugalBuild index e903c23..c5f5f89 100644 --- a/source/gnome/gnome-power-manager/FrugalBuild +++ b/source/gnome/gnome-power-manager/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-power-manager pkgver=2.91.1 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME Power Management tool" url="http://www.gnome.org/" depends=('libnotify>=0.4.4' 'hal>=0.5.11' 'dbus-glib>=0.80' 'xextproto' 'libgnome>=2.30.0' \ @@ -12,7 +12,7 @@ depends=('libnotify>=0.4.4' 'hal>=0.5.11' 'dbus-glib>=0.80' 'xextproto' 'libgnom makedepends=('intltool' 'gnome-doc-utils') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') -_F_gnome_schemas=('/etc/gconf/schemas/gnome-power-manager.schemas') +_F_gnome_glib="y" _F_gnome_scrollkeeper=y _F_gnome_desktop=y _F_gnome_iconcache=y From bouleetbil at frogdev.info Wed Oct 13 13:58:25 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 13:58:25 +0200 (CEST) Subject: [Frugalware-git] gnometesting: Merge branch 'master' of git.frugalware.org:/home/ftp/pub/other/people/bouleetbil/gnometesting Message-ID: <20101013115825.286E9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e4f1707cbe762134e3a2df72ef5a549205f20d75 commit e4f1707cbe762134e3a2df72ef5a549205f20d75 Merge: 1a4ab37 426fa97 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 13:56:39 2010 +0200 Merge branch 'master' of git.frugalware.org:/home/ftp/pub/other/people/bouleetbil/gnometesting From bouleetbil at frogdev.info Wed Oct 13 14:11:33 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 14:11:33 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-applet *move to extra Message-ID: <20101013121133.834BC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=f3301c5cd8804403e24dd3f3f472cedeff083384 commit f3301c5cd8804403e24dd3f3f472cedeff083384 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 14:08:42 2010 +0200 gnome-applet *move to extra diff --git a/source/gnome/gnome-applets/FrugalBuild b/source/gnome-extra/gnome-applets/FrugalBuild similarity index 97% rename from source/gnome/gnome-applets/FrugalBuild rename to source/gnome-extra/gnome-applets/FrugalBuild index 01aabd3..41ae9a2 100644 --- a/source/gnome/gnome-applets/FrugalBuild +++ b/source/gnome-extra/gnome-applets/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-applets pkgver=2.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="Applets for use with the GNOME panel" url="http://www.gnome.org/" depends=('gail>=2.22.0' 'gnome-panel>=2.32.0' 'libgtop>=2.28.0' 'libxklavier>=5.0' 'libwnck>=2.28.0' \ @@ -11,7 +11,7 @@ depends=('gail>=2.22.0' 'gnome-panel>=2.32.0' 'libgtop>=2.28.0' 'libxklavier>=5. 'libgnomekbd>=2.32.0' 'gnome-settings-daemon' 'libgweather>=2.30.0-2') rodepends=('notification-daemon>=0.4.0') makedepends=('intltool' 'gnome-doc-utils' 'git') -groups=('gnome' 'gnome-minimal') +groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') _F_gnome_schemas=('/etc/gconf/schemas/battstat.schemas' '/etc/gconf/schemas/charpick.schemas' diff --git a/source/gnome/gnome-applets/README.Frugalware b/source/gnome-extra/gnome-applets/README.Frugalware similarity index 100% rename from source/gnome/gnome-applets/README.Frugalware rename to source/gnome-extra/gnome-applets/README.Frugalware diff --git a/source/gnome/gnome-applets/mixer_applet_powersave.patch b/source/gnome-extra/gnome-applets/mixer_applet_powersave.patch similarity index 100% rename from source/gnome/gnome-applets/mixer_applet_powersave.patch rename to source/gnome-extra/gnome-applets/mixer_applet_powersave.patch From bouleetbil at frogdev.info Wed Oct 13 14:11:33 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 14:11:33 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-desktop2-2.32.0-3-x86_64 *fixes conflicts Message-ID: <20101013121133.96F79132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a18b2a49fca68e228e7c9c93fd40af9fcd536cb7 commit a18b2a49fca68e228e7c9c93fd40af9fcd536cb7 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 14:09:45 2010 +0200 gnome-desktop2-2.32.0-3-x86_64 *fixes conflicts diff --git a/source/gnome-extra/gnome-desktop2/FrugalBuild b/source/gnome-extra/gnome-desktop2/FrugalBuild index fa8d414..d7ee836 100644 --- a/source/gnome-extra/gnome-desktop2/FrugalBuild +++ b/source/gnome-extra/gnome-desktop2/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gnome-desktop2 _F_gnome_name="gnome-desktop" pkgver=2.32.0 -pkgrel=2 +pkgrel=3 pkgdesc="The GNOME Desktop2" url="http://www.gnome.org/" depends=('gtk+2' 'startup-notification>=0.10-2' 'rarian>=0.8.0' 'gconf>=2.32.0' 'libxrandr') @@ -23,5 +23,6 @@ build() Frm usr/bin Frm usr/share/applications Frm usr/share/gnome* + Frm usr/share/omf } # optimization OK From bouleetbil at frogdev.info Wed Oct 13 14:12:55 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 14:12:55 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-extra *forgot to delete it Message-ID: <20101013121255.DBCDC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=21f5169852d4cc5cedc0d497543974a1aeab59db commit 21f5169852d4cc5cedc0d497543974a1aeab59db Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 14:10:54 2010 +0200 gnome-extra *forgot to delete it diff --git a/source/gnome-extra/librest/FrugalBuild b/source/gnome-extra/librest/FrugalBuild deleted file mode 100644 index 7abbfd2..0000000 --- a/source/gnome-extra/librest/FrugalBuild +++ /dev/null @@ -1,23 +0,0 @@ -# Compiling Time: 0.14 SBU -# Maintainer: bouleetbil <bouleetbil at frogdev.info> - -pkgname=librest -pkgver=0.6.1 -pkgrel=1 -pkgdesc="This library was designed to make it easier to access web services" -depends=('libsoup-gnome>=2.30.0' 'libxml2') -makedepends=('gtk-doc') -groups=('gnome-extra') -archs=('i686' 'x86_64' 'ppc') -url=http://moblin.org/projects/librest -up2date="Flasttar http://moblin.org/downloads/project" -source=(http://moblin.org/sites/all/files/$pkgname-$pkgver.tar.gz) -sha1sums=('5c0d898ca750e0f893d3ecb6e1f971ba09ba1dfc') - -build() { - Fcd - sh ./autogen.sh || Fdie - Fbuild -} - -# optimization OK From elentir at frugalware.org Wed Oct 13 15:27:02 2010 From: elentir at frugalware.org (Elentir) Date: Wed, 13 Oct 2010 15:27:02 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mlgmpidl-1.1-3-x86_64 Message-ID: <20101013132702.BBC5F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=27364d3965dc0e7a3fd0d1779ff539f424b3e4a0 commit 27364d3965dc0e7a3fd0d1779ff539f424b3e4a0 Author: Elentir <elentir at frugalware.org> Date: Wed Oct 13 15:14:22 2010 +0200 mlgmpidl-1.1-3-x86_64 * unset MAKEFLAGS to fix build on x86_64 diff --git a/source/lib-extra/mlgmpidl/FrugalBuild b/source/lib-extra/mlgmpidl/FrugalBuild index 0d1c0d0..d3fc83f 100644 --- a/source/lib-extra/mlgmpidl/FrugalBuild +++ b/source/lib-extra/mlgmpidl/FrugalBuild @@ -4,7 +4,7 @@ pkgname=mlgmpidl pkgver=1.1 rel_id=20228 -pkgrel=2 +pkgrel=3 pkgdesc="A package offering an interface to the GMP and MPFR libraries for OCaml" url="http://simgrid.gforge.inria.fr/" depends=('camlidl>=1.05-4' 'mpfr') @@ -16,6 +16,7 @@ source=("http://gforge.inria.fr/frs/download.php/$rel_id/$pkgname-$pkgver.tar.gz add-destdir-to-makefile.patch) sha1sums=('ef26eaa215ccedbfc20c00614f702a06d3a70420' \ 'cc4c0376f20d4456006a19c1bfd7d233b1e2676d') +unset MAKEFLAGS build() { Fcd From elentir at frugalware.org Wed Oct 13 15:35:25 2010 From: elentir at frugalware.org (Elentir) Date: Wed, 13 Oct 2010 15:35:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: socnetv-0.90-1-x86_64 Message-ID: <20101013133525.29E77132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a16c7898f4f81b2923b3407f109d6ae01a0d418c commit a16c7898f4f81b2923b3407f109d6ae01a0d418c Author: Elentir <elentir at frugalware.org> Date: Wed Oct 13 15:24:06 2010 +0200 socnetv-0.90-1-x86_64 * version bump diff --git a/source/xapps-extra/socnetv/FrugalBuild b/source/xapps-extra/socnetv/FrugalBuild index 04b33d4..bf3a62a 100644 --- a/source/xapps-extra/socnetv/FrugalBuild +++ b/source/xapps-extra/socnetv/FrugalBuild @@ -1,8 +1,8 @@ # Compiling Time: 0.30 SBU -# Maintainer: Elentir <elentir at mailoo.org> +# Maintainer: Elentir <elentir at frugalware.org> pkgname=socnetv -pkgver=0.81 +pkgver=0.90 pkgrel=1 pkgdesc="Social Networks Analysis and Visualisation" archs=('i686' 'x86_64') @@ -12,6 +12,6 @@ _F_sourceforge_name="SocNetV" _F_cd_path=$pkgname-$pkgver Finclude sourceforge Fconfopts="$Fconfopts --disable-sse" -sha1sums=('e56620cbe32c0bcbab269465372405d5c79d822d') +sha1sums=('274cace13e0ff046460656d672f4b818ea8088a3') # optimization OK From bouleetbil at frogdev.info Wed Oct 13 15:47:36 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 15:47:36 +0200 (CEST) Subject: [Frugalware-git] gnometesting: vte-0.27.0-1-i686 Message-ID: <20101013134736.0F458132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=0b149332a84dda4509a1cf302876088840dc90ab commit 0b149332a84dda4509a1cf302876088840dc90ab Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 15:50:05 2010 +0000 vte-0.27.0-1-i686 *Version bump diff --git a/source/xapps/vte/FrugalBuild b/source/xapps/vte/FrugalBuild index 57c04b1..352b74c 100644 --- a/source/xapps/vte/FrugalBuild +++ b/source/xapps/vte/FrugalBuild @@ -2,17 +2,18 @@ # Maintainer: Christian Hamar alias krix <krics at linuxforum.hu> pkgname=vte -pkgver=0.26.0 +pkgver=0.27.0 pkgrel=1 pkgdesc="Virtual Terminal Emulator" url="http://www.gnome.org/" -depends=('gtk+2>=2.22.0') +depends=('gtk+2') makedepends=('gtk-doc>=1.11' 'perl-xml-parser' 'intltool') groups=('xapps') archs=('i686' 'x86_64' 'ppc') Finclude gnome -sha1sums=('51e05fb68b498299bb95708fd5aebae8d6f71241') -Fconfopts="$Fconfopts --disable-gtk-doc" +sha1sums=('63ff8e66d4f884b2f0f9693d30ea8ab90bd68f21') +#as pygtk don't works with gtk3 should use gtk2 +Fconfopts="$Fconfopts --disable-gtk-doc --with-gtk=2.0 --enable-python" subpkgs=('vte-python') subdescs=('Python bindings for VTE') From bouleetbil at frogdev.info Wed Oct 13 16:21:00 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 16:21:00 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-terminal-2.33.0-1-i686 Message-ID: <20101013142100.43681132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=07967485334681d453f0dbffbb652b384b9c6a7f commit 07967485334681d453f0dbffbb652b384b9c6a7f Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 16:23:47 2010 +0000 gnome-terminal-2.33.0-1-i686 *Version bump diff --git a/source/gnome/gnome-terminal/FrugalBuild b/source/gnome/gnome-terminal/FrugalBuild index 3dacf1b..846a39b 100644 --- a/source/gnome/gnome-terminal/FrugalBuild +++ b/source/gnome/gnome-terminal/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=gnome-terminal -pkgver=2.32.0 -pkgrel=2 +pkgver=2.33.0 +pkgrel=1 pkgdesc="GNOME terminal emulator" url="http://www.gnome.org/" -depends=('startup-notification' 'vte>=0.26.0' 'rarian' 'gconf>=2.32.0' \ +depends=('startup-notification' 'vte>=0.27.0' 'rarian' 'gconf>=2.32.0' \ 'avahi-glib>=0.6.23' 'dbus-glib>=0.76') makedepends=('intltool' 'gnome-doc-utils>=0.20.0') groups=('gnome' 'gnome-minimal') @@ -15,7 +15,7 @@ _F_gnome_scrollkeeper="y" _F_gnome_schemas=('/etc/gconf/schemas/gnome-terminal.schemas') Finclude gnome gnome-scriptlet source=(${source[@]} 00-$pkgname-2.12.0-prompt.patch) -sha1sums=('7eb7679930fd34fd33391eb96b95a1daaa64f6dd' \ +sha1sums=('6fc8b9f444bba0226b466e7306aa9e811282fa16' \ '4c81fb467dff18f0db3cda535a3549d233b9275a') # optimization OK From elentir at frugalware.org Wed Oct 13 16:48:20 2010 From: elentir at frugalware.org (Elentir) Date: Wed, 13 Oct 2010 16:48:20 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tcpreplay-3.4.4-1-x86_64 Message-ID: <20101013144820.398C2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=07ee57d724699160ccf597def668f06a7d1f63e5 commit 07ee57d724699160ccf597def668f06a7d1f63e5 Author: Elentir <elentir at frugalware.org> Date: Wed Oct 13 16:18:37 2010 +0200 tcpreplay-3.4.4-1-x86_64 * new package diff --git a/source/network-extra/tcpreplay/FrugalBuild b/source/network-extra/tcpreplay/FrugalBuild new file mode 100644 index 0000000..c25220d --- /dev/null +++ b/source/network-extra/tcpreplay/FrugalBuild @@ -0,0 +1,15 @@ +# Compiling Time: 0.11 SBU +# Maintainer: Elentir <elentir at frugalware.org> + +pkgname=tcpreplay +pkgver=3.4.4 +pkgrel=1 +pkgdesc="Gives the ability to replay previously captured traffic in a libpcap format" +depends=('tcpdump') +groups=('network-extra') +archs=('i686' 'x86_64') +Finclude sourceforge +url="http://tcpreplay.synfin.net/" +sha1sums=('9e4cca81cfbfb919f8759e1a27ce1b3b963ff3b8') + +# optimization OK From bouleetbil at frogdev.info Wed Oct 13 17:10:55 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 17:10:55 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-desktop2-2.32.0-4-x86_64 *other conflict Message-ID: <20101013151055.5C294132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d359c2940067284d6caa49b2381176b6eec00985 commit d359c2940067284d6caa49b2381176b6eec00985 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 17:08:58 2010 +0200 gnome-desktop2-2.32.0-4-x86_64 *other conflict diff --git a/source/gnome-extra/gnome-desktop2/FrugalBuild b/source/gnome-extra/gnome-desktop2/FrugalBuild index d7ee836..4f19663 100644 --- a/source/gnome-extra/gnome-desktop2/FrugalBuild +++ b/source/gnome-extra/gnome-desktop2/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gnome-desktop2 _F_gnome_name="gnome-desktop" pkgver=2.32.0 -pkgrel=3 +pkgrel=4 pkgdesc="The GNOME Desktop2" url="http://www.gnome.org/" depends=('gtk+2' 'startup-notification>=0.10-2' 'rarian>=0.8.0' 'gconf>=2.32.0' 'libxrandr') @@ -24,5 +24,6 @@ build() Frm usr/share/applications Frm usr/share/gnome* Frm usr/share/omf + Frm usr/share/man/man1/gnome-about } # optimization OK From elentir at frugalware.org Wed Oct 13 18:15:48 2010 From: elentir at frugalware.org (Elentir) Date: Wed, 13 Oct 2010 18:15:48 +0200 (CEST) Subject: [Frugalware-git] fwife: updates for 0.6.4 Message-ID: <20101013161548.4DA35132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwife.git;a=commitdiff;h=e3627a7de45b6eca76232664b752e1ba42a6555e commit e3627a7de45b6eca76232664b752e1ba42a6555e Author: Elentir <elentir at frugalware.org> Date: Wed Oct 13 17:53:41 2010 +0200 updates for 0.6.4 diff --git a/ChangeLog b/ChangeLog index b1fbe18..84ef7cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,12 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.6.4 - add user to common user groups when creating a new user + - fix some locale package selection in basic mode 0.6.3 - fix lxdm path in sysconfig/desktop file generation - fix a bug with tr_TR locales 0.6.2 - remove xorg.conf configuration (useless in new xorg) - add turkish support - - fix some i18n bugs + - fix some i18n bugs 0.6.1 - desktop manager : fix kdm detection, add lxdm support - reduce log level (so package db loading is a bit faster) - locales and gnome are selected properly in basic package selection diff --git a/README b/README index c224d94..6009082 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Fwife : Frugalware Installer Frontend Readme --> Fwife 0.6.3 +-> Fwife 0.6.4 This version only support netinstall. diff --git a/configure.ac b/configure.ac index 26f88f6..8b010d2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ENV_CFLAGS=$CFLAGS AC_PREREQ([2.63]) -AC_INIT([Fwife], 0.6.3, [elentir at frugalware.org], fwife) +AC_INIT([Fwife], 0.6.4, [elentir at frugalware.org], fwife) AC_CONFIG_SRCDIR([src/fwife.c]) AC_LANG(C) AC_CONFIG_HEADERS([config.h]) From elentir at frugalware.org Wed Oct 13 18:30:58 2010 From: elentir at frugalware.org (Elentir) Date: Wed, 13 Oct 2010 18:30:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: fwife-0.6.4-1-x86_64 Message-ID: <20101013163058.6FBE1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5cdd2145ba8d6889a14fc43a242f3a384be97cab commit 5cdd2145ba8d6889a14fc43a242f3a384be97cab Author: Elentir <elentir at frugalware.org> Date: Wed Oct 13 18:19:25 2010 +0200 fwife-0.6.4-1-x86_64 * version bump diff --git a/source/xapps-extra/fwife/FrugalBuild b/source/xapps-extra/fwife/FrugalBuild index f4f4a85..fd994cc 100644 --- a/source/xapps-extra/fwife/FrugalBuild +++ b/source/xapps-extra/fwife/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Elentir <elentir at frugalware.org> pkgname=fwife -pkgver=0.6.3 +pkgver=0.6.4 pkgrel=1 pkgdesc="Gtk GUI Installer for Frugalware" url="http://ftp.frugalware.org/pub/other/$pkgname/" @@ -12,7 +12,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') source=($url/$pkgname-$pkgver.tar.gz) up2date="Flasttar $url" -sha1sums=('bc46eada4116141dbe8247342cd768fca1caec84') +sha1sums=('6991f3150834b343d94ae42c3aca3ae58b793b53') unset MAKEFLAGS subpkgs=("$pkgname-minimal") From bouleetbil at frogdev.info Wed Oct 13 18:35:09 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 18:35:09 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-desktop2-2.32.0-5-x86_64 *typo fix Message-ID: <20101013163509.1B01F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=100671f06f7a2daad1f17d1dc2c8835c17c09b64 commit 100671f06f7a2daad1f17d1dc2c8835c17c09b64 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 18:33:19 2010 +0200 gnome-desktop2-2.32.0-5-x86_64 *typo fix diff --git a/source/gnome-extra/gnome-desktop2/FrugalBuild b/source/gnome-extra/gnome-desktop2/FrugalBuild index 4f19663..2f5c8bd 100644 --- a/source/gnome-extra/gnome-desktop2/FrugalBuild +++ b/source/gnome-extra/gnome-desktop2/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gnome-desktop2 _F_gnome_name="gnome-desktop" pkgver=2.32.0 -pkgrel=4 +pkgrel=5 pkgdesc="The GNOME Desktop2" url="http://www.gnome.org/" depends=('gtk+2' 'startup-notification>=0.10-2' 'rarian>=0.8.0' 'gconf>=2.32.0' 'libxrandr') @@ -24,6 +24,6 @@ build() Frm usr/share/applications Frm usr/share/gnome* Frm usr/share/omf - Frm usr/share/man/man1/gnome-about + Frm usr/share/man/man1/gnome-about.* } # optimization OK From elentir at frugalware.org Wed Oct 13 18:43:59 2010 From: elentir at frugalware.org (Elentir) Date: Wed, 13 Oct 2010 18:43:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: qtiplot-0.9.8.3-1-i686 Message-ID: <20101013164359.2AA3F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0bbbb142c10df0336f06774127fc9e332f9dadf2 commit 0bbbb142c10df0336f06774127fc9e332f9dadf2 Author: Elentir <elentir at frugalware.org> Date: Wed Oct 13 18:42:23 2010 +0200 qtiplot-0.9.8.3-1-i686 * version bump diff --git a/source/xapps-extra/qtiplot/FrugalBuild b/source/xapps-extra/qtiplot/FrugalBuild index a18a28a..148ec58 100644 --- a/source/xapps-extra/qtiplot/FrugalBuild +++ b/source/xapps-extra/qtiplot/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Elentir <elentir at frugalware.org> pkgname=qtiplot -pkgver=0.9.8.2 +pkgver=0.9.8.3 pkgrel=1 pkgdesc="QtiPlot is a professional scientific data analysis and visualisation solution" depends=('libboost-mt>=1.39.0' 'pyqt4' 'muparser' 'gsl' 'libglu' 'libqtassistantclient' 'libglu' 'libqt3support' 'libqtopengl') @@ -16,14 +16,17 @@ _F_desktop_icon="qtiplot.png" _F_desktop_name="Qtiplot" _F_desktop_categories="Qt;Education;Science;" _F_desktop_mimetypes="application/x-qtiplot-project;application/x-qtiplot-project-compressed;application/x-qtiplot-project-backup" -source=($source build.conf qtiplot.xml) +source=($source build.conf qtiplot.xml \ + http://download.berlios.de/qtiplot/QTeXEngine-0.2-opensource.zip) up2date="Flasttar http://soft.proindependent.com/download.html" -sha1sums=('dd8d1003cee8767d4ba9e616e5263da1302c290d' \ - '145f86a395e9e69783896e813fa351bb9dee9d19' \ - '285f57d865956d93250ec548288c5bface096b6b') +sha1sums=('e5ffdd25f1f69611f3f39a0b22e8c23959ab51e1' \ + 'c4b7d496212ac5b14d24fb436d80ca2aa477e22c' \ + '285f57d865956d93250ec548288c5bface096b6b' \ + 'b484a4da7a0f3103e188539bfa6c1910dc9b55ca') build() { Fcd + cp -a ../QTeXEngine ./3rdparty/ || Fdie cp ../build.conf ./ || Fdie cd ./3rdparty/qwt || Fdie @@ -33,7 +36,11 @@ build() { cd ../qwtplot3d || Fdie qmake || Fdie make || Fdie - + + cd ../QTeXEngine || Fdie + qmake || Fdie + make || Fdie + cd ../../qtiplot || Fdie ## fix some path Fsed "pythonconfig.path = /usr/local/qtiplot" "pythonconfig.path = /usr/share/qtiplot" qtiplot.pro @@ -50,7 +57,7 @@ build() { Fdesktop2 ## fix doc - Frm usr/share/doc/qtiplot-0.9.8.2manual + Frm usr/share/doc/qtiplot-${pkgver}manual Frm usr/share/doc/qtiplot Fdoc $_F_cd_path/gpl_licence.txt } diff --git a/source/xapps-extra/qtiplot/build.conf b/source/xapps-extra/qtiplot/build.conf index f05f58e..cad0658 100755 --- a/source/xapps-extra/qtiplot/build.conf +++ b/source/xapps-extra/qtiplot/build.conf @@ -12,6 +12,13 @@ SYS_INCLUDEPATH = /usr/include SYS_LIBS = -L/usr/lib ########################################################## +## zlib (http://www.zlib.net/) +########################################################## + +# include path. leave it blank to use SYS_INCLUDE +#ZLIB_INCLUDEPATH = $$QTI_ROOT/3rdparty/zlib/ + +########################################################## ## muParser (http://muparser.sourceforge.net/) ########################################################## @@ -35,20 +42,6 @@ MUPARSER_LIBS = -lmuparser GSL_LIBS = -lgsl -lgslcblas ########################################################## -## Boost libraries (http://www.boost.org/) -########################################################## - -# include path. leave it blank to use SYS_INCLUDE -BOOST_INCLUDEPATH = /usr/include/boost -# link statically against a copy in 3rdparty/ -#unix: BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-gcc43-mt-1_38.a \ -# $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-gcc43-mt-1_38.a -#win32:BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-mgw34-mt.lib \ -# $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-mgw34-mt.lib -# or dynamically against a system-wide installation -BOOST_LIBS = -lboost_date_time-mt -lboost_thread-mt - -########################################################## ## QWT - use local copy till upstream catches up # http://qwt.sourceforge.net/index.html ########################################################## @@ -70,14 +63,40 @@ QWT3D_INCLUDEPATH = $$QTI_ROOT/3rdparty/qwtplot3d/include unix:QWT3D_LIBS = $$QTI_ROOT/3rdparty/qwtplot3d/lib/libqwtplot3d.a ########################################################## -## ExcelFormat - optional. you don't have to set these variables -##(http://www.codeproject.com/KB/office/ExcelFormat.aspx) +## Boost libraries (http://www.boost.org/) - optional ########################################################## +# include path. leave it blank to use SYS_INCLUDE +#BOOST_INCLUDEPATH = $$QTI_ROOT/3rdparty/boost +# link statically against a copy in 3rdparty/ +#unix: BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time.a \ +# $$QTI_ROOT/3rdparty/boost/lib/libboost_thread.a +#win32:BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-mgw34-mt.lib \ +# $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-mgw34-mt.lib +# or dynamically against a system-wide installation +BOOST_LIBS = -lboost_date_time-mt -lboost_thread-mt + +########################################################## +## liborigin2 - optional. you don't have to set these variables +# http://soft.proindependent.com/liborigin2/ +########################################################## + +# include path. leave it blank to use SYS_INCLUDE +#LIBORIGIN_INCLUDEPATH = $$QTI_ROOT/3rdparty/liborigin2 +# link statically against a copy in 3rdparty/ +#LIBORIGIN_LIBS = $$QTI_ROOT/3rdparty/liborigin2/liborigin2.a + +########################################################### +## libxls - optional. you don't have to set these variables +# http://libxls.sourceforge.net/ +########################################################### + # include path. -# XLS_INCLUDEPATH = $$QTI_ROOT/3rdparty/ExcelFormat/ +#XLS_INCLUDEPATH = $$QTI_ROOT/3rdparty/libxls/include/ +#XLS_INCLUDEPATH = $$QTI_ROOT/3rdparty/ExcelFormat/ # link locally against a copy in 3rdparty/ -# XLS_LIBS = $$QTI_ROOT/3rdparty/ExcelFormat/lib/libExcelFormat.a +#XLS_LIBS = $$QTI_ROOT/3rdparty/libxls/lib/libxlsreader.a +#XLS_LIBS = $$QTI_ROOT/3rdparty/ExcelFormat/lib/libExcelFormat.a ########################################################### ## QuaZIP - optional. you don't have to set these variables @@ -111,6 +130,26 @@ LIBPNG_LIBS = -lpng #EMF_ENGINE_LIBS = $$QTI_ROOT/3rdparty/EmfEngine/libEmfEngine.a ########################################################## +## QTeXEngine - optional. you don't have to set these variables +# http://soft.proindependent.com/qtexengine/ +########################################################## + +# include path. +TEX_ENGINE_INCLUDEPATH = $$QTI_ROOT/3rdparty/QTeXEngine/src +# link locally against a copy in 3rdparty/ +TEX_ENGINE_LIBS = $$QTI_ROOT/3rdparty/QTeXEngine/libQTeXEngine.a + +########################################################## +## ALGLIB (2.6) - optional. you don't have to set these variables +# http://www.alglib.net/ +########################################################## + +# include path. +#ALGLIB_INCLUDEPATH = $$QTI_ROOT/3rdparty/alglib/ +# link locally against a copy in 3rdparty/ +#ALGLIB_LIBS = $$QTI_ROOT/3rdparty/alglib/libalglib.a + +########################################################## ## python - only used if python is needed ########################################################## @@ -140,15 +179,12 @@ contains( TARGET, qtiplot ) { #DEFINES += QTIPLOT_DEMO - # Comment the following lines to disable donations start-up message. - #DEFINES += QTIPLOT_SUPPORT - # Uncomment the following line if you want to perform a custom installation using the *.path variables defined in ./qtiplot.pro. CONFIG += CustomInstall # Uncomment the following line if you want to build QtiPlot as a browser plugin (not working on Internet Explorer). #CONFIG += BrowserPlugin - + CONFIG += release #CONFIG += debug #win32: CONFIG += console From bouleetbil at frogdev.info Wed Oct 13 18:56:24 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 18:56:24 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-applets-2.32.0-3-x86_64 *forgot pkgrel++ Message-ID: <20101013165624.C5BA5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=fe0502c09884bc3b110bba3fa17a90a0cfad1884 commit fe0502c09884bc3b110bba3fa17a90a0cfad1884 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 18:53:09 2010 +0200 gnome-applets-2.32.0-3-x86_64 *forgot pkgrel++ diff --git a/source/gnome-extra/gnome-applets/FrugalBuild b/source/gnome-extra/gnome-applets/FrugalBuild index 41ae9a2..e547aeb 100644 --- a/source/gnome-extra/gnome-applets/FrugalBuild +++ b/source/gnome-extra/gnome-applets/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-applets pkgver=2.32.0 -pkgrel=2 +pkgrel=3 pkgdesc="Applets for use with the GNOME panel" url="http://www.gnome.org/" depends=('gail>=2.22.0' 'gnome-panel>=2.32.0' 'libgtop>=2.28.0' 'libxklavier>=5.0' 'libwnck>=2.28.0' \ From elentir at frugalware.org Wed Oct 13 19:06:46 2010 From: elentir at frugalware.org (Elentir) Date: Wed, 13 Oct 2010 19:06:46 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: qtiplot-0.9.8.3-1-i686 Message-ID: <20101013170646.965EA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a3a9958c224068bfe4db3440fc629eea66ab88b6 commit a3a9958c224068bfe4db3440fc629eea66ab88b6 Author: Elentir <elentir at frugalware.org> Date: Wed Oct 13 19:05:47 2010 +0200 qtiplot-0.9.8.3-1-i686 * fix sha1sum diff --git a/source/xapps-extra/qtiplot/FrugalBuild b/source/xapps-extra/qtiplot/FrugalBuild index 148ec58..696e307 100644 --- a/source/xapps-extra/qtiplot/FrugalBuild +++ b/source/xapps-extra/qtiplot/FrugalBuild @@ -20,7 +20,7 @@ source=($source build.conf qtiplot.xml \ http://download.berlios.de/qtiplot/QTeXEngine-0.2-opensource.zip) up2date="Flasttar http://soft.proindependent.com/download.html" sha1sums=('e5ffdd25f1f69611f3f39a0b22e8c23959ab51e1' \ - 'c4b7d496212ac5b14d24fb436d80ca2aa477e22c' \ + 'db5d65a0e368875b38713060295954c680aa2da4' \ '285f57d865956d93250ec548288c5bface096b6b' \ 'b484a4da7a0f3103e188539bfa6c1910dc9b55ca') From bouleetbil at frogdev.info Wed Oct 13 19:26:44 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 19:26:44 +0200 (CEST) Subject: [Frugalware-git] gnometesting: clutter-gtk-0.91.2-1-x86_64 *version bump *now use gtk3 Message-ID: <20101013172644.8CAA2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2a3a7d7146f68e4364c5e85bb00ed927b7389b91 commit 2a3a7d7146f68e4364c5e85bb00ed927b7389b91 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 19:24:41 2010 +0200 clutter-gtk-0.91.2-1-x86_64 *version bump *now use gtk3 diff --git a/source/xlib/clutter-gtk/FrugalBuild b/source/xlib/clutter-gtk/FrugalBuild index 8f67978..49d75c4 100644 --- a/source/xlib/clutter-gtk/FrugalBuild +++ b/source/xlib/clutter-gtk/FrugalBuild @@ -3,16 +3,16 @@ # Contributor: Devil505 <devil505linux at gmail.com> pkgname=clutter-gtk -pkgver=0.10.8 +pkgver=0.91.2 pkgrel=1 pkgdesc="Gtk+ libraries for Clutter." url="http://www.clutter-project.org" depends=('clutter>=1.2.4-2' 'atk' 'pango>=1.28.0-2' \ 'zlib' 'libxi' 'libxinerama' 'libxrandr>=1.3.0' \ - 'libxcursor' 'libxxf86vm' 'libdrm') + 'libxcursor' 'libxxf86vm' 'libdrm' 'gtk+3') Finclude clutter groups=('xlib') -sha1sums=('783b7fa0e826a18ed22d4c2723ba83c740c3a8fa') +sha1sums=('6d408b76aec0a437945f9eef252ab6ebe999bcaf') # optimization OK From boobaa at frugalware.org Wed Oct 13 19:36:57 2010 From: boobaa at frugalware.org (CSÉCSY László) Date: Wed, 13 Oct 2010 19:36:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: drupal6-comment_notify-6.x_1.5-1-i686 version bump Message-ID: <20101013173657.809AE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b6421927bf3b6aabf26b4206ed31ff3290fce39d commit b6421927bf3b6aabf26b4206ed31ff3290fce39d Author: CS??CSY L??szl?? <boobaa at frugalware.org> Date: Wed Oct 13 19:36:31 2010 +0200 drupal6-comment_notify-6.x_1.5-1-i686 version bump diff --git a/source/network-extra/drupal6-comment_notify/FrugalBuild b/source/network-extra/drupal6-comment_notify/FrugalBuild index ab2cc1e..a6e39a2 100644 --- a/source/network-extra/drupal6-comment_notify/FrugalBuild +++ b/source/network-extra/drupal6-comment_notify/FrugalBuild @@ -3,8 +3,8 @@ _F_drupal_module=comment_notify _F_drupal_ver=6.x -pkgver=6.x_1.4 +pkgver=6.x_1.5 pkgrel=1 pkgdesc="Sends notification e-mails to visitors about new comments on Drupal pages where they have commented" Finclude drupal -sha1sums=('970824e265ec3ff11431e409d020ea300f61879c') +sha1sums=('42c2cb9171575a055143ffdb4417c06af15a1fe3') From boobaa at frugalware.org Wed Oct 13 19:44:10 2010 From: boobaa at frugalware.org (CSÉCSY László) Date: Wed, 13 Oct 2010 19:44:10 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: wireshark-1.4.1-1-i686 version bump closes #4347 in -current Message-ID: <20101013174410.8B19D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7c6f9ef9c02aaba5ab0dd041c9189749d0b7a401 commit 7c6f9ef9c02aaba5ab0dd041c9189749d0b7a401 Author: CS??CSY L??szl?? <boobaa at frugalware.org> Date: Wed Oct 13 19:43:45 2010 +0200 wireshark-1.4.1-1-i686 version bump closes #4347 in -current diff --git a/source/xapps-extra/wireshark/FrugalBuild b/source/xapps-extra/wireshark/FrugalBuild index b2832e4..497de76 100644 --- a/source/xapps-extra/wireshark/FrugalBuild +++ b/source/xapps-extra/wireshark/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: CS?CSY L?szl? <boobaa at frugalware.org> pkgname=wireshark -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 pkgdesc="The world's most popular network protocol analyzer" url="http://www.wireshark.org/" @@ -16,7 +16,7 @@ _F_gnome_desktop="y" Finclude gnome-scriptlet up2date="lynx -dump http://www.wireshark.org/download.html | grep stable -m1 | sed 's/.*is \(.*\)\. .*/\1/'" source=(http://www.wireshark.org/download/src/$pkgname-$pkgver.tar.bz2) -sha1sums=('a1dc5fa6eff0320da5dad7ec9c8f3a8f5a18be81') +sha1sums=('8a3832b3a8cadbb0287fc4c1bcd22a75177df2fb') ## TODO: split GUI / utils From boobaa at frugalware.org Wed Oct 13 19:57:45 2010 From: boobaa at frugalware.org (CSÉCSY László) Date: Wed, 13 Oct 2010 19:57:45 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.3: wireshark-1.4.1-1haven1-i686 secfix verbump, backport of 7c6f9ef closes #4347 in -stable Message-ID: <20101013175745.C8777132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.3.git;a=commitdiff;h=d3bb00e633cbd3099ed66b0f40eb6652c08164b0 commit d3bb00e633cbd3099ed66b0f40eb6652c08164b0 Author: CS?CSY L?szl? <boobaa at frugalware.org> Date: Wed Oct 13 19:57:15 2010 +0200 wireshark-1.4.1-1haven1-i686 secfix verbump, backport of 7c6f9ef closes #4347 in -stable diff --git a/source/xapps-extra/wireshark/FrugalBuild b/source/xapps-extra/wireshark/FrugalBuild index 5f45b8c..2561ac8 100644 --- a/source/xapps-extra/wireshark/FrugalBuild +++ b/source/xapps-extra/wireshark/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: CS?CSY L?szl? <boobaa at frugalware.org> pkgname=wireshark -pkgver=1.2.10 -pkgrel=1 +pkgver=1.4.1 +pkgrel=1haven1 pkgdesc="The world's most popular network protocol analyzer" url="http://www.wireshark.org/" depends=('libkrb5' 'gtk+2>=2.20.0-2' 'pcre' 'libpcap' 'gnutls>=2.8' 'openssl>=1.0.0') @@ -16,7 +16,7 @@ _F_gnome_desktop="y" Finclude gnome-scriptlet up2date="lynx -dump http://www.wireshark.org/download.html | grep stable -m1 | sed 's/.*is \(.*\)\. .*/\1/'" source=(http://www.wireshark.org/download/src/$pkgname-$pkgver.tar.bz2) -sha1sums=('db9028d6c547fb736f126a0cd0659222094b4c1b') +sha1sums=('8a3832b3a8cadbb0287fc4c1bcd22a75177df2fb') ## TODO: split GUI / utils From bouleetbil at frogdev.info Wed Oct 13 21:35:38 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 21:35:38 +0200 (CEST) Subject: [Frugalware-git] gnometesting: eog-2.91.0-1-x86_64 *version bump Message-ID: <20101013193538.7CC0E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=26386dcbe364b8488155ad672d8781306d1fd3c9 commit 26386dcbe364b8488155ad672d8781306d1fd3c9 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 21:33:22 2010 +0200 eog-2.91.0-1-x86_64 *version bump diff --git a/source/gnome/eog/FrugalBuild b/source/gnome/eog/FrugalBuild index 4d2ff2e..78b3a41 100644 --- a/source/gnome/eog/FrugalBuild +++ b/source/gnome/eog/FrugalBuild @@ -3,11 +3,11 @@ # Contributor: Christian Hamar alias krix <krics at linuxforum.hu> pkgname=eog -pkgver=2.32.0 +pkgver=2.91.0 pkgrel=1 pkgdesc="An image viewing and cataloging program for GNOME" depends=('libexif' 'rarian' 'desktop-file-utils' 'python>=2.7' \ - 'gnome-desktop>=2.32.0' 'lcms' 'pygtk' 'gnome-python' 'libart_lgpl') + 'gnome-desktop>=2.91.0' 'lcms' 'pygtk' 'gnome-python' 'libart_lgpl') makedepends=('intltool' 'gnome-doc-utils>=0.16.0') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') @@ -16,6 +16,6 @@ _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude gnome gnome-scriptlet -sha1sums=('c11d3ac5622dd2f64bd1656cabea41fe19cc9dfd') +sha1sums=('7ae544001de811e5b77dd8f5cac741829dad25f4') # optimization OK From bouleetbil at frogdev.info Wed Oct 13 21:57:05 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 21:57:05 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libpeas-0.7.0-1-x86_64 *new package Message-ID: <20101013195705.A752E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b9f6da617cc166ef055d791017a37238e5c05d8a commit b9f6da617cc166ef055d791017a37238e5c05d8a Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 21:55:09 2010 +0200 libpeas-0.7.0-1-x86_64 *new package diff --git a/source/gnome/libpeas/FrugalBuild b/source/gnome/libpeas/FrugalBuild new file mode 100644 index 0000000..e1004d0 --- /dev/null +++ b/source/gnome/libpeas/FrugalBuild @@ -0,0 +1,31 @@ +# Compiling time: 0.04 SBU +# Maintainer: bouleetbil <bouleetbil at frogdev.info> + +pkgname=libpeas +pkgver=0.7.0 +pkgrel=1 +pkgdesc="libpeas is a gobject-based plugins engine" +depends=('glib2' 'pygobject' 'gobject-introspection') +makedepends=('seed' 'intltool' 'gtk-doc') +groups=('gnome') +archs=('i686' 'x86_64' 'ppc') +_F_gnome_devel="y" +_F_gnome_iconcache="y" +Finclude gnome gnome-scriptlet +sha1sums=('cd82c7540c11785188c4c76f284477e1a33e6536') + +subpkgs=('libpeas-gtk') +subdescs=('libpeas GTK support') +subdepends=('gtk+3') +subrodepends=('libpeas') +subgroups=('gnome') +subarchs=('i686 x86_64 ppc') + +build() { + Fbuild + Fsplit libpeas-gtk usr/lib/*gtk* + Fsplit libpeas-gtk usr/lib/pkgconfig/*gtk* + Fbuild_gnome_scriptlet +} + +# optimization OK From bouleetbil at frogdev.info Wed Oct 13 22:04:40 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 22:04:40 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gcalctool-5.91.0-1-x86_64 *version bump Message-ID: <20101013200440.4E1DF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=4ef4b84eb3329b3af1cf5d48f9f014dc71faedd4 commit 4ef4b84eb3329b3af1cf5d48f9f014dc71faedd4 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 22:02:45 2010 +0200 gcalctool-5.91.0-1-x86_64 *version bump diff --git a/source/gnome/gcalctool/FrugalBuild b/source/gnome/gcalctool/FrugalBuild index 07806a3..da64ff0 100644 --- a/source/gnome/gcalctool/FrugalBuild +++ b/source/gnome/gcalctool/FrugalBuild @@ -3,11 +3,11 @@ # Contributor: Christian Hamar alias krix <krics at linuxforum.hu> pkgname=gcalctool -pkgver=5.32.0 -pkgrel=2 +pkgver=5.91.0 +pkgrel=1 pkgdesc="A scientific calculator for GNOME" url="http://www.gnome.org/" -depends=('rarian' 'libsoup' 'gtk+2>=2.22.0' 'gconf>=2.32.0' 'libglade>=2.6.4-2') +depends=('rarian' 'libsoup' 'gtk+3' 'gconf>=2.32.0' 'libglade>=2.6.4-2') makedepends=('intltool' 'gnome-doc-utils>=0.16.0') groups=('gnome') archs=('i686' 'x86_64' 'ppc') @@ -16,6 +16,6 @@ _F_gnome_glib="y" _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet -sha1sums=('2beb95d6e134ef35f4fd5cfff540e5b4ee0a06ac') +sha1sums=('d146001c467ffd9e4798b443288ab09af9a2b7fd') # optimization OK From elentir at frugalware.org Wed Oct 13 22:06:36 2010 From: elentir at frugalware.org (Elentir) Date: Wed, 13 Oct 2010 22:06:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: qtiplot-0.9.8.3-1-i686 Message-ID: <20101013200636.C591C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9e7e880fc4e936782dee260d0123123be95f42a8 commit 9e7e880fc4e936782dee260d0123123be95f42a8 Author: Elentir <elentir at frugalware.org> Date: Wed Oct 13 22:05:16 2010 +0200 qtiplot-0.9.8.3-1-i686 * unset MAKEFLAGS to fix build diff --git a/source/xapps-extra/qtiplot/FrugalBuild b/source/xapps-extra/qtiplot/FrugalBuild index 696e307..c3a3161 100644 --- a/source/xapps-extra/qtiplot/FrugalBuild +++ b/source/xapps-extra/qtiplot/FrugalBuild @@ -23,6 +23,7 @@ sha1sums=('e5ffdd25f1f69611f3f39a0b22e8c23959ab51e1' \ 'db5d65a0e368875b38713060295954c680aa2da4' \ '285f57d865956d93250ec548288c5bface096b6b' \ 'b484a4da7a0f3103e188539bfa6c1910dc9b55ca') +unset MAKEFLAGS build() { Fcd From bouleetbil at frogdev.info Wed Oct 13 23:14:33 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 23:14:33 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-shell-2.91.0-1-x86_64 *move to gnome *version bump Message-ID: <20101013211433.AD37E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=cbd12da3e130345160cae30a336732654e86148c commit cbd12da3e130345160cae30a336732654e86148c Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 22:48:46 2010 +0200 gnome-shell-2.91.0-1-x86_64 *move to gnome *version bump diff --git a/source/gnome-extra/gnome-shell/clutter14.diff b/source/gnome-extra/gnome-shell/clutter14.diff deleted file mode 100644 index 4020e1a..0000000 --- a/source/gnome-extra/gnome-shell/clutter14.diff +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/src/st/st-drawing-area.c b/src/st/st-drawing-area.c -index 7115655..fa99d11 100644 ---- a/src/st/st-drawing-area.c -+++ b/src/st/st-drawing-area.c -@@ -30,8 +30,8 @@ - G_DEFINE_TYPE(StDrawingArea, st_drawing_area, ST_TYPE_WIDGET); - - struct _StDrawingAreaPrivate { -- CoglHandle *texture; -- CoglHandle *material; -+ CoglHandle texture; -+ CoglHandle material; - cairo_t *context; - guint needs_repaint : 1; - guint in_repaint : 1; diff --git a/source/gnome-extra/gnome-shell/FrugalBuild b/source/gnome/gnome-shell/FrugalBuild similarity index 71% rename from source/gnome-extra/gnome-shell/FrugalBuild rename to source/gnome/gnome-shell/FrugalBuild index 8cd6d2c..eb4597f 100644 --- a/source/gnome-extra/gnome-shell/FrugalBuild +++ b/source/gnome/gnome-shell/FrugalBuild @@ -2,23 +2,23 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=gnome-shell -pkgver=2.31.2 +pkgver=2.91.0 pkgrel=1 pkgdesc="Window management and application launching for GNOME" url="http://www.gnome.org/" -depends=('mutter>=2.31.2' 'gnome-desktop' 'gjs>=0.7' 'gnome-menus' 'librsvg' \ +depends=('mutter>=2.90.0' 'gnome-desktop' 'gjs>=0.7' 'gnome-menus' 'librsvg' \ 'xulrunner' 'gst-plugins-base') makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' \ 'gobject-introspection' 'xorg-server-xephyr') -groups=('gnome-extra') +groups=('gnome') archs=('i686' 'x86_64') _F_gnome_schemas=('/etc/gconf/schemas/gnome-shell.schemas') _F_gnome_desktop="y" +_F_gnome_devel="y" Finclude gnome gnome-scriptlet -source=($source http://ftp.frugalware.org/pub/other/artwork/gnome-shell/$pkgname-frugalware.tar.bz2 clutter14.diff) -sha1sums=('9df6117f9d3b9f9056e71f801cb1cefe66569ee9' \ - '94fd3bdc88d18afe85efdff17bb2e07ea053c83f' \ - '0da7965bf838b8a7f41b43e2d05a3a454ab95a66') +source=($source http://ftp.frugalware.org/pub/other/artwork/gnome-shell/$pkgname-frugalware.tar.bz2) +sha1sums=('10e1086781515569ae5ec80f80063355e2f2e121' \ + '94fd3bdc88d18afe85efdff17bb2e07ea053c83f') export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/xulrunner/ build() { From bouleetbil at frogdev.info Wed Oct 13 23:14:33 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 13 Oct 2010 23:14:33 +0200 (CEST) Subject: [Frugalware-git] gnometesting: nautilus-sendto-2.90.0-1-x86_64 *version bump Message-ID: <20101013211433.B9623132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=65f49abc14a890c0c64af36753a3310c4e9fb4f6 commit 65f49abc14a890c0c64af36753a3310c4e9fb4f6 Author: bouleetbil <bouleetbil at frogdev.info> Date: Wed Oct 13 23:12:42 2010 +0200 nautilus-sendto-2.90.0-1-x86_64 *version bump diff --git a/source/gnome/nautilus-sendto/FrugalBuild b/source/gnome/nautilus-sendto/FrugalBuild index de269d5..18e9011 100644 --- a/source/gnome/nautilus-sendto/FrugalBuild +++ b/source/gnome/nautilus-sendto/FrugalBuild @@ -2,18 +2,18 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=nautilus-sendto -pkgver=2.32.0 -pkgrel=2 +pkgver=2.90.0 +pkgrel=1 pkgdesc="A plugin to send files to other apps from Nautilus." url="http://www.gnome.org/" -depends=('nautilus>=2.32.0' 'evolution-data-server>=2.32.0') +depends=('nautilus>=2.90.0' 'evolution-data-server>=2.90.0') makedepends=('intltool' 'perl-xml-parser' 'pidgin>=2.5.6-2' 'claws-mail>=3.7.1-3' 'krb5' 'evolution') groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_iconcache="y" _F_gnome_glib="y" Finclude gnome gnome-scriptlet -sha1sums=('d02d13896bbb6ea4ee358401359b1c51eaa5c898') +sha1sums=('570b682d3c939b24989690fc8cdb36f60f0ea663') build() { Fbuild From ryuo at frugalware.org Thu Oct 14 13:00:50 2010 From: ryuo at frugalware.org (James Buren) Date: Thu, 14 Oct 2010 13:00:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mp-5.1.4-1-x86_64 * version bump Message-ID: <20101014110050.6A2BA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=78fa91f064cfde71f4ff040db0e6063c17b8bd20 commit 78fa91f064cfde71f4ff040db0e6063c17b8bd20 Author: James Buren <ryuo at frugalware.org> Date: Thu Oct 14 06:00:11 2010 -0500 mp-5.1.4-1-x86_64 * version bump diff --git a/source/lib-extra/mp/FrugalBuild b/source/lib-extra/mp/FrugalBuild index d9eef4d..df775e7 100644 --- a/source/lib-extra/mp/FrugalBuild +++ b/source/lib-extra/mp/FrugalBuild @@ -2,14 +2,13 @@ # Maintainer: James Buren <ryuo at frugalware.org> pkgname=mp -pkgver=5.1.3 -pkgrel=3 +pkgver=5.1.4 +pkgrel=1 _basedesc="A text editor for programmers." pkgdesc="$_basedesc (Common Files)" url="http://triptico.com/software/mp.html" depends=('grutatxt' 'mp_doccer') rodepends=('aspell' 'ctags') -makedepends=('ncurses' 'gtk+2>=2.20.0-2' 'glibc' 'libxau' 'libxdmcp' 'freetype2' 'libxdamage' 'libxext' 'libxml2') groups=('lib-extra') options=('scriptlet' 'nodocs') archs=('i686' 'x86_64') @@ -17,15 +16,16 @@ subpkgs=("$pkgname-ncurses" "$pkgname-gtk2") subdescs=("$_basedesc (NCurses)" "$_basedesc (GTK+2)") subgroups=("apps-extra" "xapps-extra") subarchs=("i686 x86_64" "i686 x86_64") -subrodepends=("$pkgname ncurses" "$pkgname gtk+2 glibc libxau libxdmcp freetype2 libxdamage libxext libxml2") +subdepends=("$pkgname ncurses" "$pkgname gtk+2>=2.20.0-2") +subrodepends=("$pkgname" "$pkgname") up2date="Flasttar $url" source=(http://triptico.com/download/$pkgname-$pkgver.tar.gz $pkgname.mpsl) -backup=("/etc/$pkgname.mpsl") +backup=("etc/$pkgname.mpsl") _F_desktop_name="Minimum Profit" _F_desktop_exec="$pkgname-5-gtk2" _F_desktop_icon="$pkgname" _F_desktop_categories="GTK;Development;Utility;TextEditor;" -sha1sums=('f05b760b09126fe624703b5d9d4c280803a0c313' \ +sha1sums=('89c89143ef206fdcae7a23dd01c1155b183b9f08' \ 'fb4396c8be130d731f565858d8aa050535ce991f') unset MAKEFLAGS From vmiklos at frugalware.org Thu Oct 14 13:16:36 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 14 Oct 2010 13:16:36 +0200 (CEST) Subject: [Frugalware-git] frugalware: update for 1.4pre1 Message-ID: <20101014111636.7B0CD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware.git;a=commitdiff;h=d399e97a73e37e41ae7c6b355b05649f2c1d3431 commit d399e97a73e37e41ae7c6b355b05649f2c1d3431 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Thu Oct 14 13:16:13 2010 +0200 update for 1.4pre1 diff --git a/Makefile b/Makefile index 9d79ec5..a051357 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 1.3 -CODENAME = Haven +VERSION = 1.4pre1 +CODENAME = Nexon FRUGALWARE_LANGS = de hu it SERVICE_LANGS = de hu From vmiklos at frugalware.org Thu Oct 14 13:19:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 14 Oct 2010 13:19:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: frugalware-1.4pre1-1-i686 Message-ID: <20101014111938.6EF93132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8a6d5966c5bd7a9f93453decdea7e983a2b72f88 commit 8a6d5966c5bd7a9f93453decdea7e983a2b72f88 Author: Miklos Vajna <vmiklos at frugalware.org> Date: Thu Oct 14 13:19:13 2010 +0200 frugalware-1.4pre1-1-i686 - version bump diff --git a/source/base/frugalware/FrugalBuild b/source/base/frugalware/FrugalBuild index b0aba39..c9ea6f8 100644 --- a/source/base/frugalware/FrugalBuild +++ b/source/base/frugalware/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna <vmiklos at frugalware.org> pkgname=frugalware -pkgver=1.3 +pkgver=1.4pre1 pkgrel=1 pkgdesc="Basic Frugalware Linux filesystem package" url="http://ftp.frugalware.org/pub/other/frugalware/" From bouleetbil at frogdev.info Thu Oct 14 13:23:58 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 14 Oct 2010 13:23:58 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtkhtml3 -> gtkhtml4 *fixes versioning Message-ID: <20101014112358.C4C3E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5c8617782e7f50158ed78f407ebff7f552a1e2c2 commit 5c8617782e7f50158ed78f407ebff7f552a1e2c2 Author: bouleetbil <bouleetbil at frogdev.info> Date: Thu Oct 14 12:32:27 2010 +0000 gtkhtml3 -> gtkhtml4 *fixes versioning diff --git a/source/gnome/gtkhtml3/FrugalBuild b/source/gnome/gtkhtml4/FrugalBuild similarity index 97% rename from source/gnome/gtkhtml3/FrugalBuild rename to source/gnome/gtkhtml4/FrugalBuild index e89d557..26910d6 100644 --- a/source/gnome/gtkhtml3/FrugalBuild +++ b/source/gnome/gtkhtml4/FrugalBuild @@ -1,7 +1,7 @@ # Compiling time: 1.09 SBU # Maintainer: bouleetbil <bouleetbil at frogdev.info> -pkgname=gtkhtml3 +pkgname=gtkhtml4 _F_gnome_name="gtkhtml" pkgver=3.91.0 pkgrel=1 From bouleetbil at frogdev.info Thu Oct 14 13:23:58 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 14 Oct 2010 13:23:58 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome.sh *added git support Message-ID: <20101014112358.D5989132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=883f4c85376afcf1f70394bd4a3b6816dfbec26a commit 883f4c85376afcf1f70394bd4a3b6816dfbec26a Author: bouleetbil <bouleetbil at frogdev.info> Date: Thu Oct 14 13:23:55 2010 +0000 gnome.sh *added git support diff --git a/source/include/gnome.sh b/source/include/gnome.sh index 26c00fe..435d9f8 100644 --- a/source/include/gnome.sh +++ b/source/include/gnome.sh @@ -42,6 +42,10 @@ if [ -z "$_F_gnome_devel" ]; then _F_gnome_devel="n" fi +if [ -z "$_F_gnome_git" ]; then + _F_gnome_git="n" +fi + # don't document this function, it's used only for source() _F_gnome_getver() { @@ -79,7 +83,15 @@ if [ "$_F_gnome_devel" != "n" ]; then else up2date="lynx -dump $_F_gnome_pkgurl/$_F_gnome_name/\$(lynx -dump $_F_gnome_pkgurl/$_F_gnome_name/?C=N\;O=D|grep '[0-9]\.[0-9]*[02468]/'|sed -ne 's|.*]\(.*\)/.*|\1|' -e '1 p')/|grep ]LA|sed 's/.*S-\([0-9\.]*\).*/\1/'" fi -source=(http://ftp.gnome.org/pub/gnome/sources/$_F_gnome_name/`_F_gnome_getver`/$_F_gnome_name-$pkgver.tar.bz2) + +if [ "$_F_gnome_git" != "n" ]; then + makedepends=(${makedepends[@]} 'git') + Finclude scm + _F_scm_type="git" + _F_scm_url="git://git.gnome.org/$_F_gnome_name" +else + source=(http://ftp.gnome.org/pub/gnome/sources/$_F_gnome_name/`_F_gnome_getver`/$_F_gnome_name-$pkgver.tar.bz2) +fi url="http://www.gnome.org/" ### From bouleetbil at frogdev.info Thu Oct 14 13:23:58 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 14 Oct 2010 13:23:58 +0200 (CEST) Subject: [Frugalware-git] gnometesting: evolution-data-server-2.91.1-1-i686 *version bump Message-ID: <20101014112358.E1636132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=98313f21cf3589e7549192983ff187b4eab6a62b commit 98313f21cf3589e7549192983ff187b4eab6a62b Author: bouleetbil <bouleetbil at frogdev.info> Date: Thu Oct 14 13:26:29 2010 +0000 evolution-data-server-2.91.1-1-i686 *version bump diff --git a/source/gnome/evolution-data-server/FrugalBuild b/source/gnome/evolution-data-server/FrugalBuild index 5995f62..75f6253 100644 --- a/source/gnome/evolution-data-server/FrugalBuild +++ b/source/gnome/evolution-data-server/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil <bouleetbil at frogdev.info> pkgname=evolution-data-server -pkgver=2.91.0 +pkgver=2.91.1 pkgrel=1 pkgdesc="Evolution Data Server provides a central location for addressbook and calendar in the GNOME Desktop" depends=('nss>=3.12' 'libsoup-gnome>=2.32.0' 'libgweather>=2.91.0' \ @@ -11,8 +11,12 @@ depends=('nss>=3.12' 'libsoup-gnome>=2.32.0' 'libgweather>=2.91.0' \ makedepends=('intltool' 'krb5' 'gperf') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') +_F_gnome_git="y" Finclude gnome sha1sums=('12f23ab222a1f79ac9ee1f629d17c669ccfd119b') +if [ "$_F_gnome_git" != "n" ]; then + unset sha1sums +fi subpkgs=('evolution-data-server-ldap') subdescs=('Evolution Data Server LDAP extensions.') @@ -31,10 +35,17 @@ makedepends=("${makedepends[@]}" 'gtk-doc') _F_extract_taropts='-i' -build() { - Fbuild --with-openldap=yes --enable-nss=yes \ + Fconfopts="$Fconfopts --with-openldap=yes --enable-nss=yes \ --enable-nntp=yes --enable-smime=yes --enable-ipv6=yes --disable-debug --enable-gtk3 \ - --with-krb5=/usr --with-libdb=/usr --enable-gnome-keyring --enable-calendar=yes + --with-krb5=/usr --with-libdb=/usr --enable-gnome-keyring --enable-calendar=yes --enable-gtk-doc" + +build() { + if [ "$_F_gnome_git" != "n" ]; then + Funpack_scm + Fcd $pkgname + sh ./autogen.sh + fi + Fbuild Fsplit evolution-data-server-ldap usr/lib/evolution-data-server-1.2/extensions/libebookbackendldap* Fsplit $pkgname-docs usr/share/gtk-doc From phayz at frugalware.org Thu Oct 14 13:57:20 2010 From: phayz at frugalware.org (Russell Dickenson (AKA phayz)) Date: Thu, 14 Oct 2010 13:57:20 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: Newsletter issue 72 Message-ID: <20101014115720.9D460132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=e85dfc91301dc28f5ac20bc4406a280c83ce39ca commit e85dfc91301dc28f5ac20bc4406a280c83ce39ca Author: Russell Dickenson (AKA phayz) <phayz at frugalware.org> Date: Thu Oct 14 21:56:43 2010 +1000 Newsletter issue 72 * initial release new file: ../images/newsletter/issue72_misfitmodel3d_plane.png new file: ../images/newsletter/issue72_qtm_screenshot.png new file: issue72.html diff --git a/frugalware/images/newsletter/issue72_misfitmodel3d_plane.png b/frugalware/images/newsletter/issue72_misfitmodel3d_plane.png new file mode 100644 index 0000000..adf83bd Binary files /dev/null and b/frugalware/images/newsletter/issue72_misfitmodel3d_plane.png differ diff --git a/frugalware/images/newsletter/issue72_qtm_screenshot.png b/frugalware/images/newsletter/issue72_qtm_screenshot.png new file mode 100644 index 0000000..f48f30b Binary files /dev/null and b/frugalware/images/newsletter/issue72_qtm_screenshot.png differ diff --git a/frugalware/weeklynews/issue72.html b/frugalware/weeklynews/issue72.html new file mode 100644 index 0000000..046a37c --- /dev/null +++ b/frugalware/weeklynews/issue72.html @@ -0,0 +1,355 @@ + <h2>Frugalware Linux Newsletter - Issue 72</h2> + + <h2>...to inform...to educate...to entertain</h2> + + <p>"...the Linux philosophy is "laugh in the face of danger". Oops. Wrong + one. "Do it yourself". That's it."<em>Linus Torvalds</em></p> + + <h2>Welcome</h2> + + <p>The newsletter's aim is to keep you up to date with what's happened + recently in the world of the Linux distribution 'Frugalware'.</p> + + <p>Features of this issue include:</p> + + <ul> + <li>kikadf is officially a Frugalware developer</li> + + <li>Botchchikii submits more FrugalBuilds</li> + + <li>Tips and tricks - Adding a custom Frugalware repository to pacman-g2's + configuration</li> + + <li>Focus On Package(s) - QTM and cclive</li> + </ul> + + <h2><img src="http://frugalware.org/images/newsletter/event.png" align= + "left">Events etc</h2> + + <p>Here's a selection of recent events and other items that you might find + interesting:</p> + + <h3>kikadf is officially a Frugalware developer</h3> + + <p>Frugalware user kikadf successfully submitted FrugalBuilds for packages + such as Launchy, Kupfer, DeaDBeeF and aTunes. The quality of his work was so + good that it usually needed only a review before being accepted. Developer + VMiklos suggested that kikadf become an official member of the development + team and called for the votes of other developers. Everyone voted "Yes", so + kikadf is officially a member of the Frugalware development team. + Congratulations!</p> + + <h3>Botchchikii submits more FrugalBuilds</h3> + + <p>In newsletter issue 71 I pointed out that Frugalware user Botchchikii had + submitted his very first FrugalBuild for QTM. With only minor changes that + was quickly accepted and added to the 'current' repository. He now has plans + to package Calibre, an e-book reader but it has two main dependencies - + Podofo and Pypdf - that needed to be packaged first. FrugalBuilds for both + have now been submitted, with Pypdf already having been accepted. If Podofo + is also accepted we'll probably see Calibre packaged for Frugalware soon. + Many thanks to Botchchikii for his excellent work.</p> + + <h3>"The goal of the game is ... to win Muhaawhahaha"</h3> + + <p>This quote is from Frugalware user fbiot, who recently submitted + FrugalBuilds for two new applications: tiled and MisfitModel3D. tiled is "a + general purpose tile 2D and iso map editor" and MisfitModel3D is a 3D model + editor. He is using both applications in developing a new game named + Satowerdefense, to be released under a GPL licence. You can take a look at + what he's already achieved at the Sourceforge site - <a href= + "http://sourceforge.net/projects/satowerdefense/">http://sourceforge.net/projects/satowerdefense/</a>. + There is more work to be done, but the game is playable and already looks + good. When the first release is done, he plans to use OpenGL to give the game + a 3D look, and this is where MisfitModel3D is required. Below is a screenshot + of one of the first models he has created with MisfitModel3D, which I think + looks great.</p><img src="http://frugalware.org/images/newsletter/issue72_misfitmodel3d_plane.png" alt= + "Example Misfitmodel3D model"> + + <h3>Control your PC from your phone</h3> + + <p>Frugalware developer VMiklos recently packaged <a href= + "http://sourceforge.net/projects/anyremote">anyremote, which allows you to + control your computer from your phone. Using only your phone you can carry + out actions simply and easily for which you would normally use your mouse or + keyboard. Here's a table of common keyboard functions and the matching + 'anyremote' keycodes:</p> + + <table border="1" cellpadding="5" cellspacing="0"> + <tr> + <th>Function</th> + + <th>Keycode</th> + </tr> + + <tr> + <td>Up Arrow</td> + + <td>5757509789</td> + </tr> + + <tr> + <td>Down Arrow</td> + + <td>9276786263</td> + </tr> + + <tr> + <td>Page Up</td> + + <td>6389789268</td> + </tr> + + <tr> + <td>Page Down</td> + + <td>2786716862</td> + </tr> + + <tr> + <td>Enter</td> + + <td>7367778682</td> + </tr> + </table> + + <p>As you can see from these examples, you can save a lot of time with + 'anyremote'. Instead of pressing just one key on your keyboard, you can + instead enter a 10-digit sequence on your phone. With most keyboards having + over 100 keys, that's over 100 10-digit sequences to remember. Doesn't that + sound like fun! :P Please try it for yourself because I'm sure you will + either love it...or curse VMiklos, forever.</p> + + <h2><img src="http://frugalware.org/images/newsletter/package.png" align= + "left">New Packages</h2> + + <p>Here are details of some packages which have been added since the previous + issue.</p> + + <table border="1" cellpadding="5" cellspacing="0"> + <tr> + <th width="20%">Package's Name</th> + + <th width="50%">Description</th> + + <th width="20%">Maintainer</th> + </tr> + + <tr> + <td>muCommander-0.8.5</td> + + <td>muCommander is a java based, lightweight, cross-platform file manager + with a dual-pane interface.</td> + + <td>kikadf</td> + </tr> + + <tr> + <td>caps-0.4.4</td> + + <td>A collection of refined LADSPA audio plugins.</td> + + <td>exceed</td> + </tr> + + <tr> + <td>pytz-2010l</td> + + <td>World Timezone Definitions for Python.</td> + + <td>bouleetbil</td> + </tr> + + <tr> + <td>dash-0.5.6.1</td> + + <td>A POSIX compliant shell implementation of /bin/sh.</td> + + <td>ryuo</td> + </tr> + + <tr> + <td>bsh-2.04b</td> + + <td>Lightweight Scripting for Java.</td> + + <td>vmiklos</td> + </tr> + + <tr> + <td>xavante-2.2.0</td> + + <td>A Lua HTTP 1.1 Web server that uses a modular architecture based on + URI mapped handlers.</td> + + <td>Kooda</td> + </tr> + </table> + + <h2><img src="http://frugalware.org/images/newsletter/tip.png" align= + "left">Tips and tricks</h2> + + <p><b>Disclaimer</b> - Be aware that the hints & tips provided here have + NOT been tested and so come with no warranty.</p> + + <h3>Adding a custom Frugalware repository to pacman-g2's configuration</h3> + + <p>pacman-g2 allows you to add to its configuration a custom Frugalware + repository, such as a developer's work in progress (WIP) repository. The + format in which the configuration lines must be added is detailed in + pacman-g2's configuration file. The name of the repository must be surrounded + with square brackets - '[' and ']'. When pacman-g2 downloads the list of + packages contained in a repository, it downloads a file named the same as the + repository's name, with a suffix of ".fdb". If you don't have the + repository's name right, pacman-g2 won't be able to download the package list + and so you won't be able to install any of its packages. How do I know this? + Because I once typed the name of a repository incorrectly and so couldn't + install packages. Thankfully I soon found my error. :)</p> + + <p>This section relies on your contributions! If you have some tips and + tricks that you would like to be shown in the newsletter, <em>please</em> + post them on the forums.</p> + + <h2><img src="http://frugalware.org/images/newsletter/package.png" align= + "left">Focus On Package(s)</h2> + + <h3>QTM</h3> + + <p>According to its home page, "<a href="http://qtm.blogistan.co.uk/">QTM</a> + is a blogging client which is presently capable of composing, formatting and + submitting blog entries to a weblog. QTM will work with blogs based on most + of the major blogging systems available today: Wordpress (including + wordpress.com), Movable Type, Drupal and so on." Using a blogging client + instead of the native interface offers advantages such as independence from + the blogging engine, the ability to write blog entries offline and desktop + integration. QTM provides a functional, attractive and easy-to-use interface, + with all the features you need to maintain your blog. If you blog on one of + the many supported blogging platforms, try QTM.</p> + + <img src= + "http://frugalware.org/images/newsletter/issue72_qtm_screenshot.png" alt="Screenshot of QTM"> + + <h3>cclive</h3> + + <p><a href="http://code.google.com/p/cclive/">cclive</a> is "a free, + no-nonsense, command line tool that will help you download videos from + YouTube and similar video-sharing websites." Sites like YouTube offer an + amazing number of videos, ranging from completely silly to educational. These + sites provide an embedded Flash-based player, which requires you to have a + Flash plugin installed in your browser, either the proprietary plugin from + Adobe or Gnash, the FLOSS replacement. An even better option is to download + the video with cclive and watch it whenever you choose, with whatever video + player you choose.</p> + + <p>cclive has a single purpose, and the developer emphasises this, saying it + "is not, nor intended to become, "an universal" flash video download tool." + However on the web site are links to other tools which work well together + with cclive, including:</p> + + <ul> + <li>grake -- Youtube link scanner</li> + + <li>gcap -- Youtube closed captions</li> + + <li>umph -- Youtube playlists</li> + </ul> + + <h2><img src="http://frugalware.org/images/newsletter/bug.png" align= + "left">Bug fixes</h2> + + <p>The following table gives you a overview of activity on bugs and feature + requests as at 14 October 2010. In each cell of the table is a link to a + detailed list of the relevant bugs or feature requests.</p> + + <table border="1" cellpadding="5" cellspacing="0"> + <tr> + <th>Activity</th> + + <th>Bugs</th> + + <th>Feature<br> + Requests</th> + </tr> + + <tr> + <td>Open</td> + + <td><a href= + "http://bugs.frugalware.org/index.php?string=&project=1&type[]=1&sev[]=&pri[]=&due[]=&reported[]=&cat[]=&status[]=open&percent[]=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto=&do=index"> + 141</a></td> + + <td><a href= + "http://bugs.frugalware.org/index.php?string=&project=1&type[]=2&sev[]=&pri[]=&due[]=&reported[]=&cat[]=&status[]=open&percent[]=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto=&do=index"> + 196</a></td> + </tr> + + <tr> + <td>Opened since the previous newsletter</td> + + <td><a href= + "http://bugs.frugalware.org/index.php?string=&project=1&type[]=1&sev[]=&pri[]=&due[]=&reported[]=&cat[]=&status[]=open&percent[]=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=2010-09-23&openedto=&closedfrom=&closedto=&do=index"> + 9</a></td> + + <td><a href= + "http://bugs.frugalware.org/index.php?string=&project=1&type[]=2&sev[]=&pri[]=&due[]=&reported[]=&cat[]=&status[]=open&percent[]=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=2010-09-23&openedto=&closedfrom=&closedto=&do=index"> + 3</a></td> + </tr> + + <tr> + <td>Closed since the previous newsletter</td> + + <td><a href= + "http://bugs.frugalware.org/index.php?string=&project=1&type%5B%5D=1&sev%5B%5D=&pri%5B%5D=&due%5B%5D=&reported%5B%5D=&cat%5B%5D=&status%5B%5D=closed&percent%5B%5D=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=2010-09-23&closedto=&do=index"> + 14</a></td> + + <td><a href= + "http://bugs.frugalware.org/index.php?string=&project=1&type%5B%5D=2&sev%5B%5D=&pri%5B%5D=&due%5B%5D=&reported%5B%5D=&cat%5B%5D=&status%5B%5D=closed&percent%5B%5D=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=2010-09-23&closedto=&do=index"> + 2</a></td> + </tr> + </table> + + <h2><img src="http://frugalware.org/images/newsletter/security.png" align= + "left">Security announcements</h2> + + <p><b>Remember</b> - According to the normal support arrangements for + Frugalware, the release of 1.3 ("Haven") means that no further security or + bug fixes will be released for Frugalware 1.2 ("Locris") or earlier.</p> + + <p>Here is a list of <a href="/security">security issues</a> which have been + discovered and fixed in the 1.3 release since the previous newsletter.</p> + + <p><strong>NONE</strong></p> + + <h2><img src="http://frugalware.org/images/newsletter/newsletter.png" align= + "left">About the newsletter</h2> + + <h3>Author</h3> + + <p>The Frugalware newsletter is written and edited by Russell Dickenson (AKA + phayz). Credit for the Frugalware distribution goes to the development + team.</p> + + <h3>Translations</h3> + + <p>The newsletter is currently translated into <a href= + "http://frugalware.fr">French</a> and <a href= + "http://frugalware.dk/?cat=5">Danish</a> by their respective communities as + soon as possible. Please be patient as it can take some time to translate + each issue. Thanks to all those involved in providing and hosting these + translations.</p> + + <h3>Release</h3> + + <p>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.</p> + + <h3>Feedback</h3> + + <p>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.</p> +</body> +</html> From phayz at frugalware.org Thu Oct 14 14:00:33 2010 From: phayz at frugalware.org (Russell Dickenson (AKA phayz)) Date: Thu, 14 Oct 2010 14:00:33 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: Newsletter issue 72 Message-ID: <20101014120033.B3FBD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=eaa899b0e30c767dad753003c657fb305f235468 commit eaa899b0e30c767dad753003c657fb305f235468 Author: Russell Dickenson (AKA phayz) <phayz at frugalware.org> Date: Thu Oct 14 21:59:57 2010 +1000 Newsletter issue 72 * added missing "</a>" modified: issue72.html diff --git a/frugalware/weeklynews/issue72.html b/frugalware/weeklynews/issue72.html index 046a37c..3a356d1 100644 --- a/frugalware/weeklynews/issue72.html +++ b/frugalware/weeklynews/issue72.html @@ -3,7 +3,7 @@ <h2>...to inform...to educate...to entertain</h2> <p>"...the Linux philosophy is "laugh in the face of danger". Oops. Wrong - one. "Do it yourself". That's it."<em>Linus Torvalds</em></p> + one. "Do it yourself". That's it."  <em>Linus Torvalds</em></p> <h2>Welcome</h2> @@ -69,7 +69,7 @@ <h3>Control your PC from your phone</h3> <p>Frugalware developer VMiklos recently packaged <a href= - "http://sourceforge.net/projects/anyremote">anyremote, which allows you to + "http://sourceforge.net/projects/anyremote">anyremote</a>, which allows you to control your computer from your phone. Using only your phone you can carry out actions simply and easily for which you would normally use your mouse or keyboard. Here's a table of common keyboard functions and the matching From phayz at frugalware.org Thu Oct 14 14:11:26 2010 From: phayz at frugalware.org (Russell Dickenson (AKA phayz)) Date: Thu, 14 Oct 2010 14:11:26 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: Newsletter issue 72 announcement Message-ID: <20101014121126.950C8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=754a99b19dfb3a9a53200f291c29e8992d1d6979 commit 754a99b19dfb3a9a53200f291c29e8992d1d6979 Author: Russell Dickenson (AKA phayz) <phayz at frugalware.org> Date: Thu Oct 14 22:10:54 2010 +1000 Newsletter issue 72 announcement modified: news.xml diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index c5ef9ea..014fffb 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -22,6 +22,27 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> <news> <post> + <id>185</id> + <title>Frugalware Newsletter Issue 72 + Thu, 14 Oct 2010 22:10:14 +1000 + phayz + 0 + + Features of this issue include: +
    +
  • kikadf is officially a Frugalware developer
  • +
  • Botchchikii submits more FrugalBuilds
  • +
  • Tips and tricks - Adding a custom Frugalware repository to + pacman-g2's configuration
  • +
  • Focus On Package(s) - QTM and cclive
  • +
+ You can read it here. We hope you enjoy reading it. + ]]> +
+ + 184 Frugalware Newsletter Issue 71 Thu, 23 Sep 2010 22:38:56 +1000 From vmiklos at frugalware.org Thu Oct 14 15:22:53 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 14 Oct 2010 15:22:53 +0200 (CEST) Subject: [Frugalware-git] setup: support make-3.82 Message-ID: <20101014132253.A6882132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=775b74a8e2c7a034d3ff6160e74f566d1de4dbff commit 775b74a8e2c7a034d3ff6160e74f566d1de4dbff Author: Miklos Vajna Date: Thu Oct 14 15:21:38 2010 +0200 support make-3.82 in this new version variables are evaluated when the target is processed, not on a line-by-line basis, so let's introduce a separate target for the usb img and partition creation diff --git a/Makefile b/Makefile index 3bb84a4..c704849 100644 --- a/Makefile +++ b/Makefile @@ -236,10 +236,14 @@ initrd: install-setup initrd_gz: clean config.mak devices initrd gzip -9 -c initrd-$(CARCH).img > initrd-$(CARCH).img.gz -usb_img: check_root -ifneq ($(CARCH),ppc) +create_usb_img: dd if=/dev/zero of=frugalware-$(FWVER)-$(CARCH)-usb.img bs=516096c count=$(CYL_COUNT) +ifneq ($(CARCH),ppc) echo -e 'n\np\n1\n\n\na\n1\nw'|/sbin/fdisk -u -C$(CYL_COUNT) -S63 -H16 frugalware-$(FWVER)-$(CARCH)-usb.img || true +endif + +usb_img: check_root create_usb_img +ifneq ($(CARCH),ppc) losetup -d /dev/loop0 || true losetup -o$(OFFSET) /dev/loop0 frugalware-$(FWVER)-$(CARCH)-usb.img /sbin/mke2fs -b1024 -F /dev/loop0 @@ -268,7 +272,6 @@ ifneq ($(CARCH),ppc) setup (hd0) \n\ quit" | grub --batch --device-map=/dev/null else - dd if=/dev/zero of=frugalware-$(FWVER)-$(CARCH)-usb.img bs=516096c count=$(CYL_COUNT) hformat frugalware-$(FWVER)-$(CARCH)-usb.img hmount frugalware-$(FWVER)-$(CARCH)-usb.img hcopy -r /usr/lib/yaboot/yaboot : From vmiklos at frugalware.org Thu Oct 14 15:24:57 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 14 Oct 2010 15:24:57 +0200 (CEST) Subject: [Frugalware-git] setup: updates for 1.1.3 Message-ID: <20101014132457.0B16D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=5cd9138ec968a2523f0523a3698c5c7545f38ce3 commit 5cd9138ec968a2523f0523a3698c5c7545f38ce3 Author: Miklos Vajna Date: Thu Oct 14 15:24:33 2010 +0200 updates for 1.1.3 diff --git a/NEWS b/NEWS index 4c1381f..2f595df 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +1.1.3 - warning fixes + - support make-3.82 1.1.2 - support for newer xorg-server having fonts under /usr/share/fonts/X11 - fix grub installation for usb images - grammatical fixes here and there diff --git a/configure b/configure index 6301e7d..a21e927 100755 --- a/configure +++ b/configure @@ -21,7 +21,7 @@ elif os.uname()[-1] == 'ppc': packages.extend(['mac-fdisk']) # when releasing a new setup, please update this. -version = "1.1.2" +version = "1.1.3" # parse our options parser = OptionParser(version="configure for Frugalware Setup v%s" % (version)) From vmiklos at frugalware.org Thu Oct 14 15:28:48 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 14 Oct 2010 15:28:48 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: fwsetup-1.1.3-1-i686 Message-ID: <20101014132848.EADB1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1446b8db7beb30fa45791b34c1761377b6a7cfb2 commit 1446b8db7beb30fa45791b34c1761377b6a7cfb2 Author: Miklos Vajna Date: Thu Oct 14 15:28:06 2010 +0200 fwsetup-1.1.3-1-i686 - version bump diff --git a/source/devel-extra/fwsetup/FrugalBuild b/source/devel-extra/fwsetup/FrugalBuild index 517656a..f943650 100644 --- a/source/devel-extra/fwsetup/FrugalBuild +++ b/source/devel-extra/fwsetup/FrugalBuild @@ -5,14 +5,14 @@ USE_DEVEL=${USE_DEVEL:-"n"} USE_GUI=${USE_GUI:-"n"} pkgname=fwsetup -pkgver=1.1.2 +pkgver=1.1.3 Fuse $USE_DEVEL && pkgver=0.8.8.9.gd348556 pkgrel=1 pkgdesc="Frugalware Setup" url="http://ftp.frugalware.org/pub/other/setup/" depends=() makedepends=('dialog' 'parted' 'pacman-g2>=3.5.5' 'module-init-tools' \ - 'frugalware>=1.3' 'busybox>=1.12.1-2' 'frugalwareutils>=0.8.8' \ + 'frugalware>=1.4pre1' 'busybox>=1.12.1-2' 'frugalwareutils>=0.8.8' \ 'gdb>=7.0.1-2') if [ "$CARCH" != "ppc" ]; then Fconfopts="$Fconfopts --enable-tftp" From bouleetbil at frogdev.info Thu Oct 14 16:51:08 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 14 Oct 2010 16:51:08 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome.sh *fixes makedepends Message-ID: <20101014145108.4C34E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e1c1d546c41ad3ecfea5a781ebe6b04c52b848f2 commit e1c1d546c41ad3ecfea5a781ebe6b04c52b848f2 Author: bouleetbil Date: Thu Oct 14 13:41:20 2010 +0000 gnome.sh *fixes makedepends diff --git a/source/include/gnome.sh b/source/include/gnome.sh index 435d9f8..b8cfb63 100644 --- a/source/include/gnome.sh +++ b/source/include/gnome.sh @@ -85,7 +85,7 @@ else fi if [ "$_F_gnome_git" != "n" ]; then - makedepends=(${makedepends[@]} 'git') + makedepends=(${makedepends[@]} 'git' 'gnome-common') Finclude scm _F_scm_type="git" _F_scm_url="git://git.gnome.org/$_F_gnome_name" From bouleetbil at frogdev.info Thu Oct 14 16:51:08 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 14 Oct 2010 16:51:08 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtkhtml4-3.91.0-2-i686 *switch to gtk3 Message-ID: <20101014145108.5D695132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a891823abea6b7efa7febcb2965b0a01681c96b2 commit a891823abea6b7efa7febcb2965b0a01681c96b2 Author: bouleetbil Date: Thu Oct 14 16:53:55 2010 +0000 gtkhtml4-3.91.0-2-i686 *switch to gtk3 diff --git a/source/gnome/gtkhtml4/FrugalBuild b/source/gnome/gtkhtml4/FrugalBuild index 26910d6..c24eb8e 100644 --- a/source/gnome/gtkhtml4/FrugalBuild +++ b/source/gnome/gtkhtml4/FrugalBuild @@ -4,21 +4,31 @@ pkgname=gtkhtml4 _F_gnome_name="gtkhtml" pkgver=3.91.0 -pkgrel=1 +pkgrel=2 pkgdesc="A lightweight HTML rendering/printing/editing engine" -depends=('gtk+2' 'gail' 'libsoup>=2.32.0' 'gnome-icon-theme>=2.30.0' \ +depends=('gtk+3' 'libsoup>=2.32.0' 'gnome-icon-theme>=2.30.0' \ 'enchant' 'iso-codes' 'gconf') makedepends=('intltool') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') +_F_gnome_git="y" Finclude gnome sha1sums=('30286248a304e457e193ed5e59c421a8b7e8e0a1') -#TODO switch to gtk3 : --enable-gtk3 -Fconfopts="$Fconfopts --disable-deprecated-warning-flags" +Fconfopts="$Fconfopts --disable-deprecated-warning-flags --enable-gtk3" _F_cd_path="$_F_gnome_name-$pkgver" +if [ "$_F_gnome_git" != "n" ]; then + unset sha1sums + source=($source gdktocairo.diff) +fi build() { - Fcd + if [ "$_F_gnome_git" != "n" ]; then + Funpack_scm + Fcd $pkgname + sh ./autogen.sh + else + Fcd + fi Fpatchall Fautoreconf Fmake diff --git a/source/gnome/gtkhtml4/gdktocairo.diff b/source/gnome/gtkhtml4/gdktocairo.diff new file mode 100644 index 0000000..b36be8a --- /dev/null +++ b/source/gnome/gtkhtml4/gdktocairo.diff @@ -0,0 +1,2036 @@ +From 685fc0eb3f4300ccc6243ee84a6cdabb019af3e0 Mon Sep 17 00:00:00 2001 +From: William Jon McCann +Date: Tue, 12 Oct 2010 16:10:18 -0400 +Subject: [PATCH] Bug 640072 - Convert rendering from GdkGC to cairo + +Original patch by William Jon McCann, updated by Kjartan Maraas, adapted +for gtk+-2.0 by Matthew Barnes. +--- + components/editor/gtkhtml-color-combo.c | 8 +- + components/editor/gtkhtml-color-swatch.c | 5 +- + components/editor/gtkhtml-face-tool-button.c | 6 +- + components/editor/main.c | 7 +- + gtkhtml/gtk-compat.h | 26 ++- + gtkhtml/gtkhtml-embedded.c | 22 +- + gtkhtml/gtkhtml-embedded.h | 2 +- + gtkhtml/gtkhtml.c | 242 ++++++++------ + gtkhtml/htmldrawqueue.c | 6 +- + gtkhtml/htmlembedded.c | 7 +- + gtkhtml/htmlengine-edit-cursor.c | 67 ++++- + gtkhtml/htmlengine.c | 25 +- + gtkhtml/htmlengine.h | 6 +- + gtkhtml/htmlgdkpainter.c | 439 +++++++++++++------------- + gtkhtml/htmlgdkpainter.h | 6 +- + gtkhtml/htmlimage.c | 39 ++- + gtkhtml/htmlplainpainter.c | 34 ++- + gtkhtml/htmlselect.c | 9 +- + gtkhtml/htmltextslave.c | 39 ++- + 19 files changed, 593 insertions(+), 402 deletions(-) + +diff --git a/components/editor/gtkhtml-color-combo.c b/components/editor/gtkhtml-color-combo.c +index 3fbbd0b..18cc6ac 100644 +--- a/components/editor/gtkhtml-color-combo.c ++++ b/components/editor/gtkhtml-color-combo.c +@@ -259,8 +259,8 @@ color_combo_child_key_press_event_cb (GtkhtmlColorCombo *combo, + { + GtkWidget *window = combo->priv->window; + +- if (!gtk_bindings_activate_event (G_OBJECT (window), event)) +- gtk_bindings_activate_event (G_OBJECT (combo), event); ++ if (!gtk_bindings_activate_event (COMPAT_BINDING_TYPE (window), event)) ++ gtk_bindings_activate_event (COMPAT_BINDING_TYPE (combo), event); + + return TRUE; + } +@@ -610,7 +610,7 @@ color_combo_size_request (GtkWidget *widget, + + priv = GTKHTML_COLOR_COMBO_GET_PRIVATE (widget); + +- gtk_widget_size_request (priv->toggle_button, requisition); ++ gtk_widget_get_preferred_size (priv->toggle_button, requisition, NULL); + } + + static void +@@ -666,7 +666,7 @@ color_combo_popup (GtkhtmlColorCombo *combo) + status = gdk_keyboard_grab (window, TRUE, GDK_CURRENT_TIME); + if (status != GDK_GRAB_SUCCESS) + gdk_display_pointer_ungrab ( +- gdk_drawable_get_display (window), ++ gdk_window_get_display (window), + GDK_CURRENT_TIME); + } + +diff --git a/components/editor/gtkhtml-color-swatch.c b/components/editor/gtkhtml-color-swatch.c +index aeb74a6..523e229 100644 +--- a/components/editor/gtkhtml-color-swatch.c ++++ b/components/editor/gtkhtml-color-swatch.c +@@ -22,6 +22,9 @@ + + #include + ++/* backward-compatibility cruft */ ++#include "gtkhtml/gtk-compat.h" ++ + #define GTKHTML_COLOR_SWATCH_GET_PRIVATE(obj) \ + (G_TYPE_INSTANCE_GET_PRIVATE \ + ((obj), GTKHTML_TYPE_COLOR_SWATCH, GtkhtmlColorSwatchPrivate)) +@@ -141,7 +144,7 @@ color_swatch_size_request (GtkWidget *widget, + + priv = GTKHTML_COLOR_SWATCH_GET_PRIVATE (widget); + +- gtk_widget_size_request (priv->frame, requisition); ++ gtk_widget_get_preferred_size (priv->frame, requisition, NULL); + } + + static void +diff --git a/components/editor/gtkhtml-face-tool-button.c b/components/editor/gtkhtml-face-tool-button.c +index d476b1d..fd5e195 100644 +--- a/components/editor/gtkhtml-face-tool-button.c ++++ b/components/editor/gtkhtml-face-tool-button.c +@@ -213,8 +213,8 @@ face_tool_button_child_key_press_event_cb (GtkhtmlFaceToolButton *button, + { + GtkWidget *window = button->priv->window; + +- if (!gtk_bindings_activate_event (G_OBJECT (window), event)) +- gtk_bindings_activate_event (G_OBJECT (button), event); ++ if (!gtk_bindings_activate_event (COMPAT_BINDING_TYPE (window), event)) ++ gtk_bindings_activate_event (COMPAT_BINDING_TYPE (button), event); + + return TRUE; + } +@@ -361,7 +361,7 @@ face_tool_button_popup (GtkhtmlFaceToolButton *button) + status = gdk_keyboard_grab (window, TRUE, GDK_CURRENT_TIME); + if (status != GDK_GRAB_SUCCESS) + gdk_display_pointer_ungrab ( +- gdk_drawable_get_display (window), ++ gdk_window_get_display (window), + GDK_CURRENT_TIME); + } + +diff --git a/components/editor/main.c b/components/editor/main.c +index 0a0a37f..3445229 100644 +--- a/components/editor/main.c ++++ b/components/editor/main.c +@@ -153,11 +153,14 @@ view_source_dialog (GtkhtmlEditor *editor, + + dialog = gtk_dialog_new_with_buttons ( + title, GTK_WINDOW (editor), +- GTK_DIALOG_DESTROY_WITH_PARENT | +- GTK_DIALOG_NO_SEPARATOR, ++ GTK_DIALOG_DESTROY_WITH_PARENT, + GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, + NULL); + ++#if !GTK_CHECK_VERSION(2,90,7) ++ g_object_set (dialog, "has-separator", FALSE, NULL); ++#endif ++ + content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog)); + + scrolled_window = gtk_scrolled_window_new (NULL, NULL); +diff --git a/gtkhtml/gtk-compat.h b/gtkhtml/gtk-compat.h +index 264d273..82ce750 100644 +--- a/gtkhtml/gtk-compat.h ++++ b/gtkhtml/gtk-compat.h +@@ -5,6 +5,30 @@ + + /* Provide a GTK+ compatibility layer. */ + ++#if !GTK_CHECK_VERSION (2,23,0) ++#define gdk_window_get_visual gdk_drawable_get_visual ++#endif ++ ++/* For use with GTK+ key binding functions. */ ++#if GTK_CHECK_VERSION (2,91,0) ++#define COMPAT_BINDING_TYPE G_OBJECT ++#else ++#define COMPAT_BINDING_TYPE GTK_OBJECT ++#endif ++ ++#if !GTK_CHECK_VERSION (2,91,0) ++ ++#define gtk_widget_get_preferred_size(widget, minimum_size, natural_size) \ ++ (gtk_widget_size_request ((widget), (minimum_size))) ++ ++#define gdk_window_get_display(window) \ ++ (gdk_drawable_get_display (window)) ++ ++#define gdk_window_set_background_pattern(window, pattern) \ ++ (gdk_window_set_back_pixmap ((window), NULL, FALSE)) ++ ++#endif /* < 2.91.0 */ ++ + #if GTK_CHECK_VERSION (2,90,5) + + /* Recreate GdkRegion until we drop GTK2 compatibility. */ +@@ -20,6 +44,6 @@ + cairo_region_union_rectangle ((region), (rect)); \ + } G_STMT_END + +-#endif ++#endif /* >= 2.90.5 */ + + #endif /* __GTK_COMPAT_H__ */ +diff --git a/gtkhtml/gtkhtml-embedded.c b/gtkhtml/gtkhtml-embedded.c +index 9681a08..31719e0 100644 +--- a/gtkhtml/gtkhtml-embedded.c ++++ b/gtkhtml/gtkhtml-embedded.c +@@ -26,6 +26,9 @@ + #include "gtkhtml-embedded.h" + #include "htmlengine.h" + ++/* backward-compatibility cruft */ ++#include "gtk-compat.h" ++ + static void gtk_html_embedded_class_init (GtkHTMLEmbeddedClass *class); + static void gtk_html_embedded_init (GtkHTMLEmbedded *gspaper); + +@@ -120,7 +123,7 @@ static void gtk_html_embedded_remove (GtkContainer *container, GtkWidget *child) + } + + typedef void (*draw_print_signal)(GObject *, gpointer, gpointer); +-typedef void (*draw_gdk_signal)(GObject *, gpointer, gpointer, gint, gint, gpointer); ++typedef void (*draw_gdk_signal)(GObject *, gpointer, gint, gint, gpointer); + + static void + draw_gdk_signal_marshaller (GClosure *closure, +@@ -150,20 +153,19 @@ draw_gdk_signal_marshaller (GClosure *closure, + + ff (data1, + g_value_get_pointer (param_values + 1), +- g_value_get_pointer (param_values + 2), ++ g_value_get_int (param_values + 2), + g_value_get_int (param_values + 3), +- g_value_get_int (param_values + 4), + data2); + } + + static void + gtk_html_embedded_class_init (GtkHTMLEmbeddedClass *class) + { +- GObjectClass *gobject_class; ++ GObjectClass *object_class; + GtkWidgetClass *widget_class; + GtkContainerClass *container_class; + +- gobject_class = G_OBJECT_CLASS (class); ++ object_class = G_OBJECT_CLASS (class); + widget_class = GTK_WIDGET_CLASS (class); + container_class = GTK_CONTAINER_CLASS (class); + +@@ -171,7 +173,7 @@ gtk_html_embedded_class_init (GtkHTMLEmbeddedClass *class) + + signals[CHANGED] = + g_signal_new ("changed", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLEmbeddedClass, changed), + NULL, NULL, +@@ -179,7 +181,7 @@ gtk_html_embedded_class_init (GtkHTMLEmbeddedClass *class) + G_TYPE_NONE, 0); + signals[DRAW_GDK] = + g_signal_new ("draw_gdk", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLEmbeddedClass, draw_gdk), + NULL, NULL, +@@ -189,7 +191,7 @@ gtk_html_embedded_class_init (GtkHTMLEmbeddedClass *class) + + signals[DRAW_PRINT] = + g_signal_new ("draw_print", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLEmbeddedClass, draw_print), + NULL, NULL, +@@ -197,7 +199,7 @@ gtk_html_embedded_class_init (GtkHTMLEmbeddedClass *class) + G_TYPE_NONE, 1, + G_TYPE_POINTER); + +- gobject_class->finalize = gtk_html_embedded_finalize; ++ object_class->finalize = gtk_html_embedded_finalize; + + widget_class->size_request = gtk_html_embedded_size_request; + widget_class->size_allocate = gtk_html_embedded_size_allocate; +@@ -219,7 +221,7 @@ gtk_html_embedded_size_request (GtkWidget *widget, GtkRequisition *requisition) + child = gtk_bin_get_child (GTK_BIN (widget)); + + if (child) { +- gtk_widget_size_request (child, requisition); ++ gtk_widget_get_preferred_size (child, requisition, NULL); + } else { + GtkRequisition self_requisition; + +diff --git a/gtkhtml/gtkhtml-embedded.h b/gtkhtml/gtkhtml-embedded.h +index 564e9e9..a7e64ff 100644 +--- a/gtkhtml/gtkhtml-embedded.h ++++ b/gtkhtml/gtkhtml-embedded.h +@@ -54,7 +54,7 @@ struct _GtkHTMLEmbeddedClass { + GtkBinClass parent_class; + + void (*changed)(GtkHTMLEmbedded *); +- void (*draw_gdk)(GtkHTMLEmbedded *, GdkPixmap *, GdkGC *, ++ void (*draw_gdk)(GtkHTMLEmbedded *, cairo_t *, + gint, gint); + void (*draw_print)(GtkHTMLEmbedded *, GtkPrintContext *); + }; +diff --git a/gtkhtml/gtkhtml.c b/gtkhtml/gtkhtml.c +index a0fd654..67ddb9d 100644 +--- a/gtkhtml/gtkhtml.c ++++ b/gtkhtml/gtkhtml.c +@@ -759,73 +759,6 @@ remove_scroll_timeout (GtkHTML *html) + } + + +-/* GObject methods. */ +- +-static void +-dispose (GObject *object) +-{ +- GtkHTML *html; +- +- html = GTK_HTML (object); +- +- g_free (html->pointer_url); +- html->pointer_url = NULL; +- +- if (html->hand_cursor) { +- gdk_cursor_unref (html->hand_cursor); +- html->hand_cursor = NULL; +- } +- +- if (html->ibeam_cursor) { +- gdk_cursor_unref (html->ibeam_cursor); +- html->ibeam_cursor = NULL; +- } +- +- connect_adjustments (html, NULL, NULL); +- +- if (html->priv) { +- if (html->priv->idle_handler_id != 0) { +- g_source_remove (html->priv->idle_handler_id); +- html->priv->idle_handler_id = 0; +- } +- +- if (html->priv->scroll_timeout_id != 0) { +- g_source_remove (html->priv->scroll_timeout_id); +- html->priv->scroll_timeout_id = 0; +- } +- +- if (html->priv->notify_monospace_font_id) { +- gconf_client_notify_remove ( +- gconf_client_get_default (), +- html->priv->notify_monospace_font_id); +- html->priv->notify_monospace_font_id = 0; +- } +- +- if (html->priv->resize_cursor) { +- gdk_cursor_unref (html->priv->resize_cursor); +- html->priv->resize_cursor = NULL; +- } +- +- if (html->priv->im_context) { +- g_object_unref (html->priv->im_context); +- html->priv->im_context = NULL; +- } +- +- g_free (html->priv->base_url); +- g_free (html->priv->caret_first_focus_anchor); +- g_free (html->priv); +- html->priv = NULL; +- } +- +- if (html->engine) { +- g_object_unref (G_OBJECT (html->engine)); +- html->engine = NULL; +- } +- +- if (G_OBJECT_CLASS (parent_class)->dispose != NULL) +- (* G_OBJECT_CLASS (parent_class)->dispose) (object); +-} +- + GtkHTML * + gtk_html_get_top_html (GtkHTML *html) + { +@@ -995,6 +928,81 @@ set_caret_mode (HTMLEngine *engine, gboolean caret_mode) + } + + /* GtkWidget methods. */ ++ ++static void ++#if GTK_CHECK_VERSION(2,91,0) ++destroy (GtkWidget *widget) ++#else ++destroy (GtkObject *widget) ++#endif ++{ ++ GtkHTML *html; ++ ++ html = GTK_HTML (widget); ++ ++ g_free (html->pointer_url); ++ html->pointer_url = NULL; ++ ++ if (html->hand_cursor) { ++ gdk_cursor_unref (html->hand_cursor); ++ html->hand_cursor = NULL; ++ } ++ ++ if (html->ibeam_cursor) { ++ gdk_cursor_unref (html->ibeam_cursor); ++ html->ibeam_cursor = NULL; ++ } ++ ++ connect_adjustments (html, NULL, NULL); ++ ++ if (html->priv) { ++ if (html->priv->idle_handler_id != 0) { ++ g_source_remove (html->priv->idle_handler_id); ++ html->priv->idle_handler_id = 0; ++ } ++ ++ if (html->priv->scroll_timeout_id != 0) { ++ g_source_remove (html->priv->scroll_timeout_id); ++ html->priv->scroll_timeout_id = 0; ++ } ++ ++ if (html->priv->notify_monospace_font_id) { ++ gconf_client_notify_remove ( ++ gconf_client_get_default (), ++ html->priv->notify_monospace_font_id); ++ html->priv->notify_monospace_font_id = 0; ++ } ++ ++ if (html->priv->resize_cursor) { ++ gdk_cursor_unref (html->priv->resize_cursor); ++ html->priv->resize_cursor = NULL; ++ } ++ ++ if (html->priv->im_context) { ++ g_object_unref (html->priv->im_context); ++ html->priv->im_context = NULL; ++ } ++ ++ g_free (html->priv->base_url); ++ g_free (html->priv->caret_first_focus_anchor); ++ g_free (html->priv); ++ html->priv = NULL; ++ } ++ ++ if (html->engine) { ++ g_object_unref (G_OBJECT (html->engine)); ++ html->engine = NULL; ++ } ++ ++#if GTK_CHECK_VERSION(2,91,0) ++ if (GTK_WIDGET_CLASS (parent_class)->destroy != NULL) ++ (* GTK_WIDGET_CLASS (parent_class)->destroy) (widget); ++#else ++ if (GTK_OBJECT_CLASS (parent_class)->destroy != NULL) ++ (* GTK_OBJECT_CLASS (parent_class)->destroy) (widget); ++#endif ++} ++ + static void + style_set (GtkWidget *widget, GtkStyle *previous_style) + { +@@ -1067,7 +1075,7 @@ key_press_event (GtkWidget *widget, GdkEventKey *event) + } + + if (html_class->use_emacs_bindings && html_class->emacs_bindings && !html->binding_handled) +- gtk_binding_set_activate (html_class->emacs_bindings, event->keyval, event->state, G_OBJECT (widget)); ++ gtk_binding_set_activate (html_class->emacs_bindings, event->keyval, event->state, COMPAT_BINDING_TYPE (widget)); + + if (!html->binding_handled) { + html->priv->in_key_binding = TRUE; +@@ -1192,7 +1200,7 @@ realize (GtkWidget *widget) + + /* This sets the backing pixmap to None, so that scrolling does not + erase the newly exposed area, thus making the thing smoother. */ +- gdk_window_set_back_pixmap (bin_window, NULL, FALSE); ++ gdk_window_set_background_pattern (bin_window, NULL); + + /* If someone was silly enough to stick us in something that doesn't + * have adjustments, go ahead and create them now since we expect them +@@ -1230,6 +1238,21 @@ unrealize (GtkWidget *widget) + (* GTK_WIDGET_CLASS (parent_class)->unrealize) (widget); + } + ++#if GTK_CHECK_VERSION(2,91,0) ++static gboolean ++draw (GtkWidget *widget, cairo_t *cr) ++{ ++ /* printf ("draw x: %d y: %d\n", GTK_HTML (widget)->engine->x_offset, GTK_HTML (widget)->engine->y_offset); */ ++ ++ html_engine_expose (GTK_HTML (widget)->engine, cr); ++ ++ if (GTK_WIDGET_CLASS (parent_class)->draw) ++ (* GTK_WIDGET_CLASS (parent_class)->draw) (widget, cr); ++ /* printf ("draw END\n"); */ ++ ++ return FALSE; ++} ++#else + static gboolean + expose (GtkWidget *widget, GdkEventExpose *event) + { +@@ -1243,6 +1266,7 @@ expose (GtkWidget *widget, GdkEventExpose *event) + + return FALSE; + } ++#endif + + static void + gtk_html_size_request (GtkWidget *widget, GtkRequisition *requisition) +@@ -2878,25 +2902,31 @@ gtk_html_direction_changed (GtkWidget *widget, GtkTextDirection previous_dir) + static void + gtk_html_class_init (GtkHTMLClass *klass) + { +- GObjectClass *gobject_class; ++ GObjectClass *object_class; + GtkHTMLClass *html_class; + GtkWidgetClass *widget_class; + GtkLayoutClass *layout_class; + GtkContainerClass *container_class; ++#if !GTK_CHECK_VERSION(2,91,0) ++ GtkObjectClass *gtk_object_class; ++#endif + gchar *filename; + GConfClient *client; + + html_class = (GtkHTMLClass *) klass; +- gobject_class = (GObjectClass *) klass; ++ object_class = (GObjectClass *) klass; + widget_class = (GtkWidgetClass *) klass; + layout_class = (GtkLayoutClass *) klass; + container_class = (GtkContainerClass *) klass; ++#if !GTK_CHECK_VERSION(2,91,0) ++ gtk_object_class = (GtkObjectClass *) klass; ++#endif + + parent_class = g_type_class_peek_parent (klass); + + signals[TITLE_CHANGED] = + g_signal_new ("title_changed", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, title_changed), + NULL, NULL, +@@ -2905,7 +2935,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + G_TYPE_STRING); + signals[URL_REQUESTED] = + g_signal_new ("url_requested", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_LAST, + G_STRUCT_OFFSET (GtkHTMLClass, url_requested), + NULL, NULL, +@@ -2915,7 +2945,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + G_TYPE_POINTER); + signals[LOAD_DONE] = + g_signal_new ("load_done", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, load_done), + NULL, NULL, +@@ -2923,7 +2953,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + G_TYPE_NONE, 0); + signals[LINK_CLICKED] = + g_signal_new ("link_clicked", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, link_clicked), + NULL, NULL, +@@ -2932,7 +2962,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + G_TYPE_STRING); + signals[SET_BASE] = + g_signal_new ("set_base", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, set_base), + NULL, NULL, +@@ -2941,7 +2971,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + G_TYPE_STRING); + signals[SET_BASE_TARGET] = + g_signal_new ("set_base_target", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, set_base_target), + NULL, NULL, +@@ -2951,7 +2981,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[ON_URL] = + g_signal_new ("on_url", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, on_url), + NULL, NULL, +@@ -2961,7 +2991,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[REDIRECT] = + g_signal_new ("redirect", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, redirect), + NULL, NULL, +@@ -2972,7 +3002,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[SUBMIT] = + g_signal_new ("submit", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, submit), + NULL, NULL, +@@ -2984,7 +3014,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[OBJECT_REQUESTED] = + g_signal_new ("object_requested", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_LAST, + G_STRUCT_OFFSET (GtkHTMLClass, object_requested), + NULL, NULL, +@@ -2994,7 +3024,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[CURRENT_PARAGRAPH_STYLE_CHANGED] = + g_signal_new ("current_paragraph_style_changed", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, current_paragraph_style_changed), + NULL, NULL, +@@ -3004,7 +3034,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[CURRENT_PARAGRAPH_INDENTATION_CHANGED] = + g_signal_new ("current_paragraph_indentation_changed", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, current_paragraph_indentation_changed), + NULL, NULL, +@@ -3014,7 +3044,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[CURRENT_PARAGRAPH_ALIGNMENT_CHANGED] = + g_signal_new ("current_paragraph_alignment_changed", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, current_paragraph_alignment_changed), + NULL, NULL, +@@ -3024,7 +3054,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[INSERTION_FONT_STYLE_CHANGED] = + g_signal_new ("insertion_font_style_changed", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, insertion_font_style_changed), + NULL, NULL, +@@ -3034,7 +3064,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[INSERTION_COLOR_CHANGED] = + g_signal_new ("insertion_color_changed", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, insertion_color_changed), + NULL, NULL, +@@ -3044,7 +3074,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[SIZE_CHANGED] = + g_signal_new ("size_changed", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, size_changed), + NULL, NULL, +@@ -3052,7 +3082,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + G_TYPE_NONE, 0); + signals[IFRAME_CREATED] = + g_signal_new ("iframe_created", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, iframe_created), + NULL, NULL, +@@ -3062,7 +3092,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[SCROLL] = + g_signal_new ("scroll", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION, + G_STRUCT_OFFSET (GtkHTMLClass, scroll), + NULL, NULL, +@@ -3073,7 +3103,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[CURSOR_MOVE] = + g_signal_new ("cursor_move", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION, + G_STRUCT_OFFSET (GtkHTMLClass, cursor_move), + NULL, NULL, +@@ -3082,7 +3112,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[COMMAND] = + g_signal_new ("command", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION, + G_STRUCT_OFFSET (GtkHTMLClass, command), + NULL, NULL, +@@ -3091,7 +3121,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[CURSOR_CHANGED] = + g_signal_new ("cursor_changed", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, cursor_changed), + NULL, NULL, +@@ -3100,7 +3130,7 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[OBJECT_INSERTED] = + g_signal_new ("object_inserted", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, object_inserted), + NULL, NULL, +@@ -3110,41 +3140,40 @@ gtk_html_class_init (GtkHTMLClass *klass) + + signals[OBJECT_DELETE] = + g_signal_new ("object_delete", +- G_TYPE_FROM_CLASS (gobject_class), ++ G_TYPE_FROM_CLASS (object_class), + G_SIGNAL_RUN_FIRST, + G_STRUCT_OFFSET (GtkHTMLClass, object_delete), + NULL, NULL, + html_g_cclosure_marshal_VOID__INT_INT, + G_TYPE_NONE, 2, + G_TYPE_INT, G_TYPE_INT); +- gobject_class->dispose = dispose; + + #ifdef USE_PROPS +- gobject_class->get_property = gtk_html_get_property; +- gobject_class->set_property = gtk_html_set_property; ++ object_class->get_property = gtk_html_get_property; ++ object_class->set_property = gtk_html_set_property; + +- g_object_class_install_property (gobject_class, ++ g_object_class_install_property (object_class, + PROP_EDITABLE, + g_param_spec_boolean ("editable", + "Editable", + "Whether the html can be edited", + FALSE, + G_PARAM_READABLE | G_PARAM_WRITABLE)); +- g_object_class_install_property (gobject_class, ++ g_object_class_install_property (object_class, + PROP_TITLE, + g_param_spec_string ("title", + "Document Title", + "The title of the current document", + NULL, + G_PARAM_WRITABLE | G_PARAM_READABLE)); +- g_object_class_install_property (gobject_class, ++ g_object_class_install_property (object_class, + PROP_DOCUMENT_BASE, + g_param_spec_string ("document_base", + "Document Base", + "The base URL for relative references", + NULL, + G_PARAM_WRITABLE | G_PARAM_READABLE)); +- g_object_class_install_property (gobject_class, ++ g_object_class_install_property (object_class, + PROP_TARGET_BASE, + g_param_spec_string ("target_base", + "Target Base", +@@ -3192,12 +3221,21 @@ gtk_html_class_init (GtkHTMLClass *klass) + GDK_TYPE_COLOR, + G_PARAM_READABLE)); + ++#if GTK_CHECK_VERSION(2,91,0) ++ widget_class->destroy = destroy; ++#else ++ gtk_object_class->destroy = destroy; ++#endif + widget_class->realize = realize; + widget_class->unrealize = unrealize; + widget_class->style_set = style_set; + widget_class->key_press_event = key_press_event; + widget_class->key_release_event = key_release_event; +- widget_class->expose_event = expose; ++#if GTK_CHECK_VERSION(2,91,0) ++ widget_class->draw = draw; ++#else ++ widget_class->expose_event = expose; ++#endif + widget_class->size_request = gtk_html_size_request; + widget_class->size_allocate = size_allocate; + widget_class->motion_notify_event = motion_notify_event; +diff --git a/gtkhtml/htmldrawqueue.c b/gtkhtml/htmldrawqueue.c +index ccf3079..f014100 100644 +--- a/gtkhtml/htmldrawqueue.c ++++ b/gtkhtml/htmldrawqueue.c +@@ -32,7 +32,9 @@ + #include "htmlsettings.h" + #include "gtkhtml.h" + +- ++/* backward-compatibility cruft */ ++#include "gtk-compat.h" ++ + /* HTMLDrawQueueClearElement handling. */ + + static HTMLDrawQueueClearElement * +@@ -256,7 +258,7 @@ html_draw_queue_flush (HTMLDrawQueue *queue) + + /* check to make sure we have something to draw on */ + +- vis = queue->engine->window ? gdk_drawable_get_visual (queue->engine->window): NULL; ++ vis = queue->engine->window ? gdk_window_get_visual (queue->engine->window): NULL; + + /* Draw clear areas. */ + +diff --git a/gtkhtml/htmlembedded.c b/gtkhtml/htmlembedded.c +index f9b9642..cf3ed4f 100644 +--- a/gtkhtml/htmlembedded.c ++++ b/gtkhtml/htmlembedded.c +@@ -36,6 +36,9 @@ + /*For use converter based on g_iconv*/ + #include "htmltokenizer.h" + ++/* backward-compatibility cruft */ ++#include "gtk-compat.h" ++ + HTMLEmbeddedClass html_embedded_class; + static HTMLObjectClass *parent_class = NULL; + +@@ -154,7 +157,7 @@ calc_min_width (HTMLObject *self, + return 0; + + requisition.width = requisition.height = 0; +- gtk_widget_size_request (widget, &requisition); ++ gtk_widget_get_preferred_size (widget, &requisition, NULL); + pixel_size = html_painter_get_pixel_size (painter); + + min_width = requisition.width * pixel_size; +@@ -181,7 +184,7 @@ html_embedded_real_calc_size (HTMLObject *self, HTMLPainter *painter, GList **ch + old_ascent = self->ascent; + + requisition.width = requisition.height = 0; +- gtk_widget_size_request (widget, &requisition); ++ gtk_widget_get_preferred_size (widget, &requisition, NULL); + + if (GTK_IS_HTML_EMBEDDED (widget)) + self->descent = GTK_HTML_EMBEDDED (widget)->descent * pixel_size; +diff --git a/gtkhtml/htmlengine-edit-cursor.c b/gtkhtml/htmlengine-edit-cursor.c +index 5b8f1a5..fdc2d58 100644 +--- a/gtkhtml/htmlengine-edit-cursor.c ++++ b/gtkhtml/htmlengine-edit-cursor.c +@@ -115,28 +115,46 @@ clip_cursor (HTMLEngine *engine, gint x, gint y, gint width, gint height, gint * + } + + static void ++_cairo_draw_rectangle (cairo_t *cr, ++ gboolean filled, ++ gint x, ++ gint y, ++ gint width, ++ gint height) ++{ ++ if (filled) ++ { ++ cairo_rectangle (cr, x, y, width, height); ++ cairo_fill (cr); ++ } ++ else ++ { ++ cairo_rectangle (cr, x + 0.5, y + 0.5, width, height); ++ cairo_stroke (cr); ++ } ++} ++ ++static void + draw_cursor_rectangle (HTMLEngine *e, gint x1, gint y1, gint x2, gint y2, + GdkColor *on_color, GdkColor *off_color, + gint offset) + { +- GdkGC *gc; ++ cairo_t *cr; + GdkColor color; +- gint8 dashes[2] = { 1, 3 }; ++ const double dashes[2] = { 1, 3 }; ++ int ndash = sizeof (dashes) / sizeof (dashes[0]); + + if (x1 > x2 || y1 > y2 || !e->window) + return; + +- gc = gdk_gc_new (e->window); ++ /* FIXME: what is the off color for? */ ++ cr = gdk_cairo_create (e->window); + color = *on_color; +- gdk_rgb_find_color (gdk_drawable_get_colormap (e->window), &color); +- gdk_gc_set_foreground (gc, &color); +- color = *off_color; +- gdk_rgb_find_color (gdk_drawable_get_colormap (e->window), &color); +- gdk_gc_set_background (gc, &color); +- gdk_gc_set_line_attributes (gc, 1, GDK_LINE_DOUBLE_DASH, GDK_CAP_ROUND, GDK_JOIN_ROUND); +- gdk_gc_set_dashes (gc, offset, dashes, 2); +- gdk_draw_rectangle (e->window, gc, 0, x1, y1, x2 - x1, y2 - y1); +- g_object_unref (gc); ++ gdk_cairo_set_source_color (cr, &color); ++ cairo_set_line_cap (cr, CAIRO_LINE_CAP_ROUND); ++ cairo_set_dash (cr, dashes, ndash, offset); ++ _cairo_draw_rectangle (cr, FALSE, x1, y1, x2 - x1, y2 - y1); ++ cairo_destroy (cr); + } + + static gint cursor_enabled = TRUE; +@@ -282,6 +300,24 @@ html_engine_draw_table_cursor (HTMLEngine *e) + } + } + ++static void ++_cairo_draw_line (cairo_t *cr, ++ gint x1, ++ gint y1, ++ gint x2, ++ gint y2) ++{ ++ cairo_save (cr); ++ ++ cairo_set_line_cap (cr, CAIRO_LINE_CAP_SQUARE); ++ ++ cairo_move_to (cr, x1 + 0.5, y1 + 0.5); ++ cairo_line_to (cr, x2 + 0.5, y2 + 0.5); ++ cairo_stroke (cr); ++ ++ cairo_restore (cr); ++} ++ + void + html_engine_draw_cursor_in_area (HTMLEngine *engine, + gint x, gint y, +@@ -341,7 +377,12 @@ html_engine_draw_cursor_in_area (HTMLEngine *engine, + gtk_im_context_set_cursor_location (GTK_HTML (engine->widget)->priv->im_context, &pos); + + if (clip_cursor (engine, x, y, width, height, &x1, &y1, &x2, &y2)) { +- gdk_draw_line (engine->window, engine->invert_gc, x1, y1, x2, y2); ++ cairo_t *cr; ++ cr = gdk_cairo_create (engine->window); ++ cairo_set_source_rgb (cr, 1, 1, 1); ++ cairo_set_operator (cr, CAIRO_OPERATOR_DIFFERENCE); ++ _cairo_draw_line (cr, x1, y1, x2, y2); ++ cairo_destroy (cr); + } + } + +diff --git a/gtkhtml/htmlengine.c b/gtkhtml/htmlengine.c +index 5f5feba..7f15555 100644 +--- a/gtkhtml/htmlengine.c ++++ b/gtkhtml/htmlengine.c +@@ -4094,11 +4094,6 @@ html_engine_finalize (GObject *object) + } + html_engine_clipboard_clear (engine); + +- if (engine->invert_gc != NULL) { +- g_object_unref (engine->invert_gc); +- engine->invert_gc = NULL; +- } +- + if (engine->cursor) { + html_cursor_destroy (engine->cursor); + engine->cursor = NULL; +@@ -4393,7 +4388,6 @@ html_engine_init (HTMLEngine *engine) + engine->pending_expose = NULL; + + engine->window = NULL; +- engine->invert_gc = NULL; + + /* settings, colors and painter init */ + +@@ -4497,8 +4491,6 @@ void + html_engine_realize (HTMLEngine *e, + GdkWindow *window) + { +- GdkGCValues gc_values; +- + g_return_if_fail (e != NULL); + g_return_if_fail (window != NULL); + g_return_if_fail (e->window == NULL); +@@ -4509,9 +4501,6 @@ html_engine_realize (HTMLEngine *e, + html_gdk_painter_realize ( + HTML_GDK_PAINTER (e->painter), window); + +- gc_values.function = GDK_INVERT; +- e->invert_gc = gdk_gc_new_with_values (e->window, &gc_values, GDK_GC_FUNCTION); +- + if (e->need_update) + html_engine_schedule_update (e); + } +@@ -5139,6 +5128,19 @@ html_engine_draw_real (HTMLEngine *e, gint x, gint y, gint width, gint height, g + e->expose = FALSE; + } + ++#if GTK_CHECK_VERSION(2,91,0) ++void ++html_engine_expose (HTMLEngine *e, cairo_t *cr) ++{ ++ GdkRectangle rect; ++ ++ gdk_cairo_get_clip_rectangle (cr, &rect); ++ if (html_engine_frozen (e)) ++ html_engine_add_expose (e, rect.x, rect.y, rect.width, rect.height, TRUE); ++ else ++ html_engine_draw_real (e, rect.x, rect.y, rect.width, rect.height, TRUE); ++} ++#else + void + html_engine_expose (HTMLEngine *e, GdkEventExpose *event) + { +@@ -5147,6 +5149,7 @@ html_engine_expose (HTMLEngine *e, GdkEventExpose *event) + else + html_engine_draw_real (e, event->area.x, event->area.y, event->area.width, event->area.height, TRUE); + } ++#endif + + void + html_engine_draw (HTMLEngine *e, gint x, gint y, gint width, gint height) +diff --git a/gtkhtml/htmlengine.h b/gtkhtml/htmlengine.h +index a3ff3ac..d3425df 100644 +--- a/gtkhtml/htmlengine.h ++++ b/gtkhtml/htmlengine.h +@@ -60,7 +60,6 @@ struct _HTMLEngine { + HTMLUndo *undo; + + GdkWindow *window; +- GdkGC *invert_gc; + + gboolean editable; + gboolean caret_mode; +@@ -336,8 +335,13 @@ void html_engine_draw (HTMLEngine *e, + gint y, + gint width, + gint height); ++#if GTK_CHECK_VERSION(2,91,0) ++void html_engine_expose (HTMLEngine *e, ++ cairo_t *cr); ++#else + void html_engine_expose (HTMLEngine *e, + GdkEventExpose *event); ++#endif + void html_engine_draw_background (HTMLEngine *e, + gint x, + gint y, +diff --git a/gtkhtml/htmlgdkpainter.c b/gtkhtml/htmlgdkpainter.c +index 2567862..ad4c635 100644 +--- a/gtkhtml/htmlgdkpainter.c ++++ b/gtkhtml/htmlgdkpainter.c +@@ -24,6 +24,7 @@ + + #include + #include ++#include + + #include + +@@ -51,14 +52,14 @@ finalize (GObject *object) + + painter = HTML_GDK_PAINTER (object); + +- if (painter->gc != NULL) { +- g_object_unref (painter->gc); +- painter->gc = NULL; ++ if (painter->cr != NULL) { ++ cairo_destroy (painter->cr); ++ painter->cr = NULL; + } + +- if (painter->pixmap != NULL) { +- g_object_unref (painter->pixmap); +- painter->pixmap = NULL; ++ if (painter->surface != NULL) { ++ cairo_surface_destroy (painter->surface); ++ painter->surface = NULL; + } + + if (G_OBJECT_CLASS (parent_class)->finalize) { +@@ -70,14 +71,6 @@ static void + alloc_color (HTMLPainter *painter, + GdkColor *color) + { +- HTMLGdkPainter *gdk_painter; +- GdkColormap *colormap; +- +- gdk_painter = HTML_GDK_PAINTER (painter); +- g_return_if_fail (gdk_painter->window != NULL); +- +- colormap = gdk_drawable_get_colormap (gdk_painter->window); +- gdk_rgb_find_color (colormap, color); + } + + static void +@@ -86,6 +79,80 @@ free_color (HTMLPainter *painter, + { + } + ++static void ++_cairo_draw_line (cairo_t *cr, ++ gint x1, ++ gint y1, ++ gint x2, ++ gint y2) ++{ ++ cairo_save (cr); ++ ++ cairo_set_line_cap (cr, CAIRO_LINE_CAP_SQUARE); ++ ++ cairo_move_to (cr, x1 + 0.5, y1 + 0.5); ++ cairo_line_to (cr, x2 + 0.5, y2 + 0.5); ++ cairo_stroke (cr); ++ ++ cairo_restore (cr); ++} ++ ++static void ++_cairo_draw_rectangle (cairo_t *cr, ++ gboolean filled, ++ gint x, ++ gint y, ++ gint width, ++ gint height) ++{ ++ if (filled) ++ { ++ cairo_rectangle (cr, x, y, width, height); ++ cairo_fill (cr); ++ } ++ else ++ { ++ cairo_rectangle (cr, x + 0.5, y + 0.5, width, height); ++ cairo_stroke (cr); ++ } ++} ++ ++static void ++_cairo_draw_ellipse (cairo_t *cr, ++ gboolean filled, ++ gint x, ++ gint y, ++ gint width, ++ gint height) ++{ ++ cairo_save (cr); ++ ++ cairo_translate (cr, x + width / 2.0, y + height / 2.0); ++ cairo_scale (cr, width / 2.0, height / 2.0); ++ cairo_arc (cr, 0.0, 0.0, 1.0, 0.0, 2 * M_PI); ++ ++ if (filled) { ++ cairo_fill (cr); ++ } else { ++ cairo_stroke (cr); ++ } ++ ++ cairo_restore (cr); ++} ++ ++static void ++_cairo_draw_glyphs (cairo_t *cr, ++ PangoFont *font, ++ int x, ++ int y, ++ PangoGlyphString *glyphs) ++{ ++ cairo_save (cr); ++ cairo_move_to (cr, (double)x / PANGO_SCALE, (double)y / PANGO_SCALE); ++ pango_cairo_show_glyph_string (cr, font, glyphs); ++ cairo_restore (cr); ++} ++ + + static void + begin (HTMLPainter *painter, gint x1, gint y1, gint x2, gint y2) +@@ -97,62 +164,71 @@ begin (HTMLPainter *painter, gint x1, gint y1, gint x2, gint y2) + gdk_painter = HTML_GDK_PAINTER (painter); + g_return_if_fail (gdk_painter->window != NULL); + +- set_clip_rectangle (painter, 0, 0, 0, 0); ++ /* FIXME: Ideally it should be NULL before coming here. */ ++ if (gdk_painter->cr) ++ cairo_destroy (gdk_painter->cr); ++ if (gdk_painter->surface) ++ cairo_surface_destroy (gdk_painter->surface); + + if (gdk_painter->double_buffer) { + const gint width = x2 - x1 + 1; + const gint height = y2 - y1 + 1; + +- /* FIXME: Ideally it should be NULL before coming here. */ +- if (gdk_painter->pixmap && gdk_painter->pixmap != gdk_painter->window) +- g_object_unref (gdk_painter->pixmap); +- +- gdk_painter->pixmap = gdk_pixmap_new (gdk_painter->window, width, height, -1); ++ gdk_painter->surface = gdk_window_create_similar_surface (gdk_painter->window, ++ CAIRO_CONTENT_COLOR, ++ MAX (width, 1), ++ MAX (height, 1)); + gdk_painter->x1 = x1; + gdk_painter->y1 = y1; + gdk_painter->x2 = x2; + gdk_painter->y2 = y2; + + if (gdk_painter->set_background) { +- gdk_gc_set_background (gdk_painter->gc, &gdk_painter->background); + gdk_painter->set_background = FALSE; + } + +- gdk_gc_set_foreground (gdk_painter->gc, &gdk_painter->background); +- gdk_draw_rectangle (gdk_painter->pixmap, gdk_painter->gc, +- TRUE, 0, 0, width, height); ++ gdk_painter->cr = cairo_create (gdk_painter->surface); ++ gdk_cairo_set_source_color (gdk_painter->cr, &gdk_painter->background); ++ _cairo_draw_rectangle (gdk_painter->cr, ++ TRUE, 0, 0, width, height); + } else { +- gdk_painter->pixmap = gdk_painter->window; ++ gdk_painter->cr = gdk_cairo_create (gdk_painter->window); ++ gdk_painter->surface = NULL; + gdk_painter->x1 = 0; + gdk_painter->y1 = 0; + gdk_painter->x2 = 0; + gdk_painter->y2 = 0; + } +- +- g_return_if_fail (gdk_drawable_get_colormap (gdk_painter->pixmap) != NULL); + } + + static void + end (HTMLPainter *painter) + { + HTMLGdkPainter *gdk_painter; ++ cairo_t *cr; + + /* printf ("painter end\n"); */ + + gdk_painter = HTML_GDK_PAINTER (painter); + ++ cairo_destroy (gdk_painter->cr); ++ gdk_painter->cr = NULL; ++ + if (!gdk_painter->double_buffer) + return; + +- gdk_draw_drawable (gdk_painter->window, gdk_painter->gc, +- gdk_painter->pixmap, +- 0, 0, +- gdk_painter->x1, gdk_painter->y1, +- gdk_painter->x2 - gdk_painter->x1, +- gdk_painter->y2 - gdk_painter->y1); +- +- g_object_unref (gdk_painter->pixmap); +- gdk_painter->pixmap = NULL; ++ cr = gdk_cairo_create (gdk_painter->window); ++ cairo_set_source_surface (cr, gdk_painter->surface, 0, 0); ++ cairo_rectangle (cr, ++ gdk_painter->x1, ++ gdk_painter->y1, ++ gdk_painter->x2 - gdk_painter->x1, ++ gdk_painter->y2 - gdk_painter->y1); ++ cairo_fill (cr); ++ cairo_destroy (cr); ++ ++ cairo_surface_destroy (gdk_painter->surface); ++ gdk_painter->surface = NULL; + } + + static void +@@ -163,15 +239,16 @@ clear (HTMLPainter *painter) + gdk_painter = HTML_GDK_PAINTER (painter); + + if (!gdk_painter->double_buffer) { +- gdk_window_clear (gdk_painter->window); ++ gdk_cairo_set_source_color (gdk_painter->cr, &gdk_painter->background); ++ cairo_paint (gdk_painter->cr); + } else { +- if (gdk_painter->pixmap != NULL) +- gdk_window_clear (gdk_painter->pixmap); +- else ++ if (gdk_painter->surface != NULL) { ++ gdk_cairo_set_source_color (gdk_painter->cr, &gdk_painter->background); ++ cairo_paint (gdk_painter->cr); ++ } else { + gdk_painter->do_clear = TRUE; ++ } + } +- +- g_return_if_fail (gdk_drawable_get_colormap (gdk_painter->pixmap) != NULL); + } + + +@@ -186,7 +263,6 @@ set_clip_rectangle (HTMLPainter *painter, + gdk_painter = HTML_GDK_PAINTER (painter); + + if (width == 0 || height == 0) { +- gdk_gc_set_clip_rectangle (gdk_painter->gc, NULL); + return; + } + +@@ -195,7 +271,8 @@ set_clip_rectangle (HTMLPainter *painter, + rect.width = CLAMP (width, 0, gdk_painter->x2 - gdk_painter->x1 - rect.x); + rect.height = CLAMP (height, 0, gdk_painter->y2 - gdk_painter->y1 - rect.y); + +- gdk_gc_set_clip_rectangle (gdk_painter->gc, &rect); ++ gdk_cairo_rectangle (gdk_painter->cr, &rect); ++ cairo_clip (gdk_painter->cr); + } + + static void +@@ -214,7 +291,7 @@ set_pen (HTMLPainter *painter, + gdk_painter = HTML_GDK_PAINTER (painter); + + /* GdkColor API not const-safe! */ +- gdk_gc_set_foreground (gdk_painter->gc, (GdkColor *) color); ++ gdk_cairo_set_source_color (gdk_painter->cr, (GdkColor *) color); + } + + static const GdkColor * +@@ -243,7 +320,7 @@ draw_line (HTMLPainter *painter, + x2 -= gdk_painter->x1; + y2 -= gdk_painter->y1; + +- gdk_draw_line (gdk_painter->pixmap, gdk_painter->gc, x1, y1, x2, y2); ++ _cairo_draw_line (gdk_painter->cr, x1, y1, x2, y2); + } + + static void +@@ -255,10 +332,8 @@ draw_ellipse (HTMLPainter *painter, + + gdk_painter = HTML_GDK_PAINTER (painter); + +- gdk_draw_arc (gdk_painter->pixmap, gdk_painter->gc, TRUE, +- x - gdk_painter->x1, y - gdk_painter->y1, +- width, height, +- 0, 360 * 64); ++ _cairo_draw_ellipse (gdk_painter->cr, TRUE, ++ x, y, width, height); + } + + static void +@@ -270,9 +345,9 @@ draw_rect (HTMLPainter *painter, + + gdk_painter = HTML_GDK_PAINTER (painter); + +- gdk_draw_rectangle (gdk_painter->pixmap, gdk_painter->gc, FALSE, +- x - gdk_painter->x1, y - gdk_painter->y1, +- width, height); ++ _cairo_draw_rectangle (gdk_painter->cr, FALSE, ++ x - gdk_painter->x1, y - gdk_painter->y1, ++ width, height); + } + + static void +@@ -298,9 +373,6 @@ draw_border (HTMLPainter *painter, + LIGHT (green); + LIGHT (blue); + +- alloc_color (painter, &dark); +- alloc_color (painter, &light); +- + gdk_painter = HTML_GDK_PAINTER (painter); + + switch (style) { +@@ -324,21 +396,21 @@ draw_border (HTMLPainter *painter, + + while (bordersize > 0) { + if (col2) { +- gdk_gc_set_foreground (gdk_painter->gc, col2); ++ gdk_cairo_set_source_color (gdk_painter->cr, col2); + } + +- gdk_draw_line (gdk_painter->pixmap, gdk_painter->gc, +- x + width - 1, y, x + width - 1, y + height - 1); +- gdk_draw_line (gdk_painter->pixmap, gdk_painter->gc, +- x + 1, y + height - 1, x + width - 1, y + height - 1); ++ _cairo_draw_line (gdk_painter->cr, ++ x + width - 1, y, x + width - 1, y + height - 1); ++ _cairo_draw_line (gdk_painter->cr, ++ x + 1, y + height - 1, x + width - 1, y + height - 1); + if (col1) { +- gdk_gc_set_foreground (gdk_painter->gc, col1); ++ gdk_cairo_set_source_color (gdk_painter->cr, col1); + } + +- gdk_draw_line (gdk_painter->pixmap, gdk_painter->gc, +- x, y, x + width - 2, y); +- gdk_draw_line (gdk_painter->pixmap, gdk_painter->gc, +- x, y, x, y + height - 1); ++ _cairo_draw_line (gdk_painter->cr, ++ x, y, x + width - 2, y); ++ _cairo_draw_line (gdk_painter->cr, ++ x, y, x, y + height - 1); + bordersize--; + x++; + y++; +@@ -362,7 +434,6 @@ draw_background (HTMLPainter *painter, + gint pw; + gint ph; + gint tile_width, tile_height; +- gint w, h; + GdkRectangle expose, paint, clip; + + gdk_painter = HTML_GDK_PAINTER (painter); +@@ -387,10 +458,10 @@ draw_background (HTMLPainter *painter, + return; + + if (color && !pixbuf) { +- gdk_gc_set_foreground (gdk_painter->gc, color); +- gdk_draw_rectangle (gdk_painter->pixmap, gdk_painter->gc, +- TRUE, paint.x - clip.x, paint.y - clip.y, +- paint.width, paint.height); ++ gdk_cairo_set_source_color (gdk_painter->cr, color); ++ _cairo_draw_rectangle (gdk_painter->cr, ++ TRUE, paint.x - clip.x, paint.y - clip.y, ++ paint.width, paint.height); + + } + +@@ -412,15 +483,14 @@ draw_background (HTMLPainter *painter, + pixcol.green = p[1] * 0xff; + pixcol.blue = p[2] * 0xff; + +- html_painter_alloc_color (painter, &pixcol); + color = &pixcol; + } + + if (color) { +- gdk_gc_set_foreground (gdk_painter->gc, color); +- gdk_draw_rectangle (gdk_painter->pixmap, gdk_painter->gc, +- TRUE, paint.x - clip.x, paint.y - clip.y, +- paint.width, paint.height); ++ gdk_cairo_set_source_color (gdk_painter->cr, color); ++ _cairo_draw_rectangle (gdk_painter->cr, ++ TRUE, paint.x - clip.x, paint.y - clip.y, ++ paint.width, paint.height); + } + + return; +@@ -431,94 +501,42 @@ draw_background (HTMLPainter *painter, + + /* do tiling */ + if (tile_width > pw || tile_height > ph) { +- GdkPixmap *pixmap = NULL; +- gint cw, ch, cx, cy; + gint dw, dh; +- GdkGC *gc; + + dw = MIN (pw, tile_width); + dh = MIN (ph, tile_height); + +- gc = gdk_gc_new (gdk_painter->window); +- +- if (color || !gdk_pixbuf_get_has_alpha (pixbuf)) { +- pixmap = gdk_pixmap_new (gdk_painter->window, dw, dh, -1); +- +- if (color) { +- gdk_gc_set_foreground (gc, color); +- gdk_draw_rectangle (pixmap, gc, +- TRUE, 0, 0, +- dw, dh); +- } ++ if (color) { ++ gdk_cairo_set_source_color (gdk_painter->cr, color); ++ _cairo_draw_rectangle (gdk_painter->cr, ++ TRUE, 0, 0, ++ dw, dh); ++ } + +- gdk_draw_pixbuf (pixmap, NULL, pixbuf, +- 0, 0, +- 0, 0, +- dw, dh, +- GDK_RGB_DITHER_NORMAL, +- paint.x, paint.y); +- +- gdk_gc_set_tile (gc, pixmap); +- gdk_gc_set_fill (gc, GDK_TILED); +- gdk_gc_set_ts_origin (gc, +- paint.x - (tile_x % pw) - clip.x, +- paint.y - (tile_y % ph) - clip.y); +- +- gdk_draw_rectangle (gdk_painter->pixmap, gc, TRUE, +- paint.x - clip.x, paint.y - clip.y, +- paint.width, paint.height); +- +- g_object_unref (pixmap); +- g_object_unref (gc); +- } else { +- gint incr_x = 0; +- gint incr_y = 0; +- +- cy = paint.y; +- ch = paint.height; +- h = tile_y % ph; +- while (ch > 0) { +- incr_y = dh - h; +- +- cx = paint.x; +- cw = paint.width; +- w = tile_x % pw; +- while (cw > 0) { +- incr_x = dw - w; +- +- gdk_draw_pixbuf (gdk_painter->pixmap, NULL, pixbuf, +- w, h, +- cx - clip.x, cy - clip.y, +- (cw >= incr_x) ? incr_x : cw, +- (ch >= incr_y) ? incr_y : ch, +- GDK_RGB_DITHER_NORMAL, +- cx, cy); +- +- cw -= incr_x; +- cx += incr_x; +- w = 0; +- } +- ch -= incr_y; +- cy += incr_y; +- h = 0; +- } ++ gdk_cairo_set_source_pixbuf (gdk_painter->cr, pixbuf, ++ paint.x - (tile_x % pw) - clip.x, ++ paint.y - (tile_y % ph) - clip.y); ++ cairo_pattern_set_extend (cairo_get_source (gdk_painter->cr), CAIRO_EXTEND_REPEAT); + +- g_object_unref (gc); +- } ++ cairo_rectangle (gdk_painter->cr, paint.x - clip.x, paint.y - clip.y, ++ paint.width, paint.height); ++ cairo_fill (gdk_painter->cr); + } else { + if (color && gdk_pixbuf_get_has_alpha (pixbuf)) { +- gdk_gc_set_foreground (gdk_painter->gc, color); +- gdk_draw_rectangle (gdk_painter->pixmap, gdk_painter->gc, TRUE, +- paint.x - clip.x, paint.y - clip.y, +- paint.width, paint.height); ++ gdk_cairo_set_source_color (gdk_painter->cr, color); ++ _cairo_draw_rectangle (gdk_painter->cr, ++ TRUE, ++ paint.x - clip.x, paint.y - clip.y, ++ paint.width, paint.height); + } + +- gdk_draw_pixbuf (gdk_painter->pixmap, NULL, pixbuf, +- tile_x % pw, tile_y % ph, ++ gdk_cairo_set_source_pixbuf (gdk_painter->cr, ++ pixbuf, ++ tile_x % pw, tile_y % ph); ++ cairo_rectangle (gdk_painter->cr, + paint.x - clip.x, paint.y - clip.y, +- paint.width, paint.height, +- GDK_RGB_DITHER_NORMAL, +- paint.x, paint.y); ++ paint.width, paint.height); ++ cairo_fill (gdk_painter->cr); + } + } + +@@ -561,15 +579,13 @@ draw_pixmap (HTMLPainter *painter, + return; + + if (scale_width == orig_width && scale_height == orig_height && color == NULL) { +- gdk_draw_pixbuf (gdk_painter->pixmap, NULL, pixbuf, +- paint.x - image.x, +- paint.y - image.y, +- paint.x - clip.x, +- paint.y - clip.y, +- paint.width, +- paint.height, +- GDK_RGB_DITHER_NORMAL, +- paint.x, paint.y); ++ gdk_cairo_set_source_pixbuf (gdk_painter->cr, pixbuf, ++ paint.x - image.x, ++ paint.y - image.y); ++ cairo_rectangle (gdk_painter->cr, ++ paint.x - clip.x, paint.y - clip.y, ++ paint.width, paint.height); ++ cairo_fill (gdk_painter->cr); + return; + } + +@@ -637,15 +653,12 @@ draw_pixmap (HTMLPainter *painter, + } + } + +- gdk_draw_pixbuf (gdk_painter->pixmap, NULL, tmp_pixbuf, +- 0, +- 0, +- paint.x - clip.x, +- paint.y - clip.y, +- paint.width, +- paint.height, +- GDK_RGB_DITHER_NORMAL, +- paint.x, paint.y); ++ gdk_cairo_set_source_pixbuf (gdk_painter->cr, tmp_pixbuf, ++ 0, 0); ++ cairo_rectangle (gdk_painter->cr, ++ paint.x - clip.x, paint.y - clip.y, ++ paint.width, paint.height); ++ cairo_fill (gdk_painter->cr); + g_object_unref (tmp_pixbuf); + } + +@@ -658,33 +671,31 @@ fill_rect (HTMLPainter *painter, + + gdk_painter = HTML_GDK_PAINTER (painter); + +- gdk_draw_rectangle (gdk_painter->pixmap, gdk_painter->gc, +- TRUE, x - gdk_painter->x1, y - gdk_painter->y1, +- width, height); ++ _cairo_draw_rectangle (gdk_painter->cr, ++ TRUE, x - gdk_painter->x1, y - gdk_painter->y1, ++ width, height); + } + + static gint + draw_spell_error (HTMLPainter *painter, gint x, gint y, gint width) + { + HTMLGdkPainter *gdk_painter; +- GdkGCValues values; +- gint8 dash_list[] = { 2, 2 }; ++ const double dashes[] = { 2, 2 }; ++ int ndash = sizeof (dashes) / sizeof (dashes[0]); + + gdk_painter = HTML_GDK_PAINTER (painter); + + x -= gdk_painter->x1; + y -= gdk_painter->y1; + +- gdk_gc_get_values (gdk_painter->gc, &values); +- gdk_gc_set_fill (gdk_painter->gc, GDK_OPAQUE_STIPPLED); +- gdk_gc_set_line_attributes (gdk_painter->gc, 1, GDK_LINE_ON_OFF_DASH, values.cap_style, values.join_style); +- gdk_gc_set_dashes (gdk_painter->gc, 2, dash_list, 2); +- gdk_draw_line (gdk_painter->pixmap, gdk_painter->gc, x, y, x + width, y); +- gdk_gc_set_dashes (gdk_painter->gc, 0, dash_list, 2); +- gdk_draw_line (gdk_painter->pixmap, gdk_painter->gc, x, y + 1, x + width, y + 1); +- gdk_gc_set_fill (gdk_painter->gc, values.fill); +- gdk_gc_set_line_attributes (gdk_painter->gc, values.line_width, +- values.line_style, values.cap_style, values.join_style); ++ cairo_save (gdk_painter->cr); ++ ++ cairo_set_dash (gdk_painter->cr, dashes, ndash, 2); ++ _cairo_draw_line (gdk_painter->cr, x, y, x + width, y); ++ cairo_set_dash (gdk_painter->cr, dashes, ndash, 0); ++ _cairo_draw_line (gdk_painter->cr, x, y + 1, x + width, y + 1); ++ ++ cairo_restore (gdk_painter->cr); + + return width; + } +@@ -699,8 +710,7 @@ draw_embedded (HTMLPainter * p, HTMLEmbedded *o, gint x, gint y) + if (embedded_widget && GTK_IS_HTML_EMBEDDED (embedded_widget)) { + g_signal_emit_by_name (embedded_widget, + "draw_gdk", 0, +- gdk_painter->pixmap, +- gdk_painter->gc, ++ gdk_painter->cr, + x, y); + } + } +@@ -732,7 +742,7 @@ set_item_gc (HTMLPainter *p, HTMLPangoProperties *properties, GdkColor **fg_colo + } + + static gint +-draw_lines (PangoGlyphString *str, gint x, gint y, GdkDrawable *drawable, GdkGC *gc, PangoItem *item, HTMLPangoProperties *properties) ++draw_lines (PangoGlyphString *str, gint x, gint y, cairo_t *cr, PangoItem *item, HTMLPangoProperties *properties) + { + PangoRectangle log_rect; + gint width, dsc, asc; +@@ -744,10 +754,10 @@ draw_lines (PangoGlyphString *str, gint x, gint y, GdkDrawable *drawable, GdkGC + asc = PANGO_PIXELS (PANGO_ASCENT (log_rect)); + + if (properties->underline) +- gdk_draw_line (drawable, gc, x, y + dsc - 2, x + PANGO_PIXELS (width), y + dsc - 2); ++ _cairo_draw_line (cr, x, y + dsc - 2, x + PANGO_PIXELS (width), y + dsc - 2); + + if (properties->strikethrough) +- gdk_draw_line (drawable, gc, x, y - asc + (asc + dsc)/2, x + PANGO_PIXELS (width), y - asc + (asc + dsc)/2); ++ _cairo_draw_line (cr, x, y - asc + (asc + dsc)/2, x + PANGO_PIXELS (width), y - asc + (asc + dsc)/2); + + return width; + } +@@ -760,7 +770,6 @@ draw_glyphs (HTMLPainter *painter, gint x, gint y, PangoItem *item, PangoGlyphSt + HTMLPangoProperties properties; + GdkColor *fg_text_color; + GdkColor *bg_text_color; +- GdkGCValues orig_fg; + gint cw = 0; + + gdk_painter = HTML_GDK_PAINTER (painter); +@@ -775,35 +784,38 @@ draw_glyphs (HTMLPainter *painter, gint x, gint y, PangoItem *item, PangoGlyphSt + if (bg_text_color || bg) { + PangoRectangle log_rect; + +- gdk_gc_get_values (gdk_painter->gc, &orig_fg); ++ cairo_save (gdk_painter->cr); ++ + if (bg) +- gdk_gc_set_rgb_fg_color (gdk_painter->gc, bg); ++ gdk_cairo_set_source_color (gdk_painter->cr, bg); + else +- gdk_gc_set_rgb_fg_color (gdk_painter->gc, bg_text_color); ++ gdk_cairo_set_source_color (gdk_painter->cr, bg_text_color); ++ + pango_glyph_string_extents (glyphs, item->analysis.font, NULL, &log_rect); +- gdk_draw_rectangle (gdk_painter->pixmap, gdk_painter->gc, TRUE, x, y - PANGO_PIXELS (PANGO_ASCENT (log_rect)), +- PANGO_PIXELS (log_rect.width), PANGO_PIXELS (log_rect.height)); +- gdk_gc_set_foreground (gdk_painter->gc, &orig_fg.foreground); ++ _cairo_draw_rectangle (gdk_painter->cr, TRUE, x, y - PANGO_PIXELS (PANGO_ASCENT (log_rect)), ++ PANGO_PIXELS (log_rect.width), PANGO_PIXELS (log_rect.height)); ++ cairo_restore (gdk_painter->cr); + } + + if (fg_text_color || fg) { +- gdk_gc_get_values (gdk_painter->gc, &orig_fg); ++ cairo_save (gdk_painter->cr); ++ + if (fg) +- gdk_gc_set_rgb_fg_color (gdk_painter->gc, fg); ++ gdk_cairo_set_source_color (gdk_painter->cr, fg); + else +- gdk_gc_set_rgb_fg_color (gdk_painter->gc, fg_text_color); ++ gdk_cairo_set_source_color (gdk_painter->cr, fg_text_color); + } + +- gdk_draw_glyphs (gdk_painter->pixmap, gdk_painter->gc, +- item->analysis.font, x, y, glyphs); ++ _cairo_draw_glyphs (gdk_painter->cr, ++ item->analysis.font, x, y, glyphs); + if (properties.strikethrough || properties.underline) +- cw = draw_lines (glyphs, x, y, gdk_painter->pixmap, gdk_painter->gc, item, &properties); ++ cw = draw_lines (glyphs, x, y, gdk_painter->cr, item, &properties); + else + for (i=0; i < glyphs->num_glyphs; i++) + cw += glyphs->glyphs[i].geometry.width; + + if (fg_text_color || fg) +- gdk_gc_set_foreground (gdk_painter->gc, &orig_fg.foreground); ++ cairo_restore (gdk_painter->cr); + + if (fg_text_color) + g_free (fg_text_color); +@@ -826,10 +838,10 @@ draw_shade_line (HTMLPainter *painter, + x -= gdk_painter->x1; + y -= gdk_painter->y1; + +- gdk_gc_set_foreground (gdk_painter->gc, &gdk_painter->dark); +- gdk_draw_line (gdk_painter->pixmap, gdk_painter->gc, x, y, x+width, y); +- gdk_gc_set_foreground (gdk_painter->gc, &gdk_painter->light); +- gdk_draw_line (gdk_painter->pixmap, gdk_painter->gc, x, y + 1, x + width, y + 1); ++ gdk_cairo_set_source_color (gdk_painter->cr, &gdk_painter->dark); ++ _cairo_draw_line (gdk_painter->cr, x, y, x+width, y); ++ gdk_cairo_set_source_color (gdk_painter->cr, &gdk_painter->light); ++ _cairo_draw_line (gdk_painter->cr, x, y + 1, x + width, y + 1); + } + + static guint +@@ -872,10 +884,10 @@ html_gdk_painter_init (GObject *object) + + gdk_painter->window = NULL; + +- gdk_painter->gc = NULL; ++ gdk_painter->cr = NULL; + + gdk_painter->double_buffer = TRUE; +- gdk_painter->pixmap = NULL; ++ gdk_painter->surface = NULL; + gdk_painter->x1 = gdk_painter->y1 = 0; + gdk_painter->x2 = gdk_painter->y2 = 0; + gdk_painter->set_background = FALSE; +@@ -977,23 +989,19 @@ html_gdk_painter_realize (HTMLGdkPainter *gdk_painter, + g_return_if_fail (gdk_painter != NULL); + g_return_if_fail (window != NULL); + +- gdk_painter->gc = gdk_gc_new (window); + gdk_painter->window = window; + + gdk_painter->light.red = 0xffff; + gdk_painter->light.green = 0xffff; + gdk_painter->light.blue = 0xffff; +- html_painter_alloc_color (HTML_PAINTER (gdk_painter), &gdk_painter->light); + + gdk_painter->dark.red = 0x7fff; + gdk_painter->dark.green = 0x7fff; + gdk_painter->dark.blue = 0x7fff; +- html_painter_alloc_color (HTML_PAINTER (gdk_painter), &gdk_painter->dark); + + gdk_painter->black.red = 0x0000; + gdk_painter->black.green = 0x0000; + gdk_painter->black.blue = 0x0000; +- html_painter_alloc_color (HTML_PAINTER (gdk_painter), &gdk_painter->black); + } + + void +@@ -1003,9 +1011,6 @@ html_gdk_painter_unrealize (HTMLGdkPainter *painter) + g_return_if_fail (HTML_IS_GDK_PAINTER (painter)); + + if (html_gdk_painter_realized (painter)) { +- g_object_unref (painter->gc); +- painter->gc = NULL; +- + painter->window = NULL; + } + } +diff --git a/gtkhtml/htmlgdkpainter.h b/gtkhtml/htmlgdkpainter.h +index 5fbaeda..d7c4212 100644 +--- a/gtkhtml/htmlgdkpainter.h ++++ b/gtkhtml/htmlgdkpainter.h +@@ -38,13 +38,11 @@ struct _HTMLGdkPainter { + + /* GdkWindow to draw on */ + GdkWindow *window; +- +- /* The current GC used. */ +- GdkGC *gc; ++ cairo_t *cr; + + /* For the double-buffering system. */ + gboolean double_buffer; +- GdkPixmap *pixmap; ++ cairo_surface_t *surface; + gint x1, y1, x2, y2; + GdkColor background; + gboolean set_background; +diff --git a/gtkhtml/htmlimage.c b/gtkhtml/htmlimage.c +index dae1272..9677f0e 100644 +--- a/gtkhtml/htmlimage.c ++++ b/gtkhtml/htmlimage.c +@@ -375,11 +375,31 @@ draw_plain (HTMLObject *o, HTMLPainter *p, gint x, gint y, gint width, gint heig + } + + static void ++_cairo_draw_rectangle (cairo_t *cr, ++ gboolean filled, ++ gint x, ++ gint y, ++ gint width, ++ gint height) ++{ ++ if (filled) ++ { ++ cairo_rectangle (cr, x, y, width, height); ++ cairo_fill (cr); ++ } ++ else ++ { ++ cairo_rectangle (cr, x + 0.5, y + 0.5, width, height); ++ cairo_stroke (cr); ++ } ++} ++ ++static void + draw_focus (HTMLImage *image, HTMLPainter *painter, GdkRectangle *box) + { + HTMLGdkPainter *p; +- GdkGCValues values; +- gint8 dash_list[] = { 1, 1 }; ++ const double dashes[] = { 1, 1 }; ++ int ndash = sizeof (dashes) / sizeof (dashes[0]); + HTMLEngine *e; + + if (painter->widget && GTK_IS_HTML (painter->widget)) +@@ -393,14 +413,15 @@ draw_focus (HTMLImage *image, HTMLPainter *painter, GdkRectangle *box) + p = HTML_GDK_PAINTER (painter); + /* printf ("draw_image_focus\n"); */ + +- gdk_gc_set_foreground (p->gc, &html_colorset_get_color_allocated (e->settings->color_set, +- painter, HTMLTextColor)->color); +- gdk_gc_get_values (p->gc, &values); ++ cairo_save (p->cr); ++ gdk_cairo_set_source_color (p->cr, ++ &html_colorset_get_color_allocated (e->settings->color_set, ++ painter, HTMLTextColor)->color); ++ cairo_set_line_cap (p->cr, CAIRO_LINE_CAP_ROUND); ++ cairo_set_dash (p->cr, dashes, ndash, 2); ++ _cairo_draw_rectangle (p->cr, FALSE, box->x - p->x1, box->y - p->y1, box->width - 1, box->height - 1); + +- gdk_gc_set_line_attributes (p->gc, 1, GDK_LINE_ON_OFF_DASH, values.cap_style, values.join_style); +- gdk_gc_set_dashes (p->gc, 2, dash_list, 2); +- gdk_draw_rectangle (p->pixmap, p->gc, 0, box->x - p->x1, box->y - p->y1, box->width - 1, box->height - 1); +- gdk_gc_set_line_attributes (p->gc, 1, values.line_style, values.cap_style, values.join_style); ++ cairo_restore (p->cr); + } + + static void +diff --git a/gtkhtml/htmlplainpainter.c b/gtkhtml/htmlplainpainter.c +index 718405c..c1d714d 100644 +--- a/gtkhtml/htmlplainpainter.c ++++ b/gtkhtml/htmlplainpainter.c +@@ -44,6 +44,26 @@ draw_border (HTMLPainter *painter, + } + + static void ++_cairo_draw_rectangle (cairo_t *cr, ++ gboolean filled, ++ gint x, ++ gint y, ++ gint width, ++ gint height) ++{ ++ if (filled) ++ { ++ cairo_rectangle (cr, x, y, width, height); ++ cairo_fill (cr); ++ } ++ else ++ { ++ cairo_rectangle (cr, x + 0.5, y + 0.5, width, height); ++ cairo_stroke (cr); ++ } ++} ++ ++static void + draw_background (HTMLPainter *painter, + GdkColor *color, + GdkPixbuf *pixbuf, +@@ -73,10 +93,10 @@ draw_background (HTMLPainter *painter, + return; + + if (color) { +- gdk_gc_set_foreground (gdk_painter->gc, color); +- gdk_draw_rectangle (gdk_painter->pixmap, gdk_painter->gc, +- TRUE, paint.x - clip.x, paint.y - clip.y, +- paint.width, paint.height); ++ gdk_cairo_set_source_color (gdk_painter->cr, color); ++ _cairo_draw_rectangle (gdk_painter->cr, ++ TRUE, paint.x - clip.x, paint.y - clip.y, ++ paint.width, paint.height); + + } + +@@ -101,9 +121,9 @@ fill_rect (HTMLPainter *painter, + + gdk_painter = HTML_GDK_PAINTER (painter); + +- gdk_draw_rectangle (gdk_painter->pixmap, gdk_painter->gc, +- TRUE, x - gdk_painter->x1, y - gdk_painter->y1, +- width, height); ++ _cairo_draw_rectangle (gdk_painter->cr, ++ TRUE, x - gdk_painter->x1, y - gdk_painter->y1, ++ width, height); + } + + static void +diff --git a/gtkhtml/htmlselect.c b/gtkhtml/htmlselect.c +index 0f3eeea..aa8ed87 100644 +--- a/gtkhtml/htmlselect.c ++++ b/gtkhtml/htmlselect.c +@@ -25,6 +25,9 @@ + #include "htmlselect.h" + #include + ++/* backward-compatibility cruft */ ++#include "gtk-compat.h" ++ + HTMLSelectClass html_select_class; + static HTMLEmbeddedClass *parent_class = NULL; + +@@ -237,7 +240,7 @@ html_select_init (HTMLSelect *select, + + gtk_list_store_append (store, &iter); + gtk_list_store_set (store, &iter, 0, "height", -1); +- gtk_widget_size_request (select->view, &req); ++ gtk_widget_get_preferred_size (select->view, &req, NULL); + gtk_widget_set_size_request ( + select->view, 120, req.height * size); + gtk_list_store_remove (store, &iter); +@@ -342,11 +345,11 @@ html_select_set_text (HTMLSelect *select, const gchar *text) + gint width; + + scrollbar = gtk_scrolled_window_get_vscrollbar (GTK_SCROLLED_WINDOW (w)); +- gtk_widget_size_request (select->view, &req); ++ gtk_widget_get_preferred_size (select->view, &req, NULL); + width = req.width; + + if (n_children > select->size && scrollbar != NULL) { +- gtk_widget_size_request (scrollbar, &req); ++ gtk_widget_get_preferred_size (scrollbar, &req, NULL); + width += req.width + 8; + } + +diff --git a/gtkhtml/htmltextslave.c b/gtkhtml/htmltextslave.c +index 395efe1..5389dd3 100644 +--- a/gtkhtml/htmltextslave.c ++++ b/gtkhtml/htmltextslave.c +@@ -851,11 +851,31 @@ draw_text (HTMLTextSlave *self, + } + + static void ++_cairo_draw_rectangle (cairo_t *cr, ++ gboolean filled, ++ gint x, ++ gint y, ++ gint width, ++ gint height) ++{ ++ if (filled) ++ { ++ cairo_rectangle (cr, x, y, width, height); ++ cairo_fill (cr); ++ } ++ else ++ { ++ cairo_rectangle (cr, x + 0.5, y + 0.5, width, height); ++ cairo_stroke (cr); ++ } ++} ++ ++static void + draw_focus_rectangle (HTMLTextSlave *slave, HTMLPainter *painter, GdkRectangle *box) + { + HTMLGdkPainter *p; +- GdkGCValues values; +- gint8 dash_list[] = { 1, 1 }; ++ const double dashes[] = { 1, 1 }; ++ int ndash = sizeof (dashes) / sizeof (dashes[0]); + HTMLEngine *e; + + if (painter->widget && GTK_IS_HTML (painter->widget)) +@@ -869,14 +889,15 @@ draw_focus_rectangle (HTMLTextSlave *slave, HTMLPainter *painter, GdkRectangle + p = HTML_GDK_PAINTER (painter); + /* printf ("draw_text_focus\n"); */ + +- gdk_gc_set_foreground (p->gc, &html_colorset_get_color_allocated (e->settings->color_set, +- painter, HTMLTextColor)->color); +- gdk_gc_get_values (p->gc, &values); ++ cairo_save (p->cr); ++ gdk_cairo_set_source_color (p->cr, ++ &html_colorset_get_color_allocated (e->settings->color_set, ++ painter, HTMLTextColor)->color); ++ cairo_set_line_cap (p->cr, CAIRO_LINE_CAP_ROUND); ++ cairo_set_dash (p->cr, dashes, ndash, 2); ++ _cairo_draw_rectangle (p->cr, FALSE, box->x - p->x1, box->y - p->y1, box->width - 1, box->height - 1); + +- gdk_gc_set_line_attributes (p->gc, 1, GDK_LINE_ON_OFF_DASH, values.cap_style, values.join_style); +- gdk_gc_set_dashes (p->gc, 2, dash_list, 2); +- gdk_draw_rectangle (p->pixmap, p->gc, 0, box->x - p->x1, box->y - p->y1, box->width - 1, box->height - 1); +- gdk_gc_set_line_attributes (p->gc, 1, values.line_style, values.cap_style, values.join_style); ++ cairo_restore (p->cr); + } + + static void +-- +1.7.3.1 + From bouleetbil at frogdev.info Thu Oct 14 21:01:02 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 14 Oct 2010 21:01:02 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gedit-2.91.0-1-i686 Message-ID: <20101014190102.22466132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e38cedc88bc9210e930179ddfbd8398459f25e91 commit e38cedc88bc9210e930179ddfbd8398459f25e91 Author: bouleetbil Date: Thu Oct 14 21:04:08 2010 +0000 gedit-2.91.0-1-i686 *Version bump diff --git a/source/gnome/gedit/FrugalBuild b/source/gnome/gedit/FrugalBuild index 2522063..4e07318 100644 --- a/source/gnome/gedit/FrugalBuild +++ b/source/gnome/gedit/FrugalBuild @@ -2,44 +2,27 @@ # Maintainer: bouleetbil pkgname=gedit -pkgver=2.30.4 -pkgrel=2 +pkgver=2.91.0 +pkgrel=1 pkgdesc="A text editor for GNOME" url="http://www.gnome.org/" -depends=('rarian' 'desktop-file-utils' 'gtksourceview>=2.10.0' 'dbus-glib>=0.74' \ - 'enchant' 'iso-codes' 'libgnomeui>=2.24.3-2' 'python>=2.7') -makedepends=('intltool' 'gnome-doc-utils>=0.16.0' 'gnome-python-desktop-gtksourceview>=2.28.0' \ - 'pygtksourceview>=2.10.0' 'gtk-doc') +depends=('gtk+3' 'rarian' 'desktop-file-utils' 'gtksourceview3' 'dbus-glib>=0.74' \ + 'enchant' 'iso-codes' 'python>=2.7' 'libpeas-gtk' 'gsettings-desktop-schemas' 'gvfs') +makedepends=('intltool' 'gnome-doc-utils>=0.16.0' 'gobject-introspection' 'gtk-doc') groups=('gnome' 'gnome-minimal') archs=('i686' 'x86_64' 'ppc') -_F_gnome_schemas=('/etc/gconf/schemas/gedit.schemas' \ - '/etc/gconf/schemas/filebrowser.schemas') +_F_gnome_glib="y" _F_gnome_scrollkeeper="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet -sha1sums=('ff7f4088d0b89224b84406557a7d9970323fdcc3') - -subpkgs=("$pkgname-python") -subdescs=('gedit python plugins') -subdepends=("gnome-python-desktop-gtksourceview>=2.28.0 pygtksourceview") -subrodepends=("$pkgname=$pkgver") -subgroups=('gnome-extra') -subarchs=('i686 x86_64 ppc') +sha1sums=('ce0fbf1bde41bafe5ca82fac163229bab10bde2d') +replaces=("$pkgname-python") build() { Fbuild_slice_scrollkeeper - Fmake --enable-gtk-doc --enable-python + Fmake --enable-gtk-doc unset MAKEFLAGS Fmakeinstall - - # For python :P - Fsplit gedit-python usr/lib/gedit-2/plugins/modelines.gedit-plugin - Fsplit gedit-python usr/lib/gedit-2/plugins/pythonconsole/ - Fsplit gedit-python usr/lib/gedit-2/plugins/snippets/ - Fsplit gedit-python usr/lib/gedit-2/plugins/externaltools/ - Fsplit gedit-python usr/lib/gedit-2/plugins/externaltools.gedit-plugin - Fsplit gedit-python usr/lib/gedit-2/plugins/pythonconsole.gedit-plugin - Fsplit gedit-python usr/lib/gedit-2/plugins/snippets.gedit-plugin Fbuild_gnome_scriptlet } From bouleetbil at frogdev.info Thu Oct 14 21:21:05 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 14 Oct 2010 21:21:05 +0200 (CEST) Subject: [Frugalware-git] gnometesting: at-spi2-atk-1.91.0-2-x86_64 Message-ID: <20101014192105.2DFA0132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=abe3a30377d4b7f60a0eabb736a9857ac79ae46b commit abe3a30377d4b7f60a0eabb736a9857ac79ae46b Author: bouleetbil Date: Thu Oct 14 21:19:14 2010 +0200 at-spi2-atk-1.91.0-2-x86_64 *fixes conflict diff --git a/source/gnome/at-spi2-atk/FrugalBuild b/source/gnome/at-spi2-atk/FrugalBuild index f70bb22..edfd30e 100644 --- a/source/gnome/at-spi2-atk/FrugalBuild +++ b/source/gnome/at-spi2-atk/FrugalBuild @@ -3,7 +3,7 @@ pkgname=at-spi2-atk pkgver=1.91.0 -pkgrel=1 +pkgrel=2 pkgdesc="Gnome Accessibility Toolkit" depends=('atk' 'dbus-glib' 'gconf' 'gtk+3') makedepends=('perl-xml-parser' 'intltool') @@ -14,4 +14,11 @@ Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --disable-gtk-doc" sha1sums=('6ab18033de516a66be43423c8258999d1e0940b6') +build() { + Fbuild + #provided by at-spi for gtk+2 + Frm usr/lib/gtk-2.0 + Fbuild_gnome_scriptlet +} + # optimization OK From bouleetbil at frogdev.info Thu Oct 14 21:40:09 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 14 Oct 2010 21:40:09 +0200 (CEST) Subject: [Frugalware-git] gnometesting: brasero-2.91.0-1-i686 Message-ID: <20101014194009.C8455132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=601f7ee5ccab47d991ff726aca7908be641bb19c commit 601f7ee5ccab47d991ff726aca7908be641bb19c Author: bouleetbil Date: Thu Oct 14 21:43:01 2010 +0000 brasero-2.91.0-1-i686 *Version bump diff --git a/source/gnome/brasero/FrugalBuild b/source/gnome/brasero/FrugalBuild index d038cd3..ada0b7c 100644 --- a/source/gnome/brasero/FrugalBuild +++ b/source/gnome/brasero/FrugalBuild @@ -2,23 +2,24 @@ # Maintainer: Priyank Gosalia pkgname=brasero -pkgver=2.32.0 -pkgrel=2 +pkgver=2.91.0 +pkgrel=1 pkgdesc="A CD/DVD Burning application for the GNOME desktop." url="http://www.gnome.org/projects/brasero/" makedepends=('intltool' 'gnome-doc-utils') -depends=('libgnome>=2.32.0' 'cdrtools' 'dvd+rw-tools' \ +depends=('gtk+3' 'cdrtools' 'dvd+rw-tools' \ 'gstreamer' 'gst-plugins-base' 'gst-plugins-good' \ 'hal>=0.5.11' 'libxml2' 'totem>=2.32.0' 'perl-xml-parser' 'dbus-glib>=0.80' \ 'libbeagle' 'popt' 'libdvdcss' 'libcanberra-gtk') -makedepends=('nautilus>=2.30.0' 'gnome-doc-utils' 'intltool' 'gobject-introspection') +makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection') groups=('gnome') conflicts=('bonfire') replaces=('bonfire') archs=('i686' 'x86_64' 'ppc') + subpkgs=("nautilus-brasero") subdescs=('An easy to use CD/DVD burning package for Nautilus') -subdepends=("nautilus>=2.30.0-2") +subdepends=("nautilus>=2.90.0") subrodepends=("$pkgname=$pkgver") subgroups=('gnome') subarchs=('i686 x86_64 ppc') @@ -31,7 +32,7 @@ _F_gnome_mime="y" Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --enable-search --enable-playlist --enable-preview --enable-inotify --enable-libnotify --disable-schemas-install \ --enable-caches=no --enable-introspection=yes" -sha1sums=('9324ddba1d0e6d0a3b1a8d85906a114a86c064a8') +sha1sums=('6a8e70e801d98a7238ee8872163ace068d96a83c') build(){ Fbuild From bouleetbil at frogdev.info Thu Oct 14 23:13:53 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 14 Oct 2010 23:13:53 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-frugalware-1.4-3-i686 *switch to gtk3 *It's just for don't pull gtk2 into gnome *will fix it later Message-ID: <20101014211353.12870132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=83fe49eb5571e3e287c2f00e11d51558ff379601 commit 83fe49eb5571e3e287c2f00e11d51558ff379601 Author: bouleetbil Date: Thu Oct 14 23:16:13 2010 +0000 gnome-frugalware-1.4-3-i686 *switch to gtk3 *It's just for don't pull gtk2 into gnome *will fix it later diff --git a/source/gnome/gnome-frugalware/FrugalBuild b/source/gnome/gnome-frugalware/FrugalBuild index 8e03bd2..8081be1 100644 --- a/source/gnome/gnome-frugalware/FrugalBuild +++ b/source/gnome/gnome-frugalware/FrugalBuild @@ -4,10 +4,10 @@ pkgname=gnome-frugalware pkgver=1.4 -pkgrel=2 +pkgrel=3 pkgdesc="Gnome default theme for Frugalware Linux." url="http://frugalware.org" -rodepends=('gnome-themes' 'gtk+2-engines>=2.16.1' "gtk+2-theme-frugalware=$pkgver" \ +rodepends=('gnome-themes' 'gtk+3-engines>=2.16.1' "gtk+2-theme-frugalware=$pkgver" \ 'frugalware-cursor-theme' 'gconf' 'ttf-droid') depends=() groups=('gnome' 'gnome-minimal') @@ -19,7 +19,7 @@ install=gnome-frugalware.install subpkgs=('gtk+2-theme-frugalware') subdescs=('Frugalware GTK+2 theme') -subdepends=('gtk+2-engines>=2.16.1 gtk+2-engines-murrine gtk+2-engines-equinox') +subdepends=('gtk+3-engines') subrodepends=('frugalware-gnome-icon-theme') subgroups=('gnome') subarchs=('i686 x86_64 ppc') From bouleetbil at frogdev.info Thu Oct 14 23:19:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 14 Oct 2010 23:19:12 +0200 (CEST) Subject: [Frugalware-git] gnometesting: libpeas-0.7.0-2-i686 *fixed depends *seed should be moved to gnome Message-ID: <20101014211912.3C01A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=14af0edc71799364b8a1229c6b92cf35496f40de commit 14af0edc71799364b8a1229c6b92cf35496f40de Author: bouleetbil Date: Thu Oct 14 23:22:05 2010 +0000 libpeas-0.7.0-2-i686 *fixed depends *seed should be moved to gnome diff --git a/source/gnome/libpeas/FrugalBuild b/source/gnome/libpeas/FrugalBuild index e1004d0..7bbbefa 100644 --- a/source/gnome/libpeas/FrugalBuild +++ b/source/gnome/libpeas/FrugalBuild @@ -3,10 +3,10 @@ pkgname=libpeas pkgver=0.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="libpeas is a gobject-based plugins engine" -depends=('glib2' 'pygobject' 'gobject-introspection') -makedepends=('seed' 'intltool' 'gtk-doc') +depends=('glib2' 'pygobject' 'gobject-introspection' 'seed') +makedepends=('intltool' 'gtk-doc') groups=('gnome') archs=('i686' 'x86_64' 'ppc') _F_gnome_devel="y" From vmiklos at frugalware.org Fri Oct 15 02:30:08 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 15 Oct 2010 02:30:08 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: TAG 1.4pre1 Message-ID: <20101015003008.3AD40132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8ec6c97036d1d213669597b1918bd2737fb71e36 commit 8ec6c97036d1d213669597b1918bd2737fb71e36 Author: Miklos Vajna Date: Fri Oct 15 01:49:59 2010 +0200 TAG 1.4pre1 From vmiklos at frugalware.org Fri Oct 15 02:48:24 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 15 Oct 2010 02:48:24 +0200 (CEST) Subject: [Frugalware-git] pacman-g2: xfercommand: add support for %c and %t Message-ID: <20101015004824.110DD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=5ed3b772c663a433802923e7280a69e358f73333 commit 5ed3b772c663a433802923e7280a69e358f73333 Author: Miklos Vajna Date: Fri Oct 15 02:48:09 2010 +0200 xfercommand: add support for %c and %t diff --git a/doc/pacman-g2.txt b/doc/pacman-g2.txt index 38f832c..25a6989 100644 --- a/doc/pacman-g2.txt +++ b/doc/pacman-g2.txt @@ -365,10 +365,14 @@ XferCommand = /path/to/command %u:: All instances of %u will be replaced with the URL to be downloaded. If present, instances of %o will be replaced with the local filename, plus a ".part" extension, which allows programs like wget to do file resumes properly. - - This option is useful for users who experience problems with pacman-g2's - built-in http/ftp support, or need the more advanced proxy support that comes - with utilities like curl. ++ +This option is useful for users who experience problems with pacman-g2's +built-in http/ftp support, or need the more advanced proxy support that comes +with utilities like curl. ++ +In case you want to make the output more user-friendly, there is also %c to +mention the number of the currently downloaded file and %t to show the total +number of files. NoPassiveFtp:: Disables passive ftp connections when downloading packages. (aka Active Mode) diff --git a/lib/libpacman/server.c b/lib/libpacman/server.c index 584eb08..3b3677c 100644 --- a/lib/libpacman/server.c +++ b/lib/libpacman/server.c @@ -279,6 +279,37 @@ int _pacman_downloadfiles_forreal(pmlist_t *servers, const char *localpath, ptr1 = ptr2 + 2; } strcat(parsedCmd, ptr1); + /* replace all occurrences of %c with the current position */ + if (remain) { + strncpy(origCmd, parsedCmd, sizeof(origCmd)); + parsedCmd[0] = '\0'; + ptr1 = origCmd; + while((ptr2 = strstr(ptr1, "%c"))) { + char numstr[PATH_MAX]; + ptr2[0] = '\0'; + strcat(parsedCmd, ptr1); + printf("debug, remain is %d\n", *remain); + snprintf(numstr, PATH_MAX, "%d", *remain); + strcat(parsedCmd, numstr); + ptr1 = ptr2 + 2; + } + strcat(parsedCmd, ptr1); + } + /* replace all occurrences of %t with the current position */ + if (howmany) { + strncpy(origCmd, parsedCmd, sizeof(origCmd)); + parsedCmd[0] = '\0'; + ptr1 = origCmd; + while((ptr2 = strstr(ptr1, "%t"))) { + char numstr[PATH_MAX]; + ptr2[0] = '\0'; + strcat(parsedCmd, ptr1); + snprintf(numstr, PATH_MAX, "%d", *howmany); + strcat(parsedCmd, numstr); + ptr1 = ptr2 + 2; + } + strcat(parsedCmd, ptr1); + } /* cwd to the download directory */ getcwd(cwd, PATH_MAX); if(chdir(localpath)) { @@ -509,9 +540,6 @@ int _pacman_downloadfiles_forreal(pmlist_t *servers, const char *localpath, /* rename "output.part" file to "output" file */ snprintf(completefile, PATH_MAX, "%s/%s", localpath, fn); rename(output, completefile); - if(remain) { - (*remain)++; - } } else if(filedone < 0) { /* 1 means here that the file is up to date, not a real error, so * don't go to error: */ @@ -519,6 +547,9 @@ int _pacman_downloadfiles_forreal(pmlist_t *servers, const char *localpath, return(1); } } + if(remain) { + (*remain)++; + } } if(!handle->xfercommand) { if(!strcmp(server->protocol, "ftp") && !handle->proxyhost) { From bouleetbil at frogdev.info Fri Oct 15 09:36:38 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 09:36:38 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Message-ID: <20101015073638.0A519132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a91848e73e7d2cfc525d64d6315fd2d4f86a6716 commit a91848e73e7d2cfc525d64d6315fd2d4f86a6716 Merge: 522bcc3 8ec6c97 Author: bouleetbil Date: Fri Oct 15 09:39:38 2010 +0000 Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current From bouleetbil at frogdev.info Fri Oct 15 10:00:50 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 10:00:50 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: libdrm-2.4.22-1-i686 Message-ID: <20101015080050.8F690132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=225ccafbf8ead9a3fe593e88be0e4ffe164a10a0 commit 225ccafbf8ead9a3fe593e88be0e4ffe164a10a0 Author: bouleetbil Date: Fri Oct 15 10:04:07 2010 +0000 libdrm-2.4.22-1-i686 *Version bump diff --git a/source/x11/libdrm/FrugalBuild b/source/x11/libdrm/FrugalBuild index 26d128c..2666f37 100644 --- a/source/x11/libdrm/FrugalBuild +++ b/source/x11/libdrm/FrugalBuild @@ -4,7 +4,7 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=libdrm -pkgver=2.4.21 +pkgver=2.4.22 pkgrel=1 pkgdesc="X.Org Userspace interface to kernel DRM services" url="http://xorg.freedesktop.org/" @@ -19,7 +19,7 @@ if Fuse $USE_DEVEL; then else up2date="Flasttar http://dri.freedesktop.org/libdrm/" source=("http://dri.freedesktop.org/libdrm/$pkgname-$pkgver.tar.bz2") - sha1sums=('be7754008424a12e01ab0f0da3deb8de13ad2f0c') + sha1sums=('b9ead56fcea883d818dfc744edc96a768ebcf91e') fi build() From bouleetbil at frogdev.info Fri Oct 15 10:24:18 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 10:24:18 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: util-macros-1.10.1-1-i686 Message-ID: <20101015082418.1E9C7132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=ca0428e9d35861175a2069a82e1aee30c801bf8c commit ca0428e9d35861175a2069a82e1aee30c801bf8c Author: bouleetbil Date: Fri Oct 15 10:27:35 2010 +0000 util-macros-1.10.1-1-i686 *Version bump diff --git a/source/x11/util-macros/FrugalBuild b/source/x11/util-macros/FrugalBuild index 574e5bc..be849f1 100644 --- a/source/x11/util-macros/FrugalBuild +++ b/source/x11/util-macros/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=util-macros -pkgver=1.10.0 +pkgver=1.10.1 pkgrel=1 pkgdesc="X.Org autotools utility macros" groups=('x11' 'xorg-core' 'xorg-util') @@ -10,4 +10,4 @@ archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg -sha1sums=('01bd26de7f76907ad502b430a5d18f64a896dc81') +sha1sums=('e0c7fcb952ac0638d28d89c4b1f3eb65219f34c8') From bouleetbil at frogdev.info Fri Oct 15 10:29:45 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 10:29:45 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: pixman-0.19.4-1-i686 Message-ID: <20101015082945.D5C19132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=c13024aa7ae5e0855a8033019aa4328a3489c693 commit c13024aa7ae5e0855a8033019aa4328a3489c693 Author: bouleetbil Date: Fri Oct 15 10:33:05 2010 +0000 pixman-0.19.4-1-i686 *Version bump diff --git a/source/x11/pixman/FrugalBuild b/source/x11/pixman/FrugalBuild index 12a5f87..d1d047e 100644 --- a/source/x11/pixman/FrugalBuild +++ b/source/x11/pixman/FrugalBuild @@ -3,7 +3,7 @@ pkgname=pixman _F_xorg_name=pixman -pkgver=0.18.4 +pkgver=0.19.4 pkgrel=1 pkgdesc="X.Org pixman library" url="http://xorg.freedesktop.org" @@ -12,6 +12,6 @@ archs=('i686' 'x86_64' 'ppc') depends=('glibc') makedepends=('pkgconfig' 'xproto>=7.0.17') Finclude xorg -sha1sums=('011b00fb33d6e5021a680bcc74f600f44d709d8d') +sha1sums=('11418e935c373340850c5467275feb40eba83e38') # optimization OK From vmiklos at frugalware.org Fri Oct 15 10:36:31 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 15 Oct 2010 10:36:31 +0200 (CEST) Subject: [Frugalware-git] pacman-tools: syncpkgcd: document how to keep $HOME across sudo Message-ID: <20101015083631.CC20B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=feb697448db4241842d6357b55d5dc292ad7bed6 commit feb697448db4241842d6357b55d5dc292ad7bed6 Author: Miklos Vajna Date: Fri Oct 15 10:35:57 2010 +0200 syncpkgcd: document how to keep $HOME across sudo diff --git a/syncpkgd/syncpkgcd.txt b/syncpkgd/syncpkgcd.txt index 9ae5df6..e6d171d 100644 --- a/syncpkgd/syncpkgcd.txt +++ b/syncpkgd/syncpkgcd.txt @@ -70,6 +70,15 @@ syncpkgd ALL=(ALL) NOPASSWD: /usr/bin/makepkg is in `/etc/sudoers`. It should be, if you installed the `pacman-tools` package and you haven't commented it out. +Also, if you set the `CHROOTDIR` in `/etc/makepkg.conf` to be +`$HOME`-dependent, then make sure to set + +---- +Defaults env_keep += "HOME" +---- + +in `/etc/sudoers` as well. + * Finally you can enable and start syncpkgcd as root: ---- From bouleetbil at frogdev.info Fri Oct 15 10:38:21 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 10:38:21 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: rgb-1.0.4-1-i686 Message-ID: <20101015083821.E6EDE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0be6bf55cd1b904b8783f9a4fb9b512805f5f9a6 commit 0be6bf55cd1b904b8783f9a4fb9b512805f5f9a6 Author: bouleetbil Date: Fri Oct 15 10:41:42 2010 +0000 rgb-1.0.4-1-i686 *Version bump diff --git a/source/x11/rgb/FrugalBuild b/source/x11/rgb/FrugalBuild index 4a85b45..4222a5d 100644 --- a/source/x11/rgb/FrugalBuild +++ b/source/x11/rgb/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=rgb -pkgver=1.0.3 +pkgver=1.0.4 pkgrel=1 pkgdesc="X.Org rgb application" url="http://xorg.freedesktop.org" @@ -11,5 +11,5 @@ archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('inputproto>=1.5' 'xproto>=7.0.15') Finclude xorg -sha1sums=('89970e73e95819756e6f3fb11631fa917031813a') +sha1sums=('d0360dda290b76c41fa467c47d4c122ea8cc92a4') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 10:42:31 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 10:42:31 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xauth-1.0.5-1-i686 Message-ID: <20101015084231.DF331132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=d29c05a1df0b877f1ac36e5a18645d1bcb3f77fe commit d29c05a1df0b877f1ac36e5a18645d1bcb3f77fe Author: bouleetbil Date: Fri Oct 15 10:45:53 2010 +0000 xauth-1.0.5-1-i686 *Version bump diff --git a/source/x11/xauth/FrugalBuild b/source/x11/xauth/FrugalBuild index 5e90a23..d4ef58f 100644 --- a/source/x11/xauth/FrugalBuild +++ b/source/x11/xauth/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=xauth -pkgver=1.0.4 +pkgver=1.0.5 pkgrel=1 pkgdesc="X.Org xauth application" groups=('x11' 'xorg-core' 'xorg-apps') @@ -10,6 +10,6 @@ archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.2.99.901' 'libxmu>=1.0.4-2' 'libxext>=1.0.5-3' 'libxau>=1.0.5') makedepends=('inputproto>=1.2.99.901') Finclude xorg -sha1sums=('90d32f28bb61ca6d831dcc35429a5ad53be73283') +sha1sums=('6d94b5822e8ce08630a8ff510230246d5ed45290') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 10:52:10 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 10:52:10 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: bitmap-1.0.5-1-i686 Message-ID: <20101015085210.F1BF0132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=1612dbf9f7bc3d45e9d397740661ca60c02088dc commit 1612dbf9f7bc3d45e9d397740661ca60c02088dc Author: bouleetbil Date: Fri Oct 15 10:55:19 2010 +0000 bitmap-1.0.5-1-i686 *Version bump diff --git a/source/x11/bitmap/FrugalBuild b/source/x11/bitmap/FrugalBuild index 800ca36..1db517a 100644 --- a/source/x11/bitmap/FrugalBuild +++ b/source/x11/bitmap/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=bitmap -pkgver=1.0.4 +pkgver=1.0.5 pkgrel=1 pkgdesc="X.Org bitmap application" url="http://xorg.freedesktop.org" @@ -12,6 +12,6 @@ depends=('libx11>=1.2.99.901' 'libxaw>=1.0.5' 'libxmu>=1.0.4-2' 'xbitmaps' 'libx makedepends=('inputproto>=1.9.99.902') _F_xorg_ind=1 Finclude xorg -sha1sums=('b83483937b1d4c542379b5f82edf408a023f8671') +sha1sums=('4f6f847b6cfc3e250f1befe907a3d1957f4a43c8') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 11:04:40 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 11:04:40 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-session-2.91.0-2-i686 *switch to default wm Message-ID: <20101015090440.5BA8D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=32d2ff556422578b56402a218ac606fba18fc074 commit 32d2ff556422578b56402a218ac606fba18fc074 Author: bouleetbil Date: Fri Oct 15 11:07:24 2010 +0000 gnome-session-2.91.0-2-i686 *switch to default wm diff --git a/source/gnome/gnome-session/FrugalBuild b/source/gnome/gnome-session/FrugalBuild index 4f749c9..c228d15 100644 --- a/source/gnome/gnome-session/FrugalBuild +++ b/source/gnome/gnome-session/FrugalBuild @@ -3,11 +3,11 @@ pkgname=gnome-session pkgver=2.91.0 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME session manager" depends=('gnome-desktop>=2.91.0' 'polkit' 'upower' 'gconf-gtk' 'usermode' \ 'dbus-glib>=0.76' 'gnome-control-center>=2.91.0' 'libnotify' 'gnome-keyring>=2.91.0' \ - 'mutter') + 'metacity') makedepends=('intltool' 'gnome-common') rodepends=('consolekit-x11') groups=('gnome' 'gnome-minimal') @@ -17,6 +17,6 @@ _F_gnome_iconcache="y" _F_gnome_desktop="y" Finclude gnome gnome-scriptlet sha1sums=('71c24928d1e6b69c29712916d153f85eb25e9df5') -Fconfopts="$Fconfopts --with-default-wm=mutter --with-gtk=3.0" +Fconfopts="$Fconfopts --with-gtk=3.0" # optimization OK From bouleetbil at frogdev.info Fri Oct 15 11:53:37 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 11:53:37 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-misc-meltho-1.0.2-1-i686 Message-ID: <20101015095337.8A6EA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=e70f74a378b939816f6843f5acf5c3f87b6c207c commit e70f74a378b939816f6843f5acf5c3f87b6c207c Author: bouleetbil Date: Fri Oct 15 11:56:53 2010 +0000 font-misc-meltho-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-misc-meltho/FrugalBuild b/source/x11/font-misc-meltho/FrugalBuild index 8be71ce..62e1b8b 100644 --- a/source/x11/font-misc-meltho/FrugalBuild +++ b/source/x11/font-misc-meltho/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-misc-meltho -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Meltho Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -11,4 +11,4 @@ archs=('i686' 'x86_64' 'ppc') _F_xorg_nr=0 _F_fonts_subdir="OTF" Finclude fonts xorg -sha1sums=('d20d9f8ffdeb88b62842b021d5d3d2a8cc31ea2c') +sha1sums=('fd14afe28a9cbea5700c1b15971bc24604bca2b3') From bouleetbil at frogdev.info Fri Oct 15 11:56:58 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 11:56:58 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-misc-ethiopic-1.0.2-1-i686 Message-ID: <20101015095658.1E783132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=eedca696d7ed315f40f3c373981cfaa419204069 commit eedca696d7ed315f40f3c373981cfaa419204069 Author: bouleetbil Date: Fri Oct 15 12:00:19 2010 +0000 font-misc-ethiopic-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-misc-ethiopic/FrugalBuild b/source/x11/font-misc-ethiopic/FrugalBuild index ed556f2..172e253 100644 --- a/source/x11/font-misc-ethiopic/FrugalBuild +++ b/source/x11/font-misc-ethiopic/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-misc-ethiopic -pkgver=1.0.1 -pkgrel=3 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Ethiopic Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -11,7 +11,7 @@ archs=('i686' 'x86_64' 'ppc') _F_xorg_nr=0 rodepends=('mkfontscale' 'mkfontdir' 'fontconfig') Finclude xorg -sha1sums=('2677191fd8b515c53bde6402513249fc0f48d53a') +sha1sums=('3ede231dd68a561244d8e0a8dbbfe79cfe876629') build() { Fcd From bouleetbil at frogdev.info Fri Oct 15 12:00:51 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 12:00:51 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-util-1.2.0-1-i686 Message-ID: <20101015100051.81672132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=89fa65a3b39e4ad93a45f67b3bbef0c2cfc45efe commit 89fa65a3b39e4ad93a45f67b3bbef0c2cfc45efe Author: bouleetbil Date: Fri Oct 15 12:04:11 2010 +0000 font-util-1.2.0-1-i686 *Version bump diff --git a/source/x11/font-util/FrugalBuild b/source/x11/font-util/FrugalBuild index 0e25b54..5cceed9 100644 --- a/source/x11/font-util/FrugalBuild +++ b/source/x11/font-util/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=font-util -pkgver=1.1.1 +pkgver=1.2.0 pkgrel=1 pkgdesc="X.Org font utils" url="http://xorg.freedesktop.org" @@ -11,6 +11,6 @@ archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg -sha1sums=('6ee3af5466de84d61411e173e578a256aeb1074d') +sha1sums=('011fa9c8fe08d9f6f848df570374ed1cb7488146') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 12:01:59 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 12:01:59 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-alias-1.0.3-1-i686 Message-ID: <20101015100159.7458F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=d000e71751580845831f6c26e28f5ccb33bb799c commit d000e71751580845831f6c26e28f5ccb33bb799c Author: bouleetbil Date: Fri Oct 15 12:05:21 2010 +0000 font-alias-1.0.3-1-i686 *Version bump diff --git a/source/x11/font-alias/FrugalBuild b/source/x11/font-alias/FrugalBuild index ce4d3a5..965dfab 100644 --- a/source/x11/font-alias/FrugalBuild +++ b/source/x11/font-alias/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-alias -pkgver=1.0.2 -pkgrel=3 +pkgver=1.0.3 +pkgrel=1 pkgdesc="X.Org font alias" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -12,4 +12,4 @@ depends=() makedepends=('pkgconfig' 'mkfontscale') Fconfopts="$Fconfopts --with-fontrootdir=/usr/share/fonts/X11" Finclude xorg -sha1sums=('9a0e97d974349e3a943b0ab77015f115f15d34c3') +sha1sums=('96b0aa38f88a54ef32ab85d3eef6f29b0437f70d') From bouleetbil at frogdev.info Fri Oct 15 12:04:28 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 12:04:28 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: dejavu-lgc-ttf-2.32-1-i686 Message-ID: <20101015100428.30623132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=68b82c615c669c5981d58f0f9b8211d99383b124 commit 68b82c615c669c5981d58f0f9b8211d99383b124 Author: bouleetbil Date: Fri Oct 15 12:07:47 2010 +0000 dejavu-lgc-ttf-2.32-1-i686 *Version bump diff --git a/source/x11/dejavu-lgc-ttf/FrugalBuild b/source/x11/dejavu-lgc-ttf/FrugalBuild index 370cdc2..48c708e 100644 --- a/source/x11/dejavu-lgc-ttf/FrugalBuild +++ b/source/x11/dejavu-lgc-ttf/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: crazy pkgname=dejavu-lgc-ttf -pkgver=2.31 -pkgrel=3 +pkgver=2.32 +pkgrel=1 pkgdesc="DejaVu fonts (LGC)" _F_sourceforge_dirname="dejavu" _F_sourceforge_name="dejavu-lgc-fonts-ttf" @@ -21,4 +21,4 @@ build() Ffilerel *.ttf /usr/share/fonts/X11/TTF } -sha1sums=('59c85a788d381e81e8f2ff38f9a9336b0686274f') +sha1sums=('033ec14a6b371a78b932d63b703deefe6a8fef25') From bouleetbil at frogdev.info Fri Oct 15 12:06:37 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 12:06:37 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-bh-ttf-1.0.2-1-i686 Message-ID: <20101015100637.5F720132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=37b04f9857eb8458ed8462fc48b51960b71167bc commit 37b04f9857eb8458ed8462fc48b51960b71167bc Author: bouleetbil Date: Fri Oct 15 12:09:56 2010 +0000 font-bh-ttf-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-bh-ttf/FrugalBuild b/source/x11/font-bh-ttf/FrugalBuild index 7ee65f4..f4e1f23 100644 --- a/source/x11/font-bh-ttf/FrugalBuild +++ b/source/x11/font-bh-ttf/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: Christian Hamar alias krix pkgname=font-bh-ttf -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Bigelow & Holmes TTF Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') archs=('i686' 'x86_64' 'ppc') _F_fonts_subdir="TTF" Finclude fonts xorg -sha1sums=('0e9ffbc738072ca832cdf5f82bff071c67b71825') +sha1sums=('adf4f1a8e12904bf4d00c2d4c63efa8a5dfdb8bb') From bouleetbil at frogdev.info Fri Oct 15 12:09:53 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 12:09:53 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xfontsel-1.0.3-1-i686 Message-ID: <20101015100953.43F88132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0792cdb326166ac734227c2ef0a4780750fddedb commit 0792cdb326166ac734227c2ef0a4780750fddedb Author: bouleetbil Date: Fri Oct 15 12:13:14 2010 +0000 xfontsel-1.0.3-1-i686 *Version bump diff --git a/source/x11/xfontsel/FrugalBuild b/source/x11/xfontsel/FrugalBuild index 8210774..ce16215 100644 --- a/source/x11/xfontsel/FrugalBuild +++ b/source/x11/xfontsel/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=xfontsel -pkgver=1.0.2 -pkgrel=2 +pkgver=1.0.3 +pkgrel=1 pkgdesc="X.Org xfontsel application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') @@ -13,6 +13,6 @@ makedepends=('inputproto>=1.5.0') _F_xorg_ind=1 Fconfopts="$Fconfopts --disable-xprint" Finclude xorg -sha1sums=('c492444a3bada3e44bc0319cfd85a89cd7770b84') +sha1sums=('df2eb12b90339b7091bd362b095344015ec8b6fa') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 12:11:48 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 12:11:48 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-bitstream-type1-1.0.2-1-i686 Message-ID: <20101015101148.4DA01132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=9cf0095ac533aec56036286f1a446b136be6ec18 commit 9cf0095ac533aec56036286f1a446b136be6ec18 Author: bouleetbil Date: Fri Oct 15 12:15:10 2010 +0000 font-bitstream-type1-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-bitstream-type1/FrugalBuild b/source/x11/font-bitstream-type1/FrugalBuild index 8dcc13e..2d984b2 100644 --- a/source/x11/font-bitstream-type1/FrugalBuild +++ b/source/x11/font-bitstream-type1/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-bitstream-type1 -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org BitStream Type1 Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -11,4 +11,4 @@ archs=('i686' 'x86_64' 'ppc') _F_xorg_nr=0 _F_fonts_subdir="Type1" Finclude fonts xorg -sha1sums=('53800b904fc3ead6b577a34fb7c1f96c1af4423f') +sha1sums=('9f17e4971d7fbbe7e45e8b03992e18e42807fa57') From bouleetbil at frogdev.info Fri Oct 15 12:17:48 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 12:17:48 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: dejavu-ttf-2.32-1-i686 Message-ID: <20101015101748.44668132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=14fd8ffdc6bf4867a514ebd89d4e66f53163b9fc commit 14fd8ffdc6bf4867a514ebd89d4e66f53163b9fc Author: bouleetbil Date: Fri Oct 15 12:21:02 2010 +0000 dejavu-ttf-2.32-1-i686 *Version bump diff --git a/source/x11/dejavu-ttf/FrugalBuild b/source/x11/dejavu-ttf/FrugalBuild index cab6d8c..428f953 100644 --- a/source/x11/dejavu-ttf/FrugalBuild +++ b/source/x11/dejavu-ttf/FrugalBuild @@ -8,8 +8,8 @@ else fi pkgname=dejavu-ttf -pkgver=2.31 -pkgrel=3 +pkgver=2.32 +pkgrel=1 pkgdesc="DejaVu fonts" _F_sourceforge_dirname="dejavu" _F_sourceforge_name="dejavu-fonts-ttf" @@ -21,7 +21,7 @@ Fuse $USE_JAVA && makedepends=('fop' 'java-gcj-compat') groups=('x11' 'xorg-core' 'xorg-fonts') archs=('i686' 'x86_64' 'ppc') source=($source dejavu-ttf.xml) -sha1sums=('33ed20fc45566bfac776a713b3bb4f1214ccb0f7' \ +sha1sums=('30865ca2c5c0b983eff6fe32d75aacc32d08a5a2' \ '9e154157924424d76d7a53d916ae8df7352e9d5a') build() From bouleetbil at frogdev.info Fri Oct 15 12:32:18 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 12:32:18 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-winitzki-cyrillic-1.0.2-1-i686 Message-ID: <20101015103218.8E7FB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=c1f8101c8345774fdd6f7b1102775a2e3f975bbf commit c1f8101c8345774fdd6f7b1102775a2e3f975bbf Author: bouleetbil Date: Fri Oct 15 12:35:35 2010 +0000 font-winitzki-cyrillic-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-winitzki-cyrillic/FrugalBuild b/source/x11/font-winitzki-cyrillic/FrugalBuild index e95bef1..478b01e 100644 --- a/source/x11/font-winitzki-cyrillic/FrugalBuild +++ b/source/x11/font-winitzki-cyrillic/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-winitzki-cyrillic -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Winitzki Cyrillic Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -11,8 +11,8 @@ archs=('i686' 'x86_64' 'ppc') _F_xorg_nr=0 _F_fonts_subdir="cyrillic" Finclude fonts xorg -makedepends=(${makedepends[@]} 'font-util') -sha1sums=('d19f476710783d784dfdbcb6a1f34ef7746d3439') +makedepends=(${makedepends[@]} 'font-util' 'mkfontdir') +sha1sums=('5efe466aca125372ddd29f03e85258920c68f21c') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 12:38:03 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 12:38:03 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-cursor-misc-1.0.2-1-i686 Message-ID: <20101015103803.BD974132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=f026565bbc50c49501822c8bb7ca8e7be627120e commit f026565bbc50c49501822c8bb7ca8e7be627120e Author: bouleetbil Date: Fri Oct 15 12:41:24 2010 +0000 font-cursor-misc-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-cursor-misc/FrugalBuild b/source/x11/font-cursor-misc/FrugalBuild index 52be1db..3fba08b 100644 --- a/source/x11/font-cursor-misc/FrugalBuild +++ b/source/x11/font-cursor-misc/FrugalBuild @@ -2,16 +2,16 @@ # Maintainer: Christian Hamar alias krix pkgname=font-cursor-misc -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Cursor Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') archs=('i686' 'x86_64' 'ppc') _F_fonts_subdir="misc" Finclude fonts xorg -makedepends=(${makedepends[@]} 'font-util') -sha1sums=('5087a94e74f8157cb6989f71fb3b4815b236065a') +makedepends=(${makedepends[@]} 'font-util' 'mkfontdir') +sha1sums=('0fe023718d7f50dae4b111413bd98d61006fb5a2') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 12:50:28 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 12:50:28 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-misc-cyrillic-1.0.2-1-i686 Message-ID: <20101015105028.BDADF132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=f6a2ebcefd85db1b210d0625c00bc6d4e48c94b6 commit f6a2ebcefd85db1b210d0625c00bc6d4e48c94b6 Author: bouleetbil Date: Fri Oct 15 12:53:50 2010 +0000 font-misc-cyrillic-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-misc-cyrillic/FrugalBuild b/source/x11/font-misc-cyrillic/FrugalBuild index 96d212a..f8cfcbf 100644 --- a/source/x11/font-misc-cyrillic/FrugalBuild +++ b/source/x11/font-misc-cyrillic/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-misc-cyrillic -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Cyrillic Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -12,7 +12,7 @@ _F_xorg_nr=0 _F_fonts_subdir="cyrillic" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('c178f8a8b6897a8382a0f4315a5b577760ba703c') +sha1sums=('9709f0864909f34006590c6f2cac2874c602ae12') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 12:50:28 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 12:50:28 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: fonts.sh *added mkfontdir as depends Message-ID: <20101015105028.A4BA5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=4aff5dbc4b4bf7f2a23b8fe9edea0ea69dcb7928 commit 4aff5dbc4b4bf7f2a23b8fe9edea0ea69dcb7928 Author: bouleetbil Date: Fri Oct 15 12:50:00 2010 +0000 fonts.sh *added mkfontdir as depends diff --git a/source/include/fonts.sh b/source/include/fonts.sh index cf2423a..99806fd 100644 --- a/source/include/fonts.sh +++ b/source/include/fonts.sh @@ -52,7 +52,8 @@ _F_cd_path='.' # * options ### makedepends=(${makedepends[@]} 'bdftopcf') -rodepends=(${rodepends[@]} 'mkfontscale' 'mkfontdir' 'fontconfig') +depends=(${depends[@]} 'mkfontdir') +rodepends=(${rodepends[@]} 'mkfontscale' 'fontconfig') options=(${options[@]} 'genscriptlet') ### From bouleetbil at frogdev.info Fri Oct 15 13:04:19 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:04:19 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-adobe-75dpi-1.0.2-1-i686 Message-ID: <20101015110419.E192D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=dc35d9bd5c11a023bc5d712641339ce2135f9e64 commit dc35d9bd5c11a023bc5d712641339ce2135f9e64 Author: bouleetbil Date: Fri Oct 15 13:07:36 2010 +0000 font-adobe-75dpi-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-adobe-75dpi/FrugalBuild b/source/x11/font-adobe-75dpi/FrugalBuild index 5fadaf5..8e8a3e3 100644 --- a/source/x11/font-adobe-75dpi/FrugalBuild +++ b/source/x11/font-adobe-75dpi/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-adobe-75dpi -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Adobe 75 DPI Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -11,7 +11,7 @@ archs=('i686' 'x86_64' 'ppc') _F_fonts_subdir="75dpi" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('3cbed8a4a3a6bbe6ccd3d6e07a238f8c9ab7a26c') +sha1sums=('64419679816358fe9295004430f1f3e58b2bf085') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:05:46 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:05:46 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-daewoo-misc-1.0.2-1-i686 Message-ID: <20101015110546.C11C6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0c650acd1dec077d54f3f27630d47c1b9e3abf54 commit 0c650acd1dec077d54f3f27630d47c1b9e3abf54 Author: bouleetbil Date: Fri Oct 15 13:09:08 2010 +0000 font-daewoo-misc-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-daewoo-misc/FrugalBuild b/source/x11/font-daewoo-misc/FrugalBuild index b19e61d..ed1a1bb 100644 --- a/source/x11/font-daewoo-misc/FrugalBuild +++ b/source/x11/font-daewoo-misc/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-daewoo-misc -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Daewoo Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -12,7 +12,7 @@ _F_xorg_nr=0 _F_fonts_subdir="misc" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('d169cec4e92fe1e99f3ff6766d4c6edcbb808860') +sha1sums=('a42de3c85b43aa136f41f23a3e4e8120ff7a6535') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:06:50 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:06:50 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-arabic-misc-1.0.2-1-i686 Message-ID: <20101015110650.5896E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=3ec3dd3990a092884d3e5ffb9fc86d8b507b3091 commit 3ec3dd3990a092884d3e5ffb9fc86d8b507b3091 Author: bouleetbil Date: Fri Oct 15 13:10:13 2010 +0000 font-arabic-misc-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-arabic-misc/FrugalBuild b/source/x11/font-arabic-misc/FrugalBuild index f25ac46..4f70efe 100644 --- a/source/x11/font-arabic-misc/FrugalBuild +++ b/source/x11/font-arabic-misc/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-arabic-misc -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Arabic Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -11,7 +11,7 @@ archs=('i686' 'x86_64' 'ppc') _F_fonts_subdir="misc" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('d11a7bdce7500c3ccc2fe59505f2bc89e4c7aa2a') +sha1sums=('3e00cb361df93549f131ac96b534aa60b2181ac5') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:07:53 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:07:53 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-sun-misc-1.0.2-1-i686 Message-ID: <20101015110753.A6C51132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a5db8c4b2cf14621b4c1e8776e97f04e86a661e3 commit a5db8c4b2cf14621b4c1e8776e97f04e86a661e3 Author: bouleetbil Date: Fri Oct 15 13:11:16 2010 +0000 font-sun-misc-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-sun-misc/FrugalBuild b/source/x11/font-sun-misc/FrugalBuild index b46f99c..3264b5b 100644 --- a/source/x11/font-sun-misc/FrugalBuild +++ b/source/x11/font-sun-misc/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-sun-misc -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Sun Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -12,7 +12,7 @@ _F_xorg_nr=0 _F_fonts_subdir="misc" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('fc91999e66fe479d07ea74e5dd2d950ff02ccb80') +sha1sums=('efdf3065d469009be6aab6604a1cd652663d57af') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:08:56 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:08:56 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-mutt-misc-1.0.2-1-i686 Message-ID: <20101015110856.BD1A9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=4ed6021cf81e7c3ef84727d778720f04dc3fc1a2 commit 4ed6021cf81e7c3ef84727d778720f04dc3fc1a2 Author: bouleetbil Date: Fri Oct 15 13:12:19 2010 +0000 font-mutt-misc-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-mutt-misc/FrugalBuild b/source/x11/font-mutt-misc/FrugalBuild index 0934038..a0cd773 100644 --- a/source/x11/font-mutt-misc/FrugalBuild +++ b/source/x11/font-mutt-misc/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-mutt-misc -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Mutt Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -12,7 +12,7 @@ _F_xorg_nr=0 _F_fonts_subdir="misc" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('b677831b477027f56ad3f35c95ef3cd6711f87ac') +sha1sums=('108b18d6f70f8923b7b2c7b5a8320366ad5b349c') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:10:36 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:10:36 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-bh-lucidatypewriter-75dpi-1.0.2-1-i686 Message-ID: <20101015111036.72655132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=e783535fce2a50f33ed77ce071defa6272fc1b0b commit e783535fce2a50f33ed77ce071defa6272fc1b0b Author: bouleetbil Date: Fri Oct 15 13:13:57 2010 +0000 font-bh-lucidatypewriter-75dpi-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-bh-lucidatypewriter-75dpi/FrugalBuild b/source/x11/font-bh-lucidatypewriter-75dpi/FrugalBuild index 50b77a3..513bf59 100644 --- a/source/x11/font-bh-lucidatypewriter-75dpi/FrugalBuild +++ b/source/x11/font-bh-lucidatypewriter-75dpi/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-bh-lucidatypewriter-75dpi -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Bigelow & Holmes LucidaTypewriter 75 DPI Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -11,7 +11,7 @@ archs=('i686' 'x86_64' 'ppc') _F_fonts_subdir="75dpi" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('26efd25d2802c8406a96ccc3240b2c14e511d49f') +sha1sums=('8ac4e2533092368427a59689a217096a26364680') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:11:42 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:11:42 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-bitstream-100dpi-1.0.2-1-i686 Message-ID: <20101015111142.DAA1A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0a73a499bc20e2bed7523551257aeb393e1676a6 commit 0a73a499bc20e2bed7523551257aeb393e1676a6 Author: bouleetbil Date: Fri Oct 15 13:15:05 2010 +0000 font-bitstream-100dpi-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-bitstream-100dpi/FrugalBuild b/source/x11/font-bitstream-100dpi/FrugalBuild index 06ef57f..e8b620b 100644 --- a/source/x11/font-bitstream-100dpi/FrugalBuild +++ b/source/x11/font-bitstream-100dpi/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-bitstream-100dpi -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org BitStream 100 DPI Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -12,7 +12,7 @@ _F_xorg_nr=0 _F_fonts_subdir="100dpi" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('ba163df365a591de5eb9e45fa302059d572dd171') +sha1sums=('3bf2ddd123ce27ab02e4f3eaa5cdc71f6d35f8e2') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:15:00 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:15:00 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-misc-misc-1.1.1-1-i686 Message-ID: <20101015111500.A3E37132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=54b668b07f8f556a1dc1a267305640d16bf08b49 commit 54b668b07f8f556a1dc1a267305640d16bf08b49 Author: bouleetbil Date: Fri Oct 15 13:18:19 2010 +0000 font-misc-misc-1.1.1-1-i686 *Version bump diff --git a/source/x11/font-misc-misc/FrugalBuild b/source/x11/font-misc-misc/FrugalBuild index d9f8a29..4338ab5 100644 --- a/source/x11/font-misc-misc/FrugalBuild +++ b/source/x11/font-misc-misc/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-misc-misc -pkgver=1.1.0 -pkgrel=2 +pkgver=1.1.1 +pkgrel=1 pkgdesc="X.Org Misc Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -11,7 +11,7 @@ archs=('i686' 'x86_64' 'ppc') _F_fonts_subdir="misc" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('83c44111b5727c26e52eb915b66dc6c9eba4c458') +sha1sums=('bb47765abfd49e448bec494ca3110131b63122a5') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:16:06 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:16:06 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-micro-misc-1.0.2-1-i686 Message-ID: <20101015111606.44E06132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=d6126e2a6eaec645a0b4dc02e9d47e9eb9823690 commit d6126e2a6eaec645a0b4dc02e9d47e9eb9823690 Author: bouleetbil Date: Fri Oct 15 13:19:28 2010 +0000 font-micro-misc-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-micro-misc/FrugalBuild b/source/x11/font-micro-misc/FrugalBuild index 67ab4e7..61f2da2 100644 --- a/source/x11/font-micro-misc/FrugalBuild +++ b/source/x11/font-micro-misc/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-micro-misc -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Micro Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -12,7 +12,7 @@ _F_xorg_nr=0 _F_fonts_subdir="misc" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('74a8be2b0b6ace97d8841356e88570f5fa3faad6') +sha1sums=('8e6ad7b5da32904faa7988f446d9fd9a4d1324ae') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:19:56 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:19:56 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-jis-misc-1.0.2-1-i686 Message-ID: <20101015111956.1B2DC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=2c399cc88d7bb69b6261852bd5f63085ae3c7af9 commit 2c399cc88d7bb69b6261852bd5f63085ae3c7af9 Author: bouleetbil Date: Fri Oct 15 13:23:18 2010 +0000 font-jis-misc-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-jis-misc/FrugalBuild b/source/x11/font-jis-misc/FrugalBuild index cb1abc8..070f280 100644 --- a/source/x11/font-jis-misc/FrugalBuild +++ b/source/x11/font-jis-misc/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-jis-misc -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org JIS Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -12,7 +12,7 @@ _F_xorg_nr=0 _F_fonts_subdir="misc" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('adb3275d19e71e9553aa8a5fdc3b2c647277d8d4') +sha1sums=('ad30d333d3880d23dc2c4194b6bb6394768809e3') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:43:20 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:43:20 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-cronyx-cyrillic-1.0.2-1-i686 Message-ID: <20101015114320.B102A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=5725be9b6c64987c45a74057822b052fbdf3d72f commit 5725be9b6c64987c45a74057822b052fbdf3d72f Author: bouleetbil Date: Fri Oct 15 13:46:40 2010 +0000 font-cronyx-cyrillic-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-cronyx-cyrillic/FrugalBuild b/source/x11/font-cronyx-cyrillic/FrugalBuild index 94a15d2..15db1a2 100644 --- a/source/x11/font-cronyx-cyrillic/FrugalBuild +++ b/source/x11/font-cronyx-cyrillic/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-cronyx-cyrillic -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Cronyx Cyrillic Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -12,7 +12,7 @@ _F_xorg_nr=0 _F_fonts_subdir="cyrillic" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('dfff5974629dab97677a70fa20e21c2cf48071a0') +sha1sums=('e3443b0613ec72d00cee15a6e54641be81775d82') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:44:44 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:44:44 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-schumacher-misc-1.1.1-1-i686 Message-ID: <20101015114444.A4AF9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=65678ed60b755003a7c1af417fae76cb488a0611 commit 65678ed60b755003a7c1af417fae76cb488a0611 Author: bouleetbil Date: Fri Oct 15 13:48:07 2010 +0000 font-schumacher-misc-1.1.1-1-i686 *Version bump diff --git a/source/x11/font-schumacher-misc/FrugalBuild b/source/x11/font-schumacher-misc/FrugalBuild index 72c6281..b9199d9 100644 --- a/source/x11/font-schumacher-misc/FrugalBuild +++ b/source/x11/font-schumacher-misc/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-schumacher-misc -pkgver=1.1.0 -pkgrel=2 +pkgver=1.1.1 +pkgrel=1 pkgdesc="X.Org Schumacher Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -12,7 +12,7 @@ _F_xorg_nr=0 _F_fonts_subdir="misc" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('ea7e009e222379fa31a16bdbd4ca5b1e9d412944') +sha1sums=('4893763424749f5861d3ca017a96246a6bf0aa84') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:49:07 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:49:07 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-adobe-100dpi-1.0.2-1-i686 Message-ID: <20101015114907.B5E3F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=beab640aecc1293047ec97cf48e4a5f3262284e6 commit beab640aecc1293047ec97cf48e4a5f3262284e6 Author: bouleetbil Date: Fri Oct 15 13:52:23 2010 +0000 font-adobe-100dpi-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-adobe-100dpi/FrugalBuild b/source/x11/font-adobe-100dpi/FrugalBuild index eb4121e..0ca71d3 100644 --- a/source/x11/font-adobe-100dpi/FrugalBuild +++ b/source/x11/font-adobe-100dpi/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-adobe-100dpi -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Adobe 100 DPI Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -11,7 +11,7 @@ archs=('i686' 'x86_64' 'ppc') _F_fonts_subdir="100dpi" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('814baccf5cf6c6545b7e8f3bbbad377be369042d') +sha1sums=('f35f79b09044c5179dea00cdf15c77e8ebd963b3') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:51:56 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:51:56 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-bh-75dpi-1.0.2-1-i686 Message-ID: <20101015115156.25065132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=3687106fd324df8c45bfe462f101994d3dc1cde1 commit 3687106fd324df8c45bfe462f101994d3dc1cde1 Author: bouleetbil Date: Fri Oct 15 13:55:16 2010 +0000 font-bh-75dpi-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-bh-75dpi/FrugalBuild b/source/x11/font-bh-75dpi/FrugalBuild index 1c84e37..0cbfabf 100644 --- a/source/x11/font-bh-75dpi/FrugalBuild +++ b/source/x11/font-bh-75dpi/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-bh-75dpi -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Bigelow & Holmes 75 DPI Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -11,7 +11,7 @@ archs=('i686' 'x86_64' 'ppc') _F_fonts_subdir="75dpi" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('7b891d5bfd966c405c19574bca8f87b8803146d1') +sha1sums=('5fd68f7badc3bf93fa28725653826ae4baaab980') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:54:37 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:54:37 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-bh-100dpi-1.0.2-1-i686 Message-ID: <20101015115437.175AD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=24eaf9eba724b7148f982fd259dbc996dec456c3 commit 24eaf9eba724b7148f982fd259dbc996dec456c3 Author: bouleetbil Date: Fri Oct 15 13:57:55 2010 +0000 font-bh-100dpi-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-bh-100dpi/FrugalBuild b/source/x11/font-bh-100dpi/FrugalBuild index 461e15e..e6bb8f4 100644 --- a/source/x11/font-bh-100dpi/FrugalBuild +++ b/source/x11/font-bh-100dpi/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-bh-100dpi -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Bigelow & Holmes 100 DPI Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -11,7 +11,7 @@ archs=('i686' 'x86_64' 'ppc') _F_fonts_subdir="100dpi" Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('4f3edda5dd35145cbd1ce8759e0a999b3a04f9c0') +sha1sums=('b51ecdc2e2d359ffbf86c176fb5fcb46f8cf1dd2') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:55:42 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:55:42 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: font-sony-misc-1.0.2-1-i686 Message-ID: <20101015115542.E2E1C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=543e2d89f7fb310a53c8d4c5482607a0fb730cc4 commit 543e2d89f7fb310a53c8d4c5482607a0fb730cc4 Author: bouleetbil Date: Fri Oct 15 13:59:06 2010 +0000 font-sony-misc-1.0.2-1-i686 *Version bump diff --git a/source/x11/font-sony-misc/FrugalBuild b/source/x11/font-sony-misc/FrugalBuild index 0ee6e97..238b847 100644 --- a/source/x11/font-sony-misc/FrugalBuild +++ b/source/x11/font-sony-misc/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=font-sony-misc -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org Sony Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') @@ -12,7 +12,7 @@ _F_fonts_subdir="misc" _F_xorg_nr=0 Finclude fonts xorg makedepends=(${makedepends[@]} 'font-util') -sha1sums=('e9717546682382ebf3e6e7039766fe52bdb8846c') +sha1sums=('45348271534b37e41b2edc93dfc660bcf277a724') build() { cd $pkgname-$pkgver || Fdie From bouleetbil at frogdev.info Fri Oct 15 13:59:17 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 13:59:17 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: oclock-1.0.2-1-i686 Message-ID: <20101015115917.2962B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0dc924d7cd3bbd5aea3dc20e8950e4d7395c79d8 commit 0dc924d7cd3bbd5aea3dc20e8950e4d7395c79d8 Author: bouleetbil Date: Fri Oct 15 14:02:37 2010 +0000 oclock-1.0.2-1-i686 *Version bump diff --git a/source/x11/oclock/FrugalBuild b/source/x11/oclock/FrugalBuild index e0681ec..9bd44ac 100644 --- a/source/x11/oclock/FrugalBuild +++ b/source/x11/oclock/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=oclock -pkgver=1.0.1 -pkgrel=3 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org oclock application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') archs=('i686' 'x86_64') depends=('libx11>=1.2.1' 'libxmu' 'libxext') Finclude xorg -sha1sums=('5245ac01d5dc940c89b8c39c3ee435b4f20a5db7') +sha1sums=('ba606d39fba6021c4db76d79751779f7b5c862e9') makedepends=('inputproto') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 14:14:57 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 14:14:57 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xclock-1.0.5-1-i686 Message-ID: <20101015121457.2EC2E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a7fed7bd8ae8868473490643c2e035242f9f5008 commit a7fed7bd8ae8868473490643c2e035242f9f5008 Author: bouleetbil Date: Fri Oct 15 14:18:16 2010 +0000 xclock-1.0.5-1-i686 *Version bump diff --git a/source/x11/xclock/FrugalBuild b/source/x11/xclock/FrugalBuild index 71ce311..3ed6eb3 100644 --- a/source/x11/xclock/FrugalBuild +++ b/source/x11/xclock/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=xclock -pkgver=1.0.4 +pkgver=1.0.5 pkgrel=1 pkgdesc="X.Org xclock application" url="http://xorg.freedesktop.org" @@ -12,6 +12,6 @@ depends=('libx11>=1.2.99.901' 'libxrender>=0.9.4-3' 'libxft>=2.1.13-2' 'libxkbfi makedepends=('inputproto>=1.5') Finclude xorg Fconfopts="$Fconfopts --disable-xprint" -sha1sums=('1987cafb3163c6b68bc7ecfbe143c8cd373d64bb') +sha1sums=('1651ac8961c0aa287a6a7412ee5e6d3bfc3bb3e2') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 14:19:54 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 14:19:54 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xmodmap-1.0.5-1-i686 Message-ID: <20101015121954.D0780132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=87ae9ee3d8a99bdad3e847b94eff9f28981adab6 commit 87ae9ee3d8a99bdad3e847b94eff9f28981adab6 Author: bouleetbil Date: Fri Oct 15 14:23:17 2010 +0000 xmodmap-1.0.5-1-i686 *Version bump diff --git a/source/x11/xmodmap/FrugalBuild b/source/x11/xmodmap/FrugalBuild index 1323174..34225e0 100644 --- a/source/x11/xmodmap/FrugalBuild +++ b/source/x11/xmodmap/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=xmodmap -pkgver=1.0.4 +pkgver=1.0.5 pkgrel=1 pkgdesc="utility for modifying keymaps and pointer button mappings in X" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') archs=('i686' 'x86_64') depends=('libx11>=1.3') -makedepends=('inputproto>=1.5') +makedepends=('inputproto>=2.0') Finclude xorg -sha1sums=('9b49388bb527a8f7b7e86c4aa4c75a83372f6baa') +sha1sums=('c97fb42f40b094868f6ef445f25c600f326b1942') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 14:24:45 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 14:24:45 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xwininfo-1.1.0-1-i686 Message-ID: <20101015122445.AB55A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=5cbcfc95c27816741e00bb66d43f9301a4d5b25a commit 5cbcfc95c27816741e00bb66d43f9301a4d5b25a Author: bouleetbil Date: Fri Oct 15 14:28:07 2010 +0000 xwininfo-1.1.0-1-i686 *Version bump diff --git a/source/x11/xwininfo/FrugalBuild b/source/x11/xwininfo/FrugalBuild index a875a8e..ac46231 100644 --- a/source/x11/xwininfo/FrugalBuild +++ b/source/x11/xwininfo/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=xwininfo -pkgver=1.0.5 +pkgver=1.1.0 pkgrel=1 pkgdesc="X.Org xwininfo application" url="http://xorg.freedesktop.org" @@ -11,6 +11,6 @@ archs=('i686' 'x86_64' 'ppc') depends=('libxmu>=1.0.4-2' 'libx11>=1.3') makedepends=('inputproto>=2.0') Finclude xorg -sha1sums=('9730db0d1bd75b8bc5bc399f56cab9f5aee3bcfc') +sha1sums=('517b6dab665968742111772e8f7e0b8587aadc18') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 14:30:06 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 14:30:06 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: x11perf-1.5.2-1-i686 Message-ID: <20101015123006.848CF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=5dcc855835f52ed27d9e55ccffe3849c5a91e2fa commit 5dcc855835f52ed27d9e55ccffe3849c5a91e2fa Author: bouleetbil Date: Fri Oct 15 14:33:28 2010 +0000 x11perf-1.5.2-1-i686 *Version bump diff --git a/source/x11/x11perf/FrugalBuild b/source/x11/x11perf/FrugalBuild index 5e40a39..0f4b72b 100644 --- a/source/x11/x11perf/FrugalBuild +++ b/source/x11/x11perf/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=x11perf -pkgver=1.5.1 +pkgver=1.5.2 pkgrel=1 pkgdesc="X.Org x11perf application" url="http://xorg.freedesktop.org" @@ -11,6 +11,6 @@ archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.3' 'libxmu>=1.0.4-2' 'libxft>=2.1.13-2' 'libxrender>=0.9.4-3') makedepends=('inputproto>=2.0') Finclude xorg -sha1sums=('d1f85da3df5b216b64c1735d109380214787222d') +sha1sums=('ca693d23cd343df51baac76e693e769ce5ef6a30') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 14:33:14 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 14:33:14 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: setxkbmap-1.2.0-1-i686 Message-ID: <20101015123314.CA787132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a1a88184301fd37bae9839c0e7efcd32574f1c68 commit a1a88184301fd37bae9839c0e7efcd32574f1c68 Author: bouleetbil Date: Fri Oct 15 14:36:37 2010 +0000 setxkbmap-1.2.0-1-i686 *Version bump diff --git a/source/x11/setxkbmap/FrugalBuild b/source/x11/setxkbmap/FrugalBuild index 2f8b132..d2f932f 100644 --- a/source/x11/setxkbmap/FrugalBuild +++ b/source/x11/setxkbmap/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=setxkbmap -pkgver=1.1.0 +pkgver=1.2.0 pkgrel=1 pkgdesc="X.Org setxkbmap application" url="http://xorg.freedesktop.org" @@ -10,7 +10,7 @@ groups=('x11' 'xorg-core' 'xorg-apps') archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.2.1' 'libxkbfile>=1.0.5') Finclude xorg -makedepends=('inputproto>=1.5') -sha1sums=('f02f93a08ac060d760566693c748e0fba3db8a06') +makedepends=('inputproto>=2.0') +sha1sums=('860785e16313d30792fe62604f65d84281812322') Fconfopts="$Fconfopts --with-xkb-config-root=/usr/lib/X11/xkb" # optimization OK From bouleetbil at frogdev.info Fri Oct 15 14:40:39 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 14:40:39 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xstdcmap-1.0.2-1-i686 Message-ID: <20101015124039.5521D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=652301db5377d6b1794e5f144ceb0b0be5d383c5 commit 652301db5377d6b1794e5f144ceb0b0be5d383c5 Author: bouleetbil Date: Fri Oct 15 14:44:00 2010 +0000 xstdcmap-1.0.2-1-i686 *Version bump diff --git a/source/x11/xstdcmap/FrugalBuild b/source/x11/xstdcmap/FrugalBuild index 3e3dd7a..70fa155 100644 --- a/source/x11/xstdcmap/FrugalBuild +++ b/source/x11/xstdcmap/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=xstdcmap -pkgver=1.0.1 -pkgrel=3 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org xstdcmap application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') archs=('i686' 'x86_64') depends=('libxmu>=1.0.4-2' 'libx11>=1.2.1') Finclude xorg -sha1sums=('cb222bca38c5f739bdda9f2d66a023b531c51f93') -makedepends=('inputproto>=1.5') +sha1sums=('32374e671e5cdd4d55bd7f3f6619cc5b5267fda8') +makedepends=('inputproto>=2.0') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 14:45:29 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 14:45:29 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xkeyboard-config-2.0-1-i686 Message-ID: <20101015124529.ED5FE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=c383e1b381e7fcfb752bb14a0080e4130f988941 commit c383e1b381e7fcfb752bb14a0080e4130f988941 Author: bouleetbil Date: Fri Oct 15 14:48:50 2010 +0000 xkeyboard-config-2.0-1-i686 *Version bump diff --git a/source/x11/xkeyboard-config/FrugalBuild b/source/x11/xkeyboard-config/FrugalBuild index b6d2a47..443861e 100644 --- a/source/x11/xkeyboard-config/FrugalBuild +++ b/source/x11/xkeyboard-config/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=xkeyboard-config -pkgver=1.8 +pkgver=2.0 pkgrel=1 pkgdesc="X.org XML-based XKB configuration registry" url="http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig" @@ -13,7 +13,7 @@ makedepends=('pkgconfig' 'perl-xml-parser' 'util-macros>=1.6.0' 'intltool') up2date=("lynx -dump 'http://xlibs.freedesktop.org/xkbdesc/?C=M;O=A' | grep $pkgname | Flasttar") source=(http://xlibs.freedesktop.org/xkbdesc/$pkgname-$pkgver.tar.bz2) #source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/$pkgname-20061207.tar.bz2) -sha1sums=('bdba4ed105b3a68fc7c26414ca41a0731558c47d') +sha1sums=('9fb0d83fba3da66345a3ed6e0f06accd56186ea9') build() { Fcd From bouleetbil at frogdev.info Fri Oct 15 15:09:32 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 15:09:32 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xterm-264-1-i686 Message-ID: <20101015130932.E9E1C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=8bc207a154bb013e7c5616b254d1dc97ce0b3d27 commit 8bc207a154bb013e7c5616b254d1dc97ce0b3d27 Author: bouleetbil Date: Fri Oct 15 15:12:53 2010 +0000 xterm-264-1-i686 *Version bump diff --git a/source/x11/xterm/FrugalBuild b/source/x11/xterm/FrugalBuild index bc28e72..9a12c31 100644 --- a/source/x11/xterm/FrugalBuild +++ b/source/x11/xterm/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=xterm -pkgver=261 +pkgver=264 pkgrel=1 pkgdesc="X terminal emulator" url="http://dickey.his.com/xterm/" @@ -41,6 +41,6 @@ build() { Fdocrel ctlseqs.txt Fbuild_gnome_scriptlet } -sha1sums=('c19b73bea2f43c676699e914c8a059d8b69fc89b') +sha1sums=('1291a8b931394138c684f72923381a6b20d34f7d') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 15:30:54 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 15:30:54 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xdpyinfo-1.2.0-1-i686 Message-ID: <20101015133054.71E6F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=4859b30379bc300184925867c538d3f8a4f57001 commit 4859b30379bc300184925867c538d3f8a4f57001 Author: bouleetbil Date: Fri Oct 15 15:34:16 2010 +0000 xdpyinfo-1.2.0-1-i686 *Version bump diff --git a/source/x11/xdpyinfo/FrugalBuild b/source/x11/xdpyinfo/FrugalBuild index 20aa0ab..a29c18e 100644 --- a/source/x11/xdpyinfo/FrugalBuild +++ b/source/x11/xdpyinfo/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=xdpyinfo -pkgver=1.1.0 +pkgver=1.2.0 pkgrel=1 pkgdesc="X.Org xdpyinfo application" url="http://xorg.freedesktop.org" @@ -11,6 +11,6 @@ archs=('i686' 'x86_64' 'ppc') depends=('libxext>=1.0.5-3' 'libx11>=1.3' 'libxtst>=1.0.3-3' 'libxxf86vm>=1.0.2' 'libxxf86dga>=1.0.2-2' 'libxxf86misc>=1.0.1-3' 'libxi>=1.2.1' 'libxrender>=0.9.4-3' 'libxinerama>=1.0.3' 'libdmx>=1.0.2-3' 'libxp>=1.0.0-3') _F_xorg_ind=1 Finclude xorg -sha1sums=('01971f007048a46a4a31a69c661bc3a378de60f0') +sha1sums=('5d53cd31afd40bdc4575b5347f2cda67f135f5f2') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 16:56:37 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 16:56:37 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xsm-1.0.2-1-i686 Message-ID: <20101015145637.83B9A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a2f00dfa9ca596767000b387f1ca9da55ac79797 commit a2f00dfa9ca596767000b387f1ca9da55ac79797 Author: bouleetbil Date: Fri Oct 15 16:59:57 2010 +0000 xsm-1.0.2-1-i686 *Version bump diff --git a/source/x11/xsm/FrugalBuild b/source/x11/xsm/FrugalBuild index 51fb26a..ebc2b4a 100644 --- a/source/x11/xsm/FrugalBuild +++ b/source/x11/xsm/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=xsm -pkgver=1.0.1 -pkgrel=3 +pkgver=1.0.2 +pkgrel=1 pkgdesc="X.Org xsm application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') archs=('i686' 'x86_64' 'ppc') depends=('libxaw>=1.0.5' 'netkit-rsh' 'libxp>=1.0.0-3') Finclude xorg -sha1sums=('7fca1397b86cc9e8763c73eef9a1c41340040a69') +sha1sums=('3ed9a9bb4bb26a9a867fecc352eeb0656476fa19') makedepends=('inputproto>=1.5') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 16:59:37 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 16:59:37 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xconsole-1.0.4-1-i686 Message-ID: <20101015145937.57E1B132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=25738df565e3479ede16b39078d60ad129e4c308 commit 25738df565e3479ede16b39078d60ad129e4c308 Author: bouleetbil Date: Fri Oct 15 17:03:00 2010 +0000 xconsole-1.0.4-1-i686 *Version bump diff --git a/source/x11/xconsole/FrugalBuild b/source/x11/xconsole/FrugalBuild index cbe4d72..4e45fef 100644 --- a/source/x11/xconsole/FrugalBuild +++ b/source/x11/xconsole/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=xconsole -pkgver=1.0.3 -pkgrel=2 +pkgver=1.0.4 +pkgrel=1 pkgdesc="X.Org xconsole application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') @@ -12,5 +12,6 @@ depends=('libxaw>=1.0.5' 'libxp>=1.0.0-3') makedepends=('inputproto>=1.5') Finclude xorg Fconfopts="$Fconfopts --disable-xprint" -sha1sums=('31408b28b67fe74f3d21c98cc2cada03ff9cefab') +sha1sums=('195299d4948ba4c62e961ddd0bd4572283244715') + # optimization OK From bouleetbil at frogdev.info Fri Oct 15 17:01:51 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 17:01:51 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xload-1.1.0-1-i686 Message-ID: <20101015150151.29C27132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=63f7374e04b35fdd7b6081edccb017a2d7ce2058 commit 63f7374e04b35fdd7b6081edccb017a2d7ce2058 Author: bouleetbil Date: Fri Oct 15 17:05:16 2010 +0000 xload-1.1.0-1-i686 *Version bump diff --git a/source/x11/xload/FrugalBuild b/source/x11/xload/FrugalBuild index c828690..a9c015d 100644 --- a/source/x11/xload/FrugalBuild +++ b/source/x11/xload/FrugalBuild @@ -2,16 +2,16 @@ # Maintainer: Christian Hamar alias krix pkgname=xload -pkgver=1.0.2 -pkgrel=3 +pkgver=1.1.0 +pkgrel=1 pkgdesc="X.Org xload application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') archs=('i686' 'x86_64') depends=('libxaw>=1.0.5' 'libxp') -makedepends=('inputproto>=1.5') +makedepends=('inputproto>=2.0') Finclude xorg Fconfopts="$Fconfopts --disable-xprint" -sha1sums=('cbbbf23531e0d781b556f5864cc3b83874f786d2') +sha1sums=('dcad93d769b0614466f1e48fed5dd956349cfcfb') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 18:21:26 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 18:21:26 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xlsclients-1.1.1-1-i686 Message-ID: <20101015162126.5FC81132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=f2b940f9c04b5504ddd06a8b01accebcbf111423 commit f2b940f9c04b5504ddd06a8b01accebcbf111423 Author: bouleetbil Date: Fri Oct 15 18:24:49 2010 +0000 xlsclients-1.1.1-1-i686 *Version bump diff --git a/source/x11/xlsclients/FrugalBuild b/source/x11/xlsclients/FrugalBuild index 82601e9..0cfbe7f 100644 --- a/source/x11/xlsclients/FrugalBuild +++ b/source/x11/xlsclients/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=xlsclients -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="X.Org xlsclients application" url="http://xorg.freedesktop.org" @@ -11,6 +11,6 @@ archs=('i686' 'x86_64') depends=('libx11>=1.3.4' 'libxmu>=1.0.4-2' 'xcb-util') makedepends=('inputproto>=2.0') Finclude xorg -sha1sums=('1961ee982f98d270c9069eaf84790c6b9dcdc851') +sha1sums=('67bfdcb089e8669df7ec5bc7a137e037047f2535') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 18:24:34 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 18:24:34 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: luit-1.1.0-1-i686 Message-ID: <20101015162434.1356B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=e2635c0e8ea87b9dca28176b3346ba29babb3f83 commit e2635c0e8ea87b9dca28176b3346ba29babb3f83 Author: bouleetbil Date: Fri Oct 15 18:27:59 2010 +0000 luit-1.1.0-1-i686 *Version bump diff --git a/source/x11/luit/FrugalBuild b/source/x11/luit/FrugalBuild index f6529bb..138a9b3 100644 --- a/source/x11/luit/FrugalBuild +++ b/source/x11/luit/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=luit -pkgver=1.0.5 +pkgver=1.1.0 pkgrel=1 pkgdesc="X.Org luit application" url="http://xorg.freedesktop.org" @@ -11,5 +11,6 @@ archs=('i686' 'x86_64') depends=('libx11>=1.2.1' 'libfontenc>=1.0.4-4') makedepends=('inputproto>=2.0') Finclude xorg -sha1sums=('7260feca7db48d8aa80d493b4cbcf6b7c5774d8d') +sha1sums=('fa974b417f6b65c241398d8d011207c6facb0766') + # optimization OK From bouleetbil at frogdev.info Fri Oct 15 18:35:53 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 18:35:53 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-acecad-1.4.0-3-i686 Message-ID: <20101015163553.67563132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=beee5880db09bb14a1064cc19961e411db7806db commit beee5880db09bb14a1064cc19961e411db7806db Author: bouleetbil Date: Fri Oct 15 18:39:13 2010 +0000 xf86-input-acecad-1.4.0-3-i686 *Version bump diff --git a/source/x11/xf86-input-acecad/FrugalBuild b/source/x11/xf86-input-acecad/FrugalBuild index 1297d2d..70f8de4 100644 --- a/source/x11/xf86-input-acecad/FrugalBuild +++ b/source/x11/xf86-input-acecad/FrugalBuild @@ -3,7 +3,7 @@ pkgname=xf86-input-acecad pkgver=1.4.0 -pkgrel=2 +pkgrel=3 Finclude xorg sha1sums=('4182aa30d4209ec60fd423a3e24e4951e16c0a4b') From bouleetbil at frogdev.info Fri Oct 15 18:35:53 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 18:35:53 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xorg.sh *update xorg-server Message-ID: <20101015163553.5322C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=bcce5a4d8ae3ab3c7b987d39528586abe1a5297b commit bcce5a4d8ae3ab3c7b987d39528586abe1a5297b Author: bouleetbil Date: Fri Oct 15 18:29:39 2010 +0000 xorg.sh *update xorg-server diff --git a/source/include/xorg.sh b/source/include/xorg.sh index 3446421..84f9f48 100644 --- a/source/include/xorg.sh +++ b/source/include/xorg.sh @@ -57,7 +57,7 @@ if [[ $pkgname =~ ^xf86-input- ]]; then pkgdesc="X.Org driver for ${pkgname#xf86-input-} input devices" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') - depends=('xorg-server>=1.8.1') + depends=('xorg-server>=1.9.0') makedepends=('inputproto' 'randrproto') fi url="http://xorg.freedesktop.org" From bouleetbil at frogdev.info Fri Oct 15 18:41:26 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 18:41:26 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-aiptek-1.3.1-2-i686 Message-ID: <20101015164126.C0EE6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=f21646cc6c843cddf1d5576518ef69905f1f6872 commit f21646cc6c843cddf1d5576518ef69905f1f6872 Author: bouleetbil Date: Fri Oct 15 18:44:48 2010 +0000 xf86-input-aiptek-1.3.1-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-input-aiptek/FrugalBuild b/source/x11/xf86-input-aiptek/FrugalBuild index 1eadd46..b5fd825 100644 --- a/source/x11/xf86-input-aiptek/FrugalBuild +++ b/source/x11/xf86-input-aiptek/FrugalBuild @@ -3,7 +3,7 @@ pkgname=xf86-input-aiptek pkgver=1.3.1 -pkgrel=1 +pkgrel=2 Finclude xorg sha1sums=('8466910dd3877502eb97468db4deab98d49125bb') From bouleetbil at frogdev.info Fri Oct 15 18:45:23 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 18:45:23 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-elographics-1.2.4-2-i686 Message-ID: <20101015164523.329EA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=e9f153dd4d997e5f8b9647dd5c0fb4f9ebb4a82c commit e9f153dd4d997e5f8b9647dd5c0fb4f9ebb4a82c Author: bouleetbil Date: Fri Oct 15 18:48:41 2010 +0000 xf86-input-elographics-1.2.4-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-input-elographics/FrugalBuild b/source/x11/xf86-input-elographics/FrugalBuild index ae19b34..5276a0f 100644 --- a/source/x11/xf86-input-elographics/FrugalBuild +++ b/source/x11/xf86-input-elographics/FrugalBuild @@ -3,7 +3,7 @@ pkgname=xf86-input-elographics pkgver=1.2.4 -pkgrel=1 +pkgrel=2 Finclude xorg sha1sums=('17784ec8c5bcbf62d4ce462cee69e1af304c308e') From bouleetbil at frogdev.info Fri Oct 15 18:45:54 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 18:45:54 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-evdev-2.5.0-2-i686 Message-ID: <20101015164554.4215E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=3eacba1c34145490aedc26e11ec74715e154b567 commit 3eacba1c34145490aedc26e11ec74715e154b567 Author: bouleetbil Date: Fri Oct 15 18:49:20 2010 +0000 xf86-input-evdev-2.5.0-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-input-evdev/FrugalBuild b/source/x11/xf86-input-evdev/FrugalBuild index e83fd7f..d0d54d4 100644 --- a/source/x11/xf86-input-evdev/FrugalBuild +++ b/source/x11/xf86-input-evdev/FrugalBuild @@ -11,6 +11,7 @@ archs=(${archs[@]} 'ppc') makedepends=('inputproto' 'randrproto' 'util-macros') _F_cd_path="$pkgname-$pkgver" sha1sums=('fe83410d76830ec15c4a73ace385d66644c58944') +pkgrel=2 if Fuse $USE_DEVEL; then unset source sha1sums From bouleetbil at frogdev.info Fri Oct 15 18:49:15 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 18:49:15 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-fpit-1.3.0-4-i686 Message-ID: <20101015164915.ABF9E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=4cc98bbd69d391bdffe20c7b8cb3536756ea7e1c commit 4cc98bbd69d391bdffe20c7b8cb3536756ea7e1c Author: bouleetbil Date: Fri Oct 15 18:52:39 2010 +0000 xf86-input-fpit-1.3.0-4-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-input-fpit/FrugalBuild b/source/x11/xf86-input-fpit/FrugalBuild index ce42c21..78c5d7f 100644 --- a/source/x11/xf86-input-fpit/FrugalBuild +++ b/source/x11/xf86-input-fpit/FrugalBuild @@ -3,7 +3,7 @@ pkgname=xf86-input-fpit pkgver=1.3.0 -pkgrel=3 +pkgrel=4 Finclude xorg source=($source FixXinput.diff) sha1sums=('bc80c546c1b7838754a02a99391dbe31e5f1c475' \ From bouleetbil at frogdev.info Fri Oct 15 18:51:51 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 18:51:51 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-hyperpen-1.3.0-4-i686 Message-ID: <20101015165151.EF51E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=b5493674f12978d1133e7832b9178bb341366c1b commit b5493674f12978d1133e7832b9178bb341366c1b Author: bouleetbil Date: Fri Oct 15 18:55:15 2010 +0000 xf86-input-hyperpen-1.3.0-4-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-input-hyperpen/FrugalBuild b/source/x11/xf86-input-hyperpen/FrugalBuild index facd8db..123899b 100644 --- a/source/x11/xf86-input-hyperpen/FrugalBuild +++ b/source/x11/xf86-input-hyperpen/FrugalBuild @@ -3,7 +3,7 @@ pkgname=xf86-input-hyperpen pkgver=1.3.0 -pkgrel=3 +pkgrel=4 Finclude xorg source=($source FixXinput.diff) sha1sums=('c508f7d713d9127b6ad906f347c4760825a612e5' \ From bouleetbil at frogdev.info Fri Oct 15 18:54:48 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 18:54:48 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-joystick-1.5.0-3-i686 Message-ID: <20101015165448.017FF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=88c7276c776bbb2cc486a31841573f53212a4b05 commit 88c7276c776bbb2cc486a31841573f53212a4b05 Author: bouleetbil Date: Fri Oct 15 18:58:12 2010 +0000 xf86-input-joystick-1.5.0-3-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-input-joystick/FrugalBuild b/source/x11/xf86-input-joystick/FrugalBuild index ef0e6b0..338755c 100644 --- a/source/x11/xf86-input-joystick/FrugalBuild +++ b/source/x11/xf86-input-joystick/FrugalBuild @@ -5,5 +5,5 @@ pkgname=xf86-input-joystick pkgver=1.5.0 Finclude xorg sha1sums=('a9fed6827d55f59b7166185247952049b4e6d152') -pkgrel=2 +pkgrel=3 # optimization OK From bouleetbil at frogdev.info Fri Oct 15 18:57:25 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 18:57:25 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-keyboard-1.4.0-3-i686 Message-ID: <20101015165725.3B9BD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=1cb1826bc0cfcb275780e6f858e742c43b606d63 commit 1cb1826bc0cfcb275780e6f858e742c43b606d63 Author: bouleetbil Date: Fri Oct 15 19:00:49 2010 +0000 xf86-input-keyboard-1.4.0-3-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-input-keyboard/FrugalBuild b/source/x11/xf86-input-keyboard/FrugalBuild index 38c1808..fba6c0a 100644 --- a/source/x11/xf86-input-keyboard/FrugalBuild +++ b/source/x11/xf86-input-keyboard/FrugalBuild @@ -6,7 +6,7 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=xf86-input-keyboard pkgver=1.4.0 Fuse $USE_DEVEL && pkgver=1.3.2.27.g158d33c -pkgrel=2 +pkgrel=3 Finclude xorg archs=(${archs[@]} 'ppc') sha1sums=('5061fdaff8b7ddcbcca82f065c4abbfff255a1da') From bouleetbil at frogdev.info Fri Oct 15 19:00:11 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 19:00:11 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-mouse-1.5.0-5-i686 Message-ID: <20101015170011.059AD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=9efd2a1be98aa3eccab57c2b96ac5703225c367c commit 9efd2a1be98aa3eccab57c2b96ac5703225c367c Author: bouleetbil Date: Fri Oct 15 19:03:33 2010 +0000 xf86-input-mouse-1.5.0-5-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-input-mouse/FrugalBuild b/source/x11/xf86-input-mouse/FrugalBuild index 3b544fc..7c60b9e 100644 --- a/source/x11/xf86-input-mouse/FrugalBuild +++ b/source/x11/xf86-input-mouse/FrugalBuild @@ -6,7 +6,7 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=xf86-input-mouse pkgver=1.5.0 Fuse $USE_DEVEL && pkgver=1.4.0.27.gf292f23 -pkgrel=4 +pkgrel=5 pkgdesc="X.org Mouse input driver" Finclude xorg archs=(${archs[@]} 'ppc') From bouleetbil at frogdev.info Fri Oct 15 19:03:08 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 19:03:08 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-mutouch-1.2.1-4-i686 Message-ID: <20101015170308.EBB49132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=4ad2890773262b5d0ae4f322243c826234d75df6 commit 4ad2890773262b5d0ae4f322243c826234d75df6 Author: bouleetbil Date: Fri Oct 15 19:06:30 2010 +0000 xf86-input-mutouch-1.2.1-4-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-input-mutouch/FrugalBuild b/source/x11/xf86-input-mutouch/FrugalBuild index 6a7dc77..60a7ef6 100644 --- a/source/x11/xf86-input-mutouch/FrugalBuild +++ b/source/x11/xf86-input-mutouch/FrugalBuild @@ -3,7 +3,7 @@ pkgname=xf86-input-mutouch pkgver=1.2.1 -pkgrel=3 +pkgrel=4 Finclude xorg source=($source FixXinput.diff) sha1sums=('c5883c2c5cc80186f711751e8847c9c07f2e4448' \ From bouleetbil at frogdev.info Fri Oct 15 19:06:48 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 19:06:48 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-penmount-1.4.1-3-i686 Message-ID: <20101015170648.D5BDD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=978b236376d890902bfd2b57183d0d2e02e5e0df commit 978b236376d890902bfd2b57183d0d2e02e5e0df Author: bouleetbil Date: Fri Oct 15 19:10:11 2010 +0000 xf86-input-penmount-1.4.1-3-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-input-penmount/FrugalBuild b/source/x11/xf86-input-penmount/FrugalBuild index f1c5f48..417ac95 100644 --- a/source/x11/xf86-input-penmount/FrugalBuild +++ b/source/x11/xf86-input-penmount/FrugalBuild @@ -3,7 +3,7 @@ pkgname=xf86-input-penmount pkgver=1.4.1 -pkgrel=2 +pkgrel=3 Finclude xorg sha1sums=('a6923fe92ffbc698813063a5426b4ba2edfe465f') From bouleetbil at frogdev.info Fri Oct 15 19:09:54 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 19:09:54 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-synaptics-1.2.2-3-i686 Message-ID: <20101015170954.4C609132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=7850e031605be167750d9de1bf501d627424d0b1 commit 7850e031605be167750d9de1bf501d627424d0b1 Author: bouleetbil Date: Fri Oct 15 19:13:18 2010 +0000 xf86-input-synaptics-1.2.2-3-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-input-synaptics/FrugalBuild b/source/x11/xf86-input-synaptics/FrugalBuild index f2df370..b5fbc15 100644 --- a/source/x11/xf86-input-synaptics/FrugalBuild +++ b/source/x11/xf86-input-synaptics/FrugalBuild @@ -22,7 +22,7 @@ fi archs=(${archs[@]} 'ppc') makedepends=(${makedepends[@]} 'util-macros') -pkgrel=2 +pkgrel=3 build() { From bouleetbil at frogdev.info Fri Oct 15 19:12:47 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 19:12:47 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-vmmouse-12.6.10-2-i686 Message-ID: <20101015171247.9119C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=3f76b90a50174f7f303c82e68601961821694e7f commit 3f76b90a50174f7f303c82e68601961821694e7f Author: bouleetbil Date: Fri Oct 15 19:16:09 2010 +0000 xf86-input-vmmouse-12.6.10-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-input-vmmouse/FrugalBuild b/source/x11/xf86-input-vmmouse/FrugalBuild index bf68721..62c68a9 100644 --- a/source/x11/xf86-input-vmmouse/FrugalBuild +++ b/source/x11/xf86-input-vmmouse/FrugalBuild @@ -3,7 +3,7 @@ pkgname=xf86-input-vmmouse pkgver=12.6.10 -pkgrel=1 +pkgrel=2 Finclude xorg sha1sums=('4c510d3f3ceaeb3bf826d440a406fe53fd85902c') From bouleetbil at frogdev.info Fri Oct 15 19:15:26 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 19:15:26 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-void-1.3.0-3-i686 Message-ID: <20101015171526.C2DDF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=9d93358995394595d26cde85c50e532008c9b845 commit 9d93358995394595d26cde85c50e532008c9b845 Author: bouleetbil Date: Fri Oct 15 19:18:50 2010 +0000 xf86-input-void-1.3.0-3-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-input-void/FrugalBuild b/source/x11/xf86-input-void/FrugalBuild index c0940ff..3dd85b9 100644 --- a/source/x11/xf86-input-void/FrugalBuild +++ b/source/x11/xf86-input-void/FrugalBuild @@ -3,7 +3,7 @@ pkgname=xf86-input-void pkgver=1.3.0 -pkgrel=2 +pkgrel=3 Finclude xorg sha1sums=('2b2d284c4cc356f2ff6fc8e448e61bbea2e4ff30') From bouleetbil at frogdev.info Fri Oct 15 20:18:07 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 20:18:07 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-apm-1.2.3-2-i686 Message-ID: <20101015181807.55157132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=429419a9be2a7c0efce49565d1b6430e6851a317 commit 429419a9be2a7c0efce49565d1b6430e6851a317 Author: bouleetbil Date: Fri Oct 15 20:21:30 2010 +0000 xf86-video-apm-1.2.3-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-apm/FrugalBuild b/source/x11/xf86-video-apm/FrugalBuild index 38fe143..ce9db4b 100644 --- a/source/x11/xf86-video-apm/FrugalBuild +++ b/source/x11/xf86-video-apm/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-apm pkgver=1.2.3 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for apm cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('xproto>=7.0.15' 'randrproto>=1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xorg-sgml-doctools>=1.2') Finclude xorg sha1sums=('1fa7180cf985a74132f8d5b39a0bf9df08713fac') From bouleetbil at frogdev.info Fri Oct 15 20:21:20 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 20:21:20 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-ark-0.7.3-2-i686 Message-ID: <20101015182120.CE597132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=b9cceeeb4943766c50d2a8d00c0e721058117608 commit b9cceeeb4943766c50d2a8d00c0e721058117608 Author: bouleetbil Date: Fri Oct 15 20:24:42 2010 +0000 xf86-video-ark-0.7.3-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-ark/FrugalBuild b/source/x11/xf86-video-ark/FrugalBuild index 04ad9ef..9d02464 100644 --- a/source/x11/xf86-video-ark/FrugalBuild +++ b/source/x11/xf86-video-ark/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-ark pkgver=0.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for ark cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('xproto>=7.0.15' 'randrproto>=1.3.0' 'renderproto') Finclude xorg sha1sums=('56901ec6097a83433689f208268281f9c98c238b') From bouleetbil at frogdev.info Fri Oct 15 20:24:51 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 20:24:51 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-ast-0.91.10-2-i686 Message-ID: <20101015182451.D5E78132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=d35c56ab943c9cad4e71041d90302b84d66d1995 commit d35c56ab943c9cad4e71041d90302b84d66d1995 Author: bouleetbil Date: Fri Oct 15 20:28:13 2010 +0000 xf86-video-ast-0.91.10-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-ast/FrugalBuild b/source/x11/xf86-video-ast/FrugalBuild index a50f73b..cf349f2 100644 --- a/source/x11/xf86-video-ast/FrugalBuild +++ b/source/x11/xf86-video-ast/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-ast pkgver=0.91.10 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver for ast cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>=1.3.0' 'renderproto' 'videoproto>=2.2.2') Finclude xorg sha1sums=('a90624e63f33fdcb50ccefcdeebb34052f341ef3') From bouleetbil at frogdev.info Fri Oct 15 20:31:29 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 20:31:29 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-ati-6.13.1-2-i686 Message-ID: <20101015183129.52B86132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=8b4d69f2b42af21b4a93ff5ae221787e4851038e commit 8b4d69f2b42af21b4a93ff5ae221787e4851038e Author: bouleetbil Date: Fri Oct 15 20:34:52 2010 +0000 xf86-video-ati-6.13.1-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-ati/FrugalBuild b/source/x11/xf86-video-ati/FrugalBuild index 281bdf1..062a69c 100644 --- a/source/x11/xf86-video-ati/FrugalBuild +++ b/source/x11/xf86-video-ati/FrugalBuild @@ -6,13 +6,13 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=xf86-video-ati pkgver=6.13.1 Fuse $USE_DEVEL && pkgver=6.12.2.127.g794ae74 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for ATI cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') replaces=('fglrx') archs=('i686' 'x86_64' 'ppc') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') # to help upgraders. can be removed after 0.9 is out rodepends=('xf86-video-mach64' 'xf86-video-r128') makedepends=('xproto>=7.0.17' 'randrproto>=1.3.0' 'renderproto' 'xf86driproto>=2.0.4' 'videoproto>=2.2.2' 'xf86miscproto' 'xineramaproto' 'glproto' 'dri2proto') From bouleetbil at frogdev.info Fri Oct 15 20:34:52 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 20:34:52 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-chips-1.2.3-2-i686 Message-ID: <20101015183452.8EBEE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a25dfcbd8f303029f35ef765d3593ae2e1e5545d commit a25dfcbd8f303029f35ef765d3593ae2e1e5545d Author: bouleetbil Date: Fri Oct 15 20:38:14 2010 +0000 xf86-video-chips-1.2.3-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-chips/FrugalBuild b/source/x11/xf86-video-chips/FrugalBuild index 9d3f224..d3ff888 100644 --- a/source/x11/xf86-video-chips/FrugalBuild +++ b/source/x11/xf86-video-chips/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-chips pkgver=1.2.3 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for chips cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>=1.3.1' 'renderproto' 'videoproto>=2.2.2') Finclude xorg sha1sums=('79d1592dacbdd5ff0419dcb2fef2a2ca541dd329') From bouleetbil at frogdev.info Fri Oct 15 20:39:04 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 20:39:04 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-cirrus-1.3.2-3-i686 Message-ID: <20101015183904.1B6FD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=ef17145dd60138c1140de3c0f4679aa95737f0af commit ef17145dd60138c1140de3c0f4679aa95737f0af Author: bouleetbil Date: Fri Oct 15 20:42:26 2010 +0000 xf86-video-cirrus-1.3.2-3-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-cirrus/FrugalBuild b/source/x11/xf86-video-cirrus/FrugalBuild index 5efa646..21c59bd 100644 --- a/source/x11/xf86-video-cirrus/FrugalBuild +++ b/source/x11/xf86-video-cirrus/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-cirrus pkgver=1.3.2 -pkgrel=2 +pkgrel=3 pkgdesc="X.Org driver for Cirrus Logic cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>=1.3.0' 'renderproto' 'videoproto>=2.2.2') Finclude xorg sha1sums=('85bc5833075f9ddadb902f71a40249aa769aa4d1') From bouleetbil at frogdev.info Fri Oct 15 20:42:02 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 20:42:02 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-dummy-0.3.4-2-i686 Message-ID: <20101015184202.0CA22132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=2baecf1b065224bc3a496648f7db6d55d6ea5ceb commit 2baecf1b065224bc3a496648f7db6d55d6ea5ceb Author: bouleetbil Date: Fri Oct 15 20:45:25 2010 +0000 xf86-video-dummy-0.3.4-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-dummy/FrugalBuild b/source/x11/xf86-video-dummy/FrugalBuild index 1010dc4..c11c78c 100644 --- a/source/x11/xf86-video-dummy/FrugalBuild +++ b/source/x11/xf86-video-dummy/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-dummy pkgver=0.3.4 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for dummy cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.2') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>=1.3.0' 'renderproto' 'xf86dgaproto' 'videoproto>=2.2.2') Finclude xorg sha1sums=('876ed7165ea2821bbddd73232a1ce0b79c1f14ff') From bouleetbil at frogdev.info Fri Oct 15 20:44:55 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 20:44:55 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-fbdev-0.4.2-2-i686 Message-ID: <20101015184455.B0D18132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=c801cc0c10da53f49bebaceb4c6b356812cf8fca commit c801cc0c10da53f49bebaceb4c6b356812cf8fca Author: bouleetbil Date: Fri Oct 15 20:48:18 2010 +0000 xf86-video-fbdev-0.4.2-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-fbdev/FrugalBuild b/source/x11/xf86-video-fbdev/FrugalBuild index fbf34a2..86ee93a 100644 --- a/source/x11/xf86-video-fbdev/FrugalBuild +++ b/source/x11/xf86-video-fbdev/FrugalBuild @@ -3,11 +3,11 @@ pkgname=xf86-video-fbdev pkgver=0.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for fbdev cards" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>=1.3.0' 'renderproto' 'xf86dgaproto' 'videoproto>=2.2.2') Finclude xorg sha1sums=('c8562f997d56c9fec50df6ca9892f39f43ff4c2c') From bouleetbil at frogdev.info Fri Oct 15 20:49:57 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 20:49:57 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-glint-1.2.4-3-i686 Message-ID: <20101015184957.29D94132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=236df4c0e5b804d1c074be0e24af9505df9b32eb commit 236df4c0e5b804d1c074be0e24af9505df9b32eb Author: bouleetbil Date: Fri Oct 15 20:53:22 2010 +0000 xf86-video-glint-1.2.4-3-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-glint/FrugalBuild b/source/x11/xf86-video-glint/FrugalBuild index 09ba242..a413ba2 100644 --- a/source/x11/xf86-video-glint/FrugalBuild +++ b/source/x11/xf86-video-glint/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-glint pkgver=1.2.4 -pkgrel=2 +pkgrel=3 pkgdesc="X.Org driver for glint cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>=1.3.0' 'renderproto' 'xf86dgaproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' 'glproto') Finclude xorg Fconfopts="$Fconfopts --enable-dri" From bouleetbil at frogdev.info Fri Oct 15 20:53:38 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 20:53:38 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-i128-1.3.4-2-i686 Message-ID: <20101015185338.74A1F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=d0badb7ba85da02568e9d05b0ec7fcbd275a86bc commit d0badb7ba85da02568e9d05b0ec7fcbd275a86bc Author: bouleetbil Date: Fri Oct 15 20:57:01 2010 +0000 xf86-video-i128-1.3.4-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-i128/FrugalBuild b/source/x11/xf86-video-i128/FrugalBuild index 4b8ba78..02d1d7c 100644 --- a/source/x11/xf86-video-i128/FrugalBuild +++ b/source/x11/xf86-video-i128/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-i128 pkgver=1.3.4 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for i128 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2') Finclude xorg sha1sums=('d5f755dc964eaa067b4efcafafd00814a60df775') From bouleetbil at frogdev.info Fri Oct 15 20:56:46 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 20:56:46 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-i740-1.3.2-3-i686 Message-ID: <20101015185646.9E56C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=b02153c0050c1e8ca499581c7b42f1b1ab9d14ba commit b02153c0050c1e8ca499581c7b42f1b1ab9d14ba Author: bouleetbil Date: Fri Oct 15 21:00:09 2010 +0000 xf86-video-i740-1.3.2-3-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-i740/FrugalBuild b/source/x11/xf86-video-i740/FrugalBuild index 2cef770..728c7a12 100644 --- a/source/x11/xf86-video-i740/FrugalBuild +++ b/source/x11/xf86-video-i740/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-i740 pkgver=1.3.2 -pkgrel=2 +pkgrel=3 pkgdesc="X.Org driver for i740 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2') Finclude xorg sha1sums=('aadd2168153f780c487778e5fdda5473ed4b243d') From bouleetbil at frogdev.info Fri Oct 15 21:06:20 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 21:06:20 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-mach64-6.8.2-4-i686 Message-ID: <20101015190620.BDEEE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=522fbfcc6391f04da1360c5bf7a0c07ab5fdcb1c commit 522fbfcc6391f04da1360c5bf7a0c07ab5fdcb1c Author: bouleetbil Date: Fri Oct 15 21:09:40 2010 +0000 xf86-video-mach64-6.8.2-4-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-mach64/FrugalBuild b/source/x11/xf86-video-mach64/FrugalBuild index d59ea8b..50eb310 100644 --- a/source/x11/xf86-video-mach64/FrugalBuild +++ b/source/x11/xf86-video-mach64/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-mach64 pkgver=6.8.2 -pkgrel=3 +pkgrel=4 pkgdesc="X.Org video driver for mach64 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'xineramaproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' 'glproto') Finclude xorg sha1sums=('b7303689a6a971b956061fd81399dc81adb865af') From bouleetbil at frogdev.info Fri Oct 15 21:10:31 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 21:10:31 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-mga-1.4.13-2-i686 Message-ID: <20101015191031.77ABE132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=453a1ffc4f88f64235194476ad2cd948ce7fb692 commit 453a1ffc4f88f64235194476ad2cd948ce7fb692 Author: bouleetbil Date: Fri Oct 15 21:13:53 2010 +0000 xf86-video-mga-1.4.13-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-mga/FrugalBuild b/source/x11/xf86-video-mga/FrugalBuild index 40166ef..a2850ac 100644 --- a/source/x11/xf86-video-mga/FrugalBuild +++ b/source/x11/xf86-video-mga/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-mga pkgver=1.4.13 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for Matrox cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>=1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' 'xf86dgaproto' 'glproto') _F_archive_grepv="1.9." Finclude xorg From bouleetbil at frogdev.info Fri Oct 15 21:14:05 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 21:14:05 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-neomagic-1.2.5-2-i686 Message-ID: <20101015191405.EEF24132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=31b5d5ab94296c8b4bc23e2913b3b502476c3c08 commit 31b5d5ab94296c8b4bc23e2913b3b502476c3c08 Author: bouleetbil Date: Fri Oct 15 21:17:27 2010 +0000 xf86-video-neomagic-1.2.5-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-neomagic/FrugalBuild b/source/x11/xf86-video-neomagic/FrugalBuild index 913e8e0..b8c8199 100644 --- a/source/x11/xf86-video-neomagic/FrugalBuild +++ b/source/x11/xf86-video-neomagic/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-neomagic pkgver=1.2.5 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for NeoMagic cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto') Finclude xorg sha1sums=('02c994e2eae191b50a8cd556e5b52d82725073b3') From bouleetbil at frogdev.info Fri Oct 15 21:17:27 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 21:17:27 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-nv-2.1.18-3-i686 Message-ID: <20101015191727.74C8B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a046790233d9aa63548246153b80c45766331aec commit a046790233d9aa63548246153b80c45766331aec Author: bouleetbil Date: Fri Oct 15 21:20:52 2010 +0000 xf86-video-nv-2.1.18-3-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-nv/FrugalBuild b/source/x11/xf86-video-nv/FrugalBuild index 16efa35..2c437d1 100644 --- a/source/x11/xf86-video-nv/FrugalBuild +++ b/source/x11/xf86-video-nv/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-nv pkgver=2.1.18 -pkgrel=2 +pkgrel=3 pkgdesc="X.Org driver for NVidia cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto' 'util-macros') Finclude xorg source=($source ppc_disablekms.diff) From bouleetbil at frogdev.info Fri Oct 15 21:21:53 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 21:21:53 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-openchrome-0.2.904-4-i686 Message-ID: <20101015192153.E2A02132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=c0275377253e8d04e2a4ea84ddd3f2000b9a8412 commit c0275377253e8d04e2a4ea84ddd3f2000b9a8412 Author: bouleetbil Date: Fri Oct 15 21:25:18 2010 +0000 xf86-video-openchrome-0.2.904-4-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-openchrome/FrugalBuild b/source/x11/xf86-video-openchrome/FrugalBuild index c4bd199..99a9bfb 100644 --- a/source/x11/xf86-video-openchrome/FrugalBuild +++ b/source/x11/xf86-video-openchrome/FrugalBuild @@ -5,13 +5,13 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=xf86-video-openchrome pkgver=0.2.904 -pkgrel=3 +pkgrel=4 Fuse $USE_DEVEL && pkgver=0.2.904.859 && pkgrel=1 pkgdesc="A free and Open Source video driver for the VIA/S3G UniChrome and UniChrome Pro graphics chipsets." url="http://www.openchrome.org/" depends=('libdrm>=2.4.20' 'libx11>=1.3' 'libxvmc') makedepends=('randrproto>1.3.0' 'renderproto' 'xextproto>=7.0.5' 'xproto>=7.0.15' 'fontsproto' \ - 'xorg-server>=1.8.1' 'xf86driproto>=2.0.4' 'glproto') + 'xorg-server>=1.9.0' 'xf86driproto>=2.0.4' 'glproto') conflicts=('openchrome') provides=('openchrome') replaces=('openchrome' 'xf86-video-via') From bouleetbil at frogdev.info Fri Oct 15 21:23:50 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 21:23:50 +0200 (CEST) Subject: [Frugalware-git] gnometesting: metacity-2.30.3-3-i686 drop useless replaces Message-ID: <20101015192350.453F2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5649e1f2fb83495abdd5a83543dc9e9713d413c0 commit 5649e1f2fb83495abdd5a83543dc9e9713d413c0 Author: bouleetbil Date: Fri Oct 15 21:27:03 2010 +0000 metacity-2.30.3-3-i686 drop useless replaces diff --git a/source/gnome/metacity/FrugalBuild b/source/gnome/metacity/FrugalBuild index 45d8798..e9eea36 100644 --- a/source/gnome/metacity/FrugalBuild +++ b/source/gnome/metacity/FrugalBuild @@ -3,7 +3,7 @@ pkgname=metacity pkgver=2.30.3 -pkgrel=2 +pkgrel=3 pkgdesc="A window manager for GNOME" url="http://www.gnome.org/" depends=('startup-notification' 'gconf>=2.32.0' 'gnome-themes>=2.30.0' 'libcm' 'gnome-frugalware>=0.7.2' \ @@ -19,10 +19,6 @@ sha1sums=('32848d34473375ca27ef12be9f41e924d8af177d' \ '1d3929afd1bff03b2bde12c1de1f926cbace683b' \ '7c76fd762b76fc4b4425e87af6f645d4b18b6175') -#gnome-shell is broken with gnome 2.32 -#requiert some unstable packages -replaces=('gnome-shell') - build() { Fcd Fsed "-Werror" "" configure From bouleetbil at frogdev.info Fri Oct 15 21:26:38 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 21:26:38 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-r128-6.8.1-3-i686 Message-ID: <20101015192638.612D6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a90c51c07d07ee6eedc2c7791c3ff095d323ba01 commit a90c51c07d07ee6eedc2c7791c3ff095d323ba01 Author: bouleetbil Date: Fri Oct 15 21:30:01 2010 +0000 xf86-video-r128-6.8.1-3-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-r128/FrugalBuild b/source/x11/xf86-video-r128/FrugalBuild index 46f3fa2..45ad6e2 100644 --- a/source/x11/xf86-video-r128/FrugalBuild +++ b/source/x11/xf86-video-r128/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-r128 pkgver=6.8.1 -pkgrel=2 +pkgrel=3 pkgdesc="X.Org video driver for r128 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'xineramaproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' 'glproto') Finclude xorg sha1sums=('14f33cbd248dfd1584ee14949475ab3bb922da17') From bouleetbil at frogdev.info Fri Oct 15 21:31:01 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 21:31:01 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-radeonhd-1.3.0-3-i686 Message-ID: <20101015193101.C3054132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=ee933f6d8f968e23d600f565ca72e2a3aa029dd5 commit ee933f6d8f968e23d600f565ca72e2a3aa029dd5 Author: bouleetbil Date: Fri Oct 15 21:34:27 2010 +0000 xf86-video-radeonhd-1.3.0-3-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-radeonhd/FrugalBuild b/source/x11/xf86-video-radeonhd/FrugalBuild index acd9ea6..4a7ae73 100644 --- a/source/x11/xf86-video-radeonhd/FrugalBuild +++ b/source/x11/xf86-video-radeonhd/FrugalBuild @@ -6,12 +6,12 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=xf86-video-radeonhd pkgver=1.3.0 Fuse $USE_DEVEL && pkgver=1.2.5.55.g27cfbaa -pkgrel=2 +pkgrel=3 pkgdesc="X.Org driver for AMD GPG r5xx/r6xx chipsets" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1' 'pciutils' 'libpciaccess>=0.11.0' 'libdrm') +depends=('xorg-server>=1.9.0' 'pciutils' 'libpciaccess>=0.11.0' 'libdrm') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'util-macros>=1.2.1' \ 'resourceproto' 'dri2proto' 'glproto' 'xf86driproto') Finclude xorg From bouleetbil at frogdev.info Fri Oct 15 21:33:32 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 21:33:32 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-rendition-4.2.4-2-i686 Message-ID: <20101015193332.D8A71132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=6bc46288c4d7b9410e3a3d052998122eaa84ae8d commit 6bc46288c4d7b9410e3a3d052998122eaa84ae8d Author: bouleetbil Date: Fri Oct 15 21:36:58 2010 +0000 xf86-video-rendition-4.2.4-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-rendition/FrugalBuild b/source/x11/xf86-video-rendition/FrugalBuild index b708dff..a9218dc 100644 --- a/source/x11/xf86-video-rendition/FrugalBuild +++ b/source/x11/xf86-video-rendition/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-rendition pkgver=4.2.4 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for rendition cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto') Finclude xorg sha1sums=('16148c25183f7829c22bc9dfdb588c1a16bf4565') From bouleetbil at frogdev.info Fri Oct 15 21:36:21 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 21:36:21 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-s3-0.6.3-4-i686 Message-ID: <20101015193621.8CAB0132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=d7c5fb005cd8f332e60b4a9b005ec07097c381aa commit d7c5fb005cd8f332e60b4a9b005ec07097c381aa Author: bouleetbil Date: Fri Oct 15 21:39:47 2010 +0000 xf86-video-s3-0.6.3-4-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-s3/FrugalBuild b/source/x11/xf86-video-s3/FrugalBuild index 6fe1bf4..5d10846 100644 --- a/source/x11/xf86-video-s3/FrugalBuild +++ b/source/x11/xf86-video-s3/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-s3 pkgver=0.6.3 -pkgrel=3 +pkgrel=4 pkgdesc="X.Org driver for S3 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto') Finclude xorg sha1sums=('5953c5c9cdc84487d1997a3cb5f8ff857cdf033b') From bouleetbil at frogdev.info Fri Oct 15 21:39:52 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 21:39:52 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-s3virge-1.10.4-3-i686 Message-ID: <20101015193952.777E1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=7f5765548db43f8bff189b356cf526906eb728ae commit 7f5765548db43f8bff189b356cf526906eb728ae Author: bouleetbil Date: Fri Oct 15 21:43:15 2010 +0000 xf86-video-s3virge-1.10.4-3-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-s3virge/FrugalBuild b/source/x11/xf86-video-s3virge/FrugalBuild index 1f8eb83..fa7acd6 100644 --- a/source/x11/xf86-video-s3virge/FrugalBuild +++ b/source/x11/xf86-video-s3virge/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-s3virge pkgver=1.10.4 -pkgrel=2 +pkgrel=3 pkgdesc="X.Org driver for S3 Virge cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto') Finclude xorg sha1sums=('69b83a1e9bba5176d6c0ff95d531117734f02eec') From bouleetbil at frogdev.info Fri Oct 15 21:44:38 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 21:44:38 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-savage-2.3.1-4-i686 Message-ID: <20101015194438.A1756132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=506f35a0111cb3cc89c06c5b52894659103aaa1c commit 506f35a0111cb3cc89c06c5b52894659103aaa1c Author: bouleetbil Date: Fri Oct 15 21:47:59 2010 +0000 xf86-video-savage-2.3.1-4-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-savage/FrugalBuild b/source/x11/xf86-video-savage/FrugalBuild index a4349d2..0212944 100644 --- a/source/x11/xf86-video-savage/FrugalBuild +++ b/source/x11/xf86-video-savage/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-savage pkgver=2.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="X.Org driver for S3 Savage cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'glproto' 'xf86driproto>=2.0.4') Finclude xorg sha1sums=('a368eb1b082fc4fc5964090c99e4312eaddf5df8') From bouleetbil at frogdev.info Fri Oct 15 21:49:05 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 21:49:05 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-siliconmotion-1.7.4-2-i686 Message-ID: <20101015194905.850CA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=46bea5b22ad9a691a9d19cfce42aaace8d8200df commit 46bea5b22ad9a691a9d19cfce42aaace8d8200df Author: bouleetbil Date: Fri Oct 15 21:52:28 2010 +0000 xf86-video-siliconmotion-1.7.4-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-siliconmotion/FrugalBuild b/source/x11/xf86-video-siliconmotion/FrugalBuild index 114aa5e..170360c 100644 --- a/source/x11/xf86-video-siliconmotion/FrugalBuild +++ b/source/x11/xf86-video-siliconmotion/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-siliconmotion pkgver=1.7.4 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for siliconmotion cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto') Finclude xorg sha1sums=('3c0fd42fbd301e66104e4b9190796d102a034787') From bouleetbil at frogdev.info Fri Oct 15 21:58:38 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 21:58:38 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-sis-0.10.3-2-i686 Message-ID: <20101015195838.3DE10132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=521ab99ee22e1ba8df56a261772d97b613165ca2 commit 521ab99ee22e1ba8df56a261772d97b613165ca2 Author: bouleetbil Date: Fri Oct 15 22:01:55 2010 +0000 xf86-video-sis-0.10.3-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-sis/FrugalBuild b/source/x11/xf86-video-sis/FrugalBuild index cb9b7e9..aefd7a8 100644 --- a/source/x11/xf86-video-sis/FrugalBuild +++ b/source/x11/xf86-video-sis/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-sis pkgver=0.10.3 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for SiS cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto' 'glproto' 'xf86driproto>=2.0.4' 'xf86miscproto' 'xineramaproto') Finclude xorg sha1sums=('158673747e240b0c33499685a32d46bdaead7cd5') From bouleetbil at frogdev.info Fri Oct 15 22:02:31 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 22:02:31 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-sisusb-0.9.4-2-i686 Message-ID: <20101015200231.813A5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=36d47bfd75d99a723169aa12a80aa2c0e3a2fd8c commit 36d47bfd75d99a723169aa12a80aa2c0e3a2fd8c Author: bouleetbil Date: Fri Oct 15 22:05:53 2010 +0000 xf86-video-sisusb-0.9.4-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-sisusb/FrugalBuild b/source/x11/xf86-video-sisusb/FrugalBuild index 03895c6..9cbd7f8 100644 --- a/source/x11/xf86-video-sisusb/FrugalBuild +++ b/source/x11/xf86-video-sisusb/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-sisusb pkgver=0.9.4 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for sisusb cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' 'xf86miscproto' 'xineramaproto') Finclude xorg sha1sums=('600fd49dffe00121f9042555fea55948653d1a7e') From bouleetbil at frogdev.info Fri Oct 15 22:06:30 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 22:06:30 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-suncg14-1.1.1-2-i686 Message-ID: <20101015200630.EE1F1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=ad9d215b7be3a9252ea7f7c0ceefba66b8e01a03 commit ad9d215b7be3a9252ea7f7c0ceefba66b8e01a03 Author: bouleetbil Date: Fri Oct 15 22:09:57 2010 +0000 xf86-video-suncg14-1.1.1-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-suncg14/FrugalBuild b/source/x11/xf86-video-suncg14/FrugalBuild index 3596d78..7d717d1 100644 --- a/source/x11/xf86-video-suncg14/FrugalBuild +++ b/source/x11/xf86-video-suncg14/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-suncg14 pkgver=1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver for suncg14 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto') Finclude xorg options=('nobuild') From bouleetbil at frogdev.info Fri Oct 15 22:10:03 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 22:10:03 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-suncg3-1.1.1-2-i686 Message-ID: <20101015201003.C6288132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a733c1d7474d075f95077a7b7d41af42bae73e3d commit a733c1d7474d075f95077a7b7d41af42bae73e3d Author: bouleetbil Date: Fri Oct 15 22:13:28 2010 +0000 xf86-video-suncg3-1.1.1-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-suncg3/FrugalBuild b/source/x11/xf86-video-suncg3/FrugalBuild index 214718f..f47f079 100644 --- a/source/x11/xf86-video-suncg3/FrugalBuild +++ b/source/x11/xf86-video-suncg3/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-suncg3 pkgver=1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver for suncg3 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto') Finclude xorg options=('nobuild') From bouleetbil at frogdev.info Fri Oct 15 22:19:33 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 22:19:33 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-suncg6-1.1.1-2-i686 Message-ID: <20101015201933.BE1B3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=bdef55cfededa0068273ad7251e2846e8386949e commit bdef55cfededa0068273ad7251e2846e8386949e Author: bouleetbil Date: Fri Oct 15 22:22:46 2010 +0000 xf86-video-suncg6-1.1.1-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-suncg6/FrugalBuild b/source/x11/xf86-video-suncg6/FrugalBuild index 88d5d25..f477d59 100644 --- a/source/x11/xf86-video-suncg6/FrugalBuild +++ b/source/x11/xf86-video-suncg6/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-suncg6 pkgver=1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver for vmware cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto') Finclude xorg options=('nobuild') From bouleetbil at frogdev.info Fri Oct 15 22:20:50 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 22:20:50 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-nouveau-0.0.16.g065576d-2-i686 *rebuild with xorg-server 1.9 Message-ID: <20101015202050.5248B132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=32a1512ee34dd2555cc4f2eec846855cfa94319c commit 32a1512ee34dd2555cc4f2eec846855cfa94319c Author: bouleetbil Date: Fri Oct 15 22:24:04 2010 +0000 xf86-video-nouveau-0.0.16.g065576d-2-i686 *rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-nouveau/FrugalBuild b/source/x11/xf86-video-nouveau/FrugalBuild index 734adcf..648b9f9 100644 --- a/source/x11/xf86-video-nouveau/FrugalBuild +++ b/source/x11/xf86-video-nouveau/FrugalBuild @@ -5,13 +5,13 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=xf86-video-nouveau pkgver=0.0.16 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for Nvidia cards (opensource)" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') Finclude xorg options=('force') -depends=('xorg-server>=1.8.1' 'libxvmc>=1.0.4-3' 'libdrm>=2.4.20') +depends=('xorg-server>=1.9.0' 'libxvmc>=1.0.4-3' 'libdrm>=2.4.20') rodepends=('nouveau-firmware') makedepends=('randrproto>=1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' \ 'xf86dgaproto' 'glproto' 'xineramaproto' 'util-macros>=1.2.1' 'dri2proto') From bouleetbil at frogdev.info Fri Oct 15 22:23:46 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 22:23:46 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-sunffb-1.2.1-2-i686 Message-ID: <20101015202346.88356132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=e0fb4bf6ea1b9e118ba6373a92fc58d060cee8cd commit e0fb4bf6ea1b9e118ba6373a92fc58d060cee8cd Author: bouleetbil Date: Fri Oct 15 22:27:16 2010 +0000 xf86-video-sunffb-1.2.1-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-sunffb/FrugalBuild b/source/x11/xf86-video-sunffb/FrugalBuild index 57cc1f9..9324d7d 100644 --- a/source/x11/xf86-video-sunffb/FrugalBuild +++ b/source/x11/xf86-video-sunffb/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-sunffb pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver for sunffb cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'xf86driproto>=2.0.4' 'glproto') Finclude xorg options=('nobuild') From bouleetbil at frogdev.info Fri Oct 15 22:28:49 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 22:28:49 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-tga-1.2.1-3-i686 Message-ID: <20101015202849.20643132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=c1c110f45ebb4394be5c9a2acfab241d84bba02a commit c1c110f45ebb4394be5c9a2acfab241d84bba02a Author: bouleetbil Date: Fri Oct 15 22:32:12 2010 +0000 xf86-video-tga-1.2.1-3-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-tga/FrugalBuild b/source/x11/xf86-video-tga/FrugalBuild index ef87faa..cd4a62c 100644 --- a/source/x11/xf86-video-tga/FrugalBuild +++ b/source/x11/xf86-video-tga/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-tga pkgver=1.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="X.Org video driver for tga cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'xf86dgaproto' \ 'videoproto>=2.2.2' 'util-macros') Finclude xorg From bouleetbil at frogdev.info Fri Oct 15 22:32:20 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 22:32:20 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-trident-1.3.4-2-i686 Message-ID: <20101015203220.BCEAD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=299c5a78d8be30ada1e069cafc0b22b4b274a2ca commit 299c5a78d8be30ada1e069cafc0b22b4b274a2ca Author: bouleetbil Date: Fri Oct 15 22:35:44 2010 +0000 xf86-video-trident-1.3.4-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-trident/FrugalBuild b/source/x11/xf86-video-trident/FrugalBuild index 1dbbd70..0655d72 100644 --- a/source/x11/xf86-video-trident/FrugalBuild +++ b/source/x11/xf86-video-trident/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-trident pkgver=1.3.4 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver for trident cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto') Finclude xorg sha1sums=('7c40f5c02bddf399862782b708941e79302318af') From bouleetbil at frogdev.info Fri Oct 15 22:35:04 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 22:35:04 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-tseng-1.2.4-2-i686 Message-ID: <20101015203504.1C3D3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=977059a66142a5eb640c8df87d014226990611f6 commit 977059a66142a5eb640c8df87d014226990611f6 Author: bouleetbil Date: Fri Oct 15 22:38:29 2010 +0000 xf86-video-tseng-1.2.4-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-tseng/FrugalBuild b/source/x11/xf86-video-tseng/FrugalBuild index a7e6827..818704c 100644 --- a/source/x11/xf86-video-tseng/FrugalBuild +++ b/source/x11/xf86-video-tseng/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-tseng pkgver=1.2.4 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver for tseng cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'xf86dgaproto' 'videoproto>=2.2.2') Finclude xorg sha1sums=('1b45f55657b2c92f30abb0769cae57fca98d93b7') From bouleetbil at frogdev.info Fri Oct 15 22:39:14 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 22:39:14 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-vesa-2.3.0-6-i686 Message-ID: <20101015203914.C1F2F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=fdbbb30ec3b6c421fc519a519a42dd1adf0eda04 commit fdbbb30ec3b6c421fc519a519a42dd1adf0eda04 Author: bouleetbil Date: Fri Oct 15 22:42:40 2010 +0000 xf86-video-vesa-2.3.0-6-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-vesa/FrugalBuild b/source/x11/xf86-video-vesa/FrugalBuild index 8762f11..f879a08 100644 --- a/source/x11/xf86-video-vesa/FrugalBuild +++ b/source/x11/xf86-video-vesa/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-vesa pkgver=2.3.0 -pkgrel=5 +pkgrel=6 pkgdesc="X.Org video driver for VESA cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'util-macros') replaces=('xf86-video-vermilion' 'xf86-video-imstt' 'xf86-video-vga' 'xf86-video-nsc') Finclude xorg From bouleetbil at frogdev.info Fri Oct 15 22:42:30 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 22:42:30 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-vmware-11.0.1-3-i686 Message-ID: <20101015204230.9F5B3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=87c6a61fcd01bb2dad2862192cc13f92ce147d27 commit 87c6a61fcd01bb2dad2862192cc13f92ce147d27 Author: bouleetbil Date: Fri Oct 15 22:45:55 2010 +0000 xf86-video-vmware-11.0.1-3-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-vmware/FrugalBuild b/source/x11/xf86-video-vmware/FrugalBuild index b616e3f..c9e19f2 100644 --- a/source/x11/xf86-video-vmware/FrugalBuild +++ b/source/x11/xf86-video-vmware/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-vmware pkgver=11.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="X.Org video driver for vmware cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>=1.3.1' 'renderproto' 'xineramaproto') Finclude xorg source=($source vmware-fix-null-ptr-dereference.patch) From bouleetbil at frogdev.info Fri Oct 15 22:45:53 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 22:45:53 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-voodoo-1.2.4-2-i686 Message-ID: <20101015204553.20F27132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=c9d7f97d98a2a0ae2b59cc041001f9d5592bb81d commit c9d7f97d98a2a0ae2b59cc041001f9d5592bb81d Author: bouleetbil Date: Fri Oct 15 22:49:18 2010 +0000 xf86-video-voodoo-1.2.4-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-voodoo/FrugalBuild b/source/x11/xf86-video-voodoo/FrugalBuild index 7ffeabd..33756e4 100644 --- a/source/x11/xf86-video-voodoo/FrugalBuild +++ b/source/x11/xf86-video-voodoo/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-voodoo pkgver=1.2.4 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver for Voodoo 1/2 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'xf86dgaproto') Finclude xorg sha1sums=('7ecd232cc0b7fe507e18e08799791eefa9fdaf48') From bouleetbil at frogdev.info Fri Oct 15 22:50:15 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 22:50:15 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-xgi-1.6.0-2-i686 Message-ID: <20101015205015.50F32132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=26a3514e2ac73d6da1fe440a8693aeae620955ad commit 26a3514e2ac73d6da1fe440a8693aeae620955ad Author: bouleetbil Date: Fri Oct 15 22:53:40 2010 +0000 xf86-video-xgi-1.6.0-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11/xf86-video-xgi/FrugalBuild b/source/x11/xf86-video-xgi/FrugalBuild index 925774e..24788c9 100644 --- a/source/x11/xf86-video-xgi/FrugalBuild +++ b/source/x11/xf86-video-xgi/FrugalBuild @@ -5,13 +5,13 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=xf86-video-xgi pkgver=1.6.0 -pkgrel=1 +pkgrel=2 Fuse $USE_DEVEL && pkgver=1.5.0.13.gb085ad2 pkgdesc="X.Org video driver for XGI cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1' 'libpciaccess') +depends=('xorg-server>=1.9.0' 'libpciaccess') makedepends=('randrproto' 'renderproto' 'xf86dgaproto' \ 'videoproto' 'xineramaproto' 'glproto' 'xf86driproto' \ 'util-macros') From bouleetbil at frogdev.info Fri Oct 15 22:57:09 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 22:57:09 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-intel-2.13.0-1-i686 Message-ID: <20101015205709.A2ED1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=8a2874cbdfdc557c566b858321cbd34bf721e3e0 commit 8a2874cbdfdc557c566b858321cbd34bf721e3e0 Author: bouleetbil Date: Fri Oct 15 23:00:27 2010 +0000 xf86-video-intel-2.13.0-1-i686 *Version bump diff --git a/source/x11/xf86-video-intel/FrugalBuild b/source/x11/xf86-video-intel/FrugalBuild index 58087df..45a4720 100644 --- a/source/x11/xf86-video-intel/FrugalBuild +++ b/source/x11/xf86-video-intel/FrugalBuild @@ -4,13 +4,13 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=xf86-video-intel -pkgver=2.12.0 +pkgver=2.13.0 Fuse $USE_DEVEL && pkgver=2.7.99.1.55.g66ceedc pkgrel=1 pkgdesc="X.Org driver for Intel cards (opensource)" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1' 'libxvmc>=1.0.4-3') +depends=('xorg-server>=1.9.0' 'libxvmc>=1.0.4-3') makedepends=('randrproto>=1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' \ 'xf86dgaproto' 'glproto' 'xineramaproto' 'util-macros>=1.2.1' 'resourceproto') Finclude xorg @@ -18,7 +18,7 @@ replaces=('xf86-video-i810') conflicts=('xf86-video-i810') provides=('xf86-video-i810') Fconfopts="$Fconfopts --enable-dri" -sha1sums=('b1642e634a05f4ec28716e44c3192d62febc8843') +sha1sums=('1b2aebd444bcfc371a55af8910eb4d5928eab5c9') if Fuse $USE_DEVEL; then unset source sha1sums From bouleetbil at frogdev.info Fri Oct 15 23:04:01 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 23:04:01 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-ati-6.13.2-1-i686 Message-ID: <20101015210401.87AAF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=f1180c50f23dcacf6c288f834e68cf4a6b9f2fcf commit f1180c50f23dcacf6c288f834e68cf4a6b9f2fcf Author: bouleetbil Date: Fri Oct 15 23:07:19 2010 +0000 xf86-video-ati-6.13.2-1-i686 *Version bump diff --git a/source/x11/xf86-video-ati/FrugalBuild b/source/x11/xf86-video-ati/FrugalBuild index 062a69c..faba94a 100644 --- a/source/x11/xf86-video-ati/FrugalBuild +++ b/source/x11/xf86-video-ati/FrugalBuild @@ -4,9 +4,9 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=xf86-video-ati -pkgver=6.13.1 +pkgver=6.13.2 Fuse $USE_DEVEL && pkgver=6.12.2.127.g794ae74 -pkgrel=2 +pkgrel=1 pkgdesc="X.Org driver for ATI cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') @@ -17,7 +17,7 @@ depends=('xorg-server>=1.9.0') rodepends=('xf86-video-mach64' 'xf86-video-r128') makedepends=('xproto>=7.0.17' 'randrproto>=1.3.0' 'renderproto' 'xf86driproto>=2.0.4' 'videoproto>=2.2.2' 'xf86miscproto' 'xineramaproto' 'glproto' 'dri2proto') Finclude xorg -sha1sums=('74a8e647e3149af0b1eb1baf58ef1b69b44f0228') +sha1sums=('f9d379a884a833829ab1942de4ad4f4766cdcd46') Fconfopts="$Fconfopts --enable-dri" # NOTE: TVout interface not available on x86_64 From bouleetbil at frogdev.info Fri Oct 15 23:07:31 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 23:07:31 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-suncg14-1.1.1-1-i686 Message-ID: <20101015210731.8B7E6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=041695ef7b7eb5614c6734134b85174f30ed4397 commit 041695ef7b7eb5614c6734134b85174f30ed4397 Author: bouleetbil Date: Fri Oct 15 23:10:58 2010 +0000 xf86-video-suncg14-1.1.1-1-i686 *Version bump diff --git a/source/x11/xf86-video-suncg14/FrugalBuild b/source/x11/xf86-video-suncg14/FrugalBuild index 7d717d1..18e6176 100644 --- a/source/x11/xf86-video-suncg14/FrugalBuild +++ b/source/x11/xf86-video-suncg14/FrugalBuild @@ -3,7 +3,7 @@ pkgname=xf86-video-suncg14 pkgver=1.1.1 -pkgrel=2 +pkgrel=1 pkgdesc="X.Org video driver for suncg14 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') From bouleetbil at frogdev.info Fri Oct 15 23:10:52 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 23:10:52 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-geode-2.11.9-1-i686 Message-ID: <20101015211052.AB646132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=026f0d4d2dcbb769a051276403cc33de2bd9bfec commit 026f0d4d2dcbb769a051276403cc33de2bd9bfec Author: bouleetbil Date: Fri Oct 15 23:14:17 2010 +0000 xf86-video-geode-2.11.9-1-i686 *Version bump diff --git a/source/x11/xf86-video-geode/FrugalBuild b/source/x11/xf86-video-geode/FrugalBuild index 9d63495..b049b9a 100644 --- a/source/x11/xf86-video-geode/FrugalBuild +++ b/source/x11/xf86-video-geode/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-geode -pkgver=2.11.8 +pkgver=2.11.9 pkgrel=1 pkgdesc="X.Org video driver AMD Geode GX and LX" url="http://xorg.freedesktop.org" @@ -12,9 +12,9 @@ provides=('xf86-video-amd') conflicts=('xf86-video-amd') # NOT COMPILES ON x86_64 because of assembly stuff. archs=('i686' '!x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto' 'renderproto' 'xf86dgaproto' 'videoproto') Finclude xorg -sha1sums=('d311cb409c46fddd6ff90ca67b868c7c29b8f5d2') +sha1sums=('b6f1cccffdf3c632ba0bfb60c544f9abcdcc454f') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 23:15:58 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 23:15:58 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-glint-1.2.5-1-i686 Message-ID: <20101015211558.93C49132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=f847391173cc7dc036213396dd4f396bd6ad37e1 commit f847391173cc7dc036213396dd4f396bd6ad37e1 Author: bouleetbil Date: Fri Oct 15 23:19:20 2010 +0000 xf86-video-glint-1.2.5-1-i686 *Version bump diff --git a/source/x11/xf86-video-glint/FrugalBuild b/source/x11/xf86-video-glint/FrugalBuild index a413ba2..c97e865 100644 --- a/source/x11/xf86-video-glint/FrugalBuild +++ b/source/x11/xf86-video-glint/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-glint -pkgver=1.2.4 -pkgrel=3 +pkgver=1.2.5 +pkgrel=1 pkgdesc="X.Org driver for glint cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') @@ -12,6 +12,6 @@ depends=('xorg-server>=1.9.0') makedepends=('randrproto>=1.3.0' 'renderproto' 'xf86dgaproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' 'glproto') Finclude xorg Fconfopts="$Fconfopts --enable-dri" -sha1sums=('ac1261cfcca4fa1c5e3c3dc1f69af96ac00c5cb1') +sha1sums=('28d54093c6485bf0055fa16be3d116f9107aaea7') # optimization OK From bouleetbil at frogdev.info Fri Oct 15 23:19:01 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 23:19:01 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-mouse-1.6.0-1-i686 Message-ID: <20101015211901.396CE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=f3846dd9e762578a3713ba9623d798be9d06e24a commit f3846dd9e762578a3713ba9623d798be9d06e24a Author: bouleetbil Date: Fri Oct 15 23:22:19 2010 +0000 xf86-input-mouse-1.6.0-1-i686 *Version bump diff --git a/source/x11/xf86-input-mouse/FrugalBuild b/source/x11/xf86-input-mouse/FrugalBuild index 7c60b9e..6b1d5f6 100644 --- a/source/x11/xf86-input-mouse/FrugalBuild +++ b/source/x11/xf86-input-mouse/FrugalBuild @@ -4,13 +4,13 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=xf86-input-mouse -pkgver=1.5.0 +pkgver=1.6.0 Fuse $USE_DEVEL && pkgver=1.4.0.27.gf292f23 -pkgrel=5 +pkgrel=1 pkgdesc="X.org Mouse input driver" Finclude xorg archs=(${archs[@]} 'ppc') -sha1sums=('b9213bf745b793a3da2c946ea4d8ee5768e560f4') +sha1sums=('df3f2fe711db195fc58dbffef5f2cd8964d9b9df') replaces=('xf86-input-calcomp' 'xf86-input-digitaledge' 'xf86-input-dmc' \ 'xf86-input-dynapro' 'xf86-input-elo2300' 'xf86-input-jamstudio' \ 'xf86-input-magellan' 'xf86-input-palmax' 'xf86-input-spaceorb' \ From bouleetbil at frogdev.info Fri Oct 15 23:22:29 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 23:22:29 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-synaptics-1.3.0-3-i686 Message-ID: <20101015212229.801B5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=4ffdce02595412703eca91c58a83c87aa5f8a1d0 commit 4ffdce02595412703eca91c58a83c87aa5f8a1d0 Author: bouleetbil Date: Fri Oct 15 23:25:44 2010 +0000 xf86-input-synaptics-1.3.0-3-i686 *Version bump diff --git a/source/x11/xf86-input-synaptics/FrugalBuild b/source/x11/xf86-input-synaptics/FrugalBuild index b5fbc15..e60c86c 100644 --- a/source/x11/xf86-input-synaptics/FrugalBuild +++ b/source/x11/xf86-input-synaptics/FrugalBuild @@ -4,13 +4,13 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=xf86-input-synaptics -pkgver=1.2.2 +pkgver=1.3.0 Fuse $USE_DEVEL && pkgver=1.1.99.31.gc9527bdc Finclude xorg replaces=('synaptics') _F_cd_path="$pkgname-$pkgver" source=($source README.Frugalware) -sha1sums=('20ee874ef3dd391dbcfb03285b1b352c0234a00f' \ +sha1sums=('132fff19a3a1768e7ab403f44ebc28e0480a4120' \ 'fcc70fb810074bfdc9a89cc1211fc8d75c1c964b') if Fuse $USE_DEVEL; then unset source sha1sums From bouleetbil at frogdev.info Fri Oct 15 23:26:37 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 23:26:37 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-wacom-0.10.8-2-i686 Message-ID: <20101015212637.AEAF9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0ad596f2edad60245ac2805514d6db8d665821aa commit 0ad596f2edad60245ac2805514d6db8d665821aa Author: bouleetbil Date: Fri Oct 15 23:30:01 2010 +0000 xf86-input-wacom-0.10.8-2-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11-extra/xf86-input-wacom/FrugalBuild b/source/x11-extra/xf86-input-wacom/FrugalBuild index 8b38b99..6e8d5a1 100644 --- a/source/x11-extra/xf86-input-wacom/FrugalBuild +++ b/source/x11-extra/xf86-input-wacom/FrugalBuild @@ -3,11 +3,11 @@ pkgname=xf86-input-wacom pkgver=0.10.8 -pkgrel=1 +pkgrel=2 pkgdesc="Drivers, libraries, and doc for configuring and running Wacom tablets." url="http://linuxwacom.sourceforge.net/" up2date="Flasttar $url" -depends=('xorg-server>=1.8.1' 'libxi>=1.1.3') +depends=('xorg-server>=1.9.0' 'libxi>=1.1.3') makedepends=('inputproto' 'randrproto' 'util-macros') rodepends=('udev') provides=('linuxwacom') From bouleetbil at frogdev.info Fri Oct 15 23:29:44 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 15 Oct 2010 23:29:44 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-newport-0.2.3-4-i686 Message-ID: <20101015212944.AE00A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=7b5f8fd6a915d92fa1261569a0511f72dd4444eb commit 7b5f8fd6a915d92fa1261569a0511f72dd4444eb Author: bouleetbil Date: Fri Oct 15 23:33:12 2010 +0000 xf86-video-newport-0.2.3-4-i686 *Rebuild with xorg-server 1.9 diff --git a/source/x11-extra/xf86-video-newport/FrugalBuild b/source/x11-extra/xf86-video-newport/FrugalBuild index 0e9ff27..bc14666 100644 --- a/source/x11-extra/xf86-video-newport/FrugalBuild +++ b/source/x11-extra/xf86-video-newport/FrugalBuild @@ -3,11 +3,11 @@ pkgname=xf86-video-newport pkgver=0.2.3 -pkgrel=3 +pkgrel=4 pkgdesc="X.Org driver for newport cards" url="http://xorg.freedesktop.org" archs=('i686' 'x86_64') -depends=('xorg-server>=1.8.1') +depends=('xorg-server>=1.9.0') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2') groups=('x11-extra') up2date="Flasttar http://xorg.freedesktop.org/releases/individual/driver/" From bouleetbil at frogdev.info Sat Oct 16 08:51:08 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 16 Oct 2010 08:51:08 +0200 (CEST) Subject: [Frugalware-git] gnometesting: glibmm-2.27.0-1-i686 Message-ID: <20101016065108.9F8D7132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=162021d7832b8f0975f57086e4b94a336dc69572 commit 162021d7832b8f0975f57086e4b94a336dc69572 Author: bouleetbil Date: Sat Oct 16 08:54:32 2010 +0000 glibmm-2.27.0-1-i686 *Version bump diff --git a/source/lib/glibmm/FrugalBuild b/source/lib/glibmm/FrugalBuild index 1870249..d84f8b2 100644 --- a/source/lib/glibmm/FrugalBuild +++ b/source/lib/glibmm/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=glibmm -pkgver=2.25.5 +pkgver=2.27.0 pkgrel=1 pkgdesc="C++ interface for glib2" url="http://www.gnome.org/" -depends=('libsigc++2' 'glib2>=2.25.10') +depends=('libsigc++2' 'glib2>=2.27.0') groups=('lib') archs=('i686' 'x86_64' 'ppc') Finclude gnome -sha1sums=('50fcd0ab15df6a068bf1bb82e6abf22f05fd1fea') +sha1sums=('89a7bfdc3c2119613225d3800cd31d5af26bb42a') subpkgs=("$pkgname-docs") subdescs=("Glibmm Documentation") From bouleetbil at frogdev.info Sat Oct 16 11:03:19 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 16 Oct 2010 11:03:19 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xkeyboard-config-2.0-2-x86_64 *drop evdev *fix key up, down *probably same problem into current when crazy says *"some keys don't works" but now I've the problem :p Message-ID: <20101016090319.48B6F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=69dd8a226fe07ca3860f03f9180eafb2aa9f0143 commit 69dd8a226fe07ca3860f03f9180eafb2aa9f0143 Author: bouleetbil Date: Sat Oct 16 11:00:13 2010 +0200 xkeyboard-config-2.0-2-x86_64 *drop evdev *fix key up,down *probably same problem into current when crazy says *"some keys don't works" but now I've the problem :p diff --git a/source/x11/xkeyboard-config/FrugalBuild b/source/x11/xkeyboard-config/FrugalBuild index 443861e..196fee5 100644 --- a/source/x11/xkeyboard-config/FrugalBuild +++ b/source/x11/xkeyboard-config/FrugalBuild @@ -3,7 +3,7 @@ pkgname=xkeyboard-config pkgver=2.0 -pkgrel=1 +pkgrel=2 pkgdesc="X.org XML-based XKB configuration registry" url="http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig" groups=('x11' 'xorg-core' 'xorg-proto') @@ -19,7 +19,7 @@ build() { Fcd Fpatchall Fmake --enable-xkbcomp-symlink --enable-compat-rules \ - --with-xkb-rules-symlink=xorg,evdev + --with-xkb-rules-symlink=xorg Fmakeinstall Fmkdir /usr/lib/X11 Fln /usr/share/X11/xkb /usr/lib/X11/xkb From bouleetbil at frogdev.info Sat Oct 16 11:29:29 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 16 Oct 2010 11:29:29 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gtk+3-2.91.1-1-i686 Message-ID: <20101016092929.E24CA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2029c9ae6725155d38495cebbcb5811a95c933e8 commit 2029c9ae6725155d38495cebbcb5811a95c933e8 Author: bouleetbil Date: Sat Oct 16 11:32:05 2010 +0000 gtk+3-2.91.1-1-i686 *Version bump diff --git a/source/xlib/gtk+3/FrugalBuild b/source/xlib/gtk+3/FrugalBuild index 961a8a1..984be05 100644 --- a/source/xlib/gtk+3/FrugalBuild +++ b/source/xlib/gtk+3/FrugalBuild @@ -3,8 +3,8 @@ pkgname=gtk+3 _F_gnome_name=gtk+ -pkgver=2.91.0 -pkgrel=3 +pkgver=2.91.1 +pkgrel=1 pkgdesc="The GTK+ Toolkit (3.x series)" depends=('libxext' 'libxfixes' 'cairo' 'libgcc' 'libjpeg' 'libtiff' 'libcups' \ 'atk' 'pango' 'libxinerama' 'libxcomposite' 'libxcursor' 'gdk-pixbuf2') @@ -12,13 +12,18 @@ rodepends=('gnome-icon-theme' 'shared-mime-info') groups=('xlib') makedepends=('gtk-doc' 'cups' 'inputproto' 'gobject-introspection') archs=('i686' 'x86_64' 'ppc') +_F_gnome_git="n" Finclude gnome url="http://www.gtk.org/" _F_cd_path="gtk+-$pkgver" source=($source im-cedilla.conf) -sha1sums=('4177274375e0509640b496ac38a2f4ef1bbe8860' \ +sha1sums=('a468b6d35957265997d452b4868f1cd6fd7583af' \ 'f8a64241bcc873c1f1110e16306e48577a41852b') +if [ "$_F_gnome_git" != "n" ]; then + unset sha1sums + source=($source im-cedilla.conf) +fi subpkgs=("${subpkgs[@]}" "$pkgname-tools") subdescs=("${subdescs[@]}" "GTK+3 commandline tools.") subdepends=("${subdepends[@]}" "glib2") @@ -58,7 +63,13 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') build() { - + if [ "$_F_gnome_git" != "n" ]; then + Funpack_scm + Fcd $pkgname + sh ./autogen.sh || Fdie + else + Fcd + fi Fbuild \ --with-xinput \ --enable-gtk-doc \ From bouleetbil at frogdev.info Sat Oct 16 12:27:32 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 16 Oct 2010 12:27:32 +0200 (CEST) Subject: gnometesting: unique1-1.1.6-1-i686 Ã*new package *for support gtk+2 Message-ID: <20101016102732.7506F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=13c9e93c1e6871fde4e054c2f99002bf4bff49e8 commit 13c9e93c1e6871fde4e054c2f99002bf4bff49e8 Author: bouleetbil Date: Sat Oct 16 12:30:50 2010 +0000 unique1-1.1.6-1-i686 ?*new package *for support gtk+2 diff --git a/source/xlib/unique1/FrugalBuild b/source/xlib/unique1/FrugalBuild new file mode 100644 index 0000000..90dfb6f --- /dev/null +++ b/source/xlib/unique1/FrugalBuild @@ -0,0 +1,20 @@ +# Compiling Time: 0.15 SBU +# Maintainer: bouleetbil + +pkgname=unique1 +pkgver=1.1.6 +pkgrel=1 +pkgdesc="a library for writing single instance of gtk+2 application" +depends=('gtk+2' 'glibc' 'libxau>=1.0.4' 'libxdmcp' 'freetype2' 'dbus-glib' 'libxdamage>=1.1.1-3' 'libxext>=1.0.5-3') +makedepends=('perl-xml-parser' 'intltool' 'gnome-doc-utils' 'gobject-introspection') +_F_gnome_name=libunique +Finclude gnome +url="http://live.gnome.org/LibUnique" +options=('scriptlet') +groups=('xlib') +archs=('i686' 'x86_64' 'ppc') +sha1sums=('d44ad06503efaaa0c660c5f8a817e90fbe254d1f') +_F_cd_path=$_F_gnome_name-$pkgver +Fconfopts="$Fconfopts --enable-bacon --disable-introspection" + +# optimization OK From bouleetbil at frogdev.info Sat Oct 16 13:00:41 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 16 Oct 2010 13:00:41 +0200 (CEST) Subject: [Frugalware-git] gnometesting: unique1-1.1.6-2-i686 *fixes conflicts Message-ID: <20101016110041.BC03C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2b6b73dfbefd407944e26a3204a27adbe86ecc4a commit 2b6b73dfbefd407944e26a3204a27adbe86ecc4a Author: bouleetbil Date: Sat Oct 16 13:04:05 2010 +0000 unique1-1.1.6-2-i686 *fixes conflicts diff --git a/source/xlib/unique1/FrugalBuild b/source/xlib/unique1/FrugalBuild index 90dfb6f..022c58f 100644 --- a/source/xlib/unique1/FrugalBuild +++ b/source/xlib/unique1/FrugalBuild @@ -3,10 +3,9 @@ pkgname=unique1 pkgver=1.1.6 -pkgrel=1 +pkgrel=2 pkgdesc="a library for writing single instance of gtk+2 application" depends=('gtk+2' 'glibc' 'libxau>=1.0.4' 'libxdmcp' 'freetype2' 'dbus-glib' 'libxdamage>=1.1.1-3' 'libxext>=1.0.5-3') -makedepends=('perl-xml-parser' 'intltool' 'gnome-doc-utils' 'gobject-introspection') _F_gnome_name=libunique Finclude gnome url="http://live.gnome.org/LibUnique" @@ -15,6 +14,11 @@ groups=('xlib') archs=('i686' 'x86_64' 'ppc') sha1sums=('d44ad06503efaaa0c660c5f8a817e90fbe254d1f') _F_cd_path=$_F_gnome_name-$pkgver -Fconfopts="$Fconfopts --enable-bacon --disable-introspection" +Fconfopts="$Fconfopts --enable-bacon --disable-introspection --disable-gtk-doc" + +build() { + Fbuild + Frm usr/share/gtk-doc +} # optimization OK From bouleetbil at frogdev.info Sat Oct 16 22:12:17 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 16 Oct 2010 22:12:17 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: nvidia-260.19.12-1-x86_64 *version bump *for now don't use nvidia.sh Message-ID: <20101016201217.5D0CB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=4ca518cf2b1dd61608d8ab88d8355a0fdd08dac5 commit 4ca518cf2b1dd61608d8ab88d8355a0fdd08dac5 Author: bouleetbil Date: Sat Oct 16 22:05:54 2010 +0200 nvidia-260.19.12-1-x86_64 *version bump *for now don't use nvidia.sh diff --git a/source/x11-extra/nvidia/FrugalBuild b/source/x11-extra/nvidia/FrugalBuild index 68549f9..ceef561 100644 --- a/source/x11-extra/nvidia/FrugalBuild +++ b/source/x11-extra/nvidia/FrugalBuild @@ -2,13 +2,37 @@ # Maintainer: Michel Hermier pkgname=nvidia -pkgver=195.36.24 -pkgrel=9 +pkgver=260.19.12 +pkgrel=1 archs=('i686' 'x86_64' '!ppc') -Finclude nvidia -case "$_F_nvidia_arch" in -x86) sha1sums=('cfe1ce6b496683464221fccd6c575d2f8eda7433');; -x86_64) sha1sums=('dc78d0c1bd71fb5f47d25432c6f038cea74807ef');; +_F_kernelmod_scriptlet=nvidia.install +Finclude kernel-module +groups=('x11-extra') +pkgdesc="3D accelerated display driver for Nvidia cards" +url="http://www.nvidia.com/object/unix.html" +if [ -z "$_F_nvidia_up2date" ]; then + if [ -z "$_F_nvidia_legacyver" ]; then + _F_nvidia_up2date="Latest Version:" + else + _F_nvidia_up2date="Latest Legacy GPU Version ($_F_nvidia_legacyver series):" + fi +fi +up2date="lynx -dump http://www.nvidia.com/object/unix.html|grep -m1 '"$_F_nvidia_up2date"'|sed 's/.*]//;s/-/_/'" +rodepends=("${rodepends[@]}" 'libvdpau' 'nvidia-settings' 'nvidia-xconfig' 'pkgconfig' 'xorg-server>=1.9.0') +conflicts=("${conflicts[@]}" 'libgl' 'libgl-headers-mesa' 'libglx') +provides=("${provides[@]}" 'libgl' 'libgl-headers-mesa' 'libglx') +options=("${options[@]}" 'nostrip') + +_F_nvidia_name="" +case "$CARCH" in +i686) + _F_nvidia_name="NVIDIA-Linux-x86-${pkgver}" + source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/${_F_nvidia_name}.run") + sha1sums=('9738629d6c707c252ff57138a03edfcb94d978fb');; +x86_64) + _F_nvidia_name="NVIDIA-Linux-${CARCH}-${pkgver}-no-compat32" + source=("ftp://download.nvidia.com/XFree86/Linux-${CARCH}/${pkgver}/${_F_nvidia_name}.run") + sha1sums=('aebaee1702dd33fd1e8f4de3c801e2ee01dcc17e');; esac source=("${source[@]}" \ @@ -16,10 +40,64 @@ source=("${source[@]}" \ xorg-nvidia.conf) sha1sums=("${sha1sums[@]}" \ 'a2bf63eb7dffdfc9268534654d3864e865af6834' \ - '3b6664f5452036ab7d4c3fa9e8dd87673e8b0485') + '15455cb16a6638ee348dc01620c7f64234178ac8') build () { - Fbuild_nvidia + cd $Fsrcdir + sh $_F_nvidia_name.run --extract-only + + # Build the kernel module + cd ${_F_nvidia_name}/kernel || Fdie + make SYSSRC=$_F_kernelmod_dir/build module || Fdie + Ffilerel nvidia.ko $_F_kernelmod_dir/kernel/drivers/video/nvidia.ko + Fbuild_kernelmod_scriptlet + + cd $Fsrcdir/${_F_nvidia_name} || Fdie + + # X driver + install -D -m755 nvidia_drv.so $Fdestdir/usr/lib/xorg/modules/drivers/nvidia_drv.so || Fdie + # GLX extension module for X + install -D -m755 libglx.so.$pkgver $Fdestdir/usr/lib/xorg/modules/extensions/libglx.so.$pkgver || Fdie + ln -s libglx.so.$pkgver $Fdestdir/usr/lib/xorg/modules/extensions/libglx.so || Fdie # X doesn't find glx otherwise + # OpenGL library + install -D -m755 libGL.so.$pkgver $Fdestdir/usr/lib/libGL.so.$pkgver || Fdie + # OpenGL core library + install -D -m755 libnvidia-glcore.so.$pkgver $Fdestdir/usr/lib/libnvidia-glcore.so.$pkgver || Fdie + # XvMC + install -D -m644 libXvMCNVIDIA.a $Fdestdir/usr/lib/libXvMCNVIDIA.a || Fdie + install -D -m755 libXvMCNVIDIA.so.$pkgver $Fdestdir/usr/lib/libXvMCNVIDIA.so.$pkgver || Fdie + # VDPAU + install -D -m755 libvdpau_nvidia.so.$pkgver $Fdestdir/usr/lib/vdpau/libvdpau_nvidia.so.$pkgver || Fdie + # CUDA + install -D -m755 libcuda.so.$pkgver $Fdestdir/usr/lib/libcuda.so.$pkgver || Fdie + # nvidia-tls library + install -D -m755 tls/libnvidia-tls.so.$pkgver $Fdestdir/usr/lib/libnvidia-tls.so.$pkgver || Fdie + # OpenCL + install -D -m755 libnvidia-compiler.so.$pkgver $Fdestdir/usr/lib/libnvidia-compiler.so.$pkgver || Fdie + install -D -m755 libOpenCL.so.1.0.0 $Fdestdir/usr/lib/libOpenCL.so.1.0.0 || Fdie + install -D -m644 nvidia.icd $Fdestdir/etc/OpenCL/vendors/nvidia.icd || Fdie + install -D -m755 libnvidia-cfg.so.$pkgver $Fdestdir/usr/lib/libnvidia-cfg.so.$pkgver || Fdie + + # create soname links + for _lib in $(find $Fdestdir -name '*.so*'); do + _soname="$(dirname ${_lib})/$(readelf -d "$_lib" | sed -nr 's/.*Library soname: \[(.*)\].*/\1/p')" + if [ ! -e "${_soname}" ]; then + ln -s "$(basename ${_lib})" "${_soname}" || Fdie + ln -s "$(basename ${_soname})" "${_soname/.[0-9]*/}" || Fdie + fi + done + + # nvidia-bug-report + install -D -m755 nvidia-bug-report.sh $Fdestdir/usr/bin/nvidia-bug-report.sh || Fdie + # nvidia-smi + install -D -m755 nvidia-smi $Fdestdir/usr/bin/nvidia-smi || Fdie + install -D -m644 nvidia-smi.1.gz $Fdestdir/usr/share/man/man1/nvidia-smi.1.gz || Fdie + + install -D -m644 LICENSE $Fdestdir/usr/share/licenses/nvidia/LICENSE || Fdie + ln -s nvidia $Fdestdir/usr/share/licenses/nvidia-utils || Fdie + install -D -m644 README.txt $Fdestdir/usr/share/doc/nvidia/README || Fdie + ln -s nvidia $Fdestdir/usr/share/doc/nvidia-utils || Fdie + Ffile xorg-nvidia.conf /etc/X11/xorg.conf.d/15-nvidia.conf Ffile modprobe-nvidia.conf /etc/modprobe.d/nvidia.conf } diff --git a/source/x11-extra/nvidia/nvidia.install b/source/x11-extra/nvidia/nvidia.install new file mode 100644 index 0000000..6e893e6 --- /dev/null +++ b/source/x11-extra/nvidia/nvidia.install @@ -0,0 +1,93 @@ +module_isloaded() { + if [ `lsmod | grep ^nvidia | wc -l` -gt 0 ]; then + return 0 + fi + return 1 +} + +module_load() { + echo -n "Loading nvidia kernel module... " + ## if nvidia dependent kernel is the current kernel + if [ -e /lib/modules/`uname -r`/kernel/drivers/video/nvidia.ko ]; then + if modprobe nvidia --syslog; then + echo "done." + return 0 + else + echo "FAILURE." + echo "WARNING: Check why nvidia refused to load using dmesg." + fi + else + echo "FAILURE." + echo "WARNING: Kernel was updated, you have to restart so this change take effect." + fi + return 1 +} + +module_unload() { + echo -n "Unloading nvidia kernel module... " + if module_isloaded; then + if modprobe --remove nvidia --syslog; then + echo "done." + return 1 + else + echo "FAILURE." + echo "WARNING: You have to restart X for this change to take effect !" + fi + else + echo "skipped." + fi + return 1 +} + +post_install() { + echo "*** In order to use this package you have to accept Nvidia's license which" + echo "*** can be found at /usr/share/doc/$pkgname-$pkgver/LICENSE." + echo "*** If you don't accept it, please remove the package!" + + exist=`cat /etc/sysconfig/modules | grep nvidia | wc -l` + if [ "$exist" -eq 0 ]; then + echo nvidia >> /etc/sysconfig/modules + fi + /sbin/depmod -ea @_F_kernelmod_uname@ + module_load +} + +post_upgrade() { + echo -n "Runing depmod for nvidia kernel module for kernel @_F_kernelmod_uname@ ..." + /sbin/depmod -ea @_F_kernelmod_uname@ + echo " done." + ## if that exisit we bumped / upgraded the package only no new kernel + ## on a new kernel we do nothing because one has to reboot anyway + if [ -e /lib/modules/`uname -r`/kernel/drivers/video/nvidia.ko ]; then + ## try to unload it, on success try to load it again + if module_unload; then + sleep 1 + module_load + fi + fi +} + +pre_remove() { + if module_unload; then + echo "WARNING: You have to restart X for this change to take effet !" + fi + + exist=`cat /etc/sysconfig/modules | grep nvidia | wc -l` + if [ "$exist" -eq 1 ]; then + grep -v '^nvidia' /etc/sysconfig/modules > /etc/sysconfig/modules.tmp + mv /etc/sysconfig/modules.tmp /etc/sysconfig/modules + fi + if [ -e /usr/lib/xorg/temp/libglx.so ]; then + mv /usr/lib/xorg/temp/libglx.so /usr/lib/xorg/modules/extensions/ + fi +} + +post_remove() { + /sbin/depmod -a @_F_kernelmod_uname@ + echo "*** Nvidia driver is removed now. To have a working Xorg Server again run : ***" + echo "*** pacman-g2 -S libgl libgl-headers libglx ****" +} + +op=$1 +shift +$op $* diff --git a/source/x11-extra/nvidia/xorg-nvidia.conf b/source/x11-extra/nvidia/xorg-nvidia.conf index 130065f..4e9f29e 100644 --- a/source/x11-extra/nvidia/xorg-nvidia.conf +++ b/source/x11-extra/nvidia/xorg-nvidia.conf @@ -2,3 +2,7 @@ Section "Device" Identifier "nvidia Device" Driver "nvidia" EndSection + +Section "ServerFlags" + Option "IgnoreABI" "True" +EndSection From bouleetbil at frogdev.info Sat Oct 16 22:37:44 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 16 Oct 2010 22:37:44 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: nvidia.sh *update xorg-server version *fixes source Message-ID: <20101016203744.78424132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=15fafa31457676025925fe550d6829b32587cba8 commit 15fafa31457676025925fe550d6829b32587cba8 Author: bouleetbil Date: Sat Oct 16 22:33:11 2010 +0200 nvidia.sh *update xorg-server version *fixes source diff --git a/source/include/nvidia.sh b/source/include/nvidia.sh index c16ceff..417fc5a 100644 --- a/source/include/nvidia.sh +++ b/source/include/nvidia.sh @@ -80,8 +80,7 @@ groups=('x11-extra') pkgdesc="3D accelerated display driver for Nvidia cards" url="http://www.nvidia.com/object/unix.html" if [ -n "$_F_nvidia_arch" ]; then - source=(http://us.download.nvidia.com/XFree86/Linux-$_F_nvidia_arch/$pkgver/$_F_nvidia_name.run) -# source=(ftp://download.nvidia.com/XFree86/Linux-$_F_nvidia_arch/$pkgver/$_F_nvidia_name.run) + source=(ftp://download.nvidia.com/XFree86/Linux-$_F_nvidia_arch/$pkgver/$_F_nvidia_name.run) fi up2date="lynx -dump http://www.nvidia.com/object/unix.html|grep -m1 '"$_F_nvidia_up2date"'|sed 's/.*]//;s/-/_/'" @@ -96,7 +95,7 @@ _F_kernelmod_scriptlet=$_F_nvidia_install # * options: add nostrip to options # * removes: temporary fix for some nvidia mess, has to be removed after Frugalware 1.3 ### -rodepends=("${rodepends[@]}" 'libvdpau' 'nvidia-settings' 'nvidia-xconfig' 'pkgconfig' 'xorg-server>=1.7.1') +rodepends=("${rodepends[@]}" 'libvdpau' 'nvidia-settings' 'nvidia-xconfig' 'pkgconfig' 'xorg-server>=1.9.0') conflicts=("${conflicts[@]}" 'libgl' 'libgl-headers-mesa' 'libglx') provides=("${provides[@]}" 'libgl' 'libgl-headers-mesa' 'libglx') options=("${options[@]}" 'nostrip') From bouleetbil at frogdev.info Sat Oct 16 22:37:44 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 16 Oct 2010 22:37:44 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: nvidia-173xx-173.14.28-1-x86_64 *version bump Message-ID: <20101016203744.8B23D132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=169014af1f6aee7766f3863bdf091e6407bd6710 commit 169014af1f6aee7766f3863bdf091e6407bd6710 Author: bouleetbil Date: Sat Oct 16 22:33:59 2010 +0200 nvidia-173xx-173.14.28-1-x86_64 *version bump diff --git a/source/x11-extra/nvidia-173xx/FrugalBuild b/source/x11-extra/nvidia-173xx/FrugalBuild index 0550eb6..5b8a63a 100644 --- a/source/x11-extra/nvidia-173xx/FrugalBuild +++ b/source/x11-extra/nvidia-173xx/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: Michel Hermier pkgname=nvidia-173xx -pkgver=173.14.27 -pkgrel=3 +pkgver=173.14.28 +pkgrel=1 archs=('i686' 'x86_64' '!ppc') _F_nvidia_legacyver="173.14.xx" Finclude nvidia case "$_F_nvidia_arch" in x86) sha1sums=('6e059f4953797bc09dc5e1cd300ab084b5a2d699');; -x86_64) sha1sums=('2fc29a8776f31542249146f2fd9112aacfacf101');; +x86_64) sha1sums=('a840038e8dc6006174e01f8897a5737b6369b34f');; esac From bouleetbil at frogdev.info Sat Oct 16 23:00:16 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 16 Oct 2010 23:00:16 +0200 (CEST) Subject: [Frugalware-git] gnometesting: gnome-shell-2.91.0-2-x86_64 *added glib_schema *tested with nvidia-173xx-173.14.28-1 from xorgtesting *and that works \o/ Message-ID: <20101016210016.46F7A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1245739bfa8af5a709d278d841496b268d889e6b commit 1245739bfa8af5a709d278d841496b268d889e6b Author: bouleetbil Date: Sat Oct 16 22:57:47 2010 +0200 gnome-shell-2.91.0-2-x86_64 *added glib_schema *tested with nvidia-173xx-173.14.28-1 from xorgtesting *and that works \o/ diff --git a/source/gnome/gnome-shell/FrugalBuild b/source/gnome/gnome-shell/FrugalBuild index eb4597f..be77c2f 100644 --- a/source/gnome/gnome-shell/FrugalBuild +++ b/source/gnome/gnome-shell/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-shell pkgver=2.91.0 -pkgrel=1 +pkgrel=2 pkgdesc="Window management and application launching for GNOME" url="http://www.gnome.org/" depends=('mutter>=2.90.0' 'gnome-desktop' 'gjs>=0.7' 'gnome-menus' 'librsvg' \ @@ -15,6 +15,7 @@ archs=('i686' 'x86_64') _F_gnome_schemas=('/etc/gconf/schemas/gnome-shell.schemas') _F_gnome_desktop="y" _F_gnome_devel="y" +_F_gnome_glib="y" Finclude gnome gnome-scriptlet source=($source http://ftp.frugalware.org/pub/other/artwork/gnome-shell/$pkgname-frugalware.tar.bz2) sha1sums=('10e1086781515569ae5ec80f80063355e2f2e121' \ From bouleetbil at frogdev.info Sat Oct 16 23:11:20 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 16 Oct 2010 23:11:20 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: nvidia-173xx-173.14.28-1-i686 *fixes checksum Message-ID: <20101016211120.09584132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0a398d6452f0952b824e227ee3bfaf359494b419 commit 0a398d6452f0952b824e227ee3bfaf359494b419 Author: bouleetbil Date: Sat Oct 16 23:14:40 2010 +0000 nvidia-173xx-173.14.28-1-i686 *fixes checksum diff --git a/source/x11-extra/nvidia-173xx/FrugalBuild b/source/x11-extra/nvidia-173xx/FrugalBuild index 5b8a63a..9de47b6 100644 --- a/source/x11-extra/nvidia-173xx/FrugalBuild +++ b/source/x11-extra/nvidia-173xx/FrugalBuild @@ -8,6 +8,6 @@ archs=('i686' 'x86_64' '!ppc') _F_nvidia_legacyver="173.14.xx" Finclude nvidia case "$_F_nvidia_arch" in -x86) sha1sums=('6e059f4953797bc09dc5e1cd300ab084b5a2d699');; +x86) sha1sums=('3de64a4fad976b9be75b2665f840814864171748');; x86_64) sha1sums=('a840038e8dc6006174e01f8897a5737b6369b34f');; esac From vmiklos at frugalware.org Sun Oct 17 13:41:21 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 17 Oct 2010 13:41:21 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: 1.4pre1 announce draft Message-ID: <20101017114121.DFA52132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=2d8ad5596b92cf98d68f200999af496a1b983830 commit 2d8ad5596b92cf98d68f200999af496a1b983830 Author: Miklos Vajna Date: Sun Oct 17 13:40:25 2010 +0200 1.4pre1 announce draft diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 014fffb..bc76809 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -22,6 +22,30 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 186 + Frugalware 1.4pre1 (Nexon) released + FIXME + Miklos Vajna + 1 + announce the immediate availability of Frugalware 1.4pre1, the first technical preview of the upcoming 1.4 stable release.

+

Here are some of the major improvements, fixes and updates since 1.3:
+

    +
  • teTeX has been replaced by the TeX Live distribution.
  • +
  • The default Java browser plugin is now provieded by OpenJRE + instead of the Sun binary.
  • +
  • This release ships with GNOME 2.32.
  • +
  • Python has been upgraded to 2.7.
  • +
  • Nearly 1000 package updates
  • +
  • More than 100 new packages
  • +
+ Please refer to the Frugalware Nexon 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.
+ ]]> +
+
+ 185 Frugalware Newsletter Issue 72 Thu, 14 Oct 2010 22:10:14 +1000 From bouleetbil at frogdev.info Sun Oct 17 16:18:00 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 17 Oct 2010 16:18:00 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xorg-server-1.9.0-5-i686 *some clean up *don't force graphical device *each xf86-video* can provides his conf it's not the job of xorg-server Message-ID: <20101017141800.D1A2B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=f7b9c462fc97816da210cfc4230212adfb4bed77 commit f7b9c462fc97816da210cfc4230212adfb4bed77 Author: bouleetbil Date: Sun Oct 17 16:20:15 2010 +0000 xorg-server-1.9.0-5-i686 *some clean up *don't force graphical device *each xf86-video* can provides his conf it's not the job of xorg-server diff --git a/source/x11/xorg-server/FrugalBuild b/source/x11/xorg-server/FrugalBuild index a14af05..97e0784 100644 --- a/source/x11/xorg-server/FrugalBuild +++ b/source/x11/xorg-server/FrugalBuild @@ -10,7 +10,7 @@ USE_MULTIBUFFER=${USE_MULTIBUFFER:-"n"} pkgname=xorg-server pkgver=1.9.0 -pkgrel=4 +pkgrel=5 pkgdesc="Modular X.Org X Server" groups=('x11' 'xorg-core') archs=('i686' 'x86_64' 'ppc') @@ -33,16 +33,15 @@ replaces=('xorg-server-smi' 'xorg-server-vesa' 'xorg-server-via' 'lbxproxy' 'pro 'liblbxutil' 'xgl' 'xorg-server-sdl') backup=('etc/sysconfig/desktop' 'etc/X11/xorg.conf.d/10-evdev.conf' \ - 'etc/X11/xorg.conf.d/20-synaptics.conf' 'etc/X11/xorg.conf.d/20-graphical.conf') + 'etc/X11/xorg.conf.d/20-synaptics.conf') Finclude sourceforge xorg source=(${source[@]} \ - desktop 10-evdev.conf 20-synaptics.conf 20-graphical.conf) + desktop 10-evdev.conf 20-synaptics.conf) sha1sums=('a18d2212df80446b597b71b8948d133f52c399cc' \ '905cc57547421ff3ca77ec1c8e6898a7a414346f' \ '9318b631eb06833bea18d5a5efd15df89ad5d12a' \ - '6c0156d129ddd2fb5277b76af1738298c2d09d4d' \ - '4c3d5e855c931a41de4fb7738ffa1523c789b5a2') + '6c0156d129ddd2fb5277b76af1738298c2d09d4d') if Fuse $USE_DEVEL; then pkgver=1.6.3.901.151.g120286a @@ -189,7 +188,6 @@ build() { Fmkdir etc/X11/xorg.conf.d Fcp 10-evdev.conf etc/X11/xorg.conf.d/ Fcp 20-synaptics.conf etc/X11/xorg.conf.d/ - Fcp 20-graphical.conf etc/X11/xorg.conf.d/ } # optimization OK diff --git a/source/x11/xorg-server/xorg-server.install b/source/x11/xorg-server/xorg-server.install index a0069ff..1c6c9fe 100644 --- a/source/x11/xorg-server/xorg-server.install +++ b/source/x11/xorg-server/xorg-server.install @@ -23,17 +23,17 @@ post_install() echo "Update layout keyboard with $layout" sed -i "/xkb_layout/s/Keyboard_Layout/$layout/" /etc/X11/xorg.conf.d/10-evdev.conf #setting graphical device - device=`lspci | grep "VGA compatible controller" | cut -d ' ' -f 5` - device=`echo $device | tr '[:upper:]' '[:lower:]'` - case "$device" in - "via") UpdateConf openchrome ;; - "intel") UpdateConf intel ;; - "nvidia") UpdateConf nouveau ;; - "ati") UpdateConf radeon ;; - "sis") UpdateConf sis ;; - "cirrus") UpdateConf cirrus ;; - *) UpdateConf vesa ;; - esac + #device=`lspci | grep "VGA compatible controller" | cut -d ' ' -f 5` + #device=`echo $device | tr '[:upper:]' '[:lower:]'` + #case "$device" in + # "via") UpdateConf openchrome ;; + # "intel") UpdateConf intel ;; + # "nvidia") UpdateConf nouveau ;; + # "ati") UpdateConf radeon ;; + # "sis") UpdateConf sis ;; + # "cirrus") UpdateConf cirrus ;; + # *) UpdateConf vesa ;; + #esac } post_upgrade() @@ -43,18 +43,6 @@ post_upgrade() pre_upgrade() { - #fix buggy xorg-server 1.8.2-7 - #delete useless symlink - if [ -h "/usr/lib/X11/fonts" ];then - #delete bugguy symlink - rm /usr/lib/X11/fonts - fi - #restor useless backup - if [ -d "/usr/lib/X11/fonts.backup" ];then - mv /usr/lib/X11/fonts.backup /usr/lib/X11/fonts - fi - #end fix buggy xorg-server 1.8.2-7 - #inform user : the old dir font is ignored if [ -d "/usr/lib/X11/fonts" ];then echo "Xorg ignore /usr/lib/X11/fonts" From bouleetbil at frogdev.info Sun Oct 17 16:34:09 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 17 Oct 2010 16:34:09 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xorg-server-1.9.0-5-i686 *delete useless conf Message-ID: <20101017143409.B14DE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=4d478b72e6fda2e839647b0e699198d371ec16e9 commit 4d478b72e6fda2e839647b0e699198d371ec16e9 Author: bouleetbil Date: Sun Oct 17 16:37:21 2010 +0000 xorg-server-1.9.0-5-i686 *delete useless conf diff --git a/source/x11/xorg-server/20-graphical.conf b/source/x11/xorg-server/20-graphical.conf deleted file mode 100644 index c5db290..0000000 --- a/source/x11/xorg-server/20-graphical.conf +++ /dev/null @@ -1,4 +0,0 @@ -Section "Device" - Identifier "Card0" - Driver "DeviceGraphic" -EndSection From bouleetbil at frogdev.info Sun Oct 17 17:31:49 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 17 Oct 2010 17:31:49 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-nouveau-0.0.16.g065576d-3-i686 *force to use nouveau if chipset nvidia is find *can perhpas add a schema if some other drivers *should force xorg to use a driver Message-ID: <20101017153149.11FEC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=64e409630b7e9c57ea8b31bf61d221169586ceab commit 64e409630b7e9c57ea8b31bf61d221169586ceab Author: bouleetbil Date: Sun Oct 17 17:34:00 2010 +0000 xf86-video-nouveau-0.0.16.g065576d-3-i686 *force to use nouveau if chipset nvidia is find *can perhpas add a schema if some other drivers *should force xorg to use a driver diff --git a/source/x11/xf86-video-nouveau/FrugalBuild b/source/x11/xf86-video-nouveau/FrugalBuild index 648b9f9..36bae3a 100644 --- a/source/x11/xf86-video-nouveau/FrugalBuild +++ b/source/x11/xf86-video-nouveau/FrugalBuild @@ -5,7 +5,7 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=xf86-video-nouveau pkgver=0.0.16 -pkgrel=2 +pkgrel=3 pkgdesc="X.Org driver for Nvidia cards (opensource)" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') diff --git a/source/x11/xf86-video-nouveau/xf86-video-nouveau.install b/source/x11/xf86-video-nouveau/xf86-video-nouveau.install new file mode 100644 index 0000000..74b0d94 --- /dev/null +++ b/source/x11/xf86-video-nouveau/xf86-video-nouveau.install @@ -0,0 +1,49 @@ +_F_ConfChipset="/etc/X11/xorg.conf.d/20-graphical.conf" +function UpdateConf +{ + echo "Chipset nvidia detected" + echo "Driver nouveau will be used" + echo "Section \"Device\"" > $_F_ConfChipset + echo" Identifier \"Card0\"" >> $_F_ConfChipset + echo" Driver \"nouveau\"" >> $_F_ConfChipset + echo"EndSection" >> $_F_ConfChipset +} + +function DeleteConf +{ + echo "Chipset nvidia detected" + if [ "`grep nouveau /etc/X11/xorg.conf.d/20-graphical.conf`" != "" ]; then + echo "Remove nouveau driver configuration" + rm $_F_ConfChipset + fi +} + +post_install() +{ + #setting graphical device + device=`lspci | grep "VGA compatible controller" | cut -d ' ' -f 5` + device=`echo $device | tr '[:upper:]' '[:lower:]'` + case "$device" in + "nvidia") UpdateConf ;; + *) echo "No Chipset nvidia detected" ;; + esac +} + +post_remove() +{ + device=`lspci | grep "VGA compatible controller" | cut -d ' ' -f 5` + device=`echo $device | tr '[:upper:]' '[:lower:]'` + case "$device" in + "nvidia") DeleteConf;; + esac +} + +post_upgrade() +{ + post_install +} + +op=$1 +shift + +$op $* From bouleetbil at frogdev.info Sun Oct 17 17:35:00 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 17 Oct 2010 17:35:00 +0200 (CEST) Subject: [Frugalware-git] bouletmp: mono-2.8-3-i686 *fixes some options Message-ID: <20101017153500.AA6B0132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=d16e882cf82d103385efb28e82a6858243afff44 commit d16e882cf82d103385efb28e82a6858243afff44 Author: bouleetbil Date: Sun Oct 17 17:36:56 2010 +0000 mono-2.8-3-i686 *fixes some options diff --git a/source/devel/mono/FrugalBuild b/source/devel/mono/FrugalBuild index da34a95..bdccbd2 100644 --- a/source/devel/mono/FrugalBuild +++ b/source/devel/mono/FrugalBuild @@ -3,7 +3,7 @@ pkgname=mono pkgver=2.8 -pkgrel=2 +pkgrel=3 pkgdesc="Mono runtime and class libraries, a C# compiler/interpreter" url="http://www.mono-project.com/" depends=('glib2' 'zlib') @@ -14,8 +14,9 @@ archs=('i686' 'x86_64' 'ppc') Finclude mono up2date="lynx -dump http://www.go-mono.com/sources-stable/|grep -m1 'mono-'|sed 's/.*-\(.*\).t.*/\1/'" source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2 rc.mono rc.mono-hu.po) -Fconfopts="$Fconfopts --with-tls=__thread --with-libgdiplus=installed --with-moonlight=no \ - --with-preview=yes --with-gc=included --with-profile2=yes --with-profile4=yes" +Fconfopts="$Fconfopts -with-ikvm-native=yes??--with-jit=yes??--with-xen_opt=no??\ + --with-profile2=yes??\ + --with-libgdiplus=installed?? --with-profile4=yes" #Don't enable --enable-big-arrays we should have >3Go of ram #we can add --with-ikvm-native=yes for replace ikvm package and use native ikvm From bouleetbil at frogdev.info Sun Oct 17 17:50:29 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 17 Oct 2010 17:50:29 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-nouveau-0.0.16.g065576d-4-x86_64 *typo fix Message-ID: <20101017155029.559DE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a7129dbbec5dabd85bc2cb05bd028a101bf17259 commit a7129dbbec5dabd85bc2cb05bd028a101bf17259 Author: bouleetbil Date: Sun Oct 17 17:48:46 2010 +0200 xf86-video-nouveau-0.0.16.g065576d-4-x86_64 *typo fix diff --git a/source/x11/xf86-video-nouveau/FrugalBuild b/source/x11/xf86-video-nouveau/FrugalBuild index 36bae3a..81826e5 100644 --- a/source/x11/xf86-video-nouveau/FrugalBuild +++ b/source/x11/xf86-video-nouveau/FrugalBuild @@ -5,7 +5,7 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=xf86-video-nouveau pkgver=0.0.16 -pkgrel=3 +pkgrel=4 pkgdesc="X.Org driver for Nvidia cards (opensource)" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') diff --git a/source/x11/xf86-video-nouveau/xf86-video-nouveau.install b/source/x11/xf86-video-nouveau/xf86-video-nouveau.install index 74b0d94..2ff2de6 100644 --- a/source/x11/xf86-video-nouveau/xf86-video-nouveau.install +++ b/source/x11/xf86-video-nouveau/xf86-video-nouveau.install @@ -4,9 +4,9 @@ function UpdateConf echo "Chipset nvidia detected" echo "Driver nouveau will be used" echo "Section \"Device\"" > $_F_ConfChipset - echo" Identifier \"Card0\"" >> $_F_ConfChipset - echo" Driver \"nouveau\"" >> $_F_ConfChipset - echo"EndSection" >> $_F_ConfChipset + echo " Identifier \"Card0\"" >> $_F_ConfChipset + echo " Driver \"nouveau\"" >> $_F_ConfChipset + echo "EndSection" >> $_F_ConfChipset } function DeleteConf From bouleetbil at frogdev.info Sun Oct 17 17:51:33 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun, 17 Oct 2010 17:51:33 +0200 (CEST) Subject: [Frugalware-git] bouletmp: gnome-sharp-2.24.2-1-i686 Message-ID: <20101017155133.5E9DB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=3fa60637ef08449b7dd1ee7b6277054c4d92400a commit 3fa60637ef08449b7dd1ee7b6277054c4d92400a Author: bouleetbil Date: Sun Oct 17 17:55:24 2010 +0000 gnome-sharp-2.24.2-1-i686 *Version bump diff --git a/source/gnome-extra/gnome-sharp/FrugalBuild b/source/gnome-extra/gnome-sharp/FrugalBuild index 8048695..df26425 100644 --- a/source/gnome-extra/gnome-sharp/FrugalBuild +++ b/source/gnome-extra/gnome-sharp/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: AlexExtreme pkgname=gnome-sharp -pkgver=2.24.1 -pkgrel=6 +pkgver=2.24.2 +pkgrel=1 pkgdesc="C# bindings for the Gnome desktop" url="http://www.gnome.org" depends=('gtk2-sharp>=2.12.9-2' 'libart_lgpl' 'gnome-vfs>=2.24.1' 'libgnomecanvas>=2.26.0' \ @@ -13,4 +13,4 @@ groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') _F_mono_aot=0 Finclude gnome mono -sha1sums=('22ac47dc6dd1ca6858467b9d53affc84a9308baf') +sha1sums=('d3c3e61e01b46a95f6f46dfa706f4af09f05bae2') From vmiklos at frugalware.org Mon Oct 18 07:18:25 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 18 Oct 2010 07:18:25 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: 1.4pre1 is out Message-ID: <20101018051825.52E36132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=1a7daf79561ece3aebc5279ba5603241773beab0 commit 1a7daf79561ece3aebc5279ba5603241773beab0 Author: Miklos Vajna Date: Mon Oct 18 00:24:00 2010 +0200 1.4pre1 is out diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index bc76809..2a9f42f 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -24,9 +24,9 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> 186 Frugalware 1.4pre1 (Nexon) released - FIXME + Mon, 18 Oct 2010 00:23:24 +0200 Miklos Vajna - 1 + 0 announce the immediate availability of Frugalware 1.4pre1, the first technical preview of the upcoming 1.4 stable release.

Here are some of the major improvements, fixes and updates since 1.3:
diff --git a/frugalware/xml/roadmap.xml b/frugalware/xml/roadmap.xml index 0506346..e3a1ef9 100644 --- a/frugalware/xml/roadmap.xml +++ b/frugalware/xml/roadmap.xml @@ -45,7 +45,7 @@ pre1 Oct 18, 2010 - 0 + 1 From devil505linux at gmail.com Mon Oct 18 08:05:45 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 08:05:45 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-mechanize-0.2.3-1-i686 * version bump Message-ID: <20101018060545.077D6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=af4d27993b65a199fb57d9fdbc8c56b5b2f84e2c commit af4d27993b65a199fb57d9fdbc8c56b5b2f84e2c Author: Devil505 Date: Mon Oct 18 08:05:28 2010 +0200 python-mechanize-0.2.3-1-i686 * version bump diff --git a/source/devel-extra/python-mechanize/FrugalBuild b/source/devel-extra/python-mechanize/FrugalBuild index 90dc417..9c80fe9 100644 --- a/source/devel-extra/python-mechanize/FrugalBuild +++ b/source/devel-extra/python-mechanize/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=python-mechanize -pkgver=0.2.2 -pkgrel=2 +pkgver=0.2.3 +pkgrel=1 _F_archive_name="mechanize" pkgdesc="Stateful programmatic web browsing in Python." url="http://wwwsearch.sourceforge.net/$_F_archive_name" @@ -13,4 +13,4 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url/download.html | Flasttar" source=($url/src/$_F_archive_name-$pkgver.tar.gz) -sha1sums=('b0a13012a15c874eb5971c2d59bd447f223a45ec') +sha1sums=('40e91f760632cc1cd3ffb5645cd82973e7570481') From devil505linux at gmail.com Mon Oct 18 08:16:34 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 08:16:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: podofo-0.8.2-1-i686 * fixing maintainer Message-ID: <20101018061634.BBC99132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d57347bb48a07bd81f84a82e220d456b86c1400c commit d57347bb48a07bd81f84a82e220d456b86c1400c Author: Devil505 Date: Mon Oct 18 08:07:43 2010 +0200 podofo-0.8.2-1-i686 * fixing maintainer diff --git a/source/xlib-extra/podofo/FrugalBuild b/source/xlib-extra/podofo/FrugalBuild index f21609c..081ca7b 100644 --- a/source/xlib-extra/podofo/FrugalBuild +++ b/source/xlib-extra/podofo/FrugalBuild @@ -1,5 +1,5 @@ # Compiling Time: 0.14 SBU -# Maintainer: Miklos Vajna +# Maintainer: Devil505 # Contributor: Botchchikii pkgname=podofo From devil505linux at gmail.com Mon Oct 18 08:16:34 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 08:16:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tvdownloader-0.7.2-1-i686 * version bump Message-ID: <20101018061634.C34B8132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=751200aa03e28a3adf81cc3eca06b0abb3968298 commit 751200aa03e28a3adf81cc3eca06b0abb3968298 Author: Devil505 Date: Mon Oct 18 08:16:06 2010 +0200 tvdownloader-0.7.2-1-i686 * version bump diff --git a/source/xapps-extra/tvdownloader/FrugalBuild b/source/xapps-extra/tvdownloader/FrugalBuild index 02349f5..d5410ff 100644 --- a/source/xapps-extra/tvdownloader/FrugalBuild +++ b/source/xapps-extra/tvdownloader/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: Devil505 pkgname=tvdownloader -pkgver=0.6 -pkgrel=2 +pkgver=0.7.2 +pkgrel=1 pkgdesc="Software to retrieve podcasts and videos from French websites." depends=('msdl' 'pyqt4' 'rtmpdump' 'python-mechanize') groups=('xapps-extra') archs=('i686') Finclude googlecode options=('force') -sha1sums=('380ea261d2a566e13eab40f7b0432ab430babd61') +sha1sums=('358594232f9005700ca2e85d139e778b83e998b1') From devil505linux at gmail.com Mon Oct 18 08:22:52 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 08:22:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: utouch-geis-1.0.13-1-i686 * version bump Message-ID: <20101018062252.62D7B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=34e3fde030b4033720509193487e9e5fa86029ad commit 34e3fde030b4033720509193487e9e5fa86029ad Author: Devil505 Date: Mon Oct 18 08:22:15 2010 +0200 utouch-geis-1.0.13-1-i686 * version bump diff --git a/source/lib-extra/utouch-geis/FrugalBuild b/source/lib-extra/utouch-geis/FrugalBuild index 01b03f6..65f0f85 100644 --- a/source/lib-extra/utouch-geis/FrugalBuild +++ b/source/lib-extra/utouch-geis/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=utouch-geis -pkgver=1.0.12 +pkgver=1.0.13 pkgrel=1 pkgdesc="Implementation of the GEIS (Gesture Engine Interface and Support) interface." url="http://launchpad.net/utouch-geis" @@ -10,7 +10,7 @@ depends=('utouch-grail' 'libxi') groups=('lib-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" -source=($url/1.x/2010-09-30/+download/$pkgname-$pkgver.tar.gz) -sha1sums=('ef0b479de3e4fcad20000fad9c2b30bfa7b1f60c') +source=($url/1.x/2010-10-14/+download/$pkgname-$pkgver.tar.gz) +sha1sums=('074d27f2e57d9a64474ce42a56a38420745540c1') # optimization OK From devil505linux at gmail.com Mon Oct 18 08:31:40 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 08:31:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: fotoxx-10.10.3-1-i686 * version bump Message-ID: <20101018063140.5FCD9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=27f602a0086b820ead6806a54ffbe4f3a1989a4c commit 27f602a0086b820ead6806a54ffbe4f3a1989a4c Author: Devil505 Date: Mon Oct 18 08:31:00 2010 +0200 fotoxx-10.10.3-1-i686 * version bump diff --git a/source/xapps-extra/fotoxx/FrugalBuild b/source/xapps-extra/fotoxx/FrugalBuild index a62be0c..130c513 100644 --- a/source/xapps-extra/fotoxx/FrugalBuild +++ b/source/xapps-extra/fotoxx/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=fotoxx -pkgver=10.10.1 +pkgver=10.10.3 pkgrel=1 pkgdesc="A program for improving image files made with a digital camera" url="http://kornelix.squarespace.com/$pkgname/" @@ -12,7 +12,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://kornelix.squarespace.com/downloads/ | Flasttar" source=(http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz) -sha1sums=('1945106ef4aa3c155f8c5354312defea3b979d18') +sha1sums=('2e43bc2dc26957e9e1510de0cf2812658497454a') replaces=('fotox') build() { From devil505linux at gmail.com Mon Oct 18 08:34:35 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 08:34:35 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: cx-freeze-4.2.1-1-i686 * version bump Message-ID: <20101018063435.D41F8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dfab6a387102bee3036271898792a510af8621a1 commit dfab6a387102bee3036271898792a510af8621a1 Author: Devil505 Date: Mon Oct 18 08:33:22 2010 +0200 cx-freeze-4.2.1-1-i686 * version bump diff --git a/source/apps-extra/cx-freeze/FrugalBuild b/source/apps-extra/cx-freeze/FrugalBuild index dfe244a..5a962e0 100644 --- a/source/apps-extra/cx-freeze/FrugalBuild +++ b/source/apps-extra/cx-freeze/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=cx-freeze -pkgver=4.2 -pkgrel=2 +pkgver=4.2.1 +pkgrel=1 pkgdesc="cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the same way that py2exe and py2app do" _F_sourceforge_name="cx_Freeze" _F_sourceforge_dirname="$pkgname" @@ -12,6 +12,6 @@ depends=('python>=2.7') groups=('apps-extra') archs=('i686' 'x86_64') _F_cd_path="$_F_sourceforge_name-$pkgver" -sha1sums=('704f7ee078edb18cc758db41d63ddd0f0a6002c8') +sha1sums=('241d8e47292c9c0e87d8df18f07c48a0409dbac2') # optimization OK From devil505linux at gmail.com Mon Oct 18 08:43:24 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 08:43:24 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: transmission-2.11-1-i686 * version bump Message-ID: <20101018064324.D23BD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ee49961f0ee04f5ea2400a2bfdc1a7590a29bfa8 commit ee49961f0ee04f5ea2400a2bfdc1a7590a29bfa8 Author: Devil505 Date: Mon Oct 18 08:42:06 2010 +0200 transmission-2.11-1-i686 * version bump diff --git a/source/xapps-extra/transmission/FrugalBuild b/source/xapps-extra/transmission/FrugalBuild index 6bbf881..65f89a1 100644 --- a/source/xapps-extra/transmission/FrugalBuild +++ b/source/xapps-extra/transmission/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=transmission -pkgver=2.10 +pkgver=2.11 pkgrel=1 pkgdesc="A free, lightweight BitTorrent Client." url="http://www.transmissionbt.com/" @@ -15,7 +15,7 @@ _F_gnome_iconcache="y" Finclude gnome-scriptlet up2date="Flasttarbz2 $url/download.php" source=(http://download.transmissionbt.com/files/$pkgname-$pkgver.tar.bz2) -sha1sums=('692a884fe4c23056a86b9c9001ae2f9f49e76fc0') +sha1sums=('e4396d15d00bfae21ae711085d9e1deb37754a2f') build() { From devil505linux at gmail.com Mon Oct 18 09:13:02 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 09:13:02 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gwibber-2.32.0.2-1-i686 * version bump Message-ID: <20101018071302.C7B16132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=373b8211955a108659f9efb4140c411c310581cc commit 373b8211955a108659f9efb4140c411c310581cc Author: Devil505 Date: Mon Oct 18 09:12:36 2010 +0200 gwibber-2.32.0.2-1-i686 * version bump diff --git a/source/gnome-extra/gwibber/FrugalBuild b/source/gnome-extra/gwibber/FrugalBuild index 0b958c0..9596140 100644 --- a/source/gnome-extra/gwibber/FrugalBuild +++ b/source/gnome-extra/gwibber/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=gwibber -pkgver=2.32.0.1 -pkgrel=2 +pkgver=2.32.0.2 +pkgrel=1 pkgdesc="Open Source microblogging client for GNOME, with webkit" url="https://launchpad.net/gwibber" depends=('python-simplejson' 'pygtk' 'dbus-python' 'pywebkitgtk>=1.1.6-2' 'gnome-python-desktop-wnck' \ @@ -17,5 +17,5 @@ _F_gnome_desktop="y" Finclude gnome-scriptlet archs=('i686' 'x86_64') up2date="Flasttar $url" -source=("http://launchpad.net/gwibber/trunk/2.32.0/+download/$pkgname-$pkgver.tar.gz") -sha1sums=('567581e2255dcc64d6d96454af384fa595ad9f32') +source=("http://launchpad.net/gwibber/2.32/2.32.0/+download/$pkgname-$pkgver.tar.gz") +sha1sums=('6bf42951d009f4b41937f331b26b0db706cd8d19') From devil505linux at gmail.com Mon Oct 18 09:24:48 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 09:24:48 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: decibel-audio-player-1.06-1-i686 * version bump Message-ID: <20101018072448.F2E0A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c6af67dafddff6dc4948d90f99ea67e29e279ebc commit c6af67dafddff6dc4948d90f99ea67e29e279ebc Author: Devil505 Date: Mon Oct 18 09:24:27 2010 +0200 decibel-audio-player-1.06-1-i686 * version bump diff --git a/source/gnome-extra/decibel-audio-player/FrugalBuild b/source/gnome-extra/decibel-audio-player/FrugalBuild index 39366e9..01628c4 100644 --- a/source/gnome-extra/decibel-audio-player/FrugalBuild +++ b/source/gnome-extra/decibel-audio-player/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=decibel-audio-player -pkgver=1.05 +pkgver=1.06 pkgrel=1 pkgdesc="Decibel Audio Player is a GTK+ open-source audio player designed for GNU/Linux" url="http://decibel.silent-blade.org" @@ -13,7 +13,7 @@ groups=('gnome-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url/index.php?n=Main.Download | Flasttar" source=($url/uploads/Main/$pkgname-$pkgver.tar.gz) -sha1sums=('d8d9dba46e97e42524ec02d4652e58f184e6f631') +sha1sums=('bb9aa1f80d90244d0ae3956fb0bfe3e54d80a431') build() { From devil505linux at gmail.com Mon Oct 18 09:29:47 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 09:29:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gimp-resynthesizer-0.16-1-i686 * new package * closes FS#4349 Message-ID: <20101018072947.3F6B8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=39671c5cba9d1768630def5a48ccecbfdad7d1c5 commit 39671c5cba9d1768630def5a48ccecbfdad7d1c5 Author: Devil505 Date: Mon Oct 18 09:28:33 2010 +0200 gimp-resynthesizer-0.16-1-i686 * new package * closes FS#4349 diff --git a/source/xapps-extra/gimp-resynthesizer/FrugalBuild b/source/xapps-extra/gimp-resynthesizer/FrugalBuild new file mode 100644 index 0000000..a02ece9 --- /dev/null +++ b/source/xapps-extra/gimp-resynthesizer/FrugalBuild @@ -0,0 +1,25 @@ +# Compiling Time: 0.03 SBU +# Maintainer: Devil505 + +pkgname=gimp-resynthesizer +pkgver=0.16 +pkgrel=1 +pkgdesc="Resynthesizer plugin for The Gimp" +url="http://www.logarithmic.net/pfh/resynthesizer" +depends=('gimp') +groups=('xapps-extra') +archs=('i686' 'x86_64') +_F_archive_name="resynthesizer" +up2date="Flasttar $url" +source=(http://www.logarithmic.net/pfh-files/$_F_archive_name/$_F_archive_name-$pkgver.tar.gz) +sha1sums=('9a7a6318b18d9546d712441594041c4ca47952d7') + +build() { + Fcd $_F_archive_name-$pkgver + Fmake + Fmkdir usr/{lib/gimp/2.0/plug-ins,share/gimp/2.0/scripts} + Finstallrel 755 resynth usr/lib/gimp/2.0/plug-ins/ + Finstallrel 644 smart-remove.scm usr/share/gimp/2.0/scripts/ + Finstallrel 644 smart-enlarge.scm usr/share/gimp/2.0/scripts/ +} + From devil505linux at gmail.com Mon Oct 18 11:25:09 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 11:25:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: spring-0.82.6.1-1-i686 * version bump Message-ID: <20101018092509.E2DE5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e1f9fc66ce585a8cb6c5af31f2fcb69b543e01d0 commit e1f9fc66ce585a8cb6c5af31f2fcb69b543e01d0 Author: Devil505 Date: Mon Oct 18 11:20:21 2010 +0200 spring-0.82.6.1-1-i686 * version bump diff --git a/source/games-extra/spring/FrugalBuild b/source/games-extra/spring/FrugalBuild index 86bb51e..dab0244 100644 --- a/source/games-extra/spring/FrugalBuild +++ b/source/games-extra/spring/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=spring -pkgver=0.82.5.1 +pkgver=0.82.6.1 pkgrel=1 pkgdesc="A free 3D game engine for the real-time-strategy (RTS) game Total Annihilation" depends=('glew' 'devil' 'libboost-mt' 'sdl' 'libxmu' 'libxi' 'libgl' 'libtiff' 'libjpeg>=8a' 'libsm' 'libxcb' 'libxdamage' 'e2fsprogs' 'openal' 'libvorbis' 'freetype2' 'libxcursor' 'openal') @@ -18,7 +18,7 @@ _F_cd_path="${pkgname}_${pkgver}" _F_cmake_confopts="-DCMAKE_INSTALL_PREFIX=/usr -DDATADIR=share/spring -DUSE_GML_SIM=ON -DUSE_GML=ON" Finclude cmake source=($source README.Frugalware) -sha1sums=('3f5fba79b04e58c614001986f8d06df7d0233bca' \ +sha1sums=('67f676d3bac07554d44a00832542be35e527d5cf' \ '5721b8c82c14fbfc895f86cbfbd7a1b00dcbc894') build() { From devil505linux at gmail.com Mon Oct 18 11:42:56 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 11:42:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-desktop-sharp-2.26.0-12-i686 * added debian patch to fix a bug with gnome-do Message-ID: <20101018094256.229C9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6ee877a9e6bd8fe68847e8f3d18c5776a64025ae commit 6ee877a9e6bd8fe68847e8f3d18c5776a64025ae Author: Devil505 Date: Mon Oct 18 11:42:39 2010 +0200 gnome-desktop-sharp-2.26.0-12-i686 * added debian patch to fix a bug with gnome-do diff --git a/source/gnome-extra/gnome-desktop-sharp/04_update_for_gnomedesktop_SONAME.patch b/source/gnome-extra/gnome-desktop-sharp/04_update_for_gnomedesktop_SONAME.patch new file mode 100644 index 0000000..1494da9 --- /dev/null +++ b/source/gnome-extra/gnome-desktop-sharp/04_update_for_gnomedesktop_SONAME.patch @@ -0,0 +1,17 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 04_update_for_gnomedesktop_SONAME.dpatch by Christopher James Halse Rogers +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Update libgnomedesktop2.20-cil DLL map for new SONAME in Lucid. + + at DPATCH@ +diff -urNad gnome-desktop-sharp2-2.26.0~/gnomedesktop/gnomedesktop-sharp.dll.config.in gnome-desktop-sharp2-2.26.0/gnomedesktop/gnomedesktop-sharp.dll.config.in +--- gnome-desktop-sharp2-2.26.0~/gnomedesktop/gnomedesktop-sharp.dll.config.in 2009-02-24 05:01:27.000000000 +1100 ++++ gnome-desktop-sharp2-2.26.0/gnomedesktop/gnomedesktop-sharp.dll.config.in 2010-02-06 15:35:56.512813842 +1100 +@@ -3,5 +3,5 @@ + + + +- ++ + diff --git a/source/gnome-extra/gnome-desktop-sharp/FrugalBuild b/source/gnome-extra/gnome-desktop-sharp/FrugalBuild index 3d620bc..0d07d79 100644 --- a/source/gnome-extra/gnome-desktop-sharp/FrugalBuild +++ b/source/gnome-extra/gnome-desktop-sharp/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-desktop-sharp pkgver=2.26.0 -pkgrel=11 +pkgrel=12 pkgdesc="C# bindings for the Gnome desktop" url="http://www.gnome.org" depends=('gtk2-sharp>=2.12.10-2' 'libart_lgpl' 'librsvg>=2.26.0-2' 'gtkhtml>=3.28.0' \ @@ -13,7 +13,9 @@ groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') _F_mono_aot=0 Finclude gnome mono -sha1sums=('3c98aca331def4bf0701df80e809c36e183eb135') +source=($source 04_update_for_gnomedesktop_SONAME.patch) +sha1sums=('3c98aca331def4bf0701df80e809c36e183eb135' \ + 'e33d6f65f08fd8f2da1d58187e03da2a03c13f75') subpkgs=('vte-sharp') subdescs=("GtkSharp's vte module") From devil505linux at gmail.com Mon Oct 18 11:46:22 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 11:46:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: docky-2.0.7-1-i686 * new package Message-ID: <20101018094622.48BAF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a8442f3b54870227fe0bc2ebbf6464039f7bca69 commit a8442f3b54870227fe0bc2ebbf6464039f7bca69 Author: Devil505 Date: Mon Oct 18 11:46:19 2010 +0200 docky-2.0.7-1-i686 * new package diff --git a/source/gnome-extra/docky/FrugalBuild b/source/gnome-extra/docky/FrugalBuild new file mode 100644 index 0000000..4974729 --- /dev/null +++ b/source/gnome-extra/docky/FrugalBuild @@ -0,0 +1,29 @@ +# Compiling Time: 0.13 SBU +# Maintainer: Devil505 + +pkgname=docky +pkgver=2.0.7 +pkgrel=1 +pkgdesc="The Finest Dock No Money Can Buy" +url="https://launchpad.net/docky" +depends=('gnome-desktop-sharp' 'gnome-keyring-sharp' 'mono-addins' \ + 'ndesk-dbus-glib' 'notify-sharp' 'xdg-utils') +makedepends=('intltool' 'gettext') +options=('scriptlet') +groups=('gnome-extra') +archs=('i686' 'x86_64') +_F_gnome_schemas=('/etc/gconf/schemas/docky.schemas') +_F_gnome_iconcache="y" +_F_gnome_desktop="y" +_F_mono_aot=0 +Finclude mono gnome-scriptlet +up2date="Flasttar $url" +source=($url/2.0/$pkgver/+download/$pkgname-$pkgver.tar.gz) +sha1sums=('74fea1366573d037adc28d7251e606cca669aa8f') + +build() { + Fmonoexport + Fbuild + Fbuild_gnome_scriptlet + Fmonocleanup +} From bouleetbil at frogdev.info Mon Oct 18 12:22:16 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 12:22:16 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tracker-0.8.16-3-i686 *rebuild with upower>=0.9.6 *closes #4352 Message-ID: <20101018102216.46F46132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6fd6abf8f245dcbbed9fc1693df3c712b78086a1 commit 6fd6abf8f245dcbbed9fc1693df3c712b78086a1 Author: bouleetbil Date: Mon Oct 18 12:25:51 2010 +0000 tracker-0.8.16-3-i686 *rebuild with upower>=0.9.6 *closes #4352 diff --git a/source/gnome-extra/tracker/FrugalBuild b/source/gnome-extra/tracker/FrugalBuild index ca190bc..b1e9d84 100644 --- a/source/gnome-extra/tracker/FrugalBuild +++ b/source/gnome-extra/tracker/FrugalBuild @@ -4,11 +4,11 @@ pkgname=tracker pkgver=0.8.16 -pkgrel=2 +pkgrel=3 pkgdesc="Tracker is a first class object database, extensible tag/metadata database, search tool and indexer." depends=('gtk+2>=2.20.0-2' 'dbus-glib>=0.76' 'sqlite3' 'gamin' \ 'poppler-glib>=0.14.3' 'libvorbis' 'libpng' 'libexif' 'libgsf' 'gstreamer' \ - 'gnome-desktop>=2.32.0' 'exempi' 'upower' 'openssl>=1.0.0') + 'gnome-desktop>=2.32.0' 'exempi' 'upower>=0.9.6' 'openssl>=1.0.0') makedepends=('intltool' 'perl-xml-parser' 'deskbar-applet') groups=('gnome-extra') conflicts=('tracker-search-tool') From bouleetbil at frogdev.info Mon Oct 18 12:29:16 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 12:29:16 +0200 (CEST) Subject: [Frugalware-git] bouletmp: mono-2.8-4-i686 *delete binary files *fixes missing ARG_MAX Message-ID: <20101018102916.0491D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=4adc1e9a02d8ca9398e0f6b97ba219a1a2ffb07c commit 4adc1e9a02d8ca9398e0f6b97ba219a1a2ffb07c Author: bouleetbil Date: Mon Oct 18 12:30:21 2010 +0000 mono-2.8-4-i686 *delete binary files *fixes missing ARG_MAX diff --git a/source/devel/mono/FrugalBuild b/source/devel/mono/FrugalBuild index bdccbd2..4f69bf3 100644 --- a/source/devel/mono/FrugalBuild +++ b/source/devel/mono/FrugalBuild @@ -3,7 +3,7 @@ pkgname=mono pkgver=2.8 -pkgrel=3 +pkgrel=4 pkgdesc="Mono runtime and class libraries, a C# compiler/interpreter" url="http://www.mono-project.com/" depends=('glib2' 'zlib') @@ -34,8 +34,12 @@ subarchs=('i686 x86_64 ppc') build() { unset MAKEFLAGS Fcd + # Remove prebuilt binaries + rm -rf mcs/class/lib/monolite/* || Fdie + sed -i "61a #define ARG_MAX _POSIX_ARG_MAX" mono/io-layer/wapi_glob.h || Fdie Fpatchall Fmonoexport + Fautoreconf Fmake Fmakeinstall Fmonocleanup From elentir at frugalware.org Mon Oct 18 12:56:53 2010 From: elentir at frugalware.org (Elentir) Date: Mon, 18 Oct 2010 12:56:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: r-2.12.0-1-i686 Message-ID: <20101018105653.09A4C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4d222ea83a9cb247d33b4d8f311568b00d2bb708 commit 4d222ea83a9cb247d33b4d8f311568b00d2bb708 Author: Elentir Date: Mon Oct 18 12:46:37 2010 +0200 r-2.12.0-1-i686 * version bump diff --git a/source/xapps-extra/r/FrugalBuild b/source/xapps-extra/r/FrugalBuild index 3dcbe6f..0a925b8 100644 --- a/source/xapps-extra/r/FrugalBuild +++ b/source/xapps-extra/r/FrugalBuild @@ -1,8 +1,8 @@ # Compiling Time: 2.56 SBU -# Maintainer: Elentir +# Maintainer: Elentir pkgname=r -pkgver=2.11.1 +pkgver=2.12.0 pkgrel=1 pkgdesc="R is a language and environment for statistical computing and graphics." url="http://www.r-project.org" @@ -13,7 +13,7 @@ archs=('i686' 'x86_64') _F_archive_name="R" source=("http://cran.r-project.org/src/base/R-2/$_F_archive_name-$pkgver.tar.gz") up2date="Flasttar http://cran.r-project.org/src/base/R-2/" -sha1sums=('0b36780627f3cc5cea3f41e0b717ed7ee92ba086') +sha1sums=('07b90a728e36585742603beccdee30b6864ef5af') Fconfopts="--libdir=/usr/lib --enable-R-shlib --enable-R-static-lib" unset MAKEFLAGS From vmiklos at frugalware.org Mon Oct 18 13:14:01 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 18 Oct 2010 13:14:01 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: omniorb-4.1.4-1-i686 Message-ID: <20101018111401.0B213132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ab460c008a0caa6ae2e10c5d481a900ca9d2912b commit ab460c008a0caa6ae2e10c5d481a900ca9d2912b Author: Miklos Vajna Date: Sat Oct 16 01:48:44 2010 +0200 omniorb-4.1.4-1-i686 - new package diff --git a/source/lib-extra/omniorb/FrugalBuild b/source/lib-extra/omniorb/FrugalBuild new file mode 100644 index 0000000..4f33b47 --- /dev/null +++ b/source/lib-extra/omniorb/FrugalBuild @@ -0,0 +1,16 @@ +# Compiling Time: 5.02 SBU +# Maintainer: Miklos Vajna + +pkgname=omniorb +pkgver=4.1.4 +pkgrel=1 +pkgdesc="Free High Performance ORB" +_F_archive_grepv="[0-9]\{3\}" # 305 would be greater than 4.1.4 +_F_sourceforge_name=omniORB +Finclude sourceforge +depends=('libstdc++' 'python>=2.7') +groups=('lib-extra') +archs=('i686') +sha1sums=('7150d999bcef10c6c3cb24725386497c3f338aa1') + +# optimization OK From vmiklos at frugalware.org Mon Oct 18 13:14:05 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 18 Oct 2010 13:14:05 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: docs/authors: update Message-ID: <20101018111405.37EC5132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fa1dc04539cd894af8003ec0cecfaa49b0c89aff commit fa1dc04539cd894af8003ec0cecfaa49b0c89aff Author: Miklos Vajna Date: Mon Oct 18 00:34:09 2010 +0200 docs/authors: update - Alex is no longer active - Add entry for fwife diff --git a/docs/xml/authors.xml b/docs/xml/authors.xml index af2dd40..5272d97 100644 --- a/docs/xml/authors.xml +++ b/docs/xml/authors.xml @@ -23,7 +23,7 @@ the list will be sorted automatically, so you no longer need to care about the o Albar, Boris elentir elentir at mailoo.org - Package maintainer + Graphical installer active @@ -223,8 +223,8 @@ the list will be sorted automatically, so you no longer need to care about the o alex at alex-smith.me.uk Package maintainer from December 2005 to September 2007 GNOME co-maintainer from September 2006 to September 2007 - Website/Wiki maintainer - active + Website/Wiki maintainer from October 2007 to December 2007 + former Dvornik, L??szl?? From kikadf.01 at gmail.com Mon Oct 18 13:30:08 2010 From: kikadf.01 at gmail.com (kikadf) Date: Mon, 18 Oct 2010 13:30:08 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: Version bump: deadbeef-0.4.2 Message-ID: <20101018113008.B2B91132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=da771ff22576223b7f164059069a51cdc3c9d0e3 commit da771ff22576223b7f164059069a51cdc3c9d0e3 Author: kikadf Date: Mon Oct 18 13:27:36 2010 +0200 Version bump: deadbeef-0.4.2 diff --git a/source/xmultimedia-extra/deadbeef/FrugalBuild b/source/xmultimedia-extra/deadbeef/FrugalBuild index 266d75a..6b01179 100644 --- a/source/xmultimedia-extra/deadbeef/FrugalBuild +++ b/source/xmultimedia-extra/deadbeef/FrugalBuild @@ -1,13 +1,13 @@ -# Compiling Time: 1.59 SBU +# Compiling Time: 0.36 SBU # Maintainer: kikadf pkgname=deadbeef -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=1 pkgdesc="DeaDBeeF is an audio player for GNU/Linux systems with X11 written in C and C++." _F_sourceforge_ext=".tar.bz2" depends=('gtk+2' 'libsamplerate') -makedepends=('curl>=7.10' 'libmad' 'wavpack' 'libcdio' 'ffmpeg' 'libnotify') +makedepends=('curl>=7.10' 'libmad' 'wavpack' 'libcdio' 'ffmpeg' 'libnotify' 'intltool' 'libmms') Finclude sourceforge groups=('xmultimedia-extra') archs=('i686' 'x86_64') @@ -15,7 +15,7 @@ options=('scriptlet') _F_gnome_iconcache="y" Finclude gnome-scriptlet Fconfopts="$Fconfopts --disable-pulse" -sha1sums=('29bbab3be46d0d6d71ec0dbaab6d772c3412e70f') +sha1sums=('f4289eca92fc06a15ca87a7108682c7a7a89686e') # optimization OK From kikadf.01 at gmail.com Mon Oct 18 13:33:58 2010 From: kikadf.01 at gmail.com (kikadf) Date: Mon, 18 Oct 2010 13:33:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: New Package: xvst-2.4.1 Message-ID: <20101018113358.A6376132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=033644a057dc23e12687c0151a128d6caa39e2fe commit 033644a057dc23e12687c0151a128d6caa39e2fe Author: kikadf Date: Mon Oct 18 13:31:34 2010 +0200 New Package: xvst-2.4.1 diff --git a/source/xmultimedia-extra/xvst/FrugalBuild b/source/xmultimedia-extra/xvst/FrugalBuild new file mode 100644 index 0000000..9259eba --- /dev/null +++ b/source/xmultimedia-extra/xvst/FrugalBuild @@ -0,0 +1,37 @@ +# Compiling Time: 0.21 SBU +# Maintainer: kikadf + +pkgname=xvst +pkgver=2.4.1 +_pkgver=${pkgver//./_} +pkgrel=1 +pkgdesc="xVideoServiceThief is a tool for downloading your favourite video clips from a lot of video websites." +url="http://xviservicethief.sourceforge.net/" +_F_cd_path="/" +_F_desktop_name="xVideoServiceThief" +_F_desktop_icon="InformationLogo.png" +_F_desktop_categories="Network;" +depends=('qt4' 'ffmpeg') +Finclude sourceforge +groups=('xmultimedia-extra') +archs=('i686' 'x86_64') +source=(http://downloads.sourceforge.net/project/xviservicethief/Source%20Code/$pkgver%20src/xVST_"$_pkgver"_src.zip) +up2date="lynx --dump $url | grep 'xVideoServiceThief' | head -1 | tr '!' ' ' | cut -d 'x' -f 2 | cut -d ' ' -f 2" +sha1sums=('97bb364fc2cae2ca44eb3e9b19cc5f25b9818658') + +build() +{ + Fcd + Fexec qmake -set build_mode dynamic_build + Fexec qmake + Fmake + Fexe bin/xvst /usr/bin/xvst + Ffile /resources/services/*/*.js /usr/share/$pkgname/plugins + Ffile /resources/translations/*.ts /usr/share/$pkgname/languages + Ffile /resources/translations/definitions/*.language /usr/share/$pkgname/languages + Ficon /resources/images/InformationLogo.png + Fdesktop2 +} + + +# optimization OK From vmiklos at frugalware.org Mon Oct 18 17:19:40 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 18 Oct 2010 17:19:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mdds-0.3.1-1-i686 Message-ID: <20101018151940.1B2C3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=838b13d43ce464a0a6319f8214ee47609a6c27ac commit 838b13d43ce464a0a6319f8214ee47609a6c27ac Author: Miklos Vajna Date: Mon Oct 18 13:39:38 2010 +0200 mdds-0.3.1-1-i686 - version bump diff --git a/source/devel-extra/mdds/FrugalBuild b/source/devel-extra/mdds/FrugalBuild index 645f042..a639fe3 100644 --- a/source/devel-extra/mdds/FrugalBuild +++ b/source/devel-extra/mdds/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=mdds -pkgver=0.3.0 +pkgver=0.3.1 pkgrel=1 pkgdesc="A collection of multi-dimensional data structure and indexing algorithm." _F_googlecode_ext=".tar.bz2" @@ -13,16 +13,12 @@ depends=() makedepends=('boost' 'valgrind') groups=('devel-extra') archs=('i686' 'x86_64' 'ppc') -sha1sums=('3a1d839b9a36287074c3724fa16ac1e04d343fbe') +sha1sums=('7d085a9f8771c9e2ee1fd382481014683d2c145f') build() { - Fsed rectangle-set_test rectangle_set_test Makefile - Fmake - for i in $(grep ^test.*: Makefile|sed 's/:.*//') - do - Fexec make $i || return 1 - done - Fmkdir /usr/include - cp -a inc/mdds $Fdestdir/usr/include || return 1 + Fmake --prefix=$Fdestdir/$Fprefix + make check || return 1 + Fmakeinstall + Fmv /usr/share/doc/packages/mdds-devel /usr/share/doc/mdds-$pkgver } From vmiklos at frugalware.org Mon Oct 18 17:19:40 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 18 Oct 2010 17:19:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: openjdk-6-4-i686 Message-ID: <20101018151940.BF406132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=05a31a7300a90f9bb9e01a46a110b7ccf7d2fe9d commit 05a31a7300a90f9bb9e01a46a110b7ccf7d2fe9d Author: Miklos Vajna Date: Mon Oct 18 17:01:25 2010 +0200 openjdk-6-4-i686 - version bump diff --git a/source/devel-extra/openjdk/FrugalBuild b/source/devel-extra/openjdk/FrugalBuild index e330869..3642aa9 100644 --- a/source/devel-extra/openjdk/FrugalBuild +++ b/source/devel-extra/openjdk/FrugalBuild @@ -4,9 +4,9 @@ pkgname=openjdk pkgver=6 build=20 -icedteaver=1.9 +icedteaver=1.9.1 javaver="$pkgver-openjdk" -pkgrel=3 +pkgrel=4 pkgdesc="Open-source Java Development Kit implementation." url="http://openjdk.java.net/" depends=('libx11') @@ -27,7 +27,7 @@ source=(http://icedtea.classpath.org/download/source/icedtea6-$icedteaver.tar.gz https://jax-ws.dev.java.net/files/documents/4202/150725/jdk6-jaf-b20.zip \ https://jax-ws.dev.java.net/files/documents/4202/150724/jdk6-jaxws-b20.zip \ openj{dk,re}.sh) -sha1sums=('b5201055a2ac9e6beb991a50e7bf60c0ee2433f2' \ +sha1sums=('d0ff8b854fd0cd8d7ce7ba01f96d25a4428016e6' \ '39fc162a740f16aa18afa855fea9d5daf8cf03d4' \ '688531dfcd81ef704732ffef7d467045fd850544' \ '69a54373e169bd7b04a45de6a310a199260424b9' \ From elentir at frugalware.org Mon Oct 18 17:50:15 2010 From: elentir at frugalware.org (Elentir) Date: Mon, 18 Oct 2010 17:50:15 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: cgal-3.7-1-i686 Message-ID: <20101018155015.A5882132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e121cb383aaf7f43f440094c782ef2bab216cad1 commit e121cb383aaf7f43f440094c782ef2bab216cad1 Author: Elentir Date: Mon Oct 18 17:40:12 2010 +0200 cgal-3.7-1-i686 * version bump diff --git a/source/lib-extra/cgal/FrugalBuild b/source/lib-extra/cgal/FrugalBuild index 927a10c..0fde020 100644 --- a/source/lib-extra/cgal/FrugalBuild +++ b/source/lib-extra/cgal/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: Elentir pkgname=cgal -pkgver=3.6.1 -rel_id=27224 +pkgver=3.7 +rel_id=27640 pkgrel=1 pkgdesc="An efficient C++ software library of geometric data structures and algorithms" url="http://www.cgal.org/" -depends=('gmp' 'mpfr' 'boost' 'libboost-mt' 'zlib') -makedepends=('cmake') +depends=('mpfr' 'libboost-mt') +makedepends=('cmake' 'boost') groups=('lib-extra') archs=('i686' 'x86_64') _F_archive_name="CGAL" @@ -18,7 +18,7 @@ Finclude cmake source=("http://gforge.inria.fr/frs/download.php/$rel_id/$_F_archive_name-$pkgver.tar.xz") _F_archive_grepv="beta" up2date="lynx -dump http://www.cgal.org/releases.html | grep '^Release [0-9.]*$' | sort | tail -1 | sed 's/Release //'" -sha1sums=('d2dafdfbb965b091c24be93decc593373e59c9c1') +sha1sums=('5d3ab3d98495d4833f0e1211663df328649ab58e') build() { Fcd From devil505linux at gmail.com Mon Oct 18 18:11:33 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 18:11:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: puddletag-0.9.6-1-i686 Message-ID: <20101018161133.30083132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7bbcf18aaef6de8bd7d0a235ac69f13757072bbe commit 7bbcf18aaef6de8bd7d0a235ac69f13757072bbe Author: Melko Date: Sat Oct 16 10:25:39 2010 +0200 puddletag-0.9.6-1-i686 * new package diff --git a/source/xapps-extra/puddletag/FrugalBuild b/source/xapps-extra/puddletag/FrugalBuild new file mode 100644 index 0000000..b497e83 --- /dev/null +++ b/source/xapps-extra/puddletag/FrugalBuild @@ -0,0 +1,15 @@ +# Compiling Time: 0.0 SBU +# Contributor: Melko +# Maintainer: Devil505 + +pkgname=puddletag +pkgver=0.9.6 +pkgrel=1 +pkgdesc="simple and powerful audio tag editor" +archs=('i686' 'x86_64') +depends=('pyqt4>=4.5' 'pyparsing>=1.5.1' 'mutagen>=1.14' 'configobj' 'python-musicbrainz2') +groups=('xapps-extra') +Finclude sourceforge +sha1sums=('023834b20d353da20ab772a6ac18e9268f0163c9') + +# optimization ok From devil505linux at gmail.com Mon Oct 18 18:28:37 2010 From: devil505linux at gmail.com (Devil505) Date: Mon, 18 Oct 2010 18:28:37 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * french translation of latest news Message-ID: <20101018162837.1B3F4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=632a8171e5c12aa3f41e2c81a3ae8216425df9f1 commit 632a8171e5c12aa3f41e2c81a3ae8216425df9f1 Author: Devil505 Date: Mon Oct 18 18:28:24 2010 +0200 * french translation of latest news diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml index dc3cb88..9e99de1 100644 --- a/frugalware/xml/news_fr.xml +++ b/frugalware/xml/news_fr.xml @@ -21,6 +21,89 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + + 186 + Frugalware 1.4pre1 (Nexon) released + Mon, 18 Oct 2010 00:23:24 +0200 + Miklos Vajna + 0 + +

Une liste des principales am??liorations et changements depuis la version 1.3:
+

    +
  • teTeX a ??t?? remplac??e par TeX Live.
  • +
  • Le plugin Java par d??faut du navigateur est maintenant OpenJRE et non plus le plugin propri??taire de Sun.
  • +
  • Cette version comporte maintenant GNOME 2.32.
  • +
  • Python a ??t?? mis ?? jour vers la version 2.7.
  • +
  • Environ 1000 paquets on ??t?? mis ?? jour.
  • +
  • Il y a plus de 100 nouveau paquets.
  • +
+ R??f??rez-vous au ChangeLog Nexon pour plus d'informations.
+ T??l??chargez pour l'architecture i686: regardez notre liste de miroirs. N'oubliez pas de v??rifier l'integrit?? de l'image d'installation avant de graver!
+ NOTE: Clicquez ici pour savoir quel m??dia vous aurez besoin pour l'installation.
+ ]]> +
+
+ + 185 + Frugalware Newsletter 72 + Thu, 14 Oct 2010 22:10:14 +1000 + phayz + 0 + + Au programme : +
    +
  • kikadf est officiellement d??veloppeur Frugalware
  • +
  • Botchchikii soumet plus de FrugalBuilds
  • +
  • Trucs et astuces - Ajouter un d??p??t perso ?? la configuration de pacman-g2
  • +
  • D??tails sur un(des) paquet(s) - QTM et cclive
  • +
+ Vous pouvez la consulter ici. Nous esp??rons que vous l'appr??cierez ! + ]]> +
+
+ + 184 + Frugalware Newsletter 71 + Thu, 23 Sep 2010 22:38:56 +1000 + phayz + 0 + + Au programme : + Features of this issue include: +
    +
  • Frugalware 1.4 aura la nom de code 'Nexon'
  • +
  • Helicon est en vie ?? nouveau!
  • +
  • Botchchikii fait son premier Frugalbuild
  • +
  • Pingax d??livre en plus de FrugalBuilds
  • +
  • Trucs et astuces - tar et xz
  • +
+ Vous pouvez la consulter ici. Nous esp??rons que vous l'appr??cierez ! + ]]> +
+
+ + 184 + Frugalware Newsletter 70 + Tue, 07 Sep 2010 23:06:37 +1000 + phayz + 0 + + Au programme : +
    +
  • Frugalware 1.3 est sortie
  • +
  • bouleetbil - y'en a t'il qu'un?
  • +
  • Nouveau contributeur - Xarkam
  • +
  • Comment faire une demande de fonctionnalit??
  • +
  • D??tails sur un(des) paquet(s) - Talika et etckeeper
  • +
+ Vous pouvez la consulter ici. Nous esp??rons que vous l'appr??cierez ! + ]]> +
+
183 Locris: Fin de Vie @@ -4000,6 +4083,7 @@ ab191be15a05e42c87218048f55900fcde476b10 frugalware-0.6pre2-i686-net.iso
  • Added PHP documentation for 23 languages.
  • +
  • Updates:
    • Linux 2.6.18 with a much improved SATA layer and a few new drivers
    • From elentir at frugalware.org Mon Oct 18 18:36:52 2010 From: elentir at frugalware.org (Elentir) Date: Mon, 18 Oct 2010 18:36:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: coq-8.3-1-i686 Message-ID: <20101018163652.4FF8F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c491d35277ebc15e29eb0ec8c76cfe9dea63e448 commit c491d35277ebc15e29eb0ec8c76cfe9dea63e448 Author: Elentir Date: Mon Oct 18 18:24:59 2010 +0200 coq-8.3-1-i686 * version bump * fix depends * add coq-make-3.82.patch diff --git a/source/xapps-extra/coq/FrugalBuild b/source/xapps-extra/coq/FrugalBuild index f68723a..a50dc6c 100644 --- a/source/xapps-extra/coq/FrugalBuild +++ b/source/xapps-extra/coq/FrugalBuild @@ -2,23 +2,24 @@ # Maintainer: Elentir pkgname=coq -pkgver=8.2pl2 -pkgrel=2 +pkgver=8.3 +pkgrel=1 pkgdesc="Coq is a formal proof management system" url="http://coq.inria.fr/" -source=("$url/distrib/V$pkgver/files/$pkgname-$pkgver.tar.gz") -depends=('gtk+2') +source=("$url/distrib/V$pkgver/files/$pkgname-$pkgver.tar.gz" coq-make-3.82.patch) +depends=('gtk+2-libs' 'gdk-pixbuf2') makedepends=('ocaml>=3.11.1' 'lablgtk2' 'camlp5') options=('scriptlet' 'nostrip') groups=('xapps-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/download" -Fconfopts="--prefix /usr --reals all --coqide opt" +Fconfopts="--prefix /usr --mandir /usr/share/man --coqide opt" _F_desktop_name="Coqide" _F_desktop_exec="coqide" _F_desktop_categories="Science;Math;" _F_desktop_icon="$pkgname.png" -sha1sums=('97e1f3d458845cb2934fa0573521fa517994295a') +sha1sums=('6c6472b6a41429e78d979eacd8ff58bd6f6c9da4' \ + '731f8de646ffb38f390b31ff2b5ba558e3b02f90') build() { unset MAKEFLAGS diff --git a/source/xapps-extra/coq/coq-make-3.82.patch b/source/xapps-extra/coq/coq-make-3.82.patch new file mode 100644 index 0000000..1edac20 --- /dev/null +++ b/source/xapps-extra/coq/coq-make-3.82.patch @@ -0,0 +1,54 @@ +diff -Naur coq-8.3/Makefile coq-8.3/Makefile +--- coq-8.3/Makefile 2010-10-13 21:53:28.000000000 +0200 ++++ coq-8.3/Makefile 2010-10-18 13:29:41.384000036 +0200 +@@ -160,9 +160,15 @@ + stage1 $(STAGE1_TARGETS) : always + $(call stage-template,1) + ++$(STAGE1_TARGETS_IMPLICIT) : always ++ $(call stage-template,1) ++ + stage2 $(STAGE2_TARGETS) : stage1 + $(call stage-template,2) + ++$(STAGE2_TARGETS_IMPLICIT) : stage1 ++ $(call stage-template,2) ++ + # Nota: + # - world is one of the targets in $(STAGE2_TARGETS), hence launching + # "make" or "make world" leads to recursion into stage1 then stage2 +diff -Naur coq-8.3/Makefile.common coq-8.3/Makefile.common +--- coq-8.3/Makefile.common 2010-06-23 15:17:17.000000000 +0200 ++++ coq-8.3/Makefile.common 2010-10-18 13:31:29.767000038 +0200 +@@ -374,10 +374,12 @@ + STAGE1_TARGETS:= $(STAGE1) $(COQDEPBOOT) \ + $(GENFILES) \ + source-doc revision toplevel/mltop.byteml toplevel/mltop.optml \ +- $(STAGE1_ML4:.ml4=.ml4-preprocessed) %.o ++ $(STAGE1_ML4:.ml4=.ml4-preprocessed) ++ ++STAGE1_TARGETS_IMPLICIT:=%.o + + ifdef CM_STAGE1 +- STAGE1_TARGETS+=$(CAML_OBJECT_PATTERNS) ++ STAGE1_TARGETS_IMPLICIT+=$(CAML_OBJECT_PATTERNS) + endif + + ## Enumeration of targets that require being done at stage2 +@@ -402,12 +404,13 @@ + printers debug initplugins plugins \ + world install coqide coqide-files coq coqlib \ + coqlight states check init theories theories-light \ +- $(DOC_TARGETS) $(VO_TARGETS) validate \ +- %.vo %.glob states/% install-% %.ml4-preprocessed \ ++ $(DOC_TARGETS) $(VO_TARGETS) validate ++ ++STAGE2_TARGETS_IMPLICIT:=%.vo %.glob states/% install-% %.ml4-preprocessed \ + $(DOC_TARGET_PATTERNS) + + ifndef CM_STAGE1 +- STAGE2_TARGETS+=$(CAML_OBJECT_PATTERNS) ++ STAGE2_TARGETS_IMPLICIT+=$(CAML_OBJECT_PATTERNS) + endif + + From vmiklos at frugalware.org Mon Oct 18 19:21:40 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 18 Oct 2010 19:21:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: qemu-0.13.0-1-i686 Message-ID: <20101018172140.BD31C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=280a8bb22f667ad596d1c97c576612798dcd9f86 commit 280a8bb22f667ad596d1c97c576612798dcd9f86 Author: Miklos Vajna Date: Mon Oct 18 18:44:00 2010 +0200 qemu-0.13.0-1-i686 - version bump diff --git a/source/xapps-extra/qemu/FrugalBuild b/source/xapps-extra/qemu/FrugalBuild index ed65ef3..9fdb54a 100644 --- a/source/xapps-extra/qemu/FrugalBuild +++ b/source/xapps-extra/qemu/FrugalBuild @@ -4,7 +4,7 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=qemu -pkgver=0.12.5 +pkgver=0.13.0 Fuse $USE_DEVEL && pkgver=svn6369 pkgrel=1 Fuse $USE_DEVEL && pkgrel=1 @@ -20,7 +20,7 @@ up2date="Flasttar http://download.savannah.gnu.org/releases/qemu" source=(http://download.savannah.gnu.org/releases/qemu/qemu-$pkgver.tar.gz \ rc.qemu rc.qemu-hu.po \ rc.qemu-system qemu-system README.Frugalware) -sha1sums=('596a673f3a6697ea8fd90f4f23981241cc13bdc3' \ +sha1sums=('250bba1fdb505a787c48331b6b02f54282edfc76' \ '563c18fe297f1e79b0172e3b426310ac5fbf1a83' \ 'ce31601e5712057938227923d4a9adf16eeb36e7' \ 'd7098b739aa58a004dc61e8e4124751aefad47b3' \ From vmiklos at frugalware.org Mon Oct 18 19:21:40 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 18 Oct 2010 19:21:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: swig-2.0.1-1-i686 Message-ID: <20101018172140.D330D132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=db77f8a9136efe4e6faf2542b431f70d680f4c25 commit db77f8a9136efe4e6faf2542b431f70d680f4c25 Author: Miklos Vajna Date: Mon Oct 18 18:45:31 2010 +0200 swig-2.0.1-1-i686 - version bump diff --git a/source/devel-extra/swig/FrugalBuild b/source/devel-extra/swig/FrugalBuild index 720af6c..b045b3f 100644 --- a/source/devel-extra/swig/FrugalBuild +++ b/source/devel-extra/swig/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Miklos Nemeth pkgname=swig -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=1 pkgdesc="SWIG interface compiler" archs=('i686' 'x86_64' 'ppc') @@ -12,6 +12,6 @@ groups=('devel-extra') Finclude sourceforge url="http://www.swig.org" up2date="lynx -dump http://www.swig.org/download.html|grep -m1 '.tar.gz'|sed 's/.*-\(.*\).t.*/\1/'" -sha1sums=('60faa84a326e5aa8a94f290e9debed4551c1b1e7') +sha1sums=('da5a1e396597be683a62d349d71802c33fb0f644') # optimization OK From vmiklos at frugalware.org Mon Oct 18 19:21:41 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 18 Oct 2010 19:21:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: j2sdk-6-25-i686 Message-ID: <20101018172141.29C4E132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=332532abc1a38b513fdc6c830bca0eddba56f19e commit 332532abc1a38b513fdc6c830bca0eddba56f19e Author: Miklos Vajna Date: Mon Oct 18 19:14:33 2010 +0200 j2sdk-6-25-i686 - bump to u22 diff --git a/source/devel-extra/j2sdk/FrugalBuild b/source/devel-extra/j2sdk/FrugalBuild index 12e3868..f9a14c5 100644 --- a/source/devel-extra/j2sdk/FrugalBuild +++ b/source/devel-extra/j2sdk/FrugalBuild @@ -3,9 +3,9 @@ pkgname=j2sdk pkgver=6 -update=21 +update=22 realver=${pkgver}u$update -pkgrel=24 +pkgrel=25 pkgdesc="Sun's java development kit" url="http://java.sun.com/j2se/downloads.html" rodepends=('j2re') @@ -16,11 +16,11 @@ up2date="Fwcat https://jdk-distros.dev.java.net/developer.html|lynx -dump -stdin if [ "$CARCH" == "i686" ]; then _arch="i586" _parch="i386" - sha1sums=('7ed1d64dca5f1b3bdf2031b08c56f79a51b16929') + sha1sums=('a7b0a8f47aa5a35a48271f8013418c72b1bf1cac') elif [ "$CARCH" == "x86_64" ]; then _arch="amd64" _parch="$arch" - sha1sums=('daa6a31e3e3bac4d3ce7fdea6f063ea1a26ce855') + sha1sums=('123c494193a1de178dcfa06a601c544794fb6132') fi source=(http://dlc.sun.com/dlj/binaries/jdk-$realver-dlj-linux-$_arch.bin \ https://jdk-distros.dev.java.net/source/browse/*checkout*/jdk-distros/trunk/utils/construct.sh \ From vmiklos at frugalware.org Mon Oct 18 19:21:41 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 18 Oct 2010 19:21:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: coreutils-8.6-1-i686 Message-ID: <20101018172141.31898132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4280004fab487406b0f0901498fdface102121c5 commit 4280004fab487406b0f0901498fdface102121c5 Author: Miklos Vajna Date: Mon Oct 18 19:20:30 2010 +0200 coreutils-8.6-1-i686 - version bump diff --git a/source/base/coreutils/FrugalBuild b/source/base/coreutils/FrugalBuild index 636d39d..8927f07 100644 --- a/source/base/coreutils/FrugalBuild +++ b/source/base/coreutils/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=coreutils -pkgver=8.5 +pkgver=8.6 pkgrel=1 pkgdesc="These are the GNU core utilities, the basic command line programs" url="http://www.gnu.org/software/coreutils" From bouleetbil at frogdev.info Mon Oct 18 21:38:59 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 21:38:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: coreutils-emul-8.6_1-1-x86_64 Message-ID: <20101018193859.4368D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c741cb2cdf0feb42d38130fdf6e299a66341fa6c commit c741cb2cdf0feb42d38130fdf6e299a66341fa6c Author: bouleetbil Date: Mon Oct 18 21:36:13 2010 +0200 coreutils-emul-8.6_1-1-x86_64 version bump diff --git a/source/emul-extra/coreutils-emul/FrugalBuild b/source/emul-extra/coreutils-emul/FrugalBuild index 40a8774..273f0e0 100644 --- a/source/emul-extra/coreutils-emul/FrugalBuild +++ b/source/emul-extra/coreutils-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=coreutils-emul -pkgver=8.5_1 +pkgver=8.6_1 pkgrel=1 pkgdesc="These are the GNU core utilities, the basic command line programs for emulation of i686 on x86_64" url="http://www.gnu.org/software/coreutils" @@ -10,4 +10,4 @@ depends=('glibc-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('e448f4851acbf16595a944b4ee73648eb7bd670f') +sha1sums=('3c877721ae0204d266b10e2857dfc2f1973928f1') From bouleetbil at frogdev.info Mon Oct 18 21:40:45 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 21:40:45 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bash-emul-4.1_009_1-1-x86_64 Message-ID: <20101018194045.39AA3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=793bfffb2839d52b7f9f72e60dfc901e5357137e commit 793bfffb2839d52b7f9f72e60dfc901e5357137e Author: bouleetbil Date: Mon Oct 18 21:38:54 2010 +0200 bash-emul-4.1_009_1-1-x86_64 version bump diff --git a/source/emul-extra/bash-emul/FrugalBuild b/source/emul-extra/bash-emul/FrugalBuild index 3260e76..9b8db0f 100644 --- a/source/emul-extra/bash-emul/FrugalBuild +++ b/source/emul-extra/bash-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=bash-emul -pkgver=4.1_007_1 +pkgver=4.1_009_1 pkgrel=1 pkgdesc="The GNU Bourne Again shell for emulation of i686 on x86_64" url="http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html" @@ -10,4 +10,4 @@ rodepends=('glibc-emul' 'readline-emul') groups=('emul-extra') Finclude emul archs=('!i686' 'x86_64') -sha1sums=('baaed2dd215c9005eb86f15875673aa3792660ae') +sha1sums=('00b60ec517869c9c9e906db72aa9d949db02b490') From bouleetbil at frogdev.info Mon Oct 18 21:42:26 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 21:42:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pango-emul-1.28.1_3-1-x86_64 Message-ID: <20101018194226.E02B4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d4b411a0150cc09384c8bf567b50e904e58e44ab commit d4b411a0150cc09384c8bf567b50e904e58e44ab Author: bouleetbil Date: Mon Oct 18 21:40:56 2010 +0200 pango-emul-1.28.1_3-1-x86_64 version bump diff --git a/source/emul-extra/pango-emul/FrugalBuild b/source/emul-extra/pango-emul/FrugalBuild index e220aa0..b9112d4 100644 --- a/source/emul-extra/pango-emul/FrugalBuild +++ b/source/emul-extra/pango-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=pango-emul -pkgver=1.28.1_1 +pkgver=1.28.1_3 pkgrel=1 pkgdesc="A library for layout and rendering of text (32bit emul)" url="http://www.gtk.org" @@ -10,4 +10,4 @@ depends=('cairo-emul' 'libxft-emul' 'glib2-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('1034637190715518be3d1477e0f17ca0c2c926bf') +sha1sums=('62057f79afa35c6b9ab8e275cc1a1fb987fab13c') From bouleetbil at frogdev.info Mon Oct 18 21:44:43 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 21:44:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: glib2-emul-2.26.0_1-1-x86_64 Message-ID: <20101018194443.3849C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=640483e96ffe6e64d251569db765c86716c67849 commit 640483e96ffe6e64d251569db765c86716c67849 Author: bouleetbil Date: Mon Oct 18 21:42:28 2010 +0200 glib2-emul-2.26.0_1-1-x86_64 version bump diff --git a/source/emul-extra/glib2-emul/FrugalBuild b/source/emul-extra/glib2-emul/FrugalBuild index 88c951d..09ed3e9 100644 --- a/source/emul-extra/glib2-emul/FrugalBuild +++ b/source/emul-extra/glib2-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=glib2-emul -pkgver=2.24.2_1 +pkgver=2.26.0_1 pkgrel=1 pkgdesc="Common C routines used by GTK+2 and other libraries" url="http://www.gtk.org" @@ -10,4 +10,4 @@ depends=('glibc-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('fb6d3fb56b3753eadc7d52d34014d9952df8b946') +sha1sums=('c2de5c51d72201c16d1f19f75e91b9e550da7a5a') From bouleetbil at frogdev.info Mon Oct 18 21:52:04 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 21:52:04 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: nvidia-emul-195.36.24_9-1-x86_64 Message-ID: <20101018195204.37386132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8fd4a4721d9e2290d6d3ecbe86365d70bb4d3324 commit 8fd4a4721d9e2290d6d3ecbe86365d70bb4d3324 Author: bouleetbil Date: Mon Oct 18 21:46:34 2010 +0200 nvidia-emul-195.36.24_9-1-x86_64 version bump diff --git a/source/emul-extra/nvidia-emul/FrugalBuild b/source/emul-extra/nvidia-emul/FrugalBuild index 02720af..70fe106 100644 --- a/source/emul-extra/nvidia-emul/FrugalBuild +++ b/source/emul-extra/nvidia-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=nvidia-emul -pkgver=195.36.24_7 +pkgver=195.36.24_9 pkgrel=1 pkgdesc="3d accelerated display driver for Nvidia cards (32bit emul)" url="http://www.nvidia.com" @@ -12,4 +12,4 @@ provides=('libgl-emul' 'libglx-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('40926e07c23f76d2fa7bcd49d7cbd795be14d862') +sha1sums=('e3c203b37aa91b2105634c244d154e9a9baa7c31') From bouleetbil at frogdev.info Mon Oct 18 21:54:25 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 21:54:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libtiff-emul-3.9.4_1-1-x86_64 Message-ID: <20101018195425.DAE56132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bcd98f3483086612289e3f4257a87b685c646ba3 commit bcd98f3483086612289e3f4257a87b685c646ba3 Author: bouleetbil Date: Mon Oct 18 21:52:16 2010 +0200 libtiff-emul-3.9.4_1-1-x86_64 version bump diff --git a/source/emul-extra/libtiff-emul/FrugalBuild b/source/emul-extra/libtiff-emul/FrugalBuild index 669a89b..d0ab9c5 100644 --- a/source/emul-extra/libtiff-emul/FrugalBuild +++ b/source/emul-extra/libtiff-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=libtiff-emul -pkgver=3.9.2_1 +pkgver=3.9.4_1 pkgrel=1 pkgdesc="Xorg TIFF libraries for emulation of i686 on x86_64" url="http://www.gnu.org/software/tar/tar.html" @@ -10,4 +10,4 @@ depends=('glibc-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('44ea7852f8cabf7c7f03a1137fb8fa5b89170a51') +sha1sums=('ec4a4baf7047f0e6810a5a9d6dddbbb37a316338') From bouleetbil at frogdev.info Mon Oct 18 21:56:53 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 21:56:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gtk+2-engines-emul-2.20.2_1-1-x86_64 Message-ID: <20101018195653.E325A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1a8afdabc970579819c685c7969457492348640e commit 1a8afdabc970579819c685c7969457492348640e Author: bouleetbil Date: Mon Oct 18 21:55:24 2010 +0200 gtk+2-engines-emul-2.20.2_1-1-x86_64 version bump diff --git a/source/emul-extra/gtk+2-engines-emul/FrugalBuild b/source/emul-extra/gtk+2-engines-emul/FrugalBuild index 90e6626..58eff52 100644 --- a/source/emul-extra/gtk+2-engines-emul/FrugalBuild +++ b/source/emul-extra/gtk+2-engines-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=gtk+2-engines-emul -pkgver=2.20.1_3 +pkgver=2.20.2_1 pkgrel=1 pkgdesc="Theme engines for GTK+2 (32bit emul)" url="http://www.gnome.org/" @@ -10,4 +10,4 @@ depends=('gtk+2-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('9133562ee2d1090e1656142e26daf4bc576e4582') +sha1sums=('7b9acc94cb179b01301860187f27f05e7ca22d1a') From bouleetbil at frogdev.info Mon Oct 18 22:00:07 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 22:00:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gtk+2-emul-2.22.0_4-1-x86_64 Message-ID: <20101018200007.823CC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2e5af8d410bedb6f46ea28fbeed345e523fdc667 commit 2e5af8d410bedb6f46ea28fbeed345e523fdc667 Author: bouleetbil Date: Mon Oct 18 21:57:28 2010 +0200 gtk+2-emul-2.22.0_4-1-x86_64 version bump diff --git a/source/emul-extra/gtk+2-emul/FrugalBuild b/source/emul-extra/gtk+2-emul/FrugalBuild index 958f112..9c62d22 100644 --- a/source/emul-extra/gtk+2-emul/FrugalBuild +++ b/source/emul-extra/gtk+2-emul/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=gtk+2-emul -pkgver=2.20.1_3 -pkgrel=2 +pkgver=2.22.0_4 +pkgrel=1 pkgdesc="The GTK+ Toolkit (2.x series) (32bit emul)" url="http://www.gtk.org/" depends=('libtiff-emul' 'atk-emul' 'libxi-emul' 'libxinerama-emul' 'fontconfig-emul' 'libjpeg-emul' \ @@ -12,4 +12,4 @@ depends=('libtiff-emul' 'atk-emul' 'libxi-emul' 'libxinerama-emul' 'fontconfig-e groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('83ce24f098dc9c5db17b653343f69a3f748c4175') +sha1sums=('6f27c2c6446bcfbcb4c08fdac39457331e66f691') From bouleetbil at frogdev.info Mon Oct 18 22:01:41 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 22:01:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gtk+2-tools-emul-2.22.0_4-1-x86_64 Message-ID: <20101018200141.A0C73132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a0ad543b528069002fe223623357a0a92d8732f0 commit a0ad543b528069002fe223623357a0a92d8732f0 Author: bouleetbil Date: Mon Oct 18 22:00:03 2010 +0200 gtk+2-tools-emul-2.22.0_4-1-x86_64 version bump diff --git a/source/emul-extra/gtk+2-tools-emul/FrugalBuild b/source/emul-extra/gtk+2-tools-emul/FrugalBuild index 2fdb865..a41b041 100644 --- a/source/emul-extra/gtk+2-tools-emul/FrugalBuild +++ b/source/emul-extra/gtk+2-tools-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gtk+2-tools-emul -pkgver=2.20.1_3 +pkgver=2.22.0_4 pkgrel=1 pkgdesc="GTK+2 commandline tools. (32bit emul)" url="http://www.gtk.org/" @@ -10,5 +10,5 @@ depends=('gtk+2-libs-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('cb315f7c0473291b010d480153865976b91614db') +sha1sums=('4a24b4e50965e48fe73555f1c0dee791ffb0bdab') From bouleetbil at frogdev.info Mon Oct 18 22:03:32 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 22:03:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: cairo-emul-1.10.0_2-1-x86_64 Message-ID: <20101018200332.19866132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=de231e511e6c8de8cc282221eb33290dffd5ca2e commit de231e511e6c8de8cc282221eb33290dffd5ca2e Author: bouleetbil Date: Mon Oct 18 22:01:38 2010 +0200 cairo-emul-1.10.0_2-1-x86_64 version bump diff --git a/source/emul-extra/cairo-emul/FrugalBuild b/source/emul-extra/cairo-emul/FrugalBuild index ec961c1..fcb6783 100644 --- a/source/emul-extra/cairo-emul/FrugalBuild +++ b/source/emul-extra/cairo-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=cairo-emul -pkgver=1.10.0_1 +pkgver=1.10.0_2 pkgrel=1 pkgdesc="A vector graphics library with cross-device output support (32bit emul)" url="http://cairographics.org" @@ -10,4 +10,4 @@ depends=('glitz-emul' 'libxrender-emul' 'fontconfig-emul' 'libpng-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('f7acfdf01369de0bece623312838033e39af3587') +sha1sums=('d31631441c3a60b5e439a20f431682548b4d1d46') From bouleetbil at frogdev.info Mon Oct 18 22:04:44 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 22:04:44 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: frugalware-emul-1.4pre1_1-1-x86_64 Message-ID: <20101018200444.B207C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bf9f061d03e6539f9845966eeb0e1aad372fd28e commit bf9f061d03e6539f9845966eeb0e1aad372fd28e Author: bouleetbil Date: Mon Oct 18 22:03:06 2010 +0200 frugalware-emul-1.4pre1_1-1-x86_64 version bump diff --git a/source/emul-extra/frugalware-emul/FrugalBuild b/source/emul-extra/frugalware-emul/FrugalBuild index ce501d2..1aa3fc6 100644 --- a/source/emul-extra/frugalware-emul/FrugalBuild +++ b/source/emul-extra/frugalware-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=frugalware-emul -pkgver=1.3_1 +pkgver=1.4pre1_1 pkgrel=1 pkgdesc="Basic Frugalware Linux filesystem package (32 emulation)" url="http://frugalware.org" @@ -22,4 +22,4 @@ build() { ln -s . $Fdestdir/usr/lib/chroot32/usr/X11R6 || Fdie Fmkdir /usr/lib/chroot32/usr/share/fonts/X11 } -sha1sums=('98bf0c92f03410ef67f86161c027816c10ad4b30') +sha1sums=('50893bdab059d78960f55f892e8a4582b051c2cb') From bouleetbil at frogdev.info Mon Oct 18 22:06:58 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 22:06:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gtk+2-libs-emul-2.22.0_4-1-x86_64 Message-ID: <20101018200658.63631132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cd11a2fe0081c4912700f015166f8128fa8c7e50 commit cd11a2fe0081c4912700f015166f8128fa8c7e50 Author: bouleetbil Date: Mon Oct 18 22:04:58 2010 +0200 gtk+2-libs-emul-2.22.0_4-1-x86_64 version bump diff --git a/source/emul-extra/gtk+2-libs-emul/FrugalBuild b/source/emul-extra/gtk+2-libs-emul/FrugalBuild index d40e6b3..1122cc1 100644 --- a/source/emul-extra/gtk+2-libs-emul/FrugalBuild +++ b/source/emul-extra/gtk+2-libs-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gtk+2-libs-emul -pkgver=2.20.1_3 +pkgver=2.22.0_4 pkgrel=1 pkgdesc="GTK+2 core libraries. (32bit emul)" url="http://www.gtk.org/" @@ -12,5 +12,5 @@ depends=('libxinerama-emul' 'libxi-emul' 'libxrandr-emul' \ groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('59a06168e58d33276af341abc07a3d4810b18ce1') +sha1sums=('71ec26ab91a7018f4bb5e6370408ce34950fc497') From bouleetbil at frogdev.info Mon Oct 18 22:08:29 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 22:08:29 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: atk-emul-1.32.0_1-1-x86_64 Message-ID: <20101018200829.7729F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=28a8d1949cd33588d6337078d2e2821536f6d387 commit 28a8d1949cd33588d6337078d2e2821536f6d387 Author: bouleetbil Date: Mon Oct 18 22:06:48 2010 +0200 atk-emul-1.32.0_1-1-x86_64 version bump diff --git a/source/emul-extra/atk-emul/FrugalBuild b/source/emul-extra/atk-emul/FrugalBuild index b9742e9..4a5c1bc 100644 --- a/source/emul-extra/atk-emul/FrugalBuild +++ b/source/emul-extra/atk-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=atk-emul -pkgver=1.30.0_1 +pkgver=1.32.0_1 pkgrel=1 pkgdesc="A library of accessibility functions used by GNOME (32bit emul)" url="http://www.gtk.org" @@ -10,4 +10,4 @@ depends=('glib2-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('9ce6ab773179047cf20b01cdfeeb5e0548ea362a') +sha1sums=('4f27722ba040463246ee0b11a0733e700aa730cc') From bouleetbil at frogdev.info Mon Oct 18 22:10:01 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 22:10:01 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: grep-emul-2.7_1-1-x86_64 Message-ID: <20101018201001.CB04E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5362ea5361d8a521c5e7b28f3339f6fe90f0b5af commit 5362ea5361d8a521c5e7b28f3339f6fe90f0b5af Author: bouleetbil Date: Mon Oct 18 22:08:21 2010 +0200 grep-emul-2.7_1-1-x86_64 version bump diff --git a/source/emul-extra/grep-emul/FrugalBuild b/source/emul-extra/grep-emul/FrugalBuild index eb54e6b..17148a3 100644 --- a/source/emul-extra/grep-emul/FrugalBuild +++ b/source/emul-extra/grep-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=grep-emul -pkgver=2.6.3_1 +pkgver=2.7_1 pkgrel=1 pkgdesc="Print lines matching a pattern (32bit emul)" url="http://www.gnu.org/software/grep/grep.html" @@ -10,4 +10,4 @@ depends=('pcre-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('d01ac607c445bfedbc1d6d8997eccb898ef51722') +sha1sums=('4e30ac8e0e5e4de30217fe1eac387b02f17a3731') From bouleetbil at frogdev.info Mon Oct 18 22:11:31 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 22:11:31 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libpng-emul-1.4.4_1-1-x86_64 Message-ID: <20101018201131.6CAEC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=785c1d11aa97458e8e4dac7339d8a6098d2546da commit 785c1d11aa97458e8e4dac7339d8a6098d2546da Author: bouleetbil Date: Mon Oct 18 22:09:50 2010 +0200 libpng-emul-1.4.4_1-1-x86_64 version bump diff --git a/source/emul-extra/libpng-emul/FrugalBuild b/source/emul-extra/libpng-emul/FrugalBuild index 7063ca4..1f5bf4e 100644 --- a/source/emul-extra/libpng-emul/FrugalBuild +++ b/source/emul-extra/libpng-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=libpng-emul -pkgver=1.4.3_1 +pkgver=1.4.4_1 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files for emulation of i686 on x86_64" url="http://www.libpng.org/" @@ -10,4 +10,4 @@ depends=('glibc-emul' 'zlib-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('496ed06c4f4d9bb2a40fa9de3f842477b3633e34') +sha1sums=('73185e4758f74974af5a553f43fc7521a97e6bc7') From bouleetbil at frogdev.info Mon Oct 18 22:16:50 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 22:16:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-icon-theme-emul-2.30.3_2-1-x86_64 Message-ID: <20101018201650.E6E4F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a19fb5ff93340382f05c5cef7560a97eb5034844 commit a19fb5ff93340382f05c5cef7560a97eb5034844 Author: bouleetbil Date: Mon Oct 18 22:13:38 2010 +0200 gnome-icon-theme-emul-2.30.3_2-1-x86_64 version bump diff --git a/source/emul-extra/gnome-icon-theme-emul/FrugalBuild b/source/emul-extra/gnome-icon-theme-emul/FrugalBuild index 1804bc4..26753b0 100644 --- a/source/emul-extra/gnome-icon-theme-emul/FrugalBuild +++ b/source/emul-extra/gnome-icon-theme-emul/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=gnome-icon-theme-emul -pkgver=2.30.3_1 +pkgver=2.30.3_2 pkgrel=1 pkgdesc="Default icon theme for GNOME (32bit emul)" url="http://www.gnome.org/" @@ -10,4 +10,4 @@ depends=('hicolor-icon-theme-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul -sha1sums=('403fe1d12c9b34b5f9086eaa49e743ddb8bea5bb') +sha1sums=('d03c41d4c2460a4f2f0fa4fcb8a93e080eb14c3c') From bouleetbil at frogdev.info Mon Oct 18 22:29:37 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 22:29:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gdk-pixbuf2-emul-2.22.0_1-1-x86_64 *new package Message-ID: <20101018202937.2D2BA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2adecfb8e046c5a2c81987f603defc047f85e71c commit 2adecfb8e046c5a2c81987f603defc047f85e71c Author: bouleetbil Date: Mon Oct 18 22:27:37 2010 +0200 gdk-pixbuf2-emul-2.22.0_1-1-x86_64 *new package diff --git a/source/emul-extra/gdk-pixbuf2-emul/FrugalBuild b/source/emul-extra/gdk-pixbuf2-emul/FrugalBuild new file mode 100644 index 0000000..9cd05f2 --- /dev/null +++ b/source/emul-extra/gdk-pixbuf2-emul/FrugalBuild @@ -0,0 +1,13 @@ +# Compiling Time: 0.01 SBU +# Maintainer: bouleetbil + +pkgname=gdk-pixbuf2-emul +pkgver=2.22.0_1 +pkgrel=1 +pkgdesc="An image loading library (32bit emul)" +url="http://www.gtk.org" +depends=('libjpeg-emul' 'libpng-emul' 'libtiff-emul') +groups=('emul-extra') +archs=('!i686' '!ppc' 'x86_64') +Finclude emul +sha1sums=('d15d3415da022635a37ca95bbf44f2031dbbe72b') From bouleetbil at frogdev.info Mon Oct 18 22:35:53 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 18 Oct 2010 22:35:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gtk+2-emul-2.22.0_4-2-x86_64 *fixes depends Message-ID: <20101018203553.16ABE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f35a1178c66e10c52a34c615069c01f17925af18 commit f35a1178c66e10c52a34c615069c01f17925af18 Author: bouleetbil Date: Mon Oct 18 22:32:00 2010 +0200 gtk+2-emul-2.22.0_4-2-x86_64 *fixes depends diff --git a/source/emul-extra/gtk+2-emul/FrugalBuild b/source/emul-extra/gtk+2-emul/FrugalBuild index 9c62d22..689b44c 100644 --- a/source/emul-extra/gtk+2-emul/FrugalBuild +++ b/source/emul-extra/gtk+2-emul/FrugalBuild @@ -3,12 +3,12 @@ pkgname=gtk+2-emul pkgver=2.22.0_4 -pkgrel=1 +pkgrel=2 pkgdesc="The GTK+ Toolkit (2.x series) (32bit emul)" url="http://www.gtk.org/" depends=('libtiff-emul' 'atk-emul' 'libxi-emul' 'libxinerama-emul' 'fontconfig-emul' 'libjpeg-emul' \ 'pango-emul' 'cairo-emul' 'libxcursor-emul' 'libxrandr-emul' 'libsm-emul' \ - 'gnome-icon-theme-emul' 'gtk+2-tools-emul' 'gtk+2-libs-emul') + 'gnome-icon-theme-emul' 'gtk+2-tools-emul' 'gtk+2-libs-emul' 'gdk-pixbuf2-emul') groups=('emul-extra') archs=('!i686' 'x86_64') Finclude emul From devil505linux at gmail.com Tue Oct 19 10:26:16 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 10:26:16 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: redshift-1.6-1-i686 * version bump Message-ID: <20101019082616.9459B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4699ad1843297a601175e1372f7ab4d2bee1e1a3 commit 4699ad1843297a601175e1372f7ab4d2bee1e1a3 Author: Devil505 Date: Tue Oct 19 10:25:22 2010 +0200 redshift-1.6-1-i686 * version bump diff --git a/source/xapps-extra/redshift/FrugalBuild b/source/xapps-extra/redshift/FrugalBuild index b786a7f..0a697f9 100644 --- a/source/xapps-extra/redshift/FrugalBuild +++ b/source/xapps-extra/redshift/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=redshift -pkgver=1.5 -pkgrel=2 +pkgver=1.6 +pkgrel=1 pkgdesc="Redshift color temperature adjustment." url="http://launchpad.net/redshift" rodepends=('pygtk') @@ -14,5 +14,5 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/+download" source=($url/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2) -sha1sums=('8096e5ec46023137df244407bd903712ce3626a5') +sha1sums=('c79cadab1f36c478be9e0160e4832ae8256d5615') # optimization OK From devil505linux at gmail.com Tue Oct 19 10:40:19 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 10:40:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: cbrpager-0.9.22-1-i686 * version bump Message-ID: <20101019084019.C08F3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3ed6dfc49f4cf60401e98ee143db30d7c4f23d0e commit 3ed6dfc49f4cf60401e98ee143db30d7c4f23d0e Author: Devil505 Date: Tue Oct 19 10:39:58 2010 +0200 cbrpager-0.9.22-1-i686 * version bump diff --git a/source/gnome-extra/cbrpager/FrugalBuild b/source/gnome-extra/cbrpager/FrugalBuild index 9bdb5f5..e09676a 100644 --- a/source/gnome-extra/cbrpager/FrugalBuild +++ b/source/gnome-extra/cbrpager/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=cbrpager -pkgver=0.9.20 -pkgrel=4 +pkgver=0.9.22 +pkgrel=1 pkgdesc="A no-nonsense, simple to use, small viewer for cbr and cbz (comic book archive) files." depends=('libgnomeui>=2.24.3-2' 'libsm' 'popt' 'gnome-vfs' 'esd' 'pango' 'gail>=2.16.2-2' 'libart_lgpl' 'atk' 'freetype2' \ 'libxau>=1.0.4' 'libxdmcp' 'libjpeg>=8a' 'openssl>=1.0.0' 'libxdamage' 'libxinerama' 'libxi' 'libxrandr' 'libxcursor') @@ -16,7 +16,7 @@ groups=('gnome-extra') archs=('i686' 'x86_64') _F_desktop_icon=$pkgname _F_desktop_categories="GNOME;Applications;Graphics" -sha1sums=('868da51d0f5fb5d0e4751696b06d34539ab5f8d0' \ +sha1sums=('94ca36f571840216e5205eaaa27321d652305c4f' \ '8a8e597a33475c4733352d8c3bee6d4f0e1c542f') replaces=('buoh') From devil505linux at gmail.com Tue Oct 19 10:42:52 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 10:42:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-sqlobject-0.14.1-1-i686 * version bump Message-ID: <20101019084252.6F691132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b8c33eb3d82277c7c4f44a38b0833b113087d61a commit b8c33eb3d82277c7c4f44a38b0833b113087d61a Author: Devil505 Date: Tue Oct 19 10:42:25 2010 +0200 python-sqlobject-0.14.1-1-i686 * version bump diff --git a/source/devel-extra/python-sqlobject/FrugalBuild b/source/devel-extra/python-sqlobject/FrugalBuild index f9e341d..cff39e1 100644 --- a/source/devel-extra/python-sqlobject/FrugalBuild +++ b/source/devel-extra/python-sqlobject/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: enda pkgname=python-sqlobject -pkgver=0.13.0 +pkgver=0.14.1 pkgrel=1 pkgdesc="SQLObject is a popular Object Relational Manager for providing an object interface to your database." url="http://sqlobject.org/" @@ -14,5 +14,5 @@ archs=('i686' 'x86_64') up2date="lynx -dump http://cheeseshop.python.org/pypi/SQLObject | grep -m1 SQLObject | sed 's/.*ct \(.*\) *O.*/\1/' | tr -d ' '" source=(http://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz) _F_cd_path="SQLObject-$pkgver" -sha1sums=('5932cf4e90de9b870fdb9c57c182fb2fd19f3181') +sha1sums=('62976fefb2314912615c2ee7676b7bdfb6214ec4') From devil505linux at gmail.com Tue Oct 19 10:44:27 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 10:44:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-anyevent-5.28-1-i686 * version bump Message-ID: <20101019084427.CCB31132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0128e35aa6a24acd33851a93a086238bf7dd411e commit 0128e35aa6a24acd33851a93a086238bf7dd411e Author: Devil505 Date: Tue Oct 19 10:43:36 2010 +0200 perl-anyevent-5.28-1-i686 * version bump diff --git a/source/devel-extra/perl-anyevent/FrugalBuild b/source/devel-extra/perl-anyevent/FrugalBuild index 37e070f..99ae922 100644 --- a/source/devel-extra/perl-anyevent/FrugalBuild +++ b/source/devel-extra/perl-anyevent/FrugalBuild @@ -4,10 +4,10 @@ _F_perl_name=AnyEvent _F_perl_author=M/ML/MLEHMANN -pkgver=5.271 +pkgver=5.28 pkgdesc="Perl framework for multiple event loops." depends=('perl-event>=1.13') Finclude perl archs=('i686' 'x86_64' 'ppc') -sha1sums=('4abe48498cf7ceefa6d2d7de02dbc5b28b67148a') +sha1sums=('d38cc579bad2bba28253a0c1314398c87e826ee6') From devil505linux at gmail.com Tue Oct 19 10:49:26 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 10:49:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ipython-0.10.1-1-i686 * version bump Message-ID: <20101019084926.9B01A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8c407715fa2fe0c31b826c0f7ba69303edfb8940 commit 8c407715fa2fe0c31b826c0f7ba69303edfb8940 Author: Devil505 Date: Tue Oct 19 10:47:52 2010 +0200 ipython-0.10.1-1-i686 * version bump diff --git a/source/devel-extra/ipython/FrugalBuild b/source/devel-extra/ipython/FrugalBuild index b242fd5..c586e8e 100644 --- a/source/devel-extra/ipython/FrugalBuild +++ b/source/devel-extra/ipython/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Priyank Gosalia pkgname=ipython -pkgver=0.10 -pkgrel=2 +pkgver=0.10.1 +pkgrel=1 pkgdesc="An enhanced Interactive Python shell." url="http://ipython.scipy.org/" license="custom" @@ -12,6 +12,6 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://ipython.scipy.org/dist/ | grep ipython-.*.tar.gz | Flasttar" source=(http://ipython.scipy.org/dist/$pkgname-$pkgver.tar.gz) -sha1sums=('175bbacf74d94336e3fe06e390e04ad2bfff6fd4') +sha1sums=('1e5cfde5ba6d704e0ccd414e633116e4199d0d7a') # optimization OK From devil505linux at gmail.com Tue Oct 19 10:49:26 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 10:49:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-logilab-astng-0.20.3-1-i686 * version bump Message-ID: <20101019084926.A2D50132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=28f7d2143e45c6c75d5fb4ad10b6a5fbb04d0e56 commit 28f7d2143e45c6c75d5fb4ad10b6a5fbb04d0e56 Author: Devil505 Date: Tue Oct 19 10:49:03 2010 +0200 python-logilab-astng-0.20.3-1-i686 * version bump diff --git a/source/devel-extra/python-logilab-astng/FrugalBuild b/source/devel-extra/python-logilab-astng/FrugalBuild index 71b9b7c..18d6318 100644 --- a/source/devel-extra/python-logilab-astng/FrugalBuild +++ b/source/devel-extra/python-logilab-astng/FrugalBuild @@ -4,8 +4,8 @@ pkgname=python-logilab-astng _F_archive_name=logilab-astng -pkgver=0.20.1 -pkgrel=2 +pkgver=0.20.3 +pkgrel=1 pkgdesc="Python Abstract Syntax Tree New Generation." url="http://www.logilab.org/projects/astng/project_view" depends=('python-logilab-common') @@ -15,7 +15,7 @@ up2date="lynx -dump http://www.logilab.org/ftp/pub/astng | Flasttar" source=(ftp://ftp.logilab.org/pub/astng/logilab-astng-$pkgver.tar.gz) Finclude python _F_cd_path="logilab-astng-$pkgver" -sha1sums=('ac4a7fc9c098393fd207eb2165b470b25ecb6f55') +sha1sums=('2d7cf9e8153d923338cecfd78eb0fd48130d2996') build() { From devil505linux at gmail.com Tue Oct 19 10:50:36 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 10:50:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-logilab-common-0.52.1-1-i686 * version bump Message-ID: <20101019085036.5E4FE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2260913b1ac964acb7307c791a93636269fe51e2 commit 2260913b1ac964acb7307c791a93636269fe51e2 Author: Devil505 Date: Tue Oct 19 10:50:12 2010 +0200 python-logilab-common-0.52.1-1-i686 * version bump diff --git a/source/devel-extra/python-logilab-common/FrugalBuild b/source/devel-extra/python-logilab-common/FrugalBuild index 34082c1..63defa0 100644 --- a/source/devel-extra/python-logilab-common/FrugalBuild +++ b/source/devel-extra/python-logilab-common/FrugalBuild @@ -4,7 +4,7 @@ pkgname=python-logilab-common _F_archive_name=logilab-common -pkgver=0.52.0 +pkgver=0.52.1 pkgrel=1 pkgdesc="Providing low level functionalities needed for logilab python programs." url="http://www.logilab.org/projects/common/project_view" @@ -15,5 +15,5 @@ up2date="lynx -dump http://www.logilab.org/ftp/pub/common | Flasttar" source=(ftp://ftp.logilab.org/pub/common/logilab-common-$pkgver.tar.gz) Finclude python _F_cd_path=logilab-common-$pkgver -sha1sums=('d44f6057058480c6ad08d536c42dd5e3c63b61b5') +sha1sums=('f8f19918b8e7c7bd86ef17d01370f93e80fd21b2') From devil505linux at gmail.com Tue Oct 19 10:53:00 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 10:53:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bwidget-1.9.2-1-i686 * version bump Message-ID: <20101019085300.6E71B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7491fe6d55cb3cba6e1ebb542564f14e939d3133 commit 7491fe6d55cb3cba6e1ebb542564f14e939d3133 Author: Devil505 Date: Tue Oct 19 10:52:06 2010 +0200 bwidget-1.9.2-1-i686 * version bump diff --git a/source/xlib-extra/bwidget/FrugalBuild b/source/xlib-extra/bwidget/FrugalBuild index a4d49dc..44d6a1d 100644 --- a/source/xlib-extra/bwidget/FrugalBuild +++ b/source/xlib-extra/bwidget/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: pete pkgname=bwidget -pkgver=1.9.0 +pkgver=1.9.2 pkgrel=1 pkgdesc="A Tcl/Tk script-only set of megawidgets designed to provide additional tools" _F_sourceforge_dirname="tcllib" @@ -14,7 +14,7 @@ depends=() rodepends=('tcl>=8.5.5' 'tk>=8.5.7-2') groups=('xlib-extra') archs=('i686' 'x86_64') -sha1sums=('c207d7f8a0e9816e861352641dcc681854003ab4') +sha1sums=('9abdca60084ea337fb7769077a0d923677d88cff') _F_cd_path="BWidget-${pkgver}" build() From devil505linux at gmail.com Tue Oct 19 11:00:20 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 11:00:20 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: cairo-dock-2.2.0_4-1-i686 * version bump Message-ID: <20101019090020.AA75D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=47be989d7579d57772f6086c65b48c7f4fa21075 commit 47be989d7579d57772f6086c65b48c7f4fa21075 Author: Devil505 Date: Tue Oct 19 10:59:39 2010 +0200 cairo-dock-2.2.0_4-1-i686 * version bump diff --git a/source/xapps-extra/cairo-dock/FrugalBuild b/source/xapps-extra/cairo-dock/FrugalBuild index dad9de4..f6a7ea3 100644 --- a/source/xapps-extra/cairo-dock/FrugalBuild +++ b/source/xapps-extra/cairo-dock/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=cairo-dock -pkgver=2.2.0_2 +pkgver=2.2.0_4 pkgrel=1 pkgdesc="A light eye-candy fully themable animated dock for any Linux desktop." url="http://www.glx-dock.org/" @@ -16,7 +16,7 @@ archs=('i686' 'x86_64') up2date="Flasttar https://launchpad.net/cairo-dock-core/ | sed 's/_lucid//g'" source=(http://launchpad.net/cairo-dock-core/2.2/2.2.0/+download/$pkgname-${pkgver//_/-}.tar.gz) Fconfopts="${Fconfopts[@]} --enable-glitz --enable-xextend" -sha1sums=('51faafa2408bee4327ebd6d5220a4078fd67413f') +sha1sums=('4edc1d4f71d71b5c7cf295bdcc4b40bc016bc54e') _F_cd_path="$pkgname-${pkgver//_/-}" # optimization OK From devil505linux at gmail.com Tue Oct 19 11:04:06 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 11:04:06 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: dcraw-9.04-1-i686 * version bump Message-ID: <20101019090406.9F25C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=89e6c0eac7070b6c47c05f49c08b2fcad8f50734 commit 89e6c0eac7070b6c47c05f49c08b2fcad8f50734 Author: Devil505 Date: Tue Oct 19 11:01:17 2010 +0200 dcraw-9.04-1-i686 * version bump diff --git a/source/apps-extra/dcraw/FrugalBuild b/source/apps-extra/dcraw/FrugalBuild index 9a4957e..2052379 100644 --- a/source/apps-extra/dcraw/FrugalBuild +++ b/source/apps-extra/dcraw/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=dcraw -pkgver=9.01 +pkgver=9.04 pkgrel=1 pkgdesc="A command line based converter for raw digital photos." url="http://www.cybercom.net/~dcoffin/dcraw/" @@ -13,7 +13,7 @@ archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://www.cybercom.net/~dcoffin/dcraw/dcraw.c | grep -m1 VERSION | sed 's/.*N \"\(.*\).\"*/\1/'" source=($url/$pkgname.{c,1}) options=('noversrc') -sha1sums=('00ae6c96a626553c2bf6cb4c18cd79fcb03faee7' \ +sha1sums=('961b860e5900d90194e941e4edae8102f40a8f84' \ '0902f48378a2ae0a58f8c8d71560f7f15d21fb26') build() From devil505linux at gmail.com Tue Oct 19 11:23:07 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 11:23:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: cairo-dock-plugins-2.2.0_4-1-i686 * version bump Message-ID: <20101019092307.7CD96132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c245c5ab3526d81fa42929ead5e3713f08371f0a commit c245c5ab3526d81fa42929ead5e3713f08371f0a Author: Devil505 Date: Tue Oct 19 11:21:56 2010 +0200 cairo-dock-plugins-2.2.0_4-1-i686 * version bump diff --git a/source/xapps-extra/cairo-dock-plugins/FrugalBuild b/source/xapps-extra/cairo-dock-plugins/FrugalBuild index 1da9682..3bd868d 100644 --- a/source/xapps-extra/cairo-dock-plugins/FrugalBuild +++ b/source/xapps-extra/cairo-dock-plugins/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=cairo-dock-plugins -pkgver=2.2.0_2 +pkgver=2.2.0_4 pkgrel=1 pkgdesc="A set of plugins for cairo-dock." url="http://www.glx-dock.org/" @@ -16,6 +16,6 @@ Finclude cmake up2date="Flasttar https://launchpad.net/cairo-dock-plug-ins | sed 's/_lucid//g'" source=(http://launchpad.net/cairo-dock-plug-ins/2.2/2.2.0/+download/$pkgname-${pkgver//_/-}.tar.gz) _F_cd_path="$pkgname-${pkgver//_/-}" -sha1sums=('b4292b103bd920bd841be91450b7a6e36587fc28') +sha1sums=('1873ae26a1d90f8ac3cfde665536eca5dab7645f') # optimization OK From devil505linux at gmail.com Tue Oct 19 11:28:46 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 11:28:46 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bluez-4.76-1-i686 * version bump Message-ID: <20101019092846.DCEED132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ad9958daa1cbfa222afabef38e41a6112e735736 commit ad9958daa1cbfa222afabef38e41a6112e735736 Author: Devil505 Date: Tue Oct 19 11:28:05 2010 +0200 bluez-4.76-1-i686 * version bump diff --git a/source/apps/bluez/FrugalBuild b/source/apps/bluez/FrugalBuild index 821ccad..9b1a3b4 100644 --- a/source/apps/bluez/FrugalBuild +++ b/source/apps/bluez/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=bluez -pkgver=4.73 +pkgver=4.76 pkgrel=1 pkgdesc="Library to use the BlueZ Linux Bluetooth stack" url="http://bluez.sourceforge.net/" @@ -12,7 +12,7 @@ archs=('i686' 'x86_64' 'ppc') up2date="Flasttar http://www.bluez.org/download/" source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.gz \ rc.bluetooth bluetooth.default Fix_netdevgroup.diff) -sha1sums=('a0a736c8bc2d8028047a002a851cf3d381fc19b8' \ +sha1sums=('63f0f081d6fb4dee63f3449806418f95c90f2183' \ 'c9db2651400cc9261798afcc7e438acffbd2cc37' \ 'b54b6eb3606edcbac635f32f94d0afe32091c89f' \ '21f7a64b47eb9578c91799a341a3a7ef67d786b6') From devil505linux at gmail.com Tue Oct 19 11:33:45 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 11:33:45 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gkrellm-2.3.5-1-i686 * version bump Message-ID: <20101019093345.F3BA2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9ce11017ecf24adb12424ee25be6f0929a639160 commit 9ce11017ecf24adb12424ee25be6f0929a639160 Author: Devil505 Date: Tue Oct 19 11:33:11 2010 +0200 gkrellm-2.3.5-1-i686 * version bump diff --git a/source/xapps-extra/gkrellm/FrugalBuild b/source/xapps-extra/gkrellm/FrugalBuild index c8b7536..9b703ee 100644 --- a/source/xapps-extra/gkrellm/FrugalBuild +++ b/source/xapps-extra/gkrellm/FrugalBuild @@ -3,8 +3,8 @@ # Maintainer: voroskoi pkgname=gkrellm -pkgver=2.3.4 -pkgrel=3 +pkgver=2.3.5 +pkgrel=1 pkgdesc="GKrellM is a single process stack of system monitors" url="http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html" depends=('gtk+2>=2.20.0-2' 'openssl>=1.0.0') @@ -12,7 +12,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump 'http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html'|grep .tar.bz2$|sed -n 's/.*lm-\(.*\).t.*/\1/;1 p'" source=(http://members.dslextreme.com/users/billw/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('f02c7a3093df3b5c52123a79a3ddbe573da36a49') +sha1sums=('bcfc2efb5fd3f27e9bb703bda73f6a1d96b080df') build() { From devil505linux at gmail.com Tue Oct 19 11:43:20 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 11:43:20 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tea-28.1.3-1-i686 * version bump Message-ID: <20101019094320.0C7AA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1901bf4ea602193f01f60640f8ce4c25ad0c8447 commit 1901bf4ea602193f01f60640f8ce4c25ad0c8447 Author: Devil505 Date: Tue Oct 19 11:42:40 2010 +0200 tea-28.1.3-1-i686 * version bump diff --git a/source/xapps-extra/tea/FrugalBuild b/source/xapps-extra/tea/FrugalBuild index 78cf44a..701c3d9 100644 --- a/source/xapps-extra/tea/FrugalBuild +++ b/source/xapps-extra/tea/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=tea -pkgver=28.1.2 +pkgver=28.1.3 pkgrel=1 pkgdesc="TEA is a text editor that provides a wide range of text-processing functions \ and the syntax highlighting. Qt branch." @@ -18,7 +18,7 @@ source=(${source[@]} installationDir.patch) _F_desktop_name="Tea Text Editor (Qt)" _F_desktop_icon=${pkgname}_icon_v2.png _F_desktop_categories="Utility;TextEditor;" -sha1sums=('b6b6d42ed39a3095a41a066b72f69f381d11a27f' \ +sha1sums=('581c569eb92c649ae7dc37cbcd6817efd2a18c3a' \ 'a775aca617484dd43a75226d1ff3781032129f25') build() From devil505linux at gmail.com Tue Oct 19 11:44:19 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 11:44:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mlocate-0.23.1-1-i686 * version bump Message-ID: <20101019094419.4E711132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ed3b63af60d2ba121a151bce005e9742aa60516c commit ed3b63af60d2ba121a151bce005e9742aa60516c Author: Devil505 Date: Tue Oct 19 11:44:02 2010 +0200 mlocate-0.23.1-1-i686 * version bump diff --git a/source/base-extra/mlocate/FrugalBuild b/source/base-extra/mlocate/FrugalBuild index 18462fa..d8b8a9a 100644 --- a/source/base-extra/mlocate/FrugalBuild +++ b/source/base-extra/mlocate/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: voroskoi pkgname=mlocate -pkgver=0.22.4 +pkgver=0.23.1 pkgrel=1 pkgdesc="mlocate (merging locate) is a locate/updatedb implementation." url="https://fedorahosted.org/mlocate/" @@ -18,7 +18,7 @@ provides=('locate') up2date="elinks -dump https://fedorahosted.org/mlocate/wiki/MlocateDownloads |Flasttar" source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-${pkgver}.tar.xz \ updatedb.conf ${pkgname}.cron locate_group.diff) -sha1sums=('6ce3caf02ac89f15c3c44f6eda7030708aa8b1ad' \ +sha1sums=('1c8d10a6ae8185b8e7c88091d383563650e69ece' \ '166a310a58bbfeca6e471034db7308f32c727ec6' \ 'cd938a6a2706f37f767fc2466aed9bee36c4440a' \ 'fb2965dfa9f05da563621b71cf10929dcdb43303') From devil505linux at gmail.com Tue Oct 19 12:23:34 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 12:23:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: dpkg-1.15.8.5-1-i686 * version bump Message-ID: <20101019102334.9F1D2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=40023b9ff2a9c229ca64406012611edefd6f1b2a commit 40023b9ff2a9c229ca64406012611edefd6f1b2a Author: Devil505 Date: Tue Oct 19 12:22:35 2010 +0200 dpkg-1.15.8.5-1-i686 * version bump diff --git a/source/apps-extra/dpkg/FrugalBuild b/source/apps-extra/dpkg/FrugalBuild index 717f3eb..7e94534 100644 --- a/source/apps-extra/dpkg/FrugalBuild +++ b/source/apps-extra/dpkg/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Bence Nagy pkgname=dpkg -pkgver=1.15.7.2 +pkgver=1.15.8.5 pkgrel=1 pkgdesc="Package maintenance system for Debian" url="http://packages.debian.org/source/sid/$pkgname" @@ -13,7 +13,7 @@ groups=('apps-extra') archs=('i686' 'x86_64') source=(http://ftp.debian.org/pool/main/d/$pkgname/${pkgname}_${pkgver}.tar.bz2) up2date="lynx -dump $url | grep -m1 dpkg_.*.tar.bz2 | sed 's/.*dpkg_\(.*\).tar.bz2.*/\1/'" -sha1sums=('50e0f02d136df495f28ab522c7afc79f1dc8126e') +sha1sums=('a520d5454da0af80a1dd10b3d58c5d1b17f5a042') Fconfopts="${Fconfopts[@]} --without-start-stop-daemon --without-dselect --without-install-info --disable-silent-rules" build() { Fcd From devil505linux at gmail.com Tue Oct 19 12:27:27 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 12:27:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-git-repository-1.13-1-i686 * version bump Message-ID: <20101019102727.BEE8D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=823d9d305d6136150ea49126d3d595bb073b1d18 commit 823d9d305d6136150ea49126d3d595bb073b1d18 Author: Devil505 Date: Tue Oct 19 12:27:01 2010 +0200 perl-git-repository-1.13-1-i686 * version bump diff --git a/source/devel-extra/perl-git-repository/FrugalBuild b/source/devel-extra/perl-git-repository/FrugalBuild index b134b25..ced6c24 100644 --- a/source/devel-extra/perl-git-repository/FrugalBuild +++ b/source/devel-extra/perl-git-repository/FrugalBuild @@ -3,7 +3,7 @@ _F_perl_name=Git-Repository _F_perl_author=B/BO/BOOK -pkgver=1.12 +pkgver=1.13 pkgdesc="Perl interface to Git repositories" Finclude perl -sha1sums=('a815ff61b1dbc3d41a3501f12cea02b5ffb529e4') +sha1sums=('42b7bb66f60d4da8da32b7716767f60eca4ed208') From vmiklos at frugalware.org Tue Oct 19 13:03:47 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 19 Oct 2010 13:03:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: frugalrledit-0.2-5-i686 Message-ID: <20101019110347.4F773132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c9f2eda50bb9e95c453ade91e9fd0bfe26aa411b commit c9f2eda50bb9e95c453ade91e9fd0bfe26aa411b Author: Miklos Vajna Date: Tue Oct 19 13:02:17 2010 +0200 frugalrledit-0.2-5-i686 - bin, replaced by gservice diff --git a/source/xapps/frugalrledit/FrugalBuild b/source/xapps/frugalrledit/FrugalBuild deleted file mode 100644 index 17ab334..0000000 --- a/source/xapps/frugalrledit/FrugalBuild +++ /dev/null @@ -1,26 +0,0 @@ -# Compiling Time: ~0.12 SBU -# Maintainer: BMH1980 - -pkgname=frugalrledit -pkgver=0.2 -pkgrel=5 -pkgdesc="Runlevel Editor for Frugalware Linux" -url="http://ftp.frugalware.org/pub/other/sources/frugalrledit" -depends=('chkconfig' 'pygtk') -makedepends=('kdebase') -up2date="lynx -dump $url |Flasttar" -source=($url/$pkgname-$pkgver.tar.gz) -license="GPL2" -groups=('xapps') -archs=('i686' 'x86_64') -sha1sums=('edf2eb356c0bc2cbd8f3d49aacac3b562a004ed5') - -build() -{ - Fcd - ./install --prefix=/usr --root=$Fdestdir - Fsed "OnlyShowIn=GNOME" "NotShowIn=KDE" \ - $Fdestdir/usr/share/applications/frugalrledit.desktop -} - - diff --git a/source/xapps/frugalrledit/frugalrledit.install b/source/xapps/frugalrledit/frugalrledit.install deleted file mode 100644 index 2143dcc..0000000 --- a/source/xapps/frugalrledit/frugalrledit.install +++ /dev/null @@ -1,26 +0,0 @@ -post_install() -{ - echo -n "updating desktop database..." - if update-desktop-database > /dev/null 2>&1 ; then - echo " done." - else - echo " failed." - fi -} - -post_upgrade() -{ - post_install -} - -post_remove() -{ - post_install -} - -op=$1 -shift - -$op $* - -# vim: ft=sh From devil505linux at gmail.com Tue Oct 19 13:07:43 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 13:07:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: rpm-5.2.1-1-i686 * version bump Message-ID: <20101019110743.DA4B3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=48a1512c28712e313e53fb9a0489c788a9d4cfea commit 48a1512c28712e313e53fb9a0489c788a9d4cfea Author: Devil505 Date: Tue Oct 19 13:06:13 2010 +0200 rpm-5.2.1-1-i686 * version bump diff --git a/source/apps-extra/rpm/FrugalBuild b/source/apps-extra/rpm/FrugalBuild index 53045bd..4742d46 100644 --- a/source/apps-extra/rpm/FrugalBuild +++ b/source/apps-extra/rpm/FrugalBuild @@ -3,8 +3,8 @@ # Maintainer: Christian Hamar alias krix pkgname=rpm -pkgver=5.1.9 -pkgrel=5 +pkgver=5.2.1 +pkgrel=1 pkgdesc="Red Hat Package Manager" url="http://rpm5.org" depends=('pcre' 'sqlite3' 'popt' 'beecrypt>=4.2.1-1' 'openssl>=1.0.0' \ @@ -14,7 +14,7 @@ groups=('apps-extra') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://rpm5.org/|grep Production|sed 's/.*RPM \([0-9.]\+\) .*/\1/'" source=(http://rpm5.org/files/$pkgname/$pkgname-${pkgver%.?}/$pkgname-$pkgver.tar.gz) -sha1sums=('12f4be10da5e622f175fac79bbcea17928830357') +sha1sums=('77f2d1b24301ed3743d8bbc57e57710c0eff7bc8') build(){ Fconf \ From devil505linux at gmail.com Tue Oct 19 13:10:00 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 13:10:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: help2man-1.38.2-1-i686 * version bump Message-ID: <20101019111000.D0C5D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=db23801a4b30b2367fc195a810a15fbdc4316c14 commit db23801a4b30b2367fc195a810a15fbdc4316c14 Author: Devil505 Date: Tue Oct 19 13:09:41 2010 +0200 help2man-1.38.2-1-i686 * version bump diff --git a/source/apps-extra/help2man/FrugalBuild b/source/apps-extra/help2man/FrugalBuild index 6843923..f434b8a 100644 --- a/source/apps-extra/help2man/FrugalBuild +++ b/source/apps-extra/help2man/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Christian Hamar alias krix pkgname=help2man -pkgver=1.36.4 -pkgrel=2 +pkgver=1.38.2 +pkgrel=1 pkgdesc="a script to create simple man pages from the --help and --version output of programs." url="http://www.gnu.org/software/help2man/" depends=('perl-gettext') @@ -12,7 +12,7 @@ archs=('i686' 'x86_64' 'ppc') Fup2gnugz source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz \ README.Frugalware) -sha1sums=('f3ffd89d50ee158589f2d0ccdc476d2ac3ebff70' \ +sha1sums=('6f0109589eca3286c2619b03efd3f85433696039' \ '6e20b0bcda1f87ddc8522178ce0187543419f39f') build() From vmiklos at frugalware.org Tue Oct 19 13:21:25 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 19 Oct 2010 13:21:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: cdrkit-1.1.11-1-i686 Message-ID: <20101019112126.01561132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dffc60b367a325838b329e7176f16170b6de4ba5 commit dffc60b367a325838b329e7176f16170b6de4ba5 Author: Miklos Vajna Date: Tue Oct 19 13:06:18 2010 +0200 cdrkit-1.1.11-1-i686 - version bump diff --git a/source/apps-extra/cdrkit/FrugalBuild b/source/apps-extra/cdrkit/FrugalBuild index 38dda64..1772b6f 100644 --- a/source/apps-extra/cdrkit/FrugalBuild +++ b/source/apps-extra/cdrkit/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=cdrkit -pkgver=1.1.10 +pkgver=1.1.11 pkgrel=1 pkgdesc="portable command-line CD/DVD recorder software" url="http://cdrkit.org/" @@ -15,7 +15,7 @@ conflicts=('cdrtools') provides=('cdrtools') up2date="Flasttar ${url}/releases/" source=(${url}/releases/cdrkit-$pkgver.tar.gz) -sha1sums=('37f35c0cb3180bbe56efc37bbf7bc82df39447c4') +sha1sums=('3f7ddc06db0272942e1a4cd98c3c96462df77387') build() { From vmiklos at frugalware.org Tue Oct 19 13:21:26 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 19 Oct 2010 13:21:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: centerim-4.22.9.40-1-i686 Message-ID: <20101019112126.189C6132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a4f870335d9c6ab629f765c6b7d4b4055ec4d595 commit a4f870335d9c6ab629f765c6b7d4b4055ec4d595 Author: Miklos Vajna Date: Tue Oct 19 13:07:42 2010 +0200 centerim-4.22.9.40-1-i686 - version bump diff --git a/source/network-extra/centerim/FrugalBuild b/source/network-extra/centerim/FrugalBuild index 8d7ffc6..209daab 100644 --- a/source/network-extra/centerim/FrugalBuild +++ b/source/network-extra/centerim/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=centerim -pkgver=4.22.9.37 +pkgver=4.22.9.40 pkgrel=1 pkgdesc="Terminal based Instant Messagin center." url="http://www.centerim.org/" @@ -13,6 +13,6 @@ archs=('i686' 'x86_64') _F_archive_grepv="alpha" up2date="Flasttar $url" source=(http://centerim.org/download/mobshots/centerim-$pkgver.tar.gz) -sha1sums=('33cb8e1a563503a49fef45483e61ca3ff31e6447') +sha1sums=('528db4b27b23844bdf52c53a12141fab909728fb') # optimization OK From vmiklos at frugalware.org Tue Oct 19 13:21:26 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 19 Oct 2010 13:21:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: live-2010.10.15-1-i686 Message-ID: <20101019112126.208BC132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8b209e2f86e05b42fd50ed1772303160d42fa8b5 commit 8b209e2f86e05b42fd50ed1772303160d42fa8b5 Author: Miklos Vajna Date: Tue Oct 19 13:09:54 2010 +0200 live-2010.10.15-1-i686 - version bump diff --git a/source/multimedia/live/FrugalBuild b/source/multimedia/live/FrugalBuild index d61a907..2c07ca0 100644 --- a/source/multimedia/live/FrugalBuild +++ b/source/multimedia/live/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=live -pkgver=2010.10.06 +pkgver=2010.10.15 pkgrel=1 pkgdesc="Source-code libraries for standards-based RTP/RTCP/RTSP multimedia streaming" url="http://www.live555.com/" @@ -11,7 +11,7 @@ groups=('multimedia') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://www.live555.com/liveMedia/public/|grep tar.gz$|sed 's/.*live.\(.*\)\.t.*/\1/;q'" source=(http://www.live555.com/liveMedia/public/live.$pkgver.tar.gz) -sha1sums=('1357d10113d4c7bcdeb77a0a751ba537488da70d') +sha1sums=('4f6ca7cda2d729202d93a5e8ae1823210de374ae') build() { From vmiklos at frugalware.org Tue Oct 19 13:21:26 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 19 Oct 2010 13:21:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnupg-1.4.11-1-i686 Message-ID: <20101019112126.28867132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=494d60511d2787a99554119f9fd0c5b7374898c6 commit 494d60511d2787a99554119f9fd0c5b7374898c6 Author: Miklos Vajna Date: Tue Oct 19 13:11:29 2010 +0200 gnupg-1.4.11-1-i686 - version bump diff --git a/source/apps/gnupg/FrugalBuild b/source/apps/gnupg/FrugalBuild index f6c640b..4c5d323 100644 --- a/source/apps/gnupg/FrugalBuild +++ b/source/apps/gnupg/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=gnupg -pkgver=1.4.10 +pkgver=1.4.11 pkgrel=1 pkgdesc="GnuPG is a complete and free replacement for PGP" url="http://www.gnupg.org/" From vmiklos at frugalware.org Tue Oct 19 13:21:26 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 19 Oct 2010 13:21:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: hdparm-9.34-1-i686 Message-ID: <20101019112126.32A5D132C390@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=518347221d56faabe504e9f1ed007052d71bf420 commit 518347221d56faabe504e9f1ed007052d71bf420 Author: Miklos Vajna Date: Tue Oct 19 13:11:51 2010 +0200 hdparm-9.34-1-i686 - version bump diff --git a/source/apps/hdparm/FrugalBuild b/source/apps/hdparm/FrugalBuild index dfd67be..e39b66a 100644 --- a/source/apps/hdparm/FrugalBuild +++ b/source/apps/hdparm/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=hdparm -pkgver=9.33 +pkgver=9.34 pkgrel=1 pkgdesc="Read/set hard drive parameters" depends=('glibc') @@ -10,6 +10,6 @@ groups=('apps') archs=('i686' 'x86_64' 'ppc') _F_archive_grepv="9.29" Finclude sourceforge -sha1sums=('f9e1c3a7f80c0a7fe63b11e9a1b83791cf79106e') +sha1sums=('3f059e5c30962721e2b389c81dea3855b0799ecd') options=('force') # optimization OK From vmiklos at frugalware.org Tue Oct 19 13:21:26 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 19 Oct 2010 13:21:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: smartmontools-5.40-1-i686 Message-ID: <20101019112126.42C65132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bd3b901ec2ce2c7edef7638835dd13f4a169ba7a commit bd3b901ec2ce2c7edef7638835dd13f4a169ba7a Author: Miklos Vajna Date: Tue Oct 19 13:12:31 2010 +0200 smartmontools-5.40-1-i686 - version bump diff --git a/source/apps/smartmontools/FrugalBuild b/source/apps/smartmontools/FrugalBuild index dcf5b83..86df67a 100644 --- a/source/apps/smartmontools/FrugalBuild +++ b/source/apps/smartmontools/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=smartmontools -pkgver=5.39.1 +pkgver=5.40 pkgrel=1 pkgdesc="For monitoring S.M.A.R.T. disks and devices" depends=('bash') @@ -11,7 +11,7 @@ archs=('i686' 'x86_64' 'ppc') Finclude sourceforge url="http://smartmontools.sourceforge.net/" source=($source rc.smartd) -sha1sums=('ea0489c9234832f63ac0d4b4c0bd81133b4eb9e9' \ +sha1sums=('08a86a939a2e2cd85d2c88c09188d494f06ce050' \ 'af645060704cbf6a165a3216efdc9256aafc5415') build() From vmiklos at frugalware.org Tue Oct 19 13:21:26 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 19 Oct 2010 13:21:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: curl-7.21.2-1-i686 Message-ID: <20101019112126.4A890132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1f7b7f31e8a3fb74d7fbb565644f64c54faf8957 commit 1f7b7f31e8a3fb74d7fbb565644f64c54faf8957 Author: Miklos Vajna Date: Tue Oct 19 13:17:07 2010 +0200 curl-7.21.2-1-i686 - version bump diff --git a/source/network/curl/FrugalBuild b/source/network/curl/FrugalBuild index 7219142..2d3e49b 100644 --- a/source/network/curl/FrugalBuild +++ b/source/network/curl/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: voroskoi pkgname=curl -pkgver=7.21.1 +pkgver=7.21.2 pkgrel=1 pkgdesc="A command line tool for transferring data specified with URL syntax." url="http://curl.haxx.se" From vmiklos at frugalware.org Tue Oct 19 13:21:26 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 19 Oct 2010 13:21:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: iw-0.9.21-1-i686 Message-ID: <20101019112126.53C17132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f1477aa10c567a3a0c325bb7a396929f47d0be4d commit f1477aa10c567a3a0c325bb7a396929f47d0be4d Author: Miklos Vajna Date: Tue Oct 19 13:19:14 2010 +0200 iw-0.9.21-1-i686 - version bump diff --git a/source/network-extra/iw/FrugalBuild b/source/network-extra/iw/FrugalBuild index ed78298..849ba01 100644 --- a/source/network-extra/iw/FrugalBuild +++ b/source/network-extra/iw/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: voroskoi pkgname=iw -pkgver=0.9.19 +pkgver=0.9.21 pkgrel=1 pkgdesc="iw is a tool for nl80211." url="http://linuxwireless.org/en/users/Documentation/iw" @@ -11,6 +11,6 @@ groups=('network-extra') archs=('i686' 'x86_64') up2date="Flasttarbz2 http://wireless.kernel.org/download/iw/" source=(http://wireless.kernel.org/download/iw/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('4546d9b2d65691fd402d7f478f661bbdde16d9ec') +sha1sums=('65f2537b42f23f036346631a288f6620e90c8fd8') # optimization OK From vmiklos at frugalware.org Tue Oct 19 13:21:26 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 19 Oct 2010 13:21:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: archivemail-0.8.2-1-i686 Message-ID: <20101019112126.5E890132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0b84f6e164f8ba38fccc419e2610e165c5f20204 commit 0b84f6e164f8ba38fccc419e2610e165c5f20204 Author: Miklos Vajna Date: Tue Oct 19 13:20:06 2010 +0200 archivemail-0.8.2-1-i686 - version bump diff --git a/source/network-extra/archivemail/FrugalBuild b/source/network-extra/archivemail/FrugalBuild index 4863d3e..adc42c1 100644 --- a/source/network-extra/archivemail/FrugalBuild +++ b/source/network-extra/archivemail/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: Miklos Vajna pkgname=archivemail -pkgver=0.8.1 +pkgver=0.8.2 pkgrel=1 pkgdesc="A tool for archiving and compressing old email in mailboxes." Finclude sourceforge depends=('python>=2.7') groups=('network-extra') archs=('i686' 'x86_64') -sha1sums=('c8a4fb9842cbcd4ad64fafb1d58c9719f827b1ab') +sha1sums=('f6bcfa19e4df0d2c13a01931f6377af8329c670e') From devil505linux at gmail.com Tue Oct 19 14:29:19 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 14:29:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gdb-7.2-1-i686 * version bump Message-ID: <20101019122919.53EF4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b84dc3a4f50bc44fb1f23a1551eec426627e2da7 commit b84dc3a4f50bc44fb1f23a1551eec426627e2da7 Author: Devil505 Date: Tue Oct 19 14:26:39 2010 +0200 gdb-7.2-1-i686 * version bump diff --git a/source/devel/gdb/FrugalBuild b/source/devel/gdb/FrugalBuild index 496abfc..34da871 100644 --- a/source/devel/gdb/FrugalBuild +++ b/source/devel/gdb/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Shrift pkgname=gdb -pkgver=7.1 +pkgver=7.2 pkgrel=1 pkgdesc="Gnu Project Debugger" url="http://www.gnu.org/software/gdb/download/" @@ -13,7 +13,7 @@ archs=('i686' 'x86_64' 'ppc') makedepends=('gmp>=4.2.2-2') Fup2gnubz2 source=(http://ftp.gnu.org/gnu/gdb/$pkgname-$pkgver.tar.bz2) -sha1sums=('417e2e637a296ea0e1cdddf56233311b8708fa19') +sha1sums=('cae138dee0c11778c471a1d5e4b09e0ae08f9e9d') build() { Fcd From devil505linux at gmail.com Tue Oct 19 14:44:43 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 14:44:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gphotoframe-1.1-1-i686 * version bump Message-ID: <20101019124443.CE0DB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a76ff87182ff7204731e010b07cf77613c50d35b commit a76ff87182ff7204731e010b07cf77613c50d35b Author: Devil505 Date: Tue Oct 19 14:40:09 2010 +0200 gphotoframe-1.1-1-i686 * version bump diff --git a/source/gnome-extra/gphotoframe/FrugalBuild b/source/gnome-extra/gphotoframe/FrugalBuild index 7c636cf..af9ed20 100644 --- a/source/gnome-extra/gphotoframe/FrugalBuild +++ b/source/gnome-extra/gphotoframe/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=gphotoframe -pkgver=1.0.1 +pkgver=1.1 pkgrel=1 pkgdesc="Gnome Photo Frame is a Photo Frame for GNOME Desktop." depends=('pygtk>=>=2.16.0-5' 'python-simplejson' 'twisted' 'gnome-desktop' 'pyxdg' 'feedparser' 'gnome-python-desktop-keyring') @@ -14,7 +14,7 @@ _F_gnome_desktop="y" Finclude googlecode gnome-scriptlet groups=('gnome-extra') archs=('i686' 'x86_64') -sha1sums=('456137ebc4c0c22a53c5f19c6f30d94a599eee72') +sha1sums=('552ac0427eefafa0cd6721b3954a8ff3c30f8b24') build() { Fcd From devil505linux at gmail.com Tue Oct 19 14:44:43 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 14:44:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xfce4-sensors-plugin-0.10.99.6-5-i686 * rebuilt with lmsensors 3.2.0 Message-ID: <20101019124443.E3E47132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=21e1905a559f9929f584ce1fb15560fe0e15383f commit 21e1905a559f9929f584ce1fb15560fe0e15383f Author: Devil505 Date: Tue Oct 19 14:43:32 2010 +0200 xfce4-sensors-plugin-0.10.99.6-5-i686 * rebuilt with lmsensors 3.2.0 diff --git a/source/xfce4/xfce4-sensors-plugin/FrugalBuild b/source/xfce4/xfce4-sensors-plugin/FrugalBuild index ef986bc..dda51c7 100644 --- a/source/xfce4/xfce4-sensors-plugin/FrugalBuild +++ b/source/xfce4/xfce4-sensors-plugin/FrugalBuild @@ -3,10 +3,10 @@ pkgname=xfce4-sensors-plugin pkgver=0.10.99.6 -pkgrel=4 +pkgrel=5 pkgdesc="A hardware sensors plugin for the Xfce4 panel." makedepends=('intltool') -depends=('libxfcegui4>=4.6.1-2' 'xfce4-panel>=4.6.1-2' 'lmsensors>=3.1.1') +depends=('libxfcegui4>=4.6.1-2' 'xfce4-panel>=4.6.1-2' 'lmsensors>=3.2.0') groups=('xfce4' 'xfce4-goodies') archs=('i686' 'x86_64' 'ppc') _F_gnome_iconcache="y" From devil505linux at gmail.com Tue Oct 19 15:01:25 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 15:01:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xsensors-0.70-3-i686 * rebuilt with lmsensors 3.2.0 Message-ID: <20101019130125.16626132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e2b160daf1f68c1bb134f9e67480e9236f144411 commit e2b160daf1f68c1bb134f9e67480e9236f144411 Author: Devil505 Date: Tue Oct 19 14:44:35 2010 +0200 xsensors-0.70-3-i686 * rebuilt with lmsensors 3.2.0 diff --git a/source/xapps-extra/xsensors/FrugalBuild b/source/xapps-extra/xsensors/FrugalBuild index d9dcb67..8415049 100644 --- a/source/xapps-extra/xsensors/FrugalBuild +++ b/source/xapps-extra/xsensors/FrugalBuild @@ -3,10 +3,10 @@ pkgname=xsensors pkgver=0.70 -pkgrel=2 +pkgrel=3 pkgdesc="X11 interface to lm_sensors" url="http://www.linuxhardware.org/xsensors/" -depends=('gtk+2>=2.20.0-2' 'libxau' 'libxdmcp' 'lmsensors' 'libxext' 'libstdc++' 'libxdamage' 'libxml2') +depends=('gtk+2>=2.20.0-2' 'libxau' 'libxdmcp' 'lmsensors>=3.2.0' 'libxext' 'libstdc++' 'libxdamage' 'libxml2') makedepends=('pkgconfig') options=('scriptlet') groups=('xapps-extra') From devil505linux at gmail.com Tue Oct 19 15:01:25 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 15:01:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: kdebase-workspace-4.4.5-3-i686 * rebuilt with lmsensors 3.2.0 Message-ID: <20101019130125.316B2132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a6b98ccc9660cb820b3412d854604b9713ebeee9 commit a6b98ccc9660cb820b3412d854604b9713ebeee9 Author: Devil505 Date: Tue Oct 19 14:46:38 2010 +0200 kdebase-workspace-4.4.5-3-i686 * rebuilt with lmsensors 3.2.0 diff --git a/source/kde/kdebase-workspace/FrugalBuild b/source/kde/kdebase-workspace/FrugalBuild index ba97a82..c52b92a 100644 --- a/source/kde/kdebase-workspace/FrugalBuild +++ b/source/kde/kdebase-workspace/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: crazy pkgname=kdebase-workspace -pkgrel=2 +pkgrel=3 pkgdesc="Programs specific for the KDE4 desktop." groups=('kde') archs=('i686' 'x86_64' 'ppc') @@ -74,7 +74,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') subpkgs=("${subpkgs[@]}" "ksysguard") subdescs=("${subdescs[@]}" "KDE System Monitor") subdepends=("${subdepends[@]}" "libqtxml>=$Qt4 dbus libknewstuff>=$Kde4 libqtsvg>=$Qt4 libsm libxcursor - sqlite3 phonon>=4.4.0 libqtxmlpatterns>=$Qt4 libxi lmsensors") + sqlite3 phonon>=4.4.0 libqtxmlpatterns>=$Qt4 libxi lmsensors>=3.2.0") subrodepends=("${subrodepends[@]}" "libksysguard") subgroups=("${subgroups[@]}" 'kde kde-core') subreplaces=("${subreplaces[@]}" '') From devil505linux at gmail.com Tue Oct 19 15:01:25 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 15:01:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lmsensors-3.2.0-1-i686 * version bump Message-ID: <20101019130125.38D06132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=de0f3c17ffd4b7f69bd04960d37312cacfa9c6d9 commit de0f3c17ffd4b7f69bd04960d37312cacfa9c6d9 Author: Devil505 Date: Tue Oct 19 14:48:50 2010 +0200 lmsensors-3.2.0-1-i686 * version bump diff --git a/source/apps/lmsensors/FrugalBuild b/source/apps/lmsensors/FrugalBuild index 20e7e4b..ee2b1f8 100644 --- a/source/apps/lmsensors/FrugalBuild +++ b/source/apps/lmsensors/FrugalBuild @@ -4,7 +4,7 @@ pkgname=lmsensors _F_archive_name=lm_sensors -pkgver=3.1.2 +pkgver=3.2.0 pkgrel=1 pkgdesc="Linux System Hardware Monitor" url="http://www.lm-sensors.org/" @@ -26,7 +26,7 @@ build() { Fdoc README.Frugalware } -sha1sums=('4a3b13e4f9c18c29e7f853739bdd88ca7799fcc7' \ +sha1sums=('9c9ac470289e831076da52d644185b34058a457d' \ 'f91892076a106c4aaee29f9611b9f004ddb392ab' \ '62f12385b257170a95fbac89afc10523e152f216') # optimization OK From devil505linux at gmail.com Tue Oct 19 15:01:25 2010 From: devil505linux at gmail.com (Devil505) Date: Tue, 19 Oct 2010 15:01:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libgpod-0.8.0-1-i686 * version bump Message-ID: <20101019130125.40635132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=40c3adadff25873fdde63a72b1cd37f8dd8d05cd commit 40c3adadff25873fdde63a72b1cd37f8dd8d05cd Author: Devil505 Date: Tue Oct 19 14:59:56 2010 +0200 libgpod-0.8.0-1-i686 * version bump diff --git a/source/xlib/libgpod/FrugalBuild b/source/xlib/libgpod/FrugalBuild index e1c8074..f09e030 100644 --- a/source/xlib/libgpod/FrugalBuild +++ b/source/xlib/libgpod/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: DNAku pkgname=libgpod -pkgver=0.7.95 +pkgver=0.8.0 pkgrel=1 pkgdesc="libgpod is a library allowing direct access to the iPod's contents" depends=('glib2' 'libplist' 'sqlite3' 'libimobiledevice' 'gdk-pixbuf2' 'python>=2.7' 'pygtk' 'mutagen' 'swig') @@ -20,7 +20,7 @@ subrodepends=("$pkgname=$pkgver") subgroups=('xlib-extra') subarchs=('i686 x86_64 ppc') -sha1sums=('2a9078706470a71047e68f5dab0ec59ae2b5e157') +sha1sums=('ddef7f3583535242b4928b300eb8aa6bc9a0e6dc') build() { From bouleetbil at frogdev.info Tue Oct 19 17:53:36 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 19 Oct 2010 17:53:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: Merge branch 'master' of git.frugalware.org:/pub/other/people/bouleetbil/xorgtesting Message-ID: <20101019155336.EDE69132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7145595b82d7b1d9eb5a6396c1dbe5677d2765c2 commit 7145595b82d7b1d9eb5a6396c1dbe5677d2765c2 Merge: 40c3ada a7129db Author: bouleetbil Date: Tue Oct 19 17:56:04 2010 +0000 Merge branch 'master' of git.frugalware.org:/pub/other/people/bouleetbil/xorgtesting From bouleetbil at frogdev.info Tue Oct 19 22:13:19 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 19 Oct 2010 22:13:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-bluetooth-2.32.0-3-i686 *fixes depends *disable broken introspection Message-ID: <20101019201319.C9089132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eaeb649b734492c7a7d6a4c577fba504c6f6533c commit eaeb649b734492c7a7d6a4c577fba504c6f6533c Author: bouleetbil Date: Tue Oct 19 22:17:08 2010 +0000 gnome-bluetooth-2.32.0-3-i686 *fixes depends *disable broken introspection diff --git a/source/gnome-extra/gnome-bluetooth/FrugalBuild b/source/gnome-extra/gnome-bluetooth/FrugalBuild index 9aabc83..310631b 100644 --- a/source/gnome-extra/gnome-bluetooth/FrugalBuild +++ b/source/gnome-extra/gnome-bluetooth/FrugalBuild @@ -3,11 +3,11 @@ pkgname=gnome-bluetooth pkgver=2.32.0 -pkgrel=2 +pkgrel=3 pkgdesc="The GNOME Bluetooth Subsystem." url="http://www.usefulinc.com/software/gnome-bluetooth/" makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils') -depends=('bluez>=4.61' 'gob2' 'pygtk' \ +depends=('bluez>=4.61' 'gob2' 'pygtk' 'obex-data-server' \ 'librsvg>=2.26.0' 'gnome-python>=2.20.1' 'libbtctl-python>=0.11.1' \ 'gnome-panel>=2.30.0-2' 'unique') groups=('gnome-extra') @@ -34,7 +34,7 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') build() { Fbuild_slice_scrollkeeper - Fmake + Fmake --enable-introspection=no Fmakeinstall GCONF_DISABLE_SCHEMA_INSTALL=1 Frm usr/share/icons/hicolor/icon-theme.cache Frm usr/share/applications/mimeinfo.cache From bouleetbil at frogdev.info Tue Oct 19 22:42:48 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 19 Oct 2010 22:42:48 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: handbrake-0.9.4-2-i686 *rebuild with webkit>=1.3.4 Message-ID: <20101019204248.4C5CF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9b43d54c7577ca2878e4154268e63f75432ba4d5 commit 9b43d54c7577ca2878e4154268e63f75432ba4d5 Author: bouleetbil Date: Tue Oct 19 22:40:54 2010 +0200 handbrake-0.9.4-2-i686 *rebuild with webkit>=1.3.4 diff --git a/source/xmultimedia-extra/handbrake/FrugalBuild b/source/xmultimedia-extra/handbrake/FrugalBuild index 23d6c1a..27552e3 100644 --- a/source/xmultimedia-extra/handbrake/FrugalBuild +++ b/source/xmultimedia-extra/handbrake/FrugalBuild @@ -4,7 +4,7 @@ pkgname=handbrake _F_archive_name="HandBrake" pkgver=0.9.4 -pkgrel=1 +pkgrel=2 pkgdesc="HandBrake is an open-source, multiplatform, multithreaded video transcoder" url="http://handbrake.m0k.org/index.php" up2date="lynx --dump --source http://handbrake.fr/downloads.php | Flasttar" @@ -23,7 +23,7 @@ sha1sums=('91329a83315b7eae0b2b3731a8bf0f2de2a6eb4d' \ '17b39144d9883b1f63d9b9ff2f6770b35bbdb16a') subpkgs=("gtk-handbrake") subdescs=('gtk gui for handbrake') -subdepends=("webkit hal libnotify") +subdepends=("webkit>=1.3.4 hal libnotify") subrodepends=("handbrake") subgroups=('xapps-extra') subarchs=('i686 x86_64') From bouleetbil at frogdev.info Tue Oct 19 22:43:24 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 19 Oct 2010 22:43:24 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libgpod-0.8.0-2-i686 *fixes depends Message-ID: <20101019204324.2CD6B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3c6add00ad76fe43fcb4564efe930b3b0bf89fad commit 3c6add00ad76fe43fcb4564efe930b3b0bf89fad Author: bouleetbil Date: Tue Oct 19 22:45:31 2010 +0200 libgpod-0.8.0-2-i686 *fixes depends diff --git a/source/xlib/libgpod/FrugalBuild b/source/xlib/libgpod/FrugalBuild index f09e030..41931ba 100644 --- a/source/xlib/libgpod/FrugalBuild +++ b/source/xlib/libgpod/FrugalBuild @@ -4,10 +4,10 @@ pkgname=libgpod pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="libgpod is a library allowing direct access to the iPod's contents" -depends=('glib2' 'libplist' 'sqlite3' 'libimobiledevice' 'gdk-pixbuf2' 'python>=2.7' 'pygtk' 'mutagen' 'swig') -makedepends=('intltool') +depends=('glib2' 'libplist' 'sqlite3' 'libimobiledevice' 'gdk-pixbuf2' 'python>=2.7' 'pygtk' 'mutagen') +makedepends=('intltool' 'swig') groups=('xlib') archs=('i686' 'x86_64' 'ppc') _F_sourceforge_dirname="gtkpod" From bouleetbil at frogdev.info Tue Oct 19 22:55:47 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 19 Oct 2010 22:55:47 +0200 (CEST) Subject: [Frugalware-git] bouletmp: mono-2.8-5-i686 *no longueur depends to glib2 *added some fixe *added sed for fix ooo build Message-ID: <20101019205547.9512D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=46f0c47db42f880f52444c2430d9dee431235ef4 commit 46f0c47db42f880f52444c2430d9dee431235ef4 Author: bouleetbil Date: Tue Oct 19 22:58:40 2010 +0000 mono-2.8-5-i686 *no longueur depends to glib2 *added some fixe *added sed for fix ooo build diff --git a/source/devel/mono/FrugalBuild b/source/devel/mono/FrugalBuild index 4f69bf3..15827c8 100644 --- a/source/devel/mono/FrugalBuild +++ b/source/devel/mono/FrugalBuild @@ -3,10 +3,10 @@ pkgname=mono pkgver=2.8 -pkgrel=4 +pkgrel=5 pkgdesc="Mono runtime and class libraries, a C# compiler/interpreter" url="http://www.mono-project.com/" -depends=('glib2' 'zlib') +depends=('zlib') makedepends=('libgdiplus>=2.8') rodepends=('libxml2') groups=('devel') @@ -15,11 +15,14 @@ Finclude mono up2date="lynx -dump http://www.go-mono.com/sources-stable/|grep -m1 'mono-'|sed 's/.*-\(.*\).t.*/\1/'" source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2 rc.mono rc.mono-hu.po) Fconfopts="$Fconfopts -with-ikvm-native=yes??--with-jit=yes??--with-xen_opt=no??\ - --with-profile2=yes??\ - --with-libgdiplus=installed?? --with-profile4=yes" + --with-libgdiplus=installed + --enable-static \ + --disable-quiet-build \ + --without-moonlight \ + --disable-dtrace \ + --with-profile4" #Don't enable --enable-big-arrays we should have >3Go of ram -#we can add --with-ikvm-native=yes for replace ikvm package and use native ikvm sha1sums=('a724de68dccb583b54d2e08c5a1e5760c18225ab' \ '1a6826fb1bb13f906a1465be43bb592a2a9e0e10' \ @@ -27,12 +30,13 @@ sha1sums=('a724de68dccb583b54d2e08c5a1e5760c18225ab' \ subpkgs=("monodoc") subdescs=("Documentation for mono's .Net class library") -subdepends=('mono>=2.4') +subdepends=('mono>=2.8') subgroups=('devel-extra') subarchs=('i686 x86_64 ppc') build() { unset MAKEFLAGS + export??CFLAGS="$CFLAGS??-fno-strict-aliasing" Fcd # Remove prebuilt binaries rm -rf mcs/class/lib/monolite/* || Fdie @@ -53,6 +57,8 @@ build() { Fsplit monodoc /usr/share/man/man1/monodocs2html.1 Fsplit monodoc /usr/share/man/man1/mdvalidater.1 Fsplit monodoc /usr/lib/pkgconfig/monodoc.pc + # for openoffcie + sed -i -e "s:#Requires:Requires:" ${Fdestdir}/usr/lib/pkgconfig/mono.pc || Fdie } # optimization OK From bouleetbil at frogdev.info Tue Oct 19 23:01:01 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 19 Oct 2010 23:01:01 +0200 (CEST) Subject: [Frugalware-git] bouletmp: mono.sh *use new garbage collector *added some export Message-ID: <20101019210101.93CCF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=4bef4c1ed30fce8147b0c002b9d7ac597a4dff2c commit 4bef4c1ed30fce8147b0c002b9d7ac597a4dff2c Author: bouleetbil Date: Tue Oct 19 23:01:16 2010 +0000 mono.sh *use new garbage collector *added some export diff --git a/source/include/mono.sh b/source/include/mono.sh index fbf9ebd..5c288e5 100644 --- a/source/include/mono.sh +++ b/source/include/mono.sh @@ -41,6 +41,9 @@ Fmonoexport() { export MONO_SHARED_DIR=$Fdestdir/weird export XDG_CONFIG_HOME=$Fdestdir/weird mkdir -p $MONO_SHARED_DIR + export MONO_REGISTRY_PATH="${Fdestdir}/registry" + export XDG_CONFIG_HOME="${Fdestdir}/config" + export HOME="${Fdestdir}/home" } ### @@ -65,6 +68,9 @@ Fmonocompileaot() { Fmonocleanup() { Fmessage "Cleaning up MONO_SHARED_DIR..." rm -rf $MONO_SHARED_DIR + rm -rf $MONO_REGISTRY_PATH + rm -rf $XDG_CONFIG_HOME + rm -rf $HOME } ### @@ -72,6 +78,10 @@ Fmonocleanup() { ### Fbuild_mono() { unset MAKEFLAGS + if [ "$CARCH" != "ppc" ]; then + #new garbage collector not supported by ppc + export MONO_ENV_OPTIONS="--gc=sgen" + fi Fmonoexport Fbuild $@ if [ "$_F_mono_aot" -eq 1 ]; then From bouleetbil at frogdev.info Tue Oct 19 23:01:01 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 19 Oct 2010 23:01:01 +0200 (CEST) Subject: [Frugalware-git] bouletmp: mono-2.8-5-i686 *forgot to drop useless patch Message-ID: <20101019210101.A5602132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=e05e7178823b03898a6ae7ca45bff8f85669a9c3 commit e05e7178823b03898a6ae7ca45bff8f85669a9c3 Author: bouleetbil Date: Tue Oct 19 23:04:28 2010 +0000 mono-2.8-5-i686 *forgot to drop useless patch diff --git a/source/devel/mono/mono-pc.patch b/source/devel/mono/mono-pc.patch deleted file mode 100644 index 4c63fa0..0000000 --- a/source/devel/mono/mono-pc.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/data/mono.pc.in b/data/mono.pc.in -index 01e0a9e..6da0960 100644 ---- a/data/mono.pc.in -+++ b/data/mono.pc.in -@@ -7,8 +7,6 @@ sysconfdir=@sysconfdir@ - Name: Mono - Description: Mono Runtime - Version: @VERSION@ --## Commented out because SLE hides devel files in the SLE SDK, --## which not all customers will have. --#Requires: glib-2.0 gthread-2.0 -+Requires: glib-2.0 gthread-2.0 - Libs: -L${libdir} @export_ldflags@ -lmono @libmono_ldflags@ - Cflags: -I${includedir} @libmono_cflags@ From bouleetbil at frogdev.info Tue Oct 19 23:03:26 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 19 Oct 2010 23:03:26 +0200 (CEST) Subject: [Frugalware-git] bouletmp: dbus-sharp-0.7.0-1-i686 *new package *official fork from mono of dead ndesk-dbus *will probably replaces ndesk-dbus Message-ID: <20101019210326.D4899132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=d05bf86a2caec4d30763a16a63145fabaf774f5c commit d05bf86a2caec4d30763a16a63145fabaf774f5c Author: bouleetbil Date: Tue Oct 19 23:06:56 2010 +0000 dbus-sharp-0.7.0-1-i686 *new package *official fork from mono of dead ndesk-dbus *will probably replaces ndesk-dbus diff --git a/source/apps-extra/dbus-sharp/FrugalBuild b/source/apps-extra/dbus-sharp/FrugalBuild new file mode 100644 index 0000000..97615eb --- /dev/null +++ b/source/apps-extra/dbus-sharp/FrugalBuild @@ -0,0 +1,18 @@ +# Compiling Time: 0.03 SBU +# Maintainer: bouleetbil + +pkgname=dbus-sharp +pkgver=0.7.0 +pkgrel=1 +pkgdesc="Managed D-Bus IPC protocol library and CLR binding" +url="http://mono.github.com/dbus-sharp/" +depends=('mono') +groups=('apps-extra') +archs=('i686' 'x86_64' 'ppc') +up2date="Flasttar http://github.com/mono/dbus-sharp/downloads" +source=(http://github.com/downloads/mono/dbus-sharp/$pkgname-$pkgver.tar.gz) +options=('scriptlet') +_F_mono_aot=0 +Finclude mono +sha1sums=('7e7b05aadb6a289cd862dc630a36d9b87b5b84cb') + From bouleetbil at frogdev.info Tue Oct 19 23:10:41 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 19 Oct 2010 23:10:41 +0200 (CEST) Subject: [Frugalware-git] bouletmp: dbus-sharp-glib-0.5.0-1-i686 *new package *now should patch sed ... all packages that use ndesk *ndesk is broken with mono 2.8 perhaps time to change :p Message-ID: <20101019211041.666C8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=099465b7d073685595ad4ad5e2541690e3834974 commit 099465b7d073685595ad4ad5e2541690e3834974 Author: bouleetbil Date: Tue Oct 19 23:13:59 2010 +0000 dbus-sharp-glib-0.5.0-1-i686 *new package *now should patch sed ... all packages that use ndesk *ndesk is broken with mono 2.8 perhaps time to change :p diff --git a/source/apps-extra/dbus-sharp-glib/FrugalBuild b/source/apps-extra/dbus-sharp-glib/FrugalBuild new file mode 100644 index 0000000..4595f8a --- /dev/null +++ b/source/apps-extra/dbus-sharp-glib/FrugalBuild @@ -0,0 +1,18 @@ +# Compiling Time: 0.03 SBU +# Maintainer: bouleetbil + +pkgname=dbus-sharp-glib +pkgver=0.5.0 +pkgrel=1 +pkgdesc="GLib integration for DBus" +url="http://mono.github.com/dbus-sharp/" +depends=('dbus-sharp' 'glib2') +groups=('apps-extra') +archs=('i686' 'x86_64' 'ppc') +up2date="Flasttar http://github.com/mono/dbus-sharp/downloads" +source=(http://github.com/downloads/mono/dbus-sharp/$pkgname-$pkgver.tar.gz) +options=('scriptlet') +_F_mono_aot=0 +Finclude mono +sha1sums=('bff1d3e8def9f5c7f956adffdef3a860a05e0e95') + From bouleetbil at frogdev.info Tue Oct 19 23:15:52 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 19 Oct 2010 23:15:52 +0200 (CEST) Subject: [Frugalware-git] bouletmp: dbus-sharp *use real dbus-sharp from mono project Message-ID: <20101019211552.D1F61132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=53ceb4dc26e8bd7da4275f657a21d805cb51e534 commit 53ceb4dc26e8bd7da4275f657a21d805cb51e534 Author: bouleetbil Date: Tue Oct 19 23:19:56 2010 +0000 dbus-sharp *use real dbus-sharp from mono project diff --git a/source/gnome-extra/dbus-sharp/FrugalBuild b/source/gnome-extra/dbus-sharp/FrugalBuild deleted file mode 100644 index 4302eb3..0000000 --- a/source/gnome-extra/dbus-sharp/FrugalBuild +++ /dev/null @@ -1,32 +0,0 @@ -# Compiling time: 0.24 SBU -# Maintainer: crazy - -pkgname=dbus-sharp -pkgver=0.63 -pkgrel=4 -pkgdesc="Mono bindings for D-BUS" -url="http://www.freedesktop.org/wiki/Software_2fDBusBindings" -depends=('dbus-glib>=0.76' 'mono>=2.0.1') -groups=('gnome-extra') -archs=('i686' 'x86_64' 'ppc') -up2date="$pkgver" ## not even released , this tarball is from FC6 devel repo :P -source=(http://ftp.frugalware.org/pub/other/sources/dbus/$pkgname-$pkgver.tar.gz \ - dbus-sharp-0.63-nogtk.patch dbus-sharp-gchandle.patch) -Finclude mono -sha1sums=('8bd599ee0e8f05bfae2ef6174ed40faa70de6be4' \ - 'a2aad7ba1955e520fd4ae946cc51f398ba78c36a' \ - '2e54b78ca82cdca3af491fa74f9b746af1a8ef08') - -build() -{ - Fcd - Fpatchall - Fautoreconf - Fmonoexport - Fmake - Fmakeinstall - Fmonocompileaot - Fmonocleanup -} - -# optimization OK From bouleetbil at frogdev.info Wed Oct 20 00:07:40 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 20 Oct 2010 00:07:40 +0200 (CEST) Subject: [Frugalware-git] bouletmp: mono-2.8-5-i686 *typo fix Message-ID: <20101019220740.F3F7A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=75fb279226bd5103b625fe1d9654342c40cee27b commit 75fb279226bd5103b625fe1d9654342c40cee27b Author: bouleetbil Date: Wed Oct 20 00:11:21 2010 +0000 mono-2.8-5-i686 *typo fix diff --git a/source/devel/mono/FrugalBuild b/source/devel/mono/FrugalBuild index 15827c8..6e5dd6d 100644 --- a/source/devel/mono/FrugalBuild +++ b/source/devel/mono/FrugalBuild @@ -21,7 +21,7 @@ Fconfopts="$Fconfopts -with-ikvm-native=yes??--with-jit=yes??--with-xen_opt=no?? --without-moonlight \ --disable-dtrace \ --with-profile4" - +#--enable-static for mono debug works #Don't enable --enable-big-arrays we should have >3Go of ram sha1sums=('a724de68dccb583b54d2e08c5a1e5760c18225ab' \ @@ -57,7 +57,7 @@ build() { Fsplit monodoc /usr/share/man/man1/monodocs2html.1 Fsplit monodoc /usr/share/man/man1/mdvalidater.1 Fsplit monodoc /usr/lib/pkgconfig/monodoc.pc - # for openoffcie + # for openoffice sed -i -e "s:#Requires:Requires:" ${Fdestdir}/usr/lib/pkgconfig/mono.pc || Fdie } From vmiklos at frugalware.org Wed Oct 20 05:41:05 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 20 Oct 2010 05:41:05 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: dssi-1.1.0-1-i686 Message-ID: <20101020034105.0253D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3708bbcaa8ef3262461ef38f4d08aa80134e8d34 commit 3708bbcaa8ef3262461ef38f4d08aa80134e8d34 Author: Miklos Vajna Date: Wed Oct 20 04:30:23 2010 +0200 dssi-1.1.0-1-i686 - version bump diff --git a/source/kde-extra/dssi/FrugalBuild b/source/kde-extra/dssi/FrugalBuild index dc2f897..466e8ec 100644 --- a/source/kde-extra/dssi/FrugalBuild +++ b/source/kde-extra/dssi/FrugalBuild @@ -2,14 +2,14 @@ # Maintainer: crazy pkgname=dssi -pkgver=1.0.0 -pkgrel=4 +pkgver=1.1.0 +pkgrel=1 pkgdesc="DSSI is an API for audio processing plugins." depends=('libsamplerate' 'libstdc++' 'jack>=0.118.0' 'qt' 'liblo>=0.26' 'ladspa_sdk') Finclude sourceforge url="http://dssi.sourceforge.net/index.html" groups=('kde-extra') archs=('i686' 'x86_64') -sha1sums=('d044fb646001f31e864ce015aaa62223e8e33d21') +sha1sums=('79dce6e4044f70254a6998c5bd6d452336121602') # optimization OK From bouleetbil at frogdev.info Wed Oct 20 11:47:13 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 20 Oct 2010 11:47:13 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: nemiver-0.8.0-1-i686 *version bump Message-ID: <20101020094713.0F366132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b1f894170af0b7540ae582dc1979430e17be2226 commit b1f894170af0b7540ae582dc1979430e17be2226 Author: bouleetbil Date: Wed Oct 20 11:51:16 2010 +0000 nemiver-0.8.0-1-i686 *version bump diff --git a/source/gnome-extra/nemiver/FrugalBuild b/source/gnome-extra/nemiver/FrugalBuild index 73a1674..918e75b 100644 --- a/source/gnome-extra/nemiver/FrugalBuild +++ b/source/gnome-extra/nemiver/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=nemiver -pkgver=0.7.3 +pkgver=0.8.0 pkgrel=1 pkgdesc="standalone graphical debugger" options=('scriptlet') @@ -17,6 +17,6 @@ _F_gnome_schemas=('/etc/gconf/schemas/nemiver-workbench.schemas' \ Finclude gnome gnome-scriptlet groups=('gnome-extra') archs=('i686' 'x86_64') -sha1sums=('dcee7254cf3a775d02cc6a933309a647d8506c88') +sha1sums=('ffdbdffdade18ed85fa1b16ce3351f41de0e8e7e') # optimization OK From bouleetbil at frogdev.info Wed Oct 20 12:41:52 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 20 Oct 2010 12:41:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: anjuta-2.32.0.0-4-i686 *delete useless replaces nemiver Message-ID: <20101020104152.6A0B4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=89d1857070f31f474e9857379055e9985d7326c5 commit 89d1857070f31f474e9857379055e9985d7326c5 Author: bouleetbil Date: Wed Oct 20 12:46:04 2010 +0000 anjuta-2.32.0.0-4-i686 *delete useless replaces nemiver diff --git a/source/gnome-extra/anjuta/FrugalBuild b/source/gnome-extra/anjuta/FrugalBuild index 3f81e48..bb2c25a 100644 --- a/source/gnome-extra/anjuta/FrugalBuild +++ b/source/gnome-extra/anjuta/FrugalBuild @@ -4,7 +4,7 @@ pkgname=anjuta pkgver=2.32.0.0 -pkgrel=3 +pkgrel=4 pkgdesc="Anjuta is a versatile IDE for C and C++, written for GTK/GNOME." depends=('gdl>=2.30.0' 'gnome-build>=2.24.1-5' 'guile>=1.8.2' 'autogen' 'graphviz>=2.14-2' \ 'libgnomeprintui' 'vte>=0.20.5' 'subversion' 'gtksourceview' 'gnome-keyring>=2.32.0' 'libgnomecanvas>=2.30.1-2' 'libgnome' \ @@ -33,7 +33,7 @@ archs=('i686' 'x86_64') sha1sums=('a855179050ec87bd915668cc79fe996f1788ca0a') unset MAKEFLAGS Fconfopts="${Fconfopts[@]} --enable-compile-warnings=no" -replaces=('nemiver' 'valide') +replaces=('valide') build() { Fcd From bouleetbil at frogdev.info Wed Oct 20 13:27:58 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 20 Oct 2010 13:27:58 +0200 (CEST) Subject: [Frugalware-git] bouletmp: notify-sharp-0.4.0-4-i686 *rebuild with mono 2.8 *switch to dbus-sharp now that works :p Message-ID: <20101020112758.2D0E0132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=902d7290b3b0b18eb18ff757f1e5bdcd2889194d commit 902d7290b3b0b18eb18ff757f1e5bdcd2889194d Author: bouleetbil Date: Wed Oct 20 13:32:08 2010 +0000 notify-sharp-0.4.0-4-i686 *rebuild with mono 2.8 *switch to dbus-sharp now that works :p diff --git a/source/xlib-extra/notify-sharp/FrugalBuild b/source/xlib-extra/notify-sharp/FrugalBuild index 09b5e32..58b53eb 100644 --- a/source/xlib-extra/notify-sharp/FrugalBuild +++ b/source/xlib-extra/notify-sharp/FrugalBuild @@ -3,12 +3,12 @@ pkgname=notify-sharp pkgver=0.4.0 -pkgrel=3 +pkgrel=4 pkgdesc="notify-sharp is a C# client implementation for Desktop Notifications." url="http://www.ndesk.org/NotifySharp" up2date="lynx -dump http://green.hivalley.com/data/ | Flasttar" source=("http://green.hivalley.com/data/$pkgname-$pkgver.tar.gz") -depends=('mono' 'ndesk-dbus' 'ndesk-dbus-glib' 'gtk2-sharp') +depends=('mono>=2.8' 'dbus-sharp-glib' 'gtk2-sharp') options=('scriptlet') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') @@ -16,3 +16,14 @@ _F_mono_aot=0 Finclude mono Fconfopts="${Fconfopts[@]} --disable-docs" sha1sums=('9ce8fc4c3dbf90f2dfac40316009e91cf8585e04') + +build() +{ + Fcd + Fsed 'ndesk-dbus' 'dbus-sharp' configure + Fsed 'ndesk-dbus-glib' 'dbus-sharp-glib' configure + Fsed 'NDesk.DBus' 'DBus' src/* + Fmonoexport + Fbuild + Fmonocleanup +} From bouleetbil at frogdev.info Wed Oct 20 16:24:31 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 20 Oct 2010 16:24:31 +0200 (CEST) Subject: [Frugalware-git] bouletmp: podsleuth-0.6.4-2-i686 *rebuild with mono 2.8 *switch to dbus-sharp Message-ID: <20101020142431.804F2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=b97784025ac2eeeb8da8a17a1f746147050b3ffd commit b97784025ac2eeeb8da8a17a1f746147050b3ffd Author: bouleetbil Date: Wed Oct 20 16:28:45 2010 +0000 podsleuth-0.6.4-2-i686 *rebuild with mono 2.8 *switch to dbus-sharp diff --git a/source/apps-extra/podsleuth/FrugalBuild b/source/apps-extra/podsleuth/FrugalBuild index d69c9bd..1c19f59 100644 --- a/source/apps-extra/podsleuth/FrugalBuild +++ b/source/apps-extra/podsleuth/FrugalBuild @@ -3,14 +3,14 @@ pkgname=podsleuth pkgver=0.6.4 -pkgrel=1 +pkgrel=2 pkgdesc="PodSleuth is a tool to discover detailed model information about an Apple (TM) iPod (TM)." url="http://banshee-project.org" -depends=('mono>=2.0.1' 'hal' 'ndesk-dbus>=0.6.1a-3' 'sg3-utils') +depends=('mono>=2.8' 'hal' 'dbus-sharp' 'sg3-utils') groups=('apps-extra') archs=('i686' 'x86_64' 'ppc') up2date="Flasttar http://banshee-project.org/files/$pkgname" -source=(http://banshee-project.org/files/$pkgname/$pkgname-$pkgver.tar.bz2) +source=(http://download.banshee.fm/$pkgname/$pkgname-$pkgver.tar.bz2) _F_mono_aot=0 Finclude mono sha1sums=('9826bc8c90ca6defeb554257dc5624686660b62d') @@ -20,10 +20,13 @@ build() { Fcd unset MAKEFLAGS Fmonoexport + Fsed 'ndesk-dbus' 'dbus-sharp' configure + Fsed 'ndesk-dbus-glib' 'dbus-sharp-glib' configure + find src -exec sed -i "s/NDesk.DBus/DBus/g" {} \; Fsed "lsgutils" "lsgutils2" configure Fmake Fmakeinstall - Fmonocleanup + Fmonocleanup } # optimization OK From bouleetbil at frogdev.info Wed Oct 20 16:55:43 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 20 Oct 2010 16:55:43 +0200 (CEST) Subject: [Frugalware-git] bouletmp: ipod-sharp-0.8.5-2-i686 *rebuild with mono 2.8 *switch to dbus-sharp Message-ID: <20101020145543.94A41132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=1296f67c63e90b9e025573639c9d97ab52a4f5a9 commit 1296f67c63e90b9e025573639c9d97ab52a4f5a9 Author: bouleetbil Date: Wed Oct 20 16:47:07 2010 +0000 ipod-sharp-0.8.5-2-i686 *rebuild with mono 2.8 *switch to dbus-sharp diff --git a/source/xlib-extra/ipod-sharp/FrugalBuild b/source/xlib-extra/ipod-sharp/FrugalBuild index b982a99..b5ff2c9 100644 --- a/source/xlib-extra/ipod-sharp/FrugalBuild +++ b/source/xlib-extra/ipod-sharp/FrugalBuild @@ -4,10 +4,10 @@ pkgname=ipod-sharp pkgver=0.8.5 -pkgrel=1 +pkgrel=2 pkgdesc="ipod-sharp provies support for high level features of Apple's iPod" url="http://banshee-project.org/Subprojects/Ipod-sharp" -depends=('mono>=2.0.1' 'podsleuth>=0.6.2-2' 'ndesk-dbus-glib>=0.4.1-2' 'gtk2-sharp>=2.12.6') +depends=('mono>=2.8' 'podsleuth>=0.6.2-2' 'dbus-sharp-glib' 'gtk2-sharp>=2.12.6') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') up2date="Flasttar http://banshee-project.org/files/ipod-sharp/" @@ -18,4 +18,13 @@ Finclude mono sha1sums=('e6258746bf0193c108dc6bc8942c046ee0b6fa4d') Fconfopts="$Fconfopts --disable-docs" +build() { + Fcd + Fsed 'ndesk-dbus' 'dbus-sharp' configure + Fsed 'ndesk-dbus-glib' 'dbus-sharp-glib' configure + find src -exec sed -i "s/NDesk.DBus/DBus/g" {} \; + Fmonoexport + Fbuild + Fmonocleanup +} # optimization OK From bouleetbil at frogdev.info Wed Oct 20 17:15:07 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 20 Oct 2010 17:15:07 +0200 (CEST) Subject: [Frugalware-git] bouletmp: gnome-keyring-sharp-1.0.2-2-i686 *rebuild with mono 2.8 *switch to dbus-sharp Message-ID: <20101020151507.C97B6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=55668f33916ca109706aaad55bce0fce7efa68b7 commit 55668f33916ca109706aaad55bce0fce7efa68b7 Author: bouleetbil Date: Wed Oct 20 17:19:26 2010 +0000 gnome-keyring-sharp-1.0.2-2-i686 *rebuild with mono 2.8 *switch to dbus-sharp diff --git a/source/gnome-extra/gnome-keyring-sharp/FrugalBuild b/source/gnome-extra/gnome-keyring-sharp/FrugalBuild index 0115447..c2889c3 100644 --- a/source/gnome-extra/gnome-keyring-sharp/FrugalBuild +++ b/source/gnome-extra/gnome-keyring-sharp/FrugalBuild @@ -3,12 +3,12 @@ pkgname=gnome-keyring-sharp pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="C# implementation of gnome-keyring" url="http://www.mono-project.com/" up2date="Flasttar http://www.go-mono.com/archive/gnome-keyring-sharp/" source=(http://www.go-mono.com/archive/$pkgname/$pkgname-$pkgver.tar.gz) -depends=('mono>=2.6.4' 'ndesk-dbus' 'ndesk-dbus-glib' 'gnome-keyring' \ +depends=('mono>=2.8' 'dbus-sharp-glib' 'gnome-keyring' \ 'gtk2-sharp') options=('scriptlet' 'force') groups=('gnome-extra') @@ -17,5 +17,15 @@ _F_mono_aot=0 Finclude mono sha1sums=('36d8cc9e3a24288554132bf1d0385cd69f7d804b') +build() +{ + Fcd + Fsed 'ndesk-dbus' 'dbus-sharp' configure + Fsed 'ndesk-dbus-glib' 'dbus-sharp-glib' configure + find src -exec sed -i "s/NDesk.DBus/DBus/g" {} \; + Fmonoexport + Fbuild + Fmonocleanup +} # optimization OK From vmiklos at frugalware.org Wed Oct 20 19:00:07 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 20 Oct 2010 19:00:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: rosegarden-10.04.2-1-i686 Message-ID: <20101020170007.B8174132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=36b2e3de73a5f069fc3dce2fef5831034ff316c8 commit 36b2e3de73a5f069fc3dce2fef5831034ff316c8 Author: Miklos Vajna Date: Wed Oct 20 17:10:58 2010 +0200 rosegarden-10.04.2-1-i686 - version bump - replace nonsense qt4 depend with proper depends/makedepends from qt4 subpkgs diff --git a/source/kde-extra/rosegarden/FrugalBuild b/source/kde-extra/rosegarden/FrugalBuild index 5f00237..c9029ec 100644 --- a/source/kde-extra/rosegarden/FrugalBuild +++ b/source/kde-extra/rosegarden/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: crazy pkgname=rosegarden -pkgver=10.02.1 -pkgrel=2 +pkgver=10.04.2 +pkgrel=1 pkgdesc="Rosegarden is a professional audio MIDI sequencer,score editor,music composition and editing environment." conflicts=('rosegarden-4') replaces=('rosegarden-4' 'noteedit') @@ -12,14 +12,17 @@ archs=('i686' 'x86_64') options=('scriptlet') _F_sourceforge_ext=".tar.bz2" Finclude sourceforge kde -depends=("${depends[@]}" "kdelibs>=$_F_kde_ver" "qt4" "dssi" "liblrdf" "liblo>=0.24" "jack>=0.118.0" "fftw" "liblirc" "makedepend" "libsndfile") +depends=("${depends[@]}" "kdelibs>=$_F_kde_ver" "libqt3support" "dssi" "liblrdf" "liblo>=0.24" "jack>=0.118.0" "fftw" "liblirc" "makedepend" "libsndfile") +makedepends=('qt4-linguist') url="http://www.rosegardenmusic.com/" _F_cd_path="$pkgname-`echo $pkgver | sed 's/_/-/'`" Fconfopts="${Fconfopts[@]} QTDIR=/usr" -sha1sums=('fbfa2234ee37bb005d2b4ee3a69242