From c201e52610e639315fa69d90a4a230910bc3db49 Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 17 Jun 2025 10:29:51 +0200 Subject: [PATCH] xkbutils: update to 1.0.6. --- .../xkbutils/patches/incompatible-pointer-types.patch | 11 ----------- srcpkgs/xkbutils/template | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/xkbutils/patches/incompatible-pointer-types.patch diff --git a/srcpkgs/xkbutils/patches/incompatible-pointer-types.patch b/srcpkgs/xkbutils/patches/incompatible-pointer-types.patch deleted file mode 100644 index e41f226bce8..00000000000 --- a/srcpkgs/xkbutils/patches/incompatible-pointer-types.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/xkbwatch.c -+++ b/xkbwatch.c -@@ -72,7 +72,7 @@ main(int argc, char *argv[]) - static Arg vArgs[] = { {XtNorientation, (XtArgVal) XtorientVertical} }; - static Arg onArgs[] = { {XtNon, (XtArgVal) True} }; - static Arg offArgs[] = { {XtNon, (XtArgVal) False} }; -- static char *fallback_resources[] = { -+ static const char *fallback_resources[] = { - "*Box*background: grey50", - "*Box*borderWidth: 0", - "*Box*vSpace: 1", diff --git a/srcpkgs/xkbutils/template b/srcpkgs/xkbutils/template index 3b8d5132116..75c30c79c67 100644 --- a/srcpkgs/xkbutils/template +++ b/srcpkgs/xkbutils/template @@ -1,6 +1,6 @@ # Template build file for 'xkbutils'. pkgname=xkbutils -version=1.0.5 +version=1.0.6 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" @@ -10,7 +10,7 @@ homepage="http://xorg.freedesktop.org" license="MIT" maintainer="Orphaned " distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz" -checksum=f6a4a8e9c54582beb3787b1faa8168caab125c1fee0ca9cfa5b6c9c1df25eea4 +checksum=31a2bbee1e09ccba01de92897b8f540b545de812f318d31de07bd3a5a75ee25e post_install() { vlicense COPYING