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

Eli Schwartz eschwartz at archlinux.org
Thu Jan 18 05:06:17 UTC 2018


    Date: Thursday, January 18, 2018 @ 05:06:14
  Author: eschwartz
Revision: 283808

upgpkg: qtspim 9.1.20-2

switch to qt5 build

Modified:
  qtspim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-18 05:05:44 UTC (rev 283807)
+++ PKGBUILD	2018-01-18 05:06:14 UTC (rev 283808)
@@ -3,13 +3,13 @@
 
 pkgname=qtspim
 pkgver=9.1.20
-pkgrel=1
+pkgrel=2
 pkgdesc="New user interface for spim, a MIPS simulator."
 arch=('x86_64')
 url="http://spimsimulator.sourceforge.net/"
 license=('BSD')
-depends=('qt4')
-makedepends=('subversion' 'icu')
+depends=('qt5-base')
+makedepends=('qt5-tools' 'subversion' 'icu')
 source=("spimsimulator::svn://svn.code.sf.net/p/spimsimulator/code/#revision=712")
 sha256sums=('SKIP')
 
@@ -16,7 +16,6 @@
 prepare() {
   cd spimsimulator/QtSpim
   sed -r \
-    -e 's/q([a-z]+)generator/q\1generator-qt4/' \
     -e 's/-Wno-write-strings/& -fpermissive/' \
     -i QtSpim.pro
   rm parser_yacc.* scanner_lex.*
@@ -25,7 +24,7 @@
 build() {
   cd spimsimulator/QtSpim
 
-  qmake-qt4
+  qmake
 
   # Fix Makefile generated by qmake.
   sed -i 's#$(MOVE) help/qtspim.qhc help/qtspim.qhc;##' Makefile



More information about the arch-commits mailing list