]> git.pld-linux.org Git - packages/termit.git/blame - termit.spec
- better fix for as-needed issue
[packages/termit.git] / termit.spec
CommitLineData
7d37e785
JB
1Summary: TermIt - terminal emulator based on the vte library, extensible via Lua
2Summary(hu.UTF-8): TermIt - vte könyvtáron alapuló terminál emulátor, Lua nyelven keresztül bővíthető
3Summary(pl.UTF-8): TermIt - emulator terminala oparty na bibliotece vte, rozszerzalny przez Lua
952562f0 4Name: termit
0c175996
ZU
5Version: 2.7.0
6Release: git0.1
952562f0 7License: GPL v2
8Group: X11/Applications
0c175996
ZU
9Source0: http://carme.pld-linux.org/~uzsolt/sources/%{name}-%{version}.tar.bz2
10# Source0-md5: 59d106e1c35bb558aa15b8f6c5eb8d2b
3b57263d 11Source1: %{name}.desktop
12Source2: %{name}.png
240e2949 13Patch0: %{name}-language.patch
4881e5e2 14Patch1: %{name}-as-needed.patch
d5d0c67d 15URL: http://wiki.github.com/nonstop/termit/
c167a754 16BuildRequires: cmake >= 2.6.1
92c4a478 17BuildRequires: gettext-devel
c37f1cf5 18BuildRequires: gtk+2-devel >= 2:2.8
c167a754 19BuildRequires: lua51-devel
20BuildRequires: perl-base
c37f1cf5 21BuildRequires: pkgconfig
d5d0c67d 22BuildRequires: vte-devel >= 0.17.1
952562f0 23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26TermIt - simple terminal emulator based on vte library. Features:
aa075468
ZU
27 - multiple tabs
28 - switching encodings
29 - sessions
30 - configurable keybindings
31 - embedded Lua
32 - xterm-like dynamic window title
952562f0 33
aa075468
ZU
34Configuration can be changed via $HOME/.config/termit/init.lua file
35(example is provided).
36
37%description -l hu.UTF-8
38TermIt - egyszerű, a vte könyvtárra épülő terminál emulátor.
39Lehetőségek:
40 - több tab
41 - kódolás változtatása
42 - munkamenetek
43 - konfigurálható billentyűkombinációk
7d37e785 44 - beépített Lua
aa075468
ZU
45 - xterm-szerű dinamikus ablakcím
46
47A konfiguráció megváltoztatható a $HOME/.config/termit/init.lua fájl
48megváltoztatásával (példafájl van a csomagban).
952562f0 49
50%description -l pl.UTF-8
51TermIt - prosty emulator terminala oparty na bibliotece vte. Zawiera:
7d37e785
JB
52 - obsługę wielu zakładek
53 - przełączanie kodowań
54 - obsługę sesji
55 - konfigurowalne przypisania klawiszy
56 - możliwość rozszerzania przez Lua
57 - możliwość dynamicznej zmiany tytułu w stylu xterma
952562f0 58
7d37e785
JB
59Konfiguracja może być zmieniana przez plik
60$HOME/.config/termit/init.lua (przykład znajduje się w dokumentacji).
952562f0 61
62%prep
63%setup -q
240e2949 64%patch0 -p0
4881e5e2 65%patch1 -p0
952562f0 66
67%build
4881e5e2 68%cmake .
eb88ceda 69%{__make}
952562f0 70
71%install
72rm -rf $RPM_BUILD_ROOT
73
74%{__make} install \
75 DESTDIR=$RPM_BUILD_ROOT
76
3b57263d 77install -D %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
78install -D %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
79
a97a3c61
ZU
80%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
81
952562f0 82%find_lang %{name} --with-gnome
83
84%clean
85rm -rf $RPM_BUILD_ROOT
86
87%files -f %{name}.lang
88%defattr(644,root,root,755)
d5d0c67d 89%doc ChangeLog TODO doc/README doc/rc.lua.example doc/lua_api.txt
952562f0 90%attr(755,root,root) %{_bindir}/*
c167a754 91%{_mandir}/man1/*
e0158709 92%{_desktopdir}/%{name}.desktop
3b57263d 93%{_pixmapsdir}/%{name}.png
This page took 0.194053 seconds and 4 git commands to generate.