openbsd-ports/x11/gnome/panel/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

82 lines
2.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.120 2012/06/15 08:30:20 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= GNOME panel
GNOME_PROJECT= gnome-panel
GNOME_VERSION= 3.4.2.1
REVISION= 0
SHARED_LIBS= panel-applet-4 1.0 # 0.0
CATEGORIES= x11
HOMEPAGE= https://live.gnome.org/GnomePanel
# GPLv2/LGPLv2/GFDLv1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL ICE SM X11 X11-xcb XRes Xau Xcomposite Xcursor Xdamage
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm
WANTLIB += asn1 atk-1.0 c cairo cairo-gobject camel-1.2 com_err
WANTLIB += croco-0.6 crypto dbus-1 dbus-glib-1 dconf drm ebook-1.2
WANTLIB += ecal-1.2 edataserver-1.2 edataserverui-3.0 expat ffi
WANTLIB += fontconfig freetype gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gnome-desktop-3 gnome-keyring
WANTLIB += gnome-menu-3 gobject-2.0 gpg-error gssapi gthread-2.0
WANTLIB += gtk-3 gweather-3 ical icalss icalvcal krb5 m nspr4
WANTLIB += nss3 pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += plc4 plds4 png polkit-gobject-1 pthread pthread-stubs
WANTLIB += rsvg-2 smime3 softokn3 soup-2.4 soup-gnome-2.4 sqlite3
WANTLIB += ssl3 startup-notification-1 stdc++ telepathy-glib wnck-3
WANTLIB += xcb xcb-aux xcb-render xcb-shm xml2 z
MODULES= devel/dconf \
devel/gconf2 \
devel/gettext \
x11/gnome
# py-gnome is needed to load the old applets (gnome-panel-add) but we
# are trying to get away from the bonobo dependency for now.
MODULES+= lang/python
MODPY_RUNDEP= No
BUILD_DEPENDS= devel/gobject-introspection
LIB_DEPENDS= databases/evolution-data-server \
devel/libwnck3 \
net/telepathy/telepathy-glib \
sysutils/polkit \
x11/gnome/desktop \
x11/gnome/libgweather \
x11/gnome/menus>=3.2.0 \
x11/gnome/librsvg
RUN_DEPENDS= x11/gnome/icon-theme-symbolic
# notification-area-applet
RUN_DEPENDS += sysutils/notification-daemon
# "Lock Screen"
RUN_DEPENDS+= x11/gnome/screensaver
# yelp.desktop menu entry (from yelp: OnlyShowIn=GNOME;)
RUN_DEPENDS+= x11/gnome/user-docs
MODGNOME_TOOLS= goi yelp
MODGNOME_DESKTOP_FILE= Yes
MODGNOME_ICON_CACHE= Yes
MODGCONF2_SCHEMAS_DIR= gnome-panel
FAKE_FLAGS= dbus_confdir=${PREFIX}/share/examples/gnome-panel/dbus-1/system.d
CONFIGURE_ARGS= --disable-network-manager \
--enable-telepathy-glib
MODGNOME_CPPFLAGS= -I${LOCALBASE}/include/libpng
USE_GROFF = Yes
.include <bsd.port.mk>