[packages/anjuta] - don't try building with gda 6, it does not work, rel 5

baggins baggins at pld-linux.org
Tue Sep 12 05:15:27 CEST 2023


commit c7c0a8f061d329fb277d07d0bee8b854f6e9aaa3
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Sep 12 03:34:16 2023 +0200

    - don't try building with gda 6, it does not work, rel 5

 anjuta.spec   |  4 +++-
 no-gda6.patch | 25 +++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 1 deletion(-)
---
diff --git a/anjuta.spec b/anjuta.spec
index df644ff..e0f29f6 100644
--- a/anjuta.spec
+++ b/anjuta.spec
@@ -4,7 +4,7 @@ Summary(pl.UTF-8):	Zintegrowane środowisko programowania dla GNOME
 Summary(pt_BR.UTF-8):	Ambiente de desenvolvimento integrado C e C++
 Name:		anjuta
 Version:	3.34.0
-Release:	4
+Release:	5
 Epoch:		1
 License:	GPL v2+
 Group:		X11/Development/Tools
@@ -13,6 +13,7 @@ Source0:	http://ftp.gnome.org/pub/GNOME/sources/anjuta/3.34/%{name}-%{version}.t
 Patch0:		%{name}-desktop.patch
 Patch1:		webkit-4.1.patch
 Patch2:		python3-link.patch
+Patch3:		no-gda6.patch
 URL:		https://wiki.gnome.org/Apps/Anjuta
 BuildRequires:	autoconf >= 2.65
 BuildRequires:	autogen
@@ -154,6 +155,7 @@ Dokumentacja API biblioteki libanjuta.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %{__sed} -i -e '1s,/usr/bin/env perl,%{__perl},' plugins/tools/scripts/*.pl
 
diff --git a/no-gda6.patch b/no-gda6.patch
new file mode 100644
index 0000000..45c085b
--- /dev/null
+++ b/no-gda6.patch
@@ -0,0 +1,25 @@
+--- anjuta-3.34.0/configure.ac~	2023-09-12 03:14:01.000000000 +0200
++++ anjuta-3.34.0/configure.ac	2023-09-12 03:31:19.883083440 +0200
+@@ -37,7 +37,6 @@
+ GDK_PIXBUF_REQUIRED=2.0.0
+ GDA4_REQUIRED=4.2.0
+ GDA5_REQUIRED=5.0.0
+-GDA6_REQUIRED=5.99.0
+ LIBXML_REQUIRED=2.4.23
+ GDL_REQUIRED=3.5.5
+ LIBWNCK_REQUIRED=2.12
+@@ -166,13 +165,9 @@
+    [gdl-3.0 >= $GDL_REQUIRED])
+ 
+ PKG_CHECK_MODULES([GDA],
+-   [libgda-6.0 >= $GDA6_REQUIRED], [
+-		AC_DEFINE(HAVE_GDA6,[1],[libgda-6.0 support])
+-	],
+-   [PKG_CHECK_MODULES([GDA],
+       [libgda-5.0 >= $GDA5_REQUIRED],,
+          [PKG_CHECK_MODULES([GDA],
+-            [libgda-4.0 >= $GDA4_REQUIRED])])])
++            [libgda-4.0 >= $GDA4_REQUIRED])])
+ 
+ dnl Check for autogen
+ dnl -----------------
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/anjuta.git/commitdiff/c7c0a8f061d329fb277d07d0bee8b854f6e9aaa3



More information about the pld-cvs-commit mailing list