summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-06-23 15:02:29 -0400
committerMatt Turner <mattst88@gentoo.org>2022-06-23 15:02:29 -0400
commitf5255dc41718fc201df4fed040c4013b993832f2 (patch)
treec461a51058a840aea93cdb412ab8d6e2026acaed /gnome-extra
parentdev-libs/elfutils: Stabilize 0.187 amd64, #853910 (diff)
downloadgentoo-f5255dc41718fc201df4fed040c4013b993832f2.tar.gz
gentoo-f5255dc41718fc201df4fed040c4013b993832f2.tar.bz2
gentoo-f5255dc41718fc201df4fed040c4013b993832f2.zip
gnome-extra/gnome-documents: Remove
Closes: https://bugs.gentoo.org/846605 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-documents/Manifest1
-rw-r--r--gnome-extra/gnome-documents/files/fix-build-with-meson-0.61.patch19
-rw-r--r--gnome-extra/gnome-documents/gnome-documents-3.34.0-r1.ebuild72
-rw-r--r--gnome-extra/gnome-documents/metadata.xml14
4 files changed, 0 insertions, 106 deletions
diff --git a/gnome-extra/gnome-documents/Manifest b/gnome-extra/gnome-documents/Manifest
deleted file mode 100644
index 74e385d424ee..000000000000
--- a/gnome-extra/gnome-documents/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gnome-documents-3.34.0.tar.xz 914100 BLAKE2B 5b59931d488a5b3d3b2940852b64b0af3cff71c685d62e07bee5d0e981e9a78bb913db853c0c3f138ea1728d2ff7495b689f1f5509064131ee2a4649e65d527f SHA512 5867b148aaffd02089e4f1148cf0fbce37ba0ed40c7d255f9261cd225757f56b68293d59476ab7c11ebbe310cc7935081b2770e7bc24bdbddb5934da5ea0cf87
diff --git a/gnome-extra/gnome-documents/files/fix-build-with-meson-0.61.patch b/gnome-extra/gnome-documents/files/fix-build-with-meson-0.61.patch
deleted file mode 100644
index 2a3a5cd3d3e3..000000000000
--- a/gnome-extra/gnome-documents/files/fix-build-with-meson-0.61.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://bugs.gentoo.org/833843
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -56,7 +56,6 @@ foreach app: documents_apps
- appdata = app + '.appdata.xml'
-
- appdata_file = i18n.merge_file(
-- appdata,
- input: appdata + '.in',
- output: appdata,
- po_dir: po_dir,
-@@ -76,7 +75,6 @@ foreach app: documents_apps
- desktop = app + '.desktop'
-
- desktop_file = i18n.merge_file(
-- desktop,
- type: 'desktop',
- input: desktop + '.in',
- output: desktop,
diff --git a/gnome-extra/gnome-documents/gnome-documents-3.34.0-r1.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.34.0-r1.ebuild
deleted file mode 100644
index 5245d0f95f9d..000000000000
--- a/gnome-extra/gnome-documents/gnome-documents-3.34.0-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="A document manager application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Documents"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 x86"
-
-# cairo-1.14 for cairo_surface_set_device_scale check and usage
-COMMON_DEPEND="
- >=app-text/evince-3.13.3[introspection]
- app-misc/tracker:0/2.0
- >=dev-libs/gjs-1.48.0
- >=dev-libs/glib-2.39.3:2
- gnome-base/gnome-desktop:3=[introspection]
- >=dev-libs/gobject-introspection-1.54:=
- >=x11-libs/gtk+-3.22.15:3[introspection]
- >=net-libs/libsoup-2.41.3:2.4
- >=net-libs/webkit-gtk-2.6:4[introspection]
-
- >=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection]
- >=net-libs/gnome-online-accounts-3.2.0[introspection]
- >=net-libs/libzapojit-0.0.2[introspection]
-
- >=x11-libs/cairo-1.14
- x11-libs/gdk-pixbuf:2[introspection]
- x11-libs/pango[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
- >=app-misc/tracker-miners-2:0
- net-misc/gnome-online-miners
- sys-apps/dbus
- x11-themes/adwaita-icon-theme
-"
-DEPEND="${COMMON_DEPEND}
- app-text/docbook-xml-dtd:4.2
- app-text/docbook-xsl-stylesheets
- dev-libs/appstream-glib
- dev-libs/libxslt
- dev-util/glib-utils
- >=sys-devel/gettext-0.19.8
- dev-util/itstool
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/fix-build-with-meson-0.61.patch
-)
-
-src_configure() {
- local emesonargs=(
- -Ddocumentation=true #manpage
- -Dgetting_started=false #inkscape and pdfunite build deps
- )
- meson_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
diff --git a/gnome-extra/gnome-documents/metadata.xml b/gnome-extra/gnome-documents/metadata.xml
deleted file mode 100644
index a45b9ff52292..000000000000
--- a/gnome-extra/gnome-documents/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
-</maintainer>
-<longdescription lang="en">
- A simple application to access, organize and share your documents on
- GNOME. It is meant to be a simple and elegant replacement for using a
- file manager to deal with documents. Seamless cloud integration is offered
- through GNOME Online Accounts.
-</longdescription>
-</pkgmetadata>