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

Jan de Groot jgc at archlinux.org
Tue Jan 24 22:52:45 UTC 2017


    Date: Tuesday, January 24, 2017 @ 22:52:45
  Author: jgc
Revision: 287392

upgpkg: lablgtk2 2.18.5-3

Remove bindings for deprecated gnome libraries. We only need gtk2 for unison

Modified:
  lablgtk2/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-24 22:37:05 UTC (rev 287391)
+++ PKGBUILD	2017-01-24 22:52:45 UTC (rev 287392)
@@ -3,12 +3,12 @@
 
 pkgname=lablgtk2
 pkgver=2.18.5
-pkgrel=2
+pkgrel=3
 pkgdesc="An Objective Caml interface to gtk2"
 arch=(i686 x86_64)
 license=('LGPL')
 url="http://lablgtk.forge.ocamlcore.org/"
-depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 'gtksourceview2')
+depends=('gtk2' 'librsvg')
 makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
 optdepends=('ocaml: for using the tools')
 DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o %o %u')
@@ -18,7 +18,14 @@
 
 build() {
   cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+    --without-glade \
+    --without-gnomeui \
+    --without-gnomecanvas \
+    --without-panel \
+    --without-gtkspell \
+    --without-gtksourceview \
+    --without-gtksourceview2
   make world
   make opt
 }



More information about the arch-commits mailing list