commit: b2b191942945892b0ae509953f0519814e8346e6 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Mon May 5 16:34:46 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon May 5 16:34:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2b19194
gui-apps/coreuniverse: add 5.0.0 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/coreuniverse/Manifest | 1 + gui-apps/coreuniverse/coreuniverse-5.0.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/gui-apps/coreuniverse/Manifest b/gui-apps/coreuniverse/Manifest index 626776c34..90c3889a3 100644 --- a/gui-apps/coreuniverse/Manifest +++ b/gui-apps/coreuniverse/Manifest @@ -1 +1,2 @@ DIST coreuniverse-v4.5.0.tar.bz2 235860 BLAKE2B 0a561a882595c9d5e337f221912cc66d2edc0d34290774d1e7dd2f62e0f0868f7d5b12d3f8aecbc92d149d8ce087adefbde0a0fd981aa0e54747663531f68c70 SHA512 754af3eb7a2576c4b3152d722e5356be890201f174158de3aa99d8caa16a19829be6fbd27580e4ff4da9ebcb82e3db78289af62f4821f5d2cd06cc7e016f55b4 +DIST coreuniverse-v5.0.0.tar.bz2 235347 BLAKE2B b9701479337b4492b73e111d109c90eae6acefef11b14d71dac12108bda69591698a817f5289c211f0b3334c5547313ce234440ca7aa9ff273c2055e2025930a SHA512 b01054302fd8cdfa1622e39b2c76731e2797bfe69da98017078d957a7dd18a4d39b9878eea4d03aa713f9c3c9a3e46d22884ac83d6a9e5ef64d0f4763697e26b diff --git a/gui-apps/coreuniverse/coreuniverse-5.0.0.ebuild b/gui-apps/coreuniverse/coreuniverse-5.0.0.ebuild new file mode 100644 index 000000000..7096ff8b4 --- /dev/null +++ b/gui-apps/coreuniverse/coreuniverse-5.0.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="Shows information about apps for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse" +SRC_URI="https://gitlab.com/cubocore/coreapps/coreuniverse/-/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 +" +RDEPEND="${DEPEND}"
