Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Apr 2018 20:37:05 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466689 - in head: . accessibility accessibility/kmag accessibility/kmousetool accessibility/kmouth
Message-ID:  <201804062037.w36Kb53S064381@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Apr  6 20:37:04 2018
New Revision: 466689
URL: https://svnweb.freebsd.org/changeset/ports/466689

Log:
  New port: accessibility/kmag, accessibility/kmousetool, accessibility/kmouth
  
  This is the current version of KDE Applications <foo>.
  Note that users of KDE SC4 should stick with <foo>-kde4.
  
  Reviewed by:	adridg
  Differential Revision:	https://reviews.freebsd.org/D14820

Added:
  head/accessibility/kmag/
     - copied from r466687, head/accessibility/kmag-kde4/
  head/accessibility/kmousetool/
     - copied from r466687, head/accessibility/kmousetool-kde4/
  head/accessibility/kmouth/
     - copied from r466687, head/accessibility/kmouth-kde4/
Modified:
  head/MOVED
  head/accessibility/Makefile
  head/accessibility/kmag/Makefile
  head/accessibility/kmag/distinfo
  head/accessibility/kmag/pkg-plist
  head/accessibility/kmousetool/Makefile
  head/accessibility/kmousetool/distinfo
  head/accessibility/kmousetool/pkg-plist
  head/accessibility/kmouth/Makefile
  head/accessibility/kmouth/distinfo
  head/accessibility/kmouth/pkg-plist

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Apr  6 20:29:44 2018	(r466688)
+++ head/MOVED	Fri Apr  6 20:37:04 2018	(r466689)
@@ -9973,10 +9973,7 @@ devel/elixir-red_black_tree||2018-02-19|Has expired: N
 emulators/wine-staging|emulators/wine-devel|2018-02-20|Broken for months, abandoned upstream
 misc/rubygem-dotenv-rails|misc/rubygem-dotenv-rails-rails4|2018-02-20|Rename to match our rubygem- port naming
 accessibility/kaccessible|accessibility/kaccessible-kde4|2018-02-22|Make room for KDE updates
-accessibility/kmousetool|accessibility/kmousetool-kde4|2018-02-22|Make room for KDE updates
 accessibility/jovie|accessibility/jovie-kde4|2018-02-22|Make room for KDE updates
-accessibility/kmouth|accessibility/kmouth-kde4|2018-02-22|Make room for KDE updates
-accessibility/kmag|accessibility/kmag-kde4|2018-02-22|Make room for KDE updates
 misc/klettres|misc/klettres-kde4|2018-02-22|Make room for KDE updates
 misc/kwordquiz|misc/kwordquiz-kde4|2018-02-22|Make room for KDE updates
 misc/libkdeedu|misc/libkdeedu-kde4|2018-02-22|Make room for KDE updates

Modified: head/accessibility/Makefile
==============================================================================
--- head/accessibility/Makefile	Fri Apr  6 20:29:44 2018	(r466688)
+++ head/accessibility/Makefile	Fri Apr  6 20:37:04 2018	(r466689)
@@ -14,8 +14,11 @@
     SUBDIR += jovie-kde4
     SUBDIR += kaccessible-kde4
     SUBDIR += kdeaccessibility-kde4
+    SUBDIR += kmag
     SUBDIR += kmag-kde4
+    SUBDIR += kmousetool
     SUBDIR += kmousetool-kde4
+    SUBDIR += kmouth
     SUBDIR += kmouth-kde4
     SUBDIR += linux-c6-atk
     SUBDIR += linux-c7-atk

Modified: head/accessibility/kmag/Makefile
==============================================================================
--- head/accessibility/kmag-kde4/Makefile	Fri Apr  6 20:11:44 2018	(r466687)
+++ head/accessibility/kmag/Makefile	Fri Apr  6 20:37:04 2018	(r466689)
@@ -1,18 +1,19 @@
 # $FreeBSD$
 
 PORTNAME=	kmag
-PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	3
-CATEGORIES=	accessibility kde kde-kde4
+DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+CATEGORIES=	accessibility kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	KDE Screen magnifier
 
