From: Efraim Flashner <efraim@flashner.co.il>
To: guix-devel@gnu.org
Subject: [PATCH 0/7] Add quassel irc
Date: Sun, 28 Feb 2016 12:10:05 +0200 [thread overview]
Message-ID: <1456654212-31881-1-git-send-email-efraim@flashner.co.il> (raw)
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
next reply other threads:[~2016-02-28 10:10 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-28 10:10 Efraim Flashner [this message]
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
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=1456654212-31881-1-git-send-email-efraim@flashner.co.il \
--to=efraim@flashner.co.il \
--cc=guix-devel@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).