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

Balló György bgyorgy at archlinux.org
Thu Dec 20 10:36:42 UTC 2018


    Date: Thursday, December 20, 2018 @ 10:36:42
  Author: bgyorgy
Revision: 416913

upgpkg: adriconf 1.3-4

Build with libxml++-3.0

Modified:
  adriconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-20 10:35:13 UTC (rev 416912)
+++ PKGBUILD	2018-12-20 10:36:42 UTC (rev 416913)
@@ -2,12 +2,12 @@
 
 pkgname=adriconf
 pkgver=1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="GUI tool to configure Mesa drivers by setting options and writing them to the standard drirc file"
 arch=(x86_64)
 url="https://github.com/jlHertel/adriconf"
 license=(GPL3)
-depends=(boost-libs gtkmm3 libxml++2.6 pciutils)
+depends=(boost-libs gtkmm3 libxml++ pciutils)
 makedepends=(boost cmake git gtest)
 _commit=93e4ac64999c3ef3f73aab593cca642ef1d9da6f  # tags/v1.3
 source=("git+https://github.com/jlHertel/adriconf#commit=$_commit")
@@ -20,6 +20,8 @@
 
 prepare() {
   mkdir -p build
+  cd $pkgname
+  sed -i 's/libxml++-2.6/libxml++-3.0/' CMakeLists.txt
 }
 
 build() {



More information about the arch-commits mailing list