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 2015 Alexander Pyhalov
13 # Copyright 2016 Till Wegmueller
14 # Copyright 2016 Ken Mays
15 # Copyright 2020 Michal Nowak
16 # Copyright (c) 2021 Tim Mooney. All rights reserved
17 # Copyright 2022 Andreas Wacknitz
21 include ..
/..
/..
/..
/make-rules
/shared-macros.mk
22 include $(WS_MAKE_RULES
)/mate.mk
24 COMPONENT_NAME
= mate-desktop
25 COMPONENT_MJR_VERSION
= 1.28
26 COMPONENT_MNR_VERSION
= 2
27 COMPONENT_SUMMARY
= Additional UI API for MATE Desktop
28 COMPONENT_ARCHIVE_HASH
= sha256
:32bb4b792014b391c1e1b8ae9c18a82b4d447650984b4cba7d28e95564964aa2
29 COMPONENT_LICENSE
= GPLv2
, LGPLv2
, FDLv1.1
31 include $(WS_MAKE_RULES
)/common.mk
33 # Manually added build dependencies
34 REQUIRED_PACKAGES
+= data
/iso-codes
35 REQUIRED_PACKAGES
+= developer
/build
/autoconf-archive
37 # Add dconf-editor as dependency as otherwise mate-applets crash
38 # as this is a non binary dependency it is not detected automatically
39 REQUIRED_PACKAGES
+= gnome
/config
/dconf
/dconf-editor
41 # Auto-generated dependencies
42 REQUIRED_PACKAGES
+= gnome
/config
/dconf
43 REQUIRED_PACKAGES
+= library
/desktop
/atk
44 REQUIRED_PACKAGES
+= library
/desktop
/cairo
45 REQUIRED_PACKAGES
+= library
/desktop
/gdk-pixbuf
46 REQUIRED_PACKAGES
+= library
/desktop
/gtk3
47 REQUIRED_PACKAGES
+= library
/desktop
/startup-notification
48 REQUIRED_PACKAGES
+= library
/glib2
49 REQUIRED_PACKAGES
+= system
/library
50 REQUIRED_PACKAGES
+= system
/library
/math
51 REQUIRED_PACKAGES
+= x11
/library
/libx11
52 REQUIRED_PACKAGES
+= x11
/library
/libxrandr