[Midnightbsd-cvs] mports [24874] trunk/graphics/eog-plugins: add eog-plugins
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Feb 2 15:42:00 EST 2019
Revision: 24874
http://svnweb.midnightbsd.org/mports/?rev=24874
Author: laffer1
Date: 2019-02-02 15:41:58 -0500 (Sat, 02 Feb 2019)
Log Message:
-----------
add eog-plugins
Added Paths:
-----------
trunk/graphics/eog-plugins/
trunk/graphics/eog-plugins/Makefile
trunk/graphics/eog-plugins/distinfo
trunk/graphics/eog-plugins/files/
trunk/graphics/eog-plugins/files/patch-configure
trunk/graphics/eog-plugins/pkg-descr
trunk/graphics/eog-plugins/pkg-plist
Added: trunk/graphics/eog-plugins/Makefile
===================================================================
--- trunk/graphics/eog-plugins/Makefile (rev 0)
+++ trunk/graphics/eog-plugins/Makefile 2019-02-02 20:41:58 UTC (rev 24874)
@@ -0,0 +1,61 @@
+# $MidnightBSD$
+
+PORTNAME= eog-plugins
+PORTVERSION= 3.26.2
+CATEGORIES= graphics gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Plug-ins for the Eye of GNOME image viewer application
+
+LICENSE= gpl2
+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 \
+ libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
+ libclutter-1.0.so:graphics/clutter \
+ libcogl.so:graphics/cogl \
+ libjson-glib-1.0.so:devel/json-glib \
+ libsoup-2.4.so:devel/libsoup
+RUN_DEPENDS= eog:graphics/eog
+
+PORTSCOUT= limitw:1,even
+
+USE_GNOME= cairo gdkpixbuf2 gtk30 introspection libxml2
+USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+
+GLIB_SCHEMAS= org.gnome.eog.plugins.exif-display.gschema.xml
+
+OPTIONS_DEFINE= CHAMPLAIN PYTHON
+OPTIONS_DEFAULT=CHAMPLAIN PYTHON
+OPTIONS_SUB= yes
+CHAMPLAIN_DESC= Champlain map plugin
+
+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/py-libpeas@${PY_FLAVOR}
+PYTHON_USES= python:3.4+
+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' \
+ ${WRKSRC}/configure
+ @${REINPLACE_CMD} '/^DEFAULT_PLUGINS=/,/^$$/ s/map//' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.mk>
Property changes on: trunk/graphics/eog-plugins/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/eog-plugins/distinfo
===================================================================
--- trunk/graphics/eog-plugins/distinfo (rev 0)
+++ trunk/graphics/eog-plugins/distinfo 2019-02-02 20:41:58 UTC (rev 24874)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523036732
+SHA256 (gnome3/eog-plugins-3.26.2.tar.xz) = 1ecd0551b2d3a3e5b8ad942bac5349f85bbe76c336861996a79c6ec7e7e11ff1
+SIZE (gnome3/eog-plugins-3.26.2.tar.xz) = 469072
Property changes on: trunk/graphics/eog-plugins/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/eog-plugins/files/patch-configure
===================================================================
--- trunk/graphics/eog-plugins/files/patch-configure (rev 0)
+++ trunk/graphics/eog-plugins/files/patch-configure 2019-02-02 20:41:58 UTC (rev 24874)
@@ -0,0 +1,11 @@
+--- configure.orig 2013-05-12 12:16:28.000000000 +0000
++++ configure 2013-05-12 12:16:52.000000000 +0000
+@@ -14495,7 +14495,7 @@
+ disabled_plugins="$disabled_plugins, $1 ($2)"
+ fi
+
+- PLUGINS=$(echo "$PLUGINS" | sed -e "s/[^a-zA-Z0-9_]$1[ \t\r\n\f]\{1,\}/ /" -e "s/[^a-zA-Z0-9_]$1$//" -e "s/^$1[ \t\r\n\f]\{1,\}//")
++ PLUGINS=$(echo "$PLUGINS" | sed -e "s/[^a-zA-Z0-9_]$1[ \t\r\n]\{1,\}/ /" -e "s/[^a-zA-Z0-9_]$1$//" -e "s/^$1[ \t\r\n]\{1,\}//")
+ }
+
+ # Disable python plugins if there is no python support
Property changes on: trunk/graphics/eog-plugins/files/patch-configure
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/eog-plugins/pkg-descr
===================================================================
--- trunk/graphics/eog-plugins/pkg-descr (rev 0)
+++ trunk/graphics/eog-plugins/pkg-descr 2019-02-02 20:41:58 UTC (rev 24874)
@@ -0,0 +1,2 @@
+EoG-plugins is a collection of plugins for use with the Eye of GNOME Image
+Viewer.
Property changes on: trunk/graphics/eog-plugins/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/eog-plugins/pkg-plist
===================================================================
--- trunk/graphics/eog-plugins/pkg-plist (rev 0)
+++ trunk/graphics/eog-plugins/pkg-plist 2019-02-02 20:41:58 UTC (rev 24874)
@@ -0,0 +1,111 @@
+%%PYTHON%%lib/eog/plugins/__pycache__/export-to-folder.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/eog/plugins/__pycache__/export-to-folder.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/eog/plugins/__pycache__/fullscreenbg.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/eog/plugins/__pycache__/fullscreenbg.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/eog/plugins/__pycache__/maximize-windows.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/eog/plugins/__pycache__/maximize-windows.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/eog/plugins/__pycache__/slideshowshuffle.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/eog/plugins/__pycache__/slideshowshuffle.cpython-%%PYTHON_SUFFIX%%.pyc
+lib/eog/plugins/exif-display.plugin
+%%PYTHON%%lib/eog/plugins/export-to-folder.plugin
+%%PYTHON%%lib/eog/plugins/export-to-folder.py
+lib/eog/plugins/fit-to-width.plugin
+%%PYTHON%%lib/eog/plugins/fullscreenbg.plugin
+%%PYTHON%%lib/eog/plugins/fullscreenbg.py
+lib/eog/plugins/hide-titlebar.plugin
+lib/eog/plugins/libexif-display.so
+lib/eog/plugins/libfit-to-width.so
+lib/eog/plugins/libhide-titlebar.so
+lib/eog/plugins/liblight-theme.so
+%%CHAMPLAIN%%lib/eog/plugins/libmap.so
+lib/eog/plugins/libpostasa.so
+lib/eog/plugins/libsend-by-mail.so
+lib/eog/plugins/light-theme.plugin
+%%CHAMPLAIN%%lib/eog/plugins/map.plugin
+%%PYTHON%%lib/eog/plugins/maximize-windows.plugin
+%%PYTHON%%lib/eog/plugins/maximize-windows.py
+lib/eog/plugins/postasa.plugin
+%%PYTHON%%lib/eog/plugins/pythonconsole.plugin
+%%PYTHON%%lib/eog/plugins/pythonconsole/__init__.py
+%%PYTHON%%lib/eog/plugins/pythonconsole/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/eog/plugins/pythonconsole/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/eog/plugins/pythonconsole/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/eog/plugins/pythonconsole/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/eog/plugins/pythonconsole/__pycache__/console.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/eog/plugins/pythonconsole/__pycache__/console.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/eog/plugins/pythonconsole/config.py
+%%PYTHON%%lib/eog/plugins/pythonconsole/console.py
+lib/eog/plugins/send-by-mail.plugin
+%%PYTHON%%lib/eog/plugins/slideshowshuffle.plugin
+%%PYTHON%%lib/eog/plugins/slideshowshuffle.py
+share/appdata/eog-exif-display.metainfo.xml
+%%PYTHON%%share/appdata/eog-export-to-folder.metainfo.xml
+share/appdata/eog-fit-to-width.metainfo.xml
+%%PYTHON%%share/appdata/eog-fullscreenbg.metainfo.xml
+share/appdata/eog-hide-titlebar.metainfo.xml
+share/appdata/eog-light-theme.metainfo.xml
+%%CHAMPLAIN%%share/appdata/eog-map.metainfo.xml
+%%PYTHON%%share/appdata/eog-maximize-windows.metainfo.xml
+share/appdata/eog-postasa.metainfo.xml
+%%PYTHON%%share/appdata/eog-pythonconsole.metainfo.xml
+share/appdata/eog-send-by-mail.metainfo.xml
+%%PYTHON%%share/appdata/eog-slideshowshuffle.metainfo.xml
+%%PYTHON%%share/eog/plugins/export-to-folder/preferences_dialog.ui
+%%PYTHON%%share/eog/plugins/fullscreenbg/preferences_dialog.ui
+%%PYTHON%%share/eog/plugins/pythonconsole/config.ui
+share/locale/ar/LC_MESSAGES/eog-plugins.mo
+share/locale/as/LC_MESSAGES/eog-plugins.mo
+share/locale/be at latin/LC_MESSAGES/eog-plugins.mo
+share/locale/bg/LC_MESSAGES/eog-plugins.mo
+share/locale/bn_IN/LC_MESSAGES/eog-plugins.mo
+share/locale/bs/LC_MESSAGES/eog-plugins.mo
+share/locale/ca/LC_MESSAGES/eog-plugins.mo
+share/locale/ca at valencia/LC_MESSAGES/eog-plugins.mo
+share/locale/cs/LC_MESSAGES/eog-plugins.mo
+share/locale/da/LC_MESSAGES/eog-plugins.mo
+share/locale/de/LC_MESSAGES/eog-plugins.mo
+share/locale/el/LC_MESSAGES/eog-plugins.mo
+share/locale/en_GB/LC_MESSAGES/eog-plugins.mo
+share/locale/es/LC_MESSAGES/eog-plugins.mo
+share/locale/eu/LC_MESSAGES/eog-plugins.mo
+share/locale/fi/LC_MESSAGES/eog-plugins.mo
+share/locale/fr/LC_MESSAGES/eog-plugins.mo
+share/locale/fur/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
+share/locale/ja/LC_MESSAGES/eog-plugins.mo
+share/locale/kn/LC_MESSAGES/eog-plugins.mo
+share/locale/ko/LC_MESSAGES/eog-plugins.mo
+share/locale/lt/LC_MESSAGES/eog-plugins.mo
+share/locale/lv/LC_MESSAGES/eog-plugins.mo
+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
+share/locale/pt/LC_MESSAGES/eog-plugins.mo
+share/locale/pt_BR/LC_MESSAGES/eog-plugins.mo
+share/locale/ro/LC_MESSAGES/eog-plugins.mo
+share/locale/ru/LC_MESSAGES/eog-plugins.mo
+share/locale/sk/LC_MESSAGES/eog-plugins.mo
+share/locale/sl/LC_MESSAGES/eog-plugins.mo
+share/locale/sq/LC_MESSAGES/eog-plugins.mo
+share/locale/sr/LC_MESSAGES/eog-plugins.mo
+share/locale/sr at latin/LC_MESSAGES/eog-plugins.mo
+share/locale/sv/LC_MESSAGES/eog-plugins.mo
+share/locale/ta/LC_MESSAGES/eog-plugins.mo
+share/locale/te/LC_MESSAGES/eog-plugins.mo
+share/locale/tr/LC_MESSAGES/eog-plugins.mo
+share/locale/uk/LC_MESSAGES/eog-plugins.mo
+share/locale/vi/LC_MESSAGES/eog-plugins.mo
+share/locale/zh_CN/LC_MESSAGES/eog-plugins.mo
+share/locale/zh_HK/LC_MESSAGES/eog-plugins.mo
+share/locale/zh_TW/LC_MESSAGES/eog-plugins.mo
Property changes on: trunk/graphics/eog-plugins/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list