-USES=		cmake:outsource kde:4 tar:xz
-USE_KDE=	kdelibs automoc4
-USE_QT4=	qmake_build moc_build rcc_build uic_build
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-# Somebody has to create port for libkdeaccessibilityclient first
-CMAKE_ARGS+=	-DWITH_QAccessibilityClient=off
+USES=		cmake:outsource gettext kde:5 tar:xz
+USE_KDE=	auth codecs config configwidgets coreaddons ecm \
+		i18n kio service widgetsaddons xmlgui
+USE_QT5=	core dbus gui printsupport widgets xml \
+		buildtools_build qmake_build
 
 .include <bsd.port.mk>

Modified: head/accessibility/kmag/distinfo
==============================================================================
--- head/accessibility/kmag-kde4/distinfo	Fri Apr  6 20:11:44 2018	(r466687)
+++ head/accessibility/kmag/distinfo	Fri Apr  6 20:37:04 2018	(r466689)
@@ -1,2 +1,3 @@
-SHA256 (KDE/4.14.3/kmag-4.14.3.tar.xz) = 685dd87b30481d3a652b2202c2714741c2b6850244dc6ac0fbe5323ed63e3024
-SIZE (KDE/4.14.3/kmag-4.14.3.tar.xz) = 86264
+TIMESTAMP = 1520519240
+SHA256 (KDE/applications/17.12.3/kmag-17.12.3.tar.xz) = 7ca8b5872832a9d0985daedb8f587b5057d7f569dee490b2a3d97c568beb2d59
+SIZE (KDE/applications/17.12.3/kmag-17.12.3.tar.xz) = 588224

Modified: head/accessibility/kmag/pkg-plist
==============================================================================
--- head/accessibility/kmag-kde4/pkg-plist	Fri Apr  6 20:11:44 2018	(r466687)
+++ head/accessibility/kmag/pkg-plist	Fri Apr  6 20:37:04 2018	(r466689)
@@ -1,14 +1,75 @@
 bin/kmag
+man/ca/man1/kmag.1.gz
+man/de/man1/kmag.1.gz
+man/es/man1/kmag.1.gz
+man/et/man1/kmag.1.gz
+man/fr/man1/kmag.1.gz
+man/it/man1/kmag.1.gz
 man/man1/kmag.1.gz
-share/applications/kde4/kmag.desktop
-share/apps/kmag/icons/hicolor/16x16/actions/followmouse.png
-share/apps/kmag/icons/hicolor/16x16/actions/hidemouse.png
-share/apps/kmag/icons/hicolor/16x16/actions/window.png
-share/apps/kmag/kmagui.rc
-share/doc/HTML/en/kmag/common
-share/doc/HTML/en/kmag/index.cache.bz2
-share/doc/HTML/en/kmag/index.docbook
-share/doc/HTML/en/kmag/man-kmag.1.docbook
-share/doc/HTML/en/kmag/screenshot.png
+man/nl/man1/kmag.1.gz
+man/pt/man1/kmag.1.gz
+man/pt_BR/man1/kmag.1.gz
+man/ru/man1/kmag.1.gz
+man/sv/man1/kmag.1.gz
+man/uk/man1/kmag.1.gz
+share/applications/org.kde.kmag.desktop
 share/icons/hicolor/16x16/apps/kmag.png
 share/icons/hicolor/32x32/apps/kmag.png
