From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d4sZp-0005Fr-Hv for guix-patches@gnu.org; Sun, 30 Apr 2017 13:24:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d4sZm-0004oD-B5 for guix-patches@gnu.org; Sun, 30 Apr 2017 13:24:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49779) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d4sZm-0004o9-6A for guix-patches@gnu.org; Sun, 30 Apr 2017 13:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d4sZm-0004Zh-1c for guix-patches@gnu.org; Sun, 30 Apr 2017 13:24:02 -0400 Subject: bug#26718: Update hexchat to 2.12.4 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d4sYz-0005Fb-C7 for guix-patches@gnu.org; Sun, 30 Apr 2017 13:23:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d4sYw-0004VU-7P for guix-patches@gnu.org; Sun, 30 Apr 2017 13:23:13 -0400 Received: from dau94-h03-89-91-205-84.dsl.sta.abo.bbox.fr ([89.91.205.84]:47551 helo=skaro.lepiller.eu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d4sYv-0004UJ-Ot for guix-patches@gnu.org; Sun, 30 Apr 2017 13:23:10 -0400 Received: from localhost (localhost [127.0.0.1]) by skaro.lepiller.eu (Postfix) with ESMTP id A3272811C3 for ; Sun, 30 Apr 2017 19:23:06 +0200 (CEST) Received: from skaro.lepiller.eu ([127.0.0.1]) by localhost (lepiller.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id krPs5CPV7b_5 for ; Sun, 30 Apr 2017 19:23:01 +0200 (CEST) Received: from localhost (89-93-157-164.hfc.dyn.abo.bbox.fr [89.93.157.164]) by skaro.lepiller.eu (Postfix) with ESMTPSA id DA70D7FC00 for ; Sun, 30 Apr 2017 19:23:00 +0200 (CEST) Date: Sun, 30 Apr 2017 19:22:56 +0200 From: Julien Lepiller Message-ID: <20170430192256.40abec3c@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/E5kgwl9S6QORon2TFP/1D0Z" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26718@debbugs.gnu.org --MP_/E5kgwl9S6QORon2TFP/1D0Z Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, here is a patch to update hexchat to 2.12.4. --MP_/E5kgwl9S6QORon2TFP/1D0Z Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-hexchat-Update-to-2.12.4.patch >From 172532a4aec163e6be4df896ba7db35801bec6f1 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sun, 30 Apr 2017 19:21:46 +0200 Subject: [PATCH] gnu: hexchat: Update to 2.12.4. * gnu/packages/messaging.scm (hexchat): Update to 2.12.4. --- gnu/packages/messaging.scm | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 59e2b23d3..16a04d30e 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -166,17 +166,21 @@ identi.ca and status.net).") (define-public hexchat (package (name "hexchat") - (version "2.12.2") + (version "2.12.4") (source (origin (method url-fetch) (uri (string-append "https://dl.hexchat.net/hexchat/hexchat-" version ".tar.xz")) (sha256 (base32 - "1xnclfbrgbkqndxygi5f27q00jd7yy54jbd1061jmhxa6wzpibbd")))) + "0ficrx56knz5y297qb0x5y02339yvyv734z7kpcx1ixvb0qr2dgs")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) - ("intltool" ,intltool))) + ("intltool" ,intltool) + ("autoconf" ,autoconf) + ("autoconf-archive" ,autoconf-archive) + ("automake" ,automake) + ("libtool" ,libtool))) (inputs `(("dbus-glib" ,dbus-glib) ("dbus" ,dbus) ("enchant" ,enchant) @@ -190,6 +194,22 @@ identi.ca and status.net).") ("luajit" ,luajit) ("perl-xml-parser" ,perl-xml-parser) ("python-2" ,python-2))) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'autogen + (lambda* (#:key inputs #:allow-other-keys) + ;; these files are symlinks to /usr and cannot be used. + (with-directory-excursion "m4" + (for-each (lambda (f) (delete-file f)) + '("intltool.m4" "libtool.m4" "lt~obsolete.m4" + "ltoptions.m4" "ltsugar.m4" "ltversion.m4"))) + (delete-file-recursively "build-aux") + (delete-file "po/Makefile.in.in") + (copy-file (string-append (assoc-ref inputs "intltool") + "/share/intltool/Makefile.in.in") + "po/Makefile.in.in") + (zero? (system* "autoreconf" "-fiv"))))))) (synopsis "Graphical IRC Client") (description "HexChat lets you connect to multiple IRC networks at once. The main -- 2.12.2 --MP_/E5kgwl9S6QORon2TFP/1D0Z--