summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 16:04:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 17:06:07 +0200
commit8ea97068f86f7c38eb7eba7b4834d24395ea63c8 (patch)
tree1a99302b57a044d70ab6ffc235920f12cd030996 /kde-apps/akonadi-mime
parentdev-texlive/texlive-luatex: Add more blockers (diff)
downloadgentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.tar.gz
gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.tar.bz2
gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.zip
kde-apps: Add KDE Applications 19.04.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'kde-apps/akonadi-mime')
-rw-r--r--kde-apps/akonadi-mime/Manifest1
-rw-r--r--kde-apps/akonadi-mime/akonadi-mime-19.04.2.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-apps/akonadi-mime/Manifest b/kde-apps/akonadi-mime/Manifest
index 5a2f98aca78f..e44060b21ab7 100644
--- a/kde-apps/akonadi-mime/Manifest
+++ b/kde-apps/akonadi-mime/Manifest
@@ -1,2 +1,3 @@
DIST akonadi-mime-18.12.3.tar.xz 136596 BLAKE2B bf7312d3f327f6c3df2c590878c2a044cf3417d12140b0261deaee9636a316421a7d5625f42eaf2a733f03a10ca67a57b8de70e08f4730bd707c07ae0de39130 SHA512 ecda52f1d41c7b7925b9e71f55f2dca14f38308185a9bdd528f53b109758f79a653b52a2bbb91c138dfc432c798fa9d83307c8652b14269e5d6969a38130ee13
DIST akonadi-mime-19.04.1.tar.xz 136764 BLAKE2B 71414b504d949ba56e3d09e215c35df99a7b08e1fd4af35f036a227ec8d85f79bcb0d04add23b24afc6e20ac0a2d687ad097b54195d1b0c1685767ac786bcffb SHA512 17861ededc4cf198551a217f9a8237dffb150369fa0de23d383680cab1b64a034548c5bde5d920e5dc4870d297dba5ebda65885b81c023a99b284120b5104a3e
+DIST akonadi-mime-19.04.2.tar.xz 136656 BLAKE2B ad79b563376ce0e8f2e358f133cf0a4d865515df86e7874cd0be8f3e9d35a63d14192f20df369df6758f32b54dd4668dc5c85816206ff653deb60c3f177f3e6f SHA512 ffbccae128e1266af3b78b1a7933feacc94f2290d16ce3bb50d1a47bcf0cc1d9cc6f15aec401d1e75d2b512cbe8f477e9a414429e64d9f0e8d457678690ce8e8
diff --git a/kde-apps/akonadi-mime/akonadi-mime-19.04.2.ebuild b/kde-apps/akonadi-mime/akonadi-mime-19.04.2.ebuild
new file mode 100644
index 000000000000..ff73b34b6837
--- /dev/null
+++ b/kde-apps/akonadi-mime/akonadi-mime-19.04.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Library for akonadi mime types"
+KEYWORDS="~amd64 ~arm64 ~x86"
+LICENSE="GPL-2+ LGPL-2.1+"
+IUSE=""
+
+# some akonadi tests time out, that probably needs more work as it's ~700 tests
+RESTRICT+=" test"
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemmodels)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep kmime)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ dev-libs/libxslt
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kdepim-l10n
+ !<kde-apps/kdepim-runtime-18.03.80
+ !kde-apps/kdepimlibs:4
+"