Skip to Content.
Sympa Menu

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

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 (86a766b34a43e7a78681b98abbc3c3f8ae118e33)
  • Date: Sun, 5 May 2024 20:04:21 +0000

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

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

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

wm-addons/hyprwayland-scanner: new spell. scanner for Hyprland

diff --git a/ChangeLog b/ChangeLog
index 4ba779e..092f29b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-05-05 Pavel Vinogradov <public AT sourcemage.org>
+ * wm-addons/hyprwayland-scanner: new spell. scanner for Hyprland
+
2024-04-30 Conner Clere <xenanthropy AT sourcemage.org>
* utils/fastfetch: new spell, fetches and displays system information

diff --git a/wm-addons/hyprwayland-scanner/CONFIGURE
b/wm-addons/hyprwayland-scanner/CONFIGURE
new file mode 100755
index 0000000..90942b1
--- /dev/null
+++ b/wm-addons/hyprwayland-scanner/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/wm-addons/hyprwayland-scanner/DEPENDS
b/wm-addons/hyprwayland-scanner/DEPENDS
new file mode 100755
index 0000000..0f5adc3
--- /dev/null
+++ b/wm-addons/hyprwayland-scanner/DEPENDS
@@ -0,0 +1,7 @@
+. "${GRIMOIRE}/CMAKE_DEPENDS" &&
+
+ if [[ "${HYPRWAYLAND_SCANNER_BRANCH}" == "scm" ]]; then
+ depends git
+fi &&
+
+depends pugixml
diff --git a/wm-addons/hyprwayland-scanner/DETAILS
b/wm-addons/hyprwayland-scanner/DETAILS
new file mode 100755
index 0000000..0e5c0c4
--- /dev/null
+++ b/wm-addons/hyprwayland-scanner/DETAILS
@@ -0,0 +1,26 @@
+. "${GRIMOIRE}/FUNCTIONS"
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
+ SPELL="hyprwayland-scanner"
+if [[ "${HYPRWAYLAND_SCANNER_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.3.4"
+
SOURCE_HASH="sha512:1b05a41a19f7d07fdb10e5e72cb6949e1ac811ec0435f49d86376f19c3904660bc2a94b5f2dc75ca45e4243b6009df33682464c24c1bcea65ab16fa4f3a97732"
+ 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";
+ ENTERED="20240504"
+ LICENSE[0]="BSD"
+ KEYWORDS="scanner hyprland"
+ SHORT="scanner for Hyprland"
+cat << EOF
+A Hyprland implementation of wayland-scanner, in and for C++.
+EOF
diff --git a/wm-addons/hyprwayland-scanner/HISTORY
b/wm-addons/hyprwayland-scanner/HISTORY
new file mode 100644
index 0000000..a29d9c6
--- /dev/null
+++ b/wm-addons/hyprwayland-scanner/HISTORY
@@ -0,0 +1,3 @@
+2024-05-05 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: created a spell, version 0.3.4
+
diff --git a/wm-addons/hyprwayland-scanner/PREPARE
b/wm-addons/hyprwayland-scanner/PREPARE
new file mode 100755
index 0000000..e38d86f
--- /dev/null
+++ b/wm-addons/hyprwayland-scanner/PREPARE
@@ -0,0 +1,2 @@
+. "${GRIMOIRE}/FUNCTIONS" &&
+prepare_select_branch stable scm


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (86a766b34a43e7a78681b98abbc3c3f8ae118e33), Pavel Vinogradov, 05/05/2024

Archive powered by MHonArc 2.6.24.

Top of Page