From 82ce8f17a42c7f542b847a0e55f69cb58dcc2c8b4b4eaa6d5730fa88d04d79e4 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 22 May 2018 16:09:12 +0000 Subject: [PATCH] - Remove BuildRequire for pkgconfig(libmenu-cache): Seems to create problems under some conditions. See https://forum.lxqt.org/t/release-lxqt-0-13-0/301 OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-runner?expand=0&rev=7 --- lxqt-runner.changes | 7 +++++++ lxqt-runner.spec | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lxqt-runner.changes b/lxqt-runner.changes index 59ee2a5..7050487 100644 --- a/lxqt-runner.changes +++ b/lxqt-runner.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 22 16:08:00 UTC 2018 - mvetter@suse.com + +- Remove BuildRequire for pkgconfig(libmenu-cache): + Seems to create problems under some conditions. + See https://forum.lxqt.org/t/release-lxqt-0-13-0/301 + ------------------------------------------------------------------- Tue May 22 15:33:17 UTC 2018 - mvetter@suse.com diff --git a/lxqt-runner.spec b/lxqt-runner.spec index b3718b4..aae8ed1 100644 --- a/lxqt-runner.spec +++ b/lxqt-runner.spec @@ -33,7 +33,6 @@ BuildRequires: pkgconfig BuildRequires: cmake(KF5WindowSystem) BuildRequires: pkgconfig(Qt5UiTools) BuildRequires: pkgconfig(Qt5Xdg) -BuildRequires: pkgconfig(libmenu-cache) BuildRequires: pkgconfig(lxqt) >= %{version} BuildRequires: pkgconfig(lxqt-globalkeys) >= %{version} BuildRequires: pkgconfig(muparser)