diff options
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 |
commit | c041eb20b5026c9617f976e036fcde71d6b2b06e (patch) | |
tree | 429475c7845ec88e9374cfba9fa79e5f7a33dac0 /audio/sayonara-player/sayonara-player.SlackBuild | |
parent | 29a56b29a7dbbec971cb501decbeebdb75707373 (diff) |
audio/sayonara-player: Updated for version 1.1.1_git3_20180905.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/sayonara-player/sayonara-player.SlackBuild')
-rw-r--r-- | audio/sayonara-player/sayonara-player.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/sayonara-player/sayonara-player.SlackBuild b/audio/sayonara-player/sayonara-player.SlackBuild index fb9f1d94f641..e9d590f7f018 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" \ |