summaryrefslogtreecommitdiff
path: root/gui-libs/gtk4-layer-shell
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /gui-libs/gtk4-layer-shell
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'gui-libs/gtk4-layer-shell')
-rw-r--r--gui-libs/gtk4-layer-shell/Manifest1
-rw-r--r--gui-libs/gtk4-layer-shell/gtk4-layer-shell-1.1.1-r1.ebuild57
-rw-r--r--gui-libs/gtk4-layer-shell/metadata.xml21
3 files changed, 0 insertions, 79 deletions
diff --git a/gui-libs/gtk4-layer-shell/Manifest b/gui-libs/gtk4-layer-shell/Manifest
deleted file mode 100644
index 0125604f844f..000000000000
--- a/gui-libs/gtk4-layer-shell/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gtk4-layer-shell-1.1.1.tar.gz 70227 BLAKE2B f90e6456b4d793609183127f4e4137363f2ef1f3527c7e405dd41ec17ffed4407dc1566dca1f5336cea6cab8541bcad9bcca81f8297abd2a34bd3f03f1fd8089 SHA512 5c47e1df308fe9ee53bc16458209b845854307fd1d939a0342568f3a1a22bc2b40b8d817642c69a81be4c2d291495b1f900c084276c605952eead103b3cb6a02
diff --git a/gui-libs/gtk4-layer-shell/gtk4-layer-shell-1.1.1-r1.ebuild b/gui-libs/gtk4-layer-shell/gtk4-layer-shell-1.1.1-r1.ebuild
deleted file mode 100644
index 74291a59d5ee..000000000000
--- a/gui-libs/gtk4-layer-shell/gtk4-layer-shell-1.1.1-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2024-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A library for using the Layer Shell Wayland protocol with GTK4"
-HOMEPAGE="https://github.com/wmww/gtk4-layer-shell"
-SRC_URI="https://github.com/wmww/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="examples doc test smoke-tests introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RESTRICT="!test? ( test )"
-
-PYTHON_COMPAT=( python3_{13..14} )
-inherit meson python-any-r1 vala
-
-DEPEND="
- >=dev-libs/wayland-1.10.0
- >=gui-libs/gtk-4.10.5:4[wayland]
- dev-libs/glib:2
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- >=dev-build/meson-0.54.0
- >=dev-build/ninja-1.8.2
- >=dev-libs/wayland-protocols-1.16
- >=dev-util/wayland-scanner-1.10.0
- introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 )
- doc? ( dev-util/gtk-doc )
- test? ( >=dev-lang/python-3.8.19 )
- vala? ( dev-lang/vala[vapigen(+)] )
- smoke-tests? (
- dev-lang/luajit
- dev-lua/lgi
- )
-"
-
-pkg_setup() {
- use vala && vala_setup
-}
-
-src_configure() {
- local emesonargs=(
- $(meson_use examples)
- $(meson_use doc docs)
- $(meson_use test tests)
- $(meson_use smoke-tests)
- $(meson_use introspection)
- $(meson_use vala vapi)
- )
- meson_src_configure
-}
diff --git a/gui-libs/gtk4-layer-shell/metadata.xml b/gui-libs/gtk4-layer-shell/metadata.xml
deleted file mode 100644
index f8b881ffda9e..000000000000
--- a/gui-libs/gtk4-layer-shell/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>sin-ack@protonmail.com</email>
- <name>sin-ack</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <longdescription lang="en">A library to create panels and other desktop components for Wayland using the Layer Shell protocol and GTK4</longdescription>
- <use>
- <flag name="examples">Build the example C apps</flag>
- <flag name="smoke-tests">Test that all examples can run</flag>
- <flag name="introspection">Build GObject Introspection data</flag>
- <flag name="vala">Build VAPI data and Vala example. The VAPI file allows this library to be used
- in Vala. Requires introspection.</flag>
- </use>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>