GNU bug report logs - #76939
[PATCH] gnu: gambas: Update to 3.20.2.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Tue, 11 Mar 2025 11:41:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76939 in the body.
You can then email your comments to 76939 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76939; Package guix-patches. (Tue, 11 Mar 2025 11:41:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to iyzsong <at> envs.net:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 11 Mar 2025 11:41:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: gambas: Update to 3.20.2.
Date: Tue, 11 Mar 2025 19:43:28 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/gambas.scm (gambas): Update to 3.20.2.
[source]: Remove snippet.
[arguments]: Fix install-desktop-file phase.

Change-Id: I38884d0d0fc16d7ebcf97de9ab17e316251f11dc
---
 gnu/packages/gambas.scm | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/gambas.scm b/gnu/packages/gambas.scm
index caa5d0b31d..76a8b0cc9e 100644
--- a/gnu/packages/gambas.scm
+++ b/gnu/packages/gambas.scm
@@ -55,7 +55,7 @@ (define-module (gnu packages gambas)
 (define-public gambas
   (package
     (name "gambas")
-    (version "3.20.1")
+    (version "3.20.2")
     (source
      (origin
        (method git-fetch)
@@ -64,13 +64,7 @@ (define-public gambas
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fw3nark7vaw4vbmdvaaqb0an4838k0hhwwvc3dqd7f2033d41xq"))
-       (modules '((guix build utils)))
-       (snippet
-        ;; Fix desktop file creation, upstream commit bbaa7b40.
-        '(substitute* "comp/src/gb.gui.base/.src/_Gui.class"
-           (("If sDir Begins [(]User\\.Home & \"/\"[)]" all)
-            (string-append all " And If Access(sDir, gb.Write)"))))))
+        (base32 "060f8w19jf78mappqgy11873ss3h97gi47ga3c1ws1bazix9x7rk"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -122,10 +116,8 @@ (define-public gambas
               (let* ((out (assoc-ref outputs "out"))
                      (appdir (string-append out "/share/applications"))
                      (icondir (string-append out "/share/pixmaps")))
-                (install-file "app/desktop/gambas3.desktop"
-                              (string-append appdir "/gambas3.desktop"))
-                (install-file "app/desktop/gambas3.png"
-                              (string-append icondir "/gambas3.png"))))))))
+                (install-file "app/desktop/gambas3.desktop" appdir)
+                (install-file "app/desktop/gambas3.png" icondir)))))))
     (native-inputs
      (list autoconf
            automake

base-commit: 7b9cd0b4293041fdbfa065b019cea589cc316060
-- 
2.48.1





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Sat, 15 Mar 2025 10:33:02 GMT) Full text and rfc822 format available.

Notification sent to iyzsong <at> envs.net:
bug acknowledged by developer. (Sat, 15 Mar 2025 10:33:02 GMT) Full text and rfc822 format available.

Message #10 received at 76939-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: 76939-done <at> debbugs.gnu.org
Subject: Re: [bug#76939] [PATCH] gnu: gambas: Update to 3.20.2.
Date: Sat, 15 Mar 2025 18:36:46 +0800
Pushed, close.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 12 Apr 2025 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 70 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.