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

Laurent Carlier lcarlier at nymeria.archlinux.org
Mon Jan 13 13:45:45 UTC 2014


    Date: Monday, January 13, 2014 @ 14:45:45
  Author: lcarlier
Revision: 103898

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

Added:
  minetest/repos/community-i686/PKGBUILD
    (from rev 103897, minetest/trunk/PKGBUILD)
  minetest/repos/community-i686/minetest.install
    (from rev 103897, minetest/trunk/minetest.install)
  minetest/repos/community-x86_64/PKGBUILD
    (from rev 103897, minetest/trunk/PKGBUILD)
  minetest/repos/community-x86_64/minetest.install
    (from rev 103897, minetest/trunk/minetest.install)
Deleted:
  minetest/repos/community-i686/PKGBUILD
  minetest/repos/community-i686/minetest.install
  minetest/repos/community-x86_64/PKGBUILD
  minetest/repos/community-x86_64/minetest.install

-----------------------------------+
 /PKGBUILD                         |   72 ++++++++++++++++++++++++++++++++++++
 /minetest.install                 |   34 +++++++++++++++++
 community-i686/PKGBUILD           |   36 ------------------
 community-i686/minetest.install   |   17 --------
 community-x86_64/PKGBUILD         |   36 ------------------
 community-x86_64/minetest.install |   17 --------
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-13 13:45:33 UTC (rev 103897)
+++ community-i686/PKGBUILD	2014-01-13 13:45:45 UTC (rev 103898)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Konsta Kokkinen <kray at tsundere.fi>
-
-pkgname=minetest
-pkgver=0.4.8
-pkgrel=1
-pkgdesc='An Infiniminer/Minecraft inspired game'
-arch=('i686' 'x86_64')
-url='http://minetest.net/'
-license=('GPL')
-depends=('sqlite' 'libxxf86vm' 'openal' 'libvorbis' 'curl' 'irrlicht' 'hicolor-icon-theme')
-makedepends=('cmake')
-install=minetest.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}/tarball/${pkgver}
-	${pkgname}_game-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}_game/tarball/${pkgver})
-md5sums=('90dd6a3c2c587a3e55df59ba4458cd65'
-         'df88f4a28ad10e9ab8c445bd28a504e2')
-
-build() {
-  cd "$srcdir"/minetest-minetest-*
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/minetest-minetest-*
-
-  make DESTDIR="$pkgdir" install
-
-  mv -v "$srcdir"/minetest-minetest_game-* "$pkgdir"/usr/share/minetest/games/minetest
-  
-  # small cleanup
-  rm "$pkgdir"/usr/share/minetest/games/minetest/.gitignore
-}

Copied: minetest/repos/community-i686/PKGBUILD (from rev 103897, minetest/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-13 13:45:45 UTC (rev 103898)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Konsta Kokkinen <kray at tsundere.fi>
+
+pkgname=minetest
+pkgver=0.4.9
+pkgrel=1
+pkgdesc='An Infiniminer/Minecraft inspired game'
+arch=('i686' 'x86_64')
+url='http://minetest.net/'
+license=('GPL')
+depends=('sqlite' 'libxxf86vm' 'openal' 'libvorbis' 'curl' 'irrlicht' 'mesa' 'hicolor-icon-theme')
+makedepends=('cmake')
+install=minetest.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}/tarball/${pkgver}
+	${pkgname}_game-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}_game/tarball/${pkgver})
+md5sums=('2a2629befa86ef72924bcc0e489730c7'
+         '097666443a71988cf2d41ebd9be31ec9')
+
+build() {
+  cd "$srcdir"/minetest-minetest-*
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/minetest-minetest-*
+
+  make DESTDIR="$pkgdir" install
+
+  mv -v "$srcdir"/minetest-minetest_game-* "$pkgdir"/usr/share/minetest/games/minetest
+  
+  # small cleanup
+  rm "$pkgdir"/usr/share/minetest/games/minetest/.gitignore
+}

