Skip to Content.
Sympa Menu

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

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 (e7c6e74901fcc2f797cda961e2d45f446559348c)
  • Date: Mon, 8 Aug 2022 20:00:44 +0000

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

windowmanagers/i3/DEPENDS | 9 +++++----
windowmanagers/i3/DETAILS | 1 +
windowmanagers/i3/HISTORY | 5 +++++
windowmanagers/i3/INSTALL | 6 +-----
4 files changed, 12 insertions(+), 9 deletions(-)

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

i3: Fix installation of perl module

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

i3: Improve descriptions in DEPENDS

diff --git a/windowmanagers/i3/DEPENDS b/windowmanagers/i3/DEPENDS
index 2f879b1..4efee27 100755
--- a/windowmanagers/i3/DEPENDS
+++ b/windowmanagers/i3/DEPENDS
@@ -25,10 +25,11 @@ if is_depends_enabled $SPELL xmlto; then
fi

suggest_depends xmessage '' '' 'for the welcome message' &&
-suggest_depends perl '' '' 'for i3-dmenu-desktop (requires dmenu)' &&
+suggest_depends perl '' '' \
+ 'for config migration, dmenu app launcher, and i3-save-tree'
&&
if is_depends_enabled $SPELL perl; then
depends perl-json-xs
fi &&
-suggest_depends i3lock '' '' 'for a screen locker' &&
-suggest_depends i3status '' '' 'for status bar information' &&
-suggest_depends dmenu '' '' 'for an application launcher'
+suggest_depends i3lock '' '' 'for a screen locker' &&
+suggest_depends i3status '' '' 'for status bar information' &&
+suggest_depends dmenu '' '' 'for a dmenu-based application launcher'
diff --git a/windowmanagers/i3/DETAILS b/windowmanagers/i3/DETAILS
index 96640b1..fce82aa 100755
--- a/windowmanagers/i3/DETAILS
+++ b/windowmanagers/i3/DETAILS
@@ -1,6 +1,7 @@
source "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=i3
VERSION=4.20.1
+ PATCHLEVEL=1
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=https://i3wm.org/downloads/${SOURCE}
diff --git a/windowmanagers/i3/HISTORY b/windowmanagers/i3/HISTORY
index 9b96706..44174fb 100644
--- a/windowmanagers/i3/HISTORY
+++ b/windowmanagers/i3/HISTORY
@@ -1,3 +1,8 @@
+2022-08-08 Ismael Luceno <ismael AT sourcemage.org>
+ * INSTALL: fixed installation of perl module
+ * DEPENDS: improved descriptions
+ PATCHLEVEL++
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)

diff --git a/windowmanagers/i3/INSTALL b/windowmanagers/i3/INSTALL
index 980d1cc..b67fbe4 100755
--- a/windowmanagers/i3/INSTALL
+++ b/windowmanagers/i3/INSTALL
@@ -2,9 +2,5 @@ default_install &&
install -m755 -o root -g root "${SCRIPT_DIRECTORY}/starti3"
"${INSTALL_ROOT}/usr/bin/" &&

if is_depends_enabled $SPELL perl; then
- cd "$SOURCE_DIRECTORY/AnyEvent-I3" &&
-
- default_install &&
-
- cd "$SOURCE_DIRECTORY"
+ ${MAKE:-make} -C AnyEvent-I3 install
fi



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e7c6e74901fcc2f797cda961e2d45f446559348c), Ismael Luceno, 08/08/2022

Archive powered by MHonArc 2.6.24.

Top of Page