]> git.pld-linux.org Git - packages/xfce4-places-plugin.git/blob - xfce4-places-plugin.spec
- release 8
[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:        8
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:       xfce4-panel >= 4.8.0
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 The xfce4-places-plugin brings much of the functionality of the GNOME
35 Places menu to Xfce. The plugin looks a lot like a launcher with
36 multiple items in a menu. The main "launcher" button opens up Thunar
37 at the user's home directory. The arrow button opens up a menu with
38 two sections: system- and user-defined locations. The system-defined
39 locations are consistent with Thunar (including their icons). For
40 user-defined bookmarks, the ~/.gtk-bookmarks file is being read in
41 order to share bookmarks with Thunar, Nautilus, the GNOME Panel, etc.
42
43 %description -l pl.UTF-8
44 Wtyczka places przenosi dużą część funkcjonalności menu GNOME Places
45 do Xfce. Wtyczka wygląda w dużej mierze jak launcher z wieloma
46 elementami w menu. Główny przycisk otwiera Thunara z katalogiem
47 domowym użytkownika. Przycisk ze strzałką otwiera menu z dwiema
48 sekcjami: miejscami zdefiniowanymi przez system i użytkownika. Miejsca
49 zdefiniowane przez system są spójne z Thunarem (włącznie z ikonami).
50 Dla zakładek zdefiniowanych przez użytkownika odczytywany jest plik
51 ~/.gtk-bookmarks, dzięki czemu są współdzielone z Thunarem,
52 Nautilusem, panelem GNOME itp.
53
54 %prep
55 %setup -q
56 %patch0 -p1
57 %patch1 -p1
58 %patch2 -p1
59 %patch3 -p1
60
61 %build
62 %{__libtoolize}
63 %{__aclocal}
64 %{__autoconf}
65 %{__autoheader}
66 %{__automake}
67 %configure
68
69 %{__make}
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73
74 %{__make} install \
75         DESTDIR=$RPM_BUILD_ROOT
76
77 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
78
79 %find_lang %{name}
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %files -f %{name}.lang
85 %defattr(644,root,root,755)
86 %doc AUTHORS ChangeLog NEWS README TODO
87 %attr(755,root,root) %{_bindir}/*
88 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-places-plugin
89 %{_datadir}/xfce4/panel-plugins/places.desktop
This page took 0.048059 seconds and 3 git commands to generate.