summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/thunar-shares-plugin/slack-desc4
-rw-r--r--desktop/thunar-shares-plugin/thunar-shares-plugin.SlackBuild16
2 files changed, 16 insertions, 4 deletions
diff --git a/desktop/thunar-shares-plugin/slack-desc b/desktop/thunar-shares-plugin/slack-desc
index 312bd0ebae..edd42e3206 100644
--- a/desktop/thunar-shares-plugin/slack-desc
+++ b/desktop/thunar-shares-plugin/slack-desc
@@ -12,8 +12,8 @@ thunar-shares-plugin: This is a Thunar file manager extension to share files usi
thunar-shares-plugin:
thunar-shares-plugin: http://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin
thunar-shares-plugin:
-thunar-shares-plugin:
thunar-shares-plugin:
-thunar-shares-plugin:
+thunar-shares-plugin:
+thunar-shares-plugin:
thunar-shares-plugin:
thunar-shares-plugin:
diff --git a/desktop/thunar-shares-plugin/thunar-shares-plugin.SlackBuild b/desktop/thunar-shares-plugin/thunar-shares-plugin.SlackBuild
index 028b1a9851..cb95a50932 100644
--- a/desktop/thunar-shares-plugin/thunar-shares-plugin.SlackBuild
+++ b/desktop/thunar-shares-plugin/thunar-shares-plugin.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for thunar-shares-plugin
-# Copyright 2008,2009 Robby Workman, Northport, Alabama, USA
+# Copyright 2008,2009,2010 Robby Workman, Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,10 +24,19 @@
PRGNAM=thunar-shares-plugin
VERSION=0.2.0
-ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+# Automatically determine the architecture we're building on:
+if [ -z "$ARCH" ]; then
+ case "$( uname -m )" in
+ i?86) export ARCH=i486 ;;
+ arm*) export ARCH=arm ;;
+ # Unless $ARCH is already set, use uname -m for all other archs:
+ *) export ARCH=$( uname -m ) ;;
+ esac
+fi
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@@ -42,6 +51,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+else
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
fi
set -e