2017-02-23 10:54:33 +01:00
|
|
|
#
|
|
|
|
# spec file for package lxqt-build-tools
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015 SUSE LINUX 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: lxqt-build-tools
|
|
|
|
Version: 0.3.1
|
|
|
|
Release: 0
|
|
|
|
Summary: Core build tools for LXQt
|
|
|
|
License: BSD-3-Clause
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Url: http://www.lxqt.org
|
|
|
|
Source: http://downloads.lxqt.org/lxqt-build-tools/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source1: http://downloads.lxqt.org/lxqt-build-tools/%{version}/%{name}-%{version}.tar.xz.asc
|
|
|
|
BuildRequires: cmake >= 3.0.2
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig(Qt5Core)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package provides several tools needed to build LXQt itself as well as other components maintained by the LXQt project.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Tools for building lxqt
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig(Qt5Core)
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides several tools needed to build LXQt itself as well as other components maintained by the LXQt project.
|
|
|
|
|
|
|
|
These tools used to be spread over the repositories of various other components and were summarized to ease dependency management. So far many components, in particular [liblxqt](https://github.com/lxde/liblxqt), were representing a build dependency without being needed themselves but only because their repository was providing a subset of the tools which are now summarized here. So the use of this repository will reduce superfluous and bloated dependencies.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -DPULL_TRANSLATIONS=No
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr (-,root,root)
|
|
|
|
%{_datadir}/cmake/
|
2017-03-04 09:29:41 +01:00
|
|
|
%doc BSD-3-Clause
|
2017-02-23 10:54:33 +01:00
|
|
|
|
|
|
|
%changelog
|