summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-08 20:14:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-11 14:39:47 +0200
commit25b29334e7eb88789a00167bea985367a6dff90a (patch)
tree8f9da7b1e0ccf335f0e0b2e36705cbcd3d21bc0e /kde-plasma/kdecoration
parentkde-plasma/kde-cli-tools: add 5.26.0 (diff)
downloadgentoo-25b29334e7eb88789a00167bea985367a6dff90a.tar.gz
gentoo-25b29334e7eb88789a00167bea985367a6dff90a.tar.bz2
gentoo-25b29334e7eb88789a00167bea985367a6dff90a.zip
kde-plasma/kdecoration: add 5.26.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.26.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 7b14807405a5..63fb6d95c127 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1 +1,2 @@
DIST kdecoration-5.25.5.tar.xz 49476 BLAKE2B 2cfc7975bc8d6c1d54022b42a62a447b9e787697fdb51693fd7d36c820886a9076314cae49c72c600c2f971fd216098f22645526d9721b74170c74742fdc65a7 SHA512 78b0aebd7f6b1242780fb51af3891df1c3dc1f7ec7d2cf6f9c76048048f19efd7b9bd95366d8f6a03ceb4a1a4616caccc3fbbba1b6972108244f6ba6baa1edec
+DIST kdecoration-5.26.0.tar.xz 52124 BLAKE2B 4d50692236ed93d3a879219eb611070c3188d9cd9ab5a47f44a9f600f3d978edcfa0ee4eb70c737591aa6fda7da94892f868c617efecd962f633f3bece0eab8c SHA512 ae2ab174805ac3f1c62341c34348cce9a277458bd79bf2c8b21c1e47b8d6ee68a9c99f3608f5d645432c51d5bbf407e0aaafcd948e3cfd661b841a3841be592d
diff --git a/kde-plasma/kdecoration/kdecoration-5.26.0.ebuild b/kde-plasma/kdecoration/kdecoration-5.26.0.ebuild
new file mode 100644
index 000000000000..5fe246319d12
--- /dev/null
+++ b/kde-plasma/kdecoration/kdecoration-5.26.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=5.99.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Plugin based library to create window decorations"
+
+LICENSE="|| ( LGPL-2.1 LGPL-3 )"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"