unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Add transmission-qt to the transmission package?
@ 2024-12-21 17:39 Bodertz
  2024-12-21 19:38 ` Ian Eure
  0 siblings, 1 reply; 3+ messages in thread
From: Bodertz @ 2024-12-21 17:39 UTC (permalink / raw)
  To: guix-devel

The transmission package (the transmission:gui output specifically) has
transmission-gtk, but I personally prefer transmission-qt.  By including
qtbase, qttools, and qtsvg, transmission-qt will also be built.

I've made a simple package that inherits from transmission to do this:

    (define-public tranmission-qt
      (package
       (inherit transmission)
       (name "transmission-qt")
       (inputs (modify-inputs (package-inputs transmission)
    			  (append qtbase qttools qtsvg)))))

This works, except that transmission-qt.desktop is moved to the gui
output due to the inherited 'move-gui phase.  I could figure out how to
remove that phase to fix that, of course.

But I'd prefer if transmission-qt were an option for the transmission
package directly, either under a new :qt output, or to have both
transmission-gtk and transmission-qt under the :gui output.  Or just a
separate package, transmission-qt.

Any thoughts on that?



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

end of thread, other threads:[~2024-12-21 22:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-21 17:39 Add transmission-qt to the transmission package? Bodertz
2024-12-21 19:38 ` Ian Eure
2024-12-21 22:27   ` Bodertz

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