Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7b6e17bffeaf73cda8d5dfd4ab63193e83e215ef)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7b6e17bffeaf73cda8d5dfd4ab63193e83e215ef)
  • Date: Tue, 13 Dec 2022 22:54:26 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

.gitignore | 1 +
editors/vis/DETAILS | 4 ++--
editors/vis/HISTORY | 3 +++
windowmanagers/sway/HISTORY | 1 +
windowmanagers/sway/INSTALL | 5 -----
5 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 7b6e17bffeaf73cda8d5dfd4ab63193e83e215ef
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

.gitignore: Ignore .orig files

commit d06cfb13981e81e186af5d5ded7ee268cdaeb5e9
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

vis 0.8

commit 8c42c03688f7be5b34efd966440753c7d0292bf5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

sway: do not install as setuid

diff --git a/.gitignore b/.gitignore
index 76453e7..98a1399 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ version.index
keyword.index
*~
.#*
+*.orig
diff --git a/editors/vis/DETAILS b/editors/vis/DETAILS
index 1881173..d68b195 100755
--- a/editors/vis/DETAILS
+++ b/editors/vis/DETAILS
@@ -1,8 +1,8 @@
SPELL=vis
- VERSION=0.7
+ VERSION=0.8
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/martanne/${SPELL}/releases/download/v${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:ccc6a054fea6917e7751882468a74c30c712f7ec400a913c95c0084691f706e2bee54efb86b75be8b121c9a209c7e587e72e5474c55271d9943e91fc8aaf9bac
+
SOURCE_HASH=sha512:ab4eda075034955411bdbc0ade2fe9149a48c644fa2f70add8d3b9d749f86b98a4e429745b5cae7fdbc0a1e07c8587539a055cd1c6734bb59e43c580c949e0aa
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/martanne/vis
ENTERED=20160411
diff --git a/editors/vis/HISTORY b/editors/vis/HISTORY
index 504ea96..d1ac2f3 100644
--- a/editors/vis/HISTORY
+++ b/editors/vis/HISTORY
@@ -1,3 +1,6 @@
+2022-12-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.8
+
2020-12-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.7

diff --git a/windowmanagers/sway/HISTORY b/windowmanagers/sway/HISTORY
index 0645316..0d9b5d4 100644
--- a/windowmanagers/sway/HISTORY
+++ b/windowmanagers/sway/HISTORY
@@ -1,6 +1,7 @@
2022-12-13 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS, PRE_BUILD: updated spell to 1.8-rc3
* patches/nag.patch: removed, no longer needed
+ * INSTALL: removed, setuid mode no longer supported

2022-10-12 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: use LOGIN-DAEMON
diff --git a/windowmanagers/sway/INSTALL b/windowmanagers/sway/INSTALL
deleted file mode 100755
index 44f22a0..0000000
--- a/windowmanagers/sway/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-default_install &&
-
-if ! spell_ok "elogind" || ! spell_ok "systemd"; then
- chmod a+s "${INSTALL_ROOT}/usr/bin/sway"
-fi



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7b6e17bffeaf73cda8d5dfd4ab63193e83e215ef), Ismael Luceno, 12/13/2022

Archive powered by MHonArc 2.6.24.

Top of Page