python/hypothesis: update to 6.122.3
[oi-userland.git] / components / desktop / mate / mate-settings-daemon / Makefile
blob455a4124d537796d71f6d6a5897405cb6f5d4155
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 2016 Till Wegmueller
13 # Copyright 2016 Ken Mays
14 # Copyright 2020 Michal Nowak
15 # Copyright (c) 2021 Tim Mooney. All rights reserved
16 # Copyright 2022 Andreas Wacknitz
19 MATE_CATEGORY= APP
20 BUILD_STYLE= configure
21 include ../../../../make-rules/shared-macros.mk
22 include $(WS_MAKE_RULES)/mate.mk
24 COMPONENT_NAME= mate-settings-daemon
25 COMPONENT_MJR_VERSION= 1.28
26 COMPONENT_MNR_VERSION= 0
27 COMPONENT_SUMMARY= Fork of gnome-settings-deamon
28 COMPONENT_ARCHIVE_HASH= sha256:4ed7cdadaaa4c99efffc0282b8411703bb76e072c41c4b57989f8c5b40611a3a
29 COMPONENT_FMRI= desktop/mate/$(COMPONENT_NAME)
30 COMPONENT_CLASSIFICATION= System/Libraries
31 COMPONENT_LICENSE= GPLv2, LGPLv2, FDLv1.1
33 include $(WS_MAKE_RULES)/common.mk
35 CONFIGURE_OPTIONS += --disable-rfkill
36 CONFIGURE_OPTIONS += --enable-pulse
38 # Build requirements
39 REQUIRED_PACKAGES += library/nspr
40 REQUIRED_PACKAGES += system/library/mozilla-nss
42 # Auto-generated dependencies
43 REQUIRED_PACKAGES += gnome/accessibility/at-spi2-core
44 REQUIRED_PACKAGES += gnome/config/dconf
45 REQUIRED_PACKAGES += library/audio/pulseaudio
46 REQUIRED_PACKAGES += library/desktop/cairo
47 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
48 REQUIRED_PACKAGES += library/desktop/gtk3
49 REQUIRED_PACKAGES += library/desktop/libxklavier
50 REQUIRED_PACKAGES += library/desktop/mate/libmatekbd
51 REQUIRED_PACKAGES += library/desktop/mate/libmatemixer
52 REQUIRED_PACKAGES += library/desktop/mate/mate-desktop
53 REQUIRED_PACKAGES += library/desktop/xdg/libcanberra
54 REQUIRED_PACKAGES += library/glib2
55 REQUIRED_PACKAGES += library/libnotify
56 REQUIRED_PACKAGES += system/library
57 REQUIRED_PACKAGES += system/library/fontconfig
58 REQUIRED_PACKAGES += system/library/math
59 REQUIRED_PACKAGES += x11/library/libx11
60 REQUIRED_PACKAGES += x11/library/libxi