From 339f93d915067c2a074a2873a806d93d0a0e104f Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Tue, 29 Jun 2021 21:20:47 -0700 Subject: [PATCH] xgalaga++: fix license, description, vsed The version of the GPL is entirely a guess. The package itself says: "This software is released under the GNU General Public License." So I'm assuming that it's bound by whatever the latest GPL is. --- srcpkgs/xgalaga++/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/xgalaga++/template b/srcpkgs/xgalaga++/template index 811098be45a..0f426f0f70e 100644 --- a/srcpkgs/xgalaga++/template +++ b/srcpkgs/xgalaga++/template @@ -1,23 +1,23 @@ # Template file for 'xgalaga++' pkgname=xgalaga++ version=0.9 -revision=1 +revision=2 build_style=gnu-makefile make_build_target="all" _high_scores_dir="/var/games/xgalaga++" make_dirs="$_high_scores_dir 0775 root users" makedepends="libX11-devel libXpm-devel" -short_desc="A classic single screen vertical shoot ’em up" +short_desc="Classic single screen vertical shoot ’em up" maintainer="Andrew Benson " -license="GPL-3" +license="GPL-3.0-or-later" homepage="http://marc.mongenet.ch/OSS/XGalaga/" distfiles="http://marc.mongenet.ch/OSS/XGalaga/xgalaga++_${version}.tar.gz" checksum=c8db4bb9808c1cbbd001533b08318f6ab76b877ab6ed313d977d6a8546cc7fc9 post_extract() { - sed -i -e 's|$(installprefix)/games|$(installprefix)/bin|' \ - -e 's|EXE_GROUP=games|EXE_GROUP=users|' \ - -e "s|HIGH_SCORES_FILE=.*|HIGH_SCORES_FILE=$_high_scores_dir/scores|" Makefile + vsed -i -e 's|$(installprefix)/games|$(installprefix)/bin|' \ + -e 's|EXE_GROUP=games|EXE_GROUP=users|' \ + -e "s|HIGH_SCORES_FILE=.*|HIGH_SCORES_FILE=$_high_scores_dir/scores|" Makefile } do_install() {