forked from pool/MozillaFirefox
Accepting request 530202 from home:Zaitor:branches:mozilla:Factory
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0), pkgconfig(gtk+-2.0), pkgconfig(gtk+-unix-print-2.0), pkgconfig(glib-2.0), pkgconfig(gobject-2.0) and pkgconfig(gdk-x11-2.0) BuildRequires, align with what configure looks for. OBS-URL: https://build.opensuse.org/request/show/530202 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=605
This commit is contained in:
parent
1bfb30f717
commit
263c14d0f3
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 30 20:10:50 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
|
||||
pkgconfig(gtk+-2.0), pkgconfig(gtk+-unix-print-2.0),
|
||||
pkgconfig(glib-2.0), pkgconfig(gobject-2.0) and
|
||||
pkgconfig(gdk-x11-2.0) BuildRequires, align with what configure
|
||||
looks for.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 08:28:29 UTC 2017 - wr@rosenauer.org
|
||||
|
||||
|
@ -67,7 +67,6 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: cargo
|
||||
BuildRequires: libXcomposite-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libgnomeui-devel
|
||||
BuildRequires: libidl-devel
|
||||
BuildRequires: libiw-devel
|
||||
BuildRequires: libnotify-devel
|
||||
@ -84,9 +83,15 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: xorg-x11-libXt-devel
|
||||
BuildRequires: yasm
|
||||
BuildRequires: zip
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(gdk-x11-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.22
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-2.0) >= 2.18.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
|
||||
BuildRequires: pkgconfig(gtk+-unix-print-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
|
Loading…
Reference in New Issue
Block a user