components/gnome/gtk2/Makefile
changeset 7687 1093e2a9adbd
parent 7444 e192b873e756
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 # All components using gobject-introspection must be built with gcc as
    26 # All components using gobject-introspection must be built with gcc as
    27 # gobject-introspection does not produce correct results when using Studio.
    27 # gobject-introspection does not produce correct results when using Studio.
    28 COMPILER =		gcc
    28 COMPILER =		gcc
    35 COMPONENT_SRC=		gtk+-$(COMPONENT_VERSION)
    35 COMPONENT_SRC=		gtk+-$(COMPONENT_VERSION)
    36 COMPONENT_ARCHIVE_HASH=	\
    36 COMPONENT_ARCHIVE_HASH=	\
    37     sha256:68c1922732c7efc08df4656a5366dcc3afdc8791513400dac276009b40954658
    37     sha256:68c1922732c7efc08df4656a5366dcc3afdc8791513400dac276009b40954658
    38 COMPONENT_ARCHIVE_URL=	https://download.gnome.org/sources/gtk+/2.24/$(COMPONENT_ARCHIVE)
    38 COMPONENT_ARCHIVE_URL=	https://download.gnome.org/sources/gtk+/2.24/$(COMPONENT_ARCHIVE)
    39 COMPONENT_BUGDB=	gnome/gtk+
    39 COMPONENT_BUGDB=	gnome/gtk+
       
    40 COMPONENT_ANITYA_ID=	4572
    40 
    41 
    41 TPNO=			32698
    42 TPNO=			32698
    42 
    43 
    43 # Requires gdk-pixbuf, which we cannot build on 11.3, so do not publish.
    44 # Requires gdk-pixbuf, which we cannot build on 11.3, so do not publish.
    44 include $(WS_MAKE_RULES)/no-evaluation.mk
    45 include $(WS_MAKE_RULES)/no-evaluation.mk