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

Jan Steffens heftig at archlinux.org
Fri Sep 25 15:52:09 UTC 2015


    Date: Friday, September 25, 2015 @ 17:52:09
  Author: heftig
Revision: 247449

2.40.0

Modified:
  libxml++/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-25 15:50:59 UTC (rev 247448)
+++ PKGBUILD	2015-09-25 15:52:09 UTC (rev 247449)
@@ -3,7 +3,7 @@
 
 pkgbase=libxml++
 pkgname=('libxml++' 'libxml++-docs')
-pkgver=2.38.1
+pkgver=2.40.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 makedepends=('pkgconfig' 'glibmm-docs' 'libxml2' 'glibmm')
 options=('!emptydirs')
 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver:0:4}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('882529189b03db6c69925b3f579ab1941feb4f02b5fe2612504ee7e498a4a05f')
+sha256sums=('a7b9703203696972cae50436e150979ef187d9b03c95519bdd89623b4068162a')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -27,8 +27,7 @@
   conflicts=('libxml++2')
 
   cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -i -e 's/install-data-am: install-data-local install-dist_referenceDATA/install-data-am: /' Makefile
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install doc_subdirs=
 }
 
 package_libxml++-docs() {
@@ -35,5 +34,5 @@
   pkgdesc="Developer documentation for libxml++"
   depends=('glibmm-docs')
   cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install-data-local install-dist_referenceDATA
+  make DESTDIR="${pkgdir}" -C docs install
 }



More information about the arch-commits mailing list