From d540d7fc9b8ae84aca424305b5558804daeb2081 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 4 Jul 2026 15:40:56 +0200 Subject: UrbanTerror: ship nvchecker config and document it in README Copy UrbanTerror.nvchecker into the package docs like the other packages do, and add an NVCHECKER section to the README pointing at it. Co-Authored-By: Claude Opus 4.8 --- UrbanTerror/README | 12 +++++++++++- UrbanTerror/UrbanTerror.SlackBuild | 1 + 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'UrbanTerror') diff --git a/UrbanTerror/README b/UrbanTerror/README index f7c8359..b403b4f 100644 --- a/UrbanTerror/README +++ b/UrbanTerror/README @@ -11,4 +11,14 @@ Please note: If you have a previous version of UrbanTerror installed please don't use upgradekg with this package. Use removepkg to remove the previous -version first since the paths may differ. +version first since the paths may differ. + +NVCHECKER +--------- +An nvchecker configuration file is installed alongside this README at: + + /usr/doc/UrbanTerror-VERSION/UrbanTerror.nvchecker + +nvchecker (https://github.com/lilydjwg/nvchecker) is a tool for checking +new versions of software. Copy or include this file in your nvchecker +configuration to be notified when a new UrbanTerror release is out. diff --git a/UrbanTerror/UrbanTerror.SlackBuild b/UrbanTerror/UrbanTerror.SlackBuild index 8d6d422..97b1d3d 100644 --- a/UrbanTerror/UrbanTerror.SlackBuild +++ b/UrbanTerror/UrbanTerror.SlackBuild @@ -114,6 +114,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION install -m 644 $CWD/docs/* $PKG/usr/doc/$PRGNAM-$VERSION/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +cat $CWD/$PRGNAM.nvchecker > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.nvchecker mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc -- cgit v1.2.3