commit:     3a501f8217e06701ab20481c5fb4ab2e28839aed
Author:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 23:47:19 2017 +0000
Commit:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 23:48:15 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3a501f82

net-irc/konversation: Add Gentoo support channels to default channel list, bug 
616162

 net-irc/konversation/files/konversationrc     | 24 ++++++++++++++++++++++++
 net-irc/konversation/konversation-9999.ebuild |  8 ++++++++
 2 files changed, 32 insertions(+)

diff --git a/net-irc/konversation/files/konversationrc 
b/net-irc/konversation/files/konversationrc
new file mode 100644
index 0000000000..932374b6bf
--- /dev/null
+++ b/net-irc/konversation/files/konversationrc
@@ -0,0 +1,24 @@
+[Channel 0]
+Name=#gentoo
+
+[Channel 1]
+Name=#gentoo-desktop
+
+[Channel 2]
+Name=#gentoo-kde
+
+[Channel 3]
+Name=#gentoo-xfce
+
+[Server 0]
+Port=8001
+SSLEnabled=false
+Server=chat.freenode.net
+
+[ServerGroup 0]
+AutoConnect=false
+AutoJoinChannels=Channel 0,Channel 1,Channel 2,Channel 3
+EnableNotifications=true
+Expanded=false
+Name=Freenode
+ServerList=Server 0

diff --git a/net-irc/konversation/konversation-9999.ebuild 
b/net-irc/konversation/konversation-9999.ebuild
index 0dc5ee98d2..8f66b6c5d9 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -60,3 +60,11 @@ src_configure() {
 
        kde5_src_configure
 }
+
+src_install() {
+       kde5_src_install
+
+       # Bug 616162
+       insinto /etc/xdg
+       doins "${FILESDIR}"/konversationrc
+}

Reply via email to