Deleted: community-i686/minetest.install
===================================================================
--- community-i686/minetest.install	2014-01-13 13:45:33 UTC (rev 103897)
+++ community-i686/minetest.install	2014-01-13 13:45:45 UTC (rev 103898)
@@ -1,17 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
-  update-desktop-database > /dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database > /dev/null 2>&1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1     
-  update-desktop-database > /dev/null 2>&1
-}

Copied: minetest/repos/community-i686/minetest.install (from rev 103897, minetest/trunk/minetest.install)
===================================================================
--- community-i686/minetest.install	                        (rev 0)
+++ community-i686/minetest.install	2014-01-13 13:45:45 UTC (rev 103898)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
+  update-desktop-database > /dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database > /dev/null 2>&1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1     
+  update-desktop-database > /dev/null 2>&1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-13 13:45:33 UTC (rev 103897)
+++ community-x86_64/PKGBUILD	2014-01-13 13:45:45 UTC (rev 103898)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Konsta Kokkinen <kray at tsundere.fi>
-
-pkgname=minetest
-pkgver=0.4.8
-pkgrel=1
-pkgdesc='An Infiniminer/Minecraft inspired game'
-arch=('i686' 'x86_64')
-url='http://minetest.net/'
-license=('GPL')
-depends=('sqlite' 'libxxf86vm' 'openal' 'libvorbis' 'curl' 'irrlicht' 'hicolor-icon-theme')
-makedepends=('cmake')
-install=minetest.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}/tarball/${pkgver}
-	${pkgname}_game-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}_game/tarball/${pkgver})
-md5sums=('90dd6a3c2c587a3e55df59ba4458cd65'
-         'df88f4a28ad10e9ab8c445bd28a504e2')
-
-build() {
-  cd "$srcdir"/minetest-minetest-*
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/minetest-minetest-*
-
-  make DESTDIR="$pkgdir" install
-
-  mv -v "$srcdir"/minetest-minetest_game-* "$pkgdir"/usr/share/minetest/games/minetest
-  
-  # small cleanup
-  rm "$pkgdir"/usr/share/minetest/games/minetest/.gitignore
-}

Copied: minetest/repos/community-x86_64/PKGBUILD (from rev 103897, minetest/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-13 13:45:45 UTC (rev 103898)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Konsta Kokkinen <kray at tsundere.fi>
+
+pkgname=minetest
+pkgver=0.4.9
+pkgrel=1
+pkgdesc='An Infiniminer/Minecraft inspired game'
+arch=('i686' 'x86_64')
+url='http://minetest.net/'
+license=('GPL')
+depends=('sqlite' 'libxxf86vm' 'openal' 'libvorbis' 'curl' 'irrlicht' 'mesa' 'hicolor-icon-theme')
+makedepends=('cmake')
+install=minetest.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}/tarball/${pkgver}
+	${pkgname}_game-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}_game/tarball/${pkgver})
+md5sums=('2a2629befa86ef72924bcc0e489730c7'
+         '097666443a71988cf2d41ebd9be31ec9')
+
+build() {
+  cd "$srcdir"/minetest-minetest-*
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/minetest-minetest-*
+
+  make DESTDIR="$pkgdir" install
+
+  mv -v "$srcdir"/minetest-minetest_game-* "$pkgdir"/usr/share/minetest/games/minetest
+  
+  # small cleanup
+  rm "$pkgdir"/usr/share/minetest/games/minetest/.gitignore
+}

Deleted: community-x86_64/minetest.install
===================================================================
--- community-x86_64/minetest.install	2014-01-13 13:45:33 UTC (rev 103897)
+++ community-x86_64/minetest.install	2014-01-13 13:45:45 UTC (rev 103898)
@@ -1,17 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
-  update-desktop-database > /dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database > /dev/null 2>&1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1     
-  update-desktop-database > /dev/null 2>&1
-}

Copied: minetest/repos/community-x86_64/minetest.install (from rev 103897, minetest/trunk/minetest.install)
===================================================================
--- community-x86_64/minetest.install	                        (rev 0)
+++ community-x86_64/minetest.install	2014-01-13 13:45:45 UTC (rev 103898)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
+  update-desktop-database > /dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database > /dev/null 2>&1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1     
+  update-desktop-database > /dev/null 2>&1
+}




More information about the arch-commits mailing list