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

Antonio Rojas arojas at archlinux.org
Tue Apr 30 20:34:31 UTC 2019


    Date: Tuesday, April 30, 2019 @ 20:34:29
  Author: arojas
Revision: 457218

Update to Qt5 fork

Modified:
  tipp10/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-30 20:32:45 UTC (rev 457217)
+++ PKGBUILD	2019-04-30 20:34:29 UTC (rev 457218)
@@ -2,32 +2,25 @@
 # Contributor: toliman <altergan at hs-albsig.de>
 
 pkgname=tipp10
-pkgver=2.1.0
-pkgrel=8
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="intelligent typing tutor"
 arch=('x86_64')
 url="https://www.tipp10.com/"
 license=('GPL2')
-depends=('qt4')
-source=(defines.h.patch
-        gcc-4.5.patch \
-        "https://www.tipp10.com/de/download/tipp10_source_v"${pkgver//./-}".zip")
-md5sums=('73a987123ca842026b7bde5e89370b86'
-         'a9d388ddb17ae93f13acb915bc8eba57'
-         '38c1e1fc9c5ba183279efdd22b318b7a')
+depends=('qt5-multimedia')
+source=(https://gitlab.com/a_a/tipp10/-/archive/v$pkgver/tipp10-v$pkgver.tar.gz)
+md5sums=('2ead321736d58a5be70442eeac90b0f1')
 
 build() {
-  cd "$srcdir/tipp10_source_v${pkgver//./-}"
+  cd tipp10-v$pkgver
 
-  sed -i 's#tipp10v2.template#../share/tipp10/tipp10v2.template#' def/defines.h
-  patch -p0 < "$srcdir/defines.h.patch"
-  patch -p0 < "$srcdir/gcc-4.5.patch"
-  qmake-qt4
+  qmake-qt5
   make
 }
 
 package() {
-  cd "$srcdir/tipp10_source_v${pkgver//./-}"
+  cd tipp10-v$pkgver
 
   make DESTDIR="$pkgdir" install
 



More information about the arch-commits mailing list