Skip to Content.
Sympa Menu

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

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 (0fdcf75de30a000b35ea6908be56ad66ffac89e9)
  • Date: Mon, 20 Mar 2023 18:41:02 +0000

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

ChangeLog | 4 ++++
wm-addons/hyprpaper/BUILD | 1 +
wm-addons/hyprpaper/DEPENDS | 9 +++++++++
wm-addons/hyprpaper/DETAILS | 18 ++++++++++++++++++
wm-addons/hyprpaper/FINAL | 1 +
wm-addons/hyprpaper/HISTORY | 3 +++
wm-addons/hyprpaper/INSTALL | 1 +
7 files changed, 37 insertions(+)

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

wm-addons/hyprpaper: new spell, a blazing fast wayland wallpaper utility
with IPC controls

diff --git a/ChangeLog b/ChangeLog
index 7e9cec3..5ab7ab5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-03-20 Pavel Vinogradov <public AT sourcemage.org>
+ * wm-addons/hyprpaper: new spell, a blazing fast wayland wallpaper
utility
+ with IPC controls
+
2023-03-18 Ismael Luceno <ismael AT sourcemage.org>
* x11-toolkits/wxgtk-3.2: new spell, wxGTK+ 3.2.x
* devel/fasm: moved from z-rejected, license is free
diff --git a/wm-addons/hyprpaper/BUILD b/wm-addons/hyprpaper/BUILD
new file mode 100755
index 0000000..bee6666
--- /dev/null
+++ b/wm-addons/hyprpaper/BUILD
@@ -0,0 +1 @@
+make all
diff --git a/wm-addons/hyprpaper/DEPENDS b/wm-addons/hyprpaper/DEPENDS
new file mode 100755
index 0000000..ad6538e
--- /dev/null
+++ b/wm-addons/hyprpaper/DEPENDS
@@ -0,0 +1,9 @@
+depends cmake &&
+depends git &&
+depends cairo &&
+depends make &&
+depends pango &&
+depends JPEG &&
+depends wayland&&
+depends wayland-protocols &&
+depends wlroots
diff --git a/wm-addons/hyprpaper/DETAILS b/wm-addons/hyprpaper/DETAILS
new file mode 100755
index 0000000..5e0baba
--- /dev/null
+++ b/wm-addons/hyprpaper/DETAILS
@@ -0,0 +1,18 @@
+. "${GRIMOIRE}/FUNCTIONS"
+ SPELL="hyprpaper"
+ 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"
+ WEB_SITE="https://github.com/hyprwm/hyprpaper";
+ ENTERED="202300320"
+ LICENSE[0]="BSD"
+ KEYWORDS="wallpaper wayland wlroots"
+ SHORT="blazing fast wayland wallpaper utility with IPC controls"
+cat << EOF
+Hyprpaper is a blazing fast wallpaper utility for Hyprland with the ability
to
+dynamically change wallpapers through sockets. It will work on all
+wlroots-based compositors, though.
+EOF
diff --git a/wm-addons/hyprpaper/FINAL b/wm-addons/hyprpaper/FINAL
new file mode 100755
index 0000000..d0c0f5d
--- /dev/null
+++ b/wm-addons/hyprpaper/FINAL
@@ -0,0 +1 @@
+chmod 0755 "${INSTALL_ROOT}/bin/${SPELL}"
diff --git a/wm-addons/hyprpaper/HISTORY b/wm-addons/hyprpaper/HISTORY
new file mode 100644
index 0000000..98b2020
--- /dev/null
+++ b/wm-addons/hyprpaper/HISTORY
@@ -0,0 +1,3 @@
+2023-03-20 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, FIMAL, INSTALL: created a spell
+
diff --git a/wm-addons/hyprpaper/INSTALL b/wm-addons/hyprpaper/INSTALL
new file mode 100755
index 0000000..1838cd0
--- /dev/null
+++ b/wm-addons/hyprpaper/INSTALL
@@ -0,0 +1 @@
+install -D "build/${SPELL}" -t "${INSTALL_ROOT}/bin"



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0fdcf75de30a000b35ea6908be56ad66ffac89e9), Pavel Vinogradov, 03/20/2023

Archive powered by MHonArc 2.6.24.

Top of Page