Date: Tuesday, May 16, 2023 @ 16:47:33
Author: escondida
Revision: 1462011
archrelease: copy trunk to community-x86_64
Added:
nethack/repos/community-x86_64/PKGBUILD
(from rev 1462009, nethack/trunk/PKGBUILD)
nethack/repos/community-x86_64/nethack.tmpfiles
(from rev 1462010, nethack/trunk/nethack.tmpfiles)
Deleted:
nethack/repos/community-x86_64/PKGBUILD
nethack/repos/community-x86_64/nethack.tmpfiles
------------------+
PKGBUILD | 180 ++++++++++++++++++++++++++---------------------------
nethack.tmpfiles | 10 +-
2 files changed, 95 insertions(+), 95 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-16 16:47:21 UTC (rev 1462010)
+++ PKGBUILD 2023-05-16 16:47:33 UTC (rev 1462011)
@@ -1,90 +0,0 @@
-# Maintainer: Ivy Foster <[email protected]>
-# Contributor: schuay <[email protected]>
-# Contributor: kevin <[email protected]>
-# Contributor: Christian Schmidt <[email protected]>
-# Contributor: Markus Meissner <[email protected]>
-# Contributor: Nick Erdmann <[email protected]>
-
-pkgname=nethack
-pkgver=3.6.6
-pkgrel=4
-pkgdesc='A single player dungeon exploration game'
-arch=(x86_64)
-url='https://www.nethack.org'
-license=(custom)
-depends=(filesystem ncurses gzip)
-source=(
-
"https://www.nethack.org/download/${pkgver}/nethack-${pkgver//.}-src.tgz"
- nethack.tmpfiles
-)
-sha512sums=(
-
579fde93a37a1b5df637d5bac2601194beeb455c175fbe3ef89342122c8567bb8221ce60d8a6168e6b45c67ade7d7b09c86bf202c8cbe2d6294d276be3e53055
- SKIP
-)
-b2sums=(
-
7b4b12f3a711785c86208dab83f9de725c33470e056ee57e6d96c3a68f06c1d0d98343ed82eca669986361d0663ddbe56d9a74d9cb45b42bf005c2f323b3cd79
- SKIP
-)
-
-prepare() {
- cd "NetHack-NetHack-${pkgver}_Released"
-
- sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \
- -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' \
- -i include/unixconf.h
-
- # we are setting up for setgid games, so modify all necessary
permissions
- # to allow full access for groups
-
- sed -e '/^HACKDIR/ s|/games/lib/\$(GAME)dir|/var/games/nethack/|' \
- -e '/^SHELLDIR/ s|/games|/usr/bin|' \
- -e '/^VARDIRPERM/ s|0755|0775|' \
- -e '/^VARFILEPERM/ s|0600|0664|' \
- -e '/^GAMEPERM/ s|0755|02755|' \
- -e '/-DTIMED_DELAY/d' \
- -e
's|\(DSYSCF_FILE=\)\\"[^"]*\\"|\1\\"/var/games/nethack/sysconf\\"|' \
- -e 's|\(DHACKDIR=\)\\"[^"]*\\"|\1\\"/var/games/nethack/\\"|' \
- -i sys/unix/hints/linux
-
- # Fix the way they disable __warn_unused_result__
- sed '/^#define __warn_unused_result__/ s,/\*empty\*/,__unused__,' \
- -i include/tradstdc.h
-
- sed -e 's|^#GAMEUID.*|GAMEUID = root|' \
- -e 's|^#GAMEGRP.*|GAMEGRP = games|' \
- -e '/^FILEPERM\s*=/ s|0644|0664|' \
- -e '/^DIRPERM\s*=/ s|0755|0775|' \
- -i sys/unix/Makefile.top
-
- sed -e "/^MANDIR\s*=/s|/usr/man/man6|$pkgdir/usr/share/man/man6|" \
- -i sys/unix/Makefile.doc
-}
-
-build(){
- cd "NetHack-NetHack-${pkgver}_Released/sys/unix"
- sh setup.sh hints/linux
- cd "$srcdir/NetHack-NetHack-${pkgver}_Released"
- make
-}
-
-package() {
- cd "NetHack-NetHack-${pkgver}_Released"
-
- install -dm755 "$pkgdir"/usr/share/{man/man6,doc/nethack}
- install -dm775 "$pkgdir"/var/games/
- make PREFIX="$pkgdir" -j1 install manpages # Multi-threaded builds fail.
- sed -e "s|HACKDIR=$pkgdir/|HACKDIR=/|" \
- -e 's|HACK=$HACKDIR|HACK=/usr/lib/nethack|' \
- -i "$pkgdir"/usr/bin/nethack
-
- install -dm755 "$pkgdir"/usr/lib/nethack
- mv "$pkgdir"/var/games/nethack/{nethack,recover}
"$pkgdir"/usr/lib/nethack/
-
- install -vDm 644 ../nethack.tmpfiles
"${pkgdir}/usr/lib/tmpfiles.d/nethack.conf"
-
- install -Dm644 doc/Guidebook.txt
"$pkgdir"/usr/share/doc/nethack/Guidebook.txt
- install -Dm644 dat/license "$pkgdir"/usr/share/licenses/nethack/LICENSE
-
- cd "$pkgdir/var/games/nethack/"
- chmod o+w logfile perm record
-}
Copied: nethack/repos/community-x86_64/PKGBUILD (from rev 1462009,
nethack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-16 16:47:33 UTC (rev 1462011)
@@ -0,0 +1,90 @@
+# Maintainer: Ivy Foster <[email protected]>
+# Contributor: schuay <[email protected]>
+# Contributor: kevin <[email protected]>
+# Contributor: Christian Schmidt <[email protected]>
+# Contributor: Markus Meissner <[email protected]>
+# Contributor: Nick Erdmann <[email protected]>
+
+pkgname=nethack
+pkgver=3.6.7
+pkgrel=4
+pkgdesc='A single player dungeon exploration game'
+arch=(x86_64)
+url='https://www.nethack.org'
+license=(custom)
+depends=(filesystem ncurses gzip)
+source=(
+
"https://www.nethack.org/download/${pkgver}/nethack-${pkgver//.}-src.tgz"
+ nethack.tmpfiles
+)
+# source: https://www.nethack.org/v367/download-src.html
+sha256sums=(
+ 98cf67df6debf9668a61745aa84c09bcab362e5d33f5b944ec5155d44d2aacb2
+ SKIP
+)
+
+prepare() {
+ cd "NetHack-${pkgver}"
+
+ sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \
+ -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' \
+ -i include/unixconf.h
+
+ # we are setting up for setgid games, so modify all necessary
permissions
+ # to allow full access for groups
+
+ # With thanks to bugtracker user loqs for the CFLAGS and LDFLAGS
adjustments
+ sed -e '/^HACKDIR/ s|/games/lib/\$(GAME)dir|/var/games/nethack/|' \
+ -e '/^SHELLDIR/ s|/games|/usr/bin|' \
+ -e '/^VARDIRPERM/ s|0755|0775|' \
+ -e '/^VARFILEPERM/ s|0600|0664|' \
+ -e '/^GAMEPERM/ s|0755|02755|' \
+ -e '/-DTIMED_DELAY/d' \
+ -e
's|\(DSYSCF_FILE=\)\\"[^"]*\\"|\1\\"/var/games/nethack/sysconf\\"|' \
+ -e 's|CFLAGS=-g -O -I../include -DNOTPARMDECL|CFLAGS+=
$(CPPFLAGS) -I../include -DNOTPARMDECL|' \
+ -e 's/LFLAGS=-rdynamic/LFLAGS=$(LDFLAGS) -rdynamic/' \
+ -e 's|\(DHACKDIR=\)\\"[^"]*\\"|\1\\"/var/games/nethack/\\"|' \
+ -i sys/unix/hints/linux
+
+ # Fix the way they disable __warn_unused_result__
+ sed '/^#define __warn_unused_result__/ s,/\*empty\*/,__unused__,' \
+ -i include/tradstdc.h
+
+ sed -e 's|^#GAMEUID.*|GAMEUID = root|' \
+ -e 's|^#GAMEGRP.*|GAMEGRP = games|' \
+ -e '/^FILEPERM\s*=/ s|0644|0664|' \
+ -e '/^DIRPERM\s*=/ s|0755|0775|' \
+ -i sys/unix/Makefile.top
+
+ sed -e "/^MANDIR\s*=/s|/usr/man/man6|$pkgdir/usr/share/man/man6|" \
+ -i sys/unix/Makefile.doc
+}
+
+build(){
+ cd "NetHack-${pkgver}/sys/unix"
+ sh setup.sh hints/linux
+ cd "$srcdir/NetHack-${pkgver}"
+ make
+}
+
+package() {
+ cd "NetHack-${pkgver}"
+
+ install -dm755 "$pkgdir"/usr/share/{man/man6,doc/nethack}
+ install -dm775 "$pkgdir"/var/games/
+ make PREFIX="$pkgdir" -j1 install manpages # Multi-threaded builds fail.
+ sed -e "s|HACKDIR=$pkgdir/|HACKDIR=/|" \
+ -e 's|HACK=$HACKDIR|HACK=/usr/lib/nethack|' \
+ -i "$pkgdir"/usr/bin/nethack
+
+ install -dm755 "$pkgdir"/usr/lib/nethack
+ mv "$pkgdir"/var/games/nethack/{nethack,recover}
"$pkgdir"/usr/lib/nethack/
+
+ install -vDm 644 ../nethack.tmpfiles
"${pkgdir}/usr/lib/tmpfiles.d/nethack.conf"
+
+ install -Dm644 doc/Guidebook.txt
"$pkgdir"/usr/share/doc/nethack/Guidebook.txt
+ install -Dm644 dat/license "$pkgdir"/usr/share/licenses/nethack/LICENSE
+
+ cd "$pkgdir/var/games/nethack/"
+ chmod o+w logfile perm record
+}
Deleted: nethack.tmpfiles
===================================================================
--- nethack.tmpfiles 2023-05-16 16:47:21 UTC (rev 1462010)
+++ nethack.tmpfiles 2023-05-16 16:47:33 UTC (rev 1462011)
@@ -1,5 +0,0 @@
-d /var/games 0775 root games
-d /var/games/nethack 0775 root games
-z /var/games/nethack/* 0775 root games
-z /usr/lib/nethack/nethack 2755 root games
-z /var/games/nethack/save 2775 root games
Copied: nethack/repos/community-x86_64/nethack.tmpfiles (from rev 1462010,
nethack/trunk/nethack.tmpfiles)
===================================================================
--- nethack.tmpfiles (rev 0)
+++ nethack.tmpfiles 2023-05-16 16:47:33 UTC (rev 1462011)
@@ -0,0 +1,5 @@
+d /var/games 0775 root games
+d /var/games/nethack 0775 root games
+z /var/games/nethack/* 0775 root games
+z /usr/lib/nethack/nethack 2755 root games
+z /var/games/nethack/save 2775 root games