+%%DATADIR%%/icons/hicolor/16x16/actions/followmouse.png
+%%DATADIR%%/icons/hicolor/16x16/actions/hidemouse.png
+%%DATADIR%%/icons/hicolor/16x16/actions/window.png
+share/kxmlgui5/kmag/kmagui.rc
+share/locale/ar/LC_MESSAGES/kmag.mo
+share/locale/ast/LC_MESSAGES/kmag.mo
+share/locale/bg/LC_MESSAGES/kmag.mo
+share/locale/bs/LC_MESSAGES/kmag.mo
+share/locale/ca/LC_MESSAGES/kmag.mo
+share/locale/ca@valencia/LC_MESSAGES/kmag.mo
+share/locale/cs/LC_MESSAGES/kmag.mo
+share/locale/da/LC_MESSAGES/kmag.mo
+share/locale/de/LC_MESSAGES/kmag.mo
+share/locale/el/LC_MESSAGES/kmag.mo
+share/locale/en_GB/LC_MESSAGES/kmag.mo
+share/locale/eo/LC_MESSAGES/kmag.mo
+share/locale/es/LC_MESSAGES/kmag.mo
+share/locale/et/LC_MESSAGES/kmag.mo
+share/locale/eu/LC_MESSAGES/kmag.mo
+share/locale/fa/LC_MESSAGES/kmag.mo
+share/locale/fi/LC_MESSAGES/kmag.mo
+share/locale/fr/LC_MESSAGES/kmag.mo
+share/locale/ga/LC_MESSAGES/kmag.mo
+share/locale/gl/LC_MESSAGES/kmag.mo
+share/locale/he/LC_MESSAGES/kmag.mo
+share/locale/hi/LC_MESSAGES/kmag.mo
+share/locale/hr/LC_MESSAGES/kmag.mo
+share/locale/hu/LC_MESSAGES/kmag.mo
+share/locale/ia/LC_MESSAGES/kmag.mo
+share/locale/is/LC_MESSAGES/kmag.mo
+share/locale/it/LC_MESSAGES/kmag.mo
+share/locale/ja/LC_MESSAGES/kmag.mo
+share/locale/kk/LC_MESSAGES/kmag.mo
+share/locale/km/LC_MESSAGES/kmag.mo
+share/locale/ko/LC_MESSAGES/kmag.mo
+share/locale/lt/LC_MESSAGES/kmag.mo
+share/locale/lv/LC_MESSAGES/kmag.mo
+share/locale/mr/LC_MESSAGES/kmag.mo
+share/locale/nb/LC_MESSAGES/kmag.mo
+share/locale/nds/LC_MESSAGES/kmag.mo
+share/locale/nl/LC_MESSAGES/kmag.mo
+share/locale/nn/LC_MESSAGES/kmag.mo
+share/locale/pa/LC_MESSAGES/kmag.mo
+share/locale/pl/LC_MESSAGES/kmag.mo
+share/locale/pt/LC_MESSAGES/kmag.mo
+share/locale/pt_BR/LC_MESSAGES/kmag.mo
+share/locale/ro/LC_MESSAGES/kmag.mo
+share/locale/ru/LC_MESSAGES/kmag.mo
+share/locale/sk/LC_MESSAGES/kmag.mo
+share/locale/sl/LC_MESSAGES/kmag.mo
+share/locale/sr/LC_MESSAGES/kmag.mo
+share/locale/sv/LC_MESSAGES/kmag.mo
+share/locale/tr/LC_MESSAGES/kmag.mo
+share/locale/ug/LC_MESSAGES/kmag.mo
+share/locale/uk/LC_MESSAGES/kmag.mo
+share/locale/zh_CN/LC_MESSAGES/kmag.mo
+share/locale/zh_TW/LC_MESSAGES/kmag.mo
+share/metainfo/org.kde.kmag.appdata.xml

Modified: head/accessibility/kmousetool/Makefile
==============================================================================
--- head/accessibility/kmousetool-kde4/Makefile	Fri Apr  6 20:11:44 2018	(r466687)
+++ head/accessibility/kmousetool/Makefile	Fri Apr  6 20:37:04 2018	(r466689)
@@ -1,16 +1,20 @@
 # $FreeBSD$
 
 PORTNAME=	kmousetool
-PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	3
-CATEGORIES=	accessibility kde kde-kde4
+DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+CATEGORIES=	accessibility kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Automatic mouse click tool for KDE
 
