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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Fri Aug 12 15:40:06 UTC 2022


    Date: Friday, August 12, 2022 @ 15:40:05
  Author: alex19ep
Revision: 1265352

archrelease: copy trunk to community-x86_64

Added:
  frotz/repos/community-x86_64/PKGBUILD
    (from rev 1265351, frotz/trunk/PKGBUILD)
Deleted:
  frotz/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-12 15:40:00 UTC (rev 1265351)
+++ PKGBUILD	2022-08-12 15:40:05 UTC (rev 1265352)
@@ -1,49 +0,0 @@
-# Maintainer: Ivy Foster <iff at archlinux.org>
-# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
-
-pkgbase=frotz
-pkgname=('frotz-dumb' 'frotz-ncurses' 'frotz-sdl')
-pkgver=2.53
-pkgrel=1
-pkgdesc='Z-machine interpreter for interactive fiction games'
-arch=('x86_64')
-url='https://gitlab.com/DavidGriffith/frotz'
-license=('GPL')
-makedepends=('libao' 'libmodplug' 'libsamplerate' 'libsndfile' 'libvorbis'
-             'ncurses' 'freetype2' 'libjpeg-turbo' 'libpng' 'sdl2' 'sdl2_mixer'
-             'zlib')
-source=("https://gitlab.com/DavidGriffith/frotz/-/archive/$pkgver/frotz-$pkgver.tar.gz")
-sha256sums=('ed288b2ddad6c100f7ad7cb6ee8c867053d75144e96160b5ba00abb8969cdf30')
-
-build() {
-	cd "frotz-$pkgver"
-	make PREFIX=/usr dumb ncurses sdl
-}
-
-package_frotz-dumb() {
-	pkgdesc='Z-machine interpreter for interactive fiction games, for dumb terminals or scripting'
-	provides=('dfrotz')
-	depends=('glibc')
-
-	cd "frotz-$pkgver"
-	make DESTDIR="$pkgdir" PREFIX=/usr install_dumb
-}
-
-package_frotz-ncurses() {
-	pkgdesc='ncurses-based Z-machine interpreter for interactive fiction games'
-	provides=('frotz')
-	depends=('libao' 'libmodplug' 'libsamplerate' 'libsndfile' 'ncurses')
-
-	cd "frotz-$pkgver"
-	make DESTDIR="$pkgdir" PREFIX=/usr install_frotz
-}
-
-package_frotz-sdl() {
-	pkgdesc='Graphical Z-machine interpreter for interactive fiction games'
-	provides=('sfrotz')
-	depends=('libmodplug' 'libvorbis' 'freetype2' 'libjpeg-turbo' 'libpng'
-	         'sdl2' 'sdl2_mixer' 'zlib')
-
-	cd "frotz-$pkgver"
-	make DESTDIR="$pkgdir" PREFIX=/usr install_sdl
-}

Copied: frotz/repos/community-x86_64/PKGBUILD (from rev 1265351, frotz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-12 15:40:05 UTC (rev 1265352)
@@ -0,0 +1,49 @@
+# Maintainer: Ivy Foster <iff at archlinux.org>
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
+
+pkgbase=frotz
+pkgname=('frotz-dumb' 'frotz-ncurses' 'frotz-sdl')
+pkgver=2.54
+pkgrel=1
+pkgdesc='Z-machine interpreter for interactive fiction games'
+arch=('x86_64')
+url='https://gitlab.com/DavidGriffith/frotz'
+license=('GPL')
+makedepends=('libao' 'libmodplug' 'libsamplerate' 'libsndfile' 'libvorbis'
+             'ncurses' 'freetype2' 'libjpeg-turbo' 'libpng' 'sdl2' 'sdl2_mixer'
+             'zlib')
+source=("https://gitlab.com/DavidGriffith/frotz/-/archive/$pkgver/frotz-$pkgver.tar.gz")
+sha256sums=('ba39c07bdd00968f411a281e33916f37cd21c804c45a7bfbdf962cef73c24eef')
+
+build() {
+	cd "frotz-$pkgver"
+	make PREFIX=/usr dumb ncurses sdl
+}
+
+package_frotz-dumb() {
+	pkgdesc='Z-machine interpreter for interactive fiction games, for dumb terminals or scripting'
+	provides=('dfrotz')
+	depends=('glibc')
+
+	cd "frotz-$pkgver"
+	make DESTDIR="$pkgdir" PREFIX=/usr install_dumb
+}
+
+package_frotz-ncurses() {
+	pkgdesc='ncurses-based Z-machine interpreter for interactive fiction games'
+	provides=('frotz')
+	depends=('libao' 'libmodplug' 'libsamplerate' 'libsndfile' 'ncurses')
+
+	cd "frotz-$pkgver"
+	make DESTDIR="$pkgdir" PREFIX=/usr install_frotz
+}
+
+package_frotz-sdl() {
+	pkgdesc='Graphical Z-machine interpreter for interactive fiction games'
+	provides=('sfrotz')
+	depends=('libmodplug' 'libvorbis' 'freetype2' 'libjpeg-turbo' 'libpng'
+	         'sdl2' 'sdl2_mixer' 'zlib')
+
+	cd "frotz-$pkgver"
+	make DESTDIR="$pkgdir" PREFIX=/usr install_sdl
+}



More information about the arch-commits mailing list