libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / desktop / compiz-plugins-extra / Makefile
blob65a47ae451e6faa28451ffafd02e5685f682c1dd
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-extra
19 COMPONENT_VERSION= 0.8.18
20 COMPONENT_REVISION= 1
21 COMPONENT_PROJECT_URL= http://www.northfield.ws/
22 COMPONENT_SUMMARY= extra 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:27cde7b069373b8cd230042f3b7c3a2238ac00277cf1b79a4453cb247aecd3ab
26 COMPONENT_ARCHIVE_URL= http://www.northfield.ws/projects/compiz/releases/$(COMPONENT_VERSION)/$(COMPONENT_SRC).tar.xz
27 COMPONENT_FMRI= desktop/compiz/plugin/compiz-fusion-extra
28 COMPONENT_CLASSIFICATION= Applications/Plug-ins and Run-times
29 COMPONENT_LICENSE= GPLv2
30 COMPONENT_LICENSE_FILE= COPYING
32 TEST_TARGET= $(NO_TESTS)
34 include $(WS_MAKE_RULES)/common.mk
36 PATH= $(PATH.gnu)
38 COMPONENT_PREP_ACTION= ( \
39 cd $(@D) && \
40 aclocal -I. && \
41 autoheader && \
42 libtoolize --automake --copy --force && \
43 automake -a -f -c && \
44 autoconf && \
45 find $(@D) -name '*_options.c' -o -name '*_options.h' -exec rm -f {} \; )
47 CONFIGURE_ENV += INTLTOOL_PERL=$(PERL)
49 CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
50 CONFIGURE_OPTIONS += --disable-static
52 # Manually added build dependencies
53 REQUIRED_PACKAGES += desktop/compiz
54 REQUIRED_PACKAGES += desktop/compiz/bcop
55 REQUIRED_PACKAGES += desktop/compiz/plugin/compiz-fusion-main
56 REQUIRED_PACKAGES += gnome/theme/background/os-backgrounds
58 # Auto-generated dependencies
59 REQUIRED_PACKAGES += library/desktop/cairo
60 REQUIRED_PACKAGES += library/glib2
61 REQUIRED_PACKAGES += library/libnotify
62 REQUIRED_PACKAGES += system/library
63 REQUIRED_PACKAGES += x11/library/glu
64 REQUIRED_PACKAGES += x11/library/libx11
65 REQUIRED_PACKAGES += x11/library/libxext
66 REQUIRED_PACKAGES += x11/library/libxfixes
67 REQUIRED_PACKAGES += x11/library/libxrender