From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39721) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMx1t-0006gy-3J for guix-patches@gnu.org; Tue, 22 Oct 2019 12:29:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMx1q-0001Fr-TQ for guix-patches@gnu.org; Tue, 22 Oct 2019 12:29:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51570) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iMx1q-0001Fl-QD for guix-patches@gnu.org; Tue, 22 Oct 2019 12:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iMx1q-0007qg-Md for guix-patches@gnu.org; Tue, 22 Oct 2019 12:29:02 -0400 Subject: bug#37693: Seahorse build Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <5dade403.1c69fb81.b296.84cc@mx.google.com> <20191021192050.0a3eed23@gmail.com> Date: Tue, 22 Oct 2019 18:27:52 +0200 In-Reply-To: <20191021192050.0a3eed23@gmail.com> (Miguel Arruga Vivas's message of "Mon, 21 Oct 2019 19:20:50 +0200") Message-ID: <87tv80ycc7.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: Miguel Arruga Vivas Cc: Leo Prikler , 37693-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, Miguel Arruga Vivas skribis: >>>From c2cbf056d277842b79a5e4588ab38980ef9d8db9 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Miguel=3D20=3DC3=3D81ngel=3D20Arruga=3D20Vivas?=3D > > Date: Mon, 21 Oct 2019 19:16:24 +0200 > Subject: [PATCH] gnu: seahorse: Update to 3.30.1.1. > > * gnu/packages/gnome.scm (seahorse)[version]: Update version number. > [origin]: Update hash. Add patch needed for compilation with our > version of libsecret (0.19.1). > [inputs]: Add avahi dependency. > [native-inputs]: Add vala dependency. Use gettext-minimal instead of > intltool, as only xgettext is used. > * gnu/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch: New > file retrieved from the upstream version control system > https://gitlab.gnome.org/GNOME/seahorse/commit/d9db29db567012b7c72e85e1be= 1fbf55fcc9b667 Wonderful. Applied with the changes below. Thanks to the two of you! :-) Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/local.mk b/gnu/local.mk index 4292e6f415..611761c2c9 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1324,6 +1324,7 @@ dist_patch_DATA = \ %D%/packages/patches/scotch-build-parallelism.patch \ %D%/packages/patches/scotch-integer-declarations.patch \ %D%/packages/patches/sdl-libx11-1.6.patch \ + %D%/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch \ %D%/packages/patches/seq24-rename-mutex.patch \ %D%/packages/patches/sharutils-CVE-2018-1000097.patch \ %D%/packages/patches/shishi-fix-libgcrypt-detection.patch \ diff --git a/gnu/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch b/gnu/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch index e236f6a2e1..55866d2973 100644 --- a/gnu/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch +++ b/gnu/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch @@ -1,3 +1,5 @@ +Patch from . + From d9db29db567012b7c72e85e1be1fbf55fcc9b667 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Sat, 11 May 2019 09:02:34 +0200 --=-=-=--