graphics/wayland-utils: update to 1.1.0
Changes: https://gitlab.freedesktop.org/wayland/wayland-utils/-/compare/wayland-utils-1.0.0...1.1.0 Reported by: GitLab (notify releases)
This commit is contained in:
parent
e0786f4699
commit
e2fd6ee6f1
2 changed files with 13 additions and 12 deletions
|
@ -1,11 +1,7 @@
|
|||
PORTNAME= wayland-utils
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
DISTVERSION= 1.0.0
|
||||
DISTVERSION= 1.1.0
|
||||
CATEGORIES= graphics wayland
|
||||
|
||||
PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
|
||||
PATCHFILES+= d367b894f9c8.patch:-p1 # https://gitlab.freedesktop.org/wayland/wayland-utils/-/merge_requests/1
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Display information about protocols supported by Wayland compositor
|
||||
WWW= https://gitlab.freedesktop.org/wayland/wayland-utils
|
||||
|
@ -13,15 +9,22 @@ WWW= https://gitlab.freedesktop.org/wayland/wayland-utils
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= wayland-protocols>=1.18:graphics/wayland-protocols
|
||||
BUILD_DEPENDS= wayland-protocols>=1.20:graphics/wayland-protocols
|
||||
LIB_DEPENDS= libwayland-client.so:graphics/wayland
|
||||
|
||||
USES= meson pkgconfig
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://gitlab.freedesktop.org
|
||||
GL_ACCOUNT= wayland
|
||||
GL_COMMIT= 1664a20eb1dfd830113a38d02ad0937de73e4f90
|
||||
GL_COMMIT= 39ef1464cc5e706a30f317684362cbb7bb54753f
|
||||
PLIST_FILES= bin/wayland-info \
|
||||
man/man1/wayland-info.1.gz
|
||||
|
||||
OPTIONS_DEFINE= DRM
|
||||
OPTIONS_DEFAULT=DRM
|
||||
|
||||
DRM_DESC= Print extra DRM information
|
||||
DRM_LIB_DEPENDS= libdrm.so:graphics/libdrm
|
||||
DRM_MESON_ENABLED= drm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
TIMESTAMP = 1617891478
|
||||
SHA256 (wayland-wayland-utils-1664a20eb1dfd830113a38d02ad0937de73e4f90_GL0.tar.gz) = 17974c5769e53feda9a5556d02fa7c312492007b014c22e3259a99047a133ab5
|
||||
SIZE (wayland-wayland-utils-1664a20eb1dfd830113a38d02ad0937de73e4f90_GL0.tar.gz) = 13190
|
||||
SHA256 (d367b894f9c8.patch) = 9fe96a65bb6359b131d71fef83a3006f5ef247ad2df00d1ea69d924836f936fb
|
||||
SIZE (d367b894f9c8.patch) = 2559
|
||||
TIMESTAMP = 1663059117
|
||||
SHA256 (wayland-wayland-utils-39ef1464cc5e706a30f317684362cbb7bb54753f_GL0.tar.gz) = 115eaee38928907442f27f7520757378456e062ebcff12ba6542299c17549cc5
|
||||
SIZE (wayland-wayland-utils-39ef1464cc5e706a30f317684362cbb7bb54753f_GL0.tar.gz) = 15130
|
||||
|
|
Loading…
Reference in a new issue