* [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/files/, x11-terms/lilyterm/
@ 2018-07-28 11:38 Jeroen Roovers
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers @ 2018-07-28 11:38 UTC (permalink / raw
To: gentoo-commits
commit: c288bb887d1f62b472e6397dc0d6dc0adbcb1730
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 11:36:24 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 11:38:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c288bb88
x11-terms/lilyterm: Fix autogen.sh.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
.../lilyterm/files/lilyterm-0.9.9.4-autogen.patch | 15 +++++++++
x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild | 36 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/x11-terms/lilyterm/files/lilyterm-0.9.9.4-autogen.patch b/x11-terms/lilyterm/files/lilyterm-0.9.9.4-autogen.patch
new file mode 100644
index 00000000000..a4f36748417
--- /dev/null
+++ b/x11-terms/lilyterm/files/lilyterm-0.9.9.4-autogen.patch
@@ -0,0 +1,15 @@
+--- a/autogen.sh
++++ b/autogen.sh
+@@ -43,12 +43,3 @@
+ AC_FILE='src/Makefile.am'
+ Replace_Parameter BINARY
+ echo ""
+-
+-set -x
+-
+-aclocal
+-autoheader
+-intltoolize --automake --copy --force
+-automake --add-missing --copy
+-autoconf
+-
diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild
new file mode 100644
index 00000000000..8221d88b0e3
--- /dev/null
+++ b/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
+HOMEPAGE="https://lilyterm.luna.com.tw"
+LICENSE="GPL-3"
+SRC_URI="https://${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 )
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.9.9.4-autogen.patch
+ "${FILESDIR}"/${PN}-0.9.9.4-gettext.patch
+)
+
+src_prepare() {
+ default
+
+ ./autogen.sh || die
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-07-28 11:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-28 11:38 [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/files/, x11-terms/lilyterm/ Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox