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

Jan de Groot jgc at archlinux.org
Sun Feb 5 12:54:59 UTC 2017


    Date: Sunday, February 5, 2017 @ 12:54:58
  Author: jgc
Revision: 288077

upgpkg: lablgtk2 2.18.5-4

Add back gtksourceview2 bindings (FS#52796), gtksourceview2 is not going anywhere soon

Modified:
  lablgtk2/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-05 12:24:33 UTC (rev 288076)
+++ PKGBUILD	2017-02-05 12:54:58 UTC (rev 288077)
@@ -3,12 +3,12 @@
 
 pkgname=lablgtk2
 pkgver=2.18.5
-pkgrel=3
+pkgrel=4
 pkgdesc="An Objective Caml interface to gtk2"
 arch=(i686 x86_64)
 license=('LGPL')
 url="http://lablgtk.forge.ocamlcore.org/"
-depends=('gtk2' 'librsvg')
+depends=('gtk2' 'librsvg' 'gtksourceview2')
 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')
@@ -24,8 +24,7 @@
     --without-gnomecanvas \
     --without-panel \
     --without-gtkspell \
-    --without-gtksourceview \
-    --without-gtksourceview2
+    --without-gtksourceview
   make world
   make opt
 }



More information about the arch-commits mailing list