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

2017-07-02 Thread Balló György
Date: Sunday, July 2, 2017 @ 22:15:31
  Author: bgyorgy
Revision: 242093

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-02 22:15:25 UTC (rev 242092)
+++ community-i686/PKGBUILD 2017-07-02 22:15:31 UTC (rev 242093)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jérémie Dimino 
-# Contributor: Sebastian Hase 
-# Contributor: Joe Davison 
-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:

Copied: scummvm-tools/repos/community-i686/PKGBUILD (from rev 242092, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-02 22:15:31 UTC (rev 242093)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jérémie Dimino 
+# Contributor: Sebastian Hase 
+# Contributor: Joe Davison 
+pkgname=scummvm-tools
+pkgver=1.9.0
+pkgrel=2
+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' 'wxgtk3' 'flac' 'libvorbis')
+arch=('i686' 'x86_64')
+source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz;)
+md5sums=('7b472cc2895161c64630df92df4c65b0')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Build with wxgtk3
+  sed -i 's/^_wxconfig=wx-config$/_wxconfig=wx-config-gtk3/' configure
+}
+
+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-07-02 22:15:25 UTC (rev 242092)
+++ community-x86_64/PKGBUILD   2017-07-02 22:15:31 UTC (rev 242093)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jérémie Dimino 
-# Contributor: Sebastian Hase 
-# Contributor: Joe Davison 
-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:

Copied: scummvm-tools/repos/community-x86_64/PKGBUILD (from rev 242092, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2017-01-12 Thread Sven-Hendrik Haase
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 
-# Contributor: Jérémie Dimino 
-# Contributor: Sebastian Hase 
-# Contributor: Joe Davison 
-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 
+# Contributor: Jérémie Dimino 
+# Contributor: Sebastian Hase 
+# Contributor: Joe Davison 
+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 
-# Contributor: Jérémie Dimino 
-# Contributor: Sebastian Hase 
-# Contributor: Joe Davison 
-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)
+++ 

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

2016-04-21 Thread Sven-Hendrik Haase
Date: Thursday, April 21, 2016 @ 12:52:23
  Author: svenstaro
Revision: 171502

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-21 10:52:12 UTC (rev 171501)
+++ community-i686/PKGBUILD 2016-04-21 10:52:23 UTC (rev 171502)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jérémie Dimino 
-# Contributor: Sebastian Hase 
-# Contributor: Joe Davison 
-pkgname=scummvm-tools
-pkgver=1.7.0
-pkgrel=2
-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=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('436a878bca3e9bbc2d33cadff0dda08c')
-
-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 171501, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-21 10:52:23 UTC (rev 171502)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jérémie Dimino 
+# Contributor: Sebastian Hase 
+# Contributor: Joe Davison 
+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:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-21 10:52:12 UTC (rev 171501)
+++ community-x86_64/PKGBUILD   2016-04-21 10:52:23 UTC (rev 171502)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jérémie Dimino 
-# Contributor: Sebastian Hase 
-# Contributor: Joe Davison 
-pkgname=scummvm-tools
-pkgver=1.7.0
-pkgrel=2
-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=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('436a878bca3e9bbc2d33cadff0dda08c')
-
-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 171501, 
scummvm-tools/trunk/PKGBUILD)
===
--- 

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 06:37:08
  Author: bpiotrowski
Revision: 149604

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

Added:
  scummvm-tools/repos/community-staging-i686/
  scummvm-tools/repos/community-staging-i686/PKGBUILD
