Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (b2f3ce935d6e9ed86db26549510069967e8f7a91)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (b2f3ce935d6e9ed86db26549510069967e8f7a91)
  • Date: Thu, 3 Aug 2023 08:05:45 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

windowmanagers/hyprland/DETAILS | 3 +++
windowmanagers/hyprland/HISTORY | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit b2f3ce935d6e9ed86db26549510069967e8f7a91
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

hyprland: add forced downloads for volatile sources

missing this was causing scm tarballs to not be
downloaded, because they're marked as volatile
and therefore not checked.

diff --git a/windowmanagers/hyprland/DETAILS b/windowmanagers/hyprland/DETAILS
index 2d36fea..96d85cf 100755
--- a/windowmanagers/hyprland/DETAILS
+++ b/windowmanagers/hyprland/DETAILS
@@ -9,13 +9,16 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/Hyprland-${VERSION}"
SOURCE2="${SPELL}-protocols-scm.tar.xz"

SOURCE2_URL[0]="git_http://github.com/hyprwm/${SPELL}-protocols:${SPELL}-protocols-scm:main";
SOURCE2_IGNORE="volatile"
+FORCE_DOWNLOAD[2]=on
SOURCE3="udis86-scm.tar.xz"
SOURCE3_URL[0]="git_http://github.com/canihavesomecoffee/udis86:udis86-scm";
SOURCE3_IGNORE="volatile"
+FORCE_DOWNLOAD[3]=on
if [[ "${SYSWLROOTS}" == "n" ]]; then
SOURCE4="${SPELL}-wlroots-scm.tar.xz"

SOURCE4_URL[0]="git_http://gitlab.freedesktop.org/wlroots/wlroots.git:${SPELL}-wlroots-scm:7791ffe0584c4ac13c170e1661ce33bdbd4a9b9e";
SOURCE4_IGNORE="volatile"
+FORCE_DOWNLOAD[4]=on
fi
WEB_SITE=http://www.hyprland.org/
ENTERED=20230123
diff --git a/windowmanagers/hyprland/HISTORY b/windowmanagers/hyprland/HISTORY
index 65d02b8..ead6e3f 100644
--- a/windowmanagers/hyprland/HISTORY
+++ b/windowmanagers/hyprland/HISTORY
@@ -1,3 +1,6 @@
+2023-08-03 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: add force downloads for volatile sources
+
2023-07-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.27.2, updated wlroots commit id




  • [SM-Commit] GIT changes to master grimoire by Conner Clere (b2f3ce935d6e9ed86db26549510069967e8f7a91), Conner Clere, 08/03/2023

Archive powered by MHonArc 2.6.24.

Top of Page