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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Jul 21 13:34:53 UTC 2020


    Date: Tuesday, July 21, 2020 @ 13:34:53
  Author: svenstaro
Revision: 664750

upgpkg: tiled 1.4.1-2: Properly enable zstd support (FS#67340)

Modified:
  tiled/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-21 13:18:04 UTC (rev 664749)
+++ PKGBUILD	2020-07-21 13:34:53 UTC (rev 664750)
@@ -2,7 +2,7 @@
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to use'
 arch=('x86_64')
 url='http://www.mapeditor.org'
@@ -16,7 +16,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  qmake -r CONFIG+="tiled_zstd" SYSTEMD_ZSTD=yes INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
   make
 }
 



More information about the arch-commits mailing list