Date: Sun, 21 Dec 2014 00:16:46 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375143 - in head/graphics: gqview gtkam ocrfeeder poppler poppler-glib shotwell Message-ID: <201412210016.sBL0GkAm048442@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Dec 21 00:16:45 2014 New Revision: 375143 URL: https://svnweb.freebsd.org/changeset/ports/375143 QAT: https://qat.redports.org/buildarchive/r375143/ Log: Get rid of gnomehier Modified: head/graphics/gqview/Makefile head/graphics/gtkam/Makefile head/graphics/ocrfeeder/Makefile head/graphics/poppler-glib/Makefile head/graphics/poppler/Makefile head/graphics/shotwell/Makefile Modified: head/graphics/gqview/Makefile ============================================================================== --- head/graphics/gqview/Makefile Sun Dec 21 00:07:32 2014 (r375142) +++ head/graphics/gqview/Makefile Sun Dec 21 00:16:45 2014 (r375143) @@ -3,7 +3,7 @@ PORTNAME= gqview PORTVERSION= 2.0.4 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF @@ -13,7 +13,7 @@ COMMENT= Another gtk2-based graphic file LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USES= pkgconfig -USE_GNOME= gnomehier gtk20 +USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lm Modified: head/graphics/gtkam/Makefile ============================================================================== --- head/graphics/gtkam/Makefile Sun Dec 21 00:07:32 2014 (r375142) +++ head/graphics/gtkam/Makefile Sun Dec 21 00:16:45 2014 (r375143) @@ -3,7 +3,7 @@ PORTNAME= gtkam PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} @@ -16,7 +16,7 @@ LIB_DEPENDS= libexif-gtk.so:${PORTSDIR}/ libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 USES= gettext gmake pathfix pkgconfig -USE_GNOME= gnomehier gtk20 +USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/ocrfeeder/Makefile ============================================================================== --- head/graphics/ocrfeeder/Makefile Sun Dec 21 00:07:32 2014 (r375142) +++ head/graphics/ocrfeeder/Makefile Sun Dec 21 00:16:45 2014 (r375143) @@ -3,7 +3,7 @@ PORTNAME= ocrfeeder PORTVERSION= 0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GNOME @@ -24,7 +24,7 @@ RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}lxm ${BUILD_DEPENDS} USES= desktop-file-utils gettext gmake pkgconfig python tar:xz -USE_GNOME= gnomedocutils gnomehier gtk30 librsvg2 pygobject3 +USE_GNOME= gnomedocutils gtk30 librsvg2 pygobject3 USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules Modified: head/graphics/poppler-glib/Makefile ============================================================================== --- head/graphics/poppler-glib/Makefile Sun Dec 21 00:07:32 2014 (r375142) +++ head/graphics/poppler-glib/Makefile Sun Dec 21 00:16:45 2014 (r375143) @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/graphics/poppler-glib/Makefile,v 1.4 2012/10/14 23:04:21 kwm Exp $ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -glib MAINTAINER= gnome@FreeBSD.org Modified: head/graphics/poppler/Makefile ============================================================================== --- head/graphics/poppler/Makefile Sun Dec 21 00:07:32 2014 (r375142) +++ head/graphics/poppler/Makefile Sun Dec 21 00:16:45 2014 (r375143) @@ -56,7 +56,7 @@ LIB_DEPENDS+= libpoppler.so:${PORTSDIR}/ .if ${SLAVEPORT}==glib CONFIGURE_ARGS+=--enable-poppler-glib --enable-introspection=yes -USE_GNOME+= cairo gnomehier glib20 introspection:build +USE_GNOME+= cairo glib20 introspection:build BUILD_WRKSRC= ${WRKSRC}/glib INSTALL_WRKSRC= ${WRKSRC}/glib .else Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Sun Dec 21 00:07:32 2014 (r375142) +++ head/graphics/shotwell/Makefile Sun Dec 21 00:16:45 2014 (r375143) @@ -3,6 +3,7 @@ PORTNAME= shotwell PORTVERSION= 0.20.2 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R} @@ -27,7 +28,7 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDI librest-0.7.so:${PORTSDIR}/devel/librest USES= shebangfix gettext desktop-file-utils gmake pkgconfig tar:xz -USE_GNOME= dconf gnomehier gtk30 gnomedocutils +USE_GNOME= dconf gtk30 gnomedocutils USE_SQLITE= 3 USE_GSTREAMER1= yes HAS_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412210016.sBL0GkAm048442>