openbsd-ports/x11/gnome/online-accounts/Makefile
ajacoutot 8f4dc25866 Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:30:18 +00:00

47 lines
1.5 KiB
Makefile

# $OpenBSD: Makefile,v 1.20 2012/06/15 08:30:20 ajacoutot Exp $
COMMENT= interfaces for interacting with online accounts
GNOME_PROJECT= gnome-online-accounts
GNOME_VERSION= 3.4.2
REVISION= 0
SHARED_LIBS += goa-1.0 0.0 # .0.0
SHARED_LIBS += goa-backend-1.0 0.0 # .0.0
HOMEPAGE= https://live.gnome.org/OnlineAccounts
# LGPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xt Xxf86vm atk-1.0
WANTLIB += c cairo cairo-gobject dbus-1 drm enchant expat ffi
WANTLIB += fontconfig freetype gailutil-3 gcrypt gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnome-keyring gobject-2.0
WANTLIB += gpg-error gstapp-0.10 gstbase-0.10 gstinterfaces-0.10
WANTLIB += gstpbutils-0.10 gstreamer-0.10 gstvideo-0.10 gthread-2.0
WANTLIB += gtk-3 icudata icui18n icuuc javascriptcoregtk-3.0 jpeg
WANTLIB += json-glib-1.0 m notify orc-0.4 pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += rest-0.7 soup-2.4 soup-gnome-2.4 sqlite3 stdc++ webkitgtk-3.0
WANTLIB += xcb xcb-render xcb-shm xml2 xslt z
WANTLIB += dbus-glib-1 geoclue gstaudio-0.10 gstfft-0.10
MODULES= devel/gettext \
x11/gnome
BUILD_DEPENDS= textproc/docbook-xsl
LIB_DEPENDS= devel/json-glib \
devel/libnotify \
net/librest \
www/webkit,gtk3
MODGNOME_TOOLS= goi
MODGNOME_ICON_CACHE= Yes
.include <bsd.port.mk>