Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2017 21:10:24 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442126 - in head: . irc irc/konversation irc/konversation-kde4
Message-ID:  <201705302110.v4ULAOah035116@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue May 30 21:10:24 2017
New Revision: 442126
URL: https://svnweb.freebsd.org/changeset/ports/442126

Log:
  Update to 1.7.2 and rename to irc/konversation.
  
  Update to the latest release (which is KF5-based) and drop the "-kde4" suffix
  from the port.
  
  Reviewed by:	tcberner
  Differential Revision:	https://reviews.freebsd.org/D10928

Added:
  head/irc/konversation/
     - copied from r442125, head/irc/konversation-kde4/
Deleted:
  head/irc/konversation-kde4/
Modified:
  head/MOVED
  head/irc/Makefile
  head/irc/konversation/Makefile
  head/irc/konversation/distinfo
  head/irc/konversation/pkg-descr
  head/irc/konversation/pkg-plist

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue May 30 21:08:13 2017	(r442125)
+++ head/MOVED	Tue May 30 21:10:24 2017	(r442126)
@@ -4568,7 +4568,6 @@ hebrew/kde3-i18n||2013-07-26|Has expired: Depends on Q
 hungarian/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x
 irc/eggcreator||2013-07-26|Has expired: Depends on Qt 3.x
 irc/kmyirc||2013-07-26|Has expired: Depends on Qt 3.x
-irc/konversation||2013-07-26|Has expired: Depends on Qt 3.x
 irc/kwirc||2013-07-26|Has expired: Depends on Qt 3.x
 japanese/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x
 korean/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x
@@ -9396,3 +9395,4 @@ net-mgmt/zabbix24-frontend||2017-05-29|Has expired: Up
 net-mgmt/zabbix24-proxy||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1)
 net-mgmt/zabbix24-server||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1)
 net/py-cloudfiles|net/py-python-cloudfiles|2017-05-30|Rename to match PyPI naming
+irc/konversation-kde4|irc/konversation|2017-05-30|Renamed to irc/konversation

Modified: head/irc/Makefile
==============================================================================
--- head/irc/Makefile	Tue May 30 21:08:13 2017	(r442125)
+++ head/irc/Makefile	Tue May 30 21:10:24 2017	(r442126)
@@ -57,7 +57,7 @@
     SUBDIR += irssi-xmpp
     SUBDIR += irssistats
     SUBDIR += keitairc2
-    SUBDIR += konversation-kde4
+    SUBDIR += konversation
     SUBDIR += kvirc
     SUBDIR += kvirc-qt4
     SUBDIR += libircclient

Modified: head/irc/konversation/Makefile
==============================================================================
--- head/irc/konversation-kde4/Makefile	Tue May 30 21:08:13 2017	(r442125)
+++ head/irc/konversation/Makefile	Tue May 30 21:10:24 2017	(r442126)
@@ -2,19 +2,26 @@
 # $FreeBSD$
 
 PORTNAME=	konversation
-PORTVERSION=	1.5.1
-PORTREVISION=	3
+PORTVERSION=	1.7.2
 CATEGORIES=	irc kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}/src
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	User friendly IRC client for KDE
 
-LIB_DEPENDS=	libqca.so:devel/qca
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake:outsource gettext kde:4 python:run shebangfix tar:xz
-USE_KDE=	pimlibs automoc4
-USE_QT4=	qmake_build moc_build rcc_build uic_build
+LIB_DEPENDS=	libqca-qt5.so:devel/qca-qt5
+
+USES=		cmake:outsource desktop-file-utils gettext kde:5 python:run shebangfix tar:xz
+USE_KDE=	archive auth bookmarks codecs completion config \
+		configwidgets coreaddons crash dbusaddons doctools ecm \
+		emoticons globalaccel i18n iconthemes idletime itemviews \
+		jobwidgets kio notifications notifyconfig parts service solid \
+		sonnet textwidgets wallet widgetsaddons windowsystem xmlgui
+USE_QT5=	core dbus gui network phonon4 widgets xml \
+		buildtools_build qmake_build
 
 SHEBANG_FILES=	data/scripts/bug \
 		data/scripts/cmd \