-USES=		cmake:outsource kde:4 tar:xz
-USE_KDE=	kdelibs automoc4
-USE_QT4=	qmake_build moc_build rcc_build uic_build
-USE_XORG=	xtst
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		cmake:outsource gettext kde:5 tar:xz
+USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
+		ecm i18n iconthemes notifications widgetsaddons xmlgui
+USE_QT5=	core dbus gui phonon4 widgets xml \
+		buildtools_build qmake_build
+USE_XORG=	ice sm x11 xext xtst
 
 .include <bsd.port.mk>

Modified: head/accessibility/kmousetool/distinfo
==============================================================================
--- head/accessibility/kmousetool-kde4/distinfo	Fri Apr  6 20:11:44 2018	(r466687)
+++ head/accessibility/kmousetool/distinfo	Fri Apr  6 20:37:04 2018	(r466689)
@@ -1,2 +1,3 @@
-SHA256 (KDE/4.14.3/kmousetool-4.14.3.tar.xz) = edb3b44875865f19d3dd162b1a6935b52491503f89d0263cb9b97556c381c2fc
-SIZE (KDE/4.14.3/kmousetool-4.14.3.tar.xz) = 35968
+TIMESTAMP = 1520519240
+SHA256 (KDE/applications/17.12.3/kmousetool-17.12.3.tar.xz) = 3f459be0049b1ee9c6bd59178110eda861f02505c7bd7b78248bad6eb9ff7b3d
+SIZE (KDE/applications/17.12.3/kmousetool-17.12.3.tar.xz) = 110788

Modified: head/accessibility/kmousetool/pkg-plist
==============================================================================
--- head/accessibility/kmousetool-kde4/pkg-plist	Fri Apr  6 20:11:44 2018	(r466687)
+++ head/accessibility/kmousetool/pkg-plist	Fri Apr  6 20:37:04 2018	(r466689)
@@ -1,14 +1,74 @@
 bin/kmousetool
+man/ca/man1/kmousetool.1.gz
+man/de/man1/kmousetool.1.gz
+man/es/man1/kmousetool.1.gz
+man/et/man1/kmousetool.1.gz
+man/fr/man1/kmousetool.1.gz
+man/it/man1/kmousetool.1.gz
 man/man1/kmousetool.1.gz
-share/applications/kde4/kmousetool.desktop
-share/apps/kmousetool/sounds/mousetool_tap.wav
-share/doc/HTML/en/kmousetool/common
-share/doc/HTML/en/kmousetool/index.cache.bz2
-share/doc/HTML/en/kmousetool/index.docbook
-share/doc/HTML/en/kmousetool/man-kmousetool.1.docbook
+man/nl/man1/kmousetool.1.gz
+man/pt/man1/kmousetool.1.gz
+man/pt_BR/man1/kmousetool.1.gz
+man/sv/man1/kmousetool.1.gz
+man/uk/man1/kmousetool.1.gz
+share/applications/org.kde.kmousetool.desktop
 share/icons/hicolor/16x16/actions/kmousetool_off.png
 share/icons/hicolor/16x16/actions/kmousetool_on.png
 share/icons/hicolor/16x16/apps/kmousetool.png
 share/icons/hicolor/32x32/actions/kmousetool_off.png
 share/icons/hicolor/32x32/actions/kmousetool_on.png
 share/icons/hicolor/32x32/apps/kmousetool.png
