94b16c1a6c
commit a485748ec1a1d2125ce25c7cca0ef6062bff8c88 Author: Ingo Bürk <ingo.buerk@tngtech.com> Date: Sat Mar 24 18:33:55 2018 +0100 Update version commit 0d73c101022f13264605693788e06e75d5900314 Merge: a45b3d0 64ee910 Author: Ingo Bürk <admin@airblader.de> Date: Sat Mar 24 18:31:57 2018 +0100 Merge pull request #80 from Airblader/issue-79 Correctly collapse multiple consecutive bindings. commit 64ee910c5bcee0413e465df404af5a4b1674cfd4 Author: Ingo Bürk <ingo.buerk@tngtech.com> Date: Sat Mar 24 18:30:08 2018 +0100 Correctly collapse multiple consecutive bindings. As per the specification, if several bindings (".", "*") are following each other, they are treated as if there was only a single binding, wherein it is treated as "." if and only if all of the consecutive bindings were tight ("."); otherwise, it is treated as a single loose ("*") binding. fixes #79
23 lines
617 B
Makefile
23 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/05/01 08:32:26 wiz Exp $
|
|
|
|
DISTNAME= xcb-util-xrm-1.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=Airblader/}
|
|
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/Airblader/xcb-util-xrm/
|
|
COMMENT= XCB utility functions for the X resource manager
|
|
LICENSE= x11
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gm4 pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE=xcb-xrm.pc.in
|
|
|
|
.include "../../devel/xorg-util-macros/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/xcb-util/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|