Modified: head/irc/konversation/distinfo
==============================================================================
--- head/irc/konversation-kde4/distinfo	Tue May 30 21:08:13 2017	(r442125)
+++ head/irc/konversation/distinfo	Tue May 30 21:10:24 2017	(r442126)
@@ -1,2 +1,3 @@
-SHA256 (konversation-1.5.1.tar.xz) = 97838dc3cb07210c96154958237e216ad05cffa334f5e549d8619b4c70961986
-SIZE (konversation-1.5.1.tar.xz) = 3188288
+TIMESTAMP = 1495708683
+SHA256 (konversation-1.7.2.tar.xz) = 5ff96e84cee4e1eefc404a31d778067ea50dddd8a6c848911fac70bd52812618
+SIZE (konversation-1.7.2.tar.xz) = 3736968

Modified: head/irc/konversation/pkg-descr
==============================================================================
--- head/irc/konversation-kde4/pkg-descr	Tue May 30 21:08:13 2017	(r442125)
+++ head/irc/konversation/pkg-descr	Tue May 30 21:10:24 2017	(r442126)
@@ -15,4 +15,4 @@ Features:
   o Theme support for nick icons
   o Highly configurable
 
-WWW: http://konversation.kde.org
+WWW: https://konversation.kde.org

Modified: head/irc/konversation/pkg-plist
==============================================================================
--- head/irc/konversation-kde4/pkg-plist	Tue May 30 21:08:13 2017	(r442125)
+++ head/irc/konversation/pkg-plist	Tue May 30 21:10:24 2017	(r442126)
@@ -1,101 +1,51 @@
 bin/konversation
