summaryrefslogtreecommitdiffstats
path: root/desktop/razorqt/razorqt.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/razorqt/razorqt.SlackBuild')
-rw-r--r--desktop/razorqt/razorqt.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/desktop/razorqt/razorqt.SlackBuild b/desktop/razorqt/razorqt.SlackBuild
index 8fdbaffbd8..7a6d345821 100644
--- a/desktop/razorqt/razorqt.SlackBuild
+++ b/desktop/razorqt/razorqt.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for razorqt
-# Copyright 2011 Robby Workman, Northport, Alabama, USA
+# Copyright 2011, 2012 Robby Workman, Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,12 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Note that if anyone else out there likes this and uses it on a daily basis,
-# I'll be more than happy to let you maintain this build script. I don't
+# I'll be more than happy to let you maintain this build script. I don't
# plan to actually use razorqt (I like xfce), but this looked too useful to
# not have available in Slackware --rworkman
PRGNAM=razorqt
-VERSION=${VERSION:-0.4.0}
+VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,6 +74,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Needed for gcc47; harmless for earlier gcc
+patch -p1 < $CWD/patches/include_unistd_h.diff
+
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \