Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 334689 - x11-terms/lilyterm-0.9.9.4 - a terminal emulator based off of libvte that aims to be fast and lightweight
Summary: x11-terms/lilyterm-0.9.9.4 - a terminal emulator based off of libvte that aim...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement with 1 vote (vote)
Assignee: Jeroen Roovers (RETIRED)
URL: http://lilyterm.luna.com.tw
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2010-08-26 19:53 UTC by Vladimir
Modified: 2013-07-23 15:05 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
LilyTerm-0.9.8.ebuild (lilyterm-0.9.8.ebuild,750 bytes, text/plain)
2010-08-26 19:54 UTC, Vladimir
Details
Ebuild for latest unstable 0.9.9~rc8 (lilyterm-0.9.9_rc8.ebuild,792 bytes, text/plain)
2011-05-17 13:11 UTC, Stefan Wimmer
Details
lilyterm-0.9.9_rc9.ebuild (lilyterm-0.9.9_rc9.ebuild,754 bytes, text/plain)
2011-12-24 22:19 UTC, Piotr Szymaniak
Details
lilyterm-0.9.9-r1.ebuild (lilyterm-0.9.9-r1.ebuild,797 bytes, text/plain)
2012-02-26 17:36 UTC, Vladimir
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir 2010-08-26 19:53:11 UTC
LilyTerm is a terminal emulator based off of libvte that aims to be fast and lightweight, Licensed under GPLv3.

Hopepage: http://lilyterm.luna.com.tw

Own opinion: LilyTerm is a nice and lightweight terminal emulator. It consumes even less memory than Sakura or Xfce's Terminal do.
A little statistics:
============== VIRT = RES = SHR =====
With 1 tab:
Xfce Terminal                138m   11m    9456
Sakura                          140m   10m    8880
LilyTerm                        127m   10m    8136

With 5 tabs (which I use most of the time):
Xfce Terminal                139m   12m    9812                    
Sakura                          144m   12m    9500                    
LilyTerm                        129m   11m    8488

With 100 tabs:
Xfce Terminal               165m    20m    11m
Sakura                         152m    19m    10m
LilyTerm                       142m    23m    8492

As you can see, LilyTerm's memory consumption (RES) grows a bit faster with opened tabs number growth, but who actually uses 100 tabs? :)
So, it would be nice to see this program in the Portage some day.

Reproducible: Always

Steps to Reproduce:
Comment 1 Vladimir 2010-08-26 19:54:05 UTC
Created attachment 244783 [details]
LilyTerm-0.9.8.ebuild
Comment 2 Stefan Wimmer 2011-05-17 13:11:21 UTC
Created attachment 273661 [details]
Ebuild for latest unstable 0.9.9~rc8

Hi, since I discovered and really liked lilyterm as well I used your ebuild for writing an ebuild for the latest unstable version of lilyterm :)

Kindly yours
Stefan
Comment 3 Piotr Szymaniak 2011-12-24 22:19:11 UTC
Created attachment 296887 [details]
lilyterm-0.9.9_rc9.ebuild

Improved ebuild, changed dependency logic to use gkt2-only libs. Looks like it doesn't need gtk3 to work (maybe it could be gtk2 _or_ gtk3?).

Needs a little more love (installs example config in wrong place).
Comment 4 Vladimir 2012-02-26 17:36:07 UTC
Created attachment 303389 [details]
lilyterm-0.9.9-r1.ebuild

An .ebuild for LilyTerm v.0.9.9~rc9 with fixed GTK+ and VTE dependencies.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2013-07-23 15:04:31 UTC
0.9.9.4 is in the tree.
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2013-07-23 15:05:27 UTC
(In reply to Piotr Szymaniak from comment #3)
> Created attachment 296887 [details]
> lilyterm-0.9.9_rc9.ebuild
> 
> Improved ebuild, changed dependency logic to use gkt2-only libs. Looks like
> it doesn't need gtk3 to work (maybe it could be gtk2 _or_ gtk3?).
> 
> Needs a little more love (installs example config in wrong place).

I opted to fix a dep on x11-libs/vte:0 since that was "recommended" and since detection of newer vte was clearly broken.