forked from pool/lximage-qt
fixed license tag OBS-URL: https://build.opensuse.org/request/show/258888 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lximage-qt?expand=0&rev=1
76 lines
2.0 KiB
RPMSpec
76 lines
2.0 KiB
RPMSpec
#
|
|
# spec file for package lximage-qt
|
|
#
|
|
# Copyright (c) 2014 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: lximage-qt
|
|
Version: 0.3.0
|
|
Release: 0
|
|
Summary: LXQT Image Viewer
|
|
License: GPL-2.0+
|
|
Group: System/GUI/LXDE-Qt
|
|
Url: http://www.lxde.org
|
|
Source: %{name}-%{version}.tar.xz
|
|
Patch0: %{name}-0.2.0-fix_desktop_file.patch
|
|
BuildRequires: cmake
|
|
BuildRequires: fdupes
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: pkg-config
|
|
BuildRequires: pkgconfig(Qt5Core)
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
|
BuildRequires: libqt5-linguist-devel
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
BuildRequires: pkgconfig(libexif)
|
|
BuildRequires: pkgconfig(libfm) >= 1.2.0
|
|
BuildRequires: pkgconfig(libfm-qt5)
|
|
BuildRequires: pkgconfig(xfixes)
|
|
Requires(pre): desktop-file-utils
|
|
Requires(post): desktop-file-utils
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Image Viewer for LXQT and Thumbnail Generator for PCManFM-QT
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
|
|
%build
|
|
%cmake -DUSE_QT5=ON
|
|
%__make %{?_smp_mflags}
|
|
|
|
%install
|
|
%cmake_install
|
|
%fdupes %{buildroot}/%{_datadir}/%{name}
|
|
|
|
%post
|
|
%desktop_database_post
|
|
|
|
%postun
|
|
%desktop_database_postun
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/%{name}
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/icons/hicolor/48x48/apps/*.png
|
|
|
|
%changelog
|