diff options
-rw-r--r-- | desktop/xfce4-mount-plugin/README | 3 | ||||
-rw-r--r-- | desktop/xfce4-mount-plugin/doinst.sh | 1 | ||||
-rw-r--r-- | desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/xfce4-mount-plugin/xfce4-mount-plugin.info | 6 |
4 files changed, 10 insertions, 8 deletions
diff --git a/desktop/xfce4-mount-plugin/README b/desktop/xfce4-mount-plugin/README index 98aafd1b46..daa992e13e 100644 --- a/desktop/xfce4-mount-plugin/README +++ b/desktop/xfce4-mount-plugin/README @@ -2,3 +2,6 @@ mount plugin for the Xfce panel The mount plugin behaves like the 'kwikdisk' removable media utility shipped with KDE. + +If you're having problems mounting Samba shares, have a look here: +https://forum.xfce.org/viewtopic.php?id=11031 diff --git a/desktop/xfce4-mount-plugin/doinst.sh b/desktop/xfce4-mount-plugin/doinst.sh index 1f8ff67ded..3e5691a052 100644 --- a/desktop/xfce4-mount-plugin/doinst.sh +++ b/desktop/xfce4-mount-plugin/doinst.sh @@ -7,4 +7,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi fi - diff --git a/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild b/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild index ac5bb0c93e..958547232a 100644 --- a/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild +++ b/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-mount-plugin -VERSION=${VERSION:-0.6.4} +VERSION=${VERSION:-0.6.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/desktop/xfce4-mount-plugin/xfce4-mount-plugin.info b/desktop/xfce4-mount-plugin/xfce4-mount-plugin.info index 4d8ad7fcd4..37fc39d5ca 100644 --- a/desktop/xfce4-mount-plugin/xfce4-mount-plugin.info +++ b/desktop/xfce4-mount-plugin/xfce4-mount-plugin.info @@ -1,8 +1,8 @@ PRGNAM="xfce4-mount-plugin" -VERSION="0.6.4" +VERSION="0.6.7" HOMEPAGE="http://goodies.xfce.org/" -DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/0.6/xfce4-mount-plugin-0.6.4.tar.bz2" -MD5SUM="f5917e9aa2a06bc6a872cc10d2ee4f6f" +DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/0.6/xfce4-mount-plugin-0.6.7.tar.bz2" +MD5SUM="d477220bb43ab4952be857a12a74745d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |