summaryrefslogtreecommitdiff
path: root/gnome-extra/gnome-documents
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /gnome-extra/gnome-documents
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'gnome-extra/gnome-documents')
-rw-r--r--gnome-extra/gnome-documents/Manifest4
-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, 109 deletions
diff --git a/gnome-extra/gnome-documents/Manifest b/gnome-extra/gnome-documents/Manifest
deleted file mode 100644
index fd94a3adec69..000000000000
--- a/gnome-extra/gnome-documents/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX fix-build-with-meson-0.61.patch 480 BLAKE2B 88070a5628a4e6416a3870131f7f964188bf2997fa763dbcafc315b4fa44efe8312a9d29ee9dc09b8f7668ffd00beb50c1b37807bd5718ad4a8186d3dd6e727a SHA512 e2c51086c371e469eb274cdf302121609da6ac1b7d4a3300dbdb98a774a699094c9c8d267ca0b1462f6e25a153151155dcd8bf6c5af075ec6a9489f78c3ec386
-DIST gnome-documents-3.34.0.tar.xz 914100 BLAKE2B 5b59931d488a5b3d3b2940852b64b0af3cff71c685d62e07bee5d0e981e9a78bb913db853c0c3f138ea1728d2ff7495b689f1f5509064131ee2a4649e65d527f SHA512 5867b148aaffd02089e4f1148cf0fbce37ba0ed40c7d255f9261cd225757f56b68293d59476ab7c11ebbe310cc7935081b2770e7bc24bdbddb5934da5ea0cf87
-EBUILD gnome-documents-3.34.0-r1.ebuild 1669 BLAKE2B 627a4f39b8060cf4e181ff5f6a69c9d5bcad48ee9a408b7f64353fcac6da5543b73643a7876ca4440698e8bd8f8db573ef60cd3ae59f6f0e130a50a237422f9c SHA512 64ccbfb66db946182d6e33112fbe44b8d3b73abd3a50c72276d3ac581d4f1a0c74053cebf5b45951a5812301bda0288f45329cb7e97dc35238012b55512eff60
-MISC metadata.xml 546 BLAKE2B c847c48f46a7ed40653eb3b2363df0219a8cfd1b876ac7f6cd29290227497cc74c0490a650f03fcc7593ca2fe01d83e3cc122f51e6292b75d31c3afb4bd7f0df SHA512 fa2a5b960480dcf34e48f082ccedcd2d88996573a179c42207a8ccf0aa9961145691142cf354ba4492bf3b358545994c6a25e3ff0d97d62db0621097537ba8b2
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>