[PATCH] gnu: emacs-ggtags: Update to 0.9.0-0.4e3630c.

  • Done
  • quality assurance status badge
Details
2 participants
  • Cayetano Santos
  • Ludovic Courtès
Owner
unassigned
Submitted by
Cayetano Santos
Severity
normal

Debbugs page

Cayetano Santos wrote 1 years ago
(address . guix-patches@gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
e88472cea88a10a839dc1f10387262eeb4ccb820.1704042348.git.csantosb@inventati.org
* gnu/packages/emacs-xyz.scm (emacs-ggtags): Update to 0.9.0-0.4e3630c.

Signed-off-by: Cayetano Santos <csantosb@inventati.org>
---
gnu/packages/emacs-xyz.scm | 58 ++++++++++++++++++++------------------
1 file changed, 31 insertions(+), 27 deletions(-)

Toggle diff (80 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6bec2bca46..4e6cc15286 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4947,32 +4947,36 @@ (define-public emacs-xcscope
(license license:gpl2+))))
(define-public emacs-ggtags
- (package
- (name "emacs-ggtags")
- (version "0.9.0")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://elpa.gnu.org/packages/ggtags-"
- version ".tar"))
- (sha256
- (base32
- "0p79x9g94jynl83ndvqp9349vhgkzxzhnc517r8hn44iqxqf6ghg"))))
- (build-system emacs-build-system)
- (inputs
- (list global))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'configure
- (lambda* (#:key inputs #:allow-other-keys)
- (chmod "ggtags.el" #o644)
- (emacs-substitute-variables "ggtags.el"
- ("ggtags-executable-directory"
- (dirname (search-input-file inputs "bin/global")))))))))
- (home-page "https://github.com/leoliu/ggtags")
- (synopsis "Frontend to the GNU Global source code tagging system")
- (description "@code{ggtags} provides a frontend to the GNU Global source
+ (let ((commit "4e3630c30fb836872b5d8f2ae3e5d5ae003365d8")
+ (revision "0"))
+ (package
+ (name "emacs-ggtags")
+ (version (git-version "0.9.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/leoliu/ggtags")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1mgdli2kvsg3y6ynsl6547cwwg9f2q0s1cv4b74slpcvq5n1kb90"))))
+ (build-system emacs-build-system)
+ (inputs
+ (list global))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'configure
+ (lambda* (#:key inputs #:allow-other-keys)
+ (chmod "ggtags.el" #o644)
+ (emacs-substitute-variables "ggtags.el"
+ ("ggtags-executable-directory"
+ (dirname (search-input-file inputs "bin/global")))))))))
+ (home-page "https://github.com/leoliu/ggtags")
+ (synopsis "Frontend to the GNU Global source code tagging system")
+ (description "@code{ggtags} provides a frontend to the GNU Global source
code tagging system.
Features:
@@ -5000,7 +5004,7 @@ (define-public emacs-ggtags
@item Support eldoc.
@item Search @code{GTAGSLIBPATH} for references and symbols.
@end itemize\n")
- (license license:gpl3+)))
+ (license license:gpl3+))))
(define-public emacs-go-mode
;; XXX: Upstream did not tag last release. The commit below matches version

base-commit: f24b14767d362a84e6469682b4fe303b50f4b589
--
2.41.0
Cayetano Santos wrote 4 months ago
Control message for bug #68812
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)(address . 68182@debbugs.gnu.org)
87cyirpkr4.fsf@inventati.org
user guix
usertag 68182 + patch-hackers-review-list
thanks

--
Cayetano Santos
Ludovic Courtès wrote 2 months ago
Re: [bug#68182] [PATCH] gnu: emacs-ggtags: Update to 0.9.0-0.4e3630c.
(name . Cayetano Santos)(address . csantosb@inventati.org)(address . 68182-done@debbugs.gnu.org)
87y0z7steu.fsf@gnu.org
Cayetano Santos <csantosb@inventati.org> skribis:

Toggle quote (4 lines)
> * gnu/packages/emacs-xyz.scm (emacs-ggtags): Update to 0.9.0-0.4e3630c.
>
> Signed-off-by: Cayetano Santos <csantosb@inventati.org>

Applied at long last, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68182@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68182
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help