From unknown Mon Jun 23 02:25:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#74163] [PATCH v3 1/3] gnu: appimage: New packages for the appimage runtime. Resent-From: noe@xn--no-cja.eu Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 01 Nov 2024 17:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 74163 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 74163@debbugs.gnu.org Cc: =?UTF-8?Q?No=C3=A9?= Lopez X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1730482409544 (code B ref -1); Fri, 01 Nov 2024 17:34:01 +0000 Received: (at submit) by debbugs.gnu.org; 1 Nov 2024 17:33:29 +0000 Received: from localhost ([127.0.0.1]:50832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6vWa-00008i-Hv for submit@debbugs.gnu.org; Fri, 01 Nov 2024 13:33:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:54416) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6vWW-00008N-Ky for submit@debbugs.gnu.org; Fri, 01 Nov 2024 13:33:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t6vWV-0008DR-RB for guix-patches@gnu.org; Fri, 01 Nov 2024 13:33:24 -0400 Received: from smtp.domeneshop.no ([2a01:5b40:0:3006::1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t6vWT-0000PG-GT for guix-patches@gnu.org; Fri, 01 Nov 2024 13:33:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xn--no-cja.eu; s=ds202402; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:Subject:Cc:To:From:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=8lm4iDohk5UjbwzufNyAFQfO7z7U7+vQhxlAt2Qs8f4=; b=yRl6sLjMFMuimPpELoxaO7i5IN CF/ZAePcYlbUGhv1tOmZ8ezTIpJeSfT8G4opKa50bwWzQVvxTiiiwOBGxm0+qOg0d59pAEMKkj0d8 IE8QgZnOriUp6gmPykueZltKT7+gWXEo97DabB2zCyn0lqNrTMG9WC5WSHqfpsfi+ks+uDHHvl8uV LqK7nbmWMBZL25yE5b6w8Evq2XuRo7BhqxL/d1uZZG15XYL+9kc5tflWQxtwDS3T819eW0QLg2sDu dTqMH9teauXbC1RY45LnYueizbqdkNVjPPmXExko3lWPX39CmjIFBnEP9Fe5KPxNv1BK/ZAE6KSJl 7h9WMO4w==; Received: from [2a01:e0a:990:a960:b4f3:8f44:ec4:5af5] (port=60906 helo=localhost.localdomain) by smtp.domeneshop.no with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1t6vWO-004a05-FU; Fri, 01 Nov 2024 18:33:16 +0100 From: noe@xn--no-cja.eu Date: Fri, 1 Nov 2024 18:34:13 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:5b40:0:3006::1; envelope-from=noe@xn--no-cja.eu; helo=smtp.domeneshop.no X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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 (--) From: Noé Lopez * gnu/packages/appimage.scm (gnu packages appimage): New module. (fuse-for-appimage, squashfuse-for-appimage) (appimage-type2-runtime): New variables. Change-Id: I857a8eb5399a6a493e52db70b6c8cf0c71360930 --- gnu/packages/appimage.scm | 126 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 gnu/packages/appimage.scm diff --git a/gnu/packages/appimage.scm b/gnu/packages/appimage.scm new file mode 100644 index 0000000000..df17be214e --- /dev/null +++ b/gnu/packages/appimage.scm @@ -0,0 +1,126 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2024 Noé Lopez +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages appimage) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (gnu packages base) + #:use-module (gnu packages compression) + #:use-module (gnu packages file-systems) + #:use-module (gnu packages linux) + #:use-module (gnu packages) + #:use-module (guix build-system gnu) + #:use-module (guix download) + #:use-module (guix gexp) + #:use-module (guix git-download) + #:use-module (guix packages) + #:use-module (guix utils)) + +(define fuse-for-appimage + (package + (inherit fuse) + (name "fuse") + (version "3.16.2") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/libfuse/libfuse/releases/" + "download/fuse-" version "/fuse-" version ".tar.gz")) + (sha256 + (base32 "11yfl2w2a445hllyzlakq97n32g06972vxpmh7lpbclnj9fhb5zp")))) + (arguments + (substitute-keyword-arguments (package-arguments fuse) + ((#:configure-flags original-flags #~(list)) + #~(append #$original-flags '("--default-library=static"))))))) + +(define squashfuse-for-appimage + (package + (inherit squashfuse) + (arguments + (list + #:configure-flags + #~'("CFLAGS=-ffunction-sections -fdata-sections -Os -no-pie" + "LDFLAGS=-static") + #:phases + #~(modify-phases %standard-phases + (add-after 'install 'install-private-headers + (lambda _ + (install-file "fuseprivate.h" + (string-append #$output + "/include/squashfuse/"))))))) + (inputs (list fuse-for-appimage + `(,zstd "lib") + `(,zstd "static") + `(,zlib "out") + `(,zlib "static"))))) + +(define-public appimage-type2-runtime + (let ((revision "0") + ;; No releases, just the latest commit. + (commit "47b665594856b4e8928f8932adcf6d13061d8c30")) + (package + (name "appimage-type2-runtime") + (version (git-version "continuous" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/AppImage/type2-runtime") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0954crhlbapxis96g1s0vfpf78ybr64zvjalak387ksxj560g44x")))) + (arguments + (list + #:make-flags + #~(list "-Csrc/runtime" "runtime-fuse3" + (string-append "CFLAGS=" "-I" #$fuse-2 "/include/fuse/" + " -DGIT_COMMIT='\"" "guix-" #$version "\"'" + " -D_FILE_OFFSET_BITS=64" + " -static")) + #:modules + `((guix build gnu-build-system) + (guix build utils) + (ice-9 binary-ports)) + #:phases #~(modify-phases %standard-phases + (delete 'configure) + (delete 'check) ; No tests. + (replace 'install + (lambda _ + (install-file "src/runtime/runtime-fuse3" + (string-append #$output "/bin")))) + ;; Must be after all elf reliant phases. + (add-after 'make-dynamic-linker-cache 'set-magic-bytes + (lambda _ + (let ((port (open (string-append #$output + "/bin/runtime-fuse3") + (logior O_WRONLY)))) + (seek port 8 SEEK_SET) + (put-bytevector port #vu8(#x41 #x49 #x02)) + (close-port port))))) + #:disallowed-references (list squashfuse-for-appimage + fuse-for-appimage zstd zlib))) + ;; Only needed at build time. + (inputs (list squashfuse-for-appimage fuse-for-appimage + `(,zstd "static") + `(,zlib "static"))) + (build-system gnu-build-system) + (home-page "https://github.com/AppImage/type2-runtime") + (synopsis "Runtime for executing AppImages") + (description "The runtime is the executable part of every AppImage, it +mounts the payload via FUSE and executes the entrypoint.") + (license license:expat)))) base-commit: 870b7d69b4b06d01cdf6bfca71bcc161c0b832bf -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 01 13:45:09 2024 Received: (at control) by debbugs.gnu.org; 1 Nov 2024 17:45:09 +0000 Received: from localhost ([127.0.0.1]:50904 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6vht-0000Tl-6r for submit@debbugs.gnu.org; Fri, 01 Nov 2024 13:45:09 -0400 Received: from smtp.domeneshop.no ([194.63.252.55]:52463) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6vhp-0000T7-Sq for control@debbugs.gnu.org; Fri, 01 Nov 2024 13:45:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xn--no-cja.eu; s=ds202402; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:From:Sender:Reply-To:Subject:Date:Message-ID:To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=aaWZeQRk0sd+OLWAjRelARW9K+BxlbsMR+YmHlqJvQc=; b=rdAcoUYtRg/2t2QV8bQo8P9Czw D7rWSBepwSNACmf85unpdIJf7R/K3uxEaJVV54p6R6SuIjznwILNTQmY00qHtrk4tOhtloD0DH9ZZ xdiBx3zafoNjwDMcgccBPm+hjvhnaEjKI65LX1paCOGR3Hsg1ZAJTRT3RiT0M1Jd7NLVIjqXYCRBs gYe9Pxp9D84khmfVhzvetrxjoTXrvkCu0EjaY6QAe6vbYqpr1C7ERBZdc1Y98Se+k/8LcE5/FHSP2 y9bKxdVc5v4027AiSZwKWDtFfF2lyJdiAFLoTIEjjSohcq5YhOHD0q9eIUvI38pPtGL5YmRP+tvk9 xcXCSx9Q==; Received: from [2a01:e0a:990:a960:b4f3:8f44:ec4:5af5] (port=44080 helo=lignux) by smtp.domeneshop.no with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1t6vhj-004ccO-Cx for control@debbugs.gnu.org; Fri, 01 Nov 2024 18:44:59 +0100 From: =?utf-8?Q?No=C3=A9_Lopez?= To: control@debbugs.gnu.org Subject: oopsies Date: Fri, 01 Nov 2024 18:46:04 +0100 Message-ID: <87o72yq23n.fsf@xn--no-cja.eu> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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.0 (-) close 74163 close 74164 close 74165 thanks