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

Antonio Rojas arojas at archlinux.org
Thu Dec 3 19:54:14 UTC 2015


    Date: Thursday, December 3, 2015 @ 20:54:14
  Author: arojas
Revision: 252155

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

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

---------------------+
 PKGBUILD            |   66 +++++++++++++++++++++++++-------------------------
 kdeedu-data.install |   12 +++++++++
 2 files changed, 46 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-03 19:53:55 UTC (rev 252154)
+++ PKGBUILD	2015-12-03 19:54:14 UTC (rev 252155)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-data
-pkgver=15.11.80
-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=('1e59b79651f6905e9c1db31fd6852dcd1cbbb2ce')
-
-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 252154, kdeedu-data/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-12-03 19:54:14 UTC (rev 252155)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-data
+pkgver=15.11.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')
+conflicts=('libkdeedu<14')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
+sha1sums=('6c26bf3cf8b9b440cd09a52dfd5de15fb0e7fd2e')
+install=$pkgname.install
+
+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/kdeedu-data.install (from rev 252154, kdeedu-data/kde-unstable/kdeedu-data.install)
===================================================================
--- kdeedu-data.install	                        (rev 0)
+++ kdeedu-data.install	2015-12-03 19:54:14 UTC (rev 252155)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list