2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2024 Geoff Weiss
16 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_VERSION
= 1.8.0
20 COMPONENT_SUMMARY
= Modern IRC client written in GTK.
21 COMPONENT_PROJECT_URL
= https
://srain.silverrainz.me
/
22 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
23 COMPONENT_ARCHIVE
= $(COMPONENT_VERSION
).
tar.gz
24 COMPONENT_ARCHIVE_HASH
= sha256
:0c9830c79a3d5656bfe6aaf926f091b09b57eaacbfdc98270c40274fdbd680c2
25 COMPONENT_ARCHIVE_URL
= https
://github.com
/SrainApp
/$(COMPONENT_NAME
)/archive
/refs
/tags/$(COMPONENT_ARCHIVE
)
26 COMPONENT_FMRI
= desktop
/irc
/srain
27 COMPONENT_CLASSIFICATION
=Applications
/Internet
28 COMPONENT_LICENSE
= GPLv3
29 COMPONENT_LICENSE_FILE
= LICENSE
31 TEST_TARGET
= $(NO_TESTS
)
32 include $(WS_MAKE_RULES
)/common.mk
36 # OI's ayatana-appindicator is too old
37 CONFIGURE_OPTIONS
+= -Dapp_indicator
=false
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES
+= $(OPENSSL_PKG
)
41 REQUIRED_PACKAGES
+= library
/desktop
/cairo
42 REQUIRED_PACKAGES
+= library
/desktop
/gdk-pixbuf
43 REQUIRED_PACKAGES
+= library
/desktop
/gtk3
44 REQUIRED_PACKAGES
+= library
/glib2
45 REQUIRED_PACKAGES
+= library
/libconfig
46 REQUIRED_PACKAGES
+= library
/libsecret
47 REQUIRED_PACKAGES
+= library
/libsoup3
48 REQUIRED_PACKAGES
+= system
/library