summaryrefslogtreecommitdiff
path: root/kde-misc/corectrl/corectrl-1.1.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-01-17 23:35:33 +0000
committerLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-01-17 23:35:33 +0000
commit8e8120eabdd28020aa69c7a60505cce2edd20adc (patch)
tree061bf0acdc672720e0bc3a2d575f67d25aedb2d8 /kde-misc/corectrl/corectrl-1.1.1.ebuild
parentc16790af2c9b4cbc38e565d4311252193ff85484 (diff)
downloadbaldeagleos-repo-21.1.2.tar.gz
baldeagleos-repo-21.1.2.tar.xz
baldeagleos-repo-21.1.2.zip
Updating liguros repo21.1.2
Diffstat (limited to 'kde-misc/corectrl/corectrl-1.1.1.ebuild')
-rw-r--r--kde-misc/corectrl/corectrl-1.1.1.ebuild48
1 files changed, 48 insertions, 0 deletions
diff --git a/kde-misc/corectrl/corectrl-1.1.1.ebuild b/kde-misc/corectrl/corectrl-1.1.1.ebuild
new file mode 100644
index 000000000000..36be0deef60e
--- /dev/null
+++ b/kde-misc/corectrl/corectrl-1.1.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit ecm
+
+DESCRIPTION="Core control application."
+HOMEPAGE="https://gitlab.com/corectrl/corectrl"
+
+if [[ ${PV} == 9999 ]]; then
+ EGIT_REPO_URI="https://gitlab.com/${PN}/${PN}.git"
+ inherit git-r3
+else
+ SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0/9999"
+IUSE=""
+REQUIRED_USE=""
+
+DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtcharts:5
+ dev-qt/qtdbus:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtquickcontrols2:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ dev-qt/linguist-tools:5
+ kde-frameworks/kauth
+ kde-frameworks/karchive
+ dev-libs/botan:2
+"
+RDEPEND="
+ ${DEPEND}
+"
+BDEPEND="
+ virtual/pkgconfig
+"
+
+S=${WORKDIR}/${PN}-v${PV}
+
+PATCHES=(
+ "${FILESDIR}/${PN}-install.patch"
+)