blob: c82bed7400d353ccae15e3bf6a1d93171b7ded6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
EAPI=7
inherit cmake
DESCRIPTION="Mail User Agent that provides a graphical for Notmuch"
HOMEPAGE="https://github.com/astroidmail/astroid"
SRC_URI="https://github.com/astroidmail/${PN}/archive/v${PV}.tar.gz"
#S="${WORKDIR}/Bear-${PV}"
LICENSE="GPLv3"
KEYWORDS="amd64 ~x86"
SLOT="0"
IUSE=""
DEPEND="dev-util/cmake"
RDEPEND="
dev-cpp/gtkmm
dev-cpp/glibmm
net-libs/webkit-gtk
dev-libs/libsass
net-libs/libsoup
net-mail/notmuch
"
PATCHES=(
"${FILESDIR}/${P}-use-std-placeholders-everywhere.patch"
)
|