commit: 6f4db8bb89f1d25f0163b0abe8a10c581dc93f03
parent 87bb472c70ba63e2fbc64aa08fd5c10fac1c9e16
Author: Michael Forney <mforney@mforney.org>
Date: Sat, 26 Oct 2019 02:25:38 -0700
libxkbcommon: Switch to git submodule
Upstream no longer provides generated parser.[ch], so there is no
point in using the upstream tar archives.
Diffstat:
7 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/.gitmodules b/.gitmodules
@@ -126,6 +126,10 @@
[submodule "pkg/libutp/src"]
path = pkg/libutp/src
url = https://github.com/oasislinux/libutp.git
+[submodule "pkg/libxkbcommon/src"]
+ path = pkg/libxkbcommon/src
+ url = https://github.com/xkbcommon/libxkbcommon.git
+ ignore = all
[submodule "pkg/loksh/src"]
path = pkg/loksh/src
url = https://github.com/dimkr/loksh
diff --git a/pkg/libxkbcommon/.gitignore b/pkg/libxkbcommon/.gitignore
@@ -1,2 +0,0 @@
-/libxkbcommon-0.9.1.tar.xz
-/src
diff --git a/pkg/libxkbcommon/gen.lua b/pkg/libxkbcommon/gen.lua
@@ -38,4 +38,4 @@ lib('libxkbcommon.a', [[src/(
utils.c
)]])
-fetch 'curl'
+fetch 'git'
diff --git a/pkg/libxkbcommon/sha256 b/pkg/libxkbcommon/sha256
@@ -1 +0,0 @@
-d4c6aabf0a5c1fc616f8a6a65c8a818c03773b9a87da9fbc434da5acd1199be0 libxkbcommon-0.9.1.tar.xz
diff --git a/pkg/libxkbcommon/src b/pkg/libxkbcommon/src
@@ -0,0 +1 @@
+Subproject commit 6d83838cc2e89a61d081e6f7f53aa9bccd0ddb34
diff --git a/pkg/libxkbcommon/url b/pkg/libxkbcommon/url
@@ -1 +0,0 @@
-url = "https://xkbcommon.org/download/libxkbcommon-0.9.1.tar.xz"
diff --git a/pkg/libxkbcommon/ver b/pkg/libxkbcommon/ver
@@ -1 +1 @@
-0.9.1 r0
+0.9.1 r1