Accepting request 861762 from home:wolfi323:branches:KDE:Extra
- Add dependencies on breeze5-icons-rcc instead of breeze5-icons where necessary, kexi needs breeze-icons.rcc (during build and on runtime) which has been split out to a seperate package recently OBS-URL: https://build.opensuse.org/request/show/861762 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kexi?expand=0&rev=22
This commit is contained in:
parent
0e41b5958b
commit
cddad41e2b
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 8 10:51:47 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
|
||||||
|
|
||||||
|
- Add dependencies on breeze5-icons-rcc instead of breeze5-icons
|
||||||
|
where necessary, kexi needs breeze-icons.rcc (during build and on
|
||||||
|
runtime) which has been split out to a seperate package recently
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 06:23:56 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
Tue Sep 29 06:23:56 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@ URL: http://www.kexi-project.org/
|
|||||||
Source0: https://download.kde.org/stable/%{name}/src/%{name}-%{version}.tar.xz
|
Source0: https://download.kde.org/stable/%{name}/src/%{name}-%{version}.tar.xz
|
||||||
# PATCH-FIX-UPSTREAM
|
# PATCH-FIX-UPSTREAM
|
||||||
Patch0: Fix-build-with-Qt-5_13.patch
|
Patch0: Fix-build-with-Qt-5_13.patch
|
||||||
BuildRequires: breeze5-icons
|
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: kdb-devel
|
BuildRequires: kdb-devel
|
||||||
@ -78,6 +77,14 @@ BuildRequires: postgresql-server-devel
|
|||||||
%else
|
%else
|
||||||
BuildRequires: postgresql-devel
|
BuildRequires: postgresql-devel
|
||||||
%endif
|
%endif
|
||||||
|
# Kexi needs breeze-icons.rcc during build and on runtime (it doesn't start without it installed)
|
||||||
|
%if 0%{?suse_version} > 1500 || "%{?_repository}" == "KDE_Applications_openSUSE_Leap_15.1" || "%{?_repository}" == "KDE_Applications_openSUSE_Leap_15.2"
|
||||||
|
BuildRequires: breeze5-icons-rcc
|
||||||
|
Requires: breeze5-icons-rcc
|
||||||
|
%else
|
||||||
|
BuildRequires: breeze5-icons
|
||||||
|
Requires: breeze5-icons
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Kexi is a visual database applications creator, competing with
|
Kexi is a visual database applications creator, competing with
|
||||||
|
Loading…
Reference in New Issue
Block a user