]> git.pld-linux.org Git - packages/guake.git/blame_incremental - guake.spec
- updated to 0.4.2
[packages/guake.git] / guake.spec
... / ...
CommitLineData
1# TODO
2# - package autostart script: /etc/xdg/autostart/guake.desktop
3Summary: guake - a drop-down terminal
4Summary(pl.UTF-8): guake - wyskakujący terminal
5Name: guake
6Version: 0.4.2
7Release: 1
8License: GPL v2+
9Group: X11/Applications
10Source0: http://guake.org/files/%{name}-%{version}.tar.gz
11# Source0-md5: 1f0feff3bfc15c998147dbf07d9d8a8e
12Patch0: %{name}-desktop.patch
13URL: http://guake-terminal.org/
14BuildRequires: GConf2-devel
15BuildRequires: autoconf >= 2.53
16BuildRequires: automake
17BuildRequires: gettext-devel
18BuildRequires: intltool >= 0.35
19BuildRequires: libtool
20BuildRequires: pkgconfig
21BuildRequires: python-pygtk-devel
22BuildRequires: python-vte
23BuildRequires: rpm-pythonprov
24BuildRequires: sed >= 4.0
25Requires(post,postun): desktop-file-utils
26Requires(post,postun): scrollkeeper
27Requires(post,preun): GConf2
28Requires: dbus(org.freedesktop.Notifications)
29Requires: python-gnome-gconf
30Requires: python-pygtk-glade
31Requires: python-pynotify
32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34%description
35Guake is a drop-down terminal for Gnome Desktop Environment, so you
36just need to press a key to invoke him, and press again to hide.
37
38%description -l pl.UTF-8
39Guake to wyskakujący terminal dla Gnome, a więc wystarczy nacisnąć
40przycisk aby go wywołać i nacisnąć ponownie by schować.
41
42%prep
43%setup -q
44%patch0 -p1
45
46%build
47%{__libtoolize}
48%{__aclocal} -I m4
49%{__autoconf}
50%{__autoheader}
51%{__automake}
52%configure \
53 --disable-static
54%{__make}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
61
62rm -f $RPM_BUILD_ROOT%{_libdir}/guake/*.la
63
64mv $RPM_BUILD_ROOT%{_datadir}/locale/{no,nb}
65
66%find_lang %{name}
67
68%clean
69rm -rf $RPM_BUILD_ROOT
70
71%post
72%update_desktop_database
73%gconf_schema_install guake.schemas
74
75%preun
76%gconf_schema_uninstall guake.schemas
77
78%postun
79%update_desktop_database_postun
80
81%files -f %{name}.lang
82%defattr(644,root,root,755)
83%attr(755,root,root) %{_bindir}/*
84%dir %{_libdir}/guake
85%attr(755,root,root) %{_libdir}/guake/*.so
86%{_libdir}/guake/*.py
87%{_datadir}/guake
88%{_pixmapsdir}/guake
89%{_desktopdir}/*.desktop
90%{_datadir}/dbus-1/services/org.guake.Guake.service
91%{_sysconfdir}/gconf/schemas/guake.schemas
92%{_sysconfdir}/xdg/autostart/guake.desktop
93%{_mandir}/man1/guake.1*
This page took 0.029268 seconds and 4 git commands to generate.