From 51c3f614265382f8cb57992f272929be9cf32932 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 6 Oct 2015 07:31:05 +0200 Subject: x11-terms/lilyterm: Fix .mo naming by Oleg (bug #562360). Package-Manager: portage-2.2.22 --- .../lilyterm/files/lilyterm-0.9.9.4-gettext.patch | 12 ++++++++ x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 x11-terms/lilyterm/files/lilyterm-0.9.9.4-gettext.patch create mode 100644 x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild (limited to 'x11-terms') diff --git a/x11-terms/lilyterm/files/lilyterm-0.9.9.4-gettext.patch b/x11-terms/lilyterm/files/lilyterm-0.9.9.4-gettext.patch new file mode 100644 index 000000000000..c6df78d65398 --- /dev/null +++ b/x11-terms/lilyterm/files/lilyterm-0.9.9.4-gettext.patch @@ -0,0 +1,12 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -51,7 +51,7 @@ + + AC_PROG_INTLTOOL + ALL_LINGUAS="$_LANG_LIST" +-GETTEXT_PACKAGE="$_PACKAGE" ++GETTEXT_PACKAGE="$_BINARY" + AC_SUBST(GETTEXT_PACKAGE) + AM_GLIB_GNU_GETTEXT + AM_GLIB_DEFINE_LOCALEDIR(LOCALEDIR) + diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild new file mode 100644 index 000000000000..f024b9548e64 --- /dev/null +++ b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils + +DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight" +HOMEPAGE="http://lilyterm.luna.com.tw" +LICENSE="GPL-3" +SRC_URI="http://${PN}.luna.com.tw/file/${P}.tar.gz" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + x11-libs/vte:0 +" +DEPEND=" + ${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" + +DOCS=( AUTHORS ChangeLog README TODO ) + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.9.9.4-gettext.patch + + ./autogen.sh +} -- cgit v1.2.3-18-g5258