mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
xkbutils: update to 1.0.6.
This commit is contained in:
parent
a74cbf5488
commit
c201e52610
2 changed files with 2 additions and 13 deletions
|
@ -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",
|
|
@ -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 <orphan@voidlinux.org>"
|
||||
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
||||
checksum=f6a4a8e9c54582beb3787b1faa8168caab125c1fee0ca9cfa5b6c9c1df25eea4
|
||||
checksum=31a2bbee1e09ccba01de92897b8f540b545de812f318d31de07bd3a5a75ee25e
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue