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