summaryrefslogtreecommitdiffstats
path: root/system/xfburn/xfburn.SlackBuild
diff options
context:
space:
mode:
author Aaditya Bagga <aaditya_gnulinux@zoho.com>2014-05-14 01:06:20 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-05-14 01:06:20 +0700
commitb492c86bf7d49e1ce8c0eeb86209db14f3a3f231 (patch)
tree89cfaff62569e79af18df662bd2466661992d209 /system/xfburn/xfburn.SlackBuild
parenta49df6ed9639f1d918609fd1bb910439f04387e1 (diff)
downloadslackbuilds-b492c86bf7d49e1ce8c0eeb86209db14f3a3f231.tar.gz
slackbuilds-b492c86bf7d49e1ce8c0eeb86209db14f3a3f231.tar.xz
system/xfburn: Updated for version 0.5.2 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xfburn/xfburn.SlackBuild')
-rw-r--r--system/xfburn/xfburn.SlackBuild14
1 files changed, 4 insertions, 10 deletions
diff --git a/system/xfburn/xfburn.SlackBuild b/system/xfburn/xfburn.SlackBuild
index 8c2c9a2fd1..b8aaa71052 100644
--- a/system/xfburn/xfburn.SlackBuild
+++ b/system/xfburn/xfburn.SlackBuild
@@ -2,7 +2,8 @@
# Slackware build script for xfburn
-# Copyright 2008-2012 Robby Workman, Northport, Alabama, USA
+# Copyright 2008-2012 Robby Workman, Northport, Alabama, USA
+# Copyright 2014 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfburn
-VERSION=${VERSION:-0.4.3}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.5.2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -69,13 +70,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Fix https://bugs.archlinux.org/task/26121 (and thanks to Arch for the patch)
-patch -p0 < $CWD/fix_empty_dir_segfault.diff
-
-# Fix build issue (thanks again to Arch)
-sed -i '1 i\
- #include <glib-object.h>' \
- xfburn/xfburn-settings.h
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \