Accepting request 623123 from home:Vogtinator:branches:KDE:Frameworks5
Fourth try! - Also split off gmenudbusmenuproxy to allow for Recommends - plasma-framework-private is no more - Improve description of xembedsniproxy OBS-URL: https://build.opensuse.org/request/show/623123 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=411
This commit is contained in:
parent
3e289ce398
commit
ab2503d4af
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 08:25:26 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Also split off gmenudbusmenuproxy to allow for Recommends
|
||||
- plasma-framework-private is no more
|
||||
- Improve description of xembedsniproxy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 11 08:17:32 UTC 2018 - mimi.vx@gmail.com
|
||||
|
||||
|
@ -25,8 +25,8 @@
|
||||
Name: plasma5-workspace
|
||||
# Full Plasma 5 version (e.g. 5.9.1)
|
||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
|
||||
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
|
||||
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
Version: 5.13.3
|
||||
Release: 0
|
||||
Summary: The KDE Plasma Workspace Components
|
||||
@ -145,6 +145,7 @@ Requires: libqt5-qtquickcontrols
|
||||
# needed by krunner
|
||||
Requires: milou5 >= %{_plasma5_version}
|
||||
# boo#912317
|
||||
Requires: gmenudbusmenuproxy >= %{_plasma5_version}
|
||||
Requires: oxygen5-sounds >= %{_plasma5_version}
|
||||
Requires: solid-imports
|
||||
Requires: xembedsniproxy >= %{_plasma5_version}
|
||||
@ -152,7 +153,7 @@ Requires: xembedsniproxy >= %{_plasma5_version}
|
||||
Requires: xprop
|
||||
# hardcode versions of plasma-framework-components and plasma-framework-private packages, as upstream doesn't keep backwards compability there
|
||||
%requires_ge plasma-framework-components
|
||||
%requires_ge plasma-framework-private
|
||||
%requires_ge plasma-framework
|
||||
Recommends: %{name}-lang
|
||||
Recommends: kio-extras5
|
||||
# The lockscreen has a button to open a virtual keyboard
|
||||
@ -206,8 +207,20 @@ Provides: xembed-sni-proxy = %{version}
|
||||
Obsoletes: xembed-sni-proxy < %{version}
|
||||
|
||||
%description -n xembedsniproxy
|
||||
This package provides XEmbed proxy for SNI tray's. Can be used also
|
||||
by standalone tray apps
|
||||
This package provides a proxy translating XEmbed for SNI trays.
|
||||
Can also be used by standalone tray apps.
|
||||
|
||||
%package -n gmenudbusmenuproxy
|
||||
Summary: GMenu to DBusMenu Proxy
|
||||
Group: System/Gui/KDE
|
||||
%if 0%{?suse_version} >= 1500
|
||||
Recommends: (unity-gtk2-module if libgtk-2_0-0)
|
||||
Recommends: (unity-gtk3-module if libgtk-3-0)
|
||||
%endif
|
||||
|
||||
%description -n gmenudbusmenuproxy
|
||||
This package provides a proxy translating GMenu (GTK Menu) to DBusMenu (the
|
||||
standard), useful for global menu implementations.
|
||||
|
||||
%package devel
|
||||
Summary: The KDE Plasma Workspace Components
|
||||
@ -370,7 +383,6 @@ fi
|
||||
%{_kf5_bindir}/startplasmacompositor
|
||||
%{_kf5_bindir}/systemmonitor
|
||||
%{_kf5_bindir}/plasma_waitforname
|
||||
%{_kf5_bindir}/gmenudbusmenuproxy
|
||||
%{_kf5_configdir}/autostart/org.kde.plasmashell.desktop
|
||||
%{_kf5_configdir}/autostart/klipper.desktop
|
||||
%{_kf5_configdir}/autostart/krunner.desktop
|
||||
@ -422,13 +434,17 @@ fi
|
||||
%dir %{_kf5_sharedir}/sddm/themes
|
||||
%{_kf5_sharedir}/sddm/themes/breeze/
|
||||
%{_kf5_debugdir}/*.categories
|
||||
%{_kf5_configdir}/autostart/gmenudbusmenuproxy.desktop
|
||||
|
||||
%files -n xembedsniproxy
|
||||
%license COPYING*
|
||||
%{_kf5_bindir}/xembedsniproxy
|
||||
%{_kf5_configdir}/autostart/xembedsniproxy.desktop
|
||||
|
||||
%files -n gmenudbusmenuproxy
|
||||
%license COPYING*
|
||||
%{_kf5_bindir}/gmenudbusmenuproxy
|
||||
%{_kf5_configdir}/autostart/gmenudbusmenuproxy.desktop
|
||||
|
||||
%files devel
|
||||
%license COPYING*
|
||||
%{_kf5_prefix}/include/kworkspace5/
|
||||
|
Loading…
x
Reference in New Issue
Block a user