Date: Monday, December 24, 2018 @ 16:38:32 Author: bgyorgy Revision: 417837
upgpkg: adriconf 1.3-5 Fix AppStream metadata Modified: adriconf/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-24 15:02:36 UTC (rev 417836) +++ PKGBUILD 2018-12-24 16:38:32 UTC (rev 417837) @@ -2,7 +2,7 @@ pkgname=adriconf pkgver=1.3 -pkgrel=4 +pkgrel=5 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" @@ -21,7 +21,14 @@ prepare() { mkdir -p build cd $pkgname + + # Build with libxml++ 3.0 + # https://github.com/jlHertel/adriconf/issues/47 sed -i 's/libxml++-2.6/libxml++-3.0/' CMakeLists.txt + + # Fix AppStream metadata + # https://github.com/jlHertel/adriconf/pull/41 + git cherry-pick -n f4bf2225bad563b15161e193bf7ccecbd0c6d578 } build() {
