kde-misc/koi: new package, add 0.3.1
Signed-off-by: SigHunter <sighunter@gmx.de>
This commit is contained in:
parent
9c6cd510f7
commit
b989c2c307
1
kde-misc/koi/Manifest
Normal file
1
kde-misc/koi/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST koi-0.3.1.tar.gz 223370 BLAKE2B bb07f9cabb4d85f0707b1cce9e1fcb0cc70734201f1a4013eef9edfdf079f90492be483d724795b63a2b02dc1af3531fc70f493e10730383b3cd663fdc031670 SHA512 e98c142fb48bfbceee658d62c959e520c5423ea7f96b8dd53e55f2398b42baf71cb2115fb1aac898d249d07a8cd33428fa52a67f847d956d8fc722e5eac31bc5
|
31
kde-misc/koi/koi-0.3.1.ebuild
Normal file
31
kde-misc/koi/koi-0.3.1.ebuild
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# Copyright 2024 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit cmake xdg
|
||||||
|
|
||||||
|
DESCRIPTION="Theme scheduling for the KDE Plasma Desktop"
|
||||||
|
HOMEPAGE="https://github.com/baduhai/Koi"
|
||||||
|
SRC_URI="
|
||||||
|
https://github.com/baduhai/Koi/archive/refs/tags/${PV}.tar.gz
|
||||||
|
-> ${P}.tar.gz
|
||||||
|
"
|
||||||
|
S="${WORKDIR}/Koi-${PV}/src"
|
||||||
|
|
||||||
|
LICENSE="LGPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
dev-qt/qtbase:6[dbus,gui,network,widgets,xml]
|
||||||
|
kde-frameworks/kconfigwidgets:6
|
||||||
|
kde-frameworks/kconfig:6
|
||||||
|
kde-frameworks/kcoreaddons:6
|
||||||
|
kde-frameworks/kwidgetsaddons:6
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}
|
||||||
|
"
|
||||||
|
BDEPEND="
|
||||||
|
kde-frameworks/extra-cmake-modules
|
||||||
|
"
|
11
kde-misc/koi/metadata.xml
Normal file
11
kde-misc/koi/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>sighunter@gmx.de</email>
|
||||||
|
<name>SigHunter</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">baduhai/Koi</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user