Accepting request 133343 from home:vuntz:branches:GNOME:Factory
suggested tweak OBS-URL: https://build.opensuse.org/request/show/133343 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=140
This commit is contained in:
parent
aa4ea1be8a
commit
fea2c59ea6
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 8 07:29:13 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Add explicit pkgconfig(libpulse-mainloop-glib) BuildRequires:
|
||||
we forgot to add it when adding pkgconfig(libpulse).
|
||||
- Add pkgconfig(xext) BuildRequires: new explicit dependency in
|
||||
3.5.5 for the power plugin that needs the XSync API.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 21:09:34 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
@ -135,7 +143,7 @@ Sat Jun 9 17:08:12 UTC 2012 - dimstar@opensuse.org
|
||||
- Fix applying settings to newly added touchpads
|
||||
- Reduce default touchpad deactivation to 1s
|
||||
+ Housekeeping:
|
||||
- Split out 'ingnore unix mount' code
|
||||
- Split out 'ignore unix mount' code
|
||||
+ Keyboard:
|
||||
- Always apply xmodmap
|
||||
- Lots of cleanups
|
||||
@ -160,8 +168,9 @@ Sat Jun 9 17:08:12 UTC 2012 - dimstar@opensuse.org
|
||||
- Be quiet about unloadable profiles
|
||||
+ Updated translations.
|
||||
- Drop pkgconfig(libxklavier), pkgconfig(libgnomekbd) and
|
||||
pkgconfig(libgnomekbdui) BuildRequires
|
||||
- Add pkgconfig(xkbfile) BuildRequires.
|
||||
pkgconfig(libgnomekbdui) BuildRequires.
|
||||
- Add pkgconfig(xkbfile) BuildRequires: add upstream after
|
||||
libgnomekbd dependency got dropped.
|
||||
- Drop gnome-settings-daemon-reduce-tap-delay.patch: fixed upstream
|
||||
- Rebase gnome-settings-daemon-bnc462640-mute-action.patch.
|
||||
|
||||
|
@ -72,6 +72,7 @@ BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.7.3
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
BuildRequires: pkgconfig(libpulse-mainloop-glib)
|
||||
%if %{with_systemd}
|
||||
BuildRequires: pkgconfig(libsystemd-login)
|
||||
%endif
|
||||
@ -80,6 +81,7 @@ BuildRequires: pkgconfig(nss)
|
||||
BuildRequires: pkgconfig(packagekit-glib2) >= 0.7.4
|
||||
BuildRequires: pkgconfig(upower-glib) >= 0.9.11
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(xi)
|
||||
BuildRequires: pkgconfig(xkbfile)
|
||||
|
Loading…
Reference in New Issue
Block a user