2020-04-22 10:50:32 +02:00
|
|
|
#
|
|
|
|
# spec file for package lxqt-archiver
|
|
|
|
#
|
|
|
|
# Copyright (c) 2020 SUSE LLC
|
|
|
|
#
|
|
|
|
# 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 https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: lxqt-archiver
|
2020-05-17 09:16:22 +02:00
|
|
|
Version: 0.2.0
|
2020-04-22 10:50:32 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: LXQt File Archiver
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
Group: System/GUI/LXQt
|
|
|
|
URL: http://www.lxqt.org
|
2020-05-16 17:31:24 +02:00
|
|
|
Source0: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
|
|
|
Source2: %{name}.keyring
|
2020-04-22 10:50:32 +02:00
|
|
|
BuildRequires: cmake >= 3.1.0
|
2020-04-22 15:50:32 +02:00
|
|
|
BuildRequires: libexif-devel
|
2020-04-22 10:50:32 +02:00
|
|
|
BuildRequires: libqt5-linguist-devel
|
2020-04-27 08:11:41 +02:00
|
|
|
BuildRequires: lxqt-build-tools-devel >= 0.7.0
|
2020-04-22 10:50:32 +02:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig(Qt5UiTools)
|
2020-04-27 08:11:41 +02:00
|
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.10.0
|
2020-04-22 10:50:32 +02:00
|
|
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.50.0
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
2020-04-27 08:11:41 +02:00
|
|
|
BuildRequires: pkgconfig(libfm-qt) >= 0.15.0
|
2020-04-22 10:50:32 +02:00
|
|
|
Requires(post): desktop-file-utils
|
|
|
|
Requires(pre): desktop-file-utils
|
|
|
|
|
|
|
|
%description
|
|
|
|
LXQt file archiver.
|
|
|
|
|
|
|
|
%lang_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
%find_lang %{name} --with-qt
|
|
|
|
|
|
|
|
%files
|
2020-04-22 15:50:32 +02:00
|
|
|
%license LICENSE
|
|
|
|
%doc AUTHORS CHANGELOG README.md
|
|
|
|
%{_bindir}/lxqt-archiver
|
2020-05-17 09:16:22 +02:00
|
|
|
%dir /usr/libexec/
|
|
|
|
%dir /usr/libexec/lxqt-archiver
|
|
|
|
/usr/libexec/lxqt-archiver/isoinfo.sh
|
|
|
|
/usr/libexec/lxqt-archiver/rpm2cpio
|
2020-04-22 15:50:32 +02:00
|
|
|
%{_datadir}/applications/lxqt-archiver.desktop
|
2020-05-17 09:16:22 +02:00
|
|
|
%dir %{_datadir}/icons/hicolor/
|
|
|
|
%dir %{_datadir}/icons/hicolor/scalable/
|
|
|
|
%dir %{_datadir}/icons/hicolor/scalable/apps/
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/lxqt-archiver.svg
|
2020-04-22 10:50:32 +02:00
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
2020-04-22 15:50:32 +02:00
|
|
|
%dir %{_datadir}/lxqt-archiver/
|
|
|
|
%dir %{_datadir}/lxqt-archiver/translations/
|
|
|
|
%{_datadir}/lxqt-archiver/translations/*.qm
|
2020-04-22 10:50:32 +02:00
|
|
|
|
|
|
|
%changelog
|