Skip to Content.
Sympa Menu

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

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 (056ebd08d779d88c723e77134c07407e1012dc06)
  • Date: Tue, 1 Oct 2024 18:21:40 +0000

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

wm-addons/hyprcursor/DETAILS | 4 ++--
wm-addons/hyprcursor/HISTORY | 4 ++++
wm-addons/hyprcursor/patches/tomlplusplus.patch | 15 ++++++++-------
3 files changed, 14 insertions(+), 9 deletions(-)

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

wm-addons/hyprcursor: version 0.1.10

diff --git a/wm-addons/hyprcursor/DETAILS b/wm-addons/hyprcursor/DETAILS
index 2a363e4..c3fc328 100755
--- a/wm-addons/hyprcursor/DETAILS
+++ b/wm-addons/hyprcursor/DETAILS
@@ -9,8 +9,8 @@ if [[ "${HYPRCURSOR_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
else
- VERSION="0.1.9"
-
SOURCE_HASH="sha512:39205b0ae4094cf07b19844894e4c7b4dfd2f44e8014e0db77759d880f02c21a2568705fdfae9efb11f05b97a54a9f0c2ffb57045c10a022a1b3ed2a0d2ccca8"
+ VERSION="0.1.10"
+
SOURCE_HASH="sha512:7ce320f50af19e73e77dabef4840d6e8e6f56b2e505ff888dc0a14413110a30c8a3bfdc9bfc0d5458c9b387dabd9b4cbe35297209feffcfc622098af49044bb4"
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/hyprcursor/HISTORY b/wm-addons/hyprcursor/HISTORY
index c619f34..f62cb89 100644
--- a/wm-addons/hyprcursor/HISTORY
+++ b/wm-addons/hyprcursor/HISTORY
@@ -1,3 +1,7 @@
+2024-10-01 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.1.10
+ * patches/tomlplusplus.patch: updated
+
2024-06-24 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.1.9

diff --git a/wm-addons/hyprcursor/patches/tomlplusplus.patch
b/wm-addons/hyprcursor/patches/tomlplusplus.patch
index 1aa4bfe..beb7a14 100644
--- a/wm-addons/hyprcursor/patches/tomlplusplus.patch
+++ b/wm-addons/hyprcursor/patches/tomlplusplus.patch
@@ -1,13 +1,14 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -20,7 +20,8 @@ configure_file(hyprcursor.pc.in hyprcursor.pc @ONLY)
- set(CMAKE_CXX_STANDARD 23)
-
- find_package(PkgConfig REQUIRED)
--pkg_check_modules(deps REQUIRED IMPORTED_TARGET hyprlang>=0.4.2 libzip
cairo librsvg-2.0 tomlplusplus)
-+pkg_check_modules(deps REQUIRED IMPORTED_TARGET hyprlang>=0.4.2 libzip
cairo librsvg-2.0)
+@@ -29,8 +29,8 @@ pkg_check_modules(
+ hyprlang>=0.4.2
+ libzip
+ cairo
+- librsvg-2.0
+- tomlplusplus)
++ librsvg-2.0)
+find_package(tomlplusplus)

if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
- message(STATUS "Configuring hyprcursor in Debug")
+ message(STATUS "Configuring hyprcursor in Debug")


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (056ebd08d779d88c723e77134c07407e1012dc06), Pavel Vinogradov, 10/01/2024

Archive powered by MHonArc 2.6.24.

Top of Page