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

Balló György bgyorgy at archlinux.org
Sun Jul 2 22:15:32 UTC 2017


    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 <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:

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 <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=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 <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:

Copied: scummvm-tools/repos/community-x86_64/PKGBUILD (from rev 242092, scummvm-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-02 22:15:31 UTC (rev 242093)
@@ -0,0 +1,41 @@
+# $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=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:



More information about the arch-commits mailing list