gui-apps/core*: add 5.0.1

the changes from 5.0.0 to 5.0.1 are the same across all packages and
mostly trivial, so should not cause additional issues, hence a single
commit for all packages

Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres
2026-05-05 16:35:53 +01:00
parent c6ec889bfc
commit 2564f7fe56
30 changed files with 342 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST coreshot-v5.0.0.tar.bz2 1316385 BLAKE2B 111fa597d514dac7a8a9d13955502b124e5083001c6f2642eec1d948bc27326f992eff70dd10b9070f667495e155c2e4e6842121e84015f87b99114d122b2c94 SHA512 ec5c06afa5cf17e35e6d9d8fdc5ff20f8846458da21ebecc6fd5ece0888dd8a2d6978da574a0e02e034d2fcc73f65d36ad69306118a6be01a8123f11f91ae3d6
DIST coreshot-v5.0.1.tar.bz2 1316068 BLAKE2B 0bac2716f34f7663339d29764189ebd780e784238f25770cd17afd7176da3eb795ff0e9498b64cb9fd5d3b005bfb37d9cf5eaeb007e27ec5f24f3ac605afa469 SHA512 8a1d698c6fdd391882e0d06da7cf77988cf6eea10fdb21e53c63942dcddde4c631c178fbb6d1796d5ad68b1fa70406fc68dc37d558f701aa0a97075b13637909

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="A screen capture utility for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot"
SRC_URI="https://gitlab.com/cubocore/coreapps/coreshot/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-qt/qtbase:6[gui,widgets]
>=gui-libs/libcprime-5.0.0
x11-libs/libX11
"
RDEPEND="${DEPEND}"