Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=aa7aab71dde2d147966092bee4513640a6a2d4a6
commit aa7aab71dde2d147966092bee4513640a6a2d4a6 Author: crazy <[EMAIL PROTECTED]> Date: Sun Oct 14 05:43:11 2007 +0200 glib2-2.14.1-5-i686 * release bump * debug is on again ( watch for broken apps ) * moved docs to an own subpkg diff --git a/source/base/glib2/FrugalBuild b/source/base/glib2/FrugalBuild index a8e6c1d..381e4ce 100644 --- a/source/base/glib2/FrugalBuild +++ b/source/base/glib2/FrugalBuild @@ -3,7 +3,7 @@ pkgname=glib2 pkgver=2.14.1 -pkgrel=4 +pkgrel=5 pkgdesc="Common C routines used by GTK+2 and other libraries" url="http://www.gtk.org/" depends=('glibc') @@ -20,11 +20,7 @@ source=($source \ glib2-bug479724.patch \ glib-cast.patch) _F_cd_path="glib-$pkgver" -## DON'T remove nor change the debug level or it breaks again .. ## --enable-debug=yes # -## Gnome segfaults all over the place with debug , remover for rc2 , maybe for stable. -## NOTE: there is still a way to debug even with debug enabled : -## http://library.gnome.org/devel/glib/unstable/glib-running.html -Fconfopts="$Fconfopts --enable-gtk-doc --enable-static --with-threads=posix" +## DON'T remove nor change the debug level or it breaks again .. sha1sums=('ef9ff562aa7766b0081d37e3ce685843e796c0f8' \ '0c6723a3af0c19c735014071d59751ca138d28f8' \ 'd5294900ed3ee713ee0472a8f05fd9286d2a5690' \ @@ -33,4 +29,20 @@ sha1sums=('ef9ff562aa7766b0081d37e3ce685843e796c0f8' \ # Don't touch that export CFLAGS="$CFLAGS -fno-strict-aliasing" +subpkgs=("$pkgname-docs") +subdescs=("Glib2 Documentation") +subdepends=() +subgroups=('gnome-extra') +subarchs=('i686 x86_64') + +build() +{ + Fbuild \ + --enable-gtk-doc \ + --enable-static \ + --with-threads=posix \ + --enable-debug=yes + Fsplit $pkgname-docs usr/share/gtk-doc +} + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
