Source: golang-github-dlasky-gotk3-layershell
Maintainer: Aleksey Samoilov <samoilov.lex@gmail.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-gotk3-gotk3-dev,
               libgtk-layer-shell-dev
Standards-Version: 4.5.0
Homepage: https://github.com/dlasky/gotk3-layershell
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/dlasky/gotk3-layershell

Package: golang-github-dlasky-gotk3-layershell-dev
Architecture: amd64 arm64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Gotk3 addon module that provides gtk_layer_shell compatibiility (library)
 gotk3-layershell A simple golang library to provide bindings for the
 excellent Gtk Layer Shell (https://github.com/wmww/gtk-layer-shell)
 library which can be consumed in the also excellent gotk3 gtk library
 (https://github.com/gotk3/gotk3).
 .
 This allows for GTK windows in linux window managers like swaywm that
 utilize the Layer Shell proticol in wayland to be positioned relative to
 the viewport including pinning and layer depth control.  Getting started
 For the moment please see example.go for a simple working example WIP
 While the critical API components are ported (layer, anchors), currently
 the entirety gtk_layer_shell.h is only supported up to pre .5 versions
 of layer-shell.
