summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-12-10 23:53:04 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-12-12 22:44:01 +0100
commit3814bc93f6007db7f66b11a595749a55de82591f (patch)
treec1dbde97194726a0cc67bb63b90bfe1d724c8ea8 /net-news
parentnet-misc/kio-zeroconf-common: 24.12.0 version bump (diff)
downloadgentoo-3814bc93f6007db7f66b11a595749a55de82591f.tar.gz
gentoo-3814bc93f6007db7f66b11a595749a55de82591f.tar.bz2
gentoo-3814bc93f6007db7f66b11a595749a55de82591f.zip
net-news/alligator: 24.12.0 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.12.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/net-news/alligator/Manifest b/net-news/alligator/Manifest
index fa5c56c46bda..f7e0a6b01eb7 100644
--- a/net-news/alligator/Manifest
+++ b/net-news/alligator/Manifest
@@ -1 +1,2 @@
DIST alligator-24.08.3.tar.xz 195108 BLAKE2B 31c2c324d0d39df6592186cb9da437d61f9baba9728b2f4066cb101065da43a59a8cf9cc019f9a8b7233d721fbcd06291115d61543c23536850829c5b0b1d022 SHA512 2227fb86f238a7eb8505e19e390d5f23a5d820ac5889109d4df4a87f267999c5cc5a12abb9cc8bb689b89bd1911dc1d122646cbd083d244c9686501d695167dc
+DIST alligator-24.12.0.tar.xz 196428 BLAKE2B 36fff003146a8826b7c10f6fe6106b2ced1da9a9e56bf4b84e6570fa8a98fe6dc47a5951e91a3674caef3b3d837be76740c9f8e68f174d64b46781e62486497f SHA512 904c4ca6f928331dad999c5c3c5791c668efb3132b3f9300c5a54b797c2c9c93081d251778278e8b9f681b794fb0ba18e088b7927dc1f04b7a02bafdba8b4d53
diff --git a/net-news/alligator/alligator-24.12.0.ebuild b/net-news/alligator/alligator-24.12.0.ebuild
new file mode 100644
index 000000000000..ce3048bdcd80
--- /dev/null
+++ b/net-news/alligator/alligator-24.12.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=6.5.0
+QTMIN=6.7.2
+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/kcolorscheme-${KFMIN}: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}"