[109002] trunk/dports/gnome/gpodder/Portfile

elelay at macports.org elelay at macports.org
Tue Aug 6 02:50:37 PDT 2013


Revision: 109002
          https://trac.macports.org/changeset/109002
Author:   elelay at macports.org
Date:     2013-08-06 02:50:37 -0700 (Tue, 06 Aug 2013)
Log Message:
-----------
apply #39613 "gpodder +x11 needs LSUIElement=1"

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

Modified: trunk/dports/gnome/gpodder/Portfile
===================================================================
--- trunk/dports/gnome/gpodder/Portfile	2013-08-06 08:02:58 UTC (rev 109001)
+++ trunk/dports/gnome/gpodder/Portfile	2013-08-06 09:50:37 UTC (rev 109002)
@@ -5,6 +5,7 @@
 
 name                gpodder
 version             3.5.1
+revision            1
 categories          gnome audio
 license             GPL-3
 maintainers         elelay
@@ -141,6 +142,12 @@
 		APPLICATIONSDIR=\"${destroot}${applications_dir}\"\
 		VERSION=\"${version}\"\
 		OSXVERSION=\"${os.platform}${os.major}\" all"
+	
+    # ticket #39613 gPodder +x11 keeps bouncing otherwise
+    if {![variant_isset quartz]} {
+        reinplace -E {s|(<string>org.gpodder.gpodder</string>)|\1 <key>LSUIElement</key><string>1</string>|} \
+                 "${destroot}${applications_dir}/gPodder.app/Contents/Info.plist"
+    }
 }
 
 notes "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130806/006a5092/attachment.html>


More information about the macports-changes mailing list