summaryrefslogtreecommitdiffstats
path: root/desktop/awn-extras/awn-extras.SlackBuild
diff options
context:
space:
mode:
author dsomero <xgizzmo@slackbuilds.org>2012-09-17 20:44:18 -0400
committer Robby Workman <rworkman@slackbuilds.org>2012-09-17 23:34:45 -0500
commit48c35b3c6d20e4fc939ef6a63e1d600929bc3474 (patch)
tree0f8683d9bc802610574a9d311005325afa471cf0 /desktop/awn-extras/awn-extras.SlackBuild
parent743af3d73d4c56db08681ac241da08fed7aa8710 (diff)
downloadslackbuilds-48c35b3c6d20e4fc939ef6a63e1d600929bc3474.tar.gz
slackbuilds-48c35b3c6d20e4fc939ef6a63e1d600929bc3474.tar.xz
desktop/awn-extras: Patched for libnotify-0.7 and glib-2.32
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" \