Skip to Content.
Sympa Menu

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

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 (da699320be4d402d2c382736ee15b8840bd55bb8)
  • Date: Sat, 21 Jan 2023 23:22:20 +0000

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

graphics/scrot/CONFIGURE | 1 -
graphics/scrot/DEPENDS | 7 +++++--
graphics/scrot/DETAILS | 9 ++++-----
graphics/scrot/HISTORY | 7 +++++++
4 files changed, 16 insertions(+), 8 deletions(-)

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

graphics/scrot: version 1.8.1

diff --git a/graphics/scrot/CONFIGURE b/graphics/scrot/CONFIGURE
deleted file mode 100755
index 9f48d22..0000000
--- a/graphics/scrot/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/graphics/scrot/DEPENDS b/graphics/scrot/DEPENDS
index 7528d1d..55bbd3d 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 1beb379..ec611f4 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 c967e7c..258ec96 100644
--- a/graphics/scrot/HISTORY
+++ b/graphics/scrot/HISTORY
@@ -1,3 +1,10 @@
+2023-01-21 Pavel Vinpgradov <public AT 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 AT sourcemage.org>
* CONFIGURE, DEPENDS, DETAILS: version 0.10.0, updated source url,
website and
license, mesonified, dropped giblib, needs libxfixes



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (da699320be4d402d2c382736ee15b8840bd55bb8), Pavel Vinogradov, 01/21/2023

Archive powered by MHonArc 2.6.24.

Top of Page