aboutsummaryrefslogtreecommitdiff
path: root/network/whalebird
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-01-25 01:23:44 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-26 10:05:34 +0700
commitceecd269fd62f1d400cd73558172cd0583d39521 (patch)
treeaff162a993125c919337dd752bcc16326e6e91e8 /network/whalebird
parent42e149121327a94c5992ed6e1cf5598eebf1713f (diff)
downloadslackbuilds-ceecd269fd62f1d400cd73558172cd0583d39521.tar.xz
network/whalebird: Update for 6.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/whalebird')
-rw-r--r--network/whalebird/whalebird.SlackBuild5
-rw-r--r--network/whalebird/whalebird.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/network/whalebird/whalebird.SlackBuild b/network/whalebird/whalebird.SlackBuild
index 2281e6d2f609..d7fed1e60578 100644
--- a/network/whalebird/whalebird.SlackBuild
+++ b/network/whalebird/whalebird.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=whalebird
-VERSION=${VERSION:-5.1.1}
+VERSION=${VERSION:-6.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -73,6 +73,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
# Fix sbopkglint gripes - icon resolution directory should be 310x150 rather than 310x310
mv $PKG/usr/share/icons/hicolor/310x310 $PKG/usr/share/icons/hicolor/310x150
+# Remove extraneous /usr/lib directory (it only contains /usr/lib/.build-id)
+rm -r $PKG/usr/lib/
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
$PKG/opt/Whalebird/LICENSE.electron.txt \
diff --git a/network/whalebird/whalebird.info b/network/whalebird/whalebird.info
index 679eb788d27b..66787b2eb5ce 100644
--- a/network/whalebird/whalebird.info
+++ b/network/whalebird/whalebird.info
@@ -1,10 +1,10 @@
PRGNAM="whalebird"
-VERSION="5.1.1"
+VERSION="6.0.0"
HOMEPAGE="https://whalebird.social"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/h3poteto/whalebird-desktop/releases/download/v5.1.1/Whalebird-5.1.1-linux-x86_64.rpm"
-MD5SUM_x86_64="ea98ff68f814ba91c5684ee410dae193"
+DOWNLOAD_x86_64="https://github.com/h3poteto/whalebird-desktop/releases/download/v6.0.0/Whalebird-6.0.0-linux-x86_64.rpm"
+MD5SUM_x86_64="ba4c9190c3c6cc5f3ba7a8a01b3f8d0d"
REQUIRES=""
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"