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

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


    Date: Monday, August 1, 2022 @ 21:44:04
  Author: svenstaro
Revision: 1259680

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-01 21:43:54 UTC (rev 1259679)
+++ PKGBUILD	2022-08-01 21:44:04 UTC (rev 1259680)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# Contributor: juergen <juergen at archlinux.org>
-# Contributor: Manolis Tzanidakis, Petter Gundersen
-
-pkgname=scummvm
-pkgver=2.5.1
-pkgrel=1
-pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
-arch=('x86_64')
-license=('GPL')
-url="http://www.scummvm.org/"
-depends=('libpng' 'libtheora' 'sdl2' 'sdl2_net' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad' 'freetype2'
-         'libgl' 'glu' 'libjpeg-turbo' 'libmpeg2' 'curl' 'a52dec' 'giflib' 'glew' 'libspeechd' 'gtk3' 'sndio')
-makedepends=('mesa')
-source=("https://downloads.scummvm.org/frs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('5e5aaf247e26434dd1594547a3066dce6f52e12370532b8bff09ae22149d697f6d3ab0a94b5c1cf578b2b8cba32d1cd6e5dc30fe0cd6266c8f2b23cba13d7d03')
-b2sums=('08fb2fa6cbeec3c1ec24a9b660aab4344f0dbcf4c42655392315aef0ce78105b2a669ef9c82fc09bc389856e592e4e5249d84512b288e7d790914d5caee3972d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --enable-c++11 \
-    --enable-release \
-    --enable-all-engines \
-    --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -vDm644 dists/${pkgname}.desktop -t "${pkgdir}"/usr/share/applications/
-}

Copied: scummvm/repos/community-x86_64/PKGBUILD (from rev 1259679, scummvm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-01 21:44:04 UTC (rev 1259680)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: juergen <juergen at archlinux.org>
+# Contributor: Manolis Tzanidakis, Petter Gundersen
+
+pkgname=scummvm
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
+arch=('x86_64')
+license=('GPL')
+url="http://www.scummvm.org/"
+depends=('libpng' 'libtheora' 'sdl2' 'sdl2_net' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad' 'freetype2'
+         'libgl' 'glu' 'libjpeg-turbo' 'libmpeg2' 'curl' 'a52dec' 'giflib' 'glew' 'libspeechd' 'gtk3' 'sndio')
+makedepends=('mesa')
+source=("https://downloads.scummvm.org/frs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('6bb2b22f9b11a8de2eaa48c520d63579f4907fa49d8b02d58702ece86945b38ea911376f5ae0dc6f3b6ed794ff32ca51fbf690e341401b4a03276b32e9bd7b69')
+b2sums=('38cdce3e9b7954347d3ba05946c607aa5a62aa8fa1c2145030c1667632a4da43afd3f14ed19ebaf664bbf521610b2cfccc739c82dae95650572bfab81495cb80')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --enable-release \
+    --enable-all-engines \
+    --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -vDm644 dists/${pkgname}.desktop -t "${pkgdir}"/usr/share/applications/
+}



More information about the arch-commits mailing list