commit: 9885658efd44fb734fe1c147febe151ae3b45e35 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Sat Apr 26 17:01:15 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Sat Apr 26 17:01:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9885658e
gui-apps/coreshot: add 5.0.0 Closes: https://bugs.gentoo.org/932541 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/coreshot/Manifest | 1 + gui-apps/coreshot/coreshot-5.0.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/gui-apps/coreshot/Manifest b/gui-apps/coreshot/Manifest index 6cbd85a5e..e205bcb93 100644 --- a/gui-apps/coreshot/Manifest +++ b/gui-apps/coreshot/Manifest @@ -1 +1,2 @@ DIST coreshot-v4.5.0.tar.bz2 1316292 BLAKE2B 44c7bf81210fae06470070c0e6608e36ad7d961179835b1cf14f68e4b6dd1b75f00bd13f361e23923a01f09ad783180f81722fa73eb722b23567c8ff50aebb6b SHA512 1a90a5d6f17f2ba1a03361a05c632f55d916e9c4923ee1bd72d0eef111907786fa8e6b95b0113bfb97295b6a91d3d8de30a6e7ba1c534ef3b51e270360283a55 +DIST coreshot-v5.0.0.tar.bz2 1316385 BLAKE2B 111fa597d514dac7a8a9d13955502b124e5083001c6f2642eec1d948bc27326f992eff70dd10b9070f667495e155c2e4e6842121e84015f87b99114d122b2c94 SHA512 ec5c06afa5cf17e35e6d9d8fdc5ff20f8846458da21ebecc6fd5ece0888dd8a2d6978da574a0e02e034d2fcc73f65d36ad69306118a6be01a8123f11f91ae3d6 diff --git a/gui-apps/coreshot/coreshot-5.0.0.ebuild b/gui-apps/coreshot/coreshot-5.0.0.ebuild new file mode 100644 index 000000000..dc12b99b3 --- /dev/null +++ b/gui-apps/coreshot/coreshot-5.0.0.ebuild @@ -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}"
