summaryrefslogtreecommitdiffstats
path: root/desktop/yad/yad.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2016-05-21 10:50:02 +0200
committer Willy Sudiarto Raharjo2016-05-23 13:53:36 +0200
commitee0102d642cf35f5a642bdd4a222cdbb315d11a4 (patch)
treebfac37184e02a15f8866970303ce9890910cba64 /desktop/yad/yad.SlackBuild
parented8938e001d81ded8b6bb6c4b5839689ffb460b0 (diff)
downloadslackbuilds-ee0102d642cf35f5a642bdd4a222cdbb315d11a4.tar.gz
desktop/yad: Updated for version 0.36.3.
Thanks to Victor Ananjevsky and gregory guy for the cleanups Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/yad/yad.SlackBuild')
-rw-r--r--desktop/yad/yad.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/desktop/yad/yad.SlackBuild b/desktop/yad/yad.SlackBuild
index 07ca746682..acaaac76ef 100644
--- a/desktop/yad/yad.SlackBuild
+++ b/desktop/yad/yad.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=yad
-VERSION=${VERSION:-0.36.2}
+VERSION=${VERSION:-0.36.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,10 +72,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Fix location of rgb.txt
-sed -i "s|/etc/X11/rgb\.txt|/usr/share/X11/rgb.txt|" configure.ac
-autoreconf -fi
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \