mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/coreshot: drop 4.5.0, 9999
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST coreshot-v4.5.0.tar.bz2 1316292 BLAKE2B 44c7bf81210fae06470070c0e6608e36ad7d961179835b1cf14f68e4b6dd1b75f00bd13f361e23923a01f09ad783180f81722fa73eb722b23567c8ff50aebb6b SHA512 1a90a5d6f17f2ba1a03361a05c632f55d916e9c4923ee1bd72d0eef111907786fa8e6b95b0113bfb97295b6a91d3d8de30a6e7ba1c534ef3b51e270360283a55
|
||||
DIST coreshot-v5.0.0.tar.bz2 1316385 BLAKE2B 111fa597d514dac7a8a9d13955502b124e5083001c6f2642eec1d948bc27326f992eff70dd10b9070f667495e155c2e4e6842121e84015f87b99114d122b2c94 SHA512 ec5c06afa5cf17e35e6d9d8fdc5ff20f8846458da21ebecc6fd5ece0888dd8a2d6978da574a0e02e034d2fcc73f65d36ad69306118a6be01a8123f11f91ae3d6
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit xdg cmake
|
||||
|
||||
DESCRIPTION="A screen capture utility for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreshot.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/coreshot/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
gui-libs/libcprime
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit xdg cmake
|
||||
|
||||
DESCRIPTION="A screen capture utility for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreshot.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/coreshot/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
gui-libs/libcprime
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user