]> git.pld-linux.org Git - packages/xfce4-places-plugin.git/blob - xfce4-places-plugin.spec
- BR: gettext-devel, intltool, pkgconfig
[packages/xfce4-places-plugin.git] / xfce4-places-plugin.spec
1 Summary:        A places plugin for the Xfce panel
2 Summary(pl.UTF-8):      Wtyczka places dla panelu Xfce
3 Name:           xfce4-places-plugin
4 Version:        1.2.0
5 Release:        3
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.2/%{name}-%{version}.tar.bz2
9 # Source0-md5:  f2d8c13340b3d52c5a7f6e2b9cdc55e3
10 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
11 BuildRequires:  Thunar-devel >= 0.8.0
12 BuildRequires:  gettext-devel
13 BuildRequires:  intltool
14 BuildRequires:  pkgconfig
15 BuildRequires:  xfce4-dev-tools >= 4.6.0
16 BuildRequires:  xfce4-panel-devel >= 4.6.0
17 Requires:       xfce4-panel >= 4.6.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 The xfce4-places-plugin brings much of the functionality of the GNOME
22 Places menu to Xfce. The plugin looks a lot like a launcher with
23 multiple items in a menu. The main "launcher" button opens up Thunar
24 at the user's home directory. The arrow button opens up a menu with
25 two sections: system- and user-defined locations. The system-defined
26 locations are consistent with Thunar (including their icons). For
27 user-defined bookmarks, the ~/.gtk-bookmarks file is being read in
28 order to share bookmarks with Thunar, Nautilus, the GNOME Panel, etc.
29
30 %description -l pl.UTF-8
31 Wtyczka places przenosi dużą część funkcjonalności menu GNOME Places
32 do Xfce. Wtyczka wygląda w dużej mierze jak launcher z wieloma
33 elementami w menu. Główny przycisk otwiera Thunara z katalogiem
34 domowym użytkownika. Przycisk ze strzałką otwiera menu z dwiema
35 sekcjami: miejscami zdefiniowanymi przez system i użytkownika. Miejsca
36 zdefiniowane przez system są spójne z Thunarem (włącznie z ikonami).
37 Dla zakładek zdefiniowanych przez użytkownika odczytywany jest plik
38 ~/.gtk-bookmarks, dzięki czemu są współdzielone z Thunarem,
39 Nautilusem, panelem GNOME itp.
40
41 %prep
42 %setup -q
43
44 %build
45 %configure
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
56
57 %find_lang %{name}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog NEWS README TODO
65 %attr(755,root,root) %{_bindir}/*
66 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-places-plugin
67 %{_datadir}/xfce4/panel-plugins/places.desktop
This page took 0.048271 seconds and 3 git commands to generate.