6ce4980916
This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo
33 lines
1.1 KiB
Makefile
33 lines
1.1 KiB
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/net/gnome-online-accounts/Makefile 20037 2014-11-03 08:29:49Z kwm $
|
|
|
|
PORTNAME= gnome-online-accounts
|
|
PORTVERSION= 3.14.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Interface provider to access the user's online accounts
|
|
|
|
BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
|
|
LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
|
|
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
|
libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
|
|
libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
|
|
libnotify.so:${PORTSDIR}/devel/libnotify \
|
|
libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
|
|
libsecret-1.so:${PORTSDIR}/security/libsecret \
|
|
librest-0.7.so:${PORTSDIR}/devel/librest
|
|
|
|
USES= gettext gmake libtool pathfix pkgconfig tar:xz
|
|
USE_GNOME= gtk30 intlhack introspection:build libxslt:build
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_ICONS= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
GLIB_SCHEMAS= org.gnome.online-accounts.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|