Skip to Content.
Sympa Menu

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

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 (7c1db977a11545725ef467453ce0f20ab5fcedaf)
  • Date: Sun, 9 Apr 2023 00:29:40 +0000

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

wm-addons/hyprpaper/DEPENDS | 6 ++++--
wm-addons/hyprpaper/DETAILS | 9 +++++++++
wm-addons/hyprpaper/HISTORY | 3 +++
wm-addons/hyprpaper/PREPARE | 2 ++
4 files changed, 18 insertions(+), 2 deletions(-)

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

wm-addons/hyprpaper: added first official release, version 0.1.0

diff --git a/wm-addons/hyprpaper/DEPENDS b/wm-addons/hyprpaper/DEPENDS
index ad6538e..ebf2afb 100755
--- a/wm-addons/hyprpaper/DEPENDS
+++ b/wm-addons/hyprpaper/DEPENDS
@@ -1,9 +1,11 @@
depends cmake &&
-depends git &&
+if [[ "${HYPRPAPER_BRANCH}" == "scm" ]]; then
+ depends git
+fi &&
depends cairo &&
depends make &&
depends pango &&
depends JPEG &&
-depends wayland&&
+depends wayland &&
depends wayland-protocols &&
depends wlroots
diff --git a/wm-addons/hyprpaper/DETAILS b/wm-addons/hyprpaper/DETAILS
index 5e0baba..39abc97 100755
--- a/wm-addons/hyprpaper/DETAILS
+++ b/wm-addons/hyprpaper/DETAILS
@@ -1,11 +1,20 @@
. "${GRIMOIRE}/FUNCTIONS"
SPELL="hyprpaper"
+if [[ "${HYPRPAPER_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.0"
+
SOURCE_HASH="sha512:e234d0ea79f04fa75a655fd7916d659dd5c54b529c287f5ea107d859a69387b3c9af0885174e7cd82212babd7427fee6623be8637ce9070f970fe5b08bb2ed56"
+ 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/hyprpaper/tags tags/v([0-9.]+)[.]tar
+fi
WEB_SITE="https://github.com/hyprwm/hyprpaper";
ENTERED="202300320"
LICENSE[0]="BSD"
diff --git a/wm-addons/hyprpaper/HISTORY b/wm-addons/hyprpaper/HISTORY
index 98b2020..291e53f 100644
--- a/wm-addons/hyprpaper/HISTORY
+++ b/wm-addons/hyprpaper/HISTORY
@@ -1,3 +1,6 @@
+2023-04-08 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: added first official release, version
0.1.0
+
2023-03-20 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, FIMAL, INSTALL: created a spell

diff --git a/wm-addons/hyprpaper/PREPARE b/wm-addons/hyprpaper/PREPARE
new file mode 100755
index 0000000..e38d86f
--- /dev/null
+++ b/wm-addons/hyprpaper/PREPARE
@@ -0,0 +1,2 @@
+. "${GRIMOIRE}/FUNCTIONS" &&
+prepare_select_branch stable scm



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7c1db977a11545725ef467453ce0f20ab5fcedaf), Pavel Vinogradov, 04/08/2023

Archive powered by MHonArc 2.6.24.

Top of Page