components/desktop/startup-notification/Makefile
changeset 7687 1093e2a9adbd
parent 7187 b5a1068f6843
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) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 BUILD_BITS=             32_and_64
    26 BUILD_BITS=             32_and_64
    27 COMPILER=		gcc
    27 COMPILER=		gcc
    28 include ../../../make-rules/shared-macros.mk
    28 include ../../../make-rules/shared-macros.mk
    33 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    33 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    34 COMPONENT_ARCHIVE_HASH= \
    34 COMPONENT_ARCHIVE_HASH= \
    35    sha256:3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a
    35    sha256:3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a
    36 COMPONENT_ARCHIVE_URL=	http://www.freedesktop.org/software/$(COMPONENT_NAME)/releases/$(COMPONENT_ARCHIVE)
    36 COMPONENT_ARCHIVE_URL=	http://www.freedesktop.org/software/$(COMPONENT_NAME)/releases/$(COMPONENT_ARCHIVE)
    37 COMPONENT_BUGDB=	gnome/libraries
    37 COMPONENT_BUGDB=	gnome/libraries
       
    38 COMPONENT_ANITYA_ID=	10089
    38 
    39 
    39 TPNO=			24899
    40 TPNO=			24899
    40 
    41 
    41 # gmake check works but produces no useful output
    42 # gmake check works but produces no useful output
    42 TEST_TARGET = $(SKIP_TEST)
    43 TEST_TARGET = $(SKIP_TEST)