diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-09-09 20:24:11 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-09-09 20:24:11 +0000 |
commit | 817039c9ac469e29dadcafadc5771f0611df6aa1 (patch) | |
tree | 38bcc83705aa9557edfa800f8f051e11cf6256d7 /graphics/wayland-protocols | |
parent | b72463cdb2630fc052be15733d8f2b013738ffeb (diff) | |
download | ports-817039c9ac469e29dadcafadc5771f0611df6aa1.tar.gz ports-817039c9ac469e29dadcafadc5771f0611df6aa1.zip |
Notes
Diffstat (limited to 'graphics/wayland-protocols')
-rw-r--r-- | graphics/wayland-protocols/Makefile | 14 | ||||
-rw-r--r-- | graphics/wayland-protocols/distinfo | 6 | ||||
-rw-r--r-- | graphics/wayland-protocols/pkg-plist | 3 |
3 files changed, 12 insertions, 11 deletions
diff --git a/graphics/wayland-protocols/Makefile b/graphics/wayland-protocols/Makefile index b2f102c5fa3c..d6f9e3304dca 100644 --- a/graphics/wayland-protocols/Makefile +++ b/graphics/wayland-protocols/Makefile @@ -1,23 +1,21 @@ # $FreeBSD$ PORTNAME= wayland-protocols -PORTVERSION= 1.7 +PORTVERSION= 1.10 CATEGORIES= graphics wayland MASTER_SITES= https://wayland.freedesktop.org/releases/ MAINTAINER= kwm@FreeBSD.org COMMENT= Wayland protocols -BUILD_DEPENDS= wayland-scanner:graphics/wayland - LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:xz pathfix -GNU_CONFIGURE= yes +BUILD_DEPENDS= wayland-scanner:graphics/wayland -post-patch: - @${REINPLACE_CMD} -e 's|$${datadir}/pkgconfig|$${prefix}/libdata/pkgconfig|g' \ - ${WRKSRC}/configure +USES= tar:xz +NO_ARCH= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-noarch-pkgconfigdir='$${prefix}/libdata/pkgconfig' .include <bsd.port.mk> diff --git a/graphics/wayland-protocols/distinfo b/graphics/wayland-protocols/distinfo index b65aa5fb1e19..446d7c805aa9 100644 --- a/graphics/wayland-protocols/distinfo +++ b/graphics/wayland-protocols/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1486828668 -SHA256 (wayland-protocols-1.7.tar.xz) = 635f2a937d318f1fecb97b54074ca211486e38af943868dd0fa82ea38d091c1f -SIZE (wayland-protocols-1.7.tar.xz) = 113220 +TIMESTAMP = 1499756006 +SHA256 (wayland-protocols-1.10.tar.xz) = 5719c51d7354864983171c5083e93a72ac99229e2b460c4bb10513de08839c0a +SIZE (wayland-protocols-1.10.tar.xz) = 117652 diff --git a/graphics/wayland-protocols/pkg-plist b/graphics/wayland-protocols/pkg-plist index afd9c3c92eba..0449e8354bd9 100644 --- a/graphics/wayland-protocols/pkg-plist +++ b/graphics/wayland-protocols/pkg-plist @@ -4,6 +4,7 @@ libdata/pkgconfig/wayland-protocols.pc %%DATADIR%%/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml %%DATADIR%%/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml %%DATADIR%%/unstable/input-method/input-method-unstable-v1.xml +%%DATADIR%%/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml %%DATADIR%%/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml %%DATADIR%%/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml %%DATADIR%%/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml @@ -12,5 +13,7 @@ libdata/pkgconfig/wayland-protocols.pc %%DATADIR%%/unstable/tablet/tablet-unstable-v2.xml %%DATADIR%%/unstable/text-input/text-input-unstable-v1.xml %%DATADIR%%/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml +%%DATADIR%%/unstable/xdg-output/xdg-output-unstable-v1.xml %%DATADIR%%/unstable/xdg-shell/xdg-shell-unstable-v5.xml %%DATADIR%%/unstable/xdg-shell/xdg-shell-unstable-v6.xml +%%DATADIR%%/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml |