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