summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Aaditya Bagga <aaditya_gnulinux@zoho.com>2017-04-07 16:32:30 +0530
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-07 21:10:21 +0700
commit500ff904c6a9a5c05a17b68d46e58b5d1b4cfc54 (patch)
treefa02f7119d80ef4c8733196674c7ccc0cdf13a45
parentce59ff220ef41253121b1b6be47dcbbb6fb1fada (diff)
downloadslackbuilds-500ff904c6a9a5c05a17b68d46e58b5d1b4cfc54.tar.gz
slackbuilds-500ff904c6a9a5c05a17b68d46e58b5d1b4cfc54.tar.xz
system/xfburn: Fixed icon.
-rw-r--r--system/xfburn/xfburn.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/xfburn/xfburn.SlackBuild b/system/xfburn/xfburn.SlackBuild
index d50e476a92..09116bdbfe 100644
--- a/system/xfburn/xfburn.SlackBuild
+++ b/system/xfburn/xfburn.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for xfburn
# Copyright 2008-2012 Robby Workman, Northport, Alabama, USA
-# Copyright 2014 Aaditya Bagga <aaditya_gnulinux@zoho.com>
+# Copyright 2014-2017 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
PRGNAM=xfburn
VERSION=${VERSION:-0.5.4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -70,6 +70,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Fix icon (thx to Matt D for the report)
+sed 's|Icon=media-cdrom|Icon=stock_xfburn|g' -i xfburn.desktop.in
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \