Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=e4901e0c990ef17322017bf0d7cefc2fb88f3c37
commit e4901e0c990ef17322017bf0d7cefc2fb88f3c37 Author: DeX77 <[email protected]> Date: Mon Nov 7 21:53:29 2016 +0100 glib2-2.50.1-3-x86_64 * rebuild to force update diff --git a/source/base/glib2/FrugalBuild b/source/base/glib2/FrugalBuild index 738d4a6..21243ba 100644 --- a/source/base/glib2/FrugalBuild +++ b/source/base/glib2/FrugalBuild @@ -6,7 +6,7 @@ USE_DOC=${USE_DOC:-"n"} pkgname=glib2 pkgver=2.50.1 -pkgrel=2 +pkgrel=3 pkgdesc="Common C routines used by GTK+ and other libraries" url="http://www.gtk.org/" rodepends=('scriptlet-core') @@ -37,15 +37,17 @@ if Fuse $USE_DOC; then subdepends=() subgroups=('docs-extra') subarchs=('x86_64') + suboptions=('force') else Fconfopts+=" --disable-gtk-doc" fi - subpkgs=("lib32-$pkgname") - subdescs=("Common C routines used by GTK+ and other libraries (32-bit)") - subdepends=('glibc lib32-libffi lib32-zlib lib32-pcre lib32-elfutils lib32-util-linux lib32-libblkid') - subgroups=('lib32-extra') - subarchs=('x86_64') + subpkgs+=("lib32-$pkgname") + subdescs+=("Common C routines used by GTK+ and other libraries (32-bit)") + subdepends+=('glibc lib32-libffi lib32-zlib lib32-pcre lib32-elfutils lib32-util-linux lib32-libblkid') + subgroups+=('lib32-extra') + subarchs+=('x86_64') + suboptions+=('force') build() { _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
