osc copypac from project:KDE:Unstable:Frameworks package:plasma5-addons revision:181
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/plasma5-addons?expand=0&rev=1
This commit is contained in:
parent
abe9b71e59
commit
cc6dedebf4
12
_service
Normal file
12
_service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">git://anongit.kde.org/kdeplasma-addons.git</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="versionformat">5.7.90git~%ci~%h</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version"/>
|
||||||
|
</services>
|
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49a6632b866c452593ad82c685b2a5a7f9ce01c4086471c368895e85ef4e3f8c
|
||||||
|
size 1328404
|
112
_service:set_version:plasma5-addons.spec
Normal file
112
_service:set_version:plasma5-addons.spec
Normal file
@ -0,0 +1,112 @@
|
|||||||
|
#
|
||||||
|
# spec file for package plasma5-addons
|
||||||
|
#
|
||||||
|
# Copyright (c) 2016 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/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
Name: plasma5-addons
|
||||||
|
Version: 5.7.90git~20160915T100951~3f8b60a
|
||||||
|
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
|
||||||
|
BuildRequires: kf5-filesystem
|
||||||
|
BuildRequires: cmake(KF5Activities) >= 5.8.0
|
||||||
|
BuildRequires: cmake(KF5Config) >= 5.8.0
|
||||||
|
BuildRequires: cmake(KF5ConfigWidgets) >= 5.8.0
|
||||||
|
BuildRequires: cmake(KF5CoreAddons) >= 5.8.0
|
||||||
|
BuildRequires: cmake(KF5I18n) >= 5.8.0
|
||||||
|
BuildRequires: cmake(KF5KCMUtils) >= 5.8.0
|
||||||
|
BuildRequires: cmake(KF5KDELibs4Support) >= 5.8.0
|
||||||
|
BuildRequires: cmake(KF5KIO) >= 5.8.0
|
||||||
|
BuildRequires: cmake(KF5Kross) >= 5.8.0
|
||||||
|
BuildRequires: cmake(KF5NewStuff) >= 5.8.0
|
||||||
|
BuildRequires: cmake(KF5Plasma) >= 5.8.0
|
||||||
|
BuildRequires: cmake(KF5Runner) >= 5.8.0
|
||||||
|
BuildRequires: cmake(KF5Service) >= 5.8.0
|
||||||
|
BuildRequires: cmake(KF5UnitConversion) >= 5.8.0
|
||||||
|
BuildRequires: cmake(LibTaskManager) >= %{_plasma5_version}
|
||||||
|
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
|
||||||
|
BuildRequires: cmake(KDEExperimentalPurpose)
|
||||||
|
%endif
|
||||||
|
BuildRequires: xz
|
||||||
|
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5DBus) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5Gui) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5Qml) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5Quick) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5X11Extras) >= 5.4.0
|
||||||
|
BuildRequires: pkgconfig(x11)
|
||||||
|
BuildRequires: pkgconfig(xcb)
|
||||||
|
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
|
||||||
|
Requires: purpose
|
||||||
|
%endif
|
||||||
|
%if %{with lang}
|
||||||
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
|
||||||
|
Provides: plasma-addons = %{version}
|
||||||
|
Obsoletes: plasma-addons < %{version}
|
||||||
|
%else
|
||||||
|
Conflicts: plasma-addons
|
||||||
|
%endif
|
||||||
|
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=%{_kf5_localedir}
|
||||||
|
%make_jobs
|
||||||
|
|
||||||
|
%install
|
||||||
|
%kf5_makeinstall -C build
|
||||||
|
%if %{with lang}
|
||||||
|
%kf5_find_lang
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc COPYING*
|
||||||
|
%config %{_kf5_configdir}/comic.knsrc
|
||||||
|
%{_kf5_libdir}/libplasmacomicprovidercore.so.*
|
||||||
|
%{_kf5_libdir}/libplasmaweather.so*
|
||||||
|
%{_kf5_servicetypesdir}/
|
||||||
|
%{_kf5_plugindir}/
|
||||||
|
%{_kf5_qmldir}/
|
||||||
|
%{_kf5_servicesdir}/
|
||||||
|
%{_kf5_plasmadir}/
|
||||||
|
%{_kf5_sharedir}/kwin/
|
||||||
|
%{_kf5_iconsdir}/hicolor/*/*/*.*
|
||||||
|
%{_kf5_appstreamdir}/
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%changelog
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:99582dfd134a48c1225d3c478b0ca68bda0c688af0225ef2486f80345c31886d
|
|
||||||
size 2075428
|
|
@ -1,32 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Aug 26 20:36:41 UTC 2016 - fabian@ritter-vogt.de
|
|
||||||
|
|
||||||
- Update to 5.7.4
|
|
||||||
* New bugfix release
|
|
||||||
* For more details please see:
|
|
||||||
https://www.kde.org/announcements/plasma-5.7.4.php
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Aug 12 23:39:43 UTC 2016 - hrvoje.senjan@gmail.com
|
|
||||||
|
|
||||||
- Adjust filelist for the plasmoid appdata, installed with KF > 5.25.0
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Aug 2 11:36:02 UTC 2016 - hrvoje.senjan@gmail.com
|
|
||||||
|
|
||||||
- Update to 5.7.3
|
|
||||||
* New bugfix release
|
|
||||||
* For more details please see:
|
|
||||||
https://www.kde.org/announcements/plasma-5.7.3.php
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Jul 20 08:54:36 UTC 2016 - hrvoje.senjan@gmail.com
|
|
||||||
|
|
||||||
- Update to 5.7.2
|
|
||||||
* New bugfix release
|
|
||||||
* For more details please see:
|
|
||||||
https://www.kde.org/announcements/plasma-5.7.2.php
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 13 06:13:33 UTC 2016 - hrvoje.senjan@gmail.com
|
Wed Jul 13 06:13:33 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: plasma5-addons
|
Name: plasma5-addons
|
||||||
Version: 5.7.4
|
Version: 5.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Additional Plasma5 Widgets
|
Summary: Additional Plasma5 Widgets
|
||||||
License: LGPL-2.1 and GPL-2.0+ and GPL-3.0
|
License: LGPL-2.1 and GPL-2.0+ and GPL-3.0
|
||||||
@ -26,21 +26,21 @@ Group: System/GUI/KDE
|
|||||||
Url: http://www.kde.org/
|
Url: http://www.kde.org/
|
||||||
Source: kdeplasma-addons-%{version}.tar.xz
|
Source: kdeplasma-addons-%{version}.tar.xz
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: cmake(KF5Activities) >= 5.25.0
|
BuildRequires: cmake(KF5Activities) >= 5.8.0
|
||||||
BuildRequires: cmake(KF5Config) >= 5.25.0
|
BuildRequires: cmake(KF5Config) >= 5.8.0
|
||||||
BuildRequires: cmake(KF5ConfigWidgets) >= 5.25.0
|
BuildRequires: cmake(KF5ConfigWidgets) >= 5.8.0
|
||||||
BuildRequires: cmake(KF5CoreAddons) >= 5.25.0
|
BuildRequires: cmake(KF5CoreAddons) >= 5.8.0
|
||||||
BuildRequires: cmake(KF5I18n) >= 5.25.0
|
BuildRequires: cmake(KF5I18n) >= 5.8.0
|
||||||
BuildRequires: cmake(KF5KCMUtils) >= 5.25.0
|
BuildRequires: cmake(KF5KCMUtils) >= 5.8.0
|
||||||
BuildRequires: cmake(KF5KDELibs4Support) >= 5.25.0
|
BuildRequires: cmake(KF5KDELibs4Support) >= 5.8.0
|
||||||
BuildRequires: cmake(KF5KIO) >= 5.25.0
|
BuildRequires: cmake(KF5KIO) >= 5.8.0
|
||||||
BuildRequires: cmake(KF5Kross) >= 5.25.0
|
BuildRequires: cmake(KF5Kross) >= 5.8.0
|
||||||
BuildRequires: cmake(KF5NewStuff) >= 5.25.0
|
BuildRequires: cmake(KF5NewStuff) >= 5.8.0
|
||||||
BuildRequires: cmake(KF5Plasma) >= 5.25.0
|
BuildRequires: cmake(KF5Plasma) >= 5.8.0
|
||||||
BuildRequires: cmake(KF5Runner) >= 5.25.0
|
BuildRequires: cmake(KF5Runner) >= 5.8.0
|
||||||
BuildRequires: cmake(KF5Service) >= 5.25.0
|
BuildRequires: cmake(KF5Service) >= 5.8.0
|
||||||
BuildRequires: cmake(KF5UnitConversion) >= 5.25.0
|
BuildRequires: cmake(KF5UnitConversion) >= 5.8.0
|
||||||
BuildRequires: cmake(LibTaskManager) >= %{version}
|
BuildRequires: cmake(LibTaskManager) >= %{_plasma5_version}
|
||||||
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
|
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
|
||||||
BuildRequires: cmake(KDEExperimentalPurpose)
|
BuildRequires: cmake(KDEExperimentalPurpose)
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user