+%%DATADIR%%/sounds/mousetool_tap.wav
+share/locale/ar/LC_MESSAGES/kmousetool.mo
+share/locale/ast/LC_MESSAGES/kmousetool.mo
+share/locale/bg/LC_MESSAGES/kmousetool.mo
+share/locale/bs/LC_MESSAGES/kmousetool.mo
+share/locale/ca/LC_MESSAGES/kmousetool.mo
+share/locale/ca@valencia/LC_MESSAGES/kmousetool.mo
+share/locale/cs/LC_MESSAGES/kmousetool.mo
+share/locale/da/LC_MESSAGES/kmousetool.mo
+share/locale/de/LC_MESSAGES/kmousetool.mo
+share/locale/el/LC_MESSAGES/kmousetool.mo
+share/locale/en_GB/LC_MESSAGES/kmousetool.mo
+share/locale/eo/LC_MESSAGES/kmousetool.mo
+share/locale/es/LC_MESSAGES/kmousetool.mo
+share/locale/et/LC_MESSAGES/kmousetool.mo
+share/locale/eu/LC_MESSAGES/kmousetool.mo
+share/locale/fa/LC_MESSAGES/kmousetool.mo
+share/locale/fi/LC_MESSAGES/kmousetool.mo
+share/locale/fr/LC_MESSAGES/kmousetool.mo
+share/locale/ga/LC_MESSAGES/kmousetool.mo
+share/locale/gl/LC_MESSAGES/kmousetool.mo
+share/locale/he/LC_MESSAGES/kmousetool.mo
+share/locale/hi/LC_MESSAGES/kmousetool.mo
+share/locale/hr/LC_MESSAGES/kmousetool.mo
+share/locale/hu/LC_MESSAGES/kmousetool.mo
+share/locale/ia/LC_MESSAGES/kmousetool.mo
+share/locale/is/LC_MESSAGES/kmousetool.mo
+share/locale/it/LC_MESSAGES/kmousetool.mo
+share/locale/ja/LC_MESSAGES/kmousetool.mo
+share/locale/kk/LC_MESSAGES/kmousetool.mo
+share/locale/km/LC_MESSAGES/kmousetool.mo
+share/locale/ko/LC_MESSAGES/kmousetool.mo
+share/locale/lt/LC_MESSAGES/kmousetool.mo
+share/locale/lv/LC_MESSAGES/kmousetool.mo
+share/locale/mr/LC_MESSAGES/kmousetool.mo
+share/locale/nb/LC_MESSAGES/kmousetool.mo
+share/locale/nds/LC_MESSAGES/kmousetool.mo
+share/locale/nl/LC_MESSAGES/kmousetool.mo
+share/locale/nn/LC_MESSAGES/kmousetool.mo
+share/locale/pa/LC_MESSAGES/kmousetool.mo
+share/locale/pl/LC_MESSAGES/kmousetool.mo
+share/locale/pt/LC_MESSAGES/kmousetool.mo
+share/locale/pt_BR/LC_MESSAGES/kmousetool.mo
+share/locale/ro/LC_MESSAGES/kmousetool.mo
+share/locale/ru/LC_MESSAGES/kmousetool.mo
+share/locale/sk/LC_MESSAGES/kmousetool.mo
+share/locale/sl/LC_MESSAGES/kmousetool.mo
+share/locale/sr/LC_MESSAGES/kmousetool.mo
+share/locale/sv/LC_MESSAGES/kmousetool.mo
+share/locale/tr/LC_MESSAGES/kmousetool.mo
+share/locale/ug/LC_MESSAGES/kmousetool.mo
+share/locale/uk/LC_MESSAGES/kmousetool.mo
+share/locale/zh_CN/LC_MESSAGES/kmousetool.mo
+share/locale/zh_TW/LC_MESSAGES/kmousetool.mo

Modified: head/accessibility/kmouth/Makefile
==============================================================================
--- head/accessibility/kmouth-kde4/Makefile	Fri Apr  6 20:11:44 2018	(r466687)
+++ head/accessibility/kmouth/Makefile	Fri Apr  6 20:37:04 2018	(r466689)
@@ -1,15 +1,19 @@
 # $FreeBSD$
 
 PORTNAME=	kmouth
-PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	3
-CATEGORIES=	accessibility kde kde-kde4
+DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+CATEGORIES=	accessibility kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Speech synthesizer frontend for KDE
 
-USES=		cmake:outsource kde:4 tar:xz
-USE_KDE=	kdelibs automoc4
-USE_QT4=	qmake_build moc_build rcc_build uic_build
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		cmake:outsource gettext kde:5 tar:xz
+USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
+		ecm i18n jobwidgets kio service widgetsaddons xmlgui
+USE_QT5=	core dbus gui network printsupport speech widgets xml \
+		buildtools_build qmake_build
 
 .include <bsd.port.mk>

