Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / libxkbcommon


Commits:
c2b4259d by Jan Alexander Steffens (heftig) at 2023-10-09T23:27:28+02:00
1.6.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,40 @@
+pkgbase = libxkbcommon
+       pkgdesc = Keymap handling library for toolkits and window systems
+       pkgver = 1.6.0
+       pkgrel = 1
+       url = https://xkbcommon.org/
+       arch = x86_64
+       license = custom
+       checkdepends = libgl
+       checkdepends = xorg-server-xvfb
+       makedepends = bash-completion
+       makedepends = doxygen
+       makedepends = git
+       makedepends = libxcb
+       makedepends = libxml2
+       makedepends = meson
+       makedepends = wayland
+       makedepends = wayland-protocols
+       makedepends = xkeyboard-config
+       makedepends = xorgproto
+       options = debug
+       source = 
git+https://github.com/xkbcommon/libxkbcommon#commit=d2a08f761c796733e42fac4099f5c38d443e88e1
+       sha256sums = SKIP
+
+pkgname = libxkbcommon
+       depends = libxml2
+       depends = xkeyboard-config
+       optdepends = libxkbcommon-x11: xkbcli interactive-x11
+       optdepends = wayland: xkbcli interactive-wayland
+       provides = libxkbcommon.so
+       provides = libxkbregistry.so
+
+pkgname = libxkbcommon-x11
+       pkgdesc = Keyboard handling library using XKB data for X11 XCB clients
+       depends = libxcb
+       depends = libxkbcommon
+       depends = libxkbcommon.so
+       provides = libxkbcommon-x11.so
+
+pkgname = libxkbcommon-doc
+       pkgdesc = API documentation for libxkbcommon


=====================================
PKGBUILD
=====================================
@@ -8,16 +8,17 @@ pkgname=(
   libxkbcommon-x11
   libxkbcommon-doc
 )
-pkgver=1.5.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='Keymap handling library for toolkits and window systems'
 url='https://xkbcommon.org/'
 arch=(x86_64)
 license=(custom)
 makedepends=(
+  bash-completion
   doxygen
   git
-  libxcb 
+  libxcb
   libxml2
   meson
   wayland
@@ -32,7 +33,7 @@ checkdepends=(
 options=(
   debug
 )
-_commit=cecaa01df18925eb66c6a81f6e4b7167421d45f2  # tags/xkbcommon-1.5.0^0
+_commit=d2a08f761c796733e42fac4099f5c38d443e88e1  # tags/xkbcommon-1.6.0^0
 source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -43,9 +44,6 @@ pkgver() {
 
 prepare() {
   cd libxkbcommon
-
-  # Fix xkbcli interactive-wayland
-  git cherry-pick -n 320f56d2a4a31026e5c8d3b60303af98bf885e1b
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxkbcommon/-/commit/c2b4259d8163742c7333d899903f203979db6982

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxkbcommon/-/commit/c2b4259d8163742c7333d899903f203979db6982
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to