diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-10 20:48:31 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-10 20:55:39 +0200 |
commit | 493f1b84aef1801b65e6845228a17afa5697b912 (patch) | |
tree | 8e6bb65a1afb8ccd875701f3a2d966decaaf0c0d /kde-apps/kdesdk-thumbnailers-common | |
parent | kde-apps/kdesdk-thumbnailers: 24.08.2 version bump (diff) | |
download | gentoo-493f1b84aef1801b65e6845228a17afa5697b912.tar.gz gentoo-493f1b84aef1801b65e6845228a17afa5697b912.tar.bz2 gentoo-493f1b84aef1801b65e6845228a17afa5697b912.zip |
kde-apps/kdesdk-thumbnailers-common: 24.08.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdesdk-thumbnailers-common')
-rw-r--r-- | kde-apps/kdesdk-thumbnailers-common/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.08.2.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 f7d08b564b4f..01e93a8faddb 100644 --- a/kde-apps/kdesdk-thumbnailers-common/Manifest +++ b/kde-apps/kdesdk-thumbnailers-common/Manifest @@ -1,2 +1,3 @@ DIST kdesdk-thumbnailers-24.05.2.tar.xz 27248 BLAKE2B 24547264f852dc4e69382ce2648056f22c17fc7f6063868957adabe20382db30f6acf9820e42a98ccd914a68f4713192dcf0c66ca23ddf38954b2553bcec519c SHA512 e253acf6720cd2fcb3750c9452303c03d9df5c87d693831e279a748b7a350358a36457373d35f087e0b00431b4e38a09346d726a280f90ee66e0cca6799db12d DIST kdesdk-thumbnailers-24.08.1.tar.xz 27176 BLAKE2B f7845d47a5d3dd2a05c6d2ff445ea6cc8a3bbb93c67b2d2ebb56e0e95088c22815623cebd96e9f76225e2d420e4b1124876cbf3b94a8ae4502d4b08bad0bb07f SHA512 2ca1e77537bbbec3c52da693253c103ea77de393d2a34055ae248abd0db62439a04a0a91e256a22ba9f54ec0a3aec124ae457ad8ac8bc0e515c9696bc3b764a2 +DIST kdesdk-thumbnailers-24.08.2.tar.xz 27176 BLAKE2B 01eab8380706a4fd6bc7962b14fa6aa48379a4e6cf6d4cd547feaa56d10c797b75c28ac605405225dcdf9ddec182f3de4a7fbc7b6c375dfd907a23ba5040e852 SHA512 3ac22395cfb1845ab0f996e16eec7794439e288c33326c7340191f136fcb63552f1bf623823a2fd864d28bd493d562f18eb365c96abaf2373c3b5d35ff948764 diff --git a/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.08.2.ebuild b/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.08.2.ebuild new file mode 100644 index 000000000000..db6e416df16b --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.08.2.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} +) |