SHA256
1
0
forked from pool/k3b

Accepting request 513701 from home:wolfi323:branches:KDE:Applications

- Add upstream patches to not show the system configuration problems dialog if disabled (kde#381368, boo#1051368)
  * Fix-do-not-show-again.patch
  * Add-readCheckSystemConfig.patch

OBS-URL: https://build.opensuse.org/request/show/513701
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/k3b?expand=0&rev=30
This commit is contained in:
Luca Beltrame
2017-08-01 21:08:28 +00:00
committed by Git OBS Bridge
parent 525c30006d
commit 91437397e3
4 changed files with 117 additions and 1 deletions

View File

@@ -30,10 +30,14 @@ License: GPL-2.0+
Group: Productivity/Multimedia/CD/Record
Url: http://www.kde.org
Source: %{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE
# PATCH-FIX-UPSTREAM
Patch: Re-enable-transcode-support.patch
# PATCH-FIX-OPENSUSE
Patch1: Don-t-suggest-to-install-libburn.patch
# PATCH-FIX-UPSTREAM
Patch2: Fix-do-not-show-again.patch
# PATCH-FIX-UPSTREAM
Patch3: Add-readCheckSystemConfig.patch
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
@@ -122,6 +126,8 @@ This package contain files needed for development with k3b.
%setup -q
%patch -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%build
CXXFLAGS="%{optflags} -fno-strict-aliasing"