mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 08:18:49 -04:00
kde-apps/neochat: new package
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
parent
db62cbf2ce
commit
f008e5254b
1
kde-apps/neochat/Manifest
Normal file
1
kde-apps/neochat/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST neochat-1.0.tar.gz 164126 BLAKE2B 3bbf963c9aeaf0f76760a647e4c086d2c4c0adb80275f56f92e5654673a7523e0c582b2eab24044bd26006d5e40b99cd159d9d11a5095f87229b5496c634ca7c SHA512 e428c3e6f15192f85287647a6bc90e0a970ca06f67f75dab25f5f8fd40392cb97c3346ef5b6ceba24db227e48c3d58b518937f6651d90633ac94f93f4793763d
|
8
kde-apps/neochat/metadata.xml
Normal file
8
kde-apps/neochat/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>davidroman96@gmail.com</email>
|
||||||
|
<name>David Roman</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
40
kde-apps/neochat/neochat-1.0.ebuild
Normal file
40
kde-apps/neochat/neochat-1.0.ebuild
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit ecm kde.org
|
||||||
|
|
||||||
|
DESCRIPTION="A client for matrix, the decentralized communication protocol"
|
||||||
|
HOMEPAGE="https://invent.kde.org/network/neochat"
|
||||||
|
|
||||||
|
if [[ ${PV} == *9999 ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://invent.kde.org/network/neochat.git"
|
||||||
|
else
|
||||||
|
SRC_URI="https://invent.kde.org/network/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
app-text/cmark
|
||||||
|
dev-libs/libQuotient
|
||||||
|
dev-qt/qtgui
|
||||||
|
dev-libs/qtkeychain
|
||||||
|
dev-qt/qtnetwork
|
||||||
|
dev-qt/qtsvg
|
||||||
|
kde-frameworks/kconfig
|
||||||
|
kde-frameworks/kcoreaddons
|
||||||
|
kde-frameworks/kdbusaddons
|
||||||
|
kde-frameworks/ki18n
|
||||||
|
kde-frameworks/kirigami
|
||||||
|
kde-frameworks/knotifications
|
||||||
|
kde-frameworks/kquickimageeditor
|
||||||
|
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${PN}-v${PV}"
|
Loading…
x
Reference in New Issue
Block a user