[arch-commits] Commit in kdeedu-ktouch/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat Jul 23 18:31:42 UTC 2016


    Date: Saturday, July 23, 2016 @ 18:31:42
  Author: arojas
Revision: 272312

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-ktouch/repos/kde-unstable-i686/
  kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD
    (from rev 272311, kdeedu-ktouch/kde-unstable/PKGBUILD)
  kdeedu-ktouch/repos/kde-unstable-x86_64/
  kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 272311, kdeedu-ktouch/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 272311, kdeedu-ktouch/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-07-23 18:31:42 UTC (rev 272312)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-ktouch
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="Touch Typing Tutor"
+url="http://kde.org/applications/education/ktouch/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
+makedepends=('cmake' 'automoc4' 'mesa')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz")
+sha1sums=('90afdc5efcb8efd7acc9c1a23df996a981177c2a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD (from rev 272311, kdeedu-ktouch/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-07-23 18:31:42 UTC (rev 272312)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-ktouch
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="Touch Typing Tutor"
+url="http://kde.org/applications/education/ktouch/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
+makedepends=('cmake' 'automoc4' 'mesa')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz")
+sha1sums=('90afdc5efcb8efd7acc9c1a23df996a981177c2a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list