Date: Thursday, December 13, 2018 @ 11:43:38
  Author: arojas
Revision: 341724

archrelease: copy trunk to testing-x86_64

Added:
  ktouch/repos/testing-x86_64/
  ktouch/repos/testing-x86_64/PKGBUILD
    (from rev 341723, ktouch/trunk/PKGBUILD)

----------+
 PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Copied: ktouch/repos/testing-x86_64/PKGBUILD (from rev 341723, 
ktouch/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2018-12-13 11:43:38 UTC (rev 341724)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=ktouch
+pkgver=18.12.0
+pkgrel=1
+pkgdesc="Touch Typing Tutor"
+url="https://kde.org/applications/education/ktouch/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(kqtquickcharts libxkbfile kcmutils hicolor-icon-theme 
qt5-quickcontrols qt5-graphicaleffects qt5-xmlpatterns)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdeedu-ktouch)
+replaces=(kdeedu-ktouch)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('43f785e2ee9f8b91b91c1975a2850b80039e7921883cd1a92932d4eb9fea4188'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 
<[email protected]>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to