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
30 lines
914 B
Makefile
30 lines
914 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/deskutils/gnome-maps/Makefile 20053 2014-11-10 17:13:45Z gusi $
|
|
|
|
PORTNAME= gnome-maps
|
|
PORTVERSION= 3.14.2
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Map application for GNOME 3
|
|
|
|
BUILD_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue \
|
|
itstool:${PORTSDIR}/textproc/itstool
|
|
LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
|
|
libgeocode-glib.so:${PORTSDIR}/net/geocode-glib \
|
|
libgjs.so:${PORTSDIR}/lang/gjs
|
|
RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue
|
|
|
|
USES= gettext gmake libtool pathfix pkgconfig tar:xz
|
|
USE_GNOME= gnomedesktop3 gnomeprefix gtk30 intlhack
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
GLIB_SCHEMAS= org.gnome.maps.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|