summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-24 14:42:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-24 14:50:14 +0200
commitc65681236798cc24dfe4a1febfe055b601a52e9a (patch)
tree9ab24252c110dfd936e07852c0d6b4e62d993bb8 /kde-apps
parentkde-apps/kdesdk-thumbnailers: 24.08.0 version bump (diff)
downloadgentoo-c65681236798cc24dfe4a1febfe055b601a52e9a.tar.gz
gentoo-c65681236798cc24dfe4a1febfe055b601a52e9a.tar.bz2
gentoo-c65681236798cc24dfe4a1febfe055b601a52e9a.zip
kde-apps/kdesdk-thumbnailers-common: 24.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/kdesdk-thumbnailers-common/Manifest1
-rw-r--r--kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.08.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-apps/kdesdk-thumbnailers-common/Manifest b/kde-apps/kdesdk-thumbnailers-common/Manifest
index 9cbb4722d706..9ed028075de5 100644
--- a/kde-apps/kdesdk-thumbnailers-common/Manifest
+++ b/kde-apps/kdesdk-thumbnailers-common/Manifest
@@ -1 +1,2 @@
DIST kdesdk-thumbnailers-24.05.2.tar.xz 27248 BLAKE2B 24547264f852dc4e69382ce2648056f22c17fc7f6063868957adabe20382db30f6acf9820e42a98ccd914a68f4713192dcf0c66ca23ddf38954b2553bcec519c SHA512 e253acf6720cd2fcb3750c9452303c03d9df5c87d693831e279a748b7a350358a36457373d35f087e0b00431b4e38a09346d726a280f90ee66e0cca6799db12d
+DIST kdesdk-thumbnailers-24.08.0.tar.xz 27164 BLAKE2B 9e72be2818e400a66834e1506f7e99bcf6fcd9f372289e80f92e9b2bd8cbb16c115cca78df58996014eb4959c9910606f68f71fb34b89fa8dcf19c18a733b866 SHA512 ed3dcb3600ecf8a7d27c68e960f01c1b4c6f3c88d5a21c870874978836bad435f13cbac81a7ca527161f652cf799d0549e4afcb43e9c1bbccb06fe67e7198e93
diff --git a/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.08.0.ebuild b/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.08.0.ebuild
new file mode 100644
index 000000000000..c8b4aad49995
--- /dev/null
+++ b/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-24.08.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 ~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}
+)