diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-20 17:34:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-21 23:10:00 +0200 |
commit | 6849d713a13868b56027cf980fedd7339bdef82a (patch) | |
tree | 47644c14eb86244131ea22ebd1a58bc49a7e94e2 | |
parent | kde-apps/ffmpegthumbs-common: new package, add 24.05.2 (diff) | |
download | gentoo-6849d713a13868b56027cf980fedd7339bdef82a.tar.gz gentoo-6849d713a13868b56027cf980fedd7339bdef82a.tar.bz2 gentoo-6849d713a13868b56027cf980fedd7339bdef82a.zip |
kde-apps/kdesdk-thumbnailers-common: new package, add 24.05.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
3 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/kdesdk-thumbnailers-common/Manifest b/kde-apps/kdesdk-thumbnailers-common/Manifest new file mode 100644 index 000000000000..9cbb4722d706 --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers-common/Manifest @@ -0,0 +1 @@ +DIST kdesdk-thumbnailers-24.05.2.tar.xz 27248 BLAKE2B 24547264f852dc4e69382ce2648056f22c17fc7f6063868957adabe20382db30f6acf9820e42a98ccd914a68f4713192dcf0c66ca23ddf38954b2553bcec519c SHA512 e253acf6720cd2fcb3750c9452303c03d9df5c87d693831e279a748b7a350358a36457373d35f087e0b00431b4e38a09346d726a280f90ee66e0cca6799db12d diff --git a/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.05.2.ebuild b/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.05.2.ebuild new file mode 100644 index 000000000000..c8b4aad49995 --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.05.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 ~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} +) diff --git a/kde-apps/kdesdk-thumbnailers-common/metadata.xml b/kde-apps/kdesdk-thumbnailers-common/metadata.xml new file mode 100644 index 000000000000..19fa07dcef36 --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers-common/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/</bugs-to> + <remote-id type="kde-invent">sdk/kdesdk-thumbnailers</remote-id> + </upstream> +</pkgmetadata> |