diff options
author | 2024-06-06 19:03:28 +0200 | |
---|---|---|
committer | 2024-06-11 18:30:27 +0200 | |
commit | 515c69f8ba7038f24743aee6c81c50ed392a4252 (patch) | |
tree | e7b4a3018939c38547ca493b8288889cd7d3a69e /kde-plasma/kdecoration | |
parent | dev-qt/qtlocation: Re-apply >=dev-libs/icu-75 buildfix (diff) | |
download | gentoo-515c69f8ba7038f24743aee6c81c50ed392a4252.tar.gz gentoo-515c69f8ba7038f24743aee6c81c50ed392a4252.tar.bz2 gentoo-515c69f8ba7038f24743aee6c81c50ed392a4252.zip |
kde-plasma/kdecoration: Backport fractional scaling hack from 6.1
See also:
https://invent.kde.org/plasma/kdecoration/-/merge_requests/65
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=481857
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r-- | kde-plasma/kdecoration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kdecoration/kdecoration-6.0.90-r1.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 195476c29994..5dd6d55b3a42 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,2 +1,3 @@ DIST kdecoration-5.27.11.tar.xz 52748 BLAKE2B 8d3e7bd7e27dddd3b1f6ceb728291235fe1ae58c39d5eb242643aa27553c942062cf85d5f638c6a47fc45ad93f7a9ec8609dd1815c1b70ca7ebd246d32270966 SHA512 dd687d9925a56630df9b9e7b1ac58c1536efea97307a75b3f0fc43357d2f118c8727ed425cf4267ffee13fc9ec96c0f592d94b77835ce819b576dba00bb25037 +DIST kdecoration-6.0.90-727c116c.tar.gz 66455 BLAKE2B 1318df7e063b28ab029e454d1d6cd6914a838e7b8ea85ad8dd28e63ec070711083725d72bc1ebc70d2bfa50f9881b8b78d822757c342df91313715aab015db01 SHA512 1af4455549fc4153e575a997cc215c354b1333af2f94b1a07c995b820fee0ed23150f2cc3dc508e3096ac61274b12786f2ea05af9528d781c67ea6afed38f631 DIST kdecoration-6.0.90.tar.xz 54820 BLAKE2B 982cfe2d0a8469f088bd02b4ef3546ee2715278b421ae6d7d91bf7aa0e1b2890e8a92103e145cc2b592cb4c9f6c064da1035a6cb085cce7b1c518b56abd399f1 SHA512 3c3ffdf916eb4cc8917562087a5b86a9f6c06183cd75ee9da739a7b610f05c839198e8ec822bf208c27eee5f973f0b0ba7f1bcb3a0950af60bb04001e4d9357c diff --git a/kde-plasma/kdecoration/kdecoration-6.0.90-r1.ebuild b/kde-plasma/kdecoration/kdecoration-6.0.90-r1.ebuild new file mode 100644 index 000000000000..834b8a02189f --- /dev/null +++ b/kde-plasma/kdecoration/kdecoration-6.0.90-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +KFMIN=6.2.0 +QTMIN=6.7.1 +inherit ecm plasma.kde.org + +DESCRIPTION="Plugin based library to create window decorations" +SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}-727c116c.tar.gz" +S="${WORKDIR}/${PN}-727c116c197b9e0e569a9573484b88f4e967ddb6" + +LICENSE="|| ( LGPL-2.1 LGPL-3 )" +SLOT="6" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui] + >=kde-frameworks/ki18n-${KFMIN}:6 +" +RDEPEND="${DEPEND}" |