python/hypothesis: update to 6.122.3
[oi-userland.git] / components / editor / geany / Makefile
blob6b5530cf96c31cc3d1444028b62ee9b4db09729f
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016-2017 Predrag Zečević. All rights reserved.
14 # Copyright 2020, 2023 Andreas Wacknitz
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= geany
20 COMPONENT_VERSION= 2.0
21 COMPONENT_REVISION= 2
22 COMPONENT_SUMMARY= A fast and lightweight IDE
23 COMPONENT_DESCRIPTION= Small and fast IDE, which has only a few dependencies from other package (independent on DE)
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
26 COMPONENT_ARCHIVE_HASH= sha256:565b4cd2f0311c1e3a167ec71c4a32dba642e0fe554ae5bb6b8177b7a74ccc92
27 COMPONENT_ARCHIVE_URL= https://download.geany.org/$(COMPONENT_ARCHIVE)
28 COMPONENT_PROJECT_URL= https://www.geany.org
29 COMPONENT_FMRI= editor/geany
30 COMPONENT_CLASSIFICATION=System/Text Tools
31 COMPONENT_LICENSE= GPLv2
32 COMPONENT_LICENSE_FILE= COPYING
34 TEST_TARGET= $(NO_TESTS)
35 include $(WS_MAKE_RULES)/common.mk
37 PATH= $(PATH.gnu)
39 CFLAGS += -D_FILE_OFFSET_BITS=64
41 CONFIGURE_OPTIONS += --enable-vte
42 CONFIGURE_OPTIONS += --disable-html-docs
43 CONFIGURE_OPTIONS += --disable-pdf-docs
44 CONFIGURE_OPTIONS += --enable-api-docs
45 CONFIGURE_OPTIONS += --enable-gtkdoc-header
46 CONFIGURE_OPTIONS += --enable-the-force
48 # Manually added build dependencies:
49 REQUIRED_PACKAGES += compress/bzip2
50 REQUIRED_PACKAGES += image/library/libpng16
51 REQUIRED_PACKAGES += library/c++/graphite2
52 REQUIRED_PACKAGES += library/c++/harfbuzz
53 REQUIRED_PACKAGES += library/expat
54 REQUIRED_PACKAGES += library/graphics/pixman
55 REQUIRED_PACKAGES += library/libffi
56 REQUIRED_PACKAGES += library/zlib
57 REQUIRED_PACKAGES += system/library/fontconfig
58 REQUIRED_PACKAGES += system/library/freetype-2
59 REQUIRED_PACKAGES += x11/library/libx11
60 REQUIRED_PACKAGES += x11/library/libxau
61 REQUIRED_PACKAGES += x11/library/libxcb
62 REQUIRED_PACKAGES += x11/library/libxcomposite
63 REQUIRED_PACKAGES += x11/library/libxcursor
64 REQUIRED_PACKAGES += x11/library/libxdamage
65 REQUIRED_PACKAGES += x11/library/libxdmcp
66 REQUIRED_PACKAGES += x11/library/libxext
67 REQUIRED_PACKAGES += x11/library/libxfixes
68 REQUIRED_PACKAGES += x11/library/libxinerama
69 REQUIRED_PACKAGES += x11/library/libxrandr
70 REQUIRED_PACKAGES += x11/library/libxrender
71 REQUIRED_PACKAGES += x11/library/libxscrnsaver
72 REQUIRED_PACKAGES += x11/library/mesa
73 REQUIRED_PACKAGES += developer/documentation-tool/doxygen
75 # Auto-generated dependencies
76 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
77 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
78 REQUIRED_PACKAGES += library/desktop/atk
79 REQUIRED_PACKAGES += library/desktop/cairo
80 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
81 REQUIRED_PACKAGES += library/desktop/gtk3
82 REQUIRED_PACKAGES += library/desktop/pango
83 REQUIRED_PACKAGES += library/glib2
84 REQUIRED_PACKAGES += system/library
85 REQUIRED_PACKAGES += system/library/math