-share/applications/kde4/konversation.desktop
-share/apps/kconf_update/konversation-0.19-appearance.pl
-share/apps/kconf_update/konversation-0.19-colorcodes.pl
-share/apps/kconf_update/konversation-0.19-colors.pl
-share/apps/kconf_update/konversation-0.19-custombrowser.pl
-share/apps/kconf_update/konversation-0.19-notifylists.pl
-share/apps/kconf_update/konversation-0.19-sortorder.pl
-share/apps/kconf_update/konversation-0.19-tabplacement.pl
-share/apps/kconf_update/konversation-0.20-customfonts.pl
-share/apps/kconf_update/konversation-0.20-quickbuttons.pl
-share/apps/kconf_update/konversation.upd
-share/apps/konversation/konversation.notifyrc
-share/apps/konversation/konversationui.rc
-share/apps/konversation/scripting_support/python/konversation/__init__.py
-share/apps/konversation/scripting_support/python/konversation/dbus.py
-share/apps/konversation/scripting_support/python/konversation/i18n.py
-share/apps/konversation/scripts/bug
-share/apps/konversation/scripts/cmd
-share/apps/konversation/scripts/fortune
-share/apps/konversation/scripts/fortunes.dat
-share/apps/konversation/scripts/gauge
-share/apps/konversation/scripts/mail
-share/apps/konversation/scripts/media
-share/apps/konversation/scripts/sayclip
-share/apps/konversation/scripts/sysinfo
-share/apps/konversation/scripts/tinyurl
-share/apps/konversation/scripts/uptime
-share/apps/konversation/themes/alternative/index.desktop
-share/apps/konversation/themes/alternative/irc_admin.png
-share/apps/konversation/themes/alternative/irc_away.png
-share/apps/konversation/themes/alternative/irc_halfop.png
-share/apps/konversation/themes/alternative/irc_normal.png
-share/apps/konversation/themes/alternative/irc_op.png
-share/apps/konversation/themes/alternative/irc_owner.png
-share/apps/konversation/themes/alternative/irc_voice.png
-share/apps/konversation/themes/christmas/index.desktop
-share/apps/konversation/themes/christmas/irc_admin.png
-share/apps/konversation/themes/christmas/irc_away.png
-share/apps/konversation/themes/christmas/irc_halfop.png
-share/apps/konversation/themes/christmas/irc_normal.png
-share/apps/konversation/themes/christmas/irc_op.png
-share/apps/konversation/themes/christmas/irc_owner.png
-share/apps/konversation/themes/christmas/irc_voice.png
-share/apps/konversation/themes/classic/index.desktop
-share/apps/konversation/themes/classic/irc_admin.png
-share/apps/konversation/themes/classic/irc_away.png
-share/apps/konversation/themes/classic/irc_halfop.png
-share/apps/konversation/themes/classic/irc_normal.png
-share/apps/konversation/themes/classic/irc_op.png
-share/apps/konversation/themes/classic/irc_owner.png
-share/apps/konversation/themes/classic/irc_voice.png
-share/apps/konversation/themes/default/index.desktop
-share/apps/konversation/themes/default/irc_admin.png
-share/apps/konversation/themes/default/irc_away.png
-share/apps/konversation/themes/default/irc_halfop.png
-share/apps/konversation/themes/default/irc_normal.png
-share/apps/konversation/themes/default/irc_op.png
-share/apps/konversation/themes/default/irc_owner.png
-share/apps/konversation/themes/default/irc_voice.png
-share/apps/konversation/themes/simplistic/index.desktop
-share/apps/konversation/themes/simplistic/irc_admin.png
-share/apps/konversation/themes/simplistic/irc_away.png
-share/apps/konversation/themes/simplistic/irc_halfop.png
-share/apps/konversation/themes/simplistic/irc_normal.png
-share/apps/konversation/themes/simplistic/irc_op.png
-share/apps/konversation/themes/simplistic/irc_owner.png
-share/apps/konversation/themes/simplistic/irc_voice.png
-share/apps/konversation/themes/smiling/index.desktop
-share/apps/konversation/themes/smiling/irc_admin.png
-share/apps/konversation/themes/smiling/irc_away.png
-share/apps/konversation/themes/smiling/irc_halfop.png
-share/apps/konversation/themes/smiling/irc_normal.png
-share/apps/konversation/themes/smiling/irc_op.png
-share/apps/konversation/themes/smiling/irc_owner.png
-share/apps/konversation/themes/smiling/irc_voice.png
-share/apps/konversation/themes/square/index.desktop
-share/apps/konversation/themes/square/irc_admin.png
-share/apps/konversation/themes/square/irc_away.png
-share/apps/konversation/themes/square/irc_halfop.png
-share/apps/konversation/themes/square/irc_normal.png
-share/apps/konversation/themes/square/irc_op.png
-share/apps/konversation/themes/square/irc_owner.png
-share/apps/konversation/themes/square/irc_voice.png
-share/doc/HTML/ca/konversation/common
+share/applications/org.kde.konversation.desktop
+share/doc/HTML/ca/konversation/addchannel.png
+share/doc/HTML/ca/konversation/addnetwork_co.png
+share/doc/HTML/ca/konversation/addserver_co.png
+share/doc/HTML/ca/konversation/channel_screen_tour_co.png
+share/doc/HTML/ca/konversation/channellist_screen_co.png
+share/doc/HTML/ca/konversation/first_channel_co.png
+share/doc/HTML/ca/konversation/first_serverlist_co.png
+share/doc/HTML/ca/konversation/format-text-color.png
+share/doc/HTML/ca/konversation/highlighting_screen_co.png
+share/doc/HTML/ca/konversation/identities_adv_co.png
+share/doc/HTML/ca/konversation/identities_away_co.png
+share/doc/HTML/ca/konversation/identities_gen_co.png
 share/doc/HTML/ca/konversation/index.cache.bz2
 share/doc/HTML/ca/konversation/index.docbook
