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