| 1 | NAME = libbonobo |
|---|
| 2 | VERSION = 2.32.1 |
|---|
| 3 | CATEGORIES = gnome |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | |
|---|
| 6 | DESCRIPTION = GNOME component and compound document system |
|---|
| 7 | define BLURB |
|---|
| 8 | endef |
|---|
| 9 | |
|---|
| 10 | MASTER_SITES = $(GNOME_MIRROR) |
|---|
| 11 | DISTFILES = $(DISTNAME).tar.bz2 |
|---|
| 12 | |
|---|
| 13 | PATCHFILES += 0001-Use-bash-on-test.patch |
|---|
| 14 | |
|---|
| 15 | # New glib2 is only available on Solaris 10 |
|---|
| 16 | PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 |
|---|
| 17 | |
|---|
| 18 | VENDOR_URL = http://live.gnome.org/Bonobo |
|---|
| 19 | |
|---|
| 20 | PACKAGES += CSWlibbonobo2 |
|---|
| 21 | SPKG_DESC_CSWlibbonobo2 = GNOME component and compound document system |
|---|
| 22 | RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWlibgthread2-0-0 |
|---|
| 23 | RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWlibgmodule2-0-0 |
|---|
| 24 | RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWlibintl8 |
|---|
| 25 | RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWlibgobject2-0-0 |
|---|
| 26 | RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWlibglib2-0-0 |
|---|
| 27 | RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWlibxml2-2 |
|---|
| 28 | RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWlibgio2-0-0 |
|---|
| 29 | RUNTIME_DEP_PKGS_CSWlibbonobo2 += CSWorbit2 |
|---|
| 30 | OBSOLETED_BY_CSWlibbonobo2 = CSWbonobo2 |
|---|
| 31 | CATALOGNAME_CSWbonobo2 = libbonobo2_stub |
|---|
| 32 | |
|---|
| 33 | # This is an example |
|---|
| 34 | CHECKPKG_OVERRIDES_CSWlibbonobo2 += file-with-bad-content|/usr/local|root/etc/opt/csw/bonobo-activation/bonobo-activation-config.xml |
|---|
| 35 | CHECKPKG_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 |
|---|
| 38 | CHECKPKG_OVERRIDES_CSWlibbonobo2 += shared-lib-package-contains-so-symlink |
|---|
| 39 | CHECKPKG_OVERRIDES_CSWlibbonobo2 += non-uniform-lib-versions-in-package |
|---|
| 40 | |
|---|
| 41 | BUILD64_LIBS_ONLY = 1 |
|---|
| 42 | |
|---|
| 43 | CPP = /usr/lib/cpp |
|---|
| 44 | EXTRA_COMMON_EXPORTS += CPP |
|---|
| 45 | CXXCPP = /usr/lib/cpp |
|---|
| 46 | EXTRA_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 |
|---|
| 50 | SKIPTEST ?= 1 |
|---|
| 51 | |
|---|
| 52 | include gar/category.mk |
|---|
| 53 | |
|---|
| 54 | PATH := /opt/csw/gnu:$(PATH) |
|---|