summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/gnome-terminal/gnome-terminal-2.24.1.ebuild')
-rw-r--r--x11-terms/gnome-terminal/gnome-terminal-2.24.1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-terms/gnome-terminal/gnome-terminal-2.24.1.ebuild b/x11-terms/gnome-terminal/gnome-terminal-2.24.1.ebuild
index ad887f8..4b83f4d 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-2.24.1.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-2.24.1.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
-RDEPEND="virtual/xft
+RDEPEND="x11-libs/libXft
>=dev-libs/glib-2.16.0
>=x11-libs/gtk+-2.13.6
>=gnome-base/gconf-2.14
@@ -36,6 +36,11 @@ src_unpack() {
# Use login shell by default (#12900)
epatch "${FILESDIR}"/${PN}-2.22.0-default_shell.patch
+ # Restore switch to tab <n> keybinding preferences ...
+ epatch "${FILESDIR}/${P}-restore-switch-to-tab.patch"
+ # ... and the translations for it
+ epatch "${DISTDIR}/${P}-restore-switch-to-tab-i18n.patch.bz2"
+
# patch gnome terminal to report as GNOME rather than xterm
# This needs to resolve a few bugs (#120294,)
# Leave out for now; causing too many problems