From 6b748170856fbb15fb4d0150413e42a0fe7a3331df5d4ecdbba940e2e7cf7dbb Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 24 May 2016 14:26:07 +0000 Subject: [PATCH] - Use pkgconfig to require libxkbcommon-x11-devel - Require lxqt-mount to have mounter option working OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=5 --- lxqt-panel.changes | 6 ++++++ lxqt-panel.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lxqt-panel.changes b/lxqt-panel.changes index 842e5d9..904936b 100644 --- a/lxqt-panel.changes +++ b/lxqt-panel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 24 14:25:08 UTC 2016 - mvetter@suse.com + +- Use pkgconfig to require libxkbcommon-x11-devel +- Require lxqt-mount to have mounter option working + ------------------------------------------------------------------- Wed Dec 23 13:05:14 UTC 2015 - mvetter@suse.com diff --git a/lxqt-panel.spec b/lxqt-panel.spec index 0b9cacb..cf4d047 100644 --- a/lxqt-panel.spec +++ b/lxqt-panel.spec @@ -48,10 +48,11 @@ BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libstatgrab) BuildRequires: pkgconfig(lxqt) >= %{version} BuildRequires: pkgconfig(lxqt-globalkeys) >= %{version} +BuildRequires: pkgconfig(lxqtmount) BuildRequires: pkgconfig(sysstat-qt5) BuildRequires: pkgconfig(xcomposite) +BuildRequires: pkgconfig(xkbcommon-x11) BuildRequires: pkgconfig(xrender) -BuildRequires: libxkbcommon-x11-devel Requires: lxmenu-data Requires: menu-cache BuildRoot: %{_tmppath}/%{name}-%{version}-build