Accepting request 106162 from GNOME:Factory
Fix build after xorg-x11 shuffle. OBS-URL: https://build.opensuse.org/request/show/106162 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=120
This commit is contained in:
commit
59e51c859b
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 19 16:21:52 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Add pkgconfig() BuildRequires that used to be pulled in by
|
||||||
|
something else before (but the relayout of xorg-x11 packages
|
||||||
|
changed this behavior): fontconfig, x11, xcomposite, xcursor,
|
||||||
|
xdamage, xext, xfixes, xi, xinerama, xrandr, xrender.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 7 07:36:17 UTC 2012 - vuntz@opensuse.org
|
Tue Feb 7 07:36:17 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
12
gtk2.spec
12
gtk2.spec
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# When updating the binary version, do not forget to also update baselibs.conf
|
# When updating the binary version, do not forget to also update baselibs.conf
|
||||||
%define gtk_binary_version 2.10.0
|
%define gtk_binary_version 2.10.0
|
||||||
|
|
||||||
@ -66,6 +67,17 @@ BuildRequires: libjasper-devel
|
|||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: pango-devel
|
BuildRequires: pango-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
|
BuildRequires: pkgconfig(fontconfig)
|
||||||
|
BuildRequires: pkgconfig(x11)
|
||||||
|
BuildRequires: pkgconfig(xcomposite)
|
||||||
|
BuildRequires: pkgconfig(xcursor)
|
||||||
|
BuildRequires: pkgconfig(xdamage)
|
||||||
|
BuildRequires: pkgconfig(xext)
|
||||||
|
BuildRequires: pkgconfig(xfixes)
|
||||||
|
BuildRequires: pkgconfig(xi)
|
||||||
|
BuildRequires: pkgconfig(xinerama)
|
||||||
|
BuildRequires: pkgconfig(xrandr) >= 1.2.99
|
||||||
|
BuildRequires: pkgconfig(xrender)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user