aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/nheko/nheko-0.6.3.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/net-im/nheko/nheko-0.6.3.ebuild b/net-im/nheko/nheko-0.6.3.ebuild
deleted file mode 100644
index 51593a4..0000000
--- a/net-im/nheko/nheko-0.6.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Desktop client for the Matrix protocol"
-HOMEPAGE="https://github.com/Nheko-Reborn/nheko"
-
-inherit git-r3 eutils cmake-utils xdg-utils
-
-EGIT_REPO_URI="https://github.com/Nheko-Reborn/nheko.git"
-if [[ ${PV} != "9999" ]]; then
- EGIT_COMMIT="v${PV}"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-PATCHES=(
- "${FILESDIR}/const_lmdb_vals.patch"
- "${FILESDIR}/find_nlohmann_json_meson.patch"
-)
-
-RDEPEND=">=dev-qt/qtgui-5.7.1
- >=dev-qt/qtnetwork-5.7.1
- dev-qt/qtmultimedia
- dev-qt/qtsvg
- dev-qt/qtconcurrent
- dev-qt/qtwidgets
- media-libs/fontconfig
- app-text/cmark
- dev-libs/tweeny
- dev-db/lmdb++"
-DEPEND="${RDEPEND}
- >=dev-qt/linguist-tools-5.7.1
- dev-util/ninja
- dev-libs/mtxclient"
-
-CMAKE_BUILD_TYPE=Release
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}