[PATCH] Add xstow

  • Done
  • quality assurance status badge
Details
4 participants
  • hendursaga
  • Hendur Saga
  • Ludovic Courtès
  • Christopher Baines
Owner
unassigned
Submitted by
hendursaga
Severity
normal
H
H
hendursaga wrote on 22 Jul 2020 02:09
(address . guix-patches@gnu.org)
81b1d2c0a704095168cc20a615279a65@airmail.cc
Hello!

This is my very first patch, so apologies if I messed anything up.

I do not believe it comes with any bundled software that are already
packaged. It does have an optional dependency of ncurses, for checking
the width of the terminal, though. I'm not sure how to deal with that,
if it needs dealing with.

- Hendursaga
L
L
Ludovic Courtès wrote on 23 Jul 2020 00:09
(address . hendursaga@airmail.cc)(address . 42472@debbugs.gnu.org)
87sgdjfbi0.fsf@gnu.org
Hello!

hendursaga@airmail.cc skribis:

Toggle quote (2 lines)
> This is my very first patch, so apologies if I messed anything up.

You did not mess up with anything… but I think you forgot to attach the
patch. :-)

Thanks in advance, and welcome!

Ludo’.
H
H
Hendur Saga wrote on 26 Jul 2020 04:21
[PATCH] Add xstow
(name . 42472@debbugs.gnu.org)(address . 42472@debbugs.gnu.org)
1870554510.7207173.1595730101662@mail.yahoo.com
I switched email providers; I hope this time the patch will go through.

At present my QEMU setup is buggy, but nckx was able to build it for ARM. Testing on other platforms would be good, as I can't so far.
- Hendursaga
Attachment: file
From 3968b74fe54852613e75ca7228437b9cfc80bd73 Mon Sep 17 00:00:00 2001
From: Hendursaga <hendursaga@yahoo.com>
Date: Sun, 26 Jul 2020 02:11:06 +0000
Subject: [PATCH] Add XStow

---
gnu/packages/package-management.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

Toggle diff (32 lines)
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 68a2e6e203..762fefa4d6 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -620,6 +620,25 @@ letting you install them apart in distinct directories and then create
symlinks to the files in a common directory such as /usr/local.")
(license license:gpl3+)))
+(define-public xstow
+ (package
+ (name "xstow")
+ (version "1.0.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/xstow/xstow-"
+ version ".tar.bz2"))
+ (sha256
+ (base32
+ "1vy6lcswpkixh7h5mvsmq2wbcih6lpsmcva3m7v6f5npllciy13g"))))
+ (build-system gnu-build-system)
+ (synopsis "Replacement of GNU Stow written in C++")
+ (description
+ "XStow is a replacement of GNU Stow written in C++. It supports all features of Stow
+with some extensions.")
+ (home-page "http://xstow.sourceforge.net/")
+ (license license:gpl2)))
+
(define-public rpm
(package
(name "rpm")
--
2.27.0
C
C
Christopher Baines wrote on 31 Oct 2020 22:06
(name . Hendur Saga)(address . hendursaga@yahoo.com)(address . 42472-done@debbugs.gnu.org)
87mu02xfzf.fsf@cbaines.net
Hendur Saga via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (5 lines)
> I switched email providers; I hope this time the patch will go through.
>
> At present my QEMU setup is buggy, but nckx was able to build it for ARM. Testing on other platforms would be good, as I can't so far.
> - Hendursaga

Apologies for the delay, I've gone ahead and pushed this to master as
17bc59898a2e25cd2774e5de8b1cd421dc9ed892.

Thanks!

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+d0dRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xc7wQ//V8yma1uRG2pPTiCECwMrV0jMvvFzeE+m
PZX5KOHAV21Mt7xHLR8+zZMton6F6/LyujkreYArEHED5aO6MflPwKpIO15KHV/3
Z53YmOa41sBuhYluI2Ckt5Oe7gnfoJXxio2BT7vYSVH5RbCUmrPD35g0Egm2s4+6
s9RGBwHb4iboP2LTJ/dY4+r7PnWVCnUd3qWn8RlroPRURppqQ0DgXPVFnlsCe9p8
Yvld1OLht9pFSVn4wq0bXxo8nKD1B+8TlnzNMoB5gyH+OQ561AzNR64z8NZtcliQ
aX0ysrh8slQDm625dKA0w1YEMcCVVhu8ldXQ4G1F8Q987386dbFmoxh4ZcR924oQ
DBQo5n1JUI9VVzFJckiMb0/3fINO4/5UHiLdCmC1O3S4NqSJ7DbgB+1pQcT892sH
VG0e6AMzfJeh9dIAgpVuiwMXGg5Q3jxkegpGCKFjnVOOsY+Oo0awzbPaY7o/AQrQ
LrmqEU3sYA46db7GJLZbCNxQZHXmnKhQ17sq9fBL0m3JPUh0j8vH3pMXFJTgVQq1
MfvfQgCiOVeOLlduPO29/FuY4cSPG+4j6HBq0CI7K0BiI1shY4KNQT63iqHzKywf
i+Ez0xG0E+f4H8G+8ocDnjTK6bWNepW8xW8/nGU6TS6YLTK/Cf+YO8i2yCkKcCr4
KY+bkuU5XFg=
=QdqE
-----END PGP SIGNATURE-----

Closed
?