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

David Runge dvzrv at gemini.archlinux.org
Thu Dec 30 11:35:36 UTC 2021


    Date: Thursday, December 30, 2021 @ 11:35:36
  Author: dvzrv
Revision: 1088157

archrelease: copy trunk to community-x86_64

Added:
  angband/repos/community-x86_64/PKGBUILD
    (from rev 1088156, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-30 11:35:17 UTC (rev 1088156)
+++ PKGBUILD	2021-12-30 11:35:36 UTC (rev 1088157)
@@ -1,53 +0,0 @@
-# Maintainer: schuay <jakob.gruber at gmail.com>
-# Contributor: Mike Sampson <mike at sambodata dot com>
-# Contributor: Adrian Stratulat <adrian.stratulat at inboxcom>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-# Contributor: KillaB <xGenoBlast at gmail.com>
-# Contributor: Callan Barrett <wizzomafizzo at gmail.com>
-# Contributor: Christian Schmidt <xmucknertx at googlemail.com>
-# Contributor: Sebastian Sareyko <public at nooms.de>
-
-pkgname=angband
-pkgver=4.2.3
-pkgrel=1
-pkgdesc="A roguelike dungeon exploration game based on the writings of JRR Tolkien"
-arch=('x86_64')
-url="https://rephial.org/"
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses' 'xorg-fonts-misc')
-makedepends=('python-docutils')
-source=("https://github.com/angband/angband/releases/download/${pkgver}/Angband-${pkgver}.tar.gz")
-
-prepare() {
-  cd "${srcdir}/Angband-${pkgver}"
-
-  # Fix detection of ncurses config script for ncurses 6.0
-  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
-}
-
-build() {
-  cd "${srcdir}/Angband-${pkgver}"
-
-  ./configure \
-    --prefix=/usr \
-    --bindir=/usr/bin \
-    --sysconfdir=/usr/share/angband \
-    --with-configpath=/usr/share/angband \
-    --with-libpath=/usr/share/angband \
-    --enable-gtk \
-    --enable-sdl \
-    --enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd "${srcdir}/Angband-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
-  install -Dm644 docs/copying.rst "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-sha512sums=('7616e49564d5091cc31eae897fcdf2faaec8cdc6a837c52e5028ce370a980b363508b1e6b8520595a83d1e859607a647d3c9278f440c859a90a42867f834fbd4')

Copied: angband/repos/community-x86_64/PKGBUILD (from rev 1088156, angband/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-30 11:35:36 UTC (rev 1088157)
@@ -0,0 +1,53 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: Mike Sampson <mike at sambodata dot com>
+# Contributor: Adrian Stratulat <adrian.stratulat at inboxcom>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+# Contributor: KillaB <xGenoBlast at gmail.com>
+# Contributor: Callan Barrett <wizzomafizzo at gmail.com>
+# Contributor: Christian Schmidt <xmucknertx at googlemail.com>
+# Contributor: Sebastian Sareyko <public at nooms.de>
+
+pkgname=angband
+pkgver=4.2.3
+pkgrel=2
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR Tolkien"
+arch=('x86_64')
+url="https://rephial.org/"
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses' 'xorg-fonts-misc')
+makedepends=('python-docutils')
+source=("https://github.com/angband/angband/releases/download/${pkgver}/Angband-${pkgver}.tar.gz")
+
+prepare() {
+  cd "${srcdir}/Angband-${pkgver}"
+
+  # Fix detection of ncurses config script for ncurses 6.0
+  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
+}
+
+build() {
+  cd "${srcdir}/Angband-${pkgver}"
+
+  ./configure \
+    --prefix=/usr \
+    --bindir=/usr/bin \
+    --sysconfdir=/usr/share/angband \
+    --with-configpath=/usr/share/angband \
+    --with-libpath=/usr/share/angband \
+    --enable-gtk \
+    --enable-sdl \
+    --enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/Angband-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 docs/copying.rst "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+sha512sums=('7616e49564d5091cc31eae897fcdf2faaec8cdc6a837c52e5028ce370a980b363508b1e6b8520595a83d1e859607a647d3c9278f440c859a90a42867f834fbd4')



More information about the arch-commits mailing list