desktop/xfce4-volumed-pulse: Updated for version 0.2.4, new maintainer.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nick Smallbone 2024-09-12 09:08:26 +02:00 committed by Willy Sudiarto Raharjo
parent 28dd950597
commit 4560edfc30
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 13 additions and 11 deletions

View file

@ -3,6 +3,7 @@
# Slackware build script for xfce4-volumed-pulse
# Copyright 2016 Dominik Drobek <dominik.drobek (at) o2.pl>
# Copyright 2024 Nick Smallbone <nick@smallbone.se>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xfce4-volumed-pulse
VERSION=${VERSION:-0.2.2}
VERSION=${VERSION:-0.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -59,6 +60,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
@ -70,7 +74,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -81,11 +85,9 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./autogen.sh \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--build=$ARCH-slackware-linux
make

View file

@ -1,10 +1,10 @@
PRGNAM="xfce4-volumed-pulse"
VERSION="0.2.2"
HOMEPAGE="https://launchpad.net/xfce4-volumed-pulse"
DOWNLOAD="https://git.xfce.org/apps/xfce4-volumed-pulse/snapshot/xfce4-volumed-pulse-0.2.2.tar.gz"
MD5SUM="017b42c2de12ce74f1f7833c6edbd082"
VERSION="0.2.4"
HOMEPAGE="https://gitlab.xfce.org/apps/xfce4-volumed-pulse"
DOWNLOAD="https://archive.xfce.org/src/apps/xfce4-volumed-pulse/0.2/xfce4-volumed-pulse-0.2.4.tar.bz2"
MD5SUM="39ec8029b1d17f8c9e764e8bfb0db94d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="keybinder"
MAINTAINER="Dominik Drobek"
EMAIL="dominik.drobek@o2.pl"
MAINTAINER="Nick Smallbone"
EMAIL="nick@smallbone.se"