[arch-commits] Commit in orbit2/trunk (PKGBUILD)

Jan de Groot jgc at nymeria.archlinux.org
Mon Oct 28 17:40:58 UTC 2013


    Date: Monday, October 28, 2013 @ 18:40:58
  Author: jgc
Revision: 197704

Enable staticlibs, we already compile with --disable-static, but one library without a shared counterpart is still included in the package

Modified:
  orbit2/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-28 17:39:46 UTC (rev 197703)
+++ PKGBUILD	2013-10-28 17:40:58 UTC (rev 197704)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL')
 depends=('libidl2')
-options=('!libtool' '!makeflags')
+options=('!libtool' '!makeflags' 'staticlibs')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/ORBit2-${pkgver}.tar.bz2)
 sha256sums=('55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550')




More information about the arch-commits mailing list