From 2aa76a696d4af420fa75c52cf2f595414d05f226 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Fri, 30 Dec 2022 10:48:04 +0300 Subject: [PATCH] added gtk-layer-shell. --- .../library/gtk-layer-shell/actions.py | 16 +++++ programming/library/gtk-layer-shell/pspec.xml | 71 +++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 programming/library/gtk-layer-shell/actions.py create mode 100644 programming/library/gtk-layer-shell/pspec.xml diff --git a/programming/library/gtk-layer-shell/actions.py b/programming/library/gtk-layer-shell/actions.py new file mode 100644 index 0000000000..cf82ccc706 --- /dev/null +++ b/programming/library/gtk-layer-shell/actions.py @@ -0,0 +1,16 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import mesontools + +def setup(): + mesontools.configure() + +def build(): + mesontools.build() + +def install(): + mesontools.install() diff --git a/programming/library/gtk-layer-shell/pspec.xml b/programming/library/gtk-layer-shell/pspec.xml new file mode 100644 index 0000000000..720bd1edd2 --- /dev/null +++ b/programming/library/gtk-layer-shell/pspec.xml @@ -0,0 +1,71 @@ + + + + + gtk-layer-shell + https://github.com/wmww/gtk-layer-shell + + fury + uglyside@yandex.ru + + GPL-3 + library + programming.library + A library to write GTK applications that use Layer Shell. + A library to create panels and other desktop components for Wayland using the Layer Shell protocol. + + https://github.com/wmww/gtk-layer-shell/archive/refs/tags/v0.8.0.tar.gz + + + meson + gtk3-devel + vala-devel + wayland-devel + wayland-client + gobject-introspection-devel + + + + + + + + gtk-layer-shell + + gtk3 + glib2 + wayland + wayland-client + + + /usr/lib + /usr/lib/girepository-1.0 + + + + + gtk-layer-shell-devel + + wayland-devel + wayland-client + gtk3-devel + gtk-layer-shell + + + /usr/include/gtk-layer-shell/gtk-layer-shell.h + /usr/lib/pkgconfig/gtk-layer-shell-0.pc + /usr/share/gir-1.0 + /usr/share/vala/vapi + + + + + + 2022-12-30 + 0.8.0 + First build. + fury + uglyside@yandex.ru + + +