[102042] trunk/dports/gnome/gpodder

elelay at macports.org elelay at macports.org
Sat Jan 26 00:28:36 PST 2013


Revision: 102042
          https://trac.macports.org/changeset/102042
Author:   elelay at macports.org
Date:     2013-01-26 00:28:36 -0800 (Sat, 26 Jan 2013)
Log Message:
-----------
update gPodder to 3.4.0, patch for gtk-osx-application 2.0.1 compatibility

Modified Paths:
--------------
    trunk/dports/gnome/gpodder/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gpodder/files/patch-src-gpodder-gtkui-main-py.diff

Modified: trunk/dports/gnome/gpodder/Portfile
===================================================================
--- trunk/dports/gnome/gpodder/Portfile	2013-01-26 08:27:23 UTC (rev 102041)
+++ trunk/dports/gnome/gpodder/Portfile	2013-01-26 08:28:36 UTC (rev 102042)
@@ -4,9 +4,7 @@
 PortSystem          1.0
 
 name                gpodder
-version             3.3.0
-# note to self: remove the revision on next upgrade !
-revision            2
+version             3.4.0
 categories          gnome audio
 license             GPL-3
 maintainers         elelay
@@ -21,9 +19,9 @@
 homepage            http://gpodder.org
 master_sites        http://gpodder.org/src/
 
-checksums           md5     8bc40207b74621b8ee97051d6890918d \
-                    sha1    e48136d5d19b4c4d2e52d54d7a805655481dff4e \
-                    rmd160  1f861217036c6565b87689c45051bb1f7d85f153
+checksums           md5     1fc04fdc8ff3666316cd7fa74400d30e \
+                    sha1    04e079c19a82f8c0f4c154d61921ceb907921e67 \
+                    rmd160  6c1db3549dcd28e9e0c90109bcc062bb6d99f33a
 
 
 depends_build       port:help2man\
@@ -111,6 +109,8 @@
     	system "/usr/bin/xsltproc -o ${destroot}${my_python}/share/gpodder/ui/gtk/gpodder.ui \
     		${filespath}/adjust-modifiers.xsl ${worksrcpath}/share/gpodder/ui/gtk/gpodder.ui"
     }
+    
+    patchfiles-append patch-src-gpodder-gtkui-main-py.diff
 }
 
 variant html_notes description {Use WebkitGtk+ to show episode notes in HTML format} {

Added: trunk/dports/gnome/gpodder/files/patch-src-gpodder-gtkui-main-py.diff
===================================================================
--- trunk/dports/gnome/gpodder/files/patch-src-gpodder-gtkui-main-py.diff	                        (rev 0)
+++ trunk/dports/gnome/gpodder/files/patch-src-gpodder-gtkui-main-py.diff	2013-01-26 08:28:36 UTC (rev 102042)
@@ -0,0 +1,13 @@
+--- src/gpodder/gtkui/main.py.old	2013-01-25 12:40:16.000000000 +0100
++++ src/gpodder/gtkui/main.py	2013-01-25 12:42:16.000000000 +0100
+@@ -93,8 +93,8 @@
+ macapp = None
+ if gpodder.ui.osx and getattr(gtk.gdk, 'WINDOWING', 'x11') == 'quartz':
+     try:
+-        from gtk_osxapplication import *
+-        macapp = OSXApplication()
++        from gtkosx_application import *
++        macapp = Application()
+     except ImportError:
+         print >> sys.stderr, """
+         Warning: gtk-mac-integration not found, disabling native menus 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130126/5014041e/attachment.html>


More information about the macports-changes mailing list