summaryrefslogtreecommitdiffstats
path: root/multimedia/youtube-viewer/youtube-viewer.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2018-01-11 04:23:39 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-13 07:13:06 +0700
commit21a4d58b5d7dc7332ebf034150abccdb80d0468e (patch)
treeb8acb54644572e2f9316e27efee3ca778df7bbff /multimedia/youtube-viewer/youtube-viewer.SlackBuild
parent93c64336f6788e8f06bf52244f6ab5e1bc3317b5 (diff)
downloadslackbuilds-21a4d58b5d7dc7332ebf034150abccdb80d0468e.tar.gz
slackbuilds-21a4d58b5d7dc7332ebf034150abccdb80d0468e.tar.xz
multimedia/youtube-viewer: Updated for version 3.3.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'multimedia/youtube-viewer/youtube-viewer.SlackBuild')
-rw-r--r--multimedia/youtube-viewer/youtube-viewer.SlackBuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/multimedia/youtube-viewer/youtube-viewer.SlackBuild b/multimedia/youtube-viewer/youtube-viewer.SlackBuild
index c7d546901a..5015bcc3f3 100644
--- a/multimedia/youtube-viewer/youtube-viewer.SlackBuild
+++ b/multimedia/youtube-viewer/youtube-viewer.SlackBuild
@@ -6,6 +6,10 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20180111 bkw:
+# - updated for 3.3.3.
+# - remove unneeded command history patch.
+
# 20171225 bkw:
# - updated for 3.3.2.
# - add upstream patch (commit d857451) to fix a long-standing bug where
@@ -60,7 +64,7 @@
# - Added support for gtk-youtube-viewer
PRGNAM=youtube-viewer
-VERSION=${VERSION:-3.3.2}
+VERSION=${VERSION:-3.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
@@ -84,11 +88,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# This is upstream's first commit after the 3.3.2 release. It fixes a
-# pretty major bug that's been annoying me for a couple of years, so
-# I'm not going to patiently wait for a 3.3.3 release.
-patch -p1 < $CWD/fix_history.diff
-
# perl-gtk2 is a runtime dep, we can build with GTK=yes even if it's not
# installed... but don't do that by default.
GTK="${GTK:-auto}"