Skip to Content.
Sympa Menu

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

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 (451d5320af40dcf6c037635f2bb96173cb1e6a79)
  • Date: Mon, 28 Nov 2022 05:09:54 +0000

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

xorg-app/xrandr/DEPENDS | 3 ++-
xorg-app/xrandr/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 451d5320af40dcf6c037635f2bb96173cb1e6a79
Author: Conner <connerclere AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>

xrandr: add missing xorgproto dependency

diff --git a/xorg-app/xrandr/DEPENDS b/xorg-app/xrandr/DEPENDS
index 461b441..b1e6e32 100755
--- a/xorg-app/xrandr/DEPENDS
+++ b/xorg-app/xrandr/DEPENDS
@@ -1,3 +1,4 @@
depends util-macros &&
depends libx11 &&
-depends libxrandr
+depends libxrandr &&
+depends xorgproto
diff --git a/xorg-app/xrandr/HISTORY b/xorg-app/xrandr/HISTORY
index a126ea8..4ed8d18 100644
--- a/xorg-app/xrandr/HISTORY
+++ b/xorg-app/xrandr/HISTORY
@@ -1,3 +1,6 @@
+2022-11-27 Conner Clere <connerclere AT gmail.com>
+ * DEPENDS: add xorgproto dependency
+
2019-08-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.5.1
* DETAILS: add gpg checking



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (451d5320af40dcf6c037635f2bb96173cb1e6a79), Pavel Vinogradov, 11/28/2022

Archive powered by MHonArc 2.6.24.

Top of Page