diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-15 15:17:40 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-15 18:30:35 +0100 |
commit | 0f412c1a07dcf59aa09202c836a142948194c203 (patch) | |
tree | 03625424bd50783a2e4d4b6d34d4f0bf9446e958 /kde-apps | |
parent | kde-apps/kdesdk-thumbnailers: 24.11.80 version bump (diff) | |
download | kde-0f412c1a07dcf59aa09202c836a142948194c203.tar.gz kde-0f412c1a07dcf59aa09202c836a142948194c203.tar.bz2 kde-0f412c1a07dcf59aa09202c836a142948194c203.zip |
kde-apps/kdesdk-thumbnailers-common: 24.11.80 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.11.80.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 new file mode 100644 index 0000000000..c6af6949e3 --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers-common/Manifest @@ -0,0 +1 @@ +DIST kdesdk-thumbnailers-24.11.80.tar.xz 27288 BLAKE2B 8bf7808341fbf530b6c5651724c4e10daf806b0eb432ee1bfa871c2c0fb07c239256e3febd1a5daa1a646c54dabcadee6242d21d41a2fd34c2851a512f819661 SHA512 8a188dddd0f14bb1ca595e3a2d1ee2d09769a89ece8e90953496e342ce5eed59fc0eb9797c495e610fb8bb6b6e929f9f3cb3cee03abcd8c672fd7a75a53d4773 diff --git a/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.11.80.ebuild b/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.11.80.ebuild new file mode 100644 index 0000000000..db6e416df1 --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.11.80.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} +) |