diff --git a/gui-apps/coreimage/Manifest b/gui-apps/coreimage/Manifest index 14eb8bdc82..204458cde3 100644 --- a/gui-apps/coreimage/Manifest +++ b/gui-apps/coreimage/Manifest @@ -1 +1,2 @@ DIST coreimage-v4.5.0.tar.bz2 414029 BLAKE2B 11e64d3d8ffe828448f6344ba6ea93af2d479828f9c53f03b3bfe7fd0f4ebe85e003074f77152af51972893fd6fd91157c8eefc63f5f48809172b526263e2b12 SHA512 fcb9301d811e79c68a6e5dfcbe7f672a7b95d926b0b1137cb8827eb3ae67b5052ebb8a88e966b578a50ee900e7dc672961d3868554daf9b2503a5585b7ba3a01 +DIST coreimage-v5.0.0.tar.bz2 414098 BLAKE2B 7ac1c3c7c0e0e60ababafd883103427cab2cf82d06d5e575495379766f22219066649afc7e72c6c43c0e5722ac51ba88253fad4003ea5f97a14b2018547eb1d2 SHA512 eda23687323bdd94e4063411234067fb0eead6991ff488594032e53780bace0b4c7f27e757e2797dd0b036f609afdfd2f55280c3c73111eeba25e503ece6c696 diff --git a/gui-apps/coreimage/coreimage-5.0.0.ebuild b/gui-apps/coreimage/coreimage-5.0.0.ebuild new file mode 100644 index 0000000000..d0ccda8f56 --- /dev/null +++ b/gui-apps/coreimage/coreimage-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="Image viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreimage" +SRC_URI="https://gitlab.com/cubocore/coreapps/coreimage/-/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[concurrent,gui,widgets] + >=gui-libs/libcprime-5.0.0 +" +RDEPEND="${DEPEND}" diff --git a/gui-apps/coreimage/metadata.xml b/gui-apps/coreimage/metadata.xml index a600927cc2..6930bc9b2a 100644 --- a/gui-apps/coreimage/metadata.xml +++ b/gui-apps/coreimage/metadata.xml @@ -3,6 +3,6 @@ - cubocore/coreapps/corehunt + cubocore/coreapps/coreimage