78 lines
2.3 KiB
RPMSpec
78 lines
2.3 KiB
RPMSpec
#
|
|
# spec file for package plasma5-addons
|
|
#
|
|
# 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: plasma5-addons
|
|
Version: 5.0.95
|
|
Release: 0
|
|
Summary: Additional Plasma5 Widgets
|
|
License: LGPL-2.1 and GPL-2.0+ and GPL-3.0
|
|
Group: System/GUI/KDE
|
|
Url: http://www.kde.org/
|
|
Source: kdeplasma-addons-%{version}.tar.xz
|
|
Source99: %{name}-rpmlintrc
|
|
BuildRequires: kcmutils-devel
|
|
BuildRequires: kconfig-devel
|
|
BuildRequires: kconfigwidgets-devel
|
|
BuildRequires: kcoreaddons-devel
|
|
BuildRequires: kdelibs4support-devel
|
|
BuildRequires: kf5-filesystem
|
|
BuildRequires: ki18n-devel
|
|
BuildRequires: kio-devel
|
|
BuildRequires: krunner-devel
|
|
BuildRequires: kservice-devel
|
|
BuildRequires: kunitconversion-devel
|
|
BuildRequires: plasma-framework-devel
|
|
BuildRequires: xz
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
|
Provides: kdeplasma-addons5 = %{version}
|
|
Obsoletes: kdeplasma-addons5 <= %{version}
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Additional plasmoids from upstream for use on the Plasma workspace.
|
|
|
|
%lang_package
|
|
%prep
|
|
%setup -q -n kdeplasma-addons-%{version}
|
|
|
|
%build
|
|
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
|
%make_jobs
|
|
|
|
%install
|
|
%kf5_makeinstall -C build
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING*
|
|
%{_kf5_plugindir}/
|
|
%{_kf5_qmldir}/
|
|
%{_kf5_servicesdir}/
|
|
%{_kf5_plasmadir}/
|
|
|
|
%files lang
|
|
%defattr(-,root,root)
|
|
%doc COPYING*
|
|
%{_kf5_localedir}/
|
|
|
|
%changelog
|