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