unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Simon South <simon@simonsouth.net>
To: 44595@debbugs.gnu.org
Cc: simon@simonsouth.net
Subject: [bug#44595] [PATCH 1/1] gnu: transmission: Move remaining GUI-related files to "gui" output.
Date: Thu, 12 Nov 2020 11:27:06 -0500	[thread overview]
Message-ID: <4314a875fc1264de13249194636d083da182db7a.1605196995.git.simon@simonsouth.net> (raw)
In-Reply-To: <cover.1605196995.git.simon@simonsouth.net>

* gnu/packages/bittorrent.scm (transmission)[arguments]<phases>: Expand
"move-gui" phase to move remaining GUI-related files (AppData file,
localization files, man page) to "gui" output.
---
 gnu/packages/bittorrent.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 2a4339fda0..c2ac44a267 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -93,14 +93,18 @@
                (rename-file (string-append out "/bin/transmission-gtk")
                             (string-append gui "/bin/transmission-gtk"))
 
-               ;; Move the '.desktop' and icon files as well.
                (mkdir (string-append gui "/share"))
                (for-each
                 (lambda (dir)
                   (rename-file (string-append out "/share/" dir)
                                (string-append gui "/share/" dir)))
-                '("applications" "icons" "pixmaps")))
-             #t)))))
+                '("appdata" "applications" "icons" "locale" "pixmaps"))
+
+               (mkdir-p (string-append gui "/share/man/man1"))
+               (rename-file
+                (string-append out "/share/man/man1/transmission-gtk.1")
+                (string-append gui "/share/man/man1/transmission-gtk.1"))
+             #t))))))
     (inputs
      `(("libevent" ,libevent)
        ("curl" ,curl)
-- 
2.29.2





  reply	other threads:[~2020-11-12 16:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-12 16:23 [bug#44595] [PATCH 0/1] gnu: transmission: Move remaining GUI-related files to "gui" output Simon South
2020-11-12 16:27 ` Simon South [this message]
2020-11-18 22:47   ` bug#44595: [PATCH 1/1] " Ludovic Courtès
2020-11-22  0:03 ` [bug#44595] " Leo Prikler
2020-11-22 13:31   ` Simon South
2020-11-27 21:30   ` Simon South
2020-11-27 21:35     ` [bug#44595] [PATCH] gnu: transmission: Fix localization of transmission-gtk Simon South
2020-11-27 22:35     ` [bug#44595] [PATCH 1/1] gnu: transmission: Move remaining GUI-related files to "gui" output Leo Prikler
2020-11-28  4:42       ` Leo Famulari
2020-11-28 18:03         ` Simon South
2020-11-29  1:11           ` Leo Famulari

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=4314a875fc1264de13249194636d083da182db7a.1605196995.git.simon@simonsouth.net \
    --to=simon@simonsouth.net \
    --cc=44595@debbugs.gnu.org \
    /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).