python/hypothesis: update to 6.122.3
[oi-userland.git] / components / desktop / mate / mate-screensaver / Makefile
blobe51e7ea0470ece2927d866468b58f19e63144af4
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 2022 Carsten Grzemba
15 MATE_CATEGORY= APP
16 BUILD_STYLE= configure
17 include ../../../../make-rules/shared-macros.mk
18 include $(WS_MAKE_RULES)/mate.mk
20 COMPONENT_NAME= mate-screensaver
21 COMPONENT_MJR_VERSION= 1.28
22 COMPONENT_MNR_VERSION= 0
23 COMPONENT_SUMMARY= mate-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop
24 COMPONENT_ARCHIVE_HASH= sha256:6a0f24a8f84a2f95e10114ab53e63fd4aca688a55fdc503ed650e0a410e3ea70
25 COMPONENT_CLASSIFICATION= Applications/System Utilities
26 COMPONENT_LICENSE= GPLv3
27 COMPONENT_LICENSE_FILE= COPYING
29 TEST_TARGET= $(NO_TESTS)
30 include $(WS_MAKE_RULES)/common.mk
32 PATH= $(PATH.gnu)
34 COMPONENT_PREP_ACTION= ( cd $(@D) && PATH="$(PATH)" NOCONFIGURE=1 ./autogen.sh )
36 CONFIGURE_OPTIONS += --with-console-kit
37 CONFIGURE_OPTIONS += --enable-locking
38 CONFIGURE_OPTIONS += --enable-pam
39 CONFIGURE_OPTIONS += --enable-authentication-scheme=helper
40 CONFIGURE_OPTIONS_DBG += --enable-debug
41 CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS_$(FLAVOUR))
43 # Manually added build dependencies
44 REQUIRED_PACKAGES += developer/build/autoconf-archive
45 REQUIRED_PACKAGES += gnome/theme/background/os-backgrounds
46 REQUIRED_PACKAGES += library/desktop/mate/libmatekbd
47 REQUIRED_PACKAGES += x11/library/mesa
49 # Auto-generated dependencies
50 REQUIRED_PACKAGES += library/desktop/cairo
51 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
52 REQUIRED_PACKAGES += library/desktop/gtk3
53 REQUIRED_PACKAGES += library/desktop/libxklavier
54 REQUIRED_PACKAGES += library/desktop/mate/libmatekbd
55 REQUIRED_PACKAGES += library/desktop/mate/mate-desktop
56 REQUIRED_PACKAGES += library/desktop/mate/mate-menus
57 REQUIRED_PACKAGES += library/desktop/pango
58 REQUIRED_PACKAGES += library/glib2
59 REQUIRED_PACKAGES += library/libnotify
60 REQUIRED_PACKAGES += system/library
61 REQUIRED_PACKAGES += system/library/libdbus
62 REQUIRED_PACKAGES += system/library/libdbus-glib
63 REQUIRED_PACKAGES += system/library/math
64 REQUIRED_PACKAGES += x11/library/libx11
65 REQUIRED_PACKAGES += x11/library/libxext
66 REQUIRED_PACKAGES += x11/library/libxscrnsaver
67 REQUIRED_PACKAGES += x11/library/libxxf86vm