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
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 2022 Nona Hansel
15 # Copyright 2023 Andreas Wacknitz
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= geany-plugins
22 COMPONENT_VERSION
= 2.0
23 COMPONENT_SUMMARY
= Plugins for Geany editor
24 COMPONENT_DESCRIPTION
= Geany-Plugins is a collection of different plugins for Geany
, a lightweight IDE.
25 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
26 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
27 COMPONENT_ARCHIVE_HASH
= sha256
:cd7d27f00aef4afe2040d7e5246a863234c340c8520ef698be9a15005ed8f57e
28 COMPONENT_PROJECT_URL
= https
://plugins.geany.org
29 COMPONENT_ARCHIVE_URL
= $(COMPONENT_PROJECT_URL
)/$(COMPONENT_NAME
)/$(COMPONENT_ARCHIVE
)
30 COMPONENT_FMRI
= editor
/geany
/plugins
31 COMPONENT_CLASSIFICATION
= System
/Text Tools
32 COMPONENT_LICENSE
= GPLv2
34 COMPONENT_PREP_ACTION
+= ( cd
$(@D
) && rm ltmain.sh
; autoreconf
-fi
)
36 TEST_TARGET
= $(NO_TESTS
)
37 include $(WS_MAKE_RULES
)/common.mk
42 CFLAGS
+= -D_FILE_OFFSET_BITS
=64
44 CONFIGURE_ENV
+= CHECK_CFLAGS
="-I/usr/include/check"
45 CONFIGURE_ENV
+= PYTHON
=$(PYTHON
.3.9.64)
48 CONFIGURE_OPTIONS
+= --disable-debugger
49 CONFIGURE_OPTIONS
+= --disable-scope
51 # no lipsum (www.lipsum.com) in OI yet
52 CONFIGURE_OPTIONS
+= --disable-lipsum
54 # Enable to avoid relying on the environment
55 CONFIGURE_OPTIONS
+= --enable-gtkspell
57 # Manually added build dependencies
58 REQUIRED_PACKAGES
+= gnome
/config
/gconf
60 # Auto-generated dependencies
61 REQUIRED_PACKAGES
+= editor
/geany
62 REQUIRED_PACKAGES
+= library
/desktop
/cairo
63 REQUIRED_PACKAGES
+= library
/desktop
/gdk-pixbuf
64 REQUIRED_PACKAGES
+= library
/desktop
/gtk3
65 REQUIRED_PACKAGES
+= library
/desktop
/gtkspell3
66 REQUIRED_PACKAGES
+= library
/desktop
/pango
67 REQUIRED_PACKAGES
+= library
/desktop
/webkitgtk2
68 REQUIRED_PACKAGES
+= library
/glib2
69 REQUIRED_PACKAGES
+= library
/libgit2
70 REQUIRED_PACKAGES
+= library
/libsoup
71 REQUIRED_PACKAGES
+= library
/libxml2
72 REQUIRED_PACKAGES
+= library
/security
/gpgme
73 REQUIRED_PACKAGES
+= library
/spell-checking
/enchant
74 REQUIRED_PACKAGES
+= system
/library
75 REQUIRED_PACKAGES
+= system
/library
/math