commit: b4015ed7390da444d6b72ed75d68e806ebaa99da Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Tue Mar 11 14:13:48 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Tue Mar 11 14:31:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4015ed7
gui-apps/coreaction: add 5.0.0 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/coreaction/Manifest | 1 + gui-apps/coreaction/coreaction-5.0.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/gui-apps/coreaction/Manifest b/gui-apps/coreaction/Manifest index 3084a2860..c36395aff 100644 --- a/gui-apps/coreaction/Manifest +++ b/gui-apps/coreaction/Manifest @@ -1 +1,2 @@ DIST coreaction-v4.5.0.tar.bz2 792795 BLAKE2B 17d21c3b1dd4b80fb84c70efaadc9b9bbde0d36edd39b4f60db07d06233b192a430dae761a79ab2b9002e2181fb28ba14d6fbfb183ab8fe0afe1247bfd6db7bf SHA512 94de8182af9500f66eeb28f929833d4948a46be2a4f32b3dfe0ecbe311f150c16cb10b2f1650489ab8d316cb47b7dff96ddc986c67f40832172aef62b4547b33 +DIST coreaction-v5.0.0.tar.bz2 792872 BLAKE2B 715410aa935d1475387fdf3b800b670a51690e83a32319a1c0456ee988ecfd44f710a254629a4e89da8912831e638d74c0e70f67693b93edb8c89acf085e4225 SHA512 8af51a90ff281801d73c480395ce07de9576539fd8f75a3b14a9fd8f7dae4f8ce849bb4802ac396ccf5ab7d89efd555bde9d8387c14e1a01413bb8081cda75ba diff --git a/gui-apps/coreaction/coreaction-5.0.0.ebuild b/gui-apps/coreaction/coreaction-5.0.0.ebuild new file mode 100644 index 000000000..a4664769e --- /dev/null +++ b/gui-apps/coreaction/coreaction-5.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="A side bar for showing widgets for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction" +SRC_URI="https://gitlab.com/cubocore/coreapps/coreaction/-/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,network,widgets] + dev-qt/qtsvg:6 + >=gui-libs/libcprime-5.0.0 + >=gui-libs/libcsys-5.0.0 +" +RDEPEND="${DEPEND}"
