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