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 Alexander Pyhalov
13 # Copyright 2021 Andreas Wacknitz
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= libwnck
20 COMPONENT_MJR_VERSION
= 43
21 COMPONENT_VERSION
= $(COMPONENT_MJR_VERSION
).1
22 COMPONENT_SUMMARY
= Window Navigator Construction Kit Library
23 COMPONENT_PROJECT_URL
= https
://www.gnome.org
24 COMPONENT_SRC
= libwnck-
$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
26 COMPONENT_ARCHIVE_HASH
= sha256
:634b4587b7367a493d3818c4b57740dac06153cf8f25cd64f5af16b657dd6845
27 COMPONENT_ARCHIVE_URL
= https
://download.gnome.org
/sources
/libwnck
/$(COMPONENT_MJR_VERSION
)/$(COMPONENT_ARCHIVE
)
28 COMPONENT_FMRI
= library
/desktop
/$(COMPONENT_NAME
)
29 COMPONENT_CLASSIFICATION
= System
/Libraries
30 COMPONENT_LICENSE
= LGPLv2
31 COMPONENT_LICENSE_FILE
= COPYING
33 TEST_TARGET
= $(NO_TESTS
)
34 include $(WS_MAKE_RULES
)/common.mk
38 CONFIGURE_OPTIONS
+= --sysconfdir
=/etc
40 COMPONENT_BUILD_ENV
+= CC
="$(CC)"
41 COMPONENT_BUILD_ENV
+= CFLAGS
="$(CFLAGS)"
43 # Auto-generated dependencies
44 REQUIRED_PACKAGES
+= library
/desktop
/atk
45 REQUIRED_PACKAGES
+= library
/desktop
/cairo
46 REQUIRED_PACKAGES
+= library
/desktop
/gdk-pixbuf
47 REQUIRED_PACKAGES
+= library
/desktop
/gtk3
48 REQUIRED_PACKAGES
+= library
/desktop
/pango
49 REQUIRED_PACKAGES
+= library
/desktop
/startup-notification
50 REQUIRED_PACKAGES
+= library
/glib2
51 REQUIRED_PACKAGES
+= system
/library
52 REQUIRED_PACKAGES
+= system
/library
/math
53 REQUIRED_PACKAGES
+= x11
/library
/libx11
54 REQUIRED_PACKAGES
+= x11
/library
/libxrender
55 REQUIRED_PACKAGES
+= x11
/library
/libxres