Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/xkbcomp/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'xkbcomp'
pkgname=xkbcomp
version=1.4.7
version=1.5.0
revision=1
build_style=gnu-configure
build_style=meson
hostmakedepends="pkg-config bison"
makedepends="libX11-devel libxkbfile-devel"
short_desc="XKBD keymap compiler"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://gitlab.freedesktop.org/xorg/app/xkbcomp"
distfiles="${XORG_SITE}/app/xkbcomp-${version}.tar.xz"
checksum=0a288114e5f44e31987042c79aecff1ffad53a8154b8ec971c24a69a80f81f77
checksum=2ac31f26600776db6d9cd79b3fcd272263faebac7eb85fb2f33c7141b8486060

post_install() {
vlicense COPYING LICENSE
vlicense COPYING
}
6 changes: 3 additions & 3 deletions srcpkgs/xkeyboard-config/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'xkeyboard-config'
pkgname=xkeyboard-config
version=2.45
version=2.47
revision=1
build_style=meson
configure_args="-Dxorg-rules-symlinks=true -Dcompat-rules=true"
Expand All @@ -11,9 +11,9 @@ short_desc="X Keyboard Configuration Database"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
changelog="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/raw/master/NEWS"
changelog="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/raw/master/ChangeLog.md"
distfiles="${XORG_SITE}/data/xkeyboard-config/xkeyboard-config-${version}.tar.xz"
checksum=169e075a92d957a57787c199e84e359df2931b7196c1c5b4a3d576ee6235a87c
checksum=e59984416a72d58b46a52bfec1b1361aa7d84354628227ee2783626c7a6db6b6

post_install() {
vlicense COPYING
Expand Down