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 (c) 2014 Alexander Pyhalov
13 # Copyright (c) 2018 Michal Nowak
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= compiz-plugins-main
19 COMPONENT_VERSION
= 0.8.18
21 COMPONENT_PROJECT_URL
= http
://www.northfield.ws
/
22 COMPONENT_SUMMARY
= main effects plugins for compiz
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
).
tar.xz
25 COMPONENT_ARCHIVE_HASH
= sha256
:c7a427b8733e75f8f1319aca5c81f2726e2d1c4f37f368b4bf20b053bd52e5b3
26 COMPONENT_ARCHIVE_URL
= http
://www.northfield.ws
/projects
/compiz
/releases
/$(COMPONENT_VERSION
)/$(COMPONENT_SRC
).
tar.xz
28 TEST_TARGET
= $(NO_TESTS
)
30 include $(WS_MAKE_RULES
)/common.mk
34 COMPONENT_PREP_ACTION
= ( \
38 libtoolize
--automake
--copy
--force && \
39 automake
-a
-f
-c
&& \
41 find
$(@D
) -name
'*_options.c' -o
-name
'*_options.h' -exec
rm -f
{} \
; )
43 CONFIGURE_ENV
+= INTLTOOL_PERL
=$(PERL
)
45 CONFIGURE_OPTIONS
+= --sysconfdir
=$(ETCDIR
)
46 CONFIGURE_OPTIONS
+= --disable-static
48 # Manually added build dependencies
49 REQUIRED_PACKAGES
+= desktop
/compiz
50 REQUIRED_PACKAGES
+= desktop
/compiz
/bcop
52 # Auto-generated dependencies
53 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
54 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
55 REQUIRED_PACKAGES
+= $(JPEG_IMPLEM_PKG
)
56 REQUIRED_PACKAGES
+= gnome
/accessibility
/at-spi2-core
57 REQUIRED_PACKAGES
+= image
/library
/libjpeg-turbo
58 REQUIRED_PACKAGES
+= library
/desktop
/cairo
59 REQUIRED_PACKAGES
+= library
/desktop
/pango
60 REQUIRED_PACKAGES
+= library
/glib2
61 REQUIRED_PACKAGES
+= library
/libnotify
62 REQUIRED_PACKAGES
+= library
/libxml2
63 REQUIRED_PACKAGES
+= system
/library
64 REQUIRED_PACKAGES
+= system
/library
/libdbus
65 REQUIRED_PACKAGES
+= x11
/library
/glu
66 REQUIRED_PACKAGES
+= x11
/library
/libx11
67 REQUIRED_PACKAGES
+= x11
/library
/libxfixes
68 REQUIRED_PACKAGES
+= x11
/library
/libxrender