Skip to Content.
Sympa Menu

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

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 (4151b8092b45ff467fbe79ced532154f062bcbba)
  • Date: Thu, 21 Apr 2022 17:02:35 +0000

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

xorg/xorgproto/CONFIGURE | 1 +
xorg/xorgproto/DEPENDS | 5 +----
xorg/xorgproto/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 4151b8092b45ff467fbe79ced532154f062bcbba
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

xorg/xorgproto: use standard MESON_CONFIGURE & MESON_DEPENDS

diff --git a/xorg/xorgproto/CONFIGURE b/xorg/xorgproto/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/xorg/xorgproto/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/xorg/xorgproto/DEPENDS b/xorg/xorgproto/DEPENDS
index 864a7ba..a2da812 100755
--- a/xorg/xorgproto/DEPENDS
+++ b/xorg/xorgproto/DEPENDS
@@ -1,4 +1 @@
-depends meson &&
-depends python3 &&
-depends ninja-build-system
-
+. "${GRIMOIRE}/MESON_DEPENDS"
diff --git a/xorg/xorgproto/HISTORY b/xorg/xorgproto/HISTORY
index 374b10e..df02806 100644
--- a/xorg/xorgproto/HISTORY
+++ b/xorg/xorgproto/HISTORY
@@ -1,3 +1,7 @@
+2022-04-21 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE: added standard MESON_CONFIGURE
+ * DEPENDS: use grimoire-wide MESON_DEPENDS
+
2022-04-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2022.1




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4151b8092b45ff467fbe79ced532154f062bcbba), Pavel Vinogradov, 04/21/2022

Archive powered by MHonArc 2.6.24.

Top of Page