From unknown Sun Aug 17 22:10:04 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26617: [PATCH] gnu: Add gnustep-make. Resent-From: Kei Kebreau Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 23 Apr 2017 00:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 26617 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 26617@debbugs.gnu.org Cc: Kei Kebreau X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.149290792011644 (code B ref -1); Sun, 23 Apr 2017 00:39:02 +0000 Received: (at submit) by debbugs.gnu.org; 23 Apr 2017 00:38:40 +0000 Received: from localhost ([127.0.0.1]:34954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d25Xz-00031j-VT for submit@debbugs.gnu.org; Sat, 22 Apr 2017 20:38:40 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d25Xy-00031V-Gj for submit@debbugs.gnu.org; Sat, 22 Apr 2017 20:38:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d25Xs-0000IE-4Q for submit@debbugs.gnu.org; Sat, 22 Apr 2017 20:38:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47993) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d25Xs-0000I8-10 for submit@debbugs.gnu.org; Sat, 22 Apr 2017 20:38:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d25Xq-0000ks-Pk for guix-patches@gnu.org; Sat, 22 Apr 2017 20:38:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d25Xm-0000Gw-Jo for guix-patches@gnu.org; Sat, 22 Apr 2017 20:38:30 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:53605 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d25Xm-0000GR-CR for guix-patches@gnu.org; Sat, 22 Apr 2017 20:38:26 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 0633F50C957; Sun, 23 Apr 2017 02:38:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1492907904; bh=b5r0Q/ECmsg7156B8j2JZdjkAQH5wpVH49RJv6vYwrs=; h=From:To:Cc:Subject:Date:From; b=0lqZNmCmA8lftA17xyAX7IxQLIo5Fc6WiDurEkiihSmUFb+bskdFAQZGHjHzkY+vP Bzupc/WLt8fPb0X3e8wbBbXanhLl3f9Kvea4siECt7PiJor58xvMe5TAeMrg2pQBCE cQOSq2LZvEpN5E87a938bAsY3erf1ooBAmITmfKw= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1492907903; bh=b5r0Q/ECmsg7156B8j2JZdjkAQH5wpVH49RJv6vYwrs=; h=From:To:Cc:Subject:Date:From; b=sTwtf4ERUoKfhwsNU7L+XgC/tN/84tXKnxljhINmqrDPzgcaioPW7KJTQoZkkZbSw BHt7r01WFdhiIMyvnfMz0ZSNEBEVvWCqGalGoISFrOgvXsKQcIsPEha/c8np8pPd0g O7LXWHZZxtnScNTd7EuLkNUcpzyieCUOgOybEClY= Date: Sat, 22 Apr 2017 20:38:05 -0400 Message-Id: <20170423003805.32488-1-kei@openmailbox.org> X-Mailer: git-send-email 2.12.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * gnu/packages/gnustep.scm (gnustep-make): New variable. --- gnu/packages/gnustep.scm | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm index 6e729165c..b55b0ea29 100644 --- a/gnu/packages/gnustep.scm +++ b/gnu/packages/gnustep.scm @@ -22,7 +22,9 @@ #:use-module (guix packages) #:use-module (guix build-system gnu) #:use-module (guix licenses) + #:use-module (gnu packages base) #:use-module (gnu packages xorg) + #:use-module (gnu packages libffcall) #:use-module (gnu packages gnome) #:use-module (gnu packages gtk) #:use-module (gnu packages texinfo) @@ -30,7 +32,33 @@ #:use-module (gnu packages glib) #:use-module (gnu packages fontutils) #:use-module (gnu packages image) - #:use-module (gnu packages pkg-config)) + #:use-module (gnu packages pkg-config) + #:use-module (gnu packages xml)) + +(define-public gnustep-make + (package + (name "gnustep-make") + (version "2.7.0") + (source (origin + (method url-fetch) + (uri (string-append "ftp://ftp.gnustep.org/pub/gnustep/core/" + name "-" version ".tar.gz")) + (sha256 + (base32 + "1khiygfkz0zhh9b5nybn40g0xnnjxchk24n49hff1bwanszir84h")))) + (build-system gnu-build-system) + (arguments + '(#:tests? #f)) ; no check target + (native-inputs + `(("which" ,which))) + (home-page "http://gnustep.org") + (synopsis "GNUstep make package") + (description "The makefile package is a simple, powerful and extensible way +to write makefiles for a GNUstep-based project. It allows the user to write a +project without having to deal with the complex issues associated with +configuration, building, installation, and packaging. It also allows the user +to easily create cross-compiled binaries.") + (license gpl3+))) (define-public windowmaker (package -- 2.12.2 From unknown Sun Aug 17 22:10:04 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26617: [PATCH] gnu: Add gnustep-make. Resent-From: Leo Famulari Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 23 Apr 2017 00:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26617 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Kei Kebreau Cc: 26617@debbugs.gnu.org Received: via spool by 26617-submit@debbugs.gnu.org id=B26617.149290850112652 (code B ref 26617); Sun, 23 Apr 2017 00:49:02 +0000 Received: (at 26617) by debbugs.gnu.org; 23 Apr 2017 00:48:21 +0000 Received: from localhost ([127.0.0.1]:34973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d25hM-0003I0-Ns for submit@debbugs.gnu.org; Sat, 22 Apr 2017 20:48:20 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:53745) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d25hL-0003Ht-Dp for 26617@debbugs.gnu.org; Sat, 22 Apr 2017 20:48:19 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 48CFA21AF0; Sat, 22 Apr 2017 20:48:19 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Sat, 22 Apr 2017 20:48:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=GERSK2TnKsXfwxJLhhE95Bm7F55r48L08mwwes eZE3o=; b=rk3IRlBtg5RpQ9E/2rkkCfkCO5UDQKFoN4zL3kmMFKXqAerrInb24M 3M06UNM7NVBRxDiE9LmuXWKG7e5ch8WvDmBzaHaj9HKWaohp5w9vECcVISgCKYA0 8kx2lrYRcvwqP38tHhoUq9eK72FKLWd2ELMhF7+j6POxzSekG7H9o= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=GERSK2TnKsXfwxJLhh E95Bm7F55r48L08mwweseZE3o=; b=CmRA/2ihByVBEgwQxxzthRg5Rd4ViEyax6 utiGKcxsoqflOScrulVV7HqqZQO0BWAXoGtfjEL0RSVirLj2lJ5DuGzwadsAfstb N/GeIBA63ZoDTQvAyZfcEEuHDtahaguhOUetnf+rnSJkUDnJb4bG5UovSVtESwqC 4JJK26xbcuwnPVWWBrMF1zTyuNZeDvwHkBBW1GPoP/SqOEnbbK2zleZyLyNdsohx iKE9n01qOQ/DPc1Rszop29H76pF+X45ltT2ksvAlQEMz6wUU/Y/hq+2y4pH6RHmn tjIgpgsIs6yhpZINCabe0u+ovSBjb1GdX7DHvyjEQ1tvn80GAYtA== X-ME-Sender: X-Sasl-enc: lTt4yRnLJaRyb9PS94esLaoa5HCUzdQPJ32XvqMQ6L1B 1492908498 Received: from localhost (unknown [172.58.216.77]) by mail.messagingengine.com (Postfix) with ESMTPA id E95277E669; Sat, 22 Apr 2017 20:48:18 -0400 (EDT) Date: Sat, 22 Apr 2017 20:48:17 -0400 From: Leo Famulari Message-ID: <20170423004817.GE10153@jasmine> References: <20170423003805.32488-1-kei@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="wLAMOaPNJ0fu1fTG" Content-Disposition: inline In-Reply-To: <20170423003805.32488-1-kei@openmailbox.org> User-Agent: Mutt/1.8.2 (2017-04-18) X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --wLAMOaPNJ0fu1fTG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Apr 22, 2017 at 08:38:05PM -0400, Kei Kebreau wrote: > * gnu/packages/gnustep.scm (gnustep-make): New variable. Cool! > --- a/gnu/packages/gnustep.scm > +++ b/gnu/packages/gnustep.scm > @@ -22,7 +22,9 @@ > #:use-module (guix packages) > #:use-module (guix build-system gnu) > #:use-module (guix licenses) > + #:use-module (gnu packages base) > #:use-module (gnu packages xorg) > + #:use-module (gnu packages libffcall) > #:use-module (gnu packages gnome) > #:use-module (gnu packages gtk) > #:use-module (gnu packages texinfo) > @@ -30,7 +32,33 @@ > #:use-module (gnu packages glib) > #:use-module (gnu packages fontutils) > #:use-module (gnu packages image) > - #:use-module (gnu packages pkg-config)) > + #:use-module (gnu packages pkg-config) > + #:use-module (gnu packages xml)) Are all of these new modules used? > + (home-page "http://gnustep.org") Is there a package-specific home-page? --wLAMOaPNJ0fu1fTG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlj7+dEACgkQJkb6MLrK fwhqYQ//Zf6z37UdjkdLB2S/7+ycH8Nu3n5ypRScLqqAIGtnP8X5Be3AGnB0Jv94 8H7HnLXmaHQJtYkCgWNp7DKxP5MxatDg8k5ldsI/Jj6hAosJNwGYVkJ2ZkgwPwif DGrhryO+6rkJnx02p7EvFfUwxyPbhMiPdpND0wz/71RgN4DwrEQHlpbzcuFoE0TE ctfpf0QqqDlt1gY23Iy8wk3d1JADCph2Fx+qD5jYnA7b3jE9itWcNFv6M1945end hEUM6THiB/4hcIHnYYDhm2omraJOtv5zzS3J+tfis2k7KW0HQQgm3caCD4ZTMMLG qtx/wySJLBFuA6x1sh+EjIGxz7Vjc+t3YSe1Y3mtJqc1n52QV4So8Sbl3vpvBP7r ZE0dKkr6GvHRn5NlsXkgnOrakwuj5WmvUZyR5DI/QExEuLqG8VxsFfyhog+XmUw6 1RbQtRNOm9WIYvYx4LvTdHZiNLXprkQaLM/oFzZGKj4BnHaOxFa1PxI6d84rq+Od A/8VFGdJR4A9e9w+Q4bQk1EmeLbDh9eTWL6i6vUYdNiRI4BoBE9ZWL6efyqdXb8A EZsanQGJ1Y7nslwDM9iJVsjPBBToywXt9RxQKtVwro4Td2gEcz5d6hm6Yzhtrz36 VGaKz2ZqP+sCD+nfw0P5eVJrB4arZzxQ7y7jBYzG+GnOIAUC7ds= =FW+I -----END PGP SIGNATURE----- --wLAMOaPNJ0fu1fTG-- From unknown Sun Aug 17 22:10:04 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26617: [PATCH] gnu: Add gnustep-make. Resent-From: Kei Kebreau Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 23 Apr 2017 15:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26617 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Leo Famulari Cc: 26617@debbugs.gnu.org Received: via spool by 26617-submit@debbugs.gnu.org id=B26617.149296180617205 (code B ref 26617); Sun, 23 Apr 2017 15:37:01 +0000 Received: (at 26617) by debbugs.gnu.org; 23 Apr 2017 15:36:46 +0000 Received: from localhost ([127.0.0.1]:36616 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d2JZ7-0004TQ-Nj for submit@debbugs.gnu.org; Sun, 23 Apr 2017 11:36:45 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:42750 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d2JZ5-0004TI-L9 for 26617@debbugs.gnu.org; Sun, 23 Apr 2017 11:36:44 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 643435087E4; Sun, 23 Apr 2017 17:36:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1492961802; bh=EIgh4n2J3mPgWJjC11xlYdXC2BIuA7a0IH0dkYS7AnU=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=qjEo5wm6WK+6HWeSgc6R3C5ES45hIHLHhRgMDWKWAhgjohozO7EiEQHfGCoYpUoCP 935m/By1vm+Oe7IfeXEeW+TOkcaKxgQW0nPU41FtwnnsM1kI++AGYUQnVq8P7nPwpD iN7KqCfrFIeQ0gS7lulBob9nUn6Qmi/QnzgZJ+zU= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR003 X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RECEIVED,NO_RELAYS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=disabled version=3.4.0 From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1492961801; bh=EIgh4n2J3mPgWJjC11xlYdXC2BIuA7a0IH0dkYS7AnU=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Kt3lw7Hr/Uvkp2Pig70lKLBVTefZV2RE70RwY+Asjv9bGqqX+HSzr0f+0UZA4lyAL L9oFxP7bg/7ZDmw7anuMAH6sK1cOGHAimCT2JAfCDctug/p+9dUory3jIgx0034KFp zDI1MzeqzWQTbClFk6gIBoOqVsD0aPHoD37MVmIc= References: <20170423003805.32488-1-kei@openmailbox.org> <20170423004817.GE10153@jasmine> Date: Sun, 23 Apr 2017 11:36:29 -0400 In-Reply-To: <20170423004817.GE10153@jasmine> (Leo Famulari's message of "Sat, 22 Apr 2017 20:48:17 -0400") Message-ID: <87zif7jfuq.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --=-=-= Content-Type: text/plain Leo Famulari writes: > On Sat, Apr 22, 2017 at 08:38:05PM -0400, Kei Kebreau wrote: >> * gnu/packages/gnustep.scm (gnustep-make): New variable. > > Cool! > >> --- a/gnu/packages/gnustep.scm >> +++ b/gnu/packages/gnustep.scm >> @@ -22,7 +22,9 @@ >> #:use-module (guix packages) >> #:use-module (guix build-system gnu) >> #:use-module (guix licenses) >> + #:use-module (gnu packages base) >> #:use-module (gnu packages xorg) >> + #:use-module (gnu packages libffcall) >> #:use-module (gnu packages gnome) >> #:use-module (gnu packages gtk) >> #:use-module (gnu packages texinfo) >> @@ -30,7 +32,33 @@ >> #:use-module (gnu packages glib) >> #:use-module (gnu packages fontutils) >> #:use-module (gnu packages image) >> - #:use-module (gnu packages pkg-config)) >> + #:use-module (gnu packages pkg-config) >> + #:use-module (gnu packages xml)) > > Are all of these new modules used? > No. I accidentally "polluted" this patch with changes from the next one to come. Only the base, tex, and texinfo modules are needed for this patch*. >> + (home-page "http://gnustep.org") > > Is there a package-specific home-page? It doesn't appear so. * I've also realized that documentation is installed separately from the main GNU building process, so I've added an appropriate phase now. The only problem is that there's a PostScript file with a line that varies depending on the build time. Is there a way to eliminate this variance that you know of? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlj8yf4ACgkQ5qXuPBlG eg33dRAAs4TWZ4KVTlprOIT1s9lice7FIga1k4v5BIlrF2choLw7OXarh6dKFWNG TtLIJfagxJ3G5wKSj4LB3Mhmho6qre6sgPFVd820mwTbSlG/oRTTjg3gnpt68NKD CYMxfnp8nxexjNkk1eiYaSBYOEuJGnUdzGw/9B2xtQTRtb6CpDldniFz4lX+lQEj ySXq2ejjxsLUwga1rCzHpRNftvmED3Oqt6x1kTUs5HE2JgnRRcnMHB47EKyufzTE RNnlEOIHLQ1FBG54AVN3o/n1FDStw38ClIYf0vHuYqdIVgauoz9jx+ZS+Zg1Nuov 5cn7ndX2c6fS1Dfl3+6c/pTUSOtgYpVYVWC8Z8T9XvioDoC/b3scJlTAqVw2izQt wjh/ai6jgCiW2vz90xEaxiXYuuJT3+uzKdT8qmURlOJDcRxON5XzWG5o/EJ5bhWD UC47k+siov0JTFUOpqIinNtf3124nIPDoSi8VZo37O31UX851ZiI23MOZ+lGs4XS GzsDfUDVaumsPNh46rjIL5AuLPpmCMqsVUOGZOnE5mcHj9p5G785+JsBfOFwLMDl WxwW7LoSFnb/hTLN6TJUGXXQfgnjlEjnTbCPyB6nbmFZjRhmxPR6jKK1k4JuIl53 knP2uskEYXaGrZ/aTEETwPT/gqUtE5xLIlHhC8ESmslKpFlmNFw= =hXc2 -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Aug 17 22:10:04 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26617: [PATCH] gnu: Add gnustep-make. Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 08 May 2017 20:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26617 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Kei Kebreau Cc: 26617@debbugs.gnu.org, Leo Famulari Received: via spool by 26617-submit@debbugs.gnu.org id=B26617.149427434321611 (code B ref 26617); Mon, 08 May 2017 20:13:01 +0000 Received: (at 26617) by debbugs.gnu.org; 8 May 2017 20:12:23 +0000 Received: from localhost ([127.0.0.1]:60232 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7p15-0005cV-Dd for submit@debbugs.gnu.org; Mon, 08 May 2017 16:12:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45956) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7p14-0005cI-HA for 26617@debbugs.gnu.org; Mon, 08 May 2017 16:12:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7p0w-0001J3-6B for 26617@debbugs.gnu.org; Mon, 08 May 2017 16:12:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7p0w-0001Iz-2d; Mon, 08 May 2017 16:12:14 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:59416 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1d7p0v-0001Eo-8K; Mon, 08 May 2017 16:12:13 -0400 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170423003805.32488-1-kei@openmailbox.org> <20170423004817.GE10153@jasmine> <87zif7jfuq.fsf@openmailbox.org> Date: Mon, 08 May 2017 22:12:11 +0200 In-Reply-To: <87zif7jfuq.fsf@openmailbox.org> (Kei Kebreau's message of "Sun, 23 Apr 2017 11:36:29 -0400") Message-ID: <87inlbjeg4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Kei Kebreau skribis: > * I've also realized that documentation is installed separately from the > main GNU building process, so I've added an appropriate phase now. The > only problem is that there's a PostScript file with a line that varies > depending on the build time. Is there a way to eliminate this variance > that you know of? It may be that this line is added by a separate tool, perhaps pdflatex or whatever is used. It=E2=80=99s this tool that we should fix. If you could fine which tool that is and file a bug for this to bug-guix, that would be great. In the meantime you can happily commit gnustep-make. :-) Thanks, Ludo=E2=80=99. From unknown Sun Aug 17 22:10:04 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Kei Kebreau Subject: bug#26617: closed (Re: bug#26617: [PATCH] gnu: Add gnustep-make.) Message-ID: References: <87vapakieh.fsf@openmailbox.org> <20170423003805.32488-1-kei@openmailbox.org> X-Gnu-PR-Message: they-closed 26617 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 26617@debbugs.gnu.org Date: Tue, 09 May 2017 00:02:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1494288122-16990-1" This is a multi-part message in MIME format... ------------=_1494288122-16990-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #26617: [PATCH] gnu: Add gnustep-make. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 26617@debbugs.gnu.org. --=20 26617: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D26617 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1494288122-16990-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 26617-done) by debbugs.gnu.org; 9 May 2017 00:01:35 +0000 Received: from localhost ([127.0.0.1]:60416 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7sas-0004PP-QQ for submit@debbugs.gnu.org; Mon, 08 May 2017 20:01:34 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:34679 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7sar-0004PG-AY for 26617-done@debbugs.gnu.org; Mon, 08 May 2017 20:01:33 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 481C150EC72; Tue, 9 May 2017 02:01:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1494288092; bh=9uuz7iT6kFpv8++6rg6CWWP8kcdveNQ4F9f8MjBRPAA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ouPlIRd5hnXeOg/ERLJUJju6gjJ2pvFQpKjXvXlAKCbk2O1yz6ci6LHdE/tg+7NsD EPakClYqgbFZ2fcjtx7osj/WOOKhc+rz+3Cgsbo2tKoR+PUrWyH3Wcifx0DgNoKH/B rDgM7gK/Il4lxUK5KfyYlvad9V7nIoFotYtzpdQY= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1494288092; bh=9uuz7iT6kFpv8++6rg6CWWP8kcdveNQ4F9f8MjBRPAA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ouPlIRd5hnXeOg/ERLJUJju6gjJ2pvFQpKjXvXlAKCbk2O1yz6ci6LHdE/tg+7NsD EPakClYqgbFZ2fcjtx7osj/WOOKhc+rz+3Cgsbo2tKoR+PUrWyH3Wcifx0DgNoKH/B rDgM7gK/Il4lxUK5KfyYlvad9V7nIoFotYtzpdQY= To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: bug#26617: [PATCH] gnu: Add gnustep-make. In-Reply-To: <87inlbjeg4.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 08 May 2017 22:12:11 +0200") References: <20170423003805.32488-1-kei@openmailbox.org> <20170423004817.GE10153@jasmine> <87zif7jfuq.fsf@openmailbox.org> <87inlbjeg4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) Date: Mon, 08 May 2017 20:01:26 -0400 Message-ID: <87vapakieh.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26617-done Cc: 26617-done@debbugs.gnu.org, Leo Famulari X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Kei Kebreau skribis: > >> * I've also realized that documentation is installed separately from the >> main GNU building process, so I've added an appropriate phase now. The >> only problem is that there's a PostScript file with a line that varies >> depending on the build time. Is there a way to eliminate this variance >> that you know of? > > It may be that this line is added by a separate tool, perhaps pdflatex > or whatever is used. It=E2=80=99s this tool that we should fix. > > If you could fine which tool that is and file a bug for this to > bug-guix, that would be great. > > In the meantime you can happily commit gnustep-make. :-) > > Thanks, > Ludo=E2=80=99. Commited (both to master and to finding that bug)! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlkRBtYACgkQ5qXuPBlG eg1yLQ/+PB+ap5y3KB9C+Q+2knKoUbsiGufxA4mb5ogWvaJwCVQchu0m0L/9cb2a NkWj8liGBXYhifzkAFuVVWZJbbfFEnlgqLsyu7Xnkc+mb4Qkn/qfT3EaeHC73PSZ BbF/lQemumcPAInQSyM5ge5dGmEF53rIAHaGPn035smNpP7LlOjO806wbxGA3VWf PwV6jEgryBS+8FAMLMgBbGPv/LI4Vz44UAibEsTNqxxA8Sbxx8WpA+yaY/R6gcmH 4qFVR0K58xSipkhN7CcKOuyfykJPaevQOWbaS4mor9W7qIwAi1RZzr0s89dQWPTA e7IhktBJYv0idA6B4HOt6jXtN0pPKlYTrcaqdI4SjeFSg7XRp0G0khV661ch4p25 TJY4lFs7liuTWsJ9XAc10ybeSGBwnQltwXLCWv+3hOXk5bYAqs+xpbu1aXAyzG/e WOQlNz7YP790RYhTMEACQchuIW3RGnKtWSgXihW+jKI8DrlDm1jN68TsuUOCwXz6 +zURfWeoFAhf3uO7D+GKJh8sViKt7U0fe06YCRL+HS80PyFXKCZ7w9gm91BqK7Mp 3dKGZEIKj5O+k9ZcSfRKNo7oxaTpEwelZJJcoSUTICiRW5wisKIyyX4BxXMKfx7A 4f/VyN1SGInT1R6LBZVmm8q+PpUphCG2yFWVC8XSt5okSv34dj8= =/td0 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1494288122-16990-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Apr 2017 00:38:40 +0000 Received: from localhost ([127.0.0.1]:34954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d25Xz-00031j-VT for submit@debbugs.gnu.org; Sat, 22 Apr 2017 20:38:40 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d25Xy-00031V-Gj for submit@debbugs.gnu.org; Sat, 22 Apr 2017 20:38:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d25Xs-0000IE-4Q for submit@debbugs.gnu.org; Sat, 22 Apr 2017 20:38:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47993) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d25Xs-0000I8-10 for submit@debbugs.gnu.org; Sat, 22 Apr 2017 20:38:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d25Xq-0000ks-Pk for guix-patches@gnu.org; Sat, 22 Apr 2017 20:38:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d25Xm-0000Gw-Jo for guix-patches@gnu.org; Sat, 22 Apr 2017 20:38:30 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:53605 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d25Xm-0000GR-CR for guix-patches@gnu.org; Sat, 22 Apr 2017 20:38:26 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 0633F50C957; Sun, 23 Apr 2017 02:38:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1492907904; bh=b5r0Q/ECmsg7156B8j2JZdjkAQH5wpVH49RJv6vYwrs=; h=From:To:Cc:Subject:Date:From; b=0lqZNmCmA8lftA17xyAX7IxQLIo5Fc6WiDurEkiihSmUFb+bskdFAQZGHjHzkY+vP Bzupc/WLt8fPb0X3e8wbBbXanhLl3f9Kvea4siECt7PiJor58xvMe5TAeMrg2pQBCE cQOSq2LZvEpN5E87a938bAsY3erf1ooBAmITmfKw= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1492907903; bh=b5r0Q/ECmsg7156B8j2JZdjkAQH5wpVH49RJv6vYwrs=; h=From:To:Cc:Subject:Date:From; b=sTwtf4ERUoKfhwsNU7L+XgC/tN/84tXKnxljhINmqrDPzgcaioPW7KJTQoZkkZbSw BHt7r01WFdhiIMyvnfMz0ZSNEBEVvWCqGalGoISFrOgvXsKQcIsPEha/c8np8pPd0g O7LXWHZZxtnScNTd7EuLkNUcpzyieCUOgOybEClY= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add gnustep-make. Date: Sat, 22 Apr 2017 20:38:05 -0400 Message-Id: <20170423003805.32488-1-kei@openmailbox.org> X-Mailer: git-send-email 2.12.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Kei Kebreau X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * gnu/packages/gnustep.scm (gnustep-make): New variable. --- gnu/packages/gnustep.scm | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm index 6e729165c..b55b0ea29 100644 --- a/gnu/packages/gnustep.scm +++ b/gnu/packages/gnustep.scm @@ -22,7 +22,9 @@ #:use-module (guix packages) #:use-module (guix build-system gnu) #:use-module (guix licenses) + #:use-module (gnu packages base) #:use-module (gnu packages xorg) + #:use-module (gnu packages libffcall) #:use-module (gnu packages gnome) #:use-module (gnu packages gtk) #:use-module (gnu packages texinfo) @@ -30,7 +32,33 @@ #:use-module (gnu packages glib) #:use-module (gnu packages fontutils) #:use-module (gnu packages image) - #:use-module (gnu packages pkg-config)) + #:use-module (gnu packages pkg-config) + #:use-module (gnu packages xml)) + +(define-public gnustep-make + (package + (name "gnustep-make") + (version "2.7.0") + (source (origin + (method url-fetch) + (uri (string-append "ftp://ftp.gnustep.org/pub/gnustep/core/" + name "-" version ".tar.gz")) + (sha256 + (base32 + "1khiygfkz0zhh9b5nybn40g0xnnjxchk24n49hff1bwanszir84h")))) + (build-system gnu-build-system) + (arguments + '(#:tests? #f)) ; no check target + (native-inputs + `(("which" ,which))) + (home-page "http://gnustep.org") + (synopsis "GNUstep make package") + (description "The makefile package is a simple, powerful and extensible way +to write makefiles for a GNUstep-based project. It allows the user to write a +project without having to deal with the complex issues associated with +configuration, building, installation, and packaging. It also allows the user +to easily create cross-compiled binaries.") + (license gpl3+))) (define-public windowmaker (package -- 2.12.2 ------------=_1494288122-16990-1--