Based on a patch from wiz@, thanks! Changes: Jonas Ådahl (2): Makefile.am: Also distribute README.md, GOVERNANCE.md and MEMBERS.md configure.ac: Bump version to 1.20 Ivan Molodetskikh (2): presentation-time: add missing bitfield marker xdg-shell: add missing enum attribute to resize Johan Klokkhammer Helsing (1): Update point-of-contact for Qt Jonas Ådahl (4): xdg-shell: Remove left-over paragraph from pre positioner versions xdg-shell: Add support for implicit popup repositioning xdg-shell: Add support for explicit popup repositioning configure.ac: Bump version to 1.19 Simon Ser (5): Add governance document Add .editorconfig readme: changes should be submitted via GitLab Add .gitlab-ci.yml Convert plaintext documents to Markdown
19 lines
495 B
Makefile
19 lines
495 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/03/15 16:05:53 nia Exp $
|
|
|
|
DISTNAME= wayland-protocols-1.20
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://wayland.freedesktop.org/releases/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://wayland.freedesktop.org/
|
|
COMMENT= Additional wayland functionality
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= YES
|
|
|
|
PKGCONFIG_OVERRIDE+= wayland-protocols.pc.in
|
|
|
|
.include "../../devel/wayland/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|