aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk-layer-shell
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-04-12 00:18:27 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-04-12 00:22:02 +0000
commita104ab390ac48ea83ac3b4d0a93c12e91ee0dd6e (patch)
tree15ecb75b62cfc8d8f27dc8ddb291bbc1c1c8918a /x11-toolkits/gtk-layer-shell
parent44e66f4a5cc92f354ead52a5a80ff2b5cf88b937 (diff)
downloadports-a104ab390ac48ea83ac3b4d0a93c12e91ee0dd6e.tar.gz
ports-a104ab390ac48ea83ac3b4d0a93c12e91ee0dd6e.zip
Diffstat (limited to 'x11-toolkits/gtk-layer-shell')
-rw-r--r--x11-toolkits/gtk-layer-shell/Makefile2
-rw-r--r--x11-toolkits/gtk-layer-shell/pkg-descr14
2 files changed, 7 insertions, 9 deletions
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
@@ -5,7 +5,7 @@ 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
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).