[arch-commits] Commit in kdegames-kubrick/kde-unstable (2 files)

Andrea Scarpino andrea at archlinux.org
Sat Nov 17 09:13:31 UTC 2012


    Date: Saturday, November 17, 2012 @ 04:13:30
  Author: andrea
Revision: 171350

KDE 4.10 beta1 - fixes

Added:
  kdegames-kubrick/kde-unstable/kdegames-kubrick.install
Modified:
  kdegames-kubrick/kde-unstable/PKGBUILD

--------------------------+
 PKGBUILD                 |   15 ++++++++-------
 kdegames-kubrick.install |   11 +++++++++++
 2 files changed, 19 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-17 09:13:26 UTC (rev 171349)
+++ PKGBUILD	2012-11-17 09:13:30 UTC (rev 171350)
@@ -1,23 +1,24 @@
 # $Id$
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
-pkgname=kdeedu-kubrik
+pkgname=kdeedu-kubrick
 pkgver=4.9.80
 pkgrel=1
 pkgdesc="Based on the famous Rubik's Cube"
-url="http://kde.org/applications/games/kubrik/"
+url="http://kde.org/applications/games/kubrick/"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kubrik-${pkgver}.tar.xz")
-sha1sums=('822b8f7266f7bd8170db1c02510480bb98d03e6f')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kubrick-${pkgver}.tar.xz")
+sha1sums=('c553b86fcb78b1c182945ab75bc85391b4dca593')
 
 build() {
   mkdir build
   cd build
-  cmake ../kubrik-${pkgver} \
+  cmake ../kubrick-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make

Added: kdegames-kubrick.install
===================================================================
--- kdegames-kubrick.install	                        (rev 0)
+++ kdegames-kubrick.install	2012-11-17 09:13:30 UTC (rev 171350)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list