unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31283] gnu: Add amule.
@ 2018-04-27  7:00 Fis Trivial
  2018-04-30 20:43 ` bug#31283: " Ludovic Courtès
  2018-04-30 20:48 ` [bug#31283] " Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Fis Trivial @ 2018-04-27  7:00 UTC (permalink / raw)
  To: 31283

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]


I have to attach the patch, it seems this one got block by the mail
service, might be the code insdie is not welcomed by filters.


[-- Attachment #2: amule patch.xz --]
[-- Type: application/x-xz, Size: 2596 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#31283: gnu: Add amule.
  2018-04-27  7:00 [bug#31283] gnu: Add amule Fis Trivial
@ 2018-04-30 20:43 ` Ludovic Courtès
  2018-04-30 20:48 ` [bug#31283] " Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2018-04-30 20:43 UTC (permalink / raw)
  To: Fis Trivial; +Cc: 31283-done

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

Hi,

Applied with the cosmetic changes below.  I took the liberty to remove
the bits about aMule being free software (everything is free software in
Guix), and about it being super-highly-portable (that’s not a primary
concern to Guix users who read the description.)

Thank you,
Ludo’.


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

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index d252075c3..a2898f2fb 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1729,7 +1729,8 @@ file for more details.")
        (modify-phases %standard-phases
          (add-after 'patch-source-shebangs 'autogen
            (lambda _
-             (invoke "sh" "autogen.sh"))))
+             (invoke "sh" "autogen.sh")
+             #t)))
        #:configure-flags
        '("--disable-rpath"
          "--enable-wxcas"
@@ -1759,10 +1760,9 @@ file for more details.")
     (home-page "http://amule.org/")
     (synopsis "Peer-to-peer client for the eD2K and Kademlia networks")
     (description
-     "aMule is an eMule-like client for the eD2k and Kademlia networks,
-supporting multiple platforms.  Currently aMule (officially) supports a wide
-variety of platforms and operating systems, being compatible with more than 60
-different hardware+OS configurations.  aMule is entirely free, its sourcecode
-released under the GPL just like eMule, and includes no adware or spyware as
-is often found in proprietary P2P applications.")
+     "aMule is an eMule-like client for the eD2k and Kademlia peer-to-peer
+file sharing networks.  It includes a graphical user interface (GUI), a daemon
+allowing you to run a client with no graphical interface, and a Web GUI for
+remote access.  The @command{amulecmd} command allows you to control aMule
+remotely.")
     (license license:gpl2+)))

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#31283] gnu: Add amule.
  2018-04-27  7:00 [bug#31283] gnu: Add amule Fis Trivial
  2018-04-30 20:43 ` bug#31283: " Ludovic Courtès
@ 2018-04-30 20:48 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2018-04-30 20:48 UTC (permalink / raw)
  To: Fis Trivial; +Cc: 31283

I also renamed the patch to “amule-crypto-6.patch” with a hyphen.
:-)

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-30 20:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27  7:00 [bug#31283] gnu: Add amule Fis Trivial
2018-04-30 20:43 ` bug#31283: " Ludovic Courtès
2018-04-30 20:48 ` [bug#31283] " Ludovic Courtès

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).