components/desktop/startup-notification/Makefile
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 02 Dec 2016 20:30:30 -0800
changeset 7433 8e9deb81d1cf
parent 7187 b5a1068f6843
child 7687 1093e2a9adbd
permissions -rw-r--r--
Close of build 114.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7187
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
#
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS=             32_and_64
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
COMPILER=		gcc
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
include ../../../make-rules/shared-macros.mk
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_NAME=		startup-notification
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_VERSION=	0.12
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_PROJECT_URL=	http://www.freedesktop.org/wiki/Software/startup-notification/
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_ARCHIVE_HASH= \
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
   sha256:3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_ARCHIVE_URL=	http://www.freedesktop.org/software/$(COMPONENT_NAME)/releases/$(COMPONENT_ARCHIVE)
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
COMPONENT_BUGDB=	gnome/libraries
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
TPNO=			24899
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
# gmake check works but produces no useful output
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
TEST_TARGET = $(SKIP_TEST)
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
# May build on S11 but will conflict with gnome-libs
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
include $(WS_MAKE_RULES)/no-evaluation.mk
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
include $(WS_MAKE_RULES)/common.mk
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
CONFIGURE_OPTIONS += --enable-static=no
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
CONFIGURE_OPTIONS += --with-x
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
REQUIRED_PACKAGES += developer/build/automake
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
REQUIRED_PACKAGES += developer/build/gnu-make
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
REQUIRED_PACKAGES += developer/build/pkg-config
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
REQUIRED_PACKAGES += text/gnu-grep
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
REQUIRED_PACKAGES += x11/library/libx11
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    57
REQUIRED_PACKAGES += x11/library/libxcb
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    58
REQUIRED_PACKAGES += x11/library/xcb-util