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