diff options
Diffstat (limited to 'app-misc/bijiben/bijiben-3.28.4.1.ebuild')
-rw-r--r-- | app-misc/bijiben/bijiben-3.28.4.1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/app-misc/bijiben/bijiben-3.28.4.1.ebuild b/app-misc/bijiben/bijiben-3.28.4.1.ebuild new file mode 100644 index 00000000..31bb6452 --- /dev/null +++ b/app-misc/bijiben/bijiben-3.28.4.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome.org gnome2-utils meson xdg + +DESCRIPTION="Note editor designed to remain simple to use" +HOMEPAGE="https://wiki.gnome.org/Apps/Bijiben" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=app-misc/tracker-1:= + >=dev-libs/glib-2.53.4:2 + net-libs/gnome-online-accounts:= + >=x11-libs/gtk+-3.19.3:3 + >=gnome-extra/evolution-data-server-3.13.90:= + dev-libs/libxml2:2 + sys-apps/util-linux + >=net-libs/webkit-gtk-2.10.0:4 +" +DEPEND="${RDEPEND} + dev-util/itstool + dev-util/gdbus-codegen + >=dev-util/intltool-0.50.1 + >=sys-devel/gettext-0.19.7 + virtual/pkgconfig +" |