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