Fabian Vogt 2016-09-15 17:12:44 +00:00 committed by Git OBS Bridge
parent cc6dedebf4
commit 0beb30485b
6 changed files with 50 additions and 129 deletions

View File

@ -1,12 +0,0 @@
<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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49a6632b866c452593ad82c685b2a5a7f9ce01c4086471c368895e85ef4e3f8c
size 1328404

View File

@ -1,112 +0,0 @@
#
# 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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2f64e38c79a1f36839884572be467bcf35361c3b89f92d2e315966c382cfeb1
size 2069276

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de
- Update to 5.7.95 (Plasma 5.8 Beta)
* New LTS feature release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.95.php
-------------------------------------------------------------------
Tue Sep 13 17:42:09 UTC 2016 - fabian@ritter-vogt.de
- Update to 5.7.5
* New bugfix release
* For more details please see:
https://www.kde.org/announcements/plasma-5.7.5.php
-------------------------------------------------------------------
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

View File

@ -18,13 +18,13 @@
%bcond_without lang
Name: plasma5-addons
Version: 5.7.1
Version: 5.7.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
Source: http://download.kde.org/unstable/plasma/%{version}/kdeplasma-addons-%{version}.tar.xz
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Activities) >= 5.8.0
BuildRequires: cmake(KF5Config) >= 5.8.0