diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-11 09:04:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-11 17:59:07 +0200 |
commit | f88d0c50f937634cee60f2232a3e89ae0d06f8b1 (patch) | |
tree | 9f7bd2f2b08c30f6b537cff44c8ed1f02df3e17d /net-im | |
parent | net-im/neochat: 23.04.1 version bump (diff) | |
download | gentoo-f88d0c50f937634cee60f2232a3e89ae0d06f8b1.tar.gz gentoo-f88d0c50f937634cee60f2232a3e89ae0d06f8b1.tar.bz2 gentoo-f88d0c50f937634cee60f2232a3e89ae0d06f8b1.zip |
net-im/tokodon: 23.04.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tokodon/Manifest | 1 | ||||
-rw-r--r-- | net-im/tokodon/tokodon-23.04.1.ebuild | 50 |
2 files changed, 51 insertions, 0 deletions
diff --git a/net-im/tokodon/Manifest b/net-im/tokodon/Manifest index a5bfbd08bf19..6eb62fe3872c 100644 --- a/net-im/tokodon/Manifest +++ b/net-im/tokodon/Manifest @@ -1 +1,2 @@ DIST tokodon-23.04.0.tar.xz 229524 BLAKE2B a2b17f8c93f323fd17d6b54a742a6e73fb9b87b56e952852e98438bbc30ba771b4f2c1cb771137073596e5eb8efab076fd0924fdd46f1cb095b8e75a785cdbd1 SHA512 230432ee9761ce2655313a6e4de9719c6973de5309575b0fec365d0f6e013835cdf78782566a2c61e7972f3d6c71b8f65cd06c723367cc9681103b5d69f626f5 +DIST tokodon-23.04.1.tar.xz 233048 BLAKE2B c6e9f0652ac9920339fe70119c03eaf08143c42546338966875151b7c95e52952bfb1fdb7192befa928ec912b4f0b21481cced9f2a787de1b42b9dff1ec610aa SHA512 693783f9a27b9370fe892310680797a46c1a894a718122ae64cb479f15ed3293981adfd83255608e52ec03a25befa76b0cfbd36722d6afb97662880cdfbe3bfd diff --git a/net-im/tokodon/tokodon-23.04.1.ebuild b/net-im/tokodon/tokodon-23.04.1.ebuild new file mode 100644 index 000000000000..e11e41db902a --- /dev/null +++ b/net-im/tokodon/tokodon-23.04.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +KFMIN=5.104.0 +QTMIN=5.15.5 +inherit ecm gear.kde.org + +DESCRIPTION="Mastodon client for Plasma and Plasma Mobile" +HOMEPAGE="https://apps.kde.org/tokodon/" + +LICENSE="CC-BY-SA-4.0 GPL-2+ GPL-3+ || ( LGPL-2.1+ LGPL-3+ ) MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +DEPEND=" + >=dev-libs/kirigami-addons-0.7.2:5 + dev-libs/qtkeychain:=[qt5(+)] + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtmultimedia-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=dev-qt/qtsvg-${QTMIN}:5 + >=dev-qt/qtwebsockets-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + >=kde-frameworks/kitemmodels-${KFMIN}:5[qml] + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5 + >=kde-frameworks/sonnet-${KFMIN}:5[qml] +" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + +PATCHES=( "${FILESDIR}/${PN}-23.04.0-tokodon-not-neochat.patch" ) # git master + +src_test() { + local -x QT_QPA_PLATFORM=offscreen + ecm_src_test +} |