audio/sayonara-player: Updated for version 1.1.1_git1_20180828.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Fellype do Nascimento 2018-09-04 22:54:42 +01:00 committed by Willy Sudiarto Raharjo
parent 39e31e8434
commit 94207f6f42
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 21 additions and 5 deletions

View File

@ -0,0 +1,12 @@
--- GUI_TrayIcon.cpp 2018-08-28 03:07:45.000000000 -0300
+++ GUI_TrayIcon.cpp.new 2018-08-28 17:38:41.000000000 -0300
@@ -98,6 +98,9 @@
mute_changed(pm->is_muted());
playstate_changed(pm->playstate());
+
+ language_changed();
+ skin_changed();
}
TrayIconContextMenu::~TrayIconContextMenu() {}

View File

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sayonara-player
VERSION=${VERSION:-1.0.0_git5_20180115}
VERSION=${VERSION:-1.1.1_git1_20180828}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -73,6 +73,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Patch to fix missing icon tray buttons
# See https://sayonara-player.com/forum/thread-481.html
patch -p1 < $CWD/fix-missing-tray-icons.patch src/GUI/Player/GUI_TrayIcon.cpp
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
@ -90,7 +94,7 @@ mv $PKG/usr/share/man $PKG/usr/man
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
DOCS="COPYING license.txt MANUAL README.txt"
DOCS="COPYING LICENSE MANUAL README.txt"
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION/

View File

@ -1,8 +1,8 @@
PRGNAM="sayonara-player"
VERSION="1.0.0_git5_20180115"
VERSION="1.1.1_git1_20180828"
HOMEPAGE="https://sayonara-player.com/index.php"
DOWNLOAD="http://sayonara-player.com/sw/sayonara-player-1.0.0-git5-20180115.tar.gz"
MD5SUM="c6f569ece54dfeaa6ef37eedf38c3ba0"
DOWNLOAD="http://sayonara-player.com/sw/sayonara-player-1.1.1-git1-20180828.tar.gz"
MD5SUM="24f1640b88173c8466a5a0a001d07960"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5 gst-plugins-bad"