Accepting request 429056 from GNOME:Factory
New stable release, no fix for vala version, so patch stays... (forwarded request 428441 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/429056 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anjuta?expand=0&rev=105
This commit is contained in:
commit
26f627b2c3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a676c587a28f784ec2096775460cd29fafc3f0216c53e0821641bcd9126b6935
|
||||
size 6386836
|
3
anjuta-3.22.0.tar.xz
Normal file
3
anjuta-3.22.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4face1c063a5a6687a6cfc6f1f700ba15f13664633c05caa2fbf50317608dd03
|
||||
size 6363016
|
13
anjuta-vala-0.34.patch
Normal file
13
anjuta-vala-0.34.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: anjuta-3.20.0/configure.ac
|
||||
===================================================================
|
||||
--- anjuta-3.20.0.orig/configure.ac
|
||||
+++ anjuta-3.20.0/configure.ac
|
||||
@@ -329,7 +329,7 @@ if test "$user_disabled_vala" = 1; then
|
||||
else
|
||||
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]],
|
||||
[PKG_CHECK_EXISTS([ libvala-VERSION ],
|
||||
[ valaver="-VERSION" ])
|
||||
])
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 08:00:49 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.22.0:
|
||||
+ Improve vala current context location.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 08:39:40 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Build with vala 0.34:
|
||||
+ Replace pkgconfig(libvala-0.32) BuildRequires with
|
||||
pkgconfig(libvala-0.34).
|
||||
+ Add anjuta-vala-0.34.patch: add support for vala 0.34.
|
||||
+ Add gnome-common BuildRequires and call to autogen.sh: above
|
||||
patch touches the build system.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 08:35:34 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
11
anjuta.spec
11
anjuta.spec
@ -17,20 +17,23 @@
|
||||
|
||||
|
||||
Name: anjuta
|
||||
Version: 3.20.0
|
||||
Version: 3.22.0
|
||||
Release: 0
|
||||
Summary: Versatile Integrated Development Environment for GNOME
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/IDE
|
||||
Url: https://wiki.gnome.org/Apps/Anjuta
|
||||
Source0: http://download.gnome.org/sources/anjuta/3.20/%{name}-%{version}.tar.xz
|
||||
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
|
||||
Patch0: anjuta-vala-0.34.patch
|
||||
BuildRequires: autogen
|
||||
BuildRequires: binutils-devel
|
||||
BuildRequires: bison
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libapr-util1-devel
|
||||
@ -56,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.32)
|
||||
BuildRequires: pkgconfig(libvala-0.34)
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23
|
||||
BuildRequires: pkgconfig(serf-1)
|
||||
BuildRequires: pkgconfig(vte-2.91)
|
||||
@ -149,9 +152,11 @@ and more.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure\
|
||||
--disable-static \
|
||||
--enable-glade-catalog
|
||||
|
Loading…
Reference in New Issue
Block a user