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.
@@ -94,6 +94,10 @@ jobs:
|
|||||||
sed -i "s/^pkgver=.*/pkgver=${PKGVER}/" packaging/aur/kst4contest/PKGBUILD
|
sed -i "s/^pkgver=.*/pkgver=${PKGVER}/" packaging/aur/kst4contest/PKGBUILD
|
||||||
sed -i "s/^sha256sums=.*/sha256sums=('${SHA_SRC}')/" 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
|
# kst4contest-git: Basis aus pom.xml, Suffix aus git
|
||||||
BASE_VER=$(grep -m1 '<version>' pom.xml \
|
BASE_VER=$(grep -m1 '<version>' pom.xml \
|
||||||
| sed 's/.*<version>\(.*\)<\/version>.*/\1/' | sed 's/[-.]nightly//')
|
| sed 's/.*<version>\(.*\)<\/version>.*/\1/' | sed 's/[-.]nightly//')
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ jobs:
|
|||||||
jpackage \
|
jpackage \
|
||||||
--type app-image \
|
--type app-image \
|
||||||
--name KST4Contest \
|
--name KST4Contest \
|
||||||
--icon src/main/resources/icons/kst4contest.png \
|
--icon packaging/icons/kst4contest.png \
|
||||||
--input target/dist-libs \
|
--input target/dist-libs \
|
||||||
--main-jar app.jar \
|
--main-jar app.jar \
|
||||||
--main-class kst4contest.view.Kst4ContestApplication \
|
--main-class kst4contest.view.Kst4ContestApplication \
|
||||||
@@ -213,7 +213,7 @@ jobs:
|
|||||||
jpackage \
|
jpackage \
|
||||||
--type deb \
|
--type deb \
|
||||||
--name KST4Contest \
|
--name KST4Contest \
|
||||||
--icon src/main/resources/icons/kst4contest.png \
|
--icon packaging/icons/kst4contest.png \
|
||||||
--input target/dist-libs \
|
--input target/dist-libs \
|
||||||
--main-jar app.jar \
|
--main-jar app.jar \
|
||||||
--main-class kst4contest.view.Kst4ContestApplication \
|
--main-class kst4contest.view.Kst4ContestApplication \
|
||||||
@@ -274,7 +274,7 @@ jobs:
|
|||||||
jpackage \
|
jpackage \
|
||||||
--type rpm \
|
--type rpm \
|
||||||
--name KST4Contest \
|
--name KST4Contest \
|
||||||
--icon src/main/resources/icons/kst4contest.png \
|
--icon packaging/icons/kst4contest.png \
|
||||||
--input target/dist-libs \
|
--input target/dist-libs \
|
||||||
--main-jar app.jar \
|
--main-jar app.jar \
|
||||||
--main-class kst4contest.view.Kst4ContestApplication \
|
--main-class kst4contest.view.Kst4ContestApplication \
|
||||||
@@ -337,7 +337,7 @@ jobs:
|
|||||||
jpackage \
|
jpackage \
|
||||||
--type app-image \
|
--type app-image \
|
||||||
--name KST4Contest \
|
--name KST4Contest \
|
||||||
--icon src/main/resources/icons/kst4contest.png \
|
--icon packaging/icons/kst4contest.png \
|
||||||
--input target/dist-libs \
|
--input target/dist-libs \
|
||||||
--main-jar app.jar \
|
--main-jar app.jar \
|
||||||
--main-class kst4contest.view.Kst4ContestApplication \
|
--main-class kst4contest.view.Kst4ContestApplication \
|
||||||
@@ -457,7 +457,7 @@ jobs:
|
|||||||
jpackage \
|
jpackage \
|
||||||
--type app-image \
|
--type app-image \
|
||||||
--name KST4Contest \
|
--name KST4Contest \
|
||||||
--icon src/main/resources/icons/kst4contest.png \
|
--icon packaging/icons/kst4contest.png \
|
||||||
--input target/dist-libs \
|
--input target/dist-libs \
|
||||||
--main-jar app.jar \
|
--main-jar app.jar \
|
||||||
--main-class kst4contest.view.Kst4ContestApplication \
|
--main-class kst4contest.view.Kst4ContestApplication \
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ jobs:
|
|||||||
jpackage \
|
jpackage \
|
||||||
--type app-image \
|
--type app-image \
|
||||||
--name KST4Contest \
|
--name KST4Contest \
|
||||||
--icon src/main/resources/icons/kst4contest.png \
|
--icon packaging/icons/kst4contest.png \
|
||||||
--input target/dist-libs \
|
--input target/dist-libs \
|
||||||
--main-jar app.jar \
|
--main-jar app.jar \
|
||||||
--main-class kst4contest.view.Kst4ContestApplication \
|
--main-class kst4contest.view.Kst4ContestApplication \
|
||||||
@@ -184,7 +184,7 @@ jobs:
|
|||||||
jpackage \
|
jpackage \
|
||||||
--type deb \
|
--type deb \
|
||||||
--name KST4Contest \
|
--name KST4Contest \
|
||||||
--icon src/main/resources/icons/kst4contest.png \
|
--icon packaging/icons/kst4contest.png \
|
||||||
--input target/dist-libs \
|
--input target/dist-libs \
|
||||||
--main-jar app.jar \
|
--main-jar app.jar \
|
||||||
--main-class kst4contest.view.Kst4ContestApplication \
|
--main-class kst4contest.view.Kst4ContestApplication \
|
||||||
@@ -238,7 +238,7 @@ jobs:
|
|||||||
jpackage \
|
jpackage \
|
||||||
--type rpm \
|
--type rpm \
|
||||||
--name KST4Contest \
|
--name KST4Contest \
|
||||||
--icon src/main/resources/icons/kst4contest.png \
|
--icon packaging/icons/kst4contest.png \
|
||||||
--input target/dist-libs \
|
--input target/dist-libs \
|
||||||
--main-jar app.jar \
|
--main-jar app.jar \
|
||||||
--main-class kst4contest.view.Kst4ContestApplication \
|
--main-class kst4contest.view.Kst4ContestApplication \
|
||||||
@@ -292,7 +292,7 @@ jobs:
|
|||||||
jpackage \
|
jpackage \
|
||||||
--type app-image \
|
--type app-image \
|
||||||
--name KST4Contest \
|
--name KST4Contest \
|
||||||
--icon src/main/resources/icons/kst4contest.png \
|
--icon packaging/icons/kst4contest.png \
|
||||||
--input target/dist-libs \
|
--input target/dist-libs \
|
||||||
--main-jar app.jar \
|
--main-jar app.jar \
|
||||||
--main-class kst4contest.view.Kst4ContestApplication \
|
--main-class kst4contest.view.Kst4ContestApplication \
|
||||||
@@ -403,7 +403,7 @@ jobs:
|
|||||||
jpackage \
|
jpackage \
|
||||||
--type app-image \
|
--type app-image \
|
||||||
--name KST4Contest \
|
--name KST4Contest \
|
||||||
--icon src/main/resources/icons/kst4contest.png \
|
--icon packaging/icons/kst4contest.png \
|
||||||
--input target/dist-libs \
|
--input target/dist-libs \
|
||||||
--main-jar app.jar \
|
--main-jar app.jar \
|
||||||
--main-class kst4contest.view.Kst4ContestApplication \
|
--main-class kst4contest.view.Kst4ContestApplication \
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ build() {
|
|||||||
jpackage \
|
jpackage \
|
||||||
--type app-image \
|
--type app-image \
|
||||||
--name KST4Contest \
|
--name KST4Contest \
|
||||||
|
--icon packaging/icons/kst4contest.png \
|
||||||
--input target/dist-libs \
|
--input target/dist-libs \
|
||||||
--main-jar app.jar \
|
--main-jar app.jar \
|
||||||
--main-class kst4contest.view.Kst4ContestApplication \
|
--main-class kst4contest.view.Kst4ContestApplication \
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = kst4contest
|
pkgbase = kst4contest
|
||||||
pkgdesc = ON4KST Chat Client for VHF/UHF contest operation
|
pkgdesc = ON4KST Chat Client for VHF/UHF contest operation
|
||||||
pkgver = 1.41.1
|
pkgver = 1.41.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/praktimarc/kst4contest
|
url = https://github.com/praktimarc/kst4contest
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL-3.0-only
|
license = GPL-3.0-only
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Philipp Wagner <philipp@wagnersnetz.de>
|
# Maintainer: Philipp Wagner <philipp@wagnersnetz.de>
|
||||||
pkgname=kst4contest
|
pkgname=kst4contest
|
||||||
pkgver=1.41.1
|
pkgver=1.41.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="ON4KST Chat Client for VHF/UHF contest operation"
|
pkgdesc="ON4KST Chat Client for VHF/UHF contest operation"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/praktimarc/kst4contest"
|
url="https://github.com/praktimarc/kst4contest"
|
||||||
@@ -34,9 +34,17 @@ build() {
|
|||||||
else
|
else
|
||||||
ADD_MODULES="$(sed -n 's:.*<addmodule>\(.*\)</addmodule>.*:\1:p' pom.xml | paste -sd,)"
|
ADD_MODULES="$(sed -n 's:.*<addmodule>\(.*\)</addmodule>.*:\1:p' pom.xml | paste -sd,)"
|
||||||
fi
|
fi
|
||||||
|
# Same story for the packaging icon: without --icon jpackage silently ships
|
||||||
|
# its own Duke placeholder, but tarballs older than v1.42.0 have no icon to
|
||||||
|
# point at, so only pass the flag when the file is actually there.
|
||||||
|
ICON_ARGS=()
|
||||||
|
if [ -f packaging/icons/kst4contest.png ]; then
|
||||||
|
ICON_ARGS=(--icon packaging/icons/kst4contest.png)
|
||||||
|
fi
|
||||||
jpackage \
|
jpackage \
|
||||||
--type app-image \
|
--type app-image \
|
||||||
--name KST4Contest \
|
--name KST4Contest \
|
||||||
|
"${ICON_ARGS[@]}" \
|
||||||
--input target/dist-libs \
|
--input target/dist-libs \
|
||||||
--main-jar app.jar \
|
--main-jar app.jar \
|
||||||
--main-class kst4contest.view.Kst4ContestApplication \
|
--main-class kst4contest.view.Kst4ContestApplication \
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 7.6 KiB |
@@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180" width="180" height="180"><rect x="0" y="0" width="180" height="180" rx="40" fill="#5fd63a"></rect><g transform="translate(40,40) scale(1)">
|
||||||
|
<path d="M20 34 h60 a12 12 0 0 1 12 12 v20 a12 12 0 0 1 -12 12 h-30 l-16 12 v-12 h-14 a12 12 0 0 1 -12 -12 v-20 a12 12 0 0 1 12 -12 z" fill="#0a110a"></path>
|
||||||
|
<text x="50" y="65" text-anchor="middle" font-family="'Space Grotesk','Helvetica Neue',Arial,sans-serif" font-weight="700" font-size="24" letter-spacing="0.5" fill="#5fd63a">KST</text>
|
||||||
|
<line x1="50" y1="34" x2="50" y2="17" stroke="#0a110a" stroke-width="6" stroke-linecap="round"></line>
|
||||||
|
<circle cx="50" cy="13" r="4.5" fill="#0a110a"></circle>
|
||||||
|
<path d="M58 6 a9 9 0 0 1 0 14" fill="none" stroke="#0a110a" stroke-width="4" stroke-linecap="round"></path>
|
||||||
|
<path d="M64 1 a15 15 0 0 1 0 24" fill="none" stroke="#0a110a" stroke-width="4" stroke-linecap="round"></path>
|
||||||
|
<path d="M42 6 a9 9 0 0 0 0 14" fill="none" stroke="#0a110a" stroke-width="4" stroke-linecap="round"></path>
|
||||||
|
<path d="M36 1 a15 15 0 0 0 0 24" fill="none" stroke="#0a110a" stroke-width="4" stroke-linecap="round"></path></g></svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 7.6 KiB |