From 47121d3cc66684dea165a027f3bcbb8160fd9fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= Date: Sat, 1 Aug 2020 07:47:33 +0000 Subject: [PATCH] devel/codeblocks: Update to 20.03 - Update to 20.03 - Use wxgtk3 - Remove CXXFLAGS for clang PR: 248091 Reported by: gh_origin@yahoo.com --- devel/codeblocks/Makefile | 19 +- devel/codeblocks/distinfo | 6 +- devel/codeblocks/pkg-plist | 419 ++++++++++--------------------------- 3 files changed, 122 insertions(+), 322 deletions(-) diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile index 6cbd7e49aec9..9ce09385ef15 100644 --- a/devel/codeblocks/Makefile +++ b/devel/codeblocks/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= codeblocks -PORTVERSION= 17.12 -PORTREVISION= 10 +PORTVERSION= 20.03 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} -DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Open source, cross-platform, free C/C++ IDE @@ -24,8 +22,8 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ USES= autoreconf compiler:c++11-lang desktop-file-utils \ fam:gamin gettext-runtime gnome libtool localbase \ pathfix pkgconfig shared-mime-info tar:xz xorg -USE_WX= 2.8 -USE_GNOME= gtk20 cairo +USE_WX= 3.0+ +USE_GNOME= gtk30 cairo USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all \ @@ -37,13 +35,4 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include - -.if ${CHOSEN_COMPILER_TYPE} == clang -USE_CXXSTD= c++11 -. if ${COMPILER_VERSION} >= 35 -CXXFLAGS+= -Wno-undefined-bool-conversion -. endif -.endif - -.include +.include diff --git a/devel/codeblocks/distinfo b/devel/codeblocks/distinfo index 5116b4a820e8..d28f21c87121 100644 --- a/devel/codeblocks/distinfo +++ b/devel/codeblocks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1514861811 -SHA256 (codeblocks_17.12.tar.xz) = 13881a0a72769694e82e531b8e7814d51fbf1fa122c73c5004e186560fbc57e0 -SIZE (codeblocks_17.12.tar.xz) = 15725976 +TIMESTAMP = 1595247852 +SHA256 (codeblocks-20.03.tar.xz) = 15eeb3e28aea054e1f38b0c7f4671b4d4d1116fd05f63c07aa95a91db89eaac5 +SIZE (codeblocks-20.03.tar.xz) = 11799264 diff --git a/devel/codeblocks/pkg-plist b/devel/codeblocks/pkg-plist index ab76ace1b154..3f39b2ba41c0 100644 --- a/devel/codeblocks/pkg-plist +++ b/devel/codeblocks/pkg-plist @@ -18,6 +18,7 @@ include/codeblocks/autodetectcompilers.h include/codeblocks/backgroundthread.h include/codeblocks/base64.h include/codeblocks/blockallocated.h +include/codeblocks/cbart_provider.h include/codeblocks/cbauibook.h include/codeblocks/cbcolourmanager.h include/codeblocks/cbdebugger_interfaces.h @@ -185,7 +186,6 @@ include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook/wxFla include/codeblocks/wxContribItems/wxImagePanel/include/wx/wxImagePanel.h include/codeblocks/wxContribItems/wxMathPlot/mathplot.h include/codeblocks/wxContribItems/wxSpeedButton/wxSpeedButton.h -include/codeblocks/wxContribItems/wxTreeList/include/wx/treelistctrl.h include/codeblocks/wxContribItems/wxchart/include/wx/axis.h include/codeblocks/wxContribItems/wxchart/include/wx/bar3dchartpoints.h include/codeblocks/wxContribItems/wxchart/include/wx/barchartpoints.h @@ -220,16 +220,6 @@ include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/wxledfont.h include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/wxledpanel.h include/codeblocks/wxContribItems/wxthings/include/wx/things/thingdef.h include/codeblocks/wxContribItems/wxthings/include/wx/things/toggle.h -include/codeblocks/wxpropgrid/include/wx/propgrid/advprops.h -include/codeblocks/wxpropgrid/include/wx/propgrid/editors.h -include/codeblocks/wxpropgrid/include/wx/propgrid/extras.h -include/codeblocks/wxpropgrid/include/wx/propgrid/manager.h -include/codeblocks/wxpropgrid/include/wx/propgrid/odcombo.h -include/codeblocks/wxpropgrid/include/wx/propgrid/pg_dox_mainpage.h -include/codeblocks/wxpropgrid/include/wx/propgrid/propdev.h -include/codeblocks/wxpropgrid/include/wx/propgrid/propgrid.h -include/codeblocks/wxpropgrid/include/wx/propgrid/props.h -include/codeblocks/wxpropgrid/include/wx/propgrid/xh_propgrid.h include/codeblocks/wxscintilla/include/wx/wxscintilla.h include/codeblocks/xtra_res.h include/wxsmith/properties/wxsarraystringeditordlg.h @@ -375,6 +365,7 @@ lib/codeblocks/plugins/liblib_finder.so lib/codeblocks/plugins/liboccurrenceshighlighting.so lib/codeblocks/plugins/libopenfileslist.so lib/codeblocks/plugins/libprojectsimporter.so +lib/codeblocks/plugins/librndgen.so lib/codeblocks/plugins/libscriptedwizard.so lib/codeblocks/plugins/libtodo.so lib/codeblocks/plugins/libwxSmithAui.so @@ -404,9 +395,6 @@ lib/codeblocks/wxContribItems/libwxmathplot.so.0.0.1 lib/codeblocks/wxContribItems/libwxspeedbutton.so lib/codeblocks/wxContribItems/libwxspeedbutton.so.0 lib/codeblocks/wxContribItems/libwxspeedbutton.so.0.0.1 -lib/codeblocks/wxContribItems/libwxtreelist.so -lib/codeblocks/wxContribItems/libwxtreelist.so.0 -lib/codeblocks/wxContribItems/libwxtreelist.so.0.0.1 lib/libcodeblocks.so lib/libcodeblocks.so.0 lib/libcodeblocks.so.0.0.1 @@ -422,7 +410,6 @@ libdata/pkgconfig/cb_wximagepanel.pc libdata/pkgconfig/cb_wxled.pc libdata/pkgconfig/cb_wxmathplot.pc libdata/pkgconfig/cb_wxspeedbutton.pc -libdata/pkgconfig/cb_wxtreelist.pc libdata/pkgconfig/codeblocks.pc libdata/pkgconfig/wxsmith-contrib.pc libdata/pkgconfig/wxsmith.pc @@ -460,18 +447,106 @@ share/applications/codeblocks.desktop %%DATADIR%%/SmartIndentPython.zip %%DATADIR%%/SmartIndentXML.zip %%DATADIR%%/SpellChecker.zip +%%DATADIR%%/SpellChecker/16x16/de_AT.png +%%DATADIR%%/SpellChecker/16x16/de_CH.png +%%DATADIR%%/SpellChecker/16x16/de_DE.png +%%DATADIR%%/SpellChecker/16x16/disabled.png +%%DATADIR%%/SpellChecker/16x16/en_AU.png +%%DATADIR%%/SpellChecker/16x16/en_CA.png +%%DATADIR%%/SpellChecker/16x16/en_GB.png +%%DATADIR%%/SpellChecker/16x16/en_NZ.png +%%DATADIR%%/SpellChecker/16x16/en_US.png +%%DATADIR%%/SpellChecker/16x16/fr_FR.png +%%DATADIR%%/SpellChecker/16x16/ru_RU.png +%%DATADIR%%/SpellChecker/20x20/de_AT.png +%%DATADIR%%/SpellChecker/20x20/de_CH.png +%%DATADIR%%/SpellChecker/20x20/de_DE.png +%%DATADIR%%/SpellChecker/20x20/disabled.png +%%DATADIR%%/SpellChecker/20x20/en_AU.png +%%DATADIR%%/SpellChecker/20x20/en_CA.png +%%DATADIR%%/SpellChecker/20x20/en_GB.png +%%DATADIR%%/SpellChecker/20x20/en_NZ.png +%%DATADIR%%/SpellChecker/20x20/en_US.png +%%DATADIR%%/SpellChecker/20x20/fr_FR.png +%%DATADIR%%/SpellChecker/20x20/ru_RU.png +%%DATADIR%%/SpellChecker/24x24/de_AT.png +%%DATADIR%%/SpellChecker/24x24/de_CH.png +%%DATADIR%%/SpellChecker/24x24/de_DE.png +%%DATADIR%%/SpellChecker/24x24/disabled.png +%%DATADIR%%/SpellChecker/24x24/en_AU.png +%%DATADIR%%/SpellChecker/24x24/en_CA.png +%%DATADIR%%/SpellChecker/24x24/en_GB.png +%%DATADIR%%/SpellChecker/24x24/en_NZ.png +%%DATADIR%%/SpellChecker/24x24/en_US.png +%%DATADIR%%/SpellChecker/24x24/fr_FR.png +%%DATADIR%%/SpellChecker/24x24/ru_RU.png +%%DATADIR%%/SpellChecker/28x28/de_AT.png +%%DATADIR%%/SpellChecker/28x28/de_CH.png +%%DATADIR%%/SpellChecker/28x28/de_DE.png +%%DATADIR%%/SpellChecker/28x28/disabled.png +%%DATADIR%%/SpellChecker/28x28/en_AU.png +%%DATADIR%%/SpellChecker/28x28/en_CA.png +%%DATADIR%%/SpellChecker/28x28/en_GB.png +%%DATADIR%%/SpellChecker/28x28/en_NZ.png +%%DATADIR%%/SpellChecker/28x28/en_US.png +%%DATADIR%%/SpellChecker/28x28/fr_FR.png +%%DATADIR%%/SpellChecker/28x28/ru_RU.png +%%DATADIR%%/SpellChecker/32x32/de_AT.png +%%DATADIR%%/SpellChecker/32x32/de_CH.png +%%DATADIR%%/SpellChecker/32x32/de_DE.png +%%DATADIR%%/SpellChecker/32x32/disabled.png +%%DATADIR%%/SpellChecker/32x32/en_AU.png +%%DATADIR%%/SpellChecker/32x32/en_CA.png +%%DATADIR%%/SpellChecker/32x32/en_GB.png +%%DATADIR%%/SpellChecker/32x32/en_NZ.png +%%DATADIR%%/SpellChecker/32x32/en_US.png +%%DATADIR%%/SpellChecker/32x32/fr_FR.png +%%DATADIR%%/SpellChecker/32x32/ru_RU.png +%%DATADIR%%/SpellChecker/40x40/de_AT.png +%%DATADIR%%/SpellChecker/40x40/de_CH.png +%%DATADIR%%/SpellChecker/40x40/de_DE.png +%%DATADIR%%/SpellChecker/40x40/disabled.png +%%DATADIR%%/SpellChecker/40x40/en_AU.png +%%DATADIR%%/SpellChecker/40x40/en_CA.png +%%DATADIR%%/SpellChecker/40x40/en_GB.png +%%DATADIR%%/SpellChecker/40x40/en_NZ.png +%%DATADIR%%/SpellChecker/40x40/en_US.png +%%DATADIR%%/SpellChecker/40x40/fr_FR.png +%%DATADIR%%/SpellChecker/40x40/ru_RU.png +%%DATADIR%%/SpellChecker/48x48/de_AT.png +%%DATADIR%%/SpellChecker/48x48/de_CH.png +%%DATADIR%%/SpellChecker/48x48/de_DE.png +%%DATADIR%%/SpellChecker/48x48/disabled.png +%%DATADIR%%/SpellChecker/48x48/en_AU.png +%%DATADIR%%/SpellChecker/48x48/en_CA.png +%%DATADIR%%/SpellChecker/48x48/en_GB.png +%%DATADIR%%/SpellChecker/48x48/en_NZ.png +%%DATADIR%%/SpellChecker/48x48/en_US.png +%%DATADIR%%/SpellChecker/48x48/fr_FR.png +%%DATADIR%%/SpellChecker/48x48/ru_RU.png +%%DATADIR%%/SpellChecker/56x56/de_AT.png +%%DATADIR%%/SpellChecker/56x56/de_CH.png +%%DATADIR%%/SpellChecker/56x56/de_DE.png +%%DATADIR%%/SpellChecker/56x56/disabled.png +%%DATADIR%%/SpellChecker/56x56/en_AU.png +%%DATADIR%%/SpellChecker/56x56/en_CA.png +%%DATADIR%%/SpellChecker/56x56/en_GB.png +%%DATADIR%%/SpellChecker/56x56/en_NZ.png +%%DATADIR%%/SpellChecker/56x56/en_US.png +%%DATADIR%%/SpellChecker/56x56/fr_FR.png +%%DATADIR%%/SpellChecker/56x56/ru_RU.png +%%DATADIR%%/SpellChecker/64x64/de_AT.png +%%DATADIR%%/SpellChecker/64x64/de_CH.png +%%DATADIR%%/SpellChecker/64x64/de_DE.png +%%DATADIR%%/SpellChecker/64x64/disabled.png +%%DATADIR%%/SpellChecker/64x64/en_AU.png +%%DATADIR%%/SpellChecker/64x64/en_CA.png +%%DATADIR%%/SpellChecker/64x64/en_GB.png +%%DATADIR%%/SpellChecker/64x64/en_NZ.png +%%DATADIR%%/SpellChecker/64x64/en_US.png +%%DATADIR%%/SpellChecker/64x64/fr_FR.png +%%DATADIR%%/SpellChecker/64x64/ru_RU.png %%DATADIR%%/SpellChecker/OnlineSpellChecking.xml -%%DATADIR%%/SpellChecker/de_AT.png -%%DATADIR%%/SpellChecker/de_CH.png -%%DATADIR%%/SpellChecker/de_DE.png -%%DATADIR%%/SpellChecker/disabled.png -%%DATADIR%%/SpellChecker/en_AU.png -%%DATADIR%%/SpellChecker/en_CA.png -%%DATADIR%%/SpellChecker/en_GB.png -%%DATADIR%%/SpellChecker/en_NZ.png -%%DATADIR%%/SpellChecker/en_US.png -%%DATADIR%%/SpellChecker/fr_FR.png -%%DATADIR%%/SpellChecker/ru_RU.png %%DATADIR%%/SymTab.zip %%DATADIR%%/ThreadSearch.zip %%DATADIR%%/ToolsPlus.zip @@ -577,228 +652,8 @@ share/applications/codeblocks.desktop %%DATADIR%%/icons/h64.xpm %%DATADIR%%/icons/proj64.xpm %%DATADIR%%/icons/rc64.xpm -%%DATADIR%%/images/16x16/bookmark_add.png -%%DATADIR%%/images/16x16/dbginfo.png -%%DATADIR%%/images/16x16/dbgnext.png -%%DATADIR%%/images/16x16/dbgnexti.png -%%DATADIR%%/images/16x16/dbgpause.png -%%DATADIR%%/images/16x16/dbgrun.png -%%DATADIR%%/images/16x16/dbgrunto.png -%%DATADIR%%/images/16x16/dbgstep.png -%%DATADIR%%/images/16x16/dbgstepi.png -%%DATADIR%%/images/16x16/dbgstepout.png -%%DATADIR%%/images/16x16/dbgstop.png -%%DATADIR%%/images/16x16/dbgwindow.png -%%DATADIR%%/images/16x16/editcopy.png -%%DATADIR%%/images/16x16/editcut.png -%%DATADIR%%/images/16x16/editpaste.png -%%DATADIR%%/images/16x16/exit.png -%%DATADIR%%/images/16x16/fileclose.png -%%DATADIR%%/images/16x16/filefind.png -%%DATADIR%%/images/16x16/filefindnext.png -%%DATADIR%%/images/16x16/filefindprev.png -%%DATADIR%%/images/16x16/filenew.png -%%DATADIR%%/images/16x16/fileopen.png -%%DATADIR%%/images/16x16/fileprint.png -%%DATADIR%%/images/16x16/filequickprint.png -%%DATADIR%%/images/16x16/filesave.png -%%DATADIR%%/images/16x16/filesaveall.png -%%DATADIR%%/images/16x16/filesaveas.png -%%DATADIR%%/images/16x16/findf.png -%%DATADIR%%/images/16x16/folder.png -%%DATADIR%%/images/16x16/folder_new.png -%%DATADIR%%/images/16x16/folder_open.png -%%DATADIR%%/images/16x16/folder_yel.png -%%DATADIR%%/images/16x16/folder_yel_open.png -%%DATADIR%%/images/16x16/goto.png -%%DATADIR%%/images/16x16/history_clear.png -%%DATADIR%%/images/16x16/idea.png -%%DATADIR%%/images/16x16/info.png -%%DATADIR%%/images/16x16/mark.png -%%DATADIR%%/images/16x16/mark_clear.png -%%DATADIR%%/images/16x16/mark_next.png -%%DATADIR%%/images/16x16/mark_prev.png -%%DATADIR%%/images/16x16/newproject.png -%%DATADIR%%/images/16x16/next.png -%%DATADIR%%/images/16x16/plug.png -%%DATADIR%%/images/16x16/prev.png -%%DATADIR%%/images/16x16/project-readonly.png -%%DATADIR%%/images/16x16/project.png -%%DATADIR%%/images/16x16/projectnew.png -%%DATADIR%%/images/16x16/redo.png -%%DATADIR%%/images/16x16/run.png -%%DATADIR%%/images/16x16/searchreplace.png -%%DATADIR%%/images/16x16/searchreplacef.png -%%DATADIR%%/images/16x16/undo.png -%%DATADIR%%/images/16x16/view_sidetree.png -%%DATADIR%%/images/16x16/view_tree.png -%%DATADIR%%/images/16x16/window_fullscreen.png -%%DATADIR%%/images/16x16/workspace-readonly.png -%%DATADIR%%/images/16x16/workspace.png -%%DATADIR%%/images/DoxyBlocks/16x16/chm.png -%%DATADIR%%/images/DoxyBlocks/16x16/comment_block.png -%%DATADIR%%/images/DoxyBlocks/16x16/comment_line.png -%%DATADIR%%/images/DoxyBlocks/16x16/configure.png -%%DATADIR%%/images/DoxyBlocks/16x16/doxywizard.png -%%DATADIR%%/images/DoxyBlocks/16x16/extract.png -%%DATADIR%%/images/DoxyBlocks/16x16/html.png -%%DATADIR%%/images/DoxyBlocks/chm.png -%%DATADIR%%/images/DoxyBlocks/comment_block.png -%%DATADIR%%/images/DoxyBlocks/comment_line.png -%%DATADIR%%/images/DoxyBlocks/configure.png -%%DATADIR%%/images/DoxyBlocks/doxywizard.png -%%DATADIR%%/images/DoxyBlocks/extract.png -%%DATADIR%%/images/DoxyBlocks/html.png -%%DATADIR%%/images/ThreadSearch/16x16/findf.png -%%DATADIR%%/images/ThreadSearch/16x16/findfdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/folder.png -%%DATADIR%%/images/ThreadSearch/16x16/folderdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/folderselected.png -%%DATADIR%%/images/ThreadSearch/16x16/off.png -%%DATADIR%%/images/ThreadSearch/16x16/offdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/on.png -%%DATADIR%%/images/ThreadSearch/16x16/ondisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/openfiles.png -%%DATADIR%%/images/ThreadSearch/16x16/openfiles1.png -%%DATADIR%%/images/ThreadSearch/16x16/openfiles1disabled.png -%%DATADIR%%/images/ThreadSearch/16x16/openfiles1selected.png -%%DATADIR%%/images/ThreadSearch/16x16/openfilesdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/openfilesselected.png -%%DATADIR%%/images/ThreadSearch/16x16/options.png -%%DATADIR%%/images/ThreadSearch/16x16/optionsactive.png -%%DATADIR%%/images/ThreadSearch/16x16/optionsdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/project.png -%%DATADIR%%/images/ThreadSearch/16x16/project1.png -%%DATADIR%%/images/ThreadSearch/16x16/project1disabled.png -%%DATADIR%%/images/ThreadSearch/16x16/project1selected.png -%%DATADIR%%/images/ThreadSearch/16x16/projectdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/projectselected.png -%%DATADIR%%/images/ThreadSearch/16x16/showdir.png -%%DATADIR%%/images/ThreadSearch/16x16/showdirdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/stop.png -%%DATADIR%%/images/ThreadSearch/16x16/stopdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/target.png -%%DATADIR%%/images/ThreadSearch/16x16/target1.png -%%DATADIR%%/images/ThreadSearch/16x16/target1disabled.png -%%DATADIR%%/images/ThreadSearch/16x16/target1selected.png -%%DATADIR%%/images/ThreadSearch/16x16/targetdisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/targetselected.png -%%DATADIR%%/images/ThreadSearch/16x16/workspace.png -%%DATADIR%%/images/ThreadSearch/16x16/workspacedisabled.png -%%DATADIR%%/images/ThreadSearch/16x16/workspaceselected.png -%%DATADIR%%/images/ThreadSearch/22x22/file.png -%%DATADIR%%/images/ThreadSearch/22x22/findf.png -%%DATADIR%%/images/ThreadSearch/22x22/findfdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/folder.png -%%DATADIR%%/images/ThreadSearch/22x22/folderdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/folderselected.png -%%DATADIR%%/images/ThreadSearch/22x22/lookingglass.png -%%DATADIR%%/images/ThreadSearch/22x22/off.png -%%DATADIR%%/images/ThreadSearch/22x22/offdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/on.png -%%DATADIR%%/images/ThreadSearch/22x22/ondisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/openfiles.png -%%DATADIR%%/images/ThreadSearch/22x22/openfilesdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/openfilesselected.png -%%DATADIR%%/images/ThreadSearch/22x22/options.png -%%DATADIR%%/images/ThreadSearch/22x22/optionsactive.png -%%DATADIR%%/images/ThreadSearch/22x22/optionsdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/project.png -%%DATADIR%%/images/ThreadSearch/22x22/project1.png -%%DATADIR%%/images/ThreadSearch/22x22/project1disabled.png -%%DATADIR%%/images/ThreadSearch/22x22/project1selected.png -%%DATADIR%%/images/ThreadSearch/22x22/project2.png -%%DATADIR%%/images/ThreadSearch/22x22/project2d.png -%%DATADIR%%/images/ThreadSearch/22x22/project2s.png -%%DATADIR%%/images/ThreadSearch/22x22/projectdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/projectselected.png -%%DATADIR%%/images/ThreadSearch/22x22/showdir.png -%%DATADIR%%/images/ThreadSearch/22x22/showdirdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/stop.png -%%DATADIR%%/images/ThreadSearch/22x22/stopdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/target.png -%%DATADIR%%/images/ThreadSearch/22x22/target1.png -%%DATADIR%%/images/ThreadSearch/22x22/target1disabled.png -%%DATADIR%%/images/ThreadSearch/22x22/target1selected.png -%%DATADIR%%/images/ThreadSearch/22x22/targetdisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/targetselected.png -%%DATADIR%%/images/ThreadSearch/22x22/workspace.png -%%DATADIR%%/images/ThreadSearch/22x22/workspacedisabled.png -%%DATADIR%%/images/ThreadSearch/22x22/workspaceselected.png -%%DATADIR%%/images/ThreadSearch/folder.png -%%DATADIR%%/images/ThreadSearch/folderdisabled.png -%%DATADIR%%/images/ThreadSearch/folderselected.png -%%DATADIR%%/images/ThreadSearch/off.png -%%DATADIR%%/images/ThreadSearch/on.png -%%DATADIR%%/images/ThreadSearch/openfiles.png -%%DATADIR%%/images/ThreadSearch/openfilesdisabled.png -%%DATADIR%%/images/ThreadSearch/openfilesselected.png -%%DATADIR%%/images/ThreadSearch/project.png -%%DATADIR%%/images/ThreadSearch/project1.png -%%DATADIR%%/images/ThreadSearch/project1disabled.png -%%DATADIR%%/images/ThreadSearch/project1selected.png -%%DATADIR%%/images/ThreadSearch/projectdisabled.png -%%DATADIR%%/images/ThreadSearch/projectselected.png -%%DATADIR%%/images/ThreadSearch/showdir.png -%%DATADIR%%/images/ThreadSearch/showdirdisabled.png -%%DATADIR%%/images/ThreadSearch/target.png -%%DATADIR%%/images/ThreadSearch/target1.png -%%DATADIR%%/images/ThreadSearch/target1disabled.png -%%DATADIR%%/images/ThreadSearch/target1selected.png -%%DATADIR%%/images/ThreadSearch/targetdisabled.png -%%DATADIR%%/images/ThreadSearch/targetselected.png -%%DATADIR%%/images/ThreadSearch/workspace.png -%%DATADIR%%/images/ThreadSearch/workspacedisabled.png -%%DATADIR%%/images/ThreadSearch/workspaceselected.png -%%DATADIR%%/images/ascii.png %%DATADIR%%/images/closebutton.png %%DATADIR%%/images/codeblocks.png -%%DATADIR%%/images/codecompletion/class.png -%%DATADIR%%/images/codecompletion/class_folder.png -%%DATADIR%%/images/codecompletion/class_private.png -%%DATADIR%%/images/codecompletion/class_protected.png -%%DATADIR%%/images/codecompletion/class_public.png -%%DATADIR%%/images/codecompletion/ctor_private.png -%%DATADIR%%/images/codecompletion/ctor_protected.png -%%DATADIR%%/images/codecompletion/ctor_public.png -%%DATADIR%%/images/codecompletion/dtor_private.png -%%DATADIR%%/images/codecompletion/dtor_protected.png -%%DATADIR%%/images/codecompletion/dtor_public.png -%%DATADIR%%/images/codecompletion/enum.png -%%DATADIR%%/images/codecompletion/enum_private.png -%%DATADIR%%/images/codecompletion/enum_protected.png -%%DATADIR%%/images/codecompletion/enum_public.png -%%DATADIR%%/images/codecompletion/enumerator.png -%%DATADIR%%/images/codecompletion/enums_folder.png -%%DATADIR%%/images/codecompletion/folder.png -%%DATADIR%%/images/codecompletion/folder_blue.png -%%DATADIR%%/images/codecompletion/folder_blue_open.png -%%DATADIR%%/images/codecompletion/folder_green.png -%%DATADIR%%/images/codecompletion/folder_green_open.png -%%DATADIR%%/images/codecompletion/folder_open.png -%%DATADIR%%/images/codecompletion/funcs_folder.png -%%DATADIR%%/images/codecompletion/macro_def.png -%%DATADIR%%/images/codecompletion/macro_def_folder.png -%%DATADIR%%/images/codecompletion/macro_use.png -%%DATADIR%%/images/codecompletion/macro_use_folder.png -%%DATADIR%%/images/codecompletion/macro_use_private.png -%%DATADIR%%/images/codecompletion/macro_use_protected.png -%%DATADIR%%/images/codecompletion/macro_use_public.png -%%DATADIR%%/images/codecompletion/method_private.png -%%DATADIR%%/images/codecompletion/method_protected.png -%%DATADIR%%/images/codecompletion/method_public.png -%%DATADIR%%/images/codecompletion/namespace.png -%%DATADIR%%/images/codecompletion/others_folder.png -%%DATADIR%%/images/codecompletion/symbols_folder.png -%%DATADIR%%/images/codecompletion/typedef.png -%%DATADIR%%/images/codecompletion/typedef_private.png -%%DATADIR%%/images/codecompletion/typedef_protected.png -%%DATADIR%%/images/codecompletion/typedef_public.png -%%DATADIR%%/images/codecompletion/typedefs_folder.png -%%DATADIR%%/images/codecompletion/var_private.png -%%DATADIR%%/images/codecompletion/var_protected.png -%%DATADIR%%/images/codecompletion/var_public.png -%%DATADIR%%/images/codecompletion/vars_folder.png %%DATADIR%%/images/codesnippets/allsnippets.png %%DATADIR%%/images/codesnippets/category.png %%DATADIR%%/images/codesnippets/findf.png @@ -810,59 +665,9 @@ share/applications/codeblocks.desktop %%DATADIR%%/images/codesnippets/stopdisabled.png %%DATADIR%%/images/compile.png %%DATADIR%%/images/compilerun.png -%%DATADIR%%/images/contents_16x16.png -%%DATADIR%%/images/dbginfo.png -%%DATADIR%%/images/dbgnext.png -%%DATADIR%%/images/dbgnexti.png -%%DATADIR%%/images/dbgpause.png -%%DATADIR%%/images/dbgrun.png -%%DATADIR%%/images/dbgrunto.png -%%DATADIR%%/images/dbgstep.png -%%DATADIR%%/images/dbgstepi.png -%%DATADIR%%/images/dbgstepout.png -%%DATADIR%%/images/dbgstop.png -%%DATADIR%%/images/dbgwindow.png -%%DATADIR%%/images/edit_16x16.png -%%DATADIR%%/images/editcopy.png -%%DATADIR%%/images/editcut.png -%%DATADIR%%/images/editpaste.png -%%DATADIR%%/images/file-missing.png -%%DATADIR%%/images/file-modified.png -%%DATADIR%%/images/file-readonly.png -%%DATADIR%%/images/file.png -%%DATADIR%%/images/filefind.png -%%DATADIR%%/images/filenew.png -%%DATADIR%%/images/fileopen.png -%%DATADIR%%/images/fileprint.png -%%DATADIR%%/images/filesave.png -%%DATADIR%%/images/filesaveall.png -%%DATADIR%%/images/filesaveas.png -%%DATADIR%%/images/flag_16x16.png %%DATADIR%%/images/folder.png %%DATADIR%%/images/folder_new.png -%%DATADIR%%/images/folder_open.png -%%DATADIR%%/images/misc_16x16.png -%%DATADIR%%/images/modified_file.png -%%DATADIR%%/images/newproject.png -%%DATADIR%%/images/project-readonly.png -%%DATADIR%%/images/project.png -%%DATADIR%%/images/rc-file-added.png -%%DATADIR%%/images/rc-file-conflict.png -%%DATADIR%%/images/rc-file-external.png -%%DATADIR%%/images/rc-file-gotlock.png -%%DATADIR%%/images/rc-file-lockstolen.png -%%DATADIR%%/images/rc-file-mismatch.png -%%DATADIR%%/images/rc-file-missing.png -%%DATADIR%%/images/rc-file-modified.png -%%DATADIR%%/images/rc-file-noncontrolled.png -%%DATADIR%%/images/rc-file-outofdate.png -%%DATADIR%%/images/rc-file-requireslock.png -%%DATADIR%%/images/rc-file-uptodate.png -%%DATADIR%%/images/readonly.png %%DATADIR%%/images/rebuild.png -%%DATADIR%%/images/redo.png -%%DATADIR%%/images/run.png -%%DATADIR%%/images/searchreplace.png %%DATADIR%%/images/settings/DoxyBlocks-off.png %%DATADIR%%/images/settings/DoxyBlocks.png %%DATADIR%%/images/settings/SpellChecker-off.png @@ -938,10 +743,6 @@ share/applications/codeblocks.desktop %%DATADIR%%/images/splash_1211.png %%DATADIR%%/images/splash_1312.png %%DATADIR%%/images/stop.png -%%DATADIR%%/images/undo.png -%%DATADIR%%/images/vfolder_open.png -%%DATADIR%%/images/workspace-readonly.png -%%DATADIR%%/images/workspace.png %%DATADIR%%/images/wxsmith/Custom16.png %%DATADIR%%/images/wxsmith/Custom32.png %%DATADIR%%/images/wxsmith/Spacer16.png @@ -964,6 +765,7 @@ share/applications/codeblocks.desktop %%DATADIR%%/images/wxsmith/selected32.png %%DATADIR%%/images/wxsmith/showpreview16.png %%DATADIR%%/images/wxsmith/showpreview32.png +%%DATADIR%%/images/wxsmith/tools16.png %%DATADIR%%/images/wxsmith/wxAnimationCtrl16.png %%DATADIR%%/images/wxsmith/wxAnimationCtrl32.png %%DATADIR%%/images/wxsmith/wxBitmapButton16.png @@ -1110,6 +912,8 @@ share/applications/codeblocks.desktop %%DATADIR%%/images/wxsmith/wxSpinButton32.png %%DATADIR%%/images/wxsmith/wxSpinCtrl16.png %%DATADIR%%/images/wxsmith/wxSpinCtrl32.png +%%DATADIR%%/images/wxsmith/wxSpinCtrlDouble16.png +%%DATADIR%%/images/wxsmith/wxSpinCtrlDouble32.png %%DATADIR%%/images/wxsmith/wxSplitterWindow16.png %%DATADIR%%/images/wxsmith/wxSplitterWindow32.png %%DATADIR%%/images/wxsmith/wxStaticBitmap16.png @@ -1213,10 +1017,14 @@ share/applications/codeblocks.desktop %%DATADIR%%/lexers/lexer_lua.xml %%DATADIR%%/lexers/lexer_make.sample %%DATADIR%%/lexers/lexer_make.xml +%%DATADIR%%/lexers/lexer_markdown.sample +%%DATADIR%%/lexers/lexer_markdown.xml %%DATADIR%%/lexers/lexer_masm.sample %%DATADIR%%/lexers/lexer_masm.xml %%DATADIR%%/lexers/lexer_matlab.sample %%DATADIR%%/lexers/lexer_matlab.xml +%%DATADIR%%/lexers/lexer_nim.sample +%%DATADIR%%/lexers/lexer_nim.xml %%DATADIR%%/lexers/lexer_nsis.sample %%DATADIR%%/lexers/lexer_nsis.xml %%DATADIR%%/lexers/lexer_objc.sample @@ -1225,6 +1033,7 @@ share/applications/codeblocks.desktop %%DATADIR%%/lexers/lexer_pascal.xml %%DATADIR%%/lexers/lexer_perl.sample %%DATADIR%%/lexers/lexer_perl.xml +%%DATADIR%%/lexers/lexer_plain.xml %%DATADIR%%/lexers/lexer_postscript.sample %%DATADIR%%/lexers/lexer_postscript.xml %%DATADIR%%/lexers/lexer_powershell.sample @@ -1260,6 +1069,8 @@ share/applications/codeblocks.desktop %%DATADIR%%/lexers/lexer_vhdl.xml %%DATADIR%%/lexers/lexer_xml.sample %%DATADIR%%/lexers/lexer_xml.xml +%%DATADIR%%/lexers/lexer_yaml.sample +%%DATADIR%%/lexers/lexer_yaml.xml %%DATADIR%%/lib_finder.zip %%DATADIR%%/lib_finder/codeblocks_sdk.xml %%DATADIR%%/lib_finder/glfw.xml @@ -1269,9 +1080,9 @@ share/applications/codeblocks.desktop %%DATADIR%%/openfileslist.zip %%DATADIR%%/projectsimporter.zip %%DATADIR%%/resources.zip +%%DATADIR%%/rndgen.zip %%DATADIR%%/scriptedwizard.zip %%DATADIR%%/scripts/edit_startup_script.script -%%DATADIR%%/scripts/gdb_types.script %%DATADIR%%/scripts/make_dist.script %%DATADIR%%/scripts/plugin_find_broken_files.script %%DATADIR%%/scripts/sample_plugin.script @@ -1459,18 +1270,18 @@ share/applications/codeblocks.desktop %%DATADIR%%/templates/wizard/fltk/logo.png %%DATADIR%%/templates/wizard/fltk/wizard.png %%DATADIR%%/templates/wizard/fltk/wizard.script -%%DATADIR%%/templates/wizard/fortran/app/files/main.f95 +%%DATADIR%%/templates/wizard/fortran/app/files/main.f90 %%DATADIR%%/templates/wizard/fortran/app/logo.png %%DATADIR%%/templates/wizard/fortran/app/wizard.png %%DATADIR%%/templates/wizard/fortran/app/wizard.script -%%DATADIR%%/templates/wizard/fortran/dll/files/main.f95 +%%DATADIR%%/templates/wizard/fortran/dll/files/main.f90 %%DATADIR%%/templates/wizard/fortran/dll/logo.png %%DATADIR%%/templates/wizard/fortran/dll/wizard.png %%DATADIR%%/templates/wizard/fortran/dll/wizard.script %%DATADIR%%/templates/wizard/fortran/file/logo.png %%DATADIR%%/templates/wizard/fortran/file/wizard.png %%DATADIR%%/templates/wizard/fortran/file/wizard.script -%%DATADIR%%/templates/wizard/fortran/lib/files/main.f95 +%%DATADIR%%/templates/wizard/fortran/lib/files/main.f90 %%DATADIR%%/templates/wizard/fortran/lib/logo.png %%DATADIR%%/templates/wizard/fortran/lib/wizard.png %%DATADIR%%/templates/wizard/fortran/lib/wizard.script