Accepting request 789330 from home:alois:branches:X11:Utilities

- Update to version 6.0
  * 4Pane no longer builds with wxWidgets 2.8; it now requires
    3.0 or higher.
  * There's a faster way to reach the File OpenWith menu.
    Ctrl-Alt-doubleclick will now directly show the menu.
  * When moving or pasting files, optionally retain their
    previous modification date.
  * Support extracting/verifying 'rar' archives, if 'unrar' is
    installed, but not 'rar' creation. 'unrar' is freely
    available (though with a licence restriction) but the 'rar'
    licence is too restricted.
  * Previewing images now supports svg files too.
  * Add support for the LXQt DE by recognising its default
    editor, terminal and image viewer.

OBS-URL: https://build.opensuse.org/request/show/789330
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/4pane?expand=0&rev=13
This commit is contained in:
Luigi Baldoni 2020-03-28 16:46:35 +00:00 committed by Git OBS Bridge
parent 25f28bea33
commit c46f5aafe0
4 changed files with 27 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0de23f2079ef02e7f3dbcd9b2652dd927f1b7834a4ab57b9ff8200e1f121c3ba
size 1670041

3
4pane-6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7739bc02a6a9bba47745bfcc0073ab5664052d38bd5125cf888587d17f0175c8
size 1849664

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Mar 28 15:10:58 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 6.0
* 4Pane no longer builds with wxWidgets 2.8; it now requires
3.0 or higher.
* There's a faster way to reach the File OpenWith menu.
Ctrl-Alt-doubleclick will now directly show the menu.
* When moving or pasting files, optionally retain their
previous modification date.
* Support extracting/verifying 'rar' archives, if 'unrar' is
installed, but not 'rar' creation. 'unrar' is freely
available (though with a licence restriction) but the 'rar'
licence is too restricted.
* Previewing images now supports svg files too.
* Add support for the LXQt DE by recognising its default
editor, terminal and image viewer.
-------------------------------------------------------------------
Thu Oct 17 12:08:58 UTC 2019 - Richard Brown <rbrown@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package 4pane
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2016 Packman Team <packman@links2linux.de>
#
# All modifications and additions to the file contributed by third parties
@ -18,17 +18,16 @@
Name: 4pane
Version: 5.0
Version: 6.0
Release: 0
Summary: A multi-pane detailed-list file manager
License: GPL-3.0-only
Url: http://www.4pane.co.uk/
URL: http://www.4pane.co.uk/
Source0: https://sourceforge.net/projects/fourpane/files/%{version}/%{name}-%{version}.tar.gz
%if 0%{?is_opensuse}
BuildRequires: wxWidgets-devel >= 3
%else
# SLE_12 lacks wxWidgets_3.0-devel
BuildRequires: wxWidgets-devel < 3
BuildRequires: wxWidgets_3.0-devel
%define _use_internal_dependency_generator 0
%define __find_requires %wx_requires
%endif
@ -36,7 +35,6 @@ BuildRequires: ImageMagick
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: xz-devel
Recommends: %{name}-lang
%description
4Pane is a multi-pane detailed-list file manager.
@ -61,7 +59,6 @@ make %{?_smp_mflags}
make %{?_smp_mflags} DESTDIR=%{buildroot} install
%find_lang 4Pane
mkdir -vp %{buildroot}/%{_datadir}/applications
mkdir -vp %{buildroot}/%{_datadir}/appdata
cd %{buildroot}/%{_datadir}/applications
ln -s ../4Pane/rc/4Pane.desktop 4Pane.desktop
pushd %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
@ -70,21 +67,19 @@ popd
%fdupes -s %{buildroot}/%{_datadir}
%files
%defattr(-,root,root,-)
%doc LICENCE
%{_bindir}/%{name}
%{_bindir}/4Pane
%dir %{_datadir}/4Pane
%dir %{_datadir}/4Pane/bitmaps
%{_datadir}/4Pane/bitmaps/*
%{_datadir}/appdata
%{_datadir}/icons/hicolor/*
%{_datadir}/4Pane/rc
%{_datadir}/applications/4Pane.desktop
%{_datadir}/icons/hicolor/*
%{_datadir}/metainfo/4Pane.appdata.xml
%dir %{_docdir}/4Pane
%{_docdir}/4Pane/*
%files lang -f 4Pane.lang
%defattr(-,root,root,-)
%changelog