-share/doc/HTML/de/konversation/common
+share/doc/HTML/ca/konversation/irc_admin.png
+share/doc/HTML/ca/konversation/irc_away.png
+share/doc/HTML/ca/konversation/irc_halfop.png
+share/doc/HTML/ca/konversation/irc_normal.png
+share/doc/HTML/ca/konversation/irc_op.png
+share/doc/HTML/ca/konversation/irc_owner.png
+share/doc/HTML/ca/konversation/irc_voice.png
+share/doc/HTML/ca/konversation/led_blue_on.png
+share/doc/HTML/ca/konversation/led_green_on.png
+share/doc/HTML/ca/konversation/led_red_on.png
+share/doc/HTML/ca/konversation/led_yellow_on.png
+share/doc/HTML/ca/konversation/logviewer_co.png
+share/doc/HTML/ca/konversation/nicksonline_co.png
+share/doc/HTML/ca/konversation/nickthemes_screen_co.png
+share/doc/HTML/ca/konversation/notification_screen_co.png
+share/doc/HTML/ca/konversation/notifylist_screen_co.png
+share/doc/HTML/ca/konversation/osd_screen_co.png
+share/doc/HTML/ca/konversation/quickbuttons_screen.png
+share/doc/HTML/ca/konversation/quickconnect_screen.png
+share/doc/HTML/ca/konversation/serverlist_co.png
+share/doc/HTML/ca/konversation/urlcatcher_screen_co.png
+share/doc/HTML/ca/konversation/webbrowser_screen_co.png
 share/doc/HTML/de/konversation/index.cache.bz2
 share/doc/HTML/de/konversation/index.docbook
 share/doc/HTML/en/konversation/addchannel.png
 share/doc/HTML/en/konversation/addnetwork_co.png
 share/doc/HTML/en/konversation/addserver_co.png
+share/doc/HTML/en/konversation/bold-text.png
 share/doc/HTML/en/konversation/channel_screen_tour_co.png
 share/doc/HTML/en/konversation/channellist_screen_co.png
 share/doc/HTML/en/konversation/checkidentities.png
 share/doc/HTML/en/konversation/colorchooser_screen.png
-share/doc/HTML/en/konversation/common
 share/doc/HTML/en/konversation/dccstatus_screen_co.png
 share/doc/HTML/en/konversation/first_channel_co.png
 share/doc/HTML/en/konversation/first_serverlist_co.png
@@ -113,9 +63,7 @@ share/doc/HTML/en/konversation/irc_normal.png
 share/doc/HTML/en/konversation/irc_op.png
 share/doc/HTML/en/konversation/irc_owner.png
 share/doc/HTML/en/konversation/irc_voice.png
-share/doc/HTML/en/konversation/kaddressbook.png
-share/doc/HTML/en/konversation/kimproxy_create_screen2.png
-share/doc/HTML/en/konversation/kimproxy_create_screen_co.png
+share/doc/HTML/en/konversation/italic-text.png
 share/doc/HTML/en/konversation/led_blue_on.png
 share/doc/HTML/en/konversation/led_green_on.png
 share/doc/HTML/en/konversation/led_red_on.png
@@ -130,56 +78,153 @@ share/doc/HTML/en/konversation/osd_screen_co.png
 share/doc/HTML/en/konversation/quickbuttons_screen.png
 share/doc/HTML/en/konversation/quickconnect_screen.png
 share/doc/HTML/en/konversation/serverlist_co.png
+share/doc/HTML/en/konversation/struck-out-text.png
+share/doc/HTML/en/konversation/underline-text.png
 share/doc/HTML/en/konversation/urlcatcher_screen_co.png
 share/doc/HTML/en/konversation/webbrowser_screen_co.png
-share/doc/HTML/es/konversation/common
 share/doc/HTML/es/konversation/index.cache.bz2
 share/doc/HTML/es/konversation/index.docbook
-share/doc/HTML/et/konversation/common
-share/doc/HTML/et/konversation/index.cache.bz2
-share/doc/HTML/et/konversation/index.docbook
-share/doc/HTML/fr/konversation/common
-share/doc/HTML/fr/konversation/index.cache.bz2
-share/doc/HTML/fr/konversation/index.docbook
-share/doc/HTML/it/konversation/common
 share/doc/HTML/it/konversation/index.cache.bz2
 share/doc/HTML/it/konversation/index.docbook
-share/doc/HTML/nl/konversation/common
 share/doc/HTML/nl/konversation/index.cache.bz2
 share/doc/HTML/nl/konversation/index.docbook
-share/doc/HTML/pt_BR/konversation/common
 share/doc/HTML/pt_BR/konversation/index.cache.bz2
 share/doc/HTML/pt_BR/konversation/index.docbook
-share/doc/HTML/sv/konversation/common
+share/doc/HTML/sv/konversation/addchannel.png
+share/doc/HTML/sv/konversation/addnetwork_co.png
+share/doc/HTML/sv/konversation/addserver_co.png
+share/doc/HTML/sv/konversation/channel_screen_tour_co.png
+share/doc/HTML/sv/konversation/channellist_screen_co.png
+share/doc/HTML/sv/konversation/checkidentities.png
+share/doc/HTML/sv/konversation/colorchooser_screen.png
+share/doc/HTML/sv/konversation/dccstatus_screen_co.png
+share/doc/HTML/sv/konversation/first_channel_co.png
+share/doc/HTML/sv/konversation/first_serverlist_co.png
+share/doc/HTML/sv/konversation/highlighting_screen_co.png
+share/doc/HTML/sv/konversation/identities_adv_co.png
+share/doc/HTML/sv/konversation/identities_away_co.png
+share/doc/HTML/sv/konversation/identities_gen_co.png
 share/doc/HTML/sv/konversation/index.cache.bz2
 share/doc/HTML/sv/konversation/index.docbook
-share/doc/HTML/uk/konversation/common
+share/doc/HTML/sv/konversation/kimproxy_create_screen2.png
+share/doc/HTML/sv/konversation/kimproxy_create_screen_co.png
+share/doc/HTML/sv/konversation/logviewer_co.png
+share/doc/HTML/sv/konversation/nicksonline_co.png
+share/doc/HTML/sv/konversation/nickthemes_screen_co.png
+share/doc/HTML/sv/konversation/notification_screen_co.png
+share/doc/HTML/sv/konversation/notifylist_screen_co.png
+share/doc/HTML/sv/konversation/osd_demo.png
+share/doc/HTML/sv/konversation/osd_screen_co.png
+share/doc/HTML/sv/konversation/quickbuttons_screen.png
+share/doc/HTML/sv/konversation/quickconnect_screen.png
+share/doc/HTML/sv/konversation/serverlist_co.png
+share/doc/HTML/sv/konversation/urlcatcher_screen_co.png
+share/doc/HTML/sv/konversation/webbrowser_screen_co.png
 share/doc/HTML/uk/konversation/index.cache.bz2
 share/doc/HTML/uk/konversation/index.docbook
+share/icons/hicolor/128x128/actions/konv_message.png
 share/icons/hicolor/128x128/apps/konversation.png
-share/icons/hicolor/16x16/actions/kimproxyaway.png
-share/icons/hicolor/16x16/actions/kimproxyoffline.png
-share/icons/hicolor/16x16/actions/kimproxyonline.png
+share/icons/hicolor/16x16/actions/konv_message.png
 share/icons/hicolor/16x16/apps/konversation.png
-share/icons/hicolor/22x22/actions/kimproxyaway.png
-share/icons/hicolor/22x22/actions/kimproxyoffline.png
-share/icons/hicolor/22x22/actions/kimproxyonline.png
 share/icons/hicolor/22x22/actions/konv_message.png
 share/icons/hicolor/22x22/apps/konversation.png
-share/icons/hicolor/32x32/actions/kimproxyaway.png
-share/icons/hicolor/32x32/actions/kimproxyoffline.png
-share/icons/hicolor/32x32/actions/kimproxyonline.png
+share/icons/hicolor/32x32/actions/konv_message.png
 share/icons/hicolor/32x32/apps/konversation.png
+share/icons/hicolor/48x48/actions/konv_message.png
 share/icons/hicolor/48x48/apps/konversation.png
+share/icons/hicolor/64x64/actions/konv_message.png
 share/icons/hicolor/64x64/apps/konversation.png
-share/icons/hicolor/scalable/actions/kimproxyaway.svgz
-share/icons/hicolor/scalable/actions/kimproxyoffline.svgz
-share/icons/hicolor/scalable/actions/kimproxyonline.svgz
-share/icons/hicolor/scalable/actions/konv_message.svgz
-share/icons/hicolor/scalable/apps/konversation.svgz
-share/kde4/services/konvirc.protocol
-share/kde4/services/konvirc6.protocol
-share/kde4/services/konvircs.protocol
+share/kconf_update/konversation-0.19-appearance.pl
+share/kconf_update/konversation-0.19-colorcodes.pl
+share/kconf_update/konversation-0.19-colors.pl
+share/kconf_update/konversation-0.19-custombrowser.pl
+share/kconf_update/konversation-0.19-notifylists.pl
+share/kconf_update/konversation-0.19-sortorder.pl
+share/kconf_update/konversation-0.19-tabplacement.pl
+share/kconf_update/konversation-0.20-customfonts.pl
+share/kconf_update/konversation-0.20-quickbuttons.pl
+share/kconf_update/konversation.upd
+share/knotifications5/konversation.notifyrc
+share/konversation/scripting_support/python/konversation/__init__.py
+share/konversation/scripting_support/python/konversation/dbus.py
+share/konversation/scripting_support/python/konversation/i18n.py
+share/konversation/scripts/bug
+share/konversation/scripts/cmd
+share/konversation/scripts/fortune
+share/konversation/scripts/fortunes.dat
+share/konversation/scripts/gauge
+share/konversation/scripts/mail
+share/konversation/scripts/media
+share/konversation/scripts/sayclip
+share/konversation/scripts/sysinfo
+share/konversation/scripts/tinyurl
+share/konversation/scripts/uptime
+share/konversation/themes/alternative/index.desktop
+share/konversation/themes/alternative/irc_admin.png
+share/konversation/themes/alternative/irc_away.png
+share/konversation/themes/alternative/irc_halfop.png
+share/konversation/themes/alternative/irc_normal.png
+share/konversation/themes/alternative/irc_op.png
+share/konversation/themes/alternative/irc_owner.png
+share/konversation/themes/alternative/irc_voice.png
+share/konversation/themes/christmas/index.desktop
+share/konversation/themes/christmas/irc_admin.png
+share/konversation/themes/christmas/irc_away.png
+share/konversation/themes/christmas/irc_halfop.png
+share/konversation/themes/christmas/irc_normal.png
+share/konversation/themes/christmas/irc_op.png
+share/konversation/themes/christmas/irc_owner.png
+share/konversation/themes/christmas/irc_voice.png
+share/konversation/themes/classic/index.desktop
+share/konversation/themes/classic/irc_admin.png
+share/konversation/themes/classic/irc_away.png
+share/konversation/themes/classic/irc_halfop.png
+share/konversation/themes/classic/irc_normal.png
+share/konversation/themes/classic/irc_op.png
+share/konversation/themes/classic/irc_owner.png
+share/konversation/themes/classic/irc_voice.png
+share/konversation/themes/default/index.desktop
+share/konversation/themes/default/irc_admin.png
+share/konversation/themes/default/irc_away.png
+share/konversation/themes/default/irc_away_stacked.png
+share/konversation/themes/default/irc_halfop.png
+share/konversation/themes/default/irc_normal.png
+share/konversation/themes/default/irc_op.png
+share/konversation/themes/default/irc_owner.png
+share/konversation/themes/default/irc_voice.png
+share/konversation/themes/oxygen/index.desktop
+share/konversation/themes/oxygen/irc_admin.png
+share/konversation/themes/oxygen/irc_away.png
+share/konversation/themes/oxygen/irc_halfop.png
+share/konversation/themes/oxygen/irc_normal.png
+share/konversation/themes/oxygen/irc_op.png
+share/konversation/themes/oxygen/irc_owner.png
+share/konversation/themes/oxygen/irc_voice.png
+share/konversation/themes/simplistic/index.desktop
+share/konversation/themes/simplistic/irc_admin.png
+share/konversation/themes/simplistic/irc_away.png
+share/konversation/themes/simplistic/irc_halfop.png
+share/konversation/themes/simplistic/irc_normal.png
+share/konversation/themes/simplistic/irc_op.png
+share/konversation/themes/simplistic/irc_owner.png
+share/konversation/themes/simplistic/irc_voice.png
+share/konversation/themes/smiling/index.desktop
+share/konversation/themes/smiling/irc_admin.png
+share/konversation/themes/smiling/irc_away.png
+share/konversation/themes/smiling/irc_halfop.png
+share/konversation/themes/smiling/irc_normal.png
+share/konversation/themes/smiling/irc_op.png
+share/konversation/themes/smiling/irc_owner.png
+share/konversation/themes/smiling/irc_voice.png
+share/konversation/themes/square/index.desktop
+share/konversation/themes/square/irc_admin.png
+share/konversation/themes/square/irc_away.png
+share/konversation/themes/square/irc_halfop.png
+share/konversation/themes/square/irc_normal.png
+share/konversation/themes/square/irc_op.png
+share/konversation/themes/square/irc_owner.png
+share/konversation/themes/square/irc_voice.png
+share/kxmlgui5/konversation/konversationui.rc
 share/locale/bg/LC_MESSAGES/konversation.mo
 share/locale/bs/LC_MESSAGES/konversation.mo
 share/locale/ca/LC_MESSAGES/konversation.mo
@@ -197,20 +242,16 @@ share/locale/gl/LC_MESSAGES/konversation.mo
 share/locale/he/LC_MESSAGES/konversation.mo
 share/locale/hu/LC_MESSAGES/konversation.mo
 share/locale/it/LC_MESSAGES/konversation.mo
-share/locale/ja/LC_MESSAGES/konversation.mo
 share/locale/kk/LC_MESSAGES/konversation.mo
 share/locale/km/LC_MESSAGES/konversation.mo
-share/locale/ko/LC_MESSAGES/konversation.mo
 share/locale/lt/LC_MESSAGES/konversation.mo
 share/locale/nb/LC_MESSAGES/konversation.mo
 share/locale/nds/LC_MESSAGES/konversation.mo
 share/locale/nl/LC_MESSAGES/konversation.mo
-share/locale/pa/LC_MESSAGES/konversation.mo
 share/locale/pl/LC_MESSAGES/konversation.mo
 share/locale/pt/LC_MESSAGES/konversation.mo
 share/locale/pt_BR/LC_MESSAGES/konversation.mo
 share/locale/ru/LC_MESSAGES/konversation.mo
-share/locale/si/LC_MESSAGES/konversation.mo
 share/locale/sk/LC_MESSAGES/konversation.mo
 share/locale/sl/LC_MESSAGES/konversation.mo
 share/locale/sr/LC_MESSAGES/konversation.mo
@@ -222,3 +263,4 @@ share/locale/tr/LC_MESSAGES/konversation.mo
 share/locale/uk/LC_MESSAGES/konversation.mo
 share/locale/zh_CN/LC_MESSAGES/konversation.mo
 share/locale/zh_TW/LC_MESSAGES/konversation.mo
+share/metainfo/org.kde.konversation.appdata.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705302110.v4ULAOah035116>