1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/gnome-base/libbonobo2/trunk/Makefile

Revision 16916, 1.7 KB (checked in by dmichelsen, 4 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

Line 
1NAME = libbonobo
2VERSION = 2.32.1
3CATEGORIES = gnome
4GARTYPE = v2
5
6DESCRIPTION = GNOME component and compound document system
7define BLURB
8endef
9
10MASTER_SITES = $(GNOME_MIRROR)
11DISTFILES  = $(DISTNAME).tar.bz2
12
13PATCHFILES += 0001-Use-bash-on-test.patch
14
15# New glib2 is only available on Solaris 10
16PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
17
18VENDOR_URL = http://live.gnome.org/Bonobo
19
20PACKAGES += CSWlibbonobo2
21SPKG_DESC_CSWlibbonobo2 = GNOME component and compound document system
22RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWlibgthread2-0-0
23RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWlibgmodule2-0-0
24RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWlibintl8
25RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWlibgobject2-0-0
26RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWlibglib2-0-0
27RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWlibxml2-2
28RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWlibgio2-0-0
29RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWorbit2
30OBSOLETED_BY_CSWlibbonobo2 = CSWbonobo2
31CATALOGNAME_CSWbonobo2 = libbonobo2_stub
32
33# This is an example
34CHECKPKG_OVERRIDES_CSWlibbonobo2 += file-with-bad-content|/usr/local|root/etc/opt/csw/bonobo-activation/bonobo-activation-config.xml
35CHECKPKG_OVERRIDES_CSWlibbonobo2 += file-with-bad-content|/usr/local|root/opt/csw/share/gtk-doc/html/bonobo-activation/configuring.html
36
37# No package split for now
38CHECKPKG_OVERRIDES_CSWlibbonobo2 += shared-lib-package-contains-so-symlink
39CHECKPKG_OVERRIDES_CSWlibbonobo2 += non-uniform-lib-versions-in-package
40
41BUILD64_LIBS_ONLY = 1
42
43CPP = /usr/lib/cpp
44EXTRA_COMMON_EXPORTS += CPP
45CXXCPP = /usr/lib/cpp
46EXTRA_COMMON_EXPORTS += CXXCPP
47
48# Skip testsuite as there is one test failing, reenable when this is fixed:
49#   https://bugzilla.gnome.org/show_bug.cgi?id=665851
50SKIPTEST ?= 1
51
52include gar/category.mk
53
54PATH := /opt/csw/gnu:$(PATH)
Note: See TracBrowser for help on using the browser.