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
37 lines
1.2 KiB
Makefile
37 lines
1.2 KiB
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/deskutils/gnome-photos/Makefile 20057 2014-11-10 21:00:05Z gusi $
|
|
|
|
PORTNAME= gnome-photos
|
|
PORTVERSION= 3.14.2
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Photo application for GNOME 3
|
|
|
|
BUILD_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue \
|
|
itstool:${PORTSDIR}/textproc/itstool
|
|
LIB_DEPENDS= libexempi.so:${PORTSDIR}/textproc/exempi \
|
|
libgfbgraph-0.2.so:${PORTSDIR}/net/gfbgraph \
|
|
libgegl-0.2.so:${PORTSDIR}/graphics/gegl \
|
|
libgrilo-0.2.so:${PORTSDIR}/net/grilo \
|
|
libexif.so:${PORTSDIR}/graphics/libexif \
|
|
libtracker-control-1.0.so:${PORTSDIR}/sysutils/tracker \
|
|
libgjs.so:${PORTSDIR}/lang/gjs \
|
|
libbabl-0.1.so:${PORTSDIR}/x11/babl \
|
|
libgdata.so:${PORTSDIR}/devel/libgdata
|
|
RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue
|
|
|
|
USES= desktop-file-utils 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 -Wno-error=format-nonliteral
|
|
CFLAGS= -I${LOCALBASE}/include -Wno-error=format-nonliteral
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|