[138435] users/devans/GNOME-3/stable/dports/gnome/eog-plugins

devans at macports.org devans at macports.org
Wed Jul 8 04:35:57 PDT 2015


Revision: 138435
          https://trac.macports.org/changeset/138435
Author:   devans at macports.org
Date:     2015-07-08 04:35:56 -0700 (Wed, 08 Jul 2015)
Log Message:
-----------
GNOME-3/stable: eog-plugins, update map marker to use icon from the current GNOME default theme, removes dependency on outdated gnome-icon-theme, increment revision.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/eog-plugins/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/eog-plugins/files/patch-map-marker-icon.diff

Modified: users/devans/GNOME-3/stable/dports/gnome/eog-plugins/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/eog-plugins/Portfile	2015-07-08 08:24:38 UTC (rev 138434)
+++ users/devans/GNOME-3/stable/dports/gnome/eog-plugins/Portfile	2015-07-08 11:35:56 UTC (rev 138435)
@@ -5,6 +5,7 @@
 
 name                eog-plugins
 version             3.16.0
+revision            1
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Extra plugins for the Eye of GNOME image viewer
@@ -37,10 +38,8 @@
                     port:libexif \
                     port:gsettings-desktop-schemas
 
-# map plugin uses "gnome-mime-image" from gnome-icon-theme
+patchfiles          patch-map-marker-icon.diff
 
-depends_lib-append  port:gnome-icon-theme
-
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {

Added: users/devans/GNOME-3/stable/dports/gnome/eog-plugins/files/patch-map-marker-icon.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/eog-plugins/files/patch-map-marker-icon.diff	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/eog-plugins/files/patch-map-marker-icon.diff	2015-07-08 11:35:56 UTC (rev 138435)
@@ -0,0 +1,11 @@
+--- plugins/map/eog-map-plugin.c.orig	2015-07-08 02:00:15.000000000 -0700
++++ plugins/map/eog-map-plugin.c	2015-07-08 02:02:50.000000000 -0700
+@@ -67,7 +67,7 @@
+ 	thumb = gtk_clutter_texture_new ();
+ 	gtk_clutter_texture_set_from_icon_name (GTK_CLUTTER_TEXTURE (thumb),
+ 						widget,
+-						"gnome-mime-image",
++						"emblem-photos-symbolic",
+ 						size, NULL);
+ 	/* don't need to unref widget because it is floating */
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150708/e5f39326/attachment.html>


More information about the macports-changes mailing list