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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Jan 12 17:02:04 UTC 2017


    Date: Thursday, January 12, 2017 @ 17:02:03
  Author: svenstaro
Revision: 207030

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

Added:
  scummvm-tools/repos/community-i686/PKGBUILD
    (from rev 207029, scummvm-tools/trunk/PKGBUILD)
  scummvm-tools/repos/community-x86_64/PKGBUILD
    (from rev 207029, scummvm-tools/trunk/PKGBUILD)
Deleted:
  scummvm-tools/repos/community-i686/PKGBUILD
  scummvm-tools/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 68 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-12 17:01:36 UTC (rev 207029)
+++ community-i686/PKGBUILD	2017-01-12 17:02:03 UTC (rev 207030)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Jérémie Dimino <jeremie at dimino.org>
-# Contributor: Sebastian Hase <sebastian_hase at gmx.de>
-# Contributor: Joe Davison <joe at thosedamnpeanuts.com>
-pkgname=scummvm-tools
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="A set of tools that enable you to convert, compress and decode game datafiles for ScummVM"
-url="http://www.scummvm.org/"
-license=('GPL')
-depends=('libpng' 'wxgtk2.8' 'flac' 'libvorbis')
-arch=('i686' 'x86_64')
-source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz")
-md5sums=('47cb6462a9eb985e22c801445a6ffdc5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  sed -i 's/wxgtk2-2.8-config/wx-config-2.8/' configure
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d ${pkgdir}/usr/bin
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm 644 README ${pkgdir}/usr/share/doc/scummvm-tools/README
-  install -Dm 644 convert_dxa.sh ${pkgdir}/usr/share/doc/scummvm-tools/samples/convert_dxa.sh
-}
-#vim: sw=2 ts=2 et:

Copied: scummvm-tools/repos/community-i686/PKGBUILD (from rev 207029, scummvm-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-12 17:02:03 UTC (rev 207030)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jérémie Dimino <jeremie at dimino.org>
+# Contributor: Sebastian Hase <sebastian_hase at gmx.de>
+# Contributor: Joe Davison <joe at thosedamnpeanuts.com>
+pkgname=scummvm-tools
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="A set of tools that enable you to convert, compress and decode game datafiles for ScummVM"
+url="http://www.scummvm.org/"
+license=('GPL')
+depends=('libpng' 'wxgtk' 'flac' 'libvorbis')
+arch=('i686' 'x86_64')
+source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz")
+md5sums=('7b472cc2895161c64630df92df4c65b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d ${pkgdir}/usr/bin
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm 644 README ${pkgdir}/usr/share/doc/scummvm-tools/README
+  install -Dm 644 convert_dxa.sh ${pkgdir}/usr/share/doc/scummvm-tools/samples/convert_dxa.sh
+}
+#vim: sw=2 ts=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-12 17:01:36 UTC (rev 207029)
+++ community-x86_64/PKGBUILD	2017-01-12 17:02:03 UTC (rev 207030)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Jérémie Dimino <jeremie at dimino.org>
-# Contributor: Sebastian Hase <sebastian_hase at gmx.de>
-# Contributor: Joe Davison <joe at thosedamnpeanuts.com>
-pkgname=scummvm-tools
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="A set of tools that enable you to convert, compress and decode game datafiles for ScummVM"
-url="http://www.scummvm.org/"
-license=('GPL')
-depends=('libpng' 'wxgtk2.8' 'flac' 'libvorbis')
-arch=('i686' 'x86_64')
-source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz")
-md5sums=('47cb6462a9eb985e22c801445a6ffdc5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  sed -i 's/wxgtk2-2.8-config/wx-config-2.8/' configure
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d ${pkgdir}/usr/bin
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm 644 README ${pkgdir}/usr/share/doc/scummvm-tools/README
-  install -Dm 644 convert_dxa.sh ${pkgdir}/usr/share/doc/scummvm-tools/samples/convert_dxa.sh
-}
-#vim: sw=2 ts=2 et:

Copied: scummvm-tools/repos/community-x86_64/PKGBUILD (from rev 207029, scummvm-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-12 17:02:03 UTC (rev 207030)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jérémie Dimino <jeremie at dimino.org>
+# Contributor: Sebastian Hase <sebastian_hase at gmx.de>
+# Contributor: Joe Davison <joe at thosedamnpeanuts.com>
+pkgname=scummvm-tools
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="A set of tools that enable you to convert, compress and decode game datafiles for ScummVM"
+url="http://www.scummvm.org/"
+license=('GPL')
+depends=('libpng' 'wxgtk' 'flac' 'libvorbis')
+arch=('i686' 'x86_64')
+source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz")
+md5sums=('7b472cc2895161c64630df92df4c65b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d ${pkgdir}/usr/bin
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm 644 README ${pkgdir}/usr/share/doc/scummvm-tools/README
+  install -Dm 644 convert_dxa.sh ${pkgdir}/usr/share/doc/scummvm-tools/samples/convert_dxa.sh
+}
+#vim: sw=2 ts=2 et:



More information about the arch-commits mailing list