Accepting request 68681 from home:vuntz:branches:GNOME:Apps
Move to pkgconfig() BuildRequires, should help with GNOME 3 OBS-URL: https://build.opensuse.org/request/show/68681 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/genius?expand=0&rev=17
This commit is contained in:
parent
df7149d111
commit
571b7e89c7
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 28 12:57:23 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Move to pkgconfig()-style BuildRequires:
|
||||
+ Old ones: gtk2-devel, gtksourceview-devel, vte-devel.
|
||||
+ New ones: glib-2.0, gtk+-2.0, gtksourceview-2.0, vte.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 17:47:13 CET 2011 - sbrabec@suse.cz
|
||||
|
||||
|
@ -28,8 +28,6 @@ Url: http://www.jirka.org/genius.html
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: gtksourceview-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: mpfr-devel
|
||||
BuildRequires: ncurses-devel
|
||||
@ -37,7 +35,10 @@ BuildRequires: readline-devel
|
||||
BuildRequires: scrollkeeper
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vte-devel
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
BuildRequires: pkgconfig(gtksourceview-2.0)
|
||||
BuildRequires: pkgconfig(vte)
|
||||
Recommends: %{name}-lang
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user