summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-places-plugin/xfce4-places-plugin.SlackBuild
diff options
context:
space:
mode:
author Robby Workman2016-01-11 08:10:32 +0100
committer Robby Workman2016-01-13 04:58:38 +0100
commit708579b2bcce1869a116c8af7ae93206751c3c49 (patch)
tree4f437612626d427fbeb37285bac11bf90d7d8e29 /desktop/xfce4-places-plugin/xfce4-places-plugin.SlackBuild
parenta9572c1e1ab39aecfb2a746cf3769034c529b55b (diff)
downloadslackbuilds-708579b2bcce1869a116c8af7ae93206751c3c49.tar.gz
desktop/xfce4-places-plugin: Updated for version 1.7.0.
This version integrates better with gtk+3, but if there are problems with it, let me know and I'll revert in 14.1. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-places-plugin/xfce4-places-plugin.SlackBuild')
-rw-r--r--desktop/xfce4-places-plugin/xfce4-places-plugin.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/xfce4-places-plugin/xfce4-places-plugin.SlackBuild b/desktop/xfce4-places-plugin/xfce4-places-plugin.SlackBuild
index bec8dc21d4..288a615200 100644
--- a/desktop/xfce4-places-plugin/xfce4-places-plugin.SlackBuild
+++ b/desktop/xfce4-places-plugin/xfce4-places-plugin.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xfce4-places-plugin
-# Copyright 2006-2013 Robby Workman, Northport, Alabama, USA
+# Copyright 2006-2016 Robby Workman, Tuscaloosa, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfce4-places-plugin
-VERSION=${VERSION:-1.6.0}
+VERSION=${VERSION:-1.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,6 +69,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+patch -p1 < $CWD/0001-Bug-11939-xfce4-places-plugin-1.7.0-crashes-with-und.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \