summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gnome-documents/gnome-documents-9999.ebuild')
-rw-r--r--gnome-extra/gnome-documents/gnome-documents-9999.ebuild79
1 files changed, 0 insertions, 79 deletions
diff --git a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild b/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
deleted file mode 100644
index 275d3393..00000000
--- a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome.org gnome2-utils meson xdg
-if [[ ${PV} = 9999 ]]; then
- inherit git-r3
- SRC_URI=""
- EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/${GNOME_ORG_MODULE}"
-fi
-
-DESCRIPTION="A document manager application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Documents"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86"
-fi
-
-# cairo-1.14 for cairo_surface_set_device_scale check and usage
-COMMON_DEPEND="
- >=dev-libs/gjs-1.48
- >=app-text/evince-3.13.3[introspection]
- >=dev-libs/glib-2.39.3:2
- gnome-base/gnome-desktop:3=[introspection]
- >=dev-libs/gobject-introspection-1.31.6:=
- >=x11-libs/gtk+-3.22.15:3[introspection]
- >=net-libs/libsoup-2.41.3:2.4
- >=app-misc/tracker-2:=
- >=net-libs/webkit-gtk-2.6:4[introspection]
-
- >=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection]
- >=app-text/libgepub-0.6[introspection]
- >=net-libs/gnome-online-accounts-3.2.0[introspection]
- >=net-libs/libzapojit-0.0.2[introspection]
-
- >=x11-libs/cairo-1.14
-"
-RDEPEND="${COMMON_DEPEND}
- >=app-misc/tracker-miners-2
- net-misc/gnome-online-miners
- sys-apps/dbus
- x11-themes/adwaita-icon-theme
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/appstream-glib
- app-text/docbook-xml-dtd:4.2
- app-text/docbook-xsl-stylesheets
- dev-libs/libxml2:2
- x11-libs/gdk-pixbuf:2
- dev-libs/libxslt
- >=sys-devel/gettext-0.19.8
- dev-util/itstool
- virtual/pkgconfig
-"
-
-src_configure() {
- local emesonargs=(
- -Ddocumentation=true
- -Dgetting_started=false
- )
- meson_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
- gnome2_icon_cache_update
-}