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