diff options
author | mezz <mezz@FreeBSD.org> | 2010-12-29 06:39:11 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2010-12-29 06:39:11 +0800 |
commit | 85579f43aea19024a59036c59cf1d1de6dabaf70 (patch) | |
tree | f0708abe4c423bf67be2aca8f33a092f462719f0 /graphics/shotwell/Makefile | |
parent | 0617b4e0be23786000b8b5916be8a1901c20c8a0 (diff) | |
download | freebsd-ports-gnome-85579f43aea19024a59036c59cf1d1de6dabaf70.tar.gz freebsd-ports-gnome-85579f43aea19024a59036c59cf1d1de6dabaf70.tar.zst freebsd-ports-gnome-85579f43aea19024a59036c59cf1d1de6dabaf70.zip |
Update to 0.7.2.
PR: ports/153469
Submitted by: Frederic Praca <frederic.praca@freebsd-fr.org>
Diffstat (limited to 'graphics/shotwell/Makefile')
-rw-r--r-- | graphics/shotwell/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index de24a4149ed8..a7fce1f2107c 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -6,7 +6,7 @@ # PORTNAME= shotwell -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.2 CATEGORIES= graphics gnome MASTER_SITES= http://www.yorba.org/download/shotwell/${PORTVERSION:R}/ @@ -14,7 +14,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Open source photo manager for GNOME BUILD_DEPENDS= ${LOCALBASE}/lib/libraw.a:${PORTSDIR}/graphics/libraw \ - vala>=0.8.0:${PORTSDIR}/lang/vala + vala>=0.10.0:${PORTSDIR}/lang/vala LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ gee.2:${PORTSDIR}/devel/libgee \ @@ -22,25 +22,20 @@ LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ gexiv2.0:${PORTSDIR}/graphics/gexiv2 \ exif.12:${PORTSDIR}/graphics/libexif \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ webkit:${PORTSDIR}/www/webkit-gtk2 \ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique -BROKEN= Doesn't build with vala-0.10 - USE_BZIP2= yes USE_GETTEXT= yes -USE_GNOME= gconf2 gtk20 desktopfileutils +USE_GNOME= gnomehier gconf2 gtk20 desktopfileutils librsvg2 USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --disable-icon-update \ - --with-gconf-schema-file-dir=${PREFIX}/etc/gconf/schemas \ - --disable-schemas-install + --with-gconf-schema-file-dir=${PREFIX}/etc/gconf/schemas INSTALLS_ICONS= yes GCONF_SCHEMAS= shotwell.schemas -PORTDATA= * post-patch: @${REINPLACE_CMD} -E \ @@ -51,13 +46,17 @@ post-patch: post-configure: @${REINPLACE_CMD} -E \ - -e 's|share/shotwell|${DATADIR_REL}|' \ - ${WRKSRC}/${MAKEFILE} + -e 's|share/shotwell|${DATADIR_REL}|g ; \ + s|%%GCONF_CONFIG_SOURCE%%|${GCONF_CONFIG_SOURCE}|g' \ + ${WRKSRC}/${MAKEFILE} # attempt at a DATADIR safe port @${REINPLACE_CMD} -E \ -e 's|\.get_child\("share")\.get_child\("shotwell")|${SHOTWELL_DATADIR}|' \ ${WRKSRC}/src/AppDirs.vala +post-install: + @-update-desktop-database + .include <bsd.port.pre.mk> # graphics/libraw |