Accepting request 328974 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/328974 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=184
This commit is contained in:
parent
9809e7bb75
commit
f4c284cd8f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 28 20:30:40 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Use sed to support vala-0.30, and due to this change replace
|
||||||
|
pkgconfig(libvala-0.28) for pkgconfig(libvala-0.30).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 23 09:10:55 UTC 2015 - dimstar@opensuse.org
|
Mon Mar 23 09:10:55 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0
|
|||||||
BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.7.5
|
BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.7.5
|
||||||
BuildRequires: pkgconfig(libgda-5.0) >= 5.0.0
|
BuildRequires: pkgconfig(libgda-5.0) >= 5.0.0
|
||||||
BuildRequires: pkgconfig(libgvc)
|
BuildRequires: pkgconfig(libgvc)
|
||||||
BuildRequires: pkgconfig(libvala-0.28)
|
BuildRequires: pkgconfig(libvala-0.30)
|
||||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23
|
||||||
BuildRequires: pkgconfig(serf-1)
|
BuildRequires: pkgconfig(serf-1)
|
||||||
BuildRequires: pkgconfig(vte-2.91)
|
BuildRequires: pkgconfig(vte-2.91)
|
||||||
@ -149,6 +149,8 @@ and more.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
# HACK to support vala 0.30
|
||||||
|
sed -i "s:-0.28:-0.30:g" configure
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user