commit: f5322932417b388d2cc67c9477d4bf6f68ce4bde Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Wed Apr 30 17:09:57 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Wed Apr 30 17:09:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5322932
gui-apps/coreimage: add 5.0.0 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/coreimage/Manifest | 1 + gui-apps/coreimage/coreimage-5.0.0.ebuild | 21 +++++++++++++++++++++ gui-apps/coreimage/metadata.xml | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/gui-apps/coreimage/Manifest b/gui-apps/coreimage/Manifest index 14eb8bdc8..204458cde 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 000000000..d0ccda8f5 --- /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 a600927cc..6930bc9b2 100644 --- a/gui-apps/coreimage/metadata.xml +++ b/gui-apps/coreimage/metadata.xml @@ -3,6 +3,6 @@ <pkgmetadata> <!-- maintainer-needed --> <upstream> - <remote-id type="gitlab">cubocore/coreapps/corehunt</remote-id> + <remote-id type="gitlab">cubocore/coreapps/coreimage</remote-id> </upstream> </pkgmetadata>
