diff --git a/x11-toolkits/gtk-layer-shell/Makefile b/x11-toolkits/gtk-layer-shell/Makefile index 26ea38fd6f83..9aa7500a1e39 100644 --- a/x11-toolkits/gtk-layer-shell/Makefile +++ b/x11-toolkits/gtk-layer-shell/Makefile @@ -1,40 +1,40 @@ PORTNAME= gtk-layer-shell DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 PORTREVISION= 1 CATEGORIES= x11-toolkits MAINTAINER= jbeich@FreeBSD.org -COMMENT= GTK+ library for the Wayland layer-shell protocol +COMMENT= GTK3 library for the Wayland layer-shell protocol WWW= https://github.com/wmww/gtk-layer-shell LICENSE= LGPL3+ MIT LICENSE_COMB= multi LICENSE_FILE_LGPL3+ = ${WRKSRC}/LICENSE_LGPL.txt LICENSE_FILE_MIT= ${WRKSRC}/LICENSE_MIT.txt BUILD_DEPENDS= wayland-protocols>=1.16:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland TEST_DEPENDS= evdev-proto>0:devel/evdev-proto USES= compiler:c11 gnome meson pkgconfig vala:build USE_GNOME= gtk30 introspection:build USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= wmww OPTIONS_DEFINE= DOCS EXAMPLES DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc DOCS_MESON_TRUE= docs EXAMPLES_MESON_TRUE= examples pre-test: @if [ ! -e ${WRKDIR}/.meson_build_tests ]; then \ ${RM} ${CONFIGURE_COOKIE} ${BUILD_COOKIE}; \ ${MAKE} -C${.CURDIR} build MESON_ARGS="${MESON_ARGS} --reconfigure -Dtests=true"; \ ${TOUCH} ${WRKDIR}/.meson_build_tests; \ fi .include diff --git a/x11-toolkits/gtk-layer-shell/pkg-descr b/x11-toolkits/gtk-layer-shell/pkg-descr index 2d1ade810f72..9cf548fb7420 100644 --- a/x11-toolkits/gtk-layer-shell/pkg-descr +++ b/x11-toolkits/gtk-layer-shell/pkg-descr @@ -1,8 +1,6 @@ -A library to write GTK applications that use Layer Shell. - -Layer Shell is a Wayland protocol for desktop shell components, such as panels, -notifications and wallpapers. You can use it to anchor your windows to a corner -or edge of the output, or stretch them across the entire output. -This library only makes sense on Wayland compositors that support Layer Shell, -and will not work on X11. It supports all Layer Shell features including -popups and popovers (GTK popups Just Work). +A library for using the Layer Shell Wayland protocol with GTK3. With +this library you can build desktop shell components such as panels, +notifications and wallpapers. You can use it to anchor your windows to +a corner or edge of the output, or stretch them across the entire +output. This Library is compatible with C, C++ and any language that +supports GObject introspection files (Python, Vala, etc).