Updated KST4C Logo for Builds in Higher Resolution and added it as an

SVG for Source. Should also be done when building Package with the help
of AUR in all Version and every Linux dist.
This commit is contained in:
2026-08-22 00:32:07 +02:00
parent 2bc7554a52
commit 399e5f34b7
13 changed files with 34 additions and 12 deletions
+4
View File
@@ -94,6 +94,10 @@ jobs:
sed -i "s/^pkgver=.*/pkgver=${PKGVER}/" packaging/aur/kst4contest/PKGBUILD
sed -i "s/^sha256sums=.*/sha256sums=('${SHA_SRC}')/" packaging/aur/kst4contest/PKGBUILD
# A new pkgver supersedes any rebuild-only pkgrel bumps made in between.
sed -i "s/^pkgrel=.*/pkgrel=1/" packaging/aur/kst4contest-bin/PKGBUILD
sed -i "s/^pkgrel=.*/pkgrel=1/" packaging/aur/kst4contest/PKGBUILD
# kst4contest-git: Basis aus pom.xml, Suffix aus git
BASE_VER=$(grep -m1 '<version>' pom.xml \
| sed 's/.*<version>\(.*\)<\/version>.*/\1/' | sed 's/[-.]nightly//')