diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2023-03-10 21:45:29 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2023-03-23 20:35:17 +0000 |
commit | 9493831e3a1c32c0472f9c2ac089804e14830ca6 (patch) | |
tree | 7410f24f636c1a993fa4411b23d7e1b87e1b6633 | |
parent | anjuta 3.26.0 (diff) |
-rw-r--r-- | anjuta.cygport | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/anjuta.cygport b/anjuta.cygport index af04d6f..e4df14f 100644 --- a/anjuta.cygport +++ b/anjuta.cygport @@ -1,7 +1,7 @@ -inherit gnome2 python +inherit gnome2 python3 NAME="anjuta" -VERSION=3.26.0 +VERSION=3.34.0 RELEASE=1 CATEGORY="Devel" SUMMARY="GNOME C/C++ IDE" @@ -11,7 +11,8 @@ features a number of advanced programming facilities. These include project management, application wizards, an on-board interactive debugger, and a powerful source editor with source browsing and syntax highlighting." -HOMEPAGE="http://www.anjuta.org/" +HOMEPAGE="https://wiki.gnome.org/Apps/Anjuta" +LICENSE="GPL-2.0-or-later" PATCH_URI=" 3.2-tests-build.patch @@ -19,9 +20,15 @@ PATCH_URI=" 3.10-glib-gettext.patch " +BUILD_REQUIRES="autogen bison flex gettext-devel girepository-Gdl3 glade-devel +gobject-introspection libdevhelp3-devel libgdl3-devel libgda5.0-devel +libglib2.0-devel libgtk3-devel libxml2-devel libgtksourceview3.0-devel +libvala0.38-devel libvte2.91-devel libxml2-devel perl python3-devel +subversion-devel vala" + PKG_NAMES="anjuta libanjuta3_0 libanjuta3-devel libanjuta3-doc girepository-Anjuta3.0" anjuta_REQUIRES="girepository-Anjuta3.0" -anjuta_CONTENTS="--exclude=gir-1.0 --exclude=gtk-doc etc/ usr/bin/anjuta* usr/lib/anjuta/ usr/share/" libanjuta3_0_CATEGORY="Libs" +anjuta_CONTENTS="--exclude=gir-1.0 --exclude=gtk-doc etc/ usr/bin/anjuta* usr/lib/anjuta/ usr/share/" libanjuta3_0_CATEGORY="Libs" libanjuta3_0_SUMMARY="${SUMMARY} library" libanjuta3_0_CONTENTS="usr/bin/cyganjuta-3-0.dll" @@ -44,4 +51,6 @@ girepository_Anjuta3_0_CONTENTS="usr/*/gir*-1.0/*Anjuta-3.0.*" DEPS_PATH="/usr/lib/anjuta" DIFF_EXCLUDES="libanjuta.types" -CYGCONF_ARGS="ac_ct_CXX=${CXX}" +# some tests fail due unexpected CRLF line endings +# (this probably suggests we have an incorrect DOS line-endings default setting somewhere) +SCALLYWAG="notest" |