mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/wl-kbptr: update to 0.3.0
Changes: https://github.com/moverest/wl-kbptr/releases/tag/v0.3.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
403ad3ee28
commit
457efe5337
2 changed files with 18 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= wl-kbptr
|
PORTNAME= wl-kbptr
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.2.3
|
DISTVERSION= 0.3.0
|
||||||
CATEGORIES= x11 wayland
|
CATEGORIES= x11 wayland
|
||||||
|
|
||||||
MAINTAINER= jbeich@FreeBSD.org
|
MAINTAINER= jbeich@FreeBSD.org
|
||||||
|
@ -14,10 +14,24 @@ BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols
|
||||||
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
|
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
|
||||||
libxkbcommon.so:x11/libxkbcommon
|
libxkbcommon.so:x11/libxkbcommon
|
||||||
|
|
||||||
|
FLAVORS= default opencv
|
||||||
|
default_CONFLICTS_INSTALL= ${PORTNAME}-opencv
|
||||||
|
opencv_PKGNAMESUFFIX= -opencv
|
||||||
|
opencv_CONFLICTS_INSTALL= ${PORTNAME}
|
||||||
|
opencv_OPTIONS_SLAVE= OPENCV
|
||||||
|
|
||||||
USES= compiler:c11 gnome meson pkgconfig
|
USES= compiler:c11 gnome meson pkgconfig
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
USE_GNOME= cairo
|
USE_GNOME= cairo
|
||||||
GH_ACCOUNT= moverest
|
GH_ACCOUNT= moverest
|
||||||
PLIST_FILES= bin/${PORTNAME}
|
PLIST_FILES= bin/${PORTNAME}
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= OPENCV
|
||||||
|
OPTIONS_SLAVE= ${${FLAVOR}_OPTIONS_SLAVE}
|
||||||
|
|
||||||
|
OPENCV_LIB_DEPENDS= libopencv_imgproc.so:graphics/opencv
|
||||||
|
OPENCV_USES= xorg
|
||||||
|
OPENCV_USE= XORG=pixman
|
||||||
|
OPENCV_MESON_ENABLED= opencv
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1730429133
|
TIMESTAMP = 1743703239
|
||||||
SHA256 (moverest-wl-kbptr-v0.2.3_GH0.tar.gz) = 0d03f83d94b6acfdb07f3ee3760c1abc207eef5a8346af38978d6bcb46ac58b8
|
SHA256 (moverest-wl-kbptr-v0.3.0_GH0.tar.gz) = 69775029acb8ff7d814a2868afe22e72b8c9c99cbb35b0acf57eccd3609b089c
|
||||||
SIZE (moverest-wl-kbptr-v0.2.3_GH0.tar.gz) = 41095
|
SIZE (moverest-wl-kbptr-v0.3.0_GH0.tar.gz) = 53657
|
||||||
|
|
Loading…
Add table
Reference in a new issue