Skip to Content.
Sympa Menu

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

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 (ff3eff7228e961c2fcc3b70cf3ce2a09f643ba98)
  • Date: Thu, 24 Feb 2022 22:11:18 +0000

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

windowmanagers/sway/DEPENDS | 13 ++++++++-----
windowmanagers/sway/HISTORY | 3 +++
2 files changed, 11 insertions(+), 5 deletions(-)

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

sway: Add versioned dependencies

diff --git a/windowmanagers/sway/DEPENDS b/windowmanagers/sway/DEPENDS
index ae94fdc..a3bb84a 100755
--- a/windowmanagers/sway/DEPENDS
+++ b/windowmanagers/sway/DEPENDS
@@ -2,17 +2,20 @@ if [[ "${SWAY_BRANCH}" == "scm" ]]; then
depends git
fi &&

-depends meson &&
depends python3 &&
depends ninja-build-system &&
depends DEVICE-MANAGER &&
depends cairo &&
-depends json-c &&
depends pango &&
depends pcre &&
-depends wayland &&
-depends wayland-protocols &&
-depends wlroots &&
+vdepends <<!
+ json-c >= 0.13
+ libinput >= 1.6.0
+ meson >= 0.60.0
+ wayland >= 1.20.0
+ wayland-protocols >= 1.24
+ wlroots >= 0.15.0
+!

optional_depends gdk-pixbuf2 \
"" \
diff --git a/windowmanagers/sway/HISTORY b/windowmanagers/sway/HISTORY
index e7f592d..620c85f 100644
--- a/windowmanagers/sway/HISTORY
+++ b/windowmanagers/sway/HISTORY
@@ -1,3 +1,6 @@
+2022-02-23 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added versioned dependencies
+
2022-01-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: add gpg checking
* DETAILS: version 1.7



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ff3eff7228e961c2fcc3b70cf3ce2a09f643ba98), Ismael Luceno, 02/24/2022

Archive powered by MHonArc 2.6.24.

Top of Page