Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (911ee29a6802a94151fe3bc79c95525c673eb2ef)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (911ee29a6802a94151fe3bc79c95525c673eb2ef)
  • Date: Mon, 16 Oct 2017 15:11:16 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

xorg-lib/libxkbcommon/DEPENDS | 11 ++++++++---
xorg-lib/libxkbcommon/DETAILS | 9 +++++----
xorg-lib/libxkbcommon/HISTORY | 4 ++++
3 files changed, 17 insertions(+), 7 deletions(-)

New commits:
commit 911ee29a6802a94151fe3bc79c95525c673eb2ef
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxkbcommon: => 0.7.2

diff --git a/xorg-lib/libxkbcommon/DEPENDS b/xorg-lib/libxkbcommon/DEPENDS
index 2fcbfec..3b146de4 100755
--- a/xorg-lib/libxkbcommon/DEPENDS
+++ b/xorg-lib/libxkbcommon/DEPENDS
@@ -1,6 +1,11 @@
+depends meson &&
+depends ninja-build-system &&
depends pkgconfig &&
depends bison &&
-depends libtool &&
-depends libxcb &&
-depends util-macros &&
depends xkeyboard-config
+optional_depends libxcb 'enable-x11=true' 'enable-x11=false' 'build
xkbcommon-x11' &&
+optional_depends wayland 'enable-wayland=true' 'enable-wayland=false'
'wayland support' &&
+if is_depends_enabled $SPELL wayland;then
+ depends wayland-protocols
+fi &&
+optional_depends doxygen 'enable-docs=true' 'enable-docs=false' 'build
documentation'
diff --git a/xorg-lib/libxkbcommon/DETAILS b/xorg-lib/libxkbcommon/DETAILS
index 1422cf7..661d722 100755
--- a/xorg-lib/libxkbcommon/DETAILS
+++ b/xorg-lib/libxkbcommon/DETAILS
@@ -1,10 +1,11 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libxkbcommon
- VERSION=0.7.0
-SOURCE_HASH=sha512:0610f4e4d177d5323e6513f90cb3c29cd07bb1680c9d09770411e8b01e64b7fcf77c8a05cf24ce3035ee08435e95619f21cf283f842cc96511a31fe3a194dc70
+ VERSION=0.7.2
+SOURCE_HASH=sha512:4a06f9d719393a34689fdd74b0cce80af20e26cc5bd6e1b34fff4093a4f8f103704bdc54f0245b62903cdd7529cd8d59864924b9f4ddab314d152804da4da649
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL[0]=http://xkbcommon.org/download/$SOURCE
+ SOURCE_URL[0]=https://xkbcommon.org/download/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://xkbcommon.org
+ WEB_SITE=https://xkbcommon.org
LICENSE[0]=GPL
ENTERED=20120101
KEYWORDS="X11"
diff --git a/xorg-lib/libxkbcommon/HISTORY b/xorg-lib/libxkbcommon/HISTORY
index 3e497f7..5502320 100644
--- a/xorg-lib/libxkbcommon/HISTORY
+++ b/xorg-lib/libxkbcommon/HISTORY
@@ -1,3 +1,7 @@
+2017-10-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.2
+ * DEPENDS: add meson, wayland
+
2016-12-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.7.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (911ee29a6802a94151fe3bc79c95525c673eb2ef), Treeve Jelbert, 10/16/2017

Archive powered by MHonArc 2.6.24.

Top of Page