[arch-commits] Commit in freeciv/repos (8 files)

Eric Bélanger eric at nymeria.archlinux.org
Tue Dec 10 20:59:46 UTC 2013


    Date: Tuesday, December 10, 2013 @ 21:59:46
  Author: eric
Revision: 201416

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  freeciv/repos/extra-i686/PKGBUILD
    (from rev 201415, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-i686/freeciv.install
    (from rev 201415, freeciv/trunk/freeciv.install)
  freeciv/repos/extra-x86_64/PKGBUILD
    (from rev 201415, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-x86_64/freeciv.install
    (from rev 201415, freeciv/trunk/freeciv.install)
Deleted:
  freeciv/repos/extra-i686/PKGBUILD
  freeciv/repos/extra-i686/freeciv.install
  freeciv/repos/extra-x86_64/PKGBUILD
  freeciv/repos/extra-x86_64/freeciv.install

------------------------------+
 /PKGBUILD                    |   54 +++++++++++++++++++++++++++++++++++++++++
 /freeciv.install             |   22 ++++++++++++++++
 extra-i686/PKGBUILD          |   28 ---------------------
 extra-i686/freeciv.install   |   11 --------
 extra-x86_64/PKGBUILD        |   28 ---------------------
 extra-x86_64/freeciv.install |   11 --------
 6 files changed, 76 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-12-10 20:59:10 UTC (rev 201415)
+++ extra-i686/PKGBUILD	2013-12-10 20:59:46 UTC (rev 201416)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=freeciv
-pkgver=2.4.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' 'hicolor-icon-theme' 'lua51' 'sqlite' 'curl' 'libltdl')
-backup=('etc/freeciv/database.lua')
-options=('!staticlibs')
-install=freeciv.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4a3537dc050bd69002794c832b74f5af972da25e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua \
-    --enable-client=gtk2 --enable-fcdb=sqlite3 --enable-aimodules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: freeciv/repos/extra-i686/PKGBUILD (from rev 201415, freeciv/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-12-10 20:59:46 UTC (rev 201416)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=freeciv
+pkgver=2.4.1
+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' 'lua51' 'sqlite' 'curl' 'libltdl')
+backup=('etc/freeciv/database.lua')
+install=freeciv.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('16fddc97c91e99b31f23fc80746b3454f8f55f78')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua \
+    --enable-client=gtk2 --enable-fcdb=sqlite3 --enable-aimodules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/freeciv.install
===================================================================
--- extra-i686/freeciv.install	2013-12-10 20:59:10 UTC (rev 201415)
+++ extra-i686/freeciv.install	2013-12-10 20:59:46 UTC (rev 201416)
@@ -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-i686/freeciv.install (from rev 201415, freeciv/trunk/freeciv.install)
===================================================================
--- extra-i686/freeciv.install	                        (rev 0)
+++ extra-i686/freeciv.install	2013-12-10 20:59:46 UTC (rev 201416)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-12-10 20:59:10 UTC (rev 201415)
+++ extra-x86_64/PKGBUILD	2013-12-10 20:59:46 UTC (rev 201416)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=freeciv
-pkgver=2.4.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' 'hicolor-icon-theme' 'lua51' 'sqlite' 'curl' 'libltdl')
-backup=('etc/freeciv/database.lua')
-options=('!staticlibs')
-install=freeciv.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4a3537dc050bd69002794c832b74f5af972da25e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua \
-    --enable-client=gtk2 --enable-fcdb=sqlite3 --enable-aimodules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: freeciv/repos/extra-x86_64/PKGBUILD (from rev 201415, freeciv/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-12-10 20:59:46 UTC (rev 201416)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=freeciv
+pkgver=2.4.1
+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' 'lua51' 'sqlite' 'curl' 'libltdl')
+backup=('etc/freeciv/database.lua')
+install=freeciv.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('16fddc97c91e99b31f23fc80746b3454f8f55f78')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua \
+    --enable-client=gtk2 --enable-fcdb=sqlite3 --enable-aimodules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/freeciv.install
===================================================================
--- extra-x86_64/freeciv.install	2013-12-10 20:59:10 UTC (rev 201415)
+++ extra-x86_64/freeciv.install	2013-12-10 20:59:46 UTC (rev 201416)
@@ -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 201415, freeciv/trunk/freeciv.install)
===================================================================
--- extra-x86_64/freeciv.install	                        (rev 0)
+++ extra-x86_64/freeciv.install	2013-12-10 20:59:46 UTC (rev 201416)
@@ -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