Modified: head/accessibility/kmouth/distinfo
==============================================================================
--- head/accessibility/kmouth-kde4/distinfo	Fri Apr  6 20:11:44 2018	(r466687)
+++ head/accessibility/kmouth/distinfo	Fri Apr  6 20:37:04 2018	(r466689)
@@ -1,2 +1,3 @@
-SHA256 (KDE/4.14.3/kmouth-4.14.3.tar.xz) = 84c16342dd5f93cb1daf0716a7c1ab705da3378cd8f6c293982b04605ad6c61a
-SIZE (KDE/4.14.3/kmouth-4.14.3.tar.xz) = 307840
+TIMESTAMP = 1520519239
+SHA256 (KDE/applications/17.12.3/kmouth-17.12.3.tar.xz) = 56b873a2f752262fc587c176f9a4c2a678adc17c3b765d91d451580292bf5404
+SIZE (KDE/applications/17.12.3/kmouth-17.12.3.tar.xz) = 1823724

Modified: head/accessibility/kmouth/pkg-plist
==============================================================================
--- head/accessibility/kmouth-kde4/pkg-plist	Fri Apr  6 20:11:44 2018	(r466687)
+++ head/accessibility/kmouth/pkg-plist	Fri Apr  6 20:37:04 2018	(r466689)
@@ -1,77 +1,96 @@
 bin/kmouth
+etc/xdg/kmouthrc
+man/ca/man1/kmouth.1.gz
+man/da/man1/kmouth.1.gz
+man/de/man1/kmouth.1.gz
+man/es/man1/kmouth.1.gz
+man/et/man1/kmouth.1.gz
+man/fr/man1/kmouth.1.gz
+man/it/man1/kmouth.1.gz
 man/man1/kmouth.1.gz
