summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorPavel Vinogradov2022-08-18 22:03:37 -0400
committerPavel Vinogradov2022-08-18 22:06:02 -0400
commit6f4baeff571859153fa6d0c4b7793a2112649461 (patch)
tree73e8e1829d0416ce5c983bc8f072719253aab7be /graphics
parente9cf0550277572a4aa9617a6bdb5c49305e0bae3 (diff)
graphics/scrot: version 0.10.0
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/scrot/CONFIGURE1
-rwxr-xr-xgraphics/scrot/DEPENDS5
-rwxr-xr-xgraphics/scrot/DETAILS11
-rw-r--r--graphics/scrot/HISTORY4
4 files changed, 14 insertions, 7 deletions
diff --git a/graphics/scrot/CONFIGURE b/graphics/scrot/CONFIGURE
new file mode 100755
index 0000000000..9f48d22f39
--- /dev/null
+++ b/graphics/scrot/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/graphics/scrot/DEPENDS b/graphics/scrot/DEPENDS
index e5eda80dac..7528d1dcc0 100755
--- a/graphics/scrot/DEPENDS
+++ b/graphics/scrot/DEPENDS
@@ -1,3 +1,4 @@
-depends giblib &&
+. "${GRIMOIRE}/MESON_DEPENDS" &&
depends imlib2 &&
-depends libx11
+depends libx11 &&
+depends libxfixes
diff --git a/graphics/scrot/DETAILS b/graphics/scrot/DETAILS
index c00ed33d61..1beb379ab0 100755
--- a/graphics/scrot/DETAILS
+++ b/graphics/scrot/DETAILS
@@ -1,12 +1,13 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=scrot
- VERSION=0.8
+ VERSION=0.10.0
+ SOURCE_HASH=sha512:9ac1bc842fd2ae90f6eb2652bbcad9aef3a06f9b1b6bf2b82896d15628652fad83d77473eda35655d28153da03159a5f4ad3802d9c034ea1ae7a34c5a9d0e361
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://linuxbrit.co.uk/downloads/$SOURCE
- SOURCE_HASH=sha512:cba8f589e45758ddbfe4e276399a1ecb0dbe29569be5d85d97733e7f64de2911bd2d03e62700ad0c718a1fc886c2e3def9dee1de5cac884f9e65e772cebe838c
- WEB_SITE=http://linuxbrit.co.uk/scrot/
+ SOURCE_URL[0]=https://github.com/dreamer/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
+ WEB_SITE=https://github.com/dreamer/scrot
ENTERED=20020716
- LICENSE[0]=BSD
+ LICENSE[0]=MIT
KEYWORDS="graphics"
SHORT="A commandline screen capture utility."
cat << EOF
diff --git a/graphics/scrot/HISTORY b/graphics/scrot/HISTORY
index 281b3d7b6a..c967e7c28c 100644
--- a/graphics/scrot/HISTORY
+++ b/graphics/scrot/HISTORY
@@ -1,3 +1,7 @@
+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
+
2014-09-25 Remko van der Vossen <wich@sourcemage.org>
* DEPENDS: imlib2, libx11