[arch-commits] Commit in glob2/trunk (PKGBUILD glob2.install)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Apr 30 09:19:27 UTC 2016


    Date: Saturday, April 30, 2016 @ 11:19:27
  Author: jlichtblau
Revision: 173093

upgpkg: glob2 0.9.4.4-28 pacman hooks part 1 rebuild

Modified:
  glob2/trunk/PKGBUILD
Deleted:
  glob2/trunk/glob2.install

---------------+
 PKGBUILD      |   14 ++++++--------
 glob2.install |   13 -------------
 2 files changed, 6 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-30 09:06:16 UTC (rev 173092)
+++ PKGBUILD	2016-04-30 09:19:27 UTC (rev 173093)
@@ -2,20 +2,20 @@
 # Maintainer: Alexander Rødseth <rodseth at gmail.com>
 # Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
 # Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
+# Contributor: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 
 pkgname=glob2
 pkgver=0.9.4.4
-pkgrel=27
-pkgdesc='Globulation 2 is an innovative Real-Time Strategy (RTS) game which reduces micro-management by automatically assigning tasks to units'
+pkgrel=28
+pkgdesc='An innovative Real-Time Strategy game which reduces 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' 'xdg-utils' 'libgl' 'hicolor-icon-theme')
-makedepends=('scons' 'boost' 'mesa')
-install=glob2.install
-source=("http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz"
-        "glob2-0.9.4.1-gcc44.patch" fix-ftbfs-gcc49.diff)
+makedepends=('scons' 'boost' 'mesa' 'patch')
+source=(http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz
+        glob2-0.9.4.1-gcc44.patch fix-ftbfs-gcc49.diff)
 sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
             '3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a'
             '2bf0e51ca5de8c6f4910b68522a0265e07bb32beefe13b9912b59e5954c5bfba')
@@ -41,5 +41,3 @@
   install -Dm644 "data/icons/$pkgname-icon-48x48.png" \
     "$pkgdir/usr/share/pixmaps/$pkgname-icon-48x48.png"
 }
-
-# vim:set ts=2 sw=2 et:

Deleted: glob2.install
===================================================================
--- glob2.install	2016-04-30 09:06:16 UTC (rev 173092)
+++ glob2.install	2016-04-30 09:19:27 UTC (rev 173093)
@@ -1,13 +0,0 @@
-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