diff options
author | 2010-10-12 15:22:13 +0000 | |
---|---|---|
committer | 2010-10-12 15:22:13 +0000 | |
commit | f6be18f54433c7cc59b3aa6d39651a92a3d0c765 (patch) | |
tree | 68c12561eadd727014fd2ecae9a80509db408de8 /lxde-base/lxterminal | |
parent | ia64/sparc stable wrt #331059 (diff) | |
download | gentoo-2-f6be18f54433c7cc59b3aa6d39651a92a3d0c765.tar.gz gentoo-2-f6be18f54433c7cc59b3aa6d39651a92a3d0c765.tar.bz2 gentoo-2-f6be18f54433c7cc59b3aa6d39651a92a3d0c765.zip |
Version bump to 0.1.9 . Fixes a configuration file corruption issue.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'lxde-base/lxterminal')
-rw-r--r-- | lxde-base/lxterminal/ChangeLog | 8 | ||||
-rw-r--r-- | lxde-base/lxterminal/lxterminal-0.1.9.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/lxde-base/lxterminal/ChangeLog b/lxde-base/lxterminal/ChangeLog index f78b65e7725e..5c55eb7a46e0 100644 --- a/lxde-base/lxterminal/ChangeLog +++ b/lxde-base/lxterminal/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for lxde-base/lxterminal # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/ChangeLog,v 1.13 2010/07/29 14:53:06 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/ChangeLog,v 1.14 2010/10/12 15:22:13 vostorga Exp $ + +*lxterminal-0.1.9 (12 Oct 2010) + + 12 Oct 2010; Víctor Ostorga <vostorga@gentoo.org> + +lxterminal-0.1.9.ebuild: + Version bump to 0.1.9 . Fixes a configuration file corruption issue. *lxterminal-0.1.8 (29 Jul 2010) diff --git a/lxde-base/lxterminal/lxterminal-0.1.9.ebuild b/lxde-base/lxterminal/lxterminal-0.1.9.ebuild new file mode 100644 index 000000000000..5e5d1a9191c4 --- /dev/null +++ b/lxde-base/lxterminal/lxterminal-0.1.9.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/lxterminal-0.1.9.ebuild,v 1.1 2010/10/12 15:22:13 vostorga Exp $ + +EAPI="1" + +DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE" +HOMEPAGE="http://lxde.sf.net/" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux" +SLOT="0" +IUSE="" + +RDEPEND="x11-libs/gtk+:2 + dev-libs/glib:2 + x11-libs/vte" +DEPEND="${RDEPEND} + dev-util/pkgconfig + sys-devel/gettext + >=dev-util/intltool-0.40.0" + +src_install () { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS README || die "dodoc failed" +} |