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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Feb 24 09:43:37 UTC 2019


    Date: Sunday, February 24, 2019 @ 09:43:35
  Author: svenstaro
Revision: 435495

upgpkg: wesnoth 1.14.6-1

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-24 09:13:25 UTC (rev 435494)
+++ PKGBUILD	2019-02-24 09:43:35 UTC (rev 435495)
@@ -5,8 +5,8 @@
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=wesnoth
-pkgver=1.14.5
-pkgrel=4
+pkgver=1.14.6
+pkgrel=1
 pkgdesc="A turn-based strategy game on a fantasy world"
 arch=('x86_64')
 license=('GPL')
@@ -22,11 +22,6 @@
             '6e776bf9d4e6f289b1dddbea03b0cc6972af9e926c8305fac823613b101d7f3bc40f30ab73708e9df355b28cc6459b138f3d8015528796ad94d3571d20dd54ed'
             '9d648c8bd13a574364b4dede4b1084a2fe1bf50a38ad04aa1a9f72f168915fc67d29b3c048f881a32f38a785fd4256d48c864346db08326e279237b28d5ca884')
 
-prepare() {
-  cd $pkgname
-  git cherry-pick -n f6a32792d023d182d350b5a2ed9e469ad67484c8 # Fix build with boost 1.69
-}
-
 build() {
   cd "$srcdir/$pkgname"
 
@@ -36,7 +31,8 @@
       -DENABLE_OMP=ON \
       -DENABLE_TOOLS=ON \
       -DMANDIR=share/man \
-      -DFIFO_DIR=/var/run/wesnothd
+      -DFIFO_DIR=/var/run/wesnothd \
+      -DENABLE_DISPLAY_REVISION=OFF
   make
 }
 



More information about the arch-commits mailing list