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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Mon Aug 1 21:44:20 UTC 2022


    Date: Monday, August 1, 2022 @ 21:44:20
  Author: svenstaro
Revision: 1259682

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-01 21:44:11 UTC (rev 1259681)
+++ PKGBUILD	2022-08-01 21:44:20 UTC (rev 1259682)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# 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.5.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' 'wxwidgets-gtk3' 'flac' 'libvorbis')
-arch=('x86_64')
-source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz")
-sha512sums=('40aceabb060df99966125967eb58114810927b35fc58ee607b4e33ceb2dcd02dc93b48a7885d4ab877dbe1a4f70bef88a3eae3feef70af743aec92bdeb6b163b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  export CXXFLAGS+=" -ffat-lto-objects"
-  ./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 1259681, scummvm-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-01 21:44:20 UTC (rev 1259682)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# 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.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' 'wxwidgets-gtk3' 'flac' 'libvorbis')
+arch=('x86_64')
+source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz")
+sha512sums=('2d79915c82ca60f7e0f1c3e55867dd3732eec1afd9ac0c92a6636313295c31d52140db821def850682140ac1c0f756ebca0bd7c20feffb6c4df46c359793631c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  export CXXFLAGS+=" -ffat-lto-objects"
+  ./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