Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2ef650e51eebc1b8e4b7826f7a28d47895d39329
commit 2ef650e51eebc1b8e4b7826f7a28d47895d39329 Author: crazy <[EMAIL PROTECTED]> Date: Wed Oct 17 19:54:25 2007 +0200 libsexy-0.1.11-2-i686 * moved to xlib and rebuild diff --git a/source/gnome/libsexy/FrugalBuild b/source/gnome/libsexy/FrugalBuild deleted file mode 100644 index a4bc490..0000000 --- a/source/gnome/libsexy/FrugalBuild +++ /dev/null @@ -1,19 +0,0 @@ -# Compiling time: 0.79 SBU -# Maintainer: AlexExtreme <[EMAIL PROTECTED]> - -pkgname=libsexy -pkgver=0.1.11 -pkgrel=1 -pkgdesc="Extended widgets for GNOME" -url="http://www.chipx86.com/wiki/Libsexy" -depends=('gtk+2') -makedepends=('gtk-doc') -groups=('gnome') -archs=('i686' 'x86_64') -source=(http://releases.chipx86.com/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz) -up2date="lynx -dump http://releases.chipx86.com/libsexy/libsexy | Flasttar" -options=('scriptlet') -sha1sums=('be01c58f8888556660a847aa901a08c38a45fd96') -Fconfopts="$Fconfopts --enable-gtk-doc" - -# optimization OK diff --git a/source/xlib/libsexy/FrugalBuild b/source/xlib/libsexy/FrugalBuild new file mode 100644 index 0000000..6c89b82 --- /dev/null +++ b/source/xlib/libsexy/FrugalBuild @@ -0,0 +1,19 @@ +# Compiling time: 0.79 SBU +# Maintainer: AlexExtreme <[EMAIL PROTECTED]> + +pkgname=libsexy +pkgver=0.1.11 +pkgrel=2 +pkgdesc="Extended widgets for GNOME" +url="http://www.chipx86.com/wiki/Libsexy" +depends=('gtk+2>=2.12.1') +makedepends=('gtk-doc') +groups=('xlib') +archs=('i686' 'x86_64') +source=(http://releases.chipx86.com/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz) +up2date="lynx -dump http://releases.chipx86.com/libsexy/libsexy | Flasttar" +options=('scriptlet') +sha1sums=('be01c58f8888556660a847aa901a08c38a45fd96') +Fconfopts="$Fconfopts --enable-gtk-doc" + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
