mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-21 05:48:15 -07:00
- Update CodeBLocks to 20.03 with new patch to build Fortranroject plugin; - Now xdg eclass is used instead of xdg-utils eclass; - FortranProject plugin update from [r270] to [r277] with some additional features before FortranProject v1.7 release. Patch from [r273] fixes the build issue for compiling with USE=pch. Closes: https://github.com/gentoo/gentoo/pull/15182 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
30 lines
1.3 KiB
Diff
30 lines
1.3 KiB
Diff
diff -Nuar a_init/Makefile.am b_env/Makefile.am
|
|
--- a_init/Makefile.am 2020-03-28 15:36:06.000000000 +0300
|
|
+++ b_env/Makefile.am 2020-03-30 18:14:12.000000000 +0300
|
|
@@ -46,5 +46,5 @@
|
|
clean-local:
|
|
rm -f $(top_srcdir)/debian/codeblocks-headers.install
|
|
|
|
-appdatadir = $(datarootdir)/appdata
|
|
+appdatadir = $(datarootdir)/metainfo
|
|
dist_appdata_DATA = $(top_srcdir)/codeblocks.appdata.xml
|
|
diff -Nuar a_init/m4/acinclude.m4 b_env/m4/acinclude.m4
|
|
--- a_init/m4/acinclude.m4 2020-03-28 15:36:06.000000000 +0300
|
|
+++ b_env/m4/acinclude.m4 2020-03-30 18:08:13.000000000 +0300
|
|
@@ -91,8 +91,6 @@
|
|
AC_ARG_ENABLE(debug, [AC_HELP_STRING([--enable-debug], [turn on debugging (default is OFF)])],,
|
|
enable_debug=$debug_default)
|
|
if test "x$enable_debug" = "xyes"; then
|
|
- CFLAGS="-g $CFLAGS"
|
|
- CXXFLAGS="-g $CXXFLAGS"
|
|
CPPFLAGS="-DDEBUG -DcbDEBUG $CPPFLAGS"
|
|
AC_MSG_RESULT(yes)
|
|
else
|
|
diff -Nuar a_init/src/plugins/contrib/appdata/Makefile.am b_env/src/plugins/contrib/appdata/Makefile.am
|
|
--- a_init/src/plugins/contrib/appdata/Makefile.am 2020-03-28 15:35:54.000000000 +0300
|
|
+++ b_env/src/plugins/contrib/appdata/Makefile.am 2020-03-30 18:14:22.000000000 +0300
|
|
@@ -1,2 +1,2 @@
|
|
-appdatadir = $(datarootdir)/appdata
|
|
+appdatadir = $(datarootdir)/metainfo
|
|
dist_appdata_DATA = $(top_srcdir)/codeblocks-contrib.metainfo.xml
|