[arch-commits] Commit in kdeedu-data/repos/kde-unstable-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Aug 5 17:24:28 UTC 2016
Date: Friday, August 5, 2016 @ 17:24:28
Author: arojas
Revision: 273138
archrelease: copy kde-unstable to kde-unstable-any
Added:
kdeedu-data/repos/kde-unstable-any/PKGBUILD
(from rev 273137, kdeedu-data/kde-unstable/PKGBUILD)
Deleted:
kdeedu-data/repos/kde-unstable-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-05 17:24:11 UTC (rev 273137)
+++ PKGBUILD 2016-08-05 17:24:28 UTC (rev 273138)
@@ -1,33 +0,0 @@
-# $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
-}
Copied: kdeedu-data/repos/kde-unstable-any/PKGBUILD (from rev 273137, kdeedu-data/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-08-05 17:24:28 UTC (rev 273138)
@@ -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.90
+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=('b55ce3f69a2cb46fe9e9609a86370395aec1d655')
+
+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