Accepting request 244465 from KDE:Frameworks5
Update to 5.0.1 OBS-URL: https://build.opensuse.org/request/show/244465 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plasma5-workspace?expand=0&rev=2
This commit is contained in:
commit
2276c3d764
3
plasma-workspace-5.0.1.tar.xz
Normal file
3
plasma-workspace-5.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f7827caa9251ee7662e4099e273ae795c0c16ece4c6e017ce5627be99f72bba
|
||||
size 6185064
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06f77b19cca2aaabc0024ec934b09133b0fd07f74fb81bfdcf5cccf71c39838f
|
||||
size 4584372
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 8 17:31:10 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.0.1
|
||||
* Bugfix release, translation and accessibility fixes
|
||||
* Translation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 5 18:02:01 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Add frameworkintegration-plugin Requires
|
||||
- Split out drkonqi to a separate drkonqi5 package (useful for those
|
||||
that want to get backtrace w/o Workspace installed)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 24 17:51:58 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: plasma5-workspace
|
||||
Version: 5.0.1~20140724~3ba9875
|
||||
Version: 5.0.1
|
||||
Release: 0
|
||||
Summary: The KDE Plasma Workspace Components
|
||||
License: GPL-2.0+
|
||||
@ -93,6 +93,9 @@ Requires: milou5
|
||||
Requires: libqt5-qtquickcontrols
|
||||
# battery applet
|
||||
Requires: solid-imports
|
||||
# dialog/platformtheme/etc
|
||||
Requires: drkonqi5
|
||||
Requires: frameworkintegration-plugin
|
||||
# de-facto even required...
|
||||
Recommends: kactivities5
|
||||
# we want wallpaper previews
|
||||
@ -106,6 +109,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%description
|
||||
This package contains the basic packages for a Plasma workspace.
|
||||
|
||||
%package -n drkonqi5
|
||||
Summary: KDE crash handler
|
||||
Group: Development/Tools/Debuggers
|
||||
|
||||
%description -n drkonqi5
|
||||
The KDE Crash Handler gives the user feedback if a program has crashed.
|
||||
|
||||
%package devel
|
||||
Summary: The KDE Plasma Workspace Components
|
||||
Group: Development/Libraries/KDE
|
||||
@ -133,15 +143,17 @@ workspace. Development files.
|
||||
# we have a separate package for Plasma5 session
|
||||
rm -rf %{buildroot}%{_kf5_sharedir}/xsessions
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post -n drkonqi5 -p /sbin/ldconfig
|
||||
|
||||
%postun -n drkonqi5 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%{_kf5_bindir}/installdbgsymbols.sh
|
||||
%{_kf5_bindir}/kcheckrunning
|
||||
%{_kf5_bindir}/kcminit
|
||||
%{_kf5_bindir}/kcminit_startup
|
||||
@ -162,7 +174,6 @@ workspace. Development files.
|
||||
%config %{_kf5_configdir}/plasmoids.knsrc
|
||||
%config %{_kf5_configdir}/wallpaper.knsrc
|
||||
%dir %{_kf5_libdir}/libexec
|
||||
%{_kf5_libdir}/libexec/drkonqi
|
||||
%{_kf5_libdir}/libexec/kcheckpass
|
||||
%{_kf5_libdir}/libexec/kscreenlocker_greet
|
||||
%{_kf5_libdir}/libexec/ksyncdbusenv
|
||||
@ -176,7 +187,6 @@ workspace. Development files.
|
||||
%{_kf5_libdir}/libplasma-geolocation-interface.so.*
|
||||
%{_kf5_libdir}/libtaskmanager.so.*
|
||||
%{_kf5_libdir}/libweather_ion.so.*
|
||||
%{_kf5_libdir}/libKF5XmlRpcClientPrivate.so.*
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_qmldir}/
|
||||
%{_kf5_applicationsdir}/org.kde.klipper.desktop
|
||||
@ -188,7 +198,6 @@ workspace. Development files.
|
||||
%dir %{_kf5_htmldir}/en
|
||||
%dir %{_kf5_htmldir}
|
||||
%doc %{_kf5_htmldir}/en/klipper/
|
||||
%{_kf5_sharedir}/drkonqi/
|
||||
%{_kf5_notifydir}/
|
||||
%{_kf5_servicesdir}/
|
||||
%{_kf5_servicetypesdir}/
|
||||
@ -199,6 +208,15 @@ workspace. Development files.
|
||||
%{_kf5_sharedir}/solid/
|
||||
%{_kf5_sharedir}/sddm/
|
||||
|
||||
%files -n drkonqi5
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%{_kf5_bindir}/installdbgsymbols.sh
|
||||
%dir %{_kf5_libdir}/libexec
|
||||
%{_kf5_libdir}/libexec/drkonqi
|
||||
%{_kf5_sharedir}/drkonqi/
|
||||
%{_kf5_libdir}/libKF5XmlRpcClientPrivate.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
|
Loading…
x
Reference in New Issue
Block a user