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