From unknown Fri Jun 20 07:15:29 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#43104 <43104@debbugs.gnu.org> To: bug#43104 <43104@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add libhandy-0.0. Reply-To: bug#43104 <43104@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:15:29 +0000 retitle 43104 [PATCH] gnu: Add libhandy-0.0. reassign 43104 guix-patches submitter 43104 Leo Prikler severity 43104 normal tag 43104 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 29 12:42:43 2020 Received: (at submit) by debbugs.gnu.org; 29 Aug 2020 16:42:43 +0000 Received: from localhost ([127.0.0.1]:49025 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kC3wA-0006Xk-NK for submit@debbugs.gnu.org; Sat, 29 Aug 2020 12:42:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:44242) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kC3w8-0006Xb-6P for submit@debbugs.gnu.org; Sat, 29 Aug 2020 12:42:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59026) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kC3w7-00028E-Jb for guix-patches@gnu.org; Sat, 29 Aug 2020 12:42:39 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:19464) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kC3w4-0000R8-DH for guix-patches@gnu.org; Sat, 29 Aug 2020 12:42:38 -0400 Received: from localhost.localdomain (213-147-177-210.hdsl.highway.telekom.at [213.147.177.210]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4Bf2Lt0L6Rz3xGH for ; Sat, 29 Aug 2020 18:42:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1598719350; bh=tj0Z2S/jP48frqVnSxzDph3r6T/mQ1bufxzkzILkr4U=; h=From:To:Subject:Date; b=PJXcqv+YNd+75AcywtFcj8ECVTDqMz2ahMEG/3T/MOVRfywGRGZPtuvUG/2fYdFGP YM+MsDGmnYqkxRapUEjq7/b7zWaOJdwOWKm7H7d6eLTBaWRFnRnP+vN4fQpDUqjP24 A6/Zk8o0YmUwsReEazo3DcsduF5jGdlAV0n65BzY= From: Leo Prikler To: guix-patches@gnu.org Subject: [PATCH] gnu: Add libhandy-0.0. Date: Sat, 29 Aug 2020 18:42:22 +0200 Message-Id: <20200829164222.20373-1-leo.prikler@student.tugraz.at> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 Received-SPF: pass client-ip=129.27.2.202; envelope-from=leo.prikler@student.tugraz.at; helo=mailrelay.tugraz.at X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/29 10:25:50 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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: -2.3 (--) As of 355761c2d27fe80ae73b872b8026cb15d8487fd0, packages built against libhandy either fail to build or to run since they require the 0.0.x API. * gnu/packages/gnome.scm (libhandy-0.0): New variable. (gnome-tweaks geary)[inputs]: Use libhandy-0.0 instead of libhandy. * gnu/packages/gnome.scm (chatty)[inputs]: Likewise. --- gnu/packages/gnome.scm | 18 ++++++++++++++++-- gnu/packages/messaging.scm | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 59f827d65d..b92d869c08 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9157,7 +9157,7 @@ existing databases over the internet.") ("gtk+" ,gtk+) ("gobject-introspection" ,gobject-introspection) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) - ("libhandy" ,libhandy) + ("libhandy" ,libhandy-0.0) ("libnotify" ,libnotify) ("libsoup" ,libsoup) ("nautilus" ,nautilus) @@ -10521,6 +10521,20 @@ interfaces for mobile devices using GTK+. It provides responsive GTK+ widgets for usage on small and big screens.") (license license:lgpl2.1+))) +(define-public libhandy-0.0 + (package + (inherit libhandy) + (version "0.0.13") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.gnome.org/GNOME/libhandy") + (commit (string-append "v" version)))) + (file-name (git-file-name "libhandy" version)) + (sha256 + (base32 "1y23k623sjkldfrdiwfarpchg5mg58smcy1pkgnwfwca15wm1ra5")))))) + (define-public libgit2-glib (package (name "libgit2-glib") @@ -10895,7 +10909,7 @@ join_paths\\('build-aux', 'post_install.py'\\)\\)") ("json-glib" ,json-glib) ("libcanberra" ,libcanberra) ("libgee" ,libgee) - ("libhandy" ,libhandy) + ("libhandy" ,libhandy-0.0) ("libpeas" ,libpeas) ("libsecret" ,libsecret) ("libunwind" ,libunwind) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 9dc3e58ef9..8ddced6995 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -2257,7 +2257,7 @@ support for high performance Telegram Bot creation.") ("folks" ,folks) ("libgcrypt" ,libgcrypt) ("libgee" ,libgee) - ("libhandy" ,libhandy) + ("libhandy" ,libhandy-0.0) ("pidgin" ,pidgin) ("purple-mm-sms" ,purple-mm-sms) ("sqlite" ,sqlite))) -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 29 14:51:43 2020 Received: (at 43104-done) by debbugs.gnu.org; 29 Aug 2020 18:51:43 +0000 Received: from localhost ([127.0.0.1]:49143 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kC5x1-0003PJ-2w for submit@debbugs.gnu.org; Sat, 29 Aug 2020 14:51:43 -0400 Received: from wout4-smtp.messagingengine.com ([64.147.123.20]:33505) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kC5wx-0003P4-MV for 43104-done@debbugs.gnu.org; Sat, 29 Aug 2020 14:51:41 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id B75EEA42; Sat, 29 Aug 2020 14:51:33 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Sat, 29 Aug 2020 14:51:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=TGz1ngyruo0Ofpr1FCH2oaz1 S+Kk/2wIXoFCEbBiL40=; b=Q/M0GL6yULYYX4TyovT0cfq17OsohNg+WF+CWErL dkv6l2LlIWqT6byM4bNx5XoNESEvj0N3Xo45ARtOpfzzDF3Q1lOpBemEu9XJbIaY xCanhlMTOLAa17YxAumS3oEC3b8cPvBbb967pyFKGgAtsry02dA6BNJuaCLiCMrJ L58= 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-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=TGz1ng yruo0Ofpr1FCH2oaz1S+Kk/2wIXoFCEbBiL40=; b=CVjL/zBfjTgksrUPKRH2AT +rbiLCS/DkFTF3refsp1QVdskmRSb8NXHG6bFW+ifapceiv0jyQxR4scCt18/Lou b7U7EdasGj7nSpk574815UP7vtykiyeCEEtFeljjmoWmzoqekUcTI7OBsEzgYn5j E7FwlsoruVva0LzxfEyO6zGU7ZUNTU5I6tlublX3kiprqoRbQ84Q3hVrSDysVz1I 4n1Q8HmCACOqZqUDzgsjinFEca23YD49x5oP1RlUMiD/IVA6amR3SWUVAj+JHqj/ 0m4AlLvM17Lk9fx/t/D4iJeCih0kgyyVvd3jXrP8g+pGZEDL/ISmx/NwpwOsfGjA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudefuddgudeftdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcu hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth htvghrnhepueekkedtffdvtddugeejgedtvefhueefiedvjeeitdeigedtveejvdejheff vefgnecukfhppeejfedrudeguddruddvjedrudegieenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (c-73-141-127-146.hsd1.pa.comcast.net [73.141.127.146]) by mail.messagingengine.com (Postfix) with ESMTPA id 9DD9930606E9; Sat, 29 Aug 2020 14:51:32 -0400 (EDT) Date: Sat, 29 Aug 2020 14:51:31 -0400 From: Leo Famulari To: Leo Prikler Subject: Re: [bug#43104] [PATCH] gnu: Add libhandy-0.0. Message-ID: <20200829185131.GA31222@jasmine.lan> References: <20200829164222.20373-1-leo.prikler@student.tugraz.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200829164222.20373-1-leo.prikler@student.tugraz.at> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43104-done Cc: 43104-done@debbugs.gnu.org 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: -1.7 (-) On Sat, Aug 29, 2020 at 06:42:22PM +0200, Leo Prikler wrote: > As of 355761c2d27fe80ae73b872b8026cb15d8487fd0, packages built against > libhandy either fail to build or to run since they require the 0.0.x API. > > * gnu/packages/gnome.scm (libhandy-0.0): New variable. > (gnome-tweaks geary)[inputs]: Use libhandy-0.0 instead of libhandy. > * gnu/packages/gnome.scm (chatty)[inputs]: Likewise. Thanks! Pushed as a790dfe8c466069c2c5942bcedceb924de8a50f2 with a minor tweak in the commit message's comment. From unknown Fri Jun 20 07:15:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 27 Sep 2020 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator