source: projects/specs/trunk/t/tilda/tilda-vl.spec @ 9448

Revision 9448, 1.4 KB checked in by iwaim, 9 years ago (diff)

new: tilda

Line 
1%define ver 1.2.2
2%define rel 1
3
4Summary: a Gtk based drop down terminal for Linux and Unix
5Name: tilda
6Version: %{ver}
7Release: %{rel}%{?_dist_release}
8License: GPLv2
9Group: Applications/Accessories
10URL: https://github.com/lanoxx/tilda
11#https://github.com/lanoxx/tilda/archive/tilda-%{version}.tar.gz
12Source0: %{name}-%{name}-%{version}.tar.gz
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14
15BuildRequires: gtk3-devel
16BuildRequires: vte290-devel
17BuildRequires: libconfuse-devel
18
19%description
20The specialities of Tilda are that it does not behave like a normal
21window but instead it can be pulled up and down from the top of the
22screen with a special hotkey. Additionally Tilda is highly configurable.
23It is possible to configure the hotkeys for keybindings, change the
24appearance and many options that affect the behavior of Tilda.
25The screen shots below show some of the options that Tilda provides.
26
27%prep
28%setup -q -n %{name}-%{name}-%{version}
29./autogen.sh
30%configure
31
32%build
33make
34
35%install
36rm -rf $RPM_BUILD_ROOT
37%makeinstall
38
39%find_lang %{name}
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%check
45make check
46
47%files -f %{name}.lang
48%defattr(-,root,root,-)
49%doc README.md AUTHORS COPYING ChangeLog HACKING.md NEWS TODO.md
50%{_bindir}/tilda
51%{_datadir}/applications/tilda.desktop
52%{_datadir}/pixmaps/tilda.png
53
54%changelog
55* Sun Mar 22 2015 IWAI, Masaharu <iwaim.sub@gmail.com> 1.2.2-1
56- Initial build.
57
Note: See TracBrowser for help on using the repository browser.