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

Antonio Rojas arojas at archlinux.org
Fri Nov 30 07:23:19 UTC 2018


    Date: Friday, November 30, 2018 @ 07:23:19
  Author: arojas
Revision: 410584

Fix freetype detection (FS#60939)

Modified:
  xplanet/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-29 23:11:17 UTC (rev 410583)
+++ PKGBUILD	2018-11-30 07:23:19 UTC (rev 410584)
@@ -4,7 +4,7 @@
 
 pkgname=xplanet
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An Xearth wannabe"
 arch=(x86_64)
 url="http://xplanet.sourceforge.net/"
@@ -20,6 +20,8 @@
   cd "$srcdir"/$pkgname-$pkgver
   patch -p1 <"$srcdir"/giflib6.patch
   patch -p1 -i ../xplanet-c++11.patch # Fix build with C++11 (Gentoo)
+  sed -e 's|freetype-config|pkg-config freetype2|g' -i acinclude.m4
+  autoreconf -vif
 }
 
 build() {



More information about the arch-commits mailing list