[arch-commits] Commit in kdeedu-data/repos (testing-any testing-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Aug 21 01:59:25 UTC 2016


    Date: Sunday, August 21, 2016 @ 01:59:24
  Author: felixonmars
Revision: 274111

archrelease: copy trunk to testing-any

Added:
  kdeedu-data/repos/testing-any/
  kdeedu-data/repos/testing-any/PKGBUILD
    (from rev 274110, kdeedu-data/trunk/PKGBUILD)

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

Copied: kdeedu-data/repos/testing-any/PKGBUILD (from rev 274110, kdeedu-data/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2016-08-21 01:59:24 UTC (rev 274111)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-data
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="Common data for KDE Edu applications"
+url="http://kde.org/applications/education"
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+depends=('hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'qt5-base')
+conflicts=('libkdeedu<14')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
+sha1sums=('072183af0408dc312a014fbca7288b3f9939b379')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list