# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL)". You may # only use this file in accordance with the terms of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright (c) 2014 Alexander Pyhalov # Copyright (c) 2018 Michal Nowak # include ../../../make-rules/shared-macros.mk COMPONENT_NAME= compiz-plugins-main COMPONENT_VERSION= 0.8.18 COMPONENT_REVISION= 2 COMPONENT_PROJECT_URL= http://www.northfield.ws/ COMPONENT_SUMMARY= main effects plugins for compiz COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.xz COMPONENT_ARCHIVE_HASH= sha256:c7a427b8733e75f8f1319aca5c81f2726e2d1c4f37f368b4bf20b053bd52e5b3 COMPONENT_ARCHIVE_URL= http://www.northfield.ws/projects/compiz/releases/$(COMPONENT_VERSION)/$(COMPONENT_SRC).tar.xz TEST_TARGET= $(NO_TESTS) include $(WS_MAKE_RULES)/common.mk PATH= $(PATH.gnu) COMPONENT_PREP_ACTION= ( \ cd $(@D) && \ aclocal -I. && \ autoheader && \ libtoolize --automake --copy --force && \ automake -a -f -c && \ autoconf && \ find $(@D) -name '*_options.c' -o -name '*_options.h' -exec rm -f {} \; ) CONFIGURE_ENV += INTLTOOL_PERL=$(PERL) CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR) CONFIGURE_OPTIONS += --disable-static # Manually added build dependencies REQUIRED_PACKAGES += desktop/compiz REQUIRED_PACKAGES += desktop/compiz/bcop # Auto-generated dependencies REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG) REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG) REQUIRED_PACKAGES += $(JPEG_IMPLEM_PKG) REQUIRED_PACKAGES += gnome/accessibility/at-spi2-core REQUIRED_PACKAGES += image/library/libjpeg-turbo REQUIRED_PACKAGES += library/desktop/cairo REQUIRED_PACKAGES += library/desktop/pango REQUIRED_PACKAGES += library/glib2 REQUIRED_PACKAGES += library/libnotify REQUIRED_PACKAGES += library/libxml2 REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/libdbus REQUIRED_PACKAGES += x11/library/glu REQUIRED_PACKAGES += x11/library/libx11 REQUIRED_PACKAGES += x11/library/libxfixes REQUIRED_PACKAGES += x11/library/libxrender