Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (e02eae7e4e50e90cd6508b0ae3a83297048081bc)
  • Date: Mon, 23 Jun 2025 03:23:03 +0000

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

wm-addons/hyprgraphics/DEPENDS | 2 +-
wm-addons/hyprgraphics/DETAILS | 4 ++--
wm-addons/hyprgraphics/HISTORY | 5 +++++
wm-addons/hyprgraphics/PRE_BUILD | 4 ----
wm-addons/hyprgraphics/patches/0001-fix-finding-spng.patch | 12
------------
5 files changed, 8 insertions(+), 19 deletions(-)

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

wm-addons/hyprgraphics: version 0.1.4

diff --git a/wm-addons/hyprgraphics/DEPENDS b/wm-addons/hyprgraphics/DEPENDS
index 6510bb9..58dd601 100755
--- a/wm-addons/hyprgraphics/DEPENDS
+++ b/wm-addons/hyprgraphics/DEPENDS
@@ -7,6 +7,6 @@ depends hyprutils &&
depends libwebp &&
depends JPEG &&
depends pixman &&
-depends spng &&
+depends libpng &&

optional_depends libjxl "" "" "for JPEG-XL format support"
diff --git a/wm-addons/hyprgraphics/DETAILS b/wm-addons/hyprgraphics/DETAILS
index 21ca0d4..0640b03 100755
--- a/wm-addons/hyprgraphics/DETAILS
+++ b/wm-addons/hyprgraphics/DETAILS
@@ -9,8 +9,8 @@ if [[ "${HYPRGRAPHICS_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
else
- VERSION="0.1.3"
-
SOURCE_HASH="sha512:7cde20b641d5c3427278125b85b5438ddc1c1149efa3e148159e8d9da74afa0e3afbde974e723a8eb1649514610434f5e94a44bc7f8145b01fb4dab1c28159a4"
+ VERSION="0.1.4"
+
SOURCE_HASH="sha512:e9129b5b512ce0eb43b6c370502c538aaba63ae3ca3bc9717937ae8bb363cb85b2a83248f9701f7ee0ae891a30ffd4c5141e9d004038a362fd32dbe262117be7"
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

SOURCE_URL[0]="https://github.com/hyprwm/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz";
diff --git a/wm-addons/hyprgraphics/HISTORY b/wm-addons/hyprgraphics/HISTORY
index a033414..d486d06 100644
--- a/wm-addons/hyprgraphics/HISTORY
+++ b/wm-addons/hyprgraphics/HISTORY
@@ -1,3 +1,8 @@
+2025-06-22 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.1.4
+ * DEPENDS: spng -> libpng
+ * PRE_BUILD, patches/0001-fix-finding-spng.patch: removed, not needed
anymore
+
2025-04-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.1.3

diff --git a/wm-addons/hyprgraphics/PRE_BUILD
b/wm-addons/hyprgraphics/PRE_BUILD
deleted file mode 100755
index 6c5c8c9..0000000
--- a/wm-addons/hyprgraphics/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-apply_patch_dir "patches"
diff --git a/wm-addons/hyprgraphics/patches/0001-fix-finding-spng.patch
b/wm-addons/hyprgraphics/patches/0001-fix-finding-spng.patch
deleted file mode 100644
index 8777b2b..0000000
--- a/wm-addons/hyprgraphics/patches/0001-fix-finding-spng.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -48,7 +48,7 @@ pkg_check_modules(
- libjpeg
- libwebp
- libmagic
-- spng)
-+ libspng)
-
- pkg_check_modules(
- JXL


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (e02eae7e4e50e90cd6508b0ae3a83297048081bc), Pavel Vinogradov, 06/22/2025

Archive powered by MHonArc 2.6.24.

Top of Page