Accepting request 56049 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/56049 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=12
This commit is contained in:
parent
3b88d46bb7
commit
273b41ca49
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 15 12:18:00 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Add explicit dbus-1 Requires since dconf does depend on dbus to
|
||||
work, and dbus-1 BuildRequires for directory ownership.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 11 21:31:18 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -26,11 +26,16 @@ Summary: Simple key-based configuration system
|
||||
Group: System/Libraries
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
# For directory ownership
|
||||
BuildRequires: dbus-1
|
||||
BuildRequires: vala-devel
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
# dconf provides a dbus service, but has no dependency on dbus in any way
|
||||
# (because it uses gdbus), so we need an explicit Requires
|
||||
Requires: dbus-1
|
||||
|
||||
%description
|
||||
dconf is a low-level configuration system. Its main purpose is to
|
||||
|
Loading…
Reference in New Issue
Block a user