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

Antonio Rojas arojas at archlinux.org
Fri Nov 18 20:22:24 UTC 2016


    Date: Friday, November 18, 2016 @ 20:22:24
  Author: arojas
Revision: 281217

archrelease: copy kde-unstable to staging-any

Added:
  kdeedu-data/repos/staging-any/
  kdeedu-data/repos/staging-any/PKGBUILD
    (from rev 281216, kdeedu-data/kde-unstable/PKGBUILD)

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

Copied: kdeedu-data/repos/staging-any/PKGBUILD (from rev 281216, kdeedu-data/kde-unstable/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2016-11-18 20:22:24 UTC (rev 281217)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-data
+pkgver=16.11.80
+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/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig})
+sha1sums=('8ddc29dea67d387e515e7de26b733304bbad03ab'
+         'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+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