mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/sayonara-player: Updated for version 1.1.1_git3_20180905.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
29a56b29a7
commit
c041eb20b5
3 changed files with 4 additions and 20 deletions
|
@ -1,12 +0,0 @@
|
|||
--- 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() {}
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sayonara-player
|
||||
VERSION=${VERSION:-1.1.1_git1_20180828}
|
||||
VERSION=${VERSION:-1.1.1_git3_20180905}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -73,10 +73,6 @@ 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" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sayonara-player"
|
||||
VERSION="1.1.1_git1_20180828"
|
||||
VERSION="1.1.1_git3_20180905"
|
||||
HOMEPAGE="https://sayonara-player.com/index.php"
|
||||
DOWNLOAD="http://sayonara-player.com/sw/sayonara-player-1.1.1-git1-20180828.tar.gz"
|
||||
MD5SUM="24f1640b88173c8466a5a0a001d07960"
|
||||
DOWNLOAD="https://sayonara-player.com/sw/sayonara-player-1.1.1-git3-20180905.tar.gz"
|
||||
MD5SUM="0bdc21c3dd3993efc7cff600dd5a2c47"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5 gst-plugins-bad"
|
||||
|
|
Loading…
Reference in a new issue