summaryrefslogtreecommitdiffstats
path: root/desktop/parcellite/parcellite.SlackBuild
diff options
context:
space:
mode:
author dsomero <xgizzmo@slackbuilds.org>2012-09-06 14:52:47 -0400
committer Robby Workman <rworkman@slackbuilds.org>2012-09-06 17:13:43 -0500
commitac027590f05665081b3c362aee08cab56d559d9c (patch)
treef636458ab68b05de35214ba7a648a7902137c974 /desktop/parcellite/parcellite.SlackBuild
parent32cd769130b1690af53b794f9bf13ceda9b44ef0 (diff)
downloadslackbuilds-ac027590f05665081b3c362aee08cab56d559d9c.tar.gz
slackbuilds-ac027590f05665081b3c362aee08cab56d559d9c.tar.xz
desktop/parcellite: Updated for version 1.0.2rc5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/parcellite/parcellite.SlackBuild')
-rw-r--r--desktop/parcellite/parcellite.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/parcellite/parcellite.SlackBuild b/desktop/parcellite/parcellite.SlackBuild
index 18a3019248..1f1e7e9d7d 100644
--- a/desktop/parcellite/parcellite.SlackBuild
+++ b/desktop/parcellite/parcellite.SlackBuild
@@ -4,16 +4,14 @@
# Written by Phillip Warner <pc_warner@yahoo.com>
PRGNAM=parcellite
-VERSION=${VERSION:-1.0.2rc2}
+VERSION=${VERSION:-1.0.2rc5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -57,6 +55,9 @@ if [ "$NOICON" = "YES" ]; then
sed -i "s/PARCELLITE_ICON/GTK_STOCK_PASTE/" src/main.c
sed -i "s/#define GTK_STOCK_PASTE \"parcellite\"//" src/main.c
fi
+# 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
CFLAGS="$SLKCFLAGS" \
CPPFLAGS="$SLKCFLAGS" \