From 051fb90e6d9d640e396650369bdf6e3f55d7c0e0 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Mon, 27 Mar 2017 20:28:42 +0100 Subject: multimedia/gmtp: Updated for version 1.3.10 + new maintainer. Signed-off-by: David Spencer --- multimedia/gmtp/README | 4 ++-- multimedia/gmtp/gmtp.SlackBuild | 12 ++++++------ multimedia/gmtp/gmtp.info | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/multimedia/gmtp/README b/multimedia/gmtp/README index 413b69a8d6..004b92a906 100644 --- a/multimedia/gmtp/README +++ b/multimedia/gmtp/README @@ -5,12 +5,12 @@ Supports MTP devices including those with multiple storage devices upload/download of files. This Doesnt pick up my Device(Droid Ultra) as normal user, so I use gksu -to launch it and it works great. Xfsudo works as well. It may or may not +to launch it and it works great. Xfsudo works as well. It may or may not detect your device as normal user, I have no idea and I make no promises. This package is built with gtk2 but the default is gtk3, if you would like gtk3, simply delete or comment out the line ---with-gtk2 +--with-gtk2 from within the SlackBuild script under the configure flags. There is a FAQ inside the source tarball in the README. diff --git a/multimedia/gmtp/gmtp.SlackBuild b/multimedia/gmtp/gmtp.SlackBuild index 95bdf1fab9..c73cf83344 100644 --- a/multimedia/gmtp/gmtp.SlackBuild +++ b/multimedia/gmtp/gmtp.SlackBuild @@ -6,9 +6,9 @@ # Based on http://slackbuilds.org/template.SlackBuild -# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org - -# Copyright 2014 Thorn Inurcide United States +# Copyright 2014 Thorn Inurcide United States +# Copyright 2014-2017 Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org +# Copyright 2017 Jeremy Hansen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -35,7 +35,7 @@ TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i486 ;; + i?86) export ARCH=i586 ;; arm*) export ARCH=arm ;; *) export ARCH=$( uname -m ) ;; esac @@ -46,8 +46,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/multimedia/gmtp/gmtp.info b/multimedia/gmtp/gmtp.info index de25eeb923..1ee7d05c11 100644 --- a/multimedia/gmtp/gmtp.info +++ b/multimedia/gmtp/gmtp.info @@ -1,10 +1,10 @@ PRGNAM="gmtp" VERSION="1.3.10" -HOMEPAGE="http://gmtp.sourceforge.net/" +HOMEPAGE="https://gmtp.sourceforge.io" DOWNLOAD="http://sourceforge.net/projects/gmtp/files/gMTP-1.3.10/gmtp-1.3.10.tar.gz" MD5SUM="f553ae570992775c3664526aa2608674" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Ryan P.C. McQuen" -EMAIL="ryanpcmcquen@member.fsf.org" +MAINTAINER="Jeremy Hansen" +EMAIL="jebrhansen+SBo@gmail.com" -- cgit v1.2.3-65-gdbad