Browse Source
audio/qmmp-qt5: Updated for version 1.6.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/216/head
Edinaldo P. Silva
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
10 additions and
6 deletions
-
audio/qmmp-qt5/qmmp-qt5.SlackBuild
-
audio/qmmp-qt5/qmmp-qt5.info
|
|
@ -3,6 +3,7 @@ |
|
|
|
# Slackware build script for qmmp-qt5 |
|
|
|
|
|
|
|
# Copyright 2018-2022 Isaac Yu <isaacyu1@isaacyu1.com> |
|
|
|
# Copyright 2024 Edinaldo P. Silva, Rio de Janeiro, Brazil. |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Permission to use, copy, modify, and distribute this software for any purpose |
|
|
@ -23,7 +24,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=qmmp-qt5 |
|
|
|
VERSION=${VERSION:-1.6.1} |
|
|
|
VERSION=${VERSION:-1.6.5} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -95,6 +96,9 @@ cd .. |
|
|
|
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ |
|
|
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |
|
|
|
|
|
|
|
# to pass sbopkglint test... |
|
|
|
rm -rf $PKG/usr/share/icons/hicolor/scalable |
|
|
|
|
|
|
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="qmmp-qt5" |
|
|
|
VERSION="1.6.1" |
|
|
|
VERSION="1.6.5" |
|
|
|
HOMEPAGE="https://qmmp.ylsoftware.com/" |
|
|
|
DOWNLOAD="https://qmmp.ylsoftware.com/files/qmmp/1.6/qmmp-1.6.1.tar.bz2" |
|
|
|
MD5SUM="ec3f646dea6736f0a81a1a4da07c56ab" |
|
|
|
DOWNLOAD="https://qmmp.ylsoftware.com/files/qmmp/1.6/qmmp-1.6.5.tar.bz2" |
|
|
|
MD5SUM="15443877d70916f968fa798ab866bfd7" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="orphaned - no maintainer" |
|
|
|
EMAIL="nobody@nowhere" |
|
|
|
MAINTAINER="Edinaldo P. Silva" |
|
|
|
EMAIL="edps.mundognu@gmail.com" |