mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
app-misc/corectrl: new package, add 1.3.5, 9999
Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com>
This commit is contained in:
1
app-misc/corectrl/Manifest
Normal file
1
app-misc/corectrl/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST corectrl-v1.3.5.tar.bz2 570723 BLAKE2B 4ee9ff0f84455599b9801d7e712ad98207462e573b3654f3dfa668b0691ef57a35482087ca193a985d241a10a3c9617e77ef5c1acdbbe9974b9d44fcdacd9295 SHA512 3c07bf0f99950b332bdf909f2580a8eb1243d71380f232bfc0980f7d6fd0d261eb522b22205f6dfb6ffd7f295afc243e1e6cd4dcd5f84dc4d5e129713fcb9ef1
|
||||||
51
app-misc/corectrl/corectrl-1.3.5.ebuild
Normal file
51
app-misc/corectrl/corectrl-1.3.5.ebuild
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit ecm
|
||||||
|
|
||||||
|
DESCRIPTION="Core control application"
|
||||||
|
HOMEPAGE="https://gitlab.com/corectrl/corectrl"
|
||||||
|
|
||||||
|
if [[ ${PV} == 9999 ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://gitlab.com/corectrl/corectrl.git"
|
||||||
|
else
|
||||||
|
SRC_URI="https://gitlab.com/corectrl/corectrl/-/archive/v${PV}/corectrl-v${PV}.tar.bz2"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
S="${WORKDIR}/${PN}-v${PV}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
IUSE="test"
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
dev-qt/qtdbus:5
|
||||||
|
dev-qt/qtdeclarative:5
|
||||||
|
dev-qt/qtcharts:5
|
||||||
|
dev-qt/qtsvg:5
|
||||||
|
dev-qt/linguist-tools:5
|
||||||
|
dev-libs/quazip
|
||||||
|
dev-libs/botan:2
|
||||||
|
sys-auth/polkit
|
||||||
|
x11-libs/libdrm[video_cards_amdgpu]
|
||||||
|
dev-libs/libfmt
|
||||||
|
dev-libs/pugixml
|
||||||
|
dev-cpp/easyloggingpp
|
||||||
|
dev-cpp/units
|
||||||
|
~dev-cpp/catch-2.13.8
|
||||||
|
dev-cpp/trompeloeil
|
||||||
|
"
|
||||||
|
|
||||||
|
BDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
local mycmakeargs+=(
|
||||||
|
-DBUILD_TESTING=$(usex test ON OFF)
|
||||||
|
)
|
||||||
|
cmake_src_configure
|
||||||
|
}
|
||||||
51
app-misc/corectrl/corectrl-9999.ebuild
Normal file
51
app-misc/corectrl/corectrl-9999.ebuild
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit ecm
|
||||||
|
|
||||||
|
DESCRIPTION="Core control application"
|
||||||
|
HOMEPAGE="https://gitlab.com/corectrl/corectrl"
|
||||||
|
|
||||||
|
if [[ ${PV} == 9999 ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://gitlab.com/corectrl/corectrl.git"
|
||||||
|
else
|
||||||
|
SRC_URI="https://gitlab.com/corectrl/corectrl/-/archive/v${PV}/corectrl-v${PV}.tar.bz2"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
S="${WORKDIR}/${PN}-v${PV}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
IUSE="test"
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
dev-qt/qtdbus:5
|
||||||
|
dev-qt/qtdeclarative:5
|
||||||
|
dev-qt/qtcharts:5
|
||||||
|
dev-qt/qtsvg:5
|
||||||
|
dev-qt/linguist-tools:5
|
||||||
|
dev-libs/quazip
|
||||||
|
dev-libs/botan:2
|
||||||
|
sys-auth/polkit
|
||||||
|
x11-libs/libdrm[video_cards_amdgpu]
|
||||||
|
dev-libs/libfmt
|
||||||
|
dev-libs/pugixml
|
||||||
|
dev-cpp/easyloggingpp
|
||||||
|
dev-cpp/units
|
||||||
|
~dev-cpp/catch-2.13.8
|
||||||
|
dev-cpp/trompeloeil
|
||||||
|
"
|
||||||
|
|
||||||
|
BDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
local mycmakeargs+=(
|
||||||
|
-DBUILD_TESTING=$(usex test ON OFF)
|
||||||
|
)
|
||||||
|
cmake_src_configure
|
||||||
|
}
|
||||||
11
app-misc/corectrl/metadata.xml
Normal file
11
app-misc/corectrl/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>kocelfc@tutanota.com</email>
|
||||||
|
<name>Kostadin Shishmanov</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="gitlab">corectrl/corectrl</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user