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

Antonio Rojas arojas at archlinux.org
Mon Sep 14 20:54:13 UTC 2015


    Date: Monday, September 14, 2015 @ 22:54:13
  Author: arojas
Revision: 246056

archrelease: copy trunk to testing-any

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

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

Copied: kdeedu-data/repos/testing-any/PKGBUILD (from rev 246055, kdeedu-data/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2015-09-14 20:54:13 UTC (rev 246056)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-data
+pkgver=15.08.1
+pkgrel=1
+pkgdesc="Common data for KDE Edu applications"
+url="http://kde.org/applications/education"
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('extra-cmake-modules')
+conflicts=('libkdeedu<14')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
+sha1sums=('4775b27d58f8dec89b8473b08ec274799205bf5e')
+
+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