View | Details | Raw Unified | Return to bug 241076
Collapse All | Expand All

(-)w/x11-toolkits/gtk-layer-shell/Makefile (+29 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	gtk-layer-shell
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.1.0
6
CATEGORIES=	x11-toolkits
7
8
MAINTAINER=	greg@unrelenting.technology
9
COMMENT=	GTK+ library for the Wayland layer-shell protocol
10
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
14
LIB_DEPENDS=	libwayland-client.so:graphics/wayland
15
16
USES=		compiler:c11 gnome meson pkgconfig
17
USE_GNOME=	gtk30 introspection:build
18
USE_LDCONFIG=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	wmww
21
22
OPTIONS_DEFINE=	DOCS EXAMPLES
23
24
DOCS_BUILD_DEPENDS=	gtk-doc>0:textproc/gtk-doc
25
DOCS_MESON_TRUE=	docs
26
27
EXAMPLES_MESON_TRUE=	examples
28
29
.include <bsd.port.mk>
(-)w/x11-toolkits/gtk-layer-shell/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1568467979
2
SHA256 (wmww-gtk-layer-shell-v0.1.0_GH0.tar.gz) = f7569e27ae30b1a94c3ad6c955cf56240d6bc272b760d9d266ce2ccdb94a5cf0
3
SIZE (wmww-gtk-layer-shell-v0.1.0_GH0.tar.gz) = 41457
(-)w/x11-toolkits/gtk-layer-shell/pkg-descr (+10 lines)
Added Link Here
1
A library to write GTK applications that use Layer Shell.
2
3
Layer Shell is a Wayland protocol for desktop shell components, such as panels,
4
notifications and wallpapers. You can use it to anchor your windows to a corner
5
or edge of the output, or stretch them across the entire output.
6
This library only makes sense on Wayland compositors that support Layer Shell,
7
and will not work on X11. It supports all Layer Shell features including
8
popups and popovers (GTK popups Just Work).
9
10
WWW: https://github.com/wmww/gtk-layer-shell
(-)w/x11-toolkits/gtk-layer-shell/pkg-plist (+22 lines)
Added Link Here
1
%%PORTEXAMPLES%%bin/gtk-layer-demo
2
include/gtk-layer-shell/gtk-layer-shell.h
3
lib/girepository-1.0/GtkLayerShell-0.1.typelib
4
lib/libgtk-layer-shell.so
5
lib/libgtk-layer-shell.so.0
6
lib/libgtk-layer-shell.so.0.1.0
7
libdata/pkgconfig/gtk-layer-shell-0.pc
8
share/gir-1.0/GtkLayerShell-0.1.gir
9
%%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/api-index-full.html
10
%%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/deprecated-api-index.html
11
%%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/gtk-layer-shell-Gtk-Layer-Shell.html
12
%%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/gtk-layer-shell.devhelp2
13
%%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/gtk-layer-shell.html
14
%%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/home.png
15
%%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/index.html
16
%%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/left-insensitive.png
17
%%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/left.png
18
%%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/right-insensitive.png
19
%%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/right.png
20
%%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/style.css
21
%%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/up-insensitive.png
22
%%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/up.png

Return to bug 241076