diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-08-08 19:20:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-08-08 19:20:40 +0200 |
commit | b63f9a33a819c6e2a8af604495b346412a71707f (patch) | |
tree | 7361a7694971baee24e5ec6b1a5f464a9859cc09 | |
parent | 3acc37641ceb5e842357fa7d94fa587f25ea1871 (diff) |
xkbcomp: update to 1.4.7
-rw-r--r-- | package/xkbcomp/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package/xkbcomp/Makefile b/package/xkbcomp/Makefile index fd8f421cd..50be6a1a1 100644 --- a/package/xkbcomp/Makefile +++ b/package/xkbcomp/Makefile @@ -4,17 +4,15 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= xkbcomp -PKG_VERSION:= 1.0.5 -PKG_RELEASE:= 2 -PKG_HASH:= 817e2bda2ca51ffc1fc664e3f9ab88b359cd91246f0f4736fc747d6fbc59f2e7 +PKG_VERSION:= 1.4.7 +PKG_RELEASE:= 1 +PKG_HASH:= 0a288114e5f44e31987042c79aecff1ffad53a8154b8ec971c24a69a80f81f77 PKG_DESCR:= x11 keyboard compiler PKG_SECTION:= x11/misc PKG_BUILDDEP:= libxkbfile libX11 PKG_DEPENDS:= libxkbfile libx11 HOST_BUILDDEP:= libxkbfile-host -PKG_SITES:= http://xorg.freedesktop.org/releases/X11R7.4/src/everything/ - -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz +PKG_SITES:= http://xorg.freedesktop.org/releases/individual/app/ include $(ADK_TOPDIR)/mk/host.mk include $(ADK_TOPDIR)/mk/package.mk |