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