Skip to Content.
Sympa Menu

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

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 (8bd6b4613177558bd20f1ae275ca8525dcb4134d)
  • Date: Mon, 24 Jun 2024 03:51:13 +0000

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

ChangeLog | 3 +++
wm-addons/hyprutils/CONFIGURE | 1 +
wm-addons/hyprutils/DEPENDS | 8 ++++++++
wm-addons/hyprutils/DETAILS | 26 ++++++++++++++++++++++++++
wm-addons/hyprutils/HISTORY | 3 +++
wm-addons/hyprutils/PREPARE | 2 ++
wm-addons/hyprwayland-scanner/DETAILS | 6 +++---
wm-addons/hyprwayland-scanner/HISTORY | 3 +++
8 files changed, 49 insertions(+), 3 deletions(-)

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

wm-addons/hyprwayland-scanner: version 0.3.10

commit 417fffe63d2b4ea2085ccfe138fdd9494158edbd
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

wm-addons/hyprutils: new spell, Hyprland utilities library

diff --git a/ChangeLog b/ChangeLog
index 9a1237f..a23288d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-06-23 Pavel Vinogradov <public AT sourcemage.org>
+ * wm-addons/hyprutils: new spell, Hyprland utilities library
+
2024-06-20 Treeve Jelbert <treeve AT sourcemage.org>
* database/firebird25: delete, dead upstream

diff --git a/wm-addons/hyprutils/CONFIGURE b/wm-addons/hyprutils/CONFIGURE
new file mode 100755
index 0000000..90942b1
--- /dev/null
+++ b/wm-addons/hyprutils/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/wm-addons/hyprutils/DEPENDS b/wm-addons/hyprutils/DEPENDS
new file mode 100755
index 0000000..ec4ebfe
--- /dev/null
+++ b/wm-addons/hyprutils/DEPENDS
@@ -0,0 +1,8 @@
+. "${GRIMOIRE}/CMAKE_DEPENDS" &&
+
+if [[ "${HYPRUTILS_BRANCH}" == "scm" ]]; then
+ depends git
+fi &&
+
+depends pixman &&
+depends PKG-CONFIG
diff --git a/wm-addons/hyprutils/DETAILS b/wm-addons/hyprutils/DETAILS
new file mode 100755
index 0000000..7135b07
--- /dev/null
+++ b/wm-addons/hyprutils/DETAILS
@@ -0,0 +1,26 @@
+. "${GRIMOIRE}/FUNCTIONS"
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
+ SPELL="hyprutils"
+if [[ "${HYPRUTILS_BRANCH}" == "scm" ]]; then
+ VERSION="$(get_scm_version)"
+ SOURCE="${SPELL}-scm.tar.xz"
+ FORCE_DOWNLOAD="on"
+ SOURCE_URL[0]="git_http://github.com/hyprwm/${SPELL}:${SPELL}-scm:main";
+ SOURCE_IGNORE="volatile"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+else
+ VERSION="0.1.4"
+
SOURCE_HASH="sha512:78b1ad188579b7ba9fb32f08aa3da6e96ec18544a1802d144cee9f64f473b6ee41a4cb3fba971524cfbf448e6cbe0aa32c36f53e8d50cbdf926126a9a44da8b6"
+ 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";
+# Watch: https://github.com/hyprwm/hyprutils/tags tags/v([0-9.]+)[.]tar
+fi
+ WEB_SITE="https://github.com/hyprwm/hyprutils";
+ ENTERED="20240623"
+ LICENSE[0]="BSD"
+ KEYWORDS="hyprland utilities library"
+ SHORT="Hyprland utilities library"
+cat << EOF
+Hyprland utilities library used across the ecosystem.
+EOF
diff --git a/wm-addons/hyprutils/HISTORY b/wm-addons/hyprutils/HISTORY
new file mode 100644
index 0000000..85105c0
--- /dev/null
+++ b/wm-addons/hyprutils/HISTORY
@@ -0,0 +1,3 @@
+2024-06-23 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS, PREPARE: created a spell, version 0.1.4
+
diff --git a/wm-addons/hyprutils/PREPARE b/wm-addons/hyprutils/PREPARE
new file mode 100755
index 0000000..e38d86f
--- /dev/null
+++ b/wm-addons/hyprutils/PREPARE
@@ -0,0 +1,2 @@
+. "${GRIMOIRE}/FUNCTIONS" &&
+prepare_select_branch stable scm
diff --git a/wm-addons/hyprwayland-scanner/DETAILS
b/wm-addons/hyprwayland-scanner/DETAILS
index 0e5c0c4..8e7d3a3 100755
--- a/wm-addons/hyprwayland-scanner/DETAILS
+++ b/wm-addons/hyprwayland-scanner/DETAILS
@@ -9,14 +9,14 @@ if [[ "${HYPRWAYLAND_SCANNER_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
else
- VERSION="0.3.4"
-
SOURCE_HASH="sha512:1b05a41a19f7d07fdb10e5e72cb6949e1ac811ec0435f49d86376f19c3904660bc2a94b5f2dc75ca45e4243b6009df33682464c24c1bcea65ab16fa4f3a97732"
+ VERSION="0.3.10"
+
SOURCE_HASH="sha512:d63f9490d048725a7faa3995e3786190b37db16654293cce16c410c4cfd27e61042a50e6feddc7eda42d67c04bdd7bc19b51f475ddd206ffc5464e762003392b"
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";
# Watch: https://github.com/hyprwm/hyprwayland-scanner/tags
tags/v([0-9.]+)[.]tar
fi
- WEB_SITE="https://hyprland.org/hyprcursor";
+ WEB_SITE="https://github.com/hyprwm/hyprwayland-scanner";
ENTERED="20240504"
LICENSE[0]="BSD"
KEYWORDS="scanner hyprland"
diff --git a/wm-addons/hyprwayland-scanner/HISTORY
b/wm-addons/hyprwayland-scanner/HISTORY
index a29d9c6..6f5c5f6 100644
--- a/wm-addons/hyprwayland-scanner/HISTORY
+++ b/wm-addons/hyprwayland-scanner/HISTORY
@@ -1,3 +1,6 @@
+2024-06-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.3.10, fixed website
+
2024-05-05 Pavel Vinogradov <public AT sourcemage.org>
* CONFIGURE, DEPENDS, DETAILS: created a spell, version 0.3.4



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (8bd6b4613177558bd20f1ae275ca8525dcb4134d), Pavel Vinogradov, 06/23/2024

Archive powered by MHonArc 2.6.24.

Top of Page