summaryrefslogtreecommitdiff
path: root/kde-unstable/kdeedu-rocs
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdeedu-rocs')
-rw-r--r--kde-unstable/kdeedu-rocs/PKGBUILD10
-rw-r--r--kde-unstable/kdeedu-rocs/kdeedu-rocs.install11
2 files changed, 16 insertions, 5 deletions
diff --git a/kde-unstable/kdeedu-rocs/PKGBUILD b/kde-unstable/kdeedu-rocs/PKGBUILD
index 86090e369..0df3d29a6 100644
--- a/kde-unstable/kdeedu-rocs/PKGBUILD
+++ b/kde-unstable/kdeedu-rocs/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 163587 2012-07-16 07:16:26Z andrea $
+# $Id: PKGBUILD 171775 2012-11-21 19:14:28Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdeedu-rocs
-pkgver=4.8.97
-pkgrel=2
+pkgver=4.9.80
+pkgrel=1
pkgdesc="Rocs Graph Theory"
url="http://kde.org/applications/education/rocs/"
arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@ license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdeedu')
depends=('kdebase-runtime')
makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz")
-sha1sums=('15daf5a0becd09f2de96e74753a632de905c09e7')
-options=('!makeflags')
+sha1sums=('a3feecc05b8408ccfa1d101554a8916b5700649f')
build() {
cd "${srcdir}"
diff --git a/kde-unstable/kdeedu-rocs/kdeedu-rocs.install b/kde-unstable/kdeedu-rocs/kdeedu-rocs.install
new file mode 100644
index 000000000..88ac37896
--- /dev/null
+++ b/kde-unstable/kdeedu-rocs/kdeedu-rocs.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}