Accepting request 20722 from GNOME:Factory
Copy from GNOME:Factory/anjuta based on submit request 20722 from user dimstar OBS-URL: https://build.opensuse.org/request/show/20722 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anjuta?expand=0&rev=33
This commit is contained in:
commit
1101bb9416
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:456d923146f3f1d3579cf6ef85946bd8219cdad58d7777e20e05905d2663f379
|
|
||||||
size 7352705
|
|
3
anjuta-2.27.92.0.tar.bz2
Normal file
3
anjuta-2.27.92.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dc4de3dca447e7b884ac6c7d02b20c6d40d02afc8840c069b88151e59609f392
|
||||||
|
size 7425927
|
26
anjuta-link.patch
Normal file
26
anjuta-link.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
Index: anjuta-2.27.92.0/plugins/gdb/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- anjuta-2.27.92.0.orig/plugins/gdb/Makefile.am
|
||||||
|
+++ anjuta-2.27.92.0/plugins/gdb/Makefile.am
|
||||||
|
@@ -47,7 +47,7 @@ libanjuta_gdb_la_SOURCES = \
|
||||||
|
|
||||||
|
noinst_PROGRAMS = gdbmi-test
|
||||||
|
gdbmi_test_SOURCES = gdbmi-test.c gdbmi.c gdbmi.h debugger.h
|
||||||
|
-gdbmi_test_LDADD = $(LIBANJUTA_LIBS) $(LIBXML_LIBS)
|
||||||
|
+gdbmi_test_LDADD = $(GTK_LIBS) $(LIBANJUTA_LIBS) $(LIBXML_LIBS)
|
||||||
|
# This last line do nothing but it is needed to avoid the error
|
||||||
|
# gdbmi.o created with both libtool and without
|
||||||
|
# Need AM_PROG_CC_C_0 in configure.in too
|
||||||
|
Index: anjuta-2.27.92.0/plugins/gdb/Makefile.in
|
||||||
|
===================================================================
|
||||||
|
--- anjuta-2.27.92.0.orig/plugins/gdb/Makefile.in
|
||||||
|
+++ anjuta-2.27.92.0/plugins/gdb/Makefile.in
|
||||||
|
@@ -415,7 +415,7 @@ libanjuta_gdb_la_SOURCES = \
|
||||||
|
utilities.h
|
||||||
|
|
||||||
|
gdbmi_test_SOURCES = gdbmi-test.c gdbmi.c gdbmi.h debugger.h
|
||||||
|
-gdbmi_test_LDADD = $(LIBANJUTA_LIBS) $(LIBXML_LIBS)
|
||||||
|
+gdbmi_test_LDADD = $(GTK_LIBS) $(LIBANJUTA_LIBS) $(LIBXML_LIBS)
|
||||||
|
# This last line do nothing but it is needed to avoid the error
|
||||||
|
# gdbmi.o created with both libtool and without
|
||||||
|
# Need AM_PROG_CC_C_0 in configure.in too
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 9 04:30:59 CEST 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.27.92.0:
|
||||||
|
+ class-gen: bgo#593532 - Untranslated strings
|
||||||
|
+ language-support-cpp-java: bgo#593291 - fix small typo
|
||||||
|
- Add anjuta-link.patch to fix build.
|
||||||
|
- Add gconf2-devel and gtk2-devel Requires to devel package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 27 12:50:26 CEST 2009 - vuntz@novell.com
|
Thu Aug 27 12:50:26 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package anjuta (Version 2.27.91.0)
|
# spec file for package anjuta (Version 2.27.92.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: anjuta
|
Name: anjuta
|
||||||
Version: 2.27.91.0
|
Version: 2.27.92.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Summary: GNOME IDE for C and C++
|
Summary: GNOME IDE for C and C++
|
||||||
@ -26,6 +26,8 @@ Url: http://anjuta.sourceforge.net/
|
|||||||
Group: Development/Tools/IDE
|
Group: Development/Tools/IDE
|
||||||
Source: anjuta-%{version}.tar.bz2
|
Source: anjuta-%{version}.tar.bz2
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
|
# PATCH-FIX-UPSTREAM anjuta-link.patch vuntz@novell.com -- Fix build
|
||||||
|
Patch0: anjuta-link.patch
|
||||||
BuildRequires: autogen
|
BuildRequires: autogen
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
BuildRequires: devhelp-devel
|
BuildRequires: devhelp-devel
|
||||||
@ -77,7 +79,9 @@ License: GPL v2 or later
|
|||||||
Summary: GNOME IDE for C and C++
|
Summary: GNOME IDE for C and C++
|
||||||
Group: Development/Tools/IDE
|
Group: Development/Tools/IDE
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
Requires: gconf2-devel
|
||||||
Requires: gdl-devel
|
Requires: gdl-devel
|
||||||
|
Requires: gtk2-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Anjuta is a versatile integrated development environment (IDE) for C
|
Anjuta is a versatile integrated development environment (IDE) for C
|
||||||
@ -104,6 +108,7 @@ and can be unfriendly to use.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure\
|
%configure\
|
||||||
|
Loading…
Reference in New Issue
Block a user