commit:     cb3fa83c31d671582c313a0f5556db54df596f4b
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  6 21:22:12 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 22:13:57 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cb3fa83c

media-gfx/gnome-font-viewer: sync live ebuild

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 .../gnome-font-viewer-9999.ebuild                  | 29 ++++++++++------------
 1 file changed, 13 insertions(+), 16 deletions(-)

diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-9999.ebuild 
b/media-gfx/gnome-font-viewer/gnome-font-viewer-9999.ebuild
index 1c70015a..f37d0466 100644
--- a/media-gfx/gnome-font-viewer/gnome-font-viewer-9999.ebuild
+++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-9999.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
+EAPI=6
+inherit gnome-meson
 if [[ ${PV} = 9999 ]]; then
-       inherit gnome2-live
+       inherit git-r3
+       SRC_URI=""
+       EGIT_REPO_URI="git://git.gnome.org/gnome-font-viewer"
 fi
 
 DESCRIPTION="Font viewer for GNOME"
@@ -22,20 +21,18 @@ else
        KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 fi
 
-COMMON_DEPEND="
+RDEPEND="
        >=dev-libs/glib-2.35.1:2
        gnome-base/gnome-desktop:3=
        media-libs/fontconfig:1.0
        media-libs/freetype:2
        >=media-libs/harfbuzz-0.9.9
-       >=x11-libs/gtk+-3.11.4:3
-"
-RDEPEND="${COMMON_DEPEND}
-       !<gnome-base/gnome-control-center-2.91
-       !<gnome-extra/gnome-utils-3.4
+       >=x11-libs/gtk+-3.20:3
 "
-# ${PN} was part of gnome-utils before 3.4, and of g-c-c before 2.91
-DEPEND="${COMMON_DEPEND}
-       >=dev-util/intltool-0.40
+# libxml2+gdk-pixbuf required for glib-compile-resources
+DEPEND="${RDEPEND}
+       dev-libs/libxml2:2
+       >=sys-devel/gettext-0.19.8
        virtual/pkgconfig
+       x11-libs/gdk-pixbuf:2
 "

Reply via email to