summaryrefslogtreecommitdiff
path: root/desktop/awn-extras/awn-extras.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/awn-extras/awn-extras.SlackBuild')
-rw-r--r--desktop/awn-extras/awn-extras.SlackBuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/desktop/awn-extras/awn-extras.SlackBuild b/desktop/awn-extras/awn-extras.SlackBuild
index 71445238d6..9f1f30ac8e 100644
--- a/desktop/awn-extras/awn-extras.SlackBuild
+++ b/desktop/awn-extras/awn-extras.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=awn-extras
VERSION=0.4.0
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-SBo}
if [ -z "$ARCH" ]; then
@@ -70,6 +70,13 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Starting with glib 2.32 it is now mandatory to
+# include glib.h instead of individual headers.
+patch -p1 -i $CWD/glib-single-include.patch
+
+# Fix for libnotify 0.7
+patch -p0 -i $CWD/libnotify-0.7.patch
+
# Configure
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \