[arch-commits] Commit in scummvm-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Jan 13 15:07:01 UTC 2018


    Date: Saturday, January 13, 2018 @ 15:07:00
  Author: svenstaro
Revision: 281820

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-13 15:06:47 UTC (rev 281819)
+++ PKGBUILD	2018-01-13 15:07:00 UTC (rev 281820)
@@ -1,41 +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=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:

Copied: scummvm-tools/repos/community-x86_64/PKGBUILD (from rev 281819, scummvm-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-13 15:07:00 UTC (rev 281820)
@@ -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=2.0.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' 'wxgtk3' 'flac' 'libvorbis')
+arch=('x86_64')
+source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz")
+sha512sums=('a4c645f2a05b5f208658bad1a3122115a3077809141f5d4b281414ca32854d14987a8b6d4579f3bdd9d3eeeab880d98e3b540c3f69155197f20a2094a7812c60')
+
+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