From unknown Sun Jun 22 08:00:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#63080] [PATCH] gnu: stalonetray: Update to 0.8.5. Resent-From: kiasoc5 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 Apr 2023 00:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 63080 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63080@debbugs.gnu.org Cc: kiasoc5 , Raimon Grau , Efraim Flashner X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1682467973326 (code B ref -1); Wed, 26 Apr 2023 00:13:01 +0000 Received: (at submit) by debbugs.gnu.org; 26 Apr 2023 00:12:53 +0000 Received: from localhost ([127.0.0.1]:53802 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prSmC-00005B-Jh for submit@debbugs.gnu.org; Tue, 25 Apr 2023 20:12:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:49880) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prSmA-000053-5r for submit@debbugs.gnu.org; Tue, 25 Apr 2023 20:12:50 -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 1prSm8-00023C-D1 for guix-patches@gnu.org; Tue, 25 Apr 2023 20:12:50 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prSm5-0000oC-ML for guix-patches@gnu.org; Tue, 25 Apr 2023 20:12:48 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id BCDB0402D3; Wed, 26 Apr 2023 02:12:41 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XaNX79pLLvKB; Wed, 26 Apr 2023 02:12:40 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1682467960; bh=XnJP2Km6L7d/fIeM04FtPpjPPvDKSxOcwZ18BF8hkeY=; h=From:To:Cc:Subject:Date; b=DX36N4QNVFbhpIwXGzAYsGROxe2l4RJ8oZKnhyoqgzy2E9IUALtGZTbbhMOoUP7xp n1+kO+/FOFC4XiCAuJtJSWovardzRAU9YxZuS79M1s4gMkZewKtCjEokQYgWFTByc/ vB3jjcWHITpDdJjxQDaKt1Bk0VdlQguULMMkthyJGh11SuNk6yueghHGfh2ccGnNtU 2WiS47o6r3gQs8GZSwg/41BQhcqhG+4jXLHZ3wellwJyg+U3x8jywvOzagz7tVfBMt H2+vIpGTRH2ko1bo0QDeR4mWL0AZ3otcMHReot4xOlypBIWEJ4PlN6BeVf7WNPlT7x I1HacZDP5sk6w== Date: Tue, 25 Apr 2023 20:11:52 -0400 Message-Id: <20230426001152.71300-1-kiasoc5@disroot.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.org 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_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) The last update for stalonetray.scm was in 2016, and it only contains stalonetray. Could it be moved to xdisorg.scm? * (stalonetray): Update to 0.8.5. [source]: Switch to git reference from GitHub. [arguments](phases): add phase to fix docbook root. [inputs]: Add libxpm. [native-inputs]: Add autoconf, autoconf, automake, libxslt, docbook-xsl. [homepage]: Update. --- gnu/packages/stalonetray.scm | 38 +++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/gnu/packages/stalonetray.scm b/gnu/packages/stalonetray.scm index 65732313fe..37b5cdaae3 100644 --- a/gnu/packages/stalonetray.scm +++ b/gnu/packages/stalonetray.scm @@ -18,28 +18,48 @@ ;;; along with GNU Guix. If not, see . (define-module (gnu packages stalonetray) + #:use-module (guix gexp) #:use-module (guix packages) - #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix build-system gnu) #:use-module ((guix licenses) #:select (gpl2+)) + #:use-module (gnu packages autotools) + #:use-module (gnu packages docbook) + #:use-module (gnu packages xml) #:use-module (gnu packages xorg)) (define-public stalonetray (package (name "stalonetray") - (version "0.8.3") + (version "0.8.5") (source (origin - (method url-fetch) + (method git-fetch) (uri - (string-append "mirror://sourceforge/stalonetray/stalonetray/stalonetray-" - version "/stalonetray-" version ".tar.bz2")) + (git-reference + (url "https://github.com/kolbusa/stalonetray") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 - (base32 - "0k7xnpdb6dvx25d67v0crlr32cdnzykdsi9j889njiididc8lm1n")))) - (inputs (list libx11)) + (base32 + "074wy1xppfycillbxq6fwrq87ik9glc95083df5vgm20mhzni7pz")))) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-docbook-root + (lambda _ + (substitute* "configure.ac" + (("AC_SUBST\\(DOCBOOK_ROOT\\)" all) + (string-append "DOCBOOK_ROOT=" + #$(this-package-native-input "docbook-xsl") + "/xml/xsl/docbook-xsl-" + #$(package-version (this-package-native-input "docbook-xsl")) + "; " all)))))))) + (inputs (list libx11 libxpm)) + (native-inputs (list autoconf automake libxslt docbook-xsl)) (build-system gnu-build-system) - (home-page "https://stalonetray.sourceforge.net") + (home-page "https://kolbusa.github.io/stalonetray") (synopsis "Standalone freedesktop.org and KDE systray implementation") (description "Stalonetray is a stand-alone freedesktop.org and KDE system base-commit: 8093c6ba21c51efe901ba98ce698c545bf13dcd0 -- 2.40.0 From unknown Sun Jun 22 08:00:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#63080] [PATCH] gnu: stalonetray: Update to 0.8.5. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 01 May 2023 14:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63080 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: kiasoc5 Cc: raimonster@gmail.com, 63080@debbugs.gnu.org X-Debbugs-Original-Cc: Raimon Grau , guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.168295054811630 (code B ref -1); Mon, 01 May 2023 14:16:02 +0000 Received: (at submit) by debbugs.gnu.org; 1 May 2023 14:15:48 +0000 Received: from localhost ([127.0.0.1]:40795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ptUJf-00031W-Js for submit@debbugs.gnu.org; Mon, 01 May 2023 10:15:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:49762) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ptUJc-00031L-Hw for submit@debbugs.gnu.org; Mon, 01 May 2023 10:15:46 -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 1ptUJU-0006U5-KS for guix-patches@gnu.org; Mon, 01 May 2023 10:15:40 -0400 Received: from mail-wr1-x430.google.com ([2a00:1450:4864:20::430]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ptUJP-000130-CK for guix-patches@gnu.org; Mon, 01 May 2023 10:15:35 -0400 Received: by mail-wr1-x430.google.com with SMTP id ffacd0b85a97d-2fe3fb8e25fso1466623f8f.0 for ; Mon, 01 May 2023 07:15:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1682950529; x=1685542529; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=2kQreslGFllKFqLh0vfbMfao4cRlEqpAqaM+sdKy2RI=; b=c/jmaM5lkZJmYSKeKV67eGO5xJnSw3cD112ivk4ONtqI/Eo8+Ww4Bsg9Y4h+Z/WAHb NSXQZSmaNOarEhPRzJCF9BOU0IH+4hBpA7rLY8vTZdrsnk7xZMchm/H4AGM/YT02WDzl HdoUh21VwHG256s2wNuePnkex9/3I+6wf1r5YSUN060re6zkX9z//nsnqwd1w+DDnYIw ZxYqCj72IsKezUlWXlwme+NkdoK6qLcgPTIh0FyvW0SLkmbgg8/zZ+2os42bYMW2v3iT YgBFJu0IYAV06nzLQUFWP4f+o7nu/Q+vib8e87tVKI/nW5zU9FDOuV+sEWk8jUi011Fy 0VGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682950529; x=1685542529; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=2kQreslGFllKFqLh0vfbMfao4cRlEqpAqaM+sdKy2RI=; b=JPJJP9HmcYOSRnA/qMwygRBnmSXIbB823ai5nuonv2eYV0VlEOkD5FbcCh3XPDVFKm YhwvyJFCS7VBCtErvtCF8Fh/Hp3p/RB8AOvcXCS00TpTGxb60tqCtLn6iolzIM5VXWP9 HYh2X37RG24i0gL9Q8n7TLd0m8q/FtfQ4RYU4ETTA7Mb+oocnzEJ9j39+Rn+r8qFDXam Nu6SPjPSu2/6Sm94B4hpkSasy/5xuvpLioYU/5m4KItiIDlDL9BGlf4z6Ev/+wpeyT3X IvN62GVGMjExca9x9evZ6AGrSToJXBayjC0gOTfekXXiEduXBXm0Ejqlq1L0RNJntbwL /OpA== X-Gm-Message-State: AC+VfDzSS5d3tSAIDh5Fteo2RO8nb2Pf2yWyhL4w2GVRnwBhaCYBdbOd NPtvynKWKECRHx4yT+IlItA= X-Google-Smtp-Source: ACHHUZ6tdPQGyTyfmSgiq+EIkUmI1QV6Up3abC9JwX1ZclRJYtjngX3tAf5sC9LOIwL4YAuiSEEkHg== X-Received: by 2002:a05:6000:1d1:b0:306:20eb:bedd with SMTP id t17-20020a05600001d100b0030620ebbeddmr4429307wrx.51.1682950528971; Mon, 01 May 2023 07:15:28 -0700 (PDT) Received: from localhost ([2a02:ed3:910:2a00:b62e:99ff:fef0:7bc0]) by smtp.gmail.com with ESMTPSA id z18-20020adfe552000000b002f3e1122c1asm28421614wrm.15.2023.05.01.07.15.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 May 2023 07:15:28 -0700 (PDT) Date: Mon, 1 May 2023 17:15:27 +0300 From: Efraim Flashner Message-ID: Mail-Followup-To: kiasoc5 , guix-patches@gnu.org, Raimon Grau References: <20230426001152.71300-1-kiasoc5@disroot.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="1q5daIJwxMqOXbpv" Content-Disposition: inline In-Reply-To: <20230426001152.71300-1-kiasoc5@disroot.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Received-SPF: pass client-ip=2a00:1450:4864:20::430; envelope-from=efraim.flashner@gmail.com; helo=mail-wr1-x430.google.com X-Spam_score_int: -14 X-Spam_score: -1.5 X-Spam_bar: - X-Spam_report: (-1.5 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) 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.1 (--) --1q5daIJwxMqOXbpv Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 25, 2023 at 08:11:52PM -0400, kiasoc5 wrote: > The last update for stalonetray.scm was in 2016, and it only contains sta= lonetray. Could it be moved to xdisorg.scm? That's fine with me. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --1q5daIJwxMqOXbpv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmRPyXwACgkQQarn3Mo9 g1Gh8A/6A9u1mQbzyEkN2gq+MJxeZ+mmbE0t/8l/evK0ELrlupqhjXDS7H9AMZnQ O6r+MwlITfvD/oYuhj0I33iZgS3k0kFvnswQ+lh8u7sEZu/35qUSTa+h/ObI9xFH WCYKwLppwEtc230XH5Z9Bt7IzWFoK8JFN1+i7Sj+evnXtsrxwiD08vBXmOH1icMr H9FXr22eSFrOuCHTxCfqzkPnbQn/wvTzP+RV/oSKCNCX5IRAiP3Q/BmbUWUejhX9 ZvdMk1B/sH3tS6yeoiD8PoEKZ8x/q0ed40jr3Jxso7KOwlpAa9sGtNsOq02yqT4w bupJRNY1VaCgQscp+lBwtzG9c6XoGKu9Nn3D+q914EtSSBbzaTNUP2Yl9KU6LVQ/ gvJiQIVHuPXW9v9B63WhmoxlvPXRN060X1CBQmCA4ypQG9TP743v4FN85uZ95NKy YLXm7a58tLIwV8mASAAMf0xqdetmmzZVupXQzeAwnVVn68M//XvDQMzrycKUECWJ /Vn1+ln4vkU4QoFaT4g5cdv2P1K2wZ/7WLfW5N1+S/f9TRAVZXhRRrKlaEa/OHSh zQlAoeoeRLftWo7N+CWmH/09E0tJx28pG0dP0tD1fTB6URw0QprQhYLtwhNdSvjt H9+Z5W2kUkul3fPSk0nwG7m42uEbSJETIvTAVWcW2LUrDO9vNZU= =zq94 -----END PGP SIGNATURE----- --1q5daIJwxMqOXbpv-- From unknown Sun Jun 22 08:00:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#63080] [PATCH] * gnu: Move stalonetray to (gnu packages xdisorg). References: <20230426001152.71300-1-kiasoc5@disroot.org> In-Reply-To: <20230426001152.71300-1-kiasoc5@disroot.org> Resent-From: kiasoc5 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 05 Jun 2023 23:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63080 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63080@debbugs.gnu.org Cc: kiasoc5 Received: via spool by 63080-submit@debbugs.gnu.org id=B63080.168600712226435 (code B ref 63080); Mon, 05 Jun 2023 23:19:02 +0000 Received: (at 63080) by debbugs.gnu.org; 5 Jun 2023 23:18:42 +0000 Received: from localhost ([127.0.0.1]:50505 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q6JTF-0006sG-KV for submit@debbugs.gnu.org; Mon, 05 Jun 2023 19:18:42 -0400 Received: from knopi.disroot.org ([178.21.23.139]:60348) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q6JTC-0006s1-C3 for 63080@debbugs.gnu.org; Mon, 05 Jun 2023 19:18:40 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 5986640623; Tue, 6 Jun 2023 01:18:33 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gf2bgvKtSq1X; Tue, 6 Jun 2023 01:18:31 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1686007111; bh=g7/cCYmLBTJKMD5dXmAquxrgnd0bK49drMYQU8l9Id4=; h=From:To:Cc:Subject:Date; b=Ryb8xmsM32O9vSxQyXY5AXexrDeme18aCulIP3zsyANq9KaCziza4lVL0hf0ADoe8 Mk0Q8vP4Q/UqvRXyBWP/zZu3NaCPPdSz/Kka5Ey8q2vHcP0vLWoYYItJfH0Jnj7wIf DGkk13QBrOZb3OaUeQL9erMwH74FLqvNLHiDES9+yl3egP8H3xtfipONGUCzUyDBAC va8FAEA0IoqLh3R2PiCItLa3QkR/2X2jRUQA9tK2VEH0kvA24a+RGQv1qYea3+q1pM INKTGIpJk48hoDcYEsF1IT2bunjbg9yXFOrk3xX9Zbybm0ghEerzURyRRclCatkN4O amxxT+9hMa7ug== Date: Mon, 5 Jun 2023 19:18:20 -0400 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: -1.0 (-) See . * gnu/packages/stalonetray.scm (stalonetray): Move from here… * gnu/packages/xdisorg.scm (stalonetray): …to here. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. --- gnu/local.mk | 1 - gnu/packages/stalonetray.scm | 69 ------------------------------------ gnu/packages/xdisorg.scm | 41 +++++++++++++++++++++ 3 files changed, 41 insertions(+), 70 deletions(-) delete mode 100644 gnu/packages/stalonetray.scm diff --git a/gnu/local.mk b/gnu/local.mk index f9afb433e6..69b7d511a0 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -586,7 +586,6 @@ GNU_SYSTEM_MODULES = \ %D%/packages/squirrel.scm \ %D%/packages/ssh.scm \ %D%/packages/sssd.scm \ - %D%/packages/stalonetray.scm \ %D%/packages/statistics.scm \ %D%/packages/stb.scm \ %D%/packages/stenography.scm \ diff --git a/gnu/packages/stalonetray.scm b/gnu/packages/stalonetray.scm deleted file mode 100644 index a9d842a99e..0000000000 --- a/gnu/packages/stalonetray.scm +++ /dev/null @@ -1,69 +0,0 @@ -;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2014 Raimon Grau -;;; Copyright © 2016 Efraim Flashner -;;; -;;; 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 stalonetray) - #:use-module (guix gexp) - #:use-module (guix packages) - #:use-module (guix git-download) - #:use-module (guix build-system gnu) - #:use-module ((guix licenses) #:select (gpl2+)) - #:use-module (gnu packages autotools) - #:use-module (gnu packages docbook) - #:use-module (gnu packages xml) - #:use-module (gnu packages xorg)) - -(define-public stalonetray - (package - (name "stalonetray") - (version "0.8.5") - (source - (origin - (method git-fetch) - (uri - (git-reference - (url "https://github.com/kolbusa/stalonetray") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "074wy1xppfycillbxq6fwrq87ik9glc95083df5vgm20mhzni7pz")))) - (arguments - (list - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-docbook-root - (lambda _ - (substitute* "configure.ac" - (("AC_SUBST\\(DOCBOOK_ROOT\\)" all) - (string-append "DOCBOOK_ROOT=" - #$(this-package-native-input "docbook-xsl") - "/xml/xsl/docbook-xsl-" - #$(package-version (this-package-native-input "docbook-xsl")) - "; " all)))))))) - (inputs (list libx11 libxpm)) - (native-inputs (list autoconf automake docbook-xsl libxslt)) - (build-system gnu-build-system) - (home-page "https://kolbusa.github.io/stalonetray") - (synopsis "Standalone freedesktop.org and KDE systray implementation") - (description - "Stalonetray is a stand-alone freedesktop.org and KDE system -tray (notification area) for X Window System/X11 (e.g. X.Org or XFree86). It -has full XEMBED support and minimal dependencies: an X11 lib only. Stalonetray -works with virtually any EWMH-compliant window manager.") - (license gpl2+))) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index b8671d1cf6..615ac32aa0 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -102,6 +102,7 @@ (define-module (gnu packages xdisorg) #:use-module (gnu packages compression) #:use-module (gnu packages cpp) #:use-module (gnu packages datastructures) + #:use-module (gnu packages docbook) #:use-module (gnu packages documentation) #:use-module (gnu packages flex) #:use-module (gnu packages fontutils) @@ -2002,6 +2003,46 @@ (define-public tint2 actions, a built-in clock, a battery monitor and a system tray.") (license license:gpl2))) +(define-public stalonetray + (package + (name "stalonetray") + (version "0.8.5") + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/kolbusa/stalonetray") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "074wy1xppfycillbxq6fwrq87ik9glc95083df5vgm20mhzni7pz")))) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-docbook-root + (lambda _ + (substitute* "configure.ac" + (("AC_SUBST\\(DOCBOOK_ROOT\\)" all) + (string-append "DOCBOOK_ROOT=" + #$(this-package-native-input "docbook-xsl") + "/xml/xsl/docbook-xsl-" + #$(package-version (this-package-native-input "docbook-xsl")) + "; " all)))))))) + (inputs (list libx11 libxpm)) + (native-inputs (list autoconf automake docbook-xsl libxslt)) + (build-system gnu-build-system) + (home-page "https://kolbusa.github.io/stalonetray") + (synopsis "Standalone freedesktop.org and KDE systray implementation") + (description + "Stalonetray is a stand-alone freedesktop.org and KDE system +tray (notification area) for X Window System/X11 (e.g. X.Org or XFree86). It +has full XEMBED support and minimal dependencies: an X11 lib only. Stalonetray +works with virtually any EWMH-compliant window manager.") + (license license:gpl2+))) + (define-public tofi (package (name "tofi") base-commit: f598f5b870462afbb5a5770c1b16071bca63fc52 prerequisite-patch-id: 45ae29dd8297f83231b66d1fc3f357b903f7a080 -- 2.40.1 From unknown Sun Jun 22 08:00:15 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: kiasoc5 Subject: bug#63080: closed (Re: bug#63080: [PATCH] gnu: stalonetray: Update to 0.8.5.) Message-ID: References: <87wmxw6lv3.fsf@gnu.org> <20230426001152.71300-1-kiasoc5@disroot.org> X-Gnu-PR-Message: they-closed 63080 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 63080@debbugs.gnu.org Date: Tue, 15 Aug 2023 21:24:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1692134642-4629-1" This is a multi-part message in MIME format... ------------=_1692134642-4629-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #63080: [PATCH] gnu: stalonetray: Update to 0.8.5. 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 63080@debbugs.gnu.org. --=20 63080: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D63080 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1692134642-4629-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 63080-done) by debbugs.gnu.org; 15 Aug 2023 21:23:45 +0000 Received: from localhost ([127.0.0.1]:36947 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qW1Vw-0001CA-SQ for submit@debbugs.gnu.org; Tue, 15 Aug 2023 17:23:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qW1Vt-0001Bv-Un for 63080-done@debbugs.gnu.org; Tue, 15 Aug 2023 17:23:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qW1Vm-00036S-RI; Tue, 15 Aug 2023 17:23:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=bD2z/6og793uOXYi3Mc6w4ckUoniFJGtY1xhThz8kYg=; b=KiAL3e9iPBkTQsK68uZ2 14jxFuDGl1sh64MZYkl7My63WJfEnOwHkmjAD42SYCP1tIfMIZeFafbUMkK9CPE/213I2oK1iZxPx ZG9A2p3pAYVko6z8oEcakJKvneKXtxVOwrWy1+PK6Ek6yUHeb0YAmFm9sPVuUlH3l8iZBJvbbuVQ4 o7Pwd0ndoyaGWgVRvtJRZGXI/74+XJM6vEbH5jL3HJfQGdvbZvBI0S2ZAMOj/iaAQK2ZuK6FFtY7A +Oq7YduM20bugOKB84TLTkyoz4KPf08TKWdGN/0nmYXjCJzZeJagLAssZHhybGwFkLfuQnrrc2w5p TXCzjnJTNBW69w==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: kiasoc5 Subject: Re: bug#63080: [PATCH] gnu: stalonetray: Update to 0.8.5. References: <20230426001152.71300-1-kiasoc5@disroot.org> Date: Tue, 15 Aug 2023 23:23:28 +0200 In-Reply-To: <20230426001152.71300-1-kiasoc5@disroot.org> (kiasoc5@disroot.org's message of "Tue, 25 Apr 2023 20:11:52 -0400") Message-ID: <87wmxw6lv3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63080-done Cc: Raimon Grau , 63080-done@debbugs.gnu.org, Efraim Flashner 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: -3.3 (---) Hi, kiasoc5 skribis: > The last update for stalonetray.scm was in 2016, and it only contains sta= lonetray. Could it be moved to xdisorg.scm? > > * (stalonetray): Update to 0.8.5. > [source]: Switch to git reference from GitHub. > [arguments](phases): add phase to fix docbook root. > [inputs]: Add libxpm. > [native-inputs]: Add autoconf, autoconf, automake, libxslt, docbook-xsl. > [homepage]: Update. [...] > See . > > * gnu/packages/stalonetray.scm (stalonetray): Move from here=E2=80=A6 > * gnu/packages/xdisorg.scm (stalonetray): =E2=80=A6to here. > * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. Finally applied, thanks! Ludo=E2=80=99. ------------=_1692134642-4629-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Apr 2023 00:12:53 +0000 Received: from localhost ([127.0.0.1]:53802 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prSmC-00005B-Jh for submit@debbugs.gnu.org; Tue, 25 Apr 2023 20:12:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:49880) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prSmA-000053-5r for submit@debbugs.gnu.org; Tue, 25 Apr 2023 20:12:50 -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 1prSm8-00023C-D1 for guix-patches@gnu.org; Tue, 25 Apr 2023 20:12:50 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prSm5-0000oC-ML for guix-patches@gnu.org; Tue, 25 Apr 2023 20:12:48 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id BCDB0402D3; Wed, 26 Apr 2023 02:12:41 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XaNX79pLLvKB; Wed, 26 Apr 2023 02:12:40 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1682467960; bh=XnJP2Km6L7d/fIeM04FtPpjPPvDKSxOcwZ18BF8hkeY=; h=From:To:Cc:Subject:Date; b=DX36N4QNVFbhpIwXGzAYsGROxe2l4RJ8oZKnhyoqgzy2E9IUALtGZTbbhMOoUP7xp n1+kO+/FOFC4XiCAuJtJSWovardzRAU9YxZuS79M1s4gMkZewKtCjEokQYgWFTByc/ vB3jjcWHITpDdJjxQDaKt1Bk0VdlQguULMMkthyJGh11SuNk6yueghHGfh2ccGnNtU 2WiS47o6r3gQs8GZSwg/41BQhcqhG+4jXLHZ3wellwJyg+U3x8jywvOzagz7tVfBMt H2+vIpGTRH2ko1bo0QDeR4mWL0AZ3otcMHReot4xOlypBIWEJ4PlN6BeVf7WNPlT7x I1HacZDP5sk6w== To: guix-patches@gnu.org Subject: [PATCH] gnu: stalonetray: Update to 0.8.5. Date: Tue, 25 Apr 2023 20:11:52 -0400 Message-Id: <20230426001152.71300-1-kiasoc5@disroot.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.org 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_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: kiasoc5 , Raimon Grau , Efraim Flashner 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.4 (--) The last update for stalonetray.scm was in 2016, and it only contains stalonetray. Could it be moved to xdisorg.scm? * (stalonetray): Update to 0.8.5. [source]: Switch to git reference from GitHub. [arguments](phases): add phase to fix docbook root. [inputs]: Add libxpm. [native-inputs]: Add autoconf, autoconf, automake, libxslt, docbook-xsl. [homepage]: Update. --- gnu/packages/stalonetray.scm | 38 +++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/gnu/packages/stalonetray.scm b/gnu/packages/stalonetray.scm index 65732313fe..37b5cdaae3 100644 --- a/gnu/packages/stalonetray.scm +++ b/gnu/packages/stalonetray.scm @@ -18,28 +18,48 @@ ;;; along with GNU Guix. If not, see . (define-module (gnu packages stalonetray) + #:use-module (guix gexp) #:use-module (guix packages) - #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix build-system gnu) #:use-module ((guix licenses) #:select (gpl2+)) + #:use-module (gnu packages autotools) + #:use-module (gnu packages docbook) + #:use-module (gnu packages xml) #:use-module (gnu packages xorg)) (define-public stalonetray (package (name "stalonetray") - (version "0.8.3") + (version "0.8.5") (source (origin - (method url-fetch) + (method git-fetch) (uri - (string-append "mirror://sourceforge/stalonetray/stalonetray/stalonetray-" - version "/stalonetray-" version ".tar.bz2")) + (git-reference + (url "https://github.com/kolbusa/stalonetray") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 - (base32 - "0k7xnpdb6dvx25d67v0crlr32cdnzykdsi9j889njiididc8lm1n")))) - (inputs (list libx11)) + (base32 + "074wy1xppfycillbxq6fwrq87ik9glc95083df5vgm20mhzni7pz")))) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-docbook-root + (lambda _ + (substitute* "configure.ac" + (("AC_SUBST\\(DOCBOOK_ROOT\\)" all) + (string-append "DOCBOOK_ROOT=" + #$(this-package-native-input "docbook-xsl") + "/xml/xsl/docbook-xsl-" + #$(package-version (this-package-native-input "docbook-xsl")) + "; " all)))))))) + (inputs (list libx11 libxpm)) + (native-inputs (list autoconf automake libxslt docbook-xsl)) (build-system gnu-build-system) - (home-page "https://stalonetray.sourceforge.net") + (home-page "https://kolbusa.github.io/stalonetray") (synopsis "Standalone freedesktop.org and KDE systray implementation") (description "Stalonetray is a stand-alone freedesktop.org and KDE system base-commit: 8093c6ba21c51efe901ba98ce698c545bf13dcd0 -- 2.40.0 ------------=_1692134642-4629-1--