forked from pool/drkonqi5
Plasma 5.13 Beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=29
This commit is contained in:
parent
79cf259c2c
commit
847f3cf195
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d8b171b4e7ba3f4535950aca3531080c9bc25d1c17de7637452ca9c21ece602b
|
|
||||||
size 737996
|
|
3
drkonqi-5.12.90.tar.xz
Normal file
3
drkonqi-5.12.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e68e4491dd4b2d63164357e92a749a9c97f99a1aa8738bc45501ddd02c9bc291
|
||||||
|
size 737044
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 19 14:16:33 CEST 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.12.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.12.90.php
|
||||||
|
- Changes since 5.12.5:
|
||||||
|
* Warning--
|
||||||
|
* Fix oversights of the last DBusInterfaceLauncher commit
|
||||||
|
* DrKonqi: Enable DBus-Interface for debugging with KDevelop
|
||||||
|
* Use static_cast of parent where type is known
|
||||||
|
* Fix README to show the right config section
|
||||||
|
* Add explicit includes to fix build with Qt 5.11
|
||||||
|
* Add explicit includes to fix build with Qt 5.11
|
||||||
|
* Remove parentheses
|
||||||
|
* Use non-deprecated KDEInstallDirs variable
|
||||||
|
* Remove no longer needed version checks
|
||||||
|
* Remove module namespace from Qt includes
|
||||||
|
* Remove include of unused cmake macros
|
||||||
|
* Use KF5_MIN_VERSION also for ECM, now that it's part of KF
|
||||||
|
* Bump min cmake version to 3.0, move cmake_minimum_required to top
|
||||||
|
* Remove duplicate definition
|
||||||
|
* Use debug categories
|
||||||
|
* Initialize pointer
|
||||||
|
* Build with strict definition.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 2 09:05:43 CEST 2018 - fabian@ritter-vogt.de
|
Wed May 2 09:05:43 CEST 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -16,20 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define kf5_version 5.34.0
|
%define kf5_version 5.45.0
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: drkonqi5
|
Name: drkonqi5
|
||||||
# Full Plasma 5 version (e.g. 5.9.1)
|
# Full Plasma 5 version (e.g. 5.9.1)
|
||||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
||||||
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
|
# Latest 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}')}
|
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||||
Version: 5.12.5
|
Version: 5.12.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Helper for debugging and reporting crashes
|
Summary: Helper for debugging and reporting crashes
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Debuggers
|
Group: Development/Tools/Debuggers
|
||||||
Url: http://www.kde.org/
|
Url: http://www.kde.org/
|
||||||
Source: http://download.kde.org/stable/plasma/%{version}/drkonqi-%{version}.tar.xz
|
Source: http://download.kde.org/unstable/plasma/%{version}/drkonqi-%{version}.tar.xz
|
||||||
# PATCHES 100-199 are from upstream 5.11 branch
|
# PATCHES 100-199 are from upstream 5.11 branch
|
||||||
# PATCHES 200-299 and above are from upstream master/5.12 branch
|
# PATCHES 200-299 and above are from upstream master/5.12 branch
|
||||||
BuildRequires: extra-cmake-modules >= 1.8.0
|
BuildRequires: extra-cmake-modules >= 1.8.0
|
||||||
@ -77,12 +77,13 @@ The KDE Crash Handler gives the user feedback if a program has crashed.
|
|||||||
%{buildroot}%{_kf5_bindir}/installdbgsymbols.sh
|
%{buildroot}%{_kf5_bindir}/installdbgsymbols.sh
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING
|
%license COPYING
|
||||||
%{_kf5_bindir}/installdbgsymbols.sh
|
%{_kf5_bindir}/installdbgsymbols.sh
|
||||||
%dir %{_kf5_libdir}/libexec
|
%dir %{_kf5_libdir}/libexec
|
||||||
%{_kf5_libdir}/libexec/drkonqi
|
%{_kf5_libdir}/libexec/drkonqi
|
||||||
%{_kf5_sharedir}/drkonqi/
|
%{_kf5_sharedir}/drkonqi/
|
||||||
%{_kf5_applicationsdir}/org.kde.drkonqi.desktop
|
%{_kf5_applicationsdir}/org.kde.drkonqi.desktop
|
||||||
|
%{_kf5_debugdir}/drkonqi.categories
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user