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

Eric Bélanger eric at archlinux.org
Fri Dec 11 05:58:05 UTC 2009


    Date: Friday, December 11, 2009 @ 00:58:05
  Author: eric
Revision: 61084

upgpkg: freeciv 2.1.10-1
    Upstream update, Removed esound depends, Added install script to update icon cache

Added:
  freeciv/trunk/freeciv.install
Modified:
  freeciv/trunk/ChangeLog
  freeciv/trunk/PKGBUILD

-----------------+
 ChangeLog       |    7 +++++++
 PKGBUILD        |   11 ++++++-----
 freeciv.install |   11 +++++++++++
 3 files changed, 24 insertions(+), 5 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-12-11 05:43:12 UTC (rev 61083)
+++ ChangeLog	2009-12-11 05:58:05 UTC (rev 61084)
@@ -1,3 +1,10 @@
+2009-12-10  Eric Belanger  <eric at archlinux.org>
+
+	* freeciv 2.1.10-1
+	* Upstream update
+	* Removed esound depends
+	* Added install script to update icon cache
+
 2009-06-18  Eric Belanger  <eric at archlinux.org>
 
 	* freeciv 2.1.9-2

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-11 05:43:12 UTC (rev 61083)
+++ PKGBUILD	2009-12-11 05:58:05 UTC (rev 61084)
@@ -4,17 +4,18 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=freeciv
-pkgver=2.1.9
-pkgrel=2
+pkgver=2.1.10
+pkgrel=1
 pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
 arch=('i686' 'x86_64')
 url="http://www.freeciv.org/"
 license=('GPL')
-depends=('gtk2' 'sdl_mixer' 'esound' 'readline>=6.0.00')
+depends=('gtk2' 'sdl_mixer' 'readline>=6.0.00')
 makedepends=('pkgconfig')
+install=freeciv.install
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('caffaa201b2f5dfdfe00b6e6c3f32fb1')
-sha1sums=('01a3500a9d0f9d9c9b95b7c4b57f2446f671a900')
+md5sums=('a2aa9b247d7f1581eff9e66786f4f747')
+sha1sums=('94a0e9039d12142394df30148a7e1edd685da058')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Added: freeciv.install
===================================================================
--- freeciv.install	                        (rev 0)
+++ freeciv.install	2009-12-11 05:58:05 UTC (rev 61084)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list