components/desktop/colord/Makefile
changeset 7687 1093e2a9adbd
parent 7293 a449e2e641be
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 BUILD_BITS =            64_and_32
    24 BUILD_BITS =            64_and_32
    25 # All components using gobject-introspection must be built with gcc as
    25 # All components using gobject-introspection must be built with gcc as
    26 # gobject-introspection does not produce correct results when using Studio.
    26 # gobject-introspection does not produce correct results when using Studio.
    35 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
    35 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
    36 COMPONENT_ARCHIVE_HASH= \
    36 COMPONENT_ARCHIVE_HASH= \
    37 	sha256:f03e951641f39c2cea6ce7a6435608dd2bc0bd2c98e901ae331193f95f3e8907
    37 	sha256:f03e951641f39c2cea6ce7a6435608dd2bc0bd2c98e901ae331193f95f3e8907
    38 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/releases/$(COMPONENT_ARCHIVE)
    38 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/releases/$(COMPONENT_ARCHIVE)
    39 COMPONENT_BUGDB=	gnome/libraries
    39 COMPONENT_BUGDB=	gnome/libraries
       
    40 COMPONENT_ANITYA_ID=	10190
    40 
    41 
    41 TPNO=			25612
    42 TPNO=			25612
    42 
    43 
    43 TEST_TARGET = $(NO_TESTS)
    44 TEST_TARGET = $(NO_TESTS)
    44 
    45