Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=5b5d6d718291ac8510a74c1bb107f6debc75019c
commit 5b5d6d718291ac8510a74c1bb107f6debc75019c Author: bouleetbil <[email protected]> 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 <[email protected]> + +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 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
