1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 20:22:38 +01:00

x11-terms/gnome-terminal: Remove old, update ebuild from gx86.

This commit is contained in:
2015-05-21 16:23:52 +02:00
parent 71a952d34f
commit 984b85a0c6
11 changed files with 29 additions and 1110 deletions

View File

@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.14.2-r2.ebuild,v 1.3 2015/03/15 13:34:24 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.14.2-r2.ebuild,v 1.4 2015/05/19 14:10:09 tetromino Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -30,11 +30,15 @@ RDEPEND="
nautilus? ( >=gnome-base/nautilus-3 )
"
# gtk+:2 needed for gtk-builder-convert, bug 356239
# itstool required for help/* with non-en LINGUAS, see bug #549358
# xmllint required for glib-compile-resources, see bug #549304
DEPEND="${RDEPEND}
app-text/yelp-tools
dev-libs/libxml2
dev-util/appdata-tools
dev-util/gdbus-codegen
|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
dev-util/itstool
>=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig
@@ -50,7 +54,7 @@ src_prepare() {
# screen: Fix crash with empty child process command line (from '3.14')
epatch "${FILESDIR}/${P}-fix-crash.patch"
epatch "${FILESDIR}/${P}-restore-transparency.patch"
epatch "${FILESDIR}/${PN}-3.14-restore-transparency.patch"
gnome2_src_prepare
}
@@ -63,9 +67,6 @@ src_configure() {
$(use_enable gnome-shell search-provider) \
$(use_with nautilus nautilus-extension) \
VALAC=$(type -P true)
# Docs are broken in this release.
#ITSTOOL=$(type -P true) \
#XMLLINT=$(type -P true)
}
src_install() {