[121178] trunk/dports/aqua/x2goclient

cal at macports.org cal at macports.org
Thu Jun 19 05:08:25 PDT 2014


Revision: 121178
          https://trac.macports.org/changeset/121178
Author:   cal at macports.org
Date:     2014-06-19 05:08:25 -0700 (Thu, 19 Jun 2014)
Log Message:
-----------
x2goclient: backport patch fixing the application icon from git

Modified Paths:
--------------
    trunk/dports/aqua/x2goclient/Portfile

Added Paths:
-----------
    trunk/dports/aqua/x2goclient/files/
    trunk/dports/aqua/x2goclient/files/5a917178f992bfdd4b1e48e6cb43f768b22ac656.patch

Modified: trunk/dports/aqua/x2goclient/Portfile
===================================================================
--- trunk/dports/aqua/x2goclient/Portfile	2014-06-19 10:32:05 UTC (rev 121177)
+++ trunk/dports/aqua/x2goclient/Portfile	2014-06-19 12:08:25 UTC (rev 121178)
@@ -6,6 +6,7 @@
 
 name                    x2goclient
 version                 4.0.2.0
+revision                1
 checksums               sha256  7b1d42e30041d469ef986e686a1dacb4d0fb55d04fdcfc20ad26f5a4282d30b3 \
                         rmd160  9dd65bf414993696b0b4f56cec3b61bca56f098f
 
@@ -22,6 +23,10 @@
 homepage                http://www.x2go.org/
 master_sites            http://code.x2go.org/releases/source/${name}/
 
+# Restore x2goclient icon, fixed in x2goclient 4.0.2.1
+patch.pre_args          -p1
+patchfiles              5a917178f992bfdd4b1e48e6cb43f768b22ac656.patch
+
 universal_variant       yes
 supported_archs         ppc i386 x86_64
 

Added: trunk/dports/aqua/x2goclient/files/5a917178f992bfdd4b1e48e6cb43f768b22ac656.patch
===================================================================
--- trunk/dports/aqua/x2goclient/files/5a917178f992bfdd4b1e48e6cb43f768b22ac656.patch	                        (rev 0)
+++ trunk/dports/aqua/x2goclient/files/5a917178f992bfdd4b1e48e6cb43f768b22ac656.patch	2014-06-19 12:08:25 UTC (rev 121178)
@@ -0,0 +1,39 @@
+From 5a917178f992bfdd4b1e48e6cb43f768b22ac656 Mon Sep 17 00:00:00 2001
+From: Clemens Lang <neverpanic at gmail.com>
+Date: Tue, 10 Jun 2014 07:44:47 +0200
+Subject: [PATCH] Re-add Info.plist file (which got removed by accident in
+ commit 91cf6c6). (Fixes: #502).
+
+---
+ Info.plist       |   18 ++++++++++++++++++
+ debian/changelog |    5 +++++
+ 2 files changed, 23 insertions(+)
+ create mode 100644 Info.plist
+
+diff --git a/Info.plist b/Info.plist
+new file mode 100644
+index 0000000..69e0cb8
+--- /dev/null
++++ b/Info.plist
+@@ -0,0 +1,18 @@
++<?xml version="1.0" encoding="UTF-8"?>
++<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
++<plist version="0.9">
++<dict>
++	<key>CFBundleIconFile</key>
++	<string>x2go-mac.icns</string>
++	<key>CFBundlePackageType</key>
++	<string>APPL</string>
++        <key>CFBundleGetInfoString</key>
++	<string>Created by Qt/QMake</string>
++	<key>CFBundleSignature</key>
++	<string>????</string>
++	<key>CFBundleExecutable</key>
++	<string>x2goclient</string>
++	<key>NOTE</key>
++	<string>Please, do NOT change this file -- It was generated by Qt/QMake.</string>
++</dict>
++</plist>
+-- 
+1.7.9.5
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140619/369cf96c/attachment-0001.html>


More information about the macports-changes mailing list