-share/applications/kde4/kmouth.desktop
-share/apps/kmouth/books/de/de-courteousness.phrasebook
-share/apps/kmouth/books/de/de-greetings.phrasebook
-share/apps/kmouth/books/de/de-howareyou.phrasebook
-share/apps/kmouth/books/de/de-personal.phrasebook
-share/apps/kmouth/books/de/de.desktop
-share/apps/kmouth/books/en/en-courteousness.phrasebook
-share/apps/kmouth/books/en/en-greetings.phrasebook
-share/apps/kmouth/books/en/en-howareyou.phrasebook
-share/apps/kmouth/books/en/en-personal.phrasebook
-share/apps/kmouth/books/en/en.desktop
-share/apps/kmouth/books/sv/sv-courteousness.phrasebook
-share/apps/kmouth/books/sv/sv-greetings.phrasebook
-share/apps/kmouth/books/sv/sv-howareyou.phrasebook
-share/apps/kmouth/books/sv/sv-personal.phrasebook
-share/apps/kmouth/books/sv/sv.desktop
-share/apps/kmouth/icons/hicolor/16x16/actions/phrase.png
-share/apps/kmouth/icons/hicolor/16x16/actions/phrase_new.png
-share/apps/kmouth/icons/hicolor/16x16/actions/phrase_open.png
-share/apps/kmouth/icons/hicolor/16x16/actions/phrase_save.png
-share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook.png
-share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook_closed.png
-share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook_new.png
-share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook_open.png
-share/apps/kmouth/icons/hicolor/16x16/actions/phrasebook_save.png
-share/apps/kmouth/icons/hicolor/16x16/actions/phrasehistory_open.png
-share/apps/kmouth/icons/hicolor/16x16/actions/phrasehistory_print.png
-share/apps/kmouth/icons/hicolor/16x16/actions/phrasehistory_save.png
-share/apps/kmouth/icons/hicolor/16x16/actions/speak.png
-share/apps/kmouth/icons/hicolor/22x22/actions/phrase.png
-share/apps/kmouth/icons/hicolor/22x22/actions/phrase_new.png
-share/apps/kmouth/icons/hicolor/22x22/actions/phrase_open.png
-share/apps/kmouth/icons/hicolor/22x22/actions/phrase_save.png
-share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook.png
-share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook_closed.png
-share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook_new.png
-share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook_open.png
-share/apps/kmouth/icons/hicolor/22x22/actions/phrasebook_save.png
-share/apps/kmouth/icons/hicolor/22x22/actions/phrasehistory_open.png
-share/apps/kmouth/icons/hicolor/22x22/actions/phrasehistory_print.png
-share/apps/kmouth/icons/hicolor/22x22/actions/phrasehistory_save.png
-share/apps/kmouth/icons/hicolor/22x22/actions/speak.png
-share/apps/kmouth/icons/hicolor/32x32/actions/phrase.png
-share/apps/kmouth/icons/hicolor/32x32/actions/phrase_new.png
-share/apps/kmouth/icons/hicolor/32x32/actions/phrase_open.png
-share/apps/kmouth/icons/hicolor/32x32/actions/phrase_save.png
-share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook.png
-share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook_closed.png
-share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook_new.png
-share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook_open.png
-share/apps/kmouth/icons/hicolor/32x32/actions/phrasebook_save.png
-share/apps/kmouth/icons/hicolor/32x32/actions/phrasehistory_open.png
-share/apps/kmouth/icons/hicolor/32x32/actions/phrasehistory_print.png
-share/apps/kmouth/icons/hicolor/32x32/actions/phrasehistory_save.png
-share/apps/kmouth/icons/hicolor/32x32/actions/speak.png
-share/apps/kmouth/icons/hicolor/48x48/actions/speak.png
-share/apps/kmouth/kmouthui.rc
-share/apps/kmouth/phrasebookdialogui.rc
-share/config/kmouthrc
-share/doc/HTML/en/kmouth/common
-share/doc/HTML/en/kmouth/index.cache.bz2
-share/doc/HTML/en/kmouth/index.docbook
-share/doc/HTML/en/kmouth/kmouthcpref.png
-share/doc/HTML/en/kmouth/kmouthctts.png
-share/doc/HTML/en/kmouth/kmouthcwcp.png
-share/doc/HTML/en/kmouth/kmouthedit.png
-share/doc/HTML/en/kmouth/kmouthmain.png
-share/doc/HTML/en/kmouth/kmouthwizard1.png
-share/doc/HTML/en/kmouth/kmouthwizard2.png
-share/doc/HTML/en/kmouth/kmouthwizard3.png
-share/doc/HTML/en/kmouth/man-kmouth.1.docbook
+man/nl/man1/kmouth.1.gz
+man/pt/man1/kmouth.1.gz
+man/pt_BR/man1/kmouth.1.gz
+man/sv/man1/kmouth.1.gz
+man/uk/man1/kmouth.1.gz
+share/applications/org.kde.kmouth.desktop
+share/icons/hicolor/16x16/actions/phrase.png
+share/icons/hicolor/16x16/actions/phrasebook.png
 share/icons/hicolor/16x16/apps/kmouth.png
+share/icons/hicolor/22x22/actions/phrase.png
+share/icons/hicolor/22x22/actions/phrasebook.png
 share/icons/hicolor/22x22/apps/kmouth.png
+share/icons/hicolor/32x32/actions/phrase.png
+share/icons/hicolor/32x32/actions/phrasebook.png
 share/icons/hicolor/32x32/apps/kmouth.png
 share/icons/hicolor/48x48/apps/kmouth.png
