desktop/hushboard: Updated for version 20220515_5539a9a.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Justin Teague 2022-05-17 17:17:09 +01:00 committed by Willy Sudiarto Raharjo
parent d0f680474f
commit 5e9066dd16
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 5 deletions

View File

@ -25,11 +25,11 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hushboard
VERSION=${VERSION:-20210221_223b6f9}
VERSION=${VERSION:-20220515_5539a9a}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
COMMIT=${COMMIT:-223b6f97164656bd57bd6c86e9bd297caa37cf85}
COMMIT=${COMMIT:-5539a9ab503ae040eb0df3ba73595e07d6fc3fa0}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -89,6 +89,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/share/applications $PKG/usr/share/pixmaps
cp -a $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
chown root:root $PKG/usr/share/applications/$PRGNAM.desktop
chmod 644 $PKG/usr/share/applications/$PRGNAM.desktop
cp -a $PRGNAM-512.png $PKG/usr/share/pixmaps/$PRGNAM.png
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -1,8 +1,8 @@
PRGNAM="hushboard"
VERSION="20210221_223b6f9"
VERSION="20220515_5539a9a"
HOMEPAGE="https://kryogenix.org/code/hushboard"
DOWNLOAD="https://github.com/stuartlangridge/hushboard/archive/223b6f97164656bd57bd6c86e9bd297caa37cf85/hushboard-223b6f97164656bd57bd6c86e9bd297caa37cf85.tar.gz"
MD5SUM="08578fd3b9907b728ff4d9eb40270d87"
DOWNLOAD="https://github.com/stuartlangridge/hushboard/archive/5539a9ab503ae040eb0df3ba73595e07d6fc3fa0/hushboard-5539a9ab503ae040eb0df3ba73595e07d6fc3fa0.tar.gz"
MD5SUM="48fdc1945b5438039856714aeca55865"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-xlib"