]> git.pld-linux.org Git - packages/guake.git/blob - guake.spec
6c55c3917131d2d1675f68bb82fbb206cc1e034f
[packages/guake.git] / guake.spec
1 Summary:        guake - a drop-down terminal
2 Summary(pl.UTF-8):      guake - wyskakujący terminal
3 Name:           guake
4 Version:        0.4.0
5 Release:        2
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://guake.org/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  9e04de9c05c031d763f4c9bdc194223b
10 Patch0:         %{name}-desktop.patch
11 URL:            http://guake-terminal.org/
12 BuildRequires:  GConf2-devel
13 BuildRequires:  autoconf >= 2.53
14 BuildRequires:  automake
15 BuildRequires:  gettext-devel
16 BuildRequires:  intltool
17 BuildRequires:  libtool
18 BuildRequires:  pkgconfig
19 BuildRequires:  python-pygtk-devel
20 BuildRequires:  python-vte
21 BuildRequires:  rpm-pythonprov
22 BuildRequires:  sed >= 4.0
23 Requires(post,postun):  desktop-file-utils
24 Requires(post,postun):  scrollkeeper
25 Requires(post,preun):   GConf2
26 Requires:       dbus(org.freedesktop.Notifications)
27 Requires:       python-gnome-gconf
28 Requires:       python-pygtk-glade
29 Requires:       python-pynotify
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 Guake is a drop-down terminal for Gnome Desktop Environment, so you
34 just need to press a key to invoke him, and press again to hide.
35
36 %description -l pl.UTF-8
37 Guake to wyskakujący terminal dla Gnome, a więc wystarczy nacisnąć
38 przycisk aby go wywołać i nacisnąć ponownie by schować.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43
44 %build
45 %{__libtoolize}
46 %{__aclocal} -I m4
47 %{__autoconf}
48 %{__autoheader}
49 %{__automake}
50 %configure \
51         --disable-static
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 rm -f $RPM_BUILD_ROOT%{_libdir}/guake/*.la
61
62 # fix/update locale names
63 mv $RPM_BUILD_ROOT%{_datadir}/locale/{no_NB,nb}
64 mv $RPM_BUILD_ROOT%{_datadir}/locale/ru{_RU,}
65
66 %find_lang %{name}
67
68 %clean
69 rm -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.gnome.Guake.service
91 %{_sysconfdir}/gconf/schemas/guake.schemas
92 %{_mandir}/man1/guake.1*
This page took 0.068536 seconds and 3 git commands to generate.