forked from pool/gnome-settings-daemon
Accepting request 47432 from home:vuntz:branches:GNOME:Factory
ok OBS-URL: https://build.opensuse.org/request/show/47432 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=70
This commit is contained in:
parent
79d18530a1
commit
adaaa00fe9
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 8 01:11:10 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Change old-style BuildRequires to pkgconfig() style
|
||||||
|
BuildRequires:
|
||||||
|
+ old-style: gnome-desktop-devel, libcanberra-devel,
|
||||||
|
libgnomekbd-devel, libnotify-devel, libpulse-devel,
|
||||||
|
mozilla-nss-devel, polkit-devel, xorg-x11.
|
||||||
|
+ new-style: dbus-glib-1, fontconfig, gconf-2.0, glib-2.0,
|
||||||
|
gnome-desktop-2.0, gtk+-2.0, libcanberra-gtk, libgnomekbd,
|
||||||
|
libgnomekbdui, libnotify, libpulse, libxklavier, nss,
|
||||||
|
polkit-gobject-1, xi.
|
||||||
|
- This will make it easier to switch to GNOME 3 libraries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 4 22:41:36 CEST 2010 - vuntz@opensuse.org
|
Sat Sep 4 22:41:36 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -41,18 +41,25 @@ Patch11: gnome-settings-daemon-bnc461755-randr-rotate-wacom.diff
|
|||||||
Patch13: gnome-settings-daemon-add-layout-switcher.patch
|
Patch13: gnome-settings-daemon-add-layout-switcher.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: gnome-desktop-devel
|
|
||||||
BuildRequires: gnome-patch-translation
|
BuildRequires: gnome-patch-translation
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libcanberra-devel
|
|
||||||
BuildRequires: libgnomekbd-devel
|
|
||||||
BuildRequires: libnotify-devel
|
|
||||||
BuildRequires: libpulse-devel
|
|
||||||
BuildRequires: mozilla-nss-devel
|
|
||||||
BuildRequires: polkit-devel
|
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xorg-x11
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
|
BuildRequires: pkgconfig(fontconfig)
|
||||||
|
BuildRequires: pkgconfig(gconf-2.0)
|
||||||
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
|
BuildRequires: pkgconfig(gnome-desktop-2.0)
|
||||||
|
BuildRequires: pkgconfig(gtk+-2.0)
|
||||||
|
BuildRequires: pkgconfig(libcanberra-gtk)
|
||||||
|
BuildRequires: pkgconfig(libgnomekbd)
|
||||||
|
BuildRequires: pkgconfig(libgnomekbdui)
|
||||||
|
BuildRequires: pkgconfig(libnotify)
|
||||||
|
BuildRequires: pkgconfig(libpulse)
|
||||||
|
BuildRequires: pkgconfig(libxklavier)
|
||||||
|
BuildRequires: pkgconfig(nss)
|
||||||
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||||
|
BuildRequires: pkgconfig(xi)
|
||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}
|
||||||
# Split so people can depend on this only if needed
|
# Split so people can depend on this only if needed
|
||||||
Requires: %{name}-polkit-datetime = %{version}
|
Requires: %{name}-polkit-datetime = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user