commit 755f4a578bcd1a92af99b128e6186297335a809591e53f7c4b7f8ffa1fab6ac2 Author: Fabian Vogt Date: Thu Sep 14 17:02:39 2017 +0000 osc copypac from project:home:Vogtinator:plasma511 package:drkonqi5 revision:6 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/drkonqi-5.10.95.tar.xz b/drkonqi-5.10.95.tar.xz new file mode 100644 index 0000000..53c1a77 --- /dev/null +++ b/drkonqi-5.10.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a453f54936035977e682efab740d07ab6d9c2693c3d9e72628a3a4b8e862e3 +size 739492 diff --git a/drkonqi5.changes b/drkonqi5.changes new file mode 100644 index 0000000..edfce9b --- /dev/null +++ b/drkonqi5.changes @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 14 14:29:04 CEST 2017 - fabian@ritter-vogt.de + +- Update to 5.10.95 + +------------------------------------------------------------------- +Mon Aug 14 09:20:32 UTC 2017 - fabian@ritter-vogt.de + +- Initial package, split from plasma5-workspace diff --git a/drkonqi5.spec b/drkonqi5.spec new file mode 100644 index 0000000..32f68ae --- /dev/null +++ b/drkonqi5.spec @@ -0,0 +1,90 @@ +# +# spec file for package drkonqi5 +# +# Copyright (c) 2017 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/ +# + + +%define kf5_version 5.34.0 +%bcond_without lang +Name: drkonqi5 +# Full Plasma 5 version (e.g. 5.9.1) +%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}} +# 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}')} +Version: 5.10.95 +Release: 0 +Summary: Helper for debugging and reporting crashes +License: GPL-2.0+ +Group: Development/Tools/Debuggers +Url: http://www.kde.org/ +Source: http://download.kde.org/unstable/plasma/%{version}/drkonqi-%{version}.tar.xz +# PATCHES 100-199 are from upstream 5.11 branch +# PATCHES 200-299 and above are from upstream master/5.12 branch +BuildRequires: extra-cmake-modules >= 1.8.0 +BuildRequires: cmake(KF5Completion) >= %{kf5_version} +BuildRequires: cmake(KF5ConfigWidgets) >= %{kf5_version} +BuildRequires: cmake(KF5CoreAddons) >= %{kf5_version} +BuildRequires: cmake(KF5Crash) >= %{kf5_version} +BuildRequires: cmake(KF5I18n) >= %{kf5_version} +BuildRequires: cmake(KF5IdleTime) >= %{kf5_version} +BuildRequires: cmake(KF5JobWidgets) >= %{kf5_version} +BuildRequires: cmake(KF5KIO) >= %{kf5_version} +BuildRequires: cmake(KF5Notifications) >= %{kf5_version} +BuildRequires: cmake(KF5Service) >= %{kf5_version} +BuildRequires: cmake(KF5Wallet) >= %{kf5_version} +BuildRequires: cmake(KF5WidgetsAddons) >= %{kf5_version} +BuildRequires: cmake(KF5XmlRpcClient) >= %{kf5_version} +BuildRequires: cmake(Qt5Concurrent) +BuildRequires: cmake(Qt5Core) >= 5.7.0 +BuildRequires: cmake(Qt5DBus) +BuildRequires: cmake(Qt5Test) +BuildRequires: cmake(Qt5Widgets) +BuildRequires: cmake(Qt5X11Extras) +Recommends: %{name}-lang + +%description +The KDE Crash Handler gives the user feedback if a program has crashed. + +%lang_package + +%prep +%setup -q -n drkonqi-%{version} + +%build + %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} + %make_jobs + +%install + %kf5_makeinstall -C build + + %if %{with lang} + %{kf5_find_lang} + %endif + + install -p -D -m755 src/doc/examples/installdbgsymbols_suse.sh \ + %{buildroot}%{_kf5_bindir}/installdbgsymbols.sh + +%files +%doc COPYING +%{_kf5_bindir}/installdbgsymbols.sh +%dir %{_kf5_libdir}/libexec +%{_kf5_libdir}/libexec/drkonqi +%{_kf5_sharedir}/drkonqi/ + +%if %{with lang} +%files lang -f %{name}.lang +%endif + +%changelog