[arch-commits] Commit in kdeedu-data/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Sat Jul 23 14:15:21 UTC 2016
Date: Saturday, July 23, 2016 @ 14:15:21
Author: arojas
Revision: 272178
archrelease: copy kde-unstable to kde-unstable-any
Added:
kdeedu-data/repos/kde-unstable-any/
kdeedu-data/repos/kde-unstable-any/PKGBUILD
(from rev 272177, kdeedu-data/kde-unstable/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: kdeedu-data/repos/kde-unstable-any/PKGBUILD (from rev 272177, kdeedu-data/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD (rev 0)
+++ kde-unstable-any/PKGBUILD 2016-07-23 14:15:21 UTC (rev 272178)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-data
+pkgver=16.07.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")
+sha1sums=('20aed2b7da350107a977747855a073258b8f47ba')
+
+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