[arch-commits] Commit in glob2/trunk (PKGBUILD glob2.install glob2.install)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Thu Mar 28 14:15:17 UTC 2013
Date: Thursday, March 28, 2013 @ 15:15:16
Author: arodseth
Revision: 87196
Pixmap handling
Added:
glob2/trunk/glob2.install
Modified:
glob2/trunk/PKGBUILD
Deleted:
glob2/trunk/glob2.install
---------------+
PKGBUILD | 4 ++--
glob2.install | 26 +++++++++++++-------------
2 files changed, 15 insertions(+), 15 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-28 14:09:05 UTC (rev 87195)
+++ PKGBUILD 2013-03-28 14:15:16 UTC (rev 87196)
@@ -5,13 +5,13 @@
pkgname=glob2
pkgver=0.9.4.4
-pkgrel=17
+pkgrel=18
pkgdesc='RTS game which minimizes micro-management by automatically assigning tasks to units'
arch=('x86_64' 'i686')
url='http://www.globulation2.org/'
license=('GPL3')
depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
- 'fribidi' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'libgl')
+ 'fribidi' 'xdg-utils' 'libgl')
makedepends=('scons' 'boost' 'mesa-libgl')
install="$pkgname.install"
source=("http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz"
Deleted: glob2.install
===================================================================
--- glob2.install 2013-03-28 14:09:05 UTC (rev 87195)
+++ glob2.install 2013-03-28 14:15:16 UTC (rev 87196)
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
Added: glob2.install
===================================================================
--- glob2.install (rev 0)
+++ glob2.install 2013-03-28 14:15:16 UTC (rev 87196)
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ xdg-icon-resource forceupdate
+}
+
+post_remove() {
+ xdg-icon-resource forceupdate
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list