(from rev 149602, scummvm-tools/trunk/PKGBUILD)
  scummvm-tools/repos/community-staging-x86_64/
  scummvm-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 149603, scummvm-tools/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   35 +++
 community-staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: scummvm-tools/repos/community-staging-i686/PKGBUILD (from rev 149602, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 05:37:08 UTC (rev 149604)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jérémie Dimino 
+# Contributor: Sebastian Hase 
+# Contributor: Joe Davison 
+pkgname=scummvm-tools
+pkgver=1.7.0
+pkgrel=2
+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=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('436a878bca3e9bbc2d33cadff0dda08c')
+
+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-staging-x86_64/PKGBUILD (from rev 149603, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 05:37:08 UTC (rev 149604)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jérémie Dimino 
+# Contributor: Sebastian Hase 
+# Contributor: Joe Davison 
+pkgname=scummvm-tools
+pkgver=1.7.0
+pkgrel=2
+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=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('436a878bca3e9bbc2d33cadff0dda08c')
+
+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:


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

2015-03-23 Thread Sven-Hendrik Haase
Date: Monday, March 23, 2015 @ 10:24:59
  Author: svenstaro
Revision: 129786

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-23 09:24:53 UTC (rev 129785)
+++ community-i686/PKGBUILD 2015-03-23 09:24:59 UTC (rev 129786)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jérémie Dimino jere...@dimino.org
-# Contributor: Sebastian Hase sebastian_h...@gmx.de
-# Contributor: Joe Davison j...@thosedamnpeanuts.com
-pkgname=scummvm-tools
-pkgver=1.6.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=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9a5c74a49707c513e8853004e3a699e4')
-
-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 129785, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-23 09:24:59 UTC (rev 129786)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jérémie Dimino jere...@dimino.org
+# Contributor: Sebastian Hase sebastian_h...@gmx.de
+# Contributor: Joe Davison j...@thosedamnpeanuts.com
+pkgname=scummvm-tools
+pkgver=1.7.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=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('436a878bca3e9bbc2d33cadff0dda08c')
+
+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:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-23 09:24:53 UTC (rev 129785)
+++ community-x86_64/PKGBUILD   2015-03-23 09:24:59 UTC (rev 129786)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jérémie Dimino jere...@dimino.org
-# Contributor: Sebastian Hase sebastian_h...@gmx.de
-# Contributor: Joe Davison j...@thosedamnpeanuts.com
-pkgname=scummvm-tools
-pkgver=1.6.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=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9a5c74a49707c513e8853004e3a699e4')
-
-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 129785, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 

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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Tuesday, January 7, 2014 @ 07:21:59
  Author: bpiotrowski
Revision: 103516

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

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

---+
 community-staging-i686/PKGBUILD   |   35 +++
 community-staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: scummvm-tools/repos/community-staging-i686/PKGBUILD (from rev 103515, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-07 06:21:59 UTC (rev 103516)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jérémie Dimino jere...@dimino.org
+# Contributor: Sebastian Hase sebastian_h...@gmx.de
+# Contributor: Joe Davison j...@thosedamnpeanuts.com
+pkgname=scummvm-tools
+pkgver=1.6.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=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9a5c74a49707c513e8853004e3a699e4')
+
+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-staging-x86_64/PKGBUILD (from rev 103515, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-07 06:21:59 UTC (rev 103516)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jérémie Dimino jere...@dimino.org
+# Contributor: Sebastian Hase sebastian_h...@gmx.de
+# Contributor: Joe Davison j...@thosedamnpeanuts.com
+pkgname=scummvm-tools
+pkgver=1.6.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=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9a5c74a49707c513e8853004e3a699e4')
+
+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:



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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 14:11:48
  Author: jelle
Revision: 89277

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

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

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: scummvm-tools/repos/community-staging-i686/PKGBUILD (from rev 89276, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 12:11:48 UTC (rev 89277)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jérémie Dimino jere...@dimino.org
+# Contributor: Sebastian Hase sebastian_h...@gmx.de
+# Contributor: Joe Davison j...@thosedamnpeanuts.com
+pkgname=scummvm-tools
+pkgver=1.4.0
+pkgrel=3
+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=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.gz)
+md5sums=('43cbf9f5c4939876cf4149dd59e68044')
+
+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:

Copied: scummvm-tools/repos/community-staging-x86_64/PKGBUILD (from rev 89276, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 12:11:48 UTC (rev 89277)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jérémie Dimino jere...@dimino.org
+# Contributor: Sebastian Hase sebastian_h...@gmx.de
+# Contributor: Joe Davison j...@thosedamnpeanuts.com
+pkgname=scummvm-tools
+pkgver=1.4.0
+pkgrel=3
+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=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.gz)
+md5sums=('43cbf9f5c4939876cf4149dd59e68044')
+
+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: