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

Eric Bélanger eric at archlinux.org
Sun Dec 21 02:23:41 UTC 2014


    Date: Sunday, December 21, 2014 @ 03:23:40
  Author: eric
Revision: 227852

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

Added:
  freeciv/repos/extra-i686/PKGBUILD
    (from rev 227851, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-i686/freeciv.install
    (from rev 227851, freeciv/trunk/freeciv.install)
  freeciv/repos/extra-x86_64/PKGBUILD
    (from rev 227851, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-x86_64/freeciv.install
    (from rev 227851, 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          |   27 --------------------
 extra-i686/freeciv.install   |   11 --------
 extra-x86_64/PKGBUILD        |   27 --------------------
 extra-x86_64/freeciv.install |   11 --------
 6 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-12-21 02:21:25 UTC (rev 227851)
+++ extra-i686/PKGBUILD	2014-12-21 02:23:40 UTC (rev 227852)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=freeciv
-pkgver=2.4.3
-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=('ed7473e28c53e4bfbfc2535c15c7ef17d4e34204')
-
-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 227851, freeciv/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-12-21 02:23:40 UTC (rev 227852)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=freeciv
+pkgver=2.4.4
+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=('045931a0763df33e1e2114dde2d189a24861ce13')
+
+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	2014-12-21 02:21:25 UTC (rev 227851)
+++ extra-i686/freeciv.install	2014-12-21 02:23:40 UTC (rev 227852)
@@ -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 227851, freeciv/trunk/freeciv.install)
===================================================================
--- extra-i686/freeciv.install	                        (rev 0)
+++ extra-i686/freeciv.install	2014-12-21 02:23:40 UTC (rev 227852)
@@ -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	2014-12-21 02:21:25 UTC (rev 227851)
+++ extra-x86_64/PKGBUILD	2014-12-21 02:23:40 UTC (rev 227852)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=freeciv
-pkgver=2.4.3
-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=('ed7473e28c53e4bfbfc2535c15c7ef17d4e34204')
-
-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 227851, freeciv/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-12-21 02:23:40 UTC (rev 227852)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=freeciv
+pkgver=2.4.4
+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=('045931a0763df33e1e2114dde2d189a24861ce13')
+
+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	2014-12-21 02:21:25 UTC (rev 227851)
+++ extra-x86_64/freeciv.install	2014-12-21 02:23:40 UTC (rev 227852)
@@ -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 227851, freeciv/trunk/freeciv.install)
===================================================================
--- extra-x86_64/freeciv.install	                        (rev 0)
+++ extra-x86_64/freeciv.install	2014-12-21 02:23:40 UTC (rev 227852)
@@ -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