public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: kde-apps/tokodon/
Date: Sun, 13 Jun 2021 08:49:08 +0000 (UTC)	[thread overview]
Message-ID: <1623529070.9c6e946aea448af494764c4e18fa5b6b9fb65fe2.lanodan@gentoo> (raw)

commit:     9c6e946aea448af494764c4e18fa5b6b9fb65fe2
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jun 12 13:42:12 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Jun 12 20:17:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c6e946a

kde-apps/tokodon: initial import

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 kde-apps/tokodon/Manifest             |  1 +
 kde-apps/tokodon/metadata.xml         | 12 +++++++++++
 kde-apps/tokodon/tokodon-21.06.ebuild | 39 +++++++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/kde-apps/tokodon/Manifest b/kde-apps/tokodon/Manifest
new file mode 100644
index 000000000..39a9bcf5c
--- /dev/null
+++ b/kde-apps/tokodon/Manifest
@@ -0,0 +1 @@
+DIST tokodon-21.06.tar.xz 48096 BLAKE2B 3ab52e592d4952e9bbdd7aca7b1aaaa6813a0c5a0fb90694852db5b7254878cbe5325f5803882642f6363fa04ae9be19e1ada9eda8048a0eca5bbbe31c05f6de SHA512 2fe80bba0694db70a3d423abf17154c60b02553a791402fdcfa79fa63b06a47ad57f758777d1e75f07e9fc57b77a6a5c84c54e9b4bf42c8349dac6cf9fbc8e1c

diff --git a/kde-apps/tokodon/metadata.xml b/kde-apps/tokodon/metadata.xml
new file mode 100644
index 000000000..872d687ac
--- /dev/null
+++ b/kde-apps/tokodon/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<upstream>
+		<remote-id type="github">KDE/tokodon</remote-id>
+		<bugs-to>https://invent.kde.org/network/tokodon/-/issues</bugs-to>
+	</upstream>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/kde-apps/tokodon/tokodon-21.06.ebuild b/kde-apps/tokodon/tokodon-21.06.ebuild
new file mode 100644
index 000000000..aee819283
--- /dev/null
+++ b/kde-apps/tokodon/tokodon-21.06.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.77.0
+QTMIN=5.15.0
+inherit ecm
+
+DESCRIPTION="Mastodon client for Plasma and Plasma Mobile"
+HOMEPAGE="https://invent.kde.org/network/tokodon"
+SRC_URI="mirror://kde/stable/plasma-mobile/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	dev-libs/qtkeychain
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtmultimedia-${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/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/kitemmodels-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+"
+
+src_prepare() {
+	sed "s/SocialMedia//" -i org.kde.tokodon.desktop || die
+	ecm_src_prepare
+}


             reply	other threads:[~2021-06-13  8:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-13  8:49 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-20  8:46 [gentoo-commits] repo/proj/guru:master commit in: kde-apps/tokodon/ Florian Schmaus
2022-12-09 16:26 Ronny Gutbrod
2023-01-06  8:51 Florian Schmaus
2023-03-12  9:14 Viorel Munteanu
2023-03-12  9:14 Viorel Munteanu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1623529070.9c6e946aea448af494764c4e18fa5b6b9fb65fe2.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox