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

Package-Manager: Portage-2.3.3, Repoman-2.3.2
This commit is contained in:
Maciej Mrozowski
2017-04-21 01:45:26 +02:00
parent a01ee0c0be
commit 1fe3e15957
3 changed files with 41 additions and 1 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -63,3 +63,11 @@ src_configure() {
kde5_src_configure
}
src_install() {
kde5_src_install
# Bug 616162
insinto /etc/xdg
doins "${FILESDIR}"/konversationrc
}

View File

@@ -63,3 +63,11 @@ src_configure() {
kde5_src_configure
}
src_install() {
kde5_src_install
# Bug 616162
insinto /etc/xdg
doins "${FILESDIR}"/konversationrc
}