Date: Monday, February 27, 2023 @ 13:37:05
Author: svenstaro
Revision: 1405478
archrelease: copy trunk to community-x86_64
Added:
scummvm/repos/community-x86_64/PKGBUILD
(from rev 1405477, scummvm/trunk/PKGBUILD)
Deleted:
scummvm/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-27 13:36:52 UTC (rev 1405477)
+++ PKGBUILD 2023-02-27 13:37:05 UTC (rev 1405478)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: juergen <[email protected]>
-# Contributor: Manolis Tzanidakis, Petter Gundersen
-
-pkgname=scummvm
-pkgver=2.6.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=('984e35683ec4fa6a0715a20027d471ff432a2da060caf1b28557e42ae7b2b5c3b32c3ef4f3c1fb0ac9bcde69d01f789b3054fe9b0ddb0fe9fadbee462c1afcc5')
-b2sums=('b54001a53b3c899831745c94b1bf6020b462dfd49f6de35a609a6977846e7d036ee6c323c888c88379f4b6149dad31a1af5a38ae8d5231303dbba6a0ba97bb2f')
-
-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/
-}
Copied: scummvm/repos/community-x86_64/PKGBUILD (from rev 1405477,
scummvm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-27 13:37:05 UTC (rev 1405478)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: juergen <[email protected]>
+# Contributor: Manolis Tzanidakis, Petter Gundersen
+
+pkgname=scummvm
+pkgver=2.7.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=('099afbde36f73eec26059f63b541cf79dde7debf7068fb4fa4efd3ad09eecfccb57c92f0a21d120c56c6821e45133e0ca02e138beed98c16f2b273a965411271')
+b2sums=('0f208919ca64cef56e513988635e02c84e5ce85cd328687bd566d17daee5a1386dd7986649655670117e3c211f10566b14f2a0b43bf3fe54ba68c542681b8a31')
+
+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/
+}