components/gnome/gnome-session/Makefile
changeset 7687 1093e2a9adbd
parent 7190 995b487a3de3
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
    24 BUILD_BITS=             64
    25 COMPILER=		gcc
    25 COMPILER=		gcc
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    30 COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Projects/SessionManagement
    30 COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Projects/SessionManagement
    31 COMPONENT_ARCHIVE_HASH= \
    31 COMPONENT_ARCHIVE_HASH= \
    32 	sha256:b37d823d57ff2e3057401a426279954699cfe1e44e59a4cbdd941687ff928a45
    32 	sha256:b37d823d57ff2e3057401a426279954699cfe1e44e59a4cbdd941687ff928a45
    33 COMPONENT_BUGDB=	gnome/session
    33 COMPONENT_BUGDB=	gnome/session
    34 COMPONENT_ARCHIVE_URL=  http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/3.18/$(COMPONENT_ARCHIVE)
    34 COMPONENT_ARCHIVE_URL=  http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/3.18/$(COMPONENT_ARCHIVE)
       
    35 COMPONENT_ANITYA_ID=	13136
    35 
    36 
    36 TPNO=			27163
    37 TPNO=			27163
    37 
    38 
    38 TEST_TARGET = $(NO_TESTS)
    39 TEST_TARGET = $(NO_TESTS)
    39 
    40