summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-12-04 19:31:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-12-04 19:57:24 +0100
commitae5e17a73d81941ff6829061c49f4f9759ed17f9 (patch)
tree137afc650e3a0a310ed9ccb5d60a47c38845b9cb
parent45f69d19dffb3ea0efee9d9c08e8385c0687df55 (diff)
downloadkde-ae5e17a73d81941ff6829061c49f4f9759ed17f9.tar.gz
kde-ae5e17a73d81941ff6829061c49f4f9759ed17f9.tar.bz2
kde-ae5e17a73d81941ff6829061c49f4f9759ed17f9.zip
kde-apps/akonadi-mime: Add 25.12 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/akonadi-mime/akonadi-mime-25.12.49.9999.ebuild38
1 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/akonadi-mime/akonadi-mime-25.12.49.9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-25.12.49.9999.ebuild
new file mode 100644
index 00000000000..06c2de83807
--- /dev/null
+++ b/kde-apps/akonadi-mime/akonadi-mime-25.12.49.9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-3)
+KFMIN=6.19.0
+QTMIN=6.9.1
+inherit ecm gear.kde.org xdg
+
+DESCRIPTION="Library for akonadi mime types"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="6/$(ver_cut 1-2)"
+KEYWORDS=""
+IUSE=""
+
+# some akonadi tests time out, that probably needs more work as it's ~700 tests
+RESTRICT="test"
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-apps/akonadi-${PVCUT}:6=
+ >=kde-apps/kmime-${PVCUT}:6=
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kitemmodels-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+ >=x11-misc/shared-mime-info-1.10
+"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-libs/libxslt"