]> git.pld-linux.org Git - packages/pcmanfm.git/blame_incremental - pcmanfm.spec
- works fine with lxde icon theme only
[packages/pcmanfm.git] / pcmanfm.spec
... / ...
CommitLineData
1%define libfm 0.1.16
2Summary: File manager for GTK
3Summary(pl.UTF-8): Zarządca plików dla GTK
4Name: pcmanfm
5Version: 0.9.9
6Release: 3
7License: GPL v2+
8Group: X11/Applications
9Source0: http://downloads.sourceforge.net/pcmanfm/%{name}-%{version}.tar.gz
10# Source0-md5: f31ed6defb600f7046a456220d8efa3a
11Patch0: %{name}-werror.patch
12URL: http://pcmanfm.sourceforge.net/
13BuildRequires: autoconf >= 2.53
14BuildRequires: automake
15BuildRequires: dbus-glib-devel >= 0.31
16BuildRequires: fam-devel
17BuildRequires: gettext-devel
18BuildRequires: gtk+2-devel >= 2:2.8
19BuildRequires: hal-devel >= 0.5.0
20BuildRequires: intltool
21BuildRequires: libfm-devel >= %{libfm}
22BuildRequires: libtool
23BuildRequires: menu-cache-devel >= 0.3.2
24BuildRequires: pkgconfig
25BuildRequires: startup-notification-devel
26Requires(post,postun): desktop-file-utils
27Requires(post,postun): shared-mime-info
28Requires: libfm >= %{libfm}
29Suggests: gnome-icon-theme
30Suggests: lxde-icon-theme
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34pcmanfm is a fast and lightweight file manager which features tabbed
35browsing and user-friendly interface.
36
37%description -l pl.UTF-8
38pcmanfm jest szybkim i lekkim zarządcą plików z przyjaznym interfejsem
39użytkownika, umożliwiającym przeglądanie katalogów w zakładkach.
40
41%prep
42%setup -q
43%patch0 -p1
44
45%build
46%{__intltoolize}
47%{__libtoolize}
48%{__aclocal}
49%{__autoconf}
50%{__autoheader}
51%{__automake}
52%configure
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
59
60# see lxde-common
61install -d $RPM_BUILD_ROOT/etc/xdg/pcmanfm/LXDE
62
63%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/tt_RU
64
65%find_lang %{name} --all-name
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%post
71%update_desktop_database
72
73%postun
74%update_desktop_database_postun
75
76%files -f %{name}.lang
77%defattr(644,root,root,755)
78%doc AUTHORS TODO
79%dir /etc/xdg/pcmanfm
80%dir /etc/xdg/pcmanfm/default
81%dir /etc/xdg/pcmanfm/LXDE
82%config(noreplace) %verify(not md5 mtime size) /etc/xdg/pcmanfm/default/pcmanfm.conf
83%attr(755,root,root) %{_bindir}/%{name}
84%dir %{_datadir}/%{name}
85%{_datadir}/%{name}/ui
86%{_desktopdir}/%{name}*.desktop
This page took 0.035081 seconds and 4 git commands to generate.