diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile index 7998cf5f8c0e..fa9cfb2bbab7 100644 --- a/x11-wm/wayfire/Makefile +++ b/x11-wm/wayfire/Makefile @@ -1,74 +1,72 @@ PORTNAME= wayfire DISTVERSIONPREFIX= v -DISTVERSION= 0.10.0 +DISTVERSION= 0.10.1 CATEGORIES= x11-wm wayland -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 8bbea76d3b47.patch:-p1 # https://github.com/WayfireWM/wayfire/pull/2802 - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nxjoseph@protonmail.com COMMENT= 3D Wayland compositor WWW= https://wayfire.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ - wf-config>=0.10.0<0.11.0:devel/wf-config \ - ${LOCALBASE}/include/xf86drmMode.h:graphics/libdrm \ +BUILD_DEPENDS= ${LOCALBASE}/include/xf86drmMode.h:graphics/libdrm \ + evdev-proto>0:devel/evdev-proto \ + glm>=0.9.8:math/glm \ wayland-protocols>=1.12:graphics/wayland-protocols \ - glm>=0.9.8:math/glm + wf-config>=0.10.0<0.11.0:devel/wf-config LIB_DEPENDS= libevdev.so:devel/libevdev \ libinotify.so:devel/libinotify \ - libudev.so:devel/libudev-devd \ - libwf-config.so:devel/wf-config \ - libyyjson.so:devel/yyjson \ + libinput.so:x11/libinput \ libpng.so:graphics/png \ + libudev.so:devel/libudev-devd \ libwayland-server.so:graphics/wayland \ + libwf-config.so:devel/wf-config \ libwlroots-0.19.so:x11-toolkits/wlroots019 \ - libinput.so:x11/libinput \ - libxkbcommon.so:x11/libxkbcommon + libxkbcommon.so:x11/libxkbcommon \ + libyyjson.so:devel/yyjson TEST_DEPENDS= doctest>0:devel/doctest -USES= cmake:indirect compiler:c++17-lang gl gnome jpeg meson pkgconfig xorg +USES= cmake:indirect compiler:c++17-lang gl gnome jpeg meson \ + pkgconfig xorg USE_GITHUB= yes -USE_GL= egl glesv2 -USE_GNOME= cairo pango -USE_XORG= pixman GH_ACCOUNT= WayfireWM GH_TUPLE= WayfireWM:wf-touch:093d894:wftouch/subprojects/wf-touch \ WayfireWM:wf-utils:3ef27d1:wfutils/subprojects/wf-utils +USE_GL= egl glesv2 +USE_GNOME= cairo pango +USE_XORG= pixman MESON_ARGS= -Dtests=disabled \ -Dwf-touch:tests=disabled \ ${NULL} .if !exists(/usr/include/omp.h) # LLVM openmp in base doesn't support powerpc, armv6, armv7 yet MESON_ARGS+= -Denable_openmp=false .endif OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 X11_USE= XORG=xcb X11_MESON_ENABLED= xwayland post-patch: # Extract (snapshot) version from the port instead of meson.build @${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \ -e '/project_version/s/@0@/${DISTVERSIONFULL}/' \ ${WRKSRC}/meson.build post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.ini ${STAGEDIR}${EXAMPLESDIR} pre-test: @if [ ! -e ${WRKDIR}/.meson_build_tests ]; then \ ${RM} ${CONFIGURE_COOKIE} ${BUILD_COOKIE}; \ ${MAKE} -C${.CURDIR} build MESON_ARGS="${MESON_ARGS} --reconfigure \ ${MESON_ARGS:M*tests*:S/=dis/=en/}"; \ ${TOUCH} ${WRKDIR}/.meson_build_tests; \ fi .include diff --git a/x11-wm/wayfire/distinfo b/x11-wm/wayfire/distinfo index 1e051a6a5da8..d789969efbd5 100644 --- a/x11-wm/wayfire/distinfo +++ b/x11-wm/wayfire/distinfo @@ -1,9 +1,7 @@ -TIMESTAMP = 1756267943 -SHA256 (WayfireWM-wayfire-v0.10.0_GH0.tar.gz) = f4b3997ae0cc764d38226038d05291f44b02988782f27852c26b04387b9da440 -SIZE (WayfireWM-wayfire-v0.10.0_GH0.tar.gz) = 507994 +TIMESTAMP = 1769807269 +SHA256 (WayfireWM-wayfire-v0.10.1_GH0.tar.gz) = 40cf29fad5d21461283fab213481cde7a5a72ab214e70d1a6303b7e68a0e3514 +SIZE (WayfireWM-wayfire-v0.10.1_GH0.tar.gz) = 509418 SHA256 (WayfireWM-wf-touch-093d894_GH0.tar.gz) = 7fa685012ed73363d507f093838b7d64264b6038bbdc5baab571171f5120d257 SIZE (WayfireWM-wf-touch-093d894_GH0.tar.gz) = 10577 SHA256 (WayfireWM-wf-utils-3ef27d1_GH0.tar.gz) = fcea63b4e4fd026fede0fc0fbeb4858c3d2df0eb9da400d26a322b2ff10a2d68 SIZE (WayfireWM-wf-utils-3ef27d1_GH0.tar.gz) = 48507 -SHA256 (8bbea76d3b47.patch) = 724609c6bf0d543e541ddbb113ad81db4d27bf8c706a014af6c06bb93db1d38e -SIZE (8bbea76d3b47.patch) = 767 diff --git a/x11-wm/wayfire/pkg-descr b/x11-wm/wayfire/pkg-descr index fc9da0eaf3d7..3ac03ec8eb49 100644 --- a/x11-wm/wayfire/pkg-descr +++ b/x11-wm/wayfire/pkg-descr @@ -1,3 +1,3 @@ -Wayfire is a Wayland compositor based on wlroots. It aims to create a -customizable, extendable and lightweight environment without -sacrificing its appearance. +Wayfire is a Wayland compositor based on wlroots. It aims to +create a customizable, extendable and lightweight environment +without sacrificing its appearance. diff --git a/x11-wm/wayfire/pkg-message b/x11-wm/wayfire/pkg-message index ebfa7592e587..b61345c71879 100644 --- a/x11-wm/wayfire/pkg-message +++ b/x11-wm/wayfire/pkg-message @@ -1,10 +1,18 @@ [ { type: install message: <