File pcmanfm.spec of Package pcmanfm
#
# spec file for package pcmanfm
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: pcmanfm
Version: 1.1.2
Release: 0
Summary: The next generation LXDE file manager
License: GPL-2.0+
Group: Productivity/File utilities
Url: http://www.lxde.org/
Source0: %{name}-%{version}.tar.gz
Source1: %{name}-rpmlintrc
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: libtool
BuildRequires: update-desktop-files
%if 0%{?suse_version} <= 1220
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
%else
BuildRequires: pkgconfig(gtk+-3.0)
%endif
BuildRequires: pkgconfig(libfm) >= 1.0
BuildRequires: pkgconfig(libmenu-cache)
BuildRequires: pkgconfig(x11)
# needed for trash
Requires: gvfs
Requires: gvfs-backends
Requires: libfm
# needed to mount devices
Requires: menu-cache
Requires: polkit-gnome
# needed to switch to root
Requires: xdg-utils
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
An extremly fast, lightweight, yet feature-rich
file manager with tabbed browsing. It's also the
LXDE default file manager. This is a complete
rewrite of the old pcmanfm 0.5.x series
%lang_package
%prep
%setup -q
%build
%configure \
%if 0%{?suse_version} > 1220
--with-gtk=3 \
%endif
--enable-debug
make %{?_smp_mflags}
%install
%make_install
# no user-desktop in hicolor icon theme
sed -i "3d" %{buildroot}%{_datadir}/applications/pcmanfm-desktop-pref.desktop
%suse_update_desktop_file %{name} Application System Utility GTK FileManager
%suse_update_desktop_file pcmanfm-desktop-pref
%fdupes %{buildroot}
%find_lang %{name}
%post
%desktop_database_post
%postun
%desktop_database_postun
%files
%defattr(-,root,root)
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/ui
%{_datadir}/%{name}/ui/*.ui
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/pcmanfm-desktop-pref.desktop
%{_mandir}/man1/pcmanfm.1.gz
%dir %{_sysconfdir}/xdg/pcmanfm
%dir %{_sysconfdir}/xdg/pcmanfm/default
%config %{_sysconfdir}/xdg/pcmanfm/default/pcmanfm.conf
%files lang -f %{name}.lang
%changelog