From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- gnome-extra/gnome-documents/Manifest | 2 +- .../gnome-documents-3.34.0-r1.ebuild | 68 ++++++++++++++++++++++ .../gnome-documents/gnome-documents-3.34.0.ebuild | 68 ---------------------- 3 files changed, 69 insertions(+), 69 deletions(-) create mode 100644 gnome-extra/gnome-documents/gnome-documents-3.34.0-r1.ebuild delete mode 100644 gnome-extra/gnome-documents/gnome-documents-3.34.0.ebuild (limited to 'gnome-extra/gnome-documents') diff --git a/gnome-extra/gnome-documents/Manifest b/gnome-extra/gnome-documents/Manifest index 158220f2db9d..142b82aab19e 100644 --- a/gnome-extra/gnome-documents/Manifest +++ b/gnome-extra/gnome-documents/Manifest @@ -1,3 +1,3 @@ DIST gnome-documents-3.34.0.tar.xz 914100 BLAKE2B 5b59931d488a5b3d3b2940852b64b0af3cff71c685d62e07bee5d0e981e9a78bb913db853c0c3f138ea1728d2ff7495b689f1f5509064131ee2a4649e65d527f SHA512 5867b148aaffd02089e4f1148cf0fbce37ba0ed40c7d255f9261cd225757f56b68293d59476ab7c11ebbe310cc7935081b2770e7bc24bdbddb5934da5ea0cf87 -EBUILD gnome-documents-3.34.0.ebuild 1607 BLAKE2B 0bc7fda83f03239982ad15356e499ac70540b31e9ba866d503f2339ed72fbf0837864649435b5f6d5f7cbe052cd4f72038d94b17ace289ac788987a5a94fb527 SHA512 2223750d3e08696d4d4c5b1bba0a74aa488e174da0feeeb930b5f6b7b8dff1050204ff1b3374b971d287b582de3012380684bac6bbec99077dbffb66cef3cf16 +EBUILD gnome-documents-3.34.0-r1.ebuild 1609 BLAKE2B 6d0c6db300bfd956f2e7170ebbd7f151f0359abc94690df4c2354c9911a599cee85b2a9a3710b3234946e77b788b0284d8f1567d3e36d6c61863aa0960126cb5 SHA512 66a4a7efba0563967dd462137978e1dae4da200e55e0816626cdb03c3bda29749a910fb09b485ef75b1d3aa5572e605c0c20c21f618a6c5ff65af22fb6234a6e MISC metadata.xml 545 BLAKE2B 8439ff865c4f511b16c015eb14f037331dd31cb8430bbd2fe3dc3ddaddc8eafef6f25b9284288e9bd7606ae02170466bc5635629f7bba13dd06a35ca8b121f86 SHA512 ce74bded73ae951c37b8bf2d4d703dcf0e546b786da7e1874a9bc3078d9bb455e17abb2380fabca0b9cb00425117db7782dbc18c9f16d056cc489b2bd1ad53e7 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 new file mode 100644 index 000000000000..3b571baadadb --- /dev/null +++ b/gnome-extra/gnome-documents/gnome-documents-3.34.0-r1.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2020 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 +" + +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/gnome-documents-3.34.0.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.34.0.ebuild deleted file mode 100644 index 75ed2285acd3..000000000000 --- a/gnome-extra/gnome-documents/gnome-documents-3.34.0.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2020 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 - 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 -" - -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 -} -- cgit v1.2.3