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