Date: Thu, 1 Jun 2017 07:26:36 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442277 - head/graphics/eog-plugins Message-ID: <201706010726.v517QafV098086@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Thu Jun 1 07:26:36 2017 New Revision: 442277 URL: https://svnweb.freebsd.org/changeset/ports/442277 Log: Update eog-plugins to 3.16.6. * Add license * Review/add missing dependancies * Don't put the PYTHON option GLIB_SCHEMAS files in one big line Obtained from: gnome devel repo Modified: head/graphics/eog-plugins/Makefile head/graphics/eog-plugins/distinfo head/graphics/eog-plugins/pkg-plist Modified: head/graphics/eog-plugins/Makefile ============================================================================== --- head/graphics/eog-plugins/Makefile Thu Jun 1 07:25:44 2017 (r442276) +++ head/graphics/eog-plugins/Makefile Thu Jun 1 07:26:36 2017 (r442277) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= eog-plugins -PORTVERSION= 3.16.3 -PORTREVISION= 1 +PORTVERSION= 3.16.6 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,19 +10,22 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Plug-ins for the Eye of GNOME image viewer application +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= eog:graphics/eog LIB_DEPENDS= libgdata.so:devel/libgdata \ + libjson-glib-1.0.so:devel/json-glib \ + libsoup-2.4.so:devel/libsoup \ libexif.so:graphics/libexif \ libpeas-1.0.so:devel/libpeas RUN_DEPENDS= eog:graphics/eog PORTSCOUT= limitw:1,even -USE_GNOME= intltool gtk30 -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection libxml2 +USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.eog.plugins.exif-display.gschema.xml @@ -33,12 +35,18 @@ OPTIONS_DEFAULT=CHAMPLAIN PYTHON OPTIONS_SUB= yes CHAMPLAIN_DESC= Champlain map plugin -CHAMPLAIN_LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplain -CHAMPLAIN_USE= GL=gl +CHAMPLAIN_LIB_DEPENDS= libcogl.so:graphics/cogl \ + libclutter-1.0.so:graphics/clutter \ + libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ + libchamplain-0.12.so:graphics/libchamplain +CHAMPLAIN_USE= GL=egl XORG=x11,xcomposite,xdamage,xext,xfixes,xi,xrandr + PYTHON_CONFIGURE_ENABLE=python PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py3-libpeas PYTHON_USES= python:3 -PYTHON_VARS= GLIB_SCHEMAS+="org.gnome.eog.plugins.export-to-folder.gschema.xml org.gnome.eog.plugins.fullscreenbg.gschema.xml org.gnome.eog.plugins.pythonconsole.gschema.xml" +PYTHON_VARS= GLIB_SCHEMAS+="org.gnome.eog.plugins.export-to-folder.gschema.xml \ + org.gnome.eog.plugins.fullscreenbg.gschema.xml \ + org.gnome.eog.plugins.pythonconsole.gschema.xml" post-patch-CHAMPLAIN-off: @${REINPLACE_CMD} -e 's|champlain-gtk|disabled-champlain-gtk|g' \ Modified: head/graphics/eog-plugins/distinfo ============================================================================== --- head/graphics/eog-plugins/distinfo Thu Jun 1 07:25:44 2017 (r442276) +++ head/graphics/eog-plugins/distinfo Thu Jun 1 07:26:36 2017 (r442277) @@ -1,2 +1,3 @@ -SHA256 (gnome3/eog-plugins-3.16.3.tar.xz) = 2d2198ed026b1c28329ac3d353b3031c2024277d81d60f3c1e626f4701a73bd2 -SIZE (gnome3/eog-plugins-3.16.3.tar.xz) = 370528 +TIMESTAMP = 1496239084 +SHA256 (gnome3/eog-plugins-3.16.6.tar.xz) = 51ca356a29bbedfc48ce3fd1de1efe9339af38020c301df79dae6b67cd34ed96 +SIZE (gnome3/eog-plugins-3.16.6.tar.xz) = 398836 Modified: head/graphics/eog-plugins/pkg-plist ============================================================================== --- head/graphics/eog-plugins/pkg-plist Thu Jun 1 07:25:44 2017 (r442276) +++ head/graphics/eog-plugins/pkg-plist Thu Jun 1 07:26:36 2017 (r442277) @@ -73,6 +73,7 @@ share/locale/fr/LC_MESSAGES/eog-plugins.mo share/locale/gl/LC_MESSAGES/eog-plugins.mo share/locale/gu/LC_MESSAGES/eog-plugins.mo share/locale/he/LC_MESSAGES/eog-plugins.mo +share/locale/hr/LC_MESSAGES/eog-plugins.mo share/locale/hu/LC_MESSAGES/eog-plugins.mo share/locale/id/LC_MESSAGES/eog-plugins.mo share/locale/it/LC_MESSAGES/eog-plugins.mo @@ -85,6 +86,7 @@ share/locale/mk/LC_MESSAGES/eog-plugins.mo share/locale/ml/LC_MESSAGES/eog-plugins.mo share/locale/mr/LC_MESSAGES/eog-plugins.mo share/locale/nb/LC_MESSAGES/eog-plugins.mo +share/locale/oc/LC_MESSAGES/eog-plugins.mo share/locale/or/LC_MESSAGES/eog-plugins.mo share/locale/pa/LC_MESSAGES/eog-plugins.mo share/locale/pl/LC_MESSAGES/eog-plugins.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706010726.v517QafV098086>