diff --git a/startup-notification.changes b/startup-notification.changes index 0923878..22a0afb 100644 --- a/startup-notification.changes +++ b/startup-notification.changes @@ -1,7 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 29 13:09:57 UTC 2017 - dimstar@opensuse.org + +- Replace xorg-x11-devel BuildRequires with pkgconfig(xcb), + pkgconfig(xcb-aux), pkgconfig(xcb-event) and pkgconfig(x11-xcb). + ------------------------------------------------------------------- Fri Apr 5 11:14:02 UTC 2013 - idonmez@suse.com -- Add Source URL, see https://en.opensuse.org/SourceUrls +- Add Source URL, see https://en.opensuse.org/SourceUrls. ------------------------------------------------------------------- Fri Mar 1 12:35:31 UTC 2013 - dimstar@opensuse.org diff --git a/startup-notification.spec b/startup-notification.spec index b188343..5fb0142 100644 --- a/startup-notification.spec +++ b/startup-notification.spec @@ -1,7 +1,7 @@ # # spec file for package startup-notification # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -25,7 +25,10 @@ Group: System/X11/Utilities Url: http://www.freedesktop.org/wiki/Software/startup-notification Source: http://www.freedesktop.org/software/startup-notification/releases/startup-notification-%{version}.tar.gz Source99: baselibs.conf -BuildRequires: xorg-x11-devel +BuildRequires: pkgconfig(x11-xcb) +BuildRequires: pkgconfig(xcb) >= 1.6 +BuildRequires: pkgconfig(xcb-aux) +BuildRequires: pkgconfig(xcb-event) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description