Skip to Content.
Sympa Menu

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

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 (0e6aa3e2ccd766da12d095e60035bc93e642b342)
  • Date: Wed, 29 Nov 2023 20:36:16 +0000

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

windowmanagers/sway/DETAILS | 2 +-
windowmanagers/sway/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

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

windowmanagers/sway: use git_http:// for scm branch

diff --git a/windowmanagers/sway/DETAILS b/windowmanagers/sway/DETAILS
index db71ac4..e3f2f14 100755
--- a/windowmanagers/sway/DETAILS
+++ b/windowmanagers/sway/DETAILS
@@ -6,7 +6,7 @@ if [[ "${SWAY_BRANCH}" == "scm" ]]; then
VERSION="$(get_scm_version)"
SOURCE="${SPELL}-git.tar.xz"
FORCE_DOWNLOAD="on"
- SOURCE_URL[0]="git://github.com/swaywm/${SPELL}:${SPELL}-git"
+ SOURCE_URL[0]="git_http://github.com/swaywm/${SPELL}:${SPELL}-git";
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
diff --git a/windowmanagers/sway/HISTORY b/windowmanagers/sway/HISTORY
index 3fc5f58..a2970fa 100644
--- a/windowmanagers/sway/HISTORY
+++ b/windowmanagers/sway/HISTORY
@@ -1,3 +1,6 @@
+2023-11-29 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: git:// -> git_http://
+
2023-02-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.8.1




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0e6aa3e2ccd766da12d095e60035bc93e642b342), Pavel Vinogradov, 11/29/2023

Archive powered by MHonArc 2.6.24.

Top of Page