mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
gui-apps/core*: bump to 4.1.0
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST corestuff-4.0.0.tar.gz 1244235 BLAKE2B f03d71d1994a749b37b21e1ef1dd3e5213b2287e4e43adf87bcde37590610d23499dbb2b9305620eb9ae2b81d5c45c635fb08eb2fc5f795e5a4efadb8532645b SHA512 b56fbc52b7c1fdabc67a697af570ee5d437a623e19aafb178f28a7d7cca2d52590537148723a41be6169948abcaa039e03ae9819e767c12601557f65ae1cd6d2
|
||||
DIST corestuff-4.1.0.tar.gz 1244242 BLAKE2B a00c94cb7ae1caa76cf49205d8d5732ff64f5cefa9e7abae7338b5e9d60bbba8a2c1b8aba980c92f5be644b5de5d1f46fe5e18afd69b0bbfb2e7794fdd1b8ca0 SHA512 e2d9c87258909ec825fe8961fb65ddf917d23315e9e2977b9557189109e9147b3d91c452fc9d8dba6a436a323470b38683803977d84b2391930bc7dcdbf4b3aa
|
||||
|
||||
53
gui-apps/corestuff/corestuff-4.1.0.ebuild
Normal file
53
gui-apps/corestuff/corestuff-4.1.0.ebuild
Normal file
@@ -0,0 +1,53 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit qmake-utils xdg
|
||||
|
||||
DESCRIPTION="An activity viewer for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
fi
|
||||
|
||||
RESTRICT="mirror test"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtx11extras:5
|
||||
gui-libs/libcprime
|
||||
gui-libs/libcsys
|
||||
kde-frameworks/kglobalaccel:5
|
||||
x11-libs/libXcomposite
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
eqmake5
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
}
|
||||
Reference in New Issue
Block a user