mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/gmtp: Updated for version 1.3.10 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
ba01e0d09f
commit
051fb90e6d
3 changed files with 11 additions and 11 deletions
|
@ -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.
|
||||
|
|
|
@ -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 <jebrhansen+SBo -at- gmail.com>
|
||||
# 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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue