aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 12:27:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 17:45:48 +0100
commit83011bd9c5552a24f661404e4aab721767cd7f5c (patch)
treeb67869933ed9f8535dd339c6ab55f26d594ae2fa /net-news
parentnet-misc/kio-zeroconf: 24.01.90 version bump (diff)
downloadkde-83011bd9c5552a24f661404e4aab721767cd7f5c.tar.gz
kde-83011bd9c5552a24f661404e4aab721767cd7f5c.tar.bz2
kde-83011bd9c5552a24f661404e4aab721767cd7f5c.zip
net-news/alligator: 24.01.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r--net-news/alligator/Manifest1
-rw-r--r--net-news/alligator/alligator-24.01.90.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/net-news/alligator/Manifest b/net-news/alligator/Manifest
new file mode 100644
index 0000000000..00d87070b3
--- /dev/null
+++ b/net-news/alligator/Manifest
@@ -0,0 +1 @@
+DIST alligator-24.01.90.tar.xz 191608 BLAKE2B 969b0c1ed8a4ad3baaa8554811d6815b0128433d7a6ebe5e81b66796bb25b25c0c5aa386bf573dccf0e7169bd03d3cb658938942d7779a17bd9594354e7ad7d1 SHA512 b1d5022fdf017e93603ca69e43a838c6b0a347327cbaa7a3787c02cf8ebc1f630a80df11f69135b0dd03d8062abd5b10408ecfdd527218c03cec84694e86f26a
diff --git a/net-news/alligator/alligator-24.01.90.ebuild b/net-news/alligator/alligator-24.01.90.ebuild
new file mode 100644
index 0000000000..984bb01b0d
--- /dev/null
+++ b/net-news/alligator/alligator-24.01.90.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=5.248.0
+QTMIN=6.6.0
+inherit ecm gear.kde.org
+
+DESCRIPTION="Convergent RSS/Atom feed reader for Plasma"
+HOMEPAGE="https://apps.kde.org/alligator/"
+
+LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0 CC-BY-SA-4.0 GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+ dev-libs/kirigami-addons:6
+ >=dev-qt/qtbase-${QTMIN}:6[gui,network,sql,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-frameworks/syndication-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"