diff options
Diffstat (limited to 'system/xfburn/xfburn.SlackBuild')
-rw-r--r-- | system/xfburn/xfburn.SlackBuild | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/system/xfburn/xfburn.SlackBuild b/system/xfburn/xfburn.SlackBuild index 8c2c9a2fd12d2..b8aaa710522b4 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" \ |