[arch-commits] Commit in megaglest/repos (4 files)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon Nov 18 15:23:29 UTC 2013


    Date: Monday, November 18, 2013 @ 16:23:29
  Author: svenstaro
Revision: 101155

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

Added:
  megaglest/repos/community-i686/PKGBUILD
    (from rev 101154, megaglest/trunk/PKGBUILD)
  megaglest/repos/community-x86_64/PKGBUILD
    (from rev 101154, megaglest/trunk/PKGBUILD)
Deleted:
  megaglest/repos/community-i686/PKGBUILD
  megaglest/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ----------------------
 community-x86_64/PKGBUILD |   39 ----------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-18 15:23:19 UTC (rev 101154)
+++ community-i686/PKGBUILD	2013-11-18 15:23:29 UTC (rev 101155)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
-
-pkgname=megaglest
-pkgver=3.8.0beta1
-_pkgver=3.8.0-beta1
-pkgrel=2
-pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world."
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/megaglest/"
-license=('GPL3')
-depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 'lua51' 'icu' 'ftgl' 'glew'
-'libircclient' 'miniupnpc' 'wxgtk' 'glu')
-makedepends=('ftjam' 'cmake' 'mesa')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${_pkgver}.tar.xz")
-md5sums=('1da8707d435ffb2342f03ca466d4eeed')
-
-build() {
-  cd "${srcdir}"/"${pkgname}"-"${_pkgver}"/
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
-    -DWANT_SVN_STAMP=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}"/"${pkgname}"-"${_pkgver}"/
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: sw=2:ts=2 et:

Copied: megaglest/repos/community-i686/PKGBUILD (from rev 101154, megaglest/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-18 15:23:29 UTC (rev 101155)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
+
+pkgname=megaglest
+pkgver=3.9.0
+_pkgver=3.9.0
+pkgrel=1
+pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world."
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/megaglest/"
+license=('GPL3')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 'lua51' 'icu' 'ftgl' 'glew'
+'libircclient' 'miniupnpc' 'wxgtk' 'glu')
+makedepends=('ftjam' 'cmake' 'mesa')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${_pkgver}.tar.xz")
+md5sums=('b599e8a71376640bc0d191d6c92c9073')
+
+build() {
+  cd "${srcdir}"/"${pkgname}"-"${_pkgver}"/
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+    -DWANT_SVN_STAMP=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}"/"${pkgname}"-"${_pkgver}"/
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-18 15:23:19 UTC (rev 101154)
+++ community-x86_64/PKGBUILD	2013-11-18 15:23:29 UTC (rev 101155)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
-
-pkgname=megaglest
-pkgver=3.8.0beta1
-_pkgver=3.8.0-beta1
-pkgrel=2
-pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world."
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/megaglest/"
-license=('GPL3')
-depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 'lua51' 'icu' 'ftgl' 'glew'
-'libircclient' 'miniupnpc' 'wxgtk' 'glu')
-makedepends=('ftjam' 'cmake' 'mesa')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${_pkgver}.tar.xz")
-md5sums=('1da8707d435ffb2342f03ca466d4eeed')
-
-build() {
-  cd "${srcdir}"/"${pkgname}"-"${_pkgver}"/
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
-    -DWANT_SVN_STAMP=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}"/"${pkgname}"-"${_pkgver}"/
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: sw=2:ts=2 et:

Copied: megaglest/repos/community-x86_64/PKGBUILD (from rev 101154, megaglest/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-18 15:23:29 UTC (rev 101155)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
+
+pkgname=megaglest
+pkgver=3.9.0
+_pkgver=3.9.0
+pkgrel=1
+pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world."
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/megaglest/"
+license=('GPL3')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 'lua51' 'icu' 'ftgl' 'glew'
+'libircclient' 'miniupnpc' 'wxgtk' 'glu')
+makedepends=('ftjam' 'cmake' 'mesa')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${_pkgver}.tar.xz")
+md5sums=('b599e8a71376640bc0d191d6c92c9073')
+
+build() {
+  cd "${srcdir}"/"${pkgname}"-"${_pkgver}"/
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+    -DWANT_SVN_STAMP=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}"/"${pkgname}"-"${_pkgver}"/
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: sw=2:ts=2 et:




More information about the arch-commits mailing list