Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37748325
en ru br
ALT Linux repos
S:0.9.0-alt2

Group :: File tools
RPM: emelfm2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: emelfm2
Version: 0.9.0
Release: alt2

Summary: file manager for UNIX-like operating systems
License: GPLv3+
Group: File tools
Url: http://emelfm2.net

Source: %name-%version.tar

BuildRequires: libgimp-devel libacl-devel libgtk+2-devel libgtkspell-devel libudisks2-devel libdbus-glib-devel libmagic-devel

%description
emelFM2 is a file manager for UNIX-like operating systems. It uses a
simple and efficient interface pioneered by Norton Commander, in the
1980s. The main window is divided into three parts, described as "panes"
or "panels". Two of those (side-by-side or top-to-bottom) show the
contents of selected filesystem directories. The third pane, at the
bottom of the window, shows the output of commands executed within the
program. Those panes can be resized, and any one or two of them can be
hidden and unhidden, on request. A built-in command-line, toolbar
buttons or assigned keys can be used to initiate commands.

%prep
%setup -q

%build
%add_optflags -fcommon
%make_build \
    PREFIX=%_prefix LIB_DIR=%_libdir    CFLAGS="%optflags" STRIP=0 \
    DOCS_VERSION=1  WITH_TRANSPARENCY=1 WITH_KERNELFAM=1 EDITOR_SPELLCHECK=1 \
    NEW_COMMAND=1   WITH_DEVKIT=1       WITH_THUMBS=1    WITH_TRACKER=1 \
    WITH_ACL=1      WITH_POLKIT=1

%install
make install install_i18n \
            DOCS_VERSION=1 \
            PREFIX=%buildroot%_prefix \
            PLUGINS_DIR=%buildroot%_libdir/%name/plugins
for size in 24 32 48; do
   mkdir -p %buildroot/%_iconsdir/hicolor/${size}x$size/apps
   cp  %buildroot%_pixmapsdir/%name/%{name}_$size.png \
       %buildroot/%_iconsdir/hicolor/${size}x$size/apps/%name.png
done

%find_lang %name

%files -f %name.lang
%_bindir/%name
%_desktopdir/%name.desktop
%_datadir/application-registry/%name.applications
%_libdir/%name
%_man1dir/%name.1*
%_pixmapsdir/%name
%_iconsdir/hicolor/24x24/apps/%name.png
%_niconsdir/%name.png
%_liconsdir/%name.png
%_datadir/doc/%name-%version

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin