development/wxHexEditor: Fixed make command (+new maintainer)

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Vliegendehuiskat 2011-12-08 20:59:33 -02:00 committed by Niels Horn
parent c4f0dfd76a
commit 01afd4b61f
3 changed files with 6 additions and 14 deletions

View file

@ -1,13 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi fi
if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi

View file

@ -3,6 +3,7 @@
# Slackware build script for wxHexEditor # Slackware build script for wxHexEditor
# Written by Branko Grubic <branko.grubic@gmail.com> # Written by Branko Grubic <branko.grubic@gmail.com>
# Now maintained by Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com>
PRGNAM=wxHexEditor PRGNAM=wxHexEditor
VERSION=${VERSION:-0.11} VERSION=${VERSION:-0.11}
@ -52,9 +53,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \; -exec chmod 644 {} \;
# Forcing "-j1" as it fails with anything higher
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
make make -j1
make install DESTDIR=$PKG make install DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/wxhexeditor/wxHexEditor-v0.11-src.tar
MD5SUM="ac0b2453a0fd653fd5f56bc6408fc55c" MD5SUM="ac0b2453a0fd653fd5f56bc6408fc55c"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Branko Grubic" MAINTAINER="Vliegendehuiskat"
EMAIL="branko.grubic@gmail.com" EMAIL="vliegendehuiskat [at] gmail [dot] com"
APPROVED="rworkman,Niels Horn" APPROVED="Niels Horn"