From f39c9592fbf9c0eded273f8a1518ae49f5b18b7a Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 10 Apr 2019 16:50:55 -0500 Subject: [PATCH] bsd-games: scoreboard/state files should be marked mutable --- srcpkgs/bsd-games/template | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/srcpkgs/bsd-games/template b/srcpkgs/bsd-games/template index d13d2bcca0f..24501b4515f 100644 --- a/srcpkgs/bsd-games/template +++ b/srcpkgs/bsd-games/template @@ -1,8 +1,7 @@ -# Template file for 'bsd-games'. Based on Arch PKGBUILD by Chris Brannon. +# Template file for 'bsd-games' pkgname=bsd-games version=2.17 -revision=4 -patch_args="-Np1" +revision=5 build_style=gnu-configure make_dirs=" /var/games/bsdgames/hack 0775 root users @@ -11,12 +10,32 @@ make_dirs=" hostmakedepends="flex words-en" makedepends="ncurses-devel" depends="words-en" -short_desc="A linux port for a collection of BSD command line games" +short_desc="Linux port for a collection of BSD command line games" maintainer="Leah Neukirchen " -license="BSD" +license="BSD-3-Clause, BSD-4-Clause" homepage="ftp://ftp.ibiblio.org/pub/Linux/games/" distfiles="ftp://ftp.lip6.fr/pub/linux/sunsite/games/${pkgname}-${version}.tar.gz" checksum=066f924aef6c1c5ea946f588e36f303021f5dfc093944738f025d8edbc6fff60 +mutable_files="/var/games/bsdgames/atc_score + /var/games/bsdgames/battlestar.log + /var/games/bsdgames/cfscores + /var/games/bsdgames/criblog + /var/games/bsdgames/saillog + /var/games/bsdgames/snake.log + /var/games/bsdgames/snakerawscores + /var/games/bsdgames/tetris-bsd.scores + /var/games/bsdgames/robots_roll + /var/games/bsdgames/phantasia/characs + /var/games/bsdgames/phantasia/gold + /var/games/bsdgames/phantasia/lastdead + /var/games/bsdgames/phantasia/mess + /var/games/bsdgames/phantasia/motd + /var/games/bsdgames/phantasia/scoreboard + /var/games/bsdgames/phantasia/void + /var/games/bsdgames/phantasia/monsters + /var/games/bsdgames/hack/record + /var/games/bsdgames/hack/perm" +patch_args="-Np1" nocross=yes post_extract() {