[arch-commits] Commit in ktouch/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun May 12 13:57:38 UTC 2019
Date: Sunday, May 12, 2019 @ 13:57:37
Author: arojas
Revision: 353003
archrelease: copy trunk to extra-x86_64
Added:
ktouch/repos/extra-x86_64/PKGBUILD
(from rev 353002, ktouch/trunk/PKGBUILD)
Deleted:
ktouch/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-12 13:57:23 UTC (rev 353002)
+++ PKGBUILD 2019-05-12 13:57:37 UTC (rev 353003)
@@ -1,39 +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=19.04.0
-pkgrel=2
-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=('707fca9ee9d0d217683e2bb562f5f8f984ddbd0ed7274b022a43bdc176898390'
- '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 \
- -DQt5QuickCompiler_FOUND=OFF # Don't compile QML, it creates a hard dependency on a specific Qt version
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: ktouch/repos/extra-x86_64/PKGBUILD (from rev 353002, ktouch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-12 13:57:37 UTC (rev 353003)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ktouch
+pkgver=19.04.1
+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=('09aa2ef862fffcdfc580b4aefff96a0591d99f470055365a90a41b25a3c6dcf2'
+ '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 \
+ -DCOMPILE_QML=OFF # Don't compile QML, it creates a hard dependency on a specific Qt version
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list