new ebuild net-im/fractal

mhiretskiy
Alexander Tratsevskiy 5 years ago
parent ef1c886de9
commit cb4d4af1de

@ -0,0 +1 @@
DIST fractal-4.0.0.tar.gz 714590 BLAKE2B 9dad4d4dfa56e65f887917f6e5c76c35bf7de2825c72cd13f38c9da207b51b87a3ff608ae6f7c5c49af9881e2a42a828c36c9dd740dcb2ca49cdec65fdad9bdd SHA512 91aef68d8d7024e27c0448854dfcefd04a6f7757e5cd649659edbeb59ba5d508879102926ad008dc65d2f2dbef2a39528375a1c02f82b7a18eee322cfbd28d40

@ -0,0 +1,33 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Matrix group messaging app"
HOMEPAGE="https://wiki.gnome.org/Apps/Fractal"
inherit meson xdg-utils
if [[ ${PV} == "9999" ]]; then
inherit git-r3
SRC_URI=""
EGIT_REPO_URI="https://gitlab.gnome.org/world/fractal.git"
EGIT_BRANCH="master"
else
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
RDEPEND=">=virtual/rust-1.31.1
>=app-text/gspell-1.8.1
>=x11-libs/cairo-1.16.0
x11-libs/gtksourceview
dev-libs/libhandy"
DEPEND="${RDEPEND}"
BDEPEND="dev-util/ninja
dev-util/meson"

@ -0,0 +1,34 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Matrix group messaging app"
HOMEPAGE="https://wiki.gnome.org/Apps/Fractal"
inherit meson xdg-utils
if [[ ${PV} == "9999" ]]; then
inherit git-r3
SRC_URI=""
EGIT_REPO_URI="https://gitlab.gnome.org/world/fractal.git"
EGIT_BRANCH="master"
else
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.gz"
#KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
RDEPEND=">=virtual/rust-1.31.1
>=app-text/gspell-1.8.1
>=x11-libs/cairo-1.16.0
x11-libs/gtksourceview
dev-libs/libhandy
>=x11-libs/gtksourceview-3"
DEPEND="${RDEPEND}"
BDEPEND="dev-util/ninja
dev-util/meson"
Loading…
Cancel
Save