+%%DATADIR%%/books/de/de-courteousness.phrasebook
+%%DATADIR%%/books/de/de-greetings.phrasebook
+%%DATADIR%%/books/de/de-howareyou.phrasebook
+%%DATADIR%%/books/de/de-personal.phrasebook
+%%DATADIR%%/books/de/de.desktop
+%%DATADIR%%/books/en/en-courteousness.phrasebook
+%%DATADIR%%/books/en/en-greetings.phrasebook
+%%DATADIR%%/books/en/en-howareyou.phrasebook
+%%DATADIR%%/books/en/en-personal.phrasebook
+%%DATADIR%%/books/en/en.desktop
+%%DATADIR%%/books/sv/sv-courteousness.phrasebook
+%%DATADIR%%/books/sv/sv-greetings.phrasebook
+%%DATADIR%%/books/sv/sv-howareyou.phrasebook
+%%DATADIR%%/books/sv/sv-personal.phrasebook
+%%DATADIR%%/books/sv/sv.desktop
+share/kxmlgui5/kmouth/kmouthui.rc
+share/kxmlgui5/kmouth/phrasebookdialogui.rc
+share/locale/ar/LC_MESSAGES/kmouth.mo
+share/locale/ast/LC_MESSAGES/kmouth.mo
+share/locale/bg/LC_MESSAGES/kmouth.mo
+share/locale/bs/LC_MESSAGES/kmouth.mo
+share/locale/ca/LC_MESSAGES/kmouth.mo
+share/locale/ca@valencia/LC_MESSAGES/kmouth.mo
+share/locale/cs/LC_MESSAGES/kmouth.mo
+share/locale/da/LC_MESSAGES/kmouth.mo
+share/locale/de/LC_MESSAGES/kmouth.mo
+share/locale/el/LC_MESSAGES/kmouth.mo
+share/locale/en_GB/LC_MESSAGES/kmouth.mo
+share/locale/eo/LC_MESSAGES/kmouth.mo
+share/locale/es/LC_MESSAGES/kmouth.mo
+share/locale/et/LC_MESSAGES/kmouth.mo
+share/locale/eu/LC_MESSAGES/kmouth.mo
+share/locale/fa/LC_MESSAGES/kmouth.mo
+share/locale/fi/LC_MESSAGES/kmouth.mo
+share/locale/fr/LC_MESSAGES/kmouth.mo
+share/locale/ga/LC_MESSAGES/kmouth.mo
+share/locale/gl/LC_MESSAGES/kmouth.mo
+share/locale/he/LC_MESSAGES/kmouth.mo
+share/locale/hi/LC_MESSAGES/kmouth.mo
+share/locale/hr/LC_MESSAGES/kmouth.mo
+share/locale/hu/LC_MESSAGES/kmouth.mo
+share/locale/ia/LC_MESSAGES/kmouth.mo
+share/locale/is/LC_MESSAGES/kmouth.mo
+share/locale/it/LC_MESSAGES/kmouth.mo
+share/locale/ja/LC_MESSAGES/kmouth.mo
+share/locale/kk/LC_MESSAGES/kmouth.mo
+share/locale/km/LC_MESSAGES/kmouth.mo
+share/locale/ko/LC_MESSAGES/kmouth.mo
+share/locale/lt/LC_MESSAGES/kmouth.mo
+share/locale/lv/LC_MESSAGES/kmouth.mo
+share/locale/mr/LC_MESSAGES/kmouth.mo
+share/locale/nb/LC_MESSAGES/kmouth.mo
+share/locale/nds/LC_MESSAGES/kmouth.mo
+share/locale/nl/LC_MESSAGES/kmouth.mo
+share/locale/nn/LC_MESSAGES/kmouth.mo
+share/locale/pa/LC_MESSAGES/kmouth.mo
+share/locale/pl/LC_MESSAGES/kmouth.mo
+share/locale/pt/LC_MESSAGES/kmouth.mo
+share/locale/pt_BR/LC_MESSAGES/kmouth.mo
+share/locale/ro/LC_MESSAGES/kmouth.mo
+share/locale/ru/LC_MESSAGES/kmouth.mo
+share/locale/sk/LC_MESSAGES/kmouth.mo
+share/locale/sl/LC_MESSAGES/kmouth.mo
+share/locale/sr/LC_MESSAGES/kmouth.mo
+share/locale/sv/LC_MESSAGES/kmouth.mo
+share/locale/tr/LC_MESSAGES/kmouth.mo
+share/locale/ug/LC_MESSAGES/kmouth.mo
+share/locale/uk/LC_MESSAGES/kmouth.mo
+share/locale/zh_CN/LC_MESSAGES/kmouth.mo
+share/locale/zh_TW/LC_MESSAGES/kmouth.mo



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