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

Antonio Rojas arojas at archlinux.org
Fri Mar 20 20:35:24 UTC 2015


    Date: Friday, March 20, 2015 @ 21:35:23
  Author: arojas
Revision: 234262

archrelease: copy kde-unstable to kde-unstable-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-20 20:34:48 UTC (rev 234261)
+++ PKGBUILD	2015-03-20 20:35:23 UTC (rev 234262)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-data
-pkgver=15.03.90
-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/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
-sha1sums=('92a330bd9a536e9fdb018f25f3fb73ad8b1ab2e8')
-
-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 234261, kdeedu-data/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-03-20 20:35:23 UTC (rev 234262)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-data
+pkgver=15.03.95
+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/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
+sha1sums=('f920474960ea862b3ba806cd13c3cdb5ac9122a5')
+
+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