1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 CMAKE_MAKEFILE_GENERATOR
="emake"
9 if [[ ${PV} == 9999* ]] ; then
11 EGIT_REPO_URI
="https://github.com/cutefishos/core.git"
12 EGIT_CHECKOUT_DIR
=cutefish-core-
${PV}
15 SRC_URI
="https://github.com/cutefishos/core/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
16 KEYWORDS
="~amd64 ~arm64 ~riscv"
17 S
="${WORKDIR}/core-${PV}"
20 DESCRIPTION
="System components and backend of CutefishOS"
21 HOMEPAGE
="https://github.com/cutefishos/core"
31 dev-qt/qtquickcontrols2
37 kde-frameworks/kwindowsystem
38 kde-frameworks/kcoreaddons
39 kde-frameworks/kidletime
40 x11-drivers/xf86-input-libinput
41 x11-drivers/xf86-input-synaptics
42 x11-misc/appmenu-gtk-module
52 -DCMAKE_INSTALL_PREFIX="/usr"