summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorPavel Vinogradov2023-01-21 18:21:23 -0500
committerPavel Vinogradov2023-01-21 18:22:09 -0500
commitda699320be4d402d2c382736ee15b8840bd55bb8 (patch)
tree3ff20d107b91f299387d5b599b4039eb13ae619a /graphics
parent06b7210cc665c8f1113ee88ffdc60e12511cc6ac (diff)
graphics/scrot: version 1.8.1
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/scrot/CONFIGURE1
-rwxr-xr-xgraphics/scrot/DEPENDS7
-rwxr-xr-xgraphics/scrot/DETAILS9
-rw-r--r--graphics/scrot/HISTORY7
4 files changed, 16 insertions, 8 deletions
diff --git a/graphics/scrot/CONFIGURE b/graphics/scrot/CONFIGURE
deleted file mode 100755
index 9f48d22f39..0000000000
--- a/graphics/scrot/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/graphics/scrot/DEPENDS b/graphics/scrot/DEPENDS
index 7528d1dcc0..55bbd3d07f 100755
--- a/graphics/scrot/DEPENDS
+++ b/graphics/scrot/DEPENDS
@@ -1,4 +1,7 @@
-. "${GRIMOIRE}/MESON_DEPENDS" &&
depends imlib2 &&
+depends libbsd &&
depends libx11 &&
-depends libxfixes
+depends libxcomposite &&
+depends libxext &&
+depends libxfixes &&
+depends libxinerama
diff --git a/graphics/scrot/DETAILS b/graphics/scrot/DETAILS
index 1beb379ab0..ec611f428d 100755
--- a/graphics/scrot/DETAILS
+++ b/graphics/scrot/DETAILS
@@ -1,11 +1,10 @@
-. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=scrot
- VERSION=0.10.0
- SOURCE_HASH=sha512:9ac1bc842fd2ae90f6eb2652bbcad9aef3a06f9b1b6bf2b82896d15628652fad83d77473eda35655d28153da03159a5f4ad3802d9c034ea1ae7a34c5a9d0e361
+ VERSION=1.8.1
+ SOURCE_HASH=sha512:a93b3ce0fc690687b50d9b06d93b30528c26f3ee0b63d16895280d0df092fea022105a6d1aa60cf58c125a5b63eda841e089123d589354901b3ed6e063b76d86
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=https://github.com/dreamer/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
- WEB_SITE=https://github.com/dreamer/scrot
+ SOURCE_URL[0]="https://github.com/resurrecting-open-source-projects/${SPELL}/releases/download/${VERSION}/${SOURCE}"
+ WEB_SITE=https://github.com/resurrecting-open-source-projects/scrot
ENTERED=20020716
LICENSE[0]=MIT
KEYWORDS="graphics"
diff --git a/graphics/scrot/HISTORY b/graphics/scrot/HISTORY
index c967e7c28c..258ec9647b 100644
--- a/graphics/scrot/HISTORY
+++ b/graphics/scrot/HISTORY
@@ -1,3 +1,10 @@
+2023-01-21 Pavel Vinpgradov <public@sourcemage.org>
+ * DETAILS: version 1.8.1, switched back to autotools, changed source
+ url and website
+ * CONFIGURE: removed
+ * DEPENDS: removed meson dependencies, added libbsd, libxcomposite,
+ libxext and libxinerama
+
2022-08-18 Pavel Vinogradov <public@sourcemage.org>
* CONFIGURE, DEPENDS, DETAILS: version 0.10.0, updated source url, website and
license, mesonified, dropped giblib, needs libxfixes