libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / desktop / rarian / Makefile
blob0671e6b5a2008f49f3d3c9792baca3c6eef74147
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 2014 Alexander Pyhalov. All rights reserved.
14 # Copyright 2019 Nona Hansel
17 USE_DEFAULT_TEST_TRANSFORMS= yes
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= rarian
21 COMPONENT_VERSION= 0.8.5
22 COMPONENT_SUMMARY= Documentation meta-data library
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_ARCHIVE_HASH= sha256:93cf05e6bf51af169d0b32a2dc03f9a0f7895cae4e58b1a9b75777c040e9be0f
26 COMPONENT_ARCHIVE_URL= https://gitlab.freedesktop.org/$(COMPONENT_NAME)/$(COMPONENT_NAME)/-/archive/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL= https://rarian.freedesktop.org
28 COMPONENT_FMRI= text/rarian
29 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Libraries
30 COMPONENT_LICENSE= LGPLv2, GPLv2
32 include $(WS_MAKE_RULES)/common.mk
34 COMPONENT_PREP_ACTION= ( cd $(@D) && NOCONFIGURE=1 ./autogen.sh )
36 LD_OPTIONS=
38 CONFIGURE_OPTIONS += --localstatedir=/var
39 CONFIGURE_OPTIONS += --disable-skdb-update
40 CONFIGURE_OPTIONS += --with-convert-dir=/usr/share/omf
42 unexport SHELLOPTS
44 # Auto-generated dependencies
45 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
46 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
47 REQUIRED_PACKAGES += library/tinyxml
48 REQUIRED_PACKAGES += shell/bash
49 REQUIRED_PACKAGES += shell/ksh93
50 REQUIRED_PACKAGES += system/library
51 REQUIRED_PACKAGES += system/library/math