srain: add 1.7.0
[oi-userland.git] / components / desktop / srain / Makefile
blob31617d7995739e43dcb7f634a6791467a8a517ee
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
15 BUILD_BITS= 64
16 BUILD_STYLE= meson
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= srain
20 COMPONENT_VERSION= 1.7.0
21 COMPONENT_SUMMARY= Modern IRC client written in GTK.
22 COMPONENT_PROJECT_URL= https://srain.silverrainz.me/
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_VERSION).tar.gz
25 COMPONENT_ARCHIVE_HASH= sha256:a79bc0d3c257db1c1037b75c330a36c40660580f99327710419a0dacb1b5b18d
26 COMPONENT_ARCHIVE_URL= https://github.com/SrainApp/$(COMPONENT_NAME)/archive/refs/tags/$(COMPONENT_ARCHIVE)
27 COMPONENT_FMRI= desktop/irc/srain
28 COMPONENT_CLASSIFICATION=Applications/Internet
29 COMPONENT_LICENSE= GPLv3
30 COMPONENT_LICENSE_FILE= LICENSE
32 TEST_TARGET= $(NO_TESTS)
33 include $(WS_MAKE_RULES)/common.mk
35 PATH= $(PATH.gnu)
37 # OI's ayatana-appindicator is too old
38 CONFIGURE_OPTIONS += -Dapp_indicator=false
40 # Auto-generated dependencies
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 += library/security/openssl-31
49 REQUIRED_PACKAGES += system/library