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