From a453f1a9bed3636a931b4e00f8441bf205a56707 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Tue, 29 Jun 2021 11:52:19 -0700 Subject: [PATCH] xcb-util-keysyms: fix license, description, http->https --- srcpkgs/xcb-util-keysyms/template | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/srcpkgs/xcb-util-keysyms/template b/srcpkgs/xcb-util-keysyms/template index 7c932ded194..185b6f09868 100644 --- a/srcpkgs/xcb-util-keysyms/template +++ b/srcpkgs/xcb-util-keysyms/template @@ -1,18 +1,23 @@ # Template file for 'xcb-util-keysyms' pkgname=xcb-util-keysyms version=0.4.0 -revision=3 +revision=4 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="pkg-config" makedepends="libxcb-devel xcb-util-devel" -short_desc="Utility libraries for XC Binding - Standard X key constants and conversion to/from keycodes" +short_desc="Utility libraries for XCB - key constants and keycode conversion" maintainer="Orphaned " license="X11" -homepage="http://xcb.freedesktop.org" -distfiles="http://xcb.freedesktop.org/dist/xcb-util-keysyms-${version}.tar.bz2" +homepage="https://xcb.freedesktop.org" +distfiles="https://xcb.freedesktop.org/dist/xcb-util-keysyms-${version}.tar.bz2" checksum=0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9 +post_install() { + head -n30 keysyms/keysyms.c > LICENSE + vlicense LICENSE +} + xcb-util-keysyms-devel_package() { depends="libxcb-devel ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files"