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