Update to Plasma 5.7.95
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kactivitymanagerd?expand=0&rev=2
This commit is contained in:
parent
2498d45789
commit
8bb2cd2eb0
12
_service
12
_service
@ -1,12 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service name="tar_scm">
|
|
||||||
<param name="url">git://anongit.kde.org/kactivitymanagerd.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>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:00bad04d1fa6173eca19cd4470b1286795a38713c7a5687d1ae9df12e48593e6
|
|
||||||
size 71416
|
|
@ -1,106 +0,0 @@
|
|||||||
#
|
|
||||||
# spec file for package kactivities5
|
|
||||||
#
|
|
||||||
# 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: kactivitymanagerd
|
|
||||||
Version: 5.7.90git~20160914T092317~c7417d6
|
|
||||||
Release: 0
|
|
||||||
Summary: KDE Plasma Activities support
|
|
||||||
License: GPL-2.0+
|
|
||||||
Group: System/GUI/KDE
|
|
||||||
Url: http://projects.kde.org/kactivitymanagerd
|
|
||||||
Source: kactivitymanagerd-%{version}.tar.xz
|
|
||||||
BuildRequires: boost-devel >= 1.49.0
|
|
||||||
BuildRequires: cmake >= 2.8.12
|
|
||||||
BuildRequires: extra-cmake-modules >= 5.18.0
|
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildRequires: kcmutils-devel >= 5.18.0
|
|
||||||
BuildRequires: kconfig-devel >= 5.18.0
|
|
||||||
BuildRequires: kcoreaddons-devel >= 5.18.0
|
|
||||||
BuildRequires: kdbusaddons-devel >= 5.18.0
|
|
||||||
BuildRequires: kdeclarative-devel >= 5.18.0
|
|
||||||
BuildRequires: kf5-filesystem
|
|
||||||
BuildRequires: kglobalaccel-devel >= 5.18.0
|
|
||||||
BuildRequires: ki18n-devel >= 5.18.0
|
|
||||||
BuildRequires: kio-devel >= 5.18.0
|
|
||||||
BuildRequires: kservice-devel >= 5.18.0
|
|
||||||
BuildRequires: kwindowsystem-devel >= 5.18.0
|
|
||||||
BuildRequires: kxmlgui-devel >= 5.18.0
|
|
||||||
BuildRequires: xz
|
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.3.0
|
|
||||||
BuildRequires: cmake(Qt5DBus) >= 5.3.0
|
|
||||||
BuildRequires: cmake(Qt5Gui) >= 5.3.0
|
|
||||||
BuildRequires: cmake(Qt5Qml) >= 5.3.0
|
|
||||||
BuildRequires: cmake(Qt5Quick) >= 5.3.0
|
|
||||||
BuildRequires: cmake(Qt5Sql) >= 5.3.0
|
|
||||||
BuildRequires: cmake(Qt5Test) >= 5.3.0
|
|
||||||
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
|
|
||||||
Recommends: %{name}-imports = %{version}
|
|
||||||
# for kactivitymanagerd_plugin_sqlite.so
|
|
||||||
Recommends: libQt5Sql5-sqlite
|
|
||||||
Provides: kactivities4 = %{version}
|
|
||||||
Provides: kactivities5 = 5.20.0
|
|
||||||
Obsoletes: kactivities4 < %{version}
|
|
||||||
Obsoletes: kactivities5 < 5.20.0
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
|
||||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
|
||||||
|
|
||||||
%package lang
|
|
||||||
Summary: KDE Plasma Activities support
|
|
||||||
Group: System/GUI/KDE
|
|
||||||
Requires: %{name} = %{version}
|
|
||||||
Provides: libKF5Activities5-lang = 5.20.0
|
|
||||||
Obsoletes: libKF5Activities5-lang < 5.20.0
|
|
||||||
|
|
||||||
%description lang
|
|
||||||
Provides translations to the package %{name}.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n kactivitymanagerd-%{version}
|
|
||||||
|
|
||||||
%build
|
|
||||||
%cmake_kf5 -d build
|
|
||||||
%make_jobs
|
|
||||||
|
|
||||||
%install
|
|
||||||
%kf5_makeinstall -C build
|
|
||||||
%fdupes %{buildroot}
|
|
||||||
|
|
||||||
%if %{with lang}
|
|
||||||
%find_lang kactivities5
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%if %{with lang}
|
|
||||||
%files -n %name-lang -f kactivities5.lang
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_kf5_bindir}/kactivitymanagerd
|
|
||||||
%{_kf5_libdir}/libkactivitymanagerd_plugin.so
|
|
||||||
%{_kf5_plugindir}/
|
|
||||||
%{_kf5_servicesdir}/
|
|
||||||
%{_kf5_servicetypesdir}/
|
|
||||||
|
|
||||||
%changelog
|
|
3
kactivitymanagerd-5.7.95.tar.xz
Normal file
3
kactivitymanagerd-5.7.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c7a1c5371135d7a59d3083c6df0ababbf573d8323338b4c179a61c7e5d2490bb
|
||||||
|
size 81704
|
@ -1,3 +1,91 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 2 11:35:51 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:16 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:24 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.7.1
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/plasma-5.7.1.php
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 30 12:02:18 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.7.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/plasma-5.7.0.php
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 15 16:50:11 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.6.4
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/plasma-5.6.4.php
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 19 20:45:29 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.6.3
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/plasma-5.6.3.php
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 5 15:53:42 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.6.2
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/plasma-5.6.2.php
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 29 16:20:36 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.6.1
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/plasma-5.6.1.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 20 09:19:47 UTC 2016 - hrvoje.senjan@gmail.com
|
Sun Mar 20 09:19:47 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kactivitymanagerd
|
Name: kactivitymanagerd
|
||||||
Version: 5.6.0
|
Version: 5.7.95
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE Plasma Activities support
|
Summary: KDE Plasma Activities support
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://projects.kde.org/kactivitymanagerd
|
Url: http://projects.kde.org/kactivitymanagerd
|
||||||
Source: kactivitymanagerd-%{version}.tar.xz
|
Source: http://download.kde.org/unstable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz
|
||||||
BuildRequires: boost-devel >= 1.49.0
|
BuildRequires: boost-devel >= 1.49.0
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules >= 5.18.0
|
BuildRequires: extra-cmake-modules >= 5.18.0
|
||||||
|
Loading…
Reference in New Issue
Block a user