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

Felix Yan felixonmars at archlinux.org
Sun Feb 23 06:32:45 UTC 2020


    Date: Sunday, February 23, 2020 @ 06:32:44
  Author: felixonmars
Revision: 376089

upgpkg: gmetadom 0.2.6-8

Adding ocaml-findlib and libxslt as makedepends to fix warnings in configure: (FS#62914)

configure: WARNING: xsltproc is needed to generate many source files
configure: WARNING: findlib not found. The META file will be installed anyway but /usr/lib/ocaml/ld.conf will not be updated automatically

The missing file is back after the change:

-> Checking packages
> usr/lib/ocaml/gdome2/META
> usr/lib/ocaml/stublibs/dllmlgdome.so.owner

Modified:
  gmetadom/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 06:13:13 UTC (rev 376088)
+++ PKGBUILD	2020-02-23 06:32:44 UTC (rev 376089)
@@ -3,13 +3,13 @@
 
 pkgname=gmetadom
 pkgver=0.2.6
-pkgrel=7
+pkgrel=8
 pkgdesc="C++ bindings for GDome2 DOM implementation"
 arch=('x86_64')
 url="http://gmetadom.sourceforge.net/"
 license=('LGPL')
 depends=('gdome2')
-makedepends=('pkgconfig' 'ocaml')
+makedepends=('pkgconfig' 'ocaml-findlib' 'libxslt')
 options=('!makeflags')
 source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"
         'gmetadom-0.2.6-gcc43.patch')



More information about the arch-commits mailing list