summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author rc_052023-12-12 05:21:49 +0100
committer Willy Sudiarto Raharjo2023-12-12 19:48:22 +0100
commitee495b7b24687365af92b06e341388487a0635c5 (patch)
tree30f4f7c711b827db6986fbe18dc5f46a5c440d6d /graphics
parent15013619abc6235e279ed28965a1a310308a3d67 (diff)
downloadslackbuilds-ee495b7b24687365af92b06e341388487a0635c5.tar.gz
graphics/scrot: Updated for version 1.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/scrot/scrot.SlackBuild10
-rw-r--r--graphics/scrot/scrot.info14
2 files changed, 11 insertions, 13 deletions
diff --git a/graphics/scrot/scrot.SlackBuild b/graphics/scrot/scrot.SlackBuild
index 6e74ccd5b7..5cb78fa3b5 100644
--- a/graphics/scrot/scrot.SlackBuild
+++ b/graphics/scrot/scrot.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/bash
# Slackware build script for scrot
@@ -27,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=scrot
-VERSION=${VERSION:-0.8}
-BUILD=${BUILD:-4}
+VERSION=${VERSION:-1.10}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -84,6 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
+ --mandir=/usr/man \
--disable-static \
--build=$ARCH-slackware-linux
diff --git a/graphics/scrot/scrot.info b/graphics/scrot/scrot.info
index 217b7a54c6..23d7198210 100644
--- a/graphics/scrot/scrot.info
+++ b/graphics/scrot/scrot.info
@@ -1,10 +1,10 @@
PRGNAM="scrot"
-VERSION="0.8"
-HOMEPAGE="https://github.com/dreamer/scrot"
-DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/scrot/scrot-0.8.tar.gz"
-MD5SUM="ccae904d225609571bdd3b03445c1e88"
+VERSION="1.10"
+HOMEPAGE="https://github.com/resurrecting-open-source-projects/scrot"
+DOWNLOAD="https://github.com/resurrecting-open-source-projects/scrot/releases/download/1.10/scrot-1.10.tar.gz"
+MD5SUM="100d97845016421e60fcf444232a3781"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="giblib"
-MAINTAINER="Ryan S. Northrup"
-EMAIL="northrup@yellowapple.us"
+REQUIRES="imlib2 giblib"
+MAINTAINER="rc_05"
+EMAIL="rc_o5@protonmail.com"