diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-27 11:55:25 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-27 11:55:25 +0000 |
commit | 24482eebf1b38a1d781b1f6c16bb588f5e652980 (patch) | |
tree | bcb09269855487369fcfd28040255e86e37e1362 | |
parent | e9088ff192d5f032b73c9b2e3386bbc9bf25136b (diff) | |
download | ports-24482eebf1b38a1d781b1f6c16bb588f5e652980.tar.gz ports-24482eebf1b38a1d781b1f6c16bb588f5e652980.zip |
KDE/FreeBSD team presents KDE SC 4.10.1 ports!
- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk
The area51 repository features commits by Schaich Alonso and myself.
Contributors:
- Tobias Berner
Notes
Notes:
svn path=/head/; revision=315373
659 files changed, 7698 insertions, 4977 deletions
@@ -1249,7 +1249,6 @@ graphics/xaralx||2010-09-14|Has expired: Does not compile with png-1.4 and lates misc/kde4-l10n-bn_IN||2010-09-14|Has expired misc/kde4-l10n-hne||2010-09-14|Has expired misc/kde4-l10n-ku||2010-09-14|Has expired -misc/kde4-l10n-mr||2010-09-14|Has expired multimedia/vlconwooztalk||2010-09-14|Has expired: wooztalk website not responding as of 20100731 net-im/wooztalk||2010-09-14|Has expired: wooztalk website not responding as of 20100731 russian/php_doc||2010-09-14|Has expired: Support for the Russian translation of the PHP manual seems to have stopped @@ -4188,3 +4187,5 @@ print/ghostscript7-commfont|print/ghostscript9|2013-03-26|ghostscript 7 is outda print/ghostscript7-jpnfont|print/ghostscript9|2013-03-26|ghostscript 7 is outdated consider using a newer version print/ghostscript7-korfont|print/ghostscript9|2013-03-26|ghostscript 7 is outdated consider using a newer version www/pecl-zendoptimizerplus|www/pecl-zendopcache|2013-03-27|Renamed +print/kdeutils4-printer-applet||2013-03-27|Superseded by print/kde4-print-manager +print/system-config-printer-kde||2013-03-27|Superseded by print/kde4-print-manager diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk index d50580971f83..f39160438e8a 100644 --- a/Mk/bsd.kde4.mk +++ b/Mk/bsd.kde4.mk @@ -27,6 +27,7 @@ Kde_Pre_Include= bsd.kde4.mk # Available KDE4 components are: # # baseapps - Basic applications for KDE Desktop +# kactivities - KDE activities library # kate - KDE text editor framework # kdehier - Hierarchy of common KDE directories # kdelibs - KDE Developer Platform @@ -37,12 +38,15 @@ Kde_Pre_Include= bsd.kde4.mk # libkcompactdisc - KDE library for interfacing with audio CDs # libkdcraw - KDE LibRaw library # libkdeedu - Libraries used by KDE educational applications +# libkdegames - Libraries used by KDE games # libkexiv2 - KDE Exiv2 library # libkipi - KDE Image Plugin Interface # libkonq - Konqueror core library # libksane - KDE SANE library # marble - KDE virtual globe # okular - KDE universal document viewer +# nepomuk-core - Nepomuk core libraries +# nepomuk-widgets - Nepomuk widgets library # oxygen - KDE icon theme # perlkde - KDE Perl bindings # perlqt - Qt 4 Perl bindings @@ -66,16 +70,11 @@ Kde_Pre_Include= bsd.kde4.mk # # These read-only variables can be used in a port's Makefile: # -# MASTER_SITE_KDE_kde -# - It is equivalent to ${MASTER_SITE_KDE} with :kde tag. It could -# be used when port needs multiple distfiles from different -# sites. See for details the Porter's Handbook: -# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-distfiles.html # KDE4_PREFIX - The place where KDE4 ports live. Currently it is # ${LOCALBASE}/kde4, but this could change in the future. # -KDE4_VERSION?= 4.9.5 +KDE4_VERSION?= 4.10.1 KDE4_BRANCH?= stable CALLIGRA_VERSION?= 2.5.5 CALLIGRA_BRANCH?= stable @@ -88,9 +87,8 @@ KDEVELOP_BRANCH?= stable KDE4_PREFIX?= ${LOCALBASE}/kde4 -# -# Common definitions for KDE4 ports. -# +# Help cmake to find files when testing ports with non-default PREFIX +CMAKE_ARGS+= -DCMAKE_PREFIX_PATH="${LOCALBASE};${KDE4_PREFIX}" # ${PREFIX} and ${NO_MTREE} have to be defined in the pre-makefile section. .if defined(USE_KDE4) && ${USE_KDE4:Mkdeprefix} != "" @@ -129,11 +127,13 @@ Kde_Post_Include= bsd.kde4.mk # for ${component}; otherwise, it will default to 'build run'. # -_USE_KDE4_ALL= baseapps kate kdehier kdelibs kdeprefix korundum libkcddb \ - libkcompactdisc libkdcraw libkdeedu libkexiv2 libkipi \ - libkonq libksane marble okular oxygen perlkde perlqt \ - pimlibs pykde4 pykdeuic4 qtruby runtime sharedmime \ - smokegen smokekde smokeqt workspace +_USE_KDE4_ALL= baseapps kactivities kate kdehier kdelibs kdeprefix \ + korundum libkcddb libkcompactdisc libkdcraw libkdeedu \ + libkexiv2 libkdegames libkipi libkonq libksane marble \ + nepomuk-core nepomuk-widgets \ + okular oxygen perlkde perlqt pimlibs pykde4 pykdeuic4 \ + qtruby runtime sharedmime smokegen smokekde smokeqt \ + workspace # These components are not part of the Software Compilation. _USE_KDE4_ALL+= akonadi attica automoc4 ontologies qimageblitz soprano \ strigi @@ -142,6 +142,9 @@ baseapps_PORT= x11/kde4-baseapps baseapps_PATH= ${KDE4_PREFIX}/bin/kfmclient baseapps_TYPE= run +kactivities_PORT= x11/kactivities +kactivities_PATH= ${KDE4_PREFIX}/lib/libkactivities.so.6 + kate_PORT= editors/kate kate_PATH= ${KDE4_PREFIX}/lib/libkateinterfaces.so.5 @@ -163,16 +166,19 @@ libkcompactdisc_PORT= audio/libkcompactdisc libkcompactdisc_PATH= ${KDE4_PREFIX}/lib/libkcompactdisc.so.5 libkdcraw_PORT= graphics/libkdcraw-kde4 -libkdcraw_PATH= ${KDE4_PREFIX}/lib/libkdcraw.so.21 +libkdcraw_PATH= ${KDE4_PREFIX}/lib/libkdcraw.so.22 libkdeedu_PORT= misc/libkdeedu libkdeedu_PATH= ${KDE4_PREFIX}/lib/libkeduvocdocument.so.5 +libkdegames_PORT= games/libkdegames +libkdegames_PATH= ${KDE4_PREFIX}/lib/libkdegames.so.6 + libkexiv2_PORT= graphics/libkexiv2-kde4 libkexiv2_PATH= ${KDE4_PREFIX}/lib/libkexiv2.so.11 libkipi_PORT= graphics/libkipi-kde4 -libkipi_PATH= ${KDE4_PREFIX}/lib/libkipi.so.9 +libkipi_PATH= ${KDE4_PREFIX}/lib/libkipi.so.10 libkonq_PORT= x11/libkonq libkonq_PATH= ${KDE4_PREFIX}/lib/libkonq.so.7 @@ -181,10 +187,16 @@ libksane_PORT= graphics/libksane libksane_PATH= ${KDE4_PREFIX}/lib/libksane.so.0 marble_PORT= astro/marble -marble_PATH= ${KDE4_PREFIX}/lib/libmarblewidget.so.14 +marble_PATH= ${KDE4_PREFIX}/lib/libmarblewidget.so.15 + +nepomuk-core_PORT= sysutils/nepomuk-core +nepomuk-core_PATH= ${KDE4_PREFIX}/lib/libnepomukcore.so.5 + +nepomuk-widgets_PORT= sysutils/nepomuk-widgets +nepomuk-widgets_PATH= ${KDE4_PREFIX}/lib/libnepomukwidgets.so.5 okular_PORT= graphics/okular -okular_PATH= ${KDE4_PREFIX}/lib/libokularcore.so.1 +okular_PATH= ${KDE4_PREFIX}/lib/libokularcore.so.2 oxygen_PORT= x11-themes/kde4-icons-oxygen oxygen_PATH= ${KDE4_PREFIX}/share/icons/oxygen/index.theme @@ -286,4 +298,14 @@ IGNORE= can't be installed: unknown USE_KDE4 component '${component}' . endif # ${_USE_KDE4_ALL:M${component}} != "" .endfor +.if defined(USE_KDE4) && ${USE_KDE4:Msharedmime} != "" +post-install: post-install-sharedmime +. if !target(post-install-sharedmime) +post-install-sharedmime: + @-${LOCALBASE}/bin/update-mime-database ${KDE4_PREFIX}/share/mime + @${ECHO_CMD} "@exec ${LOCALBASE}/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true" >> ${TMPPLIST} + @${ECHO_CMD} "@unexec ${LOCALBASE}/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true" >> ${TMPPLIST} +. endif +.endif + .endif # defined(_POSTMKINCLUDED) && !defined(Kde_Post_Include) @@ -5,6 +5,17 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20130327: + AFFECTS: users of KDE SC 4 + AUTHOR: kde@FreeBSD.org + KDE SC ports have been updated to 4.10.1. kdelibs4 does no longer + directly use aspell or hspell, to regain their functionality enable + corresponding option in textproc/enchant. + A number of ports have been split and must be deinstalled before + upgrading: + + # pkg_delete -f kdegames-4\* kde-workspace-4\* kde-wallpapers-4\* + 20130326: AFFECTS: users of deskutils/strigi AUTHOR: makc@FreeBSD.org diff --git a/accessibility/jovie/Makefile b/accessibility/jovie/Makefile index 5ca4a0b5e8e1..8f6c627d24d8 100644 --- a/accessibility/jovie/Makefile +++ b/accessibility/jovie/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE text-to-speech system @@ -14,8 +14,8 @@ LIB_DEPENDS= speechd.5:${PORTSDIR}/accessibility/speech-dispatcher CONFLICTS= ktts-4.[4-6].* -USE_XZ= yes -USES= cmake +USE_XZ= yes +USES= cmake:outsource USE_KDE4= kdehier kdeprefix kdelibs automoc4 USE_QT4= xml qmake_build moc_build uic_build rcc_build MAKE_JOBS_SAFE= yes diff --git a/accessibility/jovie/distinfo b/accessibility/jovie/distinfo index 8a7e9dd5c60b..f590cf153064 100644 --- a/accessibility/jovie/distinfo +++ b/accessibility/jovie/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/jovie-4.9.5.tar.xz) = 347f676dbd5e6c26fc756dc53536cd5437b0a98864c249d85388e7fb3d2e87e2 -SIZE (KDE/jovie-4.9.5.tar.xz) = 369404 +SHA256 (KDE/4.10.1/jovie-4.10.1.tar.xz) = 1aa069dc876ee15debbfd2852c62292a0d3aef58288607a2c2a5eb8967cf488a +SIZE (KDE/4.10.1/jovie-4.10.1.tar.xz) = 369412 diff --git a/accessibility/kaccessible/Makefile b/accessibility/kaccessible/Makefile index 468e7b88e146..4027595807c5 100644 --- a/accessibility/kaccessible/Makefile +++ b/accessibility/kaccessible/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Accessibility services for KDE @@ -14,10 +14,11 @@ LIB_DEPENDS= speechd.5:${PORTSDIR}/accessibility/speech-dispatcher CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 USES= cmake:outsource -USE_QT4= qmake_build moc_build rcc_build uic_build +USE_QT4= corelib dbus gui xml \ + qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/accessibility/kaccessible/distinfo b/accessibility/kaccessible/distinfo index 44249c634e98..bc2bfcaa653b 100644 --- a/accessibility/kaccessible/distinfo +++ b/accessibility/kaccessible/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kaccessible-4.9.5.tar.xz) = 813053ae6d37e5f852a58d35198c1bf6739ed161eb134777ac45ee4d663ed7f4 -SIZE (KDE/kaccessible-4.9.5.tar.xz) = 20824 +SHA256 (KDE/4.10.1/kaccessible-4.10.1.tar.xz) = 2297fb28839cd16e9cafcc4b553726b335233b5d5065aef5459d062777ea6923 +SIZE (KDE/4.10.1/kaccessible-4.10.1.tar.xz) = 20884 diff --git a/accessibility/kdeaccessibility4/Makefile b/accessibility/kdeaccessibility4/Makefile index 3363744a1c65..d71f44c03094 100644 --- a/accessibility/kdeaccessibility4/Makefile +++ b/accessibility/kdeaccessibility4/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= kde@FreeBSD.org -COMMENT= Accessibility applications for KDE4 +COMMENT= Accessibility applications for KDE 4 USE_KDE4= kdeprefix NO_BUILD= yes diff --git a/accessibility/kmag/Makefile b/accessibility/kmag/Makefile index b0d1d27b7109..96096320f83d 100644 --- a/accessibility/kmag/Makefile +++ b/accessibility/kmag/Makefile @@ -5,14 +5,14 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE Screen magnifier CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build @@ -20,4 +20,7 @@ MAKE_JOBS_SAFE= yes MAN1= kmag.1 +# Somebody has to create port for libkdeaccessibilityclient first +CMAKE_ARGS+= -DWITH_QAccessibilityClient=off + .include <bsd.port.mk> diff --git a/accessibility/kmag/distinfo b/accessibility/kmag/distinfo index 709e681dbded..01fcdc6a46bf 100644 --- a/accessibility/kmag/distinfo +++ b/accessibility/kmag/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kmag-4.9.5.tar.xz) = 8713dbf8287502b4a48a53d03dcc67edf2223f03c0d14fc1cf452f47d5c217d5 -SIZE (KDE/kmag-4.9.5.tar.xz) = 92796 +SHA256 (KDE/4.10.1/kmag-4.10.1.tar.xz) = 6ba29ad5661597fd6bfdb9058a32f05588a0cf89c8e2eba2fc93a765698c7b6f +SIZE (KDE/4.10.1/kmag-4.10.1.tar.xz) = 93404 diff --git a/accessibility/kmousetool/Makefile b/accessibility/kmousetool/Makefile index 44f102ceee9d..6db72d477ccd 100644 --- a/accessibility/kmousetool/Makefile +++ b/accessibility/kmousetool/Makefile @@ -5,14 +5,14 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Automatic mouse click tool for KDE CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build diff --git a/accessibility/kmousetool/distinfo b/accessibility/kmousetool/distinfo index 2153a4a405aa..5e42a1c68a10 100644 --- a/accessibility/kmousetool/distinfo +++ b/accessibility/kmousetool/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kmousetool-4.9.5.tar.xz) = 0c2a5f9716f6a4be58159e5aeb0a9c0397113aea23d32b64fb2ef6bdbd6b1f2d -SIZE (KDE/kmousetool-4.9.5.tar.xz) = 43744 +SHA256 (KDE/4.10.1/kmousetool-4.10.1.tar.xz) = b22dfe9273114c9fd7ea9f90fffbe72cc5920d2515043479741a7328d0a77b8e +SIZE (KDE/4.10.1/kmousetool-4.10.1.tar.xz) = 43704 diff --git a/accessibility/kmouth/Makefile b/accessibility/kmouth/Makefile index 1689a2685f1c..e275869047bf 100644 --- a/accessibility/kmouth/Makefile +++ b/accessibility/kmouth/Makefile @@ -5,14 +5,14 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Speech synthesizer frontend for KDE CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build diff --git a/accessibility/kmouth/distinfo b/accessibility/kmouth/distinfo index 80bbef06aeb9..d8f76c266977 100644 --- a/accessibility/kmouth/distinfo +++ b/accessibility/kmouth/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kmouth-4.9.5.tar.xz) = 24e4520edc313f1818a788e8d427b2d80f298a0c93542f4d4df59335caf7d545 -SIZE (KDE/kmouth-4.9.5.tar.xz) = 321452 +SHA256 (KDE/4.10.1/kmouth-4.10.1.tar.xz) = 6a01dbc99be436717cde50c3e62b3e841d5f8b42469637442a068efa09f146c3 +SIZE (KDE/4.10.1/kmouth-4.10.1.tar.xz) = 321512 diff --git a/arabic/kde4-l10n/Makefile b/arabic/kde4-l10n/Makefile index f3e396fa31b0..e729047bd987 100644 --- a/arabic/kde4-l10n/Makefile +++ b/arabic/kde4-l10n/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= arabic kde MAINTAINER= kde@FreeBSD.org -COMMENT= Arabic messages and documentation for KDE4 +COMMENT= Arabic messages and documentation for KDE SC 4 KDE4_L10N= ar diff --git a/arabic/kde4-l10n/distinfo b/arabic/kde4-l10n/distinfo index b1934d7a18d1..2776533b7f78 100644 --- a/arabic/kde4-l10n/distinfo +++ b/arabic/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ar-4.9.5.tar.xz) = b89609079e35d4dc00d55272af17d0a60707c9e6b1bd0c5f2682b7b730f7f3eb -SIZE (KDE/kde-l10n/kde-l10n-ar-4.9.5.tar.xz) = 3321720 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ar-4.10.1.tar.xz) = 0486a8c29454f69d54126c64e298b8bfb3136d96f565a8d6d3e3e6e23eea9f8f +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ar-4.10.1.tar.xz) = 3347200 diff --git a/arabic/kde4-l10n/pkg-plist b/arabic/kde4-l10n/pkg-plist index 0639a8db0bed..d72754d6d17e 100644 --- a/arabic/kde4-l10n/pkg-plist +++ b/arabic/kde4-l10n/pkg-plist @@ -92,7 +92,6 @@ share/locale/ar/LC_MESSAGES/kalzium.mo share/locale/ar/LC_MESSAGES/kanagram.mo share/locale/ar/LC_MESSAGES/kapman.mo share/locale/ar/LC_MESSAGES/kate.mo -share/locale/ar/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/ar/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ar/LC_MESSAGES/katefiletemplates.mo share/locale/ar/LC_MESSAGES/katehelloworld.mo @@ -100,7 +99,6 @@ share/locale/ar/LC_MESSAGES/katekonsoleplugin.mo share/locale/ar/LC_MESSAGES/katemailfilesplugin.mo share/locale/ar/LC_MESSAGES/kateopenheader.mo share/locale/ar/LC_MESSAGES/katepart4.mo -share/locale/ar/LC_MESSAGES/katequickdocumentswitcherplugin.mo share/locale/ar/LC_MESSAGES/katesymbolviewer.mo share/locale/ar/LC_MESSAGES/katetabbarextension.mo share/locale/ar/LC_MESSAGES/katetextfilter.mo @@ -136,7 +134,6 @@ share/locale/ar/LC_MESSAGES/kcm_memory.mo share/locale/ar/LC_MESSAGES/kcm_nepomuk.mo share/locale/ar/LC_MESSAGES/kcm_pci.mo share/locale/ar/LC_MESSAGES/kcm_phonon.mo -share/locale/ar/LC_MESSAGES/kcm_phononxine.mo share/locale/ar/LC_MESSAGES/kcm_platform.mo share/locale/ar/LC_MESSAGES/kcm_solid.mo share/locale/ar/LC_MESSAGES/kcm_solid_actions.mo @@ -362,6 +359,7 @@ share/locale/ar/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ar/LC_MESSAGES/ktimer.mo share/locale/ar/LC_MESSAGES/ktimetracker.mo share/locale/ar/LC_MESSAGES/ktouch.mo +share/locale/ar/LC_MESSAGES/ktouchpadenabler.mo share/locale/ar/LC_MESSAGES/ktraderclient.mo share/locale/ar/LC_MESSAGES/ktuberling.mo share/locale/ar/LC_MESSAGES/kturtle.mo @@ -503,10 +501,10 @@ share/locale/ar/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ar/LC_MESSAGES/plasma_applet_news.mo share/locale/ar/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ar/LC_MESSAGES/plasma_applet_notes.mo -share/locale/ar/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ar/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ar/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ar/LC_MESSAGES/plasma_applet_opendesktop.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ar/LC_MESSAGES/plasma_applet_pager.mo share/locale/ar/LC_MESSAGES/plasma_applet_panel.mo @@ -588,21 +586,16 @@ share/locale/ar/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ar/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ar/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/ar/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/ar/LC_MESSAGES/plasmaengineexplorer.mo share/locale/ar/LC_MESSAGES/plasmagenericshell.mo share/locale/ar/LC_MESSAGES/plasmapkg.mo -share/locale/ar/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/ar/LC_MESSAGES/plasmoidviewer.mo share/locale/ar/LC_MESSAGES/powerdevil.mo share/locale/ar/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ar/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ar/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/ar/LC_MESSAGES/printer-applet.mo share/locale/ar/LC_MESSAGES/processcore.mo share/locale/ar/LC_MESSAGES/processui.mo share/locale/ar/LC_MESSAGES/randrmonitor.mo share/locale/ar/LC_MESSAGES/rellinks.mo -share/locale/ar/LC_MESSAGES/remote-widgets-browser.mo share/locale/ar/LC_MESSAGES/searchbarplugin.mo share/locale/ar/LC_MESSAGES/solid-hardware.mo share/locale/ar/LC_MESSAGES/solid-network.mo diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 54b7f0310554..3bf3a9589f07 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= archivers kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Archiving tool for KDE @@ -15,10 +15,10 @@ LIB_DEPENDS= qjson.0:${PORTSDIR}/devel/qjson CONFLICTS_INSTALL= kdeutils-4.[0-7].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs libkonq USES= cmake:outsource -USE_QT4= qmake_build moc_build rcc_build uic_build +USE_QT4= qtestlib qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/archivers/ark/distinfo b/archivers/ark/distinfo index ef81180ee13f..1cb7a6103c8c 100644 --- a/archivers/ark/distinfo +++ b/archivers/ark/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/ark-4.9.5.tar.xz) = 4f48f7e7cedab64243c3c9ed4ff069c1b37c9c2c4f04743b61a84214b930edcd -SIZE (KDE/ark-4.9.5.tar.xz) = 237816 +SHA256 (KDE/4.10.1/ark-4.10.1.tar.xz) = d374d099300388f19aeae794991ad640408a3923bdce63c72692a48c6caf2efd +SIZE (KDE/4.10.1/ark-4.10.1.tar.xz) = 238052 diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index 16fe33c75725..d5e1e88252cb 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -5,12 +5,13 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= astro kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 desktop planetarium -LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio +LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ + wcs:${PORTSDIR}/astro/wcslib BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 \ xplanet:${PORTSDIR}/astro/xplanet @@ -22,7 +23,7 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource USE_QT4= opengl qmake_build moc_build rcc_build uic_build -USE_XZ= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/astro/kstars/distinfo b/astro/kstars/distinfo index 94c8ec81c6a7..0758d750b85a 100644 --- a/astro/kstars/distinfo +++ b/astro/kstars/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kstars-4.9.5.tar.xz) = d3bb981bcbaffee81e42fbdca694d14c48dd26aab5942cef206b293a18aabf6e -SIZE (KDE/kstars-4.9.5.tar.xz) = 12264044 +SHA256 (KDE/4.10.1/kstars-4.10.1.tar.xz) = 68c8cb35280504b67327a3b5b5b4a91ba06db6231ef326afb57fbf7ffd1e43e3 +SIZE (KDE/4.10.1/kstars-4.10.1.tar.xz) = 12463236 diff --git a/astro/kstars/pkg-plist b/astro/kstars/pkg-plist index 116f1fb86d81..31f2a9bcb14a 100644 --- a/astro/kstars/pkg-plist +++ b/astro/kstars/pkg-plist @@ -316,6 +316,16 @@ share/apps/kstars/wzscope.png share/apps/kstars/wzstars.png share/config.kcfg/kstars.kcfg share/config/kstars.knsrc +share/doc/HTML/en/kstars/Add_Object_to_Session_plan.png +share/doc/HTML/en/kstars/Another_way4.png +share/doc/HTML/en/kstars/Another_way5.png +share/doc/HTML/en/kstars/Another_way6.png +share/doc/HTML/en/kstars/Another_way_to_add.png +share/doc/HTML/en/kstars/Another_way_to_add_part3.png +share/doc/HTML/en/kstars/Delete_all_images.png +share/doc/HTML/en/kstars/KStars_Neptune.png +share/doc/HTML/en/kstars/Savin_session.png +share/doc/HTML/en/kstars/WUT.png share/doc/HTML/en/kstars/aavso.png share/doc/HTML/en/kstars/ai-contents.docbook share/doc/HTML/en/kstars/alpha.png @@ -353,6 +363,7 @@ share/doc/HTML/en/kstars/colorandtemp.docbook share/doc/HTML/en/kstars/commands.docbook share/doc/HTML/en/kstars/common share/doc/HTML/en/kstars/config.docbook +share/doc/HTML/en/kstars/cosmicdist.docbook share/doc/HTML/en/kstars/cpoles.docbook share/doc/HTML/en/kstars/credits.docbook share/doc/HTML/en/kstars/csphere.docbook @@ -360,10 +371,14 @@ share/doc/HTML/en/kstars/darkmatter.docbook share/doc/HTML/en/kstars/detaildialog.png share/doc/HTML/en/kstars/details.docbook share/doc/HTML/en/kstars/devicemanager.png +share/doc/HTML/en/kstars/dss.png share/doc/HTML/en/kstars/dumpmode.docbook share/doc/HTML/en/kstars/ecliptic.docbook share/doc/HTML/en/kstars/ellipticalgalaxies.docbook +share/doc/HTML/en/kstars/epoch.docbook share/doc/HTML/en/kstars/equinox.docbook +share/doc/HTML/en/kstars/execute_session_nt.png +share/doc/HTML/en/kstars/execute_session_the_nt.png share/doc/HTML/en/kstars/faq.docbook share/doc/HTML/en/kstars/find.png share/doc/HTML/en/kstars/fitsarea.png @@ -401,8 +416,7 @@ share/doc/HTML/en/kstars/luminosity_ex.png share/doc/HTML/en/kstars/magnitude.docbook share/doc/HTML/en/kstars/meridian.docbook share/doc/HTML/en/kstars/newfov.png -share/doc/HTML/en/kstars/observinglist.docbook -share/doc/HTML/en/kstars/observinglist.png +share/doc/HTML/en/kstars/obsplanner.docbook share/doc/HTML/en/kstars/parallax.docbook share/doc/HTML/en/kstars/popup.png share/doc/HTML/en/kstars/precession.docbook @@ -411,6 +425,7 @@ share/doc/HTML/en/kstars/retrograde.docbook share/doc/HTML/en/kstars/screen1.png share/doc/HTML/en/kstars/scriptbuilder.docbook share/doc/HTML/en/kstars/scriptbuilder.png +share/doc/HTML/en/kstars/sds.png share/doc/HTML/en/kstars/sidereal.docbook share/doc/HTML/en/kstars/skycoords.docbook share/doc/HTML/en/kstars/skymapdevice.png @@ -419,6 +434,7 @@ share/doc/HTML/en/kstars/solarsystem.png share/doc/HTML/en/kstars/spiralgalaxies.docbook share/doc/HTML/en/kstars/star_colors.png share/doc/HTML/en/kstars/stars.docbook +share/doc/HTML/en/kstars/telescopes.docbook share/doc/HTML/en/kstars/timezones.docbook share/doc/HTML/en/kstars/tools.docbook share/doc/HTML/en/kstars/utime.docbook diff --git a/astro/marble/Makefile b/astro/marble/Makefile index bc441595638b..190262de5c06 100644 --- a/astro/marble/Makefile +++ b/astro/marble/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= astro kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Virtual globe and world atlas for KDE @@ -14,10 +14,10 @@ CONFLICTS= kdeedu-4.4.[0-4] USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= dbus declarative gui network \ - phonon script sql svg webkit xml \ +USE_QT4= corelib dbus declarative designer_build gui network phonon \ + qtestlib script sql svg webkit xml \ qmake_build moc_build rcc_build uic_build -USE_XZ= yes +USE_XZ= yes USE_GMAKE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/astro/marble/distinfo b/astro/marble/distinfo index d5fd5ab64762..3fe5138c7328 100644 --- a/astro/marble/distinfo +++ b/astro/marble/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/marble-4.9.5.tar.xz) = f9c5dba318050d771b174b1f76cd006da3d87a93647ab1220cc573905ad24ede -SIZE (KDE/marble-4.9.5.tar.xz) = 19931340 +SHA256 (KDE/4.10.1/marble-4.10.1.tar.xz) = 112d09761052650498e114534312f234b241cf81f2283322f6d55728d27b6c72 +SIZE (KDE/4.10.1/marble-4.10.1.tar.xz) = 19462736 diff --git a/astro/marble/pkg-plist b/astro/marble/pkg-plist index 383ec6f87fc5..bf1e4a2a865f 100644 --- a/astro/marble/pkg-plist +++ b/astro/marble/pkg-plist @@ -10,9 +10,11 @@ include/marble/AbstractProjection.h include/marble/AbstractWorkerThread.h include/marble/AlternativeRoutesModel.h include/marble/AutoNavigation.h +include/marble/BillboardGraphicsItem.h include/marble/BookmarkManager.h include/marble/ClipPainter.h include/marble/CurrentLocationWidget.h +include/marble/CylindricalProjection.h include/marble/DialogConfigurationInterface.h include/marble/DownloadRegion.h include/marble/DownloadRegionDialog.h @@ -109,6 +111,7 @@ include/marble/SunLocator.h include/marble/TileCoordsPyramid.h include/marble/TileCreator.h include/marble/TileCreatorDialog.h +include/marble/TileId.h include/marble/TileLevelRangeWidget.h include/marble/TinyWebBrowser.h include/marble/ViewportParams.h @@ -120,6 +123,7 @@ lib/kde4/libmarble_part.so lib/kde4/plasma_applet_worldclock.so lib/kde4/plasma_runner_marble.so lib/kde4/plugins/marble/AprsPlugin.so +lib/kde4/plugins/marble/AtmospherePlugin.so lib/kde4/plugins/marble/CachePlugin.so lib/kde4/plugins/marble/CompassFloatItem.so lib/kde4/plugins/marble/CrosshairsPlugin.so @@ -127,6 +131,7 @@ lib/kde4/plugins/marble/EarthquakePlugin.so lib/kde4/plugins/marble/ElevationProfileFloatItem.so lib/kde4/plugins/marble/ElevationProfileMarker.so lib/kde4/plugins/marble/FlightGearPositionProviderPlugin.so +lib/kde4/plugins/marble/FoursquarePlugin.so lib/kde4/plugins/marble/GosmoreReverseGeocodingPlugin.so lib/kde4/plugins/marble/GosmoreRoutingPlugin.so lib/kde4/plugins/marble/GpsInfo.so @@ -134,6 +139,7 @@ lib/kde4/plugins/marble/GpsInfo.so lib/kde4/plugins/marble/GpxPlugin.so lib/kde4/plugins/marble/GraticulePlugin.so lib/kde4/plugins/marble/HostipPlugin.so +lib/kde4/plugins/marble/JsonPlugin.so lib/kde4/plugins/marble/KmlPlugin.so lib/kde4/plugins/marble/LatLonPlugin.so lib/kde4/plugins/marble/LocalDatabasePlugin.so @@ -169,9 +175,12 @@ lib/kde4/plugins/marble/Weather.so lib/kde4/plugins/marble/Wikipedia.so lib/kde4/plugins/marble/YoursPlugin.so lib/libmarblewidget.so -lib/libmarblewidget.so.0.14.0 -lib/libmarblewidget.so.14 +lib/libmarblewidget.so.0.15.0 +lib/libmarblewidget.so.15 share/applications/kde4/marble.desktop +share/applications/kde4/marble_gpx.desktop +share/applications/kde4/marble_kml.desktop +share/applications/kde4/marble_osm.desktop share/apps/cmake/modules/FindMarble.cmake share/apps/marble/data/LICENSE.txt share/apps/marble/data/audio/KDE-Sys-App-Positive.ogg @@ -212,6 +221,15 @@ share/apps/marble/data/bitmaps/earth_apollo.jpg share/apps/marble/data/bitmaps/flag.png share/apps/marble/data/bitmaps/folder.png share/apps/marble/data/bitmaps/hand.png +share/apps/marble/data/bitmaps/highway_footway.png +share/apps/marble/data/bitmaps/highway_motorway.png +share/apps/marble/data/bitmaps/highway_path.png +share/apps/marble/data/bitmaps/highway_primary.png +share/apps/marble/data/bitmaps/highway_secondary.png +share/apps/marble/data/bitmaps/highway_tertiary.png +share/apps/marble/data/bitmaps/highway_track.png +share/apps/marble/data/bitmaps/highway_trunk.png +share/apps/marble/data/bitmaps/highway_unclassified.png share/apps/marble/data/bitmaps/lake.png share/apps/marble/data/bitmaps/manned_landing.png share/apps/marble/data/bitmaps/mountain_1.png @@ -282,6 +300,7 @@ share/apps/marble/data/bitmaps/robotic_rover.png share/apps/marble/data/bitmaps/routing_pick.png share/apps/marble/data/bitmaps/routing_remove.png share/apps/marble/data/bitmaps/routing_step.png +share/apps/marble/data/bitmaps/satellite.png share/apps/marble/data/bitmaps/shipwreck.png share/apps/marble/data/bitmaps/turn-around.png share/apps/marble/data/bitmaps/turn-continue.png @@ -830,6 +849,7 @@ share/apps/marble/data/svg/marble-logo-inverted-32dpi.png share/apps/marble/data/svg/marble-logo-inverted-72dpi.png share/apps/marble/data/svg/marble-logo.png share/apps/marble/data/svg/marble-logo.svg +share/apps/marble/data/svg/sun.png share/apps/marble/data/svg/sunshine.png share/apps/marble/data/svg/track_turtle.svg share/apps/marble/data/svg/wikipedia.svg @@ -896,8 +916,16 @@ share/icons/hicolor/32x32/apps/marble.png share/icons/hicolor/48x48/apps/marble.png share/icons/hicolor/64x64/apps/marble.png share/kde4/services/marble_part.desktop +share/kde4/services/marble_part_gpx.desktop +share/kde4/services/marble_part_kml.desktop +share/kde4/services/marble_part_osm.desktop share/kde4/services/plasma-applet-kworldclock.desktop share/kde4/services/plasma-runner-marble.desktop +share/mime/application/x-esri-shape-index.xml +share/mime/application/x-esri-shape.xml +share/mime/application/x-gpx+xml.xml +share/mime/application/x-osm+xml.xml +share/mime/packages/geo.xml @dirrm share/doc/HTML/en/marble @dirrm share/apps/marble/data/weather @dirrm share/apps/marble/data/svg diff --git a/audio/juk/Makefile b/audio/juk/Makefile index e5635b326a36..e91503086a6a 100644 --- a/audio/juk/Makefile +++ b/audio/juk/Makefile @@ -6,10 +6,10 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= Juk is a jukebox, tagger and music collection manager +COMMENT= Jukebox, tagger and music collection manager LICENSE= GPLv2 @@ -17,12 +17,12 @@ LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* -CMAKE_ARGS= -DWITH_TunePimp:BOOL=OFF -MAKE_JOBS_SAFE= yes USES= cmake:outsource USE_KDE4= automoc4 kdehier kdelibs kdeprefix -USE_QT4= dbus qt3support svg \ - moc_build qmake_build rcc_build uic_build +USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes +MAKE_JOBS_SAFE= yes + +CMAKE_ARGS= -DWITH_TunePimp:BOOL=OFF .include <bsd.port.mk> diff --git a/audio/juk/distinfo b/audio/juk/distinfo index 6133356735e7..9a612d979998 100644 --- a/audio/juk/distinfo +++ b/audio/juk/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/juk-4.9.5.tar.xz) = 033cc5ee53e7b0febb94267a5151117d63bbe9a1e58fce6c9f2f21050df4954e -SIZE (KDE/juk-4.9.5.tar.xz) = 445624 +SHA256 (KDE/4.10.1/juk-4.10.1.tar.xz) = 7d3d55d00d74c103182a2d23391b9b4f7caebbffc2a66e5f845d9df2729b8f33 +SIZE (KDE/4.10.1/juk-4.10.1.tar.xz) = 447400 diff --git a/audio/kio-audiocd/Makefile b/audio/kio-audiocd/Makefile index 5efc9b8e8fee..148188de6805 100644 --- a/audio/kio-audiocd/Makefile +++ b/audio/kio-audiocd/Makefile @@ -7,7 +7,7 @@ CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DISTNAME= audiocd-kio-${PORTVERSION} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE IOSlave for accessing audio CDs @@ -21,13 +21,13 @@ LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* -USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes USES= cmake:outsource USE_KDE4= kdehier kdelibs kdeprefix libkcddb libkcompactdisc \ automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= LAME LAME_DESC= Install LAME MP3 audio encoder diff --git a/audio/kio-audiocd/distinfo b/audio/kio-audiocd/distinfo index ead1238fee6e..ed231a9bf8ff 100644 --- a/audio/kio-audiocd/distinfo +++ b/audio/kio-audiocd/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/audiocd-kio-4.9.5.tar.xz) = 8b0f93267573de83917c80d8e6a30860c7c3331ecd45f6f181a123ce5ae02637 -SIZE (KDE/audiocd-kio-4.9.5.tar.xz) = 56640 +SHA256 (KDE/4.10.1/audiocd-kio-4.10.1.tar.xz) = 4f44ab9b34ad19d637b2f0306bd28751c24b079c9c673a87ee8cc71f5189cc58 +SIZE (KDE/4.10.1/audiocd-kio-4.10.1.tar.xz) = 56784 diff --git a/audio/kio-audiocd/pkg-plist b/audio/kio-audiocd/pkg-plist index 683675b3cd3d..018cf6a1d297 100644 --- a/audio/kio-audiocd/pkg-plist +++ b/audio/kio-audiocd/pkg-plist @@ -8,8 +8,6 @@ lib/kde4/libaudiocd_encoder_wav.so lib/libaudiocdplugins.so lib/libaudiocdplugins.so.5 lib/libaudiocdplugins.so.5.0.1 -share/apps/kconf_update/audiocd.upd -share/apps/kconf_update/upgrade-metadata.sh share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop share/apps/solid/actions/solid_audiocd.desktop share/config.kcfg/audiocd_lame_encoder.kcfg diff --git a/audio/kmix/Makefile b/audio/kmix/Makefile index f1010073b3b7..9c1e0d30e7dc 100644 --- a/audio/kmix/Makefile +++ b/audio/kmix/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Sound mixer for KDE @@ -15,12 +15,12 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* -MAKE_JOBS_SAFE= yes USES= cmake:outsource USE_KDE4= automoc4 kdehier kdelibs kdeprefix -USE_QT4= dbus phonon xml \ +USE_QT4= gui phonon xml \ moc_build qmake_build rcc_build uic_build USE_XZ= yes +MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= ALSA PULSEAUDIO diff --git a/audio/kmix/distinfo b/audio/kmix/distinfo index 9727ac2df655..9d2310462950 100644 --- a/audio/kmix/distinfo +++ b/audio/kmix/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kmix-4.9.5.tar.xz) = 92736cd071b42ead1efdc7b29ba93057628a77da21e23d535d8d59690497a23c -SIZE (KDE/kmix-4.9.5.tar.xz) = 306136 +SHA256 (KDE/4.10.1/kmix-4.10.1.tar.xz) = cc2b70df3f5b21b2ec7246b20f527ace37a2ae90afb9ada4232113fbb30b2fba +SIZE (KDE/4.10.1/kmix-4.10.1.tar.xz) = 385504 diff --git a/audio/kmix/pkg-plist b/audio/kmix/pkg-plist index e60aa51e2a9e..7483c17dc573 100644 --- a/audio/kmix/pkg-plist +++ b/audio/kmix/pkg-plist @@ -38,7 +38,6 @@ share/dbus-1/interfaces/org.kde.kmix.mixset.xml share/doc/HTML/en/kmix/common share/doc/HTML/en/kmix/index.cache.bz2 share/doc/HTML/en/kmix/index.docbook -share/doc/HTML/en/kmix/kmix-channels.png share/doc/HTML/en/kmix/kmix-configure.png share/doc/HTML/en/kmix/kmix-file.png share/doc/HTML/en/kmix/kmix-master.png diff --git a/audio/kscd/Makefile b/audio/kscd/Makefile index 480682fddf00..bccaa6d6e1bf 100644 --- a/audio/kscd/Makefile +++ b/audio/kscd/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= CD Player for KDE @@ -17,12 +17,12 @@ LIB_DEPENDS= musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* -MAKE_JOBS_SAFE= yes USES= cmake:outsource USE_KDE4= kdehier kdelibs kdeprefix libkcddb libkcompactdisc \ automoc4 USE_QT4= phonon moc_build qmake_build rcc_build uic_build USE_XZ= yes +MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= ALSA diff --git a/audio/kscd/distinfo b/audio/kscd/distinfo index 60ab38ec731e..712dd250a0ff 100644 --- a/audio/kscd/distinfo +++ b/audio/kscd/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kscd-4.9.5.tar.xz) = 8b0b0b36fb21385d4353cc402880a9c61f5fee6997cba14932629641a64a0cc7 -SIZE (KDE/kscd-4.9.5.tar.xz) = 95608 +SHA256 (KDE/4.10.1/kscd-4.10.1.tar.xz) = 81358eb6b531aba324d8d4996648d4e098e1168e42479a650f6a95fd030e65bc +SIZE (KDE/4.10.1/kscd-4.10.1.tar.xz) = 94620 diff --git a/audio/kscd/pkg-plist b/audio/kscd/pkg-plist index 29ce3aae5602..d74abc815814 100644 --- a/audio/kscd/pkg-plist +++ b/audio/kscd/pkg-plist @@ -12,6 +12,5 @@ share/icons/hicolor/16x16/apps/kscd.png share/icons/hicolor/32x32/apps/kscd.png share/icons/hicolor/48x48/apps/kscd.png share/icons/hicolor/64x64/apps/kscd.png -share/icons/oxygen/22x22/actions/kscd-dock.png @dirrm share/apps/kscd/skin @dirrm share/apps/kscd diff --git a/audio/libkcddb/Makefile b/audio/libkcddb/Makefile index 87be0a8ef7a5..e8b5e5e8a51d 100644 --- a/audio/libkcddb/Makefile +++ b/audio/libkcddb/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE CDDB library @@ -15,11 +15,11 @@ LIB_DEPENDS= musicbrainz5:${PORTSDIR}/audio/libmusicbrainz5 CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* -USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes USES= cmake:outsource USE_KDE4= automoc4 kdehier kdelibs kdeprefix -USE_QT4= moc_build qmake_build rcc_build uic_build +USE_QT4= qtestlib moc_build qmake_build rcc_build uic_build USE_XZ= yes +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/audio/libkcddb/distinfo b/audio/libkcddb/distinfo index 9557ac22c4bc..9be35216a39e 100644 --- a/audio/libkcddb/distinfo +++ b/audio/libkcddb/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/libkcddb-4.9.5.tar.xz) = 66f57e104079152e609c5d054d253da243449198b18e7e73c450b24be198c49b -SIZE (KDE/libkcddb-4.9.5.tar.xz) = 159220 +SHA256 (KDE/4.10.1/libkcddb-4.10.1.tar.xz) = 3b05cb2cc38c0e5528440d91aab647225c0a3f49fefbb64f092f149da729a2d6 +SIZE (KDE/4.10.1/libkcddb-4.10.1.tar.xz) = 164768 diff --git a/audio/libkcddb/pkg-plist b/audio/libkcddb/pkg-plist index 938bec9a4b0e..81508caa1b00 100644 --- a/audio/libkcddb/pkg-plist +++ b/audio/libkcddb/pkg-plist @@ -13,7 +13,6 @@ lib/kde4/kcm_cddb.so lib/libkcddb.so lib/libkcddb.so.5 lib/libkcddb.so.5.0.1 -share/apps/kconf_update/kcmcddb-emailsettings.upd share/config.kcfg/libkcddb.kcfg share/doc/HTML/en/kcontrol/cddbretrieval/common share/doc/HTML/en/kcontrol/cddbretrieval/index.cache.bz2 diff --git a/audio/libkcompactdisc/Makefile b/audio/libkcompactdisc/Makefile index 4d01a31f7bff..5e8feb55811c 100644 --- a/audio/libkcompactdisc/Makefile +++ b/audio/libkcompactdisc/Makefile @@ -6,19 +6,19 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE library for interfacing with audio CDs CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* -USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes USES= cmake:outsource USE_KDE4= automoc4 kdehier kdelibs kdeprefix -USE_QT4= dbus phonon moc_build qmake_build rcc_build uic_build +USE_QT4= phonon moc_build qmake_build rcc_build uic_build USE_XZ= yes +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= ALSA diff --git a/audio/libkcompactdisc/distinfo b/audio/libkcompactdisc/distinfo index 2489ffb8d447..7f795b860eb2 100644 --- a/audio/libkcompactdisc/distinfo +++ b/audio/libkcompactdisc/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/libkcompactdisc-4.9.5.tar.xz) = dfc31475b0797dfc563bdda1bee04d44e182798ffa1808dcf8d3716b14a2942f -SIZE (KDE/libkcompactdisc-4.9.5.tar.xz) = 77264 +SHA256 (KDE/4.10.1/libkcompactdisc-4.10.1.tar.xz) = cade775f4f4679771a31569b1d7c4a3d8af45f43636c7767f3b7aac2dbd85323 +SIZE (KDE/4.10.1/libkcompactdisc-4.10.1.tar.xz) = 77276 diff --git a/chinese/kde4-l10n-zh_CN/Makefile b/chinese/kde4-l10n-zh_CN/Makefile index 1b5e5275aa83..284cb8566671 100644 --- a/chinese/kde4-l10n-zh_CN/Makefile +++ b/chinese/kde4-l10n-zh_CN/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= chinese kde MAINTAINER= kde@FreeBSD.org -COMMENT= Simplified Chinese messages and documentation for KDE4 +COMMENT= Simplified Chinese messages and documentation for KDE SC 4 KDE4_L10N= zh_CN diff --git a/chinese/kde4-l10n-zh_CN/distinfo b/chinese/kde4-l10n-zh_CN/distinfo index f8769fd89ede..9d8503fa0a6b 100644 --- a/chinese/kde4-l10n-zh_CN/distinfo +++ b/chinese/kde4-l10n-zh_CN/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-zh_CN-4.9.5.tar.xz) = 12b1e4c859b2f3f61c9c96ec7631a57d2bd69de8542066fed82027b160e40c59 -SIZE (KDE/kde-l10n/kde-l10n-zh_CN-4.9.5.tar.xz) = 3514188 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-zh_CN-4.10.1.tar.xz) = d27a4a8d1fb261c3befa245310a81e0da313173726bebd154bd716accfd3ed18 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-zh_CN-4.10.1.tar.xz) = 3575316 diff --git a/chinese/kde4-l10n-zh_CN/pkg-plist b/chinese/kde4-l10n-zh_CN/pkg-plist index 78cde5b14b99..212e0f8e6b9b 100644 --- a/chinese/kde4-l10n-zh_CN/pkg-plist +++ b/chinese/kde4-l10n-zh_CN/pkg-plist @@ -45,12 +45,18 @@ share/locale/zh_CN/LC_MESSAGES/accountwizard_kolab.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_mailbox.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_maildir.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_pop3.mo +share/locale/zh_CN/LC_MESSAGES/accountwizard_tine20.mo +share/locale/zh_CN/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/zh_CN/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/zh_CN/LC_MESSAGES/adblock.mo share/locale/zh_CN/LC_MESSAGES/akonadi-filestore.mo +share/locale/zh_CN/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/zh_CN/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/zh_CN/LC_MESSAGES/akonadi_google_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/zh_CN/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_imap_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/zh_CN/LC_MESSAGES/akonadi_kabc_resource.mo @@ -68,7 +74,7 @@ share/locale/zh_CN/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/zh_CN/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/zh_CN/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_next.mo share/locale/zh_CN/LC_MESSAGES/akonadi_nntp_resource.mo @@ -136,6 +142,7 @@ share/locale/zh_CN/LC_MESSAGES/kabcformat_binary.mo share/locale/zh_CN/LC_MESSAGES/kaccess.mo share/locale/zh_CN/LC_MESSAGES/kaccessibleapp.mo share/locale/zh_CN/LC_MESSAGES/kactivitymanagerd.mo +share/locale/zh_CN/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/zh_CN/LC_MESSAGES/kaddressbook-mobile.mo share/locale/zh_CN/LC_MESSAGES/kaddressbook.mo share/locale/zh_CN/LC_MESSAGES/kaddressbookmigrator.mo @@ -151,7 +158,6 @@ share/locale/zh_CN/LC_MESSAGES/kate.mo share/locale/zh_CN/LC_MESSAGES/kate_kttsd.mo share/locale/zh_CN/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/zh_CN/LC_MESSAGES/katebuild-plugin.mo -share/locale/zh_CN/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/zh_CN/LC_MESSAGES/katefilebrowserplugin.mo share/locale/zh_CN/LC_MESSAGES/katefiletemplates.mo share/locale/zh_CN/LC_MESSAGES/kategdbplugin.mo @@ -160,9 +166,10 @@ share/locale/zh_CN/LC_MESSAGES/katekonsoleplugin.mo share/locale/zh_CN/LC_MESSAGES/katemailfilesplugin.mo share/locale/zh_CN/LC_MESSAGES/kateopenheader.mo share/locale/zh_CN/LC_MESSAGES/katepart4.mo -share/locale/zh_CN/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/zh_CN/LC_MESSAGES/kateproject.mo share/locale/zh_CN/LC_MESSAGES/katesearch.mo share/locale/zh_CN/LC_MESSAGES/katesnippets_tng.mo +share/locale/zh_CN/LC_MESSAGES/katesnippetsplugin.mo share/locale/zh_CN/LC_MESSAGES/katesql.mo share/locale/zh_CN/LC_MESSAGES/katesymbolviewer.mo share/locale/zh_CN/LC_MESSAGES/katetabbarextension.mo @@ -185,6 +192,7 @@ share/locale/zh_CN/LC_MESSAGES/kcalc.mo share/locale/zh_CN/LC_MESSAGES/kcertpart.mo share/locale/zh_CN/LC_MESSAGES/kcharselect.mo share/locale/zh_CN/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/zh_CN/LC_MESSAGES/kcm_activities.mo share/locale/zh_CN/LC_MESSAGES/kcm_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/zh_CN/LC_MESSAGES/kcm_attica.mo @@ -202,7 +210,6 @@ share/locale/zh_CN/LC_MESSAGES/kcm_memory.mo share/locale/zh_CN/LC_MESSAGES/kcm_nepomuk.mo share/locale/zh_CN/LC_MESSAGES/kcm_pci.mo share/locale/zh_CN/LC_MESSAGES/kcm_phonon.mo -share/locale/zh_CN/LC_MESSAGES/kcm_phononxine.mo share/locale/zh_CN/LC_MESSAGES/kcm_platform.mo share/locale/zh_CN/LC_MESSAGES/kcm_remotecontrol.mo share/locale/zh_CN/LC_MESSAGES/kcm_solid.mo @@ -349,12 +356,14 @@ share/locale/zh_CN/LC_MESSAGES/kio_sieve.mo share/locale/zh_CN/LC_MESSAGES/kio_smb.mo share/locale/zh_CN/LC_MESSAGES/kio_smtp.mo share/locale/zh_CN/LC_MESSAGES/kio_svn.mo +share/locale/zh_CN/LC_MESSAGES/kio_tags.mo share/locale/zh_CN/LC_MESSAGES/kio_thumbnail.mo share/locale/zh_CN/LC_MESSAGES/kio_timeline.mo share/locale/zh_CN/LC_MESSAGES/kio_trash.mo share/locale/zh_CN/LC_MESSAGES/kio_zeroconf.mo share/locale/zh_CN/LC_MESSAGES/kioclient.mo share/locale/zh_CN/LC_MESSAGES/kioexec.mo +share/locale/zh_CN/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/zh_CN/LC_MESSAGES/kiriki.mo share/locale/zh_CN/LC_MESSAGES/kiten.mo share/locale/zh_CN/LC_MESSAGES/kjots.mo @@ -424,6 +433,8 @@ share/locale/zh_CN/LC_MESSAGES/kruler.mo share/locale/zh_CN/LC_MESSAGES/krunner.mo share/locale/zh_CN/LC_MESSAGES/ksaneplugin.mo share/locale/zh_CN/LC_MESSAGES/kscd.mo +share/locale/zh_CN/LC_MESSAGES/kscreenlocker.mo +share/locale/zh_CN/LC_MESSAGES/kscreenlocker_greet.mo share/locale/zh_CN/LC_MESSAGES/kscreensaver.mo share/locale/zh_CN/LC_MESSAGES/ksendemail.mo share/locale/zh_CN/LC_MESSAGES/kshellcmdplugin.mo @@ -455,6 +466,7 @@ share/locale/zh_CN/LC_MESSAGES/ktimer.mo share/locale/zh_CN/LC_MESSAGES/ktimetracker.mo share/locale/zh_CN/LC_MESSAGES/ktnef.mo share/locale/zh_CN/LC_MESSAGES/ktouch.mo +share/locale/zh_CN/LC_MESSAGES/ktouchpadenabler.mo share/locale/zh_CN/LC_MESSAGES/ktraderclient.mo share/locale/zh_CN/LC_MESSAGES/ktron.mo share/locale/zh_CN/LC_MESSAGES/ktuberling.mo @@ -501,6 +513,7 @@ share/locale/zh_CN/LC_MESSAGES/libkdepimmobileui.mo share/locale/zh_CN/LC_MESSAGES/libkexiv2.mo share/locale/zh_CN/LC_MESSAGES/libkholidays.mo share/locale/zh_CN/LC_MESSAGES/libkimap.mo +share/locale/zh_CN/LC_MESSAGES/libkipi.mo share/locale/zh_CN/LC_MESSAGES/libkldap.mo share/locale/zh_CN/LC_MESSAGES/libkleopatra.mo share/locale/zh_CN/LC_MESSAGES/libkmahjongg.mo @@ -530,12 +543,13 @@ share/locale/zh_CN/LC_MESSAGES/libmessageviewer.mo share/locale/zh_CN/LC_MESSAGES/liboktetacore.mo share/locale/zh_CN/LC_MESSAGES/liboktetagui.mo share/locale/zh_CN/LC_MESSAGES/liboktetakasten.mo +share/locale/zh_CN/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/zh_CN/LC_MESSAGES/libphonon.mo +share/locale/zh_CN/LC_MESSAGES/libpimcommon.mo share/locale/zh_CN/LC_MESSAGES/libplasma.mo share/locale/zh_CN/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/zh_CN/LC_MESSAGES/libplasmaclock.mo share/locale/zh_CN/LC_MESSAGES/libplasmaweather.mo -share/locale/zh_CN/LC_MESSAGES/librtm.mo share/locale/zh_CN/LC_MESSAGES/libtaskmanager.mo share/locale/zh_CN/LC_MESSAGES/libtemplateparser.mo share/locale/zh_CN/LC_MESSAGES/lokalize.mo @@ -552,12 +566,14 @@ share/locale/zh_CN/LC_MESSAGES/minitoolsplugin.mo share/locale/zh_CN/LC_MESSAGES/mplayerthumbs.mo share/locale/zh_CN/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/zh_CN/LC_MESSAGES/nepomukbackup.mo +share/locale/zh_CN/LC_MESSAGES/nepomukcleaner.mo share/locale/zh_CN/LC_MESSAGES/nepomukcontroller.mo share/locale/zh_CN/LC_MESSAGES/nepomukfileindexer.mo share/locale/zh_CN/LC_MESSAGES/nepomukqueryservice.mo share/locale/zh_CN/LC_MESSAGES/nepomukserver.mo share/locale/zh_CN/LC_MESSAGES/nepomukservicestub.mo share/locale/zh_CN/LC_MESSAGES/nepomukstorage.mo +share/locale/zh_CN/LC_MESSAGES/nepomukwidgets.mo share/locale/zh_CN/LC_MESSAGES/newmailnotifieragent.mo share/locale/zh_CN/LC_MESSAGES/notes-mobile.mo share/locale/zh_CN/LC_MESSAGES/nsplugin.mo @@ -580,13 +596,17 @@ share/locale/zh_CN/LC_MESSAGES/okular_plucker.mo share/locale/zh_CN/LC_MESSAGES/okular_poppler.mo share/locale/zh_CN/LC_MESSAGES/okular_tiff.mo share/locale/zh_CN/LC_MESSAGES/okular_xps.mo +share/locale/zh_CN/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/zh_CN/LC_MESSAGES/pairs.mo +share/locale/zh_CN/LC_MESSAGES/pairseditor.mo share/locale/zh_CN/LC_MESSAGES/palapeli.mo share/locale/zh_CN/LC_MESSAGES/parley.mo share/locale/zh_CN/LC_MESSAGES/phonon_gstreamer.mo share/locale/zh_CN/LC_MESSAGES/phonon_kde.mo share/locale/zh_CN/LC_MESSAGES/phonon_vlc.mo share/locale/zh_CN/LC_MESSAGES/phononserver.mo +share/locale/zh_CN/LC_MESSAGES/picmi.mo +share/locale/zh_CN/LC_MESSAGES/pimsettingexporter.mo share/locale/zh_CN/LC_MESSAGES/plasma-desktop.mo share/locale/zh_CN/LC_MESSAGES/plasma-netbook.mo share/locale/zh_CN/LC_MESSAGES/plasma-overlay.mo @@ -636,12 +656,12 @@ share/locale/zh_CN/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_news.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_notes.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_notifications.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_notifier.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_pager.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_panel.mo @@ -650,6 +670,7 @@ share/locale/zh_CN/LC_MESSAGES/plasma_applet_paste.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -712,6 +733,7 @@ share/locale/zh_CN/LC_MESSAGES/plasma_runner_kill.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_locations.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -739,24 +761,23 @@ share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/zh_CN/LC_MESSAGES/plasmaengineexplorer.mo share/locale/zh_CN/LC_MESSAGES/plasmagenericshell.mo share/locale/zh_CN/LC_MESSAGES/plasmapkg.mo -share/locale/zh_CN/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/zh_CN/LC_MESSAGES/plasmoidviewer.mo share/locale/zh_CN/LC_MESSAGES/pothumbnail.mo share/locale/zh_CN/LC_MESSAGES/powerdevil.mo share/locale/zh_CN/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/zh_CN/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/zh_CN/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/zh_CN/LC_MESSAGES/printer-applet.mo +share/locale/zh_CN/LC_MESSAGES/print-manager.mo share/locale/zh_CN/LC_MESSAGES/processcore.mo share/locale/zh_CN/LC_MESSAGES/processui.mo share/locale/zh_CN/LC_MESSAGES/randrmonitor.mo share/locale/zh_CN/LC_MESSAGES/rellinks.mo -share/locale/zh_CN/LC_MESSAGES/remote-widgets-browser.mo share/locale/zh_CN/LC_MESSAGES/rocs.mo +share/locale/zh_CN/LC_MESSAGES/rocscore.mo +share/locale/zh_CN/LC_MESSAGES/rocsvisualeditor.mo share/locale/zh_CN/LC_MESSAGES/searchbarplugin.mo share/locale/zh_CN/LC_MESSAGES/solid-hardware.mo share/locale/zh_CN/LC_MESSAGES/solid-network.mo @@ -769,7 +790,6 @@ share/locale/zh_CN/LC_MESSAGES/strigila_diff.mo share/locale/zh_CN/LC_MESSAGES/superkaramba.mo share/locale/zh_CN/LC_MESSAGES/svgpart.mo share/locale/zh_CN/LC_MESSAGES/sweeper.mo -share/locale/zh_CN/LC_MESSAGES/system-config-printer-kde.mo share/locale/zh_CN/LC_MESSAGES/systemsettings.mo share/locale/zh_CN/LC_MESSAGES/tasks-mobile.mo share/locale/zh_CN/LC_MESSAGES/timezones4.mo diff --git a/chinese/kde4-l10n-zh_TW/Makefile b/chinese/kde4-l10n-zh_TW/Makefile index bf4f37ff41c3..9286d64cab3b 100644 --- a/chinese/kde4-l10n-zh_TW/Makefile +++ b/chinese/kde4-l10n-zh_TW/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= chinese kde MAINTAINER= kde@FreeBSD.org -COMMENT= Traditional Chinese messages and documentation for KDE4 +COMMENT= Traditional Chinese messages and documentation for KDE SC 4 KDE4_L10N= zh_TW diff --git a/chinese/kde4-l10n-zh_TW/distinfo b/chinese/kde4-l10n-zh_TW/distinfo index 165a5c506e91..281c6bfcfbf8 100644 --- a/chinese/kde4-l10n-zh_TW/distinfo +++ b/chinese/kde4-l10n-zh_TW/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-zh_TW-4.9.5.tar.xz) = 3df65c8cdbe7b6156859f84136ab326e570d97a19eb9da124afca6fa2f466308 -SIZE (KDE/kde-l10n/kde-l10n-zh_TW-4.9.5.tar.xz) = 2526192 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-zh_TW-4.10.1.tar.xz) = ba9eb5d3049cd1e44e5c44bda03faddb37e478655cdafa14244cb633ed96a963 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-zh_TW-4.10.1.tar.xz) = 2577908 diff --git a/chinese/kde4-l10n-zh_TW/pkg-plist b/chinese/kde4-l10n-zh_TW/pkg-plist index 24efd9ff5afe..02fdf0bdae07 100644 --- a/chinese/kde4-l10n-zh_TW/pkg-plist +++ b/chinese/kde4-l10n-zh_TW/pkg-plist @@ -10,6 +10,8 @@ share/locale/zh_TW/LC_MESSAGES/accountwizard_mailbox.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_maildir.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_pop3.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_tine20.mo +share/locale/zh_TW/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/zh_TW/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/zh_TW/LC_MESSAGES/adblock.mo share/locale/zh_TW/LC_MESSAGES/akonadi-filestore.mo share/locale/zh_TW/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -18,6 +20,7 @@ share/locale/zh_TW/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_google_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/zh_TW/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_imap_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/zh_TW/LC_MESSAGES/akonadi_kabc_resource.mo @@ -35,7 +38,7 @@ share/locale/zh_TW/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/zh_TW/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/zh_TW/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_next.mo share/locale/zh_TW/LC_MESSAGES/akonadi_nntp_resource.mo @@ -60,7 +63,6 @@ share/locale/zh_TW/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/zh_TW/LC_MESSAGES/audiorename_plugin.mo share/locale/zh_TW/LC_MESSAGES/autorefresh.mo share/locale/zh_TW/LC_MESSAGES/babelfish.mo -share/locale/zh_TW/LC_MESSAGES/backupmail.mo share/locale/zh_TW/LC_MESSAGES/blinken.mo share/locale/zh_TW/LC_MESSAGES/blogilo.mo share/locale/zh_TW/LC_MESSAGES/bomber.mo @@ -121,7 +123,6 @@ share/locale/zh_TW/LC_MESSAGES/kate.mo share/locale/zh_TW/LC_MESSAGES/kate_kttsd.mo share/locale/zh_TW/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/zh_TW/LC_MESSAGES/katebuild-plugin.mo -share/locale/zh_TW/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/zh_TW/LC_MESSAGES/katefilebrowserplugin.mo share/locale/zh_TW/LC_MESSAGES/katefiletemplates.mo share/locale/zh_TW/LC_MESSAGES/kategdbplugin.mo @@ -130,9 +131,10 @@ share/locale/zh_TW/LC_MESSAGES/katekonsoleplugin.mo share/locale/zh_TW/LC_MESSAGES/katemailfilesplugin.mo share/locale/zh_TW/LC_MESSAGES/kateopenheader.mo share/locale/zh_TW/LC_MESSAGES/katepart4.mo -share/locale/zh_TW/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/zh_TW/LC_MESSAGES/kateproject.mo share/locale/zh_TW/LC_MESSAGES/katesearch.mo share/locale/zh_TW/LC_MESSAGES/katesnippets_tng.mo +share/locale/zh_TW/LC_MESSAGES/katesnippetsplugin.mo share/locale/zh_TW/LC_MESSAGES/katesql.mo share/locale/zh_TW/LC_MESSAGES/katesymbolviewer.mo share/locale/zh_TW/LC_MESSAGES/katetabbarextension.mo @@ -155,6 +157,7 @@ share/locale/zh_TW/LC_MESSAGES/kcalc.mo share/locale/zh_TW/LC_MESSAGES/kcertpart.mo share/locale/zh_TW/LC_MESSAGES/kcharselect.mo share/locale/zh_TW/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/zh_TW/LC_MESSAGES/kcm_activities.mo share/locale/zh_TW/LC_MESSAGES/kcm_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/zh_TW/LC_MESSAGES/kcm_attica.mo @@ -172,7 +175,6 @@ share/locale/zh_TW/LC_MESSAGES/kcm_memory.mo share/locale/zh_TW/LC_MESSAGES/kcm_nepomuk.mo share/locale/zh_TW/LC_MESSAGES/kcm_pci.mo share/locale/zh_TW/LC_MESSAGES/kcm_phonon.mo -share/locale/zh_TW/LC_MESSAGES/kcm_phononxine.mo share/locale/zh_TW/LC_MESSAGES/kcm_platform.mo share/locale/zh_TW/LC_MESSAGES/kcm_remotecontrol.mo share/locale/zh_TW/LC_MESSAGES/kcm_solid.mo @@ -319,12 +321,14 @@ share/locale/zh_TW/LC_MESSAGES/kio_sieve.mo share/locale/zh_TW/LC_MESSAGES/kio_smb.mo share/locale/zh_TW/LC_MESSAGES/kio_smtp.mo share/locale/zh_TW/LC_MESSAGES/kio_svn.mo +share/locale/zh_TW/LC_MESSAGES/kio_tags.mo share/locale/zh_TW/LC_MESSAGES/kio_thumbnail.mo share/locale/zh_TW/LC_MESSAGES/kio_timeline.mo share/locale/zh_TW/LC_MESSAGES/kio_trash.mo share/locale/zh_TW/LC_MESSAGES/kio_zeroconf.mo share/locale/zh_TW/LC_MESSAGES/kioclient.mo share/locale/zh_TW/LC_MESSAGES/kioexec.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/zh_TW/LC_MESSAGES/kiriki.mo share/locale/zh_TW/LC_MESSAGES/kiten.mo share/locale/zh_TW/LC_MESSAGES/kjots.mo @@ -394,8 +398,11 @@ share/locale/zh_TW/LC_MESSAGES/kruler.mo share/locale/zh_TW/LC_MESSAGES/krunner.mo share/locale/zh_TW/LC_MESSAGES/ksaneplugin.mo share/locale/zh_TW/LC_MESSAGES/kscd.mo +share/locale/zh_TW/LC_MESSAGES/kscreenlocker.mo +share/locale/zh_TW/LC_MESSAGES/kscreenlocker_greet.mo share/locale/zh_TW/LC_MESSAGES/kscreensaver.mo share/locale/zh_TW/LC_MESSAGES/ksendemail.mo +share/locale/zh_TW/LC_MESSAGES/ksgrd.mo share/locale/zh_TW/LC_MESSAGES/kshellcmdplugin.mo share/locale/zh_TW/LC_MESSAGES/kshisen.mo share/locale/zh_TW/LC_MESSAGES/kshorturifilter.mo @@ -425,6 +432,7 @@ share/locale/zh_TW/LC_MESSAGES/ktimer.mo share/locale/zh_TW/LC_MESSAGES/ktimetracker.mo share/locale/zh_TW/LC_MESSAGES/ktnef.mo share/locale/zh_TW/LC_MESSAGES/ktouch.mo +share/locale/zh_TW/LC_MESSAGES/ktouchpadenabler.mo share/locale/zh_TW/LC_MESSAGES/ktraderclient.mo share/locale/zh_TW/LC_MESSAGES/ktron.mo share/locale/zh_TW/LC_MESSAGES/ktuberling.mo @@ -471,6 +479,7 @@ share/locale/zh_TW/LC_MESSAGES/libkdepimmobileui.mo share/locale/zh_TW/LC_MESSAGES/libkexiv2.mo share/locale/zh_TW/LC_MESSAGES/libkholidays.mo share/locale/zh_TW/LC_MESSAGES/libkimap.mo +share/locale/zh_TW/LC_MESSAGES/libkipi.mo share/locale/zh_TW/LC_MESSAGES/libkldap.mo share/locale/zh_TW/LC_MESSAGES/libkleopatra.mo share/locale/zh_TW/LC_MESSAGES/libkmahjongg.mo @@ -502,11 +511,11 @@ share/locale/zh_TW/LC_MESSAGES/liboktetagui.mo share/locale/zh_TW/LC_MESSAGES/liboktetakasten.mo share/locale/zh_TW/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/zh_TW/LC_MESSAGES/libphonon.mo +share/locale/zh_TW/LC_MESSAGES/libpimcommon.mo share/locale/zh_TW/LC_MESSAGES/libplasma.mo share/locale/zh_TW/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/zh_TW/LC_MESSAGES/libplasmaclock.mo share/locale/zh_TW/LC_MESSAGES/libplasmaweather.mo -share/locale/zh_TW/LC_MESSAGES/librtm.mo share/locale/zh_TW/LC_MESSAGES/libtaskmanager.mo share/locale/zh_TW/LC_MESSAGES/libtemplateparser.mo share/locale/zh_TW/LC_MESSAGES/lokalize.mo @@ -514,6 +523,7 @@ share/locale/zh_TW/LC_MESSAGES/lskat.mo share/locale/zh_TW/LC_MESSAGES/mailreader.mo share/locale/zh_TW/LC_MESSAGES/marble.mo share/locale/zh_TW/LC_MESSAGES/marble_qt.mo +share/locale/zh_TW/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/zh_TW/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/zh_TW/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/zh_TW/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -523,12 +533,14 @@ share/locale/zh_TW/LC_MESSAGES/minitoolsplugin.mo share/locale/zh_TW/LC_MESSAGES/mplayerthumbs.mo share/locale/zh_TW/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/zh_TW/LC_MESSAGES/nepomukbackup.mo +share/locale/zh_TW/LC_MESSAGES/nepomukcleaner.mo share/locale/zh_TW/LC_MESSAGES/nepomukcontroller.mo share/locale/zh_TW/LC_MESSAGES/nepomukfileindexer.mo share/locale/zh_TW/LC_MESSAGES/nepomukqueryservice.mo share/locale/zh_TW/LC_MESSAGES/nepomukserver.mo share/locale/zh_TW/LC_MESSAGES/nepomukservicestub.mo share/locale/zh_TW/LC_MESSAGES/nepomukstorage.mo +share/locale/zh_TW/LC_MESSAGES/nepomukwidgets.mo share/locale/zh_TW/LC_MESSAGES/newmailnotifieragent.mo share/locale/zh_TW/LC_MESSAGES/notes-mobile.mo share/locale/zh_TW/LC_MESSAGES/nsplugin.mo @@ -551,13 +563,17 @@ share/locale/zh_TW/LC_MESSAGES/okular_plucker.mo share/locale/zh_TW/LC_MESSAGES/okular_poppler.mo share/locale/zh_TW/LC_MESSAGES/okular_tiff.mo share/locale/zh_TW/LC_MESSAGES/okular_xps.mo +share/locale/zh_TW/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/zh_TW/LC_MESSAGES/pairs.mo +share/locale/zh_TW/LC_MESSAGES/pairseditor.mo share/locale/zh_TW/LC_MESSAGES/palapeli.mo share/locale/zh_TW/LC_MESSAGES/parley.mo share/locale/zh_TW/LC_MESSAGES/phonon_gstreamer.mo share/locale/zh_TW/LC_MESSAGES/phonon_kde.mo share/locale/zh_TW/LC_MESSAGES/phonon_vlc.mo share/locale/zh_TW/LC_MESSAGES/phononserver.mo +share/locale/zh_TW/LC_MESSAGES/picmi.mo +share/locale/zh_TW/LC_MESSAGES/pimsettingexporter.mo share/locale/zh_TW/LC_MESSAGES/plasma-desktop.mo share/locale/zh_TW/LC_MESSAGES/plasma-netbook.mo share/locale/zh_TW/LC_MESSAGES/plasma-overlay.mo @@ -607,12 +623,12 @@ share/locale/zh_TW/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_news.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_notes.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_notifications.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_notifier.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_pager.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_panel.mo @@ -621,6 +637,7 @@ share/locale/zh_TW/LC_MESSAGES/plasma_applet_paste.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -683,6 +700,7 @@ share/locale/zh_TW/LC_MESSAGES/plasma_runner_kill.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_locations.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -710,24 +728,23 @@ share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/zh_TW/LC_MESSAGES/plasmaengineexplorer.mo share/locale/zh_TW/LC_MESSAGES/plasmagenericshell.mo share/locale/zh_TW/LC_MESSAGES/plasmapkg.mo -share/locale/zh_TW/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/zh_TW/LC_MESSAGES/plasmoidviewer.mo share/locale/zh_TW/LC_MESSAGES/pothumbnail.mo share/locale/zh_TW/LC_MESSAGES/powerdevil.mo share/locale/zh_TW/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/zh_TW/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/zh_TW/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/zh_TW/LC_MESSAGES/printer-applet.mo +share/locale/zh_TW/LC_MESSAGES/print-manager.mo share/locale/zh_TW/LC_MESSAGES/processcore.mo share/locale/zh_TW/LC_MESSAGES/processui.mo share/locale/zh_TW/LC_MESSAGES/randrmonitor.mo share/locale/zh_TW/LC_MESSAGES/rellinks.mo -share/locale/zh_TW/LC_MESSAGES/remote-widgets-browser.mo share/locale/zh_TW/LC_MESSAGES/rocs.mo +share/locale/zh_TW/LC_MESSAGES/rocscore.mo +share/locale/zh_TW/LC_MESSAGES/rocsvisualeditor.mo share/locale/zh_TW/LC_MESSAGES/searchbarplugin.mo share/locale/zh_TW/LC_MESSAGES/solid-hardware.mo share/locale/zh_TW/LC_MESSAGES/solid-network.mo @@ -740,7 +757,6 @@ share/locale/zh_TW/LC_MESSAGES/strigila_diff.mo share/locale/zh_TW/LC_MESSAGES/superkaramba.mo share/locale/zh_TW/LC_MESSAGES/svgpart.mo share/locale/zh_TW/LC_MESSAGES/sweeper.mo -share/locale/zh_TW/LC_MESSAGES/system-config-printer-kde.mo share/locale/zh_TW/LC_MESSAGES/systemsettings.mo share/locale/zh_TW/LC_MESSAGES/tasks-mobile.mo share/locale/zh_TW/LC_MESSAGES/timezones4.mo diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index d5be50090000..429fc316403f 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -1,4 +1,3 @@ -# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kremotecontrol @@ -6,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= comms kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE frontend for your remote controls @@ -15,10 +14,11 @@ RUN_DEPENDS= lircd:${PORTSDIR}/comms/lirc CONFLICTS_INSTALL= kdeutils-4.[0-7].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs USES= cmake:outsource -USE_QT4= qmake_build moc_build rcc_build uic_build +USE_QT4= corelib script xmlpatterns \ + qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/comms/kremotecontrol/distinfo b/comms/kremotecontrol/distinfo index 9564fc2a4af0..c037eb8a00e1 100644 --- a/comms/kremotecontrol/distinfo +++ b/comms/kremotecontrol/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kremotecontrol-4.9.5.tar.xz) = 491dd2c5c12ad459376d36c5526556fecf9e3969636695c1c6cdbf119fd24ce0 -SIZE (KDE/kremotecontrol-4.9.5.tar.xz) = 1082188 +SHA256 (KDE/4.10.1/kremotecontrol-4.10.1.tar.xz) = 49bf3f04168c1bd864e0ebce2382d1e4dd365a77185f206a7289b323ed7fa53c +SIZE (KDE/4.10.1/kremotecontrol-4.10.1.tar.xz) = 1083512 diff --git a/comms/kremotecontrol/pkg-plist b/comms/kremotecontrol/pkg-plist index 67624597d346..9b85af6fcdf9 100644 --- a/comms/kremotecontrol/pkg-plist +++ b/comms/kremotecontrol/pkg-plist @@ -16,7 +16,9 @@ share/apps/kremotecontrol/profiles/kscd.profile.xml share/apps/kremotecontrol/profiles/okular.profile.xml share/apps/kremotecontrol/profiles/powermanagement.profile.xml share/apps/kremotecontrol/profiles/profile.xsd +share/apps/kremotecontrol/profiles/tomahawk.profile.xml share/apps/kremotecontrol/profiles/vlc.profile.xml +share/apps/kremotecontrol/profiles/vlc2.profile.xml share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile index 9a54050249bc..eb8446b2a3f1 100644 --- a/deskutils/kcharselect/Makefile +++ b/deskutils/kcharselect/Makefile @@ -6,14 +6,14 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Character selector for KDE CONFLICTS_INSTALL= kdeutils-4.[0-7].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build diff --git a/deskutils/kcharselect/distinfo b/deskutils/kcharselect/distinfo index e55a9a9bd274..b4495972d247 100644 --- a/deskutils/kcharselect/distinfo +++ b/deskutils/kcharselect/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kcharselect-4.9.5.tar.xz) = 7f5962bfed76ce89cf34cb9ecf5cd0f03043bd9e7a504b3d78e60dceeaa08c40 -SIZE (KDE/kcharselect-4.9.5.tar.xz) = 86480 +SHA256 (KDE/4.10.1/kcharselect-4.10.1.tar.xz) = e103e5e0f51212f5a5ba970de0a200d74dbac384ca14d796f0031287f955c70a +SIZE (KDE/4.10.1/kcharselect-4.10.1.tar.xz) = 86424 diff --git a/deskutils/kcharselect/pkg-plist b/deskutils/kcharselect/pkg-plist index 918619d020bc..7c4d65588b3f 100644 --- a/deskutils/kcharselect/pkg-plist +++ b/deskutils/kcharselect/pkg-plist @@ -1,7 +1,6 @@ bin/kcharselect share/applications/kde4/KCharSelect.desktop share/apps/kcharselect/kcharselectui.rc -share/apps/kconf_update/kcharselect.upd share/doc/HTML/en/kcharselect/common share/doc/HTML/en/kcharselect/index.cache.bz2 share/doc/HTML/en/kcharselect/index.docbook diff --git a/deskutils/kdepim4-runtime/Makefile b/deskutils/kdepim4-runtime/Makefile index 84128f633d2c..dd752f74f0bd 100644 --- a/deskutils/kdepim4-runtime/Makefile +++ b/deskutils/kdepim4-runtime/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Libraries for KDE-PIM applications @@ -19,12 +19,13 @@ BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt CONFLICTS= akonadi-google-0.* CONFLICTS_INSTALL= kdepim-runtime-4.4.* -USE_XZ= yes +USE_XZ= yes USE_GNOME= libxml2 -USE_KDE4= kdehier kdelibs kdeprefix pimlibs \ +USE_KDE4= kdehier kdelibs kdeprefix pimlibs nepomuk-core \ akonadi automoc4 ontologies sharedmime soprano strigi USES= cmake:outsource -USE_QT4= dbus designer gui network xml xmlpatterns \ +USE_QT4= corelib dbus declarative designer_build gui network qtestlib \ + script xml xmlpatterns \ qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes @@ -38,7 +39,4 @@ post-patch: ${PATCH_WRKSRC}/CMakeLists.txt \ ${PATCH_WRKSRC}/accountwizard/CMakeLists.txt -post-install: - @-update-mime-database ${KDE4_PREFIX}/share/mime - .include <bsd.port.mk> diff --git a/deskutils/kdepim4-runtime/distinfo b/deskutils/kdepim4-runtime/distinfo index ffcd503ee4c4..1f35f4aec166 100644 --- a/deskutils/kdepim4-runtime/distinfo +++ b/deskutils/kdepim4-runtime/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdepim-runtime-4.9.5.tar.xz) = 6a2d6aabf1bcb07c8929e45b5010d4eb2f145d6517197d93e7d098570cb39f6a -SIZE (KDE/kdepim-runtime-4.9.5.tar.xz) = 1153120 +SHA256 (KDE/4.10.1/kdepim-runtime-4.10.1.tar.xz) = 949a0bf547eaadde64f5fc2c894ced7c77c6d7a86cbb373d4db6c85acfb827bb +SIZE (KDE/4.10.1/kdepim-runtime-4.10.1.tar.xz) = 1155668 diff --git a/deskutils/kdepim4-runtime/files/patch-git34817487 b/deskutils/kdepim4-runtime/files/patch-git34817487 new file mode 100644 index 000000000000..06c736523bc6 --- /dev/null +++ b/deskutils/kdepim4-runtime/files/patch-git34817487 @@ -0,0 +1,11 @@ +--- ./agents/nepomukfeeder/nepomukfeederagent.cpp.orig 2013-03-01 06:59:42.493968000 +0000 ++++ ./agents/nepomukfeeder/nepomukfeederagent.cpp 2013-03-17 11:41:45.562852063 +0000 +@@ -63,7 +63,7 @@ + #include "nepomukfeeder-config.h" + #include "nepomukfeederadaptor.h" + +-typedef QSharedPointer< QMultiHash< typename Akonadi::Collection::Id, typename Akonadi::Item::Id> > MultiHashPointer; ++typedef QSharedPointer< QMultiHash< Akonadi::Collection::Id, Akonadi::Item::Id> > MultiHashPointer; + Q_DECLARE_METATYPE(MultiHashPointer) + + namespace Akonadi { diff --git a/deskutils/kdepim4-runtime/files/patch-xml__CMakeLists.txt b/deskutils/kdepim4-runtime/files/patch-xml__CMakeLists.txt index a2f61f9b2add..d40edbbf5975 100644 --- a/deskutils/kdepim4-runtime/files/patch-xml__CMakeLists.txt +++ b/deskutils/kdepim4-runtime/files/patch-xml__CMakeLists.txt @@ -1,33 +1,12 @@ ---- ./xml/CMakeLists.txt.orig 2009-06-03 22:54:34.000000000 +1100 -+++ ./xml/CMakeLists.txt 2009-07-05 22:39:32.000000000 +1100 -@@ -1,21 +1,24 @@ - project (akonadixml) - --if ( LIBXML2_FOUND ) -- add_definitions( -DHAVE_LIBXML2 ) --endif ( LIBXML2_FOUND ) -- --add_subdirectory( tests ) -- - add_definitions( -DQT_NO_CAST_FROM_ASCII ) - add_definitions( -DQT_NO_CAST_TO_ASCII ) - - include_directories( -+ ${QT_QTGUI_INCLUDE_DIR} -+ ${QT_QTCORE_INCLUDE_DIR} -+ ${QT_QTXML_INCLUDE_DIR} - ${AKONADI_INCLUDE_DIR} - ${KDE4_INCLUDES} - ${KDEPIMLIBS_INCLUDE_DIR} - ${LIBXML2_INCLUDE_DIR} - ) - -+if ( LIBXML2_FOUND ) -+ add_definitions( -DHAVE_LIBXML2 ) -+endif ( LIBXML2_FOUND ) -+ -+add_subdirectory( tests ) +--- xml/CMakeLists.txt.orig 2013-01-23 22:59:04.000000000 +0100 ++++ xml/CMakeLists.txt 2013-03-01 18:21:43.000000000 +0100 +@@ -4,6 +4,9 @@ + add_definitions( -DHAVE_LIBXML2 ) + endif ( LIBXML2_FOUND ) + ++include_directories(${QT_QTCORE_INCLUDE_DIR}) ++include_directories(${QT_QTXML_INCLUDE_DIR}) + - set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}" ) + add_subdirectory( tests ) - set( akonadixml_SRCS + add_definitions( -DQT_NO_CAST_FROM_ASCII ) diff --git a/deskutils/kdepim4-runtime/pkg-plist b/deskutils/kdepim4-runtime/pkg-plist index 13feef7b1165..bf0d61e6b5d5 100644 --- a/deskutils/kdepim4-runtime/pkg-plist +++ b/deskutils/kdepim4-runtime/pkg-plist @@ -4,6 +4,7 @@ bin/akonadi_birthdays_resource bin/akonadi_davgroupware_resource bin/akonadi_googlecalendar_resource bin/akonadi_googlecontacts_resource +bin/akonadi_icaldir_resource bin/akonadi_imap_resource bin/akonadi_invitations_agent bin/akonadi_kabc_resource @@ -26,6 +27,7 @@ bin/kaddressbookmigrator bin/kjotsmigrator bin/kmail-migrator bin/kres-migrator +bin/nepomukpimindexerutility lib/kde4/accountwizard_plugin.so lib/kde4/akonadi_akonotes_resource.so lib/kde4/akonadi_contacts_resource.so @@ -64,7 +66,6 @@ lib/libakonadi-xml.so.5.0.1 lib/libkdepim-copy.so lib/libkdepim-copy.so.5 lib/libkdepim-copy.so.5.0.1 -lib/libkdepim-runtime-dms-copy.so lib/libkmindexreader.so lib/libkmindexreader.so.5 lib/libkmindexreader.so.5.0.1 @@ -79,6 +80,7 @@ share/akonadi/agents/contactsresource.desktop share/akonadi/agents/davgroupwareresource.desktop share/akonadi/agents/googlecalendarresource.desktop share/akonadi/agents/googlecontactsresource.desktop +share/akonadi/agents/icaldirresource.desktop share/akonadi/agents/icalresource.desktop share/akonadi/agents/imapresource.desktop share/akonadi/agents/invitationsagent.desktop @@ -143,6 +145,8 @@ share/apps/akonadi/plugins/serializer/akonadi_serializer_mail.desktop share/apps/akonadi/plugins/serializer/akonadi_serializer_microblog.desktop share/apps/akonadi_knut_resource/knut-template.xml share/apps/akonadi_maildispatcher_agent/akonadi_maildispatcher_agent.notifyrc +share/apps/akonadi_nepomuk_feeder/akonadi_nepomuk_feeder.notifyrc +share/apps/nepomukpimindexerutility/nepomukpimindexerutility.rc share/autostart/kaddressbookmigrator.desktop share/config/accountwizard.knsrc share/config/kmail-migratorrc @@ -185,6 +189,8 @@ share/ontology/kde/aneo.trig @dirrmtry share/ontology @dirrm share/kde4/services/akonadi/davgroupware-providers @dirrmtry share/kde4/services/akonadi +@dirrm share/apps/nepomukpimindexerutility +@dirrm share/apps/akonadi_nepomuk_feeder @dirrm share/apps/akonadi_maildispatcher_agent @dirrm share/apps/akonadi_knut_resource @dirrm share/apps/akonadi/plugins/serializer @@ -202,5 +208,3 @@ share/ontology/kde/aneo.trig @dirrmtry share/apps/akonadi @dirrm share/akonadi/agents @dirrm share/akonadi -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index ca7415724e57..754c30bbd6f3 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Libraries for KDE-PIM applications @@ -23,15 +23,15 @@ RUN_DEPENDS= ${KDE4_PREFIX}/bin/accountwizard:${PORTSDIR}/deskutils/kdepim4-runt LATEST_LINK= ${PORTNAME}4 CONFLICTS_INSTALL= kdepim-4.4.* -USE_XZ= yes +USE_XZ= yes USE_GNOME= libxml2 USE_ICONV= yes USE_KDE4= kdehier kdelibs kdeprefix pimlibs \ - akonadi automoc4 ontologies soprano strigi + akonadi automoc4 ontologies soprano strigi nepomuk-widgets USES= cmake:outsource USE_OPENLDAP= yes -USE_QT4= dbus designer gui network \ - qt3support script sql webkit xml \ +USE_QT4= corelib dbus declarative designer_build gui network opengl \ + script sql webkit \ qmake_build moc_build rcc_build uic_build USE_XORG= x11 xscrnsaver CMAKE_ARGS+= -DKDEPIM_BUILD_MOBILE:BOOL=FALSE diff --git a/deskutils/kdepim4/distinfo b/deskutils/kdepim4/distinfo index b8464b053fa6..7c4db655a569 100644 --- a/deskutils/kdepim4/distinfo +++ b/deskutils/kdepim4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdepim-4.9.5.tar.xz) = e873b9cef574db851cd0341073215412a08a6832c1a32a2ef1b3f94fa45bcd6e -SIZE (KDE/kdepim-4.9.5.tar.xz) = 13942832 +SHA256 (KDE/4.10.1/kdepim-4.10.1.tar.xz) = 7b06ceed9e964dbef9fb801406dd44126363069cc89cb3ceb30ae271ea94515a +SIZE (KDE/4.10.1/kdepim-4.10.1.tar.xz) = 14032628 diff --git a/deskutils/kdepim4/files/patch-kleopatra__CMakeLists.txt b/deskutils/kdepim4/files/patch-kleopatra__CMakeLists.txt index 3710688f8e97..2a1de2975b97 100644 --- a/deskutils/kdepim4/files/patch-kleopatra__CMakeLists.txt +++ b/deskutils/kdepim4/files/patch-kleopatra__CMakeLists.txt @@ -1,10 +1,10 @@ ---- kleopatra/CMakeLists.txt.orig 2012-11-30 08:38:45.000000000 +0100 -+++ kleopatra/CMakeLists.txt 2013-01-15 21:05:47.000000000 +0100 -@@ -365,6 +365,7 @@ - endif(KDEPIM_MOBILE_UI) - - add_definitions ( -DKDE_DEFAULT_DEBUG_AREA=5151 ) -+add_definitions ( -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED ) +--- kleopatra/CMakeLists.txt.orig 2013-01-23 22:57:35.000000000 +0100 ++++ kleopatra/CMakeLists.txt 2013-03-01 16:49:52.000000000 +0100 +@@ -361,6 +361,7 @@ + endif() + add_definitions(-DKDE_DEFAULT_DEBUG_AREA=5151) ++add_definitions(-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED) kde4_add_app_icon(_kleopatra_mainwindow_SRCS "hi*-app-kleopatra.png") + diff --git a/deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt b/deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt index ab88fcdd6b5a..ea8e8cd349b4 100644 --- a/deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt +++ b/deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt @@ -1,10 +1,11 @@ --- ./messageviewer/CMakeLists.txt.orig 2012-08-25 03:26:14.357593951 +0200 +++ ./messageviewer/CMakeLists.txt 2012-08-25 03:26:19.147594463 +0200 -@@ -17,7 +17,6 @@ +@@ -17,7 +17,7 @@ configure_file(messageviewer.kcfg.cmake ${CMAKE_CURRENT_BINARY_DIR}/messageviewer.kcfg) -check_include_files(sys/inotify.h SYS_INOTIFY_H_FOUND) ++add_definitions(-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED) macro_bool_to_01(SYS_INOTIFY_H_FOUND HAVE_SYS_INOTIFY_H) configure_file(config-messageviewer.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-messageviewer.h) diff --git a/deskutils/kdepim4/pkg-plist b/deskutils/kdepim4/pkg-plist index aeb504396ead..0dac9e1a6c18 100644 --- a/deskutils/kdepim4/pkg-plist +++ b/deskutils/kdepim4/pkg-plist @@ -3,7 +3,6 @@ bin/akonadi_mailfilter_agent bin/akonadiconsole bin/akregator bin/akregatorstorageexporter -bin/backupmail bin/blogilo bin/ical2vcal bin/importwizard @@ -33,6 +32,7 @@ bin/ksendemail bin/ktimetracker bin/ktnef bin/kwatchgnupg +bin/pimsettingexporter etc/dbus-1/system.d/org.kde.kalarmrtcwake.conf lib/akonadi/contact/editorpageplugins/cryptopageplugin.so lib/kde4/akregator_config_advanced.so @@ -74,7 +74,6 @@ lib/kde4/kontact_kmailplugin.so lib/kde4/kontact_knodeplugin.so lib/kde4/kontact_knotesplugin.so lib/kde4/kontact_korganizerplugin.so -lib/kde4/kontact_ktimetrackerplugin.so lib/kde4/kontact_specialdatesplugin.so lib/kde4/kontact_summaryplugin.so lib/kde4/kontact_todoplugin.so @@ -187,6 +186,9 @@ lib/libmessagelist.so.5.0.1 lib/libmessageviewer.so lib/libmessageviewer.so.5 lib/libmessageviewer.so.5.0.1 +lib/libpimcommon.so +lib/libpimcommon.so.5 +lib/libpimcommon.so.5.0.1 lib/libtemplateparser.so lib/libtemplateparser.so.5 lib/libtemplateparser.so.5.0.1 @@ -230,7 +232,6 @@ share/apps/akregator/pageviewer.rc share/apps/akregator/pics/kmmsgnew.png share/apps/akregator/pics/kmmsgunseen.png share/apps/akregator_sharemicroblog_plugin/akregator_sharemicroblog_plugin.rc -share/apps/backupmail/backupmail.rc share/apps/blogilo/TextEditorInitialHtml share/apps/blogilo/blogiloui.rc share/apps/desktoptheme/default/widgets/stickynote.svgz @@ -314,10 +315,6 @@ share/apps/kleopatra/pics/kleopatra_splashscreen.png share/apps/kleopatra/pics/kleopatra_splashscreen.svgz share/apps/kleopatra/pics/kleopatra_wizard.png share/apps/kleopatra/pics/kleopatra_wizard.svgz -share/apps/kmail/pics/key.png -share/apps/kmail/pics/key_bad.png -share/apps/kmail/pics/key_ok.png -share/apps/kmail/pics/key_unknown.png share/apps/kmail2/about/kmail.css share/apps/kmail2/about/main.html share/apps/kmail2/about/top-left-kmail.png @@ -326,6 +323,10 @@ share/apps/kmail2/kmail_part.rc share/apps/kmail2/kmcomposerui.rc share/apps/kmail2/kmmainwin.rc share/apps/kmail2/kmreadermainwin.rc +share/apps/kmail2/pics/key.png +share/apps/kmail2/pics/key_bad.png +share/apps/kmail2/pics/key_ok.png +share/apps/kmail2/pics/key_unknown.png share/apps/kmail2/pics/kmwizard.png share/apps/kmail2/pics/mail-deleted.png share/apps/kmail2/pics/mail-thread-ignored.png @@ -374,10 +375,8 @@ share/apps/kontact/ksettingsdialog/kmail.setdlg share/apps/kontact/ksettingsdialog/knode.setdlg share/apps/kontact/ksettingsdialog/knotes.setdlg share/apps/kontact/ksettingsdialog/korganizer.setdlg -share/apps/kontact/ksettingsdialog/ktimetracker.setdlg share/apps/kontact/ksettingsdialog/specialdates.setdlg share/apps/kontact/ksettingsdialog/summary.setdlg -share/apps/kontact/ktimetrackerui.rc share/apps/kontactsummary/kontactsummary_part.rc share/apps/korgac/icons/hicolor/128x128/apps/korgac.png share/apps/korgac/icons/hicolor/16x16/apps/korgac.png @@ -478,6 +477,7 @@ share/apps/messageviewer/plugins/bodypartformatter/application_ms-tnef.desktop share/apps/messageviewer/plugins/bodypartformatter/text_calendar.desktop share/apps/messageviewer/plugins/bodypartformatter/text_vcard.desktop share/apps/messageviewer/plugins/bodypartformatter/text_xdiff.desktop +share/apps/pimsettingexporter/pimsettingexporter.rc share/autostart/kalarm.autostart.desktop share/autostart/korgac.desktop share/config.kcfg/akregator.kcfg @@ -921,7 +921,6 @@ share/kde4/services/kontact/kmailplugin.desktop share/kde4/services/kontact/knodeplugin.desktop share/kde4/services/kontact/knotesplugin.desktop share/kde4/services/kontact/korganizerplugin.desktop -share/kde4/services/kontact/ktimetracker_plugin.desktop share/kde4/services/kontact/specialdatesplugin.desktop share/kde4/services/kontact/summaryplugin.desktop share/kde4/services/kontact/todoplugin.desktop @@ -990,6 +989,7 @@ share/polkit-1/actions/org.kde.kalarmrtcwake.policy @dirrm share/doc/HTML/en/kabcclient @dirrm share/doc/HTML/en/blogilo @dirrm share/doc/HTML/en/akregator +@dirrm share/apps/pimsettingexporter @dirrm share/apps/messageviewer/plugins/bodypartformatter @dirrm share/apps/messageviewer/plugins @dirrm share/apps/messageviewer/about @@ -1053,8 +1053,6 @@ share/polkit-1/actions/org.kde.kalarmrtcwake.policy @dirrm share/apps/kmail2/pics @dirrm share/apps/kmail2/about @dirrm share/apps/kmail2 -@dirrm share/apps/kmail/pics -@dirrm share/apps/kmail @dirrm share/apps/kleopatra/pics @dirrm share/apps/kleopatra @dirrm share/apps/kjots/themes/xml_output @@ -1077,14 +1075,13 @@ share/polkit-1/actions/org.kde.kalarmrtcwake.policy @dirrm share/apps/kaddressbook/printing @dirrm share/apps/kaddressbook @dirrm share/apps/blogilo -@dirrm share/apps/backupmail @dirrm share/apps/akregator_sharemicroblog_plugin -@dirrm share/apps/akonadi_mailfilter_agent -@dirrm share/apps/akonadi_archivemail_agent @dirrmtry share/apps/akregator/pics @dirrm share/apps/akregator/about @dirrmtry share/apps/akregator @dirrmtry share/apps/akonadiconsole +@dirrm share/apps/akonadi_mailfilter_agent +@dirrm share/apps/akonadi_archivemail_agent @dirrmtry share/apps/akonadi/contact @dirrmtry share/akonadi/agents @dirrmtry share/akonadi diff --git a/deskutils/kdepimlibs4/Makefile b/deskutils/kdepimlibs4/Makefile index 7d69ad6fed55..490fcc964f55 100644 --- a/deskutils/kdepimlibs4/Makefile +++ b/deskutils/kdepimlibs4/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Libraries for KDE-PIM applications @@ -16,16 +16,17 @@ LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ boost_thread:${PORTSDIR}/devel/boost-libs \ ical:${PORTSDIR}/devel/libical \ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ - prison:${PORTSDIR}/graphics/prison + prison:${PORTSDIR}/graphics/prison \ + qjson:${PORTSDIR}/devel/qjson BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdelibs akonadi kdeprefix kdehier \ - automoc4 ontologies sharedmime soprano + automoc4 nepomuk-core ontologies sharedmime soprano USES= cmake:outsource USE_OPENLDAP= yes -USE_QT4= dbus designer gui network sql xml \ +USE_QT4= corelib dbus declarative designer_build gui network sql xml \ qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes @@ -33,15 +34,10 @@ MAKE_JOBS_SAFE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${PATCH_WRKSRC}/cmake/modules/*.cmake - ${REINPLACE_CMD} -e '/find_package/s,PATHS,PATHS ${KDE4_PREFIX}/lib/cmake/Akonadi,' \ - ${PATCH_WRKSRC}/cmake/modules/FindAkonadi.cmake ${REINPLACE_CMD} -e 's|%%KDE4_PREFIX%%|${KDE4_PREFIX}|g' \ ${PATCH_WRKSRC}/cmake/modules/FindQGpgme.cmake - # Prevent updating MIME during build. +# Prevent updating MIME during build. ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ ${PATCH_WRKSRC}/CMakeLists.txt -post-install: - @-update-mime-database ${KDE4_PREFIX}/share/mime - .include <bsd.port.mk> diff --git a/deskutils/kdepimlibs4/distinfo b/deskutils/kdepimlibs4/distinfo index 19feaac1e28d..01cb09d03c29 100644 --- a/deskutils/kdepimlibs4/distinfo +++ b/deskutils/kdepimlibs4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdepimlibs-4.9.5.tar.xz) = f6ea96baf452895699160b24e7bb67f6a263d1d687abf479415c3b71ac488136 -SIZE (KDE/kdepimlibs-4.9.5.tar.xz) = 2720068 +SHA256 (KDE/4.10.1/kdepimlibs-4.10.1.tar.xz) = e40b158b33987b31ee03be4cdbf44c8e45e2a23d01e5acb88cca387c90b3a384 +SIZE (KDE/4.10.1/kdepimlibs-4.10.1.tar.xz) = 2802312 diff --git a/deskutils/kdepimlibs4/pkg-plist b/deskutils/kdepimlibs4/pkg-plist index ea78857808d7..4de21492ccb9 100644 --- a/deskutils/kdepimlibs4/pkg-plist +++ b/deskutils/kdepimlibs4/pkg-plist @@ -1,3 +1,5 @@ +bin/akonadi_benchmarker +bin/akonaditest include/KDE/Akonadi/AgentBase include/KDE/Akonadi/AgentFactory include/KDE/Akonadi/AgentFilterProxyModel @@ -61,6 +63,7 @@ include/KDE/Akonadi/Contact/StandardContactActionManager include/KDE/Akonadi/Contact/StandardContactFormatter include/KDE/Akonadi/Contact/StandardContactGroupFormatter include/KDE/Akonadi/Control +include/KDE/Akonadi/DBusConnectionPool include/KDE/Akonadi/ETMViewStateSaver include/KDE/Akonadi/Entity include/KDE/Akonadi/EntityDisplayAttribute @@ -97,6 +100,7 @@ include/KDE/Akonadi/KMime/MessageParts include/KDE/Akonadi/KMime/MessageStatus include/KDE/Akonadi/KMime/MessageThreaderProxyModel include/KDE/Akonadi/KMime/MessageThreadingAttribute +include/KDE/Akonadi/KMime/RemoveDuplicatesJob include/KDE/Akonadi/KMime/SpecialMailCollections include/KDE/Akonadi/KMime/SpecialMailCollectionsRequestJob include/KDE/Akonadi/LinkJob @@ -109,6 +113,9 @@ include/KDE/Akonadi/ResourceBase include/KDE/Akonadi/SearchCreateJob include/KDE/Akonadi/ServerManager include/KDE/Akonadi/Session +include/KDE/Akonadi/SocialUtils/ImageProvider +include/KDE/Akonadi/SocialUtils/SocialFeedItem +include/KDE/Akonadi/SocialUtils/SocialNetworkAttributes include/KDE/Akonadi/StandardActionManager include/KDE/Akonadi/TransactionBeginJob include/KDE/Akonadi/TransactionCommitJob @@ -339,6 +346,14 @@ include/KDE/KPIMIdentities/IdentityManager include/KDE/KPIMIdentities/Signature include/KDE/KPIMIdentities/SignatureConfigurator include/KDE/KPIMTextEdit/EMailQuoteHighlighter +include/KDE/KPIMTextEdit/EmoticonTextEditAction +include/KDE/KPIMTextEdit/HtmlHighlighter +include/KDE/KPIMTextEdit/InsertHtmlDialog +include/KDE/KPIMTextEdit/InsertImageDialog +include/KDE/KPIMTextEdit/InsertImageWidget +include/KDE/KPIMTextEdit/InsertTableDialog +include/KDE/KPIMTextEdit/InsertTableWidget +include/KDE/KPIMTextEdit/TableFormatDialog include/KDE/KPIMTextEdit/TextEdit include/KDE/KPIMUtils/Email include/KDE/KPIMUtils/KFileIO @@ -526,6 +541,7 @@ include/akonadi/kmime/messageparts.h include/akonadi/kmime/messagestatus.h include/akonadi/kmime/messagethreaderproxymodel.h include/akonadi/kmime/messagethreadingattribute.h +include/akonadi/kmime/removeduplicatesjob.h include/akonadi/kmime/specialmailcollections.h include/akonadi/kmime/specialmailcollectionsrequestjob.h include/akonadi/kmime/standardmailactionmanager.h @@ -549,6 +565,10 @@ include/akonadi/searchcreatejob.h include/akonadi/selectionproxymodel.h include/akonadi/servermanager.h include/akonadi/session.h +include/akonadi/socialutils/imageprovider.h +include/akonadi/socialutils/libakonadisocialutils_export.h +include/akonadi/socialutils/socialfeeditem.h +include/akonadi/socialutils/socialnetworkattributes.h include/akonadi/specialcollections.h include/akonadi/specialcollectionsrequestjob.h include/akonadi/standardactionmanager.h @@ -803,6 +823,8 @@ include/kimap/setquotajob.h include/kimap/storejob.h include/kimap/subscribejob.h include/kimap/unsubscribejob.h +include/kimaptest/fakeserver.h +include/kimaptest/mockjob.h include/kldap/ber.h include/kldap/kldap_export.h include/kldap/ldapattributeproxymodel.h @@ -848,7 +870,14 @@ include/kpimidentities/kpimidentities_export.h include/kpimidentities/signature.h include/kpimidentities/signatureconfigurator.h include/kpimtextedit/emailquotehighlighter.h +include/kpimtextedit/emoticontexteditaction.h +include/kpimtextedit/htmlhighlighter.h +include/kpimtextedit/inserthtmldialog.h +include/kpimtextedit/insertimagedialog.h +include/kpimtextedit/insertimagewidget.h +include/kpimtextedit/inserttabledialog.h include/kpimtextedit/kpimtextedit_export.h +include/kpimtextedit/tableformatdialog.h include/kpimtextedit/textedit.h include/kpimtextedit/textutils.h include/kpimutils/email.h @@ -979,6 +1008,7 @@ lib/cmake/KdepimLibs/KdepimLibsConfig.cmake lib/cmake/KdepimLibs/KdepimLibsConfigVersion.cmake lib/gpgmepp/GpgmeppConfig.cmake lib/gpgmepp/GpgmeppLibraryDepends.cmake +lib/kde4/akonadi_serializer_socialfeeditem.so lib/kde4/kabc_directory.so lib/kde4/kabc_file.so lib/kde4/kabc_ldapkio.so @@ -1018,6 +1048,9 @@ lib/libakonadi-kmime.so.5.0.1 lib/libakonadi-notes.so lib/libakonadi-notes.so.5 lib/libakonadi-notes.so.5.0.1 +lib/libakonadi-socialutils.so +lib/libakonadi-socialutils.so.5 +lib/libakonadi-socialutils.so.5.0.1 lib/libgpgme++-pthread.so lib/libgpgme++-pthread.so.2 lib/libgpgme++-pthread.so.2.8.0 @@ -1051,6 +1084,7 @@ lib/libkholidays.so.5.0.1 lib/libkimap.so lib/libkimap.so.5 lib/libkimap.so.5.0.1 +lib/libkimaptest.a lib/libkldap.so lib/libkldap.so.5 lib/libkldap.so.5.0.1 @@ -1107,12 +1141,13 @@ share/apps/akonadi/contact/icons/oxygen/16x16/apps/skype_protocol.png share/apps/akonadi/contact/icons/oxygen/16x16/apps/sms_protocol.png share/apps/akonadi/contact/icons/oxygen/16x16/apps/yahoo_protocol.png share/apps/akonadi/contact/pics/world.jpg +share/apps/akonadi/plugins/serializer/akonadi_serializer_socialfeeditem.desktop share/apps/cmake/modules/CheckTimezone.cmake -share/apps/cmake/modules/FindAkonadi.cmake share/apps/cmake/modules/FindGpgme.cmake share/apps/cmake/modules/FindLdap.cmake share/apps/cmake/modules/FindLibical.cmake share/apps/cmake/modules/FindQGpgme.cmake +share/apps/cmake/modules/FindQtOAuth.cmake share/apps/cmake/modules/KDEPimLibsDependencies.cmake share/apps/kabc/countrytransl.map share/apps/kabc/formats/binary.desktop @@ -1136,10 +1171,14 @@ share/apps/libkholidays/plan2/holiday_br_pt-br share/apps/libkholidays/plan2/holiday_by_be share/apps/libkholidays/plan2/holiday_ca-qc_fr share/apps/libkholidays/plan2/holiday_ca_en-gb +share/apps/libkholidays/plan2/holiday_ch_de share/apps/libkholidays/plan2/holiday_ch_fr +share/apps/libkholidays/plan2/holiday_ch_it share/apps/libkholidays/plan2/holiday_cl_es share/apps/libkholidays/plan2/holiday_cn_zh-cn share/apps/libkholidays/plan2/holiday_co_es +share/apps/libkholidays/plan2/holiday_cr_en +share/apps/libkholidays/plan2/holiday_cr_es share/apps/libkholidays/plan2/holiday_cz_cs share/apps/libkholidays/plan2/holiday_de-by_de share/apps/libkholidays/plan2/holiday_de_de @@ -1246,6 +1285,7 @@ share/doc/HTML/en/kioslave/smtp/index.cache.bz2 share/doc/HTML/en/kioslave/smtp/index.docbook share/kde4/services/akonadi/contact/aimprotocol.desktop share/kde4/services/akonadi/contact/gaduprotocol.desktop +share/kde4/services/akonadi/contact/googletalkprotocol.desktop share/kde4/services/akonadi/contact/groupwiseprotocol.desktop share/kde4/services/akonadi/contact/icqprotocol.desktop share/kde4/services/akonadi/contact/ircprotocol.desktop @@ -1283,6 +1323,8 @@ share/kde4/servicetypes/kresources_manager.desktop share/kde4/servicetypes/kresources_plugin.desktop share/mime/application/x-vnd.kde.contactgroup.xml share/mime/packages/kdepimlibs-mime.xml +share/mime/packages/x-vnd.akonadi.socialfeeditem.xml +share/mime/text/x-vnd.akonadi.socialfeeditem.xml @dirrm share/kde4/services/akonadi/contact @dirrmtry share/kde4/services/akonadi @dirrm share/doc/HTML/en/kioslave/smtp @@ -1295,6 +1337,8 @@ share/mime/packages/kdepimlibs-mime.xml @dirrm share/doc/HTML/en/kcontrol/kresources @dirrm share/apps/libkholidays/plan2 @dirrm share/apps/libkholidays +@dirrm share/apps/akonadi/plugins/serializer +@dirrm share/apps/akonadi/plugins @dirrm share/apps/akonadi/contact/pics @dirrm share/apps/akonadi/contact/icons/oxygen/16x16/apps @dirrm share/apps/akonadi/contact/icons/oxygen/16x16 @@ -1324,6 +1368,7 @@ share/mime/packages/kdepimlibs-mime.xml @dirrm include/kmime @dirrm include/kmbox @dirrm include/kldap +@dirrm include/kimaptest @dirrm include/kimap @dirrm include/kholidays @dirrm include/kcalutils @@ -1334,6 +1379,7 @@ share/mime/packages/kdepimlibs-mime.xml @dirrm include/kabc @dirrm include/gpgme++/interfaces @dirrm include/gpgme++ +@dirrmtry include/akonadi/socialutils @dirrmtry include/akonadi/private @dirrm include/akonadi/notes @dirrm include/akonadi/kmime @@ -1360,10 +1406,9 @@ share/mime/packages/kdepimlibs-mime.xml @dirrm include/KDE/KBlog @dirrm include/KDE/KAlarmCal @dirrm include/KDE/KABC +@dirrm include/KDE/Akonadi/SocialUtils @dirrm include/KDE/Akonadi/KMime @dirrm include/KDE/Akonadi/KCal @dirrm include/KDE/Akonadi/Contact @dirrm include/KDE/Akonadi/Calendar @dirrm include/KDE/Akonadi -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/deskutils/kdeplasma-addons/Makefile b/deskutils/kdeplasma-addons/Makefile index 6f796a1379f0..3bacbc4191fb 100644 --- a/deskutils/kdeplasma-addons/Makefile +++ b/deskutils/kdeplasma-addons/Makefile @@ -5,10 +5,10 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= Extra plasmoids for KDE4 +COMMENT= Extra plasmoids for KDE SC 4 LIB_DEPENDS= qalculate.5:${PORTSDIR}/math/libqalculate \ qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ @@ -20,17 +20,17 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 CONFLICTS_INSTALL= plasma-applet-icontasks-0.[89].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdehier kdelibs kdeprefix libkexiv2 pimlibs workspace \ akonadi attica automoc4 qimageblitz sharedmime soprano USES= cmake:outsource -USE_QT4= dbus gui network opengl script sql svg webkit xml \ +USE_QT4= corelib dbus declarative gui network script sql webkit \ qmake_build moc_build rcc_build uic_build USE_XORG= x11 xrender xtst USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -OPTIONS_DEFINE= MARBLE IBUS SCIM +OPTIONS_DEFINE= MARBLE SCIM # IBUS OPTIONS_DEFAULT= MARBLE MARBLE_DESC= Support for desktop globe wallpaper @@ -48,10 +48,11 @@ PLIST_SUB+= MARBLE="@comment " .endif .if ${PORT_OPTIONS:MIBUS} +IGNORE= requires ibus version 1.4.2 or greater LIB_DEPENDS+= ibus-1.0:${PORTSDIR}/textproc/ibus PLIST_SUB+= IBUS="" .else -CMAKE_ARGS+= -DWITH_IBUS:BOOL=FALSE +CMAKE_ARGS+= -DBUILD_ibus=off PLIST_SUB+= IBUS="@comment " .endif @@ -59,7 +60,7 @@ PLIST_SUB+= IBUS="@comment " LIB_DEPENDS+= scim-1.0.10:${PORTSDIR}/textproc/scim PLIST_SUB+= SCIM="" .else -CMAKE_ARGS+= -DWITH_SCIM:BOOL=FALSE +CMAKE_ARGS+= -DBUILD_scim=off PLIST_SUB+= SCIM="@comment " .endif @@ -70,7 +71,4 @@ post-patch: ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d; /SharedMimeInfo/ d' \ ${WRKSRC}/applets/lancelot/parts/CMakeLists.txt -post-install: - @-update-mime-database ${PREFIX}/share/mime - .include <bsd.port.mk> diff --git a/deskutils/kdeplasma-addons/distinfo b/deskutils/kdeplasma-addons/distinfo index 78a944c55072..e81522637f72 100644 --- a/deskutils/kdeplasma-addons/distinfo +++ b/deskutils/kdeplasma-addons/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdeplasma-addons-4.9.5.tar.xz) = f6f22d592c448c227d16ba1995d8336c1a41fc1376a9683859ce1764add9475c -SIZE (KDE/kdeplasma-addons-4.9.5.tar.xz) = 1775360 +SHA256 (KDE/4.10.1/kdeplasma-addons-4.10.1.tar.xz) = c1b318705ad02c738502da1d80c8e1c3b3a68f2dbe128d532ab0dc9973bed9c4 +SIZE (KDE/4.10.1/kdeplasma-addons-4.10.1.tar.xz) = 1782948 diff --git a/deskutils/kdeplasma-addons/pkg-plist b/deskutils/kdeplasma-addons/pkg-plist index 11fc0be5b36c..d56139c35f03 100644 --- a/deskutils/kdeplasma-addons/pkg-plist +++ b/deskutils/kdeplasma-addons/pkg-plist @@ -96,6 +96,7 @@ include/lancelot/widgets/TabBar.h include/lancelot/widgets/Widget.h lib/kde4/kcm_krunner_audioplayercontrol.so lib/kde4/kcm_krunner_charrunner.so +lib/kde4/kcm_krunner_dictionary.so lib/kde4/kcm_krunner_spellcheck.so lib/kde4/kcm_plasma_runner_events.so lib/kde4/krunner_audioplayercontrol.so @@ -103,6 +104,7 @@ lib/kde4/krunner_browserhistory.so lib/kde4/krunner_charrunner.so lib/kde4/krunner_contacts.so lib/kde4/krunner_converter.so +lib/kde4/krunner_dictionary.so lib/kde4/krunner_katesessions.so lib/kde4/krunner_konquerorsessions.so lib/kde4/krunner_konsolesessions.so @@ -118,7 +120,6 @@ lib/kde4/plasma_applet_binaryclock.so lib/kde4/plasma_applet_blackboard.so lib/kde4/plasma_applet_bookmarks.so lib/kde4/plasma_applet_bubblemon.so -lib/kde4/plasma_applet_calculator.so lib/kde4/plasma_applet_charselect.so lib/kde4/plasma_applet_comic.so lib/kde4/plasma_applet_dict.so @@ -185,6 +186,7 @@ lib/kde4/plasma_wallpaper_mandelbrot.so %%MARBLE%%lib/kde4/plasma_wallpaper_marble.so lib/kde4/plasma_wallpaper_pattern.so lib/kde4/plasma_wallpaper_potd.so +lib/kde4/plasma_wallpaper_qml.so lib/kde4/plasma_wallpaper_virus.so lib/kde4/plasma_wallpaper_weather.so lib/liblancelot-datamodels.so @@ -288,8 +290,11 @@ share/apps/desktoptheme/default/rssnow/background.svgz share/apps/desktoptheme/default/rssnow/rssnow.svgz share/apps/desktoptheme/default/stylesheets/news.css share/apps/desktoptheme/default/weather/wind-arrows.svgz -share/apps/desktoptheme/default/weatherstation/lcd.svgz +share/apps/desktoptheme/default/weatherstation/lcd2.svgz +share/apps/desktoptheme/default/weatherstation/lcd_digits.svgz share/apps/desktoptheme/default/weatherstation/lcd_panel.svgz +share/apps/desktoptheme/default/weatherstation/weather_icons.svgz +share/apps/desktoptheme/default/weatherstation/wind_arrows.svgz share/apps/desktoptheme/default/widgets/eyes.svg share/apps/desktoptheme/default/widgets/luna.svgz share/apps/desktoptheme/default/widgets/microblog.svgz @@ -328,11 +333,35 @@ share/apps/lancelot/lancelot.notifyrc share/apps/plasma-applet-frame/picture-frame-default.jpg share/apps/plasma-applet-opendesktop-activities/plasma-applet-opendesktop-activities.notifyrc share/apps/plasma-applet-opendesktop/user.css +share/apps/plasma/packages/org.kde.comic/contents/ui/ButtonBar.qml +share/apps/plasma/packages/org.kde.comic/contents/ui/ComicBottomInfo.qml +share/apps/plasma/packages/org.kde.comic/contents/ui/ComicCentralView.qml +share/apps/plasma/packages/org.kde.comic/contents/ui/FullViewWidget.qml +share/apps/plasma/packages/org.kde.comic/contents/ui/ImageWidget.qml +share/apps/plasma/packages/org.kde.comic/contents/ui/main.qml +share/apps/plasma/packages/org.kde.comic/metadata.desktop +share/apps/plasma/packages/org.kde.lcdweather/contents/ui/LCDDigit.qml +share/apps/plasma/packages/org.kde.lcdweather/contents/ui/LCDDisplay.qml +share/apps/plasma/packages/org.kde.lcdweather/contents/ui/Wind.qml +share/apps/plasma/packages/org.kde.lcdweather/contents/ui/main.qml +share/apps/plasma/packages/org.kde.lcdweather/metadata.desktop +share/apps/plasma/packages/org.kde.weather/contents/ui/DetailsView.qml +share/apps/plasma/packages/org.kde.weather/contents/ui/FiveDaysView.qml +share/apps/plasma/packages/org.kde.weather/contents/ui/Notice.qml +share/apps/plasma/packages/org.kde.weather/contents/ui/NoticesView.qml +share/apps/plasma/packages/org.kde.weather/contents/ui/TopPanel.qml +share/apps/plasma/packages/org.kde.weather/contents/ui/Utils.js +share/apps/plasma/packages/org.kde.weather/contents/ui/WeatherListView.qml +share/apps/plasma/packages/org.kde.weather/contents/ui/main.qml +share/apps/plasma/packages/org.kde.weather/metadata.desktop +share/apps/plasma/plasmoids/calculator/contents/ui/calculator.qml +share/apps/plasma/plasmoids/calculator/metadata.desktop share/apps/plasma/plasmoids/konqprofiles/contents/ui/konqprofiles.qml share/apps/plasma/plasmoids/konqprofiles/metadata.desktop share/apps/plasma/plasmoids/konsoleprofiles/contents/ui/konsoleprofiles.qml share/apps/plasma/plasmoids/konsoleprofiles/metadata.desktop share/apps/plasma/plasmoids/nowplaying/contents/code/service.js +share/apps/plasma/plasmoids/nowplaying/contents/config/main.xml share/apps/plasma/plasmoids/nowplaying/contents/images/nocover.svgz share/apps/plasma/plasmoids/nowplaying/contents/ui/AlbumArt.qml share/apps/plasma/plasmoids/nowplaying/contents/ui/CompactLayout.qml @@ -345,6 +374,7 @@ share/apps/plasma/plasmoids/nowplaying/contents/ui/Mpris2.qml share/apps/plasma/plasmoids/nowplaying/contents/ui/PlayPauseButton.qml share/apps/plasma/plasmoids/nowplaying/contents/ui/PositionSlider.qml share/apps/plasma/plasmoids/nowplaying/contents/ui/VLayout.qml +share/apps/plasma/plasmoids/nowplaying/contents/ui/config.ui share/apps/plasma/plasmoids/nowplaying/contents/ui/nowplaying.qml share/apps/plasma/plasmoids/nowplaying/metadata.desktop share/apps/plasma/services/kdeobservatory.operations @@ -356,6 +386,18 @@ share/apps/plasma/services/rtmauth.operations share/apps/plasma/services/rtmtask.operations share/apps/plasma/services/rtmtasks.operations share/apps/plasma/services/tweet.operations +share/apps/plasma/wallpapers/org.kde.animals/contents/ui/Animal.qml +share/apps/plasma/wallpapers/org.kde.animals/contents/ui/animals.qml +share/apps/plasma/wallpapers/org.kde.animals/metadata.desktop +share/apps/plasma/wallpapers/org.kde.haenau/contents/ui/BackgroundElement.qml +share/apps/plasma/wallpapers/org.kde.haenau/contents/ui/BottomBackgroundElement.qml +share/apps/plasma/wallpapers/org.kde.haenau/contents/ui/RightBackgroundElement.qml +share/apps/plasma/wallpapers/org.kde.haenau/contents/ui/main.qml +share/apps/plasma/wallpapers/org.kde.haenau/contents/ui/wallpaper.svgz +share/apps/plasma/wallpapers/org.kde.haenau/metadata.desktop +share/apps/plasma/wallpapers/org.kde.hunyango/contents/ui/main.qml +share/apps/plasma/wallpapers/org.kde.hunyango/contents/ui/wallpaper.svgz +share/apps/plasma/wallpapers/org.kde.hunyango/metadata.desktop share/apps/plasma_pastebin/plasma_pastebin.notifyrc share/apps/plasma_wallpaper_pattern/patterns/bees.desktop share/apps/plasma_wallpaper_pattern/patterns/bees.png @@ -547,6 +589,8 @@ share/kde4/services/plasma-runner-audioplayercontrol_config.desktop share/kde4/services/plasma-runner-contacts.desktop share/kde4/services/plasma-runner-converter.desktop share/kde4/services/plasma-runner-datetime.desktop +share/kde4/services/plasma-runner-dictionary.desktop +share/kde4/services/plasma-runner-dictionary_config.desktop share/kde4/services/plasma-runner-events.desktop share/kde4/services/plasma-runner-events_config.desktop share/kde4/services/plasma-runner-kopete.desktop @@ -560,6 +604,7 @@ share/kde4/services/plasma-wallpaper-mandelbrot.desktop %%MARBLE%%share/kde4/services/plasma-wallpaper-marble.desktop share/kde4/services/plasma-wallpaper-pattern.desktop share/kde4/services/plasma-wallpaper-potd.desktop +share/kde4/services/plasma-wallpaper-qml.desktop share/kde4/services/plasma-wallpaper-virus.desktop share/kde4/services/plasma-wallpaper-weather.desktop share/kde4/services/plasma_applet_plasmaboard.desktop @@ -572,8 +617,19 @@ share/mime/packages/lancelotpart-mime.xml @dirrm share/apps/plasma_wallpaper_pattern/patterns @dirrm share/apps/plasma_wallpaper_pattern @dirrm share/apps/plasma_pastebin +@dirrm share/apps/plasma/wallpapers/org.kde.hunyango/contents/ui +@dirrm share/apps/plasma/wallpapers/org.kde.hunyango/contents +@dirrm share/apps/plasma/wallpapers/org.kde.hunyango +@dirrm share/apps/plasma/wallpapers/org.kde.haenau/contents/ui +@dirrm share/apps/plasma/wallpapers/org.kde.haenau/contents +@dirrm share/apps/plasma/wallpapers/org.kde.haenau +@dirrm share/apps/plasma/wallpapers/org.kde.animals/contents/ui +@dirrm share/apps/plasma/wallpapers/org.kde.animals/contents +@dirrm share/apps/plasma/wallpapers/org.kde.animals +@dirrm share/apps/plasma/wallpapers @dirrm share/apps/plasma/plasmoids/nowplaying/contents/ui @dirrm share/apps/plasma/plasmoids/nowplaying/contents/images +@dirrm share/apps/plasma/plasmoids/nowplaying/contents/config @dirrm share/apps/plasma/plasmoids/nowplaying/contents/code @dirrm share/apps/plasma/plasmoids/nowplaying/contents @dirrm share/apps/plasma/plasmoids/nowplaying @@ -583,6 +639,18 @@ share/mime/packages/lancelotpart-mime.xml @dirrm share/apps/plasma/plasmoids/konqprofiles/contents/ui @dirrm share/apps/plasma/plasmoids/konqprofiles/contents @dirrm share/apps/plasma/plasmoids/konqprofiles +@dirrm share/apps/plasma/plasmoids/calculator/contents/ui +@dirrm share/apps/plasma/plasmoids/calculator/contents +@dirrm share/apps/plasma/plasmoids/calculator +@dirrm share/apps/plasma/packages/org.kde.weather/contents/ui +@dirrm share/apps/plasma/packages/org.kde.weather/contents +@dirrm share/apps/plasma/packages/org.kde.weather +@dirrm share/apps/plasma/packages/org.kde.lcdweather/contents/ui +@dirrm share/apps/plasma/packages/org.kde.lcdweather/contents +@dirrm share/apps/plasma/packages/org.kde.lcdweather +@dirrm share/apps/plasma/packages/org.kde.comic/contents/ui +@dirrm share/apps/plasma/packages/org.kde.comic/contents +@dirrm share/apps/plasma/packages/org.kde.comic @dirrm share/apps/plasma-applet-opendesktop-activities @dirrm share/apps/plasma-applet-opendesktop @dirrm share/apps/plasma-applet-frame @@ -619,5 +687,3 @@ share/mime/packages/lancelotpart-mime.xml @dirrm include/lancelot @dirrm include/KDE/Lancelot/Models @dirrm include/KDE/Lancelot -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/deskutils/kruler/Makefile b/deskutils/kruler/Makefile index 270fa8ff87f5..14eb301b6276 100644 --- a/deskutils/kruler/Makefile +++ b/deskutils/kruler/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 screen ruler @@ -14,9 +14,9 @@ CONFLICTS= kdegraphics-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= corelib qmake_build moc_build uic_build rcc_build +USE_QT4= moc_build qmake_build rcc_build uic_build USE_XORG= x11 -USE_XZ= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/deskutils/kruler/distinfo b/deskutils/kruler/distinfo index 375c9d42d2f8..d6c095519007 100644 --- a/deskutils/kruler/distinfo +++ b/deskutils/kruler/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kruler-4.9.5.tar.xz) = 10d3e3c69f3025ca4edb7ee100a88e0d6ddc8f50208352cbb2f4f50517fc11c9 -SIZE (KDE/kruler-4.9.5.tar.xz) = 134052 +SHA256 (KDE/4.10.1/kruler-4.10.1.tar.xz) = f2791378be77709f6e0a89ca59f7d4363e1dea0fe41d465ed4aa15b2a18d55f0 +SIZE (KDE/4.10.1/kruler-4.10.1.tar.xz) = 134228 diff --git a/deskutils/superkaramba/Makefile b/deskutils/superkaramba/Makefile index a990dbce4223..01e46fb9892a 100644 --- a/deskutils/superkaramba/Makefile +++ b/deskutils/superkaramba/Makefile @@ -5,14 +5,14 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Widget framework for KDE CONFLICTS= kdeutils-4.[0-7].* -USE_XZ= yes +USE_XZ= yes USE_PYTHON= 2.5+ USE_KDE4= kdehier kdelibs kdeprefix automoc4 qimageblitz USES= cmake:outsource diff --git a/deskutils/superkaramba/distinfo b/deskutils/superkaramba/distinfo index b1b2e36f4c55..512b489c277f 100644 --- a/deskutils/superkaramba/distinfo +++ b/deskutils/superkaramba/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/superkaramba-4.9.5.tar.xz) = e608d4f3671ea97fb84fd3ec94c29baa525908a87af6f3bd493a7bb9d075da16 -SIZE (KDE/superkaramba-4.9.5.tar.xz) = 390104 +SHA256 (KDE/4.10.1/superkaramba-4.10.1.tar.xz) = e5d8a5ba425c197a81b1922caeced5cfad30bc7ddba91f7f85d710bd847fbe13 +SIZE (KDE/4.10.1/superkaramba-4.10.1.tar.xz) = 390128 diff --git a/devel/kdebindings4/Makefile b/devel/kdebindings4/Makefile index 17e50bbeaede..78e83d3dbc6d 100644 --- a/devel/kdebindings4/Makefile +++ b/devel/kdebindings4/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= # empty DISTFILES= # none MAINTAINER= kde@FreeBSD.org -COMMENT= KDE bindings meta port +COMMENT= KDE bindings (meta port) USE_KDE4= kdeprefix NO_BUILD= yes diff --git a/devel/kdesdk4/Makefile b/devel/kdesdk4/Makefile index 3b6546694845..ab814f11016a 100644 --- a/devel/kdesdk4/Makefile +++ b/devel/kdesdk4/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE Software Development Kit @@ -22,14 +22,14 @@ LATEST_LINK= ${PORTNAME}4 CONFLICTS= kdeutils-4.5.[0-5] -USE_XZ= yes +USE_XZ= yes USE_GNOME= libxml2 libxslt USE_KDE4= kdehier kdelibs kdeprefix libkonq pimlibs sharedmime \ akonadi automoc4 qimageblitz_build strigi USES= cmake:outsource USE_PERL5= yes -USE_QT4= dbus designer gui qt3support \ - script scripttools sql svg xml \ +USE_QT4= corelib dbus declarative designer gui qt3support \ + script scripttools sql xml \ qmake_build moc_build rcc_build uic_build uic3_build USE_GMAKE= yes USE_LDCONFIG= yes @@ -60,11 +60,12 @@ MAN1= adddebug.1 \ xml2pot.1 \ zonetab2pot.py.1 -OPTIONS_DEFINE= ANTLR KATE +OPTIONS_DEFINE= ANTLR KATE KATE_PATE OPTIONS_DEFAULT= KATE ANTLR_DESC= Support for po2xml and swappo tools KATE_DESC= Install Kate advanced text editor +KATE_PATE_DESC= Support for Python plugins in Kate .include <bsd.port.options.mk> @@ -81,6 +82,10 @@ PLIST_SUB+= ANTLR="@comment " USE_KDE4+= kate_run .endif +.if ${PORT_OPTIONS:MKATE_PATE} +RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/pateplugin.so:${PORTSDIR}/editors/kate-plugin-pate +.endif + post-patch: ${FIND} ${WRKSRC}/scripts -type f | \ ${XARGS} ${REINPLACE_CMD} -Ee 's,/usr/bin/(perl|python|ruby|svn),${LOCALBASE}/bin/\1,g' @@ -88,7 +93,4 @@ post-patch: ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d; /SharedMimeInfo/ d' \ ${PATCH_WRKSRC}/okteta/mimetypes/CMakeLists.txt -post-install: - @-update-mime-database ${KDE4_PREFIX}/share/mime - .include <bsd.port.mk> diff --git a/devel/kdesdk4/distinfo b/devel/kdesdk4/distinfo index 83f31d943d74..20784355dd9a 100644 --- a/devel/kdesdk4/distinfo +++ b/devel/kdesdk4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdesdk-4.9.5.tar.xz) = 8b62c3ec7d3dd9ac5489df3e77f02b17e92a64c0b6e409b9f9e1665aa57e62f0 -SIZE (KDE/kdesdk-4.9.5.tar.xz) = 5165436 +SHA256 (KDE/4.10.1/kdesdk-4.10.1.tar.xz) = fa681b06c06b0038f6473ab08835fd2f5b2f218fc9056763bb81a814c767797b +SIZE (KDE/4.10.1/kdesdk-4.10.1.tar.xz) = 5178368 diff --git a/devel/kdesdk4/pkg-plist b/devel/kdesdk4/pkg-plist index 2d025381c6db..d1b48e87fe9c 100644 --- a/devel/kdesdk4/pkg-plist +++ b/devel/kdesdk4/pkg-plist @@ -59,6 +59,7 @@ bin/pprof2calltree bin/pruneemptydirs bin/qtdoc bin/split2po +bin/struct2osd.sh bin/svn-clean bin/svnbackport bin/svnchangesince @@ -488,13 +489,13 @@ lib/libkasten2gui.so lib/libkasten2gui.so.0.2.0 lib/libkasten2gui.so.2 lib/libkasten2okteta1controllers.so -lib/libkasten2okteta1controllers.so.0.2.0 +lib/libkasten2okteta1controllers.so.0.2.1 lib/libkasten2okteta1controllers.so.1 lib/libkasten2okteta1core.so -lib/libkasten2okteta1core.so.0.2.0 +lib/libkasten2okteta1core.so.0.2.1 lib/libkasten2okteta1core.so.1 lib/libkasten2okteta1gui.so -lib/libkasten2okteta1gui.so.0.2.0 +lib/libkasten2okteta1gui.so.0.2.1 lib/libkasten2okteta1gui.so.1 lib/libkdeinit4_cervisia.so lib/libkdeinit4_cvsaskpass.so @@ -509,10 +510,10 @@ lib/libkompareinterface.so lib/libkompareinterface.so.5 lib/libkompareinterface.so.5.0.1 lib/libokteta1core.so -lib/libokteta1core.so.0.8.0 +lib/libokteta1core.so.0.8.1 lib/libokteta1core.so.1 lib/libokteta1gui.so -lib/libokteta1gui.so.0.8.0 +lib/libokteta1gui.so.0.8.1 lib/libokteta1gui.so.1 lib/strigi/strigila_diff.so lib/strigi/strigila_po.so @@ -537,10 +538,6 @@ share/apps/kcachegrind/icons/hicolor/22x22/actions/percent.png share/apps/kcachegrind/icons/hicolor/32x32/actions/percent.png share/apps/kcachegrind/kcachegrindui.rc share/apps/kcachegrind/tips -share/apps/kconf_update/cervisia-change_repos_list.pl -share/apps/kconf_update/cervisia-normalize_cvsroot.pl -share/apps/kconf_update/cervisia.upd -share/apps/kconf_update/change_colors.pl share/apps/kdevappwizard/template_previews/akonadi-resources.png share/apps/kdevappwizard/template_previews/akonadi-serializer.png share/apps/kdevappwizard/template_previews/default.png @@ -596,6 +593,7 @@ share/apps/lokalize/translationmemoryrui.rc share/apps/okteta/oktetaui.rc share/apps/okteta/structures/elf/elf.desktop share/apps/okteta/structures/elf/elf.osd +share/apps/okteta/structures/gccxml-to-osd.xsl share/apps/okteta/structures/png/png.desktop share/apps/okteta/structures/png/png.osd share/apps/oktetapart/oktetapartbrowserui.rc @@ -1194,5 +1192,3 @@ share/strigi/fieldproperties/strigi_translation.fieldproperties @dirrm include/kasten2 @dirrm include/KDE/Okteta1 @dirrm include/KDE/Kasten2 -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/devel/p5-perlkde/Makefile b/devel/p5-perlkde/Makefile index 8f3e5c87d0b7..32ca3a5c2022 100644 --- a/devel/p5-perlkde/Makefile +++ b/devel/p5-perlkde/Makefile @@ -6,18 +6,19 @@ CATEGORIES= devel kde perl5 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= p5- -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Perl bindings for KDE -USE_XZ= yes +USE_XZ= yes USE_PERL5= yes # Build fails with system gcc USE_GCC= 4.6+ USE_KDE4= kdehier kdeprefix perlqt smokekde automoc4 -USE_QT4= qmake_build moc_build uic_build rcc_build -USES= cmake +USE_QT4= network opengl sql svg xml \ + qmake_build moc_build uic_build rcc_build +USES= cmake:outsource MAKE_JOBS_SAFE= yes diff --git a/devel/p5-perlkde/distinfo b/devel/p5-perlkde/distinfo index 3736007cea82..c8d6c76708f7 100644 --- a/devel/p5-perlkde/distinfo +++ b/devel/p5-perlkde/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/perlkde-4.9.5.tar.xz) = 2e735559be20164afe1429de1e2f9311cfab393955f50fc928df0b2420fe5e3d -SIZE (KDE/perlkde-4.9.5.tar.xz) = 44460 +SHA256 (KDE/4.10.1/perlkde-4.10.1.tar.xz) = 8add988ee16ad6e5467eeb7aba209bb0c1ec73436a9a9d55b2ad802d730f8785 +SIZE (KDE/4.10.1/perlkde-4.10.1.tar.xz) = 44664 diff --git a/devel/p5-perlqt/Makefile b/devel/p5-perlqt/Makefile index 2e05e9042910..15d6b484895d 100644 --- a/devel/p5-perlqt/Makefile +++ b/devel/p5-perlqt/Makefile @@ -6,7 +6,7 @@ CATEGORIES= devel kde perl5 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= p5- -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Perl bindings for Qt @@ -14,11 +14,12 @@ COMMENT= Perl bindings for Qt LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2 \ qwt.5:${PORTSDIR}/x11-toolkits/qwt5 -USE_XZ= yes +USE_XZ= yes USE_PERL5= yes USE_KDE4= kdehier kdeprefix smokeqt qimageblitz -USE_QT4= qmake_build moc_build uic_build rcc_build -USES= cmake +USE_QT4= corelib dbus gui network xml \ + qmake_build moc_build uic_build rcc_build +USES= cmake:outsource MAKE_JOBS_SAFE= yes diff --git a/devel/p5-perlqt/distinfo b/devel/p5-perlqt/distinfo index beaf969884e4..95dd58baca59 100644 --- a/devel/p5-perlqt/distinfo +++ b/devel/p5-perlqt/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/perlqt-4.9.5.tar.xz) = c8c1346a08215edbd662eb876b17c75e848c6e3309198c049659247cca8f9cb6 -SIZE (KDE/perlqt-4.9.5.tar.xz) = 1838440 +SHA256 (KDE/4.10.1/perlqt-4.10.1.tar.xz) = 0708cece4c8ad6b8dce25cfd96509f5cddb0095a09f851dd1a4f8c1a0ebdf930 +SIZE (KDE/4.10.1/perlqt-4.10.1.tar.xz) = 1837288 diff --git a/devel/py-krosspython/Makefile b/devel/py-krosspython/Makefile index 496ac5165a0e..e13d189e1fd2 100644 --- a/devel/py-krosspython/Makefile +++ b/devel/py-krosspython/Makefile @@ -7,16 +7,16 @@ MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= kross-interpreters-${PORTVERSION} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Kross Python scripting library USE_KDE4= kdehier kdelibs kdeprefix automoc4 USE_PYTHON= 2.5+ -USE_QT4= gui qmake_build moc_build uic_build rcc_build -USE_XZ= yes -USES= cmake +USE_QT4= corelib gui qmake_build moc_build uic_build rcc_build +USE_XZ= yes +USES= cmake:outsource CMAKE_ARGS+= -DBUILD_falcon:BOOL=FALSE \ -DBUILD_ruby:BOOL=FALSE \ -DBUILD_java:BOOL=FALSE diff --git a/devel/py-krosspython/distinfo b/devel/py-krosspython/distinfo index 2a85d7d8fee0..cb03116fbc56 100644 --- a/devel/py-krosspython/distinfo +++ b/devel/py-krosspython/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kross-interpreters-4.9.5.tar.xz) = a37a861ba941bd8a154c95abd5595a8cca4dbf4e5025e59fac7d59d96453cc51 -SIZE (KDE/kross-interpreters-4.9.5.tar.xz) = 133380 +SHA256 (KDE/4.10.1/kross-interpreters-4.10.1.tar.xz) = bd1f200c8b325d5836265fed1365206f20b8749dd87a858879882948b4307a27 +SIZE (KDE/4.10.1/kross-interpreters-4.10.1.tar.xz) = 133460 diff --git a/devel/py-pykde4/Makefile b/devel/py-pykde4/Makefile index ba7132a0f054..2f5ccc51ad03 100644 --- a/devel/py-pykde4/Makefile +++ b/devel/py-pykde4/Makefile @@ -6,7 +6,7 @@ CATEGORIES= devel kde python MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for KDE @@ -29,37 +29,36 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ USE_KDE4= kdehier kdelibs kdeprefix okular pimlibs \ akonadi automoc4 soprano USE_PYTHON= 2.5+ -USE_QT4= corelib qmake_build moc_build uic_build rcc_build -USE_XZ= yes -USES= cmake +USE_QT4= corelib dbus designer_build gui network xml \ + qmake_build moc_build uic_build rcc_build +USE_XZ= yes +USES= cmake:outsource CMAKE_ARGS+= -DWITH_PolkitQt:BOOL=FALSE MAKE_JOBS_SAFE= yes SUB_FILES= kdebindings4.pth SUB_LIST= PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR} -.include <bsd.port.pre.mk> +OPTIONS_DEFINE= EXAMPLES + +.include <bsd.port.options.mk> post-patch: -.if ${OSVERSION} < 800069 - ${REINPLACE_CMD} -e '/dlopen("kpythonpluginfactory.so"/ s,RTLD_NOLOAD |,,' \ - ${PATCH_WRKSRC}/kpythonpluginfactory/kpythonpluginfactory.cpp -.endif ${FIND} -d ${PATCH_WRKSRC}/sip -name "*.orig" -delete pre-configure: ${REINPLACE_CMD} -e 's,$${SIP_DEFAULT_SIP_DIR},${PREFIX}/share/py-sip,g' \ - ${BUILD_WRKSRC}/CMakeLists.txt - ${REINPLACE_CMD} -e '/ADD_SUBDIRECTORY(examples)/ d' \ - -e '/ADD_SUBDIRECTORY(tools)/ d' \ - ${BUILD_WRKSRC}/CMakeLists.txt - ${RM} ${BUILD_WRKSRC}/examples/CMakeLists.txt + ${WRKSRC}/CMakeLists.txt + ${REINPLACE_CMD} -e '/add_subdirectory(examples)/ d' \ + -e '/add_subdirectory(tools)/ d' \ + ${WRKSRC}/CMakeLists.txt + ${RM} ${WRKSRC}/examples/CMakeLists.txt post-install: -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR} - cd ${BUILD_WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} .endif ${INSTALL_DATA} ${WRKDIR}/kdebindings4.pth ${PYTHON_SITELIBDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/py-pykde4/distinfo b/devel/py-pykde4/distinfo index 15e74559aaf1..7c36cad5b700 100644 --- a/devel/py-pykde4/distinfo +++ b/devel/py-pykde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/pykde4-4.9.5.tar.xz) = 79bc37ed009dc993419e88dde38fd4ded44a298a4aefe44c8164a52ccfafef9b -SIZE (KDE/pykde4-4.9.5.tar.xz) = 2031900 +SHA256 (KDE/4.10.1/pykde4-4.10.1.tar.xz) = 37a3d263ea7870e8e410e775d978d42b0aea59859bb6d627b2b325d5ad79b039 +SIZE (KDE/4.10.1/pykde4-4.10.1.tar.xz) = 2029852 diff --git a/devel/py-pykde4/pkg-plist b/devel/py-pykde4/pkg-plist index 0c01953fa49b..8851f42b1725 100644 --- a/devel/py-pykde4/pkg-plist +++ b/devel/py-pykde4/pkg-plist @@ -158,15 +158,6 @@ share/py-sip/PyKDE4/akonadi/searchcreatejob.sip share/py-sip/PyKDE4/akonadi/selectionproxymodel.sip share/py-sip/PyKDE4/akonadi/servermanager.sip share/py-sip/PyKDE4/akonadi/session.sip -share/py-sip/PyKDE4/akonadi/sipAPIakonadi.h -share/py-sip/PyKDE4/akonadi/sipakonadipart0.cpp -share/py-sip/PyKDE4/akonadi/sipakonadipart1.cpp -share/py-sip/PyKDE4/akonadi/sipakonadipart2.cpp -share/py-sip/PyKDE4/akonadi/sipakonadipart3.cpp -share/py-sip/PyKDE4/akonadi/sipakonadipart4.cpp -share/py-sip/PyKDE4/akonadi/sipakonadipart5.cpp -share/py-sip/PyKDE4/akonadi/sipakonadipart6.cpp -share/py-sip/PyKDE4/akonadi/sipakonadipart7.cpp share/py-sip/PyKDE4/akonadi/specialcollections.sip share/py-sip/PyKDE4/akonadi/specialcollectionsrequestjob.sip share/py-sip/PyKDE4/akonadi/specialmailcollections.sip @@ -191,15 +182,6 @@ share/py-sip/PyKDE4/dnssd/servicebase.sip share/py-sip/PyKDE4/dnssd/servicebrowser.sip share/py-sip/PyKDE4/dnssd/servicemodel.sip share/py-sip/PyKDE4/dnssd/servicetypebrowser.sip -share/py-sip/PyKDE4/dnssd/sipAPIdnssd.h -share/py-sip/PyKDE4/dnssd/sipdnssdpart0.cpp -share/py-sip/PyKDE4/dnssd/sipdnssdpart1.cpp -share/py-sip/PyKDE4/dnssd/sipdnssdpart2.cpp -share/py-sip/PyKDE4/dnssd/sipdnssdpart3.cpp -share/py-sip/PyKDE4/dnssd/sipdnssdpart4.cpp -share/py-sip/PyKDE4/dnssd/sipdnssdpart5.cpp -share/py-sip/PyKDE4/dnssd/sipdnssdpart6.cpp -share/py-sip/PyKDE4/dnssd/sipdnssdpart7.cpp share/py-sip/PyKDE4/glossary.html share/py-sip/PyKDE4/kdecore/backgroundchecker.sip share/py-sip/PyKDE4/kdecore/globals.sip @@ -283,15 +265,6 @@ share/py-sip/PyKDE4/kdecore/ktoolinvocation.sip share/py-sip/PyKDE4/kdecore/ktzfiletimezone.sip share/py-sip/PyKDE4/kdecore/kurl.sip share/py-sip/PyKDE4/kdecore/kuser.sip -share/py-sip/PyKDE4/kdecore/sipAPIkdecore.h -share/py-sip/PyKDE4/kdecore/sipkdecorepart0.cpp -share/py-sip/PyKDE4/kdecore/sipkdecorepart1.cpp -share/py-sip/PyKDE4/kdecore/sipkdecorepart2.cpp -share/py-sip/PyKDE4/kdecore/sipkdecorepart3.cpp -share/py-sip/PyKDE4/kdecore/sipkdecorepart4.cpp -share/py-sip/PyKDE4/kdecore/sipkdecorepart5.cpp -share/py-sip/PyKDE4/kdecore/sipkdecorepart6.cpp -share/py-sip/PyKDE4/kdecore/sipkdecorepart7.cpp share/py-sip/PyKDE4/kdecore/speller.sip share/py-sip/PyKDE4/kdecore/typedefs.sip share/py-sip/PyKDE4/kdeui/configdialog.sip @@ -503,15 +476,6 @@ share/py-sip/PyKDE4/kdeui/kxutils.sip share/py-sip/PyKDE4/kdeui/kxyselector.sip share/py-sip/PyKDE4/kdeui/netwm.sip share/py-sip/PyKDE4/kdeui/netwm_def.sip -share/py-sip/PyKDE4/kdeui/sipAPIkdeui.h -share/py-sip/PyKDE4/kdeui/sipkdeuipart0.cpp -share/py-sip/PyKDE4/kdeui/sipkdeuipart1.cpp -share/py-sip/PyKDE4/kdeui/sipkdeuipart2.cpp -share/py-sip/PyKDE4/kdeui/sipkdeuipart3.cpp -share/py-sip/PyKDE4/kdeui/sipkdeuipart4.cpp -share/py-sip/PyKDE4/kdeui/sipkdeuipart5.cpp -share/py-sip/PyKDE4/kdeui/sipkdeuipart6.cpp -share/py-sip/PyKDE4/kdeui/sipkdeuipart7.cpp share/py-sip/PyKDE4/khtml/css_rule.sip share/py-sip/PyKDE4/khtml/css_stylesheet.sip share/py-sip/PyKDE4/khtml/css_value.sip @@ -543,15 +507,6 @@ share/py-sip/PyKDE4/khtml/khtml_part.sip share/py-sip/PyKDE4/khtml/khtml_settings.sip share/py-sip/PyKDE4/khtml/khtmlmod.sip share/py-sip/PyKDE4/khtml/khtmlview.sip -share/py-sip/PyKDE4/khtml/sipAPIkhtml.h -share/py-sip/PyKDE4/khtml/sipkhtmlpart0.cpp -share/py-sip/PyKDE4/khtml/sipkhtmlpart1.cpp -share/py-sip/PyKDE4/khtml/sipkhtmlpart2.cpp -share/py-sip/PyKDE4/khtml/sipkhtmlpart3.cpp -share/py-sip/PyKDE4/khtml/sipkhtmlpart4.cpp -share/py-sip/PyKDE4/khtml/sipkhtmlpart5.cpp -share/py-sip/PyKDE4/khtml/sipkhtmlpart6.cpp -share/py-sip/PyKDE4/khtml/sipkhtmlpart7.cpp share/py-sip/PyKDE4/kio/accessmanager.sip share/py-sip/PyKDE4/kio/authinfo.sip share/py-sip/PyKDE4/kio/chmodjob.sip @@ -663,15 +618,6 @@ share/py-sip/PyKDE4/kio/renamedialog.sip share/py-sip/PyKDE4/kio/renamedialogplugin.sip share/py-sip/PyKDE4/kio/scheduler.sip share/py-sip/PyKDE4/kio/sessiondata.sip -share/py-sip/PyKDE4/kio/sipAPIkio.h -share/py-sip/PyKDE4/kio/sipkiopart0.cpp -share/py-sip/PyKDE4/kio/sipkiopart1.cpp -share/py-sip/PyKDE4/kio/sipkiopart2.cpp -share/py-sip/PyKDE4/kio/sipkiopart3.cpp -share/py-sip/PyKDE4/kio/sipkiopart4.cpp -share/py-sip/PyKDE4/kio/sipkiopart5.cpp -share/py-sip/PyKDE4/kio/sipkiopart6.cpp -share/py-sip/PyKDE4/kio/sipkiopart7.cpp share/py-sip/PyKDE4/kio/skipdialog.sip share/py-sip/PyKDE4/kio/slave.sip share/py-sip/PyKDE4/kio/slavebase.sip @@ -698,15 +644,6 @@ share/py-sip/PyKDE4/knewstuff/knewstuffaction.sip share/py-sip/PyKDE4/knewstuff/knewstuffbutton.sip share/py-sip/PyKDE4/knewstuff/knewstuffmod.sip share/py-sip/PyKDE4/knewstuff/ktranslatable.sip -share/py-sip/PyKDE4/knewstuff/sipAPIknewstuff.h -share/py-sip/PyKDE4/knewstuff/sipknewstuffpart0.cpp -share/py-sip/PyKDE4/knewstuff/sipknewstuffpart1.cpp -share/py-sip/PyKDE4/knewstuff/sipknewstuffpart2.cpp -share/py-sip/PyKDE4/knewstuff/sipknewstuffpart3.cpp -share/py-sip/PyKDE4/knewstuff/sipknewstuffpart4.cpp -share/py-sip/PyKDE4/knewstuff/sipknewstuffpart5.cpp -share/py-sip/PyKDE4/knewstuff/sipknewstuffpart6.cpp -share/py-sip/PyKDE4/knewstuff/sipknewstuffpart7.cpp share/py-sip/PyKDE4/kparts/browserextension.sip share/py-sip/PyKDE4/kparts/browserinterface.sip share/py-sip/PyKDE4/kparts/browseropenorsavequestion.sip @@ -723,28 +660,10 @@ share/py-sip/PyKDE4/kparts/part.sip share/py-sip/PyKDE4/kparts/partmanager.sip share/py-sip/PyKDE4/kparts/plugin.sip share/py-sip/PyKDE4/kparts/scriptableextension.sip -share/py-sip/PyKDE4/kparts/sipAPIkparts.h -share/py-sip/PyKDE4/kparts/sipkpartspart0.cpp -share/py-sip/PyKDE4/kparts/sipkpartspart1.cpp -share/py-sip/PyKDE4/kparts/sipkpartspart2.cpp -share/py-sip/PyKDE4/kparts/sipkpartspart3.cpp -share/py-sip/PyKDE4/kparts/sipkpartspart4.cpp -share/py-sip/PyKDE4/kparts/sipkpartspart5.cpp -share/py-sip/PyKDE4/kparts/sipkpartspart6.cpp -share/py-sip/PyKDE4/kparts/sipkpartspart7.cpp share/py-sip/PyKDE4/kparts/statusbarextension.sip share/py-sip/PyKDE4/kparts/textextension.sip share/py-sip/PyKDE4/kterminal/kterminal.sip share/py-sip/PyKDE4/kterminal/kterminalmod.sip -share/py-sip/PyKDE4/kterminal/sipAPIkterminal.h -share/py-sip/PyKDE4/kterminal/sipkterminalpart0.cpp -share/py-sip/PyKDE4/kterminal/sipkterminalpart1.cpp -share/py-sip/PyKDE4/kterminal/sipkterminalpart2.cpp -share/py-sip/PyKDE4/kterminal/sipkterminalpart3.cpp -share/py-sip/PyKDE4/kterminal/sipkterminalpart4.cpp -share/py-sip/PyKDE4/kterminal/sipkterminalpart5.cpp -share/py-sip/PyKDE4/kterminal/sipkterminalpart6.cpp -share/py-sip/PyKDE4/kterminal/sipkterminalpart7.cpp share/py-sip/PyKDE4/kterminal/terminal_interface.sip share/py-sip/PyKDE4/kterminal/terminal_interface_v2.sip share/py-sip/PyKDE4/ktexteditor/attribute.sip @@ -768,15 +687,6 @@ share/py-sip/PyKDE4/ktexteditor/range.sip share/py-sip/PyKDE4/ktexteditor/rangefeedback.sip share/py-sip/PyKDE4/ktexteditor/searchinterface.sip share/py-sip/PyKDE4/ktexteditor/sessionconfiginterface.sip -share/py-sip/PyKDE4/ktexteditor/sipAPIktexteditor.h -share/py-sip/PyKDE4/ktexteditor/sipktexteditorpart0.cpp -share/py-sip/PyKDE4/ktexteditor/sipktexteditorpart1.cpp -share/py-sip/PyKDE4/ktexteditor/sipktexteditorpart2.cpp -share/py-sip/PyKDE4/ktexteditor/sipktexteditorpart3.cpp -share/py-sip/PyKDE4/ktexteditor/sipktexteditorpart4.cpp -share/py-sip/PyKDE4/ktexteditor/sipktexteditorpart5.cpp -share/py-sip/PyKDE4/ktexteditor/sipktexteditorpart6.cpp -share/py-sip/PyKDE4/ktexteditor/sipktexteditorpart7.cpp share/py-sip/PyKDE4/ktexteditor/smartcursor.sip share/py-sip/PyKDE4/ktexteditor/smartinterface.sip share/py-sip/PyKDE4/ktexteditor/smartrange.sip @@ -798,15 +708,6 @@ share/py-sip/PyKDE4/kutils/kpluginselector.sip share/py-sip/PyKDE4/kutils/kprintpreview.sip share/py-sip/PyKDE4/kutils/kutilsmod.sip share/py-sip/PyKDE4/kutils/pluginpage.sip -share/py-sip/PyKDE4/kutils/sipAPIkutils.h -share/py-sip/PyKDE4/kutils/sipkutilspart0.cpp -share/py-sip/PyKDE4/kutils/sipkutilspart1.cpp -share/py-sip/PyKDE4/kutils/sipkutilspart2.cpp -share/py-sip/PyKDE4/kutils/sipkutilspart3.cpp -share/py-sip/PyKDE4/kutils/sipkutilspart4.cpp -share/py-sip/PyKDE4/kutils/sipkutilspart5.cpp -share/py-sip/PyKDE4/kutils/sipkutilspart6.cpp -share/py-sip/PyKDE4/kutils/sipkutilspart7.cpp share/py-sip/PyKDE4/nepomuk/andterm.sip share/py-sip/PyKDE4/nepomuk/class.sip share/py-sip/PyKDE4/nepomuk/comparisonterm.sip @@ -846,15 +747,6 @@ share/py-sip/PyKDE4/nepomuk/resourceterm.sip share/py-sip/PyKDE4/nepomuk/resourcetypeterm.sip share/py-sip/PyKDE4/nepomuk/result.sip share/py-sip/PyKDE4/nepomuk/simpleterm.sip -share/py-sip/PyKDE4/nepomuk/sipAPInepomuk.h -share/py-sip/PyKDE4/nepomuk/sipnepomukpart0.cpp -share/py-sip/PyKDE4/nepomuk/sipnepomukpart1.cpp -share/py-sip/PyKDE4/nepomuk/sipnepomukpart2.cpp -share/py-sip/PyKDE4/nepomuk/sipnepomukpart3.cpp -share/py-sip/PyKDE4/nepomuk/sipnepomukpart4.cpp -share/py-sip/PyKDE4/nepomuk/sipnepomukpart5.cpp -share/py-sip/PyKDE4/nepomuk/sipnepomukpart6.cpp -share/py-sip/PyKDE4/nepomuk/sipnepomukpart7.cpp share/py-sip/PyKDE4/nepomuk/standardqueries.sip share/py-sip/PyKDE4/nepomuk/tag.sip share/py-sip/PyKDE4/nepomuk/tagwidget.sip @@ -893,15 +785,6 @@ share/py-sip/PyKDE4/phonon/phononmod.sip share/py-sip/PyKDE4/phonon/phononnamespace.sip share/py-sip/PyKDE4/phonon/pulsesupport.sip share/py-sip/PyKDE4/phonon/seekslider.sip -share/py-sip/PyKDE4/phonon/sipAPIphonon.h -share/py-sip/PyKDE4/phonon/sipphononpart0.cpp -share/py-sip/PyKDE4/phonon/sipphononpart1.cpp -share/py-sip/PyKDE4/phonon/sipphononpart2.cpp -share/py-sip/PyKDE4/phonon/sipphononpart3.cpp -share/py-sip/PyKDE4/phonon/sipphononpart4.cpp -share/py-sip/PyKDE4/phonon/sipphononpart5.cpp -share/py-sip/PyKDE4/phonon/sipphononpart6.cpp -share/py-sip/PyKDE4/phonon/sipphononpart7.cpp share/py-sip/PyKDE4/phonon/snapshotinterface.sip share/py-sip/PyKDE4/phonon/streaminterface.sip share/py-sip/PyKDE4/phonon/videodataoutput.sip @@ -981,15 +864,6 @@ share/py-sip/PyKDE4/plasma/service.sip share/py-sip/PyKDE4/plasma/serviceaccessjob.sip share/py-sip/PyKDE4/plasma/servicejob.sip share/py-sip/PyKDE4/plasma/signalplotter.sip -share/py-sip/PyKDE4/plasma/sipAPIplasma.h -share/py-sip/PyKDE4/plasma/sipplasmapart0.cpp -share/py-sip/PyKDE4/plasma/sipplasmapart1.cpp -share/py-sip/PyKDE4/plasma/sipplasmapart2.cpp -share/py-sip/PyKDE4/plasma/sipplasmapart3.cpp -share/py-sip/PyKDE4/plasma/sipplasmapart4.cpp -share/py-sip/PyKDE4/plasma/sipplasmapart5.cpp -share/py-sip/PyKDE4/plasma/sipplasmapart6.cpp -share/py-sip/PyKDE4/plasma/sipplasmapart7.cpp share/py-sip/PyKDE4/plasma/slider.sip share/py-sip/PyKDE4/plasma/spinbox.sip share/py-sip/PyKDE4/plasma/svg.sip @@ -1037,15 +911,6 @@ share/py-sip/PyKDE4/solid/powermanagement.sip share/py-sip/PyKDE4/solid/predicate.sip share/py-sip/PyKDE4/solid/processor.sip share/py-sip/PyKDE4/solid/serialinterface.sip -share/py-sip/PyKDE4/solid/sipAPIsolid.h -share/py-sip/PyKDE4/solid/sipsolidpart0.cpp -share/py-sip/PyKDE4/solid/sipsolidpart1.cpp -share/py-sip/PyKDE4/solid/sipsolidpart2.cpp -share/py-sip/PyKDE4/solid/sipsolidpart3.cpp -share/py-sip/PyKDE4/solid/sipsolidpart4.cpp -share/py-sip/PyKDE4/solid/sipsolidpart5.cpp -share/py-sip/PyKDE4/solid/sipsolidpart6.cpp -share/py-sip/PyKDE4/solid/sipsolidpart7.cpp share/py-sip/PyKDE4/solid/smartcardreader.sip share/py-sip/PyKDE4/solid/solidmod.sip share/py-sip/PyKDE4/solid/solidnamespace.sip @@ -1104,15 +969,6 @@ share/py-sip/PyKDE4/soprano/signalcachemodel.sip share/py-sip/PyKDE4/soprano/sil.sip share/py-sip/PyKDE4/soprano/simplenodeiterator.sip share/py-sip/PyKDE4/soprano/simplestatementiterator.sip -share/py-sip/PyKDE4/soprano/sipAPIsoprano.h -share/py-sip/PyKDE4/soprano/sipsopranopart0.cpp -share/py-sip/PyKDE4/soprano/sipsopranopart1.cpp -share/py-sip/PyKDE4/soprano/sipsopranopart2.cpp -share/py-sip/PyKDE4/soprano/sipsopranopart3.cpp -share/py-sip/PyKDE4/soprano/sipsopranopart4.cpp -share/py-sip/PyKDE4/soprano/sipsopranopart5.cpp -share/py-sip/PyKDE4/soprano/sipsopranopart6.cpp -share/py-sip/PyKDE4/soprano/sipsopranopart7.cpp share/py-sip/PyKDE4/soprano/sopranomod.sip share/py-sip/PyKDE4/soprano/sopranotypes.sip share/py-sip/PyKDE4/soprano/sparqlmodel.sip diff --git a/devel/py-pykdeuic4/Makefile b/devel/py-pykdeuic4/Makefile index 8781688b5d22..d7aaa469c321 100644 --- a/devel/py-pykdeuic4/Makefile +++ b/devel/py-pykdeuic4/Makefile @@ -7,21 +7,23 @@ MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pykde4-${PORTVERSION} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= An enhanced version of pyuic4 +COMMENT= Enhanced version of pyuic4 USE_KDE4= kdelibs automoc4 pykde4 USE_PYTHON= 2.5+ -USE_QT4= corelib qmake_build moc_build uic_build rcc_build -USE_XZ= yes +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes DISTINFO_FILE= ${PORTSDIR}/devel/py-pykde4/distinfo -USES= cmake +USES= cmake:outsource MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME} +PLIST_SUB+= PYTHON_VER=${PYTHON_VER} + pre-configure: ${REINPLACE_CMD} -e 's,$${PYTHON_SITE_PACKAGES_INSTALL_DIR},${PYTHONPREFIX_SITELIBDIR},g' \ ${WRKSRC}/CMakeLists.txt diff --git a/devel/py-pykdeuic4/pkg-plist b/devel/py-pykdeuic4/pkg-plist index 4aaac5d5b39e..f7f2b02bf1e4 100644 --- a/devel/py-pykdeuic4/pkg-plist +++ b/devel/py-pykdeuic4/pkg-plist @@ -1,4 +1,5 @@ bin/pykdeuic4 +bin/pykdeuic4-%%PYTHON_VER%% %%PYTHON_SITELIBDIR%%/PyQt4/uic/pykdeuic4.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/%%PYCACHE%%pykdeuic4.%%PYC_SUFFIX%% %%PYTHON_SITELIBDIR%%/PyQt4/uic/%%PYCACHE%%pykdeuic4.%%PYO_SUFFIX%% diff --git a/devel/ruby-korundum/Makefile b/devel/ruby-korundum/Makefile index 937725c15f06..8c5e2665d130 100644 --- a/devel/ruby-korundum/Makefile +++ b/devel/ruby-korundum/Makefile @@ -6,7 +6,7 @@ CATEGORIES= devel kde ruby MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Ruby bindings for KDE @@ -16,11 +16,11 @@ CONFLICTS= ruby1[89]-kdebindings-4.[0-6].* USE_KDE4= kate kdehier kdelibs kdeprefix okular pimlibs \ qtruby smokegen smokekde smokeqt \ akonadi automoc4 soprano -USE_QT4= dbus network opengl sql svg xml \ +USE_QT4= corelib network opengl sql svg xml \ qmake_build moc_build uic_build rcc_build USE_RUBY= yes -USE_XZ= yes -USES= cmake +USE_XZ= yes +USES= cmake:outsource MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> diff --git a/devel/ruby-korundum/distinfo b/devel/ruby-korundum/distinfo index 4401a9796f52..cdb7f6a966de 100644 --- a/devel/ruby-korundum/distinfo +++ b/devel/ruby-korundum/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/korundum-4.9.5.tar.xz) = 18bd74f4ac9054ebfba5afc361235a9d9f696bc5acdde5bd95443a701770f1e6 -SIZE (KDE/korundum-4.9.5.tar.xz) = 165052 +SHA256 (KDE/4.10.1/korundum-4.10.1.tar.xz) = c82b1d58692e2a96ceb521fcb84dbae64481756e65ae0476a0d4feb8053185d1 +SIZE (KDE/4.10.1/korundum-4.10.1.tar.xz) = 165044 diff --git a/devel/ruby-krossruby/Makefile b/devel/ruby-krossruby/Makefile index b52155844bfd..13e4d6215016 100644 --- a/devel/ruby-krossruby/Makefile +++ b/devel/ruby-krossruby/Makefile @@ -7,21 +7,18 @@ MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= kross-interpreters-${PORTVERSION} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Ruby bindings for Qt/KDE -DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2013-05-02 - CONFLICTS= ruby1[89]-kdebindings-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix pimlibs automoc4 -USE_QT4= gui qmake_build moc_build uic_build rcc_build +USE_QT4= corelib gui qmake_build moc_build uic_build rcc_build USE_RUBY= yes -USE_XZ= yes -USES= cmake +USE_XZ= yes +USES= cmake:outsource CMAKE_ARGS+= -DBUILD_python:BOOL=FALSE \ -DBUILD_falcon:BOOL=FALSE \ -DBUILD_java:BOOL=FALSE diff --git a/devel/ruby-krossruby/distinfo b/devel/ruby-krossruby/distinfo index 2a85d7d8fee0..cb03116fbc56 100644 --- a/devel/ruby-krossruby/distinfo +++ b/devel/ruby-krossruby/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kross-interpreters-4.9.5.tar.xz) = a37a861ba941bd8a154c95abd5595a8cca4dbf4e5025e59fac7d59d96453cc51 -SIZE (KDE/kross-interpreters-4.9.5.tar.xz) = 133380 +SHA256 (KDE/4.10.1/kross-interpreters-4.10.1.tar.xz) = bd1f200c8b325d5836265fed1365206f20b8749dd87a858879882948b4307a27 +SIZE (KDE/4.10.1/kross-interpreters-4.10.1.tar.xz) = 133460 diff --git a/devel/ruby-qtruby/Makefile b/devel/ruby-qtruby/Makefile index 8e5b764a57e1..22d561061f86 100644 --- a/devel/ruby-qtruby/Makefile +++ b/devel/ruby-qtruby/Makefile @@ -6,7 +6,7 @@ CATEGORIES= devel kde ruby MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Ruby bindings for Qt @@ -18,12 +18,11 @@ CONFLICTS_INSTALL= ruby1[89]-kdebindings-4.[0-6].* \ ruby1[89]-kdebindings-korundum-4.7.* USE_KDE4= kdehier kdeprefix smokeqt -USE_QT4= dbus declarative designer gui network \ - phonon qtestlib script webkit xml \ +USE_QT4= corelib dbus declarative gui network phonon script webkit xml \ qmake_build moc_build uic_build rcc_build USE_RUBY= yes -USE_XZ= yes -USES= cmake +USE_XZ= yes +USES= cmake:outsource MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes diff --git a/devel/ruby-qtruby/distinfo b/devel/ruby-qtruby/distinfo index b6f67c7d8817..7f90aebd2705 100644 --- a/devel/ruby-qtruby/distinfo +++ b/devel/ruby-qtruby/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/qtruby-4.9.5.tar.xz) = bebf533fe779d639bfd100182d4ac9fe50bbeac5d72f60e40fa864ff5c6014e6 -SIZE (KDE/qtruby-4.9.5.tar.xz) = 541364 +SHA256 (KDE/4.10.1/qtruby-4.10.1.tar.xz) = 68db8a813efe3f528059b09771fd3a0f7e473c4d82d3efbb5554bdfabb37d061 +SIZE (KDE/4.10.1/qtruby-4.10.1.tar.xz) = 541028 diff --git a/devel/smokegen/Makefile b/devel/smokegen/Makefile index 1a956bb692ea..ec9f59376a70 100644 --- a/devel/smokegen/Makefile +++ b/devel/smokegen/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= SMOKE bindings for KDE @@ -13,9 +13,9 @@ COMMENT= SMOKE bindings for KDE CONFLICTS= kdebindings-smoke-4.[0-6].* USE_KDE4= kdehier kdeprefix -USE_QT4= xml qmake_build moc_build uic_build rcc_build -USE_XZ= yes -USES= cmake +USE_QT4= corelib xml qmake_build moc_build uic_build rcc_build +USE_XZ= yes +USES= cmake:outsource CMAKE_ARGS+= -DSMOKE_CMAKE_MODULE_DIR:PATH=${PREFIX}/lib/cmake/smoke MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes diff --git a/devel/smokegen/distinfo b/devel/smokegen/distinfo index bce45aea4bbd..236dd993d53b 100644 --- a/devel/smokegen/distinfo +++ b/devel/smokegen/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/smokegen-4.9.5.tar.xz) = 0e5a7bed31799e8e56c13c16ef1847193f9d3bf1285523099f5a493346eed903 -SIZE (KDE/smokegen-4.9.5.tar.xz) = 149772 +SHA256 (KDE/4.10.1/smokegen-4.10.1.tar.xz) = a8c9579296ae57e4c7c3839f0e6c736a5b338e7490ab9183c09a97757ead66bb +SIZE (KDE/4.10.1/smokegen-4.10.1.tar.xz) = 149744 diff --git a/devel/smokekde/Makefile b/devel/smokekde/Makefile index 66a9f44a155a..f6fa9d72fa23 100644 --- a/devel/smokekde/Makefile +++ b/devel/smokekde/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= SMOKE bindings for KDE @@ -14,10 +14,10 @@ CONFLICTS= kdebindings-smoke-4.[0-6].* USE_KDE4= kate kdehier kdelibs kdeprefix okular pimlibs \ smokegen smokeqt akonadi automoc4 soprano -USE_QT4= dbus designer gui network opengl qt3support sql svg xml \ +USE_QT4= corelib dbus designer_build gui network opengl sql svg xml \ qmake_build moc_build uic_build rcc_build -USE_XZ= yes -USES= cmake +USE_XZ= yes +USES= cmake:outsource MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes diff --git a/devel/smokekde/distinfo b/devel/smokekde/distinfo index dad0175558be..32f8de95b49f 100644 --- a/devel/smokekde/distinfo +++ b/devel/smokekde/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/smokekde-4.9.5.tar.xz) = da78021694f282db03fa7fc924b246d0b23ec681da34e93d5c5c75ebee6c08fe -SIZE (KDE/smokekde-4.9.5.tar.xz) = 39276 +SHA256 (KDE/4.10.1/smokekde-4.10.1.tar.xz) = 0399caf862064b21166cbf000f1eddb90ca4ca5d44f1e2ab789719ff844085f1 +SIZE (KDE/4.10.1/smokekde-4.10.1.tar.xz) = 39356 diff --git a/devel/smokeqt/Makefile b/devel/smokeqt/Makefile index 44bb53c5539c..e06e0afcabd5 100644 --- a/devel/smokeqt/Makefile +++ b/devel/smokeqt/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= SMOKE bindings for Qt @@ -16,12 +16,12 @@ LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2 \ CONFLICTS= kdebindings-smoke-4.[0-6].* USE_KDE4= kdehier kdeprefix smokegen qimageblitz -USE_QT4= dbus declarative designer gui help multimedia \ - network opengl phonon qt3support qtestlib \ - script sql svg xml xmlpatterns webkit \ +USE_QT4= corelib dbus declarative designer_build gui help \ + multimedia network opengl phonon qtestlib script \ + sql svg webkit xml xmlpatterns \ qmake_build moc_build uic_build rcc_build -USE_XZ= yes -USES= cmake +USE_XZ= yes +USES= cmake:outsource MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes diff --git a/devel/smokeqt/distinfo b/devel/smokeqt/distinfo index 7dfff5b7e047..6e664c4676f8 100644 --- a/devel/smokeqt/distinfo +++ b/devel/smokeqt/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/smokeqt-4.9.5.tar.xz) = 49f85a999d103e8db347738c249835c231128f13935b7c0f95c63a06d1bbfa5f -SIZE (KDE/smokeqt-4.9.5.tar.xz) = 32808 +SHA256 (KDE/4.10.1/smokeqt-4.10.1.tar.xz) = 9d558dd6319216f9fadd1113519b0deb48995b6bf99179f2dc587e0f9f273706 +SIZE (KDE/4.10.1/smokeqt-4.10.1.tar.xz) = 32588 diff --git a/devel/smokeqt/pkg-plist b/devel/smokeqt/pkg-plist index 6df25953e510..08e9f40d3085 100644 --- a/devel/smokeqt/pkg-plist +++ b/devel/smokeqt/pkg-plist @@ -83,26 +83,47 @@ lib/libsmokeqwt.so lib/libsmokeqwt.so.3 lib/libsmokeqwt.so.3.0.0 share/smoke/phonon.argnames.txt +share/smoke/phonon.typedefs.txt share/smoke/qimageblitz.argnames.txt +share/smoke/qimageblitz.typedefs.txt share/smoke/qsci.argnames.txt +share/smoke/qsci.typedefs.txt share/smoke/qt3support.argnames.txt +share/smoke/qt3support.typedefs.txt share/smoke/qtcore.argnames.txt +share/smoke/qtcore.typedefs.txt share/smoke/qtdbus.argnames.txt +share/smoke/qtdbus.typedefs.txt share/smoke/qtdeclarative.argnames.txt +share/smoke/qtdeclarative.typedefs.txt share/smoke/qtgui.argnames.txt +share/smoke/qtgui.typedefs.txt share/smoke/qthelp.argnames.txt +share/smoke/qthelp.typedefs.txt share/smoke/qtmultimedia.argnames.txt +share/smoke/qtmultimedia.typedefs.txt share/smoke/qtnetwork.argnames.txt +share/smoke/qtnetwork.typedefs.txt share/smoke/qtopengl.argnames.txt +share/smoke/qtopengl.typedefs.txt share/smoke/qtscript.argnames.txt +share/smoke/qtscript.typedefs.txt share/smoke/qtsql.argnames.txt +share/smoke/qtsql.typedefs.txt share/smoke/qtsvg.argnames.txt +share/smoke/qtsvg.typedefs.txt share/smoke/qttest.argnames.txt +share/smoke/qttest.typedefs.txt share/smoke/qtuitools.argnames.txt +share/smoke/qtuitools.typedefs.txt share/smoke/qtwebkit.argnames.txt +share/smoke/qtwebkit.typedefs.txt share/smoke/qtxml.argnames.txt +share/smoke/qtxml.typedefs.txt share/smoke/qtxmlpatterns.argnames.txt +share/smoke/qtxmlpatterns.typedefs.txt share/smoke/qwt.argnames.txt +share/smoke/qwt.typedefs.txt share/smokegen/qt-config.xml share/smokegen/qtdefines @dirrmtry share/smokegen diff --git a/editors/Makefile b/editors/Makefile index adef5cef24b5..ffde45427500 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -97,6 +97,7 @@ SUBDIR += jove SUBDIR += jupp SUBDIR += kate + SUBDIR += kate-plugin-pate SUBDIR += kate-plugins SUBDIR += kile SUBDIR += kile-kde4 diff --git a/editors/kate-plugin-pate/Makefile b/editors/kate-plugin-pate/Makefile new file mode 100644 index 000000000000..484c8cf4d1ca --- /dev/null +++ b/editors/kate-plugin-pate/Makefile @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= kate-plugin-pate +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= editors kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DISTNAME= kate-${PORTVERSION} +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Support for Python plugins in Kate + +USE_XZ= yes +USES= cmake:outsource +USE_KDE4= kdelibs kdeprefix kdehier automoc4 kate \ + pykde4_build pykde4_run +USE_QT4= gui webkit \ + moc_build qmake_build rcc_build uic_build +USE_PYTHON= yes +MAKE_JOBS_SAFE= yes + +DISTINFO_FILE= ${PORTSDIR}/editors/kate/distinfo + +# cmake.mk doesn't allow to overwrite BUILD_WRKSRC for out-of-source builds +_pate_WRKSRC= ${BUILD_WRKSRC}/kate/plugins/pate + +do-build: + cd ${_pate_WRKSRC} && \ + ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET} + +do-install: + cd ${_pate_WRKSRC} && \ + ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} + +.include <bsd.port.mk> diff --git a/editors/kate-plugin-pate/pkg-descr b/editors/kate-plugin-pate/pkg-descr new file mode 100644 index 000000000000..03b98b12bd24 --- /dev/null +++ b/editors/kate-plugin-pate/pkg-descr @@ -0,0 +1,3 @@ +Pate is a Kate plugin which provides support for Python plugins. + +WWW: https://github.com/pag/pate/ diff --git a/editors/kate-plugin-pate/pkg-plist b/editors/kate-plugin-pate/pkg-plist new file mode 100644 index 000000000000..d3c1e15c274e --- /dev/null +++ b/editors/kate-plugin-pate/pkg-plist @@ -0,0 +1,43 @@ +lib/kde4/pateplugin.so +%%PYTHON_SITELIBDIR%%/PyKate4/__init__.py +%%PYTHON_SITELIBDIR%%/PyKate4/kate.so +share/apps/kate/pate/block.py +share/apps/kate/pate/close_tag.py +share/apps/kate/pate/commentar.py +share/apps/kate/pate/console/config.ui +share/apps/kate/pate/console/console.py +share/apps/kate/pate/expand.py +share/apps/kate/pate/expand/all.expand +share/apps/kate/pate/expand/text_css.expand +share/apps/kate/pate/expand/text_html.expand +share/apps/kate/pate/expand/text_x-c++hdr.expand +share/apps/kate/pate/expand/text_x-c++src.expand +share/apps/kate/pate/expand/text_x-chdr.expand +share/apps/kate/pate/expand/text_x-python.expand +share/apps/kate/pate/format.py +share/apps/kate/pate/gid/config.ui +share/apps/kate/pate/gid/gid.py +share/apps/kate/pate/gid/idutils.py +share/apps/kate/pate/gid/tool.ui +share/apps/kate/pate/libkatepate/__init__.py +share/apps/kate/pate/libkatepate/common.py +share/apps/kate/pate/libkatepate/decorators.py +share/apps/kate/pate/libkatepate/pred.py +share/apps/kate/pate/libkatepate/selection.py +share/apps/kate/pate/libkatepate/ui.py +share/apps/kate/pate/tools.py +share/apps/kate/plugins/pate/kate/__init__.py +share/apps/kate/plugins/pate/kate/gui.py +share/kde4/services/pate.desktop +@dirrm share/apps/kate/plugins/pate/kate +@dirrm share/apps/kate/plugins/pate +@dirrm share/apps/kate/plugins +@dirrm share/apps/kate/pate/libkatepate +@dirrm share/apps/kate/pate/gid +@dirrm share/apps/kate/pate/expand +@dirrm share/apps/kate/pate/console +@dirrm share/apps/kate/pate +@dirrm share/apps/kate +@dirrm %%PYTHON_SITELIBDIR%%/PyKate4 +@dirrmtry %%PYTHON_SITELIBDIR%% +@dirrmtry %%PYTHON_LIBDIR%% diff --git a/editors/kate/Makefile b/editors/kate/Makefile index 35f96d50d632..eadabf80fc2e 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -6,31 +6,28 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Basic editor framework for the KDE system +LIB_DEPENDS= qjson.0:${PORTSDIR}/devel/qjson + CONFLICTS= kdebase-4.[0-6].* kdelibs-4.[0-6].* kdesdk-4.[0-6].* -USE_XZ= yes +USE_XZ= yes USE_GETTEXT= yes -USE_KDE4= kdelibs kdeprefix kdehier automoc4 sharedmime +USE_KDE4= kdelibs kdeprefix kdehier automoc4 kactivities USES= cmake:outsource USE_PERL5_BUILD= yes -USE_QT4= dbus gui qt3support script sql xml \ +USE_QT4= dbus gui script sql webkit xml \ moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -MAN1= kate.1 - -post-patch: - # Prevent updating MIME during build. - ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d; /SharedMimeInfo/ d' \ - ${PATCH_WRKSRC}/kate/plugins/snippets_tng/CMakeLists.txt +MAN1= kate.1 -post-install: - @-update-mime-database ${KDE4_PREFIX}/share/mime +# editors/kate-plugin-pate installs pate +CMAKE_ARGS+= -DBUILD_pate=off .include <bsd.port.mk> diff --git a/editors/kate/distinfo b/editors/kate/distinfo index c06c88588ffd..5ee6b8464b26 100644 --- a/editors/kate/distinfo +++ b/editors/kate/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kate-4.9.5.tar.xz) = 515819da87dc442f9aa1ee34252e706a0b55bd32ebecd4f908b5c632d777e08a -SIZE (KDE/kate-4.9.5.tar.xz) = 2194216 +SHA256 (KDE/4.10.1/kate-4.10.1.tar.xz) = e7c273046998ac5dcc776345411091b20ef0b002c04e0f8ae37f8b5f0d99aa4f +SIZE (KDE/4.10.1/kate-4.10.1.tar.xz) = 2555700 diff --git a/editors/kate/pkg-plist b/editors/kate/pkg-plist index b265684058bb..ee478be9bbed 100644 --- a/editors/kate/pkg-plist +++ b/editors/kate/pkg-plist @@ -1,5 +1,4 @@ bin/kate -bin/ktesnippets_editor bin/kwrite include/kate/application.h include/kate/documentmanager.h @@ -8,9 +7,6 @@ include/kate/plugin.h include/kate/pluginconfigpageinterface.h include/kate/pluginmanager.h include/kate_export.h -include/ktexteditor_codesnippets_core/completionmodel.h -include/ktexteditor_codesnippets_core/ktexteditor_codesnippets_core_export.h -include/ktexteditor_codesnippets_core/repository.h lib/kde4/kate_kttsd.so lib/kde4/katebacktracebrowserplugin.so lib/kde4/katebuildplugin.so @@ -23,9 +19,9 @@ lib/kde4/katekonsoleplugin.so lib/kde4/katemailfilesplugin.so lib/kde4/kateopenheaderplugin.so lib/kde4/katepart.so -lib/kde4/katequickdocumentswitcherplugin.so +lib/kde4/kateprojectplugin.so lib/kde4/katesearchplugin.so -lib/kde4/katesnippets_tngplugin.so +lib/kde4/katesnippetsplugin.so lib/kde4/katesqlplugin.so lib/kde4/katesymbolviewerplugin.so lib/kde4/katetabbarextensionplugin.so @@ -37,10 +33,7 @@ lib/kde4/ktexteditor_autobrace.so lib/kde4/ktexteditor_exporter.so lib/kde4/ktexteditor_hlselection.so lib/kde4/ktexteditor_iconinserter.so -lib/kde4/ktexteditor_insanehtml_le.so lib/kde4/ktexteditor_insertfile.so -lib/kde4/ktexteditor_kdatatool.so -lib/kde4/ktexteditor_python-encoding.so lib/kde4/plasma_applet_katesession.so lib/libkateinterfaces.so lib/libkateinterfaces.so.5 @@ -50,11 +43,7 @@ lib/libkatepartinterfaces.so.5 lib/libkatepartinterfaces.so.5.0.1 lib/libkdeinit4_kate.so lib/libkdeinit4_kwrite.so -lib/libktexteditor_codesnippets_core.so -lib/libktexteditor_codesnippets_core.so.0 -lib/libktexteditor_codesnippets_core.so.0.0.1 share/applications/kde4/kate.desktop -share/applications/kde4/ktesnippets_editor.desktop share/applications/kde4/kwrite.desktop share/apps/kate/icons/hicolor/16x16/actions/null.png share/apps/kate/icons/hicolor/16x16/actions/sql-field-pk.png @@ -79,9 +68,7 @@ share/apps/kate/plugins/kategdb/ui.rc share/apps/kate/plugins/katekonsole/ui.rc share/apps/kate/plugins/katemailfiles/ui.rc share/apps/kate/plugins/kateopenheader/ui.rc -share/apps/kate/plugins/katequickdocumentswitcher/ui.rc share/apps/kate/plugins/katesearch/ui.rc -share/apps/kate/plugins/katesnippets_tng/ui.rc share/apps/kate/plugins/katesql/ui.rc share/apps/kate/plugins/katesymbolviewer/ui.rc share/apps/kate/plugins/katetabbarextension/ui.rc @@ -89,25 +76,37 @@ share/apps/kate/plugins/katetabify/ui.rc share/apps/kate/plugins/katetextfilter/ui.rc share/apps/kate/plugins/katexmlcheck/ui.rc share/apps/kate/plugins/katexmltools/ui.rc +share/apps/kate/plugins/project/ui.rc share/apps/kate/tips -share/apps/katepart/api/05_cursor.js -share/apps/katepart/api/10_range.js share/apps/katepart/katepartsimpleui.rc share/apps/katepart/katepartui.rc -share/apps/katepart/script/cstyle.js -share/apps/katepart/script/haskell.js -share/apps/katepart/script/lilypond.js -share/apps/katepart/script/lisp.js -share/apps/katepart/script/lua.js -share/apps/katepart/script/python.js -share/apps/katepart/script/ruby.js -share/apps/katepart/script/utils.js -share/apps/katepart/script/xml.js +share/apps/katepart/script/commands/emmet.js +share/apps/katepart/script/commands/jumpMatchingIndent.js +share/apps/katepart/script/commands/quickcoding.js +share/apps/katepart/script/commands/utils.js +share/apps/katepart/script/files/quickcoding/cpp/a.template +share/apps/katepart/script/files/quickcoding/cpp/c.template +share/apps/katepart/script/indentation/cppstyle.js +share/apps/katepart/script/indentation/cstyle.js +share/apps/katepart/script/indentation/haskell.js +share/apps/katepart/script/indentation/lilypond.js +share/apps/katepart/script/indentation/lisp.js +share/apps/katepart/script/indentation/lua.js +share/apps/katepart/script/indentation/python.js +share/apps/katepart/script/indentation/ruby.js +share/apps/katepart/script/indentation/xml.js +share/apps/katepart/script/libraries/cursor.js +share/apps/katepart/script/libraries/emmet/editor_interface.js +share/apps/katepart/script/libraries/emmet/lib.js +share/apps/katepart/script/libraries/range.js +share/apps/katepart/script/libraries/string.js +share/apps/katepart/script/libraries/underscore.js share/apps/katepart/syntax/abap.xml share/apps/katepart/syntax/abc.xml share/apps/katepart/syntax/actionscript.xml share/apps/katepart/syntax/ada.xml share/apps/katepart/syntax/ahdl.xml +share/apps/katepart/syntax/ahk.xml share/apps/katepart/syntax/alert.xml share/apps/katepart/syntax/alert_indent.xml share/apps/katepart/syntax/ample.xml @@ -128,9 +127,11 @@ share/apps/katepart/syntax/bibtex.xml share/apps/katepart/syntax/bmethod.xml share/apps/katepart/syntax/boo.xml share/apps/katepart/syntax/c.xml +share/apps/katepart/syntax/ccss.xml share/apps/katepart/syntax/cg.xml share/apps/katepart/syntax/cgis.xml share/apps/katepart/syntax/changelog.xml +share/apps/katepart/syntax/chicken.xml share/apps/katepart/syntax/cisco.xml share/apps/katepart/syntax/clipper.xml share/apps/katepart/syntax/clojure.xml @@ -140,10 +141,12 @@ share/apps/katepart/syntax/coldfusion.xml share/apps/katepart/syntax/commonlisp.xml share/apps/katepart/syntax/component-pascal.xml share/apps/katepart/syntax/cpp.xml +share/apps/katepart/syntax/cpp11.xml share/apps/katepart/syntax/crk.xml share/apps/katepart/syntax/cs.xml share/apps/katepart/syntax/css-php.xml share/apps/katepart/syntax/css.xml +share/apps/katepart/syntax/cubescript.xml share/apps/katepart/syntax/cue.xml share/apps/katepart/syntax/d.xml share/apps/katepart/syntax/debianchangelog.xml @@ -161,6 +164,7 @@ share/apps/katepart/syntax/eiffel.xml share/apps/katepart/syntax/email.xml share/apps/katepart/syntax/erlang.xml share/apps/katepart/syntax/euphoria.xml +share/apps/katepart/syntax/fasm.xml share/apps/katepart/syntax/ferite.xml share/apps/katepart/syntax/fgl-4gl.xml share/apps/katepart/syntax/fgl-per.xml @@ -169,6 +173,7 @@ share/apps/katepart/syntax/freebasic.xml share/apps/katepart/syntax/fsharp.xml share/apps/katepart/syntax/fstab.xml share/apps/katepart/syntax/gap.xml +share/apps/katepart/syntax/gcc.xml share/apps/katepart/syntax/gdb.xml share/apps/katepart/syntax/gdl.xml share/apps/katepart/syntax/gettext.xml @@ -177,6 +182,7 @@ share/apps/katepart/syntax/glsl.xml share/apps/katepart/syntax/gnuassembler.xml share/apps/katepart/syntax/go.xml share/apps/katepart/syntax/grammar.xml +share/apps/katepart/syntax/haml.xml share/apps/katepart/syntax/haskell.xml share/apps/katepart/syntax/haxe.xml share/apps/katepart/syntax/html-php.xml @@ -193,12 +199,14 @@ share/apps/katepart/syntax/javascript-php.xml share/apps/katepart/syntax/javascript.xml share/apps/katepart/syntax/json.xml share/apps/katepart/syntax/jsp.xml +share/apps/katepart/syntax/julia.xml share/apps/katepart/syntax/katetemplate.xml share/apps/katepart/syntax/kbasic.xml share/apps/katepart/syntax/language.dtd share/apps/katepart/syntax/latex.xml share/apps/katepart/syntax/ld.xml share/apps/katepart/syntax/ldif.xml +share/apps/katepart/syntax/less.xml share/apps/katepart/syntax/lex.xml share/apps/katepart/syntax/lilypond.xml share/apps/katepart/syntax/literate-haskell.xml @@ -210,7 +218,9 @@ share/apps/katepart/syntax/m3u.xml share/apps/katepart/syntax/m4.xml share/apps/katepart/syntax/mab.xml share/apps/katepart/syntax/makefile.xml +share/apps/katepart/syntax/mako.xml share/apps/katepart/syntax/mandoc.xml +share/apps/katepart/syntax/markdown.xml share/apps/katepart/syntax/mason.xml share/apps/katepart/syntax/matlab.xml share/apps/katepart/syntax/maxima.xml @@ -226,6 +236,7 @@ share/apps/katepart/syntax/monobasic.xml share/apps/katepart/syntax/mup.xml share/apps/katepart/syntax/nasm.xml share/apps/katepart/syntax/nemerle.xml +share/apps/katepart/syntax/nesc.xml share/apps/katepart/syntax/noweb.xml share/apps/katepart/syntax/objectivec.xml share/apps/katepart/syntax/objectivecpp.xml @@ -243,17 +254,20 @@ share/apps/katepart/syntax/pig.xml share/apps/katepart/syntax/pike.xml share/apps/katepart/syntax/postscript.xml share/apps/katepart/syntax/povray.xml +share/apps/katepart/syntax/ppd.xml share/apps/katepart/syntax/progress.xml share/apps/katepart/syntax/prolog.xml share/apps/katepart/syntax/purebasic.xml share/apps/katepart/syntax/python.xml share/apps/katepart/syntax/qmake.xml share/apps/katepart/syntax/qml.xml +share/apps/katepart/syntax/qt4.xml share/apps/katepart/syntax/r.xml share/apps/katepart/syntax/rapidq.xml share/apps/katepart/syntax/relaxng.xml share/apps/katepart/syntax/relaxngcompact.xml share/apps/katepart/syntax/rest.xml +share/apps/katepart/syntax/restructuredtext.xml share/apps/katepart/syntax/rexx.xml share/apps/katepart/syntax/rhtml.xml share/apps/katepart/syntax/rib.xml @@ -282,11 +296,16 @@ share/apps/katepart/syntax/systemverilog.xml share/apps/katepart/syntax/tads3.xml share/apps/katepart/syntax/tcl.xml share/apps/katepart/syntax/tcsh.xml +share/apps/katepart/syntax/template-toolkit.xml share/apps/katepart/syntax/texinfo.xml +share/apps/katepart/syntax/textile.xml share/apps/katepart/syntax/tibasic.xml share/apps/katepart/syntax/txt2tags.xml share/apps/katepart/syntax/uscript.xml +share/apps/katepart/syntax/vala.xml share/apps/katepart/syntax/valgrind-suppression.xml +share/apps/katepart/syntax/varnish.xml +share/apps/katepart/syntax/vcard.xml share/apps/katepart/syntax/velocity.xml share/apps/katepart/syntax/vera.xml share/apps/katepart/syntax/verilog.xml @@ -320,18 +339,12 @@ share/apps/katexmltools/xslt-1.0.dtd.xml share/apps/kconf_update/kate-2.4.upd share/apps/ktexteditor_exporter/ktexteditor_exporterui.rc share/apps/ktexteditor_iconinserter/ktexteditor_iconinserterui.rc -share/apps/ktexteditor_insanehtml_le/insanehtml_le_ui.rc -share/apps/ktexteditor_insanehtml_le/xhtml.cfg share/apps/ktexteditor_insertfile/ktexteditor_insertfileui.rc -share/apps/ktexteditor_kdatatool/ktexteditor_kdatatoolui.rc -share/apps/ktexteditor_snippets/data/testsnippets.xml -share/apps/ktexteditor_snippets/data/testsnippetscpp.xml share/apps/kwrite/kwriteui.rc -share/config/katefiletemplates.knsrc share/config/katemoderc -share/config/katepartpluginsrc share/config/katerc -share/config/ktexteditor_codesnippets_core.knsrc +share/config/kateschemarc +share/config/katesyntaxhighlightingrc share/doc/HTML/en/kate/advanced.docbook share/doc/HTML/en/kate/comma-to.png share/doc/HTML/en/kate/common @@ -353,11 +366,13 @@ share/doc/HTML/en/kate/line-modification-system.png share/doc/HTML/en/kate/man-kate.1.docbook share/doc/HTML/en/kate/mdi.docbook share/doc/HTML/en/kate/menus.docbook +share/doc/HTML/en/kate/minimap.png share/doc/HTML/en/kate/part.docbook +share/doc/HTML/en/kate/plugins-part.docbook share/doc/HTML/en/kate/plugins.docbook share/doc/HTML/en/kate/regular-expressions.docbook -share/doc/HTML/en/kate/snippets-config.png share/doc/HTML/en/kate/snippets-form.png +share/doc/HTML/en/kate/snippets-panel.png share/doc/HTML/en/kate/snippets-usage.png share/doc/HTML/en/kate/unhighlighted.png share/doc/HTML/en/kate/vi.docbook @@ -376,10 +391,6 @@ share/icons/hicolor/64x64/apps/kate.png share/icons/hicolor/scalable/apps/kate.svgz share/icons/hicolor/scalable/apps/ktexteditorautobrace.svgz share/icons/oxygen/16x16/actions/debug.png -share/icons/oxygen/16x16/actions/repoadd.png -share/icons/oxygen/16x16/actions/repomanage.png -share/icons/oxygen/16x16/actions/snippetadd.png -share/icons/oxygen/16x16/actions/snippetedit.png share/kde4/services/kate_kttsd.desktop share/kde4/services/katebacktracebrowserplugin.desktop share/kde4/services/katebuildplugin.desktop @@ -392,9 +403,9 @@ share/kde4/services/katekonsoleplugin.desktop share/kde4/services/katemailfilesplugin.desktop share/kde4/services/kateopenheader.desktop share/kde4/services/katepart.desktop -share/kde4/services/katequickdocumentswitcher.desktop +share/kde4/services/kateprojectplugin.desktop share/kde4/services/katesearch.desktop -share/kde4/services/katesnippets_tngplugin.desktop +share/kde4/services/katesnippetsplugin.desktop share/kde4/services/katesql.desktop share/kde4/services/katesymbolviewer.desktop share/kde4/services/katetabbarextension.desktop @@ -407,27 +418,25 @@ share/kde4/services/ktexteditor_autobrace_config.desktop share/kde4/services/ktexteditor_exporter.desktop share/kde4/services/ktexteditor_hlselection.desktop share/kde4/services/ktexteditor_iconinserter.desktop -share/kde4/services/ktexteditor_insanehtml_le.desktop share/kde4/services/ktexteditor_insertfile.desktop -share/kde4/services/ktexteditor_kdatatool.desktop -share/kde4/services/ktexteditor_python-encoding.desktop share/kde4/services/plasma-applet-katesession.desktop share/kde4/servicetypes/kateplugin.desktop -share/mime/application/x-ktesnippets.xml -share/mime/packages/ktesnippets.xml @dirrm share/doc/HTML/en/kwrite @dirrm share/doc/HTML/en/kate @dirrm share/apps/kwrite -@dirrm share/apps/ktexteditor_snippets/data -@dirrm share/apps/ktexteditor_snippets -@dirrm share/apps/ktexteditor_kdatatool @dirrm share/apps/ktexteditor_insertfile -@dirrm share/apps/ktexteditor_insanehtml_le @dirrm share/apps/ktexteditor_iconinserter @dirrm share/apps/ktexteditor_exporter @dirrmtry share/apps/katexmltools -@dirrmtry share/apps/katepart/script -@dirrmtry share/apps/katepart/api +@dirrm share/apps/katepart/script/libraries/emmet +@dirrm share/apps/katepart/script/libraries +@dirrm share/apps/katepart/script/indentation +@dirrm share/apps/katepart/script/files/quickcoding/cpp +@dirrm share/apps/katepart/script/files/quickcoding +@dirrm share/apps/katepart/script/files +@dirrm share/apps/katepart/script/commands +@dirrm share/apps/katepart/script +@dirrm share/apps/kate/plugins/project @dirrm share/apps/kate/plugins/katexmltools @dirrm share/apps/kate/plugins/katexmlcheck @dirrm share/apps/kate/plugins/katetextfilter @@ -435,7 +444,6 @@ share/mime/packages/ktesnippets.xml @dirrm share/apps/kate/plugins/katetabbarextension @dirrm share/apps/kate/plugins/katesymbolviewer @dirrm share/apps/kate/plugins/katesql -@dirrm share/apps/kate/plugins/katesnippets_tng @dirrm share/apps/kate/plugins/katesearch @dirrm share/apps/kate/plugins/katequickdocumentswitcher @dirrm share/apps/kate/plugins/kateopenheader @@ -454,7 +462,4 @@ share/mime/packages/ktesnippets.xml @dirrm share/apps/kate/icons/hicolor @dirrm share/apps/kate/icons @dirrmtry share/apps/kate -@dirrm include/ktexteditor_codesnippets_core @dirrmtry include/kate -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/french/kde4-l10n/Makefile b/french/kde4-l10n/Makefile index eee65706d92c..ec899e0bf55a 100644 --- a/french/kde4-l10n/Makefile +++ b/french/kde4-l10n/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= french kde MAINTAINER= kde@FreeBSD.org -COMMENT= French messages and documentation for KDE4 +COMMENT= French messages and documentation for KDE SC 4 KDE4_L10N= fr diff --git a/french/kde4-l10n/Makefile.man b/french/kde4-l10n/Makefile.man index e4f37cf6e207..52cdfcdb61ab 100644 --- a/french/kde4-l10n/Makefile.man +++ b/french/kde4-l10n/Makefile.man @@ -10,21 +10,29 @@ MAN1+= cvslastchange.1 MAN1+= cvslastlog.1 MAN1+= cvsrevertlast.1 MAN1+= cxxmetric.1 +MAN1+= demangle.1 MAN1+= dragon.1 +MAN1+= extend_dmalloc.1 MAN1+= extractrc.1 MAN1+= fixincludes.1 MAN1+= kabcclient.1 MAN1+= kalzium.1 MAN1+= kbookmarkmerger.1 MAN1+= kbruch.1 +MAN1+= kconfig_compiler.1 +MAN1+= kde4-config.1 MAN1+= kdesu.1 MAN1+= kfind.1 MAN1+= kig.1 +MAN1+= kjs.1 +MAN1+= kjscmd.1 MAN1+= kmag.1 MAN1+= kmousetool.1 MAN1+= kmouth.1 MAN1+= kmplot.1 MAN1+= ktouch.1 +MAN1+= makekdewidgets.1 +MAN1+= okular.1 MAN1+= plasmaengineexplorer.1 MAN1+= po2xml.1 MAN1+= preparetips.1 @@ -33,10 +41,17 @@ MAN1+= qtdoc.1 MAN1+= reportview.1 MAN1+= split2po.1 MAN1+= swappo.1 +MAN1+= transxx.1 MAN1+= xml2pot.1 MAN1+= zonetab2pot.py.1 MAN6+= amor.6 MAN6+= khangman.6 +MAN7+= kdeoptions.7 +MAN7+= qtoptions.7 +MAN8+= kbuildsycoca4.8 +MAN8+= kcookiejar4.8 +MAN8+= kded4.8 +MAN8+= kdeinit4.8 MAN8+= meinproc4.8 MAN8+= nepomukserver.8 MAN8+= nepomukservicestub.8 diff --git a/french/kde4-l10n/distinfo b/french/kde4-l10n/distinfo index 4de135e42918..ff3f48769e05 100644 --- a/french/kde4-l10n/distinfo +++ b/french/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-fr-4.9.5.tar.xz) = 5942bcbc8a3bdb139db354a7cc3c8f19ee2bb84d25b8b1405927018bb9c29c48 -SIZE (KDE/kde-l10n/kde-l10n-fr-4.9.5.tar.xz) = 44993276 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-fr-4.10.1.tar.xz) = e4b1fe717f07e29ad963c100c650f4251ba3b7e1e82a20951e36bc8e9a0ee27d +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-fr-4.10.1.tar.xz) = 44677252 diff --git a/french/kde4-l10n/pkg-plist b/french/kde4-l10n/pkg-plist index 5ac2b52756c4..f194e31dfe0a 100644 --- a/french/kde4-l10n/pkg-plist +++ b/french/kde4-l10n/pkg-plist @@ -1,3 +1,4 @@ +share/apps/autocorrect/fr.xml share/apps/khangman/fr.txt share/apps/ktuberling/sounds/fr.soundtheme share/apps/ktuberling/sounds/fr/bouche.wav @@ -107,6 +108,9 @@ share/doc/HTML/fr/dragonplayer/common share/doc/HTML/fr/dragonplayer/index.cache.bz2 share/doc/HTML/fr/dragonplayer/index.docbook share/doc/HTML/fr/dragonplayer/man-dragon.1.docbook +share/doc/HTML/fr/filelight/common +share/doc/HTML/fr/filelight/index.cache.bz2 +share/doc/HTML/fr/filelight/index.docbook share/doc/HTML/fr/fundamentals/colors.png share/doc/HTML/fr/fundamentals/common share/doc/HTML/fr/fundamentals/config.docbook @@ -384,15 +388,8 @@ share/doc/HTML/fr/kcontrol/kgamma/common share/doc/HTML/fr/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/fr/kcontrol/kgamma/index.docbook share/doc/HTML/fr/kcontrol/khotkeys/common -share/doc/HTML/fr/kcontrol/khotkeys/groups-comment.png share/doc/HTML/fr/kcontrol/khotkeys/index.cache.bz2 share/doc/HTML/fr/kcontrol/khotkeys/index.docbook -share/doc/HTML/fr/kcontrol/khotkeys/manage-export.png -share/doc/HTML/fr/kcontrol/khotkeys/settings.png -share/doc/HTML/fr/kcontrol/khotkeys/shortcuts-action-command.png -share/doc/HTML/fr/kcontrol/khotkeys/shortcuts-action-keyboard.png -share/doc/HTML/fr/kcontrol/khotkeys/shortcuts-trigger-keyboard.png -share/doc/HTML/fr/kcontrol/khotkeys/shortcuts-trigger-mouse.png share/doc/HTML/fr/kcontrol/khtml-adblock/common share/doc/HTML/fr/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/fr/kcontrol/khtml-adblock/index.docbook @@ -408,6 +405,9 @@ share/doc/HTML/fr/kcontrol/khtml-java-js/index.docbook share/doc/HTML/fr/kcontrol/khtml-plugins/common share/doc/HTML/fr/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/fr/kcontrol/khtml-plugins/index.docbook +share/doc/HTML/fr/kcontrol/kremotecontrol/common +share/doc/HTML/fr/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/fr/kcontrol/kremotecontrol/index.docbook share/doc/HTML/fr/kcontrol/kresources/common share/doc/HTML/fr/kcontrol/kresources/index.cache.bz2 share/doc/HTML/fr/kcontrol/kresources/index.docbook @@ -564,6 +564,10 @@ share/doc/HTML/fr/kfind/man-kfind.1.docbook share/doc/HTML/fr/kfloppy/common share/doc/HTML/fr/kfloppy/index.cache.bz2 share/doc/HTML/fr/kfloppy/index.docbook +share/doc/HTML/fr/kfontview/common +share/doc/HTML/fr/kfontview/index.cache.bz2 +share/doc/HTML/fr/kfontview/index.docbook +share/doc/HTML/fr/kfontview/kfontview.png share/doc/HTML/fr/kfourinline/common share/doc/HTML/fr/kfourinline/index.cache.bz2 share/doc/HTML/fr/kfourinline/index.docbook @@ -1177,6 +1181,7 @@ share/doc/HTML/fr/kstars/colorandtemp.docbook share/doc/HTML/fr/kstars/commands.docbook share/doc/HTML/fr/kstars/common share/doc/HTML/fr/kstars/config.docbook +share/doc/HTML/fr/kstars/cosmicdist.docbook share/doc/HTML/fr/kstars/cpoles.docbook share/doc/HTML/fr/kstars/credits.docbook share/doc/HTML/fr/kstars/csphere.docbook @@ -1187,6 +1192,7 @@ share/doc/HTML/fr/kstars/devicemanager.png share/doc/HTML/fr/kstars/dumpmode.docbook share/doc/HTML/fr/kstars/ecliptic.docbook share/doc/HTML/fr/kstars/ellipticalgalaxies.docbook +share/doc/HTML/fr/kstars/epoch.docbook share/doc/HTML/fr/kstars/equinox.docbook share/doc/HTML/fr/kstars/faq.docbook share/doc/HTML/fr/kstars/find.png @@ -1221,6 +1227,7 @@ share/doc/HTML/fr/kstars/meridian.docbook share/doc/HTML/fr/kstars/newfov.png share/doc/HTML/fr/kstars/observinglist.docbook share/doc/HTML/fr/kstars/observinglist.png +share/doc/HTML/fr/kstars/obsplanner.docbook share/doc/HTML/fr/kstars/parallax.docbook share/doc/HTML/fr/kstars/popup.png share/doc/HTML/fr/kstars/precession.docbook @@ -1239,6 +1246,7 @@ share/doc/HTML/fr/kstars/solarsystem.png share/doc/HTML/fr/kstars/spiralgalaxies.docbook share/doc/HTML/fr/kstars/star_colors.png share/doc/HTML/fr/kstars/stars.docbook +share/doc/HTML/fr/kstars/telescopes.docbook share/doc/HTML/fr/kstars/timezones.docbook share/doc/HTML/fr/kstars/tools.docbook share/doc/HTML/fr/kstars/utime.docbook @@ -1396,6 +1404,7 @@ share/doc/HTML/fr/okular/forms-bar.png share/doc/HTML/fr/okular/index.cache.bz2 share/doc/HTML/fr/okular/index.docbook share/doc/HTML/fr/okular/mainwindow.png +share/doc/HTML/fr/okular/man-okular.1.docbook share/doc/HTML/fr/okular/presentation.png share/doc/HTML/fr/onlinehelp/common share/doc/HTML/fr/onlinehelp/index.cache.bz2 @@ -1478,12 +1487,12 @@ share/doc/HTML/fr/parley/Parley_welcome_screen.png share/doc/HTML/fr/parley/common share/doc/HTML/fr/parley/index.cache.bz2 share/doc/HTML/fr/parley/index.docbook +share/doc/HTML/fr/picmi/common +share/doc/HTML/fr/picmi/index.cache.bz2 +share/doc/HTML/fr/picmi/index.docbook share/doc/HTML/fr/plasma-desktop/common share/doc/HTML/fr/plasma-desktop/index.cache.bz2 share/doc/HTML/fr/plasma-desktop/index.docbook -share/doc/HTML/fr/printer-applet/common -share/doc/HTML/fr/printer-applet/index.cache.bz2 -share/doc/HTML/fr/printer-applet/index.docbook share/doc/HTML/fr/sonnet/common share/doc/HTML/fr/sonnet/index.cache.bz2 share/doc/HTML/fr/sonnet/index.docbook @@ -1492,9 +1501,6 @@ share/doc/HTML/fr/step/examples.docbook share/doc/HTML/fr/step/index.cache.bz2 share/doc/HTML/fr/step/index.docbook share/doc/HTML/fr/step/tutorials.docbook -share/doc/HTML/fr/system-config-printer-kde/common -share/doc/HTML/fr/system-config-printer-kde/index.cache.bz2 -share/doc/HTML/fr/system-config-printer-kde/index.docbook share/doc/HTML/fr/systemsettings/common share/doc/HTML/fr/systemsettings/index.cache.bz2 share/doc/HTML/fr/systemsettings/index.docbook @@ -1506,6 +1512,8 @@ share/locale/fr/LC_MESSAGES/accountwizard_mailbox.mo share/locale/fr/LC_MESSAGES/accountwizard_maildir.mo share/locale/fr/LC_MESSAGES/accountwizard_pop3.mo share/locale/fr/LC_MESSAGES/accountwizard_tine20.mo +share/locale/fr/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/fr/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/fr/LC_MESSAGES/adblock.mo share/locale/fr/LC_MESSAGES/akonadi-filestore.mo share/locale/fr/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -1514,6 +1522,7 @@ share/locale/fr/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/fr/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/fr/LC_MESSAGES/akonadi_google_resource.mo share/locale/fr/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/fr/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/fr/LC_MESSAGES/akonadi_imap_resource.mo share/locale/fr/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/fr/LC_MESSAGES/akonadi_kabc_resource.mo @@ -1531,7 +1540,7 @@ share/locale/fr/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/fr/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/fr/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/fr/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/fr/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/fr/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/fr/LC_MESSAGES/akonadi_next.mo share/locale/fr/LC_MESSAGES/akonadi_nntp_resource.mo @@ -1556,7 +1565,6 @@ share/locale/fr/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/fr/LC_MESSAGES/audiorename_plugin.mo share/locale/fr/LC_MESSAGES/autorefresh.mo share/locale/fr/LC_MESSAGES/babelfish.mo -share/locale/fr/LC_MESSAGES/backupmail.mo share/locale/fr/LC_MESSAGES/blinken.mo share/locale/fr/LC_MESSAGES/blogilo.mo share/locale/fr/LC_MESSAGES/bomber.mo @@ -1600,6 +1608,7 @@ share/locale/fr/LC_MESSAGES/kabcformat_binary.mo share/locale/fr/LC_MESSAGES/kaccess.mo share/locale/fr/LC_MESSAGES/kaccessibleapp.mo share/locale/fr/LC_MESSAGES/kactivitymanagerd.mo +share/locale/fr/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/fr/LC_MESSAGES/kaddressbook-mobile.mo share/locale/fr/LC_MESSAGES/kaddressbook.mo share/locale/fr/LC_MESSAGES/kaddressbookmigrator.mo @@ -1616,7 +1625,6 @@ share/locale/fr/LC_MESSAGES/kate.mo share/locale/fr/LC_MESSAGES/kate_kttsd.mo share/locale/fr/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/fr/LC_MESSAGES/katebuild-plugin.mo -share/locale/fr/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/fr/LC_MESSAGES/katefilebrowserplugin.mo share/locale/fr/LC_MESSAGES/katefiletemplates.mo share/locale/fr/LC_MESSAGES/kategdbplugin.mo @@ -1625,9 +1633,10 @@ share/locale/fr/LC_MESSAGES/katekonsoleplugin.mo share/locale/fr/LC_MESSAGES/katemailfilesplugin.mo share/locale/fr/LC_MESSAGES/kateopenheader.mo share/locale/fr/LC_MESSAGES/katepart4.mo -share/locale/fr/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/fr/LC_MESSAGES/kateproject.mo share/locale/fr/LC_MESSAGES/katesearch.mo share/locale/fr/LC_MESSAGES/katesnippets_tng.mo +share/locale/fr/LC_MESSAGES/katesnippetsplugin.mo share/locale/fr/LC_MESSAGES/katesql.mo share/locale/fr/LC_MESSAGES/katesymbolviewer.mo share/locale/fr/LC_MESSAGES/katetabbarextension.mo @@ -1650,6 +1659,7 @@ share/locale/fr/LC_MESSAGES/kcalc.mo share/locale/fr/LC_MESSAGES/kcertpart.mo share/locale/fr/LC_MESSAGES/kcharselect.mo share/locale/fr/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/fr/LC_MESSAGES/kcm_activities.mo share/locale/fr/LC_MESSAGES/kcm_akonadi.mo share/locale/fr/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/fr/LC_MESSAGES/kcm_attica.mo @@ -1667,7 +1677,6 @@ share/locale/fr/LC_MESSAGES/kcm_memory.mo share/locale/fr/LC_MESSAGES/kcm_nepomuk.mo share/locale/fr/LC_MESSAGES/kcm_pci.mo share/locale/fr/LC_MESSAGES/kcm_phonon.mo -share/locale/fr/LC_MESSAGES/kcm_phononxine.mo share/locale/fr/LC_MESSAGES/kcm_platform.mo share/locale/fr/LC_MESSAGES/kcm_remotecontrol.mo share/locale/fr/LC_MESSAGES/kcm_solid.mo @@ -1814,12 +1823,14 @@ share/locale/fr/LC_MESSAGES/kio_sieve.mo share/locale/fr/LC_MESSAGES/kio_smb.mo share/locale/fr/LC_MESSAGES/kio_smtp.mo share/locale/fr/LC_MESSAGES/kio_svn.mo +share/locale/fr/LC_MESSAGES/kio_tags.mo share/locale/fr/LC_MESSAGES/kio_thumbnail.mo share/locale/fr/LC_MESSAGES/kio_timeline.mo share/locale/fr/LC_MESSAGES/kio_trash.mo share/locale/fr/LC_MESSAGES/kio_zeroconf.mo share/locale/fr/LC_MESSAGES/kioclient.mo share/locale/fr/LC_MESSAGES/kioexec.mo +share/locale/fr/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/fr/LC_MESSAGES/kiriki.mo share/locale/fr/LC_MESSAGES/kiten.mo share/locale/fr/LC_MESSAGES/kjots.mo @@ -1889,6 +1900,8 @@ share/locale/fr/LC_MESSAGES/kruler.mo share/locale/fr/LC_MESSAGES/krunner.mo share/locale/fr/LC_MESSAGES/ksaneplugin.mo share/locale/fr/LC_MESSAGES/kscd.mo +share/locale/fr/LC_MESSAGES/kscreenlocker.mo +share/locale/fr/LC_MESSAGES/kscreenlocker_greet.mo share/locale/fr/LC_MESSAGES/kscreensaver.mo share/locale/fr/LC_MESSAGES/ksendemail.mo share/locale/fr/LC_MESSAGES/kshellcmdplugin.mo @@ -1920,6 +1933,7 @@ share/locale/fr/LC_MESSAGES/ktimer.mo share/locale/fr/LC_MESSAGES/ktimetracker.mo share/locale/fr/LC_MESSAGES/ktnef.mo share/locale/fr/LC_MESSAGES/ktouch.mo +share/locale/fr/LC_MESSAGES/ktouchpadenabler.mo share/locale/fr/LC_MESSAGES/ktraderclient.mo share/locale/fr/LC_MESSAGES/ktron.mo share/locale/fr/LC_MESSAGES/ktuberling.mo @@ -1966,6 +1980,7 @@ share/locale/fr/LC_MESSAGES/libkdepimmobileui.mo share/locale/fr/LC_MESSAGES/libkexiv2.mo share/locale/fr/LC_MESSAGES/libkholidays.mo share/locale/fr/LC_MESSAGES/libkimap.mo +share/locale/fr/LC_MESSAGES/libkipi.mo share/locale/fr/LC_MESSAGES/libkldap.mo share/locale/fr/LC_MESSAGES/libkleopatra.mo share/locale/fr/LC_MESSAGES/libkmahjongg.mo @@ -1997,11 +2012,11 @@ share/locale/fr/LC_MESSAGES/liboktetagui.mo share/locale/fr/LC_MESSAGES/liboktetakasten.mo share/locale/fr/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/fr/LC_MESSAGES/libphonon.mo +share/locale/fr/LC_MESSAGES/libpimcommon.mo share/locale/fr/LC_MESSAGES/libplasma.mo share/locale/fr/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/fr/LC_MESSAGES/libplasmaclock.mo share/locale/fr/LC_MESSAGES/libplasmaweather.mo -share/locale/fr/LC_MESSAGES/librtm.mo share/locale/fr/LC_MESSAGES/libtaskmanager.mo share/locale/fr/LC_MESSAGES/libtemplateparser.mo share/locale/fr/LC_MESSAGES/lokalize.mo @@ -2009,6 +2024,7 @@ share/locale/fr/LC_MESSAGES/lskat.mo share/locale/fr/LC_MESSAGES/mailreader.mo share/locale/fr/LC_MESSAGES/marble.mo share/locale/fr/LC_MESSAGES/marble_qt.mo +share/locale/fr/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/fr/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/fr/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/fr/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -2018,12 +2034,14 @@ share/locale/fr/LC_MESSAGES/minitoolsplugin.mo share/locale/fr/LC_MESSAGES/mplayerthumbs.mo share/locale/fr/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/fr/LC_MESSAGES/nepomukbackup.mo +share/locale/fr/LC_MESSAGES/nepomukcleaner.mo share/locale/fr/LC_MESSAGES/nepomukcontroller.mo share/locale/fr/LC_MESSAGES/nepomukfileindexer.mo share/locale/fr/LC_MESSAGES/nepomukqueryservice.mo share/locale/fr/LC_MESSAGES/nepomukserver.mo share/locale/fr/LC_MESSAGES/nepomukservicestub.mo share/locale/fr/LC_MESSAGES/nepomukstorage.mo +share/locale/fr/LC_MESSAGES/nepomukwidgets.mo share/locale/fr/LC_MESSAGES/newmailnotifieragent.mo share/locale/fr/LC_MESSAGES/notes-mobile.mo share/locale/fr/LC_MESSAGES/nsplugin.mo @@ -2046,13 +2064,17 @@ share/locale/fr/LC_MESSAGES/okular_plucker.mo share/locale/fr/LC_MESSAGES/okular_poppler.mo share/locale/fr/LC_MESSAGES/okular_tiff.mo share/locale/fr/LC_MESSAGES/okular_xps.mo +share/locale/fr/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/fr/LC_MESSAGES/pairs.mo +share/locale/fr/LC_MESSAGES/pairseditor.mo share/locale/fr/LC_MESSAGES/palapeli.mo share/locale/fr/LC_MESSAGES/parley.mo share/locale/fr/LC_MESSAGES/phonon_gstreamer.mo share/locale/fr/LC_MESSAGES/phonon_kde.mo share/locale/fr/LC_MESSAGES/phonon_vlc.mo share/locale/fr/LC_MESSAGES/phononserver.mo +share/locale/fr/LC_MESSAGES/picmi.mo +share/locale/fr/LC_MESSAGES/pimsettingexporter.mo share/locale/fr/LC_MESSAGES/plasma-desktop.mo share/locale/fr/LC_MESSAGES/plasma-netbook.mo share/locale/fr/LC_MESSAGES/plasma-overlay.mo @@ -2102,12 +2124,12 @@ share/locale/fr/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/fr/LC_MESSAGES/plasma_applet_news.mo share/locale/fr/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/fr/LC_MESSAGES/plasma_applet_notes.mo -share/locale/fr/LC_MESSAGES/plasma_applet_notifications.mo share/locale/fr/LC_MESSAGES/plasma_applet_notifier.mo share/locale/fr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/fr/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/fr/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/fr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/fr/LC_MESSAGES/plasma_applet_pager.mo share/locale/fr/LC_MESSAGES/plasma_applet_panel.mo @@ -2116,6 +2138,7 @@ share/locale/fr/LC_MESSAGES/plasma_applet_paste.mo share/locale/fr/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/fr/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/fr/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/fr/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/fr/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/fr/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/fr/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -2178,6 +2201,7 @@ share/locale/fr/LC_MESSAGES/plasma_runner_kill.mo share/locale/fr/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/fr/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/fr/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/fr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/fr/LC_MESSAGES/plasma_runner_locations.mo share/locale/fr/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -2205,24 +2229,23 @@ share/locale/fr/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/fr/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/fr/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/fr/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/fr/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/fr/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/fr/LC_MESSAGES/plasmaengineexplorer.mo share/locale/fr/LC_MESSAGES/plasmagenericshell.mo share/locale/fr/LC_MESSAGES/plasmapkg.mo -share/locale/fr/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/fr/LC_MESSAGES/plasmoidviewer.mo share/locale/fr/LC_MESSAGES/pothumbnail.mo share/locale/fr/LC_MESSAGES/powerdevil.mo share/locale/fr/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/fr/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/fr/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/fr/LC_MESSAGES/printer-applet.mo +share/locale/fr/LC_MESSAGES/print-manager.mo share/locale/fr/LC_MESSAGES/processcore.mo share/locale/fr/LC_MESSAGES/processui.mo share/locale/fr/LC_MESSAGES/randrmonitor.mo share/locale/fr/LC_MESSAGES/rellinks.mo -share/locale/fr/LC_MESSAGES/remote-widgets-browser.mo share/locale/fr/LC_MESSAGES/rocs.mo +share/locale/fr/LC_MESSAGES/rocscore.mo +share/locale/fr/LC_MESSAGES/rocsvisualeditor.mo share/locale/fr/LC_MESSAGES/searchbarplugin.mo share/locale/fr/LC_MESSAGES/solid-hardware.mo share/locale/fr/LC_MESSAGES/solid-network.mo @@ -2235,7 +2258,6 @@ share/locale/fr/LC_MESSAGES/strigila_diff.mo share/locale/fr/LC_MESSAGES/superkaramba.mo share/locale/fr/LC_MESSAGES/svgpart.mo share/locale/fr/LC_MESSAGES/sweeper.mo -share/locale/fr/LC_MESSAGES/system-config-printer-kde.mo share/locale/fr/LC_MESSAGES/systemsettings.mo share/locale/fr/LC_MESSAGES/tasks-mobile.mo share/locale/fr/LC_MESSAGES/timezones4.mo @@ -2250,11 +2272,10 @@ share/locale/fr/entry.desktop @dirrm share/locale/fr/LC_SCRIPTS/kgeography @dirrm share/locale/fr/LC_SCRIPTS @dirrm share/doc/HTML/fr/systemsettings -@dirrm share/doc/HTML/fr/system-config-printer-kde @dirrm share/doc/HTML/fr/step @dirrm share/doc/HTML/fr/sonnet -@dirrm share/doc/HTML/fr/printer-applet @dirrm share/doc/HTML/fr/plasma-desktop +@dirrm share/doc/HTML/fr/picmi @dirrm share/doc/HTML/fr/parley @dirrm share/doc/HTML/fr/palapeli @dirrm share/doc/HTML/fr/onlinehelp @@ -2372,6 +2393,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kget @dirrm share/doc/HTML/fr/kgeography @dirrm share/doc/HTML/fr/kfourinline +@dirrm share/doc/HTML/fr/kfontview @dirrm share/doc/HTML/fr/kfloppy @dirrm share/doc/HTML/fr/kfind @dirrm share/doc/HTML/fr/kfilereplace @@ -2408,6 +2430,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kcontrol/kwindecoration @dirrm share/doc/HTML/fr/kcontrol/kwincompositing @dirrm share/doc/HTML/fr/kcontrol/kresources +@dirrm share/doc/HTML/fr/kcontrol/kremotecontrol @dirrm share/doc/HTML/fr/kcontrol/khtml-plugins @dirrm share/doc/HTML/fr/kcontrol/khtml-java-js @dirrm share/doc/HTML/fr/kcontrol/khtml-general @@ -2471,6 +2494,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/gwenview @dirrm share/doc/HTML/fr/granatier @dirrm share/doc/HTML/fr/fundamentals +@dirrm share/doc/HTML/fr/filelight @dirrm share/doc/HTML/fr/dragonplayer @dirrm share/doc/HTML/fr/dolphin @dirrm share/doc/HTML/fr/common @@ -2489,7 +2513,9 @@ share/locale/fr/entry.desktop @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/khangman +@dirrm share/apps/autocorrect @dirrmtry man/fr/man8 +@dirrmtry man/fr/man7 @dirrmtry man/fr/man6 @dirrmtry man/fr/man1 @dirrmtry man/fr diff --git a/games/Makefile b/games/Makefile index 37df9040c0b5..06b87c06a2d8 100644 --- a/games/Makefile +++ b/games/Makefile @@ -89,12 +89,14 @@ SUBDIR += bloodfrontier SUBDIR += blue SUBDIR += bogged + SUBDIR += bomber SUBDIR += bomberclone SUBDIR += bomberinstinct SUBDIR += bombermaze SUBDIR += bombherman SUBDIR += bomns SUBDIR += boswars + SUBDIR += bovo SUBDIR += braincurses SUBDIR += brainparty SUBDIR += brainworkshop @@ -353,6 +355,7 @@ SUBDIR += goonies SUBDIR += gottet SUBDIR += gracer + SUBDIR += granatier SUBDIR += greed SUBDIR += gretools SUBDIR += grhino @@ -433,30 +436,60 @@ SUBDIR += kamikaze SUBDIR += kanagram SUBDIR += kanatest + SUBDIR += kapman SUBDIR += kardsgt SUBDIR += kartofel + SUBDIR += katomic SUBDIR += kbilliards + SUBDIR += kblackbox + SUBDIR += kblocks + SUBDIR += kbounce + SUBDIR += kbreakout SUBDIR += kcheckers SUBDIR += kdegames3 SUBDIR += kdegames4 + SUBDIR += kdiamond SUBDIR += kevedit + SUBDIR += kfourinline SUBDIR += kfreerings + SUBDIR += kgoldrunner SUBDIR += khangman + SUBDIR += kigo SUBDIR += kiki + SUBDIR += killbots + SUBDIR += kiriki + SUBDIR += kjumpingcube SUBDIR += klavaro + SUBDIR += klines SUBDIR += klondike + SUBDIR += kmahjongg SUBDIR += kmancala SUBDIR += kmastermind + SUBDIR += kmines + SUBDIR += knavalbattle + SUBDIR += knetwalk SUBDIR += knights SUBDIR += knights-kde4 SUBDIR += kobodeluxe + SUBDIR += kolf + SUBDIR += kollision + SUBDIR += konquest SUBDIR += koth + SUBDIR += kpat SUBDIR += kpicframer SUBDIR += kpictorial SUBDIR += kpuzzle SUBDIR += krank + SUBDIR += kreversi + SUBDIR += kshisen + SUBDIR += ksirk + SUBDIR += ksnakeduel + SUBDIR += kspaceduel + SUBDIR += ksquares SUBDIR += ksudoku SUBDIR += ktritoc + SUBDIR += ktuberling + SUBDIR += kubrick SUBDIR += kuklomenos SUBDIR += kwappen SUBDIR += kye @@ -475,6 +508,8 @@ SUBDIR += libdungeonmaker SUBDIR += libfov SUBDIR += libggz + SUBDIR += libkdegames + SUBDIR += libkmahjongg SUBDIR += libmaitretarot SUBDIR += libmt_client SUBDIR += libshhcards @@ -532,6 +567,7 @@ SUBDIR += lolcat SUBDIR += lordsawar SUBDIR += lpairs + SUBDIR += lskat SUBDIR += ltris SUBDIR += lucidlife SUBDIR += luola @@ -674,6 +710,7 @@ SUBDIR += pacmanarena SUBDIR += paintown SUBDIR += pairs + SUBDIR += palapeli SUBDIR += palomino SUBDIR += passage SUBDIR += patapizza-tetris diff --git a/games/blinken/Makefile b/games/blinken/Makefile index eada2d734ca1..bb528792ad53 100644 --- a/games/blinken/Makefile +++ b/games/blinken/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Memory enhancement game for KDE 4 @@ -14,8 +14,8 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= corelib moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/games/blinken/distinfo b/games/blinken/distinfo index 98c90466235d..a3ea5b6c9547 100644 --- a/games/blinken/distinfo +++ b/games/blinken/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/blinken-4.9.5.tar.xz) = d48f1e1ab85eeb474849c8e9294cbf305a85dbbc8cdc5672a5f635504d84db95 -SIZE (KDE/blinken-4.9.5.tar.xz) = 566516 +SHA256 (KDE/4.10.1/blinken-4.10.1.tar.xz) = feebb74063e9fb4ce377978a99b5ddb93b4b2ec07c2a65e066d9188b68fa84df +SIZE (KDE/4.10.1/blinken-4.10.1.tar.xz) = 566552 diff --git a/games/bomber/Makefile b/games/bomber/Makefile new file mode 100644 index 000000000000..8df55358cfa7 --- /dev/null +++ b/games/bomber/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= bomber +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/bomber/distinfo b/games/bomber/distinfo new file mode 100644 index 000000000000..87a512b98156 --- /dev/null +++ b/games/bomber/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/bomber-4.10.1.tar.xz) = ae4dd4877aca19f19e572d652a3b61d31f07d987041e62e0e9512ccb962602e3 +SIZE (KDE/4.10.1/bomber-4.10.1.tar.xz) = 391044 diff --git a/games/bomber/pkg-descr b/games/bomber/pkg-descr new file mode 100644 index 000000000000..0f3acb21439b --- /dev/null +++ b/games/bomber/pkg-descr @@ -0,0 +1,8 @@ +Bomber is a single player arcade game. The player is invading +various cities in a plane that is decreasing in height. + +The goal of the game is to destroy all the buildings and advance +to the next level. Each level gets a bit harder by increasing the +speed of the plane and the height of the buildings. + +WWW: http://www.kde.org/applications/games/bomber/ diff --git a/games/bomber/pkg-plist b/games/bomber/pkg-plist new file mode 100644 index 000000000000..000c1048f4a7 --- /dev/null +++ b/games/bomber/pkg-plist @@ -0,0 +1,21 @@ +bin/bomber +share/applications/kde4/bomber.desktop +share/apps/bomber/bomberui.rc +share/apps/bomber/themes/Lava-Island.desktop +share/apps/bomber/themes/Lava-Island.svgz +share/apps/bomber/themes/kbomber.desktop +share/apps/bomber/themes/kbomber.png +share/apps/bomber/themes/kbomber.svgz +share/apps/bomber/themes/lava-Island.png +share/config.kcfg/bomber.kcfg +share/doc/HTML/en/bomber/common +share/doc/HTML/en/bomber/index.cache.bz2 +share/doc/HTML/en/bomber/index.docbook +share/icons/hicolor/128x128/apps/bomber.png +share/icons/hicolor/32x32/apps/bomber.png +share/icons/hicolor/48x48/apps/bomber.png +share/icons/hicolor/64x64/apps/bomber.png +share/icons/hicolor/scalable/apps/bomber.svgz +@dirrm share/doc/HTML/en/bomber +@dirrm share/apps/bomber/themes +@dirrm share/apps/bomber diff --git a/games/bovo/Makefile b/games/bovo/Makefile new file mode 100644 index 000000000000..ffb0b347e10a --- /dev/null +++ b/games/bovo/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= bovo +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/bovo/distinfo b/games/bovo/distinfo new file mode 100644 index 000000000000..84b13f59cffa --- /dev/null +++ b/games/bovo/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/bovo-4.10.1.tar.xz) = 287ae4d2236ef8643883226c0cf4a746e87ea4641aecc78e421dc43a088fe236 +SIZE (KDE/4.10.1/bovo-4.10.1.tar.xz) = 110304 diff --git a/games/bovo/pkg-descr b/games/bovo/pkg-descr new file mode 100644 index 000000000000..6c8c3d25deb4 --- /dev/null +++ b/games/bovo/pkg-descr @@ -0,0 +1,6 @@ +Bovo is a Gomoku (from Japanese "five points") like game for two +players, where the opponents alternate in placing their respective +pictogram on the game board. (Also known as: Connect Five, Five +in a row, X and O, Naughts and Crosses) + +WWW: http://www.kde.org/applications/games/bovo/ diff --git a/games/bovo/pkg-plist b/games/bovo/pkg-plist new file mode 100644 index 000000000000..dd8383d1d8e3 --- /dev/null +++ b/games/bovo/pkg-plist @@ -0,0 +1,28 @@ +bin/bovo +share/applications/kde4/bovo.desktop +share/apps/bovo/bovoui.rc +share/apps/bovo/themes/gomoku/theme.svg +share/apps/bovo/themes/gomoku/themerc +share/apps/bovo/themes/highcontrast/theme.svg +share/apps/bovo/themes/highcontrast/themerc +share/apps/bovo/themes/scribble/theme.svg +share/apps/bovo/themes/scribble/themerc +share/apps/bovo/themes/spacy/theme.svg +share/apps/bovo/themes/spacy/themerc +share/doc/HTML/en/bovo/common +share/doc/HTML/en/bovo/index.cache.bz2 +share/doc/HTML/en/bovo/index.docbook +share/icons/hicolor/128x128/apps/bovo.png +share/icons/hicolor/16x16/apps/bovo.png +share/icons/hicolor/22x22/apps/bovo.png +share/icons/hicolor/32x32/apps/bovo.png +share/icons/hicolor/48x48/apps/bovo.png +share/icons/hicolor/64x64/apps/bovo.png +share/icons/hicolor/scalable/apps/bovo.svgz +@dirrm share/doc/HTML/en/bovo +@dirrm share/apps/bovo/themes/spacy +@dirrm share/apps/bovo/themes/scribble +@dirrm share/apps/bovo/themes/highcontrast +@dirrm share/apps/bovo/themes/gomoku +@dirrm share/apps/bovo/themes +@dirrm share/apps/bovo diff --git a/games/granatier/Makefile b/games/granatier/Makefile new file mode 100644 index 000000000000..4ec309428764 --- /dev/null +++ b/games/granatier/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= granatier +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= corelib gui xml \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/granatier/distinfo b/games/granatier/distinfo new file mode 100644 index 000000000000..f1729e170277 --- /dev/null +++ b/games/granatier/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/granatier-4.10.1.tar.xz) = e17243297c0ad78317b0c2813d6ea7de70720605968aa216dd121bd365c478d0 +SIZE (KDE/4.10.1/granatier-4.10.1.tar.xz) = 1392568 diff --git a/games/granatier/pkg-descr b/games/granatier/pkg-descr new file mode 100644 index 000000000000..a7edcd7658ab --- /dev/null +++ b/games/granatier/pkg-descr @@ -0,0 +1,4 @@ +Granatier is a clone of the classic Bomberman game, inspired by the +work of the Clanbomber clone. + +WWW: http://www.kde.org/applications/games/granatier/ diff --git a/games/granatier/pkg-plist b/games/granatier/pkg-plist new file mode 100644 index 000000000000..a85842fda1a4 --- /dev/null +++ b/games/granatier/pkg-plist @@ -0,0 +1,151 @@ +bin/granatier +share/applications/kde4/granatier.desktop +share/apps/granatier/arenas/clanbomber_Arena.desktop +share/apps/granatier/arenas/clanbomber_Arena.xml +share/apps/granatier/arenas/clanbomber_Big_Block.desktop +share/apps/granatier/arenas/clanbomber_Big_Block.xml +share/apps/granatier/arenas/clanbomber_Big_Standard.desktop +share/apps/granatier/arenas/clanbomber_Big_Standard.xml +share/apps/granatier/arenas/clanbomber_Blast_Matrix.desktop +share/apps/granatier/arenas/clanbomber_Blast_Matrix.xml +share/apps/granatier/arenas/clanbomber_Bloody_Ring.desktop +share/apps/granatier/arenas/clanbomber_Bloody_Ring.xml +share/apps/granatier/arenas/clanbomber_Boiling_Egg.desktop +share/apps/granatier/arenas/clanbomber_Boiling_Egg.xml +share/apps/granatier/arenas/clanbomber_Bomb_Attack.desktop +share/apps/granatier/arenas/clanbomber_Bomb_Attack.xml +share/apps/granatier/arenas/clanbomber_Broken_Heart.desktop +share/apps/granatier/arenas/clanbomber_Broken_Heart.xml +share/apps/granatier/arenas/clanbomber_Crammed.desktop +share/apps/granatier/arenas/clanbomber_Crammed.xml +share/apps/granatier/arenas/clanbomber_Death_Corridor.desktop +share/apps/granatier/arenas/clanbomber_Death_Corridor.xml +share/apps/granatier/arenas/clanbomber_Dilemma.desktop +share/apps/granatier/arenas/clanbomber_Dilemma.xml +share/apps/granatier/arenas/clanbomber_FearCircle.desktop +share/apps/granatier/arenas/clanbomber_FearCircle.xml +share/apps/granatier/arenas/clanbomber_FearCircle_Remix.desktop +share/apps/granatier/arenas/clanbomber_FearCircle_Remix.xml +share/apps/granatier/arenas/clanbomber_FireWheels.desktop +share/apps/granatier/arenas/clanbomber_FireWheels.xml +share/apps/granatier/arenas/clanbomber_Football.desktop +share/apps/granatier/arenas/clanbomber_Football.xml +share/apps/granatier/arenas/clanbomber_Four_Instance.desktop +share/apps/granatier/arenas/clanbomber_Four_Instance.xml +share/apps/granatier/arenas/clanbomber_Ghostbear.desktop +share/apps/granatier/arenas/clanbomber_Ghostbear.xml +share/apps/granatier/arenas/clanbomber_Hard_Work.desktop +share/apps/granatier/arenas/clanbomber_Hard_Work.xml +share/apps/granatier/arenas/clanbomber_Hole_Run.desktop +share/apps/granatier/arenas/clanbomber_Hole_Run.xml +share/apps/granatier/arenas/clanbomber_Huge_Standard.desktop +share/apps/granatier/arenas/clanbomber_Huge_Standard.xml +share/apps/granatier/arenas/clanbomber_Juicy_Lucy.desktop +share/apps/granatier/arenas/clanbomber_Juicy_Lucy.xml +share/apps/granatier/arenas/clanbomber_Kitchen.desktop +share/apps/granatier/arenas/clanbomber_Kitchen.xml +share/apps/granatier/arenas/clanbomber_Meeting.desktop +share/apps/granatier/arenas/clanbomber_Meeting.xml +share/apps/granatier/arenas/clanbomber_MungoBane.desktop +share/apps/granatier/arenas/clanbomber_MungoBane.xml +share/apps/granatier/arenas/clanbomber_Obstacle_Race.desktop +share/apps/granatier/arenas/clanbomber_Obstacle_Race.xml +share/apps/granatier/arenas/clanbomber_Overkill.desktop +share/apps/granatier/arenas/clanbomber_Overkill.xml +share/apps/granatier/arenas/clanbomber_Prison_Cells.desktop +share/apps/granatier/arenas/clanbomber_Prison_Cells.xml +share/apps/granatier/arenas/clanbomber_Redirection.desktop +share/apps/granatier/arenas/clanbomber_Redirection.xml +share/apps/granatier/arenas/clanbomber_Sixty_Nine.desktop +share/apps/granatier/arenas/clanbomber_Sixty_Nine.xml +share/apps/granatier/arenas/clanbomber_Small_Standard.desktop +share/apps/granatier/arenas/clanbomber_Small_Standard.xml +share/apps/granatier/arenas/clanbomber_Snake_Race.desktop +share/apps/granatier/arenas/clanbomber_Snake_Race.xml +share/apps/granatier/arenas/clanbomber_Tiny_Standard.desktop +share/apps/granatier/arenas/clanbomber_Tiny_Standard.xml +share/apps/granatier/arenas/clanbomber_Whole_Mess.desktop +share/apps/granatier/arenas/clanbomber_Whole_Mess.xml +share/apps/granatier/arenas/clover.desktop +share/apps/granatier/arenas/clover.xml +share/apps/granatier/arenas/crazy.desktop +share/apps/granatier/arenas/crazy.xml +share/apps/granatier/arenas/granatier.desktop +share/apps/granatier/arenas/granatier.xml +share/apps/granatier/arenas/labyrinth.desktop +share/apps/granatier/arenas/labyrinth.xml +share/apps/granatier/arenas/threeofthree.desktop +share/apps/granatier/arenas/threeofthree.xml +share/apps/granatier/granatierui.rc +share/apps/granatier/players/player1.desktop +share/apps/granatier/players/player1.svgz +share/apps/granatier/players/player2.desktop +share/apps/granatier/players/player2.svgz +share/apps/granatier/players/player3.desktop +share/apps/granatier/players/player3.svgz +share/apps/granatier/players/player4.desktop +share/apps/granatier/players/player4.svgz +share/apps/granatier/players/player5.desktop +share/apps/granatier/players/player5.svgz +share/apps/granatier/sounds/break.wav +share/apps/granatier/sounds/clear.wav +share/apps/granatier/sounds/corpse_explode.wav +share/apps/granatier/sounds/crunch.wav +share/apps/granatier/sounds/deepfall.wav +share/apps/granatier/sounds/die.wav +share/apps/granatier/sounds/explode.wav +share/apps/granatier/sounds/joint.wav +share/apps/granatier/sounds/putbomb.wav +share/apps/granatier/sounds/winlevel.wav +share/apps/granatier/sounds/wow.wav +share/apps/granatier/themes/clanbomber.desktop +share/apps/granatier/themes/clanbomber.svgz +share/apps/granatier/themes/clanbomber_preview.png +share/apps/granatier/themes/granatier.desktop +share/apps/granatier/themes/granatier.svgz +share/apps/granatier/themes/granatier_preview.png +share/apps/granatier/themes/waterbomb.desktop +share/apps/granatier/themes/waterbomb.svgz +share/apps/granatier/themes/waterbomb_preview.png +share/config.kcfg/granatier.kcfg +share/doc/HTML/en/granatier/arena_arrow_right.png +share/doc/HTML/en/granatier/arena_block.png +share/doc/HTML/en/granatier/arena_bomb_mortar.png +share/doc/HTML/en/granatier/arena_ground.png +share/doc/HTML/en/granatier/arena_ice.png +share/doc/HTML/en/granatier/arena_wall.png +share/doc/HTML/en/granatier/bonus_bad_hyperactive.png +share/doc/HTML/en/granatier/bonus_bad_mirror.png +share/doc/HTML/en/granatier/bonus_bad_restrain.png +share/doc/HTML/en/granatier/bonus_bad_scatty.png +share/doc/HTML/en/granatier/bonus_bad_slow.png +share/doc/HTML/en/granatier/bonus_bomb.png +share/doc/HTML/en/granatier/bonus_kick.png +share/doc/HTML/en/granatier/bonus_neutral_pandora.png +share/doc/HTML/en/granatier/bonus_neutral_resurrect.png +share/doc/HTML/en/granatier/bonus_power.png +share/doc/HTML/en/granatier/bonus_shield.png +share/doc/HTML/en/granatier/bonus_speed.png +share/doc/HTML/en/granatier/bonus_throw.png +share/doc/HTML/en/granatier/common +share/doc/HTML/en/granatier/config_arena.png +share/doc/HTML/en/granatier/config_arena_random_mode.png +share/doc/HTML/en/granatier/config_general.png +share/doc/HTML/en/granatier/config_player.png +share/doc/HTML/en/granatier/config_theme.png +share/doc/HTML/en/granatier/granatier.png +share/doc/HTML/en/granatier/index.cache.bz2 +share/doc/HTML/en/granatier/index.docbook +share/icons/hicolor/128x128/apps/granatier.png +share/icons/hicolor/16x16/apps/granatier.png +share/icons/hicolor/22x22/apps/granatier.png +share/icons/hicolor/32x32/apps/granatier.png +share/icons/hicolor/48x48/apps/granatier.png +share/icons/hicolor/64x64/apps/granatier.png +share/icons/hicolor/scalable/apps/granatier.svgz +@dirrm share/doc/HTML/en/granatier +@dirrm share/apps/granatier/themes +@dirrm share/apps/granatier/sounds +@dirrm share/apps/granatier/players +@dirrm share/apps/granatier/arenas +@dirrm share/apps/granatier diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile index be5cefca6155..71a23ba801ea 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -5,27 +5,21 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DISTNAME= kdegames-${PORTVERSION} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= Ancient Chinese board game for KDE 4 +COMMENT= ${${PORTNAME}_DESC} -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtSql.so:${PORTSDIR}/databases/py-qt4-sql \ - ogg123:${PORTSDIR}/audio/vorbis-tools +CONFLICTS_INSTALL= kdegames-4.[0-6].* -CONFLICTS= kdegames-4.[0-6].* - -USE_KDE4= kdehier kdelibs kdeprefix pykde4 automoc4 USES= cmake:outsource -USE_PYTHON= yes +USE_KDE4= kdehier kdelibs kdeprefix pykde4 automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build +USE_PYTHON= yes USE_SQLITE= 3 USE_TWISTED_RUN= yes -DISTINFO_FILE= ${PORTSDIR}/games/kdegames4/distinfo -USE_XZ= yes -CMAKE_ARGS+= -DINSTALL_KAJONGG:BOOL=TRUE - -WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} +USE_XZ= yes +CMAKE_ARGS= -DINSTALL_KAJONGG:BOOL=TRUE +.include <${.CURDIR}/../kdegames4/Makefile.common> .include <bsd.port.mk> diff --git a/games/kajongg/distinfo b/games/kajongg/distinfo new file mode 100644 index 000000000000..ed95adfa9ac5 --- /dev/null +++ b/games/kajongg/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kajongg-4.10.1.tar.xz) = dd6e94c9e0bc9c5d02625aab8bc66ec2feba8e68e4653c0c1f07920d0f2ef453 +SIZE (KDE/4.10.1/kajongg-4.10.1.tar.xz) = 2488172 diff --git a/games/kajongg/pkg-descr b/games/kajongg/pkg-descr index 35d00fa72bb4..17d013487038 100644 --- a/games/kajongg/pkg-descr +++ b/games/kajongg/pkg-descr @@ -1,15 +1,16 @@ -Kajongg - the classical Mah Jongg for four players. If you are looking -for the Mah Jongg solitaire please use the application KMahjongg. +Kajongg - the classical Mah Jongg for four players. If you are +looking for the Mah Jongg solitaire please use the application +KMahjongg. -Kajongg can be used in two different ways. Scoring a manual game where -you play as always and use Kajongg for the computation of scores and -for bookkeeping. Or you can use Kajongg to play against any -combination of other human players or computer players. +Kajongg can be used in two different ways. Scoring a manual game +where you play as always and use Kajongg for the computation of +scores and for bookkeeping. Or you can use Kajongg to play against +any combination of other human players or computer players. Kajongg comes with a ruleset for classical Chinese as played in -Germany. You can change the ruleset at your will and also define whole -new rulesets. The rules for a game are saved in the database, so every -game could be played with different rules. Changing a ruleset does not -affect existing games. +Germany. You can change the ruleset at your will and also define +whole new rulesets. The rules for a game are saved in the database, +so every game could be played with different rules. Changing a +ruleset does not affect existing games. WWW: http://www.kde.org/applications/games/kajongg diff --git a/games/kanagram/Makefile b/games/kanagram/Makefile index 9ee191fc3eb8..336d4018b877 100644 --- a/games/kanagram/Makefile +++ b/games/kanagram/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Letter order game for KDE 4 @@ -14,8 +14,9 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix libkdeedu automoc4 USES= cmake:outsource -USE_QT4= xml moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_QT4= xml corelib declarative gui opengl script xml \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/games/kanagram/distinfo b/games/kanagram/distinfo index 251899a7183a..e1512d07590a 100644 --- a/games/kanagram/distinfo +++ b/games/kanagram/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kanagram-4.9.5.tar.xz) = 2bc7854876002aa431b3bf2ca25aad83d397ae09143d6e0f02d631bd44ca016e -SIZE (KDE/kanagram-4.9.5.tar.xz) = 1061332 +SHA256 (KDE/4.10.1/kanagram-4.10.1.tar.xz) = 3442bd912473d4afcd12987ca6de63a1192eccd9d4988de01523021d331ca80c +SIZE (KDE/4.10.1/kanagram-4.10.1.tar.xz) = 1060172 diff --git a/games/kapman/Makefile b/games/kapman/Makefile new file mode 100644 index 000000000000..207f7390dec8 --- /dev/null +++ b/games/kapman/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= kapman +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= corelib gui xml \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kapman/distinfo b/games/kapman/distinfo new file mode 100644 index 000000000000..ba4a3058c0f9 --- /dev/null +++ b/games/kapman/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kapman-4.10.1.tar.xz) = f80515ca426998703fe103bcd86bdbb4b8ef4428e7aafdac1090844e6b5f37aa +SIZE (KDE/4.10.1/kapman-4.10.1.tar.xz) = 1578084 diff --git a/games/kapman/pkg-descr b/games/kapman/pkg-descr new file mode 100644 index 000000000000..f977965ee531 --- /dev/null +++ b/games/kapman/pkg-descr @@ -0,0 +1,9 @@ +Kapman is a clone of the well known game Pac-Man. + +You must run through the maze to eat all pills without being captured +by a ghost. By eating an energizer, Kapman gets the ability to eat +ghosts for a few seconds. When a stage is cleared of pills and +energizer the player is taken to the next stage with slightly +increased game speed. + +WWW: http://www.kde.org/applications/games/kapman/ diff --git a/games/kapman/pkg-plist b/games/kapman/pkg-plist new file mode 100644 index 000000000000..816d877a642d --- /dev/null +++ b/games/kapman/pkg-plist @@ -0,0 +1,43 @@ +bin/kapman +share/applications/kde4/kapman.desktop +share/apps/kapman/defaultmaze.xml +share/apps/kapman/kapmanui.rc +share/apps/kapman/themes/invisible.desktop +share/apps/kapman/themes/invisible.svgz +share/apps/kapman/themes/invisible_preview.png +share/apps/kapman/themes/matches.desktop +share/apps/kapman/themes/matches.svgz +share/apps/kapman/themes/matches_preview.png +share/apps/kapman/themes/mountain.copyright +share/apps/kapman/themes/mountain.desktop +share/apps/kapman/themes/mountain.svgz +share/apps/kapman/themes/mountain_preview.png +share/apps/kapman/themes/mummies_crypt.desktop +share/apps/kapman/themes/mummies_crypt.svgz +share/apps/kapman/themes/mummy_preview.png +share/apps/kapman/themes/retro.desktop +share/apps/kapman/themes/retro.svgz +share/apps/kapman/themes/retro_preview.png +share/doc/HTML/en/kapman/common +share/doc/HTML/en/kapman/config.png +share/doc/HTML/en/kapman/index.cache.bz2 +share/doc/HTML/en/kapman/index.docbook +share/doc/HTML/en/kapman/kapman.png +share/icons/hicolor/128x128/apps/kapman.png +share/icons/hicolor/16x16/apps/kapman.png +share/icons/hicolor/22x22/apps/kapman.png +share/icons/hicolor/32x32/apps/kapman.png +share/icons/hicolor/48x48/apps/kapman.png +share/icons/hicolor/64x64/apps/kapman.png +share/icons/hicolor/scalable/apps/kapman.svgz +share/sounds/kapman/bonus.ogg +share/sounds/kapman/energizer.ogg +share/sounds/kapman/gameover.ogg +share/sounds/kapman/ghost.ogg +share/sounds/kapman/levelup.ogg +share/sounds/kapman/life.ogg +share/sounds/kapman/pill.ogg +@dirrm share/sounds/kapman +@dirrm share/doc/HTML/en/kapman +@dirrm share/apps/kapman/themes +@dirrm share/apps/kapman diff --git a/games/katomic/Makefile b/games/katomic/Makefile new file mode 100644 index 000000000000..a42cbd9786bf --- /dev/null +++ b/games/katomic/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= katomic +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/katomic/distinfo b/games/katomic/distinfo new file mode 100644 index 000000000000..971d0d5ec8e7 --- /dev/null +++ b/games/katomic/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/katomic-4.10.1.tar.xz) = a45d0addee69680bebeaa3ac4ac30e9468c17d858bef4a7f3c9f6e079d2c5e27 +SIZE (KDE/4.10.1/katomic-4.10.1.tar.xz) = 666724 diff --git a/games/katomic/pkg-descr b/games/katomic/pkg-descr new file mode 100644 index 000000000000..39049abbcb7f --- /dev/null +++ b/games/katomic/pkg-descr @@ -0,0 +1,5 @@ +KAtomic is a fun educational game built around molecular geometry. +It employs simplistic two-dimensional looks at different chemical +elements. + +WWW: http://www.kde.org/applications/games/katomic/ diff --git a/games/katomic/pkg-plist b/games/katomic/pkg-plist new file mode 100644 index 000000000000..daba0c2f7c30 --- /dev/null +++ b/games/katomic/pkg-plist @@ -0,0 +1,21 @@ +bin/katomic +share/applications/kde4/katomic.desktop +share/apps/katomic/katomicui.rc +share/apps/katomic/levels/default_levels.dat +share/apps/katomic/pics/default_theme.svgz +share/apps/kconf_update/katomic-levelset-upd.pl +share/apps/kconf_update/katomic-levelset.upd +share/config/katomic.knsrc +share/doc/HTML/en/katomic/common +share/doc/HTML/en/katomic/index.cache.bz2 +share/doc/HTML/en/katomic/index.docbook +share/icons/hicolor/128x128/apps/katomic.png +share/icons/hicolor/16x16/apps/katomic.png +share/icons/hicolor/22x22/apps/katomic.png +share/icons/hicolor/32x32/apps/katomic.png +share/icons/hicolor/48x48/apps/katomic.png +share/icons/hicolor/64x64/apps/katomic.png +@dirrm share/doc/HTML/en/katomic +@dirrm share/apps/katomic/pics +@dirrm share/apps/katomic/levels +@dirrm share/apps/katomic diff --git a/games/kblackbox/Makefile b/games/kblackbox/Makefile new file mode 100644 index 000000000000..297baf0e6406 --- /dev/null +++ b/games/kblackbox/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= kblackbox +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= corelib gui xml \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kblackbox/distinfo b/games/kblackbox/distinfo new file mode 100644 index 000000000000..5d3f47720730 --- /dev/null +++ b/games/kblackbox/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kblackbox-4.10.1.tar.xz) = e028dd6ff24020480573ab7103bcf428fd428126a30e1115a15411e79aa35af1 +SIZE (KDE/4.10.1/kblackbox-4.10.1.tar.xz) = 107684 diff --git a/games/kblackbox/pkg-descr b/games/kblackbox/pkg-descr new file mode 100644 index 000000000000..7f0758f532b6 --- /dev/null +++ b/games/kblackbox/pkg-descr @@ -0,0 +1,5 @@ +KBlackbox is a game of hide and seek played on a grid of boxes where +the computer has hidden several balls. The position of the hidden +balls can be deduced by shooting beams into the box. + +WWW: http://www.kde.org/applications/games/kblackbox diff --git a/games/kblackbox/pkg-plist b/games/kblackbox/pkg-plist new file mode 100644 index 000000000000..e6437b731058 --- /dev/null +++ b/games/kblackbox/pkg-plist @@ -0,0 +1,16 @@ +bin/kblackbox +share/applications/kde4/kblackbox.desktop +share/apps/kblackbox/kblackboxui.rc +share/apps/kblackbox/pics/kblackbox.svgz +share/doc/HTML/en/kblackbox/common +share/doc/HTML/en/kblackbox/index.cache.bz2 +share/doc/HTML/en/kblackbox/index.docbook +share/icons/hicolor/128x128/apps/kblackbox.png +share/icons/hicolor/16x16/apps/kblackbox.png +share/icons/hicolor/22x22/apps/kblackbox.png +share/icons/hicolor/32x32/apps/kblackbox.png +share/icons/hicolor/48x48/apps/kblackbox.png +share/icons/hicolor/64x64/apps/kblackbox.png +@dirrm share/doc/HTML/en/kblackbox +@dirrm share/apps/kblackbox/pics +@dirrm share/apps/kblackbox diff --git a/games/kblocks/Makefile b/games/kblocks/Makefile new file mode 100644 index 000000000000..686da6907a00 --- /dev/null +++ b/games/kblocks/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= kblocks +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= corelib gui network \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kblocks/distinfo b/games/kblocks/distinfo new file mode 100644 index 000000000000..43a36d9621e4 --- /dev/null +++ b/games/kblocks/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kblocks-4.10.1.tar.xz) = e5aeca6429279bae88ad4dae67b4b6658f28af22b070c24386ddf4f4675af426 +SIZE (KDE/4.10.1/kblocks-4.10.1.tar.xz) = 1245292 diff --git a/games/kblocks/pkg-descr b/games/kblocks/pkg-descr new file mode 100644 index 000000000000..1dbe2a9405e1 --- /dev/null +++ b/games/kblocks/pkg-descr @@ -0,0 +1,7 @@ +KBlocks is the classic falling blocks game. The idea is to stack +the falling blocks to create horizontal lines without any gaps. +When a line is completed it is removed, and more space is available +in the play area. When there is not enough space for blocks to +fall, the game is over. + +WWW: http://www.kde.org/applications/games/kblocks/ diff --git a/games/kblocks/pkg-plist b/games/kblocks/pkg-plist new file mode 100644 index 000000000000..c23d206d4fa7 --- /dev/null +++ b/games/kblocks/pkg-plist @@ -0,0 +1,25 @@ +bin/kblocks +share/applications/kde4/kblocks.desktop +share/apps/kblocks/kblocksui.rc +share/apps/kblocks/themes/default.desktop +share/apps/kblocks/themes/default_block_fall.ogg +share/apps/kblocks/themes/default_block_move.ogg +share/apps/kblocks/themes/egyptian.svg +share/apps/kblocks/themes/egyptian_preview.png +share/apps/kblocks/themes/oxygen.desktop +share/apps/kblocks/themes/oxygen.svg +share/apps/kblocks/themes/oxygen_preview.png +share/config.kcfg/kblocks.kcfg +share/config/kblocks.knsrc +share/doc/HTML/en/kblocks/common +share/doc/HTML/en/kblocks/index.cache.bz2 +share/doc/HTML/en/kblocks/index.docbook +share/icons/hicolor/128x128/apps/kblocks.png +share/icons/hicolor/16x16/apps/kblocks.png +share/icons/hicolor/22x22/apps/kblocks.png +share/icons/hicolor/32x32/apps/kblocks.png +share/icons/hicolor/48x48/apps/kblocks.png +share/icons/hicolor/64x64/apps/kblocks.png +@dirrm share/doc/HTML/en/kblocks +@dirrm share/apps/kblocks/themes +@dirrm share/apps/kblocks diff --git a/games/kbounce/Makefile b/games/kbounce/Makefile new file mode 100644 index 000000000000..bece99e167ac --- /dev/null +++ b/games/kbounce/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= kbounce +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kbounce/distinfo b/games/kbounce/distinfo new file mode 100644 index 000000000000..e4af3250bc54 --- /dev/null +++ b/games/kbounce/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kbounce-4.10.1.tar.xz) = 55aca3f904bf99ade0b74161e3ae017dc6c8934ea4c18c3ca3c65dfae9673327 +SIZE (KDE/4.10.1/kbounce-4.10.1.tar.xz) = 1593508 diff --git a/games/kbounce/pkg-descr b/games/kbounce/pkg-descr new file mode 100644 index 000000000000..95241f0ce187 --- /dev/null +++ b/games/kbounce/pkg-descr @@ -0,0 +1,6 @@ +KBounce is a single player arcade game with the elements of puzzle. +It is played on a field, surrounded by wall, with two or more balls +bouncing around within the walls. The object of the game is to +build new walls to decrease the size of the active field. + +WWW: http://www.kde.org/applications/games/kbounce/ diff --git a/games/kbounce/pkg-plist b/games/kbounce/pkg-plist new file mode 100644 index 000000000000..75b8d95104df --- /dev/null +++ b/games/kbounce/pkg-plist @@ -0,0 +1,45 @@ +bin/kbounce +share/applications/kde4/kbounce.desktop +share/apps/kbounce/kbounceui.rc +share/apps/kbounce/sounds/death.wav +share/apps/kbounce/sounds/reflect.wav +share/apps/kbounce/sounds/seconds.wav +share/apps/kbounce/sounds/timeout.wav +share/apps/kbounce/sounds/wallend.wav +share/apps/kbounce/sounds/wallstart.wav +share/apps/kbounce/themes/default.desktop +share/apps/kbounce/themes/egyptian_bounce.png +share/apps/kbounce/themes/egyptian_bounce.svgz +share/apps/kbounce/themes/geometry.desktop +share/apps/kbounce/themes/geometry.png +share/apps/kbounce/themes/kbounce.svg +share/apps/kbounce/themes/oxygen.desktop +share/apps/kbounce/themes/oxygen.png +share/apps/kbounce/themes/oxygen.svgz +share/apps/kbounce/themes/roads.desktop +share/apps/kbounce/themes/roads.svgz +share/apps/kbounce/themes/roads_preview.png +share/apps/kbounce/themes/the_beach.desktop +share/apps/kbounce/themes/the_beach.svgz +share/apps/kbounce/themes/thebeach_preview.png +share/doc/HTML/en/kbounce/button-new.png +share/doc/HTML/en/kbounce/button-pause.png +share/doc/HTML/en/kbounce/common +share/doc/HTML/en/kbounce/index.cache.bz2 +share/doc/HTML/en/kbounce/index.docbook +share/doc/HTML/en/kbounce/kbounce_corridor1.png +share/doc/HTML/en/kbounce/kbounce_corridor2.png +share/doc/HTML/en/kbounce/menu-game.png +share/doc/HTML/en/kbounce/menu-help.png +share/doc/HTML/en/kbounce/menu-settings.png +share/doc/HTML/en/kbounce/toolbar.png +share/icons/hicolor/128x128/apps/kbounce.png +share/icons/hicolor/16x16/apps/kbounce.png +share/icons/hicolor/22x22/apps/kbounce.png +share/icons/hicolor/32x32/apps/kbounce.png +share/icons/hicolor/48x48/apps/kbounce.png +share/icons/hicolor/64x64/apps/kbounce.png +@dirrm share/doc/HTML/en/kbounce +@dirrm share/apps/kbounce/themes +@dirrm share/apps/kbounce/sounds +@dirrm share/apps/kbounce diff --git a/games/kbreakout/Makefile b/games/kbreakout/Makefile new file mode 100644 index 000000000000..9ca769831b33 --- /dev/null +++ b/games/kbreakout/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= kbreakout +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= corelib gui xml \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kbreakout/distinfo b/games/kbreakout/distinfo new file mode 100644 index 000000000000..954ce2295dd4 --- /dev/null +++ b/games/kbreakout/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kbreakout-4.10.1.tar.xz) = 445552e508dcc1dcf77adac7d8502f3c2ff02bf509cc0d5d69b299b601247fad +SIZE (KDE/4.10.1/kbreakout-4.10.1.tar.xz) = 1379092 diff --git a/games/kbreakout/pkg-descr b/games/kbreakout/pkg-descr new file mode 100644 index 000000000000..4b15cf85558d --- /dev/null +++ b/games/kbreakout/pkg-descr @@ -0,0 +1,4 @@ +KBreakout is a Breakout-like game. Its object is to destroy as +many bricks as possible without losing the ball. + +WWW: http://www.kde.org/applications/games/kbreakout/ diff --git a/games/kbreakout/pkg-plist b/games/kbreakout/pkg-plist new file mode 100644 index 000000000000..977bf7cae8e4 --- /dev/null +++ b/games/kbreakout/pkg-plist @@ -0,0 +1,35 @@ +bin/kbreakout +share/applications/kde4/kbreakout.desktop +share/apps/kbreakout/kbreakoutui.rc +share/apps/kbreakout/levelsets/default.levelset +share/apps/kbreakout/themes/IceWorld.desktop +share/apps/kbreakout/themes/IceWorld.svgz +share/apps/kbreakout/themes/IceWorld_preview.png +share/apps/kbreakout/themes/alien_preview.png +share/apps/kbreakout/themes/alienbreakout.desktop +share/apps/kbreakout/themes/alienbreakout.svgz +share/apps/kbreakout/themes/crystal.desktop +share/apps/kbreakout/themes/crystal.svgz +share/apps/kbreakout/themes/crystal_preview.png +share/apps/kbreakout/themes/default.desktop +share/apps/kbreakout/themes/egyptian_breakout_preview.png +share/apps/kbreakout/themes/egyptianbreakout.svgz +share/apps/kbreakout/themes/simple.desktop +share/apps/kbreakout/themes/simple.svgz +share/apps/kbreakout/themes/simple_preview.png +share/apps/kbreakout/themes/web20.desktop +share/apps/kbreakout/themes/web20.svgz +share/apps/kbreakout/themes/web20_preview.png +share/doc/HTML/en/kbreakout/common +share/doc/HTML/en/kbreakout/index.cache.bz2 +share/doc/HTML/en/kbreakout/index.docbook +share/icons/hicolor/128x128/apps/kbreakout.png +share/icons/hicolor/16x16/apps/kbreakout.png +share/icons/hicolor/22x22/apps/kbreakout.png +share/icons/hicolor/32x32/apps/kbreakout.png +share/icons/hicolor/48x48/apps/kbreakout.png +share/icons/hicolor/64x64/apps/kbreakout.png +@dirrm share/doc/HTML/en/kbreakout +@dirrm share/apps/kbreakout/themes +@dirrm share/apps/kbreakout/levelsets +@dirrm share/apps/kbreakout diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile index 8e65c65a5356..d34d629cf01b 100644 --- a/games/kdegames4/Makefile +++ b/games/kdegames4/Makefile @@ -1,50 +1,37 @@ -# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kdegames PORTVERSION= ${KDE4_VERSION} CATEGORIES= games kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DISTFILES= # MAINTAINER= kde@FreeBSD.org -COMMENT= Games for KDE 4 - -LIB_DEPENDS= ggzcore.9:${PORTSDIR}/games/ggz-client-libs \ - qca.2:${PORTSDIR}/devel/qca \ - qhull.5:${PORTSDIR}/math/qhull5 \ - sndfile.1:${PORTSDIR}/audio/libsndfile +COMMENT= Games for KDE 4 (meta port) LATEST_LINK= ${PORTNAME}4 +USE_KDE4= kdeprefix +NO_BUILD= yes -USE_GL= glu -USE_KDE4= kdehier kdelibs kdeprefix sharedmime automoc4 -USES= cmake:outsource -USE_OPENAL= al -USE_QT4= dbus gui network opengl qt3support script svg xml \ - moc_build qmake_build rcc_build uic_build -USE_XZ= yes -CMAKE_ARGS+= -DBUILD_kajongg:BOOL=FALSE -USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes +OPTIONS_DEFINE= ${KDE4_GAMES_ALL} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} -OPTIONS_DEFINE= KAJONGG +.include <${.CURDIR}/Makefile.common> -KAJONGG_DESC= Install the classical Mah Jongg for four players +.for game in ${KDE4_GAMES_ALL} +${game}_PORT?= games/${game} +${game}_DETECT?= ${KDE4_PREFIX}/bin/${game} +${game}_DESC?= Please fix a typo in option name/desc! +.endfor .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MKAJONGG} -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kajongg:${PORTSDIR}/games/kajongg -.endif - -post-patch: - # Prevent updating MIME during build. - ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ - ${WRKSRC}/palapeli/mime/CMakeLists.txt +.for game in ${KDE4_GAMES_ALL} +. if ${PORT_OPTIONS:M${game}} +RUN_DEPENDS+= ${${game}_DETECT}:${PORTSDIR}/${${game}_PORT} +. endif +.endfor -post-install: - @-update-mime-database ${KDE4_PREFIX}/share/mime +do-install: + ${DO_NADA} .include <bsd.port.mk> diff --git a/games/kdegames4/Makefile.common b/games/kdegames4/Makefile.common new file mode 100644 index 000000000000..69501495bd6d --- /dev/null +++ b/games/kdegames4/Makefile.common @@ -0,0 +1,82 @@ +# KDE4_GAMES_ALL entry must be a portname, port directory can be overridden +# if needed. Option description is also used as port's COMMENT +# (use COMMENT= ${${PORTNAME}_DESC} for new ports) + +KDE4_GAMES_ALL= bomber \ + bovo \ + granatier \ + kajongg \ + kapman \ + katomic \ + kblackbox \ + kblocks \ + kbounce \ + kbreakout \ + kdiamond \ + kfourinline \ + kgoldrunner \ + kigo \ + killbots \ + kiriki \ + kjumpingcube \ + klines \ + kmahjongg \ + kmines \ + knavalbattle \ + knetwalk \ + kolf \ + kollision \ + konquest \ + kpat \ + kreversi \ + kshisen \ + ksirk \ + ksnakeduel \ + kspaceduel \ + ksquares \ + ksudoku \ + ktuberling \ + kubrick \ + lskat \ + palapeli + +knavalbattle_DETECT= ${KDE4_PREFIX}/bin/kbattleship +ksnakeduel_DETECT= ${KDE4_PREFIX}/bin/ktron + +bomber_DESC= Arcade Bombing game +bovo_DESC= Five-in-a-row Board game +granatier_DESC= Bomberman clone +kajongg_DESC= Ancient Chinese board game for 4 players +kapman_DESC= Pac-Man Clone +katomic_DESC= Sokoban-like Logic game +kblackbox_DESC= Blackbox Logic game +kblocks_DESC= Falling Blocks game +kbounce_DESC= Ball Bouncing game +kbreakout_DESC= Breakout-like game +kdiamond_DESC= Three-in-a-row game +kfourinline_DESC= Four-in-a-row Board game +kgoldrunner_DESC= Hunt Gold, Dodge Enemies and Solve Puzzles +kigo_DESC= Go Board game +killbots_DESC= Evade killer robots +kiriki_DESC= Yahtzee-like Dice game +kjumpingcube_DESC= Territory Capture game +klines_DESC= Tactical game +kmahjongg_DESC= Mahjongg Solitaire +kmines_DESC= Minesweeper-like game +knavalbattle_DESC= Ship Sinking game +knetwalk_DESC= Network Construction game +kolf_DESC= Miniature Golf +kollision_DESC= Simple ball dodging game +konquest_DESC= Galactic Strategy game +kpat_DESC= Patience Card game +kreversi_DESC= Reversi Board game +kshisen_DESC= Shisen-Sho Mahjongg-like Tile game +ksirk_DESC= World Domination Strategy game +ksnakeduel_DESC= Snake-like game +kspaceduel_DESC= Space Arcade game +ksquares_DESC= Connect the dots to create squares +ksudoku_DESC= Sudoku game +ktuberling_DESC= Picture game for Children +kubrick_DESC= 3-D game based on Rubik's Cube +lskat_DESC= Card game +palapeli_DESC= Jigsaw puzzle game diff --git a/games/kdegames4/distinfo b/games/kdegames4/distinfo deleted file mode 100644 index 17572e6f2587..000000000000 --- a/games/kdegames4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/kdegames-4.9.5.tar.xz) = 6ebfd51995902f6777bb62f7505fa042be4df1d3150a0e1073e73a4b6ec2ccf9 -SIZE (KDE/kdegames-4.9.5.tar.xz) = 52240420 diff --git a/games/kdegames4/pkg-descr b/games/kdegames4/pkg-descr index 1551c9fcc550..c13a0c57d224 100644 --- a/games/kdegames4/pkg-descr +++ b/games/kdegames4/pkg-descr @@ -1,2 +1,4 @@ KDE provides an integrated X11 based environment, much like CDE. This port provides a set of games for your entertainment. + +WWW: http://www.kde.org/applications/games/ diff --git a/games/kdegames4/pkg-plist b/games/kdegames4/pkg-plist deleted file mode 100644 index a6ef855ea32c..000000000000 --- a/games/kdegames4/pkg-plist +++ /dev/null @@ -1,2002 +0,0 @@ -bin/bomber -bin/bovo -bin/granatier -bin/kapman -bin/katomic -bin/kbattleship -bin/kblackbox -bin/kblocks -bin/kbounce -bin/kbreakout -bin/kdesnake -bin/kdiamond -bin/kfourinline -bin/kfourinlineproc -bin/kgoldrunner -bin/kigo -bin/killbots -bin/kiriki -bin/kjumpingcube -bin/klickety -bin/klines -bin/kmahjongg -bin/kmines -bin/knetwalk -bin/kolf -bin/kollision -bin/konquest -bin/kpat -bin/kreversi -bin/kshisen -bin/ksirk -bin/ksirkskineditor -bin/kspaceduel -bin/ksquares -bin/ksudoku -bin/ktron -bin/ktuberling -bin/kubrick -bin/lskat -bin/palapeli -include/KDE/KExtHighscore -include/KDE/KGameClock -include/KDE/KGamePopupItem -include/KDE/KGameRenderedItem -include/KDE/KGameRenderedObjectItem -include/KDE/KGameRenderer -include/KDE/KGameRendererClient -include/KDE/KHighscore -include/KDE/KScoreDialog -include/KDE/KStandardGameAction -include/KDE/KgAudioScene -include/KDE/KgDifficulty -include/KDE/KgSound -include/KDE/KgTheme -include/KDE/KgThemeProvider -include/KDE/KgThemeSelector -include/Pala/Slicer -include/Pala/SlicerJob -include/Pala/SlicerMode -include/Pala/SlicerProperty -include/Pala/SlicerPropertySet -include/highscore/kexthighscore.h -include/highscore/kexthighscore_item.h -include/highscore/khighscore.h -include/highscore/kscoredialog.h -include/kgameclock.h -include/kgamepopupitem.h -include/kgamerendereditem.h -include/kgamerenderedobjectitem.h -include/kgamerenderer.h -include/kgamerendererclient.h -include/kgaudioscene.h -include/kgdifficulty.h -include/kgsound.h -include/kgtheme.h -include/kgthemeprovider.h -include/kgthemeselector.h -include/kmahjonggbackground.h -include/kmahjonggconfigdialog.h -include/kmahjonggtileset.h -include/kstandardgameaction.h -include/libkdegames_capabilities.h -include/libkdegames_export.h -include/libkdegamesprivate/kchat.h -include/libkdegamesprivate/kchatbase.h -include/libkdegamesprivate/kchatbaseitemdelegate.h -include/libkdegamesprivate/kchatbasemodel.h -include/libkdegamesprivate/kchatdialog.h -include/libkdegamesprivate/kgame/dialogs/kgameconnectdialog.h -include/libkdegamesprivate/kgame/dialogs/kgamedebugdialog.h -include/libkdegamesprivate/kgame/dialogs/kgamedialog.h -include/libkdegamesprivate/kgame/dialogs/kgamedialogconfig.h -include/libkdegamesprivate/kgame/dialogs/kgameerrordialog.h -include/libkdegamesprivate/kgame/kgame.h -include/libkdegamesprivate/kgame/kgamechat.h -include/libkdegamesprivate/kgame/kgameerror.h -include/libkdegamesprivate/kgame/kgameio.h -include/libkdegamesprivate/kgame/kgamemessage.h -include/libkdegamesprivate/kgame/kgamenetwork.h -include/libkdegamesprivate/kgame/kgameprocess.h -include/libkdegamesprivate/kgame/kgameproperty.h -include/libkdegamesprivate/kgame/kgamepropertyarray.h -include/libkdegamesprivate/kgame/kgamepropertyhandler.h -include/libkdegamesprivate/kgame/kgamesequence.h -include/libkdegamesprivate/kgame/kgameversion.h -include/libkdegamesprivate/kgame/kmessageclient.h -include/libkdegamesprivate/kgame/kmessageio.h -include/libkdegamesprivate/kgame/kmessageserver.h -include/libkdegamesprivate/kgame/kplayer.h -include/libkdegamesprivate/kgamecanvas.h -include/libkdegamesprivate/kgamedifficulty.h -include/libkdegamesprivate/kgamesvgdocument.h -include/libkdegamesprivate/kgametheme.h -include/libkdegamesprivate/kgamethemeselector.h -include/libkdegamesprivate/libkdegamesprivate_export.h -include/libkmahjongg_export.h -include/libpala/libpalamacros.h -include/libpala/slicer.h -include/libpala/slicerjob.h -include/libpala/slicermode.h -include/libpala/slicerproperty.h -include/libpala/slicerpropertyset.h -lib/cmake/KDEGames/KDEGamesConfig.cmake -lib/cmake/KDEGames/KDEGamesConfigVersion.cmake -lib/cmake/KDEGames/KDEGamesLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/KDEGames/KDEGamesLibraryDepends.cmake -lib/kde4/palapeli_goldbergslicer.so -lib/kde4/palapeli_jigsawslicer.so -lib/kde4/palapeli_rectslicer.so -lib/kde4/palathumbcreator.so -lib/libiris_ksirk.so -lib/libiris_ksirk.so.2 -lib/libiris_ksirk.so.2.0.0 -lib/libkcardgame.so -lib/libkdegames.so -lib/libkdegames.so.6 -lib/libkdegames.so.6.0.0 -lib/libkdegamesprivate.so -lib/libkdegamesprivate.so.1 -lib/libkdegamesprivate.so.1.0.0 -lib/libkmahjongglib.so -lib/libkmahjongglib.so.5 -lib/libkmahjongglib.so.5.0.1 -lib/libkolfprivate.so -lib/libkolfprivate.so.5 -lib/libkolfprivate.so.5.0.1 -lib/libpala.so -lib/libpala.so.0 -lib/libpala.so.0.2.0 -lib/libpala/libpala-config.cmake -lib/libpala/pala-targets-%%CMAKE_BUILD_TYPE%%.cmake -lib/libpala/pala-targets.cmake -share/applications/kde4/KGoldrunner.desktop -share/applications/kde4/bomber.desktop -share/applications/kde4/bovo.desktop -share/applications/kde4/granatier.desktop -share/applications/kde4/kapman.desktop -share/applications/kde4/katomic.desktop -share/applications/kde4/kbattleship.desktop -share/applications/kde4/kblackbox.desktop -share/applications/kde4/kblocks.desktop -share/applications/kde4/kbounce.desktop -share/applications/kde4/kbreakout.desktop -share/applications/kde4/kdesnake.desktop -share/applications/kde4/kdiamond.desktop -share/applications/kde4/kfourinline.desktop -share/applications/kde4/kigo.desktop -share/applications/kde4/killbots.desktop -share/applications/kde4/kiriki.desktop -share/applications/kde4/kjumpingcube.desktop -share/applications/kde4/klickety.desktop -share/applications/kde4/klines.desktop -share/applications/kde4/kmahjongg.desktop -share/applications/kde4/kmines.desktop -share/applications/kde4/knetwalk.desktop -share/applications/kde4/kolf.desktop -share/applications/kde4/kollision.desktop -share/applications/kde4/konquest.desktop -share/applications/kde4/kpat.desktop -share/applications/kde4/kreversi.desktop -share/applications/kde4/ksame.desktop -share/applications/kde4/kshisen.desktop -share/applications/kde4/ksirk.desktop -share/applications/kde4/ksirkskineditor.desktop -share/applications/kde4/kspaceduel.desktop -share/applications/kde4/ksquares.desktop -share/applications/kde4/ksudoku.desktop -share/applications/kde4/ktron.desktop -share/applications/kde4/ktuberling.desktop -share/applications/kde4/kubrick.desktop -share/applications/kde4/lskat.desktop -share/applications/kde4/palapeli.desktop -share/apps/bomber/bomberui.rc -share/apps/bomber/themes/Lava-Island.desktop -share/apps/bomber/themes/Lava-Island.svgz -share/apps/bomber/themes/kbomber.desktop -share/apps/bomber/themes/kbomber.png -share/apps/bomber/themes/kbomber.svgz -share/apps/bomber/themes/lava-Island.png -share/apps/bovo/bovoui.rc -share/apps/bovo/themes/gomoku/theme.svg -share/apps/bovo/themes/gomoku/themerc -share/apps/bovo/themes/highcontrast/theme.svg -share/apps/bovo/themes/highcontrast/themerc -share/apps/bovo/themes/scribble/theme.svg -share/apps/bovo/themes/scribble/themerc -share/apps/bovo/themes/spacy/theme.svg -share/apps/bovo/themes/spacy/themerc -share/apps/carddecks/svg-ancient-egyptians/11.png -share/apps/carddecks/svg-ancient-egyptians/Ancient_Egyptians.svgz -share/apps/carddecks/svg-ancient-egyptians/index.desktop -share/apps/carddecks/svg-dondorf/11.png -share/apps/carddecks/svg-dondorf/dondorf.svgz -share/apps/carddecks/svg-dondorf/index.desktop -share/apps/carddecks/svg-future/11.png -share/apps/carddecks/svg-future/future.svgz -share/apps/carddecks/svg-future/index.desktop -share/apps/carddecks/svg-gm-paris/11.png -share/apps/carddecks/svg-gm-paris/index.desktop -share/apps/carddecks/svg-gm-paris/paris.svgz -share/apps/carddecks/svg-jolly-royal/11.png -share/apps/carddecks/svg-jolly-royal/index.desktop -share/apps/carddecks/svg-jolly-royal/jolly-royal.svgz -share/apps/carddecks/svg-konqi-modern/11.png -share/apps/carddecks/svg-konqi-modern/index.desktop -share/apps/carddecks/svg-konqi-modern/konqi.svgz -share/apps/carddecks/svg-nicu-ornamental/11.png -share/apps/carddecks/svg-nicu-ornamental/AUTHORS -share/apps/carddecks/svg-nicu-ornamental/COPYING -share/apps/carddecks/svg-nicu-ornamental/index.desktop -share/apps/carddecks/svg-nicu-ornamental/ornamental.svgz -share/apps/carddecks/svg-nicu-white/11.png -share/apps/carddecks/svg-nicu-white/AUTHORS -share/apps/carddecks/svg-nicu-white/COPYING -share/apps/carddecks/svg-nicu-white/index.desktop -share/apps/carddecks/svg-nicu-white/white.svgz -share/apps/carddecks/svg-oxygen-air/11.png -share/apps/carddecks/svg-oxygen-air/index.desktop -share/apps/carddecks/svg-oxygen-air/oxygen-air.svgz -share/apps/carddecks/svg-oxygen-white/11.png -share/apps/carddecks/svg-oxygen-white/index.desktop -share/apps/carddecks/svg-oxygen-white/oxygen-white.svgz -share/apps/carddecks/svg-oxygen/11.png -share/apps/carddecks/svg-oxygen/index.desktop -share/apps/carddecks/svg-oxygen/oxygen.svgz -share/apps/carddecks/svg-penguins/11.png -share/apps/carddecks/svg-penguins/COPYRIGHT -share/apps/carddecks/svg-penguins/index.desktop -share/apps/carddecks/svg-penguins/penguins.svgz -share/apps/carddecks/svg-standard/11.png -share/apps/carddecks/svg-standard/index.desktop -share/apps/carddecks/svg-standard/standard.svgz -share/apps/carddecks/svg-tigullio-international/index.desktop -share/apps/carddecks/svg-tigullio-international/queen-of-hearts.png -share/apps/carddecks/svg-tigullio-international/tigullio-international.svgz -share/apps/carddecks/svg-xskat-french/11.png -share/apps/carddecks/svg-xskat-french/COPYRIGHT -share/apps/carddecks/svg-xskat-french/french.svgz -share/apps/carddecks/svg-xskat-french/index.desktop -share/apps/carddecks/svg-xskat-german/11.png -share/apps/carddecks/svg-xskat-german/COPYRIGHT -share/apps/carddecks/svg-xskat-german/german.svgz -share/apps/carddecks/svg-xskat-german/index.desktop -share/apps/granatier/arenas/clanbomber_Arena.desktop -share/apps/granatier/arenas/clanbomber_Arena.xml -share/apps/granatier/arenas/clanbomber_Big_Block.desktop -share/apps/granatier/arenas/clanbomber_Big_Block.xml -share/apps/granatier/arenas/clanbomber_Big_Standard.desktop -share/apps/granatier/arenas/clanbomber_Big_Standard.xml -share/apps/granatier/arenas/clanbomber_Blast_Matrix.desktop -share/apps/granatier/arenas/clanbomber_Blast_Matrix.xml -share/apps/granatier/arenas/clanbomber_Bloody_Ring.desktop -share/apps/granatier/arenas/clanbomber_Bloody_Ring.xml -share/apps/granatier/arenas/clanbomber_Boiling_Egg.desktop -share/apps/granatier/arenas/clanbomber_Boiling_Egg.xml -share/apps/granatier/arenas/clanbomber_Bomb_Attack.desktop -share/apps/granatier/arenas/clanbomber_Bomb_Attack.xml -share/apps/granatier/arenas/clanbomber_Broken_Heart.desktop -share/apps/granatier/arenas/clanbomber_Broken_Heart.xml -share/apps/granatier/arenas/clanbomber_Crammed.desktop -share/apps/granatier/arenas/clanbomber_Crammed.xml -share/apps/granatier/arenas/clanbomber_Death_Corridor.desktop -share/apps/granatier/arenas/clanbomber_Death_Corridor.xml -share/apps/granatier/arenas/clanbomber_Dilemma.desktop -share/apps/granatier/arenas/clanbomber_Dilemma.xml -share/apps/granatier/arenas/clanbomber_FearCircle.desktop -share/apps/granatier/arenas/clanbomber_FearCircle.xml -share/apps/granatier/arenas/clanbomber_FearCircle_Remix.desktop -share/apps/granatier/arenas/clanbomber_FearCircle_Remix.xml -share/apps/granatier/arenas/clanbomber_FireWheels.desktop -share/apps/granatier/arenas/clanbomber_FireWheels.xml -share/apps/granatier/arenas/clanbomber_Football.desktop -share/apps/granatier/arenas/clanbomber_Football.xml -share/apps/granatier/arenas/clanbomber_Four_Instance.desktop -share/apps/granatier/arenas/clanbomber_Four_Instance.xml -share/apps/granatier/arenas/clanbomber_Ghostbear.desktop -share/apps/granatier/arenas/clanbomber_Ghostbear.xml -share/apps/granatier/arenas/clanbomber_Hard_Work.desktop -share/apps/granatier/arenas/clanbomber_Hard_Work.xml -share/apps/granatier/arenas/clanbomber_Hole_Run.desktop -share/apps/granatier/arenas/clanbomber_Hole_Run.xml -share/apps/granatier/arenas/clanbomber_Huge_Standard.desktop -share/apps/granatier/arenas/clanbomber_Huge_Standard.xml -share/apps/granatier/arenas/clanbomber_Juicy_Lucy.desktop -share/apps/granatier/arenas/clanbomber_Juicy_Lucy.xml -share/apps/granatier/arenas/clanbomber_Kitchen.desktop -share/apps/granatier/arenas/clanbomber_Kitchen.xml -share/apps/granatier/arenas/clanbomber_Meeting.desktop -share/apps/granatier/arenas/clanbomber_Meeting.xml -share/apps/granatier/arenas/clanbomber_MungoBane.desktop -share/apps/granatier/arenas/clanbomber_MungoBane.xml -share/apps/granatier/arenas/clanbomber_Obstacle_Race.desktop -share/apps/granatier/arenas/clanbomber_Obstacle_Race.xml -share/apps/granatier/arenas/clanbomber_Overkill.desktop -share/apps/granatier/arenas/clanbomber_Overkill.xml -share/apps/granatier/arenas/clanbomber_Prison_Cells.desktop -share/apps/granatier/arenas/clanbomber_Prison_Cells.xml -share/apps/granatier/arenas/clanbomber_Redirection.desktop -share/apps/granatier/arenas/clanbomber_Redirection.xml -share/apps/granatier/arenas/clanbomber_Sixty_Nine.desktop -share/apps/granatier/arenas/clanbomber_Sixty_Nine.xml -share/apps/granatier/arenas/clanbomber_Small_Standard.desktop -share/apps/granatier/arenas/clanbomber_Small_Standard.xml -share/apps/granatier/arenas/clanbomber_Snake_Race.desktop -share/apps/granatier/arenas/clanbomber_Snake_Race.xml -share/apps/granatier/arenas/clanbomber_Tiny_Standard.desktop -share/apps/granatier/arenas/clanbomber_Tiny_Standard.xml -share/apps/granatier/arenas/clanbomber_Whole_Mess.desktop -share/apps/granatier/arenas/clanbomber_Whole_Mess.xml -share/apps/granatier/arenas/clover.desktop -share/apps/granatier/arenas/clover.xml -share/apps/granatier/arenas/crazy.desktop -share/apps/granatier/arenas/crazy.xml -share/apps/granatier/arenas/granatier.desktop -share/apps/granatier/arenas/granatier.xml -share/apps/granatier/arenas/labyrinth.desktop -share/apps/granatier/arenas/labyrinth.xml -share/apps/granatier/arenas/threeofthree.desktop -share/apps/granatier/arenas/threeofthree.xml -share/apps/granatier/granatierui.rc -share/apps/granatier/players/player1.desktop -share/apps/granatier/players/player1.svgz -share/apps/granatier/players/player2.desktop -share/apps/granatier/players/player2.svgz -share/apps/granatier/players/player3.desktop -share/apps/granatier/players/player3.svgz -share/apps/granatier/players/player4.desktop -share/apps/granatier/players/player4.svgz -share/apps/granatier/players/player5.desktop -share/apps/granatier/players/player5.svgz -share/apps/granatier/sounds/break.wav -share/apps/granatier/sounds/clear.wav -share/apps/granatier/sounds/corpse_explode.wav -share/apps/granatier/sounds/crunch.wav -share/apps/granatier/sounds/deepfall.wav -share/apps/granatier/sounds/die.wav -share/apps/granatier/sounds/explode.wav -share/apps/granatier/sounds/joint.wav -share/apps/granatier/sounds/putbomb.wav -share/apps/granatier/sounds/winlevel.wav -share/apps/granatier/sounds/wow.wav -share/apps/granatier/themes/clanbomber.desktop -share/apps/granatier/themes/clanbomber.svgz -share/apps/granatier/themes/clanbomber_preview.png -share/apps/granatier/themes/granatier.desktop -share/apps/granatier/themes/granatier.svgz -share/apps/granatier/themes/granatier_preview.png -share/apps/granatier/themes/waterbomb.desktop -share/apps/granatier/themes/waterbomb.svgz -share/apps/granatier/themes/waterbomb_preview.png -share/apps/kapman/defaultmaze.xml -share/apps/kapman/kapmanui.rc -share/apps/kapman/themes/invisible.desktop -share/apps/kapman/themes/invisible.svgz -share/apps/kapman/themes/invisible_preview.png -share/apps/kapman/themes/matches.desktop -share/apps/kapman/themes/matches.svgz -share/apps/kapman/themes/matches_preview.png -share/apps/kapman/themes/mountain.copyright -share/apps/kapman/themes/mountain.desktop -share/apps/kapman/themes/mountain.svgz -share/apps/kapman/themes/mountain_preview.png -share/apps/kapman/themes/mummies_crypt.desktop -share/apps/kapman/themes/mummies_crypt.svgz -share/apps/kapman/themes/mummy_preview.png -share/apps/kapman/themes/retro.desktop -share/apps/kapman/themes/retro.svgz -share/apps/kapman/themes/retro_preview.png -share/apps/katomic/katomicui.rc -share/apps/katomic/levels/default_levels.dat -share/apps/katomic/pics/default_theme.svgz -share/apps/kbattleship/kbattleshipui.rc -share/apps/kbattleship/pictures/default_theme.svgz -share/apps/kbattleship/sounds/ship-player-shoot-water.ogg -share/apps/kbattleship/sounds/ship-player1-shoot.ogg -share/apps/kbattleship/sounds/ship-player2-shoot.ogg -share/apps/kbattleship/sounds/ship-sink.ogg -share/apps/kblackbox/kblackboxui.rc -share/apps/kblackbox/pics/kblackbox.svgz -share/apps/kblocks/kblocksui.rc -share/apps/kblocks/themes/default.desktop -share/apps/kblocks/themes/default_block_fall.ogg -share/apps/kblocks/themes/default_block_move.ogg -share/apps/kblocks/themes/egyptian.svg -share/apps/kblocks/themes/egyptian_preview.png -share/apps/kblocks/themes/oxygen.desktop -share/apps/kblocks/themes/oxygen.svg -share/apps/kblocks/themes/oxygen_preview.png -share/apps/kbounce/kbounceui.rc -share/apps/kbounce/sounds/death.wav -share/apps/kbounce/sounds/reflect.wav -share/apps/kbounce/sounds/seconds.wav -share/apps/kbounce/sounds/timeout.wav -share/apps/kbounce/sounds/wallend.wav -share/apps/kbounce/sounds/wallstart.wav -share/apps/kbounce/themes/default.desktop -share/apps/kbounce/themes/egyptian_bounce.png -share/apps/kbounce/themes/egyptian_bounce.svgz -share/apps/kbounce/themes/geometry.desktop -share/apps/kbounce/themes/geometry.png -share/apps/kbounce/themes/kbounce.svg -share/apps/kbounce/themes/oxygen.desktop -share/apps/kbounce/themes/oxygen.png -share/apps/kbounce/themes/oxygen.svgz -share/apps/kbounce/themes/roads.desktop -share/apps/kbounce/themes/roads.svgz -share/apps/kbounce/themes/roads_preview.png -share/apps/kbounce/themes/the_beach.desktop -share/apps/kbounce/themes/the_beach.svgz -share/apps/kbounce/themes/thebeach_preview.png -share/apps/kbreakout/kbreakoutui.rc -share/apps/kbreakout/levelsets/default.levelset -share/apps/kbreakout/themes/IceWorld.desktop -share/apps/kbreakout/themes/IceWorld.svgz -share/apps/kbreakout/themes/IceWorld_preview.png -share/apps/kbreakout/themes/alien_preview.png -share/apps/kbreakout/themes/alienbreakout.desktop -share/apps/kbreakout/themes/alienbreakout.svgz -share/apps/kbreakout/themes/crystal.desktop -share/apps/kbreakout/themes/crystal.svgz -share/apps/kbreakout/themes/crystal_preview.png -share/apps/kbreakout/themes/default.desktop -share/apps/kbreakout/themes/egyptian_breakout_preview.png -share/apps/kbreakout/themes/egyptianbreakout.svgz -share/apps/kbreakout/themes/simple.desktop -share/apps/kbreakout/themes/simple.svgz -share/apps/kbreakout/themes/simple_preview.png -share/apps/kbreakout/themes/web20.desktop -share/apps/kbreakout/themes/web20.svgz -share/apps/kbreakout/themes/web20_preview.png -share/apps/kconf_update/katomic-levelset-upd.pl -share/apps/kconf_update/katomic-levelset.upd -share/apps/kconf_update/kgthemeprovider-migration.upd -share/apps/kconf_update/klickety-2.0-inherit-ksame-highscore.pl -share/apps/kconf_update/klickety.upd -share/apps/kdiamond/kdiamond.kcfg -share/apps/kdiamond/kdiamond.notifyrc -share/apps/kdiamond/kdiamondui.rc -share/apps/kdiamond/themes/default.desktop -share/apps/kdiamond/themes/diamonds.desktop -share/apps/kdiamond/themes/diamonds.png -share/apps/kdiamond/themes/diamonds.svgz -share/apps/kdiamond/themes/egyptian.svgz -share/apps/kdiamond/themes/egyptian_preview.png -share/apps/kdiamond/themes/funny_zoo.desktop -share/apps/kdiamond/themes/funny_zoo.png -share/apps/kdiamond/themes/funny_zoo.svgz -share/apps/kfourinline/grafix/default.desktop -share/apps/kfourinline/grafix/default.rc -share/apps/kfourinline/grafix/default.svg -share/apps/kfourinline/grafix/gray_reflection.desktop -share/apps/kfourinline/grafix/gray_reflection.rc -share/apps/kfourinline/grafix/gray_reflection.svg -share/apps/kfourinline/grafix/yellow.desktop -share/apps/kfourinline/grafix/yellow.rc -share/apps/kfourinline/grafix/yellow.svg -share/apps/kfourinline/grafix/yellow_reflection.desktop -share/apps/kfourinline/grafix/yellow_reflection.rc -share/apps/kfourinline/kfourinlineui.rc -share/apps/kgoldrunner/kgoldrunnerui.rc -share/apps/kgoldrunner/system/game_CM.txt -share/apps/kgoldrunner/system/game_GMEP.txt -share/apps/kgoldrunner/system/game_GMGR.txt -share/apps/kgoldrunner/system/game_GRII.txt -share/apps/kgoldrunner/system/game_MAZ.txt -share/apps/kgoldrunner/system/game_cnt.txt -share/apps/kgoldrunner/system/game_ende.txt -share/apps/kgoldrunner/system/game_kgr.txt -share/apps/kgoldrunner/system/game_lars.txt -share/apps/kgoldrunner/system/game_plws.txt -share/apps/kgoldrunner/system/game_plwv.txt -share/apps/kgoldrunner/system/game_sot.txt -share/apps/kgoldrunner/system/game_tute.txt -share/apps/kgoldrunner/system/game_tutea.txt -share/apps/kgoldrunner/system/game_wad.txt -share/apps/kgoldrunner/system/hi_kgr.dat -share/apps/kgoldrunner/system/hi_plws.dat -share/apps/kgoldrunner/system/hi_plwv.dat -share/apps/kgoldrunner/system/hi_wad.dat -share/apps/kgoldrunner/system/rec_GMGR.txt -share/apps/kgoldrunner/system/rec_GRII.txt -share/apps/kgoldrunner/system/rec_demo.txt -share/apps/kgoldrunner/themes/README -share/apps/kgoldrunner/themes/accessible/black-on-white-actors.svg -share/apps/kgoldrunner/themes/accessible/black-on-white-set.svg -share/apps/kgoldrunner/themes/black-on-white.desktop -share/apps/kgoldrunner/themes/default.desktop -share/apps/kgoldrunner/themes/default/actors.svg -share/apps/kgoldrunner/themes/default/climb.wav -share/apps/kgoldrunner/themes/default/completed.ogg -share/apps/kgoldrunner/themes/default/death.ogg -share/apps/kgoldrunner/themes/default/dig.ogg -share/apps/kgoldrunner/themes/default/falling.ogg -share/apps/kgoldrunner/themes/default/gameover.ogg -share/apps/kgoldrunner/themes/default/gold.ogg -share/apps/kgoldrunner/themes/default/ladder.ogg -share/apps/kgoldrunner/themes/default/set.svg -share/apps/kgoldrunner/themes/default/step.wav -share/apps/kgoldrunner/themes/default/victory.ogg -share/apps/kgoldrunner/themes/egypt.desktop -share/apps/kgoldrunner/themes/egypt/actors.svgz -share/apps/kgoldrunner/themes/egypt/egypt_kgr.svgz -share/apps/kgoldrunner/themes/kgr_geek.desktop -share/apps/kgoldrunner/themes/kgr_geek/actors.svgz -share/apps/kgoldrunner/themes/kgr_geek/set.svgz -share/apps/kgoldrunner/themes/nostalgia-blues.desktop -share/apps/kgoldrunner/themes/nostalgia.desktop -share/apps/kgoldrunner/themes/nostalgia/actors.svg -share/apps/kgoldrunner/themes/nostalgia/blue-actors.svg -share/apps/kgoldrunner/themes/nostalgia/blue-set.svg -share/apps/kgoldrunner/themes/nostalgia/set.svg -share/apps/kigo/games/Honinbo-51-5.sgf -share/apps/kigo/games/Mehin-21-2.sgf -share/apps/kigo/kigo.notifyrc -share/apps/kigo/kigoui.rc -share/apps/kigo/themes/default.desktop -share/apps/kigo/themes/kigo_default.png -share/apps/kigo/themes/kigo_default.svgz -share/apps/kigo/themes/kigo_plain.png -share/apps/kigo/themes/kigo_plain.svgz -share/apps/kigo/themes/plain.desktop -share/apps/killbots/killbotsui.rc -share/apps/killbots/rulesets/classic.desktop -share/apps/killbots/rulesets/daleks.desktop -share/apps/killbots/rulesets/default.desktop -share/apps/killbots/rulesets/easy.desktop -share/apps/killbots/rulesets/energycrisis.desktop -share/apps/killbots/themes/classic.desktop -share/apps/killbots/themes/classic.png -share/apps/killbots/themes/classic.svgz -share/apps/killbots/themes/mountainadventure.desktop -share/apps/killbots/themes/mountainadventure.png -share/apps/killbots/themes/mountainadventure.svgz -share/apps/killbots/themes/mummymadness.desktop -share/apps/killbots/themes/mummymadness.png -share/apps/killbots/themes/mummymadness.svgz -share/apps/killbots/themes/robotkill.desktop -share/apps/killbots/themes/robotkill.png -share/apps/killbots/themes/robotkill.svgz -share/apps/kiriki/images/dice-1.png -share/apps/kiriki/images/dice-2.png -share/apps/kiriki/images/dice-3.png -share/apps/kiriki/images/dice-4.png -share/apps/kiriki/images/dice-5.png -share/apps/kiriki/images/dice-6.png -share/apps/kiriki/images/dice-none.png -share/apps/kiriki/kirikiui.rc -share/apps/kjumpingcube/kjumpingcubeui.rc -share/apps/kjumpingcube/pics/default.desktop -share/apps/kjumpingcube/pics/default.svg -share/apps/klickety/klickety.kcfg -share/apps/klickety/klickety.notifyrc -share/apps/klickety/klicketyui.rc -share/apps/klickety/themes/classic.svg -share/apps/klickety/themes/classic_preview.png -share/apps/klickety/themes/default.desktop -share/apps/klickety/themes/ksame.desktop -share/apps/klickety/themes/ksame.svg -share/apps/klickety/themes/ksame_old.desktop -share/apps/klickety/themes/ksame_old.svg -share/apps/klickety/themes/ksame_old_preview.png -share/apps/klickety/themes/ksame_preview.png -share/apps/klines/klinesui.rc -share/apps/klines/themes/crystal.desktop -share/apps/klines/themes/crystal.png -share/apps/klines/themes/egyptian.desktop -share/apps/klines/themes/egyptian.png -share/apps/klines/themes/egyptian.svgz -share/apps/klines/themes/klines-gems.desktop -share/apps/klines/themes/klines-gems.png -share/apps/klines/themes/klines-gems.svgz -share/apps/klines/themes/klines_crystal.svgz -share/apps/klines/themes/metal.desktop -share/apps/klines/themes/metal.png -share/apps/klines/themes/metal.svgz -share/apps/kmahjongg/kmahjonggui.rc -share/apps/kmahjongg/layouts/4_winds.desktop -share/apps/kmahjongg/layouts/4_winds.layout -share/apps/kmahjongg/layouts/Vi.desktop -share/apps/kmahjongg/layouts/Vi.layout -share/apps/kmahjongg/layouts/X_shaped.desktop -share/apps/kmahjongg/layouts/X_shaped.layout -share/apps/kmahjongg/layouts/alien.desktop -share/apps/kmahjongg/layouts/alien.layout -share/apps/kmahjongg/layouts/altar.desktop -share/apps/kmahjongg/layouts/altar.layout -share/apps/kmahjongg/layouts/arena.desktop -share/apps/kmahjongg/layouts/arena.layout -share/apps/kmahjongg/layouts/arrow.desktop -share/apps/kmahjongg/layouts/arrow.layout -share/apps/kmahjongg/layouts/atlantis.desktop -share/apps/kmahjongg/layouts/atlantis.layout -share/apps/kmahjongg/layouts/aztec.desktop -share/apps/kmahjongg/layouts/aztec.layout -share/apps/kmahjongg/layouts/balance.desktop -share/apps/kmahjongg/layouts/balance.layout -share/apps/kmahjongg/layouts/bat.desktop -share/apps/kmahjongg/layouts/bat.layout -share/apps/kmahjongg/layouts/bug.desktop -share/apps/kmahjongg/layouts/bug.layout -share/apps/kmahjongg/layouts/castle.desktop -share/apps/kmahjongg/layouts/castle.layout -share/apps/kmahjongg/layouts/castle2.desktop -share/apps/kmahjongg/layouts/castle2.layout -share/apps/kmahjongg/layouts/cat.desktop -share/apps/kmahjongg/layouts/cat.layout -share/apps/kmahjongg/layouts/chains.desktop -share/apps/kmahjongg/layouts/chains.layout -share/apps/kmahjongg/layouts/checkered.desktop -share/apps/kmahjongg/layouts/checkered.layout -share/apps/kmahjongg/layouts/chip.desktop -share/apps/kmahjongg/layouts/chip.layout -share/apps/kmahjongg/layouts/clubs.desktop -share/apps/kmahjongg/layouts/clubs.layout -share/apps/kmahjongg/layouts/columns.desktop -share/apps/kmahjongg/layouts/columns.layout -share/apps/kmahjongg/layouts/crab.desktop -share/apps/kmahjongg/layouts/crab.layout -share/apps/kmahjongg/layouts/cross.desktop -share/apps/kmahjongg/layouts/cross.layout -share/apps/kmahjongg/layouts/default.desktop -share/apps/kmahjongg/layouts/default.layout -share/apps/kmahjongg/layouts/dragon.desktop -share/apps/kmahjongg/layouts/dragon.layout -share/apps/kmahjongg/layouts/eagle.desktop -share/apps/kmahjongg/layouts/eagle.layout -share/apps/kmahjongg/layouts/enterprise.desktop -share/apps/kmahjongg/layouts/enterprise.layout -share/apps/kmahjongg/layouts/explosion.desktop -share/apps/kmahjongg/layouts/explosion.layout -share/apps/kmahjongg/layouts/flowers.desktop -share/apps/kmahjongg/layouts/flowers.layout -share/apps/kmahjongg/layouts/future.desktop -share/apps/kmahjongg/layouts/future.layout -share/apps/kmahjongg/layouts/galaxy.desktop -share/apps/kmahjongg/layouts/galaxy.layout -share/apps/kmahjongg/layouts/garden.desktop -share/apps/kmahjongg/layouts/garden.layout -share/apps/kmahjongg/layouts/girl.desktop -share/apps/kmahjongg/layouts/girl.layout -share/apps/kmahjongg/layouts/glade.desktop -share/apps/kmahjongg/layouts/glade.layout -share/apps/kmahjongg/layouts/grid.desktop -share/apps/kmahjongg/layouts/grid.layout -share/apps/kmahjongg/layouts/helios.desktop -share/apps/kmahjongg/layouts/helios.layout -share/apps/kmahjongg/layouts/hole.desktop -share/apps/kmahjongg/layouts/hole.layout -share/apps/kmahjongg/layouts/inner_circle.desktop -share/apps/kmahjongg/layouts/inner_circle.layout -share/apps/kmahjongg/layouts/key.desktop -share/apps/kmahjongg/layouts/key.layout -share/apps/kmahjongg/layouts/km.desktop -share/apps/kmahjongg/layouts/km.layout -share/apps/kmahjongg/layouts/labyrinth.desktop -share/apps/kmahjongg/layouts/labyrinth.layout -share/apps/kmahjongg/layouts/mask.desktop -share/apps/kmahjongg/layouts/mask.layout -share/apps/kmahjongg/layouts/maya.desktop -share/apps/kmahjongg/layouts/maya.layout -share/apps/kmahjongg/layouts/maze.desktop -share/apps/kmahjongg/layouts/maze.layout -share/apps/kmahjongg/layouts/mesh.desktop -share/apps/kmahjongg/layouts/mesh.layout -share/apps/kmahjongg/layouts/moth.desktop -share/apps/kmahjongg/layouts/moth.layout -share/apps/kmahjongg/layouts/order.desktop -share/apps/kmahjongg/layouts/order.layout -share/apps/kmahjongg/layouts/pattern.desktop -share/apps/kmahjongg/layouts/pattern.layout -share/apps/kmahjongg/layouts/penta.desktop -share/apps/kmahjongg/layouts/penta.layout -share/apps/kmahjongg/layouts/pillars.desktop -share/apps/kmahjongg/layouts/pillars.layout -share/apps/kmahjongg/layouts/pirates.desktop -share/apps/kmahjongg/layouts/pirates.layout -share/apps/kmahjongg/layouts/pyramid.desktop -share/apps/kmahjongg/layouts/pyramid.layout -share/apps/kmahjongg/layouts/rocket.desktop -share/apps/kmahjongg/layouts/rocket.layout -share/apps/kmahjongg/layouts/shield.desktop -share/apps/kmahjongg/layouts/shield.layout -share/apps/kmahjongg/layouts/spider.desktop -share/apps/kmahjongg/layouts/spider.layout -share/apps/kmahjongg/layouts/squares.desktop -share/apps/kmahjongg/layouts/squares.layout -share/apps/kmahjongg/layouts/squaring.desktop -share/apps/kmahjongg/layouts/squaring.layout -share/apps/kmahjongg/layouts/stadion.desktop -share/apps/kmahjongg/layouts/stadion.layout -share/apps/kmahjongg/layouts/stairs.desktop -share/apps/kmahjongg/layouts/stairs.layout -share/apps/kmahjongg/layouts/star.desktop -share/apps/kmahjongg/layouts/star.layout -share/apps/kmahjongg/layouts/star_ship.desktop -share/apps/kmahjongg/layouts/star_ship.layout -share/apps/kmahjongg/layouts/stax.desktop -share/apps/kmahjongg/layouts/stax.layout -share/apps/kmahjongg/layouts/swirl.desktop -share/apps/kmahjongg/layouts/swirl.layout -share/apps/kmahjongg/layouts/temple.desktop -share/apps/kmahjongg/layouts/temple.layout -share/apps/kmahjongg/layouts/the_door.desktop -share/apps/kmahjongg/layouts/the_door.layout -share/apps/kmahjongg/layouts/theatre.desktop -share/apps/kmahjongg/layouts/theatre.layout -share/apps/kmahjongg/layouts/time_tunnel.desktop -share/apps/kmahjongg/layouts/time_tunnel.layout -share/apps/kmahjongg/layouts/tomb.desktop -share/apps/kmahjongg/layouts/tomb.layout -share/apps/kmahjongg/layouts/totem.desktop -share/apps/kmahjongg/layouts/totem.layout -share/apps/kmahjongg/layouts/tower.desktop -share/apps/kmahjongg/layouts/tower.layout -share/apps/kmahjongg/layouts/triangle.desktop -share/apps/kmahjongg/layouts/triangle.layout -share/apps/kmahjongg/layouts/up&down.desktop -share/apps/kmahjongg/layouts/up&down.layout -share/apps/kmahjongg/layouts/well.desktop -share/apps/kmahjongg/layouts/well.layout -share/apps/kmahjongglib/backgrounds/chinese_landscape.copyright -share/apps/kmahjongglib/backgrounds/chinese_landscape.desktop -share/apps/kmahjongglib/backgrounds/chinese_landscape.svgz -share/apps/kmahjongglib/backgrounds/color_plain.desktop -share/apps/kmahjongglib/backgrounds/default.desktop -share/apps/kmahjongglib/backgrounds/default.svg -share/apps/kmahjongglib/backgrounds/default_old.copyright -share/apps/kmahjongglib/backgrounds/default_old.desktop -share/apps/kmahjongglib/backgrounds/egyptian.svgz -share/apps/kmahjongglib/backgrounds/summerfield.copyright -share/apps/kmahjongglib/backgrounds/summerfield.desktop -share/apps/kmahjongglib/backgrounds/summerfield.svg -share/apps/kmahjongglib/backgrounds/wood_light.copyright -share/apps/kmahjongglib/backgrounds/wood_light.desktop -share/apps/kmahjongglib/backgrounds/wood_light.svg -share/apps/kmahjongglib/tilesets/alphabet.copyright -share/apps/kmahjongglib/tilesets/alphabet.desktop -share/apps/kmahjongglib/tilesets/alphabet.svgz -share/apps/kmahjongglib/tilesets/classic.copyright -share/apps/kmahjongglib/tilesets/classic.desktop -share/apps/kmahjongglib/tilesets/classic.svg -share/apps/kmahjongglib/tilesets/default.copyright -share/apps/kmahjongglib/tilesets/default.desktop -share/apps/kmahjongglib/tilesets/default.svgz -share/apps/kmahjongglib/tilesets/egypt.copyright -share/apps/kmahjongglib/tilesets/egypt.desktop -share/apps/kmahjongglib/tilesets/egypt.svgz -share/apps/kmahjongglib/tilesets/jade.copyright -share/apps/kmahjongglib/tilesets/jade.desktop -share/apps/kmahjongglib/tilesets/jade.svgz -share/apps/kmahjongglib/tilesets/traditional.copyright -share/apps/kmahjongglib/tilesets/traditional.desktop -share/apps/kmahjongglib/tilesets/traditional.svgz -share/apps/kmines/kmines.notifyrc -share/apps/kmines/kminesui.rc -share/apps/kmines/themes/classic.desktop -share/apps/kmines/themes/classic_preview.png -share/apps/kmines/themes/default.desktop -share/apps/kmines/themes/default_preview.png -share/apps/kmines/themes/graveyard-mayhem-preview.png -share/apps/kmines/themes/graveyard-mayhem.desktop -share/apps/kmines/themes/graveyard-mayhem.svgz -share/apps/kmines/themes/green.desktop -share/apps/kmines/themes/green.png -share/apps/kmines/themes/kmines_classic.svgz -share/apps/kmines/themes/kmines_green.svgz -share/apps/kmines/themes/kmines_oxygen.svgz -share/apps/knetwalk/knetwalk.notifyrc -share/apps/knetwalk/knetwalkui.rc -share/apps/knetwalk/sounds/click.wav -share/apps/knetwalk/sounds/connect.wav -share/apps/knetwalk/sounds/start.wav -share/apps/knetwalk/sounds/turn.wav -share/apps/knetwalk/sounds/win.wav -share/apps/knetwalk/themes/default.desktop -share/apps/knetwalk/themes/default.svgz -share/apps/knetwalk/themes/default_preview.png -share/apps/knetwalk/themes/electronic.desktop -share/apps/knetwalk/themes/electronic.svgz -share/apps/knetwalk/themes/electronic_preview.png -share/apps/kolf/courses/Classic.kolf -share/apps/kolf/courses/Easy.kolf -share/apps/kolf/courses/Hard.kolf -share/apps/kolf/courses/Impossible -share/apps/kolf/courses/Medium.kolf -share/apps/kolf/courses/Practice -share/apps/kolf/courses/ReallyEasy -share/apps/kolf/courses/USApro -share/apps/kolf/intro -share/apps/kolf/kolfui.rc -share/apps/kolf/pics/default_theme.svgz -share/apps/kolf/sounds/blackhole.wav -share/apps/kolf/sounds/blackholeeject.wav -share/apps/kolf/sounds/blackholeputin.wav -share/apps/kolf/sounds/hit.wav -share/apps/kolf/sounds/holed.wav -share/apps/kolf/sounds/holeinone.wav -share/apps/kolf/sounds/puddle.wav -share/apps/kolf/sounds/wall.wav -share/apps/kolf/tutorial.kolf -share/apps/kolf/tutorial.kolfgame -share/apps/kollision/kollisionui.rc -share/apps/kollision/pictures/theme.svgz -share/apps/kollision/sounds/ball_leaving.ogg -share/apps/kollision/sounds/hit_wall.ogg -share/apps/kollision/sounds/start.ogg -share/apps/kollision/sounds/you_lose.ogg -share/apps/konquest/konquestui.rc -share/apps/konquest/pics/default_theme.svgz -share/apps/konquest/pics/konquest-splash.png -share/apps/kpat/kpatui.rc -share/apps/kpat/previews/1.png -share/apps/kpat/previews/10.png -share/apps/kpat/previews/11.png -share/apps/kpat/previews/12.png -share/apps/kpat/previews/17.png -share/apps/kpat/previews/18.png -share/apps/kpat/previews/2.png -share/apps/kpat/previews/3.png -share/apps/kpat/previews/5.png -share/apps/kpat/previews/7.png -share/apps/kpat/previews/8.png -share/apps/kpat/previews/9.png -share/apps/kpat/sounds/card-down.ogg -share/apps/kpat/sounds/card-pickup.ogg -share/apps/kpat/themes/ancientegypt.desktop -share/apps/kpat/themes/ancientegypt.png -share/apps/kpat/themes/ancientegypt.svgz -share/apps/kpat/themes/cleangreen.desktop -share/apps/kpat/themes/cleangreen.png -share/apps/kpat/themes/cleangreen.svgz -share/apps/kpat/themes/greenblaze.desktop -share/apps/kpat/themes/greenblaze.png -share/apps/kpat/themes/greenblaze.svgz -share/apps/kpat/themes/oldertheme.desktop -share/apps/kpat/themes/oldertheme.png -share/apps/kpat/themes/oldertheme.svgz -share/apps/kreversi/kreversi.notifyrc -share/apps/kreversi/kreversiui.rc -share/apps/kreversi/pics/default_theme.svgz -share/apps/kreversi/sounds/reversi-click.wav -share/apps/kreversi/sounds/reversi-won.wav -share/apps/kshisen/kshisenui.rc -share/apps/ksirk/jabber.png -share/apps/ksirk/ksirkui.rc -share/apps/ksirk/skins/default/Data/world.desktop -share/apps/ksirk/skins/default/Images/2DownArrow.png -share/apps/ksirk/skins/default/Images/2UpArrow.png -share/apps/ksirk/skins/default/Images/arena.svg -share/apps/ksirk/skins/default/Images/attackAuto.png -share/apps/ksirk/skins/default/Images/attackOne.png -share/apps/ksirk/skins/default/Images/attackThree.png -share/apps/ksirk/skins/default/Images/attackTwo.png -share/apps/ksirk/skins/default/Images/cancel.png -share/apps/ksirk/skins/default/Images/defendOne.png -share/apps/ksirk/skins/default/Images/defendTwo.png -share/apps/ksirk/skins/default/Images/downArrow.png -share/apps/ksirk/skins/default/Images/loader.gif -share/apps/ksirk/skins/default/Images/logoLeft.png -share/apps/ksirk/skins/default/Images/logoRight.png -share/apps/ksirk/skins/default/Images/map-mask.png -share/apps/ksirk/skins/default/Images/moveArmies.png -share/apps/ksirk/skins/default/Images/moveBackFive.png -share/apps/ksirk/skins/default/Images/moveBackOne.png -share/apps/ksirk/skins/default/Images/moveBackTen.png -share/apps/ksirk/skins/default/Images/moveFinish.png -share/apps/ksirk/skins/default/Images/moveFive.png -share/apps/ksirk/skins/default/Images/moveOne.png -share/apps/ksirk/skins/default/Images/moveTen.png -share/apps/ksirk/skins/default/Images/newNetGame.png -share/apps/ksirk/skins/default/Images/nextPlayer.png -share/apps/ksirk/skins/default/Images/pool.svg -share/apps/ksirk/skins/default/Images/recycling.png -share/apps/ksirk/skins/default/Images/recyclingFinished.png -share/apps/ksirk/skins/default/Images/snapshot.jpg -share/apps/ksirk/skins/default/Images/soldierKneeling.png -share/apps/ksirk/skins/default/Images/stopAttackAuto.png -share/apps/ksirk/skins/default/Images/upArrow.png -share/apps/ksirk/skins/default/Sounds/cannon.wav -share/apps/ksirk/skins/default/Sounds/crash.wav -share/apps/ksirk/skins/default/Sounds/roll.wav -share/apps/ksirk/skins/skinsdir -share/apps/ksirkskineditor/cross.png -share/apps/ksirkskineditor/ksirkskineditorui.rc -share/apps/ksirkskineditor/target.png -share/apps/kspaceduel/icons/hicolor/16x16/actions/spnewgame.png -share/apps/kspaceduel/icons/hicolor/16x16/actions/spnewround.png -share/apps/kspaceduel/icons/hicolor/16x16/actions/sppausegame.png -share/apps/kspaceduel/icons/hicolor/22x22/actions/spnewgame.png -share/apps/kspaceduel/icons/hicolor/22x22/actions/spnewround.png -share/apps/kspaceduel/icons/hicolor/22x22/actions/sppausegame.png -share/apps/kspaceduel/icons/hicolor/32x32/actions/spnewgame.png -share/apps/kspaceduel/icons/hicolor/32x32/actions/spnewround.png -share/apps/kspaceduel/icons/hicolor/32x32/actions/sppausegame.png -share/apps/kspaceduel/kspaceduelui.rc -share/apps/kspaceduel/sprites/backgr.png -share/apps/kspaceduel/sprites/default_theme.svgz -share/apps/kspaceduel/sprites/playerinfo/energy.png -share/apps/kspaceduel/sprites/playerinfo/mine.png -share/apps/kspaceduel/sprites/playerinfo/ship10.png -share/apps/kspaceduel/sprites/playerinfo/ship11.png -share/apps/kspaceduel/sprites/playerinfo/ship12.png -share/apps/kspaceduel/sprites/playerinfo/ship13.png -share/apps/kspaceduel/sprites/playerinfo/ship20.png -share/apps/kspaceduel/sprites/playerinfo/ship21.png -share/apps/kspaceduel/sprites/playerinfo/ship22.png -share/apps/kspaceduel/sprites/playerinfo/ship23.png -share/apps/kspaceduel/sprites/playerinfo/win.png -share/apps/ksquares/ksquaresui.rc -share/apps/ksudoku/4x4.desktop -share/apps/ksudoku/4x4.xml -share/apps/ksudoku/6x6.desktop -share/apps/ksudoku/6x6.xml -share/apps/ksudoku/Aztec.desktop -share/apps/ksudoku/Aztec.xml -share/apps/ksudoku/DoubleRoxdoku.desktop -share/apps/ksudoku/DoubleRoxdoku.xml -share/apps/ksudoku/Jigsaw.desktop -share/apps/ksudoku/Jigsaw.xml -share/apps/ksudoku/Nonomino.desktop -share/apps/ksudoku/Nonomino.xml -share/apps/ksudoku/Pentomino.desktop -share/apps/ksudoku/Pentomino.xml -share/apps/ksudoku/RoxdokuTwin.desktop -share/apps/ksudoku/RoxdokuTwin.xml -share/apps/ksudoku/Samurai.desktop -share/apps/ksudoku/Samurai.xml -share/apps/ksudoku/SamuraiRoxdoku.desktop -share/apps/ksudoku/SamuraiRoxdoku.xml -share/apps/ksudoku/Sohei.desktop -share/apps/ksudoku/Sohei.xml -share/apps/ksudoku/Tetromino.desktop -share/apps/ksudoku/Tetromino.xml -share/apps/ksudoku/TinySamurai.desktop -share/apps/ksudoku/TinySamurai.xml -share/apps/ksudoku/Windmill.desktop -share/apps/ksudoku/Windmill.xml -share/apps/ksudoku/XSudoku.desktop -share/apps/ksudoku/XSudoku.xml -share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-jigsaw.png -share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-ksudoku_16x16.png -share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-ksudoku_25x25.png -share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-ksudoku_4x4.png -share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-ksudoku_9x9.png -share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-roxdoku_3x3x3.png -share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-roxdoku_4x4x4.png -share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-roxdoku_5x5x5.png -share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-samurai.png -share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-tiny_samurai.png -share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-xsudoku.png -share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku.png -share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-jigsaw.png -share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-ksudoku_16x16.png -share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-ksudoku_25x25.png -share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-ksudoku_4x4.png -share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-ksudoku_9x9.png -share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-roxdoku_3x3x3.png -share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-roxdoku_4x4x4.png -share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-roxdoku_5x5x5.png -share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-samurai.png -share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-tiny_samurai.png -share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-xsudoku.png -share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku.png -share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-jigsaw.png -share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-ksudoku_16x16.png -share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-ksudoku_25x25.png -share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-ksudoku_4x4.png -share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-ksudoku_9x9.png -share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-roxdoku_3x3x3.png -share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-roxdoku_4x4x4.png -share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-roxdoku_5x5x5.png -share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-samurai.png -share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-tiny_samurai.png -share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-xsudoku.png -share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku.png -share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-jigsaw.png -share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-ksudoku_16x16.png -share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-ksudoku_25x25.png -share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-ksudoku_4x4.png -share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-ksudoku_9x9.png -share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-roxdoku_3x3x3.png -share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-roxdoku_4x4x4.png -share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-roxdoku_5x5x5.png -share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-samurai.png -share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-tiny_samurai.png -share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-xsudoku.png -share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku.png -share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-jigsaw.png -share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-ksudoku_16x16.png -share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-ksudoku_25x25.png -share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-ksudoku_4x4.png -share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-ksudoku_9x9.png -share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-roxdoku_3x3x3.png -share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-roxdoku_4x4x4.png -share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-roxdoku_5x5x5.png -share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-samurai.png -share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-tiny_samurai.png -share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-xsudoku.png -share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku.png -share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-jigsaw.png -share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-ksudoku_16x16.png -share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-ksudoku_25x25.png -share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-ksudoku_4x4.png -share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-ksudoku_9x9.png -share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-roxdoku_3x3x3.png -share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-roxdoku_4x4x4.png -share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-roxdoku_5x5x5.png -share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-samurai.png -share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-tiny_samurai.png -share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-xsudoku.png -share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku.png -share/apps/ksudoku/ksudokuui.rc -share/apps/ksudoku/themes/abstraction.desktop -share/apps/ksudoku/themes/abstraction.svg -share/apps/ksudoku/themes/abstraction_preview.png -share/apps/ksudoku/themes/default.desktop -share/apps/ksudoku/themes/egyptian_preview.png -share/apps/ksudoku/themes/ksudoku_egyptian.svg -share/apps/ksudoku/themes/ksudoku_scrible.desktop -share/apps/ksudoku/themes/ksudoku_scrible.svg -share/apps/ksudoku/themes/scribble_preview.png -share/apps/ktron/ktronui.rc -share/apps/ktron/themes/default.desktop -share/apps/ktron/themes/default.png -share/apps/ktron/themes/default.svgz -share/apps/ktron/themes/neon.desktop -share/apps/ktron/themes/neon.png -share/apps/ktron/themes/neon.svg -share/apps/ktuberling/ktuberlingui.rc -share/apps/ktuberling/pics/butterflies.desktop -share/apps/ktuberling/pics/butterflies.svgz -share/apps/ktuberling/pics/butterflies.theme -share/apps/ktuberling/pics/christmas.desktop -share/apps/ktuberling/pics/christmas.svgz -share/apps/ktuberling/pics/christmas.theme -share/apps/ktuberling/pics/default_theme.desktop -share/apps/ktuberling/pics/default_theme.svg -share/apps/ktuberling/pics/default_theme.theme -share/apps/ktuberling/pics/egypt.desktop -share/apps/ktuberling/pics/egypt.svg -share/apps/ktuberling/pics/egypt.theme -share/apps/ktuberling/pics/moon.desktop -share/apps/ktuberling/pics/moon.svg -share/apps/ktuberling/pics/moon.theme -share/apps/ktuberling/pics/pizzeria.desktop -share/apps/ktuberling/pics/pizzeria.svgz -share/apps/ktuberling/pics/pizzeria.theme -share/apps/ktuberling/pics/potato-game.desktop -share/apps/ktuberling/pics/potato-game.svg -share/apps/ktuberling/pics/potato-game.theme -share/apps/ktuberling/pics/robin-tux.desktop -share/apps/ktuberling/pics/robin-tux.svgz -share/apps/ktuberling/pics/robin-tux.theme -share/apps/ktuberling/pics/robot_workshop.desktop -share/apps/ktuberling/pics/robot_workshop.svgz -share/apps/ktuberling/pics/robot_workshop.theme -share/apps/ktuberling/pics/train_valley.desktop -share/apps/ktuberling/pics/train_valley.svgz -share/apps/ktuberling/pics/train_valley.theme -share/apps/ktuberling/sounds/en.soundtheme -share/apps/ktuberling/sounds/en/ball.ogg -share/apps/ktuberling/sounds/en/bow.ogg -share/apps/ktuberling/sounds/en/coat.ogg -share/apps/ktuberling/sounds/en/ear.ogg -share/apps/ktuberling/sounds/en/earring.ogg -share/apps/ktuberling/sounds/en/egypt_arch.ogg -share/apps/ktuberling/sounds/en/egypt_birds.ogg -share/apps/ktuberling/sounds/en/egypt_boy.ogg -share/apps/ktuberling/sounds/en/egypt_bridge.ogg -share/apps/ktuberling/sounds/en/egypt_camel.ogg -share/apps/ktuberling/sounds/en/egypt_cart.ogg -share/apps/ktuberling/sounds/en/egypt_column.ogg -share/apps/ktuberling/sounds/en/egypt_donkey.ogg -share/apps/ktuberling/sounds/en/egypt_girl.ogg -share/apps/ktuberling/sounds/en/egypt_grass.ogg -share/apps/ktuberling/sounds/en/egypt_man.ogg -share/apps/ktuberling/sounds/en/egypt_oasis.ogg -share/apps/ktuberling/sounds/en/egypt_palmtree.ogg -share/apps/ktuberling/sounds/en/egypt_pyramid.ogg -share/apps/ktuberling/sounds/en/egypt_road.ogg -share/apps/ktuberling/sounds/en/egypt_sphynx.ogg -share/apps/ktuberling/sounds/en/egypt_well.ogg -share/apps/ktuberling/sounds/en/egypt_woman.ogg -share/apps/ktuberling/sounds/en/eye.ogg -share/apps/ktuberling/sounds/en/eyebrow.ogg -share/apps/ktuberling/sounds/en/flower.ogg -share/apps/ktuberling/sounds/en/hair.ogg -share/apps/ktuberling/sounds/en/hat.ogg -share/apps/ktuberling/sounds/en/moon_alien.ogg -share/apps/ktuberling/sounds/en/moon_astronaut.ogg -share/apps/ktuberling/sounds/en/moon_earth.ogg -share/apps/ktuberling/sounds/en/moon_fallingstar.ogg -share/apps/ktuberling/sounds/en/moon_hotel.ogg -share/apps/ktuberling/sounds/en/moon_monster.ogg -share/apps/ktuberling/sounds/en/moon_moonwalker.ogg -share/apps/ktuberling/sounds/en/moon_planet.ogg -share/apps/ktuberling/sounds/en/moon_radar.ogg -share/apps/ktuberling/sounds/en/moon_rocket.ogg -share/apps/ktuberling/sounds/en/moon_satellite.ogg -share/apps/ktuberling/sounds/en/moon_sign.ogg -share/apps/ktuberling/sounds/en/moon_star.ogg -share/apps/ktuberling/sounds/en/moon_ufo.ogg -share/apps/ktuberling/sounds/en/moustache.ogg -share/apps/ktuberling/sounds/en/mouth.ogg -share/apps/ktuberling/sounds/en/nose.ogg -share/apps/ktuberling/sounds/en/pizzeria_anchovy.ogg -share/apps/ktuberling/sounds/en/pizzeria_bacon.ogg -share/apps/ktuberling/sounds/en/pizzeria_broccolli.ogg -share/apps/ktuberling/sounds/en/pizzeria_cheese.ogg -share/apps/ktuberling/sounds/en/pizzeria_cucumber.ogg -share/apps/ktuberling/sounds/en/pizzeria_mushroom.ogg -share/apps/ktuberling/sounds/en/pizzeria_olive.ogg -share/apps/ktuberling/sounds/en/pizzeria_onion.ogg -share/apps/ktuberling/sounds/en/pizzeria_oregano.ogg -share/apps/ktuberling/sounds/en/pizzeria_pepper.ogg -share/apps/ktuberling/sounds/en/pizzeria_pepperoni.ogg -share/apps/ktuberling/sounds/en/pizzeria_pineapple.ogg -share/apps/ktuberling/sounds/en/pizzeria_salami.ogg -share/apps/ktuberling/sounds/en/pizzeria_tomato.ogg -share/apps/ktuberling/sounds/en/shoe.ogg -share/apps/ktuberling/sounds/en/shorts.ogg -share/apps/ktuberling/sounds/en/skirt.ogg -share/apps/ktuberling/sounds/en/spectacles.ogg -share/apps/ktuberling/sounds/en/stick.ogg -share/apps/ktuberling/sounds/en/sunglasses.ogg -share/apps/ktuberling/sounds/en/tie.ogg -share/apps/ktuberling/sounds/en/tv_bicycle.ogg -share/apps/ktuberling/sounds/en/tv_car.ogg -share/apps/ktuberling/sounds/en/tv_cyclist.ogg -share/apps/ktuberling/sounds/en/tv_train.ogg -share/apps/ktuberling/sounds/en/tv_tree.ogg -share/apps/ktuberling/sounds/en/umbrella.ogg -share/apps/kubrick/kubrickui.rc -share/apps/kubrick/m333CTwirl2.kbk -share/apps/kubrick/m333Complete.kbk -share/apps/kubrick/m333E2prX.kbk -share/apps/kubrick/m333EFlip2.kbk -share/apps/kubrick/m333LLCornerPos.kbk -share/apps/kubrick/m333LLCornerRot.kbk -share/apps/kubrick/m333LLEdgeFlip.kbk -share/apps/kubrick/m333LLEdgePos.kbk -share/apps/kubrick/m333Layer1.kbk -share/apps/kubrick/m333MEdge1.kbk -share/apps/kubrick/m333MEdge2.kbk -share/apps/kubrick/p333Bar4.kbk -share/apps/kubrick/p333DoubleCube.kbk -share/apps/kubrick/p333Plus4.kbk -share/apps/kubrick/p333Snake.kbk -share/apps/kubrick/p333Spot4.kbk -share/apps/kubrick/p333Spot6.kbk -share/apps/kubrick/p333Tricolor6.kbk -share/apps/kubrick/p333U4.kbk -share/apps/kubrick/p333U6.kbk -share/apps/kubrick/p333Worm.kbk -share/apps/kubrick/p333X2.kbk -share/apps/kubrick/p333X6.kbk -share/apps/kubrick/themes/default.svgz -share/apps/lskat/grafix/blue.desktop -share/apps/lskat/grafix/blue.rc -share/apps/lskat/grafix/blue.svg -share/apps/lskat/grafix/egyptian.desktop -share/apps/lskat/grafix/egyptian.rc -share/apps/lskat/grafix/egyptian.svg -share/apps/lskat/grafix/oxygen.desktop -share/apps/lskat/grafix/oxygen.rc -share/apps/lskat/grafix/oxygen.svg -share/apps/lskat/lskatui.rc -share/apps/palapeli/backgrounds/Eliminator-Funk-2.jpg -share/apps/palapeli/backgrounds/Rear-Admiral-Diplomat-1.jpg -share/apps/palapeli/backgrounds/Time-For-Lunch-2.jpg -share/apps/palapeli/backgrounds/background.svg -share/apps/palapeli/backgrounds/gon-defends-the-critters-1.jpg -share/apps/palapeli/backgrounds/mahogany-handjob-1.jpg -share/apps/palapeli/collection/castle-maintenon.desktop -share/apps/palapeli/collection/castle-maintenon.jpg -share/apps/palapeli/collection/cincinnati-bridge.desktop -share/apps/palapeli/collection/cincinnati-bridge.jpg -share/apps/palapeli/collection/citrus-fruits.desktop -share/apps/palapeli/collection/citrus-fruits.jpg -share/apps/palapeli/collection/european-honey-bee.desktop -share/apps/palapeli/collection/european-honey-bee.jpg -share/apps/palapeli/collection/panther-chameleon-female.desktop -share/apps/palapeli/collection/panther-chameleon-female.jpg -share/apps/palapeli/palapeli.kcfg -share/apps/palapeli/palapeli.notifyrc -share/apps/palapeli/palapeliui.rc -share/config.kcfg/bomber.kcfg -share/config.kcfg/granatier.kcfg -share/config.kcfg/kblocks.kcfg -share/config.kcfg/kigo.kcfg -share/config.kcfg/killbots.kcfg -share/config.kcfg/kjumpingcube.kcfg -share/config.kcfg/klines.kcfg -share/config.kcfg/kmahjongg.kcfg -share/config.kcfg/kpat.kcfg -share/config.kcfg/kshisen.kcfg -share/config.kcfg/ksirksettings.kcfg -share/config.kcfg/ksirkskineditorsettings.kcfg -share/config.kcfg/kspaceduel.kcfg -share/config.kcfg/ksquares.kcfg -share/config.kcfg/ktron.kcfg -share/config.kcfg/kwin4.kcfg -share/config/katomic.knsrc -share/config/kblocks.knsrc -share/config/kcardtheme.knsrc -share/config/kdiamond.knsrc -share/config/kgoldrunner.knsrc -share/config/kigo-games.knsrc -share/config/kigo.knsrc -share/config/kmines.knsrc -share/config/kpat.knsrc -share/config/ksirk.knsrc -share/config/ksudokurc -share/config/ktron.knsrc -share/config/palapeli-collectionrc -share/doc/HTML/en/bomber/common -share/doc/HTML/en/bomber/index.cache.bz2 -share/doc/HTML/en/bomber/index.docbook -share/doc/HTML/en/bovo/common -share/doc/HTML/en/bovo/index.cache.bz2 -share/doc/HTML/en/bovo/index.docbook -share/doc/HTML/en/granatier/arena_arrow_right.png -share/doc/HTML/en/granatier/arena_block.png -share/doc/HTML/en/granatier/arena_bomb_mortar.png -share/doc/HTML/en/granatier/arena_ground.png -share/doc/HTML/en/granatier/arena_ice.png -share/doc/HTML/en/granatier/arena_wall.png -share/doc/HTML/en/granatier/bonus_bad_hyperactive.png -share/doc/HTML/en/granatier/bonus_bad_mirror.png -share/doc/HTML/en/granatier/bonus_bad_restrain.png -share/doc/HTML/en/granatier/bonus_bad_scatty.png -share/doc/HTML/en/granatier/bonus_bad_slow.png -share/doc/HTML/en/granatier/bonus_bomb.png -share/doc/HTML/en/granatier/bonus_kick.png -share/doc/HTML/en/granatier/bonus_neutral_pandora.png -share/doc/HTML/en/granatier/bonus_neutral_resurrect.png -share/doc/HTML/en/granatier/bonus_power.png -share/doc/HTML/en/granatier/bonus_shield.png -share/doc/HTML/en/granatier/bonus_speed.png -share/doc/HTML/en/granatier/bonus_throw.png -share/doc/HTML/en/granatier/common -share/doc/HTML/en/granatier/config_arena.png -share/doc/HTML/en/granatier/config_arena_random_mode.png -share/doc/HTML/en/granatier/config_general.png -share/doc/HTML/en/granatier/config_player.png -share/doc/HTML/en/granatier/config_theme.png -share/doc/HTML/en/granatier/granatier.png -share/doc/HTML/en/granatier/index.cache.bz2 -share/doc/HTML/en/granatier/index.docbook -share/doc/HTML/en/kapman/common -share/doc/HTML/en/kapman/config.png -share/doc/HTML/en/kapman/index.cache.bz2 -share/doc/HTML/en/kapman/index.docbook -share/doc/HTML/en/kapman/kapman.png -share/doc/HTML/en/katomic/common -share/doc/HTML/en/katomic/index.cache.bz2 -share/doc/HTML/en/katomic/index.docbook -share/doc/HTML/en/kbattleship/common -share/doc/HTML/en/kbattleship/index.cache.bz2 -share/doc/HTML/en/kbattleship/index.docbook -share/doc/HTML/en/kblackbox/common -share/doc/HTML/en/kblackbox/index.cache.bz2 -share/doc/HTML/en/kblackbox/index.docbook -share/doc/HTML/en/kblocks/common -share/doc/HTML/en/kblocks/index.cache.bz2 -share/doc/HTML/en/kblocks/index.docbook -share/doc/HTML/en/kbounce/button-new.png -share/doc/HTML/en/kbounce/button-pause.png -share/doc/HTML/en/kbounce/common -share/doc/HTML/en/kbounce/index.cache.bz2 -share/doc/HTML/en/kbounce/index.docbook -share/doc/HTML/en/kbounce/kbounce_corridor1.png -share/doc/HTML/en/kbounce/kbounce_corridor2.png -share/doc/HTML/en/kbounce/menu-game.png -share/doc/HTML/en/kbounce/menu-help.png -share/doc/HTML/en/kbounce/menu-settings.png -share/doc/HTML/en/kbounce/toolbar.png -share/doc/HTML/en/kbreakout/common -share/doc/HTML/en/kbreakout/index.cache.bz2 -share/doc/HTML/en/kbreakout/index.docbook -share/doc/HTML/en/kdiamond/common -share/doc/HTML/en/kdiamond/index.cache.bz2 -share/doc/HTML/en/kdiamond/index.docbook -share/doc/HTML/en/kfourinline/common -share/doc/HTML/en/kfourinline/index.cache.bz2 -share/doc/HTML/en/kfourinline/index.docbook -share/doc/HTML/en/kgoldrunner/common -share/doc/HTML/en/kgoldrunner/editbar.png -share/doc/HTML/en/kgoldrunner/index.cache.bz2 -share/doc/HTML/en/kgoldrunner/index.docbook -share/doc/HTML/en/kgoldrunner/select.png -share/doc/HTML/en/kgoldrunner/tute008.png -share/doc/HTML/en/kigo/common -share/doc/HTML/en/kigo/get-new-games.png -share/doc/HTML/en/kigo/hint.png -share/doc/HTML/en/kigo/index.cache.bz2 -share/doc/HTML/en/kigo/index.docbook -share/doc/HTML/en/kigo/play-game.png -share/doc/HTML/en/kigo/setup-general.png -share/doc/HTML/en/kigo/setup-theme.png -share/doc/HTML/en/kigo/start-loaded-game.png -share/doc/HTML/en/kigo/start-new-game.png -share/doc/HTML/en/killbots/common -share/doc/HTML/en/killbots/enemy.png -share/doc/HTML/en/killbots/fastenemy.png -share/doc/HTML/en/killbots/grid.png -share/doc/HTML/en/killbots/hero.png -share/doc/HTML/en/killbots/index.cache.bz2 -share/doc/HTML/en/killbots/index.docbook -share/doc/HTML/en/killbots/junkheap.png -share/doc/HTML/en/killbots/status.png -share/doc/HTML/en/killbots/waitoutround.png -share/doc/HTML/en/kiriki/common -share/doc/HTML/en/kiriki/index.cache.bz2 -share/doc/HTML/en/kiriki/index.docbook -share/doc/HTML/en/kjumpingcube/common -share/doc/HTML/en/kjumpingcube/index.cache.bz2 -share/doc/HTML/en/kjumpingcube/index.docbook -share/doc/HTML/en/klickety/common -share/doc/HTML/en/klickety/config-background.png -share/doc/HTML/en/klickety/config-customgame.png -share/doc/HTML/en/klickety/config-general.png -share/doc/HTML/en/klickety/config-theme.png -share/doc/HTML/en/klickety/gamescreen.png -share/doc/HTML/en/klickety/highscore.png -share/doc/HTML/en/klickety/index.cache.bz2 -share/doc/HTML/en/klickety/index.docbook -share/doc/HTML/en/klickety/ksamemode.png -share/doc/HTML/en/klickety/numbered.png -share/doc/HTML/en/klickety/shortcuts.png -share/doc/HTML/en/klines/common -share/doc/HTML/en/klines/gamescreen.png -share/doc/HTML/en/klines/index.cache.bz2 -share/doc/HTML/en/klines/index.docbook -share/doc/HTML/en/kmahjongg/common -share/doc/HTML/en/kmahjongg/config.png -share/doc/HTML/en/kmahjongg/config_background.png -share/doc/HTML/en/kmahjongg/config_layout.png -share/doc/HTML/en/kmahjongg/config_tiles.png -share/doc/HTML/en/kmahjongg/gamescreen.png -share/doc/HTML/en/kmahjongg/highscore.png -share/doc/HTML/en/kmahjongg/index.cache.bz2 -share/doc/HTML/en/kmahjongg/index.docbook -share/doc/HTML/en/kmahjongg/numbered.png -share/doc/HTML/en/kmahjongg/shortcuts.png -share/doc/HTML/en/kmines/common -share/doc/HTML/en/kmines/index.cache.bz2 -share/doc/HTML/en/kmines/index.docbook -share/doc/HTML/en/knetwalk/common -share/doc/HTML/en/knetwalk/index.cache.bz2 -share/doc/HTML/en/knetwalk/index.docbook -share/doc/HTML/en/kolf/common -share/doc/HTML/en/kolf/index.cache.bz2 -share/doc/HTML/en/kolf/index.docbook -share/doc/HTML/en/kollision/common -share/doc/HTML/en/kollision/index.cache.bz2 -share/doc/HTML/en/kollision/index.docbook -share/doc/HTML/en/konquest/common -share/doc/HTML/en/konquest/index.cache.bz2 -share/doc/HTML/en/konquest/index.docbook -share/doc/HTML/en/konquest/ingame_window.png -share/doc/HTML/en/konquest/main_game_window.png -share/doc/HTML/en/konquest/new_game_settings.png -share/doc/HTML/en/kpat/clubs.png -share/doc/HTML/en/kpat/common -share/doc/HTML/en/kpat/diamonds.png -share/doc/HTML/en/kpat/hearts.png -share/doc/HTML/en/kpat/index.cache.bz2 -share/doc/HTML/en/kpat/index.docbook -share/doc/HTML/en/kpat/man-kpat.6.docbook -share/doc/HTML/en/kpat/playfield.png -share/doc/HTML/en/kpat/spades.png -share/doc/HTML/en/kreversi/common -share/doc/HTML/en/kreversi/index.cache.bz2 -share/doc/HTML/en/kreversi/index.docbook -share/doc/HTML/en/kreversi/kreversi1.png -share/doc/HTML/en/kshisen/common -share/doc/HTML/en/kshisen/index.cache.bz2 -share/doc/HTML/en/kshisen/index.docbook -share/doc/HTML/en/kshisen/kshisen-configuration.png -share/doc/HTML/en/ksirk/attackOne.png -share/doc/HTML/en/ksirk/attackThree.png -share/doc/HTML/en/ksirk/attackTwo.png -share/doc/HTML/en/ksirk/attackmenu.png -share/doc/HTML/en/ksirk/autoattack.png -share/doc/HTML/en/ksirk/common -share/doc/HTML/en/ksirk/defensedialog.png -share/doc/HTML/en/ksirk/displaygoalmessage.png -share/doc/HTML/en/ksirk/displaygoalwarningmessage.png -share/doc/HTML/en/ksirk/firing-screenshot.png -share/doc/HTML/en/ksirk/index.cache.bz2 -share/doc/HTML/en/ksirk/index.docbook -share/doc/HTML/en/ksirk/introscreen.png -share/doc/HTML/en/ksirk/invasionslider.png -share/doc/HTML/en/ksirk/joinnetgame.png -share/doc/HTML/en/ksirk/joueurSuivant.png -share/doc/HTML/en/ksirk/justjoined.png -share/doc/HTML/en/ksirk/messagesent.png -share/doc/HTML/en/ksirk/moveArmies.png -share/doc/HTML/en/ksirk/newGame.png -share/doc/HTML/en/ksirk/newgamedialog.png -share/doc/HTML/en/ksirk/numnetplayersdialog.png -share/doc/HTML/en/ksirk/placingarmies.png -share/doc/HTML/en/ksirk/playersetupdialog.png -share/doc/HTML/en/ksirk/preferences.png -share/doc/HTML/en/ksirk/quit.png -share/doc/HTML/en/ksirk/recycling.png -share/doc/HTML/en/ksirk/recyclingFinished.png -share/doc/HTML/en/ksirk/shownumberofarmies.png -share/doc/HTML/en/ksirkskineditor/alaska.png -share/doc/HTML/en/ksirkskineditor/attackOne.png -share/doc/HTML/en/ksirkskineditor/attackThree.png -share/doc/HTML/en/ksirkskineditor/attackTwo.png -share/doc/HTML/en/ksirkskineditor/bluedices.png -share/doc/HTML/en/ksirkskineditor/cannon.png -share/doc/HTML/en/ksirkskineditor/cavalry.png -share/doc/HTML/en/ksirkskineditor/common -share/doc/HTML/en/ksirkskineditor/defendOne.png -share/doc/HTML/en/ksirkskineditor/defendTwo.png -share/doc/HTML/en/ksirkskineditor/exploding.png -share/doc/HTML/en/ksirkskineditor/firing.png -share/doc/HTML/en/ksirkskineditor/index.cache.bz2 -share/doc/HTML/en/ksirkskineditor/index.docbook -share/doc/HTML/en/ksirkskineditor/infantry.png -share/doc/HTML/en/ksirkskineditor/italy.png -share/doc/HTML/en/ksirkskineditor/load.png -share/doc/HTML/en/ksirkskineditor/main-snapshot.png -share/doc/HTML/en/ksirkskineditor/map-mask.png -share/doc/HTML/en/ksirkskineditor/map.png -share/doc/HTML/en/ksirkskineditor/mark1.png -share/doc/HTML/en/ksirkskineditor/moveArmies.png -share/doc/HTML/en/ksirkskineditor/newNetGame.png -share/doc/HTML/en/ksirkskineditor/nextPlayer.png -share/doc/HTML/en/ksirkskineditor/recycling.png -share/doc/HTML/en/ksirkskineditor/recyclingFinished.png -share/doc/HTML/en/ksirkskineditor/reddices.png -share/doc/HTML/en/ksirkskineditor/save.png -share/doc/HTML/en/kspaceduel/common -share/doc/HTML/en/kspaceduel/index.cache.bz2 -share/doc/HTML/en/kspaceduel/index.docbook -share/doc/HTML/en/kspaceduel/kspaceduel3.png -share/doc/HTML/en/ksquares/common -share/doc/HTML/en/ksquares/index.cache.bz2 -share/doc/HTML/en/ksquares/index.docbook -share/doc/HTML/en/ksudoku/common -share/doc/HTML/en/ksudoku/index.cache.bz2 -share/doc/HTML/en/ksudoku/index.docbook -share/doc/HTML/en/ktron/common -share/doc/HTML/en/ktron/index.cache.bz2 -share/doc/HTML/en/ktron/index.docbook -share/doc/HTML/en/ktron/settings-general.png -share/doc/HTML/en/ktron/settings-theme.png -share/doc/HTML/en/ktuberling/button-new.png -share/doc/HTML/en/ktuberling/button-open.png -share/doc/HTML/en/ktuberling/button-print.png -share/doc/HTML/en/ktuberling/button-redo.png -share/doc/HTML/en/ktuberling/button-save.png -share/doc/HTML/en/ktuberling/button-undo.png -share/doc/HTML/en/ktuberling/common -share/doc/HTML/en/ktuberling/gameboard.png -share/doc/HTML/en/ktuberling/index.cache.bz2 -share/doc/HTML/en/ktuberling/index.docbook -share/doc/HTML/en/ktuberling/ktuberling.png -share/doc/HTML/en/ktuberling/menu-edit.png -share/doc/HTML/en/ktuberling/menu-game.png -share/doc/HTML/en/ktuberling/menu-help.png -share/doc/HTML/en/ktuberling/menu-settings.png -share/doc/HTML/en/ktuberling/technical-reference.docbook -share/doc/HTML/en/ktuberling/toolbar.png -share/doc/HTML/en/kubrick/common -share/doc/HTML/en/kubrick/index.cache.bz2 -share/doc/HTML/en/kubrick/index.docbook -share/doc/HTML/en/lskat/common -share/doc/HTML/en/lskat/index.cache.bz2 -share/doc/HTML/en/lskat/index.docbook -share/doc/HTML/en/lskat/lskat_screen_01.png -share/doc/HTML/en/palapeli/common -share/doc/HTML/en/palapeli/index.cache.bz2 -share/doc/HTML/en/palapeli/index.docbook -share/doc/HTML/en/palapeli/puzzletable1.png -share/icons/hicolor/128x128/apps/bomber.png -share/icons/hicolor/128x128/apps/bovo.png -share/icons/hicolor/128x128/apps/granatier.png -share/icons/hicolor/128x128/apps/kapman.png -share/icons/hicolor/128x128/apps/katomic.png -share/icons/hicolor/128x128/apps/kbattleship.png -share/icons/hicolor/128x128/apps/kblackbox.png -share/icons/hicolor/128x128/apps/kblocks.png -share/icons/hicolor/128x128/apps/kbounce.png -share/icons/hicolor/128x128/apps/kbreakout.png -share/icons/hicolor/128x128/apps/kdesnake.png -share/icons/hicolor/128x128/apps/kdiamond.png -share/icons/hicolor/128x128/apps/kfourinline.png -share/icons/hicolor/128x128/apps/kgoldrunner.png -share/icons/hicolor/128x128/apps/kigo.png -share/icons/hicolor/128x128/apps/killbots.png -share/icons/hicolor/128x128/apps/kiriki.png -share/icons/hicolor/128x128/apps/kjumpingcube.png -share/icons/hicolor/128x128/apps/klickety.png -share/icons/hicolor/128x128/apps/klines.png -share/icons/hicolor/128x128/apps/kmahjongg.png -share/icons/hicolor/128x128/apps/kmines.png -share/icons/hicolor/128x128/apps/knetwalk.png -share/icons/hicolor/128x128/apps/kolf.png -share/icons/hicolor/128x128/apps/kollision.png -share/icons/hicolor/128x128/apps/konquest.png -share/icons/hicolor/128x128/apps/kpat.png -share/icons/hicolor/128x128/apps/kreversi.png -share/icons/hicolor/128x128/apps/ksame.png -share/icons/hicolor/128x128/apps/kshisen.png -share/icons/hicolor/128x128/apps/ksirk.png -share/icons/hicolor/128x128/apps/kspaceduel.png -share/icons/hicolor/128x128/apps/ksquares.png -share/icons/hicolor/128x128/apps/ksudoku.png -share/icons/hicolor/128x128/apps/ktron.png -share/icons/hicolor/128x128/apps/ktuberling.png -share/icons/hicolor/128x128/apps/kubrick.png -share/icons/hicolor/128x128/apps/lskat.png -share/icons/hicolor/128x128/apps/palapeli.png -share/icons/hicolor/128x128/mimetypes/application-x-palapeli.png -share/icons/hicolor/128x128/mimetypes/application-x-tuberling.png -share/icons/hicolor/16x16/apps/bovo.png -share/icons/hicolor/16x16/apps/granatier.png -share/icons/hicolor/16x16/apps/kapman.png -share/icons/hicolor/16x16/apps/katomic.png -share/icons/hicolor/16x16/apps/kbattleship.png -share/icons/hicolor/16x16/apps/kblackbox.png -share/icons/hicolor/16x16/apps/kblocks.png -share/icons/hicolor/16x16/apps/kbounce.png -share/icons/hicolor/16x16/apps/kbreakout.png -share/icons/hicolor/16x16/apps/kdesnake.png -share/icons/hicolor/16x16/apps/kdiamond.png -share/icons/hicolor/16x16/apps/kfourinline.png -share/icons/hicolor/16x16/apps/kgoldrunner.png -share/icons/hicolor/16x16/apps/kigo.png -share/icons/hicolor/16x16/apps/killbots.png -share/icons/hicolor/16x16/apps/kiriki.png -share/icons/hicolor/16x16/apps/kjumpingcube.png -share/icons/hicolor/16x16/apps/klickety.png -share/icons/hicolor/16x16/apps/klines.png -share/icons/hicolor/16x16/apps/kmahjongg.png -share/icons/hicolor/16x16/apps/kmines.png -share/icons/hicolor/16x16/apps/knetwalk.png -share/icons/hicolor/16x16/apps/kolf.png -share/icons/hicolor/16x16/apps/kollision.png -share/icons/hicolor/16x16/apps/konquest.png -share/icons/hicolor/16x16/apps/kpat.png -share/icons/hicolor/16x16/apps/kreversi.png -share/icons/hicolor/16x16/apps/ksame.png -share/icons/hicolor/16x16/apps/kshisen.png -share/icons/hicolor/16x16/apps/ksirk.png -share/icons/hicolor/16x16/apps/kspaceduel.png -share/icons/hicolor/16x16/apps/ksquares.png -share/icons/hicolor/16x16/apps/ksudoku.png -share/icons/hicolor/16x16/apps/ktron.png -share/icons/hicolor/16x16/apps/ktuberling.png -share/icons/hicolor/16x16/apps/kubrick.png -share/icons/hicolor/16x16/apps/lskat.png -share/icons/hicolor/16x16/apps/palapeli.png -share/icons/hicolor/16x16/mimetypes/application-x-palapeli.png -share/icons/hicolor/16x16/mimetypes/application-x-tuberling.png -share/icons/hicolor/22x22/apps/bovo.png -share/icons/hicolor/22x22/apps/granatier.png -share/icons/hicolor/22x22/apps/kapman.png -share/icons/hicolor/22x22/apps/katomic.png -share/icons/hicolor/22x22/apps/kbattleship.png -share/icons/hicolor/22x22/apps/kblackbox.png -share/icons/hicolor/22x22/apps/kblocks.png -share/icons/hicolor/22x22/apps/kbounce.png -share/icons/hicolor/22x22/apps/kbreakout.png -share/icons/hicolor/22x22/apps/kdesnake.png -share/icons/hicolor/22x22/apps/kdiamond.png -share/icons/hicolor/22x22/apps/kfourinline.png -share/icons/hicolor/22x22/apps/kgoldrunner.png -share/icons/hicolor/22x22/apps/kigo.png -share/icons/hicolor/22x22/apps/killbots.png -share/icons/hicolor/22x22/apps/kiriki.png -share/icons/hicolor/22x22/apps/kjumpingcube.png -share/icons/hicolor/22x22/apps/klickety.png -share/icons/hicolor/22x22/apps/klines.png -share/icons/hicolor/22x22/apps/kmahjongg.png -share/icons/hicolor/22x22/apps/kmines.png -share/icons/hicolor/22x22/apps/knetwalk.png -share/icons/hicolor/22x22/apps/kolf.png -share/icons/hicolor/22x22/apps/kollision.png -share/icons/hicolor/22x22/apps/konquest.png -share/icons/hicolor/22x22/apps/kpat.png -share/icons/hicolor/22x22/apps/kreversi.png -share/icons/hicolor/22x22/apps/ksame.png -share/icons/hicolor/22x22/apps/kshisen.png -share/icons/hicolor/22x22/apps/ksirk.png -share/icons/hicolor/22x22/apps/kspaceduel.png -share/icons/hicolor/22x22/apps/ksquares.png -share/icons/hicolor/22x22/apps/ktron.png -share/icons/hicolor/22x22/apps/ktuberling.png -share/icons/hicolor/22x22/apps/kubrick.png -share/icons/hicolor/22x22/apps/lskat.png -share/icons/hicolor/22x22/mimetypes/application-x-tuberling.png -share/icons/hicolor/24x24/apps/kpat.png -share/icons/hicolor/24x24/apps/palapeli.png -share/icons/hicolor/24x24/mimetypes/application-x-palapeli.png -share/icons/hicolor/256x256/apps/kdesnake.png -share/icons/hicolor/256x256/apps/kpat.png -share/icons/hicolor/32x32/apps/bomber.png -share/icons/hicolor/32x32/apps/bovo.png -share/icons/hicolor/32x32/apps/granatier.png -share/icons/hicolor/32x32/apps/kapman.png -share/icons/hicolor/32x32/apps/katomic.png -share/icons/hicolor/32x32/apps/kbattleship.png -share/icons/hicolor/32x32/apps/kblackbox.png -share/icons/hicolor/32x32/apps/kblocks.png -share/icons/hicolor/32x32/apps/kbounce.png -share/icons/hicolor/32x32/apps/kbreakout.png -share/icons/hicolor/32x32/apps/kdesnake.png -share/icons/hicolor/32x32/apps/kdiamond.png -share/icons/hicolor/32x32/apps/kfourinline.png -share/icons/hicolor/32x32/apps/kgoldrunner.png -share/icons/hicolor/32x32/apps/kigo.png -share/icons/hicolor/32x32/apps/killbots.png -share/icons/hicolor/32x32/apps/kiriki.png -share/icons/hicolor/32x32/apps/kjumpingcube.png -share/icons/hicolor/32x32/apps/klickety.png -share/icons/hicolor/32x32/apps/klines.png -share/icons/hicolor/32x32/apps/kmahjongg.png -share/icons/hicolor/32x32/apps/kmines.png -share/icons/hicolor/32x32/apps/knetwalk.png -share/icons/hicolor/32x32/apps/kolf.png -share/icons/hicolor/32x32/apps/kollision.png -share/icons/hicolor/32x32/apps/konquest.png -share/icons/hicolor/32x32/apps/kpat.png -share/icons/hicolor/32x32/apps/kreversi.png -share/icons/hicolor/32x32/apps/ksame.png -share/icons/hicolor/32x32/apps/kshisen.png -share/icons/hicolor/32x32/apps/ksirk.png -share/icons/hicolor/32x32/apps/kspaceduel.png -share/icons/hicolor/32x32/apps/ksquares.png -share/icons/hicolor/32x32/apps/ksudoku.png -share/icons/hicolor/32x32/apps/ktron.png -share/icons/hicolor/32x32/apps/ktuberling.png -share/icons/hicolor/32x32/apps/kubrick.png -share/icons/hicolor/32x32/apps/lskat.png -share/icons/hicolor/32x32/apps/palapeli.png -share/icons/hicolor/32x32/mimetypes/application-x-palapeli.png -share/icons/hicolor/32x32/mimetypes/application-x-tuberling.png -share/icons/hicolor/48x48/apps/bomber.png -share/icons/hicolor/48x48/apps/bovo.png -share/icons/hicolor/48x48/apps/granatier.png -share/icons/hicolor/48x48/apps/kapman.png -share/icons/hicolor/48x48/apps/katomic.png -share/icons/hicolor/48x48/apps/kbattleship.png -share/icons/hicolor/48x48/apps/kblackbox.png -share/icons/hicolor/48x48/apps/kblocks.png -share/icons/hicolor/48x48/apps/kbounce.png -share/icons/hicolor/48x48/apps/kbreakout.png -share/icons/hicolor/48x48/apps/kdesnake.png -share/icons/hicolor/48x48/apps/kdiamond.png -share/icons/hicolor/48x48/apps/kfourinline.png -share/icons/hicolor/48x48/apps/kgoldrunner.png -share/icons/hicolor/48x48/apps/kigo.png -share/icons/hicolor/48x48/apps/killbots.png -share/icons/hicolor/48x48/apps/kiriki.png -share/icons/hicolor/48x48/apps/kjumpingcube.png -share/icons/hicolor/48x48/apps/klickety.png -share/icons/hicolor/48x48/apps/klines.png -share/icons/hicolor/48x48/apps/kmahjongg.png -share/icons/hicolor/48x48/apps/kmines.png -share/icons/hicolor/48x48/apps/knetwalk.png -share/icons/hicolor/48x48/apps/kolf.png -share/icons/hicolor/48x48/apps/kollision.png -share/icons/hicolor/48x48/apps/konquest.png -share/icons/hicolor/48x48/apps/kpat.png -share/icons/hicolor/48x48/apps/kreversi.png -share/icons/hicolor/48x48/apps/ksame.png -share/icons/hicolor/48x48/apps/kshisen.png -share/icons/hicolor/48x48/apps/ksirk.png -share/icons/hicolor/48x48/apps/kspaceduel.png -share/icons/hicolor/48x48/apps/ksquares.png -share/icons/hicolor/48x48/apps/ktron.png -share/icons/hicolor/48x48/apps/ktuberling.png -share/icons/hicolor/48x48/apps/kubrick.png -share/icons/hicolor/48x48/apps/lskat.png -share/icons/hicolor/48x48/apps/palapeli.png -share/icons/hicolor/48x48/mimetypes/application-x-palapeli.png -share/icons/hicolor/48x48/mimetypes/application-x-tuberling.png -share/icons/hicolor/64x64/apps/bomber.png -share/icons/hicolor/64x64/apps/bovo.png -share/icons/hicolor/64x64/apps/granatier.png -share/icons/hicolor/64x64/apps/kapman.png -share/icons/hicolor/64x64/apps/katomic.png -share/icons/hicolor/64x64/apps/kbattleship.png -share/icons/hicolor/64x64/apps/kblackbox.png -share/icons/hicolor/64x64/apps/kblocks.png -share/icons/hicolor/64x64/apps/kbounce.png -share/icons/hicolor/64x64/apps/kbreakout.png -share/icons/hicolor/64x64/apps/kdesnake.png -share/icons/hicolor/64x64/apps/kdiamond.png -share/icons/hicolor/64x64/apps/kfourinline.png -share/icons/hicolor/64x64/apps/kgoldrunner.png -share/icons/hicolor/64x64/apps/kigo.png -share/icons/hicolor/64x64/apps/killbots.png -share/icons/hicolor/64x64/apps/kiriki.png -share/icons/hicolor/64x64/apps/kjumpingcube.png -share/icons/hicolor/64x64/apps/klickety.png -share/icons/hicolor/64x64/apps/klines.png -share/icons/hicolor/64x64/apps/kmahjongg.png -share/icons/hicolor/64x64/apps/kmines.png -share/icons/hicolor/64x64/apps/knetwalk.png -share/icons/hicolor/64x64/apps/kolf.png -share/icons/hicolor/64x64/apps/kollision.png -share/icons/hicolor/64x64/apps/konquest.png -share/icons/hicolor/64x64/apps/kpat.png -share/icons/hicolor/64x64/apps/kreversi.png -share/icons/hicolor/64x64/apps/ksame.png -share/icons/hicolor/64x64/apps/kshisen.png -share/icons/hicolor/64x64/apps/ksirk.png -share/icons/hicolor/64x64/apps/kspaceduel.png -share/icons/hicolor/64x64/apps/ksquares.png -share/icons/hicolor/64x64/apps/ktron.png -share/icons/hicolor/64x64/apps/ktuberling.png -share/icons/hicolor/64x64/apps/kubrick.png -share/icons/hicolor/64x64/apps/lskat.png -share/icons/hicolor/64x64/apps/palapeli.png -share/icons/hicolor/64x64/mimetypes/application-x-palapeli.png -share/icons/hicolor/64x64/mimetypes/application-x-tuberling.png -share/icons/hicolor/scalable/apps/bomber.svgz -share/icons/hicolor/scalable/apps/bovo.svgz -share/icons/hicolor/scalable/apps/granatier.svgz -share/icons/hicolor/scalable/apps/kapman.svgz -share/icons/hicolor/scalable/apps/kdiamond.svgz -share/icons/hicolor/scalable/apps/killbots.svgz -share/icons/hicolor/scalable/apps/kmahjongg.svgz -share/icons/hicolor/scalable/apps/knetwalk.svgz -share/icons/locolor/16x16/apps/ksirk.png -share/icons/locolor/32x32/apps/ksirk.png -share/icons/oxygen/128x128/apps/kollision.png -share/icons/oxygen/16x16/actions/lastmoves.png -share/icons/oxygen/16x16/actions/legalmoves.png -share/icons/oxygen/16x16/apps/kollision.png -share/icons/oxygen/22x22/actions/lastmoves.png -share/icons/oxygen/22x22/actions/legalmoves.png -share/icons/oxygen/22x22/apps/kollision.png -share/icons/oxygen/32x32/actions/lastmoves.png -share/icons/oxygen/32x32/actions/legalmoves.png -share/icons/oxygen/32x32/apps/kollision.png -share/icons/oxygen/48x48/actions/lastmoves.png -share/icons/oxygen/48x48/actions/legalmoves.png -share/icons/oxygen/48x48/apps/kollision.png -share/icons/oxygen/64x64/apps/kollision.png -share/icons/oxygen/scalable/actions/lastmoves.svgz -share/icons/oxygen/scalable/actions/legalmoves.svgz -share/icons/oxygen/scalable/apps/kollision.svgz -share/kde4/services/ServiceMenus/palapeli_servicemenu.desktop -share/kde4/services/kbattleship.protocol -share/kde4/services/palapeli_goldbergslicer.desktop -share/kde4/services/palapeli_jigsawslicer.desktop -share/kde4/services/palapeli_rectslicer.desktop -share/kde4/services/palathumbcreator.desktop -share/kde4/servicetypes/libpala-slicerplugin.desktop -share/mime/application/vnd.kde.kpatience.savedstate.xml -share/mime/application/x-palapeli-puzzle.xml -share/mime/packages/kpatience.xml -share/mime/packages/palapeli-mimetypes.xml -share/sounds/KDiamond-Stone-Drop.ogg -share/sounds/KDiamond-Stone-Swap.ogg -share/sounds/KDiamond-Stone-Touch.ogg -share/sounds/kapman/bonus.ogg -share/sounds/kapman/energizer.ogg -share/sounds/kapman/gameover.ogg -share/sounds/kapman/ghost.ogg -share/sounds/kapman/levelup.ogg -share/sounds/kapman/life.ogg -share/sounds/kapman/pill.ogg -share/sounds/kshisen/tile-fall-tile.ogg -share/sounds/kshisen/tile-touch.ogg -@dirrm share/sounds/kshisen -@dirrm share/sounds/kapman -@dirrmtry share/icons/locolor/32x32/apps -@dirrmtry share/icons/locolor/32x32 -@dirrmtry share/icons/locolor/16x16/apps -@dirrmtry share/icons/locolor/16x16 -@dirrmtry share/icons/locolor -@dirrm share/doc/HTML/en/palapeli -@dirrm share/doc/HTML/en/lskat -@dirrm share/doc/HTML/en/kubrick -@dirrm share/doc/HTML/en/ktuberling -@dirrm share/doc/HTML/en/ktron -@dirrm share/doc/HTML/en/ksudoku -@dirrm share/doc/HTML/en/ksquares -@dirrm share/doc/HTML/en/kspaceduel -@dirrm share/doc/HTML/en/ksirkskineditor -@dirrm share/doc/HTML/en/ksirk -@dirrm share/doc/HTML/en/kshisen -@dirrm share/doc/HTML/en/kreversi -@dirrm share/doc/HTML/en/kpat -@dirrm share/doc/HTML/en/konquest -@dirrm share/doc/HTML/en/kollision -@dirrm share/doc/HTML/en/kolf -@dirrm share/doc/HTML/en/knetwalk -@dirrm share/doc/HTML/en/kmines -@dirrm share/doc/HTML/en/kmahjongg -@dirrm share/doc/HTML/en/klines -@dirrm share/doc/HTML/en/klickety -@dirrm share/doc/HTML/en/kjumpingcube -@dirrm share/doc/HTML/en/kiriki -@dirrm share/doc/HTML/en/killbots -@dirrm share/doc/HTML/en/kigo -@dirrm share/doc/HTML/en/kgoldrunner -@dirrm share/doc/HTML/en/kfourinline -@dirrm share/doc/HTML/en/kdiamond -@dirrm share/doc/HTML/en/kbreakout -@dirrm share/doc/HTML/en/kbounce -@dirrm share/doc/HTML/en/kblocks -@dirrm share/doc/HTML/en/kblackbox -@dirrm share/doc/HTML/en/kbattleship -@dirrm share/doc/HTML/en/katomic -@dirrm share/doc/HTML/en/kapman -@dirrm share/doc/HTML/en/granatier -@dirrm share/doc/HTML/en/bovo -@dirrm share/doc/HTML/en/bomber -@dirrm share/apps/palapeli/collection -@dirrm share/apps/palapeli/backgrounds -@dirrm share/apps/palapeli -@dirrm share/apps/lskat/grafix -@dirrm share/apps/lskat -@dirrm share/apps/kubrick/themes -@dirrm share/apps/kubrick -@dirrm share/apps/ktuberling/sounds/en -@dirrm share/apps/ktuberling/sounds -@dirrm share/apps/ktuberling/pics -@dirrm share/apps/ktuberling -@dirrm share/apps/ktron/themes -@dirrm share/apps/ktron -@dirrm share/apps/ksudoku/themes -@dirrm share/apps/ksudoku/icons/hicolor/64x64/actions -@dirrm share/apps/ksudoku/icons/hicolor/64x64 -@dirrm share/apps/ksudoku/icons/hicolor/48x48/actions -@dirrm share/apps/ksudoku/icons/hicolor/48x48 -@dirrm share/apps/ksudoku/icons/hicolor/32x32/actions -@dirrm share/apps/ksudoku/icons/hicolor/32x32 -@dirrm share/apps/ksudoku/icons/hicolor/22x22/actions -@dirrm share/apps/ksudoku/icons/hicolor/22x22 -@dirrm share/apps/ksudoku/icons/hicolor/16x16/actions -@dirrm share/apps/ksudoku/icons/hicolor/16x16 -@dirrm share/apps/ksudoku/icons/hicolor/128x128/actions -@dirrm share/apps/ksudoku/icons/hicolor/128x128 -@dirrm share/apps/ksudoku/icons/hicolor -@dirrm share/apps/ksudoku/icons -@dirrm share/apps/ksudoku -@dirrm share/apps/ksquares -@dirrm share/apps/kspaceduel/sprites/playerinfo -@dirrm share/apps/kspaceduel/sprites -@dirrm share/apps/kspaceduel/icons/hicolor/32x32/actions -@dirrm share/apps/kspaceduel/icons/hicolor/32x32 -@dirrm share/apps/kspaceduel/icons/hicolor/22x22/actions -@dirrm share/apps/kspaceduel/icons/hicolor/22x22 -@dirrm share/apps/kspaceduel/icons/hicolor/16x16/actions -@dirrm share/apps/kspaceduel/icons/hicolor/16x16 -@dirrm share/apps/kspaceduel/icons/hicolor -@dirrm share/apps/kspaceduel/icons -@dirrm share/apps/kspaceduel -@dirrm share/apps/ksirkskineditor -@dirrm share/apps/ksirk/skins/default/Sounds -@dirrm share/apps/ksirk/skins/default/Images -@dirrm share/apps/ksirk/skins/default/Data -@dirrm share/apps/ksirk/skins/default -@dirrm share/apps/ksirk/skins -@dirrm share/apps/ksirk -@dirrm share/apps/kshisen -@dirrm share/apps/kreversi/sounds -@dirrm share/apps/kreversi/pics -@dirrm share/apps/kreversi -@dirrm share/apps/kpat/themes -@dirrm share/apps/kpat/sounds -@dirrm share/apps/kpat/previews -@dirrm share/apps/kpat -@dirrm share/apps/konquest/pics -@dirrm share/apps/konquest -@dirrm share/apps/kollision/sounds -@dirrm share/apps/kollision/pictures -@dirrm share/apps/kollision -@dirrm share/apps/kolf/sounds -@dirrm share/apps/kolf/pics -@dirrm share/apps/kolf/courses -@dirrm share/apps/kolf -@dirrm share/apps/knetwalk/themes -@dirrm share/apps/knetwalk/sounds -@dirrm share/apps/knetwalk -@dirrm share/apps/kmines/themes -@dirrm share/apps/kmines -@dirrm share/apps/kmahjongglib/tilesets -@dirrm share/apps/kmahjongglib/backgrounds -@dirrm share/apps/kmahjongglib -@dirrm share/apps/kmahjongg/layouts -@dirrm share/apps/kmahjongg -@dirrm share/apps/klines/themes -@dirrm share/apps/klines -@dirrm share/apps/klickety/themes -@dirrm share/apps/klickety -@dirrm share/apps/kjumpingcube/pics -@dirrm share/apps/kjumpingcube -@dirrm share/apps/kiriki/images -@dirrm share/apps/kiriki -@dirrm share/apps/killbots/themes -@dirrm share/apps/killbots/rulesets -@dirrm share/apps/killbots -@dirrm share/apps/kigo/themes -@dirrm share/apps/kigo/games -@dirrm share/apps/kigo -@dirrm share/apps/kgoldrunner/themes/nostalgia -@dirrm share/apps/kgoldrunner/themes/kgr_geek -@dirrm share/apps/kgoldrunner/themes/egypt -@dirrm share/apps/kgoldrunner/themes/default -@dirrm share/apps/kgoldrunner/themes/accessible -@dirrm share/apps/kgoldrunner/themes -@dirrm share/apps/kgoldrunner/system -@dirrm share/apps/kgoldrunner -@dirrm share/apps/kfourinline/grafix -@dirrm share/apps/kfourinline -@dirrm share/apps/kdiamond/themes -@dirrm share/apps/kdiamond -@dirrm share/apps/kbreakout/themes -@dirrm share/apps/kbreakout/levelsets -@dirrm share/apps/kbreakout -@dirrm share/apps/kbounce/themes -@dirrm share/apps/kbounce/sounds -@dirrm share/apps/kbounce -@dirrm share/apps/kblocks/themes -@dirrm share/apps/kblocks -@dirrm share/apps/kblackbox/pics -@dirrm share/apps/kblackbox -@dirrm share/apps/kbattleship/sounds -@dirrm share/apps/kbattleship/pictures -@dirrm share/apps/kbattleship -@dirrm share/apps/katomic/pics -@dirrm share/apps/katomic/levels -@dirrm share/apps/katomic -@dirrm share/apps/kapman/themes -@dirrm share/apps/kapman -@dirrm share/apps/granatier/themes -@dirrm share/apps/granatier/sounds -@dirrm share/apps/granatier/players -@dirrm share/apps/granatier/arenas -@dirrm share/apps/granatier -@dirrmtry share/apps/cmake/modules -@dirrmtry share/apps/cmake -@dirrm share/apps/carddecks/svg-xskat-german -@dirrm share/apps/carddecks/svg-xskat-french -@dirrm share/apps/carddecks/svg-tigullio-international -@dirrm share/apps/carddecks/svg-standard -@dirrm share/apps/carddecks/svg-penguins -@dirrm share/apps/carddecks/svg-oxygen-white -@dirrm share/apps/carddecks/svg-oxygen-air -@dirrm share/apps/carddecks/svg-oxygen -@dirrm share/apps/carddecks/svg-nicu-white -@dirrm share/apps/carddecks/svg-nicu-ornamental -@dirrm share/apps/carddecks/svg-konqi-modern -@dirrm share/apps/carddecks/svg-jolly-royal -@dirrm share/apps/carddecks/svg-gm-paris -@dirrm share/apps/carddecks/svg-future -@dirrm share/apps/carddecks/svg-dondorf -@dirrm share/apps/carddecks/svg-ancient-egyptians -@dirrmtry share/apps/carddecks/decks -@dirrmtry share/apps/carddecks -@dirrm share/apps/bovo/themes/spacy -@dirrm share/apps/bovo/themes/scribble -@dirrm share/apps/bovo/themes/highcontrast -@dirrm share/apps/bovo/themes/gomoku -@dirrm share/apps/bovo/themes -@dirrm share/apps/bovo -@dirrm share/apps/bomber/themes -@dirrm share/apps/bomber -@dirrm lib/libpala -@dirrm lib/cmake/KDEGames -@dirrmtry lib/cmake -@dirrm include/libpala -@dirrm include/libkdegamesprivate/kgame/dialogs -@dirrm include/libkdegamesprivate/kgame -@dirrm include/libkdegamesprivate -@dirrm include/highscore -@dirrm include/Pala -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/games/kdiamond/Makefile b/games/kdiamond/Makefile new file mode 100644 index 000000000000..6bb7a485a4ae --- /dev/null +++ b/games/kdiamond/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= kdiamond +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kdiamond/distinfo b/games/kdiamond/distinfo new file mode 100644 index 000000000000..4d7416fb8b31 --- /dev/null +++ b/games/kdiamond/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kdiamond-4.10.1.tar.xz) = c538f67d665de2b84957b45e856e75231aa3164e85d97f4fb0267ee0a925df4b +SIZE (KDE/4.10.1/kdiamond-4.10.1.tar.xz) = 4173592 diff --git a/games/kdiamond/pkg-descr b/games/kdiamond/pkg-descr new file mode 100644 index 000000000000..65665e286bcc --- /dev/null +++ b/games/kdiamond/pkg-descr @@ -0,0 +1,4 @@ +KDiamond is a single player puzzle game. The object of the game +is to build lines of three similar diamonds. + +WWW: http://www.kde.org/applications/games/kdiamond/ diff --git a/games/kdiamond/pkg-plist b/games/kdiamond/pkg-plist new file mode 100644 index 000000000000..13216e8e960f --- /dev/null +++ b/games/kdiamond/pkg-plist @@ -0,0 +1,31 @@ +bin/kdiamond +share/applications/kde4/kdiamond.desktop +share/apps/kdiamond/kdiamond.kcfg +share/apps/kdiamond/kdiamond.notifyrc +share/apps/kdiamond/kdiamondui.rc +share/apps/kdiamond/themes/default.desktop +share/apps/kdiamond/themes/diamonds.desktop +share/apps/kdiamond/themes/diamonds.png +share/apps/kdiamond/themes/diamonds.svgz +share/apps/kdiamond/themes/egyptian.svgz +share/apps/kdiamond/themes/egyptian_preview.png +share/apps/kdiamond/themes/funny_zoo.desktop +share/apps/kdiamond/themes/funny_zoo.png +share/apps/kdiamond/themes/funny_zoo.svgz +share/config/kdiamond.knsrc +share/doc/HTML/en/kdiamond/common +share/doc/HTML/en/kdiamond/index.cache.bz2 +share/doc/HTML/en/kdiamond/index.docbook +share/icons/hicolor/128x128/apps/kdiamond.png +share/icons/hicolor/16x16/apps/kdiamond.png +share/icons/hicolor/22x22/apps/kdiamond.png +share/icons/hicolor/32x32/apps/kdiamond.png +share/icons/hicolor/48x48/apps/kdiamond.png +share/icons/hicolor/64x64/apps/kdiamond.png +share/icons/hicolor/scalable/apps/kdiamond.svgz +share/sounds/KDiamond-Stone-Drop.ogg +share/sounds/KDiamond-Stone-Swap.ogg +share/sounds/KDiamond-Stone-Touch.ogg +@dirrm share/doc/HTML/en/kdiamond +@dirrm share/apps/kdiamond/themes +@dirrm share/apps/kdiamond diff --git a/games/kfourinline/Makefile b/games/kfourinline/Makefile new file mode 100644 index 000000000000..d595ab949258 --- /dev/null +++ b/games/kfourinline/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= kfourinline +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kfourinline/distinfo b/games/kfourinline/distinfo new file mode 100644 index 000000000000..7ef1290f8eda --- /dev/null +++ b/games/kfourinline/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kfourinline-4.10.1.tar.xz) = 4b38f40ac4dbfe0647b8d16a3ee340a46a7801bf54f38adaa7b8ef08b141076f +SIZE (KDE/4.10.1/kfourinline-4.10.1.tar.xz) = 271676 diff --git a/games/kfourinline/pkg-descr b/games/kfourinline/pkg-descr new file mode 100644 index 000000000000..59090475bfc3 --- /dev/null +++ b/games/kfourinline/pkg-descr @@ -0,0 +1,5 @@ +KFourInLine is a board game for two players based on the Connect-Four +game. The players try to build up a row of four pieces using +different strategies. + +WWW: http://www.kde.org/applications/games/kfourinline/ diff --git a/games/kfourinline/pkg-plist b/games/kfourinline/pkg-plist new file mode 100644 index 000000000000..648efabfea4b --- /dev/null +++ b/games/kfourinline/pkg-plist @@ -0,0 +1,28 @@ +bin/kfourinline +bin/kfourinlineproc +share/applications/kde4/kfourinline.desktop +share/apps/kfourinline/grafix/default.desktop +share/apps/kfourinline/grafix/default.rc +share/apps/kfourinline/grafix/default.svg +share/apps/kfourinline/grafix/gray_reflection.desktop +share/apps/kfourinline/grafix/gray_reflection.rc +share/apps/kfourinline/grafix/gray_reflection.svg +share/apps/kfourinline/grafix/yellow.desktop +share/apps/kfourinline/grafix/yellow.rc +share/apps/kfourinline/grafix/yellow.svg +share/apps/kfourinline/grafix/yellow_reflection.desktop +share/apps/kfourinline/grafix/yellow_reflection.rc +share/apps/kfourinline/kfourinlineui.rc +share/config.kcfg/kwin4.kcfg +share/doc/HTML/en/kfourinline/common +share/doc/HTML/en/kfourinline/index.cache.bz2 +share/doc/HTML/en/kfourinline/index.docbook +share/icons/hicolor/128x128/apps/kfourinline.png +share/icons/hicolor/16x16/apps/kfourinline.png +share/icons/hicolor/22x22/apps/kfourinline.png +share/icons/hicolor/32x32/apps/kfourinline.png +share/icons/hicolor/48x48/apps/kfourinline.png +share/icons/hicolor/64x64/apps/kfourinline.png +@dirrm share/doc/HTML/en/kfourinline +@dirrm share/apps/kfourinline/grafix +@dirrm share/apps/kfourinline diff --git a/games/kgoldrunner/Makefile b/games/kgoldrunner/Makefile new file mode 100644 index 000000000000..24c9ce33f918 --- /dev/null +++ b/games/kgoldrunner/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= kgoldrunner +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kgoldrunner/distinfo b/games/kgoldrunner/distinfo new file mode 100644 index 000000000000..3dfbba9adbee --- /dev/null +++ b/games/kgoldrunner/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kgoldrunner-4.10.1.tar.xz) = 206445c1f18dbbc4a489772324e1b036fc498b221201b839f3b54890ded6c931 +SIZE (KDE/4.10.1/kgoldrunner-4.10.1.tar.xz) = 2094184 diff --git a/games/kgoldrunner/pkg-descr b/games/kgoldrunner/pkg-descr new file mode 100644 index 000000000000..e70f4d85934c --- /dev/null +++ b/games/kgoldrunner/pkg-descr @@ -0,0 +1,6 @@ +KGoldrunner is an action game where the hero runs through a maze, +climbs stairs, dig holes and dodges enemies in order to collect all +the gold nuggets and escape to the next level. Your enemies are +also after the gold. Worse still, they are after you! + +WWW: http://www.kde.org/applications/games/kgoldrunner/ diff --git a/games/kgoldrunner/pkg-plist b/games/kgoldrunner/pkg-plist new file mode 100644 index 000000000000..79c8219ce1f1 --- /dev/null +++ b/games/kgoldrunner/pkg-plist @@ -0,0 +1,82 @@ +bin/kgoldrunner +share/applications/kde4/KGoldrunner.desktop +share/apps/kgoldrunner/kgoldrunnerui.rc +share/apps/kgoldrunner/system/game_CM.txt +share/apps/kgoldrunner/system/game_GMEP.txt +share/apps/kgoldrunner/system/game_GMGR.txt +share/apps/kgoldrunner/system/game_GRII.txt +share/apps/kgoldrunner/system/game_MAZ.txt +share/apps/kgoldrunner/system/game_cnt.txt +share/apps/kgoldrunner/system/game_ende.txt +share/apps/kgoldrunner/system/game_kgr.txt +share/apps/kgoldrunner/system/game_lars.txt +share/apps/kgoldrunner/system/game_plws.txt +share/apps/kgoldrunner/system/game_plwv.txt +share/apps/kgoldrunner/system/game_sot.txt +share/apps/kgoldrunner/system/game_tute.txt +share/apps/kgoldrunner/system/game_tutea.txt +share/apps/kgoldrunner/system/game_wad.txt +share/apps/kgoldrunner/system/hi_kgr.dat +share/apps/kgoldrunner/system/hi_plws.dat +share/apps/kgoldrunner/system/hi_plwv.dat +share/apps/kgoldrunner/system/hi_wad.dat +share/apps/kgoldrunner/system/rec_GMGR.txt +share/apps/kgoldrunner/system/rec_GRII.txt +share/apps/kgoldrunner/system/rec_demo.txt +share/apps/kgoldrunner/themes/README +share/apps/kgoldrunner/themes/accessible/black-on-white-actors.svg +share/apps/kgoldrunner/themes/accessible/black-on-white-set.svg +share/apps/kgoldrunner/themes/accessible/black-on-white.png +share/apps/kgoldrunner/themes/black-on-white.desktop +share/apps/kgoldrunner/themes/default.desktop +share/apps/kgoldrunner/themes/default/actors.svg +share/apps/kgoldrunner/themes/default/climb.wav +share/apps/kgoldrunner/themes/default/completed.ogg +share/apps/kgoldrunner/themes/default/death.ogg +share/apps/kgoldrunner/themes/default/default.png +share/apps/kgoldrunner/themes/default/dig.ogg +share/apps/kgoldrunner/themes/default/falling.ogg +share/apps/kgoldrunner/themes/default/gameover.ogg +share/apps/kgoldrunner/themes/default/gold.ogg +share/apps/kgoldrunner/themes/default/ladder.ogg +share/apps/kgoldrunner/themes/default/set.svg +share/apps/kgoldrunner/themes/default/step.wav +share/apps/kgoldrunner/themes/default/victory.ogg +share/apps/kgoldrunner/themes/egypt.desktop +share/apps/kgoldrunner/themes/egypt/actors.svgz +share/apps/kgoldrunner/themes/egypt/egypt.png +share/apps/kgoldrunner/themes/egypt/egypt_kgr.svgz +share/apps/kgoldrunner/themes/kgr_geek.desktop +share/apps/kgoldrunner/themes/kgr_geek/actors.svgz +share/apps/kgoldrunner/themes/kgr_geek/kgr_geek.png +share/apps/kgoldrunner/themes/kgr_geek/set.svgz +share/apps/kgoldrunner/themes/nostalgia-blues.desktop +share/apps/kgoldrunner/themes/nostalgia.desktop +share/apps/kgoldrunner/themes/nostalgia/actors.svg +share/apps/kgoldrunner/themes/nostalgia/blue-actors.svg +share/apps/kgoldrunner/themes/nostalgia/blue-set.svg +share/apps/kgoldrunner/themes/nostalgia/nostalgia-blues.png +share/apps/kgoldrunner/themes/nostalgia/nostalgia.png +share/apps/kgoldrunner/themes/nostalgia/set.svg +share/config/kgoldrunner.knsrc +share/doc/HTML/en/kgoldrunner/common +share/doc/HTML/en/kgoldrunner/editbar.png +share/doc/HTML/en/kgoldrunner/index.cache.bz2 +share/doc/HTML/en/kgoldrunner/index.docbook +share/doc/HTML/en/kgoldrunner/select.png +share/doc/HTML/en/kgoldrunner/tute008.png +share/icons/hicolor/128x128/apps/kgoldrunner.png +share/icons/hicolor/16x16/apps/kgoldrunner.png +share/icons/hicolor/22x22/apps/kgoldrunner.png +share/icons/hicolor/32x32/apps/kgoldrunner.png +share/icons/hicolor/48x48/apps/kgoldrunner.png +share/icons/hicolor/64x64/apps/kgoldrunner.png +@dirrm share/doc/HTML/en/kgoldrunner +@dirrm share/apps/kgoldrunner/themes/nostalgia +@dirrm share/apps/kgoldrunner/themes/kgr_geek +@dirrm share/apps/kgoldrunner/themes/egypt +@dirrm share/apps/kgoldrunner/themes/default +@dirrm share/apps/kgoldrunner/themes/accessible +@dirrm share/apps/kgoldrunner/themes +@dirrm share/apps/kgoldrunner/system +@dirrm share/apps/kgoldrunner diff --git a/games/khangman/Makefile b/games/khangman/Makefile index cbe5e9a6a689..b64c20a6af25 100644 --- a/games/khangman/Makefile +++ b/games/khangman/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Hangman game for KDE 4 @@ -14,8 +14,9 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix libkdeedu automoc4 USES= cmake:outsource -USE_QT4= moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_QT4= corelib declarative gui opengl script xml \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/games/khangman/distinfo b/games/khangman/distinfo index da64c83c9a14..61a09c07182b 100644 --- a/games/khangman/distinfo +++ b/games/khangman/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/khangman-4.9.5.tar.xz) = 28dc9195dc6e998f32d3bba10b3657f8e5b3644438768a639d35ffb2bc2e8693 -SIZE (KDE/khangman-4.9.5.tar.xz) = 3801416 +SHA256 (KDE/4.10.1/khangman-4.10.1.tar.xz) = bdaf0267b8e58b1f1023f0d1bc5bd830a07ea85ac24b5276945072fac39e7b7e +SIZE (KDE/4.10.1/khangman-4.10.1.tar.xz) = 3946604 diff --git a/games/khangman/pkg-plist b/games/khangman/pkg-plist index 3ae287a19ec7..77f60a688f73 100644 --- a/games/khangman/pkg-plist +++ b/games/khangman/pkg-plist @@ -13,6 +13,7 @@ share/apps/khangman/pics/bees/khangman_bees.svg share/apps/khangman/pics/desert/khangman_desert.svg share/apps/khangman/pics/sea/khangman_sea.svg share/apps/khangman/pics/standardthemes.xml +share/apps/khangman/pics/winter/khangman_winter.svg share/apps/khangman/sounds/EW_Dialogue_Appear.ogg share/apps/khangman/sounds/new_game.ogg share/config.kcfg/khangman.kcfg @@ -43,6 +44,7 @@ share/icons/hicolor/scalable/apps/khangman.svgz @dirrmtry share/icons/hicolor/80x80 @dirrm share/doc/HTML/en/khangman @dirrm share/apps/khangman/sounds +@dirrm share/apps/khangman/pics/winter @dirrm share/apps/khangman/pics/sea @dirrm share/apps/khangman/pics/desert @dirrm share/apps/khangman/pics/bees diff --git a/games/kigo/Makefile b/games/kigo/Makefile new file mode 100644 index 000000000000..f84a0f100d9d --- /dev/null +++ b/games/kigo/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= kigo +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kigo/distinfo b/games/kigo/distinfo new file mode 100644 index 000000000000..c0b5040d8500 --- /dev/null +++ b/games/kigo/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kigo-4.10.1.tar.xz) = 82c9df7eed49c4153e1d50ec16053851400faead4fb7e1c4f8587d8cf542e95e +SIZE (KDE/4.10.1/kigo-4.10.1.tar.xz) = 1371492 diff --git a/games/kigo/pkg-descr b/games/kigo/pkg-descr new file mode 100644 index 000000000000..411af6e47921 --- /dev/null +++ b/games/kigo/pkg-descr @@ -0,0 +1,10 @@ +Kigo is an open-source implementation of the popular Go game. Go +is a strategic board game for two players. It is also known as igo +(Japanese), weiqi or wei ch'i (Chinese) or baduk (Korean). Go is +noted for being rich in strategic complexity despite its simple +rules. The game is played by two players who alternately place +black and white stones (playing pieces, now usually made of glass +or plastic) on the vacant intersections of a grid of 19x19 lines +(9x9 or 13x13 for easier games). + +WWW: http://www.kde.org/applications/games/kigo/ diff --git a/games/kigo/pkg-plist b/games/kigo/pkg-plist new file mode 100644 index 000000000000..c2ee1dabba49 --- /dev/null +++ b/games/kigo/pkg-plist @@ -0,0 +1,34 @@ +bin/kigo +share/applications/kde4/kigo.desktop +share/apps/kigo/games/Honinbo-51-5.sgf +share/apps/kigo/games/Mehin-21-2.sgf +share/apps/kigo/kigoui.rc +share/apps/kigo/themes/default.desktop +share/apps/kigo/themes/kigo_default.png +share/apps/kigo/themes/kigo_default.svgz +share/apps/kigo/themes/kigo_plain.png +share/apps/kigo/themes/kigo_plain.svgz +share/apps/kigo/themes/plain.desktop +share/config.kcfg/kigo.kcfg +share/config/kigo-games.knsrc +share/config/kigo.knsrc +share/doc/HTML/en/kigo/common +share/doc/HTML/en/kigo/get-new-games.png +share/doc/HTML/en/kigo/hint.png +share/doc/HTML/en/kigo/index.cache.bz2 +share/doc/HTML/en/kigo/index.docbook +share/doc/HTML/en/kigo/play-game.png +share/doc/HTML/en/kigo/setup-general.png +share/doc/HTML/en/kigo/setup-theme.png +share/doc/HTML/en/kigo/start-loaded-game.png +share/doc/HTML/en/kigo/start-new-game.png +share/icons/hicolor/128x128/apps/kigo.png +share/icons/hicolor/16x16/apps/kigo.png +share/icons/hicolor/22x22/apps/kigo.png +share/icons/hicolor/32x32/apps/kigo.png +share/icons/hicolor/48x48/apps/kigo.png +share/icons/hicolor/64x64/apps/kigo.png +@dirrm share/doc/HTML/en/kigo +@dirrm share/apps/kigo/themes +@dirrm share/apps/kigo/games +@dirrm share/apps/kigo diff --git a/games/killbots/Makefile b/games/killbots/Makefile new file mode 100644 index 000000000000..10436ad16098 --- /dev/null +++ b/games/killbots/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= killbots +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= corelib gui qtestlib xml \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/killbots/distinfo b/games/killbots/distinfo new file mode 100644 index 000000000000..c5e19dce7667 --- /dev/null +++ b/games/killbots/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/killbots-4.10.1.tar.xz) = 39b52c953a53511673639a852b8e8cf72c437a2b7211c0b4d8d2f3cb5ab50e8b +SIZE (KDE/4.10.1/killbots-4.10.1.tar.xz) = 974104 diff --git a/games/killbots/pkg-descr b/games/killbots/pkg-descr new file mode 100644 index 000000000000..21c7cc6ff796 --- /dev/null +++ b/games/killbots/pkg-descr @@ -0,0 +1,10 @@ +Killbots is a simple game of evading killer robots. Who created +the robots and why they have been programmed to destroy, no one +knows. All that is known is that the robots are numerous and their +sole objective is to destroy you. Fortunately for you, their creator +has focused on quantity rather than quality and as a result the +robots are severely lacking in intelligence. Your superior wit and +a fancy teleportation device are your only weapons against the +never- ending stream of mindless automatons. + +WWW: http://www.kde.org/applications/games/killbots/ diff --git a/games/killbots/pkg-plist b/games/killbots/pkg-plist new file mode 100644 index 000000000000..cc0d15b892fc --- /dev/null +++ b/games/killbots/pkg-plist @@ -0,0 +1,42 @@ +bin/killbots +share/applications/kde4/killbots.desktop +share/apps/killbots/killbotsui.rc +share/apps/killbots/rulesets/classic.desktop +share/apps/killbots/rulesets/daleks.desktop +share/apps/killbots/rulesets/default.desktop +share/apps/killbots/rulesets/easy.desktop +share/apps/killbots/rulesets/energycrisis.desktop +share/apps/killbots/themes/classic.desktop +share/apps/killbots/themes/classic.png +share/apps/killbots/themes/classic.svgz +share/apps/killbots/themes/mountainadventure.desktop +share/apps/killbots/themes/mountainadventure.png +share/apps/killbots/themes/mountainadventure.svgz +share/apps/killbots/themes/mummymadness.desktop +share/apps/killbots/themes/mummymadness.png +share/apps/killbots/themes/mummymadness.svgz +share/apps/killbots/themes/robotkill.desktop +share/apps/killbots/themes/robotkill.png +share/apps/killbots/themes/robotkill.svgz +share/config.kcfg/killbots.kcfg +share/doc/HTML/en/killbots/common +share/doc/HTML/en/killbots/enemy.png +share/doc/HTML/en/killbots/fastenemy.png +share/doc/HTML/en/killbots/grid.png +share/doc/HTML/en/killbots/hero.png +share/doc/HTML/en/killbots/index.cache.bz2 +share/doc/HTML/en/killbots/index.docbook +share/doc/HTML/en/killbots/junkheap.png +share/doc/HTML/en/killbots/status.png +share/doc/HTML/en/killbots/waitoutround.png +share/icons/hicolor/128x128/apps/killbots.png +share/icons/hicolor/16x16/apps/killbots.png +share/icons/hicolor/22x22/apps/killbots.png +share/icons/hicolor/32x32/apps/killbots.png +share/icons/hicolor/48x48/apps/killbots.png +share/icons/hicolor/64x64/apps/killbots.png +share/icons/hicolor/scalable/apps/killbots.svgz +@dirrm share/doc/HTML/en/killbots +@dirrm share/apps/killbots/themes +@dirrm share/apps/killbots/rulesets +@dirrm share/apps/killbots diff --git a/games/kiriki/Makefile b/games/kiriki/Makefile new file mode 100644 index 000000000000..4ecd2b70a63d --- /dev/null +++ b/games/kiriki/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= kiriki +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kiriki/distinfo b/games/kiriki/distinfo new file mode 100644 index 000000000000..18a1d577c5f3 --- /dev/null +++ b/games/kiriki/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kiriki-4.10.1.tar.xz) = 55449ec923bcd2b18bcb34163705aa55b1c388df90fe537c67f5be8f7476f207 +SIZE (KDE/4.10.1/kiriki-4.10.1.tar.xz) = 125688 diff --git a/games/kiriki/pkg-descr b/games/kiriki/pkg-descr new file mode 100644 index 000000000000..948eb4f00097 --- /dev/null +++ b/games/kiriki/pkg-descr @@ -0,0 +1,5 @@ +Kiriki is an addictive and fun dice game, designed to be played by +as many as six players. Participants have to collect points by +rolling five dice for up to three times per single turn. + +WWW: http://www.kde.org/applications/games/kiriki/ diff --git a/games/kiriki/pkg-plist b/games/kiriki/pkg-plist new file mode 100644 index 000000000000..2212f3f709c5 --- /dev/null +++ b/games/kiriki/pkg-plist @@ -0,0 +1,22 @@ +bin/kiriki +share/applications/kde4/kiriki.desktop +share/apps/kiriki/images/dice-1.png +share/apps/kiriki/images/dice-2.png +share/apps/kiriki/images/dice-3.png +share/apps/kiriki/images/dice-4.png +share/apps/kiriki/images/dice-5.png +share/apps/kiriki/images/dice-6.png +share/apps/kiriki/images/dice-none.png +share/apps/kiriki/kirikiui.rc +share/doc/HTML/en/kiriki/common +share/doc/HTML/en/kiriki/index.cache.bz2 +share/doc/HTML/en/kiriki/index.docbook +share/icons/hicolor/128x128/apps/kiriki.png +share/icons/hicolor/16x16/apps/kiriki.png +share/icons/hicolor/22x22/apps/kiriki.png +share/icons/hicolor/32x32/apps/kiriki.png +share/icons/hicolor/48x48/apps/kiriki.png +share/icons/hicolor/64x64/apps/kiriki.png +@dirrm share/doc/HTML/en/kiriki +@dirrm share/apps/kiriki/images +@dirrm share/apps/kiriki diff --git a/games/kjumpingcube/Makefile b/games/kjumpingcube/Makefile new file mode 100644 index 000000000000..ee220a663133 --- /dev/null +++ b/games/kjumpingcube/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= kjumpingcube +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kjumpingcube/distinfo b/games/kjumpingcube/distinfo new file mode 100644 index 000000000000..ebb8517fe649 --- /dev/null +++ b/games/kjumpingcube/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kjumpingcube-4.10.1.tar.xz) = f3fe30adb67636d42823eb764fbbd2d948dba934d9705526fd3ff85d7f6ae897 +SIZE (KDE/4.10.1/kjumpingcube-4.10.1.tar.xz) = 104284 diff --git a/games/kjumpingcube/pkg-descr b/games/kjumpingcube/pkg-descr new file mode 100644 index 000000000000..d034d87ee47b --- /dev/null +++ b/games/kjumpingcube/pkg-descr @@ -0,0 +1,5 @@ +KJumpingCube is a simple dice driven tactical game. The playing +area consists of squares containing points. Players move by clicking +on either a vacant square, or on own square. + +WWW: http://www.kde.org/applications/games/kjumpingcube/ diff --git a/games/kjumpingcube/pkg-plist b/games/kjumpingcube/pkg-plist new file mode 100644 index 000000000000..ed908c395a0f --- /dev/null +++ b/games/kjumpingcube/pkg-plist @@ -0,0 +1,18 @@ +bin/kjumpingcube +share/applications/kde4/kjumpingcube.desktop +share/apps/kjumpingcube/kjumpingcubeui.rc +share/apps/kjumpingcube/pics/default.desktop +share/apps/kjumpingcube/pics/default.svg +share/config.kcfg/kjumpingcube.kcfg +share/doc/HTML/en/kjumpingcube/common +share/doc/HTML/en/kjumpingcube/index.cache.bz2 +share/doc/HTML/en/kjumpingcube/index.docbook +share/icons/hicolor/128x128/apps/kjumpingcube.png +share/icons/hicolor/16x16/apps/kjumpingcube.png +share/icons/hicolor/22x22/apps/kjumpingcube.png +share/icons/hicolor/32x32/apps/kjumpingcube.png +share/icons/hicolor/48x48/apps/kjumpingcube.png +share/icons/hicolor/64x64/apps/kjumpingcube.png +@dirrm share/doc/HTML/en/kjumpingcube +@dirrm share/apps/kjumpingcube/pics +@dirrm share/apps/kjumpingcube diff --git a/games/klines/Makefile b/games/klines/Makefile new file mode 100644 index 000000000000..970ce2ca2d24 --- /dev/null +++ b/games/klines/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= klines +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/klines/distinfo b/games/klines/distinfo new file mode 100644 index 000000000000..9eb71befcdde --- /dev/null +++ b/games/klines/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/klines-4.10.1.tar.xz) = 3c00dc2c61209abb4666762a9d18a63a45b459c29fbd3b8f57fd424c950eb6b6 +SIZE (KDE/4.10.1/klines-4.10.1.tar.xz) = 958240 diff --git a/games/klines/pkg-descr b/games/klines/pkg-descr new file mode 100644 index 000000000000..f8b2207f8cf1 --- /dev/null +++ b/games/klines/pkg-descr @@ -0,0 +1,8 @@ +KLines is a simple but highly addictive one player game. The player +has to move the colored balls around the game board, gathering them +into the lines of the same color by five. Once the line is complete +it is removed from the board, therefore freeing precious space. In +the same time the new balls keep arriving by three after each move, +filling up the game board. + +WWW: http://www.kde.org/applications/games/klines/ diff --git a/games/klines/pkg-plist b/games/klines/pkg-plist new file mode 100644 index 000000000000..7b3e2a511584 --- /dev/null +++ b/games/klines/pkg-plist @@ -0,0 +1,29 @@ +bin/klines +share/applications/kde4/klines.desktop +share/apps/klines/klinesui.rc +share/apps/klines/themes/crystal.desktop +share/apps/klines/themes/crystal.png +share/apps/klines/themes/egyptian.desktop +share/apps/klines/themes/egyptian.png +share/apps/klines/themes/egyptian.svgz +share/apps/klines/themes/klines-gems.desktop +share/apps/klines/themes/klines-gems.png +share/apps/klines/themes/klines-gems.svgz +share/apps/klines/themes/klines_crystal.svgz +share/apps/klines/themes/metal.desktop +share/apps/klines/themes/metal.png +share/apps/klines/themes/metal.svgz +share/config.kcfg/klines.kcfg +share/doc/HTML/en/klines/common +share/doc/HTML/en/klines/gamescreen.png +share/doc/HTML/en/klines/index.cache.bz2 +share/doc/HTML/en/klines/index.docbook +share/icons/hicolor/128x128/apps/klines.png +share/icons/hicolor/16x16/apps/klines.png +share/icons/hicolor/22x22/apps/klines.png +share/icons/hicolor/32x32/apps/klines.png +share/icons/hicolor/48x48/apps/klines.png +share/icons/hicolor/64x64/apps/klines.png +@dirrm share/doc/HTML/en/klines +@dirrm share/apps/klines/themes +@dirrm share/apps/klines diff --git a/games/kmahjongg/Makefile b/games/kmahjongg/Makefile new file mode 100644 index 000000000000..9196d62f6ffd --- /dev/null +++ b/games/kmahjongg/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= kmahjongg +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +LIB_DEPENDS= kmahjongglib.5:${PORTSDIR}/games/libkmahjongg + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kmahjongg/distinfo b/games/kmahjongg/distinfo new file mode 100644 index 000000000000..ad60e50944a1 --- /dev/null +++ b/games/kmahjongg/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kmahjongg-4.10.1.tar.xz) = 6b1901d772617cd93da61dfd201aee9838f289ff839093ebee8767a6fbd880ec +SIZE (KDE/4.10.1/kmahjongg-4.10.1.tar.xz) = 1079168 diff --git a/games/kmahjongg/pkg-descr b/games/kmahjongg/pkg-descr new file mode 100644 index 000000000000..0238b53d61ab --- /dev/null +++ b/games/kmahjongg/pkg-descr @@ -0,0 +1,6 @@ +In KMahjongg the tiles are scrambled and staked on top of each other +to resemble a certain shape. The player is then expected to remove +all the tiles off the game board by locating each tile's matching +pair. + +WWW: http://www.kde.org/applications/games/kmahjongg/ diff --git a/games/kmahjongg/pkg-plist b/games/kmahjongg/pkg-plist new file mode 100644 index 000000000000..5e52a6f45f80 --- /dev/null +++ b/games/kmahjongg/pkg-plist @@ -0,0 +1,169 @@ +bin/kmahjongg +share/applications/kde4/kmahjongg.desktop +share/apps/kmahjongg/kmahjonggui.rc +share/apps/kmahjongg/layouts/4_winds.desktop +share/apps/kmahjongg/layouts/4_winds.layout +share/apps/kmahjongg/layouts/Vi.desktop +share/apps/kmahjongg/layouts/Vi.layout +share/apps/kmahjongg/layouts/X_shaped.desktop +share/apps/kmahjongg/layouts/X_shaped.layout +share/apps/kmahjongg/layouts/alien.desktop +share/apps/kmahjongg/layouts/alien.layout +share/apps/kmahjongg/layouts/altar.desktop +share/apps/kmahjongg/layouts/altar.layout +share/apps/kmahjongg/layouts/arena.desktop +share/apps/kmahjongg/layouts/arena.layout +share/apps/kmahjongg/layouts/arrow.desktop +share/apps/kmahjongg/layouts/arrow.layout +share/apps/kmahjongg/layouts/atlantis.desktop +share/apps/kmahjongg/layouts/atlantis.layout +share/apps/kmahjongg/layouts/aztec.desktop +share/apps/kmahjongg/layouts/aztec.layout +share/apps/kmahjongg/layouts/balance.desktop +share/apps/kmahjongg/layouts/balance.layout +share/apps/kmahjongg/layouts/bat.desktop +share/apps/kmahjongg/layouts/bat.layout +share/apps/kmahjongg/layouts/bug.desktop +share/apps/kmahjongg/layouts/bug.layout +share/apps/kmahjongg/layouts/castle.desktop +share/apps/kmahjongg/layouts/castle.layout +share/apps/kmahjongg/layouts/castle2.desktop +share/apps/kmahjongg/layouts/castle2.layout +share/apps/kmahjongg/layouts/cat.desktop +share/apps/kmahjongg/layouts/cat.layout +share/apps/kmahjongg/layouts/chains.desktop +share/apps/kmahjongg/layouts/chains.layout +share/apps/kmahjongg/layouts/checkered.desktop +share/apps/kmahjongg/layouts/checkered.layout +share/apps/kmahjongg/layouts/chip.desktop +share/apps/kmahjongg/layouts/chip.layout +share/apps/kmahjongg/layouts/clubs.desktop +share/apps/kmahjongg/layouts/clubs.layout +share/apps/kmahjongg/layouts/columns.desktop +share/apps/kmahjongg/layouts/columns.layout +share/apps/kmahjongg/layouts/crab.desktop +share/apps/kmahjongg/layouts/crab.layout +share/apps/kmahjongg/layouts/cross.desktop +share/apps/kmahjongg/layouts/cross.layout +share/apps/kmahjongg/layouts/default.desktop +share/apps/kmahjongg/layouts/default.layout +share/apps/kmahjongg/layouts/dragon.desktop +share/apps/kmahjongg/layouts/dragon.layout +share/apps/kmahjongg/layouts/eagle.desktop +share/apps/kmahjongg/layouts/eagle.layout +share/apps/kmahjongg/layouts/enterprise.desktop +share/apps/kmahjongg/layouts/enterprise.layout +share/apps/kmahjongg/layouts/explosion.desktop +share/apps/kmahjongg/layouts/explosion.layout +share/apps/kmahjongg/layouts/flowers.desktop +share/apps/kmahjongg/layouts/flowers.layout +share/apps/kmahjongg/layouts/future.desktop +share/apps/kmahjongg/layouts/future.layout +share/apps/kmahjongg/layouts/galaxy.desktop +share/apps/kmahjongg/layouts/galaxy.layout +share/apps/kmahjongg/layouts/garden.desktop +share/apps/kmahjongg/layouts/garden.layout +share/apps/kmahjongg/layouts/girl.desktop +share/apps/kmahjongg/layouts/girl.layout +share/apps/kmahjongg/layouts/glade.desktop +share/apps/kmahjongg/layouts/glade.layout +share/apps/kmahjongg/layouts/grid.desktop +share/apps/kmahjongg/layouts/grid.layout +share/apps/kmahjongg/layouts/helios.desktop +share/apps/kmahjongg/layouts/helios.layout +share/apps/kmahjongg/layouts/hole.desktop +share/apps/kmahjongg/layouts/hole.layout +share/apps/kmahjongg/layouts/inner_circle.desktop +share/apps/kmahjongg/layouts/inner_circle.layout +share/apps/kmahjongg/layouts/key.desktop +share/apps/kmahjongg/layouts/key.layout +share/apps/kmahjongg/layouts/km.desktop +share/apps/kmahjongg/layouts/km.layout +share/apps/kmahjongg/layouts/labyrinth.desktop +share/apps/kmahjongg/layouts/labyrinth.layout +share/apps/kmahjongg/layouts/mask.desktop +share/apps/kmahjongg/layouts/mask.layout +share/apps/kmahjongg/layouts/maya.desktop +share/apps/kmahjongg/layouts/maya.layout +share/apps/kmahjongg/layouts/maze.desktop +share/apps/kmahjongg/layouts/maze.layout +share/apps/kmahjongg/layouts/mesh.desktop +share/apps/kmahjongg/layouts/mesh.layout +share/apps/kmahjongg/layouts/moth.desktop +share/apps/kmahjongg/layouts/moth.layout +share/apps/kmahjongg/layouts/order.desktop +share/apps/kmahjongg/layouts/order.layout +share/apps/kmahjongg/layouts/pattern.desktop +share/apps/kmahjongg/layouts/pattern.layout +share/apps/kmahjongg/layouts/penta.desktop +share/apps/kmahjongg/layouts/penta.layout +share/apps/kmahjongg/layouts/pillars.desktop +share/apps/kmahjongg/layouts/pillars.layout +share/apps/kmahjongg/layouts/pirates.desktop +share/apps/kmahjongg/layouts/pirates.layout +share/apps/kmahjongg/layouts/pyramid.desktop +share/apps/kmahjongg/layouts/pyramid.layout +share/apps/kmahjongg/layouts/rocket.desktop +share/apps/kmahjongg/layouts/rocket.layout +share/apps/kmahjongg/layouts/shield.desktop +share/apps/kmahjongg/layouts/shield.layout +share/apps/kmahjongg/layouts/spider.desktop +share/apps/kmahjongg/layouts/spider.layout +share/apps/kmahjongg/layouts/squares.desktop +share/apps/kmahjongg/layouts/squares.layout +share/apps/kmahjongg/layouts/squaring.desktop +share/apps/kmahjongg/layouts/squaring.layout +share/apps/kmahjongg/layouts/stadion.desktop +share/apps/kmahjongg/layouts/stadion.layout +share/apps/kmahjongg/layouts/stairs.desktop +share/apps/kmahjongg/layouts/stairs.layout +share/apps/kmahjongg/layouts/star.desktop +share/apps/kmahjongg/layouts/star.layout +share/apps/kmahjongg/layouts/star_ship.desktop +share/apps/kmahjongg/layouts/star_ship.layout +share/apps/kmahjongg/layouts/stax.desktop +share/apps/kmahjongg/layouts/stax.layout +share/apps/kmahjongg/layouts/swirl.desktop +share/apps/kmahjongg/layouts/swirl.layout +share/apps/kmahjongg/layouts/temple.desktop +share/apps/kmahjongg/layouts/temple.layout +share/apps/kmahjongg/layouts/the_door.desktop +share/apps/kmahjongg/layouts/the_door.layout +share/apps/kmahjongg/layouts/theatre.desktop +share/apps/kmahjongg/layouts/theatre.layout +share/apps/kmahjongg/layouts/time_tunnel.desktop +share/apps/kmahjongg/layouts/time_tunnel.layout +share/apps/kmahjongg/layouts/tomb.desktop +share/apps/kmahjongg/layouts/tomb.layout +share/apps/kmahjongg/layouts/totem.desktop +share/apps/kmahjongg/layouts/totem.layout +share/apps/kmahjongg/layouts/tower.desktop +share/apps/kmahjongg/layouts/tower.layout +share/apps/kmahjongg/layouts/triangle.desktop +share/apps/kmahjongg/layouts/triangle.layout +share/apps/kmahjongg/layouts/up&down.desktop +share/apps/kmahjongg/layouts/up&down.layout +share/apps/kmahjongg/layouts/well.desktop +share/apps/kmahjongg/layouts/well.layout +share/config.kcfg/kmahjongg.kcfg +share/doc/HTML/en/kmahjongg/common +share/doc/HTML/en/kmahjongg/config.png +share/doc/HTML/en/kmahjongg/config_background.png +share/doc/HTML/en/kmahjongg/config_layout.png +share/doc/HTML/en/kmahjongg/config_tiles.png +share/doc/HTML/en/kmahjongg/gamescreen.png +share/doc/HTML/en/kmahjongg/highscore.png +share/doc/HTML/en/kmahjongg/index.cache.bz2 +share/doc/HTML/en/kmahjongg/index.docbook +share/doc/HTML/en/kmahjongg/numbered.png +share/doc/HTML/en/kmahjongg/shortcuts.png +share/icons/hicolor/128x128/apps/kmahjongg.png +share/icons/hicolor/16x16/apps/kmahjongg.png +share/icons/hicolor/22x22/apps/kmahjongg.png +share/icons/hicolor/32x32/apps/kmahjongg.png +share/icons/hicolor/48x48/apps/kmahjongg.png +share/icons/hicolor/64x64/apps/kmahjongg.png +share/icons/hicolor/scalable/apps/kmahjongg.svgz +@dirrm share/doc/HTML/en/kmahjongg +@dirrm share/apps/kmahjongg/layouts +@dirrm share/apps/kmahjongg diff --git a/games/kmines/Makefile b/games/kmines/Makefile new file mode 100644 index 000000000000..97791470334d --- /dev/null +++ b/games/kmines/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= kmines +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kmines/distinfo b/games/kmines/distinfo new file mode 100644 index 000000000000..248aaee114e2 --- /dev/null +++ b/games/kmines/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kmines-4.10.1.tar.xz) = 4cff4e5e7337f8f1294d0ea057a532e59f0e8beed7573d8773e34181dacb959a +SIZE (KDE/4.10.1/kmines-4.10.1.tar.xz) = 659312 diff --git a/games/kmines/pkg-descr b/games/kmines/pkg-descr new file mode 100644 index 000000000000..e1cb886ebf55 --- /dev/null +++ b/games/kmines/pkg-descr @@ -0,0 +1,5 @@ +KMines is a classic Minesweeper game. The idea is to uncover all +the squares without blowing up any mines. When a mine is blown up, +the game is over. + +WWW: http://www.kde.org/applications/games/kmines/ diff --git a/games/kmines/pkg-plist b/games/kmines/pkg-plist new file mode 100644 index 000000000000..1d23572d752a --- /dev/null +++ b/games/kmines/pkg-plist @@ -0,0 +1,29 @@ +bin/kmines +share/applications/kde4/kmines.desktop +share/apps/kmines/kmines.notifyrc +share/apps/kmines/kminesui.rc +share/apps/kmines/themes/classic.desktop +share/apps/kmines/themes/classic_preview.png +share/apps/kmines/themes/default.desktop +share/apps/kmines/themes/default_preview.png +share/apps/kmines/themes/graveyard-mayhem-preview.png +share/apps/kmines/themes/graveyard-mayhem.desktop +share/apps/kmines/themes/graveyard-mayhem.svgz +share/apps/kmines/themes/green.desktop +share/apps/kmines/themes/green.png +share/apps/kmines/themes/kmines_classic.svgz +share/apps/kmines/themes/kmines_green.svgz +share/apps/kmines/themes/kmines_oxygen.svgz +share/config/kmines.knsrc +share/doc/HTML/en/kmines/common +share/doc/HTML/en/kmines/index.cache.bz2 +share/doc/HTML/en/kmines/index.docbook +share/icons/hicolor/128x128/apps/kmines.png +share/icons/hicolor/16x16/apps/kmines.png +share/icons/hicolor/22x22/apps/kmines.png +share/icons/hicolor/32x32/apps/kmines.png +share/icons/hicolor/48x48/apps/kmines.png +share/icons/hicolor/64x64/apps/kmines.png +@dirrm share/doc/HTML/en/kmines +@dirrm share/apps/kmines/themes +@dirrm share/apps/kmines diff --git a/games/knavalbattle/Makefile b/games/knavalbattle/Makefile new file mode 100644 index 000000000000..d8cf9cc6e168 --- /dev/null +++ b/games/knavalbattle/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= knavalbattle +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= corelib gui network xml \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/knavalbattle/distinfo b/games/knavalbattle/distinfo new file mode 100644 index 000000000000..ae930464f8ed --- /dev/null +++ b/games/knavalbattle/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/knavalbattle-4.10.1.tar.xz) = 4ba4f05d9be054eeca7619ea753b10bd640532f7ba25f0033a825ff0ebae18ec +SIZE (KDE/4.10.1/knavalbattle-4.10.1.tar.xz) = 856940 diff --git a/games/knavalbattle/pkg-descr b/games/knavalbattle/pkg-descr new file mode 100644 index 000000000000..6123de0fd669 --- /dev/null +++ b/games/knavalbattle/pkg-descr @@ -0,0 +1,6 @@ +Naval Battle is a Battle Ship game for KDE. Ships are placed on a +board which represents the sea. Players try to hit each others +ships in turns without knowing where they are placed. The first +player to destroy all ships wins the game. + +WWW: http://www.kde.org/applications/games/navalbattle/ diff --git a/games/knavalbattle/pkg-plist b/games/knavalbattle/pkg-plist new file mode 100644 index 000000000000..82bc2d3a743f --- /dev/null +++ b/games/knavalbattle/pkg-plist @@ -0,0 +1,23 @@ +bin/kbattleship +share/applications/kde4/kbattleship.desktop +share/apps/kbattleship/kbattleshipui.rc +share/apps/kbattleship/pictures/default.desktop +share/apps/kbattleship/pictures/default_theme.svgz +share/apps/kbattleship/sounds/ship-player-shoot-water.ogg +share/apps/kbattleship/sounds/ship-player1-shoot.ogg +share/apps/kbattleship/sounds/ship-player2-shoot.ogg +share/apps/kbattleship/sounds/ship-sink.ogg +share/doc/HTML/en/kbattleship/common +share/doc/HTML/en/kbattleship/index.cache.bz2 +share/doc/HTML/en/kbattleship/index.docbook +share/icons/hicolor/128x128/apps/kbattleship.png +share/icons/hicolor/16x16/apps/kbattleship.png +share/icons/hicolor/22x22/apps/kbattleship.png +share/icons/hicolor/32x32/apps/kbattleship.png +share/icons/hicolor/48x48/apps/kbattleship.png +share/icons/hicolor/64x64/apps/kbattleship.png +share/kde4/services/kbattleship.protocol +@dirrm share/doc/HTML/en/kbattleship +@dirrm share/apps/kbattleship/sounds +@dirrm share/apps/kbattleship/pictures +@dirrm share/apps/kbattleship diff --git a/games/knetwalk/Makefile b/games/knetwalk/Makefile new file mode 100644 index 000000000000..ba2c10f38e80 --- /dev/null +++ b/games/knetwalk/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= knetwalk +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/knetwalk/distinfo b/games/knetwalk/distinfo new file mode 100644 index 000000000000..19bd05170dd8 --- /dev/null +++ b/games/knetwalk/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/knetwalk-4.10.1.tar.xz) = c7f6a9593e4b571e5c18b6c3769e89a2bddc5a273cc0413ac96f36defd5894cd +SIZE (KDE/4.10.1/knetwalk-4.10.1.tar.xz) = 790744 diff --git a/games/knetwalk/pkg-descr b/games/knetwalk/pkg-descr new file mode 100644 index 000000000000..8e5d6540e198 --- /dev/null +++ b/games/knetwalk/pkg-descr @@ -0,0 +1,6 @@ +KNetWalk is a small game where you have to build up a computer +network by rotating the wires to connect the terminals to the server. +When the network is build, a highscore-list comes up where competitions +can be fought out. + +WWW: http://www.kde.org/applications/games/knetwalk/ diff --git a/games/knetwalk/pkg-plist b/games/knetwalk/pkg-plist new file mode 100644 index 000000000000..8503a5463555 --- /dev/null +++ b/games/knetwalk/pkg-plist @@ -0,0 +1,29 @@ +bin/knetwalk +share/applications/kde4/knetwalk.desktop +share/apps/knetwalk/knetwalk.notifyrc +share/apps/knetwalk/knetwalkui.rc +share/apps/knetwalk/sounds/click.wav +share/apps/knetwalk/sounds/connect.wav +share/apps/knetwalk/sounds/start.wav +share/apps/knetwalk/sounds/turn.wav +share/apps/knetwalk/sounds/win.wav +share/apps/knetwalk/themes/default.desktop +share/apps/knetwalk/themes/default.svgz +share/apps/knetwalk/themes/default_preview.png +share/apps/knetwalk/themes/electronic.desktop +share/apps/knetwalk/themes/electronic.svgz +share/apps/knetwalk/themes/electronic_preview.png +share/doc/HTML/en/knetwalk/common +share/doc/HTML/en/knetwalk/index.cache.bz2 +share/doc/HTML/en/knetwalk/index.docbook +share/icons/hicolor/128x128/apps/knetwalk.png +share/icons/hicolor/16x16/apps/knetwalk.png +share/icons/hicolor/22x22/apps/knetwalk.png +share/icons/hicolor/32x32/apps/knetwalk.png +share/icons/hicolor/48x48/apps/knetwalk.png +share/icons/hicolor/64x64/apps/knetwalk.png +share/icons/hicolor/scalable/apps/knetwalk.svgz +@dirrm share/doc/HTML/en/knetwalk +@dirrm share/apps/knetwalk/themes +@dirrm share/apps/knetwalk/sounds +@dirrm share/apps/knetwalk diff --git a/games/kolf/Makefile b/games/kolf/Makefile new file mode 100644 index 000000000000..2c9aa85e3bd1 --- /dev/null +++ b/games/kolf/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= kolf +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kolf/distinfo b/games/kolf/distinfo new file mode 100644 index 000000000000..7cb14201c612 --- /dev/null +++ b/games/kolf/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kolf-4.10.1.tar.xz) = 875f138d5738531bde7d541793c9e74a24ecdd105b6eb9847a539c99e59a373a +SIZE (KDE/4.10.1/kolf-4.10.1.tar.xz) = 778412 diff --git a/games/kolf/pkg-descr b/games/kolf/pkg-descr new file mode 100644 index 000000000000..bc43ac2a2df1 --- /dev/null +++ b/games/kolf/pkg-descr @@ -0,0 +1,6 @@ +Kolf is a miniature golf game. The game is played from an overhead +view, with a short bar representing the golf club. Kolf features +many different types of objects, such water hazards, slopes, sand +traps, and black holes (warps), among others. + +WWW: http://www.kde.org/applications/games/kolf/ diff --git a/games/kolf/pkg-plist b/games/kolf/pkg-plist new file mode 100644 index 000000000000..dc1eb54b0178 --- /dev/null +++ b/games/kolf/pkg-plist @@ -0,0 +1,40 @@ +bin/kolf +lib/libkolfprivate.so +lib/libkolfprivate.so.5 +lib/libkolfprivate.so.5.0.1 +share/applications/kde4/kolf.desktop +share/apps/kolf/courses/Classic.kolf +share/apps/kolf/courses/Easy.kolf +share/apps/kolf/courses/Hard.kolf +share/apps/kolf/courses/Impossible +share/apps/kolf/courses/Medium.kolf +share/apps/kolf/courses/Practice +share/apps/kolf/courses/ReallyEasy +share/apps/kolf/courses/USApro +share/apps/kolf/intro +share/apps/kolf/kolfui.rc +share/apps/kolf/pics/default_theme.svgz +share/apps/kolf/sounds/blackhole.wav +share/apps/kolf/sounds/blackholeeject.wav +share/apps/kolf/sounds/blackholeputin.wav +share/apps/kolf/sounds/hit.wav +share/apps/kolf/sounds/holed.wav +share/apps/kolf/sounds/holeinone.wav +share/apps/kolf/sounds/puddle.wav +share/apps/kolf/sounds/wall.wav +share/apps/kolf/tutorial.kolf +share/apps/kolf/tutorial.kolfgame +share/doc/HTML/en/kolf/common +share/doc/HTML/en/kolf/index.cache.bz2 +share/doc/HTML/en/kolf/index.docbook +share/icons/hicolor/128x128/apps/kolf.png +share/icons/hicolor/16x16/apps/kolf.png +share/icons/hicolor/22x22/apps/kolf.png +share/icons/hicolor/32x32/apps/kolf.png +share/icons/hicolor/48x48/apps/kolf.png +share/icons/hicolor/64x64/apps/kolf.png +@dirrm share/doc/HTML/en/kolf +@dirrm share/apps/kolf/sounds +@dirrm share/apps/kolf/pics +@dirrm share/apps/kolf/courses +@dirrm share/apps/kolf diff --git a/games/kollision/Makefile b/games/kollision/Makefile new file mode 100644 index 000000000000..3339b33b89eb --- /dev/null +++ b/games/kollision/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= kollision +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kollision/distinfo b/games/kollision/distinfo new file mode 100644 index 000000000000..9728697ec230 --- /dev/null +++ b/games/kollision/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kollision-4.10.1.tar.xz) = e899c4f451db2b05077a69dc1d3b55ab1bce4917f1ad0f4392896ed7e9b68f57 +SIZE (KDE/4.10.1/kollision-4.10.1.tar.xz) = 213608 diff --git a/games/kollision/pkg-descr b/games/kollision/pkg-descr new file mode 100644 index 000000000000..aae9d94b314c --- /dev/null +++ b/games/kollision/pkg-descr @@ -0,0 +1,3 @@ +Kollision is a simple ball dodging game. + +WWW: http://www.kde.org/applications/games/kollision/ diff --git a/games/kollision/pkg-plist b/games/kollision/pkg-plist new file mode 100644 index 000000000000..1fd899e34034 --- /dev/null +++ b/games/kollision/pkg-plist @@ -0,0 +1,28 @@ +bin/kollision +share/applications/kde4/kollision.desktop +share/apps/kollision/kollisionui.rc +share/apps/kollision/pictures/theme.svgz +share/apps/kollision/sounds/ball_leaving.ogg +share/apps/kollision/sounds/hit_wall.ogg +share/apps/kollision/sounds/start.ogg +share/apps/kollision/sounds/you_lose.ogg +share/doc/HTML/en/kollision/common +share/doc/HTML/en/kollision/index.cache.bz2 +share/doc/HTML/en/kollision/index.docbook +share/icons/hicolor/128x128/apps/kollision.png +share/icons/hicolor/16x16/apps/kollision.png +share/icons/hicolor/22x22/apps/kollision.png +share/icons/hicolor/32x32/apps/kollision.png +share/icons/hicolor/48x48/apps/kollision.png +share/icons/hicolor/64x64/apps/kollision.png +share/icons/oxygen/128x128/apps/kollision.png +share/icons/oxygen/16x16/apps/kollision.png +share/icons/oxygen/22x22/apps/kollision.png +share/icons/oxygen/32x32/apps/kollision.png +share/icons/oxygen/48x48/apps/kollision.png +share/icons/oxygen/64x64/apps/kollision.png +share/icons/oxygen/scalable/apps/kollision.svgz +@dirrm share/doc/HTML/en/kollision +@dirrm share/apps/kollision/sounds +@dirrm share/apps/kollision/pictures +@dirrm share/apps/kollision diff --git a/games/konquest/Makefile b/games/konquest/Makefile new file mode 100644 index 000000000000..f616ffd09954 --- /dev/null +++ b/games/konquest/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= konquest +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/konquest/distinfo b/games/konquest/distinfo new file mode 100644 index 000000000000..d96a0efee902 --- /dev/null +++ b/games/konquest/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/konquest-4.10.1.tar.xz) = 837b5e40a3e93ca9d2fb4e669ba0b5acbd9c8f5203a019bcf0845305376a9cfe +SIZE (KDE/4.10.1/konquest-4.10.1.tar.xz) = 417880 diff --git a/games/konquest/pkg-descr b/games/konquest/pkg-descr new file mode 100644 index 000000000000..e015a9e7fdb8 --- /dev/null +++ b/games/konquest/pkg-descr @@ -0,0 +1,6 @@ +Konquest is the KDE version of Gnu-Lactic Konquest. Players conquer +other planets by sending ships to them. The goal is to build an +interstellar empire and ultimately conquer all other player's +planets. + +WWW: http://www.kde.org/applications/games/konquest/ diff --git a/games/konquest/pkg-plist b/games/konquest/pkg-plist new file mode 100644 index 000000000000..06c6f65695f0 --- /dev/null +++ b/games/konquest/pkg-plist @@ -0,0 +1,20 @@ +bin/konquest +share/applications/kde4/konquest.desktop +share/apps/konquest/konquestui.rc +share/apps/konquest/pics/default_theme.svgz +share/apps/konquest/pics/konquest-splash.png +share/doc/HTML/en/konquest/common +share/doc/HTML/en/konquest/index.cache.bz2 +share/doc/HTML/en/konquest/index.docbook +share/doc/HTML/en/konquest/ingame_window.png +share/doc/HTML/en/konquest/main_game_window.png +share/doc/HTML/en/konquest/new_game_settings.png +share/icons/hicolor/128x128/apps/konquest.png +share/icons/hicolor/16x16/apps/konquest.png +share/icons/hicolor/22x22/apps/konquest.png +share/icons/hicolor/32x32/apps/konquest.png +share/icons/hicolor/48x48/apps/konquest.png +share/icons/hicolor/64x64/apps/konquest.png +@dirrm share/doc/HTML/en/konquest +@dirrm share/apps/konquest/pics +@dirrm share/apps/konquest diff --git a/games/kpat/Makefile b/games/kpat/Makefile new file mode 100644 index 000000000000..1129d679599a --- /dev/null +++ b/games/kpat/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= kpat +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 sharedmime +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +post-patch: + ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ + ${WRKSRC}/mimetypes/CMakeLists.txt + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kpat/distinfo b/games/kpat/distinfo new file mode 100644 index 000000000000..7f229677935d --- /dev/null +++ b/games/kpat/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kpat-4.10.1.tar.xz) = 74507906e510646ca871fece66887f681d21d67f77e0f3dd23c48b69092ab9cd +SIZE (KDE/4.10.1/kpat-4.10.1.tar.xz) = 3092520 diff --git a/games/kpat/pkg-descr b/games/kpat/pkg-descr new file mode 100644 index 000000000000..5f20e210522e --- /dev/null +++ b/games/kpat/pkg-descr @@ -0,0 +1,5 @@ +KPatience is a relaxing card sorting game. To win the game a player +has to arrange a single deck of cards in certain order amongst each +other. + +WWW: http://www.kde.org/applications/games/kpatience/ diff --git a/games/kpat/pkg-plist b/games/kpat/pkg-plist new file mode 100644 index 000000000000..12a3d3a88807 --- /dev/null +++ b/games/kpat/pkg-plist @@ -0,0 +1,56 @@ +bin/kpat +lib/libkcardgame.so +share/applications/kde4/kpat.desktop +share/apps/kpat/kpatui.rc +share/apps/kpat/previews/1.png +share/apps/kpat/previews/10.png +share/apps/kpat/previews/11.png +share/apps/kpat/previews/12.png +share/apps/kpat/previews/17.png +share/apps/kpat/previews/18.png +share/apps/kpat/previews/2.png +share/apps/kpat/previews/3.png +share/apps/kpat/previews/5.png +share/apps/kpat/previews/7.png +share/apps/kpat/previews/8.png +share/apps/kpat/previews/9.png +share/apps/kpat/sounds/card-down.ogg +share/apps/kpat/sounds/card-pickup.ogg +share/apps/kpat/themes/ancientegypt.desktop +share/apps/kpat/themes/ancientegypt.png +share/apps/kpat/themes/ancientegypt.svgz +share/apps/kpat/themes/cleangreen.desktop +share/apps/kpat/themes/cleangreen.png +share/apps/kpat/themes/cleangreen.svgz +share/apps/kpat/themes/greenblaze.desktop +share/apps/kpat/themes/greenblaze.png +share/apps/kpat/themes/greenblaze.svgz +share/apps/kpat/themes/oldertheme.desktop +share/apps/kpat/themes/oldertheme.png +share/apps/kpat/themes/oldertheme.svgz +share/config.kcfg/kpat.kcfg +share/config/kcardtheme.knsrc +share/config/kpat.knsrc +share/doc/HTML/en/kpat/clubs.png +share/doc/HTML/en/kpat/common +share/doc/HTML/en/kpat/diamonds.png +share/doc/HTML/en/kpat/hearts.png +share/doc/HTML/en/kpat/index.cache.bz2 +share/doc/HTML/en/kpat/index.docbook +share/doc/HTML/en/kpat/man-kpat.6.docbook +share/doc/HTML/en/kpat/playfield.png +share/doc/HTML/en/kpat/spades.png +share/icons/hicolor/128x128/apps/kpat.png +share/icons/hicolor/16x16/apps/kpat.png +share/icons/hicolor/22x22/apps/kpat.png +share/icons/hicolor/24x24/apps/kpat.png +share/icons/hicolor/256x256/apps/kpat.png +share/icons/hicolor/32x32/apps/kpat.png +share/icons/hicolor/48x48/apps/kpat.png +share/icons/hicolor/64x64/apps/kpat.png +share/mime/packages/kpatience.xml +@dirrm share/doc/HTML/en/kpat +@dirrm share/apps/kpat/themes +@dirrm share/apps/kpat/sounds +@dirrm share/apps/kpat/previews +@dirrm share/apps/kpat diff --git a/games/kreversi/Makefile b/games/kreversi/Makefile new file mode 100644 index 000000000000..96294aac99fa --- /dev/null +++ b/games/kreversi/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= kreversi +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kreversi/distinfo b/games/kreversi/distinfo new file mode 100644 index 000000000000..8099c6839fed --- /dev/null +++ b/games/kreversi/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kreversi-4.10.1.tar.xz) = 7b41384bb68f600bc689768783f0da42996788571227b9ae4ab1369647c64cc9 +SIZE (KDE/4.10.1/kreversi-4.10.1.tar.xz) = 398656 diff --git a/games/kreversi/pkg-descr b/games/kreversi/pkg-descr new file mode 100644 index 000000000000..e322c1177648 --- /dev/null +++ b/games/kreversi/pkg-descr @@ -0,0 +1,7 @@ +KReversi is a simple one player strategy game played against the +computer. If a player's piece is captured by an opposing player, +that piece is turned over to reveal the color of that player. A +winner is declared when one player has more pieces of his own color +on the board and there are no more possible moves. + +WWW: http://www.kde.org/applications/games/kreversi/ diff --git a/games/kreversi/pkg-plist b/games/kreversi/pkg-plist new file mode 100644 index 000000000000..8e9fdec1a999 --- /dev/null +++ b/games/kreversi/pkg-plist @@ -0,0 +1,31 @@ +bin/kreversi +share/applications/kde4/kreversi.desktop +share/apps/kreversi/kreversi.notifyrc +share/apps/kreversi/kreversiui.rc +share/apps/kreversi/pics/default_theme.svgz +share/apps/kreversi/sounds/reversi-click.wav +share/apps/kreversi/sounds/reversi-won.wav +share/doc/HTML/en/kreversi/common +share/doc/HTML/en/kreversi/index.cache.bz2 +share/doc/HTML/en/kreversi/index.docbook +share/doc/HTML/en/kreversi/kreversi1.png +share/icons/hicolor/128x128/apps/kreversi.png +share/icons/hicolor/16x16/apps/kreversi.png +share/icons/hicolor/22x22/apps/kreversi.png +share/icons/hicolor/32x32/apps/kreversi.png +share/icons/hicolor/48x48/apps/kreversi.png +share/icons/hicolor/64x64/apps/kreversi.png +share/icons/oxygen/16x16/actions/lastmoves.png +share/icons/oxygen/16x16/actions/legalmoves.png +share/icons/oxygen/22x22/actions/lastmoves.png +share/icons/oxygen/22x22/actions/legalmoves.png +share/icons/oxygen/32x32/actions/lastmoves.png +share/icons/oxygen/32x32/actions/legalmoves.png +share/icons/oxygen/48x48/actions/lastmoves.png +share/icons/oxygen/48x48/actions/legalmoves.png +share/icons/oxygen/scalable/actions/lastmoves.svgz +share/icons/oxygen/scalable/actions/legalmoves.svgz +@dirrm share/doc/HTML/en/kreversi +@dirrm share/apps/kreversi/sounds +@dirrm share/apps/kreversi/pics +@dirrm share/apps/kreversi diff --git a/games/kshisen/Makefile b/games/kshisen/Makefile new file mode 100644 index 000000000000..28c3b70a2146 --- /dev/null +++ b/games/kshisen/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= kshisen +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +LIB_DEPENDS= kmahjongglib.5:${PORTSDIR}/games/libkmahjongg + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kshisen/distinfo b/games/kshisen/distinfo new file mode 100644 index 000000000000..6518ea06d7d2 --- /dev/null +++ b/games/kshisen/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kshisen-4.10.1.tar.xz) = 7a88a7377da28eb3e60e9cab04d82106b6ad33836c87d964e95a9a0b52e27e76 +SIZE (KDE/4.10.1/kshisen-4.10.1.tar.xz) = 145344 diff --git a/games/kshisen/pkg-descr b/games/kshisen/pkg-descr new file mode 100644 index 000000000000..937cce6e844c --- /dev/null +++ b/games/kshisen/pkg-descr @@ -0,0 +1,5 @@ +KShisen is a solitaire-like game played using the standard set of +Mahjong tiles. Unlike Mahjong however, KShisen has only one layer +of scrambled tiles. + +WWW: http://www.kde.org/applications/games/kshisen/ diff --git a/games/kshisen/pkg-plist b/games/kshisen/pkg-plist new file mode 100644 index 000000000000..daa1d93f499f --- /dev/null +++ b/games/kshisen/pkg-plist @@ -0,0 +1,19 @@ +bin/kshisen +share/applications/kde4/kshisen.desktop +share/apps/kshisen/kshisenui.rc +share/config.kcfg/kshisen.kcfg +share/doc/HTML/en/kshisen/common +share/doc/HTML/en/kshisen/index.cache.bz2 +share/doc/HTML/en/kshisen/index.docbook +share/doc/HTML/en/kshisen/kshisen-configuration.png +share/icons/hicolor/128x128/apps/kshisen.png +share/icons/hicolor/16x16/apps/kshisen.png +share/icons/hicolor/22x22/apps/kshisen.png +share/icons/hicolor/32x32/apps/kshisen.png +share/icons/hicolor/48x48/apps/kshisen.png +share/icons/hicolor/64x64/apps/kshisen.png +share/sounds/kshisen/tile-fall-tile.ogg +share/sounds/kshisen/tile-touch.ogg +@dirrm share/sounds/kshisen +@dirrm share/doc/HTML/en/kshisen +@dirrm share/apps/kshisen diff --git a/games/ksirk/Makefile b/games/ksirk/Makefile new file mode 100644 index 000000000000..f3fc7f4753da --- /dev/null +++ b/games/ksirk/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= ksirk +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= corelib gui corelib gui network qt3support svg xml \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/ksirk/distinfo b/games/ksirk/distinfo new file mode 100644 index 000000000000..6665b0a78571 --- /dev/null +++ b/games/ksirk/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/ksirk-4.10.1.tar.xz) = 72dfcd78730cd72255c814f6599ba285e44ff8eb99915e48eaafc3b8fd6bf9ff +SIZE (KDE/4.10.1/ksirk-4.10.1.tar.xz) = 6009744 diff --git a/games/ksirk/pkg-descr b/games/ksirk/pkg-descr new file mode 100644 index 000000000000..e98b502445ec --- /dev/null +++ b/games/ksirk/pkg-descr @@ -0,0 +1,5 @@ +KsirK is a computerized version of the well known strategic board +game Risk. The goal of the game is simply to conquer the world by +attacking your neighbors with your armies. + +WWW: http://www.kde.org/applications/games/ksirk/ diff --git a/games/ksirk/pkg-plist b/games/ksirk/pkg-plist new file mode 100644 index 000000000000..1f544c5d6079 --- /dev/null +++ b/games/ksirk/pkg-plist @@ -0,0 +1,131 @@ +bin/ksirk +bin/ksirkskineditor +lib/libiris_ksirk.so +lib/libiris_ksirk.so.2 +lib/libiris_ksirk.so.2.0.0 +share/applications/kde4/ksirk.desktop +share/applications/kde4/ksirkskineditor.desktop +share/apps/ksirk/jabber.png +share/apps/ksirk/ksirkui.rc +share/apps/ksirk/skins/default/Data/world.desktop +share/apps/ksirk/skins/default/Images/2DownArrow.png +share/apps/ksirk/skins/default/Images/2UpArrow.png +share/apps/ksirk/skins/default/Images/arena.svg +share/apps/ksirk/skins/default/Images/attackAuto.png +share/apps/ksirk/skins/default/Images/attackOne.png +share/apps/ksirk/skins/default/Images/attackThree.png +share/apps/ksirk/skins/default/Images/attackTwo.png +share/apps/ksirk/skins/default/Images/cancel.png +share/apps/ksirk/skins/default/Images/defendOne.png +share/apps/ksirk/skins/default/Images/defendTwo.png +share/apps/ksirk/skins/default/Images/downArrow.png +share/apps/ksirk/skins/default/Images/loader.gif +share/apps/ksirk/skins/default/Images/logoLeft.png +share/apps/ksirk/skins/default/Images/logoRight.png +share/apps/ksirk/skins/default/Images/map-mask.png +share/apps/ksirk/skins/default/Images/moveArmies.png +share/apps/ksirk/skins/default/Images/moveBackFive.png +share/apps/ksirk/skins/default/Images/moveBackOne.png +share/apps/ksirk/skins/default/Images/moveBackTen.png +share/apps/ksirk/skins/default/Images/moveFinish.png +share/apps/ksirk/skins/default/Images/moveFive.png +share/apps/ksirk/skins/default/Images/moveOne.png +share/apps/ksirk/skins/default/Images/moveTen.png +share/apps/ksirk/skins/default/Images/newNetGame.png +share/apps/ksirk/skins/default/Images/nextPlayer.png +share/apps/ksirk/skins/default/Images/pool.svg +share/apps/ksirk/skins/default/Images/recycling.png +share/apps/ksirk/skins/default/Images/recyclingFinished.png +share/apps/ksirk/skins/default/Images/snapshot.jpg +share/apps/ksirk/skins/default/Images/soldierKneeling.png +share/apps/ksirk/skins/default/Images/stopAttackAuto.png +share/apps/ksirk/skins/default/Images/upArrow.png +share/apps/ksirk/skins/default/Sounds/cannon.wav +share/apps/ksirk/skins/default/Sounds/crash.wav +share/apps/ksirk/skins/default/Sounds/roll.wav +share/apps/ksirk/skins/skinsdir +share/apps/ksirkskineditor/cross.png +share/apps/ksirkskineditor/ksirkskineditorui.rc +share/apps/ksirkskineditor/target.png +share/config.kcfg/ksirksettings.kcfg +share/config.kcfg/ksirkskineditorsettings.kcfg +share/config/ksirk.knsrc +share/doc/HTML/en/ksirk/attackOne.png +share/doc/HTML/en/ksirk/attackThree.png +share/doc/HTML/en/ksirk/attackTwo.png +share/doc/HTML/en/ksirk/attackmenu.png +share/doc/HTML/en/ksirk/autoattack.png +share/doc/HTML/en/ksirk/common +share/doc/HTML/en/ksirk/defensedialog.png +share/doc/HTML/en/ksirk/displaygoalmessage.png +share/doc/HTML/en/ksirk/displaygoalwarningmessage.png +share/doc/HTML/en/ksirk/firing-screenshot.png +share/doc/HTML/en/ksirk/index.cache.bz2 +share/doc/HTML/en/ksirk/index.docbook +share/doc/HTML/en/ksirk/introscreen.png +share/doc/HTML/en/ksirk/invasionslider.png +share/doc/HTML/en/ksirk/joinnetgame.png +share/doc/HTML/en/ksirk/joueurSuivant.png +share/doc/HTML/en/ksirk/justjoined.png +share/doc/HTML/en/ksirk/messagesent.png +share/doc/HTML/en/ksirk/moveArmies.png +share/doc/HTML/en/ksirk/newGame.png +share/doc/HTML/en/ksirk/newgamedialog.png +share/doc/HTML/en/ksirk/numnetplayersdialog.png +share/doc/HTML/en/ksirk/placingarmies.png +share/doc/HTML/en/ksirk/playersetupdialog.png +share/doc/HTML/en/ksirk/preferences.png +share/doc/HTML/en/ksirk/quit.png +share/doc/HTML/en/ksirk/recycling.png +share/doc/HTML/en/ksirk/recyclingFinished.png +share/doc/HTML/en/ksirk/shownumberofarmies.png +share/doc/HTML/en/ksirkskineditor/alaska.png +share/doc/HTML/en/ksirkskineditor/attackOne.png +share/doc/HTML/en/ksirkskineditor/attackThree.png +share/doc/HTML/en/ksirkskineditor/attackTwo.png +share/doc/HTML/en/ksirkskineditor/bluedices.png +share/doc/HTML/en/ksirkskineditor/cannon.png +share/doc/HTML/en/ksirkskineditor/cavalry.png +share/doc/HTML/en/ksirkskineditor/common +share/doc/HTML/en/ksirkskineditor/defendOne.png +share/doc/HTML/en/ksirkskineditor/defendTwo.png +share/doc/HTML/en/ksirkskineditor/exploding.png +share/doc/HTML/en/ksirkskineditor/firing.png +share/doc/HTML/en/ksirkskineditor/index.cache.bz2 +share/doc/HTML/en/ksirkskineditor/index.docbook +share/doc/HTML/en/ksirkskineditor/infantry.png +share/doc/HTML/en/ksirkskineditor/italy.png +share/doc/HTML/en/ksirkskineditor/load.png +share/doc/HTML/en/ksirkskineditor/main-snapshot.png +share/doc/HTML/en/ksirkskineditor/map-mask.png +share/doc/HTML/en/ksirkskineditor/map.png +share/doc/HTML/en/ksirkskineditor/mark1.png +share/doc/HTML/en/ksirkskineditor/moveArmies.png +share/doc/HTML/en/ksirkskineditor/newNetGame.png +share/doc/HTML/en/ksirkskineditor/nextPlayer.png +share/doc/HTML/en/ksirkskineditor/recycling.png +share/doc/HTML/en/ksirkskineditor/recyclingFinished.png +share/doc/HTML/en/ksirkskineditor/reddices.png +share/doc/HTML/en/ksirkskineditor/save.png +share/icons/hicolor/128x128/apps/ksirk.png +share/icons/hicolor/16x16/apps/ksirk.png +share/icons/hicolor/22x22/apps/ksirk.png +share/icons/hicolor/32x32/apps/ksirk.png +share/icons/hicolor/48x48/apps/ksirk.png +share/icons/hicolor/64x64/apps/ksirk.png +share/icons/locolor/16x16/apps/ksirk.png +share/icons/locolor/32x32/apps/ksirk.png +@dirrm share/icons/locolor/32x32/apps +@dirrm share/icons/locolor/32x32 +@dirrm share/icons/locolor/16x16/apps +@dirrm share/icons/locolor/16x16 +@dirrm share/icons/locolor +@dirrm share/doc/HTML/en/ksirkskineditor +@dirrm share/doc/HTML/en/ksirk +@dirrm share/apps/ksirkskineditor +@dirrm share/apps/ksirk/skins/default/Sounds +@dirrm share/apps/ksirk/skins/default/Images +@dirrm share/apps/ksirk/skins/default/Data +@dirrm share/apps/ksirk/skins/default +@dirrm share/apps/ksirk/skins +@dirrm share/apps/ksirk diff --git a/games/ksnakeduel/Makefile b/games/ksnakeduel/Makefile new file mode 100644 index 000000000000..b4b9e3f55b0b --- /dev/null +++ b/games/ksnakeduel/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= ksnakeduel +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/ksnakeduel/distinfo b/games/ksnakeduel/distinfo new file mode 100644 index 000000000000..d89c2cf7033f --- /dev/null +++ b/games/ksnakeduel/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/ksnakeduel-4.10.1.tar.xz) = 46d160a0a71a324d70f22dd92481257fd62aad78c914e57d50eea46e8224df27 +SIZE (KDE/4.10.1/ksnakeduel-4.10.1.tar.xz) = 321824 diff --git a/games/ksnakeduel/pkg-descr b/games/ksnakeduel/pkg-descr new file mode 100644 index 000000000000..0fa0acafb268 --- /dev/null +++ b/games/ksnakeduel/pkg-descr @@ -0,0 +1,6 @@ +KSnakeDuel is a simple Tron-Clone You can play KSnakeDuel against +the computer or a friend. The aim of the game is to live longer +than your opponent. To do that, avoid running into a wall, your +own tail and that of your opponent. + +WWW: http://www.kde.org/applications/games/ksnakeduel/ diff --git a/games/ksnakeduel/pkg-plist b/games/ksnakeduel/pkg-plist new file mode 100644 index 000000000000..afa848984b58 --- /dev/null +++ b/games/ksnakeduel/pkg-plist @@ -0,0 +1,34 @@ +bin/kdesnake +bin/ktron +share/applications/kde4/kdesnake.desktop +share/applications/kde4/ktron.desktop +share/apps/ktron/ktronui.rc +share/apps/ktron/themes/default.desktop +share/apps/ktron/themes/default.png +share/apps/ktron/themes/default.svgz +share/apps/ktron/themes/neon.desktop +share/apps/ktron/themes/neon.png +share/apps/ktron/themes/neon.svg +share/config.kcfg/ktron.kcfg +share/config/ktron.knsrc +share/doc/HTML/en/ktron/common +share/doc/HTML/en/ktron/index.cache.bz2 +share/doc/HTML/en/ktron/index.docbook +share/doc/HTML/en/ktron/settings-general.png +share/doc/HTML/en/ktron/settings-theme.png +share/icons/hicolor/128x128/apps/kdesnake.png +share/icons/hicolor/128x128/apps/ktron.png +share/icons/hicolor/16x16/apps/kdesnake.png +share/icons/hicolor/16x16/apps/ktron.png +share/icons/hicolor/22x22/apps/kdesnake.png +share/icons/hicolor/22x22/apps/ktron.png +share/icons/hicolor/256x256/apps/kdesnake.png +share/icons/hicolor/32x32/apps/kdesnake.png +share/icons/hicolor/32x32/apps/ktron.png +share/icons/hicolor/48x48/apps/kdesnake.png +share/icons/hicolor/48x48/apps/ktron.png +share/icons/hicolor/64x64/apps/kdesnake.png +share/icons/hicolor/64x64/apps/ktron.png +@dirrm share/doc/HTML/en/ktron +@dirrm share/apps/ktron/themes +@dirrm share/apps/ktron diff --git a/games/kspaceduel/Makefile b/games/kspaceduel/Makefile new file mode 100644 index 000000000000..8f47006608da --- /dev/null +++ b/games/kspaceduel/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= kspaceduel +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kspaceduel/distinfo b/games/kspaceduel/distinfo new file mode 100644 index 000000000000..0f13ebede798 --- /dev/null +++ b/games/kspaceduel/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kspaceduel-4.10.1.tar.xz) = a4fce851dfc864d7171c4e7d1042999b11ff5d1af517b9d72c09067a0d65b502 +SIZE (KDE/4.10.1/kspaceduel-4.10.1.tar.xz) = 264272 diff --git a/games/kspaceduel/pkg-descr b/games/kspaceduel/pkg-descr new file mode 100644 index 000000000000..a52bb89ed5b5 --- /dev/null +++ b/games/kspaceduel/pkg-descr @@ -0,0 +1,5 @@ +In KSpaceDuel each of two possible players control a satellite +spaceship orbiting the sun. As the game progresses players have +to eliminate the opponent's spacecraft with bullets or mines. + +WWW: http://www.kde.org/applications/games/kspaceduel/ diff --git a/games/kspaceduel/pkg-plist b/games/kspaceduel/pkg-plist new file mode 100644 index 000000000000..299ff592aee9 --- /dev/null +++ b/games/kspaceduel/pkg-plist @@ -0,0 +1,48 @@ +bin/kspaceduel +share/applications/kde4/kspaceduel.desktop +share/apps/kspaceduel/icons/hicolor/16x16/actions/spnewgame.png +share/apps/kspaceduel/icons/hicolor/16x16/actions/spnewround.png +share/apps/kspaceduel/icons/hicolor/16x16/actions/sppausegame.png +share/apps/kspaceduel/icons/hicolor/22x22/actions/spnewgame.png +share/apps/kspaceduel/icons/hicolor/22x22/actions/spnewround.png +share/apps/kspaceduel/icons/hicolor/22x22/actions/sppausegame.png +share/apps/kspaceduel/icons/hicolor/32x32/actions/spnewgame.png +share/apps/kspaceduel/icons/hicolor/32x32/actions/spnewround.png +share/apps/kspaceduel/icons/hicolor/32x32/actions/sppausegame.png +share/apps/kspaceduel/kspaceduelui.rc +share/apps/kspaceduel/sprites/backgr.png +share/apps/kspaceduel/sprites/default_theme.svgz +share/apps/kspaceduel/sprites/playerinfo/energy.png +share/apps/kspaceduel/sprites/playerinfo/mine.png +share/apps/kspaceduel/sprites/playerinfo/ship10.png +share/apps/kspaceduel/sprites/playerinfo/ship11.png +share/apps/kspaceduel/sprites/playerinfo/ship12.png +share/apps/kspaceduel/sprites/playerinfo/ship13.png +share/apps/kspaceduel/sprites/playerinfo/ship20.png +share/apps/kspaceduel/sprites/playerinfo/ship21.png +share/apps/kspaceduel/sprites/playerinfo/ship22.png +share/apps/kspaceduel/sprites/playerinfo/ship23.png +share/apps/kspaceduel/sprites/playerinfo/win.png +share/config.kcfg/kspaceduel.kcfg +share/doc/HTML/en/kspaceduel/common +share/doc/HTML/en/kspaceduel/index.cache.bz2 +share/doc/HTML/en/kspaceduel/index.docbook +share/doc/HTML/en/kspaceduel/kspaceduel3.png +share/icons/hicolor/128x128/apps/kspaceduel.png +share/icons/hicolor/16x16/apps/kspaceduel.png +share/icons/hicolor/22x22/apps/kspaceduel.png +share/icons/hicolor/32x32/apps/kspaceduel.png +share/icons/hicolor/48x48/apps/kspaceduel.png +share/icons/hicolor/64x64/apps/kspaceduel.png +@dirrm share/doc/HTML/en/kspaceduel +@dirrm share/apps/kspaceduel/sprites/playerinfo +@dirrm share/apps/kspaceduel/sprites +@dirrm share/apps/kspaceduel/icons/hicolor/32x32/actions +@dirrm share/apps/kspaceduel/icons/hicolor/32x32 +@dirrm share/apps/kspaceduel/icons/hicolor/22x22/actions +@dirrm share/apps/kspaceduel/icons/hicolor/22x22 +@dirrm share/apps/kspaceduel/icons/hicolor/16x16/actions +@dirrm share/apps/kspaceduel/icons/hicolor/16x16 +@dirrm share/apps/kspaceduel/icons/hicolor +@dirrm share/apps/kspaceduel/icons +@dirrm share/apps/kspaceduel diff --git a/games/ksquares/Makefile b/games/ksquares/Makefile new file mode 100644 index 000000000000..b149248a34a6 --- /dev/null +++ b/games/ksquares/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= ksquares +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/ksquares/distinfo b/games/ksquares/distinfo new file mode 100644 index 000000000000..c21738ed8dcd --- /dev/null +++ b/games/ksquares/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/ksquares-4.10.1.tar.xz) = c50150d7a767f0a4d87fa4c3b30e592351fb9b3b912c08885222423608d196aa +SIZE (KDE/4.10.1/ksquares-4.10.1.tar.xz) = 85376 diff --git a/games/ksquares/pkg-descr b/games/ksquares/pkg-descr new file mode 100644 index 000000000000..d192b32953e3 --- /dev/null +++ b/games/ksquares/pkg-descr @@ -0,0 +1,6 @@ +KSquares is a game modeled after the well known pen and paper based +game of Dots and Boxes. Each player takes it in turns to draw a +line between two adjacent dots on the board. The objective is to +complete more squares than your opponents. + +WWW: http://www.kde.org/applications/games/ksquares/ diff --git a/games/ksquares/pkg-plist b/games/ksquares/pkg-plist new file mode 100644 index 000000000000..b435767eae71 --- /dev/null +++ b/games/ksquares/pkg-plist @@ -0,0 +1,15 @@ +bin/ksquares +share/applications/kde4/ksquares.desktop +share/apps/ksquares/ksquaresui.rc +share/config.kcfg/ksquares.kcfg +share/doc/HTML/en/ksquares/common +share/doc/HTML/en/ksquares/index.cache.bz2 +share/doc/HTML/en/ksquares/index.docbook +share/icons/hicolor/128x128/apps/ksquares.png +share/icons/hicolor/16x16/apps/ksquares.png +share/icons/hicolor/22x22/apps/ksquares.png +share/icons/hicolor/32x32/apps/ksquares.png +share/icons/hicolor/48x48/apps/ksquares.png +share/icons/hicolor/64x64/apps/ksquares.png +@dirrm share/doc/HTML/en/ksquares +@dirrm share/apps/ksquares diff --git a/games/ksudoku/Makefile b/games/ksudoku/Makefile index b0b508b81748..0c52ace5b0e5 100644 --- a/games/ksudoku/Makefile +++ b/games/ksudoku/Makefile @@ -1,25 +1,24 @@ -# Ports collection makefile for: ksudoku -# Date created: 30 September 2005 -# Whom: Bartosz Fabianowski <freebsd@chillt.de> -# # $FreeBSD$ -# PORTNAME= ksudoku -PORTVERSION= 0.4 -PORTREVISION= 6 +PORTVERSION= ${KDE4_VERSION} CATEGORIES= games kde -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} -MAINTAINER= freebsd@chillt.de -COMMENT= A Sudoku generator and solver for KDE +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 +CONFLICTS_INSTALL= kdegames-4.[0-9].* -USE_KDELIBS_VER=3 -USE_GMAKE= yes -USE_GL= yes -USES= cmake +USE_GL= glu +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= corelib gui corelib gui opengl \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes +.include <${.CURDIR}/../kdegames4/Makefile.common> .include <bsd.port.mk> diff --git a/games/ksudoku/distinfo b/games/ksudoku/distinfo index 077370bac83a..b3b6a122a061 100644 --- a/games/ksudoku/distinfo +++ b/games/ksudoku/distinfo @@ -1,2 +1,2 @@ -SHA256 (ksudoku-0.4.tar.gz) = 6dc1b247fba46ccd08a79f7f9b711143f4cce837484bf5230221a2225ab9922b -SIZE (ksudoku-0.4.tar.gz) = 316486 +SHA256 (KDE/4.10.1/ksudoku-4.10.1.tar.xz) = 4dbbc493f6a7d2e929907b922661107bbc6e65a4d73d4f9fa6d8096e36fb177f +SIZE (KDE/4.10.1/ksudoku-4.10.1.tar.xz) = 1441084 diff --git a/games/ksudoku/files/patch-src_CMakeLists.txt b/games/ksudoku/files/patch-src_CMakeLists.txt deleted file mode 100644 index ecd008fca56c..000000000000 --- a/games/ksudoku/files/patch-src_CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ ---- src/CMakeLists.txt.orig Sun Jun 24 02:43:59 2007 -+++ src/CMakeLists.txt Sun Jun 24 02:51:21 2007 -@@ -50,12 +50,9 @@ - - ########### install files ############### - --FIND_PROGRAM(KDE3_KDECONFIG_EXECUTABLE NAMES kde-config ) -- --EXEC_PROGRAM(${KDE3_KDECONFIG_EXECUTABLE} ARGS --expandvars --install --xdgdata-apps OUTPUT_VARIABLE KDE3_XDG_APPS_DIR ) --EXEC_PROGRAM(${KDE3_KDECONFIG_EXECUTABLE} ARGS --expandvars --install data OUTPUT_VARIABLE KDE3_DATA_INSTALL_DIR ) --EXEC_PROGRAM(${KDE3_KDECONFIG_EXECUTABLE} ARGS --expandvars --install config OUTPUT_VARIABLE KDE3_CONFIG_INSTALL_DIR ) -+set(KDE3_XDG_APPS_DIR ${CMAKE_INSTALL_PREFIX}/share/applications/kde) -+set(KDE3_DATA_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/share/apps) -+set(KDE3_CONFIG_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/share/config) - - install( FILES gui/ksudoku.desktop DESTINATION ${KDE3_XDG_APPS_DIR}) - install( FILES gui/ksudokuui.rc DESTINATION ${KDE3_DATA_INSTALL_DIR}/ksudoku ) diff --git a/games/ksudoku/pkg-descr b/games/ksudoku/pkg-descr index 0a9c8c3b3de7..6a40506a17ef 100644 --- a/games/ksudoku/pkg-descr +++ b/games/ksudoku/pkg-descr @@ -1,14 +1,5 @@ -KSudoku is a 2D and 3D Sudoku puzzle generator and solver for KDE. +KSudoku is a logic-based symbol placement puzzle. The player has +to fill a grid so that each column, row as well as each square block +on the game field contains only one instance of each symbol. -Among its features are: - -* 2D boards of various sizes: 9x9, 16x16, 25x25 -* 3D boards of various sizes: 3x3x3, 4x4x4, 5x5x5 -* Cutom 2D boards, including: 4x4, Jigsaw, Samurai, XSudoku -* GUI for playing, saving, printing, solving and dubbing puzzles -* Automatic solver that can provide hints should you get stuck - -For more information on Sudoku puzzles in general, see: -http://en.wikipedia.org/wiki/Sudoku - -WWW: http://ksudoku.sourceforge.net/ +WWW: http://www.kde.org/applications/games/ksudoku/ diff --git a/games/ksudoku/pkg-plist b/games/ksudoku/pkg-plist index 6c7312f9aa8b..f9b1df8bda11 100644 --- a/games/ksudoku/pkg-plist +++ b/games/ksudoku/pkg-plist @@ -1,12 +1,138 @@ bin/ksudoku -share/applications/kde/ksudoku.desktop +share/applications/kde4/ksudoku.desktop +share/apps/ksudoku/4x4.desktop share/apps/ksudoku/4x4.xml +share/apps/ksudoku/6x6.desktop +share/apps/ksudoku/6x6.xml +share/apps/ksudoku/Aztec.desktop +share/apps/ksudoku/Aztec.xml +share/apps/ksudoku/DoubleRoxdoku.desktop +share/apps/ksudoku/DoubleRoxdoku.xml +share/apps/ksudoku/Jigsaw.desktop share/apps/ksudoku/Jigsaw.xml +share/apps/ksudoku/Nonomino.desktop +share/apps/ksudoku/Nonomino.xml +share/apps/ksudoku/Pentomino.desktop +share/apps/ksudoku/Pentomino.xml +share/apps/ksudoku/RoxdokuTwin.desktop +share/apps/ksudoku/RoxdokuTwin.xml +share/apps/ksudoku/Samurai.desktop share/apps/ksudoku/Samurai.xml +share/apps/ksudoku/SamuraiRoxdoku.desktop +share/apps/ksudoku/SamuraiRoxdoku.xml +share/apps/ksudoku/Sohei.desktop +share/apps/ksudoku/Sohei.xml +share/apps/ksudoku/Tetromino.desktop +share/apps/ksudoku/Tetromino.xml +share/apps/ksudoku/TinySamurai.desktop +share/apps/ksudoku/TinySamurai.xml +share/apps/ksudoku/Windmill.desktop +share/apps/ksudoku/Windmill.xml +share/apps/ksudoku/XSudoku.desktop share/apps/ksudoku/XSudoku.xml +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-jigsaw.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-ksudoku_16x16.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-ksudoku_25x25.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-ksudoku_4x4.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-ksudoku_9x9.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-roxdoku_3x3x3.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-roxdoku_4x4x4.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-roxdoku_5x5x5.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-samurai.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-tiny_samurai.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-xsudoku.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-jigsaw.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-ksudoku_16x16.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-ksudoku_25x25.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-ksudoku_4x4.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-ksudoku_9x9.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-roxdoku_3x3x3.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-roxdoku_4x4x4.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-roxdoku_5x5x5.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-samurai.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-tiny_samurai.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-xsudoku.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-jigsaw.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-ksudoku_16x16.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-ksudoku_25x25.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-ksudoku_4x4.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-ksudoku_9x9.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-roxdoku_3x3x3.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-roxdoku_4x4x4.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-roxdoku_5x5x5.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-samurai.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-tiny_samurai.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-xsudoku.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-jigsaw.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-ksudoku_16x16.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-ksudoku_25x25.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-ksudoku_4x4.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-ksudoku_9x9.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-roxdoku_3x3x3.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-roxdoku_4x4x4.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-roxdoku_5x5x5.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-samurai.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-tiny_samurai.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-xsudoku.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-jigsaw.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-ksudoku_16x16.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-ksudoku_25x25.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-ksudoku_4x4.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-ksudoku_9x9.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-roxdoku_3x3x3.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-roxdoku_4x4x4.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-roxdoku_5x5x5.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-samurai.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-tiny_samurai.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-xsudoku.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-jigsaw.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-ksudoku_16x16.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-ksudoku_25x25.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-ksudoku_4x4.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-ksudoku_9x9.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-roxdoku_3x3x3.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-roxdoku_4x4x4.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-roxdoku_5x5x5.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-samurai.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-tiny_samurai.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-xsudoku.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku.png share/apps/ksudoku/ksudokuui.rc +share/apps/ksudoku/themes/abstraction.desktop +share/apps/ksudoku/themes/abstraction.svg +share/apps/ksudoku/themes/abstraction_preview.png +share/apps/ksudoku/themes/default.desktop +share/apps/ksudoku/themes/egyptian_preview.png +share/apps/ksudoku/themes/ksudoku_egyptian.svg +share/apps/ksudoku/themes/ksudoku_scrible.desktop +share/apps/ksudoku/themes/ksudoku_scrible.svg +share/apps/ksudoku/themes/scribble_preview.png share/config/ksudokurc +share/doc/HTML/en/ksudoku/common +share/doc/HTML/en/ksudoku/index.cache.bz2 +share/doc/HTML/en/ksudoku/index.docbook share/icons/hicolor/128x128/apps/ksudoku.png share/icons/hicolor/16x16/apps/ksudoku.png share/icons/hicolor/32x32/apps/ksudoku.png +@dirrm share/doc/HTML/en/ksudoku +@dirrm share/apps/ksudoku/themes +@dirrm share/apps/ksudoku/icons/hicolor/64x64/actions +@dirrm share/apps/ksudoku/icons/hicolor/64x64 +@dirrm share/apps/ksudoku/icons/hicolor/48x48/actions +@dirrm share/apps/ksudoku/icons/hicolor/48x48 +@dirrm share/apps/ksudoku/icons/hicolor/32x32/actions +@dirrm share/apps/ksudoku/icons/hicolor/32x32 +@dirrm share/apps/ksudoku/icons/hicolor/22x22/actions +@dirrm share/apps/ksudoku/icons/hicolor/22x22 +@dirrm share/apps/ksudoku/icons/hicolor/16x16/actions +@dirrm share/apps/ksudoku/icons/hicolor/16x16 +@dirrm share/apps/ksudoku/icons/hicolor/128x128/actions +@dirrm share/apps/ksudoku/icons/hicolor/128x128 +@dirrm share/apps/ksudoku/icons/hicolor +@dirrm share/apps/ksudoku/icons @dirrm share/apps/ksudoku diff --git a/games/ktuberling/Makefile b/games/ktuberling/Makefile new file mode 100644 index 000000000000..029f3c634326 --- /dev/null +++ b/games/ktuberling/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= ktuberling +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/ktuberling/distinfo b/games/ktuberling/distinfo new file mode 100644 index 000000000000..6f385037659d --- /dev/null +++ b/games/ktuberling/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/ktuberling-4.10.1.tar.xz) = d7dc6f6046e4abcb5821eeae891228cdc2f9991e0f65e5cd0e5661504ed0a364 +SIZE (KDE/4.10.1/ktuberling-4.10.1.tar.xz) = 4297084 diff --git a/games/ktuberling/pkg-descr b/games/ktuberling/pkg-descr new file mode 100644 index 000000000000..b53319f2907b --- /dev/null +++ b/games/ktuberling/pkg-descr @@ -0,0 +1,5 @@ +KTuberling a simple constructor game suitable for children and +adults alike. The idea of the game is based around a once popular +doll making concept. + +WWW: http://www.kde.org/applications/games/ktuberling/ diff --git a/games/ktuberling/pkg-plist b/games/ktuberling/pkg-plist new file mode 100644 index 000000000000..8da85f36376a --- /dev/null +++ b/games/ktuberling/pkg-plist @@ -0,0 +1,140 @@ +bin/ktuberling +share/applications/kde4/ktuberling.desktop +share/apps/ktuberling/ktuberlingui.rc +share/apps/ktuberling/pics/butterflies.desktop +share/apps/ktuberling/pics/butterflies.svgz +share/apps/ktuberling/pics/butterflies.theme +share/apps/ktuberling/pics/christmas.desktop +share/apps/ktuberling/pics/christmas.svgz +share/apps/ktuberling/pics/christmas.theme +share/apps/ktuberling/pics/default_theme.desktop +share/apps/ktuberling/pics/default_theme.svg +share/apps/ktuberling/pics/default_theme.theme +share/apps/ktuberling/pics/egypt.desktop +share/apps/ktuberling/pics/egypt.svg +share/apps/ktuberling/pics/egypt.theme +share/apps/ktuberling/pics/moon.desktop +share/apps/ktuberling/pics/moon.svg +share/apps/ktuberling/pics/moon.theme +share/apps/ktuberling/pics/pizzeria.desktop +share/apps/ktuberling/pics/pizzeria.svgz +share/apps/ktuberling/pics/pizzeria.theme +share/apps/ktuberling/pics/potato-game.desktop +share/apps/ktuberling/pics/potato-game.svg +share/apps/ktuberling/pics/potato-game.theme +share/apps/ktuberling/pics/robin-tux.desktop +share/apps/ktuberling/pics/robin-tux.svgz +share/apps/ktuberling/pics/robin-tux.theme +share/apps/ktuberling/pics/robot_workshop.desktop +share/apps/ktuberling/pics/robot_workshop.svgz +share/apps/ktuberling/pics/robot_workshop.theme +share/apps/ktuberling/pics/train_valley.desktop +share/apps/ktuberling/pics/train_valley.svgz +share/apps/ktuberling/pics/train_valley.theme +share/apps/ktuberling/sounds/en.soundtheme +share/apps/ktuberling/sounds/en/ball.ogg +share/apps/ktuberling/sounds/en/bow.ogg +share/apps/ktuberling/sounds/en/coat.ogg +share/apps/ktuberling/sounds/en/ear.ogg +share/apps/ktuberling/sounds/en/earring.ogg +share/apps/ktuberling/sounds/en/egypt_arch.ogg +share/apps/ktuberling/sounds/en/egypt_birds.ogg +share/apps/ktuberling/sounds/en/egypt_boy.ogg +share/apps/ktuberling/sounds/en/egypt_bridge.ogg +share/apps/ktuberling/sounds/en/egypt_camel.ogg +share/apps/ktuberling/sounds/en/egypt_cart.ogg +share/apps/ktuberling/sounds/en/egypt_column.ogg +share/apps/ktuberling/sounds/en/egypt_donkey.ogg +share/apps/ktuberling/sounds/en/egypt_girl.ogg +share/apps/ktuberling/sounds/en/egypt_grass.ogg +share/apps/ktuberling/sounds/en/egypt_man.ogg +share/apps/ktuberling/sounds/en/egypt_oasis.ogg +share/apps/ktuberling/sounds/en/egypt_palmtree.ogg +share/apps/ktuberling/sounds/en/egypt_pyramid.ogg +share/apps/ktuberling/sounds/en/egypt_road.ogg +share/apps/ktuberling/sounds/en/egypt_sphynx.ogg +share/apps/ktuberling/sounds/en/egypt_well.ogg +share/apps/ktuberling/sounds/en/egypt_woman.ogg +share/apps/ktuberling/sounds/en/eye.ogg +share/apps/ktuberling/sounds/en/eyebrow.ogg +share/apps/ktuberling/sounds/en/flower.ogg +share/apps/ktuberling/sounds/en/hair.ogg +share/apps/ktuberling/sounds/en/hat.ogg +share/apps/ktuberling/sounds/en/moon_alien.ogg +share/apps/ktuberling/sounds/en/moon_astronaut.ogg +share/apps/ktuberling/sounds/en/moon_earth.ogg +share/apps/ktuberling/sounds/en/moon_fallingstar.ogg +share/apps/ktuberling/sounds/en/moon_hotel.ogg +share/apps/ktuberling/sounds/en/moon_monster.ogg +share/apps/ktuberling/sounds/en/moon_moonwalker.ogg +share/apps/ktuberling/sounds/en/moon_planet.ogg +share/apps/ktuberling/sounds/en/moon_radar.ogg +share/apps/ktuberling/sounds/en/moon_rocket.ogg +share/apps/ktuberling/sounds/en/moon_satellite.ogg +share/apps/ktuberling/sounds/en/moon_sign.ogg +share/apps/ktuberling/sounds/en/moon_star.ogg +share/apps/ktuberling/sounds/en/moon_ufo.ogg +share/apps/ktuberling/sounds/en/moustache.ogg +share/apps/ktuberling/sounds/en/mouth.ogg +share/apps/ktuberling/sounds/en/nose.ogg +share/apps/ktuberling/sounds/en/pizzeria_anchovy.ogg +share/apps/ktuberling/sounds/en/pizzeria_bacon.ogg +share/apps/ktuberling/sounds/en/pizzeria_broccolli.ogg +share/apps/ktuberling/sounds/en/pizzeria_cheese.ogg +share/apps/ktuberling/sounds/en/pizzeria_cucumber.ogg +share/apps/ktuberling/sounds/en/pizzeria_mushroom.ogg +share/apps/ktuberling/sounds/en/pizzeria_olive.ogg +share/apps/ktuberling/sounds/en/pizzeria_onion.ogg +share/apps/ktuberling/sounds/en/pizzeria_oregano.ogg +share/apps/ktuberling/sounds/en/pizzeria_pepper.ogg +share/apps/ktuberling/sounds/en/pizzeria_pepperoni.ogg +share/apps/ktuberling/sounds/en/pizzeria_pineapple.ogg +share/apps/ktuberling/sounds/en/pizzeria_salami.ogg +share/apps/ktuberling/sounds/en/pizzeria_tomato.ogg +share/apps/ktuberling/sounds/en/shoe.ogg +share/apps/ktuberling/sounds/en/shorts.ogg +share/apps/ktuberling/sounds/en/skirt.ogg +share/apps/ktuberling/sounds/en/spectacles.ogg +share/apps/ktuberling/sounds/en/stick.ogg +share/apps/ktuberling/sounds/en/sunglasses.ogg +share/apps/ktuberling/sounds/en/tie.ogg +share/apps/ktuberling/sounds/en/tv_bicycle.ogg +share/apps/ktuberling/sounds/en/tv_car.ogg +share/apps/ktuberling/sounds/en/tv_cyclist.ogg +share/apps/ktuberling/sounds/en/tv_train.ogg +share/apps/ktuberling/sounds/en/tv_tree.ogg +share/apps/ktuberling/sounds/en/umbrella.ogg +share/doc/HTML/en/ktuberling/button-new.png +share/doc/HTML/en/ktuberling/button-open.png +share/doc/HTML/en/ktuberling/button-print.png +share/doc/HTML/en/ktuberling/button-redo.png +share/doc/HTML/en/ktuberling/button-save.png +share/doc/HTML/en/ktuberling/button-undo.png +share/doc/HTML/en/ktuberling/common +share/doc/HTML/en/ktuberling/gameboard.png +share/doc/HTML/en/ktuberling/index.cache.bz2 +share/doc/HTML/en/ktuberling/index.docbook +share/doc/HTML/en/ktuberling/ktuberling.png +share/doc/HTML/en/ktuberling/menu-edit.png +share/doc/HTML/en/ktuberling/menu-game.png +share/doc/HTML/en/ktuberling/menu-help.png +share/doc/HTML/en/ktuberling/menu-settings.png +share/doc/HTML/en/ktuberling/technical-reference.docbook +share/doc/HTML/en/ktuberling/toolbar.png +share/icons/hicolor/128x128/apps/ktuberling.png +share/icons/hicolor/128x128/mimetypes/application-x-tuberling.png +share/icons/hicolor/16x16/apps/ktuberling.png +share/icons/hicolor/16x16/mimetypes/application-x-tuberling.png +share/icons/hicolor/22x22/apps/ktuberling.png +share/icons/hicolor/22x22/mimetypes/application-x-tuberling.png +share/icons/hicolor/32x32/apps/ktuberling.png +share/icons/hicolor/32x32/mimetypes/application-x-tuberling.png +share/icons/hicolor/48x48/apps/ktuberling.png +share/icons/hicolor/48x48/mimetypes/application-x-tuberling.png +share/icons/hicolor/64x64/apps/ktuberling.png +share/icons/hicolor/64x64/mimetypes/application-x-tuberling.png +@dirrm share/doc/HTML/en/ktuberling +@dirrm share/apps/ktuberling/sounds/en +@dirrm share/apps/ktuberling/sounds +@dirrm share/apps/ktuberling/pics +@dirrm share/apps/ktuberling diff --git a/games/kubrick/Makefile b/games/kubrick/Makefile new file mode 100644 index 000000000000..031804d0185c --- /dev/null +++ b/games/kubrick/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= kubrick +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_GL= glu +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= corelib gui opengl \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/kubrick/distinfo b/games/kubrick/distinfo new file mode 100644 index 000000000000..1856d27414b3 --- /dev/null +++ b/games/kubrick/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kubrick-4.10.1.tar.xz) = 725c9d341b1cb24da4721e458575664b3cc57c007fcdd0bfdb247a85ba397ad2 +SIZE (KDE/4.10.1/kubrick-4.10.1.tar.xz) = 121580 diff --git a/games/kubrick/pkg-descr b/games/kubrick/pkg-descr new file mode 100644 index 000000000000..24b8264f6883 --- /dev/null +++ b/games/kubrick/pkg-descr @@ -0,0 +1,8 @@ +Kubrick is a game based on the Rubik's Cube (TM) puzzle. The cube +sizes range from 2x2x2 up to 6x6x6, or you can play with irregular +"bricks" such as 5x3x2 or "mats" such as 6x4x1 or 2x2x1. The game +has a selection of puzzles at several levels of difficulty, as well +as demos of pretty patterns and solution moves, or you can make up +your own puzzles. + +WWW: http://www.kde.org/applications/games/kubrick/ diff --git a/games/kubrick/pkg-plist b/games/kubrick/pkg-plist new file mode 100644 index 000000000000..b60d1ad71e45 --- /dev/null +++ b/games/kubrick/pkg-plist @@ -0,0 +1,39 @@ +bin/kubrick +share/applications/kde4/kubrick.desktop +share/apps/kubrick/kubrickui.rc +share/apps/kubrick/m333CTwirl2.kbk +share/apps/kubrick/m333Complete.kbk +share/apps/kubrick/m333E2prX.kbk +share/apps/kubrick/m333EFlip2.kbk +share/apps/kubrick/m333LLCornerPos.kbk +share/apps/kubrick/m333LLCornerRot.kbk +share/apps/kubrick/m333LLEdgeFlip.kbk +share/apps/kubrick/m333LLEdgePos.kbk +share/apps/kubrick/m333Layer1.kbk +share/apps/kubrick/m333MEdge1.kbk +share/apps/kubrick/m333MEdge2.kbk +share/apps/kubrick/p333Bar4.kbk +share/apps/kubrick/p333DoubleCube.kbk +share/apps/kubrick/p333Plus4.kbk +share/apps/kubrick/p333Snake.kbk +share/apps/kubrick/p333Spot4.kbk +share/apps/kubrick/p333Spot6.kbk +share/apps/kubrick/p333Tricolor6.kbk +share/apps/kubrick/p333U4.kbk +share/apps/kubrick/p333U6.kbk +share/apps/kubrick/p333Worm.kbk +share/apps/kubrick/p333X2.kbk +share/apps/kubrick/p333X6.kbk +share/apps/kubrick/themes/default.svgz +share/doc/HTML/en/kubrick/common +share/doc/HTML/en/kubrick/index.cache.bz2 +share/doc/HTML/en/kubrick/index.docbook +share/icons/hicolor/128x128/apps/kubrick.png +share/icons/hicolor/16x16/apps/kubrick.png +share/icons/hicolor/22x22/apps/kubrick.png +share/icons/hicolor/32x32/apps/kubrick.png +share/icons/hicolor/48x48/apps/kubrick.png +share/icons/hicolor/64x64/apps/kubrick.png +@dirrm share/doc/HTML/en/kubrick +@dirrm share/apps/kubrick/themes +@dirrm share/apps/kubrick diff --git a/games/libkdegames/Makefile b/games/libkdegames/Makefile new file mode 100644 index 000000000000..c2000af42d20 --- /dev/null +++ b/games/libkdegames/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= libkdegames +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Libraries used by KDE 4 games + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USES= cmake:outsource +USE_QT4= network phonon xml moc_build qmake_build rcc_build uic_build +USE_XZ= yes +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +CMAKE_ARGS+= -DWITH_OpenAL:BOOL=False +CMAKE_ARGS+= -DWITH_SndFile:BOOL=False + +.include <bsd.port.mk> diff --git a/games/libkdegames/distinfo b/games/libkdegames/distinfo new file mode 100644 index 000000000000..73721ba1c206 --- /dev/null +++ b/games/libkdegames/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/libkdegames-4.10.1.tar.xz) = 9f66d4564583a59b56f83c1dac24e8854dc4be6f2d229a2118827ad8ff2df5e5 +SIZE (KDE/4.10.1/libkdegames-4.10.1.tar.xz) = 5838116 diff --git a/games/libkdegames/pkg-descr b/games/libkdegames/pkg-descr new file mode 100644 index 000000000000..f3cccab792ce --- /dev/null +++ b/games/libkdegames/pkg-descr @@ -0,0 +1,3 @@ +Libraries used by kde4 games. + +WWW: http://www.kde.org/applications/games/ diff --git a/games/libkdegames/pkg-plist b/games/libkdegames/pkg-plist new file mode 100644 index 000000000000..ca75272ecd7d --- /dev/null +++ b/games/libkdegames/pkg-plist @@ -0,0 +1,155 @@ +include/KDE/KExtHighscore +include/KDE/KGameClock +include/KDE/KGamePopupItem +include/KDE/KGameRenderedItem +include/KDE/KGameRenderedObjectItem +include/KDE/KGameRenderer +include/KDE/KGameRendererClient +include/KDE/KHighscore +include/KDE/KScoreDialog +include/KDE/KStandardGameAction +include/KDE/KgAudioScene +include/KDE/KgDifficulty +include/KDE/KgSound +include/KDE/KgTheme +include/KDE/KgThemeProvider +include/KDE/KgThemeSelector +include/highscore/kexthighscore.h +include/highscore/kexthighscore_item.h +include/highscore/khighscore.h +include/highscore/kscoredialog.h +include/kgameclock.h +include/kgamepopupitem.h +include/kgamerendereditem.h +include/kgamerenderedobjectitem.h +include/kgamerenderer.h +include/kgamerendererclient.h +include/kgaudioscene.h +include/kgdifficulty.h +include/kgsound.h +include/kgtheme.h +include/kgthemeprovider.h +include/kgthemeselector.h +include/kstandardgameaction.h +include/libkdegames_capabilities.h +include/libkdegames_export.h +include/libkdegamesprivate/kchat.h +include/libkdegamesprivate/kchatbase.h +include/libkdegamesprivate/kchatbaseitemdelegate.h +include/libkdegamesprivate/kchatbasemodel.h +include/libkdegamesprivate/kchatdialog.h +include/libkdegamesprivate/kgame/dialogs/kgameconnectdialog.h +include/libkdegamesprivate/kgame/dialogs/kgamedebugdialog.h +include/libkdegamesprivate/kgame/dialogs/kgamedialog.h +include/libkdegamesprivate/kgame/dialogs/kgamedialogconfig.h +include/libkdegamesprivate/kgame/dialogs/kgameerrordialog.h +include/libkdegamesprivate/kgame/kgame.h +include/libkdegamesprivate/kgame/kgamechat.h +include/libkdegamesprivate/kgame/kgameerror.h +include/libkdegamesprivate/kgame/kgameio.h +include/libkdegamesprivate/kgame/kgamemessage.h +include/libkdegamesprivate/kgame/kgamenetwork.h +include/libkdegamesprivate/kgame/kgameprocess.h +include/libkdegamesprivate/kgame/kgameproperty.h +include/libkdegamesprivate/kgame/kgamepropertyarray.h +include/libkdegamesprivate/kgame/kgamepropertyhandler.h +include/libkdegamesprivate/kgame/kgamesequence.h +include/libkdegamesprivate/kgame/kgameversion.h +include/libkdegamesprivate/kgame/kmessageclient.h +include/libkdegamesprivate/kgame/kmessageio.h +include/libkdegamesprivate/kgame/kmessageserver.h +include/libkdegamesprivate/kgame/kplayer.h +include/libkdegamesprivate/kgamecanvas.h +include/libkdegamesprivate/kgamedifficulty.h +include/libkdegamesprivate/kgamesvgdocument.h +include/libkdegamesprivate/kgametheme.h +include/libkdegamesprivate/kgamethemeselector.h +include/libkdegamesprivate/libkdegamesprivate_export.h +lib/cmake/KDEGames/KDEGamesConfig.cmake +lib/cmake/KDEGames/KDEGamesConfigVersion.cmake +lib/cmake/KDEGames/KDEGamesLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KDEGames/KDEGamesLibraryDepends.cmake +lib/libkdegames.so +lib/libkdegames.so.6 +lib/libkdegames.so.6.0.0 +lib/libkdegamesprivate.so +lib/libkdegamesprivate.so.1 +lib/libkdegamesprivate.so.1.0.0 +share/apps/carddecks/svg-ancient-egyptians/11.png +share/apps/carddecks/svg-ancient-egyptians/Ancient_Egyptians.svgz +share/apps/carddecks/svg-ancient-egyptians/index.desktop +share/apps/carddecks/svg-dondorf/11.png +share/apps/carddecks/svg-dondorf/dondorf.svgz +share/apps/carddecks/svg-dondorf/index.desktop +share/apps/carddecks/svg-future/11.png +share/apps/carddecks/svg-future/future.svgz +share/apps/carddecks/svg-future/index.desktop +share/apps/carddecks/svg-gm-paris/11.png +share/apps/carddecks/svg-gm-paris/index.desktop +share/apps/carddecks/svg-gm-paris/paris.svgz +share/apps/carddecks/svg-jolly-royal/11.png +share/apps/carddecks/svg-jolly-royal/index.desktop +share/apps/carddecks/svg-jolly-royal/jolly-royal.svgz +share/apps/carddecks/svg-konqi-modern/11.png +share/apps/carddecks/svg-konqi-modern/index.desktop +share/apps/carddecks/svg-konqi-modern/konqi.svgz +share/apps/carddecks/svg-nicu-ornamental/11.png +share/apps/carddecks/svg-nicu-ornamental/AUTHORS +share/apps/carddecks/svg-nicu-ornamental/COPYING +share/apps/carddecks/svg-nicu-ornamental/index.desktop +share/apps/carddecks/svg-nicu-ornamental/ornamental.svgz +share/apps/carddecks/svg-nicu-white/11.png +share/apps/carddecks/svg-nicu-white/AUTHORS +share/apps/carddecks/svg-nicu-white/COPYING +share/apps/carddecks/svg-nicu-white/index.desktop +share/apps/carddecks/svg-nicu-white/white.svgz +share/apps/carddecks/svg-oxygen-air/11.png +share/apps/carddecks/svg-oxygen-air/index.desktop +share/apps/carddecks/svg-oxygen-air/oxygen-air.svgz +share/apps/carddecks/svg-oxygen-white/11.png +share/apps/carddecks/svg-oxygen-white/index.desktop +share/apps/carddecks/svg-oxygen-white/oxygen-white.svgz +share/apps/carddecks/svg-oxygen/11.png +share/apps/carddecks/svg-oxygen/index.desktop +share/apps/carddecks/svg-oxygen/oxygen.svgz +share/apps/carddecks/svg-penguins/11.png +share/apps/carddecks/svg-penguins/COPYRIGHT +share/apps/carddecks/svg-penguins/index.desktop +share/apps/carddecks/svg-penguins/penguins.svgz +share/apps/carddecks/svg-standard/11.png +share/apps/carddecks/svg-standard/index.desktop +share/apps/carddecks/svg-standard/standard.svgz +share/apps/carddecks/svg-tigullio-international/index.desktop +share/apps/carddecks/svg-tigullio-international/queen-of-hearts.png +share/apps/carddecks/svg-tigullio-international/tigullio-international.svgz +share/apps/carddecks/svg-xskat-french/11.png +share/apps/carddecks/svg-xskat-french/COPYRIGHT +share/apps/carddecks/svg-xskat-french/french.svgz +share/apps/carddecks/svg-xskat-french/index.desktop +share/apps/carddecks/svg-xskat-german/11.png +share/apps/carddecks/svg-xskat-german/COPYRIGHT +share/apps/carddecks/svg-xskat-german/german.svgz +share/apps/carddecks/svg-xskat-german/index.desktop +share/apps/kconf_update/kgthemeprovider-migration.upd +@dirrm share/apps/carddecks/svg-xskat-german +@dirrm share/apps/carddecks/svg-xskat-french +@dirrm share/apps/carddecks/svg-tigullio-international +@dirrm share/apps/carddecks/svg-standard +@dirrm share/apps/carddecks/svg-penguins +@dirrm share/apps/carddecks/svg-oxygen-white +@dirrm share/apps/carddecks/svg-oxygen-air +@dirrm share/apps/carddecks/svg-oxygen +@dirrm share/apps/carddecks/svg-nicu-white +@dirrm share/apps/carddecks/svg-nicu-ornamental +@dirrm share/apps/carddecks/svg-konqi-modern +@dirrm share/apps/carddecks/svg-jolly-royal +@dirrm share/apps/carddecks/svg-gm-paris +@dirrm share/apps/carddecks/svg-future +@dirrm share/apps/carddecks/svg-dondorf +@dirrm share/apps/carddecks/svg-ancient-egyptians +@dirrm share/apps/carddecks +@dirrm lib/cmake/KDEGames +@dirrm include/libkdegamesprivate/kgame/dialogs +@dirrm include/libkdegamesprivate/kgame +@dirrm include/libkdegamesprivate +@dirrm include/highscore diff --git a/games/libkmahjongg/Makefile b/games/libkmahjongg/Makefile new file mode 100644 index 000000000000..a4ec28ed0338 --- /dev/null +++ b/games/libkmahjongg/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= libkmahjongg +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Library for the Mahjongg Solitaire for KDE 4 + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +.include <bsd.port.mk> diff --git a/games/libkmahjongg/distinfo b/games/libkmahjongg/distinfo new file mode 100644 index 000000000000..abcf60dde942 --- /dev/null +++ b/games/libkmahjongg/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/libkmahjongg-4.10.1.tar.xz) = fefb999ac43a9c2634f2c45231a80be8893ba256b19c12d7fc023416d2d51732 +SIZE (KDE/4.10.1/libkmahjongg-4.10.1.tar.xz) = 1674112 diff --git a/games/libkmahjongg/pkg-descr b/games/libkmahjongg/pkg-descr new file mode 100644 index 000000000000..d229cb308602 --- /dev/null +++ b/games/libkmahjongg/pkg-descr @@ -0,0 +1,5 @@ +In KMahjongg the tiles are scrambled and staked on top of each other to +resemble a certain shape. The player is then expected to remove all the tiles +off the game board by locating each tile's matching pair. + +WWW: http://www.kde.org/applications/games/kmahjongg/ diff --git a/games/libkmahjongg/pkg-plist b/games/libkmahjongg/pkg-plist new file mode 100644 index 000000000000..47dbf1bb619a --- /dev/null +++ b/games/libkmahjongg/pkg-plist @@ -0,0 +1,43 @@ +include/kmahjonggbackground.h +include/kmahjonggconfigdialog.h +include/kmahjonggtileset.h +include/libkmahjongg_export.h +lib/libkmahjongglib.so +lib/libkmahjongglib.so.5 +lib/libkmahjongglib.so.5.0.1 +share/apps/kmahjongglib/backgrounds/chinese_landscape.copyright +share/apps/kmahjongglib/backgrounds/chinese_landscape.desktop +share/apps/kmahjongglib/backgrounds/chinese_landscape.svgz +share/apps/kmahjongglib/backgrounds/color_plain.desktop +share/apps/kmahjongglib/backgrounds/default.desktop +share/apps/kmahjongglib/backgrounds/default.svg +share/apps/kmahjongglib/backgrounds/default_old.copyright +share/apps/kmahjongglib/backgrounds/default_old.desktop +share/apps/kmahjongglib/backgrounds/egyptian.svgz +share/apps/kmahjongglib/backgrounds/summerfield.copyright +share/apps/kmahjongglib/backgrounds/summerfield.desktop +share/apps/kmahjongglib/backgrounds/summerfield.svg +share/apps/kmahjongglib/backgrounds/wood_light.copyright +share/apps/kmahjongglib/backgrounds/wood_light.desktop +share/apps/kmahjongglib/backgrounds/wood_light.svg +share/apps/kmahjongglib/tilesets/alphabet.copyright +share/apps/kmahjongglib/tilesets/alphabet.desktop +share/apps/kmahjongglib/tilesets/alphabet.svgz +share/apps/kmahjongglib/tilesets/classic.copyright +share/apps/kmahjongglib/tilesets/classic.desktop +share/apps/kmahjongglib/tilesets/classic.svg +share/apps/kmahjongglib/tilesets/default.copyright +share/apps/kmahjongglib/tilesets/default.desktop +share/apps/kmahjongglib/tilesets/default.svgz +share/apps/kmahjongglib/tilesets/egypt.copyright +share/apps/kmahjongglib/tilesets/egypt.desktop +share/apps/kmahjongglib/tilesets/egypt.svgz +share/apps/kmahjongglib/tilesets/jade.copyright +share/apps/kmahjongglib/tilesets/jade.desktop +share/apps/kmahjongglib/tilesets/jade.svgz +share/apps/kmahjongglib/tilesets/traditional.copyright +share/apps/kmahjongglib/tilesets/traditional.desktop +share/apps/kmahjongglib/tilesets/traditional.svgz +@dirrm share/apps/kmahjongglib/tilesets +@dirrm share/apps/kmahjongglib/backgrounds +@dirrm share/apps/kmahjongglib diff --git a/games/lskat/Makefile b/games/lskat/Makefile new file mode 100644 index 000000000000..e9db23873e94 --- /dev/null +++ b/games/lskat/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= lskat +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USES= cmake:outsource +USE_QT4= corelib gui gui svg \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/lskat/distinfo b/games/lskat/distinfo new file mode 100644 index 000000000000..ecdfecf54179 --- /dev/null +++ b/games/lskat/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/lskat-4.10.1.tar.xz) = 107e31aa050c83386c4c4b62dcf37b5a706da7fbc0d022232c37ae98ac5030e1 +SIZE (KDE/4.10.1/lskat-4.10.1.tar.xz) = 959244 diff --git a/games/lskat/pkg-descr b/games/lskat/pkg-descr new file mode 100644 index 000000000000..671efd7f64b2 --- /dev/null +++ b/games/lskat/pkg-descr @@ -0,0 +1,5 @@ +Lieutnant Skat (from German "Offiziersskat") is a fun and engaging +card game for two players, where the second player is either live +opponent, or a built in artificial intelligence. + +WWW: http://www.kde.org/applications/games/lskat/ diff --git a/games/lskat/pkg-plist b/games/lskat/pkg-plist new file mode 100644 index 000000000000..53b5d4353eea --- /dev/null +++ b/games/lskat/pkg-plist @@ -0,0 +1,25 @@ +bin/lskat +share/applications/kde4/lskat.desktop +share/apps/lskat/grafix/blue.desktop +share/apps/lskat/grafix/blue.rc +share/apps/lskat/grafix/blue.svg +share/apps/lskat/grafix/egyptian.desktop +share/apps/lskat/grafix/egyptian.rc +share/apps/lskat/grafix/egyptian.svg +share/apps/lskat/grafix/oxygen.desktop +share/apps/lskat/grafix/oxygen.rc +share/apps/lskat/grafix/oxygen.svg +share/apps/lskat/lskatui.rc +share/doc/HTML/en/lskat/common +share/doc/HTML/en/lskat/index.cache.bz2 +share/doc/HTML/en/lskat/index.docbook +share/doc/HTML/en/lskat/lskat_screen_01.png +share/icons/hicolor/128x128/apps/lskat.png +share/icons/hicolor/16x16/apps/lskat.png +share/icons/hicolor/22x22/apps/lskat.png +share/icons/hicolor/32x32/apps/lskat.png +share/icons/hicolor/48x48/apps/lskat.png +share/icons/hicolor/64x64/apps/lskat.png +@dirrm share/doc/HTML/en/lskat +@dirrm share/apps/lskat/grafix +@dirrm share/apps/lskat diff --git a/games/pairs/Makefile b/games/pairs/Makefile index 0f54e0e72dd6..5d05c4150c91 100644 --- a/games/pairs/Makefile +++ b/games/pairs/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Memory and pairs game for KDE @@ -14,10 +14,10 @@ COMMENT= Memory and pairs game for KDE LICENSE= GPLv2 USES= cmake:outsource -MAKE_JOBS_SAFE= yes USE_KDE4= kdehier kdelibs kdeprefix automoc4 USE_QT4= declarative opengl phonon xmlpatterns \ moc_build qmake_build rcc_build uic_build USE_XZ= yes +MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/games/pairs/distinfo b/games/pairs/distinfo index 48fe0ff30596..4a33cd4cb594 100644 --- a/games/pairs/distinfo +++ b/games/pairs/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/pairs-4.9.5.tar.xz) = 2456f7aaf170a2b5c0a435341995d1fe79a461b142493585e79bc41df6b737e2 -SIZE (KDE/pairs-4.9.5.tar.xz) = 1908572 +SHA256 (KDE/4.10.1/pairs-4.10.1.tar.xz) = 1175c5ccd533309e74506b688562e05a45261d5304ef2a2edb89bcd63b664895 +SIZE (KDE/4.10.1/pairs-4.10.1.tar.xz) = 2131256 diff --git a/games/pairs/pkg-plist b/games/pairs/pkg-plist index c822b3a6e646..8b4f13835d56 100644 --- a/games/pairs/pkg-plist +++ b/games/pairs/pkg-plist @@ -1,5 +1,7 @@ bin/pairs +bin/pairseditor share/applications/kde4/pairs.desktop +share/applications/kde4/pairseditor.desktop share/apps/pairs/gameicons/addUser.svg share/apps/pairs/gameicons/background.svg share/apps/pairs/gameicons/exit.svg @@ -40,22 +42,35 @@ share/apps/pairs/themes/kde.pairs.tar.bz2 share/apps/pairs/themes/linux.pairs.tar.bz2 share/apps/pairs/themes/right.ogg share/apps/pairs/themes/wrong.ogg +share/apps/pairseditor/pairseditorui.rc share/config/pairs.knsrc share/icons/hicolor/128x128/apps/pairs.png +share/icons/hicolor/128x128/apps/pairseditor.png share/icons/hicolor/16x16/apps/pairs.png +share/icons/hicolor/16x16/apps/pairseditor.png share/icons/hicolor/192x192/apps/pairs.png -share/icons/hicolor/20x20/apps/pairs.png +share/icons/hicolor/192x192/apps/pairseditor.png share/icons/hicolor/22x22/apps/pairs.png +share/icons/hicolor/22x22/apps/pairseditor.png share/icons/hicolor/24x24/apps/pairs.png +share/icons/hicolor/24x24/apps/pairseditor.png share/icons/hicolor/256x256/apps/pairs.png +share/icons/hicolor/256x256/apps/pairseditor.png share/icons/hicolor/32x32/apps/pairs.png +share/icons/hicolor/32x32/apps/pairseditor.png share/icons/hicolor/36x36/apps/pairs.png +share/icons/hicolor/36x36/apps/pairseditor.png share/icons/hicolor/48x48/apps/pairs.png +share/icons/hicolor/48x48/apps/pairseditor.png share/icons/hicolor/64x64/apps/pairs.png +share/icons/hicolor/64x64/apps/pairseditor.png share/icons/hicolor/96x96/apps/pairs.png +share/icons/hicolor/96x96/apps/pairseditor.png share/icons/hicolor/scalable/apps/pairs.svgz +share/icons/hicolor/scalable/apps/pairseditor.svgz @dirrmtry share/icons/hicolor/20x20/apps @dirrmtry share/icons/hicolor/20x20 +@dirrm share/apps/pairseditor @dirrm share/apps/pairs/themes @dirrm share/apps/pairs/players @dirrm share/apps/pairs/gameicons diff --git a/games/palapeli/Makefile b/games/palapeli/Makefile new file mode 100644 index 000000000000..5ef84bd1eb4f --- /dev/null +++ b/games/palapeli/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= palapeli +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${PORTNAME}_DESC} + +CONFLICTS_INSTALL= kdegames-4.[0-9].* + +USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 sharedmime +USES= cmake:outsource +USE_QT4= corelib gui gui \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +post-patch: + ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ + ${WRKSRC}/mime/CMakeLists.txt + +.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <bsd.port.mk> diff --git a/games/palapeli/distinfo b/games/palapeli/distinfo new file mode 100644 index 000000000000..3428b3dc0024 --- /dev/null +++ b/games/palapeli/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/palapeli-4.10.1.tar.xz) = 6c70ed74242b21291420b859de8694fe14f99db7a6f13b86cc026818e2d87ec2 +SIZE (KDE/4.10.1/palapeli-4.10.1.tar.xz) = 1737580 diff --git a/games/palapeli/pkg-descr b/games/palapeli/pkg-descr new file mode 100644 index 000000000000..1700a27bbe5d --- /dev/null +++ b/games/palapeli/pkg-descr @@ -0,0 +1,7 @@ +Palapeli is a single-player jigsaw puzzle game. Unlike other games +in that genre, you are not limited to aligning pieces on imaginary +grids. The pieces are freely moveable. Also, Palapeli features +real persistency, i.e. everything you do is saved on your disk +immediately. + +WWW: http://www.kde.org/applications/games/palapeli/ diff --git a/games/palapeli/pkg-plist b/games/palapeli/pkg-plist new file mode 100644 index 000000000000..86faafe95cfa --- /dev/null +++ b/games/palapeli/pkg-plist @@ -0,0 +1,73 @@ +bin/palapeli +include/Pala/Slicer +include/Pala/SlicerJob +include/Pala/SlicerMode +include/Pala/SlicerProperty +include/Pala/SlicerPropertySet +include/libpala/libpalamacros.h +include/libpala/slicer.h +include/libpala/slicerjob.h +include/libpala/slicermode.h +include/libpala/slicerproperty.h +include/libpala/slicerpropertyset.h +lib/kde4/palapeli_goldbergslicer.so +lib/kde4/palapeli_jigsawslicer.so +lib/kde4/palapeli_rectslicer.so +lib/kde4/palathumbcreator.so +lib/libpala.so +lib/libpala.so.0 +lib/libpala.so.0.2.0 +lib/libpala/libpala-config.cmake +lib/libpala/pala-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/libpala/pala-targets.cmake +share/applications/kde4/palapeli.desktop +share/apps/palapeli/backgrounds/Eliminator-Funk-2.jpg +share/apps/palapeli/backgrounds/Rear-Admiral-Diplomat-1.jpg +share/apps/palapeli/backgrounds/Time-For-Lunch-2.jpg +share/apps/palapeli/backgrounds/background.svg +share/apps/palapeli/backgrounds/gon-defends-the-critters-1.jpg +share/apps/palapeli/backgrounds/mahogany-handjob-1.jpg +share/apps/palapeli/collection/castle-maintenon.desktop +share/apps/palapeli/collection/castle-maintenon.jpg +share/apps/palapeli/collection/cincinnati-bridge.desktop +share/apps/palapeli/collection/cincinnati-bridge.jpg +share/apps/palapeli/collection/citrus-fruits.desktop +share/apps/palapeli/collection/citrus-fruits.jpg +share/apps/palapeli/collection/european-honey-bee.desktop +share/apps/palapeli/collection/european-honey-bee.jpg +share/apps/palapeli/collection/panther-chameleon-female.desktop +share/apps/palapeli/collection/panther-chameleon-female.jpg +share/apps/palapeli/palapeli.kcfg +share/apps/palapeli/palapeli.notifyrc +share/apps/palapeli/palapeliui.rc +share/config/palapeli-collectionrc +share/doc/HTML/en/palapeli/common +share/doc/HTML/en/palapeli/index.cache.bz2 +share/doc/HTML/en/palapeli/index.docbook +share/doc/HTML/en/palapeli/puzzletable1.png +share/icons/hicolor/128x128/apps/palapeli.png +share/icons/hicolor/128x128/mimetypes/application-x-palapeli.png +share/icons/hicolor/16x16/apps/palapeli.png +share/icons/hicolor/16x16/mimetypes/application-x-palapeli.png +share/icons/hicolor/24x24/apps/palapeli.png +share/icons/hicolor/24x24/mimetypes/application-x-palapeli.png +share/icons/hicolor/32x32/apps/palapeli.png +share/icons/hicolor/32x32/mimetypes/application-x-palapeli.png +share/icons/hicolor/48x48/apps/palapeli.png +share/icons/hicolor/48x48/mimetypes/application-x-palapeli.png +share/icons/hicolor/64x64/apps/palapeli.png +share/icons/hicolor/64x64/mimetypes/application-x-palapeli.png +share/kde4/services/ServiceMenus/palapeli_servicemenu.desktop +share/kde4/services/palapeli_goldbergslicer.desktop +share/kde4/services/palapeli_jigsawslicer.desktop +share/kde4/services/palapeli_rectslicer.desktop +share/kde4/services/palathumbcreator.desktop +share/kde4/servicetypes/libpala-slicerplugin.desktop +share/mime/packages/palapeli-mimetypes.xml +@dirrm share/doc/HTML/en/palapeli +@dirrm share/apps/palapeli/collection +@dirrm share/apps/palapeli/backgrounds +@dirrm share/apps/palapeli +@dirrm lib/libpala +@dirrm include/libpala +@dirrm include/Pala diff --git a/german/kde4-l10n/Makefile b/german/kde4-l10n/Makefile index 15d41c01bd33..ccda2059c27c 100644 --- a/german/kde4-l10n/Makefile +++ b/german/kde4-l10n/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= german kde MAINTAINER= kde@FreeBSD.org -COMMENT= German messages and documentation for KDE4 +COMMENT= German messages and documentation for KDE SC 4 KDE4_L10N= de diff --git a/german/kde4-l10n/Makefile.man b/german/kde4-l10n/Makefile.man index a7046f884194..01234f13aedc 100644 --- a/german/kde4-l10n/Makefile.man +++ b/german/kde4-l10n/Makefile.man @@ -34,9 +34,8 @@ MAN1+= kmplot.1 MAN1+= kross.1 MAN1+= ktouch.1 MAN1+= makekdewidgets.1 -MAN1+= plasmaengineexplorer.1 +MAN1+= okular.1 MAN1+= plasmapkg.1 -MAN1+= plasmoidviewer.1 MAN1+= po2xml.1 MAN1+= preparetips.1 MAN1+= pruneemptydirs.1 diff --git a/german/kde4-l10n/distinfo b/german/kde4-l10n/distinfo index fd562511c553..ba4c4cb0273e 100644 --- a/german/kde4-l10n/distinfo +++ b/german/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-de-4.9.5.tar.xz) = ac2f8f35e0273aa34861241029412188e0f15e16195916fa1fdcf109709b3391 -SIZE (KDE/kde-l10n/kde-l10n-de-4.9.5.tar.xz) = 38404808 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-de-4.10.1.tar.xz) = a9fd728f5414ddaa492dc1b7ef755f60dd2c7a6a93c0e4cb3bbf141ab0804e71 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-de-4.10.1.tar.xz) = 37935048 diff --git a/german/kde4-l10n/pkg-plist b/german/kde4-l10n/pkg-plist index d3e17ac19e82..3f73356f3505 100644 --- a/german/kde4-l10n/pkg-plist +++ b/german/kde4-l10n/pkg-plist @@ -1,3 +1,4 @@ +share/apps/autocorrect/de_DE.xml share/apps/kajongg/voices/de/female1/COPYRIGHT share/apps/kajongg/voices/de/female1/b1.ogg share/apps/kajongg/voices/de/female1/b2.ogg @@ -565,6 +566,7 @@ share/doc/HTML/de/kate/man-kate.1.docbook share/doc/HTML/de/kate/mdi.docbook share/doc/HTML/de/kate/menus.docbook share/doc/HTML/de/kate/part.docbook +share/doc/HTML/de/kate/plugins-part.docbook share/doc/HTML/de/kate/plugins.docbook share/doc/HTML/de/kate/regular-expressions.docbook share/doc/HTML/de/kate/vi.docbook @@ -1536,6 +1538,7 @@ share/doc/HTML/de/kstars/colorandtemp.docbook share/doc/HTML/de/kstars/commands.docbook share/doc/HTML/de/kstars/common share/doc/HTML/de/kstars/config.docbook +share/doc/HTML/de/kstars/cosmicdist.docbook share/doc/HTML/de/kstars/cpoles.docbook share/doc/HTML/de/kstars/credits.docbook share/doc/HTML/de/kstars/csphere.docbook @@ -1546,6 +1549,7 @@ share/doc/HTML/de/kstars/devicemanager.png share/doc/HTML/de/kstars/dumpmode.docbook share/doc/HTML/de/kstars/ecliptic.docbook share/doc/HTML/de/kstars/ellipticalgalaxies.docbook +share/doc/HTML/de/kstars/epoch.docbook share/doc/HTML/de/kstars/equinox.docbook share/doc/HTML/de/kstars/faq.docbook share/doc/HTML/de/kstars/find.png @@ -1572,8 +1576,7 @@ share/doc/HTML/de/kstars/luminosity.docbook share/doc/HTML/de/kstars/magnitude.docbook share/doc/HTML/de/kstars/meridian.docbook share/doc/HTML/de/kstars/newfov.png -share/doc/HTML/de/kstars/observinglist.docbook -share/doc/HTML/de/kstars/observinglist.png +share/doc/HTML/de/kstars/obsplanner.docbook share/doc/HTML/de/kstars/parallax.docbook share/doc/HTML/de/kstars/popup.png share/doc/HTML/de/kstars/precession.docbook @@ -1590,6 +1593,7 @@ share/doc/HTML/de/kstars/solarsystem.png share/doc/HTML/de/kstars/spiralgalaxies.docbook share/doc/HTML/de/kstars/star_colors.png share/doc/HTML/de/kstars/stars.docbook +share/doc/HTML/de/kstars/telescopes.docbook share/doc/HTML/de/kstars/timezones.docbook share/doc/HTML/de/kstars/tools.docbook share/doc/HTML/de/kstars/utime.docbook @@ -1628,18 +1632,10 @@ share/doc/HTML/de/ktimetracker/ktimetracker.png share/doc/HTML/de/ktnef/common share/doc/HTML/de/ktnef/index.cache.bz2 share/doc/HTML/de/ktnef/index.docbook -share/doc/HTML/de/ktouch/color_options.png share/doc/HTML/de/ktouch/common -share/doc/HTML/de/ktouch/general_options.png share/doc/HTML/de/ktouch/index.cache.bz2 share/doc/HTML/de/ktouch/index.docbook -share/doc/HTML/de/ktouch/keyboard_options.png -share/doc/HTML/de/ktouch/main_screen_default_color.png -share/doc/HTML/de/ktouch/main_window_german.png share/doc/HTML/de/ktouch/man-ktouch.1.docbook -share/doc/HTML/de/ktouch/statistics_dialog.png -share/doc/HTML/de/ktouch/statistics_dialog_chart.png -share/doc/HTML/de/ktouch/training_options.png share/doc/HTML/de/ktron/common share/doc/HTML/de/ktron/index.cache.bz2 share/doc/HTML/de/ktron/index.docbook @@ -1745,6 +1741,7 @@ share/doc/HTML/de/okular/configure.png share/doc/HTML/de/okular/embedded-files-bar.png share/doc/HTML/de/okular/index.cache.bz2 share/doc/HTML/de/okular/index.docbook +share/doc/HTML/de/okular/man-okular.1.docbook share/doc/HTML/de/onlinehelp/common share/doc/HTML/de/onlinehelp/index.cache.bz2 share/doc/HTML/de/onlinehelp/index.docbook @@ -1823,6 +1820,9 @@ share/doc/HTML/de/parley/Parley_welcome_screen.png share/doc/HTML/de/parley/common share/doc/HTML/de/parley/index.cache.bz2 share/doc/HTML/de/parley/index.docbook +share/doc/HTML/de/picmi/common +share/doc/HTML/de/picmi/index.cache.bz2 +share/doc/HTML/de/picmi/index.docbook share/doc/HTML/de/plasma-desktop/add-widgets.png share/doc/HTML/de/plasma-desktop/common share/doc/HTML/de/plasma-desktop/desktop-settings.png @@ -1833,9 +1833,6 @@ share/doc/HTML/de/plasma-desktop/index.docbook share/doc/HTML/de/plasma-desktop/panel-settings.png share/doc/HTML/de/plasma-desktop/system-tray-settings.png share/doc/HTML/de/plasma-desktop/taskbar-settings.png -share/doc/HTML/de/printer-applet/common -share/doc/HTML/de/printer-applet/index.cache.bz2 -share/doc/HTML/de/printer-applet/index.docbook share/doc/HTML/de/rocs/common share/doc/HTML/de/rocs/index.cache.bz2 share/doc/HTML/de/rocs/index.docbook @@ -1852,9 +1849,6 @@ share/doc/HTML/de/sweeper/common share/doc/HTML/de/sweeper/index.cache.bz2 share/doc/HTML/de/sweeper/index.docbook share/doc/HTML/de/sweeper/sweeper.png -share/doc/HTML/de/system-config-printer-kde/common -share/doc/HTML/de/system-config-printer-kde/index.cache.bz2 -share/doc/HTML/de/system-config-printer-kde/index.docbook share/doc/HTML/de/systemsettings/common share/doc/HTML/de/systemsettings/index.cache.bz2 share/doc/HTML/de/systemsettings/index.docbook @@ -1891,6 +1885,8 @@ share/locale/de/LC_MESSAGES/accountwizard_mailbox.mo share/locale/de/LC_MESSAGES/accountwizard_maildir.mo share/locale/de/LC_MESSAGES/accountwizard_pop3.mo share/locale/de/LC_MESSAGES/accountwizard_tine20.mo +share/locale/de/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/de/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/de/LC_MESSAGES/adblock.mo share/locale/de/LC_MESSAGES/akonadi-filestore.mo share/locale/de/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -1899,6 +1895,7 @@ share/locale/de/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/de/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/de/LC_MESSAGES/akonadi_google_resource.mo share/locale/de/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/de/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/de/LC_MESSAGES/akonadi_imap_resource.mo share/locale/de/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/de/LC_MESSAGES/akonadi_kabc_resource.mo @@ -1916,7 +1913,7 @@ share/locale/de/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/de/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/de/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/de/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/de/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/de/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/de/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/de/LC_MESSAGES/akonadi_next.mo share/locale/de/LC_MESSAGES/akonadi_nntp_resource.mo @@ -1941,7 +1938,6 @@ share/locale/de/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/de/LC_MESSAGES/audiorename_plugin.mo share/locale/de/LC_MESSAGES/autorefresh.mo share/locale/de/LC_MESSAGES/babelfish.mo -share/locale/de/LC_MESSAGES/backupmail.mo share/locale/de/LC_MESSAGES/blinken.mo share/locale/de/LC_MESSAGES/blogilo.mo share/locale/de/LC_MESSAGES/bomber.mo @@ -2002,7 +1998,6 @@ share/locale/de/LC_MESSAGES/kate.mo share/locale/de/LC_MESSAGES/kate_kttsd.mo share/locale/de/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/de/LC_MESSAGES/katebuild-plugin.mo -share/locale/de/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/de/LC_MESSAGES/katefilebrowserplugin.mo share/locale/de/LC_MESSAGES/katefiletemplates.mo share/locale/de/LC_MESSAGES/kategdbplugin.mo @@ -2011,9 +2006,10 @@ share/locale/de/LC_MESSAGES/katekonsoleplugin.mo share/locale/de/LC_MESSAGES/katemailfilesplugin.mo share/locale/de/LC_MESSAGES/kateopenheader.mo share/locale/de/LC_MESSAGES/katepart4.mo -share/locale/de/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/de/LC_MESSAGES/kateproject.mo share/locale/de/LC_MESSAGES/katesearch.mo share/locale/de/LC_MESSAGES/katesnippets_tng.mo +share/locale/de/LC_MESSAGES/katesnippetsplugin.mo share/locale/de/LC_MESSAGES/katesql.mo share/locale/de/LC_MESSAGES/katesymbolviewer.mo share/locale/de/LC_MESSAGES/katetabbarextension.mo @@ -2036,6 +2032,7 @@ share/locale/de/LC_MESSAGES/kcalc.mo share/locale/de/LC_MESSAGES/kcertpart.mo share/locale/de/LC_MESSAGES/kcharselect.mo share/locale/de/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/de/LC_MESSAGES/kcm_activities.mo share/locale/de/LC_MESSAGES/kcm_akonadi.mo share/locale/de/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/de/LC_MESSAGES/kcm_attica.mo @@ -2053,7 +2050,6 @@ share/locale/de/LC_MESSAGES/kcm_memory.mo share/locale/de/LC_MESSAGES/kcm_nepomuk.mo share/locale/de/LC_MESSAGES/kcm_pci.mo share/locale/de/LC_MESSAGES/kcm_phonon.mo -share/locale/de/LC_MESSAGES/kcm_phononxine.mo share/locale/de/LC_MESSAGES/kcm_platform.mo share/locale/de/LC_MESSAGES/kcm_remotecontrol.mo share/locale/de/LC_MESSAGES/kcm_solid.mo @@ -2200,12 +2196,14 @@ share/locale/de/LC_MESSAGES/kio_sieve.mo share/locale/de/LC_MESSAGES/kio_smb.mo share/locale/de/LC_MESSAGES/kio_smtp.mo share/locale/de/LC_MESSAGES/kio_svn.mo +share/locale/de/LC_MESSAGES/kio_tags.mo share/locale/de/LC_MESSAGES/kio_thumbnail.mo share/locale/de/LC_MESSAGES/kio_timeline.mo share/locale/de/LC_MESSAGES/kio_trash.mo share/locale/de/LC_MESSAGES/kio_zeroconf.mo share/locale/de/LC_MESSAGES/kioclient.mo share/locale/de/LC_MESSAGES/kioexec.mo +share/locale/de/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/de/LC_MESSAGES/kiriki.mo share/locale/de/LC_MESSAGES/kiten.mo share/locale/de/LC_MESSAGES/kjots.mo @@ -2275,8 +2273,11 @@ share/locale/de/LC_MESSAGES/kruler.mo share/locale/de/LC_MESSAGES/krunner.mo share/locale/de/LC_MESSAGES/ksaneplugin.mo share/locale/de/LC_MESSAGES/kscd.mo +share/locale/de/LC_MESSAGES/kscreenlocker.mo +share/locale/de/LC_MESSAGES/kscreenlocker_greet.mo share/locale/de/LC_MESSAGES/kscreensaver.mo share/locale/de/LC_MESSAGES/ksendemail.mo +share/locale/de/LC_MESSAGES/ksgrd.mo share/locale/de/LC_MESSAGES/kshellcmdplugin.mo share/locale/de/LC_MESSAGES/kshisen.mo share/locale/de/LC_MESSAGES/kshorturifilter.mo @@ -2306,6 +2307,7 @@ share/locale/de/LC_MESSAGES/ktimer.mo share/locale/de/LC_MESSAGES/ktimetracker.mo share/locale/de/LC_MESSAGES/ktnef.mo share/locale/de/LC_MESSAGES/ktouch.mo +share/locale/de/LC_MESSAGES/ktouchpadenabler.mo share/locale/de/LC_MESSAGES/ktraderclient.mo share/locale/de/LC_MESSAGES/ktron.mo share/locale/de/LC_MESSAGES/ktuberling.mo @@ -2352,6 +2354,7 @@ share/locale/de/LC_MESSAGES/libkdepimmobileui.mo share/locale/de/LC_MESSAGES/libkexiv2.mo share/locale/de/LC_MESSAGES/libkholidays.mo share/locale/de/LC_MESSAGES/libkimap.mo +share/locale/de/LC_MESSAGES/libkipi.mo share/locale/de/LC_MESSAGES/libkldap.mo share/locale/de/LC_MESSAGES/libkleopatra.mo share/locale/de/LC_MESSAGES/libkmahjongg.mo @@ -2383,11 +2386,11 @@ share/locale/de/LC_MESSAGES/liboktetagui.mo share/locale/de/LC_MESSAGES/liboktetakasten.mo share/locale/de/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/de/LC_MESSAGES/libphonon.mo +share/locale/de/LC_MESSAGES/libpimcommon.mo share/locale/de/LC_MESSAGES/libplasma.mo share/locale/de/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/de/LC_MESSAGES/libplasmaclock.mo share/locale/de/LC_MESSAGES/libplasmaweather.mo -share/locale/de/LC_MESSAGES/librtm.mo share/locale/de/LC_MESSAGES/libtaskmanager.mo share/locale/de/LC_MESSAGES/libtemplateparser.mo share/locale/de/LC_MESSAGES/lokalize.mo @@ -2395,6 +2398,7 @@ share/locale/de/LC_MESSAGES/lskat.mo share/locale/de/LC_MESSAGES/mailreader.mo share/locale/de/LC_MESSAGES/marble.mo share/locale/de/LC_MESSAGES/marble_qt.mo +share/locale/de/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/de/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/de/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/de/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -2404,12 +2408,14 @@ share/locale/de/LC_MESSAGES/minitoolsplugin.mo share/locale/de/LC_MESSAGES/mplayerthumbs.mo share/locale/de/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/de/LC_MESSAGES/nepomukbackup.mo +share/locale/de/LC_MESSAGES/nepomukcleaner.mo share/locale/de/LC_MESSAGES/nepomukcontroller.mo share/locale/de/LC_MESSAGES/nepomukfileindexer.mo share/locale/de/LC_MESSAGES/nepomukqueryservice.mo share/locale/de/LC_MESSAGES/nepomukserver.mo share/locale/de/LC_MESSAGES/nepomukservicestub.mo share/locale/de/LC_MESSAGES/nepomukstorage.mo +share/locale/de/LC_MESSAGES/nepomukwidgets.mo share/locale/de/LC_MESSAGES/newmailnotifieragent.mo share/locale/de/LC_MESSAGES/notes-mobile.mo share/locale/de/LC_MESSAGES/nsplugin.mo @@ -2432,13 +2438,17 @@ share/locale/de/LC_MESSAGES/okular_plucker.mo share/locale/de/LC_MESSAGES/okular_poppler.mo share/locale/de/LC_MESSAGES/okular_tiff.mo share/locale/de/LC_MESSAGES/okular_xps.mo +share/locale/de/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/de/LC_MESSAGES/pairs.mo +share/locale/de/LC_MESSAGES/pairseditor.mo share/locale/de/LC_MESSAGES/palapeli.mo share/locale/de/LC_MESSAGES/parley.mo share/locale/de/LC_MESSAGES/phonon_gstreamer.mo share/locale/de/LC_MESSAGES/phonon_kde.mo share/locale/de/LC_MESSAGES/phonon_vlc.mo share/locale/de/LC_MESSAGES/phononserver.mo +share/locale/de/LC_MESSAGES/picmi.mo +share/locale/de/LC_MESSAGES/pimsettingexporter.mo share/locale/de/LC_MESSAGES/plasma-desktop.mo share/locale/de/LC_MESSAGES/plasma-netbook.mo share/locale/de/LC_MESSAGES/plasma-overlay.mo @@ -2488,12 +2498,12 @@ share/locale/de/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/de/LC_MESSAGES/plasma_applet_news.mo share/locale/de/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/de/LC_MESSAGES/plasma_applet_notes.mo -share/locale/de/LC_MESSAGES/plasma_applet_notifications.mo share/locale/de/LC_MESSAGES/plasma_applet_notifier.mo share/locale/de/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/de/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/de/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/de/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/de/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/de/LC_MESSAGES/plasma_applet_pager.mo share/locale/de/LC_MESSAGES/plasma_applet_panel.mo @@ -2502,6 +2512,7 @@ share/locale/de/LC_MESSAGES/plasma_applet_paste.mo share/locale/de/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/de/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/de/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/de/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/de/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/de/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/de/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -2564,6 +2575,7 @@ share/locale/de/LC_MESSAGES/plasma_runner_kill.mo share/locale/de/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/de/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/de/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/de/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/de/LC_MESSAGES/plasma_runner_locations.mo share/locale/de/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/de/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -2591,24 +2603,23 @@ share/locale/de/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/de/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/de/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/de/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/de/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/de/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/de/LC_MESSAGES/plasmaengineexplorer.mo share/locale/de/LC_MESSAGES/plasmagenericshell.mo share/locale/de/LC_MESSAGES/plasmapkg.mo -share/locale/de/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/de/LC_MESSAGES/plasmoidviewer.mo share/locale/de/LC_MESSAGES/pothumbnail.mo share/locale/de/LC_MESSAGES/powerdevil.mo share/locale/de/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/de/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/de/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/de/LC_MESSAGES/printer-applet.mo +share/locale/de/LC_MESSAGES/print-manager.mo share/locale/de/LC_MESSAGES/processcore.mo share/locale/de/LC_MESSAGES/processui.mo share/locale/de/LC_MESSAGES/randrmonitor.mo share/locale/de/LC_MESSAGES/rellinks.mo -share/locale/de/LC_MESSAGES/remote-widgets-browser.mo share/locale/de/LC_MESSAGES/rocs.mo +share/locale/de/LC_MESSAGES/rocscore.mo +share/locale/de/LC_MESSAGES/rocsvisualeditor.mo share/locale/de/LC_MESSAGES/searchbarplugin.mo share/locale/de/LC_MESSAGES/solid-hardware.mo share/locale/de/LC_MESSAGES/solid-network.mo @@ -2621,7 +2632,6 @@ share/locale/de/LC_MESSAGES/strigila_diff.mo share/locale/de/LC_MESSAGES/superkaramba.mo share/locale/de/LC_MESSAGES/svgpart.mo share/locale/de/LC_MESSAGES/sweeper.mo -share/locale/de/LC_MESSAGES/system-config-printer-kde.mo share/locale/de/LC_MESSAGES/systemsettings.mo share/locale/de/LC_MESSAGES/tasks-mobile.mo share/locale/de/LC_MESSAGES/timezones4.mo @@ -2637,13 +2647,12 @@ share/locale/de/entry.desktop @dirrm share/locale/de/LC_SCRIPTS @dirrm share/doc/HTML/de/umbrello @dirrm share/doc/HTML/de/systemsettings -@dirrm share/doc/HTML/de/system-config-printer-kde @dirrm share/doc/HTML/de/sweeper @dirrm share/doc/HTML/de/step @dirrm share/doc/HTML/de/sonnet @dirrm share/doc/HTML/de/rocs -@dirrm share/doc/HTML/de/printer-applet @dirrm share/doc/HTML/de/plasma-desktop +@dirrm share/doc/HTML/de/picmi @dirrm share/doc/HTML/de/parley @dirrm share/doc/HTML/de/palapeli @dirrm share/doc/HTML/de/onlinehelp @@ -2908,6 +2917,7 @@ share/locale/de/entry.desktop @dirrm share/apps/kajongg/voices/de @dirrm share/apps/kajongg/voices @dirrm share/apps/kajongg +@dirrm share/apps/autocorrect @dirrmtry man/de/man8 @dirrmtry man/de/man7 @dirrmtry man/de/man6 diff --git a/graphics/gwenview-kde4/Makefile b/graphics/gwenview-kde4/Makefile index 0f0371455011..23006bb0a04c 100644 --- a/graphics/gwenview-kde4/Makefile +++ b/graphics/gwenview-kde4/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Image viewer and browser for KDE 4 @@ -17,11 +17,11 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ CONFLICTS= kdegraphics-4.[0-6].* -USE_KDE4= kdehier kdelibs kdeprefix libkipi libkonq \ +USE_KDE4= kactivities kdehier kdelibs kdeprefix libkipi libkonq \ automoc4 soprano USES= cmake:outsource -USE_QT4= dbus qmake_build moc_build uic_build rcc_build -USE_XZ= yes +USE_QT4= corelib gui opengl qmake_build moc_build uic_build rcc_build +USE_XZ= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/graphics/gwenview-kde4/distinfo b/graphics/gwenview-kde4/distinfo index e8ca2db5d2df..fef6c72b22b7 100644 --- a/graphics/gwenview-kde4/distinfo +++ b/graphics/gwenview-kde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/gwenview-4.9.5.tar.xz) = d5f715b9a236f9c00e9967560eb01bd5294e14264ad615416aeac6cbb0f5530b -SIZE (KDE/gwenview-4.9.5.tar.xz) = 2057776 +SHA256 (KDE/4.10.1/gwenview-4.10.1.tar.xz) = 641e3ffafa478612abdba4aaed8a692c71c360886f32fe260b2ff8ec40b03756 +SIZE (KDE/4.10.1/gwenview-4.10.1.tar.xz) = 2184064 diff --git a/graphics/gwenview-kde4/pkg-plist b/graphics/gwenview-kde4/pkg-plist index 3ca8d7321b8e..fcf79757566d 100644 --- a/graphics/gwenview-kde4/pkg-plist +++ b/graphics/gwenview-kde4/pkg-plist @@ -9,6 +9,7 @@ share/apps/gvpart/gvpart.rc share/apps/gwenview/color-schemes/fullscreen.colors share/apps/gwenview/cursors/zoom.png share/apps/gwenview/gwenviewui.rc +share/apps/gwenview/images/background.png share/apps/solid/actions/gwenview_importer.desktop share/apps/solid/actions/gwenview_importer_camera.desktop share/doc/HTML/en/gwenview/browse_mode.png @@ -35,6 +36,7 @@ share/icons/hicolor/scalable/apps/gwenview.svgz share/kde4/services/ServiceMenus/slideshow.desktop share/kde4/services/gvpart.desktop @dirrm share/doc/HTML/en/gwenview +@dirrm share/apps/gwenview/images @dirrm share/apps/gwenview/cursors @dirrm share/apps/gwenview/color-schemes @dirrm share/apps/gwenview diff --git a/graphics/kamera-kde4/Makefile b/graphics/kamera-kde4/Makefile index 568a8a0e6de1..497842406247 100644 --- a/graphics/kamera-kde4/Makefile +++ b/graphics/kamera-kde4/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Digital camera manager for KDE 4 @@ -18,8 +18,8 @@ CONFLICTS= kdegraphics-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= dbus qt3support qmake_build moc_build uic_build rcc_build -USE_XZ= yes +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/graphics/kamera-kde4/distinfo b/graphics/kamera-kde4/distinfo index fe1555b8c7fd..bd0c0d3473d1 100644 --- a/graphics/kamera-kde4/distinfo +++ b/graphics/kamera-kde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kamera-4.9.5.tar.xz) = 4796ef3d0230ba560b20ab18cfe429a211eb43269d0149da26c77399007bfb83 -SIZE (KDE/kamera-4.9.5.tar.xz) = 37760 +SHA256 (KDE/4.10.1/kamera-4.10.1.tar.xz) = d5d0dd48a01c359f79af418074ef4c0530063bc28d4501cc66c85542aae17338 +SIZE (KDE/4.10.1/kamera-4.10.1.tar.xz) = 37776 diff --git a/graphics/kcolorchooser/Makefile b/graphics/kcolorchooser/Makefile index b6336ddd203f..c6a4d5b816d3 100644 --- a/graphics/kcolorchooser/Makefile +++ b/graphics/kcolorchooser/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 application to select colors from the screen or from a palette @@ -14,8 +14,8 @@ CONFLICTS= kdegraphics-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= dbus qmake_build moc_build uic_build rcc_build -USE_XZ= yes +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/graphics/kcolorchooser/distinfo b/graphics/kcolorchooser/distinfo index 7b95d5cdc93c..bf71b55ba6b3 100644 --- a/graphics/kcolorchooser/distinfo +++ b/graphics/kcolorchooser/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kcolorchooser-4.9.5.tar.xz) = 19b45ea7a64e7394a68741d9bec06e9fbab33b423d1cf652b1eafb601c2eaa5e -SIZE (KDE/kcolorchooser-4.9.5.tar.xz) = 4540 +SHA256 (KDE/4.10.1/kcolorchooser-4.10.1.tar.xz) = d3a9a8bcaced4104e33c6222bb2138700e9869cc77a3afd8b46304f780969c9a +SIZE (KDE/4.10.1/kcolorchooser-4.10.1.tar.xz) = 4556 diff --git a/graphics/kdegraphics4-mobipocket/Makefile b/graphics/kdegraphics4-mobipocket/Makefile index da8f180e0a7c..ec69c870d2cf 100644 --- a/graphics/kdegraphics4-mobipocket/Makefile +++ b/graphics/kdegraphics4-mobipocket/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Mobipocket plugins for Strigi indexing, Okular and thumbnails @@ -14,8 +14,8 @@ CONFLICTS= kdegraphics-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix okular automoc4 strigi USES= cmake:outsource -USE_QT4= gui qmake_build moc_build uic_build rcc_build -USE_XZ= yes +USE_QT4= corelib gui qmake_build moc_build uic_build rcc_build +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/graphics/kdegraphics4-mobipocket/distinfo b/graphics/kdegraphics4-mobipocket/distinfo index 0983cb2a3cbb..208db4a10505 100644 --- a/graphics/kdegraphics4-mobipocket/distinfo +++ b/graphics/kdegraphics4-mobipocket/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdegraphics-mobipocket-4.9.5.tar.xz) = 5433b42ae1ae01390757172626f4eea9a6618a90f926a8374db1b13d3b709926 -SIZE (KDE/kdegraphics-mobipocket-4.9.5.tar.xz) = 20144 +SHA256 (KDE/4.10.1/kdegraphics-mobipocket-4.10.1.tar.xz) = 98174a0297ddc4dec8b0d465662efd4e12d34db1741dd578aaf040077325b2ff +SIZE (KDE/4.10.1/kdegraphics-mobipocket-4.10.1.tar.xz) = 20268 diff --git a/graphics/kdegraphics4-strigi-analyzer/Makefile b/graphics/kdegraphics4-strigi-analyzer/Makefile index dad1d2daa37a..8f2fea38dc83 100644 --- a/graphics/kdegraphics4-strigi-analyzer/Makefile +++ b/graphics/kdegraphics4-strigi-analyzer/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Strigi analyzers for various graphics file formats @@ -16,8 +16,8 @@ CONFLICTS= kdegraphics-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 strigi USES= cmake:outsource -USE_QT4= corelib qmake_build moc_build uic_build rcc_build -USE_XZ= yes +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/graphics/kdegraphics4-strigi-analyzer/distinfo b/graphics/kdegraphics4-strigi-analyzer/distinfo index cae8e3cac4e9..2443744895b1 100644 --- a/graphics/kdegraphics4-strigi-analyzer/distinfo +++ b/graphics/kdegraphics4-strigi-analyzer/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdegraphics-strigi-analyzer-4.9.5.tar.xz) = d285db92dd41863a10fe54a8c52b304567d95cc582f570a0d26d083d5502d22d -SIZE (KDE/kdegraphics-strigi-analyzer-4.9.5.tar.xz) = 40964 +SHA256 (KDE/4.10.1/kdegraphics-strigi-analyzer-4.10.1.tar.xz) = 23bbf134ea02ec4f89b6b8a3a03f9d2231c3b5fdb1088cfbb95d4773f58a19dd +SIZE (KDE/4.10.1/kdegraphics-strigi-analyzer-4.10.1.tar.xz) = 41040 diff --git a/graphics/kdegraphics4-svgpart/Makefile b/graphics/kdegraphics4-svgpart/Makefile index 6a07bb275cdb..dcc1d7c78015 100644 --- a/graphics/kdegraphics4-svgpart/Makefile +++ b/graphics/kdegraphics4-svgpart/Makefile @@ -6,7 +6,7 @@ CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= kdegraphics- -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= SVG KPart @@ -15,8 +15,8 @@ CONFLICTS= kdegraphics-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= dbus qmake_build moc_build uic_build rcc_build -USE_XZ= yes +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/graphics/kdegraphics4-svgpart/distinfo b/graphics/kdegraphics4-svgpart/distinfo index 48e78ebce5bb..3e03c5b4022e 100644 --- a/graphics/kdegraphics4-svgpart/distinfo +++ b/graphics/kdegraphics4-svgpart/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/svgpart-4.9.5.tar.xz) = 6f6885c4603c843fb98f56228b5d5297b6d38292534bfb6afbd2b220ebb27825 -SIZE (KDE/svgpart-4.9.5.tar.xz) = 9192 +SHA256 (KDE/4.10.1/svgpart-4.10.1.tar.xz) = c8cc5e067c87538c01874bc35c513afed4cdce84bf44236c69b1ec5eab95197b +SIZE (KDE/4.10.1/svgpart-4.10.1.tar.xz) = 9180 diff --git a/graphics/kdegraphics4-thumbnailers/Makefile b/graphics/kdegraphics4-thumbnailers/Makefile index bd51bcd8ce84..26dbce16bc67 100644 --- a/graphics/kdegraphics4-thumbnailers/Makefile +++ b/graphics/kdegraphics4-thumbnailers/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Thumbnailers for various graphics file formats @@ -15,7 +15,7 @@ CONFLICTS= kdegraphics-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix libkdcraw libkexiv2 automoc4 USES= cmake:outsource USE_QT4= gui qmake_build moc_build uic_build rcc_build -USE_XZ= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/graphics/kdegraphics4-thumbnailers/distinfo b/graphics/kdegraphics4-thumbnailers/distinfo index dddaf1cbb786..36329d6febb8 100644 --- a/graphics/kdegraphics4-thumbnailers/distinfo +++ b/graphics/kdegraphics4-thumbnailers/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdegraphics-thumbnailers-4.9.5.tar.xz) = 6ad9f46ea7d41f4493abdeafc4e4772ef0c35043832be6fc66a195084b0d88ae -SIZE (KDE/kdegraphics-thumbnailers-4.9.5.tar.xz) = 41644 +SHA256 (KDE/4.10.1/kdegraphics-thumbnailers-4.10.1.tar.xz) = d5e608dc4077fcdb2b2770b38d93662b874970d43787204e9d149c255efc1356 +SIZE (KDE/4.10.1/kdegraphics-thumbnailers-4.10.1.tar.xz) = 41684 diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index fafbf2683cf0..cb083012ddb9 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= kde@FreeBSD.org -COMMENT= Graphics utilities for KDE 4 (meta-port) +COMMENT= Graphics utilities for KDE 4 (meta port) RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/mobithumbnail.so:${PORTSDIR}/graphics/kdegraphics4-mobipocket \ ${KDE4_PREFIX}/lib/strigi/strigiea_dvi.so:${PORTSDIR}/graphics/kdegraphics4-strigi-analyzer \ diff --git a/graphics/kolourpaint/Makefile b/graphics/kolourpaint/Makefile index 7bebfc78b85c..bbdd7ae5aad2 100644 --- a/graphics/kolourpaint/Makefile +++ b/graphics/kolourpaint/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 paint program @@ -14,8 +14,8 @@ CONFLICTS= kdegraphics-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 qimageblitz USES= cmake:outsource -USE_QT4= corelib qmake_build moc_build uic_build rcc_build -USE_XZ= yes +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/graphics/kolourpaint/distinfo b/graphics/kolourpaint/distinfo index fdca36d0e955..4fa488e0978b 100644 --- a/graphics/kolourpaint/distinfo +++ b/graphics/kolourpaint/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kolourpaint-4.9.5.tar.xz) = 5cecf4cf7510174ce1a3bb80957db46132c6f2498055a08199229666a056d0d1 -SIZE (KDE/kolourpaint-4.9.5.tar.xz) = 1186764 +SHA256 (KDE/4.10.1/kolourpaint-4.10.1.tar.xz) = 97b4850274584fdd65e0a233d3a9936f7352ed46ad1e63d949fc5222a13584ca +SIZE (KDE/4.10.1/kolourpaint-4.10.1.tar.xz) = 1186092 diff --git a/graphics/ksaneplugin/Makefile b/graphics/ksaneplugin/Makefile index 82c53b1557a1..c4dc419e91ca 100644 --- a/graphics/ksaneplugin/Makefile +++ b/graphics/ksaneplugin/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 plugin for scanning through libksane @@ -14,8 +14,8 @@ CONFLICTS= kdegraphics-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix libksane automoc4 USES= cmake:outsource -USE_QT4= dbus qmake_build moc_build uic_build rcc_build -USE_XZ= yes +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/graphics/ksaneplugin/distinfo b/graphics/ksaneplugin/distinfo index a933cb405bd0..32c795116bf4 100644 --- a/graphics/ksaneplugin/distinfo +++ b/graphics/ksaneplugin/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/ksaneplugin-4.9.5.tar.xz) = 12e64885e1660532fc8b7323ec0e8bb06d8fddbe5b13923e60791c722bfce829 -SIZE (KDE/ksaneplugin-4.9.5.tar.xz) = 13400 +SHA256 (KDE/4.10.1/ksaneplugin-4.10.1.tar.xz) = 72596d0b3720c806918723d5d981920997616db642b5101d8863f9698d9154a4 +SIZE (KDE/4.10.1/ksaneplugin-4.10.1.tar.xz) = 13388 diff --git a/graphics/ksnapshot/Makefile b/graphics/ksnapshot/Makefile index eefe3b0cc5dc..ec65aac3f7ed 100644 --- a/graphics/ksnapshot/Makefile +++ b/graphics/ksnapshot/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 screen capture program @@ -14,9 +14,9 @@ CONFLICTS= kdegraphics-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix libkipi automoc4 USES= cmake:outsource -USE_QT4= dbus qmake_build moc_build uic_build rcc_build +USE_QT4= moc_build qmake_build rcc_build uic_build USE_XORG= x11 xext xfixes -USE_XZ= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/graphics/ksnapshot/distinfo b/graphics/ksnapshot/distinfo index b25f587069f2..ab8107dd989a 100644 --- a/graphics/ksnapshot/distinfo +++ b/graphics/ksnapshot/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/ksnapshot-4.9.5.tar.xz) = 751dbd48b4a7cfaf50b7539ba570410c4dec64e2cdbc2cde819b0266741263c2 -SIZE (KDE/ksnapshot-4.9.5.tar.xz) = 264312 +SHA256 (KDE/4.10.1/ksnapshot-4.10.1.tar.xz) = 1c658481da08e5e5651402ca3ac913ea61bb750a38ca5c73dc22f3511e7d2bc5 +SIZE (KDE/4.10.1/ksnapshot-4.10.1.tar.xz) = 264284 diff --git a/graphics/libkdcraw-kde4/Makefile b/graphics/libkdcraw-kde4/Makefile index 561ce6ce82f3..f5321ec19dcc 100644 --- a/graphics/libkdcraw-kde4/Makefile +++ b/graphics/libkdcraw-kde4/Makefile @@ -6,10 +6,10 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= A LibRaw interface for KDE +COMMENT= LibRaw interface for KDE LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms @@ -17,11 +17,13 @@ LATEST_LINK= ${PORTNAME}-kde4 CONFLICTS= kdegraphics-4.[0-6].* -USE_XZ= yes +USE_GCC= any +CMAKE_ARGS+= -DWITH_OpenMP:BOOL=False + +USE_XZ= yes USE_KDE4= automoc4 kdehier kdeprefix kdelibs USES= cmake:outsource -USE_QT4= dbus gui xml \ - moc_build qmake_build rcc_build uic_build +USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/graphics/libkdcraw-kde4/distinfo b/graphics/libkdcraw-kde4/distinfo index aa8bba2f39d2..cdfc0f712231 100644 --- a/graphics/libkdcraw-kde4/distinfo +++ b/graphics/libkdcraw-kde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/libkdcraw-4.9.5.tar.xz) = 5f978c7419332186d62a8e1b60ed3009dfe2436132af335aa33e8acec166ddf4 -SIZE (KDE/libkdcraw-4.9.5.tar.xz) = 270544 +SHA256 (KDE/4.10.1/libkdcraw-4.10.1.tar.xz) = 965d3793447c39c0113c3480ddd1d52a0ce92babdba509c379031dff1f066f6e +SIZE (KDE/4.10.1/libkdcraw-4.10.1.tar.xz) = 349424 diff --git a/graphics/libkdcraw-kde4/files/patch-CMakeLists.txt b/graphics/libkdcraw-kde4/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..2a2f37d15b77 --- /dev/null +++ b/graphics/libkdcraw-kde4/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- CMakeLists.txt~ 2013-02-27 16:19:37.000000000 +0100 ++++ CMakeLists.txt 2013-02-27 16:37:52.000000000 +0100 +@@ -108,7 +108,6 @@ + + ADD_SUBDIRECTORY(libraw) + ADD_SUBDIRECTORY(libkdcraw) +-ADD_SUBDIRECTORY(test) + ADD_SUBDIRECTORY(icons) + ADD_SUBDIRECTORY(profiles) + diff --git a/graphics/libkdcraw-kde4/pkg-plist b/graphics/libkdcraw-kde4/pkg-plist index b22c7574b066..4c0fdc38115c 100644 --- a/graphics/libkdcraw-kde4/pkg-plist +++ b/graphics/libkdcraw-kde4/pkg-plist @@ -2,6 +2,7 @@ include/libkdcraw/dcrawinfocontainer.h include/libkdcraw/dcrawsettingswidget.h include/libkdcraw/kdcraw.h include/libkdcraw/libkdcraw_export.h +include/libkdcraw/ractionthreadbase.h include/libkdcraw/rawdecodingsettings.h include/libkdcraw/rawfiles.h include/libkdcraw/rcombobox.h @@ -10,8 +11,8 @@ include/libkdcraw/rnuminput.h include/libkdcraw/squeezedcombobox.h include/libkdcraw/version.h lib/libkdcraw.so -lib/libkdcraw.so.21 -lib/libkdcraw.so.21.0.0 +lib/libkdcraw.so.22 +lib/libkdcraw.so.22.0.0 libdata/pkgconfig/libkdcraw-kde4.pc share/apps/libkdcraw/profiles/adobergb.icm share/apps/libkdcraw/profiles/applergb.icm diff --git a/graphics/libkexiv2-kde4/Makefile b/graphics/libkexiv2-kde4/Makefile index 4d3430f63de7..d453750c2c92 100644 --- a/graphics/libkexiv2-kde4/Makefile +++ b/graphics/libkexiv2-kde4/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Exiv2 library interface for KDE @@ -16,10 +16,10 @@ LATEST_LINK= ${PORTNAME}-kde4 CONFLICTS= kdegraphics-4.[0-6].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= automoc4 kdehier kdeprefix kdelibs USES= cmake:outsource -USE_QT4= dbus gui xml \ +USE_QT4= corelib gui xml \ moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/graphics/libkexiv2-kde4/distinfo b/graphics/libkexiv2-kde4/distinfo index 0dea2486f79b..e9b37452dffa 100644 --- a/graphics/libkexiv2-kde4/distinfo +++ b/graphics/libkexiv2-kde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/libkexiv2-4.9.5.tar.xz) = 1ae85716f4c28c98825f8061d033fe3e8ca45f05c76806fb6241b5f7bc5e05a8 -SIZE (KDE/libkexiv2-4.9.5.tar.xz) = 134320 +SHA256 (KDE/4.10.1/libkexiv2-4.10.1.tar.xz) = ae59b70be7bd5f2afd550c651fc545dfdf31774dc20155ebc61e32aa18816814 +SIZE (KDE/4.10.1/libkexiv2-4.10.1.tar.xz) = 134568 diff --git a/graphics/libkipi-kde4/Makefile b/graphics/libkipi-kde4/Makefile index e308514e89a4..2a128b982538 100644 --- a/graphics/libkipi-kde4/Makefile +++ b/graphics/libkipi-kde4/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE Image Plugin Interface @@ -15,11 +15,10 @@ LATEST_LINK= ${PORTNAME}-kde4 CONFLICTS= kdegraphics-4.[0-6].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= automoc4 kdehier kdeprefix kdelibs USES= cmake:outsource -USE_QT4= dbus gui xml \ - moc_build qmake_build rcc_build uic_build +USE_QT4= gui moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes @@ -27,5 +26,8 @@ pre-configure: ${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \ -e 's/${PORTNAME}.pc\([^.]\)/${PORTNAME}-kde4.pc\1/g' \ ${WRKSRC}/CMakeLists.txt +# remove BOM: + ${REINPLACE_CMD} -e '1 s|^.*/|/|g' \ + ${WRKSRC}/tests/kipitestmainwindow.cpp .include <bsd.port.mk> diff --git a/graphics/libkipi-kde4/distinfo b/graphics/libkipi-kde4/distinfo index 54481fac779a..c8dd507d6899 100644 --- a/graphics/libkipi-kde4/distinfo +++ b/graphics/libkipi-kde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/libkipi-4.9.5.tar.xz) = 887f6534d80d89810948699ce1a7fb2de54205c18f4d977bf4ae8d7e6f43aa79 -SIZE (KDE/libkipi-4.9.5.tar.xz) = 76744 +SHA256 (KDE/4.10.1/libkipi-4.10.1.tar.xz) = 73e94f6802514a22ebb1046a78d95a301e9eeae8b879edf385ec2b919244ce26 +SIZE (KDE/4.10.1/libkipi-4.10.1.tar.xz) = 95920 diff --git a/graphics/libkipi-kde4/pkg-plist b/graphics/libkipi-kde4/pkg-plist index 5a2441ab599e..31e3911b2c8e 100644 --- a/graphics/libkipi-kde4/pkg-plist +++ b/graphics/libkipi-kde4/pkg-plist @@ -1,5 +1,5 @@ -include/libkipi/exportinterface.h -include/libkipi/extension.h +bin/kxmlkipicmd +include/libkipi/configwidget.h include/libkipi/imagecollection.h include/libkipi/imagecollectionselector.h include/libkipi/imagecollectionshared.h @@ -11,19 +11,25 @@ include/libkipi/plugin.h include/libkipi/pluginloader.h include/libkipi/uploadwidget.h include/libkipi/version.h +lib/kde4/kipiplugin_kxmlhelloworld.so lib/libkipi.so -lib/libkipi.so.9 -lib/libkipi.so.9.1.0 +lib/libkipi.so.10 +lib/libkipi.so.10.0.0 libdata/pkgconfig/libkipi-kde4.pc share/apps/kipi/data/kipi-icon.svg share/apps/kipi/data/kipi-logo.svg share/apps/kipi/data/kipi-plugins_logo.png +share/apps/kipi/kipiplugin_kxmlhelloworldui.rc +share/apps/kxmlkipicmd/kxmlkipicmd_defaultui.rc +share/apps/kxmlkipicmd/kxmlkipicmd_gwenviewui.rc share/icons/hicolor/128x128/apps/kipi.png share/icons/hicolor/16x16/apps/kipi.png share/icons/hicolor/22x22/apps/kipi.png share/icons/hicolor/32x32/apps/kipi.png share/icons/hicolor/48x48/apps/kipi.png +share/kde4/services/kipiplugin_kxmlhelloworld.desktop share/kde4/servicetypes/kipiplugin.desktop +@dirrm share/apps/kxmlkipicmd @dirrm share/apps/kipi/data @dirrm share/apps/kipi @dirrm include/libkipi diff --git a/graphics/libksane/Makefile b/graphics/libksane/Makefile index 52e443f79882..aea5e3f1924b 100644 --- a/graphics/libksane/Makefile +++ b/graphics/libksane/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= SANE library interface for KDE @@ -16,8 +16,8 @@ CONFLICTS= kdegraphics-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= corelib moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/graphics/libksane/distinfo b/graphics/libksane/distinfo index ee5acf53b3f9..21ef5d747fc3 100644 --- a/graphics/libksane/distinfo +++ b/graphics/libksane/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/libksane-4.9.5.tar.xz) = f8bca3a96fa47ab6779d2d4727d2deb36deda489c92da43d9e8cb9a7b556433a -SIZE (KDE/libksane-4.9.5.tar.xz) = 82160 +SHA256 (KDE/4.10.1/libksane-4.10.1.tar.xz) = bd2d7657b4d02baf0fa4b0b0b6d44f2044c5c4b52bf050dccc1d257e12fd6fcc +SIZE (KDE/4.10.1/libksane-4.10.1.tar.xz) = 82568 diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index bfe059266c77..8fbe5bdf5f97 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -2,34 +2,36 @@ PORTNAME= okular PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 universal document viewer LIB_DEPENDS= djvulibre:${PORTSDIR}/graphics/djvulibre \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - qca.2:${PORTSDIR}/devel/qca \ - tiff.4:${PORTSDIR}/graphics/tiff \ + jpeg:${PORTSDIR}/graphics/jpeg \ + qca:${PORTSDIR}/devel/qca \ + tiff:${PORTSDIR}/graphics/tiff \ poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ - spectre.1:${PORTSDIR}/print/libspectre \ - chm.0:${PORTSDIR}/misc/chmlib \ - freetype.9:${PORTSDIR}/print/freetype2 \ - epub.0:${PORTSDIR}/textproc/ebook-tools + spectre:${PORTSDIR}/print/libspectre \ + chm:${PORTSDIR}/misc/chmlib \ + freetype:${PORTSDIR}/print/freetype2 \ + epub:${PORTSDIR}/textproc/ebook-tools CONFLICTS= kdegraphics-4.[0-6].* -USE_KDE4= kdehier kdelibs kdeprefix automoc4 qimageblitz +USE_KDE4= kdehier kdelibs kdeprefix automoc4 qimageblitz kactivities USES= cmake:outsource -USE_QT4= gui xml qmake_build moc_build uic_build rcc_build -USE_XZ= yes +USE_QT4= corelib declarative gui opengl xml \ + qmake_build moc_build uic_build rcc_build +USE_XZ= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes +MAN1= okular.1 + OPTIONS_DEFINE= DVI DVI_DESC= Support DVI files (requires teTeX) diff --git a/graphics/okular/distinfo b/graphics/okular/distinfo index fc3adaa87c6d..75efdfc8f959 100644 --- a/graphics/okular/distinfo +++ b/graphics/okular/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/okular-4.9.5.tar.xz) = 6582c7d42e534b3faaf0d4d8380e6bf9e20384648e9c64a9521f6146df47b39e -SIZE (KDE/okular-4.9.5.tar.xz) = 1382080 +SHA256 (KDE/4.10.1/okular-4.10.1.tar.xz) = 29158a4e94578ffcf37514ae1671ec4f658ea497c83843891e9282e4e16ae694 +SIZE (KDE/4.10.1/okular-4.10.1.tar.xz) = 1382028 diff --git a/graphics/okular/pkg-plist b/graphics/okular/pkg-plist index 2ade99e75980..e75beed46e16 100644 --- a/graphics/okular/pkg-plist +++ b/graphics/okular/pkg-plist @@ -12,10 +12,12 @@ include/okular/core/okular_export.h include/okular/core/page.h include/okular/core/pagesize.h include/okular/core/pagetransition.h +include/okular/core/settings_core.h include/okular/core/sound.h include/okular/core/sourcereference.h include/okular/core/textdocumentgenerator.h include/okular/core/textpage.h +include/okular/core/tile.h include/okular/core/utils.h include/okular/core/version.h include/okular/interfaces/configinterface.h @@ -25,6 +27,8 @@ include/okular/interfaces/saveinterface.h include/okular/interfaces/viewerinterface.h lib/cmake/Okular/OkularConfig.cmake lib/cmake/Okular/OkularConfigVersion.cmake +lib/kde4/imports/org/kde/okular/libokularplugin.so +lib/kde4/imports/org/kde/okular/qmldir lib/kde4/kio_msits.so lib/kde4/okularGenerator_chmlib.so lib/kde4/okularGenerator_comicbook.so @@ -42,8 +46,8 @@ lib/kde4/okularGenerator_tiff.so lib/kde4/okularGenerator_xps.so lib/kde4/okularpart.so lib/libokularcore.so -lib/libokularcore.so.1 -lib/libokularcore.so.1.9.0 +lib/libokularcore.so.2 +lib/libokularcore.so.2.0.0 share/applications/kde4/okular.desktop share/applications/kde4/okularApplication_chm.desktop share/applications/kde4/okularApplication_comicbook.desktop @@ -59,6 +63,7 @@ share/applications/kde4/okularApplication_pdf.desktop share/applications/kde4/okularApplication_plucker.desktop share/applications/kde4/okularApplication_tiff.desktop share/applications/kde4/okularApplication_xps.desktop +share/apps/kconf_update/okular.upd share/apps/okular/icons/hicolor/16x16/apps/okular-gv.png share/apps/okular/icons/hicolor/32x32/apps/okular-gv.png share/apps/okular/part-viewermode.rc @@ -96,6 +101,7 @@ share/apps/okular/shell.rc share/apps/okular/tools.xml share/config.kcfg/gssettings.kcfg share/config.kcfg/okular.kcfg +share/config.kcfg/okular_core.kcfg share/doc/HTML/en/okular/annotation-properties.png share/doc/HTML/en/okular/annotations.png share/doc/HTML/en/okular/bookmark-management.png @@ -107,6 +113,7 @@ share/doc/HTML/en/okular/forms-bar.png share/doc/HTML/en/okular/index.cache.bz2 share/doc/HTML/en/okular/index.docbook share/doc/HTML/en/okular/mainwindow.png +share/doc/HTML/en/okular/man-okular.1.docbook share/doc/HTML/en/okular/presentation.png share/doc/HTML/en/okular/rating.png share/icons/hicolor/128x128/apps/okular.png @@ -156,6 +163,10 @@ share/kde4/servicetypes/okularGenerator.desktop @dirrm share/apps/okular/icons/hicolor @dirrm share/apps/okular/icons @dirrm share/apps/okular +@dirrmtry lib/kde4/imports/org/kde/okular +@dirrmtry lib/kde4/imports/org/kde +@dirrmtry lib/kde4/imports/org +@dirrmtry lib/kde4/imports @dirrm lib/cmake/Okular @dirrmtry lib/cmake @dirrm include/okular/interfaces diff --git a/hebrew/kde4-l10n/Makefile b/hebrew/kde4-l10n/Makefile index 9cf5392db6e7..e1eb53aee0bf 100644 --- a/hebrew/kde4-l10n/Makefile +++ b/hebrew/kde4-l10n/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= hebrew kde MAINTAINER= kde@FreeBSD.org -COMMENT= Hebrew messages and documentation for KDE4 +COMMENT= Hebrew messages and documentation for KDE SC 4 KDE4_L10N= he diff --git a/hebrew/kde4-l10n/distinfo b/hebrew/kde4-l10n/distinfo index 2b3fddd6845f..b5705c12ff49 100644 --- a/hebrew/kde4-l10n/distinfo +++ b/hebrew/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-he-4.9.5.tar.xz) = 1dd38e69d5995a299bd0385f28f3e8c08a4809dfd0d53e966455ddbd705331ed -SIZE (KDE/kde-l10n/kde-l10n-he-4.9.5.tar.xz) = 2143936 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-he-4.10.1.tar.xz) = 2b49e9f003ce7dc3234008a3670567256c5e0d0ec786f35f422463ab6339b9fa +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-he-4.10.1.tar.xz) = 2160488 diff --git a/hebrew/kde4-l10n/pkg-plist b/hebrew/kde4-l10n/pkg-plist index c4d8919b6cf4..4970cf14363f 100644 --- a/hebrew/kde4-l10n/pkg-plist +++ b/hebrew/kde4-l10n/pkg-plist @@ -132,7 +132,6 @@ share/locale/he/LC_MESSAGES/kcm_memory.mo share/locale/he/LC_MESSAGES/kcm_nepomuk.mo share/locale/he/LC_MESSAGES/kcm_pci.mo share/locale/he/LC_MESSAGES/kcm_phonon.mo -share/locale/he/LC_MESSAGES/kcm_phononxine.mo share/locale/he/LC_MESSAGES/kcm_platform.mo share/locale/he/LC_MESSAGES/kcm_solid.mo share/locale/he/LC_MESSAGES/kcm_solid_actions.mo @@ -171,6 +170,7 @@ share/locale/he/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/he/LC_MESSAGES/kcmkwm.mo share/locale/he/LC_MESSAGES/kcmlaunch.mo share/locale/he/LC_MESSAGES/kcmlocale.mo +share/locale/he/LC_MESSAGES/kcmnic.mo share/locale/he/LC_MESSAGES/kcmnotify.mo share/locale/he/LC_MESSAGES/kcmopengl.mo share/locale/he/LC_MESSAGES/kcmperformance.mo @@ -235,6 +235,7 @@ share/locale/he/LC_MESSAGES/kiconfinder.mo share/locale/he/LC_MESSAGES/kinetd.mo share/locale/he/LC_MESSAGES/kinfocenter.mo share/locale/he/LC_MESSAGES/kio4.mo +share/locale/he/LC_MESSAGES/kio_activities.mo share/locale/he/LC_MESSAGES/kio_applications.mo share/locale/he/LC_MESSAGES/kio_archive.mo share/locale/he/LC_MESSAGES/kio_audiocd.mo @@ -312,6 +313,8 @@ share/locale/he/LC_MESSAGES/krfb.mo share/locale/he/LC_MESSAGES/kruler.mo share/locale/he/LC_MESSAGES/krunner.mo share/locale/he/LC_MESSAGES/kscd.mo +share/locale/he/LC_MESSAGES/kscreenlocker.mo +share/locale/he/LC_MESSAGES/kscreenlocker_greet.mo share/locale/he/LC_MESSAGES/kscreensaver.mo share/locale/he/LC_MESSAGES/kshellcmdplugin.mo share/locale/he/LC_MESSAGES/kshisen.mo @@ -368,6 +371,7 @@ share/locale/he/LC_MESSAGES/libkxmlrpcclient.mo share/locale/he/LC_MESSAGES/libmailimporter.mo share/locale/he/LC_MESSAGES/libmessagelist.mo share/locale/he/LC_MESSAGES/libmessageviewer.mo +share/locale/he/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/he/LC_MESSAGES/libphonon.mo share/locale/he/LC_MESSAGES/libplasma.mo share/locale/he/LC_MESSAGES/libplasmaclock.mo @@ -468,9 +472,7 @@ share/locale/he/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/he/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/he/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/he/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/he/LC_MESSAGES/plasmaengineexplorer.mo share/locale/he/LC_MESSAGES/plasmapkg.mo -share/locale/he/LC_MESSAGES/plasmoidviewer.mo share/locale/he/LC_MESSAGES/powerdevil.mo share/locale/he/LC_MESSAGES/processcore.mo share/locale/he/LC_MESSAGES/processui.mo diff --git a/hungarian/kde4-l10n/Makefile b/hungarian/kde4-l10n/Makefile index f9ab1740b311..122dd3814156 100644 --- a/hungarian/kde4-l10n/Makefile +++ b/hungarian/kde4-l10n/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= hungarian kde MAINTAINER= kde@FreeBSD.org -COMMENT= Hungarian messages and documentation for KDE4 +COMMENT= Hungarian messages and documentation for KDE SC 4 KDE4_L10N= hu diff --git a/hungarian/kde4-l10n/distinfo b/hungarian/kde4-l10n/distinfo index 7bf4541e725c..8c559b8080a7 100644 --- a/hungarian/kde4-l10n/distinfo +++ b/hungarian/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-hu-4.9.5.tar.xz) = 7a6bc362435fb991fc2b174b01cc7ec07abc5227e9542748cfafa90d0ca94d44 -SIZE (KDE/kde-l10n/kde-l10n-hu-4.9.5.tar.xz) = 4174020 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-hu-4.10.1.tar.xz) = 4d6df1f26fd659599c5dc20a8917bb59715eafe768637120f38935586c5aae11 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-hu-4.10.1.tar.xz) = 4225224 diff --git a/hungarian/kde4-l10n/pkg-plist b/hungarian/kde4-l10n/pkg-plist index ef54574bb599..a74d83a586b7 100644 --- a/hungarian/kde4-l10n/pkg-plist +++ b/hungarian/kde4-l10n/pkg-plist @@ -1,3 +1,4 @@ +share/apps/autocorrect/hu.xml share/apps/kanagram/hu.txt share/apps/khangman/hu.txt share/apps/klettres/hu/alpha/a1.ogg @@ -142,6 +143,8 @@ share/locale/hu/LC_MESSAGES/accountwizard_mailbox.mo share/locale/hu/LC_MESSAGES/accountwizard_maildir.mo share/locale/hu/LC_MESSAGES/accountwizard_pop3.mo share/locale/hu/LC_MESSAGES/accountwizard_tine20.mo +share/locale/hu/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/hu/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/hu/LC_MESSAGES/adblock.mo share/locale/hu/LC_MESSAGES/akonadi-filestore.mo share/locale/hu/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -150,6 +153,7 @@ share/locale/hu/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/hu/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/hu/LC_MESSAGES/akonadi_google_resource.mo share/locale/hu/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/hu/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/hu/LC_MESSAGES/akonadi_imap_resource.mo share/locale/hu/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/hu/LC_MESSAGES/akonadi_kabc_resource.mo @@ -167,7 +171,7 @@ share/locale/hu/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/hu/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/hu/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/hu/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/hu/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/hu/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/hu/LC_MESSAGES/akonadi_next.mo share/locale/hu/LC_MESSAGES/akonadi_nntp_resource.mo @@ -192,7 +196,6 @@ share/locale/hu/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/hu/LC_MESSAGES/audiorename_plugin.mo share/locale/hu/LC_MESSAGES/autorefresh.mo share/locale/hu/LC_MESSAGES/babelfish.mo -share/locale/hu/LC_MESSAGES/backupmail.mo share/locale/hu/LC_MESSAGES/blinken.mo share/locale/hu/LC_MESSAGES/blogilo.mo share/locale/hu/LC_MESSAGES/bomber.mo @@ -253,7 +256,6 @@ share/locale/hu/LC_MESSAGES/kate.mo share/locale/hu/LC_MESSAGES/kate_kttsd.mo share/locale/hu/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/hu/LC_MESSAGES/katebuild-plugin.mo -share/locale/hu/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/hu/LC_MESSAGES/katefilebrowserplugin.mo share/locale/hu/LC_MESSAGES/katefiletemplates.mo share/locale/hu/LC_MESSAGES/kategdbplugin.mo @@ -262,9 +264,10 @@ share/locale/hu/LC_MESSAGES/katekonsoleplugin.mo share/locale/hu/LC_MESSAGES/katemailfilesplugin.mo share/locale/hu/LC_MESSAGES/kateopenheader.mo share/locale/hu/LC_MESSAGES/katepart4.mo -share/locale/hu/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/hu/LC_MESSAGES/kateproject.mo share/locale/hu/LC_MESSAGES/katesearch.mo share/locale/hu/LC_MESSAGES/katesnippets_tng.mo +share/locale/hu/LC_MESSAGES/katesnippetsplugin.mo share/locale/hu/LC_MESSAGES/katesql.mo share/locale/hu/LC_MESSAGES/katesymbolviewer.mo share/locale/hu/LC_MESSAGES/katetabbarextension.mo @@ -287,6 +290,7 @@ share/locale/hu/LC_MESSAGES/kcalc.mo share/locale/hu/LC_MESSAGES/kcertpart.mo share/locale/hu/LC_MESSAGES/kcharselect.mo share/locale/hu/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/hu/LC_MESSAGES/kcm_activities.mo share/locale/hu/LC_MESSAGES/kcm_akonadi.mo share/locale/hu/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/hu/LC_MESSAGES/kcm_attica.mo @@ -304,7 +308,6 @@ share/locale/hu/LC_MESSAGES/kcm_memory.mo share/locale/hu/LC_MESSAGES/kcm_nepomuk.mo share/locale/hu/LC_MESSAGES/kcm_pci.mo share/locale/hu/LC_MESSAGES/kcm_phonon.mo -share/locale/hu/LC_MESSAGES/kcm_phononxine.mo share/locale/hu/LC_MESSAGES/kcm_platform.mo share/locale/hu/LC_MESSAGES/kcm_remotecontrol.mo share/locale/hu/LC_MESSAGES/kcm_solid.mo @@ -451,12 +454,14 @@ share/locale/hu/LC_MESSAGES/kio_sieve.mo share/locale/hu/LC_MESSAGES/kio_smb.mo share/locale/hu/LC_MESSAGES/kio_smtp.mo share/locale/hu/LC_MESSAGES/kio_svn.mo +share/locale/hu/LC_MESSAGES/kio_tags.mo share/locale/hu/LC_MESSAGES/kio_thumbnail.mo share/locale/hu/LC_MESSAGES/kio_timeline.mo share/locale/hu/LC_MESSAGES/kio_trash.mo share/locale/hu/LC_MESSAGES/kio_zeroconf.mo share/locale/hu/LC_MESSAGES/kioclient.mo share/locale/hu/LC_MESSAGES/kioexec.mo +share/locale/hu/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/hu/LC_MESSAGES/kiriki.mo share/locale/hu/LC_MESSAGES/kiten.mo share/locale/hu/LC_MESSAGES/kjots.mo @@ -526,6 +531,8 @@ share/locale/hu/LC_MESSAGES/kruler.mo share/locale/hu/LC_MESSAGES/krunner.mo share/locale/hu/LC_MESSAGES/ksaneplugin.mo share/locale/hu/LC_MESSAGES/kscd.mo +share/locale/hu/LC_MESSAGES/kscreenlocker.mo +share/locale/hu/LC_MESSAGES/kscreenlocker_greet.mo share/locale/hu/LC_MESSAGES/kscreensaver.mo share/locale/hu/LC_MESSAGES/ksendemail.mo share/locale/hu/LC_MESSAGES/kshellcmdplugin.mo @@ -557,6 +564,7 @@ share/locale/hu/LC_MESSAGES/ktimer.mo share/locale/hu/LC_MESSAGES/ktimetracker.mo share/locale/hu/LC_MESSAGES/ktnef.mo share/locale/hu/LC_MESSAGES/ktouch.mo +share/locale/hu/LC_MESSAGES/ktouchpadenabler.mo share/locale/hu/LC_MESSAGES/ktraderclient.mo share/locale/hu/LC_MESSAGES/ktron.mo share/locale/hu/LC_MESSAGES/ktuberling.mo @@ -603,6 +611,7 @@ share/locale/hu/LC_MESSAGES/libkdepimmobileui.mo share/locale/hu/LC_MESSAGES/libkexiv2.mo share/locale/hu/LC_MESSAGES/libkholidays.mo share/locale/hu/LC_MESSAGES/libkimap.mo +share/locale/hu/LC_MESSAGES/libkipi.mo share/locale/hu/LC_MESSAGES/libkldap.mo share/locale/hu/LC_MESSAGES/libkleopatra.mo share/locale/hu/LC_MESSAGES/libkmahjongg.mo @@ -634,11 +643,11 @@ share/locale/hu/LC_MESSAGES/liboktetagui.mo share/locale/hu/LC_MESSAGES/liboktetakasten.mo share/locale/hu/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/hu/LC_MESSAGES/libphonon.mo +share/locale/hu/LC_MESSAGES/libpimcommon.mo share/locale/hu/LC_MESSAGES/libplasma.mo share/locale/hu/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/hu/LC_MESSAGES/libplasmaclock.mo share/locale/hu/LC_MESSAGES/libplasmaweather.mo -share/locale/hu/LC_MESSAGES/librtm.mo share/locale/hu/LC_MESSAGES/libtaskmanager.mo share/locale/hu/LC_MESSAGES/libtemplateparser.mo share/locale/hu/LC_MESSAGES/lokalize.mo @@ -646,6 +655,7 @@ share/locale/hu/LC_MESSAGES/lskat.mo share/locale/hu/LC_MESSAGES/mailreader.mo share/locale/hu/LC_MESSAGES/marble.mo share/locale/hu/LC_MESSAGES/marble_qt.mo +share/locale/hu/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/hu/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/hu/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/hu/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -655,12 +665,14 @@ share/locale/hu/LC_MESSAGES/minitoolsplugin.mo share/locale/hu/LC_MESSAGES/mplayerthumbs.mo share/locale/hu/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/hu/LC_MESSAGES/nepomukbackup.mo +share/locale/hu/LC_MESSAGES/nepomukcleaner.mo share/locale/hu/LC_MESSAGES/nepomukcontroller.mo share/locale/hu/LC_MESSAGES/nepomukfileindexer.mo share/locale/hu/LC_MESSAGES/nepomukqueryservice.mo share/locale/hu/LC_MESSAGES/nepomukserver.mo share/locale/hu/LC_MESSAGES/nepomukservicestub.mo share/locale/hu/LC_MESSAGES/nepomukstorage.mo +share/locale/hu/LC_MESSAGES/nepomukwidgets.mo share/locale/hu/LC_MESSAGES/newmailnotifieragent.mo share/locale/hu/LC_MESSAGES/notes-mobile.mo share/locale/hu/LC_MESSAGES/nsplugin.mo @@ -683,13 +695,17 @@ share/locale/hu/LC_MESSAGES/okular_plucker.mo share/locale/hu/LC_MESSAGES/okular_poppler.mo share/locale/hu/LC_MESSAGES/okular_tiff.mo share/locale/hu/LC_MESSAGES/okular_xps.mo +share/locale/hu/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/hu/LC_MESSAGES/pairs.mo +share/locale/hu/LC_MESSAGES/pairseditor.mo share/locale/hu/LC_MESSAGES/palapeli.mo share/locale/hu/LC_MESSAGES/parley.mo share/locale/hu/LC_MESSAGES/phonon_gstreamer.mo share/locale/hu/LC_MESSAGES/phonon_kde.mo share/locale/hu/LC_MESSAGES/phonon_vlc.mo share/locale/hu/LC_MESSAGES/phononserver.mo +share/locale/hu/LC_MESSAGES/picmi.mo +share/locale/hu/LC_MESSAGES/pimsettingexporter.mo share/locale/hu/LC_MESSAGES/plasma-desktop.mo share/locale/hu/LC_MESSAGES/plasma-netbook.mo share/locale/hu/LC_MESSAGES/plasma-overlay.mo @@ -739,12 +755,12 @@ share/locale/hu/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/hu/LC_MESSAGES/plasma_applet_news.mo share/locale/hu/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/hu/LC_MESSAGES/plasma_applet_notes.mo -share/locale/hu/LC_MESSAGES/plasma_applet_notifications.mo share/locale/hu/LC_MESSAGES/plasma_applet_notifier.mo share/locale/hu/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/hu/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/hu/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/hu/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/hu/LC_MESSAGES/plasma_applet_pager.mo share/locale/hu/LC_MESSAGES/plasma_applet_panel.mo @@ -753,6 +769,7 @@ share/locale/hu/LC_MESSAGES/plasma_applet_paste.mo share/locale/hu/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/hu/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/hu/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/hu/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/hu/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/hu/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/hu/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -815,6 +832,7 @@ share/locale/hu/LC_MESSAGES/plasma_runner_kill.mo share/locale/hu/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/hu/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/hu/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/hu/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/hu/LC_MESSAGES/plasma_runner_locations.mo share/locale/hu/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -842,24 +860,23 @@ share/locale/hu/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/hu/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/hu/LC_MESSAGES/plasmaengineexplorer.mo share/locale/hu/LC_MESSAGES/plasmagenericshell.mo share/locale/hu/LC_MESSAGES/plasmapkg.mo -share/locale/hu/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/hu/LC_MESSAGES/plasmoidviewer.mo share/locale/hu/LC_MESSAGES/pothumbnail.mo share/locale/hu/LC_MESSAGES/powerdevil.mo share/locale/hu/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/hu/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/hu/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/hu/LC_MESSAGES/printer-applet.mo +share/locale/hu/LC_MESSAGES/print-manager.mo share/locale/hu/LC_MESSAGES/processcore.mo share/locale/hu/LC_MESSAGES/processui.mo share/locale/hu/LC_MESSAGES/randrmonitor.mo share/locale/hu/LC_MESSAGES/rellinks.mo -share/locale/hu/LC_MESSAGES/remote-widgets-browser.mo share/locale/hu/LC_MESSAGES/rocs.mo +share/locale/hu/LC_MESSAGES/rocscore.mo +share/locale/hu/LC_MESSAGES/rocsvisualeditor.mo share/locale/hu/LC_MESSAGES/searchbarplugin.mo share/locale/hu/LC_MESSAGES/solid-hardware.mo share/locale/hu/LC_MESSAGES/solid-network.mo @@ -872,7 +889,6 @@ share/locale/hu/LC_MESSAGES/strigila_diff.mo share/locale/hu/LC_MESSAGES/superkaramba.mo share/locale/hu/LC_MESSAGES/svgpart.mo share/locale/hu/LC_MESSAGES/sweeper.mo -share/locale/hu/LC_MESSAGES/system-config-printer-kde.mo share/locale/hu/LC_MESSAGES/systemsettings.mo share/locale/hu/LC_MESSAGES/tasks-mobile.mo share/locale/hu/LC_MESSAGES/timezones4.mo @@ -906,3 +922,4 @@ share/locale/hu/entry.desktop @dirrm share/apps/klettres @dirrm share/apps/khangman @dirrm share/apps/kanagram +@dirrm share/apps/autocorrect diff --git a/japanese/kde4-l10n/Makefile b/japanese/kde4-l10n/Makefile index 9a543f499c1d..4baff0a22032 100644 --- a/japanese/kde4-l10n/Makefile +++ b/japanese/kde4-l10n/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= japanese kde MAINTAINER= kde@FreeBSD.org -COMMENT= Japanese messages and documentation for KDE4 +COMMENT= Japanese messages and documentation for KDE SC 4 KDE4_L10N= ja diff --git a/japanese/kde4-l10n/distinfo b/japanese/kde4-l10n/distinfo index 5974d089ac2d..e80061560b5a 100644 --- a/japanese/kde4-l10n/distinfo +++ b/japanese/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ja-4.9.5.tar.xz) = 393d79c562e55c7fb388a2711e7eb157bf8465c459760d1ecd2babb5a849eafb -SIZE (KDE/kde-l10n/kde-l10n-ja-4.9.5.tar.xz) = 2289960 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ja-4.10.1.tar.xz) = 795976556669cc2858ad8ac898f7d183804359a638bc2e3a393ea4173b15578e +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ja-4.10.1.tar.xz) = 2317760 diff --git a/japanese/kde4-l10n/pkg-plist b/japanese/kde4-l10n/pkg-plist index 2186ee81d79c..cdb27676b7c4 100644 --- a/japanese/kde4-l10n/pkg-plist +++ b/japanese/kde4-l10n/pkg-plist @@ -53,7 +53,7 @@ share/locale/ja/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ja/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ja/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ja/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/ja/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/ja/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ja/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ja/LC_MESSAGES/akonadi_next.mo share/locale/ja/LC_MESSAGES/akonadi_nntp_resource.mo @@ -135,7 +135,6 @@ share/locale/ja/LC_MESSAGES/kate.mo share/locale/ja/LC_MESSAGES/kate_kttsd.mo share/locale/ja/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ja/LC_MESSAGES/katebuild-plugin.mo -share/locale/ja/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/ja/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ja/LC_MESSAGES/katefiletemplates.mo share/locale/ja/LC_MESSAGES/kategdbplugin.mo @@ -144,7 +143,6 @@ share/locale/ja/LC_MESSAGES/katekonsoleplugin.mo share/locale/ja/LC_MESSAGES/katemailfilesplugin.mo share/locale/ja/LC_MESSAGES/kateopenheader.mo share/locale/ja/LC_MESSAGES/katepart4.mo -share/locale/ja/LC_MESSAGES/katequickdocumentswitcherplugin.mo share/locale/ja/LC_MESSAGES/katesearch.mo share/locale/ja/LC_MESSAGES/katesnippets_tng.mo share/locale/ja/LC_MESSAGES/katesql.mo @@ -185,7 +183,6 @@ share/locale/ja/LC_MESSAGES/kcm_memory.mo share/locale/ja/LC_MESSAGES/kcm_nepomuk.mo share/locale/ja/LC_MESSAGES/kcm_pci.mo share/locale/ja/LC_MESSAGES/kcm_phonon.mo -share/locale/ja/LC_MESSAGES/kcm_phononxine.mo share/locale/ja/LC_MESSAGES/kcm_platform.mo share/locale/ja/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ja/LC_MESSAGES/kcm_solid.mo @@ -433,6 +430,7 @@ share/locale/ja/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ja/LC_MESSAGES/ktimer.mo share/locale/ja/LC_MESSAGES/ktimetracker.mo share/locale/ja/LC_MESSAGES/ktouch.mo +share/locale/ja/LC_MESSAGES/ktouchpadenabler.mo share/locale/ja/LC_MESSAGES/ktraderclient.mo share/locale/ja/LC_MESSAGES/ktron.mo share/locale/ja/LC_MESSAGES/ktuberling.mo @@ -513,7 +511,6 @@ share/locale/ja/LC_MESSAGES/libplasma.mo share/locale/ja/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ja/LC_MESSAGES/libplasmaclock.mo share/locale/ja/LC_MESSAGES/libplasmaweather.mo -share/locale/ja/LC_MESSAGES/librtm.mo share/locale/ja/LC_MESSAGES/libtaskmanager.mo share/locale/ja/LC_MESSAGES/libtemplateparser.mo share/locale/ja/LC_MESSAGES/lokalize.mo @@ -613,12 +610,12 @@ share/locale/ja/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ja/LC_MESSAGES/plasma_applet_news.mo share/locale/ja/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ja/LC_MESSAGES/plasma_applet_notes.mo -share/locale/ja/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ja/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ja/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ja/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ja/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ja/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ja/LC_MESSAGES/plasma_applet_pager.mo share/locale/ja/LC_MESSAGES/plasma_applet_panel.mo @@ -686,6 +683,7 @@ share/locale/ja/LC_MESSAGES/plasma_runner_kill.mo share/locale/ja/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ja/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ja/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ja/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/ja/LC_MESSAGES/plasma_runner_locations.mo share/locale/ja/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/ja/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -713,22 +711,19 @@ share/locale/ja/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ja/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/ja/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/ja/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/ja/LC_MESSAGES/plasmaengineexplorer.mo share/locale/ja/LC_MESSAGES/plasmagenericshell.mo share/locale/ja/LC_MESSAGES/plasmapkg.mo -share/locale/ja/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/ja/LC_MESSAGES/plasmoidviewer.mo share/locale/ja/LC_MESSAGES/powerdevil.mo share/locale/ja/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ja/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ja/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/ja/LC_MESSAGES/printer-applet.mo share/locale/ja/LC_MESSAGES/processcore.mo share/locale/ja/LC_MESSAGES/processui.mo share/locale/ja/LC_MESSAGES/randrmonitor.mo share/locale/ja/LC_MESSAGES/rellinks.mo -share/locale/ja/LC_MESSAGES/remote-widgets-browser.mo share/locale/ja/LC_MESSAGES/rocs.mo +share/locale/ja/LC_MESSAGES/rocscore.mo +share/locale/ja/LC_MESSAGES/rocsvisualeditor.mo share/locale/ja/LC_MESSAGES/searchbarplugin.mo share/locale/ja/LC_MESSAGES/solid-hardware.mo share/locale/ja/LC_MESSAGES/solid-network.mo @@ -741,7 +736,6 @@ share/locale/ja/LC_MESSAGES/strigila_diff.mo share/locale/ja/LC_MESSAGES/superkaramba.mo share/locale/ja/LC_MESSAGES/svgpart.mo share/locale/ja/LC_MESSAGES/sweeper.mo -share/locale/ja/LC_MESSAGES/system-config-printer-kde.mo share/locale/ja/LC_MESSAGES/systemsettings.mo share/locale/ja/LC_MESSAGES/tasks-mobile.mo share/locale/ja/LC_MESSAGES/timezones4.mo diff --git a/japanese/kiten/Makefile b/japanese/kiten/Makefile index 82151f91ed8d..aedc2886869a 100644 --- a/japanese/kiten/Makefile +++ b/japanese/kiten/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= japanese kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Japanese reference/study tool for KDE 4 @@ -15,7 +15,7 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource USE_QT4= corelib moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_XZ= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/japanese/kiten/distinfo b/japanese/kiten/distinfo index 310a845aaa13..357959948571 100644 --- a/japanese/kiten/distinfo +++ b/japanese/kiten/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kiten-4.9.5.tar.xz) = b13748c8ceacc381cfcf96315232a8e58dd38da6cf860c38b70411d4789e14b1 -SIZE (KDE/kiten-4.9.5.tar.xz) = 11738640 +SHA256 (KDE/4.10.1/kiten-4.10.1.tar.xz) = 4d8fb214af23376ee8c87e3509888da6cb3d6dae76bd498474ebf59b38f87d86 +SIZE (KDE/4.10.1/kiten-4.10.1.tar.xz) = 11740232 diff --git a/korean/kde4-l10n/Makefile b/korean/kde4-l10n/Makefile index 28a24bd8a7d7..2a1dc4d86808 100644 --- a/korean/kde4-l10n/Makefile +++ b/korean/kde4-l10n/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= korean kde MAINTAINER= kde@FreeBSD.org -COMMENT= Korean messages and documentation for KDE4 +COMMENT= Korean messages and documentation for KDE SC 4 KDE4_L10N= ko diff --git a/korean/kde4-l10n/distinfo b/korean/kde4-l10n/distinfo index f1ac0fd90e96..dcd93a65b480 100644 --- a/korean/kde4-l10n/distinfo +++ b/korean/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ko-4.9.5.tar.xz) = 4ba62568aeeb9316b074f727a4e5253edecbd8776add4b8157782b062df0b34d -SIZE (KDE/kde-l10n/kde-l10n-ko-4.9.5.tar.xz) = 1811276 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ko-4.10.1.tar.xz) = 3b06a64f72150673bb4ba7b0ba995c3edf33d59516e64bb9f827b67485c20ead +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ko-4.10.1.tar.xz) = 1725400 diff --git a/korean/kde4-l10n/pkg-plist b/korean/kde4-l10n/pkg-plist index 72e60a9d7eba..281686275afb 100644 --- a/korean/kde4-l10n/pkg-plist +++ b/korean/kde4-l10n/pkg-plist @@ -2,18 +2,28 @@ share/doc/HTML/ko/common/fdl-translated.html share/doc/HTML/ko/common/gpl-translated.html share/doc/HTML/ko/common/kde-localised.css share/locale/ko/LC_MESSAGES/accountwizard.mo +share/locale/ko/LC_MESSAGES/accountwizard_ical.mo share/locale/ko/LC_MESSAGES/accountwizard_imap.mo share/locale/ko/LC_MESSAGES/accountwizard_kolab.mo share/locale/ko/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ko/LC_MESSAGES/accountwizard_maildir.mo share/locale/ko/LC_MESSAGES/accountwizard_pop3.mo +share/locale/ko/LC_MESSAGES/accountwizard_tine20.mo +share/locale/ko/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/ko/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/ko/LC_MESSAGES/adblock.mo share/locale/ko/LC_MESSAGES/akonadi-filestore.mo +share/locale/ko/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/ko/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ko/LC_MESSAGES/akonadi_contacts_resource.mo +share/locale/ko/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/ko/LC_MESSAGES/akonadi_google_resource.mo share/locale/ko/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/ko/LC_MESSAGES/akonadi_icaldir_resource.mo +share/locale/ko/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ko/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/ko/LC_MESSAGES/akonadi_kabc_resource.mo +share/locale/ko/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/ko/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/ko/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/ko/LC_MESSAGES/akonadi_knut_resource.mo @@ -22,16 +32,18 @@ share/locale/ko/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ko/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ko/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ko/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/ko/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ko/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ko/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ko/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ko/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/ko/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/ko/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ko/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ko/LC_MESSAGES/akonadi_next.mo share/locale/ko/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/ko/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/ko/LC_MESSAGES/akonadi_singlefile_resource.mo +share/locale/ko/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/ko/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/ko/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ko/LC_MESSAGES/akonaditray.mo @@ -67,6 +79,7 @@ share/locale/ko/LC_MESSAGES/gwenview.mo share/locale/ko/LC_MESSAGES/htmlsearch.mo share/locale/ko/LC_MESSAGES/imagerename_plugin.mo share/locale/ko/LC_MESSAGES/imgalleryplugin.mo +share/locale/ko/LC_MESSAGES/importwizard.mo share/locale/ko/LC_MESSAGES/jovie.mo share/locale/ko/LC_MESSAGES/joystick.mo share/locale/ko/LC_MESSAGES/juk.mo @@ -79,6 +92,7 @@ share/locale/ko/LC_MESSAGES/kabcformat_binary.mo share/locale/ko/LC_MESSAGES/kaccess.mo share/locale/ko/LC_MESSAGES/kaccessibleapp.mo share/locale/ko/LC_MESSAGES/kactivitymanagerd.mo +share/locale/ko/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/ko/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ko/LC_MESSAGES/kaddressbook.mo share/locale/ko/LC_MESSAGES/kaddressbookmigrator.mo @@ -93,7 +107,6 @@ share/locale/ko/LC_MESSAGES/kate.mo share/locale/ko/LC_MESSAGES/kate_kttsd.mo share/locale/ko/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ko/LC_MESSAGES/katebuild-plugin.mo -share/locale/ko/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/ko/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ko/LC_MESSAGES/katefiletemplates.mo share/locale/ko/LC_MESSAGES/kategdbplugin.mo @@ -102,9 +115,10 @@ share/locale/ko/LC_MESSAGES/katekonsoleplugin.mo share/locale/ko/LC_MESSAGES/katemailfilesplugin.mo share/locale/ko/LC_MESSAGES/kateopenheader.mo share/locale/ko/LC_MESSAGES/katepart4.mo -share/locale/ko/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/ko/LC_MESSAGES/kateproject.mo share/locale/ko/LC_MESSAGES/katesearch.mo share/locale/ko/LC_MESSAGES/katesnippets_tng.mo +share/locale/ko/LC_MESSAGES/katesnippetsplugin.mo share/locale/ko/LC_MESSAGES/katesql.mo share/locale/ko/LC_MESSAGES/katesymbolviewer.mo share/locale/ko/LC_MESSAGES/katetabbarextension.mo @@ -123,6 +137,7 @@ share/locale/ko/LC_MESSAGES/kcalc.mo share/locale/ko/LC_MESSAGES/kcertpart.mo share/locale/ko/LC_MESSAGES/kcharselect.mo share/locale/ko/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ko/LC_MESSAGES/kcm_activities.mo share/locale/ko/LC_MESSAGES/kcm_akonadi.mo share/locale/ko/LC_MESSAGES/kcm_attica.mo share/locale/ko/LC_MESSAGES/kcm_autostart.mo @@ -139,7 +154,6 @@ share/locale/ko/LC_MESSAGES/kcm_memory.mo share/locale/ko/LC_MESSAGES/kcm_nepomuk.mo share/locale/ko/LC_MESSAGES/kcm_pci.mo share/locale/ko/LC_MESSAGES/kcm_phonon.mo -share/locale/ko/LC_MESSAGES/kcm_phononxine.mo share/locale/ko/LC_MESSAGES/kcm_platform.mo share/locale/ko/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ko/LC_MESSAGES/kcm_solid.mo @@ -202,10 +216,12 @@ share/locale/ko/LC_MESSAGES/kdecalendarsystems.mo share/locale/ko/LC_MESSAGES/kdelibs4.mo share/locale/ko/LC_MESSAGES/kdelibs_colors4.mo share/locale/ko/LC_MESSAGES/kdepasswd.mo +share/locale/ko/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/ko/LC_MESSAGES/kdeqt.mo share/locale/ko/LC_MESSAGES/kdesu.mo share/locale/ko/LC_MESSAGES/kdesud.mo share/locale/ko/LC_MESSAGES/kdf.mo +share/locale/ko/LC_MESSAGES/kdgantt2.mo share/locale/ko/LC_MESSAGES/kdialog.mo share/locale/ko/LC_MESSAGES/kdiamond.mo share/locale/ko/LC_MESSAGES/kdmconfig.mo @@ -217,6 +233,7 @@ share/locale/ko/LC_MESSAGES/kfile_dds.mo share/locale/ko/LC_MESSAGES/kfile_drgeo.mo share/locale/ko/LC_MESSAGES/kfile_exr.mo share/locale/ko/LC_MESSAGES/kfile_kig.mo +share/locale/ko/LC_MESSAGES/kfile_mail.mo share/locale/ko/LC_MESSAGES/kfile_pnm.mo share/locale/ko/LC_MESSAGES/kfile_raw.mo share/locale/ko/LC_MESSAGES/kfile_rgb.mo @@ -249,6 +266,7 @@ share/locale/ko/LC_MESSAGES/kimagemapeditor.mo share/locale/ko/LC_MESSAGES/kinetd.mo share/locale/ko/LC_MESSAGES/kinfocenter.mo share/locale/ko/LC_MESSAGES/kio4.mo +share/locale/ko/LC_MESSAGES/kio_activities.mo share/locale/ko/LC_MESSAGES/kio_akonadi.mo share/locale/ko/LC_MESSAGES/kio_applications.mo share/locale/ko/LC_MESSAGES/kio_archive.mo @@ -277,13 +295,17 @@ share/locale/ko/LC_MESSAGES/kio_trash.mo share/locale/ko/LC_MESSAGES/kio_zeroconf.mo share/locale/ko/LC_MESSAGES/kioclient.mo share/locale/ko/LC_MESSAGES/kioexec.mo +share/locale/ko/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/ko/LC_MESSAGES/kjots.mo +share/locale/ko/LC_MESSAGES/kjotsmigrator.mo share/locale/ko/LC_MESSAGES/klines.mo share/locale/ko/LC_MESSAGES/klinkstatus.mo share/locale/ko/LC_MESSAGES/klipper.mo share/locale/ko/LC_MESSAGES/klock.mo share/locale/ko/LC_MESSAGES/kmag.mo share/locale/ko/LC_MESSAGES/kmahjongg.mo +share/locale/ko/LC_MESSAGES/kmail-migrator.mo +share/locale/ko/LC_MESSAGES/kmail-mobile.mo share/locale/ko/LC_MESSAGES/kmail.mo share/locale/ko/LC_MESSAGES/kmailcvt.mo share/locale/ko/LC_MESSAGES/kmenuedit.mo @@ -305,8 +327,10 @@ share/locale/ko/LC_MESSAGES/kompare.mo share/locale/ko/LC_MESSAGES/konqueror.mo share/locale/ko/LC_MESSAGES/konquest.mo share/locale/ko/LC_MESSAGES/konsole.mo +share/locale/ko/LC_MESSAGES/konsolekalendar.mo share/locale/ko/LC_MESSAGES/kontact.mo share/locale/ko/LC_MESSAGES/kopete.mo +share/locale/ko/LC_MESSAGES/korganizer-mobile.mo share/locale/ko/LC_MESSAGES/korganizer.mo share/locale/ko/LC_MESSAGES/kpartloader.mo share/locale/ko/LC_MESSAGES/kpartsaver.mo @@ -321,13 +345,20 @@ share/locale/ko/LC_MESSAGES/krdb.mo share/locale/ko/LC_MESSAGES/krdc.mo share/locale/ko/LC_MESSAGES/kreadconfig.mo share/locale/ko/LC_MESSAGES/kremotecontroldaemon.mo +share/locale/ko/LC_MESSAGES/kres-migrator.mo +share/locale/ko/LC_MESSAGES/kres_blog.mo +share/locale/ko/LC_MESSAGES/kres_remote.mo +share/locale/ko/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/ko/LC_MESSAGES/kreversi.mo share/locale/ko/LC_MESSAGES/krfb.mo share/locale/ko/LC_MESSAGES/kruler.mo share/locale/ko/LC_MESSAGES/krunner.mo share/locale/ko/LC_MESSAGES/ksaneplugin.mo share/locale/ko/LC_MESSAGES/kscd.mo +share/locale/ko/LC_MESSAGES/kscreenlocker.mo +share/locale/ko/LC_MESSAGES/kscreenlocker_greet.mo share/locale/ko/LC_MESSAGES/kscreensaver.mo +share/locale/ko/LC_MESSAGES/ksendemail.mo share/locale/ko/LC_MESSAGES/kshellcmdplugin.mo share/locale/ko/LC_MESSAGES/kshisen.mo share/locale/ko/LC_MESSAGES/kshorturifilter.mo @@ -348,8 +379,11 @@ share/locale/ko/LC_MESSAGES/kteatime.mo share/locale/ko/LC_MESSAGES/ktesnippets_editor.mo share/locale/ko/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ko/LC_MESSAGES/ktexteditor_plugins.mo +share/locale/ko/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ko/LC_MESSAGES/ktimer.mo share/locale/ko/LC_MESSAGES/ktimetracker.mo +share/locale/ko/LC_MESSAGES/ktnef.mo +share/locale/ko/LC_MESSAGES/ktouchpadenabler.mo share/locale/ko/LC_MESSAGES/ktraderclient.mo share/locale/ko/LC_MESSAGES/ktron.mo share/locale/ko/LC_MESSAGES/ktuberling.mo @@ -360,6 +394,7 @@ share/locale/ko/LC_MESSAGES/kurifilter.mo share/locale/ko/LC_MESSAGES/kuser.mo share/locale/ko/LC_MESSAGES/kwalletd.mo share/locale/ko/LC_MESSAGES/kwalletmanager.mo +share/locale/ko/LC_MESSAGES/kwatchgnupg.mo share/locale/ko/LC_MESSAGES/kwin.mo share/locale/ko/LC_MESSAGES/kwin_art_clients.mo share/locale/ko/LC_MESSAGES/kwin_clients.mo @@ -372,6 +407,7 @@ share/locale/ko/LC_MESSAGES/kwriteconfig.mo share/locale/ko/LC_MESSAGES/kxkb.mo share/locale/ko/LC_MESSAGES/kxsconfig.mo share/locale/ko/LC_MESSAGES/lancelot.mo +share/locale/ko/LC_MESSAGES/libincidenceeditors.mo share/locale/ko/LC_MESSAGES/libkalarmcal.mo share/locale/ko/LC_MESSAGES/libkasten.mo share/locale/ko/LC_MESSAGES/libkcddb.mo @@ -379,30 +415,43 @@ share/locale/ko/LC_MESSAGES/libkcompactdisc.mo share/locale/ko/LC_MESSAGES/libkdcraw.mo share/locale/ko/LC_MESSAGES/libkdecorations.mo share/locale/ko/LC_MESSAGES/libkdegames.mo +share/locale/ko/LC_MESSAGES/libkdepim.mo +share/locale/ko/LC_MESSAGES/libkdepimmobileui.mo share/locale/ko/LC_MESSAGES/libkexiv2.mo +share/locale/ko/LC_MESSAGES/libkipi.mo +share/locale/ko/LC_MESSAGES/libkleopatra.mo share/locale/ko/LC_MESSAGES/libkmahjongg.mo share/locale/ko/LC_MESSAGES/libkonq.mo +share/locale/ko/LC_MESSAGES/libkpgp.mo share/locale/ko/LC_MESSAGES/libkremotecontrol.mo share/locale/ko/LC_MESSAGES/libksane.mo share/locale/ko/LC_MESSAGES/libkscreensaver.mo +share/locale/ko/LC_MESSAGES/libksieve.mo share/locale/ko/LC_MESSAGES/libkunitconversion.mo share/locale/ko/LC_MESSAGES/libkworkspace.mo +share/locale/ko/LC_MESSAGES/libmailcommon.mo share/locale/ko/LC_MESSAGES/libmailimporter.mo +share/locale/ko/LC_MESSAGES/libmessagecomposer.mo +share/locale/ko/LC_MESSAGES/libmessagecore.mo share/locale/ko/LC_MESSAGES/libmessagelist.mo share/locale/ko/LC_MESSAGES/libmessageviewer.mo share/locale/ko/LC_MESSAGES/liboktetacore.mo share/locale/ko/LC_MESSAGES/liboktetakasten.mo share/locale/ko/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ko/LC_MESSAGES/libphonon.mo +share/locale/ko/LC_MESSAGES/libpimcommon.mo share/locale/ko/LC_MESSAGES/libplasma.mo share/locale/ko/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ko/LC_MESSAGES/libplasmaclock.mo share/locale/ko/LC_MESSAGES/libplasmaweather.mo -share/locale/ko/LC_MESSAGES/librtm.mo share/locale/ko/LC_MESSAGES/libtaskmanager.mo +share/locale/ko/LC_MESSAGES/libtemplateparser.mo share/locale/ko/LC_MESSAGES/lokalize.mo share/locale/ko/LC_MESSAGES/lskat.mo +share/locale/ko/LC_MESSAGES/mailreader.mo share/locale/ko/LC_MESSAGES/marble.mo +share/locale/ko/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo +share/locale/ko/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ko/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/ko/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/ko/LC_MESSAGES/mf_konqplugin.mo @@ -410,12 +459,16 @@ share/locale/ko/LC_MESSAGES/minitoolsplugin.mo share/locale/ko/LC_MESSAGES/mplayerthumbs.mo share/locale/ko/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ko/LC_MESSAGES/nepomukbackup.mo +share/locale/ko/LC_MESSAGES/nepomukcleaner.mo share/locale/ko/LC_MESSAGES/nepomukcontroller.mo share/locale/ko/LC_MESSAGES/nepomukfileindexer.mo share/locale/ko/LC_MESSAGES/nepomukqueryservice.mo share/locale/ko/LC_MESSAGES/nepomukserver.mo share/locale/ko/LC_MESSAGES/nepomukservicestub.mo share/locale/ko/LC_MESSAGES/nepomukstorage.mo +share/locale/ko/LC_MESSAGES/nepomukwidgets.mo +share/locale/ko/LC_MESSAGES/newmailnotifieragent.mo +share/locale/ko/LC_MESSAGES/notes-mobile.mo share/locale/ko/LC_MESSAGES/nsplugin.mo share/locale/ko/LC_MESSAGES/okteta-mobile.mo share/locale/ko/LC_MESSAGES/okteta.mo @@ -436,10 +489,12 @@ share/locale/ko/LC_MESSAGES/okular_plucker.mo share/locale/ko/LC_MESSAGES/okular_poppler.mo share/locale/ko/LC_MESSAGES/okular_tiff.mo share/locale/ko/LC_MESSAGES/okular_xps.mo +share/locale/ko/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/ko/LC_MESSAGES/phonon_gstreamer.mo share/locale/ko/LC_MESSAGES/phonon_kde.mo share/locale/ko/LC_MESSAGES/phonon_vlc.mo share/locale/ko/LC_MESSAGES/phononserver.mo +share/locale/ko/LC_MESSAGES/pimsettingexporter.mo share/locale/ko/LC_MESSAGES/plasma-desktop.mo share/locale/ko/LC_MESSAGES/plasma-netbook.mo share/locale/ko/LC_MESSAGES/plasma-overlay.mo @@ -448,6 +503,7 @@ share/locale/ko/LC_MESSAGES/plasma-windowed.mo share/locale/ko/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ko/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ko/LC_MESSAGES/plasma_applet_Molmasscalculator.mo +share/locale/ko/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/ko/LC_MESSAGES/plasma_applet_battery.mo share/locale/ko/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/ko/LC_MESSAGES/plasma_applet_bookmarks.mo @@ -475,6 +531,7 @@ share/locale/ko/LC_MESSAGES/plasma_applet_kget.mo share/locale/ko/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/ko/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/ko/LC_MESSAGES/plasma_applet_kolourpicker.mo +share/locale/ko/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/ko/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ko/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ko/LC_MESSAGES/plasma_applet_life.mo @@ -486,12 +543,12 @@ share/locale/ko/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ko/LC_MESSAGES/plasma_applet_news.mo share/locale/ko/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ko/LC_MESSAGES/plasma_applet_notes.mo -share/locale/ko/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ko/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ko/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ko/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ko/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ko/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ko/LC_MESSAGES/plasma_applet_pager.mo share/locale/ko/LC_MESSAGES/plasma_applet_panel.mo @@ -500,6 +557,7 @@ share/locale/ko/LC_MESSAGES/plasma_applet_paste.mo share/locale/ko/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/ko/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/ko/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ko/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/ko/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/ko/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ko/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -572,21 +630,17 @@ share/locale/ko/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ko/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/ko/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/ko/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/ko/LC_MESSAGES/plasmaengineexplorer.mo share/locale/ko/LC_MESSAGES/plasmagenericshell.mo share/locale/ko/LC_MESSAGES/plasmapkg.mo -share/locale/ko/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/ko/LC_MESSAGES/plasmoidviewer.mo share/locale/ko/LC_MESSAGES/powerdevil.mo share/locale/ko/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ko/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ko/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/ko/LC_MESSAGES/printer-applet.mo +share/locale/ko/LC_MESSAGES/print-manager.mo share/locale/ko/LC_MESSAGES/processcore.mo share/locale/ko/LC_MESSAGES/processui.mo share/locale/ko/LC_MESSAGES/randrmonitor.mo share/locale/ko/LC_MESSAGES/rellinks.mo -share/locale/ko/LC_MESSAGES/remote-widgets-browser.mo share/locale/ko/LC_MESSAGES/searchbarplugin.mo share/locale/ko/LC_MESSAGES/solid-hardware.mo share/locale/ko/LC_MESSAGES/solid-network.mo @@ -597,8 +651,8 @@ share/locale/ko/LC_MESSAGES/strigila_diff.mo share/locale/ko/LC_MESSAGES/superkaramba.mo share/locale/ko/LC_MESSAGES/svgpart.mo share/locale/ko/LC_MESSAGES/sweeper.mo -share/locale/ko/LC_MESSAGES/system-config-printer-kde.mo share/locale/ko/LC_MESSAGES/systemsettings.mo +share/locale/ko/LC_MESSAGES/tasks-mobile.mo share/locale/ko/LC_MESSAGES/timezones4.mo share/locale/ko/LC_MESSAGES/uachangerplugin.mo share/locale/ko/LC_MESSAGES/useraccount.mo diff --git a/lang/kturtle/Makefile b/lang/kturtle/Makefile index 83bbaf383627..ae37af66b484 100644 --- a/lang/kturtle/Makefile +++ b/lang/kturtle/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= lang kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Educational programming environment for KDE 4 @@ -14,8 +14,8 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= gui xml moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_QT4= corelib gui xml moc_build qmake_build rcc_build uic_build +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/lang/kturtle/distinfo b/lang/kturtle/distinfo index 29e1d79b7968..5d6366be9e5c 100644 --- a/lang/kturtle/distinfo +++ b/lang/kturtle/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kturtle-4.9.5.tar.xz) = 5df788bc1a52fa2b0f0f4bab92b4feab5ece6981dab77dcd7e9fd6f9e6b464c4 -SIZE (KDE/kturtle-4.9.5.tar.xz) = 215204 +SHA256 (KDE/4.10.1/kturtle-4.10.1.tar.xz) = c8bc0cc9ec421d7d514d9d8908e15a7a3426dd1e8a0b4cdaed09cae5db75f9d3 +SIZE (KDE/4.10.1/kturtle-4.10.1.tar.xz) = 215400 diff --git a/math/analitza/Makefile b/math/analitza/Makefile index aa42f6fd44c2..0d70578dc6d4 100644 --- a/math/analitza/Makefile +++ b/math/analitza/Makefile @@ -5,17 +5,19 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= A library from KDE Education project +COMMENT= Library from KDE Education project CONFLICTS_INSTALL= kalgebra-4.7.* kdeedu-4.[0-6].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= moc_build qmake_build rcc_build uic_build +USE_QT4= corelib gui opengl svg xml \ + moc_build qmake_build rcc_build uic_build +USE_GL= glu USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/math/analitza/distinfo b/math/analitza/distinfo index 7cae2c15f40b..f1e987789708 100644 --- a/math/analitza/distinfo +++ b/math/analitza/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/analitza-4.9.5.tar.xz) = 57d156362c62f7a109e2b31704d0265a668b5064901161670c1f0d7d2abcdc4e -SIZE (KDE/analitza-4.9.5.tar.xz) = 146196 +SHA256 (KDE/4.10.1/analitza-4.10.1.tar.xz) = 69dbdbac2445632934afcdeeda807e87527eb506218cef015c0212c4311495bd +SIZE (KDE/4.10.1/analitza-4.10.1.tar.xz) = 178588 diff --git a/math/analitza/pkg-plist b/math/analitza/pkg-plist index a803207e744a..d08f5130cc78 100644 --- a/math/analitza/pkg-plist +++ b/math/analitza/pkg-plist @@ -5,6 +5,7 @@ include/analitza/analitzautils.h include/analitza/analyzer.h include/analitza/builtinmethods.h include/analitza/expression.h +include/analitza/expressionstream.h include/analitza/expressiontype.h include/analitza/importqobjectmetatype.h include/analitza/object.h @@ -17,14 +18,22 @@ include/analitza/vector.h include/analitzagui/algebrahighlighter.h include/analitzagui/analitzaguiexport.h include/analitzagui/expressionedit.h -include/analitzagui/function.h -include/analitzagui/functionfactory.h -include/analitzagui/functionsmodel.h -include/analitzagui/functionspainter.h -include/analitzagui/functionsview.h -include/analitzagui/graph2d.h include/analitzagui/operatorsmodel.h +include/analitzagui/plotsview2d.h +include/analitzagui/plotsview3d.h include/analitzagui/variablesmodel.h +include/analitzaplot/analitzaplotexport.h +include/analitzaplot/functiongraph.h +include/analitzaplot/planecurve.h +include/analitzaplot/plotitem.h +include/analitzaplot/plotsdictionarymodel.h +include/analitzaplot/plotsfactory.h +include/analitzaplot/plotsmodel.h +include/analitzaplot/plotter2d.h +include/analitzaplot/plotter3d.h +include/analitzaplot/plottingenums.h +include/analitzaplot/spacecurve.h +include/analitzaplot/surface.h lib/cmake/analitza/AnalitzaConfig.cmake lib/cmake/analitza/AnalitzaTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/analitza/AnalitzaTargets.cmake @@ -34,7 +43,14 @@ lib/libanalitza.so.5.0.1 lib/libanalitzagui.so lib/libanalitzagui.so.5 lib/libanalitzagui.so.5.0.1 +lib/libanalitzaplot.so +lib/libanalitzaplot.so.5 +lib/libanalitzaplot.so.5.0.1 +share/apps/libanalitza/plots/basic_curves.plots +@dirrm share/apps/libanalitza/plots +@dirrm share/apps/libanalitza @dirrm lib/cmake/analitza @dirrmtry lib/cmake +@dirrm include/analitzaplot @dirrm include/analitzagui @dirrm include/analitza diff --git a/math/cantor/Makefile b/math/cantor/Makefile index de0448b1ca9e..5a2f98e80c8a 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 frontend to mathematical software @@ -18,9 +18,9 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= qtestlib_build xmlpatterns \ +USE_QT4= corelib qtestlib_build xml xmlpatterns \ moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_XZ= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/math/cantor/distinfo b/math/cantor/distinfo index 23b412b686fd..4e34555854bc 100644 --- a/math/cantor/distinfo +++ b/math/cantor/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/cantor-4.9.5.tar.xz) = 90789772107c92db47f4754d1deea7fd97f5ef1e184a14223795f945227ee504 -SIZE (KDE/cantor-4.9.5.tar.xz) = 273644 +SHA256 (KDE/4.10.1/cantor-4.10.1.tar.xz) = b053d113ee3f528b9a1234083890765fd1432e2781c0b06f8997799edfad9ed9 +SIZE (KDE/4.10.1/cantor-4.10.1.tar.xz) = 317996 diff --git a/math/cantor/pkg-plist b/math/cantor/pkg-plist index f99f6b7c4d01..e1f809120c9d 100644 --- a/math/cantor/pkg-plist +++ b/math/cantor/pkg-plist @@ -42,7 +42,7 @@ lib/kde4/cantor_variablemanagerplugin.so lib/kde4/libcantorpart.so lib/libcantor_config.so lib/libcantorlibs.so -lib/libcantorlibs.so.0.0.3 +lib/libcantorlibs.so.0.0.4 lib/libcantorlibs.so.1 share/applications/kde4/cantor.desktop share/apps/cantor/cantor_advancedplot_assistant.rc @@ -60,6 +60,7 @@ share/apps/cantor/cantor_runscript_assistant.rc share/apps/cantor/cantor_scripteditor.rc share/apps/cantor/cantor_shell.rc share/apps/cantor/cantor_solve_assistant.rc +share/apps/cantor/maximabackend/cantor-initmaxima.lisp share/apps/cantor/maximabackend/keywords.xml share/apps/cantor/octavebackend/cantor_eigenvectors.m share/apps/cantor/octavebackend/cantor_plot2d.m diff --git a/math/kalgebra/Makefile b/math/kalgebra/Makefile index 94b34a4b5dfc..4e70f46586ef 100644 --- a/math/kalgebra/Makefile +++ b/math/kalgebra/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE graph calculator @@ -18,7 +18,7 @@ CMAKE_ARGS= -DBUILD_mobile:BOOL=FALSE USE_GL= glu USE_KDE4= kdehier kdelibs kdeprefix libkdeedu automoc4 USES= cmake:outsource -USE_QT4= gui opengl script scripttools xml \ +USE_QT4= corelib declarative gui opengl \ moc_build qmake_build rcc_build uic_build USE_XZ= yes MAKE_JOBS_SAFE= yes diff --git a/math/kalgebra/distinfo b/math/kalgebra/distinfo index 873262d04f4e..e0d8da621f83 100644 --- a/math/kalgebra/distinfo +++ b/math/kalgebra/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kalgebra-4.9.5.tar.xz) = fb710d4b70a355078a8bf8800e3d8ad243f3de071dafd4eded15962c71533ecc -SIZE (KDE/kalgebra-4.9.5.tar.xz) = 442368 +SHA256 (KDE/4.10.1/kalgebra-4.10.1.tar.xz) = c150eb0e5f51f2ef2c83c8eec1c449e513a777ba0220f5d47e42e08a1e6747ca +SIZE (KDE/4.10.1/kalgebra-4.10.1.tar.xz) = 445620 diff --git a/math/kalgebra/pkg-plist b/math/kalgebra/pkg-plist index 176692e993c8..78a005d21b97 100644 --- a/math/kalgebra/pkg-plist +++ b/math/kalgebra/pkg-plist @@ -2,6 +2,9 @@ bin/kalgebra lib/kde4/plasma_applet_kalgebra.so share/applications/kde4/kalgebra.desktop share/apps/katepart/syntax/kalgebra.xml +share/apps/plasma/plasmoids/org.kde.graphsplasmoid/contents/ui/config.ui +share/apps/plasma/plasmoids/org.kde.graphsplasmoid/contents/ui/main.qml +share/apps/plasma/plasmoids/org.kde.graphsplasmoid/metadata.desktop share/doc/HTML/en/kalgebra/commands.docbook share/doc/HTML/en/kalgebra/common share/doc/HTML/en/kalgebra/index.cache.bz2 @@ -17,5 +20,10 @@ share/icons/hicolor/32x32/apps/kalgebra.png share/icons/hicolor/48x48/apps/kalgebra.png share/icons/hicolor/64x64/apps/kalgebra.png share/icons/hicolor/scalable/apps/kalgebra.svgz +share/kde4/services/graphsplasmoid.desktop share/kde4/services/kalgebraplasmoid.desktop @dirrm share/doc/HTML/en/kalgebra +@dirrm share/apps/plasma/plasmoids/org.kde.graphsplasmoid/contents/ui +@dirrm share/apps/plasma/plasmoids/org.kde.graphsplasmoid/contents +@dirrm share/apps/plasma/plasmoids/org.kde.graphsplasmoid +@dirrmtry share/apps/plasma/plasmoids diff --git a/math/kbruch/Makefile b/math/kbruch/Makefile index ff5660cf9e61..9c178b3f4258 100644 --- a/math/kbruch/Makefile +++ b/math/kbruch/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 application to exercise fractions @@ -14,8 +14,8 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= corelib moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes MAKE_JOBS_SAFE= yes MAN1= kbruch.1 diff --git a/math/kbruch/distinfo b/math/kbruch/distinfo index c1950684c3bf..d50ccd5f5b0f 100644 --- a/math/kbruch/distinfo +++ b/math/kbruch/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kbruch-4.9.5.tar.xz) = 83b9be0118aec8ce9a11a0e4070dcd6b4e86b18e6477bb1bae7af2047a683502 -SIZE (KDE/kbruch-4.9.5.tar.xz) = 908132 +SHA256 (KDE/4.10.1/kbruch-4.10.1.tar.xz) = dd777da253188fc75ef0a6e4d97af2e9f3e91c77b7dc461d3cfd5202967bc15b +SIZE (KDE/4.10.1/kbruch-4.10.1.tar.xz) = 908244 diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index e1a732a26bb7..f7c59b71a5b5 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -1,4 +1,3 @@ -# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kcalc @@ -6,19 +5,20 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Scientific calculator for KDE -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ + mpfr:${PORTSDIR}/math/mpfr CONFLICTS_INSTALL= kdeutils-4.[0-7].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs USES= cmake:outsource -USE_QT4= qmake_build moc_build rcc_build uic_build +USE_QT4= xml qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/math/kcalc/distinfo b/math/kcalc/distinfo index 2ba52cf078e9..95c70b366c63 100644 --- a/math/kcalc/distinfo +++ b/math/kcalc/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kcalc-4.9.5.tar.xz) = 2c34bd7769980b70c22eff7f258e27b8647f6f2f2d14597c8ac7bf8b8a295fcc -SIZE (KDE/kcalc-4.9.5.tar.xz) = 88476 +SHA256 (KDE/4.10.1/kcalc-4.10.1.tar.xz) = 5dca589d5c755a817a03b407b68caa89c9c480aa22171693143d09b264bba106 +SIZE (KDE/4.10.1/kcalc-4.10.1.tar.xz) = 93972 diff --git a/math/kcalc/files/patch-CMakeLists.txt b/math/kcalc/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..4004ff08f0df --- /dev/null +++ b/math/kcalc/files/patch-CMakeLists.txt @@ -0,0 +1,12 @@ +--- CMakeLists.txt.orig 2013-03-01 08:05:02.371999000 +0100 ++++ CMakeLists.txt 2013-03-09 12:19:03.000000000 +0100 +@@ -36,6 +36,9 @@ + endif() + endif(NOT GMP_FOUND) + ++find_package (MPFR REQUIRED) ++add_definitions (-DKNUMBER_USE_MPFR) ++ + include(CheckTypeSize) + include(CheckFunctionExists) + include(CheckIncludeFiles) diff --git a/math/kcalc/files/patch-knumber_tests_CMakeLists.txt b/math/kcalc/files/patch-knumber_tests_CMakeLists.txt new file mode 100644 index 000000000000..ec9798e88609 --- /dev/null +++ b/math/kcalc/files/patch-knumber_tests_CMakeLists.txt @@ -0,0 +1,8 @@ +--- knumber/tests/CMakeLists.txt.orig 2013-03-09 12:21:29.000000000 +0100 ++++ knumber/tests/CMakeLists.txt 2013-03-09 12:22:29.000000000 +0100 +@@ -5,4 +5,4 @@ + + kde4_add_unit_test(knumbertest TESTNAME KNumber ${knumbertest_SRCS}) + +-target_link_libraries(knumbertest ${KDE4_KDECORE_LIBS} ${GMP_LIBRARIES}) ++target_link_libraries(knumbertest ${KDE4_KDECORE_LIBS} ${GMP_LIBRARIES} ${MPFR_LIBRARIES}) diff --git a/math/kig/Makefile b/math/kig/Makefile index c84dd6686ed7..0f4aad3d5dee 100644 --- a/math/kig/Makefile +++ b/math/kig/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 interactive geometry application @@ -14,8 +14,8 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= dbus moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_QT4= gui xml moc_build qmake_build rcc_build uic_build +USE_XZ= yes MAKE_JOBS_SAFE= yes MAN1= kig.1 diff --git a/math/kig/distinfo b/math/kig/distinfo index 1f463a35fc44..71faf93af58b 100644 --- a/math/kig/distinfo +++ b/math/kig/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kig-4.9.5.tar.xz) = 3e24164cbb75f1fd06434a6a9baa97f49f13b844567a2cf0b3b824185fc66209 -SIZE (KDE/kig-4.9.5.tar.xz) = 1524348 +SHA256 (KDE/4.10.1/kig-4.10.1.tar.xz) = 5c817fd2a835e4eed1c52e3583cae96548660a1b48a2b2b49ed7648321e2fa76 +SIZE (KDE/4.10.1/kig-4.10.1.tar.xz) = 1527316 diff --git a/math/kmplot/Makefile b/math/kmplot/Makefile index fd35e75487f4..db4f82c3fb1b 100644 --- a/math/kmplot/Makefile +++ b/math/kmplot/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Mathematical function plotter for KDE 4 @@ -15,7 +15,7 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource USE_QT4= xml moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes MAN1= kmplot.1 diff --git a/math/kmplot/distinfo b/math/kmplot/distinfo index 512a939450d2..556ada42afd8 100644 --- a/math/kmplot/distinfo +++ b/math/kmplot/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kmplot-4.9.5.tar.xz) = 9c205fd520e8b8db9289c169d5728b48616e07a3fee6d2697e6ab10240979f04 -SIZE (KDE/kmplot-4.9.5.tar.xz) = 680716 +SHA256 (KDE/4.10.1/kmplot-4.10.1.tar.xz) = 99fde5e85e5a9fff7acff5a8dfdedf41db038bfc2e23503fa46948962e5d606d +SIZE (KDE/4.10.1/kmplot-4.10.1.tar.xz) = 680804 diff --git a/math/rocs/Makefile b/math/rocs/Makefile index b8de638150b6..e47b29d2c1cd 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Graph teory IDE for KDE 4 @@ -16,9 +16,9 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= script scripttools \ +USE_QT4= gui qtestlib script scripttools webkit xml \ moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_XZ= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/math/rocs/distinfo b/math/rocs/distinfo index 1b8f1fba317a..2dab1d44f181 100644 --- a/math/rocs/distinfo +++ b/math/rocs/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/rocs-4.9.5.tar.xz) = ca046fe404c6e5aa9088112ddc7fbedf11eb5a936d27f10d4d8ee37165025af9 -SIZE (KDE/rocs-4.9.5.tar.xz) = 1208540 +SHA256 (KDE/4.10.1/rocs-4.10.1.tar.xz) = 9f2dea23d5d287ded8a05f3f6e0c4f81143d8eeb44f33ada4a1b8e71ca2895df +SIZE (KDE/4.10.1/rocs-4.10.1.tar.xz) = 1141576 diff --git a/math/rocs/pkg-plist b/math/rocs/pkg-plist index 02c47d39671c..dab10db11d91 100644 --- a/math/rocs/pkg-plist +++ b/math/rocs/pkg-plist @@ -1,35 +1,35 @@ bin/rocs +include/rocs/CoreTypes.h include/rocs/Data.h include/rocs/DataItem.h include/rocs/DataStructure.h +include/rocs/DataStructureBackendManager.h include/rocs/DataStructurePluginInterface.h -include/rocs/DataStructurePluginManager.h include/rocs/Document.h -include/rocs/DynamicPropertiesList.h -include/rocs/FilePluginInterface.h -include/rocs/GraphicsLayout.h -include/rocs/IncludeManager.h -include/rocs/KrossBackend.h -include/rocs/PluginManager.h +include/rocs/GraphFileBackendManager.h +include/rocs/GraphFilePluginInterface.h +include/rocs/GraphVisualEditor.h include/rocs/Pointer.h include/rocs/PointerItem.h -include/rocs/QtScriptBackend.h -include/rocs/Rocs_Typedefs.h -include/rocs/ToolsPluginInterface.h +include/rocs/RocsCoreExport.h include/rocs/Topology.h -include/rocs/rocslib_export.h -lib/kde4/rocs_GMLParser.so lib/kde4/rocs_GraphStructure.so lib/kde4/rocs_ListStructure.so lib/kde4/rocs_RootedTreeStructure.so lib/kde4/rocs_assignvaluesplugin.so -lib/kde4/rocs_dotFilePlugin.so +lib/kde4/rocs_dotfileformat.so lib/kde4/rocs_generategraphplugin.so -lib/kde4/rocs_plaintxt.so +lib/kde4/rocs_gmlfileformat.so +lib/kde4/rocs_kmlfileformat.so +lib/kde4/rocs_tgffileformat.so +lib/kde4/rocs_tikzfileformat.so lib/kde4/rocs_transformedgesplugin.so -lib/librocslib.so -lib/librocslib.so.5 -lib/librocslib.so.5.0.1 +lib/librocscore.so +lib/librocscore.so.5 +lib/librocscore.so.5.0.1 +lib/librocsvisualeditor.so +lib/librocsvisualeditor.so.5 +lib/librocsvisualeditor.so.5.0.1 share/applications/kde4/rocs.desktop share/apps/rocs/examples/AdjustProjection.js share/apps/rocs/examples/NameAndNodes.js @@ -49,6 +49,7 @@ share/apps/rocs/icons/hicolor/16x16/actions/rocsaligntree.png share/apps/rocs/icons/hicolor/16x16/actions/rocsalignvmiddle.png share/apps/rocs/icons/hicolor/16x16/actions/rocsselect.png share/apps/rocs/icons/hicolor/16x16/actions/rocsselectmove.png +share/apps/rocs/icons/hicolor/16x16/apps/rocs.png share/apps/rocs/icons/hicolor/22x22/actions/rocsaddedge.png share/apps/rocs/icons/hicolor/22x22/actions/rocsaddnode.png share/apps/rocs/icons/hicolor/22x22/actions/rocsalignbottom.png @@ -71,6 +72,7 @@ share/apps/rocs/icons/hicolor/32x32/actions/rocsaligntree.png share/apps/rocs/icons/hicolor/32x32/actions/rocsalignvmiddle.png share/apps/rocs/icons/hicolor/32x32/actions/rocsselect.png share/apps/rocs/icons/hicolor/32x32/actions/rocsselectmove.png +share/apps/rocs/icons/hicolor/32x32/apps/rocs.png share/apps/rocs/icons/hicolor/48x48/actions/rocsaddedge.png share/apps/rocs/icons/hicolor/48x48/actions/rocsalignbottom.png share/apps/rocs/icons/hicolor/48x48/actions/rocsaligncircle.png @@ -81,6 +83,7 @@ share/apps/rocs/icons/hicolor/48x48/actions/rocsaligntop.png share/apps/rocs/icons/hicolor/48x48/actions/rocsaligntree.png share/apps/rocs/icons/hicolor/48x48/actions/rocsalignvmiddle.png share/apps/rocs/icons/hicolor/48x48/actions/rocsselectmove.png +share/apps/rocs/icons/hicolor/48x48/apps/rocs.png share/apps/rocs/icons/hicolor/64x64/actions/rocsaddedge.png share/apps/rocs/icons/hicolor/64x64/actions/rocsalignbottom.png share/apps/rocs/icons/hicolor/64x64/actions/rocsaligncircle.png @@ -105,6 +108,9 @@ share/apps/rocs_rootedtree/RootedTreeui.rc share/config.kcfg/rocs.kcfg share/config/rocs.knsrc share/doc/HTML/en/rocs/common +share/doc/HTML/en/rocs/document-selector.png +share/doc/HTML/en/rocs/hi22-action-rocsadddata.png +share/doc/HTML/en/rocs/hi22-action-rocsaddedge.png share/doc/HTML/en/rocs/hi22-action-rocsalignbottom.png share/doc/HTML/en/rocs/hi22-action-rocsaligncircle.png share/doc/HTML/en/rocs/hi22-action-rocsalignhmiddle.png @@ -113,6 +119,12 @@ share/doc/HTML/en/rocs/hi22-action-rocsalignright.png share/doc/HTML/en/rocs/hi22-action-rocsaligntop.png share/doc/HTML/en/rocs/hi22-action-rocsaligntree.png share/doc/HTML/en/rocs/hi22-action-rocsalignvmiddle.png +share/doc/HTML/en/rocs/hi22-action-rocsdelete.png +share/doc/HTML/en/rocs/hi22-action-rocsdeletedata.png +share/doc/HTML/en/rocs/hi22-action-rocsnew.png +share/doc/HTML/en/rocs/hi22-action-rocsproperties.png +share/doc/HTML/en/rocs/hi22-action-rocsselectmove.png +share/doc/HTML/en/rocs/hi22-action-rocszoom.png share/doc/HTML/en/rocs/index.cache.bz2 share/doc/HTML/en/rocs/index.docbook share/doc/HTML/en/rocs/rocs-control-engine-debug.png @@ -123,17 +135,19 @@ share/doc/HTML/en/rocs/rocs-interfaces.png share/doc/HTML/en/rocs/rocs-screenshot.png share/doc/HTML/en/rocs/rocs-toolbar-alignment.png share/doc/HTML/en/rocs/rocs-toolbar-main.png -share/kde4/services/rocs_GMLParser.desktop share/kde4/services/rocs_GraphStructure.desktop share/kde4/services/rocs_ListStructure.desktop share/kde4/services/rocs_RootedTreeStructure.desktop share/kde4/services/rocs_assignvaluesplugin.desktop -share/kde4/services/rocs_dotFilePlugin.desktop +share/kde4/services/rocs_dotfileformatplugin.desktop share/kde4/services/rocs_generategraphplugin.desktop -share/kde4/services/rocs_plaintxtplugin.desktop +share/kde4/services/rocs_gmlfileformatplugin.desktop +share/kde4/services/rocs_kmlfileformatplugin.desktop +share/kde4/services/rocs_tgffileformatplugin.desktop +share/kde4/services/rocs_tikzfileformatplugin.desktop share/kde4/services/rocs_transformedgesplugin.desktop share/kde4/servicetypes/RocsDataStructurePlugin.desktop -share/kde4/servicetypes/RocsFilePlugin.desktop +share/kde4/servicetypes/RocsGraphFilePlugin.desktop share/kde4/servicetypes/RocsToolsPlugin.desktop @dirrm share/doc/HTML/en/rocs @dirrm share/apps/rocs_rootedtree @@ -141,12 +155,15 @@ share/kde4/servicetypes/RocsToolsPlugin.desktop @dirrm share/apps/rocs/icons/hicolor/scalable @dirrm share/apps/rocs/icons/hicolor/64x64/actions @dirrm share/apps/rocs/icons/hicolor/64x64 +@dirrm share/apps/rocs/icons/hicolor/48x48/apps @dirrm share/apps/rocs/icons/hicolor/48x48/actions @dirrm share/apps/rocs/icons/hicolor/48x48 +@dirrm share/apps/rocs/icons/hicolor/32x32/apps @dirrm share/apps/rocs/icons/hicolor/32x32/actions @dirrm share/apps/rocs/icons/hicolor/32x32 @dirrm share/apps/rocs/icons/hicolor/22x22/actions @dirrm share/apps/rocs/icons/hicolor/22x22 +@dirrm share/apps/rocs/icons/hicolor/16x16/apps @dirrm share/apps/rocs/icons/hicolor/16x16/actions @dirrm share/apps/rocs/icons/hicolor/16x16 @dirrm share/apps/rocs/icons/hicolor diff --git a/misc/Makefile b/misc/Makefile index 5eb6e49c6b54..f675379aad46 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -288,6 +288,7 @@ SUBDIR += kde4-l10n-mai SUBDIR += kde4-l10n-mk SUBDIR += kde4-l10n-ml + SUBDIR += kde4-l10n-mr SUBDIR += kde4-l10n-nb SUBDIR += kde4-l10n-nds SUBDIR += kde4-l10n-nl diff --git a/misc/kde4-l10n-bg/Makefile b/misc/kde4-l10n-bg/Makefile index 0afca63a7760..feae4f364bc4 100644 --- a/misc/kde4-l10n-bg/Makefile +++ b/misc/kde4-l10n-bg/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Bulgarian messages and documentation for KDE4 +COMMENT= Bulgarian messages and documentation for KDE SC 4 KDE4_L10N= bg diff --git a/misc/kde4-l10n-bg/distinfo b/misc/kde4-l10n-bg/distinfo index 2f8822f6b69e..e739f0a037de 100644 --- a/misc/kde4-l10n-bg/distinfo +++ b/misc/kde4-l10n-bg/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-bg-4.9.5.tar.xz) = 4f80dc758e290b7d8c1abc45bd2bd412bdf2d94ad91686c45e605c9e77ee0545 -SIZE (KDE/kde-l10n/kde-l10n-bg-4.9.5.tar.xz) = 1994752 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-bg-4.10.1.tar.xz) = 0d28761586d164edb792ae7bda237a9251ed57b80b37563e10bc1410f5b20482 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-bg-4.10.1.tar.xz) = 2017424 diff --git a/misc/kde4-l10n-bg/pkg-plist b/misc/kde4-l10n-bg/pkg-plist index 5ef13a7cf822..7c7f0b231e08 100644 --- a/misc/kde4-l10n-bg/pkg-plist +++ b/misc/kde4-l10n-bg/pkg-plist @@ -90,7 +90,6 @@ share/locale/bg/LC_MESSAGES/kcm_memory.mo share/locale/bg/LC_MESSAGES/kcm_nepomuk.mo share/locale/bg/LC_MESSAGES/kcm_pci.mo share/locale/bg/LC_MESSAGES/kcm_phonon.mo -share/locale/bg/LC_MESSAGES/kcm_phononxine.mo share/locale/bg/LC_MESSAGES/kcm_platform.mo share/locale/bg/LC_MESSAGES/kcm_solid.mo share/locale/bg/LC_MESSAGES/kcm_solid_actions.mo @@ -228,6 +227,7 @@ share/locale/bg/LC_MESSAGES/kio_sieve.mo share/locale/bg/LC_MESSAGES/kio_smb.mo share/locale/bg/LC_MESSAGES/kio_smtp.mo share/locale/bg/LC_MESSAGES/kio_svn.mo +share/locale/bg/LC_MESSAGES/kio_tags.mo share/locale/bg/LC_MESSAGES/kio_thumbnail.mo share/locale/bg/LC_MESSAGES/kio_timeline.mo share/locale/bg/LC_MESSAGES/kio_trash.mo @@ -403,6 +403,7 @@ share/locale/bg/LC_MESSAGES/okular_xps.mo share/locale/bg/LC_MESSAGES/parley.mo share/locale/bg/LC_MESSAGES/phonon_gstreamer.mo share/locale/bg/LC_MESSAGES/phonon_kde.mo +share/locale/bg/LC_MESSAGES/phonon_vlc.mo share/locale/bg/LC_MESSAGES/phononserver.mo share/locale/bg/LC_MESSAGES/plasma-desktop.mo share/locale/bg/LC_MESSAGES/plasma-netbook.mo @@ -466,16 +467,13 @@ share/locale/bg/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/bg/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/bg/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/bg/LC_MESSAGES/plasma_wallpaper_color.mo -share/locale/bg/LC_MESSAGES/plasmaengineexplorer.mo share/locale/bg/LC_MESSAGES/plasmagenericshell.mo share/locale/bg/LC_MESSAGES/plasmapkg.mo -share/locale/bg/LC_MESSAGES/plasmoidviewer.mo share/locale/bg/LC_MESSAGES/powerdevil.mo share/locale/bg/LC_MESSAGES/processcore.mo share/locale/bg/LC_MESSAGES/processui.mo share/locale/bg/LC_MESSAGES/randrmonitor.mo share/locale/bg/LC_MESSAGES/rellinks.mo -share/locale/bg/LC_MESSAGES/remote-widgets-browser.mo share/locale/bg/LC_MESSAGES/searchbarplugin.mo share/locale/bg/LC_MESSAGES/solid-hardware.mo share/locale/bg/LC_MESSAGES/solid_qt.mo @@ -487,7 +485,6 @@ share/locale/bg/LC_MESSAGES/strigila_diff.mo share/locale/bg/LC_MESSAGES/superkaramba.mo share/locale/bg/LC_MESSAGES/svgpart.mo share/locale/bg/LC_MESSAGES/sweeper.mo -share/locale/bg/LC_MESSAGES/system-config-printer-kde.mo share/locale/bg/LC_MESSAGES/systemsettings.mo share/locale/bg/LC_MESSAGES/timezones4.mo share/locale/bg/LC_MESSAGES/uachangerplugin.mo diff --git a/misc/kde4-l10n-bs/Makefile b/misc/kde4-l10n-bs/Makefile index 120db49d810d..768dc9a63b17 100644 --- a/misc/kde4-l10n-bs/Makefile +++ b/misc/kde4-l10n-bs/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Bosnian messages and documentation for KDE4 +COMMENT= Bosnian messages and documentation for KDE SC 4 KDE4_L10N= bs diff --git a/misc/kde4-l10n-bs/distinfo b/misc/kde4-l10n-bs/distinfo index e94a04809af5..2df473e6efa1 100644 --- a/misc/kde4-l10n-bs/distinfo +++ b/misc/kde4-l10n-bs/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-bs-4.9.5.tar.xz) = 805c5e3bc640db7ae41f05136a2cf3387a038dccae806ebfb7e0a350329f7c30 -SIZE (KDE/kde-l10n/kde-l10n-bs-4.9.5.tar.xz) = 2268228 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-bs-4.10.1.tar.xz) = fe6e9053cfbe1bdfb7f9d8bf3d99d6590a79319fd7862c028239d4b64759c4f5 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-bs-4.10.1.tar.xz) = 2298324 diff --git a/misc/kde4-l10n-bs/pkg-plist b/misc/kde4-l10n-bs/pkg-plist index c76a3defdfa4..079cd805b081 100644 --- a/misc/kde4-l10n-bs/pkg-plist +++ b/misc/kde4-l10n-bs/pkg-plist @@ -5,12 +5,18 @@ share/locale/bs/LC_MESSAGES/accountwizard_kolab.mo share/locale/bs/LC_MESSAGES/accountwizard_mailbox.mo share/locale/bs/LC_MESSAGES/accountwizard_maildir.mo share/locale/bs/LC_MESSAGES/accountwizard_pop3.mo +share/locale/bs/LC_MESSAGES/accountwizard_tine20.mo +share/locale/bs/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/bs/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/bs/LC_MESSAGES/adblock.mo share/locale/bs/LC_MESSAGES/akonadi-filestore.mo +share/locale/bs/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/bs/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/bs/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/bs/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/bs/LC_MESSAGES/akonadi_google_resource.mo share/locale/bs/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/bs/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/bs/LC_MESSAGES/akonadi_imap_resource.mo share/locale/bs/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/bs/LC_MESSAGES/akonadi_kabc_resource.mo @@ -23,11 +29,12 @@ share/locale/bs/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/bs/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/bs/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/bs/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/bs/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/bs/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/bs/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/bs/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/bs/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/bs/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/bs/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/bs/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/bs/LC_MESSAGES/akonadi_next.mo share/locale/bs/LC_MESSAGES/akonadi_nntp_resource.mo @@ -39,10 +46,12 @@ share/locale/bs/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/bs/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/bs/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/bs/LC_MESSAGES/akonadicontact.mo +share/locale/bs/LC_MESSAGES/akonadinotes.mo share/locale/bs/LC_MESSAGES/akonaditray.mo share/locale/bs/LC_MESSAGES/akregator.mo share/locale/bs/LC_MESSAGES/akregator_konqplugin.mo share/locale/bs/LC_MESSAGES/amor.mo +share/locale/bs/LC_MESSAGES/analitza.mo share/locale/bs/LC_MESSAGES/ark.mo share/locale/bs/LC_MESSAGES/attica_kde.mo share/locale/bs/LC_MESSAGES/audiocd_encoder_lame.mo @@ -67,7 +76,9 @@ share/locale/bs/LC_MESSAGES/dragonplayer.mo share/locale/bs/LC_MESSAGES/drkonqi.mo share/locale/bs/LC_MESSAGES/filelight.mo share/locale/bs/LC_MESSAGES/filetypes.mo +share/locale/bs/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/bs/LC_MESSAGES/fileviewgitplugin.mo +share/locale/bs/LC_MESSAGES/fileviewhgplugin.mo share/locale/bs/LC_MESSAGES/fileviewsvnplugin.mo share/locale/bs/LC_MESSAGES/freespacenotifier.mo share/locale/bs/LC_MESSAGES/fsview.mo @@ -76,6 +87,7 @@ share/locale/bs/LC_MESSAGES/gwenview.mo share/locale/bs/LC_MESSAGES/htmlsearch.mo share/locale/bs/LC_MESSAGES/imagerename_plugin.mo share/locale/bs/LC_MESSAGES/imgalleryplugin.mo +share/locale/bs/LC_MESSAGES/importwizard.mo share/locale/bs/LC_MESSAGES/jovie.mo share/locale/bs/LC_MESSAGES/joystick.mo share/locale/bs/LC_MESSAGES/juk.mo @@ -90,6 +102,7 @@ share/locale/bs/LC_MESSAGES/kabcformat_binary.mo share/locale/bs/LC_MESSAGES/kaccess.mo share/locale/bs/LC_MESSAGES/kaccessibleapp.mo share/locale/bs/LC_MESSAGES/kactivitymanagerd.mo +share/locale/bs/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/bs/LC_MESSAGES/kaddressbook-mobile.mo share/locale/bs/LC_MESSAGES/kaddressbook.mo share/locale/bs/LC_MESSAGES/kaddressbookmigrator.mo @@ -97,6 +110,7 @@ share/locale/bs/LC_MESSAGES/kajongg.mo share/locale/bs/LC_MESSAGES/kalarm.mo share/locale/bs/LC_MESSAGES/kalgebra.mo share/locale/bs/LC_MESSAGES/kalzium.mo +share/locale/bs/LC_MESSAGES/kanagram-harmattan.mo share/locale/bs/LC_MESSAGES/kanagram.mo share/locale/bs/LC_MESSAGES/kapman.mo share/locale/bs/LC_MESSAGES/kapptemplate.mo @@ -105,7 +119,6 @@ share/locale/bs/LC_MESSAGES/kate.mo share/locale/bs/LC_MESSAGES/kate_kttsd.mo share/locale/bs/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/bs/LC_MESSAGES/katebuild-plugin.mo -share/locale/bs/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/bs/LC_MESSAGES/katefilebrowserplugin.mo share/locale/bs/LC_MESSAGES/katefiletemplates.mo share/locale/bs/LC_MESSAGES/kategdbplugin.mo @@ -114,9 +127,10 @@ share/locale/bs/LC_MESSAGES/katekonsoleplugin.mo share/locale/bs/LC_MESSAGES/katemailfilesplugin.mo share/locale/bs/LC_MESSAGES/kateopenheader.mo share/locale/bs/LC_MESSAGES/katepart4.mo -share/locale/bs/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/bs/LC_MESSAGES/kateproject.mo share/locale/bs/LC_MESSAGES/katesearch.mo share/locale/bs/LC_MESSAGES/katesnippets_tng.mo +share/locale/bs/LC_MESSAGES/katesnippetsplugin.mo share/locale/bs/LC_MESSAGES/katesql.mo share/locale/bs/LC_MESSAGES/katesymbolviewer.mo share/locale/bs/LC_MESSAGES/katetabbarextension.mo @@ -138,6 +152,8 @@ share/locale/bs/LC_MESSAGES/kcal_akonadi.mo share/locale/bs/LC_MESSAGES/kcalc.mo share/locale/bs/LC_MESSAGES/kcertpart.mo share/locale/bs/LC_MESSAGES/kcharselect.mo +share/locale/bs/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/bs/LC_MESSAGES/kcm_activities.mo share/locale/bs/LC_MESSAGES/kcm_akonadi.mo share/locale/bs/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/bs/LC_MESSAGES/kcm_attica.mo @@ -155,7 +171,6 @@ share/locale/bs/LC_MESSAGES/kcm_memory.mo share/locale/bs/LC_MESSAGES/kcm_nepomuk.mo share/locale/bs/LC_MESSAGES/kcm_pci.mo share/locale/bs/LC_MESSAGES/kcm_phonon.mo -share/locale/bs/LC_MESSAGES/kcm_phononxine.mo share/locale/bs/LC_MESSAGES/kcm_platform.mo share/locale/bs/LC_MESSAGES/kcm_remotecontrol.mo share/locale/bs/LC_MESSAGES/kcm_solid.mo @@ -273,6 +288,7 @@ share/locale/bs/LC_MESSAGES/kimagemapeditor.mo share/locale/bs/LC_MESSAGES/kinetd.mo share/locale/bs/LC_MESSAGES/kinfocenter.mo share/locale/bs/LC_MESSAGES/kio4.mo +share/locale/bs/LC_MESSAGES/kio_activities.mo share/locale/bs/LC_MESSAGES/kio_akonadi.mo share/locale/bs/LC_MESSAGES/kio_applications.mo share/locale/bs/LC_MESSAGES/kio_archive.mo @@ -294,18 +310,21 @@ share/locale/bs/LC_MESSAGES/kio_nfs.mo share/locale/bs/LC_MESSAGES/kio_nntp.mo share/locale/bs/LC_MESSAGES/kio_perldoc.mo share/locale/bs/LC_MESSAGES/kio_pop3.mo +share/locale/bs/LC_MESSAGES/kio_recentdocuments.mo share/locale/bs/LC_MESSAGES/kio_remote.mo share/locale/bs/LC_MESSAGES/kio_sftp.mo share/locale/bs/LC_MESSAGES/kio_sieve.mo share/locale/bs/LC_MESSAGES/kio_smb.mo share/locale/bs/LC_MESSAGES/kio_smtp.mo share/locale/bs/LC_MESSAGES/kio_svn.mo +share/locale/bs/LC_MESSAGES/kio_tags.mo share/locale/bs/LC_MESSAGES/kio_thumbnail.mo share/locale/bs/LC_MESSAGES/kio_timeline.mo share/locale/bs/LC_MESSAGES/kio_trash.mo share/locale/bs/LC_MESSAGES/kio_zeroconf.mo share/locale/bs/LC_MESSAGES/kioclient.mo share/locale/bs/LC_MESSAGES/kioexec.mo +share/locale/bs/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/bs/LC_MESSAGES/kiriki.mo share/locale/bs/LC_MESSAGES/kiten.mo share/locale/bs/LC_MESSAGES/kjots.mo @@ -341,10 +360,12 @@ share/locale/bs/LC_MESSAGES/kollision.mo share/locale/bs/LC_MESSAGES/kolourpaint.mo share/locale/bs/LC_MESSAGES/kommander.mo share/locale/bs/LC_MESSAGES/kompare.mo +share/locale/bs/LC_MESSAGES/konqprofiles.mo share/locale/bs/LC_MESSAGES/konqueror.mo share/locale/bs/LC_MESSAGES/konquest.mo share/locale/bs/LC_MESSAGES/konsole.mo share/locale/bs/LC_MESSAGES/konsolekalendar.mo +share/locale/bs/LC_MESSAGES/konsoleprofiles.mo share/locale/bs/LC_MESSAGES/kontact.mo share/locale/bs/LC_MESSAGES/kontactinterfaces.mo share/locale/bs/LC_MESSAGES/kopete.mo @@ -373,8 +394,11 @@ share/locale/bs/LC_MESSAGES/kruler.mo share/locale/bs/LC_MESSAGES/krunner.mo share/locale/bs/LC_MESSAGES/ksaneplugin.mo share/locale/bs/LC_MESSAGES/kscd.mo +share/locale/bs/LC_MESSAGES/kscreenlocker.mo +share/locale/bs/LC_MESSAGES/kscreenlocker_greet.mo share/locale/bs/LC_MESSAGES/kscreensaver.mo share/locale/bs/LC_MESSAGES/ksendemail.mo +share/locale/bs/LC_MESSAGES/ksgrd.mo share/locale/bs/LC_MESSAGES/kshellcmdplugin.mo share/locale/bs/LC_MESSAGES/kshisen.mo share/locale/bs/LC_MESSAGES/kshorturifilter.mo @@ -402,7 +426,9 @@ share/locale/bs/LC_MESSAGES/ktexteditor_plugins.mo share/locale/bs/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/bs/LC_MESSAGES/ktimer.mo share/locale/bs/LC_MESSAGES/ktimetracker.mo +share/locale/bs/LC_MESSAGES/ktnef.mo share/locale/bs/LC_MESSAGES/ktouch.mo +share/locale/bs/LC_MESSAGES/ktouchpadenabler.mo share/locale/bs/LC_MESSAGES/ktraderclient.mo share/locale/bs/LC_MESSAGES/ktron.mo share/locale/bs/LC_MESSAGES/ktuberling.mo @@ -449,6 +475,7 @@ share/locale/bs/LC_MESSAGES/libkdepimmobileui.mo share/locale/bs/LC_MESSAGES/libkexiv2.mo share/locale/bs/LC_MESSAGES/libkholidays.mo share/locale/bs/LC_MESSAGES/libkimap.mo +share/locale/bs/LC_MESSAGES/libkipi.mo share/locale/bs/LC_MESSAGES/libkldap.mo share/locale/bs/LC_MESSAGES/libkleopatra.mo share/locale/bs/LC_MESSAGES/libkmahjongg.mo @@ -478,12 +505,13 @@ share/locale/bs/LC_MESSAGES/libmessageviewer.mo share/locale/bs/LC_MESSAGES/liboktetacore.mo share/locale/bs/LC_MESSAGES/liboktetagui.mo share/locale/bs/LC_MESSAGES/liboktetakasten.mo +share/locale/bs/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/bs/LC_MESSAGES/libphonon.mo +share/locale/bs/LC_MESSAGES/libpimcommon.mo share/locale/bs/LC_MESSAGES/libplasma.mo share/locale/bs/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/bs/LC_MESSAGES/libplasmaclock.mo share/locale/bs/LC_MESSAGES/libplasmaweather.mo -share/locale/bs/LC_MESSAGES/librtm.mo share/locale/bs/LC_MESSAGES/libtaskmanager.mo share/locale/bs/LC_MESSAGES/libtemplateparser.mo share/locale/bs/LC_MESSAGES/lokalize.mo @@ -491,6 +519,8 @@ share/locale/bs/LC_MESSAGES/lskat.mo share/locale/bs/LC_MESSAGES/mailreader.mo share/locale/bs/LC_MESSAGES/marble.mo share/locale/bs/LC_MESSAGES/marble_qt.mo +share/locale/bs/LC_MESSAGES/marble_xml_mimetypes.mo +share/locale/bs/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/bs/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/bs/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/bs/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo @@ -499,12 +529,14 @@ share/locale/bs/LC_MESSAGES/minitoolsplugin.mo share/locale/bs/LC_MESSAGES/mplayerthumbs.mo share/locale/bs/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/bs/LC_MESSAGES/nepomukbackup.mo +share/locale/bs/LC_MESSAGES/nepomukcleaner.mo share/locale/bs/LC_MESSAGES/nepomukcontroller.mo share/locale/bs/LC_MESSAGES/nepomukfileindexer.mo share/locale/bs/LC_MESSAGES/nepomukqueryservice.mo share/locale/bs/LC_MESSAGES/nepomukserver.mo share/locale/bs/LC_MESSAGES/nepomukservicestub.mo share/locale/bs/LC_MESSAGES/nepomukstorage.mo +share/locale/bs/LC_MESSAGES/nepomukwidgets.mo share/locale/bs/LC_MESSAGES/newmailnotifieragent.mo share/locale/bs/LC_MESSAGES/notes-mobile.mo share/locale/bs/LC_MESSAGES/nsplugin.mo @@ -527,12 +559,17 @@ share/locale/bs/LC_MESSAGES/okular_plucker.mo share/locale/bs/LC_MESSAGES/okular_poppler.mo share/locale/bs/LC_MESSAGES/okular_tiff.mo share/locale/bs/LC_MESSAGES/okular_xps.mo +share/locale/bs/LC_MESSAGES/org.kde.active.documentviewer.mo +share/locale/bs/LC_MESSAGES/pairs.mo +share/locale/bs/LC_MESSAGES/pairseditor.mo share/locale/bs/LC_MESSAGES/palapeli.mo share/locale/bs/LC_MESSAGES/parley.mo share/locale/bs/LC_MESSAGES/phonon_gstreamer.mo share/locale/bs/LC_MESSAGES/phonon_kde.mo share/locale/bs/LC_MESSAGES/phonon_vlc.mo share/locale/bs/LC_MESSAGES/phononserver.mo +share/locale/bs/LC_MESSAGES/picmi.mo +share/locale/bs/LC_MESSAGES/pimsettingexporter.mo share/locale/bs/LC_MESSAGES/plasma-desktop.mo share/locale/bs/LC_MESSAGES/plasma-netbook.mo share/locale/bs/LC_MESSAGES/plasma-overlay.mo @@ -560,6 +597,7 @@ share/locale/bs/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/bs/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/bs/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/bs/LC_MESSAGES/plasma_applet_icon.mo +share/locale/bs/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/bs/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/bs/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/bs/LC_MESSAGES/plasma_applet_kalzium.mo @@ -581,12 +619,12 @@ share/locale/bs/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/bs/LC_MESSAGES/plasma_applet_news.mo share/locale/bs/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/bs/LC_MESSAGES/plasma_applet_notes.mo -share/locale/bs/LC_MESSAGES/plasma_applet_notifications.mo share/locale/bs/LC_MESSAGES/plasma_applet_notifier.mo share/locale/bs/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/bs/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/bs/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/bs/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/bs/LC_MESSAGES/plasma_applet_pager.mo share/locale/bs/LC_MESSAGES/plasma_applet_panel.mo @@ -595,6 +633,7 @@ share/locale/bs/LC_MESSAGES/plasma_applet_paste.mo share/locale/bs/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/bs/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/bs/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/bs/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/bs/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/bs/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/bs/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -630,6 +669,7 @@ share/locale/bs/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/bs/LC_MESSAGES/plasma_engine_keystate.mo share/locale/bs/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/bs/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/bs/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/bs/LC_MESSAGES/plasma_engine_network.mo share/locale/bs/LC_MESSAGES/plasma_engine_notifications.mo share/locale/bs/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -637,6 +677,8 @@ share/locale/bs/LC_MESSAGES/plasma_engine_rss.mo share/locale/bs/LC_MESSAGES/plasma_engine_share.mo share/locale/bs/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/bs/LC_MESSAGES/plasma_engine_weather.mo +share/locale/bs/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/bs/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/bs/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/bs/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/bs/LC_MESSAGES/plasma_runner_activities.mo @@ -654,7 +696,9 @@ share/locale/bs/LC_MESSAGES/plasma_runner_kill.mo share/locale/bs/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/bs/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/bs/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/bs/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/bs/LC_MESSAGES/plasma_runner_locations.mo +share/locale/bs/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/bs/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/bs/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/bs/LC_MESSAGES/plasma_runner_placesrunner.mo @@ -669,6 +713,7 @@ share/locale/bs/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/bs/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/bs/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/bs/LC_MESSAGES/plasma_runner_windows.mo +share/locale/bs/LC_MESSAGES/plasma_runner_youtube.mo share/locale/bs/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/bs/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/bs/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -677,23 +722,25 @@ share/locale/bs/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/bs/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/bs/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/bs/LC_MESSAGES/plasma_wallpaper_pattern.mo +share/locale/bs/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/bs/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/bs/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/bs/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/bs/LC_MESSAGES/plasmaengineexplorer.mo share/locale/bs/LC_MESSAGES/plasmagenericshell.mo share/locale/bs/LC_MESSAGES/plasmapkg.mo -share/locale/bs/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/bs/LC_MESSAGES/plasmoidviewer.mo +share/locale/bs/LC_MESSAGES/pothumbnail.mo share/locale/bs/LC_MESSAGES/powerdevil.mo +share/locale/bs/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/bs/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/bs/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/bs/LC_MESSAGES/printer-applet.mo +share/locale/bs/LC_MESSAGES/print-manager.mo share/locale/bs/LC_MESSAGES/processcore.mo share/locale/bs/LC_MESSAGES/processui.mo share/locale/bs/LC_MESSAGES/randrmonitor.mo share/locale/bs/LC_MESSAGES/rellinks.mo -share/locale/bs/LC_MESSAGES/remote-widgets-browser.mo share/locale/bs/LC_MESSAGES/rocs.mo +share/locale/bs/LC_MESSAGES/rocscore.mo +share/locale/bs/LC_MESSAGES/rocsvisualeditor.mo share/locale/bs/LC_MESSAGES/searchbarplugin.mo share/locale/bs/LC_MESSAGES/solid-hardware.mo share/locale/bs/LC_MESSAGES/solid-network.mo @@ -706,7 +753,6 @@ share/locale/bs/LC_MESSAGES/strigila_diff.mo share/locale/bs/LC_MESSAGES/superkaramba.mo share/locale/bs/LC_MESSAGES/svgpart.mo share/locale/bs/LC_MESSAGES/sweeper.mo -share/locale/bs/LC_MESSAGES/system-config-printer-kde.mo share/locale/bs/LC_MESSAGES/systemsettings.mo share/locale/bs/LC_MESSAGES/tasks-mobile.mo share/locale/bs/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-ca/Makefile b/misc/kde4-l10n-ca/Makefile index 88b25e0b955c..9bd59843dcd6 100644 --- a/misc/kde4-l10n-ca/Makefile +++ b/misc/kde4-l10n-ca/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Catalan messages and documentation for KDE4 +COMMENT= Catalan messages and documentation for KDE SC 4 KDE4_L10N= ca diff --git a/misc/kde4-l10n-ca/Makefile.man b/misc/kde4-l10n-ca/Makefile.man index de8bcbcacbdf..78d67b7cee76 100644 --- a/misc/kde4-l10n-ca/Makefile.man +++ b/misc/kde4-l10n-ca/Makefile.man @@ -34,6 +34,7 @@ MAN1+= kmplot.1 MAN1+= kross.1 MAN1+= ktouch.1 MAN1+= makekdewidgets.1 +MAN1+= okular.1 MAN1+= plasmaengineexplorer.1 MAN1+= plasmapkg.1 MAN1+= plasmoidviewer.1 diff --git a/misc/kde4-l10n-ca/distinfo b/misc/kde4-l10n-ca/distinfo index ff8436517558..37e1a7a79da1 100644 --- a/misc/kde4-l10n-ca/distinfo +++ b/misc/kde4-l10n-ca/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ca-4.9.5.tar.xz) = 56da2259872dbc51d309c0450308498948c47d6f85f8b4a7a6150f44832afcd1 -SIZE (KDE/kde-l10n/kde-l10n-ca-4.9.5.tar.xz) = 12010888 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ca-4.10.1.tar.xz) = 88ce42394d05e46947aaf310f7df219f81de10031f9761f5b0133310f3bb9e4f +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ca-4.10.1.tar.xz) = 12788340 diff --git a/misc/kde4-l10n-ca/pkg-plist b/misc/kde4-l10n-ca/pkg-plist index 079bb5d30e63..a25fb2b34cf0 100644 --- a/misc/kde4-l10n-ca/pkg-plist +++ b/misc/kde4-l10n-ca/pkg-plist @@ -1,3 +1,4 @@ +share/apps/autocorrect/ca.xml share/apps/khangman/ca.txt share/apps/ktuberling/sounds/ca.soundtheme share/apps/ktuberling/sounds/ca/Frier-Tux.ogg @@ -189,6 +190,9 @@ share/doc/HTML/ca/blogilo/toolbox-3.png share/doc/HTML/ca/bomber/common share/doc/HTML/ca/bomber/index.cache.bz2 share/doc/HTML/ca/bomber/index.docbook +share/doc/HTML/ca/cantor/common +share/doc/HTML/ca/cantor/index.cache.bz2 +share/doc/HTML/ca/cantor/index.docbook share/doc/HTML/ca/cervisia/common share/doc/HTML/ca/cervisia/index.cache.bz2 share/doc/HTML/ca/cervisia/index.docbook @@ -264,6 +268,10 @@ share/doc/HTML/ca/kalarm/editwindow-simple.png share/doc/HTML/ca/kalarm/editwindow.png share/doc/HTML/ca/kalarm/index.cache.bz2 share/doc/HTML/ca/kalarm/index.docbook +share/doc/HTML/ca/kalgebra/commands.docbook +share/doc/HTML/ca/kalgebra/common +share/doc/HTML/ca/kalgebra/index.cache.bz2 +share/doc/HTML/ca/kalgebra/index.docbook share/doc/HTML/ca/kalzium/common share/doc/HTML/ca/kalzium/gradient.png share/doc/HTML/ca/kalzium/index.cache.bz2 @@ -305,6 +313,7 @@ share/doc/HTML/ca/kanagram/helpstates.png share/doc/HTML/ca/kanagram/index.cache.bz2 share/doc/HTML/ca/kanagram/index.docbook share/doc/HTML/ca/kanagram/kanagram-hint.png +share/doc/HTML/ca/kanagram/kanagram.png share/doc/HTML/ca/kanagram/newstuff-dialog.png share/doc/HTML/ca/kanagram/newstuff-settings.png share/doc/HTML/ca/kanagram/shortcuts-settings.png @@ -329,6 +338,7 @@ share/doc/HTML/ca/kate/man-kate.1.docbook share/doc/HTML/ca/kate/mdi.docbook share/doc/HTML/ca/kate/menus.docbook share/doc/HTML/ca/kate/part.docbook +share/doc/HTML/ca/kate/plugins-part.docbook share/doc/HTML/ca/kate/plugins.docbook share/doc/HTML/ca/kate/regular-expressions.docbook share/doc/HTML/ca/kate/snippets-config.png @@ -639,6 +649,13 @@ share/doc/HTML/ca/kgeography/zoom.png share/doc/HTML/ca/kget/common share/doc/HTML/ca/kget/index.cache.bz2 share/doc/HTML/ca/kget/index.docbook +share/doc/HTML/ca/kget/kget_Network.png +share/doc/HTML/ca/kget/kget_Web_Interface.png +share/doc/HTML/ca/kget/kget_drop_target.png +share/doc/HTML/ca/kget/kget_groups.png +share/doc/HTML/ca/kget/kget_verification.png +share/doc/HTML/ca/kget/metalink0.png +share/doc/HTML/ca/kget/metalink1.png share/doc/HTML/ca/kgpg/common share/doc/HTML/ca/kgpg/index.cache.bz2 share/doc/HTML/ca/kgpg/index.docbook @@ -1080,12 +1097,17 @@ share/doc/HTML/ca/kruler/index.docbook share/doc/HTML/ca/ksnapshot/common share/doc/HTML/ca/ksnapshot/index.cache.bz2 share/doc/HTML/ca/ksnapshot/index.docbook +share/doc/HTML/ca/kstars/Add_Object_to_Session_plan.png +share/doc/HTML/ca/kstars/KStars_Neptune.png +share/doc/HTML/ca/kstars/Savin_session.png share/doc/HTML/ca/kstars/aavso.png share/doc/HTML/ca/kstars/ai-contents.docbook +share/doc/HTML/ca/kstars/alpha.png share/doc/HTML/ca/kstars/altvstime.docbook share/doc/HTML/ca/kstars/altvstime.png share/doc/HTML/ca/kstars/astroinfo.docbook share/doc/HTML/ca/kstars/blackbody.docbook +share/doc/HTML/ca/kstars/blackbody.png share/doc/HTML/ca/kstars/calc-angdist.docbook share/doc/HTML/ca/kstars/calc-angdist.png share/doc/HTML/ca/kstars/calc-apcoords.docbook @@ -1110,24 +1132,32 @@ share/doc/HTML/ca/kstars/calc-sidereal.docbook share/doc/HTML/ca/kstars/calc-sidereal.png share/doc/HTML/ca/kstars/calculator.docbook share/doc/HTML/ca/kstars/cequator.docbook +share/doc/HTML/ca/kstars/color_indices.png share/doc/HTML/ca/kstars/colorandtemp.docbook share/doc/HTML/ca/kstars/commands.docbook share/doc/HTML/ca/kstars/common share/doc/HTML/ca/kstars/config.docbook +share/doc/HTML/ca/kstars/cosmicdist.docbook share/doc/HTML/ca/kstars/cpoles.docbook share/doc/HTML/ca/kstars/credits.docbook share/doc/HTML/ca/kstars/csphere.docbook share/doc/HTML/ca/kstars/darkmatter.docbook share/doc/HTML/ca/kstars/detaildialog.png share/doc/HTML/ca/kstars/details.docbook +share/doc/HTML/ca/kstars/devicemanager.png share/doc/HTML/ca/kstars/dumpmode.docbook share/doc/HTML/ca/kstars/ecliptic.docbook share/doc/HTML/ca/kstars/ellipticalgalaxies.docbook +share/doc/HTML/ca/kstars/epoch.docbook share/doc/HTML/ca/kstars/equinox.docbook share/doc/HTML/ca/kstars/faq.docbook share/doc/HTML/ca/kstars/find.png +share/doc/HTML/ca/kstars/fitsarea.png share/doc/HTML/ca/kstars/fitsviewer.docbook share/doc/HTML/ca/kstars/flux.docbook +share/doc/HTML/ca/kstars/flux.png +share/doc/HTML/ca/kstars/flux1.png +share/doc/HTML/ca/kstars/flux2.png share/doc/HTML/ca/kstars/fovdialog.png share/doc/HTML/ca/kstars/geocoords.docbook share/doc/HTML/ca/kstars/geolocator.png @@ -1137,30 +1167,45 @@ share/doc/HTML/ca/kstars/hourangle.docbook share/doc/HTML/ca/kstars/index.cache.bz2 share/doc/HTML/ca/kstars/index.docbook share/doc/HTML/ca/kstars/indi.docbook +share/doc/HTML/ca/kstars/indicapture.png +share/doc/HTML/ca/kstars/indiclient.png +share/doc/HTML/ca/kstars/indicontrolpanel.png share/doc/HTML/ca/kstars/install.docbook share/doc/HTML/ca/kstars/jmoons.docbook share/doc/HTML/ca/kstars/jmoons.png share/doc/HTML/ca/kstars/julianday.docbook +share/doc/HTML/ca/kstars/kepler2nd.png +share/doc/HTML/ca/kstars/kepler3d.png +share/doc/HTML/ca/kstars/lambda_ex.png +share/doc/HTML/ca/kstars/lambda_max.png share/doc/HTML/ca/kstars/leapyear.docbook +share/doc/HTML/ca/kstars/lightcurve.png share/doc/HTML/ca/kstars/lightcurves.docbook share/doc/HTML/ca/kstars/luminosity.docbook +share/doc/HTML/ca/kstars/luminosity.png +share/doc/HTML/ca/kstars/luminosity_ex.png share/doc/HTML/ca/kstars/magnitude.docbook share/doc/HTML/ca/kstars/meridian.docbook share/doc/HTML/ca/kstars/newfov.png -share/doc/HTML/ca/kstars/observinglist.docbook -share/doc/HTML/ca/kstars/observinglist.png +share/doc/HTML/ca/kstars/obsplanner.docbook share/doc/HTML/ca/kstars/parallax.docbook +share/doc/HTML/ca/kstars/popup.png share/doc/HTML/ca/kstars/precession.docbook share/doc/HTML/ca/kstars/quicktour.docbook share/doc/HTML/ca/kstars/retrograde.docbook +share/doc/HTML/ca/kstars/screen1.png share/doc/HTML/ca/kstars/scriptbuilder.docbook share/doc/HTML/ca/kstars/scriptbuilder.png +share/doc/HTML/ca/kstars/sds.png share/doc/HTML/ca/kstars/sidereal.docbook share/doc/HTML/ca/kstars/skycoords.docbook +share/doc/HTML/ca/kstars/skymapdevice.png share/doc/HTML/ca/kstars/solarsys.docbook share/doc/HTML/ca/kstars/solarsystem.png share/doc/HTML/ca/kstars/spiralgalaxies.docbook +share/doc/HTML/ca/kstars/star_colors.png share/doc/HTML/ca/kstars/stars.docbook +share/doc/HTML/ca/kstars/telescopes.docbook share/doc/HTML/ca/kstars/timezones.docbook share/doc/HTML/ca/kstars/tools.docbook share/doc/HTML/ca/kstars/utime.docbook @@ -1192,18 +1237,10 @@ share/doc/HTML/ca/ktimetracker/index.docbook share/doc/HTML/ca/ktnef/common share/doc/HTML/ca/ktnef/index.cache.bz2 share/doc/HTML/ca/ktnef/index.docbook -share/doc/HTML/ca/ktouch/color_options.png share/doc/HTML/ca/ktouch/common -share/doc/HTML/ca/ktouch/general_options.png share/doc/HTML/ca/ktouch/index.cache.bz2 share/doc/HTML/ca/ktouch/index.docbook -share/doc/HTML/ca/ktouch/keyboard_options.png -share/doc/HTML/ca/ktouch/main_screen_default_color.png -share/doc/HTML/ca/ktouch/main_window_german.png share/doc/HTML/ca/ktouch/man-ktouch.1.docbook -share/doc/HTML/ca/ktouch/statistics_dialog.png -share/doc/HTML/ca/ktouch/statistics_dialog_chart.png -share/doc/HTML/ca/ktouch/training_options.png share/doc/HTML/ca/kturtle/common share/doc/HTML/ca/kturtle/getting-started.docbook share/doc/HTML/ca/kturtle/glossary.docbook @@ -1252,6 +1289,7 @@ share/doc/HTML/ca/okular/configure.png share/doc/HTML/ca/okular/index.cache.bz2 share/doc/HTML/ca/okular/index.docbook share/doc/HTML/ca/okular/mainwindow.png +share/doc/HTML/ca/okular/man-okular.1.docbook share/doc/HTML/ca/okular/presentation.png share/doc/HTML/ca/okular/rating.png share/doc/HTML/ca/onlinehelp/common @@ -1264,18 +1302,12 @@ share/doc/HTML/ca/plasma-desktop/common share/doc/HTML/ca/plasma-desktop/index.cache.bz2 share/doc/HTML/ca/plasma-desktop/index.docbook share/doc/HTML/ca/plasma-desktop/taskbar-settings.png -share/doc/HTML/ca/printer-applet/common -share/doc/HTML/ca/printer-applet/index.cache.bz2 -share/doc/HTML/ca/printer-applet/index.docbook share/doc/HTML/ca/sonnet/common share/doc/HTML/ca/sonnet/index.cache.bz2 share/doc/HTML/ca/sonnet/index.docbook share/doc/HTML/ca/sweeper/common share/doc/HTML/ca/sweeper/index.cache.bz2 share/doc/HTML/ca/sweeper/index.docbook -share/doc/HTML/ca/system-config-printer-kde/common -share/doc/HTML/ca/system-config-printer-kde/index.cache.bz2 -share/doc/HTML/ca/system-config-printer-kde/index.docbook share/doc/HTML/ca/systemsettings/common share/doc/HTML/ca/systemsettings/index.cache.bz2 share/doc/HTML/ca/systemsettings/index.docbook @@ -1297,6 +1329,8 @@ share/locale/ca/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ca/LC_MESSAGES/accountwizard_maildir.mo share/locale/ca/LC_MESSAGES/accountwizard_pop3.mo share/locale/ca/LC_MESSAGES/accountwizard_tine20.mo +share/locale/ca/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/ca/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/ca/LC_MESSAGES/adblock.mo share/locale/ca/LC_MESSAGES/akonadi-filestore.mo share/locale/ca/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -1305,6 +1339,7 @@ share/locale/ca/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ca/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ca/LC_MESSAGES/akonadi_google_resource.mo share/locale/ca/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/ca/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/ca/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ca/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/ca/LC_MESSAGES/akonadi_kabc_resource.mo @@ -1322,7 +1357,7 @@ share/locale/ca/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ca/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ca/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ca/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/ca/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ca/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ca/LC_MESSAGES/akonadi_next.mo share/locale/ca/LC_MESSAGES/akonadi_nntp_resource.mo @@ -1347,7 +1382,6 @@ share/locale/ca/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ca/LC_MESSAGES/audiorename_plugin.mo share/locale/ca/LC_MESSAGES/autorefresh.mo share/locale/ca/LC_MESSAGES/babelfish.mo -share/locale/ca/LC_MESSAGES/backupmail.mo share/locale/ca/LC_MESSAGES/blinken.mo share/locale/ca/LC_MESSAGES/blogilo.mo share/locale/ca/LC_MESSAGES/bomber.mo @@ -1408,7 +1442,6 @@ share/locale/ca/LC_MESSAGES/kate.mo share/locale/ca/LC_MESSAGES/kate_kttsd.mo share/locale/ca/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ca/LC_MESSAGES/katebuild-plugin.mo -share/locale/ca/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/ca/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ca/LC_MESSAGES/katefiletemplates.mo share/locale/ca/LC_MESSAGES/kategdbplugin.mo @@ -1417,9 +1450,10 @@ share/locale/ca/LC_MESSAGES/katekonsoleplugin.mo share/locale/ca/LC_MESSAGES/katemailfilesplugin.mo share/locale/ca/LC_MESSAGES/kateopenheader.mo share/locale/ca/LC_MESSAGES/katepart4.mo -share/locale/ca/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/ca/LC_MESSAGES/kateproject.mo share/locale/ca/LC_MESSAGES/katesearch.mo share/locale/ca/LC_MESSAGES/katesnippets_tng.mo +share/locale/ca/LC_MESSAGES/katesnippetsplugin.mo share/locale/ca/LC_MESSAGES/katesql.mo share/locale/ca/LC_MESSAGES/katesymbolviewer.mo share/locale/ca/LC_MESSAGES/katetabbarextension.mo @@ -1442,6 +1476,7 @@ share/locale/ca/LC_MESSAGES/kcalc.mo share/locale/ca/LC_MESSAGES/kcertpart.mo share/locale/ca/LC_MESSAGES/kcharselect.mo share/locale/ca/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ca/LC_MESSAGES/kcm_activities.mo share/locale/ca/LC_MESSAGES/kcm_akonadi.mo share/locale/ca/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ca/LC_MESSAGES/kcm_attica.mo @@ -1459,7 +1494,6 @@ share/locale/ca/LC_MESSAGES/kcm_memory.mo share/locale/ca/LC_MESSAGES/kcm_nepomuk.mo share/locale/ca/LC_MESSAGES/kcm_pci.mo share/locale/ca/LC_MESSAGES/kcm_phonon.mo -share/locale/ca/LC_MESSAGES/kcm_phononxine.mo share/locale/ca/LC_MESSAGES/kcm_platform.mo share/locale/ca/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ca/LC_MESSAGES/kcm_solid.mo @@ -1606,12 +1640,14 @@ share/locale/ca/LC_MESSAGES/kio_sieve.mo share/locale/ca/LC_MESSAGES/kio_smb.mo share/locale/ca/LC_MESSAGES/kio_smtp.mo share/locale/ca/LC_MESSAGES/kio_svn.mo +share/locale/ca/LC_MESSAGES/kio_tags.mo share/locale/ca/LC_MESSAGES/kio_thumbnail.mo share/locale/ca/LC_MESSAGES/kio_timeline.mo share/locale/ca/LC_MESSAGES/kio_trash.mo share/locale/ca/LC_MESSAGES/kio_zeroconf.mo share/locale/ca/LC_MESSAGES/kioclient.mo share/locale/ca/LC_MESSAGES/kioexec.mo +share/locale/ca/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/ca/LC_MESSAGES/kiriki.mo share/locale/ca/LC_MESSAGES/kiten.mo share/locale/ca/LC_MESSAGES/kjots.mo @@ -1681,8 +1717,11 @@ share/locale/ca/LC_MESSAGES/kruler.mo share/locale/ca/LC_MESSAGES/krunner.mo share/locale/ca/LC_MESSAGES/ksaneplugin.mo share/locale/ca/LC_MESSAGES/kscd.mo +share/locale/ca/LC_MESSAGES/kscreenlocker.mo +share/locale/ca/LC_MESSAGES/kscreenlocker_greet.mo share/locale/ca/LC_MESSAGES/kscreensaver.mo share/locale/ca/LC_MESSAGES/ksendemail.mo +share/locale/ca/LC_MESSAGES/ksgrd.mo share/locale/ca/LC_MESSAGES/kshellcmdplugin.mo share/locale/ca/LC_MESSAGES/kshisen.mo share/locale/ca/LC_MESSAGES/kshorturifilter.mo @@ -1712,6 +1751,7 @@ share/locale/ca/LC_MESSAGES/ktimer.mo share/locale/ca/LC_MESSAGES/ktimetracker.mo share/locale/ca/LC_MESSAGES/ktnef.mo share/locale/ca/LC_MESSAGES/ktouch.mo +share/locale/ca/LC_MESSAGES/ktouchpadenabler.mo share/locale/ca/LC_MESSAGES/ktraderclient.mo share/locale/ca/LC_MESSAGES/ktron.mo share/locale/ca/LC_MESSAGES/ktuberling.mo @@ -1758,6 +1798,7 @@ share/locale/ca/LC_MESSAGES/libkdepimmobileui.mo share/locale/ca/LC_MESSAGES/libkexiv2.mo share/locale/ca/LC_MESSAGES/libkholidays.mo share/locale/ca/LC_MESSAGES/libkimap.mo +share/locale/ca/LC_MESSAGES/libkipi.mo share/locale/ca/LC_MESSAGES/libkldap.mo share/locale/ca/LC_MESSAGES/libkleopatra.mo share/locale/ca/LC_MESSAGES/libkmahjongg.mo @@ -1789,11 +1830,11 @@ share/locale/ca/LC_MESSAGES/liboktetagui.mo share/locale/ca/LC_MESSAGES/liboktetakasten.mo share/locale/ca/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ca/LC_MESSAGES/libphonon.mo +share/locale/ca/LC_MESSAGES/libpimcommon.mo share/locale/ca/LC_MESSAGES/libplasma.mo share/locale/ca/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ca/LC_MESSAGES/libplasmaclock.mo share/locale/ca/LC_MESSAGES/libplasmaweather.mo -share/locale/ca/LC_MESSAGES/librtm.mo share/locale/ca/LC_MESSAGES/libtaskmanager.mo share/locale/ca/LC_MESSAGES/libtemplateparser.mo share/locale/ca/LC_MESSAGES/lokalize.mo @@ -1801,6 +1842,7 @@ share/locale/ca/LC_MESSAGES/lskat.mo share/locale/ca/LC_MESSAGES/mailreader.mo share/locale/ca/LC_MESSAGES/marble.mo share/locale/ca/LC_MESSAGES/marble_qt.mo +share/locale/ca/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/ca/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/ca/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ca/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -1810,12 +1852,15 @@ share/locale/ca/LC_MESSAGES/minitoolsplugin.mo share/locale/ca/LC_MESSAGES/mplayerthumbs.mo share/locale/ca/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ca/LC_MESSAGES/nepomukbackup.mo +share/locale/ca/LC_MESSAGES/nepomukcleaner.mo share/locale/ca/LC_MESSAGES/nepomukcontroller.mo share/locale/ca/LC_MESSAGES/nepomukfileindexer.mo +share/locale/ca/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/ca/LC_MESSAGES/nepomukqueryservice.mo share/locale/ca/LC_MESSAGES/nepomukserver.mo share/locale/ca/LC_MESSAGES/nepomukservicestub.mo share/locale/ca/LC_MESSAGES/nepomukstorage.mo +share/locale/ca/LC_MESSAGES/nepomukwidgets.mo share/locale/ca/LC_MESSAGES/newmailnotifieragent.mo share/locale/ca/LC_MESSAGES/notes-mobile.mo share/locale/ca/LC_MESSAGES/nsplugin.mo @@ -1838,13 +1883,16 @@ share/locale/ca/LC_MESSAGES/okular_plucker.mo share/locale/ca/LC_MESSAGES/okular_poppler.mo share/locale/ca/LC_MESSAGES/okular_tiff.mo share/locale/ca/LC_MESSAGES/okular_xps.mo +share/locale/ca/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/ca/LC_MESSAGES/pairs.mo +share/locale/ca/LC_MESSAGES/pairseditor.mo share/locale/ca/LC_MESSAGES/palapeli.mo share/locale/ca/LC_MESSAGES/parley.mo share/locale/ca/LC_MESSAGES/phonon_gstreamer.mo share/locale/ca/LC_MESSAGES/phonon_kde.mo share/locale/ca/LC_MESSAGES/phonon_vlc.mo share/locale/ca/LC_MESSAGES/phononserver.mo +share/locale/ca/LC_MESSAGES/pimsettingexporter.mo share/locale/ca/LC_MESSAGES/plasma-desktop.mo share/locale/ca/LC_MESSAGES/plasma-netbook.mo share/locale/ca/LC_MESSAGES/plasma-overlay.mo @@ -1894,12 +1942,12 @@ share/locale/ca/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ca/LC_MESSAGES/plasma_applet_news.mo share/locale/ca/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ca/LC_MESSAGES/plasma_applet_notes.mo -share/locale/ca/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ca/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ca/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ca/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ca/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ca/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ca/LC_MESSAGES/plasma_applet_pager.mo share/locale/ca/LC_MESSAGES/plasma_applet_panel.mo @@ -1908,6 +1956,7 @@ share/locale/ca/LC_MESSAGES/plasma_applet_paste.mo share/locale/ca/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/ca/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/ca/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ca/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/ca/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/ca/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ca/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -1970,6 +2019,7 @@ share/locale/ca/LC_MESSAGES/plasma_runner_kill.mo share/locale/ca/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ca/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ca/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ca/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/ca/LC_MESSAGES/plasma_runner_locations.mo share/locale/ca/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -1997,24 +2047,23 @@ share/locale/ca/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ca/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ca/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/ca/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/ca/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/ca/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/ca/LC_MESSAGES/plasmaengineexplorer.mo share/locale/ca/LC_MESSAGES/plasmagenericshell.mo share/locale/ca/LC_MESSAGES/plasmapkg.mo -share/locale/ca/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/ca/LC_MESSAGES/plasmoidviewer.mo share/locale/ca/LC_MESSAGES/pothumbnail.mo share/locale/ca/LC_MESSAGES/powerdevil.mo share/locale/ca/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ca/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ca/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/ca/LC_MESSAGES/printer-applet.mo +share/locale/ca/LC_MESSAGES/print-manager.mo share/locale/ca/LC_MESSAGES/processcore.mo share/locale/ca/LC_MESSAGES/processui.mo share/locale/ca/LC_MESSAGES/randrmonitor.mo share/locale/ca/LC_MESSAGES/rellinks.mo -share/locale/ca/LC_MESSAGES/remote-widgets-browser.mo share/locale/ca/LC_MESSAGES/rocs.mo +share/locale/ca/LC_MESSAGES/rocscore.mo +share/locale/ca/LC_MESSAGES/rocsvisualeditor.mo share/locale/ca/LC_MESSAGES/searchbarplugin.mo share/locale/ca/LC_MESSAGES/solid-hardware.mo share/locale/ca/LC_MESSAGES/solid-network.mo @@ -2027,7 +2076,6 @@ share/locale/ca/LC_MESSAGES/strigila_diff.mo share/locale/ca/LC_MESSAGES/superkaramba.mo share/locale/ca/LC_MESSAGES/svgpart.mo share/locale/ca/LC_MESSAGES/sweeper.mo -share/locale/ca/LC_MESSAGES/system-config-printer-kde.mo share/locale/ca/LC_MESSAGES/systemsettings.mo share/locale/ca/LC_MESSAGES/tasks-mobile.mo share/locale/ca/LC_MESSAGES/timezones4.mo @@ -2043,10 +2091,8 @@ share/locale/ca/entry.desktop @dirrm share/locale/ca/LC_SCRIPTS @dirrm share/doc/HTML/ca/umbrello @dirrm share/doc/HTML/ca/systemsettings -@dirrm share/doc/HTML/ca/system-config-printer-kde @dirrm share/doc/HTML/ca/sweeper @dirrm share/doc/HTML/ca/sonnet -@dirrm share/doc/HTML/ca/printer-applet @dirrm share/doc/HTML/ca/plasma-desktop @dirrm share/doc/HTML/ca/parley @dirrm share/doc/HTML/ca/onlinehelp @@ -2229,6 +2275,7 @@ share/locale/ca/entry.desktop @dirrm share/doc/HTML/ca/kapptemplate @dirrm share/doc/HTML/ca/kanagram @dirrm share/doc/HTML/ca/kalzium +@dirrm share/doc/HTML/ca/kalgebra @dirrm share/doc/HTML/ca/kalarm @dirrm share/doc/HTML/ca/kabcclient @dirrm share/doc/HTML/ca/juk @@ -2239,6 +2286,7 @@ share/locale/ca/entry.desktop @dirrm share/doc/HTML/ca/dolphin @dirrm share/doc/HTML/ca/common @dirrm share/doc/HTML/ca/cervisia +@dirrm share/doc/HTML/ca/cantor @dirrm share/doc/HTML/ca/bomber @dirrm share/doc/HTML/ca/blogilo @dirrm share/doc/HTML/ca/blinken @@ -2251,6 +2299,7 @@ share/locale/ca/entry.desktop @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/khangman +@dirrm share/apps/autocorrect @dirrmtry man/ca/man8 @dirrmtry man/ca/man7 @dirrmtry man/ca/man6 diff --git a/misc/kde4-l10n-ca_valencia/Makefile b/misc/kde4-l10n-ca_valencia/Makefile index 03d15ee1792d..4654cb21e473 100644 --- a/misc/kde4-l10n-ca_valencia/Makefile +++ b/misc/kde4-l10n-ca_valencia/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Valencian (southern Catalan) messages and documentation for KDE4 +COMMENT= Valencian (southern Catalan) messages and documentation for KDE SC 4 KDE4_L10N= ca@valencia diff --git a/misc/kde4-l10n-ca_valencia/distinfo b/misc/kde4-l10n-ca_valencia/distinfo index 1512af88432d..fc65e76ee3c0 100644 --- a/misc/kde4-l10n-ca_valencia/distinfo +++ b/misc/kde4-l10n-ca_valencia/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ca@valencia-4.9.5.tar.xz) = 15e66c4e21d409ea7aff1a96fc9ba7ffe7e1d911f6159689edac0fd66508ce68 -SIZE (KDE/kde-l10n/kde-l10n-ca@valencia-4.9.5.tar.xz) = 2203228 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ca@valencia-4.10.1.tar.xz) = b7d7a86ca763b296969ba242a8736e22eb3072c248fe79e27a2a4108bc701788 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ca@valencia-4.10.1.tar.xz) = 2225752 diff --git a/misc/kde4-l10n-ca_valencia/pkg-plist b/misc/kde4-l10n-ca_valencia/pkg-plist index 15580fd8fb40..27663fabad30 100644 --- a/misc/kde4-l10n-ca_valencia/pkg-plist +++ b/misc/kde4-l10n-ca_valencia/pkg-plist @@ -26,7 +26,7 @@ share/locale/ca@valencia/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/ca@valencia/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_next.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_nntp_resource.mo @@ -104,7 +104,6 @@ share/locale/ca@valencia/LC_MESSAGES/kate.mo share/locale/ca@valencia/LC_MESSAGES/kate_kttsd.mo share/locale/ca@valencia/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ca@valencia/LC_MESSAGES/katebuild-plugin.mo -share/locale/ca@valencia/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/ca@valencia/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ca@valencia/LC_MESSAGES/katefiletemplates.mo share/locale/ca@valencia/LC_MESSAGES/kategdbplugin.mo @@ -113,7 +112,6 @@ share/locale/ca@valencia/LC_MESSAGES/katekonsoleplugin.mo share/locale/ca@valencia/LC_MESSAGES/katemailfilesplugin.mo share/locale/ca@valencia/LC_MESSAGES/kateopenheader.mo share/locale/ca@valencia/LC_MESSAGES/katepart4.mo -share/locale/ca@valencia/LC_MESSAGES/katequickdocumentswitcherplugin.mo share/locale/ca@valencia/LC_MESSAGES/katesnippets_tng.mo share/locale/ca@valencia/LC_MESSAGES/katesql.mo share/locale/ca@valencia/LC_MESSAGES/katesymbolviewer.mo @@ -153,7 +151,6 @@ share/locale/ca@valencia/LC_MESSAGES/kcm_memory.mo share/locale/ca@valencia/LC_MESSAGES/kcm_nepomuk.mo share/locale/ca@valencia/LC_MESSAGES/kcm_pci.mo share/locale/ca@valencia/LC_MESSAGES/kcm_phonon.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_phononxine.mo share/locale/ca@valencia/LC_MESSAGES/kcm_platform.mo share/locale/ca@valencia/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ca@valencia/LC_MESSAGES/kcm_solid.mo @@ -479,7 +476,6 @@ share/locale/ca@valencia/LC_MESSAGES/libplasma.mo share/locale/ca@valencia/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ca@valencia/LC_MESSAGES/libplasmaclock.mo share/locale/ca@valencia/LC_MESSAGES/libplasmaweather.mo -share/locale/ca@valencia/LC_MESSAGES/librtm.mo share/locale/ca@valencia/LC_MESSAGES/libtaskmanager.mo share/locale/ca@valencia/LC_MESSAGES/lokalize.mo share/locale/ca@valencia/LC_MESSAGES/lskat.mo @@ -574,12 +570,12 @@ share/locale/ca@valencia/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_news.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_notes.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_pager.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_panel.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -671,20 +667,18 @@ share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/ca@valencia/LC_MESSAGES/plasmaengineexplorer.mo share/locale/ca@valencia/LC_MESSAGES/plasmagenericshell.mo share/locale/ca@valencia/LC_MESSAGES/plasmapkg.mo -share/locale/ca@valencia/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/ca@valencia/LC_MESSAGES/plasmoidviewer.mo share/locale/ca@valencia/LC_MESSAGES/powerdevil.mo share/locale/ca@valencia/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ca@valencia/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/ca@valencia/LC_MESSAGES/printer-applet.mo share/locale/ca@valencia/LC_MESSAGES/processcore.mo share/locale/ca@valencia/LC_MESSAGES/processui.mo share/locale/ca@valencia/LC_MESSAGES/randrmonitor.mo share/locale/ca@valencia/LC_MESSAGES/rellinks.mo share/locale/ca@valencia/LC_MESSAGES/rocs.mo +share/locale/ca@valencia/LC_MESSAGES/rocscore.mo +share/locale/ca@valencia/LC_MESSAGES/rocsvisualeditor.mo share/locale/ca@valencia/LC_MESSAGES/searchbarplugin.mo share/locale/ca@valencia/LC_MESSAGES/solid-hardware.mo share/locale/ca@valencia/LC_MESSAGES/solid-network.mo @@ -697,7 +691,6 @@ share/locale/ca@valencia/LC_MESSAGES/strigila_diff.mo share/locale/ca@valencia/LC_MESSAGES/superkaramba.mo share/locale/ca@valencia/LC_MESSAGES/svgpart.mo share/locale/ca@valencia/LC_MESSAGES/sweeper.mo -share/locale/ca@valencia/LC_MESSAGES/system-config-printer-kde.mo share/locale/ca@valencia/LC_MESSAGES/systemsettings.mo share/locale/ca@valencia/LC_MESSAGES/tasks-mobile.mo share/locale/ca@valencia/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-cs/Makefile b/misc/kde4-l10n-cs/Makefile index 0d3720136329..444d17696ee9 100644 --- a/misc/kde4-l10n-cs/Makefile +++ b/misc/kde4-l10n-cs/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Czech messages and documentation for KDE4 +COMMENT= Czech messages and documentation for KDE SC 4 KDE4_L10N= cs diff --git a/misc/kde4-l10n-cs/distinfo b/misc/kde4-l10n-cs/distinfo index 89ad5e77cce9..702a7270597f 100644 --- a/misc/kde4-l10n-cs/distinfo +++ b/misc/kde4-l10n-cs/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-cs-4.9.5.tar.xz) = fe86e773dca04d139eaebe347b9994fa4089ee703fa761e090fe71e3fd4f7486 -SIZE (KDE/kde-l10n/kde-l10n-cs-4.9.5.tar.xz) = 3011748 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-cs-4.10.1.tar.xz) = d50a2c38385be81d6a8f38543dc46030682ed23a607c1dc6b2f69a8f6d058be2 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-cs-4.10.1.tar.xz) = 3040332 diff --git a/misc/kde4-l10n-cs/pkg-plist b/misc/kde4-l10n-cs/pkg-plist index 12bb1dc240c6..719f19177a1c 100644 --- a/misc/kde4-l10n-cs/pkg-plist +++ b/misc/kde4-l10n-cs/pkg-plist @@ -1,3 +1,4 @@ +share/apps/autocorrect/cs.xml share/apps/khangman/cs.txt share/apps/klettres/cs/alpha/a-0.ogg share/apps/klettres/cs/alpha/a-1.ogg @@ -117,6 +118,8 @@ share/locale/cs/LC_MESSAGES/accountwizard_mailbox.mo share/locale/cs/LC_MESSAGES/accountwizard_maildir.mo share/locale/cs/LC_MESSAGES/accountwizard_pop3.mo share/locale/cs/LC_MESSAGES/accountwizard_tine20.mo +share/locale/cs/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/cs/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/cs/LC_MESSAGES/adblock.mo share/locale/cs/LC_MESSAGES/akonadi-filestore.mo share/locale/cs/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -125,6 +128,7 @@ share/locale/cs/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/cs/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/cs/LC_MESSAGES/akonadi_google_resource.mo share/locale/cs/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/cs/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/cs/LC_MESSAGES/akonadi_imap_resource.mo share/locale/cs/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/cs/LC_MESSAGES/akonadi_kabc_resource.mo @@ -142,7 +146,7 @@ share/locale/cs/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/cs/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/cs/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/cs/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/cs/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/cs/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/cs/LC_MESSAGES/akonadi_next.mo share/locale/cs/LC_MESSAGES/akonadi_nntp_resource.mo @@ -167,7 +171,6 @@ share/locale/cs/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/cs/LC_MESSAGES/audiorename_plugin.mo share/locale/cs/LC_MESSAGES/autorefresh.mo share/locale/cs/LC_MESSAGES/babelfish.mo -share/locale/cs/LC_MESSAGES/backupmail.mo share/locale/cs/LC_MESSAGES/blinken.mo share/locale/cs/LC_MESSAGES/blogilo.mo share/locale/cs/LC_MESSAGES/bomber.mo @@ -228,7 +231,6 @@ share/locale/cs/LC_MESSAGES/kate.mo share/locale/cs/LC_MESSAGES/kate_kttsd.mo share/locale/cs/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/cs/LC_MESSAGES/katebuild-plugin.mo -share/locale/cs/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/cs/LC_MESSAGES/katefilebrowserplugin.mo share/locale/cs/LC_MESSAGES/katefiletemplates.mo share/locale/cs/LC_MESSAGES/kategdbplugin.mo @@ -237,9 +239,10 @@ share/locale/cs/LC_MESSAGES/katekonsoleplugin.mo share/locale/cs/LC_MESSAGES/katemailfilesplugin.mo share/locale/cs/LC_MESSAGES/kateopenheader.mo share/locale/cs/LC_MESSAGES/katepart4.mo -share/locale/cs/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/cs/LC_MESSAGES/kateproject.mo share/locale/cs/LC_MESSAGES/katesearch.mo share/locale/cs/LC_MESSAGES/katesnippets_tng.mo +share/locale/cs/LC_MESSAGES/katesnippetsplugin.mo share/locale/cs/LC_MESSAGES/katesql.mo share/locale/cs/LC_MESSAGES/katesymbolviewer.mo share/locale/cs/LC_MESSAGES/katetabbarextension.mo @@ -262,6 +265,7 @@ share/locale/cs/LC_MESSAGES/kcalc.mo share/locale/cs/LC_MESSAGES/kcertpart.mo share/locale/cs/LC_MESSAGES/kcharselect.mo share/locale/cs/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/cs/LC_MESSAGES/kcm_activities.mo share/locale/cs/LC_MESSAGES/kcm_akonadi.mo share/locale/cs/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/cs/LC_MESSAGES/kcm_attica.mo @@ -279,7 +283,6 @@ share/locale/cs/LC_MESSAGES/kcm_memory.mo share/locale/cs/LC_MESSAGES/kcm_nepomuk.mo share/locale/cs/LC_MESSAGES/kcm_pci.mo share/locale/cs/LC_MESSAGES/kcm_phonon.mo -share/locale/cs/LC_MESSAGES/kcm_phononxine.mo share/locale/cs/LC_MESSAGES/kcm_platform.mo share/locale/cs/LC_MESSAGES/kcm_remotecontrol.mo share/locale/cs/LC_MESSAGES/kcm_solid.mo @@ -426,12 +429,14 @@ share/locale/cs/LC_MESSAGES/kio_sieve.mo share/locale/cs/LC_MESSAGES/kio_smb.mo share/locale/cs/LC_MESSAGES/kio_smtp.mo share/locale/cs/LC_MESSAGES/kio_svn.mo +share/locale/cs/LC_MESSAGES/kio_tags.mo share/locale/cs/LC_MESSAGES/kio_thumbnail.mo share/locale/cs/LC_MESSAGES/kio_timeline.mo share/locale/cs/LC_MESSAGES/kio_trash.mo share/locale/cs/LC_MESSAGES/kio_zeroconf.mo share/locale/cs/LC_MESSAGES/kioclient.mo share/locale/cs/LC_MESSAGES/kioexec.mo +share/locale/cs/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/cs/LC_MESSAGES/kiriki.mo share/locale/cs/LC_MESSAGES/kiten.mo share/locale/cs/LC_MESSAGES/kjots.mo @@ -501,8 +506,11 @@ share/locale/cs/LC_MESSAGES/kruler.mo share/locale/cs/LC_MESSAGES/krunner.mo share/locale/cs/LC_MESSAGES/ksaneplugin.mo share/locale/cs/LC_MESSAGES/kscd.mo +share/locale/cs/LC_MESSAGES/kscreenlocker.mo +share/locale/cs/LC_MESSAGES/kscreenlocker_greet.mo share/locale/cs/LC_MESSAGES/kscreensaver.mo share/locale/cs/LC_MESSAGES/ksendemail.mo +share/locale/cs/LC_MESSAGES/ksgrd.mo share/locale/cs/LC_MESSAGES/kshellcmdplugin.mo share/locale/cs/LC_MESSAGES/kshisen.mo share/locale/cs/LC_MESSAGES/kshorturifilter.mo @@ -532,6 +540,7 @@ share/locale/cs/LC_MESSAGES/ktimer.mo share/locale/cs/LC_MESSAGES/ktimetracker.mo share/locale/cs/LC_MESSAGES/ktnef.mo share/locale/cs/LC_MESSAGES/ktouch.mo +share/locale/cs/LC_MESSAGES/ktouchpadenabler.mo share/locale/cs/LC_MESSAGES/ktraderclient.mo share/locale/cs/LC_MESSAGES/ktron.mo share/locale/cs/LC_MESSAGES/ktuberling.mo @@ -578,6 +587,7 @@ share/locale/cs/LC_MESSAGES/libkdepimmobileui.mo share/locale/cs/LC_MESSAGES/libkexiv2.mo share/locale/cs/LC_MESSAGES/libkholidays.mo share/locale/cs/LC_MESSAGES/libkimap.mo +share/locale/cs/LC_MESSAGES/libkipi.mo share/locale/cs/LC_MESSAGES/libkldap.mo share/locale/cs/LC_MESSAGES/libkleopatra.mo share/locale/cs/LC_MESSAGES/libkmahjongg.mo @@ -609,11 +619,11 @@ share/locale/cs/LC_MESSAGES/liboktetagui.mo share/locale/cs/LC_MESSAGES/liboktetakasten.mo share/locale/cs/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/cs/LC_MESSAGES/libphonon.mo +share/locale/cs/LC_MESSAGES/libpimcommon.mo share/locale/cs/LC_MESSAGES/libplasma.mo share/locale/cs/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/cs/LC_MESSAGES/libplasmaclock.mo share/locale/cs/LC_MESSAGES/libplasmaweather.mo -share/locale/cs/LC_MESSAGES/librtm.mo share/locale/cs/LC_MESSAGES/libtaskmanager.mo share/locale/cs/LC_MESSAGES/libtemplateparser.mo share/locale/cs/LC_MESSAGES/lokalize.mo @@ -621,6 +631,7 @@ share/locale/cs/LC_MESSAGES/lskat.mo share/locale/cs/LC_MESSAGES/mailreader.mo share/locale/cs/LC_MESSAGES/marble.mo share/locale/cs/LC_MESSAGES/marble_qt.mo +share/locale/cs/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/cs/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/cs/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/cs/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -630,12 +641,14 @@ share/locale/cs/LC_MESSAGES/minitoolsplugin.mo share/locale/cs/LC_MESSAGES/mplayerthumbs.mo share/locale/cs/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/cs/LC_MESSAGES/nepomukbackup.mo +share/locale/cs/LC_MESSAGES/nepomukcleaner.mo share/locale/cs/LC_MESSAGES/nepomukcontroller.mo share/locale/cs/LC_MESSAGES/nepomukfileindexer.mo share/locale/cs/LC_MESSAGES/nepomukqueryservice.mo share/locale/cs/LC_MESSAGES/nepomukserver.mo share/locale/cs/LC_MESSAGES/nepomukservicestub.mo share/locale/cs/LC_MESSAGES/nepomukstorage.mo +share/locale/cs/LC_MESSAGES/nepomukwidgets.mo share/locale/cs/LC_MESSAGES/newmailnotifieragent.mo share/locale/cs/LC_MESSAGES/notes-mobile.mo share/locale/cs/LC_MESSAGES/nsplugin.mo @@ -658,13 +671,17 @@ share/locale/cs/LC_MESSAGES/okular_plucker.mo share/locale/cs/LC_MESSAGES/okular_poppler.mo share/locale/cs/LC_MESSAGES/okular_tiff.mo share/locale/cs/LC_MESSAGES/okular_xps.mo +share/locale/cs/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/cs/LC_MESSAGES/pairs.mo +share/locale/cs/LC_MESSAGES/pairseditor.mo share/locale/cs/LC_MESSAGES/palapeli.mo share/locale/cs/LC_MESSAGES/parley.mo share/locale/cs/LC_MESSAGES/phonon_gstreamer.mo share/locale/cs/LC_MESSAGES/phonon_kde.mo share/locale/cs/LC_MESSAGES/phonon_vlc.mo share/locale/cs/LC_MESSAGES/phononserver.mo +share/locale/cs/LC_MESSAGES/picmi.mo +share/locale/cs/LC_MESSAGES/pimsettingexporter.mo share/locale/cs/LC_MESSAGES/plasma-desktop.mo share/locale/cs/LC_MESSAGES/plasma-netbook.mo share/locale/cs/LC_MESSAGES/plasma-overlay.mo @@ -714,12 +731,12 @@ share/locale/cs/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/cs/LC_MESSAGES/plasma_applet_news.mo share/locale/cs/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/cs/LC_MESSAGES/plasma_applet_notes.mo -share/locale/cs/LC_MESSAGES/plasma_applet_notifications.mo share/locale/cs/LC_MESSAGES/plasma_applet_notifier.mo share/locale/cs/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/cs/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/cs/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/cs/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/cs/LC_MESSAGES/plasma_applet_pager.mo share/locale/cs/LC_MESSAGES/plasma_applet_panel.mo @@ -728,6 +745,7 @@ share/locale/cs/LC_MESSAGES/plasma_applet_paste.mo share/locale/cs/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/cs/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/cs/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/cs/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/cs/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/cs/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/cs/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -790,6 +808,7 @@ share/locale/cs/LC_MESSAGES/plasma_runner_kill.mo share/locale/cs/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/cs/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/cs/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/cs/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/cs/LC_MESSAGES/plasma_runner_locations.mo share/locale/cs/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -817,24 +836,23 @@ share/locale/cs/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/cs/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/cs/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/cs/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/cs/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/cs/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/cs/LC_MESSAGES/plasmaengineexplorer.mo share/locale/cs/LC_MESSAGES/plasmagenericshell.mo share/locale/cs/LC_MESSAGES/plasmapkg.mo -share/locale/cs/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/cs/LC_MESSAGES/plasmoidviewer.mo share/locale/cs/LC_MESSAGES/pothumbnail.mo share/locale/cs/LC_MESSAGES/powerdevil.mo share/locale/cs/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/cs/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/cs/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/cs/LC_MESSAGES/printer-applet.mo +share/locale/cs/LC_MESSAGES/print-manager.mo share/locale/cs/LC_MESSAGES/processcore.mo share/locale/cs/LC_MESSAGES/processui.mo share/locale/cs/LC_MESSAGES/randrmonitor.mo share/locale/cs/LC_MESSAGES/rellinks.mo -share/locale/cs/LC_MESSAGES/remote-widgets-browser.mo share/locale/cs/LC_MESSAGES/rocs.mo +share/locale/cs/LC_MESSAGES/rocscore.mo +share/locale/cs/LC_MESSAGES/rocsvisualeditor.mo share/locale/cs/LC_MESSAGES/searchbarplugin.mo share/locale/cs/LC_MESSAGES/solid-hardware.mo share/locale/cs/LC_MESSAGES/solid-network.mo @@ -847,7 +865,6 @@ share/locale/cs/LC_MESSAGES/strigila_diff.mo share/locale/cs/LC_MESSAGES/superkaramba.mo share/locale/cs/LC_MESSAGES/svgpart.mo share/locale/cs/LC_MESSAGES/sweeper.mo -share/locale/cs/LC_MESSAGES/system-config-printer-kde.mo share/locale/cs/LC_MESSAGES/systemsettings.mo share/locale/cs/LC_MESSAGES/tasks-mobile.mo share/locale/cs/LC_MESSAGES/timezones4.mo @@ -884,3 +901,4 @@ share/locale/cs/entry.desktop @dirrm share/apps/klettres/cs @dirrm share/apps/klettres @dirrm share/apps/khangman +@dirrm share/apps/autocorrect diff --git a/misc/kde4-l10n-csb/Makefile b/misc/kde4-l10n-csb/Makefile index c617942ad7e1..e0ae92a84f8b 100644 --- a/misc/kde4-l10n-csb/Makefile +++ b/misc/kde4-l10n-csb/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Cassubian messages and documentation for KDE4 +COMMENT= Cassubian messages and documentation for KDE SC 4 KDE4_L10N= csb diff --git a/misc/kde4-l10n-da/Makefile b/misc/kde4-l10n-da/Makefile index 41e417224717..418545e6654f 100644 --- a/misc/kde4-l10n-da/Makefile +++ b/misc/kde4-l10n-da/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Danish messages and documentation for KDE4 +COMMENT= Danish messages and documentation for KDE SC 4 KDE4_L10N= da diff --git a/misc/kde4-l10n-da/distinfo b/misc/kde4-l10n-da/distinfo index 0b08289ba43e..3151cb625660 100644 --- a/misc/kde4-l10n-da/distinfo +++ b/misc/kde4-l10n-da/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-da-4.9.5.tar.xz) = d679364286a6df3fd4e71c5e4dae37a5d267567688e28a253bb0aca41de89e20 -SIZE (KDE/kde-l10n/kde-l10n-da-4.9.5.tar.xz) = 13427768 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-da-4.10.1.tar.xz) = ab0625d6ef7478a975baa8608b7e23291c59f0caeb50d5b8e38031aada5864a1 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-da-4.10.1.tar.xz) = 13479936 diff --git a/misc/kde4-l10n-da/pkg-plist b/misc/kde4-l10n-da/pkg-plist index 1413d313bd25..6c614ff5c792 100644 --- a/misc/kde4-l10n-da/pkg-plist +++ b/misc/kde4-l10n-da/pkg-plist @@ -399,6 +399,8 @@ share/locale/da/LC_MESSAGES/accountwizard_mailbox.mo share/locale/da/LC_MESSAGES/accountwizard_maildir.mo share/locale/da/LC_MESSAGES/accountwizard_pop3.mo share/locale/da/LC_MESSAGES/accountwizard_tine20.mo +share/locale/da/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/da/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/da/LC_MESSAGES/adblock.mo share/locale/da/LC_MESSAGES/akonadi-filestore.mo share/locale/da/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -407,6 +409,7 @@ share/locale/da/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/da/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/da/LC_MESSAGES/akonadi_google_resource.mo share/locale/da/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/da/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/da/LC_MESSAGES/akonadi_imap_resource.mo share/locale/da/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/da/LC_MESSAGES/akonadi_kabc_resource.mo @@ -424,7 +427,7 @@ share/locale/da/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/da/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/da/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/da/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/da/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/da/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/da/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/da/LC_MESSAGES/akonadi_next.mo share/locale/da/LC_MESSAGES/akonadi_nntp_resource.mo @@ -449,7 +452,6 @@ share/locale/da/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/da/LC_MESSAGES/audiorename_plugin.mo share/locale/da/LC_MESSAGES/autorefresh.mo share/locale/da/LC_MESSAGES/babelfish.mo -share/locale/da/LC_MESSAGES/backupmail.mo share/locale/da/LC_MESSAGES/blinken.mo share/locale/da/LC_MESSAGES/blogilo.mo share/locale/da/LC_MESSAGES/bomber.mo @@ -510,7 +512,6 @@ share/locale/da/LC_MESSAGES/kate.mo share/locale/da/LC_MESSAGES/kate_kttsd.mo share/locale/da/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/da/LC_MESSAGES/katebuild-plugin.mo -share/locale/da/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/da/LC_MESSAGES/katefilebrowserplugin.mo share/locale/da/LC_MESSAGES/katefiletemplates.mo share/locale/da/LC_MESSAGES/kategdbplugin.mo @@ -519,9 +520,10 @@ share/locale/da/LC_MESSAGES/katekonsoleplugin.mo share/locale/da/LC_MESSAGES/katemailfilesplugin.mo share/locale/da/LC_MESSAGES/kateopenheader.mo share/locale/da/LC_MESSAGES/katepart4.mo -share/locale/da/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/da/LC_MESSAGES/kateproject.mo share/locale/da/LC_MESSAGES/katesearch.mo share/locale/da/LC_MESSAGES/katesnippets_tng.mo +share/locale/da/LC_MESSAGES/katesnippetsplugin.mo share/locale/da/LC_MESSAGES/katesql.mo share/locale/da/LC_MESSAGES/katesymbolviewer.mo share/locale/da/LC_MESSAGES/katetabbarextension.mo @@ -544,6 +546,7 @@ share/locale/da/LC_MESSAGES/kcalc.mo share/locale/da/LC_MESSAGES/kcertpart.mo share/locale/da/LC_MESSAGES/kcharselect.mo share/locale/da/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/da/LC_MESSAGES/kcm_activities.mo share/locale/da/LC_MESSAGES/kcm_akonadi.mo share/locale/da/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/da/LC_MESSAGES/kcm_attica.mo @@ -561,7 +564,6 @@ share/locale/da/LC_MESSAGES/kcm_memory.mo share/locale/da/LC_MESSAGES/kcm_nepomuk.mo share/locale/da/LC_MESSAGES/kcm_pci.mo share/locale/da/LC_MESSAGES/kcm_phonon.mo -share/locale/da/LC_MESSAGES/kcm_phononxine.mo share/locale/da/LC_MESSAGES/kcm_platform.mo share/locale/da/LC_MESSAGES/kcm_remotecontrol.mo share/locale/da/LC_MESSAGES/kcm_solid.mo @@ -708,12 +710,14 @@ share/locale/da/LC_MESSAGES/kio_sieve.mo share/locale/da/LC_MESSAGES/kio_smb.mo share/locale/da/LC_MESSAGES/kio_smtp.mo share/locale/da/LC_MESSAGES/kio_svn.mo +share/locale/da/LC_MESSAGES/kio_tags.mo share/locale/da/LC_MESSAGES/kio_thumbnail.mo share/locale/da/LC_MESSAGES/kio_timeline.mo share/locale/da/LC_MESSAGES/kio_trash.mo share/locale/da/LC_MESSAGES/kio_zeroconf.mo share/locale/da/LC_MESSAGES/kioclient.mo share/locale/da/LC_MESSAGES/kioexec.mo +share/locale/da/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/da/LC_MESSAGES/kiriki.mo share/locale/da/LC_MESSAGES/kiten.mo share/locale/da/LC_MESSAGES/kjots.mo @@ -783,6 +787,8 @@ share/locale/da/LC_MESSAGES/kruler.mo share/locale/da/LC_MESSAGES/krunner.mo share/locale/da/LC_MESSAGES/ksaneplugin.mo share/locale/da/LC_MESSAGES/kscd.mo +share/locale/da/LC_MESSAGES/kscreenlocker.mo +share/locale/da/LC_MESSAGES/kscreenlocker_greet.mo share/locale/da/LC_MESSAGES/kscreensaver.mo share/locale/da/LC_MESSAGES/ksendemail.mo share/locale/da/LC_MESSAGES/kshellcmdplugin.mo @@ -814,6 +820,7 @@ share/locale/da/LC_MESSAGES/ktimer.mo share/locale/da/LC_MESSAGES/ktimetracker.mo share/locale/da/LC_MESSAGES/ktnef.mo share/locale/da/LC_MESSAGES/ktouch.mo +share/locale/da/LC_MESSAGES/ktouchpadenabler.mo share/locale/da/LC_MESSAGES/ktraderclient.mo share/locale/da/LC_MESSAGES/ktron.mo share/locale/da/LC_MESSAGES/ktuberling.mo @@ -860,6 +867,7 @@ share/locale/da/LC_MESSAGES/libkdepimmobileui.mo share/locale/da/LC_MESSAGES/libkexiv2.mo share/locale/da/LC_MESSAGES/libkholidays.mo share/locale/da/LC_MESSAGES/libkimap.mo +share/locale/da/LC_MESSAGES/libkipi.mo share/locale/da/LC_MESSAGES/libkldap.mo share/locale/da/LC_MESSAGES/libkleopatra.mo share/locale/da/LC_MESSAGES/libkmahjongg.mo @@ -891,11 +899,11 @@ share/locale/da/LC_MESSAGES/liboktetagui.mo share/locale/da/LC_MESSAGES/liboktetakasten.mo share/locale/da/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/da/LC_MESSAGES/libphonon.mo +share/locale/da/LC_MESSAGES/libpimcommon.mo share/locale/da/LC_MESSAGES/libplasma.mo share/locale/da/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/da/LC_MESSAGES/libplasmaclock.mo share/locale/da/LC_MESSAGES/libplasmaweather.mo -share/locale/da/LC_MESSAGES/librtm.mo share/locale/da/LC_MESSAGES/libtaskmanager.mo share/locale/da/LC_MESSAGES/libtemplateparser.mo share/locale/da/LC_MESSAGES/lokalize.mo @@ -903,6 +911,7 @@ share/locale/da/LC_MESSAGES/lskat.mo share/locale/da/LC_MESSAGES/mailreader.mo share/locale/da/LC_MESSAGES/marble.mo share/locale/da/LC_MESSAGES/marble_qt.mo +share/locale/da/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/da/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/da/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/da/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -912,12 +921,14 @@ share/locale/da/LC_MESSAGES/minitoolsplugin.mo share/locale/da/LC_MESSAGES/mplayerthumbs.mo share/locale/da/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/da/LC_MESSAGES/nepomukbackup.mo +share/locale/da/LC_MESSAGES/nepomukcleaner.mo share/locale/da/LC_MESSAGES/nepomukcontroller.mo share/locale/da/LC_MESSAGES/nepomukfileindexer.mo share/locale/da/LC_MESSAGES/nepomukqueryservice.mo share/locale/da/LC_MESSAGES/nepomukserver.mo share/locale/da/LC_MESSAGES/nepomukservicestub.mo share/locale/da/LC_MESSAGES/nepomukstorage.mo +share/locale/da/LC_MESSAGES/nepomukwidgets.mo share/locale/da/LC_MESSAGES/newmailnotifieragent.mo share/locale/da/LC_MESSAGES/notes-mobile.mo share/locale/da/LC_MESSAGES/nsplugin.mo @@ -940,13 +951,17 @@ share/locale/da/LC_MESSAGES/okular_plucker.mo share/locale/da/LC_MESSAGES/okular_poppler.mo share/locale/da/LC_MESSAGES/okular_tiff.mo share/locale/da/LC_MESSAGES/okular_xps.mo +share/locale/da/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/da/LC_MESSAGES/pairs.mo +share/locale/da/LC_MESSAGES/pairseditor.mo share/locale/da/LC_MESSAGES/palapeli.mo share/locale/da/LC_MESSAGES/parley.mo share/locale/da/LC_MESSAGES/phonon_gstreamer.mo share/locale/da/LC_MESSAGES/phonon_kde.mo share/locale/da/LC_MESSAGES/phonon_vlc.mo share/locale/da/LC_MESSAGES/phononserver.mo +share/locale/da/LC_MESSAGES/picmi.mo +share/locale/da/LC_MESSAGES/pimsettingexporter.mo share/locale/da/LC_MESSAGES/plasma-desktop.mo share/locale/da/LC_MESSAGES/plasma-netbook.mo share/locale/da/LC_MESSAGES/plasma-overlay.mo @@ -996,12 +1011,12 @@ share/locale/da/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/da/LC_MESSAGES/plasma_applet_news.mo share/locale/da/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/da/LC_MESSAGES/plasma_applet_notes.mo -share/locale/da/LC_MESSAGES/plasma_applet_notifications.mo share/locale/da/LC_MESSAGES/plasma_applet_notifier.mo share/locale/da/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/da/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/da/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/da/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/da/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/da/LC_MESSAGES/plasma_applet_pager.mo share/locale/da/LC_MESSAGES/plasma_applet_panel.mo @@ -1010,6 +1025,7 @@ share/locale/da/LC_MESSAGES/plasma_applet_paste.mo share/locale/da/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/da/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/da/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/da/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/da/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/da/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/da/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -1072,6 +1088,7 @@ share/locale/da/LC_MESSAGES/plasma_runner_kill.mo share/locale/da/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/da/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/da/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/da/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/da/LC_MESSAGES/plasma_runner_locations.mo share/locale/da/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/da/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -1099,24 +1116,23 @@ share/locale/da/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/da/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/da/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/da/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/da/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/da/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/da/LC_MESSAGES/plasmaengineexplorer.mo share/locale/da/LC_MESSAGES/plasmagenericshell.mo share/locale/da/LC_MESSAGES/plasmapkg.mo -share/locale/da/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/da/LC_MESSAGES/plasmoidviewer.mo share/locale/da/LC_MESSAGES/pothumbnail.mo share/locale/da/LC_MESSAGES/powerdevil.mo share/locale/da/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/da/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/da/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/da/LC_MESSAGES/printer-applet.mo +share/locale/da/LC_MESSAGES/print-manager.mo share/locale/da/LC_MESSAGES/processcore.mo share/locale/da/LC_MESSAGES/processui.mo share/locale/da/LC_MESSAGES/randrmonitor.mo share/locale/da/LC_MESSAGES/rellinks.mo -share/locale/da/LC_MESSAGES/remote-widgets-browser.mo share/locale/da/LC_MESSAGES/rocs.mo +share/locale/da/LC_MESSAGES/rocscore.mo +share/locale/da/LC_MESSAGES/rocsvisualeditor.mo share/locale/da/LC_MESSAGES/searchbarplugin.mo share/locale/da/LC_MESSAGES/solid-hardware.mo share/locale/da/LC_MESSAGES/solid-network.mo @@ -1129,7 +1145,6 @@ share/locale/da/LC_MESSAGES/strigila_diff.mo share/locale/da/LC_MESSAGES/superkaramba.mo share/locale/da/LC_MESSAGES/svgpart.mo share/locale/da/LC_MESSAGES/sweeper.mo -share/locale/da/LC_MESSAGES/system-config-printer-kde.mo share/locale/da/LC_MESSAGES/systemsettings.mo share/locale/da/LC_MESSAGES/tasks-mobile.mo share/locale/da/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-el/Makefile b/misc/kde4-l10n-el/Makefile index 7350a5f2fa7c..00d012891feb 100644 --- a/misc/kde4-l10n-el/Makefile +++ b/misc/kde4-l10n-el/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Modern Greek messages and documentation for KDE4 +COMMENT= Modern Greek messages and documentation for KDE SC 4 KDE4_L10N= el diff --git a/misc/kde4-l10n-el/distinfo b/misc/kde4-l10n-el/distinfo index 811b85f69352..80d7107914b9 100644 --- a/misc/kde4-l10n-el/distinfo +++ b/misc/kde4-l10n-el/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-el-4.9.5.tar.xz) = b59ad9f38e32603f620691903e4ad6da9b2a1f361904679c3f24f9499b8018eb -SIZE (KDE/kde-l10n/kde-l10n-el-4.9.5.tar.xz) = 4822860 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-el-4.10.1.tar.xz) = f63c2da2b2fc131df5a28e05db68ad6604699615116c49b6825c0d6e7fa399ca +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-el-4.10.1.tar.xz) = 4885568 diff --git a/misc/kde4-l10n-el/pkg-plist b/misc/kde4-l10n-el/pkg-plist index e20b6da1b4a0..2b065ec0ef62 100644 --- a/misc/kde4-l10n-el/pkg-plist +++ b/misc/kde4-l10n-el/pkg-plist @@ -146,9 +146,6 @@ share/doc/HTML/el/plasma-desktop/panel-settings.png share/doc/HTML/el/plasma-desktop/system-tray-settings.png share/doc/HTML/el/plasma-desktop/system-tray-up-arrow.png share/doc/HTML/el/plasma-desktop/taskbar-settings.png -share/doc/HTML/el/printer-applet/common -share/doc/HTML/el/printer-applet/index.cache.bz2 -share/doc/HTML/el/printer-applet/index.docbook share/doc/HTML/el/sweeper/common share/doc/HTML/el/sweeper/index.cache.bz2 share/doc/HTML/el/sweeper/index.docbook @@ -161,6 +158,8 @@ share/locale/el/LC_MESSAGES/accountwizard_mailbox.mo share/locale/el/LC_MESSAGES/accountwizard_maildir.mo share/locale/el/LC_MESSAGES/accountwizard_pop3.mo share/locale/el/LC_MESSAGES/accountwizard_tine20.mo +share/locale/el/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/el/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/el/LC_MESSAGES/adblock.mo share/locale/el/LC_MESSAGES/akonadi-filestore.mo share/locale/el/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -169,6 +168,7 @@ share/locale/el/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/el/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/el/LC_MESSAGES/akonadi_google_resource.mo share/locale/el/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/el/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/el/LC_MESSAGES/akonadi_imap_resource.mo share/locale/el/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/el/LC_MESSAGES/akonadi_kabc_resource.mo @@ -186,7 +186,7 @@ share/locale/el/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/el/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/el/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/el/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/el/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/el/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/el/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/el/LC_MESSAGES/akonadi_next.mo share/locale/el/LC_MESSAGES/akonadi_nntp_resource.mo @@ -211,7 +211,6 @@ share/locale/el/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/el/LC_MESSAGES/audiorename_plugin.mo share/locale/el/LC_MESSAGES/autorefresh.mo share/locale/el/LC_MESSAGES/babelfish.mo -share/locale/el/LC_MESSAGES/backupmail.mo share/locale/el/LC_MESSAGES/blinken.mo share/locale/el/LC_MESSAGES/blogilo.mo share/locale/el/LC_MESSAGES/bomber.mo @@ -231,6 +230,8 @@ share/locale/el/LC_MESSAGES/filelight.mo share/locale/el/LC_MESSAGES/filetypes.mo share/locale/el/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/el/LC_MESSAGES/fileviewgitplugin.mo +share/locale/el/LC_MESSAGES/fileviewhgplugin.mo +share/locale/el/LC_MESSAGES/fileviewsvnplugin.mo share/locale/el/LC_MESSAGES/freespacenotifier.mo share/locale/el/LC_MESSAGES/fsview.mo share/locale/el/LC_MESSAGES/granatier.mo @@ -253,6 +254,7 @@ share/locale/el/LC_MESSAGES/kabcformat_binary.mo share/locale/el/LC_MESSAGES/kaccess.mo share/locale/el/LC_MESSAGES/kaccessibleapp.mo share/locale/el/LC_MESSAGES/kactivitymanagerd.mo +share/locale/el/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/el/LC_MESSAGES/kaddressbook-mobile.mo share/locale/el/LC_MESSAGES/kaddressbook.mo share/locale/el/LC_MESSAGES/kaddressbookmigrator.mo @@ -269,7 +271,6 @@ share/locale/el/LC_MESSAGES/kate.mo share/locale/el/LC_MESSAGES/kate_kttsd.mo share/locale/el/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/el/LC_MESSAGES/katebuild-plugin.mo -share/locale/el/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/el/LC_MESSAGES/katefilebrowserplugin.mo share/locale/el/LC_MESSAGES/katefiletemplates.mo share/locale/el/LC_MESSAGES/kategdbplugin.mo @@ -278,9 +279,10 @@ share/locale/el/LC_MESSAGES/katekonsoleplugin.mo share/locale/el/LC_MESSAGES/katemailfilesplugin.mo share/locale/el/LC_MESSAGES/kateopenheader.mo share/locale/el/LC_MESSAGES/katepart4.mo -share/locale/el/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/el/LC_MESSAGES/kateproject.mo share/locale/el/LC_MESSAGES/katesearch.mo share/locale/el/LC_MESSAGES/katesnippets_tng.mo +share/locale/el/LC_MESSAGES/katesnippetsplugin.mo share/locale/el/LC_MESSAGES/katesql.mo share/locale/el/LC_MESSAGES/katesymbolviewer.mo share/locale/el/LC_MESSAGES/katetabbarextension.mo @@ -303,6 +305,7 @@ share/locale/el/LC_MESSAGES/kcalc.mo share/locale/el/LC_MESSAGES/kcertpart.mo share/locale/el/LC_MESSAGES/kcharselect.mo share/locale/el/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/el/LC_MESSAGES/kcm_activities.mo share/locale/el/LC_MESSAGES/kcm_akonadi.mo share/locale/el/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/el/LC_MESSAGES/kcm_attica.mo @@ -320,7 +323,6 @@ share/locale/el/LC_MESSAGES/kcm_memory.mo share/locale/el/LC_MESSAGES/kcm_nepomuk.mo share/locale/el/LC_MESSAGES/kcm_pci.mo share/locale/el/LC_MESSAGES/kcm_phonon.mo -share/locale/el/LC_MESSAGES/kcm_phononxine.mo share/locale/el/LC_MESSAGES/kcm_platform.mo share/locale/el/LC_MESSAGES/kcm_remotecontrol.mo share/locale/el/LC_MESSAGES/kcm_solid.mo @@ -467,12 +469,14 @@ share/locale/el/LC_MESSAGES/kio_sieve.mo share/locale/el/LC_MESSAGES/kio_smb.mo share/locale/el/LC_MESSAGES/kio_smtp.mo share/locale/el/LC_MESSAGES/kio_svn.mo +share/locale/el/LC_MESSAGES/kio_tags.mo share/locale/el/LC_MESSAGES/kio_thumbnail.mo share/locale/el/LC_MESSAGES/kio_timeline.mo share/locale/el/LC_MESSAGES/kio_trash.mo share/locale/el/LC_MESSAGES/kio_zeroconf.mo share/locale/el/LC_MESSAGES/kioclient.mo share/locale/el/LC_MESSAGES/kioexec.mo +share/locale/el/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/el/LC_MESSAGES/kiriki.mo share/locale/el/LC_MESSAGES/kiten.mo share/locale/el/LC_MESSAGES/kjots.mo @@ -541,6 +545,8 @@ share/locale/el/LC_MESSAGES/kruler.mo share/locale/el/LC_MESSAGES/krunner.mo share/locale/el/LC_MESSAGES/ksaneplugin.mo share/locale/el/LC_MESSAGES/kscd.mo +share/locale/el/LC_MESSAGES/kscreenlocker.mo +share/locale/el/LC_MESSAGES/kscreenlocker_greet.mo share/locale/el/LC_MESSAGES/kscreensaver.mo share/locale/el/LC_MESSAGES/ksendemail.mo share/locale/el/LC_MESSAGES/kshellcmdplugin.mo @@ -569,7 +575,9 @@ share/locale/el/LC_MESSAGES/ktexteditor_plugins.mo share/locale/el/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/el/LC_MESSAGES/ktimer.mo share/locale/el/LC_MESSAGES/ktimetracker.mo +share/locale/el/LC_MESSAGES/ktnef.mo share/locale/el/LC_MESSAGES/ktouch.mo +share/locale/el/LC_MESSAGES/ktouchpadenabler.mo share/locale/el/LC_MESSAGES/ktraderclient.mo share/locale/el/LC_MESSAGES/ktron.mo share/locale/el/LC_MESSAGES/ktuberling.mo @@ -616,6 +624,7 @@ share/locale/el/LC_MESSAGES/libkdepimmobileui.mo share/locale/el/LC_MESSAGES/libkexiv2.mo share/locale/el/LC_MESSAGES/libkholidays.mo share/locale/el/LC_MESSAGES/libkimap.mo +share/locale/el/LC_MESSAGES/libkipi.mo share/locale/el/LC_MESSAGES/libkldap.mo share/locale/el/LC_MESSAGES/libkleopatra.mo share/locale/el/LC_MESSAGES/libkmahjongg.mo @@ -647,11 +656,11 @@ share/locale/el/LC_MESSAGES/liboktetagui.mo share/locale/el/LC_MESSAGES/liboktetakasten.mo share/locale/el/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/el/LC_MESSAGES/libphonon.mo +share/locale/el/LC_MESSAGES/libpimcommon.mo share/locale/el/LC_MESSAGES/libplasma.mo share/locale/el/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/el/LC_MESSAGES/libplasmaclock.mo share/locale/el/LC_MESSAGES/libplasmaweather.mo -share/locale/el/LC_MESSAGES/librtm.mo share/locale/el/LC_MESSAGES/libtaskmanager.mo share/locale/el/LC_MESSAGES/libtemplateparser.mo share/locale/el/LC_MESSAGES/lokalize.mo @@ -668,12 +677,14 @@ share/locale/el/LC_MESSAGES/minitoolsplugin.mo share/locale/el/LC_MESSAGES/mplayerthumbs.mo share/locale/el/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/el/LC_MESSAGES/nepomukbackup.mo +share/locale/el/LC_MESSAGES/nepomukcleaner.mo share/locale/el/LC_MESSAGES/nepomukcontroller.mo share/locale/el/LC_MESSAGES/nepomukfileindexer.mo share/locale/el/LC_MESSAGES/nepomukqueryservice.mo share/locale/el/LC_MESSAGES/nepomukserver.mo share/locale/el/LC_MESSAGES/nepomukservicestub.mo share/locale/el/LC_MESSAGES/nepomukstorage.mo +share/locale/el/LC_MESSAGES/nepomukwidgets.mo share/locale/el/LC_MESSAGES/newmailnotifieragent.mo share/locale/el/LC_MESSAGES/notes-mobile.mo share/locale/el/LC_MESSAGES/nsplugin.mo @@ -696,12 +707,17 @@ share/locale/el/LC_MESSAGES/okular_plucker.mo share/locale/el/LC_MESSAGES/okular_poppler.mo share/locale/el/LC_MESSAGES/okular_tiff.mo share/locale/el/LC_MESSAGES/okular_xps.mo +share/locale/el/LC_MESSAGES/org.kde.active.documentviewer.mo +share/locale/el/LC_MESSAGES/pairs.mo +share/locale/el/LC_MESSAGES/pairseditor.mo share/locale/el/LC_MESSAGES/palapeli.mo share/locale/el/LC_MESSAGES/parley.mo share/locale/el/LC_MESSAGES/phonon_gstreamer.mo share/locale/el/LC_MESSAGES/phonon_kde.mo share/locale/el/LC_MESSAGES/phonon_vlc.mo share/locale/el/LC_MESSAGES/phononserver.mo +share/locale/el/LC_MESSAGES/picmi.mo +share/locale/el/LC_MESSAGES/pimsettingexporter.mo share/locale/el/LC_MESSAGES/plasma-desktop.mo share/locale/el/LC_MESSAGES/plasma-netbook.mo share/locale/el/LC_MESSAGES/plasma-overlay.mo @@ -709,6 +725,7 @@ share/locale/el/LC_MESSAGES/plasma-remote-helper.mo share/locale/el/LC_MESSAGES/plasma-windowed.mo share/locale/el/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/el/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/el/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/el/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/el/LC_MESSAGES/plasma_applet_battery.mo share/locale/el/LC_MESSAGES/plasma_applet_binaryclock.mo @@ -717,6 +734,7 @@ share/locale/el/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/el/LC_MESSAGES/plasma_applet_calculator.mo share/locale/el/LC_MESSAGES/plasma_applet_clock.mo share/locale/el/LC_MESSAGES/plasma_applet_comic.mo +share/locale/el/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/el/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/el/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/el/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo @@ -724,6 +742,7 @@ share/locale/el/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/el/LC_MESSAGES/plasma_applet_folderview.mo share/locale/el/LC_MESSAGES/plasma_applet_frame.mo share/locale/el/LC_MESSAGES/plasma_applet_fuzzy_clock.mo +share/locale/el/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/el/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/el/LC_MESSAGES/plasma_applet_icon.mo share/locale/el/LC_MESSAGES/plasma_applet_icontasks.mo @@ -748,11 +767,12 @@ share/locale/el/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/el/LC_MESSAGES/plasma_applet_news.mo share/locale/el/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/el/LC_MESSAGES/plasma_applet_notes.mo -share/locale/el/LC_MESSAGES/plasma_applet_notifications.mo share/locale/el/LC_MESSAGES/plasma_applet_notifier.mo share/locale/el/LC_MESSAGES/plasma_applet_nowplaying.mo +share/locale/el/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/el/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/el/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/el/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/el/LC_MESSAGES/plasma_applet_pager.mo share/locale/el/LC_MESSAGES/plasma_applet_panel.mo @@ -761,6 +781,7 @@ share/locale/el/LC_MESSAGES/plasma_applet_paste.mo share/locale/el/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/el/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/el/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/el/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/el/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/el/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/el/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -823,6 +844,7 @@ share/locale/el/LC_MESSAGES/plasma_runner_kill.mo share/locale/el/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/el/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/el/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/el/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/el/LC_MESSAGES/plasma_runner_locations.mo share/locale/el/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/el/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -850,22 +872,23 @@ share/locale/el/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/el/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/el/LC_MESSAGES/plasmaengineexplorer.mo share/locale/el/LC_MESSAGES/plasmagenericshell.mo share/locale/el/LC_MESSAGES/plasmapkg.mo -share/locale/el/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/el/LC_MESSAGES/plasmoidviewer.mo +share/locale/el/LC_MESSAGES/pothumbnail.mo share/locale/el/LC_MESSAGES/powerdevil.mo share/locale/el/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/el/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/el/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/el/LC_MESSAGES/printer-applet.mo +share/locale/el/LC_MESSAGES/print-manager.mo share/locale/el/LC_MESSAGES/processcore.mo share/locale/el/LC_MESSAGES/processui.mo share/locale/el/LC_MESSAGES/randrmonitor.mo share/locale/el/LC_MESSAGES/rellinks.mo share/locale/el/LC_MESSAGES/rocs.mo +share/locale/el/LC_MESSAGES/rocscore.mo +share/locale/el/LC_MESSAGES/rocsvisualeditor.mo share/locale/el/LC_MESSAGES/searchbarplugin.mo share/locale/el/LC_MESSAGES/solid-hardware.mo share/locale/el/LC_MESSAGES/solid-network.mo @@ -878,7 +901,6 @@ share/locale/el/LC_MESSAGES/strigila_diff.mo share/locale/el/LC_MESSAGES/superkaramba.mo share/locale/el/LC_MESSAGES/svgpart.mo share/locale/el/LC_MESSAGES/sweeper.mo -share/locale/el/LC_MESSAGES/system-config-printer-kde.mo share/locale/el/LC_MESSAGES/systemsettings.mo share/locale/el/LC_MESSAGES/tasks-mobile.mo share/locale/el/LC_MESSAGES/timezones4.mo @@ -890,7 +912,6 @@ share/locale/el/LC_MESSAGES/webarchiver.mo share/locale/el/LC_MESSAGES/xml_mimetypes.mo share/locale/el/entry.desktop @dirrm share/doc/HTML/el/sweeper -@dirrm share/doc/HTML/el/printer-applet @dirrm share/doc/HTML/el/plasma-desktop @dirrm share/doc/HTML/el/onlinehelp @dirrm share/doc/HTML/el/konqueror diff --git a/misc/kde4-l10n-en_GB/Makefile b/misc/kde4-l10n-en_GB/Makefile index dcef1f8644dd..294cd2ee267e 100644 --- a/misc/kde4-l10n-en_GB/Makefile +++ b/misc/kde4-l10n-en_GB/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= British messages and documentation for KDE4 +COMMENT= British messages and documentation for KDE SC 4 KDE4_L10N= en_GB diff --git a/misc/kde4-l10n-en_GB/distinfo b/misc/kde4-l10n-en_GB/distinfo index 5e476a95ab31..c33199a516f2 100644 --- a/misc/kde4-l10n-en_GB/distinfo +++ b/misc/kde4-l10n-en_GB/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-en_GB-4.9.5.tar.xz) = 1455980ab383712497386c65f4e0ad84e5de779dc4bc49ab84bf26852b190cc4 -SIZE (KDE/kde-l10n/kde-l10n-en_GB-4.9.5.tar.xz) = 3143780 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-en_GB-4.10.1.tar.xz) = ce6faac6c254e5b9c5f6370d6877570347d590879b8213f2a383e6d2595b5770 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-en_GB-4.10.1.tar.xz) = 3177144 diff --git a/misc/kde4-l10n-en_GB/pkg-plist b/misc/kde4-l10n-en_GB/pkg-plist index 9831106685c5..71b6411169df 100644 --- a/misc/kde4-l10n-en_GB/pkg-plist +++ b/misc/kde4-l10n-en_GB/pkg-plist @@ -177,7 +177,7 @@ share/locale/en_GB/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/en_GB/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/en_GB/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_next.mo share/locale/en_GB/LC_MESSAGES/akonadi_nntp_resource.mo @@ -255,7 +255,6 @@ share/locale/en_GB/LC_MESSAGES/kate.mo share/locale/en_GB/LC_MESSAGES/kate_kttsd.mo share/locale/en_GB/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/en_GB/LC_MESSAGES/katebuild-plugin.mo -share/locale/en_GB/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/en_GB/LC_MESSAGES/katefilebrowserplugin.mo share/locale/en_GB/LC_MESSAGES/katefiletemplates.mo share/locale/en_GB/LC_MESSAGES/kategdbplugin.mo @@ -264,7 +263,6 @@ share/locale/en_GB/LC_MESSAGES/katekonsoleplugin.mo share/locale/en_GB/LC_MESSAGES/katemailfilesplugin.mo share/locale/en_GB/LC_MESSAGES/kateopenheader.mo share/locale/en_GB/LC_MESSAGES/katepart4.mo -share/locale/en_GB/LC_MESSAGES/katequickdocumentswitcherplugin.mo share/locale/en_GB/LC_MESSAGES/katesnippets_tng.mo share/locale/en_GB/LC_MESSAGES/katesql.mo share/locale/en_GB/LC_MESSAGES/katesymbolviewer.mo @@ -304,7 +302,6 @@ share/locale/en_GB/LC_MESSAGES/kcm_memory.mo share/locale/en_GB/LC_MESSAGES/kcm_nepomuk.mo share/locale/en_GB/LC_MESSAGES/kcm_pci.mo share/locale/en_GB/LC_MESSAGES/kcm_phonon.mo -share/locale/en_GB/LC_MESSAGES/kcm_phononxine.mo share/locale/en_GB/LC_MESSAGES/kcm_platform.mo share/locale/en_GB/LC_MESSAGES/kcm_remotecontrol.mo share/locale/en_GB/LC_MESSAGES/kcm_solid.mo @@ -631,7 +628,6 @@ share/locale/en_GB/LC_MESSAGES/libplasma.mo share/locale/en_GB/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/en_GB/LC_MESSAGES/libplasmaclock.mo share/locale/en_GB/LC_MESSAGES/libplasmaweather.mo -share/locale/en_GB/LC_MESSAGES/librtm.mo share/locale/en_GB/LC_MESSAGES/libtaskmanager.mo share/locale/en_GB/LC_MESSAGES/libtemplateparser.mo share/locale/en_GB/LC_MESSAGES/lokalize.mo @@ -726,12 +722,12 @@ share/locale/en_GB/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_news.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_notes.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_notifications.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_notifier.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_pager.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_panel.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -797,6 +793,7 @@ share/locale/en_GB/LC_MESSAGES/plasma_runner_kill.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_locations.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo @@ -822,20 +819,18 @@ share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/en_GB/LC_MESSAGES/plasmaengineexplorer.mo share/locale/en_GB/LC_MESSAGES/plasmagenericshell.mo share/locale/en_GB/LC_MESSAGES/plasmapkg.mo -share/locale/en_GB/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/en_GB/LC_MESSAGES/plasmoidviewer.mo share/locale/en_GB/LC_MESSAGES/powerdevil.mo share/locale/en_GB/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/en_GB/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/en_GB/LC_MESSAGES/printer-applet.mo share/locale/en_GB/LC_MESSAGES/processcore.mo share/locale/en_GB/LC_MESSAGES/processui.mo share/locale/en_GB/LC_MESSAGES/randrmonitor.mo share/locale/en_GB/LC_MESSAGES/rellinks.mo share/locale/en_GB/LC_MESSAGES/rocs.mo +share/locale/en_GB/LC_MESSAGES/rocscore.mo +share/locale/en_GB/LC_MESSAGES/rocsvisualeditor.mo share/locale/en_GB/LC_MESSAGES/searchbarplugin.mo share/locale/en_GB/LC_MESSAGES/solid-hardware.mo share/locale/en_GB/LC_MESSAGES/solid-network.mo @@ -848,7 +843,6 @@ share/locale/en_GB/LC_MESSAGES/strigila_diff.mo share/locale/en_GB/LC_MESSAGES/superkaramba.mo share/locale/en_GB/LC_MESSAGES/svgpart.mo share/locale/en_GB/LC_MESSAGES/sweeper.mo -share/locale/en_GB/LC_MESSAGES/system-config-printer-kde.mo share/locale/en_GB/LC_MESSAGES/systemsettings.mo share/locale/en_GB/LC_MESSAGES/tasks-mobile.mo share/locale/en_GB/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-eo/Makefile b/misc/kde4-l10n-eo/Makefile index b8fe7796c9d3..97c898932251 100644 --- a/misc/kde4-l10n-eo/Makefile +++ b/misc/kde4-l10n-eo/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Esperanto messages and documentation for KDE4 +COMMENT= Esperanto messages and documentation for KDE SC 4 KDE4_L10N= eo diff --git a/misc/kde4-l10n-es/Makefile b/misc/kde4-l10n-es/Makefile index 03c42093d135..4866356a629d 100644 --- a/misc/kde4-l10n-es/Makefile +++ b/misc/kde4-l10n-es/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Spanish messages and documentation for KDE4 +COMMENT= Spanish messages and documentation for KDE SC 4 KDE4_L10N= es diff --git a/misc/kde4-l10n-es/Makefile.man b/misc/kde4-l10n-es/Makefile.man index a15a4be8b0a7..01234f13aedc 100644 --- a/misc/kde4-l10n-es/Makefile.man +++ b/misc/kde4-l10n-es/Makefile.man @@ -11,11 +11,13 @@ MAN1+= cvslastlog.1 MAN1+= cvsrevertlast.1 MAN1+= cxxmetric.1 MAN1+= demangle.1 +MAN1+= dragon.1 MAN1+= extend_dmalloc.1 MAN1+= extractrc.1 MAN1+= fixincludes.1 MAN1+= kabcclient.1 MAN1+= kalzium.1 +MAN1+= kate.1 MAN1+= kbookmarkmerger.1 MAN1+= kbruch.1 MAN1+= kconfig_compiler.1 @@ -32,6 +34,7 @@ MAN1+= kmplot.1 MAN1+= kross.1 MAN1+= ktouch.1 MAN1+= makekdewidgets.1 +MAN1+= okular.1 MAN1+= plasmapkg.1 MAN1+= po2xml.1 MAN1+= preparetips.1 diff --git a/misc/kde4-l10n-es/distinfo b/misc/kde4-l10n-es/distinfo index 080535b2deb0..fe4d3e2f1b16 100644 --- a/misc/kde4-l10n-es/distinfo +++ b/misc/kde4-l10n-es/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-es-4.9.5.tar.xz) = b3a6eb88ac743c9992c937c08f255ad4dae04c3cf98834e3a3ab0d92f2c1ddc5 -SIZE (KDE/kde-l10n/kde-l10n-es-4.9.5.tar.xz) = 23379100 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-es-4.10.1.tar.xz) = 4c72a7e4e97d57d03c10b4e1b1ac009434a9ad8b5fbb23dad48ffc062fbbdf21 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-es-4.10.1.tar.xz) = 23510924 diff --git a/misc/kde4-l10n-es/pkg-plist b/misc/kde4-l10n-es/pkg-plist index 8b5668bd5ba7..c5f85b9a6c43 100644 --- a/misc/kde4-l10n-es/pkg-plist +++ b/misc/kde4-l10n-es/pkg-plist @@ -1,3 +1,4 @@ +share/apps/autocorrect/es.xml share/apps/khangman/es.txt share/apps/klettres/es/alpha/a.ogg share/apps/klettres/es/alpha/b.ogg @@ -234,6 +235,7 @@ share/doc/HTML/es/dragonplayer/common share/doc/HTML/es/dragonplayer/index.cache.bz2 share/doc/HTML/es/dragonplayer/index.docbook share/doc/HTML/es/dragonplayer/main.png +share/doc/HTML/es/dragonplayer/man-dragon.1.docbook share/doc/HTML/es/filelight/common share/doc/HTML/es/filelight/index.cache.bz2 share/doc/HTML/es/filelight/index.docbook @@ -272,6 +274,7 @@ share/doc/HTML/es/kalarm/index.docbook share/doc/HTML/es/kalarm/mainwindow-calendars.png share/doc/HTML/es/kalarm/mainwindow.png share/doc/HTML/es/kalarm/spinbox.png +share/doc/HTML/es/kalgebra/commands.docbook share/doc/HTML/es/kalgebra/common share/doc/HTML/es/kalgebra/index.cache.bz2 share/doc/HTML/es/kalgebra/index.docbook @@ -421,6 +424,9 @@ share/doc/HTML/es/kcontrol/joystick/index.docbook share/doc/HTML/es/kcontrol/kamera/common share/doc/HTML/es/kcontrol/kamera/index.cache.bz2 share/doc/HTML/es/kcontrol/kamera/index.docbook +share/doc/HTML/es/kcontrol/kcm_ssl/common +share/doc/HTML/es/kcontrol/kcm_ssl/index.cache.bz2 +share/doc/HTML/es/kcontrol/kcm_ssl/index.docbook share/doc/HTML/es/kcontrol/kcmaccess/common share/doc/HTML/es/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/es/kcontrol/kcmaccess/index.docbook @@ -529,6 +535,9 @@ share/doc/HTML/es/kcontrol/windowbehaviour/index.docbook share/doc/HTML/es/kcontrol/windowspecific/common share/doc/HTML/es/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/es/kcontrol/windowspecific/index.docbook +share/doc/HTML/es/kcontrol/workspaceoptions/common +share/doc/HTML/es/kcontrol/workspaceoptions/index.cache.bz2 +share/doc/HTML/es/kcontrol/workspaceoptions/index.docbook share/doc/HTML/es/kcron/common share/doc/HTML/es/kcron/index.cache.bz2 share/doc/HTML/es/kcron/index.docbook @@ -1168,6 +1177,7 @@ share/doc/HTML/es/kstars/colorandtemp.docbook share/doc/HTML/es/kstars/commands.docbook share/doc/HTML/es/kstars/common share/doc/HTML/es/kstars/config.docbook +share/doc/HTML/es/kstars/cosmicdist.docbook share/doc/HTML/es/kstars/cpoles.docbook share/doc/HTML/es/kstars/credits.docbook share/doc/HTML/es/kstars/csphere.docbook @@ -1177,6 +1187,7 @@ share/doc/HTML/es/kstars/details.docbook share/doc/HTML/es/kstars/dumpmode.docbook share/doc/HTML/es/kstars/ecliptic.docbook share/doc/HTML/es/kstars/ellipticalgalaxies.docbook +share/doc/HTML/es/kstars/epoch.docbook share/doc/HTML/es/kstars/equinox.docbook share/doc/HTML/es/kstars/faq.docbook share/doc/HTML/es/kstars/find.png @@ -1204,6 +1215,7 @@ share/doc/HTML/es/kstars/magnitude.docbook share/doc/HTML/es/kstars/meridian.docbook share/doc/HTML/es/kstars/newfov.png share/doc/HTML/es/kstars/observinglist.docbook +share/doc/HTML/es/kstars/obsplanner.docbook share/doc/HTML/es/kstars/parallax.docbook share/doc/HTML/es/kstars/precession.docbook share/doc/HTML/es/kstars/quicktour.docbook @@ -1214,6 +1226,7 @@ share/doc/HTML/es/kstars/skycoords.docbook share/doc/HTML/es/kstars/solarsys.docbook share/doc/HTML/es/kstars/spiralgalaxies.docbook share/doc/HTML/es/kstars/stars.docbook +share/doc/HTML/es/kstars/telescopes.docbook share/doc/HTML/es/kstars/timezones.docbook share/doc/HTML/es/kstars/tools.docbook share/doc/HTML/es/kstars/utime.docbook @@ -1309,6 +1322,7 @@ share/doc/HTML/es/kwordquiz/kwq-flashcard.png share/doc/HTML/es/kwordquiz/kwq-multiple.png share/doc/HTML/es/kwordquiz/kwq-qanda.png share/doc/HTML/es/kwrite/common +share/doc/HTML/es/kwrite/configuring.docbook share/doc/HTML/es/kwrite/fundamentals.docbook share/doc/HTML/es/kwrite/index.cache.bz2 share/doc/HTML/es/kwrite/index.docbook @@ -1339,6 +1353,7 @@ share/doc/HTML/es/okular/configure.png share/doc/HTML/es/okular/embedded-files-bar.png share/doc/HTML/es/okular/index.cache.bz2 share/doc/HTML/es/okular/index.docbook +share/doc/HTML/es/okular/man-okular.1.docbook share/doc/HTML/es/onlinehelp/common share/doc/HTML/es/onlinehelp/index.cache.bz2 share/doc/HTML/es/onlinehelp/index.docbook @@ -1357,12 +1372,12 @@ share/doc/HTML/es/parley/parley-main-water.png share/doc/HTML/es/parley/parley-practice-multiple-choice.png share/doc/HTML/es/parley/parley-quick-start-first-start.png share/doc/HTML/es/parley/parley-search.png +share/doc/HTML/es/picmi/common +share/doc/HTML/es/picmi/index.cache.bz2 +share/doc/HTML/es/picmi/index.docbook share/doc/HTML/es/plasma-desktop/common share/doc/HTML/es/plasma-desktop/index.cache.bz2 share/doc/HTML/es/plasma-desktop/index.docbook -share/doc/HTML/es/printer-applet/common -share/doc/HTML/es/printer-applet/index.cache.bz2 -share/doc/HTML/es/printer-applet/index.docbook share/doc/HTML/es/rocs/common share/doc/HTML/es/rocs/index.cache.bz2 share/doc/HTML/es/rocs/index.docbook @@ -1398,6 +1413,8 @@ share/locale/es/LC_MESSAGES/accountwizard_mailbox.mo share/locale/es/LC_MESSAGES/accountwizard_maildir.mo share/locale/es/LC_MESSAGES/accountwizard_pop3.mo share/locale/es/LC_MESSAGES/accountwizard_tine20.mo +share/locale/es/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/es/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/es/LC_MESSAGES/adblock.mo share/locale/es/LC_MESSAGES/akonadi-filestore.mo share/locale/es/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -1406,6 +1423,7 @@ share/locale/es/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/es/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/es/LC_MESSAGES/akonadi_google_resource.mo share/locale/es/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/es/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/es/LC_MESSAGES/akonadi_imap_resource.mo share/locale/es/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/es/LC_MESSAGES/akonadi_kabc_resource.mo @@ -1423,7 +1441,7 @@ share/locale/es/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/es/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/es/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/es/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/es/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/es/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/es/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/es/LC_MESSAGES/akonadi_next.mo share/locale/es/LC_MESSAGES/akonadi_nntp_resource.mo @@ -1448,7 +1466,6 @@ share/locale/es/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/es/LC_MESSAGES/audiorename_plugin.mo share/locale/es/LC_MESSAGES/autorefresh.mo share/locale/es/LC_MESSAGES/babelfish.mo -share/locale/es/LC_MESSAGES/backupmail.mo share/locale/es/LC_MESSAGES/blinken.mo share/locale/es/LC_MESSAGES/blogilo.mo share/locale/es/LC_MESSAGES/bomber.mo @@ -1509,7 +1526,6 @@ share/locale/es/LC_MESSAGES/kate.mo share/locale/es/LC_MESSAGES/kate_kttsd.mo share/locale/es/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/es/LC_MESSAGES/katebuild-plugin.mo -share/locale/es/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/es/LC_MESSAGES/katefilebrowserplugin.mo share/locale/es/LC_MESSAGES/katefiletemplates.mo share/locale/es/LC_MESSAGES/kategdbplugin.mo @@ -1518,9 +1534,10 @@ share/locale/es/LC_MESSAGES/katekonsoleplugin.mo share/locale/es/LC_MESSAGES/katemailfilesplugin.mo share/locale/es/LC_MESSAGES/kateopenheader.mo share/locale/es/LC_MESSAGES/katepart4.mo -share/locale/es/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/es/LC_MESSAGES/kateproject.mo share/locale/es/LC_MESSAGES/katesearch.mo share/locale/es/LC_MESSAGES/katesnippets_tng.mo +share/locale/es/LC_MESSAGES/katesnippetsplugin.mo share/locale/es/LC_MESSAGES/katesql.mo share/locale/es/LC_MESSAGES/katesymbolviewer.mo share/locale/es/LC_MESSAGES/katetabbarextension.mo @@ -1543,6 +1560,7 @@ share/locale/es/LC_MESSAGES/kcalc.mo share/locale/es/LC_MESSAGES/kcertpart.mo share/locale/es/LC_MESSAGES/kcharselect.mo share/locale/es/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/es/LC_MESSAGES/kcm_activities.mo share/locale/es/LC_MESSAGES/kcm_akonadi.mo share/locale/es/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/es/LC_MESSAGES/kcm_attica.mo @@ -1560,7 +1578,6 @@ share/locale/es/LC_MESSAGES/kcm_memory.mo share/locale/es/LC_MESSAGES/kcm_nepomuk.mo share/locale/es/LC_MESSAGES/kcm_pci.mo share/locale/es/LC_MESSAGES/kcm_phonon.mo -share/locale/es/LC_MESSAGES/kcm_phononxine.mo share/locale/es/LC_MESSAGES/kcm_platform.mo share/locale/es/LC_MESSAGES/kcm_remotecontrol.mo share/locale/es/LC_MESSAGES/kcm_solid.mo @@ -1707,12 +1724,14 @@ share/locale/es/LC_MESSAGES/kio_sieve.mo share/locale/es/LC_MESSAGES/kio_smb.mo share/locale/es/LC_MESSAGES/kio_smtp.mo share/locale/es/LC_MESSAGES/kio_svn.mo +share/locale/es/LC_MESSAGES/kio_tags.mo share/locale/es/LC_MESSAGES/kio_thumbnail.mo share/locale/es/LC_MESSAGES/kio_timeline.mo share/locale/es/LC_MESSAGES/kio_trash.mo share/locale/es/LC_MESSAGES/kio_zeroconf.mo share/locale/es/LC_MESSAGES/kioclient.mo share/locale/es/LC_MESSAGES/kioexec.mo +share/locale/es/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/es/LC_MESSAGES/kiriki.mo share/locale/es/LC_MESSAGES/kiten.mo share/locale/es/LC_MESSAGES/kjots.mo @@ -1782,8 +1801,11 @@ share/locale/es/LC_MESSAGES/kruler.mo share/locale/es/LC_MESSAGES/krunner.mo share/locale/es/LC_MESSAGES/ksaneplugin.mo share/locale/es/LC_MESSAGES/kscd.mo +share/locale/es/LC_MESSAGES/kscreenlocker.mo +share/locale/es/LC_MESSAGES/kscreenlocker_greet.mo share/locale/es/LC_MESSAGES/kscreensaver.mo share/locale/es/LC_MESSAGES/ksendemail.mo +share/locale/es/LC_MESSAGES/ksgrd.mo share/locale/es/LC_MESSAGES/kshellcmdplugin.mo share/locale/es/LC_MESSAGES/kshisen.mo share/locale/es/LC_MESSAGES/kshorturifilter.mo @@ -1813,6 +1835,7 @@ share/locale/es/LC_MESSAGES/ktimer.mo share/locale/es/LC_MESSAGES/ktimetracker.mo share/locale/es/LC_MESSAGES/ktnef.mo share/locale/es/LC_MESSAGES/ktouch.mo +share/locale/es/LC_MESSAGES/ktouchpadenabler.mo share/locale/es/LC_MESSAGES/ktraderclient.mo share/locale/es/LC_MESSAGES/ktron.mo share/locale/es/LC_MESSAGES/ktuberling.mo @@ -1859,6 +1882,7 @@ share/locale/es/LC_MESSAGES/libkdepimmobileui.mo share/locale/es/LC_MESSAGES/libkexiv2.mo share/locale/es/LC_MESSAGES/libkholidays.mo share/locale/es/LC_MESSAGES/libkimap.mo +share/locale/es/LC_MESSAGES/libkipi.mo share/locale/es/LC_MESSAGES/libkldap.mo share/locale/es/LC_MESSAGES/libkleopatra.mo share/locale/es/LC_MESSAGES/libkmahjongg.mo @@ -1890,11 +1914,11 @@ share/locale/es/LC_MESSAGES/liboktetagui.mo share/locale/es/LC_MESSAGES/liboktetakasten.mo share/locale/es/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/es/LC_MESSAGES/libphonon.mo +share/locale/es/LC_MESSAGES/libpimcommon.mo share/locale/es/LC_MESSAGES/libplasma.mo share/locale/es/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/es/LC_MESSAGES/libplasmaclock.mo share/locale/es/LC_MESSAGES/libplasmaweather.mo -share/locale/es/LC_MESSAGES/librtm.mo share/locale/es/LC_MESSAGES/libtaskmanager.mo share/locale/es/LC_MESSAGES/libtemplateparser.mo share/locale/es/LC_MESSAGES/lokalize.mo @@ -1902,6 +1926,7 @@ share/locale/es/LC_MESSAGES/lskat.mo share/locale/es/LC_MESSAGES/mailreader.mo share/locale/es/LC_MESSAGES/marble.mo share/locale/es/LC_MESSAGES/marble_qt.mo +share/locale/es/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/es/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/es/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/es/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -1911,12 +1936,15 @@ share/locale/es/LC_MESSAGES/minitoolsplugin.mo share/locale/es/LC_MESSAGES/mplayerthumbs.mo share/locale/es/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/es/LC_MESSAGES/nepomukbackup.mo +share/locale/es/LC_MESSAGES/nepomukcleaner.mo share/locale/es/LC_MESSAGES/nepomukcontroller.mo share/locale/es/LC_MESSAGES/nepomukfileindexer.mo +share/locale/es/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/es/LC_MESSAGES/nepomukqueryservice.mo share/locale/es/LC_MESSAGES/nepomukserver.mo share/locale/es/LC_MESSAGES/nepomukservicestub.mo share/locale/es/LC_MESSAGES/nepomukstorage.mo +share/locale/es/LC_MESSAGES/nepomukwidgets.mo share/locale/es/LC_MESSAGES/newmailnotifieragent.mo share/locale/es/LC_MESSAGES/notes-mobile.mo share/locale/es/LC_MESSAGES/nsplugin.mo @@ -1939,13 +1967,17 @@ share/locale/es/LC_MESSAGES/okular_plucker.mo share/locale/es/LC_MESSAGES/okular_poppler.mo share/locale/es/LC_MESSAGES/okular_tiff.mo share/locale/es/LC_MESSAGES/okular_xps.mo +share/locale/es/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/es/LC_MESSAGES/pairs.mo +share/locale/es/LC_MESSAGES/pairseditor.mo share/locale/es/LC_MESSAGES/palapeli.mo share/locale/es/LC_MESSAGES/parley.mo share/locale/es/LC_MESSAGES/phonon_gstreamer.mo share/locale/es/LC_MESSAGES/phonon_kde.mo share/locale/es/LC_MESSAGES/phonon_vlc.mo share/locale/es/LC_MESSAGES/phononserver.mo +share/locale/es/LC_MESSAGES/picmi.mo +share/locale/es/LC_MESSAGES/pimsettingexporter.mo share/locale/es/LC_MESSAGES/plasma-desktop.mo share/locale/es/LC_MESSAGES/plasma-netbook.mo share/locale/es/LC_MESSAGES/plasma-overlay.mo @@ -1995,12 +2027,12 @@ share/locale/es/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/es/LC_MESSAGES/plasma_applet_news.mo share/locale/es/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/es/LC_MESSAGES/plasma_applet_notes.mo -share/locale/es/LC_MESSAGES/plasma_applet_notifications.mo share/locale/es/LC_MESSAGES/plasma_applet_notifier.mo share/locale/es/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/es/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/es/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/es/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/es/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/es/LC_MESSAGES/plasma_applet_pager.mo share/locale/es/LC_MESSAGES/plasma_applet_panel.mo @@ -2009,6 +2041,7 @@ share/locale/es/LC_MESSAGES/plasma_applet_paste.mo share/locale/es/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/es/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/es/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/es/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/es/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/es/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/es/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -2071,6 +2104,7 @@ share/locale/es/LC_MESSAGES/plasma_runner_kill.mo share/locale/es/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/es/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/es/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/es/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/es/LC_MESSAGES/plasma_runner_locations.mo share/locale/es/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/es/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -2098,24 +2132,23 @@ share/locale/es/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/es/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/es/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/es/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/es/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/es/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/es/LC_MESSAGES/plasmaengineexplorer.mo share/locale/es/LC_MESSAGES/plasmagenericshell.mo share/locale/es/LC_MESSAGES/plasmapkg.mo -share/locale/es/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/es/LC_MESSAGES/plasmoidviewer.mo share/locale/es/LC_MESSAGES/pothumbnail.mo share/locale/es/LC_MESSAGES/powerdevil.mo share/locale/es/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/es/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/es/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/es/LC_MESSAGES/printer-applet.mo +share/locale/es/LC_MESSAGES/print-manager.mo share/locale/es/LC_MESSAGES/processcore.mo share/locale/es/LC_MESSAGES/processui.mo share/locale/es/LC_MESSAGES/randrmonitor.mo share/locale/es/LC_MESSAGES/rellinks.mo -share/locale/es/LC_MESSAGES/remote-widgets-browser.mo share/locale/es/LC_MESSAGES/rocs.mo +share/locale/es/LC_MESSAGES/rocscore.mo +share/locale/es/LC_MESSAGES/rocsvisualeditor.mo share/locale/es/LC_MESSAGES/searchbarplugin.mo share/locale/es/LC_MESSAGES/solid-hardware.mo share/locale/es/LC_MESSAGES/solid-network.mo @@ -2128,7 +2161,6 @@ share/locale/es/LC_MESSAGES/strigila_diff.mo share/locale/es/LC_MESSAGES/superkaramba.mo share/locale/es/LC_MESSAGES/svgpart.mo share/locale/es/LC_MESSAGES/sweeper.mo -share/locale/es/LC_MESSAGES/system-config-printer-kde.mo share/locale/es/LC_MESSAGES/systemsettings.mo share/locale/es/LC_MESSAGES/tasks-mobile.mo share/locale/es/LC_MESSAGES/timezones4.mo @@ -2145,8 +2177,8 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/step @dirrm share/doc/HTML/es/sonnet @dirrm share/doc/HTML/es/rocs -@dirrm share/doc/HTML/es/printer-applet @dirrm share/doc/HTML/es/plasma-desktop +@dirrm share/doc/HTML/es/picmi @dirrm share/doc/HTML/es/parley @dirrm share/doc/HTML/es/palapeli @dirrm share/doc/HTML/es/onlinehelp @@ -2281,6 +2313,7 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/kdepasswd @dirrm share/doc/HTML/es/kdebugdialog @dirrm share/doc/HTML/es/kcron +@dirrm share/doc/HTML/es/kcontrol/workspaceoptions @dirrm share/doc/HTML/es/kcontrol/windowspecific @dirrm share/doc/HTML/es/kcontrol/windowbehaviour @dirrm share/doc/HTML/es/kcontrol/useragent @@ -2317,6 +2350,7 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/kcontrol/kcmcss @dirrm share/doc/HTML/es/kcontrol/kcmcgi @dirrm share/doc/HTML/es/kcontrol/kcmaccess +@dirrm share/doc/HTML/es/kcontrol/kcm_ssl @dirrm share/doc/HTML/es/kcontrol/kamera @dirrm share/doc/HTML/es/kcontrol/joystick @dirrm share/doc/HTML/es/kcontrol/icons @@ -2384,6 +2418,7 @@ share/locale/es/entry.desktop @dirrm share/apps/klettres/es @dirrm share/apps/klettres @dirrm share/apps/khangman +@dirrm share/apps/autocorrect @dirrmtry man/es/man8 @dirrmtry man/es/man7 @dirrmtry man/es/man6 diff --git a/misc/kde4-l10n-et/Makefile b/misc/kde4-l10n-et/Makefile index 6544e120c949..69b79f896f10 100644 --- a/misc/kde4-l10n-et/Makefile +++ b/misc/kde4-l10n-et/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Estonian messages and documentation for KDE4 +COMMENT= Estonian messages and documentation for KDE SC 4 KDE4_L10N= et diff --git a/misc/kde4-l10n-et/Makefile.man b/misc/kde4-l10n-et/Makefile.man index a7046f884194..6b986a67fe58 100644 --- a/misc/kde4-l10n-et/Makefile.man +++ b/misc/kde4-l10n-et/Makefile.man @@ -34,6 +34,7 @@ MAN1+= kmplot.1 MAN1+= kross.1 MAN1+= ktouch.1 MAN1+= makekdewidgets.1 +MAN1+= okular.1 MAN1+= plasmaengineexplorer.1 MAN1+= plasmapkg.1 MAN1+= plasmoidviewer.1 diff --git a/misc/kde4-l10n-et/distinfo b/misc/kde4-l10n-et/distinfo index 74fbc03f9dc2..c8f05d29dafd 100644 --- a/misc/kde4-l10n-et/distinfo +++ b/misc/kde4-l10n-et/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-et-4.9.5.tar.xz) = a7083b67dd2c6d477d1e4809eb905f1ea60a57b2cdc6c631979441c01f342392 -SIZE (KDE/kde-l10n/kde-l10n-et-4.9.5.tar.xz) = 7439280 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-et-4.10.1.tar.xz) = 8fcc07e8568397c9b896e4d21b9075416075d979ceadd6035153289b93032c5a +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-et-4.10.1.tar.xz) = 7517420 diff --git a/misc/kde4-l10n-et/pkg-plist b/misc/kde4-l10n-et/pkg-plist index c9ad991766ad..513438b6ad57 100644 --- a/misc/kde4-l10n-et/pkg-plist +++ b/misc/kde4-l10n-et/pkg-plist @@ -815,6 +815,7 @@ share/doc/HTML/et/kstars/colorandtemp.docbook share/doc/HTML/et/kstars/commands.docbook share/doc/HTML/et/kstars/common share/doc/HTML/et/kstars/config.docbook +share/doc/HTML/et/kstars/cosmicdist.docbook share/doc/HTML/et/kstars/cpoles.docbook share/doc/HTML/et/kstars/credits.docbook share/doc/HTML/et/kstars/csphere.docbook @@ -823,6 +824,7 @@ share/doc/HTML/et/kstars/details.docbook share/doc/HTML/et/kstars/dumpmode.docbook share/doc/HTML/et/kstars/ecliptic.docbook share/doc/HTML/et/kstars/ellipticalgalaxies.docbook +share/doc/HTML/et/kstars/epoch.docbook share/doc/HTML/et/kstars/equinox.docbook share/doc/HTML/et/kstars/faq.docbook share/doc/HTML/et/kstars/fitsviewer.docbook @@ -843,6 +845,7 @@ share/doc/HTML/et/kstars/luminosity.docbook share/doc/HTML/et/kstars/magnitude.docbook share/doc/HTML/et/kstars/meridian.docbook share/doc/HTML/et/kstars/observinglist.docbook +share/doc/HTML/et/kstars/obsplanner.docbook share/doc/HTML/et/kstars/parallax.docbook share/doc/HTML/et/kstars/precession.docbook share/doc/HTML/et/kstars/quicktour.docbook @@ -853,6 +856,7 @@ share/doc/HTML/et/kstars/skycoords.docbook share/doc/HTML/et/kstars/solarsys.docbook share/doc/HTML/et/kstars/spiralgalaxies.docbook share/doc/HTML/et/kstars/stars.docbook +share/doc/HTML/et/kstars/telescopes.docbook share/doc/HTML/et/kstars/timezones.docbook share/doc/HTML/et/kstars/tools.docbook share/doc/HTML/et/kstars/utime.docbook @@ -934,6 +938,7 @@ share/doc/HTML/et/okteta/index.docbook share/doc/HTML/et/okular/common share/doc/HTML/et/okular/index.cache.bz2 share/doc/HTML/et/okular/index.docbook +share/doc/HTML/et/okular/man-okular.1.docbook share/doc/HTML/et/onlinehelp/common share/doc/HTML/et/onlinehelp/index.cache.bz2 share/doc/HTML/et/onlinehelp/index.docbook @@ -943,12 +948,12 @@ share/doc/HTML/et/palapeli/index.docbook share/doc/HTML/et/parley/common share/doc/HTML/et/parley/index.cache.bz2 share/doc/HTML/et/parley/index.docbook +share/doc/HTML/et/picmi/common +share/doc/HTML/et/picmi/index.cache.bz2 +share/doc/HTML/et/picmi/index.docbook share/doc/HTML/et/plasma-desktop/common share/doc/HTML/et/plasma-desktop/index.cache.bz2 share/doc/HTML/et/plasma-desktop/index.docbook -share/doc/HTML/et/printer-applet/common -share/doc/HTML/et/printer-applet/index.cache.bz2 -share/doc/HTML/et/printer-applet/index.docbook share/doc/HTML/et/rocs/common share/doc/HTML/et/rocs/index.cache.bz2 share/doc/HTML/et/rocs/index.docbook @@ -963,9 +968,6 @@ share/doc/HTML/et/step/tutorials.docbook share/doc/HTML/et/sweeper/common share/doc/HTML/et/sweeper/index.cache.bz2 share/doc/HTML/et/sweeper/index.docbook -share/doc/HTML/et/system-config-printer-kde/common -share/doc/HTML/et/system-config-printer-kde/index.cache.bz2 -share/doc/HTML/et/system-config-printer-kde/index.docbook share/doc/HTML/et/systemsettings/common share/doc/HTML/et/systemsettings/index.cache.bz2 share/doc/HTML/et/systemsettings/index.docbook @@ -987,6 +989,8 @@ share/locale/et/LC_MESSAGES/accountwizard_mailbox.mo share/locale/et/LC_MESSAGES/accountwizard_maildir.mo share/locale/et/LC_MESSAGES/accountwizard_pop3.mo share/locale/et/LC_MESSAGES/accountwizard_tine20.mo +share/locale/et/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/et/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/et/LC_MESSAGES/adblock.mo share/locale/et/LC_MESSAGES/akonadi-filestore.mo share/locale/et/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -995,6 +999,7 @@ share/locale/et/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/et/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/et/LC_MESSAGES/akonadi_google_resource.mo share/locale/et/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/et/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/et/LC_MESSAGES/akonadi_imap_resource.mo share/locale/et/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/et/LC_MESSAGES/akonadi_kabc_resource.mo @@ -1012,7 +1017,7 @@ share/locale/et/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/et/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/et/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/et/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/et/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/et/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/et/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/et/LC_MESSAGES/akonadi_next.mo share/locale/et/LC_MESSAGES/akonadi_nntp_resource.mo @@ -1037,7 +1042,6 @@ share/locale/et/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/et/LC_MESSAGES/audiorename_plugin.mo share/locale/et/LC_MESSAGES/autorefresh.mo share/locale/et/LC_MESSAGES/babelfish.mo -share/locale/et/LC_MESSAGES/backupmail.mo share/locale/et/LC_MESSAGES/blinken.mo share/locale/et/LC_MESSAGES/blogilo.mo share/locale/et/LC_MESSAGES/bomber.mo @@ -1098,7 +1102,6 @@ share/locale/et/LC_MESSAGES/kate.mo share/locale/et/LC_MESSAGES/kate_kttsd.mo share/locale/et/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/et/LC_MESSAGES/katebuild-plugin.mo -share/locale/et/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/et/LC_MESSAGES/katefilebrowserplugin.mo share/locale/et/LC_MESSAGES/katefiletemplates.mo share/locale/et/LC_MESSAGES/kategdbplugin.mo @@ -1107,9 +1110,10 @@ share/locale/et/LC_MESSAGES/katekonsoleplugin.mo share/locale/et/LC_MESSAGES/katemailfilesplugin.mo share/locale/et/LC_MESSAGES/kateopenheader.mo share/locale/et/LC_MESSAGES/katepart4.mo -share/locale/et/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/et/LC_MESSAGES/kateproject.mo share/locale/et/LC_MESSAGES/katesearch.mo share/locale/et/LC_MESSAGES/katesnippets_tng.mo +share/locale/et/LC_MESSAGES/katesnippetsplugin.mo share/locale/et/LC_MESSAGES/katesql.mo share/locale/et/LC_MESSAGES/katesymbolviewer.mo share/locale/et/LC_MESSAGES/katetabbarextension.mo @@ -1132,6 +1136,7 @@ share/locale/et/LC_MESSAGES/kcalc.mo share/locale/et/LC_MESSAGES/kcertpart.mo share/locale/et/LC_MESSAGES/kcharselect.mo share/locale/et/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/et/LC_MESSAGES/kcm_activities.mo share/locale/et/LC_MESSAGES/kcm_akonadi.mo share/locale/et/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/et/LC_MESSAGES/kcm_attica.mo @@ -1149,7 +1154,6 @@ share/locale/et/LC_MESSAGES/kcm_memory.mo share/locale/et/LC_MESSAGES/kcm_nepomuk.mo share/locale/et/LC_MESSAGES/kcm_pci.mo share/locale/et/LC_MESSAGES/kcm_phonon.mo -share/locale/et/LC_MESSAGES/kcm_phononxine.mo share/locale/et/LC_MESSAGES/kcm_platform.mo share/locale/et/LC_MESSAGES/kcm_remotecontrol.mo share/locale/et/LC_MESSAGES/kcm_solid.mo @@ -1296,12 +1300,14 @@ share/locale/et/LC_MESSAGES/kio_sieve.mo share/locale/et/LC_MESSAGES/kio_smb.mo share/locale/et/LC_MESSAGES/kio_smtp.mo share/locale/et/LC_MESSAGES/kio_svn.mo +share/locale/et/LC_MESSAGES/kio_tags.mo share/locale/et/LC_MESSAGES/kio_thumbnail.mo share/locale/et/LC_MESSAGES/kio_timeline.mo share/locale/et/LC_MESSAGES/kio_trash.mo share/locale/et/LC_MESSAGES/kio_zeroconf.mo share/locale/et/LC_MESSAGES/kioclient.mo share/locale/et/LC_MESSAGES/kioexec.mo +share/locale/et/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/et/LC_MESSAGES/kiriki.mo share/locale/et/LC_MESSAGES/kiten.mo share/locale/et/LC_MESSAGES/kjots.mo @@ -1371,6 +1377,8 @@ share/locale/et/LC_MESSAGES/kruler.mo share/locale/et/LC_MESSAGES/krunner.mo share/locale/et/LC_MESSAGES/ksaneplugin.mo share/locale/et/LC_MESSAGES/kscd.mo +share/locale/et/LC_MESSAGES/kscreenlocker.mo +share/locale/et/LC_MESSAGES/kscreenlocker_greet.mo share/locale/et/LC_MESSAGES/kscreensaver.mo share/locale/et/LC_MESSAGES/ksendemail.mo share/locale/et/LC_MESSAGES/kshellcmdplugin.mo @@ -1402,6 +1410,7 @@ share/locale/et/LC_MESSAGES/ktimer.mo share/locale/et/LC_MESSAGES/ktimetracker.mo share/locale/et/LC_MESSAGES/ktnef.mo share/locale/et/LC_MESSAGES/ktouch.mo +share/locale/et/LC_MESSAGES/ktouchpadenabler.mo share/locale/et/LC_MESSAGES/ktraderclient.mo share/locale/et/LC_MESSAGES/ktron.mo share/locale/et/LC_MESSAGES/ktuberling.mo @@ -1448,6 +1457,7 @@ share/locale/et/LC_MESSAGES/libkdepimmobileui.mo share/locale/et/LC_MESSAGES/libkexiv2.mo share/locale/et/LC_MESSAGES/libkholidays.mo share/locale/et/LC_MESSAGES/libkimap.mo +share/locale/et/LC_MESSAGES/libkipi.mo share/locale/et/LC_MESSAGES/libkldap.mo share/locale/et/LC_MESSAGES/libkleopatra.mo share/locale/et/LC_MESSAGES/libkmahjongg.mo @@ -1479,11 +1489,11 @@ share/locale/et/LC_MESSAGES/liboktetagui.mo share/locale/et/LC_MESSAGES/liboktetakasten.mo share/locale/et/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/et/LC_MESSAGES/libphonon.mo +share/locale/et/LC_MESSAGES/libpimcommon.mo share/locale/et/LC_MESSAGES/libplasma.mo share/locale/et/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/et/LC_MESSAGES/libplasmaclock.mo share/locale/et/LC_MESSAGES/libplasmaweather.mo -share/locale/et/LC_MESSAGES/librtm.mo share/locale/et/LC_MESSAGES/libtaskmanager.mo share/locale/et/LC_MESSAGES/libtemplateparser.mo share/locale/et/LC_MESSAGES/lokalize.mo @@ -1491,6 +1501,7 @@ share/locale/et/LC_MESSAGES/lskat.mo share/locale/et/LC_MESSAGES/mailreader.mo share/locale/et/LC_MESSAGES/marble.mo share/locale/et/LC_MESSAGES/marble_qt.mo +share/locale/et/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/et/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/et/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/et/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -1500,12 +1511,14 @@ share/locale/et/LC_MESSAGES/minitoolsplugin.mo share/locale/et/LC_MESSAGES/mplayerthumbs.mo share/locale/et/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/et/LC_MESSAGES/nepomukbackup.mo +share/locale/et/LC_MESSAGES/nepomukcleaner.mo share/locale/et/LC_MESSAGES/nepomukcontroller.mo share/locale/et/LC_MESSAGES/nepomukfileindexer.mo share/locale/et/LC_MESSAGES/nepomukqueryservice.mo share/locale/et/LC_MESSAGES/nepomukserver.mo share/locale/et/LC_MESSAGES/nepomukservicestub.mo share/locale/et/LC_MESSAGES/nepomukstorage.mo +share/locale/et/LC_MESSAGES/nepomukwidgets.mo share/locale/et/LC_MESSAGES/newmailnotifieragent.mo share/locale/et/LC_MESSAGES/notes-mobile.mo share/locale/et/LC_MESSAGES/nsplugin.mo @@ -1528,13 +1541,17 @@ share/locale/et/LC_MESSAGES/okular_plucker.mo share/locale/et/LC_MESSAGES/okular_poppler.mo share/locale/et/LC_MESSAGES/okular_tiff.mo share/locale/et/LC_MESSAGES/okular_xps.mo +share/locale/et/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/et/LC_MESSAGES/pairs.mo +share/locale/et/LC_MESSAGES/pairseditor.mo share/locale/et/LC_MESSAGES/palapeli.mo share/locale/et/LC_MESSAGES/parley.mo share/locale/et/LC_MESSAGES/phonon_gstreamer.mo share/locale/et/LC_MESSAGES/phonon_kde.mo share/locale/et/LC_MESSAGES/phonon_vlc.mo share/locale/et/LC_MESSAGES/phononserver.mo +share/locale/et/LC_MESSAGES/picmi.mo +share/locale/et/LC_MESSAGES/pimsettingexporter.mo share/locale/et/LC_MESSAGES/plasma-desktop.mo share/locale/et/LC_MESSAGES/plasma-netbook.mo share/locale/et/LC_MESSAGES/plasma-overlay.mo @@ -1584,12 +1601,12 @@ share/locale/et/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/et/LC_MESSAGES/plasma_applet_news.mo share/locale/et/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/et/LC_MESSAGES/plasma_applet_notes.mo -share/locale/et/LC_MESSAGES/plasma_applet_notifications.mo share/locale/et/LC_MESSAGES/plasma_applet_notifier.mo share/locale/et/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/et/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/et/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/et/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/et/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/et/LC_MESSAGES/plasma_applet_pager.mo share/locale/et/LC_MESSAGES/plasma_applet_panel.mo @@ -1598,6 +1615,7 @@ share/locale/et/LC_MESSAGES/plasma_applet_paste.mo share/locale/et/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/et/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/et/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/et/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/et/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/et/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/et/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -1660,6 +1678,7 @@ share/locale/et/LC_MESSAGES/plasma_runner_kill.mo share/locale/et/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/et/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/et/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/et/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/et/LC_MESSAGES/plasma_runner_locations.mo share/locale/et/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/et/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -1687,24 +1706,23 @@ share/locale/et/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/et/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/et/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/et/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/et/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/et/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/et/LC_MESSAGES/plasmaengineexplorer.mo share/locale/et/LC_MESSAGES/plasmagenericshell.mo share/locale/et/LC_MESSAGES/plasmapkg.mo -share/locale/et/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/et/LC_MESSAGES/plasmoidviewer.mo share/locale/et/LC_MESSAGES/pothumbnail.mo share/locale/et/LC_MESSAGES/powerdevil.mo share/locale/et/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/et/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/et/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/et/LC_MESSAGES/printer-applet.mo +share/locale/et/LC_MESSAGES/print-manager.mo share/locale/et/LC_MESSAGES/processcore.mo share/locale/et/LC_MESSAGES/processui.mo share/locale/et/LC_MESSAGES/randrmonitor.mo share/locale/et/LC_MESSAGES/rellinks.mo -share/locale/et/LC_MESSAGES/remote-widgets-browser.mo share/locale/et/LC_MESSAGES/rocs.mo +share/locale/et/LC_MESSAGES/rocscore.mo +share/locale/et/LC_MESSAGES/rocsvisualeditor.mo share/locale/et/LC_MESSAGES/searchbarplugin.mo share/locale/et/LC_MESSAGES/solid-hardware.mo share/locale/et/LC_MESSAGES/solid-network.mo @@ -1717,7 +1735,6 @@ share/locale/et/LC_MESSAGES/strigila_diff.mo share/locale/et/LC_MESSAGES/superkaramba.mo share/locale/et/LC_MESSAGES/svgpart.mo share/locale/et/LC_MESSAGES/sweeper.mo -share/locale/et/LC_MESSAGES/system-config-printer-kde.mo share/locale/et/LC_MESSAGES/systemsettings.mo share/locale/et/LC_MESSAGES/tasks-mobile.mo share/locale/et/LC_MESSAGES/timezones4.mo @@ -1730,13 +1747,12 @@ share/locale/et/LC_MESSAGES/xml_mimetypes.mo share/locale/et/entry.desktop @dirrm share/doc/HTML/et/umbrello @dirrm share/doc/HTML/et/systemsettings -@dirrm share/doc/HTML/et/system-config-printer-kde @dirrm share/doc/HTML/et/sweeper @dirrm share/doc/HTML/et/step @dirrm share/doc/HTML/et/sonnet @dirrm share/doc/HTML/et/rocs -@dirrm share/doc/HTML/et/printer-applet @dirrm share/doc/HTML/et/plasma-desktop +@dirrm share/doc/HTML/et/picmi @dirrm share/doc/HTML/et/parley @dirrm share/doc/HTML/et/palapeli @dirrm share/doc/HTML/et/onlinehelp diff --git a/misc/kde4-l10n-eu/Makefile b/misc/kde4-l10n-eu/Makefile index e56a5cec0760..53f6997ec296 100644 --- a/misc/kde4-l10n-eu/Makefile +++ b/misc/kde4-l10n-eu/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Basque messages and documentation for KDE4 +COMMENT= Basque messages and documentation for KDE SC 4 KDE4_L10N= eu diff --git a/misc/kde4-l10n-eu/distinfo b/misc/kde4-l10n-eu/distinfo index a031785b4578..6561d2952ce0 100644 --- a/misc/kde4-l10n-eu/distinfo +++ b/misc/kde4-l10n-eu/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-eu-4.9.5.tar.xz) = 17bff2d21417914fc4aec80fed40cb88961ff66687d7baad93689adecae4ca6e -SIZE (KDE/kde-l10n/kde-l10n-eu-4.9.5.tar.xz) = 2071164 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-eu-4.10.1.tar.xz) = 17f62b46fa7864ab0cb5847bb26633e89832637fa2325240aba766eeacc20289 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-eu-4.10.1.tar.xz) = 2092976 diff --git a/misc/kde4-l10n-eu/pkg-plist b/misc/kde4-l10n-eu/pkg-plist index 681d0806736b..70cd2f5025f4 100644 --- a/misc/kde4-l10n-eu/pkg-plist +++ b/misc/kde4-l10n-eu/pkg-plist @@ -58,7 +58,6 @@ share/locale/eu/LC_MESSAGES/kate.mo share/locale/eu/LC_MESSAGES/kate_kttsd.mo share/locale/eu/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/eu/LC_MESSAGES/katebuild-plugin.mo -share/locale/eu/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/eu/LC_MESSAGES/katefilebrowserplugin.mo share/locale/eu/LC_MESSAGES/katefiletemplates.mo share/locale/eu/LC_MESSAGES/kategdbplugin.mo @@ -67,7 +66,6 @@ share/locale/eu/LC_MESSAGES/katekonsoleplugin.mo share/locale/eu/LC_MESSAGES/katemailfilesplugin.mo share/locale/eu/LC_MESSAGES/kateopenheader.mo share/locale/eu/LC_MESSAGES/katepart4.mo -share/locale/eu/LC_MESSAGES/katequickdocumentswitcherplugin.mo share/locale/eu/LC_MESSAGES/katesearch.mo share/locale/eu/LC_MESSAGES/katesnippets_tng.mo share/locale/eu/LC_MESSAGES/katesql.mo @@ -104,7 +102,6 @@ share/locale/eu/LC_MESSAGES/kcm_memory.mo share/locale/eu/LC_MESSAGES/kcm_nepomuk.mo share/locale/eu/LC_MESSAGES/kcm_pci.mo share/locale/eu/LC_MESSAGES/kcm_phonon.mo -share/locale/eu/LC_MESSAGES/kcm_phononxine.mo share/locale/eu/LC_MESSAGES/kcm_platform.mo share/locale/eu/LC_MESSAGES/kcm_remotecontrol.mo share/locale/eu/LC_MESSAGES/kcm_solid.mo @@ -385,7 +382,6 @@ share/locale/eu/LC_MESSAGES/libphonon.mo share/locale/eu/LC_MESSAGES/libplasma.mo share/locale/eu/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/eu/LC_MESSAGES/libplasmaclock.mo -share/locale/eu/LC_MESSAGES/librtm.mo share/locale/eu/LC_MESSAGES/libtaskmanager.mo share/locale/eu/LC_MESSAGES/lokalize.mo share/locale/eu/LC_MESSAGES/lskat.mo @@ -447,9 +443,9 @@ share/locale/eu/LC_MESSAGES/plasma_applet_lockout.mo share/locale/eu/LC_MESSAGES/plasma_applet_luna.mo share/locale/eu/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/eu/LC_MESSAGES/plasma_applet_newspaper.mo -share/locale/eu/LC_MESSAGES/plasma_applet_notifications.mo share/locale/eu/LC_MESSAGES/plasma_applet_notifier.mo share/locale/eu/LC_MESSAGES/plasma_applet_nowplaying.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/eu/LC_MESSAGES/plasma_applet_pager.mo share/locale/eu/LC_MESSAGES/plasma_applet_panel.mo @@ -491,6 +487,7 @@ share/locale/eu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/eu/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/eu/LC_MESSAGES/plasma_runner_contacts.mo share/locale/eu/LC_MESSAGES/plasma_runner_kill.mo +share/locale/eu/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/eu/LC_MESSAGES/plasma_runner_locations.mo share/locale/eu/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/eu/LC_MESSAGES/plasma_runner_placesrunner.mo @@ -509,21 +506,16 @@ share/locale/eu/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/eu/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/eu/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/eu/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/eu/LC_MESSAGES/plasmaengineexplorer.mo share/locale/eu/LC_MESSAGES/plasmagenericshell.mo share/locale/eu/LC_MESSAGES/plasmapkg.mo -share/locale/eu/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/eu/LC_MESSAGES/plasmoidviewer.mo share/locale/eu/LC_MESSAGES/powerdevil.mo share/locale/eu/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/eu/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/eu/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/eu/LC_MESSAGES/printer-applet.mo share/locale/eu/LC_MESSAGES/processcore.mo share/locale/eu/LC_MESSAGES/processui.mo share/locale/eu/LC_MESSAGES/randrmonitor.mo share/locale/eu/LC_MESSAGES/rellinks.mo -share/locale/eu/LC_MESSAGES/remote-widgets-browser.mo share/locale/eu/LC_MESSAGES/searchbarplugin.mo share/locale/eu/LC_MESSAGES/solid-hardware.mo share/locale/eu/LC_MESSAGES/solid-network.mo @@ -534,7 +526,6 @@ share/locale/eu/LC_MESSAGES/strigila_diff.mo share/locale/eu/LC_MESSAGES/superkaramba.mo share/locale/eu/LC_MESSAGES/svgpart.mo share/locale/eu/LC_MESSAGES/sweeper.mo -share/locale/eu/LC_MESSAGES/system-config-printer-kde.mo share/locale/eu/LC_MESSAGES/systemsettings.mo share/locale/eu/LC_MESSAGES/timezones4.mo share/locale/eu/LC_MESSAGES/uachangerplugin.mo diff --git a/misc/kde4-l10n-fa/Makefile b/misc/kde4-l10n-fa/Makefile index 88b60a524637..0704517c20e5 100644 --- a/misc/kde4-l10n-fa/Makefile +++ b/misc/kde4-l10n-fa/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Farsi (Persian) messages and documentation for KDE4 +COMMENT= Farsi (Persian) messages and documentation for KDE SC 4 KDE4_L10N= fa diff --git a/misc/kde4-l10n-fa/distinfo b/misc/kde4-l10n-fa/distinfo index a46cd76d205b..8ad26e21ea22 100644 --- a/misc/kde4-l10n-fa/distinfo +++ b/misc/kde4-l10n-fa/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-fa-4.9.5.tar.xz) = af6f1049a3966609b62d9ea7201961e51a25dd6a774026e7413787dc901bbd10 -SIZE (KDE/kde-l10n/kde-l10n-fa-4.9.5.tar.xz) = 1932252 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-fa-4.10.1.tar.xz) = 7ad64dba9771e7ee9a4767c3c135118aaa8d16e9a11c3f632d767bb7c96f4937 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-fa-4.10.1.tar.xz) = 1956920 diff --git a/misc/kde4-l10n-fa/pkg-plist b/misc/kde4-l10n-fa/pkg-plist index 2b05d1504711..35f2c7c78c41 100644 --- a/misc/kde4-l10n-fa/pkg-plist +++ b/misc/kde4-l10n-fa/pkg-plist @@ -68,7 +68,6 @@ share/locale/fa/LC_MESSAGES/kcm_memory.mo share/locale/fa/LC_MESSAGES/kcm_nepomuk.mo share/locale/fa/LC_MESSAGES/kcm_pci.mo share/locale/fa/LC_MESSAGES/kcm_phonon.mo -share/locale/fa/LC_MESSAGES/kcm_phononxine.mo share/locale/fa/LC_MESSAGES/kcm_platform.mo share/locale/fa/LC_MESSAGES/kcm_solid.mo share/locale/fa/LC_MESSAGES/kcm_solid_actions.mo @@ -192,12 +191,14 @@ share/locale/fa/LC_MESSAGES/kio_nepomuksearch.mo share/locale/fa/LC_MESSAGES/kio_nfs.mo share/locale/fa/LC_MESSAGES/kio_nntp.mo share/locale/fa/LC_MESSAGES/kio_pop3.mo +share/locale/fa/LC_MESSAGES/kio_recentdocuments.mo share/locale/fa/LC_MESSAGES/kio_remote.mo share/locale/fa/LC_MESSAGES/kio_sftp.mo share/locale/fa/LC_MESSAGES/kio_sieve.mo share/locale/fa/LC_MESSAGES/kio_smb.mo share/locale/fa/LC_MESSAGES/kio_smtp.mo share/locale/fa/LC_MESSAGES/kio_svn.mo +share/locale/fa/LC_MESSAGES/kio_tags.mo share/locale/fa/LC_MESSAGES/kio_thumbnail.mo share/locale/fa/LC_MESSAGES/kio_timeline.mo share/locale/fa/LC_MESSAGES/kio_trash.mo @@ -356,7 +357,6 @@ share/locale/fa/LC_MESSAGES/plasma_applet_trash.mo share/locale/fa/LC_MESSAGES/plasma_runner_locations.mo share/locale/fa/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/fa/LC_MESSAGES/plasma_scriptengine_qscript.mo -share/locale/fa/LC_MESSAGES/plasmaengineexplorer.mo share/locale/fa/LC_MESSAGES/plasmagenericshell.mo share/locale/fa/LC_MESSAGES/plasmapkg.mo share/locale/fa/LC_MESSAGES/processcore.mo diff --git a/misc/kde4-l10n-fi/Makefile b/misc/kde4-l10n-fi/Makefile index 411c7bb8d299..b4a746187ea8 100644 --- a/misc/kde4-l10n-fi/Makefile +++ b/misc/kde4-l10n-fi/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Finnish messages and documentation for KDE4 +COMMENT= Finnish messages and documentation for KDE SC 4 KDE4_L10N= fi diff --git a/misc/kde4-l10n-fi/distinfo b/misc/kde4-l10n-fi/distinfo index b640e83481bc..2069e3693c5f 100644 --- a/misc/kde4-l10n-fi/distinfo +++ b/misc/kde4-l10n-fi/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-fi-4.9.5.tar.xz) = 02e5efcec70d190e6cb0942b4540c85a09e1745ec4b0a4751282a0aa5d5c3798 -SIZE (KDE/kde-l10n/kde-l10n-fi-4.9.5.tar.xz) = 2610576 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-fi-4.10.1.tar.xz) = b986cafb90b491efabd60cd95d21d86875b4c21309ab3950dd257cc3bafde684 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-fi-4.10.1.tar.xz) = 2665568 diff --git a/misc/kde4-l10n-fi/pkg-plist b/misc/kde4-l10n-fi/pkg-plist index b1a8b9cb226a..81457f873ac5 100644 --- a/misc/kde4-l10n-fi/pkg-plist +++ b/misc/kde4-l10n-fi/pkg-plist @@ -23,6 +23,8 @@ share/locale/fi/LC_MESSAGES/accountwizard_mailbox.mo share/locale/fi/LC_MESSAGES/accountwizard_maildir.mo share/locale/fi/LC_MESSAGES/accountwizard_pop3.mo share/locale/fi/LC_MESSAGES/accountwizard_tine20.mo +share/locale/fi/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/fi/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/fi/LC_MESSAGES/adblock.mo share/locale/fi/LC_MESSAGES/akonadi-filestore.mo share/locale/fi/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -31,6 +33,7 @@ share/locale/fi/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/fi/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/fi/LC_MESSAGES/akonadi_google_resource.mo share/locale/fi/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/fi/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/fi/LC_MESSAGES/akonadi_imap_resource.mo share/locale/fi/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/fi/LC_MESSAGES/akonadi_kabc_resource.mo @@ -48,7 +51,7 @@ share/locale/fi/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/fi/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/fi/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/fi/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/fi/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/fi/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/fi/LC_MESSAGES/akonadi_next.mo share/locale/fi/LC_MESSAGES/akonadi_nntp_resource.mo @@ -73,7 +76,6 @@ share/locale/fi/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/fi/LC_MESSAGES/audiorename_plugin.mo share/locale/fi/LC_MESSAGES/autorefresh.mo share/locale/fi/LC_MESSAGES/babelfish.mo -share/locale/fi/LC_MESSAGES/backupmail.mo share/locale/fi/LC_MESSAGES/blinken.mo share/locale/fi/LC_MESSAGES/blogilo.mo share/locale/fi/LC_MESSAGES/bomber.mo @@ -134,7 +136,6 @@ share/locale/fi/LC_MESSAGES/kate.mo share/locale/fi/LC_MESSAGES/kate_kttsd.mo share/locale/fi/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/fi/LC_MESSAGES/katebuild-plugin.mo -share/locale/fi/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/fi/LC_MESSAGES/katefilebrowserplugin.mo share/locale/fi/LC_MESSAGES/katefiletemplates.mo share/locale/fi/LC_MESSAGES/kategdbplugin.mo @@ -143,9 +144,10 @@ share/locale/fi/LC_MESSAGES/katekonsoleplugin.mo share/locale/fi/LC_MESSAGES/katemailfilesplugin.mo share/locale/fi/LC_MESSAGES/kateopenheader.mo share/locale/fi/LC_MESSAGES/katepart4.mo -share/locale/fi/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/fi/LC_MESSAGES/kateproject.mo share/locale/fi/LC_MESSAGES/katesearch.mo share/locale/fi/LC_MESSAGES/katesnippets_tng.mo +share/locale/fi/LC_MESSAGES/katesnippetsplugin.mo share/locale/fi/LC_MESSAGES/katesql.mo share/locale/fi/LC_MESSAGES/katesymbolviewer.mo share/locale/fi/LC_MESSAGES/katetabbarextension.mo @@ -168,6 +170,7 @@ share/locale/fi/LC_MESSAGES/kcalc.mo share/locale/fi/LC_MESSAGES/kcertpart.mo share/locale/fi/LC_MESSAGES/kcharselect.mo share/locale/fi/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/fi/LC_MESSAGES/kcm_activities.mo share/locale/fi/LC_MESSAGES/kcm_akonadi.mo share/locale/fi/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/fi/LC_MESSAGES/kcm_attica.mo @@ -185,7 +188,6 @@ share/locale/fi/LC_MESSAGES/kcm_memory.mo share/locale/fi/LC_MESSAGES/kcm_nepomuk.mo share/locale/fi/LC_MESSAGES/kcm_pci.mo share/locale/fi/LC_MESSAGES/kcm_phonon.mo -share/locale/fi/LC_MESSAGES/kcm_phononxine.mo share/locale/fi/LC_MESSAGES/kcm_platform.mo share/locale/fi/LC_MESSAGES/kcm_remotecontrol.mo share/locale/fi/LC_MESSAGES/kcm_solid.mo @@ -332,12 +334,14 @@ share/locale/fi/LC_MESSAGES/kio_sieve.mo share/locale/fi/LC_MESSAGES/kio_smb.mo share/locale/fi/LC_MESSAGES/kio_smtp.mo share/locale/fi/LC_MESSAGES/kio_svn.mo +share/locale/fi/LC_MESSAGES/kio_tags.mo share/locale/fi/LC_MESSAGES/kio_thumbnail.mo share/locale/fi/LC_MESSAGES/kio_timeline.mo share/locale/fi/LC_MESSAGES/kio_trash.mo share/locale/fi/LC_MESSAGES/kio_zeroconf.mo share/locale/fi/LC_MESSAGES/kioclient.mo share/locale/fi/LC_MESSAGES/kioexec.mo +share/locale/fi/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/fi/LC_MESSAGES/kiriki.mo share/locale/fi/LC_MESSAGES/kiten.mo share/locale/fi/LC_MESSAGES/kjots.mo @@ -407,8 +411,11 @@ share/locale/fi/LC_MESSAGES/kruler.mo share/locale/fi/LC_MESSAGES/krunner.mo share/locale/fi/LC_MESSAGES/ksaneplugin.mo share/locale/fi/LC_MESSAGES/kscd.mo +share/locale/fi/LC_MESSAGES/kscreenlocker.mo +share/locale/fi/LC_MESSAGES/kscreenlocker_greet.mo share/locale/fi/LC_MESSAGES/kscreensaver.mo share/locale/fi/LC_MESSAGES/ksendemail.mo +share/locale/fi/LC_MESSAGES/ksgrd.mo share/locale/fi/LC_MESSAGES/kshellcmdplugin.mo share/locale/fi/LC_MESSAGES/kshisen.mo share/locale/fi/LC_MESSAGES/kshorturifilter.mo @@ -438,6 +445,7 @@ share/locale/fi/LC_MESSAGES/ktimer.mo share/locale/fi/LC_MESSAGES/ktimetracker.mo share/locale/fi/LC_MESSAGES/ktnef.mo share/locale/fi/LC_MESSAGES/ktouch.mo +share/locale/fi/LC_MESSAGES/ktouchpadenabler.mo share/locale/fi/LC_MESSAGES/ktraderclient.mo share/locale/fi/LC_MESSAGES/ktron.mo share/locale/fi/LC_MESSAGES/ktuberling.mo @@ -484,6 +492,7 @@ share/locale/fi/LC_MESSAGES/libkdepimmobileui.mo share/locale/fi/LC_MESSAGES/libkexiv2.mo share/locale/fi/LC_MESSAGES/libkholidays.mo share/locale/fi/LC_MESSAGES/libkimap.mo +share/locale/fi/LC_MESSAGES/libkipi.mo share/locale/fi/LC_MESSAGES/libkldap.mo share/locale/fi/LC_MESSAGES/libkleopatra.mo share/locale/fi/LC_MESSAGES/libkmahjongg.mo @@ -515,11 +524,11 @@ share/locale/fi/LC_MESSAGES/liboktetagui.mo share/locale/fi/LC_MESSAGES/liboktetakasten.mo share/locale/fi/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/fi/LC_MESSAGES/libphonon.mo +share/locale/fi/LC_MESSAGES/libpimcommon.mo share/locale/fi/LC_MESSAGES/libplasma.mo share/locale/fi/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/fi/LC_MESSAGES/libplasmaclock.mo share/locale/fi/LC_MESSAGES/libplasmaweather.mo -share/locale/fi/LC_MESSAGES/librtm.mo share/locale/fi/LC_MESSAGES/libtaskmanager.mo share/locale/fi/LC_MESSAGES/libtemplateparser.mo share/locale/fi/LC_MESSAGES/lokalize.mo @@ -527,6 +536,7 @@ share/locale/fi/LC_MESSAGES/lskat.mo share/locale/fi/LC_MESSAGES/mailreader.mo share/locale/fi/LC_MESSAGES/marble.mo share/locale/fi/LC_MESSAGES/marble_qt.mo +share/locale/fi/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/fi/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/fi/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/fi/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -536,12 +546,14 @@ share/locale/fi/LC_MESSAGES/minitoolsplugin.mo share/locale/fi/LC_MESSAGES/mplayerthumbs.mo share/locale/fi/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/fi/LC_MESSAGES/nepomukbackup.mo +share/locale/fi/LC_MESSAGES/nepomukcleaner.mo share/locale/fi/LC_MESSAGES/nepomukcontroller.mo share/locale/fi/LC_MESSAGES/nepomukfileindexer.mo share/locale/fi/LC_MESSAGES/nepomukqueryservice.mo share/locale/fi/LC_MESSAGES/nepomukserver.mo share/locale/fi/LC_MESSAGES/nepomukservicestub.mo share/locale/fi/LC_MESSAGES/nepomukstorage.mo +share/locale/fi/LC_MESSAGES/nepomukwidgets.mo share/locale/fi/LC_MESSAGES/newmailnotifieragent.mo share/locale/fi/LC_MESSAGES/notes-mobile.mo share/locale/fi/LC_MESSAGES/nsplugin.mo @@ -564,13 +576,17 @@ share/locale/fi/LC_MESSAGES/okular_plucker.mo share/locale/fi/LC_MESSAGES/okular_poppler.mo share/locale/fi/LC_MESSAGES/okular_tiff.mo share/locale/fi/LC_MESSAGES/okular_xps.mo +share/locale/fi/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/fi/LC_MESSAGES/pairs.mo +share/locale/fi/LC_MESSAGES/pairseditor.mo share/locale/fi/LC_MESSAGES/palapeli.mo share/locale/fi/LC_MESSAGES/parley.mo share/locale/fi/LC_MESSAGES/phonon_gstreamer.mo share/locale/fi/LC_MESSAGES/phonon_kde.mo share/locale/fi/LC_MESSAGES/phonon_vlc.mo share/locale/fi/LC_MESSAGES/phononserver.mo +share/locale/fi/LC_MESSAGES/picmi.mo +share/locale/fi/LC_MESSAGES/pimsettingexporter.mo share/locale/fi/LC_MESSAGES/plasma-desktop.mo share/locale/fi/LC_MESSAGES/plasma-netbook.mo share/locale/fi/LC_MESSAGES/plasma-overlay.mo @@ -620,12 +636,12 @@ share/locale/fi/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/fi/LC_MESSAGES/plasma_applet_news.mo share/locale/fi/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/fi/LC_MESSAGES/plasma_applet_notes.mo -share/locale/fi/LC_MESSAGES/plasma_applet_notifications.mo share/locale/fi/LC_MESSAGES/plasma_applet_notifier.mo share/locale/fi/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/fi/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/fi/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/fi/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/fi/LC_MESSAGES/plasma_applet_pager.mo share/locale/fi/LC_MESSAGES/plasma_applet_panel.mo @@ -634,6 +650,7 @@ share/locale/fi/LC_MESSAGES/plasma_applet_paste.mo share/locale/fi/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/fi/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/fi/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/fi/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/fi/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/fi/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/fi/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -696,6 +713,7 @@ share/locale/fi/LC_MESSAGES/plasma_runner_kill.mo share/locale/fi/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/fi/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/fi/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/fi/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/fi/LC_MESSAGES/plasma_runner_locations.mo share/locale/fi/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/fi/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -723,24 +741,23 @@ share/locale/fi/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/fi/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/fi/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/fi/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/fi/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/fi/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/fi/LC_MESSAGES/plasmaengineexplorer.mo share/locale/fi/LC_MESSAGES/plasmagenericshell.mo share/locale/fi/LC_MESSAGES/plasmapkg.mo -share/locale/fi/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/fi/LC_MESSAGES/plasmoidviewer.mo share/locale/fi/LC_MESSAGES/pothumbnail.mo share/locale/fi/LC_MESSAGES/powerdevil.mo share/locale/fi/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/fi/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/fi/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/fi/LC_MESSAGES/printer-applet.mo +share/locale/fi/LC_MESSAGES/print-manager.mo share/locale/fi/LC_MESSAGES/processcore.mo share/locale/fi/LC_MESSAGES/processui.mo share/locale/fi/LC_MESSAGES/randrmonitor.mo share/locale/fi/LC_MESSAGES/rellinks.mo -share/locale/fi/LC_MESSAGES/remote-widgets-browser.mo share/locale/fi/LC_MESSAGES/rocs.mo +share/locale/fi/LC_MESSAGES/rocscore.mo +share/locale/fi/LC_MESSAGES/rocsvisualeditor.mo share/locale/fi/LC_MESSAGES/searchbarplugin.mo share/locale/fi/LC_MESSAGES/solid-hardware.mo share/locale/fi/LC_MESSAGES/solid-network.mo @@ -753,7 +770,6 @@ share/locale/fi/LC_MESSAGES/strigila_diff.mo share/locale/fi/LC_MESSAGES/superkaramba.mo share/locale/fi/LC_MESSAGES/svgpart.mo share/locale/fi/LC_MESSAGES/sweeper.mo -share/locale/fi/LC_MESSAGES/system-config-printer-kde.mo share/locale/fi/LC_MESSAGES/systemsettings.mo share/locale/fi/LC_MESSAGES/tasks-mobile.mo share/locale/fi/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-fy/Makefile b/misc/kde4-l10n-fy/Makefile index 82c7be92ae19..df86455223e3 100644 --- a/misc/kde4-l10n-fy/Makefile +++ b/misc/kde4-l10n-fy/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Frisian messages and documentation for KDE4 +COMMENT= Frisian messages and documentation for KDE SC 4 KDE4_L10N= fy diff --git a/misc/kde4-l10n-ga/Makefile b/misc/kde4-l10n-ga/Makefile index 2150e9a4198c..1bc985d8eeb4 100644 --- a/misc/kde4-l10n-ga/Makefile +++ b/misc/kde4-l10n-ga/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Irish messages and documentation for KDE4 +COMMENT= Irish messages and documentation for KDE SC 4 KDE4_L10N= ga diff --git a/misc/kde4-l10n-ga/distinfo b/misc/kde4-l10n-ga/distinfo index 15edc54d3ab3..2fe06dcdd348 100644 --- a/misc/kde4-l10n-ga/distinfo +++ b/misc/kde4-l10n-ga/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ga-4.9.5.tar.xz) = 03c60cb58d3dbe46d2c29270c7c2960c4db8dc399de3a9231a9b52999d648745 -SIZE (KDE/kde-l10n/kde-l10n-ga-4.9.5.tar.xz) = 2850512 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ga-4.10.1.tar.xz) = 7312b308b90e49b9ba41eecc9bb18522cf912bba1ea30fccbb0b314d1a13b841 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ga-4.10.1.tar.xz) = 2879584 diff --git a/misc/kde4-l10n-ga/pkg-plist b/misc/kde4-l10n-ga/pkg-plist index acf0d005e200..8ea1f32b71eb 100644 --- a/misc/kde4-l10n-ga/pkg-plist +++ b/misc/kde4-l10n-ga/pkg-plist @@ -39,6 +39,8 @@ share/locale/ga/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ga/LC_MESSAGES/accountwizard_maildir.mo share/locale/ga/LC_MESSAGES/accountwizard_pop3.mo share/locale/ga/LC_MESSAGES/accountwizard_tine20.mo +share/locale/ga/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/ga/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/ga/LC_MESSAGES/adblock.mo share/locale/ga/LC_MESSAGES/akonadi-filestore.mo share/locale/ga/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -47,6 +49,7 @@ share/locale/ga/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ga/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ga/LC_MESSAGES/akonadi_google_resource.mo share/locale/ga/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/ga/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/ga/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ga/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/ga/LC_MESSAGES/akonadi_kabc_resource.mo @@ -64,7 +67,7 @@ share/locale/ga/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ga/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ga/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ga/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/ga/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ga/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ga/LC_MESSAGES/akonadi_next.mo share/locale/ga/LC_MESSAGES/akonadi_nntp_resource.mo @@ -89,7 +92,6 @@ share/locale/ga/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ga/LC_MESSAGES/audiorename_plugin.mo share/locale/ga/LC_MESSAGES/autorefresh.mo share/locale/ga/LC_MESSAGES/babelfish.mo -share/locale/ga/LC_MESSAGES/backupmail.mo share/locale/ga/LC_MESSAGES/blinken.mo share/locale/ga/LC_MESSAGES/blogilo.mo share/locale/ga/LC_MESSAGES/bomber.mo @@ -150,7 +152,6 @@ share/locale/ga/LC_MESSAGES/kate.mo share/locale/ga/LC_MESSAGES/kate_kttsd.mo share/locale/ga/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ga/LC_MESSAGES/katebuild-plugin.mo -share/locale/ga/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/ga/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ga/LC_MESSAGES/katefiletemplates.mo share/locale/ga/LC_MESSAGES/kategdbplugin.mo @@ -159,9 +160,10 @@ share/locale/ga/LC_MESSAGES/katekonsoleplugin.mo share/locale/ga/LC_MESSAGES/katemailfilesplugin.mo share/locale/ga/LC_MESSAGES/kateopenheader.mo share/locale/ga/LC_MESSAGES/katepart4.mo -share/locale/ga/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/ga/LC_MESSAGES/kateproject.mo share/locale/ga/LC_MESSAGES/katesearch.mo share/locale/ga/LC_MESSAGES/katesnippets_tng.mo +share/locale/ga/LC_MESSAGES/katesnippetsplugin.mo share/locale/ga/LC_MESSAGES/katesql.mo share/locale/ga/LC_MESSAGES/katesymbolviewer.mo share/locale/ga/LC_MESSAGES/katetabbarextension.mo @@ -184,6 +186,7 @@ share/locale/ga/LC_MESSAGES/kcalc.mo share/locale/ga/LC_MESSAGES/kcertpart.mo share/locale/ga/LC_MESSAGES/kcharselect.mo share/locale/ga/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ga/LC_MESSAGES/kcm_activities.mo share/locale/ga/LC_MESSAGES/kcm_akonadi.mo share/locale/ga/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ga/LC_MESSAGES/kcm_attica.mo @@ -201,7 +204,6 @@ share/locale/ga/LC_MESSAGES/kcm_memory.mo share/locale/ga/LC_MESSAGES/kcm_nepomuk.mo share/locale/ga/LC_MESSAGES/kcm_pci.mo share/locale/ga/LC_MESSAGES/kcm_phonon.mo -share/locale/ga/LC_MESSAGES/kcm_phononxine.mo share/locale/ga/LC_MESSAGES/kcm_platform.mo share/locale/ga/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ga/LC_MESSAGES/kcm_solid.mo @@ -348,12 +350,14 @@ share/locale/ga/LC_MESSAGES/kio_sieve.mo share/locale/ga/LC_MESSAGES/kio_smb.mo share/locale/ga/LC_MESSAGES/kio_smtp.mo share/locale/ga/LC_MESSAGES/kio_svn.mo +share/locale/ga/LC_MESSAGES/kio_tags.mo share/locale/ga/LC_MESSAGES/kio_thumbnail.mo share/locale/ga/LC_MESSAGES/kio_timeline.mo share/locale/ga/LC_MESSAGES/kio_trash.mo share/locale/ga/LC_MESSAGES/kio_zeroconf.mo share/locale/ga/LC_MESSAGES/kioclient.mo share/locale/ga/LC_MESSAGES/kioexec.mo +share/locale/ga/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/ga/LC_MESSAGES/kiriki.mo share/locale/ga/LC_MESSAGES/kiten.mo share/locale/ga/LC_MESSAGES/kjots.mo @@ -423,6 +427,8 @@ share/locale/ga/LC_MESSAGES/kruler.mo share/locale/ga/LC_MESSAGES/krunner.mo share/locale/ga/LC_MESSAGES/ksaneplugin.mo share/locale/ga/LC_MESSAGES/kscd.mo +share/locale/ga/LC_MESSAGES/kscreenlocker.mo +share/locale/ga/LC_MESSAGES/kscreenlocker_greet.mo share/locale/ga/LC_MESSAGES/kscreensaver.mo share/locale/ga/LC_MESSAGES/ksendemail.mo share/locale/ga/LC_MESSAGES/kshellcmdplugin.mo @@ -454,6 +460,7 @@ share/locale/ga/LC_MESSAGES/ktimer.mo share/locale/ga/LC_MESSAGES/ktimetracker.mo share/locale/ga/LC_MESSAGES/ktnef.mo share/locale/ga/LC_MESSAGES/ktouch.mo +share/locale/ga/LC_MESSAGES/ktouchpadenabler.mo share/locale/ga/LC_MESSAGES/ktraderclient.mo share/locale/ga/LC_MESSAGES/ktron.mo share/locale/ga/LC_MESSAGES/ktuberling.mo @@ -500,6 +507,7 @@ share/locale/ga/LC_MESSAGES/libkdepimmobileui.mo share/locale/ga/LC_MESSAGES/libkexiv2.mo share/locale/ga/LC_MESSAGES/libkholidays.mo share/locale/ga/LC_MESSAGES/libkimap.mo +share/locale/ga/LC_MESSAGES/libkipi.mo share/locale/ga/LC_MESSAGES/libkldap.mo share/locale/ga/LC_MESSAGES/libkleopatra.mo share/locale/ga/LC_MESSAGES/libkmahjongg.mo @@ -531,11 +539,11 @@ share/locale/ga/LC_MESSAGES/liboktetagui.mo share/locale/ga/LC_MESSAGES/liboktetakasten.mo share/locale/ga/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ga/LC_MESSAGES/libphonon.mo +share/locale/ga/LC_MESSAGES/libpimcommon.mo share/locale/ga/LC_MESSAGES/libplasma.mo share/locale/ga/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ga/LC_MESSAGES/libplasmaclock.mo share/locale/ga/LC_MESSAGES/libplasmaweather.mo -share/locale/ga/LC_MESSAGES/librtm.mo share/locale/ga/LC_MESSAGES/libtaskmanager.mo share/locale/ga/LC_MESSAGES/libtemplateparser.mo share/locale/ga/LC_MESSAGES/lokalize.mo @@ -543,6 +551,7 @@ share/locale/ga/LC_MESSAGES/lskat.mo share/locale/ga/LC_MESSAGES/mailreader.mo share/locale/ga/LC_MESSAGES/marble.mo share/locale/ga/LC_MESSAGES/marble_qt.mo +share/locale/ga/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/ga/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/ga/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ga/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -552,12 +561,14 @@ share/locale/ga/LC_MESSAGES/minitoolsplugin.mo share/locale/ga/LC_MESSAGES/mplayerthumbs.mo share/locale/ga/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ga/LC_MESSAGES/nepomukbackup.mo +share/locale/ga/LC_MESSAGES/nepomukcleaner.mo share/locale/ga/LC_MESSAGES/nepomukcontroller.mo share/locale/ga/LC_MESSAGES/nepomukfileindexer.mo share/locale/ga/LC_MESSAGES/nepomukqueryservice.mo share/locale/ga/LC_MESSAGES/nepomukserver.mo share/locale/ga/LC_MESSAGES/nepomukservicestub.mo share/locale/ga/LC_MESSAGES/nepomukstorage.mo +share/locale/ga/LC_MESSAGES/nepomukwidgets.mo share/locale/ga/LC_MESSAGES/newmailnotifieragent.mo share/locale/ga/LC_MESSAGES/notes-mobile.mo share/locale/ga/LC_MESSAGES/nsplugin.mo @@ -580,13 +591,17 @@ share/locale/ga/LC_MESSAGES/okular_plucker.mo share/locale/ga/LC_MESSAGES/okular_poppler.mo share/locale/ga/LC_MESSAGES/okular_tiff.mo share/locale/ga/LC_MESSAGES/okular_xps.mo +share/locale/ga/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/ga/LC_MESSAGES/pairs.mo +share/locale/ga/LC_MESSAGES/pairseditor.mo share/locale/ga/LC_MESSAGES/palapeli.mo share/locale/ga/LC_MESSAGES/parley.mo share/locale/ga/LC_MESSAGES/phonon_gstreamer.mo share/locale/ga/LC_MESSAGES/phonon_kde.mo share/locale/ga/LC_MESSAGES/phonon_vlc.mo share/locale/ga/LC_MESSAGES/phononserver.mo +share/locale/ga/LC_MESSAGES/picmi.mo +share/locale/ga/LC_MESSAGES/pimsettingexporter.mo share/locale/ga/LC_MESSAGES/plasma-desktop.mo share/locale/ga/LC_MESSAGES/plasma-netbook.mo share/locale/ga/LC_MESSAGES/plasma-overlay.mo @@ -636,12 +651,12 @@ share/locale/ga/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ga/LC_MESSAGES/plasma_applet_news.mo share/locale/ga/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ga/LC_MESSAGES/plasma_applet_notes.mo -share/locale/ga/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ga/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ga/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ga/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ga/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ga/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ga/LC_MESSAGES/plasma_applet_pager.mo share/locale/ga/LC_MESSAGES/plasma_applet_panel.mo @@ -650,6 +665,7 @@ share/locale/ga/LC_MESSAGES/plasma_applet_paste.mo share/locale/ga/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/ga/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/ga/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ga/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/ga/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/ga/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ga/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -712,6 +728,7 @@ share/locale/ga/LC_MESSAGES/plasma_runner_kill.mo share/locale/ga/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ga/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ga/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ga/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/ga/LC_MESSAGES/plasma_runner_locations.mo share/locale/ga/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -739,24 +756,23 @@ share/locale/ga/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ga/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ga/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/ga/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/ga/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/ga/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/ga/LC_MESSAGES/plasmaengineexplorer.mo share/locale/ga/LC_MESSAGES/plasmagenericshell.mo share/locale/ga/LC_MESSAGES/plasmapkg.mo -share/locale/ga/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/ga/LC_MESSAGES/plasmoidviewer.mo share/locale/ga/LC_MESSAGES/pothumbnail.mo share/locale/ga/LC_MESSAGES/powerdevil.mo share/locale/ga/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ga/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ga/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/ga/LC_MESSAGES/printer-applet.mo +share/locale/ga/LC_MESSAGES/print-manager.mo share/locale/ga/LC_MESSAGES/processcore.mo share/locale/ga/LC_MESSAGES/processui.mo share/locale/ga/LC_MESSAGES/randrmonitor.mo share/locale/ga/LC_MESSAGES/rellinks.mo -share/locale/ga/LC_MESSAGES/remote-widgets-browser.mo share/locale/ga/LC_MESSAGES/rocs.mo +share/locale/ga/LC_MESSAGES/rocscore.mo +share/locale/ga/LC_MESSAGES/rocsvisualeditor.mo share/locale/ga/LC_MESSAGES/searchbarplugin.mo share/locale/ga/LC_MESSAGES/solid-hardware.mo share/locale/ga/LC_MESSAGES/solid-network.mo @@ -769,7 +785,6 @@ share/locale/ga/LC_MESSAGES/strigila_diff.mo share/locale/ga/LC_MESSAGES/superkaramba.mo share/locale/ga/LC_MESSAGES/svgpart.mo share/locale/ga/LC_MESSAGES/sweeper.mo -share/locale/ga/LC_MESSAGES/system-config-printer-kde.mo share/locale/ga/LC_MESSAGES/systemsettings.mo share/locale/ga/LC_MESSAGES/tasks-mobile.mo share/locale/ga/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-gl/Makefile b/misc/kde4-l10n-gl/Makefile index 578beccf8150..76497dcc461a 100644 --- a/misc/kde4-l10n-gl/Makefile +++ b/misc/kde4-l10n-gl/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Gallegan messages and documentation for KDE4 +COMMENT= Gallegan messages and documentation for KDE SC 4 KDE4_L10N= gl diff --git a/misc/kde4-l10n-gl/distinfo b/misc/kde4-l10n-gl/distinfo index 6d53c5842f8a..456544f9c209 100644 --- a/misc/kde4-l10n-gl/distinfo +++ b/misc/kde4-l10n-gl/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-gl-4.9.5.tar.xz) = 70ea88730fa43f907b82b26286becfc23fa1e8fdfda325854444cd83e1607253 -SIZE (KDE/kde-l10n/kde-l10n-gl-4.9.5.tar.xz) = 4357956 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-gl-4.10.1.tar.xz) = 0c88f501e305d79a145d98f6e4a63953f08c0ec6c00b7a987ca3a7d6cdf0a242 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-gl-4.10.1.tar.xz) = 4276484 diff --git a/misc/kde4-l10n-gl/pkg-plist b/misc/kde4-l10n-gl/pkg-plist index d53a724b41bb..03ae8493e354 100644 --- a/misc/kde4-l10n-gl/pkg-plist +++ b/misc/kde4-l10n-gl/pkg-plist @@ -432,22 +432,30 @@ share/doc/HTML/gl/umbrello/other_features.docbook share/doc/HTML/gl/umbrello/uml_basics.docbook share/doc/HTML/gl/umbrello/working_with_umbrello.docbook share/locale/gl/LC_MESSAGES/accountwizard.mo +share/locale/gl/LC_MESSAGES/accountwizard_ical.mo share/locale/gl/LC_MESSAGES/accountwizard_imap.mo share/locale/gl/LC_MESSAGES/accountwizard_kolab.mo share/locale/gl/LC_MESSAGES/accountwizard_mailbox.mo share/locale/gl/LC_MESSAGES/accountwizard_maildir.mo share/locale/gl/LC_MESSAGES/accountwizard_pop3.mo +share/locale/gl/LC_MESSAGES/accountwizard_tine20.mo +share/locale/gl/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/gl/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/gl/LC_MESSAGES/adblock.mo +share/locale/gl/LC_MESSAGES/akonadi-filestore.mo share/locale/gl/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/gl/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/gl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/gl/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/gl/LC_MESSAGES/akonadi_google_resource.mo share/locale/gl/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/gl/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/gl/LC_MESSAGES/akonadi_imap_resource.mo share/locale/gl/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/gl/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/gl/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/gl/LC_MESSAGES/akonadi_kcal_resource.mo +share/locale/gl/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/gl/LC_MESSAGES/akonadi_knut_resource.mo share/locale/gl/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/gl/LC_MESSAGES/akonadi_kresourceassistant.mo @@ -458,6 +466,8 @@ share/locale/gl/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/gl/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/gl/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/gl/LC_MESSAGES/akonadi_microblog_resource.mo +share/locale/gl/LC_MESSAGES/akonadi_mixedmaildir_resource.mo +share/locale/gl/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/gl/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/gl/LC_MESSAGES/akonadi_next.mo share/locale/gl/LC_MESSAGES/akonadi_nntp_resource.mo @@ -465,9 +475,11 @@ share/locale/gl/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/gl/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/gl/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/gl/LC_MESSAGES/akonadi_singlefile_resource.mo +share/locale/gl/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/gl/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/gl/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/gl/LC_MESSAGES/akonadicontact.mo +share/locale/gl/LC_MESSAGES/akonadinotes.mo share/locale/gl/LC_MESSAGES/akonaditray.mo share/locale/gl/LC_MESSAGES/akregator.mo share/locale/gl/LC_MESSAGES/akregator_konqplugin.mo @@ -480,7 +492,6 @@ share/locale/gl/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/gl/LC_MESSAGES/audiorename_plugin.mo share/locale/gl/LC_MESSAGES/autorefresh.mo share/locale/gl/LC_MESSAGES/babelfish.mo -share/locale/gl/LC_MESSAGES/backupmail.mo share/locale/gl/LC_MESSAGES/blinken.mo share/locale/gl/LC_MESSAGES/blogilo.mo share/locale/gl/LC_MESSAGES/bomber.mo @@ -498,6 +509,10 @@ share/locale/gl/LC_MESSAGES/dragonplayer.mo share/locale/gl/LC_MESSAGES/drkonqi.mo share/locale/gl/LC_MESSAGES/filelight.mo share/locale/gl/LC_MESSAGES/filetypes.mo +share/locale/gl/LC_MESSAGES/fileviewbazaarplugin.mo +share/locale/gl/LC_MESSAGES/fileviewgitplugin.mo +share/locale/gl/LC_MESSAGES/fileviewhgplugin.mo +share/locale/gl/LC_MESSAGES/fileviewsvnplugin.mo share/locale/gl/LC_MESSAGES/freespacenotifier.mo share/locale/gl/LC_MESSAGES/fsview.mo share/locale/gl/LC_MESSAGES/granatier.mo @@ -518,7 +533,9 @@ share/locale/gl/LC_MESSAGES/kabc_net.mo share/locale/gl/LC_MESSAGES/kabcclient.mo share/locale/gl/LC_MESSAGES/kabcformat_binary.mo share/locale/gl/LC_MESSAGES/kaccess.mo +share/locale/gl/LC_MESSAGES/kaccessibleapp.mo share/locale/gl/LC_MESSAGES/kactivitymanagerd.mo +share/locale/gl/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/gl/LC_MESSAGES/kaddressbook-mobile.mo share/locale/gl/LC_MESSAGES/kaddressbook.mo share/locale/gl/LC_MESSAGES/kaddressbookmigrator.mo @@ -535,7 +552,6 @@ share/locale/gl/LC_MESSAGES/kate.mo share/locale/gl/LC_MESSAGES/kate_kttsd.mo share/locale/gl/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/gl/LC_MESSAGES/katebuild-plugin.mo -share/locale/gl/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/gl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/gl/LC_MESSAGES/katefiletemplates.mo share/locale/gl/LC_MESSAGES/kategdbplugin.mo @@ -544,9 +560,10 @@ share/locale/gl/LC_MESSAGES/katekonsoleplugin.mo share/locale/gl/LC_MESSAGES/katemailfilesplugin.mo share/locale/gl/LC_MESSAGES/kateopenheader.mo share/locale/gl/LC_MESSAGES/katepart4.mo -share/locale/gl/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/gl/LC_MESSAGES/kateproject.mo share/locale/gl/LC_MESSAGES/katesearch.mo share/locale/gl/LC_MESSAGES/katesnippets_tng.mo +share/locale/gl/LC_MESSAGES/katesnippetsplugin.mo share/locale/gl/LC_MESSAGES/katesql.mo share/locale/gl/LC_MESSAGES/katesymbolviewer.mo share/locale/gl/LC_MESSAGES/katetabbarextension.mo @@ -569,6 +586,7 @@ share/locale/gl/LC_MESSAGES/kcalc.mo share/locale/gl/LC_MESSAGES/kcertpart.mo share/locale/gl/LC_MESSAGES/kcharselect.mo share/locale/gl/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/gl/LC_MESSAGES/kcm_activities.mo share/locale/gl/LC_MESSAGES/kcm_akonadi.mo share/locale/gl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/gl/LC_MESSAGES/kcm_attica.mo @@ -586,8 +604,8 @@ share/locale/gl/LC_MESSAGES/kcm_memory.mo share/locale/gl/LC_MESSAGES/kcm_nepomuk.mo share/locale/gl/LC_MESSAGES/kcm_pci.mo share/locale/gl/LC_MESSAGES/kcm_phonon.mo -share/locale/gl/LC_MESSAGES/kcm_phononxine.mo share/locale/gl/LC_MESSAGES/kcm_platform.mo +share/locale/gl/LC_MESSAGES/kcm_remotecontrol.mo share/locale/gl/LC_MESSAGES/kcm_solid.mo share/locale/gl/LC_MESSAGES/kcm_solid_actions.mo share/locale/gl/LC_MESSAGES/kcm_standard_actions.mo @@ -648,6 +666,7 @@ share/locale/gl/LC_MESSAGES/kdecalendarsystems.mo share/locale/gl/LC_MESSAGES/kdelibs4.mo share/locale/gl/LC_MESSAGES/kdelibs_colors4.mo share/locale/gl/LC_MESSAGES/kdepasswd.mo +share/locale/gl/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/gl/LC_MESSAGES/kdeqt.mo share/locale/gl/LC_MESSAGES/kdesu.mo share/locale/gl/LC_MESSAGES/kdesud.mo @@ -731,12 +750,14 @@ share/locale/gl/LC_MESSAGES/kio_sieve.mo share/locale/gl/LC_MESSAGES/kio_smb.mo share/locale/gl/LC_MESSAGES/kio_smtp.mo share/locale/gl/LC_MESSAGES/kio_svn.mo +share/locale/gl/LC_MESSAGES/kio_tags.mo share/locale/gl/LC_MESSAGES/kio_thumbnail.mo share/locale/gl/LC_MESSAGES/kio_timeline.mo share/locale/gl/LC_MESSAGES/kio_trash.mo share/locale/gl/LC_MESSAGES/kio_zeroconf.mo share/locale/gl/LC_MESSAGES/kioclient.mo share/locale/gl/LC_MESSAGES/kioexec.mo +share/locale/gl/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/gl/LC_MESSAGES/kiriki.mo share/locale/gl/LC_MESSAGES/kiten.mo share/locale/gl/LC_MESSAGES/kjots.mo @@ -772,10 +793,12 @@ share/locale/gl/LC_MESSAGES/kollision.mo share/locale/gl/LC_MESSAGES/kolourpaint.mo share/locale/gl/LC_MESSAGES/kommander.mo share/locale/gl/LC_MESSAGES/kompare.mo +share/locale/gl/LC_MESSAGES/konqprofiles.mo share/locale/gl/LC_MESSAGES/konqueror.mo share/locale/gl/LC_MESSAGES/konquest.mo share/locale/gl/LC_MESSAGES/konsole.mo share/locale/gl/LC_MESSAGES/konsolekalendar.mo +share/locale/gl/LC_MESSAGES/konsoleprofiles.mo share/locale/gl/LC_MESSAGES/kontact.mo share/locale/gl/LC_MESSAGES/kontactinterfaces.mo share/locale/gl/LC_MESSAGES/kopete.mo @@ -789,9 +812,11 @@ share/locale/gl/LC_MESSAGES/kppp.mo share/locale/gl/LC_MESSAGES/kppplogview.mo share/locale/gl/LC_MESSAGES/kquitapp.mo share/locale/gl/LC_MESSAGES/krandr.mo +share/locale/gl/LC_MESSAGES/krcdnotifieritem.mo share/locale/gl/LC_MESSAGES/krdb.mo share/locale/gl/LC_MESSAGES/krdc.mo share/locale/gl/LC_MESSAGES/kreadconfig.mo +share/locale/gl/LC_MESSAGES/kremotecontroldaemon.mo share/locale/gl/LC_MESSAGES/kres-migrator.mo share/locale/gl/LC_MESSAGES/kres_blog.mo share/locale/gl/LC_MESSAGES/kres_remote.mo @@ -802,8 +827,11 @@ share/locale/gl/LC_MESSAGES/kruler.mo share/locale/gl/LC_MESSAGES/krunner.mo share/locale/gl/LC_MESSAGES/ksaneplugin.mo share/locale/gl/LC_MESSAGES/kscd.mo +share/locale/gl/LC_MESSAGES/kscreenlocker.mo +share/locale/gl/LC_MESSAGES/kscreenlocker_greet.mo share/locale/gl/LC_MESSAGES/kscreensaver.mo share/locale/gl/LC_MESSAGES/ksendemail.mo +share/locale/gl/LC_MESSAGES/ksgrd.mo share/locale/gl/LC_MESSAGES/kshellcmdplugin.mo share/locale/gl/LC_MESSAGES/kshisen.mo share/locale/gl/LC_MESSAGES/kshorturifilter.mo @@ -833,6 +861,7 @@ share/locale/gl/LC_MESSAGES/ktimer.mo share/locale/gl/LC_MESSAGES/ktimetracker.mo share/locale/gl/LC_MESSAGES/ktnef.mo share/locale/gl/LC_MESSAGES/ktouch.mo +share/locale/gl/LC_MESSAGES/ktouchpadenabler.mo share/locale/gl/LC_MESSAGES/ktraderclient.mo share/locale/gl/LC_MESSAGES/ktron.mo share/locale/gl/LC_MESSAGES/ktuberling.mo @@ -879,6 +908,7 @@ share/locale/gl/LC_MESSAGES/libkdepimmobileui.mo share/locale/gl/LC_MESSAGES/libkexiv2.mo share/locale/gl/LC_MESSAGES/libkholidays.mo share/locale/gl/LC_MESSAGES/libkimap.mo +share/locale/gl/LC_MESSAGES/libkipi.mo share/locale/gl/LC_MESSAGES/libkldap.mo share/locale/gl/LC_MESSAGES/libkleopatra.mo share/locale/gl/LC_MESSAGES/libkmahjongg.mo @@ -888,6 +918,7 @@ share/locale/gl/LC_MESSAGES/libkpgp.mo share/locale/gl/LC_MESSAGES/libkpimidentities.mo share/locale/gl/LC_MESSAGES/libkpimtextedit.mo share/locale/gl/LC_MESSAGES/libkpimutils.mo +share/locale/gl/LC_MESSAGES/libkremotecontrol.mo share/locale/gl/LC_MESSAGES/libkresources.mo share/locale/gl/LC_MESSAGES/libksane.mo share/locale/gl/LC_MESSAGES/libkscreensaver.mo @@ -896,6 +927,7 @@ share/locale/gl/LC_MESSAGES/libktnef.mo share/locale/gl/LC_MESSAGES/libkunitconversion.mo share/locale/gl/LC_MESSAGES/libkworkspace.mo share/locale/gl/LC_MESSAGES/libkxmlrpcclient.mo +share/locale/gl/LC_MESSAGES/liblancelot-datamodels.mo share/locale/gl/LC_MESSAGES/libmailcommon.mo share/locale/gl/LC_MESSAGES/libmailimporter.mo share/locale/gl/LC_MESSAGES/libmailtransport.mo @@ -904,13 +936,15 @@ share/locale/gl/LC_MESSAGES/libmessagecore.mo share/locale/gl/LC_MESSAGES/libmessagelist.mo share/locale/gl/LC_MESSAGES/libmessageviewer.mo share/locale/gl/LC_MESSAGES/liboktetacore.mo +share/locale/gl/LC_MESSAGES/liboktetagui.mo share/locale/gl/LC_MESSAGES/liboktetakasten.mo share/locale/gl/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/gl/LC_MESSAGES/libphonon.mo +share/locale/gl/LC_MESSAGES/libpimcommon.mo share/locale/gl/LC_MESSAGES/libplasma.mo +share/locale/gl/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/gl/LC_MESSAGES/libplasmaclock.mo share/locale/gl/LC_MESSAGES/libplasmaweather.mo -share/locale/gl/LC_MESSAGES/librtm.mo share/locale/gl/LC_MESSAGES/libtaskmanager.mo share/locale/gl/LC_MESSAGES/libtemplateparser.mo share/locale/gl/LC_MESSAGES/lokalize.mo @@ -918,6 +952,7 @@ share/locale/gl/LC_MESSAGES/lskat.mo share/locale/gl/LC_MESSAGES/mailreader.mo share/locale/gl/LC_MESSAGES/marble.mo share/locale/gl/LC_MESSAGES/marble_qt.mo +share/locale/gl/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/gl/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/gl/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/gl/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -927,14 +962,18 @@ share/locale/gl/LC_MESSAGES/minitoolsplugin.mo share/locale/gl/LC_MESSAGES/mplayerthumbs.mo share/locale/gl/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/gl/LC_MESSAGES/nepomukbackup.mo +share/locale/gl/LC_MESSAGES/nepomukcleaner.mo share/locale/gl/LC_MESSAGES/nepomukcontroller.mo share/locale/gl/LC_MESSAGES/nepomukfileindexer.mo share/locale/gl/LC_MESSAGES/nepomukqueryservice.mo share/locale/gl/LC_MESSAGES/nepomukserver.mo share/locale/gl/LC_MESSAGES/nepomukservicestub.mo share/locale/gl/LC_MESSAGES/nepomukstorage.mo +share/locale/gl/LC_MESSAGES/nepomukwidgets.mo +share/locale/gl/LC_MESSAGES/newmailnotifieragent.mo share/locale/gl/LC_MESSAGES/notes-mobile.mo share/locale/gl/LC_MESSAGES/nsplugin.mo +share/locale/gl/LC_MESSAGES/okteta-mobile.mo share/locale/gl/LC_MESSAGES/okteta.mo share/locale/gl/LC_MESSAGES/oktetapart.mo share/locale/gl/LC_MESSAGES/okular.mo @@ -953,13 +992,17 @@ share/locale/gl/LC_MESSAGES/okular_plucker.mo share/locale/gl/LC_MESSAGES/okular_poppler.mo share/locale/gl/LC_MESSAGES/okular_tiff.mo share/locale/gl/LC_MESSAGES/okular_xps.mo +share/locale/gl/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/gl/LC_MESSAGES/pairs.mo +share/locale/gl/LC_MESSAGES/pairseditor.mo share/locale/gl/LC_MESSAGES/palapeli.mo share/locale/gl/LC_MESSAGES/parley.mo share/locale/gl/LC_MESSAGES/phonon_gstreamer.mo share/locale/gl/LC_MESSAGES/phonon_kde.mo share/locale/gl/LC_MESSAGES/phonon_vlc.mo share/locale/gl/LC_MESSAGES/phononserver.mo +share/locale/gl/LC_MESSAGES/picmi.mo +share/locale/gl/LC_MESSAGES/pimsettingexporter.mo share/locale/gl/LC_MESSAGES/plasma-desktop.mo share/locale/gl/LC_MESSAGES/plasma-netbook.mo share/locale/gl/LC_MESSAGES/plasma-overlay.mo @@ -971,6 +1014,7 @@ share/locale/gl/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/gl/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/gl/LC_MESSAGES/plasma_applet_battery.mo share/locale/gl/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/gl/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/gl/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/gl/LC_MESSAGES/plasma_applet_calculator.mo share/locale/gl/LC_MESSAGES/plasma_applet_clock.mo @@ -984,11 +1028,14 @@ share/locale/gl/LC_MESSAGES/plasma_applet_folderview.mo share/locale/gl/LC_MESSAGES/plasma_applet_frame.mo share/locale/gl/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/gl/LC_MESSAGES/plasma_applet_gasCalculator.mo +share/locale/gl/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/gl/LC_MESSAGES/plasma_applet_icon.mo +share/locale/gl/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/gl/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/gl/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/gl/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/gl/LC_MESSAGES/plasma_applet_katesession.mo +share/locale/gl/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/gl/LC_MESSAGES/plasma_applet_kget.mo share/locale/gl/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/gl/LC_MESSAGES/plasma_applet_knowledgebase.mo @@ -1005,11 +1052,12 @@ share/locale/gl/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/gl/LC_MESSAGES/plasma_applet_news.mo share/locale/gl/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/gl/LC_MESSAGES/plasma_applet_notes.mo -share/locale/gl/LC_MESSAGES/plasma_applet_notifications.mo share/locale/gl/LC_MESSAGES/plasma_applet_notifier.mo share/locale/gl/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/gl/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/gl/LC_MESSAGES/plasma_applet_opendesktop.mo +share/locale/gl/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/gl/LC_MESSAGES/plasma_applet_pager.mo share/locale/gl/LC_MESSAGES/plasma_applet_panel.mo @@ -1018,6 +1066,7 @@ share/locale/gl/LC_MESSAGES/plasma_applet_paste.mo share/locale/gl/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/gl/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/gl/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/gl/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/gl/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/gl/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/gl/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -1040,6 +1089,7 @@ share/locale/gl/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/gl/LC_MESSAGES/plasma_applet_weather.mo share/locale/gl/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/gl/LC_MESSAGES/plasma_applet_webbrowser.mo +share/locale/gl/LC_MESSAGES/plasma_applet_webslice.mo share/locale/gl/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/gl/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/gl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo @@ -1048,6 +1098,7 @@ share/locale/gl/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/gl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/gl/LC_MESSAGES/plasma_engine_calendar.mo share/locale/gl/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/gl/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/gl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/gl/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/gl/LC_MESSAGES/plasma_engine_metadata.mo @@ -1062,6 +1113,7 @@ share/locale/gl/LC_MESSAGES/plasma_engine_weather.mo share/locale/gl/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/gl/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/gl/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/gl/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/gl/LC_MESSAGES/plasma_runner_activities.mo share/locale/gl/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/gl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo @@ -1069,6 +1121,7 @@ share/locale/gl/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/gl/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/gl/LC_MESSAGES/plasma_runner_contacts.mo share/locale/gl/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/gl/LC_MESSAGES/plasma_runner_datetime.mo share/locale/gl/LC_MESSAGES/plasma_runner_events.mo share/locale/gl/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/gl/LC_MESSAGES/plasma_runner_kget.mo @@ -1076,8 +1129,10 @@ share/locale/gl/LC_MESSAGES/plasma_runner_kill.mo share/locale/gl/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/gl/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/gl/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/gl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/gl/LC_MESSAGES/plasma_runner_locations.mo share/locale/gl/LC_MESSAGES/plasma_runner_marblerunner.mo +share/locale/gl/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/gl/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/gl/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/gl/LC_MESSAGES/plasma_runner_plasma-desktop.mo @@ -1091,6 +1146,7 @@ share/locale/gl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/gl/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/gl/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/gl/LC_MESSAGES/plasma_runner_windows.mo +share/locale/gl/LC_MESSAGES/plasma_runner_youtube.mo share/locale/gl/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/gl/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/gl/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -1099,24 +1155,25 @@ share/locale/gl/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/gl/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/gl/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/gl/LC_MESSAGES/plasma_wallpaper_pattern.mo +share/locale/gl/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/gl/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/gl/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/gl/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/gl/LC_MESSAGES/plasmaengineexplorer.mo share/locale/gl/LC_MESSAGES/plasmagenericshell.mo share/locale/gl/LC_MESSAGES/plasmapkg.mo -share/locale/gl/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/gl/LC_MESSAGES/plasmoidviewer.mo +share/locale/gl/LC_MESSAGES/pothumbnail.mo share/locale/gl/LC_MESSAGES/powerdevil.mo share/locale/gl/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/gl/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/gl/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/gl/LC_MESSAGES/printer-applet.mo +share/locale/gl/LC_MESSAGES/print-manager.mo share/locale/gl/LC_MESSAGES/processcore.mo share/locale/gl/LC_MESSAGES/processui.mo share/locale/gl/LC_MESSAGES/randrmonitor.mo share/locale/gl/LC_MESSAGES/rellinks.mo -share/locale/gl/LC_MESSAGES/remote-widgets-browser.mo share/locale/gl/LC_MESSAGES/rocs.mo +share/locale/gl/LC_MESSAGES/rocscore.mo +share/locale/gl/LC_MESSAGES/rocsvisualeditor.mo share/locale/gl/LC_MESSAGES/searchbarplugin.mo share/locale/gl/LC_MESSAGES/solid-hardware.mo share/locale/gl/LC_MESSAGES/solid-network.mo @@ -1129,7 +1186,6 @@ share/locale/gl/LC_MESSAGES/strigila_diff.mo share/locale/gl/LC_MESSAGES/superkaramba.mo share/locale/gl/LC_MESSAGES/svgpart.mo share/locale/gl/LC_MESSAGES/sweeper.mo -share/locale/gl/LC_MESSAGES/system-config-printer-kde.mo share/locale/gl/LC_MESSAGES/systemsettings.mo share/locale/gl/LC_MESSAGES/tasks-mobile.mo share/locale/gl/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-gu/Makefile b/misc/kde4-l10n-gu/Makefile index 31f46c8a6562..948cb69eb83a 100644 --- a/misc/kde4-l10n-gu/Makefile +++ b/misc/kde4-l10n-gu/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Gujarati messages and documentation for KDE4 +COMMENT= Gujarati messages and documentation for KDE SC 4 KDE4_L10N= gu diff --git a/misc/kde4-l10n-hi/Makefile b/misc/kde4-l10n-hi/Makefile index 0b30232e1424..f3856bb91600 100644 --- a/misc/kde4-l10n-hi/Makefile +++ b/misc/kde4-l10n-hi/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Hindi messages and documentation for KDE4 +COMMENT= Hindi messages and documentation for KDE SC 4 KDE4_L10N= hi diff --git a/misc/kde4-l10n-hi/distinfo b/misc/kde4-l10n-hi/distinfo index 0c636d44f939..ab48853af432 100644 --- a/misc/kde4-l10n-hi/distinfo +++ b/misc/kde4-l10n-hi/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-hi-4.9.5.tar.xz) = 94984a615969a724975ae4306a2ca97fe8aeeb544a5a68da76706e7eda4f25ab -SIZE (KDE/kde-l10n/kde-l10n-hi-4.9.5.tar.xz) = 1841420 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-hi-4.10.1.tar.xz) = e1af468c2d4e7cda036069612d1ea9a52de5c96c4c75824abc6713a7d46c65a7 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-hi-4.10.1.tar.xz) = 1863948 diff --git a/misc/kde4-l10n-hi/pkg-plist b/misc/kde4-l10n-hi/pkg-plist index 2f3a5cebd306..bbc749a2f897 100644 --- a/misc/kde4-l10n-hi/pkg-plist +++ b/misc/kde4-l10n-hi/pkg-plist @@ -41,7 +41,6 @@ share/locale/hi/LC_MESSAGES/kalgebra.mo share/locale/hi/LC_MESSAGES/kalzium.mo share/locale/hi/LC_MESSAGES/kanagram.mo share/locale/hi/LC_MESSAGES/kate.mo -share/locale/hi/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/hi/LC_MESSAGES/katefilebrowserplugin.mo share/locale/hi/LC_MESSAGES/katefiletemplates.mo share/locale/hi/LC_MESSAGES/katehelloworld.mo @@ -49,7 +48,6 @@ share/locale/hi/LC_MESSAGES/katekonsoleplugin.mo share/locale/hi/LC_MESSAGES/katemailfilesplugin.mo share/locale/hi/LC_MESSAGES/kateopenheader.mo share/locale/hi/LC_MESSAGES/katepart4.mo -share/locale/hi/LC_MESSAGES/katequickdocumentswitcherplugin.mo share/locale/hi/LC_MESSAGES/katesymbolviewer.mo share/locale/hi/LC_MESSAGES/katetabbarextension.mo share/locale/hi/LC_MESSAGES/katetextfilter.mo @@ -80,7 +78,6 @@ share/locale/hi/LC_MESSAGES/kcm_memory.mo share/locale/hi/LC_MESSAGES/kcm_nepomuk.mo share/locale/hi/LC_MESSAGES/kcm_pci.mo share/locale/hi/LC_MESSAGES/kcm_phonon.mo -share/locale/hi/LC_MESSAGES/kcm_phononxine.mo share/locale/hi/LC_MESSAGES/kcm_platform.mo share/locale/hi/LC_MESSAGES/kcm_solid.mo share/locale/hi/LC_MESSAGES/kcm_solid_actions.mo @@ -399,9 +396,9 @@ share/locale/hi/LC_MESSAGES/plasma_applet_lockout.mo share/locale/hi/LC_MESSAGES/plasma_applet_luna.mo share/locale/hi/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/hi/LC_MESSAGES/plasma_applet_newspaper.mo -share/locale/hi/LC_MESSAGES/plasma_applet_notifications.mo share/locale/hi/LC_MESSAGES/plasma_applet_notifier.mo share/locale/hi/LC_MESSAGES/plasma_applet_nowplaying.mo +share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/hi/LC_MESSAGES/plasma_applet_pager.mo share/locale/hi/LC_MESSAGES/plasma_applet_panel.mo share/locale/hi/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -447,11 +444,8 @@ share/locale/hi/LC_MESSAGES/plasma_runner_windows.mo share/locale/hi/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/hi/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/hi/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/hi/LC_MESSAGES/plasmaengineexplorer.mo share/locale/hi/LC_MESSAGES/plasmagenericshell.mo share/locale/hi/LC_MESSAGES/plasmapkg.mo -share/locale/hi/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/hi/LC_MESSAGES/plasmoidviewer.mo share/locale/hi/LC_MESSAGES/powerdevil.mo share/locale/hi/LC_MESSAGES/processcore.mo share/locale/hi/LC_MESSAGES/processui.mo diff --git a/misc/kde4-l10n-hr/Makefile b/misc/kde4-l10n-hr/Makefile index 5d5eb4c6dd45..406bd4d79e06 100644 --- a/misc/kde4-l10n-hr/Makefile +++ b/misc/kde4-l10n-hr/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Croation messages and documentation for KDE4 +COMMENT= Croation messages and documentation for KDE SC 4 KDE4_L10N= hr diff --git a/misc/kde4-l10n-hr/distinfo b/misc/kde4-l10n-hr/distinfo index 2d4c6155e7a8..ce335386cffa 100644 --- a/misc/kde4-l10n-hr/distinfo +++ b/misc/kde4-l10n-hr/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-hr-4.9.5.tar.xz) = 68f64b84e137924fc5e6517dfc94eeda2345c349e84039811a3503580cb4ebff -SIZE (KDE/kde-l10n/kde-l10n-hr-4.9.5.tar.xz) = 2059224 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-hr-4.10.1.tar.xz) = cd235705aa48e9774b1c6c28ccf9a4767d5b03420fcd78140118856543eba4d2 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-hr-4.10.1.tar.xz) = 2052756 diff --git a/misc/kde4-l10n-hr/pkg-plist b/misc/kde4-l10n-hr/pkg-plist index 72cae2850ab2..b18980f4cfd1 100644 --- a/misc/kde4-l10n-hr/pkg-plist +++ b/misc/kde4-l10n-hr/pkg-plist @@ -89,7 +89,6 @@ share/locale/hr/LC_MESSAGES/kcm_memory.mo share/locale/hr/LC_MESSAGES/kcm_nepomuk.mo share/locale/hr/LC_MESSAGES/kcm_pci.mo share/locale/hr/LC_MESSAGES/kcm_phonon.mo -share/locale/hr/LC_MESSAGES/kcm_phononxine.mo share/locale/hr/LC_MESSAGES/kcm_platform.mo share/locale/hr/LC_MESSAGES/kcm_solid.mo share/locale/hr/LC_MESSAGES/kcm_solid_actions.mo @@ -366,7 +365,6 @@ share/locale/hr/LC_MESSAGES/libplasma.mo share/locale/hr/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/hr/LC_MESSAGES/libplasmaclock.mo share/locale/hr/LC_MESSAGES/libplasmaweather.mo -share/locale/hr/LC_MESSAGES/librtm.mo share/locale/hr/LC_MESSAGES/libtaskmanager.mo share/locale/hr/LC_MESSAGES/lokalize.mo share/locale/hr/LC_MESSAGES/lskat.mo @@ -448,12 +446,12 @@ share/locale/hr/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/hr/LC_MESSAGES/plasma_applet_news.mo share/locale/hr/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/hr/LC_MESSAGES/plasma_applet_notes.mo -share/locale/hr/LC_MESSAGES/plasma_applet_notifications.mo share/locale/hr/LC_MESSAGES/plasma_applet_notifier.mo share/locale/hr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/hr/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/hr/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/hr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/hr/LC_MESSAGES/plasma_applet_pager.mo share/locale/hr/LC_MESSAGES/plasma_applet_panel.mo share/locale/hr/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -543,20 +541,18 @@ share/locale/hr/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/hr/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/hr/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/hr/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/hr/LC_MESSAGES/plasmaengineexplorer.mo share/locale/hr/LC_MESSAGES/plasmagenericshell.mo share/locale/hr/LC_MESSAGES/plasmapkg.mo -share/locale/hr/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/hr/LC_MESSAGES/plasmoidviewer.mo share/locale/hr/LC_MESSAGES/powerdevil.mo share/locale/hr/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/hr/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/hr/LC_MESSAGES/printer-applet.mo share/locale/hr/LC_MESSAGES/processcore.mo share/locale/hr/LC_MESSAGES/processui.mo share/locale/hr/LC_MESSAGES/randrmonitor.mo share/locale/hr/LC_MESSAGES/rellinks.mo share/locale/hr/LC_MESSAGES/rocs.mo +share/locale/hr/LC_MESSAGES/rocscore.mo +share/locale/hr/LC_MESSAGES/rocsvisualeditor.mo share/locale/hr/LC_MESSAGES/searchbarplugin.mo share/locale/hr/LC_MESSAGES/solid-hardware.mo share/locale/hr/LC_MESSAGES/solid-network.mo @@ -569,7 +565,6 @@ share/locale/hr/LC_MESSAGES/strigila_diff.mo share/locale/hr/LC_MESSAGES/superkaramba.mo share/locale/hr/LC_MESSAGES/svgpart.mo share/locale/hr/LC_MESSAGES/sweeper.mo -share/locale/hr/LC_MESSAGES/system-config-printer-kde.mo share/locale/hr/LC_MESSAGES/systemsettings.mo share/locale/hr/LC_MESSAGES/timezones4.mo share/locale/hr/LC_MESSAGES/uachangerplugin.mo diff --git a/misc/kde4-l10n-ia/Makefile b/misc/kde4-l10n-ia/Makefile index 0aa1398b3702..2998ad5e1d52 100644 --- a/misc/kde4-l10n-ia/Makefile +++ b/misc/kde4-l10n-ia/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Interlingua messages and documentation for KDE4 +COMMENT= Interlingua messages and documentation for KDE SC 4 KDE4_L10N= ia diff --git a/misc/kde4-l10n-ia/distinfo b/misc/kde4-l10n-ia/distinfo index 1d3ae4fed426..1027c049d334 100644 --- a/misc/kde4-l10n-ia/distinfo +++ b/misc/kde4-l10n-ia/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ia-4.9.5.tar.xz) = 35cf95497181ec475b1443919e345ba4b4351f246b47690f189747967a05e12c -SIZE (KDE/kde-l10n/kde-l10n-ia-4.9.5.tar.xz) = 1286988 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ia-4.10.1.tar.xz) = 80856689df0ac15fbdd5033c32a4eb069d86b9686bce7463e3e86e6e7e2c749f +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ia-4.10.1.tar.xz) = 1391776 diff --git a/misc/kde4-l10n-ia/pkg-plist b/misc/kde4-l10n-ia/pkg-plist index a9ea3d1eb790..a112083397b4 100644 --- a/misc/kde4-l10n-ia/pkg-plist +++ b/misc/kde4-l10n-ia/pkg-plist @@ -6,6 +6,8 @@ share/locale/ia/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ia/LC_MESSAGES/accountwizard_maildir.mo share/locale/ia/LC_MESSAGES/accountwizard_pop3.mo share/locale/ia/LC_MESSAGES/accountwizard_tine20.mo +share/locale/ia/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/ia/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/ia/LC_MESSAGES/adblock.mo share/locale/ia/LC_MESSAGES/akonadi-filestore.mo share/locale/ia/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -14,6 +16,7 @@ share/locale/ia/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ia/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ia/LC_MESSAGES/akonadi_google_resource.mo share/locale/ia/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/ia/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/ia/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ia/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/ia/LC_MESSAGES/akonadi_kabc_resource.mo @@ -31,7 +34,7 @@ share/locale/ia/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ia/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ia/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ia/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/ia/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/ia/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ia/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ia/LC_MESSAGES/akonadi_next.mo share/locale/ia/LC_MESSAGES/akonadi_nntp_resource.mo @@ -54,7 +57,6 @@ share/locale/ia/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ia/LC_MESSAGES/audiorename_plugin.mo share/locale/ia/LC_MESSAGES/autorefresh.mo share/locale/ia/LC_MESSAGES/babelfish.mo -share/locale/ia/LC_MESSAGES/backupmail.mo share/locale/ia/LC_MESSAGES/blogilo.mo share/locale/ia/LC_MESSAGES/calendarsupport.mo share/locale/ia/LC_MESSAGES/cryptopageplugin.mo @@ -68,6 +70,7 @@ share/locale/ia/LC_MESSAGES/filelight.mo share/locale/ia/LC_MESSAGES/filetypes.mo share/locale/ia/LC_MESSAGES/freespacenotifier.mo share/locale/ia/LC_MESSAGES/fsview.mo +share/locale/ia/LC_MESSAGES/gwenview.mo share/locale/ia/LC_MESSAGES/htmlsearch.mo share/locale/ia/LC_MESSAGES/imagerename_plugin.mo share/locale/ia/LC_MESSAGES/imgalleryplugin.mo @@ -94,7 +97,6 @@ share/locale/ia/LC_MESSAGES/kate.mo share/locale/ia/LC_MESSAGES/kate_kttsd.mo share/locale/ia/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ia/LC_MESSAGES/katebuild-plugin.mo -share/locale/ia/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/ia/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ia/LC_MESSAGES/katefiletemplates.mo share/locale/ia/LC_MESSAGES/kategdbplugin.mo @@ -103,9 +105,10 @@ share/locale/ia/LC_MESSAGES/katekonsoleplugin.mo share/locale/ia/LC_MESSAGES/katemailfilesplugin.mo share/locale/ia/LC_MESSAGES/kateopenheader.mo share/locale/ia/LC_MESSAGES/katepart4.mo -share/locale/ia/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/ia/LC_MESSAGES/kateproject.mo share/locale/ia/LC_MESSAGES/katesearch.mo share/locale/ia/LC_MESSAGES/katesnippets_tng.mo +share/locale/ia/LC_MESSAGES/katesnippetsplugin.mo share/locale/ia/LC_MESSAGES/katesql.mo share/locale/ia/LC_MESSAGES/katesymbolviewer.mo share/locale/ia/LC_MESSAGES/katetabbarextension.mo @@ -119,6 +122,7 @@ share/locale/ia/LC_MESSAGES/kcalc.mo share/locale/ia/LC_MESSAGES/kcertpart.mo share/locale/ia/LC_MESSAGES/kcharselect.mo share/locale/ia/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ia/LC_MESSAGES/kcm_activities.mo share/locale/ia/LC_MESSAGES/kcm_akonadi.mo share/locale/ia/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ia/LC_MESSAGES/kcm_attica.mo @@ -136,7 +140,6 @@ share/locale/ia/LC_MESSAGES/kcm_memory.mo share/locale/ia/LC_MESSAGES/kcm_nepomuk.mo share/locale/ia/LC_MESSAGES/kcm_pci.mo share/locale/ia/LC_MESSAGES/kcm_phonon.mo -share/locale/ia/LC_MESSAGES/kcm_phononxine.mo share/locale/ia/LC_MESSAGES/kcm_platform.mo share/locale/ia/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ia/LC_MESSAGES/kcm_solid.mo @@ -158,11 +161,13 @@ share/locale/ia/LC_MESSAGES/kcmicons.mo share/locale/ia/LC_MESSAGES/kcminfo.mo share/locale/ia/LC_MESSAGES/kcminit.mo share/locale/ia/LC_MESSAGES/kcminput.mo +share/locale/ia/LC_MESSAGES/kcmkamera.mo share/locale/ia/LC_MESSAGES/kcmkclock.mo share/locale/ia/LC_MESSAGES/kcmkded.mo share/locale/ia/LC_MESSAGES/kcmkdnssd.mo share/locale/ia/LC_MESSAGES/kcmkeyboard.mo share/locale/ia/LC_MESSAGES/kcmkeys.mo +share/locale/ia/LC_MESSAGES/kcmkgamma.mo share/locale/ia/LC_MESSAGES/kcmkio.mo share/locale/ia/LC_MESSAGES/kcmkonq.mo share/locale/ia/LC_MESSAGES/kcmkonqhtml.mo @@ -188,6 +193,7 @@ share/locale/ia/LC_MESSAGES/kcmstyle.mo share/locale/ia/LC_MESSAGES/kcmusb.mo share/locale/ia/LC_MESSAGES/kcmview1394.mo share/locale/ia/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/ia/LC_MESSAGES/kcolorchooser.mo share/locale/ia/LC_MESSAGES/kcron.mo share/locale/ia/LC_MESSAGES/kde-menu.mo share/locale/ia/LC_MESSAGES/kdebugdialog.mo @@ -206,11 +212,19 @@ share/locale/ia/LC_MESSAGES/kdmgreet.mo share/locale/ia/LC_MESSAGES/kdontchangethehostname.mo share/locale/ia/LC_MESSAGES/keditbookmarks.mo share/locale/ia/LC_MESSAGES/kfile.mo +share/locale/ia/LC_MESSAGES/kfile_dds.mo +share/locale/ia/LC_MESSAGES/kfile_exr.mo share/locale/ia/LC_MESSAGES/kfile_mail.mo +share/locale/ia/LC_MESSAGES/kfile_pnm.mo +share/locale/ia/LC_MESSAGES/kfile_raw.mo +share/locale/ia/LC_MESSAGES/kfile_rgb.mo share/locale/ia/LC_MESSAGES/kfile_rpm.mo +share/locale/ia/LC_MESSAGES/kfile_tiff.mo +share/locale/ia/LC_MESSAGES/kfile_xps.mo share/locale/ia/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ia/LC_MESSAGES/kfileshare.mo share/locale/ia/LC_MESSAGES/kfindpart.mo +share/locale/ia/LC_MESSAGES/kfloppy.mo share/locale/ia/LC_MESSAGES/kfmclient.mo share/locale/ia/LC_MESSAGES/kfontinst.mo share/locale/ia/LC_MESSAGES/kget.mo @@ -256,12 +270,14 @@ share/locale/ia/LC_MESSAGES/kio_sftp.mo share/locale/ia/LC_MESSAGES/kio_sieve.mo share/locale/ia/LC_MESSAGES/kio_smb.mo share/locale/ia/LC_MESSAGES/kio_smtp.mo +share/locale/ia/LC_MESSAGES/kio_tags.mo share/locale/ia/LC_MESSAGES/kio_thumbnail.mo share/locale/ia/LC_MESSAGES/kio_timeline.mo share/locale/ia/LC_MESSAGES/kio_trash.mo share/locale/ia/LC_MESSAGES/kio_zeroconf.mo share/locale/ia/LC_MESSAGES/kioclient.mo share/locale/ia/LC_MESSAGES/kioexec.mo +share/locale/ia/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/ia/LC_MESSAGES/kjots.mo share/locale/ia/LC_MESSAGES/kjotsmigrator.mo share/locale/ia/LC_MESSAGES/kleopatra.mo @@ -277,6 +293,7 @@ share/locale/ia/LC_MESSAGES/knetattach.mo share/locale/ia/LC_MESSAGES/knode.mo share/locale/ia/LC_MESSAGES/knotes.mo share/locale/ia/LC_MESSAGES/knotify4.mo +share/locale/ia/LC_MESSAGES/kolourpaint.mo share/locale/ia/LC_MESSAGES/konqueror.mo share/locale/ia/LC_MESSAGES/konsole.mo share/locale/ia/LC_MESSAGES/konsolekalendar.mo @@ -300,13 +317,19 @@ share/locale/ia/LC_MESSAGES/kres_blog.mo share/locale/ia/LC_MESSAGES/kres_remote.mo share/locale/ia/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/ia/LC_MESSAGES/krfb.mo +share/locale/ia/LC_MESSAGES/kruler.mo share/locale/ia/LC_MESSAGES/krunner.mo +share/locale/ia/LC_MESSAGES/ksaneplugin.mo share/locale/ia/LC_MESSAGES/kscd.mo +share/locale/ia/LC_MESSAGES/kscreenlocker.mo +share/locale/ia/LC_MESSAGES/kscreenlocker_greet.mo share/locale/ia/LC_MESSAGES/kscreensaver.mo share/locale/ia/LC_MESSAGES/ksendemail.mo +share/locale/ia/LC_MESSAGES/ksgrd.mo share/locale/ia/LC_MESSAGES/kshellcmdplugin.mo share/locale/ia/LC_MESSAGES/kshorturifilter.mo share/locale/ia/LC_MESSAGES/ksmserver.mo +share/locale/ia/LC_MESSAGES/ksnapshot.mo share/locale/ia/LC_MESSAGES/ksplashthemes.mo share/locale/ia/LC_MESSAGES/kstart.mo share/locale/ia/LC_MESSAGES/kstyle_config.mo @@ -321,6 +344,7 @@ share/locale/ia/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ia/LC_MESSAGES/ktimer.mo share/locale/ia/LC_MESSAGES/ktimetracker.mo share/locale/ia/LC_MESSAGES/ktnef.mo +share/locale/ia/LC_MESSAGES/ktouchpadenabler.mo share/locale/ia/LC_MESSAGES/ktraderclient.mo share/locale/ia/LC_MESSAGES/kuiserver.mo share/locale/ia/LC_MESSAGES/kurifilter.mo @@ -347,11 +371,14 @@ share/locale/ia/LC_MESSAGES/libkcal.mo share/locale/ia/LC_MESSAGES/libkcalutils.mo share/locale/ia/LC_MESSAGES/libkcddb.mo share/locale/ia/LC_MESSAGES/libkcompactdisc.mo +share/locale/ia/LC_MESSAGES/libkdcraw.mo share/locale/ia/LC_MESSAGES/libkdecorations.mo share/locale/ia/LC_MESSAGES/libkdepim.mo share/locale/ia/LC_MESSAGES/libkdepimmobileui.mo +share/locale/ia/LC_MESSAGES/libkexiv2.mo share/locale/ia/LC_MESSAGES/libkholidays.mo share/locale/ia/LC_MESSAGES/libkimap.mo +share/locale/ia/LC_MESSAGES/libkipi.mo share/locale/ia/LC_MESSAGES/libkldap.mo share/locale/ia/LC_MESSAGES/libkleopatra.mo share/locale/ia/LC_MESSAGES/libkmime.mo @@ -362,6 +389,7 @@ share/locale/ia/LC_MESSAGES/libkpimtextedit.mo share/locale/ia/LC_MESSAGES/libkpimutils.mo share/locale/ia/LC_MESSAGES/libkremotecontrol.mo share/locale/ia/LC_MESSAGES/libkresources.mo +share/locale/ia/LC_MESSAGES/libksane.mo share/locale/ia/LC_MESSAGES/libkscreensaver.mo share/locale/ia/LC_MESSAGES/libksieve.mo share/locale/ia/LC_MESSAGES/libktnef.mo @@ -376,10 +404,12 @@ share/locale/ia/LC_MESSAGES/libmessagecore.mo share/locale/ia/LC_MESSAGES/libmessagelist.mo share/locale/ia/LC_MESSAGES/libmessageviewer.mo share/locale/ia/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/ia/LC_MESSAGES/libpimcommon.mo share/locale/ia/LC_MESSAGES/libplasma.mo share/locale/ia/LC_MESSAGES/libplasmaclock.mo share/locale/ia/LC_MESSAGES/libtaskmanager.mo share/locale/ia/LC_MESSAGES/libtemplateparser.mo +share/locale/ia/LC_MESSAGES/lokalize.mo share/locale/ia/LC_MESSAGES/mailreader.mo share/locale/ia/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/ia/LC_MESSAGES/messageviewer_text_calendar_plugin.mo @@ -390,17 +420,38 @@ share/locale/ia/LC_MESSAGES/minitoolsplugin.mo share/locale/ia/LC_MESSAGES/mplayerthumbs.mo share/locale/ia/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ia/LC_MESSAGES/nepomukbackup.mo +share/locale/ia/LC_MESSAGES/nepomukcleaner.mo share/locale/ia/LC_MESSAGES/nepomukcontroller.mo share/locale/ia/LC_MESSAGES/nepomukfileindexer.mo +share/locale/ia/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/ia/LC_MESSAGES/nepomukqueryservice.mo share/locale/ia/LC_MESSAGES/nepomukserver.mo share/locale/ia/LC_MESSAGES/nepomukservicestub.mo share/locale/ia/LC_MESSAGES/nepomukstorage.mo +share/locale/ia/LC_MESSAGES/nepomukwidgets.mo share/locale/ia/LC_MESSAGES/newmailnotifieragent.mo share/locale/ia/LC_MESSAGES/notes-mobile.mo share/locale/ia/LC_MESSAGES/nsplugin.mo +share/locale/ia/LC_MESSAGES/okular.mo +share/locale/ia/LC_MESSAGES/okular_chm.mo +share/locale/ia/LC_MESSAGES/okular_comicbook.mo +share/locale/ia/LC_MESSAGES/okular_djvu.mo +share/locale/ia/LC_MESSAGES/okular_dvi.mo +share/locale/ia/LC_MESSAGES/okular_epub.mo +share/locale/ia/LC_MESSAGES/okular_fax.mo +share/locale/ia/LC_MESSAGES/okular_fictionbook.mo +share/locale/ia/LC_MESSAGES/okular_ghostview.mo +share/locale/ia/LC_MESSAGES/okular_kimgio.mo +share/locale/ia/LC_MESSAGES/okular_mobi.mo +share/locale/ia/LC_MESSAGES/okular_ooo.mo +share/locale/ia/LC_MESSAGES/okular_plucker.mo +share/locale/ia/LC_MESSAGES/okular_poppler.mo +share/locale/ia/LC_MESSAGES/okular_tiff.mo +share/locale/ia/LC_MESSAGES/okular_xps.mo +share/locale/ia/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/ia/LC_MESSAGES/phonon_kde.mo share/locale/ia/LC_MESSAGES/phononserver.mo +share/locale/ia/LC_MESSAGES/pimsettingexporter.mo share/locale/ia/LC_MESSAGES/plasma-desktop.mo share/locale/ia/LC_MESSAGES/plasma-netbook.mo share/locale/ia/LC_MESSAGES/plasma-overlay.mo @@ -420,12 +471,13 @@ share/locale/ia/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ia/LC_MESSAGES/plasma_applet_lockout.mo share/locale/ia/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ia/LC_MESSAGES/plasma_applet_newspaper.mo -share/locale/ia/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ia/LC_MESSAGES/plasma_applet_notifier.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ia/LC_MESSAGES/plasma_applet_pager.mo share/locale/ia/LC_MESSAGES/plasma_applet_panel.mo share/locale/ia/LC_MESSAGES/plasma_applet_panelspacer_internal.mo +share/locale/ia/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/ia/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/ia/LC_MESSAGES/plasma_applet_sal.mo share/locale/ia/LC_MESSAGES/plasma_applet_saverdesktop.mo @@ -479,21 +531,17 @@ share/locale/ia/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ia/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/ia/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/ia/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/ia/LC_MESSAGES/plasmaengineexplorer.mo share/locale/ia/LC_MESSAGES/plasmagenericshell.mo share/locale/ia/LC_MESSAGES/plasmapkg.mo -share/locale/ia/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/ia/LC_MESSAGES/plasmoidviewer.mo share/locale/ia/LC_MESSAGES/powerdevil.mo share/locale/ia/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ia/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ia/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/ia/LC_MESSAGES/printer-applet.mo +share/locale/ia/LC_MESSAGES/print-manager.mo share/locale/ia/LC_MESSAGES/processcore.mo share/locale/ia/LC_MESSAGES/processui.mo share/locale/ia/LC_MESSAGES/randrmonitor.mo share/locale/ia/LC_MESSAGES/rellinks.mo -share/locale/ia/LC_MESSAGES/remote-widgets-browser.mo share/locale/ia/LC_MESSAGES/searchbarplugin.mo share/locale/ia/LC_MESSAGES/solid-hardware.mo share/locale/ia/LC_MESSAGES/solid-network.mo @@ -501,8 +549,8 @@ share/locale/ia/LC_MESSAGES/solid_qt.mo share/locale/ia/LC_MESSAGES/solidcontrol.mo share/locale/ia/LC_MESSAGES/soliduiserver.mo share/locale/ia/LC_MESSAGES/superkaramba.mo +share/locale/ia/LC_MESSAGES/svgpart.mo share/locale/ia/LC_MESSAGES/sweeper.mo -share/locale/ia/LC_MESSAGES/system-config-printer-kde.mo share/locale/ia/LC_MESSAGES/systemsettings.mo share/locale/ia/LC_MESSAGES/tasks-mobile.mo share/locale/ia/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-id/Makefile b/misc/kde4-l10n-id/Makefile index 3915ae7af6c5..64f154e41c94 100644 --- a/misc/kde4-l10n-id/Makefile +++ b/misc/kde4-l10n-id/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Indonesian messages and documentation for KDE4 +COMMENT= Indonesian messages and documentation for KDE SC 4 KDE4_L10N= id diff --git a/misc/kde4-l10n-is/Makefile b/misc/kde4-l10n-is/Makefile index f5d3893b5887..27371c9dd965 100644 --- a/misc/kde4-l10n-is/Makefile +++ b/misc/kde4-l10n-is/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Icelandic messages and documentation for KDE4 +COMMENT= Icelandic messages and documentation for KDE SC 4 KDE4_L10N= is diff --git a/misc/kde4-l10n-is/distinfo b/misc/kde4-l10n-is/distinfo index f51cee7605d9..df1e24dd3992 100644 --- a/misc/kde4-l10n-is/distinfo +++ b/misc/kde4-l10n-is/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-is-4.9.5.tar.xz) = 5fc3d302b1da7298e421c595488d19db2b2dd3bf1316f82924db3aa99d25772f -SIZE (KDE/kde-l10n/kde-l10n-is-4.9.5.tar.xz) = 1862496 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-is-4.10.1.tar.xz) = 166b01be148889bb9b75e87e628024d427900235a12ce15c761deac249134bda +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-is-4.10.1.tar.xz) = 1879412 diff --git a/misc/kde4-l10n-is/pkg-plist b/misc/kde4-l10n-is/pkg-plist index 472a95f8c332..b8ee2b59497f 100644 --- a/misc/kde4-l10n-is/pkg-plist +++ b/misc/kde4-l10n-is/pkg-plist @@ -45,7 +45,6 @@ share/locale/is/LC_MESSAGES/kalzium.mo share/locale/is/LC_MESSAGES/kapman.mo share/locale/is/LC_MESSAGES/kate.mo share/locale/is/LC_MESSAGES/kate_kttsd.mo -share/locale/is/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/is/LC_MESSAGES/katefilebrowserplugin.mo share/locale/is/LC_MESSAGES/katefiletemplates.mo share/locale/is/LC_MESSAGES/katehelloworld.mo @@ -85,7 +84,6 @@ share/locale/is/LC_MESSAGES/kcm_memory.mo share/locale/is/LC_MESSAGES/kcm_nepomuk.mo share/locale/is/LC_MESSAGES/kcm_pci.mo share/locale/is/LC_MESSAGES/kcm_phonon.mo -share/locale/is/LC_MESSAGES/kcm_phononxine.mo share/locale/is/LC_MESSAGES/kcm_platform.mo share/locale/is/LC_MESSAGES/kcm_solid.mo share/locale/is/LC_MESSAGES/kcm_solid_actions.mo @@ -343,6 +341,7 @@ share/locale/is/LC_MESSAGES/libkdegames.mo share/locale/is/LC_MESSAGES/libkdepim.mo share/locale/is/LC_MESSAGES/libkexiv2.mo share/locale/is/LC_MESSAGES/libkholidays.mo +share/locale/is/LC_MESSAGES/libkipi.mo share/locale/is/LC_MESSAGES/libkleopatra.mo share/locale/is/LC_MESSAGES/libkmahjongg.mo share/locale/is/LC_MESSAGES/libkonq.mo @@ -397,6 +396,7 @@ share/locale/is/LC_MESSAGES/okular_plucker.mo share/locale/is/LC_MESSAGES/okular_poppler.mo share/locale/is/LC_MESSAGES/okular_tiff.mo share/locale/is/LC_MESSAGES/okular_xps.mo +share/locale/is/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/is/LC_MESSAGES/palapeli.mo share/locale/is/LC_MESSAGES/parley.mo share/locale/is/LC_MESSAGES/phonon_gstreamer.mo @@ -438,10 +438,10 @@ share/locale/is/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/is/LC_MESSAGES/plasma_applet_news.mo share/locale/is/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/is/LC_MESSAGES/plasma_applet_notes.mo -share/locale/is/LC_MESSAGES/plasma_applet_notifications.mo share/locale/is/LC_MESSAGES/plasma_applet_notifier.mo share/locale/is/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/is/LC_MESSAGES/plasma_applet_opendesktop.mo +share/locale/is/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/is/LC_MESSAGES/plasma_applet_pager.mo share/locale/is/LC_MESSAGES/plasma_applet_panel.mo share/locale/is/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -520,13 +520,9 @@ share/locale/is/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/is/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/is/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/is/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/is/LC_MESSAGES/plasmaengineexplorer.mo share/locale/is/LC_MESSAGES/plasmagenericshell.mo share/locale/is/LC_MESSAGES/plasmapkg.mo -share/locale/is/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/is/LC_MESSAGES/plasmoidviewer.mo share/locale/is/LC_MESSAGES/powerdevil.mo -share/locale/is/LC_MESSAGES/printer-applet.mo share/locale/is/LC_MESSAGES/processcore.mo share/locale/is/LC_MESSAGES/processui.mo share/locale/is/LC_MESSAGES/randrmonitor.mo @@ -541,7 +537,6 @@ share/locale/is/LC_MESSAGES/strigila_diff.mo share/locale/is/LC_MESSAGES/superkaramba.mo share/locale/is/LC_MESSAGES/svgpart.mo share/locale/is/LC_MESSAGES/sweeper.mo -share/locale/is/LC_MESSAGES/system-config-printer-kde.mo share/locale/is/LC_MESSAGES/systemsettings.mo share/locale/is/LC_MESSAGES/timezones4.mo share/locale/is/LC_MESSAGES/uachangerplugin.mo diff --git a/misc/kde4-l10n-it/Makefile b/misc/kde4-l10n-it/Makefile index 0ac70e436ea8..d06c644a9c8f 100644 --- a/misc/kde4-l10n-it/Makefile +++ b/misc/kde4-l10n-it/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Italian messages and documentation for KDE4 +COMMENT= Italian messages and documentation for KDE SC 4 KDE4_L10N= it diff --git a/misc/kde4-l10n-it/Makefile.man b/misc/kde4-l10n-it/Makefile.man index a7046f884194..01234f13aedc 100644 --- a/misc/kde4-l10n-it/Makefile.man +++ b/misc/kde4-l10n-it/Makefile.man @@ -34,9 +34,8 @@ MAN1+= kmplot.1 MAN1+= kross.1 MAN1+= ktouch.1 MAN1+= makekdewidgets.1 -MAN1+= plasmaengineexplorer.1 +MAN1+= okular.1 MAN1+= plasmapkg.1 -MAN1+= plasmoidviewer.1 MAN1+= po2xml.1 MAN1+= preparetips.1 MAN1+= pruneemptydirs.1 diff --git a/misc/kde4-l10n-it/distinfo b/misc/kde4-l10n-it/distinfo index 34daa2f23233..521572cc5304 100644 --- a/misc/kde4-l10n-it/distinfo +++ b/misc/kde4-l10n-it/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-it-4.9.5.tar.xz) = 34e3cacbf0285acc84556f70226ffd13b5b870f5914b5ea1715f28c9eb70ddaa -SIZE (KDE/kde-l10n/kde-l10n-it-4.9.5.tar.xz) = 10494752 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-it-4.10.1.tar.xz) = 4cf6fb1df7b2f042f92b4883a497eb24e40356c3143df8e5fe801bd2e2a89c3b +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-it-4.10.1.tar.xz) = 10555548 diff --git a/misc/kde4-l10n-it/pkg-plist b/misc/kde4-l10n-it/pkg-plist index 5bb9d3ce31c1..6206e2642b37 100644 --- a/misc/kde4-l10n-it/pkg-plist +++ b/misc/kde4-l10n-it/pkg-plist @@ -1,3 +1,4 @@ +share/apps/autocorrect/it_IT.xml share/apps/klettres/it/alpha/a.ogg share/apps/klettres/it/alpha/b.ogg share/apps/klettres/it/alpha/c.ogg @@ -924,6 +925,7 @@ share/doc/HTML/it/kstars/colorandtemp.docbook share/doc/HTML/it/kstars/commands.docbook share/doc/HTML/it/kstars/common share/doc/HTML/it/kstars/config.docbook +share/doc/HTML/it/kstars/cosmicdist.docbook share/doc/HTML/it/kstars/cpoles.docbook share/doc/HTML/it/kstars/credits.docbook share/doc/HTML/it/kstars/csphere.docbook @@ -934,6 +936,7 @@ share/doc/HTML/it/kstars/devicemanager.png share/doc/HTML/it/kstars/dumpmode.docbook share/doc/HTML/it/kstars/ecliptic.docbook share/doc/HTML/it/kstars/ellipticalgalaxies.docbook +share/doc/HTML/it/kstars/epoch.docbook share/doc/HTML/it/kstars/equinox.docbook share/doc/HTML/it/kstars/faq.docbook share/doc/HTML/it/kstars/find.png @@ -957,7 +960,7 @@ share/doc/HTML/it/kstars/lightcurves.docbook share/doc/HTML/it/kstars/luminosity.docbook share/doc/HTML/it/kstars/magnitude.docbook share/doc/HTML/it/kstars/meridian.docbook -share/doc/HTML/it/kstars/observinglist.docbook +share/doc/HTML/it/kstars/obsplanner.docbook share/doc/HTML/it/kstars/parallax.docbook share/doc/HTML/it/kstars/precession.docbook share/doc/HTML/it/kstars/quicktour.docbook @@ -972,6 +975,7 @@ share/doc/HTML/it/kstars/skycoords.docbook share/doc/HTML/it/kstars/solarsys.docbook share/doc/HTML/it/kstars/spiralgalaxies.docbook share/doc/HTML/it/kstars/stars.docbook +share/doc/HTML/it/kstars/telescopes.docbook share/doc/HTML/it/kstars/timezones.docbook share/doc/HTML/it/kstars/tools.docbook share/doc/HTML/it/kstars/utime.docbook @@ -998,13 +1002,6 @@ share/doc/HTML/it/ktimetracker/index.docbook share/doc/HTML/it/ktnef/common share/doc/HTML/it/ktnef/index.cache.bz2 share/doc/HTML/it/ktnef/index.docbook -share/doc/HTML/it/ktouch/common -share/doc/HTML/it/ktouch/index.cache.bz2 -share/doc/HTML/it/ktouch/index.docbook -share/doc/HTML/it/ktouch/man-ktouch.1.docbook -share/doc/HTML/it/ktouch/screenshot1.png -share/doc/HTML/it/ktouch/screenshot2.png -share/doc/HTML/it/ktouch/screenshot3.png share/doc/HTML/it/ktron/common share/doc/HTML/it/ktron/index.cache.bz2 share/doc/HTML/it/ktron/index.docbook @@ -1056,6 +1053,7 @@ share/doc/HTML/it/okteta/index.docbook share/doc/HTML/it/okular/common share/doc/HTML/it/okular/index.cache.bz2 share/doc/HTML/it/okular/index.docbook +share/doc/HTML/it/okular/man-okular.1.docbook share/doc/HTML/it/onlinehelp/common share/doc/HTML/it/onlinehelp/index.cache.bz2 share/doc/HTML/it/onlinehelp/index.docbook @@ -1096,9 +1094,6 @@ share/doc/HTML/it/parley/verb-query-dlg.png share/doc/HTML/it/plasma-desktop/common share/doc/HTML/it/plasma-desktop/index.cache.bz2 share/doc/HTML/it/plasma-desktop/index.docbook -share/doc/HTML/it/printer-applet/common -share/doc/HTML/it/printer-applet/index.cache.bz2 -share/doc/HTML/it/printer-applet/index.docbook share/doc/HTML/it/rocs/common share/doc/HTML/it/rocs/index.cache.bz2 share/doc/HTML/it/rocs/index.docbook @@ -1134,6 +1129,8 @@ share/locale/it/LC_MESSAGES/accountwizard_mailbox.mo share/locale/it/LC_MESSAGES/accountwizard_maildir.mo share/locale/it/LC_MESSAGES/accountwizard_pop3.mo share/locale/it/LC_MESSAGES/accountwizard_tine20.mo +share/locale/it/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/it/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/it/LC_MESSAGES/adblock.mo share/locale/it/LC_MESSAGES/akonadi-filestore.mo share/locale/it/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -1142,6 +1139,7 @@ share/locale/it/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/it/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/it/LC_MESSAGES/akonadi_google_resource.mo share/locale/it/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/it/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/it/LC_MESSAGES/akonadi_imap_resource.mo share/locale/it/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/it/LC_MESSAGES/akonadi_kabc_resource.mo @@ -1159,7 +1157,7 @@ share/locale/it/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/it/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/it/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/it/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/it/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/it/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/it/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/it/LC_MESSAGES/akonadi_next.mo share/locale/it/LC_MESSAGES/akonadi_nntp_resource.mo @@ -1184,7 +1182,6 @@ share/locale/it/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/it/LC_MESSAGES/audiorename_plugin.mo share/locale/it/LC_MESSAGES/autorefresh.mo share/locale/it/LC_MESSAGES/babelfish.mo -share/locale/it/LC_MESSAGES/backupmail.mo share/locale/it/LC_MESSAGES/blinken.mo share/locale/it/LC_MESSAGES/blogilo.mo share/locale/it/LC_MESSAGES/bomber.mo @@ -1245,7 +1242,6 @@ share/locale/it/LC_MESSAGES/kate.mo share/locale/it/LC_MESSAGES/kate_kttsd.mo share/locale/it/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/it/LC_MESSAGES/katebuild-plugin.mo -share/locale/it/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/it/LC_MESSAGES/katefilebrowserplugin.mo share/locale/it/LC_MESSAGES/katefiletemplates.mo share/locale/it/LC_MESSAGES/kategdbplugin.mo @@ -1254,9 +1250,10 @@ share/locale/it/LC_MESSAGES/katekonsoleplugin.mo share/locale/it/LC_MESSAGES/katemailfilesplugin.mo share/locale/it/LC_MESSAGES/kateopenheader.mo share/locale/it/LC_MESSAGES/katepart4.mo -share/locale/it/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/it/LC_MESSAGES/kateproject.mo share/locale/it/LC_MESSAGES/katesearch.mo share/locale/it/LC_MESSAGES/katesnippets_tng.mo +share/locale/it/LC_MESSAGES/katesnippetsplugin.mo share/locale/it/LC_MESSAGES/katesql.mo share/locale/it/LC_MESSAGES/katesymbolviewer.mo share/locale/it/LC_MESSAGES/katetabbarextension.mo @@ -1279,6 +1276,7 @@ share/locale/it/LC_MESSAGES/kcalc.mo share/locale/it/LC_MESSAGES/kcertpart.mo share/locale/it/LC_MESSAGES/kcharselect.mo share/locale/it/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/it/LC_MESSAGES/kcm_activities.mo share/locale/it/LC_MESSAGES/kcm_akonadi.mo share/locale/it/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/it/LC_MESSAGES/kcm_attica.mo @@ -1296,7 +1294,6 @@ share/locale/it/LC_MESSAGES/kcm_memory.mo share/locale/it/LC_MESSAGES/kcm_nepomuk.mo share/locale/it/LC_MESSAGES/kcm_pci.mo share/locale/it/LC_MESSAGES/kcm_phonon.mo -share/locale/it/LC_MESSAGES/kcm_phononxine.mo share/locale/it/LC_MESSAGES/kcm_platform.mo share/locale/it/LC_MESSAGES/kcm_remotecontrol.mo share/locale/it/LC_MESSAGES/kcm_solid.mo @@ -1443,12 +1440,14 @@ share/locale/it/LC_MESSAGES/kio_sieve.mo share/locale/it/LC_MESSAGES/kio_smb.mo share/locale/it/LC_MESSAGES/kio_smtp.mo share/locale/it/LC_MESSAGES/kio_svn.mo +share/locale/it/LC_MESSAGES/kio_tags.mo share/locale/it/LC_MESSAGES/kio_thumbnail.mo share/locale/it/LC_MESSAGES/kio_timeline.mo share/locale/it/LC_MESSAGES/kio_trash.mo share/locale/it/LC_MESSAGES/kio_zeroconf.mo share/locale/it/LC_MESSAGES/kioclient.mo share/locale/it/LC_MESSAGES/kioexec.mo +share/locale/it/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/it/LC_MESSAGES/kiriki.mo share/locale/it/LC_MESSAGES/kiten.mo share/locale/it/LC_MESSAGES/kjots.mo @@ -1518,8 +1517,11 @@ share/locale/it/LC_MESSAGES/kruler.mo share/locale/it/LC_MESSAGES/krunner.mo share/locale/it/LC_MESSAGES/ksaneplugin.mo share/locale/it/LC_MESSAGES/kscd.mo +share/locale/it/LC_MESSAGES/kscreenlocker.mo +share/locale/it/LC_MESSAGES/kscreenlocker_greet.mo share/locale/it/LC_MESSAGES/kscreensaver.mo share/locale/it/LC_MESSAGES/ksendemail.mo +share/locale/it/LC_MESSAGES/ksgrd.mo share/locale/it/LC_MESSAGES/kshellcmdplugin.mo share/locale/it/LC_MESSAGES/kshisen.mo share/locale/it/LC_MESSAGES/kshorturifilter.mo @@ -1549,6 +1551,7 @@ share/locale/it/LC_MESSAGES/ktimer.mo share/locale/it/LC_MESSAGES/ktimetracker.mo share/locale/it/LC_MESSAGES/ktnef.mo share/locale/it/LC_MESSAGES/ktouch.mo +share/locale/it/LC_MESSAGES/ktouchpadenabler.mo share/locale/it/LC_MESSAGES/ktraderclient.mo share/locale/it/LC_MESSAGES/ktron.mo share/locale/it/LC_MESSAGES/ktuberling.mo @@ -1595,6 +1598,7 @@ share/locale/it/LC_MESSAGES/libkdepimmobileui.mo share/locale/it/LC_MESSAGES/libkexiv2.mo share/locale/it/LC_MESSAGES/libkholidays.mo share/locale/it/LC_MESSAGES/libkimap.mo +share/locale/it/LC_MESSAGES/libkipi.mo share/locale/it/LC_MESSAGES/libkldap.mo share/locale/it/LC_MESSAGES/libkleopatra.mo share/locale/it/LC_MESSAGES/libkmahjongg.mo @@ -1626,11 +1630,11 @@ share/locale/it/LC_MESSAGES/liboktetagui.mo share/locale/it/LC_MESSAGES/liboktetakasten.mo share/locale/it/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/it/LC_MESSAGES/libphonon.mo +share/locale/it/LC_MESSAGES/libpimcommon.mo share/locale/it/LC_MESSAGES/libplasma.mo share/locale/it/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/it/LC_MESSAGES/libplasmaclock.mo share/locale/it/LC_MESSAGES/libplasmaweather.mo -share/locale/it/LC_MESSAGES/librtm.mo share/locale/it/LC_MESSAGES/libtaskmanager.mo share/locale/it/LC_MESSAGES/libtemplateparser.mo share/locale/it/LC_MESSAGES/lokalize.mo @@ -1638,6 +1642,7 @@ share/locale/it/LC_MESSAGES/lskat.mo share/locale/it/LC_MESSAGES/mailreader.mo share/locale/it/LC_MESSAGES/marble.mo share/locale/it/LC_MESSAGES/marble_qt.mo +share/locale/it/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/it/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/it/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/it/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -1647,12 +1652,15 @@ share/locale/it/LC_MESSAGES/minitoolsplugin.mo share/locale/it/LC_MESSAGES/mplayerthumbs.mo share/locale/it/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/it/LC_MESSAGES/nepomukbackup.mo +share/locale/it/LC_MESSAGES/nepomukcleaner.mo share/locale/it/LC_MESSAGES/nepomukcontroller.mo share/locale/it/LC_MESSAGES/nepomukfileindexer.mo +share/locale/it/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/it/LC_MESSAGES/nepomukqueryservice.mo share/locale/it/LC_MESSAGES/nepomukserver.mo share/locale/it/LC_MESSAGES/nepomukservicestub.mo share/locale/it/LC_MESSAGES/nepomukstorage.mo +share/locale/it/LC_MESSAGES/nepomukwidgets.mo share/locale/it/LC_MESSAGES/newmailnotifieragent.mo share/locale/it/LC_MESSAGES/notes-mobile.mo share/locale/it/LC_MESSAGES/nsplugin.mo @@ -1675,13 +1683,17 @@ share/locale/it/LC_MESSAGES/okular_plucker.mo share/locale/it/LC_MESSAGES/okular_poppler.mo share/locale/it/LC_MESSAGES/okular_tiff.mo share/locale/it/LC_MESSAGES/okular_xps.mo +share/locale/it/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/it/LC_MESSAGES/pairs.mo +share/locale/it/LC_MESSAGES/pairseditor.mo share/locale/it/LC_MESSAGES/palapeli.mo share/locale/it/LC_MESSAGES/parley.mo share/locale/it/LC_MESSAGES/phonon_gstreamer.mo share/locale/it/LC_MESSAGES/phonon_kde.mo share/locale/it/LC_MESSAGES/phonon_vlc.mo share/locale/it/LC_MESSAGES/phononserver.mo +share/locale/it/LC_MESSAGES/picmi.mo +share/locale/it/LC_MESSAGES/pimsettingexporter.mo share/locale/it/LC_MESSAGES/plasma-desktop.mo share/locale/it/LC_MESSAGES/plasma-netbook.mo share/locale/it/LC_MESSAGES/plasma-overlay.mo @@ -1731,12 +1743,12 @@ share/locale/it/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/it/LC_MESSAGES/plasma_applet_news.mo share/locale/it/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/it/LC_MESSAGES/plasma_applet_notes.mo -share/locale/it/LC_MESSAGES/plasma_applet_notifications.mo share/locale/it/LC_MESSAGES/plasma_applet_notifier.mo share/locale/it/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/it/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/it/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/it/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/it/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/it/LC_MESSAGES/plasma_applet_pager.mo share/locale/it/LC_MESSAGES/plasma_applet_panel.mo @@ -1745,6 +1757,7 @@ share/locale/it/LC_MESSAGES/plasma_applet_paste.mo share/locale/it/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/it/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/it/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/it/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/it/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/it/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/it/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -1807,6 +1820,7 @@ share/locale/it/LC_MESSAGES/plasma_runner_kill.mo share/locale/it/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/it/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/it/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/it/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/it/LC_MESSAGES/plasma_runner_locations.mo share/locale/it/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/it/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -1834,24 +1848,23 @@ share/locale/it/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/it/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/it/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/it/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/it/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/it/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/it/LC_MESSAGES/plasmaengineexplorer.mo share/locale/it/LC_MESSAGES/plasmagenericshell.mo share/locale/it/LC_MESSAGES/plasmapkg.mo -share/locale/it/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/it/LC_MESSAGES/plasmoidviewer.mo share/locale/it/LC_MESSAGES/pothumbnail.mo share/locale/it/LC_MESSAGES/powerdevil.mo share/locale/it/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/it/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/it/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/it/LC_MESSAGES/printer-applet.mo +share/locale/it/LC_MESSAGES/print-manager.mo share/locale/it/LC_MESSAGES/processcore.mo share/locale/it/LC_MESSAGES/processui.mo share/locale/it/LC_MESSAGES/randrmonitor.mo share/locale/it/LC_MESSAGES/rellinks.mo -share/locale/it/LC_MESSAGES/remote-widgets-browser.mo share/locale/it/LC_MESSAGES/rocs.mo +share/locale/it/LC_MESSAGES/rocscore.mo +share/locale/it/LC_MESSAGES/rocsvisualeditor.mo share/locale/it/LC_MESSAGES/searchbarplugin.mo share/locale/it/LC_MESSAGES/solid-hardware.mo share/locale/it/LC_MESSAGES/solid-network.mo @@ -1864,7 +1877,6 @@ share/locale/it/LC_MESSAGES/strigila_diff.mo share/locale/it/LC_MESSAGES/superkaramba.mo share/locale/it/LC_MESSAGES/svgpart.mo share/locale/it/LC_MESSAGES/sweeper.mo -share/locale/it/LC_MESSAGES/system-config-printer-kde.mo share/locale/it/LC_MESSAGES/systemsettings.mo share/locale/it/LC_MESSAGES/tasks-mobile.mo share/locale/it/LC_MESSAGES/timezones4.mo @@ -1881,7 +1893,6 @@ share/locale/it/entry.desktop @dirrm share/doc/HTML/it/step @dirrm share/doc/HTML/it/sonnet @dirrm share/doc/HTML/it/rocs -@dirrm share/doc/HTML/it/printer-applet @dirrm share/doc/HTML/it/plasma-desktop @dirrm share/doc/HTML/it/parley @dirrm share/doc/HTML/it/palapeli @@ -1900,7 +1911,6 @@ share/locale/it/entry.desktop @dirrm share/doc/HTML/it/kturtle @dirrm share/doc/HTML/it/ktuberling @dirrm share/doc/HTML/it/ktron -@dirrm share/doc/HTML/it/ktouch @dirrm share/doc/HTML/it/ktnef @dirrm share/doc/HTML/it/ktimetracker @dirrm share/doc/HTML/it/ktimer @@ -2134,6 +2144,7 @@ share/locale/it/entry.desktop @dirrm share/apps/klettres/it/alpha @dirrm share/apps/klettres/it @dirrm share/apps/klettres +@dirrm share/apps/autocorrect @dirrmtry man/it/man8 @dirrmtry man/it/man7 @dirrmtry man/it/man6 diff --git a/misc/kde4-l10n-kk/Makefile b/misc/kde4-l10n-kk/Makefile index dff20ad4c64c..d6f8b863b983 100644 --- a/misc/kde4-l10n-kk/Makefile +++ b/misc/kde4-l10n-kk/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Kazakh messages and documentation for KDE4 +COMMENT= Kazakh messages and documentation for KDE SC 4 KDE4_L10N= kk diff --git a/misc/kde4-l10n-kk/distinfo b/misc/kde4-l10n-kk/distinfo index df8960b76aee..1a7eb1a36eab 100644 --- a/misc/kde4-l10n-kk/distinfo +++ b/misc/kde4-l10n-kk/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-kk-4.9.5.tar.xz) = fa05953f0c62bd0f120339595cf730f6d805625cac798ba36e572f073cced465 -SIZE (KDE/kde-l10n/kde-l10n-kk-4.9.5.tar.xz) = 2524140 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-kk-4.10.1.tar.xz) = 35ef183c80928771a7c0a12f22a27e4f390753cae9252402d571d2dcb416a94b +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-kk-4.10.1.tar.xz) = 2579200 diff --git a/misc/kde4-l10n-kk/pkg-plist b/misc/kde4-l10n-kk/pkg-plist index aef07182ddeb..86c19d46756d 100644 --- a/misc/kde4-l10n-kk/pkg-plist +++ b/misc/kde4-l10n-kk/pkg-plist @@ -6,6 +6,8 @@ share/locale/kk/LC_MESSAGES/accountwizard_mailbox.mo share/locale/kk/LC_MESSAGES/accountwizard_maildir.mo share/locale/kk/LC_MESSAGES/accountwizard_pop3.mo share/locale/kk/LC_MESSAGES/accountwizard_tine20.mo +share/locale/kk/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/kk/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/kk/LC_MESSAGES/adblock.mo share/locale/kk/LC_MESSAGES/akonadi-filestore.mo share/locale/kk/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -14,6 +16,7 @@ share/locale/kk/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/kk/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/kk/LC_MESSAGES/akonadi_google_resource.mo share/locale/kk/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/kk/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/kk/LC_MESSAGES/akonadi_imap_resource.mo share/locale/kk/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/kk/LC_MESSAGES/akonadi_kabc_resource.mo @@ -31,7 +34,7 @@ share/locale/kk/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/kk/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/kk/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/kk/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/kk/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/kk/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/kk/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/kk/LC_MESSAGES/akonadi_next.mo share/locale/kk/LC_MESSAGES/akonadi_nntp_resource.mo @@ -56,7 +59,6 @@ share/locale/kk/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/kk/LC_MESSAGES/audiorename_plugin.mo share/locale/kk/LC_MESSAGES/autorefresh.mo share/locale/kk/LC_MESSAGES/babelfish.mo -share/locale/kk/LC_MESSAGES/backupmail.mo share/locale/kk/LC_MESSAGES/blinken.mo share/locale/kk/LC_MESSAGES/blogilo.mo share/locale/kk/LC_MESSAGES/bomber.mo @@ -117,7 +119,6 @@ share/locale/kk/LC_MESSAGES/kate.mo share/locale/kk/LC_MESSAGES/kate_kttsd.mo share/locale/kk/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/kk/LC_MESSAGES/katebuild-plugin.mo -share/locale/kk/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/kk/LC_MESSAGES/katefilebrowserplugin.mo share/locale/kk/LC_MESSAGES/katefiletemplates.mo share/locale/kk/LC_MESSAGES/kategdbplugin.mo @@ -126,9 +127,10 @@ share/locale/kk/LC_MESSAGES/katekonsoleplugin.mo share/locale/kk/LC_MESSAGES/katemailfilesplugin.mo share/locale/kk/LC_MESSAGES/kateopenheader.mo share/locale/kk/LC_MESSAGES/katepart4.mo -share/locale/kk/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/kk/LC_MESSAGES/kateproject.mo share/locale/kk/LC_MESSAGES/katesearch.mo share/locale/kk/LC_MESSAGES/katesnippets_tng.mo +share/locale/kk/LC_MESSAGES/katesnippetsplugin.mo share/locale/kk/LC_MESSAGES/katesql.mo share/locale/kk/LC_MESSAGES/katesymbolviewer.mo share/locale/kk/LC_MESSAGES/katetabbarextension.mo @@ -151,6 +153,7 @@ share/locale/kk/LC_MESSAGES/kcalc.mo share/locale/kk/LC_MESSAGES/kcertpart.mo share/locale/kk/LC_MESSAGES/kcharselect.mo share/locale/kk/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/kk/LC_MESSAGES/kcm_activities.mo share/locale/kk/LC_MESSAGES/kcm_akonadi.mo share/locale/kk/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/kk/LC_MESSAGES/kcm_attica.mo @@ -168,7 +171,6 @@ share/locale/kk/LC_MESSAGES/kcm_memory.mo share/locale/kk/LC_MESSAGES/kcm_nepomuk.mo share/locale/kk/LC_MESSAGES/kcm_pci.mo share/locale/kk/LC_MESSAGES/kcm_phonon.mo -share/locale/kk/LC_MESSAGES/kcm_phononxine.mo share/locale/kk/LC_MESSAGES/kcm_platform.mo share/locale/kk/LC_MESSAGES/kcm_remotecontrol.mo share/locale/kk/LC_MESSAGES/kcm_solid.mo @@ -315,12 +317,14 @@ share/locale/kk/LC_MESSAGES/kio_sieve.mo share/locale/kk/LC_MESSAGES/kio_smb.mo share/locale/kk/LC_MESSAGES/kio_smtp.mo share/locale/kk/LC_MESSAGES/kio_svn.mo +share/locale/kk/LC_MESSAGES/kio_tags.mo share/locale/kk/LC_MESSAGES/kio_thumbnail.mo share/locale/kk/LC_MESSAGES/kio_timeline.mo share/locale/kk/LC_MESSAGES/kio_trash.mo share/locale/kk/LC_MESSAGES/kio_zeroconf.mo share/locale/kk/LC_MESSAGES/kioclient.mo share/locale/kk/LC_MESSAGES/kioexec.mo +share/locale/kk/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/kk/LC_MESSAGES/kiriki.mo share/locale/kk/LC_MESSAGES/kiten.mo share/locale/kk/LC_MESSAGES/kjots.mo @@ -390,8 +394,11 @@ share/locale/kk/LC_MESSAGES/kruler.mo share/locale/kk/LC_MESSAGES/krunner.mo share/locale/kk/LC_MESSAGES/ksaneplugin.mo share/locale/kk/LC_MESSAGES/kscd.mo +share/locale/kk/LC_MESSAGES/kscreenlocker.mo +share/locale/kk/LC_MESSAGES/kscreenlocker_greet.mo share/locale/kk/LC_MESSAGES/kscreensaver.mo share/locale/kk/LC_MESSAGES/ksendemail.mo +share/locale/kk/LC_MESSAGES/ksgrd.mo share/locale/kk/LC_MESSAGES/kshellcmdplugin.mo share/locale/kk/LC_MESSAGES/kshisen.mo share/locale/kk/LC_MESSAGES/kshorturifilter.mo @@ -421,6 +428,7 @@ share/locale/kk/LC_MESSAGES/ktimer.mo share/locale/kk/LC_MESSAGES/ktimetracker.mo share/locale/kk/LC_MESSAGES/ktnef.mo share/locale/kk/LC_MESSAGES/ktouch.mo +share/locale/kk/LC_MESSAGES/ktouchpadenabler.mo share/locale/kk/LC_MESSAGES/ktraderclient.mo share/locale/kk/LC_MESSAGES/ktron.mo share/locale/kk/LC_MESSAGES/ktuberling.mo @@ -467,6 +475,7 @@ share/locale/kk/LC_MESSAGES/libkdepimmobileui.mo share/locale/kk/LC_MESSAGES/libkexiv2.mo share/locale/kk/LC_MESSAGES/libkholidays.mo share/locale/kk/LC_MESSAGES/libkimap.mo +share/locale/kk/LC_MESSAGES/libkipi.mo share/locale/kk/LC_MESSAGES/libkldap.mo share/locale/kk/LC_MESSAGES/libkleopatra.mo share/locale/kk/LC_MESSAGES/libkmahjongg.mo @@ -498,11 +507,11 @@ share/locale/kk/LC_MESSAGES/liboktetagui.mo share/locale/kk/LC_MESSAGES/liboktetakasten.mo share/locale/kk/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/kk/LC_MESSAGES/libphonon.mo +share/locale/kk/LC_MESSAGES/libpimcommon.mo share/locale/kk/LC_MESSAGES/libplasma.mo share/locale/kk/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/kk/LC_MESSAGES/libplasmaclock.mo share/locale/kk/LC_MESSAGES/libplasmaweather.mo -share/locale/kk/LC_MESSAGES/librtm.mo share/locale/kk/LC_MESSAGES/libtaskmanager.mo share/locale/kk/LC_MESSAGES/libtemplateparser.mo share/locale/kk/LC_MESSAGES/lokalize.mo @@ -510,6 +519,7 @@ share/locale/kk/LC_MESSAGES/lskat.mo share/locale/kk/LC_MESSAGES/mailreader.mo share/locale/kk/LC_MESSAGES/marble.mo share/locale/kk/LC_MESSAGES/marble_qt.mo +share/locale/kk/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/kk/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/kk/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/kk/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -519,12 +529,14 @@ share/locale/kk/LC_MESSAGES/minitoolsplugin.mo share/locale/kk/LC_MESSAGES/mplayerthumbs.mo share/locale/kk/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/kk/LC_MESSAGES/nepomukbackup.mo +share/locale/kk/LC_MESSAGES/nepomukcleaner.mo share/locale/kk/LC_MESSAGES/nepomukcontroller.mo share/locale/kk/LC_MESSAGES/nepomukfileindexer.mo share/locale/kk/LC_MESSAGES/nepomukqueryservice.mo share/locale/kk/LC_MESSAGES/nepomukserver.mo share/locale/kk/LC_MESSAGES/nepomukservicestub.mo share/locale/kk/LC_MESSAGES/nepomukstorage.mo +share/locale/kk/LC_MESSAGES/nepomukwidgets.mo share/locale/kk/LC_MESSAGES/newmailnotifieragent.mo share/locale/kk/LC_MESSAGES/notes-mobile.mo share/locale/kk/LC_MESSAGES/nsplugin.mo @@ -547,13 +559,17 @@ share/locale/kk/LC_MESSAGES/okular_plucker.mo share/locale/kk/LC_MESSAGES/okular_poppler.mo share/locale/kk/LC_MESSAGES/okular_tiff.mo share/locale/kk/LC_MESSAGES/okular_xps.mo +share/locale/kk/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/kk/LC_MESSAGES/pairs.mo +share/locale/kk/LC_MESSAGES/pairseditor.mo share/locale/kk/LC_MESSAGES/palapeli.mo share/locale/kk/LC_MESSAGES/parley.mo share/locale/kk/LC_MESSAGES/phonon_gstreamer.mo share/locale/kk/LC_MESSAGES/phonon_kde.mo share/locale/kk/LC_MESSAGES/phonon_vlc.mo share/locale/kk/LC_MESSAGES/phononserver.mo +share/locale/kk/LC_MESSAGES/picmi.mo +share/locale/kk/LC_MESSAGES/pimsettingexporter.mo share/locale/kk/LC_MESSAGES/plasma-desktop.mo share/locale/kk/LC_MESSAGES/plasma-netbook.mo share/locale/kk/LC_MESSAGES/plasma-overlay.mo @@ -603,12 +619,12 @@ share/locale/kk/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/kk/LC_MESSAGES/plasma_applet_news.mo share/locale/kk/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/kk/LC_MESSAGES/plasma_applet_notes.mo -share/locale/kk/LC_MESSAGES/plasma_applet_notifications.mo share/locale/kk/LC_MESSAGES/plasma_applet_notifier.mo share/locale/kk/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/kk/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/kk/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/kk/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/kk/LC_MESSAGES/plasma_applet_pager.mo share/locale/kk/LC_MESSAGES/plasma_applet_panel.mo @@ -617,6 +633,7 @@ share/locale/kk/LC_MESSAGES/plasma_applet_paste.mo share/locale/kk/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/kk/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/kk/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/kk/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/kk/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/kk/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/kk/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -679,6 +696,7 @@ share/locale/kk/LC_MESSAGES/plasma_runner_kill.mo share/locale/kk/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/kk/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/kk/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/kk/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/kk/LC_MESSAGES/plasma_runner_locations.mo share/locale/kk/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -706,24 +724,23 @@ share/locale/kk/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/kk/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/kk/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/kk/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/kk/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/kk/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/kk/LC_MESSAGES/plasmaengineexplorer.mo share/locale/kk/LC_MESSAGES/plasmagenericshell.mo share/locale/kk/LC_MESSAGES/plasmapkg.mo -share/locale/kk/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/kk/LC_MESSAGES/plasmoidviewer.mo share/locale/kk/LC_MESSAGES/pothumbnail.mo share/locale/kk/LC_MESSAGES/powerdevil.mo share/locale/kk/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/kk/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/kk/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/kk/LC_MESSAGES/printer-applet.mo +share/locale/kk/LC_MESSAGES/print-manager.mo share/locale/kk/LC_MESSAGES/processcore.mo share/locale/kk/LC_MESSAGES/processui.mo share/locale/kk/LC_MESSAGES/randrmonitor.mo share/locale/kk/LC_MESSAGES/rellinks.mo -share/locale/kk/LC_MESSAGES/remote-widgets-browser.mo share/locale/kk/LC_MESSAGES/rocs.mo +share/locale/kk/LC_MESSAGES/rocscore.mo +share/locale/kk/LC_MESSAGES/rocsvisualeditor.mo share/locale/kk/LC_MESSAGES/searchbarplugin.mo share/locale/kk/LC_MESSAGES/solid-hardware.mo share/locale/kk/LC_MESSAGES/solid-network.mo @@ -736,7 +753,6 @@ share/locale/kk/LC_MESSAGES/strigila_diff.mo share/locale/kk/LC_MESSAGES/superkaramba.mo share/locale/kk/LC_MESSAGES/svgpart.mo share/locale/kk/LC_MESSAGES/sweeper.mo -share/locale/kk/LC_MESSAGES/system-config-printer-kde.mo share/locale/kk/LC_MESSAGES/systemsettings.mo share/locale/kk/LC_MESSAGES/tasks-mobile.mo share/locale/kk/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-km/Makefile b/misc/kde4-l10n-km/Makefile index 3d1b04141846..f55e126d7200 100644 --- a/misc/kde4-l10n-km/Makefile +++ b/misc/kde4-l10n-km/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Khmer messages and documentation for KDE4 +COMMENT= Khmer messages and documentation for KDE SC 4 KDE4_L10N= km diff --git a/misc/kde4-l10n-km/distinfo b/misc/kde4-l10n-km/distinfo index 9d836e867122..75bdb457f289 100644 --- a/misc/kde4-l10n-km/distinfo +++ b/misc/kde4-l10n-km/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-km-4.9.5.tar.xz) = ced51205d6ff5d57ff17127fb0ae9048ebe09e0c50dc4f606c437559a8c22184 -SIZE (KDE/kde-l10n/kde-l10n-km-4.9.5.tar.xz) = 2191932 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-km-4.10.1.tar.xz) = 702804a3168c88555effacffc81a2f70d141e0b0573cfe852a96346cbf34e152 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-km-4.10.1.tar.xz) = 2216428 diff --git a/misc/kde4-l10n-km/pkg-plist b/misc/kde4-l10n-km/pkg-plist index f35ab37d84f4..a2e3d5810ef4 100644 --- a/misc/kde4-l10n-km/pkg-plist +++ b/misc/kde4-l10n-km/pkg-plist @@ -31,7 +31,7 @@ share/locale/km/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/km/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/km/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/km/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/km/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/km/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/km/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/km/LC_MESSAGES/akonadi_next.mo share/locale/km/LC_MESSAGES/akonadi_nntp_resource.mo @@ -55,7 +55,6 @@ share/locale/km/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/km/LC_MESSAGES/audiorename_plugin.mo share/locale/km/LC_MESSAGES/autorefresh.mo share/locale/km/LC_MESSAGES/babelfish.mo -share/locale/km/LC_MESSAGES/backupmail.mo share/locale/km/LC_MESSAGES/blinken.mo share/locale/km/LC_MESSAGES/bomber.mo share/locale/km/LC_MESSAGES/bovo.mo @@ -105,7 +104,6 @@ share/locale/km/LC_MESSAGES/kate.mo share/locale/km/LC_MESSAGES/kate_kttsd.mo share/locale/km/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/km/LC_MESSAGES/katebuild-plugin.mo -share/locale/km/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/km/LC_MESSAGES/katefilebrowserplugin.mo share/locale/km/LC_MESSAGES/katefiletemplates.mo share/locale/km/LC_MESSAGES/kategdbplugin.mo @@ -114,7 +112,6 @@ share/locale/km/LC_MESSAGES/katekonsoleplugin.mo share/locale/km/LC_MESSAGES/katemailfilesplugin.mo share/locale/km/LC_MESSAGES/kateopenheader.mo share/locale/km/LC_MESSAGES/katepart4.mo -share/locale/km/LC_MESSAGES/katequickdocumentswitcherplugin.mo share/locale/km/LC_MESSAGES/katesearch.mo share/locale/km/LC_MESSAGES/katesnippets_tng.mo share/locale/km/LC_MESSAGES/katesql.mo @@ -155,7 +152,6 @@ share/locale/km/LC_MESSAGES/kcm_memory.mo share/locale/km/LC_MESSAGES/kcm_nepomuk.mo share/locale/km/LC_MESSAGES/kcm_pci.mo share/locale/km/LC_MESSAGES/kcm_phonon.mo -share/locale/km/LC_MESSAGES/kcm_phononxine.mo share/locale/km/LC_MESSAGES/kcm_platform.mo share/locale/km/LC_MESSAGES/kcm_remotecontrol.mo share/locale/km/LC_MESSAGES/kcm_solid.mo @@ -401,6 +397,7 @@ share/locale/km/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/km/LC_MESSAGES/ktimer.mo share/locale/km/LC_MESSAGES/ktimetracker.mo share/locale/km/LC_MESSAGES/ktouch.mo +share/locale/km/LC_MESSAGES/ktouchpadenabler.mo share/locale/km/LC_MESSAGES/ktraderclient.mo share/locale/km/LC_MESSAGES/ktron.mo share/locale/km/LC_MESSAGES/ktuberling.mo @@ -472,7 +469,6 @@ share/locale/km/LC_MESSAGES/libplasma.mo share/locale/km/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/km/LC_MESSAGES/libplasmaclock.mo share/locale/km/LC_MESSAGES/libplasmaweather.mo -share/locale/km/LC_MESSAGES/librtm.mo share/locale/km/LC_MESSAGES/libtaskmanager.mo share/locale/km/LC_MESSAGES/libtemplateparser.mo share/locale/km/LC_MESSAGES/lokalize.mo @@ -517,6 +513,7 @@ share/locale/km/LC_MESSAGES/palapeli.mo share/locale/km/LC_MESSAGES/parley.mo share/locale/km/LC_MESSAGES/phonon_kde.mo share/locale/km/LC_MESSAGES/phononserver.mo +share/locale/km/LC_MESSAGES/pimsettingexporter.mo share/locale/km/LC_MESSAGES/plasma-desktop.mo share/locale/km/LC_MESSAGES/plasma-netbook.mo share/locale/km/LC_MESSAGES/plasma-overlay.mo @@ -562,11 +559,11 @@ share/locale/km/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/km/LC_MESSAGES/plasma_applet_news.mo share/locale/km/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/km/LC_MESSAGES/plasma_applet_notes.mo -share/locale/km/LC_MESSAGES/plasma_applet_notifications.mo share/locale/km/LC_MESSAGES/plasma_applet_notifier.mo share/locale/km/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/km/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/km/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/km/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/km/LC_MESSAGES/plasma_applet_pager.mo share/locale/km/LC_MESSAGES/plasma_applet_panel.mo @@ -575,6 +572,7 @@ share/locale/km/LC_MESSAGES/plasma_applet_paste.mo share/locale/km/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/km/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/km/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/km/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/km/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/km/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/km/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -637,6 +635,7 @@ share/locale/km/LC_MESSAGES/plasma_runner_kill.mo share/locale/km/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/km/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/km/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/km/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/km/LC_MESSAGES/plasma_runner_locations.mo share/locale/km/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/km/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo @@ -664,21 +663,17 @@ share/locale/km/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/km/LC_MESSAGES/plasmaengineexplorer.mo share/locale/km/LC_MESSAGES/plasmagenericshell.mo share/locale/km/LC_MESSAGES/plasmapkg.mo -share/locale/km/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/km/LC_MESSAGES/plasmoidviewer.mo share/locale/km/LC_MESSAGES/powerdevil.mo share/locale/km/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/km/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/km/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/km/LC_MESSAGES/printer-applet.mo +share/locale/km/LC_MESSAGES/print-manager.mo share/locale/km/LC_MESSAGES/processcore.mo share/locale/km/LC_MESSAGES/processui.mo share/locale/km/LC_MESSAGES/randrmonitor.mo share/locale/km/LC_MESSAGES/rellinks.mo -share/locale/km/LC_MESSAGES/remote-widgets-browser.mo share/locale/km/LC_MESSAGES/searchbarplugin.mo share/locale/km/LC_MESSAGES/solid-hardware.mo share/locale/km/LC_MESSAGES/solid-network.mo diff --git a/misc/kde4-l10n-kn/Makefile b/misc/kde4-l10n-kn/Makefile index 4bb0889802de..fb51a8adfce4 100644 --- a/misc/kde4-l10n-kn/Makefile +++ b/misc/kde4-l10n-kn/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Kannada messages and documentation for KDE4 +COMMENT= Kannada messages and documentation for KDE SC 4 KDE4_L10N= kn diff --git a/misc/kde4-l10n-lt/Makefile b/misc/kde4-l10n-lt/Makefile index f7ecc3b49bc8..76035d089002 100644 --- a/misc/kde4-l10n-lt/Makefile +++ b/misc/kde4-l10n-lt/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Lithuanian messages and documentation for KDE4 +COMMENT= Lithuanian messages and documentation for KDE SC 4 KDE4_L10N= lt diff --git a/misc/kde4-l10n-lt/distinfo b/misc/kde4-l10n-lt/distinfo index f2f315a3f4b9..5716c048fea6 100644 --- a/misc/kde4-l10n-lt/distinfo +++ b/misc/kde4-l10n-lt/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-lt-4.9.5.tar.xz) = 9aa45c2b224aa96adcb794fa3c68808d1295b276545d55314579267286ff74f8 -SIZE (KDE/kde-l10n/kde-l10n-lt-4.9.5.tar.xz) = 10539860 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-lt-4.10.1.tar.xz) = ea8bc8f7ba7cc068933af278b1d0b56d14487de34c8629d15385c3827864c03c +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-lt-4.10.1.tar.xz) = 12974368 diff --git a/misc/kde4-l10n-lt/pkg-plist b/misc/kde4-l10n-lt/pkg-plist index e77480f263ad..e6d8d8d5c71f 100644 --- a/misc/kde4-l10n-lt/pkg-plist +++ b/misc/kde4-l10n-lt/pkg-plist @@ -1,3 +1,107 @@ +share/apps/klettres/lt.txt +share/apps/klettres/lt/alpha/a-1.ogg +share/apps/klettres/lt/alpha/a-2.ogg +share/apps/klettres/lt/alpha/b.ogg +share/apps/klettres/lt/alpha/c-1.ogg +share/apps/klettres/lt/alpha/c-2.ogg +share/apps/klettres/lt/alpha/d.ogg +share/apps/klettres/lt/alpha/e-1.ogg +share/apps/klettres/lt/alpha/e-2.ogg +share/apps/klettres/lt/alpha/e-3.ogg +share/apps/klettres/lt/alpha/f.ogg +share/apps/klettres/lt/alpha/g.ogg +share/apps/klettres/lt/alpha/h.ogg +share/apps/klettres/lt/alpha/i-1.ogg +share/apps/klettres/lt/alpha/i-2.ogg +share/apps/klettres/lt/alpha/j.ogg +share/apps/klettres/lt/alpha/k.ogg +share/apps/klettres/lt/alpha/l.ogg +share/apps/klettres/lt/alpha/m.ogg +share/apps/klettres/lt/alpha/n.ogg +share/apps/klettres/lt/alpha/o.ogg +share/apps/klettres/lt/alpha/p.ogg +share/apps/klettres/lt/alpha/r.ogg +share/apps/klettres/lt/alpha/s-1.ogg +share/apps/klettres/lt/alpha/s-2.ogg +share/apps/klettres/lt/alpha/t.ogg +share/apps/klettres/lt/alpha/u-1.ogg +share/apps/klettres/lt/alpha/u-2.ogg +share/apps/klettres/lt/alpha/u-3.ogg +share/apps/klettres/lt/alpha/v.ogg +share/apps/klettres/lt/alpha/y.ogg +share/apps/klettres/lt/alpha/z-1.ogg +share/apps/klettres/lt/alpha/z-2.ogg +share/apps/klettres/lt/sounds.xml +share/apps/klettres/lt/syllab/al.ogg +share/apps/klettres/lt/syllab/am.ogg +share/apps/klettres/lt/syllab/an.ogg +share/apps/klettres/lt/syllab/ar.ogg +share/apps/klettres/lt/syllab/au.ogg +share/apps/klettres/lt/syllab/bals.ogg +share/apps/klettres/lt/syllab/bels.ogg +share/apps/klettres/lt/syllab/bus.ogg +share/apps/klettres/lt/syllab/duos.ogg +share/apps/klettres/lt/syllab/dz2iu.ogg +share/apps/klettres/lt/syllab/dzin.ogg +share/apps/klettres/lt/syllab/eu.ogg +share/apps/klettres/lt/syllab/fui.ogg +share/apps/klettres/lt/syllab/gros.ogg +share/apps/klettres/lt/syllab/ie.ogg +share/apps/klettres/lt/syllab/il.ogg +share/apps/klettres/lt/syllab/im.ogg +share/apps/klettres/lt/syllab/in.ogg +share/apps/klettres/lt/syllab/ir.ogg +share/apps/klettres/lt/syllab/jau.ogg +share/apps/klettres/lt/syllab/jei.ogg +share/apps/klettres/lt/syllab/ji.ogg +share/apps/klettres/lt/syllab/jie.ogg +share/apps/klettres/lt/syllab/jis.ogg +share/apps/klettres/lt/syllab/joks.ogg +share/apps/klettres/lt/syllab/juos.ogg +share/apps/klettres/lt/syllab/jus.ogg +share/apps/klettres/lt/syllab/kaip.ogg +share/apps/klettres/lt/syllab/kas.ogg +share/apps/klettres/lt/syllab/kilo.ogg +share/apps/klettres/lt/syllab/ko.ogg +share/apps/klettres/lt/syllab/lai.ogg +share/apps/klettres/lt/syllab/le3k.ogg +share/apps/klettres/lt/syllab/leis.ogg +share/apps/klettres/lt/syllab/lis.ogg +share/apps/klettres/lt/syllab/lok.ogg +share/apps/klettres/lt/syllab/mels.ogg +share/apps/klettres/lt/syllab/mes.ogg +share/apps/klettres/lt/syllab/mur.ogg +share/apps/klettres/lt/syllab/na.ogg +share/apps/klettres/lt/syllab/ne.ogg +share/apps/klettres/lt/syllab/ne3r.ogg +share/apps/klettres/lt/syllab/nes2.ogg +share/apps/klettres/lt/syllab/nors.ogg +share/apps/klettres/lt/syllab/ou.ogg +share/apps/klettres/lt/syllab/pats.ogg +share/apps/klettres/lt/syllab/pur.ogg +share/apps/klettres/lt/syllab/ras.ogg +share/apps/klettres/lt/syllab/re3k.ogg +share/apps/klettres/lt/syllab/ries.ogg +share/apps/klettres/lt/syllab/s2a.ogg +share/apps/klettres/lt/syllab/s2als.ogg +share/apps/klettres/lt/syllab/s2ok.ogg +share/apps/klettres/lt/syllab/tai.ogg +share/apps/klettres/lt/syllab/taip.ogg +share/apps/klettres/lt/syllab/teis.ogg +share/apps/klettres/lt/syllab/ties.ogg +share/apps/klettres/lt/syllab/tuoj.ogg +share/apps/klettres/lt/syllab/tuos.ogg +share/apps/klettres/lt/syllab/tur.ogg +share/apps/klettres/lt/syllab/ul.ogg +share/apps/klettres/lt/syllab/um.ogg +share/apps/klettres/lt/syllab/un.ogg +share/apps/klettres/lt/syllab/uo.ogg +share/apps/klettres/lt/syllab/ur.ogg +share/apps/klettres/lt/syllab/ve3l.ogg +share/apps/klettres/lt/syllab/vis.ogg +share/apps/klettres/lt/syllab/vok.ogg +share/apps/klettres/lt/syllab/yra.ogg +share/apps/klettres/lt/syllab/zip.ogg share/apps/ktuberling/sounds/lt.soundtheme share/apps/ktuberling/sounds/lt/ball.ogg share/apps/ktuberling/sounds/lt/bow.ogg @@ -280,6 +384,8 @@ share/locale/lt/LC_MESSAGES/accountwizard_mailbox.mo share/locale/lt/LC_MESSAGES/accountwizard_maildir.mo share/locale/lt/LC_MESSAGES/accountwizard_pop3.mo share/locale/lt/LC_MESSAGES/accountwizard_tine20.mo +share/locale/lt/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/lt/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/lt/LC_MESSAGES/adblock.mo share/locale/lt/LC_MESSAGES/akonadi-filestore.mo share/locale/lt/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -288,6 +394,7 @@ share/locale/lt/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/lt/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/lt/LC_MESSAGES/akonadi_google_resource.mo share/locale/lt/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/lt/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/lt/LC_MESSAGES/akonadi_imap_resource.mo share/locale/lt/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/lt/LC_MESSAGES/akonadi_kabc_resource.mo @@ -305,7 +412,7 @@ share/locale/lt/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/lt/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/lt/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/lt/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/lt/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/lt/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/lt/LC_MESSAGES/akonadi_next.mo share/locale/lt/LC_MESSAGES/akonadi_nntp_resource.mo @@ -330,7 +437,6 @@ share/locale/lt/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/lt/LC_MESSAGES/audiorename_plugin.mo share/locale/lt/LC_MESSAGES/autorefresh.mo share/locale/lt/LC_MESSAGES/babelfish.mo -share/locale/lt/LC_MESSAGES/backupmail.mo share/locale/lt/LC_MESSAGES/blinken.mo share/locale/lt/LC_MESSAGES/blogilo.mo share/locale/lt/LC_MESSAGES/bomber.mo @@ -374,6 +480,7 @@ share/locale/lt/LC_MESSAGES/kabcformat_binary.mo share/locale/lt/LC_MESSAGES/kaccess.mo share/locale/lt/LC_MESSAGES/kaccessibleapp.mo share/locale/lt/LC_MESSAGES/kactivitymanagerd.mo +share/locale/lt/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/lt/LC_MESSAGES/kaddressbook-mobile.mo share/locale/lt/LC_MESSAGES/kaddressbook.mo share/locale/lt/LC_MESSAGES/kaddressbookmigrator.mo @@ -390,7 +497,6 @@ share/locale/lt/LC_MESSAGES/kate.mo share/locale/lt/LC_MESSAGES/kate_kttsd.mo share/locale/lt/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/lt/LC_MESSAGES/katebuild-plugin.mo -share/locale/lt/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/lt/LC_MESSAGES/katefilebrowserplugin.mo share/locale/lt/LC_MESSAGES/katefiletemplates.mo share/locale/lt/LC_MESSAGES/kategdbplugin.mo @@ -399,9 +505,10 @@ share/locale/lt/LC_MESSAGES/katekonsoleplugin.mo share/locale/lt/LC_MESSAGES/katemailfilesplugin.mo share/locale/lt/LC_MESSAGES/kateopenheader.mo share/locale/lt/LC_MESSAGES/katepart4.mo -share/locale/lt/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/lt/LC_MESSAGES/kateproject.mo share/locale/lt/LC_MESSAGES/katesearch.mo share/locale/lt/LC_MESSAGES/katesnippets_tng.mo +share/locale/lt/LC_MESSAGES/katesnippetsplugin.mo share/locale/lt/LC_MESSAGES/katesql.mo share/locale/lt/LC_MESSAGES/katesymbolviewer.mo share/locale/lt/LC_MESSAGES/katetabbarextension.mo @@ -424,6 +531,7 @@ share/locale/lt/LC_MESSAGES/kcalc.mo share/locale/lt/LC_MESSAGES/kcertpart.mo share/locale/lt/LC_MESSAGES/kcharselect.mo share/locale/lt/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/lt/LC_MESSAGES/kcm_activities.mo share/locale/lt/LC_MESSAGES/kcm_akonadi.mo share/locale/lt/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/lt/LC_MESSAGES/kcm_attica.mo @@ -441,7 +549,6 @@ share/locale/lt/LC_MESSAGES/kcm_memory.mo share/locale/lt/LC_MESSAGES/kcm_nepomuk.mo share/locale/lt/LC_MESSAGES/kcm_pci.mo share/locale/lt/LC_MESSAGES/kcm_phonon.mo -share/locale/lt/LC_MESSAGES/kcm_phononxine.mo share/locale/lt/LC_MESSAGES/kcm_platform.mo share/locale/lt/LC_MESSAGES/kcm_remotecontrol.mo share/locale/lt/LC_MESSAGES/kcm_solid.mo @@ -588,12 +695,14 @@ share/locale/lt/LC_MESSAGES/kio_sieve.mo share/locale/lt/LC_MESSAGES/kio_smb.mo share/locale/lt/LC_MESSAGES/kio_smtp.mo share/locale/lt/LC_MESSAGES/kio_svn.mo +share/locale/lt/LC_MESSAGES/kio_tags.mo share/locale/lt/LC_MESSAGES/kio_thumbnail.mo share/locale/lt/LC_MESSAGES/kio_timeline.mo share/locale/lt/LC_MESSAGES/kio_trash.mo share/locale/lt/LC_MESSAGES/kio_zeroconf.mo share/locale/lt/LC_MESSAGES/kioclient.mo share/locale/lt/LC_MESSAGES/kioexec.mo +share/locale/lt/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/lt/LC_MESSAGES/kiriki.mo share/locale/lt/LC_MESSAGES/kiten.mo share/locale/lt/LC_MESSAGES/kjots.mo @@ -663,6 +772,8 @@ share/locale/lt/LC_MESSAGES/kruler.mo share/locale/lt/LC_MESSAGES/krunner.mo share/locale/lt/LC_MESSAGES/ksaneplugin.mo share/locale/lt/LC_MESSAGES/kscd.mo +share/locale/lt/LC_MESSAGES/kscreenlocker.mo +share/locale/lt/LC_MESSAGES/kscreenlocker_greet.mo share/locale/lt/LC_MESSAGES/kscreensaver.mo share/locale/lt/LC_MESSAGES/ksendemail.mo share/locale/lt/LC_MESSAGES/kshellcmdplugin.mo @@ -694,6 +805,7 @@ share/locale/lt/LC_MESSAGES/ktimer.mo share/locale/lt/LC_MESSAGES/ktimetracker.mo share/locale/lt/LC_MESSAGES/ktnef.mo share/locale/lt/LC_MESSAGES/ktouch.mo +share/locale/lt/LC_MESSAGES/ktouchpadenabler.mo share/locale/lt/LC_MESSAGES/ktraderclient.mo share/locale/lt/LC_MESSAGES/ktron.mo share/locale/lt/LC_MESSAGES/ktuberling.mo @@ -740,6 +852,7 @@ share/locale/lt/LC_MESSAGES/libkdepimmobileui.mo share/locale/lt/LC_MESSAGES/libkexiv2.mo share/locale/lt/LC_MESSAGES/libkholidays.mo share/locale/lt/LC_MESSAGES/libkimap.mo +share/locale/lt/LC_MESSAGES/libkipi.mo share/locale/lt/LC_MESSAGES/libkldap.mo share/locale/lt/LC_MESSAGES/libkleopatra.mo share/locale/lt/LC_MESSAGES/libkmahjongg.mo @@ -771,11 +884,11 @@ share/locale/lt/LC_MESSAGES/liboktetagui.mo share/locale/lt/LC_MESSAGES/liboktetakasten.mo share/locale/lt/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/lt/LC_MESSAGES/libphonon.mo +share/locale/lt/LC_MESSAGES/libpimcommon.mo share/locale/lt/LC_MESSAGES/libplasma.mo share/locale/lt/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/lt/LC_MESSAGES/libplasmaclock.mo share/locale/lt/LC_MESSAGES/libplasmaweather.mo -share/locale/lt/LC_MESSAGES/librtm.mo share/locale/lt/LC_MESSAGES/libtaskmanager.mo share/locale/lt/LC_MESSAGES/libtemplateparser.mo share/locale/lt/LC_MESSAGES/lokalize.mo @@ -783,6 +896,7 @@ share/locale/lt/LC_MESSAGES/lskat.mo share/locale/lt/LC_MESSAGES/mailreader.mo share/locale/lt/LC_MESSAGES/marble.mo share/locale/lt/LC_MESSAGES/marble_qt.mo +share/locale/lt/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/lt/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/lt/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/lt/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -792,12 +906,14 @@ share/locale/lt/LC_MESSAGES/minitoolsplugin.mo share/locale/lt/LC_MESSAGES/mplayerthumbs.mo share/locale/lt/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/lt/LC_MESSAGES/nepomukbackup.mo +share/locale/lt/LC_MESSAGES/nepomukcleaner.mo share/locale/lt/LC_MESSAGES/nepomukcontroller.mo share/locale/lt/LC_MESSAGES/nepomukfileindexer.mo share/locale/lt/LC_MESSAGES/nepomukqueryservice.mo share/locale/lt/LC_MESSAGES/nepomukserver.mo share/locale/lt/LC_MESSAGES/nepomukservicestub.mo share/locale/lt/LC_MESSAGES/nepomukstorage.mo +share/locale/lt/LC_MESSAGES/nepomukwidgets.mo share/locale/lt/LC_MESSAGES/newmailnotifieragent.mo share/locale/lt/LC_MESSAGES/notes-mobile.mo share/locale/lt/LC_MESSAGES/nsplugin.mo @@ -820,13 +936,17 @@ share/locale/lt/LC_MESSAGES/okular_plucker.mo share/locale/lt/LC_MESSAGES/okular_poppler.mo share/locale/lt/LC_MESSAGES/okular_tiff.mo share/locale/lt/LC_MESSAGES/okular_xps.mo +share/locale/lt/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/lt/LC_MESSAGES/pairs.mo +share/locale/lt/LC_MESSAGES/pairseditor.mo share/locale/lt/LC_MESSAGES/palapeli.mo share/locale/lt/LC_MESSAGES/parley.mo share/locale/lt/LC_MESSAGES/phonon_gstreamer.mo share/locale/lt/LC_MESSAGES/phonon_kde.mo share/locale/lt/LC_MESSAGES/phonon_vlc.mo share/locale/lt/LC_MESSAGES/phononserver.mo +share/locale/lt/LC_MESSAGES/picmi.mo +share/locale/lt/LC_MESSAGES/pimsettingexporter.mo share/locale/lt/LC_MESSAGES/plasma-desktop.mo share/locale/lt/LC_MESSAGES/plasma-netbook.mo share/locale/lt/LC_MESSAGES/plasma-overlay.mo @@ -876,12 +996,12 @@ share/locale/lt/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/lt/LC_MESSAGES/plasma_applet_news.mo share/locale/lt/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/lt/LC_MESSAGES/plasma_applet_notes.mo -share/locale/lt/LC_MESSAGES/plasma_applet_notifications.mo share/locale/lt/LC_MESSAGES/plasma_applet_notifier.mo share/locale/lt/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/lt/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/lt/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/lt/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/lt/LC_MESSAGES/plasma_applet_pager.mo share/locale/lt/LC_MESSAGES/plasma_applet_panel.mo @@ -890,6 +1010,7 @@ share/locale/lt/LC_MESSAGES/plasma_applet_paste.mo share/locale/lt/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/lt/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/lt/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/lt/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/lt/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/lt/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/lt/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -952,6 +1073,7 @@ share/locale/lt/LC_MESSAGES/plasma_runner_kill.mo share/locale/lt/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/lt/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/lt/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/lt/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/lt/LC_MESSAGES/plasma_runner_locations.mo share/locale/lt/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -979,24 +1101,23 @@ share/locale/lt/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/lt/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/lt/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/lt/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/lt/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/lt/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/lt/LC_MESSAGES/plasmaengineexplorer.mo share/locale/lt/LC_MESSAGES/plasmagenericshell.mo share/locale/lt/LC_MESSAGES/plasmapkg.mo -share/locale/lt/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/lt/LC_MESSAGES/plasmoidviewer.mo share/locale/lt/LC_MESSAGES/pothumbnail.mo share/locale/lt/LC_MESSAGES/powerdevil.mo share/locale/lt/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/lt/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/lt/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/lt/LC_MESSAGES/printer-applet.mo +share/locale/lt/LC_MESSAGES/print-manager.mo share/locale/lt/LC_MESSAGES/processcore.mo share/locale/lt/LC_MESSAGES/processui.mo share/locale/lt/LC_MESSAGES/randrmonitor.mo share/locale/lt/LC_MESSAGES/rellinks.mo -share/locale/lt/LC_MESSAGES/remote-widgets-browser.mo share/locale/lt/LC_MESSAGES/rocs.mo +share/locale/lt/LC_MESSAGES/rocscore.mo +share/locale/lt/LC_MESSAGES/rocsvisualeditor.mo share/locale/lt/LC_MESSAGES/searchbarplugin.mo share/locale/lt/LC_MESSAGES/solid-hardware.mo share/locale/lt/LC_MESSAGES/solid-network.mo @@ -1009,7 +1130,6 @@ share/locale/lt/LC_MESSAGES/strigila_diff.mo share/locale/lt/LC_MESSAGES/superkaramba.mo share/locale/lt/LC_MESSAGES/svgpart.mo share/locale/lt/LC_MESSAGES/sweeper.mo -share/locale/lt/LC_MESSAGES/system-config-printer-kde.mo share/locale/lt/LC_MESSAGES/systemsettings.mo share/locale/lt/LC_MESSAGES/tasks-mobile.mo share/locale/lt/LC_MESSAGES/timezones4.mo @@ -1049,6 +1169,10 @@ share/locale/lt/entry.desktop @dirrm share/apps/ktuberling/sounds/lt @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling +@dirrm share/apps/klettres/lt/syllab +@dirrm share/apps/klettres/lt/alpha +@dirrm share/apps/klettres/lt +@dirrm share/apps/klettres @dirrmtry man/lt/man8 @dirrmtry man/lt/man1 @dirrmtry man/lt diff --git a/misc/kde4-l10n-lv/Makefile b/misc/kde4-l10n-lv/Makefile index 9b53edbe4fd0..da6dda473cf4 100644 --- a/misc/kde4-l10n-lv/Makefile +++ b/misc/kde4-l10n-lv/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Latvian messages and documentation for KDE4 +COMMENT= Latvian messages and documentation for KDE SC 4 KDE4_L10N= lv diff --git a/misc/kde4-l10n-lv/distinfo b/misc/kde4-l10n-lv/distinfo index 7e6e9c094104..037c0c0701fc 100644 --- a/misc/kde4-l10n-lv/distinfo +++ b/misc/kde4-l10n-lv/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-lv-4.9.5.tar.xz) = d2dad95b2084a4c9cb02d40096677dfe1ef309ce109a53dad2156fe11383a6a8 -SIZE (KDE/kde-l10n/kde-l10n-lv-4.9.5.tar.xz) = 2205604 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-lv-4.10.1.tar.xz) = f27277d6bca3bdcba2b96b2c84ed42f92638462d478aa6c7eac1803b60b89344 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-lv-4.10.1.tar.xz) = 2235472 diff --git a/misc/kde4-l10n-lv/pkg-plist b/misc/kde4-l10n-lv/pkg-plist index 5393518eccd8..635e7660214b 100644 --- a/misc/kde4-l10n-lv/pkg-plist +++ b/misc/kde4-l10n-lv/pkg-plist @@ -29,7 +29,7 @@ share/locale/lv/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/lv/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/lv/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/lv/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/lv/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/lv/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/lv/LC_MESSAGES/akonadi_next.mo share/locale/lv/LC_MESSAGES/akonadi_nntp_resource.mo @@ -53,7 +53,6 @@ share/locale/lv/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/lv/LC_MESSAGES/audiorename_plugin.mo share/locale/lv/LC_MESSAGES/autorefresh.mo share/locale/lv/LC_MESSAGES/babelfish.mo -share/locale/lv/LC_MESSAGES/backupmail.mo share/locale/lv/LC_MESSAGES/blinken.mo share/locale/lv/LC_MESSAGES/blogilo.mo share/locale/lv/LC_MESSAGES/bomber.mo @@ -104,7 +103,6 @@ share/locale/lv/LC_MESSAGES/kate.mo share/locale/lv/LC_MESSAGES/kate_kttsd.mo share/locale/lv/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/lv/LC_MESSAGES/katebuild-plugin.mo -share/locale/lv/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/lv/LC_MESSAGES/katefilebrowserplugin.mo share/locale/lv/LC_MESSAGES/katefiletemplates.mo share/locale/lv/LC_MESSAGES/kategdbplugin.mo @@ -113,7 +111,6 @@ share/locale/lv/LC_MESSAGES/katekonsoleplugin.mo share/locale/lv/LC_MESSAGES/katemailfilesplugin.mo share/locale/lv/LC_MESSAGES/kateopenheader.mo share/locale/lv/LC_MESSAGES/katepart4.mo -share/locale/lv/LC_MESSAGES/katequickdocumentswitcherplugin.mo share/locale/lv/LC_MESSAGES/katesearch.mo share/locale/lv/LC_MESSAGES/katesnippets_tng.mo share/locale/lv/LC_MESSAGES/katesql.mo @@ -152,7 +149,6 @@ share/locale/lv/LC_MESSAGES/kcm_memory.mo share/locale/lv/LC_MESSAGES/kcm_nepomuk.mo share/locale/lv/LC_MESSAGES/kcm_pci.mo share/locale/lv/LC_MESSAGES/kcm_phonon.mo -share/locale/lv/LC_MESSAGES/kcm_phononxine.mo share/locale/lv/LC_MESSAGES/kcm_platform.mo share/locale/lv/LC_MESSAGES/kcm_solid.mo share/locale/lv/LC_MESSAGES/kcm_solid_actions.mo @@ -460,13 +456,13 @@ share/locale/lv/LC_MESSAGES/libplasma.mo share/locale/lv/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/lv/LC_MESSAGES/libplasmaclock.mo share/locale/lv/LC_MESSAGES/libplasmaweather.mo -share/locale/lv/LC_MESSAGES/librtm.mo share/locale/lv/LC_MESSAGES/libtaskmanager.mo share/locale/lv/LC_MESSAGES/lokalize.mo share/locale/lv/LC_MESSAGES/lskat.mo share/locale/lv/LC_MESSAGES/mailreader.mo share/locale/lv/LC_MESSAGES/marble.mo share/locale/lv/LC_MESSAGES/marble_qt.mo +share/locale/lv/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/lv/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/lv/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/lv/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo @@ -502,11 +498,13 @@ share/locale/lv/LC_MESSAGES/okular_poppler.mo share/locale/lv/LC_MESSAGES/okular_tiff.mo share/locale/lv/LC_MESSAGES/okular_xps.mo share/locale/lv/LC_MESSAGES/pairs.mo +share/locale/lv/LC_MESSAGES/pairseditor.mo share/locale/lv/LC_MESSAGES/palapeli.mo share/locale/lv/LC_MESSAGES/parley.mo share/locale/lv/LC_MESSAGES/phonon_gstreamer.mo share/locale/lv/LC_MESSAGES/phonon_kde.mo share/locale/lv/LC_MESSAGES/phononserver.mo +share/locale/lv/LC_MESSAGES/pimsettingexporter.mo share/locale/lv/LC_MESSAGES/plasma-desktop.mo share/locale/lv/LC_MESSAGES/plasma-netbook.mo share/locale/lv/LC_MESSAGES/plasma-overlay.mo @@ -551,12 +549,12 @@ share/locale/lv/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/lv/LC_MESSAGES/plasma_applet_news.mo share/locale/lv/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/lv/LC_MESSAGES/plasma_applet_notes.mo -share/locale/lv/LC_MESSAGES/plasma_applet_notifications.mo share/locale/lv/LC_MESSAGES/plasma_applet_notifier.mo share/locale/lv/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/lv/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/lv/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/lv/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/lv/LC_MESSAGES/plasma_applet_pager.mo share/locale/lv/LC_MESSAGES/plasma_applet_panel.mo share/locale/lv/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -620,6 +618,7 @@ share/locale/lv/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/lv/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/lv/LC_MESSAGES/plasma_runner_kopete.mo share/locale/lv/LC_MESSAGES/plasma_runner_locations.mo +share/locale/lv/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/lv/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/lv/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/lv/LC_MESSAGES/plasma_runner_placesrunner.mo @@ -643,20 +642,18 @@ share/locale/lv/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/lv/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/lv/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/lv/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/lv/LC_MESSAGES/plasmaengineexplorer.mo share/locale/lv/LC_MESSAGES/plasmagenericshell.mo share/locale/lv/LC_MESSAGES/plasmapkg.mo -share/locale/lv/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/lv/LC_MESSAGES/plasmoidviewer.mo share/locale/lv/LC_MESSAGES/powerdevil.mo share/locale/lv/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/lv/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/lv/LC_MESSAGES/printer-applet.mo share/locale/lv/LC_MESSAGES/processcore.mo share/locale/lv/LC_MESSAGES/processui.mo share/locale/lv/LC_MESSAGES/randrmonitor.mo share/locale/lv/LC_MESSAGES/rellinks.mo share/locale/lv/LC_MESSAGES/rocs.mo +share/locale/lv/LC_MESSAGES/rocscore.mo +share/locale/lv/LC_MESSAGES/rocsvisualeditor.mo share/locale/lv/LC_MESSAGES/searchbarplugin.mo share/locale/lv/LC_MESSAGES/solid-hardware.mo share/locale/lv/LC_MESSAGES/solid-network.mo @@ -669,7 +666,6 @@ share/locale/lv/LC_MESSAGES/strigila_diff.mo share/locale/lv/LC_MESSAGES/superkaramba.mo share/locale/lv/LC_MESSAGES/svgpart.mo share/locale/lv/LC_MESSAGES/sweeper.mo -share/locale/lv/LC_MESSAGES/system-config-printer-kde.mo share/locale/lv/LC_MESSAGES/systemsettings.mo share/locale/lv/LC_MESSAGES/timezones4.mo share/locale/lv/LC_MESSAGES/uachangerplugin.mo diff --git a/misc/kde4-l10n-mai/Makefile b/misc/kde4-l10n-mai/Makefile index 63daab6c0cbd..c11e5a8c40c8 100644 --- a/misc/kde4-l10n-mai/Makefile +++ b/misc/kde4-l10n-mai/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Maithili messages and documentation for KDE4 +COMMENT= Maithili messages and documentation for KDE SC 4 KDE4_L10N= mai diff --git a/misc/kde4-l10n-mk/Makefile b/misc/kde4-l10n-mk/Makefile index 02f137a3cf47..ef44cfdc98e3 100644 --- a/misc/kde4-l10n-mk/Makefile +++ b/misc/kde4-l10n-mk/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Macedonian messages and documentation for KDE4 +COMMENT= Macedonian messages and documentation for KDE SC 4 KDE4_L10N= mk diff --git a/misc/kde4-l10n-ml/Makefile b/misc/kde4-l10n-ml/Makefile index 9569230db76d..d3a2b46a7703 100644 --- a/misc/kde4-l10n-ml/Makefile +++ b/misc/kde4-l10n-ml/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Malayalam messages and documentation for KDE4 +COMMENT= Malayalam messages and documentation for KDE SC 4 KDE4_L10N= ml diff --git a/misc/kde4-l10n-mr/Makefile b/misc/kde4-l10n-mr/Makefile new file mode 100644 index 000000000000..c1bba9bed952 --- /dev/null +++ b/misc/kde4-l10n-mr/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= kde-l10n +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= misc kde + +MAINTAINER= kde@FreeBSD.org +COMMENT= Marathi messages and documentation for KDE SC 4 + +KDE4_L10N= mr + +.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-mr/distinfo b/misc/kde4-l10n-mr/distinfo new file mode 100644 index 000000000000..73af9ac2ddb3 --- /dev/null +++ b/misc/kde4-l10n-mr/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-mr-4.10.1.tar.xz) = 645c08d58ab1da29dcf9770c87b4a6842d89cd6d70bf04494b7ba42b0b4c82bb +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-mr-4.10.1.tar.xz) = 892712 diff --git a/misc/kde4-l10n-mr/pkg-descr b/misc/kde4-l10n-mr/pkg-descr new file mode 100644 index 000000000000..3073b1096b79 --- /dev/null +++ b/misc/kde4-l10n-mr/pkg-descr @@ -0,0 +1,3 @@ +Localized messages and documentation for KDE4. + +WWW: http://i18n.kde.org/ diff --git a/misc/kde4-l10n-mr/pkg-plist b/misc/kde4-l10n-mr/pkg-plist new file mode 100644 index 000000000000..8540ba23c295 --- /dev/null +++ b/misc/kde4-l10n-mr/pkg-plist @@ -0,0 +1,397 @@ +share/locale/mr/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/mr/LC_MESSAGES/activitymanager_uihandler_declarative.mo +share/locale/mr/LC_MESSAGES/adblock.mo +share/locale/mr/LC_MESSAGES/akregator.mo +share/locale/mr/LC_MESSAGES/akregator_konqplugin.mo +share/locale/mr/LC_MESSAGES/ark.mo +share/locale/mr/LC_MESSAGES/attica_kde.mo +share/locale/mr/LC_MESSAGES/audiocd_encoder_lame.mo +share/locale/mr/LC_MESSAGES/audiocd_encoder_vorbis.mo +share/locale/mr/LC_MESSAGES/audiorename_plugin.mo +share/locale/mr/LC_MESSAGES/autorefresh.mo +share/locale/mr/LC_MESSAGES/babelfish.mo +share/locale/mr/LC_MESSAGES/blogilo.mo +share/locale/mr/LC_MESSAGES/calendarsupport.mo +share/locale/mr/LC_MESSAGES/dirfilterplugin.mo +share/locale/mr/LC_MESSAGES/display.mo +share/locale/mr/LC_MESSAGES/dolphin.mo +share/locale/mr/LC_MESSAGES/domtreeviewer.mo +share/locale/mr/LC_MESSAGES/dragonplayer.mo +share/locale/mr/LC_MESSAGES/drkonqi.mo +share/locale/mr/LC_MESSAGES/filetypes.mo +share/locale/mr/LC_MESSAGES/freespacenotifier.mo +share/locale/mr/LC_MESSAGES/fsview.mo +share/locale/mr/LC_MESSAGES/gwenview.mo +share/locale/mr/LC_MESSAGES/htmlsearch.mo +share/locale/mr/LC_MESSAGES/imagerename_plugin.mo +share/locale/mr/LC_MESSAGES/imgalleryplugin.mo +share/locale/mr/LC_MESSAGES/joystick.mo +share/locale/mr/LC_MESSAGES/juk.mo +share/locale/mr/LC_MESSAGES/kaccess.mo +share/locale/mr/LC_MESSAGES/kactivitymanagerd.mo +share/locale/mr/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo +share/locale/mr/LC_MESSAGES/kalarm.mo +share/locale/mr/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/mr/LC_MESSAGES/kate.mo +share/locale/mr/LC_MESSAGES/kate_kttsd.mo +share/locale/mr/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/mr/LC_MESSAGES/katebuild-plugin.mo +share/locale/mr/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/mr/LC_MESSAGES/katefiletemplates.mo +share/locale/mr/LC_MESSAGES/kategdbplugin.mo +share/locale/mr/LC_MESSAGES/katehelloworld.mo +share/locale/mr/LC_MESSAGES/katekonsoleplugin.mo +share/locale/mr/LC_MESSAGES/katemailfilesplugin.mo +share/locale/mr/LC_MESSAGES/kateopenheader.mo +share/locale/mr/LC_MESSAGES/katepart4.mo +share/locale/mr/LC_MESSAGES/kateproject.mo +share/locale/mr/LC_MESSAGES/katesearch.mo +share/locale/mr/LC_MESSAGES/katesnippets_tng.mo +share/locale/mr/LC_MESSAGES/katesnippetsplugin.mo +share/locale/mr/LC_MESSAGES/katesql.mo +share/locale/mr/LC_MESSAGES/katesymbolviewer.mo +share/locale/mr/LC_MESSAGES/katetabbarextension.mo +share/locale/mr/LC_MESSAGES/katetabifyplugin.mo +share/locale/mr/LC_MESSAGES/katetextfilter.mo +share/locale/mr/LC_MESSAGES/katexmlcheck.mo +share/locale/mr/LC_MESSAGES/katexmltools.mo +share/locale/mr/LC_MESSAGES/kblankscrn.mo +share/locale/mr/LC_MESSAGES/kcertpart.mo +share/locale/mr/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/mr/LC_MESSAGES/kcm_activities.mo +share/locale/mr/LC_MESSAGES/kcm_akonadi.mo +share/locale/mr/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/mr/LC_MESSAGES/kcm_attica.mo +share/locale/mr/LC_MESSAGES/kcm_autostart.mo +share/locale/mr/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/mr/LC_MESSAGES/kcm_desktopthemedetails.mo +share/locale/mr/LC_MESSAGES/kcm_device_automounter.mo +share/locale/mr/LC_MESSAGES/kcm_emoticons.mo +share/locale/mr/LC_MESSAGES/kcm_infobase.mo +share/locale/mr/LC_MESSAGES/kcm_infosummary.mo +share/locale/mr/LC_MESSAGES/kcm_krfb.mo +share/locale/mr/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/mr/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/mr/LC_MESSAGES/kcm_memory.mo +share/locale/mr/LC_MESSAGES/kcm_nepomuk.mo +share/locale/mr/LC_MESSAGES/kcm_pci.mo +share/locale/mr/LC_MESSAGES/kcm_phonon.mo +share/locale/mr/LC_MESSAGES/kcm_platform.mo +share/locale/mr/LC_MESSAGES/kcm_remotecontrol.mo +share/locale/mr/LC_MESSAGES/kcm_solid.mo +share/locale/mr/LC_MESSAGES/kcm_solid_actions.mo +share/locale/mr/LC_MESSAGES/kcm_standard_actions.mo +share/locale/mr/LC_MESSAGES/kcmaccess.mo +share/locale/mr/LC_MESSAGES/kcmaudiocd.mo +share/locale/mr/LC_MESSAGES/kcmbackground.mo +share/locale/mr/LC_MESSAGES/kcmbell.mo +share/locale/mr/LC_MESSAGES/kcmcddb.mo +share/locale/mr/LC_MESSAGES/kcmcgi.mo +share/locale/mr/LC_MESSAGES/kcmcolors.mo +share/locale/mr/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/mr/LC_MESSAGES/kcmcrypto.mo +share/locale/mr/LC_MESSAGES/kcmdevinfo.mo +share/locale/mr/LC_MESSAGES/kcmfonts.mo +share/locale/mr/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/mr/LC_MESSAGES/kcmicons.mo +share/locale/mr/LC_MESSAGES/kcminfo.mo +share/locale/mr/LC_MESSAGES/kcminit.mo +share/locale/mr/LC_MESSAGES/kcminput.mo +share/locale/mr/LC_MESSAGES/kcmkamera.mo +share/locale/mr/LC_MESSAGES/kcmkclock.mo +share/locale/mr/LC_MESSAGES/kcmkded.mo +share/locale/mr/LC_MESSAGES/kcmkdnssd.mo +share/locale/mr/LC_MESSAGES/kcmkeyboard.mo +share/locale/mr/LC_MESSAGES/kcmkeys.mo +share/locale/mr/LC_MESSAGES/kcmkgamma.mo +share/locale/mr/LC_MESSAGES/kcmkio.mo +share/locale/mr/LC_MESSAGES/kcmkonq.mo +share/locale/mr/LC_MESSAGES/kcmkonqhtml.mo +share/locale/mr/LC_MESSAGES/kcmkurifilt.mo +share/locale/mr/LC_MESSAGES/kcmkwallet.mo +share/locale/mr/LC_MESSAGES/kcmkwincompositing.mo +share/locale/mr/LC_MESSAGES/kcmkwindecoration.mo +share/locale/mr/LC_MESSAGES/kcmkwinrules.mo +share/locale/mr/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/mr/LC_MESSAGES/kcmkwm.mo +share/locale/mr/LC_MESSAGES/kcmlaunch.mo +share/locale/mr/LC_MESSAGES/kcmlocale.mo +share/locale/mr/LC_MESSAGES/kcmnic.mo +share/locale/mr/LC_MESSAGES/kcmnotify.mo +share/locale/mr/LC_MESSAGES/kcmopengl.mo +share/locale/mr/LC_MESSAGES/kcmperformance.mo +share/locale/mr/LC_MESSAGES/kcmsamba.mo +share/locale/mr/LC_MESSAGES/kcmscreensaver.mo +share/locale/mr/LC_MESSAGES/kcmshell.mo +share/locale/mr/LC_MESSAGES/kcmsmartcard.mo +share/locale/mr/LC_MESSAGES/kcmsmserver.mo +share/locale/mr/LC_MESSAGES/kcmstyle.mo +share/locale/mr/LC_MESSAGES/kcmusb.mo +share/locale/mr/LC_MESSAGES/kcmview1394.mo +share/locale/mr/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/mr/LC_MESSAGES/kcolorchooser.mo +share/locale/mr/LC_MESSAGES/kcron.mo +share/locale/mr/LC_MESSAGES/kde-menu.mo +share/locale/mr/LC_MESSAGES/kdebugdialog.mo +share/locale/mr/LC_MESSAGES/kdecalendarsystems.mo +share/locale/mr/LC_MESSAGES/kdelibs4.mo +share/locale/mr/LC_MESSAGES/kdelibs_colors4.mo +share/locale/mr/LC_MESSAGES/kdepasswd.mo +share/locale/mr/LC_MESSAGES/kdeqt.mo +share/locale/mr/LC_MESSAGES/kdesu.mo +share/locale/mr/LC_MESSAGES/kdesud.mo +share/locale/mr/LC_MESSAGES/kdialog.mo +share/locale/mr/LC_MESSAGES/kdmconfig.mo +share/locale/mr/LC_MESSAGES/kdmgreet.mo +share/locale/mr/LC_MESSAGES/kdontchangethehostname.mo +share/locale/mr/LC_MESSAGES/keditbookmarks.mo +share/locale/mr/LC_MESSAGES/kfile.mo +share/locale/mr/LC_MESSAGES/kfileaudiopreview4.mo +share/locale/mr/LC_MESSAGES/kfileshare.mo +share/locale/mr/LC_MESSAGES/kfindpart.mo +share/locale/mr/LC_MESSAGES/kfmclient.mo +share/locale/mr/LC_MESSAGES/kfontinst.mo +share/locale/mr/LC_MESSAGES/kgeography.mo +share/locale/mr/LC_MESSAGES/kget.mo +share/locale/mr/LC_MESSAGES/kgetplugin.mo +share/locale/mr/LC_MESSAGES/kglobalaccel.mo +share/locale/mr/LC_MESSAGES/kgreet_classic.mo +share/locale/mr/LC_MESSAGES/kgreet_generic.mo +share/locale/mr/LC_MESSAGES/kgreet_winbind.mo +share/locale/mr/LC_MESSAGES/khelpcenter.mo +share/locale/mr/LC_MESSAGES/khotkeys.mo +share/locale/mr/LC_MESSAGES/khotnewstuff.mo +share/locale/mr/LC_MESSAGES/khtmlkttsd.mo +share/locale/mr/LC_MESSAGES/khtmlsettingsplugin.mo +share/locale/mr/LC_MESSAGES/kiconfinder.mo +share/locale/mr/LC_MESSAGES/kinetd.mo +share/locale/mr/LC_MESSAGES/kinfocenter.mo +share/locale/mr/LC_MESSAGES/kio4.mo +share/locale/mr/LC_MESSAGES/kio_activities.mo +share/locale/mr/LC_MESSAGES/kio_applications.mo +share/locale/mr/LC_MESSAGES/kio_archive.mo +share/locale/mr/LC_MESSAGES/kio_audiocd.mo +share/locale/mr/LC_MESSAGES/kio_bookmarks.mo +share/locale/mr/LC_MESSAGES/kio_finger.mo +share/locale/mr/LC_MESSAGES/kio_fish.mo +share/locale/mr/LC_MESSAGES/kio_floppy.mo +share/locale/mr/LC_MESSAGES/kio_help4.mo +share/locale/mr/LC_MESSAGES/kio_info.mo +share/locale/mr/LC_MESSAGES/kio_jabberdisco.mo +share/locale/mr/LC_MESSAGES/kio_man.mo +share/locale/mr/LC_MESSAGES/kio_nepomuk.mo +share/locale/mr/LC_MESSAGES/kio_nepomuksearch.mo +share/locale/mr/LC_MESSAGES/kio_nfs.mo +share/locale/mr/LC_MESSAGES/kio_recentdocuments.mo +share/locale/mr/LC_MESSAGES/kio_remote.mo +share/locale/mr/LC_MESSAGES/kio_sftp.mo +share/locale/mr/LC_MESSAGES/kio_smb.mo +share/locale/mr/LC_MESSAGES/kio_tags.mo +share/locale/mr/LC_MESSAGES/kio_thumbnail.mo +share/locale/mr/LC_MESSAGES/kio_timeline.mo +share/locale/mr/LC_MESSAGES/kio_trash.mo +share/locale/mr/LC_MESSAGES/kio_zeroconf.mo +share/locale/mr/LC_MESSAGES/kioclient.mo +share/locale/mr/LC_MESSAGES/kioexec.mo +share/locale/mr/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo +share/locale/mr/LC_MESSAGES/kjots.mo +share/locale/mr/LC_MESSAGES/klipper.mo +share/locale/mr/LC_MESSAGES/kmenuedit.mo +share/locale/mr/LC_MESSAGES/kmimetypefinder.mo +share/locale/mr/LC_MESSAGES/kmix.mo +share/locale/mr/LC_MESSAGES/knetattach.mo +share/locale/mr/LC_MESSAGES/knode.mo +share/locale/mr/LC_MESSAGES/knotes.mo +share/locale/mr/LC_MESSAGES/knotify4.mo +share/locale/mr/LC_MESSAGES/kolourpaint.mo +share/locale/mr/LC_MESSAGES/konqueror.mo +share/locale/mr/LC_MESSAGES/konsole.mo +share/locale/mr/LC_MESSAGES/kontact.mo +share/locale/mr/LC_MESSAGES/kpasswdserver.mo +share/locale/mr/LC_MESSAGES/kppp.mo +share/locale/mr/LC_MESSAGES/kppplogview.mo +share/locale/mr/LC_MESSAGES/kquitapp.mo +share/locale/mr/LC_MESSAGES/krandr.mo +share/locale/mr/LC_MESSAGES/krdb.mo +share/locale/mr/LC_MESSAGES/krdc.mo +share/locale/mr/LC_MESSAGES/kreadconfig.mo +share/locale/mr/LC_MESSAGES/krfb.mo +share/locale/mr/LC_MESSAGES/kruler.mo +share/locale/mr/LC_MESSAGES/krunner.mo +share/locale/mr/LC_MESSAGES/ksaneplugin.mo +share/locale/mr/LC_MESSAGES/kscd.mo +share/locale/mr/LC_MESSAGES/kscreenlocker.mo +share/locale/mr/LC_MESSAGES/kscreenlocker_greet.mo +share/locale/mr/LC_MESSAGES/kscreensaver.mo +share/locale/mr/LC_MESSAGES/kshellcmdplugin.mo +share/locale/mr/LC_MESSAGES/kshorturifilter.mo +share/locale/mr/LC_MESSAGES/ksmserver.mo +share/locale/mr/LC_MESSAGES/ksnapshot.mo +share/locale/mr/LC_MESSAGES/ksplashthemes.mo +share/locale/mr/LC_MESSAGES/kstart.mo +share/locale/mr/LC_MESSAGES/kstyle_config.mo +share/locale/mr/LC_MESSAGES/ksysguard.mo +share/locale/mr/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/mr/LC_MESSAGES/ksystemlog.mo +share/locale/mr/LC_MESSAGES/ksystraycmd.mo +share/locale/mr/LC_MESSAGES/ktesnippets_editor.mo +share/locale/mr/LC_MESSAGES/ktexteditor_codesnippets_core.mo +share/locale/mr/LC_MESSAGES/ktexteditor_plugins.mo +share/locale/mr/LC_MESSAGES/ktimetracker.mo +share/locale/mr/LC_MESSAGES/ktouchpadenabler.mo +share/locale/mr/LC_MESSAGES/ktraderclient.mo +share/locale/mr/LC_MESSAGES/kuiserver.mo +share/locale/mr/LC_MESSAGES/kurifilter.mo +share/locale/mr/LC_MESSAGES/kuser.mo +share/locale/mr/LC_MESSAGES/kwalletd.mo +share/locale/mr/LC_MESSAGES/kwalletmanager.mo +share/locale/mr/LC_MESSAGES/kwin.mo +share/locale/mr/LC_MESSAGES/kwin_clients.mo +share/locale/mr/LC_MESSAGES/kwin_effects.mo +share/locale/mr/LC_MESSAGES/kwinshutdown.mo +share/locale/mr/LC_MESSAGES/kwinstartmenu.mo +share/locale/mr/LC_MESSAGES/kwrite.mo +share/locale/mr/LC_MESSAGES/kwriteconfig.mo +share/locale/mr/LC_MESSAGES/kxkb.mo +share/locale/mr/LC_MESSAGES/libkcddb.mo +share/locale/mr/LC_MESSAGES/libkcompactdisc.mo +share/locale/mr/LC_MESSAGES/libkdecorations.mo +share/locale/mr/LC_MESSAGES/libkexiv2.mo +share/locale/mr/LC_MESSAGES/libkipi.mo +share/locale/mr/LC_MESSAGES/libkonq.mo +share/locale/mr/LC_MESSAGES/libksane.mo +share/locale/mr/LC_MESSAGES/libkscreensaver.mo +share/locale/mr/LC_MESSAGES/libkunitconversion.mo +share/locale/mr/LC_MESSAGES/libkworkspace.mo +share/locale/mr/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/mr/LC_MESSAGES/libphonon.mo +share/locale/mr/LC_MESSAGES/libplasma.mo +share/locale/mr/LC_MESSAGES/libplasmaclock.mo +share/locale/mr/LC_MESSAGES/libtaskmanager.mo +share/locale/mr/LC_MESSAGES/mf_konqplugin.mo +share/locale/mr/LC_MESSAGES/minitoolsplugin.mo +share/locale/mr/LC_MESSAGES/mplayerthumbs.mo +share/locale/mr/LC_MESSAGES/mplayerthumbsconfig.mo +share/locale/mr/LC_MESSAGES/nepomukbackup.mo +share/locale/mr/LC_MESSAGES/nepomukcleaner.mo +share/locale/mr/LC_MESSAGES/nepomukcontroller.mo +share/locale/mr/LC_MESSAGES/nepomukfileindexer.mo +share/locale/mr/LC_MESSAGES/nepomukqueryservice.mo +share/locale/mr/LC_MESSAGES/nepomukserver.mo +share/locale/mr/LC_MESSAGES/nepomukservicestub.mo +share/locale/mr/LC_MESSAGES/nepomukstorage.mo +share/locale/mr/LC_MESSAGES/nepomukwidgets.mo +share/locale/mr/LC_MESSAGES/nsplugin.mo +share/locale/mr/LC_MESSAGES/okular.mo +share/locale/mr/LC_MESSAGES/org.kde.active.documentviewer.mo +share/locale/mr/LC_MESSAGES/phonon_gstreamer.mo +share/locale/mr/LC_MESSAGES/phonon_kde.mo +share/locale/mr/LC_MESSAGES/phonon_vlc.mo +share/locale/mr/LC_MESSAGES/phononserver.mo +share/locale/mr/LC_MESSAGES/plasma-desktop.mo +share/locale/mr/LC_MESSAGES/plasma-netbook.mo +share/locale/mr/LC_MESSAGES/plasma-overlay.mo +share/locale/mr/LC_MESSAGES/plasma-remote-helper.mo +share/locale/mr/LC_MESSAGES/plasma-windowed.mo +share/locale/mr/LC_MESSAGES/plasma_applet_battery.mo +share/locale/mr/LC_MESSAGES/plasma_applet_clock.mo +share/locale/mr/LC_MESSAGES/plasma_applet_currentappcontrol.mo +share/locale/mr/LC_MESSAGES/plasma_applet_dig_clock.mo +share/locale/mr/LC_MESSAGES/plasma_applet_folderview.mo +share/locale/mr/LC_MESSAGES/plasma_applet_icon.mo +share/locale/mr/LC_MESSAGES/plasma_applet_icontasks.mo +share/locale/mr/LC_MESSAGES/plasma_applet_katesession.mo +share/locale/mr/LC_MESSAGES/plasma_applet_kget.mo +share/locale/mr/LC_MESSAGES/plasma_applet_launcher.mo +share/locale/mr/LC_MESSAGES/plasma_applet_lockout.mo +share/locale/mr/LC_MESSAGES/plasma_applet_netpanel.mo +share/locale/mr/LC_MESSAGES/plasma_applet_newspaper.mo +share/locale/mr/LC_MESSAGES/plasma_applet_notifier.mo +share/locale/mr/LC_MESSAGES/plasma_applet_opendesktop.mo +share/locale/mr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.notifications.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo +share/locale/mr/LC_MESSAGES/plasma_applet_pager.mo +share/locale/mr/LC_MESSAGES/plasma_applet_panel.mo +share/locale/mr/LC_MESSAGES/plasma_applet_panelspacer_internal.mo +share/locale/mr/LC_MESSAGES/plasma_applet_printmanager.mo +share/locale/mr/LC_MESSAGES/plasma_applet_quicklaunch.mo +share/locale/mr/LC_MESSAGES/plasma_applet_sal.mo +share/locale/mr/LC_MESSAGES/plasma_applet_saverdesktop.mo +share/locale/mr/LC_MESSAGES/plasma_applet_searchbox.mo +share/locale/mr/LC_MESSAGES/plasma_applet_showdesktop.mo +share/locale/mr/LC_MESSAGES/plasma_applet_system-monitor.mo +share/locale/mr/LC_MESSAGES/plasma_applet_systemtray.mo +share/locale/mr/LC_MESSAGES/plasma_applet_tasks.mo +share/locale/mr/LC_MESSAGES/plasma_applet_trash.mo +share/locale/mr/LC_MESSAGES/plasma_applet_webbrowser.mo +share/locale/mr/LC_MESSAGES/plasma_applet_windowlist.mo +share/locale/mr/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo +share/locale/mr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/mr/LC_MESSAGES/plasma_containmentactions_switchactivity.mo +share/locale/mr/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo +share/locale/mr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/mr/LC_MESSAGES/plasma_engine_calendar.mo +share/locale/mr/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/mr/LC_MESSAGES/plasma_engine_kuiserver.mo +share/locale/mr/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/mr/LC_MESSAGES/plasma_engine_mpris2.mo +share/locale/mr/LC_MESSAGES/plasma_engine_network.mo +share/locale/mr/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/mr/LC_MESSAGES/plasma_engine_nowplaying.mo +share/locale/mr/LC_MESSAGES/plasma_engine_rss.mo +share/locale/mr/LC_MESSAGES/plasma_engine_share.mo +share/locale/mr/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/mr/LC_MESSAGES/plasma_engine_weather.mo +share/locale/mr/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/mr/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo +share/locale/mr/LC_MESSAGES/plasma_runner_activities.mo +share/locale/mr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/mr/LC_MESSAGES/plasma_runner_kget.mo +share/locale/mr/LC_MESSAGES/plasma_runner_kill.mo +share/locale/mr/LC_MESSAGES/plasma_runner_locations.mo +share/locale/mr/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/mr/LC_MESSAGES/plasma_runner_powerdevil.mo +share/locale/mr/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/mr/LC_MESSAGES/plasma_runner_services.mo +share/locale/mr/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/mr/LC_MESSAGES/plasma_runner_shell.mo +share/locale/mr/LC_MESSAGES/plasma_runner_solid.mo +share/locale/mr/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/mr/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/mr/LC_MESSAGES/plasma_runner_windows.mo +share/locale/mr/LC_MESSAGES/plasma_scriptengine_qscript.mo +share/locale/mr/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo +share/locale/mr/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo +share/locale/mr/LC_MESSAGES/plasma_wallpaper_color.mo +share/locale/mr/LC_MESSAGES/plasma_wallpaper_image.mo +share/locale/mr/LC_MESSAGES/plasmagenericshell.mo +share/locale/mr/LC_MESSAGES/plasmapkg.mo +share/locale/mr/LC_MESSAGES/powerdevil.mo +share/locale/mr/LC_MESSAGES/powerdevilactivitiesconfig.mo +share/locale/mr/LC_MESSAGES/powerdevilglobalconfig.mo +share/locale/mr/LC_MESSAGES/powerdevilprofilesconfig.mo +share/locale/mr/LC_MESSAGES/print-manager.mo +share/locale/mr/LC_MESSAGES/processcore.mo +share/locale/mr/LC_MESSAGES/processui.mo +share/locale/mr/LC_MESSAGES/randrmonitor.mo +share/locale/mr/LC_MESSAGES/rellinks.mo +share/locale/mr/LC_MESSAGES/searchbarplugin.mo +share/locale/mr/LC_MESSAGES/solid-hardware.mo +share/locale/mr/LC_MESSAGES/solid-network.mo +share/locale/mr/LC_MESSAGES/solid_qt.mo +share/locale/mr/LC_MESSAGES/solidcontrol.mo +share/locale/mr/LC_MESSAGES/soliduiserver.mo +share/locale/mr/LC_MESSAGES/svgpart.mo +share/locale/mr/LC_MESSAGES/systemsettings.mo +share/locale/mr/LC_MESSAGES/timezones4.mo +share/locale/mr/LC_MESSAGES/uachangerplugin.mo +share/locale/mr/LC_MESSAGES/useraccount.mo +share/locale/mr/LC_MESSAGES/validatorsplugin.mo +share/locale/mr/LC_MESSAGES/webarchiver.mo +share/locale/mr/LC_MESSAGES/xml_mimetypes.mo +share/locale/mr/entry.desktop diff --git a/misc/kde4-l10n-nb/Makefile b/misc/kde4-l10n-nb/Makefile index 089634cc4faf..277469deea95 100644 --- a/misc/kde4-l10n-nb/Makefile +++ b/misc/kde4-l10n-nb/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Norwegian Bokmaal messages and documentation for KDE4 +COMMENT= Norwegian Bokmaal messages and documentation for KDE SC 4 KDE4_L10N= nb diff --git a/misc/kde4-l10n-nb/distinfo b/misc/kde4-l10n-nb/distinfo index e1abc5bcded4..f4f2d499acea 100644 --- a/misc/kde4-l10n-nb/distinfo +++ b/misc/kde4-l10n-nb/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-nb-4.9.5.tar.xz) = 0784d531a4480e782e19377f7c4b0edb3831f32f4f5cff26ccc9b6d90ea97728 -SIZE (KDE/kde-l10n/kde-l10n-nb-4.9.5.tar.xz) = 2515180 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-nb-4.10.1.tar.xz) = 9a3d0716f07dacfeb1d42c34fa1d16adb0762d757933dfcab0f561c95bb9ed07 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-nb-4.10.1.tar.xz) = 2554092 diff --git a/misc/kde4-l10n-nb/pkg-plist b/misc/kde4-l10n-nb/pkg-plist index a20646ef3695..c42881387036 100644 --- a/misc/kde4-l10n-nb/pkg-plist +++ b/misc/kde4-l10n-nb/pkg-plist @@ -137,6 +137,8 @@ share/locale/nb/LC_MESSAGES/accountwizard_mailbox.mo share/locale/nb/LC_MESSAGES/accountwizard_maildir.mo share/locale/nb/LC_MESSAGES/accountwizard_pop3.mo share/locale/nb/LC_MESSAGES/accountwizard_tine20.mo +share/locale/nb/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/nb/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/nb/LC_MESSAGES/adblock.mo share/locale/nb/LC_MESSAGES/akonadi-filestore.mo share/locale/nb/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -145,6 +147,7 @@ share/locale/nb/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/nb/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/nb/LC_MESSAGES/akonadi_google_resource.mo share/locale/nb/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/nb/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/nb/LC_MESSAGES/akonadi_imap_resource.mo share/locale/nb/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/nb/LC_MESSAGES/akonadi_kabc_resource.mo @@ -162,7 +165,7 @@ share/locale/nb/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/nb/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/nb/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/nb/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/nb/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/nb/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/nb/LC_MESSAGES/akonadi_next.mo share/locale/nb/LC_MESSAGES/akonadi_nntp_resource.mo @@ -187,7 +190,6 @@ share/locale/nb/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/nb/LC_MESSAGES/audiorename_plugin.mo share/locale/nb/LC_MESSAGES/autorefresh.mo share/locale/nb/LC_MESSAGES/babelfish.mo -share/locale/nb/LC_MESSAGES/backupmail.mo share/locale/nb/LC_MESSAGES/blinken.mo share/locale/nb/LC_MESSAGES/blogilo.mo share/locale/nb/LC_MESSAGES/bomber.mo @@ -231,6 +233,7 @@ share/locale/nb/LC_MESSAGES/kabcformat_binary.mo share/locale/nb/LC_MESSAGES/kaccess.mo share/locale/nb/LC_MESSAGES/kaccessibleapp.mo share/locale/nb/LC_MESSAGES/kactivitymanagerd.mo +share/locale/nb/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/nb/LC_MESSAGES/kaddressbook-mobile.mo share/locale/nb/LC_MESSAGES/kaddressbook.mo share/locale/nb/LC_MESSAGES/kaddressbookmigrator.mo @@ -247,7 +250,6 @@ share/locale/nb/LC_MESSAGES/kate.mo share/locale/nb/LC_MESSAGES/kate_kttsd.mo share/locale/nb/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/nb/LC_MESSAGES/katebuild-plugin.mo -share/locale/nb/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/nb/LC_MESSAGES/katefilebrowserplugin.mo share/locale/nb/LC_MESSAGES/katefiletemplates.mo share/locale/nb/LC_MESSAGES/kategdbplugin.mo @@ -256,9 +258,10 @@ share/locale/nb/LC_MESSAGES/katekonsoleplugin.mo share/locale/nb/LC_MESSAGES/katemailfilesplugin.mo share/locale/nb/LC_MESSAGES/kateopenheader.mo share/locale/nb/LC_MESSAGES/katepart4.mo -share/locale/nb/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/nb/LC_MESSAGES/kateproject.mo share/locale/nb/LC_MESSAGES/katesearch.mo share/locale/nb/LC_MESSAGES/katesnippets_tng.mo +share/locale/nb/LC_MESSAGES/katesnippetsplugin.mo share/locale/nb/LC_MESSAGES/katesql.mo share/locale/nb/LC_MESSAGES/katesymbolviewer.mo share/locale/nb/LC_MESSAGES/katetabbarextension.mo @@ -281,6 +284,7 @@ share/locale/nb/LC_MESSAGES/kcalc.mo share/locale/nb/LC_MESSAGES/kcertpart.mo share/locale/nb/LC_MESSAGES/kcharselect.mo share/locale/nb/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/nb/LC_MESSAGES/kcm_activities.mo share/locale/nb/LC_MESSAGES/kcm_akonadi.mo share/locale/nb/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/nb/LC_MESSAGES/kcm_attica.mo @@ -298,7 +302,6 @@ share/locale/nb/LC_MESSAGES/kcm_memory.mo share/locale/nb/LC_MESSAGES/kcm_nepomuk.mo share/locale/nb/LC_MESSAGES/kcm_pci.mo share/locale/nb/LC_MESSAGES/kcm_phonon.mo -share/locale/nb/LC_MESSAGES/kcm_phononxine.mo share/locale/nb/LC_MESSAGES/kcm_platform.mo share/locale/nb/LC_MESSAGES/kcm_remotecontrol.mo share/locale/nb/LC_MESSAGES/kcm_solid.mo @@ -445,12 +448,14 @@ share/locale/nb/LC_MESSAGES/kio_sieve.mo share/locale/nb/LC_MESSAGES/kio_smb.mo share/locale/nb/LC_MESSAGES/kio_smtp.mo share/locale/nb/LC_MESSAGES/kio_svn.mo +share/locale/nb/LC_MESSAGES/kio_tags.mo share/locale/nb/LC_MESSAGES/kio_thumbnail.mo share/locale/nb/LC_MESSAGES/kio_timeline.mo share/locale/nb/LC_MESSAGES/kio_trash.mo share/locale/nb/LC_MESSAGES/kio_zeroconf.mo share/locale/nb/LC_MESSAGES/kioclient.mo share/locale/nb/LC_MESSAGES/kioexec.mo +share/locale/nb/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/nb/LC_MESSAGES/kiriki.mo share/locale/nb/LC_MESSAGES/kiten.mo share/locale/nb/LC_MESSAGES/kjots.mo @@ -520,8 +525,11 @@ share/locale/nb/LC_MESSAGES/kruler.mo share/locale/nb/LC_MESSAGES/krunner.mo share/locale/nb/LC_MESSAGES/ksaneplugin.mo share/locale/nb/LC_MESSAGES/kscd.mo +share/locale/nb/LC_MESSAGES/kscreenlocker.mo +share/locale/nb/LC_MESSAGES/kscreenlocker_greet.mo share/locale/nb/LC_MESSAGES/kscreensaver.mo share/locale/nb/LC_MESSAGES/ksendemail.mo +share/locale/nb/LC_MESSAGES/ksgrd.mo share/locale/nb/LC_MESSAGES/kshellcmdplugin.mo share/locale/nb/LC_MESSAGES/kshisen.mo share/locale/nb/LC_MESSAGES/kshorturifilter.mo @@ -551,6 +559,7 @@ share/locale/nb/LC_MESSAGES/ktimer.mo share/locale/nb/LC_MESSAGES/ktimetracker.mo share/locale/nb/LC_MESSAGES/ktnef.mo share/locale/nb/LC_MESSAGES/ktouch.mo +share/locale/nb/LC_MESSAGES/ktouchpadenabler.mo share/locale/nb/LC_MESSAGES/ktraderclient.mo share/locale/nb/LC_MESSAGES/ktron.mo share/locale/nb/LC_MESSAGES/ktuberling.mo @@ -597,6 +606,7 @@ share/locale/nb/LC_MESSAGES/libkdepimmobileui.mo share/locale/nb/LC_MESSAGES/libkexiv2.mo share/locale/nb/LC_MESSAGES/libkholidays.mo share/locale/nb/LC_MESSAGES/libkimap.mo +share/locale/nb/LC_MESSAGES/libkipi.mo share/locale/nb/LC_MESSAGES/libkldap.mo share/locale/nb/LC_MESSAGES/libkleopatra.mo share/locale/nb/LC_MESSAGES/libkmahjongg.mo @@ -628,11 +638,11 @@ share/locale/nb/LC_MESSAGES/liboktetagui.mo share/locale/nb/LC_MESSAGES/liboktetakasten.mo share/locale/nb/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/nb/LC_MESSAGES/libphonon.mo +share/locale/nb/LC_MESSAGES/libpimcommon.mo share/locale/nb/LC_MESSAGES/libplasma.mo share/locale/nb/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/nb/LC_MESSAGES/libplasmaclock.mo share/locale/nb/LC_MESSAGES/libplasmaweather.mo -share/locale/nb/LC_MESSAGES/librtm.mo share/locale/nb/LC_MESSAGES/libtaskmanager.mo share/locale/nb/LC_MESSAGES/libtemplateparser.mo share/locale/nb/LC_MESSAGES/lokalize.mo @@ -640,6 +650,7 @@ share/locale/nb/LC_MESSAGES/lskat.mo share/locale/nb/LC_MESSAGES/mailreader.mo share/locale/nb/LC_MESSAGES/marble.mo share/locale/nb/LC_MESSAGES/marble_qt.mo +share/locale/nb/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/nb/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/nb/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/nb/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -649,12 +660,14 @@ share/locale/nb/LC_MESSAGES/minitoolsplugin.mo share/locale/nb/LC_MESSAGES/mplayerthumbs.mo share/locale/nb/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/nb/LC_MESSAGES/nepomukbackup.mo +share/locale/nb/LC_MESSAGES/nepomukcleaner.mo share/locale/nb/LC_MESSAGES/nepomukcontroller.mo share/locale/nb/LC_MESSAGES/nepomukfileindexer.mo share/locale/nb/LC_MESSAGES/nepomukqueryservice.mo share/locale/nb/LC_MESSAGES/nepomukserver.mo share/locale/nb/LC_MESSAGES/nepomukservicestub.mo share/locale/nb/LC_MESSAGES/nepomukstorage.mo +share/locale/nb/LC_MESSAGES/nepomukwidgets.mo share/locale/nb/LC_MESSAGES/newmailnotifieragent.mo share/locale/nb/LC_MESSAGES/notes-mobile.mo share/locale/nb/LC_MESSAGES/nsplugin.mo @@ -677,13 +690,17 @@ share/locale/nb/LC_MESSAGES/okular_plucker.mo share/locale/nb/LC_MESSAGES/okular_poppler.mo share/locale/nb/LC_MESSAGES/okular_tiff.mo share/locale/nb/LC_MESSAGES/okular_xps.mo +share/locale/nb/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/nb/LC_MESSAGES/pairs.mo +share/locale/nb/LC_MESSAGES/pairseditor.mo share/locale/nb/LC_MESSAGES/palapeli.mo share/locale/nb/LC_MESSAGES/parley.mo share/locale/nb/LC_MESSAGES/phonon_gstreamer.mo share/locale/nb/LC_MESSAGES/phonon_kde.mo share/locale/nb/LC_MESSAGES/phonon_vlc.mo share/locale/nb/LC_MESSAGES/phononserver.mo +share/locale/nb/LC_MESSAGES/picmi.mo +share/locale/nb/LC_MESSAGES/pimsettingexporter.mo share/locale/nb/LC_MESSAGES/plasma-desktop.mo share/locale/nb/LC_MESSAGES/plasma-netbook.mo share/locale/nb/LC_MESSAGES/plasma-overlay.mo @@ -733,12 +750,12 @@ share/locale/nb/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/nb/LC_MESSAGES/plasma_applet_news.mo share/locale/nb/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/nb/LC_MESSAGES/plasma_applet_notes.mo -share/locale/nb/LC_MESSAGES/plasma_applet_notifications.mo share/locale/nb/LC_MESSAGES/plasma_applet_notifier.mo share/locale/nb/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nb/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nb/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/nb/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/nb/LC_MESSAGES/plasma_applet_pager.mo share/locale/nb/LC_MESSAGES/plasma_applet_panel.mo @@ -747,6 +764,7 @@ share/locale/nb/LC_MESSAGES/plasma_applet_paste.mo share/locale/nb/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/nb/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/nb/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/nb/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/nb/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/nb/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/nb/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -809,6 +827,7 @@ share/locale/nb/LC_MESSAGES/plasma_runner_kill.mo share/locale/nb/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/nb/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/nb/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/nb/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/nb/LC_MESSAGES/plasma_runner_locations.mo share/locale/nb/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -836,24 +855,23 @@ share/locale/nb/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/nb/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/nb/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/nb/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/nb/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/nb/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/nb/LC_MESSAGES/plasmaengineexplorer.mo share/locale/nb/LC_MESSAGES/plasmagenericshell.mo share/locale/nb/LC_MESSAGES/plasmapkg.mo -share/locale/nb/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/nb/LC_MESSAGES/plasmoidviewer.mo share/locale/nb/LC_MESSAGES/pothumbnail.mo share/locale/nb/LC_MESSAGES/powerdevil.mo share/locale/nb/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/nb/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/nb/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/nb/LC_MESSAGES/printer-applet.mo +share/locale/nb/LC_MESSAGES/print-manager.mo share/locale/nb/LC_MESSAGES/processcore.mo share/locale/nb/LC_MESSAGES/processui.mo share/locale/nb/LC_MESSAGES/randrmonitor.mo share/locale/nb/LC_MESSAGES/rellinks.mo -share/locale/nb/LC_MESSAGES/remote-widgets-browser.mo share/locale/nb/LC_MESSAGES/rocs.mo +share/locale/nb/LC_MESSAGES/rocscore.mo +share/locale/nb/LC_MESSAGES/rocsvisualeditor.mo share/locale/nb/LC_MESSAGES/searchbarplugin.mo share/locale/nb/LC_MESSAGES/solid-hardware.mo share/locale/nb/LC_MESSAGES/solid-network.mo @@ -866,7 +884,6 @@ share/locale/nb/LC_MESSAGES/strigila_diff.mo share/locale/nb/LC_MESSAGES/superkaramba.mo share/locale/nb/LC_MESSAGES/svgpart.mo share/locale/nb/LC_MESSAGES/sweeper.mo -share/locale/nb/LC_MESSAGES/system-config-printer-kde.mo share/locale/nb/LC_MESSAGES/systemsettings.mo share/locale/nb/LC_MESSAGES/tasks-mobile.mo share/locale/nb/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-nds/Makefile b/misc/kde4-l10n-nds/Makefile index bb6079a1dd4a..9146fc201586 100644 --- a/misc/kde4-l10n-nds/Makefile +++ b/misc/kde4-l10n-nds/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Low German localized messages and documentation for KDE4 +COMMENT= Low German localized messages and documentation for KDE SC 4 KDE4_L10N= nds diff --git a/misc/kde4-l10n-nds/distinfo b/misc/kde4-l10n-nds/distinfo index e09f494fe0f1..b1ea6fc5dfe0 100644 --- a/misc/kde4-l10n-nds/distinfo +++ b/misc/kde4-l10n-nds/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-nds-4.9.5.tar.xz) = 4026e9212f0ddb42528fa69c17c8a7cb90d645e8078addcc85b41ccc5fcf2696 -SIZE (KDE/kde-l10n/kde-l10n-nds-4.9.5.tar.xz) = 3147768 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-nds-4.10.1.tar.xz) = 142f60a9f7921b00cfa91656bb14f51604d685f9864b8d3875ca76fec555aed6 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-nds-4.10.1.tar.xz) = 3182664 diff --git a/misc/kde4-l10n-nds/pkg-plist b/misc/kde4-l10n-nds/pkg-plist index f242eb44b241..5e73bbafd84b 100644 --- a/misc/kde4-l10n-nds/pkg-plist +++ b/misc/kde4-l10n-nds/pkg-plist @@ -1,3 +1,4 @@ +share/apps/autocorrect/nds.xml share/apps/katepart/syntax/logohighlightstyle.nds.xml share/apps/khangman/nds.txt share/apps/klettres/nds/alpha/a.ogg @@ -160,7 +161,7 @@ share/locale/nds/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/nds/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/nds/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/nds/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/nds/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/nds/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/nds/LC_MESSAGES/akonadi_next.mo share/locale/nds/LC_MESSAGES/akonadi_nntp_resource.mo @@ -244,7 +245,6 @@ share/locale/nds/LC_MESSAGES/kate.mo share/locale/nds/LC_MESSAGES/kate_kttsd.mo share/locale/nds/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/nds/LC_MESSAGES/katebuild-plugin.mo -share/locale/nds/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/nds/LC_MESSAGES/katefilebrowserplugin.mo share/locale/nds/LC_MESSAGES/katefiletemplates.mo share/locale/nds/LC_MESSAGES/kategdbplugin.mo @@ -253,7 +253,6 @@ share/locale/nds/LC_MESSAGES/katekonsoleplugin.mo share/locale/nds/LC_MESSAGES/katemailfilesplugin.mo share/locale/nds/LC_MESSAGES/kateopenheader.mo share/locale/nds/LC_MESSAGES/katepart4.mo -share/locale/nds/LC_MESSAGES/katequickdocumentswitcherplugin.mo share/locale/nds/LC_MESSAGES/katesearch.mo share/locale/nds/LC_MESSAGES/katesnippets_tng.mo share/locale/nds/LC_MESSAGES/katesql.mo @@ -295,7 +294,6 @@ share/locale/nds/LC_MESSAGES/kcm_memory.mo share/locale/nds/LC_MESSAGES/kcm_nepomuk.mo share/locale/nds/LC_MESSAGES/kcm_pci.mo share/locale/nds/LC_MESSAGES/kcm_phonon.mo -share/locale/nds/LC_MESSAGES/kcm_phononxine.mo share/locale/nds/LC_MESSAGES/kcm_platform.mo share/locale/nds/LC_MESSAGES/kcm_remotecontrol.mo share/locale/nds/LC_MESSAGES/kcm_solid.mo @@ -546,6 +544,7 @@ share/locale/nds/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/nds/LC_MESSAGES/ktimer.mo share/locale/nds/LC_MESSAGES/ktimetracker.mo share/locale/nds/LC_MESSAGES/ktouch.mo +share/locale/nds/LC_MESSAGES/ktouchpadenabler.mo share/locale/nds/LC_MESSAGES/ktraderclient.mo share/locale/nds/LC_MESSAGES/ktron.mo share/locale/nds/LC_MESSAGES/ktuberling.mo @@ -626,7 +625,6 @@ share/locale/nds/LC_MESSAGES/libplasma.mo share/locale/nds/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/nds/LC_MESSAGES/libplasmaclock.mo share/locale/nds/LC_MESSAGES/libplasmaweather.mo -share/locale/nds/LC_MESSAGES/librtm.mo share/locale/nds/LC_MESSAGES/libtaskmanager.mo share/locale/nds/LC_MESSAGES/libtemplateparser.mo share/locale/nds/LC_MESSAGES/lokalize.mo @@ -677,6 +675,7 @@ share/locale/nds/LC_MESSAGES/phonon_gstreamer.mo share/locale/nds/LC_MESSAGES/phonon_kde.mo share/locale/nds/LC_MESSAGES/phonon_vlc.mo share/locale/nds/LC_MESSAGES/phononserver.mo +share/locale/nds/LC_MESSAGES/picmi.mo share/locale/nds/LC_MESSAGES/plasma-desktop.mo share/locale/nds/LC_MESSAGES/plasma-netbook.mo share/locale/nds/LC_MESSAGES/plasma-overlay.mo @@ -726,12 +725,12 @@ share/locale/nds/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/nds/LC_MESSAGES/plasma_applet_news.mo share/locale/nds/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/nds/LC_MESSAGES/plasma_applet_notes.mo -share/locale/nds/LC_MESSAGES/plasma_applet_notifications.mo share/locale/nds/LC_MESSAGES/plasma_applet_notifier.mo share/locale/nds/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nds/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nds/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/nds/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/nds/LC_MESSAGES/plasma_applet_pager.mo share/locale/nds/LC_MESSAGES/plasma_applet_panel.mo @@ -801,6 +800,7 @@ share/locale/nds/LC_MESSAGES/plasma_runner_kill.mo share/locale/nds/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/nds/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/nds/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/nds/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/nds/LC_MESSAGES/plasma_runner_locations.mo share/locale/nds/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -829,22 +829,19 @@ share/locale/nds/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/nds/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/nds/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/nds/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/nds/LC_MESSAGES/plasmaengineexplorer.mo share/locale/nds/LC_MESSAGES/plasmagenericshell.mo share/locale/nds/LC_MESSAGES/plasmapkg.mo -share/locale/nds/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/nds/LC_MESSAGES/plasmoidviewer.mo share/locale/nds/LC_MESSAGES/powerdevil.mo share/locale/nds/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/nds/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/nds/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/nds/LC_MESSAGES/printer-applet.mo share/locale/nds/LC_MESSAGES/processcore.mo share/locale/nds/LC_MESSAGES/processui.mo share/locale/nds/LC_MESSAGES/randrmonitor.mo share/locale/nds/LC_MESSAGES/rellinks.mo -share/locale/nds/LC_MESSAGES/remote-widgets-browser.mo share/locale/nds/LC_MESSAGES/rocs.mo +share/locale/nds/LC_MESSAGES/rocscore.mo +share/locale/nds/LC_MESSAGES/rocsvisualeditor.mo share/locale/nds/LC_MESSAGES/searchbarplugin.mo share/locale/nds/LC_MESSAGES/solid-hardware.mo share/locale/nds/LC_MESSAGES/solid-network.mo @@ -857,7 +854,6 @@ share/locale/nds/LC_MESSAGES/strigila_diff.mo share/locale/nds/LC_MESSAGES/superkaramba.mo share/locale/nds/LC_MESSAGES/svgpart.mo share/locale/nds/LC_MESSAGES/sweeper.mo -share/locale/nds/LC_MESSAGES/system-config-printer-kde.mo share/locale/nds/LC_MESSAGES/systemsettings.mo share/locale/nds/LC_MESSAGES/tasks-mobile.mo share/locale/nds/LC_MESSAGES/timezones4.mo @@ -882,3 +878,4 @@ share/locale/nds/entry.desktop @dirrm share/apps/klettres/nds @dirrm share/apps/klettres @dirrm share/apps/khangman +@dirrm share/apps/autocorrect diff --git a/misc/kde4-l10n-nl/Makefile b/misc/kde4-l10n-nl/Makefile index ed98b06a48ec..470a919a6457 100644 --- a/misc/kde4-l10n-nl/Makefile +++ b/misc/kde4-l10n-nl/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Dutch messages and documentation for KDE4 +COMMENT= Dutch messages and documentation for KDE SC 4 KDE4_L10N= nl diff --git a/misc/kde4-l10n-nl/Makefile.man b/misc/kde4-l10n-nl/Makefile.man index a7046f884194..6b986a67fe58 100644 --- a/misc/kde4-l10n-nl/Makefile.man +++ b/misc/kde4-l10n-nl/Makefile.man @@ -34,6 +34,7 @@ MAN1+= kmplot.1 MAN1+= kross.1 MAN1+= ktouch.1 MAN1+= makekdewidgets.1 +MAN1+= okular.1 MAN1+= plasmaengineexplorer.1 MAN1+= plasmapkg.1 MAN1+= plasmoidviewer.1 diff --git a/misc/kde4-l10n-nl/distinfo b/misc/kde4-l10n-nl/distinfo index cd2c6a710373..b36a32be1bf0 100644 --- a/misc/kde4-l10n-nl/distinfo +++ b/misc/kde4-l10n-nl/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-nl-4.9.5.tar.xz) = 5b4d30cae332f5ec4b3064507a9d939697463889d373df83c26c21fe06f410ec -SIZE (KDE/kde-l10n/kde-l10n-nl-4.9.5.tar.xz) = 15836172 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-nl-4.10.1.tar.xz) = 0d15d24267f35ff30d277ab6522003dc1ff29b367b7a6c6d382c1c91268fd004 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-nl-4.10.1.tar.xz) = 15915224 diff --git a/misc/kde4-l10n-nl/pkg-plist b/misc/kde4-l10n-nl/pkg-plist index 4c00da2feb4c..71952ed247c0 100644 --- a/misc/kde4-l10n-nl/pkg-plist +++ b/misc/kde4-l10n-nl/pkg-plist @@ -235,6 +235,7 @@ share/doc/HTML/nl/kate/man-kate.1.docbook share/doc/HTML/nl/kate/mdi.docbook share/doc/HTML/nl/kate/menus.docbook share/doc/HTML/nl/kate/part.docbook +share/doc/HTML/nl/kate/plugins-part.docbook share/doc/HTML/nl/kate/plugins.docbook share/doc/HTML/nl/kate/regular-expressions.docbook share/doc/HTML/nl/kate/vi.docbook @@ -1018,6 +1019,7 @@ share/doc/HTML/nl/kstars/colorandtemp.docbook share/doc/HTML/nl/kstars/commands.docbook share/doc/HTML/nl/kstars/common share/doc/HTML/nl/kstars/config.docbook +share/doc/HTML/nl/kstars/cosmicdist.docbook share/doc/HTML/nl/kstars/cpoles.docbook share/doc/HTML/nl/kstars/credits.docbook share/doc/HTML/nl/kstars/csphere.docbook @@ -1028,6 +1030,7 @@ share/doc/HTML/nl/kstars/devicemanager.png share/doc/HTML/nl/kstars/dumpmode.docbook share/doc/HTML/nl/kstars/ecliptic.docbook share/doc/HTML/nl/kstars/ellipticalgalaxies.docbook +share/doc/HTML/nl/kstars/epoch.docbook share/doc/HTML/nl/kstars/equinox.docbook share/doc/HTML/nl/kstars/faq.docbook share/doc/HTML/nl/kstars/find.png @@ -1057,6 +1060,7 @@ share/doc/HTML/nl/kstars/magnitude.docbook share/doc/HTML/nl/kstars/meridian.docbook share/doc/HTML/nl/kstars/newfov.png share/doc/HTML/nl/kstars/observinglist.docbook +share/doc/HTML/nl/kstars/obsplanner.docbook share/doc/HTML/nl/kstars/parallax.docbook share/doc/HTML/nl/kstars/popup.png share/doc/HTML/nl/kstars/precession.docbook @@ -1073,6 +1077,7 @@ share/doc/HTML/nl/kstars/solarsystem.png share/doc/HTML/nl/kstars/spiralgalaxies.docbook share/doc/HTML/nl/kstars/star_colors.png share/doc/HTML/nl/kstars/stars.docbook +share/doc/HTML/nl/kstars/telescopes.docbook share/doc/HTML/nl/kstars/timezones.docbook share/doc/HTML/nl/kstars/tools.docbook share/doc/HTML/nl/kstars/utime.docbook @@ -1167,6 +1172,7 @@ share/doc/HTML/nl/okteta/index.docbook share/doc/HTML/nl/okular/common share/doc/HTML/nl/okular/index.cache.bz2 share/doc/HTML/nl/okular/index.docbook +share/doc/HTML/nl/okular/man-okular.1.docbook share/doc/HTML/nl/onlinehelp/common share/doc/HTML/nl/onlinehelp/index.cache.bz2 share/doc/HTML/nl/onlinehelp/index.docbook @@ -1176,14 +1182,14 @@ share/doc/HTML/nl/palapeli/index.docbook share/doc/HTML/nl/parley/common share/doc/HTML/nl/parley/index.cache.bz2 share/doc/HTML/nl/parley/index.docbook +share/doc/HTML/nl/picmi/common +share/doc/HTML/nl/picmi/index.cache.bz2 +share/doc/HTML/nl/picmi/index.docbook share/doc/HTML/nl/plasma-desktop/common share/doc/HTML/nl/plasma-desktop/favorite-widgets.png share/doc/HTML/nl/plasma-desktop/index.cache.bz2 share/doc/HTML/nl/plasma-desktop/index.docbook share/doc/HTML/nl/plasma-desktop/taskbar-settings.png -share/doc/HTML/nl/printer-applet/common -share/doc/HTML/nl/printer-applet/index.cache.bz2 -share/doc/HTML/nl/printer-applet/index.docbook share/doc/HTML/nl/rocs/common share/doc/HTML/nl/rocs/index.cache.bz2 share/doc/HTML/nl/rocs/index.docbook @@ -1199,9 +1205,6 @@ share/doc/HTML/nl/step/tutorials.docbook share/doc/HTML/nl/sweeper/common share/doc/HTML/nl/sweeper/index.cache.bz2 share/doc/HTML/nl/sweeper/index.docbook -share/doc/HTML/nl/system-config-printer-kde/common -share/doc/HTML/nl/system-config-printer-kde/index.cache.bz2 -share/doc/HTML/nl/system-config-printer-kde/index.docbook share/doc/HTML/nl/systemsettings/common share/doc/HTML/nl/systemsettings/index.cache.bz2 share/doc/HTML/nl/systemsettings/index.docbook @@ -1223,6 +1226,8 @@ share/locale/nl/LC_MESSAGES/accountwizard_mailbox.mo share/locale/nl/LC_MESSAGES/accountwizard_maildir.mo share/locale/nl/LC_MESSAGES/accountwizard_pop3.mo share/locale/nl/LC_MESSAGES/accountwizard_tine20.mo +share/locale/nl/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/nl/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/nl/LC_MESSAGES/adblock.mo share/locale/nl/LC_MESSAGES/akonadi-filestore.mo share/locale/nl/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -1231,6 +1236,7 @@ share/locale/nl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/nl/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/nl/LC_MESSAGES/akonadi_google_resource.mo share/locale/nl/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/nl/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/nl/LC_MESSAGES/akonadi_imap_resource.mo share/locale/nl/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/nl/LC_MESSAGES/akonadi_kabc_resource.mo @@ -1248,7 +1254,7 @@ share/locale/nl/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/nl/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/nl/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/nl/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/nl/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/nl/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/nl/LC_MESSAGES/akonadi_next.mo share/locale/nl/LC_MESSAGES/akonadi_nntp_resource.mo @@ -1273,7 +1279,6 @@ share/locale/nl/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/nl/LC_MESSAGES/audiorename_plugin.mo share/locale/nl/LC_MESSAGES/autorefresh.mo share/locale/nl/LC_MESSAGES/babelfish.mo -share/locale/nl/LC_MESSAGES/backupmail.mo share/locale/nl/LC_MESSAGES/blinken.mo share/locale/nl/LC_MESSAGES/blogilo.mo share/locale/nl/LC_MESSAGES/bomber.mo @@ -1334,7 +1339,6 @@ share/locale/nl/LC_MESSAGES/kate.mo share/locale/nl/LC_MESSAGES/kate_kttsd.mo share/locale/nl/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/nl/LC_MESSAGES/katebuild-plugin.mo -share/locale/nl/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/nl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/nl/LC_MESSAGES/katefiletemplates.mo share/locale/nl/LC_MESSAGES/kategdbplugin.mo @@ -1343,9 +1347,10 @@ share/locale/nl/LC_MESSAGES/katekonsoleplugin.mo share/locale/nl/LC_MESSAGES/katemailfilesplugin.mo share/locale/nl/LC_MESSAGES/kateopenheader.mo share/locale/nl/LC_MESSAGES/katepart4.mo -share/locale/nl/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/nl/LC_MESSAGES/kateproject.mo share/locale/nl/LC_MESSAGES/katesearch.mo share/locale/nl/LC_MESSAGES/katesnippets_tng.mo +share/locale/nl/LC_MESSAGES/katesnippetsplugin.mo share/locale/nl/LC_MESSAGES/katesql.mo share/locale/nl/LC_MESSAGES/katesymbolviewer.mo share/locale/nl/LC_MESSAGES/katetabbarextension.mo @@ -1368,6 +1373,7 @@ share/locale/nl/LC_MESSAGES/kcalc.mo share/locale/nl/LC_MESSAGES/kcertpart.mo share/locale/nl/LC_MESSAGES/kcharselect.mo share/locale/nl/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/nl/LC_MESSAGES/kcm_activities.mo share/locale/nl/LC_MESSAGES/kcm_akonadi.mo share/locale/nl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/nl/LC_MESSAGES/kcm_attica.mo @@ -1385,7 +1391,6 @@ share/locale/nl/LC_MESSAGES/kcm_memory.mo share/locale/nl/LC_MESSAGES/kcm_nepomuk.mo share/locale/nl/LC_MESSAGES/kcm_pci.mo share/locale/nl/LC_MESSAGES/kcm_phonon.mo -share/locale/nl/LC_MESSAGES/kcm_phononxine.mo share/locale/nl/LC_MESSAGES/kcm_platform.mo share/locale/nl/LC_MESSAGES/kcm_remotecontrol.mo share/locale/nl/LC_MESSAGES/kcm_solid.mo @@ -1532,12 +1537,14 @@ share/locale/nl/LC_MESSAGES/kio_sieve.mo share/locale/nl/LC_MESSAGES/kio_smb.mo share/locale/nl/LC_MESSAGES/kio_smtp.mo share/locale/nl/LC_MESSAGES/kio_svn.mo +share/locale/nl/LC_MESSAGES/kio_tags.mo share/locale/nl/LC_MESSAGES/kio_thumbnail.mo share/locale/nl/LC_MESSAGES/kio_timeline.mo share/locale/nl/LC_MESSAGES/kio_trash.mo share/locale/nl/LC_MESSAGES/kio_zeroconf.mo share/locale/nl/LC_MESSAGES/kioclient.mo share/locale/nl/LC_MESSAGES/kioexec.mo +share/locale/nl/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/nl/LC_MESSAGES/kiriki.mo share/locale/nl/LC_MESSAGES/kiten.mo share/locale/nl/LC_MESSAGES/kjots.mo @@ -1607,8 +1614,11 @@ share/locale/nl/LC_MESSAGES/kruler.mo share/locale/nl/LC_MESSAGES/krunner.mo share/locale/nl/LC_MESSAGES/ksaneplugin.mo share/locale/nl/LC_MESSAGES/kscd.mo +share/locale/nl/LC_MESSAGES/kscreenlocker.mo +share/locale/nl/LC_MESSAGES/kscreenlocker_greet.mo share/locale/nl/LC_MESSAGES/kscreensaver.mo share/locale/nl/LC_MESSAGES/ksendemail.mo +share/locale/nl/LC_MESSAGES/ksgrd.mo share/locale/nl/LC_MESSAGES/kshellcmdplugin.mo share/locale/nl/LC_MESSAGES/kshisen.mo share/locale/nl/LC_MESSAGES/kshorturifilter.mo @@ -1638,6 +1648,7 @@ share/locale/nl/LC_MESSAGES/ktimer.mo share/locale/nl/LC_MESSAGES/ktimetracker.mo share/locale/nl/LC_MESSAGES/ktnef.mo share/locale/nl/LC_MESSAGES/ktouch.mo +share/locale/nl/LC_MESSAGES/ktouchpadenabler.mo share/locale/nl/LC_MESSAGES/ktraderclient.mo share/locale/nl/LC_MESSAGES/ktron.mo share/locale/nl/LC_MESSAGES/ktuberling.mo @@ -1684,6 +1695,7 @@ share/locale/nl/LC_MESSAGES/libkdepimmobileui.mo share/locale/nl/LC_MESSAGES/libkexiv2.mo share/locale/nl/LC_MESSAGES/libkholidays.mo share/locale/nl/LC_MESSAGES/libkimap.mo +share/locale/nl/LC_MESSAGES/libkipi.mo share/locale/nl/LC_MESSAGES/libkldap.mo share/locale/nl/LC_MESSAGES/libkleopatra.mo share/locale/nl/LC_MESSAGES/libkmahjongg.mo @@ -1715,11 +1727,11 @@ share/locale/nl/LC_MESSAGES/liboktetagui.mo share/locale/nl/LC_MESSAGES/liboktetakasten.mo share/locale/nl/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/nl/LC_MESSAGES/libphonon.mo +share/locale/nl/LC_MESSAGES/libpimcommon.mo share/locale/nl/LC_MESSAGES/libplasma.mo share/locale/nl/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/nl/LC_MESSAGES/libplasmaclock.mo share/locale/nl/LC_MESSAGES/libplasmaweather.mo -share/locale/nl/LC_MESSAGES/librtm.mo share/locale/nl/LC_MESSAGES/libtaskmanager.mo share/locale/nl/LC_MESSAGES/libtemplateparser.mo share/locale/nl/LC_MESSAGES/lokalize.mo @@ -1727,6 +1739,7 @@ share/locale/nl/LC_MESSAGES/lskat.mo share/locale/nl/LC_MESSAGES/mailreader.mo share/locale/nl/LC_MESSAGES/marble.mo share/locale/nl/LC_MESSAGES/marble_qt.mo +share/locale/nl/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/nl/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/nl/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/nl/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -1736,12 +1749,14 @@ share/locale/nl/LC_MESSAGES/minitoolsplugin.mo share/locale/nl/LC_MESSAGES/mplayerthumbs.mo share/locale/nl/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/nl/LC_MESSAGES/nepomukbackup.mo +share/locale/nl/LC_MESSAGES/nepomukcleaner.mo share/locale/nl/LC_MESSAGES/nepomukcontroller.mo share/locale/nl/LC_MESSAGES/nepomukfileindexer.mo share/locale/nl/LC_MESSAGES/nepomukqueryservice.mo share/locale/nl/LC_MESSAGES/nepomukserver.mo share/locale/nl/LC_MESSAGES/nepomukservicestub.mo share/locale/nl/LC_MESSAGES/nepomukstorage.mo +share/locale/nl/LC_MESSAGES/nepomukwidgets.mo share/locale/nl/LC_MESSAGES/newmailnotifieragent.mo share/locale/nl/LC_MESSAGES/notes-mobile.mo share/locale/nl/LC_MESSAGES/nsplugin.mo @@ -1764,13 +1779,17 @@ share/locale/nl/LC_MESSAGES/okular_plucker.mo share/locale/nl/LC_MESSAGES/okular_poppler.mo share/locale/nl/LC_MESSAGES/okular_tiff.mo share/locale/nl/LC_MESSAGES/okular_xps.mo +share/locale/nl/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/nl/LC_MESSAGES/pairs.mo +share/locale/nl/LC_MESSAGES/pairseditor.mo share/locale/nl/LC_MESSAGES/palapeli.mo share/locale/nl/LC_MESSAGES/parley.mo share/locale/nl/LC_MESSAGES/phonon_gstreamer.mo share/locale/nl/LC_MESSAGES/phonon_kde.mo share/locale/nl/LC_MESSAGES/phonon_vlc.mo share/locale/nl/LC_MESSAGES/phononserver.mo +share/locale/nl/LC_MESSAGES/picmi.mo +share/locale/nl/LC_MESSAGES/pimsettingexporter.mo share/locale/nl/LC_MESSAGES/plasma-desktop.mo share/locale/nl/LC_MESSAGES/plasma-netbook.mo share/locale/nl/LC_MESSAGES/plasma-overlay.mo @@ -1820,12 +1839,12 @@ share/locale/nl/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/nl/LC_MESSAGES/plasma_applet_news.mo share/locale/nl/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/nl/LC_MESSAGES/plasma_applet_notes.mo -share/locale/nl/LC_MESSAGES/plasma_applet_notifications.mo share/locale/nl/LC_MESSAGES/plasma_applet_notifier.mo share/locale/nl/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nl/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nl/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/nl/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/nl/LC_MESSAGES/plasma_applet_pager.mo share/locale/nl/LC_MESSAGES/plasma_applet_panel.mo @@ -1834,6 +1853,7 @@ share/locale/nl/LC_MESSAGES/plasma_applet_paste.mo share/locale/nl/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/nl/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/nl/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/nl/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/nl/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/nl/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/nl/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -1896,6 +1916,7 @@ share/locale/nl/LC_MESSAGES/plasma_runner_kill.mo share/locale/nl/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/nl/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/nl/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/nl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/nl/LC_MESSAGES/plasma_runner_locations.mo share/locale/nl/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -1923,24 +1944,23 @@ share/locale/nl/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/nl/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/nl/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/nl/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/nl/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/nl/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/nl/LC_MESSAGES/plasmaengineexplorer.mo share/locale/nl/LC_MESSAGES/plasmagenericshell.mo share/locale/nl/LC_MESSAGES/plasmapkg.mo -share/locale/nl/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/nl/LC_MESSAGES/plasmoidviewer.mo share/locale/nl/LC_MESSAGES/pothumbnail.mo share/locale/nl/LC_MESSAGES/powerdevil.mo share/locale/nl/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/nl/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/nl/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/nl/LC_MESSAGES/printer-applet.mo +share/locale/nl/LC_MESSAGES/print-manager.mo share/locale/nl/LC_MESSAGES/processcore.mo share/locale/nl/LC_MESSAGES/processui.mo share/locale/nl/LC_MESSAGES/randrmonitor.mo share/locale/nl/LC_MESSAGES/rellinks.mo -share/locale/nl/LC_MESSAGES/remote-widgets-browser.mo share/locale/nl/LC_MESSAGES/rocs.mo +share/locale/nl/LC_MESSAGES/rocscore.mo +share/locale/nl/LC_MESSAGES/rocsvisualeditor.mo share/locale/nl/LC_MESSAGES/searchbarplugin.mo share/locale/nl/LC_MESSAGES/solid-hardware.mo share/locale/nl/LC_MESSAGES/solid-network.mo @@ -1953,7 +1973,6 @@ share/locale/nl/LC_MESSAGES/strigila_diff.mo share/locale/nl/LC_MESSAGES/superkaramba.mo share/locale/nl/LC_MESSAGES/svgpart.mo share/locale/nl/LC_MESSAGES/sweeper.mo -share/locale/nl/LC_MESSAGES/system-config-printer-kde.mo share/locale/nl/LC_MESSAGES/systemsettings.mo share/locale/nl/LC_MESSAGES/tasks-mobile.mo share/locale/nl/LC_MESSAGES/timezones4.mo @@ -1969,13 +1988,12 @@ share/locale/nl/entry.desktop @dirrm share/locale/nl/LC_SCRIPTS @dirrm share/doc/HTML/nl/umbrello @dirrm share/doc/HTML/nl/systemsettings -@dirrm share/doc/HTML/nl/system-config-printer-kde @dirrm share/doc/HTML/nl/sweeper @dirrm share/doc/HTML/nl/step @dirrm share/doc/HTML/nl/sonnet @dirrm share/doc/HTML/nl/rocs -@dirrm share/doc/HTML/nl/printer-applet @dirrm share/doc/HTML/nl/plasma-desktop +@dirrm share/doc/HTML/nl/picmi @dirrm share/doc/HTML/nl/parley @dirrm share/doc/HTML/nl/palapeli @dirrm share/doc/HTML/nl/onlinehelp diff --git a/misc/kde4-l10n-nn/Makefile b/misc/kde4-l10n-nn/Makefile index 1229db6d26c4..202967e354af 100644 --- a/misc/kde4-l10n-nn/Makefile +++ b/misc/kde4-l10n-nn/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Norwegian Nynorsk messages and documentation for KDE4 +COMMENT= Norwegian Nynorsk messages and documentation for KDE SC 4 KDE4_L10N= nn diff --git a/misc/kde4-l10n-nn/distinfo b/misc/kde4-l10n-nn/distinfo index d1a6a8d19610..398812a25ee1 100644 --- a/misc/kde4-l10n-nn/distinfo +++ b/misc/kde4-l10n-nn/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-nn-4.9.5.tar.xz) = 56e1c9a9179cb451c2c3d15029c7a010b46f162583f50006290b15be65bd1f89 -SIZE (KDE/kde-l10n/kde-l10n-nn-4.9.5.tar.xz) = 1954252 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-nn-4.10.1.tar.xz) = 0d029d99ae494549470b98598267914c864c981114734f089b441567ce295124 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-nn-4.10.1.tar.xz) = 1955028 diff --git a/misc/kde4-l10n-nn/pkg-plist b/misc/kde4-l10n-nn/pkg-plist index e4807c989463..a7a14fba716b 100644 --- a/misc/kde4-l10n-nn/pkg-plist +++ b/misc/kde4-l10n-nn/pkg-plist @@ -108,7 +108,6 @@ share/locale/nn/LC_MESSAGES/kate.mo share/locale/nn/LC_MESSAGES/kate_kttsd.mo share/locale/nn/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/nn/LC_MESSAGES/katebuild-plugin.mo -share/locale/nn/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/nn/LC_MESSAGES/katefilebrowserplugin.mo share/locale/nn/LC_MESSAGES/katefiletemplates.mo share/locale/nn/LC_MESSAGES/kategdbplugin.mo @@ -117,7 +116,6 @@ share/locale/nn/LC_MESSAGES/katekonsoleplugin.mo share/locale/nn/LC_MESSAGES/katemailfilesplugin.mo share/locale/nn/LC_MESSAGES/kateopenheader.mo share/locale/nn/LC_MESSAGES/katepart4.mo -share/locale/nn/LC_MESSAGES/katequickdocumentswitcherplugin.mo share/locale/nn/LC_MESSAGES/katesearch.mo share/locale/nn/LC_MESSAGES/katesnippets_tng.mo share/locale/nn/LC_MESSAGES/katesql.mo @@ -158,7 +156,6 @@ share/locale/nn/LC_MESSAGES/kcm_memory.mo share/locale/nn/LC_MESSAGES/kcm_nepomuk.mo share/locale/nn/LC_MESSAGES/kcm_pci.mo share/locale/nn/LC_MESSAGES/kcm_phonon.mo -share/locale/nn/LC_MESSAGES/kcm_phononxine.mo share/locale/nn/LC_MESSAGES/kcm_platform.mo share/locale/nn/LC_MESSAGES/kcm_solid.mo share/locale/nn/LC_MESSAGES/kcm_solid_actions.mo @@ -299,6 +296,7 @@ share/locale/nn/LC_MESSAGES/kio_sieve.mo share/locale/nn/LC_MESSAGES/kio_smb.mo share/locale/nn/LC_MESSAGES/kio_smtp.mo share/locale/nn/LC_MESSAGES/kio_svn.mo +share/locale/nn/LC_MESSAGES/kio_tags.mo share/locale/nn/LC_MESSAGES/kio_thumbnail.mo share/locale/nn/LC_MESSAGES/kio_timeline.mo share/locale/nn/LC_MESSAGES/kio_trash.mo @@ -473,13 +471,13 @@ share/locale/nn/LC_MESSAGES/libphonon.mo share/locale/nn/LC_MESSAGES/libplasma.mo share/locale/nn/LC_MESSAGES/libplasmaclock.mo share/locale/nn/LC_MESSAGES/libplasmaweather.mo -share/locale/nn/LC_MESSAGES/librtm.mo share/locale/nn/LC_MESSAGES/libtaskmanager.mo share/locale/nn/LC_MESSAGES/lokalize.mo share/locale/nn/LC_MESSAGES/lskat.mo share/locale/nn/LC_MESSAGES/mailreader.mo share/locale/nn/LC_MESSAGES/marble.mo share/locale/nn/LC_MESSAGES/marble_qt.mo +share/locale/nn/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/nn/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/nn/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/nn/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo @@ -563,12 +561,12 @@ share/locale/nn/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/nn/LC_MESSAGES/plasma_applet_news.mo share/locale/nn/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/nn/LC_MESSAGES/plasma_applet_notes.mo -share/locale/nn/LC_MESSAGES/plasma_applet_notifications.mo share/locale/nn/LC_MESSAGES/plasma_applet_notifier.mo share/locale/nn/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nn/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nn/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/nn/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/nn/LC_MESSAGES/plasma_applet_pager.mo share/locale/nn/LC_MESSAGES/plasma_applet_panel.mo @@ -656,21 +654,18 @@ share/locale/nn/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/nn/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/nn/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/nn/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/nn/LC_MESSAGES/plasmaengineexplorer.mo share/locale/nn/LC_MESSAGES/plasmagenericshell.mo share/locale/nn/LC_MESSAGES/plasmapkg.mo -share/locale/nn/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/nn/LC_MESSAGES/plasmoidviewer.mo share/locale/nn/LC_MESSAGES/powerdevil.mo share/locale/nn/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/nn/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/nn/LC_MESSAGES/printer-applet.mo share/locale/nn/LC_MESSAGES/processcore.mo share/locale/nn/LC_MESSAGES/processui.mo share/locale/nn/LC_MESSAGES/randrmonitor.mo share/locale/nn/LC_MESSAGES/rellinks.mo -share/locale/nn/LC_MESSAGES/remote-widgets-browser.mo share/locale/nn/LC_MESSAGES/rocs.mo +share/locale/nn/LC_MESSAGES/rocscore.mo +share/locale/nn/LC_MESSAGES/rocsvisualeditor.mo share/locale/nn/LC_MESSAGES/searchbarplugin.mo share/locale/nn/LC_MESSAGES/solid-hardware.mo share/locale/nn/LC_MESSAGES/solid-network.mo @@ -683,7 +678,6 @@ share/locale/nn/LC_MESSAGES/strigila_diff.mo share/locale/nn/LC_MESSAGES/superkaramba.mo share/locale/nn/LC_MESSAGES/svgpart.mo share/locale/nn/LC_MESSAGES/sweeper.mo -share/locale/nn/LC_MESSAGES/system-config-printer-kde.mo share/locale/nn/LC_MESSAGES/systemsettings.mo share/locale/nn/LC_MESSAGES/tasks-mobile.mo share/locale/nn/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-pa/Makefile b/misc/kde4-l10n-pa/Makefile index 13270a545f9c..6de3c8660deb 100644 --- a/misc/kde4-l10n-pa/Makefile +++ b/misc/kde4-l10n-pa/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Panjabi messages and documentation for KDE4 +COMMENT= Panjabi messages and documentation for KDE SC 4 KDE4_L10N= pa diff --git a/misc/kde4-l10n-pa/distinfo b/misc/kde4-l10n-pa/distinfo index e1e7ab4cb56d..7a5017a403ac 100644 --- a/misc/kde4-l10n-pa/distinfo +++ b/misc/kde4-l10n-pa/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-pa-4.9.5.tar.xz) = d32b0105bedc4934c390f939c0ea8735c0f0c04c0d0b7599d5f4d16745c0695e -SIZE (KDE/kde-l10n/kde-l10n-pa-4.9.5.tar.xz) = 1881288 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-pa-4.10.1.tar.xz) = c05e6812ea635989f4e0b884d695f6c9f8483cf0bc965a7b0cbf94269ec90694 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-pa-4.10.1.tar.xz) = 1916780 diff --git a/misc/kde4-l10n-pa/pkg-plist b/misc/kde4-l10n-pa/pkg-plist index 65c89287ba3b..94d51f7d57d5 100644 --- a/misc/kde4-l10n-pa/pkg-plist +++ b/misc/kde4-l10n-pa/pkg-plist @@ -23,6 +23,8 @@ share/locale/pa/LC_MESSAGES/accountwizard_kolab.mo share/locale/pa/LC_MESSAGES/accountwizard_mailbox.mo share/locale/pa/LC_MESSAGES/accountwizard_maildir.mo share/locale/pa/LC_MESSAGES/accountwizard_pop3.mo +share/locale/pa/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/pa/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/pa/LC_MESSAGES/adblock.mo share/locale/pa/LC_MESSAGES/akonadi-filestore.mo share/locale/pa/LC_MESSAGES/akonadi_birthdays_resource.mo @@ -44,7 +46,7 @@ share/locale/pa/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/pa/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/pa/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/pa/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/pa/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/pa/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/pa/LC_MESSAGES/akonadi_next.mo share/locale/pa/LC_MESSAGES/akonadi_nntp_resource.mo @@ -84,6 +86,7 @@ share/locale/pa/LC_MESSAGES/drkonqi.mo share/locale/pa/LC_MESSAGES/filelight.mo share/locale/pa/LC_MESSAGES/filetypes.mo share/locale/pa/LC_MESSAGES/fileviewgitplugin.mo +share/locale/pa/LC_MESSAGES/fileviewhgplugin.mo share/locale/pa/LC_MESSAGES/fileviewsvnplugin.mo share/locale/pa/LC_MESSAGES/freespacenotifier.mo share/locale/pa/LC_MESSAGES/fsview.mo @@ -104,6 +107,7 @@ share/locale/pa/LC_MESSAGES/kabcclient.mo share/locale/pa/LC_MESSAGES/kabcformat_binary.mo share/locale/pa/LC_MESSAGES/kaccess.mo share/locale/pa/LC_MESSAGES/kactivitymanagerd.mo +share/locale/pa/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/pa/LC_MESSAGES/kaddressbook-mobile.mo share/locale/pa/LC_MESSAGES/kaddressbook.mo share/locale/pa/LC_MESSAGES/kaddressbookmigrator.mo @@ -116,7 +120,6 @@ share/locale/pa/LC_MESSAGES/kate.mo share/locale/pa/LC_MESSAGES/kate_kttsd.mo share/locale/pa/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/pa/LC_MESSAGES/katebuild-plugin.mo -share/locale/pa/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/pa/LC_MESSAGES/katefilebrowserplugin.mo share/locale/pa/LC_MESSAGES/katefiletemplates.mo share/locale/pa/LC_MESSAGES/kategdbplugin.mo @@ -125,7 +128,7 @@ share/locale/pa/LC_MESSAGES/katekonsoleplugin.mo share/locale/pa/LC_MESSAGES/katemailfilesplugin.mo share/locale/pa/LC_MESSAGES/kateopenheader.mo share/locale/pa/LC_MESSAGES/katepart4.mo -share/locale/pa/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/pa/LC_MESSAGES/kateproject.mo share/locale/pa/LC_MESSAGES/katesearch.mo share/locale/pa/LC_MESSAGES/katesnippets_tng.mo share/locale/pa/LC_MESSAGES/katesymbolviewer.mo @@ -146,6 +149,7 @@ share/locale/pa/LC_MESSAGES/kcalc.mo share/locale/pa/LC_MESSAGES/kcertpart.mo share/locale/pa/LC_MESSAGES/kcharselect.mo share/locale/pa/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/pa/LC_MESSAGES/kcm_activities.mo share/locale/pa/LC_MESSAGES/kcm_akonadi.mo share/locale/pa/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pa/LC_MESSAGES/kcm_attica.mo @@ -163,7 +167,6 @@ share/locale/pa/LC_MESSAGES/kcm_memory.mo share/locale/pa/LC_MESSAGES/kcm_nepomuk.mo share/locale/pa/LC_MESSAGES/kcm_pci.mo share/locale/pa/LC_MESSAGES/kcm_phonon.mo -share/locale/pa/LC_MESSAGES/kcm_phononxine.mo share/locale/pa/LC_MESSAGES/kcm_platform.mo share/locale/pa/LC_MESSAGES/kcm_solid.mo share/locale/pa/LC_MESSAGES/kcm_solid_actions.mo @@ -304,6 +307,7 @@ share/locale/pa/LC_MESSAGES/kio_sieve.mo share/locale/pa/LC_MESSAGES/kio_smb.mo share/locale/pa/LC_MESSAGES/kio_smtp.mo share/locale/pa/LC_MESSAGES/kio_svn.mo +share/locale/pa/LC_MESSAGES/kio_tags.mo share/locale/pa/LC_MESSAGES/kio_thumbnail.mo share/locale/pa/LC_MESSAGES/kio_timeline.mo share/locale/pa/LC_MESSAGES/kio_trash.mo @@ -359,6 +363,7 @@ share/locale/pa/LC_MESSAGES/kppp.mo share/locale/pa/LC_MESSAGES/kppplogview.mo share/locale/pa/LC_MESSAGES/kquitapp.mo share/locale/pa/LC_MESSAGES/krandr.mo +share/locale/pa/LC_MESSAGES/krcdnotifieritem.mo share/locale/pa/LC_MESSAGES/krdb.mo share/locale/pa/LC_MESSAGES/krdc.mo share/locale/pa/LC_MESSAGES/kreadconfig.mo @@ -372,6 +377,8 @@ share/locale/pa/LC_MESSAGES/kruler.mo share/locale/pa/LC_MESSAGES/krunner.mo share/locale/pa/LC_MESSAGES/ksaneplugin.mo share/locale/pa/LC_MESSAGES/kscd.mo +share/locale/pa/LC_MESSAGES/kscreenlocker.mo +share/locale/pa/LC_MESSAGES/kscreenlocker_greet.mo share/locale/pa/LC_MESSAGES/kscreensaver.mo share/locale/pa/LC_MESSAGES/ksendemail.mo share/locale/pa/LC_MESSAGES/kshellcmdplugin.mo @@ -399,6 +406,7 @@ share/locale/pa/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/pa/LC_MESSAGES/ktimer.mo share/locale/pa/LC_MESSAGES/ktimetracker.mo share/locale/pa/LC_MESSAGES/ktouch.mo +share/locale/pa/LC_MESSAGES/ktouchpadenabler.mo share/locale/pa/LC_MESSAGES/ktraderclient.mo share/locale/pa/LC_MESSAGES/ktuberling.mo share/locale/pa/LC_MESSAGES/kturtle.mo @@ -465,12 +473,12 @@ share/locale/pa/LC_MESSAGES/libmessagecore.mo share/locale/pa/LC_MESSAGES/libmessagelist.mo share/locale/pa/LC_MESSAGES/libmessageviewer.mo share/locale/pa/LC_MESSAGES/liboktetacore.mo +share/locale/pa/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/pa/LC_MESSAGES/libphonon.mo share/locale/pa/LC_MESSAGES/libplasma.mo share/locale/pa/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/pa/LC_MESSAGES/libplasmaclock.mo share/locale/pa/LC_MESSAGES/libplasmaweather.mo -share/locale/pa/LC_MESSAGES/librtm.mo share/locale/pa/LC_MESSAGES/libtaskmanager.mo share/locale/pa/LC_MESSAGES/libtemplateparser.mo share/locale/pa/LC_MESSAGES/lokalize.mo @@ -486,12 +494,14 @@ share/locale/pa/LC_MESSAGES/minitoolsplugin.mo share/locale/pa/LC_MESSAGES/mplayerthumbs.mo share/locale/pa/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/pa/LC_MESSAGES/nepomukbackup.mo +share/locale/pa/LC_MESSAGES/nepomukcleaner.mo share/locale/pa/LC_MESSAGES/nepomukcontroller.mo share/locale/pa/LC_MESSAGES/nepomukfileindexer.mo share/locale/pa/LC_MESSAGES/nepomukqueryservice.mo share/locale/pa/LC_MESSAGES/nepomukserver.mo share/locale/pa/LC_MESSAGES/nepomukservicestub.mo share/locale/pa/LC_MESSAGES/nepomukstorage.mo +share/locale/pa/LC_MESSAGES/nepomukwidgets.mo share/locale/pa/LC_MESSAGES/newmailnotifieragent.mo share/locale/pa/LC_MESSAGES/notes-mobile.mo share/locale/pa/LC_MESSAGES/nsplugin.mo @@ -514,6 +524,7 @@ share/locale/pa/LC_MESSAGES/okular_plucker.mo share/locale/pa/LC_MESSAGES/okular_poppler.mo share/locale/pa/LC_MESSAGES/okular_tiff.mo share/locale/pa/LC_MESSAGES/okular_xps.mo +share/locale/pa/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/pa/LC_MESSAGES/parley.mo share/locale/pa/LC_MESSAGES/phonon_gstreamer.mo share/locale/pa/LC_MESSAGES/phonon_kde.mo @@ -568,12 +579,12 @@ share/locale/pa/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/pa/LC_MESSAGES/plasma_applet_news.mo share/locale/pa/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/pa/LC_MESSAGES/plasma_applet_notes.mo -share/locale/pa/LC_MESSAGES/plasma_applet_notifications.mo share/locale/pa/LC_MESSAGES/plasma_applet_notifier.mo share/locale/pa/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pa/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pa/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/pa/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/pa/LC_MESSAGES/plasma_applet_pager.mo share/locale/pa/LC_MESSAGES/plasma_applet_panel.mo @@ -669,22 +680,21 @@ share/locale/pa/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/pa/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/pa/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/pa/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/pa/LC_MESSAGES/plasmaengineexplorer.mo share/locale/pa/LC_MESSAGES/plasmagenericshell.mo share/locale/pa/LC_MESSAGES/plasmapkg.mo -share/locale/pa/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/pa/LC_MESSAGES/plasmoidviewer.mo +share/locale/pa/LC_MESSAGES/pothumbnail.mo share/locale/pa/LC_MESSAGES/powerdevil.mo share/locale/pa/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/pa/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/pa/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/pa/LC_MESSAGES/printer-applet.mo +share/locale/pa/LC_MESSAGES/print-manager.mo share/locale/pa/LC_MESSAGES/processcore.mo share/locale/pa/LC_MESSAGES/processui.mo share/locale/pa/LC_MESSAGES/randrmonitor.mo share/locale/pa/LC_MESSAGES/rellinks.mo -share/locale/pa/LC_MESSAGES/remote-widgets-browser.mo share/locale/pa/LC_MESSAGES/rocs.mo +share/locale/pa/LC_MESSAGES/rocscore.mo +share/locale/pa/LC_MESSAGES/rocsvisualeditor.mo share/locale/pa/LC_MESSAGES/searchbarplugin.mo share/locale/pa/LC_MESSAGES/solid-hardware.mo share/locale/pa/LC_MESSAGES/solid-network.mo @@ -697,7 +707,6 @@ share/locale/pa/LC_MESSAGES/strigila_diff.mo share/locale/pa/LC_MESSAGES/superkaramba.mo share/locale/pa/LC_MESSAGES/svgpart.mo share/locale/pa/LC_MESSAGES/sweeper.mo -share/locale/pa/LC_MESSAGES/system-config-printer-kde.mo share/locale/pa/LC_MESSAGES/systemsettings.mo share/locale/pa/LC_MESSAGES/tasks-mobile.mo share/locale/pa/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-ro/Makefile b/misc/kde4-l10n-ro/Makefile index 3a460fb0c058..b80f159febf4 100644 --- a/misc/kde4-l10n-ro/Makefile +++ b/misc/kde4-l10n-ro/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Romanian messages and documentation for KDE4 +COMMENT= Romanian messages and documentation for KDE SC 4 KDE4_L10N= ro diff --git a/misc/kde4-l10n-ro/distinfo b/misc/kde4-l10n-ro/distinfo index 2ee6cc573d31..0c38bade0aa8 100644 --- a/misc/kde4-l10n-ro/distinfo +++ b/misc/kde4-l10n-ro/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ro-4.9.5.tar.xz) = 18812e8eb2201adebed73df65eec593733ca26975eddcf32666af64f58e6ed38 -SIZE (KDE/kde-l10n/kde-l10n-ro-4.9.5.tar.xz) = 2988272 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ro-4.10.1.tar.xz) = e32efd72ff27846921eab5b62a62cabba4baeb71370aaab085f3c3d7bef6bd39 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ro-4.10.1.tar.xz) = 3037820 diff --git a/misc/kde4-l10n-ro/pkg-plist b/misc/kde4-l10n-ro/pkg-plist index 706d9442b98a..e05b0270c853 100644 --- a/misc/kde4-l10n-ro/pkg-plist +++ b/misc/kde4-l10n-ro/pkg-plist @@ -73,8 +73,11 @@ share/locale/ro/LC_MESSAGES/accountwizard_kolab.mo share/locale/ro/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ro/LC_MESSAGES/accountwizard_maildir.mo share/locale/ro/LC_MESSAGES/accountwizard_pop3.mo +share/locale/ro/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/ro/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/ro/LC_MESSAGES/adblock.mo share/locale/ro/LC_MESSAGES/akonadi-filestore.mo +share/locale/ro/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/ro/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ro/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ro/LC_MESSAGES/akonadi_davgroupware_resource.mo @@ -90,11 +93,12 @@ share/locale/ro/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ro/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ro/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ro/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/ro/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ro/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ro/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ro/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ro/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/ro/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ro/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ro/LC_MESSAGES/akonadi_next.mo share/locale/ro/LC_MESSAGES/akonadi_nntp_resource.mo @@ -140,6 +144,7 @@ share/locale/ro/LC_MESSAGES/gwenview.mo share/locale/ro/LC_MESSAGES/htmlsearch.mo share/locale/ro/LC_MESSAGES/imagerename_plugin.mo share/locale/ro/LC_MESSAGES/imgalleryplugin.mo +share/locale/ro/LC_MESSAGES/importwizard.mo share/locale/ro/LC_MESSAGES/jovie.mo share/locale/ro/LC_MESSAGES/joystick.mo share/locale/ro/LC_MESSAGES/juk.mo @@ -153,6 +158,7 @@ share/locale/ro/LC_MESSAGES/kabcclient.mo share/locale/ro/LC_MESSAGES/kabcformat_binary.mo share/locale/ro/LC_MESSAGES/kaccess.mo share/locale/ro/LC_MESSAGES/kactivitymanagerd.mo +share/locale/ro/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/ro/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ro/LC_MESSAGES/kaddressbook.mo share/locale/ro/LC_MESSAGES/kaddressbookmigrator.mo @@ -166,7 +172,6 @@ share/locale/ro/LC_MESSAGES/kate.mo share/locale/ro/LC_MESSAGES/kate_kttsd.mo share/locale/ro/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ro/LC_MESSAGES/katebuild-plugin.mo -share/locale/ro/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/ro/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ro/LC_MESSAGES/katefiletemplates.mo share/locale/ro/LC_MESSAGES/kategdbplugin.mo @@ -175,7 +180,6 @@ share/locale/ro/LC_MESSAGES/katekonsoleplugin.mo share/locale/ro/LC_MESSAGES/katemailfilesplugin.mo share/locale/ro/LC_MESSAGES/kateopenheader.mo share/locale/ro/LC_MESSAGES/katepart4.mo -share/locale/ro/LC_MESSAGES/katequickdocumentswitcherplugin.mo share/locale/ro/LC_MESSAGES/katesearch.mo share/locale/ro/LC_MESSAGES/katesnippets_tng.mo share/locale/ro/LC_MESSAGES/katesql.mo @@ -199,6 +203,7 @@ share/locale/ro/LC_MESSAGES/kcalc.mo share/locale/ro/LC_MESSAGES/kcertpart.mo share/locale/ro/LC_MESSAGES/kcharselect.mo share/locale/ro/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ro/LC_MESSAGES/kcm_activities.mo share/locale/ro/LC_MESSAGES/kcm_akonadi.mo share/locale/ro/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ro/LC_MESSAGES/kcm_attica.mo @@ -216,7 +221,6 @@ share/locale/ro/LC_MESSAGES/kcm_memory.mo share/locale/ro/LC_MESSAGES/kcm_nepomuk.mo share/locale/ro/LC_MESSAGES/kcm_pci.mo share/locale/ro/LC_MESSAGES/kcm_phonon.mo -share/locale/ro/LC_MESSAGES/kcm_phononxine.mo share/locale/ro/LC_MESSAGES/kcm_platform.mo share/locale/ro/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ro/LC_MESSAGES/kcm_solid.mo @@ -333,6 +337,7 @@ share/locale/ro/LC_MESSAGES/kimagemapeditor.mo share/locale/ro/LC_MESSAGES/kinetd.mo share/locale/ro/LC_MESSAGES/kinfocenter.mo share/locale/ro/LC_MESSAGES/kio4.mo +share/locale/ro/LC_MESSAGES/kio_activities.mo share/locale/ro/LC_MESSAGES/kio_akonadi.mo share/locale/ro/LC_MESSAGES/kio_applications.mo share/locale/ro/LC_MESSAGES/kio_archive.mo @@ -360,12 +365,14 @@ share/locale/ro/LC_MESSAGES/kio_sieve.mo share/locale/ro/LC_MESSAGES/kio_smb.mo share/locale/ro/LC_MESSAGES/kio_smtp.mo share/locale/ro/LC_MESSAGES/kio_svn.mo +share/locale/ro/LC_MESSAGES/kio_tags.mo share/locale/ro/LC_MESSAGES/kio_thumbnail.mo share/locale/ro/LC_MESSAGES/kio_timeline.mo share/locale/ro/LC_MESSAGES/kio_trash.mo share/locale/ro/LC_MESSAGES/kio_zeroconf.mo share/locale/ro/LC_MESSAGES/kioclient.mo share/locale/ro/LC_MESSAGES/kioexec.mo +share/locale/ro/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/ro/LC_MESSAGES/kiriki.mo share/locale/ro/LC_MESSAGES/kiten.mo share/locale/ro/LC_MESSAGES/kjots.mo @@ -431,6 +438,8 @@ share/locale/ro/LC_MESSAGES/kruler.mo share/locale/ro/LC_MESSAGES/krunner.mo share/locale/ro/LC_MESSAGES/ksaneplugin.mo share/locale/ro/LC_MESSAGES/kscd.mo +share/locale/ro/LC_MESSAGES/kscreenlocker.mo +share/locale/ro/LC_MESSAGES/kscreenlocker_greet.mo share/locale/ro/LC_MESSAGES/kscreensaver.mo share/locale/ro/LC_MESSAGES/ksendemail.mo share/locale/ro/LC_MESSAGES/kshellcmdplugin.mo @@ -460,6 +469,7 @@ share/locale/ro/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ro/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ro/LC_MESSAGES/ktimer.mo share/locale/ro/LC_MESSAGES/ktimetracker.mo +share/locale/ro/LC_MESSAGES/ktnef.mo share/locale/ro/LC_MESSAGES/ktouch.mo share/locale/ro/LC_MESSAGES/ktraderclient.mo share/locale/ro/LC_MESSAGES/ktron.mo @@ -507,6 +517,7 @@ share/locale/ro/LC_MESSAGES/libkdepimmobileui.mo share/locale/ro/LC_MESSAGES/libkexiv2.mo share/locale/ro/LC_MESSAGES/libkholidays.mo share/locale/ro/LC_MESSAGES/libkimap.mo +share/locale/ro/LC_MESSAGES/libkipi.mo share/locale/ro/LC_MESSAGES/libkldap.mo share/locale/ro/LC_MESSAGES/libkleopatra.mo share/locale/ro/LC_MESSAGES/libkmahjongg.mo @@ -535,12 +546,13 @@ share/locale/ro/LC_MESSAGES/libmessagelist.mo share/locale/ro/LC_MESSAGES/libmessageviewer.mo share/locale/ro/LC_MESSAGES/liboktetacore.mo share/locale/ro/LC_MESSAGES/liboktetakasten.mo +share/locale/ro/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ro/LC_MESSAGES/libphonon.mo +share/locale/ro/LC_MESSAGES/libpimcommon.mo share/locale/ro/LC_MESSAGES/libplasma.mo share/locale/ro/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ro/LC_MESSAGES/libplasmaclock.mo share/locale/ro/LC_MESSAGES/libplasmaweather.mo -share/locale/ro/LC_MESSAGES/librtm.mo share/locale/ro/LC_MESSAGES/libtaskmanager.mo share/locale/ro/LC_MESSAGES/libtemplateparser.mo share/locale/ro/LC_MESSAGES/lokalize.mo @@ -548,6 +560,7 @@ share/locale/ro/LC_MESSAGES/lskat.mo share/locale/ro/LC_MESSAGES/mailreader.mo share/locale/ro/LC_MESSAGES/marble.mo share/locale/ro/LC_MESSAGES/marble_qt.mo +share/locale/ro/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/ro/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ro/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/ro/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo @@ -556,12 +569,14 @@ share/locale/ro/LC_MESSAGES/minitoolsplugin.mo share/locale/ro/LC_MESSAGES/mplayerthumbs.mo share/locale/ro/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ro/LC_MESSAGES/nepomukbackup.mo +share/locale/ro/LC_MESSAGES/nepomukcleaner.mo share/locale/ro/LC_MESSAGES/nepomukcontroller.mo share/locale/ro/LC_MESSAGES/nepomukfileindexer.mo share/locale/ro/LC_MESSAGES/nepomukqueryservice.mo share/locale/ro/LC_MESSAGES/nepomukserver.mo share/locale/ro/LC_MESSAGES/nepomukservicestub.mo share/locale/ro/LC_MESSAGES/nepomukstorage.mo +share/locale/ro/LC_MESSAGES/nepomukwidgets.mo share/locale/ro/LC_MESSAGES/notes-mobile.mo share/locale/ro/LC_MESSAGES/nsplugin.mo share/locale/ro/LC_MESSAGES/okteta.mo @@ -582,6 +597,7 @@ share/locale/ro/LC_MESSAGES/okular_plucker.mo share/locale/ro/LC_MESSAGES/okular_poppler.mo share/locale/ro/LC_MESSAGES/okular_tiff.mo share/locale/ro/LC_MESSAGES/okular_xps.mo +share/locale/ro/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/ro/LC_MESSAGES/palapeli.mo share/locale/ro/LC_MESSAGES/parley.mo share/locale/ro/LC_MESSAGES/phonon_gstreamer.mo @@ -634,12 +650,12 @@ share/locale/ro/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ro/LC_MESSAGES/plasma_applet_news.mo share/locale/ro/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ro/LC_MESSAGES/plasma_applet_notes.mo -share/locale/ro/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ro/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ro/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ro/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ro/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ro/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ro/LC_MESSAGES/plasma_applet_pager.mo share/locale/ro/LC_MESSAGES/plasma_applet_panel.mo @@ -648,6 +664,7 @@ share/locale/ro/LC_MESSAGES/plasma_applet_paste.mo share/locale/ro/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/ro/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/ro/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ro/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/ro/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/ro/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ro/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -683,6 +700,7 @@ share/locale/ro/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ro/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ro/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ro/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/ro/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/ro/LC_MESSAGES/plasma_engine_network.mo share/locale/ro/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ro/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -690,6 +708,7 @@ share/locale/ro/LC_MESSAGES/plasma_engine_rss.mo share/locale/ro/LC_MESSAGES/plasma_engine_share.mo share/locale/ro/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ro/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ro/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/ro/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ro/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ro/LC_MESSAGES/plasma_runner_CharacterRunner.mo @@ -708,6 +727,7 @@ share/locale/ro/LC_MESSAGES/plasma_runner_kill.mo share/locale/ro/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ro/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ro/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ro/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/ro/LC_MESSAGES/plasma_runner_locations.mo share/locale/ro/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/ro/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo @@ -733,22 +753,20 @@ share/locale/ro/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ro/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ro/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/ro/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/ro/LC_MESSAGES/plasmaengineexplorer.mo share/locale/ro/LC_MESSAGES/plasmagenericshell.mo share/locale/ro/LC_MESSAGES/plasmapkg.mo -share/locale/ro/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/ro/LC_MESSAGES/plasmoidviewer.mo share/locale/ro/LC_MESSAGES/powerdevil.mo share/locale/ro/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ro/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ro/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/ro/LC_MESSAGES/printer-applet.mo +share/locale/ro/LC_MESSAGES/print-manager.mo share/locale/ro/LC_MESSAGES/processcore.mo share/locale/ro/LC_MESSAGES/processui.mo share/locale/ro/LC_MESSAGES/randrmonitor.mo share/locale/ro/LC_MESSAGES/rellinks.mo -share/locale/ro/LC_MESSAGES/remote-widgets-browser.mo share/locale/ro/LC_MESSAGES/rocs.mo +share/locale/ro/LC_MESSAGES/rocscore.mo +share/locale/ro/LC_MESSAGES/rocsvisualeditor.mo share/locale/ro/LC_MESSAGES/searchbarplugin.mo share/locale/ro/LC_MESSAGES/solid-hardware.mo share/locale/ro/LC_MESSAGES/solid-network.mo @@ -761,7 +779,6 @@ share/locale/ro/LC_MESSAGES/strigila_diff.mo share/locale/ro/LC_MESSAGES/superkaramba.mo share/locale/ro/LC_MESSAGES/svgpart.mo share/locale/ro/LC_MESSAGES/sweeper.mo -share/locale/ro/LC_MESSAGES/system-config-printer-kde.mo share/locale/ro/LC_MESSAGES/systemsettings.mo share/locale/ro/LC_MESSAGES/tasks-mobile.mo share/locale/ro/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-si/Makefile b/misc/kde4-l10n-si/Makefile index 1d7b50a620f2..93d9b96f080d 100644 --- a/misc/kde4-l10n-si/Makefile +++ b/misc/kde4-l10n-si/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Sinhalese messages and documentation for KDE4 +COMMENT= Sinhalese messages and documentation for KDE SC 4 KDE4_L10N= si diff --git a/misc/kde4-l10n-si/distinfo b/misc/kde4-l10n-si/distinfo index c3fc1638fb30..11e1c927ff5b 100644 --- a/misc/kde4-l10n-si/distinfo +++ b/misc/kde4-l10n-si/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-si-4.9.5.tar.xz) = 9a01756a2f60325cdfd9005ff33c1c4552f1f6d344e02209a97d567ce98ddf0a -SIZE (KDE/kde-l10n/kde-l10n-si-4.9.5.tar.xz) = 1043912 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-si-4.10.1.tar.xz) = c1dde26da6c52ee1f82e7d3b27ebc7c030144d72b735f7898ae55c39e78ab016 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-si-4.10.1.tar.xz) = 1063964 diff --git a/misc/kde4-l10n-si/pkg-plist b/misc/kde4-l10n-si/pkg-plist index 1b7898f553bf..369a5d11a76c 100644 --- a/misc/kde4-l10n-si/pkg-plist +++ b/misc/kde4-l10n-si/pkg-plist @@ -44,7 +44,6 @@ share/locale/si/LC_MESSAGES/kcm_memory.mo share/locale/si/LC_MESSAGES/kcm_nepomuk.mo share/locale/si/LC_MESSAGES/kcm_pci.mo share/locale/si/LC_MESSAGES/kcm_phonon.mo -share/locale/si/LC_MESSAGES/kcm_phononxine.mo share/locale/si/LC_MESSAGES/kcm_platform.mo share/locale/si/LC_MESSAGES/kcm_solid.mo share/locale/si/LC_MESSAGES/kcm_solid_actions.mo @@ -291,11 +290,8 @@ share/locale/si/LC_MESSAGES/plasma_runner_windows.mo share/locale/si/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/si/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/si/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/si/LC_MESSAGES/plasmaengineexplorer.mo share/locale/si/LC_MESSAGES/plasmagenericshell.mo share/locale/si/LC_MESSAGES/plasmapkg.mo -share/locale/si/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/si/LC_MESSAGES/plasmoidviewer.mo share/locale/si/LC_MESSAGES/powerdevil.mo share/locale/si/LC_MESSAGES/processcore.mo share/locale/si/LC_MESSAGES/processui.mo diff --git a/misc/kde4-l10n-sk/Makefile b/misc/kde4-l10n-sk/Makefile index a349baf439d6..9116499a1d70 100644 --- a/misc/kde4-l10n-sk/Makefile +++ b/misc/kde4-l10n-sk/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Slovak messages and documentation for KDE4 +COMMENT= Slovak messages and documentation for KDE SC 4 KDE4_L10N= sk diff --git a/misc/kde4-l10n-sk/distinfo b/misc/kde4-l10n-sk/distinfo index 2069876fc0e6..bb0fc2cebb09 100644 --- a/misc/kde4-l10n-sk/distinfo +++ b/misc/kde4-l10n-sk/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-sk-4.9.5.tar.xz) = 813a10ba68296d00cbc0c7b1bc66d00206de946b4de000d8138c47e8ba1c5951 -SIZE (KDE/kde-l10n/kde-l10n-sk-4.9.5.tar.xz) = 4311328 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-sk-4.10.1.tar.xz) = f715911c7c4b4319c339ca207589cf0136ae97d1262cc756b3e107b1ef79a3b2 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-sk-4.10.1.tar.xz) = 4357904 diff --git a/misc/kde4-l10n-sk/pkg-plist b/misc/kde4-l10n-sk/pkg-plist index 211346e6f088..96359edc8ba6 100644 --- a/misc/kde4-l10n-sk/pkg-plist +++ b/misc/kde4-l10n-sk/pkg-plist @@ -6,6 +6,8 @@ share/locale/sk/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sk/LC_MESSAGES/accountwizard_maildir.mo share/locale/sk/LC_MESSAGES/accountwizard_pop3.mo share/locale/sk/LC_MESSAGES/accountwizard_tine20.mo +share/locale/sk/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/sk/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/sk/LC_MESSAGES/adblock.mo share/locale/sk/LC_MESSAGES/akonadi-filestore.mo share/locale/sk/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -14,6 +16,7 @@ share/locale/sk/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sk/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sk/LC_MESSAGES/akonadi_google_resource.mo share/locale/sk/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/sk/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/sk/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sk/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/sk/LC_MESSAGES/akonadi_kabc_resource.mo @@ -31,7 +34,7 @@ share/locale/sk/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sk/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sk/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/sk/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/sk/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/sk/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/sk/LC_MESSAGES/akonadi_next.mo share/locale/sk/LC_MESSAGES/akonadi_nntp_resource.mo @@ -56,7 +59,6 @@ share/locale/sk/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sk/LC_MESSAGES/audiorename_plugin.mo share/locale/sk/LC_MESSAGES/autorefresh.mo share/locale/sk/LC_MESSAGES/babelfish.mo -share/locale/sk/LC_MESSAGES/backupmail.mo share/locale/sk/LC_MESSAGES/blinken.mo share/locale/sk/LC_MESSAGES/blogilo.mo share/locale/sk/LC_MESSAGES/bomber.mo @@ -117,7 +119,6 @@ share/locale/sk/LC_MESSAGES/kate.mo share/locale/sk/LC_MESSAGES/kate_kttsd.mo share/locale/sk/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/sk/LC_MESSAGES/katebuild-plugin.mo -share/locale/sk/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/sk/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sk/LC_MESSAGES/katefiletemplates.mo share/locale/sk/LC_MESSAGES/kategdbplugin.mo @@ -126,9 +127,10 @@ share/locale/sk/LC_MESSAGES/katekonsoleplugin.mo share/locale/sk/LC_MESSAGES/katemailfilesplugin.mo share/locale/sk/LC_MESSAGES/kateopenheader.mo share/locale/sk/LC_MESSAGES/katepart4.mo -share/locale/sk/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/sk/LC_MESSAGES/kateproject.mo share/locale/sk/LC_MESSAGES/katesearch.mo share/locale/sk/LC_MESSAGES/katesnippets_tng.mo +share/locale/sk/LC_MESSAGES/katesnippetsplugin.mo share/locale/sk/LC_MESSAGES/katesql.mo share/locale/sk/LC_MESSAGES/katesymbolviewer.mo share/locale/sk/LC_MESSAGES/katetabbarextension.mo @@ -151,6 +153,7 @@ share/locale/sk/LC_MESSAGES/kcalc.mo share/locale/sk/LC_MESSAGES/kcertpart.mo share/locale/sk/LC_MESSAGES/kcharselect.mo share/locale/sk/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sk/LC_MESSAGES/kcm_activities.mo share/locale/sk/LC_MESSAGES/kcm_akonadi.mo share/locale/sk/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sk/LC_MESSAGES/kcm_attica.mo @@ -168,7 +171,6 @@ share/locale/sk/LC_MESSAGES/kcm_memory.mo share/locale/sk/LC_MESSAGES/kcm_nepomuk.mo share/locale/sk/LC_MESSAGES/kcm_pci.mo share/locale/sk/LC_MESSAGES/kcm_phonon.mo -share/locale/sk/LC_MESSAGES/kcm_phononxine.mo share/locale/sk/LC_MESSAGES/kcm_platform.mo share/locale/sk/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sk/LC_MESSAGES/kcm_solid.mo @@ -315,12 +317,14 @@ share/locale/sk/LC_MESSAGES/kio_sieve.mo share/locale/sk/LC_MESSAGES/kio_smb.mo share/locale/sk/LC_MESSAGES/kio_smtp.mo share/locale/sk/LC_MESSAGES/kio_svn.mo +share/locale/sk/LC_MESSAGES/kio_tags.mo share/locale/sk/LC_MESSAGES/kio_thumbnail.mo share/locale/sk/LC_MESSAGES/kio_timeline.mo share/locale/sk/LC_MESSAGES/kio_trash.mo share/locale/sk/LC_MESSAGES/kio_zeroconf.mo share/locale/sk/LC_MESSAGES/kioclient.mo share/locale/sk/LC_MESSAGES/kioexec.mo +share/locale/sk/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/sk/LC_MESSAGES/kiriki.mo share/locale/sk/LC_MESSAGES/kiten.mo share/locale/sk/LC_MESSAGES/kjots.mo @@ -390,8 +394,11 @@ share/locale/sk/LC_MESSAGES/kruler.mo share/locale/sk/LC_MESSAGES/krunner.mo share/locale/sk/LC_MESSAGES/ksaneplugin.mo share/locale/sk/LC_MESSAGES/kscd.mo +share/locale/sk/LC_MESSAGES/kscreenlocker.mo +share/locale/sk/LC_MESSAGES/kscreenlocker_greet.mo share/locale/sk/LC_MESSAGES/kscreensaver.mo share/locale/sk/LC_MESSAGES/ksendemail.mo +share/locale/sk/LC_MESSAGES/ksgrd.mo share/locale/sk/LC_MESSAGES/kshellcmdplugin.mo share/locale/sk/LC_MESSAGES/kshisen.mo share/locale/sk/LC_MESSAGES/kshorturifilter.mo @@ -421,6 +428,7 @@ share/locale/sk/LC_MESSAGES/ktimer.mo share/locale/sk/LC_MESSAGES/ktimetracker.mo share/locale/sk/LC_MESSAGES/ktnef.mo share/locale/sk/LC_MESSAGES/ktouch.mo +share/locale/sk/LC_MESSAGES/ktouchpadenabler.mo share/locale/sk/LC_MESSAGES/ktraderclient.mo share/locale/sk/LC_MESSAGES/ktron.mo share/locale/sk/LC_MESSAGES/ktuberling.mo @@ -467,6 +475,7 @@ share/locale/sk/LC_MESSAGES/libkdepimmobileui.mo share/locale/sk/LC_MESSAGES/libkexiv2.mo share/locale/sk/LC_MESSAGES/libkholidays.mo share/locale/sk/LC_MESSAGES/libkimap.mo +share/locale/sk/LC_MESSAGES/libkipi.mo share/locale/sk/LC_MESSAGES/libkldap.mo share/locale/sk/LC_MESSAGES/libkleopatra.mo share/locale/sk/LC_MESSAGES/libkmahjongg.mo @@ -498,11 +507,11 @@ share/locale/sk/LC_MESSAGES/liboktetagui.mo share/locale/sk/LC_MESSAGES/liboktetakasten.mo share/locale/sk/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sk/LC_MESSAGES/libphonon.mo +share/locale/sk/LC_MESSAGES/libpimcommon.mo share/locale/sk/LC_MESSAGES/libplasma.mo share/locale/sk/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/sk/LC_MESSAGES/libplasmaclock.mo share/locale/sk/LC_MESSAGES/libplasmaweather.mo -share/locale/sk/LC_MESSAGES/librtm.mo share/locale/sk/LC_MESSAGES/libtaskmanager.mo share/locale/sk/LC_MESSAGES/libtemplateparser.mo share/locale/sk/LC_MESSAGES/lokalize.mo @@ -510,6 +519,7 @@ share/locale/sk/LC_MESSAGES/lskat.mo share/locale/sk/LC_MESSAGES/mailreader.mo share/locale/sk/LC_MESSAGES/marble.mo share/locale/sk/LC_MESSAGES/marble_qt.mo +share/locale/sk/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/sk/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/sk/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/sk/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -519,12 +529,14 @@ share/locale/sk/LC_MESSAGES/minitoolsplugin.mo share/locale/sk/LC_MESSAGES/mplayerthumbs.mo share/locale/sk/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/sk/LC_MESSAGES/nepomukbackup.mo +share/locale/sk/LC_MESSAGES/nepomukcleaner.mo share/locale/sk/LC_MESSAGES/nepomukcontroller.mo share/locale/sk/LC_MESSAGES/nepomukfileindexer.mo share/locale/sk/LC_MESSAGES/nepomukqueryservice.mo share/locale/sk/LC_MESSAGES/nepomukserver.mo share/locale/sk/LC_MESSAGES/nepomukservicestub.mo share/locale/sk/LC_MESSAGES/nepomukstorage.mo +share/locale/sk/LC_MESSAGES/nepomukwidgets.mo share/locale/sk/LC_MESSAGES/newmailnotifieragent.mo share/locale/sk/LC_MESSAGES/notes-mobile.mo share/locale/sk/LC_MESSAGES/nsplugin.mo @@ -547,13 +559,17 @@ share/locale/sk/LC_MESSAGES/okular_plucker.mo share/locale/sk/LC_MESSAGES/okular_poppler.mo share/locale/sk/LC_MESSAGES/okular_tiff.mo share/locale/sk/LC_MESSAGES/okular_xps.mo +share/locale/sk/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/sk/LC_MESSAGES/pairs.mo +share/locale/sk/LC_MESSAGES/pairseditor.mo share/locale/sk/LC_MESSAGES/palapeli.mo share/locale/sk/LC_MESSAGES/parley.mo share/locale/sk/LC_MESSAGES/phonon_gstreamer.mo share/locale/sk/LC_MESSAGES/phonon_kde.mo share/locale/sk/LC_MESSAGES/phonon_vlc.mo share/locale/sk/LC_MESSAGES/phononserver.mo +share/locale/sk/LC_MESSAGES/picmi.mo +share/locale/sk/LC_MESSAGES/pimsettingexporter.mo share/locale/sk/LC_MESSAGES/plasma-desktop.mo share/locale/sk/LC_MESSAGES/plasma-netbook.mo share/locale/sk/LC_MESSAGES/plasma-overlay.mo @@ -603,12 +619,12 @@ share/locale/sk/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sk/LC_MESSAGES/plasma_applet_news.mo share/locale/sk/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sk/LC_MESSAGES/plasma_applet_notes.mo -share/locale/sk/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sk/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sk/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sk/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/sk/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sk/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sk/LC_MESSAGES/plasma_applet_pager.mo share/locale/sk/LC_MESSAGES/plasma_applet_panel.mo @@ -617,6 +633,7 @@ share/locale/sk/LC_MESSAGES/plasma_applet_paste.mo share/locale/sk/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/sk/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/sk/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sk/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/sk/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/sk/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/sk/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -679,6 +696,7 @@ share/locale/sk/LC_MESSAGES/plasma_runner_kill.mo share/locale/sk/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sk/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sk/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/sk/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/sk/LC_MESSAGES/plasma_runner_locations.mo share/locale/sk/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -706,24 +724,23 @@ share/locale/sk/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sk/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/sk/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sk/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/sk/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/sk/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/sk/LC_MESSAGES/plasmaengineexplorer.mo share/locale/sk/LC_MESSAGES/plasmagenericshell.mo share/locale/sk/LC_MESSAGES/plasmapkg.mo -share/locale/sk/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/sk/LC_MESSAGES/plasmoidviewer.mo share/locale/sk/LC_MESSAGES/pothumbnail.mo share/locale/sk/LC_MESSAGES/powerdevil.mo share/locale/sk/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sk/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sk/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/sk/LC_MESSAGES/printer-applet.mo +share/locale/sk/LC_MESSAGES/print-manager.mo share/locale/sk/LC_MESSAGES/processcore.mo share/locale/sk/LC_MESSAGES/processui.mo share/locale/sk/LC_MESSAGES/randrmonitor.mo share/locale/sk/LC_MESSAGES/rellinks.mo -share/locale/sk/LC_MESSAGES/remote-widgets-browser.mo share/locale/sk/LC_MESSAGES/rocs.mo +share/locale/sk/LC_MESSAGES/rocscore.mo +share/locale/sk/LC_MESSAGES/rocsvisualeditor.mo share/locale/sk/LC_MESSAGES/searchbarplugin.mo share/locale/sk/LC_MESSAGES/solid-hardware.mo share/locale/sk/LC_MESSAGES/solid-network.mo @@ -736,7 +753,6 @@ share/locale/sk/LC_MESSAGES/strigila_diff.mo share/locale/sk/LC_MESSAGES/superkaramba.mo share/locale/sk/LC_MESSAGES/svgpart.mo share/locale/sk/LC_MESSAGES/sweeper.mo -share/locale/sk/LC_MESSAGES/system-config-printer-kde.mo share/locale/sk/LC_MESSAGES/systemsettings.mo share/locale/sk/LC_MESSAGES/tasks-mobile.mo share/locale/sk/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-sl/Makefile b/misc/kde4-l10n-sl/Makefile index 77cafe899a4f..3a331afa7478 100644 --- a/misc/kde4-l10n-sl/Makefile +++ b/misc/kde4-l10n-sl/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Slovenian messages and documentation for KDE4 +COMMENT= Slovenian messages and documentation for KDE SC 4 KDE4_L10N= sl diff --git a/misc/kde4-l10n-sl/distinfo b/misc/kde4-l10n-sl/distinfo index aaebf558b52c..f51bee7f06f6 100644 --- a/misc/kde4-l10n-sl/distinfo +++ b/misc/kde4-l10n-sl/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-sl-4.9.5.tar.xz) = 0c4274a56c3c24676b928f64264d74260f1427db920611f86602d1c8a4068e4a -SIZE (KDE/kde-l10n/kde-l10n-sl-4.9.5.tar.xz) = 3475060 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-sl-4.10.1.tar.xz) = 56a0d5556436ae76594f80a47e804c799faae45b0e1949f891751592311b7be6 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-sl-4.10.1.tar.xz) = 3540972 diff --git a/misc/kde4-l10n-sl/pkg-plist b/misc/kde4-l10n-sl/pkg-plist index 75f71e797d94..1da278b7f44d 100644 --- a/misc/kde4-l10n-sl/pkg-plist +++ b/misc/kde4-l10n-sl/pkg-plist @@ -1,94 +1,3 @@ -share/apps/khangman/sl.txt -share/apps/ktuberling/sounds/sl.soundtheme -share/apps/ktuberling/sounds/sl/ball.ogg -share/apps/ktuberling/sounds/sl/bow.ogg -share/apps/ktuberling/sounds/sl/coat.ogg -share/apps/ktuberling/sounds/sl/ear.ogg -share/apps/ktuberling/sounds/sl/earring.ogg -share/apps/ktuberling/sounds/sl/egypt_arch.ogg -share/apps/ktuberling/sounds/sl/egypt_birds.ogg -share/apps/ktuberling/sounds/sl/egypt_boy.ogg -share/apps/ktuberling/sounds/sl/egypt_bridge.ogg -share/apps/ktuberling/sounds/sl/egypt_camel.ogg -share/apps/ktuberling/sounds/sl/egypt_cart.ogg -share/apps/ktuberling/sounds/sl/egypt_column.ogg -share/apps/ktuberling/sounds/sl/egypt_donkey.ogg -share/apps/ktuberling/sounds/sl/egypt_girl.ogg -share/apps/ktuberling/sounds/sl/egypt_grass.ogg -share/apps/ktuberling/sounds/sl/egypt_man.ogg -share/apps/ktuberling/sounds/sl/egypt_oasis.ogg -share/apps/ktuberling/sounds/sl/egypt_palmtree.ogg -share/apps/ktuberling/sounds/sl/egypt_pyramid.ogg -share/apps/ktuberling/sounds/sl/egypt_road.ogg -share/apps/ktuberling/sounds/sl/egypt_sphynx.ogg -share/apps/ktuberling/sounds/sl/egypt_well.ogg -share/apps/ktuberling/sounds/sl/egypt_woman.ogg -share/apps/ktuberling/sounds/sl/eye.ogg -share/apps/ktuberling/sounds/sl/eyebrow.ogg -share/apps/ktuberling/sounds/sl/flower.ogg -share/apps/ktuberling/sounds/sl/hair.ogg -share/apps/ktuberling/sounds/sl/hat.ogg -share/apps/ktuberling/sounds/sl/moon_alien.ogg -share/apps/ktuberling/sounds/sl/moon_astronaut.ogg -share/apps/ktuberling/sounds/sl/moon_earth.ogg -share/apps/ktuberling/sounds/sl/moon_fallingstar.ogg -share/apps/ktuberling/sounds/sl/moon_hotel.ogg -share/apps/ktuberling/sounds/sl/moon_monster.ogg -share/apps/ktuberling/sounds/sl/moon_planet.ogg -share/apps/ktuberling/sounds/sl/moon_radar.ogg -share/apps/ktuberling/sounds/sl/moon_robot.ogg -share/apps/ktuberling/sounds/sl/moon_rocket.ogg -share/apps/ktuberling/sounds/sl/moon_satellite.ogg -share/apps/ktuberling/sounds/sl/moon_sign.ogg -share/apps/ktuberling/sounds/sl/moon_star.ogg -share/apps/ktuberling/sounds/sl/moon_ufo.ogg -share/apps/ktuberling/sounds/sl/moustache.ogg -share/apps/ktuberling/sounds/sl/mouth.ogg -share/apps/ktuberling/sounds/sl/nose.ogg -share/apps/ktuberling/sounds/sl/pizzeria_anchovy.ogg -share/apps/ktuberling/sounds/sl/pizzeria_bacon.ogg -share/apps/ktuberling/sounds/sl/pizzeria_broccolli.ogg -share/apps/ktuberling/sounds/sl/pizzeria_cheese.ogg -share/apps/ktuberling/sounds/sl/pizzeria_cucumber.ogg -share/apps/ktuberling/sounds/sl/pizzeria_mushroom.ogg -share/apps/ktuberling/sounds/sl/pizzeria_olive.ogg -share/apps/ktuberling/sounds/sl/pizzeria_onion.ogg -share/apps/ktuberling/sounds/sl/pizzeria_oregano.ogg -share/apps/ktuberling/sounds/sl/pizzeria_pepper.ogg -share/apps/ktuberling/sounds/sl/pizzeria_pepperoni.ogg -share/apps/ktuberling/sounds/sl/pizzeria_pineapple.ogg -share/apps/ktuberling/sounds/sl/pizzeria_salami.ogg -share/apps/ktuberling/sounds/sl/pizzeria_tomato.ogg -share/apps/ktuberling/sounds/sl/shoe.ogg -share/apps/ktuberling/sounds/sl/shorts.ogg -share/apps/ktuberling/sounds/sl/skirt.ogg -share/apps/ktuberling/sounds/sl/spectacles.ogg -share/apps/ktuberling/sounds/sl/stick.ogg -share/apps/ktuberling/sounds/sl/sunglasses.ogg -share/apps/ktuberling/sounds/sl/tie.ogg -share/apps/ktuberling/sounds/sl/tv_bicycle.ogg -share/apps/ktuberling/sounds/sl/tv_car.ogg -share/apps/ktuberling/sounds/sl/tv_cyclist.ogg -share/apps/ktuberling/sounds/sl/tv_train.ogg -share/apps/ktuberling/sounds/sl/umbrella.ogg -share/apps/kvtml/sl/animals.kvtml -share/apps/kvtml/sl/clothing.kvtml -share/apps/kvtml/sl/computers.kvtml -share/apps/kvtml/sl/currencies.kvtml -share/apps/kvtml/sl/easy.kvtml -share/apps/kvtml/sl/fruits.kvtml -share/apps/kvtml/sl/hard.kvtml -share/apps/kvtml/sl/inventions.kvtml -share/apps/kvtml/sl/medium.kvtml -share/apps/kvtml/sl/numbers.kvtml -share/apps/kvtml/sl/objects.kvtml -share/apps/kvtml/sl/people.kvtml -share/apps/kvtml/sl/professions.kvtml -share/apps/kvtml/sl/space.kvtml -share/apps/kvtml/sl/sports.kvtml -share/apps/kvtml/sl/transportation.kvtml -share/apps/kvtml/sl/vegetables.kvtml -share/apps/kvtml/sl/worldcapitals.kvtml share/doc/HTML/sl/common/fdl-translated.html share/doc/HTML/sl/common/gpl-translated.html share/doc/HTML/sl/common/kde-localised.css @@ -101,6 +10,8 @@ share/locale/sl/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sl/LC_MESSAGES/accountwizard_maildir.mo share/locale/sl/LC_MESSAGES/accountwizard_pop3.mo share/locale/sl/LC_MESSAGES/accountwizard_tine20.mo +share/locale/sl/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/sl/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/sl/LC_MESSAGES/adblock.mo share/locale/sl/LC_MESSAGES/akonadi-filestore.mo share/locale/sl/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -109,6 +20,7 @@ share/locale/sl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sl/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sl/LC_MESSAGES/akonadi_google_resource.mo share/locale/sl/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/sl/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sl/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/sl/LC_MESSAGES/akonadi_kabc_resource.mo @@ -126,7 +38,7 @@ share/locale/sl/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sl/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sl/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/sl/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/sl/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/sl/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/sl/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/sl/LC_MESSAGES/akonadi_next.mo share/locale/sl/LC_MESSAGES/akonadi_nntp_resource.mo @@ -151,7 +63,6 @@ share/locale/sl/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sl/LC_MESSAGES/audiorename_plugin.mo share/locale/sl/LC_MESSAGES/autorefresh.mo share/locale/sl/LC_MESSAGES/babelfish.mo -share/locale/sl/LC_MESSAGES/backupmail.mo share/locale/sl/LC_MESSAGES/blinken.mo share/locale/sl/LC_MESSAGES/blogilo.mo share/locale/sl/LC_MESSAGES/bomber.mo @@ -194,6 +105,7 @@ share/locale/sl/LC_MESSAGES/kabcformat_binary.mo share/locale/sl/LC_MESSAGES/kaccess.mo share/locale/sl/LC_MESSAGES/kaccessibleapp.mo share/locale/sl/LC_MESSAGES/kactivitymanagerd.mo +share/locale/sl/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/sl/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sl/LC_MESSAGES/kaddressbook.mo share/locale/sl/LC_MESSAGES/kaddressbookmigrator.mo @@ -204,12 +116,12 @@ share/locale/sl/LC_MESSAGES/kalzium.mo share/locale/sl/LC_MESSAGES/kanagram-harmattan.mo share/locale/sl/LC_MESSAGES/kanagram.mo share/locale/sl/LC_MESSAGES/kapman.mo +share/locale/sl/LC_MESSAGES/kapptemplate.mo share/locale/sl/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sl/LC_MESSAGES/kate.mo share/locale/sl/LC_MESSAGES/kate_kttsd.mo share/locale/sl/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/sl/LC_MESSAGES/katebuild-plugin.mo -share/locale/sl/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/sl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sl/LC_MESSAGES/katefiletemplates.mo share/locale/sl/LC_MESSAGES/kategdbplugin.mo @@ -218,9 +130,10 @@ share/locale/sl/LC_MESSAGES/katekonsoleplugin.mo share/locale/sl/LC_MESSAGES/katemailfilesplugin.mo share/locale/sl/LC_MESSAGES/kateopenheader.mo share/locale/sl/LC_MESSAGES/katepart4.mo -share/locale/sl/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/sl/LC_MESSAGES/kateproject.mo share/locale/sl/LC_MESSAGES/katesearch.mo share/locale/sl/LC_MESSAGES/katesnippets_tng.mo +share/locale/sl/LC_MESSAGES/katesnippetsplugin.mo share/locale/sl/LC_MESSAGES/katesql.mo share/locale/sl/LC_MESSAGES/katesymbolviewer.mo share/locale/sl/LC_MESSAGES/katetabbarextension.mo @@ -242,6 +155,7 @@ share/locale/sl/LC_MESSAGES/kcalc.mo share/locale/sl/LC_MESSAGES/kcertpart.mo share/locale/sl/LC_MESSAGES/kcharselect.mo share/locale/sl/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sl/LC_MESSAGES/kcm_activities.mo share/locale/sl/LC_MESSAGES/kcm_akonadi.mo share/locale/sl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sl/LC_MESSAGES/kcm_attica.mo @@ -259,7 +173,6 @@ share/locale/sl/LC_MESSAGES/kcm_memory.mo share/locale/sl/LC_MESSAGES/kcm_nepomuk.mo share/locale/sl/LC_MESSAGES/kcm_pci.mo share/locale/sl/LC_MESSAGES/kcm_phonon.mo -share/locale/sl/LC_MESSAGES/kcm_phononxine.mo share/locale/sl/LC_MESSAGES/kcm_platform.mo share/locale/sl/LC_MESSAGES/kcm_solid.mo share/locale/sl/LC_MESSAGES/kcm_solid_actions.mo @@ -396,6 +309,7 @@ share/locale/sl/LC_MESSAGES/kio_nepomuk.mo share/locale/sl/LC_MESSAGES/kio_nepomuksearch.mo share/locale/sl/LC_MESSAGES/kio_nfs.mo share/locale/sl/LC_MESSAGES/kio_nntp.mo +share/locale/sl/LC_MESSAGES/kio_perldoc.mo share/locale/sl/LC_MESSAGES/kio_pop3.mo share/locale/sl/LC_MESSAGES/kio_recentdocuments.mo share/locale/sl/LC_MESSAGES/kio_remote.mo @@ -404,6 +318,7 @@ share/locale/sl/LC_MESSAGES/kio_sieve.mo share/locale/sl/LC_MESSAGES/kio_smb.mo share/locale/sl/LC_MESSAGES/kio_smtp.mo share/locale/sl/LC_MESSAGES/kio_svn.mo +share/locale/sl/LC_MESSAGES/kio_tags.mo share/locale/sl/LC_MESSAGES/kio_thumbnail.mo share/locale/sl/LC_MESSAGES/kio_timeline.mo share/locale/sl/LC_MESSAGES/kio_trash.mo @@ -456,6 +371,7 @@ share/locale/sl/LC_MESSAGES/kontactinterfaces.mo share/locale/sl/LC_MESSAGES/kopete.mo share/locale/sl/LC_MESSAGES/korganizer-mobile.mo share/locale/sl/LC_MESSAGES/korganizer.mo +share/locale/sl/LC_MESSAGES/kpartloader.mo share/locale/sl/LC_MESSAGES/kpartsaver.mo share/locale/sl/LC_MESSAGES/kpasswdserver.mo share/locale/sl/LC_MESSAGES/kpat.mo @@ -476,6 +392,8 @@ share/locale/sl/LC_MESSAGES/kruler.mo share/locale/sl/LC_MESSAGES/krunner.mo share/locale/sl/LC_MESSAGES/ksaneplugin.mo share/locale/sl/LC_MESSAGES/kscd.mo +share/locale/sl/LC_MESSAGES/kscreenlocker.mo +share/locale/sl/LC_MESSAGES/kscreenlocker_greet.mo share/locale/sl/LC_MESSAGES/kscreensaver.mo share/locale/sl/LC_MESSAGES/ksendemail.mo share/locale/sl/LC_MESSAGES/kshellcmdplugin.mo @@ -507,6 +425,7 @@ share/locale/sl/LC_MESSAGES/ktimer.mo share/locale/sl/LC_MESSAGES/ktimetracker.mo share/locale/sl/LC_MESSAGES/ktnef.mo share/locale/sl/LC_MESSAGES/ktouch.mo +share/locale/sl/LC_MESSAGES/ktouchpadenabler.mo share/locale/sl/LC_MESSAGES/ktraderclient.mo share/locale/sl/LC_MESSAGES/ktron.mo share/locale/sl/LC_MESSAGES/ktuberling.mo @@ -553,6 +472,7 @@ share/locale/sl/LC_MESSAGES/libkdepimmobileui.mo share/locale/sl/LC_MESSAGES/libkexiv2.mo share/locale/sl/LC_MESSAGES/libkholidays.mo share/locale/sl/LC_MESSAGES/libkimap.mo +share/locale/sl/LC_MESSAGES/libkipi.mo share/locale/sl/LC_MESSAGES/libkldap.mo share/locale/sl/LC_MESSAGES/libkleopatra.mo share/locale/sl/LC_MESSAGES/libkmahjongg.mo @@ -579,14 +499,15 @@ share/locale/sl/LC_MESSAGES/libmessagecore.mo share/locale/sl/LC_MESSAGES/libmessagelist.mo share/locale/sl/LC_MESSAGES/libmessageviewer.mo share/locale/sl/LC_MESSAGES/liboktetacore.mo +share/locale/sl/LC_MESSAGES/liboktetagui.mo share/locale/sl/LC_MESSAGES/liboktetakasten.mo share/locale/sl/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sl/LC_MESSAGES/libphonon.mo +share/locale/sl/LC_MESSAGES/libpimcommon.mo share/locale/sl/LC_MESSAGES/libplasma.mo share/locale/sl/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/sl/LC_MESSAGES/libplasmaclock.mo share/locale/sl/LC_MESSAGES/libplasmaweather.mo -share/locale/sl/LC_MESSAGES/librtm.mo share/locale/sl/LC_MESSAGES/libtaskmanager.mo share/locale/sl/LC_MESSAGES/libtemplateparser.mo share/locale/sl/LC_MESSAGES/lokalize.mo @@ -603,15 +524,18 @@ share/locale/sl/LC_MESSAGES/minitoolsplugin.mo share/locale/sl/LC_MESSAGES/mplayerthumbs.mo share/locale/sl/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/sl/LC_MESSAGES/nepomukbackup.mo +share/locale/sl/LC_MESSAGES/nepomukcleaner.mo share/locale/sl/LC_MESSAGES/nepomukcontroller.mo share/locale/sl/LC_MESSAGES/nepomukfileindexer.mo share/locale/sl/LC_MESSAGES/nepomukqueryservice.mo share/locale/sl/LC_MESSAGES/nepomukserver.mo share/locale/sl/LC_MESSAGES/nepomukservicestub.mo share/locale/sl/LC_MESSAGES/nepomukstorage.mo +share/locale/sl/LC_MESSAGES/nepomukwidgets.mo share/locale/sl/LC_MESSAGES/newmailnotifieragent.mo share/locale/sl/LC_MESSAGES/notes-mobile.mo share/locale/sl/LC_MESSAGES/nsplugin.mo +share/locale/sl/LC_MESSAGES/okteta-mobile.mo share/locale/sl/LC_MESSAGES/okteta.mo share/locale/sl/LC_MESSAGES/oktetapart.mo share/locale/sl/LC_MESSAGES/okular.mo @@ -630,6 +554,7 @@ share/locale/sl/LC_MESSAGES/okular_plucker.mo share/locale/sl/LC_MESSAGES/okular_poppler.mo share/locale/sl/LC_MESSAGES/okular_tiff.mo share/locale/sl/LC_MESSAGES/okular_xps.mo +share/locale/sl/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/sl/LC_MESSAGES/pairs.mo share/locale/sl/LC_MESSAGES/palapeli.mo share/locale/sl/LC_MESSAGES/parley.mo @@ -637,6 +562,8 @@ share/locale/sl/LC_MESSAGES/phonon_gstreamer.mo share/locale/sl/LC_MESSAGES/phonon_kde.mo share/locale/sl/LC_MESSAGES/phonon_vlc.mo share/locale/sl/LC_MESSAGES/phononserver.mo +share/locale/sl/LC_MESSAGES/picmi.mo +share/locale/sl/LC_MESSAGES/pimsettingexporter.mo share/locale/sl/LC_MESSAGES/plasma-desktop.mo share/locale/sl/LC_MESSAGES/plasma-netbook.mo share/locale/sl/LC_MESSAGES/plasma-overlay.mo @@ -686,12 +613,12 @@ share/locale/sl/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sl/LC_MESSAGES/plasma_applet_news.mo share/locale/sl/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sl/LC_MESSAGES/plasma_applet_notes.mo -share/locale/sl/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sl/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sl/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sl/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/sl/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sl/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sl/LC_MESSAGES/plasma_applet_pager.mo share/locale/sl/LC_MESSAGES/plasma_applet_panel.mo @@ -700,6 +627,7 @@ share/locale/sl/LC_MESSAGES/plasma_applet_paste.mo share/locale/sl/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/sl/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/sl/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sl/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/sl/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/sl/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/sl/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -762,6 +690,7 @@ share/locale/sl/LC_MESSAGES/plasma_runner_kill.mo share/locale/sl/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sl/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sl/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/sl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/sl/LC_MESSAGES/plasma_runner_locations.mo share/locale/sl/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -789,23 +718,23 @@ share/locale/sl/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/sl/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/sl/LC_MESSAGES/plasmaengineexplorer.mo share/locale/sl/LC_MESSAGES/plasmagenericshell.mo share/locale/sl/LC_MESSAGES/plasmapkg.mo -share/locale/sl/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/sl/LC_MESSAGES/plasmoidviewer.mo +share/locale/sl/LC_MESSAGES/pothumbnail.mo share/locale/sl/LC_MESSAGES/powerdevil.mo share/locale/sl/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sl/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sl/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/sl/LC_MESSAGES/printer-applet.mo +share/locale/sl/LC_MESSAGES/print-manager.mo share/locale/sl/LC_MESSAGES/processcore.mo share/locale/sl/LC_MESSAGES/processui.mo share/locale/sl/LC_MESSAGES/randrmonitor.mo share/locale/sl/LC_MESSAGES/rellinks.mo -share/locale/sl/LC_MESSAGES/remote-widgets-browser.mo share/locale/sl/LC_MESSAGES/rocs.mo +share/locale/sl/LC_MESSAGES/rocscore.mo +share/locale/sl/LC_MESSAGES/rocsvisualeditor.mo share/locale/sl/LC_MESSAGES/searchbarplugin.mo share/locale/sl/LC_MESSAGES/solid-hardware.mo share/locale/sl/LC_MESSAGES/solid-network.mo @@ -818,7 +747,6 @@ share/locale/sl/LC_MESSAGES/strigila_diff.mo share/locale/sl/LC_MESSAGES/superkaramba.mo share/locale/sl/LC_MESSAGES/svgpart.mo share/locale/sl/LC_MESSAGES/sweeper.mo -share/locale/sl/LC_MESSAGES/system-config-printer-kde.mo share/locale/sl/LC_MESSAGES/systemsettings.mo share/locale/sl/LC_MESSAGES/tasks-mobile.mo share/locale/sl/LC_MESSAGES/timezones4.mo @@ -830,9 +758,3 @@ share/locale/sl/LC_MESSAGES/webarchiver.mo share/locale/sl/LC_MESSAGES/xml_mimetypes.mo share/locale/sl/entry.desktop @dirrm share/doc/HTML/sl/common -@dirrm share/apps/kvtml/sl -@dirrm share/apps/kvtml -@dirrm share/apps/ktuberling/sounds/sl -@dirrm share/apps/ktuberling/sounds -@dirrm share/apps/ktuberling -@dirrm share/apps/khangman diff --git a/misc/kde4-l10n-sr/Makefile b/misc/kde4-l10n-sr/Makefile index dfe4f28dfcfc..ebe56932c6bc 100644 --- a/misc/kde4-l10n-sr/Makefile +++ b/misc/kde4-l10n-sr/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Serbian messages and documentation for KDE4 +COMMENT= Serbian messages and documentation for KDE SC 4 KDE4_L10N= sr MANLANG= ${KDE4_L10N} sr@latin diff --git a/misc/kde4-l10n-sr/distinfo b/misc/kde4-l10n-sr/distinfo index 1e73ee416a71..dd2770d90ac5 100644 --- a/misc/kde4-l10n-sr/distinfo +++ b/misc/kde4-l10n-sr/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-sr-4.9.5.tar.xz) = 4d974ed6e32ae1e478aebf3a20c4ee048f49c049941890f2025200daefda12d0 -SIZE (KDE/kde-l10n/kde-l10n-sr-4.9.5.tar.xz) = 5554948 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-sr-4.10.1.tar.xz) = 267e409b4b36e12406d6e11a53ef15c0ba2005f24e9690d5233692d2b9cd8eee +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-sr-4.10.1.tar.xz) = 5606560 diff --git a/misc/kde4-l10n-sr/pkg-plist b/misc/kde4-l10n-sr/pkg-plist index d6bdc4cb1dd1..018c2897e881 100644 --- a/misc/kde4-l10n-sr/pkg-plist +++ b/misc/kde4-l10n-sr/pkg-plist @@ -830,6 +830,8 @@ share/locale/sr/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sr/LC_MESSAGES/accountwizard_maildir.mo share/locale/sr/LC_MESSAGES/accountwizard_pop3.mo share/locale/sr/LC_MESSAGES/accountwizard_tine20.mo +share/locale/sr/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/sr/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/sr/LC_MESSAGES/adblock.mo share/locale/sr/LC_MESSAGES/akonadi-filestore.mo share/locale/sr/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -838,6 +840,7 @@ share/locale/sr/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sr/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sr/LC_MESSAGES/akonadi_google_resource.mo share/locale/sr/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/sr/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/sr/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sr/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/sr/LC_MESSAGES/akonadi_kabc_resource.mo @@ -855,7 +858,7 @@ share/locale/sr/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sr/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sr/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/sr/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/sr/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/sr/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/sr/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/sr/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/sr/LC_MESSAGES/akonadi_openxchange_resource.mo @@ -877,7 +880,6 @@ share/locale/sr/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sr/LC_MESSAGES/audiorename_plugin.mo share/locale/sr/LC_MESSAGES/autorefresh.mo share/locale/sr/LC_MESSAGES/babelfish.mo -share/locale/sr/LC_MESSAGES/backupmail.mo share/locale/sr/LC_MESSAGES/blogilo.mo share/locale/sr/LC_MESSAGES/bomber.mo share/locale/sr/LC_MESSAGES/bovo.mo @@ -921,7 +923,6 @@ share/locale/sr/LC_MESSAGES/kate.mo share/locale/sr/LC_MESSAGES/kate_kttsd.mo share/locale/sr/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/sr/LC_MESSAGES/katebuild-plugin.mo -share/locale/sr/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/sr/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sr/LC_MESSAGES/katefiletemplates.mo share/locale/sr/LC_MESSAGES/kategdbplugin.mo @@ -930,9 +931,10 @@ share/locale/sr/LC_MESSAGES/katekonsoleplugin.mo share/locale/sr/LC_MESSAGES/katemailfilesplugin.mo share/locale/sr/LC_MESSAGES/kateopenheader.mo share/locale/sr/LC_MESSAGES/katepart4.mo -share/locale/sr/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/sr/LC_MESSAGES/kateproject.mo share/locale/sr/LC_MESSAGES/katesearch.mo share/locale/sr/LC_MESSAGES/katesnippets_tng.mo +share/locale/sr/LC_MESSAGES/katesnippetsplugin.mo share/locale/sr/LC_MESSAGES/katesql.mo share/locale/sr/LC_MESSAGES/katesymbolviewer.mo share/locale/sr/LC_MESSAGES/katetabbarextension.mo @@ -952,6 +954,7 @@ share/locale/sr/LC_MESSAGES/kcalc.mo share/locale/sr/LC_MESSAGES/kcertpart.mo share/locale/sr/LC_MESSAGES/kcharselect.mo share/locale/sr/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sr/LC_MESSAGES/kcm_activities.mo share/locale/sr/LC_MESSAGES/kcm_akonadi.mo share/locale/sr/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr/LC_MESSAGES/kcm_attica.mo @@ -969,7 +972,6 @@ share/locale/sr/LC_MESSAGES/kcm_memory.mo share/locale/sr/LC_MESSAGES/kcm_nepomuk.mo share/locale/sr/LC_MESSAGES/kcm_pci.mo share/locale/sr/LC_MESSAGES/kcm_phonon.mo -share/locale/sr/LC_MESSAGES/kcm_phononxine.mo share/locale/sr/LC_MESSAGES/kcm_platform.mo share/locale/sr/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sr/LC_MESSAGES/kcm_solid.mo @@ -1095,6 +1097,7 @@ share/locale/sr/LC_MESSAGES/kio_sftp.mo share/locale/sr/LC_MESSAGES/kio_sieve.mo share/locale/sr/LC_MESSAGES/kio_smb.mo share/locale/sr/LC_MESSAGES/kio_smtp.mo +share/locale/sr/LC_MESSAGES/kio_tags.mo share/locale/sr/LC_MESSAGES/kio_thumbnail.mo share/locale/sr/LC_MESSAGES/kio_timeline.mo share/locale/sr/LC_MESSAGES/kio_trash.mo @@ -1154,8 +1157,11 @@ share/locale/sr/LC_MESSAGES/krfb.mo share/locale/sr/LC_MESSAGES/kruler.mo share/locale/sr/LC_MESSAGES/krunner.mo share/locale/sr/LC_MESSAGES/kscd.mo +share/locale/sr/LC_MESSAGES/kscreenlocker.mo +share/locale/sr/LC_MESSAGES/kscreenlocker_greet.mo share/locale/sr/LC_MESSAGES/kscreensaver.mo share/locale/sr/LC_MESSAGES/ksendemail.mo +share/locale/sr/LC_MESSAGES/ksgrd.mo share/locale/sr/LC_MESSAGES/kshellcmdplugin.mo share/locale/sr/LC_MESSAGES/kshisen.mo share/locale/sr/LC_MESSAGES/kshorturifilter.mo @@ -1180,6 +1186,7 @@ share/locale/sr/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sr/LC_MESSAGES/ktexteditor_plugins.mo share/locale/sr/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sr/LC_MESSAGES/ktimer.mo +share/locale/sr/LC_MESSAGES/ktouchpadenabler.mo share/locale/sr/LC_MESSAGES/ktraderclient.mo share/locale/sr/LC_MESSAGES/ktron.mo share/locale/sr/LC_MESSAGES/ktuberling.mo @@ -1247,11 +1254,11 @@ share/locale/sr/LC_MESSAGES/liboktetagui.mo share/locale/sr/LC_MESSAGES/liboktetakasten.mo share/locale/sr/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sr/LC_MESSAGES/libphonon.mo +share/locale/sr/LC_MESSAGES/libpimcommon.mo share/locale/sr/LC_MESSAGES/libplasma.mo share/locale/sr/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/sr/LC_MESSAGES/libplasmaclock.mo share/locale/sr/LC_MESSAGES/libplasmaweather.mo -share/locale/sr/LC_MESSAGES/librtm.mo share/locale/sr/LC_MESSAGES/libtaskmanager.mo share/locale/sr/LC_MESSAGES/libtemplateparser.mo share/locale/sr/LC_MESSAGES/lokalize.mo @@ -1266,12 +1273,14 @@ share/locale/sr/LC_MESSAGES/minitoolsplugin.mo share/locale/sr/LC_MESSAGES/mplayerthumbs.mo share/locale/sr/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/sr/LC_MESSAGES/nepomukbackup.mo +share/locale/sr/LC_MESSAGES/nepomukcleaner.mo share/locale/sr/LC_MESSAGES/nepomukcontroller.mo share/locale/sr/LC_MESSAGES/nepomukfileindexer.mo share/locale/sr/LC_MESSAGES/nepomukqueryservice.mo share/locale/sr/LC_MESSAGES/nepomukserver.mo share/locale/sr/LC_MESSAGES/nepomukservicestub.mo share/locale/sr/LC_MESSAGES/nepomukstorage.mo +share/locale/sr/LC_MESSAGES/nepomukwidgets.mo share/locale/sr/LC_MESSAGES/newmailnotifieragent.mo share/locale/sr/LC_MESSAGES/nsplugin.mo share/locale/sr/LC_MESSAGES/okteta-mobile.mo @@ -1298,6 +1307,8 @@ share/locale/sr/LC_MESSAGES/phonon_gstreamer.mo share/locale/sr/LC_MESSAGES/phonon_kde.mo share/locale/sr/LC_MESSAGES/phonon_vlc.mo share/locale/sr/LC_MESSAGES/phononserver.mo +share/locale/sr/LC_MESSAGES/picmi.mo +share/locale/sr/LC_MESSAGES/pimsettingexporter.mo share/locale/sr/LC_MESSAGES/plasma-desktop.mo share/locale/sr/LC_MESSAGES/plasma-netbook.mo share/locale/sr/LC_MESSAGES/plasma-overlay.mo @@ -1340,11 +1351,11 @@ share/locale/sr/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sr/LC_MESSAGES/plasma_applet_news.mo share/locale/sr/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sr/LC_MESSAGES/plasma_applet_notes.mo -share/locale/sr/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sr/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sr/LC_MESSAGES/plasma_applet_pager.mo share/locale/sr/LC_MESSAGES/plasma_applet_panel.mo @@ -1353,6 +1364,7 @@ share/locale/sr/LC_MESSAGES/plasma_applet_paste.mo share/locale/sr/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/sr/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/sr/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sr/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/sr/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/sr/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/sr/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -1414,6 +1426,7 @@ share/locale/sr/LC_MESSAGES/plasma_runner_kill.mo share/locale/sr/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sr/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sr/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/sr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/sr/LC_MESSAGES/plasma_runner_locations.mo share/locale/sr/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/sr/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo @@ -1440,22 +1453,19 @@ share/locale/sr/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sr/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/sr/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sr/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/sr/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/sr/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/sr/LC_MESSAGES/plasmaengineexplorer.mo share/locale/sr/LC_MESSAGES/plasmagenericshell.mo share/locale/sr/LC_MESSAGES/plasmapkg.mo -share/locale/sr/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/sr/LC_MESSAGES/plasmoidviewer.mo share/locale/sr/LC_MESSAGES/powerdevil.mo share/locale/sr/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sr/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sr/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/sr/LC_MESSAGES/printer-applet.mo +share/locale/sr/LC_MESSAGES/print-manager.mo share/locale/sr/LC_MESSAGES/processcore.mo share/locale/sr/LC_MESSAGES/processui.mo share/locale/sr/LC_MESSAGES/randrmonitor.mo share/locale/sr/LC_MESSAGES/rellinks.mo -share/locale/sr/LC_MESSAGES/remote-widgets-browser.mo share/locale/sr/LC_MESSAGES/searchbarplugin.mo share/locale/sr/LC_MESSAGES/solid-hardware.mo share/locale/sr/LC_MESSAGES/solid-network.mo @@ -1484,6 +1494,8 @@ share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_maildir.mo share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_pop3.mo share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_tine20.mo +share/locale/sr@ijekavian/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/sr@ijekavian/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/sr@ijekavian/LC_MESSAGES/adblock.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi-filestore.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -1492,6 +1504,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_google_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/sr@ijekavian/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_kabc_resource.mo @@ -1509,7 +1522,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/sr@ijekavian/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/sr@ijekavian/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_openxchange_resource.mo @@ -1531,7 +1544,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sr@ijekavian/LC_MESSAGES/audiorename_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/autorefresh.mo share/locale/sr@ijekavian/LC_MESSAGES/babelfish.mo -share/locale/sr@ijekavian/LC_MESSAGES/backupmail.mo share/locale/sr@ijekavian/LC_MESSAGES/blogilo.mo share/locale/sr@ijekavian/LC_MESSAGES/bomber.mo share/locale/sr@ijekavian/LC_MESSAGES/bovo.mo @@ -1575,7 +1587,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/kate.mo share/locale/sr@ijekavian/LC_MESSAGES/kate_kttsd.mo share/locale/sr@ijekavian/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katebuild-plugin.mo -share/locale/sr@ijekavian/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katefiletemplates.mo share/locale/sr@ijekavian/LC_MESSAGES/kategdbplugin.mo @@ -1584,9 +1595,10 @@ share/locale/sr@ijekavian/LC_MESSAGES/katekonsoleplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katemailfilesplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/kateopenheader.mo share/locale/sr@ijekavian/LC_MESSAGES/katepart4.mo -share/locale/sr@ijekavian/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/sr@ijekavian/LC_MESSAGES/kateproject.mo share/locale/sr@ijekavian/LC_MESSAGES/katesearch.mo share/locale/sr@ijekavian/LC_MESSAGES/katesnippets_tng.mo +share/locale/sr@ijekavian/LC_MESSAGES/katesnippetsplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katesql.mo share/locale/sr@ijekavian/LC_MESSAGES/katesymbolviewer.mo share/locale/sr@ijekavian/LC_MESSAGES/katetabbarextension.mo @@ -1606,6 +1618,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/kcalc.mo share/locale/sr@ijekavian/LC_MESSAGES/kcertpart.mo share/locale/sr@ijekavian/LC_MESSAGES/kcharselect.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_activities.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_akonadi.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_attica.mo @@ -1623,7 +1636,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/kcm_memory.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_nepomuk.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_pci.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_phonon.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_phononxine.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_platform.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_solid.mo @@ -1749,6 +1761,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/kio_sftp.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_sieve.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_smb.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_smtp.mo +share/locale/sr@ijekavian/LC_MESSAGES/kio_tags.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_thumbnail.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_timeline.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_trash.mo @@ -1808,8 +1821,11 @@ share/locale/sr@ijekavian/LC_MESSAGES/krfb.mo share/locale/sr@ijekavian/LC_MESSAGES/kruler.mo share/locale/sr@ijekavian/LC_MESSAGES/krunner.mo share/locale/sr@ijekavian/LC_MESSAGES/kscd.mo +share/locale/sr@ijekavian/LC_MESSAGES/kscreenlocker.mo +share/locale/sr@ijekavian/LC_MESSAGES/kscreenlocker_greet.mo share/locale/sr@ijekavian/LC_MESSAGES/kscreensaver.mo share/locale/sr@ijekavian/LC_MESSAGES/ksendemail.mo +share/locale/sr@ijekavian/LC_MESSAGES/ksgrd.mo share/locale/sr@ijekavian/LC_MESSAGES/kshellcmdplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/kshisen.mo share/locale/sr@ijekavian/LC_MESSAGES/kshorturifilter.mo @@ -1834,6 +1850,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sr@ijekavian/LC_MESSAGES/ktexteditor_plugins.mo share/locale/sr@ijekavian/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/ktimer.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktouchpadenabler.mo share/locale/sr@ijekavian/LC_MESSAGES/ktraderclient.mo share/locale/sr@ijekavian/LC_MESSAGES/ktron.mo share/locale/sr@ijekavian/LC_MESSAGES/ktuberling.mo @@ -1901,11 +1918,11 @@ share/locale/sr@ijekavian/LC_MESSAGES/liboktetagui.mo share/locale/sr@ijekavian/LC_MESSAGES/liboktetakasten.mo share/locale/sr@ijekavian/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sr@ijekavian/LC_MESSAGES/libphonon.mo +share/locale/sr@ijekavian/LC_MESSAGES/libpimcommon.mo share/locale/sr@ijekavian/LC_MESSAGES/libplasma.mo share/locale/sr@ijekavian/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/sr@ijekavian/LC_MESSAGES/libplasmaclock.mo share/locale/sr@ijekavian/LC_MESSAGES/libplasmaweather.mo -share/locale/sr@ijekavian/LC_MESSAGES/librtm.mo share/locale/sr@ijekavian/LC_MESSAGES/libtaskmanager.mo share/locale/sr@ijekavian/LC_MESSAGES/libtemplateparser.mo share/locale/sr@ijekavian/LC_MESSAGES/lokalize.mo @@ -1920,12 +1937,14 @@ share/locale/sr@ijekavian/LC_MESSAGES/minitoolsplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/mplayerthumbs.mo share/locale/sr@ijekavian/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukbackup.mo +share/locale/sr@ijekavian/LC_MESSAGES/nepomukcleaner.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukcontroller.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukfileindexer.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukqueryservice.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukserver.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukservicestub.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukstorage.mo +share/locale/sr@ijekavian/LC_MESSAGES/nepomukwidgets.mo share/locale/sr@ijekavian/LC_MESSAGES/newmailnotifieragent.mo share/locale/sr@ijekavian/LC_MESSAGES/nsplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/okteta-mobile.mo @@ -1952,6 +1971,8 @@ share/locale/sr@ijekavian/LC_MESSAGES/phonon_gstreamer.mo share/locale/sr@ijekavian/LC_MESSAGES/phonon_kde.mo share/locale/sr@ijekavian/LC_MESSAGES/phonon_vlc.mo share/locale/sr@ijekavian/LC_MESSAGES/phononserver.mo +share/locale/sr@ijekavian/LC_MESSAGES/picmi.mo +share/locale/sr@ijekavian/LC_MESSAGES/pimsettingexporter.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma-desktop.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma-netbook.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma-overlay.mo @@ -1994,11 +2015,11 @@ share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_news.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_notes.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_pager.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_panel.mo @@ -2007,6 +2028,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_paste.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -2068,6 +2090,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_kill.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_locations.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo @@ -2094,22 +2117,19 @@ share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasmaengineexplorer.mo share/locale/sr@ijekavian/LC_MESSAGES/plasmagenericshell.mo share/locale/sr@ijekavian/LC_MESSAGES/plasmapkg.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasmoidviewer.mo share/locale/sr@ijekavian/LC_MESSAGES/powerdevil.mo share/locale/sr@ijekavian/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sr@ijekavian/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sr@ijekavian/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/sr@ijekavian/LC_MESSAGES/printer-applet.mo +share/locale/sr@ijekavian/LC_MESSAGES/print-manager.mo share/locale/sr@ijekavian/LC_MESSAGES/processcore.mo share/locale/sr@ijekavian/LC_MESSAGES/processui.mo share/locale/sr@ijekavian/LC_MESSAGES/randrmonitor.mo share/locale/sr@ijekavian/LC_MESSAGES/rellinks.mo -share/locale/sr@ijekavian/LC_MESSAGES/remote-widgets-browser.mo share/locale/sr@ijekavian/LC_MESSAGES/searchbarplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/solid-hardware.mo share/locale/sr@ijekavian/LC_MESSAGES/solid-network.mo @@ -2138,6 +2158,8 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_maildir.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_pop3.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_tine20.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/adblock.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi-filestore.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -2146,6 +2168,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_google_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_kabc_resource.mo @@ -2163,7 +2186,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_openxchange_resource.mo @@ -2185,7 +2208,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/audiorename_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/autorefresh.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/babelfish.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/backupmail.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/blogilo.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/bomber.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/bovo.mo @@ -2229,7 +2251,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kate.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kate_kttsd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katebuild-plugin.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katefiletemplates.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kategdbplugin.mo @@ -2238,9 +2259,10 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/katekonsoleplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katemailfilesplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kateopenheader.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katepart4.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kateproject.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katesearch.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katesnippets_tng.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/katesnippetsplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katesql.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katesymbolviewer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katetabbarextension.mo @@ -2260,6 +2282,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kcalc.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcertpart.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcharselect.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_activities.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_akonadi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_attica.mo @@ -2277,7 +2300,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_memory.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_nepomuk.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_pci.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_phonon.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_phononxine.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_platform.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_solid.mo @@ -2403,6 +2425,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_sftp.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_sieve.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_smb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_smtp.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_tags.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_thumbnail.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_timeline.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_trash.mo @@ -2462,8 +2485,11 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/krfb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kruler.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/krunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kscd.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreenlocker.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreenlocker_greet.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreensaver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksendemail.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ksgrd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kshellcmdplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kshisen.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kshorturifilter.mo @@ -2488,6 +2514,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktexteditor_plugins.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktimer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktouchpadenabler.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktraderclient.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktron.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktuberling.mo @@ -2555,11 +2582,11 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/liboktetagui.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/liboktetakasten.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libphonon.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libpimcommon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasma.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasmaclock.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasmaweather.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/librtm.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libtaskmanager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libtemplateparser.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/lokalize.mo @@ -2574,12 +2601,14 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/minitoolsplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/mplayerthumbs.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukbackup.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukcleaner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukcontroller.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukfileindexer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukqueryservice.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukserver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukservicestub.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukstorage.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukwidgets.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/newmailnotifieragent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nsplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okteta-mobile.mo @@ -2606,6 +2635,8 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/phonon_gstreamer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/phonon_kde.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/phonon_vlc.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/phononserver.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/picmi.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/pimsettingexporter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-desktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-netbook.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-overlay.mo @@ -2648,11 +2679,11 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_news.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_notes.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_pager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_panel.mo @@ -2661,6 +2692,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_paste.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -2722,6 +2754,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_kill.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_locations.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo @@ -2748,22 +2781,19 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmaengineexplorer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmagenericshell.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmapkg.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmoidviewer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/powerdevil.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/printer-applet.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/print-manager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/processcore.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/processui.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/randrmonitor.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/rellinks.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/remote-widgets-browser.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/searchbarplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/solid-hardware.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/solid-network.mo @@ -2792,6 +2822,8 @@ share/locale/sr@latin/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sr@latin/LC_MESSAGES/accountwizard_maildir.mo share/locale/sr@latin/LC_MESSAGES/accountwizard_pop3.mo share/locale/sr@latin/LC_MESSAGES/accountwizard_tine20.mo +share/locale/sr@latin/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/sr@latin/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/sr@latin/LC_MESSAGES/adblock.mo share/locale/sr@latin/LC_MESSAGES/akonadi-filestore.mo share/locale/sr@latin/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -2800,6 +2832,7 @@ share/locale/sr@latin/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_google_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/sr@latin/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/sr@latin/LC_MESSAGES/akonadi_kabc_resource.mo @@ -2817,7 +2850,7 @@ share/locale/sr@latin/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/sr@latin/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/sr@latin/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/sr@latin/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_openxchange_resource.mo @@ -2839,7 +2872,6 @@ share/locale/sr@latin/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sr@latin/LC_MESSAGES/audiorename_plugin.mo share/locale/sr@latin/LC_MESSAGES/autorefresh.mo share/locale/sr@latin/LC_MESSAGES/babelfish.mo -share/locale/sr@latin/LC_MESSAGES/backupmail.mo share/locale/sr@latin/LC_MESSAGES/blogilo.mo share/locale/sr@latin/LC_MESSAGES/bomber.mo share/locale/sr@latin/LC_MESSAGES/bovo.mo @@ -2883,7 +2915,6 @@ share/locale/sr@latin/LC_MESSAGES/kate.mo share/locale/sr@latin/LC_MESSAGES/kate_kttsd.mo share/locale/sr@latin/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/sr@latin/LC_MESSAGES/katebuild-plugin.mo -share/locale/sr@latin/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/sr@latin/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sr@latin/LC_MESSAGES/katefiletemplates.mo share/locale/sr@latin/LC_MESSAGES/kategdbplugin.mo @@ -2892,9 +2923,10 @@ share/locale/sr@latin/LC_MESSAGES/katekonsoleplugin.mo share/locale/sr@latin/LC_MESSAGES/katemailfilesplugin.mo share/locale/sr@latin/LC_MESSAGES/kateopenheader.mo share/locale/sr@latin/LC_MESSAGES/katepart4.mo -share/locale/sr@latin/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/sr@latin/LC_MESSAGES/kateproject.mo share/locale/sr@latin/LC_MESSAGES/katesearch.mo share/locale/sr@latin/LC_MESSAGES/katesnippets_tng.mo +share/locale/sr@latin/LC_MESSAGES/katesnippetsplugin.mo share/locale/sr@latin/LC_MESSAGES/katesql.mo share/locale/sr@latin/LC_MESSAGES/katesymbolviewer.mo share/locale/sr@latin/LC_MESSAGES/katetabbarextension.mo @@ -2914,6 +2946,7 @@ share/locale/sr@latin/LC_MESSAGES/kcalc.mo share/locale/sr@latin/LC_MESSAGES/kcertpart.mo share/locale/sr@latin/LC_MESSAGES/kcharselect.mo share/locale/sr@latin/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sr@latin/LC_MESSAGES/kcm_activities.mo share/locale/sr@latin/LC_MESSAGES/kcm_akonadi.mo share/locale/sr@latin/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr@latin/LC_MESSAGES/kcm_attica.mo @@ -2931,7 +2964,6 @@ share/locale/sr@latin/LC_MESSAGES/kcm_memory.mo share/locale/sr@latin/LC_MESSAGES/kcm_nepomuk.mo share/locale/sr@latin/LC_MESSAGES/kcm_pci.mo share/locale/sr@latin/LC_MESSAGES/kcm_phonon.mo -share/locale/sr@latin/LC_MESSAGES/kcm_phononxine.mo share/locale/sr@latin/LC_MESSAGES/kcm_platform.mo share/locale/sr@latin/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sr@latin/LC_MESSAGES/kcm_solid.mo @@ -3057,6 +3089,7 @@ share/locale/sr@latin/LC_MESSAGES/kio_sftp.mo share/locale/sr@latin/LC_MESSAGES/kio_sieve.mo share/locale/sr@latin/LC_MESSAGES/kio_smb.mo share/locale/sr@latin/LC_MESSAGES/kio_smtp.mo +share/locale/sr@latin/LC_MESSAGES/kio_tags.mo share/locale/sr@latin/LC_MESSAGES/kio_thumbnail.mo share/locale/sr@latin/LC_MESSAGES/kio_timeline.mo share/locale/sr@latin/LC_MESSAGES/kio_trash.mo @@ -3116,8 +3149,11 @@ share/locale/sr@latin/LC_MESSAGES/krfb.mo share/locale/sr@latin/LC_MESSAGES/kruler.mo share/locale/sr@latin/LC_MESSAGES/krunner.mo share/locale/sr@latin/LC_MESSAGES/kscd.mo +share/locale/sr@latin/LC_MESSAGES/kscreenlocker.mo +share/locale/sr@latin/LC_MESSAGES/kscreenlocker_greet.mo share/locale/sr@latin/LC_MESSAGES/kscreensaver.mo share/locale/sr@latin/LC_MESSAGES/ksendemail.mo +share/locale/sr@latin/LC_MESSAGES/ksgrd.mo share/locale/sr@latin/LC_MESSAGES/kshellcmdplugin.mo share/locale/sr@latin/LC_MESSAGES/kshisen.mo share/locale/sr@latin/LC_MESSAGES/kshorturifilter.mo @@ -3142,6 +3178,7 @@ share/locale/sr@latin/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sr@latin/LC_MESSAGES/ktexteditor_plugins.mo share/locale/sr@latin/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sr@latin/LC_MESSAGES/ktimer.mo +share/locale/sr@latin/LC_MESSAGES/ktouchpadenabler.mo share/locale/sr@latin/LC_MESSAGES/ktraderclient.mo share/locale/sr@latin/LC_MESSAGES/ktron.mo share/locale/sr@latin/LC_MESSAGES/ktuberling.mo @@ -3209,11 +3246,11 @@ share/locale/sr@latin/LC_MESSAGES/liboktetagui.mo share/locale/sr@latin/LC_MESSAGES/liboktetakasten.mo share/locale/sr@latin/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sr@latin/LC_MESSAGES/libphonon.mo +share/locale/sr@latin/LC_MESSAGES/libpimcommon.mo share/locale/sr@latin/LC_MESSAGES/libplasma.mo share/locale/sr@latin/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/sr@latin/LC_MESSAGES/libplasmaclock.mo share/locale/sr@latin/LC_MESSAGES/libplasmaweather.mo -share/locale/sr@latin/LC_MESSAGES/librtm.mo share/locale/sr@latin/LC_MESSAGES/libtaskmanager.mo share/locale/sr@latin/LC_MESSAGES/libtemplateparser.mo share/locale/sr@latin/LC_MESSAGES/lokalize.mo @@ -3228,12 +3265,14 @@ share/locale/sr@latin/LC_MESSAGES/minitoolsplugin.mo share/locale/sr@latin/LC_MESSAGES/mplayerthumbs.mo share/locale/sr@latin/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/sr@latin/LC_MESSAGES/nepomukbackup.mo +share/locale/sr@latin/LC_MESSAGES/nepomukcleaner.mo share/locale/sr@latin/LC_MESSAGES/nepomukcontroller.mo share/locale/sr@latin/LC_MESSAGES/nepomukfileindexer.mo share/locale/sr@latin/LC_MESSAGES/nepomukqueryservice.mo share/locale/sr@latin/LC_MESSAGES/nepomukserver.mo share/locale/sr@latin/LC_MESSAGES/nepomukservicestub.mo share/locale/sr@latin/LC_MESSAGES/nepomukstorage.mo +share/locale/sr@latin/LC_MESSAGES/nepomukwidgets.mo share/locale/sr@latin/LC_MESSAGES/newmailnotifieragent.mo share/locale/sr@latin/LC_MESSAGES/nsplugin.mo share/locale/sr@latin/LC_MESSAGES/okteta-mobile.mo @@ -3260,6 +3299,8 @@ share/locale/sr@latin/LC_MESSAGES/phonon_gstreamer.mo share/locale/sr@latin/LC_MESSAGES/phonon_kde.mo share/locale/sr@latin/LC_MESSAGES/phonon_vlc.mo share/locale/sr@latin/LC_MESSAGES/phononserver.mo +share/locale/sr@latin/LC_MESSAGES/picmi.mo +share/locale/sr@latin/LC_MESSAGES/pimsettingexporter.mo share/locale/sr@latin/LC_MESSAGES/plasma-desktop.mo share/locale/sr@latin/LC_MESSAGES/plasma-netbook.mo share/locale/sr@latin/LC_MESSAGES/plasma-overlay.mo @@ -3302,11 +3343,11 @@ share/locale/sr@latin/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_news.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_notes.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_pager.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_panel.mo @@ -3315,6 +3356,7 @@ share/locale/sr@latin/LC_MESSAGES/plasma_applet_paste.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -3376,6 +3418,7 @@ share/locale/sr@latin/LC_MESSAGES/plasma_runner_kill.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_locations.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo @@ -3402,22 +3445,19 @@ share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/sr@latin/LC_MESSAGES/plasmaengineexplorer.mo share/locale/sr@latin/LC_MESSAGES/plasmagenericshell.mo share/locale/sr@latin/LC_MESSAGES/plasmapkg.mo -share/locale/sr@latin/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/sr@latin/LC_MESSAGES/plasmoidviewer.mo share/locale/sr@latin/LC_MESSAGES/powerdevil.mo share/locale/sr@latin/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sr@latin/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sr@latin/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/sr@latin/LC_MESSAGES/printer-applet.mo +share/locale/sr@latin/LC_MESSAGES/print-manager.mo share/locale/sr@latin/LC_MESSAGES/processcore.mo share/locale/sr@latin/LC_MESSAGES/processui.mo share/locale/sr@latin/LC_MESSAGES/randrmonitor.mo share/locale/sr@latin/LC_MESSAGES/rellinks.mo -share/locale/sr@latin/LC_MESSAGES/remote-widgets-browser.mo share/locale/sr@latin/LC_MESSAGES/searchbarplugin.mo share/locale/sr@latin/LC_MESSAGES/solid-hardware.mo share/locale/sr@latin/LC_MESSAGES/solid-network.mo diff --git a/misc/kde4-l10n-sv/Makefile b/misc/kde4-l10n-sv/Makefile index 4ac64c174566..d915b283213d 100644 --- a/misc/kde4-l10n-sv/Makefile +++ b/misc/kde4-l10n-sv/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Swedish messages and documentation for KDE4 +COMMENT= Swedish messages and documentation for KDE SC 4 KDE4_L10N= sv diff --git a/misc/kde4-l10n-sv/Makefile.man b/misc/kde4-l10n-sv/Makefile.man index a7046f884194..6b986a67fe58 100644 --- a/misc/kde4-l10n-sv/Makefile.man +++ b/misc/kde4-l10n-sv/Makefile.man @@ -34,6 +34,7 @@ MAN1+= kmplot.1 MAN1+= kross.1 MAN1+= ktouch.1 MAN1+= makekdewidgets.1 +MAN1+= okular.1 MAN1+= plasmaengineexplorer.1 MAN1+= plasmapkg.1 MAN1+= plasmoidviewer.1 diff --git a/misc/kde4-l10n-sv/distinfo b/misc/kde4-l10n-sv/distinfo index 4a061cdee364..761d39860bd4 100644 --- a/misc/kde4-l10n-sv/distinfo +++ b/misc/kde4-l10n-sv/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-sv-4.9.5.tar.xz) = 8a02f40c1ba4399505617a42c59169cb40348b578df43e706060492ac4ed1f34 -SIZE (KDE/kde-l10n/kde-l10n-sv-4.9.5.tar.xz) = 16473804 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-sv-4.10.1.tar.xz) = ffe711e35fc4fa60c4a4ed1423db05984c055469b6a8863e402feac59b2adcbc +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-sv-4.10.1.tar.xz) = 16552328 diff --git a/misc/kde4-l10n-sv/pkg-plist b/misc/kde4-l10n-sv/pkg-plist index c60aacbc94a8..57f425df6d87 100644 --- a/misc/kde4-l10n-sv/pkg-plist +++ b/misc/kde4-l10n-sv/pkg-plist @@ -239,6 +239,7 @@ share/doc/HTML/sv/kate/man-kate.1.docbook share/doc/HTML/sv/kate/mdi.docbook share/doc/HTML/sv/kate/menus.docbook share/doc/HTML/sv/kate/part.docbook +share/doc/HTML/sv/kate/plugins-part.docbook share/doc/HTML/sv/kate/plugins.docbook share/doc/HTML/sv/kate/regular-expressions.docbook share/doc/HTML/sv/kate/vi.docbook @@ -1141,6 +1142,7 @@ share/doc/HTML/sv/kstars/colorandtemp.docbook share/doc/HTML/sv/kstars/commands.docbook share/doc/HTML/sv/kstars/common share/doc/HTML/sv/kstars/config.docbook +share/doc/HTML/sv/kstars/cosmicdist.docbook share/doc/HTML/sv/kstars/cpoles.docbook share/doc/HTML/sv/kstars/credits.docbook share/doc/HTML/sv/kstars/csphere.docbook @@ -1151,6 +1153,7 @@ share/doc/HTML/sv/kstars/devicemanager.png share/doc/HTML/sv/kstars/dumpmode.docbook share/doc/HTML/sv/kstars/ecliptic.docbook share/doc/HTML/sv/kstars/ellipticalgalaxies.docbook +share/doc/HTML/sv/kstars/epoch.docbook share/doc/HTML/sv/kstars/equinox.docbook share/doc/HTML/sv/kstars/faq.docbook share/doc/HTML/sv/kstars/find.png @@ -1182,6 +1185,7 @@ share/doc/HTML/sv/kstars/meridian.docbook share/doc/HTML/sv/kstars/newfov.png share/doc/HTML/sv/kstars/observinglist.docbook share/doc/HTML/sv/kstars/observinglist.png +share/doc/HTML/sv/kstars/obsplanner.docbook share/doc/HTML/sv/kstars/parallax.docbook share/doc/HTML/sv/kstars/popup.png share/doc/HTML/sv/kstars/precession.docbook @@ -1198,6 +1202,7 @@ share/doc/HTML/sv/kstars/solarsystem.png share/doc/HTML/sv/kstars/spiralgalaxies.docbook share/doc/HTML/sv/kstars/star_colors.png share/doc/HTML/sv/kstars/stars.docbook +share/doc/HTML/sv/kstars/telescopes.docbook share/doc/HTML/sv/kstars/timezones.docbook share/doc/HTML/sv/kstars/tools.docbook share/doc/HTML/sv/kstars/utime.docbook @@ -1320,6 +1325,7 @@ share/doc/HTML/sv/okular/common share/doc/HTML/sv/okular/configure.png share/doc/HTML/sv/okular/index.cache.bz2 share/doc/HTML/sv/okular/index.docbook +share/doc/HTML/sv/okular/man-okular.1.docbook share/doc/HTML/sv/onlinehelp/common share/doc/HTML/sv/onlinehelp/index.cache.bz2 share/doc/HTML/sv/onlinehelp/index.docbook @@ -1363,12 +1369,12 @@ share/doc/HTML/sv/parley/stat1-dlg.png share/doc/HTML/sv/parley/stat2-dlg.png share/doc/HTML/sv/parley/syn-query-dlg.png share/doc/HTML/sv/parley/verb-query-dlg.png +share/doc/HTML/sv/picmi/common +share/doc/HTML/sv/picmi/index.cache.bz2 +share/doc/HTML/sv/picmi/index.docbook share/doc/HTML/sv/plasma-desktop/common share/doc/HTML/sv/plasma-desktop/index.cache.bz2 share/doc/HTML/sv/plasma-desktop/index.docbook -share/doc/HTML/sv/printer-applet/common -share/doc/HTML/sv/printer-applet/index.cache.bz2 -share/doc/HTML/sv/printer-applet/index.docbook share/doc/HTML/sv/rocs/common share/doc/HTML/sv/rocs/index.cache.bz2 share/doc/HTML/sv/rocs/index.docbook @@ -1383,9 +1389,6 @@ share/doc/HTML/sv/step/tutorials.docbook share/doc/HTML/sv/sweeper/common share/doc/HTML/sv/sweeper/index.cache.bz2 share/doc/HTML/sv/sweeper/index.docbook -share/doc/HTML/sv/system-config-printer-kde/common -share/doc/HTML/sv/system-config-printer-kde/index.cache.bz2 -share/doc/HTML/sv/system-config-printer-kde/index.docbook share/doc/HTML/sv/systemsettings/common share/doc/HTML/sv/systemsettings/index.cache.bz2 share/doc/HTML/sv/systemsettings/index.docbook @@ -1422,6 +1425,8 @@ share/locale/sv/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sv/LC_MESSAGES/accountwizard_maildir.mo share/locale/sv/LC_MESSAGES/accountwizard_pop3.mo share/locale/sv/LC_MESSAGES/accountwizard_tine20.mo +share/locale/sv/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/sv/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/sv/LC_MESSAGES/adblock.mo share/locale/sv/LC_MESSAGES/akonadi-filestore.mo share/locale/sv/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -1430,6 +1435,7 @@ share/locale/sv/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sv/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sv/LC_MESSAGES/akonadi_google_resource.mo share/locale/sv/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/sv/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/sv/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sv/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/sv/LC_MESSAGES/akonadi_kabc_resource.mo @@ -1447,7 +1453,7 @@ share/locale/sv/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sv/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sv/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/sv/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/sv/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/sv/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/sv/LC_MESSAGES/akonadi_next.mo share/locale/sv/LC_MESSAGES/akonadi_nntp_resource.mo @@ -1472,7 +1478,6 @@ share/locale/sv/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sv/LC_MESSAGES/audiorename_plugin.mo share/locale/sv/LC_MESSAGES/autorefresh.mo share/locale/sv/LC_MESSAGES/babelfish.mo -share/locale/sv/LC_MESSAGES/backupmail.mo share/locale/sv/LC_MESSAGES/blinken.mo share/locale/sv/LC_MESSAGES/blogilo.mo share/locale/sv/LC_MESSAGES/bomber.mo @@ -1533,7 +1538,6 @@ share/locale/sv/LC_MESSAGES/kate.mo share/locale/sv/LC_MESSAGES/kate_kttsd.mo share/locale/sv/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/sv/LC_MESSAGES/katebuild-plugin.mo -share/locale/sv/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/sv/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sv/LC_MESSAGES/katefiletemplates.mo share/locale/sv/LC_MESSAGES/kategdbplugin.mo @@ -1542,9 +1546,10 @@ share/locale/sv/LC_MESSAGES/katekonsoleplugin.mo share/locale/sv/LC_MESSAGES/katemailfilesplugin.mo share/locale/sv/LC_MESSAGES/kateopenheader.mo share/locale/sv/LC_MESSAGES/katepart4.mo -share/locale/sv/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/sv/LC_MESSAGES/kateproject.mo share/locale/sv/LC_MESSAGES/katesearch.mo share/locale/sv/LC_MESSAGES/katesnippets_tng.mo +share/locale/sv/LC_MESSAGES/katesnippetsplugin.mo share/locale/sv/LC_MESSAGES/katesql.mo share/locale/sv/LC_MESSAGES/katesymbolviewer.mo share/locale/sv/LC_MESSAGES/katetabbarextension.mo @@ -1567,6 +1572,7 @@ share/locale/sv/LC_MESSAGES/kcalc.mo share/locale/sv/LC_MESSAGES/kcertpart.mo share/locale/sv/LC_MESSAGES/kcharselect.mo share/locale/sv/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/sv/LC_MESSAGES/kcm_activities.mo share/locale/sv/LC_MESSAGES/kcm_akonadi.mo share/locale/sv/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sv/LC_MESSAGES/kcm_attica.mo @@ -1584,7 +1590,6 @@ share/locale/sv/LC_MESSAGES/kcm_memory.mo share/locale/sv/LC_MESSAGES/kcm_nepomuk.mo share/locale/sv/LC_MESSAGES/kcm_pci.mo share/locale/sv/LC_MESSAGES/kcm_phonon.mo -share/locale/sv/LC_MESSAGES/kcm_phononxine.mo share/locale/sv/LC_MESSAGES/kcm_platform.mo share/locale/sv/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sv/LC_MESSAGES/kcm_solid.mo @@ -1731,12 +1736,14 @@ share/locale/sv/LC_MESSAGES/kio_sieve.mo share/locale/sv/LC_MESSAGES/kio_smb.mo share/locale/sv/LC_MESSAGES/kio_smtp.mo share/locale/sv/LC_MESSAGES/kio_svn.mo +share/locale/sv/LC_MESSAGES/kio_tags.mo share/locale/sv/LC_MESSAGES/kio_thumbnail.mo share/locale/sv/LC_MESSAGES/kio_timeline.mo share/locale/sv/LC_MESSAGES/kio_trash.mo share/locale/sv/LC_MESSAGES/kio_zeroconf.mo share/locale/sv/LC_MESSAGES/kioclient.mo share/locale/sv/LC_MESSAGES/kioexec.mo +share/locale/sv/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/sv/LC_MESSAGES/kiriki.mo share/locale/sv/LC_MESSAGES/kiten.mo share/locale/sv/LC_MESSAGES/kjots.mo @@ -1806,8 +1813,11 @@ share/locale/sv/LC_MESSAGES/kruler.mo share/locale/sv/LC_MESSAGES/krunner.mo share/locale/sv/LC_MESSAGES/ksaneplugin.mo share/locale/sv/LC_MESSAGES/kscd.mo +share/locale/sv/LC_MESSAGES/kscreenlocker.mo +share/locale/sv/LC_MESSAGES/kscreenlocker_greet.mo share/locale/sv/LC_MESSAGES/kscreensaver.mo share/locale/sv/LC_MESSAGES/ksendemail.mo +share/locale/sv/LC_MESSAGES/ksgrd.mo share/locale/sv/LC_MESSAGES/kshellcmdplugin.mo share/locale/sv/LC_MESSAGES/kshisen.mo share/locale/sv/LC_MESSAGES/kshorturifilter.mo @@ -1837,6 +1847,7 @@ share/locale/sv/LC_MESSAGES/ktimer.mo share/locale/sv/LC_MESSAGES/ktimetracker.mo share/locale/sv/LC_MESSAGES/ktnef.mo share/locale/sv/LC_MESSAGES/ktouch.mo +share/locale/sv/LC_MESSAGES/ktouchpadenabler.mo share/locale/sv/LC_MESSAGES/ktraderclient.mo share/locale/sv/LC_MESSAGES/ktron.mo share/locale/sv/LC_MESSAGES/ktuberling.mo @@ -1883,6 +1894,7 @@ share/locale/sv/LC_MESSAGES/libkdepimmobileui.mo share/locale/sv/LC_MESSAGES/libkexiv2.mo share/locale/sv/LC_MESSAGES/libkholidays.mo share/locale/sv/LC_MESSAGES/libkimap.mo +share/locale/sv/LC_MESSAGES/libkipi.mo share/locale/sv/LC_MESSAGES/libkldap.mo share/locale/sv/LC_MESSAGES/libkleopatra.mo share/locale/sv/LC_MESSAGES/libkmahjongg.mo @@ -1914,11 +1926,11 @@ share/locale/sv/LC_MESSAGES/liboktetagui.mo share/locale/sv/LC_MESSAGES/liboktetakasten.mo share/locale/sv/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sv/LC_MESSAGES/libphonon.mo +share/locale/sv/LC_MESSAGES/libpimcommon.mo share/locale/sv/LC_MESSAGES/libplasma.mo share/locale/sv/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/sv/LC_MESSAGES/libplasmaclock.mo share/locale/sv/LC_MESSAGES/libplasmaweather.mo -share/locale/sv/LC_MESSAGES/librtm.mo share/locale/sv/LC_MESSAGES/libtaskmanager.mo share/locale/sv/LC_MESSAGES/libtemplateparser.mo share/locale/sv/LC_MESSAGES/lokalize.mo @@ -1926,6 +1938,7 @@ share/locale/sv/LC_MESSAGES/lskat.mo share/locale/sv/LC_MESSAGES/mailreader.mo share/locale/sv/LC_MESSAGES/marble.mo share/locale/sv/LC_MESSAGES/marble_qt.mo +share/locale/sv/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/sv/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/sv/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/sv/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -1935,12 +1948,14 @@ share/locale/sv/LC_MESSAGES/minitoolsplugin.mo share/locale/sv/LC_MESSAGES/mplayerthumbs.mo share/locale/sv/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/sv/LC_MESSAGES/nepomukbackup.mo +share/locale/sv/LC_MESSAGES/nepomukcleaner.mo share/locale/sv/LC_MESSAGES/nepomukcontroller.mo share/locale/sv/LC_MESSAGES/nepomukfileindexer.mo share/locale/sv/LC_MESSAGES/nepomukqueryservice.mo share/locale/sv/LC_MESSAGES/nepomukserver.mo share/locale/sv/LC_MESSAGES/nepomukservicestub.mo share/locale/sv/LC_MESSAGES/nepomukstorage.mo +share/locale/sv/LC_MESSAGES/nepomukwidgets.mo share/locale/sv/LC_MESSAGES/newmailnotifieragent.mo share/locale/sv/LC_MESSAGES/notes-mobile.mo share/locale/sv/LC_MESSAGES/nsplugin.mo @@ -1963,13 +1978,17 @@ share/locale/sv/LC_MESSAGES/okular_plucker.mo share/locale/sv/LC_MESSAGES/okular_poppler.mo share/locale/sv/LC_MESSAGES/okular_tiff.mo share/locale/sv/LC_MESSAGES/okular_xps.mo +share/locale/sv/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/sv/LC_MESSAGES/pairs.mo +share/locale/sv/LC_MESSAGES/pairseditor.mo share/locale/sv/LC_MESSAGES/palapeli.mo share/locale/sv/LC_MESSAGES/parley.mo share/locale/sv/LC_MESSAGES/phonon_gstreamer.mo share/locale/sv/LC_MESSAGES/phonon_kde.mo share/locale/sv/LC_MESSAGES/phonon_vlc.mo share/locale/sv/LC_MESSAGES/phononserver.mo +share/locale/sv/LC_MESSAGES/picmi.mo +share/locale/sv/LC_MESSAGES/pimsettingexporter.mo share/locale/sv/LC_MESSAGES/plasma-desktop.mo share/locale/sv/LC_MESSAGES/plasma-netbook.mo share/locale/sv/LC_MESSAGES/plasma-overlay.mo @@ -2019,12 +2038,12 @@ share/locale/sv/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sv/LC_MESSAGES/plasma_applet_news.mo share/locale/sv/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sv/LC_MESSAGES/plasma_applet_notes.mo -share/locale/sv/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sv/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sv/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sv/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/sv/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sv/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sv/LC_MESSAGES/plasma_applet_pager.mo share/locale/sv/LC_MESSAGES/plasma_applet_panel.mo @@ -2033,6 +2052,7 @@ share/locale/sv/LC_MESSAGES/plasma_applet_paste.mo share/locale/sv/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/sv/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/sv/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/sv/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/sv/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/sv/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/sv/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -2095,6 +2115,7 @@ share/locale/sv/LC_MESSAGES/plasma_runner_kill.mo share/locale/sv/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sv/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sv/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/sv/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/sv/LC_MESSAGES/plasma_runner_locations.mo share/locale/sv/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -2122,24 +2143,23 @@ share/locale/sv/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sv/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/sv/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sv/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/sv/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/sv/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/sv/LC_MESSAGES/plasmaengineexplorer.mo share/locale/sv/LC_MESSAGES/plasmagenericshell.mo share/locale/sv/LC_MESSAGES/plasmapkg.mo -share/locale/sv/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/sv/LC_MESSAGES/plasmoidviewer.mo share/locale/sv/LC_MESSAGES/pothumbnail.mo share/locale/sv/LC_MESSAGES/powerdevil.mo share/locale/sv/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sv/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sv/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/sv/LC_MESSAGES/printer-applet.mo +share/locale/sv/LC_MESSAGES/print-manager.mo share/locale/sv/LC_MESSAGES/processcore.mo share/locale/sv/LC_MESSAGES/processui.mo share/locale/sv/LC_MESSAGES/randrmonitor.mo share/locale/sv/LC_MESSAGES/rellinks.mo -share/locale/sv/LC_MESSAGES/remote-widgets-browser.mo share/locale/sv/LC_MESSAGES/rocs.mo +share/locale/sv/LC_MESSAGES/rocscore.mo +share/locale/sv/LC_MESSAGES/rocsvisualeditor.mo share/locale/sv/LC_MESSAGES/searchbarplugin.mo share/locale/sv/LC_MESSAGES/solid-hardware.mo share/locale/sv/LC_MESSAGES/solid-network.mo @@ -2152,7 +2172,6 @@ share/locale/sv/LC_MESSAGES/strigila_diff.mo share/locale/sv/LC_MESSAGES/superkaramba.mo share/locale/sv/LC_MESSAGES/svgpart.mo share/locale/sv/LC_MESSAGES/sweeper.mo -share/locale/sv/LC_MESSAGES/system-config-printer-kde.mo share/locale/sv/LC_MESSAGES/systemsettings.mo share/locale/sv/LC_MESSAGES/tasks-mobile.mo share/locale/sv/LC_MESSAGES/timezones4.mo @@ -2168,13 +2187,12 @@ share/locale/sv/entry.desktop @dirrm share/locale/sv/LC_SCRIPTS @dirrm share/doc/HTML/sv/umbrello @dirrm share/doc/HTML/sv/systemsettings -@dirrm share/doc/HTML/sv/system-config-printer-kde @dirrm share/doc/HTML/sv/sweeper @dirrm share/doc/HTML/sv/step @dirrm share/doc/HTML/sv/sonnet @dirrm share/doc/HTML/sv/rocs -@dirrm share/doc/HTML/sv/printer-applet @dirrm share/doc/HTML/sv/plasma-desktop +@dirrm share/doc/HTML/sv/picmi @dirrm share/doc/HTML/sv/parley @dirrm share/doc/HTML/sv/palapeli @dirrm share/doc/HTML/sv/onlinehelp diff --git a/misc/kde4-l10n-tg/Makefile b/misc/kde4-l10n-tg/Makefile index 8d9c1363df1e..fa22a7c7c705 100644 --- a/misc/kde4-l10n-tg/Makefile +++ b/misc/kde4-l10n-tg/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Tajik messages and documentation for KDE4 +COMMENT= Tajik messages and documentation for KDE SC 4 KDE4_L10N= tg diff --git a/misc/kde4-l10n-tg/distinfo b/misc/kde4-l10n-tg/distinfo index e28b23728fd9..bdf615fdb0ef 100644 --- a/misc/kde4-l10n-tg/distinfo +++ b/misc/kde4-l10n-tg/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-tg-4.9.5.tar.xz) = c4086841cb78d80b7708a0084b145dfbb4d8cacee5ba4f6d64bd1673c87d4992 -SIZE (KDE/kde-l10n/kde-l10n-tg-4.9.5.tar.xz) = 1970988 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-tg-4.10.1.tar.xz) = 86a33e9151040f0a50bdd94b1e6bdfe9c1b91e4e0eeee74ab2e7e2529e4cfa64 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-tg-4.10.1.tar.xz) = 1994320 diff --git a/misc/kde4-l10n-tg/pkg-plist b/misc/kde4-l10n-tg/pkg-plist index 06d85c6f3867..ef5b1b8d51c7 100644 --- a/misc/kde4-l10n-tg/pkg-plist +++ b/misc/kde4-l10n-tg/pkg-plist @@ -72,7 +72,6 @@ share/locale/tg/LC_MESSAGES/kcm_memory.mo share/locale/tg/LC_MESSAGES/kcm_nepomuk.mo share/locale/tg/LC_MESSAGES/kcm_pci.mo share/locale/tg/LC_MESSAGES/kcm_phonon.mo -share/locale/tg/LC_MESSAGES/kcm_phononxine.mo share/locale/tg/LC_MESSAGES/kcm_solid.mo share/locale/tg/LC_MESSAGES/kcm_standard_actions.mo share/locale/tg/LC_MESSAGES/kcmaccess.mo @@ -358,10 +357,8 @@ share/locale/tg/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/tg/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/tg/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/tg/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/tg/LC_MESSAGES/plasmaengineexplorer.mo share/locale/tg/LC_MESSAGES/plasmagenericshell.mo share/locale/tg/LC_MESSAGES/plasmapkg.mo -share/locale/tg/LC_MESSAGES/plasmoidviewer.mo share/locale/tg/LC_MESSAGES/powerdevil.mo share/locale/tg/LC_MESSAGES/processcore.mo share/locale/tg/LC_MESSAGES/processui.mo diff --git a/misc/kde4-l10n-th/Makefile b/misc/kde4-l10n-th/Makefile index 8fee3eb20e66..ba200790e190 100644 --- a/misc/kde4-l10n-th/Makefile +++ b/misc/kde4-l10n-th/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Thai messages and documentation for KDE4 +COMMENT= Thai messages and documentation for KDE SC 4 KDE4_L10N= th diff --git a/misc/kde4-l10n-th/distinfo b/misc/kde4-l10n-th/distinfo index 1fa8c0e0a504..0ee6f9801a1b 100644 --- a/misc/kde4-l10n-th/distinfo +++ b/misc/kde4-l10n-th/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-th-4.9.5.tar.xz) = 706f3ea066317aececb99198a794189a0c246130b7c01ac0e2604962f1daa630 -SIZE (KDE/kde-l10n/kde-l10n-th-4.9.5.tar.xz) = 1691568 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-th-4.10.1.tar.xz) = d566ebf63f1eb2c66cabce8fc1ee1f6321f0f41e8914215f75a03bee60a92410 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-th-4.10.1.tar.xz) = 1713336 diff --git a/misc/kde4-l10n-th/pkg-plist b/misc/kde4-l10n-th/pkg-plist index 85d5ec4ece2a..3b109519429c 100644 --- a/misc/kde4-l10n-th/pkg-plist +++ b/misc/kde4-l10n-th/pkg-plist @@ -52,7 +52,6 @@ share/locale/th/LC_MESSAGES/kapman.mo share/locale/th/LC_MESSAGES/kapptemplate.mo share/locale/th/LC_MESSAGES/kate.mo share/locale/th/LC_MESSAGES/katebuild-plugin.mo -share/locale/th/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/th/LC_MESSAGES/katefilebrowserplugin.mo share/locale/th/LC_MESSAGES/katehelloworld.mo share/locale/th/LC_MESSAGES/katekonsoleplugin.mo @@ -85,7 +84,6 @@ share/locale/th/LC_MESSAGES/kcm_memory.mo share/locale/th/LC_MESSAGES/kcm_nepomuk.mo share/locale/th/LC_MESSAGES/kcm_pci.mo share/locale/th/LC_MESSAGES/kcm_phonon.mo -share/locale/th/LC_MESSAGES/kcm_phononxine.mo share/locale/th/LC_MESSAGES/kcm_platform.mo share/locale/th/LC_MESSAGES/kcm_solid.mo share/locale/th/LC_MESSAGES/kcm_solid_actions.mo @@ -411,10 +409,10 @@ share/locale/th/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/th/LC_MESSAGES/plasma_applet_news.mo share/locale/th/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/th/LC_MESSAGES/plasma_applet_notes.mo -share/locale/th/LC_MESSAGES/plasma_applet_notifications.mo share/locale/th/LC_MESSAGES/plasma_applet_notifier.mo share/locale/th/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/th/LC_MESSAGES/plasma_applet_nuclearCalculator.mo +share/locale/th/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/th/LC_MESSAGES/plasma_applet_pager.mo share/locale/th/LC_MESSAGES/plasma_applet_panel.mo share/locale/th/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -462,6 +460,7 @@ share/locale/th/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/th/LC_MESSAGES/plasma_runner_kget.mo share/locale/th/LC_MESSAGES/plasma_runner_kill.mo share/locale/th/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/th/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/th/LC_MESSAGES/plasma_runner_locations.mo share/locale/th/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/th/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo @@ -482,20 +481,18 @@ share/locale/th/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/th/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/th/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/th/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/th/LC_MESSAGES/plasmaengineexplorer.mo share/locale/th/LC_MESSAGES/plasmagenericshell.mo share/locale/th/LC_MESSAGES/plasmapkg.mo -share/locale/th/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/th/LC_MESSAGES/plasmoidviewer.mo share/locale/th/LC_MESSAGES/powerdevil.mo share/locale/th/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/th/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/th/LC_MESSAGES/printer-applet.mo share/locale/th/LC_MESSAGES/processcore.mo share/locale/th/LC_MESSAGES/processui.mo share/locale/th/LC_MESSAGES/randrmonitor.mo share/locale/th/LC_MESSAGES/rellinks.mo share/locale/th/LC_MESSAGES/rocs.mo +share/locale/th/LC_MESSAGES/rocscore.mo +share/locale/th/LC_MESSAGES/rocsvisualeditor.mo share/locale/th/LC_MESSAGES/searchbarplugin.mo share/locale/th/LC_MESSAGES/solid-hardware.mo share/locale/th/LC_MESSAGES/solid-network.mo @@ -507,7 +504,6 @@ share/locale/th/LC_MESSAGES/step_qt.mo share/locale/th/LC_MESSAGES/superkaramba.mo share/locale/th/LC_MESSAGES/svgpart.mo share/locale/th/LC_MESSAGES/sweeper.mo -share/locale/th/LC_MESSAGES/system-config-printer-kde.mo share/locale/th/LC_MESSAGES/systemsettings.mo share/locale/th/LC_MESSAGES/timezones4.mo share/locale/th/LC_MESSAGES/uachangerplugin.mo diff --git a/misc/kde4-l10n-tr/Makefile b/misc/kde4-l10n-tr/Makefile index 0e382754605b..a99a1c58a95a 100644 --- a/misc/kde4-l10n-tr/Makefile +++ b/misc/kde4-l10n-tr/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Turkish messages and documentation for KDE4 +COMMENT= Turkish messages and documentation for KDE SC 4 KDE4_L10N= tr diff --git a/misc/kde4-l10n-tr/distinfo b/misc/kde4-l10n-tr/distinfo index 76ade6c2c5e4..6363d23bb745 100644 --- a/misc/kde4-l10n-tr/distinfo +++ b/misc/kde4-l10n-tr/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-tr-4.9.5.tar.xz) = d0f9f77f0ac28448770cdba74fc19c9f248e2a70d2f6dac03bec358edd563ab3 -SIZE (KDE/kde-l10n/kde-l10n-tr-4.9.5.tar.xz) = 4039448 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-tr-4.10.1.tar.xz) = e511daca006e46072e51e50cfc4dcd64094ff3c54508a1f981d5ef9b98985749 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-tr-4.10.1.tar.xz) = 4085868 diff --git a/misc/kde4-l10n-tr/pkg-plist b/misc/kde4-l10n-tr/pkg-plist index b5542e04fda4..45c87907e7f4 100644 --- a/misc/kde4-l10n-tr/pkg-plist +++ b/misc/kde4-l10n-tr/pkg-plist @@ -139,7 +139,7 @@ share/locale/tr/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/tr/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/tr/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/tr/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/tr/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/tr/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/tr/LC_MESSAGES/akonadi_next.mo share/locale/tr/LC_MESSAGES/akonadi_nntp_resource.mo @@ -220,7 +220,6 @@ share/locale/tr/LC_MESSAGES/kate.mo share/locale/tr/LC_MESSAGES/kate_kttsd.mo share/locale/tr/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/tr/LC_MESSAGES/katebuild-plugin.mo -share/locale/tr/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/tr/LC_MESSAGES/katefilebrowserplugin.mo share/locale/tr/LC_MESSAGES/katefiletemplates.mo share/locale/tr/LC_MESSAGES/kategdbplugin.mo @@ -229,7 +228,6 @@ share/locale/tr/LC_MESSAGES/katekonsoleplugin.mo share/locale/tr/LC_MESSAGES/katemailfilesplugin.mo share/locale/tr/LC_MESSAGES/kateopenheader.mo share/locale/tr/LC_MESSAGES/katepart4.mo -share/locale/tr/LC_MESSAGES/katequickdocumentswitcherplugin.mo share/locale/tr/LC_MESSAGES/katesearch.mo share/locale/tr/LC_MESSAGES/katesnippets_tng.mo share/locale/tr/LC_MESSAGES/katesql.mo @@ -271,7 +269,6 @@ share/locale/tr/LC_MESSAGES/kcm_memory.mo share/locale/tr/LC_MESSAGES/kcm_nepomuk.mo share/locale/tr/LC_MESSAGES/kcm_pci.mo share/locale/tr/LC_MESSAGES/kcm_phonon.mo -share/locale/tr/LC_MESSAGES/kcm_phononxine.mo share/locale/tr/LC_MESSAGES/kcm_platform.mo share/locale/tr/LC_MESSAGES/kcm_remotecontrol.mo share/locale/tr/LC_MESSAGES/kcm_solid.mo @@ -603,7 +600,6 @@ share/locale/tr/LC_MESSAGES/libplasma.mo share/locale/tr/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/tr/LC_MESSAGES/libplasmaclock.mo share/locale/tr/LC_MESSAGES/libplasmaweather.mo -share/locale/tr/LC_MESSAGES/librtm.mo share/locale/tr/LC_MESSAGES/libtaskmanager.mo share/locale/tr/LC_MESSAGES/libtemplateparser.mo share/locale/tr/LC_MESSAGES/lokalize.mo @@ -702,12 +698,12 @@ share/locale/tr/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/tr/LC_MESSAGES/plasma_applet_news.mo share/locale/tr/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/tr/LC_MESSAGES/plasma_applet_notes.mo -share/locale/tr/LC_MESSAGES/plasma_applet_notifications.mo share/locale/tr/LC_MESSAGES/plasma_applet_notifier.mo share/locale/tr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/tr/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/tr/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/tr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/tr/LC_MESSAGES/plasma_applet_pager.mo share/locale/tr/LC_MESSAGES/plasma_applet_panel.mo @@ -778,6 +774,7 @@ share/locale/tr/LC_MESSAGES/plasma_runner_kill.mo share/locale/tr/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/tr/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/tr/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/tr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/tr/LC_MESSAGES/plasma_runner_locations.mo share/locale/tr/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/tr/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo @@ -805,23 +802,20 @@ share/locale/tr/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/tr/LC_MESSAGES/plasmaengineexplorer.mo share/locale/tr/LC_MESSAGES/plasmagenericshell.mo share/locale/tr/LC_MESSAGES/plasmapkg.mo -share/locale/tr/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/tr/LC_MESSAGES/plasmoidviewer.mo share/locale/tr/LC_MESSAGES/pothumbnail.mo share/locale/tr/LC_MESSAGES/powerdevil.mo share/locale/tr/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/tr/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/tr/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/tr/LC_MESSAGES/printer-applet.mo share/locale/tr/LC_MESSAGES/processcore.mo share/locale/tr/LC_MESSAGES/processui.mo share/locale/tr/LC_MESSAGES/randrmonitor.mo share/locale/tr/LC_MESSAGES/rellinks.mo -share/locale/tr/LC_MESSAGES/remote-widgets-browser.mo share/locale/tr/LC_MESSAGES/rocs.mo +share/locale/tr/LC_MESSAGES/rocscore.mo +share/locale/tr/LC_MESSAGES/rocsvisualeditor.mo share/locale/tr/LC_MESSAGES/searchbarplugin.mo share/locale/tr/LC_MESSAGES/solid-hardware.mo share/locale/tr/LC_MESSAGES/solid-network.mo @@ -834,7 +828,6 @@ share/locale/tr/LC_MESSAGES/strigila_diff.mo share/locale/tr/LC_MESSAGES/superkaramba.mo share/locale/tr/LC_MESSAGES/svgpart.mo share/locale/tr/LC_MESSAGES/sweeper.mo -share/locale/tr/LC_MESSAGES/system-config-printer-kde.mo share/locale/tr/LC_MESSAGES/systemsettings.mo share/locale/tr/LC_MESSAGES/tasks-mobile.mo share/locale/tr/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-ug/Makefile b/misc/kde4-l10n-ug/Makefile index d901a0886b50..2a6d8445cc5e 100644 --- a/misc/kde4-l10n-ug/Makefile +++ b/misc/kde4-l10n-ug/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Uighur messages and documentation for KDE4 +COMMENT= Uighur messages and documentation for KDE SC 4 KDE4_L10N= ug diff --git a/misc/kde4-l10n-ug/distinfo b/misc/kde4-l10n-ug/distinfo index 1c1204d994cf..4d4405c560ae 100644 --- a/misc/kde4-l10n-ug/distinfo +++ b/misc/kde4-l10n-ug/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ug-4.9.5.tar.xz) = 11f564a1df74509156b0d8181e0670f5dcb16e7a908fba30e0dec1cfad235796 -SIZE (KDE/kde-l10n/kde-l10n-ug-4.9.5.tar.xz) = 1724840 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ug-4.10.1.tar.xz) = 8c2d737788ff413e5caa3157ec3d892ec60903bfdc369ae36c2c8ecb1f214e32 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ug-4.10.1.tar.xz) = 1747044 diff --git a/misc/kde4-l10n-ug/pkg-plist b/misc/kde4-l10n-ug/pkg-plist index 6797a6c476e1..7c8c15da9fbf 100644 --- a/misc/kde4-l10n-ug/pkg-plist +++ b/misc/kde4-l10n-ug/pkg-plist @@ -26,7 +26,7 @@ share/locale/ug/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ug/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ug/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ug/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/ug/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/ug/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ug/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ug/LC_MESSAGES/akonadi_next.mo share/locale/ug/LC_MESSAGES/akonadi_nntp_resource.mo @@ -104,7 +104,6 @@ share/locale/ug/LC_MESSAGES/kate.mo share/locale/ug/LC_MESSAGES/kate_kttsd.mo share/locale/ug/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ug/LC_MESSAGES/katebuild-plugin.mo -share/locale/ug/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/ug/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ug/LC_MESSAGES/katefiletemplates.mo share/locale/ug/LC_MESSAGES/kategdbplugin.mo @@ -113,7 +112,6 @@ share/locale/ug/LC_MESSAGES/katekonsoleplugin.mo share/locale/ug/LC_MESSAGES/katemailfilesplugin.mo share/locale/ug/LC_MESSAGES/kateopenheader.mo share/locale/ug/LC_MESSAGES/katepart4.mo -share/locale/ug/LC_MESSAGES/katequickdocumentswitcherplugin.mo share/locale/ug/LC_MESSAGES/katesearch.mo share/locale/ug/LC_MESSAGES/katesnippets_tng.mo share/locale/ug/LC_MESSAGES/katesql.mo @@ -154,7 +152,6 @@ share/locale/ug/LC_MESSAGES/kcm_memory.mo share/locale/ug/LC_MESSAGES/kcm_nepomuk.mo share/locale/ug/LC_MESSAGES/kcm_pci.mo share/locale/ug/LC_MESSAGES/kcm_phonon.mo -share/locale/ug/LC_MESSAGES/kcm_phononxine.mo share/locale/ug/LC_MESSAGES/kcm_platform.mo share/locale/ug/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ug/LC_MESSAGES/kcm_solid.mo @@ -482,7 +479,6 @@ share/locale/ug/LC_MESSAGES/libplasma.mo share/locale/ug/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ug/LC_MESSAGES/libplasmaclock.mo share/locale/ug/LC_MESSAGES/libplasmaweather.mo -share/locale/ug/LC_MESSAGES/librtm.mo share/locale/ug/LC_MESSAGES/libtaskmanager.mo share/locale/ug/LC_MESSAGES/libtemplateparser.mo share/locale/ug/LC_MESSAGES/lokalize.mo @@ -580,12 +576,12 @@ share/locale/ug/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ug/LC_MESSAGES/plasma_applet_news.mo share/locale/ug/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ug/LC_MESSAGES/plasma_applet_notes.mo -share/locale/ug/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ug/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ug/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ug/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ug/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ug/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ug/LC_MESSAGES/plasma_applet_pager.mo share/locale/ug/LC_MESSAGES/plasma_applet_panel.mo @@ -653,6 +649,7 @@ share/locale/ug/LC_MESSAGES/plasma_runner_kill.mo share/locale/ug/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ug/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ug/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ug/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/ug/LC_MESSAGES/plasma_runner_locations.mo share/locale/ug/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/ug/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo @@ -678,22 +675,19 @@ share/locale/ug/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ug/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ug/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/ug/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/ug/LC_MESSAGES/plasmaengineexplorer.mo share/locale/ug/LC_MESSAGES/plasmagenericshell.mo share/locale/ug/LC_MESSAGES/plasmapkg.mo -share/locale/ug/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/ug/LC_MESSAGES/plasmoidviewer.mo share/locale/ug/LC_MESSAGES/powerdevil.mo share/locale/ug/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ug/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ug/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/ug/LC_MESSAGES/printer-applet.mo share/locale/ug/LC_MESSAGES/processcore.mo share/locale/ug/LC_MESSAGES/processui.mo share/locale/ug/LC_MESSAGES/randrmonitor.mo share/locale/ug/LC_MESSAGES/rellinks.mo -share/locale/ug/LC_MESSAGES/remote-widgets-browser.mo share/locale/ug/LC_MESSAGES/rocs.mo +share/locale/ug/LC_MESSAGES/rocscore.mo +share/locale/ug/LC_MESSAGES/rocsvisualeditor.mo share/locale/ug/LC_MESSAGES/searchbarplugin.mo share/locale/ug/LC_MESSAGES/solid-hardware.mo share/locale/ug/LC_MESSAGES/solid-network.mo @@ -706,7 +700,6 @@ share/locale/ug/LC_MESSAGES/strigila_diff.mo share/locale/ug/LC_MESSAGES/superkaramba.mo share/locale/ug/LC_MESSAGES/svgpart.mo share/locale/ug/LC_MESSAGES/sweeper.mo -share/locale/ug/LC_MESSAGES/system-config-printer-kde.mo share/locale/ug/LC_MESSAGES/systemsettings.mo share/locale/ug/LC_MESSAGES/tasks-mobile.mo share/locale/ug/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-wa/Makefile b/misc/kde4-l10n-wa/Makefile index 2006675aed92..0ac9e86e6a78 100644 --- a/misc/kde4-l10n-wa/Makefile +++ b/misc/kde4-l10n-wa/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Walloon messages and documentation for KDE4 +COMMENT= Walloon messages and documentation for KDE SC 4 KDE4_L10N= wa diff --git a/misc/kde4-l10n-wa/distinfo b/misc/kde4-l10n-wa/distinfo index b110ab563035..67910f0befef 100644 --- a/misc/kde4-l10n-wa/distinfo +++ b/misc/kde4-l10n-wa/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-wa-4.9.5.tar.xz) = 868effab1af1e8d964d2a5971753eeb08210568a3a6baa5b615e2667efd8b211 -SIZE (KDE/kde-l10n/kde-l10n-wa-4.9.5.tar.xz) = 1730164 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-wa-4.10.1.tar.xz) = d707dfd0ae358f2e0d77bcdc60ae3f8b617edc52c091a322e75248db140c9a52 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-wa-4.10.1.tar.xz) = 1743052 diff --git a/misc/kde4-l10n-wa/pkg-plist b/misc/kde4-l10n-wa/pkg-plist index d097dea55de5..6f7739e290e5 100644 --- a/misc/kde4-l10n-wa/pkg-plist +++ b/misc/kde4-l10n-wa/pkg-plist @@ -105,7 +105,6 @@ share/locale/wa/LC_MESSAGES/kate.mo share/locale/wa/LC_MESSAGES/katekonsoleplugin.mo share/locale/wa/LC_MESSAGES/kateopenheader.mo share/locale/wa/LC_MESSAGES/katepart4.mo -share/locale/wa/LC_MESSAGES/katequickdocumentswitcherplugin.mo share/locale/wa/LC_MESSAGES/kblankscrn.mo share/locale/wa/LC_MESSAGES/kbreakout.mo share/locale/wa/LC_MESSAGES/kcalc.mo @@ -124,7 +123,6 @@ share/locale/wa/LC_MESSAGES/kcm_memory.mo share/locale/wa/LC_MESSAGES/kcm_nepomuk.mo share/locale/wa/LC_MESSAGES/kcm_pci.mo share/locale/wa/LC_MESSAGES/kcm_phonon.mo -share/locale/wa/LC_MESSAGES/kcm_phononxine.mo share/locale/wa/LC_MESSAGES/kcm_platform.mo share/locale/wa/LC_MESSAGES/kcm_solid.mo share/locale/wa/LC_MESSAGES/kcm_solid_actions.mo @@ -365,9 +363,9 @@ share/locale/wa/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/wa/LC_MESSAGES/plasma_applet_news.mo share/locale/wa/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/wa/LC_MESSAGES/plasma_applet_notes.mo -share/locale/wa/LC_MESSAGES/plasma_applet_notifications.mo share/locale/wa/LC_MESSAGES/plasma_applet_notifier.mo share/locale/wa/LC_MESSAGES/plasma_applet_nowplaying.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/wa/LC_MESSAGES/plasma_applet_pager.mo share/locale/wa/LC_MESSAGES/plasma_applet_panel.mo share/locale/wa/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -431,11 +429,8 @@ share/locale/wa/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/wa/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/wa/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/wa/LC_MESSAGES/plasma_wallpaper_image.mo -share/locale/wa/LC_MESSAGES/plasmaengineexplorer.mo share/locale/wa/LC_MESSAGES/plasmagenericshell.mo share/locale/wa/LC_MESSAGES/plasmapkg.mo -share/locale/wa/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/wa/LC_MESSAGES/plasmoidviewer.mo share/locale/wa/LC_MESSAGES/powerdevil.mo share/locale/wa/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/wa/LC_MESSAGES/powerdevilprofilesconfig.mo diff --git a/misc/kde4-l10n/Makefile b/misc/kde4-l10n/Makefile index a92ff5037449..1394bf2f0d42 100644 --- a/misc/kde4-l10n/Makefile +++ b/misc/kde4-l10n/Makefile @@ -9,15 +9,15 @@ DISTFILES= # none EXTRACT_ONLY= # none MAINTAINER= kde@FreeBSD.org -COMMENT= Localized messages and documentation for KDE +COMMENT= Localized messages and documentation for KDE SC 4 NO_BUILD= yes USE_KDE4= kdeprefix KDE4_LANG_ALL= ar bg bs ca ca@valencia cs da de el en_GB es et eu fa \ - fi fr ga gl he hi hr hu ia is it ja kk km ko lt lv nb nds \ - nl nn pa pl pt pt_BR ro ru si sk sl sr sv tg th tr ug uk \ - vi wa zh_CN zh_TW + fi fr ga gl he hi hr hu ia is it ja kk km ko lt lv mr nb \ + nds nl nn pa pl pt pt_BR ro ru si sk sl sr sv tg th tr ug \ + uk vi wa zh_CN zh_TW ar_PORT= arabic/kde4-l10n ca@valencia_PORT= misc/kde4-l10n-ca_valencia diff --git a/misc/kde4-l10n/files/bsd.l10n.mk b/misc/kde4-l10n/files/bsd.l10n.mk index 7520fd6bc33e..0ea8697cd516 100644 --- a/misc/kde4-l10n/files/bsd.l10n.mk +++ b/misc/kde4-l10n/files/bsd.l10n.mk @@ -2,9 +2,9 @@ MASTER_SITES?= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR?= ${KDE4_BRANCH}/${PORTVERSION}/src/kde-l10n/ PKGNAMEPREFIX= ${KDE4_L10N:S/@/_/}- DISTNAME= ${PORTNAME}-${KDE4_L10N}-${PORTVERSION} -DIST_SUBDIR?= KDE/kde-l10n +DIST_SUBDIR?= KDE/${PORTVERSION}/kde-l10n -USE_XZ= yes +USE_XZ= yes USE_QT4= uic_build moc_build qmake_build rcc_build xml USE_GETTEXT= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index 978329a96d2d..abd2f475f766 100644 --- a/misc/kdeedu4/Makefile +++ b/misc/kdeedu4/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= kde@FreeBSD.org -COMMENT= Set of entertaining, educational programs for KDE 4 (meta-port) +COMMENT= Entertaining and educational programs for KDE 4 (meta port) LATEST_LINK= ${PORTNAME}4 diff --git a/misc/kdehier4/Makefile b/misc/kdehier4/Makefile index 14b2f17d919c..b3483f40764c 100644 --- a/misc/kdehier4/Makefile +++ b/misc/kdehier4/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= # none DISTFILES= # none MAINTAINER= kde@FreeBSD.org -COMMENT= Utility port that creates hierarchy of shared KDE4 directories +COMMENT= Hierarchy of shared directories for KDE 4 ports NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile index 6f80fce07f72..2622e44c3262 100644 --- a/misc/kdeutils4/Makefile +++ b/misc/kdeutils4/Makefile @@ -16,7 +16,7 @@ USE_KDE4= kdeprefix NO_BUILD= yes OPTIONS_DEFINE= ARK FILELIGHT KCALC KCHARSELECT KDF KFLOPPY KGPG \ - KREMOTECONTROL KTIMER KWALLET PRINTER_APPLET \ + KREMOTECONTROL KTIMER KWALLET PRINTMANAGER \ SUPERKARAMBA SWEEPER OPTIONS_DEFAULT= ${OPTIONS_DEFINE} @@ -30,7 +30,7 @@ KGPG_DESC= Install encryption tool KGpg KREMOTECONTROL_DESC= Install KRemoteControl KTIMER_DESC= Install countdown launcher KTimer KWALLET_DESC= Install password manager KWallet -PRINTER_APPLET_DESC= Install printer system tray utility +PRINTMANAGER_DESC= Install print manager SUPERKARAMBA_DESC= Install widget framework SuperKaramba SWEEPER_DESC= Install system cleaner Sweeper @@ -76,8 +76,8 @@ RUN_DEPENDS+= ${KDE4_PREFIX}/bin/ktimer:${PORTSDIR}/x11-clocks/ktimer RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kwalletmanager:${PORTSDIR}/security/kwallet .endif -.if ${PORT_OPTIONS:MPRINTER_APPLET} -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.if ${PORT_OPTIONS:MPRINTMANAGER} +RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/kcm_printer_manager.so:${PORTSDIR}/print/kde4-print-manager .endif .if ${PORT_OPTIONS:MSUPERKARAMBA} diff --git a/misc/kgeography/Makefile b/misc/kgeography/Makefile index 222006dc4837..cb573dc3b32c 100644 --- a/misc/kgeography/Makefile +++ b/misc/kgeography/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 geography trainer @@ -15,7 +15,7 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource USE_QT4= xml moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/misc/kgeography/distinfo b/misc/kgeography/distinfo index a614299e8c56..397980e81eae 100644 --- a/misc/kgeography/distinfo +++ b/misc/kgeography/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kgeography-4.9.5.tar.xz) = 9ca461f1b5ea2ff28a0ad23048b0ecfa67d78048e2fd4cef5602b4044ab66940 -SIZE (KDE/kgeography-4.9.5.tar.xz) = 6750944 +SHA256 (KDE/4.10.1/kgeography-4.10.1.tar.xz) = da90031c38c629438d37a32e0c91270a88ba501ef5899744c771a7d18257f30a +SIZE (KDE/4.10.1/kgeography-4.10.1.tar.xz) = 6722172 diff --git a/misc/klettres/Makefile b/misc/klettres/Makefile index 1a0578b4a4c3..48134283c125 100644 --- a/misc/klettres/Makefile +++ b/misc/klettres/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Alphabet learning tool for KDE 4 @@ -15,7 +15,7 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource USE_QT4= xml moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/misc/klettres/distinfo b/misc/klettres/distinfo index 81f79a025797..fd24e69bdbb1 100644 --- a/misc/klettres/distinfo +++ b/misc/klettres/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/klettres-4.9.5.tar.xz) = 44f67b687703526a2e7711152da04c7563d94787bfb677fc5ffd1d4997f76920 -SIZE (KDE/klettres-4.9.5.tar.xz) = 2655092 +SHA256 (KDE/4.10.1/klettres-4.10.1.tar.xz) = 4a2266e805f2dfd8002a88fae5dfa239ce3ae5ca4892025632d46075d4840b55 +SIZE (KDE/4.10.1/klettres-4.10.1.tar.xz) = 2655312 diff --git a/misc/ktouch/Makefile b/misc/ktouch/Makefile index 72845f5d365a..d5d9d048cc63 100644 --- a/misc/ktouch/Makefile +++ b/misc/ktouch/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Touch typing tutor for KDE 4 @@ -14,8 +14,10 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= phonon moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_QT4= corelib declarative opengl phonon script sql xmlpatterns \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes +USE_XORG= xkbfile MAKE_JOBS_SAFE= yes MAN1= ktouch.1 diff --git a/misc/ktouch/distinfo b/misc/ktouch/distinfo index 6196f80d5340..41a159464f5e 100644 --- a/misc/ktouch/distinfo +++ b/misc/ktouch/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/ktouch-4.9.5.tar.xz) = b6a1595360ea8d5e5a891108d7fab9a978b97fe886e3f112f2e6ab36088568bc -SIZE (KDE/ktouch-4.9.5.tar.xz) = 1724896 +SHA256 (KDE/4.10.1/ktouch-4.10.1.tar.xz) = 7a7d7db6dd2d071ec36af453ac6ee302b84416b641f1d3ebc12476435de36545 +SIZE (KDE/4.10.1/ktouch-4.10.1.tar.xz) = 2626684 diff --git a/misc/ktouch/pkg-plist b/misc/ktouch/pkg-plist index 80fbd73f77ef..4d335971f323 100644 --- a/misc/ktouch/pkg-plist +++ b/misc/ktouch/pkg-plist @@ -1,114 +1,183 @@ bin/ktouch +lib/kde4/imports/org/kde/ktouch/graph/BarGraph.qml +lib/kde4/imports/org/kde/ktouch/graph/Label.qml +lib/kde4/imports/org/kde/ktouch/graph/LegendItem.qml +lib/kde4/imports/org/kde/ktouch/graph/LineGraph.qml +lib/kde4/imports/org/kde/ktouch/graph/LineLabel.qml +lib/kde4/imports/org/kde/ktouch/graph/libgraphplugin.so +lib/kde4/imports/org/kde/ktouch/graph/qmldir share/applications/kde4/ktouch.desktop -share/apps/ktouch/Lecture/Arabic/ar.ktouch.xml -share/apps/ktouch/Lecture/Brazilian/pt.br-nativo.ktouch.xml -share/apps/ktouch/Lecture/Bulgarian/bg.ktouch.xml -share/apps/ktouch/Lecture/Bulgarian/bg.long.ktouch.xml -share/apps/ktouch/Lecture/Catalan/ca.ktouch.xml -share/apps/ktouch/Lecture/Czech/cs.ktouch.xml -share/apps/ktouch/Lecture/Danish/da.auto.ktouch.xml -share/apps/ktouch/Lecture/Danish/da.ktouch.xml -share/apps/ktouch/Lecture/Dutch/nl.junior.ktouch.xml -share/apps/ktouch/Lecture/Dutch/nl.ktouch.xml -share/apps/ktouch/Lecture/English/en.colemak.ktouch.xml -share/apps/ktouch/Lecture/English/en.dvorak1.ktouch.xml -share/apps/ktouch/Lecture/English/en.dvorak2.ktouch.xml -share/apps/ktouch/Lecture/English/en.ktouch.xml -share/apps/ktouch/Lecture/English/english_alphagrip.ktouch.xml -share/apps/ktouch/Lecture/Finnish/fi.junior.ktouch.xml -share/apps/ktouch/Lecture/Finnish/fi.ktouch.xml -share/apps/ktouch/Lecture/French/fr.auto1.ktouch.xml -share/apps/ktouch/Lecture/French/fr.auto2.ktouch.xml -share/apps/ktouch/Lecture/French/fr.dvorak1.ktouch.xml -share/apps/ktouch/Lecture/French/fr.dvorak2.ktouch.xml -share/apps/ktouch/Lecture/German/de.1.ktouch.xml -share/apps/ktouch/Lecture/German/de.2.ktouch.xml -share/apps/ktouch/Lecture/German/de.3.ktouch.xml -share/apps/ktouch/Lecture/German/de.dvorak.ktouch.xml -share/apps/ktouch/Lecture/German/de.neo2.ktouch.xml -share/apps/ktouch/Lecture/German/de.number.ktouch.xml -share/apps/ktouch/Lecture/Hellenic/el.ktouch.xml -share/apps/ktouch/Lecture/Hungarian/hu.expert.ktouch.xml -share/apps/ktouch/Lecture/Hungarian/hu.ktouch.xml -share/apps/ktouch/Lecture/Italian/it.ktouch.xml -share/apps/ktouch/Lecture/Latin/la.ktouch.xml -share/apps/ktouch/Lecture/Lithuanian/lt.ktouch.xml -share/apps/ktouch/Lecture/Norwegian/no.ktouch.xml -share/apps/ktouch/Lecture/Polish/pl.ktouch.xml -share/apps/ktouch/Lecture/Russian/ru.1.ktouch.xml -share/apps/ktouch/Lecture/Russian/ru.2.ktouch.xml -share/apps/ktouch/Lecture/Russian/ru.long.ktouch.xml -share/apps/ktouch/Lecture/Slovak/sl.ktouch.xml -share/apps/ktouch/Lecture/Slovenian/slovenian.ktouch.xml -share/apps/ktouch/Lecture/Spanish/es.1.ktouch.xml -share/apps/ktouch/Lecture/Spanish/es.2.ktouch.xml -share/apps/ktouch/Lecture/Spanish/es.3.ktouch.xml -share/apps/ktouch/Lecture/Spanish/es.dvorak.ktouch.xml -share/apps/ktouch/Lecture/Turkish/tr.ktouch.xml -share/apps/ktouch/Lecture/Ukrainian/uk.ktouch.xml -share/apps/ktouch/down.wav -share/apps/ktouch/error.wav -share/apps/ktouch/keyboard/Turkish/tr.f.keyboard.xml -share/apps/ktouch/keyboard/arabic/ar.keyboard.xml -share/apps/ktouch/keyboard/brazilian/pt.br.keyboard.xml -share/apps/ktouch/keyboard/bulgarian/bg.keyboard.xml -share/apps/ktouch/keyboard/czech/cs.qwerty.keyboard.xml -share/apps/ktouch/keyboard/czech/cs.qwertz.keyboard.xml -share/apps/ktouch/keyboard/danish/dk.keyboard.xml -share/apps/ktouch/keyboard/english/en.colemak.keyboard.xml -share/apps/ktouch/keyboard/english/en.dvorak.keyboard.xml -share/apps/ktouch/keyboard/english/en.keyboard.xml -share/apps/ktouch/keyboard/english/en_alphagrip.keyboard.xml -share/apps/ktouch/keyboard/english/en_gb.dvorak.keyboard.xml -share/apps/ktouch/keyboard/english/en_gb.qwerty.keyboard.xml -share/apps/ktouch/keyboard/estonian/ee.keyboard.xml -share/apps/ktouch/keyboard/finnish/fi.keyboard.xml -share/apps/ktouch/keyboard/french/fr.dvorak.keyboard.xml -share/apps/ktouch/keyboard/french/fr.keyboard.xml -share/apps/ktouch/keyboard/german/de.dvorak.type2.keyboard.xml -share/apps/ktouch/keyboard/german/de.keyboard.xml -share/apps/ktouch/keyboard/german/de.neo2.all.keyboard.xml -share/apps/ktouch/keyboard/greek/el.keyboard.xml -share/apps/ktouch/keyboard/hebrew/he.keyboard.xml -share/apps/ktouch/keyboard/hungarian/hu.keyboard.xml -share/apps/ktouch/keyboard/italian/it.keyboard.xml -share/apps/ktouch/keyboard/kannada/kn.keyboard.xml -share/apps/ktouch/keyboard/latin/lat.keyboard.xml -share/apps/ktouch/keyboard/lithuanian/lt.keyboard.xml -share/apps/ktouch/keyboard/norwegian/no.keyboard.xml -share/apps/ktouch/keyboard/quebec/qc.keyboard.xml -share/apps/ktouch/keyboard/portuguese/pt.keyboard.xml -share/apps/ktouch/keyboard/russian/ru.keyboard.xml -share/apps/ktouch/keyboard/russian/ru.winkeys.keyboard.xml -share/apps/ktouch/keyboard/slovak/sk.qwerty.keyboard.xml -share/apps/ktouch/keyboard/slovak/sk.qwertz.keyboard.xml -share/apps/ktouch/keyboard/slovenian/sl.keyboard.xml -share/apps/ktouch/keyboard/spanish/es.dvorak.keyboard.xml -share/apps/ktouch/keyboard/spanish/es.keyboard.xml -share/apps/ktouch/keyboard/swedish/sv.keyboard.xml -share/apps/ktouch/keyboard/swiss/ch.de.keyboard.xml -share/apps/ktouch/keyboard/swiss/ch.fr.keyboard.xml -share/apps/ktouch/keyboard/tamil/ta_eng.keyboard.xml -share/apps/ktouch/keyboard/tamil/tamil.keyboard.xml -share/apps/ktouch/keyboard/ukrainian/uk.winkeys.keyboard.xml -share/apps/ktouch/ktouchui.rc -share/apps/ktouch/splash.png -share/apps/ktouch/typewriter.wav -share/apps/ktouch/up.wav +share/apps/ktouch/courses/ara.xml +share/apps/ktouch/courses/bg1.xml +share/apps/ktouch/courses/bg2.xml +share/apps/ktouch/courses/br.xml +share/apps/ktouch/courses/cat.xml +share/apps/ktouch/courses/cz.xml +share/apps/ktouch/courses/de.dvorak.xml +share/apps/ktouch/courses/de.neo.xml +share/apps/ktouch/courses/de1.xml +share/apps/ktouch/courses/de2.xml +share/apps/ktouch/courses/dk1.xml +share/apps/ktouch/courses/es.dvorak.xml +share/apps/ktouch/courses/es1.xml +share/apps/ktouch/courses/es2.xml +share/apps/ktouch/courses/es3.xml +share/apps/ktouch/courses/fi.xml +share/apps/ktouch/courses/fr.dvarok.xml +share/apps/ktouch/courses/fr.xml +share/apps/ktouch/courses/gb.xml +share/apps/ktouch/courses/gr.xml +share/apps/ktouch/courses/it.xml +share/apps/ktouch/courses/lt.std.xml +share/apps/ktouch/courses/nl1.xml +share/apps/ktouch/courses/nl2.xml +share/apps/ktouch/courses/no.xml +share/apps/ktouch/courses/pl.xml +share/apps/ktouch/courses/ru.legacy.xml +share/apps/ktouch/courses/ru1.xml +share/apps/ktouch/courses/ru2.xml +share/apps/ktouch/courses/si.xml +share/apps/ktouch/courses/sk.xml +share/apps/ktouch/courses/tr.xml +share/apps/ktouch/courses/ua.xml +share/apps/ktouch/courses/us.colemak.xml +share/apps/ktouch/courses/us.dvorak1.xml +share/apps/ktouch/courses/us.dvorak2.xml +share/apps/ktouch/courses/us.xml +share/apps/ktouch/data.xml +share/apps/ktouch/images/accuracymeter.svgz +share/apps/ktouch/images/charactersperminutemeter.svgz +share/apps/ktouch/images/elapsedtimemeter.svgz +share/apps/ktouch/images/meterbox.svgz +share/apps/ktouch/images/resizegrip.svgz +share/apps/ktouch/images/statusled.svgz +share/apps/ktouch/images/trainingscreen.svgz +share/apps/ktouch/keyboardlayouts/ara.xml +share/apps/ktouch/keyboardlayouts/be.xml +share/apps/ktouch/keyboardlayouts/bg.xml +share/apps/ktouch/keyboardlayouts/br.xml +share/apps/ktouch/keyboardlayouts/ch.fr.xml +share/apps/ktouch/keyboardlayouts/ch.xml +share/apps/ktouch/keyboardlayouts/cz.qwerty.xml +share/apps/ktouch/keyboardlayouts/cz.xml +share/apps/ktouch/keyboardlayouts/de.dvorak.xml +share/apps/ktouch/keyboardlayouts/de.neo2.xml +share/apps/ktouch/keyboardlayouts/de.xml +share/apps/ktouch/keyboardlayouts/dk.xml +share/apps/ktouch/keyboardlayouts/ee.xml +share/apps/ktouch/keyboardlayouts/es.dvorak.xml +share/apps/ktouch/keyboardlayouts/es.xml +share/apps/ktouch/keyboardlayouts/fi.xml +share/apps/ktouch/keyboardlayouts/fr.dvorak.xml +share/apps/ktouch/keyboardlayouts/fr.xml +share/apps/ktouch/keyboardlayouts/gb.dvorak.xml +share/apps/ktouch/keyboardlayouts/gb.xml +share/apps/ktouch/keyboardlayouts/hu.xml +share/apps/ktouch/keyboardlayouts/il.xml +share/apps/ktouch/keyboardlayouts/in.kan.xml +share/apps/ktouch/keyboardlayouts/in.tam_unicode.xml +share/apps/ktouch/keyboardlayouts/it.xml +share/apps/ktouch/keyboardlayouts/latam.xml +share/apps/ktouch/keyboardlayouts/lt.std.xml +share/apps/ktouch/keyboardlayouts/no.xml +share/apps/ktouch/keyboardlayouts/pt.xml +share/apps/ktouch/keyboardlayouts/ru.legacy.xml +share/apps/ktouch/keyboardlayouts/ru.xml +share/apps/ktouch/keyboardlayouts/se.xml +share/apps/ktouch/keyboardlayouts/si.xml +share/apps/ktouch/keyboardlayouts/sk.qwerty.xml +share/apps/ktouch/keyboardlayouts/sk.xml +share/apps/ktouch/keyboardlayouts/tr.f.xml +share/apps/ktouch/keyboardlayouts/ua.xml +share/apps/ktouch/keyboardlayouts/us.colemak.xml +share/apps/ktouch/keyboardlayouts/us.dvorak.xml +share/apps/ktouch/keyboardlayouts/us.xml +share/apps/ktouch/qml/AccuracyMeter.qml +share/apps/ktouch/qml/Balloon.qml +share/apps/ktouch/qml/CharactersPerMinuteMeter.qml +share/apps/ktouch/qml/CourseDescriptionItem.qml +share/apps/ktouch/qml/CoursePage.qml +share/apps/ktouch/qml/CourseSelector.qml +share/apps/ktouch/qml/ElapsedTimeMeter.qml +share/apps/ktouch/qml/HomeScreen.qml +share/apps/ktouch/qml/InfoItem.qml +share/apps/ktouch/qml/InformationTable.qml +share/apps/ktouch/qml/InitialProfileForm.qml +share/apps/ktouch/qml/KeyItem.qml +share/apps/ktouch/qml/KeyLabel.qml +share/apps/ktouch/qml/Keyboard.qml +share/apps/ktouch/qml/KeyboardLayoutEditor.qml +share/apps/ktouch/qml/KeyboardUnavailableNotice.qml +share/apps/ktouch/qml/LearningProgressGraph.qml +share/apps/ktouch/qml/LessonLockedNotice.qml +share/apps/ktouch/qml/LessonPreview.qml +share/apps/ktouch/qml/LessonSelector.qml +share/apps/ktouch/qml/ListItem.qml +share/apps/ktouch/qml/MessageBox.qml +share/apps/ktouch/qml/Meter.qml +share/apps/ktouch/qml/NoCoursesMessage.qml +share/apps/ktouch/qml/ProfileDetailsItem.qml +share/apps/ktouch/qml/ProfileForm.qml +share/apps/ktouch/qml/ProfileSelector.qml +share/apps/ktouch/qml/ScoreScreen.qml +share/apps/ktouch/qml/SelectionGrip.qml +share/apps/ktouch/qml/SelectionRectangle.qml +share/apps/ktouch/qml/SheetDialog.qml +share/apps/ktouch/qml/StatBox.qml +share/apps/ktouch/qml/TrainingLine.qml +share/apps/ktouch/qml/TrainingScreen.qml +share/apps/ktouch/qml/TrainingScreenMenuOverlay.qml +share/apps/ktouch/qml/TrainingScreenToolbar.qml +share/apps/ktouch/qml/TrainingWidget.qml +share/apps/ktouch/qml/main.qml +share/apps/ktouch/schemata/course.xsd +share/apps/ktouch/schemata/data.xsd +share/apps/ktouch/schemata/keyboardlayout.xsd share/config.kcfg/ktouch.kcfg +share/doc/HTML/en/ktouch/Icon-arrow-down.png +share/doc/HTML/en/ktouch/Icon-arrow-left.png +share/doc/HTML/en/ktouch/Icon-arrow-right.png +share/doc/HTML/en/ktouch/Icon-arrow-up.png +share/doc/HTML/en/ktouch/Icon-configure.png +share/doc/HTML/en/ktouch/Icon-dialog-information.png +share/doc/HTML/en/ktouch/Icon-document-new.png +share/doc/HTML/en/ktouch/Icon-edit-delete.png +share/doc/HTML/en/ktouch/Icon-go-home.png +share/doc/HTML/en/ktouch/Icon-list-add.png +share/doc/HTML/en/ktouch/Icon-list-remove.png +share/doc/HTML/en/ktouch/Icon-media-playback-pause.png +share/doc/HTML/en/ktouch/Icon-object-locked.png +share/doc/HTML/en/ktouch/character_editing.png share/doc/HTML/en/ktouch/color_options.png share/doc/HTML/en/ktouch/common -share/doc/HTML/en/ktouch/general_options.png +share/doc/HTML/en/ktouch/courses.png +share/doc/HTML/en/ktouch/create.png +share/doc/HTML/en/ktouch/create_course1.png +share/doc/HTML/en/ktouch/create_course2.png +share/doc/HTML/en/ktouch/create_course3.png +share/doc/HTML/en/ktouch/create_layout1.png +share/doc/HTML/en/ktouch/create_layout2.png +share/doc/HTML/en/ktouch/create_layout3.png +share/doc/HTML/en/ktouch/home_screen.png share/doc/HTML/en/ktouch/index.cache.bz2 share/doc/HTML/en/ktouch/index.docbook -share/doc/HTML/en/ktouch/keyboard_options.png +share/doc/HTML/en/ktouch/key_editing.png +share/doc/HTML/en/ktouch/ktouch_menu.png share/doc/HTML/en/ktouch/main_screen_default_color.png share/doc/HTML/en/ktouch/main_window_german.png share/doc/HTML/en/ktouch/man-ktouch.1.docbook -share/doc/HTML/en/ktouch/sound_options.png +share/doc/HTML/en/ktouch/pause_options.png +share/doc/HTML/en/ktouch/profiles.png +share/doc/HTML/en/ktouch/profiles1.png +share/doc/HTML/en/ktouch/quality_check.png +share/doc/HTML/en/ktouch/score_screen.png +share/doc/HTML/en/ktouch/score_screen_errors.png share/doc/HTML/en/ktouch/statistics_dialog.png -share/doc/HTML/en/ktouch/statistics_dialog_chart.png +share/doc/HTML/en/ktouch/statistics_hovering.png +share/doc/HTML/en/ktouch/statistics_over.png +share/doc/HTML/en/ktouch/statistics_show.png share/doc/HTML/en/ktouch/training_options.png +share/doc/HTML/en/ktouch/welcome_screen.png share/icons/hicolor/128x128/apps/ktouch.png share/icons/hicolor/16x16/apps/ktouch.png share/icons/hicolor/22x22/apps/ktouch.png @@ -116,59 +185,14 @@ share/icons/hicolor/32x32/apps/ktouch.png share/icons/hicolor/48x48/apps/ktouch.png share/icons/hicolor/scalable/apps/ktouch.svgz @dirrm share/doc/HTML/en/ktouch -@dirrm share/apps/ktouch/keyboard/ukrainian -@dirrm share/apps/ktouch/keyboard/tamil -@dirrm share/apps/ktouch/keyboard/swiss -@dirrm share/apps/ktouch/keyboard/swedish -@dirrm share/apps/ktouch/keyboard/spanish -@dirrm share/apps/ktouch/keyboard/slovenian -@dirrm share/apps/ktouch/keyboard/slovak -@dirrm share/apps/ktouch/keyboard/russian -@dirrm share/apps/ktouch/keyboard/portuguese -@dirrm share/apps/ktouch/keyboard/quebec -@dirrm share/apps/ktouch/keyboard/norwegian -@dirrm share/apps/ktouch/keyboard/lithuanian -@dirrm share/apps/ktouch/keyboard/latin -@dirrm share/apps/ktouch/keyboard/kannada -@dirrm share/apps/ktouch/keyboard/italian -@dirrm share/apps/ktouch/keyboard/hungarian -@dirrm share/apps/ktouch/keyboard/hebrew -@dirrm share/apps/ktouch/keyboard/greek -@dirrm share/apps/ktouch/keyboard/german -@dirrm share/apps/ktouch/keyboard/french -@dirrm share/apps/ktouch/keyboard/finnish -@dirrm share/apps/ktouch/keyboard/estonian -@dirrm share/apps/ktouch/keyboard/english -@dirrm share/apps/ktouch/keyboard/danish -@dirrm share/apps/ktouch/keyboard/czech -@dirrm share/apps/ktouch/keyboard/bulgarian -@dirrm share/apps/ktouch/keyboard/brazilian -@dirrm share/apps/ktouch/keyboard/arabic -@dirrm share/apps/ktouch/keyboard/Turkish -@dirrm share/apps/ktouch/keyboard -@dirrm share/apps/ktouch/Lecture/Ukrainian -@dirrm share/apps/ktouch/Lecture/Turkish -@dirrm share/apps/ktouch/Lecture/Spanish -@dirrm share/apps/ktouch/Lecture/Slovenian -@dirrm share/apps/ktouch/Lecture/Slovak -@dirrm share/apps/ktouch/Lecture/Russian -@dirrm share/apps/ktouch/Lecture/Polish -@dirrm share/apps/ktouch/Lecture/Norwegian -@dirrm share/apps/ktouch/Lecture/Lithuanian -@dirrm share/apps/ktouch/Lecture/Latin -@dirrm share/apps/ktouch/Lecture/Italian -@dirrm share/apps/ktouch/Lecture/Hungarian -@dirrm share/apps/ktouch/Lecture/Hellenic -@dirrm share/apps/ktouch/Lecture/German -@dirrm share/apps/ktouch/Lecture/French -@dirrm share/apps/ktouch/Lecture/Finnish -@dirrm share/apps/ktouch/Lecture/English -@dirrm share/apps/ktouch/Lecture/Dutch -@dirrm share/apps/ktouch/Lecture/Danish -@dirrm share/apps/ktouch/Lecture/Czech -@dirrm share/apps/ktouch/Lecture/Catalan -@dirrm share/apps/ktouch/Lecture/Bulgarian -@dirrm share/apps/ktouch/Lecture/Brazilian -@dirrm share/apps/ktouch/Lecture/Arabic -@dirrm share/apps/ktouch/Lecture +@dirrm share/apps/ktouch/schemata +@dirrm share/apps/ktouch/qml +@dirrm share/apps/ktouch/keyboardlayouts +@dirrm share/apps/ktouch/images +@dirrm share/apps/ktouch/courses @dirrm share/apps/ktouch +@dirrm lib/kde4/imports/org/kde/ktouch/graph +@dirrm lib/kde4/imports/org/kde/ktouch +@dirrmtry lib/kde4/imports/org/kde +@dirrmtry lib/kde4/imports/org +@dirrmtry lib/kde4/imports diff --git a/misc/kwordquiz/Makefile b/misc/kwordquiz/Makefile index 8a6a462551e6..59304a6b4061 100644 --- a/misc/kwordquiz/Makefile +++ b/misc/kwordquiz/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Flash card trainer for KDE 4 @@ -15,7 +15,7 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix libkdeedu automoc4 USES= cmake:outsource USE_QT4= moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/misc/kwordquiz/distinfo b/misc/kwordquiz/distinfo index 0169b610d041..ac7b6843c148 100644 --- a/misc/kwordquiz/distinfo +++ b/misc/kwordquiz/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kwordquiz-4.9.5.tar.xz) = c4183156e2f0809162f8b65e22c370ec503a3dfdda82843353a3d74032049272 -SIZE (KDE/kwordquiz-4.9.5.tar.xz) = 1214992 +SHA256 (KDE/4.10.1/kwordquiz-4.10.1.tar.xz) = ad912881c1addfd9c290609030caa448b5724abc2a397fbdd7674c247193fd44 +SIZE (KDE/4.10.1/kwordquiz-4.10.1.tar.xz) = 1215032 diff --git a/misc/libkdeedu/Makefile b/misc/libkdeedu/Makefile index f529cd4216e8..5eb99ea21f96 100644 --- a/misc/libkdeedu/Makefile +++ b/misc/libkdeedu/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Libraries used by KDE educational applications @@ -14,8 +14,8 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= gui xml moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_QT4= corelib gui xml moc_build qmake_build rcc_build uic_build +USE_XZ= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/misc/libkdeedu/distinfo b/misc/libkdeedu/distinfo index f436b07566cb..b6053293958a 100644 --- a/misc/libkdeedu/distinfo +++ b/misc/libkdeedu/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/libkdeedu-4.9.5.tar.xz) = 4637b5792ace3848d31bdbe0d897e9a9ee789ed82529feb71948f9cc0904ed75 -SIZE (KDE/libkdeedu-4.9.5.tar.xz) = 213124 +SHA256 (KDE/4.10.1/libkdeedu-4.10.1.tar.xz) = eb4065027b48a3b7a09deb4079afbfb4a36c46846dc4d67632bcd5ab7819c8bf +SIZE (KDE/4.10.1/libkdeedu-4.10.1.tar.xz) = 213324 diff --git a/misc/parley/Makefile b/misc/parley/Makefile index fc0184a8ef27..e46d2d457e2d 100644 --- a/misc/parley/Makefile +++ b/misc/parley/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Vocabulary trainer for KDE 4 @@ -15,9 +15,9 @@ CONFLICTS= kdeedu-4.[0-6].* USE_GNOME= libxml2 libxslt USE_KDE4= kdehier kdelibs kdeprefix libkdeedu attica automoc4 USES= cmake:outsource -USE_QT4= corelib moc_build qmake_build rcc_build uic_build +USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build USE_XORG= x11 xrender -USE_XZ= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/misc/parley/distinfo b/misc/parley/distinfo index 5c9113998955..655a482bda31 100644 --- a/misc/parley/distinfo +++ b/misc/parley/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/parley-4.9.5.tar.xz) = b357c17836337df76a8a321e9a3e1c3f06d0af6c95b1ed0ab427c4bc48117e61 -SIZE (KDE/parley-4.9.5.tar.xz) = 8208116 +SHA256 (KDE/4.10.1/parley-4.10.1.tar.xz) = e021d74ba0675281406fd9233c686eb81b3b44410e9e7783d6230c5fa73d363a +SIZE (KDE/4.10.1/parley-4.10.1.tar.xz) = 8209680 diff --git a/multimedia/dragon/Makefile b/multimedia/dragon/Makefile index d926df7544fc..d63a2b826b94 100644 --- a/multimedia/dragon/Makefile +++ b/multimedia/dragon/Makefile @@ -6,10 +6,10 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= multimedia kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= A KDE multimedia player with a focus on simplicity instead of features +COMMENT= KDE multimedia player with a focus on simplicity LICENSE= GPLv2 @@ -17,12 +17,11 @@ LICENSE= GPLv2 LATEST_LINK= kdemultimedia-dragon CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* -MAKE_JOBS_SAFE= yes USES= cmake:outsource USE_KDE4= automoc4 kdehier kdelibs kdeprefix -USE_QT4= dbus phonon \ - moc_build qmake_build rcc_build uic_build +USE_QT4= phonon moc_build qmake_build rcc_build uic_build USE_XZ= yes +MAKE_JOBS_SAFE= yes MAN1= dragon.1 diff --git a/multimedia/dragon/distinfo b/multimedia/dragon/distinfo index ad63b9ecb716..04a9942357f9 100644 --- a/multimedia/dragon/distinfo +++ b/multimedia/dragon/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/dragon-4.9.5.tar.xz) = a3a23c6b4ced8098240f91837247b1b799fdf3a2a70d157ef10d3b6521d1dadd -SIZE (KDE/dragon-4.9.5.tar.xz) = 394388 +SHA256 (KDE/4.10.1/dragon-4.10.1.tar.xz) = 7157cea80036db3446e798922d3df46f74a06642451d6d642efa4e778f2bc9be +SIZE (KDE/4.10.1/dragon-4.10.1.tar.xz) = 395400 diff --git a/multimedia/kdemultimedia4-ffmpegthumbs/Makefile b/multimedia/kdemultimedia4-ffmpegthumbs/Makefile index e9e1d813d4e3..7d8aa5e5bee7 100644 --- a/multimedia/kdemultimedia4-ffmpegthumbs/Makefile +++ b/multimedia/kdemultimedia4-ffmpegthumbs/Makefile @@ -7,21 +7,26 @@ CATEGORIES= multimedia kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= kdemultimedia- -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= ffmpeg-based thumbnail creator for video files +COMMENT= FFmpeg-based thumbnail generator for video files LICENSE= GPLv2 -LIB_DEPENDS= swscale.1:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS= swscale${FFMPEG_SUFFIX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFFIX} CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* -MAKE_JOBS_SAFE= yes USES= cmake:outsource USE_KDE4= automoc4 kdehier kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes +MAKE_JOBS_SAFE= yes + +# supported versions: ffmpeg1, ffmpeg-devel +# corresponding FFMPEG_SUFFIX: '1', '-devel' +FFMPEG_SUFFIX?= 1 +CMAKE_ARGS+= -DFFMPEG_SUFFIX=${FFMPEG_SUFFIX} .include <bsd.port.mk> diff --git a/multimedia/kdemultimedia4-ffmpegthumbs/distinfo b/multimedia/kdemultimedia4-ffmpegthumbs/distinfo index d29981875168..aeb45f67a097 100644 --- a/multimedia/kdemultimedia4-ffmpegthumbs/distinfo +++ b/multimedia/kdemultimedia4-ffmpegthumbs/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/ffmpegthumbs-4.9.5.tar.xz) = 32efd9b83c569aafaae64cb9f5cc78943adf54fb4061a131749cb921a5ac0e46 -SIZE (KDE/ffmpegthumbs-4.9.5.tar.xz) = 20788 +SHA256 (KDE/4.10.1/ffmpegthumbs-4.10.1.tar.xz) = d1ee276056de2d197460cb664b20db6d56a6bf7e2ab8e477316a01d67afd6144 +SIZE (KDE/4.10.1/ffmpegthumbs-4.10.1.tar.xz) = 20824 diff --git a/multimedia/kdemultimedia4-ffmpegthumbs/files/patch-CMakeLists.txt b/multimedia/kdemultimedia4-ffmpegthumbs/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..09fbeb4129cc --- /dev/null +++ b/multimedia/kdemultimedia4-ffmpegthumbs/files/patch-CMakeLists.txt @@ -0,0 +1,20 @@ +# Reorder include directories to allow build with multiple ffmpeg installed. +# This patch must NOT be used, if FFMPEG_INCLUDE_DIRS == ${LOCALBASE}/include +# +--- ./CMakeLists.txt.orig 2013-03-01 07:07:31.562142000 +0000 ++++ ./CMakeLists.txt 2013-03-06 00:33:28.482362201 +0000 +@@ -7,11 +7,11 @@ + find_package(FFmpeg COMPONENTS AVCODEC AVFORMAT SWSCALE) + + include_directories( +- ${KDE4_INCLUDES} +- ${CMAKE_CURRENT_BINARY_DIR} ++ ${FFMPEG_INCLUDE_DIR} + ${PC_AVCODEC_INCLUDEDIR} + ${PC_AVFORMAT_INCLUDEDIR} +- ${FFMPEG_INCLUDE_DIR} ++ ${KDE4_INCLUDES} ++ ${CMAKE_CURRENT_BINARY_DIR} + ) + + # Certain versions of FFMPEG need this to be defined diff --git a/multimedia/kdemultimedia4-ffmpegthumbs/files/patch-cmake__FindFFmpeg.cmake b/multimedia/kdemultimedia4-ffmpegthumbs/files/patch-cmake__FindFFmpeg.cmake new file mode 100644 index 000000000000..2ab29a6ffb80 --- /dev/null +++ b/multimedia/kdemultimedia4-ffmpegthumbs/files/patch-cmake__FindFFmpeg.cmake @@ -0,0 +1,45 @@ +--- ./cmake/FindFFmpeg.cmake.orig 2013-03-01 07:07:31.562142000 +0000 ++++ ./cmake/FindFFmpeg.cmake 2013-03-06 00:32:09.269367542 +0000 +@@ -71,13 +71,15 @@ + ${PC_LIB${_component}_INCLUDEDIR} + ${PC_LIB${_component}_INCLUDE_DIRS} + PATH_SUFFIXES +- ffmpeg ++ ffmpeg${FFMPEG_SUFFIX} + ) + + find_library(${_component}_LIBRARIES NAMES ${_library} +- HINTS ++ HINTS + ${PC_LIB${_component}_LIBDIR} + ${PC_LIB${_component}_LIBRARY_DIRS} ++ PATH_SUFFIXES ++ ffmpeg${FFMPEG_SUFFIX} + ) + + set(${_component}_DEFINITIONS ${PC_${_component}_CFLAGS_OTHER} CACHE STRING "The ${_component} CFLAGS.") +@@ -97,13 +99,18 @@ + # Check for cached results. If there are skip the costly part. + if (NOT FFMPEG_LIBRARIES) + ++ # Look for ffmpeg1 by default. Use empty suffix for ffmpeg-0.7 ++ if (NOT DEFINED FFMPEG_SUFFIX) ++ set(FFMPEG_SUFFIX 1) ++ endif () ++ + # Check for all possible component. +- find_component(AVCODEC libavcodec avcodec libavcodec/avcodec.h) +- find_component(AVFORMAT libavformat avformat libavformat/avformat.h) +- find_component(AVDEVICE libavdevice avdevice libavdevice/avdevice.h) +- find_component(AVUTIL libavutil avutil libavutil/avutil.h) +- find_component(SWSCALE libswscale swscale libswscale/swscale.h) +- find_component(POSTPROC libpostproc postproc libpostproc/postprocess.h) ++ find_component(AVCODEC libavcodec${FFMPEG_SUFFIX} avcodec${FFMPEG_SUFFIX} libavcodec/avcodec.h) ++ find_component(AVFORMAT libavformat${FFMPEG_SUFFIX} avformat${FFMPEG_SUFFIX} libavformat/avformat.h) ++ find_component(AVDEVICE libavdevice${FFMPEG_SUFFIX} avdevice${FFMPEG_SUFFIX} libavdevice/avdevice.h) ++ find_component(AVUTIL libavutil${FFMPEG_SUFFIX} avutil${FFMPEG_SUFFIX} libavutil/avutil.h) ++ find_component(SWSCALE libswscale${FFMPEG_SUFFIX} swscale${FFMPEG_SUFFIX} libswscale/swscale.h) ++ find_component(POSTPROC libpostproc${FFMPEG_SUFFIX} postproc${FFMPEG_SUFFIX} libpostproc/postprocess.h) + + # Check if the required components were found and add their stuff to the FFMPEG_* vars. + foreach (_component ${FFmpeg_FIND_COMPONENTS}) diff --git a/multimedia/kdemultimedia4-mplayerthumbs/Makefile b/multimedia/kdemultimedia4-mplayerthumbs/Makefile index d6467efc7b5d..e91a465ad3d4 100644 --- a/multimedia/kdemultimedia4-mplayerthumbs/Makefile +++ b/multimedia/kdemultimedia4-mplayerthumbs/Makefile @@ -7,7 +7,7 @@ CATEGORIES= multimedia kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= kdemultimedia- -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= MPlayer-based thumbnail generator for video files @@ -18,10 +18,10 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* -MAKE_JOBS_SAFE= yes USES= cmake:outsource USE_KDE4= automoc4 kdehier kdelibs kdeprefix USE_QT4= phonon moc_build qmake_build rcc_build uic_build USE_XZ= yes +MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/multimedia/kdemultimedia4-mplayerthumbs/distinfo b/multimedia/kdemultimedia4-mplayerthumbs/distinfo index 24c8c8871697..cc90f6ef4b07 100644 --- a/multimedia/kdemultimedia4-mplayerthumbs/distinfo +++ b/multimedia/kdemultimedia4-mplayerthumbs/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/mplayerthumbs-4.9.5.tar.xz) = fbb6dfd2c283ff37279564241397d2806b7ec3e42c570fc269d2d925a201b074 -SIZE (KDE/mplayerthumbs-4.9.5.tar.xz) = 28104 +SHA256 (KDE/4.10.1/mplayerthumbs-4.10.1.tar.xz) = 879501f3b8de2a84d5fda176cba538ad792b36c553c50ece220f027dbb2daa4e +SIZE (KDE/4.10.1/mplayerthumbs-4.10.1.tar.xz) = 28124 diff --git a/multimedia/kdemultimedia4/Makefile b/multimedia/kdemultimedia4/Makefile index 5bd2a054473f..a56a9eafe826 100644 --- a/multimedia/kdemultimedia4/Makefile +++ b/multimedia/kdemultimedia4/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= kde@FreeBSD.org -COMMENT= KDE Multimedia applications (meta-port) +COMMENT= KDE Multimedia applications (meta port) LATEST_LINK= ${PORTNAME}4 diff --git a/net-im/kopete-kde4/Makefile b/net-im/kopete-kde4/Makefile index df078b81761e..b16204c80bee 100644 --- a/net-im/kopete-kde4/Makefile +++ b/net-im/kopete-kde4/Makefile @@ -6,7 +6,7 @@ CATEGORIES= net-im kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DISTNAME= kdenetwork-${PORTVERSION} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE multi-protocol instant messenger @@ -40,7 +40,8 @@ USE_GNOME= libxml2 libxslt USE_KDE4= kdehier kdelibs kdeprefix pimlibs \ automoc4 qimageblitz USE_OPENSSL= yes -USE_QT4= moc_build qmake_build rcc_build uic_build uic3_build +USE_QT4= corelib gui network qt3support sql xml \ + moc_build qmake_build rcc_build uic_build uic3_build USE_SQLITE= yes USE_XORG= x11 xdamage xext xscrnsaver xtst USE_XZ= yes diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 3b27f0965c2d..47cadbbca6de 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -3,11 +3,10 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= net kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE Network applications @@ -25,7 +24,8 @@ USE_KDE4= kdehier kdelibs kdeprefix libkonq pimlibs workspace \ automoc4 ontologies strigi USES= cmake:outsource USE_OPENSSL= yes -USE_QT4= moc_build qmake_build rcc_build uic_build +USE_QT4= corelib gui sql \ + moc_build qmake_build rcc_build uic_build USE_SQLITE= yes USE_XORG= x11 xdamage xext xscrnsaver xtst USE_XZ= yes diff --git a/net/kdenetwork4/distinfo b/net/kdenetwork4/distinfo index 3aa3d9020234..7ec28d3e4a85 100644 --- a/net/kdenetwork4/distinfo +++ b/net/kdenetwork4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdenetwork-4.9.5.tar.xz) = a33b00d33335786b08a76d3f837cc59c63c570ed466ae42c1516009d18ae6f70 -SIZE (KDE/kdenetwork-4.9.5.tar.xz) = 9027808 +SHA256 (KDE/4.10.1/kdenetwork-4.10.1.tar.xz) = d8e1566f444387f9bbc2a02aa75cea280ce6ae7703bac1c5f6b0d1c66c2c931a +SIZE (KDE/4.10.1/kdenetwork-4.10.1.tar.xz) = 9051764 diff --git a/net/krdc/Makefile b/net/krdc/Makefile index 8e45d93f4823..008365b45232 100644 --- a/net/krdc/Makefile +++ b/net/krdc/Makefile @@ -6,7 +6,7 @@ CATEGORIES= net kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DISTNAME= kdenetwork-${PORTVERSION} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= RDP and VNC client for KDE diff --git a/net/krfb/Makefile b/net/krfb/Makefile index b26bdecaf3f8..0c63a77cc576 100644 --- a/net/krfb/Makefile +++ b/net/krfb/Makefile @@ -6,7 +6,7 @@ CATEGORIES= net kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DISTNAME= kdenetwork-${PORTVERSION} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= VNC server for KDE @@ -20,7 +20,8 @@ CONFLICTS_INSTALL= kdenetwork-4.[1-8].* USES= cmake:outsource USE_KDE4= kdehier kdelibs kdeprefix automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USE_QT4= corelib gui network \ + moc_build qmake_build rcc_build uic_build USE_XZ= yes MAKE_JOBS_SAFE= yes diff --git a/polish/kde4-l10n/Makefile b/polish/kde4-l10n/Makefile index 3f7096746cd3..5395c082a67e 100644 --- a/polish/kde4-l10n/Makefile +++ b/polish/kde4-l10n/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= polish kde MAINTAINER= kde@FreeBSD.org -COMMENT= Polish messages and documentation for KDE4 +COMMENT= Polish messages and documentation for KDE SC 4 KDE4_L10N= pl diff --git a/polish/kde4-l10n/distinfo b/polish/kde4-l10n/distinfo index c21cbeb5f7a4..8fb9e2b00ff0 100644 --- a/polish/kde4-l10n/distinfo +++ b/polish/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-pl-4.9.5.tar.xz) = 0c4f757025d9f7d3fc963bf7fe7768d5660744b66d18830bc2ef90ffc3060381 -SIZE (KDE/kde-l10n/kde-l10n-pl-4.9.5.tar.xz) = 17689996 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-pl-4.10.1.tar.xz) = b9baf4ef9262faa625fb7391eed6c070cd7382f4d12800e1df0d9377fc9548ff +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-pl-4.10.1.tar.xz) = 17748912 diff --git a/polish/kde4-l10n/pkg-plist b/polish/kde4-l10n/pkg-plist index e6d2e77a044b..6fd7c9e01c21 100644 --- a/polish/kde4-l10n/pkg-plist +++ b/polish/kde4-l10n/pkg-plist @@ -825,6 +825,8 @@ share/locale/pl/LC_MESSAGES/accountwizard_mailbox.mo share/locale/pl/LC_MESSAGES/accountwizard_maildir.mo share/locale/pl/LC_MESSAGES/accountwizard_pop3.mo share/locale/pl/LC_MESSAGES/accountwizard_tine20.mo +share/locale/pl/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/pl/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/pl/LC_MESSAGES/adblock.mo share/locale/pl/LC_MESSAGES/akonadi-filestore.mo share/locale/pl/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -833,6 +835,7 @@ share/locale/pl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/pl/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/pl/LC_MESSAGES/akonadi_google_resource.mo share/locale/pl/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/pl/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/pl/LC_MESSAGES/akonadi_imap_resource.mo share/locale/pl/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/pl/LC_MESSAGES/akonadi_kabc_resource.mo @@ -850,7 +853,7 @@ share/locale/pl/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/pl/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/pl/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/pl/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/pl/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/pl/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/pl/LC_MESSAGES/akonadi_next.mo share/locale/pl/LC_MESSAGES/akonadi_nntp_resource.mo @@ -875,7 +878,6 @@ share/locale/pl/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/pl/LC_MESSAGES/audiorename_plugin.mo share/locale/pl/LC_MESSAGES/autorefresh.mo share/locale/pl/LC_MESSAGES/babelfish.mo -share/locale/pl/LC_MESSAGES/backupmail.mo share/locale/pl/LC_MESSAGES/blinken.mo share/locale/pl/LC_MESSAGES/blogilo.mo share/locale/pl/LC_MESSAGES/bomber.mo @@ -919,6 +921,7 @@ share/locale/pl/LC_MESSAGES/kabcformat_binary.mo share/locale/pl/LC_MESSAGES/kaccess.mo share/locale/pl/LC_MESSAGES/kaccessibleapp.mo share/locale/pl/LC_MESSAGES/kactivitymanagerd.mo +share/locale/pl/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/pl/LC_MESSAGES/kaddressbook-mobile.mo share/locale/pl/LC_MESSAGES/kaddressbook.mo share/locale/pl/LC_MESSAGES/kaddressbookmigrator.mo @@ -935,7 +938,6 @@ share/locale/pl/LC_MESSAGES/kate.mo share/locale/pl/LC_MESSAGES/kate_kttsd.mo share/locale/pl/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/pl/LC_MESSAGES/katebuild-plugin.mo -share/locale/pl/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/pl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/pl/LC_MESSAGES/katefiletemplates.mo share/locale/pl/LC_MESSAGES/kategdbplugin.mo @@ -944,9 +946,10 @@ share/locale/pl/LC_MESSAGES/katekonsoleplugin.mo share/locale/pl/LC_MESSAGES/katemailfilesplugin.mo share/locale/pl/LC_MESSAGES/kateopenheader.mo share/locale/pl/LC_MESSAGES/katepart4.mo -share/locale/pl/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/pl/LC_MESSAGES/kateproject.mo share/locale/pl/LC_MESSAGES/katesearch.mo share/locale/pl/LC_MESSAGES/katesnippets_tng.mo +share/locale/pl/LC_MESSAGES/katesnippetsplugin.mo share/locale/pl/LC_MESSAGES/katesql.mo share/locale/pl/LC_MESSAGES/katesymbolviewer.mo share/locale/pl/LC_MESSAGES/katetabbarextension.mo @@ -969,6 +972,7 @@ share/locale/pl/LC_MESSAGES/kcalc.mo share/locale/pl/LC_MESSAGES/kcertpart.mo share/locale/pl/LC_MESSAGES/kcharselect.mo share/locale/pl/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/pl/LC_MESSAGES/kcm_activities.mo share/locale/pl/LC_MESSAGES/kcm_akonadi.mo share/locale/pl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pl/LC_MESSAGES/kcm_attica.mo @@ -986,7 +990,6 @@ share/locale/pl/LC_MESSAGES/kcm_memory.mo share/locale/pl/LC_MESSAGES/kcm_nepomuk.mo share/locale/pl/LC_MESSAGES/kcm_pci.mo share/locale/pl/LC_MESSAGES/kcm_phonon.mo -share/locale/pl/LC_MESSAGES/kcm_phononxine.mo share/locale/pl/LC_MESSAGES/kcm_platform.mo share/locale/pl/LC_MESSAGES/kcm_remotecontrol.mo share/locale/pl/LC_MESSAGES/kcm_solid.mo @@ -1133,12 +1136,14 @@ share/locale/pl/LC_MESSAGES/kio_sieve.mo share/locale/pl/LC_MESSAGES/kio_smb.mo share/locale/pl/LC_MESSAGES/kio_smtp.mo share/locale/pl/LC_MESSAGES/kio_svn.mo +share/locale/pl/LC_MESSAGES/kio_tags.mo share/locale/pl/LC_MESSAGES/kio_thumbnail.mo share/locale/pl/LC_MESSAGES/kio_timeline.mo share/locale/pl/LC_MESSAGES/kio_trash.mo share/locale/pl/LC_MESSAGES/kio_zeroconf.mo share/locale/pl/LC_MESSAGES/kioclient.mo share/locale/pl/LC_MESSAGES/kioexec.mo +share/locale/pl/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/pl/LC_MESSAGES/kiriki.mo share/locale/pl/LC_MESSAGES/kiten.mo share/locale/pl/LC_MESSAGES/kjots.mo @@ -1208,8 +1213,11 @@ share/locale/pl/LC_MESSAGES/kruler.mo share/locale/pl/LC_MESSAGES/krunner.mo share/locale/pl/LC_MESSAGES/ksaneplugin.mo share/locale/pl/LC_MESSAGES/kscd.mo +share/locale/pl/LC_MESSAGES/kscreenlocker.mo +share/locale/pl/LC_MESSAGES/kscreenlocker_greet.mo share/locale/pl/LC_MESSAGES/kscreensaver.mo share/locale/pl/LC_MESSAGES/ksendemail.mo +share/locale/pl/LC_MESSAGES/ksgrd.mo share/locale/pl/LC_MESSAGES/kshellcmdplugin.mo share/locale/pl/LC_MESSAGES/kshisen.mo share/locale/pl/LC_MESSAGES/kshorturifilter.mo @@ -1239,6 +1247,7 @@ share/locale/pl/LC_MESSAGES/ktimer.mo share/locale/pl/LC_MESSAGES/ktimetracker.mo share/locale/pl/LC_MESSAGES/ktnef.mo share/locale/pl/LC_MESSAGES/ktouch.mo +share/locale/pl/LC_MESSAGES/ktouchpadenabler.mo share/locale/pl/LC_MESSAGES/ktraderclient.mo share/locale/pl/LC_MESSAGES/ktron.mo share/locale/pl/LC_MESSAGES/ktuberling.mo @@ -1285,6 +1294,7 @@ share/locale/pl/LC_MESSAGES/libkdepimmobileui.mo share/locale/pl/LC_MESSAGES/libkexiv2.mo share/locale/pl/LC_MESSAGES/libkholidays.mo share/locale/pl/LC_MESSAGES/libkimap.mo +share/locale/pl/LC_MESSAGES/libkipi.mo share/locale/pl/LC_MESSAGES/libkldap.mo share/locale/pl/LC_MESSAGES/libkleopatra.mo share/locale/pl/LC_MESSAGES/libkmahjongg.mo @@ -1316,11 +1326,11 @@ share/locale/pl/LC_MESSAGES/liboktetagui.mo share/locale/pl/LC_MESSAGES/liboktetakasten.mo share/locale/pl/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/pl/LC_MESSAGES/libphonon.mo +share/locale/pl/LC_MESSAGES/libpimcommon.mo share/locale/pl/LC_MESSAGES/libplasma.mo share/locale/pl/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/pl/LC_MESSAGES/libplasmaclock.mo share/locale/pl/LC_MESSAGES/libplasmaweather.mo -share/locale/pl/LC_MESSAGES/librtm.mo share/locale/pl/LC_MESSAGES/libtaskmanager.mo share/locale/pl/LC_MESSAGES/libtemplateparser.mo share/locale/pl/LC_MESSAGES/lokalize.mo @@ -1328,6 +1338,7 @@ share/locale/pl/LC_MESSAGES/lskat.mo share/locale/pl/LC_MESSAGES/mailreader.mo share/locale/pl/LC_MESSAGES/marble.mo share/locale/pl/LC_MESSAGES/marble_qt.mo +share/locale/pl/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/pl/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/pl/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/pl/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -1337,12 +1348,14 @@ share/locale/pl/LC_MESSAGES/minitoolsplugin.mo share/locale/pl/LC_MESSAGES/mplayerthumbs.mo share/locale/pl/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/pl/LC_MESSAGES/nepomukbackup.mo +share/locale/pl/LC_MESSAGES/nepomukcleaner.mo share/locale/pl/LC_MESSAGES/nepomukcontroller.mo share/locale/pl/LC_MESSAGES/nepomukfileindexer.mo share/locale/pl/LC_MESSAGES/nepomukqueryservice.mo share/locale/pl/LC_MESSAGES/nepomukserver.mo share/locale/pl/LC_MESSAGES/nepomukservicestub.mo share/locale/pl/LC_MESSAGES/nepomukstorage.mo +share/locale/pl/LC_MESSAGES/nepomukwidgets.mo share/locale/pl/LC_MESSAGES/newmailnotifieragent.mo share/locale/pl/LC_MESSAGES/notes-mobile.mo share/locale/pl/LC_MESSAGES/nsplugin.mo @@ -1365,13 +1378,17 @@ share/locale/pl/LC_MESSAGES/okular_plucker.mo share/locale/pl/LC_MESSAGES/okular_poppler.mo share/locale/pl/LC_MESSAGES/okular_tiff.mo share/locale/pl/LC_MESSAGES/okular_xps.mo +share/locale/pl/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/pl/LC_MESSAGES/pairs.mo +share/locale/pl/LC_MESSAGES/pairseditor.mo share/locale/pl/LC_MESSAGES/palapeli.mo share/locale/pl/LC_MESSAGES/parley.mo share/locale/pl/LC_MESSAGES/phonon_gstreamer.mo share/locale/pl/LC_MESSAGES/phonon_kde.mo share/locale/pl/LC_MESSAGES/phonon_vlc.mo share/locale/pl/LC_MESSAGES/phononserver.mo +share/locale/pl/LC_MESSAGES/picmi.mo +share/locale/pl/LC_MESSAGES/pimsettingexporter.mo share/locale/pl/LC_MESSAGES/plasma-desktop.mo share/locale/pl/LC_MESSAGES/plasma-netbook.mo share/locale/pl/LC_MESSAGES/plasma-overlay.mo @@ -1421,12 +1438,12 @@ share/locale/pl/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/pl/LC_MESSAGES/plasma_applet_news.mo share/locale/pl/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/pl/LC_MESSAGES/plasma_applet_notes.mo -share/locale/pl/LC_MESSAGES/plasma_applet_notifications.mo share/locale/pl/LC_MESSAGES/plasma_applet_notifier.mo share/locale/pl/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pl/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pl/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/pl/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/pl/LC_MESSAGES/plasma_applet_pager.mo share/locale/pl/LC_MESSAGES/plasma_applet_panel.mo @@ -1435,6 +1452,7 @@ share/locale/pl/LC_MESSAGES/plasma_applet_paste.mo share/locale/pl/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/pl/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/pl/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/pl/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/pl/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/pl/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/pl/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -1497,6 +1515,7 @@ share/locale/pl/LC_MESSAGES/plasma_runner_kill.mo share/locale/pl/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/pl/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/pl/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/pl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/pl/LC_MESSAGES/plasma_runner_locations.mo share/locale/pl/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/pl/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -1524,24 +1543,23 @@ share/locale/pl/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/pl/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/pl/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/pl/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/pl/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/pl/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/pl/LC_MESSAGES/plasmaengineexplorer.mo share/locale/pl/LC_MESSAGES/plasmagenericshell.mo share/locale/pl/LC_MESSAGES/plasmapkg.mo -share/locale/pl/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/pl/LC_MESSAGES/plasmoidviewer.mo share/locale/pl/LC_MESSAGES/pothumbnail.mo share/locale/pl/LC_MESSAGES/powerdevil.mo share/locale/pl/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/pl/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/pl/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/pl/LC_MESSAGES/printer-applet.mo +share/locale/pl/LC_MESSAGES/print-manager.mo share/locale/pl/LC_MESSAGES/processcore.mo share/locale/pl/LC_MESSAGES/processui.mo share/locale/pl/LC_MESSAGES/randrmonitor.mo share/locale/pl/LC_MESSAGES/rellinks.mo -share/locale/pl/LC_MESSAGES/remote-widgets-browser.mo share/locale/pl/LC_MESSAGES/rocs.mo +share/locale/pl/LC_MESSAGES/rocscore.mo +share/locale/pl/LC_MESSAGES/rocsvisualeditor.mo share/locale/pl/LC_MESSAGES/searchbarplugin.mo share/locale/pl/LC_MESSAGES/solid-hardware.mo share/locale/pl/LC_MESSAGES/solid-network.mo @@ -1554,7 +1572,6 @@ share/locale/pl/LC_MESSAGES/strigila_diff.mo share/locale/pl/LC_MESSAGES/superkaramba.mo share/locale/pl/LC_MESSAGES/svgpart.mo share/locale/pl/LC_MESSAGES/sweeper.mo -share/locale/pl/LC_MESSAGES/system-config-printer-kde.mo share/locale/pl/LC_MESSAGES/systemsettings.mo share/locale/pl/LC_MESSAGES/tasks-mobile.mo share/locale/pl/LC_MESSAGES/timezones4.mo diff --git a/portuguese/kde4-l10n-pt_BR/Makefile b/portuguese/kde4-l10n-pt_BR/Makefile index a374d018d8a5..c1c7914d892c 100644 --- a/portuguese/kde4-l10n-pt_BR/Makefile +++ b/portuguese/kde4-l10n-pt_BR/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= portuguese kde MAINTAINER= kde@FreeBSD.org -COMMENT= Brazilian messages and documentation for KDE4 +COMMENT= Brazilian messages and documentation for KDE SC 4 KDE4_L10N= pt_BR diff --git a/portuguese/kde4-l10n-pt_BR/Makefile.man b/portuguese/kde4-l10n-pt_BR/Makefile.man index a7046f884194..6b986a67fe58 100644 --- a/portuguese/kde4-l10n-pt_BR/Makefile.man +++ b/portuguese/kde4-l10n-pt_BR/Makefile.man @@ -34,6 +34,7 @@ MAN1+= kmplot.1 MAN1+= kross.1 MAN1+= ktouch.1 MAN1+= makekdewidgets.1 +MAN1+= okular.1 MAN1+= plasmaengineexplorer.1 MAN1+= plasmapkg.1 MAN1+= plasmoidviewer.1 diff --git a/portuguese/kde4-l10n-pt_BR/distinfo b/portuguese/kde4-l10n-pt_BR/distinfo index d73a0936ad38..0285454420bb 100644 --- a/portuguese/kde4-l10n-pt_BR/distinfo +++ b/portuguese/kde4-l10n-pt_BR/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-pt_BR-4.9.5.tar.xz) = 44661052b35e83f31e3dfb09647147da3be7ec2af35ce94595fe987444190f17 -SIZE (KDE/kde-l10n/kde-l10n-pt_BR-4.9.5.tar.xz) = 27887184 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-pt_BR-4.10.1.tar.xz) = 41359c4e5f294d0c7961607818d81492a19e745cffad670ae2d590c17b874543 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-pt_BR-4.10.1.tar.xz) = 27986124 diff --git a/portuguese/kde4-l10n-pt_BR/pkg-plist b/portuguese/kde4-l10n-pt_BR/pkg-plist index 8cf525ce50d5..a6488a0734d5 100644 --- a/portuguese/kde4-l10n-pt_BR/pkg-plist +++ b/portuguese/kde4-l10n-pt_BR/pkg-plist @@ -313,6 +313,7 @@ share/doc/HTML/pt_BR/kate/man-kate.1.docbook share/doc/HTML/pt_BR/kate/mdi.docbook share/doc/HTML/pt_BR/kate/menus.docbook share/doc/HTML/pt_BR/kate/part.docbook +share/doc/HTML/pt_BR/kate/plugins-part.docbook share/doc/HTML/pt_BR/kate/plugins.docbook share/doc/HTML/pt_BR/kate/regular-expressions.docbook share/doc/HTML/pt_BR/kate/vi.docbook @@ -1065,6 +1066,35 @@ share/doc/HTML/pt_BR/kommander/widgets.docbook share/doc/HTML/pt_BR/kompare/common share/doc/HTML/pt_BR/kompare/index.cache.bz2 share/doc/HTML/pt_BR/kompare/index.docbook +share/doc/HTML/pt_BR/konqueror/basics.docbook +share/doc/HTML/pt_BR/konqueror/bookmarks.docbook +share/doc/HTML/pt_BR/konqueror/browser.docbook +share/doc/HTML/pt_BR/konqueror/cmndline.png +share/doc/HTML/pt_BR/konqueror/commands.docbook +share/doc/HTML/pt_BR/konqueror/common +share/doc/HTML/pt_BR/konqueror/config.docbook +share/doc/HTML/pt_BR/konqueror/credits.docbook +share/doc/HTML/pt_BR/konqueror/dirtree.png +share/doc/HTML/pt_BR/konqueror/dragdrop.png +share/doc/HTML/pt_BR/konqueror/faq.docbook +share/doc/HTML/pt_BR/konqueror/filemanager.docbook +share/doc/HTML/pt_BR/konqueror/folders.png +share/doc/HTML/pt_BR/konqueror/index.cache.bz2 +share/doc/HTML/pt_BR/konqueror/index.docbook +share/doc/HTML/pt_BR/konqueror/introduction.docbook +share/doc/HTML/pt_BR/konqueror/konqorg.png +share/doc/HTML/pt_BR/konqueror/look.png +share/doc/HTML/pt_BR/konqueror/man-kbookmarkmerger.1.docbook +share/doc/HTML/pt_BR/konqueror/parts.png +share/doc/HTML/pt_BR/konqueror/path-complete.docbook +share/doc/HTML/pt_BR/konqueror/plugins.docbook +share/doc/HTML/pt_BR/konqueror/save-settings.docbook +share/doc/HTML/pt_BR/konqueror/shortcut1.png +share/doc/HTML/pt_BR/konqueror/shortcut2.png +share/doc/HTML/pt_BR/konqueror/sidebar.docbook +share/doc/HTML/pt_BR/konqueror/thumbnails.png +share/doc/HTML/pt_BR/konqueror/view-extensions.docbook +share/doc/HTML/pt_BR/konqueror/viewproperties-dialog.png share/doc/HTML/pt_BR/konquest/common share/doc/HTML/pt_BR/konquest/index.cache.bz2 share/doc/HTML/pt_BR/konquest/index.docbook @@ -1200,6 +1230,7 @@ share/doc/HTML/pt_BR/kstars/colorandtemp.docbook share/doc/HTML/pt_BR/kstars/commands.docbook share/doc/HTML/pt_BR/kstars/common share/doc/HTML/pt_BR/kstars/config.docbook +share/doc/HTML/pt_BR/kstars/cosmicdist.docbook share/doc/HTML/pt_BR/kstars/cpoles.docbook share/doc/HTML/pt_BR/kstars/credits.docbook share/doc/HTML/pt_BR/kstars/csphere.docbook @@ -1210,6 +1241,7 @@ share/doc/HTML/pt_BR/kstars/devicemanager.png share/doc/HTML/pt_BR/kstars/dumpmode.docbook share/doc/HTML/pt_BR/kstars/ecliptic.docbook share/doc/HTML/pt_BR/kstars/ellipticalgalaxies.docbook +share/doc/HTML/pt_BR/kstars/epoch.docbook share/doc/HTML/pt_BR/kstars/equinox.docbook share/doc/HTML/pt_BR/kstars/faq.docbook share/doc/HTML/pt_BR/kstars/find.png @@ -1238,6 +1270,7 @@ share/doc/HTML/pt_BR/kstars/magnitude.docbook share/doc/HTML/pt_BR/kstars/meridian.docbook share/doc/HTML/pt_BR/kstars/newfov.png share/doc/HTML/pt_BR/kstars/observinglist.docbook +share/doc/HTML/pt_BR/kstars/obsplanner.docbook share/doc/HTML/pt_BR/kstars/parallax.docbook share/doc/HTML/pt_BR/kstars/popup.png share/doc/HTML/pt_BR/kstars/precession.docbook @@ -1254,6 +1287,7 @@ share/doc/HTML/pt_BR/kstars/solarsystem.png share/doc/HTML/pt_BR/kstars/spiralgalaxies.docbook share/doc/HTML/pt_BR/kstars/star_colors.png share/doc/HTML/pt_BR/kstars/stars.docbook +share/doc/HTML/pt_BR/kstars/telescopes.docbook share/doc/HTML/pt_BR/kstars/timezones.docbook share/doc/HTML/pt_BR/kstars/tools.docbook share/doc/HTML/pt_BR/kstars/utime.docbook @@ -1376,6 +1410,7 @@ share/doc/HTML/pt_BR/okular/forms-bar.png share/doc/HTML/pt_BR/okular/index.cache.bz2 share/doc/HTML/pt_BR/okular/index.docbook share/doc/HTML/pt_BR/okular/mainwindow.png +share/doc/HTML/pt_BR/okular/man-okular.1.docbook share/doc/HTML/pt_BR/okular/presentation.png share/doc/HTML/pt_BR/onlinehelp/common share/doc/HTML/pt_BR/onlinehelp/index.cache.bz2 @@ -1386,6 +1421,9 @@ share/doc/HTML/pt_BR/palapeli/index.docbook share/doc/HTML/pt_BR/parley/common share/doc/HTML/pt_BR/parley/index.cache.bz2 share/doc/HTML/pt_BR/parley/index.docbook +share/doc/HTML/pt_BR/picmi/common +share/doc/HTML/pt_BR/picmi/index.cache.bz2 +share/doc/HTML/pt_BR/picmi/index.docbook share/doc/HTML/pt_BR/plasma-desktop/add-widgets.png share/doc/HTML/pt_BR/plasma-desktop/common share/doc/HTML/pt_BR/plasma-desktop/desktop-settings.png @@ -1396,9 +1434,6 @@ share/doc/HTML/pt_BR/plasma-desktop/index.docbook share/doc/HTML/pt_BR/plasma-desktop/panel-settings.png share/doc/HTML/pt_BR/plasma-desktop/system-tray-settings.png share/doc/HTML/pt_BR/plasma-desktop/taskbar-settings.png -share/doc/HTML/pt_BR/printer-applet/common -share/doc/HTML/pt_BR/printer-applet/index.cache.bz2 -share/doc/HTML/pt_BR/printer-applet/index.docbook share/doc/HTML/pt_BR/rocs/common share/doc/HTML/pt_BR/rocs/index.cache.bz2 share/doc/HTML/pt_BR/rocs/index.docbook @@ -1414,9 +1449,6 @@ share/doc/HTML/pt_BR/sweeper/common share/doc/HTML/pt_BR/sweeper/index.cache.bz2 share/doc/HTML/pt_BR/sweeper/index.docbook share/doc/HTML/pt_BR/sweeper/sweeper.png -share/doc/HTML/pt_BR/system-config-printer-kde/common -share/doc/HTML/pt_BR/system-config-printer-kde/index.cache.bz2 -share/doc/HTML/pt_BR/system-config-printer-kde/index.docbook share/doc/HTML/pt_BR/systemsettings/common share/doc/HTML/pt_BR/systemsettings/index.cache.bz2 share/doc/HTML/pt_BR/systemsettings/index.docbook @@ -1456,6 +1488,8 @@ share/locale/pt_BR/LC_MESSAGES/accountwizard_mailbox.mo share/locale/pt_BR/LC_MESSAGES/accountwizard_maildir.mo share/locale/pt_BR/LC_MESSAGES/accountwizard_pop3.mo share/locale/pt_BR/LC_MESSAGES/accountwizard_tine20.mo +share/locale/pt_BR/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/pt_BR/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/pt_BR/LC_MESSAGES/adblock.mo share/locale/pt_BR/LC_MESSAGES/akonadi-filestore.mo share/locale/pt_BR/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -1464,6 +1498,7 @@ share/locale/pt_BR/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_google_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/pt_BR/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_imap_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/pt_BR/LC_MESSAGES/akonadi_kabc_resource.mo @@ -1481,7 +1516,7 @@ share/locale/pt_BR/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/pt_BR/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/pt_BR/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_next.mo share/locale/pt_BR/LC_MESSAGES/akonadi_nntp_resource.mo @@ -1506,7 +1541,6 @@ share/locale/pt_BR/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/pt_BR/LC_MESSAGES/audiorename_plugin.mo share/locale/pt_BR/LC_MESSAGES/autorefresh.mo share/locale/pt_BR/LC_MESSAGES/babelfish.mo -share/locale/pt_BR/LC_MESSAGES/backupmail.mo share/locale/pt_BR/LC_MESSAGES/blinken.mo share/locale/pt_BR/LC_MESSAGES/blogilo.mo share/locale/pt_BR/LC_MESSAGES/bomber.mo @@ -1567,7 +1601,6 @@ share/locale/pt_BR/LC_MESSAGES/kate.mo share/locale/pt_BR/LC_MESSAGES/kate_kttsd.mo share/locale/pt_BR/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/pt_BR/LC_MESSAGES/katebuild-plugin.mo -share/locale/pt_BR/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/pt_BR/LC_MESSAGES/katefilebrowserplugin.mo share/locale/pt_BR/LC_MESSAGES/katefiletemplates.mo share/locale/pt_BR/LC_MESSAGES/kategdbplugin.mo @@ -1576,9 +1609,10 @@ share/locale/pt_BR/LC_MESSAGES/katekonsoleplugin.mo share/locale/pt_BR/LC_MESSAGES/katemailfilesplugin.mo share/locale/pt_BR/LC_MESSAGES/kateopenheader.mo share/locale/pt_BR/LC_MESSAGES/katepart4.mo -share/locale/pt_BR/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/pt_BR/LC_MESSAGES/kateproject.mo share/locale/pt_BR/LC_MESSAGES/katesearch.mo share/locale/pt_BR/LC_MESSAGES/katesnippets_tng.mo +share/locale/pt_BR/LC_MESSAGES/katesnippetsplugin.mo share/locale/pt_BR/LC_MESSAGES/katesql.mo share/locale/pt_BR/LC_MESSAGES/katesymbolviewer.mo share/locale/pt_BR/LC_MESSAGES/katetabbarextension.mo @@ -1601,6 +1635,7 @@ share/locale/pt_BR/LC_MESSAGES/kcalc.mo share/locale/pt_BR/LC_MESSAGES/kcertpart.mo share/locale/pt_BR/LC_MESSAGES/kcharselect.mo share/locale/pt_BR/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/pt_BR/LC_MESSAGES/kcm_activities.mo share/locale/pt_BR/LC_MESSAGES/kcm_akonadi.mo share/locale/pt_BR/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pt_BR/LC_MESSAGES/kcm_attica.mo @@ -1618,7 +1653,6 @@ share/locale/pt_BR/LC_MESSAGES/kcm_memory.mo share/locale/pt_BR/LC_MESSAGES/kcm_nepomuk.mo share/locale/pt_BR/LC_MESSAGES/kcm_pci.mo share/locale/pt_BR/LC_MESSAGES/kcm_phonon.mo -share/locale/pt_BR/LC_MESSAGES/kcm_phononxine.mo share/locale/pt_BR/LC_MESSAGES/kcm_platform.mo share/locale/pt_BR/LC_MESSAGES/kcm_remotecontrol.mo share/locale/pt_BR/LC_MESSAGES/kcm_solid.mo @@ -1765,12 +1799,14 @@ share/locale/pt_BR/LC_MESSAGES/kio_sieve.mo share/locale/pt_BR/LC_MESSAGES/kio_smb.mo share/locale/pt_BR/LC_MESSAGES/kio_smtp.mo share/locale/pt_BR/LC_MESSAGES/kio_svn.mo +share/locale/pt_BR/LC_MESSAGES/kio_tags.mo share/locale/pt_BR/LC_MESSAGES/kio_thumbnail.mo share/locale/pt_BR/LC_MESSAGES/kio_timeline.mo share/locale/pt_BR/LC_MESSAGES/kio_trash.mo share/locale/pt_BR/LC_MESSAGES/kio_zeroconf.mo share/locale/pt_BR/LC_MESSAGES/kioclient.mo share/locale/pt_BR/LC_MESSAGES/kioexec.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/pt_BR/LC_MESSAGES/kiriki.mo share/locale/pt_BR/LC_MESSAGES/kiten.mo share/locale/pt_BR/LC_MESSAGES/kjots.mo @@ -1840,8 +1876,11 @@ share/locale/pt_BR/LC_MESSAGES/kruler.mo share/locale/pt_BR/LC_MESSAGES/krunner.mo share/locale/pt_BR/LC_MESSAGES/ksaneplugin.mo share/locale/pt_BR/LC_MESSAGES/kscd.mo +share/locale/pt_BR/LC_MESSAGES/kscreenlocker.mo +share/locale/pt_BR/LC_MESSAGES/kscreenlocker_greet.mo share/locale/pt_BR/LC_MESSAGES/kscreensaver.mo share/locale/pt_BR/LC_MESSAGES/ksendemail.mo +share/locale/pt_BR/LC_MESSAGES/ksgrd.mo share/locale/pt_BR/LC_MESSAGES/kshellcmdplugin.mo share/locale/pt_BR/LC_MESSAGES/kshisen.mo share/locale/pt_BR/LC_MESSAGES/kshorturifilter.mo @@ -1871,6 +1910,7 @@ share/locale/pt_BR/LC_MESSAGES/ktimer.mo share/locale/pt_BR/LC_MESSAGES/ktimetracker.mo share/locale/pt_BR/LC_MESSAGES/ktnef.mo share/locale/pt_BR/LC_MESSAGES/ktouch.mo +share/locale/pt_BR/LC_MESSAGES/ktouchpadenabler.mo share/locale/pt_BR/LC_MESSAGES/ktraderclient.mo share/locale/pt_BR/LC_MESSAGES/ktron.mo share/locale/pt_BR/LC_MESSAGES/ktuberling.mo @@ -1917,6 +1957,7 @@ share/locale/pt_BR/LC_MESSAGES/libkdepimmobileui.mo share/locale/pt_BR/LC_MESSAGES/libkexiv2.mo share/locale/pt_BR/LC_MESSAGES/libkholidays.mo share/locale/pt_BR/LC_MESSAGES/libkimap.mo +share/locale/pt_BR/LC_MESSAGES/libkipi.mo share/locale/pt_BR/LC_MESSAGES/libkldap.mo share/locale/pt_BR/LC_MESSAGES/libkleopatra.mo share/locale/pt_BR/LC_MESSAGES/libkmahjongg.mo @@ -1948,11 +1989,11 @@ share/locale/pt_BR/LC_MESSAGES/liboktetagui.mo share/locale/pt_BR/LC_MESSAGES/liboktetakasten.mo share/locale/pt_BR/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/pt_BR/LC_MESSAGES/libphonon.mo +share/locale/pt_BR/LC_MESSAGES/libpimcommon.mo share/locale/pt_BR/LC_MESSAGES/libplasma.mo share/locale/pt_BR/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/pt_BR/LC_MESSAGES/libplasmaclock.mo share/locale/pt_BR/LC_MESSAGES/libplasmaweather.mo -share/locale/pt_BR/LC_MESSAGES/librtm.mo share/locale/pt_BR/LC_MESSAGES/libtaskmanager.mo share/locale/pt_BR/LC_MESSAGES/libtemplateparser.mo share/locale/pt_BR/LC_MESSAGES/lokalize.mo @@ -1960,6 +2001,7 @@ share/locale/pt_BR/LC_MESSAGES/lskat.mo share/locale/pt_BR/LC_MESSAGES/mailreader.mo share/locale/pt_BR/LC_MESSAGES/marble.mo share/locale/pt_BR/LC_MESSAGES/marble_qt.mo +share/locale/pt_BR/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/pt_BR/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/pt_BR/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/pt_BR/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -1969,12 +2011,15 @@ share/locale/pt_BR/LC_MESSAGES/minitoolsplugin.mo share/locale/pt_BR/LC_MESSAGES/mplayerthumbs.mo share/locale/pt_BR/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/pt_BR/LC_MESSAGES/nepomukbackup.mo +share/locale/pt_BR/LC_MESSAGES/nepomukcleaner.mo share/locale/pt_BR/LC_MESSAGES/nepomukcontroller.mo share/locale/pt_BR/LC_MESSAGES/nepomukfileindexer.mo +share/locale/pt_BR/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/pt_BR/LC_MESSAGES/nepomukqueryservice.mo share/locale/pt_BR/LC_MESSAGES/nepomukserver.mo share/locale/pt_BR/LC_MESSAGES/nepomukservicestub.mo share/locale/pt_BR/LC_MESSAGES/nepomukstorage.mo +share/locale/pt_BR/LC_MESSAGES/nepomukwidgets.mo share/locale/pt_BR/LC_MESSAGES/newmailnotifieragent.mo share/locale/pt_BR/LC_MESSAGES/notes-mobile.mo share/locale/pt_BR/LC_MESSAGES/nsplugin.mo @@ -1997,13 +2042,17 @@ share/locale/pt_BR/LC_MESSAGES/okular_plucker.mo share/locale/pt_BR/LC_MESSAGES/okular_poppler.mo share/locale/pt_BR/LC_MESSAGES/okular_tiff.mo share/locale/pt_BR/LC_MESSAGES/okular_xps.mo +share/locale/pt_BR/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/pt_BR/LC_MESSAGES/pairs.mo +share/locale/pt_BR/LC_MESSAGES/pairseditor.mo share/locale/pt_BR/LC_MESSAGES/palapeli.mo share/locale/pt_BR/LC_MESSAGES/parley.mo share/locale/pt_BR/LC_MESSAGES/phonon_gstreamer.mo share/locale/pt_BR/LC_MESSAGES/phonon_kde.mo share/locale/pt_BR/LC_MESSAGES/phonon_vlc.mo share/locale/pt_BR/LC_MESSAGES/phononserver.mo +share/locale/pt_BR/LC_MESSAGES/picmi.mo +share/locale/pt_BR/LC_MESSAGES/pimsettingexporter.mo share/locale/pt_BR/LC_MESSAGES/plasma-desktop.mo share/locale/pt_BR/LC_MESSAGES/plasma-netbook.mo share/locale/pt_BR/LC_MESSAGES/plasma-overlay.mo @@ -2053,12 +2102,12 @@ share/locale/pt_BR/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_news.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_notes.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_notifications.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_notifier.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_pager.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_panel.mo @@ -2067,6 +2116,7 @@ share/locale/pt_BR/LC_MESSAGES/plasma_applet_paste.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -2129,6 +2179,7 @@ share/locale/pt_BR/LC_MESSAGES/plasma_runner_kill.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_locations.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -2156,24 +2207,23 @@ share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/pt_BR/LC_MESSAGES/plasmaengineexplorer.mo share/locale/pt_BR/LC_MESSAGES/plasmagenericshell.mo share/locale/pt_BR/LC_MESSAGES/plasmapkg.mo -share/locale/pt_BR/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/pt_BR/LC_MESSAGES/plasmoidviewer.mo share/locale/pt_BR/LC_MESSAGES/pothumbnail.mo share/locale/pt_BR/LC_MESSAGES/powerdevil.mo share/locale/pt_BR/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/pt_BR/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/pt_BR/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/pt_BR/LC_MESSAGES/printer-applet.mo +share/locale/pt_BR/LC_MESSAGES/print-manager.mo share/locale/pt_BR/LC_MESSAGES/processcore.mo share/locale/pt_BR/LC_MESSAGES/processui.mo share/locale/pt_BR/LC_MESSAGES/randrmonitor.mo share/locale/pt_BR/LC_MESSAGES/rellinks.mo -share/locale/pt_BR/LC_MESSAGES/remote-widgets-browser.mo share/locale/pt_BR/LC_MESSAGES/rocs.mo +share/locale/pt_BR/LC_MESSAGES/rocscore.mo +share/locale/pt_BR/LC_MESSAGES/rocsvisualeditor.mo share/locale/pt_BR/LC_MESSAGES/searchbarplugin.mo share/locale/pt_BR/LC_MESSAGES/solid-hardware.mo share/locale/pt_BR/LC_MESSAGES/solid-network.mo @@ -2186,7 +2236,6 @@ share/locale/pt_BR/LC_MESSAGES/strigila_diff.mo share/locale/pt_BR/LC_MESSAGES/superkaramba.mo share/locale/pt_BR/LC_MESSAGES/svgpart.mo share/locale/pt_BR/LC_MESSAGES/sweeper.mo -share/locale/pt_BR/LC_MESSAGES/system-config-printer-kde.mo share/locale/pt_BR/LC_MESSAGES/systemsettings.mo share/locale/pt_BR/LC_MESSAGES/tasks-mobile.mo share/locale/pt_BR/LC_MESSAGES/timezones4.mo @@ -2199,13 +2248,12 @@ share/locale/pt_BR/LC_MESSAGES/xml_mimetypes.mo share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/umbrello @dirrm share/doc/HTML/pt_BR/systemsettings -@dirrm share/doc/HTML/pt_BR/system-config-printer-kde @dirrm share/doc/HTML/pt_BR/sweeper @dirrm share/doc/HTML/pt_BR/step @dirrm share/doc/HTML/pt_BR/sonnet @dirrm share/doc/HTML/pt_BR/rocs -@dirrm share/doc/HTML/pt_BR/printer-applet @dirrm share/doc/HTML/pt_BR/plasma-desktop +@dirrm share/doc/HTML/pt_BR/picmi @dirrm share/doc/HTML/pt_BR/parley @dirrm share/doc/HTML/pt_BR/palapeli @dirrm share/doc/HTML/pt_BR/onlinehelp @@ -2251,6 +2299,7 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/konsolekalendar @dirrm share/doc/HTML/pt_BR/konsole @dirrm share/doc/HTML/pt_BR/konquest +@dirrm share/doc/HTML/pt_BR/konqueror @dirrm share/doc/HTML/pt_BR/kompare @dirrm share/doc/HTML/pt_BR/kommander @dirrm share/doc/HTML/pt_BR/kolourpaint diff --git a/portuguese/kde4-l10n/Makefile b/portuguese/kde4-l10n/Makefile index d756968f6981..65de15b2ea5b 100644 --- a/portuguese/kde4-l10n/Makefile +++ b/portuguese/kde4-l10n/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= portuguese kde MAINTAINER= kde@FreeBSD.org -COMMENT= Portuguese messages and documentation for KDE4 +COMMENT= Portuguese messages and documentation for KDE SC 4 KDE4_L10N= pt diff --git a/portuguese/kde4-l10n/Makefile.man b/portuguese/kde4-l10n/Makefile.man index 826d880a4410..a7046f884194 100644 --- a/portuguese/kde4-l10n/Makefile.man +++ b/portuguese/kde4-l10n/Makefile.man @@ -11,6 +11,7 @@ MAN1+= cvslastlog.1 MAN1+= cvsrevertlast.1 MAN1+= cxxmetric.1 MAN1+= demangle.1 +MAN1+= dragon.1 MAN1+= extend_dmalloc.1 MAN1+= extractrc.1 MAN1+= fixincludes.1 diff --git a/portuguese/kde4-l10n/distinfo b/portuguese/kde4-l10n/distinfo index 9e4fc54707fe..c833db5c3342 100644 --- a/portuguese/kde4-l10n/distinfo +++ b/portuguese/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-pt-4.9.5.tar.xz) = fa95ccdf04b24ef13d836b2ae809f5e401569888a342d01e197b5d19abca5b99 -SIZE (KDE/kde-l10n/kde-l10n-pt-4.9.5.tar.xz) = 5693504 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-pt-4.10.1.tar.xz) = 38aa1cd30af14a1cd4a6c82087d01094337b3f45a73a8611c6312ac72529fa57 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-pt-4.10.1.tar.xz) = 5817332 diff --git a/portuguese/kde4-l10n/pkg-plist b/portuguese/kde4-l10n/pkg-plist index 012196ce94e1..658929d7b8b0 100644 --- a/portuguese/kde4-l10n/pkg-plist +++ b/portuguese/kde4-l10n/pkg-plist @@ -63,6 +63,7 @@ share/doc/HTML/pt/dolphin/index.docbook share/doc/HTML/pt/dragonplayer/common share/doc/HTML/pt/dragonplayer/index.cache.bz2 share/doc/HTML/pt/dragonplayer/index.docbook +share/doc/HTML/pt/dragonplayer/man-dragon.1.docbook share/doc/HTML/pt/filelight/common share/doc/HTML/pt/filelight/index.cache.bz2 share/doc/HTML/pt/filelight/index.docbook @@ -794,7 +795,6 @@ share/doc/HTML/pt/kstars/calc-geodetic.docbook share/doc/HTML/pt/kstars/calc-horizontal.docbook share/doc/HTML/pt/kstars/calc-julianday.docbook share/doc/HTML/pt/kstars/calc-planetcoords.docbook -share/doc/HTML/pt/kstars/calc-precess.docbook share/doc/HTML/pt/kstars/calc-sidereal.docbook share/doc/HTML/pt/kstars/calculator.docbook share/doc/HTML/pt/kstars/cequator.docbook @@ -802,6 +802,7 @@ share/doc/HTML/pt/kstars/colorandtemp.docbook share/doc/HTML/pt/kstars/commands.docbook share/doc/HTML/pt/kstars/common share/doc/HTML/pt/kstars/config.docbook +share/doc/HTML/pt/kstars/cosmicdist.docbook share/doc/HTML/pt/kstars/cpoles.docbook share/doc/HTML/pt/kstars/credits.docbook share/doc/HTML/pt/kstars/csphere.docbook @@ -810,6 +811,7 @@ share/doc/HTML/pt/kstars/details.docbook share/doc/HTML/pt/kstars/dumpmode.docbook share/doc/HTML/pt/kstars/ecliptic.docbook share/doc/HTML/pt/kstars/ellipticalgalaxies.docbook +share/doc/HTML/pt/kstars/epoch.docbook share/doc/HTML/pt/kstars/equinox.docbook share/doc/HTML/pt/kstars/faq.docbook share/doc/HTML/pt/kstars/fitsviewer.docbook @@ -829,7 +831,7 @@ share/doc/HTML/pt/kstars/lightcurves.docbook share/doc/HTML/pt/kstars/luminosity.docbook share/doc/HTML/pt/kstars/magnitude.docbook share/doc/HTML/pt/kstars/meridian.docbook -share/doc/HTML/pt/kstars/observinglist.docbook +share/doc/HTML/pt/kstars/obsplanner.docbook share/doc/HTML/pt/kstars/parallax.docbook share/doc/HTML/pt/kstars/precession.docbook share/doc/HTML/pt/kstars/quicktour.docbook @@ -840,6 +842,7 @@ share/doc/HTML/pt/kstars/skycoords.docbook share/doc/HTML/pt/kstars/solarsys.docbook share/doc/HTML/pt/kstars/spiralgalaxies.docbook share/doc/HTML/pt/kstars/stars.docbook +share/doc/HTML/pt/kstars/telescopes.docbook share/doc/HTML/pt/kstars/timezones.docbook share/doc/HTML/pt/kstars/tools.docbook share/doc/HTML/pt/kstars/utime.docbook @@ -863,6 +866,9 @@ share/doc/HTML/pt/ktimer/index.docbook share/doc/HTML/pt/ktimetracker/common share/doc/HTML/pt/ktimetracker/index.cache.bz2 share/doc/HTML/pt/ktimetracker/index.docbook +share/doc/HTML/pt/ktnef/common +share/doc/HTML/pt/ktnef/index.cache.bz2 +share/doc/HTML/pt/ktnef/index.docbook share/doc/HTML/pt/ktouch/common share/doc/HTML/pt/ktouch/index.cache.bz2 share/doc/HTML/pt/ktouch/index.docbook @@ -927,12 +933,12 @@ share/doc/HTML/pt/palapeli/index.docbook share/doc/HTML/pt/parley/common share/doc/HTML/pt/parley/index.cache.bz2 share/doc/HTML/pt/parley/index.docbook +share/doc/HTML/pt/picmi/common +share/doc/HTML/pt/picmi/index.cache.bz2 +share/doc/HTML/pt/picmi/index.docbook share/doc/HTML/pt/plasma-desktop/common share/doc/HTML/pt/plasma-desktop/index.cache.bz2 share/doc/HTML/pt/plasma-desktop/index.docbook -share/doc/HTML/pt/printer-applet/common -share/doc/HTML/pt/printer-applet/index.cache.bz2 -share/doc/HTML/pt/printer-applet/index.docbook share/doc/HTML/pt/rocs/common share/doc/HTML/pt/rocs/index.cache.bz2 share/doc/HTML/pt/rocs/index.docbook @@ -968,6 +974,8 @@ share/locale/pt/LC_MESSAGES/accountwizard_mailbox.mo share/locale/pt/LC_MESSAGES/accountwizard_maildir.mo share/locale/pt/LC_MESSAGES/accountwizard_pop3.mo share/locale/pt/LC_MESSAGES/accountwizard_tine20.mo +share/locale/pt/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/pt/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/pt/LC_MESSAGES/adblock.mo share/locale/pt/LC_MESSAGES/akonadi-filestore.mo share/locale/pt/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -976,6 +984,7 @@ share/locale/pt/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/pt/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/pt/LC_MESSAGES/akonadi_google_resource.mo share/locale/pt/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/pt/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/pt/LC_MESSAGES/akonadi_imap_resource.mo share/locale/pt/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/pt/LC_MESSAGES/akonadi_kabc_resource.mo @@ -993,7 +1002,7 @@ share/locale/pt/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/pt/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/pt/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/pt/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/pt/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/pt/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/pt/LC_MESSAGES/akonadi_next.mo share/locale/pt/LC_MESSAGES/akonadi_nntp_resource.mo @@ -1018,7 +1027,6 @@ share/locale/pt/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/pt/LC_MESSAGES/audiorename_plugin.mo share/locale/pt/LC_MESSAGES/autorefresh.mo share/locale/pt/LC_MESSAGES/babelfish.mo -share/locale/pt/LC_MESSAGES/backupmail.mo share/locale/pt/LC_MESSAGES/blinken.mo share/locale/pt/LC_MESSAGES/blogilo.mo share/locale/pt/LC_MESSAGES/bomber.mo @@ -1079,7 +1087,6 @@ share/locale/pt/LC_MESSAGES/kate.mo share/locale/pt/LC_MESSAGES/kate_kttsd.mo share/locale/pt/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/pt/LC_MESSAGES/katebuild-plugin.mo -share/locale/pt/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/pt/LC_MESSAGES/katefilebrowserplugin.mo share/locale/pt/LC_MESSAGES/katefiletemplates.mo share/locale/pt/LC_MESSAGES/kategdbplugin.mo @@ -1088,9 +1095,10 @@ share/locale/pt/LC_MESSAGES/katekonsoleplugin.mo share/locale/pt/LC_MESSAGES/katemailfilesplugin.mo share/locale/pt/LC_MESSAGES/kateopenheader.mo share/locale/pt/LC_MESSAGES/katepart4.mo -share/locale/pt/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/pt/LC_MESSAGES/kateproject.mo share/locale/pt/LC_MESSAGES/katesearch.mo share/locale/pt/LC_MESSAGES/katesnippets_tng.mo +share/locale/pt/LC_MESSAGES/katesnippetsplugin.mo share/locale/pt/LC_MESSAGES/katesql.mo share/locale/pt/LC_MESSAGES/katesymbolviewer.mo share/locale/pt/LC_MESSAGES/katetabbarextension.mo @@ -1113,6 +1121,7 @@ share/locale/pt/LC_MESSAGES/kcalc.mo share/locale/pt/LC_MESSAGES/kcertpart.mo share/locale/pt/LC_MESSAGES/kcharselect.mo share/locale/pt/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/pt/LC_MESSAGES/kcm_activities.mo share/locale/pt/LC_MESSAGES/kcm_akonadi.mo share/locale/pt/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pt/LC_MESSAGES/kcm_attica.mo @@ -1130,7 +1139,6 @@ share/locale/pt/LC_MESSAGES/kcm_memory.mo share/locale/pt/LC_MESSAGES/kcm_nepomuk.mo share/locale/pt/LC_MESSAGES/kcm_pci.mo share/locale/pt/LC_MESSAGES/kcm_phonon.mo -share/locale/pt/LC_MESSAGES/kcm_phononxine.mo share/locale/pt/LC_MESSAGES/kcm_platform.mo share/locale/pt/LC_MESSAGES/kcm_remotecontrol.mo share/locale/pt/LC_MESSAGES/kcm_solid.mo @@ -1277,12 +1285,14 @@ share/locale/pt/LC_MESSAGES/kio_sieve.mo share/locale/pt/LC_MESSAGES/kio_smb.mo share/locale/pt/LC_MESSAGES/kio_smtp.mo share/locale/pt/LC_MESSAGES/kio_svn.mo +share/locale/pt/LC_MESSAGES/kio_tags.mo share/locale/pt/LC_MESSAGES/kio_thumbnail.mo share/locale/pt/LC_MESSAGES/kio_timeline.mo share/locale/pt/LC_MESSAGES/kio_trash.mo share/locale/pt/LC_MESSAGES/kio_zeroconf.mo share/locale/pt/LC_MESSAGES/kioclient.mo share/locale/pt/LC_MESSAGES/kioexec.mo +share/locale/pt/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/pt/LC_MESSAGES/kiriki.mo share/locale/pt/LC_MESSAGES/kiten.mo share/locale/pt/LC_MESSAGES/kjots.mo @@ -1352,8 +1362,11 @@ share/locale/pt/LC_MESSAGES/kruler.mo share/locale/pt/LC_MESSAGES/krunner.mo share/locale/pt/LC_MESSAGES/ksaneplugin.mo share/locale/pt/LC_MESSAGES/kscd.mo +share/locale/pt/LC_MESSAGES/kscreenlocker.mo +share/locale/pt/LC_MESSAGES/kscreenlocker_greet.mo share/locale/pt/LC_MESSAGES/kscreensaver.mo share/locale/pt/LC_MESSAGES/ksendemail.mo +share/locale/pt/LC_MESSAGES/ksgrd.mo share/locale/pt/LC_MESSAGES/kshellcmdplugin.mo share/locale/pt/LC_MESSAGES/kshisen.mo share/locale/pt/LC_MESSAGES/kshorturifilter.mo @@ -1383,6 +1396,7 @@ share/locale/pt/LC_MESSAGES/ktimer.mo share/locale/pt/LC_MESSAGES/ktimetracker.mo share/locale/pt/LC_MESSAGES/ktnef.mo share/locale/pt/LC_MESSAGES/ktouch.mo +share/locale/pt/LC_MESSAGES/ktouchpadenabler.mo share/locale/pt/LC_MESSAGES/ktraderclient.mo share/locale/pt/LC_MESSAGES/ktron.mo share/locale/pt/LC_MESSAGES/ktuberling.mo @@ -1429,6 +1443,7 @@ share/locale/pt/LC_MESSAGES/libkdepimmobileui.mo share/locale/pt/LC_MESSAGES/libkexiv2.mo share/locale/pt/LC_MESSAGES/libkholidays.mo share/locale/pt/LC_MESSAGES/libkimap.mo +share/locale/pt/LC_MESSAGES/libkipi.mo share/locale/pt/LC_MESSAGES/libkldap.mo share/locale/pt/LC_MESSAGES/libkleopatra.mo share/locale/pt/LC_MESSAGES/libkmahjongg.mo @@ -1460,11 +1475,11 @@ share/locale/pt/LC_MESSAGES/liboktetagui.mo share/locale/pt/LC_MESSAGES/liboktetakasten.mo share/locale/pt/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/pt/LC_MESSAGES/libphonon.mo +share/locale/pt/LC_MESSAGES/libpimcommon.mo share/locale/pt/LC_MESSAGES/libplasma.mo share/locale/pt/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/pt/LC_MESSAGES/libplasmaclock.mo share/locale/pt/LC_MESSAGES/libplasmaweather.mo -share/locale/pt/LC_MESSAGES/librtm.mo share/locale/pt/LC_MESSAGES/libtaskmanager.mo share/locale/pt/LC_MESSAGES/libtemplateparser.mo share/locale/pt/LC_MESSAGES/lokalize.mo @@ -1472,6 +1487,7 @@ share/locale/pt/LC_MESSAGES/lskat.mo share/locale/pt/LC_MESSAGES/mailreader.mo share/locale/pt/LC_MESSAGES/marble.mo share/locale/pt/LC_MESSAGES/marble_qt.mo +share/locale/pt/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/pt/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/pt/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/pt/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -1481,12 +1497,14 @@ share/locale/pt/LC_MESSAGES/minitoolsplugin.mo share/locale/pt/LC_MESSAGES/mplayerthumbs.mo share/locale/pt/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/pt/LC_MESSAGES/nepomukbackup.mo +share/locale/pt/LC_MESSAGES/nepomukcleaner.mo share/locale/pt/LC_MESSAGES/nepomukcontroller.mo share/locale/pt/LC_MESSAGES/nepomukfileindexer.mo share/locale/pt/LC_MESSAGES/nepomukqueryservice.mo share/locale/pt/LC_MESSAGES/nepomukserver.mo share/locale/pt/LC_MESSAGES/nepomukservicestub.mo share/locale/pt/LC_MESSAGES/nepomukstorage.mo +share/locale/pt/LC_MESSAGES/nepomukwidgets.mo share/locale/pt/LC_MESSAGES/newmailnotifieragent.mo share/locale/pt/LC_MESSAGES/notes-mobile.mo share/locale/pt/LC_MESSAGES/nsplugin.mo @@ -1509,13 +1527,17 @@ share/locale/pt/LC_MESSAGES/okular_plucker.mo share/locale/pt/LC_MESSAGES/okular_poppler.mo share/locale/pt/LC_MESSAGES/okular_tiff.mo share/locale/pt/LC_MESSAGES/okular_xps.mo +share/locale/pt/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/pt/LC_MESSAGES/pairs.mo +share/locale/pt/LC_MESSAGES/pairseditor.mo share/locale/pt/LC_MESSAGES/palapeli.mo share/locale/pt/LC_MESSAGES/parley.mo share/locale/pt/LC_MESSAGES/phonon_gstreamer.mo share/locale/pt/LC_MESSAGES/phonon_kde.mo share/locale/pt/LC_MESSAGES/phonon_vlc.mo share/locale/pt/LC_MESSAGES/phononserver.mo +share/locale/pt/LC_MESSAGES/picmi.mo +share/locale/pt/LC_MESSAGES/pimsettingexporter.mo share/locale/pt/LC_MESSAGES/plasma-desktop.mo share/locale/pt/LC_MESSAGES/plasma-netbook.mo share/locale/pt/LC_MESSAGES/plasma-overlay.mo @@ -1565,12 +1587,12 @@ share/locale/pt/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/pt/LC_MESSAGES/plasma_applet_news.mo share/locale/pt/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/pt/LC_MESSAGES/plasma_applet_notes.mo -share/locale/pt/LC_MESSAGES/plasma_applet_notifications.mo share/locale/pt/LC_MESSAGES/plasma_applet_notifier.mo share/locale/pt/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pt/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pt/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/pt/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/pt/LC_MESSAGES/plasma_applet_pager.mo share/locale/pt/LC_MESSAGES/plasma_applet_panel.mo @@ -1579,6 +1601,7 @@ share/locale/pt/LC_MESSAGES/plasma_applet_paste.mo share/locale/pt/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/pt/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/pt/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/pt/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/pt/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/pt/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/pt/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -1641,6 +1664,7 @@ share/locale/pt/LC_MESSAGES/plasma_runner_kill.mo share/locale/pt/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/pt/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/pt/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/pt/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/pt/LC_MESSAGES/plasma_runner_locations.mo share/locale/pt/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -1668,24 +1692,23 @@ share/locale/pt/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/pt/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/pt/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/pt/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/pt/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/pt/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/pt/LC_MESSAGES/plasmaengineexplorer.mo share/locale/pt/LC_MESSAGES/plasmagenericshell.mo share/locale/pt/LC_MESSAGES/plasmapkg.mo -share/locale/pt/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/pt/LC_MESSAGES/plasmoidviewer.mo share/locale/pt/LC_MESSAGES/pothumbnail.mo share/locale/pt/LC_MESSAGES/powerdevil.mo share/locale/pt/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/pt/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/pt/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/pt/LC_MESSAGES/printer-applet.mo +share/locale/pt/LC_MESSAGES/print-manager.mo share/locale/pt/LC_MESSAGES/processcore.mo share/locale/pt/LC_MESSAGES/processui.mo share/locale/pt/LC_MESSAGES/randrmonitor.mo share/locale/pt/LC_MESSAGES/rellinks.mo -share/locale/pt/LC_MESSAGES/remote-widgets-browser.mo share/locale/pt/LC_MESSAGES/rocs.mo +share/locale/pt/LC_MESSAGES/rocscore.mo +share/locale/pt/LC_MESSAGES/rocsvisualeditor.mo share/locale/pt/LC_MESSAGES/searchbarplugin.mo share/locale/pt/LC_MESSAGES/solid-hardware.mo share/locale/pt/LC_MESSAGES/solid-network.mo @@ -1698,7 +1721,6 @@ share/locale/pt/LC_MESSAGES/strigila_diff.mo share/locale/pt/LC_MESSAGES/superkaramba.mo share/locale/pt/LC_MESSAGES/svgpart.mo share/locale/pt/LC_MESSAGES/sweeper.mo -share/locale/pt/LC_MESSAGES/system-config-printer-kde.mo share/locale/pt/LC_MESSAGES/systemsettings.mo share/locale/pt/LC_MESSAGES/tasks-mobile.mo share/locale/pt/LC_MESSAGES/timezones4.mo @@ -1715,8 +1737,8 @@ share/locale/pt/entry.desktop @dirrm share/doc/HTML/pt/step @dirrm share/doc/HTML/pt/sonnet @dirrm share/doc/HTML/pt/rocs -@dirrm share/doc/HTML/pt/printer-applet @dirrm share/doc/HTML/pt/plasma-desktop +@dirrm share/doc/HTML/pt/picmi @dirrm share/doc/HTML/pt/parley @dirrm share/doc/HTML/pt/palapeli @dirrm share/doc/HTML/pt/onlinehelp @@ -1735,6 +1757,7 @@ share/locale/pt/entry.desktop @dirrm share/doc/HTML/pt/ktuberling @dirrm share/doc/HTML/pt/ktron @dirrm share/doc/HTML/pt/ktouch +@dirrm share/doc/HTML/pt/ktnef @dirrm share/doc/HTML/pt/ktimetracker @dirrm share/doc/HTML/pt/ktimer @dirrm share/doc/HTML/pt/kteatime diff --git a/print/Makefile b/print/Makefile index 62d92e704da4..64db1d05bd9c 100644 --- a/print/Makefile +++ b/print/Makefile @@ -115,8 +115,8 @@ SUBDIR += jabref SUBDIR += jadetex SUBDIR += kcdlabel + SUBDIR += kde4-print-manager SUBDIR += kde_poster - SUBDIR += kdeutils4-printer-applet SUBDIR += kover SUBDIR += kpdftool SUBDIR += latex @@ -279,7 +279,6 @@ SUBDIR += splix SUBDIR += sv-acroread8 SUBDIR += system-config-printer - SUBDIR += system-config-printer-kde SUBDIR += t1utils SUBDIR += teTeX SUBDIR += teTeX-base diff --git a/print/kde4-print-manager/Makefile b/print/kde4-print-manager/Makefile new file mode 100644 index 000000000000..9eb536215167 --- /dev/null +++ b/print/kde4-print-manager/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= print-manager +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= print kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Printer manager for KDE 4 + +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client + +USES= cmake:outsource +USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_QT4= network qmake_build moc_build uic_build rcc_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +.include <bsd.port.mk> diff --git a/print/kde4-print-manager/distinfo b/print/kde4-print-manager/distinfo new file mode 100644 index 000000000000..ec7048c5ede1 --- /dev/null +++ b/print/kde4-print-manager/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/print-manager-4.10.1.tar.xz) = 94d0816eb2403231729a6522229850d383abd075074dfaf3487fb93d6ffab057 +SIZE (KDE/4.10.1/print-manager-4.10.1.tar.xz) = 92428 diff --git a/print/kde4-print-manager/pkg-descr b/print/kde4-print-manager/pkg-descr new file mode 100644 index 000000000000..e048367d4f71 --- /dev/null +++ b/print/kde4-print-manager/pkg-descr @@ -0,0 +1,5 @@ +printer-manager is a configuration module for printers. It +replaces KDE 3's kjobviewer and kprint-applet of previous +KDE 4 versions. + +WWW: http://www.kde.org diff --git a/print/kde4-print-manager/pkg-plist b/print/kde4-print-manager/pkg-plist new file mode 100644 index 000000000000..09780645f8c4 --- /dev/null +++ b/print/kde4-print-manager/pkg-plist @@ -0,0 +1,32 @@ +lib/kde4/kcm_printer_manager.so +lib/kde4/kded_printmanager.so +lib/kde4/libexec/add-printer +lib/kde4/libexec/configure-printer +lib/kde4/libexec/print-queue +lib/kde4/plasma_engine_printers.so +lib/kde4/plasma_engine_printjobs.so +lib/libkcupslib.so +share/apps/plasma/plasmoids/printmanager/contents/config/main.xml +share/apps/plasma/plasmoids/printmanager/contents/ui/JobItem.qml +share/apps/plasma/plasmoids/printmanager/contents/ui/PrinterItem.qml +share/apps/plasma/plasmoids/printmanager/contents/ui/ScrollableListView.qml +share/apps/plasma/plasmoids/printmanager/contents/ui/config.ui +share/apps/plasma/plasmoids/printmanager/contents/ui/printmanager.qml +share/apps/plasma/plasmoids/printmanager/metadata.desktop +share/apps/plasma/services/org.kde.printers.operations +share/apps/plasma/services/org.kde.printjobs.operations +share/apps/printmanager/printmanager.notifyrc +share/dbus-1/services/org.kde.AddPrinter.service +share/dbus-1/services/org.kde.ConfigurePrinter.service +share/dbus-1/services/org.kde.PrintQueue.service +share/kde4/services/kcm_printer_manager.desktop +share/kde4/services/kded/printmanager.desktop +share/kde4/services/plasma-applet-printmanager.desktop +share/kde4/services/plasma-engine-printers.desktop +share/kde4/services/plasma-engine-printjobs.desktop +@dirrm share/apps/printmanager +@dirrm share/apps/plasma/plasmoids/printmanager/contents/ui +@dirrm share/apps/plasma/plasmoids/printmanager/contents/config +@dirrm share/apps/plasma/plasmoids/printmanager/contents +@dirrm share/apps/plasma/plasmoids/printmanager +@dirrmtry share/apps/plasma/plasmoids diff --git a/print/kdeutils4-printer-applet/Makefile b/print/kdeutils4-printer-applet/Makefile deleted file mode 100644 index e0a4e094fcbb..000000000000 --- a/print/kdeutils4-printer-applet/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $FreeBSD$ - -PORTNAME= printer-applet -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= print kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -PKGNAMEPREFIX= kdeutils- -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Printer system tray utility for KDE4 - -RUN_DEPENDS= system-config-printer:${PORTSDIR}/print/system-config-printer \ - ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups - -USE_KDE4= kdehier kdelibs kdeprefix pykde4 pykdeuic4 automoc4 -USE_PYTHON= 2.5+ -USE_QT4= qmake_build moc_build uic_build rcc_build -USE_XZ= yes -USES= cmake -CMAKE_ARGS+= -DINSTALL_PRINTER_APPLET:BOOL=ON - -post-patch: - cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ - printer-applet-printers.ui \ - printer-applet.py \ - cmake-modules/FindSystemConfigPrinter.py - -.include <bsd.port.mk> diff --git a/print/kdeutils4-printer-applet/distinfo b/print/kdeutils4-printer-applet/distinfo deleted file mode 100644 index 8eef8c475d61..000000000000 --- a/print/kdeutils4-printer-applet/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/printer-applet-4.9.5.tar.xz) = 6c7df63a98e7dc6100f1d8d1b0a4923879f5772d9e02da943df93659c7fb7f50 -SIZE (KDE/printer-applet-4.9.5.tar.xz) = 36556 diff --git a/print/kdeutils4-printer-applet/files/patch-printer-applet__cmake-modules__FindSystemConfigPrinter.py b/print/kdeutils4-printer-applet/files/patch-printer-applet__cmake-modules__FindSystemConfigPrinter.py deleted file mode 100644 index 6b15b381df33..000000000000 --- a/print/kdeutils4-printer-applet/files/patch-printer-applet__cmake-modules__FindSystemConfigPrinter.py +++ /dev/null @@ -1,11 +0,0 @@ ---- cmake-modules/FindSystemConfigPrinter.py.orig 2008-09-13 12:13:57.000000000 +0400 -+++ cmake-modules/FindSystemConfigPrinter.py 2009-05-04 21:27:40.000000000 +0400 -@@ -4,7 +4,7 @@ - - import sys - --SYSTEM_CONFIG_PRINTER_DIR = "/usr/share/system-config-printer" -+SYSTEM_CONFIG_PRINTER_DIR = "%%LOCALBASE%%/share/system-config-printer" - sys.path.append (SYSTEM_CONFIG_PRINTER_DIR) - - try: diff --git a/print/kdeutils4-printer-applet/files/patch-printer-applet__printer-applet-printers.ui b/print/kdeutils4-printer-applet/files/patch-printer-applet__printer-applet-printers.ui deleted file mode 100644 index 33579e858393..000000000000 --- a/print/kdeutils4-printer-applet/files/patch-printer-applet__printer-applet-printers.ui +++ /dev/null @@ -1,11 +0,0 @@ ---- printer-applet-printers.ui.orig 2008-05-07 13:05:17.000000000 +0400 -+++ printer-applet-printers.ui 2009-05-04 21:25:51.000000000 +0400 -@@ -13,7 +13,7 @@ - <string>Printer Status</string> - </property> - <property name="windowIcon" > -- <iconset>/usr/share/system-config-printer/printer-128.png</iconset> -+ <iconset>%%LOCALBASE%%/share/system-config-printer/printer-128.png</iconset> - </property> - <layout class="QGridLayout" > - <property name="leftMargin" > diff --git a/print/kdeutils4-printer-applet/pkg-descr b/print/kdeutils4-printer-applet/pkg-descr deleted file mode 100644 index 69193f500798..000000000000 --- a/print/kdeutils4-printer-applet/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -printer-applet is a system tray utility. It shows current print jobs, -shows printer warnings and errors and shows when printers that have -been plugged in for the first time are being auto-configured by -hal-cups-utils. - -It replaces kjobviewer in KDE 3. - -WWW: http://www.kde.org diff --git a/print/kdeutils4-printer-applet/pkg-plist b/print/kdeutils4-printer-applet/pkg-plist deleted file mode 100644 index 063db8bc87c5..000000000000 --- a/print/kdeutils4-printer-applet/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/printer-applet -share/apps/printer-applet/authconn.py -share/apps/printer-applet/debug.py -share/apps/printer-applet/monitor.py -share/apps/printer-applet/printer-applet-printers.ui -share/apps/printer-applet/printer-applet.notifyrc -share/apps/printer-applet/printer-applet.py -share/apps/printer-applet/printer-applet.ui -share/apps/printer-applet/printer-appletui.rc -share/apps/printer-applet/statereason.py -share/autostart/printer-applet.desktop -share/doc/HTML/en/printer-applet/common -share/doc/HTML/en/printer-applet/index.cache.bz2 -share/doc/HTML/en/printer-applet/index.docbook -@dirrm share/doc/HTML/en/printer-applet -@dirrm share/apps/printer-applet diff --git a/print/system-config-printer-kde/Makefile b/print/system-config-printer-kde/Makefile deleted file mode 100644 index eb10140dfa45..000000000000 --- a/print/system-config-printer-kde/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# $FreeBSD$ - -PORTNAME= system-config-printer-kde -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= print kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DISTNAME= kdeadmin-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE4 frontend for system-config-printer - -RUN_DEPENDS= system-config-printer:${PORTSDIR}/print/system-config-printer \ - ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \ - cupsd:${PORTSDIR}/print/cups-base - -USE_KDE4= kdehier kdelibs kdeprefix pykde4 pykdeuic4 automoc4 -USE_PYTHON= 2.5+ -USE_QT4= qmake_build moc_build uic_build rcc_build -DISTINFO_FILE= ${PORTSDIR}/sysutils/kdeadmin4/distinfo -USE_XZ= yes -USES= cmake -CMAKE_ARGS+= -DINSTALL_SYSTEM_CONFIG_PRINTER:BOOL=ON \ - -DBUILD_kuser:BOOL=OFF # Avoid checking for kdepimlibs. - -BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -post-patch: - cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ - system-config-printer-kde.py \ - cmake-modules/FindSystemConfigPrinter.py - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/print/system-config-printer-kde/files/patch-system-config-printer-kde__cmake-modules__FindSystemConfigPrinter.py b/print/system-config-printer-kde/files/patch-system-config-printer-kde__cmake-modules__FindSystemConfigPrinter.py deleted file mode 100644 index cd6028d9f0c2..000000000000 --- a/print/system-config-printer-kde/files/patch-system-config-printer-kde__cmake-modules__FindSystemConfigPrinter.py +++ /dev/null @@ -1,11 +0,0 @@ ---- ./system-config-printer-kde/cmake-modules/FindSystemConfigPrinter.py.orig 2008-09-13 12:16:28.000000000 +0400 -+++ ./system-config-printer-kde/cmake-modules/FindSystemConfigPrinter.py 2009-05-04 22:46:32.000000000 +0400 -@@ -4,7 +4,7 @@ - - import sys - --SYSTEM_CONFIG_PRINTER_DIR = "/usr/share/system-config-printer" -+SYSTEM_CONFIG_PRINTER_DIR = "%%LOCALBASE%%/share/system-config-printer" - sys.path.append (SYSTEM_CONFIG_PRINTER_DIR) - - try: diff --git a/print/system-config-printer-kde/files/patch-system-config-printer-kde__system-config-printer-kde.py b/print/system-config-printer-kde/files/patch-system-config-printer-kde__system-config-printer-kde.py deleted file mode 100644 index 216bbe4f4bdb..000000000000 --- a/print/system-config-printer-kde/files/patch-system-config-printer-kde__system-config-printer-kde.py +++ /dev/null @@ -1,38 +0,0 @@ ---- ./system-config-printer-kde/system-config-printer-kde.py.orig 2008-12-21 23:20:45.000000000 +0300 -+++ ./system-config-printer-kde/system-config-printer-kde.py 2009-05-04 22:50:28.000000000 +0400 -@@ -33,7 +33,7 @@ - import thread - - #load modules from system-config-printer-common (debug, smburi), change path here if you have it installed elsewhere --SYSTEM_CONFIG_PRINTER_DIR = "/usr/share/system-config-printer" -+SYSTEM_CONFIG_PRINTER_DIR = "%%LOCALBASE%%/share/system-config-printer" - if os.path.exists(SYSTEM_CONFIG_PRINTER_DIR + "/debug.py"): - sys.path.append(SYSTEM_CONFIG_PRINTER_DIR) - -@@ -2265,7 +2265,7 @@ - # Try to get make and model via SNMP - if host: - os.environ["HOST"] = host -- cmd = '/usr/lib/cups/backend/snmp "${HOST}"' -+ cmd = '%%LOCALBASE%%/libexec/cups/backend/snmp "${HOST}"' - debugprint (host + ": " + cmd) - stdout = None - try: -@@ -2920,7 +2920,7 @@ - os.environ["PPD"] = filename - # We want this to be in the current natural language, - # so we intentionally don't set LC_ALL=C here. -- p = os.popen ('/usr/bin/cupstestppd -rvv "$PPD"', 'r') -+ p = os.popen ('%%LOCALBASE%%/bin/cupstestppd -rvv "$PPD"', 'r') - output = p.readlines () - p.close () - err += reduce (lambda x, y: x + y, output) -@@ -3168,7 +3168,7 @@ - (pkgs, exes) = cupshelpers.missingPackagesAndExecutables (ppd) - if len (pkgs) > 0 or len (exes) > 0: - # We didn't find a necessary executable. Complain. -- install = "/usr/bin/system-install-packages" -+ install = "/usr/bin/true" - if len (pkgs) > 0 and os.access (install, os.X_OK): - pkg = pkgs[0] - install_text = ('<span weight="bold" size="larger">' + diff --git a/print/system-config-printer-kde/pkg-descr b/print/system-config-printer-kde/pkg-descr deleted file mode 100644 index 2bbde24ce18a..000000000000 --- a/print/system-config-printer-kde/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -system-config-printer-kde is a port of Red Hat's Gnome -system-config-printer to KDE. - -WWW: http://www.kde.org diff --git a/print/system-config-printer-kde/pkg-message b/print/system-config-printer-kde/pkg-message deleted file mode 100644 index cc8341030867..000000000000 --- a/print/system-config-printer-kde/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -====================================================================== - -You'll need cupsd running for the printer configuration utility to -work: - -# service cupsd start - -====================================================================== diff --git a/print/system-config-printer-kde/pkg-plist b/print/system-config-printer-kde/pkg-plist deleted file mode 100644 index 4c04c8d4b6d5..000000000000 --- a/print/system-config-printer-kde/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -share/apps/system-config-printer-kde/authconn.py -share/apps/system-config-printer-kde/ipp-browse-dialog.ui -share/apps/system-config-printer-kde/new-printer.ui -share/apps/system-config-printer-kde/options.py -share/apps/system-config-printer-kde/optionwidgets.py -share/apps/system-config-printer-kde/pysmb.py -share/apps/system-config-printer-kde/smb-browse-dialog.ui -share/apps/system-config-printer-kde/system-config-printer-kde.py -share/apps/system-config-printer-kde/system-config-printer.ui -share/kde4/services/system-config-printer-kde.desktop -@dirrm share/apps/system-config-printer-kde diff --git a/russian/kde4-l10n/Makefile b/russian/kde4-l10n/Makefile index c25080524cb0..462dac484c34 100644 --- a/russian/kde4-l10n/Makefile +++ b/russian/kde4-l10n/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= russian kde MAINTAINER= kde@FreeBSD.org -COMMENT= Russian messages and documentation for KDE4 +COMMENT= Russian messages and documentation for KDE SC 4 KDE4_L10N= ru diff --git a/russian/kde4-l10n/distinfo b/russian/kde4-l10n/distinfo index ed88b9ead296..7b0b125bbc61 100644 --- a/russian/kde4-l10n/distinfo +++ b/russian/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ru-4.9.5.tar.xz) = bab56f5076ae2c115e0f7f1d3e0b72729d5d64c203e77e8167b488882f47464f -SIZE (KDE/kde-l10n/kde-l10n-ru-4.9.5.tar.xz) = 23506612 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ru-4.10.1.tar.xz) = 795c5315a5605df0be97a46e1aec58a81d30905dc469dc5c0d4407552a909332 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ru-4.10.1.tar.xz) = 23677064 diff --git a/russian/kde4-l10n/pkg-plist b/russian/kde4-l10n/pkg-plist index 8ba8db69303c..8f0f78eb72d1 100644 --- a/russian/kde4-l10n/pkg-plist +++ b/russian/kde4-l10n/pkg-plist @@ -1,3 +1,4 @@ +share/apps/autocorrect/ru_RU.xml share/apps/katepart/syntax/logohighlightstyle.ru.xml share/apps/klettres/ru/alpha/a.ogg share/apps/klettres/ru/alpha/ae.ogg @@ -975,6 +976,7 @@ share/locale/ru/LC_MESSAGES/accountwizard_maildir.mo share/locale/ru/LC_MESSAGES/accountwizard_pop3.mo share/locale/ru/LC_MESSAGES/adblock.mo share/locale/ru/LC_MESSAGES/akonadi-filestore.mo +share/locale/ru/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/ru/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ru/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ru/LC_MESSAGES/akonadi_davgroupware_resource.mo @@ -994,7 +996,7 @@ share/locale/ru/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ru/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ru/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ru/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/ru/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ru/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ru/LC_MESSAGES/akonadi_next.mo share/locale/ru/LC_MESSAGES/akonadi_nntp_resource.mo @@ -1035,9 +1037,7 @@ share/locale/ru/LC_MESSAGES/dragonplayer.mo share/locale/ru/LC_MESSAGES/drkonqi.mo share/locale/ru/LC_MESSAGES/filelight.mo share/locale/ru/LC_MESSAGES/filetypes.mo -share/locale/ru/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/ru/LC_MESSAGES/fileviewgitplugin.mo -share/locale/ru/LC_MESSAGES/fileviewhgplugin.mo share/locale/ru/LC_MESSAGES/fileviewsvnplugin.mo share/locale/ru/LC_MESSAGES/freespacenotifier.mo share/locale/ru/LC_MESSAGES/fsview.mo @@ -1060,6 +1060,7 @@ share/locale/ru/LC_MESSAGES/kabcformat_binary.mo share/locale/ru/LC_MESSAGES/kaccess.mo share/locale/ru/LC_MESSAGES/kaccessibleapp.mo share/locale/ru/LC_MESSAGES/kactivitymanagerd.mo +share/locale/ru/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/ru/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ru/LC_MESSAGES/kaddressbook.mo share/locale/ru/LC_MESSAGES/kaddressbookmigrator.mo @@ -1075,7 +1076,6 @@ share/locale/ru/LC_MESSAGES/kate.mo share/locale/ru/LC_MESSAGES/kate_kttsd.mo share/locale/ru/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ru/LC_MESSAGES/katebuild-plugin.mo -share/locale/ru/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/ru/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ru/LC_MESSAGES/katefiletemplates.mo share/locale/ru/LC_MESSAGES/kategdbplugin.mo @@ -1084,9 +1084,10 @@ share/locale/ru/LC_MESSAGES/katekonsoleplugin.mo share/locale/ru/LC_MESSAGES/katemailfilesplugin.mo share/locale/ru/LC_MESSAGES/kateopenheader.mo share/locale/ru/LC_MESSAGES/katepart4.mo -share/locale/ru/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/ru/LC_MESSAGES/kateproject.mo share/locale/ru/LC_MESSAGES/katesearch.mo share/locale/ru/LC_MESSAGES/katesnippets_tng.mo +share/locale/ru/LC_MESSAGES/katesnippetsplugin.mo share/locale/ru/LC_MESSAGES/katesql.mo share/locale/ru/LC_MESSAGES/katesymbolviewer.mo share/locale/ru/LC_MESSAGES/katetabbarextension.mo @@ -1107,6 +1108,7 @@ share/locale/ru/LC_MESSAGES/kcal_akonadi.mo share/locale/ru/LC_MESSAGES/kcalc.mo share/locale/ru/LC_MESSAGES/kcertpart.mo share/locale/ru/LC_MESSAGES/kcharselect.mo +share/locale/ru/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ru/LC_MESSAGES/kcm_akonadi.mo share/locale/ru/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ru/LC_MESSAGES/kcm_attica.mo @@ -1124,7 +1126,6 @@ share/locale/ru/LC_MESSAGES/kcm_memory.mo share/locale/ru/LC_MESSAGES/kcm_nepomuk.mo share/locale/ru/LC_MESSAGES/kcm_pci.mo share/locale/ru/LC_MESSAGES/kcm_phonon.mo -share/locale/ru/LC_MESSAGES/kcm_phononxine.mo share/locale/ru/LC_MESSAGES/kcm_platform.mo share/locale/ru/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ru/LC_MESSAGES/kcm_solid.mo @@ -1264,12 +1265,14 @@ share/locale/ru/LC_MESSAGES/kio_nfs.mo share/locale/ru/LC_MESSAGES/kio_nntp.mo share/locale/ru/LC_MESSAGES/kio_perldoc.mo share/locale/ru/LC_MESSAGES/kio_pop3.mo +share/locale/ru/LC_MESSAGES/kio_recentdocuments.mo share/locale/ru/LC_MESSAGES/kio_remote.mo share/locale/ru/LC_MESSAGES/kio_sftp.mo share/locale/ru/LC_MESSAGES/kio_sieve.mo share/locale/ru/LC_MESSAGES/kio_smb.mo share/locale/ru/LC_MESSAGES/kio_smtp.mo share/locale/ru/LC_MESSAGES/kio_svn.mo +share/locale/ru/LC_MESSAGES/kio_tags.mo share/locale/ru/LC_MESSAGES/kio_thumbnail.mo share/locale/ru/LC_MESSAGES/kio_timeline.mo share/locale/ru/LC_MESSAGES/kio_trash.mo @@ -1311,10 +1314,12 @@ share/locale/ru/LC_MESSAGES/kollision.mo share/locale/ru/LC_MESSAGES/kolourpaint.mo share/locale/ru/LC_MESSAGES/kommander.mo share/locale/ru/LC_MESSAGES/kompare.mo +share/locale/ru/LC_MESSAGES/konqprofiles.mo share/locale/ru/LC_MESSAGES/konqueror.mo share/locale/ru/LC_MESSAGES/konquest.mo share/locale/ru/LC_MESSAGES/konsole.mo share/locale/ru/LC_MESSAGES/konsolekalendar.mo +share/locale/ru/LC_MESSAGES/konsoleprofiles.mo share/locale/ru/LC_MESSAGES/kontact.mo share/locale/ru/LC_MESSAGES/kontactinterfaces.mo share/locale/ru/LC_MESSAGES/kopete.mo @@ -1343,6 +1348,8 @@ share/locale/ru/LC_MESSAGES/kruler.mo share/locale/ru/LC_MESSAGES/krunner.mo share/locale/ru/LC_MESSAGES/ksaneplugin.mo share/locale/ru/LC_MESSAGES/kscd.mo +share/locale/ru/LC_MESSAGES/kscreenlocker.mo +share/locale/ru/LC_MESSAGES/kscreenlocker_greet.mo share/locale/ru/LC_MESSAGES/kscreensaver.mo share/locale/ru/LC_MESSAGES/ksendemail.mo share/locale/ru/LC_MESSAGES/kshellcmdplugin.mo @@ -1373,6 +1380,7 @@ share/locale/ru/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ru/LC_MESSAGES/ktimer.mo share/locale/ru/LC_MESSAGES/ktimetracker.mo share/locale/ru/LC_MESSAGES/ktouch.mo +share/locale/ru/LC_MESSAGES/ktouchpadenabler.mo share/locale/ru/LC_MESSAGES/ktraderclient.mo share/locale/ru/LC_MESSAGES/ktron.mo share/locale/ru/LC_MESSAGES/ktuberling.mo @@ -1448,12 +1456,12 @@ share/locale/ru/LC_MESSAGES/libmessageviewer.mo share/locale/ru/LC_MESSAGES/liboktetacore.mo share/locale/ru/LC_MESSAGES/liboktetagui.mo share/locale/ru/LC_MESSAGES/liboktetakasten.mo +share/locale/ru/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ru/LC_MESSAGES/libphonon.mo share/locale/ru/LC_MESSAGES/libplasma.mo share/locale/ru/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ru/LC_MESSAGES/libplasmaclock.mo share/locale/ru/LC_MESSAGES/libplasmaweather.mo -share/locale/ru/LC_MESSAGES/librtm.mo share/locale/ru/LC_MESSAGES/libtaskmanager.mo share/locale/ru/LC_MESSAGES/libtemplateparser.mo share/locale/ru/LC_MESSAGES/lokalize.mo @@ -1469,12 +1477,14 @@ share/locale/ru/LC_MESSAGES/minitoolsplugin.mo share/locale/ru/LC_MESSAGES/mplayerthumbs.mo share/locale/ru/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ru/LC_MESSAGES/nepomukbackup.mo +share/locale/ru/LC_MESSAGES/nepomukcleaner.mo share/locale/ru/LC_MESSAGES/nepomukcontroller.mo share/locale/ru/LC_MESSAGES/nepomukfileindexer.mo share/locale/ru/LC_MESSAGES/nepomukqueryservice.mo share/locale/ru/LC_MESSAGES/nepomukserver.mo share/locale/ru/LC_MESSAGES/nepomukservicestub.mo share/locale/ru/LC_MESSAGES/nepomukstorage.mo +share/locale/ru/LC_MESSAGES/nepomukwidgets.mo share/locale/ru/LC_MESSAGES/newmailnotifieragent.mo share/locale/ru/LC_MESSAGES/notes-mobile.mo share/locale/ru/LC_MESSAGES/nsplugin.mo @@ -1501,6 +1511,7 @@ share/locale/ru/LC_MESSAGES/palapeli.mo share/locale/ru/LC_MESSAGES/parley.mo share/locale/ru/LC_MESSAGES/phonon_gstreamer.mo share/locale/ru/LC_MESSAGES/phonon_kde.mo +share/locale/ru/LC_MESSAGES/phonon_vlc.mo share/locale/ru/LC_MESSAGES/phononserver.mo share/locale/ru/LC_MESSAGES/plasma-desktop.mo share/locale/ru/LC_MESSAGES/plasma-netbook.mo @@ -1551,12 +1562,12 @@ share/locale/ru/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ru/LC_MESSAGES/plasma_applet_news.mo share/locale/ru/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ru/LC_MESSAGES/plasma_applet_notes.mo -share/locale/ru/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ru/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ru/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ru/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ru/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ru/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ru/LC_MESSAGES/plasma_applet_pager.mo share/locale/ru/LC_MESSAGES/plasma_applet_panel.mo @@ -1565,6 +1576,7 @@ share/locale/ru/LC_MESSAGES/plasma_applet_paste.mo share/locale/ru/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/ru/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/ru/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ru/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/ru/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/ru/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ru/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -1600,6 +1612,7 @@ share/locale/ru/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ru/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ru/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ru/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/ru/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/ru/LC_MESSAGES/plasma_engine_network.mo share/locale/ru/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ru/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -1607,6 +1620,8 @@ share/locale/ru/LC_MESSAGES/plasma_engine_rss.mo share/locale/ru/LC_MESSAGES/plasma_engine_share.mo share/locale/ru/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ru/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ru/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/ru/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ru/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ru/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ru/LC_MESSAGES/plasma_runner_activities.mo @@ -1624,6 +1639,7 @@ share/locale/ru/LC_MESSAGES/plasma_runner_kill.mo share/locale/ru/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ru/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ru/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/ru/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/ru/LC_MESSAGES/plasma_runner_locations.mo share/locale/ru/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/ru/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo @@ -1639,6 +1655,7 @@ share/locale/ru/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ru/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/ru/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ru/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ru/LC_MESSAGES/plasma_runner_youtube.mo share/locale/ru/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ru/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ru/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -1647,23 +1664,24 @@ share/locale/ru/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_pattern.mo +share/locale/ru/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/ru/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/ru/LC_MESSAGES/plasmaengineexplorer.mo share/locale/ru/LC_MESSAGES/plasmagenericshell.mo share/locale/ru/LC_MESSAGES/plasmapkg.mo -share/locale/ru/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/ru/LC_MESSAGES/plasmoidviewer.mo share/locale/ru/LC_MESSAGES/powerdevil.mo +share/locale/ru/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ru/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ru/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/ru/LC_MESSAGES/printer-applet.mo +share/locale/ru/LC_MESSAGES/print-manager.mo share/locale/ru/LC_MESSAGES/processcore.mo share/locale/ru/LC_MESSAGES/processui.mo share/locale/ru/LC_MESSAGES/randrmonitor.mo share/locale/ru/LC_MESSAGES/rellinks.mo -share/locale/ru/LC_MESSAGES/remote-widgets-browser.mo share/locale/ru/LC_MESSAGES/rocs.mo +share/locale/ru/LC_MESSAGES/rocscore.mo +share/locale/ru/LC_MESSAGES/rocsvisualeditor.mo share/locale/ru/LC_MESSAGES/searchbarplugin.mo share/locale/ru/LC_MESSAGES/solid-hardware.mo share/locale/ru/LC_MESSAGES/solid-network.mo @@ -1676,7 +1694,6 @@ share/locale/ru/LC_MESSAGES/strigila_diff.mo share/locale/ru/LC_MESSAGES/superkaramba.mo share/locale/ru/LC_MESSAGES/svgpart.mo share/locale/ru/LC_MESSAGES/sweeper.mo -share/locale/ru/LC_MESSAGES/system-config-printer-kde.mo share/locale/ru/LC_MESSAGES/systemsettings.mo share/locale/ru/LC_MESSAGES/tasks-mobile.mo share/locale/ru/LC_MESSAGES/timezones4.mo @@ -1843,6 +1860,7 @@ share/locale/ru/entry.desktop @dirrm share/apps/klettres/ru/alpha @dirrm share/apps/klettres/ru @dirrm share/apps/klettres +@dirrm share/apps/autocorrect @dirrmtry man/ru/man7 @dirrmtry man/ru/man6 @dirrmtry man/ru/man1 diff --git a/science/kalzium/Makefile b/science/kalzium/Makefile index 2cb5a9cbc8da..03060c332225 100644 --- a/science/kalzium/Makefile +++ b/science/kalzium/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Periodic table of elements for KDE 4 @@ -24,9 +24,9 @@ USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource USE_OCAML= yes NO_OCAML_RUNDEPENDS= yes -USE_QT4= dbus designer opengl script xml \ +USE_QT4= corelib declarative designer opengl script xml \ moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_XZ= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/science/kalzium/distinfo b/science/kalzium/distinfo index 2eff880c9ddc..6408d7371896 100644 --- a/science/kalzium/distinfo +++ b/science/kalzium/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kalzium-4.9.5.tar.xz) = dcaabb3fe996741494f94b44f782dccf340e2d346ca0892b7b18f63b79fd2158 -SIZE (KDE/kalzium-4.9.5.tar.xz) = 3715476 +SHA256 (KDE/4.10.1/kalzium-4.10.1.tar.xz) = 03dcf3cdf44f4a68f3f6322f097c5f3e561caa328bad1ce5fad729f167c5497e +SIZE (KDE/4.10.1/kalzium-4.10.1.tar.xz) = 3718352 diff --git a/science/step/Makefile b/science/step/Makefile index d370dc4dbd23..dafb973c631f 100644 --- a/science/step/Makefile +++ b/science/step/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 interactive physics simulator @@ -19,8 +19,8 @@ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= opengl xml moc_build qmake_build rcc_build uic_build -USE_XZ= yes +USE_QT4= opengl moc_build qmake_build rcc_build uic_build +USE_XZ= yes MAKE_JOBS_SAFE= yes pre-configure: diff --git a/science/step/distinfo b/science/step/distinfo index 316442c0beeb..aaa7b46719cd 100644 --- a/science/step/distinfo +++ b/science/step/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/step-4.9.5.tar.xz) = c0ea09e0c0dcf81b860da38b906648376c9c4c4fda78a631496f2dd97f0671ca -SIZE (KDE/step-4.9.5.tar.xz) = 375852 +SHA256 (KDE/4.10.1/step-4.10.1.tar.xz) = d14a019df0e11cdfe794470d6067195fd198f2a6b5eda68fea41f38e812645c3 +SIZE (KDE/4.10.1/step-4.10.1.tar.xz) = 376084 diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile index b45693ef2c14..e69f54454350 100644 --- a/security/kgpg-kde4/Makefile +++ b/security/kgpg-kde4/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= security kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Encryption tool for KDE @@ -16,7 +16,7 @@ RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg CONFLICTS_INSTALL_INSTALL= kdeutils-4.[0-7].* LATEST_LINK= ${PORTNAME}4 -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs pimlibs USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build diff --git a/security/kgpg-kde4/distinfo b/security/kgpg-kde4/distinfo index 5dbad2f7cd8b..f5cba8ca7446 100644 --- a/security/kgpg-kde4/distinfo +++ b/security/kgpg-kde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kgpg-4.9.5.tar.xz) = dfa1b991256967565637b6767c9616d5b86b963b82f4d1dadaf72ee9e86eb52e -SIZE (KDE/kgpg-4.9.5.tar.xz) = 814292 +SHA256 (KDE/4.10.1/kgpg-4.10.1.tar.xz) = 8966777b0946a38e4384134547bcf41a3201b952fbdb5c0229376c366d82b02a +SIZE (KDE/4.10.1/kgpg-4.10.1.tar.xz) = 814220 diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index 6e124c6d11af..f88ff59af060 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/Makefile @@ -6,14 +6,14 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= security kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Password manager for KDE CONFLICTS_INSTALL= kdeutils-4.[0-7].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build diff --git a/security/kwallet/distinfo b/security/kwallet/distinfo index c959030e6b88..78e23836d039 100644 --- a/security/kwallet/distinfo +++ b/security/kwallet/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kwallet-4.9.5.tar.xz) = cfc31635514774ebdb8d6f4cb052abe5a675ef61c13c90295e01bc86aa97087f -SIZE (KDE/kwallet-4.9.5.tar.xz) = 282000 +SHA256 (KDE/4.10.1/kwallet-4.10.1.tar.xz) = d4f5cf3a4746e2ea5fc6e1832b35c020939ac5be2e95232d7f91adb494f7d374 +SIZE (KDE/4.10.1/kwallet-4.10.1.tar.xz) = 282360 diff --git a/sysutils/Makefile b/sysutils/Makefile index dd4e96496ddf..d7408889d65c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -563,6 +563,7 @@ SUBDIR += nbosd SUBDIR += ncdu SUBDIR += nepomuk-core + SUBDIR += nepomuk-widgets SUBDIR += netident SUBDIR += news SUBDIR += nitrogen diff --git a/sysutils/filelight-kde4/Makefile b/sysutils/filelight-kde4/Makefile index af8a14389aae..e70ab7bcaa0a 100644 --- a/sysutils/filelight-kde4/Makefile +++ b/sysutils/filelight-kde4/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Map of concentric segmented-rings representing your file system @@ -18,7 +18,7 @@ CONFLICTS= kdeutils-4.6.* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build -USE_XZ= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/sysutils/filelight-kde4/distinfo b/sysutils/filelight-kde4/distinfo index 0fc1b348e01d..7e2ae35e2817 100644 --- a/sysutils/filelight-kde4/distinfo +++ b/sysutils/filelight-kde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/filelight-4.9.5.tar.xz) = 72dbad648751ca6186aad810401d9b05017fbcc891e39745920c2bfe2b4566f5 -SIZE (KDE/filelight-4.9.5.tar.xz) = 295604 +SHA256 (KDE/4.10.1/filelight-4.10.1.tar.xz) = 67d909c5868d137d448bc0436bc319bfb4d6a9d377ec903a50b157deb550e210 +SIZE (KDE/4.10.1/filelight-4.10.1.tar.xz) = 290720 diff --git a/sysutils/kdeadmin4/Makefile b/sysutils/kdeadmin4/Makefile index 4bfe83100f34..1c14451de742 100644 --- a/sysutils/kdeadmin4/Makefile +++ b/sysutils/kdeadmin4/Makefile @@ -6,30 +6,17 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= sysutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE Admin applications LATEST_LINK= ${PORTNAME}4 -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 USES= cmake:outsource USE_QT4= dbus moc_build qmake_build rcc_build uic_build MAKE_JOBS_SAFE= yes -# Disable system-config-printer-kde, it comes with -# print/system-config-printer-kde. -CMAKE_ARGS+= -DBUILD_system-config-printer-kde:BOOL=Off - -OPTIONS_DEFINE= PRINTER_CONFIG -PRINTER_CONFIG_DESC= Install printer configuration utility - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MPRINTER_CONFIG} -RUN_DEPENDS+= ${KDE4_PREFIX}/share/apps/system-config-printer-kde/system-config-printer-kde.py:${PORTSDIR}/print/system-config-printer-kde -.endif - .include <bsd.port.mk> diff --git a/sysutils/kdeadmin4/distinfo b/sysutils/kdeadmin4/distinfo index 499a55fe3864..c53e48fb8a0c 100644 --- a/sysutils/kdeadmin4/distinfo +++ b/sysutils/kdeadmin4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdeadmin-4.9.5.tar.xz) = d863f20a9e58e78b2cda9942a7cb1bc3417de9199b9e025e00ffc807d111f76b -SIZE (KDE/kdeadmin-4.9.5.tar.xz) = 1162496 +SHA256 (KDE/4.10.1/kdeadmin-4.10.1.tar.xz) = ade19f842d7646af27139717a00ed6f38543be9beaa9241f7cf9f361ee79db1d +SIZE (KDE/4.10.1/kdeadmin-4.10.1.tar.xz) = 676540 diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index 8f469e967169..b84d5c9df99e 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -6,14 +6,14 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Shows free space of devices for KDE CONFLICTS_INSTALL= kdeutils-4.[0-7].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build diff --git a/sysutils/kdf/distinfo b/sysutils/kdf/distinfo index b50f3f85cdc9..517c47ff0f65 100644 --- a/sysutils/kdf/distinfo +++ b/sysutils/kdf/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdf-4.9.5.tar.xz) = a8425a5f43f29b90a66591262fd3970f374d6693c7c9623768fe10c6da8f5ffb -SIZE (KDE/kdf-4.9.5.tar.xz) = 156924 +SHA256 (KDE/4.10.1/kdf-4.10.1.tar.xz) = f5302e2fe15881519672d3cb38041a23c9b19c4d3a5d90a8ba6617bc546070cf +SIZE (KDE/4.10.1/kdf-4.10.1.tar.xz) = 157012 diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index e70a5c63b1a1..e7c72bab0d3c 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Floppy disk formatter for KDE @@ -15,7 +15,7 @@ CONFLICTS_INSTALL= kdeutils-4.[0-7].* LATEST_LINK= ${PORTNAME}-kde4 -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build diff --git a/sysutils/kfloppy/distinfo b/sysutils/kfloppy/distinfo index 11880da3802a..f28123ea0fae 100644 --- a/sysutils/kfloppy/distinfo +++ b/sysutils/kfloppy/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kfloppy-4.9.5.tar.xz) = 956c1728780a6d44f81d9fcbd7ac2af181c6c7c826c1bba4015ffc3df2566f90 -SIZE (KDE/kfloppy-4.9.5.tar.xz) = 61456 +SHA256 (KDE/4.10.1/kfloppy-4.10.1.tar.xz) = 5c284dc19108c60c3f26159ae925193d82a4b3931ac7c22c4a14b18f3cbf5df9 +SIZE (KDE/4.10.1/kfloppy-4.10.1.tar.xz) = 61440 diff --git a/sysutils/ksysguardd/Makefile b/sysutils/ksysguardd/Makefile index 6b57d2e2f9e6..3b7454b648b6 100644 --- a/sysutils/ksysguardd/Makefile +++ b/sysutils/ksysguardd/Makefile @@ -6,13 +6,13 @@ CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src/ DISTNAME= kde-workspace-${PORTVERSION} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE System Guard Daemon DISTINFO_FILE= ${PORTSDIR}/x11/kde4-workspace/distinfo -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdeprefix kdehier USES= cmake CMAKE_ARGS+= -DBIN_INSTALL_DIR:STRING="${PREFIX}/bin" \ diff --git a/sysutils/nepomuk-core/Makefile b/sysutils/nepomuk-core/Makefile index 88a49ef29edd..b5dd4384f99d 100644 --- a/sysutils/nepomuk-core/Makefile +++ b/sysutils/nepomuk-core/Makefile @@ -6,23 +6,30 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Core Nepomuk system libraries and services for KDE +LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ + tag.1:${PORTSDIR}/audio/taglib \ + exiv2.12:${PORTSDIR}/graphics/exiv2 \ + swscale${FFMPEG_SUFFIX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFFIX} + CONFLICTS_INSTALL= kde-runtime-4.[7-8].* USE_XZ= yes -USE_KDE4= kdeprefix kdehier automoc4 kdelibs \ - ontologies soprano strigi +USE_KDE4= kdeprefix kdehier automoc4 kdelibs ontologies soprano USES= cmake:outsource -USE_QT4= qmake_build moc_build rcc_build uic_build +USE_QT4= corelib dbus gui qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes SUB_FILES= nepomuk-env.sh +# supported versions: ffmpeg1, ffmpeg-devel +FFMPEG_SUFFIX?= 1 + post-install: ${MKDIR} ${PREFIX}/env ${INSTALL_SCRIPT} ${WRKDIR}/nepomuk-env.sh ${PREFIX}/env diff --git a/sysutils/nepomuk-core/distinfo b/sysutils/nepomuk-core/distinfo index 02abf50596d1..b4ddaa3463f3 100644 --- a/sysutils/nepomuk-core/distinfo +++ b/sysutils/nepomuk-core/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/nepomuk-core-4.9.5.tar.xz) = fcae27e7806b2654ba639636c59f9813b1ee9bb41559bd42d7d43061344bd851 -SIZE (KDE/nepomuk-core-4.9.5.tar.xz) = 391260 +SHA256 (KDE/4.10.1/nepomuk-core-4.10.1.tar.xz) = 968fb2be613492fbc70c3ed4da5e4e2c9b55d90440a0a5374883b6f363d96796 +SIZE (KDE/4.10.1/nepomuk-core-4.10.1.tar.xz) = 371548 diff --git a/sysutils/nepomuk-core/files/patch-autotests__test__querytests.cpp b/sysutils/nepomuk-core/files/patch-autotests__test__querytests.cpp deleted file mode 100644 index 811245a32ac8..000000000000 --- a/sysutils/nepomuk-core/files/patch-autotests__test__querytests.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./autotests/test/querytests.cpp.orig 2012-11-30 09:00:24.000000000 +0100 -+++ ./autotests/test/querytests.cpp 2013-01-09 20:41:58.662772968 +0100 -@@ -295,7 +295,7 @@ - - // Resource Type Term - { -- Query::Query query( ResourceTypeTerm( NAO::Tag() ) ); -+ Query::Query query( ( ResourceTypeTerm( NAO::Tag() ) ) ); - - QSet<QUrl> uris; - NepomukStatementIterator it( RDF::type() ); diff --git a/sysutils/nepomuk-core/files/patch-services__fileindexer__indexer__CMakeLists.txt b/sysutils/nepomuk-core/files/patch-services__fileindexer__indexer__CMakeLists.txt new file mode 100644 index 000000000000..b6bbd0322a81 --- /dev/null +++ b/sysutils/nepomuk-core/files/patch-services__fileindexer__indexer__CMakeLists.txt @@ -0,0 +1,13 @@ +# Reorder include directories to fix build when ffmpeg-0.7 is installed +# +--- ./services/fileindexer/indexer/CMakeLists.txt.orig 2013-03-07 02:19:03.114665070 +0000 ++++ ./services/fileindexer/indexer/CMakeLists.txt 2013-03-07 02:19:11.568663110 +0000 +@@ -108,7 +108,7 @@ + endif(EXIV2_FOUND) + + if(FFMPEG_FOUND) +- include_directories( ${FFMPEG_INCLUDE_DIRS} ) ++ include_directories(BEFORE ${FFMPEG_INCLUDE_DIRS} ) + + kde4_add_plugin( nepomukffmpegextractor ffmpegextractor.cpp extractorplugin.cpp ) + diff --git a/sysutils/nepomuk-core/pkg-plist b/sysutils/nepomuk-core/pkg-plist index 31e7aea8bab8..c20bb3d737b7 100644 --- a/sysutils/nepomuk-core/pkg-plist +++ b/sysutils/nepomuk-core/pkg-plist @@ -1,5 +1,7 @@ bin/nepomuk-simpleresource-rcgen +bin/nepomuk2-rcgen bin/nepomukbackup +bin/nepomukcleaner bin/nepomukindexer bin/nepomukserver bin/nepomukservicestub @@ -22,6 +24,7 @@ include/Nepomuk2/Query/QueryServiceClient include/Nepomuk2/Query/ResourceTerm include/Nepomuk2/Query/ResourceTypeTerm include/Nepomuk2/Query/Result +include/Nepomuk2/Query/ResultIterator include/Nepomuk2/Query/SimpleTerm include/Nepomuk2/Query/StandardQuery include/Nepomuk2/Query/Term @@ -90,6 +93,7 @@ include/nepomuk2/resourceterm.h include/nepomuk2/resourcetypeterm.h include/nepomuk2/resourcewatcher.h include/nepomuk2/result.h +include/nepomuk2/resultiterator.h include/nepomuk2/simpleresource.h include/nepomuk2/simpleresourcegraph.h include/nepomuk2/simpleterm.h @@ -100,30 +104,33 @@ include/nepomuk2/term.h include/nepomuk2/tmo.h include/nepomuk2/utils.h include/nepomuk2/variant.h +include/nepomuk2/vocabulary.h +lib/cmake/NepomukCore/Nepomuk2AddOntologyClasses.cmake lib/cmake/NepomukCore/NepomukCoreConfig.cmake lib/cmake/NepomukCore/NepomukCoreConfigVersion.cmake lib/cmake/NepomukCore/NepomukCoreTargetsWithPrefix-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/NepomukCore/NepomukCoreTargetsWithPrefix.cmake -lib/kde4/nepomukbackupsync.so +lib/kde4/nepomukexiv2extractor.so +lib/kde4/nepomukffmpegextractor.so lib/kde4/nepomukfileindexer.so lib/kde4/nepomukfilewatch.so -lib/kde4/nepomukqueryservice.so +lib/kde4/nepomukplaintextextractor.so +lib/kde4/nepomukpopplerextractor.so lib/kde4/nepomukstorage.so +lib/kde4/nepomuktaglibextractor.so lib/libkdeinit4_nepomukserver.so lib/libnepomukcommon.so lib/libnepomukcore.so lib/libnepomukcore.so.5 lib/libnepomukcore.so.5.0.1 -lib/libnepomuksync.so -lib/libnepomuksync.so.5 -lib/libnepomuksync.so.5.0.1 share/applications/kde4/nepomukbackup.desktop +share/applications/kde4/nepomukcleaner.desktop share/apps/fileindexerservice/nepomukfileindexer.notifyrc share/apps/nepomukfilewatch/nepomukfilewatch.notifyrc share/apps/nepomukstorage/nepomukstorage.notifyrc share/autostart/nepomukserver.desktop share/dbus-1/interfaces/org.kde.NepomukServer.xml -share/dbus-1/interfaces/org.kde.nepomuk.BackupSync.xml +share/dbus-1/interfaces/org.kde.nepomuk.BackupManager.xml share/dbus-1/interfaces/org.kde.nepomuk.DataManagement.xml share/dbus-1/interfaces/org.kde.nepomuk.FileIndexer.xml share/dbus-1/interfaces/org.kde.nepomuk.OntologyManager.xml @@ -134,17 +141,21 @@ share/dbus-1/interfaces/org.kde.nepomuk.ResourceWatcherConnection.xml share/dbus-1/interfaces/org.kde.nepomuk.ServiceControl.xml share/dbus-1/interfaces/org.kde.nepomuk.ServiceManager.xml share/dbus-1/interfaces/org.kde.nepomuk.Storage.xml -share/dbus-1/interfaces/org.kde.nepomuk.services.nepomukbackupsync.backupmanager.xml -share/dbus-1/interfaces/org.kde.nepomuk.services.nepomukbackupsync.syncmanager.xml share/kde4/services/nepomukactivitiesservice.desktop share/kde4/services/nepomukbackupsync.desktop +share/kde4/services/nepomukexiv2extractor.desktop +share/kde4/services/nepomukffmpegextractor.desktop share/kde4/services/nepomukfileindexer.desktop share/kde4/services/nepomukfilewatch.desktop share/kde4/services/nepomukontologyloader.desktop +share/kde4/services/nepomukplaintextextractor.desktop +share/kde4/services/nepomukpopplerextractor.desktop share/kde4/services/nepomukqueryservice.desktop share/kde4/services/nepomukremovablestorageservice.desktop share/kde4/services/nepomukstorage.desktop share/kde4/services/nepomukstrigiservice.desktop +share/kde4/services/nepomuktaglibextractor.desktop +share/kde4/servicetypes/nepomukextractor.desktop share/kde4/servicetypes/nepomukservice.desktop share/ontology/kde/kext.ontology share/ontology/kde/kext.trig diff --git a/sysutils/nepomuk-widgets/Makefile b/sysutils/nepomuk-widgets/Makefile new file mode 100644 index 000000000000..97eb57f611b8 --- /dev/null +++ b/sysutils/nepomuk-widgets/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= nepomuk-widgets +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= sysutils kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= The NepomukWidget libraries + +USE_KDE4= kdehier kdelibs kdeprefix automoc4 soprano nepomuk-core +USES= cmake:outsource +USE_QT4= corelib dbus gui moc_build qmake_build rcc_build uic_build +USE_XZ= yes +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +.include <bsd.port.mk> diff --git a/sysutils/nepomuk-widgets/distinfo b/sysutils/nepomuk-widgets/distinfo new file mode 100644 index 000000000000..758ddcb78bdc --- /dev/null +++ b/sysutils/nepomuk-widgets/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.10.1/nepomuk-widgets-4.10.1.tar.xz) = 4cac229daa0818846a13b2025c613a5a81cad8510999509c4b58f1b1655e9374 +SIZE (KDE/4.10.1/nepomuk-widgets-4.10.1.tar.xz) = 79708 diff --git a/sysutils/nepomuk-widgets/pkg-descr b/sysutils/nepomuk-widgets/pkg-descr new file mode 100644 index 000000000000..160e92981d15 --- /dev/null +++ b/sysutils/nepomuk-widgets/pkg-descr @@ -0,0 +1,5 @@ +The NepomukWidget libraries + +Nepomuk extends the search and tagging functionalities in AkonadiConsole + +WWW: http://www.kde.org diff --git a/sysutils/nepomuk-widgets/pkg-plist b/sysutils/nepomuk-widgets/pkg-plist new file mode 100644 index 000000000000..a5e61466d112 --- /dev/null +++ b/sysutils/nepomuk-widgets/pkg-plist @@ -0,0 +1,13 @@ +include/nepomuk2/filemetadatawidget.h +include/nepomuk2/nepomukwidgets_export.h +include/nepomuk2/tagwidget.h +lib/cmake/NepomukWidgets/NepomukWidgetsConfig.cmake +lib/cmake/NepomukWidgets/NepomukWidgetsConfigVersion.cmake +lib/cmake/NepomukWidgets/NepomukWidgetsTargetsWithPrefix-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/NepomukWidgets/NepomukWidgetsTargetsWithPrefix.cmake +lib/libnepomukwidgets.so +lib/libnepomukwidgets.so.5 +lib/libnepomukwidgets.so.5.0.1 +@dirrmtry lib/cmake/NepomukWidgets +@dirrmtry lib/cmake +@dirrm include/nepomuk2 diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index cf685f62fc28..5b57ad2aa8c5 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/Makefile @@ -6,14 +6,14 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Cleans temporal files for KDE CONFLICTS_INSTALL= kdeutils-4.[0-7].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build diff --git a/sysutils/sweeper/distinfo b/sysutils/sweeper/distinfo index 041a21a82745..6ca48662fedc 100644 --- a/sysutils/sweeper/distinfo +++ b/sysutils/sweeper/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/sweeper-4.9.5.tar.xz) = 7cd6a594a9030e2e269cd8b64b1e406ce35a02649835e80f141aa177d073e0f5 -SIZE (KDE/sweeper-4.9.5.tar.xz) = 84536 +SHA256 (KDE/4.10.1/sweeper-4.10.1.tar.xz) = c84785c0805b817556b4651a046040191dc4751d5c2e474c9f1efaf5b5cf03a8 +SIZE (KDE/4.10.1/sweeper-4.10.1.tar.xz) = 84616 diff --git a/ukrainian/kde4-l10n/Makefile b/ukrainian/kde4-l10n/Makefile index a11e1d8197f6..8bd8f9c36fd3 100644 --- a/ukrainian/kde4-l10n/Makefile +++ b/ukrainian/kde4-l10n/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= ukrainian kde MAINTAINER= kde@FreeBSD.org -COMMENT= Ukrainian messages and documentation for KDE4 +COMMENT= Ukrainian messages and documentation for KDE SC 4 KDE4_L10N= uk diff --git a/ukrainian/kde4-l10n/Makefile.man b/ukrainian/kde4-l10n/Makefile.man index a7046f884194..01234f13aedc 100644 --- a/ukrainian/kde4-l10n/Makefile.man +++ b/ukrainian/kde4-l10n/Makefile.man @@ -34,9 +34,8 @@ MAN1+= kmplot.1 MAN1+= kross.1 MAN1+= ktouch.1 MAN1+= makekdewidgets.1 -MAN1+= plasmaengineexplorer.1 +MAN1+= okular.1 MAN1+= plasmapkg.1 -MAN1+= plasmoidviewer.1 MAN1+= po2xml.1 MAN1+= preparetips.1 MAN1+= pruneemptydirs.1 diff --git a/ukrainian/kde4-l10n/distinfo b/ukrainian/kde4-l10n/distinfo index 646847e465d7..62e1d40ce0ae 100644 --- a/ukrainian/kde4-l10n/distinfo +++ b/ukrainian/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-uk-4.9.5.tar.xz) = a8e033a7028bf2823767e63da2fc103a3a1c19824d420063ec12cfc6b83d6728 -SIZE (KDE/kde-l10n/kde-l10n-uk-4.9.5.tar.xz) = 24249304 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-uk-4.10.1.tar.xz) = aea0bcd3e233633006121f9192d005d5c77550e126a33a4f4f441b99c063f8a7 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-uk-4.10.1.tar.xz) = 27610012 diff --git a/ukrainian/kde4-l10n/pkg-plist b/ukrainian/kde4-l10n/pkg-plist index 927e4f334995..4874d76ab047 100644 --- a/ukrainian/kde4-l10n/pkg-plist +++ b/ukrainian/kde4-l10n/pkg-plist @@ -1,3 +1,4 @@ +share/apps/autocorrect/uk_UA.xml share/apps/klettres/uk/alpha/a.ogg share/apps/klettres/uk/alpha/be.ogg share/apps/klettres/uk/alpha/che.ogg @@ -543,6 +544,7 @@ share/doc/HTML/uk/kate/man-kate.1.docbook share/doc/HTML/uk/kate/mdi.docbook share/doc/HTML/uk/kate/menus.docbook share/doc/HTML/uk/kate/part.docbook +share/doc/HTML/uk/kate/plugins-part.docbook share/doc/HTML/uk/kate/plugins.docbook share/doc/HTML/uk/kate/regular-expressions.docbook share/doc/HTML/uk/kate/snippets-config.png @@ -1234,6 +1236,11 @@ share/doc/HTML/uk/kmines/index.docbook share/doc/HTML/uk/kmix/common share/doc/HTML/uk/kmix/index.cache.bz2 share/doc/HTML/uk/kmix/index.docbook +share/doc/HTML/uk/kmix/kmix-configure.png +share/doc/HTML/uk/kmix/kmix-file.png +share/doc/HTML/uk/kmix/kmix-master.png +share/doc/HTML/uk/kmix/kmix-options.png +share/doc/HTML/uk/kmix/kmix.png share/doc/HTML/uk/kmousetool/common share/doc/HTML/uk/kmousetool/index.cache.bz2 share/doc/HTML/uk/kmousetool/index.docbook @@ -1450,15 +1457,24 @@ share/doc/HTML/uk/kruler/kruler-settings.png share/doc/HTML/uk/kshisen/common share/doc/HTML/uk/kshisen/index.cache.bz2 share/doc/HTML/uk/kshisen/index.docbook +share/doc/HTML/uk/ksirk/attackmenu.png share/doc/HTML/uk/ksirk/common +share/doc/HTML/uk/ksirk/defensedialog.png +share/doc/HTML/uk/ksirk/displaygoalmessage.png share/doc/HTML/uk/ksirk/displaygoalwarningmessage.png +share/doc/HTML/uk/ksirk/firing-screenshot.png share/doc/HTML/uk/ksirk/index.cache.bz2 share/doc/HTML/uk/ksirk/index.docbook share/doc/HTML/uk/ksirk/introscreen.png +share/doc/HTML/uk/ksirk/invasionslider.png share/doc/HTML/uk/ksirk/joinnetgame.png +share/doc/HTML/uk/ksirk/justjoined.png share/doc/HTML/uk/ksirk/newgamedialog.png +share/doc/HTML/uk/ksirk/numnetplayersdialog.png +share/doc/HTML/uk/ksirk/placingarmies.png share/doc/HTML/uk/ksirk/playersetupdialog.png share/doc/HTML/uk/ksirk/preferences.png +share/doc/HTML/uk/ksirk/shownumberofarmies.png share/doc/HTML/uk/ksirkskineditor/common share/doc/HTML/uk/ksirkskineditor/index.cache.bz2 share/doc/HTML/uk/ksirkskineditor/index.docbook @@ -1475,6 +1491,16 @@ share/doc/HTML/uk/kspaceduel/kspaceduel3.png share/doc/HTML/uk/ksquares/common share/doc/HTML/uk/ksquares/index.cache.bz2 share/doc/HTML/uk/ksquares/index.docbook +share/doc/HTML/uk/kstars/Add_Object_to_Session_plan.png +share/doc/HTML/uk/kstars/Another_way4.png +share/doc/HTML/uk/kstars/Another_way5.png +share/doc/HTML/uk/kstars/Another_way6.png +share/doc/HTML/uk/kstars/Another_way_to_add.png +share/doc/HTML/uk/kstars/Another_way_to_add_part3.png +share/doc/HTML/uk/kstars/Delete_all_images.png +share/doc/HTML/uk/kstars/KStars_Neptune.png +share/doc/HTML/uk/kstars/Savin_session.png +share/doc/HTML/uk/kstars/WUT.png share/doc/HTML/uk/kstars/aavso.png share/doc/HTML/uk/kstars/ai-contents.docbook share/doc/HTML/uk/kstars/alpha.png @@ -1513,17 +1539,23 @@ share/doc/HTML/uk/kstars/colorandtemp.docbook share/doc/HTML/uk/kstars/commands.docbook share/doc/HTML/uk/kstars/common share/doc/HTML/uk/kstars/config.docbook +share/doc/HTML/uk/kstars/cosmicdist.docbook share/doc/HTML/uk/kstars/cpoles.docbook share/doc/HTML/uk/kstars/credits.docbook share/doc/HTML/uk/kstars/csphere.docbook share/doc/HTML/uk/kstars/darkmatter.docbook share/doc/HTML/uk/kstars/details.docbook share/doc/HTML/uk/kstars/devicemanager.png +share/doc/HTML/uk/kstars/dss.png share/doc/HTML/uk/kstars/dumpmode.docbook share/doc/HTML/uk/kstars/ecliptic.docbook share/doc/HTML/uk/kstars/ellipticalgalaxies.docbook +share/doc/HTML/uk/kstars/epoch.docbook share/doc/HTML/uk/kstars/equinox.docbook +share/doc/HTML/uk/kstars/execute_session_nt.png +share/doc/HTML/uk/kstars/execute_session_the_nt.png share/doc/HTML/uk/kstars/faq.docbook +share/doc/HTML/uk/kstars/fitsarea.png share/doc/HTML/uk/kstars/fitsviewer.docbook share/doc/HTML/uk/kstars/flux.docbook share/doc/HTML/uk/kstars/flux.png @@ -1548,20 +1580,21 @@ share/doc/HTML/uk/kstars/lightcurves.docbook share/doc/HTML/uk/kstars/luminosity.docbook share/doc/HTML/uk/kstars/magnitude.docbook share/doc/HTML/uk/kstars/meridian.docbook -share/doc/HTML/uk/kstars/observinglist.docbook -share/doc/HTML/uk/kstars/observinglist.png +share/doc/HTML/uk/kstars/obsplanner.docbook share/doc/HTML/uk/kstars/parallax.docbook share/doc/HTML/uk/kstars/precession.docbook share/doc/HTML/uk/kstars/quicktour.docbook share/doc/HTML/uk/kstars/retrograde.docbook share/doc/HTML/uk/kstars/scriptbuilder.docbook share/doc/HTML/uk/kstars/scriptbuilder.png +share/doc/HTML/uk/kstars/sds.png share/doc/HTML/uk/kstars/sidereal.docbook share/doc/HTML/uk/kstars/skycoords.docbook share/doc/HTML/uk/kstars/solarsys.docbook share/doc/HTML/uk/kstars/solarsystem.png share/doc/HTML/uk/kstars/spiralgalaxies.docbook share/doc/HTML/uk/kstars/stars.docbook +share/doc/HTML/uk/kstars/telescopes.docbook share/doc/HTML/uk/kstars/timezones.docbook share/doc/HTML/uk/kstars/tools.docbook share/doc/HTML/uk/kstars/utime.docbook @@ -1590,19 +1623,37 @@ share/doc/HTML/uk/ktimetracker/index.docbook share/doc/HTML/uk/ktnef/common share/doc/HTML/uk/ktnef/index.cache.bz2 share/doc/HTML/uk/ktnef/index.docbook +share/doc/HTML/uk/ktouch/character_editing.png share/doc/HTML/uk/ktouch/color_options.png share/doc/HTML/uk/ktouch/common -share/doc/HTML/uk/ktouch/general_options.png +share/doc/HTML/uk/ktouch/courses.png +share/doc/HTML/uk/ktouch/create.png +share/doc/HTML/uk/ktouch/create_course1.png +share/doc/HTML/uk/ktouch/create_course2.png +share/doc/HTML/uk/ktouch/create_course3.png +share/doc/HTML/uk/ktouch/create_layout1.png +share/doc/HTML/uk/ktouch/create_layout2.png +share/doc/HTML/uk/ktouch/create_layout3.png +share/doc/HTML/uk/ktouch/home_screen.png share/doc/HTML/uk/ktouch/index.cache.bz2 share/doc/HTML/uk/ktouch/index.docbook -share/doc/HTML/uk/ktouch/keyboard_options.png +share/doc/HTML/uk/ktouch/key_editing.png +share/doc/HTML/uk/ktouch/ktouch_menu.png share/doc/HTML/uk/ktouch/main_screen_default_color.png share/doc/HTML/uk/ktouch/main_window_german.png share/doc/HTML/uk/ktouch/man-ktouch.1.docbook -share/doc/HTML/uk/ktouch/sound_options.png +share/doc/HTML/uk/ktouch/pause_options.png +share/doc/HTML/uk/ktouch/profiles.png +share/doc/HTML/uk/ktouch/profiles1.png +share/doc/HTML/uk/ktouch/quality_check.png +share/doc/HTML/uk/ktouch/score_screen.png +share/doc/HTML/uk/ktouch/score_screen_errors.png share/doc/HTML/uk/ktouch/statistics_dialog.png -share/doc/HTML/uk/ktouch/statistics_dialog_chart.png +share/doc/HTML/uk/ktouch/statistics_hovering.png +share/doc/HTML/uk/ktouch/statistics_over.png +share/doc/HTML/uk/ktouch/statistics_show.png share/doc/HTML/uk/ktouch/training_options.png +share/doc/HTML/uk/ktouch/welcome_screen.png share/doc/HTML/uk/ktron/common share/doc/HTML/uk/ktron/index.cache.bz2 share/doc/HTML/uk/ktron/index.docbook @@ -1725,6 +1776,7 @@ share/doc/HTML/uk/okular/forms-bar.png share/doc/HTML/uk/okular/index.cache.bz2 share/doc/HTML/uk/okular/index.docbook share/doc/HTML/uk/okular/mainwindow.png +share/doc/HTML/uk/okular/man-okular.1.docbook share/doc/HTML/uk/onlinehelp/common share/doc/HTML/uk/onlinehelp/index.cache.bz2 share/doc/HTML/uk/onlinehelp/index.docbook @@ -1760,14 +1812,14 @@ share/doc/HTML/uk/parley/Parley_welcome_screen.png share/doc/HTML/uk/parley/common share/doc/HTML/uk/parley/index.cache.bz2 share/doc/HTML/uk/parley/index.docbook +share/doc/HTML/uk/picmi/common +share/doc/HTML/uk/picmi/index.cache.bz2 +share/doc/HTML/uk/picmi/index.docbook share/doc/HTML/uk/plasma-desktop/add-widgets.png share/doc/HTML/uk/plasma-desktop/common share/doc/HTML/uk/plasma-desktop/index.cache.bz2 share/doc/HTML/uk/plasma-desktop/index.docbook share/doc/HTML/uk/plasma-desktop/taskbar-settings.png -share/doc/HTML/uk/printer-applet/common -share/doc/HTML/uk/printer-applet/index.cache.bz2 -share/doc/HTML/uk/printer-applet/index.docbook share/doc/HTML/uk/rocs/common share/doc/HTML/uk/rocs/index.cache.bz2 share/doc/HTML/uk/rocs/index.docbook @@ -1788,20 +1840,6 @@ share/doc/HTML/uk/sweeper/common share/doc/HTML/uk/sweeper/index.cache.bz2 share/doc/HTML/uk/sweeper/index.docbook share/doc/HTML/uk/sweeper/sweeper.png -share/doc/HTML/uk/system-config-printer-kde/common -share/doc/HTML/uk/system-config-printer-kde/index.cache.bz2 -share/doc/HTML/uk/system-config-printer-kde/index.docbook -share/doc/HTML/uk/system-config-printer-kde/new-class.png -share/doc/HTML/uk/system-config-printer-kde/new-details.png -share/doc/HTML/uk/system-config-printer-kde/new-driver.png -share/doc/HTML/uk/system-config-printer-kde/new-manufacturer.png -share/doc/HTML/uk/system-config-printer-kde/new-uri.png -share/doc/HTML/uk/system-config-printer-kde/new.png -share/doc/HTML/uk/system-config-printer-kde/printer-job-options.png -share/doc/HTML/uk/system-config-printer-kde/printer-options.png -share/doc/HTML/uk/system-config-printer-kde/printer-policies.png -share/doc/HTML/uk/system-config-printer-kde/printer-settings.png -share/doc/HTML/uk/system-config-printer-kde/server.png share/doc/HTML/uk/systemsettings/common share/doc/HTML/uk/systemsettings/index.cache.bz2 share/doc/HTML/uk/systemsettings/index.docbook @@ -1823,6 +1861,8 @@ share/locale/uk/LC_MESSAGES/accountwizard_mailbox.mo share/locale/uk/LC_MESSAGES/accountwizard_maildir.mo share/locale/uk/LC_MESSAGES/accountwizard_pop3.mo share/locale/uk/LC_MESSAGES/accountwizard_tine20.mo +share/locale/uk/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/uk/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/uk/LC_MESSAGES/adblock.mo share/locale/uk/LC_MESSAGES/akonadi-filestore.mo share/locale/uk/LC_MESSAGES/akonadi_archivemail_agent.mo @@ -1831,6 +1871,7 @@ share/locale/uk/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/uk/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/uk/LC_MESSAGES/akonadi_google_resource.mo share/locale/uk/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/uk/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/uk/LC_MESSAGES/akonadi_imap_resource.mo share/locale/uk/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/uk/LC_MESSAGES/akonadi_kabc_resource.mo @@ -1848,7 +1889,7 @@ share/locale/uk/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/uk/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/uk/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/uk/LC_MESSAGES/akonadi_mixedmaildir_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_nepomukfeeder.mo +share/locale/uk/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/uk/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/uk/LC_MESSAGES/akonadi_next.mo share/locale/uk/LC_MESSAGES/akonadi_nntp_resource.mo @@ -1873,7 +1914,6 @@ share/locale/uk/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/uk/LC_MESSAGES/audiorename_plugin.mo share/locale/uk/LC_MESSAGES/autorefresh.mo share/locale/uk/LC_MESSAGES/babelfish.mo -share/locale/uk/LC_MESSAGES/backupmail.mo share/locale/uk/LC_MESSAGES/blinken.mo share/locale/uk/LC_MESSAGES/blogilo.mo share/locale/uk/LC_MESSAGES/bomber.mo @@ -1934,7 +1974,6 @@ share/locale/uk/LC_MESSAGES/kate.mo share/locale/uk/LC_MESSAGES/kate_kttsd.mo share/locale/uk/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/uk/LC_MESSAGES/katebuild-plugin.mo -share/locale/uk/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/uk/LC_MESSAGES/katefilebrowserplugin.mo share/locale/uk/LC_MESSAGES/katefiletemplates.mo share/locale/uk/LC_MESSAGES/kategdbplugin.mo @@ -1943,9 +1982,10 @@ share/locale/uk/LC_MESSAGES/katekonsoleplugin.mo share/locale/uk/LC_MESSAGES/katemailfilesplugin.mo share/locale/uk/LC_MESSAGES/kateopenheader.mo share/locale/uk/LC_MESSAGES/katepart4.mo -share/locale/uk/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/uk/LC_MESSAGES/kateproject.mo share/locale/uk/LC_MESSAGES/katesearch.mo share/locale/uk/LC_MESSAGES/katesnippets_tng.mo +share/locale/uk/LC_MESSAGES/katesnippetsplugin.mo share/locale/uk/LC_MESSAGES/katesql.mo share/locale/uk/LC_MESSAGES/katesymbolviewer.mo share/locale/uk/LC_MESSAGES/katetabbarextension.mo @@ -1968,6 +2008,7 @@ share/locale/uk/LC_MESSAGES/kcalc.mo share/locale/uk/LC_MESSAGES/kcertpart.mo share/locale/uk/LC_MESSAGES/kcharselect.mo share/locale/uk/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/uk/LC_MESSAGES/kcm_activities.mo share/locale/uk/LC_MESSAGES/kcm_akonadi.mo share/locale/uk/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/uk/LC_MESSAGES/kcm_attica.mo @@ -1985,7 +2026,6 @@ share/locale/uk/LC_MESSAGES/kcm_memory.mo share/locale/uk/LC_MESSAGES/kcm_nepomuk.mo share/locale/uk/LC_MESSAGES/kcm_pci.mo share/locale/uk/LC_MESSAGES/kcm_phonon.mo -share/locale/uk/LC_MESSAGES/kcm_phononxine.mo share/locale/uk/LC_MESSAGES/kcm_platform.mo share/locale/uk/LC_MESSAGES/kcm_remotecontrol.mo share/locale/uk/LC_MESSAGES/kcm_solid.mo @@ -2132,12 +2172,14 @@ share/locale/uk/LC_MESSAGES/kio_sieve.mo share/locale/uk/LC_MESSAGES/kio_smb.mo share/locale/uk/LC_MESSAGES/kio_smtp.mo share/locale/uk/LC_MESSAGES/kio_svn.mo +share/locale/uk/LC_MESSAGES/kio_tags.mo share/locale/uk/LC_MESSAGES/kio_thumbnail.mo share/locale/uk/LC_MESSAGES/kio_timeline.mo share/locale/uk/LC_MESSAGES/kio_trash.mo share/locale/uk/LC_MESSAGES/kio_zeroconf.mo share/locale/uk/LC_MESSAGES/kioclient.mo share/locale/uk/LC_MESSAGES/kioexec.mo +share/locale/uk/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/uk/LC_MESSAGES/kiriki.mo share/locale/uk/LC_MESSAGES/kiten.mo share/locale/uk/LC_MESSAGES/kjots.mo @@ -2207,8 +2249,11 @@ share/locale/uk/LC_MESSAGES/kruler.mo share/locale/uk/LC_MESSAGES/krunner.mo share/locale/uk/LC_MESSAGES/ksaneplugin.mo share/locale/uk/LC_MESSAGES/kscd.mo +share/locale/uk/LC_MESSAGES/kscreenlocker.mo +share/locale/uk/LC_MESSAGES/kscreenlocker_greet.mo share/locale/uk/LC_MESSAGES/kscreensaver.mo share/locale/uk/LC_MESSAGES/ksendemail.mo +share/locale/uk/LC_MESSAGES/ksgrd.mo share/locale/uk/LC_MESSAGES/kshellcmdplugin.mo share/locale/uk/LC_MESSAGES/kshisen.mo share/locale/uk/LC_MESSAGES/kshorturifilter.mo @@ -2238,6 +2283,7 @@ share/locale/uk/LC_MESSAGES/ktimer.mo share/locale/uk/LC_MESSAGES/ktimetracker.mo share/locale/uk/LC_MESSAGES/ktnef.mo share/locale/uk/LC_MESSAGES/ktouch.mo +share/locale/uk/LC_MESSAGES/ktouchpadenabler.mo share/locale/uk/LC_MESSAGES/ktraderclient.mo share/locale/uk/LC_MESSAGES/ktron.mo share/locale/uk/LC_MESSAGES/ktuberling.mo @@ -2284,6 +2330,7 @@ share/locale/uk/LC_MESSAGES/libkdepimmobileui.mo share/locale/uk/LC_MESSAGES/libkexiv2.mo share/locale/uk/LC_MESSAGES/libkholidays.mo share/locale/uk/LC_MESSAGES/libkimap.mo +share/locale/uk/LC_MESSAGES/libkipi.mo share/locale/uk/LC_MESSAGES/libkldap.mo share/locale/uk/LC_MESSAGES/libkleopatra.mo share/locale/uk/LC_MESSAGES/libkmahjongg.mo @@ -2315,11 +2362,11 @@ share/locale/uk/LC_MESSAGES/liboktetagui.mo share/locale/uk/LC_MESSAGES/liboktetakasten.mo share/locale/uk/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/uk/LC_MESSAGES/libphonon.mo +share/locale/uk/LC_MESSAGES/libpimcommon.mo share/locale/uk/LC_MESSAGES/libplasma.mo share/locale/uk/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/uk/LC_MESSAGES/libplasmaclock.mo share/locale/uk/LC_MESSAGES/libplasmaweather.mo -share/locale/uk/LC_MESSAGES/librtm.mo share/locale/uk/LC_MESSAGES/libtaskmanager.mo share/locale/uk/LC_MESSAGES/libtemplateparser.mo share/locale/uk/LC_MESSAGES/lokalize.mo @@ -2327,6 +2374,7 @@ share/locale/uk/LC_MESSAGES/lskat.mo share/locale/uk/LC_MESSAGES/mailreader.mo share/locale/uk/LC_MESSAGES/marble.mo share/locale/uk/LC_MESSAGES/marble_qt.mo +share/locale/uk/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/uk/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/uk/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/uk/LC_MESSAGES/messageviewer_text_vcard_plugin.mo @@ -2336,12 +2384,15 @@ share/locale/uk/LC_MESSAGES/minitoolsplugin.mo share/locale/uk/LC_MESSAGES/mplayerthumbs.mo share/locale/uk/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/uk/LC_MESSAGES/nepomukbackup.mo +share/locale/uk/LC_MESSAGES/nepomukcleaner.mo share/locale/uk/LC_MESSAGES/nepomukcontroller.mo share/locale/uk/LC_MESSAGES/nepomukfileindexer.mo +share/locale/uk/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/uk/LC_MESSAGES/nepomukqueryservice.mo share/locale/uk/LC_MESSAGES/nepomukserver.mo share/locale/uk/LC_MESSAGES/nepomukservicestub.mo share/locale/uk/LC_MESSAGES/nepomukstorage.mo +share/locale/uk/LC_MESSAGES/nepomukwidgets.mo share/locale/uk/LC_MESSAGES/newmailnotifieragent.mo share/locale/uk/LC_MESSAGES/notes-mobile.mo share/locale/uk/LC_MESSAGES/nsplugin.mo @@ -2364,13 +2415,17 @@ share/locale/uk/LC_MESSAGES/okular_plucker.mo share/locale/uk/LC_MESSAGES/okular_poppler.mo share/locale/uk/LC_MESSAGES/okular_tiff.mo share/locale/uk/LC_MESSAGES/okular_xps.mo +share/locale/uk/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/uk/LC_MESSAGES/pairs.mo +share/locale/uk/LC_MESSAGES/pairseditor.mo share/locale/uk/LC_MESSAGES/palapeli.mo share/locale/uk/LC_MESSAGES/parley.mo share/locale/uk/LC_MESSAGES/phonon_gstreamer.mo share/locale/uk/LC_MESSAGES/phonon_kde.mo share/locale/uk/LC_MESSAGES/phonon_vlc.mo share/locale/uk/LC_MESSAGES/phononserver.mo +share/locale/uk/LC_MESSAGES/picmi.mo +share/locale/uk/LC_MESSAGES/pimsettingexporter.mo share/locale/uk/LC_MESSAGES/plasma-desktop.mo share/locale/uk/LC_MESSAGES/plasma-netbook.mo share/locale/uk/LC_MESSAGES/plasma-overlay.mo @@ -2420,12 +2475,12 @@ share/locale/uk/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/uk/LC_MESSAGES/plasma_applet_news.mo share/locale/uk/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/uk/LC_MESSAGES/plasma_applet_notes.mo -share/locale/uk/LC_MESSAGES/plasma_applet_notifications.mo share/locale/uk/LC_MESSAGES/plasma_applet_notifier.mo share/locale/uk/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/uk/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/uk/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/uk/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/uk/LC_MESSAGES/plasma_applet_pager.mo share/locale/uk/LC_MESSAGES/plasma_applet_panel.mo @@ -2434,6 +2489,7 @@ share/locale/uk/LC_MESSAGES/plasma_applet_paste.mo share/locale/uk/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/uk/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/uk/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/uk/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/uk/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/uk/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/uk/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -2496,6 +2552,7 @@ share/locale/uk/LC_MESSAGES/plasma_runner_kill.mo share/locale/uk/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/uk/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/uk/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/uk/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/uk/LC_MESSAGES/plasma_runner_locations.mo share/locale/uk/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_mediawiki.mo @@ -2523,24 +2580,23 @@ share/locale/uk/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/uk/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/uk/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/uk/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/uk/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/uk/LC_MESSAGES/plasma_wallpaper_weather.mo -share/locale/uk/LC_MESSAGES/plasmaengineexplorer.mo share/locale/uk/LC_MESSAGES/plasmagenericshell.mo share/locale/uk/LC_MESSAGES/plasmapkg.mo -share/locale/uk/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/uk/LC_MESSAGES/plasmoidviewer.mo share/locale/uk/LC_MESSAGES/pothumbnail.mo share/locale/uk/LC_MESSAGES/powerdevil.mo share/locale/uk/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/uk/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/uk/LC_MESSAGES/powerdevilprofilesconfig.mo -share/locale/uk/LC_MESSAGES/printer-applet.mo +share/locale/uk/LC_MESSAGES/print-manager.mo share/locale/uk/LC_MESSAGES/processcore.mo share/locale/uk/LC_MESSAGES/processui.mo share/locale/uk/LC_MESSAGES/randrmonitor.mo share/locale/uk/LC_MESSAGES/rellinks.mo -share/locale/uk/LC_MESSAGES/remote-widgets-browser.mo share/locale/uk/LC_MESSAGES/rocs.mo +share/locale/uk/LC_MESSAGES/rocscore.mo +share/locale/uk/LC_MESSAGES/rocsvisualeditor.mo share/locale/uk/LC_MESSAGES/searchbarplugin.mo share/locale/uk/LC_MESSAGES/solid-hardware.mo share/locale/uk/LC_MESSAGES/solid-network.mo @@ -2553,7 +2609,6 @@ share/locale/uk/LC_MESSAGES/strigila_diff.mo share/locale/uk/LC_MESSAGES/superkaramba.mo share/locale/uk/LC_MESSAGES/svgpart.mo share/locale/uk/LC_MESSAGES/sweeper.mo -share/locale/uk/LC_MESSAGES/system-config-printer-kde.mo share/locale/uk/LC_MESSAGES/systemsettings.mo share/locale/uk/LC_MESSAGES/tasks-mobile.mo share/locale/uk/LC_MESSAGES/timezones4.mo @@ -2572,13 +2627,12 @@ share/locale/uk/entry.desktop @dirrm share/locale/uk/LC_SCRIPTS @dirrm share/doc/HTML/uk/umbrello @dirrm share/doc/HTML/uk/systemsettings -@dirrm share/doc/HTML/uk/system-config-printer-kde @dirrm share/doc/HTML/uk/sweeper @dirrm share/doc/HTML/uk/step @dirrm share/doc/HTML/uk/sonnet @dirrm share/doc/HTML/uk/rocs -@dirrm share/doc/HTML/uk/printer-applet @dirrm share/doc/HTML/uk/plasma-desktop +@dirrm share/doc/HTML/uk/picmi @dirrm share/doc/HTML/uk/parley @dirrm share/doc/HTML/uk/palapeli @dirrm share/doc/HTML/uk/onlinehelp @@ -2835,6 +2889,7 @@ share/locale/uk/entry.desktop @dirrm share/apps/klettres/uk/alpha @dirrm share/apps/klettres/uk @dirrm share/apps/klettres +@dirrm share/apps/autocorrect @dirrmtry man/uk/man8 @dirrmtry man/uk/man7 @dirrmtry man/uk/man6 diff --git a/vietnamese/kde4-l10n/Makefile b/vietnamese/kde4-l10n/Makefile index 9ebb66771c11..abd8a336c143 100644 --- a/vietnamese/kde4-l10n/Makefile +++ b/vietnamese/kde4-l10n/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= vietnamese kde MAINTAINER= kde@FreeBSD.org -COMMENT= Vietnamese messages and documentation for KDE4 +COMMENT= Vietnamese messages and documentation for KDE SC 4 KDE4_L10N= vi diff --git a/vietnamese/kde4-l10n/distinfo b/vietnamese/kde4-l10n/distinfo index d157151439eb..ce26ee7b0e87 100644 --- a/vietnamese/kde4-l10n/distinfo +++ b/vietnamese/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-vi-4.9.5.tar.xz) = ad72d4927da376f7c9953f204c9a7d24a1f32aceb5a9dc487ad75eddb14c6a25 -SIZE (KDE/kde-l10n/kde-l10n-vi-4.9.5.tar.xz) = 923364 +SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-vi-4.10.1.tar.xz) = 3f643e38bb75991686d06f3546d1b4a88efe8047fc6c2e376623f00433f71151 +SIZE (KDE/4.10.1/kde-l10n/kde-l10n-vi-4.10.1.tar.xz) = 940672 diff --git a/vietnamese/kde4-l10n/pkg-plist b/vietnamese/kde4-l10n/pkg-plist index fef4db27db3b..5a6a7f7c139c 100644 --- a/vietnamese/kde4-l10n/pkg-plist +++ b/vietnamese/kde4-l10n/pkg-plist @@ -34,10 +34,10 @@ share/locale/vi/LC_MESSAGES/kblackbox.mo share/locale/vi/LC_MESSAGES/kbounce.mo share/locale/vi/LC_MESSAGES/kcm_attica.mo share/locale/vi/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/vi/LC_MESSAGES/kcm_emoticons.mo share/locale/vi/LC_MESSAGES/kcm_krfb.mo share/locale/vi/LC_MESSAGES/kcm_nepomuk.mo share/locale/vi/LC_MESSAGES/kcm_phonon.mo -share/locale/vi/LC_MESSAGES/kcm_phononxine.mo share/locale/vi/LC_MESSAGES/kcm_platform.mo share/locale/vi/LC_MESSAGES/kcmaccess.mo share/locale/vi/LC_MESSAGES/kcmaudiocd.mo @@ -138,6 +138,7 @@ share/locale/vi/LC_MESSAGES/kio_thumbnail.mo share/locale/vi/LC_MESSAGES/kio_timeline.mo share/locale/vi/LC_MESSAGES/kio_trash.mo share/locale/vi/LC_MESSAGES/kio_zeroconf.mo +share/locale/vi/LC_MESSAGES/kioclient.mo share/locale/vi/LC_MESSAGES/kioexec.mo share/locale/vi/LC_MESSAGES/kjumpingcube.mo share/locale/vi/LC_MESSAGES/klettres.mo @@ -198,6 +199,7 @@ share/locale/vi/LC_MESSAGES/libkscreensaver.mo share/locale/vi/LC_MESSAGES/libkworkspace.mo share/locale/vi/LC_MESSAGES/libphonon.mo share/locale/vi/LC_MESSAGES/libplasma.mo +share/locale/vi/LC_MESSAGES/libplasmaweather.mo share/locale/vi/LC_MESSAGES/libtaskmanager.mo share/locale/vi/LC_MESSAGES/mf_konqplugin.mo share/locale/vi/LC_MESSAGES/minitoolsplugin.mo @@ -211,13 +213,18 @@ share/locale/vi/LC_MESSAGES/nsplugin.mo share/locale/vi/LC_MESSAGES/phonon_kde.mo share/locale/vi/LC_MESSAGES/plasma-remote-helper.mo share/locale/vi/LC_MESSAGES/plasma_applet_battery.mo +share/locale/vi/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/vi/LC_MESSAGES/plasma_applet_clock.mo +share/locale/vi/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/vi/LC_MESSAGES/plasma_applet_kget.mo share/locale/vi/LC_MESSAGES/plasma_applet_launcher.mo share/locale/vi/LC_MESSAGES/plasma_applet_lockout.mo share/locale/vi/LC_MESSAGES/plasma_applet_newspaper.mo -share/locale/vi/LC_MESSAGES/plasma_applet_notifications.mo +share/locale/vi/LC_MESSAGES/plasma_applet_notes.mo share/locale/vi/LC_MESSAGES/plasma_applet_notifier.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.notifications.mo +share/locale/vi/LC_MESSAGES/plasma_applet_qstardict.mo +share/locale/vi/LC_MESSAGES/plasma_applet_weather.mo share/locale/vi/LC_MESSAGES/plasma_runner_kget.mo share/locale/vi/LC_MESSAGES/plasmapkg.mo share/locale/vi/LC_MESSAGES/rellinks.mo diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index dea4141c9a5f..92cd029c0844 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= www kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Comprehensive html/website development environment @@ -16,7 +16,7 @@ LIB_DEPENDS= tidy-0.99.0:${PORTSDIR}/www/tidy-lib \ LATEST_LINK= ${PORTNAME}4 -USE_XZ= yes +USE_XZ= yes USE_GNOME= libxml2 libxslt USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 USES= cmake:outsource diff --git a/www/kdewebdev4/distinfo b/www/kdewebdev4/distinfo index 4aa30f9d4a97..ff0d682c3d06 100644 --- a/www/kdewebdev4/distinfo +++ b/www/kdewebdev4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdewebdev-4.9.5.tar.xz) = 1dbb8cb15db4df76c958281e45fb147ea810d7ed555e504459549a53656dd9a1 -SIZE (KDE/kdewebdev-4.9.5.tar.xz) = 2588064 +SHA256 (KDE/4.10.1/kdewebdev-4.10.1.tar.xz) = adc9db4ed3f143223a5a48c2ee8337b73523943ba0867ed80fd802b5089679cc +SIZE (KDE/4.10.1/kdewebdev-4.10.1.tar.xz) = 2592232 diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index fbe0041e1740..bb395325128d 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= x11-clocks kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Collection of entertaining programs for KDE @@ -15,10 +15,9 @@ LATEST_LINK= ${PORTNAME}4 USE_KDE4= kdehier kdelibs kdeprefix workspace automoc4 USES= cmake:outsource -USE_QT4= dbus gui qt3support \ - qmake_build moc_build rcc_build uic_build +USE_QT4= qmake_build moc_build rcc_build uic_build USE_XORG= x11 -USE_XZ= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes MAN6= amor.6 diff --git a/x11-clocks/kdetoys4/distinfo b/x11-clocks/kdetoys4/distinfo index f6685f729b4b..fc650afd0089 100644 --- a/x11-clocks/kdetoys4/distinfo +++ b/x11-clocks/kdetoys4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdetoys-4.9.5.tar.xz) = 65aaf9931ca0b59b33c7a1bbbd3328df89bd2a6b357a64357857ae65d7cb1048 -SIZE (KDE/kdetoys-4.9.5.tar.xz) = 386420 +SHA256 (KDE/4.10.1/kdetoys-4.10.1.tar.xz) = 717d272c963eb87f7a7c7f5bb93691185208828c5673ab85c191d747e40b92ce +SIZE (KDE/4.10.1/kdetoys-4.10.1.tar.xz) = 378136 diff --git a/x11-clocks/ktimer/Makefile b/x11-clocks/ktimer/Makefile index 18fa423e8661..d37ad94b3644 100644 --- a/x11-clocks/ktimer/Makefile +++ b/x11-clocks/ktimer/Makefile @@ -5,14 +5,14 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= x11-clocks kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Countdown launcher for KDE CONFLICTS_INSTALL= kdeutils-4.[0-7].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build diff --git a/x11-clocks/ktimer/distinfo b/x11-clocks/ktimer/distinfo index 7a240bb596bc..c0ccb700348e 100644 --- a/x11-clocks/ktimer/distinfo +++ b/x11-clocks/ktimer/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/ktimer-4.9.5.tar.xz) = 70397638b3f6f7916023b1309713960dfbfb650b7cf98c581796215d845b87aa -SIZE (KDE/ktimer-4.9.5.tar.xz) = 150852 +SHA256 (KDE/4.10.1/ktimer-4.10.1.tar.xz) = 9f1fa2e1038d7fa00df70e4479ce13866cb394e0017b3372fb7b33eb6c95d311 +SIZE (KDE/4.10.1/ktimer-4.10.1.tar.xz) = 150864 diff --git a/x11-themes/Makefile b/x11-themes/Makefile index dc62b54de671..5195525e8396 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -137,6 +137,7 @@ SUBDIR += kde4-style-polyester SUBDIR += kde4-style-skulpture SUBDIR += kde4-wallpapers + SUBDIR += kde4-wallpapers-freebsd SUBDIR += kde4-windeco-crystal SUBDIR += kde4-windeco-dekorator SUBDIR += kde4-windeco-nitrogen diff --git a/x11-themes/kde4-base-artwork/Makefile b/x11-themes/kde4-base-artwork/Makefile index 1d48bb867c01..23f1dc1fe3e1 100644 --- a/x11-themes/kde4-base-artwork/Makefile +++ b/x11-themes/kde4-base-artwork/Makefile @@ -6,19 +6,19 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= x11-themes kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= Base artwork for the KDE4 Plasma Desktop +COMMENT= Base artwork for the KDE Plasma Desktop LICENSE= GPLv2 CONFLICTS_INSTALL= kde-workspace-4.[7-8].* +USES= cmake:outsource USE_KDE4= automoc4 kdehier kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build -USES= cmake:outsource -NO_BUILD= yes USE_XZ= yes +NO_BUILD= yes .include <bsd.port.mk> diff --git a/x11-themes/kde4-base-artwork/distinfo b/x11-themes/kde4-base-artwork/distinfo index 4ac8e72b7839..38cffcccd180 100644 --- a/x11-themes/kde4-base-artwork/distinfo +++ b/x11-themes/kde4-base-artwork/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-base-artwork-4.9.5.tar.xz) = e5b861adc12bf5905184f8758467624f994fe30957070c12858646e5abc31f90 -SIZE (KDE/kde-base-artwork-4.9.5.tar.xz) = 16459448 +SHA256 (KDE/4.10.1/kde-base-artwork-4.10.1.tar.xz) = 963881af14e0f680598eb40f4320cadc498885bb682e5d4f243d8aa71a969afb +SIZE (KDE/4.10.1/kde-base-artwork-4.10.1.tar.xz) = 7421692 diff --git a/x11-themes/kde4-icons-oxygen/Makefile b/x11-themes/kde4-icons-oxygen/Makefile index 1f2bf0840b0d..9369d195a881 100644 --- a/x11-themes/kde4-icons-oxygen/Makefile +++ b/x11-themes/kde4-icons-oxygen/Makefile @@ -7,14 +7,14 @@ MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= kde4-icons- DISTNAME= ${PORTNAME}-icons-${PORTVERSION} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= The Oxygen icon theme for KDE -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdeprefix kdehier -USES= cmake +USES= cmake:outsource INSTALL_TARGET= install EXTRACT_AFTER_ARGS+= | ${TAR} -xf - --exclude '${DISTNAME}/scalable' diff --git a/x11-themes/kde4-icons-oxygen/distinfo b/x11-themes/kde4-icons-oxygen/distinfo index e07d02541bfe..4e18ead15509 100644 --- a/x11-themes/kde4-icons-oxygen/distinfo +++ b/x11-themes/kde4-icons-oxygen/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/oxygen-icons-4.9.5.tar.xz) = 7e29b3621fa13bb36da5b17713d99875f1a6f596b96d3223520dd142c7973bb2 -SIZE (KDE/oxygen-icons-4.9.5.tar.xz) = 290333400 +SHA256 (KDE/4.10.1/oxygen-icons-4.10.1.tar.xz) = dbcc4d8dabcda38821cffdf472c3f769b040739d288dec4706a901afe47cfbfd +SIZE (KDE/4.10.1/oxygen-icons-4.10.1.tar.xz) = 277511580 diff --git a/x11-themes/kde4-icons-oxygen/pkg-plist b/x11-themes/kde4-icons-oxygen/pkg-plist index bbee8f7a88ea..1c8de998f75d 100644 --- a/x11-themes/kde4-icons-oxygen/pkg-plist +++ b/x11-themes/kde4-icons-oxygen/pkg-plist @@ -111,7 +111,6 @@ share/icons/oxygen/128x128/apps/internet-telephony.png share/icons/oxygen/128x128/apps/internet-web-browser.png share/icons/oxygen/128x128/apps/k3b.png share/icons/oxygen/128x128/apps/kaffeine.png -share/icons/oxygen/128x128/apps/karbon.png share/icons/oxygen/128x128/apps/kblogger.png share/icons/oxygen/128x128/apps/kbruch.png share/icons/oxygen/128x128/apps/kbugbuster.png @@ -121,7 +120,6 @@ share/icons/oxygen/128x128/apps/kde-windows.png share/icons/oxygen/128x128/apps/kde.png share/icons/oxygen/128x128/apps/kdevelop.png share/icons/oxygen/128x128/apps/kdf.png -share/icons/oxygen/128x128/apps/kexi.png share/icons/oxygen/128x128/apps/kformula.png share/icons/oxygen/128x128/apps/kgpg.png share/icons/oxygen/128x128/apps/kig.png @@ -143,7 +141,6 @@ share/icons/oxygen/128x128/apps/kplato.png share/icons/oxygen/128x128/apps/kpresenter.png share/icons/oxygen/128x128/apps/krdc.png share/icons/oxygen/128x128/apps/krfb.png -share/icons/oxygen/128x128/apps/krita.png share/icons/oxygen/128x128/apps/ksnapshot.png share/icons/oxygen/128x128/apps/ksniffer.png share/icons/oxygen/128x128/apps/kspread.png @@ -423,6 +420,11 @@ share/icons/oxygen/128x128/mimetypes/application-x-java.png share/icons/oxygen/128x128/mimetypes/application-x-javascript.png share/icons/oxygen/128x128/mimetypes/application-x-k3b.png share/icons/oxygen/128x128/mimetypes/application-x-kcsrc.png +share/icons/oxygen/128x128/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/128x128/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/128x128/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/128x128/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/128x128/mimetypes/application-x-kexiproject-sqlite3.png share/icons/oxygen/128x128/mimetypes/application-x-kformula.png share/icons/oxygen/128x128/mimetypes/application-x-kgetlist.png share/icons/oxygen/128x128/mimetypes/application-x-kontour.png @@ -461,6 +463,8 @@ share/icons/oxygen/128x128/mimetypes/application-x-shockwave-flash.png share/icons/oxygen/128x128/mimetypes/application-x-siag.png share/icons/oxygen/128x128/mimetypes/application-x-smb-server.png share/icons/oxygen/128x128/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/128x128/mimetypes/application-x-sqlite2.png +share/icons/oxygen/128x128/mimetypes/application-x-sqlite3.png share/icons/oxygen/128x128/mimetypes/application-x-srt.png share/icons/oxygen/128x128/mimetypes/application-x-srtrip.png share/icons/oxygen/128x128/mimetypes/application-x-subrip.png @@ -580,6 +584,7 @@ share/icons/oxygen/128x128/mimetypes/x-media-podcast.png share/icons/oxygen/128x128/mimetypes/x-office-address-book.png share/icons/oxygen/128x128/mimetypes/x-office-calendar.png share/icons/oxygen/128x128/mimetypes/x-office-document.png +share/icons/oxygen/128x128/mimetypes/x-office-presentation.png share/icons/oxygen/128x128/mimetypes/x-office-spreadsheet.png share/icons/oxygen/128x128/places/bookmarks.png share/icons/oxygen/128x128/places/certificate-server.png @@ -1294,7 +1299,6 @@ share/icons/oxygen/16x16/apps/internet-web-browser.png share/icons/oxygen/16x16/apps/java.png share/icons/oxygen/16x16/apps/k3b.png share/icons/oxygen/16x16/apps/kaffeine.png -share/icons/oxygen/16x16/apps/karbon.png share/icons/oxygen/16x16/apps/kblogger.png share/icons/oxygen/16x16/apps/kbruch.png share/icons/oxygen/16x16/apps/kbugbuster.png @@ -1304,7 +1308,6 @@ share/icons/oxygen/16x16/apps/kde-windows.png share/icons/oxygen/16x16/apps/kde.png share/icons/oxygen/16x16/apps/kdevelop.png share/icons/oxygen/16x16/apps/kdf.png -share/icons/oxygen/16x16/apps/kexi.png share/icons/oxygen/16x16/apps/kformula.png share/icons/oxygen/16x16/apps/kgpg.png share/icons/oxygen/16x16/apps/kig.png @@ -1324,7 +1327,6 @@ share/icons/oxygen/16x16/apps/kplato.png share/icons/oxygen/16x16/apps/kpresenter.png share/icons/oxygen/16x16/apps/krdc.png share/icons/oxygen/16x16/apps/krfb.png -share/icons/oxygen/16x16/apps/krita.png share/icons/oxygen/16x16/apps/ksnapshot.png share/icons/oxygen/16x16/apps/ksniffer.png share/icons/oxygen/16x16/apps/kspread.png @@ -1624,6 +1626,11 @@ share/icons/oxygen/16x16/mimetypes/application-x-java.png share/icons/oxygen/16x16/mimetypes/application-x-javascript.png share/icons/oxygen/16x16/mimetypes/application-x-k3b.png share/icons/oxygen/16x16/mimetypes/application-x-kcsrc.png +share/icons/oxygen/16x16/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/16x16/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/16x16/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/16x16/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/16x16/mimetypes/application-x-kexiproject-sqlite3.png share/icons/oxygen/16x16/mimetypes/application-x-kformula.png share/icons/oxygen/16x16/mimetypes/application-x-kgetlist.png share/icons/oxygen/16x16/mimetypes/application-x-kontour.png @@ -1662,6 +1669,8 @@ share/icons/oxygen/16x16/mimetypes/application-x-shockwave-flash.png share/icons/oxygen/16x16/mimetypes/application-x-siag.png share/icons/oxygen/16x16/mimetypes/application-x-smb-server.png share/icons/oxygen/16x16/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/16x16/mimetypes/application-x-sqlite2.png +share/icons/oxygen/16x16/mimetypes/application-x-sqlite3.png share/icons/oxygen/16x16/mimetypes/application-x-srt.png share/icons/oxygen/16x16/mimetypes/application-x-srtrip.png share/icons/oxygen/16x16/mimetypes/application-x-subrip.png @@ -1781,6 +1790,7 @@ share/icons/oxygen/16x16/mimetypes/x-office-address-book.png share/icons/oxygen/16x16/mimetypes/x-office-calendar.png share/icons/oxygen/16x16/mimetypes/x-office-contact.png share/icons/oxygen/16x16/mimetypes/x-office-document.png +share/icons/oxygen/16x16/mimetypes/x-office-presentation.png share/icons/oxygen/16x16/mimetypes/x-office-spreadsheet.png share/icons/oxygen/16x16/places/bookmarks.png share/icons/oxygen/16x16/places/certificate-server.png @@ -2572,7 +2582,6 @@ share/icons/oxygen/22x22/apps/kde-windows.png share/icons/oxygen/22x22/apps/kde.png share/icons/oxygen/22x22/apps/kdevelop.png share/icons/oxygen/22x22/apps/kdf.png -share/icons/oxygen/22x22/apps/kexi.png share/icons/oxygen/22x22/apps/kformula.png share/icons/oxygen/22x22/apps/kgpg.png share/icons/oxygen/22x22/apps/kig.png @@ -2590,7 +2599,6 @@ share/icons/oxygen/22x22/apps/kplato.png share/icons/oxygen/22x22/apps/kpresenter.png share/icons/oxygen/22x22/apps/krdc.png share/icons/oxygen/22x22/apps/krfb.png -share/icons/oxygen/22x22/apps/krita.png share/icons/oxygen/22x22/apps/ksnapshot.png share/icons/oxygen/22x22/apps/ksniffer.png share/icons/oxygen/22x22/apps/kspread.png @@ -2926,6 +2934,11 @@ share/icons/oxygen/22x22/mimetypes/application-x-java.png share/icons/oxygen/22x22/mimetypes/application-x-javascript.png share/icons/oxygen/22x22/mimetypes/application-x-k3b.png share/icons/oxygen/22x22/mimetypes/application-x-kcsrc.png +share/icons/oxygen/22x22/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/22x22/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/22x22/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/22x22/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/22x22/mimetypes/application-x-kexiproject-sqlite3.png share/icons/oxygen/22x22/mimetypes/application-x-kformula.png share/icons/oxygen/22x22/mimetypes/application-x-kgetlist.png share/icons/oxygen/22x22/mimetypes/application-x-kontour.png @@ -2964,6 +2977,8 @@ share/icons/oxygen/22x22/mimetypes/application-x-shockwave-flash.png share/icons/oxygen/22x22/mimetypes/application-x-siag.png share/icons/oxygen/22x22/mimetypes/application-x-smb-server.png share/icons/oxygen/22x22/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/22x22/mimetypes/application-x-sqlite2.png +share/icons/oxygen/22x22/mimetypes/application-x-sqlite3.png share/icons/oxygen/22x22/mimetypes/application-x-srt.png share/icons/oxygen/22x22/mimetypes/application-x-srtrip.png share/icons/oxygen/22x22/mimetypes/application-x-subrip.png @@ -3086,6 +3101,7 @@ share/icons/oxygen/22x22/mimetypes/x-office-address-book.png share/icons/oxygen/22x22/mimetypes/x-office-calendar.png share/icons/oxygen/22x22/mimetypes/x-office-contact.png share/icons/oxygen/22x22/mimetypes/x-office-document.png +share/icons/oxygen/22x22/mimetypes/x-office-presentation.png share/icons/oxygen/22x22/mimetypes/x-office-spreadsheet.png share/icons/oxygen/22x22/places/bookmarks.png share/icons/oxygen/22x22/places/certificate-server.png @@ -3248,13 +3264,11 @@ share/icons/oxygen/256x256/apps/clock.png share/icons/oxygen/256x256/apps/digikam.png share/icons/oxygen/256x256/apps/internet-web-browser.png share/icons/oxygen/256x256/apps/k3b.png -share/icons/oxygen/256x256/apps/karbon.png share/icons/oxygen/256x256/apps/kbruch.png share/icons/oxygen/256x256/apps/kchart.png share/icons/oxygen/256x256/apps/kde-windows.png share/icons/oxygen/256x256/apps/kdevelop.png share/icons/oxygen/256x256/apps/kdf.png -share/icons/oxygen/256x256/apps/kexi.png share/icons/oxygen/256x256/apps/kformula.png share/icons/oxygen/256x256/apps/kgpg.png share/icons/oxygen/256x256/apps/kig.png @@ -3266,7 +3280,6 @@ share/icons/oxygen/256x256/apps/kontact-import-wizard.png share/icons/oxygen/256x256/apps/korgac.png share/icons/oxygen/256x256/apps/kplato.png share/icons/oxygen/256x256/apps/kpresenter.png -share/icons/oxygen/256x256/apps/krita.png share/icons/oxygen/256x256/apps/kspread.png share/icons/oxygen/256x256/apps/kwalletmanager.png share/icons/oxygen/256x256/apps/kword.png @@ -3437,6 +3450,11 @@ share/icons/oxygen/256x256/mimetypes/application-x-java.png share/icons/oxygen/256x256/mimetypes/application-x-javascript.png share/icons/oxygen/256x256/mimetypes/application-x-k3b.png share/icons/oxygen/256x256/mimetypes/application-x-kcsrc.png +share/icons/oxygen/256x256/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/256x256/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/256x256/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/256x256/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/256x256/mimetypes/application-x-kexiproject-sqlite3.png share/icons/oxygen/256x256/mimetypes/application-x-kformula.png share/icons/oxygen/256x256/mimetypes/application-x-kgetlist.png share/icons/oxygen/256x256/mimetypes/application-x-kontour.png @@ -3474,6 +3492,8 @@ share/icons/oxygen/256x256/mimetypes/application-x-shockwave-flash.png share/icons/oxygen/256x256/mimetypes/application-x-siag.png share/icons/oxygen/256x256/mimetypes/application-x-smb-server.png share/icons/oxygen/256x256/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/256x256/mimetypes/application-x-sqlite2.png +share/icons/oxygen/256x256/mimetypes/application-x-sqlite3.png share/icons/oxygen/256x256/mimetypes/application-x-srt.png share/icons/oxygen/256x256/mimetypes/application-x-srtrip.png share/icons/oxygen/256x256/mimetypes/application-x-subrip.png @@ -3591,6 +3611,7 @@ share/icons/oxygen/256x256/mimetypes/x-media-podcast.png share/icons/oxygen/256x256/mimetypes/x-office-address-book.png share/icons/oxygen/256x256/mimetypes/x-office-calendar.png share/icons/oxygen/256x256/mimetypes/x-office-document.png +share/icons/oxygen/256x256/mimetypes/x-office-presentation.png share/icons/oxygen/256x256/mimetypes/x-office-spreadsheet.png share/icons/oxygen/256x256/places/certificate-server.png share/icons/oxygen/256x256/places/favorites.png @@ -4274,7 +4295,6 @@ share/icons/oxygen/32x32/apps/internet-web-browser.png share/icons/oxygen/32x32/apps/java.png share/icons/oxygen/32x32/apps/k3b.png share/icons/oxygen/32x32/apps/kaffeine.png -share/icons/oxygen/32x32/apps/karbon.png share/icons/oxygen/32x32/apps/kblogger.png share/icons/oxygen/32x32/apps/kbruch.png share/icons/oxygen/32x32/apps/kbugbuster.png @@ -4284,7 +4304,6 @@ share/icons/oxygen/32x32/apps/kde-windows.png share/icons/oxygen/32x32/apps/kde.png share/icons/oxygen/32x32/apps/kdevelop.png share/icons/oxygen/32x32/apps/kdf.png -share/icons/oxygen/32x32/apps/kexi.png share/icons/oxygen/32x32/apps/kformula.png share/icons/oxygen/32x32/apps/kgpg.png share/icons/oxygen/32x32/apps/kig.png @@ -4304,7 +4323,6 @@ share/icons/oxygen/32x32/apps/kplato.png share/icons/oxygen/32x32/apps/kpresenter.png share/icons/oxygen/32x32/apps/krdc.png share/icons/oxygen/32x32/apps/krfb.png -share/icons/oxygen/32x32/apps/krita.png share/icons/oxygen/32x32/apps/ksnapshot.png share/icons/oxygen/32x32/apps/ksniffer.png share/icons/oxygen/32x32/apps/kspread.png @@ -4613,6 +4631,11 @@ share/icons/oxygen/32x32/mimetypes/application-x-java.png share/icons/oxygen/32x32/mimetypes/application-x-javascript.png share/icons/oxygen/32x32/mimetypes/application-x-k3b.png share/icons/oxygen/32x32/mimetypes/application-x-kcsrc.png +share/icons/oxygen/32x32/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/32x32/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/32x32/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/32x32/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/32x32/mimetypes/application-x-kexiproject-sqlite3.png share/icons/oxygen/32x32/mimetypes/application-x-kformula.png share/icons/oxygen/32x32/mimetypes/application-x-kgetlist.png share/icons/oxygen/32x32/mimetypes/application-x-kontour.png @@ -4651,6 +4674,8 @@ share/icons/oxygen/32x32/mimetypes/application-x-shockwave-flash.png share/icons/oxygen/32x32/mimetypes/application-x-siag.png share/icons/oxygen/32x32/mimetypes/application-x-smb-server.png share/icons/oxygen/32x32/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/32x32/mimetypes/application-x-sqlite2.png +share/icons/oxygen/32x32/mimetypes/application-x-sqlite3.png share/icons/oxygen/32x32/mimetypes/application-x-srt.png share/icons/oxygen/32x32/mimetypes/application-x-srtrip.png share/icons/oxygen/32x32/mimetypes/application-x-subrip.png @@ -4771,6 +4796,7 @@ share/icons/oxygen/32x32/mimetypes/x-office-address-book.png share/icons/oxygen/32x32/mimetypes/x-office-calendar.png share/icons/oxygen/32x32/mimetypes/x-office-contact.png share/icons/oxygen/32x32/mimetypes/x-office-document.png +share/icons/oxygen/32x32/mimetypes/x-office-presentation.png share/icons/oxygen/32x32/mimetypes/x-office-spreadsheet.png share/icons/oxygen/32x32/places/bookmarks.png share/icons/oxygen/32x32/places/certificate-server.png @@ -5509,7 +5535,6 @@ share/icons/oxygen/48x48/apps/internet-web-browser.png share/icons/oxygen/48x48/apps/java.png share/icons/oxygen/48x48/apps/k3b.png share/icons/oxygen/48x48/apps/kaffeine.png -share/icons/oxygen/48x48/apps/karbon.png share/icons/oxygen/48x48/apps/kblogger.png share/icons/oxygen/48x48/apps/kbruch.png share/icons/oxygen/48x48/apps/kbugbuster.png @@ -5519,7 +5544,6 @@ share/icons/oxygen/48x48/apps/kde-windows.png share/icons/oxygen/48x48/apps/kde.png share/icons/oxygen/48x48/apps/kdevelop.png share/icons/oxygen/48x48/apps/kdf.png -share/icons/oxygen/48x48/apps/kexi.png share/icons/oxygen/48x48/apps/kformula.png share/icons/oxygen/48x48/apps/kgpg.png share/icons/oxygen/48x48/apps/kig.png @@ -5539,7 +5563,6 @@ share/icons/oxygen/48x48/apps/kplato.png share/icons/oxygen/48x48/apps/kpresenter.png share/icons/oxygen/48x48/apps/krdc.png share/icons/oxygen/48x48/apps/krfb.png -share/icons/oxygen/48x48/apps/krita.png share/icons/oxygen/48x48/apps/ksnapshot.png share/icons/oxygen/48x48/apps/ksniffer.png share/icons/oxygen/48x48/apps/kspread.png @@ -5831,6 +5854,11 @@ share/icons/oxygen/48x48/mimetypes/application-x-java.png share/icons/oxygen/48x48/mimetypes/application-x-javascript.png share/icons/oxygen/48x48/mimetypes/application-x-k3b.png share/icons/oxygen/48x48/mimetypes/application-x-kcsrc.png +share/icons/oxygen/48x48/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/48x48/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/48x48/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/48x48/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/48x48/mimetypes/application-x-kexiproject-sqlite3.png share/icons/oxygen/48x48/mimetypes/application-x-kformula.png share/icons/oxygen/48x48/mimetypes/application-x-kgetlist.png share/icons/oxygen/48x48/mimetypes/application-x-kontour.png @@ -5869,6 +5897,8 @@ share/icons/oxygen/48x48/mimetypes/application-x-shockwave-flash.png share/icons/oxygen/48x48/mimetypes/application-x-siag.png share/icons/oxygen/48x48/mimetypes/application-x-smb-server.png share/icons/oxygen/48x48/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/48x48/mimetypes/application-x-sqlite2.png +share/icons/oxygen/48x48/mimetypes/application-x-sqlite3.png share/icons/oxygen/48x48/mimetypes/application-x-srt.png share/icons/oxygen/48x48/mimetypes/application-x-srtrip.png share/icons/oxygen/48x48/mimetypes/application-x-subrip.png @@ -5989,6 +6019,7 @@ share/icons/oxygen/48x48/mimetypes/x-office-address-book.png share/icons/oxygen/48x48/mimetypes/x-office-calendar.png share/icons/oxygen/48x48/mimetypes/x-office-contact.png share/icons/oxygen/48x48/mimetypes/x-office-document.png +share/icons/oxygen/48x48/mimetypes/x-office-presentation.png share/icons/oxygen/48x48/mimetypes/x-office-spreadsheet.png share/icons/oxygen/48x48/places/bookmarks.png share/icons/oxygen/48x48/places/certificate-server.png @@ -6229,7 +6260,6 @@ share/icons/oxygen/64x64/apps/internet-telephony.png share/icons/oxygen/64x64/apps/internet-web-browser.png share/icons/oxygen/64x64/apps/k3b.png share/icons/oxygen/64x64/apps/kaffeine.png -share/icons/oxygen/64x64/apps/karbon.png share/icons/oxygen/64x64/apps/kblogger.png share/icons/oxygen/64x64/apps/kbruch.png share/icons/oxygen/64x64/apps/kbugbuster.png @@ -6239,7 +6269,6 @@ share/icons/oxygen/64x64/apps/kde-windows.png share/icons/oxygen/64x64/apps/kde.png share/icons/oxygen/64x64/apps/kdevelop.png share/icons/oxygen/64x64/apps/kdf.png -share/icons/oxygen/64x64/apps/kexi.png share/icons/oxygen/64x64/apps/kformula.png share/icons/oxygen/64x64/apps/kgpg.png share/icons/oxygen/64x64/apps/kig.png @@ -6260,7 +6289,6 @@ share/icons/oxygen/64x64/apps/kplato.png share/icons/oxygen/64x64/apps/kpresenter.png share/icons/oxygen/64x64/apps/krdc.png share/icons/oxygen/64x64/apps/krfb.png -share/icons/oxygen/64x64/apps/krita.png share/icons/oxygen/64x64/apps/ksnapshot.png share/icons/oxygen/64x64/apps/ksniffer.png share/icons/oxygen/64x64/apps/kspread.png @@ -6537,6 +6565,11 @@ share/icons/oxygen/64x64/mimetypes/application-x-java.png share/icons/oxygen/64x64/mimetypes/application-x-javascript.png share/icons/oxygen/64x64/mimetypes/application-x-k3b.png share/icons/oxygen/64x64/mimetypes/application-x-kcsrc.png +share/icons/oxygen/64x64/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/64x64/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/64x64/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/64x64/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/64x64/mimetypes/application-x-kexiproject-sqlite3.png share/icons/oxygen/64x64/mimetypes/application-x-kformula.png share/icons/oxygen/64x64/mimetypes/application-x-kgetlist.png share/icons/oxygen/64x64/mimetypes/application-x-kontour.png @@ -6575,6 +6608,8 @@ share/icons/oxygen/64x64/mimetypes/application-x-shockwave-flash.png share/icons/oxygen/64x64/mimetypes/application-x-siag.png share/icons/oxygen/64x64/mimetypes/application-x-smb-server.png share/icons/oxygen/64x64/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/64x64/mimetypes/application-x-sqlite2.png +share/icons/oxygen/64x64/mimetypes/application-x-sqlite3.png share/icons/oxygen/64x64/mimetypes/application-x-srt.png share/icons/oxygen/64x64/mimetypes/application-x-srtrip.png share/icons/oxygen/64x64/mimetypes/application-x-subrip.png @@ -6693,6 +6728,7 @@ share/icons/oxygen/64x64/mimetypes/x-media-podcast.png share/icons/oxygen/64x64/mimetypes/x-office-address-book.png share/icons/oxygen/64x64/mimetypes/x-office-calendar.png share/icons/oxygen/64x64/mimetypes/x-office-document.png +share/icons/oxygen/64x64/mimetypes/x-office-presentation.png share/icons/oxygen/64x64/mimetypes/x-office-spreadsheet.png share/icons/oxygen/64x64/places/bookmarks.png share/icons/oxygen/64x64/places/certificate-server.png diff --git a/x11-themes/kde4-wallpapers-freebsd/Makefile b/x11-themes/kde4-wallpapers-freebsd/Makefile new file mode 100644 index 000000000000..3658fe7a3a8f --- /dev/null +++ b/x11-themes/kde4-wallpapers-freebsd/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= kde4-wallpapers-freebsd +PORTVERSION= 1.0 +CATEGORIES= x11-themes kde +MASTER_SITES= LOCAL/avilla +DISTNAME= stripes-freebsd-${PORTVERSION} +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= FreeBSD wallpapers designed by KDE artwork team + +CONFLICTS_INSTALL= kde-workspace-4.[6-9].* + +USE_BZIP2= yes +USE_KDE4= kdehier kdeprefix + +NO_BUILD= yes + +do-install: + ${MKDIR} ${PREFIX}/share/apps/plasma-desktop/init + ${INSTALL_DATA} ${FILESDIR}/05-freebsdWallpaper.js \ + ${PREFIX}/share/apps/plasma-desktop/init + cd ${WRKSRC} && \ + ${COPYTREE_SHARE} . ${PREFIX}/share/wallpapers + +.include <bsd.port.mk> diff --git a/x11-themes/kde4-wallpapers-freebsd/distinfo b/x11-themes/kde4-wallpapers-freebsd/distinfo new file mode 100644 index 000000000000..44fabd4b3304 --- /dev/null +++ b/x11-themes/kde4-wallpapers-freebsd/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/stripes-freebsd-1.0.tar.bz2) = 6ac543c0be09df2ef89061740f4e6f8d5b807462d030dbbc3bcfd58056431127 +SIZE (KDE/stripes-freebsd-1.0.tar.bz2) = 4258348 diff --git a/x11/kde4-workspace/files/05-freebsdWallpaper.js b/x11-themes/kde4-wallpapers-freebsd/files/05-freebsdWallpaper.js index 3e01d888a71b..3e01d888a71b 100644 --- a/x11/kde4-workspace/files/05-freebsdWallpaper.js +++ b/x11-themes/kde4-wallpapers-freebsd/files/05-freebsdWallpaper.js diff --git a/x11-themes/kde4-wallpapers-freebsd/pkg-descr b/x11-themes/kde4-wallpapers-freebsd/pkg-descr new file mode 100644 index 000000000000..624ea5b18b70 --- /dev/null +++ b/x11-themes/kde4-wallpapers-freebsd/pkg-descr @@ -0,0 +1,3 @@ +FreeBSD wallpapers designed by KDE artwork team. + +WWW: http://www.kde.org diff --git a/x11-themes/kde4-wallpapers-freebsd/pkg-plist b/x11-themes/kde4-wallpapers-freebsd/pkg-plist new file mode 100644 index 000000000000..eb459295caee --- /dev/null +++ b/x11-themes/kde4-wallpapers-freebsd/pkg-plist @@ -0,0 +1,29 @@ +share/apps/plasma-desktop/init/05-freebsdWallpaper.js +share/wallpapers/stripes-freebsd-blue/contents/images/1024x768.jpg +share/wallpapers/stripes-freebsd-blue/contents/images/1280x1024.jpg +share/wallpapers/stripes-freebsd-blue/contents/images/1280x800.jpg +share/wallpapers/stripes-freebsd-blue/contents/images/1440x900.jpg +share/wallpapers/stripes-freebsd-blue/contents/images/1600x1200.jpg +share/wallpapers/stripes-freebsd-blue/contents/images/1920x1080.jpg +share/wallpapers/stripes-freebsd-blue/contents/images/1920x1200.jpg +share/wallpapers/stripes-freebsd-blue/contents/images/800x600.jpg +share/wallpapers/stripes-freebsd-blue/contents/screenshot.jpg +share/wallpapers/stripes-freebsd-blue/metadata.desktop +share/wallpapers/stripes-freebsd-red/contents/images/1024x768.jpg +share/wallpapers/stripes-freebsd-red/contents/images/1280x1024.jpg +share/wallpapers/stripes-freebsd-red/contents/images/1280x800.jpg +share/wallpapers/stripes-freebsd-red/contents/images/1440x900.jpg +share/wallpapers/stripes-freebsd-red/contents/images/1600x1200.jpg +share/wallpapers/stripes-freebsd-red/contents/images/1920x1080.jpg +share/wallpapers/stripes-freebsd-red/contents/images/1920x1200.jpg +share/wallpapers/stripes-freebsd-red/contents/images/800x600.jpg +share/wallpapers/stripes-freebsd-red/contents/screenshot.jpg +share/wallpapers/stripes-freebsd-red/metadata.desktop +@dirrm share/wallpapers/stripes-freebsd-red/contents/images +@dirrm share/wallpapers/stripes-freebsd-red/contents +@dirrm share/wallpapers/stripes-freebsd-red +@dirrm share/wallpapers/stripes-freebsd-blue/contents/images +@dirrm share/wallpapers/stripes-freebsd-blue/contents +@dirrm share/wallpapers/stripes-freebsd-blue +@dirrmtry share/apps/plasma-desktop/init +@dirrmtry share/apps/plasma-desktop diff --git a/x11-themes/kde4-wallpapers/Makefile b/x11-themes/kde4-wallpapers/Makefile index 367667aff035..fd6db94b007c 100644 --- a/x11-themes/kde4-wallpapers/Makefile +++ b/x11-themes/kde4-wallpapers/Makefile @@ -5,14 +5,14 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= x11-themes kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Set of wallpapers for the KDE Plasma workspace CONFLICTS= kdebase-workspace-4.[0-6].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= automoc4 kdehier kdelibs kdeprefix USES= cmake:outsource USE_QT4= moc_build qmake_build rcc_build uic_build diff --git a/x11-themes/kde4-wallpapers/distinfo b/x11-themes/kde4-wallpapers/distinfo index 067d82565922..525493207865 100644 --- a/x11-themes/kde4-wallpapers/distinfo +++ b/x11-themes/kde4-wallpapers/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-wallpapers-4.9.5.tar.xz) = 07d130e0b929b95b9ef6f0212ecf686f76ed33ae34441bbe77b6846e163b4134 -SIZE (KDE/kde-wallpapers-4.9.5.tar.xz) = 77207948 +SHA256 (KDE/4.10.1/kde-wallpapers-4.10.1.tar.xz) = 3c9e14ee6167b479cf5dc51cd5ef1359e960820d16012665e050aeb254d8ac72 +SIZE (KDE/4.10.1/kde-wallpapers-4.10.1.tar.xz) = 90659388 diff --git a/x11-themes/kde4-wallpapers/pkg-plist b/x11-themes/kde4-wallpapers/pkg-plist index b6a3e6e2cd92..00bc05de2c2f 100644 --- a/x11-themes/kde4-wallpapers/pkg-plist +++ b/x11-themes/kde4-wallpapers/pkg-plist @@ -1,9 +1,3 @@ -share/wallpapers/Air/contents/images/1280x1024.jpg -share/wallpapers/Air/contents/images/1600x1200.jpg -share/wallpapers/Air/contents/images/1920x1080.jpg -share/wallpapers/Air/contents/images/1920x1200.jpg -share/wallpapers/Air/contents/screenshot.png -share/wallpapers/Air/metadata.desktop share/wallpapers/Ariya/contents/images/1024x768.png share/wallpapers/Ariya/contents/images/1280x1024.png share/wallpapers/Ariya/contents/images/1280x720.png @@ -20,6 +14,9 @@ share/wallpapers/Ariya/contents/images/640x480.png share/wallpapers/Ariya/contents/images/800x600.png share/wallpapers/Ariya/contents/screenshot.png share/wallpapers/Ariya/metadata.desktop +share/wallpapers/Auros/contents/images/5408x3464.png +share/wallpapers/Auros/contents/screenshot.png +share/wallpapers/Auros/metadata.desktop share/wallpapers/Autumn/contents/images/1280x1024.jpg share/wallpapers/Autumn/contents/images/1600x1200.jpg share/wallpapers/Autumn/contents/images/1920x1080.jpg @@ -45,11 +42,12 @@ share/wallpapers/Castilla_Sky/contents/images/2560x1440.jpg share/wallpapers/Castilla_Sky/contents/images/2560x1600.jpg share/wallpapers/Castilla_Sky/contents/screenshot.png share/wallpapers/Castilla_Sky/metadata.desktop -share/wallpapers/Finally_Summer_in_Germany/contents/images/1280x1024.jpg -share/wallpapers/Finally_Summer_in_Germany/contents/images/1600x1200.jpg -share/wallpapers/Finally_Summer_in_Germany/contents/images/1920x1200.jpg -share/wallpapers/Finally_Summer_in_Germany/contents/screenshot.png -share/wallpapers/Finally_Summer_in_Germany/metadata.desktop +share/wallpapers/Elarun/contents/images/2560x1600.png +share/wallpapers/Elarun/contents/screenshot.png +share/wallpapers/Elarun/metadata.desktop +share/wallpapers/Flores/contents/images/1920x1278.jpg +share/wallpapers/Flores/contents/screenshot.png +share/wallpapers/Flores/metadata.desktop share/wallpapers/Flying_Field/contents/images/1600x1200.jpg share/wallpapers/Flying_Field/contents/images/1920x1080.jpg share/wallpapers/Flying_Field/contents/images/1920x1200.jpg @@ -64,11 +62,6 @@ share/wallpapers/Fog_on_the_West_Lake/contents/images/3840x2160.jpg share/wallpapers/Fog_on_the_West_Lake/contents/images/3840x2400.jpg share/wallpapers/Fog_on_the_West_Lake/contents/screenshot.png share/wallpapers/Fog_on_the_West_Lake/metadata.desktop -share/wallpapers/Fresh_Morning/contents/images/1280x1024.jpg -share/wallpapers/Fresh_Morning/contents/images/1600x1200.jpg -share/wallpapers/Fresh_Morning/contents/images/1920x1200.jpg -share/wallpapers/Fresh_Morning/contents/screenshot.png -share/wallpapers/Fresh_Morning/metadata.desktop share/wallpapers/Grass/contents/images/1280x1024.jpg share/wallpapers/Grass/contents/images/1600x1200.jpg share/wallpapers/Grass/contents/images/1920x1080.jpg @@ -96,14 +89,12 @@ share/wallpapers/Media_Life/contents/images/1680x1050.jpg share/wallpapers/Media_Life/contents/images/1920x1200.jpg share/wallpapers/Media_Life/contents/screenshot.png share/wallpapers/Media_Life/metadata.desktop -share/wallpapers/Plasmalicious/contents/images/1280x1024.jpg -share/wallpapers/Plasmalicious/contents/images/1600x1200.jpg -share/wallpapers/Plasmalicious/contents/images/1920x1200.jpg -share/wallpapers/Plasmalicious/contents/screenshot.png -share/wallpapers/Plasmalicious/metadata.desktop -@dirrm share/wallpapers/Plasmalicious/contents/images -@dirrm share/wallpapers/Plasmalicious/contents -@dirrm share/wallpapers/Plasmalicious +share/wallpapers/Prato/contents/images/4386x2920.jpg +share/wallpapers/Prato/contents/screenshot.png +share/wallpapers/Prato/metadata.desktop +@dirrm share/wallpapers/Prato/contents/images +@dirrm share/wallpapers/Prato/contents +@dirrm share/wallpapers/Prato @dirrmtry share/wallpapers/Media_Life/contents/images @dirrmtry share/wallpapers/Media_Life/contents @dirrmtry share/wallpapers/Media_Life @@ -116,18 +107,18 @@ share/wallpapers/Plasmalicious/metadata.desktop @dirrmtry share/wallpapers/Grass/contents/images @dirrmtry share/wallpapers/Grass/contents @dirrmtry share/wallpapers/Grass -@dirrm share/wallpapers/Fresh_Morning/contents/images -@dirrm share/wallpapers/Fresh_Morning/contents -@dirrm share/wallpapers/Fresh_Morning @dirrm share/wallpapers/Fog_on_the_West_Lake/contents/images @dirrm share/wallpapers/Fog_on_the_West_Lake/contents @dirrm share/wallpapers/Fog_on_the_West_Lake @dirrm share/wallpapers/Flying_Field/contents/images @dirrm share/wallpapers/Flying_Field/contents @dirrm share/wallpapers/Flying_Field -@dirrm share/wallpapers/Finally_Summer_in_Germany/contents/images -@dirrm share/wallpapers/Finally_Summer_in_Germany/contents -@dirrm share/wallpapers/Finally_Summer_in_Germany +@dirrm share/wallpapers/Flores/contents/images +@dirrm share/wallpapers/Flores/contents +@dirrm share/wallpapers/Flores +@dirrm share/wallpapers/Elarun/contents/images +@dirrm share/wallpapers/Elarun/contents +@dirrm share/wallpapers/Elarun @dirrm share/wallpapers/Castilla_Sky/contents/images @dirrm share/wallpapers/Castilla_Sky/contents @dirrm share/wallpapers/Castilla_Sky @@ -140,9 +131,9 @@ share/wallpapers/Plasmalicious/metadata.desktop @dirrmtry share/wallpapers/Autumn/contents/images @dirrmtry share/wallpapers/Autumn/contents @dirrmtry share/wallpapers/Autumn +@dirrm share/wallpapers/Auros/contents/images +@dirrm share/wallpapers/Auros/contents +@dirrm share/wallpapers/Auros @dirrm share/wallpapers/Ariya/contents/images @dirrm share/wallpapers/Ariya/contents @dirrm share/wallpapers/Ariya -@dirrm share/wallpapers/Air/contents/images -@dirrm share/wallpapers/Air/contents -@dirrm share/wallpapers/Air diff --git a/x11-themes/kdeartwork4/Makefile b/x11-themes/kdeartwork4/Makefile index c20114d7a654..283f10617d84 100644 --- a/x11-themes/kdeartwork4/Makefile +++ b/x11-themes/kdeartwork4/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= x11-themes kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE Artworks Themes @@ -15,14 +15,14 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 CONFLICTS_INSTALL= kdeaccessibility-4.[0-6].* \ kdebase-workspace-4.5.[0-5] \ - kde-wallpapers-4.7.* + kde-wallpapers-4.[79].* LATEST_LINK= ${PORTNAME}4 -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdehier kdelibs kdeprefix libkexiv2 workspace automoc4 USES= cmake:outsource -USE_QT4= gui opengl \ +USE_QT4= corelib gui opengl \ moc_build qmake_build rcc_build uic_build USE_XORG= x11 xt MAKE_JOBS_SAFE= yes diff --git a/x11-themes/kdeartwork4/distinfo b/x11-themes/kdeartwork4/distinfo index b2e985f71050..4b3777c06db8 100644 --- a/x11-themes/kdeartwork4/distinfo +++ b/x11-themes/kdeartwork4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdeartwork-4.9.5.tar.xz) = cc374d88422bcb8f4fa1c1e7ae82aa4fa946e5c00a0e34271b23df6a64401501 -SIZE (KDE/kdeartwork-4.9.5.tar.xz) = 139181536 +SHA256 (KDE/4.10.1/kdeartwork-4.10.1.tar.xz) = e3e2849e325c696d11a85b1c735004f4fd1bddfb81f596e71197ade9e13e82aa +SIZE (KDE/4.10.1/kdeartwork-4.10.1.tar.xz) = 143475160 diff --git a/x11-themes/kdeartwork4/pkg-plist b/x11-themes/kdeartwork4/pkg-plist index f94b7f023c46..9333d5af8961 100644 --- a/x11-themes/kdeartwork4/pkg-plist +++ b/x11-themes/kdeartwork4/pkg-plist @@ -32,21 +32,6 @@ lib/kde4/kwin_keramik_config.so lib/kde4/kwin_modernsys_config.so lib/kde4/kwin_quartz_config.so lib/kde4/plugins/styles/phasestyle.so -share/apps/aurorae/themes/Air-Oxygen/air-oxygenrc -share/apps/aurorae/themes/Air-Oxygen/close.svgz -share/apps/aurorae/themes/Air-Oxygen/decoration.svgz -share/apps/aurorae/themes/Air-Oxygen/maximize.svgz -share/apps/aurorae/themes/Air-Oxygen/metadata.desktop -share/apps/aurorae/themes/Air-Oxygen/minimize.svgz -share/apps/aurorae/themes/Air-Oxygen/restore.svgz -share/apps/aurorae/themes/Oxygen/Oxygenrc -share/apps/aurorae/themes/Oxygen/close.svgz -share/apps/aurorae/themes/Oxygen/decoration.svgz -share/apps/aurorae/themes/Oxygen/help.svgz -share/apps/aurorae/themes/Oxygen/maximize.svgz -share/apps/aurorae/themes/Oxygen/metadata.desktop -share/apps/aurorae/themes/Oxygen/minimize.svgz -share/apps/aurorae/themes/Oxygen/restore.svgz share/apps/color-schemes/CherryBlossom.colors share/apps/color-schemes/Chrome.colors share/apps/color-schemes/Desert.colors @@ -218,7 +203,31 @@ share/apps/desktoptheme/slim-glow/colors share/apps/desktoptheme/slim-glow/dialogs/background.svgz share/apps/desktoptheme/slim-glow/dialogs/krunner.svgz share/apps/desktoptheme/slim-glow/dialogs/shutdowndialog.svgz +share/apps/desktoptheme/slim-glow/icons/amarok.svgz +share/apps/desktoptheme/slim-glow/icons/audio.svgz +share/apps/desktoptheme/slim-glow/icons/battery.svgz +share/apps/desktoptheme/slim-glow/icons/device.svgz +share/apps/desktoptheme/slim-glow/icons/kget.svgz +share/apps/desktoptheme/slim-glow/icons/kgpg.svgz +share/apps/desktoptheme/slim-glow/icons/klipper.svgz +share/apps/desktoptheme/slim-glow/icons/konv_message.svgz +share/apps/desktoptheme/slim-glow/icons/konversation.svgz +share/apps/desktoptheme/slim-glow/icons/kopete.svgz +share/apps/desktoptheme/slim-glow/icons/korgac.svgz +share/apps/desktoptheme/slim-glow/icons/kpackagekit.svgz +share/apps/desktoptheme/slim-glow/icons/ktorrent.svgz +share/apps/desktoptheme/slim-glow/icons/location.svgz +share/apps/desktoptheme/slim-glow/icons/mail.svgz +share/apps/desktoptheme/slim-glow/icons/nepomuk.svgz +share/apps/desktoptheme/slim-glow/icons/network.svgz share/apps/desktoptheme/slim-glow/icons/notification.svgz +share/apps/desktoptheme/slim-glow/icons/preferences.svgz +share/apps/desktoptheme/slim-glow/icons/presence-applet.svgz +share/apps/desktoptheme/slim-glow/icons/printer.svgz +share/apps/desktoptheme/slim-glow/icons/quassel.svgz +share/apps/desktoptheme/slim-glow/icons/slc.svgz +share/apps/desktoptheme/slim-glow/icons/wallet.svgz +share/apps/desktoptheme/slim-glow/icons/weather.svgz share/apps/desktoptheme/slim-glow/metadata.desktop share/apps/desktoptheme/slim-glow/opaque/dialogs/background.svgz share/apps/desktoptheme/slim-glow/opaque/dialogs/kickoff.svgz @@ -243,9 +252,11 @@ share/apps/desktoptheme/slim-glow/widgets/lineedit.svgz share/apps/desktoptheme/slim-glow/widgets/notes.svgz share/apps/desktoptheme/slim-glow/widgets/panel-background.svgz share/apps/desktoptheme/slim-glow/widgets/picture-frame-default.svgz +share/apps/desktoptheme/slim-glow/widgets/plot-background.svgz share/apps/desktoptheme/slim-glow/widgets/scrollbar.svgz share/apps/desktoptheme/slim-glow/widgets/systemtray.svgz share/apps/desktoptheme/slim-glow/widgets/tasks.svgz +share/apps/desktoptheme/slim-glow/widgets/toolbox.svgz share/apps/desktoptheme/slim-glow/widgets/tooltip.svgz share/apps/desktoptheme/slim-glow/widgets/translucentbackground.svgz share/apps/desktoptheme/slim-glow/widgets/viewitem.svgz @@ -6372,11 +6383,17 @@ share/wallpapers/Aghi/contents/images/1920x1200.jpg share/wallpapers/Aghi/contents/images/800x600.jpg share/wallpapers/Aghi/contents/screenshot.jpg share/wallpapers/Aghi/metadata.desktop +share/wallpapers/Air/contents/images/1280x1024.jpg +share/wallpapers/Air/contents/images/1600x1200.jpg +share/wallpapers/Air/contents/images/1920x1080.jpg +share/wallpapers/Air/contents/images/1920x1200.jpg +share/wallpapers/Air/contents/screenshot.png +share/wallpapers/Air/metadata.desktop share/wallpapers/Atra_Dot/contents/images/1280x1024.jpg share/wallpapers/Atra_Dot/contents/images/1600x1200.jpg share/wallpapers/Atra_Dot/contents/images/1920x1080.jpg share/wallpapers/Atra_Dot/contents/images/1920x1200.jpg -share/wallpapers/Atra_Dot/contents/screnshot.jpg +share/wallpapers/Atra_Dot/contents/screenshot.jpg share/wallpapers/Atra_Dot/metadata.desktop share/wallpapers/Autumn/contents/images/3008x2000.jpg share/wallpapers/Beach_Reflecting_Clouds/contents/images/1280x1024.jpg @@ -6454,7 +6471,7 @@ share/wallpapers/Evening/contents/images/1280x1024.jpg share/wallpapers/Evening/contents/images/1600x1200.jpg share/wallpapers/Evening/contents/images/1920x1080.jpg share/wallpapers/Evening/contents/images/1920x1200.jpg -share/wallpapers/Evening/contents/screnshot.jpg +share/wallpapers/Evening/contents/screenshot.jpg share/wallpapers/Evening/metadata.desktop share/wallpapers/Field/contents/images/1280x1024.jpg share/wallpapers/Field/contents/images/1600x1200.jpg @@ -6467,11 +6484,21 @@ share/wallpapers/Fields_of_Peace/contents/images/1600x1200.JPG share/wallpapers/Fields_of_Peace/contents/images/1920x1200.JPG share/wallpapers/Fields_of_Peace/contents/screenshot.png share/wallpapers/Fields_of_Peace/metadata.desktop +share/wallpapers/Finally_Summer_in_Germany/contents/images/1280x1024.jpg +share/wallpapers/Finally_Summer_in_Germany/contents/images/1600x1200.jpg +share/wallpapers/Finally_Summer_in_Germany/contents/images/1920x1200.jpg +share/wallpapers/Finally_Summer_in_Germany/contents/screenshot.png +share/wallpapers/Finally_Summer_in_Germany/metadata.desktop share/wallpapers/Flower_drops/contents/images/1280x1024.jpg share/wallpapers/Flower_drops/contents/images/1600x1200.jpg share/wallpapers/Flower_drops/contents/images/1920x1200.jpg share/wallpapers/Flower_drops/contents/screenshot.png share/wallpapers/Flower_drops/metadata.desktop +share/wallpapers/Fresh_Morning/contents/images/1280x1024.jpg +share/wallpapers/Fresh_Morning/contents/images/1600x1200.jpg +share/wallpapers/Fresh_Morning/contents/images/1920x1200.jpg +share/wallpapers/Fresh_Morning/contents/screenshot.png +share/wallpapers/Fresh_Morning/metadata.desktop share/wallpapers/Golden_Ripples/contents/images/1280x1024.jpg share/wallpapers/Golden_Ripples/contents/images/1600x1200.jpg share/wallpapers/Golden_Ripples/contents/images/1920x1200.jpg @@ -6531,8 +6558,13 @@ share/wallpapers/Midnight_in_Karelia/contents/images/1280x1024.jpg share/wallpapers/Midnight_in_Karelia/contents/images/1600x1200.jpg share/wallpapers/Midnight_in_Karelia/contents/images/1920x1080.jpg share/wallpapers/Midnight_in_Karelia/contents/images/1920x1200.jpg -share/wallpapers/Midnight_in_Karelia/contents/screnshot.jpg +share/wallpapers/Midnight_in_Karelia/contents/screenshot.jpg share/wallpapers/Midnight_in_Karelia/metadata.desktop +share/wallpapers/Plasmalicious/contents/images/1280x1024.jpg +share/wallpapers/Plasmalicious/contents/images/1600x1200.jpg +share/wallpapers/Plasmalicious/contents/images/1920x1200.jpg +share/wallpapers/Plasmalicious/contents/screenshot.png +share/wallpapers/Plasmalicious/metadata.desktop share/wallpapers/Quadros/contents/images/1024x768.jpg share/wallpapers/Quadros/contents/images/1280x1024.jpg share/wallpapers/Quadros/contents/images/1280x800.jpg @@ -6557,7 +6589,7 @@ share/wallpapers/Spring_Sunray/contents/images/1280x1024.jpg share/wallpapers/Spring_Sunray/contents/images/1600x1200.jpg share/wallpapers/Spring_Sunray/contents/images/1920x1080.jpg share/wallpapers/Spring_Sunray/contents/images/1920x1200.jpg -share/wallpapers/Spring_Sunray/contents/screnshot.jpg +share/wallpapers/Spring_Sunray/contents/screenshot.jpg share/wallpapers/Spring_Sunray/metadata.desktop share/wallpapers/Storm/contents/contents.png share/wallpapers/Storm/contents/images/1600x1200.jpg @@ -6627,6 +6659,9 @@ share/wallpapers/Yellow_Flowers/metadata.desktop @dirrm share/wallpapers/Quadros/contents/images @dirrm share/wallpapers/Quadros/contents @dirrm share/wallpapers/Quadros +@dirrm share/wallpapers/Plasmalicious/contents/images +@dirrm share/wallpapers/Plasmalicious/contents +@dirrm share/wallpapers/Plasmalicious @dirrm share/wallpapers/Midnight_in_Karelia/contents/images @dirrm share/wallpapers/Midnight_in_Karelia/contents @dirrm share/wallpapers/Midnight_in_Karelia @@ -6666,9 +6701,15 @@ share/wallpapers/Yellow_Flowers/metadata.desktop @dirrm share/wallpapers/Golden_Ripples/contents/images @dirrm share/wallpapers/Golden_Ripples/contents @dirrm share/wallpapers/Golden_Ripples +@dirrm share/wallpapers/Fresh_Morning/contents/images +@dirrm share/wallpapers/Fresh_Morning/contents +@dirrm share/wallpapers/Fresh_Morning @dirrm share/wallpapers/Flower_drops/contents/images @dirrm share/wallpapers/Flower_drops/contents @dirrm share/wallpapers/Flower_drops +@dirrm share/wallpapers/Finally_Summer_in_Germany/contents/images +@dirrm share/wallpapers/Finally_Summer_in_Germany/contents +@dirrm share/wallpapers/Finally_Summer_in_Germany @dirrm share/wallpapers/Fields_of_Peace/contents/images @dirrm share/wallpapers/Fields_of_Peace/contents @dirrm share/wallpapers/Fields_of_Peace @@ -6720,6 +6761,9 @@ share/wallpapers/Yellow_Flowers/metadata.desktop @dirrm share/wallpapers/Atra_Dot/contents/images @dirrm share/wallpapers/Atra_Dot/contents @dirrm share/wallpapers/Atra_Dot +@dirrm share/wallpapers/Air/contents/images +@dirrm share/wallpapers/Air/contents +@dirrm share/wallpapers/Air @dirrm share/wallpapers/Aghi/contents/images @dirrm share/wallpapers/Aghi/contents @dirrm share/wallpapers/Aghi @@ -6855,7 +6899,5 @@ share/wallpapers/Yellow_Flowers/metadata.desktop @dirrm share/apps/desktoptheme/Androbit/opaque @dirrm share/apps/desktoptheme/Androbit/dialogs @dirrmtry share/apps/desktoptheme/Androbit -@dirrm share/apps/aurorae/themes/Oxygen -@dirrm share/apps/aurorae/themes/Air-Oxygen @dirrmtry share/apps/aurorae/themes @dirrmtry share/apps/aurorae diff --git a/x11/Makefile b/x11/Makefile index fbc691a6e3e8..6bfd67a716bc 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -119,6 +119,7 @@ SUBDIR += inputproto SUBDIR += ipager SUBDIR += kactivities + SUBDIR += kactivitymanagerd SUBDIR += kb2mb2 SUBDIR += kbproto SUBDIR += kde-lite diff --git a/x11/kactivities/Makefile b/x11/kactivities/Makefile index d52e761c8624..91d0c1e92e14 100644 --- a/x11/kactivities/Makefile +++ b/x11/kactivities/Makefile @@ -5,22 +5,27 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Kactivities library CONFLICTS_INSTALL= kdelibs-4.7.* kde-runtime-4.7.* -USE_XZ= yes -USE_KDE4= automoc4 kdehier kdelibs kdeprefix +USE_XZ= yes +USE_KDE4= automoc4 kdehier kdelibs kdeprefix soprano nepomuk-core USES= cmake:outsource -USE_QT4= moc_build qmake_build rcc_build uic_build +USE_QT4= declarative moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes post-patch: ${REINPLACE_CMD} -e '/pkgconfig/s,$${LIB_INSTALL_DIR},libdata,' \ - ${WRKSRC}/lib/CMakeLists.txt + ${WRKSRC}/src/lib/core/CMakeLists.txt \ + ${WRKSRC}/src/lib/models/CMakeLists.txt +# Disable kactivitymanagerd + ${REINPLACE_CMD} -e "/add_subdirectory (service)/d" \ + -e "/add_subdirectory (workspace)/d" \ + ${WRKSRC}/src/CMakeLists.txt \ .include <bsd.port.mk> diff --git a/x11/kactivities/distinfo b/x11/kactivities/distinfo index 030378e81ff5..02dc3321a25b 100644 --- a/x11/kactivities/distinfo +++ b/x11/kactivities/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kactivities-4.9.5.tar.xz) = dfe4eb835d47de3457656c907c42d117d12c3efc29986d4980abff313439178c -SIZE (KDE/kactivities-4.9.5.tar.xz) = 88600 +SHA256 (KDE/4.10.1/kactivities-4.10.1.tar.xz) = 2f288f67f492893f3f7be01eda5cc3c0938510381dedfac3f1affe2f09f1c967 +SIZE (KDE/4.10.1/kactivities-4.10.1.tar.xz) = 108336 diff --git a/x11/kactivities/pkg-plist b/x11/kactivities/pkg-plist index 0492626b4239..a20be312f955 100644 --- a/x11/kactivities/pkg-plist +++ b/x11/kactivities/pkg-plist @@ -1,50 +1,48 @@ -bin/kactivitymanagerd include/KDE/KActivities/Consumer include/KDE/KActivities/Controller include/KDE/KActivities/Info +include/KDE/KActivities/Models/ActivityModel +include/KDE/KActivities/Models/ResourceModel include/KDE/KActivities/ResourceInstance +include/kactivities-models/activitymodel.h +include/kactivities-models/kactivities_models_export.h +include/kactivities-models/resourcemodel.h include/kactivities/consumer.h include/kactivities/controller.h include/kactivities/info.h include/kactivities/kactivities_export.h include/kactivities/resourceinstance.h +lib/cmake/KActivities-Models/KActivities-ModelsConfig.cmake +lib/cmake/KActivities-Models/KActivities-ModelsConfigVersion.cmake +lib/cmake/KActivities-Models/KActivitiesModelsLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KActivities-Models/KActivitiesModelsLibraryTargets.cmake lib/cmake/KActivities/KActivitiesConfig.cmake lib/cmake/KActivities/KActivitiesConfigVersion.cmake lib/cmake/KActivities/KActivitiesLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KActivities/KActivitiesLibraryTargets.cmake -lib/kde4/activitymanager_plugin_globalshortcuts.so -lib/kde4/activitymanager_plugin_slc.so -lib/kde4/activitymanager_plugin_sqlite.so -lib/kde4/activitymanager_uihandler_declarative.so -lib/kde4/activitymanager_uihandler_kdialog.so -lib/kde4/kactivitymanagerd_fileitem_linking_plugin.so -lib/kde4/kio_activities.so +lib/kde4/imports/org/kde/activities/models/libkactivities-models-component-plugin.so +lib/kde4/imports/org/kde/activities/models/qmldir +lib/libkactivities-models.so +lib/libkactivities-models.so.1 +lib/libkactivities-models.so.1.0.0 lib/libkactivities.so lib/libkactivities.so.6 -lib/libkactivities.so.6.0.0 +lib/libkactivities.so.6.1.0 +libdata/pkgconfig/libkactivities-models.pc libdata/pkgconfig/libkactivities.pc -share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/ChoiceDialog.qml -share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/MessageDialog.qml -share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/NewPasswordDialog.qml -share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/PasswordDialog.qml -share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/uihandler.qml -share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/metadata.desktop -share/kde4/services/activities.protocol -share/kde4/services/activitymanager-plugin-globalshortcuts.desktop -share/kde4/services/activitymanager-plugin-slc.desktop -share/kde4/services/activitymanager-plugin-sqlite.desktop -share/kde4/services/kactivitymanagerd.desktop -share/kde4/services/kactivitymanagerd_fileitem_linking_plugin.desktop -share/kde4/servicetypes/activitymanager-plugin.desktop share/ontology/kde/kao.ontology share/ontology/kde/kao.trig @dirrmtry share/ontology/kde @dirrmtry share/ontology -@dirrm share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui -@dirrm share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents -@dirrm share/apps/plasma/packages/org.kde.ActivityManager.UiHandler -@dirrmtry share/apps/plasma/packages +@dirrm lib/kde4/imports/org/kde/activities/models +@dirrm lib/kde4/imports/org/kde/activities +@dirrmtry lib/kde4/imports/org/kde +@dirrmtry lib/kde4/imports/org +@dirrmtry lib/kde4/imports +@dirrm lib/cmake/KActivities-Models @dirrm lib/cmake/KActivities @dirrmtry lib/cmake +@dirrm include/kactivities-models @dirrm include/kactivities +@dirrm include/KDE/KActivities/Models @dirrm include/KDE/KActivities diff --git a/x11/kactivitymanagerd/Makefile b/x11/kactivitymanagerd/Makefile new file mode 100644 index 000000000000..d720c34b8390 --- /dev/null +++ b/x11/kactivitymanagerd/Makefile @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= kactivitymanagerd +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= x11 kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} +DISTNAME= kactivities-${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Activity Manager daemon + +CONFLICTS_INSTALL= kdelibs-4.7.* kde-runtime-4.7.* kactivities-4.[8-9].* + +USE_XZ= yes +USE_KDE4= automoc4 kdehier kdelibs kdeprefix soprano nepomuk-core \ + kactivities +USES= cmake:outsource +USE_QT4= declarative opengl script sql \ + moc_build qmake_build rcc_build uic_build +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes +DISTINFO_FILE= ${.CURDIR}/../kactivities/distinfo + +# 'USES= moderncompiler' would help, for now force dependence on gcc +USE_GCC= 4.6+ + +post-patch: + ${REINPLACE_CMD} -e "/add_subdirectory (lib)/d" \ + -e "/add_subdirectory (ontologies)/d" \ + ${WRKSRC}/src/CMakeLists.txt \ + +.include <bsd.port.mk> diff --git a/x11/kactivitymanagerd/pkg-descr b/x11/kactivitymanagerd/pkg-descr new file mode 100644 index 000000000000..2e025b7c05e8 --- /dev/null +++ b/x11/kactivitymanagerd/pkg-descr @@ -0,0 +1,3 @@ +KDE activities library. + +WWW: http://www.kde.org diff --git a/x11/kactivitymanagerd/pkg-plist b/x11/kactivitymanagerd/pkg-plist new file mode 100644 index 000000000000..b88079e7ee68 --- /dev/null +++ b/x11/kactivitymanagerd/pkg-plist @@ -0,0 +1,35 @@ +bin/kactivitymanagerd +lib/kde4/activitymanager_plugin_activityranking.so +lib/kde4/activitymanager_plugin_globalshortcuts.so +lib/kde4/activitymanager_plugin_slc.so +lib/kde4/activitymanager_plugin_sqlite.so +lib/kde4/activitymanager_plugin_virtualdesktopswitch.so +lib/kde4/activitymanager_uihandler_declarative.so +lib/kde4/activitymanager_uihandler_kdialog.so +lib/kde4/kactivitymanagerd_fileitem_linking_plugin.so +lib/kde4/kcm_activities.so +lib/kde4/kio_activities.so +share/apps/activitymanager/workspace/settings/BlacklistApplicationView.qml +share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/ChoiceDialog.qml +share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/MessageDialog.qml +share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/NewPasswordDialog.qml +share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/PasswordDialog.qml +share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/uihandler.qml +share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/metadata.desktop +share/kde4/services/activities.protocol +share/kde4/services/activitymanager-plugin-activityranking.desktop +share/kde4/services/activitymanager-plugin-globalshortcuts.desktop +share/kde4/services/activitymanager-plugin-slc.desktop +share/kde4/services/activitymanager-plugin-sqlite.desktop +share/kde4/services/activitymanager-plugin-virtualdesktopswitch.desktop +share/kde4/services/kactivitymanagerd.desktop +share/kde4/services/kactivitymanagerd_fileitem_linking_plugin.desktop +share/kde4/services/kcm_activities.desktop +share/kde4/servicetypes/activitymanager-plugin.desktop +@dirrm share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui +@dirrm share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents +@dirrm share/apps/plasma/packages/org.kde.ActivityManager.UiHandler +@dirrmtry share/apps/plasma/packages +@dirrm share/apps/activitymanager/workspace/settings +@dirrm share/apps/activitymanager/workspace +@dirrm share/apps/activitymanager diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 90ba9a2a4608..a77cc2defc7d 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -5,22 +5,23 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= Basic applications for the KDE system +COMMENT= Basic applications for KDE LIB_DEPENDS= tidy-0.99.0:${PORTSDIR}/www/tidy-lib CONFLICTS= kdebase-4.[0-6].* konq-plugins-4.[0-6].* -USE_XZ= yes +USE_XZ= yes USE_GETTEXT= yes USE_GNOME= glib20 USE_KDE4= kdehier kdelibs kdeprefix libkonq \ - automoc4 soprano strigi + automoc4 soprano strigi nepomuk-core \ + nepomuk-widgets kactivities USES= cmake:outsource -USE_QT4= dbus gui qt3support script \ +USE_QT4= corelib dbus gui script xml \ moc_build qmake_build rcc_build uic_build USE_XORG= x11 xt USE_LDCONFIG= yes diff --git a/x11/kde4-baseapps/distinfo b/x11/kde4-baseapps/distinfo index c134bc58116e..5489da9f56b7 100644 --- a/x11/kde4-baseapps/distinfo +++ b/x11/kde4-baseapps/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-baseapps-4.9.5.tar.xz) = 8ebd4f005874a7818d7258575f22f35cbb57a667a36bf34301fa55d695c9b74d -SIZE (KDE/kde-baseapps-4.9.5.tar.xz) = 2527344 +SHA256 (KDE/4.10.1/kde-baseapps-4.10.1.tar.xz) = d0533b6ca3b7c9af9d4f13a3c576d30398a7d16e9b98e184ba1fe8cdc39f03bf +SIZE (KDE/4.10.1/kde-baseapps-4.10.1.tar.xz) = 2609192 diff --git a/x11/kde4-baseapps/pkg-plist b/x11/kde4-baseapps/pkg-plist index ef13ec9bbf80..b8ca77e323e7 100644 --- a/x11/kde4-baseapps/pkg-plist +++ b/x11/kde4-baseapps/pkg-plist @@ -93,8 +93,6 @@ share/apps/dolphinpart/kpartplugins/kshellcmdplugin.rc share/apps/domtreeviewer/domtreeviewerui.rc share/apps/fsview/fsview_part.rc share/apps/kcmcss/template.css -share/apps/kconf_update/kfmclient_3_2.upd -share/apps/kconf_update/kfmclient_3_2_update.sh share/apps/kcontrol/pics/onlyone.png share/apps/kcontrol/pics/overlapping.png share/apps/kdm/pics/users/Blackbox.png @@ -229,6 +227,7 @@ share/doc/HTML/en/dolphin/locationbar-breadcrumb.png share/doc/HTML/en/dolphin/locationbar-context-menu.png share/doc/HTML/en/dolphin/locationbar-editable.png share/doc/HTML/en/dolphin/locationbar-places-icon.png +share/doc/HTML/en/dolphin/nepomuk-search-more-options.png share/doc/HTML/en/dolphin/nepomuk-search.png share/doc/HTML/en/dolphin/preferences-general-behavior.png share/doc/HTML/en/dolphin/preferences-navigation.png diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 05c37ea55bc6..0c648d4e63d8 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -5,10 +5,10 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= Basic applications for the KDE system +COMMENT= Runtime components for KDE Plasma Desktop LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ jpeg:${PORTSDIR}/graphics/jpeg \ @@ -16,9 +16,7 @@ LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ slp:${PORTSDIR}/net/openslp \ smbclient:${PORTSDIR}/net/samba-libsmbclient \ ssh:${PORTSDIR}/security/libssh \ - qzeitgeist:${PORTSDIR}/sysutils/qzeitgeist \ - nepomukcore:${PORTSDIR}/sysutils/nepomuk-core \ - kactivities:${PORTSDIR}/x11/kactivities + qzeitgeist:${PORTSDIR}/sysutils/qzeitgeist # Explicitly depend on libssh to avoid interference with ssh.4 from # compat7x. BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh @@ -28,25 +26,24 @@ CONFLICTS= kdebase-runtime-4.[0-6].* kdebase-workspace-4.5.[0-5] nepomukcontroll USE_XZ= yes USE_GETTEXT= yes -USE_KDE4= kdehier kdelibs kdeprefix oxygen \ - attica automoc4 pimlibs sharedmime strigi +USE_KDE4= kactivities kdehier kdelibs kdeprefix oxygen \ + attica automoc4 pimlibs sharedmime strigi nepomuk-core USES= cmake:outsource -USE_QT4= dbus declarative designer gui phonon qt3support \ - script svg webkit xml \ +USE_QT4= corelib dbus declarative designer_build gui phonon \ + network qtestlib script svg webkit xml \ moc_build qmake_build rcc_build uic_build USE_XORG= x11 xcursor USE_GMAKE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -MAN1= kdesu.1 +MAN1= kdesu.1 plasmapkg.1 MAN8= nepomukserver.8 nepomukservicestub.8 -OPTIONS_DEFINE= NEPOMUK PULSEAUDIO XINE ZEITGEIST +OPTIONS_DEFINE= NEPOMUK PULSEAUDIO ZEITGEIST NEPOMUK_DESC= Nepomuk semantic desktop via Virtuoso PULSEAUDIO_DESC=Audio configuration via PulseAudio -XINE_DESC= Phonon-xine configuration via xine ZEITGEIST_DESC= Event logging via Zeitgeist # Explicitly disable ALSA, see for details: @@ -67,14 +64,6 @@ USE_GNOME+= glib20 CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=OFF .endif -.if ${PORT_OPTIONS:MXINE} -LIB_DEPENDS+= xine:${PORTSDIR}/multimedia/libxine -PLIST_SUB+= XINE="" -.else -CMAKE_ARGS+= -DWITH_Xine:BOOL=OFF -PLIST_SUB+= XINE="@comment " -.endif - .if ${PORT_OPTIONS:MZEITGEIST} RUN_DEPENDS+= zeitgeist-daemon:${PORTSDIR}/sysutils/zeitgeist .endif diff --git a/x11/kde4-runtime/distinfo b/x11/kde4-runtime/distinfo index 5c0d9da7f99c..f3ea53f5efd2 100644 --- a/x11/kde4-runtime/distinfo +++ b/x11/kde4-runtime/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-runtime-4.9.5.tar.xz) = 1a840e1bb59ba1905d738188647e48556990142193885f4586473213b1a77ece -SIZE (KDE/kde-runtime-4.9.5.tar.xz) = 6432752 +SHA256 (KDE/4.10.1/kde-runtime-4.10.1.tar.xz) = 21358573acfcc13227dde57590974f473a4fda5e9655cf77a5ef85d380ccb152 +SIZE (KDE/4.10.1/kde-runtime-4.10.1.tar.xz) = 7213296 diff --git a/x11/kde4-runtime/pkg-plist b/x11/kde4-runtime/pkg-plist index 642be57f9798..544c32e91812 100644 --- a/x11/kde4-runtime/pkg-plist +++ b/x11/kde4-runtime/pkg-plist @@ -62,6 +62,7 @@ lib/kde4/imports/org/kde/plasma/components/ListItem.qml lib/kde4/imports/org/kde/plasma/components/Page.qml lib/kde4/imports/org/kde/plasma/components/PageStack.qml lib/kde4/imports/org/kde/plasma/components/ProgressBar.qml +lib/kde4/imports/org/kde/plasma/components/QueryDialog.qml lib/kde4/imports/org/kde/plasma/components/RadioButton.qml lib/kde4/imports/org/kde/plasma/components/ScrollBar.qml lib/kde4/imports/org/kde/plasma/components/SectionScroller.qml @@ -82,7 +83,7 @@ lib/kde4/imports/org/kde/plasma/components/private/AppManager.js lib/kde4/imports/org/kde/plasma/components/private/ButtonShadow.qml lib/kde4/imports/org/kde/plasma/components/private/Config.js lib/kde4/imports/org/kde/plasma/components/private/DualStateButton.qml -lib/kde4/imports/org/kde/plasma/components/private/IconLoader.qml +lib/kde4/imports/org/kde/plasma/components/private/InlineDialog.qml lib/kde4/imports/org/kde/plasma/components/private/PageStack.js lib/kde4/imports/org/kde/plasma/components/private/RoundShadow.qml lib/kde4/imports/org/kde/plasma/components/private/ScrollBarDelegate.qml @@ -95,7 +96,9 @@ lib/kde4/imports/org/kde/plasma/components/qmldir lib/kde4/imports/org/kde/plasma/core/libcorebindingsplugin.so lib/kde4/imports/org/kde/plasma/core/qmldir lib/kde4/imports/org/kde/plasma/extras/App.qml +lib/kde4/imports/org/kde/plasma/extras/ConditionalLoader.qml lib/kde4/imports/org/kde/plasma/extras/Heading.qml +lib/kde4/imports/org/kde/plasma/extras/PageRow.qml lib/kde4/imports/org/kde/plasma/extras/Paragraph.qml lib/kde4/imports/org/kde/plasma/extras/ScrollArea.qml lib/kde4/imports/org/kde/plasma/extras/Title.qml @@ -129,7 +132,6 @@ lib/kde4/kcm_knotify.so lib/kde4/kcm_locale.so lib/kde4/kcm_nepomuk.so lib/kde4/kcm_phonon.so -%%XINE%%lib/kde4/kcm_phononxine.so lib/kde4/kcm_trash.so lib/kde4/kcmspellchecking.so lib/kde4/kded_desktopnotifier.so @@ -165,6 +167,7 @@ lib/kde4/kio_remote.so lib/kde4/kio_settings.so lib/kde4/kio_sftp.so lib/kde4/kio_smb.so +lib/kde4/kio_tags.so lib/kde4/kio_thumbnail.so lib/kde4/kio_timeline.so lib/kde4/kio_trash.so @@ -237,7 +240,7 @@ lib/kde4/platformimports/touch/org/kde/plasma/components/private/AppManager.js lib/kde4/platformimports/touch/org/kde/plasma/components/private/ButtonShadow.qml lib/kde4/platformimports/touch/org/kde/plasma/components/private/Config.js lib/kde4/platformimports/touch/org/kde/plasma/components/private/DualStateButton.qml -lib/kde4/platformimports/touch/org/kde/plasma/components/private/IconLoader.qml +lib/kde4/platformimports/touch/org/kde/plasma/components/private/InlineDialog.qml lib/kde4/platformimports/touch/org/kde/plasma/components/private/PageStack.js lib/kde4/platformimports/touch/org/kde/plasma/components/private/RoundShadow.qml lib/kde4/platformimports/touch/org/kde/plasma/components/private/ScrollBarDelegate.qml @@ -304,6 +307,12 @@ share/apps/desktoptheme/default/opaque/dialogs/shutdowndialog.svgz share/apps/desktoptheme/default/opaque/widgets/extender-background.svgz share/apps/desktoptheme/default/opaque/widgets/panel-background.svgz share/apps/desktoptheme/default/opaque/widgets/tooltip.svgz +share/apps/desktoptheme/default/toolbar-icons/configure.svgz +share/apps/desktoptheme/default/toolbar-icons/edit.svgz +share/apps/desktoptheme/default/toolbar-icons/go.svgz +share/apps/desktoptheme/default/toolbar-icons/list.svgz +share/apps/desktoptheme/default/toolbar-icons/media.svgz +share/apps/desktoptheme/default/toolbar-icons/window.svgz share/apps/desktoptheme/default/translucent/dialogs/background.svgz share/apps/desktoptheme/default/translucent/dialogs/krunner.svgz share/apps/desktoptheme/default/translucent/widgets/extender-background.svgz @@ -339,6 +348,7 @@ share/apps/desktoptheme/default/widgets/media-delegate.svgz share/apps/desktoptheme/default/widgets/monitor.svgz share/apps/desktoptheme/default/widgets/pager.svgz share/apps/desktoptheme/default/widgets/panel-background.svgz +share/apps/desktoptheme/default/widgets/picker.svgz share/apps/desktoptheme/default/widgets/plot-background.svgz share/apps/desktoptheme/default/widgets/scrollbar.svgz share/apps/desktoptheme/default/widgets/scrollwidget.svgz @@ -522,16 +532,16 @@ share/desktop-directories/kde-utilities.directory share/doc/HTML/en/fundamentals/colors.png share/doc/HTML/en/fundamentals/common share/doc/HTML/en/fundamentals/config.docbook -share/doc/HTML/en/fundamentals/find-find-inline.png -share/doc/HTML/en/fundamentals/find-replace-inline.png share/doc/HTML/en/fundamentals/files-locationbar-breadcrumb.png share/doc/HTML/en/fundamentals/files-locationbar-context-menu.png share/doc/HTML/en/fundamentals/files-locationbar-editable.png share/doc/HTML/en/fundamentals/files-locationbar-places-icon.png share/doc/HTML/en/fundamentals/files-open.png share/doc/HTML/en/fundamentals/files-save.png +share/doc/HTML/en/fundamentals/find-find-inline.png share/doc/HTML/en/fundamentals/find-find.png share/doc/HTML/en/fundamentals/find-found.png +share/doc/HTML/en/fundamentals/find-replace-inline.png share/doc/HTML/en/fundamentals/find-replace.png share/doc/HTML/en/fundamentals/fonts.png share/doc/HTML/en/fundamentals/index.cache.bz2 @@ -825,7 +835,6 @@ share/kde4/services/kcm_attica.desktop share/kde4/services/kcm_kdnssd.desktop share/kde4/services/kcm_nepomuk.desktop share/kde4/services/kcm_phonon.desktop -%%XINE%%share/kde4/services/kcm_phononxine.desktop share/kde4/services/kcmcgi.desktop share/kde4/services/kcmkded.desktop share/kde4/services/kcmnotify.desktop @@ -1001,6 +1010,7 @@ share/kde4/services/sftp.protocol share/kde4/services/smb.protocol share/kde4/services/spellchecking.desktop share/kde4/services/svgthumbnail.desktop +share/kde4/services/tags.protocol share/kde4/services/tar.protocol share/kde4/services/textthumbnail.desktop share/kde4/services/thumbnail.protocol @@ -2211,6 +2221,7 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/apps/desktoptheme/default/translucent/widgets @dirrm share/apps/desktoptheme/default/translucent/dialogs @dirrm share/apps/desktoptheme/default/translucent +@dirrm share/apps/desktoptheme/default/toolbar-icons @dirrm share/apps/desktoptheme/default/opaque/widgets @dirrm share/apps/desktoptheme/default/opaque/dialogs @dirrm share/apps/desktoptheme/default/opaque diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 60aaf86d1b25..fbcb2cd27b07 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -3,16 +3,12 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_VERSION} CATEGORIES= x11 kde -MASTER_SITES= ${MASTER_SITE_KDE:C@$@:kde@} \ - LOCAL/avilla -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src/:kde -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:kde \ - stripes-freebsd-1.0.tar.bz2 -DIST_SUBDIR= KDE -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= Basic applications for the KDE system +COMMENT= KDE Plasma Desktop LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \ ck-connector:${PORTSDIR}/sysutils/consolekit \ @@ -26,7 +22,8 @@ LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \ freetype:${PORTSDIR}/print/freetype2 \ png15:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ - kactivities:${PORTSDIR}/x11/kactivities + xcb-render-util:${PORTSDIR}/x11/xcb-util-renderutil \ + xcb-image:${PORTSDIR}/x11/xcb-util-image BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb RUN_DEPENDS= ${KDE4_PREFIX}/env/xdg-env.sh:${PORTSDIR}/misc/kde4-xdg-env \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ @@ -49,12 +46,12 @@ USE_GETTEXT= yes USE_GL= glu USE_GNOME= glib20 USE_ICONV= yes -USE_KDE4= kdehier kdelibs kdeprefix oxygen pimlibs \ +USE_KDE4= kactivities kdehier kdelibs kdeprefix oxygen pimlibs \ akonadi automoc4 ontologies qimageblitz soprano strigi USES= cmake:outsource USE_PKGCONFIG= build -USE_QT4= dbus declarative gui network opengl phonon \ - qt3support qtestlib script sql webkit xml \ +USE_QT4= corelib dbus declarative designer_build gui network \ + opengl phonon qtestlib script sql webkit xml \ moc_build qmake_build rcc_build uic_build USE_XORG= kbproto x11 xau xcomposite xcursor xdamage xdmcp xfixes \ xft xi xinerama xkbfile xrandr xrender xres xscrnsaver xtst @@ -67,12 +64,9 @@ MAKE_JOBS_SAFE= yes CMAKE_ARGS= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ -DBUILD_python:BOOL=OFF \ -DBUILD_ruby:BOOL=OFF \ - -DWITH_BlueZ:BOOL=OFF \ - -DWITH_Sensors:BOOL=OFF \ -DWITH_NetworkManager:BOOL=OFF \ -DWITH_Xmms:BOOL=OFF \ - -DWITH_Googlegadgets:BOOL=OFF \ - -DWITH_PyKDE4:BOOL=OFF + -DWITH_Googlegadgets:BOOL=OFF SUB_FILES= pkg-message USE_RC_SUBR= kdm4 @@ -80,8 +74,6 @@ USE_RC_SUBR= kdm4 USERS= kdm GROUPS= kdm -MAN1= plasmaengineexplorer.1 plasmapkg.1 plasmoidviewer.1 - OPTIONS_DEFINE= GPS UPOWER WALLPAPERS OPTIONS_GROUP= PHONON PLASMA OPTIONS_GROUP_PHONON= GSTREAMER VLC @@ -129,7 +121,8 @@ RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/plugins/phonon_backend/phonon_vlc.so:${POR .endif .if ${PORT_OPTIONS:MWALLPAPERS} -RUN_DEPENDS+= ${KDE4_PREFIX}/share/wallpapers/Horos/metadata.desktop:${PORTSDIR}/x11-themes/kde4-wallpapers +RUN_DEPENDS+= ${KDE4_PREFIX}/share/wallpapers/Horos/metadata.desktop:${PORTSDIR}/x11-themes/kde4-wallpapers \ + ${KDE4_PREFIX}/share/wallpapers/stripes-freebsd-blue/metadata.desktop:${PORTSDIR}/x11-themes/kde4-wallpapers-freebsd .endif .include <bsd.port.pre.mk> @@ -142,10 +135,6 @@ LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb LIB_DEPENDS+= utempter:${PORTSDIR}/sysutils/libutempter .endif -post-extract: - @(cd ${WRKDIR} && ${BZIP2_CMD} ${EXTRACT_BEFORE_ARGS} \ - ${_DISTDIR}/stripes-freebsd-1.0.tar.bz2 ${EXTRACT_AFTER_ARGS}) - post-patch: @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ ${PATCH_WRKSRC}/startkde.cmake \ @@ -155,7 +144,6 @@ post-patch: ${PATCH_WRKSRC}/kdm/backend/client.c \ ${PATCH_WRKSRC}/kdm/kfrontend/genkdmconf.c \ ${PATCH_WRKSRC}/CMakeLists.txt - @${RM} ${WRKSRC}/plasma/generic/applets/batterymonitor/contents/ui/*.orig pre-configure: ${REINPLACE_CMD} -e '/ksysguardd/ d' \ @@ -168,9 +156,6 @@ pre-configure: post-install: ${LN} -sf ${PREFIX}/bin/startkde ${PREFIX}/bin/startkde4 - ${INSTALL_DATA} ${FILESDIR}/05-freebsdWallpaper.js ${PREFIX}/share/apps/plasma-desktop/init - cd ${WRKDIR}/stripes-freebsd-1.0 && \ - ${COPYTREE_SHARE} . ${PREFIX}/share/wallpapers .if ! ${PORT_OPTIONS:MGSTREAMER} @${CAT} ${FILESDIR}/pkg-message.gstreamer >> ${PKGMESSAGE} .endif diff --git a/x11/kde4-workspace/distinfo b/x11/kde4-workspace/distinfo index f31538b6a8ea..7cb662ef30a8 100644 --- a/x11/kde4-workspace/distinfo +++ b/x11/kde4-workspace/distinfo @@ -1,4 +1,2 @@ -SHA256 (KDE/kde-workspace-4.9.5.tar.xz) = 073e495c4ef4eb4689c5c666c86fb6f24f57f2c00801f965c60bf8b32adb014a -SIZE (KDE/kde-workspace-4.9.5.tar.xz) = 22520656 -SHA256 (KDE/stripes-freebsd-1.0.tar.bz2) = 6ac543c0be09df2ef89061740f4e6f8d5b807462d030dbbc3bcfd58056431127 -SIZE (KDE/stripes-freebsd-1.0.tar.bz2) = 4258348 +SHA256 (KDE/4.10.1/kde-workspace-4.10.1.tar.xz) = 19ca159dc6cec2b8cb6a09d7a87ec5f541e35ed0f03c185c7ea5cfe959b212b7 +SIZE (KDE/4.10.1/kde-workspace-4.10.1.tar.xz) = 13560944 diff --git a/x11/kde4-workspace/files/patch-plasma__generic__applets__batterymonitor__contents__ui__batterymonitor.qml b/x11/kde4-workspace/files/patch-plasma__generic__applets__batterymonitor__contents__ui__batterymonitor.qml deleted file mode 100644 index a2ffa0442140..000000000000 --- a/x11/kde4-workspace/files/patch-plasma__generic__applets__batterymonitor__contents__ui__batterymonitor.qml +++ /dev/null @@ -1,50 +0,0 @@ ---- ./plasma/generic/applets/batterymonitor/contents/ui/batterymonitor.qml.orig 2012-08-13 10:54:40.000000000 +0200 -+++ ./plasma/generic/applets/batterymonitor/contents/ui/batterymonitor.qml 2012-09-27 16:19:28.837589000 +0200 -@@ -48,7 +48,7 @@ - onClicked: plasmoid.togglePopup() - - property QtObject pmSource: plasmoid.rootItem.pmSource -- property bool hasBattery: pmSource.data["Battery"]["Has Battery"] -+ property bool hasBattery: pmSource.data["Battery"]["Has Battery"] && pmSource.data["Battery0"]["Plugged in"] - property int percent: pmSource.data["Battery0"]["Percent"] - property string batteryState: pmSource.data["Battery0"]["State"] - property bool pluggedIn: pmSource.data["AC Adapter"]["Plugged in"] -@@ -135,10 +135,10 @@ - property QtObject pmSource: PlasmaCore.DataSource { - id: pmSource - engine: "powermanagement" -- connectedSources: ["AC Adapter", "Battery", "Battery0", "PowerDevil", "Sleep States"] -+ connectedSources: sources - onDataChanged: { - var status = "PassiveStatus"; -- if (data["Battery"]["Has Battery"]) { -+ if (data["Battery"]["Has Battery"] && data["Battery0"]["Plugged in"]) { - if (data["Battery0"]["Percent"] <= 10) { - status = "NeedsAttentionStatus"; - } else if (data["Battery0"]["State"] != "NoCharge") { -@@ -147,16 +147,6 @@ - } - plasmoid.status = status; - } -- onSourceAdded: { -- if (source == "Battery0") { -- connectSource(source) -- } -- } -- onSourceRemoved: { -- if (source == "Battery0") { -- disconnectSource(source) -- } -- } - } - - function stringForState(state, percent) { -@@ -173,7 +163,7 @@ - id: dialogItem - percent: pmSource.data["Battery0"]["Percent"] - batteryState: pmSource.data["Battery0"]["State"] -- hasBattery: pmSource.data["Battery"]["Has Battery"] -+ hasBattery: pmSource.data["Battery"]["Has Battery"] && pmSource.data["Battery0"]["Plugged in"] - pluggedIn: pmSource.data["AC Adapter"]["Plugged in"] - screenBrightness: pmSource.data["PowerDevil"]["Screen Brightness"] - remainingMsec: parent.show_remaining_time ? Number(pmSource.data["Battery"]["Remaining msec"]) : 0 diff --git a/x11/kde4-workspace/pkg-plist b/x11/kde4-workspace/pkg-plist index 699a6bee0e4c..4707ef39956f 100644 --- a/x11/kde4-workspace/pkg-plist +++ b/x11/kde4-workspace/pkg-plist @@ -34,10 +34,6 @@ bin/plasma-desktop bin/plasma-netbook bin/plasma-overlay bin/plasma-windowed -bin/plasmaengineexplorer -bin/plasmawallpaperviewer -bin/plasmoidviewer -bin/remote-widgets-browser bin/solid-action-desktop-gen bin/startkde bin/startkde4 @@ -156,17 +152,28 @@ lib/cmake/KDE4Workspace/KDE4WorkspaceConfig.cmake lib/cmake/KDE4Workspace/KDE4WorkspaceConfigVersion.cmake lib/cmake/KDE4Workspace/KDE4WorkspaceLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KDE4Workspace/KDE4WorkspaceLibraryTargets.cmake +lib/kconf_update_bin/force_krunner_lock_shortcut_unreg lib/kconf_update_bin/krdb_clearlibrarypath lib/kconf_update_bin/kwin_update_default_rules +lib/kconf_update_bin/kwin_update_settings_410 lib/kconf_update_bin/kwin_update_settings_49 lib/kconf_update_bin/kwin_update_tabbox_qml_settings lib/kconf_update_bin/kwin_update_tabbox_settings +lib/kconf_update_bin/notifications-to-orgkdenotifications lib/kconf_update_bin/plasma-add-shortcut-to-menu lib/kconf_update_bin/plasma-to-plasma-desktop lib/kde4/classic_mode.so lib/kde4/devinfo.so lib/kde4/fontthumbnail.so lib/kde4/icon_mode.so +lib/kde4/imports/org/kde/kwin/decoration/ButtonGroup.qml +lib/kde4/imports/org/kde/kwin/decoration/Decoration.qml +lib/kde4/imports/org/kde/kwin/decoration/DecorationButton.qml +lib/kde4/imports/org/kde/kwin/decoration/MenuButton.qml +lib/kde4/imports/org/kde/kwin/decoration/libdecorationplugin.so +lib/kde4/imports/org/kde/kwin/decoration/qmldir +lib/kde4/imports/org/kde/kwin/decorations/plastik/libplastikplugin.so +lib/kde4/imports/org/kde/kwin/decorations/plastik/qmldir lib/kde4/ion_bbcukmet.so lib/kde4/ion_debianweather.so lib/kde4/ion_envcan.so @@ -219,10 +226,12 @@ lib/kde4/kcm_standard_actions.so lib/kde4/kcm_style.so lib/kde4/kcm_usb.so lib/kde4/kcm_workspaceoptions.so +lib/kde4/kded_appmenu.so lib/kde4/kded_freespacenotifier.so lib/kde4/kded_kephal.so lib/kde4/kded_keyboard.so lib/kde4/kded_khotkeys.so +lib/kde4/kded_ktouchpadenabler.so lib/kde4/kded_kwrited.so lib/kde4/kded_powerdevil.so lib/kde4/kded_randrmonitor.so @@ -255,11 +264,9 @@ lib/kde4/kwin3_aurorae.so lib/kde4/kwin3_b2.so lib/kde4/kwin3_laptop.so lib/kde4/kwin3_oxygen.so -lib/kde4/kwin3_plastik.so lib/kde4/kwin4_effect_builtins.so lib/kde4/kwin_b2_config.so lib/kde4/kwin_oxygen_config.so -lib/kde4/kwin_plastik_config.so lib/kde4/libexec/backlighthelper lib/kde4/libexec/fontinst lib/kde4/libexec/fontinst_helper @@ -271,7 +278,7 @@ lib/kde4/libexec/kdm_config lib/kde4/libexec/kdm_greet lib/kde4/libexec/kfontprint lib/kde4/libexec/krootimage -lib/kde4/libexec/kscreenlocker +lib/kde4/libexec/kscreenlocker_greet lib/kde4/libexec/ksysguardprocesslist_helper lib/kde4/libexec/kwin_killer_helper lib/kde4/libexec/kwin_opengl_test @@ -287,7 +294,6 @@ lib/kde4/plasma_applet_dig_clock.so lib/kde4/plasma_applet_icon.so lib/kde4/plasma_applet_keyboard.so lib/kde4/plasma_applet_launcher.so -lib/kde4/plasma_applet_notifications.so lib/kde4/plasma_applet_pager.so lib/kde4/plasma_applet_panelspacer_internal.so lib/kde4/plasma_applet_quicklaunch.so @@ -525,23 +531,21 @@ share/apps/kcmkeys/win3.kksrc share/apps/kcmkeys/win4.kksrc share/apps/kcmkeys/wm3.kksrc share/apps/kcmsolidactions/solid-action-template.desktop +share/apps/kcmstyle/kcmstyle.notifyrc share/apps/kcmusb/usb.ids -share/apps/kconf_update/convertShortcuts.pl -share/apps/kconf_update/kaccel.upd -share/apps/kconf_update/kcmdisplayrc.upd share/apps/kconf_update/klipper-kconfigxt.upd share/apps/kconf_update/krdb_libpathwipe.upd -share/apps/kconf_update/ksmserver.upd +share/apps/kconf_update/kscreenlocker_locksession-shortcut.upd share/apps/kconf_update/ksmserver_shortcuts.upd share/apps/kconf_update/kwin_fsp_workarounds_1.upd share/apps/kconf_update/kwin_remove_delay_focus.sh share/apps/kconf_update/kwin_remove_delay_focus.upd share/apps/kconf_update/kwin_remove_effects.upd +share/apps/kconf_update/kwin_update_410.upd share/apps/kconf_update/kwin_update_49.upd share/apps/kconf_update/kwin_update_tabbox_qml_settings.upd share/apps/kconf_update/kwin_update_tabbox_settings.upd -share/apps/kconf_update/mouse_cursor_theme.upd -share/apps/kconf_update/move_session_config.sh +share/apps/kconf_update/notifications-to-orgkdenotifications.upd share/apps/kconf_update/plasma-add-shortcut-to-menu.upd share/apps/kconf_update/plasma-to-plasmadesktop-shortcuts.upd share/apps/kconf_update/plasmarc-to-plasmadesktoprc.upd @@ -661,6 +665,20 @@ share/apps/kdm/themes/circles/flower.png share/apps/kdm/themes/circles/help.png share/apps/kdm/themes/circles/options.png share/apps/kdm/themes/circles/screenshot.png +share/apps/kdm/themes/elarun/KdmGreeterTheme.desktop +share/apps/kdm/themes/elarun/elarun.xml +share/apps/kdm/themes/elarun/lineedit_active.png +share/apps/kdm/themes/elarun/lineedit_normal.png +share/apps/kdm/themes/elarun/lock.png +share/apps/kdm/themes/elarun/login_active.png +share/apps/kdm/themes/elarun/login_normal.png +share/apps/kdm/themes/elarun/pw_icon.png +share/apps/kdm/themes/elarun/rectangle.png +share/apps/kdm/themes/elarun/rectangle_overlay.png +share/apps/kdm/themes/elarun/screenshot.png +share/apps/kdm/themes/elarun/session_normal.png +share/apps/kdm/themes/elarun/system_normal.png +share/apps/kdm/themes/elarun/user_icon.png share/apps/kdm/themes/horos/KdmGreeterTheme.desktop share/apps/kdm/themes/horos/horos.xml share/apps/kdm/themes/horos/lineedit_active.png @@ -721,7 +739,12 @@ share/apps/kmenuedit/icons/hicolor/32x32/actions/menu_new.png share/apps/kmenuedit/icons/hicolor/32x32/actions/menu_new_sep.png share/apps/kmenuedit/kmenueditui.rc share/apps/konqsidebartng/virtual_folders/services/fonts.desktop -share/apps/kscreenlocker/kscreenlocker.notifyrc +share/apps/ksmserver/ksmserver.notifyrc +share/apps/ksmserver/screenlocker/org.kde.passworddialog/contents/ui/AccelButton.qml +share/apps/ksmserver/screenlocker/org.kde.passworddialog/contents/ui/Greeter.qml +share/apps/ksmserver/screenlocker/org.kde.passworddialog/contents/ui/SessionSwitching.qml +share/apps/ksmserver/screenlocker/org.kde.passworddialog/contents/ui/main.qml +share/apps/ksmserver/screenlocker/org.kde.passworddialog/metadata.desktop share/apps/ksmserver/themes/contour/ContourButton.qml share/apps/ksmserver/themes/contour/main.qml share/apps/ksmserver/themes/contour/metadata.desktop @@ -733,27 +756,6 @@ share/apps/ksmserver/themes/default/helper.js share/apps/ksmserver/themes/default/main.qml share/apps/ksmserver/themes/default/metadata.desktop share/apps/ksmserver/themes/default/screenshot.png -share/apps/ksplash/Themes/Horos/1024x768/background.png -share/apps/ksplash/Themes/Horos/1280x1024/background.png -share/apps/ksplash/Themes/Horos/1600x1200/background.png -share/apps/ksplash/Themes/Horos/1600x1200/description.txt -share/apps/ksplash/Themes/Horos/1600x1200/icon1.png -share/apps/ksplash/Themes/Horos/1600x1200/icon1_anim.png -share/apps/ksplash/Themes/Horos/1600x1200/icon2.png -share/apps/ksplash/Themes/Horos/1600x1200/icon2_anim.png -share/apps/ksplash/Themes/Horos/1600x1200/icon3.png -share/apps/ksplash/Themes/Horos/1600x1200/icon3_anim.png -share/apps/ksplash/Themes/Horos/1600x1200/icon4.png -share/apps/ksplash/Themes/Horos/1600x1200/icon4_anim.png -share/apps/ksplash/Themes/Horos/1600x1200/icon5.png -share/apps/ksplash/Themes/Horos/1600x1200/icon5_anim.png -share/apps/ksplash/Themes/Horos/1600x1200/rectangle.png -share/apps/ksplash/Themes/Horos/1920x1080/background.png -share/apps/ksplash/Themes/Horos/1920x1200/background.png -share/apps/ksplash/Themes/Horos/600x400/background.png -share/apps/ksplash/Themes/Horos/800x600/background.png -share/apps/ksplash/Themes/Horos/Preview.png -share/apps/ksplash/Themes/Horos/Theme.rc share/apps/ksplash/Themes/Minimalistic/Preview.png share/apps/ksplash/Themes/Minimalistic/Theme.rc share/apps/ksplash/Themes/Minimalistic/images/kdegear.png @@ -825,6 +827,11 @@ share/apps/kwin/cube-reflection.glsl share/apps/kwin/cubecap.png share/apps/kwin/cylinder.frag share/apps/kwin/cylinder.vert +share/apps/kwin/decorations/kwin4_decoration_qml_plastik/contents/config/main.xml +share/apps/kwin/decorations/kwin4_decoration_qml_plastik/contents/ui/PlastikButton.qml +share/apps/kwin/decorations/kwin4_decoration_qml_plastik/contents/ui/config.ui +share/apps/kwin/decorations/kwin4_decoration_qml_plastik/contents/ui/main.qml +share/apps/kwin/decorations/kwin4_decoration_qml_plastik/metadata.desktop share/apps/kwin/default_rules/fsp_workarounds_1.kwinrules share/apps/kwin/default_rules/plasma_desktop_containment.kwinrules share/apps/kwin/effects/kwin4_effect_fade/contents/code/main.js @@ -832,12 +839,15 @@ share/apps/kwin/effects/kwin4_effect_fade/contents/config/main.xml share/apps/kwin/effects/kwin4_effect_fade/metadata.desktop share/apps/kwin/effects/kwin4_effect_fadedesktop/contents/code/main.js share/apps/kwin/effects/kwin4_effect_fadedesktop/metadata.desktop +share/apps/kwin/effects/kwin4_effect_maximize/contents/code/maximize.js +share/apps/kwin/effects/kwin4_effect_maximize/metadata.desktop share/apps/kwin/explosion-end.png share/apps/kwin/explosion-start.png share/apps/kwin/explosion.frag share/apps/kwin/invert.frag share/apps/kwin/kcm_kwindecoration/AuroraeDecoration.qml share/apps/kwin/kcm_kwindecoration/AuroraePreview.qml +share/apps/kwin/kcm_kwindecoration/DecorationPreview.qml share/apps/kwin/kcm_kwindecoration/main.qml share/apps/kwin/kcm_kwintabbox/dolphin.png share/apps/kwin/kcm_kwintabbox/kmail.png @@ -849,7 +859,6 @@ share/apps/kwin/laptop.desktop share/apps/kwin/logout-blur.frag share/apps/kwin/lookingglass.frag share/apps/kwin/oxygenclient.desktop -share/apps/kwin/plastik.desktop share/apps/kwin/scripts/desktopchangeosd/contents/ui/main.qml share/apps/kwin/scripts/desktopchangeosd/metadata.desktop share/apps/kwin/scripts/synchronizeskipswitcher/contents/code/main.js @@ -857,22 +866,31 @@ share/apps/kwin/scripts/synchronizeskipswitcher/metadata.desktop share/apps/kwin/scripts/videowall/contents/code/main.js share/apps/kwin/scripts/videowall/metadata.desktop share/apps/kwin/sphere.vert +share/apps/kwin/stripTitle.js +share/apps/kwin/tabbox/ShadowedSvgItem.qml share/apps/kwin/tabbox/big_icons/contents/ui/IconTabBox.qml +share/apps/kwin/tabbox/big_icons/contents/ui/ShadowedSvgItem.qml share/apps/kwin/tabbox/big_icons/contents/ui/main.qml share/apps/kwin/tabbox/big_icons/metadata.desktop +share/apps/kwin/tabbox/compact/contents/ui/ShadowedSvgItem.qml share/apps/kwin/tabbox/compact/contents/ui/main.qml share/apps/kwin/tabbox/compact/metadata.desktop share/apps/kwin/tabbox/desktop.qml +share/apps/kwin/tabbox/informative/contents/ui/ShadowedSvgItem.qml share/apps/kwin/tabbox/informative/contents/ui/main.qml share/apps/kwin/tabbox/informative/metadata.desktop +share/apps/kwin/tabbox/present_windows/contents/ui/ShadowedSvgItem.qml share/apps/kwin/tabbox/present_windows/contents/ui/main.qml share/apps/kwin/tabbox/present_windows/metadata.desktop share/apps/kwin/tabbox/small_icons/contents/ui/IconTabBox.qml +share/apps/kwin/tabbox/small_icons/contents/ui/ShadowedSvgItem.qml share/apps/kwin/tabbox/small_icons/contents/ui/main.qml share/apps/kwin/tabbox/small_icons/metadata.desktop share/apps/kwin/tabbox/tabbox.qml +share/apps/kwin/tabbox/text/contents/ui/ShadowedSvgItem.qml share/apps/kwin/tabbox/text/contents/ui/main.qml share/apps/kwin/tabbox/text/metadata.desktop +share/apps/kwin/tabbox/thumbnails/contents/ui/ShadowedSvgItem.qml share/apps/kwin/tabbox/thumbnails/contents/ui/main.qml share/apps/kwin/tabbox/thumbnails/metadata.desktop share/apps/kwin/tabbox/window_strip/contents/ui/main.qml @@ -882,7 +900,6 @@ share/apps/kwin/tm_outer.png share/apps/kwin/vignetting.frag share/apps/kwrited/kwrited.notifyrc share/apps/plasma-desktop/init/00-defaultLayout.js -share/apps/plasma-desktop/init/05-freebsdWallpaper.js share/apps/plasma-desktop/plasma-desktop.notifyrc share/apps/plasma-desktop/updates/addShowActivitiesManagerPlasmoid.js share/apps/plasma-desktop/updates/systray-to-notifications-widget.js @@ -920,6 +937,20 @@ share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents/ui/AppletDele share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents/ui/Tooltip.qml share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents/ui/main.qml share/apps/plasma/packages/org.kde.desktop.widgetexplorer/metadata.desktop +share/apps/plasma/packages/org.kde.pager/contents/ui/main.qml +share/apps/plasma/packages/org.kde.pager/contents/ui/utils.js +share/apps/plasma/packages/org.kde.pager/metadata.desktop +share/apps/plasma/packages/org.kde.systemtray/contents/code/IconsList.js +share/apps/plasma/packages/org.kde.systemtray/contents/code/TasksSet.js +share/apps/plasma/packages/org.kde.systemtray/contents/code/main.js +share/apps/plasma/packages/org.kde.systemtray/contents/ui/ArrowArea.qml +share/apps/plasma/packages/org.kde.systemtray/contents/ui/IconsGrid.qml +share/apps/plasma/packages/org.kde.systemtray/contents/ui/IconsList.qml +share/apps/plasma/packages/org.kde.systemtray/contents/ui/StatusNotifierItem.qml +share/apps/plasma/packages/org.kde.systemtray/contents/ui/TrayIcon.qml +share/apps/plasma/packages/org.kde.systemtray/contents/ui/main.qml +share/apps/plasma/plasmoids/battery/contents/code/logic.js +share/apps/plasma/plasmoids/battery/contents/code/platform.js share/apps/plasma/plasmoids/battery/contents/config/main.xml share/apps/plasma/plasmoids/battery/contents/ui/BatteryIcon.qml share/apps/plasma/plasmoids/battery/contents/ui/PopupDialog.qml @@ -938,6 +969,22 @@ share/apps/plasma/plasmoids/notifier/contents/ui/StatusBar.qml share/apps/plasma/plasmoids/notifier/contents/ui/config.ui share/apps/plasma/plasmoids/notifier/contents/ui/devicenotifier.qml share/apps/plasma/plasmoids/notifier/metadata.desktop +share/apps/plasma/plasmoids/org.kde.notifications/contents/config/main.xml +share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/JobDelegate.qml +share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/Jobs.qml +share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/LastNotificationPopup.qml +share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/NotificationDelegate/NotificationDelegate.qml +share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/NotificationDelegate/qmldir +share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/NotificationIcon.qml +share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/Notifications.qml +share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/Title.qml +share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/config.ui +share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/main.qml +share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/uiproperties.js +share/apps/plasma/plasmoids/org.kde.notifications/metadata.desktop +share/apps/plasma/plasmoids/org.kde.notifications/platformcontents/touch/ui/NotificationDelegate/NotificationDelegate.qml +share/apps/plasma/plasmoids/org.kde.notifications/platformcontents/touch/ui/NotificationDelegate/qmldir +share/apps/plasma/plasmoids/org.kde.notifications/platformcontents/touch/ui/uiproperties.js share/apps/plasma/plasmoids/org.kde.showActivityManager/contents/ui/main.qml share/apps/plasma/plasmoids/org.kde.showActivityManager/metadata.desktop share/apps/plasma/services/activities.operations @@ -1006,7 +1053,6 @@ share/autostart/plasma-desktop.desktop share/autostart/plasma.desktop share/config.kcfg/freespacenotifier.kcfg share/config.kcfg/klaunch.kcfg -share/config.kcfg/kscreensaversettings.kcfg share/config.kcfg/kwin.kcfg share/config.kcfg/plasma-shell-desktop.kcfg share/config/activities.knsrc @@ -1017,18 +1063,19 @@ share/config/kdm.knsrc share/config/kfontinst.knsrc share/config/ksplash.knsrc share/config/ksysguard.knsrc +share/config/kwineffect.knsrc share/config/kwinscripts.knsrc share/config/kwinswitcher.knsrc share/config/plasma-overlayrc share/config/plasma-themes.knsrc share/config/wallpaper.knsrc share/config/xcursor.knsrc -share/dbus-1/interfaces/org.freedesktop.ScreenSaver.xml +share/dbus-1/interfaces/com.canonical.AppMenu.Registrar.xml share/dbus-1/interfaces/org.kde.KSMServerInterface.xml share/dbus-1/interfaces/org.kde.KWin.xml +share/dbus-1/interfaces/org.kde.kded.appmenu.xml share/dbus-1/interfaces/org.kde.khotkeys.xml share/dbus-1/interfaces/org.kde.krunner.App.xml -share/dbus-1/interfaces/org.kde.screensaver.xml share/dbus-1/services/org.kde.fontinst.service share/dbus-1/services/org.kde.krunner.service share/dbus-1/system-services/org.kde.fontinst.service @@ -1693,10 +1740,12 @@ share/kde4/services/kcmaccess.desktop share/kde4/services/kcmlaunch.desktop share/kde4/services/kcmsmserver.desktop share/kde4/services/kcmusb.desktop +share/kde4/services/kded/appmenu.desktop share/kde4/services/kded/freespacenotifier.desktop share/kde4/services/kded/kephal.desktop share/kde4/services/kded/keyboard.desktop share/kde4/services/kded/khotkeys.desktop +share/kde4/services/kded/ktouchpadenabler.desktop share/kde4/services/kded/kwrited.desktop share/kde4/services/kded/powerdevil.desktop share/kde4/services/kded/randrmonitor.desktop @@ -1736,8 +1785,10 @@ share/kde4/services/kwin/glide_config.desktop share/kde4/services/kwin/highlightwindow.desktop share/kde4/services/kwin/invert.desktop share/kde4/services/kwin/invert_config.desktop +share/kde4/services/kwin/kwin4_decoration_qml_plastik.desktop share/kde4/services/kwin/kwin4_effect_fade.desktop share/kde4/services/kwin/kwin4_effect_fadedesktop.desktop +share/kde4/services/kwin/kwin4_effect_maximize.desktop share/kde4/services/kwin/kwin4_window_switcher_big_icons.desktop share/kde4/services/kwin/kwin4_window_switcher_compact.desktop share/kde4/services/kwin/kwin4_window_switcher_informative.desktop @@ -1756,6 +1807,8 @@ share/kde4/services/kwin/magiclamp_config.desktop share/kde4/services/kwin/magnifier.desktop share/kde4/services/kwin/magnifier_config.desktop share/kde4/services/kwin/minimizeanimation.desktop +share/kde4/services/kwin/mouseclick.desktop +share/kde4/services/kwin/mouseclick_config.desktop share/kde4/services/kwin/mousemark.desktop share/kde4/services/kwin/mousemark_config.desktop share/kde4/services/kwin/outline.desktop @@ -1814,7 +1867,7 @@ share/kde4/services/plasma-applet-digitalclock.desktop share/kde4/services/plasma-applet-icon.desktop share/kde4/services/plasma-applet-launcher.desktop share/kde4/services/plasma-applet-lockout.desktop -share/kde4/services/plasma-applet-notifications.desktop +share/kde4/services/plasma-applet-org.kde.notifications.desktop share/kde4/services/plasma-applet-org.kde.showActivityManager.desktop share/kde4/services/plasma-applet-panelspacer-internal.desktop share/kde4/services/plasma-applet-quicklaunch.desktop @@ -1986,6 +2039,7 @@ share/kde4/services/style.desktop share/kde4/services/workspaceoptions.desktop share/kde4/services/xserver.desktop share/kde4/servicetypes/kinfocentercategory.desktop +share/kde4/servicetypes/kwindecoration.desktop share/kde4/servicetypes/kwineffect.desktop share/kde4/servicetypes/kwinscript.desktop share/kde4/servicetypes/kwinwindowswitcher.desktop @@ -1998,6 +2052,7 @@ share/kde4/servicetypes/screensaver.desktop share/kde4/servicetypes/solid-device-type.desktop share/kde4/servicetypes/solidmodemmanager.desktop share/kde4/servicetypes/solidnetworkmanager.desktop +share/kde4/servicetypes/solidremotecontrolmanager.desktop share/kde4/servicetypes/systemsettingscategory.desktop share/kde4/servicetypes/systemsettingsexternalapp.desktop share/kde4/servicetypes/systemsettingsview.desktop @@ -2007,34 +2062,8 @@ share/polkit-1/actions/org.kde.kcontrol.kcmkdm.policy share/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy share/polkit-1/actions/org.kde.powerdevil.backlighthelper.policy share/sounds/pop.wav -share/wallpapers/stripes-freebsd-blue/contents/images/1024x768.jpg -share/wallpapers/stripes-freebsd-blue/contents/images/1280x1024.jpg -share/wallpapers/stripes-freebsd-blue/contents/images/1280x800.jpg -share/wallpapers/stripes-freebsd-blue/contents/images/1440x900.jpg -share/wallpapers/stripes-freebsd-blue/contents/images/1600x1200.jpg -share/wallpapers/stripes-freebsd-blue/contents/images/1920x1080.jpg -share/wallpapers/stripes-freebsd-blue/contents/images/1920x1200.jpg -share/wallpapers/stripes-freebsd-blue/contents/images/800x600.jpg -share/wallpapers/stripes-freebsd-blue/contents/screenshot.jpg -share/wallpapers/stripes-freebsd-blue/metadata.desktop -share/wallpapers/stripes-freebsd-red/contents/images/1024x768.jpg -share/wallpapers/stripes-freebsd-red/contents/images/1280x1024.jpg -share/wallpapers/stripes-freebsd-red/contents/images/1280x800.jpg -share/wallpapers/stripes-freebsd-red/contents/images/1440x900.jpg -share/wallpapers/stripes-freebsd-red/contents/images/1600x1200.jpg -share/wallpapers/stripes-freebsd-red/contents/images/1920x1080.jpg -share/wallpapers/stripes-freebsd-red/contents/images/1920x1200.jpg -share/wallpapers/stripes-freebsd-red/contents/images/800x600.jpg -share/wallpapers/stripes-freebsd-red/contents/screenshot.jpg -share/wallpapers/stripes-freebsd-red/metadata.desktop share/wallpapers/stripes.png share/wallpapers/stripes.png.desktop -@dirrm share/wallpapers/stripes-freebsd-red/contents/images -@dirrm share/wallpapers/stripes-freebsd-red/contents -@dirrm share/wallpapers/stripes-freebsd-red -@dirrm share/wallpapers/stripes-freebsd-blue/contents/images -@dirrm share/wallpapers/stripes-freebsd-blue/contents -@dirrm share/wallpapers/stripes-freebsd-blue @dirrm share/kde4/services/solidbackends @dirrm share/kde4/services/kwin @dirrm share/icons/Oxygen_Zion/cursors @@ -2124,6 +2153,15 @@ share/wallpapers/stripes.png.desktop @dirrm share/apps/plasma/plasmoids/org.kde.showActivityManager/contents/ui @dirrm share/apps/plasma/plasmoids/org.kde.showActivityManager/contents @dirrm share/apps/plasma/plasmoids/org.kde.showActivityManager +@dirrm share/apps/plasma/plasmoids/org.kde.notifications/platformcontents/touch/ui/NotificationDelegate +@dirrm share/apps/plasma/plasmoids/org.kde.notifications/platformcontents/touch/ui +@dirrm share/apps/plasma/plasmoids/org.kde.notifications/platformcontents/touch +@dirrm share/apps/plasma/plasmoids/org.kde.notifications/platformcontents +@dirrm share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/NotificationDelegate +@dirrm share/apps/plasma/plasmoids/org.kde.notifications/contents/ui +@dirrm share/apps/plasma/plasmoids/org.kde.notifications/contents/config +@dirrm share/apps/plasma/plasmoids/org.kde.notifications/contents +@dirrm share/apps/plasma/plasmoids/org.kde.notifications @dirrm share/apps/plasma/plasmoids/notifier/contents/ui @dirrm share/apps/plasma/plasmoids/notifier/contents/config @dirrm share/apps/plasma/plasmoids/notifier/contents @@ -2134,15 +2172,24 @@ share/wallpapers/stripes.png.desktop @dirrm share/apps/plasma/plasmoids/lockout @dirrm share/apps/plasma/plasmoids/battery/contents/ui @dirrm share/apps/plasma/plasmoids/battery/contents/config +@dirrm share/apps/plasma/plasmoids/battery/contents/code @dirrm share/apps/plasma/plasmoids/battery/contents @dirrm share/apps/plasma/plasmoids/battery @dirrm share/apps/plasma/plasmoids +@dirrm share/apps/plasma/packages/org.kde.systemtray/contents/ui +@dirrm share/apps/plasma/packages/org.kde.systemtray/contents/code +@dirrm share/apps/plasma/packages/org.kde.systemtray/contents +@dirrm share/apps/plasma/packages/org.kde.systemtray +@dirrm share/apps/plasma/packages/org.kde.pager/contents/ui +@dirrm share/apps/plasma/packages/org.kde.pager/contents +@dirrm share/apps/plasma/packages/org.kde.pager @dirrm share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents/ui @dirrm share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents @dirrm share/apps/plasma/packages/org.kde.desktop.widgetexplorer @dirrm share/apps/plasma/packages/org.kde.desktop.activitymanager/contents/ui @dirrm share/apps/plasma/packages/org.kde.desktop.activitymanager/contents @dirrm share/apps/plasma/packages/org.kde.desktop.activitymanager +@dirrmtry share/apps/plasma/packages @dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal/contents @dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal @dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel/contents @@ -2206,6 +2253,9 @@ share/wallpapers/stripes.png.desktop @dirrm share/apps/kwin/scripts @dirrm share/apps/kwin/kcm_kwintabbox @dirrm share/apps/kwin/kcm_kwindecoration +@dirrm share/apps/kwin/effects/kwin4_effect_maximize/contents/code +@dirrm share/apps/kwin/effects/kwin4_effect_maximize/contents +@dirrm share/apps/kwin/effects/kwin4_effect_maximize @dirrm share/apps/kwin/effects/kwin4_effect_fadedesktop/contents/code @dirrm share/apps/kwin/effects/kwin4_effect_fadedesktop/contents @dirrm share/apps/kwin/effects/kwin4_effect_fadedesktop @@ -2215,6 +2265,11 @@ share/wallpapers/stripes.png.desktop @dirrm share/apps/kwin/effects/kwin4_effect_fade @dirrm share/apps/kwin/effects @dirrm share/apps/kwin/default_rules +@dirrm share/apps/kwin/decorations/kwin4_decoration_qml_plastik/contents/ui +@dirrm share/apps/kwin/decorations/kwin4_decoration_qml_plastik/contents/config +@dirrm share/apps/kwin/decorations/kwin4_decoration_qml_plastik/contents +@dirrm share/apps/kwin/decorations/kwin4_decoration_qml_plastik +@dirrm share/apps/kwin/decorations @dirrm share/apps/kwin/aurorae @dirrm share/apps/kthememanager/themes/YellowOnBlue-big @dirrm share/apps/kthememanager/themes/YellowOnBlue @@ -2238,21 +2293,16 @@ share/wallpapers/stripes.png.desktop @dirrm share/apps/ksplash/Themes/None @dirrm share/apps/ksplash/Themes/Minimalistic/images @dirrm share/apps/ksplash/Themes/Minimalistic -@dirrm share/apps/ksplash/Themes/Horos/800x600 -@dirrm share/apps/ksplash/Themes/Horos/600x400 -@dirrm share/apps/ksplash/Themes/Horos/1920x1200 -@dirrm share/apps/ksplash/Themes/Horos/1920x1080 -@dirrm share/apps/ksplash/Themes/Horos/1600x1200 -@dirrm share/apps/ksplash/Themes/Horos/1280x1024 -@dirrm share/apps/ksplash/Themes/Horos/1024x768 -@dirrm share/apps/ksplash/Themes/Horos @dirrmtry share/apps/ksplash/Themes @dirrmtry share/apps/ksplash @dirrm share/apps/ksmserver/themes/default @dirrm share/apps/ksmserver/themes/contour @dirrm share/apps/ksmserver/themes +@dirrm share/apps/ksmserver/screenlocker/org.kde.passworddialog/contents/ui +@dirrm share/apps/ksmserver/screenlocker/org.kde.passworddialog/contents +@dirrm share/apps/ksmserver/screenlocker/org.kde.passworddialog +@dirrm share/apps/ksmserver/screenlocker @dirrm share/apps/ksmserver -@dirrm share/apps/kscreenlocker @dirrm share/apps/kmenuedit/icons/hicolor/32x32/actions @dirrm share/apps/kmenuedit/icons/hicolor/32x32 @dirrm share/apps/kmenuedit/icons/hicolor/22x22/actions @@ -2275,6 +2325,7 @@ share/wallpapers/stripes.png.desktop @dirrm share/apps/kdm/themes/oxygen-air @dirrm share/apps/kdm/themes/oxygen @dirrm share/apps/kdm/themes/horos +@dirrm share/apps/kdm/themes/elarun @dirrm share/apps/kdm/themes/circles @dirrm share/apps/kdm/themes/ariya @dirrmtry share/apps/kdm/themes @@ -2284,6 +2335,7 @@ share/wallpapers/stripes.png.desktop @dirrm share/apps/kdisplay/app-defaults @dirrm share/apps/kdisplay @dirrm share/apps/kcmusb +@dirrm share/apps/kcmstyle @dirrm share/apps/kcmsolidactions @dirrm share/apps/kcmkeys @dirrm share/apps/kcmkeyboard/pics @@ -2299,6 +2351,13 @@ share/wallpapers/stripes.png.desktop @dirrm share/apps/desktoptheme/air-netbook/widgets @dirrm share/apps/desktoptheme/air-netbook @dirrm lib/kde4/plugins/gui_platform +@dirrm lib/kde4/imports/org/kde/kwin/decorations/plastik +@dirrm lib/kde4/imports/org/kde/kwin/decorations +@dirrm lib/kde4/imports/org/kde/kwin/decoration +@dirrm lib/kde4/imports/org/kde/kwin +@dirrmtry lib/kde4/imports/org/kde +@dirrmtry lib/kde4/imports/org +@dirrmtry lib/kde4/imports @dirrm lib/cmake/KDE4Workspace @dirrmtry lib/cmake @dirrm include/taskmanager diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index 6cbcaf54759e..9ffdf15d47c3 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -20,7 +20,7 @@ OPTIONS_DEFINE= KDEACCESSIBILITY KDEADMIN KDEARTWORK KDEBINDINGS KDEEDU \ KDEPLASMA KDESDK KDETOYS KDEUTILS KDEWEBDEV OPTIONS_RADIO= PIM OPTIONS_RADIO_PIM= KDEPIM KDEPIM44 -OPTIONS_DEFAULT=${OPTIONS_DEFINE:NKDEBINDINGS} KDEPIM44 +OPTIONS_DEFAULT=${OPTIONS_DEFINE:NKDEBINDINGS} KDEPIM KDEACCESSIBILITY_DESC= Accessibility applications KDEADMIN_DESC= Administration utilities diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index d4d2f52e5a30..0f4e7236eeb5 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -3,17 +3,15 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Base set of libraries needed by KDE programs LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ - aspell:${PORTSDIR}/textproc/aspell \ jasper:${PORTSDIR}/graphics/jasper \ pcre:${PORTSDIR}/devel/pcre \ avahi-core:${PORTSDIR}/net/avahi-app \ @@ -25,24 +23,21 @@ LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ qca:${PORTSDIR}/devel/qca \ HUpnp:${PORTSDIR}/net/hupnp \ polkit-qt-core-1:${PORTSDIR}/sysutils/polkit-qt \ - smbclient:${PORTSDIR}/net/samba-libsmbclient \ dbusmenu-qt:${PORTSDIR}/devel/libdbusmenu-qt -BUILD_DEPENDS= ${LOCALBASE}/lib/libhspell.a:${PORTSDIR}/hebrew/hspell \ - ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \ +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \ ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ xauth:${PORTSDIR}/x11/xauth \ ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \ - ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \ - ${LOCALBASE}/share/aspell/en.multi:${PORTSDIR}/textproc/en-aspell + ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl CONFLICTS= kdebase-runtime-4.5.[0-5] LATEST_LINK= ${PORTNAME}4 -USE_XZ= yes +USE_XZ= yes USE_FAM= yes USE_GETTEXT= yes USE_GNOME= libxml2 libxslt @@ -51,17 +46,19 @@ USE_KDE4= kdehier kdeprefix oxygen \ USES= cmake:outsource USE_OPENSSL= yes USE_PERL5= yes -USE_QT4= dbus declarative designer gui imageformats_run \ - network opengl phonon qdbusviewer_run qt3support \ +USE_QT4= corelib dbus declarative designer_build gui \ + network opengl phonon qt3support \ qtestlib script sql svg webkit xml \ - moc_build qmake_build rcc_build uic_build + moc_build qmake_build rcc_build uic_build \ + imageformats_run qdbusviewer_run USE_XORG= sm x11 xcursor xext xfixes xrender xtst USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes CMAKE_ARGS+= -DWITH_ACL:BOOL=Off \ -DWITH_FAM:BOOL=On \ - -DHUPNP_INCLUDE_PATH:PATH="${LOCALBASE}/include" \ + -DWITH_ASPELL:BOOL=Off \ + -DWITH_HSPELL:BOOL=Off \ -DKDE_DISTRIBUTION_TEXT:STRING="${OPSYS}" \ -DKDE_DEFAULT_HOME:STRING=".kde4" @@ -82,6 +79,9 @@ MAN8= kbuildsycoca4.8 \ kdeinit4.8 \ meinproc4.8 +OPTIONS_DEFINE= AVAHI +AVAHI_DESC= Use Avahi's mDNSResponder (otherwise Apple's) + .include <bsd.port.pre.mk> .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) @@ -93,9 +93,8 @@ LIB_DEPENDS+= utempter:${PORTSDIR}/sysutils/libutempter EXTRA_PATCHES= ${FILESDIR}/extra-patch-ConfigureChecks.cmake .endif -.if exists(${LOCALBASE}/include/avahi-compat-libdns_sd/dns_sd.h) || defined(WITH_LIBDNS) -LIB_DEPENDS+= avahi-qt4.1:${PORTSDIR}/net/avahi-qt4 \ - dns_sd:${PORTSDIR}/net/avahi-libdns +.if ${PORT_OPTIONS:MAVAHI} +LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/avahi-libdns .else LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder .endif @@ -140,7 +139,4 @@ pre-configure: ${REINPLACE_CMD} -e '/macro_bool_to_01/ s|^.*X11_Xscreensaver.*$$|set(HAVE_XSCREENSAVER 0)|' \ ${PATCH_WRKSRC}/CMakeLists.txt -post-install: - @-update-mime-database ${PREFIX}/share/mime - .include <bsd.port.post.mk> diff --git a/x11/kdelibs4/distinfo b/x11/kdelibs4/distinfo index 6e8fdb00a826..5fa3b23fd6d5 100644 --- a/x11/kdelibs4/distinfo +++ b/x11/kdelibs4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdelibs-4.9.5.tar.xz) = fc977af4efe00e6cab1051dc7b2424b1a8aa434536c5a5f8f1f54417519b3427 -SIZE (KDE/kdelibs-4.9.5.tar.xz) = 11902204 +SHA256 (KDE/4.10.1/kdelibs-4.10.1.tar.xz) = d5bc7ffe83b65dcb20c277253e2645f3d59dad7820cbc6f3a1bb9b5be7db05d6 +SIZE (KDE/4.10.1/kdelibs-4.10.1.tar.xz) = 11955948 diff --git a/x11/kdelibs4/files/patch-KDE4Defaults.cmake b/x11/kdelibs4/files/patch-KDE4Defaults.cmake index 8255113b68bc..e2c534e9148b 100644 --- a/x11/kdelibs4/files/patch-KDE4Defaults.cmake +++ b/x11/kdelibs4/files/patch-KDE4Defaults.cmake @@ -4,13 +4,13 @@ # define the generic version of the libraries here # this makes it easy to advance it when the next KDE release comes # Use this version number for libraries which are at version n in KDE version n --set(GENERIC_LIB_VERSION "4.9.5") +-set(GENERIC_LIB_VERSION "4.10.1") -set(GENERIC_LIB_SOVERSION "4") +set(GENERIC_LIB_VERSION "5.0.1") +set(GENERIC_LIB_SOVERSION "5") # Use this version number for libraries which are already at version n+1 in KDE version n --set(KDE_NON_GENERIC_LIB_VERSION "5.9.5") +-set(KDE_NON_GENERIC_LIB_VERSION "5.10.1") -set(KDE_NON_GENERIC_LIB_SOVERSION "5") +set(KDE_NON_GENERIC_LIB_VERSION "7.0.1") +set(KDE_NON_GENERIC_LIB_SOVERSION "7") diff --git a/x11/kdelibs4/files/patch-cmake_modules_FindFFmpeg.cmake b/x11/kdelibs4/files/patch-cmake_modules_FindFFmpeg.cmake new file mode 100644 index 000000000000..0e4e9f3ea52a --- /dev/null +++ b/x11/kdelibs4/files/patch-cmake_modules_FindFFmpeg.cmake @@ -0,0 +1,45 @@ +--- ./cmake/modules/FindFFmpeg.cmake.orig 2013-03-01 06:26:13.331789000 +0000 ++++ ./cmake/modules/FindFFmpeg.cmake 2013-03-06 22:29:44.367663443 +0000 +@@ -71,13 +71,15 @@ + ${PC_LIB${_component}_INCLUDEDIR} + ${PC_LIB${_component}_INCLUDE_DIRS} + PATH_SUFFIXES +- ffmpeg ++ ffmpeg${FFMPEG_SUFFIX} + ) + + find_library(${_component}_LIBRARIES NAMES ${_library} +- HINTS ++ HINTS + ${PC_LIB${_component}_LIBDIR} + ${PC_LIB${_component}_LIBRARY_DIRS} ++ PATH_SUFFIXES ++ ffmpeg${FFMPEG_SUFFIX} + ) + + set(${_component}_DEFINITIONS ${PC_${_component}_CFLAGS_OTHER} CACHE STRING "The ${_component} CFLAGS.") +@@ -97,13 +99,18 @@ + # Check for cached results. If there are skip the costly part. + if (NOT FFMPEG_LIBRARIES) + ++ # Look for ffmpeg1 by default. Use empty suffix for ffmpeg-0.7 ++ if (NOT DEFINED FFMPEG_SUFFIX) ++ set(FFMPEG_SUFFIX 1) ++ endif () ++ + # Check for all possible component. +- find_component(AVCODEC libavcodec avcodec libavcodec/avcodec.h) +- find_component(AVFORMAT libavformat avformat libavformat/avformat.h) +- find_component(AVDEVICE libavdevice avdevice libavdevice/avdevice.h) +- find_component(AVUTIL libavutil avutil libavutil/avutil.h) +- find_component(SWSCALE libswscale swscale libswscale/swscale.h) +- find_component(POSTPROC libpostproc postproc libpostproc/postprocess.h) ++ find_component(AVCODEC libavcodec${FFMPEG_SUFFIX} avcodec${FFMPEG_SUFFIX} libavcodec/avcodec.h) ++ find_component(AVFORMAT libavformat${FFMPEG_SUFFIX} avformat${FFMPEG_SUFFIX} libavformat/avformat.h) ++ find_component(AVDEVICE libavdevice${FFMPEG_SUFFIX} avdevice${FFMPEG_SUFFIX} libavdevice/avdevice.h) ++ find_component(AVUTIL libavutil${FFMPEG_SUFFIX} avutil${FFMPEG_SUFFIX} libavutil/avutil.h) ++ find_component(SWSCALE libswscale${FFMPEG_SUFFIX} swscale${FFMPEG_SUFFIX} libswscale/swscale.h) ++ find_component(POSTPROC libpostproc${FFMPEG_SUFFIX} postproc${FFMPEG_SUFFIX} libpostproc/postprocess.h) + + # Check if the required components were found and add their stuff to the FFMPEG_* vars. + foreach (_component ${FFmpeg_FIND_COMPONENTS}) diff --git a/x11/kdelibs4/files/patch-cmake_modules_FindKdcraw.cmake b/x11/kdelibs4/files/patch-cmake_modules_FindKdcraw.cmake index ebe252b8fcb7..c107ee3db591 100644 --- a/x11/kdelibs4/files/patch-cmake_modules_FindKdcraw.cmake +++ b/x11/kdelibs4/files/patch-cmake_modules_FindKdcraw.cmake @@ -1,84 +1,11 @@ ---- cmake/modules/FindKdcraw.cmake.orig 2011-05-20 22:24:53.000000000 +0200 -+++ cmake/modules/FindKdcraw.cmake 2011-07-31 04:06:34.029187418 +0200 -@@ -59,63 +59,32 @@ +--- cmake/modules/FindKdcraw.cmake.orig 2013-03-09 04:00:37.000000000 +0000 ++++ cmake/modules/FindKdcraw.cmake 2013-03-11 16:15:36.354922501 +0000 +@@ -77,7 +77,7 @@ + # in the find_path() and find_library() calls + include(FindPkgConfig) - else(KDCRAW_LOCAL_FOUND) - -- message(STATUS "Check Kdcraw library using pkg-config...") - if (NOT WIN32) -+ message(STATUS "Check Kdcraw library using pkg-config...") - # use pkg-config to get the directories and then use these values - # in the FIND_PATH() and FIND_LIBRARY() calls -- include(UsePkgConfig) -- -- PKGCONFIG(libkdcraw _KDCRAWIncDir _KDCRAWLinkDir _KDCRAWLinkFlags _KDCRAWCflags) -- -- if (_KDCRAWLinkFlags) -- # query pkg-config asking for a libkdcraw >= 0.2.0 -- exec_program(${PKGCONFIG_EXECUTABLE} ARGS --atleast-version=0.2.0 libkdcraw RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull ) -- if (_return_VALUE STREQUAL "0") -- message(STATUS "Found libkdcraw release >= 0.2.0") -- set(KDCRAW_VERSION_GOOD_FOUND TRUE) -- else (_return_VALUE STREQUAL "0") -- message(STATUS "Found libkdcaw release < 0.2.0, too old") -- set(KDCRAW_VERSION_GOOD_FOUND FALSE) -- set(KDCRAW_FOUND FALSE) -- endif (_return_VALUE STREQUAL "0") -- else (_KDCRAWLinkFlags) -- set(KDCRAW_VERSION_GOOD_FOUND FALSE) -- set(KDCRAW_FOUND FALSE) -- endif (_KDCRAWLinkFlags) -- else (NOT WIN32) -- set(KDCRAW_VERSION_GOOD_FOUND TRUE) -- endif (NOT WIN32) -+ include(FindPkgConfig) -+ pkg_check_modules(PC_LIBKDCRAW libkdcraw-kde4>=0.2.0) -+ set(KDCRAW_DEFINITIONS ${PC_LIBKDCRAW_CFLAGS_OTHER}) -+ endif(NOT WIN32) - -- if (KDCRAW_VERSION_GOOD_FOUND) -- set(KDCRAW_DEFINITIONS "${_KDCRAWCflags}") -- -- find_path(KDCRAW_INCLUDE_DIR libkdcraw/version.h -- ${_KDCRAWIncDir} -+ find_path(KDCRAW_INCLUDE_DIR NAMES libkdcraw/version.h -+ HINTS -+ ${PC_LIBKDCRAW_INCLUDEDIR} -+ ${PC_LIBKDCRAW_INCLUDE_DIRS} - ) - -- find_library(KDCRAW_LIBRARIES NAMES kdcraw -- PATHS -- ${_KDCRAWLinkDir} -+ find_library(KDCRAW_LIBRARY NAMES kdcraw -+ HINTS -+ ${PC_LIBKDCRAW_LIBDIR} -+ ${PC_LIBKDCRAW_LIBRARY_DIRS} - ) - -- if (KDCRAW_INCLUDE_DIR AND KDCRAW_LIBRARIES) -- set(KDCRAW_FOUND TRUE) -- endif (KDCRAW_INCLUDE_DIR AND KDCRAW_LIBRARIES) -- endif (KDCRAW_VERSION_GOOD_FOUND) -- if (KDCRAW_FOUND) -- if (NOT Kdcraw_FIND_QUIETLY) -- message(STATUS "Found libkdcraw: ${KDCRAW_LIBRARIES}") -- endif (NOT Kdcraw_FIND_QUIETLY) -- else (KDCRAW_FOUND) -- if (Kdcraw_FIND_REQUIRED) -- if (NOT KDCRAW_INCLUDE_DIR) -- message(FATAL_ERROR "Could NOT find libkdcraw header files") -- endif (NOT KDCRAW_INCLUDE_DIR) -- if (NOT KDCRAW_LIBRARIES) -- message(FATAL_ERROR "Could NOT find libkdcraw library") -- endif (NOT KDCRAW_LIBRARIES) -- endif (Kdcraw_FIND_REQUIRED) -- endif (KDCRAW_FOUND) -+ include(FindPackageHandleStandardArgs) -+ find_package_handle_standard_args(Kdcraw DEFAULT_MSG KDCRAW_LIBRARY KDCRAW_INCLUDE_DIR) -+ if(KDCRAW_FOUND) -+ set(KDCRAW_LIBRARIES ${KDCRAW_LIBRARY}) -+ endif(KDCRAW_FOUND) - - mark_as_advanced(KDCRAW_INCLUDE_DIR KDCRAW_LIBRARIES KDCRAW_DEFINITIONS) +- pkg_check_modules(PC_KDCRAW libkdcraw) ++ pkg_check_modules(PC_KDCRAW libkdcraw-kde4) + if (PC_KDCRAW_FOUND) + # make sure the version is >= 0.2.0 diff --git a/x11/kdelibs4/files/patch-cmake_modules_FindKipi.cmake b/x11/kdelibs4/files/patch-cmake_modules_FindKipi.cmake index f26b75067657..8ac921f072c1 100644 --- a/x11/kdelibs4/files/patch-cmake_modules_FindKipi.cmake +++ b/x11/kdelibs4/files/patch-cmake_modules_FindKipi.cmake @@ -1,74 +1,11 @@ ---- cmake/modules/FindKipi.cmake.orig 2011-05-20 22:24:53.000000000 +0200 -+++ cmake/modules/FindKipi.cmake 2011-07-31 04:14:21.939197375 +0200 -@@ -62,52 +62,26 @@ +--- cmake/modules/FindKipi.cmake.orig 2013-03-09 04:00:37.000000000 +0000 ++++ cmake/modules/FindKipi.cmake 2013-03-11 16:15:53.867922813 +0000 +@@ -78,7 +78,7 @@ + ENDIF(NOT Kipi_FIND_QUIETLY) - # use pkg-config to get the directories and then use these values - # in the FIND_PATH() and FIND_LIBRARY() calls -- include(UsePkgConfig) -- -- PKGCONFIG(libkipi _KIPIIncDir _KIPILinkDir _KIPILinkFlags _KIPICflags) -- -- if (_KIPILinkFlags) -- # query pkg-config asking for a libkipi >= 0.2.0 -- exec_program(${PKGCONFIG_EXECUTABLE} ARGS --atleast-version=0.2.0 libkipi RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull ) -- if (_return_VALUE STREQUAL "0") -- message(STATUS "Found libkipi release >= 0.2.0") -- set(KIPI_VERSION_GOOD_FOUND TRUE) -- else (_return_VALUE STREQUAL "0") -- message(STATUS "Found libkipi release < 0.2.0, too old") -- set(KIPI_VERSION_GOOD_FOUND FALSE) -- set(KIPI_FOUND FALSE) -- endif (_return_VALUE STREQUAL "0") -- else (_KIPILinkFlags) -- set(KIPI_VERSION_GOOD_FOUND FALSE) -- set(KIPI_FOUND FALSE) -- endif (_KIPILinkFlags) -- else (NOT WIN32) -- set(KIPI_VERSION_GOOD_FOUND TRUE) -+ include(FindPkgConfig) -+ pkg_check_modules(PC_LIBKIPI libkipi-kde4>=0.2.0) -+ set(KIPI_DEFINITIONS ${PC_LIBKIPI_CFLAGS_OTHER}) - endif (NOT WIN32) -- if (KIPI_VERSION_GOOD_FOUND) -- set(KIPI_DEFINITIONS ${_KIPICflags}) -- -- find_path(KIPI_INCLUDE_DIR NAMES libkipi/version.h PATHS ${KDE4_INCLUDE_DIR} ${_KIPIIncDir}) -- find_library(KIPI_LIBRARIES NAMES kipi PATHS ${KDE4_LIB_DIR} ${_KIPILinkDir}) -- -- if (KIPI_INCLUDE_DIR AND KIPI_LIBRARIES) -- set(KIPI_FOUND TRUE) -- endif (KIPI_INCLUDE_DIR AND KIPI_LIBRARIES) -- endif (KIPI_VERSION_GOOD_FOUND) -- if (KIPI_FOUND) -- if (NOT Kipi_FIND_QUIETLY) -- message(STATUS "Found libkipi: ${KIPI_LIBRARIES}") -- endif (NOT Kipi_FIND_QUIETLY) -- else (KIPI_FOUND) -- if (Kipi_FIND_REQUIRED) -- if (NOT KIPI_INCLUDE_DIR) -- message(FATAL_ERROR "Could NOT find libkipi header files") -- endif (NOT KIPI_INCLUDE_DIR) -- if (NOT KIPI_LIBRARIES) -- message(FATAL_ERROR "Could NOT find libkipi library") -- endif (NOT KIPI_LIBRARIES) -- endif (Kipi_FIND_REQUIRED) -- endif (KIPI_FOUND) -+ find_path(KIPI_INCLUDE_DIR NAMES libkipi/version.h -+ HINTS -+ ${PC_LIBKIPI_INCLUDEDIR} -+ ${PC_LIBKIPI_INCLUDE_DIRS} -+ ) -+ find_library(KIPI_LIBRARY NAMES kipi -+ HINTS -+ ${PC_LIBKIPI_LIBDIR} -+ ${PC_LIBKIPI_LIBRARY_DIRS} -+ ) -+ -+ include(FindPackageHandleStandardArgs) -+ find_package_handle_standard_args(Kipi DEFAULT_MSG KIPI_LIBRARY KIPI_INCLUDE_DIR) -+ if(KIPI_FOUND) -+ set(KIPI_LIBRARIES ${KIPI_LIBRARY}) -+ endif(KIPI_FOUND) - - mark_as_advanced(KIPI_INCLUDE_DIR KIPI_LIBRARIES KIPI_DEFINITIONS) + INCLUDE(FindPkgConfig) +- PKG_CHECK_MODULES(PC_KIPI libkipi>=${Kipi_FIND_VERSION}) ++ PKG_CHECK_MODULES(PC_KIPI libkipi-kde4>=${Kipi_FIND_VERSION}) + ENDIF(NOT WIN32) + FIND_LIBRARY(KIPI_LIBRARIES NAMES kipi HINTS ${PC_KIPI_LIBRARY_DIRS} ${LIB_INSTALL_DIR} ${KDE4_LIB_DIR}) diff --git a/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake b/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake index 5ef1320f261e..d93570912c61 100644 --- a/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake +++ b/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake @@ -1,39 +1,36 @@ ---- ./cmake/modules/PythonMacros.cmake.orig 2012-11-30 07:17:39.000000000 +0000 -+++ ./cmake/modules/PythonMacros.cmake 2013-01-03 16:30:53.706219657 +0000 -@@ -41,8 +41,10 @@ - # To get the right version for suffix - STRING(REPLACE "." "" _suffix ${PYTHON_SHORT_VERSION}) - SET(_bin_pyc ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/__pycache__/${_filenamebase}.cpython-${_suffix}.pyc) -+ SET(_bin_pyo ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/__pycache__/${_filenamebase}.cpython-${_suffix}.pyo) - ELSE(PYTHON_SHORT_VERSION GREATER 3.1) - SET(_bin_pyc ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/${_filenamebase}.pyc) -+ SET(_bin_pyo ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/${_filenamebase}.pyo) - ENDIF(PYTHON_SHORT_VERSION GREATER 3.1) +--- cmake/modules/PythonMacros.cmake.orig 2013-01-23 22:44:16.000000000 +0100 ++++ cmake/modules/PythonMacros.cmake 2013-02-27 13:39:48.000000000 +0100 +@@ -43,9 +43,11 @@ + if(PYTHON_VERSION_STRING VERSION_GREATER 3.1) + # To get the right version for suffix + set(_bin_pyc "${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/__pycache__/${_filenamebase}.cpython-${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}.pyc") ++ set(_bin_pyo "${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/__pycache__/${_filenamebase}.cpython-${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}.pyo") + set(_py_install_dir "${DESTINATION_DIR}/__pycache__/") + else() + set(_bin_pyc "${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/${_filenamebase}.pyc") ++ set(_bin_pyo "${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/${_filenamebase}.pyo") + set(_py_install_dir "${DESTINATION_DIR}") + endif() - FILE(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}) -@@ -55,6 +57,7 @@ +@@ -60,6 +62,7 @@ TARGET compile_python_files - COMMAND ${CMAKE_COMMAND} -E echo ${_message} - COMMAND ${PYTHON_EXECUTABLE} ${_python_compile_py} ${_bin_py} -+ COMMAND ${PYTHON_EXECUTABLE} -O ${_python_compile_py} ${_bin_py} - DEPENDS ${_absfilename} - ) - ELSE(_abs_bin_py STREQUAL ${_absfilename}) -@@ -63,14 +66,15 @@ - COMMAND ${CMAKE_COMMAND} -E echo ${_message} - COMMAND ${CMAKE_COMMAND} -E copy ${_absfilename} ${_bin_py} - COMMAND ${PYTHON_EXECUTABLE} ${_python_compile_py} ${_bin_py} -+ COMMAND ${PYTHON_EXECUTABLE} -O ${_python_compile_py} ${_bin_py} - DEPENDS ${_absfilename} - ) - ENDIF(_abs_bin_py STREQUAL ${_absfilename}) + COMMAND "${CMAKE_COMMAND}" -E echo "${_message}" + COMMAND "${PYTHON_EXECUTABLE}" "${_python_compile_py}" "${_bin_py}" ++ COMMAND "${PYTHON_EXECUTABLE}" -O "${_python_compile_py}" "${_bin_py}" + DEPENDS "${_absfilename}" + ) + else() +@@ -68,11 +71,13 @@ + COMMAND "${CMAKE_COMMAND}" -E echo "${_message}" + COMMAND "${CMAKE_COMMAND}" -E copy "${_absfilename}" "${_bin_py}" + COMMAND "${PYTHON_EXECUTABLE}" "${_python_compile_py}" "${_bin_py}" ++ COMMAND "${PYTHON_EXECUTABLE}" -O "${_python_compile_py}" "${_bin_py}" + DEPENDS "${_absfilename}" + ) + endif() - IF(PYTHON_SHORT_VERSION GREATER 3.1) -- INSTALL(FILES ${_bin_pyc} DESTINATION ${DESTINATION_DIR}/__pycache__/) -+ INSTALL(FILES ${_bin_pyc} ${_bin_pyo} DESTINATION ${DESTINATION_DIR}/__pycache__/) - ELSE (PYTHON_SHORT_VERSION GREATER 3.1) -- INSTALL(FILES ${_bin_pyc} DESTINATION ${DESTINATION_DIR}) -+ INSTALL(FILES ${_bin_pyc} ${_bin_pyo} DESTINATION ${DESTINATION_DIR}) - ENDIF (PYTHON_SHORT_VERSION GREATER 3.1) - ENDIF("$ENV{PYTHONDONTWRITEBYTECODE}" STREQUAL "") + install(FILES ${_bin_pyc} DESTINATION "${_py_install_dir}") ++ install(FILES ${_bin_pyo} DESTINATION "${_py_install_dir}") + unset(_py_install_dir) + unset(_message) diff --git a/x11/kdelibs4/pkg-plist b/x11/kdelibs4/pkg-plist index c4c9f5d6f527..d6715c20ab5f 100644 --- a/x11/kdelibs4/pkg-plist +++ b/x11/kdelibs4/pkg-plist @@ -10,8 +10,10 @@ bin/kdeinit4_wrapper bin/kfilemetadatareader bin/kjs bin/kjscmd +bin/kmailservice bin/kross bin/kshell4 +bin/ktelnetservice bin/kunittestmodrunner bin/kwrapper4 bin/makekdewidgets @@ -230,6 +232,7 @@ include/KDE/KAuth/ActionWatcher include/KDE/KAuth/HelperSupport include/KDE/KAuthorized include/KDE/KAutoMount +include/KDE/KAutoSaveFile include/KDE/KAutoUnmount include/KDE/KAutostart include/KDE/KBookmark @@ -245,6 +248,7 @@ include/KDE/KBookmarkImporterBase include/KDE/KBookmarkManager include/KDE/KBookmarkMenu include/KDE/KBookmarkOwner +include/KDE/KBreadcrumbSelectionModel include/KDE/KBugReport include/KDE/KBuildSycocaProgressDialog include/KDE/KButtonGroup @@ -256,6 +260,7 @@ include/KDE/KCModuleProxy include/KDE/KCMultiDialog include/KDE/KCalendarSystem include/KDE/KCalendarSystemFactory +include/KDE/KCapacityBar include/KDE/KCategorizedSortFilterProxyModel include/KDE/KCategorizedView include/KDE/KCategoryDrawer @@ -301,6 +306,7 @@ include/KDE/KCurrencyCode include/KDE/KCursor include/KDE/KDBusServiceStarter include/KDE/KDEDModule +include/KDE/KDEPrintDialog include/KDE/KDEsuClient include/KDE/KDataTool include/KDE/KDataToolAction @@ -316,8 +322,10 @@ include/KDE/KDateWidget include/KDE/KDebug include/KDE/KDescendantsProxyModel include/KDE/KDesktopFile +include/KDE/KDeviceListModel include/KDE/KDialog include/KDE/KDialogButtonBox +include/KDE/KDialogJobUiDelegate include/KDE/KDirLister include/KDE/KDirModel include/KDE/KDirNotify @@ -361,6 +369,7 @@ include/KDE/KFileSharePropsPlugin include/KDE/KFileTreeBranch include/KDE/KFileTreeView include/KDE/KFileWidget +include/KDE/KFileWritePlugin include/KDE/KFilterBase include/KDE/KFilterDev include/KDE/KFilterProxySearchLine @@ -379,6 +388,7 @@ include/KDE/KGenericFactoryBase include/KDE/KGlobal include/KDE/KGlobalAccel include/KDE/KGlobalSettings +include/KDE/KGlobalShortcutInfo include/KDE/KGradientSelector include/KDE/KGraphicsWebView include/KDE/KGuiItem @@ -442,6 +452,7 @@ include/KDE/KIconDialog include/KDE/KIconEffect include/KDE/KIconLoader include/KDE/KIconTheme +include/KDE/KIdentityProxyModel include/KDE/KIdleTime include/KDE/KImageCache include/KDE/KImageFilePreview @@ -451,6 +462,7 @@ include/KDE/KIntNumInput include/KDE/KIntSpinBox include/KDE/KIntValidator include/KDE/KJob +include/KDE/KJobTrackerInterface include/KDE/KJobUiDelegate include/KDE/KKeySequenceWidget include/KDE/KLanguageButton @@ -459,9 +471,11 @@ include/KDE/KLibFactory include/KDE/KLibLoader include/KDE/KLibrary include/KDE/KLineEdit +include/KDE/KLinkItemSelectionModel include/KDE/KListWidget include/KDE/KListWidgetSearchLine include/KDE/KLocale +include/KDE/KLocalizedDate include/KDE/KLocalizedString include/KDE/KLockFile include/KDE/KMD5 @@ -483,7 +497,9 @@ include/KDE/KMimeTypeChooserDialog include/KDE/KMimeTypeResolver include/KDE/KMimeTypeTrader include/KDE/KMimeTypeValidator +include/KDE/KModelIndexProxyMapper include/KDE/KModifierKeyInfo +include/KDE/KMountPoint include/KDE/KMozillaBookmarkImporterImpl include/KDE/KMultiTabBar include/KDE/KMultiTabBarButton @@ -504,6 +520,7 @@ include/KDE/KNSBookmarkExporterImpl include/KDE/KNSBookmarkImporter include/KDE/KNSBookmarkImporterImpl include/KDE/KNTLM +include/KDE/KNameAndUrlInputDialog include/KDE/KNetwork/KActiveSocketBase include/KDE/KNetwork/KBufferedSocket include/KDE/KNetwork/KClientSocketBase @@ -526,6 +543,7 @@ include/KDE/KNetwork/KSocksSocketDevice include/KDE/KNetwork/KStreamSocket include/KDE/KNetwork/KUnixSocketAddress include/KDE/KNewFileMenu +include/KDE/KNewPasswordDialog include/KDE/KNotification include/KDE/KNotificationRestrictions include/KDE/KNotifyConfigWidget @@ -608,6 +626,7 @@ include/KDE/KRatingWidget include/KDE/KRecentDocument include/KDE/KRecentFilesAction include/KDE/KRecursiveFilterProxyModel +include/KDE/KRegExpEditorInterface include/KDE/KRemoteEncoding include/KDE/KReplace include/KDE/KReplaceDialog @@ -627,6 +646,7 @@ include/KDE/KSelectionWatcher include/KDE/KSelector include/KDE/KSeparator include/KDE/KService +include/KDE/KServiceAction include/KDE/KServiceGroup include/KDE/KServiceType include/KDE/KServiceTypeProfile @@ -659,6 +679,8 @@ include/KDE/KStartupInfo include/KDE/KStartupInfoData include/KDE/KStartupInfoId include/KDE/KStatusBar +include/KDE/KStatusBarJobTracker +include/KDE/KStatusBarOfflineIndicator include/KDE/KStatusNotifierItem include/KDE/KStringHandler include/KDE/KStringListValidator @@ -767,12 +789,14 @@ include/KDE/KUser include/KDE/KUserGroup include/KDE/KVBox include/KDE/KViewStateMaintainer +include/KDE/KViewStateSaver include/KDE/KWallet/Wallet include/KDE/KWebPage include/KDE/KWebPluginFactory include/KDE/KWebView include/KDE/KWebWallet include/KDE/KWidgetItemDelegate +include/KDE/KWidgetJobTracker include/KDE/KWindowInfo include/KDE/KWindowSystem include/KDE/KWordMacroExpander @@ -1938,9 +1962,7 @@ lib/kde4/krosskjs.so lib/kde4/krossmoduleforms.so lib/kde4/krossmodulekdetranslation.so lib/kde4/krossqts.so -lib/kde4/kspell_aspell.so lib/kde4/kspell_enchant.so -lib/kde4/kspell_hspell.so lib/kde4/ktranscript.so lib/kde4/libexec/filesharelist lib/kde4/libexec/fileshareset @@ -1950,10 +1972,8 @@ lib/kde4/libexec/kdesu_stub lib/kde4/libexec/kio_http_cache_cleaner lib/kde4/libexec/kioslave lib/kde4/libexec/klauncher -lib/kde4/libexec/kmailservice lib/kde4/libexec/kpac_dhcp_helper lib/kde4/libexec/ksendbugmail -lib/kde4/libexec/ktelnetservice lib/kde4/libexec/lnusertemp lib/kde4/libexec/start_kdeinit lib/kde4/libexec/start_kdeinit_wrapper @@ -2111,10 +2131,6 @@ share/apps/LICENSES/LGPL_V2 share/apps/LICENSES/LGPL_V3 share/apps/LICENSES/QPL_V1.0 share/apps/cmake/modules/BasicFindPackageVersion.cmake.in -share/apps/cmake/modules/CMakeParseArguments.cmake -share/apps/cmake/modules/CheckCXXSourceCompiles.cmake -share/apps/cmake/modules/CheckCXXSourceRuns.cmake -share/apps/cmake/modules/CheckCXXSymbolExists.cmake share/apps/cmake/modules/CheckPointerMember.cmake share/apps/cmake/modules/CheckPrototypeExists.cmake share/apps/cmake/modules/CheckStructMember.cmake @@ -2127,7 +2143,6 @@ share/apps/cmake/modules/FindAvahi.cmake share/apps/cmake/modules/FindBerkeleyDB.cmake share/apps/cmake/modules/FindBlitz.cmake share/apps/cmake/modules/FindBlueZ.cmake -share/apps/cmake/modules/FindBoost.cmake share/apps/cmake/modules/FindCarbon.cmake share/apps/cmake/modules/FindDBusMenuQt.cmake share/apps/cmake/modules/FindDNSSD.cmake @@ -2140,8 +2155,6 @@ share/apps/cmake/modules/FindFFmpeg.cmake share/apps/cmake/modules/FindFlac.cmake share/apps/cmake/modules/FindFlex.cmake share/apps/cmake/modules/FindFontconfig.cmake -share/apps/cmake/modules/FindFreetype.cmake -share/apps/cmake/modules/FindGIF.cmake share/apps/cmake/modules/FindGLIB2.cmake share/apps/cmake/modules/FindGMP.cmake share/apps/cmake/modules/FindGObject.cmake @@ -2169,7 +2182,6 @@ share/apps/cmake/modules/FindLibAttica.cmake share/apps/cmake/modules/FindLibKonq.cmake share/apps/cmake/modules/FindLibLZMA.cmake share/apps/cmake/modules/FindLibPython.py -share/apps/cmake/modules/FindLibXml2.cmake share/apps/cmake/modules/FindLibXslt.cmake share/apps/cmake/modules/FindLibintl.cmake share/apps/cmake/modules/FindLibraryWithDebug.cmake @@ -2181,11 +2193,8 @@ share/apps/cmake/modules/FindNepomuk.cmake share/apps/cmake/modules/FindNetworkManager.cmake share/apps/cmake/modules/FindOggVorbis.cmake share/apps/cmake/modules/FindOpenEXR.cmake -share/apps/cmake/modules/FindOpenSSL.cmake share/apps/cmake/modules/FindPCRE.cmake -share/apps/cmake/modules/FindPackageHandleStandardArgs.cmake share/apps/cmake/modules/FindPhonon.cmake -share/apps/cmake/modules/FindPkgConfig.cmake share/apps/cmake/modules/FindPlasma.cmake share/apps/cmake/modules/FindPolkitQt-1.cmake share/apps/cmake/modules/FindPolkitQt.cmake @@ -2265,6 +2274,7 @@ share/apps/kauth/dbus_service.stub share/apps/kcharselect/kcharselect-data share/apps/kcm_componentchooser/kcm_instantmessenger.desktop share/apps/kcm_componentchooser/kcm_ktexteditor.desktop +share/apps/kconf_update/kcookiescfg.pl share/apps/kconf_update/kcookiescfg.upd share/apps/kconf_update/kded.upd share/apps/kconf_update/kio_help.upd @@ -2282,7 +2292,7 @@ share/apps/kdeui/about/bar-middle-right.png share/apps/kdeui/about/bar-top-left.png share/apps/kdeui/about/bar-top-middle.png share/apps/kdeui/about/bar-top-right.png -share/apps/kdeui/about/body-background.jpg +share/apps/kdeui/about/body-background.png share/apps/kdeui/about/box-bottom-left.png share/apps/kdeui/about/box-bottom-middle.png share/apps/kdeui/about/box-bottom-right.png @@ -3387,9 +3397,7 @@ share/kde4/services/khtmladaptorpart.desktop share/kde4/services/khtmlimage.desktop share/kde4/services/kjavaappletviewer.desktop share/kde4/services/kmultipart.desktop -share/kde4/services/kspell_aspell.desktop share/kde4/services/kspell_enchant.desktop -share/kde4/services/kspell_hspell.desktop share/kde4/services/metainfo.protocol share/kde4/services/mms.protocol share/kde4/services/mmst.protocol @@ -3675,5 +3683,3 @@ share/mime/uri/rtspu.xml @dirrm include/KDE/ConversionCheck @dirrmtry etc/xdg/menus @dirrmtry etc/xdg -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/x11/kgamma/Makefile b/x11/kgamma/Makefile index 370964a41cf2..88864f3331ef 100644 --- a/x11/kgamma/Makefile +++ b/x11/kgamma/Makefile @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 monitor calibration tool @@ -14,9 +14,9 @@ CONFLICTS= kdegraphics-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource -USE_QT4= dbus qmake_build moc_build uic_build rcc_build +USE_QT4= moc_build qmake_build rcc_build uic_build USE_XORG= x11 xxf86vm -USE_XZ= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/x11/kgamma/distinfo b/x11/kgamma/distinfo index e5d88f9131bb..c6d848218635 100644 --- a/x11/kgamma/distinfo +++ b/x11/kgamma/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kgamma-4.9.5.tar.xz) = d80987c73ae6c876cca26aa979582189e956cefb4941097d5bfbaf82ce52d961 -SIZE (KDE/kgamma-4.9.5.tar.xz) = 27096 +SHA256 (KDE/4.10.1/kgamma-4.10.1.tar.xz) = d6f5d66bde2649c9dea483b6941a8616d43edbfa765ff7d04244a3e2cd26ba8c +SIZE (KDE/4.10.1/kgamma-4.10.1.tar.xz) = 27100 diff --git a/x11/konsole/Makefile b/x11/konsole/Makefile index 35c981693a73..be68c815bb46 100644 --- a/x11/konsole/Makefile +++ b/x11/konsole/Makefile @@ -5,14 +5,14 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE terminal emulator CONFLICTS= kdebase-4.[0-6].* -USE_XZ= yes +USE_XZ= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 libkonq USES= cmake:outsource USE_QT4= xml moc_build qmake_build rcc_build uic_build diff --git a/x11/konsole/distinfo b/x11/konsole/distinfo index 6b4ab8a98f8a..1dabcde6a8a2 100644 --- a/x11/konsole/distinfo +++ b/x11/konsole/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/konsole-4.9.5.tar.xz) = ffac973faee273014d43c26b2891f6654031d90451db6312b562b977d4b60127 -SIZE (KDE/konsole-4.9.5.tar.xz) = 442472 +SHA256 (KDE/4.10.1/konsole-4.10.1.tar.xz) = eaf9cd092dd01a79ad42843d1ba948a4fcdd39c22433e454e1a6a588743dbfbc +SIZE (KDE/4.10.1/konsole-4.10.1.tar.xz) = 447096 diff --git a/x11/konsole/pkg-plist b/x11/konsole/pkg-plist index 3c7a25cb83b2..6418424a5c9a 100644 --- a/x11/konsole/pkg-plist +++ b/x11/konsole/pkg-plist @@ -4,6 +4,7 @@ lib/kde4/libkonsolepart.so lib/libkdeinit4_konsole.so lib/libkonsoleprivate.so share/applications/kde4/konsole.desktop +share/apps/kconf_update/konsole-2.10.0-remove-menuindex-from-profiles.sh share/apps/kconf_update/konsole-2.9.0-colorscheme-bold-key.sh share/apps/kconf_update/konsole-2.9.0-global-options.sh share/apps/kconf_update/konsole.upd diff --git a/x11/libkonq/Makefile b/x11/libkonq/Makefile index 469ec46e9811..836d3171e845 100644 --- a/x11/libkonq/Makefile +++ b/x11/libkonq/Makefile @@ -6,17 +6,18 @@ CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DISTNAME= kde-baseapps-${PORTVERSION} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Core library for Konqueror CONFLICTS_INSTALL= kdebase-4.[0-6].* kde-baseapps-4.7.* -USE_XZ= yes +USE_XZ= yes USES= cmake USE_KDE4= kdelibs kdeprefix kdehier automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +USE_QT4= corelib dbus gui \ + moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/x11/libkonq/pkg-plist b/x11/libkonq/pkg-plist index fb80c5906743..ef7c40d2741f 100644 --- a/x11/libkonq/pkg-plist +++ b/x11/libkonq/pkg-plist @@ -19,8 +19,6 @@ lib/libkonq.so lib/libkonq.so.7 lib/libkonq.so.7.0.1 share/apps/kbookmark/directory_bookmarkbar.desktop -share/apps/kconf_update/favicons.upd -share/apps/kconf_update/move_favicons.sh share/apps/konqueror/pics/arrow_bottomleft.png share/apps/konqueror/pics/arrow_bottomright.png share/apps/konqueror/pics/arrow_topleft.png diff --git a/x11/plasma-scriptengine-python/Makefile b/x11/plasma-scriptengine-python/Makefile index 0d972ff0732b..863cec3dc6d8 100644 --- a/x11/plasma-scriptengine-python/Makefile +++ b/x11/plasma-scriptengine-python/Makefile @@ -6,7 +6,7 @@ CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DISTNAME= kde-workspace-${PORTVERSION} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Plasma scriptengine for Python @@ -15,7 +15,7 @@ USE_KDE4= kdehier kdelibs kdeprefix pykde4 automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build USE_PYTHON= 2.5+ DISTINFO_FILE= ${PORTSDIR}/x11/kde4-workspace/distinfo -USE_XZ= yes +USE_XZ= yes USES= cmake:outsource MAKE_JOBS_SAFE= yes diff --git a/x11/plasma-scriptengine-ruby/Makefile b/x11/plasma-scriptengine-ruby/Makefile index cce1c5756b63..bf6a65822b49 100644 --- a/x11/plasma-scriptengine-ruby/Makefile +++ b/x11/plasma-scriptengine-ruby/Makefile @@ -6,7 +6,7 @@ CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DISTNAME= kde-workspace-${PORTVERSION} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Plasma scriptengine for Ruby @@ -15,7 +15,7 @@ USE_KDE4= kdehier kdelibs kdeprefix korundum automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build USE_RUBY= yes DISTINFO_FILE= ${PORTSDIR}/x11/kde4-workspace/distinfo -USE_XZ= yes +USE_XZ= yes USES= cmake:outsource MAKE_JOBS_SAFE= yes |