unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/7] Add quassel irc
@ 2016-02-28 10:10 Efraim Flashner
  2016-02-28 10:10 ` [PATCH 1/7] gnu: Add oxygen-icons Efraim Flashner
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Efraim Flashner @ 2016-02-28 10:10 UTC (permalink / raw)
  To: guix-devel

Here's a couple of patches to add the quassel irc client. Quassel has 3
parts, a server side, a client side, and a "monolithic" option that builds
both halves in one binary. It's not really worth it to try to split them
into separate outputs, so they're all just there, with a note about how
much space the binary takes up. I know we just got rid of kde.scm, but
this adds it back. Oxygen-icons are available for download from KDE in
their kde-frameworks section, and qca and snorenotify aren't so they seemed
like they fit better in kde.scm. While I was at it, I moved irssi and
weechat into a newly created irc.scm since that seemed to be the best
option here.

Efraim Flashner (7):
  gnu: Add oxygen-icons.
  gnu: Add qca.
  gnu: Add snorenotify.
  gnu: Add quassel.
  gnu: irssi: Move to irc.scm.
  gnu: irssi: Use 'modify-phases'.
  gnu: weechat: Move to irc.scm.

 gnu-system.am                   |   4 +-
 gnu/packages/irc.scm            | 190 ++++++++++++++++++++++++++++++++++++++++
 gnu/packages/irssi.scm          |  70 ---------------
 gnu/packages/kde-frameworks.scm |  24 +++++
 gnu/packages/kde.scm            |  79 +++++++++++++++++
 gnu/packages/weechat.scm        | 106 ----------------------
 6 files changed, 295 insertions(+), 178 deletions(-)
 create mode 100644 gnu/packages/irc.scm
 delete mode 100644 gnu/packages/irssi.scm
 create mode 100644 gnu/packages/kde.scm
 delete mode 100644 gnu/packages/weechat.scm

-- 
2.7.0

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

end of thread, other threads:[~2016-02-28 18:46 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-28 10:10 [PATCH 0/7] Add quassel irc Efraim Flashner
2016-02-28 10:10 ` [PATCH 1/7] gnu: Add oxygen-icons Efraim Flashner
2016-02-28 10:10 ` [PATCH 2/7] gnu: Add qca Efraim Flashner
2016-02-28 14:25   ` Andreas Enge
2016-02-28 10:10 ` [PATCH 3/7] gnu: Add snorenotify Efraim Flashner
2016-02-28 14:27   ` Andreas Enge
2016-02-28 10:10 ` [PATCH 4/7] gnu: Add quassel Efraim Flashner
2016-02-28 14:29   ` Andreas Enge
2016-02-28 15:50     ` Ricardo Wurmus
2016-02-28 18:46       ` Efraim Flashner
2016-02-28 10:10 ` [PATCH 5/7] gnu: irssi: Move to irc.scm Efraim Flashner
2016-02-28 14:30   ` Andreas Enge
2016-02-28 10:10 ` [PATCH 6/7] gnu: irssi: Use 'modify-phases' Efraim Flashner
2016-02-28 14:32   ` Andreas Enge
2016-02-28 15:48     ` Ricardo Wurmus
2016-02-28 10:10 ` [PATCH 7/7] gnu: weechat: Move to irc.scm Efraim Flashner
2016-02-28 14:32   ` Andreas Enge

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