[arch-commits] Commit in angband/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jakob Gruber
schuay at archlinux.org
Wed Aug 15 18:07:00 UTC 2018
Date: Wednesday, August 15, 2018 @ 18:07:00
Author: schuay
Revision: 371870
archrelease: copy trunk to community-x86_64
Added:
angband/repos/community-x86_64/PKGBUILD
(from rev 371869, angband/trunk/PKGBUILD)
Deleted:
angband/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 110 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 55 insertions(+), 55 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-15 18:06:50 UTC (rev 371869)
+++ PKGBUILD 2018-08-15 18:07:00 UTC (rev 371870)
@@ -1,55 +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.1.2
-pkgrel=1
-pkgdesc="A roguelike dungeon exploration game based on the writings of JRR Tolkien"
-arch=('x86_64')
-url="http://rephial.org/"
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
-makedepends=('python-docutils')
-source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${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}"
-
- ./autogen.sh
-
- ./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 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-md5sums=('d5499e26f59beb745d68a66d67050fc6')
Copied: angband/repos/community-x86_64/PKGBUILD (from rev 371869, angband/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-15 18:07:00 UTC (rev 371870)
@@ -0,0 +1,55 @@
+# 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.1.3
+pkgrel=1
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR Tolkien"
+arch=('x86_64')
+url="http://rephial.org/"
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses' 'xorg-fonts-misc')
+makedepends=('python-docutils')
+source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${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}"
+
+ ./autogen.sh
+
+ ./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 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+md5sums=('e576c2dd05f3106a32db7057aa6b80c7')
More information about the arch-commits
mailing list