summaryrefslogtreecommitdiffstats
path: root/audio/gimmix
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-02-07 21:08:38 +1300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-07 23:04:37 +0700
commit39934a83eb749ca335d36aa2894ab3f3caf89b08 (patch)
tree81ae989f3f2155e5d0202fd6d383d4c02a5fdaef /audio/gimmix
parentf09c236b9221c0928bcccd304fb4076dfb109e61 (diff)
downloadslackbuilds-39934a83eb749ca335d36aa2894ab3f3caf89b08.tar.gz
slackbuilds-39934a83eb749ca335d36aa2894ab3f3caf89b08.tar.xz
audio/gimmix: Fix build.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/gimmix')
-rw-r--r--audio/gimmix/gimmix-0.5.7.2-fno-common.patch11
-rw-r--r--audio/gimmix/gimmix.SlackBuild3
2 files changed, 13 insertions, 1 deletions
diff --git a/audio/gimmix/gimmix-0.5.7.2-fno-common.patch b/audio/gimmix/gimmix-0.5.7.2-fno-common.patch
new file mode 100644
index 0000000000..f9987181bb
--- /dev/null
+++ b/audio/gimmix/gimmix-0.5.7.2-fno-common.patch
@@ -0,0 +1,11 @@
+--- a/src/gimmix-playlist.c
++++ b/src/gimmix-playlist.c
+@@ -60,7 +60,7 @@
+ static gchar *invalid_dir_error = "You have specified an invalid music directory. Do you want to specify the correct music directory now ?";
+
+ GtkWidget *search_combo;
+-GtkWidget *search_entry;
++extern GtkWidget *search_entry;
+ GtkWidget *search_box;
+
+ static GtkWidget *gimmix_statusbar;
diff --git a/audio/gimmix/gimmix.SlackBuild b/audio/gimmix/gimmix.SlackBuild
index 832992a769..2c210ff6ed 100644
--- a/audio/gimmix/gimmix.SlackBuild
+++ b/audio/gimmix/gimmix.SlackBuild
@@ -7,7 +7,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gimmix
VERSION=${VERSION:-0.5.7.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -62,6 +62,7 @@ find -L . \
# Fix curl includes.
patch -p1 -i $CWD/gimmix-0.5.7.1-curl-headers.patch
+patch -p1 -i $CWD/gimmix-0.5.7.2-fno-common.patch
intltoolize