components/desktop/desktop-file-utils/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 7182 3c761d12bf8c
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7182
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7182
diff changeset
    23
# Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
7182
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS=		64
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
COMPILER=		gcc
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
include ../../../make-rules/shared-macros.mk
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_NAME=		desktop-file-utils
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_VERSION=	0.22
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_PROJECT_URL=	http://freedesktop.org/wiki/Software/desktop-file-utils/
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_ARCHIVE_HASH= \
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
    sha256:843532672692f98e9b2d6ae6cc8658da562dfde1606c7f33d9d227a344de56c5
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_ARCHIVE_URL=	http://www.freedesktop.org/software/$(COMPONENT_NAME)/releases/$(COMPONENT_ARCHIVE)
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
COMPONENT_BUGDB=	gnome/menus
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7182
diff changeset
    38
COMPONENT_ANITYA_ID=	421
7182
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
TPNO=			24148
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
TEST_TARGET = $(NO_TESTS)
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
# Needs updated glib2, not available on S11.
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
include $(WS_MAKE_RULES)/no-evaluation.mk
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
include $(WS_MAKE_RULES)/common.mk
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
REQUIRED_PACKAGES += developer/build/autoconf
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
REQUIRED_PACKAGES += developer/build/automake
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
REQUIRED_PACKAGES += developer/build/gnu-make
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
REQUIRED_PACKAGES += developer/build/pkg-config
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
REQUIRED_PACKAGES += library/glib2