Andreas Wacknitz
2023-11-15 182262cc39f4fa685f413fe35a5e6d11c1986340
rebuild codeblocks with new wxwidgets

2 files modified
6 ■■■■ changed files
components/editor/codeblocks/Makefile 4 ●●●● patch | view | raw | blame | history
components/editor/codeblocks/pkg5 2 ●●● patch | view | raw | blame | history
components/editor/codeblocks/Makefile
@@ -22,7 +22,7 @@
COMPONENT_NAME=         codeblocks
COMPONENT_VERSION=      20.3
HUMAN_VERSION=          20.03
COMPONENT_REVISION=     3
COMPONENT_REVISION=     4
COMPONENT_SUMMARY=      A fast and lightweight C/C++ IDE
COMPONENT_DESCRIPTION=  Small and fast IDE, with code analysis and refactoring
#COMPONENT_SRC=          $(COMPONENT_NAME)-$(HUMAN_VERSION)
@@ -46,7 +46,7 @@
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += library/desktop/gtk3
REQUIRED_PACKAGES += library/desktop/gtk2
REQUIRED_PACKAGES += library/graphics/wxwidgets-3
REQUIRED_PACKAGES += library/tinyxml
REQUIRED_PACKAGES += system/library
components/editor/codeblocks/pkg5
@@ -1,6 +1,6 @@
{
    "dependencies": [
        "library/desktop/gtk3",
        "library/desktop/gtk2",
        "library/graphics/wxwidgets-3",
        "library/tinyxml",
        "system/library",