unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hendur Saga via Guix-patches via <guix-patches@gnu.org>
To: "42472@debbugs.gnu.org" <42472@debbugs.gnu.org>
Subject: [bug#42472] [PATCH] Add xstow
Date: Sun, 26 Jul 2020 02:21:41 +0000 (UTC)	[thread overview]
Message-ID: <1870554510.7207173.1595730101662@mail.yahoo.com> (raw)
In-Reply-To: <81b1d2c0a704095168cc20a615279a65@airmail.cc>


[-- Attachment #1.1: Type: text/plain, Size: 220 bytes --]

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 #1.2: Type: text/html, Size: 631 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Add-XStow.patch --]
[-- Type: text/x-patch, Size: 1431 bytes --]

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(+)

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


  parent reply	other threads:[~2020-07-26  5:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1870554510.7207173.1595730101662.ref@mail.yahoo.com>
2020-07-22  0:09 ` [bug#42472] [PATCH] Add xstow hendursaga
2020-07-22 22:09   ` Ludovic Courtès
2020-07-26  2:21   ` Hendur Saga via Guix-patches via [this message]
2020-10-31 21:06     ` bug#42472: " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1870554510.7207173.1595730101662@mail.yahoo.com \
    --to=guix-patches@gnu.org \
    --cc=42472@debbugs.gnu.org \
    --cc=hendursaga@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).