components/gnome/file-roller/Makefile
author John Beck <John.Beck@Oracle.COM>
Tue, 01 Nov 2016 11:16:22 -0700
changeset 7231 029d5e8cd85b
parent 7210 66f170dce8c5
child 7452 fb7fc83af20b
permissions -rw-r--r--
25029102 do not publish file-roller when BUILD_TYPE=evaluation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7210
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    23
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
BUILD_BITS=		64
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
COMPILER=		gcc
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_NAME=		file-roller
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_VERSION=	3.16.4
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Apps/FileRoller
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_ARCHIVE_HASH= \
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
	sha256:5455980b2c9c7eb063d2d65560ae7ab2e7f01b208ea3947e151680231c7a4185
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_BUGDB=	gnome/libraries
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
TPNO=			25852
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
TEST_TARGET = $(NO_TESTS)
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
7231
029d5e8cd85b 25029102 do not publish file-roller when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 7210
diff changeset
    39
# Needs gtk3, not available in S11.
029d5e8cd85b 25029102 do not publish file-roller when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 7210
diff changeset
    40
include $(WS_MAKE_RULES)/no-evaluation.mk
029d5e8cd85b 25029102 do not publish file-roller when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 7210
diff changeset
    41
7210
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
include $(WS_MAKE_RULES)/gnome-component.mk
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
# Use the GNOME 3 libnotify even though the GNOME 2 one is still the default
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
PKG_CONFIG_PATHS.32 += $(PKG_CONFIG_PATH.32)/libnotify-4
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
PKG_CONFIG_PATHS.64 += $(PKG_CONFIG_PATH.64)/libnotify-4
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
PKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
LD_OPTIONS.32 += -L $(USRLIB.32)/libnotify-4 -R $(USRLIB.32)/libnotify-4
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
LD_OPTIONS.64 += -L $(USRLIB.64)/libnotify-4 -R $(USRLIB.64)/libnotify-4
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
LD_OPTIONS += $(LD_OPTIONS.$(BITS))
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
CONFIGURE_OPTIONS += --enable-libarchive
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
CONFIGURE_OPTIONS += --disable-static
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
# Assumes GNU xgettext in PATH
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    57
COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    58
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    59
REQUIRED_PACKAGES += gnome/file-manager/nautilus
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    60
REQUIRED_PACKAGES += library/desktop/cairo
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    61
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    62
REQUIRED_PACKAGES += library/desktop/gtk3
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    63
REQUIRED_PACKAGES += library/desktop/libnotify
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    64
REQUIRED_PACKAGES += library/desktop/pango
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    65
REQUIRED_PACKAGES += library/glib2
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    66
REQUIRED_PACKAGES += library/json-glib
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    67
REQUIRED_PACKAGES += library/libarchive
66f170dce8c5 23245291 Move file-roller to Userland and update to 3.16.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    68
REQUIRED_PACKAGES += system/library/math