diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-10 17:36:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-10 18:34:38 +0200 |
commit | c43c33db1c9a18ca1c39be83ff2c17c9dec82dfe (patch) | |
tree | 831983bed4b9e09704a87add2862527243d69060 /kde-plasma/kdecoration/kdecoration-6.1.5.ebuild | |
parent | kde-plasma/kde-gtk-config: 6.1.5 version bump (diff) | |
download | gentoo-c43c33db1c9a18ca1c39be83ff2c17c9dec82dfe.tar.gz gentoo-c43c33db1c9a18ca1c39be83ff2c17c9dec82dfe.tar.bz2 gentoo-c43c33db1c9a18ca1c39be83ff2c17c9dec82dfe.zip |
kde-plasma/kdecoration: 6.1.5 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdecoration/kdecoration-6.1.5.ebuild')
-rw-r--r-- | kde-plasma/kdecoration/kdecoration-6.1.5.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/kdecoration-6.1.5.ebuild b/kde-plasma/kdecoration/kdecoration-6.1.5.ebuild new file mode 100644 index 000000000000..cde26d2302a2 --- /dev/null +++ b/kde-plasma/kdecoration/kdecoration-6.1.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +KFMIN=6.5.0 +QTMIN=6.7.2 +inherit ecm plasma.kde.org + +DESCRIPTION="Plugin based library to create window decorations" + +LICENSE="|| ( LGPL-2.1 LGPL-3 )" +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui] + >=kde-frameworks/ki18n-${KFMIN}:6 +" +RDEPEND="${DEPEND}" |