Accepting request 251844 from GNOME:Next
Push GNOME 3.14.0 OBS-URL: https://build.opensuse.org/request/show/251844 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=177
This commit is contained in:
parent
dd4993e076
commit
e939bf8754
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f32e7fd4fce96047314c5fd149f5dc4b34455570f64f8b0aa606906834dd58b4
|
|
||||||
size 6195532
|
|
3
anjuta-3.14.0.tar.xz
Normal file
3
anjuta-3.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b1aac2d4c35891b23c9bc3f168bf2845e02d0a438742478c98e450950d82b5e5
|
||||||
|
size 6197480
|
@ -1,25 +0,0 @@
|
|||||||
From f65b982f803cbc7508afb70737618bd07b3567ec Mon Sep 17 00:00:00 2001
|
|
||||||
From: Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
Date: Sun, 24 Aug 2014 16:09:57 +0200
|
|
||||||
Subject: [PATCH] devhelp plugin: support webkit2gtk-3.0 and webkit2gtk-4.0
|
|
||||||
|
|
||||||
---
|
|
||||||
configure.ac | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index 619f126..09138df 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -234,7 +234,7 @@ fi
|
|
||||||
|
|
||||||
if test "x$devhelp_enabled" = "xyes"; then
|
|
||||||
case "$PLUGIN_DEVHELP_LIBS" in
|
|
||||||
- *webkit2gtk-3.0*)
|
|
||||||
+ *webkit2gtk-3.0*|*webkit2gtk-4.0*)
|
|
||||||
AC_DEFINE([HAVE_WEBKIT2], [1], [Defined if devhelp is built against webkitgtk2])
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
--
|
|
||||||
2.0.4
|
|
||||||
|
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 21 16:57:09 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.14.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 14 16:32:48 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.13.92:
|
||||||
|
+ Support webkit2gtk-4.0.
|
||||||
|
+ Removed useless mark for translation.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop anjuta-devhelp-webkit2.patch: fixed upstream
|
||||||
|
- Drop gnome-common BuildRequires and call to autogen.sh: no longer
|
||||||
|
needed, as no patch touches the build system.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 24 14:29:58 UTC 2014 - dimstar@opensuse.org
|
Sun Aug 24 14:29:58 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
11
anjuta.spec
11
anjuta.spec
@ -17,24 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: anjuta
|
Name: anjuta
|
||||||
Version: 3.13.90
|
Version: 3.14.0
|
||||||
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.13/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/anjuta/3.14/%{name}-%{version}.tar.xz
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
# PATCH-FIX-UPSTREAM anjuta-devhelp-webkit2.patch bgo#735328 dimstar@opensuse.org -- devhelp can be build either with WebKit2gtk-3.0 or WebKit2gtk-4.0
|
|
||||||
Patch0: anjuta-devhelp-webkit2.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
|
||||||
@ -153,12 +149,9 @@ 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