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