]> git.pld-linux.org Git - packages/Thunar-volman.git/blame - Thunar-volman.spec
- update md5sum
[packages/Thunar-volman.git] / Thunar-volman.spec
CommitLineData
50f1da19 1%define _realname thunar-volman
2Summary: Volumes manager for Thunar
30a78a85 3Summary(pl.UTF-8): Zarządca napędów dla Thunara
50f1da19 4Name: Thunar-volman
fd259b12
JR
5Version: 0.8.0
6Release: 1
66953650 7License: GPL v2+
30a78a85 8Group: X11/Applications
fd259b12 9Source0: http://archive.xfce.org/src/apps/thunar-volman/0.8/%{_realname}-%{version}.tar.bz2
a23bfeda 10# Source0-md5: 250af757ea629c7c27f554d17119080c
70e029e3 11Patch0: %{name}-desktop.patch
66953650 12URL: http://goodies.xfce.org/projects/thunar-plugins/thunar-volman
fd259b12 13BuildRequires: Thunar-devel >= 1.4.0
50f1da19 14BuildRequires: dbus-glib-devel >= 0.34
fd259b12 15BuildRequires: exo-devel >= 0.8.0
7c025bd0 16BuildRequires: gettext-devel
0606a3b7
MB
17BuildRequires: glib2-devel >= 1:2.18.0
18BuildRequires: gtk+2-devel >= 2:2.22.0
19BuildRequires: libnotify-devel >= 0.4.0
fd259b12
JR
20BuildRequires: libxfce4ui-devel >= 4.10.0
21BuildRequires: libxfce4util-devel >= 4.10.0
7c025bd0 22BuildRequires: pkgconfig
30a78a85 23BuildRequires: rpmbuild(macros) >= 1.311
0606a3b7 24BuildRequires: udev-glib-devel >= 145
fd259b12
JR
25BuildRequires: xfce4-dev-tools >= 4.10.0
26BuildRequires: xfconf-devel >= 4.10.0
0606a3b7 27Requires: gtk-update-icon-cache
f5762b68 28Requires: gvfs
0606a3b7
MB
29Requires: hicolor-icon-theme
30Requires: Thunar >= 1.2.0
50f1da19 31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34The Thunar Volume Manager is an extension for the Thunar file manager,
35which enables automatic management of removable drives and media. For
30a78a85 36example, if Thunar-volman is installed and configured properly, and
50f1da19 37you plug in your digital camera, it will automatically launch your
38preferred photo application and import the new pictures from the
39camera into your photo collection.
40
41%description -l pl.UTF-8
7c025bd0 42Thunar Volume Manager jest rozszerzeniem zarządcy plików Thunar, które
43pozwala na automatyczne zarządzanie przenośnych dysków i mediów. Na
44przykład, jeżeli Thunar-volman jest zainstalowany i skonfigurowany
a2d86cc1
JB
45poprawnie, przy podłączaniu aparatu cyfrowego automatycznie uruchomi
46preferowaną aplikację i zaimportuje nowe zdjęcia z aparatu do kolekcji
47zdjęć użytkownika.
50f1da19 48
49%prep
50%setup -q -n %{_realname}-%{version}
70e029e3 51%patch0 -p1
50f1da19 52
53%build
54%configure
50f1da19 55%{__make}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60%{__make} install \
61 DESTDIR=$RPM_BUILD_ROOT
62
b25d7ed9 63# duplicate of ur
0606a3b7 64%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
66953650 65
50f1da19 66%find_lang %{_realname}
67
68%clean
69rm -rf $RPM_BUILD_ROOT
70
30a78a85
MB
71%post
72%update_icon_cache hicolor
73
74%postun
75%update_icon_cache hicolor
76
e28b31a1 77%files -f %{_realname}.lang
50f1da19 78%defattr(644,root,root,755)
79%doc AUTHORS ChangeLog NEWS README THANKS
80%attr(755,root,root) %{_bindir}/thunar-volman
0606a3b7 81%attr(755,root,root) %{_bindir}/thunar-volman-settings
8ac219cb 82%{_desktopdir}/thunar-volman-settings.desktop
30a78a85 83%{_iconsdir}/hicolor/*/apps/*
This page took 0.107014 seconds and 4 git commands to generate.