mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/imgur-screenshot: Updated for version 2.0.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4b91f31afe
commit
cc85bf4e2f
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for imgur-screenshot.
|
||||
#
|
||||
# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2016-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=imgur-screenshot
|
||||
VERSION=${VERSION:-1.7.4}
|
||||
VERSION=${VERSION:-2.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -55,10 +55,10 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
patch -p1 < auto-update.patch
|
||||
|
||||
install -d $PKG/usr/bin
|
||||
install -D -m755 imgur-screenshot.sh $PKG/usr/bin/imgur-screenshot
|
||||
install -D -m755 imgur-screenshot $PKG/usr/bin/imgur-screenshot
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CONTRIBUTING.md LICENSE.md README.md $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cp CONTRIBUTING.md LICENSE.md README.md $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="imgur-screenshot"
|
||||
VERSION="1.7.4"
|
||||
VERSION="2.0.0"
|
||||
HOMEPAGE="https://github.com/jomo/imgur-screenshot/"
|
||||
DOWNLOAD="https://github.com/jomo/imgur-screenshot/archive/v1.7.4/imgur-screenshot-1.7.4.tar.gz"
|
||||
MD5SUM="0b024ce051c3da34248d829098deb7fe"
|
||||
DOWNLOAD="https://github.com/jomo/imgur-screenshot/archive/v2.0.0/imgur-screenshot-2.0.0.tar.gz"
|
||||
MD5SUM="f5909bee4dfc3ff1fc4e2f3b0206de4e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="scrot xclip"
|
||||
REQUIRES="jq scrot xclip"
|
||||
MAINTAINER="Edinaldo P. Silva"
|
||||
EMAIL="edps.mundognu@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue