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