diff options
Diffstat (limited to 'kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-9999.ebuild')
-rw-r--r-- | kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-9999.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-9999.ebuild b/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-9999.ebuild new file mode 100644 index 0000000000..ca2b216b21 --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers-common/kdesdk-thumbnailers-common-9999.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="" + +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} +) |