diff options
author | Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com> | 2011-12-08 20:59:33 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-08 20:59:33 -0200 |
commit | 01afd4b61fca2fd7f0ec4c82deb76a79a204592b (patch) | |
tree | f10eedb56653599d677e7d4a0f3331150c18eb42 /development | |
parent | c4f0dfd76af13a2b874417c5d54884b9a175854e (diff) | |
download | slackbuilds-01afd4b61fca2fd7f0ec4c82deb76a79a204592b.tar.gz |
development/wxHexEditor: Fixed make command (+new maintainer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/wxHexEditor/doinst.sh | 10 | ||||
-rw-r--r-- | development/wxHexEditor/wxHexEditor.SlackBuild | 4 | ||||
-rw-r--r-- | development/wxHexEditor/wxHexEditor.info | 6 |
3 files changed, 6 insertions, 14 deletions
diff --git a/development/wxHexEditor/doinst.sh b/development/wxHexEditor/doinst.sh index 9424ce43ff..5fb28930db 100644 --- a/development/wxHexEditor/doinst.sh +++ b/development/wxHexEditor/doinst.sh @@ -1,13 +1,3 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 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 diff --git a/development/wxHexEditor/wxHexEditor.SlackBuild b/development/wxHexEditor/wxHexEditor.SlackBuild index 50b7fa2fe2..1803d958a3 100644 --- a/development/wxHexEditor/wxHexEditor.SlackBuild +++ b/development/wxHexEditor/wxHexEditor.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for wxHexEditor # Written by Branko Grubic <branko.grubic@gmail.com> +# Now maintained by Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com> PRGNAM=wxHexEditor 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 \) \ -exec chmod 644 {} \; +# Forcing "-j1" as it fails with anything higher CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ - make + make -j1 make install DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/development/wxHexEditor/wxHexEditor.info b/development/wxHexEditor/wxHexEditor.info index 3dfbc08664..ff828c0446 100644 --- a/development/wxHexEditor/wxHexEditor.info +++ b/development/wxHexEditor/wxHexEditor.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/wxhexeditor/wxHexEditor-v0.11-src.tar MD5SUM="ac0b2453a0fd653fd5f56bc6408fc55c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="Branko Grubic" -EMAIL="branko.grubic@gmail.com" -APPROVED="rworkman,Niels Horn" +MAINTAINER="Vliegendehuiskat" +EMAIL="vliegendehuiskat [at] gmail [dot] com" +APPROVED="Niels Horn" |