diff options
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/kdesdk-thumbnailers-common/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.12.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-apps/kdesdk-thumbnailers-common/Manifest b/kde-apps/kdesdk-thumbnailers-common/Manifest index e1a96584da73..ef5cf890767b 100644 --- a/kde-apps/kdesdk-thumbnailers-common/Manifest +++ b/kde-apps/kdesdk-thumbnailers-common/Manifest @@ -1 +1,2 @@ DIST kdesdk-thumbnailers-24.08.3.tar.xz 27172 BLAKE2B 6875c84272b0117ab71570ca5cbc2fef8805c8379efa72e9534e0f5eb4c90aa6032453c127c6878bb2f0ad41338f65387125375f71e489f951a1907cfed7af57 SHA512 2dfab42ed2519cd914b29e9cbbdd90698aa30bf64902d51613188865d2333f5886deb5ae1d7b183d7a1e6a7edaae10068af3b23f229f207d1122c8ec73d8fb08 +DIST kdesdk-thumbnailers-24.12.0.tar.xz 27272 BLAKE2B 938369923edec06c922b5d0b481bcc747f1f35801dddb2a04607b9602fa5df533ed221345c3c0c5c159f10067961d36c3fb492c7773565cf1703111417fbdefe SHA512 78d2f232e955220d02fb729be15a324592fd7dba8418459ae60bc7f1980d54a8074ee7cb99039099b387c9ac12b99fab4d378dc29e9ab8dc062fd87ccfd2f732 diff --git a/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.12.0.ebuild b/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.12.0.ebuild new file mode 100644 index 000000000000..db6e416df16b --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.12.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_NAME="${PN/-common/}" +KFMIN=5.115.0 +inherit ecm-common gear.kde.org + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + !<kde-apps/kdesdk-thumbnailers-24.05.2-r1:5 + !<kde-apps/kdesdk-thumbnailers-24.05.2-r10:6 +" + +ECM_INSTALL_FILES=( + po_thumbnailer/pocreatorsettings.kcfg:\${KDE_INSTALL_KCFGDIR} +) |