Accepting request 282978 from KDE:Frameworks5
Update to 5.2.0 OBS-URL: https://build.opensuse.org/request/show/282978 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plasma5-addons?expand=0&rev=5
This commit is contained in:
commit
e7e95b37ce
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e0cd44f97492c9a1266b3174007ef8ab59647c93a88eb4793ac7462f3b6d949
|
||||
size 2007968
|
3
kdeplasma-addons-5.2.0.tar.xz
Normal file
3
kdeplasma-addons-5.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7cfa7049d1a356d53c8c19a49b03af4a0ebbd745eef4cc17f0f1261d5ea20b99
|
||||
size 2036344
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:49:29 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.2 Final:
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.2.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 16:35:11 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.2 Beta aka 5.1.95:
|
||||
* Undo changes to Plasma desktop layout
|
||||
* Smarter sorting of results in KRunner
|
||||
* Breeze window decoration theme adds a new look to your
|
||||
desktop and is now used by default
|
||||
* New white mouse cursor theme for Breeze.
|
||||
* New plasma widgets: 15 puzzle, web browser, show desktop
|
||||
* Over 300 bugs fixed throughout Plasma modules.
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.1.95.php
|
||||
- Add new BuildRequires:
|
||||
kross-devel, pkgconfig(Qt5X11Extras), pkgconfig(gio-2.0),
|
||||
pkgconfig(glib-2.0), pkgconfig(gobject-2.0), pkgconfig(ibus-1.0),
|
||||
pkgconfig(x11)
|
||||
- Split kimpanel engine and plasmoid to a separate package
|
||||
- Drop no longer relevant obsoletes
|
||||
- Add conflict with plasma-addons
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 11 18:00:05 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package plasma5-addons
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: plasma5-addons
|
||||
Version: 5.1.2
|
||||
Version: 5.2.0
|
||||
Release: 0
|
||||
Summary: Additional Plasma5 Widgets
|
||||
License: LGPL-2.1 and GPL-2.0+ and GPL-3.0
|
||||
@ -33,6 +33,7 @@ BuildRequires: kdelibs4support-devel
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: kross-devel
|
||||
BuildRequires: krunner-devel
|
||||
BuildRequires: kservice-devel
|
||||
BuildRequires: kunitconversion-devel
|
||||
@ -43,14 +44,27 @@ BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(ibus-1.0)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Recommends: %{name}-lang
|
||||
Provides: kdeplasma-addons5 = %{version}
|
||||
Obsoletes: kdeplasma-addons5 <= %{version}
|
||||
Recommends: %{name}-kimpanel
|
||||
Conflicts: plasma-addons
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Additional plasmoids from upstream for use on the Plasma workspace.
|
||||
|
||||
%package kimpanel
|
||||
Summary: A generic input method panel for Oriental languages
|
||||
Group: System/GUI/KDE
|
||||
|
||||
%description kimpanel
|
||||
kimpanel is a panel Plasmoid for various input methods with concurrent Plasma theme
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q -n kdeplasma-addons-%{version}
|
||||
@ -69,6 +83,31 @@ Additional plasmoids from upstream for use on the Plasma workspace.
|
||||
%{_kf5_qmldir}/
|
||||
%{_kf5_servicesdir}/
|
||||
%{_kf5_plasmadir}/
|
||||
%{_kf5_sharedir}/kwin/
|
||||
%{_kf5_iconsdir}/hicolor/*/*/*.*
|
||||
%exclude %{_kf5_qmldir}/org/kde/plasma/private/kimpanel/
|
||||
%exclude %{_kf5_servicesdir}/*kimpanel*
|
||||
%exclude %{_kf5_plasmadir}/services/kimpanel.operations
|
||||
%exclude %{_kf5_plasmadir}/plasmoids/org.kde.plasma.kimpanel/
|
||||
%exclude %{_kf5_plugindir}/plasma/dataengine/plasma_engine_kimpanel.so
|
||||
|
||||
%files kimpanel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_kf5_qmldir}/org
|
||||
%dir %{_kf5_qmldir}/org/kde
|
||||
%dir %{_kf5_qmldir}/org/kde/plasma
|
||||
%dir %{_kf5_qmldir}/org/kde/plasma/private
|
||||
%{_kf5_qmldir}/org/kde/plasma/private/kimpanel/
|
||||
%{_kf5_servicesdir}/*kimpanel*
|
||||
%dir %{_kf5_plasmadir}
|
||||
%dir %{_kf5_plasmadir}/services
|
||||
%{_kf5_plasmadir}/services/kimpanel.operations
|
||||
%dir %{_kf5_plasmadir}/plasmoids
|
||||
%{_kf5_plasmadir}/plasmoids/org.kde.plasma.kimpanel/
|
||||
%dir %{_kf5_plugindir}
|
||||
%dir %{_kf5_plugindir}/plasma
|
||||
%dir %{_kf5_plugindir}/plasma/dataengine
|
||||
%{_kf5_plugindir}/plasma/dataengine/plasma_engine_kimpanel.so
|
||||
|
||||
%files lang
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user