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
