[138437] trunk/dports/gnome/eog-plugins

devans at macports.org devans at macports.org
Wed Jul 8 05:14:42 PDT 2015


Revision: 138437
          https://trac.macports.org/changeset/138437
Author:   devans at macports.org
Date:     2015-07-08 05:14:42 -0700 (Wed, 08 Jul 2015)
Log Message:
-----------
eog-plugins: update map plugin location marker to use icon from the current GNOME default theme, removes dependency on outdated gnome-icon-theme, increment revision.

Modified Paths:
--------------
    trunk/dports/gnome/eog-plugins/Portfile

Added Paths:
-----------
    trunk/dports/gnome/eog-plugins/files/patch-map-marker-icon.diff

Property Changed:
----------------
    trunk/dports/gnome/eog-plugins/


Property changes on: trunk/dports/gnome/eog-plugins
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/eog-plugins:113175-136044
/users/devans/GNOME-3/unstable/dports/gnome/eog-plugins:116525-118152,124221-125772,133199-134397
   + /users/devans/GNOME-3/stable/dports/gnome/eog-plugins:113175-138436
/users/devans/GNOME-3/unstable/dports/gnome/eog-plugins:116525-118152,124221-125772,133199-134397

Modified: trunk/dports/gnome/eog-plugins/Portfile
===================================================================
--- trunk/dports/gnome/eog-plugins/Portfile	2015-07-08 12:05:13 UTC (rev 138436)
+++ trunk/dports/gnome/eog-plugins/Portfile	2015-07-08 12:14:42 UTC (rev 138437)
@@ -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 {

Copied: trunk/dports/gnome/eog-plugins/files/patch-map-marker-icon.diff (from rev 138436, users/devans/GNOME-3/stable/dports/gnome/eog-plugins/files/patch-map-marker-icon.diff)
===================================================================
--- trunk/dports/gnome/eog-plugins/files/patch-map-marker-icon.diff	                        (rev 0)
+++ trunk/dports/gnome/eog-plugins/files/patch-map-marker-icon.diff	2015-07-08 12:14:42 UTC (rev 138437)
@@ -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/32315715/attachment.html>


More information about the macports-changes mailing list