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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Sep 2 15:25:59 UTC 2014


    Date: Tuesday, September 2, 2014 @ 17:25:59
  Author: svenstaro
Revision: 118194

upgpkg: gluon 0.71.0-6

Rebuild for mtree and cmake

Modified:
  gluon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-02 15:01:43 UTC (rev 118193)
+++ PKGBUILD	2014-09-02 15:25:59 UTC (rev 118194)
@@ -5,7 +5,7 @@
 pkgname=gluon
 pkgver=0.71.0
 _pkgver=0.71
-pkgrel=5
+pkgrel=6
 pkgdesc="A free and open source platform for creating and distributing games"
 arch=('i686' 'x86_64')
 url="http://gluon.gamingfreedom.org/"
@@ -29,6 +29,7 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_SKIP_RPATH=ON
+  grep -rl "Qt4::moc"|xargs sed -i "s/Qt4::moc/moc-qt4/" # No idea what's up here but I can't be bothered to fix it properly
   make
 }
 




More information about the arch-commits mailing list