]> git.pld-linux.org Git - packages/guake.git/blame - guake.spec
- dropped R: notification-daemon
[packages/guake.git] / guake.spec
CommitLineData
093b5ca9 1Summary: guake - a drop-down terminal
c18bff5f 2Summary(pl.UTF-8): guake - wyskakujący terminal
093b5ca9
AM
3Name: guake
4Version: 0.3.1
c18bff5f 5Release: 2
093b5ca9
AM
6License: GPL v2+
7Group: X11/Applications
8Source0: http://guake-terminal.org/releases/0.3.1/%{name}-%{version}.tar.gz
9# Source0-md5: ed7af9e0309ba0df08a521b1ef4423ef
10URL: http://guake-terminal.org/
11BuildRequires: GConf2-devel
12BuildRequires: autoconf >= 2.53
13BuildRequires: automake
14BuildRequires: python-pygtk-devel
15BuildRequires: python-vte
16Requires(post,postun): desktop-file-utils
17Requires(post,postun): scrollkeeper
18Requires(post,preun): GConf2
c18bff5f 19Requires: dbus(org.freedesktop.Notifications)
c2f6ca91 20Requires: python-gnome-gconf
21Requires: python-pygtk-glade
22Requires: python-pynotify
093b5ca9
AM
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Guake is a drop-down terminal for Gnome Desktop Environment, so you
27just need to press a key to invoke him, and press again to hide.
28
29%prep
30%setup -q
31
32%build
33%configure
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%find_lang %{name} --all-name
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%post
48%update_desktop_database
49%gconf_schema_install guake.schemas
50
51%preun
52%gconf_schema_uninstall guake.schemas
53
54%postun
55%update_desktop_database_postun
56
57%files -f %{name}.lang
58%defattr(644,root,root,755)
59%attr(755,root,root) %{_bindir}/*
60%dir %{_libdir}/guake
61%attr(755,root,root) %{_libdir}/guake/*.so
62%{_libdir}/guake/*.py
63%{_datadir}/guake
64%{_pixmapsdir}/guake
65%{_desktopdir}/*.desktop
66%{_datadir}/dbus-1/services/org.gnome.Guake.service
67%{_sysconfdir}/gconf/schemas/guake.schemas
68%{_mandir}/man1/guake.1*
This page took 0.094067 seconds and 4 git commands to generate.