summaryrefslogtreecommitdiffstats
path: root/system/pcmanfm/pcmanfm.SlackBuild
diff options
context:
space:
mode:
author ponce2011-12-27 08:23:20 +0100
committer Robby Workman2011-12-27 17:15:24 +0100
commit81e69e94a0958d5950b6af0aa40cc2cbb3b180cb (patch)
tree808961d898d8446b4fb523e6917ea9c0e0146b0a /system/pcmanfm/pcmanfm.SlackBuild
parentb26c359f42536ffd415a62abbf5680fb04a64e70 (diff)
downloadslackbuilds-81e69e94a0958d5950b6af0aa40cc2cbb3b180cb.tar.gz
system/pcmanfm: Updated for version 0.9.10
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/pcmanfm/pcmanfm.SlackBuild')
-rw-r--r--system/pcmanfm/pcmanfm.SlackBuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/system/pcmanfm/pcmanfm.SlackBuild b/system/pcmanfm/pcmanfm.SlackBuild
index b8d61e7c86..967ab5a5e1 100644
--- a/system/pcmanfm/pcmanfm.SlackBuild
+++ b/system/pcmanfm/pcmanfm.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pcmanfm
-VERSION=20110316_9c4603d
+VERSION=${VERSION:-0.9.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,12 +73,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# if you want disable root use warning
-if [ "$BEND_ME_OVER" = "kthxbai" ]; then
- patch -p1 < $CWD/norootwarning.patch
-fi
+# a small fix from git
+patch -p1 < $CWD/window-resize.patch
-sh autogen.sh
+sh autogen.sh || true
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -88,6 +86,7 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-debug \
+ --disable-static \
--build=$ARCH-slackware-linux
make