diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-27 15:46:42 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-27 15:46:42 -0500 |
| commit | 4b8cec66a417569a11af0de934f9b6a59f13bc87 (patch) | |
| tree | 8834ca08cb31e152c6b4108bddcdaec7a4bd565d /x11-misc/screengrab | |
| parent | c6e6588bafac78d585ece24e4dabdf99f3af211d (diff) | |
| download | baldeagleos-repo-4b8cec66a417569a11af0de934f9b6a59f13bc87.tar.gz baldeagleos-repo-4b8cec66a417569a11af0de934f9b6a59f13bc87.tar.xz baldeagleos-repo-4b8cec66a417569a11af0de934f9b6a59f13bc87.zip | |
Adding metadata
Diffstat (limited to 'x11-misc/screengrab')
| -rw-r--r-- | x11-misc/screengrab/screengrab-3.2.0-r1.ebuild | 39 | ||||
| -rw-r--r-- | x11-misc/screengrab/screengrab-3.2.0-r2.ebuild | 38 |
2 files changed, 77 insertions, 0 deletions
diff --git a/x11-misc/screengrab/screengrab-3.2.0-r1.ebuild b/x11-misc/screengrab/screengrab-3.2.0-r1.ebuild new file mode 100644 index 000000000000..32cb7597dba3 --- /dev/null +++ b/x11-misc/screengrab/screengrab-3.2.0-r1.ebuild @@ -0,0 +1,39 @@ +# 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}" diff --git a/x11-misc/screengrab/screengrab-3.2.0-r2.ebuild b/x11-misc/screengrab/screengrab-3.2.0-r2.ebuild new file mode 100644 index 000000000000..458e9775dea1 --- /dev/null +++ b/x11-misc/screengrab/screengrab-3.2.0-r2.ebuild @@ -0,0 +1,38 @@ +# 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,wayland,widgets] + kde-frameworks/kwindowsystem:6[X] + kde-plasma/layer-shell-qt:6 + x11-libs/libX11 + x11-libs/libxcb:= +" +RDEPEND="${DEPEND}" |
