[arch-commits] Commit in freeciv/repos/extra-x86_64 (4 files)
Eric Bélanger
eric at archlinux.org
Thu Aug 18 01:12:48 UTC 2011
Date: Wednesday, August 17, 2011 @ 21:12:48
Author: eric
Revision: 135708
archrelease: copy trunk to extra-x86_64
Added:
freeciv/repos/extra-x86_64/PKGBUILD
(from rev 135707, freeciv/trunk/PKGBUILD)
freeciv/repos/extra-x86_64/freeciv.install
(from rev 135707, freeciv/trunk/freeciv.install)
Deleted:
freeciv/repos/extra-x86_64/PKGBUILD
freeciv/repos/extra-x86_64/freeciv.install
-----------------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
freeciv.install | 22 +++++++++++-----------
2 files changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2011-08-18 01:12:31 UTC (rev 135707)
+++ PKGBUILD 2011-08-18 01:12:48 UTC (rev 135708)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=freeciv
-pkgver=2.2.7
-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' 'bzip2' 'hicolor-icon-theme')
-options=('!libtool')
-install=freeciv.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('db61c36222ad0bd1de233cf29226ff27')
-sha1sums=('b7cf680a25e9006cb3a289a2e5c786dd385577cb')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --enable-client=gtk --enable-shared
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: freeciv/repos/extra-x86_64/PKGBUILD (from rev 135707, freeciv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2011-08-18 01:12:48 UTC (rev 135708)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=freeciv
+pkgver=2.3.0
+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' 'bzip2' 'hicolor-icon-theme')
+options=('!libtool')
+install=freeciv.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('70fd4285f2da7d41bdadac43458e62c9')
+sha1sums=('d4e871ad749e1807957df4e353fbb8f5510b7248')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --enable-client=gtk --enable-shared
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: freeciv.install
===================================================================
--- freeciv.install 2011-08-18 01:12:31 UTC (rev 135707)
+++ freeciv.install 2011-08-18 01:12:48 UTC (rev 135708)
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
Copied: freeciv/repos/extra-x86_64/freeciv.install (from rev 135707, freeciv/trunk/freeciv.install)
===================================================================
--- freeciv.install (rev 0)
+++ freeciv.install 2011-08-18 01:12:48 UTC (rev 135708)
@@ -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