Skip to content
Snippets Groups Projects
Commit 47058876 authored by Jan Beich's avatar Jan Beich
Browse files

x11-toolkits/gtk-session-lock: add new port

This is a library to use GTK 3 to build screen lockers using the
secure ext-session-lock-v1 protocol. This Library is compatible with
C, C++ and any language that supports GObject introspection files
(Python, Vala, etc, see using the library below).

This library is a fork of the incredible gtk-layer-shell, which has
laid all the groundwork necessary to make this happen.

https://github.com/Cu3PO42/gtk-session-lock
parent a1141279
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
SUBDIR += gstreamer1-plugins-gtk
SUBDIR += gstreamer1-plugins-pango
SUBDIR += gtk-layer-shell
SUBDIR += gtk-session-lock
SUBDIR += gtk-sharp-beans
SUBDIR += gtk-sharp20
SUBDIR += gtk-sharp30
......
PORTNAME= gtk-session-lock
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.0
CATEGORIES= x11-toolkits
MAINTAINER= jbeich@FreeBSD.org
COMMENT= GTK Session Lock for GTK3
WWW= https://github.com/Cu3PO42/gtk-session-lock
LICENSE= GPLv3+ MIT
LICENSE_COMB= multi
LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE_GPL.txt
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE_MIT.txt
BUILD_DEPENDS= wayland-protocols>=1.16:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
USES= compiler:c11 gnome meson pkgconfig vala:build
USE_GNOME= gtk30 introspection:build
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= Cu3PO42
.include <bsd.port.mk>
TIMESTAMP = 1712778835
SHA256 (Cu3PO42-gtk-session-lock-v0.2.0_GH0.tar.gz) = a4245c6930580c15ed263b9a7bb7e39f47693baec78be1026b4e0e28b233cb4e
SIZE (Cu3PO42-gtk-session-lock-v0.2.0_GH0.tar.gz) = 96770
This is a library to use GTK 3 to build screen lockers using the
secure ext-session-lock-v1 protocol. This Library is compatible with
C, C++ and any language that supports GObject introspection files
(Python, Vala, etc, see using the library below).
This library is a fork of the incredible gtk-layer-shell, which has
laid all the groundwork necessary to make this happen.
include/gtk-session-lock/gtk-session-lock.h
lib/girepository-1.0/GtkSessionLock-0.1.typelib
lib/libgtk-session-lock.so
lib/libgtk-session-lock.so.0
lib/libgtk-session-lock.so.0.2.0
libdata/pkgconfig/gtk-session-lock-0.pc
share/gir-1.0/GtkSessionLock-0.1.gir
share/vala/vapi/gtk-session-lock-0.deps
share/vala/vapi/gtk-session-lock-0.vapi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment