components/desktop/colord-gtk/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.
    33 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
    33 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
    34 COMPONENT_ARCHIVE_HASH= \
    34 COMPONENT_ARCHIVE_HASH= \
    35 	sha256:28d00b7f157ea3e2ea5315387b2660fde82faba16674861c50465e55d61a3e45
    35 	sha256:28d00b7f157ea3e2ea5315387b2660fde82faba16674861c50465e55d61a3e45
    36 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/releases/$(COMPONENT_ARCHIVE)
    36 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/releases/$(COMPONENT_ARCHIVE)
    37 COMPONENT_BUGDB=	gnome/libraries
    37 COMPONENT_BUGDB=	gnome/libraries
       
    38 COMPONENT_ANITYA_ID=	331
    38 
    39 
    39 TPNO=			25613
    40 TPNO=			25613
    40 
    41 
    41 TEST_TARGET = $(NO_TESTS)
    42 TEST_TARGET = $(NO_TESTS)
    42 
    43