Date: Monday, October 17, 2022 @ 23:29:41
Author: escondida
Revision: 1330569
archrelease: copy trunk to community-x86_64
Added:
nethack/repos/community-x86_64/PKGBUILD
(from rev 1330567, nethack/trunk/PKGBUILD)
nethack/repos/community-x86_64/nethack.tmpfiles
(from rev 1330567, nethack/trunk/nethack.tmpfiles)
Deleted:
nethack/repos/community-x86_64/PKGBUILD
nethack/repos/community-x86_64/nethack.install
nethack/repos/community-x86_64/nethack.tmpfiles
------------------+
PKGBUILD | 181 ++++++++++++++++++++++++++---------------------------
nethack.install | 12 ---
nethack.tmpfiles | 9 +-
3 files changed, 95 insertions(+), 107 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-17 23:29:39 UTC (rev 1330568)
+++ PKGBUILD 2022-10-17 23:29:41 UTC (rev 1330569)
@@ -1,91 +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=3
-pkgdesc='A single player dungeon exploration game'
-arch=(x86_64)
-url='https://www.nethack.org/index.html'
-license=(custom)
-depends=(filesystem ncurses gzip)
-install=nethack.install
-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|066|' \
- -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 1330567,
nethack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-17 23:29:41 UTC (rev 1330569)
@@ -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.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
+}
Deleted: nethack.install
===================================================================
--- nethack.install 2022-10-17 23:29:39 UTC (rev 1330568)
+++ nethack.install 2022-10-17 23:29:41 UTC (rev 1330569)
@@ -1,12 +0,0 @@
-pre_upgrade() {
- if(test `vercmp '3.4.3-5' "$2"` -ge 0); then
- mv /usr/share/nethack /tmp/nethack-backup
- fi
-}
-
-post_upgrade() {
- if(test `vercmp '3.4.3-5' "$2"` -ge 0); then
- rm -rf /var/games/nethack
- mv /tmp/nethack-backup /var/games/nethack
- fi
-}
Deleted: nethack.tmpfiles
===================================================================
--- nethack.tmpfiles 2022-10-17 23:29:39 UTC (rev 1330568)
+++ nethack.tmpfiles 2022-10-17 23:29:41 UTC (rev 1330569)
@@ -1,4 +0,0 @@
-d /var/games 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 1330567,
nethack/trunk/nethack.tmpfiles)
===================================================================
--- nethack.tmpfiles (rev 0)
+++ nethack.tmpfiles 2022-10-17 23:29:41 UTC (rev 1330569)
@@ -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