Accepting request 291433 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/291433 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=181
This commit is contained in:
parent
97efae8abc
commit
b0d343459f
25
0001-build-detect-vala-0.28-branch.patch
Normal file
25
0001-build-detect-vala-0.28-branch.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From a678afa7c9c3f72a097169cbe4310efd098d6c5b Mon Sep 17 00:00:00 2001
|
||||||
|
From: Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
Date: Thu, 5 Feb 2015 13:50:55 +0100
|
||||||
|
Subject: [PATCH] build: detect vala 0.28 branch
|
||||||
|
|
||||||
|
---
|
||||||
|
configure.ac | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index d109e47..ec62cf6 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/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]],
|
||||||
|
+ m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28]],
|
||||||
|
[PKG_CHECK_EXISTS([ libvala-VERSION ],
|
||||||
|
[ valaver="-VERSION" ])
|
||||||
|
])
|
||||||
|
--
|
||||||
|
2.2.1
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b26cd75ddb603c3cca4348e277d17360e511d75bd77ee2ef52047b75408e617b
|
|
||||||
size 6310008
|
|
3
anjuta-3.15.90.tar.xz
Normal file
3
anjuta-3.15.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d7de0bd391a7e9706f7eaa7b07686ae77fd88a3045eec30b0bc55fa52a0824cb
|
||||||
|
size 6303956
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 5 13:23:18 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Add 0001-build-detect-vala-0.28-branch.patch: Add support for
|
||||||
|
Vala 0.28 branch.
|
||||||
|
- Add gnome-common BuildRequires and call to autogen.sh, as above
|
||||||
|
patch touches the build system.
|
||||||
|
- Replace pkgconfig(libvala-0.26) BuildRequires with
|
||||||
|
pkgconfig(libvala-0.28).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 29 14:22:27 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.15.90:
|
||||||
|
+ symbol-db:
|
||||||
|
- anjuta-tags: build breakage with recent glib (bgo#733600).
|
||||||
|
- Provide better error message if one GDA backend is missing.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 25 11:19:01 UTC 2015 - zaitor@opensuse.org
|
Sun Jan 25 11:19:01 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
13
anjuta.spec
13
anjuta.spec
@ -17,20 +17,24 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: anjuta
|
Name: anjuta
|
||||||
Version: 3.14.1
|
Version: 3.15.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Versatile Integrated Development Environment for GNOME
|
Summary: Versatile Integrated Development Environment for GNOME
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/IDE
|
Group: Development/Tools/IDE
|
||||||
Url: http://anjuta.sourceforge.net/
|
Url: http://anjuta.sourceforge.net/
|
||||||
Source0: http://download.gnome.org/sources/anjuta/3.14/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/anjuta/3.15/%{name}-%{version}.tar.xz
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
|
# PATCH-FIX-UPSTREAM 0001-build-detect-vala-0.28-branch.patch bgo#744041 dimstar@opensuse.org -- Add support for Vala 0.28 branch
|
||||||
|
Patch0: 0001-build-detect-vala-0.28-branch.patch
|
||||||
BuildRequires: autogen
|
BuildRequires: autogen
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
# Needed for patch0
|
||||||
|
BuildRequires: gnome-common
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libapr-util1-devel
|
BuildRequires: libapr-util1-devel
|
||||||
@ -56,7 +60,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.26)
|
BuildRequires: pkgconfig(libvala-0.28)
|
||||||
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,9 +153,12 @@ and more.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# Needed for patch0
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
%configure\
|
%configure\
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-glade-catalog
|
--enable-glade-catalog
|
||||||
|
Loading…
Reference in New Issue
Block a user