mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
a1141279a7
commit
4705887679
5 changed files with 44 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
SUBDIR += gstreamer1-plugins-gtk
|
SUBDIR += gstreamer1-plugins-gtk
|
||||||
SUBDIR += gstreamer1-plugins-pango
|
SUBDIR += gstreamer1-plugins-pango
|
||||||
SUBDIR += gtk-layer-shell
|
SUBDIR += gtk-layer-shell
|
||||||
|
SUBDIR += gtk-session-lock
|
||||||
SUBDIR += gtk-sharp-beans
|
SUBDIR += gtk-sharp-beans
|
||||||
SUBDIR += gtk-sharp20
|
SUBDIR += gtk-sharp20
|
||||||
SUBDIR += gtk-sharp30
|
SUBDIR += gtk-sharp30
|
||||||
|
|
24
x11-toolkits/gtk-session-lock/Makefile
Normal file
24
x11-toolkits/gtk-session-lock/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
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>
|
3
x11-toolkits/gtk-session-lock/distinfo
Normal file
3
x11-toolkits/gtk-session-lock/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
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
|
7
x11-toolkits/gtk-session-lock/pkg-descr
Normal file
7
x11-toolkits/gtk-session-lock/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
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.
|
9
x11-toolkits/gtk-session-lock/pkg-plist
Normal file
9
x11-toolkits/gtk-session-lock/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
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
|
Loading…
Add table
Reference in a new issue