forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnome-extra/gnome-documents: bump to 3.22.5
Package-Manager: Portage-2.3.5, Repoman-2.3.2
- Loading branch information
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST gnome-documents-3.22.3.tar.xz 2314508 SHA256 c63010e1da641fb7e5b0e5eb779d3b6824c9b254e0f5bf47d7ef0a31ad635f4f SHA512 1984d83a8246a085a1fe716ba31da738a3976b7900c993f4ff57c290bdf86d1223b856bc9aabb071c6d9579c994f3468fbba2653e086f15725a43ff5eb534a02 WHIRLPOOL da565292d4e558fc2aa5681d6aa55b15a9e170b915232d0085a802f7f1eb51dedf03d5b8b973383ab94c6df388e31f5a966c8409e422716ab0d4f34cf6e84292 | ||
DIST gnome-documents-3.22.4.tar.xz 2311320 SHA256 65db92a735290e5b33df9f961f280f569c7e07a65d0cf449ea15a462c3acb4b5 SHA512 a55ba63c930830dd769b0e15c9710a9de6bd065cdc3131fa735d205cab7ec8b5f0c3a7ef89e55965fc95ebf4ead653aa087166c6c251aa33d95e22529a343578 WHIRLPOOL a592a5e45b4effbbf2708723456a04f14cb4bb810016d72573d435d17cabc31fdbb6152673ad477958c7341da081e543953ca02d2559e128824cbf7b3cd81901 | ||
DIST gnome-documents-3.22.5.tar.xz 2312164 SHA256 cf66db140305b075015355aa0028d7f4276ba78439a95a684f1a9c8c94a5a188 SHA512 b074c5f5a5d7a698f3e571005a523f48928eca4081df7cfba6c97a0178b59ef3071920e5622e6200c8f59125fee934baaa2f07b8c011f8a4c2338c8488d0c516 WHIRLPOOL 94e5b47029384d362449bbe8c3c8ffbe551b2684cd7c0447ab3e57a8acd02d6a5c859e119a4fbb3b6a3cd25acf5a87f78fc9f0ed4a68a9c3b6def15492812f27 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
inherit gnome2 | ||
|
||
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] | ||
>=net-libs/webkit-gtk-2.6:4[introspection] | ||
dev-libs/gjs | ||
>=dev-libs/glib-2.39.3:2 | ||
>=dev-libs/gobject-introspection-1.31.6:= | ||
>=x11-libs/gtk+-3.19.1:3[introspection] | ||
>=net-libs/libsoup-2.41.3:2.4 | ||
gnome-base/gnome-desktop:3=[introspection] | ||
>=app-misc/tracker-1:=[miner-fs] | ||
>=x11-libs/cairo-1.14 | ||
>=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection] | ||
x11-libs/gdk-pixbuf:2[introspection] | ||
>=net-libs/gnome-online-accounts-3.2.0[introspection] | ||
x11-libs/pango[introspection] | ||
>=net-libs/libzapojit-0.0.2[introspection] | ||
>=app-text/libgepub-0.4[introspection] | ||
" | ||
RDEPEND="${COMMON_DEPEND} | ||
net-misc/gnome-online-miners | ||
sys-apps/dbus | ||
x11-themes/adwaita-icon-theme | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
dev-libs/libxslt | ||
>=dev-util/intltool-0.50.1 | ||
dev-util/itstool | ||
virtual/pkgconfig | ||
" | ||
# eautoreconf requires yelp-tools |