summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Fellype do Nascimento <fellype(at)gmail.com>2018-09-14 08:14:42 +0100
committer David Spencer <idlemoor@slackbuilds.org>2018-09-14 08:14:42 +0100
commitc041eb20b5026c9617f976e036fcde71d6b2b06e (patch)
tree429475c7845ec88e9374cfba9fa79e5f7a33dac0 /audio
parent29a56b29a7dbbec971cb501decbeebdb75707373 (diff)
downloadslackbuilds-c041eb20b5026c9617f976e036fcde71d6b2b06e.tar.gz
slackbuilds-c041eb20b5026c9617f976e036fcde71d6b2b06e.tar.xz
audio/sayonara-player: Updated for version 1.1.1_git3_20180905.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/sayonara-player/fix-missing-tray-icons.patch12
-rw-r--r--audio/sayonara-player/sayonara-player.SlackBuild6
-rw-r--r--audio/sayonara-player/sayonara-player.info6
3 files changed, 4 insertions, 20 deletions
diff --git a/audio/sayonara-player/fix-missing-tray-icons.patch b/audio/sayonara-player/fix-missing-tray-icons.patch
deleted file mode 100644
index bf690e79fb..0000000000
--- a/audio/sayonara-player/fix-missing-tray-icons.patch
+++ /dev/null
@@ -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() {}
diff --git a/audio/sayonara-player/sayonara-player.SlackBuild b/audio/sayonara-player/sayonara-player.SlackBuild
index fb9f1d94f6..e9d590f7f0 100644
--- a/audio/sayonara-player/sayonara-player.SlackBuild
+++ b/audio/sayonara-player/sayonara-player.SlackBuild
@@ -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" \
diff --git a/audio/sayonara-player/sayonara-player.info b/audio/sayonara-player/sayonara-player.info
index 5bf9888e15..d21189b062 100644
--- a/audio/sayonara-player/sayonara-player.info
+++ b/audio/sayonara-player/sayonara-player.info
@@ -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"