summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-11-04 19:57:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-11-04 20:47:40 +0100
commit53c754bae0509ab864de7978743478166cf89bda (patch)
treef3b51382c71bd83a49d776a35f17df4fa93167ca
parent5b06b651a427b658d67d6c80f549785185f87c58 (diff)
downloadkde-53c754bae0509ab864de7978743478166cf89bda.tar.gz
kde-53c754bae0509ab864de7978743478166cf89bda.tar.bz2
kde-53c754bae0509ab864de7978743478166cf89bda.zip
kde-apps/akonadi-mime: 25.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/akonadi-mime/Manifest1
-rw-r--r--kde-apps/akonadi-mime/akonadi-mime-25.08.3.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/akonadi-mime/Manifest b/kde-apps/akonadi-mime/Manifest
new file mode 100644
index 00000000000..42ef577c3e1
--- /dev/null
+++ b/kde-apps/akonadi-mime/Manifest
@@ -0,0 +1 @@
+DIST akonadi-mime-25.08.3.tar.xz 182452 BLAKE2B e2321bea59a786d0f9a138ffc7d8f0d5459ea775a17fdd19214b55b3ac33b43cdd177d3ab0e18412fc92d3d1dd6ff86d608a1b42d24cbe940538db90cce7f9ff SHA512 bfd983c40b16d4b04a800efcb0db637bfe113c9084742da5aaf625442123dae05f639ce65a5ca1ecc25d4b6245c3c6e30e818a7a9866e979c2f4c0ae1cab5fc0
diff --git a/kde-apps/akonadi-mime/akonadi-mime-25.08.3.ebuild b/kde-apps/akonadi-mime/akonadi-mime-25.08.3.ebuild
new file mode 100644
index 00000000000..24116937287
--- /dev/null
+++ b/kde-apps/akonadi-mime/akonadi-mime-25.08.3.ebuild
@@ -0,0 +1,37 @@
+# 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.16.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="~amd64 ~arm64"
+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]
+ >=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"