mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
24
net-irc/konversation/files/konversationrc
Normal file
24
net-irc/konversation/files/konversationrc
Normal 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
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -63,3 +63,11 @@ src_configure() {
|
||||
|
||||
kde5_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
kde5_src_install
|
||||
|
||||
# Bug 616162
|
||||
insinto /etc/xdg
|
||||
doins "${FILESDIR}"/konversationrc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user