diff options
| -rw-r--r-- | kde-apps/libksane-common/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/libksane-common/libksane-common-25.08.3.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-apps/libksane-common/Manifest b/kde-apps/libksane-common/Manifest new file mode 100644 index 00000000000..4161e241b40 --- /dev/null +++ b/kde-apps/libksane-common/Manifest @@ -0,0 +1 @@ +DIST libksane-25.08.3.tar.xz 156152 BLAKE2B 300bc589e15ea4ff8194b39f8ca8566e0bb3ad3704689d0132f4a45d2044ecb5aca1afe264a52ca75330258ad89ecfc7720a32444f32d5718c6fe5f1b09bf0c9 SHA512 45d4f0e24270f5ebb92ec89adc56a15011ea578902a5c9fece7a80d3ebe2b0c94057e1d1528750fd3c0f977ee0bc430aedb6a56561f48b365942c4571e064d86 diff --git a/kde-apps/libksane-common/libksane-common-25.08.3.ebuild b/kde-apps/libksane-common/libksane-common-25.08.3.ebuild new file mode 100644 index 00000000000..9aa3f30c193 --- /dev/null +++ b/kde-apps/libksane-common/libksane-common-25.08.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_NAME="${PN/-common/}" +inherit ecm-common gear.kde.org xdg + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + +RDEPEND=" + !<kde-apps/libksane-24.02.2-r2:5 + !<kde-apps/libksane-24.05.2-r1:6 +" + +ECM_INSTALL_ICONS=( + src/16-actions-black-white.png:\${KDE_INSTALL_ICONDIR} + src/16-actions-color.png:\${KDE_INSTALL_ICONDIR} + src/16-actions-gray-scale.png:\${KDE_INSTALL_ICONDIR} +) |
