summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/libksane-common/Manifest1
-rw-r--r--kde-apps/libksane-common/libksane-common-25.12.0.ebuild22
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..8b1dd8986b9
--- /dev/null
+++ b/kde-apps/libksane-common/Manifest
@@ -0,0 +1 @@
+DIST libksane-25.12.0.tar.xz 155936 BLAKE2B df96d84620b42b736d760aff214942f0d084b45ba61cca7f728d88b31d2e9694077514ac17963c88bd8899f5b7046e52034cdc144b634302e822b504e56ef471 SHA512 c221a29b60cd3bcdb2febb5b820b7f8eb2568d90a85a7b5149e5165f9630465739c7fccb3bb6bfac4a6c19a8d9a3d9396e407b5cbdfccffd577631ab8f3296eb
diff --git a/kde-apps/libksane-common/libksane-common-25.12.0.ebuild b/kde-apps/libksane-common/libksane-common-25.12.0.ebuild
new file mode 100644
index 00000000000..9aa3f30c193
--- /dev/null
+++ b/kde-apps/libksane-common/libksane-common-25.12.0.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}
+)