The KDE FreeBSD team is proud to announce the release of KDE 4.3.0

for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release
notes can be found at:
http://kde.org/announcements/4.3/index.php.

We'd like to say thanks to all helpers and submitters.

Tested by:	pointyhat-exp-run (pav/miwi)
This commit is contained in:
Martin Wilke 2009-08-04 21:14:07 +00:00
parent 8faa3d596e
commit 84daec6f09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238903
402 changed files with 18403 additions and 19636 deletions

View file

@ -34,9 +34,12 @@ Kde_Include_MAINTAINER= kde@FreeBSD.org
# kdelibs - The base set of KDE4 libraries
# kdeprefix - If set, port will be installed into ${KDE4_PREFIX} instead of ${LOCALBASE}
# pimlibs - KDE4 PIM libraries
# pimruntime - KDE4 PIM runtime services
# runtime - More KDE applications
# sharedmime - share-mime-info wrapper for KDE4 ports
# workspace - More KDE applications (Plasma, kwin, etc.)
# kdeexp - experimental libraries (with non-stable ABI/API)
# oxygen - icon themes
#
# These read-only variables can be used in port Makefile:
#
@ -49,7 +52,7 @@ Kde_Include_MAINTAINER= kde@FreeBSD.org
# but this could be changed in a future.
#
KDE4_VERSION= 4.2.4
KDE4_VERSION= 4.3.0
KDE4_BRANCH?= stable
#
@ -72,7 +75,7 @@ MASTER_SITE_KDE_kde= ${kmaster:S@%SUBDIR%/@${ksub}/@g}
# KDE4 modules
#
_USE_KDE4_ALL= akonadi automoc4 kdebase kdehier kdelibs kdeprefix \
pimlibs runtime sharedmime workspace
pimlibs pimruntime runtime sharedmime workspace kdeexp oxygen
akonadi_LIB_DEPENDS= akonadiprotocolinternals.1:${PORTSDIR}/databases/akonadi
@ -88,6 +91,8 @@ kdeprefix_PREFIX= ${KDE4_PREFIX}
pimlibs_LIB_DEPENDS= kpimutils.5:${PORTSDIR}/deskutils/kdepimlibs4
pimruntime_LIB_DEPENDS= kdepim-copy.5:${PORTSDIR}/deskutils/kdepim4-runtime
runtime_BUILD_DEPENDS= ${KDE4_PREFIX}/bin/kdebugdialog:${PORTSDIR}/x11/kdebase4-runtime
runtime_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kdebugdialog:${PORTSDIR}/x11/kdebase4-runtime
@ -96,6 +101,10 @@ sharedmime_RUN_DEPENDS= kde4-shared-mime-info>=1:${PORTSDIR}/misc/kde4-shared-m
workspace_LIB_DEPENDS= kscreensaver.5:${PORTSDIR}/x11/kdebase4-workspace
kdeexp_LIB_DEPENDS= knotificationitem-1.1:${PORTSDIR}/x11/kdelibs4-experimental
oxygen_RUN_DEPENDS= ${KDE4_PREFIX}/share/icons/oxygen/index.theme:${PORTSDIR}/x11-themes/kde4-icons-oxygen
#
# Common build related stuff for kde4 ports. It's not intended for usage
# in KDE4-dependent ports

View file

@ -6,7 +6,6 @@
PORTNAME= kdeaccessibility
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= accessibility kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -23,7 +22,7 @@ KDE4_BUILDENV= yes
USE_QT_VER= 4
QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdeaccessibility-4.2.4.tar.bz2) = 602fe3667cdbbf89e7803a2baaa902c4
SHA256 (KDE/kdeaccessibility-4.2.4.tar.bz2) = 7c01a3e27259476643d6d17e23a48f48018e0e1e313a4de2d69d70db89d78550
SIZE (KDE/kdeaccessibility-4.2.4.tar.bz2) = 6602199
MD5 (KDE/kdeaccessibility-4.3.0.tar.bz2) = 76435ce1bf787713effe079a3664d3cd
SHA256 (KDE/kdeaccessibility-4.3.0.tar.bz2) = 2cb805f928c471ffa570eab94847491c277a67a18c3739fbb49713d4eddf1bea
SIZE (KDE/kdeaccessibility-4.3.0.tar.bz2) = 6590147

View file

@ -1108,7 +1108,7 @@ share/icons/mono/scalable/actions/suspend_to_ram.svgz
share/icons/mono/scalable/actions/syntax.svgz
share/icons/mono/scalable/actions/system-lock-screen.svgz
share/icons/mono/scalable/actions/system-log-out.svgz
share/icons/mono/scalable/actions/system-restart.svgz
share/icons/mono/scalable/actions/system-reboot.svgz
share/icons/mono/scalable/actions/system-run.svgz
share/icons/mono/scalable/actions/system-search.svgz
share/icons/mono/scalable/actions/system-shutdown.svgz
@ -2266,3 +2266,5 @@ share/kde4/servicetypes/kttsd_synthplugin.desktop
@dirrm share/apps/kmousetool/sounds
@dirrm share/apps/kmousetool
@dirrm share/apps/kmag
@dirrmtry share/apps/cmake/modules
@dirrmtry share/apps/cmake

View file

@ -6,7 +6,6 @@
PORTNAME= kdeaccessibility
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= accessibility kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -23,7 +22,7 @@ KDE4_BUILDENV= yes
USE_QT_VER= 4
QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdeaccessibility-4.2.4.tar.bz2) = 602fe3667cdbbf89e7803a2baaa902c4
SHA256 (KDE/kdeaccessibility-4.2.4.tar.bz2) = 7c01a3e27259476643d6d17e23a48f48018e0e1e313a4de2d69d70db89d78550
SIZE (KDE/kdeaccessibility-4.2.4.tar.bz2) = 6602199
MD5 (KDE/kdeaccessibility-4.3.0.tar.bz2) = 76435ce1bf787713effe079a3664d3cd
SHA256 (KDE/kdeaccessibility-4.3.0.tar.bz2) = 2cb805f928c471ffa570eab94847491c277a67a18c3739fbb49713d4eddf1bea
SIZE (KDE/kdeaccessibility-4.3.0.tar.bz2) = 6590147

View file

@ -1108,7 +1108,7 @@ share/icons/mono/scalable/actions/suspend_to_ram.svgz
share/icons/mono/scalable/actions/syntax.svgz
share/icons/mono/scalable/actions/system-lock-screen.svgz
share/icons/mono/scalable/actions/system-log-out.svgz
share/icons/mono/scalable/actions/system-restart.svgz
share/icons/mono/scalable/actions/system-reboot.svgz
share/icons/mono/scalable/actions/system-run.svgz
share/icons/mono/scalable/actions/system-search.svgz
share/icons/mono/scalable/actions/system-shutdown.svgz
@ -2266,3 +2266,5 @@ share/kde4/servicetypes/kttsd_synthplugin.desktop
@dirrm share/apps/kmousetool/sounds
@dirrm share/apps/kmousetool
@dirrm share/apps/kmag
@dirrmtry share/apps/cmake/modules
@dirrmtry share/apps/cmake

View file

@ -6,7 +6,6 @@
PORTNAME= kdeaccessibility
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= accessibility kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -23,7 +22,7 @@ KDE4_BUILDENV= yes
USE_QT_VER= 4
QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdeaccessibility-4.2.4.tar.bz2) = 602fe3667cdbbf89e7803a2baaa902c4
SHA256 (KDE/kdeaccessibility-4.2.4.tar.bz2) = 7c01a3e27259476643d6d17e23a48f48018e0e1e313a4de2d69d70db89d78550
SIZE (KDE/kdeaccessibility-4.2.4.tar.bz2) = 6602199
MD5 (KDE/kdeaccessibility-4.3.0.tar.bz2) = 76435ce1bf787713effe079a3664d3cd
SHA256 (KDE/kdeaccessibility-4.3.0.tar.bz2) = 2cb805f928c471ffa570eab94847491c277a67a18c3739fbb49713d4eddf1bea
SIZE (KDE/kdeaccessibility-4.3.0.tar.bz2) = 6590147

View file

@ -1108,7 +1108,7 @@ share/icons/mono/scalable/actions/suspend_to_ram.svgz
share/icons/mono/scalable/actions/syntax.svgz
share/icons/mono/scalable/actions/system-lock-screen.svgz
share/icons/mono/scalable/actions/system-log-out.svgz
share/icons/mono/scalable/actions/system-restart.svgz
share/icons/mono/scalable/actions/system-reboot.svgz
share/icons/mono/scalable/actions/system-run.svgz
share/icons/mono/scalable/actions/system-search.svgz
share/icons/mono/scalable/actions/system-shutdown.svgz
@ -2266,3 +2266,5 @@ share/kde4/servicetypes/kttsd_synthplugin.desktop
@dirrm share/apps/kmousetool/sounds
@dirrm share/apps/kmousetool
@dirrm share/apps/kmag
@dirrmtry share/apps/cmake/modules
@dirrmtry share/apps/cmake

View file

@ -6,7 +6,6 @@
PORTNAME= kdeaccessibility
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= accessibility kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -23,7 +22,7 @@ KDE4_BUILDENV= yes
USE_QT_VER= 4
QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdeaccessibility-4.2.4.tar.bz2) = 602fe3667cdbbf89e7803a2baaa902c4
SHA256 (KDE/kdeaccessibility-4.2.4.tar.bz2) = 7c01a3e27259476643d6d17e23a48f48018e0e1e313a4de2d69d70db89d78550
SIZE (KDE/kdeaccessibility-4.2.4.tar.bz2) = 6602199
MD5 (KDE/kdeaccessibility-4.3.0.tar.bz2) = 76435ce1bf787713effe079a3664d3cd
SHA256 (KDE/kdeaccessibility-4.3.0.tar.bz2) = 2cb805f928c471ffa570eab94847491c277a67a18c3739fbb49713d4eddf1bea
SIZE (KDE/kdeaccessibility-4.3.0.tar.bz2) = 6590147

View file

@ -1108,7 +1108,7 @@ share/icons/mono/scalable/actions/suspend_to_ram.svgz
share/icons/mono/scalable/actions/syntax.svgz
share/icons/mono/scalable/actions/system-lock-screen.svgz
share/icons/mono/scalable/actions/system-log-out.svgz
share/icons/mono/scalable/actions/system-restart.svgz
share/icons/mono/scalable/actions/system-reboot.svgz
share/icons/mono/scalable/actions/system-run.svgz
share/icons/mono/scalable/actions/system-search.svgz
share/icons/mono/scalable/actions/system-shutdown.svgz
@ -2266,3 +2266,5 @@ share/kde4/servicetypes/kttsd_synthplugin.desktop
@dirrm share/apps/kmousetool/sounds
@dirrm share/apps/kmousetool
@dirrm share/apps/kmag
@dirrmtry share/apps/cmake/modules
@dirrmtry share/apps/cmake

View file

@ -6,7 +6,6 @@
PORTNAME= kdeaccessibility
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= accessibility kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -23,7 +22,7 @@ KDE4_BUILDENV= yes
USE_QT_VER= 4
QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdeaccessibility-4.2.4.tar.bz2) = 602fe3667cdbbf89e7803a2baaa902c4
SHA256 (KDE/kdeaccessibility-4.2.4.tar.bz2) = 7c01a3e27259476643d6d17e23a48f48018e0e1e313a4de2d69d70db89d78550
SIZE (KDE/kdeaccessibility-4.2.4.tar.bz2) = 6602199
MD5 (KDE/kdeaccessibility-4.3.0.tar.bz2) = 76435ce1bf787713effe079a3664d3cd
SHA256 (KDE/kdeaccessibility-4.3.0.tar.bz2) = 2cb805f928c471ffa570eab94847491c277a67a18c3739fbb49713d4eddf1bea
SIZE (KDE/kdeaccessibility-4.3.0.tar.bz2) = 6590147

View file

@ -1108,7 +1108,7 @@ share/icons/mono/scalable/actions/suspend_to_ram.svgz
share/icons/mono/scalable/actions/syntax.svgz
share/icons/mono/scalable/actions/system-lock-screen.svgz
share/icons/mono/scalable/actions/system-log-out.svgz
share/icons/mono/scalable/actions/system-restart.svgz
share/icons/mono/scalable/actions/system-reboot.svgz
share/icons/mono/scalable/actions/system-run.svgz
share/icons/mono/scalable/actions/system-search.svgz
share/icons/mono/scalable/actions/system-shutdown.svgz
@ -2266,3 +2266,5 @@ share/kde4/servicetypes/kttsd_synthplugin.desktop
@dirrm share/apps/kmousetool/sounds
@dirrm share/apps/kmousetool
@dirrm share/apps/kmag
@dirrmtry share/apps/cmake/modules
@dirrmtry share/apps/cmake

View file

@ -7,7 +7,6 @@
PORTNAME= kde-l10n
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES?= arabic kde
MAINTAINER= kde@FreeBSD.org

View file

@ -1,3 +1,3 @@
MD5 (KDE/kde-l10n/kde-l10n-ar-4.2.4.tar.bz2) = 63f899e898f0dbbb549a14ca560350a0
SHA256 (KDE/kde-l10n/kde-l10n-ar-4.2.4.tar.bz2) = 1ed8b39f2de31a9d85adcd206d699ab1c044c8620b69a851e8d19698b1339a94
SIZE (KDE/kde-l10n/kde-l10n-ar-4.2.4.tar.bz2) = 3047691
MD5 (KDE/kde-l10n/kde-l10n-ar-4.3.0.tar.bz2) = 97be5e3b2f06b86dcd2a3bdc4a9db55c
SHA256 (KDE/kde-l10n/kde-l10n-ar-4.3.0.tar.bz2) = 9a12e4fe97dc07956b20646efa277da8ec1b648b1a7e1f77ffd62a6b267e0318
SIZE (KDE/kde-l10n/kde-l10n-ar-4.3.0.tar.bz2) = 3199094

View file

@ -27,6 +27,23 @@ share/apps/klettres/ar/alpha/a-26.ogg
share/apps/klettres/ar/alpha/a-27.ogg
share/apps/klettres/ar/alpha/a-28.ogg
share/apps/klettres/ar/sounds.xml
share/locale/ar/LC_MESSAGES/akonadi_birthdays_resource.mo
share/locale/ar/LC_MESSAGES/akonadi_distlist_resource.mo
share/locale/ar/LC_MESSAGES/akonadi_ical_resource.mo
share/locale/ar/LC_MESSAGES/akonadi-kcal.mo
share/locale/ar/LC_MESSAGES/akonadi_kabc_resource.mo
share/locale/ar/LC_MESSAGES/akonadi_kcal_resource.mo
share/locale/ar/LC_MESSAGES/akonadi_knut_resource.mo
share/locale/ar/LC_MESSAGES/akonadi_kolabproxy_resource.mo
share/locale/ar/LC_MESSAGES/akonadi_localbookmarks_resource.mo
share/locale/ar/LC_MESSAGES/akonaditray.mo
share/locale/ar/LC_MESSAGES/akonadi_nepomuktag_resource.mo
share/locale/ar/LC_MESSAGES/akonadi_next.mo
share/locale/ar/LC_MESSAGES/akonadi_nntp_resource.mo
share/locale/ar/LC_MESSAGES/akonadi_openchange_resource.mo
share/locale/ar/LC_MESSAGES/akonadi_singlefile_resource.mo
share/locale/ar/LC_MESSAGES/akonadi_vcard_resource.mo
share/locale/ar/LC_MESSAGES/akonadi_vcarddir_resource.mo
share/locale/ar/LC_MESSAGES/akregator.mo
share/locale/ar/LC_MESSAGES/amor.mo
share/locale/ar/LC_MESSAGES/ark.mo
@ -34,6 +51,7 @@ share/locale/ar/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/ar/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/ar/LC_MESSAGES/audiorename_plugin.mo
share/locale/ar/LC_MESSAGES/blinken.mo
share/locale/ar/LC_MESSAGES/bomber.mo
share/locale/ar/LC_MESSAGES/bovo.mo
share/locale/ar/LC_MESSAGES/cervisia.mo
share/locale/ar/LC_MESSAGES/cvsservice.mo
@ -45,9 +63,11 @@ share/locale/ar/LC_MESSAGES/filetypes.mo
share/locale/ar/LC_MESSAGES/gwenview.mo
share/locale/ar/LC_MESSAGES/htmlsearch.mo
share/locale/ar/LC_MESSAGES/imagerename_plugin.mo
share/locale/ar/LC_MESSAGES/irkick.mo
share/locale/ar/LC_MESSAGES/joystick.mo
share/locale/ar/LC_MESSAGES/juk.mo
share/locale/ar/LC_MESSAGES/kabc.mo
share/locale/ar/LC_MESSAGES/kabc_akonadi.mo
share/locale/ar/LC_MESSAGES/kabc_dir.mo
share/locale/ar/LC_MESSAGES/kabc_file.mo
share/locale/ar/LC_MESSAGES/kabc_ldapkio.mo
@ -63,6 +83,7 @@ share/locale/ar/LC_MESSAGES/kalgebra.mo
share/locale/ar/LC_MESSAGES/kalzium.mo
share/locale/ar/LC_MESSAGES/kalzium_qt.mo
share/locale/ar/LC_MESSAGES/kanagram.mo
share/locale/ar/LC_MESSAGES/kapman.mo
share/locale/ar/LC_MESSAGES/kappfinder.mo
share/locale/ar/LC_MESSAGES/kate.mo
share/locale/ar/LC_MESSAGES/kateexternaltoolsplugin.mo
@ -89,13 +110,17 @@ share/locale/ar/LC_MESSAGES/katomic.mo
share/locale/ar/LC_MESSAGES/kbattleship.mo
share/locale/ar/LC_MESSAGES/kblackbox.mo
share/locale/ar/LC_MESSAGES/kblankscrn.mo
share/locale/ar/LC_MESSAGES/kblocks.mo
share/locale/ar/LC_MESSAGES/kbounce.mo
share/locale/ar/LC_MESSAGES/kbreakout.mo
share/locale/ar/LC_MESSAGES/kbruch.mo
share/locale/ar/LC_MESSAGES/kbugbuster.mo
share/locale/ar/LC_MESSAGES/kcachegrind.mo
share/locale/ar/LC_MESSAGES/kcal_akonadi.mo
share/locale/ar/LC_MESSAGES/kcalc.mo
share/locale/ar/LC_MESSAGES/kcertpart.mo
share/locale/ar/LC_MESSAGES/kcharselect.mo
share/locale/ar/LC_MESSAGES/kcm_akonadi.mo
share/locale/ar/LC_MESSAGES/kcm_autostart.mo
share/locale/ar/LC_MESSAGES/kcm_desktopthemedetails.mo
share/locale/ar/LC_MESSAGES/kcm_emoticons.mo
@ -106,7 +131,9 @@ share/locale/ar/LC_MESSAGES/kcm_partition.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
share/locale/ar/LC_MESSAGES/kcm_standard_actions.mo
share/locale/ar/LC_MESSAGES/kcmaccess.mo
share/locale/ar/LC_MESSAGES/kcmaudiocd.mo
@ -117,7 +144,6 @@ share/locale/ar/LC_MESSAGES/kcmcgi.mo
share/locale/ar/LC_MESSAGES/kcmcolors.mo
share/locale/ar/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/ar/LC_MESSAGES/kcmcrypto.mo
share/locale/ar/LC_MESSAGES/kcmcss.mo
share/locale/ar/LC_MESSAGES/kcmenergy.mo
share/locale/ar/LC_MESSAGES/kcmfonts.mo
share/locale/ar/LC_MESSAGES/kcmhtmlsearch.mo
@ -142,9 +168,11 @@ share/locale/ar/LC_MESSAGES/kcmkwallet.mo
share/locale/ar/LC_MESSAGES/kcmkwincompositing.mo
share/locale/ar/LC_MESSAGES/kcmkwindecoration.mo
share/locale/ar/LC_MESSAGES/kcmkwinrules.mo
share/locale/ar/LC_MESSAGES/kcmkwinscreenedges.mo
share/locale/ar/LC_MESSAGES/kcmkwm.mo
share/locale/ar/LC_MESSAGES/kcmlaunch.mo
share/locale/ar/LC_MESSAGES/kcmlilo.mo
share/locale/ar/LC_MESSAGES/kcmlirc.mo
share/locale/ar/LC_MESSAGES/kcmlocale.mo
share/locale/ar/LC_MESSAGES/kcmnic.mo
share/locale/ar/LC_MESSAGES/kcmnotify.mo
@ -168,6 +196,7 @@ share/locale/ar/LC_MESSAGES/kdebugdialog.mo
share/locale/ar/LC_MESSAGES/kded_phononserver.mo
share/locale/ar/LC_MESSAGES/kdelibs4.mo
share/locale/ar/LC_MESSAGES/kdelibs_colors4.mo
share/locale/ar/LC_MESSAGES/kdelirc.mo
share/locale/ar/LC_MESSAGES/kdepasswd.mo
share/locale/ar/LC_MESSAGES/kdepimresources.mo
share/locale/ar/LC_MESSAGES/kdepimwizards.mo
@ -176,8 +205,10 @@ share/locale/ar/LC_MESSAGES/kdessh.mo
share/locale/ar/LC_MESSAGES/kdesu.mo
share/locale/ar/LC_MESSAGES/kdesud.mo
share/locale/ar/LC_MESSAGES/kdf.mo
share/locale/ar/LC_MESSAGES/kdgantt.mo
share/locale/ar/LC_MESSAGES/kdgantt1.mo
share/locale/ar/LC_MESSAGES/kdialog.mo
share/locale/ar/LC_MESSAGES/kdiamond.mo
share/locale/ar/LC_MESSAGES/kdmconfig.mo
share/locale/ar/LC_MESSAGES/kdmgreet.mo
share/locale/ar/LC_MESSAGES/keditbookmarks.mo
@ -199,7 +230,6 @@ share/locale/ar/LC_MESSAGES/kfile_rpm.mo
share/locale/ar/LC_MESSAGES/kfile_sid.mo
share/locale/ar/LC_MESSAGES/kfile_theora.mo
share/locale/ar/LC_MESSAGES/kfile_tiff.mo
share/locale/ar/LC_MESSAGES/kfile_torrent.mo
share/locale/ar/LC_MESSAGES/kfile_wav.mo
share/locale/ar/LC_MESSAGES/kfile_xps.mo
share/locale/ar/LC_MESSAGES/kfileaudiopreview4.mo
@ -228,6 +258,7 @@ share/locale/ar/LC_MESSAGES/kimagemapeditor.mo
share/locale/ar/LC_MESSAGES/kinetd.mo
share/locale/ar/LC_MESSAGES/kinfocenter.mo
share/locale/ar/LC_MESSAGES/kio4.mo
share/locale/ar/LC_MESSAGES/kio_akonadi.mo
share/locale/ar/LC_MESSAGES/kio_applications.mo
share/locale/ar/LC_MESSAGES/kio_archive.mo
share/locale/ar/LC_MESSAGES/kio_audiocd.mo
@ -238,6 +269,7 @@ share/locale/ar/LC_MESSAGES/kio_floppy.mo
share/locale/ar/LC_MESSAGES/kio_groupwise.mo
share/locale/ar/LC_MESSAGES/kio_help4.mo
share/locale/ar/LC_MESSAGES/kio_imap4.mo
share/locale/ar/LC_MESSAGES/kio_info.mo
share/locale/ar/LC_MESSAGES/kio_jabberdisco.mo
share/locale/ar/LC_MESSAGES/kio_ldap.mo
share/locale/ar/LC_MESSAGES/kio_man.mo
@ -258,6 +290,7 @@ share/locale/ar/LC_MESSAGES/kio_zeroconf.mo
share/locale/ar/LC_MESSAGES/kioclient.mo
share/locale/ar/LC_MESSAGES/kioexec.mo
share/locale/ar/LC_MESSAGES/kiriki.mo
share/locale/ar/LC_MESSAGES/kitchensync.mo
share/locale/ar/LC_MESSAGES/kiten.mo
share/locale/ar/LC_MESSAGES/kjots.mo
share/locale/ar/LC_MESSAGES/kjumpingcube.mo
@ -286,8 +319,8 @@ share/locale/ar/LC_MESSAGES/knetwalk.mo
share/locale/ar/LC_MESSAGES/knetworkconfmodule.mo
share/locale/ar/LC_MESSAGES/knode.mo
share/locale/ar/LC_MESSAGES/knotes.mo
share/locale/ar/LC_MESSAGES/knotificationitem-1.mo
share/locale/ar/LC_MESSAGES/knotify4.mo
share/locale/ar/LC_MESSAGES/kode.mo
share/locale/ar/LC_MESSAGES/kolf.mo
share/locale/ar/LC_MESSAGES/kolourpaint.mo
share/locale/ar/LC_MESSAGES/kommander.mo
@ -297,6 +330,7 @@ share/locale/ar/LC_MESSAGES/konquest.mo
share/locale/ar/LC_MESSAGES/konsole.mo
share/locale/ar/LC_MESSAGES/konsolekalendar.mo
share/locale/ar/LC_MESSAGES/kontact.mo
share/locale/ar/LC_MESSAGES/kontactinterfaces.mo
share/locale/ar/LC_MESSAGES/kopete.mo
share/locale/ar/LC_MESSAGES/korganizer.mo
share/locale/ar/LC_MESSAGES/kpackage.mo
@ -314,11 +348,11 @@ share/locale/ar/LC_MESSAGES/kreadconfig.mo
share/locale/ar/LC_MESSAGES/kres_birthday.mo
share/locale/ar/LC_MESSAGES/kres_blog.mo
share/locale/ar/LC_MESSAGES/kres_bugzilla.mo
share/locale/ar/LC_MESSAGES/kres_featureplan.mo
share/locale/ar/LC_MESSAGES/kres_groupware.mo
share/locale/ar/LC_MESSAGES/kres_groupwise.mo
share/locale/ar/LC_MESSAGES/kres_kolab.mo
share/locale/ar/LC_MESSAGES/kres_remote.mo
share/locale/ar/LC_MESSAGES/kres_scalix.mo
share/locale/ar/LC_MESSAGES/kres_tvanytime.mo
share/locale/ar/LC_MESSAGES/kres_xmlrpc.mo
share/locale/ar/LC_MESSAGES/kreversi.mo
@ -379,12 +413,12 @@ share/locale/ar/LC_MESSAGES/kwinstartmenu.mo
share/locale/ar/LC_MESSAGES/kwordquiz.mo
share/locale/ar/LC_MESSAGES/kwrite.mo
share/locale/ar/LC_MESSAGES/kwriteconfig.mo
share/locale/ar/LC_MESSAGES/kxforms.mo
share/locale/ar/LC_MESSAGES/kxkb.mo
share/locale/ar/LC_MESSAGES/kxsconfig.mo
share/locale/ar/LC_MESSAGES/kxsldbg.mo
share/locale/ar/LC_MESSAGES/lancelot.mo
share/locale/ar/LC_MESSAGES/libakonadi.mo
share/locale/ar/LC_MESSAGES/libconversion.mo
share/locale/ar/LC_MESSAGES/libkblog.mo
share/locale/ar/LC_MESSAGES/libkcal.mo
share/locale/ar/LC_MESSAGES/libkcddb.mo
@ -410,15 +444,19 @@ share/locale/ar/LC_MESSAGES/libktnef.mo
share/locale/ar/LC_MESSAGES/libkworkspace.mo
share/locale/ar/LC_MESSAGES/libkxmlrpcclient.mo
share/locale/ar/LC_MESSAGES/libmailtransport.mo
share/locale/ar/LC_MESSAGES/libocsclient.mo
share/locale/ar/LC_MESSAGES/liboktetacore.mo
share/locale/ar/LC_MESSAGES/libphonon.mo
share/locale/ar/LC_MESSAGES/libplasma.mo
share/locale/ar/LC_MESSAGES/libplasmaclock.mo
share/locale/ar/LC_MESSAGES/libplasmaweather.mo
share/locale/ar/LC_MESSAGES/libtaskmanager.mo
share/locale/ar/LC_MESSAGES/lokalize.mo
share/locale/ar/LC_MESSAGES/lskat.mo
share/locale/ar/LC_MESSAGES/marble.mo
share/locale/ar/LC_MESSAGES/marble_qt.mo
share/locale/ar/LC_MESSAGES/mplayerthumbs.mo
share/locale/ar/LC_MESSAGES/mplayerthumbsconfig.mo
share/locale/ar/LC_MESSAGES/nepomuk.mo
share/locale/ar/LC_MESSAGES/nepomuksearch.mo
share/locale/ar/LC_MESSAGES/nsplugin.mo
@ -434,6 +472,7 @@ share/locale/ar/LC_MESSAGES/okular_fax.mo
share/locale/ar/LC_MESSAGES/okular_fictionbook.mo
share/locale/ar/LC_MESSAGES/okular_ghostview.mo
share/locale/ar/LC_MESSAGES/okular_kimgio.mo
share/locale/ar/LC_MESSAGES/okular_mobi.mo
share/locale/ar/LC_MESSAGES/okular_ooo.mo
share/locale/ar/LC_MESSAGES/okular_plucker.mo
share/locale/ar/LC_MESSAGES/okular_poppler.mo
@ -441,67 +480,93 @@ share/locale/ar/LC_MESSAGES/okular_tiff.mo
share/locale/ar/LC_MESSAGES/okular_xps.mo
share/locale/ar/LC_MESSAGES/parley.mo
share/locale/ar/LC_MESSAGES/phonon-xine.mo
share/locale/ar/LC_MESSAGES/phonon_gstreamer.mo
share/locale/ar/LC_MESSAGES/phonon_kde.mo
share/locale/ar/LC_MESSAGES/plasma-desktop.mo
share/locale/ar/LC_MESSAGES/plasma-overlay.mo
share/locale/ar/LC_MESSAGES/plasma-shells-common.mo
share/locale/ar/LC_MESSAGES/plasma.mo
share/locale/ar/LC_MESSAGES/plasma_applet_BbalL.mo
share/locale/ar/LC_MESSAGES/plasma_applet_CharSelectApplet.mo
share/locale/ar/LC_MESSAGES/plasma_applet_battery.mo
share/locale/ar/LC_MESSAGES/plasma_applet_bball.mo
share/locale/ar/LC_MESSAGES/plasma_applet_binaryclock.mo
share/locale/ar/LC_MESSAGES/plasma_applet_bluemarble.mo
share/locale/ar/LC_MESSAGES/plasma_applet_bubblemon.mo
share/locale/ar/LC_MESSAGES/plasma_applet_calculator.mo
share/locale/ar/LC_MESSAGES/plasma_applet_charselect.mo
share/locale/ar/LC_MESSAGES/plasma_applet_clock.mo
share/locale/ar/LC_MESSAGES/plasma_applet_comic.mo
share/locale/ar/LC_MESSAGES/plasma_applet_desktop.mo
share/locale/ar/LC_MESSAGES/plasma_applet_devicenotifier.mo
share/locale/ar/LC_MESSAGES/plasma_applet_dict.mo
share/locale/ar/LC_MESSAGES/plasma_applet_dig_clock.mo
share/locale/ar/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo
share/locale/ar/LC_MESSAGES/plasma_applet_fileWatcher.mo
share/locale/ar/LC_MESSAGES/plasma_applet_folderview.mo
share/locale/ar/LC_MESSAGES/plasma_applet_frame.mo
share/locale/ar/LC_MESSAGES/plasma_applet_fuzzy_clock.mo
share/locale/ar/LC_MESSAGES/plasma_applet_icon.mo
share/locale/ar/LC_MESSAGES/plasma_applet_incomingmsg.mo
share/locale/ar/LC_MESSAGES/plasma_applet_kget.mo
share/locale/ar/LC_MESSAGES/plasma_applet_kolourpicker.mo
share/locale/ar/LC_MESSAGES/plasma_applet_launcher.mo
share/locale/ar/LC_MESSAGES/plasma_applet_leavenote.mo
share/locale/ar/LC_MESSAGES/plasma_applet_life.mo
share/locale/ar/LC_MESSAGES/plasma_applet_lockout.mo
share/locale/ar/LC_MESSAGES/plasma_applet_luna.mo
share/locale/ar/LC_MESSAGES/plasma_applet_magnifique.mo
share/locale/ar/LC_MESSAGES/plasma_applet_microblog.mo
share/locale/ar/LC_MESSAGES/plasma_applet_news.mo
share/locale/ar/LC_MESSAGES/plasma_applet_notes.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_pager.mo
share/locale/ar/LC_MESSAGES/plasma_applet_panel.mo
share/locale/ar/LC_MESSAGES/plasma_applet_panelspacer_internal.mo
share/locale/ar/LC_MESSAGES/plasma_applet_paste.mo
share/locale/ar/LC_MESSAGES/plasma_applet_pastebin.mo
share/locale/ar/LC_MESSAGES/plasma_applet_previewer.mo
share/locale/ar/LC_MESSAGES/plasma_applet_qstardict.mo
share/locale/ar/LC_MESSAGES/plasma_applet_quicklaunch.mo
share/locale/ar/LC_MESSAGES/plasma_applet_rssnow.mo
share/locale/ar/LC_MESSAGES/plasma_applet_rtm.mo
share/locale/ar/LC_MESSAGES/plasma_applet_saverdesktop.mo
share/locale/ar/LC_MESSAGES/plasma_applet_showdashboard.mo
share/locale/ar/LC_MESSAGES/plasma_applet_showdesktop.mo
share/locale/ar/LC_MESSAGES/plasma_applet_skapplet.mo
share/locale/ar/LC_MESSAGES/plasma_applet_system-monitor.mo
share/locale/ar/LC_MESSAGES/plasma_applet_systemloadviewer.mo
share/locale/ar/LC_MESSAGES/plasma_applet_systemtray.mo
share/locale/ar/LC_MESSAGES/plasma_applet_tasks.mo
share/locale/ar/LC_MESSAGES/plasma_applet_timer.mo
share/locale/ar/LC_MESSAGES/plasma_applet_trash.mo
share/locale/ar/LC_MESSAGES/plasma_applet_twitter.mo
share/locale/ar/LC_MESSAGES/plasma_applet_unitconverter.mo
share/locale/ar/LC_MESSAGES/plasma_applet_weather.mo
share/locale/ar/LC_MESSAGES/plasma_applet_weatherstation.mo
share/locale/ar/LC_MESSAGES/plasma_applet_webbrowser.mo
share/locale/ar/LC_MESSAGES/plasma_appletscript_qedje.mo
share/locale/ar/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo
share/locale/ar/LC_MESSAGES/plasma_containment_saverdesktop.mo
share/locale/ar/LC_MESSAGES/plasma_appletscriptengine_googlegadget.mo
share/locale/ar/LC_MESSAGES/plasma_appletscriptengine_qedjescripts.mo
share/locale/ar/LC_MESSAGES/plasma_engine_applicationjobs.mo
share/locale/ar/LC_MESSAGES/plasma_engine_keystate.mo
share/locale/ar/LC_MESSAGES/plasma_engine_metadata.mo
share/locale/ar/LC_MESSAGES/plasma_engine_network.mo
share/locale/ar/LC_MESSAGES/plasma_engine_notifications.mo
share/locale/ar/LC_MESSAGES/plasma_engine_nowplaying.mo
share/locale/ar/LC_MESSAGES/plasma_engine_ocs.mo
share/locale/ar/LC_MESSAGES/plasma_engine_rss.mo
share/locale/ar/LC_MESSAGES/plasma_engine_weather.mo
share/locale/ar/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/ar/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
share/locale/ar/LC_MESSAGES/plasma_runner_browserhistory.mo
share/locale/ar/LC_MESSAGES/plasma_runner_calculatorrunner.mo
share/locale/ar/LC_MESSAGES/plasma_runner_contacts.mo
share/locale/ar/LC_MESSAGES/plasma_runner_converterrunner.mo
share/locale/ar/LC_MESSAGES/plasma_runner_katesessions.mo
share/locale/ar/LC_MESSAGES/plasma_runner_konquerorsessions.mo
share/locale/ar/LC_MESSAGES/plasma_runner_konsolesessions.mo
share/locale/ar/LC_MESSAGES/plasma_runner_locations.mo
share/locale/ar/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo
share/locale/ar/LC_MESSAGES/plasma_runner_placesrunner.mo
share/locale/ar/LC_MESSAGES/plasma_runner_powerdevil.mo
share/locale/ar/LC_MESSAGES/plasma_runner_recentdocuments.mo
share/locale/ar/LC_MESSAGES/plasma_runner_services.mo
share/locale/ar/LC_MESSAGES/plasma_runner_sessions.mo
share/locale/ar/LC_MESSAGES/plasma_runner_shell.mo
share/locale/ar/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
@ -509,9 +574,17 @@ share/locale/ar/LC_MESSAGES/plasma_runner_webshortcuts.mo
share/locale/ar/LC_MESSAGES/plasma_scriptengine_qscript.mo
share/locale/ar/LC_MESSAGES/plasma_wallpaper_color.mo
share/locale/ar/LC_MESSAGES/plasma_wallpaper_image.mo
share/locale/ar/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo
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/plasmapkg.mo
share/locale/ar/LC_MESSAGES/plasmawallpaperviewer.mo
share/locale/ar/LC_MESSAGES/plasmoidviewer.mo
share/locale/ar/LC_MESSAGES/policykit-kde.mo
share/locale/ar/LC_MESSAGES/polkit-kde-authorization.mo
share/locale/ar/LC_MESSAGES/powerdevil.mo
share/locale/ar/LC_MESSAGES/printer-applet.mo
share/locale/ar/LC_MESSAGES/processcore.mo
@ -531,7 +604,11 @@ share/locale/ar/LC_MESSAGES/systemsettings.mo
share/locale/ar/LC_MESSAGES/timezones4.mo
share/locale/ar/LC_MESSAGES/umbrello.mo
share/locale/ar/LC_MESSAGES/useraccount.mo
share/locale/ar/LC_MESSAGES/xml_mimetypes.mo
share/locale/ar/LC_SCRIPTS/kdelibs4/kdelibs4.js
share/locale/ar/entry.desktop
@dirrm share/locale/ar/LC_SCRIPTS/kdelibs4
@dirrm share/locale/ar/LC_SCRIPTS
@dirrm share/apps/klettres/ar/alpha
@dirrm share/apps/klettres/ar
@dirrm share/apps/klettres

View file

@ -6,7 +6,6 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,6 +16,7 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
zip.1:${PORTSDIR}/archivers/libzip \
lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
@ -24,18 +24,28 @@ LATEST_LINK= ${PORTNAME}4
USE_BZIP2= yes
USE_QT_VER= 4
USE_PYTHON= 2.5+
KDE4_BUILDENV= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
MAN1= ark.1
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off \
KONQUI "Konqueror UI integration" off
.include <bsd.port.pre.mk>
.if defined(WITH_KONQUI)
USE_KDE4+= kdebase
PLIST_SUB+= KONQUI=""
.else
PLIST_SUB+= KONQUI="@comment "
.endif
.if defined(WITH_PRINTER_APPLET)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
.endif

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdeutils-4.2.4.tar.bz2) = e7214cb1e84d2e6793d3dbeb8f33a3fe
SHA256 (KDE/kdeutils-4.2.4.tar.bz2) = 82b9908d4ecbbd5864be9cdeef1eeff5cd190a4c661b25b2f056775b7fe5120f
SIZE (KDE/kdeutils-4.2.4.tar.bz2) = 2377830
MD5 (KDE/kdeutils-4.3.0.tar.bz2) = 9d17d3d7bf25be5af1cbd4abf04e4c99
SHA256 (KDE/kdeutils-4.3.0.tar.bz2) = c94f3462ea8bf375f3a83806380470c234465dcde8b7c63629d89965edc21d40
SIZE (KDE/kdeutils-4.3.0.tar.bz2) = 2521985

View file

@ -1,20 +0,0 @@
--- ../ark/plugins/libarchive/libarchivehandler.cpp.orig 2009-02-01 00:16:54.000000000 +0100
+++ ../ark/plugins/libarchive/libarchivehandler.cpp 2009-02-01 00:19:50.000000000 +0100
@@ -567,7 +567,7 @@
}
}
- ret = archive_write_finish(arch_writer);
+ archive_write_finish(arch_writer);
if (!creatingNewFile) {
archive_read_finish( arch_reader );
@@ -700,7 +700,7 @@
archive_entry_clear( entry );
}
- ret = archive_write_finish(arch_writer);
+ archive_write_finish(arch_writer);
archive_read_finish( arch_reader );

View file

@ -1,13 +0,0 @@
--- ../ark/plugins/libzipplugin/zipplugin.cpp.orig 2008-12-10 16:13:03.000000000 +0000
+++ ../ark/plugins/libzipplugin/zipplugin.cpp 2008-12-29 22:16:13.000000000 +0000
@@ -28,8 +28,8 @@
#ifdef LIBZIP_COMPILED_WITH_32BIT_OFF_T
-#define __off_t_defined
-typedef quint32 off_t;
+// #define __off_t_defined
+// typedef quint32 off_t;
#endif /* LIBZIP_COMPILED_WITH_32BIT_OFF_T */

View file

@ -1,4 +1,5 @@
bin/ark
bin/irkick
bin/kcalc
bin/kcharselect
bin/kdessh
@ -13,17 +14,25 @@ bin/superkaramba
bin/sweeper
lib/kde4/kcm_kdf.so
lib/kde4/kcm_kwallet.so
lib/kde4/kerfuffle_7zip.so
lib/kde4/kcm_lirc.so
lib/kde4/kerfuffle_7z.so
lib/kde4/kerfuffle_clirar.so
lib/kde4/kerfuffle_clizip.so
lib/kde4/kerfuffle_libarchive.so
lib/kde4/kerfuffle_libbz2.so
lib/kde4/kerfuffle_libgz.so
lib/kde4/kerfuffle_libzip.so
lib/kde4/kerfuffle_rar.so
lib/kde4/kerfuffle_libxz.so
lib/kde4/libarkpart.so
%%KONQUI%%lib/kde4/libextracthere.so
lib/kde4/libkbytearrayedit.so
lib/kde4/liboktetapart.so
lib/kde4/plasma_package_superkaramba.so
lib/kde4/plasma_scriptengine_superkaramba.so
lib/libkdeinit4_irkick.so
lib/libkdeinit4_kcalc.so
lib/libkdelirc_shared.so
lib/libkdelirc_shared.so.1
lib/libkdelirc_shared.so.1.0.0
lib/libkerfuffle.so
lib/libkerfuffle.so.5
lib/libkerfuffle.so.5.0.1
@ -39,6 +48,7 @@ lib/libsuperkaramba.so.5.0.1
share/applications/kde4/KCharSelect.desktop
share/applications/kde4/KFloppy.desktop
share/applications/kde4/ark.desktop
share/applications/kde4/irkick.desktop
share/applications/kde4/kcalc.desktop
share/applications/kde4/kdf.desktop
share/applications/kde4/kgpg.desktop
@ -51,14 +61,13 @@ share/applications/kde4/superkaramba.desktop
share/applications/kde4/sweeper.desktop
share/apps/ark/ark_part.rc
share/apps/ark/arkui.rc
share/apps/irkick/irkick.notifyrc
share/apps/kcalc/kcalcui.rc
share/apps/kcalc/scienceconstants.xml
share/apps/kcharselect/kcharselectui.rc
share/apps/kconf_update/kcalcrc.upd
share/apps/kconf_update/kcharselect.upd
share/apps/kdf/kdfui.rc
share/apps/kdf/pics/delete.png
share/apps/kdf/pics/tick.png
share/apps/kgpg/icons/oxygen/16x16/actions/document-export-key.png
share/apps/kgpg/icons/oxygen/16x16/actions/document-import-key.png
share/apps/kgpg/icons/oxygen/16x16/actions/document-properties-key.png
@ -102,8 +111,29 @@ share/apps/kwalletmanager/kwalleteditor.rc
share/apps/kwalletmanager/kwalletmanager.rc
share/apps/okteta/oktetaui.rc
share/apps/oktetapart/oktetapartui.rc
share/apps/profiles/amarok.profile.xml
share/apps/profiles/dragonplayer.profile.xml
share/apps/profiles/klauncher.profile.xml
share/apps/profiles/kmix.profile.xml
share/apps/profiles/konqueror.profile.xml
share/apps/profiles/noatun.profile.xml
share/apps/profiles/okular.profile.xml
share/apps/profiles/profile.dtd
share/apps/profiles/shutdown.profile.xml
share/apps/profiles/suspend.profile.xml
share/apps/profiles/vlc.profile.xml
share/apps/remotes/AppleRemote.remote.xml
share/apps/remotes/AsusDH.remote.xml
share/apps/remotes/RM-0010.remote.xml
share/apps/remotes/cimr100.remote.xml
share/apps/remotes/hauppauge.remote.xml
share/apps/remotes/packbell.remote.xml
share/apps/remotes/remote.dtd
share/apps/remotes/sherwood.remote.xml
share/apps/remotes/sonytv.remote.xml
share/apps/superkaramba/superkarambaui.rc
share/apps/sweeper/sweeperui.rc
share/autostart/irkick.desktop
share/autostart/kgpg.desktop
share/config.kcfg/ark.kcfg
share/config.kcfg/kcalc.kcfg
@ -116,6 +146,9 @@ share/doc/HTML/en/ark/common
share/doc/HTML/en/ark/index.cache.bz2
share/doc/HTML/en/ark/index.docbook
share/doc/HTML/en/ark/man-ark.1.docbook
share/doc/HTML/en/irkick/common
share/doc/HTML/en/irkick/index.cache.bz2
share/doc/HTML/en/irkick/index.docbook
share/doc/HTML/en/kcalc/commands.docbook
share/doc/HTML/en/kcalc/common
share/doc/HTML/en/kcalc/index.cache.bz2
@ -123,6 +156,9 @@ share/doc/HTML/en/kcalc/index.docbook
share/doc/HTML/en/kcharselect/common
share/doc/HTML/en/kcharselect/index.cache.bz2
share/doc/HTML/en/kcharselect/index.docbook
share/doc/HTML/en/kcmlirc/common
share/doc/HTML/en/kcmlirc/index.cache.bz2
share/doc/HTML/en/kcmlirc/index.docbook
share/doc/HTML/en/kcontrol/blockdevices/common
share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2
share/doc/HTML/en/kcontrol/blockdevices/index.docbook
@ -142,6 +178,7 @@ share/doc/HTML/en/kgpg/keygen.png
share/doc/HTML/en/kgpg/keymanage.png
share/doc/HTML/en/kgpg/keyprop.png
share/doc/HTML/en/kgpg/keys.png
share/doc/HTML/en/kgpg/keyserver-search.png
share/doc/HTML/en/kgpg/keyserver.png
share/doc/HTML/en/kgpg/kicker.png
share/doc/HTML/en/kgpg/options.png
@ -192,6 +229,7 @@ share/icons/hicolor/16x16/apps/kwalletmanager2.png
share/icons/hicolor/16x16/apps/kwikdisk.png
share/icons/hicolor/16x16/apps/okteta.png
share/icons/hicolor/16x16/apps/superkaramba.png
share/icons/hicolor/22x22/apps/irkick.png
share/icons/hicolor/22x22/apps/kdf.png
share/icons/hicolor/22x22/apps/kfloppy.png
share/icons/hicolor/22x22/apps/kgpg.png
@ -222,30 +260,50 @@ share/icons/hicolor/64x64/apps/kwalletmanager.png
share/icons/hicolor/64x64/apps/kwalletmanager2.png
share/icons/hicolor/64x64/apps/kwikdisk.png
share/icons/hicolor/64x64/apps/superkaramba.png
share/icons/hicolor/scalable/apps/irkick.svgz
share/icons/hicolor/scalable/apps/superkaramba.svgz
share/icons/oxygen/128x128/devices/infrared-remote.png
share/icons/oxygen/16x16/apps/kcmdf.png
share/icons/oxygen/16x16/devices/infrared-remote.png
share/icons/oxygen/22x22/actions/irkickflash.png
share/icons/oxygen/22x22/actions/irkickoff.png
share/icons/oxygen/22x22/apps/kcmdf.png
share/icons/oxygen/22x22/devices/infrared-remote.png
share/icons/oxygen/32x32/apps/kcmdf.png
share/icons/oxygen/32x32/devices/infrared-remote.png
share/icons/oxygen/42x42/devices/infrared-remote.png
share/icons/oxygen/48x48/devices/infrared-remote.png
share/icons/oxygen/64x64/devices/infrared-remote.png
share/icons/oxygen/8x8/devices/infrared-remote.png
share/icons/oxygen/scalable/actions/irkickflash.svgz
share/icons/oxygen/scalable/actions/irkickoff.svgz
share/icons/oxygen/scalable/devices/infrared-remote.svgz
share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop
share/kde4/services/ServiceMenus/ark_servicemenu.desktop
share/kde4/services/ServiceMenus/encryptfile.desktop
share/kde4/services/ServiceMenus/encryptfolder.desktop
share/kde4/services/ServiceMenus/floppy_format.desktop
share/kde4/services/ServiceMenus/viewdecrypted.desktop
%%KONQUI%%share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_part.desktop
share/kde4/services/kbytearrayedit.desktop
share/kde4/services/kcm_lirc.desktop
share/kde4/services/kcmdf.desktop
share/kde4/services/kerfuffle_7zip.desktop
share/kde4/services/kerfuffle_7z.desktop
share/kde4/services/kerfuffle_clirar.desktop
share/kde4/services/kerfuffle_clizip.desktop
share/kde4/services/kerfuffle_libarchive.desktop
share/kde4/services/kerfuffle_libbz2.desktop
share/kde4/services/kerfuffle_libgz.desktop
share/kde4/services/kerfuffle_libzip.desktop
share/kde4/services/kerfuffle_rar.desktop
share/kde4/services/kerfuffle_libxz.desktop
share/kde4/services/kwalletconfig.desktop
share/kde4/services/kwalletmanager_show.desktop
share/kde4/services/oktetapart.desktop
share/kde4/services/plasma-package-superkaramba.desktop
share/kde4/services/plasma-scriptengine-superkaramba.desktop
share/kde4/servicetypes/kerfufflePlugin.desktop
@dirrmtry share/icons/oxygen/42x42/devices
@dirrmtry share/icons/oxygen/42x42
@dirrm share/doc/HTML/en/superkaramba
@dirrm share/doc/HTML/en/okteta
@dirrm share/doc/HTML/en/kwallet
@ -254,11 +312,14 @@ share/kde4/servicetypes/kerfufflePlugin.desktop
@dirrm share/doc/HTML/en/kfloppy
@dirrm share/doc/HTML/en/kdf
@dirrm share/doc/HTML/en/kcontrol/blockdevices
@dirrm share/doc/HTML/en/kcmlirc
@dirrm share/doc/HTML/en/kcharselect
@dirrm share/doc/HTML/en/kcalc
@dirrm share/doc/HTML/en/irkick
@dirrm share/doc/HTML/en/ark
@dirrm share/apps/sweeper
@dirrm share/apps/superkaramba
@dirrm share/apps/remotes
@dirrm share/apps/oktetapart
@dirrm share/apps/okteta
@dirrm share/apps/kwalletmanager/icons/oxygen/22x22/actions
@ -285,7 +346,7 @@ share/kde4/servicetypes/kerfufflePlugin.desktop
@dirrm share/apps/kgpg/icons/oxygen
@dirrm share/apps/kgpg/icons
@dirrm share/apps/kgpg
@dirrm share/apps/kdf/pics
@dirrm share/apps/kdf
@dirrm share/apps/kcalc
@dirrm share/apps/irkick
@dirrm share/apps/ark

View file

@ -7,7 +7,6 @@
PORTNAME= kde-l10n
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= chinese kde
MAINTAINER= kde@FreeBSD.org

View file

@ -1,3 +1,3 @@
MD5 (KDE/kde-l10n/kde-l10n-zh_CN-4.2.4.tar.bz2) = 373ef1ab6e56d063982c0e53b575ad3e
SHA256 (KDE/kde-l10n/kde-l10n-zh_CN-4.2.4.tar.bz2) = efed0cf3c828b9227178ce05947780accfb6a8759583ae078db0f29b834491a6
SIZE (KDE/kde-l10n/kde-l10n-zh_CN-4.2.4.tar.bz2) = 3150800
MD5 (KDE/kde-l10n/kde-l10n-zh_CN-4.3.0.tar.bz2) = 7d0ddb25d6f6e21858b7811bfbd61458
SHA256 (KDE/kde-l10n/kde-l10n-zh_CN-4.3.0.tar.bz2) = 1e640fc76aec738f82b382304a2355c57cb0e15a836f540e0008af65c04cdc54
SIZE (KDE/kde-l10n/kde-l10n-zh_CN-4.3.0.tar.bz2) = 3279678

View file

@ -33,6 +33,26 @@ share/doc/HTML/zh_CN/gwenview/introduction.docbook
share/doc/HTML/zh_CN/gwenview/keybindings.docbook
share/doc/HTML/zh_CN/gwenview/mouse.docbook
share/doc/HTML/zh_CN/gwenview/view_mode.png
share/locale/zh_CN/LC_MESSAGES/akonadi-kcal.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_birthdays_resource.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_distlist_resource.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_ical_resource.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_imap_resource.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_kabc_resource.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_kcal_resource.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_knut_resource.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_kolabproxy_resource.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_kresourceassistant.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_localbookmarks_resource.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_maildir_resource.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_microblog_resource.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
share/locale/zh_CN/LC_MESSAGES/akonadi_openchange_resource.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_singlefile_resource.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_vcard_resource.mo
share/locale/zh_CN/LC_MESSAGES/akonadi_vcarddir_resource.mo
share/locale/zh_CN/LC_MESSAGES/akonaditray.mo
share/locale/zh_CN/LC_MESSAGES/akregator.mo
share/locale/zh_CN/LC_MESSAGES/amor.mo
@ -53,6 +73,7 @@ share/locale/zh_CN/LC_MESSAGES/filetypes.mo
share/locale/zh_CN/LC_MESSAGES/gwenview.mo
share/locale/zh_CN/LC_MESSAGES/htmlsearch.mo
share/locale/zh_CN/LC_MESSAGES/imagerename_plugin.mo
share/locale/zh_CN/LC_MESSAGES/irkick.mo
share/locale/zh_CN/LC_MESSAGES/joystick.mo
share/locale/zh_CN/LC_MESSAGES/juk.mo
share/locale/zh_CN/LC_MESSAGES/kabc.mo
@ -77,6 +98,8 @@ share/locale/zh_CN/LC_MESSAGES/kappfinder.mo
share/locale/zh_CN/LC_MESSAGES/kapptemplate.mo
share/locale/zh_CN/LC_MESSAGES/kate-ctags-plugin.mo
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
@ -108,6 +131,8 @@ share/locale/zh_CN/LC_MESSAGES/kbreakout.mo
share/locale/zh_CN/LC_MESSAGES/kbruch.mo
share/locale/zh_CN/LC_MESSAGES/kbugbuster.mo
share/locale/zh_CN/LC_MESSAGES/kcachegrind.mo
share/locale/zh_CN/LC_MESSAGES/kcachegrind_qt.mo
share/locale/zh_CN/LC_MESSAGES/kcal_akonadi.mo
share/locale/zh_CN/LC_MESSAGES/kcalc.mo
share/locale/zh_CN/LC_MESSAGES/kcertpart.mo
share/locale/zh_CN/LC_MESSAGES/kcharselect.mo
@ -122,7 +147,9 @@ share/locale/zh_CN/LC_MESSAGES/kcm_partition.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_solid.mo
share/locale/zh_CN/LC_MESSAGES/kcm_solid_actions.mo
share/locale/zh_CN/LC_MESSAGES/kcm_standard_actions.mo
share/locale/zh_CN/LC_MESSAGES/kcmaccess.mo
share/locale/zh_CN/LC_MESSAGES/kcmaudiocd.mo
@ -133,7 +160,6 @@ share/locale/zh_CN/LC_MESSAGES/kcmcgi.mo
share/locale/zh_CN/LC_MESSAGES/kcmcolors.mo
share/locale/zh_CN/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/zh_CN/LC_MESSAGES/kcmcrypto.mo
share/locale/zh_CN/LC_MESSAGES/kcmcss.mo
share/locale/zh_CN/LC_MESSAGES/kcmenergy.mo
share/locale/zh_CN/LC_MESSAGES/kcmfonts.mo
share/locale/zh_CN/LC_MESSAGES/kcmhtmlsearch.mo
@ -158,9 +184,11 @@ share/locale/zh_CN/LC_MESSAGES/kcmkwallet.mo
share/locale/zh_CN/LC_MESSAGES/kcmkwincompositing.mo
share/locale/zh_CN/LC_MESSAGES/kcmkwindecoration.mo
share/locale/zh_CN/LC_MESSAGES/kcmkwinrules.mo
share/locale/zh_CN/LC_MESSAGES/kcmkwinscreenedges.mo
share/locale/zh_CN/LC_MESSAGES/kcmkwm.mo
share/locale/zh_CN/LC_MESSAGES/kcmlaunch.mo
share/locale/zh_CN/LC_MESSAGES/kcmlilo.mo
share/locale/zh_CN/LC_MESSAGES/kcmlirc.mo
share/locale/zh_CN/LC_MESSAGES/kcmlocale.mo
share/locale/zh_CN/LC_MESSAGES/kcmnic.mo
share/locale/zh_CN/LC_MESSAGES/kcmnotify.mo
@ -185,6 +213,7 @@ share/locale/zh_CN/LC_MESSAGES/kdebugdialog.mo
share/locale/zh_CN/LC_MESSAGES/kded_phononserver.mo
share/locale/zh_CN/LC_MESSAGES/kdelibs4.mo
share/locale/zh_CN/LC_MESSAGES/kdelibs_colors4.mo
share/locale/zh_CN/LC_MESSAGES/kdelirc.mo
share/locale/zh_CN/LC_MESSAGES/kdepasswd.mo
share/locale/zh_CN/LC_MESSAGES/kdepimresources.mo
share/locale/zh_CN/LC_MESSAGES/kdepimwizards.mo
@ -218,7 +247,6 @@ share/locale/zh_CN/LC_MESSAGES/kfile_rpm.mo
share/locale/zh_CN/LC_MESSAGES/kfile_sid.mo
share/locale/zh_CN/LC_MESSAGES/kfile_theora.mo
share/locale/zh_CN/LC_MESSAGES/kfile_tiff.mo
share/locale/zh_CN/LC_MESSAGES/kfile_torrent.mo
share/locale/zh_CN/LC_MESSAGES/kfile_wav.mo
share/locale/zh_CN/LC_MESSAGES/kfile_xps.mo
share/locale/zh_CN/LC_MESSAGES/kfileaudiopreview4.mo
@ -248,6 +276,7 @@ share/locale/zh_CN/LC_MESSAGES/kimagemapeditor.mo
share/locale/zh_CN/LC_MESSAGES/kinetd.mo
share/locale/zh_CN/LC_MESSAGES/kinfocenter.mo
share/locale/zh_CN/LC_MESSAGES/kio4.mo
share/locale/zh_CN/LC_MESSAGES/kio_akonadi.mo
share/locale/zh_CN/LC_MESSAGES/kio_applications.mo
share/locale/zh_CN/LC_MESSAGES/kio_archive.mo
share/locale/zh_CN/LC_MESSAGES/kio_audiocd.mo
@ -258,6 +287,7 @@ share/locale/zh_CN/LC_MESSAGES/kio_floppy.mo
share/locale/zh_CN/LC_MESSAGES/kio_groupwise.mo
share/locale/zh_CN/LC_MESSAGES/kio_help4.mo
share/locale/zh_CN/LC_MESSAGES/kio_imap4.mo
share/locale/zh_CN/LC_MESSAGES/kio_info.mo
share/locale/zh_CN/LC_MESSAGES/kio_jabberdisco.mo
share/locale/zh_CN/LC_MESSAGES/kio_ldap.mo
share/locale/zh_CN/LC_MESSAGES/kio_man.mo
@ -279,6 +309,7 @@ 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/kiriki.mo
share/locale/zh_CN/LC_MESSAGES/kitchensync.mo
share/locale/zh_CN/LC_MESSAGES/kiten.mo
share/locale/zh_CN/LC_MESSAGES/kjots.mo
share/locale/zh_CN/LC_MESSAGES/kjumpingcube.mo
@ -307,8 +338,8 @@ share/locale/zh_CN/LC_MESSAGES/knetwalk.mo
share/locale/zh_CN/LC_MESSAGES/knetworkconfmodule.mo
share/locale/zh_CN/LC_MESSAGES/knode.mo
share/locale/zh_CN/LC_MESSAGES/knotes.mo
share/locale/zh_CN/LC_MESSAGES/knotificationitem-1.mo
share/locale/zh_CN/LC_MESSAGES/knotify4.mo
share/locale/zh_CN/LC_MESSAGES/kode.mo
share/locale/zh_CN/LC_MESSAGES/kolf.mo
share/locale/zh_CN/LC_MESSAGES/kollision.mo
share/locale/zh_CN/LC_MESSAGES/kolourpaint.mo
@ -335,10 +366,10 @@ share/locale/zh_CN/LC_MESSAGES/krandr.mo
share/locale/zh_CN/LC_MESSAGES/krdb.mo
share/locale/zh_CN/LC_MESSAGES/krdc.mo
share/locale/zh_CN/LC_MESSAGES/kreadconfig.mo
share/locale/zh_CN/LC_MESSAGES/kres-migrator.mo
share/locale/zh_CN/LC_MESSAGES/kres_birthday.mo
share/locale/zh_CN/LC_MESSAGES/kres_blog.mo
share/locale/zh_CN/LC_MESSAGES/kres_bugzilla.mo
share/locale/zh_CN/LC_MESSAGES/kres_featureplan.mo
share/locale/zh_CN/LC_MESSAGES/kres_groupware.mo
share/locale/zh_CN/LC_MESSAGES/kres_groupwise.mo
share/locale/zh_CN/LC_MESSAGES/kres_kolab.mo
@ -346,6 +377,7 @@ share/locale/zh_CN/LC_MESSAGES/kres_remote.mo
share/locale/zh_CN/LC_MESSAGES/kres_scalix.mo
share/locale/zh_CN/LC_MESSAGES/kres_tvanytime.mo
share/locale/zh_CN/LC_MESSAGES/kres_xmlrpc.mo
share/locale/zh_CN/LC_MESSAGES/kresources_shared_akonadi.mo
share/locale/zh_CN/LC_MESSAGES/kreversi.mo
share/locale/zh_CN/LC_MESSAGES/krfb.mo
share/locale/zh_CN/LC_MESSAGES/kruler.mo
@ -359,6 +391,7 @@ share/locale/zh_CN/LC_MESSAGES/ksendemail.mo
share/locale/zh_CN/LC_MESSAGES/kshisen.mo
share/locale/zh_CN/LC_MESSAGES/kshorturifilter.mo
share/locale/zh_CN/LC_MESSAGES/ksirk.mo
share/locale/zh_CN/LC_MESSAGES/ksirkskineditor.mo
share/locale/zh_CN/LC_MESSAGES/ksmserver.mo
share/locale/zh_CN/LC_MESSAGES/ksnapshot.mo
share/locale/zh_CN/LC_MESSAGES/kspaceduel.mo
@ -384,6 +417,7 @@ share/locale/zh_CN/LC_MESSAGES/ktimer.mo
share/locale/zh_CN/LC_MESSAGES/ktimetracker.mo
share/locale/zh_CN/LC_MESSAGES/ktouch.mo
share/locale/zh_CN/LC_MESSAGES/ktraderclient.mo
share/locale/zh_CN/LC_MESSAGES/ktron.mo
share/locale/zh_CN/LC_MESSAGES/kttsd.mo
share/locale/zh_CN/LC_MESSAGES/ktuberling.mo
share/locale/zh_CN/LC_MESSAGES/kturtle.mo
@ -406,12 +440,12 @@ share/locale/zh_CN/LC_MESSAGES/kwinstartmenu.mo
share/locale/zh_CN/LC_MESSAGES/kwordquiz.mo
share/locale/zh_CN/LC_MESSAGES/kwrite.mo
share/locale/zh_CN/LC_MESSAGES/kwriteconfig.mo
share/locale/zh_CN/LC_MESSAGES/kxforms.mo
share/locale/zh_CN/LC_MESSAGES/kxkb.mo
share/locale/zh_CN/LC_MESSAGES/kxsconfig.mo
share/locale/zh_CN/LC_MESSAGES/kxsldbg.mo
share/locale/zh_CN/LC_MESSAGES/lancelot.mo
share/locale/zh_CN/LC_MESSAGES/libakonadi.mo
share/locale/zh_CN/LC_MESSAGES/libconversion.mo
share/locale/zh_CN/LC_MESSAGES/libkblog.mo
share/locale/zh_CN/LC_MESSAGES/libkcal.mo
share/locale/zh_CN/LC_MESSAGES/libkcddb.mo
@ -421,6 +455,7 @@ share/locale/zh_CN/LC_MESSAGES/libkdeedu.mo
share/locale/zh_CN/LC_MESSAGES/libkdegames.mo
share/locale/zh_CN/LC_MESSAGES/libkdepim.mo
share/locale/zh_CN/LC_MESSAGES/libkholidays.mo
share/locale/zh_CN/LC_MESSAGES/libkimap.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
@ -428,6 +463,7 @@ share/locale/zh_CN/LC_MESSAGES/libkmime.mo
share/locale/zh_CN/LC_MESSAGES/libkonq.mo
share/locale/zh_CN/LC_MESSAGES/libkpgp.mo
share/locale/zh_CN/LC_MESSAGES/libkpimidentities.mo
share/locale/zh_CN/LC_MESSAGES/libkpimtextedit.mo
share/locale/zh_CN/LC_MESSAGES/libkpimutils.mo
share/locale/zh_CN/LC_MESSAGES/libkresources.mo
share/locale/zh_CN/LC_MESSAGES/libksane.mo
@ -437,15 +473,19 @@ share/locale/zh_CN/LC_MESSAGES/libktnef.mo
share/locale/zh_CN/LC_MESSAGES/libkworkspace.mo
share/locale/zh_CN/LC_MESSAGES/libkxmlrpcclient.mo
share/locale/zh_CN/LC_MESSAGES/libmailtransport.mo
share/locale/zh_CN/LC_MESSAGES/libocsclient.mo
share/locale/zh_CN/LC_MESSAGES/liboktetacore.mo
share/locale/zh_CN/LC_MESSAGES/libphonon.mo
share/locale/zh_CN/LC_MESSAGES/libplasma.mo
share/locale/zh_CN/LC_MESSAGES/libplasmaclock.mo
share/locale/zh_CN/LC_MESSAGES/libplasmaweather.mo
share/locale/zh_CN/LC_MESSAGES/libtaskmanager.mo
share/locale/zh_CN/LC_MESSAGES/lokalize.mo
share/locale/zh_CN/LC_MESSAGES/lskat.mo
share/locale/zh_CN/LC_MESSAGES/marble.mo
share/locale/zh_CN/LC_MESSAGES/marble_qt.mo
share/locale/zh_CN/LC_MESSAGES/mplayerthumbs.mo
share/locale/zh_CN/LC_MESSAGES/mplayerthumbsconfig.mo
share/locale/zh_CN/LC_MESSAGES/nepomuk.mo
share/locale/zh_CN/LC_MESSAGES/nepomuksearch.mo
share/locale/zh_CN/LC_MESSAGES/nsplugin.mo
@ -461,6 +501,7 @@ share/locale/zh_CN/LC_MESSAGES/okular_fax.mo
share/locale/zh_CN/LC_MESSAGES/okular_fictionbook.mo
share/locale/zh_CN/LC_MESSAGES/okular_ghostview.mo
share/locale/zh_CN/LC_MESSAGES/okular_kimgio.mo
share/locale/zh_CN/LC_MESSAGES/okular_mobi.mo
share/locale/zh_CN/LC_MESSAGES/okular_ooo.mo
share/locale/zh_CN/LC_MESSAGES/okular_plucker.mo
share/locale/zh_CN/LC_MESSAGES/okular_poppler.mo
@ -470,28 +511,27 @@ share/locale/zh_CN/LC_MESSAGES/parley.mo
share/locale/zh_CN/LC_MESSAGES/phonon-xine.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/plasma-desktop.mo
share/locale/zh_CN/LC_MESSAGES/plasma-overlay.mo
share/locale/zh_CN/LC_MESSAGES/plasma-shells-common.mo
share/locale/zh_CN/LC_MESSAGES/plasma.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_BbalL.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_CharSelectApplet.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_battery.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_bball.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_binaryclock.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_bluemarble.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_bubblemon.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_calculator.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_charselect.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_clock.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_comic.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_desktop.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_devicenotifier.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_dict.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_dig_clock.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_fileWatcher.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_folderview.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_frame.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_fuzzy_clock.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_icon.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_incomingmsg.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_kalgebra.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_kalzium.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_katesession.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_kget.mo
@ -499,41 +539,66 @@ share/locale/zh_CN/LC_MESSAGES/plasma_applet_kolourpicker.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_launcher.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_leavenote.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_life.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_lockout.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_luna.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_magnifique.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_microblog.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_news.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_notes.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_nowplaying.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_opendesktop.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_pager.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_panel.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_panelspacer_internal.mo
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_previewer.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_qstardict.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_quicklaunch.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_rssnow.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_rtm.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_saverdesktop.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_showdashboard.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_showdesktop.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_skapplet.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_system-monitor.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_systemloadviewer.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_systemtray.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_tasks.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_timer.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_trash.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_twitter.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_unitconverter.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_weather.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_weatherstation.mo
share/locale/zh_CN/LC_MESSAGES/plasma_applet_webbrowser.mo
share/locale/zh_CN/LC_MESSAGES/plasma_appletscript_qedje.mo
share/locale/zh_CN/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo
share/locale/zh_CN/LC_MESSAGES/plasma_containment_saverdesktop.mo
share/locale/zh_CN/LC_MESSAGES/plasma_appletscriptengine_googlegadget.mo
share/locale/zh_CN/LC_MESSAGES/plasma_appletscriptengine_qedjescripts.mo
share/locale/zh_CN/LC_MESSAGES/plasma_engine_applicationjobs.mo
share/locale/zh_CN/LC_MESSAGES/plasma_engine_kalzium.mo
share/locale/zh_CN/LC_MESSAGES/plasma_engine_keystate.mo
share/locale/zh_CN/LC_MESSAGES/plasma_engine_metadata.mo
share/locale/zh_CN/LC_MESSAGES/plasma_engine_network.mo
share/locale/zh_CN/LC_MESSAGES/plasma_engine_notifications.mo
share/locale/zh_CN/LC_MESSAGES/plasma_engine_nowplaying.mo
share/locale/zh_CN/LC_MESSAGES/plasma_engine_ocs.mo
share/locale/zh_CN/LC_MESSAGES/plasma_engine_rss.mo
share/locale/zh_CN/LC_MESSAGES/plasma_engine_weather.mo
share/locale/zh_CN/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_browserhistory.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_calculatorrunner.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_contacts.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_converterrunner.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_katesessions.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_locations.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_placesrunner.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_powerdevil.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_recentdocuments.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_services.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_sessions.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_shell.mo
share/locale/zh_CN/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
@ -541,9 +606,17 @@ share/locale/zh_CN/LC_MESSAGES/plasma_runner_webshortcuts.mo
share/locale/zh_CN/LC_MESSAGES/plasma_scriptengine_qscript.mo
share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_color.mo
share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_image.mo
share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo
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_virus.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/plasmapkg.mo
share/locale/zh_CN/LC_MESSAGES/plasmawallpaperviewer.mo
share/locale/zh_CN/LC_MESSAGES/plasmoidviewer.mo
share/locale/zh_CN/LC_MESSAGES/policykit-kde.mo
share/locale/zh_CN/LC_MESSAGES/polkit-kde-authorization.mo
share/locale/zh_CN/LC_MESSAGES/powerdevil.mo
share/locale/zh_CN/LC_MESSAGES/printer-applet.mo
share/locale/zh_CN/LC_MESSAGES/processcore.mo
@ -566,6 +639,7 @@ share/locale/zh_CN/LC_MESSAGES/systemsettings.mo
share/locale/zh_CN/LC_MESSAGES/timezones4.mo
share/locale/zh_CN/LC_MESSAGES/umbrello.mo
share/locale/zh_CN/LC_MESSAGES/useraccount.mo
share/locale/zh_CN/LC_MESSAGES/xml_mimetypes.mo
share/locale/zh_CN/LC_SCRIPTS/kdelibs4/kdelibs4.js
share/locale/zh_CN/charset
share/locale/zh_CN/entry.desktop

View file

@ -7,7 +7,6 @@
PORTNAME= kde-l10n
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= chinese kde
MAINTAINER= kde@FreeBSD.org

View file

@ -1,3 +1,3 @@
MD5 (KDE/kde-l10n/kde-l10n-zh_TW-4.2.4.tar.bz2) = b1e8f50ea643b4ed8115d5c3257792cd
SHA256 (KDE/kde-l10n/kde-l10n-zh_TW-4.2.4.tar.bz2) = 31ebb611c1268a34793f98c1d020e3fd81013c43a08fbb95cdfacbb93f491c06
SIZE (KDE/kde-l10n/kde-l10n-zh_TW-4.2.4.tar.bz2) = 2086297
MD5 (KDE/kde-l10n/kde-l10n-zh_TW-4.3.0.tar.bz2) = ce2a8abf6d8a43a4823ba2e19ad05649
SHA256 (KDE/kde-l10n/kde-l10n-zh_TW-4.3.0.tar.bz2) = 0657bf051878a1fc9a0a9d21b317d17739e36fe3c78435abed8cde3848dd2485
SIZE (KDE/kde-l10n/kde-l10n-zh_TW-4.3.0.tar.bz2) = 2270900

View file

@ -21,6 +21,26 @@ share/doc/HTML/zh_TW/khelpcenter/faq/sound.docbook
share/doc/HTML/zh_TW/khelpcenter/faq/tips.docbook
share/doc/HTML/zh_TW/khelpcenter/faq/webbrowse.docbook
share/doc/HTML/zh_TW/khelpcenter/faq/winmng.docbook
share/locale/zh_TW/LC_MESSAGES/akonadi-kcal.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_birthdays_resource.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_distlist_resource.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_ical_resource.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_imap_resource.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_kabc_resource.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_kcal_resource.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_knut_resource.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_kolabproxy_resource.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_kresourceassistant.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_localbookmarks_resource.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_maildir_resource.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_microblog_resource.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
share/locale/zh_TW/LC_MESSAGES/akonadi_openchange_resource.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_singlefile_resource.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_vcard_resource.mo
share/locale/zh_TW/LC_MESSAGES/akonadi_vcarddir_resource.mo
share/locale/zh_TW/LC_MESSAGES/akonaditray.mo
share/locale/zh_TW/LC_MESSAGES/akregator.mo
share/locale/zh_TW/LC_MESSAGES/amor.mo
@ -41,6 +61,7 @@ share/locale/zh_TW/LC_MESSAGES/filetypes.mo
share/locale/zh_TW/LC_MESSAGES/gwenview.mo
share/locale/zh_TW/LC_MESSAGES/htmlsearch.mo
share/locale/zh_TW/LC_MESSAGES/imagerename_plugin.mo
share/locale/zh_TW/LC_MESSAGES/irkick.mo
share/locale/zh_TW/LC_MESSAGES/joystick.mo
share/locale/zh_TW/LC_MESSAGES/juk.mo
share/locale/zh_TW/LC_MESSAGES/kabc.mo
@ -65,6 +86,8 @@ share/locale/zh_TW/LC_MESSAGES/kappfinder.mo
share/locale/zh_TW/LC_MESSAGES/kapptemplate.mo
share/locale/zh_TW/LC_MESSAGES/kate-ctags-plugin.mo
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
@ -96,6 +119,8 @@ share/locale/zh_TW/LC_MESSAGES/kbreakout.mo
share/locale/zh_TW/LC_MESSAGES/kbruch.mo
share/locale/zh_TW/LC_MESSAGES/kbugbuster.mo
share/locale/zh_TW/LC_MESSAGES/kcachegrind.mo
share/locale/zh_TW/LC_MESSAGES/kcachegrind_qt.mo
share/locale/zh_TW/LC_MESSAGES/kcal_akonadi.mo
share/locale/zh_TW/LC_MESSAGES/kcalc.mo
share/locale/zh_TW/LC_MESSAGES/kcertpart.mo
share/locale/zh_TW/LC_MESSAGES/kcharselect.mo
@ -110,7 +135,9 @@ share/locale/zh_TW/LC_MESSAGES/kcm_partition.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_solid.mo
share/locale/zh_TW/LC_MESSAGES/kcm_solid_actions.mo
share/locale/zh_TW/LC_MESSAGES/kcm_standard_actions.mo
share/locale/zh_TW/LC_MESSAGES/kcmaccess.mo
share/locale/zh_TW/LC_MESSAGES/kcmaudiocd.mo
@ -121,7 +148,6 @@ share/locale/zh_TW/LC_MESSAGES/kcmcgi.mo
share/locale/zh_TW/LC_MESSAGES/kcmcolors.mo
share/locale/zh_TW/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/zh_TW/LC_MESSAGES/kcmcrypto.mo
share/locale/zh_TW/LC_MESSAGES/kcmcss.mo
share/locale/zh_TW/LC_MESSAGES/kcmenergy.mo
share/locale/zh_TW/LC_MESSAGES/kcmfonts.mo
share/locale/zh_TW/LC_MESSAGES/kcmhtmlsearch.mo
@ -146,9 +172,11 @@ share/locale/zh_TW/LC_MESSAGES/kcmkwallet.mo
share/locale/zh_TW/LC_MESSAGES/kcmkwincompositing.mo
share/locale/zh_TW/LC_MESSAGES/kcmkwindecoration.mo
share/locale/zh_TW/LC_MESSAGES/kcmkwinrules.mo
share/locale/zh_TW/LC_MESSAGES/kcmkwinscreenedges.mo
share/locale/zh_TW/LC_MESSAGES/kcmkwm.mo
share/locale/zh_TW/LC_MESSAGES/kcmlaunch.mo
share/locale/zh_TW/LC_MESSAGES/kcmlilo.mo
share/locale/zh_TW/LC_MESSAGES/kcmlirc.mo
share/locale/zh_TW/LC_MESSAGES/kcmlocale.mo
share/locale/zh_TW/LC_MESSAGES/kcmnic.mo
share/locale/zh_TW/LC_MESSAGES/kcmnotify.mo
@ -173,6 +201,7 @@ share/locale/zh_TW/LC_MESSAGES/kdebugdialog.mo
share/locale/zh_TW/LC_MESSAGES/kded_phononserver.mo
share/locale/zh_TW/LC_MESSAGES/kdelibs4.mo
share/locale/zh_TW/LC_MESSAGES/kdelibs_colors4.mo
share/locale/zh_TW/LC_MESSAGES/kdelirc.mo
share/locale/zh_TW/LC_MESSAGES/kdepasswd.mo
share/locale/zh_TW/LC_MESSAGES/kdepimresources.mo
share/locale/zh_TW/LC_MESSAGES/kdepimwizards.mo
@ -206,7 +235,6 @@ share/locale/zh_TW/LC_MESSAGES/kfile_rpm.mo
share/locale/zh_TW/LC_MESSAGES/kfile_sid.mo
share/locale/zh_TW/LC_MESSAGES/kfile_theora.mo
share/locale/zh_TW/LC_MESSAGES/kfile_tiff.mo
share/locale/zh_TW/LC_MESSAGES/kfile_torrent.mo
share/locale/zh_TW/LC_MESSAGES/kfile_wav.mo
share/locale/zh_TW/LC_MESSAGES/kfile_xps.mo
share/locale/zh_TW/LC_MESSAGES/kfileaudiopreview4.mo
@ -236,6 +264,7 @@ share/locale/zh_TW/LC_MESSAGES/kimagemapeditor.mo
share/locale/zh_TW/LC_MESSAGES/kinetd.mo
share/locale/zh_TW/LC_MESSAGES/kinfocenter.mo
share/locale/zh_TW/LC_MESSAGES/kio4.mo
share/locale/zh_TW/LC_MESSAGES/kio_akonadi.mo
share/locale/zh_TW/LC_MESSAGES/kio_applications.mo
share/locale/zh_TW/LC_MESSAGES/kio_archive.mo
share/locale/zh_TW/LC_MESSAGES/kio_audiocd.mo
@ -246,6 +275,7 @@ share/locale/zh_TW/LC_MESSAGES/kio_floppy.mo
share/locale/zh_TW/LC_MESSAGES/kio_groupwise.mo
share/locale/zh_TW/LC_MESSAGES/kio_help4.mo
share/locale/zh_TW/LC_MESSAGES/kio_imap4.mo
share/locale/zh_TW/LC_MESSAGES/kio_info.mo
share/locale/zh_TW/LC_MESSAGES/kio_jabberdisco.mo
share/locale/zh_TW/LC_MESSAGES/kio_ldap.mo
share/locale/zh_TW/LC_MESSAGES/kio_man.mo
@ -267,6 +297,7 @@ 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/kiriki.mo
share/locale/zh_TW/LC_MESSAGES/kitchensync.mo
share/locale/zh_TW/LC_MESSAGES/kiten.mo
share/locale/zh_TW/LC_MESSAGES/kjots.mo
share/locale/zh_TW/LC_MESSAGES/kjumpingcube.mo
@ -295,8 +326,8 @@ share/locale/zh_TW/LC_MESSAGES/knetwalk.mo
share/locale/zh_TW/LC_MESSAGES/knetworkconfmodule.mo
share/locale/zh_TW/LC_MESSAGES/knode.mo
share/locale/zh_TW/LC_MESSAGES/knotes.mo
share/locale/zh_TW/LC_MESSAGES/knotificationitem-1.mo
share/locale/zh_TW/LC_MESSAGES/knotify4.mo
share/locale/zh_TW/LC_MESSAGES/kode.mo
share/locale/zh_TW/LC_MESSAGES/kolf.mo
share/locale/zh_TW/LC_MESSAGES/kollision.mo
share/locale/zh_TW/LC_MESSAGES/kolourpaint.mo
@ -323,10 +354,10 @@ share/locale/zh_TW/LC_MESSAGES/krandr.mo
share/locale/zh_TW/LC_MESSAGES/krdb.mo
share/locale/zh_TW/LC_MESSAGES/krdc.mo
share/locale/zh_TW/LC_MESSAGES/kreadconfig.mo
share/locale/zh_TW/LC_MESSAGES/kres-migrator.mo
share/locale/zh_TW/LC_MESSAGES/kres_birthday.mo
share/locale/zh_TW/LC_MESSAGES/kres_blog.mo
share/locale/zh_TW/LC_MESSAGES/kres_bugzilla.mo
share/locale/zh_TW/LC_MESSAGES/kres_featureplan.mo
share/locale/zh_TW/LC_MESSAGES/kres_groupware.mo
share/locale/zh_TW/LC_MESSAGES/kres_groupwise.mo
share/locale/zh_TW/LC_MESSAGES/kres_kolab.mo
@ -334,6 +365,7 @@ share/locale/zh_TW/LC_MESSAGES/kres_remote.mo
share/locale/zh_TW/LC_MESSAGES/kres_scalix.mo
share/locale/zh_TW/LC_MESSAGES/kres_tvanytime.mo
share/locale/zh_TW/LC_MESSAGES/kres_xmlrpc.mo
share/locale/zh_TW/LC_MESSAGES/kresources_shared_akonadi.mo
share/locale/zh_TW/LC_MESSAGES/kreversi.mo
share/locale/zh_TW/LC_MESSAGES/krfb.mo
share/locale/zh_TW/LC_MESSAGES/kruler.mo
@ -347,6 +379,7 @@ share/locale/zh_TW/LC_MESSAGES/ksendemail.mo
share/locale/zh_TW/LC_MESSAGES/kshisen.mo
share/locale/zh_TW/LC_MESSAGES/kshorturifilter.mo
share/locale/zh_TW/LC_MESSAGES/ksirk.mo
share/locale/zh_TW/LC_MESSAGES/ksirkskineditor.mo
share/locale/zh_TW/LC_MESSAGES/ksmserver.mo
share/locale/zh_TW/LC_MESSAGES/ksnapshot.mo
share/locale/zh_TW/LC_MESSAGES/kspaceduel.mo
@ -372,6 +405,7 @@ share/locale/zh_TW/LC_MESSAGES/ktimer.mo
share/locale/zh_TW/LC_MESSAGES/ktimetracker.mo
share/locale/zh_TW/LC_MESSAGES/ktouch.mo
share/locale/zh_TW/LC_MESSAGES/ktraderclient.mo
share/locale/zh_TW/LC_MESSAGES/ktron.mo
share/locale/zh_TW/LC_MESSAGES/kttsd.mo
share/locale/zh_TW/LC_MESSAGES/ktuberling.mo
share/locale/zh_TW/LC_MESSAGES/kturtle.mo
@ -394,12 +428,12 @@ share/locale/zh_TW/LC_MESSAGES/kwinstartmenu.mo
share/locale/zh_TW/LC_MESSAGES/kwordquiz.mo
share/locale/zh_TW/LC_MESSAGES/kwrite.mo
share/locale/zh_TW/LC_MESSAGES/kwriteconfig.mo
share/locale/zh_TW/LC_MESSAGES/kxforms.mo
share/locale/zh_TW/LC_MESSAGES/kxkb.mo
share/locale/zh_TW/LC_MESSAGES/kxsconfig.mo
share/locale/zh_TW/LC_MESSAGES/kxsldbg.mo
share/locale/zh_TW/LC_MESSAGES/lancelot.mo
share/locale/zh_TW/LC_MESSAGES/libakonadi.mo
share/locale/zh_TW/LC_MESSAGES/libconversion.mo
share/locale/zh_TW/LC_MESSAGES/libkblog.mo
share/locale/zh_TW/LC_MESSAGES/libkcal.mo
share/locale/zh_TW/LC_MESSAGES/libkcddb.mo
@ -409,6 +443,7 @@ share/locale/zh_TW/LC_MESSAGES/libkdeedu.mo
share/locale/zh_TW/LC_MESSAGES/libkdegames.mo
share/locale/zh_TW/LC_MESSAGES/libkdepim.mo
share/locale/zh_TW/LC_MESSAGES/libkholidays.mo
share/locale/zh_TW/LC_MESSAGES/libkimap.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
@ -416,6 +451,7 @@ share/locale/zh_TW/LC_MESSAGES/libkmime.mo
share/locale/zh_TW/LC_MESSAGES/libkonq.mo
share/locale/zh_TW/LC_MESSAGES/libkpgp.mo
share/locale/zh_TW/LC_MESSAGES/libkpimidentities.mo
share/locale/zh_TW/LC_MESSAGES/libkpimtextedit.mo
share/locale/zh_TW/LC_MESSAGES/libkpimutils.mo
share/locale/zh_TW/LC_MESSAGES/libkresources.mo
share/locale/zh_TW/LC_MESSAGES/libksane.mo
@ -425,15 +461,19 @@ share/locale/zh_TW/LC_MESSAGES/libktnef.mo
share/locale/zh_TW/LC_MESSAGES/libkworkspace.mo
share/locale/zh_TW/LC_MESSAGES/libkxmlrpcclient.mo
share/locale/zh_TW/LC_MESSAGES/libmailtransport.mo
share/locale/zh_TW/LC_MESSAGES/libocsclient.mo
share/locale/zh_TW/LC_MESSAGES/liboktetacore.mo
share/locale/zh_TW/LC_MESSAGES/libphonon.mo
share/locale/zh_TW/LC_MESSAGES/libplasma.mo
share/locale/zh_TW/LC_MESSAGES/libplasmaclock.mo
share/locale/zh_TW/LC_MESSAGES/libplasmaweather.mo
share/locale/zh_TW/LC_MESSAGES/libtaskmanager.mo
share/locale/zh_TW/LC_MESSAGES/lokalize.mo
share/locale/zh_TW/LC_MESSAGES/lskat.mo
share/locale/zh_TW/LC_MESSAGES/marble.mo
share/locale/zh_TW/LC_MESSAGES/marble_qt.mo
share/locale/zh_TW/LC_MESSAGES/mplayerthumbs.mo
share/locale/zh_TW/LC_MESSAGES/mplayerthumbsconfig.mo
share/locale/zh_TW/LC_MESSAGES/nepomuk.mo
share/locale/zh_TW/LC_MESSAGES/nepomuksearch.mo
share/locale/zh_TW/LC_MESSAGES/nsplugin.mo
@ -449,6 +489,7 @@ share/locale/zh_TW/LC_MESSAGES/okular_fax.mo
share/locale/zh_TW/LC_MESSAGES/okular_fictionbook.mo
share/locale/zh_TW/LC_MESSAGES/okular_ghostview.mo
share/locale/zh_TW/LC_MESSAGES/okular_kimgio.mo
share/locale/zh_TW/LC_MESSAGES/okular_mobi.mo
share/locale/zh_TW/LC_MESSAGES/okular_ooo.mo
share/locale/zh_TW/LC_MESSAGES/okular_plucker.mo
share/locale/zh_TW/LC_MESSAGES/okular_poppler.mo
@ -458,28 +499,27 @@ share/locale/zh_TW/LC_MESSAGES/parley.mo
share/locale/zh_TW/LC_MESSAGES/phonon-xine.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/plasma-desktop.mo
share/locale/zh_TW/LC_MESSAGES/plasma-overlay.mo
share/locale/zh_TW/LC_MESSAGES/plasma-shells-common.mo
share/locale/zh_TW/LC_MESSAGES/plasma.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_BbalL.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_CharSelectApplet.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_battery.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_bball.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_binaryclock.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_bluemarble.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_bubblemon.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_calculator.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_charselect.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_clock.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_comic.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_desktop.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_devicenotifier.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_dict.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_dig_clock.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_fileWatcher.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_folderview.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_frame.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_fuzzy_clock.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_icon.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_incomingmsg.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_kalgebra.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_kalzium.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_katesession.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_kget.mo
@ -487,41 +527,66 @@ share/locale/zh_TW/LC_MESSAGES/plasma_applet_kolourpicker.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_launcher.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_leavenote.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_life.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_lockout.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_luna.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_magnifique.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_microblog.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_news.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_notes.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_nowplaying.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_opendesktop.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_pager.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_panel.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_panelspacer_internal.mo
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_previewer.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_qstardict.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_quicklaunch.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_rssnow.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_rtm.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_saverdesktop.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_showdashboard.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_showdesktop.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_skapplet.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_system-monitor.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_systemloadviewer.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_systemtray.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_tasks.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_timer.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_trash.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_twitter.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_unitconverter.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_weather.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_weatherstation.mo
share/locale/zh_TW/LC_MESSAGES/plasma_applet_webbrowser.mo
share/locale/zh_TW/LC_MESSAGES/plasma_appletscript_qedje.mo
share/locale/zh_TW/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo
share/locale/zh_TW/LC_MESSAGES/plasma_containment_saverdesktop.mo
share/locale/zh_TW/LC_MESSAGES/plasma_appletscriptengine_googlegadget.mo
share/locale/zh_TW/LC_MESSAGES/plasma_appletscriptengine_qedjescripts.mo
share/locale/zh_TW/LC_MESSAGES/plasma_engine_applicationjobs.mo
share/locale/zh_TW/LC_MESSAGES/plasma_engine_kalzium.mo
share/locale/zh_TW/LC_MESSAGES/plasma_engine_keystate.mo
share/locale/zh_TW/LC_MESSAGES/plasma_engine_metadata.mo
share/locale/zh_TW/LC_MESSAGES/plasma_engine_network.mo
share/locale/zh_TW/LC_MESSAGES/plasma_engine_notifications.mo
share/locale/zh_TW/LC_MESSAGES/plasma_engine_nowplaying.mo
share/locale/zh_TW/LC_MESSAGES/plasma_engine_ocs.mo
share/locale/zh_TW/LC_MESSAGES/plasma_engine_rss.mo
share/locale/zh_TW/LC_MESSAGES/plasma_engine_weather.mo
share/locale/zh_TW/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_browserhistory.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_calculatorrunner.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_contacts.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_converterrunner.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_katesessions.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_locations.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_placesrunner.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_powerdevil.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_recentdocuments.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_services.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_sessions.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_shell.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
@ -529,9 +594,17 @@ share/locale/zh_TW/LC_MESSAGES/plasma_runner_webshortcuts.mo
share/locale/zh_TW/LC_MESSAGES/plasma_scriptengine_qscript.mo
share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_color.mo
share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_image.mo
share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo
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_virus.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/plasmapkg.mo
share/locale/zh_TW/LC_MESSAGES/plasmawallpaperviewer.mo
share/locale/zh_TW/LC_MESSAGES/plasmoidviewer.mo
share/locale/zh_TW/LC_MESSAGES/policykit-kde.mo
share/locale/zh_TW/LC_MESSAGES/polkit-kde-authorization.mo
share/locale/zh_TW/LC_MESSAGES/powerdevil.mo
share/locale/zh_TW/LC_MESSAGES/printer-applet.mo
share/locale/zh_TW/LC_MESSAGES/processcore.mo
@ -554,6 +627,7 @@ share/locale/zh_TW/LC_MESSAGES/systemsettings.mo
share/locale/zh_TW/LC_MESSAGES/timezones4.mo
share/locale/zh_TW/LC_MESSAGES/umbrello.mo
share/locale/zh_TW/LC_MESSAGES/useraccount.mo
share/locale/zh_TW/LC_MESSAGES/xml_mimetypes.mo
share/locale/zh_TW/entry.desktop
@dirrm share/doc/HTML/zh_TW/khelpcenter/faq
@dirrm share/doc/HTML/zh_TW/khelpcenter

View file

@ -6,7 +6,6 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,6 +16,7 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
zip.1:${PORTSDIR}/archivers/libzip \
lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
@ -24,18 +24,28 @@ LATEST_LINK= ${PORTNAME}4
USE_BZIP2= yes
USE_QT_VER= 4
USE_PYTHON= 2.5+
KDE4_BUILDENV= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
MAN1= ark.1
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off \
KONQUI "Konqueror UI integration" off
.include <bsd.port.pre.mk>
.if defined(WITH_KONQUI)
USE_KDE4+= kdebase
PLIST_SUB+= KONQUI=""
.else
PLIST_SUB+= KONQUI="@comment "
.endif
.if defined(WITH_PRINTER_APPLET)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
.endif

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdeutils-4.2.4.tar.bz2) = e7214cb1e84d2e6793d3dbeb8f33a3fe
SHA256 (KDE/kdeutils-4.2.4.tar.bz2) = 82b9908d4ecbbd5864be9cdeef1eeff5cd190a4c661b25b2f056775b7fe5120f
SIZE (KDE/kdeutils-4.2.4.tar.bz2) = 2377830
MD5 (KDE/kdeutils-4.3.0.tar.bz2) = 9d17d3d7bf25be5af1cbd4abf04e4c99
SHA256 (KDE/kdeutils-4.3.0.tar.bz2) = c94f3462ea8bf375f3a83806380470c234465dcde8b7c63629d89965edc21d40
SIZE (KDE/kdeutils-4.3.0.tar.bz2) = 2521985

View file

@ -1,20 +0,0 @@
--- ../ark/plugins/libarchive/libarchivehandler.cpp.orig 2009-02-01 00:16:54.000000000 +0100
+++ ../ark/plugins/libarchive/libarchivehandler.cpp 2009-02-01 00:19:50.000000000 +0100
@@ -567,7 +567,7 @@
}
}
- ret = archive_write_finish(arch_writer);
+ archive_write_finish(arch_writer);
if (!creatingNewFile) {
archive_read_finish( arch_reader );
@@ -700,7 +700,7 @@
archive_entry_clear( entry );
}
- ret = archive_write_finish(arch_writer);
+ archive_write_finish(arch_writer);
archive_read_finish( arch_reader );

View file

@ -1,13 +0,0 @@
--- ../ark/plugins/libzipplugin/zipplugin.cpp.orig 2008-12-10 16:13:03.000000000 +0000
+++ ../ark/plugins/libzipplugin/zipplugin.cpp 2008-12-29 22:16:13.000000000 +0000
@@ -28,8 +28,8 @@
#ifdef LIBZIP_COMPILED_WITH_32BIT_OFF_T
-#define __off_t_defined
-typedef quint32 off_t;
+// #define __off_t_defined
+// typedef quint32 off_t;
#endif /* LIBZIP_COMPILED_WITH_32BIT_OFF_T */

View file

@ -1,4 +1,5 @@
bin/ark
bin/irkick
bin/kcalc
bin/kcharselect
bin/kdessh
@ -13,17 +14,25 @@ bin/superkaramba
bin/sweeper
lib/kde4/kcm_kdf.so
lib/kde4/kcm_kwallet.so
lib/kde4/kerfuffle_7zip.so
lib/kde4/kcm_lirc.so
lib/kde4/kerfuffle_7z.so
lib/kde4/kerfuffle_clirar.so
lib/kde4/kerfuffle_clizip.so
lib/kde4/kerfuffle_libarchive.so
lib/kde4/kerfuffle_libbz2.so
lib/kde4/kerfuffle_libgz.so
lib/kde4/kerfuffle_libzip.so
lib/kde4/kerfuffle_rar.so
lib/kde4/kerfuffle_libxz.so
lib/kde4/libarkpart.so
%%KONQUI%%lib/kde4/libextracthere.so
lib/kde4/libkbytearrayedit.so
lib/kde4/liboktetapart.so
lib/kde4/plasma_package_superkaramba.so
lib/kde4/plasma_scriptengine_superkaramba.so
lib/libkdeinit4_irkick.so
lib/libkdeinit4_kcalc.so
lib/libkdelirc_shared.so
lib/libkdelirc_shared.so.1
lib/libkdelirc_shared.so.1.0.0
lib/libkerfuffle.so
lib/libkerfuffle.so.5
lib/libkerfuffle.so.5.0.1
@ -39,6 +48,7 @@ lib/libsuperkaramba.so.5.0.1
share/applications/kde4/KCharSelect.desktop
share/applications/kde4/KFloppy.desktop
share/applications/kde4/ark.desktop
share/applications/kde4/irkick.desktop
share/applications/kde4/kcalc.desktop
share/applications/kde4/kdf.desktop
share/applications/kde4/kgpg.desktop
@ -51,14 +61,13 @@ share/applications/kde4/superkaramba.desktop
share/applications/kde4/sweeper.desktop
share/apps/ark/ark_part.rc
share/apps/ark/arkui.rc
share/apps/irkick/irkick.notifyrc
share/apps/kcalc/kcalcui.rc
share/apps/kcalc/scienceconstants.xml
share/apps/kcharselect/kcharselectui.rc
share/apps/kconf_update/kcalcrc.upd
share/apps/kconf_update/kcharselect.upd
share/apps/kdf/kdfui.rc
share/apps/kdf/pics/delete.png
share/apps/kdf/pics/tick.png
share/apps/kgpg/icons/oxygen/16x16/actions/document-export-key.png
share/apps/kgpg/icons/oxygen/16x16/actions/document-import-key.png
share/apps/kgpg/icons/oxygen/16x16/actions/document-properties-key.png
@ -102,8 +111,29 @@ share/apps/kwalletmanager/kwalleteditor.rc
share/apps/kwalletmanager/kwalletmanager.rc
share/apps/okteta/oktetaui.rc
share/apps/oktetapart/oktetapartui.rc
share/apps/profiles/amarok.profile.xml
share/apps/profiles/dragonplayer.profile.xml
share/apps/profiles/klauncher.profile.xml
share/apps/profiles/kmix.profile.xml
share/apps/profiles/konqueror.profile.xml
share/apps/profiles/noatun.profile.xml
share/apps/profiles/okular.profile.xml
share/apps/profiles/profile.dtd
share/apps/profiles/shutdown.profile.xml
share/apps/profiles/suspend.profile.xml
share/apps/profiles/vlc.profile.xml
share/apps/remotes/AppleRemote.remote.xml
share/apps/remotes/AsusDH.remote.xml
share/apps/remotes/RM-0010.remote.xml
share/apps/remotes/cimr100.remote.xml
share/apps/remotes/hauppauge.remote.xml
share/apps/remotes/packbell.remote.xml
share/apps/remotes/remote.dtd
share/apps/remotes/sherwood.remote.xml
share/apps/remotes/sonytv.remote.xml
share/apps/superkaramba/superkarambaui.rc
share/apps/sweeper/sweeperui.rc
share/autostart/irkick.desktop
share/autostart/kgpg.desktop
share/config.kcfg/ark.kcfg
share/config.kcfg/kcalc.kcfg
@ -116,6 +146,9 @@ share/doc/HTML/en/ark/common
share/doc/HTML/en/ark/index.cache.bz2
share/doc/HTML/en/ark/index.docbook
share/doc/HTML/en/ark/man-ark.1.docbook
share/doc/HTML/en/irkick/common
share/doc/HTML/en/irkick/index.cache.bz2
share/doc/HTML/en/irkick/index.docbook
share/doc/HTML/en/kcalc/commands.docbook
share/doc/HTML/en/kcalc/common
share/doc/HTML/en/kcalc/index.cache.bz2
@ -123,6 +156,9 @@ share/doc/HTML/en/kcalc/index.docbook
share/doc/HTML/en/kcharselect/common
share/doc/HTML/en/kcharselect/index.cache.bz2
share/doc/HTML/en/kcharselect/index.docbook
share/doc/HTML/en/kcmlirc/common
share/doc/HTML/en/kcmlirc/index.cache.bz2
share/doc/HTML/en/kcmlirc/index.docbook
share/doc/HTML/en/kcontrol/blockdevices/common
share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2
share/doc/HTML/en/kcontrol/blockdevices/index.docbook
@ -142,6 +178,7 @@ share/doc/HTML/en/kgpg/keygen.png
share/doc/HTML/en/kgpg/keymanage.png
share/doc/HTML/en/kgpg/keyprop.png
share/doc/HTML/en/kgpg/keys.png
share/doc/HTML/en/kgpg/keyserver-search.png
share/doc/HTML/en/kgpg/keyserver.png
share/doc/HTML/en/kgpg/kicker.png
share/doc/HTML/en/kgpg/options.png
@ -192,6 +229,7 @@ share/icons/hicolor/16x16/apps/kwalletmanager2.png
share/icons/hicolor/16x16/apps/kwikdisk.png
share/icons/hicolor/16x16/apps/okteta.png
share/icons/hicolor/16x16/apps/superkaramba.png
share/icons/hicolor/22x22/apps/irkick.png
share/icons/hicolor/22x22/apps/kdf.png
share/icons/hicolor/22x22/apps/kfloppy.png
share/icons/hicolor/22x22/apps/kgpg.png
@ -222,30 +260,50 @@ share/icons/hicolor/64x64/apps/kwalletmanager.png
share/icons/hicolor/64x64/apps/kwalletmanager2.png
share/icons/hicolor/64x64/apps/kwikdisk.png
share/icons/hicolor/64x64/apps/superkaramba.png
share/icons/hicolor/scalable/apps/irkick.svgz
share/icons/hicolor/scalable/apps/superkaramba.svgz
share/icons/oxygen/128x128/devices/infrared-remote.png
share/icons/oxygen/16x16/apps/kcmdf.png
share/icons/oxygen/16x16/devices/infrared-remote.png
share/icons/oxygen/22x22/actions/irkickflash.png
share/icons/oxygen/22x22/actions/irkickoff.png
share/icons/oxygen/22x22/apps/kcmdf.png
share/icons/oxygen/22x22/devices/infrared-remote.png
share/icons/oxygen/32x32/apps/kcmdf.png
share/icons/oxygen/32x32/devices/infrared-remote.png
share/icons/oxygen/42x42/devices/infrared-remote.png
share/icons/oxygen/48x48/devices/infrared-remote.png
share/icons/oxygen/64x64/devices/infrared-remote.png
share/icons/oxygen/8x8/devices/infrared-remote.png
share/icons/oxygen/scalable/actions/irkickflash.svgz
share/icons/oxygen/scalable/actions/irkickoff.svgz
share/icons/oxygen/scalable/devices/infrared-remote.svgz
share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop
share/kde4/services/ServiceMenus/ark_servicemenu.desktop
share/kde4/services/ServiceMenus/encryptfile.desktop
share/kde4/services/ServiceMenus/encryptfolder.desktop
share/kde4/services/ServiceMenus/floppy_format.desktop
share/kde4/services/ServiceMenus/viewdecrypted.desktop
%%KONQUI%%share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_part.desktop
share/kde4/services/kbytearrayedit.desktop
share/kde4/services/kcm_lirc.desktop
share/kde4/services/kcmdf.desktop
share/kde4/services/kerfuffle_7zip.desktop
share/kde4/services/kerfuffle_7z.desktop
share/kde4/services/kerfuffle_clirar.desktop
share/kde4/services/kerfuffle_clizip.desktop
share/kde4/services/kerfuffle_libarchive.desktop
share/kde4/services/kerfuffle_libbz2.desktop
share/kde4/services/kerfuffle_libgz.desktop
share/kde4/services/kerfuffle_libzip.desktop
share/kde4/services/kerfuffle_rar.desktop
share/kde4/services/kerfuffle_libxz.desktop
share/kde4/services/kwalletconfig.desktop
share/kde4/services/kwalletmanager_show.desktop
share/kde4/services/oktetapart.desktop
share/kde4/services/plasma-package-superkaramba.desktop
share/kde4/services/plasma-scriptengine-superkaramba.desktop
share/kde4/servicetypes/kerfufflePlugin.desktop
@dirrmtry share/icons/oxygen/42x42/devices
@dirrmtry share/icons/oxygen/42x42
@dirrm share/doc/HTML/en/superkaramba
@dirrm share/doc/HTML/en/okteta
@dirrm share/doc/HTML/en/kwallet
@ -254,11 +312,14 @@ share/kde4/servicetypes/kerfufflePlugin.desktop
@dirrm share/doc/HTML/en/kfloppy
@dirrm share/doc/HTML/en/kdf
@dirrm share/doc/HTML/en/kcontrol/blockdevices
@dirrm share/doc/HTML/en/kcmlirc
@dirrm share/doc/HTML/en/kcharselect
@dirrm share/doc/HTML/en/kcalc
@dirrm share/doc/HTML/en/irkick
@dirrm share/doc/HTML/en/ark
@dirrm share/apps/sweeper
@dirrm share/apps/superkaramba
@dirrm share/apps/remotes
@dirrm share/apps/oktetapart
@dirrm share/apps/okteta
@dirrm share/apps/kwalletmanager/icons/oxygen/22x22/actions
@ -285,7 +346,7 @@ share/kde4/servicetypes/kerfufflePlugin.desktop
@dirrm share/apps/kgpg/icons/oxygen
@dirrm share/apps/kgpg/icons
@dirrm share/apps/kgpg
@dirrm share/apps/kdf/pics
@dirrm share/apps/kdf
@dirrm share/apps/kcalc
@dirrm share/apps/irkick
@dirrm share/apps/ark

View file

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= akonadi
PORTVERSION= 1.1.2
PORTVERSION= 1.2.0
CATEGORIES= databases kde ipv6
MASTER_SITES= http://download.akonadi-project.org/
DIST_SUBDIR= KDE
@ -13,7 +13,8 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Storage server for kdepim
LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs
LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \
soprano.4:${PORTSDIR}/textproc/soprano
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
${LOCALBASE}/bin/mysqld_safe:${PORTSDIR}/databases/mysql${MYSQL_VER}-server
RUN_DEPENDS= ${QT_PREFIX}/lib/qt4/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt4-mysql-plugin
@ -26,7 +27,6 @@ USE_MYSQL= server
USE_KDE4= kdeprefix kdehier automoc4 sharedmime
KDE4_BUILDENV= yes
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKE_JOBS_UNSAFE= yes
post-extract:
${MKDIR} ${WRKSRC}

View file

@ -1,3 +1,3 @@
MD5 (KDE/akonadi-1.1.2.tar.bz2) = 5651b02358f7d2f1c0954dfd31feafb1
SHA256 (KDE/akonadi-1.1.2.tar.bz2) = 5ab3c18150e9f7f571e0bce3494c54b22285ea0d6a2f7ac458aba3aed9aaa5ce
SIZE (KDE/akonadi-1.1.2.tar.bz2) = 135407
MD5 (KDE/akonadi-1.2.0.tar.bz2) = 4b04ab0b4670e1133307f7b82af46ce1
SHA256 (KDE/akonadi-1.2.0.tar.bz2) = cf58c861647a58f3cbe7a97a33b5be7d8c697b412e7d0d00285f5d3ddd2d7d9a
SIZE (KDE/akonadi-1.2.0.tar.bz2) = 176786

View file

@ -7,12 +7,14 @@ include/akonadi/private/imapset_p.h
include/akonadi/private/notificationmessage_p.h
include/akonadi/private/protocol_p.h
include/akonadi/private/xdgbasedirs_p.h
lib/cmake/Akonadi/AkonadiConfig.cmake
lib/cmake/Akonadi/AkonadiConfigVersion.cmake
lib/libakonadiprivate.so
lib/libakonadiprivate.so.1
lib/libakonadiprivate.so.1.1.2
lib/libakonadiprivate.so.1.2.0
lib/libakonadiprotocolinternals.so
lib/libakonadiprotocolinternals.so.1
lib/libakonadiprotocolinternals.so.1.1.2
lib/libakonadiprotocolinternals.so.1.2.0
libdata/pkgconfig/akonadi.pc
share/config/akonadi/mysql-global.conf
share/dbus-1/interfaces/org.freedesktop.Akonadi.Agent.Control.xml
@ -31,6 +33,10 @@ share/dbus-1/interfaces/org.freedesktop.Akonadi.TracerNotification.xml
share/dbus-1/services/org.freedesktop.Akonadi.Control.service
share/mime/packages/akonadi-mime.xml
@dirrm share/config/akonadi
@dirrmtry share/apps/cmake/modules
@dirrmtry share/apps/cmake
@dirrm lib/cmake/Akonadi
@dirrm lib/cmake
@dirrmtry include/akonadi/private
@dirrmtry include/akonadi
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true

View file

@ -6,7 +6,6 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,6 +16,7 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
zip.1:${PORTSDIR}/archivers/libzip \
lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
@ -24,18 +24,28 @@ LATEST_LINK= ${PORTNAME}4
USE_BZIP2= yes
USE_QT_VER= 4
USE_PYTHON= 2.5+
KDE4_BUILDENV= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
MAN1= ark.1
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off \
KONQUI "Konqueror UI integration" off
.include <bsd.port.pre.mk>
.if defined(WITH_KONQUI)
USE_KDE4+= kdebase
PLIST_SUB+= KONQUI=""
.else
PLIST_SUB+= KONQUI="@comment "
.endif
.if defined(WITH_PRINTER_APPLET)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
.endif

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdeutils-4.2.4.tar.bz2) = e7214cb1e84d2e6793d3dbeb8f33a3fe
SHA256 (KDE/kdeutils-4.2.4.tar.bz2) = 82b9908d4ecbbd5864be9cdeef1eeff5cd190a4c661b25b2f056775b7fe5120f
SIZE (KDE/kdeutils-4.2.4.tar.bz2) = 2377830
MD5 (KDE/kdeutils-4.3.0.tar.bz2) = 9d17d3d7bf25be5af1cbd4abf04e4c99
SHA256 (KDE/kdeutils-4.3.0.tar.bz2) = c94f3462ea8bf375f3a83806380470c234465dcde8b7c63629d89965edc21d40
SIZE (KDE/kdeutils-4.3.0.tar.bz2) = 2521985

View file

@ -1,20 +0,0 @@
--- ../ark/plugins/libarchive/libarchivehandler.cpp.orig 2009-02-01 00:16:54.000000000 +0100
+++ ../ark/plugins/libarchive/libarchivehandler.cpp 2009-02-01 00:19:50.000000000 +0100
@@ -567,7 +567,7 @@
}
}
- ret = archive_write_finish(arch_writer);
+ archive_write_finish(arch_writer);
if (!creatingNewFile) {
archive_read_finish( arch_reader );
@@ -700,7 +700,7 @@
archive_entry_clear( entry );
}
- ret = archive_write_finish(arch_writer);
+ archive_write_finish(arch_writer);
archive_read_finish( arch_reader );

View file

@ -1,13 +0,0 @@
--- ../ark/plugins/libzipplugin/zipplugin.cpp.orig 2008-12-10 16:13:03.000000000 +0000
+++ ../ark/plugins/libzipplugin/zipplugin.cpp 2008-12-29 22:16:13.000000000 +0000
@@ -28,8 +28,8 @@
#ifdef LIBZIP_COMPILED_WITH_32BIT_OFF_T
-#define __off_t_defined
-typedef quint32 off_t;
+// #define __off_t_defined
+// typedef quint32 off_t;
#endif /* LIBZIP_COMPILED_WITH_32BIT_OFF_T */

View file

@ -1,4 +1,5 @@
bin/ark
bin/irkick
bin/kcalc
bin/kcharselect
bin/kdessh
@ -13,17 +14,25 @@ bin/superkaramba
bin/sweeper
lib/kde4/kcm_kdf.so
lib/kde4/kcm_kwallet.so
lib/kde4/kerfuffle_7zip.so
lib/kde4/kcm_lirc.so
lib/kde4/kerfuffle_7z.so
lib/kde4/kerfuffle_clirar.so
lib/kde4/kerfuffle_clizip.so
lib/kde4/kerfuffle_libarchive.so
lib/kde4/kerfuffle_libbz2.so
lib/kde4/kerfuffle_libgz.so
lib/kde4/kerfuffle_libzip.so
lib/kde4/kerfuffle_rar.so
lib/kde4/kerfuffle_libxz.so
lib/kde4/libarkpart.so
%%KONQUI%%lib/kde4/libextracthere.so
lib/kde4/libkbytearrayedit.so
lib/kde4/liboktetapart.so
lib/kde4/plasma_package_superkaramba.so
lib/kde4/plasma_scriptengine_superkaramba.so
lib/libkdeinit4_irkick.so
lib/libkdeinit4_kcalc.so
lib/libkdelirc_shared.so
lib/libkdelirc_shared.so.1
lib/libkdelirc_shared.so.1.0.0
lib/libkerfuffle.so
lib/libkerfuffle.so.5
lib/libkerfuffle.so.5.0.1
@ -39,6 +48,7 @@ lib/libsuperkaramba.so.5.0.1
share/applications/kde4/KCharSelect.desktop
share/applications/kde4/KFloppy.desktop
share/applications/kde4/ark.desktop
share/applications/kde4/irkick.desktop
share/applications/kde4/kcalc.desktop
share/applications/kde4/kdf.desktop
share/applications/kde4/kgpg.desktop
@ -51,14 +61,13 @@ share/applications/kde4/superkaramba.desktop
share/applications/kde4/sweeper.desktop
share/apps/ark/ark_part.rc
share/apps/ark/arkui.rc
share/apps/irkick/irkick.notifyrc
share/apps/kcalc/kcalcui.rc
share/apps/kcalc/scienceconstants.xml
share/apps/kcharselect/kcharselectui.rc
share/apps/kconf_update/kcalcrc.upd
share/apps/kconf_update/kcharselect.upd
share/apps/kdf/kdfui.rc
share/apps/kdf/pics/delete.png
share/apps/kdf/pics/tick.png
share/apps/kgpg/icons/oxygen/16x16/actions/document-export-key.png
share/apps/kgpg/icons/oxygen/16x16/actions/document-import-key.png
share/apps/kgpg/icons/oxygen/16x16/actions/document-properties-key.png
@ -102,8 +111,29 @@ share/apps/kwalletmanager/kwalleteditor.rc
share/apps/kwalletmanager/kwalletmanager.rc
share/apps/okteta/oktetaui.rc
share/apps/oktetapart/oktetapartui.rc
share/apps/profiles/amarok.profile.xml
share/apps/profiles/dragonplayer.profile.xml
share/apps/profiles/klauncher.profile.xml
share/apps/profiles/kmix.profile.xml
share/apps/profiles/konqueror.profile.xml
share/apps/profiles/noatun.profile.xml
share/apps/profiles/okular.profile.xml
share/apps/profiles/profile.dtd
share/apps/profiles/shutdown.profile.xml
share/apps/profiles/suspend.profile.xml
share/apps/profiles/vlc.profile.xml
share/apps/remotes/AppleRemote.remote.xml
share/apps/remotes/AsusDH.remote.xml
share/apps/remotes/RM-0010.remote.xml
share/apps/remotes/cimr100.remote.xml
share/apps/remotes/hauppauge.remote.xml
share/apps/remotes/packbell.remote.xml
share/apps/remotes/remote.dtd
share/apps/remotes/sherwood.remote.xml
share/apps/remotes/sonytv.remote.xml
share/apps/superkaramba/superkarambaui.rc
share/apps/sweeper/sweeperui.rc
share/autostart/irkick.desktop
share/autostart/kgpg.desktop
share/config.kcfg/ark.kcfg
share/config.kcfg/kcalc.kcfg
@ -116,6 +146,9 @@ share/doc/HTML/en/ark/common
share/doc/HTML/en/ark/index.cache.bz2
share/doc/HTML/en/ark/index.docbook
share/doc/HTML/en/ark/man-ark.1.docbook
share/doc/HTML/en/irkick/common
share/doc/HTML/en/irkick/index.cache.bz2
share/doc/HTML/en/irkick/index.docbook
share/doc/HTML/en/kcalc/commands.docbook
share/doc/HTML/en/kcalc/common
share/doc/HTML/en/kcalc/index.cache.bz2
@ -123,6 +156,9 @@ share/doc/HTML/en/kcalc/index.docbook
share/doc/HTML/en/kcharselect/common
share/doc/HTML/en/kcharselect/index.cache.bz2
share/doc/HTML/en/kcharselect/index.docbook
share/doc/HTML/en/kcmlirc/common
share/doc/HTML/en/kcmlirc/index.cache.bz2
share/doc/HTML/en/kcmlirc/index.docbook
share/doc/HTML/en/kcontrol/blockdevices/common
share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2
share/doc/HTML/en/kcontrol/blockdevices/index.docbook
@ -142,6 +178,7 @@ share/doc/HTML/en/kgpg/keygen.png
share/doc/HTML/en/kgpg/keymanage.png
share/doc/HTML/en/kgpg/keyprop.png
share/doc/HTML/en/kgpg/keys.png
share/doc/HTML/en/kgpg/keyserver-search.png
share/doc/HTML/en/kgpg/keyserver.png
share/doc/HTML/en/kgpg/kicker.png
share/doc/HTML/en/kgpg/options.png
@ -192,6 +229,7 @@ share/icons/hicolor/16x16/apps/kwalletmanager2.png
share/icons/hicolor/16x16/apps/kwikdisk.png
share/icons/hicolor/16x16/apps/okteta.png
share/icons/hicolor/16x16/apps/superkaramba.png
share/icons/hicolor/22x22/apps/irkick.png
share/icons/hicolor/22x22/apps/kdf.png
share/icons/hicolor/22x22/apps/kfloppy.png
share/icons/hicolor/22x22/apps/kgpg.png
@ -222,30 +260,50 @@ share/icons/hicolor/64x64/apps/kwalletmanager.png
share/icons/hicolor/64x64/apps/kwalletmanager2.png
share/icons/hicolor/64x64/apps/kwikdisk.png
share/icons/hicolor/64x64/apps/superkaramba.png
share/icons/hicolor/scalable/apps/irkick.svgz
share/icons/hicolor/scalable/apps/superkaramba.svgz
share/icons/oxygen/128x128/devices/infrared-remote.png
share/icons/oxygen/16x16/apps/kcmdf.png
share/icons/oxygen/16x16/devices/infrared-remote.png
share/icons/oxygen/22x22/actions/irkickflash.png
share/icons/oxygen/22x22/actions/irkickoff.png
share/icons/oxygen/22x22/apps/kcmdf.png
share/icons/oxygen/22x22/devices/infrared-remote.png
share/icons/oxygen/32x32/apps/kcmdf.png
share/icons/oxygen/32x32/devices/infrared-remote.png
share/icons/oxygen/42x42/devices/infrared-remote.png
share/icons/oxygen/48x48/devices/infrared-remote.png
share/icons/oxygen/64x64/devices/infrared-remote.png
share/icons/oxygen/8x8/devices/infrared-remote.png
share/icons/oxygen/scalable/actions/irkickflash.svgz
share/icons/oxygen/scalable/actions/irkickoff.svgz
share/icons/oxygen/scalable/devices/infrared-remote.svgz
share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop
share/kde4/services/ServiceMenus/ark_servicemenu.desktop
share/kde4/services/ServiceMenus/encryptfile.desktop
share/kde4/services/ServiceMenus/encryptfolder.desktop
share/kde4/services/ServiceMenus/floppy_format.desktop
share/kde4/services/ServiceMenus/viewdecrypted.desktop
%%KONQUI%%share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_part.desktop
share/kde4/services/kbytearrayedit.desktop
share/kde4/services/kcm_lirc.desktop
share/kde4/services/kcmdf.desktop
share/kde4/services/kerfuffle_7zip.desktop
share/kde4/services/kerfuffle_7z.desktop
share/kde4/services/kerfuffle_clirar.desktop
share/kde4/services/kerfuffle_clizip.desktop
share/kde4/services/kerfuffle_libarchive.desktop
share/kde4/services/kerfuffle_libbz2.desktop
share/kde4/services/kerfuffle_libgz.desktop
share/kde4/services/kerfuffle_libzip.desktop
share/kde4/services/kerfuffle_rar.desktop
share/kde4/services/kerfuffle_libxz.desktop
share/kde4/services/kwalletconfig.desktop
share/kde4/services/kwalletmanager_show.desktop
share/kde4/services/oktetapart.desktop
share/kde4/services/plasma-package-superkaramba.desktop
share/kde4/services/plasma-scriptengine-superkaramba.desktop
share/kde4/servicetypes/kerfufflePlugin.desktop
@dirrmtry share/icons/oxygen/42x42/devices
@dirrmtry share/icons/oxygen/42x42
@dirrm share/doc/HTML/en/superkaramba
@dirrm share/doc/HTML/en/okteta
@dirrm share/doc/HTML/en/kwallet
@ -254,11 +312,14 @@ share/kde4/servicetypes/kerfufflePlugin.desktop
@dirrm share/doc/HTML/en/kfloppy
@dirrm share/doc/HTML/en/kdf
@dirrm share/doc/HTML/en/kcontrol/blockdevices
@dirrm share/doc/HTML/en/kcmlirc
@dirrm share/doc/HTML/en/kcharselect
@dirrm share/doc/HTML/en/kcalc
@dirrm share/doc/HTML/en/irkick
@dirrm share/doc/HTML/en/ark
@dirrm share/apps/sweeper
@dirrm share/apps/superkaramba
@dirrm share/apps/remotes
@dirrm share/apps/oktetapart
@dirrm share/apps/okteta
@dirrm share/apps/kwalletmanager/icons/oxygen/22x22/actions
@ -285,7 +346,7 @@ share/kde4/servicetypes/kerfufflePlugin.desktop
@dirrm share/apps/kgpg/icons/oxygen
@dirrm share/apps/kgpg/icons
@dirrm share/apps/kgpg
@dirrm share/apps/kdf/pics
@dirrm share/apps/kdf
@dirrm share/apps/kcalc
@dirrm share/apps/irkick
@dirrm share/apps/ark

View file

@ -0,0 +1,51 @@
# New ports collection Makefile for: kdepimp4
# Date created: 2008-31-05
# Whom: miwi
#
# $FreeBSD$
PORTNAME= kdepim-runtime
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Libraries for KDE-PIM applications
BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
boost_python:${PORTSDIR}/devel/boost-python-libs \
qca.2:${PORTSDIR}/devel/qca
LATEST_LINK= ${PORTNAME}4
USE_KDE4= kdelibs kdeexp pimlibs runtime akonadi kdeprefix kdehier automoc4
KDE4_BUILDENV= yes
USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= corelib opengl dbus qt3support designer network svg qtestlib \
xml gui qmake_build moc_build rcc_build uic_build
USE_OPENLDAP= yes
MAKE_JOBS_SAFE= yes
#fix build when kdepim3 is here
CMAKE_ARGS+= -DGPGME_LIBRARY_DIR:PATH="${KDE4_PREFIX}/lib"
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
${GREP} -H -r "#include <q" ${WRKSRC}/.. | ${CUT} -d: -f1 | uniq | \
${XARGS} ${REINPLACE_CMD} -f ${FILESDIR}/qt3to4headers.txt
pre-configure:
#respect prefix
${FIND} ${WRKSRC}/.. -type f -name CMakeLists.txt | ${XARGS} \
${REINPLACE_CMD} -e '/^install/s,KDE4_DBUS_INTERFACES_DIR,DBUS_INTERFACES_INSTALL_DIR,g'
@${REINPLACE_CMD} -e 's|add_subdirectory( kolabproxy )||' \
${WRKSRC}/../resources/CMakeLists.txt
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (KDE/kdepim-runtime-4.3.0.tar.bz2) = 608b629bfc1a1976d6888079e5d839f1
SHA256 (KDE/kdepim-runtime-4.3.0.tar.bz2) = 8e0e39afaae73bc53f83d57c015172b75852778e4e14fcc6b9ffd6e261115cf2
SIZE (KDE/kdepim-runtime-4.3.0.tar.bz2) = 743273

View file

@ -0,0 +1,33 @@
--- ../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 )
+
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}" )
set( akonadixml_SRCS

View file

@ -0,0 +1,46 @@
s/<q3dragobject.h>/<Q3DragObject>/g
s/<q3frame.h>/<Q3Frame>/g
s/<q3groupbox.h>/<Q3GroupBox>/g
s/<q3hgroupbox.h>/<Q3HGroupBox>/g
s/<q3listview.h>/<Q3ListView>/g
s/<q3popupmenu.h>/<Q3PopupMenu>/g
s/<q3process.h>/<Q3Process>/g
s/<q3progressdialog.h>/<Q3ProgressDialog>/g
s/<q3strlist.h>/<Q3StrList>/g
s/<q3textview.h>/<Q3TextView>/g
s/<q3vbox.h>/<Q3VBox>/g
s/<q3vgroupbox.h>/<Q3VGroupBox>/g
s/<qapplication.h>/<QApplication>/g
s/<qbuttongroup.h>/<QButtonGroup>/g
s/<qcheckbox.h>/<QCheckBox>/g
s/<qcolor.h>/<QColor>/g
s/<qcombobox.h>/<QComboBox>/g
s/<qcursor.h>/<QCursor>/g
s/<qdesktopwidget.h>/<QDesktopWidget>/g
s/<qdir.h>/<QDir>/g
s/<qevent.h>/<QEvent>/g
s/<qfile.h>/<QFile>/g
s/<qfileinfo.h>/<QFileInfo>/g
s/<qfont.h>/<QFont>/g
s/<qfontmetrics.h>/<QFontMetrics>/g
s/<qgroupbox.h>/<QGroupBox>/g
s/<qimage.h>/<QImage>/g
s/<qlabel.h>/<QLabel>/g
s/<qlayout.h>/<QLayout>/g
s/<qlineedit.h>/<QLineEdit>/g
s/<qmatrix.h>/<QMatrix>/g
s/<qobject.h>/<QObject>/g
s/<qpainter.h>/<QPainter>/g
s/<qpalette.h>/<QPalette>/g
s/<qpixmap.h>/<QPixmap>/g
s/<qpointer.h>/<QPointer>/g
s/<qpushbutton.h>/<QPushButton>/g
s/<qradiobutton.h>/<QRadioButton>/g
s/<qregexp.h>/<QRegExp>/g
s/<qspinbox.h>/<QSpinBox>/g
s/<qstring.h>/<QString>/g
s/<qtextcodec.h>/<QTextCodec>/g
s/<qtextstream.h>/<QTextStream>/g
s/<qtimer.h>/<QTimer>/g
s/<qtooltip.h>/<QToolTip>/g
s/<qwidget.h>/<QWidget>/g

View file

@ -0,0 +1,8 @@
KDE4 is the K Desktop Environment for Unix, Windows, and Mac OS X.
These kde4 ports intend to provide early access to KDE4 for FreeBSD
developers, porters and beta testers. Use at your own risk!
This package provides PIM runtime libs for KDE4.
WWW: http://www.kde.org/

View file

@ -0,0 +1,106 @@
bin/akonadi2xml
bin/akonadi_birthdays_resource
bin/akonadi_distlist_resource
bin/akonadi_ical_resource
bin/akonadi_imap_resource
bin/akonadi_kabc_resource
bin/akonadi_kcal_resource
bin/akonadi_knut_resource
bin/akonadi_localbookmarks_resource
bin/akonadi_maildir_resource
bin/akonadi_microblog_resource
bin/akonadi_nepomuk_contact_feeder
bin/akonadi_nepomuk_email_feeder
bin/akonadi_nepomuktag_resource
bin/akonadi_nntp_resource
bin/akonadi_strigi_feeder
bin/akonadi_vcard_resource
bin/akonadi_vcarddir_resource
bin/akonadiconsole
bin/akonaditray
bin/kres-migrator
include/akonadi/xml/akonadi-xml_export.h
include/akonadi/xml/xmldocument.h
include/akonadi/xml/xmlreader.h
include/akonadi/xml/xmlwritejob.h
include/akonadi/xml/xmlwriter.h
lib/kde4/akonadi_serializer_addressee.so
lib/kde4/akonadi_serializer_bookmark.so
lib/kde4/akonadi_serializer_contactgroup.so
lib/kde4/akonadi_serializer_kcal.so
lib/kde4/akonadi_serializer_mail.so
lib/kde4/akonadi_serializer_microblog.so
lib/kde4/kabc_akonadi.so
lib/kde4/kcal_akonadi.so
lib/kde4/kcm_akonadi.so
lib/kde4/kcm_akonadi_resources.so
lib/kde4/kcm_akonadi_server.so
lib/kde4/kio_akonadi.so
lib/libakonadi-kabccommon.so
lib/libakonadi-kabccommon.so.5
lib/libakonadi-kabccommon.so.5.0.1
lib/libakonadi-kcal.so
lib/libakonadi-kcal.so.5
lib/libakonadi-kcal.so.5.0.1
lib/libakonadi-xml.so
lib/libakonadi-xml.so.5
lib/libakonadi-xml.so.5.0.1
lib/libakonadi_next.so
lib/libakonadi_next.so.5
lib/libakonadi_next.so.5.0.1
lib/libkdepim-copy.so
lib/libkdepim-copy.so.5
lib/libkdepim-copy.so.5.0.1
lib/libmaildir.so
lib/libmaildir.so.5
lib/libmaildir.so.5.0.1
share/akonadi/agents/birthdaysresource.desktop
share/akonadi/agents/distlistresource.desktop
share/akonadi/agents/icalresource.desktop
share/akonadi/agents/imapresource.desktop
share/akonadi/agents/kabcresource.desktop
share/akonadi/agents/kcalresource.desktop
share/akonadi/agents/knutresource.desktop
share/akonadi/agents/localbookmarksresource.desktop
share/akonadi/agents/maildirresource.desktop
share/akonadi/agents/microblog.desktop
share/akonadi/agents/nepomukcontactfeeder.desktop
share/akonadi/agents/nepomukemailfeeder.desktop
share/akonadi/agents/nepomuktagresource.desktop
share/akonadi/agents/nntpresource.desktop
share/akonadi/agents/notesresource.desktop
share/akonadi/agents/strigifeeder.desktop
share/akonadi/agents/vcarddirresource.desktop
share/akonadi/agents/vcardresource.desktop
share/applications/kde4/akonadiconsole.desktop
share/applications/kde4/akonaditray.desktop
share/apps/akonadi/akonadi-xml.xsd
share/apps/akonadi/firstrun/defaultaddressbook
share/apps/akonadi/firstrun/defaultcalendar
share/apps/akonadi/plugins/serializer/akonadi_serializer_addressee.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_bookmark.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_contactgroup.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_kcal.desktop
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/akonadiconsole/akonadiconsoleui.rc
share/config/kres-migratorrc
share/dbus-1/interfaces/org.kde.Akonadi.Maildir.Settings.xml
share/kde4/services/akonadi.protocol
share/kde4/services/kcm_akonadi.desktop
share/kde4/services/kcm_akonadi_resources.desktop
share/kde4/services/kcm_akonadi_server.desktop
share/kde4/services/kresources/kabc/akonadi.desktop
share/kde4/services/kresources/kcal/akonadi.desktop
share/mime/packages/kdepim-mime.xml
share/mime/application/x-vnd.kde.notes.xml
@dirrm share/apps/akonadiconsole
@dirrm share/apps/akonadi_knut_resource
@dirrm share/apps/akonadi/plugins/serializer
@dirrm share/apps/akonadi/plugins
@dirrm share/apps/akonadi/firstrun
@dirrm share/apps/akonadi
@dirrm share/akonadi/agents
@dirrm share/akonadi
@dirrm include/akonadi/xml

View file

@ -6,7 +6,6 @@
PORTNAME= kdepim
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -25,20 +24,18 @@ LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
LATEST_LINK= ${PORTNAME}4
USE_KDE4= kdelibs pimlibs kdebase akonadi kdeprefix kdehier automoc4
USE_KDE4= kdelibs kdeexp pimlibs pimruntime runtime workspace akonadi kdeprefix kdehier automoc4
KDE4_BUILDENV= yes
USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= corelib opengl dbus qt3support designer network svg qtestlib \
qmake_build moc_build rcc_build uic_build
USE_OPENLDAP= yes
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
#fix build when kdepim3 is here
CMAKE_ARGS+= -DGPGME_LIBRARY_DIR:PATH="${KDE4_PREFIX}/lib"
MAN1= kabcclient.1
OPTIONS= GNOKII "KAdressbook import/export for Nokia phones" off
# KITCHENSYNC "PIM synchronization utility" off

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdepim-4.2.4.tar.bz2) = e3b14bea173511628767475f0dbfb6ac
SHA256 (KDE/kdepim-4.2.4.tar.bz2) = 4a9e07f5e6e409a0c20686c9905dc871f34bcb372de61a13478c7c0478f8b651
SIZE (KDE/kdepim-4.2.4.tar.bz2) = 12132236
MD5 (KDE/kdepim-4.3.0.tar.bz2) = ddc887f19ef9cd454f4f3226c955aaaf
SHA256 (KDE/kdepim-4.3.0.tar.bz2) = a5cde787a207da52f065510f27f4980ee852e8b05cc5d72d3a102d967a99f6f8
SIZE (KDE/kdepim-4.3.0.tar.bz2) = 11320808

View file

@ -1,20 +0,0 @@
--- ../kleopatra/main.cpp.orig 2009-07-01 18:44:25.000000000 -0400
+++ ../kleopatra/main.cpp 2009-07-01 18:49:26.000000000 -0400
@@ -75,6 +75,8 @@
#include <QEventLoop>
#include <QThreadPool>
+#include <gpgme++/global.h>
+
#include <boost/shared_ptr.hpp>
#include <cassert>
@@ -153,6 +155,8 @@
QTime timer;
timer.start();
+ GpgME::initializeLibrary();
+
{
const unsigned int threads = QThreadPool::globalInstance()->maxThreadCount();
QThreadPool::globalInstance()->setMaxThreadCount( qMax( 2U, threads ) );

View file

@ -1,11 +0,0 @@
--- ../libkleo/backends/qgpgme/qgpgmebackend.cpp.orig 2009-07-01 18:51:09.000000000 -0400
+++ ../libkleo/backends/qgpgme/qgpgmebackend.cpp 2009-07-01 18:57:10.000000000 -0400
@@ -280,7 +280,7 @@
mOpenPGPProtocol( 0 ),
mSMIMEProtocol( 0 )
{
-
+ GpgME::initializeLibrary();
}
Kleo::QGpgMEBackend::~QGpgMEBackend() {

View file

@ -1,22 +1,5 @@
bin/akonadi_distlist_resource
bin/akonadi_ical_resource
bin/akonadi_imaplib_resource
bin/akonadi_kabc_resource
bin/akonadi_kcal_resource
bin/akonadi_knut_resource
bin/akonadi_localbookmarks_resource
bin/akonadi_maildir_resource
bin/akonadi_mailthreader_agent
bin/akonadi_nepomuk_contact_feeder
bin/akonadi_nepomuk_email_feeder
bin/akonadi_nepomuktag_resource
bin/akonadi_nntp_resource
bin/akonadi_strigi_feeder
bin/akonadi_vcard_resource
bin/akonadi_vcarddir_resource
bin/akonadiconsole
bin/akonaditray
bin/akregator
bin/akregatorstorageexporter
bin/egroupwarewizard
bin/groupwarewizard
bin/groupwisewizard
@ -39,7 +22,6 @@ bin/kmail_sav.sh
bin/kmailcvt
bin/knode
bin/knotes
bin/kode
bin/kolabwizard
bin/konsolekalendar
bin/kontact
@ -47,17 +29,11 @@ bin/korgac
bin/korganizer
bin/kpilot
bin/kpilotDaemon
bin/kres-migrator
bin/ksendemail
bin/ktimetracker
bin/kung
bin/kwatchgnupg
bin/kwsdl_compiler
bin/kxforms
bin/kxml_compiler
bin/scalixadmin
bin/scalixwizard
bin/schematest
bin/sloxwizard
include/akregator/akregator_export.h
include/akregator/article.h
@ -70,7 +46,6 @@ include/akregator/storagefactory.h
include/akregator/storagefactoryregistry.h
include/akregator/types.h
include/kaddressbook/kaddressbook_export.h
include/kdepimprotocols.h
include/kleo/adduseridjob.h
include/kleo/changeexpiryjob.h
include/kleo/changeownertrustjob.h
@ -145,32 +120,20 @@ include/kpilot/pilotSerialDatabase.h
include/kpilot/plugin.h
include/kpilot/pluginfactory.h
include/kpilot/syncAction.h
include/ksieve/error.h
include/ksieve/lexer.h
include/ksieve/libksieve_export.h
include/ksieve/parser.h
include/ksieve/scriptbuilder.h
include/libkleopatraclient/core/command.h
include/libkleopatraclient/core/initialization.h
include/libkleopatraclient/core/selectcertificatecommand.h
include/libkleopatraclient/core/signencryptfilescommand.h
include/libkleopatraclient/gui/certificaterequester.h
include/libkleopatraclient/kleopatraclient_export.h
lib/kde4/akonadi_serializer_addressee.so
lib/kde4/akonadi_serializer_bookmark.so
lib/kde4/akonadi_serializer_contactgroup.so
lib/kde4/akonadi_serializer_kcal.so
lib/kde4/akonadi_serializer_mail.so
lib/kde4/akregator_config_advanced.so
lib/kde4/akregator_config_appearance.so
lib/kde4/akregator_config_archive.so
lib/kde4/akregator_config_browser.so
lib/kde4/akregator_config_general.so
lib/kde4/akregator_config_onlinesync.so
lib/kde4/akregator_mk4storage_plugin.so
lib/kde4/akregator_onlinesync_plugin.so
lib/kde4/akregatorpart.so
lib/kde4/kabc_akonadi.so
lib/kde4/kabc_groupdav.so
lib/kde4/kabc_groupwise.so
lib/kde4/kabc_kolab.so
@ -197,37 +160,33 @@ lib/kde4/kaddressbookpart.so
lib/kde4/kalarm_local.so
lib/kde4/kalarm_localdir.so
lib/kde4/kalarm_remote.so
lib/kde4/kcal_akonadi.so
lib/kde4/kcal_blog.so
lib/kde4/kcal_groupdav.so
lib/kde4/kcal_groupwise.so
lib/kde4/kcal_kabc.so
lib/kde4/kcal_kolab.so
lib/kde4/kcal_remote.so
lib/kde4/kcal_resourcefeatureplan_plugin.so
lib/kde4/kcal_scalix.so
lib/kde4/kcal_slox.so
lib/kde4/kcal_xmlrpc.so
lib/kde4/kcm_akonadi.so
lib/kde4/kcm_akonadi_resources.so
lib/kde4/kcm_akonadi_server.so
lib/kde4/kcm_apptsummary.so
lib/kde4/kcm_kabconfig.so
lib/kde4/kcm_kabcustomfields.so
lib/kde4/kcm_kabldapconfig.so
lib/kde4/kcm_kjots.so
lib/kde4/kcm_kleopatra.so
lib/kde4/kcm_kmail.so
lib/kde4/kcm_kmailsummary.so
lib/kde4/kcm_knode.so
lib/kde4/kcm_knote.so
lib/kde4/kcm_kontact.so
lib/kde4/kcm_kontactsummary.so
lib/kde4/kcm_korganizer.so
lib/kde4/kcm_kpilot.so
lib/kde4/kcm_ktimetrackerconfig.so
lib/kde4/kcm_ktimetracker.so
lib/kde4/kcm_planner.so
lib/kde4/kcm_sdsummary.so
lib/kde4/kcm_todosummary.so
lib/kde4/kio_akonadi.so
lib/kde4/kio_groupwise.so
lib/kde4/kio_scalix.so
lib/kde4/kjotspart.so
@ -271,12 +230,6 @@ lib/kde4/ktexteditorkabcbridge.so
lib/kde4/ktimetrackerpart.so
lib/kde4/ldifvcardthumbnail.so
lib/kde4/plugins/designer/kdepimwidgets.so
lib/libakonadi-kabccommon.so
lib/libakonadi-kabccommon.so.5
lib/libakonadi-kabccommon.so.5.0.1
lib/libakonadi-kcal.so
lib/libakonadi-kcal.so.5
lib/libakonadi-kcal.so.5.0.1
lib/libakregatorinterfaces.so
lib/libakregatorinterfaces.so.5
lib/libakregatorinterfaces.so.5.0.1
@ -285,9 +238,6 @@ lib/libakregatorprivate.so.5.0.1
lib/libgwsoap.so
lib/libgwsoap.so.5
lib/libgwsoap.so.5.0.1
lib/libimap.so
lib/libimap.so.5
lib/libimap.so.5.0.1
lib/libkabc_groupdav.so
lib/libkabc_groupdav.so.5
lib/libkabc_groupdav.so.5.0.1
@ -323,9 +273,6 @@ lib/libkcal_groupdav.so.5.0.1
lib/libkcal_resourceblog.so
lib/libkcal_resourceblog.so.5
lib/libkcal_resourceblog.so.5.0.1
lib/libkcal_resourcefeatureplan.so
lib/libkcal_resourcefeatureplan.so.5
lib/libkcal_resourcefeatureplan.so.5.0.1
lib/libkcal_resourceremote.so
lib/libkcal_resourceremote.so.5
lib/libkcal_resourceremote.so.5.0.1
@ -353,9 +300,6 @@ lib/libkgroupwarebase.so.5.0.1
lib/libkgroupwaredav.so
lib/libkgroupwaredav.so.5
lib/libkgroupwaredav.so.5.0.1
lib/libkholidays.so
lib/libkholidays.so.5
lib/libkholidays.so.5.0.1
lib/libkleo.so
lib/libkleo.so.5
lib/libkleo.so.5.0.1
@ -379,12 +323,6 @@ lib/libknoteskolab.so.5.0.1
lib/libknotesscalix.so
lib/libknotesscalix.so.5
lib/libknotesscalix.so.5.0.1
lib/libkocorehelper.so
lib/libkocorehelper.so.5
lib/libkocorehelper.so.5.0.1
lib/libkode.so
lib/libkode.so.5
lib/libkode.so.5.0.1
lib/libkontactinterfaces.so
lib/libkontactinterfaces.so.5
lib/libkontactinterfaces.so.5.0.1
@ -396,6 +334,9 @@ lib/libkorg_stdprinting.so.5.0.1
lib/libkorganizer_calendar.so
lib/libkorganizer_calendar.so.5
lib/libkorganizer_calendar.so.5.0.1
lib/libkorganizer_core.so
lib/libkorganizer_core.so.5
lib/libkorganizer_core.so.5.0.1
lib/libkorganizer_eventviewer.so
lib/libkorganizer_eventviewer.so.5
lib/libkorganizer_eventviewer.so.5.0.1
@ -412,60 +353,21 @@ lib/libkpilot.so.5
lib/libkpilot.so.5.0.1
lib/libkpilot_akonadibase.so
lib/libkpilot_conduit_base.so
lib/libkschema.so
lib/libkschema.so.5
lib/libkschema.so.5.0.1
lib/libkschemawidgets.so
lib/libkschemawidgets.so.5
lib/libkschemawidgets.so.5.0.1
lib/libksieve.so
lib/libksieve.so.5
lib/libksieve.so.5.0.1
lib/libkslox.so
lib/libkslox.so.5
lib/libkslox.so.5.0.1
lib/libkxmlcommon.so
lib/libkxmlcommon.so.5
lib/libkxmlcommon.so.5.0.1
lib/libmaildir.so
lib/libmaildir.so.5
lib/libmaildir.so.5.0.1
lib/libmimelib.so
lib/libmimelib.so.5
lib/libmimelib.so.5.0.1
lib/libschema.so
lib/libschema.so.5
lib/libschema.so.5.0.1
lib/libwscl.so
lib/libwscl.so.5
lib/libwscl.so.5.0.1
lib/libwsdl.so
lib/libwsdl.so.5
lib/libwsdl.so.5.0.1
lib/strigi/strigiea_ics.so
lib/strigi/strigiea_vcf.so
share/akonadi/agents/distlistresource.desktop
share/akonadi/agents/icalresource.desktop
share/akonadi/agents/imaplibresource.desktop
share/akonadi/agents/kabcresource.desktop
share/akonadi/agents/kcalresource.desktop
share/akonadi/agents/knutresource.desktop
share/akonadi/agents/localbookmarksresource.desktop
share/akonadi/agents/maildirresource.desktop
share/akonadi/agents/mailthreaderagent.desktop
share/akonadi/agents/nepomukcontactfeeder.desktop
share/akonadi/agents/nepomukemailfeeder.desktop
share/akonadi/agents/nepomuktagresource.desktop
share/akonadi/agents/nntpresource.desktop
share/akonadi/agents/strigifeeder.desktop
share/akonadi/agents/vcarddirresource.desktop
share/akonadi/agents/vcardresource.desktop
share/applications/kde4/KMail.desktop
share/applications/kde4/KNode.desktop
share/applications/kde4/Kjots.desktop
share/applications/kde4/Kontact.desktop
share/applications/kde4/akonadiconsole.desktop
share/applications/kde4/akonaditray.desktop
share/applications/kde4/akregator.desktop
share/applications/kde4/groupwarewizard.desktop
share/applications/kde4/kaddressbook.desktop
@ -479,13 +381,6 @@ share/applications/kde4/korganizer.desktop
share/applications/kde4/kpilot.desktop
share/applications/kde4/kpilotdaemon.desktop
share/applications/kde4/ktimetracker.desktop
share/applications/kde4/kwsdl_compiler.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_addressee.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_bookmark.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_contactgroup.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_kcal.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_mail.desktop
share/apps/akonadiconsole/akonadiconsoleui.rc
share/apps/akregator/about/akregator.css
share/apps/akregator/about/main.html
share/apps/akregator/about/top-left-akregator.png
@ -496,9 +391,6 @@ share/apps/akregator/articleviewer.rc
share/apps/akregator/pageviewer.rc
share/apps/akregator/pics/kmmsgnew.png
share/apps/akregator/pics/kmmsgunseen.png
share/apps/akregator_onlinesync_plugin/akregator_onlinesync_plugin.rc
share/apps/cmake/modules/FindKode.cmake
share/apps/cmake/modules/KodeMacros.cmake
share/apps/kaddressbook/bookmark_xxportui.rc
share/apps/kaddressbook/csv-templates/kaddressbook.desktop
share/apps/kaddressbook/csv-templates/outlook2000.desktop
@ -570,6 +462,8 @@ share/apps/kdepimwidgets/pics/ktimeedit.png
share/apps/kjots/kjotspartui.rc
share/apps/kjots/kjotsui.rc
share/apps/kleopatra/kleopatra.rc
share/apps/kleopatra/pics/gpg4win-compact.png
share/apps/kleopatra/pics/gpg4win.png
share/apps/kleopatra/pics/kleopatra_splashscreen.png
share/apps/kleopatra/pics/kleopatra_splashscreen.svgz
share/apps/kleopatra/pics/kleopatra_wizard.png
@ -605,17 +499,13 @@ share/apps/kmail/pics/key_ok.png
share/apps/kmail/pics/key_unknown.png
share/apps/kmail/pics/kmwizard.png
share/apps/kmail/pics/mail-deleted.png
share/apps/kmail/pics/mail-download-later.png
share/apps/kmail/pics/mail-download-now.png
share/apps/kmail/pics/mail-encrypted-full.png
share/apps/kmail/pics/mail-encrypted-part.png
share/apps/kmail/pics/mail-encrypted.png
share/apps/kmail/pics/mail-horizontal-space.png
share/apps/kmail/pics/mail-thread-ignored.png
share/apps/kmail/pics/mail-thread-watch.png
share/apps/kmail/pics/mail-vertical-separator-line.png
share/apps/kmail/pics/overlay-busy-clock-1.png
share/apps/kmail/pics/overlay-busy-clock-2.png
share/apps/kmail/pics/overlay-busy-clock-3.png
share/apps/kmail/pics/overlay-busy-clock-4.png
share/apps/kmail/pics/pgp-keys.png
share/apps/kmail/pics/quotecollapse.png
share/apps/kmail/pics/quoteexpand.png
@ -671,6 +561,11 @@ share/apps/knotes/icons/oxygen/16x16/actions/knotes_delete.png
share/apps/knotes/knotes_part.rc
share/apps/knotes/knotesappui.rc
share/apps/knotes/knotesui.rc
share/apps/konsolekalendar/pics/hi128-apps-konsolekalendar.png
share/apps/konsolekalendar/pics/hi16-apps-konsolekalendar.png
share/apps/konsolekalendar/pics/hi22-apps-konsolekalendar.png
share/apps/konsolekalendar/pics/hi32-apps-konsolekalendar.png
share/apps/konsolekalendar/pics/hi48-apps-konsolekalendar.png
share/apps/kontact/about/kontact.css
share/apps/kontact/about/main.html
share/apps/kontact/about/top-left-kontact.png
@ -687,7 +582,7 @@ share/apps/kontact/ksettingsdialog/planner.setdlg
share/apps/kontact/ksettingsdialog/specialdates.setdlg
share/apps/kontact/ksettingsdialog/summary.setdlg
share/apps/kontactsummary/kontactsummary_part.rc
share/apps/korgac/icons/oxygen/22x22/actions/korgac.png
share/apps/korgac/icons/hicolor/22x22/actions/korgac.png
share/apps/korganizer/korganizer_part.rc
share/apps/korganizer/korganizerui.rc
share/apps/korganizer/sounds/alert.wav
@ -730,7 +625,6 @@ share/apps/ktimetracker/pics/watch-7.xpm
share/apps/kwatchgnupg/kwatchgnupgui.rc
share/apps/kwatchgnupg/pics/kwatchgnupg.png
share/apps/kwatchgnupg/pics/kwatchgnupg2.png
share/apps/kxforms/kxformsui.rc
share/apps/libkdepim/about/bar-bottom-left.png
share/apps/libkdepim/about/bar-bottom-middle.png
share/apps/libkdepim/about/bar-bottom-right.png
@ -754,67 +648,17 @@ share/apps/libkdepim/about/kde_infopage.css
share/apps/libkdepim/about/kde_infopage_rtl.css
share/apps/libkdepim/about/top-left.png
share/apps/libkdepim/about/top-middle.png
share/apps/libkholidays/holiday_BelgiumDutch
share/apps/libkholidays/holiday_BelgiumFrench
share/apps/libkholidays/holiday_BelgiumWalloon
share/apps/libkholidays/holiday_Suedtirol
share/apps/libkholidays/holiday_ar
share/apps/libkholidays/holiday_at
share/apps/libkholidays/holiday_au
share/apps/libkholidays/holiday_bavarian
share/apps/libkholidays/holiday_br
share/apps/libkholidays/holiday_bg
share/apps/libkholidays/holiday_ca
share/apps/libkholidays/holiday_catalan
share/apps/libkholidays/holiday_ch
share/apps/libkholidays/holiday_cl
share/apps/libkholidays/holiday_co
share/apps/libkholidays/holiday_cz
share/apps/libkholidays/holiday_de
share/apps/libkholidays/holiday_dk
share/apps/libkholidays/holiday_ee
share/apps/libkholidays/holiday_es
share/apps/libkholidays/holiday_fi
share/apps/libkholidays/holiday_fr
share/apps/libkholidays/holiday_frswiss
share/apps/libkholidays/holiday_gb
share/apps/libkholidays/holiday_gr
share/apps/libkholidays/holiday_gt
share/apps/libkholidays/holiday_hu
share/apps/libkholidays/holiday_ie
share/apps/libkholidays/holiday_il
share/apps/libkholidays/holiday_is
share/apps/libkholidays/holiday_it
share/apps/libkholidays/holiday_jm
share/apps/libkholidays/holiday_jp
share/apps/libkholidays/holiday_lt
share/apps/libkholidays/holiday_mx
share/apps/libkholidays/holiday_nl
share/apps/libkholidays/holiday_no
share/apps/libkholidays/holiday_nz
share/apps/libkholidays/holiday_pl
share/apps/libkholidays/holiday_pt
share/apps/libkholidays/holiday_py
share/apps/libkholidays/holiday_quebec
share/apps/libkholidays/holiday_ro
share/apps/libkholidays/holiday_ru
share/apps/libkholidays/holiday_se
share/apps/libkholidays/holiday_si
share/apps/libkholidays/holiday_sk
share/apps/libkholidays/holiday_th
share/apps/libkholidays/holiday_ua
share/apps/libkholidays/holiday_us
share/apps/libkholidays/holiday_uy
share/apps/libkholidays/holiday_za
share/apps/libkleopatra/pics/chiasmus_chi.png
share/apps/libkleopatra/pics/hi16-app-gpg.png
share/apps/libkleopatra/pics/hi16-app-gpgsm.png
share/apps/libkleopatra/pics/hi22-app-gpg.png
share/apps/libkleopatra/pics/hi22-app-gpgsm.png
share/apps/libkleopatra/pics/hi32-app-gpg.png
share/apps/libkleopatra/pics/hi32-app-gpgsm.png
share/apps/libkleopatra/pics/key.png
share/apps/libkleopatra/pics/key_bad.png
share/apps/libkleopatra/pics/key_ok.png
share/apps/libkleopatra/pics/key_unknown.png
share/apps/nepomuk/ontologies/nco.desktop
share/apps/nepomuk/ontologies/nco.trig
share/apps/nepomuk/ontologies/nmo.desktop
share/apps/nepomuk/ontologies/nmo.trig
share/autostart/kabcdistlistupdater.desktop
share/autostart/kalarm.autostart.desktop
share/autostart/korgac.desktop
@ -835,7 +679,6 @@ share/config.kcfg/kontact.kcfg
share/config.kcfg/korganizer.kcfg
share/config.kcfg/kpilot.kcfg
share/config.kcfg/kpilotlib.kcfg
share/config.kcfg/kxforms.kcfg
share/config.kcfg/memofileconduit.kcfg
share/config.kcfg/replyphrases.kcfg
share/config.kcfg/scalix.kcfg
@ -846,7 +689,6 @@ share/config.kcfg/todosettings.kcfg
share/config/kmail.antispamrc
share/config/kmail.antivirusrc
share/config/korganizer.knsrc
share/config/kres-migratorrc
share/config/libkleopatrarc
share/dbus-1/interfaces/org.kde.KAddressbook.Core.xml
share/dbus-1/interfaces/org.kde.KNotes.xml
@ -884,10 +726,6 @@ share/doc/HTML/en/akregator/main-window4.png
share/doc/HTML/en/akregator/quick-filter.png
share/doc/HTML/en/akregator/rss.png
share/doc/HTML/en/akregator/rss3.png
share/doc/HTML/en/kabcclient/common
share/doc/HTML/en/kabcclient/index.cache.bz2
share/doc/HTML/en/kabcclient/index.docbook
share/doc/HTML/en/kabcclient/man-kabcclient.1.docbook
share/doc/HTML/en/kaddressbook/addhost.png
share/doc/HTML/en/kaddressbook/common
share/doc/HTML/en/kaddressbook/conf.png
@ -910,9 +748,6 @@ share/doc/HTML/en/kalarm/index.cache.bz2
share/doc/HTML/en/kalarm/index.docbook
share/doc/HTML/en/kalarm/mainwindow.png
share/doc/HTML/en/kalarm/spinbox.png
share/doc/HTML/en/kioslave/news/common
share/doc/HTML/en/kioslave/news/index.cache.bz2
share/doc/HTML/en/kioslave/news/index.docbook
share/doc/HTML/en/kjots/common
share/doc/HTML/en/kjots/index.cache.bz2
share/doc/HTML/en/kjots/index.docbook
@ -976,9 +811,6 @@ share/doc/HTML/en/knode/using-subscribing.docbook
share/doc/HTML/en/knotes/common
share/doc/HTML/en/knotes/index.cache.bz2
share/doc/HTML/en/knotes/index.docbook
share/doc/HTML/en/konsolekalendar/common
share/doc/HTML/en/konsolekalendar/index.cache.bz2
share/doc/HTML/en/konsolekalendar/index.docbook
share/doc/HTML/en/kontact/calendar-sidebar-icon.png
share/doc/HTML/en/kontact/common
share/doc/HTML/en/kontact/configuration-components.png
@ -1065,6 +897,7 @@ share/doc/HTML/en/kpilot/conduit-memofile.png
share/doc/HTML/en/kpilot/conduit-todo.png
share/doc/HTML/en/kpilot/conduit-vcal.png
share/doc/HTML/en/kpilot/configuration.docbook
share/doc/HTML/en/kpilot/daemon-menu-configure.png
share/doc/HTML/en/kpilot/daemon-menu.png
share/doc/HTML/en/kpilot/faq.docbook
share/doc/HTML/en/kpilot/file-app.png
@ -1082,6 +915,9 @@ share/doc/HTML/en/kpilot/setup-startup-exit.png
share/doc/HTML/en/kpilot/setup-tabs.png
share/doc/HTML/en/kpilot/sidebar.png
share/doc/HTML/en/kpilot/sync.docbook
share/doc/HTML/en/kpilot/todo-app.png
share/doc/HTML/en/kpilot/toolbar_backup.png
share/doc/HTML/en/kpilot/toolbar_hotsync.png
share/doc/HTML/en/kpilot/usage.docbook
share/doc/HTML/en/ktimetracker/clipboard-history.png
share/doc/HTML/en/ktimetracker/common
@ -1123,7 +959,7 @@ share/icons/hicolor/16x16/apps/knotes.png
share/icons/hicolor/16x16/apps/kontact.png
share/icons/hicolor/16x16/apps/korganizer.png
share/icons/hicolor/16x16/apps/kpilot.png
share/icons/hicolor/16x16/apps/kpilotDaemon.png
share/icons/hicolor/16x16/apps/kpilotdaemon.png
share/icons/hicolor/16x16/apps/ktimetracker.png
share/icons/hicolor/22x22/actions/kpilot_backup.png
share/icons/hicolor/22x22/actions/kpilot_busysync.png
@ -1141,7 +977,7 @@ share/icons/hicolor/22x22/apps/knotes.png
share/icons/hicolor/22x22/apps/kontact.png
share/icons/hicolor/22x22/apps/korganizer.png
share/icons/hicolor/22x22/apps/kpilot.png
share/icons/hicolor/22x22/apps/kpilotDaemon.png
share/icons/hicolor/22x22/apps/kpilotdaemon.png
share/icons/hicolor/22x22/apps/ktimetracker.png
share/icons/hicolor/32x32/actions/kpilot_fullsync.png
share/icons/hicolor/32x32/actions/kpilot_hhtopc.png
@ -1158,7 +994,7 @@ share/icons/hicolor/32x32/apps/knotes.png
share/icons/hicolor/32x32/apps/kontact.png
share/icons/hicolor/32x32/apps/korganizer.png
share/icons/hicolor/32x32/apps/kpilot.png
share/icons/hicolor/32x32/apps/kpilotDaemon.png
share/icons/hicolor/32x32/apps/kpilotdaemon.png
share/icons/hicolor/32x32/apps/ktimetracker.png
share/icons/hicolor/48x48/actions/kpilot_fullsync.png
share/icons/hicolor/48x48/actions/kpilot_hhtopc.png
@ -1175,7 +1011,7 @@ share/icons/hicolor/48x48/apps/knotes.png
share/icons/hicolor/48x48/apps/kontact.png
share/icons/hicolor/48x48/apps/korganizer.png
share/icons/hicolor/48x48/apps/kpilot.png
share/icons/hicolor/48x48/apps/kpilotDaemon.png
share/icons/hicolor/48x48/apps/kpilotdaemon.png
share/icons/hicolor/48x48/apps/ktimetracker.png
share/icons/hicolor/64x64/actions/kpilot_address.png
share/icons/hicolor/64x64/actions/kpilot_bhotsync.png
@ -1210,23 +1046,15 @@ share/icons/oxygen/16x16/actions/mail-reply-custom.png
share/icons/oxygen/16x16/actions/mail-signed-fully.png
share/icons/oxygen/16x16/actions/mail-signed-part.png
share/icons/oxygen/16x16/actions/mail-signed.png
share/icons/oxygen/16x16/actions/meeting-attending-tentative.png
share/icons/oxygen/16x16/actions/meeting-attending.png
share/icons/oxygen/16x16/actions/smallclock.png
share/icons/oxygen/16x16/actions/upindicator.png
share/icons/oxygen/16x16/apps/kalarm.png
share/icons/oxygen/16x16/apps/kleopatra.png
share/icons/oxygen/16x16/apps/kmailcvt.png
share/icons/oxygen/16x16/mimetypes/x-mail-distribution-list.png
share/icons/oxygen/16x16/status/appointment-recurring.png
share/icons/oxygen/16x16/status/appointment-reminder.png
share/icons/oxygen/16x16/status/mail-sent.png
share/icons/oxygen/16x16/status/mail-tagged.png
share/icons/oxygen/16x16/status/mail-task.png
share/icons/oxygen/16x16/status/meeting-organizer.png
share/icons/oxygen/16x16/status/task-complete.png
share/icons/oxygen/16x16/status/task-recurring.png
share/icons/oxygen/16x16/status/task-reminder.png
share/icons/oxygen/22x22/actions/button_fewer.png
share/icons/oxygen/22x22/actions/button_more.png
share/icons/oxygen/22x22/actions/checkmark.png
@ -1234,37 +1062,19 @@ share/icons/oxygen/22x22/actions/document-new-from-template.png
share/icons/oxygen/22x22/actions/edit-delete-page.png
share/icons/oxygen/22x22/actions/kalarm.png
share/icons/oxygen/22x22/actions/mail-reply-custom.png
share/icons/oxygen/22x22/actions/meeting-attending-tentative.png
share/icons/oxygen/22x22/actions/meeting-attending.png
share/icons/oxygen/22x22/actions/new-command-alarm.png
share/icons/oxygen/22x22/apps/kalarm.png
share/icons/oxygen/22x22/apps/kleopatra.png
share/icons/oxygen/22x22/mimetypes/x-mail-distribution-list.png
share/icons/oxygen/22x22/status/appointment-recurring.png
share/icons/oxygen/22x22/status/appointment-reminder.png
share/icons/oxygen/22x22/status/mail-tagged.png
share/icons/oxygen/22x22/status/mail-task.png
share/icons/oxygen/22x22/status/meeting-organizer.png
share/icons/oxygen/22x22/status/task-complete.png
share/icons/oxygen/22x22/status/task-recurring.png
share/icons/oxygen/22x22/status/task-reminder.png
share/icons/oxygen/32x32/actions/edit-delete-page.png
share/icons/oxygen/32x32/actions/journal-new.png
share/icons/oxygen/32x32/actions/mail-reply-custom.png
share/icons/oxygen/32x32/actions/meeting-attending-tentative.png
share/icons/oxygen/32x32/actions/meeting-attending.png
share/icons/oxygen/32x32/actions/task-new.png
share/icons/oxygen/32x32/apps/kalarm.png
share/icons/oxygen/32x32/apps/kleopatra.png
share/icons/oxygen/32x32/apps/kmailcvt.png
share/icons/oxygen/32x32/mimetypes/x-mail-distribution-list.png
share/icons/oxygen/32x32/status/appointment-recurring.png
share/icons/oxygen/32x32/status/appointment-reminder.png
share/icons/oxygen/32x32/status/mail-tagged.png
share/icons/oxygen/32x32/status/meeting-organizer.png
share/icons/oxygen/32x32/status/task-complete.png
share/icons/oxygen/32x32/status/task-recurring.png
share/icons/oxygen/32x32/status/task-reminder.png
share/icons/oxygen/48x48/actions/edit-delete-page.png
share/icons/oxygen/48x48/actions/mail-reply-custom.png
share/icons/oxygen/48x48/apps/kalarm.png
@ -1286,15 +1096,12 @@ share/icons/oxygen/scalable/apps/kleopatra.svgz
share/icons/oxygen/scalable/mimetypes/x-mail-distribution-list.svgz
share/icons/oxygen/scalable/status/mail-tagged.svgz
share/icons/oxygen/scalable/status/mail-task.svgz
share/kde4/services/akonadi.protocol
share/kde4/services/akregator_config_advanced.desktop
share/kde4/services/akregator_config_appearance.desktop
share/kde4/services/akregator_config_archive.desktop
share/kde4/services/akregator_config_browser.desktop
share/kde4/services/akregator_config_general.desktop
share/kde4/services/akregator_config_onlinesync.desktop
share/kde4/services/akregator_mk4storage_plugin.desktop
share/kde4/services/akregator_onlinesync_plugin.desktop
share/kde4/services/akregator_part.desktop
share/kde4/services/feed.protocol
share/kde4/services/groupwise.protocol
@ -1330,19 +1137,18 @@ share/kde4/services/kaddressbook/tableview.desktop
share/kde4/services/kaddressbook/vcard_xxport.desktop
share/kde4/services/kaddressbook/yahooprotocol.desktop
share/kde4/services/kaddressbookpart.desktop
share/kde4/services/kcm_akonadi.desktop
share/kde4/services/kcm_akonadi_resources.desktop
share/kde4/services/kcm_akonadi_server.desktop
share/kde4/services/kcmapptsummary.desktop
share/kde4/services/kcmkmailsummary.desktop
share/kde4/services/kcmkontactsummary.desktop
share/kde4/services/kcmplanner.desktop
share/kde4/services/kcmsdsummary.desktop
share/kde4/services/kcmtodosummary.desktop
share/kde4/services/kjots_config_misc.desktop
share/kde4/services/kjotspart.desktop
share/kde4/services/kleopatra_config_appear.desktop
share/kde4/services/kleopatra_config_dirserv.desktop
share/kde4/services/kleopatra_config_dnorder.desktop
share/kde4/services/kleopatra_config_gnupgsystem.desktop
share/kde4/services/kleopatra_config_smimevalidation.desktop
share/kde4/services/kleopatra_decryptverifyfiles.desktop
share/kde4/services/kleopatra_decryptverifyfolders.desktop
@ -1362,6 +1168,11 @@ share/kde4/services/knode_config_identity.desktop
share/kde4/services/knode_config_post_news.desktop
share/kde4/services/knode_config_privacy.desktop
share/kde4/services/knode_config_read_news.desktop
share/kde4/services/knote_config_action.desktop
share/kde4/services/knote_config_display.desktop
share/kde4/services/knote_config_editor.desktop
share/kde4/services/knote_config_network.desktop
share/kde4/services/knote_config_style.desktop
share/kde4/services/kontact/akregatorplugin.desktop
share/kde4/services/kontact/journalplugin.desktop
share/kde4/services/kontact/kaddressbookplugin.desktop
@ -1390,6 +1201,7 @@ share/kde4/services/korganizer_configmain.desktop
share/kde4/services/korganizer_configplugins.desktop
share/kde4/services/korganizer_configtime.desktop
share/kde4/services/korganizer_configviews.desktop
share/kde4/services/korganizer_part.desktop
share/kde4/services/kpilot-conduit-calendar.desktop
share/kde4/services/kpilot-conduit-contacts.desktop
share/kde4/services/kpilot-conduit-todo.desktop
@ -1397,7 +1209,6 @@ share/kde4/services/kpilot_config.desktop
share/kde4/services/kresources/alarms/local.desktop
share/kde4/services/kresources/alarms/localdir.desktop
share/kde4/services/kresources/alarms/remote.desktop
share/kde4/services/kresources/kabc/akonadi.desktop
share/kde4/services/kresources/kabc/kabc_groupdav.desktop
share/kde4/services/kresources/kabc/kabc_groupwise.desktop
share/kde4/services/kresources/kabc/kabc_opengroupware.desktop
@ -1407,14 +1218,12 @@ share/kde4/services/kresources/kabc/kabc_xmlrpc.desktop
share/kde4/services/kresources/kabc/kolab.desktop
share/kde4/services/kresources/kabc/scalix.desktop
share/kde4/services/kresources/kalarm_manager.desktop
share/kde4/services/kresources/kcal/akonadi.desktop
share/kde4/services/kresources/kcal/blog.desktop
share/kde4/services/kresources/kcal/kabc.desktop
share/kde4/services/kresources/kcal/kcal_groupdav.desktop
share/kde4/services/kresources/kcal/kcal_groupwise.desktop
share/kde4/services/kresources/kcal/kcal_opengroupware.desktop
share/kde4/services/kresources/kcal/kcal_ox.desktop
share/kde4/services/kresources/kcal/kcal_resourcefeatureplan.desktop
share/kde4/services/kresources/kcal/kcal_slox.desktop
share/kde4/services/kresources/kcal/kcal_xmlrpc.desktop
share/kde4/services/kresources/kcal/kolab.desktop
@ -1425,7 +1234,9 @@ share/kde4/services/kresources/knotes/kolabresource.desktop
share/kde4/services/kresources/knotes/local.desktop
share/kde4/services/kresources/knotes/scalix.desktop
share/kde4/services/kresources/knotes_manager.desktop
share/kde4/services/ktimetrackerconfig.desktop
share/kde4/services/ktimetracker_config_behavior.desktop
share/kde4/services/ktimetracker_config_display.desktop
share/kde4/services/ktimetracker_config_storage.desktop
share/kde4/services/ktimetrackerpart.desktop
share/kde4/services/ldifvcardthumbnail.desktop
share/kde4/services/memofile-conduit.desktop
@ -1458,23 +1269,18 @@ share/kde4/servicetypes/kpilotconduit.desktop
@dirrm share/doc/HTML/en/kpilot
@dirrm share/doc/HTML/en/korganizer
@dirrm share/doc/HTML/en/kontact
@dirrm share/doc/HTML/en/konsolekalendar
@dirrm share/doc/HTML/en/knotes
@dirrm share/doc/HTML/en/knode
@dirrm share/doc/HTML/en/kmail
@dirrm share/doc/HTML/en/kleopatra
@dirrm share/doc/HTML/en/kjots
@dirrm share/doc/HTML/en/kioslave/news
@dirrm share/doc/HTML/en/kalarm
@dirrm share/doc/HTML/en/kaddressbook
@dirrm share/doc/HTML/en/kabcclient
@dirrm share/doc/HTML/en/akregator
@dirrm share/apps/libkleopatra/pics
@dirrm share/apps/libkleopatra
@dirrm share/apps/libkholidays
@dirrm share/apps/libkdepim/about
@dirrm share/apps/libkdepim
@dirrm share/apps/kxforms
@dirrm share/apps/kwatchgnupg/pics
@dirrm share/apps/kwatchgnupg
@dirrm share/apps/ktimetracker/pics
@ -1498,15 +1304,17 @@ share/kde4/servicetypes/kpilotconduit.desktop
@dirrm share/apps/kpilot
@dirrm share/apps/korganizer/sounds
@dirrm share/apps/korganizer
@dirrm share/apps/korgac/icons/oxygen/22x22/actions
@dirrm share/apps/korgac/icons/oxygen/22x22
@dirrm share/apps/korgac/icons/oxygen
@dirrm share/apps/korgac/icons/hicolor/22x22/actions
@dirrm share/apps/korgac/icons/hicolor/22x22
@dirrm share/apps/korgac/icons/hicolor
@dirrm share/apps/korgac/icons
@dirrm share/apps/korgac
@dirrm share/apps/kontactsummary
@dirrm share/apps/kontact/ksettingsdialog
@dirrm share/apps/kontact/about
@dirrm share/apps/kontact
@dirrm share/apps/konsolekalendar/pics
@dirrm share/apps/konsolekalendar
@dirrm share/apps/knotes/icons/oxygen/16x16/actions
@dirrm share/apps/knotes/icons/oxygen/16x16
@dirrm share/apps/knotes/icons/oxygen
@ -1536,16 +1344,9 @@ share/kde4/servicetypes/kpilotconduit.desktop
@dirrm share/apps/kaddressbook/icons
@dirrm share/apps/kaddressbook/csv-templates
@dirrm share/apps/kaddressbook
@dirrm share/apps/akregator_onlinesync_plugin
@dirrmtry share/apps/akregator/pics
@dirrm share/apps/akregator/about
@dirrmtry share/apps/akregator
@dirrm share/apps/akonadiconsole
@dirrm share/apps/akonadi/plugins/serializer
@dirrm share/apps/akonadi/plugins
@dirrm share/apps/akonadi
@dirrm share/akonadi/agents
@dirrm share/akonadi
@dirrm include/libkleopatraclient/gui
@dirrm include/libkleopatraclient/core
@dirrm include/libkleopatraclient

View file

@ -0,0 +1,51 @@
# New ports collection Makefile for: kdepimp4
# Date created: 2008-31-05
# Whom: miwi
#
# $FreeBSD$
PORTNAME= kdepim-runtime
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Libraries for KDE-PIM applications
BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
boost_python:${PORTSDIR}/devel/boost-python-libs \
qca.2:${PORTSDIR}/devel/qca
LATEST_LINK= ${PORTNAME}4
USE_KDE4= kdelibs kdeexp pimlibs runtime akonadi kdeprefix kdehier automoc4
KDE4_BUILDENV= yes
USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= corelib opengl dbus qt3support designer network svg qtestlib \
xml gui qmake_build moc_build rcc_build uic_build
USE_OPENLDAP= yes
MAKE_JOBS_SAFE= yes
#fix build when kdepim3 is here
CMAKE_ARGS+= -DGPGME_LIBRARY_DIR:PATH="${KDE4_PREFIX}/lib"
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
${GREP} -H -r "#include <q" ${WRKSRC}/.. | ${CUT} -d: -f1 | uniq | \
${XARGS} ${REINPLACE_CMD} -f ${FILESDIR}/qt3to4headers.txt
pre-configure:
#respect prefix
${FIND} ${WRKSRC}/.. -type f -name CMakeLists.txt | ${XARGS} \
${REINPLACE_CMD} -e '/^install/s,KDE4_DBUS_INTERFACES_DIR,DBUS_INTERFACES_INSTALL_DIR,g'
@${REINPLACE_CMD} -e 's|add_subdirectory( kolabproxy )||' \
${WRKSRC}/../resources/CMakeLists.txt
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (KDE/kdepim-runtime-4.3.0.tar.bz2) = 608b629bfc1a1976d6888079e5d839f1
SHA256 (KDE/kdepim-runtime-4.3.0.tar.bz2) = 8e0e39afaae73bc53f83d57c015172b75852778e4e14fcc6b9ffd6e261115cf2
SIZE (KDE/kdepim-runtime-4.3.0.tar.bz2) = 743273

View file

@ -0,0 +1,33 @@
--- ../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 )
+
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}" )
set( akonadixml_SRCS

View file

@ -0,0 +1,46 @@
s/<q3dragobject.h>/<Q3DragObject>/g
s/<q3frame.h>/<Q3Frame>/g
s/<q3groupbox.h>/<Q3GroupBox>/g
s/<q3hgroupbox.h>/<Q3HGroupBox>/g
s/<q3listview.h>/<Q3ListView>/g
s/<q3popupmenu.h>/<Q3PopupMenu>/g
s/<q3process.h>/<Q3Process>/g
s/<q3progressdialog.h>/<Q3ProgressDialog>/g
s/<q3strlist.h>/<Q3StrList>/g
s/<q3textview.h>/<Q3TextView>/g
s/<q3vbox.h>/<Q3VBox>/g
s/<q3vgroupbox.h>/<Q3VGroupBox>/g
s/<qapplication.h>/<QApplication>/g
s/<qbuttongroup.h>/<QButtonGroup>/g
s/<qcheckbox.h>/<QCheckBox>/g
s/<qcolor.h>/<QColor>/g
s/<qcombobox.h>/<QComboBox>/g
s/<qcursor.h>/<QCursor>/g
s/<qdesktopwidget.h>/<QDesktopWidget>/g
s/<qdir.h>/<QDir>/g
s/<qevent.h>/<QEvent>/g
s/<qfile.h>/<QFile>/g
s/<qfileinfo.h>/<QFileInfo>/g
s/<qfont.h>/<QFont>/g
s/<qfontmetrics.h>/<QFontMetrics>/g
s/<qgroupbox.h>/<QGroupBox>/g
s/<qimage.h>/<QImage>/g
s/<qlabel.h>/<QLabel>/g
s/<qlayout.h>/<QLayout>/g
s/<qlineedit.h>/<QLineEdit>/g
s/<qmatrix.h>/<QMatrix>/g
s/<qobject.h>/<QObject>/g
s/<qpainter.h>/<QPainter>/g
s/<qpalette.h>/<QPalette>/g
s/<qpixmap.h>/<QPixmap>/g
s/<qpointer.h>/<QPointer>/g
s/<qpushbutton.h>/<QPushButton>/g
s/<qradiobutton.h>/<QRadioButton>/g
s/<qregexp.h>/<QRegExp>/g
s/<qspinbox.h>/<QSpinBox>/g
s/<qstring.h>/<QString>/g
s/<qtextcodec.h>/<QTextCodec>/g
s/<qtextstream.h>/<QTextStream>/g
s/<qtimer.h>/<QTimer>/g
s/<qtooltip.h>/<QToolTip>/g
s/<qwidget.h>/<QWidget>/g

View file

@ -0,0 +1,8 @@
KDE4 is the K Desktop Environment for Unix, Windows, and Mac OS X.
These kde4 ports intend to provide early access to KDE4 for FreeBSD
developers, porters and beta testers. Use at your own risk!
This package provides PIM runtime libs for KDE4.
WWW: http://www.kde.org/

View file

@ -0,0 +1,106 @@
bin/akonadi2xml
bin/akonadi_birthdays_resource
bin/akonadi_distlist_resource
bin/akonadi_ical_resource
bin/akonadi_imap_resource
bin/akonadi_kabc_resource
bin/akonadi_kcal_resource
bin/akonadi_knut_resource
bin/akonadi_localbookmarks_resource
bin/akonadi_maildir_resource
bin/akonadi_microblog_resource
bin/akonadi_nepomuk_contact_feeder
bin/akonadi_nepomuk_email_feeder
bin/akonadi_nepomuktag_resource
bin/akonadi_nntp_resource
bin/akonadi_strigi_feeder
bin/akonadi_vcard_resource
bin/akonadi_vcarddir_resource
bin/akonadiconsole
bin/akonaditray
bin/kres-migrator
include/akonadi/xml/akonadi-xml_export.h
include/akonadi/xml/xmldocument.h
include/akonadi/xml/xmlreader.h
include/akonadi/xml/xmlwritejob.h
include/akonadi/xml/xmlwriter.h
lib/kde4/akonadi_serializer_addressee.so
lib/kde4/akonadi_serializer_bookmark.so
lib/kde4/akonadi_serializer_contactgroup.so
lib/kde4/akonadi_serializer_kcal.so
lib/kde4/akonadi_serializer_mail.so
lib/kde4/akonadi_serializer_microblog.so
lib/kde4/kabc_akonadi.so
lib/kde4/kcal_akonadi.so
lib/kde4/kcm_akonadi.so
lib/kde4/kcm_akonadi_resources.so
lib/kde4/kcm_akonadi_server.so
lib/kde4/kio_akonadi.so
lib/libakonadi-kabccommon.so
lib/libakonadi-kabccommon.so.5
lib/libakonadi-kabccommon.so.5.0.1
lib/libakonadi-kcal.so
lib/libakonadi-kcal.so.5
lib/libakonadi-kcal.so.5.0.1
lib/libakonadi-xml.so
lib/libakonadi-xml.so.5
lib/libakonadi-xml.so.5.0.1
lib/libakonadi_next.so
lib/libakonadi_next.so.5
lib/libakonadi_next.so.5.0.1
lib/libkdepim-copy.so
lib/libkdepim-copy.so.5
lib/libkdepim-copy.so.5.0.1
lib/libmaildir.so
lib/libmaildir.so.5
lib/libmaildir.so.5.0.1
share/akonadi/agents/birthdaysresource.desktop
share/akonadi/agents/distlistresource.desktop
share/akonadi/agents/icalresource.desktop
share/akonadi/agents/imapresource.desktop
share/akonadi/agents/kabcresource.desktop
share/akonadi/agents/kcalresource.desktop
share/akonadi/agents/knutresource.desktop
share/akonadi/agents/localbookmarksresource.desktop
share/akonadi/agents/maildirresource.desktop
share/akonadi/agents/microblog.desktop
share/akonadi/agents/nepomukcontactfeeder.desktop
share/akonadi/agents/nepomukemailfeeder.desktop
share/akonadi/agents/nepomuktagresource.desktop
share/akonadi/agents/nntpresource.desktop
share/akonadi/agents/notesresource.desktop
share/akonadi/agents/strigifeeder.desktop
share/akonadi/agents/vcarddirresource.desktop
share/akonadi/agents/vcardresource.desktop
share/applications/kde4/akonadiconsole.desktop
share/applications/kde4/akonaditray.desktop
share/apps/akonadi/akonadi-xml.xsd
share/apps/akonadi/firstrun/defaultaddressbook
share/apps/akonadi/firstrun/defaultcalendar
share/apps/akonadi/plugins/serializer/akonadi_serializer_addressee.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_bookmark.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_contactgroup.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_kcal.desktop
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/akonadiconsole/akonadiconsoleui.rc
share/config/kres-migratorrc
share/dbus-1/interfaces/org.kde.Akonadi.Maildir.Settings.xml
share/kde4/services/akonadi.protocol
share/kde4/services/kcm_akonadi.desktop
share/kde4/services/kcm_akonadi_resources.desktop
share/kde4/services/kcm_akonadi_server.desktop
share/kde4/services/kresources/kabc/akonadi.desktop
share/kde4/services/kresources/kcal/akonadi.desktop
share/mime/packages/kdepim-mime.xml
share/mime/application/x-vnd.kde.notes.xml
@dirrm share/apps/akonadiconsole
@dirrm share/apps/akonadi_knut_resource
@dirrm share/apps/akonadi/plugins/serializer
@dirrm share/apps/akonadi/plugins
@dirrm share/apps/akonadi/firstrun
@dirrm share/apps/akonadi
@dirrm share/akonadi/agents
@dirrm share/akonadi
@dirrm include/akonadi/xml

View file

@ -6,7 +6,6 @@
PORTNAME= kdepim
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -25,20 +24,18 @@ LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
LATEST_LINK= ${PORTNAME}4
USE_KDE4= kdelibs pimlibs kdebase akonadi kdeprefix kdehier automoc4
USE_KDE4= kdelibs kdeexp pimlibs pimruntime runtime workspace akonadi kdeprefix kdehier automoc4
KDE4_BUILDENV= yes
USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= corelib opengl dbus qt3support designer network svg qtestlib \
qmake_build moc_build rcc_build uic_build
USE_OPENLDAP= yes
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
#fix build when kdepim3 is here
CMAKE_ARGS+= -DGPGME_LIBRARY_DIR:PATH="${KDE4_PREFIX}/lib"
MAN1= kabcclient.1
OPTIONS= GNOKII "KAdressbook import/export for Nokia phones" off
# KITCHENSYNC "PIM synchronization utility" off

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdepim-4.2.4.tar.bz2) = e3b14bea173511628767475f0dbfb6ac
SHA256 (KDE/kdepim-4.2.4.tar.bz2) = 4a9e07f5e6e409a0c20686c9905dc871f34bcb372de61a13478c7c0478f8b651
SIZE (KDE/kdepim-4.2.4.tar.bz2) = 12132236
MD5 (KDE/kdepim-4.3.0.tar.bz2) = ddc887f19ef9cd454f4f3226c955aaaf
SHA256 (KDE/kdepim-4.3.0.tar.bz2) = a5cde787a207da52f065510f27f4980ee852e8b05cc5d72d3a102d967a99f6f8
SIZE (KDE/kdepim-4.3.0.tar.bz2) = 11320808

View file

@ -1,20 +0,0 @@
--- ../kleopatra/main.cpp.orig 2009-07-01 18:44:25.000000000 -0400
+++ ../kleopatra/main.cpp 2009-07-01 18:49:26.000000000 -0400
@@ -75,6 +75,8 @@
#include <QEventLoop>
#include <QThreadPool>
+#include <gpgme++/global.h>
+
#include <boost/shared_ptr.hpp>
#include <cassert>
@@ -153,6 +155,8 @@
QTime timer;
timer.start();
+ GpgME::initializeLibrary();
+
{
const unsigned int threads = QThreadPool::globalInstance()->maxThreadCount();
QThreadPool::globalInstance()->setMaxThreadCount( qMax( 2U, threads ) );

View file

@ -1,11 +0,0 @@
--- ../libkleo/backends/qgpgme/qgpgmebackend.cpp.orig 2009-07-01 18:51:09.000000000 -0400
+++ ../libkleo/backends/qgpgme/qgpgmebackend.cpp 2009-07-01 18:57:10.000000000 -0400
@@ -280,7 +280,7 @@
mOpenPGPProtocol( 0 ),
mSMIMEProtocol( 0 )
{
-
+ GpgME::initializeLibrary();
}
Kleo::QGpgMEBackend::~QGpgMEBackend() {

View file

@ -1,22 +1,5 @@
bin/akonadi_distlist_resource
bin/akonadi_ical_resource
bin/akonadi_imaplib_resource
bin/akonadi_kabc_resource
bin/akonadi_kcal_resource
bin/akonadi_knut_resource
bin/akonadi_localbookmarks_resource
bin/akonadi_maildir_resource
bin/akonadi_mailthreader_agent
bin/akonadi_nepomuk_contact_feeder
bin/akonadi_nepomuk_email_feeder
bin/akonadi_nepomuktag_resource
bin/akonadi_nntp_resource
bin/akonadi_strigi_feeder
bin/akonadi_vcard_resource
bin/akonadi_vcarddir_resource
bin/akonadiconsole
bin/akonaditray
bin/akregator
bin/akregatorstorageexporter
bin/egroupwarewizard
bin/groupwarewizard
bin/groupwisewizard
@ -39,7 +22,6 @@ bin/kmail_sav.sh
bin/kmailcvt
bin/knode
bin/knotes
bin/kode
bin/kolabwizard
bin/konsolekalendar
bin/kontact
@ -47,17 +29,11 @@ bin/korgac
bin/korganizer
bin/kpilot
bin/kpilotDaemon
bin/kres-migrator
bin/ksendemail
bin/ktimetracker
bin/kung
bin/kwatchgnupg
bin/kwsdl_compiler
bin/kxforms
bin/kxml_compiler
bin/scalixadmin
bin/scalixwizard
bin/schematest
bin/sloxwizard
include/akregator/akregator_export.h
include/akregator/article.h
@ -70,7 +46,6 @@ include/akregator/storagefactory.h
include/akregator/storagefactoryregistry.h
include/akregator/types.h
include/kaddressbook/kaddressbook_export.h
include/kdepimprotocols.h
include/kleo/adduseridjob.h
include/kleo/changeexpiryjob.h
include/kleo/changeownertrustjob.h
@ -145,32 +120,20 @@ include/kpilot/pilotSerialDatabase.h
include/kpilot/plugin.h
include/kpilot/pluginfactory.h
include/kpilot/syncAction.h
include/ksieve/error.h
include/ksieve/lexer.h
include/ksieve/libksieve_export.h
include/ksieve/parser.h
include/ksieve/scriptbuilder.h
include/libkleopatraclient/core/command.h
include/libkleopatraclient/core/initialization.h
include/libkleopatraclient/core/selectcertificatecommand.h
include/libkleopatraclient/core/signencryptfilescommand.h
include/libkleopatraclient/gui/certificaterequester.h
include/libkleopatraclient/kleopatraclient_export.h
lib/kde4/akonadi_serializer_addressee.so
lib/kde4/akonadi_serializer_bookmark.so
lib/kde4/akonadi_serializer_contactgroup.so
lib/kde4/akonadi_serializer_kcal.so
lib/kde4/akonadi_serializer_mail.so
lib/kde4/akregator_config_advanced.so
lib/kde4/akregator_config_appearance.so
lib/kde4/akregator_config_archive.so
lib/kde4/akregator_config_browser.so
lib/kde4/akregator_config_general.so
lib/kde4/akregator_config_onlinesync.so
lib/kde4/akregator_mk4storage_plugin.so
lib/kde4/akregator_onlinesync_plugin.so
lib/kde4/akregatorpart.so
lib/kde4/kabc_akonadi.so
lib/kde4/kabc_groupdav.so
lib/kde4/kabc_groupwise.so
lib/kde4/kabc_kolab.so
@ -197,37 +160,33 @@ lib/kde4/kaddressbookpart.so
lib/kde4/kalarm_local.so
lib/kde4/kalarm_localdir.so
lib/kde4/kalarm_remote.so
lib/kde4/kcal_akonadi.so
lib/kde4/kcal_blog.so
lib/kde4/kcal_groupdav.so
lib/kde4/kcal_groupwise.so
lib/kde4/kcal_kabc.so
lib/kde4/kcal_kolab.so
lib/kde4/kcal_remote.so
lib/kde4/kcal_resourcefeatureplan_plugin.so
lib/kde4/kcal_scalix.so
lib/kde4/kcal_slox.so
lib/kde4/kcal_xmlrpc.so
lib/kde4/kcm_akonadi.so
lib/kde4/kcm_akonadi_resources.so
lib/kde4/kcm_akonadi_server.so
lib/kde4/kcm_apptsummary.so
lib/kde4/kcm_kabconfig.so
lib/kde4/kcm_kabcustomfields.so
lib/kde4/kcm_kabldapconfig.so
lib/kde4/kcm_kjots.so
lib/kde4/kcm_kleopatra.so
lib/kde4/kcm_kmail.so
lib/kde4/kcm_kmailsummary.so
lib/kde4/kcm_knode.so
lib/kde4/kcm_knote.so
lib/kde4/kcm_kontact.so
lib/kde4/kcm_kontactsummary.so
lib/kde4/kcm_korganizer.so
lib/kde4/kcm_kpilot.so
lib/kde4/kcm_ktimetrackerconfig.so
lib/kde4/kcm_ktimetracker.so
lib/kde4/kcm_planner.so
lib/kde4/kcm_sdsummary.so
lib/kde4/kcm_todosummary.so
lib/kde4/kio_akonadi.so
lib/kde4/kio_groupwise.so
lib/kde4/kio_scalix.so
lib/kde4/kjotspart.so
@ -271,12 +230,6 @@ lib/kde4/ktexteditorkabcbridge.so
lib/kde4/ktimetrackerpart.so
lib/kde4/ldifvcardthumbnail.so
lib/kde4/plugins/designer/kdepimwidgets.so
lib/libakonadi-kabccommon.so
lib/libakonadi-kabccommon.so.5
lib/libakonadi-kabccommon.so.5.0.1
lib/libakonadi-kcal.so
lib/libakonadi-kcal.so.5
lib/libakonadi-kcal.so.5.0.1
lib/libakregatorinterfaces.so
lib/libakregatorinterfaces.so.5
lib/libakregatorinterfaces.so.5.0.1
@ -285,9 +238,6 @@ lib/libakregatorprivate.so.5.0.1
lib/libgwsoap.so
lib/libgwsoap.so.5
lib/libgwsoap.so.5.0.1
lib/libimap.so
lib/libimap.so.5
lib/libimap.so.5.0.1
lib/libkabc_groupdav.so
lib/libkabc_groupdav.so.5
lib/libkabc_groupdav.so.5.0.1
@ -323,9 +273,6 @@ lib/libkcal_groupdav.so.5.0.1
lib/libkcal_resourceblog.so
lib/libkcal_resourceblog.so.5
lib/libkcal_resourceblog.so.5.0.1
lib/libkcal_resourcefeatureplan.so
lib/libkcal_resourcefeatureplan.so.5
lib/libkcal_resourcefeatureplan.so.5.0.1
lib/libkcal_resourceremote.so
lib/libkcal_resourceremote.so.5
lib/libkcal_resourceremote.so.5.0.1
@ -353,9 +300,6 @@ lib/libkgroupwarebase.so.5.0.1
lib/libkgroupwaredav.so
lib/libkgroupwaredav.so.5
lib/libkgroupwaredav.so.5.0.1
lib/libkholidays.so
lib/libkholidays.so.5
lib/libkholidays.so.5.0.1
lib/libkleo.so
lib/libkleo.so.5
lib/libkleo.so.5.0.1
@ -379,12 +323,6 @@ lib/libknoteskolab.so.5.0.1
lib/libknotesscalix.so
lib/libknotesscalix.so.5
lib/libknotesscalix.so.5.0.1
lib/libkocorehelper.so
lib/libkocorehelper.so.5
lib/libkocorehelper.so.5.0.1
lib/libkode.so
lib/libkode.so.5
lib/libkode.so.5.0.1
lib/libkontactinterfaces.so
lib/libkontactinterfaces.so.5
lib/libkontactinterfaces.so.5.0.1
@ -396,6 +334,9 @@ lib/libkorg_stdprinting.so.5.0.1
lib/libkorganizer_calendar.so
lib/libkorganizer_calendar.so.5
lib/libkorganizer_calendar.so.5.0.1
lib/libkorganizer_core.so
lib/libkorganizer_core.so.5
lib/libkorganizer_core.so.5.0.1
lib/libkorganizer_eventviewer.so
lib/libkorganizer_eventviewer.so.5
lib/libkorganizer_eventviewer.so.5.0.1
@ -412,60 +353,21 @@ lib/libkpilot.so.5
lib/libkpilot.so.5.0.1
lib/libkpilot_akonadibase.so
lib/libkpilot_conduit_base.so
lib/libkschema.so
lib/libkschema.so.5
lib/libkschema.so.5.0.1
lib/libkschemawidgets.so
lib/libkschemawidgets.so.5
lib/libkschemawidgets.so.5.0.1
lib/libksieve.so
lib/libksieve.so.5
lib/libksieve.so.5.0.1
lib/libkslox.so
lib/libkslox.so.5
lib/libkslox.so.5.0.1
lib/libkxmlcommon.so
lib/libkxmlcommon.so.5
lib/libkxmlcommon.so.5.0.1
lib/libmaildir.so
lib/libmaildir.so.5
lib/libmaildir.so.5.0.1
lib/libmimelib.so
lib/libmimelib.so.5
lib/libmimelib.so.5.0.1
lib/libschema.so
lib/libschema.so.5
lib/libschema.so.5.0.1
lib/libwscl.so
lib/libwscl.so.5
lib/libwscl.so.5.0.1
lib/libwsdl.so
lib/libwsdl.so.5
lib/libwsdl.so.5.0.1
lib/strigi/strigiea_ics.so
lib/strigi/strigiea_vcf.so
share/akonadi/agents/distlistresource.desktop
share/akonadi/agents/icalresource.desktop
share/akonadi/agents/imaplibresource.desktop
share/akonadi/agents/kabcresource.desktop
share/akonadi/agents/kcalresource.desktop
share/akonadi/agents/knutresource.desktop
share/akonadi/agents/localbookmarksresource.desktop
share/akonadi/agents/maildirresource.desktop
share/akonadi/agents/mailthreaderagent.desktop
share/akonadi/agents/nepomukcontactfeeder.desktop
share/akonadi/agents/nepomukemailfeeder.desktop
share/akonadi/agents/nepomuktagresource.desktop
share/akonadi/agents/nntpresource.desktop
share/akonadi/agents/strigifeeder.desktop
share/akonadi/agents/vcarddirresource.desktop
share/akonadi/agents/vcardresource.desktop
share/applications/kde4/KMail.desktop
share/applications/kde4/KNode.desktop
share/applications/kde4/Kjots.desktop
share/applications/kde4/Kontact.desktop
share/applications/kde4/akonadiconsole.desktop
share/applications/kde4/akonaditray.desktop
share/applications/kde4/akregator.desktop
share/applications/kde4/groupwarewizard.desktop
share/applications/kde4/kaddressbook.desktop
@ -479,13 +381,6 @@ share/applications/kde4/korganizer.desktop
share/applications/kde4/kpilot.desktop
share/applications/kde4/kpilotdaemon.desktop
share/applications/kde4/ktimetracker.desktop
share/applications/kde4/kwsdl_compiler.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_addressee.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_bookmark.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_contactgroup.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_kcal.desktop
share/apps/akonadi/plugins/serializer/akonadi_serializer_mail.desktop
share/apps/akonadiconsole/akonadiconsoleui.rc
share/apps/akregator/about/akregator.css
share/apps/akregator/about/main.html
share/apps/akregator/about/top-left-akregator.png
@ -496,9 +391,6 @@ share/apps/akregator/articleviewer.rc
share/apps/akregator/pageviewer.rc
share/apps/akregator/pics/kmmsgnew.png
share/apps/akregator/pics/kmmsgunseen.png
share/apps/akregator_onlinesync_plugin/akregator_onlinesync_plugin.rc
share/apps/cmake/modules/FindKode.cmake
share/apps/cmake/modules/KodeMacros.cmake
share/apps/kaddressbook/bookmark_xxportui.rc
share/apps/kaddressbook/csv-templates/kaddressbook.desktop
share/apps/kaddressbook/csv-templates/outlook2000.desktop
@ -570,6 +462,8 @@ share/apps/kdepimwidgets/pics/ktimeedit.png
share/apps/kjots/kjotspartui.rc
share/apps/kjots/kjotsui.rc
share/apps/kleopatra/kleopatra.rc
share/apps/kleopatra/pics/gpg4win-compact.png
share/apps/kleopatra/pics/gpg4win.png
share/apps/kleopatra/pics/kleopatra_splashscreen.png
share/apps/kleopatra/pics/kleopatra_splashscreen.svgz
share/apps/kleopatra/pics/kleopatra_wizard.png
@ -605,17 +499,13 @@ share/apps/kmail/pics/key_ok.png
share/apps/kmail/pics/key_unknown.png
share/apps/kmail/pics/kmwizard.png
share/apps/kmail/pics/mail-deleted.png
share/apps/kmail/pics/mail-download-later.png
share/apps/kmail/pics/mail-download-now.png
share/apps/kmail/pics/mail-encrypted-full.png
share/apps/kmail/pics/mail-encrypted-part.png
share/apps/kmail/pics/mail-encrypted.png
share/apps/kmail/pics/mail-horizontal-space.png
share/apps/kmail/pics/mail-thread-ignored.png
share/apps/kmail/pics/mail-thread-watch.png
share/apps/kmail/pics/mail-vertical-separator-line.png
share/apps/kmail/pics/overlay-busy-clock-1.png
share/apps/kmail/pics/overlay-busy-clock-2.png
share/apps/kmail/pics/overlay-busy-clock-3.png
share/apps/kmail/pics/overlay-busy-clock-4.png
share/apps/kmail/pics/pgp-keys.png
share/apps/kmail/pics/quotecollapse.png
share/apps/kmail/pics/quoteexpand.png
@ -671,6 +561,11 @@ share/apps/knotes/icons/oxygen/16x16/actions/knotes_delete.png
share/apps/knotes/knotes_part.rc
share/apps/knotes/knotesappui.rc
share/apps/knotes/knotesui.rc
share/apps/konsolekalendar/pics/hi128-apps-konsolekalendar.png
share/apps/konsolekalendar/pics/hi16-apps-konsolekalendar.png
share/apps/konsolekalendar/pics/hi22-apps-konsolekalendar.png
share/apps/konsolekalendar/pics/hi32-apps-konsolekalendar.png
share/apps/konsolekalendar/pics/hi48-apps-konsolekalendar.png
share/apps/kontact/about/kontact.css
share/apps/kontact/about/main.html
share/apps/kontact/about/top-left-kontact.png
@ -687,7 +582,7 @@ share/apps/kontact/ksettingsdialog/planner.setdlg
share/apps/kontact/ksettingsdialog/specialdates.setdlg
share/apps/kontact/ksettingsdialog/summary.setdlg
share/apps/kontactsummary/kontactsummary_part.rc
share/apps/korgac/icons/oxygen/22x22/actions/korgac.png
share/apps/korgac/icons/hicolor/22x22/actions/korgac.png
share/apps/korganizer/korganizer_part.rc
share/apps/korganizer/korganizerui.rc
share/apps/korganizer/sounds/alert.wav
@ -730,7 +625,6 @@ share/apps/ktimetracker/pics/watch-7.xpm
share/apps/kwatchgnupg/kwatchgnupgui.rc
share/apps/kwatchgnupg/pics/kwatchgnupg.png
share/apps/kwatchgnupg/pics/kwatchgnupg2.png
share/apps/kxforms/kxformsui.rc
share/apps/libkdepim/about/bar-bottom-left.png
share/apps/libkdepim/about/bar-bottom-middle.png
share/apps/libkdepim/about/bar-bottom-right.png
@ -754,67 +648,17 @@ share/apps/libkdepim/about/kde_infopage.css
share/apps/libkdepim/about/kde_infopage_rtl.css
share/apps/libkdepim/about/top-left.png
share/apps/libkdepim/about/top-middle.png
share/apps/libkholidays/holiday_BelgiumDutch
share/apps/libkholidays/holiday_BelgiumFrench
share/apps/libkholidays/holiday_BelgiumWalloon
share/apps/libkholidays/holiday_Suedtirol
share/apps/libkholidays/holiday_ar
share/apps/libkholidays/holiday_at
share/apps/libkholidays/holiday_au
share/apps/libkholidays/holiday_bavarian
share/apps/libkholidays/holiday_br
share/apps/libkholidays/holiday_bg
share/apps/libkholidays/holiday_ca
share/apps/libkholidays/holiday_catalan
share/apps/libkholidays/holiday_ch
share/apps/libkholidays/holiday_cl
share/apps/libkholidays/holiday_co
share/apps/libkholidays/holiday_cz
share/apps/libkholidays/holiday_de
share/apps/libkholidays/holiday_dk
share/apps/libkholidays/holiday_ee
share/apps/libkholidays/holiday_es
share/apps/libkholidays/holiday_fi
share/apps/libkholidays/holiday_fr
share/apps/libkholidays/holiday_frswiss
share/apps/libkholidays/holiday_gb
share/apps/libkholidays/holiday_gr
share/apps/libkholidays/holiday_gt
share/apps/libkholidays/holiday_hu
share/apps/libkholidays/holiday_ie
share/apps/libkholidays/holiday_il
share/apps/libkholidays/holiday_is
share/apps/libkholidays/holiday_it
share/apps/libkholidays/holiday_jm
share/apps/libkholidays/holiday_jp
share/apps/libkholidays/holiday_lt
share/apps/libkholidays/holiday_mx
share/apps/libkholidays/holiday_nl
share/apps/libkholidays/holiday_no
share/apps/libkholidays/holiday_nz
share/apps/libkholidays/holiday_pl
share/apps/libkholidays/holiday_pt
share/apps/libkholidays/holiday_py
share/apps/libkholidays/holiday_quebec
share/apps/libkholidays/holiday_ro
share/apps/libkholidays/holiday_ru
share/apps/libkholidays/holiday_se
share/apps/libkholidays/holiday_si
share/apps/libkholidays/holiday_sk
share/apps/libkholidays/holiday_th
share/apps/libkholidays/holiday_ua
share/apps/libkholidays/holiday_us
share/apps/libkholidays/holiday_uy
share/apps/libkholidays/holiday_za
share/apps/libkleopatra/pics/chiasmus_chi.png
share/apps/libkleopatra/pics/hi16-app-gpg.png
share/apps/libkleopatra/pics/hi16-app-gpgsm.png
share/apps/libkleopatra/pics/hi22-app-gpg.png
share/apps/libkleopatra/pics/hi22-app-gpgsm.png
share/apps/libkleopatra/pics/hi32-app-gpg.png
share/apps/libkleopatra/pics/hi32-app-gpgsm.png
share/apps/libkleopatra/pics/key.png
share/apps/libkleopatra/pics/key_bad.png
share/apps/libkleopatra/pics/key_ok.png
share/apps/libkleopatra/pics/key_unknown.png
share/apps/nepomuk/ontologies/nco.desktop
share/apps/nepomuk/ontologies/nco.trig
share/apps/nepomuk/ontologies/nmo.desktop
share/apps/nepomuk/ontologies/nmo.trig
share/autostart/kabcdistlistupdater.desktop
share/autostart/kalarm.autostart.desktop
share/autostart/korgac.desktop
@ -835,7 +679,6 @@ share/config.kcfg/kontact.kcfg
share/config.kcfg/korganizer.kcfg
share/config.kcfg/kpilot.kcfg
share/config.kcfg/kpilotlib.kcfg
share/config.kcfg/kxforms.kcfg
share/config.kcfg/memofileconduit.kcfg
share/config.kcfg/replyphrases.kcfg
share/config.kcfg/scalix.kcfg
@ -846,7 +689,6 @@ share/config.kcfg/todosettings.kcfg
share/config/kmail.antispamrc
share/config/kmail.antivirusrc
share/config/korganizer.knsrc
share/config/kres-migratorrc
share/config/libkleopatrarc
share/dbus-1/interfaces/org.kde.KAddressbook.Core.xml
share/dbus-1/interfaces/org.kde.KNotes.xml
@ -884,10 +726,6 @@ share/doc/HTML/en/akregator/main-window4.png
share/doc/HTML/en/akregator/quick-filter.png
share/doc/HTML/en/akregator/rss.png
share/doc/HTML/en/akregator/rss3.png
share/doc/HTML/en/kabcclient/common
share/doc/HTML/en/kabcclient/index.cache.bz2
share/doc/HTML/en/kabcclient/index.docbook
share/doc/HTML/en/kabcclient/man-kabcclient.1.docbook
share/doc/HTML/en/kaddressbook/addhost.png
share/doc/HTML/en/kaddressbook/common
share/doc/HTML/en/kaddressbook/conf.png
@ -910,9 +748,6 @@ share/doc/HTML/en/kalarm/index.cache.bz2
share/doc/HTML/en/kalarm/index.docbook
share/doc/HTML/en/kalarm/mainwindow.png
share/doc/HTML/en/kalarm/spinbox.png
share/doc/HTML/en/kioslave/news/common
share/doc/HTML/en/kioslave/news/index.cache.bz2
share/doc/HTML/en/kioslave/news/index.docbook
share/doc/HTML/en/kjots/common
share/doc/HTML/en/kjots/index.cache.bz2
share/doc/HTML/en/kjots/index.docbook
@ -976,9 +811,6 @@ share/doc/HTML/en/knode/using-subscribing.docbook
share/doc/HTML/en/knotes/common
share/doc/HTML/en/knotes/index.cache.bz2
share/doc/HTML/en/knotes/index.docbook
share/doc/HTML/en/konsolekalendar/common
share/doc/HTML/en/konsolekalendar/index.cache.bz2
share/doc/HTML/en/konsolekalendar/index.docbook
share/doc/HTML/en/kontact/calendar-sidebar-icon.png
share/doc/HTML/en/kontact/common
share/doc/HTML/en/kontact/configuration-components.png
@ -1065,6 +897,7 @@ share/doc/HTML/en/kpilot/conduit-memofile.png
share/doc/HTML/en/kpilot/conduit-todo.png
share/doc/HTML/en/kpilot/conduit-vcal.png
share/doc/HTML/en/kpilot/configuration.docbook
share/doc/HTML/en/kpilot/daemon-menu-configure.png
share/doc/HTML/en/kpilot/daemon-menu.png
share/doc/HTML/en/kpilot/faq.docbook
share/doc/HTML/en/kpilot/file-app.png
@ -1082,6 +915,9 @@ share/doc/HTML/en/kpilot/setup-startup-exit.png
share/doc/HTML/en/kpilot/setup-tabs.png
share/doc/HTML/en/kpilot/sidebar.png
share/doc/HTML/en/kpilot/sync.docbook
share/doc/HTML/en/kpilot/todo-app.png
share/doc/HTML/en/kpilot/toolbar_backup.png
share/doc/HTML/en/kpilot/toolbar_hotsync.png
share/doc/HTML/en/kpilot/usage.docbook
share/doc/HTML/en/ktimetracker/clipboard-history.png
share/doc/HTML/en/ktimetracker/common
@ -1123,7 +959,7 @@ share/icons/hicolor/16x16/apps/knotes.png
share/icons/hicolor/16x16/apps/kontact.png
share/icons/hicolor/16x16/apps/korganizer.png
share/icons/hicolor/16x16/apps/kpilot.png
share/icons/hicolor/16x16/apps/kpilotDaemon.png
share/icons/hicolor/16x16/apps/kpilotdaemon.png
share/icons/hicolor/16x16/apps/ktimetracker.png
share/icons/hicolor/22x22/actions/kpilot_backup.png
share/icons/hicolor/22x22/actions/kpilot_busysync.png
@ -1141,7 +977,7 @@ share/icons/hicolor/22x22/apps/knotes.png
share/icons/hicolor/22x22/apps/kontact.png
share/icons/hicolor/22x22/apps/korganizer.png
share/icons/hicolor/22x22/apps/kpilot.png
share/icons/hicolor/22x22/apps/kpilotDaemon.png
share/icons/hicolor/22x22/apps/kpilotdaemon.png
share/icons/hicolor/22x22/apps/ktimetracker.png
share/icons/hicolor/32x32/actions/kpilot_fullsync.png
share/icons/hicolor/32x32/actions/kpilot_hhtopc.png
@ -1158,7 +994,7 @@ share/icons/hicolor/32x32/apps/knotes.png
share/icons/hicolor/32x32/apps/kontact.png
share/icons/hicolor/32x32/apps/korganizer.png
share/icons/hicolor/32x32/apps/kpilot.png
share/icons/hicolor/32x32/apps/kpilotDaemon.png
share/icons/hicolor/32x32/apps/kpilotdaemon.png
share/icons/hicolor/32x32/apps/ktimetracker.png
share/icons/hicolor/48x48/actions/kpilot_fullsync.png
share/icons/hicolor/48x48/actions/kpilot_hhtopc.png
@ -1175,7 +1011,7 @@ share/icons/hicolor/48x48/apps/knotes.png
share/icons/hicolor/48x48/apps/kontact.png
share/icons/hicolor/48x48/apps/korganizer.png
share/icons/hicolor/48x48/apps/kpilot.png
share/icons/hicolor/48x48/apps/kpilotDaemon.png
share/icons/hicolor/48x48/apps/kpilotdaemon.png
share/icons/hicolor/48x48/apps/ktimetracker.png
share/icons/hicolor/64x64/actions/kpilot_address.png
share/icons/hicolor/64x64/actions/kpilot_bhotsync.png
@ -1210,23 +1046,15 @@ share/icons/oxygen/16x16/actions/mail-reply-custom.png
share/icons/oxygen/16x16/actions/mail-signed-fully.png
share/icons/oxygen/16x16/actions/mail-signed-part.png
share/icons/oxygen/16x16/actions/mail-signed.png
share/icons/oxygen/16x16/actions/meeting-attending-tentative.png
share/icons/oxygen/16x16/actions/meeting-attending.png
share/icons/oxygen/16x16/actions/smallclock.png
share/icons/oxygen/16x16/actions/upindicator.png
share/icons/oxygen/16x16/apps/kalarm.png
share/icons/oxygen/16x16/apps/kleopatra.png
share/icons/oxygen/16x16/apps/kmailcvt.png
share/icons/oxygen/16x16/mimetypes/x-mail-distribution-list.png
share/icons/oxygen/16x16/status/appointment-recurring.png
share/icons/oxygen/16x16/status/appointment-reminder.png
share/icons/oxygen/16x16/status/mail-sent.png
share/icons/oxygen/16x16/status/mail-tagged.png
share/icons/oxygen/16x16/status/mail-task.png
share/icons/oxygen/16x16/status/meeting-organizer.png
share/icons/oxygen/16x16/status/task-complete.png
share/icons/oxygen/16x16/status/task-recurring.png
share/icons/oxygen/16x16/status/task-reminder.png
share/icons/oxygen/22x22/actions/button_fewer.png
share/icons/oxygen/22x22/actions/button_more.png
share/icons/oxygen/22x22/actions/checkmark.png
@ -1234,37 +1062,19 @@ share/icons/oxygen/22x22/actions/document-new-from-template.png
share/icons/oxygen/22x22/actions/edit-delete-page.png
share/icons/oxygen/22x22/actions/kalarm.png
share/icons/oxygen/22x22/actions/mail-reply-custom.png
share/icons/oxygen/22x22/actions/meeting-attending-tentative.png
share/icons/oxygen/22x22/actions/meeting-attending.png
share/icons/oxygen/22x22/actions/new-command-alarm.png
share/icons/oxygen/22x22/apps/kalarm.png
share/icons/oxygen/22x22/apps/kleopatra.png
share/icons/oxygen/22x22/mimetypes/x-mail-distribution-list.png
share/icons/oxygen/22x22/status/appointment-recurring.png
share/icons/oxygen/22x22/status/appointment-reminder.png
share/icons/oxygen/22x22/status/mail-tagged.png
share/icons/oxygen/22x22/status/mail-task.png
share/icons/oxygen/22x22/status/meeting-organizer.png
share/icons/oxygen/22x22/status/task-complete.png
share/icons/oxygen/22x22/status/task-recurring.png
share/icons/oxygen/22x22/status/task-reminder.png
share/icons/oxygen/32x32/actions/edit-delete-page.png
share/icons/oxygen/32x32/actions/journal-new.png
share/icons/oxygen/32x32/actions/mail-reply-custom.png
share/icons/oxygen/32x32/actions/meeting-attending-tentative.png
share/icons/oxygen/32x32/actions/meeting-attending.png
share/icons/oxygen/32x32/actions/task-new.png
share/icons/oxygen/32x32/apps/kalarm.png
share/icons/oxygen/32x32/apps/kleopatra.png
share/icons/oxygen/32x32/apps/kmailcvt.png
share/icons/oxygen/32x32/mimetypes/x-mail-distribution-list.png
share/icons/oxygen/32x32/status/appointment-recurring.png
share/icons/oxygen/32x32/status/appointment-reminder.png
share/icons/oxygen/32x32/status/mail-tagged.png
share/icons/oxygen/32x32/status/meeting-organizer.png
share/icons/oxygen/32x32/status/task-complete.png
share/icons/oxygen/32x32/status/task-recurring.png
share/icons/oxygen/32x32/status/task-reminder.png
share/icons/oxygen/48x48/actions/edit-delete-page.png
share/icons/oxygen/48x48/actions/mail-reply-custom.png
share/icons/oxygen/48x48/apps/kalarm.png
@ -1286,15 +1096,12 @@ share/icons/oxygen/scalable/apps/kleopatra.svgz
share/icons/oxygen/scalable/mimetypes/x-mail-distribution-list.svgz
share/icons/oxygen/scalable/status/mail-tagged.svgz
share/icons/oxygen/scalable/status/mail-task.svgz
share/kde4/services/akonadi.protocol
share/kde4/services/akregator_config_advanced.desktop
share/kde4/services/akregator_config_appearance.desktop
share/kde4/services/akregator_config_archive.desktop
share/kde4/services/akregator_config_browser.desktop
share/kde4/services/akregator_config_general.desktop
share/kde4/services/akregator_config_onlinesync.desktop
share/kde4/services/akregator_mk4storage_plugin.desktop
share/kde4/services/akregator_onlinesync_plugin.desktop
share/kde4/services/akregator_part.desktop
share/kde4/services/feed.protocol
share/kde4/services/groupwise.protocol
@ -1330,19 +1137,18 @@ share/kde4/services/kaddressbook/tableview.desktop
share/kde4/services/kaddressbook/vcard_xxport.desktop
share/kde4/services/kaddressbook/yahooprotocol.desktop
share/kde4/services/kaddressbookpart.desktop
share/kde4/services/kcm_akonadi.desktop
share/kde4/services/kcm_akonadi_resources.desktop
share/kde4/services/kcm_akonadi_server.desktop
share/kde4/services/kcmapptsummary.desktop
share/kde4/services/kcmkmailsummary.desktop
share/kde4/services/kcmkontactsummary.desktop
share/kde4/services/kcmplanner.desktop
share/kde4/services/kcmsdsummary.desktop
share/kde4/services/kcmtodosummary.desktop
share/kde4/services/kjots_config_misc.desktop
share/kde4/services/kjotspart.desktop
share/kde4/services/kleopatra_config_appear.desktop
share/kde4/services/kleopatra_config_dirserv.desktop
share/kde4/services/kleopatra_config_dnorder.desktop
share/kde4/services/kleopatra_config_gnupgsystem.desktop
share/kde4/services/kleopatra_config_smimevalidation.desktop
share/kde4/services/kleopatra_decryptverifyfiles.desktop
share/kde4/services/kleopatra_decryptverifyfolders.desktop
@ -1362,6 +1168,11 @@ share/kde4/services/knode_config_identity.desktop
share/kde4/services/knode_config_post_news.desktop
share/kde4/services/knode_config_privacy.desktop
share/kde4/services/knode_config_read_news.desktop
share/kde4/services/knote_config_action.desktop
share/kde4/services/knote_config_display.desktop
share/kde4/services/knote_config_editor.desktop
share/kde4/services/knote_config_network.desktop
share/kde4/services/knote_config_style.desktop
share/kde4/services/kontact/akregatorplugin.desktop
share/kde4/services/kontact/journalplugin.desktop
share/kde4/services/kontact/kaddressbookplugin.desktop
@ -1390,6 +1201,7 @@ share/kde4/services/korganizer_configmain.desktop
share/kde4/services/korganizer_configplugins.desktop
share/kde4/services/korganizer_configtime.desktop
share/kde4/services/korganizer_configviews.desktop
share/kde4/services/korganizer_part.desktop
share/kde4/services/kpilot-conduit-calendar.desktop
share/kde4/services/kpilot-conduit-contacts.desktop
share/kde4/services/kpilot-conduit-todo.desktop
@ -1397,7 +1209,6 @@ share/kde4/services/kpilot_config.desktop
share/kde4/services/kresources/alarms/local.desktop
share/kde4/services/kresources/alarms/localdir.desktop
share/kde4/services/kresources/alarms/remote.desktop
share/kde4/services/kresources/kabc/akonadi.desktop
share/kde4/services/kresources/kabc/kabc_groupdav.desktop
share/kde4/services/kresources/kabc/kabc_groupwise.desktop
share/kde4/services/kresources/kabc/kabc_opengroupware.desktop
@ -1407,14 +1218,12 @@ share/kde4/services/kresources/kabc/kabc_xmlrpc.desktop
share/kde4/services/kresources/kabc/kolab.desktop
share/kde4/services/kresources/kabc/scalix.desktop
share/kde4/services/kresources/kalarm_manager.desktop
share/kde4/services/kresources/kcal/akonadi.desktop
share/kde4/services/kresources/kcal/blog.desktop
share/kde4/services/kresources/kcal/kabc.desktop
share/kde4/services/kresources/kcal/kcal_groupdav.desktop
share/kde4/services/kresources/kcal/kcal_groupwise.desktop
share/kde4/services/kresources/kcal/kcal_opengroupware.desktop
share/kde4/services/kresources/kcal/kcal_ox.desktop
share/kde4/services/kresources/kcal/kcal_resourcefeatureplan.desktop
share/kde4/services/kresources/kcal/kcal_slox.desktop
share/kde4/services/kresources/kcal/kcal_xmlrpc.desktop
share/kde4/services/kresources/kcal/kolab.desktop
@ -1425,7 +1234,9 @@ share/kde4/services/kresources/knotes/kolabresource.desktop
share/kde4/services/kresources/knotes/local.desktop
share/kde4/services/kresources/knotes/scalix.desktop
share/kde4/services/kresources/knotes_manager.desktop
share/kde4/services/ktimetrackerconfig.desktop
share/kde4/services/ktimetracker_config_behavior.desktop
share/kde4/services/ktimetracker_config_display.desktop
share/kde4/services/ktimetracker_config_storage.desktop
share/kde4/services/ktimetrackerpart.desktop
share/kde4/services/ldifvcardthumbnail.desktop
share/kde4/services/memofile-conduit.desktop
@ -1458,23 +1269,18 @@ share/kde4/servicetypes/kpilotconduit.desktop
@dirrm share/doc/HTML/en/kpilot
@dirrm share/doc/HTML/en/korganizer
@dirrm share/doc/HTML/en/kontact
@dirrm share/doc/HTML/en/konsolekalendar
@dirrm share/doc/HTML/en/knotes
@dirrm share/doc/HTML/en/knode
@dirrm share/doc/HTML/en/kmail
@dirrm share/doc/HTML/en/kleopatra
@dirrm share/doc/HTML/en/kjots
@dirrm share/doc/HTML/en/kioslave/news
@dirrm share/doc/HTML/en/kalarm
@dirrm share/doc/HTML/en/kaddressbook
@dirrm share/doc/HTML/en/kabcclient
@dirrm share/doc/HTML/en/akregator
@dirrm share/apps/libkleopatra/pics
@dirrm share/apps/libkleopatra
@dirrm share/apps/libkholidays
@dirrm share/apps/libkdepim/about
@dirrm share/apps/libkdepim
@dirrm share/apps/kxforms
@dirrm share/apps/kwatchgnupg/pics
@dirrm share/apps/kwatchgnupg
@dirrm share/apps/ktimetracker/pics
@ -1498,15 +1304,17 @@ share/kde4/servicetypes/kpilotconduit.desktop
@dirrm share/apps/kpilot
@dirrm share/apps/korganizer/sounds
@dirrm share/apps/korganizer
@dirrm share/apps/korgac/icons/oxygen/22x22/actions
@dirrm share/apps/korgac/icons/oxygen/22x22
@dirrm share/apps/korgac/icons/oxygen
@dirrm share/apps/korgac/icons/hicolor/22x22/actions
@dirrm share/apps/korgac/icons/hicolor/22x22
@dirrm share/apps/korgac/icons/hicolor
@dirrm share/apps/korgac/icons
@dirrm share/apps/korgac
@dirrm share/apps/kontactsummary
@dirrm share/apps/kontact/ksettingsdialog
@dirrm share/apps/kontact/about
@dirrm share/apps/kontact
@dirrm share/apps/konsolekalendar/pics
@dirrm share/apps/konsolekalendar
@dirrm share/apps/knotes/icons/oxygen/16x16/actions
@dirrm share/apps/knotes/icons/oxygen/16x16
@dirrm share/apps/knotes/icons/oxygen
@ -1536,16 +1344,9 @@ share/kde4/servicetypes/kpilotconduit.desktop
@dirrm share/apps/kaddressbook/icons
@dirrm share/apps/kaddressbook/csv-templates
@dirrm share/apps/kaddressbook
@dirrm share/apps/akregator_onlinesync_plugin
@dirrmtry share/apps/akregator/pics
@dirrm share/apps/akregator/about
@dirrmtry share/apps/akregator
@dirrm share/apps/akonadiconsole
@dirrm share/apps/akonadi/plugins/serializer
@dirrm share/apps/akonadi/plugins
@dirrm share/apps/akonadi
@dirrm share/akonadi/agents
@dirrm share/akonadi
@dirrm include/libkleopatraclient/gui
@dirrm include/libkleopatraclient/core
@dirrm include/libkleopatraclient

View file

@ -6,7 +6,6 @@
PORTNAME= kdepimlibs
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -20,7 +19,7 @@ LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
boost_python:${PORTSDIR}/devel/boost-python-libs \
ical.43:${PORTSDIR}/devel/libical
USE_KDE4= kdelibs akonadi kdeprefix kdehier automoc4
USE_KDE4= kdelibs kdeexp akonadi kdeprefix kdehier automoc4
KDE4_BUILDENV= yes
USE_BZIP2= yes
USE_QT_VER= 4
@ -28,7 +27,7 @@ QT_COMPONENTS= corelib opengl dbus qt3support \
designer network svg qtestlib help \
qmake_build moc_build rcc_build uic_build
USE_OPENLDAP= yes
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdepimlibs-4.2.4.tar.bz2) = ee1d783140be0bb67652784f6fa93f70
SHA256 (KDE/kdepimlibs-4.2.4.tar.bz2) = 860f4f133151c169773c9627e4542cc573f2f8accf0af61346337b7bae5769ce
SIZE (KDE/kdepimlibs-4.2.4.tar.bz2) = 1595036
MD5 (KDE/kdepimlibs-4.3.0.tar.bz2) = 313f1a9d353f82c2ffee517115404dd5
SHA256 (KDE/kdepimlibs-4.3.0.tar.bz2) = 30b2eb661a7b4533d574855302ddb59bd2a91136ad162990e948eb89a1328c30
SIZE (KDE/kdepimlibs-4.3.0.tar.bz2) = 1778054

View file

@ -1,11 +0,0 @@
--- ../CMakeLists.txt.orig 2009-02-26 17:15:42.000000000 +0300
+++ ../CMakeLists.txt 2009-03-07 09:57:33.000000000 +0300
@@ -127,7 +127,7 @@
macro_write_basic_cmake_version_file(${CMAKE_CURRENT_BINARY_DIR}/KdepimLibsConfigVersion.cmake
${KDEPIMLIBS_VERSION_MAJOR} ${KDEPIMLIBS_VERSION_MINOR} ${KDEPIMLIBS_VERSION_PATCH})
-set(_KdepimLibsConfig_INSTALL_DIR ${LIB_INSTALL_DIR}/KdepimLibs-${KDEPIMLIBS_VERSION}/cmake)
+set(_KdepimLibsConfig_INSTALL_DIR ${LIB_INSTALL_DIR}/KdepimLibs/cmake)
# places where find_package() looks for FooConfig.cmake files:
# CMake >= 2.6.0 looks in lib/Foo*/cmake/, CMake >= 2.6.3 also looks in
# lib/cmake/Foo*/, which packagers prefer. So they can set the KDE4_USE_COMMON_CMAKE_PACKAGE_CONFIG_DIR

View file

@ -1,11 +0,0 @@
--- ../gpgme++/CMakeLists.txt.orig 2009-07-01 18:28:08.000000000 -0400
+++ ../gpgme++/CMakeLists.txt 2009-07-01 18:28:36.000000000 -0400
@@ -32,7 +32,7 @@
gpgadduserideditinteractor.cpp
)
-set( _gpgmepp_version 2.0.2 )
+set( _gpgmepp_version 2.0.3 )
set( _gpgmepp_soversion 2 )
set( GPGMEPP_INCLUDE ${INCLUDE_INSTALL_DIR} ${GPGME_INCLUDES} ${Boost_INCLUDE_DIR} )

View file

@ -1,13 +0,0 @@
--- ../gpgme++/context.cpp.orig 2009-07-01 18:28:59.000000000 -0400
+++ ../gpgme++/context.cpp 2009-07-01 18:30:51.000000000 -0400
@@ -51,6 +51,10 @@
#include <cassert>
namespace GpgME {
+ void initializeLibrary() {
+ gpgme_check_version( 0 );
+ }
+
static inline gpgme_error_t makeError( gpg_err_code_t code ) {
return gpg_err_make( (gpg_err_source_t)22, code );
}

View file

@ -1,11 +0,0 @@
--- ../gpgme++/global.h.orig 2009-07-01 18:26:50.000000000 -0400
+++ ../gpgme++/global.h 2009-07-01 18:27:58.000000000 -0400
@@ -39,6 +39,8 @@
namespace GpgME {
+ GPGMEPP_EXPORT void initializeLibrary();
+
enum Protocol { OpenPGP, CMS, UnknownProtocol };
enum Engine { GpgEngine, GpgSMEngine, GpgConfEngine, UnknownEngine };

View file

@ -1,3 +1,218 @@
include/KDE/Akonadi/AgentBase
include/KDE/Akonadi/AgentFilterProxyModel
include/KDE/Akonadi/AgentInstance
include/KDE/Akonadi/AgentInstanceCreateJob
include/KDE/Akonadi/AgentInstanceModel
include/KDE/Akonadi/AgentInstanceWidget
include/KDE/Akonadi/AgentManager
include/KDE/Akonadi/AgentType
include/KDE/Akonadi/AgentTypeDialog
include/KDE/Akonadi/AgentTypeModel
include/KDE/Akonadi/AgentTypeWidget
include/KDE/Akonadi/Attribute
include/KDE/Akonadi/AttributeFactory
include/KDE/Akonadi/CachePolicy
include/KDE/Akonadi/ChangeRecorder
include/KDE/Akonadi/Collection
include/KDE/Akonadi/CollectionCopyJob
include/KDE/Akonadi/CollectionCreateJob
include/KDE/Akonadi/CollectionDeleteJob
include/KDE/Akonadi/CollectionDialog
include/KDE/Akonadi/CollectionFetchJob
include/KDE/Akonadi/CollectionFilterProxyModel
include/KDE/Akonadi/CollectionModel
include/KDE/Akonadi/CollectionModifyJob
include/KDE/Akonadi/CollectionPropertiesDialog
include/KDE/Akonadi/CollectionPropertiesPage
include/KDE/Akonadi/CollectionRequester
include/KDE/Akonadi/CollectionStatistics
include/KDE/Akonadi/CollectionStatisticsDelegate
include/KDE/Akonadi/CollectionStatisticsJob
include/KDE/Akonadi/CollectionStatisticsModel
include/KDE/Akonadi/CollectionView
include/KDE/Akonadi/Control
include/KDE/Akonadi/Entity
include/KDE/Akonadi/EntityDisplayAttribute
include/KDE/Akonadi/Exception
include/KDE/Akonadi/Item
include/KDE/Akonadi/ItemCopyJob
include/KDE/Akonadi/ItemCreateJob
include/KDE/Akonadi/ItemDeleteJob
include/KDE/Akonadi/ItemFetchJob
include/KDE/Akonadi/ItemFetchScope
include/KDE/Akonadi/ItemModel
include/KDE/Akonadi/ItemModifyJob
include/KDE/Akonadi/ItemMonitor
include/KDE/Akonadi/ItemMoveJob
include/KDE/Akonadi/ItemSerializerPlugin
include/KDE/Akonadi/ItemSync
include/KDE/Akonadi/ItemView
include/KDE/Akonadi/Job
include/KDE/Akonadi/LinkJob
include/KDE/Akonadi/Monitor
include/KDE/Akonadi/ResourceBase
include/KDE/Akonadi/SearchCreateJob
include/KDE/Akonadi/ServerManager
include/KDE/Akonadi/Session
include/KDE/Akonadi/StandardActionManager
include/KDE/Akonadi/TransactionJobs
include/KDE/Akonadi/TransactionSequence
include/KDE/Akonadi/UnlinkJob
include/KDE/KABC/Address
include/KDE/KABC/AddressBook
include/KDE/KABC/AddressLineEdit
include/KDE/KABC/Addressee
include/KDE/KABC/AddresseeDialog
include/KDE/KABC/AddresseeList
include/KDE/KABC/ContactGroup
include/KDE/KABC/ContactGroupTool
include/KDE/KABC/DistributionList
include/KDE/KABC/DistributionListDialog
include/KDE/KABC/EmailSelectDialog
include/KDE/KABC/ErrorHandler
include/KDE/KABC/Field
include/KDE/KABC/Format
include/KDE/KABC/FormatFactory
include/KDE/KABC/Geo
include/KDE/KABC/Key
include/KDE/KABC/LDIFConverter
include/KDE/KABC/Lock
include/KDE/KABC/LockNull
include/KDE/KABC/PhoneNumber
include/KDE/KABC/Picture
include/KDE/KABC/Plugin
include/KDE/KABC/Resource
include/KDE/KABC/ResourceABC
include/KDE/KABC/ResourceCached
include/KDE/KABC/Secrecy
include/KDE/KABC/SortMode
include/KDE/KABC/Sound
include/KDE/KABC/StdAddressBook
include/KDE/KABC/TimeZone
include/KDE/KABC/VCardConverter
include/KDE/KABC/VCardFormat
include/KDE/KBlog/Blog
include/KDE/KBlog/BlogComment
include/KDE/KBlog/BlogMedia
include/KDE/KBlog/BlogPost
include/KDE/KBlog/Blogger1
include/KDE/KBlog/GData
include/KDE/KBlog/MetaWeblog
include/KDE/KBlog/MovableType
include/KDE/KBlog/WordpressBuggy
include/KDE/KCal/Alarm
include/KDE/KCal/AssignmentVisitor
include/KDE/KCal/Attachment
include/KDE/KCal/Attendee
include/KDE/KCal/CalFilter
include/KDE/KCal/CalFormat
include/KDE/KCal/CalStorage
include/KDE/KCal/Calendar
include/KDE/KCal/CalendarLocal
include/KDE/KCal/CalendarNull
include/KDE/KCal/CalendarResources
include/KDE/KCal/ConfirmSaveDialog
include/KDE/KCal/CustomProperties
include/KDE/KCal/DndFactory
include/KDE/KCal/Duration
include/KDE/KCal/Event
include/KDE/KCal/Exceptions
include/KDE/KCal/FileStorage
include/KDE/KCal/FreeBusy
include/KDE/KCal/FreeBusyCache
include/KDE/KCal/FreeBusyPeriod
include/KDE/KCal/FreeBusyUrlStore
include/KDE/KCal/HtmlExport
include/KDE/KCal/HtmlExportSettings
include/KDE/KCal/ICalDrag
include/KDE/KCal/ICalFormat
include/KDE/KCal/ICalTimeZones
include/KDE/KCal/IMIPScheduler
include/KDE/KCal/Incidence
include/KDE/KCal/IncidenceBase
include/KDE/KCal/IncidenceFormatter
include/KDE/KCal/Journal
include/KDE/KCal/KCalVersion
include/KDE/KCal/KResult
include/KDE/KCal/ListBase
include/KDE/KCal/Period
include/KDE/KCal/Person
include/KDE/KCal/QtopiaFormat
include/KDE/KCal/Recurrence
include/KDE/KCal/RecurrenceRule
include/KDE/KCal/ResourceCached
include/KDE/KCal/ResourceCachedConfig
include/KDE/KCal/ResourceCalendar
include/KDE/KCal/ResourceLocal
include/KDE/KCal/ResourceLocalConfig
include/KDE/KCal/ResourceLocalDir
include/KDE/KCal/ResourceLocalDirConfig
include/KDE/KCal/Scheduler
include/KDE/KCal/SortableList
include/KDE/KCal/Todo
include/KDE/KCal/VCalDrag
include/KDE/KCal/VCalFormat
include/KDE/KHolidays/AstroSeasons
include/KDE/KHolidays/Holidays
include/KDE/KHolidays/LunarPhase
include/KDE/KHolidays/Zodiac
include/KDE/KLDAP/Ber
include/KDE/KLDAP/LdapAttributeProxyModel
include/KDE/KLDAP/LdapConfigWidget
include/KDE/KLDAP/LdapConnection
include/KDE/KLDAP/LdapControl
include/KDE/KLDAP/LdapDN
include/KDE/KLDAP/LdapDefs
include/KDE/KLDAP/LdapModel
include/KDE/KLDAP/LdapObject
include/KDE/KLDAP/LdapOperation
include/KDE/KLDAP/LdapSearch
include/KDE/KLDAP/LdapServer
include/KDE/KLDAP/LdapStructureProxyModel
include/KDE/KLDAP/LdapUrl
include/KDE/KLDAP/Ldif
include/KDE/KPIMIdentities/Identity
include/KDE/KPIMIdentities/IdentityCombo
include/KDE/KPIMIdentities/IdentityManager
include/KDE/KPIMIdentities/Signature
include/KDE/KPIMIdentities/SignatureConfigurator
include/KDE/KPIMTextEdit/EMailQuoteHighlighter
include/KDE/KPIMTextEdit/TextEdit
include/KDE/KPIMUtils/Email
include/KDE/KPIMUtils/KFileIO
include/KDE/KPIMUtils/LinkLocator
include/KDE/KPIMUtils/SpellingFilter
include/KDE/KPIMUtils/SuperTrait
include/KDE/KResources/ConfigDialog
include/KDE/KResources/ConfigPage
include/KDE/KResources/ConfigWidget
include/KDE/KResources/Factory
include/KDE/KResources/IdMapper
include/KDE/KResources/Manager
include/KDE/KResources/ManagerImpl
include/KDE/KResources/Resource
include/KDE/KResources/SelectDialog
include/KDE/Syndication/AbstractParser
include/KDE/Syndication/Category
include/KDE/Syndication/Constants
include/KDE/Syndication/DataRetriever
include/KDE/Syndication/DocumentSource
include/KDE/Syndication/DocumentVisitor
include/KDE/Syndication/ElementWrapper
include/KDE/Syndication/Enclosure
include/KDE/Syndication/Feed
include/KDE/Syndication/Global
include/KDE/Syndication/Image
include/KDE/Syndication/Item
include/KDE/Syndication/Loader
include/KDE/Syndication/Mapper
include/KDE/Syndication/ParserCollection
include/KDE/Syndication/Person
include/KDE/Syndication/SpecificDocument
include/KDE/Syndication/SpecificItem
include/KDE/Syndication/SpecificItemVisitor
include/KDE/Syndication/Syndication
include/KDE/Syndication/Tools
include/akonadi/agentbase.h
include/akonadi/agentfilterproxymodel.h
include/akonadi/agentinstance.h
@ -18,12 +233,14 @@ include/akonadi/collection.h
include/akonadi/collectioncopyjob.h
include/akonadi/collectioncreatejob.h
include/akonadi/collectiondeletejob.h
include/akonadi/collectiondialog.h
include/akonadi/collectionfetchjob.h
include/akonadi/collectionfilterproxymodel.h
include/akonadi/collectionmodel.h
include/akonadi/collectionmodifyjob.h
include/akonadi/collectionpropertiesdialog.h
include/akonadi/collectionpropertiespage.h
include/akonadi/collectionrequester.h
include/akonadi/collectionstatistics.h
include/akonadi/collectionstatisticsdelegate.h
include/akonadi/collectionstatisticsjob.h
@ -32,6 +249,7 @@ include/akonadi/collectionview.h
include/akonadi/control.h
include/akonadi/entity.h
include/akonadi/entitydisplayattribute.h
include/akonadi/exception.h
include/akonadi/item.h
include/akonadi/itemcopyjob.h
include/akonadi/itemcreatejob.h
@ -55,8 +273,10 @@ include/akonadi/kmime/messageparts.h
include/akonadi/kmime/messagethreaderproxymodel.h
include/akonadi/kmime/messagethreadingattribute.h
include/akonadi/linkjob.h
include/akonadi/mimetypechecker.h
include/akonadi/monitor.h
include/akonadi/private/collectionpathresolver_p.h
include/akonadi/qtest_akonadi.h
include/akonadi/resourcebase.h
include/akonadi/searchcreatejob.h
include/akonadi/servermanager.h
@ -99,6 +319,8 @@ include/kabc/addressee.h
include/kabc/addresseedialog.h
include/kabc/addresseelist.h
include/kabc/addresslineedit.h
include/kabc/contactgroup.h
include/kabc/contactgrouptool.h
include/kabc/distributionlist.h
include/kabc/distributionlistdialog.h
include/kabc/emailselectdialog.h
@ -139,6 +361,7 @@ include/kblog/metaweblog.h
include/kblog/movabletype.h
include/kblog/wordpressbuggy.h
include/kcal/alarm.h
include/kcal/assignmentvisitor.h
include/kcal/attachment.h
include/kcal/attendee.h
include/kcal/calendar.h
@ -148,6 +371,7 @@ include/kcal/calendarresources.h
include/kcal/calfilter.h
include/kcal/calformat.h
include/kcal/calstorage.h
include/kcal/comparisonvisitor.h
include/kcal/confirmsavedialog.h
include/kcal/customproperties.h
include/kcal/dndfactory.h
@ -190,8 +414,48 @@ include/kcal/sortablelist.h
include/kcal/todo.h
include/kcal/vcaldrag.h
include/kcal/vcalformat.h
include/kholidays/astroseasons.h
include/kholidays/holidays.h
include/kholidays/kholidays_export.h
include/kholidays/lunarphase.h
include/kholidays/zodiac.h
include/kimap/acl.h
include/kimap/acljobbase.h
include/kimap/appendjob.h
include/kimap/capabilitiesjob.h
include/kimap/closejob.h
include/kimap/copyjob.h
include/kimap/createjob.h
include/kimap/deleteacljob.h
include/kimap/deletejob.h
include/kimap/expungejob.h
include/kimap/fetchjob.h
include/kimap/getacljob.h
include/kimap/getmetadatajob.h
include/kimap/getquotajob.h
include/kimap/getquotarootjob.h
include/kimap/imapset.h
include/kimap/job.h
include/kimap/kimap_export.h
include/kimap/listjob.h
include/kimap/listrightsjob.h
include/kimap/loginjob.h
include/kimap/logoutjob.h
include/kimap/metadatajobbase.h
include/kimap/myrightsjob.h
include/kimap/quotajobbase.h
include/kimap/renamejob.h
include/kimap/rfccodecs.h
include/kimap/searchjob.h
include/kimap/selectjob.h
include/kimap/session.h
include/kimap/sessionuiproxy.h
include/kimap/setacljob.h
include/kimap/setmetadatajob.h
include/kimap/setquotajob.h
include/kimap/storejob.h
include/kimap/subscribejob.h
include/kimap/unsubscribejob.h
include/kldap/ber.h
include/kldap/kldap_export.h
include/kldap/ldapattributeproxymodel.h
@ -227,11 +491,15 @@ include/kpimidentities/identitymanager.h
include/kpimidentities/kpimidentities_export.h
include/kpimidentities/signature.h
include/kpimidentities/signatureconfigurator.h
include/kpimtextedit/emailquotehighlighter.h
include/kpimtextedit/kpimtextedit_export.h
include/kpimtextedit/textedit.h
include/kpimutils/email.h
include/kpimutils/kfileio.h
include/kpimutils/kpimutils_export.h
include/kpimutils/linklocator.h
include/kpimutils/spellingfilter.h
include/kpimutils/supertrait.h
include/kresources/configdialog.h
include/kresources/configpage.h
include/kresources/configwidget.h
@ -264,6 +532,8 @@ include/mailtransport/transportconfigdialog.h
include/mailtransport/transportjob.h
include/mailtransport/transportmanagementwidget.h
include/mailtransport/transportmanager.h
include/microblog/microblog_export.h
include/microblog/statusitem.h
include/qgpgme/dataprovider.h
include/qgpgme/eventloopinteractor.h
include/qgpgme/qgpgme_export.h
@ -366,13 +636,13 @@ lib/libakonadi-kmime.so.5
lib/libakonadi-kmime.so.5.0.1
%%WITH_PTH%%lib/libgpgme++-pth.so
%%WITH_PTH%%lib/libgpgme++-pth.so.2
%%WITH_PTH%%lib/libgpgme++-pth.so.2.0.3
%%WITH_PTH%%lib/libgpgme++-pth.so.2.2.1
lib/libgpgme++-pthread.so
lib/libgpgme++-pthread.so.2
lib/libgpgme++-pthread.so.2.0.3
lib/libgpgme++-pthread.so.2.2.1
lib/libgpgme++.so
lib/libgpgme++.so.2
lib/libgpgme++.so.2.0.3
lib/libgpgme++.so.2.2.1
lib/libkabc.so
lib/libkabc.so.5
lib/libkabc.so.5.0.1
@ -385,6 +655,9 @@ lib/libkblog.so.5.0.1
lib/libkcal.so
lib/libkcal.so.5
lib/libkcal.so.5.0.1
lib/libkholidays.so
lib/libkholidays.so.5
lib/libkholidays.so.5.0.1
lib/libkimap.so
lib/libkimap.so.5
lib/libkimap.so.5.0.1
@ -397,6 +670,9 @@ lib/libkmime.so.5.0.1
lib/libkpimidentities.so
lib/libkpimidentities.so.5
lib/libkpimidentities.so.5.0.1
lib/libkpimtextedit.so
lib/libkpimtextedit.so.5
lib/libkpimtextedit.so.5.0.1
lib/libkpimutils.so
lib/libkpimutils.so.5
lib/libkpimutils.so.5.0.1
@ -412,6 +688,9 @@ lib/libkxmlrpcclient.so.5.0.1
lib/libmailtransport.so
lib/libmailtransport.so.5
lib/libmailtransport.so.5.0.1
lib/libmicroblog.so
lib/libmicroblog.so.5
lib/libmicroblog.so.5.0.1
lib/libqgpgme.so
lib/libqgpgme.so.1
lib/libqgpgme.so.1.0.1
@ -430,6 +709,59 @@ share/apps/kabc/countrytransl.map
share/apps/kabc/formats/binary.desktop
share/apps/kconf_update/mailtransports.upd
share/apps/kconf_update/migrate-transports.pl
share/apps/libkholidays/holiday_BelgiumDutch
share/apps/libkholidays/holiday_BelgiumFrench
share/apps/libkholidays/holiday_BelgiumWalloon
share/apps/libkholidays/holiday_Suedtirol
share/apps/libkholidays/holiday_ar
share/apps/libkholidays/holiday_at
share/apps/libkholidays/holiday_au
share/apps/libkholidays/holiday_bavarian
share/apps/libkholidays/holiday_bg
share/apps/libkholidays/holiday_br
share/apps/libkholidays/holiday_ca
share/apps/libkholidays/holiday_catalan
share/apps/libkholidays/holiday_ch
share/apps/libkholidays/holiday_cl
share/apps/libkholidays/holiday_co
share/apps/libkholidays/holiday_cz
share/apps/libkholidays/holiday_de
share/apps/libkholidays/holiday_dk
share/apps/libkholidays/holiday_ee
share/apps/libkholidays/holiday_es
share/apps/libkholidays/holiday_fi
share/apps/libkholidays/holiday_fr
share/apps/libkholidays/holiday_frswiss
share/apps/libkholidays/holiday_gb
share/apps/libkholidays/holiday_gr
share/apps/libkholidays/holiday_gt
share/apps/libkholidays/holiday_hu
share/apps/libkholidays/holiday_ie
share/apps/libkholidays/holiday_il
share/apps/libkholidays/holiday_in
share/apps/libkholidays/holiday_is
share/apps/libkholidays/holiday_it
share/apps/libkholidays/holiday_jm
share/apps/libkholidays/holiday_jp
share/apps/libkholidays/holiday_lt
share/apps/libkholidays/holiday_mx
share/apps/libkholidays/holiday_nl
share/apps/libkholidays/holiday_no
share/apps/libkholidays/holiday_nz
share/apps/libkholidays/holiday_pl
share/apps/libkholidays/holiday_pt
share/apps/libkholidays/holiday_py
share/apps/libkholidays/holiday_quebec
share/apps/libkholidays/holiday_ro
share/apps/libkholidays/holiday_ru
share/apps/libkholidays/holiday_se
share/apps/libkholidays/holiday_si
share/apps/libkholidays/holiday_sk
share/apps/libkholidays/holiday_th
share/apps/libkholidays/holiday_ua
share/apps/libkholidays/holiday_us
share/apps/libkholidays/holiday_uy
share/apps/libkholidays/holiday_za
share/config.kcfg/mailtransport.kcfg
share/dbus-1/interfaces/org.kde.KResourcesManager.xml
share/dbus-1/interfaces/org.kde.pim.IdentityManager.xml
@ -475,12 +807,17 @@ share/kde4/services/smtp.protocol
share/kde4/services/smtps.protocol
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
@dirrm share/doc/HTML/en/kioslave/smtp
@dirrm share/doc/HTML/en/kioslave/pop3
@dirrm share/doc/HTML/en/kioslave/nntp
@dirrm share/doc/HTML/en/kioslave/ldap
@dirrm share/doc/HTML/en/kioslave/imap
@dirrm share/doc/HTML/en/kcontrol/kresources
@dirrm share/apps/libkholidays
@dirrmtry share/apps/cmake/modules
@dirrmtry share/apps/cmake
@dirrm share/apps/akonadi-kde
@dirrm lib/gpgmepp
@dirrm lib/KdepimLibs/cmake
@ -490,15 +827,18 @@ share/kde4/servicetypes/kresources_plugin.desktop
@dirrm include/syndication/atom
@dirrm include/syndication
@dirrm include/qgpgme
@dirrm include/microblog
@dirrm include/mailtransport
@dirrm include/kxmlrpcclient
@dirrm include/ktnef
@dirrm include/kresources
@dirrm include/kpimutils
@dirrm include/kpimtextedit
@dirrm include/kpimidentities
@dirrm include/kmime
@dirrm include/kldap
@dirrm include/kimap
@dirrm include/kholidays
@dirrm include/kcal
@dirrm include/kblog
@dirrm include/kabc
@ -508,3 +848,15 @@ share/kde4/servicetypes/kresources_plugin.desktop
@dirrm include/akonadi/kmime
@dirrm include/akonadi/kabc
@dirrmtry include/akonadi
@dirrm include/KDE/Syndication
@dirrm include/KDE/KResources
@dirrm include/KDE/KPIMUtils
@dirrm include/KDE/KPIMTextEdit
@dirrm include/KDE/KPIMIdentities
@dirrm include/KDE/KLDAP
@dirrm include/KDE/KHolidays
@dirrm include/KDE/KCal
@dirrm include/KDE/KBlog
@dirrm include/KDE/KABC
@dirrm include/KDE/Akonadi
@dirrm include/KDE

View file

@ -7,7 +7,6 @@
PORTNAME= kdeplasma-addons
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -16,17 +15,27 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@freebsd.org
COMMENT= Extra plasmoids for KDE4
BUILD_DEPENDS= eigen>=2.0.b3:${PORTSDIR}/math/eigen2
LIB_DEPENDS= marblewidget.5:${PORTSDIR}/misc/kdeedu4 \
kipi.6:${PORTSDIR}/graphics/kdegraphics4
USE_KDE4= kdelibs pimlibs workspace kdeprefix kdehier automoc4 sharedmime
KDE4_BUILDENV= yes
USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= opengl webkit xml network \
QT_COMPONENTS= corelib opengl dbus qt3support webkit \
designer network svg qtestlib xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
${GREP} -H -r "#include <q" ${WRKSRC}/.. | ${CUT} -d: -f1 | uniq | \
${XARGS} ${REINPLACE_CMD} -f ${FILESDIR}/qt3to4headers.txt
pre-configure:
#respect prefix, don't update mime when installing
${REINPLACE_CMD} -e '/^update_xdg_mimetypes/d; /SharedMimeInfo/d' \

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdeplasma-addons-4.2.4.tar.bz2) = 8cd684126de488203f644bb59af60ac2
SHA256 (KDE/kdeplasma-addons-4.2.4.tar.bz2) = 7bb882b61b6ccb8ac252417e890e3914f98f1406f89e78d58aa3b36564fcad97
SIZE (KDE/kdeplasma-addons-4.2.4.tar.bz2) = 4277138
MD5 (KDE/kdeplasma-addons-4.3.0.tar.bz2) = 74369a3346c95368a62dc5a1490ed886
SHA256 (KDE/kdeplasma-addons-4.3.0.tar.bz2) = b469a20740239a547b7ae2833870a506872a4dc39eb35fdc3756e88e95b05483
SIZE (KDE/kdeplasma-addons-4.3.0.tar.bz2) = 1458073

View file

@ -0,0 +1,28 @@
--- ../CMakeLists.txt.orig 2009-04-06 07:00:39.000000000 +1100
+++ ../CMakeLists.txt 2009-06-26 11:00:58.000000000 +1100
@@ -26,16 +26,20 @@
endif (DEPEND_PACKAGE_Marble)
macro_log_feature(MARBLE_FOUND "Marble" "Desktop Globe" "http://marble.kde.org" FALSE "" "RECOMMENDED: Marble is used to provide a desktop globe wallpaper for Plasma.")
-if (NEPOMUK_FOUND)
- include_directories( ${SOPRANO_INCLUDE_DIR} ${NEPOMUK_INCLUDE_DIR} )
-endif (NEPOMUK_FOUND)
-
add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
-include_directories (${KDE4_INCLUDES}
+INCLUDE_DIRECTORIES (${QT_QTGUI_INCLUDE_DIR}
+ ${QT_QTCORE_INCLUDE_DIR}
+ ${QT_QTXML_INCLUDE_DIR}
+ ${PHONON_INCLUDE_DIR}
+ ${KDE4_INCLUDES}
${KDE4WORKSPACE_INCLUDE_DIR}
${KDEPIMLIBS_INCLUDE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/libs)
+if (NEPOMUK_FOUND)
+ include_directories( ${SOPRANO_INCLUDE_DIR} ${NEPOMUK_INCLUDE_DIR} )
+endif (NEPOMUK_FOUND)
+
add_subdirectory(libs)
add_subdirectory(applets)
add_subdirectory(dataengines)

View file

@ -0,0 +1,24 @@
--- ../applets/frame/CMakeLists.txt.orig 2009-05-15 04:26:59.000000000 +1100
+++ ../applets/frame/CMakeLists.txt 2009-06-26 10:37:04.000000000 +1100
@@ -1,7 +1,20 @@
project(plasma-frame)
include (MacroLogFeature)
+include (FindPkgConfig)
+
+# Check for KExiv2
+PKG_CHECK_MODULES(LIBKEXIV2 libkexiv2-kde4>=0.5.0)
+FIND_PATH(KEXIV2_INCLUDE_DIR NAMES libkexiv2/version.h
+ PATHS ${LIBKEXIV2_INCLUDE_DIRS} ${KDE4_INCLUDE_DIR} NO_DEFAULT_PATH)
+FIND_LIBRARY(KEXIV2_LIBRARY NAMES kexiv2
+ PATHS ${LIBKEXIV2_LIBRARY_DIRS} ${KDE4_LIB_DIR} NO_DEFAULT_PATH)
+
+FIND_PACKAGE_HANDLE_STANDARD_ARGS(KEXIV2 DEFAULT_MSG KEXIV2_LIBRARY KEXIV2_INCLUDE_DIR)
+
+IF(KEXIV2_FOUND)
+ SET(KEXIV2_LIBRARIES ${KEXIV2_LIBRARY})
+ENDIF(KEXIV2_FOUND)
-macro_optional_find_package(Kexiv2)
macro_log_feature(KEXIV2_FOUND "libkexiv2" "Library to access EXIF information" "http://www.kde.org" FALSE "0.2.0" "RECOMENDED: Enables automatic rotation for frame applet" )
macro_display_feature_log()

View file

@ -0,0 +1,46 @@
s/<q3dragobject.h>/<Q3DragObject>/g
s/<q3frame.h>/<Q3Frame>/g
s/<q3groupbox.h>/<Q3GroupBox>/g
s/<q3hgroupbox.h>/<Q3HGroupBox>/g
s/<q3listview.h>/<Q3ListView>/g
s/<q3popupmenu.h>/<Q3PopupMenu>/g
s/<q3process.h>/<Q3Process>/g
s/<q3progressdialog.h>/<Q3ProgressDialog>/g
s/<q3strlist.h>/<Q3StrList>/g
s/<q3textview.h>/<Q3TextView>/g
s/<q3vbox.h>/<Q3VBox>/g
s/<q3vgroupbox.h>/<Q3VGroupBox>/g
s/<qapplication.h>/<QApplication>/g
s/<qbuttongroup.h>/<QButtonGroup>/g
s/<qcheckbox.h>/<QCheckBox>/g
s/<qcolor.h>/<QColor>/g
s/<qcombobox.h>/<QComboBox>/g
s/<qcursor.h>/<QCursor>/g
s/<qdesktopwidget.h>/<QDesktopWidget>/g
s/<qdir.h>/<QDir>/g
s/<qevent.h>/<QEvent>/g
s/<qfile.h>/<QFile>/g
s/<qfileinfo.h>/<QFileInfo>/g
s/<qfont.h>/<QFont>/g
s/<qfontmetrics.h>/<QFontMetrics>/g
s/<qgroupbox.h>/<QGroupBox>/g
s/<qimage.h>/<QImage>/g
s/<qlabel.h>/<QLabel>/g
s/<qlayout.h>/<QLayout>/g
s/<qlineedit.h>/<QLineEdit>/g
s/<qmatrix.h>/<QMatrix>/g
s/<qobject.h>/<QObject>/g
s/<qpainter.h>/<QPainter>/g
s/<qpalette.h>/<QPalette>/g
s/<qpixmap.h>/<QPixmap>/g
s/<qpointer.h>/<QPointer>/g
s/<qpushbutton.h>/<QPushButton>/g
s/<qradiobutton.h>/<QRadioButton>/g
s/<qregexp.h>/<QRegExp>/g
s/<qspinbox.h>/<QSpinBox>/g
s/<qstring.h>/<QString>/g
s/<qtextcodec.h>/<QTextCodec>/g
s/<qtextstream.h>/<QTextStream>/g
s/<qtimer.h>/<QTimer>/g
s/<qtooltip.h>/<QToolTip>/g
s/<qwidget.h>/<QWidget>/g

View file

@ -1,20 +1,31 @@
bin/lancelot
include/conversion/converter.h
include/conversion/plasmaconversion_export.h
include/conversion/unit.h
include/conversion/unitcategory.h
include/conversion/value.h
include/lancelot/Global.h
include/lancelot/lancelot.h
include/lancelot/lancelot_export.h
include/lancelot/layouts/CardLayout.h
include/lancelot/layouts/ColumnLayout.h
include/lancelot/models/ActionListViewModels.h
include/lancelot/models/PassagewayViewModels.h
include/lancelot/models/ActionListModel.h
include/lancelot/models/ActionTreeModel.h
include/lancelot/models/ActionTreeModelProxy.h
include/lancelot/models/MergedActionListModel.h
include/lancelot/models/PlasmaServiceListModel.h
include/lancelot/models/StandardActionListModel.h
include/lancelot/models/StandardActionTreeModel.h
include/lancelot/widgets/ActionListView.h
include/lancelot/widgets/BasicWidget.h
include/lancelot/widgets/ExtenderButton.h
include/lancelot/widgets/HoverIcon.h
include/lancelot/widgets/Panel.h
include/lancelot/widgets/PassagewayView.h
include/lancelot/widgets/PopupList.h
include/lancelot/widgets/PopupMenu.h
include/lancelot/widgets/ResizeBordersPanel.h
include/lancelot/widgets/Widget.h
include/lancelot/widgets/WidgetPositioner.h
lib/kde4/kcm_krunner_spellcheck.so
lib/kde4/krunner_browserhistory.so
lib/kde4/krunner_contacts.so
@ -23,9 +34,10 @@ lib/kde4/krunner_katesessions.so
lib/kde4/krunner_konquerorsessions.so
lib/kde4/krunner_konsolesessions.so
lib/kde4/krunner_spellcheckrunner.so
lib/kde4/plasma-applet_systemloadviewer.so
lib/kde4/plasma_applet_bball.so
lib/kde4/plasma_applet_binaryclock.so
lib/kde4/plasma_applet_bluemarble.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
@ -44,101 +56,118 @@ lib/kde4/plasma_applet_lancelot_part.so
lib/kde4/plasma_applet_leavenote.so
lib/kde4/plasma_applet_life.so
lib/kde4/plasma_applet_luna.so
lib/kde4/plasma_applet_magnifique.so
lib/kde4/plasma_applet_mediaplayer.so
lib/kde4/plasma_applet_microblog.so
lib/kde4/plasma_applet_news.so
lib/kde4/plasma_applet_notes.so
lib/kde4/plasma_applet_nowplaying.so
lib/kde4/plasma_applet_opendesktop.so
lib/kde4/plasma_applet_paste.so
lib/kde4/plasma_applet_pastebin.so
lib/kde4/plasma_applet_previewer.so
lib/kde4/plasma_applet_rssnow.so
lib/kde4/plasma_applet_rtm.so
lib/kde4/plasma_applet_showdashboard.so
lib/kde4/plasma_applet_showdesktop.so
lib/kde4/plasma_applet_timer.so
lib/kde4/plasma_applet_twitter.so
lib/kde4/plasma_applet_unitconverter.so
lib/kde4/plasma_applet_weather.so
lib/kde4/plasma_applet_weatherstation.so
lib/kde4/plasma_comic_krossprovider.so
lib/kde4/plasma_engine_comic.so
lib/kde4/plasma_engine_twitter.so
lib/kde4/plasma_engine_microblog.so
lib/kde4/plasma_engine_ocs.so
lib/kde4/plasma_engine_potd.so
lib/kde4/plasma_engine_rtm.so
lib/kde4/plasma_packagestructure_comic.so
lib/kde4/plasma_potd_apodprovider.so
lib/kde4/plasma_potd_epodprovider.so
lib/kde4/plasma_potd_flickrprovider.so
lib/kde4/plasma_potd_oseiprovider.so
lib/kde4/plasma_potd_wcpotdprovider.so
lib/kde4/plasma_wallpaper_mandelbrot.so
lib/kde4/plasma_wallpaper_marble.so
lib/kde4/plasma_wallpaper_pattern.so
lib/kde4/plasma_wallpaper_virus.so
lib/kde4/plasma_wallpaper_weather.so
lib/libconversion.so
lib/libconversion.so.5
lib/libconversion.so.5.0.1
lib/liblancelot.so
lib/liblancelot.so.0
lib/liblancelot.so.0.5.0
lib/liblancelot.so.0.7.0
lib/libocsclient.so
lib/libocsclient.so.5
lib/libocsclient.so.5.0.1
lib/libplasmacomicprovidercore.so
lib/libplasmacomicprovidercore.so.1
lib/libplasmacomicprovidercore.so.1.0.0
lib/libplasmaconverter.so
lib/libplasmaconverter.so.5
lib/libplasmaconverter.so.5.0.1
lib/libplasmapotdprovidercore.so
lib/libplasmapotdprovidercore.so.1
lib/libplasmapotdprovidercore.so.1.0.0
lib/libplasmaweather.so
lib/libplasmaweather.so.5
lib/libplasmaweather.so.5.0.1
lib/librtm.so
lib/librtm.so.5
lib/librtm.so.5.0.1
share/apps/bball/bball.svgz
share/apps/bball/bounce.ogg
share/apps/bball/football.svgz
share/apps/desktoptheme/Aya/lancelot/main-background.svgz
share/apps/cmake/modules/FindConversion.cmake
share/apps/desktoptheme/Aya/lancelot/action-list-view-categories-applet.svgz
share/apps/desktoptheme/Aya/lancelot/action-list-view-categories-extender.svgz
share/apps/desktoptheme/Aya/lancelot/action-list-view-categories.svgz
share/apps/desktoptheme/Aya/lancelot/action-list-view-headers-plasma-applet.svgz
share/apps/desktoptheme/Aya/lancelot/action-list-view-headers.svgz
share/apps/desktoptheme/Aya/lancelot/action-list-view-items-extender.svgz
share/apps/desktoptheme/Aya/lancelot/action-list-view-items.svgz
share/apps/desktoptheme/Aya/lancelot/inner-background.svgz
share/apps/desktoptheme/Aya/lancelot/passageway-view-buttons-extender.svgz
share/apps/desktoptheme/Aya/lancelot/passageway-view-buttons.svgz
share/apps/desktoptheme/Aya/lancelot/passageway-view-inactivebuttons.svgz
share/apps/desktoptheme/Aya/lancelot/passageway-view-spacer.svgz
share/apps/desktoptheme/Aya/lancelot/plasma-theme.config
share/apps/desktoptheme/Aya/lancelot/section-buttons.svgz
share/apps/desktoptheme/Aya/lancelot/system-buttons-extender.svgz
share/apps/desktoptheme/Aya/lancelot/system-buttons.svgz
share/apps/desktoptheme/Aya/lancelot/theme.config
share/apps/desktoptheme/Elegance/lancelot/action-list-view-categories-extender.svgz
share/apps/desktoptheme/Elegance/lancelot/action-list-view-categories.svgz
share/apps/desktoptheme/Elegance/lancelot/action-list-view-items-extender.svgz
share/apps/desktoptheme/Elegance/lancelot/action-list-view-items.svgz
share/apps/desktoptheme/Elegance/lancelot/main-background.svgz
share/apps/desktoptheme/Elegance/lancelot/passageway-view-buttons-extender.svgz
share/apps/desktoptheme/Elegance/lancelot/passageway-view-buttons.svgz
share/apps/desktoptheme/Elegance/lancelot/passageway-view-inactivebuttons.svgz
share/apps/desktoptheme/Elegance/lancelot/passageway-view-spacer.svgz
share/apps/desktoptheme/Elegance/lancelot/plasma-theme.config
share/apps/desktoptheme/Elegance/lancelot/section-buttons.svgz
share/apps/desktoptheme/Elegance/lancelot/inner-background.svgz
share/apps/desktoptheme/Elegance/lancelot/system-buttons.svgz
share/apps/desktoptheme/Elegance/lancelot/theme.config
share/apps/desktoptheme/Silicon/lancelot/action-list-view-categories-applet.svgz
share/apps/desktoptheme/Silicon/lancelot/action-list-view-categories-extender.svgz
share/apps/desktoptheme/Silicon/lancelot/action-list-view-categories.svgz
share/apps/desktoptheme/Silicon/lancelot/action-list-view-headers-plasma-applet.svgz
share/apps/desktoptheme/Silicon/lancelot/action-list-view-headers.svgz
share/apps/desktoptheme/Silicon/lancelot/action-list-view-items-extender.svgz
share/apps/desktoptheme/Silicon/lancelot/action-list-view-items.svgz
share/apps/desktoptheme/Silicon/lancelot/main-background.svgz
share/apps/desktoptheme/Silicon/lancelot/extender-button-icon.svgz
share/apps/desktoptheme/Silicon/lancelot/inner-background.svgz
share/apps/desktoptheme/Silicon/lancelot/lancelot-context-extender.svgz
share/apps/desktoptheme/Silicon/lancelot/lancelot-context.svgz
share/apps/desktoptheme/Silicon/lancelot/passageway-view-buttons-extender.svgz
share/apps/desktoptheme/Silicon/lancelot/passageway-view-buttons.svgz
share/apps/desktoptheme/Silicon/lancelot/passageway-view-inactivebuttons.svgz
share/apps/desktoptheme/Silicon/lancelot/passageway-view-spacer.svgz
share/apps/desktoptheme/Silicon/lancelot/plasma-theme.config
share/apps/desktoptheme/Silicon/lancelot/section-buttons.svgz
share/apps/desktoptheme/Silicon/lancelot/system-buttons-extender.svgz
share/apps/desktoptheme/Silicon/lancelot/system-buttons.svgz
share/apps/desktoptheme/Silicon/lancelot/theme.config
share/apps/desktoptheme/default/bubblemon/bubble.svg
share/apps/desktoptheme/default/fifteenPuzzle/greensquare.svgz
share/apps/desktoptheme/default/lancelot/action-list-view-categories-extender.svgz
share/apps/desktoptheme/default/lancelot/action-list-view-categories.svgz
share/apps/desktoptheme/default/lancelot/action-list-view-headers-plasma-applet.svgz
share/apps/desktoptheme/default/lancelot/action-list-view-headers.svgz
share/apps/desktoptheme/default/lancelot/action-list-view-items-extender.svgz
share/apps/desktoptheme/default/lancelot/action-list-view-items.svgz
share/apps/desktoptheme/default/lancelot/action-list-view-scroll-down-plasma-applet.svgz
share/apps/desktoptheme/default/lancelot/action-list-view-scroll-down.svgz
share/apps/desktoptheme/default/lancelot/action-list-view-scroll-up-plasma-applet.svgz
share/apps/desktoptheme/default/lancelot/action-list-view-scroll-up.svgz
share/apps/desktoptheme/default/lancelot/extender-button-icon.svgz
share/apps/desktoptheme/default/lancelot/inner-background.svgz
share/apps/desktoptheme/default/lancelot/lancelot-context-extender.svgz
share/apps/desktoptheme/default/lancelot/lancelot-context.svgz
share/apps/desktoptheme/default/lancelot/main-background.svgz
share/apps/desktoptheme/default/lancelot/passageway-view-buttons-extender.svgz
share/apps/desktoptheme/default/lancelot/passageway-view-buttons.svgz
share/apps/desktoptheme/default/lancelot/passageway-view-inactivebuttons.svgz
share/apps/desktoptheme/default/lancelot/passageway-view-spacer.svgz
share/apps/desktoptheme/default/lancelot/plasma-theme.config
share/apps/desktoptheme/default/lancelot/scroll-bar-background-bar-down.svgz
share/apps/desktoptheme/default/lancelot/scroll-bar-background-bar-left.svgz
share/apps/desktoptheme/default/lancelot/scroll-bar-background-bar-right.svgz
share/apps/desktoptheme/default/lancelot/scroll-bar-background-bar-up.svgz
share/apps/desktoptheme/default/lancelot/scroll-bar-background.svgz
share/apps/desktoptheme/default/lancelot/scroll-bar-button-down-icon.svgz
share/apps/desktoptheme/default/lancelot/scroll-bar-button-left-icon.svgz
share/apps/desktoptheme/default/lancelot/scroll-bar-button-right-icon.svgz
share/apps/desktoptheme/default/lancelot/scroll-bar-button-up-icon.svgz
share/apps/desktoptheme/default/lancelot/scroll-bar-handle-horizontal.svgz
share/apps/desktoptheme/default/lancelot/scroll-bar-handle-vertical.svgz
share/apps/desktoptheme/default/lancelot/section-buttons.svgz
share/apps/desktoptheme/default/lancelot/system-buttons-extender.svgz
share/apps/desktoptheme/default/lancelot/system-buttons.svgz
@ -148,79 +177,139 @@ share/apps/desktoptheme/default/rssnow/left.svgz
share/apps/desktoptheme/default/rssnow/right.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/lcd_panel.svgz
share/apps/desktoptheme/default/widgets/eyes.svgz
share/apps/desktoptheme/default/widgets/eyes.svg
share/apps/desktoptheme/default/widgets/luna.svgz
share/apps/desktoptheme/default/widgets/microblog.svgz
share/apps/desktoptheme/default/widgets/notes.svgz
share/apps/desktoptheme/default/widgets/picture-frame-default.svgz
share/apps/desktoptheme/default/widgets/previewer-16.svgz
share/apps/desktoptheme/default/widgets/previewer-22.svgz
share/apps/desktoptheme/default/widgets/timer.svgz
share/apps/desktoptheme/default/widgets/twitter.svgz
share/apps/desktoptheme/heron/lancelot/action-list-view-categories-applet.svgz
share/apps/desktoptheme/heron/lancelot/action-list-view-categories-extender.svgz
share/apps/desktoptheme/heron/lancelot/action-list-view-categories.svgz
share/apps/desktoptheme/heron/lancelot/action-list-view-headers-plasma-applet.svgz
share/apps/desktoptheme/heron/lancelot/action-list-view-headers.svgz
share/apps/desktoptheme/heron/lancelot/action-list-view-items-extender.svgz
share/apps/desktoptheme/heron/lancelot/action-list-view-items.svgz
share/apps/desktoptheme/heron/lancelot/main-background.svgz
share/apps/desktoptheme/heron/lancelot/extender-button-icon.svgz
share/apps/desktoptheme/heron/lancelot/inner-background.svgz
share/apps/desktoptheme/heron/lancelot/lancelot-context-extender.svgz
share/apps/desktoptheme/heron/lancelot/lancelot-context.svgz
share/apps/desktoptheme/heron/lancelot/passageway-view-buttons-extender.svgz
share/apps/desktoptheme/heron/lancelot/passageway-view-buttons.svgz
share/apps/desktoptheme/heron/lancelot/passageway-view-inactivebuttons.svgz
share/apps/desktoptheme/heron/lancelot/passageway-view-spacer.svgz
share/apps/desktoptheme/heron/lancelot/plasma-theme.config
share/apps/desktoptheme/heron/lancelot/section-buttons.svgz
share/apps/desktoptheme/heron/lancelot/system-buttons-extender.svgz
share/apps/desktoptheme/heron/lancelot/system-buttons.svgz
share/apps/desktoptheme/heron/lancelot/theme.config
share/apps/desktoptheme/oxygen/lancelot/action-list-view-categories-applet.svgz
share/apps/desktoptheme/oxygen/lancelot/action-list-view-categories-extender.svgz
share/apps/desktoptheme/oxygen/lancelot/action-list-view-categories.svgz
share/apps/desktoptheme/oxygen/lancelot/action-list-view-headers-plasma-applet.svgz
share/apps/desktoptheme/oxygen/lancelot/action-list-view-headers.svgz
share/apps/desktoptheme/oxygen/lancelot/action-list-view-items-extender.svgz
share/apps/desktoptheme/oxygen/lancelot/action-list-view-items.svgz
share/apps/desktoptheme/oxygen/lancelot/extender-button-icon.svgz
share/apps/desktoptheme/oxygen/lancelot/inner-background.svgz
share/apps/desktoptheme/oxygen/lancelot/lancelot-context-extender.svgz
share/apps/desktoptheme/oxygen/lancelot/lancelot-context.svgz
share/apps/desktoptheme/oxygen/lancelot/passageway-view-buttons-extender.svgz
share/apps/desktoptheme/oxygen/lancelot/passageway-view-buttons.svgz
share/apps/desktoptheme/oxygen/lancelot/passageway-view-inactivebuttons.svgz
share/apps/desktoptheme/oxygen/lancelot/passageway-view-spacer.svgz
share/apps/desktoptheme/oxygen/lancelot/section-buttons.svgz
share/apps/desktoptheme/oxygen/lancelot/system-buttons-extender.svgz
share/apps/desktoptheme/oxygen/lancelot/system-buttons.svgz
share/apps/desktoptheme/oxygen/lancelot/theme.config
share/apps/desktoptheme/slim-glow/lancelot/action-list-view-categories-applet.svgz
share/apps/desktoptheme/slim-glow/lancelot/action-list-view-categories-extender.svgz
share/apps/desktoptheme/slim-glow/lancelot/action-list-view-categories.svgz
share/apps/desktoptheme/slim-glow/lancelot/action-list-view-headers-plasma-applet.svgz
share/apps/desktoptheme/slim-glow/lancelot/action-list-view-headers.svgz
share/apps/desktoptheme/slim-glow/lancelot/action-list-view-items-extender.svgz
share/apps/desktoptheme/slim-glow/lancelot/action-list-view-items.svgz
share/apps/desktoptheme/slim-glow/lancelot/main-background.svgz
share/apps/desktoptheme/slim-glow/lancelot/extender-button-icon.svgz
share/apps/desktoptheme/slim-glow/lancelot/inner-background.svgz
share/apps/desktoptheme/slim-glow/lancelot/lancelot-context-extender.svgz
share/apps/desktoptheme/slim-glow/lancelot/lancelot-context.svgz
share/apps/desktoptheme/slim-glow/lancelot/passageway-view-buttons-extender.svgz
share/apps/desktoptheme/slim-glow/lancelot/passageway-view-buttons.svgz
share/apps/desktoptheme/slim-glow/lancelot/passageway-view-inactivebuttons.svgz
share/apps/desktoptheme/slim-glow/lancelot/passageway-view-spacer.svgz
share/apps/desktoptheme/slim-glow/lancelot/plasma-theme.config
share/apps/desktoptheme/slim-glow/lancelot/section-buttons.svgz
share/apps/desktoptheme/slim-glow/lancelot/system-buttons-extender.svgz
share/apps/desktoptheme/slim-glow/lancelot/system-buttons.svgz
share/apps/desktoptheme/slim-glow/lancelot/theme.config
share/apps/plasma-bluemarble/atmosphere.frag
share/apps/plasma-bluemarble/atmosphere.vert
share/apps/plasma-bluemarble/earth-night.png
share/apps/plasma-bluemarble/earth.frag
share/apps/plasma-bluemarble/earth.png
share/apps/plasma-bluemarble/earth.vert
share/apps/lancelot/lancelot.notifyrc
share/apps/plasma-applet-opendesktop/user.css
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_pastebin/plasma_pastebin.notifyrc
share/apps/plasma_wallpaper_pattern/patterns/fish.desktop
share/apps/plasma_wallpaper_pattern/patterns/fish.png
share/apps/plasma_wallpaper_pattern/patterns/flowers.desktop
share/apps/plasma_wallpaper_pattern/patterns/flowers.png
share/apps/plasma_wallpaper_pattern/patterns/night-rock.desktop
share/apps/plasma_wallpaper_pattern/patterns/night-rock.jpg
share/apps/plasma_wallpaper_pattern/patterns/pavement.desktop
share/apps/plasma_wallpaper_pattern/patterns/pavement.png
share/apps/plasma_wallpaper_pattern/patterns/rattan.desktop
share/apps/plasma_wallpaper_pattern/patterns/rattan.png
share/apps/plasma_wallpaper_pattern/patterns/stonewall2.desktop
share/apps/plasma_wallpaper_pattern/patterns/stonewall2.png
share/apps/plasma_wallpaper_pattern/patterns/triangles.desktop
share/apps/plasma_wallpaper_pattern/patterns/triangles.png
share/apps/plasma_wallpaper_pattern/patterns/xeroxstar.desktop
share/apps/plasma_wallpaper_pattern/patterns/xeroxstar.png
share/apps/rssnow/feeds
share/config/comic.knsrc
share/config/virus_wallpaper.knsrc
share/dbus-1/services/org.kde.lancelot.service
share/icons/hicolor/128x128/apps/bball.png
share/icons/hicolor/128x128/apps/lancelot-part.png
share/icons/hicolor/128x128/apps/lancelot.png
share/icons/hicolor/128x128/apps/previewer.png
share/icons/hicolor/16x16/apps/bball.png
share/icons/hicolor/16x16/apps/lancelot-part.png
share/icons/hicolor/16x16/apps/lancelot.png
share/icons/hicolor/16x16/apps/previewer.png
share/icons/hicolor/22x22/apps/lancelot-part.png
share/icons/hicolor/22x22/apps/lancelot.png
share/icons/hicolor/22x22/apps/previewer.png
share/icons/hicolor/32x32/apps/bball.png
share/icons/hicolor/32x32/apps/lancelot-part.png
share/icons/hicolor/32x32/apps/lancelot.png
share/icons/hicolor/32x32/apps/previewer.png
share/icons/hicolor/48x48/apps/bball.png
share/icons/hicolor/48x48/apps/lancelot-part.png
share/icons/hicolor/48x48/apps/lancelot.png
share/icons/hicolor/48x48/apps/previewer.png
share/icons/hicolor/64x64/apps/bball.png
share/icons/hicolor/64x64/apps/lancelot-part.png
share/icons/hicolor/64x64/apps/lancelot.png
share/icons/hicolor/64x64/apps/previewer.png
share/icons/hicolor/scalable/apps/bball.svgz
share/icons/hicolor/scalable/apps/fifteenpuzzle.svgz
share/icons/oxygen/scalable/apps/bball.svgz
share/icons/oxygen/scalable/apps/accessories-dictionary.svgz
share/kde4/services/ServiceMenus/preview.desktop
share/kde4/services/apodprovider.desktop
share/kde4/services/browserhistory.desktop
share/kde4/services/epodprovider.desktop
share/kde4/services/flickrprovider.desktop
share/kde4/services/katesessions.desktop
share/kde4/services/konquerorsessions.desktop
share/kde4/services/konsolesessions.desktop
share/kde4/services/oseiprovider.desktop
share/kde4/services/plasma-applet-bball.desktop
share/kde4/services/plasma-applet-binaryclock.desktop
share/kde4/services/plasma-applet-bluemarble.desktop
share/kde4/services/plasma-applet-bubblemon.desktop
share/kde4/services/plasma-applet-calculator.desktop
share/kde4/services/plasma-applet-charselect.desktop
share/kde4/services/plasma-applet-eyes.desktop
@ -233,21 +322,32 @@ share/kde4/services/plasma-applet-lancelot-part.desktop
share/kde4/services/plasma-applet-leavenote.desktop
share/kde4/services/plasma-applet-life.desktop
share/kde4/services/plasma-applet-luna.desktop
share/kde4/services/plasma-applet-magnifique.desktop
share/kde4/services/plasma-applet-mediaplayer.desktop
share/kde4/services/plasma-applet-microblog.desktop
share/kde4/services/plasma-applet-news.desktop
share/kde4/services/plasma-applet-nowplaying.desktop
share/kde4/services/plasma-applet-opendesktop.desktop
share/kde4/services/plasma-applet-paste.desktop
share/kde4/services/plasma-applet-pastebin.desktop
share/kde4/services/plasma-applet-previewer.desktop
share/kde4/services/plasma-applet-rememberthemilk.desktop
share/kde4/services/plasma-applet-rssnow.desktop
share/kde4/services/plasma-applet-showdashboard.desktop
share/kde4/services/plasma-applet-showdesktop.desktop
share/kde4/services/plasma-applet-systemloadviewer.desktop
share/kde4/services/plasma-applet-timer.desktop
share/kde4/services/plasma-applet-unitconverter.desktop
share/kde4/services/plasma-applet-weather.desktop
share/kde4/services/plasma-applet-weatherstation.desktop
share/kde4/services/plasma-clock-fuzzy.desktop
share/kde4/services/plasma-comic-default.desktop
share/kde4/services/plasma-dataengine-comic.desktop
share/kde4/services/plasma-dataengine-twitter.desktop
share/kde4/services/plasma-dataengine-microblog.desktop
share/kde4/services/plasma-dataengine-ocs.desktop
share/kde4/services/plasma-dataengine-potd.desktop
share/kde4/services/plasma-dict-default.desktop
share/kde4/services/plasma-engine-rtm.desktop
share/kde4/services/plasma-fileWatcher-default.desktop
share/kde4/services/plasma-frame-default.desktop
share/kde4/services/plasma-kolourpicker-default.desktop
@ -257,30 +357,48 @@ share/kde4/services/plasma-runner-contacts.desktop
share/kde4/services/plasma-runner-converter.desktop
share/kde4/services/plasma-runner-spellchecker.desktop
share/kde4/services/plasma-runner-spellchecker_config.desktop
share/kde4/services/plasma-twitter-default.desktop
share/kde4/services/plasma-wallpaper-mandelbrot.desktop
share/kde4/services/plasma-wallpaper-marble.desktop
share/kde4/services/plasma-wallpaper-pattern.desktop
share/kde4/services/plasma-wallpaper-virus.desktop
share/kde4/services/plasma-wallpaper-weather.desktop
share/kde4/services/wcpotdprovider.desktop
share/kde4/servicetypes/plasma_comicprovider.desktop
share/kde4/servicetypes/plasma_potdprovider.desktop
share/mime/packages/lancelotpart-mime.xml
share/mime/text/x-lancelotpart.xml
@dirrm share/apps/rssnow
@dirrm share/apps/plasma-bluemarble
@dirrm share/apps/plasma_wallpaper_pattern/patterns
@dirrm share/apps/plasma_wallpaper_pattern
@dirrm share/apps/plasma_pastebin
@dirrm share/apps/plasma-applet-opendesktop
@dirrm share/apps/lancelot
@dirrm share/apps/desktoptheme/slim-glow/lancelot
@dirrm share/apps/desktoptheme/slim-glow
@dirrmtry share/apps/desktoptheme/slim-glow
@dirrm share/apps/desktoptheme/oxygen/lancelot
@dirrmtry share/apps/desktoptheme/oxygen
@dirrm share/apps/desktoptheme/heron/lancelot
@dirrm share/apps/desktoptheme/heron
@dirrmtry share/apps/desktoptheme/heron
@dirrm share/apps/desktoptheme/default/weatherstation
@dirrm share/apps/desktoptheme/default/weather
@dirrm share/apps/desktoptheme/default/stylesheets
@dirrm share/apps/desktoptheme/default/rssnow
@dirrm share/apps/desktoptheme/default/lancelot
@dirrm share/apps/desktoptheme/default/fifteenPuzzle
@dirrm share/apps/desktoptheme/default/bubblemon
@dirrm share/apps/desktoptheme/Silicon/lancelot
@dirrm share/apps/desktoptheme/Silicon
@dirrmtry share/apps/desktoptheme/Silicon
@dirrm share/apps/desktoptheme/Elegance/lancelot
@dirrm share/apps/desktoptheme/Elegance
@dirrmtry share/apps/desktoptheme/Elegance
@dirrmtry share/apps/desktoptheme/Clean-Bend
@dirrm share/apps/desktoptheme/Aya/lancelot
@dirrm share/apps/desktoptheme/Aya
@dirrmtry share/apps/desktoptheme/Aya
@dirrmtry share/apps/cmake/modules
@dirrmtry share/apps/cmake
@dirrm share/apps/bball
@dirrm include/lancelot/widgets
@dirrm include/lancelot/models
@dirrm include/lancelot/layouts
@dirrm include/lancelot
@dirrm include/conversion
@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

View file

@ -7,7 +7,6 @@
PORTNAME= kdebindings
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= devel kde python
MAINTAINER= kde@FreeBSD.org

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdebindings-4.2.4.tar.bz2) = db0e95addf2b2874434ae8505733cdcd
SHA256 (KDE/kdebindings-4.2.4.tar.bz2) = 4d1bbee5e9c141a3903d053191eef3d68801429b203e43b7b2bee2345ae76ddb
SIZE (KDE/kdebindings-4.2.4.tar.bz2) = 4736120
MD5 (KDE/kdebindings-4.3.0.tar.bz2) = 6ef02ed3c958d918eed32ddf4034e40d
SHA256 (KDE/kdebindings-4.3.0.tar.bz2) = 2d30e3a00470f06b61728b467a0dec94f4deee0e227a65e62306fa90dd643ead
SIZE (KDE/kdebindings-4.3.0.tar.bz2) = 4879363

View file

@ -7,7 +7,6 @@
PORTNAME= kdebindings
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= devel kde python
PKGNAMESUFFIX= -kde
@ -24,7 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
BINDLANG= python
BINDMODULE= pykde4
USE_KDE4= akonadi pimlibs
USE_KDE4= akonadi kdelibs pimlibs workspace
USE_PYTHON= 2.5+
SUB_FILES= kdebindings4.pth

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdebindings-4.2.4.tar.bz2) = db0e95addf2b2874434ae8505733cdcd
SHA256 (KDE/kdebindings-4.2.4.tar.bz2) = 4d1bbee5e9c141a3903d053191eef3d68801429b203e43b7b2bee2345ae76ddb
SIZE (KDE/kdebindings-4.2.4.tar.bz2) = 4736120
MD5 (KDE/kdebindings-4.3.0.tar.bz2) = 6ef02ed3c958d918eed32ddf4034e40d
SHA256 (KDE/kdebindings-4.3.0.tar.bz2) = 2d30e3a00470f06b61728b467a0dec94f4deee0e227a65e62306fa90dd643ead
SIZE (KDE/kdebindings-4.3.0.tar.bz2) = 4879363

View file

@ -1,3 +1,4 @@
bin/pykdeuic4
lib/kde4/kpythonpluginfactory.so
%%PYTHON_SITELIBDIR%%/PyKDE4/__init__.py
%%PYTHON_SITELIBDIR%%/PyKDE4/__init__.pyc
@ -14,14 +15,11 @@ lib/kde4/kpythonpluginfactory.so
%%PYTHON_SITELIBDIR%%/PyKDE4/nepomuk.so
%%PYTHON_SITELIBDIR%%/PyKDE4/phonon.so
%%PYTHON_SITELIBDIR%%/PyKDE4/plasma.so
%%PYTHON_SITELIBDIR%%/PyKDE4/polkitqt.so
%%PYTHON_SITELIBDIR%%/PyKDE4/pykdeconfig.py
%%PYTHON_SITELIBDIR%%/PyKDE4/pykdeconfig.pyc
%%PYTHON_SITELIBDIR%%/PyKDE4/solid.so
%%PYTHON_SITELIBDIR%%/PyKDE4/soprano.so
share/apps/pykde4/kde4.py
share/apps/pykde4/kde4.pyc
share/apps/pykde4/pykdeuic4.py
share/apps/pykde4/pykdeuic4.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/default.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdecoreExamples/__init__.py
@ -45,7 +43,12 @@ share/apps/pykde4/pykdeuic4.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/khtmlExamples/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kioExamples/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kpartsExamples/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kpartsExamples/katepart.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kutilsExamples/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polkitqtExamples/PkExampleUi.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polkitqtExamples/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polkitqtExamples/pkexample.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polkitqtExamples/pkexamplehelper.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidExamples/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidExamples/solid_audiointerface.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidExamples/solid_device.py
@ -75,17 +78,20 @@ share/py-sip/PyKDE4/akonadi/collection.sip
share/py-sip/PyKDE4/akonadi/collectioncopyjob.sip
share/py-sip/PyKDE4/akonadi/collectioncreatejob.sip
share/py-sip/PyKDE4/akonadi/collectiondeletejob.sip
share/py-sip/PyKDE4/akonadi/collectiondialog.sip
share/py-sip/PyKDE4/akonadi/collectionfetchjob.sip
share/py-sip/PyKDE4/akonadi/collectionfilterproxymodel.sip
share/py-sip/PyKDE4/akonadi/collectionmodel.sip
share/py-sip/PyKDE4/akonadi/collectionmodifyjob.sip
share/py-sip/PyKDE4/akonadi/collectionpropertiesdialog.sip
share/py-sip/PyKDE4/akonadi/collectionpropertiespage.sip
share/py-sip/PyKDE4/akonadi/collectionrequester.sip
share/py-sip/PyKDE4/akonadi/collectionstatistics.sip
share/py-sip/PyKDE4/akonadi/collectionstatisticsdelegate.sip
share/py-sip/PyKDE4/akonadi/collectionstatisticsjob.sip
share/py-sip/PyKDE4/akonadi/collectionstatisticsmodel.sip
share/py-sip/PyKDE4/akonadi/collectionview.sip
share/py-sip/PyKDE4/akonadi/contactparts.sip
share/py-sip/PyKDE4/akonadi/control.sip
share/py-sip/PyKDE4/akonadi/entity.sip
share/py-sip/PyKDE4/akonadi/entitydisplayattribute.sip
@ -108,6 +114,7 @@ share/py-sip/PyKDE4/akonadi/messagemodel.sip
share/py-sip/PyKDE4/akonadi/messageparts.sip
share/py-sip/PyKDE4/akonadi/messagethreaderproxymodel.sip
share/py-sip/PyKDE4/akonadi/messagethreadingattribute.sip
share/py-sip/PyKDE4/akonadi/mimetypechecker.sip
share/py-sip/PyKDE4/akonadi/monitor.sip
share/py-sip/PyKDE4/akonadi/resourcebase.sip
share/py-sip/PyKDE4/akonadi/searchcreatejob.sip
@ -213,6 +220,7 @@ share/py-sip/PyKDE4/kdecore/ksycoca.sip
share/py-sip/PyKDE4/kdecore/ksycocaentry.sip
share/py-sip/PyKDE4/kdecore/ksycocatype.sip
share/py-sip/PyKDE4/kdecore/ksystemtimezone.sip
share/py-sip/PyKDE4/kdecore/ktcpsocket.sip
share/py-sip/PyKDE4/kdecore/ktempdir.sip
share/py-sip/PyKDE4/kdecore/ktemporaryfile.sip
share/py-sip/PyKDE4/kdecore/ktimezone.sip
@ -328,6 +336,7 @@ share/py-sip/PyKDE4/kdeui/kmenu.sip
share/py-sip/PyKDE4/kdeui/kmenubar.sip
share/py-sip/PyKDE4/kdeui/kmessagebox.sip
share/py-sip/PyKDE4/kdeui/kmessageboxmessagehandler.sip
share/py-sip/PyKDE4/kdeui/kmodifierkeyinfo.sip
share/py-sip/PyKDE4/kdeui/kmultitabbar.sip
share/py-sip/PyKDE4/kdeui/knewpassworddialog.sip
share/py-sip/PyKDE4/kdeui/knotification.sip
@ -466,6 +475,7 @@ 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
share/py-sip/PyKDE4/kio/connection.sip
@ -517,7 +527,9 @@ share/py-sip/PyKDE4/kio/kfile.sip
share/py-sip/PyKDE4/kio/kfiledialog.sip
share/py-sip/PyKDE4/kio/kfilefiltercombo.sip
share/py-sip/PyKDE4/kio/kfileitem.sip
share/py-sip/PyKDE4/kio/kfileitemactions.sip
share/py-sip/PyKDE4/kio/kfileitemdelegate.sip
share/py-sip/PyKDE4/kio/kfileitemlistproperties.sip
share/py-sip/PyKDE4/kio/kfilemetainfo.sip
share/py-sip/PyKDE4/kio/kfilemetainfoitem.sip
share/py-sip/PyKDE4/kio/kfileplacesmodel.sip
@ -546,6 +558,7 @@ share/py-sip/PyKDE4/kio/ksambashare.sip
share/py-sip/PyKDE4/kio/kscan.sip
share/py-sip/PyKDE4/kio/kservicegroup.sip
share/py-sip/PyKDE4/kio/kshellcompletion.sip
share/py-sip/PyKDE4/kio/ksslcertificatemanager.sip
share/py-sip/PyKDE4/kio/kstatusbarofflineindicator.sip
share/py-sip/PyKDE4/kio/ktar.sip
share/py-sip/PyKDE4/kio/kurifilter.sip
@ -580,8 +593,10 @@ share/py-sip/PyKDE4/kio/slave.sip
share/py-sip/PyKDE4/kio/slavebase.sip
share/py-sip/PyKDE4/kio/slaveconfig.sip
share/py-sip/PyKDE4/kio/slaveinterface.sip
share/py-sip/PyKDE4/kio/sslui.sip
share/py-sip/PyKDE4/kio/tcpslavebase.sip
share/py-sip/PyKDE4/kio/thumbcreator.sip
share/py-sip/PyKDE4/kio/thumbsequencecreator.sip
share/py-sip/PyKDE4/kio/udsentry.sip
share/py-sip/PyKDE4/knewstuff/author.sip
share/py-sip/PyKDE4/knewstuff/category.sip
@ -781,6 +796,7 @@ share/py-sip/PyKDE4/plasma/dataenginescript.sip
share/py-sip/PyKDE4/plasma/delegate.sip
share/py-sip/PyKDE4/plasma/dialog.sip
share/py-sip/PyKDE4/plasma/extender.sip
share/py-sip/PyKDE4/plasma/extendergroup.sip
share/py-sip/PyKDE4/plasma/extenderitem.sip
share/py-sip/PyKDE4/plasma/flashinglabel.sip
share/py-sip/PyKDE4/plasma/frame.sip
@ -804,9 +820,12 @@ share/py-sip/PyKDE4/plasma/radiobutton.sip
share/py-sip/PyKDE4/plasma/runnercontext.sip
share/py-sip/PyKDE4/plasma/runnermanager.sip
share/py-sip/PyKDE4/plasma/runnerscript.sip
share/py-sip/PyKDE4/plasma/runnersyntax.sip
share/py-sip/PyKDE4/plasma/scriptengine.sip
share/py-sip/PyKDE4/plasma/scrollbar.sip
share/py-sip/PyKDE4/plasma/scrollwidget.sip
share/py-sip/PyKDE4/plasma/service.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
@ -818,9 +837,11 @@ 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
share/py-sip/PyKDE4/plasma/svgwidget.sip
share/py-sip/PyKDE4/plasma/tabbar.sip
share/py-sip/PyKDE4/plasma/textbrowser.sip
share/py-sip/PyKDE4/plasma/textedit.sip
share/py-sip/PyKDE4/plasma/theme.sip
share/py-sip/PyKDE4/plasma/toolbutton.sip
@ -828,9 +849,25 @@ share/py-sip/PyKDE4/plasma/tooltipcontent.sip
share/py-sip/PyKDE4/plasma/tooltipmanager.sip
share/py-sip/PyKDE4/plasma/treeview.sip
share/py-sip/PyKDE4/plasma/version.sip
share/py-sip/PyKDE4/plasma/videowidget.sip
share/py-sip/PyKDE4/plasma/view.sip
share/py-sip/PyKDE4/plasma/wallpaper.sip
share/py-sip/PyKDE4/plasma/webview.sip
share/py-sip/PyKDE4/polkitqt/action.sip
share/py-sip/PyKDE4/polkitqt/actionbutton.sip
share/py-sip/PyKDE4/polkitqt/actionbuttons.sip
share/py-sip/PyKDE4/polkitqt/auth.sip
share/py-sip/PyKDE4/polkitqt/context.sip
share/py-sip/PyKDE4/polkitqt/polkitqtmod.sip
share/py-sip/PyKDE4/polkitqt/sipAPIpolkitqt.h
share/py-sip/PyKDE4/polkitqt/sippolkitqtpart0.cpp
share/py-sip/PyKDE4/polkitqt/sippolkitqtpart1.cpp
share/py-sip/PyKDE4/polkitqt/sippolkitqtpart2.cpp
share/py-sip/PyKDE4/polkitqt/sippolkitqtpart3.cpp
share/py-sip/PyKDE4/polkitqt/sippolkitqtpart4.cpp
share/py-sip/PyKDE4/polkitqt/sippolkitqtpart5.cpp
share/py-sip/PyKDE4/polkitqt/sippolkitqtpart6.cpp
share/py-sip/PyKDE4/polkitqt/sippolkitqtpart7.cpp
share/py-sip/PyKDE4/solid/acadapter.sip
share/py-sip/PyKDE4/solid/audiointerface.sip
share/py-sip/PyKDE4/solid/battery.sip
@ -850,6 +887,7 @@ share/py-sip/PyKDE4/solid/portablemediaplayer.sip
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
@ -859,6 +897,7 @@ 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
share/py-sip/PyKDE4/solid/storageaccess.sip
@ -880,12 +919,14 @@ share/py-sip/PyKDE4/soprano/dummymodel.sip
share/py-sip/PyKDE4/soprano/error.sip
share/py-sip/PyKDE4/soprano/filtermodel.sip
share/py-sip/PyKDE4/soprano/global.sip
share/py-sip/PyKDE4/soprano/graph.sip
share/py-sip/PyKDE4/soprano/inferencemodel.sip
share/py-sip/PyKDE4/soprano/inferencerule.sip
share/py-sip/PyKDE4/soprano/inferenceruleparser.sip
share/py-sip/PyKDE4/soprano/inferenceruleset.sip
share/py-sip/PyKDE4/soprano/iterator.sip
share/py-sip/PyKDE4/soprano/iteratorbackend.sip
share/py-sip/PyKDE4/soprano/languagetag.sip
share/py-sip/PyKDE4/soprano/literalvalue.sip
share/py-sip/PyKDE4/soprano/localsocketclient.sip
share/py-sip/PyKDE4/soprano/locator.sip
@ -896,6 +937,7 @@ share/py-sip/PyKDE4/soprano/node.sip
share/py-sip/PyKDE4/soprano/nodeiterator.sip
share/py-sip/PyKDE4/soprano/nodepattern.sip
share/py-sip/PyKDE4/soprano/nrl.sip
share/py-sip/PyKDE4/soprano/nrlmodel.sip
share/py-sip/PyKDE4/soprano/owl.sip
share/py-sip/PyKDE4/soprano/parser.sip
share/py-sip/PyKDE4/soprano/plugin.sip
@ -933,6 +975,7 @@ share/py-sip/PyKDE4/soprano/xesam.sip
share/py-sip/PyKDE4/soprano/xsd.sip
@dirrm share/py-sip/PyKDE4/soprano
@dirrm share/py-sip/PyKDE4/solid
@dirrm share/py-sip/PyKDE4/polkitqt
@dirrm share/py-sip/PyKDE4/plasma
@dirrm share/py-sip/PyKDE4/phonon
@dirrm share/py-sip/PyKDE4/nepomuk
@ -949,6 +992,7 @@ share/py-sip/PyKDE4/soprano/xsd.sip
@dirrm share/py-sip/PyKDE4
@dirrmtry share/py-sip
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/solidExamples
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/polkitqtExamples
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kutilsExamples
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kpartsExamples
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kioExamples
@ -956,9 +1000,13 @@ share/py-sip/PyKDE4/soprano/xsd.sip
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kdeuiExamples
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kdecoreExamples
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
@dirrm share/apps/pykde4
@dirrm bin/pykdeuic4
@dirrm %%PYTHON_SITELIBDIR%%/PyKDE4
@dirrmtry %%PYTHON_SITELIBDIR%%
@dirrmtry %%PYTHON_LIBDIR%%
@cwd %%LOCALBASE%%
%%PYTHON_SITELIBDIR%%/PyQt4/uic/pykdeuic4.py
%%PYTHON_SITELIBDIR%%/PyQt4/uic/pykdeuic4.pyc
%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/kde4.py
%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/kde4.pyc
%%PYTHON_SITELIBDIR%%/kdebindings4.pth

View file

@ -6,7 +6,6 @@
PORTNAME= kdesdk
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -16,7 +15,8 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= KDE Software Development Kit
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= svn_client-1.0:${PORTSDIR}/devel/subversion
LIB_DEPENDS= svn_client-1.0:${PORTSDIR}/devel/subversion \
boost_thread.4:${PORTSDIR}/devel/boost-libs
LATEST_LINK= ${PORTNAME}4
@ -29,7 +29,7 @@ QT_COMPONENTS= network gui svg qt3support \
qmake_build moc_build rcc_build uic_build \
porting_build uic3_build
USE_GMAKE= yes
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
MAN1= adddebug.1 \
cervisia.1 \

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdesdk-4.2.4.tar.bz2) = fb0672edb1e24859614935764ef4e8d3
SHA256 (KDE/kdesdk-4.2.4.tar.bz2) = 727f2d3d75298a30fcc9c8f34972ffa306cfec5b0193ad9c2d951809bc7539e4
SIZE (KDE/kdesdk-4.2.4.tar.bz2) = 5477177
MD5 (KDE/kdesdk-4.3.0.tar.bz2) = eda2376a54d66899bf7beb60cc0843b1
SHA256 (KDE/kdesdk-4.3.0.tar.bz2) = 24f207cb89467c0eaa6f66d25f1c42f5f4b80e5605571068a1e1e0cb6c76a04f
SIZE (KDE/kdesdk-4.3.0.tar.bz2) = 5609237

View file

@ -8,7 +8,6 @@ bin/create_makefile
bin/create_makefiles
bin/create_svnignore
bin/cvs-clean
bin/cvs2dist
bin/cvsaddcurrentdir
bin/cvsaskpass
bin/cvsbackport
@ -61,10 +60,8 @@ bin/pruneemptydirs
bin/qtdoc
bin/split2po
bin/svn-clean
bin/svn2dist
bin/svnbackport
bin/svnchangesince
bin/svnforwardport
bin/svngettags
bin/svnintegrate
bin/svnlastchange
@ -83,9 +80,11 @@ include/kate/plugin.h
include/kate/pluginconfigpageinterface.h
include/kate/pluginmanager.h
include/kate_export.h
include/kompare/kompareinterface.h
include/kprofilemethod.h
lib/kde4/cervisiapart.so
lib/kde4/kabcformat_kdeaccounts.so
lib/kde4/kate_kttsd.so
lib/kde4/katebacktracebrowserplugin.so
lib/kde4/katebuildplugin.so
lib/kde4/katectagsplugin.so
@ -96,11 +95,13 @@ lib/kde4/katefindinfilesplugin.so
lib/kde4/katekonsoleplugin.so
lib/kde4/katemailfilesplugin.so
lib/kde4/kateopenheaderplugin.so
lib/kde4/katepybrowseplugin.so
lib/kde4/katequickdocumentswitcherplugin.so
lib/kde4/katesnippetsplugin.so
lib/kde4/katesymbolviewerplugin.so
lib/kde4/katetabbarextensionplugin.so
lib/kde4/katetextfilterplugin.so
lib/kde4/katexmlcheckplugin.so
lib/kde4/kcal_bugzilla.so
lib/kde4/kded_ksvnd.so
lib/kde4/kio_perldoc.so
@ -155,6 +156,7 @@ share/apps/kate/icons/oxygen/16x16/actions/modonhd.png
share/apps/kate/icons/oxygen/16x16/actions/null.png
share/apps/kate/kateui.rc
share/apps/kate/plugins/findinfiles/ui.rc
share/apps/kate/plugins/kate_kttsd/ui.rc
share/apps/kate/plugins/katebuild/ui.rc
share/apps/kate/plugins/katectags/ui.rc
share/apps/kate/plugins/kateexternaltools/ui.rc
@ -169,11 +171,13 @@ share/apps/kate/plugins/katefiletemplates/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/katepybrowse/ui.rc
share/apps/kate/plugins/katequickdocumentswitcher/ui.rc
share/apps/kate/plugins/katesnippets/plugin_katesnippets.rc
share/apps/kate/plugins/katesymbolviewer/ui.rc
share/apps/kate/plugins/katetabbarextension/ui.rc
share/apps/kate/plugins/katetextfilter/ui.rc
share/apps/kate/plugins/katexmlcheck/ui.rc
share/apps/kate/tips
share/apps/katepart/syntax/katetemplate.xml
share/apps/katepart/syntax/kdesvn-buildrc.xml
@ -195,6 +199,7 @@ share/apps/kconf_update/cervisia.upd
share/apps/kconf_update/change_colors.pl
share/apps/kconf_update/kate-2.4.upd
share/apps/kdevappwizard/template_previews/akonadi-resources.png
share/apps/kdevappwizard/template_previews/akonadi-serializer.png
share/apps/kdevappwizard/template_previews/default.png
share/apps/kdevappwizard/template_previews/kapp4.png
share/apps/kdevappwizard/template_previews/kderubyapp.png
@ -205,6 +210,7 @@ share/apps/kdevappwizard/template_previews/pyqt4app.png
share/apps/kdevappwizard/template_previews/qmake4gui.png
share/apps/kdevappwizard/template_previews/runner.png
share/apps/kdevappwizard/templates/akonadiresource.tar.bz2
share/apps/kdevappwizard/templates/akonadiserializer.tar.bz2
share/apps/kdevappwizard/templates/kapp4.tar.bz2
share/apps/kdevappwizard/templates/kderubyapp.tar.bz2
share/apps/kdevappwizard/templates/kpartapp.tar.bz2
@ -213,7 +219,6 @@ share/apps/kdevappwizard/templates/pykde4app.tar.bz2
share/apps/kdevappwizard/templates/pyqt4app.tar.bz2
share/apps/kdevappwizard/templates/qmake_qt4guiapp.tar.bz2
share/apps/kdevappwizard/templates/runner.tar.bz2
share/apps/kio_perldoc/kio_perldoc.css
share/apps/kio_perldoc/pod2html.pl
share/apps/kompare/komparepartui.rc
share/apps/kompare/kompareui.rc
@ -221,12 +226,21 @@ share/apps/kpartloader/kpartloaderui.rc
share/apps/kuiviewer/kuiviewerui.rc
share/apps/kuiviewerpart/kuiviewer_part.rc
share/apps/lokalize/editorui.rc
share/apps/lokalize/find-gui-text.sh
share/apps/lokalize/lokalizemainwindowui.rc
share/apps/lokalize/projectmanagerui.rc
share/apps/lokalize/scripts/widget-text-capture.py
share/apps/lokalize/scripts/widget-text-capture.rc
share/apps/lokalize/scripts/widget-text-capture.ui
share/apps/lokalize/scripts/find-gui-text.sh
share/apps/lokalize/scripts/kde/widget-text-capture.py
share/apps/lokalize/scripts/kde/widget-text-capture.rc
share/apps/lokalize/scripts/kde/widget-text-capture.ui
share/apps/lokalize/scripts/msgmerge.py
share/apps/lokalize/scripts/msgmerge.rc
share/apps/lokalize/scripts/newprojectwizard.py
share/apps/lokalize/scripts/newprojectwizard.rc
share/apps/lokalize/scripts/odf/xliff2odf-standalone.py
share/apps/lokalize/scripts/odf/xliff2odf.py
share/apps/lokalize/scripts/odf/xliff2odf.rc
share/apps/lokalize/scripts/odf/xliffmerge.py
share/apps/lokalize/scriptsui.rc
share/apps/lokalize/translationmemoryrui.rc
share/apps/umbrello/common.ent
share/apps/umbrello/docbook2xhtml.xsl
@ -575,7 +589,6 @@ share/icons/hicolor/22x22/apps/kbugbuster.png
share/icons/hicolor/22x22/apps/kompare.png
share/icons/hicolor/22x22/apps/umbrello.png
share/icons/hicolor/32x32/actions/approved.png
share/icons/hicolor/32x32/actions/autodiff.png
share/icons/hicolor/32x32/actions/catalogmanager.png
share/icons/hicolor/32x32/actions/diff.png
share/icons/hicolor/32x32/actions/insert_arg.png
@ -620,7 +633,6 @@ share/icons/hicolor/scalable/apps/kate.svgz
share/icons/hicolor/scalable/apps/kompare.svgz
share/icons/hicolor/scalable/apps/lokalize.svgz
share/icons/hicolor/scalable/apps/umbrello.svgz
share/icons/locolor/16x16/actions/autodiff.png
share/icons/locolor/16x16/actions/catalogmanager.png
share/icons/locolor/16x16/actions/diff.png
share/icons/locolor/16x16/actions/insert_arg.png
@ -636,7 +648,6 @@ share/icons/locolor/16x16/actions/prevfuzzyuntrans.png
share/icons/locolor/16x16/actions/prevuntranslated.png
share/icons/locolor/16x16/actions/search2msgstr.png
share/icons/locolor/16x16/actions/transsearch.png
share/icons/locolor/32x32/actions/autodiff.png
share/icons/locolor/32x32/actions/catalogmanager.png
share/icons/locolor/32x32/actions/diff.png
share/icons/locolor/32x32/actions/insert_arg.png
@ -746,6 +757,7 @@ share/kde4/services/ServiceMenus/subversion_toplevel.desktop
share/kde4/services/cervisiapart.desktop
share/kde4/services/cvsservice.desktop
share/kde4/services/designerthumbnail.desktop
share/kde4/services/kate_kttsd.desktop
share/kde4/services/katebacktracebrowserplugin.desktop
share/kde4/services/katebuildplugin.desktop
share/kde4/services/katectagsplugin.desktop
@ -756,11 +768,13 @@ share/kde4/services/katefindinfilesplugin.desktop
share/kde4/services/katekonsoleplugin.desktop
share/kde4/services/katemailfilesplugin.desktop
share/kde4/services/kateopenheader.desktop
share/kde4/services/katepybrowse.desktop
share/kde4/services/katequickdocumentswitcher.desktop
share/kde4/services/katesnippets.desktop
share/kde4/services/katesymbolviewer.desktop
share/kde4/services/katetabbarextension.desktop
share/kde4/services/katetextfilter.desktop
share/kde4/services/katexmlcheck.desktop
share/kde4/services/kded/ksvnd.desktop
share/kde4/services/komparenavtreepart.desktop
share/kde4/services/komparepart.desktop
@ -797,8 +811,10 @@ share/strigi/fieldproperties/strigi_translation.fieldproperties
@dirrm share/apps/umbrello/pics
@dirrm share/apps/umbrello/headings
@dirrm share/apps/umbrello
@dirrm share/apps/lokalize/scripts
@dirrm share/apps/lokalize
@dirrm share/apps/lokalize/scripts/odf
@dirrm share/apps/lokalize/scripts/kde
@dirrmtry share/apps/lokalize/scripts
@dirrmtry share/apps/lokalize
@dirrm share/apps/kuiviewerpart
@dirrm share/apps/kuiviewer
@dirrm share/apps/kpartloader
@ -818,11 +834,13 @@ share/strigi/fieldproperties/strigi_translation.fieldproperties
@dirrm share/apps/kcachegrind
@dirrm share/apps/kbugbuster/pics
@dirrm share/apps/kbugbuster
@dirrm share/apps/kate/plugins/katexmlcheck
@dirrm share/apps/kate/plugins/katetextfilter
@dirrm share/apps/kate/plugins/katetabbarextension
@dirrm share/apps/kate/plugins/katesymbolviewer
@dirrm share/apps/kate/plugins/katesnippets
@dirrm share/apps/kate/plugins/katequickdocumentswitcher
@dirrm share/apps/kate/plugins/katepybrowse
@dirrm share/apps/kate/plugins/kateopenheader
@dirrm share/apps/kate/plugins/katemailfiles
@dirrm share/apps/kate/plugins/katekonsole
@ -831,6 +849,7 @@ share/strigi/fieldproperties/strigi_translation.fieldproperties
@dirrm share/apps/kate/plugins/kateexternaltools
@dirrm share/apps/kate/plugins/katectags
@dirrm share/apps/kate/plugins/katebuild
@dirrm share/apps/kate/plugins/kate_kttsd
@dirrm share/apps/kate/plugins/findinfiles
@dirrm share/apps/kate/plugins
@dirrm share/apps/kate/icons/oxygen/16x16/actions
@ -838,6 +857,9 @@ share/strigi/fieldproperties/strigi_translation.fieldproperties
@dirrm share/apps/kate/icons/oxygen
@dirrm share/apps/kate/icons
@dirrm share/apps/kate
@dirrmtry share/apps/cmake/modules
@dirrmtry share/apps/cmake
@dirrm share/apps/cervisiapart
@dirrm share/apps/cervisia
@dirrm include/kompare
@dirrm include/kate

View file

@ -7,7 +7,6 @@
PORTNAME= kde-l10n
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= french kde
MAINTAINER= kde@FreeBSD.org

View file

@ -17,6 +17,7 @@ MAN1= adddebug.1 \
kappfinder.1 \
kate.1 \
kbookmarkmerger.1 \
kbruch.1 \
kdesu.1 \
kfind.1 \
kig.1 \
@ -38,3 +39,5 @@ MAN1= adddebug.1 \
MAN6= amor.6 \
khangman.6 \
kpat.6
MAN8= kded4.8 \
kdeinit4.8

View file

@ -1,3 +1,3 @@
MD5 (KDE/kde-l10n/kde-l10n-fr-4.2.4.tar.bz2) = 0da9b56a0bc2a0cbb113974a365f0350
SHA256 (KDE/kde-l10n/kde-l10n-fr-4.2.4.tar.bz2) = c6b9b8fed8636dc0b6c8328bad009bc85abc860ce369c81ad284fdec7071aa05
SIZE (KDE/kde-l10n/kde-l10n-fr-4.2.4.tar.bz2) = 21447207
MD5 (KDE/kde-l10n/kde-l10n-fr-4.3.0.tar.bz2) = faa1b6b4d9640c9a45f0e86a5af64091
SHA256 (KDE/kde-l10n/kde-l10n-fr-4.3.0.tar.bz2) = 9c12c3bc975864a6c0e2e6ed0c0bf04409c7b7ad147a7dcdd1066d1a145ec065
SIZE (KDE/kde-l10n/kde-l10n-fr-4.3.0.tar.bz2) = 21641751

View file

@ -215,6 +215,7 @@ share/doc/HTML/fr/kbruch/factorize.png
share/doc/HTML/fr/kbruch/gui_main.png
share/doc/HTML/fr/kbruch/index.cache.bz2
share/doc/HTML/fr/kbruch/index.docbook
share/doc/HTML/fr/kbruch/man-kbruch.1.docbook
share/doc/HTML/fr/kbruch/reduced.png
share/doc/HTML/fr/kbruch/settings.png
share/doc/HTML/fr/kbugbuster/common
@ -268,6 +269,9 @@ share/doc/HTML/fr/kcontrol/desktop/index.docbook
share/doc/HTML/fr/kcontrol/desktopbehavior/common
share/doc/HTML/fr/kcontrol/desktopbehavior/index.cache.bz2
share/doc/HTML/fr/kcontrol/desktopbehavior/index.docbook
share/doc/HTML/fr/kcontrol/desktopthemedetails/common
share/doc/HTML/fr/kcontrol/desktopthemedetails/index.cache.bz2
share/doc/HTML/fr/kcontrol/desktopthemedetails/index.docbook
share/doc/HTML/fr/kcontrol/ebrowsing/common
share/doc/HTML/fr/kcontrol/ebrowsing/index.cache.bz2
share/doc/HTML/fr/kcontrol/ebrowsing/index.docbook
@ -388,6 +392,9 @@ share/doc/HTML/fr/kcontrol/laptop/index.docbook
share/doc/HTML/fr/kcontrol/mouse/common
share/doc/HTML/fr/kcontrol/mouse/index.cache.bz2
share/doc/HTML/fr/kcontrol/mouse/index.docbook
share/doc/HTML/fr/kcontrol/nepomuk/common
share/doc/HTML/fr/kcontrol/nepomuk/index.cache.bz2
share/doc/HTML/fr/kcontrol/nepomuk/index.docbook
share/doc/HTML/fr/kcontrol/netpref/common
share/doc/HTML/fr/kcontrol/netpref/index.cache.bz2
share/doc/HTML/fr/kcontrol/netpref/index.docbook
@ -422,6 +429,9 @@ share/doc/HTML/fr/kcontrol/screensaver/index.docbook
share/doc/HTML/fr/kcontrol/smb/common
share/doc/HTML/fr/kcontrol/smb/index.cache.bz2
share/doc/HTML/fr/kcontrol/smb/index.docbook
share/doc/HTML/fr/kcontrol/solid-actions/common
share/doc/HTML/fr/kcontrol/solid-actions/index.cache.bz2
share/doc/HTML/fr/kcontrol/solid-actions/index.docbook
share/doc/HTML/fr/kcontrol/spellchecking/common
share/doc/HTML/fr/kcontrol/spellchecking/index.cache.bz2
share/doc/HTML/fr/kcontrol/spellchecking/index.docbook
@ -707,6 +717,9 @@ share/doc/HTML/fr/kinfocenter/usb/index.docbook
share/doc/HTML/fr/kinfocenter/xserver/common
share/doc/HTML/fr/kinfocenter/xserver/index.cache.bz2
share/doc/HTML/fr/kinfocenter/xserver/index.docbook
share/doc/HTML/fr/kioslave/audiocd/common
share/doc/HTML/fr/kioslave/audiocd/index.cache.bz2
share/doc/HTML/fr/kioslave/audiocd/index.docbook
share/doc/HTML/fr/kioslave/bookmarks/common
share/doc/HTML/fr/kioslave/bookmarks/index.cache.bz2
share/doc/HTML/fr/kioslave/bookmarks/index.docbook
@ -1343,6 +1356,9 @@ share/doc/HTML/fr/ktouch/man-ktouch.1.docbook
share/doc/HTML/fr/ktouch/statistics_dialog.png
share/doc/HTML/fr/ktouch/statistics_dialog_chart.png
share/doc/HTML/fr/ktouch/training_options.png
share/doc/HTML/fr/ktron/common
share/doc/HTML/fr/ktron/index.cache.bz2
share/doc/HTML/fr/ktron/index.docbook
share/doc/HTML/fr/ktuberling/button-new.png
share/doc/HTML/fr/ktuberling/button-open.png
share/doc/HTML/fr/ktuberling/button-print.png
@ -1437,14 +1453,6 @@ share/doc/HTML/fr/marble/measure-1.png
share/doc/HTML/fr/marble/quick-1.png
share/doc/HTML/fr/marble/search-1.png
share/doc/HTML/fr/marble/search-2.png
share/doc/HTML/fr/okteta/basics.docbook
share/doc/HTML/fr/okteta/common
share/doc/HTML/fr/okteta/credits.docbook
share/doc/HTML/fr/okteta/index.cache.bz2
share/doc/HTML/fr/okteta/index.docbook
share/doc/HTML/fr/okteta/introduction.docbook
share/doc/HTML/fr/okteta/menu.docbook
share/doc/HTML/fr/okteta/tools.docbook
share/doc/HTML/fr/okular/common
share/doc/HTML/fr/okular/index.cache.bz2
share/doc/HTML/fr/okular/index.docbook
@ -1468,6 +1476,26 @@ share/doc/HTML/fr/superkaramba/index.docbook
share/doc/HTML/fr/systemsettings/common
share/doc/HTML/fr/systemsettings/index.cache.bz2
share/doc/HTML/fr/systemsettings/index.docbook
share/locale/fr/LC_MESSAGES/akonadi-kcal.mo
share/locale/fr/LC_MESSAGES/akonadi_birthdays_resource.mo
share/locale/fr/LC_MESSAGES/akonadi_distlist_resource.mo
share/locale/fr/LC_MESSAGES/akonadi_ical_resource.mo
share/locale/fr/LC_MESSAGES/akonadi_imap_resource.mo
share/locale/fr/LC_MESSAGES/akonadi_kabc_resource.mo
share/locale/fr/LC_MESSAGES/akonadi_kcal_resource.mo
share/locale/fr/LC_MESSAGES/akonadi_knut_resource.mo
share/locale/fr/LC_MESSAGES/akonadi_kolabproxy_resource.mo
share/locale/fr/LC_MESSAGES/akonadi_kresourceassistant.mo
share/locale/fr/LC_MESSAGES/akonadi_localbookmarks_resource.mo
share/locale/fr/LC_MESSAGES/akonadi_maildir_resource.mo
share/locale/fr/LC_MESSAGES/akonadi_microblog_resource.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
share/locale/fr/LC_MESSAGES/akonadi_openchange_resource.mo
share/locale/fr/LC_MESSAGES/akonadi_singlefile_resource.mo
share/locale/fr/LC_MESSAGES/akonadi_vcard_resource.mo
share/locale/fr/LC_MESSAGES/akonadi_vcarddir_resource.mo
share/locale/fr/LC_MESSAGES/akonaditray.mo
share/locale/fr/LC_MESSAGES/akregator.mo
share/locale/fr/LC_MESSAGES/amor.mo
@ -1488,6 +1516,7 @@ share/locale/fr/LC_MESSAGES/filetypes.mo
share/locale/fr/LC_MESSAGES/gwenview.mo
share/locale/fr/LC_MESSAGES/htmlsearch.mo
share/locale/fr/LC_MESSAGES/imagerename_plugin.mo
share/locale/fr/LC_MESSAGES/irkick.mo
share/locale/fr/LC_MESSAGES/joystick.mo
share/locale/fr/LC_MESSAGES/juk.mo
share/locale/fr/LC_MESSAGES/kabc.mo
@ -1512,6 +1541,8 @@ share/locale/fr/LC_MESSAGES/kappfinder.mo
share/locale/fr/LC_MESSAGES/kapptemplate.mo
share/locale/fr/LC_MESSAGES/kate-ctags-plugin.mo
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
@ -1543,6 +1574,8 @@ share/locale/fr/LC_MESSAGES/kbreakout.mo
share/locale/fr/LC_MESSAGES/kbruch.mo
share/locale/fr/LC_MESSAGES/kbugbuster.mo
share/locale/fr/LC_MESSAGES/kcachegrind.mo
share/locale/fr/LC_MESSAGES/kcachegrind_qt.mo
share/locale/fr/LC_MESSAGES/kcal_akonadi.mo
share/locale/fr/LC_MESSAGES/kcalc.mo
share/locale/fr/LC_MESSAGES/kcertpart.mo
share/locale/fr/LC_MESSAGES/kcharselect.mo
@ -1557,7 +1590,9 @@ share/locale/fr/LC_MESSAGES/kcm_partition.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_solid.mo
share/locale/fr/LC_MESSAGES/kcm_solid_actions.mo
share/locale/fr/LC_MESSAGES/kcm_standard_actions.mo
share/locale/fr/LC_MESSAGES/kcmaccess.mo
share/locale/fr/LC_MESSAGES/kcmaudiocd.mo
@ -1568,7 +1603,6 @@ share/locale/fr/LC_MESSAGES/kcmcgi.mo
share/locale/fr/LC_MESSAGES/kcmcolors.mo
share/locale/fr/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/fr/LC_MESSAGES/kcmcrypto.mo
share/locale/fr/LC_MESSAGES/kcmcss.mo
share/locale/fr/LC_MESSAGES/kcmenergy.mo
share/locale/fr/LC_MESSAGES/kcmfonts.mo
share/locale/fr/LC_MESSAGES/kcmhtmlsearch.mo
@ -1593,9 +1627,11 @@ share/locale/fr/LC_MESSAGES/kcmkwallet.mo
share/locale/fr/LC_MESSAGES/kcmkwincompositing.mo
share/locale/fr/LC_MESSAGES/kcmkwindecoration.mo
share/locale/fr/LC_MESSAGES/kcmkwinrules.mo
share/locale/fr/LC_MESSAGES/kcmkwinscreenedges.mo
share/locale/fr/LC_MESSAGES/kcmkwm.mo
share/locale/fr/LC_MESSAGES/kcmlaunch.mo
share/locale/fr/LC_MESSAGES/kcmlilo.mo
share/locale/fr/LC_MESSAGES/kcmlirc.mo
share/locale/fr/LC_MESSAGES/kcmlocale.mo
share/locale/fr/LC_MESSAGES/kcmnic.mo
share/locale/fr/LC_MESSAGES/kcmnotify.mo
@ -1620,6 +1656,7 @@ share/locale/fr/LC_MESSAGES/kdebugdialog.mo
share/locale/fr/LC_MESSAGES/kded_phononserver.mo
share/locale/fr/LC_MESSAGES/kdelibs4.mo
share/locale/fr/LC_MESSAGES/kdelibs_colors4.mo
share/locale/fr/LC_MESSAGES/kdelirc.mo
share/locale/fr/LC_MESSAGES/kdepasswd.mo
share/locale/fr/LC_MESSAGES/kdepimresources.mo
share/locale/fr/LC_MESSAGES/kdepimwizards.mo
@ -1653,7 +1690,6 @@ share/locale/fr/LC_MESSAGES/kfile_rpm.mo
share/locale/fr/LC_MESSAGES/kfile_sid.mo
share/locale/fr/LC_MESSAGES/kfile_theora.mo
share/locale/fr/LC_MESSAGES/kfile_tiff.mo
share/locale/fr/LC_MESSAGES/kfile_torrent.mo
share/locale/fr/LC_MESSAGES/kfile_wav.mo
share/locale/fr/LC_MESSAGES/kfile_xps.mo
share/locale/fr/LC_MESSAGES/kfileaudiopreview4.mo
@ -1683,6 +1719,7 @@ share/locale/fr/LC_MESSAGES/kimagemapeditor.mo
share/locale/fr/LC_MESSAGES/kinetd.mo
share/locale/fr/LC_MESSAGES/kinfocenter.mo
share/locale/fr/LC_MESSAGES/kio4.mo
share/locale/fr/LC_MESSAGES/kio_akonadi.mo
share/locale/fr/LC_MESSAGES/kio_applications.mo
share/locale/fr/LC_MESSAGES/kio_archive.mo
share/locale/fr/LC_MESSAGES/kio_audiocd.mo
@ -1715,6 +1752,7 @@ 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/kiriki.mo
share/locale/fr/LC_MESSAGES/kitchensync.mo
share/locale/fr/LC_MESSAGES/kiten.mo
share/locale/fr/LC_MESSAGES/kjots.mo
share/locale/fr/LC_MESSAGES/kjumpingcube.mo
@ -1743,8 +1781,8 @@ share/locale/fr/LC_MESSAGES/knetwalk.mo
share/locale/fr/LC_MESSAGES/knetworkconfmodule.mo
share/locale/fr/LC_MESSAGES/knode.mo
share/locale/fr/LC_MESSAGES/knotes.mo
share/locale/fr/LC_MESSAGES/knotificationitem-1.mo
share/locale/fr/LC_MESSAGES/knotify4.mo
share/locale/fr/LC_MESSAGES/kode.mo
share/locale/fr/LC_MESSAGES/kolf.mo
share/locale/fr/LC_MESSAGES/kollision.mo
share/locale/fr/LC_MESSAGES/kolourpaint.mo
@ -1771,10 +1809,10 @@ share/locale/fr/LC_MESSAGES/krandr.mo
share/locale/fr/LC_MESSAGES/krdb.mo
share/locale/fr/LC_MESSAGES/krdc.mo
share/locale/fr/LC_MESSAGES/kreadconfig.mo
share/locale/fr/LC_MESSAGES/kres-migrator.mo
share/locale/fr/LC_MESSAGES/kres_birthday.mo
share/locale/fr/LC_MESSAGES/kres_blog.mo
share/locale/fr/LC_MESSAGES/kres_bugzilla.mo
share/locale/fr/LC_MESSAGES/kres_featureplan.mo
share/locale/fr/LC_MESSAGES/kres_groupware.mo
share/locale/fr/LC_MESSAGES/kres_groupwise.mo
share/locale/fr/LC_MESSAGES/kres_kolab.mo
@ -1795,6 +1833,7 @@ share/locale/fr/LC_MESSAGES/ksendemail.mo
share/locale/fr/LC_MESSAGES/kshisen.mo
share/locale/fr/LC_MESSAGES/kshorturifilter.mo
share/locale/fr/LC_MESSAGES/ksirk.mo
share/locale/fr/LC_MESSAGES/ksirkskineditor.mo
share/locale/fr/LC_MESSAGES/ksmserver.mo
share/locale/fr/LC_MESSAGES/ksnapshot.mo
share/locale/fr/LC_MESSAGES/kspaceduel.mo
@ -1820,6 +1859,7 @@ share/locale/fr/LC_MESSAGES/ktimer.mo
share/locale/fr/LC_MESSAGES/ktimetracker.mo
share/locale/fr/LC_MESSAGES/ktouch.mo
share/locale/fr/LC_MESSAGES/ktraderclient.mo
share/locale/fr/LC_MESSAGES/ktron.mo
share/locale/fr/LC_MESSAGES/kttsd.mo
share/locale/fr/LC_MESSAGES/ktuberling.mo
share/locale/fr/LC_MESSAGES/kturtle.mo
@ -1842,12 +1882,12 @@ share/locale/fr/LC_MESSAGES/kwinstartmenu.mo
share/locale/fr/LC_MESSAGES/kwordquiz.mo
share/locale/fr/LC_MESSAGES/kwrite.mo
share/locale/fr/LC_MESSAGES/kwriteconfig.mo
share/locale/fr/LC_MESSAGES/kxforms.mo
share/locale/fr/LC_MESSAGES/kxkb.mo
share/locale/fr/LC_MESSAGES/kxsconfig.mo
share/locale/fr/LC_MESSAGES/kxsldbg.mo
share/locale/fr/LC_MESSAGES/lancelot.mo
share/locale/fr/LC_MESSAGES/libakonadi.mo
share/locale/fr/LC_MESSAGES/libconversion.mo
share/locale/fr/LC_MESSAGES/libkblog.mo
share/locale/fr/LC_MESSAGES/libkcal.mo
share/locale/fr/LC_MESSAGES/libkcddb.mo
@ -1857,6 +1897,7 @@ share/locale/fr/LC_MESSAGES/libkdeedu.mo
share/locale/fr/LC_MESSAGES/libkdegames.mo
share/locale/fr/LC_MESSAGES/libkdepim.mo
share/locale/fr/LC_MESSAGES/libkholidays.mo
share/locale/fr/LC_MESSAGES/libkimap.mo
share/locale/fr/LC_MESSAGES/libkldap.mo
share/locale/fr/LC_MESSAGES/libkleopatra.mo
share/locale/fr/LC_MESSAGES/libkmahjongg.mo
@ -1864,6 +1905,7 @@ share/locale/fr/LC_MESSAGES/libkmime.mo
share/locale/fr/LC_MESSAGES/libkonq.mo
share/locale/fr/LC_MESSAGES/libkpgp.mo
share/locale/fr/LC_MESSAGES/libkpimidentities.mo
share/locale/fr/LC_MESSAGES/libkpimtextedit.mo
share/locale/fr/LC_MESSAGES/libkpimutils.mo
share/locale/fr/LC_MESSAGES/libkresources.mo
share/locale/fr/LC_MESSAGES/libksane.mo
@ -1873,15 +1915,19 @@ share/locale/fr/LC_MESSAGES/libktnef.mo
share/locale/fr/LC_MESSAGES/libkworkspace.mo
share/locale/fr/LC_MESSAGES/libkxmlrpcclient.mo
share/locale/fr/LC_MESSAGES/libmailtransport.mo
share/locale/fr/LC_MESSAGES/libocsclient.mo
share/locale/fr/LC_MESSAGES/liboktetacore.mo
share/locale/fr/LC_MESSAGES/libphonon.mo
share/locale/fr/LC_MESSAGES/libplasma.mo
share/locale/fr/LC_MESSAGES/libplasmaclock.mo
share/locale/fr/LC_MESSAGES/libplasmaweather.mo
share/locale/fr/LC_MESSAGES/libtaskmanager.mo
share/locale/fr/LC_MESSAGES/lokalize.mo
share/locale/fr/LC_MESSAGES/lskat.mo
share/locale/fr/LC_MESSAGES/marble.mo
share/locale/fr/LC_MESSAGES/marble_qt.mo
share/locale/fr/LC_MESSAGES/mplayerthumbs.mo
share/locale/fr/LC_MESSAGES/mplayerthumbsconfig.mo
share/locale/fr/LC_MESSAGES/nepomuk.mo
share/locale/fr/LC_MESSAGES/nepomuksearch.mo
share/locale/fr/LC_MESSAGES/nsplugin.mo
@ -1897,6 +1943,7 @@ share/locale/fr/LC_MESSAGES/okular_fax.mo
share/locale/fr/LC_MESSAGES/okular_fictionbook.mo
share/locale/fr/LC_MESSAGES/okular_ghostview.mo
share/locale/fr/LC_MESSAGES/okular_kimgio.mo
share/locale/fr/LC_MESSAGES/okular_mobi.mo
share/locale/fr/LC_MESSAGES/okular_ooo.mo
share/locale/fr/LC_MESSAGES/okular_plucker.mo
share/locale/fr/LC_MESSAGES/okular_poppler.mo
@ -1906,20 +1953,19 @@ share/locale/fr/LC_MESSAGES/parley.mo
share/locale/fr/LC_MESSAGES/phonon-xine.mo
share/locale/fr/LC_MESSAGES/phonon_gstreamer.mo
share/locale/fr/LC_MESSAGES/phonon_kde.mo
share/locale/fr/LC_MESSAGES/plasma-desktop.mo
share/locale/fr/LC_MESSAGES/plasma-overlay.mo
share/locale/fr/LC_MESSAGES/plasma-shells-common.mo
share/locale/fr/LC_MESSAGES/plasma.mo
share/locale/fr/LC_MESSAGES/plasma_applet_BbalL.mo
share/locale/fr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo
share/locale/fr/LC_MESSAGES/plasma_applet_battery.mo
share/locale/fr/LC_MESSAGES/plasma_applet_bball.mo
share/locale/fr/LC_MESSAGES/plasma_applet_binaryclock.mo
share/locale/fr/LC_MESSAGES/plasma_applet_bluemarble.mo
share/locale/fr/LC_MESSAGES/plasma_applet_bubblemon.mo
share/locale/fr/LC_MESSAGES/plasma_applet_calculator.mo
share/locale/fr/LC_MESSAGES/plasma_applet_charselect.mo
share/locale/fr/LC_MESSAGES/plasma_applet_clock.mo
share/locale/fr/LC_MESSAGES/plasma_applet_comic.mo
share/locale/fr/LC_MESSAGES/plasma_applet_desktop.mo
share/locale/fr/LC_MESSAGES/plasma_applet_devicenotifier.mo
share/locale/fr/LC_MESSAGES/plasma_applet_dict.mo
share/locale/fr/LC_MESSAGES/plasma_applet_dig_clock.mo
share/locale/fr/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo
share/locale/fr/LC_MESSAGES/plasma_applet_fileWatcher.mo
@ -1928,7 +1974,6 @@ share/locale/fr/LC_MESSAGES/plasma_applet_frame.mo
share/locale/fr/LC_MESSAGES/plasma_applet_fuzzy_clock.mo
share/locale/fr/LC_MESSAGES/plasma_applet_icon.mo
share/locale/fr/LC_MESSAGES/plasma_applet_incomingmsg.mo
share/locale/fr/LC_MESSAGES/plasma_applet_kalgebra.mo
share/locale/fr/LC_MESSAGES/plasma_applet_kalzium.mo
share/locale/fr/LC_MESSAGES/plasma_applet_katesession.mo
share/locale/fr/LC_MESSAGES/plasma_applet_kget.mo
@ -1936,41 +1981,66 @@ share/locale/fr/LC_MESSAGES/plasma_applet_kolourpicker.mo
share/locale/fr/LC_MESSAGES/plasma_applet_launcher.mo
share/locale/fr/LC_MESSAGES/plasma_applet_leavenote.mo
share/locale/fr/LC_MESSAGES/plasma_applet_life.mo
share/locale/fr/LC_MESSAGES/plasma_applet_lockout.mo
share/locale/fr/LC_MESSAGES/plasma_applet_luna.mo
share/locale/fr/LC_MESSAGES/plasma_applet_magnifique.mo
share/locale/fr/LC_MESSAGES/plasma_applet_microblog.mo
share/locale/fr/LC_MESSAGES/plasma_applet_news.mo
share/locale/fr/LC_MESSAGES/plasma_applet_notes.mo
share/locale/fr/LC_MESSAGES/plasma_applet_nowplaying.mo
share/locale/fr/LC_MESSAGES/plasma_applet_opendesktop.mo
share/locale/fr/LC_MESSAGES/plasma_applet_pager.mo
share/locale/fr/LC_MESSAGES/plasma_applet_panel.mo
share/locale/fr/LC_MESSAGES/plasma_applet_panelspacer_internal.mo
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_previewer.mo
share/locale/fr/LC_MESSAGES/plasma_applet_qstardict.mo
share/locale/fr/LC_MESSAGES/plasma_applet_quicklaunch.mo
share/locale/fr/LC_MESSAGES/plasma_applet_rssnow.mo
share/locale/fr/LC_MESSAGES/plasma_applet_rtm.mo
share/locale/fr/LC_MESSAGES/plasma_applet_saverdesktop.mo
share/locale/fr/LC_MESSAGES/plasma_applet_showdashboard.mo
share/locale/fr/LC_MESSAGES/plasma_applet_showdesktop.mo
share/locale/fr/LC_MESSAGES/plasma_applet_skapplet.mo
share/locale/fr/LC_MESSAGES/plasma_applet_system-monitor.mo
share/locale/fr/LC_MESSAGES/plasma_applet_systemloadviewer.mo
share/locale/fr/LC_MESSAGES/plasma_applet_systemtray.mo
share/locale/fr/LC_MESSAGES/plasma_applet_tasks.mo
share/locale/fr/LC_MESSAGES/plasma_applet_timer.mo
share/locale/fr/LC_MESSAGES/plasma_applet_trash.mo
share/locale/fr/LC_MESSAGES/plasma_applet_twitter.mo
share/locale/fr/LC_MESSAGES/plasma_applet_unitconverter.mo
share/locale/fr/LC_MESSAGES/plasma_applet_weather.mo
share/locale/fr/LC_MESSAGES/plasma_applet_weatherstation.mo
share/locale/fr/LC_MESSAGES/plasma_applet_webbrowser.mo
share/locale/fr/LC_MESSAGES/plasma_appletscript_qedje.mo
share/locale/fr/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo
share/locale/fr/LC_MESSAGES/plasma_containment_saverdesktop.mo
share/locale/fr/LC_MESSAGES/plasma_appletscriptengine_googlegadget.mo
share/locale/fr/LC_MESSAGES/plasma_appletscriptengine_qedjescripts.mo
share/locale/fr/LC_MESSAGES/plasma_engine_applicationjobs.mo
share/locale/fr/LC_MESSAGES/plasma_engine_kalzium.mo
share/locale/fr/LC_MESSAGES/plasma_engine_keystate.mo
share/locale/fr/LC_MESSAGES/plasma_engine_metadata.mo
share/locale/fr/LC_MESSAGES/plasma_engine_network.mo
share/locale/fr/LC_MESSAGES/plasma_engine_notifications.mo
share/locale/fr/LC_MESSAGES/plasma_engine_nowplaying.mo
share/locale/fr/LC_MESSAGES/plasma_engine_ocs.mo
share/locale/fr/LC_MESSAGES/plasma_engine_rss.mo
share/locale/fr/LC_MESSAGES/plasma_engine_weather.mo
share/locale/fr/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/fr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
share/locale/fr/LC_MESSAGES/plasma_runner_browserhistory.mo
share/locale/fr/LC_MESSAGES/plasma_runner_calculatorrunner.mo
share/locale/fr/LC_MESSAGES/plasma_runner_contacts.mo
share/locale/fr/LC_MESSAGES/plasma_runner_converterrunner.mo
share/locale/fr/LC_MESSAGES/plasma_runner_katesessions.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_locations.mo
share/locale/fr/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo
share/locale/fr/LC_MESSAGES/plasma_runner_placesrunner.mo
share/locale/fr/LC_MESSAGES/plasma_runner_powerdevil.mo
share/locale/fr/LC_MESSAGES/plasma_runner_recentdocuments.mo
share/locale/fr/LC_MESSAGES/plasma_runner_services.mo
share/locale/fr/LC_MESSAGES/plasma_runner_sessions.mo
share/locale/fr/LC_MESSAGES/plasma_runner_shell.mo
share/locale/fr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
@ -1978,9 +2048,17 @@ share/locale/fr/LC_MESSAGES/plasma_runner_webshortcuts.mo
share/locale/fr/LC_MESSAGES/plasma_scriptengine_qscript.mo
share/locale/fr/LC_MESSAGES/plasma_wallpaper_color.mo
share/locale/fr/LC_MESSAGES/plasma_wallpaper_image.mo
share/locale/fr/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo
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_virus.mo
share/locale/fr/LC_MESSAGES/plasma_wallpaper_weather.mo
share/locale/fr/LC_MESSAGES/plasmaengineexplorer.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/policykit-kde.mo
share/locale/fr/LC_MESSAGES/polkit-kde-authorization.mo
share/locale/fr/LC_MESSAGES/powerdevil.mo
share/locale/fr/LC_MESSAGES/printer-applet.mo
share/locale/fr/LC_MESSAGES/processcore.mo
@ -2003,6 +2081,7 @@ share/locale/fr/LC_MESSAGES/systemsettings.mo
share/locale/fr/LC_MESSAGES/timezones4.mo
share/locale/fr/LC_MESSAGES/umbrello.mo
share/locale/fr/LC_MESSAGES/useraccount.mo
share/locale/fr/LC_MESSAGES/xml_mimetypes.mo
share/locale/fr/entry.desktop
@dirrm share/doc/HTML/fr/systemsettings
@dirrm share/doc/HTML/fr/superkaramba
@ -2011,7 +2090,6 @@ share/locale/fr/entry.desktop
@dirrm share/doc/HTML/fr/plasma
@dirrm share/doc/HTML/fr/parley
@dirrm share/doc/HTML/fr/okular
@dirrm share/doc/HTML/fr/okteta
@dirrm share/doc/HTML/fr/marble
@dirrm share/doc/HTML/fr/lskat
@dirrm share/doc/HTML/fr/lokalize
@ -2027,6 +2105,7 @@ share/locale/fr/entry.desktop
@dirrm share/doc/HTML/fr/kubrick
@dirrm share/doc/HTML/fr/kturtle
@dirrm share/doc/HTML/fr/ktuberling
@dirrm share/doc/HTML/fr/ktron
@dirrm share/doc/HTML/fr/ktouch
@dirrm share/doc/HTML/fr/ktnef
@dirrm share/doc/HTML/fr/ktimer
@ -2122,6 +2201,7 @@ share/locale/fr/entry.desktop
@dirrm share/doc/HTML/fr/kioslave/cgi
@dirrm share/doc/HTML/fr/kioslave/bzip2
@dirrm share/doc/HTML/fr/kioslave/bookmarks
@dirrm share/doc/HTML/fr/kioslave/audiocd
@dirrm share/doc/HTML/fr/kioslave
@dirrm share/doc/HTML/fr/kinfocenter/xserver
@dirrm share/doc/HTML/fr/kinfocenter/usb
@ -2175,6 +2255,7 @@ share/locale/fr/entry.desktop
@dirrm share/doc/HTML/fr/kcontrol/useragent
@dirrm share/doc/HTML/fr/kcontrol/splashscreen
@dirrm share/doc/HTML/fr/kcontrol/spellchecking
@dirrm share/doc/HTML/fr/kcontrol/solid-actions
@dirrm share/doc/HTML/fr/kcontrol/smb
@dirrm share/doc/HTML/fr/kcontrol/screensaver
@dirrm share/doc/HTML/fr/kcontrol/proxy
@ -2186,6 +2267,7 @@ share/locale/fr/entry.desktop
@dirrm share/doc/HTML/fr/kcontrol/panelappearance
@dirrm share/doc/HTML/fr/kcontrol/panel
@dirrm share/doc/HTML/fr/kcontrol/netpref
@dirrm share/doc/HTML/fr/kcontrol/nepomuk
@dirrm share/doc/HTML/fr/kcontrol/mouse
@dirrm share/doc/HTML/fr/kcontrol/laptop
@dirrm share/doc/HTML/fr/kcontrol/language
@ -2225,6 +2307,7 @@ share/locale/fr/entry.desktop
@dirrm share/doc/HTML/fr/kcontrol/emoticons
@dirrm share/doc/HTML/fr/kcontrol/email
@dirrm share/doc/HTML/fr/kcontrol/ebrowsing
@dirrm share/doc/HTML/fr/kcontrol/desktopthemedetails
@dirrm share/doc/HTML/fr/kcontrol/desktopbehavior
@dirrm share/doc/HTML/fr/kcontrol/desktop
@dirrm share/doc/HTML/fr/kcontrol/crypto
@ -2275,6 +2358,7 @@ share/locale/fr/entry.desktop
@dirrm share/apps/ktuberling/sounds
@dirrm share/apps/ktuberling
@dirrm share/apps/khangman
@dirrmtry man/fr/man8
@dirrmtry man/fr/man6
@dirrmtry man/fr/man1
@dirrmtry man/fr

View file

@ -6,7 +6,6 @@
PORTNAME= kdegames
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= games kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -26,7 +25,7 @@ KDE4_BUILDENV= yes
USE_QT_VER= 4
QT_COMPONENTS= opengl gui svg iconengines pixeltool \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
OPTIONS= FREEBSD "Install FreeBSD card desk" off

View file

@ -1,3 +1,3 @@
MD5 (KDE/kdegames-4.2.4.tar.bz2) = ac4a0315a35ad47b95a6a656127f8731
SHA256 (KDE/kdegames-4.2.4.tar.bz2) = 323d44f18d1b4e064a0d6b049e2e576fc5a08c7a2bd46326898f62b3dc5a9b8d
SIZE (KDE/kdegames-4.2.4.tar.bz2) = 38790293
MD5 (KDE/kdegames-4.3.0.tar.bz2) = 9997c1fab82519ebc59e661c4324fa0a
SHA256 (KDE/kdegames-4.3.0.tar.bz2) = ea5addf3514ed8e9e61e548537342683ef7129be43bbe91d81b5c873cc1c8e36
SIZE (KDE/kdegames-4.3.0.tar.bz2) = 50567329

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,6 @@
PORTNAME= kde-l10n
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES?= german kde
MAINTAINER= kde@FreeBSD.org

View file

@ -14,9 +14,9 @@ MAN1= adddebug.1 \
extend_dmalloc.1 \
extractrc.1 \
fixincludes.1 \
kabcclient.1 \
kalzium.1 \
kappfinder.1 \
kabcclient.1 \
kate.1 \
kbookmarkmerger.1 \
kbruch.1 \
@ -34,6 +34,7 @@ MAN1= adddebug.1 \
kross.1 \
ktouch.1 \
makekdewidgets.1 \
plasmaengineexplorer.1 \
po2xml.1 \
preparetips.1 \
pruneemptydirs.1 \
@ -43,8 +44,8 @@ MAN1= adddebug.1 \
swappo.1 \
transxx.1 \
xml2pot.1 \
zonetab2pot.py.1 \
xsldbg.1
xsldbg.1 \
zonetab2pot.py.1
MAN6= amor.6 \
khangman.6 \
kpat.6
@ -54,4 +55,6 @@ MAN8= kbuildsycoca4.8 \
kcookiejar4.8 \
kded4.8 \
kdeinit4.8 \
meinproc4.8
meinproc4.8 \
nepomukservicestub.8 \
nepomukserver.8

View file

@ -1,3 +1,3 @@
MD5 (KDE/kde-l10n/kde-l10n-de-4.2.4.tar.bz2) = 2f1185db36349a14a600ec58656c82ec
SHA256 (KDE/kde-l10n/kde-l10n-de-4.2.4.tar.bz2) = 1df78830544daa96889f517dd3c120e9337b10ca4d7a4852f308684c7f15b830
SIZE (KDE/kde-l10n/kde-l10n-de-4.2.4.tar.bz2) = 18456609
MD5 (KDE/kde-l10n/kde-l10n-de-4.3.0.tar.bz2) = c7ca5df8998b4ae0977bc706db86d89f
SHA256 (KDE/kde-l10n/kde-l10n-de-4.3.0.tar.bz2) = 0f0a3b65322cfb67b7b2e0fae90cdb6a5e60e9a415c27dfebd2d3c56cd8fbe82
SIZE (KDE/kde-l10n/kde-l10n-de-4.3.0.tar.bz2) = 20221699

View file

@ -168,6 +168,13 @@ share/apps/step/objinfo/l10n/de/Particle.html
share/apps/step/objinfo/l10n/de/Polygon.html
share/apps/step/objinfo/l10n/de/Spring.html
share/apps/step/objinfo/l10n/de/World.html
share/doc/HTML/de/PolicyKit-kde/authorization.docbook
share/doc/HTML/de/PolicyKit-kde/authorizationagent.docbook
share/doc/HTML/de/PolicyKit-kde/common
share/doc/HTML/de/PolicyKit-kde/howitworks.docbook
share/doc/HTML/de/PolicyKit-kde/index.cache.bz2
share/doc/HTML/de/PolicyKit-kde/index.docbook
share/doc/HTML/de/PolicyKit-kde/introduction.docbook
share/doc/HTML/de/akregator/add-feed.png
share/doc/HTML/de/akregator/add-feed2.png
share/doc/HTML/de/akregator/add-folder.png
@ -249,6 +256,9 @@ share/doc/HTML/de/gwenview/introduction.docbook
share/doc/HTML/de/gwenview/keybindings.docbook
share/doc/HTML/de/gwenview/mouse.docbook
share/doc/HTML/de/gwenview/view_mode.png
share/doc/HTML/de/irkick/common
share/doc/HTML/de/irkick/index.cache.bz2
share/doc/HTML/de/irkick/index.docbook
share/doc/HTML/de/juk/common
share/doc/HTML/de/juk/history-playlist.png
share/doc/HTML/de/juk/index.cache.bz2
@ -312,8 +322,10 @@ share/doc/HTML/de/kanagram/standard-fonts.png
share/doc/HTML/de/kanagram/vocab-editor.png
share/doc/HTML/de/kanagram/vocab-settings.png
share/doc/HTML/de/kapman/common
share/doc/HTML/de/kapman/config.png
share/doc/HTML/de/kapman/index.cache.bz2
share/doc/HTML/de/kapman/index.docbook
share/doc/HTML/de/kapman/kapman.png
share/doc/HTML/de/kapptemplate/common
share/doc/HTML/de/kapptemplate/index.cache.bz2
share/doc/HTML/de/kapptemplate/index.docbook
@ -358,12 +370,17 @@ share/doc/HTML/de/kblackbox/index.docbook
share/doc/HTML/de/kblocks/common
share/doc/HTML/de/kblocks/index.cache.bz2
share/doc/HTML/de/kblocks/index.docbook
share/doc/HTML/de/kbounce/button-new.png
share/doc/HTML/de/kbounce/button-pause.png
share/doc/HTML/de/kbounce/common
share/doc/HTML/de/kbounce/index.cache.bz2
share/doc/HTML/de/kbounce/index.docbook
share/doc/HTML/de/kbounce/jezball_corridor1.png
share/doc/HTML/de/kbounce/jezball_corridor2.png
share/doc/HTML/de/kbounce/jezball_newWall.png
share/doc/HTML/de/kbounce/kbounce_corridor1.png
share/doc/HTML/de/kbounce/kbounce_corridor2.png
share/doc/HTML/de/kbounce/menu-game.png
share/doc/HTML/de/kbounce/menu-help.png
share/doc/HTML/de/kbounce/menu-settings.png
share/doc/HTML/de/kbounce/toolbar.png
share/doc/HTML/de/kbreakout/common
share/doc/HTML/de/kbreakout/index.cache.bz2
share/doc/HTML/de/kbreakout/index.docbook
@ -391,6 +408,9 @@ share/doc/HTML/de/kcalc/index.docbook
share/doc/HTML/de/kcharselect/common
share/doc/HTML/de/kcharselect/index.cache.bz2
share/doc/HTML/de/kcharselect/index.docbook
share/doc/HTML/de/kcmlirc/common
share/doc/HTML/de/kcmlirc/index.cache.bz2
share/doc/HTML/de/kcmlirc/index.docbook
share/doc/HTML/de/kcontrol/autostart/common
share/doc/HTML/de/kcontrol/autostart/index.cache.bz2
share/doc/HTML/de/kcontrol/autostart/index.docbook
@ -427,6 +447,9 @@ share/doc/HTML/de/kcontrol/desktop/index.docbook
share/doc/HTML/de/kcontrol/desktopbehavior/common
share/doc/HTML/de/kcontrol/desktopbehavior/index.cache.bz2
share/doc/HTML/de/kcontrol/desktopbehavior/index.docbook
share/doc/HTML/de/kcontrol/desktopthemedetails/common
share/doc/HTML/de/kcontrol/desktopthemedetails/index.cache.bz2
share/doc/HTML/de/kcontrol/desktopthemedetails/index.docbook
share/doc/HTML/de/kcontrol/ebrowsing/common
share/doc/HTML/de/kcontrol/ebrowsing/index.cache.bz2
share/doc/HTML/de/kcontrol/ebrowsing/index.docbook
@ -532,6 +555,9 @@ share/doc/HTML/de/kcontrol/language/index.docbook
share/doc/HTML/de/kcontrol/mouse/common
share/doc/HTML/de/kcontrol/mouse/index.cache.bz2
share/doc/HTML/de/kcontrol/mouse/index.docbook
share/doc/HTML/de/kcontrol/nepomuk/common
share/doc/HTML/de/kcontrol/nepomuk/index.cache.bz2
share/doc/HTML/de/kcontrol/nepomuk/index.docbook
share/doc/HTML/de/kcontrol/netpref/common
share/doc/HTML/de/kcontrol/netpref/index.cache.bz2
share/doc/HTML/de/kcontrol/netpref/index.docbook
@ -563,6 +589,9 @@ share/doc/HTML/de/kcontrol/screensaver/index.docbook
share/doc/HTML/de/kcontrol/smb/common
share/doc/HTML/de/kcontrol/smb/index.cache.bz2
share/doc/HTML/de/kcontrol/smb/index.docbook
share/doc/HTML/de/kcontrol/solid-actions/common
share/doc/HTML/de/kcontrol/solid-actions/index.cache.bz2
share/doc/HTML/de/kcontrol/solid-actions/index.docbook
share/doc/HTML/de/kcontrol/spellchecking/common
share/doc/HTML/de/kcontrol/spellchecking/index.cache.bz2
share/doc/HTML/de/kcontrol/spellchecking/index.docbook
@ -667,8 +696,11 @@ share/doc/HTML/de/kget/kget3.png
share/doc/HTML/de/kget/kget4.png
share/doc/HTML/de/kget/kget5.png
share/doc/HTML/de/kgoldrunner/common
share/doc/HTML/de/kgoldrunner/editbar.png
share/doc/HTML/de/kgoldrunner/index.cache.bz2
share/doc/HTML/de/kgoldrunner/index.docbook
share/doc/HTML/de/kgoldrunner/select.png
share/doc/HTML/de/kgoldrunner/tute008.png
share/doc/HTML/de/kgpg/common
share/doc/HTML/de/kgpg/editor.png
share/doc/HTML/de/kgpg/index.cache.bz2
@ -823,6 +855,7 @@ share/doc/HTML/de/kig/text_label_wizard__select_property.png
share/doc/HTML/de/killbots/common
share/doc/HTML/de/killbots/index.cache.bz2
share/doc/HTML/de/killbots/index.docbook
share/doc/HTML/de/killbots/status.png
share/doc/HTML/de/kimagemapeditor/common
share/doc/HTML/de/kimagemapeditor/index.cache.bz2
share/doc/HTML/de/kimagemapeditor/index.docbook
@ -931,6 +964,9 @@ share/doc/HTML/de/kioslave/mailto/index.docbook
share/doc/HTML/de/kioslave/man/common
share/doc/HTML/de/kioslave/man/index.cache.bz2
share/doc/HTML/de/kioslave/man/index.docbook
share/doc/HTML/de/kioslave/network/common
share/doc/HTML/de/kioslave/network/index.cache.bz2
share/doc/HTML/de/kioslave/network/index.docbook
share/doc/HTML/de/kioslave/news/common
share/doc/HTML/de/kioslave/news/index.cache.bz2
share/doc/HTML/de/kioslave/news/index.docbook
@ -967,6 +1003,9 @@ share/doc/HTML/de/kioslave/thumbnail/index.docbook
share/doc/HTML/de/kioslave/webdav/common
share/doc/HTML/de/kioslave/webdav/index.cache.bz2
share/doc/HTML/de/kioslave/webdav/index.docbook
share/doc/HTML/de/kioslave/xz/common
share/doc/HTML/de/kioslave/xz/index.cache.bz2
share/doc/HTML/de/kioslave/xz/index.docbook
share/doc/HTML/de/kiriki/common
share/doc/HTML/de/kiriki/index.cache.bz2
share/doc/HTML/de/kiriki/index.docbook
@ -993,6 +1032,7 @@ share/doc/HTML/de/klettres/klettres3.png
share/doc/HTML/de/klettres/klettres4.png
share/doc/HTML/de/klettres/klettres5.png
share/doc/HTML/de/klines/common
share/doc/HTML/de/klines/gamescreen.png
share/doc/HTML/de/klines/index.cache.bz2
share/doc/HTML/de/klines/index.docbook
share/doc/HTML/de/klinkstatus/common
@ -1008,8 +1048,16 @@ share/doc/HTML/de/kmag/index.docbook
share/doc/HTML/de/kmag/man-kmag.1.docbook
share/doc/HTML/de/kmag/screenshot.png
share/doc/HTML/de/kmahjongg/common
share/doc/HTML/de/kmahjongg/config.png
share/doc/HTML/de/kmahjongg/config_background.png
share/doc/HTML/de/kmahjongg/config_layout.png
share/doc/HTML/de/kmahjongg/config_tiles.png
share/doc/HTML/de/kmahjongg/gamescreen.png
share/doc/HTML/de/kmahjongg/highscore.png
share/doc/HTML/de/kmahjongg/index.cache.bz2
share/doc/HTML/de/kmahjongg/index.docbook
share/doc/HTML/de/kmahjongg/numbered.png
share/doc/HTML/de/kmahjongg/shortcuts.png
share/doc/HTML/de/kmail/common
share/doc/HTML/de/kmail/configure.docbook
share/doc/HTML/de/kmail/credits-and-licenses.docbook
@ -1027,8 +1075,6 @@ share/doc/HTML/de/kmenuedit/index.docbook
share/doc/HTML/de/kmines/common
share/doc/HTML/de/kmines/index.cache.bz2
share/doc/HTML/de/kmines/index.docbook
share/doc/HTML/de/kmines/kmines1.png
share/doc/HTML/de/kmines/kmines2.png
share/doc/HTML/de/kmix/common
share/doc/HTML/de/kmix/index.cache.bz2
share/doc/HTML/de/kmix/index.docbook
@ -1210,7 +1256,6 @@ share/doc/HTML/de/kpat/index.docbook
share/doc/HTML/de/kpat/man-kpat.6.docbook
share/doc/HTML/de/kpilot/common
share/doc/HTML/de/kpilot/configuration.docbook
share/doc/HTML/de/kpilot/daemon-menu-configure.png
share/doc/HTML/de/kpilot/faq.docbook
share/doc/HTML/de/kpilot/index.cache.bz2
share/doc/HTML/de/kpilot/index.docbook
@ -1271,9 +1316,10 @@ share/doc/HTML/de/kscd/kscd3.png
share/doc/HTML/de/kshisen/common
share/doc/HTML/de/kshisen/index.cache.bz2
share/doc/HTML/de/kshisen/index.docbook
share/doc/HTML/de/ksirk/common
share/doc/HTML/de/ksirk/index.cache.bz2
share/doc/HTML/de/ksirk/index.docbook
share/doc/HTML/de/kshisen/kshisen-configuration.png
share/doc/HTML/de/ksirkskineditor/common
share/doc/HTML/de/ksirkskineditor/index.cache.bz2
share/doc/HTML/de/ksirkskineditor/index.docbook
share/doc/HTML/de/ksnapshot/common
share/doc/HTML/de/ksnapshot/index.cache.bz2
share/doc/HTML/de/ksnapshot/index.docbook
@ -1282,7 +1328,6 @@ share/doc/HTML/de/ksnapshot/window.png
share/doc/HTML/de/kspaceduel/common
share/doc/HTML/de/kspaceduel/index.cache.bz2
share/doc/HTML/de/kspaceduel/index.docbook
share/doc/HTML/de/kspaceduel/kspaceduel1.png
share/doc/HTML/de/kspaceduel/kspaceduel3.png
share/doc/HTML/de/ksquares/common
share/doc/HTML/de/ksquares/index.cache.bz2
@ -1416,6 +1461,11 @@ share/doc/HTML/de/ktouch/man-ktouch.1.docbook
share/doc/HTML/de/ktouch/screenshot1.png
share/doc/HTML/de/ktouch/screenshot2.png
share/doc/HTML/de/ktouch/screenshot3.png
share/doc/HTML/de/ktron/common
share/doc/HTML/de/ktron/index.cache.bz2
share/doc/HTML/de/ktron/index.docbook
share/doc/HTML/de/ktron/settings-general.png
share/doc/HTML/de/ktron/settings-theme.png
share/doc/HTML/de/kttsd/addtalker.png
share/doc/HTML/de/kttsd/audio.png
share/doc/HTML/de/kttsd/common
@ -1430,10 +1480,21 @@ share/doc/HTML/de/kttsd/stringreplacer.png
share/doc/HTML/de/kttsd/talkerchooser.png
share/doc/HTML/de/kttsd/talkers.png
share/doc/HTML/de/kttsd/xmltransformer.png
share/doc/HTML/de/ktuberling/button-new.png
share/doc/HTML/de/ktuberling/button-open.png
share/doc/HTML/de/ktuberling/button-print.png
share/doc/HTML/de/ktuberling/button-redo.png
share/doc/HTML/de/ktuberling/button-save.png
share/doc/HTML/de/ktuberling/button-undo.png
share/doc/HTML/de/ktuberling/common
share/doc/HTML/de/ktuberling/index.cache.bz2
share/doc/HTML/de/ktuberling/index.docbook
share/doc/HTML/de/ktuberling/menu-edit.png
share/doc/HTML/de/ktuberling/menu-game.png
share/doc/HTML/de/ktuberling/menu-help.png
share/doc/HTML/de/ktuberling/menu-settings.png
share/doc/HTML/de/ktuberling/technical-reference.docbook
share/doc/HTML/de/ktuberling/toolbar.png
share/doc/HTML/de/kturtle/common
share/doc/HTML/de/kturtle/forward.png
share/doc/HTML/de/kturtle/getting-started.docbook
@ -1535,9 +1596,6 @@ share/doc/HTML/de/okular/index.docbook
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/plasma/common
share/doc/HTML/de/plasma/index.cache.bz2
share/doc/HTML/de/plasma/index.docbook
share/doc/HTML/de/sonnet/common
share/doc/HTML/de/sonnet/index.cache.bz2
share/doc/HTML/de/sonnet/index.docbook
@ -1588,6 +1646,26 @@ share/doc/HTML/de/xsldbg/index.docbook
share/doc/HTML/de/xsldbg/introduction.docbook
share/doc/HTML/de/xsldbg/man-xsldbg.1.docbook
share/doc/HTML/de/xsldbg/usage.docbook
share/locale/de/LC_MESSAGES/akonadi-kcal.mo
share/locale/de/LC_MESSAGES/akonadi_birthdays_resource.mo
share/locale/de/LC_MESSAGES/akonadi_distlist_resource.mo
share/locale/de/LC_MESSAGES/akonadi_ical_resource.mo
share/locale/de/LC_MESSAGES/akonadi_imap_resource.mo
share/locale/de/LC_MESSAGES/akonadi_kabc_resource.mo
share/locale/de/LC_MESSAGES/akonadi_kcal_resource.mo
share/locale/de/LC_MESSAGES/akonadi_knut_resource.mo
share/locale/de/LC_MESSAGES/akonadi_kolabproxy_resource.mo
share/locale/de/LC_MESSAGES/akonadi_kresourceassistant.mo
share/locale/de/LC_MESSAGES/akonadi_localbookmarks_resource.mo
share/locale/de/LC_MESSAGES/akonadi_maildir_resource.mo
share/locale/de/LC_MESSAGES/akonadi_microblog_resource.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
share/locale/de/LC_MESSAGES/akonadi_openchange_resource.mo
share/locale/de/LC_MESSAGES/akonadi_singlefile_resource.mo
share/locale/de/LC_MESSAGES/akonadi_vcard_resource.mo
share/locale/de/LC_MESSAGES/akonadi_vcarddir_resource.mo
share/locale/de/LC_MESSAGES/akonaditray.mo
share/locale/de/LC_MESSAGES/akregator.mo
share/locale/de/LC_MESSAGES/amor.mo
@ -1608,6 +1686,7 @@ share/locale/de/LC_MESSAGES/filetypes.mo
share/locale/de/LC_MESSAGES/gwenview.mo
share/locale/de/LC_MESSAGES/htmlsearch.mo
share/locale/de/LC_MESSAGES/imagerename_plugin.mo
share/locale/de/LC_MESSAGES/irkick.mo
share/locale/de/LC_MESSAGES/joystick.mo
share/locale/de/LC_MESSAGES/juk.mo
share/locale/de/LC_MESSAGES/kabc.mo
@ -1632,6 +1711,8 @@ share/locale/de/LC_MESSAGES/kappfinder.mo
share/locale/de/LC_MESSAGES/kapptemplate.mo
share/locale/de/LC_MESSAGES/kate-ctags-plugin.mo
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
@ -1663,6 +1744,8 @@ share/locale/de/LC_MESSAGES/kbreakout.mo
share/locale/de/LC_MESSAGES/kbruch.mo
share/locale/de/LC_MESSAGES/kbugbuster.mo
share/locale/de/LC_MESSAGES/kcachegrind.mo
share/locale/de/LC_MESSAGES/kcachegrind_qt.mo
share/locale/de/LC_MESSAGES/kcal_akonadi.mo
share/locale/de/LC_MESSAGES/kcalc.mo
share/locale/de/LC_MESSAGES/kcertpart.mo
share/locale/de/LC_MESSAGES/kcharselect.mo
@ -1677,7 +1760,9 @@ share/locale/de/LC_MESSAGES/kcm_partition.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_solid.mo
share/locale/de/LC_MESSAGES/kcm_solid_actions.mo
share/locale/de/LC_MESSAGES/kcm_standard_actions.mo
share/locale/de/LC_MESSAGES/kcmaccess.mo
share/locale/de/LC_MESSAGES/kcmaudiocd.mo
@ -1688,7 +1773,6 @@ share/locale/de/LC_MESSAGES/kcmcgi.mo
share/locale/de/LC_MESSAGES/kcmcolors.mo
share/locale/de/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/de/LC_MESSAGES/kcmcrypto.mo
share/locale/de/LC_MESSAGES/kcmcss.mo
share/locale/de/LC_MESSAGES/kcmenergy.mo
share/locale/de/LC_MESSAGES/kcmfonts.mo
share/locale/de/LC_MESSAGES/kcmhtmlsearch.mo
@ -1713,9 +1797,11 @@ share/locale/de/LC_MESSAGES/kcmkwallet.mo
share/locale/de/LC_MESSAGES/kcmkwincompositing.mo
share/locale/de/LC_MESSAGES/kcmkwindecoration.mo
share/locale/de/LC_MESSAGES/kcmkwinrules.mo
share/locale/de/LC_MESSAGES/kcmkwinscreenedges.mo
share/locale/de/LC_MESSAGES/kcmkwm.mo
share/locale/de/LC_MESSAGES/kcmlaunch.mo
share/locale/de/LC_MESSAGES/kcmlilo.mo
share/locale/de/LC_MESSAGES/kcmlirc.mo
share/locale/de/LC_MESSAGES/kcmlocale.mo
share/locale/de/LC_MESSAGES/kcmnic.mo
share/locale/de/LC_MESSAGES/kcmnotify.mo
@ -1740,6 +1826,7 @@ share/locale/de/LC_MESSAGES/kdebugdialog.mo
share/locale/de/LC_MESSAGES/kded_phononserver.mo
share/locale/de/LC_MESSAGES/kdelibs4.mo
share/locale/de/LC_MESSAGES/kdelibs_colors4.mo
share/locale/de/LC_MESSAGES/kdelirc.mo
share/locale/de/LC_MESSAGES/kdepasswd.mo
share/locale/de/LC_MESSAGES/kdepimresources.mo
share/locale/de/LC_MESSAGES/kdepimwizards.mo
@ -1773,7 +1860,6 @@ share/locale/de/LC_MESSAGES/kfile_rpm.mo
share/locale/de/LC_MESSAGES/kfile_sid.mo
share/locale/de/LC_MESSAGES/kfile_theora.mo
share/locale/de/LC_MESSAGES/kfile_tiff.mo
share/locale/de/LC_MESSAGES/kfile_torrent.mo
share/locale/de/LC_MESSAGES/kfile_wav.mo
share/locale/de/LC_MESSAGES/kfile_xps.mo
share/locale/de/LC_MESSAGES/kfileaudiopreview4.mo
@ -1803,6 +1889,7 @@ share/locale/de/LC_MESSAGES/kimagemapeditor.mo
share/locale/de/LC_MESSAGES/kinetd.mo
share/locale/de/LC_MESSAGES/kinfocenter.mo
share/locale/de/LC_MESSAGES/kio4.mo
share/locale/de/LC_MESSAGES/kio_akonadi.mo
share/locale/de/LC_MESSAGES/kio_applications.mo
share/locale/de/LC_MESSAGES/kio_archive.mo
share/locale/de/LC_MESSAGES/kio_audiocd.mo
@ -1835,6 +1922,7 @@ 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/kiriki.mo
share/locale/de/LC_MESSAGES/kitchensync.mo
share/locale/de/LC_MESSAGES/kiten.mo
share/locale/de/LC_MESSAGES/kjots.mo
share/locale/de/LC_MESSAGES/kjumpingcube.mo
@ -1863,8 +1951,8 @@ share/locale/de/LC_MESSAGES/knetwalk.mo
share/locale/de/LC_MESSAGES/knetworkconfmodule.mo
share/locale/de/LC_MESSAGES/knode.mo
share/locale/de/LC_MESSAGES/knotes.mo
share/locale/de/LC_MESSAGES/knotificationitem-1.mo
share/locale/de/LC_MESSAGES/knotify4.mo
share/locale/de/LC_MESSAGES/kode.mo
share/locale/de/LC_MESSAGES/kolf.mo
share/locale/de/LC_MESSAGES/kollision.mo
share/locale/de/LC_MESSAGES/kolourpaint.mo
@ -1891,10 +1979,10 @@ share/locale/de/LC_MESSAGES/krandr.mo
share/locale/de/LC_MESSAGES/krdb.mo
share/locale/de/LC_MESSAGES/krdc.mo
share/locale/de/LC_MESSAGES/kreadconfig.mo
share/locale/de/LC_MESSAGES/kres-migrator.mo
share/locale/de/LC_MESSAGES/kres_birthday.mo
share/locale/de/LC_MESSAGES/kres_blog.mo
share/locale/de/LC_MESSAGES/kres_bugzilla.mo
share/locale/de/LC_MESSAGES/kres_featureplan.mo
share/locale/de/LC_MESSAGES/kres_groupware.mo
share/locale/de/LC_MESSAGES/kres_groupwise.mo
share/locale/de/LC_MESSAGES/kres_kolab.mo
@ -1902,6 +1990,7 @@ share/locale/de/LC_MESSAGES/kres_remote.mo
share/locale/de/LC_MESSAGES/kres_scalix.mo
share/locale/de/LC_MESSAGES/kres_tvanytime.mo
share/locale/de/LC_MESSAGES/kres_xmlrpc.mo
share/locale/de/LC_MESSAGES/kresources_shared_akonadi.mo
share/locale/de/LC_MESSAGES/kreversi.mo
share/locale/de/LC_MESSAGES/krfb.mo
share/locale/de/LC_MESSAGES/kruler.mo
@ -1915,6 +2004,7 @@ share/locale/de/LC_MESSAGES/ksendemail.mo
share/locale/de/LC_MESSAGES/kshisen.mo
share/locale/de/LC_MESSAGES/kshorturifilter.mo
share/locale/de/LC_MESSAGES/ksirk.mo
share/locale/de/LC_MESSAGES/ksirkskineditor.mo
share/locale/de/LC_MESSAGES/ksmserver.mo
share/locale/de/LC_MESSAGES/ksnapshot.mo
share/locale/de/LC_MESSAGES/kspaceduel.mo
@ -1940,6 +2030,7 @@ share/locale/de/LC_MESSAGES/ktimer.mo
share/locale/de/LC_MESSAGES/ktimetracker.mo
share/locale/de/LC_MESSAGES/ktouch.mo
share/locale/de/LC_MESSAGES/ktraderclient.mo
share/locale/de/LC_MESSAGES/ktron.mo
share/locale/de/LC_MESSAGES/kttsd.mo
share/locale/de/LC_MESSAGES/ktuberling.mo
share/locale/de/LC_MESSAGES/kturtle.mo
@ -1962,12 +2053,12 @@ share/locale/de/LC_MESSAGES/kwinstartmenu.mo
share/locale/de/LC_MESSAGES/kwordquiz.mo
share/locale/de/LC_MESSAGES/kwrite.mo
share/locale/de/LC_MESSAGES/kwriteconfig.mo
share/locale/de/LC_MESSAGES/kxforms.mo
share/locale/de/LC_MESSAGES/kxkb.mo
share/locale/de/LC_MESSAGES/kxsconfig.mo
share/locale/de/LC_MESSAGES/kxsldbg.mo
share/locale/de/LC_MESSAGES/lancelot.mo
share/locale/de/LC_MESSAGES/libakonadi.mo
share/locale/de/LC_MESSAGES/libconversion.mo
share/locale/de/LC_MESSAGES/libkblog.mo
share/locale/de/LC_MESSAGES/libkcal.mo
share/locale/de/LC_MESSAGES/libkcddb.mo
@ -1977,6 +2068,7 @@ share/locale/de/LC_MESSAGES/libkdeedu.mo
share/locale/de/LC_MESSAGES/libkdegames.mo
share/locale/de/LC_MESSAGES/libkdepim.mo
share/locale/de/LC_MESSAGES/libkholidays.mo
share/locale/de/LC_MESSAGES/libkimap.mo
share/locale/de/LC_MESSAGES/libkldap.mo
share/locale/de/LC_MESSAGES/libkleopatra.mo
share/locale/de/LC_MESSAGES/libkmahjongg.mo
@ -1984,6 +2076,7 @@ share/locale/de/LC_MESSAGES/libkmime.mo
share/locale/de/LC_MESSAGES/libkonq.mo
share/locale/de/LC_MESSAGES/libkpgp.mo
share/locale/de/LC_MESSAGES/libkpimidentities.mo
share/locale/de/LC_MESSAGES/libkpimtextedit.mo
share/locale/de/LC_MESSAGES/libkpimutils.mo
share/locale/de/LC_MESSAGES/libkresources.mo
share/locale/de/LC_MESSAGES/libksane.mo
@ -1993,15 +2086,19 @@ share/locale/de/LC_MESSAGES/libktnef.mo
share/locale/de/LC_MESSAGES/libkworkspace.mo
share/locale/de/LC_MESSAGES/libkxmlrpcclient.mo
share/locale/de/LC_MESSAGES/libmailtransport.mo
share/locale/de/LC_MESSAGES/libocsclient.mo
share/locale/de/LC_MESSAGES/liboktetacore.mo
share/locale/de/LC_MESSAGES/libphonon.mo
share/locale/de/LC_MESSAGES/libplasma.mo
share/locale/de/LC_MESSAGES/libplasmaclock.mo
share/locale/de/LC_MESSAGES/libplasmaweather.mo
share/locale/de/LC_MESSAGES/libtaskmanager.mo
share/locale/de/LC_MESSAGES/lokalize.mo
share/locale/de/LC_MESSAGES/lskat.mo
share/locale/de/LC_MESSAGES/marble.mo
share/locale/de/LC_MESSAGES/marble_qt.mo
share/locale/de/LC_MESSAGES/mplayerthumbs.mo
share/locale/de/LC_MESSAGES/mplayerthumbsconfig.mo
share/locale/de/LC_MESSAGES/nepomuk.mo
share/locale/de/LC_MESSAGES/nepomuksearch.mo
share/locale/de/LC_MESSAGES/nsplugin.mo
@ -2017,6 +2114,7 @@ share/locale/de/LC_MESSAGES/okular_fax.mo
share/locale/de/LC_MESSAGES/okular_fictionbook.mo
share/locale/de/LC_MESSAGES/okular_ghostview.mo
share/locale/de/LC_MESSAGES/okular_kimgio.mo
share/locale/de/LC_MESSAGES/okular_mobi.mo
share/locale/de/LC_MESSAGES/okular_ooo.mo
share/locale/de/LC_MESSAGES/okular_plucker.mo
share/locale/de/LC_MESSAGES/okular_poppler.mo
@ -2026,20 +2124,19 @@ share/locale/de/LC_MESSAGES/parley.mo
share/locale/de/LC_MESSAGES/phonon-xine.mo
share/locale/de/LC_MESSAGES/phonon_gstreamer.mo
share/locale/de/LC_MESSAGES/phonon_kde.mo
share/locale/de/LC_MESSAGES/plasma-desktop.mo
share/locale/de/LC_MESSAGES/plasma-overlay.mo
share/locale/de/LC_MESSAGES/plasma-shells-common.mo
share/locale/de/LC_MESSAGES/plasma.mo
share/locale/de/LC_MESSAGES/plasma_applet_BbalL.mo
share/locale/de/LC_MESSAGES/plasma_applet_CharSelectApplet.mo
share/locale/de/LC_MESSAGES/plasma_applet_battery.mo
share/locale/de/LC_MESSAGES/plasma_applet_bball.mo
share/locale/de/LC_MESSAGES/plasma_applet_binaryclock.mo
share/locale/de/LC_MESSAGES/plasma_applet_bluemarble.mo
share/locale/de/LC_MESSAGES/plasma_applet_bubblemon.mo
share/locale/de/LC_MESSAGES/plasma_applet_calculator.mo
share/locale/de/LC_MESSAGES/plasma_applet_charselect.mo
share/locale/de/LC_MESSAGES/plasma_applet_clock.mo
share/locale/de/LC_MESSAGES/plasma_applet_comic.mo
share/locale/de/LC_MESSAGES/plasma_applet_desktop.mo
share/locale/de/LC_MESSAGES/plasma_applet_devicenotifier.mo
share/locale/de/LC_MESSAGES/plasma_applet_dict.mo
share/locale/de/LC_MESSAGES/plasma_applet_dig_clock.mo
share/locale/de/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo
share/locale/de/LC_MESSAGES/plasma_applet_fileWatcher.mo
@ -2048,7 +2145,6 @@ share/locale/de/LC_MESSAGES/plasma_applet_frame.mo
share/locale/de/LC_MESSAGES/plasma_applet_fuzzy_clock.mo
share/locale/de/LC_MESSAGES/plasma_applet_icon.mo
share/locale/de/LC_MESSAGES/plasma_applet_incomingmsg.mo
share/locale/de/LC_MESSAGES/plasma_applet_kalgebra.mo
share/locale/de/LC_MESSAGES/plasma_applet_kalzium.mo
share/locale/de/LC_MESSAGES/plasma_applet_katesession.mo
share/locale/de/LC_MESSAGES/plasma_applet_kget.mo
@ -2056,41 +2152,66 @@ share/locale/de/LC_MESSAGES/plasma_applet_kolourpicker.mo
share/locale/de/LC_MESSAGES/plasma_applet_launcher.mo
share/locale/de/LC_MESSAGES/plasma_applet_leavenote.mo
share/locale/de/LC_MESSAGES/plasma_applet_life.mo
share/locale/de/LC_MESSAGES/plasma_applet_lockout.mo
share/locale/de/LC_MESSAGES/plasma_applet_luna.mo
share/locale/de/LC_MESSAGES/plasma_applet_magnifique.mo
share/locale/de/LC_MESSAGES/plasma_applet_microblog.mo
share/locale/de/LC_MESSAGES/plasma_applet_news.mo
share/locale/de/LC_MESSAGES/plasma_applet_notes.mo
share/locale/de/LC_MESSAGES/plasma_applet_nowplaying.mo
share/locale/de/LC_MESSAGES/plasma_applet_opendesktop.mo
share/locale/de/LC_MESSAGES/plasma_applet_pager.mo
share/locale/de/LC_MESSAGES/plasma_applet_panel.mo
share/locale/de/LC_MESSAGES/plasma_applet_panelspacer_internal.mo
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_previewer.mo
share/locale/de/LC_MESSAGES/plasma_applet_qstardict.mo
share/locale/de/LC_MESSAGES/plasma_applet_quicklaunch.mo
share/locale/de/LC_MESSAGES/plasma_applet_rssnow.mo
share/locale/de/LC_MESSAGES/plasma_applet_rtm.mo
share/locale/de/LC_MESSAGES/plasma_applet_saverdesktop.mo
share/locale/de/LC_MESSAGES/plasma_applet_showdashboard.mo
share/locale/de/LC_MESSAGES/plasma_applet_showdesktop.mo
share/locale/de/LC_MESSAGES/plasma_applet_skapplet.mo
share/locale/de/LC_MESSAGES/plasma_applet_system-monitor.mo
share/locale/de/LC_MESSAGES/plasma_applet_systemloadviewer.mo
share/locale/de/LC_MESSAGES/plasma_applet_systemtray.mo
share/locale/de/LC_MESSAGES/plasma_applet_tasks.mo
share/locale/de/LC_MESSAGES/plasma_applet_timer.mo
share/locale/de/LC_MESSAGES/plasma_applet_trash.mo
share/locale/de/LC_MESSAGES/plasma_applet_twitter.mo
share/locale/de/LC_MESSAGES/plasma_applet_unitconverter.mo
share/locale/de/LC_MESSAGES/plasma_applet_weather.mo
share/locale/de/LC_MESSAGES/plasma_applet_weatherstation.mo
share/locale/de/LC_MESSAGES/plasma_applet_webbrowser.mo
share/locale/de/LC_MESSAGES/plasma_appletscript_qedje.mo
share/locale/de/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo
share/locale/de/LC_MESSAGES/plasma_containment_saverdesktop.mo
share/locale/de/LC_MESSAGES/plasma_appletscriptengine_googlegadget.mo
share/locale/de/LC_MESSAGES/plasma_appletscriptengine_qedjescripts.mo
share/locale/de/LC_MESSAGES/plasma_engine_applicationjobs.mo
share/locale/de/LC_MESSAGES/plasma_engine_kalzium.mo
share/locale/de/LC_MESSAGES/plasma_engine_keystate.mo
share/locale/de/LC_MESSAGES/plasma_engine_metadata.mo
share/locale/de/LC_MESSAGES/plasma_engine_network.mo
share/locale/de/LC_MESSAGES/plasma_engine_notifications.mo
share/locale/de/LC_MESSAGES/plasma_engine_nowplaying.mo
share/locale/de/LC_MESSAGES/plasma_engine_ocs.mo
share/locale/de/LC_MESSAGES/plasma_engine_rss.mo
share/locale/de/LC_MESSAGES/plasma_engine_weather.mo
share/locale/de/LC_MESSAGES/plasma_packagestructure_comic.mo
share/locale/de/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
share/locale/de/LC_MESSAGES/plasma_runner_browserhistory.mo
share/locale/de/LC_MESSAGES/plasma_runner_calculatorrunner.mo
share/locale/de/LC_MESSAGES/plasma_runner_contacts.mo
share/locale/de/LC_MESSAGES/plasma_runner_converterrunner.mo
share/locale/de/LC_MESSAGES/plasma_runner_katesessions.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_locations.mo
share/locale/de/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo
share/locale/de/LC_MESSAGES/plasma_runner_placesrunner.mo
share/locale/de/LC_MESSAGES/plasma_runner_powerdevil.mo
share/locale/de/LC_MESSAGES/plasma_runner_recentdocuments.mo
share/locale/de/LC_MESSAGES/plasma_runner_services.mo
share/locale/de/LC_MESSAGES/plasma_runner_sessions.mo
share/locale/de/LC_MESSAGES/plasma_runner_shell.mo
share/locale/de/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
@ -2098,9 +2219,17 @@ share/locale/de/LC_MESSAGES/plasma_runner_webshortcuts.mo
share/locale/de/LC_MESSAGES/plasma_scriptengine_qscript.mo
share/locale/de/LC_MESSAGES/plasma_wallpaper_color.mo
share/locale/de/LC_MESSAGES/plasma_wallpaper_image.mo
share/locale/de/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo
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_virus.mo
share/locale/de/LC_MESSAGES/plasma_wallpaper_weather.mo
share/locale/de/LC_MESSAGES/plasmaengineexplorer.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/policykit-kde.mo
share/locale/de/LC_MESSAGES/polkit-kde-authorization.mo
share/locale/de/LC_MESSAGES/powerdevil.mo
share/locale/de/LC_MESSAGES/printer-applet.mo
share/locale/de/LC_MESSAGES/processcore.mo
@ -2123,6 +2252,7 @@ share/locale/de/LC_MESSAGES/systemsettings.mo
share/locale/de/LC_MESSAGES/timezones4.mo
share/locale/de/LC_MESSAGES/umbrello.mo
share/locale/de/LC_MESSAGES/useraccount.mo
share/locale/de/LC_MESSAGES/xml_mimetypes.mo
share/locale/de/LC_SCRIPTS/kdelibs4/kdelibs4.js
share/locale/de/entry.desktop
@dirrm share/locale/de/LC_SCRIPTS/kdelibs4
@ -2133,7 +2263,6 @@ share/locale/de/entry.desktop
@dirrm share/doc/HTML/de/superkaramba
@dirrm share/doc/HTML/de/step
@dirrm share/doc/HTML/de/sonnet
@dirrm share/doc/HTML/de/plasma
@dirrm share/doc/HTML/de/parley
@dirrm share/doc/HTML/de/okular
@dirrm share/doc/HTML/de/okteta
@ -2152,6 +2281,7 @@ share/locale/de/entry.desktop
@dirrm share/doc/HTML/de/kturtle
@dirrm share/doc/HTML/de/ktuberling
@dirrm share/doc/HTML/de/kttsd
@dirrm share/doc/HTML/de/ktron
@dirrm share/doc/HTML/de/ktouch
@dirrm share/doc/HTML/de/ktimetracker
@dirrm share/doc/HTML/de/ktimer
@ -2164,7 +2294,7 @@ share/locale/de/entry.desktop
@dirrm share/doc/HTML/de/ksquares
@dirrm share/doc/HTML/de/kspaceduel
@dirrm share/doc/HTML/de/ksnapshot
@dirrm share/doc/HTML/de/ksirk
@dirrm share/doc/HTML/de/ksirkskineditor
@dirrm share/doc/HTML/de/kshisen
@dirrm share/doc/HTML/de/kscd
@dirrm share/doc/HTML/de/ksame
@ -2210,6 +2340,7 @@ share/locale/de/entry.desktop
@dirrm share/doc/HTML/de/kjots
@dirrm share/doc/HTML/de/kiten
@dirrm share/doc/HTML/de/kiriki
@dirrm share/doc/HTML/de/kioslave/xz
@dirrm share/doc/HTML/de/kioslave/webdav
@dirrm share/doc/HTML/de/kioslave/thumbnail
@dirrm share/doc/HTML/de/kioslave/telnet
@ -2222,6 +2353,7 @@ share/locale/de/entry.desktop
@dirrm share/doc/HTML/de/kioslave/nntp
@dirrm share/doc/HTML/de/kioslave/nfs
@dirrm share/doc/HTML/de/kioslave/news
@dirrm share/doc/HTML/de/kioslave/network
@dirrm share/doc/HTML/de/kioslave/man
@dirrm share/doc/HTML/de/kioslave/mailto
@dirrm share/doc/HTML/de/kioslave/ldap
@ -2292,6 +2424,7 @@ share/locale/de/entry.desktop
@dirrm share/doc/HTML/de/kcontrol/useragent
@dirrm share/doc/HTML/de/kcontrol/splashscreen
@dirrm share/doc/HTML/de/kcontrol/spellchecking
@dirrm share/doc/HTML/de/kcontrol/solid-actions
@dirrm share/doc/HTML/de/kcontrol/smb
@dirrm share/doc/HTML/de/kcontrol/screensaver
@dirrm share/doc/HTML/de/kcontrol/proxy
@ -2302,6 +2435,7 @@ share/locale/de/entry.desktop
@dirrm share/doc/HTML/de/kcontrol/panelappearance
@dirrm share/doc/HTML/de/kcontrol/panel
@dirrm share/doc/HTML/de/kcontrol/netpref
@dirrm share/doc/HTML/de/kcontrol/nepomuk
@dirrm share/doc/HTML/de/kcontrol/mouse
@dirrm share/doc/HTML/de/kcontrol/language
@dirrm share/doc/HTML/de/kcontrol/kxkb
@ -2334,6 +2468,7 @@ share/locale/de/entry.desktop
@dirrm share/doc/HTML/de/kcontrol/emoticons
@dirrm share/doc/HTML/de/kcontrol/email
@dirrm share/doc/HTML/de/kcontrol/ebrowsing
@dirrm share/doc/HTML/de/kcontrol/desktopthemedetails
@dirrm share/doc/HTML/de/kcontrol/desktopbehavior
@dirrm share/doc/HTML/de/kcontrol/desktop
@dirrm share/doc/HTML/de/kcontrol/crypto
@ -2347,6 +2482,7 @@ share/locale/de/entry.desktop
@dirrm share/doc/HTML/de/kcontrol/background
@dirrm share/doc/HTML/de/kcontrol/autostart
@dirrm share/doc/HTML/de/kcontrol
@dirrm share/doc/HTML/de/kcmlirc
@dirrm share/doc/HTML/de/kcharselect
@dirrm share/doc/HTML/de/kcalc
@dirrm share/doc/HTML/de/kcachegrind
@ -2369,6 +2505,7 @@ share/locale/de/entry.desktop
@dirrm share/doc/HTML/de/kaddressbook
@dirrm share/doc/HTML/de/kabcclient
@dirrm share/doc/HTML/de/juk
@dirrm share/doc/HTML/de/irkick
@dirrm share/doc/HTML/de/gwenview
@dirrm share/doc/HTML/de/dragonplayer
@dirrm share/doc/HTML/de/dolphin
@ -2380,6 +2517,7 @@ share/locale/de/entry.desktop
@dirrm share/doc/HTML/de/ark
@dirrm share/doc/HTML/de/amor
@dirrm share/doc/HTML/de/akregator
@dirrm share/doc/HTML/de/PolicyKit-kde
@dirrm share/apps/step/objinfo/l10n/de
@dirrm share/apps/step/objinfo/l10n
@dirrm share/apps/step/objinfo

View file

@ -7,7 +7,6 @@
PORTNAME= kcoloredit
PORTVERSION= ${APP_VER}.${EXTRA_VER}
PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${EXTRA_VER}/src/extragear
@ -24,6 +23,6 @@ QT_COMPONENTS= corelib qmake_build moc_build rcc_build uic_build
USE_CMAKE= yes
APP_VER= 2.0.0
EXTRA_VER= 4.2.3
EXTRA_VER= 4.3.0
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (KDE/extragear/kcoloredit-2.0.0-kde4.2.3.tar.bz2) = 626d3e28ebe0d36efe07ace17508a050
SHA256 (KDE/extragear/kcoloredit-2.0.0-kde4.2.3.tar.bz2) = b09f64eeea685426256c09cad397f4fee777d2e165ee6ce2dfd847253f3c4eb1
SIZE (KDE/extragear/kcoloredit-2.0.0-kde4.2.3.tar.bz2) = 138793
MD5 (KDE/extragear/kcoloredit-2.0.0-kde4.3.0.tar.bz2) = 4d4c7809dd3275299ff31cdfb784ddab
SHA256 (KDE/extragear/kcoloredit-2.0.0-kde4.3.0.tar.bz2) = 7d86c4a0bdc65260db32b3d3701fd552f4982c04e7de5dada77a345d97e214f2
SIZE (KDE/extragear/kcoloredit-2.0.0-kde4.3.0.tar.bz2) = 139425

View file

@ -6,7 +6,6 @@
PORTNAME= kdegraphics
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 2
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -43,7 +42,7 @@ USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= opengl gui svg iconengines pixeltool \
moc_build rcc_build uic_build qmake_build
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_SAFE= yes
post-extract:
${MKDIR} ${WRKSRC}

Some files were not shown because too many files have changed in this diff Show more