X2Go Bug report logs - #131
Build scripts for DMG generation on OS X

version graph

Package: x2goclient; Maintainer for x2goclient is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goclient is src:x2goclient.

Reported by: Clemens Lang <neverpanic@gmail.com>

Date: Fri, 1 Mar 2013 17:33:01 UTC

Severity: normal

Tags: patch, pending

Found in version 4.0.0.1

Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Bug is archived. No further changes may be made.

Full log


🔗 View this message in rfc822 format

X-Loop: git-admin@x2go.org
Subject: Bug#131: Build scripts for DMG generation on OS X
Reply-To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 131@bugs.x2go.org
Resent-From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Resent-To: x2go-dev@lists.berlios.de
Resent-CC: X2Go Developers <x2go-dev@lists.berlios.de>
X-Loop: git-admin@x2go.org
Resent-Date: Fri, 01 Mar 2013 20:33:02 +0000
Resent-Message-ID: <handler.131.B131.13621698512182@bugs.x2go.org>
Resent-Sender: git-admin@x2go.org
X-X2Go-PR-Message: followup 131
X-X2Go-PR-Package: x2goclient
X-X2Go-PR-Keywords: patch
Received: via spool by 131-submit@bugs.x2go.org id=B131.13621698512182
          (code B ref 131); Fri, 01 Mar 2013 20:33:02 +0000
Received: (at 131) by bugs.x2go.org; 1 Mar 2013 20:30:51 +0000
Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199])
	by ymir (Postfix) with ESMTPS id 5A9B13BC45;
	Fri,  1 Mar 2013 21:30:51 +0100 (CET)
Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98])
	by freya.das-netzwerkteam.de (Postfix) with ESMTPS id 0B2E8C1F;
	Fri,  1 Mar 2013 21:30:51 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id BC6303BA24;
	Fri,  1 Mar 2013 21:30:50 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de
Received: from grimnir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id Z0yyjZ53zAXR; Fri,  1 Mar 2013 21:30:50 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 9317C3B9F9;
	Fri,  1 Mar 2013 21:30:50 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 738ED3BA24;
	Fri,  1 Mar 2013 21:30:50 +0100 (CET)
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	grimnir.das-netzwerkteam.de
X-Spam-Flag: NO
X-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00,
	MIME_QP_LONG_LINE,URIBL_BLOCKED autolearn=ham version=3.3.1 running as userid=
X-Spam-Level: 
X-Spam-Bayes-Score: 0.0000
Received: by grimnir.das-netzwerkteam.de (Postfix, from userid 33)
	id E28B13BA2E; Fri,  1 Mar 2013 21:30:49 +0100 (CET)
Received: from 103-29-142-46.pool.kielnet.net
 (103-29-142-46.pool.kielnet.net [46.142.29.103]) by
 mail.das-netzwerkteam.de (Horde Framework) with HTTP; Fri, 01 Mar 2013
 21:30:49 +0100
Message-ID: <20130301213049.12856ndmzluzwlix@mail.das-netzwerkteam.de>
X-Priority: 3 (Normal)
Date: Fri, 01 Mar 2013 21:30:49 +0100
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: Clemens Lang <neverpanic@gmail.com>, 131@bugs.x2go.org
Cc: control@bugs.x2go.org
References: <20130301173139.GA6797@towel.neverpanic.de>
In-Reply-To: <20130301173139.GA6797@towel.neverpanic.de>
MIME-Version: 1.0
Content-Type: multipart/signed;
 boundary="=_6knr75i8x3i1";
 protocol="application/pgp-signature";
 micalg="pgp-sha1"
Content-Transfer-Encoding: 7bit
User-Agent: Internet Messaging Program (IMP) H3 (4.3.4)
[Message part 1 (text/plain, inline)]
tag #131 pending
thanks

Hi Clemens,

On Fr 01 Mär 2013 18:31:39 CET Clemens Lang wrote:

> Package: x2goclient
> Version: 4.0.0.1
> Tags: patch
>
> As previously discussed in IRC I have created a script to build a
> x2goclient.dmg on OS X. Please find attached a patch against the
> qmake project (my system doesn't have an SDK for 10.5 anymore, and can
> also no longer generate PPC code; instead the required settings are set
> in macbuild.sh). Building i386 is no longer necessary for 10.7+ either.
>
> Also attached is a tarball holding all files required to build a disk
> image, which are
>  - macbuild.sh, the script building a dmg image
>  - macdmg.DS_Store, a .DS_Store file for the final disk image,
>    positioning the icons and setting the background image
>  - pkg-dmg, a perl script to simplify building disk images
>  - {png,svg}/macinstaller_background.*, graphics used as background of
>    the disk image.
>
> Please merge this into x2goclient trunk.

Thanks for the great work on this! Please check the latest commits on  
x2goclient.git (branches: master and release/4.0.0.x) and let me know  
if everything is in place.

If that is the case, I would bump a release of 4.0.0.4 and you could  
send me the x2goclient.dmg for Mac OS.

Greets,
Mike


-- 

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
[Message part 2 (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Tue Apr 23 14:21:48 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.