Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=45ca5d4234d8d047fbcaeadaf8bb21463549a563
commit 45ca5d4234d8d047fbcaeadaf8bb21463549a563 Author: crazy <[EMAIL PROTECTED]> Date: Wed Oct 17 20:33:46 2007 +0200 libglade-2.6.2-3-i686 * moved to xlib and rebuild diff --git a/source/gnome/libglade/FrugalBuild b/source/gnome/libglade/FrugalBuild deleted file mode 100644 index 9ea9ce5..0000000 --- a/source/gnome/libglade/FrugalBuild +++ /dev/null @@ -1,17 +0,0 @@ -# Compiling time: 0.20 SBU -# Maintainer: AlexExtreme <[EMAIL PROTECTED]> - -pkgname=libglade -pkgver=2.6.2 -pkgrel=2 -pkgdesc="Allows you to load glade interface files in a program at runtime" -url="http://www.gnome.org/" -depends=('gtk+2>=2.12.0' 'libxml2' 'python') -makedepends=('gtk-doc>=1.8-2') -groups=('gnome' 'gnome-core') -archs=('i686' 'x86_64') -Finclude gnome -sha1sums=('99ffcf33bcd0fdd67191c99b117a0cefc26b84bc') -Fconfopts="$Fconfopts --enable-gtk-doc" - -# optimization OK diff --git a/source/xlib/libglade/FrugalBuild b/source/xlib/libglade/FrugalBuild new file mode 100644 index 0000000..ad81c3d --- /dev/null +++ b/source/xlib/libglade/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling time: 0.20 SBU +# Maintainer: AlexExtreme <[EMAIL PROTECTED]> + +pkgname=libglade +pkgver=2.6.2 +pkgrel=3 +pkgdesc="Allows you to load glade interface files in a program at runtime" +url="http://www.gnome.org/" +depends=('gtk+2>=2.12.1' 'libxml2' 'python') +makedepends=('gtk-doc>=1.8-2') +groups=('xlib') +archs=('i686' 'x86_64') +Finclude gnome +sha1sums=('99ffcf33bcd0fdd67191c99b117a0cefc26b84bc') +Fconfopts="$Fconfopts --enable-gtk-doc" + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
