Accepting request 459750 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/459750 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=195
This commit is contained in:
parent
9501b40f66
commit
2687437efe
@ -7,7 +7,7 @@ Index: anjuta-3.20.0/configure.ac
|
||||
AC_MSG_RESULT(no)
|
||||
AC_MSG_CHECKING(if libvala is available)
|
||||
- m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32]],
|
||||
+ m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32], [0.34]],
|
||||
+ m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32], [0.34], [0.36]],
|
||||
[PKG_CHECK_EXISTS([ libvala-VERSION ],
|
||||
[ valaver="-VERSION" ])
|
||||
])
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 25 08:22:17 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Build wit vala 0.36:
|
||||
+ place pkgconfig(libvala-0.34) BuildRequires with
|
||||
pkgconfig(libvala-0.36).
|
||||
+ Extend anjuta-vala-0.34.patch: add support for vala 0.36.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 08:00:49 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
@ -25,7 +25,7 @@ Group: Development/Tools/IDE
|
||||
Url: https://wiki.gnome.org/Apps/Anjuta
|
||||
Source0: http://download.gnome.org/sources/anjuta/3.22/%{name}-%{version}.tar.xz
|
||||
Source99: %{name}-rpmlintrc
|
||||
# PATCH-FIX-UPSTREAM anjuta-vala-0.34.patch dimstar@opensuse.org -- Enable building with vala 0.34
|
||||
# PATCH-FIX-UPSTREAM anjuta-vala-0.34.patch dimstar@opensuse.org -- Enable building with vala 0.34 and 0.36
|
||||
Patch0: anjuta-vala-0.34.patch
|
||||
BuildRequires: autogen
|
||||
BuildRequires: binutils-devel
|
||||
@ -59,7 +59,7 @@ BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0
|
||||
BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.7.5
|
||||
BuildRequires: pkgconfig(libgda-5.0) >= 5.0.0
|
||||
BuildRequires: pkgconfig(libgvc)
|
||||
BuildRequires: pkgconfig(libvala-0.34)
|
||||
BuildRequires: pkgconfig(libvala-0.36)
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23
|
||||
BuildRequires: pkgconfig(serf-1)
|
||||
BuildRequires: pkgconfig(vte-2.91)
|
||||
|
Loading…
Reference in New Issue
Block a user