[arch-commits] Commit in lablgtk2/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Mon May 10 15:09:15 UTC 2021
Date: Monday, May 10, 2021 @ 15:09:15
Author: jgc
Revision: 414922
upgpkg: lablgtk2 2.18.11-5: Also drop gtksourceview2
Modified:
lablgtk2/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-10 14:28:19 UTC (rev 414921)
+++ PKGBUILD 2021-05-10 15:09:15 UTC (rev 414922)
@@ -2,12 +2,12 @@
pkgname=lablgtk2
pkgver=2.18.11
-pkgrel=4
+pkgrel=5
pkgdesc="An Objective Caml interface to gtk2"
arch=(x86_64)
license=('LGPL')
url="http://lablgtk.forge.ocamlcore.org/"
-depends=('gtk2' 'librsvg' 'gtksourceview2')
+depends=('gtk2' 'librsvg')
makedepends=('ocaml-compiler-libs>=4.11.0' 'camlp5>=7.12')
optdepends=('ocaml: for using the tools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/garrigue/lablgtk/archive/${pkgver}.tar.gz" gcc10.patch)
@@ -28,6 +28,7 @@
--without-panel \
--without-gtkspell \
--without-gtksourceview \
+ --without-gtksourceview2 \
--without-glade
sed -e "s|-O|$CFLAGS|" \
-e "s|-shared|& -ccopt \"$LDFLAGS\"|" \
More information about the arch-commits
mailing list