unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/2] gnu: cmus: Add file-name property.
@ 2015-10-22  9:26 Paul van der Walt
  2015-10-22  9:26 ` [PATCH 2/2] gnu: dosbox: " Paul van der Walt
  2015-10-22 14:08 ` [PATCH 1/2] gnu: cmus: " Mark H Weaver
  0 siblings, 2 replies; 4+ messages in thread
From: Paul van der Walt @ 2015-10-22  9:26 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/music.scm (cmus): Add file-name, since the downloaded
  tar.gz only contains version number.
---
 gnu/packages/music.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 7970d17..c693f0f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -87,6 +87,7 @@
               (uri (string-append
                     "https://github.com/" name "/" name "/archive/v"
                     version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
                 "0raixgjavkm7hxppzsc5zqbfbh2bhjcmbiplhnsxsmyj8flafyc1"))))
-- 
2.6.1

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

* [PATCH 2/2] gnu: dosbox: Add file-name property.
  2015-10-22  9:26 [PATCH 1/2] gnu: cmus: Add file-name property Paul van der Walt
@ 2015-10-22  9:26 ` Paul van der Walt
  2015-10-22 14:08   ` Mark H Weaver
  2015-10-22 14:08 ` [PATCH 1/2] gnu: cmus: " Mark H Weaver
  1 sibling, 1 reply; 4+ messages in thread
From: Paul van der Walt @ 2015-10-22  9:26 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/games.scm (dosbox): Add file-name property, since the
  package is built from an SVN checkout.
---
 gnu/packages/games.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9d2058a..9c44bbe 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1060,6 +1060,7 @@ next campaign.")
               (uri (svn-reference
                     (url "http://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk/")
                     (revision 3947)))
+              (file-name (string-append name "-" version "-checkout"))
               ;; Use SVN head, since the last release (2010) is incompatible
               ;; with GCC 4.8+ (see
               ;; <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624976>).
-- 
2.6.1

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

* Re: [PATCH 1/2] gnu: cmus: Add file-name property.
  2015-10-22  9:26 [PATCH 1/2] gnu: cmus: Add file-name property Paul van der Walt
  2015-10-22  9:26 ` [PATCH 2/2] gnu: dosbox: " Paul van der Walt
@ 2015-10-22 14:08 ` Mark H Weaver
  1 sibling, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2015-10-22 14:08 UTC (permalink / raw)
  To: Paul van der Walt; +Cc: guix-devel

Paul van der Walt <paul@denknerd.org> writes:

> * gnu/packages/music.scm (cmus): Add file-name, since the downloaded
>   tar.gz only contains version number.

Looks good to me, please push.

    Thanks!
      Mark

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

* Re: [PATCH 2/2] gnu: dosbox: Add file-name property.
  2015-10-22  9:26 ` [PATCH 2/2] gnu: dosbox: " Paul van der Walt
@ 2015-10-22 14:08   ` Mark H Weaver
  0 siblings, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2015-10-22 14:08 UTC (permalink / raw)
  To: Paul van der Walt; +Cc: guix-devel

Paul van der Walt <paul@denknerd.org> writes:

> * gnu/packages/games.scm (dosbox): Add file-name property, since the
>   package is built from an SVN checkout.

Looks good, please push!

     Thanks,
       Mark

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

end of thread, other threads:[~2015-10-22 14:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-22  9:26 [PATCH 1/2] gnu: cmus: Add file-name property Paul van der Walt
2015-10-22  9:26 ` [PATCH 2/2] gnu: dosbox: " Paul van der Walt
2015-10-22 14:08   ` Mark H Weaver
2015-10-22 14:08 ` [PATCH 1/2] gnu: cmus: " Mark H Weaver

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