[arch-commits] Commit in ktouch/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Nov 8 11:08:20 UTC 2018


    Date: Thursday, November 8, 2018 @ 11:08:20
  Author: arojas
Revision: 338200

archrelease: copy trunk to extra-x86_64

Added:
  ktouch/repos/extra-x86_64/PKGBUILD
    (from rev 338199, ktouch/trunk/PKGBUILD)
Deleted:
  ktouch/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-08 11:08:04 UTC (rev 338199)
+++ PKGBUILD	2018-11-08 11:08:20 UTC (rev 338200)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ktouch
-pkgver=18.08.2
-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)
-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=('b7b299bb07313a3a79cb2dcaa1e7c3f760aa877259be817d045fd6da61c768c2'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-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
-}

Copied: ktouch/repos/extra-x86_64/PKGBUILD (from rev 338199, ktouch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-08 11:08:20 UTC (rev 338200)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ktouch
+pkgver=18.08.3
+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)
+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=('0bf18f7b4f5644aa1d1f2248577d1aae2a96f091abefed9f8334124b60e73ce7'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+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
+}



More information about the arch-commits mailing list