summaryrefslogtreecommitdiff
path: root/x11-misc/screengrab
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /x11-misc/screengrab
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'x11-misc/screengrab')
-rw-r--r--x11-misc/screengrab/Manifest2
-rw-r--r--x11-misc/screengrab/metadata.xml15
-rw-r--r--x11-misc/screengrab/screengrab-3.1.0.ebuild36
-rw-r--r--x11-misc/screengrab/screengrab-3.2.0.ebuild39
4 files changed, 0 insertions, 92 deletions
diff --git a/x11-misc/screengrab/Manifest b/x11-misc/screengrab/Manifest
deleted file mode 100644
index 33548ad3d31e..000000000000
--- a/x11-misc/screengrab/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST screengrab-3.1.0.tar.xz 365988 BLAKE2B abad86f3980e857cdd306752573c3224c1091c8047eb2c1b20a8ce768ee59a6bee016a21596b003e6a650013d54825b1a0e2b08763513312b1f7c6708b3e00f2 SHA512 3a73b21d229d6fea27cea8b872888cc1a8d35a65ca1fb8bc43ba3eae0889c7d83c704408844b9cdaf61bf1d20e5bc2af7386b42f2fdc22acdff1d01ade7e46a4
-DIST screengrab-3.2.0.tar.xz 373192 BLAKE2B 94afc2e3e5eb435ff598ea0c47663b2a47e1c3e57329c633cdabaa868b3e6f8ba073f990bf07f6b491549ae50d7c7374a04072c5b3d7ac8777f1cedbaaa3246a SHA512 9a5ba541ee5f27f9b46b4f3cf51c73b5d782acbbaaac38f2d5055d02e886878a7f0e714d4b99936643d42d10fa6fa4ee451a1d0037e1ea0d3dd29bd8cd3d1b79
diff --git a/x11-misc/screengrab/metadata.xml b/x11-misc/screengrab/metadata.xml
deleted file mode 100644
index bedf06d3eb67..000000000000
--- a/x11-misc/screengrab/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>lxqt@gentoo.org</email>
- <name>LXQt</name>
- </maintainer>
- <upstream>
- <maintainer status="active">
- <email>agaida@siduction.org</email>
- <name>Alf Gaida</name>
- </maintainer>
- <remote-id type="github">lxqt/screengrab</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/x11-misc/screengrab/screengrab-3.1.0.ebuild b/x11-misc/screengrab/screengrab-3.1.0.ebuild
deleted file mode 100644
index 7b2ac1db1e9b..000000000000
--- a/x11-misc/screengrab/screengrab-3.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="Qt GUI Screenshot Utility"
-HOMEPAGE="https://lxqt.github.io/"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-2 GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
- >=dev-qt/qttools-6.6:6[linguist]
- >=dev-util/lxqt-build-tools-2.3.0
-"
-DEPEND="
- >=dev-libs/libqtxdg-4.3.0
- dev-libs/wayland
- >=dev-qt/qtbase-6.6:6[dbus,gui,network,widgets]
- >=dev-qt/qtwayland-6.6:6
- kde-frameworks/kwindowsystem:6[X]
- kde-plasma/layer-shell-qt:6
- x11-libs/libX11
- x11-libs/libxcb:=
-"
-RDEPEND="${DEPEND}"
diff --git a/x11-misc/screengrab/screengrab-3.2.0.ebuild b/x11-misc/screengrab/screengrab-3.2.0.ebuild
deleted file mode 100644
index 1002c39dc8e3..000000000000
--- a/x11-misc/screengrab/screengrab-3.2.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="Qt GUI Screenshot Utility"
-HOMEPAGE="
- https://lxqt-project.org/
- https://github.com/lxqt/screengrab/
-"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-2 GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
- >=dev-qt/qttools-6.6:6[linguist]
- >=dev-util/lxqt-build-tools-2.4.0
-"
-DEPEND="
- >=dev-libs/libqtxdg-4.4.0
- dev-libs/wayland
- >=dev-qt/qtbase-6.6:6[dbus,gui,network,widgets]
- >=dev-qt/qtwayland-6.6:6
- kde-frameworks/kwindowsystem:6[X]
- kde-plasma/layer-shell-qt:6
- x11-libs/libX11
- x11-libs/libxcb:=
-"
-RDEPEND="${DEPEND}"