mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/coreshot: add 5.0.0
Closes: https://bugs.gentoo.org/932541 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
22
gui-apps/coreshot/coreshot-5.0.0.ebuild
Normal file
22
gui-apps/coreshot/coreshot-5.0.0.ebuild
Normal file
@@ -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}"
|
||||
Reference in New Issue
Block a user