Date: Monday, February 27, 2023 @ 13:31:22
  Author: svenstaro
Revision: 1405476

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-27 13:31:09 UTC (rev 1405475)
+++ PKGBUILD    2023-02-27 13:31:22 UTC (rev 1405476)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Jérémie Dimino <[email protected]>
-# Contributor: Sebastian Hase <[email protected]>
-# Contributor: Joe Davison <[email protected]>
-pkgname=scummvm-tools
-pkgver=2.6.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' '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:

Copied: scummvm-tools/repos/community-x86_64/PKGBUILD (from rev 1405475, 
scummvm-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-27 13:31:22 UTC (rev 1405476)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Jérémie Dimino <[email protected]>
+# Contributor: Sebastian Hase <[email protected]>
+# Contributor: Joe Davison <[email protected]>
+pkgname=scummvm-tools
+pkgver=2.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' 'wxwidgets-gtk3' 'flac' 'libvorbis')
+arch=('x86_64')
+source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz";)
+sha512sums=('0f6541f86814a089b10969e8e0cc8c985ac4d3b5f15daf91869a9b9cc748d7b6c668ffd428c1f0726ff9a1fb5cc7b496098481778cbf41203a7eb3077a189ce7')
+
+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:

Reply via email to