Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (6f4baeff571859153fa6d0c4b7793a2112649461)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (6f4baeff571859153fa6d0c4b7793a2112649461)
  • Date: Fri, 19 Aug 2022 02:06:23 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics/scrot/CONFIGURE | 1 +
graphics/scrot/DEPENDS | 5 +++--
graphics/scrot/DETAILS | 11 ++++++-----
graphics/scrot/HISTORY | 4 ++++
4 files changed, 14 insertions(+), 7 deletions(-)

New commits:
commit 6f4baeff571859153fa6d0c4b7793a2112649461
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics/scrot: version 0.10.0

diff --git a/graphics/scrot/CONFIGURE b/graphics/scrot/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/graphics/scrot/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/graphics/scrot/DEPENDS b/graphics/scrot/DEPENDS
index e5eda80..7528d1d 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 c00ed33..1beb379 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 281b3d7..c967e7c 100644
--- a/graphics/scrot/HISTORY
+++ b/graphics/scrot/HISTORY
@@ -1,3 +1,7 @@
+2022-08-18 Pavel Vinogradov <public AT 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 AT sourcemage.org>
* DEPENDS: imlib2, libx11




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (6f4baeff571859153fa6d0c4b7793a2112649461), Pavel Vinogradov, 08/18/2022

Archive powered by MHonArc 2.6.24.

Top of Page