aboutsummaryrefslogtreecommitdiff
path: root/desktop/budgie-desktop/budgie-desktop.SlackBuild
diff options
context:
space:
mode:
authorJuan M. Lasca <juanmlasca@gmail.com>2023-01-12 20:38:31 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:50:08 +0700
commitf08c4fc4e129a5533b5613cf98737ecddc1a6f21 (patch)
treedf43951e7194d5b96fff11de053e3bcbccd1c718 /desktop/budgie-desktop/budgie-desktop.SlackBuild
parent3973f9ce322946c0633e48935292d8a1591b8ec2 (diff)
desktop/budgie-desktop: Updated for version 10.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/budgie-desktop/budgie-desktop.SlackBuild')
-rw-r--r--desktop/budgie-desktop/budgie-desktop.SlackBuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/desktop/budgie-desktop/budgie-desktop.SlackBuild b/desktop/budgie-desktop/budgie-desktop.SlackBuild
index 7bb1c043ac7e0..65745fb77c265 100644
--- a/desktop/budgie-desktop/budgie-desktop.SlackBuild
+++ b/desktop/budgie-desktop/budgie-desktop.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=budgie-desktop
-VERSION=${VERSION:-10.5.3}
+VERSION=${VERSION:-10.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -70,12 +70,17 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-v$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
+rm -rf subprojects/gvc/.gitlab-ci/subprojects/gvc;
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# correct desktop entry
+sed -i 's/Comment=Budgie Background Services/Comment=budgie-desktop Background Services/' \
+ src/daemon/budgie-daemon.desktop.in;
+
mkdir build
cd build
CFLAGS="$SLKCFLAGS" \
@@ -93,6 +98,10 @@ cd build
DESTDIR=$PKG $NINJA install
cd ..
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+
+
# required by xwmconfig
install -Dm755 $CWD/xinitrc.budgie $PKG/etc/X11/xinitrc/xinitrc.budgie