mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSD
With hat on: kde@
This commit is contained in:
parent
d23523dad6
commit
746dafd424
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254138
@ -52,9 +52,9 @@ Kde_Include_MAINTAINER= kde@FreeBSD.org
|
||||
# but this could be changed in a future.
|
||||
#
|
||||
|
||||
KDE4_VERSION= 4.3.5
|
||||
KDE4_VERSION= 4.4.3
|
||||
KDE4_BRANCH?= stable
|
||||
KOFFICE2_VERSION= 2.1.0
|
||||
KOFFICE2_VERSION= 2.1.2
|
||||
KOFFICE2_BRANCH?= stable
|
||||
|
||||
#
|
||||
@ -76,8 +76,8 @@ MASTER_SITE_KDE_kde= ${kmaster:S@%SUBDIR%/@${ksub}/@g}
|
||||
#
|
||||
# KDE4 modules
|
||||
#
|
||||
_USE_KDE4_ALL= akonadi automoc4 kdebase kdeexp kdehier kdelibs kdeprefix \
|
||||
oxygen pimlibs pimruntime runtime sharedmime workspace
|
||||
_USE_KDE4_ALL= akonadi automoc4 kdebase kdehier kdelibs kdeprefix \
|
||||
oxygen pimlibs pimruntime pykde4 runtime sharedmime workspace
|
||||
|
||||
akonadi_LIB_DEPENDS= akonadiprotocolinternals.1:${PORTSDIR}/databases/akonadi
|
||||
|
||||
@ -85,8 +85,6 @@ automoc4_BUILD_DEPENDS= ${LOCALBASE}/bin/automoc4:${PORTSDIR}/devel/automoc4
|
||||
|
||||
kdebase_LIB_DEPENDS= konq.7:${PORTSDIR}/x11/kdebase4
|
||||
|
||||
kdeexp_LIB_DEPENDS= knotificationitem-1.1:${PORTSDIR}/x11/kdelibs4-experimental
|
||||
|
||||
kdehier_RUN_DEPENDS= kdehier4>=1:${PORTSDIR}/misc/kdehier4
|
||||
|
||||
kdelibs_LIB_DEPENDS= kimproxy.5:${PORTSDIR}/x11/kdelibs4
|
||||
@ -99,6 +97,8 @@ pimlibs_LIB_DEPENDS= kpimutils.5:${PORTSDIR}/deskutils/kdepimlibs4
|
||||
|
||||
pimruntime_LIB_DEPENDS= kdepim-copy.5:${PORTSDIR}/deskutils/kdepim4-runtime
|
||||
|
||||
pykde4_RUN_DEPENDS= ${KDE4_PYTHON_SITELIBDIR}/PyKDE4/kdeui.so:${PORTSDIR}/devel/kdebindings4-python-pykde4
|
||||
|
||||
runtime_BUILD_DEPENDS= ${KDE4_PREFIX}/bin/kdebugdialog:${PORTSDIR}/x11/kdebase4-runtime
|
||||
runtime_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kdebugdialog:${PORTSDIR}/x11/kdebase4-runtime
|
||||
|
||||
@ -110,6 +110,8 @@ workspace_LIB_DEPENDS= kscreensaver.5:${PORTSDIR}/x11/kdebase4-workspace
|
||||
|
||||
PLIST_SUB+= KDE4_PREFIX="${KDE4_PREFIX}"
|
||||
|
||||
KDE4_PYTHON_SITELIBDIR= ${PYTHON_SITELIBDIR:S;${PYTHONBASE};${KDE4_PREFIX};}
|
||||
|
||||
#
|
||||
# Common build related stuff for kde4 ports. It's not intended for usage
|
||||
# in KDE4-dependent ports
|
||||
@ -136,9 +138,10 @@ PLIST_SUB+= KDE4_VERSION="${KDE4_VERSION}" \
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_CMAKE= yes
|
||||
USE_GMAKE= yes
|
||||
CMAKE_SOURCE_PATH= ${WRKSRC}
|
||||
CONFIGURE_WRKSRC?= ${BUILD_WRKSRC}
|
||||
BUILD_WRKSRC?= ${WRKSRC}/build
|
||||
CONFIGURE_WRKSRC= ${CMAKE_SOURCE_PATH}/build
|
||||
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
|
||||
INSTALL_WRKSRC?= ${BUILD_WRKSRC}
|
||||
|
||||
post-extract: kde-create-builddir
|
||||
|
44
accessibility/jovie/Makefile
Normal file
44
accessibility/jovie/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# New ports collection makefile for: ktts
|
||||
# Date created: 2010-03-27
|
||||
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ktts
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
CATEGORIES= accessibility kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DISTNAME= kdeaccessibility-${PORTVERSION}
|
||||
DIST_SUBDIR= KDE
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= KDE text-to-speech subsystem
|
||||
|
||||
LIB_DEPENDS+= speechd.3:${PORTSDIR}/accessibility/speech-dispatcher
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_CMAKE= yes
|
||||
USE_KDE4= kdeprefix kdelibs automoc4
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= qmake_build moc_build uic_build rcc_build
|
||||
USE_LDCONFIG= yes
|
||||
MD5_FILE= ${PORTSDIR}/accessibility/kdeaccessibility4/distinfo
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/kttsd
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|speechd|$$$\{SPEECHD_LIBRARY}|g' \
|
||||
${PATCH_WRKSRC}/kttsd/kcmkttsmgr/CMakeLists.txt \
|
||||
${PATCH_WRKSRC}/kttsd/kttsd/CMakeLists.txt
|
||||
|
||||
post-install:
|
||||
cd ${WRKSRC}/doc/kttsd && ${MAKE} install
|
||||
${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
6
accessibility/jovie/pkg-descr
Normal file
6
accessibility/jovie/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
KTTS -- KDE Text-to-Speech -- is a subsystem within the KDE desktop
|
||||
for conversion of text to audible speech. KTTS is currently under
|
||||
development and aims to become the standard subsystem for all KDE
|
||||
applications to provide speech output.
|
||||
|
||||
WWW: http://www.kde.org/
|
7
accessibility/jovie/pkg-message
Normal file
7
accessibility/jovie/pkg-message
Normal file
@ -0,0 +1,7 @@
|
||||
======================================================================
|
||||
|
||||
To enable Text-to-Speech System (KTTSD), you first need to start
|
||||
speech-dispatcher daemon (accessibility/speech-dispatcher), either
|
||||
locally or with its rc.d script.
|
||||
|
||||
======================================================================
|
57
accessibility/jovie/pkg-plist
Normal file
57
accessibility/jovie/pkg-plist
Normal file
@ -0,0 +1,57 @@
|
||||
bin/kttsd
|
||||
bin/kttsmgr
|
||||
lib/kde4/kcm_kttsd.so
|
||||
lib/kde4/libkttsd_stringreplacerplugin.so
|
||||
lib/kde4/libkttsd_talkerchooserplugin.so
|
||||
lib/kde4/libkttsd_xmltransformerplugin.so
|
||||
lib/libkttsd.so
|
||||
lib/libkttsd.so.5
|
||||
lib/libkttsd.so.5.0.1
|
||||
share/applications/kde4/kttsmgr.desktop
|
||||
share/apps/kttsd/kcmkttsd_testmessage.desktop
|
||||
share/apps/kttsd/stringreplacer/abbreviations.xml
|
||||
share/apps/kttsd/stringreplacer/chat-de.xml
|
||||
share/apps/kttsd/stringreplacer/chat.xml
|
||||
share/apps/kttsd/stringreplacer/emoticons.xml
|
||||
share/apps/kttsd/stringreplacer/festival_unspeakable_chars.xml
|
||||
share/apps/kttsd/stringreplacer/kmail.xml
|
||||
share/apps/kttsd/stringreplacer/polish_festival_fixes.xml
|
||||
share/apps/kttsd/stringreplacer/polish_festival_unspeakables.xml
|
||||
share/apps/kttsd/stringreplacer/qt2plaintext.xml
|
||||
share/apps/kttsd/talkerchooser/female_notifications_rc
|
||||
share/apps/kttsd/xmltransformer/xhtml2ssml.xsl
|
||||
share/apps/kttsd/xmltransformer/xhtml2ssml_simple.xsl
|
||||
share/apps/kttsd/xslt/SSMLtoPlainText.xsl
|
||||
share/doc/HTML/en/kttsd/addtalker.png
|
||||
share/doc/HTML/en/kttsd/common
|
||||
share/doc/HTML/en/kttsd/filters.png
|
||||
share/doc/HTML/en/kttsd/general.png
|
||||
share/doc/HTML/en/kttsd/index.cache.bz2
|
||||
share/doc/HTML/en/kttsd/index.docbook
|
||||
share/doc/HTML/en/kttsd/jobs.png
|
||||
share/doc/HTML/en/kttsd/stringreplacer.png
|
||||
share/doc/HTML/en/kttsd/talkerchooser.png
|
||||
share/doc/HTML/en/kttsd/talkers.png
|
||||
share/doc/HTML/en/kttsd/xmltransformer.png
|
||||
share/icons/hicolor/16x16/actions/female.png
|
||||
share/icons/hicolor/16x16/actions/male.png
|
||||
share/icons/hicolor/16x16/actions/nospeak.png
|
||||
share/icons/hicolor/16x16/actions/speak.png
|
||||
share/icons/hicolor/22x22/actions/nospeak.png
|
||||
share/icons/hicolor/22x22/actions/speak.png
|
||||
share/icons/hicolor/32x32/actions/nospeak.png
|
||||
share/icons/hicolor/32x32/actions/speak.png
|
||||
share/icons/hicolor/48x48/actions/nospeak.png
|
||||
share/icons/hicolor/48x48/actions/speak.png
|
||||
share/kde4/services/kcmkttsd.desktop
|
||||
share/kde4/services/kttsd.desktop
|
||||
share/kde4/services/kttsd_stringreplacerplugin.desktop
|
||||
share/kde4/services/kttsd_talkerchooserplugin.desktop
|
||||
share/kde4/services/kttsd_xmltransformerplugin.desktop
|
||||
share/kde4/servicetypes/kttsd_filterplugin.desktop
|
||||
@dirrm share/doc/HTML/en/kttsd
|
||||
@dirrm share/apps/kttsd/xslt
|
||||
@dirrm share/apps/kttsd/xmltransformer
|
||||
@dirrm share/apps/kttsd/talkerchooser
|
||||
@dirrm share/apps/kttsd/stringreplacer
|
||||
@dirrm share/apps/kttsd
|
@ -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
|
||||
@ -22,13 +21,24 @@ USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
||||
KDE4_BUILDENV= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF
|
||||
|
||||
MAN1= kmag.1 \
|
||||
kmousetool.1 \
|
||||
kmouth.1
|
||||
|
||||
OPTIONS= KTTS "Enable KTTS speech service" off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_KTTS)
|
||||
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kttsd:${PORTSDIR}/accessibility/ktts
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*kttsd/d' \
|
||||
${PATCH_WRKSRC}/CMakeLists.txt
|
||||
${REINPLACE_CMD} -e '/add_subdirectory.*kttsd/d' \
|
||||
${PATCH_WRKSRC}/doc/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdeaccessibility-4.3.5.tar.bz2) = 043eed522a3d88c4b730aa491834445a
|
||||
SHA256 (KDE/kdeaccessibility-4.3.5.tar.bz2) = 96bf5eb6f25aaf38e82b6d2f12b07970bd8d6afd7a67b262002d50dded4b0802
|
||||
SIZE (KDE/kdeaccessibility-4.3.5.tar.bz2) = 5835131
|
||||
MD5 (KDE/kdeaccessibility-4.4.3.tar.bz2) = f225cc7bc12f585a64f755764931a23e
|
||||
SHA256 (KDE/kdeaccessibility-4.4.3.tar.bz2) = b5f8c20e7ee39f3da76f699d4e49dba2e3607e0aaa068579bf8a4d43dd023bc8
|
||||
SIZE (KDE/kdeaccessibility-4.4.3.tar.bz2) = 5585520
|
||||
|
@ -1,28 +1,9 @@
|
||||
bin/kmag
|
||||
bin/kmousetool
|
||||
bin/kmouth
|
||||
bin/kttsd
|
||||
bin/kttsmgr
|
||||
lib/kde4/kcm_kttsd.so
|
||||
lib/kde4/libkttsd_commandplugin.so
|
||||
lib/kde4/libkttsd_eposplugin.so
|
||||
lib/kde4/libkttsd_festivalintplugin.so
|
||||
lib/kde4/libkttsd_fliteplugin.so
|
||||
lib/kde4/libkttsd_freettsplugin.so
|
||||
lib/kde4/libkttsd_hadifixplugin.so
|
||||
lib/kde4/libkttsd_phononplugin.so
|
||||
lib/kde4/libkttsd_sbdplugin.so
|
||||
lib/kde4/libkttsd_stringreplacerplugin.so
|
||||
lib/kde4/libkttsd_talkerchooserplugin.so
|
||||
lib/kde4/libkttsd_xmltransformerplugin.so
|
||||
lib/kde4/libkttsjobmgrpart.so
|
||||
lib/libkttsd.so
|
||||
lib/libkttsd.so.5
|
||||
lib/libkttsd.so.5.0.1
|
||||
share/applications/kde4/kmag.desktop
|
||||
share/applications/kde4/kmousetool.desktop
|
||||
share/applications/kde4/kmouth.desktop
|
||||
share/applications/kde4/kttsmgr.desktop
|
||||
share/apps/color-schemes/Zion.colors
|
||||
share/apps/color-schemes/ZionReversed.colors
|
||||
share/apps/kmag/kmagui.rc
|
||||
@ -84,26 +65,6 @@ share/apps/kmouth/icons/hicolor/32x32/actions/speak.png
|
||||
share/apps/kmouth/icons/hicolor/48x48/actions/speak.png
|
||||
share/apps/kmouth/kmouthui.rc
|
||||
share/apps/kmouth/phrasebookdialogui.rc
|
||||
share/apps/kttsd/festivalint/sabletowave.scm
|
||||
share/apps/kttsd/festivalint/voices
|
||||
share/apps/kttsd/festivalint/xslt/SSMLtoSable.xsl
|
||||
share/apps/kttsd/hadifix/xslt/SSMLtoTxt2pho.xsl
|
||||
share/apps/kttsd/kcmkttsd_testmessage.desktop
|
||||
share/apps/kttsd/sbd/polish_festival_sbdrc
|
||||
share/apps/kttsd/sbd/standard_sbdrc
|
||||
share/apps/kttsd/stringreplacer/abbreviations.xml
|
||||
share/apps/kttsd/stringreplacer/chat-de.xml
|
||||
share/apps/kttsd/stringreplacer/chat.xml
|
||||
share/apps/kttsd/stringreplacer/emoticons.xml
|
||||
share/apps/kttsd/stringreplacer/festival_unspeakable_chars.xml
|
||||
share/apps/kttsd/stringreplacer/kmail.xml
|
||||
share/apps/kttsd/stringreplacer/polish_festival_fixes.xml
|
||||
share/apps/kttsd/stringreplacer/polish_festival_unspeakables.xml
|
||||
share/apps/kttsd/stringreplacer/qt2plaintext.xml
|
||||
share/apps/kttsd/talkerchooser/female_notifications_rc
|
||||
share/apps/kttsd/xmltransformer/xhtml2ssml.xsl
|
||||
share/apps/kttsd/xmltransformer/xhtml2ssml_simple.xsl
|
||||
share/apps/kttsd/xslt/SSMLtoPlainText.xsl
|
||||
share/config/kmouthrc
|
||||
share/doc/HTML/en/kmag/common
|
||||
share/doc/HTML/en/kmag/index.cache.bz2
|
||||
@ -124,41 +85,20 @@ share/doc/HTML/en/kmouth/kmouthedit.png
|
||||
share/doc/HTML/en/kmouth/kmouthmain.png
|
||||
share/doc/HTML/en/kmouth/kmouthwizard.png
|
||||
share/doc/HTML/en/kmouth/man-kmouth.1.docbook
|
||||
share/doc/HTML/en/kttsd/addtalker.png
|
||||
share/doc/HTML/en/kttsd/common
|
||||
share/doc/HTML/en/kttsd/filters.png
|
||||
share/doc/HTML/en/kttsd/general.png
|
||||
share/doc/HTML/en/kttsd/index.cache.bz2
|
||||
share/doc/HTML/en/kttsd/index.docbook
|
||||
share/doc/HTML/en/kttsd/jobs.png
|
||||
share/doc/HTML/en/kttsd/stringreplacer.png
|
||||
share/doc/HTML/en/kttsd/talkerchooser.png
|
||||
share/doc/HTML/en/kttsd/talkers.png
|
||||
share/doc/HTML/en/kttsd/xmltransformer.png
|
||||
share/icons/hicolor/16x16/actions/female.png
|
||||
share/icons/hicolor/16x16/actions/followmouse.png
|
||||
share/icons/hicolor/16x16/actions/hidemouse.png
|
||||
share/icons/hicolor/16x16/actions/kmousetool_off.png
|
||||
share/icons/hicolor/16x16/actions/kmousetool_on.png
|
||||
share/icons/hicolor/16x16/actions/male.png
|
||||
share/icons/hicolor/16x16/actions/nospeak.png
|
||||
share/icons/hicolor/16x16/actions/speak.png
|
||||
share/icons/hicolor/16x16/actions/window.png
|
||||
share/icons/hicolor/16x16/apps/kmag.png
|
||||
share/icons/hicolor/16x16/apps/kmousetool.png
|
||||
share/icons/hicolor/16x16/apps/kmouth.png
|
||||
share/icons/hicolor/22x22/actions/nospeak.png
|
||||
share/icons/hicolor/22x22/actions/speak.png
|
||||
share/icons/hicolor/22x22/apps/kmouth.png
|
||||
share/icons/hicolor/32x32/actions/kmousetool_off.png
|
||||
share/icons/hicolor/32x32/actions/kmousetool_on.png
|
||||
share/icons/hicolor/32x32/actions/nospeak.png
|
||||
share/icons/hicolor/32x32/actions/speak.png
|
||||
share/icons/hicolor/32x32/apps/kmag.png
|
||||
share/icons/hicolor/32x32/apps/kmousetool.png
|
||||
share/icons/hicolor/32x32/apps/kmouth.png
|
||||
share/icons/hicolor/48x48/actions/nospeak.png
|
||||
share/icons/hicolor/48x48/actions/speak.png
|
||||
share/icons/hicolor/48x48/apps/kmouth.png
|
||||
share/icons/mono/128x128/animations/process-idle.png
|
||||
share/icons/mono/128x128/animations/process-working.png
|
||||
@ -2189,23 +2129,6 @@ share/icons/mono/scalable/status/user-online.svgz
|
||||
share/icons/mono/scalable/status/user-trash-full.svgz
|
||||
share/icons/mono/scalable/status/wallet-closed.svgz
|
||||
share/icons/mono/scalable/status/wallet-open.svgz
|
||||
share/kde4/services/kcmkttsd.desktop
|
||||
share/kde4/services/kttsd.desktop
|
||||
share/kde4/services/kttsd_commandplugin.desktop
|
||||
share/kde4/services/kttsd_eposplugin.desktop
|
||||
share/kde4/services/kttsd_festivalintplugin.desktop
|
||||
share/kde4/services/kttsd_fliteplugin.desktop
|
||||
share/kde4/services/kttsd_freettsplugin.desktop
|
||||
share/kde4/services/kttsd_hadifixplugin.desktop
|
||||
share/kde4/services/kttsd_phononplugin.desktop
|
||||
share/kde4/services/kttsd_sbdplugin.desktop
|
||||
share/kde4/services/kttsd_stringreplacerplugin.desktop
|
||||
share/kde4/services/kttsd_talkerchooserplugin.desktop
|
||||
share/kde4/services/kttsd_xmltransformerplugin.desktop
|
||||
share/kde4/services/kttsjobmgr.desktop
|
||||
share/kde4/servicetypes/kttsd_audioplugin.desktop
|
||||
share/kde4/servicetypes/kttsd_filterplugin.desktop
|
||||
share/kde4/servicetypes/kttsd_synthplugin.desktop
|
||||
@dirrm share/icons/mono/scalable/status
|
||||
@dirrm share/icons/mono/scalable/places
|
||||
@dirrm share/icons/mono/scalable/mimetypes
|
||||
@ -2229,20 +2152,9 @@ share/kde4/servicetypes/kttsd_synthplugin.desktop
|
||||
@dirrm share/icons/mono/128x128/animations
|
||||
@dirrm share/icons/mono/128x128
|
||||
@dirrm share/icons/mono
|
||||
@dirrm share/doc/HTML/en/kttsd
|
||||
@dirrm share/doc/HTML/en/kmouth
|
||||
@dirrm share/doc/HTML/en/kmousetool
|
||||
@dirrm share/doc/HTML/en/kmag
|
||||
@dirrm share/apps/kttsd/xslt
|
||||
@dirrm share/apps/kttsd/xmltransformer
|
||||
@dirrm share/apps/kttsd/talkerchooser
|
||||
@dirrm share/apps/kttsd/stringreplacer
|
||||
@dirrm share/apps/kttsd/sbd
|
||||
@dirrm share/apps/kttsd/hadifix/xslt
|
||||
@dirrm share/apps/kttsd/hadifix
|
||||
@dirrm share/apps/kttsd/festivalint/xslt
|
||||
@dirrm share/apps/kttsd/festivalint
|
||||
@dirrm share/apps/kttsd
|
||||
@dirrm share/apps/kmouth/icons/hicolor/48x48/actions
|
||||
@dirrm share/apps/kmouth/icons/hicolor/48x48
|
||||
@dirrm share/apps/kmouth/icons/hicolor/32x32/actions
|
||||
|
@ -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
|
||||
@ -22,13 +21,24 @@ USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
||||
KDE4_BUILDENV= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF
|
||||
|
||||
MAN1= kmag.1 \
|
||||
kmousetool.1 \
|
||||
kmouth.1
|
||||
|
||||
OPTIONS= KTTS "Enable KTTS speech service" off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_KTTS)
|
||||
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kttsd:${PORTSDIR}/accessibility/ktts
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*kttsd/d' \
|
||||
${PATCH_WRKSRC}/CMakeLists.txt
|
||||
${REINPLACE_CMD} -e '/add_subdirectory.*kttsd/d' \
|
||||
${PATCH_WRKSRC}/doc/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdeaccessibility-4.3.5.tar.bz2) = 043eed522a3d88c4b730aa491834445a
|
||||
SHA256 (KDE/kdeaccessibility-4.3.5.tar.bz2) = 96bf5eb6f25aaf38e82b6d2f12b07970bd8d6afd7a67b262002d50dded4b0802
|
||||
SIZE (KDE/kdeaccessibility-4.3.5.tar.bz2) = 5835131
|
||||
MD5 (KDE/kdeaccessibility-4.4.3.tar.bz2) = f225cc7bc12f585a64f755764931a23e
|
||||
SHA256 (KDE/kdeaccessibility-4.4.3.tar.bz2) = b5f8c20e7ee39f3da76f699d4e49dba2e3607e0aaa068579bf8a4d43dd023bc8
|
||||
SIZE (KDE/kdeaccessibility-4.4.3.tar.bz2) = 5585520
|
||||
|
@ -1,28 +1,9 @@
|
||||
bin/kmag
|
||||
bin/kmousetool
|
||||
bin/kmouth
|
||||
bin/kttsd
|
||||
bin/kttsmgr
|
||||
lib/kde4/kcm_kttsd.so
|
||||
lib/kde4/libkttsd_commandplugin.so
|
||||
lib/kde4/libkttsd_eposplugin.so
|
||||
lib/kde4/libkttsd_festivalintplugin.so
|
||||
lib/kde4/libkttsd_fliteplugin.so
|
||||
lib/kde4/libkttsd_freettsplugin.so
|
||||
lib/kde4/libkttsd_hadifixplugin.so
|
||||
lib/kde4/libkttsd_phononplugin.so
|
||||
lib/kde4/libkttsd_sbdplugin.so
|
||||
lib/kde4/libkttsd_stringreplacerplugin.so
|
||||
lib/kde4/libkttsd_talkerchooserplugin.so
|
||||
lib/kde4/libkttsd_xmltransformerplugin.so
|
||||
lib/kde4/libkttsjobmgrpart.so
|
||||
lib/libkttsd.so
|
||||
lib/libkttsd.so.5
|
||||
lib/libkttsd.so.5.0.1
|
||||
share/applications/kde4/kmag.desktop
|
||||
share/applications/kde4/kmousetool.desktop
|
||||
share/applications/kde4/kmouth.desktop
|
||||
share/applications/kde4/kttsmgr.desktop
|
||||
share/apps/color-schemes/Zion.colors
|
||||
share/apps/color-schemes/ZionReversed.colors
|
||||
share/apps/kmag/kmagui.rc
|
||||
@ -84,26 +65,6 @@ share/apps/kmouth/icons/hicolor/32x32/actions/speak.png
|
||||
share/apps/kmouth/icons/hicolor/48x48/actions/speak.png
|
||||
share/apps/kmouth/kmouthui.rc
|
||||
share/apps/kmouth/phrasebookdialogui.rc
|
||||
share/apps/kttsd/festivalint/sabletowave.scm
|
||||
share/apps/kttsd/festivalint/voices
|
||||
share/apps/kttsd/festivalint/xslt/SSMLtoSable.xsl
|
||||
share/apps/kttsd/hadifix/xslt/SSMLtoTxt2pho.xsl
|
||||
share/apps/kttsd/kcmkttsd_testmessage.desktop
|
||||
share/apps/kttsd/sbd/polish_festival_sbdrc
|
||||
share/apps/kttsd/sbd/standard_sbdrc
|
||||
share/apps/kttsd/stringreplacer/abbreviations.xml
|
||||
share/apps/kttsd/stringreplacer/chat-de.xml
|
||||
share/apps/kttsd/stringreplacer/chat.xml
|
||||
share/apps/kttsd/stringreplacer/emoticons.xml
|
||||
share/apps/kttsd/stringreplacer/festival_unspeakable_chars.xml
|
||||
share/apps/kttsd/stringreplacer/kmail.xml
|
||||
share/apps/kttsd/stringreplacer/polish_festival_fixes.xml
|
||||
share/apps/kttsd/stringreplacer/polish_festival_unspeakables.xml
|
||||
share/apps/kttsd/stringreplacer/qt2plaintext.xml
|
||||
share/apps/kttsd/talkerchooser/female_notifications_rc
|
||||
share/apps/kttsd/xmltransformer/xhtml2ssml.xsl
|
||||
share/apps/kttsd/xmltransformer/xhtml2ssml_simple.xsl
|
||||
share/apps/kttsd/xslt/SSMLtoPlainText.xsl
|
||||
share/config/kmouthrc
|
||||
share/doc/HTML/en/kmag/common
|
||||
share/doc/HTML/en/kmag/index.cache.bz2
|
||||
@ -124,41 +85,20 @@ share/doc/HTML/en/kmouth/kmouthedit.png
|
||||
share/doc/HTML/en/kmouth/kmouthmain.png
|
||||
share/doc/HTML/en/kmouth/kmouthwizard.png
|
||||
share/doc/HTML/en/kmouth/man-kmouth.1.docbook
|
||||
share/doc/HTML/en/kttsd/addtalker.png
|
||||
share/doc/HTML/en/kttsd/common
|
||||
share/doc/HTML/en/kttsd/filters.png
|
||||
share/doc/HTML/en/kttsd/general.png
|
||||
share/doc/HTML/en/kttsd/index.cache.bz2
|
||||
share/doc/HTML/en/kttsd/index.docbook
|
||||
share/doc/HTML/en/kttsd/jobs.png
|
||||
share/doc/HTML/en/kttsd/stringreplacer.png
|
||||
share/doc/HTML/en/kttsd/talkerchooser.png
|
||||
share/doc/HTML/en/kttsd/talkers.png
|
||||
share/doc/HTML/en/kttsd/xmltransformer.png
|
||||
share/icons/hicolor/16x16/actions/female.png
|
||||
share/icons/hicolor/16x16/actions/followmouse.png
|
||||
share/icons/hicolor/16x16/actions/hidemouse.png
|
||||
share/icons/hicolor/16x16/actions/kmousetool_off.png
|
||||
share/icons/hicolor/16x16/actions/kmousetool_on.png
|
||||
share/icons/hicolor/16x16/actions/male.png
|
||||
share/icons/hicolor/16x16/actions/nospeak.png
|
||||
share/icons/hicolor/16x16/actions/speak.png
|
||||
share/icons/hicolor/16x16/actions/window.png
|
||||
share/icons/hicolor/16x16/apps/kmag.png
|
||||
share/icons/hicolor/16x16/apps/kmousetool.png
|
||||
share/icons/hicolor/16x16/apps/kmouth.png
|
||||
share/icons/hicolor/22x22/actions/nospeak.png
|
||||
share/icons/hicolor/22x22/actions/speak.png
|
||||
share/icons/hicolor/22x22/apps/kmouth.png
|
||||
share/icons/hicolor/32x32/actions/kmousetool_off.png
|
||||
share/icons/hicolor/32x32/actions/kmousetool_on.png
|
||||
share/icons/hicolor/32x32/actions/nospeak.png
|
||||
share/icons/hicolor/32x32/actions/speak.png
|
||||
share/icons/hicolor/32x32/apps/kmag.png
|
||||
share/icons/hicolor/32x32/apps/kmousetool.png
|
||||
share/icons/hicolor/32x32/apps/kmouth.png
|
||||
share/icons/hicolor/48x48/actions/nospeak.png
|
||||
share/icons/hicolor/48x48/actions/speak.png
|
||||
share/icons/hicolor/48x48/apps/kmouth.png
|
||||
share/icons/mono/128x128/animations/process-idle.png
|
||||
share/icons/mono/128x128/animations/process-working.png
|
||||
@ -2189,23 +2129,6 @@ share/icons/mono/scalable/status/user-online.svgz
|
||||
share/icons/mono/scalable/status/user-trash-full.svgz
|
||||
share/icons/mono/scalable/status/wallet-closed.svgz
|
||||
share/icons/mono/scalable/status/wallet-open.svgz
|
||||
share/kde4/services/kcmkttsd.desktop
|
||||
share/kde4/services/kttsd.desktop
|
||||
share/kde4/services/kttsd_commandplugin.desktop
|
||||
share/kde4/services/kttsd_eposplugin.desktop
|
||||
share/kde4/services/kttsd_festivalintplugin.desktop
|
||||
share/kde4/services/kttsd_fliteplugin.desktop
|
||||
share/kde4/services/kttsd_freettsplugin.desktop
|
||||
share/kde4/services/kttsd_hadifixplugin.desktop
|
||||
share/kde4/services/kttsd_phononplugin.desktop
|
||||
share/kde4/services/kttsd_sbdplugin.desktop
|
||||
share/kde4/services/kttsd_stringreplacerplugin.desktop
|
||||
share/kde4/services/kttsd_talkerchooserplugin.desktop
|
||||
share/kde4/services/kttsd_xmltransformerplugin.desktop
|
||||
share/kde4/services/kttsjobmgr.desktop
|
||||
share/kde4/servicetypes/kttsd_audioplugin.desktop
|
||||
share/kde4/servicetypes/kttsd_filterplugin.desktop
|
||||
share/kde4/servicetypes/kttsd_synthplugin.desktop
|
||||
@dirrm share/icons/mono/scalable/status
|
||||
@dirrm share/icons/mono/scalable/places
|
||||
@dirrm share/icons/mono/scalable/mimetypes
|
||||
@ -2229,20 +2152,9 @@ share/kde4/servicetypes/kttsd_synthplugin.desktop
|
||||
@dirrm share/icons/mono/128x128/animations
|
||||
@dirrm share/icons/mono/128x128
|
||||
@dirrm share/icons/mono
|
||||
@dirrm share/doc/HTML/en/kttsd
|
||||
@dirrm share/doc/HTML/en/kmouth
|
||||
@dirrm share/doc/HTML/en/kmousetool
|
||||
@dirrm share/doc/HTML/en/kmag
|
||||
@dirrm share/apps/kttsd/xslt
|
||||
@dirrm share/apps/kttsd/xmltransformer
|
||||
@dirrm share/apps/kttsd/talkerchooser
|
||||
@dirrm share/apps/kttsd/stringreplacer
|
||||
@dirrm share/apps/kttsd/sbd
|
||||
@dirrm share/apps/kttsd/hadifix/xslt
|
||||
@dirrm share/apps/kttsd/hadifix
|
||||
@dirrm share/apps/kttsd/festivalint/xslt
|
||||
@dirrm share/apps/kttsd/festivalint
|
||||
@dirrm share/apps/kttsd
|
||||
@dirrm share/apps/kmouth/icons/hicolor/48x48/actions
|
||||
@dirrm share/apps/kmouth/icons/hicolor/48x48
|
||||
@dirrm share/apps/kmouth/icons/hicolor/32x32/actions
|
||||
|
@ -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
|
||||
@ -22,13 +21,24 @@ USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
||||
KDE4_BUILDENV= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF
|
||||
|
||||
MAN1= kmag.1 \
|
||||
kmousetool.1 \
|
||||
kmouth.1
|
||||
|
||||
OPTIONS= KTTS "Enable KTTS speech service" off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_KTTS)
|
||||
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kttsd:${PORTSDIR}/accessibility/ktts
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*kttsd/d' \
|
||||
${PATCH_WRKSRC}/CMakeLists.txt
|
||||
${REINPLACE_CMD} -e '/add_subdirectory.*kttsd/d' \
|
||||
${PATCH_WRKSRC}/doc/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdeaccessibility-4.3.5.tar.bz2) = 043eed522a3d88c4b730aa491834445a
|
||||
SHA256 (KDE/kdeaccessibility-4.3.5.tar.bz2) = 96bf5eb6f25aaf38e82b6d2f12b07970bd8d6afd7a67b262002d50dded4b0802
|
||||
SIZE (KDE/kdeaccessibility-4.3.5.tar.bz2) = 5835131
|
||||
MD5 (KDE/kdeaccessibility-4.4.3.tar.bz2) = f225cc7bc12f585a64f755764931a23e
|
||||
SHA256 (KDE/kdeaccessibility-4.4.3.tar.bz2) = b5f8c20e7ee39f3da76f699d4e49dba2e3607e0aaa068579bf8a4d43dd023bc8
|
||||
SIZE (KDE/kdeaccessibility-4.4.3.tar.bz2) = 5585520
|
||||
|
@ -1,28 +1,9 @@
|
||||
bin/kmag
|
||||
bin/kmousetool
|
||||
bin/kmouth
|
||||
bin/kttsd
|
||||
bin/kttsmgr
|
||||
lib/kde4/kcm_kttsd.so
|
||||
lib/kde4/libkttsd_commandplugin.so
|
||||
lib/kde4/libkttsd_eposplugin.so
|
||||
lib/kde4/libkttsd_festivalintplugin.so
|
||||
lib/kde4/libkttsd_fliteplugin.so
|
||||
lib/kde4/libkttsd_freettsplugin.so
|
||||
lib/kde4/libkttsd_hadifixplugin.so
|
||||
lib/kde4/libkttsd_phononplugin.so
|
||||
lib/kde4/libkttsd_sbdplugin.so
|
||||
lib/kde4/libkttsd_stringreplacerplugin.so
|
||||
lib/kde4/libkttsd_talkerchooserplugin.so
|
||||
lib/kde4/libkttsd_xmltransformerplugin.so
|
||||
lib/kde4/libkttsjobmgrpart.so
|
||||
lib/libkttsd.so
|
||||
lib/libkttsd.so.5
|
||||
lib/libkttsd.so.5.0.1
|
||||
share/applications/kde4/kmag.desktop
|
||||
share/applications/kde4/kmousetool.desktop
|
||||
share/applications/kde4/kmouth.desktop
|
||||
share/applications/kde4/kttsmgr.desktop
|
||||
share/apps/color-schemes/Zion.colors
|
||||
share/apps/color-schemes/ZionReversed.colors
|
||||
share/apps/kmag/kmagui.rc
|
||||
@ -84,26 +65,6 @@ share/apps/kmouth/icons/hicolor/32x32/actions/speak.png
|
||||
share/apps/kmouth/icons/hicolor/48x48/actions/speak.png
|
||||
share/apps/kmouth/kmouthui.rc
|
||||
share/apps/kmouth/phrasebookdialogui.rc
|
||||
share/apps/kttsd/festivalint/sabletowave.scm
|
||||
share/apps/kttsd/festivalint/voices
|
||||
share/apps/kttsd/festivalint/xslt/SSMLtoSable.xsl
|
||||
share/apps/kttsd/hadifix/xslt/SSMLtoTxt2pho.xsl
|
||||
share/apps/kttsd/kcmkttsd_testmessage.desktop
|
||||
share/apps/kttsd/sbd/polish_festival_sbdrc
|
||||
share/apps/kttsd/sbd/standard_sbdrc
|
||||
share/apps/kttsd/stringreplacer/abbreviations.xml
|
||||
share/apps/kttsd/stringreplacer/chat-de.xml
|
||||
share/apps/kttsd/stringreplacer/chat.xml
|
||||
share/apps/kttsd/stringreplacer/emoticons.xml
|
||||
share/apps/kttsd/stringreplacer/festival_unspeakable_chars.xml
|
||||
share/apps/kttsd/stringreplacer/kmail.xml
|
||||
share/apps/kttsd/stringreplacer/polish_festival_fixes.xml
|
||||
share/apps/kttsd/stringreplacer/polish_festival_unspeakables.xml
|
||||
share/apps/kttsd/stringreplacer/qt2plaintext.xml
|
||||
share/apps/kttsd/talkerchooser/female_notifications_rc
|
||||
share/apps/kttsd/xmltransformer/xhtml2ssml.xsl
|
||||
share/apps/kttsd/xmltransformer/xhtml2ssml_simple.xsl
|
||||
share/apps/kttsd/xslt/SSMLtoPlainText.xsl
|
||||
share/config/kmouthrc
|
||||
share/doc/HTML/en/kmag/common
|
||||
share/doc/HTML/en/kmag/index.cache.bz2
|
||||
@ -124,41 +85,20 @@ share/doc/HTML/en/kmouth/kmouthedit.png
|
||||
share/doc/HTML/en/kmouth/kmouthmain.png
|
||||
share/doc/HTML/en/kmouth/kmouthwizard.png
|
||||
share/doc/HTML/en/kmouth/man-kmouth.1.docbook
|
||||
share/doc/HTML/en/kttsd/addtalker.png
|
||||
share/doc/HTML/en/kttsd/common
|
||||
share/doc/HTML/en/kttsd/filters.png
|
||||
share/doc/HTML/en/kttsd/general.png
|
||||
share/doc/HTML/en/kttsd/index.cache.bz2
|
||||
share/doc/HTML/en/kttsd/index.docbook
|
||||
share/doc/HTML/en/kttsd/jobs.png
|
||||
share/doc/HTML/en/kttsd/stringreplacer.png
|
||||
share/doc/HTML/en/kttsd/talkerchooser.png
|
||||
share/doc/HTML/en/kttsd/talkers.png
|
||||
share/doc/HTML/en/kttsd/xmltransformer.png
|
||||
share/icons/hicolor/16x16/actions/female.png
|
||||
share/icons/hicolor/16x16/actions/followmouse.png
|
||||
share/icons/hicolor/16x16/actions/hidemouse.png
|
||||
share/icons/hicolor/16x16/actions/kmousetool_off.png
|
||||
share/icons/hicolor/16x16/actions/kmousetool_on.png
|
||||
share/icons/hicolor/16x16/actions/male.png
|
||||
share/icons/hicolor/16x16/actions/nospeak.png
|
||||
share/icons/hicolor/16x16/actions/speak.png
|
||||
share/icons/hicolor/16x16/actions/window.png
|
||||
share/icons/hicolor/16x16/apps/kmag.png
|
||||
share/icons/hicolor/16x16/apps/kmousetool.png
|
||||
share/icons/hicolor/16x16/apps/kmouth.png
|
||||
share/icons/hicolor/22x22/actions/nospeak.png
|
||||
share/icons/hicolor/22x22/actions/speak.png
|
||||
share/icons/hicolor/22x22/apps/kmouth.png
|
||||
share/icons/hicolor/32x32/actions/kmousetool_off.png
|
||||
share/icons/hicolor/32x32/actions/kmousetool_on.png
|
||||
share/icons/hicolor/32x32/actions/nospeak.png
|
||||
share/icons/hicolor/32x32/actions/speak.png
|
||||
share/icons/hicolor/32x32/apps/kmag.png
|
||||
share/icons/hicolor/32x32/apps/kmousetool.png
|
||||
share/icons/hicolor/32x32/apps/kmouth.png
|
||||
share/icons/hicolor/48x48/actions/nospeak.png
|
||||
share/icons/hicolor/48x48/actions/speak.png
|
||||
share/icons/hicolor/48x48/apps/kmouth.png
|
||||
share/icons/mono/128x128/animations/process-idle.png
|
||||
share/icons/mono/128x128/animations/process-working.png
|
||||
@ -2189,23 +2129,6 @@ share/icons/mono/scalable/status/user-online.svgz
|
||||
share/icons/mono/scalable/status/user-trash-full.svgz
|
||||
share/icons/mono/scalable/status/wallet-closed.svgz
|
||||
share/icons/mono/scalable/status/wallet-open.svgz
|
||||
share/kde4/services/kcmkttsd.desktop
|
||||
share/kde4/services/kttsd.desktop
|
||||
share/kde4/services/kttsd_commandplugin.desktop
|
||||
share/kde4/services/kttsd_eposplugin.desktop
|
||||
share/kde4/services/kttsd_festivalintplugin.desktop
|
||||
share/kde4/services/kttsd_fliteplugin.desktop
|
||||
share/kde4/services/kttsd_freettsplugin.desktop
|
||||
share/kde4/services/kttsd_hadifixplugin.desktop
|
||||
share/kde4/services/kttsd_phononplugin.desktop
|
||||
share/kde4/services/kttsd_sbdplugin.desktop
|
||||
share/kde4/services/kttsd_stringreplacerplugin.desktop
|
||||
share/kde4/services/kttsd_talkerchooserplugin.desktop
|
||||
share/kde4/services/kttsd_xmltransformerplugin.desktop
|
||||
share/kde4/services/kttsjobmgr.desktop
|
||||
share/kde4/servicetypes/kttsd_audioplugin.desktop
|
||||
share/kde4/servicetypes/kttsd_filterplugin.desktop
|
||||
share/kde4/servicetypes/kttsd_synthplugin.desktop
|
||||
@dirrm share/icons/mono/scalable/status
|
||||
@dirrm share/icons/mono/scalable/places
|
||||
@dirrm share/icons/mono/scalable/mimetypes
|
||||
@ -2229,20 +2152,9 @@ share/kde4/servicetypes/kttsd_synthplugin.desktop
|
||||
@dirrm share/icons/mono/128x128/animations
|
||||
@dirrm share/icons/mono/128x128
|
||||
@dirrm share/icons/mono
|
||||
@dirrm share/doc/HTML/en/kttsd
|
||||
@dirrm share/doc/HTML/en/kmouth
|
||||
@dirrm share/doc/HTML/en/kmousetool
|
||||
@dirrm share/doc/HTML/en/kmag
|
||||
@dirrm share/apps/kttsd/xslt
|
||||
@dirrm share/apps/kttsd/xmltransformer
|
||||
@dirrm share/apps/kttsd/talkerchooser
|
||||
@dirrm share/apps/kttsd/stringreplacer
|
||||
@dirrm share/apps/kttsd/sbd
|
||||
@dirrm share/apps/kttsd/hadifix/xslt
|
||||
@dirrm share/apps/kttsd/hadifix
|
||||
@dirrm share/apps/kttsd/festivalint/xslt
|
||||
@dirrm share/apps/kttsd/festivalint
|
||||
@dirrm share/apps/kttsd
|
||||
@dirrm share/apps/kmouth/icons/hicolor/48x48/actions
|
||||
@dirrm share/apps/kmouth/icons/hicolor/48x48
|
||||
@dirrm share/apps/kmouth/icons/hicolor/32x32/actions
|
||||
|
@ -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
|
||||
@ -22,13 +21,24 @@ USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
||||
KDE4_BUILDENV= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF
|
||||
|
||||
MAN1= kmag.1 \
|
||||
kmousetool.1 \
|
||||
kmouth.1
|
||||
|
||||
OPTIONS= KTTS "Enable KTTS speech service" off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_KTTS)
|
||||
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kttsd:${PORTSDIR}/accessibility/ktts
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*kttsd/d' \
|
||||
${PATCH_WRKSRC}/CMakeLists.txt
|
||||
${REINPLACE_CMD} -e '/add_subdirectory.*kttsd/d' \
|
||||
${PATCH_WRKSRC}/doc/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdeaccessibility-4.3.5.tar.bz2) = 043eed522a3d88c4b730aa491834445a
|
||||
SHA256 (KDE/kdeaccessibility-4.3.5.tar.bz2) = 96bf5eb6f25aaf38e82b6d2f12b07970bd8d6afd7a67b262002d50dded4b0802
|
||||
SIZE (KDE/kdeaccessibility-4.3.5.tar.bz2) = 5835131
|
||||
MD5 (KDE/kdeaccessibility-4.4.3.tar.bz2) = f225cc7bc12f585a64f755764931a23e
|
||||
SHA256 (KDE/kdeaccessibility-4.4.3.tar.bz2) = b5f8c20e7ee39f3da76f699d4e49dba2e3607e0aaa068579bf8a4d43dd023bc8
|
||||
SIZE (KDE/kdeaccessibility-4.4.3.tar.bz2) = 5585520
|
||||
|
@ -1,28 +1,9 @@
|
||||
bin/kmag
|
||||
bin/kmousetool
|
||||
bin/kmouth
|
||||
bin/kttsd
|
||||
bin/kttsmgr
|
||||
lib/kde4/kcm_kttsd.so
|
||||
lib/kde4/libkttsd_commandplugin.so
|
||||
lib/kde4/libkttsd_eposplugin.so
|
||||
lib/kde4/libkttsd_festivalintplugin.so
|
||||
lib/kde4/libkttsd_fliteplugin.so
|
||||
lib/kde4/libkttsd_freettsplugin.so
|
||||
lib/kde4/libkttsd_hadifixplugin.so
|
||||
lib/kde4/libkttsd_phononplugin.so
|
||||
lib/kde4/libkttsd_sbdplugin.so
|
||||
lib/kde4/libkttsd_stringreplacerplugin.so
|
||||
lib/kde4/libkttsd_talkerchooserplugin.so
|
||||
lib/kde4/libkttsd_xmltransformerplugin.so
|
||||
lib/kde4/libkttsjobmgrpart.so
|
||||
lib/libkttsd.so
|
||||
lib/libkttsd.so.5
|
||||
lib/libkttsd.so.5.0.1
|
||||
share/applications/kde4/kmag.desktop
|
||||
share/applications/kde4/kmousetool.desktop
|
||||
share/applications/kde4/kmouth.desktop
|
||||
share/applications/kde4/kttsmgr.desktop
|
||||
share/apps/color-schemes/Zion.colors
|
||||
share/apps/color-schemes/ZionReversed.colors
|
||||
share/apps/kmag/kmagui.rc
|
||||
@ -84,26 +65,6 @@ share/apps/kmouth/icons/hicolor/32x32/actions/speak.png
|
||||
share/apps/kmouth/icons/hicolor/48x48/actions/speak.png
|
||||
share/apps/kmouth/kmouthui.rc
|
||||
share/apps/kmouth/phrasebookdialogui.rc
|
||||
share/apps/kttsd/festivalint/sabletowave.scm
|
||||
share/apps/kttsd/festivalint/voices
|
||||
share/apps/kttsd/festivalint/xslt/SSMLtoSable.xsl
|
||||
share/apps/kttsd/hadifix/xslt/SSMLtoTxt2pho.xsl
|
||||
share/apps/kttsd/kcmkttsd_testmessage.desktop
|
||||
share/apps/kttsd/sbd/polish_festival_sbdrc
|
||||
share/apps/kttsd/sbd/standard_sbdrc
|
||||
share/apps/kttsd/stringreplacer/abbreviations.xml
|
||||
share/apps/kttsd/stringreplacer/chat-de.xml
|
||||
share/apps/kttsd/stringreplacer/chat.xml
|
||||
share/apps/kttsd/stringreplacer/emoticons.xml
|
||||
share/apps/kttsd/stringreplacer/festival_unspeakable_chars.xml
|
||||
share/apps/kttsd/stringreplacer/kmail.xml
|
||||
share/apps/kttsd/stringreplacer/polish_festival_fixes.xml
|
||||
share/apps/kttsd/stringreplacer/polish_festival_unspeakables.xml
|
||||
share/apps/kttsd/stringreplacer/qt2plaintext.xml
|
||||
share/apps/kttsd/talkerchooser/female_notifications_rc
|
||||
share/apps/kttsd/xmltransformer/xhtml2ssml.xsl
|
||||
share/apps/kttsd/xmltransformer/xhtml2ssml_simple.xsl
|
||||
share/apps/kttsd/xslt/SSMLtoPlainText.xsl
|
||||
share/config/kmouthrc
|
||||
share/doc/HTML/en/kmag/common
|
||||
share/doc/HTML/en/kmag/index.cache.bz2
|
||||
@ -124,41 +85,20 @@ share/doc/HTML/en/kmouth/kmouthedit.png
|
||||
share/doc/HTML/en/kmouth/kmouthmain.png
|
||||
share/doc/HTML/en/kmouth/kmouthwizard.png
|
||||
share/doc/HTML/en/kmouth/man-kmouth.1.docbook
|
||||
share/doc/HTML/en/kttsd/addtalker.png
|
||||
share/doc/HTML/en/kttsd/common
|
||||
share/doc/HTML/en/kttsd/filters.png
|
||||
share/doc/HTML/en/kttsd/general.png
|
||||
share/doc/HTML/en/kttsd/index.cache.bz2
|
||||
share/doc/HTML/en/kttsd/index.docbook
|
||||
share/doc/HTML/en/kttsd/jobs.png
|
||||
share/doc/HTML/en/kttsd/stringreplacer.png
|
||||
share/doc/HTML/en/kttsd/talkerchooser.png
|
||||
share/doc/HTML/en/kttsd/talkers.png
|
||||
share/doc/HTML/en/kttsd/xmltransformer.png
|
||||
share/icons/hicolor/16x16/actions/female.png
|
||||
share/icons/hicolor/16x16/actions/followmouse.png
|
||||
share/icons/hicolor/16x16/actions/hidemouse.png
|
||||
share/icons/hicolor/16x16/actions/kmousetool_off.png
|
||||
share/icons/hicolor/16x16/actions/kmousetool_on.png
|
||||
share/icons/hicolor/16x16/actions/male.png
|
||||
share/icons/hicolor/16x16/actions/nospeak.png
|
||||
share/icons/hicolor/16x16/actions/speak.png
|
||||
share/icons/hicolor/16x16/actions/window.png
|
||||
share/icons/hicolor/16x16/apps/kmag.png
|
||||
share/icons/hicolor/16x16/apps/kmousetool.png
|
||||
share/icons/hicolor/16x16/apps/kmouth.png
|
||||
share/icons/hicolor/22x22/actions/nospeak.png
|
||||
share/icons/hicolor/22x22/actions/speak.png
|
||||
share/icons/hicolor/22x22/apps/kmouth.png
|
||||
share/icons/hicolor/32x32/actions/kmousetool_off.png
|
||||
share/icons/hicolor/32x32/actions/kmousetool_on.png
|
||||
share/icons/hicolor/32x32/actions/nospeak.png
|
||||
share/icons/hicolor/32x32/actions/speak.png
|
||||
share/icons/hicolor/32x32/apps/kmag.png
|
||||
share/icons/hicolor/32x32/apps/kmousetool.png
|
||||
share/icons/hicolor/32x32/apps/kmouth.png
|
||||
share/icons/hicolor/48x48/actions/nospeak.png
|
||||
share/icons/hicolor/48x48/actions/speak.png
|
||||
share/icons/hicolor/48x48/apps/kmouth.png
|
||||
share/icons/mono/128x128/animations/process-idle.png
|
||||
share/icons/mono/128x128/animations/process-working.png
|
||||
@ -2189,23 +2129,6 @@ share/icons/mono/scalable/status/user-online.svgz
|
||||
share/icons/mono/scalable/status/user-trash-full.svgz
|
||||
share/icons/mono/scalable/status/wallet-closed.svgz
|
||||
share/icons/mono/scalable/status/wallet-open.svgz
|
||||
share/kde4/services/kcmkttsd.desktop
|
||||
share/kde4/services/kttsd.desktop
|
||||
share/kde4/services/kttsd_commandplugin.desktop
|
||||
share/kde4/services/kttsd_eposplugin.desktop
|
||||
share/kde4/services/kttsd_festivalintplugin.desktop
|
||||
share/kde4/services/kttsd_fliteplugin.desktop
|
||||
share/kde4/services/kttsd_freettsplugin.desktop
|
||||
share/kde4/services/kttsd_hadifixplugin.desktop
|
||||
share/kde4/services/kttsd_phononplugin.desktop
|
||||
share/kde4/services/kttsd_sbdplugin.desktop
|
||||
share/kde4/services/kttsd_stringreplacerplugin.desktop
|
||||
share/kde4/services/kttsd_talkerchooserplugin.desktop
|
||||
share/kde4/services/kttsd_xmltransformerplugin.desktop
|
||||
share/kde4/services/kttsjobmgr.desktop
|
||||
share/kde4/servicetypes/kttsd_audioplugin.desktop
|
||||
share/kde4/servicetypes/kttsd_filterplugin.desktop
|
||||
share/kde4/servicetypes/kttsd_synthplugin.desktop
|
||||
@dirrm share/icons/mono/scalable/status
|
||||
@dirrm share/icons/mono/scalable/places
|
||||
@dirrm share/icons/mono/scalable/mimetypes
|
||||
@ -2229,20 +2152,9 @@ share/kde4/servicetypes/kttsd_synthplugin.desktop
|
||||
@dirrm share/icons/mono/128x128/animations
|
||||
@dirrm share/icons/mono/128x128
|
||||
@dirrm share/icons/mono
|
||||
@dirrm share/doc/HTML/en/kttsd
|
||||
@dirrm share/doc/HTML/en/kmouth
|
||||
@dirrm share/doc/HTML/en/kmousetool
|
||||
@dirrm share/doc/HTML/en/kmag
|
||||
@dirrm share/apps/kttsd/xslt
|
||||
@dirrm share/apps/kttsd/xmltransformer
|
||||
@dirrm share/apps/kttsd/talkerchooser
|
||||
@dirrm share/apps/kttsd/stringreplacer
|
||||
@dirrm share/apps/kttsd/sbd
|
||||
@dirrm share/apps/kttsd/hadifix/xslt
|
||||
@dirrm share/apps/kttsd/hadifix
|
||||
@dirrm share/apps/kttsd/festivalint/xslt
|
||||
@dirrm share/apps/kttsd/festivalint
|
||||
@dirrm share/apps/kttsd
|
||||
@dirrm share/apps/kmouth/icons/hicolor/48x48/actions
|
||||
@dirrm share/apps/kmouth/icons/hicolor/48x48
|
||||
@dirrm share/apps/kmouth/icons/hicolor/32x32/actions
|
||||
|
@ -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
|
||||
@ -22,13 +21,24 @@ USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
||||
KDE4_BUILDENV= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF
|
||||
|
||||
MAN1= kmag.1 \
|
||||
kmousetool.1 \
|
||||
kmouth.1
|
||||
|
||||
OPTIONS= KTTS "Enable KTTS speech service" off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_KTTS)
|
||||
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kttsd:${PORTSDIR}/accessibility/ktts
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*kttsd/d' \
|
||||
${PATCH_WRKSRC}/CMakeLists.txt
|
||||
${REINPLACE_CMD} -e '/add_subdirectory.*kttsd/d' \
|
||||
${PATCH_WRKSRC}/doc/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdeaccessibility-4.3.5.tar.bz2) = 043eed522a3d88c4b730aa491834445a
|
||||
SHA256 (KDE/kdeaccessibility-4.3.5.tar.bz2) = 96bf5eb6f25aaf38e82b6d2f12b07970bd8d6afd7a67b262002d50dded4b0802
|
||||
SIZE (KDE/kdeaccessibility-4.3.5.tar.bz2) = 5835131
|
||||
MD5 (KDE/kdeaccessibility-4.4.3.tar.bz2) = f225cc7bc12f585a64f755764931a23e
|
||||
SHA256 (KDE/kdeaccessibility-4.4.3.tar.bz2) = b5f8c20e7ee39f3da76f699d4e49dba2e3607e0aaa068579bf8a4d43dd023bc8
|
||||
SIZE (KDE/kdeaccessibility-4.4.3.tar.bz2) = 5585520
|
||||
|
@ -1,28 +1,9 @@
|
||||
bin/kmag
|
||||
bin/kmousetool
|
||||
bin/kmouth
|
||||
bin/kttsd
|
||||
bin/kttsmgr
|
||||
lib/kde4/kcm_kttsd.so
|
||||
lib/kde4/libkttsd_commandplugin.so
|
||||
lib/kde4/libkttsd_eposplugin.so
|
||||
lib/kde4/libkttsd_festivalintplugin.so
|
||||
lib/kde4/libkttsd_fliteplugin.so
|
||||
lib/kde4/libkttsd_freettsplugin.so
|
||||
lib/kde4/libkttsd_hadifixplugin.so
|
||||
lib/kde4/libkttsd_phononplugin.so
|
||||
lib/kde4/libkttsd_sbdplugin.so
|
||||
lib/kde4/libkttsd_stringreplacerplugin.so
|
||||
lib/kde4/libkttsd_talkerchooserplugin.so
|
||||
lib/kde4/libkttsd_xmltransformerplugin.so
|
||||
lib/kde4/libkttsjobmgrpart.so
|
||||
lib/libkttsd.so
|
||||
lib/libkttsd.so.5
|
||||
lib/libkttsd.so.5.0.1
|
||||
share/applications/kde4/kmag.desktop
|
||||
share/applications/kde4/kmousetool.desktop
|
||||
share/applications/kde4/kmouth.desktop
|
||||
share/applications/kde4/kttsmgr.desktop
|
||||
share/apps/color-schemes/Zion.colors
|
||||
share/apps/color-schemes/ZionReversed.colors
|
||||
share/apps/kmag/kmagui.rc
|
||||
@ -84,26 +65,6 @@ share/apps/kmouth/icons/hicolor/32x32/actions/speak.png
|
||||
share/apps/kmouth/icons/hicolor/48x48/actions/speak.png
|
||||
share/apps/kmouth/kmouthui.rc
|
||||
share/apps/kmouth/phrasebookdialogui.rc
|
||||
share/apps/kttsd/festivalint/sabletowave.scm
|
||||
share/apps/kttsd/festivalint/voices
|
||||
share/apps/kttsd/festivalint/xslt/SSMLtoSable.xsl
|
||||
share/apps/kttsd/hadifix/xslt/SSMLtoTxt2pho.xsl
|
||||
share/apps/kttsd/kcmkttsd_testmessage.desktop
|
||||
share/apps/kttsd/sbd/polish_festival_sbdrc
|
||||
share/apps/kttsd/sbd/standard_sbdrc
|
||||
share/apps/kttsd/stringreplacer/abbreviations.xml
|
||||
share/apps/kttsd/stringreplacer/chat-de.xml
|
||||
share/apps/kttsd/stringreplacer/chat.xml
|
||||
share/apps/kttsd/stringreplacer/emoticons.xml
|
||||
share/apps/kttsd/stringreplacer/festival_unspeakable_chars.xml
|
||||
share/apps/kttsd/stringreplacer/kmail.xml
|
||||
share/apps/kttsd/stringreplacer/polish_festival_fixes.xml
|
||||
share/apps/kttsd/stringreplacer/polish_festival_unspeakables.xml
|
||||
share/apps/kttsd/stringreplacer/qt2plaintext.xml
|
||||
share/apps/kttsd/talkerchooser/female_notifications_rc
|
||||
share/apps/kttsd/xmltransformer/xhtml2ssml.xsl
|
||||
share/apps/kttsd/xmltransformer/xhtml2ssml_simple.xsl
|
||||
share/apps/kttsd/xslt/SSMLtoPlainText.xsl
|
||||
share/config/kmouthrc
|
||||
share/doc/HTML/en/kmag/common
|
||||
share/doc/HTML/en/kmag/index.cache.bz2
|
||||
@ -124,41 +85,20 @@ share/doc/HTML/en/kmouth/kmouthedit.png
|
||||
share/doc/HTML/en/kmouth/kmouthmain.png
|
||||
share/doc/HTML/en/kmouth/kmouthwizard.png
|
||||
share/doc/HTML/en/kmouth/man-kmouth.1.docbook
|
||||
share/doc/HTML/en/kttsd/addtalker.png
|
||||
share/doc/HTML/en/kttsd/common
|
||||
share/doc/HTML/en/kttsd/filters.png
|
||||
share/doc/HTML/en/kttsd/general.png
|
||||
share/doc/HTML/en/kttsd/index.cache.bz2
|
||||
share/doc/HTML/en/kttsd/index.docbook
|
||||
share/doc/HTML/en/kttsd/jobs.png
|
||||
share/doc/HTML/en/kttsd/stringreplacer.png
|
||||
share/doc/HTML/en/kttsd/talkerchooser.png
|
||||
share/doc/HTML/en/kttsd/talkers.png
|
||||
share/doc/HTML/en/kttsd/xmltransformer.png
|
||||
share/icons/hicolor/16x16/actions/female.png
|
||||
share/icons/hicolor/16x16/actions/followmouse.png
|
||||
share/icons/hicolor/16x16/actions/hidemouse.png
|
||||
share/icons/hicolor/16x16/actions/kmousetool_off.png
|
||||
share/icons/hicolor/16x16/actions/kmousetool_on.png
|
||||
share/icons/hicolor/16x16/actions/male.png
|
||||
share/icons/hicolor/16x16/actions/nospeak.png
|
||||
share/icons/hicolor/16x16/actions/speak.png
|
||||
share/icons/hicolor/16x16/actions/window.png
|
||||
share/icons/hicolor/16x16/apps/kmag.png
|
||||
share/icons/hicolor/16x16/apps/kmousetool.png
|
||||
share/icons/hicolor/16x16/apps/kmouth.png
|
||||
share/icons/hicolor/22x22/actions/nospeak.png
|
||||
share/icons/hicolor/22x22/actions/speak.png
|
||||
share/icons/hicolor/22x22/apps/kmouth.png
|
||||
share/icons/hicolor/32x32/actions/kmousetool_off.png
|
||||
share/icons/hicolor/32x32/actions/kmousetool_on.png
|
||||
share/icons/hicolor/32x32/actions/nospeak.png
|
||||
share/icons/hicolor/32x32/actions/speak.png
|
||||
share/icons/hicolor/32x32/apps/kmag.png
|
||||
share/icons/hicolor/32x32/apps/kmousetool.png
|
||||
share/icons/hicolor/32x32/apps/kmouth.png
|
||||
share/icons/hicolor/48x48/actions/nospeak.png
|
||||
share/icons/hicolor/48x48/actions/speak.png
|
||||
share/icons/hicolor/48x48/apps/kmouth.png
|
||||
share/icons/mono/128x128/animations/process-idle.png
|
||||
share/icons/mono/128x128/animations/process-working.png
|
||||
@ -2189,23 +2129,6 @@ share/icons/mono/scalable/status/user-online.svgz
|
||||
share/icons/mono/scalable/status/user-trash-full.svgz
|
||||
share/icons/mono/scalable/status/wallet-closed.svgz
|
||||
share/icons/mono/scalable/status/wallet-open.svgz
|
||||
share/kde4/services/kcmkttsd.desktop
|
||||
share/kde4/services/kttsd.desktop
|
||||
share/kde4/services/kttsd_commandplugin.desktop
|
||||
share/kde4/services/kttsd_eposplugin.desktop
|
||||
share/kde4/services/kttsd_festivalintplugin.desktop
|
||||
share/kde4/services/kttsd_fliteplugin.desktop
|
||||
share/kde4/services/kttsd_freettsplugin.desktop
|
||||
share/kde4/services/kttsd_hadifixplugin.desktop
|
||||
share/kde4/services/kttsd_phononplugin.desktop
|
||||
share/kde4/services/kttsd_sbdplugin.desktop
|
||||
share/kde4/services/kttsd_stringreplacerplugin.desktop
|
||||
share/kde4/services/kttsd_talkerchooserplugin.desktop
|
||||
share/kde4/services/kttsd_xmltransformerplugin.desktop
|
||||
share/kde4/services/kttsjobmgr.desktop
|
||||
share/kde4/servicetypes/kttsd_audioplugin.desktop
|
||||
share/kde4/servicetypes/kttsd_filterplugin.desktop
|
||||
share/kde4/servicetypes/kttsd_synthplugin.desktop
|
||||
@dirrm share/icons/mono/scalable/status
|
||||
@dirrm share/icons/mono/scalable/places
|
||||
@dirrm share/icons/mono/scalable/mimetypes
|
||||
@ -2229,20 +2152,9 @@ share/kde4/servicetypes/kttsd_synthplugin.desktop
|
||||
@dirrm share/icons/mono/128x128/animations
|
||||
@dirrm share/icons/mono/128x128
|
||||
@dirrm share/icons/mono
|
||||
@dirrm share/doc/HTML/en/kttsd
|
||||
@dirrm share/doc/HTML/en/kmouth
|
||||
@dirrm share/doc/HTML/en/kmousetool
|
||||
@dirrm share/doc/HTML/en/kmag
|
||||
@dirrm share/apps/kttsd/xslt
|
||||
@dirrm share/apps/kttsd/xmltransformer
|
||||
@dirrm share/apps/kttsd/talkerchooser
|
||||
@dirrm share/apps/kttsd/stringreplacer
|
||||
@dirrm share/apps/kttsd/sbd
|
||||
@dirrm share/apps/kttsd/hadifix/xslt
|
||||
@dirrm share/apps/kttsd/hadifix
|
||||
@dirrm share/apps/kttsd/festivalint/xslt
|
||||
@dirrm share/apps/kttsd/festivalint
|
||||
@dirrm share/apps/kttsd
|
||||
@dirrm share/apps/kmouth/icons/hicolor/48x48/actions
|
||||
@dirrm share/apps/kmouth/icons/hicolor/48x48
|
||||
@dirrm share/apps/kmouth/icons/hicolor/32x32/actions
|
||||
|
44
accessibility/ktts/Makefile
Normal file
44
accessibility/ktts/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# New ports collection makefile for: ktts
|
||||
# Date created: 2010-03-27
|
||||
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ktts
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
CATEGORIES= accessibility kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DISTNAME= kdeaccessibility-${PORTVERSION}
|
||||
DIST_SUBDIR= KDE
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= KDE text-to-speech subsystem
|
||||
|
||||
LIB_DEPENDS+= speechd.3:${PORTSDIR}/accessibility/speech-dispatcher
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_CMAKE= yes
|
||||
USE_KDE4= kdeprefix kdelibs automoc4
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= qmake_build moc_build uic_build rcc_build
|
||||
USE_LDCONFIG= yes
|
||||
MD5_FILE= ${PORTSDIR}/accessibility/kdeaccessibility4/distinfo
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/kttsd
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|speechd|$$$\{SPEECHD_LIBRARY}|g' \
|
||||
${PATCH_WRKSRC}/kttsd/kcmkttsmgr/CMakeLists.txt \
|
||||
${PATCH_WRKSRC}/kttsd/kttsd/CMakeLists.txt
|
||||
|
||||
post-install:
|
||||
cd ${WRKSRC}/doc/kttsd && ${MAKE} install
|
||||
${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
6
accessibility/ktts/pkg-descr
Normal file
6
accessibility/ktts/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
KTTS -- KDE Text-to-Speech -- is a subsystem within the KDE desktop
|
||||
for conversion of text to audible speech. KTTS is currently under
|
||||
development and aims to become the standard subsystem for all KDE
|
||||
applications to provide speech output.
|
||||
|
||||
WWW: http://www.kde.org/
|
7
accessibility/ktts/pkg-message
Normal file
7
accessibility/ktts/pkg-message
Normal file
@ -0,0 +1,7 @@
|
||||
======================================================================
|
||||
|
||||
To enable Text-to-Speech System (KTTSD), you first need to start
|
||||
speech-dispatcher daemon (accessibility/speech-dispatcher), either
|
||||
locally or with its rc.d script.
|
||||
|
||||
======================================================================
|
57
accessibility/ktts/pkg-plist
Normal file
57
accessibility/ktts/pkg-plist
Normal file
@ -0,0 +1,57 @@
|
||||
bin/kttsd
|
||||
bin/kttsmgr
|
||||
lib/kde4/kcm_kttsd.so
|
||||
lib/kde4/libkttsd_stringreplacerplugin.so
|
||||
lib/kde4/libkttsd_talkerchooserplugin.so
|
||||
lib/kde4/libkttsd_xmltransformerplugin.so
|
||||
lib/libkttsd.so
|
||||
lib/libkttsd.so.5
|
||||
lib/libkttsd.so.5.0.1
|
||||
share/applications/kde4/kttsmgr.desktop
|
||||
share/apps/kttsd/kcmkttsd_testmessage.desktop
|
||||
share/apps/kttsd/stringreplacer/abbreviations.xml
|
||||
share/apps/kttsd/stringreplacer/chat-de.xml
|
||||
share/apps/kttsd/stringreplacer/chat.xml
|
||||
share/apps/kttsd/stringreplacer/emoticons.xml
|
||||
share/apps/kttsd/stringreplacer/festival_unspeakable_chars.xml
|
||||
share/apps/kttsd/stringreplacer/kmail.xml
|
||||
share/apps/kttsd/stringreplacer/polish_festival_fixes.xml
|
||||
share/apps/kttsd/stringreplacer/polish_festival_unspeakables.xml
|
||||
share/apps/kttsd/stringreplacer/qt2plaintext.xml
|
||||
share/apps/kttsd/talkerchooser/female_notifications_rc
|
||||
share/apps/kttsd/xmltransformer/xhtml2ssml.xsl
|
||||
share/apps/kttsd/xmltransformer/xhtml2ssml_simple.xsl
|
||||
share/apps/kttsd/xslt/SSMLtoPlainText.xsl
|
||||
share/doc/HTML/en/kttsd/addtalker.png
|
||||
share/doc/HTML/en/kttsd/common
|
||||
share/doc/HTML/en/kttsd/filters.png
|
||||
share/doc/HTML/en/kttsd/general.png
|
||||
share/doc/HTML/en/kttsd/index.cache.bz2
|
||||
share/doc/HTML/en/kttsd/index.docbook
|
||||
share/doc/HTML/en/kttsd/jobs.png
|
||||
share/doc/HTML/en/kttsd/stringreplacer.png
|
||||
share/doc/HTML/en/kttsd/talkerchooser.png
|
||||
share/doc/HTML/en/kttsd/talkers.png
|
||||
share/doc/HTML/en/kttsd/xmltransformer.png
|
||||
share/icons/hicolor/16x16/actions/female.png
|
||||
share/icons/hicolor/16x16/actions/male.png
|
||||
share/icons/hicolor/16x16/actions/nospeak.png
|
||||
share/icons/hicolor/16x16/actions/speak.png
|
||||
share/icons/hicolor/22x22/actions/nospeak.png
|
||||
share/icons/hicolor/22x22/actions/speak.png
|
||||
share/icons/hicolor/32x32/actions/nospeak.png
|
||||
share/icons/hicolor/32x32/actions/speak.png
|
||||
share/icons/hicolor/48x48/actions/nospeak.png
|
||||
share/icons/hicolor/48x48/actions/speak.png
|
||||
share/kde4/services/kcmkttsd.desktop
|
||||
share/kde4/services/kttsd.desktop
|
||||
share/kde4/services/kttsd_stringreplacerplugin.desktop
|
||||
share/kde4/services/kttsd_talkerchooserplugin.desktop
|
||||
share/kde4/services/kttsd_xmltransformerplugin.desktop
|
||||
share/kde4/servicetypes/kttsd_filterplugin.desktop
|
||||
@dirrm share/doc/HTML/en/kttsd
|
||||
@dirrm share/apps/kttsd/xslt
|
||||
@dirrm share/apps/kttsd/xmltransformer
|
||||
@dirrm share/apps/kttsd/talkerchooser
|
||||
@dirrm share/apps/kttsd/stringreplacer
|
||||
@dirrm share/apps/kttsd
|
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= kde-l10n
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= arabic kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kde-l10n/kde-l10n-ar-4.3.5.tar.bz2) = bac56a1c8954b8c02f82d48f127dd38e
|
||||
SHA256 (KDE/kde-l10n/kde-l10n-ar-4.3.5.tar.bz2) = 6fb653bf623abd6601738cd4d4913d88119b1c841e42c3d4b97943f6f50fe884
|
||||
SIZE (KDE/kde-l10n/kde-l10n-ar-4.3.5.tar.bz2) = 3312793
|
||||
MD5 (KDE/kde-l10n/kde-l10n-ar-4.4.3.tar.bz2) = d3e1e0d410e9ca3903b0aa93607866f0
|
||||
SHA256 (KDE/kde-l10n/kde-l10n-ar-4.4.3.tar.bz2) = c91040ba2dba8c34518d917a6fab15ed047a9581d389705893dc4156e7b4d9be
|
||||
SIZE (KDE/kde-l10n/kde-l10n-ar-4.4.3.tar.bz2) = 3440264
|
||||
|
@ -29,7 +29,6 @@ share/apps/klettres/ar/alpha/a-28.ogg
|
||||
share/apps/klettres/ar/sounds.xml
|
||||
share/locale/ar/LC_MESSAGES/akonadi-kcal.mo
|
||||
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_kabc_resource.mo
|
||||
share/locale/ar/LC_MESSAGES/akonadi_kcal_resource.mo
|
||||
@ -73,7 +72,6 @@ share/locale/ar/LC_MESSAGES/kabc_file.mo
|
||||
share/locale/ar/LC_MESSAGES/kabc_ldapkio.mo
|
||||
share/locale/ar/LC_MESSAGES/kabc_net.mo
|
||||
share/locale/ar/LC_MESSAGES/kabc_slox.mo
|
||||
share/locale/ar/LC_MESSAGES/kabcakonadi.mo
|
||||
share/locale/ar/LC_MESSAGES/kabcclient.mo
|
||||
share/locale/ar/LC_MESSAGES/kabcformat_binary.mo
|
||||
share/locale/ar/LC_MESSAGES/kaccess.mo
|
||||
@ -145,7 +143,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/kcmenergy.mo
|
||||
share/locale/ar/LC_MESSAGES/kcmfonts.mo
|
||||
share/locale/ar/LC_MESSAGES/kcmhtmlsearch.mo
|
||||
share/locale/ar/LC_MESSAGES/kcmicons.mo
|
||||
@ -153,7 +150,6 @@ share/locale/ar/LC_MESSAGES/kcminfo.mo
|
||||
share/locale/ar/LC_MESSAGES/kcminit.mo
|
||||
share/locale/ar/LC_MESSAGES/kcminput.mo
|
||||
share/locale/ar/LC_MESSAGES/kcmioslaveinfo.mo
|
||||
share/locale/ar/LC_MESSAGES/kcmkabconfig.mo
|
||||
share/locale/ar/LC_MESSAGES/kcmkamera.mo
|
||||
share/locale/ar/LC_MESSAGES/kcmkclock.mo
|
||||
share/locale/ar/LC_MESSAGES/kcmkded.mo
|
||||
@ -172,7 +168,6 @@ 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/kcmlocale.mo
|
||||
share/locale/ar/LC_MESSAGES/kcmnic.mo
|
||||
share/locale/ar/LC_MESSAGES/kcmnotify.mo
|
||||
@ -190,9 +185,9 @@ share/locale/ar/LC_MESSAGES/kcmview1394.mo
|
||||
share/locale/ar/LC_MESSAGES/kcmxinerama.mo
|
||||
share/locale/ar/LC_MESSAGES/kcolorchooser.mo
|
||||
share/locale/ar/LC_MESSAGES/kcron.mo
|
||||
share/locale/ar/LC_MESSAGES/kdat.mo
|
||||
share/locale/ar/LC_MESSAGES/kde-menu.mo
|
||||
share/locale/ar/LC_MESSAGES/kdebugdialog.mo
|
||||
share/locale/ar/LC_MESSAGES/kdecalendarsystems.mo
|
||||
share/locale/ar/LC_MESSAGES/kdelibs4.mo
|
||||
share/locale/ar/LC_MESSAGES/kdelibs_colors4.mo
|
||||
share/locale/ar/LC_MESSAGES/kdelirc.mo
|
||||
@ -200,7 +195,6 @@ share/locale/ar/LC_MESSAGES/kdepasswd.mo
|
||||
share/locale/ar/LC_MESSAGES/kdepimresources.mo
|
||||
share/locale/ar/LC_MESSAGES/kdepimwizards.mo
|
||||
share/locale/ar/LC_MESSAGES/kdeqt.mo
|
||||
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
|
||||
@ -215,7 +209,6 @@ share/locale/ar/LC_MESSAGES/kfile.mo
|
||||
share/locale/ar/LC_MESSAGES/kfile_avi.mo
|
||||
share/locale/ar/LC_MESSAGES/kfile_dds.mo
|
||||
share/locale/ar/LC_MESSAGES/kfile_drgeo.mo
|
||||
share/locale/ar/LC_MESSAGES/kfile_dvi.mo
|
||||
share/locale/ar/LC_MESSAGES/kfile_exr.mo
|
||||
share/locale/ar/LC_MESSAGES/kfile_flac.mo
|
||||
share/locale/ar/LC_MESSAGES/kfile_kig.mo
|
||||
@ -289,7 +282,6 @@ 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
|
||||
@ -318,7 +310,6 @@ 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/kolf.mo
|
||||
share/locale/ar/LC_MESSAGES/kolourpaint.mo
|
||||
@ -332,11 +323,9 @@ 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
|
||||
share/locale/ar/LC_MESSAGES/kpartsaver.mo
|
||||
share/locale/ar/LC_MESSAGES/kpasswdserver.mo
|
||||
share/locale/ar/LC_MESSAGES/kpat.mo
|
||||
share/locale/ar/LC_MESSAGES/kpilot.mo
|
||||
share/locale/ar/LC_MESSAGES/kppp.mo
|
||||
share/locale/ar/LC_MESSAGES/kppplogview.mo
|
||||
share/locale/ar/LC_MESSAGES/kquitapp.mo
|
||||
@ -351,9 +340,6 @@ 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
|
||||
share/locale/ar/LC_MESSAGES/krfb.mo
|
||||
share/locale/ar/LC_MESSAGES/kruler.mo
|
||||
@ -382,7 +368,6 @@ share/locale/ar/LC_MESSAGES/ksysguard.mo
|
||||
share/locale/ar/LC_MESSAGES/ksysguardlsofwidgets.mo
|
||||
share/locale/ar/LC_MESSAGES/ksystemlog.mo
|
||||
share/locale/ar/LC_MESSAGES/ksystraycmd.mo
|
||||
share/locale/ar/LC_MESSAGES/ksysv.mo
|
||||
share/locale/ar/LC_MESSAGES/kteatime.mo
|
||||
share/locale/ar/LC_MESSAGES/ktexteditor_plugins.mo
|
||||
share/locale/ar/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo
|
||||
@ -414,10 +399,9 @@ share/locale/ar/LC_MESSAGES/kwrite.mo
|
||||
share/locale/ar/LC_MESSAGES/kwriteconfig.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/libkasten.mo
|
||||
share/locale/ar/LC_MESSAGES/libkblog.mo
|
||||
share/locale/ar/LC_MESSAGES/libkcal.mo
|
||||
share/locale/ar/LC_MESSAGES/libkcddb.mo
|
||||
@ -426,6 +410,7 @@ share/locale/ar/LC_MESSAGES/libkdcraw.mo
|
||||
share/locale/ar/LC_MESSAGES/libkdeedu.mo
|
||||
share/locale/ar/LC_MESSAGES/libkdegames.mo
|
||||
share/locale/ar/LC_MESSAGES/libkdepim.mo
|
||||
share/locale/ar/LC_MESSAGES/libkexiv2.mo
|
||||
share/locale/ar/LC_MESSAGES/libkholidays.mo
|
||||
share/locale/ar/LC_MESSAGES/libkldap.mo
|
||||
share/locale/ar/LC_MESSAGES/libkleopatra.mo
|
||||
@ -440,11 +425,14 @@ share/locale/ar/LC_MESSAGES/libksane.mo
|
||||
share/locale/ar/LC_MESSAGES/libkscreensaver.mo
|
||||
share/locale/ar/LC_MESSAGES/libksieve.mo
|
||||
share/locale/ar/LC_MESSAGES/libktnef.mo
|
||||
share/locale/ar/LC_MESSAGES/libkunitconversion.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/libmessagelist.mo
|
||||
share/locale/ar/LC_MESSAGES/libmessageviewer.mo
|
||||
share/locale/ar/LC_MESSAGES/liboktetacore.mo
|
||||
share/locale/ar/LC_MESSAGES/liboktetakasten.mo
|
||||
share/locale/ar/LC_MESSAGES/libphonon.mo
|
||||
share/locale/ar/LC_MESSAGES/libplasma.mo
|
||||
share/locale/ar/LC_MESSAGES/libplasmaclock.mo
|
||||
@ -457,7 +445,6 @@ 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
|
||||
share/locale/ar/LC_MESSAGES/okteta.mo
|
||||
share/locale/ar/LC_MESSAGES/oktetapart.mo
|
||||
@ -484,7 +471,6 @@ share/locale/ar/LC_MESSAGES/phonon_kde.mo
|
||||
share/locale/ar/LC_MESSAGES/phononserver.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_applet_BbalL.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_CharSelectApplet.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_battery.mo
|
||||
@ -493,7 +479,6 @@ 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_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_dig_clock.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo
|
||||
@ -541,7 +526,6 @@ 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_appletscriptengine_dashboard.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_keystate.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_engine_kuiserver.mo
|
||||
@ -549,7 +533,6 @@ 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
|
||||
@ -580,6 +563,7 @@ share/locale/ar/LC_MESSAGES/plasma_wallpaper_pattern.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_wallpaper_virus.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_wallpaper_weather.mo
|
||||
share/locale/ar/LC_MESSAGES/plasmaengineexplorer.mo
|
||||
share/locale/ar/LC_MESSAGES/plasmagenericshell.mo
|
||||
share/locale/ar/LC_MESSAGES/plasmapkg.mo
|
||||
share/locale/ar/LC_MESSAGES/plasmawallpaperviewer.mo
|
||||
share/locale/ar/LC_MESSAGES/plasmoidviewer.mo
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= kdeutils
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= misc kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
@ -16,8 +16,6 @@ MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Utilities for the KDE4 integrated X11 Desktop
|
||||
|
||||
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
|
||||
zip.1:${PORTSDIR}/archivers/libzip \
|
||||
lzma.0:${PORTSDIR}/archivers/xz \
|
||||
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
|
||||
qca.2:${PORTSDIR}/devel/qca
|
||||
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
|
||||
@ -28,7 +26,7 @@ USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
USE_PYTHON= 2.5+
|
||||
KDE4_BUILDENV= yes
|
||||
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp kdebase
|
||||
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace
|
||||
QT_COMPONENTS= network gui porting xml \
|
||||
qmake_build moc_build rcc_build uic_build
|
||||
MAKE_JOBS_SAFE= yes
|
||||
@ -37,7 +35,11 @@ MAN1= ark.1
|
||||
|
||||
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OSVERSION} < 900012
|
||||
LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PRINTER_APPLET)
|
||||
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
|
||||
@ -48,4 +50,4 @@ post-patch:
|
||||
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
|
||||
${PATCH_WRKSRC}/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdeutils-4.3.5.tar.bz2) = 7321bc385bd0666bb32d5ec467a05244
|
||||
SHA256 (KDE/kdeutils-4.3.5.tar.bz2) = c7fe2ded72451690dde43a315da102d2ccc9d32c2cf20b7f0dbfd5f043f72930
|
||||
SIZE (KDE/kdeutils-4.3.5.tar.bz2) = 2527483
|
||||
MD5 (KDE/kdeutils-4.4.3.tar.bz2) = 862ad8f17c0b2122a79c7d709a5ff5f3
|
||||
SHA256 (KDE/kdeutils-4.4.3.tar.bz2) = e5912b86c10ef6cd34647368f0fa6ff233324c396ee4afd8deeef06d257dccfa
|
||||
SIZE (KDE/kdeutils-4.4.3.tar.bz2) = 2692041
|
||||
|
@ -2,7 +2,6 @@ bin/ark
|
||||
bin/irkick
|
||||
bin/kcalc
|
||||
bin/kcharselect
|
||||
bin/kdessh
|
||||
bin/kdf
|
||||
bin/kfloppy
|
||||
bin/kgpg
|
||||
@ -12,22 +11,31 @@ bin/kwikdisk
|
||||
bin/okteta
|
||||
bin/superkaramba
|
||||
bin/sweeper
|
||||
lib/kde4/arkpart.so
|
||||
lib/kde4/kcm_kdf.so
|
||||
lib/kde4/kcm_kwallet.so
|
||||
lib/kde4/kcm_lirc.so
|
||||
lib/kde4/kerfuffle_7z.so
|
||||
lib/kde4/kerfuffle_cli7z.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_libxz.so
|
||||
lib/kde4/libarkpart.so
|
||||
lib/kde4/libextracthere.so
|
||||
lib/kde4/libkbytearrayedit.so
|
||||
lib/kde4/oktetapart.so
|
||||
lib/kde4/plasma_package_superkaramba.so
|
||||
lib/kde4/plasma_scriptengine_superkaramba.so
|
||||
lib/libkastencontrollers.so
|
||||
lib/libkastencontrollers.so.5
|
||||
lib/libkastencontrollers.so.5.0.1
|
||||
lib/libkastencore.so
|
||||
lib/libkastencore.so.5
|
||||
lib/libkastencore.so.5.0.1
|
||||
lib/libkastengui.so
|
||||
lib/libkastengui.so.5
|
||||
lib/libkastengui.so.5.0.1
|
||||
lib/libkdeinit4_irkick.so
|
||||
lib/libkdeinit4_kcalc.so
|
||||
lib/libkdelirc_shared.so
|
||||
@ -42,6 +50,15 @@ lib/liboktetacore.so.5.0.1
|
||||
lib/liboktetagui.so
|
||||
lib/liboktetagui.so.5
|
||||
lib/liboktetagui.so.5.0.1
|
||||
lib/liboktetakastencontrollers.so
|
||||
lib/liboktetakastencontrollers.so.5
|
||||
lib/liboktetakastencontrollers.so.5.0.1
|
||||
lib/liboktetakastencore.so
|
||||
lib/liboktetakastencore.so.5
|
||||
lib/liboktetakastencore.so.5.0.1
|
||||
lib/liboktetakastengui.so
|
||||
lib/liboktetakastengui.so.5
|
||||
lib/liboktetakastengui.so.5.0.1
|
||||
lib/libsuperkaramba.so
|
||||
lib/libsuperkaramba.so.5
|
||||
lib/libsuperkaramba.so.5.0.1
|
||||
@ -102,15 +119,18 @@ share/apps/kgpg/icons/oxygen/scalable/status/key-group.svgz
|
||||
share/apps/kgpg/icons/oxygen/scalable/status/key-pair.svgz
|
||||
share/apps/kgpg/icons/oxygen/scalable/status/key-single.svgz
|
||||
share/apps/kgpg/keysmanager.rc
|
||||
share/apps/kgpg/kgpg.rc
|
||||
share/apps/kgpg/pics/kgpg_anim.gif
|
||||
share/apps/kgpg/kgpgeditor.rc
|
||||
share/apps/kgpg/tips
|
||||
share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_closed.png
|
||||
share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_open.png
|
||||
share/apps/kwalletmanager/kwalleteditor.rc
|
||||
share/apps/kwalletmanager/kwalletmanager.rc
|
||||
share/apps/okteta/oktetaui.rc
|
||||
share/apps/oktetapart/oktetapartui.rc
|
||||
share/apps/okteta/structures/elf/elf.desktop
|
||||
share/apps/okteta/structures/elf/elf.osd
|
||||
share/apps/oktetapart/oktetapartbrowserui.rc
|
||||
share/apps/oktetapart/oktetapartreadonlyui.rc
|
||||
share/apps/oktetapart/oktetapartreadwriteui.rc
|
||||
share/apps/profiles/amarok.profile.xml
|
||||
share/apps/profiles/dragonplayer.profile.xml
|
||||
share/apps/profiles/klauncher.profile.xml
|
||||
@ -121,15 +141,6 @@ 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
|
||||
@ -148,6 +159,8 @@ 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/irkick/irkick.png
|
||||
share/doc/HTML/en/irkick/irkickoff.png
|
||||
share/doc/HTML/en/kcalc/commands.docbook
|
||||
share/doc/HTML/en/kcalc/common
|
||||
share/doc/HTML/en/kcalc/index.cache.bz2
|
||||
@ -158,6 +171,8 @@ 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/kcmlirc/irkick.png
|
||||
share/doc/HTML/en/kcmlirc/irkickoff.png
|
||||
share/doc/HTML/en/kcontrol/blockdevices/common
|
||||
share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2
|
||||
share/doc/HTML/en/kcontrol/blockdevices/index.docbook
|
||||
@ -201,14 +216,9 @@ share/doc/HTML/en/kwallet/oxygen48-status-wallet-open.png
|
||||
share/doc/HTML/en/kwallet/password1.png
|
||||
share/doc/HTML/en/kwallet/password2.png
|
||||
share/doc/HTML/en/kwallet/save-login-information.png
|
||||
share/doc/HTML/en/okteta/basics.docbook
|
||||
share/doc/HTML/en/okteta/common
|
||||
share/doc/HTML/en/okteta/credits.docbook
|
||||
share/doc/HTML/en/okteta/index.cache.bz2
|
||||
share/doc/HTML/en/okteta/index.docbook
|
||||
share/doc/HTML/en/okteta/introduction.docbook
|
||||
share/doc/HTML/en/okteta/menu.docbook
|
||||
share/doc/HTML/en/okteta/tools.docbook
|
||||
share/doc/HTML/en/superkaramba/common
|
||||
share/doc/HTML/en/superkaramba/index.cache.bz2
|
||||
share/doc/HTML/en/superkaramba/index.docbook
|
||||
@ -281,14 +291,13 @@ 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
|
||||
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_7z.desktop
|
||||
share/kde4/services/kerfuffle_cli7z.desktop
|
||||
share/kde4/services/kerfuffle_clirar.desktop
|
||||
share/kde4/services/kerfuffle_clizip.desktop
|
||||
share/kde4/services/kerfuffle_libarchive.desktop
|
||||
@ -318,15 +327,15 @@ share/kde4/servicetypes/kerfufflePlugin.desktop
|
||||
@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/structures/elf
|
||||
@dirrm share/apps/okteta/structures
|
||||
@dirrm share/apps/okteta
|
||||
@dirrm share/apps/kwalletmanager/icons/oxygen/22x22/actions
|
||||
@dirrm share/apps/kwalletmanager/icons/oxygen/22x22
|
||||
@dirrm share/apps/kwalletmanager/icons/oxygen
|
||||
@dirrm share/apps/kwalletmanager/icons
|
||||
@dirrm share/apps/kwalletmanager
|
||||
@dirrm share/apps/kgpg/pics
|
||||
@dirrm share/apps/kgpg/icons/oxygen/scalable/status
|
||||
@dirrm share/apps/kgpg/icons/oxygen/scalable/actions
|
||||
@dirrm share/apps/kgpg/icons/oxygen/scalable
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= kde-l10n
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kde-l10n/kde-l10n-zh_CN-4.3.5.tar.bz2) = f2547b82d29e6a622944873d2985ce40
|
||||
SHA256 (KDE/kde-l10n/kde-l10n-zh_CN-4.3.5.tar.bz2) = 59029567bc3a0a3c9858696037fdc7b15a6255ff596e56105516f87509a8f239
|
||||
SIZE (KDE/kde-l10n/kde-l10n-zh_CN-4.3.5.tar.bz2) = 3324405
|
||||
MD5 (KDE/kde-l10n/kde-l10n-zh_CN-4.4.3.tar.bz2) = f66ce4e1f53cce91aa3961d6f5bf278b
|
||||
SHA256 (KDE/kde-l10n/kde-l10n-zh_CN-4.4.3.tar.bz2) = 7553b8acd1a2d5afeb3719197c58cf04795af53d948a448215a4708be5e30304
|
||||
SIZE (KDE/kde-l10n/kde-l10n-zh_CN-4.4.3.tar.bz2) = 3608445
|
||||
|
@ -16,6 +16,7 @@ share/apps/step/objinfo/l10n/zh_CN/Box.html
|
||||
share/apps/step/objinfo/l10n/zh_CN/ChargedParticle.html
|
||||
share/apps/step/objinfo/l10n/zh_CN/Disk.html
|
||||
share/apps/step/objinfo/l10n/zh_CN/Gas.html
|
||||
share/apps/step/objinfo/l10n/zh_CN/GasLJForce.html
|
||||
share/apps/step/objinfo/l10n/zh_CN/GasParticle.html
|
||||
share/apps/step/objinfo/l10n/zh_CN/Meter.html
|
||||
share/apps/step/objinfo/l10n/zh_CN/Note.html
|
||||
@ -39,7 +40,7 @@ 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_contacts_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
|
||||
@ -49,31 +50,41 @@ 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_maildispatcher_agent.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_mailtransport_resource.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_mbox_resource.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_microblog_resource.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_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_pop3_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/akonadicontact.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
|
||||
share/locale/zh_CN/LC_MESSAGES/ark.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/attica_kde.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/audiocd_encoder_lame.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/audiocd_encoder_vorbis.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/audiorename_plugin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/blinken.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/blogilo.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/bomber.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/bovo.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/cantor.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/cervisia.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/cryptopageplugin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/cvsservice.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/display.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/dolphin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/dragonplayer.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/drkonqi.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/filetypes.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/granatier.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
|
||||
@ -87,7 +98,6 @@ share/locale/zh_CN/LC_MESSAGES/kabc_file.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kabc_ldapkio.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kabc_net.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kabc_slox.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kabcakonadi.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kabcclient.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kabcformat_binary.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kaccess.mo
|
||||
@ -120,6 +130,8 @@ share/locale/zh_CN/LC_MESSAGES/katepart4.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/katepybrowse.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/katequickdocumentswitcherplugin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/katesnippets.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/katesnippets_tng.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/katesnippetstng_editor.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/katesymbolviewer.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/katetabbarextension.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/katetextfilter.mo
|
||||
@ -141,11 +153,15 @@ share/locale/zh_CN/LC_MESSAGES/kcalc.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcertpart.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcharselect.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_akonadi.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_akonadicontact_actions.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_attica.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_autostart.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_desktopthemedetails.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_device_automounter.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_emoticons.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_krfb.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_kwindesktop.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_kwintabbox.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_lirc.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_memory.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_partition.mo
|
||||
@ -165,7 +181,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/kcmenergy.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmfonts.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmhtmlsearch.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmicons.mo
|
||||
@ -173,7 +188,6 @@ share/locale/zh_CN/LC_MESSAGES/kcminfo.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcminit.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcminput.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmioslaveinfo.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmkabconfig.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmkamera.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmkclock.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmkded.mo
|
||||
@ -192,7 +206,6 @@ 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/kcmlocale.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmnic.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmnotify.mo
|
||||
@ -207,13 +220,14 @@ share/locale/zh_CN/LC_MESSAGES/kcmsolidproc.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmstyle.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmusb.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmview1394.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmworkspaceoptions.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcmxinerama.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcolorchooser.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcron.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kdat.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kde-menu.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kdeasciiquarium.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kdebugdialog.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kdecalendarsystems.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
|
||||
@ -221,7 +235,6 @@ share/locale/zh_CN/LC_MESSAGES/kdepasswd.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kdepimresources.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kdepimwizards.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kdeqt.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kdessh.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kdesu.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kdesud.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kdf.mo
|
||||
@ -236,7 +249,6 @@ share/locale/zh_CN/LC_MESSAGES/kfile.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfile_avi.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfile_dds.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfile_drgeo.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfile_dvi.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfile_exr.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfile_flac.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfile_kig.mo
|
||||
@ -262,6 +274,7 @@ share/locale/zh_CN/LC_MESSAGES/kfontinst.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfourinline.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kgeography.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kget.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kglobalaccel.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kgoldrunner.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kgpg.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kgreet_classic.mo
|
||||
@ -274,6 +287,7 @@ share/locale/zh_CN/LC_MESSAGES/khotnewstuff.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/khtmlkttsd.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kiconfinder.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kig.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kigo.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/killbots.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kimagemapeditor.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kinetd.mo
|
||||
@ -295,6 +309,7 @@ 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
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_mbox.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_nepomuk.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_nepomuksearch.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_nfs.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_nntp.mo
|
||||
@ -307,12 +322,12 @@ share/locale/zh_CN/LC_MESSAGES/kio_smb.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_smtp.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_svn.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_thumbnail.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_timeline.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_trash.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_zeroconf.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kioclient.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kioexec.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/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
|
||||
@ -324,6 +339,7 @@ share/locale/zh_CN/LC_MESSAGES/klipper.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/klock.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kmag.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kmahjongg.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kmail-migrator.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kmail.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kmail_text_calendar_plugin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kmail_text_vcard_plugin.mo
|
||||
@ -341,7 +357,6 @@ 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/kolf.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kollision.mo
|
||||
@ -356,12 +371,10 @@ share/locale/zh_CN/LC_MESSAGES/kontact.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kontactinterfaces.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kopete.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/korganizer.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kpackage.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kpartloader.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kpartsaver.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kpasswdserver.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kpat.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kpilot.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kppp.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kppplogview.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kquitapp.mo
|
||||
@ -377,9 +390,6 @@ 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
|
||||
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
|
||||
@ -411,8 +421,8 @@ share/locale/zh_CN/LC_MESSAGES/ksysguard.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ksysguardlsofwidgets.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ksystemlog.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ksystraycmd.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ksysv.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kteatime.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ktexteditor_codesnippets_core.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ktexteditor_plugins.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kthememanager.mo
|
||||
@ -445,10 +455,9 @@ share/locale/zh_CN/LC_MESSAGES/kwrite.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kwriteconfig.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/libkasten.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
|
||||
@ -457,6 +466,7 @@ share/locale/zh_CN/LC_MESSAGES/libkdcraw.mo
|
||||
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/libkexiv2.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
|
||||
@ -473,24 +483,29 @@ share/locale/zh_CN/LC_MESSAGES/libksane.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libkscreensaver.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libksieve.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libktnef.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libkunitconversion.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/libmessagecore.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libmessagelist.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libmessageviewer.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/liboktetacore.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/liboktetakasten.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/librtm.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/mailreader.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
|
||||
share/locale/zh_CN/LC_MESSAGES/okteta.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/oktetapart.mo
|
||||
@ -510,14 +525,15 @@ share/locale/zh_CN/LC_MESSAGES/okular_plucker.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/okular_poppler.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/okular_tiff.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/okular_xps.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/palapeli.mo
|
||||
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/phononserver.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma-desktop.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma-netbook.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma-overlay.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma-shells-common.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
|
||||
@ -526,7 +542,8 @@ 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_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_concentrationCalculator.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_currentappcontrol.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_devicenotifier.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_dig_clock.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo
|
||||
@ -534,12 +551,17 @@ 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_gasCalculator.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_kalzium.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_katesession.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_kdeobservatory.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_kget.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_kimpanel.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_knowledgebase.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_kolourpicker.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_kpapplet.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
|
||||
@ -547,24 +569,33 @@ 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_netpanel.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_news.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_newspaper.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_notes.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_nowplaying.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_nuclearCalculator.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_opendesktop.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_opendesktop_activities.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_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_plasmaboard.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_previewer.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_qalculate.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_qstardict.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_quicklaunch.mo
|
||||
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_sal.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_saverdesktop.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_searchbox.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_spellcheck.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
|
||||
@ -575,9 +606,14 @@ 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_applet_webslice.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_applet_windowlist.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_appletscriptengine_dashboard.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_containmentactions_contextmenu.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchactivity.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchwindow.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_kuiserver.mo
|
||||
@ -585,28 +621,37 @@ 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_pastebin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_engine_rss.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_engine_soliddevice.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_audioplayercontrol.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_kget.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_kill.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_konquerorsessions.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_konsolesessions.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_kopete.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_locations.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_mediawiki.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_plasma-desktop.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_solid.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_webshortcuts.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_windows.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
|
||||
@ -616,6 +661,7 @@ 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/plasmagenericshell.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasmapkg.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasmawallpaperviewer.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasmoidviewer.mo
|
||||
@ -625,10 +671,13 @@ 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
|
||||
share/locale/zh_CN/LC_MESSAGES/processui.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/randrmonitor.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/rocs.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/solid-bluetooth.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/solid-hardware.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/solid-network.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/solid-powermanagement.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/solid_qt.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/solidcontrol.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/soliduiserver.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/spy.mo
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= kde-l10n
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kde-l10n/kde-l10n-zh_TW-4.3.5.tar.bz2) = cc849694d4dbdcce63b56ace8402c5f8
|
||||
SHA256 (KDE/kde-l10n/kde-l10n-zh_TW-4.3.5.tar.bz2) = 17450570c77412f9371c4bf4483529acc0909b156e3925c0ec270e507584f781
|
||||
SIZE (KDE/kde-l10n/kde-l10n-zh_TW-4.3.5.tar.bz2) = 2327392
|
||||
MD5 (KDE/kde-l10n/kde-l10n-zh_TW-4.4.3.tar.bz2) = 7385c09ab86db82a6d0b84b4c78b9363
|
||||
SHA256 (KDE/kde-l10n/kde-l10n-zh_TW-4.4.3.tar.bz2) = bb8386eb686ce0fb0e171eb0fbc25e20014929a60da051dd432499929ea47621
|
||||
SIZE (KDE/kde-l10n/kde-l10n-zh_TW-4.4.3.tar.bz2) = 2658669
|
||||
|
@ -27,7 +27,7 @@ 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_contacts_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
|
||||
@ -37,31 +37,41 @@ 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_maildispatcher_agent.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_mailtransport_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_mbox_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_microblog_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_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_pop3_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/akonadicontact.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
|
||||
share/locale/zh_TW/LC_MESSAGES/ark.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/attica_kde.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/audiocd_encoder_lame.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/audiocd_encoder_vorbis.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/audiorename_plugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/blinken.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/blogilo.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/bomber.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/bovo.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/cantor.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/cervisia.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/cryptopageplugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/cvsservice.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/display.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/dolphin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/dragonplayer.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/drkonqi.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/filetypes.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/granatier.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
|
||||
@ -75,7 +85,6 @@ share/locale/zh_TW/LC_MESSAGES/kabc_file.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kabc_ldapkio.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kabc_net.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kabc_slox.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kabcakonadi.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kabcclient.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kabcformat_binary.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kaccess.mo
|
||||
@ -108,6 +117,8 @@ share/locale/zh_TW/LC_MESSAGES/katepart4.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/katepybrowse.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/katequickdocumentswitcherplugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/katesnippets.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/katesnippets_tng.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/katesnippetstng_editor.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/katesymbolviewer.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/katetabbarextension.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/katetextfilter.mo
|
||||
@ -129,11 +140,15 @@ share/locale/zh_TW/LC_MESSAGES/kcalc.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcertpart.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcharselect.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_akonadi.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_akonadicontact_actions.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_attica.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_autostart.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_desktopthemedetails.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_device_automounter.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_emoticons.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_krfb.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_kwindesktop.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_kwintabbox.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_lirc.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_memory.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_partition.mo
|
||||
@ -153,7 +168,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/kcmenergy.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmfonts.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmhtmlsearch.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmicons.mo
|
||||
@ -161,7 +175,6 @@ share/locale/zh_TW/LC_MESSAGES/kcminfo.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcminit.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcminput.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmioslaveinfo.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmkabconfig.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmkamera.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmkclock.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmkded.mo
|
||||
@ -180,7 +193,6 @@ 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/kcmlocale.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmnic.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmnotify.mo
|
||||
@ -195,13 +207,14 @@ share/locale/zh_TW/LC_MESSAGES/kcmsolidproc.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmstyle.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmusb.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmview1394.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmworkspaceoptions.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcmxinerama.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcolorchooser.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcron.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kdat.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kde-menu.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kdeasciiquarium.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kdebugdialog.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kdecalendarsystems.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
|
||||
@ -209,7 +222,6 @@ share/locale/zh_TW/LC_MESSAGES/kdepasswd.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kdepimresources.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kdepimwizards.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kdeqt.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kdessh.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kdesu.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kdesud.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kdf.mo
|
||||
@ -224,7 +236,6 @@ share/locale/zh_TW/LC_MESSAGES/kfile.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfile_avi.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfile_dds.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfile_drgeo.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfile_dvi.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfile_exr.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfile_flac.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfile_kig.mo
|
||||
@ -250,6 +261,7 @@ share/locale/zh_TW/LC_MESSAGES/kfontinst.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfourinline.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kgeography.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kget.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kglobalaccel.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kgoldrunner.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kgpg.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kgreet_classic.mo
|
||||
@ -262,6 +274,7 @@ share/locale/zh_TW/LC_MESSAGES/khotnewstuff.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/khtmlkttsd.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kiconfinder.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kig.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kigo.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/killbots.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kimagemapeditor.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kinetd.mo
|
||||
@ -283,6 +296,7 @@ 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
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_mbox.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_nepomuk.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_nepomuksearch.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_nfs.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_nntp.mo
|
||||
@ -295,12 +309,12 @@ share/locale/zh_TW/LC_MESSAGES/kio_smb.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_smtp.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_svn.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_thumbnail.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_timeline.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_trash.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_zeroconf.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kioclient.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kioexec.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/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
|
||||
@ -312,6 +326,7 @@ share/locale/zh_TW/LC_MESSAGES/klipper.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/klock.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kmag.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kmahjongg.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kmail-migrator.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kmail.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kmail_text_calendar_plugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kmail_text_vcard_plugin.mo
|
||||
@ -329,7 +344,6 @@ 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/kolf.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kollision.mo
|
||||
@ -344,12 +358,10 @@ share/locale/zh_TW/LC_MESSAGES/kontact.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kontactinterfaces.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kopete.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/korganizer.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kpackage.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kpartloader.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kpartsaver.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kpasswdserver.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kpat.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kpilot.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kppp.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kppplogview.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kquitapp.mo
|
||||
@ -365,9 +377,6 @@ 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
|
||||
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
|
||||
@ -399,8 +408,8 @@ share/locale/zh_TW/LC_MESSAGES/ksysguard.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ksysguardlsofwidgets.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ksystemlog.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ksystraycmd.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ksysv.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kteatime.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ktexteditor_codesnippets_core.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ktexteditor_plugins.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kthememanager.mo
|
||||
@ -433,10 +442,9 @@ share/locale/zh_TW/LC_MESSAGES/kwrite.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kwriteconfig.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/libkasten.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
|
||||
@ -445,6 +453,7 @@ share/locale/zh_TW/LC_MESSAGES/libkdcraw.mo
|
||||
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/libkexiv2.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
|
||||
@ -461,11 +470,15 @@ share/locale/zh_TW/LC_MESSAGES/libksane.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libkscreensaver.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libksieve.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libktnef.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libkunitconversion.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/libmessagecore.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libmessagelist.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libmessageviewer.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/liboktetacore.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/liboktetakasten.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
|
||||
@ -474,12 +487,12 @@ share/locale/zh_TW/LC_MESSAGES/librtm.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/mailreader.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/marble.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/marble_qt.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/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
|
||||
share/locale/zh_TW/LC_MESSAGES/okteta.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/oktetapart.mo
|
||||
@ -499,14 +512,15 @@ share/locale/zh_TW/LC_MESSAGES/okular_plucker.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/okular_poppler.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/okular_tiff.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/okular_xps.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/palapeli.mo
|
||||
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/phononserver.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma-desktop.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma-netbook.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma-overlay.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma-shells-common.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
|
||||
@ -515,7 +529,8 @@ 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_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_concentrationCalculator.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_currentappcontrol.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_devicenotifier.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_dig_clock.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo
|
||||
@ -523,12 +538,17 @@ 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_gasCalculator.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_kalzium.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_katesession.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_kdeobservatory.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_kget.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_kimpanel.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_knowledgebase.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_kolourpicker.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_kpapplet.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
|
||||
@ -536,24 +556,33 @@ 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_netpanel.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_news.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_newspaper.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_notes.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_nowplaying.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_nuclearCalculator.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_opendesktop.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_opendesktop_activities.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_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_plasmaboard.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_previewer.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_qalculate.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_qstardict.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_quicklaunch.mo
|
||||
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_sal.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_saverdesktop.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_searchbox.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_spellcheck.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
|
||||
@ -564,9 +593,14 @@ 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_applet_webslice.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_applet_windowlist.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_appletscriptengine_dashboard.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_containmentactions_contextmenu.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchactivity.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchwindow.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_kuiserver.mo
|
||||
@ -574,28 +608,37 @@ 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_pastebin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_engine_rss.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_engine_soliddevice.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_audioplayercontrol.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_kget.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_runner_kill.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_runner_konquerorsessions.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_runner_konsolesessions.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_runner_kopete.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_runner_locations.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_runner_mediawiki.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_plasma-desktop.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_solid.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_runner_webshortcuts.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_runner_windows.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
|
||||
@ -605,6 +648,7 @@ 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/plasmagenericshell.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasmapkg.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasmawallpaperviewer.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasmoidviewer.mo
|
||||
@ -614,10 +658,13 @@ 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
|
||||
share/locale/zh_TW/LC_MESSAGES/processui.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/randrmonitor.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/rocs.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/solid-bluetooth.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/solid-hardware.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/solid-network.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/solid-powermanagement.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/solid_qt.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/solidcontrol.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/soliduiserver.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/spy.mo
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= kdeutils
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= misc kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
@ -16,8 +16,6 @@ MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Utilities for the KDE4 integrated X11 Desktop
|
||||
|
||||
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
|
||||
zip.1:${PORTSDIR}/archivers/libzip \
|
||||
lzma.0:${PORTSDIR}/archivers/xz \
|
||||
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
|
||||
qca.2:${PORTSDIR}/devel/qca
|
||||
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
|
||||
@ -28,7 +26,7 @@ USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
USE_PYTHON= 2.5+
|
||||
KDE4_BUILDENV= yes
|
||||
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp kdebase
|
||||
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace
|
||||
QT_COMPONENTS= network gui porting xml \
|
||||
qmake_build moc_build rcc_build uic_build
|
||||
MAKE_JOBS_SAFE= yes
|
||||
@ -37,7 +35,11 @@ MAN1= ark.1
|
||||
|
||||
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OSVERSION} < 900012
|
||||
LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PRINTER_APPLET)
|
||||
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
|
||||
@ -48,4 +50,4 @@ post-patch:
|
||||
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
|
||||
${PATCH_WRKSRC}/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdeutils-4.3.5.tar.bz2) = 7321bc385bd0666bb32d5ec467a05244
|
||||
SHA256 (KDE/kdeutils-4.3.5.tar.bz2) = c7fe2ded72451690dde43a315da102d2ccc9d32c2cf20b7f0dbfd5f043f72930
|
||||
SIZE (KDE/kdeutils-4.3.5.tar.bz2) = 2527483
|
||||
MD5 (KDE/kdeutils-4.4.3.tar.bz2) = 862ad8f17c0b2122a79c7d709a5ff5f3
|
||||
SHA256 (KDE/kdeutils-4.4.3.tar.bz2) = e5912b86c10ef6cd34647368f0fa6ff233324c396ee4afd8deeef06d257dccfa
|
||||
SIZE (KDE/kdeutils-4.4.3.tar.bz2) = 2692041
|
||||
|
@ -2,7 +2,6 @@ bin/ark
|
||||
bin/irkick
|
||||
bin/kcalc
|
||||
bin/kcharselect
|
||||
bin/kdessh
|
||||
bin/kdf
|
||||
bin/kfloppy
|
||||
bin/kgpg
|
||||
@ -12,22 +11,31 @@ bin/kwikdisk
|
||||
bin/okteta
|
||||
bin/superkaramba
|
||||
bin/sweeper
|
||||
lib/kde4/arkpart.so
|
||||
lib/kde4/kcm_kdf.so
|
||||
lib/kde4/kcm_kwallet.so
|
||||
lib/kde4/kcm_lirc.so
|
||||
lib/kde4/kerfuffle_7z.so
|
||||
lib/kde4/kerfuffle_cli7z.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_libxz.so
|
||||
lib/kde4/libarkpart.so
|
||||
lib/kde4/libextracthere.so
|
||||
lib/kde4/libkbytearrayedit.so
|
||||
lib/kde4/oktetapart.so
|
||||
lib/kde4/plasma_package_superkaramba.so
|
||||
lib/kde4/plasma_scriptengine_superkaramba.so
|
||||
lib/libkastencontrollers.so
|
||||
lib/libkastencontrollers.so.5
|
||||
lib/libkastencontrollers.so.5.0.1
|
||||
lib/libkastencore.so
|
||||
lib/libkastencore.so.5
|
||||
lib/libkastencore.so.5.0.1
|
||||
lib/libkastengui.so
|
||||
lib/libkastengui.so.5
|
||||
lib/libkastengui.so.5.0.1
|
||||
lib/libkdeinit4_irkick.so
|
||||
lib/libkdeinit4_kcalc.so
|
||||
lib/libkdelirc_shared.so
|
||||
@ -42,6 +50,15 @@ lib/liboktetacore.so.5.0.1
|
||||
lib/liboktetagui.so
|
||||
lib/liboktetagui.so.5
|
||||
lib/liboktetagui.so.5.0.1
|
||||
lib/liboktetakastencontrollers.so
|
||||
lib/liboktetakastencontrollers.so.5
|
||||
lib/liboktetakastencontrollers.so.5.0.1
|
||||
lib/liboktetakastencore.so
|
||||
lib/liboktetakastencore.so.5
|
||||
lib/liboktetakastencore.so.5.0.1
|
||||
lib/liboktetakastengui.so
|
||||
lib/liboktetakastengui.so.5
|
||||
lib/liboktetakastengui.so.5.0.1
|
||||
lib/libsuperkaramba.so
|
||||
lib/libsuperkaramba.so.5
|
||||
lib/libsuperkaramba.so.5.0.1
|
||||
@ -102,15 +119,18 @@ share/apps/kgpg/icons/oxygen/scalable/status/key-group.svgz
|
||||
share/apps/kgpg/icons/oxygen/scalable/status/key-pair.svgz
|
||||
share/apps/kgpg/icons/oxygen/scalable/status/key-single.svgz
|
||||
share/apps/kgpg/keysmanager.rc
|
||||
share/apps/kgpg/kgpg.rc
|
||||
share/apps/kgpg/pics/kgpg_anim.gif
|
||||
share/apps/kgpg/kgpgeditor.rc
|
||||
share/apps/kgpg/tips
|
||||
share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_closed.png
|
||||
share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_open.png
|
||||
share/apps/kwalletmanager/kwalleteditor.rc
|
||||
share/apps/kwalletmanager/kwalletmanager.rc
|
||||
share/apps/okteta/oktetaui.rc
|
||||
share/apps/oktetapart/oktetapartui.rc
|
||||
share/apps/okteta/structures/elf/elf.desktop
|
||||
share/apps/okteta/structures/elf/elf.osd
|
||||
share/apps/oktetapart/oktetapartbrowserui.rc
|
||||
share/apps/oktetapart/oktetapartreadonlyui.rc
|
||||
share/apps/oktetapart/oktetapartreadwriteui.rc
|
||||
share/apps/profiles/amarok.profile.xml
|
||||
share/apps/profiles/dragonplayer.profile.xml
|
||||
share/apps/profiles/klauncher.profile.xml
|
||||
@ -121,15 +141,6 @@ 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
|
||||
@ -148,6 +159,8 @@ 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/irkick/irkick.png
|
||||
share/doc/HTML/en/irkick/irkickoff.png
|
||||
share/doc/HTML/en/kcalc/commands.docbook
|
||||
share/doc/HTML/en/kcalc/common
|
||||
share/doc/HTML/en/kcalc/index.cache.bz2
|
||||
@ -158,6 +171,8 @@ 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/kcmlirc/irkick.png
|
||||
share/doc/HTML/en/kcmlirc/irkickoff.png
|
||||
share/doc/HTML/en/kcontrol/blockdevices/common
|
||||
share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2
|
||||
share/doc/HTML/en/kcontrol/blockdevices/index.docbook
|
||||
@ -201,14 +216,9 @@ share/doc/HTML/en/kwallet/oxygen48-status-wallet-open.png
|
||||
share/doc/HTML/en/kwallet/password1.png
|
||||
share/doc/HTML/en/kwallet/password2.png
|
||||
share/doc/HTML/en/kwallet/save-login-information.png
|
||||
share/doc/HTML/en/okteta/basics.docbook
|
||||
share/doc/HTML/en/okteta/common
|
||||
share/doc/HTML/en/okteta/credits.docbook
|
||||
share/doc/HTML/en/okteta/index.cache.bz2
|
||||
share/doc/HTML/en/okteta/index.docbook
|
||||
share/doc/HTML/en/okteta/introduction.docbook
|
||||
share/doc/HTML/en/okteta/menu.docbook
|
||||
share/doc/HTML/en/okteta/tools.docbook
|
||||
share/doc/HTML/en/superkaramba/common
|
||||
share/doc/HTML/en/superkaramba/index.cache.bz2
|
||||
share/doc/HTML/en/superkaramba/index.docbook
|
||||
@ -281,14 +291,13 @@ 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
|
||||
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_7z.desktop
|
||||
share/kde4/services/kerfuffle_cli7z.desktop
|
||||
share/kde4/services/kerfuffle_clirar.desktop
|
||||
share/kde4/services/kerfuffle_clizip.desktop
|
||||
share/kde4/services/kerfuffle_libarchive.desktop
|
||||
@ -318,15 +327,15 @@ share/kde4/servicetypes/kerfufflePlugin.desktop
|
||||
@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/structures/elf
|
||||
@dirrm share/apps/okteta/structures
|
||||
@dirrm share/apps/okteta
|
||||
@dirrm share/apps/kwalletmanager/icons/oxygen/22x22/actions
|
||||
@dirrm share/apps/kwalletmanager/icons/oxygen/22x22
|
||||
@dirrm share/apps/kwalletmanager/icons/oxygen
|
||||
@dirrm share/apps/kwalletmanager/icons
|
||||
@dirrm share/apps/kwalletmanager
|
||||
@dirrm share/apps/kgpg/pics
|
||||
@dirrm share/apps/kgpg/icons/oxygen/scalable/status
|
||||
@dirrm share/apps/kgpg/icons/oxygen/scalable/actions
|
||||
@dirrm share/apps/kgpg/icons/oxygen/scalable
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= kdeutils
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= misc kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
@ -16,8 +16,6 @@ MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Utilities for the KDE4 integrated X11 Desktop
|
||||
|
||||
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
|
||||
zip.1:${PORTSDIR}/archivers/libzip \
|
||||
lzma.0:${PORTSDIR}/archivers/xz \
|
||||
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
|
||||
qca.2:${PORTSDIR}/devel/qca
|
||||
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
|
||||
@ -28,7 +26,7 @@ USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
USE_PYTHON= 2.5+
|
||||
KDE4_BUILDENV= yes
|
||||
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp kdebase
|
||||
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace
|
||||
QT_COMPONENTS= network gui porting xml \
|
||||
qmake_build moc_build rcc_build uic_build
|
||||
MAKE_JOBS_SAFE= yes
|
||||
@ -37,7 +35,11 @@ MAN1= ark.1
|
||||
|
||||
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OSVERSION} < 900012
|
||||
LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PRINTER_APPLET)
|
||||
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
|
||||
@ -48,4 +50,4 @@ post-patch:
|
||||
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
|
||||
${PATCH_WRKSRC}/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdeutils-4.3.5.tar.bz2) = 7321bc385bd0666bb32d5ec467a05244
|
||||
SHA256 (KDE/kdeutils-4.3.5.tar.bz2) = c7fe2ded72451690dde43a315da102d2ccc9d32c2cf20b7f0dbfd5f043f72930
|
||||
SIZE (KDE/kdeutils-4.3.5.tar.bz2) = 2527483
|
||||
MD5 (KDE/kdeutils-4.4.3.tar.bz2) = 862ad8f17c0b2122a79c7d709a5ff5f3
|
||||
SHA256 (KDE/kdeutils-4.4.3.tar.bz2) = e5912b86c10ef6cd34647368f0fa6ff233324c396ee4afd8deeef06d257dccfa
|
||||
SIZE (KDE/kdeutils-4.4.3.tar.bz2) = 2692041
|
||||
|
@ -2,7 +2,6 @@ bin/ark
|
||||
bin/irkick
|
||||
bin/kcalc
|
||||
bin/kcharselect
|
||||
bin/kdessh
|
||||
bin/kdf
|
||||
bin/kfloppy
|
||||
bin/kgpg
|
||||
@ -12,22 +11,31 @@ bin/kwikdisk
|
||||
bin/okteta
|
||||
bin/superkaramba
|
||||
bin/sweeper
|
||||
lib/kde4/arkpart.so
|
||||
lib/kde4/kcm_kdf.so
|
||||
lib/kde4/kcm_kwallet.so
|
||||
lib/kde4/kcm_lirc.so
|
||||
lib/kde4/kerfuffle_7z.so
|
||||
lib/kde4/kerfuffle_cli7z.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_libxz.so
|
||||
lib/kde4/libarkpart.so
|
||||
lib/kde4/libextracthere.so
|
||||
lib/kde4/libkbytearrayedit.so
|
||||
lib/kde4/oktetapart.so
|
||||
lib/kde4/plasma_package_superkaramba.so
|
||||
lib/kde4/plasma_scriptengine_superkaramba.so
|
||||
lib/libkastencontrollers.so
|
||||
lib/libkastencontrollers.so.5
|
||||
lib/libkastencontrollers.so.5.0.1
|
||||
lib/libkastencore.so
|
||||
lib/libkastencore.so.5
|
||||
lib/libkastencore.so.5.0.1
|
||||
lib/libkastengui.so
|
||||
lib/libkastengui.so.5
|
||||
lib/libkastengui.so.5.0.1
|
||||
lib/libkdeinit4_irkick.so
|
||||
lib/libkdeinit4_kcalc.so
|
||||
lib/libkdelirc_shared.so
|
||||
@ -42,6 +50,15 @@ lib/liboktetacore.so.5.0.1
|
||||
lib/liboktetagui.so
|
||||
lib/liboktetagui.so.5
|
||||
lib/liboktetagui.so.5.0.1
|
||||
lib/liboktetakastencontrollers.so
|
||||
lib/liboktetakastencontrollers.so.5
|
||||
lib/liboktetakastencontrollers.so.5.0.1
|
||||
lib/liboktetakastencore.so
|
||||
lib/liboktetakastencore.so.5
|
||||
lib/liboktetakastencore.so.5.0.1
|
||||
lib/liboktetakastengui.so
|
||||
lib/liboktetakastengui.so.5
|
||||
lib/liboktetakastengui.so.5.0.1
|
||||
lib/libsuperkaramba.so
|
||||
lib/libsuperkaramba.so.5
|
||||
lib/libsuperkaramba.so.5.0.1
|
||||
@ -102,15 +119,18 @@ share/apps/kgpg/icons/oxygen/scalable/status/key-group.svgz
|
||||
share/apps/kgpg/icons/oxygen/scalable/status/key-pair.svgz
|
||||
share/apps/kgpg/icons/oxygen/scalable/status/key-single.svgz
|
||||
share/apps/kgpg/keysmanager.rc
|
||||
share/apps/kgpg/kgpg.rc
|
||||
share/apps/kgpg/pics/kgpg_anim.gif
|
||||
share/apps/kgpg/kgpgeditor.rc
|
||||
share/apps/kgpg/tips
|
||||
share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_closed.png
|
||||
share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_open.png
|
||||
share/apps/kwalletmanager/kwalleteditor.rc
|
||||
share/apps/kwalletmanager/kwalletmanager.rc
|
||||
share/apps/okteta/oktetaui.rc
|
||||
share/apps/oktetapart/oktetapartui.rc
|
||||
share/apps/okteta/structures/elf/elf.desktop
|
||||
share/apps/okteta/structures/elf/elf.osd
|
||||
share/apps/oktetapart/oktetapartbrowserui.rc
|
||||
share/apps/oktetapart/oktetapartreadonlyui.rc
|
||||
share/apps/oktetapart/oktetapartreadwriteui.rc
|
||||
share/apps/profiles/amarok.profile.xml
|
||||
share/apps/profiles/dragonplayer.profile.xml
|
||||
share/apps/profiles/klauncher.profile.xml
|
||||
@ -121,15 +141,6 @@ 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
|
||||
@ -148,6 +159,8 @@ 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/irkick/irkick.png
|
||||
share/doc/HTML/en/irkick/irkickoff.png
|
||||
share/doc/HTML/en/kcalc/commands.docbook
|
||||
share/doc/HTML/en/kcalc/common
|
||||
share/doc/HTML/en/kcalc/index.cache.bz2
|
||||
@ -158,6 +171,8 @@ 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/kcmlirc/irkick.png
|
||||
share/doc/HTML/en/kcmlirc/irkickoff.png
|
||||
share/doc/HTML/en/kcontrol/blockdevices/common
|
||||
share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2
|
||||
share/doc/HTML/en/kcontrol/blockdevices/index.docbook
|
||||
@ -201,14 +216,9 @@ share/doc/HTML/en/kwallet/oxygen48-status-wallet-open.png
|
||||
share/doc/HTML/en/kwallet/password1.png
|
||||
share/doc/HTML/en/kwallet/password2.png
|
||||
share/doc/HTML/en/kwallet/save-login-information.png
|
||||
share/doc/HTML/en/okteta/basics.docbook
|
||||
share/doc/HTML/en/okteta/common
|
||||
share/doc/HTML/en/okteta/credits.docbook
|
||||
share/doc/HTML/en/okteta/index.cache.bz2
|
||||
share/doc/HTML/en/okteta/index.docbook
|
||||
share/doc/HTML/en/okteta/introduction.docbook
|
||||
share/doc/HTML/en/okteta/menu.docbook
|
||||
share/doc/HTML/en/okteta/tools.docbook
|
||||
share/doc/HTML/en/superkaramba/common
|
||||
share/doc/HTML/en/superkaramba/index.cache.bz2
|
||||
share/doc/HTML/en/superkaramba/index.docbook
|
||||
@ -281,14 +291,13 @@ 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
|
||||
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_7z.desktop
|
||||
share/kde4/services/kerfuffle_cli7z.desktop
|
||||
share/kde4/services/kerfuffle_clirar.desktop
|
||||
share/kde4/services/kerfuffle_clizip.desktop
|
||||
share/kde4/services/kerfuffle_libarchive.desktop
|
||||
@ -318,15 +327,15 @@ share/kde4/servicetypes/kerfufflePlugin.desktop
|
||||
@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/structures/elf
|
||||
@dirrm share/apps/okteta/structures
|
||||
@dirrm share/apps/okteta
|
||||
@dirrm share/apps/kwalletmanager/icons/oxygen/22x22/actions
|
||||
@dirrm share/apps/kwalletmanager/icons/oxygen/22x22
|
||||
@dirrm share/apps/kwalletmanager/icons/oxygen
|
||||
@dirrm share/apps/kwalletmanager/icons
|
||||
@dirrm share/apps/kwalletmanager
|
||||
@dirrm share/apps/kgpg/pics
|
||||
@dirrm share/apps/kgpg/icons/oxygen/scalable/status
|
||||
@dirrm share/apps/kgpg/icons/oxygen/scalable/actions
|
||||
@dirrm share/apps/kgpg/icons/oxygen/scalable
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
PORTNAME= kdepim-runtime
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
@ -17,9 +16,11 @@ COMMENT= Libraries for KDE-PIM applications
|
||||
|
||||
LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs
|
||||
|
||||
CONFLICTS= kdepimlibs-4.3.[1-4]
|
||||
|
||||
LATEST_LINK= ${PORTNAME}4
|
||||
|
||||
USE_KDE4= pimlibs kdeexp kdeprefix kdehier sharedmime automoc4
|
||||
USE_KDE4= pimlibs kdeprefix kdehier sharedmime automoc4
|
||||
KDE4_BUILDENV= yes
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdepim-runtime-4.3.5.tar.bz2) = 36d13c587898a719247c3fa600a446df
|
||||
SHA256 (KDE/kdepim-runtime-4.3.5.tar.bz2) = c624405bcce215df9fbb7f3bf756a1ad4eb81e7304e2bcb897f2bae0c8530405
|
||||
SIZE (KDE/kdepim-runtime-4.3.5.tar.bz2) = 746427
|
||||
MD5 (KDE/kdepim-runtime-4.4.3.tar.bz2) = 6da3646063137eaadd5bfd90bcf46942
|
||||
SHA256 (KDE/kdepim-runtime-4.4.3.tar.bz2) = 6fd407f29abaf256cfca5b2c4fdd44be90e3f6bfc94d804e62df09be52ff0a89
|
||||
SIZE (KDE/kdepim-runtime-4.4.3.tar.bz2) = 631587
|
||||
|
@ -1,6 +1,6 @@
|
||||
bin/akonadi2xml
|
||||
bin/akonadi_birthdays_resource
|
||||
bin/akonadi_distlist_resource
|
||||
bin/akonadi_contacts_resource
|
||||
bin/akonadi_ical_resource
|
||||
bin/akonadi_imap_resource
|
||||
bin/akonadi_kabc_resource
|
||||
@ -9,20 +9,22 @@ bin/akonadi_knut_resource
|
||||
bin/akonadi_kolabproxy_resource
|
||||
bin/akonadi_localbookmarks_resource
|
||||
bin/akonadi_maildir_resource
|
||||
bin/akonadi_maildispatcher_agent
|
||||
bin/akonadi_mailtransport_dummy_resource
|
||||
bin/akonadi_mbox_resource
|
||||
bin/akonadi_microblog_resource
|
||||
bin/akonadi_nepomuk_calendar_feeder
|
||||
bin/akonadi_nepomuk_contact_feeder
|
||||
bin/akonadi_nepomuktag_resource
|
||||
bin/akonadi_nntp_resource
|
||||
bin/akonadi_strigi_feeder
|
||||
bin/akonadi_notes_resource
|
||||
bin/akonadi_pop3_resource
|
||||
bin/akonadi_vcard_resource
|
||||
bin/akonadi_vcarddir_resource
|
||||
bin/akonadiconsole
|
||||
bin/akonaditray
|
||||
bin/kaddressbookmigrator
|
||||
bin/kmail-migrator
|
||||
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
|
||||
@ -35,26 +37,20 @@ 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
|
||||
lib/libmbox.so
|
||||
lib/libmbox.so.5
|
||||
lib/libmbox.so.5.0.1
|
||||
share/akonadi/agents/birthdaysresource.desktop
|
||||
share/akonadi/agents/distlistresource.desktop
|
||||
share/akonadi/agents/contactsresource.desktop
|
||||
share/akonadi/agents/icalresource.desktop
|
||||
share/akonadi/agents/imapresource.desktop
|
||||
share/akonadi/agents/kabcresource.desktop
|
||||
@ -63,14 +59,18 @@ share/akonadi/agents/knutresource.desktop
|
||||
share/akonadi/agents/kolabproxyresource.desktop
|
||||
share/akonadi/agents/localbookmarksresource.desktop
|
||||
share/akonadi/agents/maildirresource.desktop
|
||||
share/akonadi/agents/maildispatcheragent.desktop
|
||||
share/akonadi/agents/mboxresource.desktop
|
||||
share/akonadi/agents/microblog.desktop
|
||||
share/akonadi/agents/mtdummyresource.desktop
|
||||
share/akonadi/agents/nepomukcalendarfeeder.desktop
|
||||
share/akonadi/agents/nepomukcontactfeeder.desktop
|
||||
share/akonadi/agents/nepomuktagresource.desktop
|
||||
share/akonadi/agents/nntpresource.desktop
|
||||
share/akonadi/agents/notesresource.desktop
|
||||
share/akonadi/agents/strigifeeder.desktop
|
||||
share/akonadi/agents/pop3resource.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
|
||||
@ -82,7 +82,8 @@ 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/autostart/kaddressbookmigrator.desktop
|
||||
share/config/kmail-migratorrc
|
||||
share/config/kres-migratorrc
|
||||
share/dbus-1/interfaces/org.kde.Akonadi.Maildir.Settings.xml
|
||||
share/icons/hicolor/64x64/apps/kolab.png
|
||||
@ -92,17 +93,13 @@ 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/application/x-vnd.kde.notes.xml
|
||||
share/mime/packages/kdepim-mime.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
|
||||
@dirrmtry share/apps/akonadi
|
||||
@dirrm share/akonadi/agents
|
||||
@dirrm share/akonadi
|
||||
@dirrm include/akonadi/xml
|
||||
@dirrmtry include/akonadi
|
||||
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
PORTNAME= kdepim
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils kde ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
@ -19,13 +18,11 @@ 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 \
|
||||
mal.1:${PORTSDIR}/palm/libmal \
|
||||
pisock.9:${PORTSDIR}/palm/pilot-link \
|
||||
qca.2:${PORTSDIR}/devel/qca
|
||||
|
||||
LATEST_LINK= ${PORTNAME}4
|
||||
|
||||
USE_KDE4= kdelibs kdeexp pimlibs pimruntime \
|
||||
USE_KDE4= kdelibs pimlibs pimruntime \
|
||||
akonadi kdeprefix kdehier automoc4 oxygen
|
||||
KDE4_BUILDENV= yes
|
||||
USE_BZIP2= yes
|
||||
@ -38,18 +35,11 @@ MAKE_JOBS_SAFE= yes
|
||||
#fix build when kdepim3 is here
|
||||
CMAKE_ARGS+= -DGPGME_LIBRARY_DIR:PATH="${KDE4_PREFIX}/lib"
|
||||
|
||||
OPTIONS= GNOKII "KAdressbook import/export for Nokia phones" off
|
||||
# KITCHENSYNC "PIM synchronization utility" off
|
||||
MAN1= kabcclient.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
#OPTIONS= KITCHENSYNC "PIM synchronization utility" off
|
||||
|
||||
.if defined(WITH_GNOKII)
|
||||
LIB_DEPENDS+= gnokii:${PORTSDIR}/comms/gnokii
|
||||
PLIST_SUB+= GNOKII=""
|
||||
.else
|
||||
CMAKE_ARGS+= -DWITH_GNOKII:BOOL=off
|
||||
PLIST_SUB+= GNOKII="@comment "
|
||||
.endif
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# kitchensync is disabled in KDE 4.2
|
||||
# .if defined(WITH_KITCHENSYNC)
|
||||
@ -65,4 +55,4 @@ pre-configure:
|
||||
${FIND} ${PATCH_WRKSRC} -type f -name CMakeLists.txt | ${XARGS} \
|
||||
${REINPLACE_CMD} -e '/DESTINATION/s,KDE4_DBUS_INTERFACES_DIR,DBUS_INTERFACES_INSTALL_DIR,g'
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdepim-4.3.5.tar.bz2) = 641721181c10c6d8ed229a7dd4b20ddf
|
||||
SHA256 (KDE/kdepim-4.3.5.tar.bz2) = 76f8efcdfde2b00c8c8a82dcd1363b50cf9c1a7217419dd495126f05a6528fd1
|
||||
SIZE (KDE/kdepim-4.3.5.tar.bz2) = 11254015
|
||||
MD5 (KDE/kdepim-4.4.3.tar.bz2) = c3edd9da3d626d19936f92b5da81677c
|
||||
SHA256 (KDE/kdepim-4.4.3.tar.bz2) = 0ad3a23d98932a1fe966a91e79d8b795978a604ccc17529a101c2674034ef952
|
||||
SIZE (KDE/kdepim-4.4.3.tar.bz2) = 9355438
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- ./kmail/avscripts/kmail_clamav.sh.orig 2008-01-15 04:57:51.000000000 +0300
|
||||
+++ ./kmail/avscripts/kmail_clamav.sh 2010-03-27 01:28:30.548465474 +0300
|
||||
@@ -35,7 +35,7 @@
|
||||
cat > $TEMPFILE
|
||||
|
||||
# check for a running daemon
|
||||
-if [ "`ps -eo comm|grep clamd`" = "clamd" ]; then
|
||||
+if [ "`ps -axo comm|grep clamd`" = "clamd" ]; then
|
||||
chmod a+r $TEMPFILE
|
||||
CLAMCOMANDO="clamdscan --stdout --no-summary "
|
||||
else
|
@ -1,12 +1,12 @@
|
||||
bin/akonadiconsole
|
||||
bin/akregator
|
||||
bin/akregatorstorageexporter
|
||||
bin/egroupwarewizard
|
||||
bin/blogilo
|
||||
bin/groupwarewizard
|
||||
bin/groupwisewizard
|
||||
bin/ical2vcal
|
||||
bin/kabc2mutt
|
||||
bin/kabcclient
|
||||
bin/kabcdistlistupdater
|
||||
bin/kaddressbook
|
||||
bin/kalarm
|
||||
bin/kalarmautostart
|
||||
@ -27,106 +27,11 @@ bin/konsolekalendar
|
||||
bin/kontact
|
||||
bin/korgac
|
||||
bin/korganizer
|
||||
bin/kpilot
|
||||
bin/kpilotDaemon
|
||||
bin/ksendemail
|
||||
bin/ktimetracker
|
||||
bin/kwatchgnupg
|
||||
bin/scalixadmin
|
||||
bin/scalixwizard
|
||||
bin/sloxwizard
|
||||
include/akregator/akregator_export.h
|
||||
include/akregator/article.h
|
||||
include/akregator/command.h
|
||||
include/akregator/feedlistmanagementinterface.h
|
||||
include/akregator/feedstorage.h
|
||||
include/akregator/plugin.h
|
||||
include/akregator/storage.h
|
||||
include/akregator/storagefactory.h
|
||||
include/akregator/storagefactoryregistry.h
|
||||
include/akregator/types.h
|
||||
include/kaddressbook/kaddressbook_export.h
|
||||
include/kleo/adduseridjob.h
|
||||
include/kleo/changeexpiryjob.h
|
||||
include/kleo/changeownertrustjob.h
|
||||
include/kleo/cryptobackend.h
|
||||
include/kleo/cryptobackendfactory.h
|
||||
include/kleo/cryptoconfig.h
|
||||
include/kleo/cryptplug.h
|
||||
include/kleo/cryptplugfactory.h
|
||||
include/kleo/cryptplugwrapper.h
|
||||
include/kleo/cryptplugwrapperlist.h
|
||||
include/kleo/decryptjob.h
|
||||
include/kleo/decryptverifyjob.h
|
||||
include/kleo/deletejob.h
|
||||
include/kleo/dn.h
|
||||
include/kleo/downloadjob.h
|
||||
include/kleo/encryptjob.h
|
||||
include/kleo/enum.h
|
||||
include/kleo/exportjob.h
|
||||
include/kleo/hierarchicalkeylistjob.h
|
||||
include/kleo/importjob.h
|
||||
include/kleo/job.h
|
||||
include/kleo/keyfilter.h
|
||||
include/kleo/keyfiltermanager.h
|
||||
include/kleo/keygenerationjob.h
|
||||
include/kleo/keylistjob.h
|
||||
include/kleo/kleo_export.h
|
||||
include/kleo/multideletejob.h
|
||||
include/kleo/oidmap.h
|
||||
include/kleo/refreshkeysjob.h
|
||||
include/kleo/signencryptjob.h
|
||||
include/kleo/signjob.h
|
||||
include/kleo/signkeyjob.h
|
||||
include/kleo/specialjob.h
|
||||
include/kleo/ui/backendconfigwidget.h
|
||||
include/kleo/ui/cryptoconfigdialog.h
|
||||
include/kleo/ui/cryptoconfigmodule.h
|
||||
include/kleo/ui/directoryserviceswidget.h
|
||||
include/kleo/ui/dnattributeorderconfigwidget.h
|
||||
include/kleo/ui/kdhorizontalline.h
|
||||
include/kleo/ui/keyapprovaldialog.h
|
||||
include/kleo/ui/keylistview.h
|
||||
include/kleo/ui/keyrequester.h
|
||||
include/kleo/ui/keyselectiondialog.h
|
||||
include/kleo/ui/messagebox.h
|
||||
include/kleo/ui/progressbar.h
|
||||
include/kleo/ui/progressdialog.h
|
||||
include/kleo/verifydetachedjob.h
|
||||
include/kleo/verifyopaquejob.h
|
||||
include/kmail/interfaces/bodypart.h
|
||||
include/kmail/interfaces/bodypartformatter.h
|
||||
include/kmail/interfaces/bodyparturlhandler.h
|
||||
include/kmail/interfaces/htmlwriter.h
|
||||
include/kmail/interfaces/observable.h
|
||||
include/kmail/interfaces/observer.h
|
||||
include/kpgp/kpgp.h
|
||||
include/kpgp/kpgpbase.h
|
||||
include/kpgp/kpgpblock.h
|
||||
include/kpgp/kpgpkey.h
|
||||
include/kpgp/kpgpui.h
|
||||
include/kpgp/libkpgp_export.h
|
||||
include/kpilot/kpilot_export.h
|
||||
include/kpilot/kpilotdevicelink.h
|
||||
include/kpilot/kpilotlink.h
|
||||
include/kpilot/kpilotlocallink.h
|
||||
include/kpilot/options.h
|
||||
include/kpilot/pilot.h
|
||||
include/kpilot/pilotDatabase.h
|
||||
include/kpilot/pilotLinkVersion.h
|
||||
include/kpilot/pilotLocalDatabase.h
|
||||
include/kpilot/pilotRecord.h
|
||||
include/kpilot/pilotSerialDatabase.h
|
||||
include/kpilot/plugin.h
|
||||
include/kpilot/pluginfactory.h
|
||||
include/kpilot/syncAction.h
|
||||
include/ksieve/libksieve_export.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/akonadi/contact/editorpageplugins/cryptopageplugin.so
|
||||
lib/kde4/akregator_config_advanced.so
|
||||
lib/kde4/akregator_config_appearance.so
|
||||
lib/kde4/akregator_config_archive.so
|
||||
@ -137,25 +42,7 @@ lib/kde4/akregatorpart.so
|
||||
lib/kde4/kabc_groupdav.so
|
||||
lib/kde4/kabc_groupwise.so
|
||||
lib/kde4/kabc_kolab.so
|
||||
lib/kde4/kabc_scalix.so
|
||||
lib/kde4/kabc_slox.so
|
||||
lib/kde4/kabc_xmlrpc.so
|
||||
lib/kde4/kaddrbk_bookmark_xxport.so
|
||||
lib/kde4/kaddrbk_cardview.so
|
||||
lib/kde4/kaddrbk_cryptosettings.so
|
||||
lib/kde4/kaddrbk_csv_xxport.so
|
||||
lib/kde4/kaddrbk_distributionlistng.so
|
||||
lib/kde4/kaddrbk_eudora_xxport.so
|
||||
lib/kde4/kaddrbk_gmx_xxport.so
|
||||
%%GNOKII%%lib/kde4/kaddrbk_gnokii_xxport.so
|
||||
lib/kde4/kaddrbk_iconview.so
|
||||
lib/kde4/kaddrbk_kde2_xxport.so
|
||||
lib/kde4/kaddrbk_ldif_xxport.so
|
||||
lib/kde4/kaddrbk_opera_xxport.so
|
||||
lib/kde4/kaddrbk_pab_xxport.so
|
||||
lib/kde4/kaddrbk_resourceselection.so
|
||||
lib/kde4/kaddrbk_tableview.so
|
||||
lib/kde4/kaddrbk_vcard_xxport.so
|
||||
lib/kde4/kaddressbookpart.so
|
||||
lib/kde4/kalarm_local.so
|
||||
lib/kde4/kalarm_localdir.so
|
||||
@ -166,13 +53,8 @@ lib/kde4/kcal_groupwise.so
|
||||
lib/kde4/kcal_kabc.so
|
||||
lib/kde4/kcal_kolab.so
|
||||
lib/kde4/kcal_remote.so
|
||||
lib/kde4/kcal_scalix.so
|
||||
lib/kde4/kcal_slox.so
|
||||
lib/kde4/kcal_xmlrpc.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
|
||||
@ -182,13 +64,12 @@ 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_ktimetracker.so
|
||||
lib/kde4/kcm_ldap.so
|
||||
lib/kde4/kcm_planner.so
|
||||
lib/kde4/kcm_sdsummary.so
|
||||
lib/kde4/kcm_todosummary.so
|
||||
lib/kde4/kio_groupwise.so
|
||||
lib/kde4/kio_scalix.so
|
||||
lib/kde4/kjotspart.so
|
||||
lib/kde4/kmail_bodypartformatter_application_octetstream.so
|
||||
lib/kde4/kmail_bodypartformatter_text_calendar.so
|
||||
@ -198,8 +79,6 @@ lib/kde4/kmailpart.so
|
||||
lib/kde4/knodepart.so
|
||||
lib/kde4/knotes_kolab.so
|
||||
lib/kde4/knotes_local.so
|
||||
lib/kde4/knotes_scalix.so
|
||||
lib/kde4/knotes_xmlrpc.so
|
||||
lib/kde4/kontact_akregatorplugin.so
|
||||
lib/kde4/kontact_journalplugin.so
|
||||
lib/kde4/kontact_kaddressbookplugin.so
|
||||
@ -221,15 +100,15 @@ lib/kde4/korg_thisdayinhistory.so
|
||||
lib/kde4/korg_yearprint.so
|
||||
lib/kde4/korganizerpart.so
|
||||
lib/kde4/kpartsdesignerplugin.so
|
||||
lib/kde4/kpilot_conduit_calendar.so
|
||||
lib/kde4/kpilot_conduit_contacts.so
|
||||
lib/kde4/kpilot_conduit_memofile.so
|
||||
lib/kde4/kpilot_conduit_time.so
|
||||
lib/kde4/kpilot_conduit_todo.so
|
||||
lib/kde4/ktexteditorkabcbridge.so
|
||||
lib/kde4/ktimetrackerpart.so
|
||||
lib/kde4/ldifvcardthumbnail.so
|
||||
lib/kde4/plugins/designer/kdepimwidgets.so
|
||||
lib/libakonadi-kcal_next.so
|
||||
lib/libakonadi-kcal_next.so.5
|
||||
lib/libakonadi-kcal_next.so.5.0.1
|
||||
lib/libakonadi_next.so
|
||||
lib/libakonadi_next.so.5
|
||||
lib/libakonadi_next.so.5.0.1
|
||||
lib/libakregatorinterfaces.so
|
||||
lib/libakregatorinterfaces.so.5
|
||||
lib/libakregatorinterfaces.so.5.0.1
|
||||
@ -244,26 +123,17 @@ lib/libkabc_groupdav.so.5.0.1
|
||||
lib/libkabc_slox.so
|
||||
lib/libkabc_slox.so.5
|
||||
lib/libkabc_slox.so.5.0.1
|
||||
lib/libkabc_xmlrpc.so
|
||||
lib/libkabc_xmlrpc.so.5
|
||||
lib/libkabc_xmlrpc.so.5.0.1
|
||||
lib/libkabcgroupwise.so
|
||||
lib/libkabcgroupwise.so.5
|
||||
lib/libkabcgroupwise.so.5.0.1
|
||||
lib/libkabckolab.so
|
||||
lib/libkabckolab.so.5
|
||||
lib/libkabckolab.so.5.0.1
|
||||
lib/libkabcommon.so
|
||||
lib/libkabcommon.so.5
|
||||
lib/libkabcommon.so.5.0.1
|
||||
lib/libkabcscalix.so
|
||||
lib/libkabcscalix.so.5
|
||||
lib/libkabcscalix.so.5.0.1
|
||||
lib/libkabinterfaces.so
|
||||
lib/libkabinterfaces.so.5
|
||||
lib/libkabinterfaces.so.5.0.1
|
||||
lib/libkaddressbookprivate.so.5
|
||||
lib/libkaddressbookprivate.so.5.0.1
|
||||
lib/libkalarm_calendar.so
|
||||
lib/libkalarm_calendar.so.5
|
||||
lib/libkalarm_calendar.so.5.0.1
|
||||
lib/libkalarm_resources.so
|
||||
lib/libkalarm_resources.so.5
|
||||
lib/libkalarm_resources.so.5.0.1
|
||||
@ -279,18 +149,12 @@ lib/libkcal_resourceremote.so.5.0.1
|
||||
lib/libkcal_slox.so
|
||||
lib/libkcal_slox.so.5
|
||||
lib/libkcal_slox.so.5.0.1
|
||||
lib/libkcal_xmlrpc.so
|
||||
lib/libkcal_xmlrpc.so.5
|
||||
lib/libkcal_xmlrpc.so.5.0.1
|
||||
lib/libkcalgroupwise.so
|
||||
lib/libkcalgroupwise.so.5
|
||||
lib/libkcalgroupwise.so.5.0.1
|
||||
lib/libkcalkolab.so
|
||||
lib/libkcalkolab.so.5
|
||||
lib/libkcalkolab.so.5.0.1
|
||||
lib/libkcalscalix.so
|
||||
lib/libkcalscalix.so.5
|
||||
lib/libkcalscalix.so.5.0.1
|
||||
lib/libkdepim.so
|
||||
lib/libkdepim.so.5
|
||||
lib/libkdepim.so.5.0.1
|
||||
@ -314,18 +178,9 @@ lib/libkmailprivate.so.5.0.1
|
||||
lib/libknodecommon.so
|
||||
lib/libknodecommon.so.5
|
||||
lib/libknodecommon.so.5.0.1
|
||||
lib/libknotes_xmlrpc.so
|
||||
lib/libknotes_xmlrpc.so.5
|
||||
lib/libknotes_xmlrpc.so.5.0.1
|
||||
lib/libknoteskolab.so
|
||||
lib/libknoteskolab.so.5
|
||||
lib/libknoteskolab.so.5.0.1
|
||||
lib/libknotesscalix.so
|
||||
lib/libknotesscalix.so.5
|
||||
lib/libknotesscalix.so.5.0.1
|
||||
lib/libkontactinterfaces.so
|
||||
lib/libkontactinterfaces.so.5
|
||||
lib/libkontactinterfaces.so.5.0.1
|
||||
lib/libkontactprivate.so.5
|
||||
lib/libkontactprivate.so.5.0.1
|
||||
lib/libkorg_stdprinting.so
|
||||
@ -348,17 +203,21 @@ lib/libkorganizerprivate.so.5.0.1
|
||||
lib/libkpgp.so
|
||||
lib/libkpgp.so.5
|
||||
lib/libkpgp.so.5.0.1
|
||||
lib/libkpilot.so
|
||||
lib/libkpilot.so.5
|
||||
lib/libkpilot.so.5.0.1
|
||||
lib/libkpilot_akonadibase.so
|
||||
lib/libkpilot_conduit_base.so
|
||||
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/libmessagecore.so
|
||||
lib/libmessagecore.so.5
|
||||
lib/libmessagecore.so.5.0.1
|
||||
lib/libmessagelist.so
|
||||
lib/libmessagelist.so.5
|
||||
lib/libmessagelist.so.5.0.1
|
||||
lib/libmessageviewer.so
|
||||
lib/libmessageviewer.so.0
|
||||
lib/libmessageviewer.so.0.1.0
|
||||
lib/libmimelib.so
|
||||
lib/libmimelib.so.5
|
||||
lib/libmimelib.so.5.0.1
|
||||
@ -368,19 +227,22 @@ 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/akregator.desktop
|
||||
share/applications/kde4/blogilo.desktop
|
||||
share/applications/kde4/groupwarewizard.desktop
|
||||
share/applications/kde4/kaddressbook.desktop
|
||||
share/applications/kde4/kalarm.desktop
|
||||
share/applications/kde4/kleopatra.desktop
|
||||
share/applications/kde4/kleopatra_import.desktop
|
||||
share/applications/kde4/kmail_view.desktop
|
||||
share/applications/kde4/knotes.desktop
|
||||
share/applications/kde4/konsolekalendar.desktop
|
||||
share/applications/kde4/kontact-admin.desktop
|
||||
share/applications/kde4/korganizer-import.desktop
|
||||
share/applications/kde4/korganizer.desktop
|
||||
share/applications/kde4/kpilot.desktop
|
||||
share/applications/kde4/kpilotdaemon.desktop
|
||||
share/applications/kde4/ktimetracker.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
|
||||
@ -391,42 +253,19 @@ share/apps/akregator/articleviewer.rc
|
||||
share/apps/akregator/pageviewer.rc
|
||||
share/apps/akregator/pics/kmmsgnew.png
|
||||
share/apps/akregator/pics/kmmsgunseen.png
|
||||
share/apps/kaddressbook/bookmark_xxportui.rc
|
||||
share/apps/kaddressbook/csv-templates/kaddressbook.desktop
|
||||
share/apps/kaddressbook/csv-templates/outlook2000.desktop
|
||||
share/apps/kaddressbook/csv-templates/yahoo.desktop
|
||||
share/apps/kaddressbook/csv_xxportui.rc
|
||||
share/apps/kaddressbook/eudora_xxportui.rc
|
||||
share/apps/kaddressbook/gmx_xxportui.rc
|
||||
%%GNOKII%%share/apps/kaddressbook/gnokii_xxportui.rc
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/aim_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/gadu_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/groupwise_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/icq_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/irc_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/jabber_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/meanwhile_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/msn_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/skype_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/sms_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/yahoo_protocol.png
|
||||
share/apps/kaddressbook/kaddressbook_part.rc
|
||||
share/apps/blogilo/blogiloui.rc
|
||||
share/apps/kaddressbook/kaddressbookui.rc
|
||||
share/apps/kaddressbook/kde2_xxportui.rc
|
||||
share/apps/kaddressbook/ldif_xxportui.rc
|
||||
share/apps/kaddressbook/opera_xxportui.rc
|
||||
share/apps/kaddressbook/pab_xxportui.rc
|
||||
share/apps/kaddressbook/pics/world.jpg
|
||||
share/apps/kaddressbook/printing/detailed-style.png
|
||||
share/apps/kaddressbook/printing/mike-style.png
|
||||
share/apps/kaddressbook/printing/ringbinder-style.png
|
||||
share/apps/kaddressbook/vcard_xxportui.rc
|
||||
share/apps/kaddressbook/zone.tab
|
||||
share/apps/kalarm/icons/oxygen/16x16/actions/document-new-from-template.png
|
||||
share/apps/kalarm/icons/oxygen/16x16/actions/new-audio-alarm.png
|
||||
share/apps/kalarm/icons/oxygen/16x16/actions/new-command-alarm.png
|
||||
share/apps/kalarm/icons/oxygen/22x22/actions/document-new-from-template.png
|
||||
share/apps/kalarm/icons/oxygen/22x22/actions/kalarm.png
|
||||
share/apps/kalarm/icons/oxygen/22x22/actions/new-audio-alarm.png
|
||||
share/apps/kalarm/icons/oxygen/22x22/actions/new-command-alarm.png
|
||||
share/apps/kalarm/icons/oxygen/22x22/emblems/partdisabled.png
|
||||
share/apps/kalarm/kalarmui.rc
|
||||
share/apps/kconf_update/kalarm-1.2.1-general.pl
|
||||
share/apps/kconf_update/kalarm-1.9.5-defaults.pl
|
||||
@ -456,7 +295,6 @@ share/apps/kconf_update/kolab-resource.upd
|
||||
share/apps/kconf_update/korganizer.upd
|
||||
share/apps/kconf_update/kpgp-3.1-upgrade-address-data.pl
|
||||
share/apps/kconf_update/kpgp.upd
|
||||
share/apps/kconf_update/kpilot.upd
|
||||
share/apps/kconf_update/upgrade-resourcetype.pl
|
||||
share/apps/kconf_update/upgrade-signature.pl
|
||||
share/apps/kconf_update/upgrade-transport.pl
|
||||
@ -481,8 +319,6 @@ share/apps/kmail/kmail_part.rc
|
||||
share/apps/kmail/kmcomposerui.rc
|
||||
share/apps/kmail/kmmainwin.rc
|
||||
share/apps/kmail/kmreadermainwin.rc
|
||||
share/apps/kmail/pics/attachmentQuicklistClosed.png
|
||||
share/apps/kmail/pics/attachmentQuicklistOpened.png
|
||||
share/apps/kmail/pics/enterprise_bottom.png
|
||||
share/apps/kmail/pics/enterprise_bottom_left.png
|
||||
share/apps/kmail/pics/enterprise_bottom_right.png
|
||||
@ -504,25 +340,22 @@ 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/pgp-keys.png
|
||||
share/apps/kmail/pics/quicklistClosed.png
|
||||
share/apps/kmail/pics/quicklistOpened.png
|
||||
share/apps/kmail/pics/quotecollapse.png
|
||||
share/apps/kmail/pics/quoteexpand.png
|
||||
share/apps/kmail/plugins/bodypartformatter/application_octetstream.desktop
|
||||
share/apps/kmail/plugins/bodypartformatter/text_calendar.desktop
|
||||
share/apps/kmail/plugins/bodypartformatter/text_vcard.desktop
|
||||
share/apps/kmail/plugins/bodypartformatter/text_xdiff.desktop
|
||||
share/apps/kmail/profile-default-rc
|
||||
share/apps/kmail/profile-high-contrast-rc
|
||||
share/apps/kmail/profile-html-rc
|
||||
share/apps/kmail/profile-purist-rc
|
||||
share/apps/kmail/profile-secure-rc
|
||||
share/apps/kmail/tips
|
||||
share/apps/kmailcvt/pics/step1.png
|
||||
share/apps/knode/filters/1.fltr
|
||||
@ -539,12 +372,10 @@ share/apps/knode/kncomposerui.rc
|
||||
share/apps/knode/knodeui.rc
|
||||
share/apps/knode/knreaderui.rc
|
||||
share/apps/knode/pics/article.png
|
||||
share/apps/knode/pics/ctlart.png
|
||||
share/apps/knode/pics/eyes.png
|
||||
share/apps/knode/pics/greyball.png
|
||||
share/apps/knode/pics/greyballchk.png
|
||||
share/apps/knode/pics/group.png
|
||||
share/apps/knode/pics/group_big.png
|
||||
share/apps/knode/pics/ignore.png
|
||||
share/apps/knode/pics/key.png
|
||||
share/apps/knode/pics/key_bad.png
|
||||
@ -552,13 +383,8 @@ share/apps/knode/pics/key_ok.png
|
||||
share/apps/knode/pics/key_unknown.png
|
||||
share/apps/knode/pics/mail.png
|
||||
share/apps/knode/pics/newsubs.png
|
||||
share/apps/knode/pics/pgp-keys.png
|
||||
share/apps/knode/pics/posting.png
|
||||
share/apps/knode/pics/snderr.png
|
||||
share/apps/knode/pics/stat_cncl.png
|
||||
share/apps/knode/pics/stat_edit.png
|
||||
share/apps/knode/pics/stat_saved.png
|
||||
share/apps/knode/pics/stat_sent.png
|
||||
share/apps/knotes/icons/oxygen/16x16/actions/knotes_alarm.png
|
||||
share/apps/knotes/icons/oxygen/16x16/actions/knotes_close.png
|
||||
share/apps/knotes/icons/oxygen/16x16/actions/knotes_date.png
|
||||
@ -596,7 +422,6 @@ share/apps/korganizer/sounds/lightmag.wav
|
||||
share/apps/korganizer/sounds/onscreen.wav
|
||||
share/apps/korganizer/sounds/spinout.wav
|
||||
share/apps/korganizer/tips
|
||||
share/apps/kpilot/kpilotui.rc
|
||||
share/apps/ktimetracker/icons/oxygen/128x128/actions/subtask-new-ktimetracker.png
|
||||
share/apps/ktimetracker/icons/oxygen/16x16/actions/subtask-new-ktimetracker.png
|
||||
share/apps/ktimetracker/icons/oxygen/22x22/actions/subtask-new-ktimetracker.png
|
||||
@ -664,15 +489,13 @@ 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/autostart/kabcdistlistupdater.desktop
|
||||
share/apps/libkleopatra/pics/smartcard.xpm
|
||||
share/autostart/kalarm.autostart.desktop
|
||||
share/autostart/korgac.desktop
|
||||
share/config.kcfg/akregator.kcfg
|
||||
share/config.kcfg/calendarsettings.kcfg
|
||||
share/config.kcfg/contactssettings.kcfg
|
||||
share/config.kcfg/blogilo.kcfg
|
||||
share/config.kcfg/custommimeheader.kcfg
|
||||
share/config.kcfg/customtemplates_kfg.kcfg
|
||||
share/config.kcfg/egroupware.kcfg
|
||||
share/config.kcfg/groupwise.kcfg
|
||||
share/config.kcfg/kalarmconfig.kcfg
|
||||
share/config.kcfg/kjots.kcfg
|
||||
@ -682,20 +505,12 @@ share/config.kcfg/knotesglobalconfig.kcfg
|
||||
share/config.kcfg/kolab.kcfg
|
||||
share/config.kcfg/kontact.kcfg
|
||||
share/config.kcfg/korganizer.kcfg
|
||||
share/config.kcfg/kpilot.kcfg
|
||||
share/config.kcfg/kpilotlib.kcfg
|
||||
share/config.kcfg/memofileconduit.kcfg
|
||||
share/config.kcfg/replyphrases.kcfg
|
||||
share/config.kcfg/scalix.kcfg
|
||||
share/config.kcfg/slox.kcfg
|
||||
share/config.kcfg/templatesconfiguration_kfg.kcfg
|
||||
share/config.kcfg/timeconduit.kcfg
|
||||
share/config.kcfg/todosettings.kcfg
|
||||
share/config/kmail.antispamrc
|
||||
share/config/kmail.antivirusrc
|
||||
share/config/korganizer.knsrc
|
||||
share/config/libkleopatrarc
|
||||
share/dbus-1/interfaces/org.kde.KAddressbook.Core.xml
|
||||
share/dbus-1/interfaces/org.kde.KNotes.xml
|
||||
share/dbus-1/interfaces/org.kde.Korganizer.Calendar.xml
|
||||
share/dbus-1/interfaces/org.kde.addressbook.service.xml
|
||||
@ -731,28 +546,33 @@ 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/kaddressbook/addhost.png
|
||||
share/doc/HTML/en/kaddressbook/common
|
||||
share/doc/HTML/en/kaddressbook/conf.png
|
||||
share/doc/HTML/en/kaddressbook/contactdlg.png
|
||||
share/doc/HTML/en/kaddressbook/edit_instant_messenging.png
|
||||
share/doc/HTML/en/kaddressbook/exportdlg.png
|
||||
share/doc/HTML/en/kaddressbook/extension.png
|
||||
share/doc/HTML/en/kaddressbook/filtereditdlg.png
|
||||
share/doc/HTML/en/kaddressbook/index.cache.bz2
|
||||
share/doc/HTML/en/kaddressbook/index.docbook
|
||||
share/doc/HTML/en/kaddressbook/mainwin.png
|
||||
share/doc/HTML/en/kaddressbook/resourcedlg.png
|
||||
share/doc/HTML/en/kaddressbook/resourcesdlg.png
|
||||
share/doc/HTML/en/kaddressbook/vieweditdlg.png
|
||||
share/doc/HTML/en/blogilo/add-blog-1.png
|
||||
share/doc/HTML/en/blogilo/add-blog-2.png
|
||||
share/doc/HTML/en/blogilo/common
|
||||
share/doc/HTML/en/blogilo/index.cache.bz2
|
||||
share/doc/HTML/en/blogilo/index.docbook
|
||||
share/doc/HTML/en/blogilo/mainwindow.png
|
||||
share/doc/HTML/en/blogilo/media-upload.png
|
||||
share/doc/HTML/en/blogilo/toolbox-1.png
|
||||
share/doc/HTML/en/blogilo/toolbox-2.png
|
||||
share/doc/HTML/en/blogilo/toolbox-3.png
|
||||
share/doc/HTML/en/blogilo/toolbox-4.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/kalarm/alarmmessage.png
|
||||
share/doc/HTML/en/kalarm/common
|
||||
share/doc/HTML/en/kalarm/editwindow-simple.png
|
||||
share/doc/HTML/en/kalarm/editwindow.png
|
||||
share/doc/HTML/en/kalarm/index.cache.bz2
|
||||
share/doc/HTML/en/kalarm/index.docbook
|
||||
share/doc/HTML/en/kalarm/mainwindow-calendars.png
|
||||
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
|
||||
@ -816,6 +636,12 @@ 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-admin/common
|
||||
share/doc/HTML/en/kontact-admin/index.cache.bz2
|
||||
share/doc/HTML/en/kontact-admin/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
|
||||
@ -897,45 +723,19 @@ share/doc/HTML/en/korganizer/outlook-to-vcalendar.docbook
|
||||
share/doc/HTML/en/korganizer/plugins-chapter.docbook
|
||||
share/doc/HTML/en/korganizer/remotefile-resource.png
|
||||
share/doc/HTML/en/korganizer/todo-general.png
|
||||
share/doc/HTML/en/kpilot/common
|
||||
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
|
||||
share/doc/HTML/en/kpilot/index.cache.bz2
|
||||
share/doc/HTML/en/kpilot/index.docbook
|
||||
share/doc/HTML/en/kpilot/kpilot.png
|
||||
share/doc/HTML/en/kpilot/main-app.png
|
||||
share/doc/HTML/en/kpilot/setup-address.png
|
||||
share/doc/HTML/en/kpilot/setup-conduit.png
|
||||
share/doc/HTML/en/kpilot/setup-dbspecial.png
|
||||
share/doc/HTML/en/kpilot/setup-general.png
|
||||
share/doc/HTML/en/kpilot/setup-hotsync.png
|
||||
share/doc/HTML/en/kpilot/setup-items.png
|
||||
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
|
||||
share/doc/HTML/en/ktimetracker/copy-this-task.png
|
||||
share/doc/HTML/en/ktimetracker/csvexport.png
|
||||
share/doc/HTML/en/ktimetracker/daterange.png
|
||||
share/doc/HTML/en/ktimetracker/idle-detect.png
|
||||
share/doc/HTML/en/ktimetracker/index.cache.bz2
|
||||
share/doc/HTML/en/ktimetracker/index.docbook
|
||||
share/doc/HTML/en/ktimetracker/karm.png
|
||||
share/doc/HTML/en/ktimetracker/ktimetracker.png
|
||||
share/doc/HTML/en/ktimetracker/systray.png
|
||||
share/doc/HTML/en/kwatchgnupg/common
|
||||
share/doc/HTML/en/kwatchgnupg/index.cache.bz2
|
||||
share/doc/HTML/en/kwatchgnupg/index.docbook
|
||||
share/icons/hicolor/128x128/actions/upload-media.png
|
||||
share/icons/hicolor/128x128/apps/akregator.png
|
||||
share/icons/hicolor/128x128/apps/kaddressbook.png
|
||||
share/icons/hicolor/128x128/apps/blogilo.png
|
||||
share/icons/hicolor/128x128/apps/kjots.png
|
||||
share/icons/hicolor/128x128/apps/kmail.png
|
||||
share/icons/hicolor/128x128/apps/knode.png
|
||||
@ -944,16 +744,14 @@ share/icons/hicolor/128x128/apps/knotes.png
|
||||
share/icons/hicolor/128x128/apps/kontact.png
|
||||
share/icons/hicolor/128x128/apps/korganizer.png
|
||||
share/icons/hicolor/128x128/apps/ktimetracker.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_backup.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_busysync.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_fullsync.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_hhtopc.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_hotsync.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_nosync.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_reset.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_restore.png
|
||||
share/icons/hicolor/16x16/actions/format-text-blockquote.png
|
||||
share/icons/hicolor/16x16/actions/format-text-code.png
|
||||
share/icons/hicolor/16x16/actions/insert-more-mark.png
|
||||
share/icons/hicolor/16x16/actions/remove-link.png
|
||||
share/icons/hicolor/16x16/actions/upload-media.png
|
||||
share/icons/hicolor/16x16/apps/akregator.png
|
||||
share/icons/hicolor/16x16/apps/akregator_empty.png
|
||||
share/icons/hicolor/16x16/apps/blogilo.png
|
||||
share/icons/hicolor/16x16/apps/kaddressbook.png
|
||||
share/icons/hicolor/16x16/apps/kalarm.png
|
||||
share/icons/hicolor/16x16/apps/kjots.png
|
||||
@ -963,32 +761,24 @@ share/icons/hicolor/16x16/apps/knode2.png
|
||||
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/ktimetracker.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_backup.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_busysync.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_fullsync.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_hhtopc.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_hotsync.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_nosync.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_reset.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_restore.png
|
||||
share/icons/hicolor/22x22/actions/format-text-blockquote.png
|
||||
share/icons/hicolor/22x22/actions/format-text-code.png
|
||||
share/icons/hicolor/22x22/actions/insert-more-mark.png
|
||||
share/icons/hicolor/22x22/actions/remove-link.png
|
||||
share/icons/hicolor/22x22/actions/upload-media.png
|
||||
share/icons/hicolor/22x22/apps/akregator.png
|
||||
share/icons/hicolor/22x22/apps/blogilo.png
|
||||
share/icons/hicolor/22x22/apps/kaddressbook.png
|
||||
share/icons/hicolor/22x22/apps/kjots.png
|
||||
share/icons/hicolor/22x22/apps/kmail.png
|
||||
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/ktimetracker.png
|
||||
share/icons/hicolor/32x32/actions/kpilot_fullsync.png
|
||||
share/icons/hicolor/32x32/actions/kpilot_hhtopc.png
|
||||
share/icons/hicolor/32x32/actions/kpilot_hotsync.png
|
||||
share/icons/hicolor/32x32/actions/kpilot_reset.png
|
||||
share/icons/hicolor/32x32/actions/upload-media.png
|
||||
share/icons/hicolor/32x32/apps/akregator.png
|
||||
share/icons/hicolor/32x32/apps/blogilo.png
|
||||
share/icons/hicolor/32x32/apps/kaddressbook.png
|
||||
share/icons/hicolor/32x32/apps/kalarm.png
|
||||
share/icons/hicolor/32x32/apps/kjots.png
|
||||
@ -998,14 +788,10 @@ share/icons/hicolor/32x32/apps/knode2.png
|
||||
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/ktimetracker.png
|
||||
share/icons/hicolor/48x48/actions/kpilot_fullsync.png
|
||||
share/icons/hicolor/48x48/actions/kpilot_hhtopc.png
|
||||
share/icons/hicolor/48x48/actions/kpilot_hotsync.png
|
||||
share/icons/hicolor/48x48/actions/kpilot_reset.png
|
||||
share/icons/hicolor/48x48/actions/upload-media.png
|
||||
share/icons/hicolor/48x48/apps/akregator.png
|
||||
share/icons/hicolor/48x48/apps/blogilo.png
|
||||
share/icons/hicolor/48x48/apps/kaddressbook.png
|
||||
share/icons/hicolor/48x48/apps/kalarm.png
|
||||
share/icons/hicolor/48x48/apps/kjots.png
|
||||
@ -1015,18 +801,10 @@ share/icons/hicolor/48x48/apps/knode2.png
|
||||
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/ktimetracker.png
|
||||
share/icons/hicolor/64x64/actions/kpilot_address.png
|
||||
share/icons/hicolor/64x64/actions/kpilot_bhotsync.png
|
||||
share/icons/hicolor/64x64/actions/kpilot_calendar.png
|
||||
share/icons/hicolor/64x64/actions/kpilot_db.png
|
||||
share/icons/hicolor/64x64/actions/kpilot_fileinstaller.png
|
||||
share/icons/hicolor/64x64/actions/kpilot_knotes.png
|
||||
share/icons/hicolor/64x64/actions/kpilot_todo.png
|
||||
share/icons/hicolor/64x64/actions/upload-media.png
|
||||
share/icons/hicolor/64x64/apps/akregator.png
|
||||
share/icons/hicolor/64x64/apps/kaddressbook.png
|
||||
share/icons/hicolor/64x64/apps/blogilo.png
|
||||
share/icons/hicolor/64x64/apps/kjots.png
|
||||
share/icons/hicolor/64x64/apps/kmail.png
|
||||
share/icons/hicolor/64x64/apps/knode.png
|
||||
@ -1036,14 +814,12 @@ share/icons/hicolor/64x64/apps/kontact.png
|
||||
share/icons/hicolor/64x64/apps/korganizer.png
|
||||
share/icons/hicolor/64x64/apps/ktimetracker.png
|
||||
share/icons/hicolor/scalable/apps/akregator.svgz
|
||||
share/icons/hicolor/scalable/apps/kaddressbook.svgz
|
||||
share/icons/hicolor/scalable/apps/kjots.svgz
|
||||
share/icons/hicolor/scalable/apps/kmail.svgz
|
||||
share/icons/hicolor/scalable/apps/korganizer.svgz
|
||||
share/icons/oxygen/128x128/apps/kalarm.png
|
||||
share/icons/oxygen/128x128/apps/kleopatra.png
|
||||
share/icons/oxygen/16x16/actions/edit-delete-page.png
|
||||
share/icons/oxygen/16x16/actions/ldap_lookup.png
|
||||
share/icons/oxygen/16x16/actions/smallclock.png
|
||||
share/icons/oxygen/16x16/actions/upindicator.png
|
||||
share/icons/oxygen/16x16/apps/kalarm.png
|
||||
@ -1083,40 +859,11 @@ share/kde4/services/akregator_part.desktop
|
||||
share/kde4/services/feed.protocol
|
||||
share/kde4/services/groupwise.protocol
|
||||
share/kde4/services/groupwises.protocol
|
||||
share/kde4/services/kabconfig.desktop
|
||||
share/kde4/services/kabcustomfields.desktop
|
||||
share/kde4/services/kabldapconfig.desktop
|
||||
share/kde4/services/kaddressbook/aimprotocol.desktop
|
||||
share/kde4/services/kaddressbook/bookmark_xxport.desktop
|
||||
share/kde4/services/kaddressbook/cardview.desktop
|
||||
share/kde4/services/kaddressbook/cryptosettings.desktop
|
||||
share/kde4/services/kaddressbook/csv_xxport.desktop
|
||||
share/kde4/services/kaddressbook/distributionlistng.desktop
|
||||
share/kde4/services/kaddressbook/eudora_xxport.desktop
|
||||
share/kde4/services/kaddressbook/gaduprotocol.desktop
|
||||
share/kde4/services/kaddressbook/gmx_xxport.desktop
|
||||
%%GNOKII%%share/kde4/services/kaddressbook/gnokii_xxport.desktop
|
||||
share/kde4/services/kaddressbook/groupwiseprotocol.desktop
|
||||
share/kde4/services/kaddressbook/iconview.desktop
|
||||
share/kde4/services/kaddressbook/icqprotocol.desktop
|
||||
share/kde4/services/kaddressbook/ircprotocol.desktop
|
||||
share/kde4/services/kaddressbook/jabberprotocol.desktop
|
||||
share/kde4/services/kaddressbook/kde2_xxport.desktop
|
||||
share/kde4/services/kaddressbook/ldif_xxport.desktop
|
||||
share/kde4/services/kaddressbook/meanwhileprotocol.desktop
|
||||
share/kde4/services/kaddressbook/msnprotocol.desktop
|
||||
share/kde4/services/kaddressbook/opera_xxport.desktop
|
||||
share/kde4/services/kaddressbook/pab_xxport.desktop
|
||||
share/kde4/services/kaddressbook/resourceselection.desktop
|
||||
share/kde4/services/kaddressbook/skypeprotocol.desktop
|
||||
share/kde4/services/kaddressbook/smsprotocol.desktop
|
||||
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/kcmapptsummary.desktop
|
||||
share/kde4/services/kcmkmailsummary.desktop
|
||||
share/kde4/services/kcmkontactsummary.desktop
|
||||
share/kde4/services/kcmldap.desktop
|
||||
share/kde4/services/kcmplanner.desktop
|
||||
share/kde4/services/kcmsdsummary.desktop
|
||||
share/kde4/services/kcmtodosummary.desktop
|
||||
@ -1179,10 +926,6 @@ 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
|
||||
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
|
||||
@ -1191,9 +934,7 @@ share/kde4/services/kresources/kabc/kabc_groupwise.desktop
|
||||
share/kde4/services/kresources/kabc/kabc_opengroupware.desktop
|
||||
share/kde4/services/kresources/kabc/kabc_ox.desktop
|
||||
share/kde4/services/kresources/kabc/kabc_slox.desktop
|
||||
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/blog.desktop
|
||||
share/kde4/services/kresources/kcal/kabc.desktop
|
||||
@ -1202,57 +943,43 @@ 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_slox.desktop
|
||||
share/kde4/services/kresources/kcal/kcal_xmlrpc.desktop
|
||||
share/kde4/services/kresources/kcal/kolab.desktop
|
||||
share/kde4/services/kresources/kcal/remote.desktop
|
||||
share/kde4/services/kresources/kcal/scalix.desktop
|
||||
share/kde4/services/kresources/knotes/knotes_xmlrpc.desktop
|
||||
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/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
|
||||
share/kde4/services/scalix.protocol
|
||||
share/kde4/services/scalixs.protocol
|
||||
share/kde4/services/time_conduit.desktop
|
||||
share/kde4/services/webcal.protocol
|
||||
share/kde4/servicetypes/akregator_plugin.desktop
|
||||
share/kde4/servicetypes/calendardecoration.desktop
|
||||
share/kde4/servicetypes/calendarplugin.desktop
|
||||
share/kde4/servicetypes/dbusaddressbook.desktop
|
||||
share/kde4/servicetypes/dbuscalendar.desktop
|
||||
share/kde4/servicetypes/dbusimap.desktop
|
||||
share/kde4/servicetypes/dbusmail.desktop
|
||||
share/kde4/servicetypes/kaddressbook_contacteditorwidget.desktop
|
||||
share/kde4/servicetypes/kaddressbook_extension.desktop
|
||||
share/kde4/servicetypes/kaddressbook_view.desktop
|
||||
share/kde4/servicetypes/kaddressbook_xxport.desktop
|
||||
share/kde4/servicetypes/kaddressbookimprotocol.desktop
|
||||
share/kde4/servicetypes/kontactplugin.desktop
|
||||
share/kde4/servicetypes/korganizerpart.desktop
|
||||
share/kde4/servicetypes/korgprintplugin.desktop
|
||||
share/kde4/servicetypes/kpilotconduit.desktop
|
||||
@dirrm share/kde4/services/kresources/knotes
|
||||
@dirrm share/kde4/services/kresources/alarms
|
||||
@dirrm share/kde4/services/korganizer
|
||||
@dirrm share/kde4/services/kontact
|
||||
@dirrm share/kde4/services/kaddressbook
|
||||
@dirrm share/doc/HTML/en/kwatchgnupg
|
||||
@dirrm share/doc/HTML/en/ktimetracker
|
||||
@dirrm share/doc/HTML/en/kpilot
|
||||
@dirrm share/doc/HTML/en/korganizer
|
||||
@dirrm share/doc/HTML/en/kontact-admin
|
||||
@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/blogilo
|
||||
@dirrm share/doc/HTML/en/akregator
|
||||
@dirrm share/apps/libkleopatra/pics
|
||||
@dirrm share/apps/libkleopatra
|
||||
@ -1278,7 +1005,6 @@ share/kde4/servicetypes/kpilotconduit.desktop
|
||||
@dirrm share/apps/ktimetracker/icons/oxygen
|
||||
@dirrm share/apps/ktimetracker/icons
|
||||
@dirrm share/apps/ktimetracker
|
||||
@dirrm share/apps/kpilot
|
||||
@dirrm share/apps/korganizer/sounds
|
||||
@dirrm share/apps/korganizer
|
||||
@dirrm share/apps/korgac/icons/hicolor/22x22/actions
|
||||
@ -1312,6 +1038,7 @@ share/kde4/servicetypes/kpilotconduit.desktop
|
||||
@dirrm share/apps/kjots
|
||||
@dirrm share/apps/kdepimwidgets/pics
|
||||
@dirrm share/apps/kdepimwidgets
|
||||
@dirrm share/apps/kalarm/icons/oxygen/22x22/emblems
|
||||
@dirrm share/apps/kalarm/icons/oxygen/22x22/actions
|
||||
@dirrm share/apps/kalarm/icons/oxygen/22x22
|
||||
@dirrm share/apps/kalarm/icons/oxygen/16x16/actions
|
||||
@ -1320,25 +1047,13 @@ share/kde4/servicetypes/kpilotconduit.desktop
|
||||
@dirrm share/apps/kalarm/icons
|
||||
@dirrm share/apps/kalarm
|
||||
@dirrm share/apps/kaddressbook/printing
|
||||
@dirrm share/apps/kaddressbook/pics
|
||||
@dirrm share/apps/kaddressbook/icons/oxygen/16x16/apps
|
||||
@dirrm share/apps/kaddressbook/icons/oxygen/16x16
|
||||
@dirrm share/apps/kaddressbook/icons/oxygen
|
||||
@dirrm share/apps/kaddressbook/icons
|
||||
@dirrm share/apps/kaddressbook/csv-templates
|
||||
@dirrm share/apps/kaddressbook
|
||||
@dirrm share/apps/blogilo
|
||||
@dirrmtry share/apps/akregator/pics
|
||||
@dirrm share/apps/akregator/about
|
||||
@dirrmtry share/apps/akregator
|
||||
@dirrm include/libkleopatraclient/gui
|
||||
@dirrm include/libkleopatraclient/core
|
||||
@dirrm include/libkleopatraclient
|
||||
@dirrm include/ksieve
|
||||
@dirrm include/kpilot
|
||||
@dirrm include/kpgp
|
||||
@dirrm include/kmail/interfaces
|
||||
@dirrm include/kmail
|
||||
@dirrm include/kleo/ui
|
||||
@dirrm include/kleo
|
||||
@dirrm include/kaddressbook
|
||||
@dirrm include/akregator
|
||||
@dirrmtry share/apps/akonadiconsole
|
||||
@dirrmtry share/apps/akonadi/contact
|
||||
@dirrmtry lib/akonadi/contact/editorpageplugins
|
||||
@dirrmtry lib/akonadi/contact
|
||||
@dirrmtry lib/akonadi
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
PORTNAME= kdepim-runtime
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
@ -17,9 +16,11 @@ COMMENT= Libraries for KDE-PIM applications
|
||||
|
||||
LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs
|
||||
|
||||
CONFLICTS= kdepimlibs-4.3.[1-4]
|
||||
|
||||
LATEST_LINK= ${PORTNAME}4
|
||||
|
||||
USE_KDE4= pimlibs kdeexp kdeprefix kdehier sharedmime automoc4
|
||||
USE_KDE4= pimlibs kdeprefix kdehier sharedmime automoc4
|
||||
KDE4_BUILDENV= yes
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdepim-runtime-4.3.5.tar.bz2) = 36d13c587898a719247c3fa600a446df
|
||||
SHA256 (KDE/kdepim-runtime-4.3.5.tar.bz2) = c624405bcce215df9fbb7f3bf756a1ad4eb81e7304e2bcb897f2bae0c8530405
|
||||
SIZE (KDE/kdepim-runtime-4.3.5.tar.bz2) = 746427
|
||||
MD5 (KDE/kdepim-runtime-4.4.3.tar.bz2) = 6da3646063137eaadd5bfd90bcf46942
|
||||
SHA256 (KDE/kdepim-runtime-4.4.3.tar.bz2) = 6fd407f29abaf256cfca5b2c4fdd44be90e3f6bfc94d804e62df09be52ff0a89
|
||||
SIZE (KDE/kdepim-runtime-4.4.3.tar.bz2) = 631587
|
||||
|
@ -1,6 +1,6 @@
|
||||
bin/akonadi2xml
|
||||
bin/akonadi_birthdays_resource
|
||||
bin/akonadi_distlist_resource
|
||||
bin/akonadi_contacts_resource
|
||||
bin/akonadi_ical_resource
|
||||
bin/akonadi_imap_resource
|
||||
bin/akonadi_kabc_resource
|
||||
@ -9,20 +9,22 @@ bin/akonadi_knut_resource
|
||||
bin/akonadi_kolabproxy_resource
|
||||
bin/akonadi_localbookmarks_resource
|
||||
bin/akonadi_maildir_resource
|
||||
bin/akonadi_maildispatcher_agent
|
||||
bin/akonadi_mailtransport_dummy_resource
|
||||
bin/akonadi_mbox_resource
|
||||
bin/akonadi_microblog_resource
|
||||
bin/akonadi_nepomuk_calendar_feeder
|
||||
bin/akonadi_nepomuk_contact_feeder
|
||||
bin/akonadi_nepomuktag_resource
|
||||
bin/akonadi_nntp_resource
|
||||
bin/akonadi_strigi_feeder
|
||||
bin/akonadi_notes_resource
|
||||
bin/akonadi_pop3_resource
|
||||
bin/akonadi_vcard_resource
|
||||
bin/akonadi_vcarddir_resource
|
||||
bin/akonadiconsole
|
||||
bin/akonaditray
|
||||
bin/kaddressbookmigrator
|
||||
bin/kmail-migrator
|
||||
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
|
||||
@ -35,26 +37,20 @@ 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
|
||||
lib/libmbox.so
|
||||
lib/libmbox.so.5
|
||||
lib/libmbox.so.5.0.1
|
||||
share/akonadi/agents/birthdaysresource.desktop
|
||||
share/akonadi/agents/distlistresource.desktop
|
||||
share/akonadi/agents/contactsresource.desktop
|
||||
share/akonadi/agents/icalresource.desktop
|
||||
share/akonadi/agents/imapresource.desktop
|
||||
share/akonadi/agents/kabcresource.desktop
|
||||
@ -63,14 +59,18 @@ share/akonadi/agents/knutresource.desktop
|
||||
share/akonadi/agents/kolabproxyresource.desktop
|
||||
share/akonadi/agents/localbookmarksresource.desktop
|
||||
share/akonadi/agents/maildirresource.desktop
|
||||
share/akonadi/agents/maildispatcheragent.desktop
|
||||
share/akonadi/agents/mboxresource.desktop
|
||||
share/akonadi/agents/microblog.desktop
|
||||
share/akonadi/agents/mtdummyresource.desktop
|
||||
share/akonadi/agents/nepomukcalendarfeeder.desktop
|
||||
share/akonadi/agents/nepomukcontactfeeder.desktop
|
||||
share/akonadi/agents/nepomuktagresource.desktop
|
||||
share/akonadi/agents/nntpresource.desktop
|
||||
share/akonadi/agents/notesresource.desktop
|
||||
share/akonadi/agents/strigifeeder.desktop
|
||||
share/akonadi/agents/pop3resource.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
|
||||
@ -82,7 +82,8 @@ 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/autostart/kaddressbookmigrator.desktop
|
||||
share/config/kmail-migratorrc
|
||||
share/config/kres-migratorrc
|
||||
share/dbus-1/interfaces/org.kde.Akonadi.Maildir.Settings.xml
|
||||
share/icons/hicolor/64x64/apps/kolab.png
|
||||
@ -92,17 +93,13 @@ 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/application/x-vnd.kde.notes.xml
|
||||
share/mime/packages/kdepim-mime.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
|
||||
@dirrmtry share/apps/akonadi
|
||||
@dirrm share/akonadi/agents
|
||||
@dirrm share/akonadi
|
||||
@dirrm include/akonadi/xml
|
||||
@dirrmtry include/akonadi
|
||||
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
PORTNAME= kdepim
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils kde ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
@ -19,13 +18,11 @@ 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 \
|
||||
mal.1:${PORTSDIR}/palm/libmal \
|
||||
pisock.9:${PORTSDIR}/palm/pilot-link \
|
||||
qca.2:${PORTSDIR}/devel/qca
|
||||
|
||||
LATEST_LINK= ${PORTNAME}4
|
||||
|
||||
USE_KDE4= kdelibs kdeexp pimlibs pimruntime \
|
||||
USE_KDE4= kdelibs pimlibs pimruntime \
|
||||
akonadi kdeprefix kdehier automoc4 oxygen
|
||||
KDE4_BUILDENV= yes
|
||||
USE_BZIP2= yes
|
||||
@ -38,18 +35,11 @@ MAKE_JOBS_SAFE= yes
|
||||
#fix build when kdepim3 is here
|
||||
CMAKE_ARGS+= -DGPGME_LIBRARY_DIR:PATH="${KDE4_PREFIX}/lib"
|
||||
|
||||
OPTIONS= GNOKII "KAdressbook import/export for Nokia phones" off
|
||||
# KITCHENSYNC "PIM synchronization utility" off
|
||||
MAN1= kabcclient.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
#OPTIONS= KITCHENSYNC "PIM synchronization utility" off
|
||||
|
||||
.if defined(WITH_GNOKII)
|
||||
LIB_DEPENDS+= gnokii:${PORTSDIR}/comms/gnokii
|
||||
PLIST_SUB+= GNOKII=""
|
||||
.else
|
||||
CMAKE_ARGS+= -DWITH_GNOKII:BOOL=off
|
||||
PLIST_SUB+= GNOKII="@comment "
|
||||
.endif
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# kitchensync is disabled in KDE 4.2
|
||||
# .if defined(WITH_KITCHENSYNC)
|
||||
@ -65,4 +55,4 @@ pre-configure:
|
||||
${FIND} ${PATCH_WRKSRC} -type f -name CMakeLists.txt | ${XARGS} \
|
||||
${REINPLACE_CMD} -e '/DESTINATION/s,KDE4_DBUS_INTERFACES_DIR,DBUS_INTERFACES_INSTALL_DIR,g'
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdepim-4.3.5.tar.bz2) = 641721181c10c6d8ed229a7dd4b20ddf
|
||||
SHA256 (KDE/kdepim-4.3.5.tar.bz2) = 76f8efcdfde2b00c8c8a82dcd1363b50cf9c1a7217419dd495126f05a6528fd1
|
||||
SIZE (KDE/kdepim-4.3.5.tar.bz2) = 11254015
|
||||
MD5 (KDE/kdepim-4.4.3.tar.bz2) = c3edd9da3d626d19936f92b5da81677c
|
||||
SHA256 (KDE/kdepim-4.4.3.tar.bz2) = 0ad3a23d98932a1fe966a91e79d8b795978a604ccc17529a101c2674034ef952
|
||||
SIZE (KDE/kdepim-4.4.3.tar.bz2) = 9355438
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- ./kmail/avscripts/kmail_clamav.sh.orig 2008-01-15 04:57:51.000000000 +0300
|
||||
+++ ./kmail/avscripts/kmail_clamav.sh 2010-03-27 01:28:30.548465474 +0300
|
||||
@@ -35,7 +35,7 @@
|
||||
cat > $TEMPFILE
|
||||
|
||||
# check for a running daemon
|
||||
-if [ "`ps -eo comm|grep clamd`" = "clamd" ]; then
|
||||
+if [ "`ps -axo comm|grep clamd`" = "clamd" ]; then
|
||||
chmod a+r $TEMPFILE
|
||||
CLAMCOMANDO="clamdscan --stdout --no-summary "
|
||||
else
|
@ -1,12 +1,12 @@
|
||||
bin/akonadiconsole
|
||||
bin/akregator
|
||||
bin/akregatorstorageexporter
|
||||
bin/egroupwarewizard
|
||||
bin/blogilo
|
||||
bin/groupwarewizard
|
||||
bin/groupwisewizard
|
||||
bin/ical2vcal
|
||||
bin/kabc2mutt
|
||||
bin/kabcclient
|
||||
bin/kabcdistlistupdater
|
||||
bin/kaddressbook
|
||||
bin/kalarm
|
||||
bin/kalarmautostart
|
||||
@ -27,106 +27,11 @@ bin/konsolekalendar
|
||||
bin/kontact
|
||||
bin/korgac
|
||||
bin/korganizer
|
||||
bin/kpilot
|
||||
bin/kpilotDaemon
|
||||
bin/ksendemail
|
||||
bin/ktimetracker
|
||||
bin/kwatchgnupg
|
||||
bin/scalixadmin
|
||||
bin/scalixwizard
|
||||
bin/sloxwizard
|
||||
include/akregator/akregator_export.h
|
||||
include/akregator/article.h
|
||||
include/akregator/command.h
|
||||
include/akregator/feedlistmanagementinterface.h
|
||||
include/akregator/feedstorage.h
|
||||
include/akregator/plugin.h
|
||||
include/akregator/storage.h
|
||||
include/akregator/storagefactory.h
|
||||
include/akregator/storagefactoryregistry.h
|
||||
include/akregator/types.h
|
||||
include/kaddressbook/kaddressbook_export.h
|
||||
include/kleo/adduseridjob.h
|
||||
include/kleo/changeexpiryjob.h
|
||||
include/kleo/changeownertrustjob.h
|
||||
include/kleo/cryptobackend.h
|
||||
include/kleo/cryptobackendfactory.h
|
||||
include/kleo/cryptoconfig.h
|
||||
include/kleo/cryptplug.h
|
||||
include/kleo/cryptplugfactory.h
|
||||
include/kleo/cryptplugwrapper.h
|
||||
include/kleo/cryptplugwrapperlist.h
|
||||
include/kleo/decryptjob.h
|
||||
include/kleo/decryptverifyjob.h
|
||||
include/kleo/deletejob.h
|
||||
include/kleo/dn.h
|
||||
include/kleo/downloadjob.h
|
||||
include/kleo/encryptjob.h
|
||||
include/kleo/enum.h
|
||||
include/kleo/exportjob.h
|
||||
include/kleo/hierarchicalkeylistjob.h
|
||||
include/kleo/importjob.h
|
||||
include/kleo/job.h
|
||||
include/kleo/keyfilter.h
|
||||
include/kleo/keyfiltermanager.h
|
||||
include/kleo/keygenerationjob.h
|
||||
include/kleo/keylistjob.h
|
||||
include/kleo/kleo_export.h
|
||||
include/kleo/multideletejob.h
|
||||
include/kleo/oidmap.h
|
||||
include/kleo/refreshkeysjob.h
|
||||
include/kleo/signencryptjob.h
|
||||
include/kleo/signjob.h
|
||||
include/kleo/signkeyjob.h
|
||||
include/kleo/specialjob.h
|
||||
include/kleo/ui/backendconfigwidget.h
|
||||
include/kleo/ui/cryptoconfigdialog.h
|
||||
include/kleo/ui/cryptoconfigmodule.h
|
||||
include/kleo/ui/directoryserviceswidget.h
|
||||
include/kleo/ui/dnattributeorderconfigwidget.h
|
||||
include/kleo/ui/kdhorizontalline.h
|
||||
include/kleo/ui/keyapprovaldialog.h
|
||||
include/kleo/ui/keylistview.h
|
||||
include/kleo/ui/keyrequester.h
|
||||
include/kleo/ui/keyselectiondialog.h
|
||||
include/kleo/ui/messagebox.h
|
||||
include/kleo/ui/progressbar.h
|
||||
include/kleo/ui/progressdialog.h
|
||||
include/kleo/verifydetachedjob.h
|
||||
include/kleo/verifyopaquejob.h
|
||||
include/kmail/interfaces/bodypart.h
|
||||
include/kmail/interfaces/bodypartformatter.h
|
||||
include/kmail/interfaces/bodyparturlhandler.h
|
||||
include/kmail/interfaces/htmlwriter.h
|
||||
include/kmail/interfaces/observable.h
|
||||
include/kmail/interfaces/observer.h
|
||||
include/kpgp/kpgp.h
|
||||
include/kpgp/kpgpbase.h
|
||||
include/kpgp/kpgpblock.h
|
||||
include/kpgp/kpgpkey.h
|
||||
include/kpgp/kpgpui.h
|
||||
include/kpgp/libkpgp_export.h
|
||||
include/kpilot/kpilot_export.h
|
||||
include/kpilot/kpilotdevicelink.h
|
||||
include/kpilot/kpilotlink.h
|
||||
include/kpilot/kpilotlocallink.h
|
||||
include/kpilot/options.h
|
||||
include/kpilot/pilot.h
|
||||
include/kpilot/pilotDatabase.h
|
||||
include/kpilot/pilotLinkVersion.h
|
||||
include/kpilot/pilotLocalDatabase.h
|
||||
include/kpilot/pilotRecord.h
|
||||
include/kpilot/pilotSerialDatabase.h
|
||||
include/kpilot/plugin.h
|
||||
include/kpilot/pluginfactory.h
|
||||
include/kpilot/syncAction.h
|
||||
include/ksieve/libksieve_export.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/akonadi/contact/editorpageplugins/cryptopageplugin.so
|
||||
lib/kde4/akregator_config_advanced.so
|
||||
lib/kde4/akregator_config_appearance.so
|
||||
lib/kde4/akregator_config_archive.so
|
||||
@ -137,25 +42,7 @@ lib/kde4/akregatorpart.so
|
||||
lib/kde4/kabc_groupdav.so
|
||||
lib/kde4/kabc_groupwise.so
|
||||
lib/kde4/kabc_kolab.so
|
||||
lib/kde4/kabc_scalix.so
|
||||
lib/kde4/kabc_slox.so
|
||||
lib/kde4/kabc_xmlrpc.so
|
||||
lib/kde4/kaddrbk_bookmark_xxport.so
|
||||
lib/kde4/kaddrbk_cardview.so
|
||||
lib/kde4/kaddrbk_cryptosettings.so
|
||||
lib/kde4/kaddrbk_csv_xxport.so
|
||||
lib/kde4/kaddrbk_distributionlistng.so
|
||||
lib/kde4/kaddrbk_eudora_xxport.so
|
||||
lib/kde4/kaddrbk_gmx_xxport.so
|
||||
%%GNOKII%%lib/kde4/kaddrbk_gnokii_xxport.so
|
||||
lib/kde4/kaddrbk_iconview.so
|
||||
lib/kde4/kaddrbk_kde2_xxport.so
|
||||
lib/kde4/kaddrbk_ldif_xxport.so
|
||||
lib/kde4/kaddrbk_opera_xxport.so
|
||||
lib/kde4/kaddrbk_pab_xxport.so
|
||||
lib/kde4/kaddrbk_resourceselection.so
|
||||
lib/kde4/kaddrbk_tableview.so
|
||||
lib/kde4/kaddrbk_vcard_xxport.so
|
||||
lib/kde4/kaddressbookpart.so
|
||||
lib/kde4/kalarm_local.so
|
||||
lib/kde4/kalarm_localdir.so
|
||||
@ -166,13 +53,8 @@ lib/kde4/kcal_groupwise.so
|
||||
lib/kde4/kcal_kabc.so
|
||||
lib/kde4/kcal_kolab.so
|
||||
lib/kde4/kcal_remote.so
|
||||
lib/kde4/kcal_scalix.so
|
||||
lib/kde4/kcal_slox.so
|
||||
lib/kde4/kcal_xmlrpc.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
|
||||
@ -182,13 +64,12 @@ 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_ktimetracker.so
|
||||
lib/kde4/kcm_ldap.so
|
||||
lib/kde4/kcm_planner.so
|
||||
lib/kde4/kcm_sdsummary.so
|
||||
lib/kde4/kcm_todosummary.so
|
||||
lib/kde4/kio_groupwise.so
|
||||
lib/kde4/kio_scalix.so
|
||||
lib/kde4/kjotspart.so
|
||||
lib/kde4/kmail_bodypartformatter_application_octetstream.so
|
||||
lib/kde4/kmail_bodypartformatter_text_calendar.so
|
||||
@ -198,8 +79,6 @@ lib/kde4/kmailpart.so
|
||||
lib/kde4/knodepart.so
|
||||
lib/kde4/knotes_kolab.so
|
||||
lib/kde4/knotes_local.so
|
||||
lib/kde4/knotes_scalix.so
|
||||
lib/kde4/knotes_xmlrpc.so
|
||||
lib/kde4/kontact_akregatorplugin.so
|
||||
lib/kde4/kontact_journalplugin.so
|
||||
lib/kde4/kontact_kaddressbookplugin.so
|
||||
@ -221,15 +100,15 @@ lib/kde4/korg_thisdayinhistory.so
|
||||
lib/kde4/korg_yearprint.so
|
||||
lib/kde4/korganizerpart.so
|
||||
lib/kde4/kpartsdesignerplugin.so
|
||||
lib/kde4/kpilot_conduit_calendar.so
|
||||
lib/kde4/kpilot_conduit_contacts.so
|
||||
lib/kde4/kpilot_conduit_memofile.so
|
||||
lib/kde4/kpilot_conduit_time.so
|
||||
lib/kde4/kpilot_conduit_todo.so
|
||||
lib/kde4/ktexteditorkabcbridge.so
|
||||
lib/kde4/ktimetrackerpart.so
|
||||
lib/kde4/ldifvcardthumbnail.so
|
||||
lib/kde4/plugins/designer/kdepimwidgets.so
|
||||
lib/libakonadi-kcal_next.so
|
||||
lib/libakonadi-kcal_next.so.5
|
||||
lib/libakonadi-kcal_next.so.5.0.1
|
||||
lib/libakonadi_next.so
|
||||
lib/libakonadi_next.so.5
|
||||
lib/libakonadi_next.so.5.0.1
|
||||
lib/libakregatorinterfaces.so
|
||||
lib/libakregatorinterfaces.so.5
|
||||
lib/libakregatorinterfaces.so.5.0.1
|
||||
@ -244,26 +123,17 @@ lib/libkabc_groupdav.so.5.0.1
|
||||
lib/libkabc_slox.so
|
||||
lib/libkabc_slox.so.5
|
||||
lib/libkabc_slox.so.5.0.1
|
||||
lib/libkabc_xmlrpc.so
|
||||
lib/libkabc_xmlrpc.so.5
|
||||
lib/libkabc_xmlrpc.so.5.0.1
|
||||
lib/libkabcgroupwise.so
|
||||
lib/libkabcgroupwise.so.5
|
||||
lib/libkabcgroupwise.so.5.0.1
|
||||
lib/libkabckolab.so
|
||||
lib/libkabckolab.so.5
|
||||
lib/libkabckolab.so.5.0.1
|
||||
lib/libkabcommon.so
|
||||
lib/libkabcommon.so.5
|
||||
lib/libkabcommon.so.5.0.1
|
||||
lib/libkabcscalix.so
|
||||
lib/libkabcscalix.so.5
|
||||
lib/libkabcscalix.so.5.0.1
|
||||
lib/libkabinterfaces.so
|
||||
lib/libkabinterfaces.so.5
|
||||
lib/libkabinterfaces.so.5.0.1
|
||||
lib/libkaddressbookprivate.so.5
|
||||
lib/libkaddressbookprivate.so.5.0.1
|
||||
lib/libkalarm_calendar.so
|
||||
lib/libkalarm_calendar.so.5
|
||||
lib/libkalarm_calendar.so.5.0.1
|
||||
lib/libkalarm_resources.so
|
||||
lib/libkalarm_resources.so.5
|
||||
lib/libkalarm_resources.so.5.0.1
|
||||
@ -279,18 +149,12 @@ lib/libkcal_resourceremote.so.5.0.1
|
||||
lib/libkcal_slox.so
|
||||
lib/libkcal_slox.so.5
|
||||
lib/libkcal_slox.so.5.0.1
|
||||
lib/libkcal_xmlrpc.so
|
||||
lib/libkcal_xmlrpc.so.5
|
||||
lib/libkcal_xmlrpc.so.5.0.1
|
||||
lib/libkcalgroupwise.so
|
||||
lib/libkcalgroupwise.so.5
|
||||
lib/libkcalgroupwise.so.5.0.1
|
||||
lib/libkcalkolab.so
|
||||
lib/libkcalkolab.so.5
|
||||
lib/libkcalkolab.so.5.0.1
|
||||
lib/libkcalscalix.so
|
||||
lib/libkcalscalix.so.5
|
||||
lib/libkcalscalix.so.5.0.1
|
||||
lib/libkdepim.so
|
||||
lib/libkdepim.so.5
|
||||
lib/libkdepim.so.5.0.1
|
||||
@ -314,18 +178,9 @@ lib/libkmailprivate.so.5.0.1
|
||||
lib/libknodecommon.so
|
||||
lib/libknodecommon.so.5
|
||||
lib/libknodecommon.so.5.0.1
|
||||
lib/libknotes_xmlrpc.so
|
||||
lib/libknotes_xmlrpc.so.5
|
||||
lib/libknotes_xmlrpc.so.5.0.1
|
||||
lib/libknoteskolab.so
|
||||
lib/libknoteskolab.so.5
|
||||
lib/libknoteskolab.so.5.0.1
|
||||
lib/libknotesscalix.so
|
||||
lib/libknotesscalix.so.5
|
||||
lib/libknotesscalix.so.5.0.1
|
||||
lib/libkontactinterfaces.so
|
||||
lib/libkontactinterfaces.so.5
|
||||
lib/libkontactinterfaces.so.5.0.1
|
||||
lib/libkontactprivate.so.5
|
||||
lib/libkontactprivate.so.5.0.1
|
||||
lib/libkorg_stdprinting.so
|
||||
@ -348,17 +203,21 @@ lib/libkorganizerprivate.so.5.0.1
|
||||
lib/libkpgp.so
|
||||
lib/libkpgp.so.5
|
||||
lib/libkpgp.so.5.0.1
|
||||
lib/libkpilot.so
|
||||
lib/libkpilot.so.5
|
||||
lib/libkpilot.so.5.0.1
|
||||
lib/libkpilot_akonadibase.so
|
||||
lib/libkpilot_conduit_base.so
|
||||
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/libmessagecore.so
|
||||
lib/libmessagecore.so.5
|
||||
lib/libmessagecore.so.5.0.1
|
||||
lib/libmessagelist.so
|
||||
lib/libmessagelist.so.5
|
||||
lib/libmessagelist.so.5.0.1
|
||||
lib/libmessageviewer.so
|
||||
lib/libmessageviewer.so.0
|
||||
lib/libmessageviewer.so.0.1.0
|
||||
lib/libmimelib.so
|
||||
lib/libmimelib.so.5
|
||||
lib/libmimelib.so.5.0.1
|
||||
@ -368,19 +227,22 @@ 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/akregator.desktop
|
||||
share/applications/kde4/blogilo.desktop
|
||||
share/applications/kde4/groupwarewizard.desktop
|
||||
share/applications/kde4/kaddressbook.desktop
|
||||
share/applications/kde4/kalarm.desktop
|
||||
share/applications/kde4/kleopatra.desktop
|
||||
share/applications/kde4/kleopatra_import.desktop
|
||||
share/applications/kde4/kmail_view.desktop
|
||||
share/applications/kde4/knotes.desktop
|
||||
share/applications/kde4/konsolekalendar.desktop
|
||||
share/applications/kde4/kontact-admin.desktop
|
||||
share/applications/kde4/korganizer-import.desktop
|
||||
share/applications/kde4/korganizer.desktop
|
||||
share/applications/kde4/kpilot.desktop
|
||||
share/applications/kde4/kpilotdaemon.desktop
|
||||
share/applications/kde4/ktimetracker.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
|
||||
@ -391,42 +253,19 @@ share/apps/akregator/articleviewer.rc
|
||||
share/apps/akregator/pageviewer.rc
|
||||
share/apps/akregator/pics/kmmsgnew.png
|
||||
share/apps/akregator/pics/kmmsgunseen.png
|
||||
share/apps/kaddressbook/bookmark_xxportui.rc
|
||||
share/apps/kaddressbook/csv-templates/kaddressbook.desktop
|
||||
share/apps/kaddressbook/csv-templates/outlook2000.desktop
|
||||
share/apps/kaddressbook/csv-templates/yahoo.desktop
|
||||
share/apps/kaddressbook/csv_xxportui.rc
|
||||
share/apps/kaddressbook/eudora_xxportui.rc
|
||||
share/apps/kaddressbook/gmx_xxportui.rc
|
||||
%%GNOKII%%share/apps/kaddressbook/gnokii_xxportui.rc
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/aim_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/gadu_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/groupwise_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/icq_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/irc_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/jabber_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/meanwhile_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/msn_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/skype_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/sms_protocol.png
|
||||
share/apps/kaddressbook/icons/oxygen/16x16/apps/yahoo_protocol.png
|
||||
share/apps/kaddressbook/kaddressbook_part.rc
|
||||
share/apps/blogilo/blogiloui.rc
|
||||
share/apps/kaddressbook/kaddressbookui.rc
|
||||
share/apps/kaddressbook/kde2_xxportui.rc
|
||||
share/apps/kaddressbook/ldif_xxportui.rc
|
||||
share/apps/kaddressbook/opera_xxportui.rc
|
||||
share/apps/kaddressbook/pab_xxportui.rc
|
||||
share/apps/kaddressbook/pics/world.jpg
|
||||
share/apps/kaddressbook/printing/detailed-style.png
|
||||
share/apps/kaddressbook/printing/mike-style.png
|
||||
share/apps/kaddressbook/printing/ringbinder-style.png
|
||||
share/apps/kaddressbook/vcard_xxportui.rc
|
||||
share/apps/kaddressbook/zone.tab
|
||||
share/apps/kalarm/icons/oxygen/16x16/actions/document-new-from-template.png
|
||||
share/apps/kalarm/icons/oxygen/16x16/actions/new-audio-alarm.png
|
||||
share/apps/kalarm/icons/oxygen/16x16/actions/new-command-alarm.png
|
||||
share/apps/kalarm/icons/oxygen/22x22/actions/document-new-from-template.png
|
||||
share/apps/kalarm/icons/oxygen/22x22/actions/kalarm.png
|
||||
share/apps/kalarm/icons/oxygen/22x22/actions/new-audio-alarm.png
|
||||
share/apps/kalarm/icons/oxygen/22x22/actions/new-command-alarm.png
|
||||
share/apps/kalarm/icons/oxygen/22x22/emblems/partdisabled.png
|
||||
share/apps/kalarm/kalarmui.rc
|
||||
share/apps/kconf_update/kalarm-1.2.1-general.pl
|
||||
share/apps/kconf_update/kalarm-1.9.5-defaults.pl
|
||||
@ -456,7 +295,6 @@ share/apps/kconf_update/kolab-resource.upd
|
||||
share/apps/kconf_update/korganizer.upd
|
||||
share/apps/kconf_update/kpgp-3.1-upgrade-address-data.pl
|
||||
share/apps/kconf_update/kpgp.upd
|
||||
share/apps/kconf_update/kpilot.upd
|
||||
share/apps/kconf_update/upgrade-resourcetype.pl
|
||||
share/apps/kconf_update/upgrade-signature.pl
|
||||
share/apps/kconf_update/upgrade-transport.pl
|
||||
@ -481,8 +319,6 @@ share/apps/kmail/kmail_part.rc
|
||||
share/apps/kmail/kmcomposerui.rc
|
||||
share/apps/kmail/kmmainwin.rc
|
||||
share/apps/kmail/kmreadermainwin.rc
|
||||
share/apps/kmail/pics/attachmentQuicklistClosed.png
|
||||
share/apps/kmail/pics/attachmentQuicklistOpened.png
|
||||
share/apps/kmail/pics/enterprise_bottom.png
|
||||
share/apps/kmail/pics/enterprise_bottom_left.png
|
||||
share/apps/kmail/pics/enterprise_bottom_right.png
|
||||
@ -504,25 +340,22 @@ 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/pgp-keys.png
|
||||
share/apps/kmail/pics/quicklistClosed.png
|
||||
share/apps/kmail/pics/quicklistOpened.png
|
||||
share/apps/kmail/pics/quotecollapse.png
|
||||
share/apps/kmail/pics/quoteexpand.png
|
||||
share/apps/kmail/plugins/bodypartformatter/application_octetstream.desktop
|
||||
share/apps/kmail/plugins/bodypartformatter/text_calendar.desktop
|
||||
share/apps/kmail/plugins/bodypartformatter/text_vcard.desktop
|
||||
share/apps/kmail/plugins/bodypartformatter/text_xdiff.desktop
|
||||
share/apps/kmail/profile-default-rc
|
||||
share/apps/kmail/profile-high-contrast-rc
|
||||
share/apps/kmail/profile-html-rc
|
||||
share/apps/kmail/profile-purist-rc
|
||||
share/apps/kmail/profile-secure-rc
|
||||
share/apps/kmail/tips
|
||||
share/apps/kmailcvt/pics/step1.png
|
||||
share/apps/knode/filters/1.fltr
|
||||
@ -539,12 +372,10 @@ share/apps/knode/kncomposerui.rc
|
||||
share/apps/knode/knodeui.rc
|
||||
share/apps/knode/knreaderui.rc
|
||||
share/apps/knode/pics/article.png
|
||||
share/apps/knode/pics/ctlart.png
|
||||
share/apps/knode/pics/eyes.png
|
||||
share/apps/knode/pics/greyball.png
|
||||
share/apps/knode/pics/greyballchk.png
|
||||
share/apps/knode/pics/group.png
|
||||
share/apps/knode/pics/group_big.png
|
||||
share/apps/knode/pics/ignore.png
|
||||
share/apps/knode/pics/key.png
|
||||
share/apps/knode/pics/key_bad.png
|
||||
@ -552,13 +383,8 @@ share/apps/knode/pics/key_ok.png
|
||||
share/apps/knode/pics/key_unknown.png
|
||||
share/apps/knode/pics/mail.png
|
||||
share/apps/knode/pics/newsubs.png
|
||||
share/apps/knode/pics/pgp-keys.png
|
||||
share/apps/knode/pics/posting.png
|
||||
share/apps/knode/pics/snderr.png
|
||||
share/apps/knode/pics/stat_cncl.png
|
||||
share/apps/knode/pics/stat_edit.png
|
||||
share/apps/knode/pics/stat_saved.png
|
||||
share/apps/knode/pics/stat_sent.png
|
||||
share/apps/knotes/icons/oxygen/16x16/actions/knotes_alarm.png
|
||||
share/apps/knotes/icons/oxygen/16x16/actions/knotes_close.png
|
||||
share/apps/knotes/icons/oxygen/16x16/actions/knotes_date.png
|
||||
@ -596,7 +422,6 @@ share/apps/korganizer/sounds/lightmag.wav
|
||||
share/apps/korganizer/sounds/onscreen.wav
|
||||
share/apps/korganizer/sounds/spinout.wav
|
||||
share/apps/korganizer/tips
|
||||
share/apps/kpilot/kpilotui.rc
|
||||
share/apps/ktimetracker/icons/oxygen/128x128/actions/subtask-new-ktimetracker.png
|
||||
share/apps/ktimetracker/icons/oxygen/16x16/actions/subtask-new-ktimetracker.png
|
||||
share/apps/ktimetracker/icons/oxygen/22x22/actions/subtask-new-ktimetracker.png
|
||||
@ -664,15 +489,13 @@ 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/autostart/kabcdistlistupdater.desktop
|
||||
share/apps/libkleopatra/pics/smartcard.xpm
|
||||
share/autostart/kalarm.autostart.desktop
|
||||
share/autostart/korgac.desktop
|
||||
share/config.kcfg/akregator.kcfg
|
||||
share/config.kcfg/calendarsettings.kcfg
|
||||
share/config.kcfg/contactssettings.kcfg
|
||||
share/config.kcfg/blogilo.kcfg
|
||||
share/config.kcfg/custommimeheader.kcfg
|
||||
share/config.kcfg/customtemplates_kfg.kcfg
|
||||
share/config.kcfg/egroupware.kcfg
|
||||
share/config.kcfg/groupwise.kcfg
|
||||
share/config.kcfg/kalarmconfig.kcfg
|
||||
share/config.kcfg/kjots.kcfg
|
||||
@ -682,20 +505,12 @@ share/config.kcfg/knotesglobalconfig.kcfg
|
||||
share/config.kcfg/kolab.kcfg
|
||||
share/config.kcfg/kontact.kcfg
|
||||
share/config.kcfg/korganizer.kcfg
|
||||
share/config.kcfg/kpilot.kcfg
|
||||
share/config.kcfg/kpilotlib.kcfg
|
||||
share/config.kcfg/memofileconduit.kcfg
|
||||
share/config.kcfg/replyphrases.kcfg
|
||||
share/config.kcfg/scalix.kcfg
|
||||
share/config.kcfg/slox.kcfg
|
||||
share/config.kcfg/templatesconfiguration_kfg.kcfg
|
||||
share/config.kcfg/timeconduit.kcfg
|
||||
share/config.kcfg/todosettings.kcfg
|
||||
share/config/kmail.antispamrc
|
||||
share/config/kmail.antivirusrc
|
||||
share/config/korganizer.knsrc
|
||||
share/config/libkleopatrarc
|
||||
share/dbus-1/interfaces/org.kde.KAddressbook.Core.xml
|
||||
share/dbus-1/interfaces/org.kde.KNotes.xml
|
||||
share/dbus-1/interfaces/org.kde.Korganizer.Calendar.xml
|
||||
share/dbus-1/interfaces/org.kde.addressbook.service.xml
|
||||
@ -731,28 +546,33 @@ 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/kaddressbook/addhost.png
|
||||
share/doc/HTML/en/kaddressbook/common
|
||||
share/doc/HTML/en/kaddressbook/conf.png
|
||||
share/doc/HTML/en/kaddressbook/contactdlg.png
|
||||
share/doc/HTML/en/kaddressbook/edit_instant_messenging.png
|
||||
share/doc/HTML/en/kaddressbook/exportdlg.png
|
||||
share/doc/HTML/en/kaddressbook/extension.png
|
||||
share/doc/HTML/en/kaddressbook/filtereditdlg.png
|
||||
share/doc/HTML/en/kaddressbook/index.cache.bz2
|
||||
share/doc/HTML/en/kaddressbook/index.docbook
|
||||
share/doc/HTML/en/kaddressbook/mainwin.png
|
||||
share/doc/HTML/en/kaddressbook/resourcedlg.png
|
||||
share/doc/HTML/en/kaddressbook/resourcesdlg.png
|
||||
share/doc/HTML/en/kaddressbook/vieweditdlg.png
|
||||
share/doc/HTML/en/blogilo/add-blog-1.png
|
||||
share/doc/HTML/en/blogilo/add-blog-2.png
|
||||
share/doc/HTML/en/blogilo/common
|
||||
share/doc/HTML/en/blogilo/index.cache.bz2
|
||||
share/doc/HTML/en/blogilo/index.docbook
|
||||
share/doc/HTML/en/blogilo/mainwindow.png
|
||||
share/doc/HTML/en/blogilo/media-upload.png
|
||||
share/doc/HTML/en/blogilo/toolbox-1.png
|
||||
share/doc/HTML/en/blogilo/toolbox-2.png
|
||||
share/doc/HTML/en/blogilo/toolbox-3.png
|
||||
share/doc/HTML/en/blogilo/toolbox-4.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/kalarm/alarmmessage.png
|
||||
share/doc/HTML/en/kalarm/common
|
||||
share/doc/HTML/en/kalarm/editwindow-simple.png
|
||||
share/doc/HTML/en/kalarm/editwindow.png
|
||||
share/doc/HTML/en/kalarm/index.cache.bz2
|
||||
share/doc/HTML/en/kalarm/index.docbook
|
||||
share/doc/HTML/en/kalarm/mainwindow-calendars.png
|
||||
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
|
||||
@ -816,6 +636,12 @@ 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-admin/common
|
||||
share/doc/HTML/en/kontact-admin/index.cache.bz2
|
||||
share/doc/HTML/en/kontact-admin/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
|
||||
@ -897,45 +723,19 @@ share/doc/HTML/en/korganizer/outlook-to-vcalendar.docbook
|
||||
share/doc/HTML/en/korganizer/plugins-chapter.docbook
|
||||
share/doc/HTML/en/korganizer/remotefile-resource.png
|
||||
share/doc/HTML/en/korganizer/todo-general.png
|
||||
share/doc/HTML/en/kpilot/common
|
||||
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
|
||||
share/doc/HTML/en/kpilot/index.cache.bz2
|
||||
share/doc/HTML/en/kpilot/index.docbook
|
||||
share/doc/HTML/en/kpilot/kpilot.png
|
||||
share/doc/HTML/en/kpilot/main-app.png
|
||||
share/doc/HTML/en/kpilot/setup-address.png
|
||||
share/doc/HTML/en/kpilot/setup-conduit.png
|
||||
share/doc/HTML/en/kpilot/setup-dbspecial.png
|
||||
share/doc/HTML/en/kpilot/setup-general.png
|
||||
share/doc/HTML/en/kpilot/setup-hotsync.png
|
||||
share/doc/HTML/en/kpilot/setup-items.png
|
||||
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
|
||||
share/doc/HTML/en/ktimetracker/copy-this-task.png
|
||||
share/doc/HTML/en/ktimetracker/csvexport.png
|
||||
share/doc/HTML/en/ktimetracker/daterange.png
|
||||
share/doc/HTML/en/ktimetracker/idle-detect.png
|
||||
share/doc/HTML/en/ktimetracker/index.cache.bz2
|
||||
share/doc/HTML/en/ktimetracker/index.docbook
|
||||
share/doc/HTML/en/ktimetracker/karm.png
|
||||
share/doc/HTML/en/ktimetracker/ktimetracker.png
|
||||
share/doc/HTML/en/ktimetracker/systray.png
|
||||
share/doc/HTML/en/kwatchgnupg/common
|
||||
share/doc/HTML/en/kwatchgnupg/index.cache.bz2
|
||||
share/doc/HTML/en/kwatchgnupg/index.docbook
|
||||
share/icons/hicolor/128x128/actions/upload-media.png
|
||||
share/icons/hicolor/128x128/apps/akregator.png
|
||||
share/icons/hicolor/128x128/apps/kaddressbook.png
|
||||
share/icons/hicolor/128x128/apps/blogilo.png
|
||||
share/icons/hicolor/128x128/apps/kjots.png
|
||||
share/icons/hicolor/128x128/apps/kmail.png
|
||||
share/icons/hicolor/128x128/apps/knode.png
|
||||
@ -944,16 +744,14 @@ share/icons/hicolor/128x128/apps/knotes.png
|
||||
share/icons/hicolor/128x128/apps/kontact.png
|
||||
share/icons/hicolor/128x128/apps/korganizer.png
|
||||
share/icons/hicolor/128x128/apps/ktimetracker.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_backup.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_busysync.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_fullsync.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_hhtopc.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_hotsync.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_nosync.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_reset.png
|
||||
share/icons/hicolor/16x16/actions/kpilot_restore.png
|
||||
share/icons/hicolor/16x16/actions/format-text-blockquote.png
|
||||
share/icons/hicolor/16x16/actions/format-text-code.png
|
||||
share/icons/hicolor/16x16/actions/insert-more-mark.png
|
||||
share/icons/hicolor/16x16/actions/remove-link.png
|
||||
share/icons/hicolor/16x16/actions/upload-media.png
|
||||
share/icons/hicolor/16x16/apps/akregator.png
|
||||
share/icons/hicolor/16x16/apps/akregator_empty.png
|
||||
share/icons/hicolor/16x16/apps/blogilo.png
|
||||
share/icons/hicolor/16x16/apps/kaddressbook.png
|
||||
share/icons/hicolor/16x16/apps/kalarm.png
|
||||
share/icons/hicolor/16x16/apps/kjots.png
|
||||
@ -963,32 +761,24 @@ share/icons/hicolor/16x16/apps/knode2.png
|
||||
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/ktimetracker.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_backup.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_busysync.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_fullsync.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_hhtopc.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_hotsync.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_nosync.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_reset.png
|
||||
share/icons/hicolor/22x22/actions/kpilot_restore.png
|
||||
share/icons/hicolor/22x22/actions/format-text-blockquote.png
|
||||
share/icons/hicolor/22x22/actions/format-text-code.png
|
||||
share/icons/hicolor/22x22/actions/insert-more-mark.png
|
||||
share/icons/hicolor/22x22/actions/remove-link.png
|
||||
share/icons/hicolor/22x22/actions/upload-media.png
|
||||
share/icons/hicolor/22x22/apps/akregator.png
|
||||
share/icons/hicolor/22x22/apps/blogilo.png
|
||||
share/icons/hicolor/22x22/apps/kaddressbook.png
|
||||
share/icons/hicolor/22x22/apps/kjots.png
|
||||
share/icons/hicolor/22x22/apps/kmail.png
|
||||
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/ktimetracker.png
|
||||
share/icons/hicolor/32x32/actions/kpilot_fullsync.png
|
||||
share/icons/hicolor/32x32/actions/kpilot_hhtopc.png
|
||||
share/icons/hicolor/32x32/actions/kpilot_hotsync.png
|
||||
share/icons/hicolor/32x32/actions/kpilot_reset.png
|
||||
share/icons/hicolor/32x32/actions/upload-media.png
|
||||
share/icons/hicolor/32x32/apps/akregator.png
|
||||
share/icons/hicolor/32x32/apps/blogilo.png
|
||||
share/icons/hicolor/32x32/apps/kaddressbook.png
|
||||
share/icons/hicolor/32x32/apps/kalarm.png
|
||||
share/icons/hicolor/32x32/apps/kjots.png
|
||||
@ -998,14 +788,10 @@ share/icons/hicolor/32x32/apps/knode2.png
|
||||
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/ktimetracker.png
|
||||
share/icons/hicolor/48x48/actions/kpilot_fullsync.png
|
||||
share/icons/hicolor/48x48/actions/kpilot_hhtopc.png
|
||||
share/icons/hicolor/48x48/actions/kpilot_hotsync.png
|
||||
share/icons/hicolor/48x48/actions/kpilot_reset.png
|
||||
share/icons/hicolor/48x48/actions/upload-media.png
|
||||
share/icons/hicolor/48x48/apps/akregator.png
|
||||
share/icons/hicolor/48x48/apps/blogilo.png
|
||||
share/icons/hicolor/48x48/apps/kaddressbook.png
|
||||
share/icons/hicolor/48x48/apps/kalarm.png
|
||||
share/icons/hicolor/48x48/apps/kjots.png
|
||||
@ -1015,18 +801,10 @@ share/icons/hicolor/48x48/apps/knode2.png
|
||||
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/ktimetracker.png
|
||||
share/icons/hicolor/64x64/actions/kpilot_address.png
|
||||
share/icons/hicolor/64x64/actions/kpilot_bhotsync.png
|
||||
share/icons/hicolor/64x64/actions/kpilot_calendar.png
|
||||
share/icons/hicolor/64x64/actions/kpilot_db.png
|
||||
share/icons/hicolor/64x64/actions/kpilot_fileinstaller.png
|
||||
share/icons/hicolor/64x64/actions/kpilot_knotes.png
|
||||
share/icons/hicolor/64x64/actions/kpilot_todo.png
|
||||
share/icons/hicolor/64x64/actions/upload-media.png
|
||||
share/icons/hicolor/64x64/apps/akregator.png
|
||||
share/icons/hicolor/64x64/apps/kaddressbook.png
|
||||
share/icons/hicolor/64x64/apps/blogilo.png
|
||||
share/icons/hicolor/64x64/apps/kjots.png
|
||||
share/icons/hicolor/64x64/apps/kmail.png
|
||||
share/icons/hicolor/64x64/apps/knode.png
|
||||
@ -1036,14 +814,12 @@ share/icons/hicolor/64x64/apps/kontact.png
|
||||
share/icons/hicolor/64x64/apps/korganizer.png
|
||||
share/icons/hicolor/64x64/apps/ktimetracker.png
|
||||
share/icons/hicolor/scalable/apps/akregator.svgz
|
||||
share/icons/hicolor/scalable/apps/kaddressbook.svgz
|
||||
share/icons/hicolor/scalable/apps/kjots.svgz
|
||||
share/icons/hicolor/scalable/apps/kmail.svgz
|
||||
share/icons/hicolor/scalable/apps/korganizer.svgz
|
||||
share/icons/oxygen/128x128/apps/kalarm.png
|
||||
share/icons/oxygen/128x128/apps/kleopatra.png
|
||||
share/icons/oxygen/16x16/actions/edit-delete-page.png
|
||||
share/icons/oxygen/16x16/actions/ldap_lookup.png
|
||||
share/icons/oxygen/16x16/actions/smallclock.png
|
||||
share/icons/oxygen/16x16/actions/upindicator.png
|
||||
share/icons/oxygen/16x16/apps/kalarm.png
|
||||
@ -1083,40 +859,11 @@ share/kde4/services/akregator_part.desktop
|
||||
share/kde4/services/feed.protocol
|
||||
share/kde4/services/groupwise.protocol
|
||||
share/kde4/services/groupwises.protocol
|
||||
share/kde4/services/kabconfig.desktop
|
||||
share/kde4/services/kabcustomfields.desktop
|
||||
share/kde4/services/kabldapconfig.desktop
|
||||
share/kde4/services/kaddressbook/aimprotocol.desktop
|
||||
share/kde4/services/kaddressbook/bookmark_xxport.desktop
|
||||
share/kde4/services/kaddressbook/cardview.desktop
|
||||
share/kde4/services/kaddressbook/cryptosettings.desktop
|
||||
share/kde4/services/kaddressbook/csv_xxport.desktop
|
||||
share/kde4/services/kaddressbook/distributionlistng.desktop
|
||||
share/kde4/services/kaddressbook/eudora_xxport.desktop
|
||||
share/kde4/services/kaddressbook/gaduprotocol.desktop
|
||||
share/kde4/services/kaddressbook/gmx_xxport.desktop
|
||||
%%GNOKII%%share/kde4/services/kaddressbook/gnokii_xxport.desktop
|
||||
share/kde4/services/kaddressbook/groupwiseprotocol.desktop
|
||||
share/kde4/services/kaddressbook/iconview.desktop
|
||||
share/kde4/services/kaddressbook/icqprotocol.desktop
|
||||
share/kde4/services/kaddressbook/ircprotocol.desktop
|
||||
share/kde4/services/kaddressbook/jabberprotocol.desktop
|
||||
share/kde4/services/kaddressbook/kde2_xxport.desktop
|
||||
share/kde4/services/kaddressbook/ldif_xxport.desktop
|
||||
share/kde4/services/kaddressbook/meanwhileprotocol.desktop
|
||||
share/kde4/services/kaddressbook/msnprotocol.desktop
|
||||
share/kde4/services/kaddressbook/opera_xxport.desktop
|
||||
share/kde4/services/kaddressbook/pab_xxport.desktop
|
||||
share/kde4/services/kaddressbook/resourceselection.desktop
|
||||
share/kde4/services/kaddressbook/skypeprotocol.desktop
|
||||
share/kde4/services/kaddressbook/smsprotocol.desktop
|
||||
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/kcmapptsummary.desktop
|
||||
share/kde4/services/kcmkmailsummary.desktop
|
||||
share/kde4/services/kcmkontactsummary.desktop
|
||||
share/kde4/services/kcmldap.desktop
|
||||
share/kde4/services/kcmplanner.desktop
|
||||
share/kde4/services/kcmsdsummary.desktop
|
||||
share/kde4/services/kcmtodosummary.desktop
|
||||
@ -1179,10 +926,6 @@ 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
|
||||
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
|
||||
@ -1191,9 +934,7 @@ share/kde4/services/kresources/kabc/kabc_groupwise.desktop
|
||||
share/kde4/services/kresources/kabc/kabc_opengroupware.desktop
|
||||
share/kde4/services/kresources/kabc/kabc_ox.desktop
|
||||
share/kde4/services/kresources/kabc/kabc_slox.desktop
|
||||
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/blog.desktop
|
||||
share/kde4/services/kresources/kcal/kabc.desktop
|
||||
@ -1202,57 +943,43 @@ 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_slox.desktop
|
||||
share/kde4/services/kresources/kcal/kcal_xmlrpc.desktop
|
||||
share/kde4/services/kresources/kcal/kolab.desktop
|
||||
share/kde4/services/kresources/kcal/remote.desktop
|
||||
share/kde4/services/kresources/kcal/scalix.desktop
|
||||
share/kde4/services/kresources/knotes/knotes_xmlrpc.desktop
|
||||
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/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
|
||||
share/kde4/services/scalix.protocol
|
||||
share/kde4/services/scalixs.protocol
|
||||
share/kde4/services/time_conduit.desktop
|
||||
share/kde4/services/webcal.protocol
|
||||
share/kde4/servicetypes/akregator_plugin.desktop
|
||||
share/kde4/servicetypes/calendardecoration.desktop
|
||||
share/kde4/servicetypes/calendarplugin.desktop
|
||||
share/kde4/servicetypes/dbusaddressbook.desktop
|
||||
share/kde4/servicetypes/dbuscalendar.desktop
|
||||
share/kde4/servicetypes/dbusimap.desktop
|
||||
share/kde4/servicetypes/dbusmail.desktop
|
||||
share/kde4/servicetypes/kaddressbook_contacteditorwidget.desktop
|
||||
share/kde4/servicetypes/kaddressbook_extension.desktop
|
||||
share/kde4/servicetypes/kaddressbook_view.desktop
|
||||
share/kde4/servicetypes/kaddressbook_xxport.desktop
|
||||
share/kde4/servicetypes/kaddressbookimprotocol.desktop
|
||||
share/kde4/servicetypes/kontactplugin.desktop
|
||||
share/kde4/servicetypes/korganizerpart.desktop
|
||||
share/kde4/servicetypes/korgprintplugin.desktop
|
||||
share/kde4/servicetypes/kpilotconduit.desktop
|
||||
@dirrm share/kde4/services/kresources/knotes
|
||||
@dirrm share/kde4/services/kresources/alarms
|
||||
@dirrm share/kde4/services/korganizer
|
||||
@dirrm share/kde4/services/kontact
|
||||
@dirrm share/kde4/services/kaddressbook
|
||||
@dirrm share/doc/HTML/en/kwatchgnupg
|
||||
@dirrm share/doc/HTML/en/ktimetracker
|
||||
@dirrm share/doc/HTML/en/kpilot
|
||||
@dirrm share/doc/HTML/en/korganizer
|
||||
@dirrm share/doc/HTML/en/kontact-admin
|
||||
@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/blogilo
|
||||
@dirrm share/doc/HTML/en/akregator
|
||||
@dirrm share/apps/libkleopatra/pics
|
||||
@dirrm share/apps/libkleopatra
|
||||
@ -1278,7 +1005,6 @@ share/kde4/servicetypes/kpilotconduit.desktop
|
||||
@dirrm share/apps/ktimetracker/icons/oxygen
|
||||
@dirrm share/apps/ktimetracker/icons
|
||||
@dirrm share/apps/ktimetracker
|
||||
@dirrm share/apps/kpilot
|
||||
@dirrm share/apps/korganizer/sounds
|
||||
@dirrm share/apps/korganizer
|
||||
@dirrm share/apps/korgac/icons/hicolor/22x22/actions
|
||||
@ -1312,6 +1038,7 @@ share/kde4/servicetypes/kpilotconduit.desktop
|
||||
@dirrm share/apps/kjots
|
||||
@dirrm share/apps/kdepimwidgets/pics
|
||||
@dirrm share/apps/kdepimwidgets
|
||||
@dirrm share/apps/kalarm/icons/oxygen/22x22/emblems
|
||||
@dirrm share/apps/kalarm/icons/oxygen/22x22/actions
|
||||
@dirrm share/apps/kalarm/icons/oxygen/22x22
|
||||
@dirrm share/apps/kalarm/icons/oxygen/16x16/actions
|
||||
@ -1320,25 +1047,13 @@ share/kde4/servicetypes/kpilotconduit.desktop
|
||||
@dirrm share/apps/kalarm/icons
|
||||
@dirrm share/apps/kalarm
|
||||
@dirrm share/apps/kaddressbook/printing
|
||||
@dirrm share/apps/kaddressbook/pics
|
||||
@dirrm share/apps/kaddressbook/icons/oxygen/16x16/apps
|
||||
@dirrm share/apps/kaddressbook/icons/oxygen/16x16
|
||||
@dirrm share/apps/kaddressbook/icons/oxygen
|
||||
@dirrm share/apps/kaddressbook/icons
|
||||
@dirrm share/apps/kaddressbook/csv-templates
|
||||
@dirrm share/apps/kaddressbook
|
||||
@dirrm share/apps/blogilo
|
||||
@dirrmtry share/apps/akregator/pics
|
||||
@dirrm share/apps/akregator/about
|
||||
@dirrmtry share/apps/akregator
|
||||
@dirrm include/libkleopatraclient/gui
|
||||
@dirrm include/libkleopatraclient/core
|
||||
@dirrm include/libkleopatraclient
|
||||
@dirrm include/ksieve
|
||||
@dirrm include/kpilot
|
||||
@dirrm include/kpgp
|
||||
@dirrm include/kmail/interfaces
|
||||
@dirrm include/kmail
|
||||
@dirrm include/kleo/ui
|
||||
@dirrm include/kleo
|
||||
@dirrm include/kaddressbook
|
||||
@dirrm include/akregator
|
||||
@dirrmtry share/apps/akonadiconsole
|
||||
@dirrmtry share/apps/akonadi/contact
|
||||
@dirrmtry lib/akonadi/contact/editorpageplugins
|
||||
@dirrmtry lib/akonadi/contact
|
||||
@dirrmtry lib/akonadi
|
||||
|
@ -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,9 @@ LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
|
||||
boost_python:${PORTSDIR}/devel/boost-python-libs \
|
||||
ical.43:${PORTSDIR}/devel/libical
|
||||
|
||||
USE_KDE4= kdelibs kdeexp akonadi kdeprefix kdehier automoc4
|
||||
CONFLICTS= kdepim-runtime-4.3.[1-4]
|
||||
|
||||
USE_KDE4= kdelibs akonadi kdeprefix kdehier automoc4
|
||||
KDE4_BUILDENV= yes
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
@ -41,5 +42,7 @@ PLIST_SUB+= WITH_PTH='@comment '
|
||||
post-extract:
|
||||
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
||||
${PATCH_WRKSRC}/cmake/modules/*.cmake
|
||||
${REINPLACE_CMD} -e '/find_package/s,PATHS,PATHS ${KDE4_PREFIX}/lib/cmake/Akonadi,' \
|
||||
${PATCH_WRKSRC}/cmake/modules/FindAkonadi.cmake
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdepimlibs-4.3.5.tar.bz2) = bac3b6c50fc75408b39b401a6f2e6064
|
||||
SHA256 (KDE/kdepimlibs-4.3.5.tar.bz2) = 767bcdc0437cc53df68f3b6beb12563eed218f64812beeb3721d6e2dfa7a5e17
|
||||
SIZE (KDE/kdepimlibs-4.3.5.tar.bz2) = 1781714
|
||||
MD5 (KDE/kdepimlibs-4.4.3.tar.bz2) = 4a1b1a0bb6b50ac55fe9572f3ce30044
|
||||
SHA256 (KDE/kdepimlibs-4.4.3.tar.bz2) = 8cac1460933ccf510d21728f716da578ba70ed4d7a9d1f374dbe296627ff25e1
|
||||
SIZE (KDE/kdepimlibs-4.4.3.tar.bz2) = 2431773
|
||||
|
@ -19,6 +19,7 @@ include/KDE/Akonadi/CollectionCreateJob
|
||||
include/KDE/Akonadi/CollectionDeleteJob
|
||||
include/KDE/Akonadi/CollectionDialog
|
||||
include/KDE/Akonadi/CollectionFetchJob
|
||||
include/KDE/Akonadi/CollectionFetchScope
|
||||
include/KDE/Akonadi/CollectionFilterProxyModel
|
||||
include/KDE/Akonadi/CollectionModel
|
||||
include/KDE/Akonadi/CollectionModifyJob
|
||||
@ -33,6 +34,9 @@ include/KDE/Akonadi/CollectionView
|
||||
include/KDE/Akonadi/Control
|
||||
include/KDE/Akonadi/Entity
|
||||
include/KDE/Akonadi/EntityDisplayAttribute
|
||||
include/KDE/Akonadi/EntityListView
|
||||
include/KDE/Akonadi/EntityTreeModel
|
||||
include/KDE/Akonadi/EntityTreeView
|
||||
include/KDE/Akonadi/Exception
|
||||
include/KDE/Akonadi/Item
|
||||
include/KDE/Akonadi/ItemCopyJob
|
||||
@ -50,13 +54,17 @@ include/KDE/Akonadi/ItemView
|
||||
include/KDE/Akonadi/Job
|
||||
include/KDE/Akonadi/LinkJob
|
||||
include/KDE/Akonadi/Monitor
|
||||
include/KDE/Akonadi/PreprocessorBase
|
||||
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/TransactionBeginJob
|
||||
include/KDE/Akonadi/TransactionCommitJob
|
||||
include/KDE/Akonadi/TransactionRollbackJob
|
||||
include/KDE/Akonadi/TransactionSequence
|
||||
include/KDE/Akonadi/TransportResourceBase
|
||||
include/KDE/Akonadi/UnlinkJob
|
||||
include/KDE/KABC/Address
|
||||
include/KDE/KABC/AddressBook
|
||||
@ -106,6 +114,7 @@ include/KDE/KCal/Attachment
|
||||
include/KDE/KCal/Attendee
|
||||
include/KDE/KCal/CalFilter
|
||||
include/KDE/KCal/CalFormat
|
||||
include/KDE/KCal/CalHelper
|
||||
include/KDE/KCal/CalStorage
|
||||
include/KDE/KCal/Calendar
|
||||
include/KDE/KCal/CalendarLocal
|
||||
@ -122,8 +131,8 @@ include/KDE/KCal/FreeBusy
|
||||
include/KDE/KCal/FreeBusyCache
|
||||
include/KDE/KCal/FreeBusyPeriod
|
||||
include/KDE/KCal/FreeBusyUrlStore
|
||||
include/KDE/KCal/HTMLExportSettings
|
||||
include/KDE/KCal/HtmlExport
|
||||
include/KDE/KCal/HtmlExportSettings
|
||||
include/KDE/KCal/ICalDrag
|
||||
include/KDE/KCal/ICalFormat
|
||||
include/KDE/KCal/ICalTimeZones
|
||||
@ -132,7 +141,6 @@ 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
|
||||
@ -141,7 +149,8 @@ include/KDE/KCal/QtopiaFormat
|
||||
include/KDE/KCal/Recurrence
|
||||
include/KDE/KCal/RecurrenceRule
|
||||
include/KDE/KCal/ResourceCached
|
||||
include/KDE/KCal/ResourceCachedConfig
|
||||
include/KDE/KCal/ResourceCachedReloadConfig
|
||||
include/KDE/KCal/ResourceCachedSaveConfig
|
||||
include/KDE/KCal/ResourceCalendar
|
||||
include/KDE/KCal/ResourceLocal
|
||||
include/KDE/KCal/ResourceLocalConfig
|
||||
@ -156,13 +165,48 @@ include/KDE/KHolidays/AstroSeasons
|
||||
include/KDE/KHolidays/Holidays
|
||||
include/KDE/KHolidays/LunarPhase
|
||||
include/KDE/KHolidays/Zodiac
|
||||
include/KDE/KIMAP/Acl
|
||||
include/KDE/KIMAP/AclJobBase
|
||||
include/KDE/KIMAP/AppendJob
|
||||
include/KDE/KIMAP/CapabilitiesJob
|
||||
include/KDE/KIMAP/CloseJob
|
||||
include/KDE/KIMAP/CopyJob
|
||||
include/KDE/KIMAP/CreateJob
|
||||
include/KDE/KIMAP/DeleteAclJob
|
||||
include/KDE/KIMAP/DeleteJob
|
||||
include/KDE/KIMAP/ExpungeJob
|
||||
include/KDE/KIMAP/FetchJob
|
||||
include/KDE/KIMAP/GetAclJob
|
||||
include/KDE/KIMAP/GetMetaDataJob
|
||||
include/KDE/KIMAP/GetQuotaJob
|
||||
include/KDE/KIMAP/GetQuotaRootJob
|
||||
include/KDE/KIMAP/IdleJob
|
||||
include/KDE/KIMAP/ImapSet
|
||||
include/KDE/KIMAP/Job
|
||||
include/KDE/KIMAP/ListJob
|
||||
include/KDE/KIMAP/ListRightsJob
|
||||
include/KDE/KIMAP/LoginJob
|
||||
include/KDE/KIMAP/LogoutJob
|
||||
include/KDE/KIMAP/MetaDataJobBase
|
||||
include/KDE/KIMAP/MyRightsJob
|
||||
include/KDE/KIMAP/QuotaJobBase
|
||||
include/KDE/KIMAP/RenameJob
|
||||
include/KDE/KIMAP/SearchJob
|
||||
include/KDE/KIMAP/SelectJob
|
||||
include/KDE/KIMAP/Session
|
||||
include/KDE/KIMAP/SessionUiProxy
|
||||
include/KDE/KIMAP/SetAclJob
|
||||
include/KDE/KIMAP/SetMetaDataJob
|
||||
include/KDE/KIMAP/SetQuotaJob
|
||||
include/KDE/KIMAP/StoreJob
|
||||
include/KDE/KIMAP/SubscribeJob
|
||||
include/KDE/KIMAP/UnsubscribeJob
|
||||
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
|
||||
@ -171,6 +215,18 @@ include/KDE/KLDAP/LdapServer
|
||||
include/KDE/KLDAP/LdapStructureProxyModel
|
||||
include/KDE/KLDAP/LdapUrl
|
||||
include/KDE/KLDAP/Ldif
|
||||
include/KDE/KMime/BoolFlags
|
||||
include/KDE/KMime/CharFreq
|
||||
include/KDE/KMime/Codecs
|
||||
include/KDE/KMime/Content
|
||||
include/KDE/KMime/ContentIndex
|
||||
include/KDE/KMime/DateFormatter
|
||||
include/KDE/KMime/HeaderParsing
|
||||
include/KDE/KMime/Headers
|
||||
include/KDE/KMime/KMimeMessage
|
||||
include/KDE/KMime/MDN
|
||||
include/KDE/KMime/Message
|
||||
include/KDE/KMime/NewsArticle
|
||||
include/KDE/KPIMIdentities/Identity
|
||||
include/KDE/KPIMIdentities/IdentityCombo
|
||||
include/KDE/KPIMIdentities/IdentityManager
|
||||
@ -182,7 +238,6 @@ 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
|
||||
@ -192,6 +247,29 @@ include/KDE/KResources/Manager
|
||||
include/KDE/KResources/ManagerImpl
|
||||
include/KDE/KResources/Resource
|
||||
include/KDE/KResources/SelectDialog
|
||||
include/KDE/KTNEF/Formatter
|
||||
include/KDE/KTNEF/KTNEFAttach
|
||||
include/KDE/KTNEF/KTNEFMessage
|
||||
include/KDE/KTNEF/KTNEFParser
|
||||
include/KDE/KTNEF/KTNEFProperty
|
||||
include/KDE/KTNEF/KTNEFPropertySet
|
||||
include/KDE/KTNEF/KTNEFWriter
|
||||
include/KDE/KontactInterface/Core
|
||||
include/KDE/KontactInterface/PimUniqueApplication
|
||||
include/KDE/KontactInterface/Plugin
|
||||
include/KDE/KontactInterface/Summary
|
||||
include/KDE/KontactInterface/UniqueAppHandler
|
||||
include/KDE/Mailtransport/PrecommandJob
|
||||
include/KDE/Mailtransport/SendmailJob
|
||||
include/KDE/Mailtransport/ServerTest
|
||||
include/KDE/Mailtransport/SmtpJob
|
||||
include/KDE/Mailtransport/Transport
|
||||
include/KDE/Mailtransport/TransportBase
|
||||
include/KDE/Mailtransport/TransportComboBox
|
||||
include/KDE/Mailtransport/TransportConfigDialog
|
||||
include/KDE/Mailtransport/TransportJob
|
||||
include/KDE/Mailtransport/TransportManagementWidget
|
||||
include/KDE/Mailtransport/TransportManager
|
||||
include/KDE/Syndication/AbstractParser
|
||||
include/KDE/Syndication/Category
|
||||
include/KDE/Syndication/Constants
|
||||
@ -230,26 +308,52 @@ include/akonadi/attributefactory.h
|
||||
include/akonadi/cachepolicy.h
|
||||
include/akonadi/changerecorder.h
|
||||
include/akonadi/collection.h
|
||||
include/akonadi/collectioncombobox.h
|
||||
include/akonadi/collectioncopyjob.h
|
||||
include/akonadi/collectioncreatejob.h
|
||||
include/akonadi/collectiondeletejob.h
|
||||
include/akonadi/collectiondialog.h
|
||||
include/akonadi/collectionfetchjob.h
|
||||
include/akonadi/collectionfetchscope.h
|
||||
include/akonadi/collectionfilterproxymodel.h
|
||||
include/akonadi/collectionmodel.h
|
||||
include/akonadi/collectionmodifyjob.h
|
||||
include/akonadi/collectionmovejob.h
|
||||
include/akonadi/collectionpropertiesdialog.h
|
||||
include/akonadi/collectionpropertiespage.h
|
||||
include/akonadi/collectionquotaattribute.h
|
||||
include/akonadi/collectionrequester.h
|
||||
include/akonadi/collectionstatistics.h
|
||||
include/akonadi/collectionstatisticsdelegate.h
|
||||
include/akonadi/collectionstatisticsjob.h
|
||||
include/akonadi/collectionstatisticsmodel.h
|
||||
include/akonadi/collectionview.h
|
||||
include/akonadi/contact/akonadi-contact_export.h
|
||||
include/akonadi/contact/contactdefaultactions.h
|
||||
include/akonadi/contact/contacteditor.h
|
||||
include/akonadi/contact/contacteditordialog.h
|
||||
include/akonadi/contact/contacteditorpageplugin.h
|
||||
include/akonadi/contact/contactgroupeditor.h
|
||||
include/akonadi/contact/contactgroupeditordialog.h
|
||||
include/akonadi/contact/contactgroupexpandjob.h
|
||||
include/akonadi/contact/contactgroupsearchjob.h
|
||||
include/akonadi/contact/contactgroupviewer.h
|
||||
include/akonadi/contact/contactgroupviewerdialog.h
|
||||
include/akonadi/contact/contactsearchjob.h
|
||||
include/akonadi/contact/contactviewer.h
|
||||
include/akonadi/contact/contactviewerdialog.h
|
||||
include/akonadi/contact/recentcontactscollectionrequestjob.h
|
||||
include/akonadi/control.h
|
||||
include/akonadi/entity.h
|
||||
include/akonadi/entitydisplayattribute.h
|
||||
include/akonadi/entityhiddenattribute.h
|
||||
include/akonadi/entitylistview.h
|
||||
include/akonadi/entitymimetypefiltermodel.h
|
||||
include/akonadi/entitytreemodel.h
|
||||
include/akonadi/entitytreeview.h
|
||||
include/akonadi/entitytreeviewstatesaver.h
|
||||
include/akonadi/exception.h
|
||||
include/akonadi/favoritecollectionsmodel.h
|
||||
include/akonadi/item.h
|
||||
include/akonadi/itemcopyjob.h
|
||||
include/akonadi/itemcreatejob.h
|
||||
@ -261,33 +365,50 @@ include/akonadi/itemmodifyjob.h
|
||||
include/akonadi/itemmonitor.h
|
||||
include/akonadi/itemmovejob.h
|
||||
include/akonadi/itempayloadinternals_p.h
|
||||
include/akonadi/itemsearchjob.h
|
||||
include/akonadi/itemserializerplugin.h
|
||||
include/akonadi/itemsync.h
|
||||
include/akonadi/itemview.h
|
||||
include/akonadi/job.h
|
||||
include/akonadi/kabc/akonadi-kabc_export.h
|
||||
include/akonadi/kabc/contactparts.h
|
||||
include/akonadi/kcal/akonadi-kcal_export.h
|
||||
include/akonadi/kcal/incidencemimetypevisitor.h
|
||||
include/akonadi/kmime/addressattribute.h
|
||||
include/akonadi/kmime/akonadi-kmime_export.h
|
||||
include/akonadi/kmime/messagefolderattribute.h
|
||||
include/akonadi/kmime/messagemodel.h
|
||||
include/akonadi/kmime/messageparts.h
|
||||
include/akonadi/kmime/messagethreaderproxymodel.h
|
||||
include/akonadi/kmime/messagethreadingattribute.h
|
||||
include/akonadi/kmime/specialmailcollections.h
|
||||
include/akonadi/kmime/specialmailcollectionsrequestjob.h
|
||||
include/akonadi/linkjob.h
|
||||
include/akonadi/mimetypechecker.h
|
||||
include/akonadi/monitor.h
|
||||
include/akonadi/partfetcher.h
|
||||
include/akonadi/preprocessorbase.h
|
||||
include/akonadi/private/collectionpathresolver_p.h
|
||||
include/akonadi/qtest_akonadi.h
|
||||
include/akonadi/resourcebase.h
|
||||
include/akonadi/resourcesynchronizationjob.h
|
||||
include/akonadi/searchcreatejob.h
|
||||
include/akonadi/selectionproxymodel.h
|
||||
include/akonadi/servermanager.h
|
||||
include/akonadi/session.h
|
||||
include/akonadi/specialcollections.h
|
||||
include/akonadi/specialcollectionsrequestjob.h
|
||||
include/akonadi/standardactionmanager.h
|
||||
include/akonadi/statisticsproxymodel.h
|
||||
include/akonadi/transactionjobs.h
|
||||
include/akonadi/transactionsequence.h
|
||||
include/akonadi/transportresourcebase.h
|
||||
include/akonadi/unlinkjob.h
|
||||
include/gpgme++/assuanresult.h
|
||||
include/gpgme++/context.h
|
||||
include/gpgme++/data.h
|
||||
include/gpgme++/decryptionresult.h
|
||||
include/gpgme++/defaultassuantransaction.h
|
||||
include/gpgme++/editinteractor.h
|
||||
include/gpgme++/encryptionresult.h
|
||||
include/gpgme++/engineinfo.h
|
||||
@ -296,12 +417,14 @@ include/gpgme++/eventloopinteractor.h
|
||||
include/gpgme++/exception.h
|
||||
include/gpgme++/global.h
|
||||
include/gpgme++/gpgadduserideditinteractor.h
|
||||
include/gpgme++/gpgagentgetinfoassuantransaction.h
|
||||
include/gpgme++/gpgme++_export.h
|
||||
include/gpgme++/gpgmefw.h
|
||||
include/gpgme++/gpgsetexpirytimeeditinteractor.h
|
||||
include/gpgme++/gpgsetownertrusteditinteractor.h
|
||||
include/gpgme++/gpgsignkeyeditinteractor.h
|
||||
include/gpgme++/importresult.h
|
||||
include/gpgme++/interfaces/assuantransaction.h
|
||||
include/gpgme++/interfaces/dataprovider.h
|
||||
include/gpgme++/interfaces/passphraseprovider.h
|
||||
include/gpgme++/interfaces/progressprovider.h
|
||||
@ -310,6 +433,7 @@ include/gpgme++/keygenerationresult.h
|
||||
include/gpgme++/keylistresult.h
|
||||
include/gpgme++/notation.h
|
||||
include/gpgme++/result.h
|
||||
include/gpgme++/scdgetinfoassuantransaction.h
|
||||
include/gpgme++/signingresult.h
|
||||
include/gpgme++/trustitem.h
|
||||
include/gpgme++/verificationresult.h
|
||||
@ -370,6 +494,7 @@ include/kcal/calendarnull.h
|
||||
include/kcal/calendarresources.h
|
||||
include/kcal/calfilter.h
|
||||
include/kcal/calformat.h
|
||||
include/kcal/calhelper.h
|
||||
include/kcal/calstorage.h
|
||||
include/kcal/comparisonvisitor.h
|
||||
include/kcal/confirmsavedialog.h
|
||||
@ -434,6 +559,7 @@ include/kimap/getacljob.h
|
||||
include/kimap/getmetadatajob.h
|
||||
include/kimap/getquotajob.h
|
||||
include/kimap/getquotarootjob.h
|
||||
include/kimap/idlejob.h
|
||||
include/kimap/imapset.h
|
||||
include/kimap/job.h
|
||||
include/kimap/kimap_export.h
|
||||
@ -443,6 +569,7 @@ include/kimap/loginjob.h
|
||||
include/kimap/logoutjob.h
|
||||
include/kimap/metadatajobbase.h
|
||||
include/kimap/myrightsjob.h
|
||||
include/kimap/namespacejob.h
|
||||
include/kimap/quotajobbase.h
|
||||
include/kimap/renamejob.h
|
||||
include/kimap/rfccodecs.h
|
||||
@ -485,6 +612,12 @@ include/kmime/kmime_mdn.h
|
||||
include/kmime/kmime_message.h
|
||||
include/kmime/kmime_newsarticle.h
|
||||
include/kmime/kmime_util.h
|
||||
include/kontactinterface/core.h
|
||||
include/kontactinterface/kontactinterface_export.h
|
||||
include/kontactinterface/pimuniqueapplication.h
|
||||
include/kontactinterface/plugin.h
|
||||
include/kontactinterface/summary.h
|
||||
include/kontactinterface/uniqueapphandler.h
|
||||
include/kpimidentities/identity.h
|
||||
include/kpimidentities/identitycombo.h
|
||||
include/kpimidentities/identitymanager.h
|
||||
@ -498,6 +631,7 @@ include/kpimutils/email.h
|
||||
include/kpimutils/kfileio.h
|
||||
include/kpimutils/kpimutils_export.h
|
||||
include/kpimutils/linklocator.h
|
||||
include/kpimutils/processes.h
|
||||
include/kpimutils/spellingfilter.h
|
||||
include/kpimutils/supertrait.h
|
||||
include/kresources/configdialog.h
|
||||
@ -521,17 +655,25 @@ include/ktnef/ktnefpropertyset.h
|
||||
include/ktnef/ktnefwriter.h
|
||||
include/kxmlrpcclient/client.h
|
||||
include/kxmlrpcclient/kxmlrpcclient_export.h
|
||||
include/mailtransport/dispatcherinterface.h
|
||||
include/mailtransport/dispatchmodeattribute.h
|
||||
include/mailtransport/errorattribute.h
|
||||
include/mailtransport/mailtransport_export.h
|
||||
include/mailtransport/messagequeuejob.h
|
||||
include/mailtransport/precommandjob.h
|
||||
include/mailtransport/sendmailjob.h
|
||||
include/mailtransport/sentbehaviourattribute.h
|
||||
include/mailtransport/servertest.h
|
||||
include/mailtransport/smtpjob.h
|
||||
include/mailtransport/transport.h
|
||||
include/mailtransport/transportattribute.h
|
||||
include/mailtransport/transportbase.h
|
||||
include/mailtransport/transportcombobox.h
|
||||
include/mailtransport/transportconfigdialog.h
|
||||
include/mailtransport/transportjob.h
|
||||
include/mailtransport/transportmanagementwidget.h
|
||||
include/mailtransport/transportmanager.h
|
||||
include/mailtransport/transporttype.h
|
||||
include/microblog/microblog_export.h
|
||||
include/microblog/statusitem.h
|
||||
include/qgpgme/dataprovider.h
|
||||
@ -616,6 +758,7 @@ lib/kde4/kabc_net.so
|
||||
lib/kde4/kabcformat_binary.so
|
||||
lib/kde4/kcal_local.so
|
||||
lib/kde4/kcal_localdir.so
|
||||
lib/kde4/kcm_akonadicontact_actions.so
|
||||
lib/kde4/kcm_kresources.so
|
||||
lib/kde4/kcm_mailtransport.so
|
||||
lib/kde4/kio_imap4.so
|
||||
@ -625,9 +768,15 @@ lib/kde4/kio_nntp.so
|
||||
lib/kde4/kio_pop3.so
|
||||
lib/kde4/kio_sieve.so
|
||||
lib/kde4/kio_smtp.so
|
||||
lib/libakonadi-contact.so
|
||||
lib/libakonadi-contact.so.5
|
||||
lib/libakonadi-contact.so.5.0.1
|
||||
lib/libakonadi-kabc.so
|
||||
lib/libakonadi-kabc.so.5
|
||||
lib/libakonadi-kabc.so.5.0.1
|
||||
lib/libakonadi-kcal.so
|
||||
lib/libakonadi-kcal.so.5
|
||||
lib/libakonadi-kcal.so.5.0.1
|
||||
lib/libakonadi-kde.so
|
||||
lib/libakonadi-kde.so.5
|
||||
lib/libakonadi-kde.so.5.0.1
|
||||
@ -636,13 +785,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.2.1
|
||||
%%WITH_PTH%%lib/libgpgme++-pth.so.2.4.0
|
||||
lib/libgpgme++-pthread.so
|
||||
lib/libgpgme++-pthread.so.2
|
||||
lib/libgpgme++-pthread.so.2.2.1
|
||||
lib/libgpgme++-pthread.so.2.4.0
|
||||
lib/libgpgme++.so
|
||||
lib/libgpgme++.so.2
|
||||
lib/libgpgme++.so.2.2.1
|
||||
lib/libgpgme++.so.2.4.0
|
||||
lib/libkabc.so
|
||||
lib/libkabc.so.5
|
||||
lib/libkabc.so.5.0.1
|
||||
@ -667,6 +816,9 @@ lib/libkldap.so.5.0.1
|
||||
lib/libkmime.so
|
||||
lib/libkmime.so.5
|
||||
lib/libkmime.so.5.0.1
|
||||
lib/libkontactinterface.so
|
||||
lib/libkontactinterface.so.5
|
||||
lib/libkontactinterface.so.5.0.1
|
||||
lib/libkpimidentities.so
|
||||
lib/libkpimidentities.so.5
|
||||
lib/libkpimidentities.so.5.0.1
|
||||
@ -698,6 +850,8 @@ lib/libsyndication.so
|
||||
lib/libsyndication.so.5
|
||||
lib/libsyndication.so.5.0.1
|
||||
share/apps/akonadi-kde/kcfg2dbus.xsl
|
||||
share/apps/akonadi/contact/data/zone.tab
|
||||
share/apps/akonadi/contact/pics/world.jpg
|
||||
share/apps/cmake/modules/CheckTimezone.cmake
|
||||
share/apps/cmake/modules/FindAkonadi.cmake
|
||||
share/apps/cmake/modules/FindGpgme.cmake
|
||||
@ -748,6 +902,7 @@ share/apps/libkholidays/holiday_lt
|
||||
share/apps/libkholidays/holiday_luFrench
|
||||
share/apps/libkholidays/holiday_luLuxembourgish
|
||||
share/apps/libkholidays/holiday_mx
|
||||
share/apps/libkholidays/holiday_na
|
||||
share/apps/libkholidays/holiday_nl
|
||||
share/apps/libkholidays/holiday_no
|
||||
share/apps/libkholidays/holiday_nz
|
||||
@ -766,6 +921,8 @@ share/apps/libkholidays/holiday_us
|
||||
share/apps/libkholidays/holiday_uy
|
||||
share/apps/libkholidays/holiday_za
|
||||
share/config.kcfg/mailtransport.kcfg
|
||||
share/config.kcfg/recentcontactscollections.kcfg
|
||||
share/config.kcfg/specialmailcollections.kcfg
|
||||
share/dbus-1/interfaces/org.kde.KResourcesManager.xml
|
||||
share/dbus-1/interfaces/org.kde.pim.IdentityManager.xml
|
||||
share/doc/HTML/en/kcontrol/kresources/common
|
||||
@ -777,15 +934,22 @@ share/doc/HTML/en/kioslave/imap/index.docbook
|
||||
share/doc/HTML/en/kioslave/ldap/common
|
||||
share/doc/HTML/en/kioslave/ldap/index.cache.bz2
|
||||
share/doc/HTML/en/kioslave/ldap/index.docbook
|
||||
share/doc/HTML/en/kioslave/mbox/common
|
||||
share/doc/HTML/en/kioslave/mbox/index.cache.bz2
|
||||
share/doc/HTML/en/kioslave/mbox/index.docbook
|
||||
share/doc/HTML/en/kioslave/nntp/common
|
||||
share/doc/HTML/en/kioslave/nntp/index.cache.bz2
|
||||
share/doc/HTML/en/kioslave/nntp/index.docbook
|
||||
share/doc/HTML/en/kioslave/pop3/common
|
||||
share/doc/HTML/en/kioslave/pop3/index.cache.bz2
|
||||
share/doc/HTML/en/kioslave/pop3/index.docbook
|
||||
share/doc/HTML/en/kioslave/sieve/common
|
||||
share/doc/HTML/en/kioslave/sieve/index.cache.bz2
|
||||
share/doc/HTML/en/kioslave/sieve/index.docbook
|
||||
share/doc/HTML/en/kioslave/smtp/common
|
||||
share/doc/HTML/en/kioslave/smtp/index.cache.bz2
|
||||
share/doc/HTML/en/kioslave/smtp/index.docbook
|
||||
share/kde4/services/akonadicontact_actions.desktop
|
||||
share/kde4/services/imap4.protocol
|
||||
share/kde4/services/imaps.protocol
|
||||
share/kde4/services/kcm_mailtransport.desktop
|
||||
@ -808,20 +972,25 @@ share/kde4/services/pop3s.protocol
|
||||
share/kde4/services/sieve.protocol
|
||||
share/kde4/services/smtp.protocol
|
||||
share/kde4/services/smtps.protocol
|
||||
share/kde4/servicetypes/kontactplugin.desktop
|
||||
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/sieve
|
||||
@dirrm share/doc/HTML/en/kioslave/pop3
|
||||
@dirrm share/doc/HTML/en/kioslave/nntp
|
||||
@dirrm share/doc/HTML/en/kioslave/mbox
|
||||
@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/contact/pics
|
||||
@dirrm share/apps/akonadi/contact/data
|
||||
@dirrm share/apps/akonadi/contact
|
||||
@dirrm share/apps/akonadi-kde
|
||||
@dirrm share/apps/akonadi
|
||||
@dirrm lib/gpgmepp
|
||||
@dirrm lib/KdepimLibs/cmake
|
||||
@dirrm lib/KdepimLibs
|
||||
@ -838,6 +1007,7 @@ share/mime/packages/kdepimlibs-mime.xml
|
||||
@dirrm include/kpimutils
|
||||
@dirrm include/kpimtextedit
|
||||
@dirrm include/kpimidentities
|
||||
@dirrm include/kontactinterface
|
||||
@dirrm include/kmime
|
||||
@dirrm include/kldap
|
||||
@dirrm include/kimap
|
||||
@ -849,17 +1019,23 @@ share/mime/packages/kdepimlibs-mime.xml
|
||||
@dirrm include/gpgme++
|
||||
@dirrmtry include/akonadi/private
|
||||
@dirrm include/akonadi/kmime
|
||||
@dirrm include/akonadi/kcal
|
||||
@dirrm include/akonadi/kabc
|
||||
@dirrm include/akonadi/contact
|
||||
@dirrmtry include/akonadi
|
||||
@dirrm include/KDE/Syndication
|
||||
@dirrm include/KDE/Mailtransport
|
||||
@dirrm include/KDE/KontactInterface
|
||||
@dirrm include/KDE/KTNEF
|
||||
@dirrm include/KDE/KResources
|
||||
@dirrm include/KDE/KPIMUtils
|
||||
@dirrm include/KDE/KPIMTextEdit
|
||||
@dirrm include/KDE/KPIMIdentities
|
||||
@dirrm include/KDE/KMime
|
||||
@dirrm include/KDE/KLDAP
|
||||
@dirrm include/KDE/KIMAP
|
||||
@dirrm include/KDE/KHolidays
|
||||
@dirrm include/KDE/KCal
|
||||
@dirrm include/KDE/KBlog
|
||||
@dirrm include/KDE/KABC
|
||||
@dirrm include/KDE/Akonadi
|
||||
@dirrm include/KDE
|
||||
|
@ -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
|
||||
@ -17,7 +16,7 @@ MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Extra plasmoids for KDE4
|
||||
|
||||
BUILD_DEPENDS= eigen>=2.0.b3:${PORTSDIR}/math/eigen2
|
||||
LIB_DEPENDS= kipi.6:${PORTSDIR}/graphics/kdegraphics4
|
||||
LIB_DEPENDS= kipi.7:${PORTSDIR}/graphics/kdegraphics4
|
||||
|
||||
USE_KDE4= kdelibs pimlibs workspace kdeprefix kdehier automoc4 sharedmime
|
||||
KDE4_BUILDENV= yes
|
||||
@ -29,9 +28,11 @@ QT_COMPONENTS= corelib opengl dbus qt3support webkit \
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
OPTIONS= MARBLE "Marble globe wallpaper for Plasma" on
|
||||
OPTIONS= MARBLE "Marble globe wallpaper for Plasma" on \
|
||||
OBSERVATORY "KDE Observatory plasmoid" off \
|
||||
SCIM "Enable SCIM method input dialog" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITHOUT_MARBLE)
|
||||
PLIST_SUB+= MARBLE="@comment "
|
||||
@ -40,14 +41,35 @@ LIB_DEPENDS+= marblewidget.5:${PORTSDIR}/misc/kdeedu4
|
||||
PLIST_SUB+= MARBLE=""
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_OBSERVATORY)
|
||||
PLIST_SUB+= OBSERVATORY="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= qwt.5:${PORTSDIR}/x11-toolkits/qwt5
|
||||
PLIST_SUB+= OBSERVATORY=""
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_SCIM)
|
||||
PLIST_SUB+= SCIM="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= scim-1.0.10:${PORTSDIR}/textproc/scim
|
||||
PLIST_SUB+= SCIM=""
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${GREP} -H -r "#include <q" ${WRKSRC} | ${CUT} -d: -f1 | uniq | \
|
||||
${XARGS} ${REINPLACE_CMD} -f ${FILESDIR}/qt3to4headers.txt
|
||||
|
||||
pre-configure:
|
||||
.if defined(WITHOUT_MARBLE)
|
||||
${REINPLACE_CMD} -e '/add_subdirectory(marble)/d' \
|
||||
${WRKSRC}/wallpapers/CMakeLists.txt
|
||||
.endif
|
||||
.if defined(WITHOUT_OBSERVATORY)
|
||||
${REINPLACE_CMD} -e '/add_subdirectory(kdeobservatory)/d' \
|
||||
${WRKSRC}/applets/CMakeLists.txt
|
||||
.endif
|
||||
.if defined(WITHOUT_SCIM)
|
||||
${REINPLACE_CMD} -e '/add_subdirectory(kimpanel)/d' \
|
||||
${WRKSRC}/applets/CMakeLists.txt
|
||||
.endif
|
||||
#respect prefix, don't update mime when installing
|
||||
${REINPLACE_CMD} -e '/^update_xdg_mimetypes/d; /SharedMimeInfo/d' \
|
||||
@ -57,4 +79,4 @@ pre-configure:
|
||||
post-install:
|
||||
@-update-mime-database ${PREFIX}/share/mime
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdeplasma-addons-4.3.5.tar.bz2) = cc1dbdc54760f3e7ded6ca6a717ee6da
|
||||
SHA256 (KDE/kdeplasma-addons-4.3.5.tar.bz2) = b75f6fb618da099d2c73f81dc65ea49b59e0485b5a3e44bfce2076ee217cb53a
|
||||
SIZE (KDE/kdeplasma-addons-4.3.5.tar.bz2) = 1451610
|
||||
MD5 (KDE/kdeplasma-addons-4.4.3.tar.bz2) = e347d1ca1f1e3100e838287365de43e4
|
||||
SHA256 (KDE/kdeplasma-addons-4.4.3.tar.bz2) = 275d60b32ffa878be97ccd34070ee23e89c6642ba39a4dd4b11c210c3a39f902
|
||||
SIZE (KDE/kdeplasma-addons-4.4.3.tar.bz2) = 1645196
|
||||
|
@ -1,9 +1,5 @@
|
||||
%%SCIM%%bin/kimpanel
|
||||
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
|
||||
@ -26,17 +22,22 @@ include/lancelot/widgets/PopupList.h
|
||||
include/lancelot/widgets/PopupMenu.h
|
||||
include/lancelot/widgets/ResizeBordersPanel.h
|
||||
include/lancelot/widgets/Widget.h
|
||||
lib/kde4/kcm_krunner_audioplayercontrol.so
|
||||
lib/kde4/kcm_krunner_spellcheck.so
|
||||
lib/kde4/krunner_audioplayercontrol.so
|
||||
lib/kde4/krunner_browserhistory.so
|
||||
lib/kde4/krunner_contacts.so
|
||||
lib/kde4/krunner_converter.so
|
||||
lib/kde4/krunner_katesessions.so
|
||||
lib/kde4/krunner_konquerorsessions.so
|
||||
lib/kde4/krunner_konsolesessions.so
|
||||
lib/kde4/krunner_kopete.so
|
||||
lib/kde4/krunner_mediawiki.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_blackboard.so
|
||||
lib/kde4/plasma_applet_bubblemon.so
|
||||
lib/kde4/plasma_applet_calculator.so
|
||||
lib/kde4/plasma_applet_charselect.so
|
||||
@ -48,6 +49,9 @@ lib/kde4/plasma_applet_fileWatcher.so
|
||||
lib/kde4/plasma_applet_frame.so
|
||||
lib/kde4/plasma_applet_fuzzy_clock.so
|
||||
lib/kde4/plasma_applet_incomingmsg.so
|
||||
%%OBSERVATORY%%lib/kde4/plasma_applet_kdeobservatory.so
|
||||
%%SCIM%%lib/kde4/plasma_applet_kimpanel.so
|
||||
lib/kde4/plasma_applet_knowledgebase.so
|
||||
lib/kde4/plasma_applet_kolourpicker.so
|
||||
lib/kde4/plasma_applet_konqprofiles.so
|
||||
lib/kde4/plasma_applet_konsoleprofiles.so
|
||||
@ -63,21 +67,27 @@ 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_opendesktop_activities.so
|
||||
lib/kde4/plasma_applet_paste.so
|
||||
lib/kde4/plasma_applet_pastebin.so
|
||||
lib/kde4/plasma_applet_plasmaboard.so
|
||||
lib/kde4/plasma_applet_previewer.so
|
||||
lib/kde4/plasma_applet_qalculate.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_spellcheck.so
|
||||
lib/kde4/plasma_applet_timer.so
|
||||
lib/kde4/plasma_applet_unitconverter.so
|
||||
lib/kde4/plasma_applet_weather.so
|
||||
lib/kde4/plasma_applet_weatherstation.so
|
||||
lib/kde4/plasma_applet_webslice.so
|
||||
lib/kde4/plasma_comic_krossprovider.so
|
||||
lib/kde4/plasma_engine_comic.so
|
||||
lib/kde4/plasma_engine_microblog.so
|
||||
lib/kde4/plasma_engine_ocs.so
|
||||
lib/kde4/plasma_engine_pastebin.so
|
||||
lib/kde4/plasma_engine_potd.so
|
||||
lib/kde4/plasma_engine_rtm.so
|
||||
lib/kde4/plasma_packagestructure_comic.so
|
||||
@ -91,15 +101,11 @@ lib/kde4/plasma_wallpaper_mandelbrot.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
|
||||
%%SCIM%%lib/libkimpanelruntime.so
|
||||
%%SCIM%%lib/libkimpanelruntime.so.0
|
||||
lib/liblancelot.so
|
||||
lib/liblancelot.so.0
|
||||
lib/liblancelot.so.0.7.0
|
||||
lib/libocsclient.so
|
||||
lib/libocsclient.so.5
|
||||
lib/libocsclient.so.5.0.1
|
||||
lib/liblancelot.so.1.7.0
|
||||
lib/libplasmacomicprovidercore.so
|
||||
lib/libplasmacomicprovidercore.so.1
|
||||
lib/libplasmacomicprovidercore.so.1.0.0
|
||||
@ -115,7 +121,6 @@ lib/librtm.so.5.0.1
|
||||
share/apps/bball/bball.svgz
|
||||
share/apps/bball/bounce.ogg
|
||||
share/apps/bball/football.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
|
||||
@ -155,15 +160,15 @@ 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/fifteenPuzzle/blanksquare.svg
|
||||
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-drop-indicator.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/extender-button-icon.svgz
|
||||
share/apps/desktoptheme/default/lancelot/inner-background.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
|
||||
@ -246,22 +251,41 @@ share/apps/desktoptheme/slim-glow/lancelot/system-buttons.svgz
|
||||
share/apps/desktoptheme/slim-glow/lancelot/theme.config
|
||||
share/apps/lancelot/lancelot.notifyrc
|
||||
share/apps/plasma-applet-frame/picture-frame-default.jpg
|
||||
share/apps/plasma-applet-opendesktop-activities/plasma-applet-opendesktop-activities.notifyrc
|
||||
share/apps/plasma-applet-opendesktop/user.css
|
||||
share/apps/plasma/services/ocsPerson.operations
|
||||
share/apps/plasma/services/pastebin.operations
|
||||
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/bees.desktop
|
||||
share/apps/plasma_wallpaper_pattern/patterns/bees.png
|
||||
share/apps/plasma_wallpaper_pattern/patterns/celtic.desktop
|
||||
share/apps/plasma_wallpaper_pattern/patterns/celtic.png
|
||||
share/apps/plasma_wallpaper_pattern/patterns/eastern_blues.desktop
|
||||
share/apps/plasma_wallpaper_pattern/patterns/eastern_blues.png
|
||||
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/french.desktop
|
||||
share/apps/plasma_wallpaper_pattern/patterns/french.png
|
||||
share/apps/plasma_wallpaper_pattern/patterns/ivory_coast.desktop
|
||||
share/apps/plasma_wallpaper_pattern/patterns/ivory_coast.png
|
||||
share/apps/plasma_wallpaper_pattern/patterns/lineage.desktop
|
||||
share/apps/plasma_wallpaper_pattern/patterns/lineage.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/persism.desktop
|
||||
share/apps/plasma_wallpaper_pattern/patterns/persism.png
|
||||
share/apps/plasma_wallpaper_pattern/patterns/rattan.desktop
|
||||
share/apps/plasma_wallpaper_pattern/patterns/rattan.png
|
||||
share/apps/plasma_wallpaper_pattern/patterns/stars.desktop
|
||||
share/apps/plasma_wallpaper_pattern/patterns/stars.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
|
||||
@ -269,35 +293,47 @@ 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
|
||||
%%SCIM%%share/config.kcfg/kimpanelconfig.kcfg
|
||||
share/config/comic.knsrc
|
||||
share/config/plasmaweather.knsrc
|
||||
share/config/virus_wallpaper.knsrc
|
||||
%%SCIM%%share/dbus-1/interfaces/org.kde.impanel.xml
|
||||
share/dbus-1/services/org.kde.lancelot.service
|
||||
share/icons/hicolor/128x128/apps/bball.png
|
||||
%%OBSERVATORY%%share/icons/hicolor/128x128/apps/kdeobservatory.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
|
||||
%%OBSERVATORY%%share/icons/hicolor/16x16/apps/kdeobservatory.png
|
||||
share/icons/hicolor/16x16/apps/lancelot-part.png
|
||||
share/icons/hicolor/16x16/apps/lancelot.png
|
||||
share/icons/hicolor/16x16/apps/previewer.png
|
||||
%%OBSERVATORY%%share/icons/hicolor/22x22/apps/kdeobservatory.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
|
||||
%%OBSERVATORY%%share/icons/hicolor/32x32/apps/kdeobservatory.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
|
||||
%%OBSERVATORY%%share/icons/hicolor/48x48/apps/kdeobservatory.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
|
||||
%%OBSERVATORY%%share/icons/hicolor/64x64/apps/kdeobservatory.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/accessories-dictionary.svgz
|
||||
share/icons/hicolor/scalable/apps/bball.svgz
|
||||
share/icons/hicolor/scalable/apps/fifteenpuzzle.svgz
|
||||
%%OBSERVATORY%%share/icons/hicolor/scalable/apps/kdeobservatory.svgz
|
||||
share/icons/oxygen/128x128/apps/qalculate-applet.png
|
||||
share/icons/oxygen/48x48/apps/qalculate-applet.png
|
||||
share/kde4/services/ServiceMenus/preview.desktop
|
||||
share/kde4/services/apodprovider.desktop
|
||||
share/kde4/services/browserhistory.desktop
|
||||
@ -309,12 +345,16 @@ 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-blackboard.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
|
||||
share/kde4/services/plasma-applet-fifteenPuzzle.desktop
|
||||
share/kde4/services/plasma-applet-incomingmsg.desktop
|
||||
%%OBSERVATORY%%share/kde4/services/plasma-applet-kdeobservatory.desktop
|
||||
%%SCIM%%share/kde4/services/plasma-applet-kimpanel.desktop
|
||||
share/kde4/services/plasma-applet-knowledgebase.desktop
|
||||
share/kde4/services/plasma-applet-konqprofiles.desktop
|
||||
share/kde4/services/plasma-applet-konsoleprofiles.desktop
|
||||
share/kde4/services/plasma-applet-lancelot-launcher.desktop
|
||||
@ -327,19 +367,23 @@ 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-activities.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-qalculate.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-spellcheck.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-applet-webslice.desktop
|
||||
share/kde4/services/plasma-clock-fuzzy.desktop
|
||||
share/kde4/services/plasma-comic-default.desktop
|
||||
share/kde4/services/plasma-dataengine-comic.desktop
|
||||
@ -347,21 +391,29 @@ 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-pastebin.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
|
||||
share/kde4/services/plasma-notes-default.desktop
|
||||
share/kde4/services/plasma-packagestructure-comic.desktop
|
||||
share/kde4/services/plasma-runner-audioplayercontrol.desktop
|
||||
share/kde4/services/plasma-runner-audioplayercontrol_config.desktop
|
||||
share/kde4/services/plasma-runner-contacts.desktop
|
||||
share/kde4/services/plasma-runner-converter.desktop
|
||||
share/kde4/services/plasma-runner-kopete.desktop
|
||||
share/kde4/services/plasma-runner-spellchecker.desktop
|
||||
share/kde4/services/plasma-runner-spellchecker_config.desktop
|
||||
share/kde4/services/plasma-runner-techbase.desktop
|
||||
share/kde4/services/plasma-runner-wikipedia.desktop
|
||||
share/kde4/services/plasma-runner-wikitravel.desktop
|
||||
share/kde4/services/plasma-wallpaper-mandelbrot.desktop
|
||||
%%MARBLE%%share/kde4/services/plasma-wallpaper-marble.desktop
|
||||
share/kde4/services/plasma-wallpaper-pattern.desktop
|
||||
share/kde4/services/plasma-wallpaper-virus.desktop
|
||||
share/kde4/services/plasma-wallpaper-weather.desktop
|
||||
share/kde4/services/plasma_applet_plasmaboard.desktop
|
||||
share/kde4/services/wcpotdprovider.desktop
|
||||
share/kde4/servicetypes/plasma_comicprovider.desktop
|
||||
share/kde4/servicetypes/plasma_potdprovider.desktop
|
||||
@ -371,6 +423,7 @@ share/mime/packages/lancelotpart-mime.xml
|
||||
@dirrm share/apps/plasma_wallpaper_pattern
|
||||
@dirrm share/apps/plasma_pastebin
|
||||
@dirrm share/apps/plasma-applet-opendesktop
|
||||
@dirrm share/apps/plasma-applet-opendesktop-activities
|
||||
@dirrm share/apps/plasma-applet-frame
|
||||
@dirrm share/apps/lancelot
|
||||
@dirrm share/apps/desktoptheme/slim-glow/lancelot
|
||||
@ -400,6 +453,7 @@ share/mime/packages/lancelotpart-mime.xml
|
||||
@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
|
||||
%%SCIM%%@cwd %%LOCALBASE%%
|
||||
%%SCIM%%lib/scim-1.0/scim-panel-dbus
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= kdebindings
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdebindings-4.3.5.tar.bz2) = 1309f89dc092aea932138b1444e64280
|
||||
SHA256 (KDE/kdebindings-4.3.5.tar.bz2) = 7ff4a3e95dde89b59bb9fc13cd32feca7bad7b096703c7710bcd82fc326c53be
|
||||
SIZE (KDE/kdebindings-4.3.5.tar.bz2) = 4881006
|
||||
MD5 (KDE/kdebindings-4.4.2.tar.bz2) = 50ac156078e5069b8400033653b59382
|
||||
SHA256 (KDE/kdebindings-4.4.2.tar.bz2) = d7cb00eaad66a5397e3656b442f7d911ab1f63601b628917fce9cd1aeaeae204
|
||||
SIZE (KDE/kdebindings-4.4.2.tar.bz2) = 5090793
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= kdebindings
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde python
|
||||
PKGNAMESUFFIX= -kde
|
||||
|
||||
@ -18,14 +17,17 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-q
|
||||
${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network \
|
||||
${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg \
|
||||
${PYTHON_SITELIBDIR}/PyQt4/QtWebKit.so:${PORTSDIR}/www/py-qt4-webkit \
|
||||
${PYTHON_SITELIBDIR}/PyQt4/QtXml.so:${PORTSDIR}/textproc/py-qt4-xml
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
${PYTHON_SITELIBDIR}/PyQt4/QtXml.so:${PORTSDIR}/textproc/py-qt4-xml \
|
||||
${PYTHON_SITELIBDIR}/PyQt4/phonon.so:${PORTSDIR}/multimedia/py-qt4-phonon
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
||||
${PYTHON_SITELIBDIR}/dbus/mainloop/qt.so:${PORTSDIR}/devel/py-qt4-dbus
|
||||
|
||||
BINDLANG= python
|
||||
BINDMODULE= pykde4
|
||||
|
||||
USE_KDE4= akonadi kdelibs pimlibs workspace
|
||||
USE_KDE4= akonadi kdelibs pimlibs
|
||||
USE_PYTHON= 2.5+
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
SUB_FILES= kdebindings4.pth
|
||||
SUB_LIST= PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR}
|
||||
@ -42,7 +44,8 @@ BROKEN= Fails to build with RTLD_NOLOAD
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e 's,$${SIP_DEFAULT_SIP_DIR},${PREFIX}/${SIPDIR_REL},g' \
|
||||
-e 's,$${PYTHON_SITE_PACKAGES_DIR},${PYTHONPREFIX_SITELIBDIR},g' \
|
||||
${BUILD_WRKSRC}/CMakeLists.txt
|
||||
${BUILD_WRKSRC}/CMakeLists.txt \
|
||||
${BUILD_WRKSRC}/tools/pykdeuic4/CMakeLists.txt
|
||||
${REINPLACE_CMD} -e '/ADD_SUBDIRECTORY(examples)/d' \
|
||||
${BUILD_WRKSRC}/CMakeLists.txt
|
||||
${RM} ${BUILD_WRKSRC}/examples/CMakeLists.txt
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdebindings-4.3.5.tar.bz2) = 1309f89dc092aea932138b1444e64280
|
||||
SHA256 (KDE/kdebindings-4.3.5.tar.bz2) = 7ff4a3e95dde89b59bb9fc13cd32feca7bad7b096703c7710bcd82fc326c53be
|
||||
SIZE (KDE/kdebindings-4.3.5.tar.bz2) = 4881006
|
||||
MD5 (KDE/kdebindings-4.4.2.tar.bz2) = 50ac156078e5069b8400033653b59382
|
||||
SHA256 (KDE/kdebindings-4.4.2.tar.bz2) = d7cb00eaad66a5397e3656b442f7d911ab1f63601b628917fce9cd1aeaeae204
|
||||
SIZE (KDE/kdebindings-4.4.2.tar.bz2) = 5090793
|
||||
|
@ -1,93 +0,0 @@
|
||||
--- ./python/pykde4/sip/kdecore/typedefs.sip.orig 2009-10-02 12:21:29.000000000 +0400
|
||||
+++ ./python/pykde4/sip/kdecore/typedefs.sip 2010-01-27 23:01:34.003236927 +0300
|
||||
@@ -467,90 +467,6 @@
|
||||
};
|
||||
|
||||
|
||||
-template <TYPE*>
|
||||
-%MappedType QSet<TYPE*>
|
||||
-{
|
||||
-%TypeHeaderCode
|
||||
-#include <qset.h>
|
||||
-%End
|
||||
-
|
||||
-%ConvertFromTypeCode
|
||||
- // Create the list.
|
||||
- PyObject *l;
|
||||
-
|
||||
- if ((l = PyList_New(sipCpp->size())) == NULL)
|
||||
- return NULL;
|
||||
-
|
||||
- // Set the list elements.
|
||||
- QSet<TYPE*> set = *sipCpp;
|
||||
- int i = 0;
|
||||
- foreach ((TYPE *)value, set)
|
||||
- {
|
||||
- PyObject *obj = sipConvertFromNewType(value, sipType_TYPE, sipTransferObj);
|
||||
- if (obj == NULL || PyList_SET_ITEM (l, i, obj) < 0)
|
||||
- {
|
||||
- Py_DECREF(l);
|
||||
-
|
||||
- if (obj)
|
||||
- Py_DECREF(obj);
|
||||
-
|
||||
- return NULL;
|
||||
- }
|
||||
-
|
||||
- Py_DECREF(obj);
|
||||
- i++;
|
||||
- }
|
||||
-
|
||||
- return l;
|
||||
-%End
|
||||
-
|
||||
-%ConvertToTypeCode
|
||||
- // Check the type if that is all that is required.
|
||||
- if (sipIsErr == NULL)
|
||||
- {
|
||||
- if (!PyList_Check(sipPy))
|
||||
- return 0;
|
||||
- }
|
||||
-
|
||||
- // Check the type if that is all that is required.
|
||||
- if (sipIsErr == NULL)
|
||||
- {
|
||||
- if (!PyList_Check(sipPy))
|
||||
- return 0;
|
||||
-
|
||||
- for (int i = 0; i < PyList_GET_SIZE(sipPy); ++i)
|
||||
- if (!sipCanConvertToType(PyList_GET_ITEM (sipPy, i), sipType_TYPE, SIP_NOT_NONE))
|
||||
- return 0;
|
||||
- }
|
||||
-
|
||||
- QSet<TYPE*> *qs = new QSet<TYPE*>;
|
||||
-
|
||||
- for (int i = 0; i < PyList_GET_SIZE(sipPy); ++i)
|
||||
- {
|
||||
- int state;
|
||||
-
|
||||
- TYPE *t = reinterpret_cast<TYPE *>(sipConvertToType(PyList_GET_ITEM (l, i), sipType_TYPE, sipTransferObj, SIP_NOT_NONE, &state, sipIsErr));
|
||||
-
|
||||
- if (*sipIsErr)
|
||||
- {
|
||||
- sipReleaseType(t, sipType_TYPE, state);
|
||||
-
|
||||
- delete qs;
|
||||
- return 0;
|
||||
- }
|
||||
-
|
||||
- *qs << t;
|
||||
-
|
||||
- sipReleaseType(t, sipType_TYPE, state);
|
||||
- }
|
||||
-
|
||||
- *sipCppPtr = qs;
|
||||
-
|
||||
- return sipGetState(sipTransferObj);
|
||||
-%End
|
||||
-};
|
||||
-
|
||||
-
|
||||
template <TYPE>
|
||||
%MappedType QSet<TYPE>
|
||||
{
|
@ -20,6 +20,10 @@ lib/kde4/kpythonpluginfactory.so
|
||||
%%PYTHON_SITELIBDIR%%/PyKDE4/pykdeconfig.pyc
|
||||
%%PYTHON_SITELIBDIR%%/PyKDE4/solid.so
|
||||
%%PYTHON_SITELIBDIR%%/PyKDE4/soprano.so
|
||||
%%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
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/default.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdecoreExamples/__init__.py
|
||||
@ -58,6 +62,7 @@ lib/kde4/kpythonpluginfactory.so
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidExamples/solid_storagedrive.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidExamples/solid_storagevolume.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solid_demo.py
|
||||
share/py-sip/PyKDE4/akonadi/addressattribute.sip
|
||||
share/py-sip/PyKDE4/akonadi/agentbase.sip
|
||||
share/py-sip/PyKDE4/akonadi/agentfilterproxymodel.sip
|
||||
share/py-sip/PyKDE4/akonadi/agentinstance.sip
|
||||
@ -75,26 +80,36 @@ share/py-sip/PyKDE4/akonadi/attributefactory.sip
|
||||
share/py-sip/PyKDE4/akonadi/cachepolicy.sip
|
||||
share/py-sip/PyKDE4/akonadi/changerecorder.sip
|
||||
share/py-sip/PyKDE4/akonadi/collection.sip
|
||||
share/py-sip/PyKDE4/akonadi/collectioncombobox.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/collectionfetchscope.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/collectionmovejob.sip
|
||||
share/py-sip/PyKDE4/akonadi/collectionpropertiesdialog.sip
|
||||
share/py-sip/PyKDE4/akonadi/collectionpropertiespage.sip
|
||||
share/py-sip/PyKDE4/akonadi/collectionquotaattribute.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
|
||||
share/py-sip/PyKDE4/akonadi/entityhiddenattribute.sip
|
||||
share/py-sip/PyKDE4/akonadi/entitylistview.sip
|
||||
share/py-sip/PyKDE4/akonadi/entitymimetypefiltermodel.sip
|
||||
share/py-sip/PyKDE4/akonadi/entitytreemodel.sip
|
||||
share/py-sip/PyKDE4/akonadi/entitytreeview.sip
|
||||
share/py-sip/PyKDE4/akonadi/entitytreeviewstatesaver.sip
|
||||
share/py-sip/PyKDE4/akonadi/favoritecollectionsmodel.sip
|
||||
share/py-sip/PyKDE4/akonadi/item.sip
|
||||
share/py-sip/PyKDE4/akonadi/itemcopyjob.sip
|
||||
share/py-sip/PyKDE4/akonadi/itemcreatejob.sip
|
||||
@ -105,19 +120,25 @@ share/py-sip/PyKDE4/akonadi/itemmodel.sip
|
||||
share/py-sip/PyKDE4/akonadi/itemmodifyjob.sip
|
||||
share/py-sip/PyKDE4/akonadi/itemmonitor.sip
|
||||
share/py-sip/PyKDE4/akonadi/itemmovejob.sip
|
||||
share/py-sip/PyKDE4/akonadi/itemsearchjob.sip
|
||||
share/py-sip/PyKDE4/akonadi/itemserializerplugin.sip
|
||||
share/py-sip/PyKDE4/akonadi/itemsync.sip
|
||||
share/py-sip/PyKDE4/akonadi/itemview.sip
|
||||
share/py-sip/PyKDE4/akonadi/job.sip
|
||||
share/py-sip/PyKDE4/akonadi/linkjob.sip
|
||||
share/py-sip/PyKDE4/akonadi/messagefolderattribute.sip
|
||||
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/partfetcher.sip
|
||||
share/py-sip/PyKDE4/akonadi/preprocessorbase.sip
|
||||
share/py-sip/PyKDE4/akonadi/resourcebase.sip
|
||||
share/py-sip/PyKDE4/akonadi/resourcesynchronizationjob.sip
|
||||
share/py-sip/PyKDE4/akonadi/searchcreatejob.sip
|
||||
share/py-sip/PyKDE4/akonadi/selectionproxymodel.sip
|
||||
share/py-sip/PyKDE4/akonadi/servermanager.sip
|
||||
share/py-sip/PyKDE4/akonadi/session.sip
|
||||
share/py-sip/PyKDE4/akonadi/sipAPIakonadi.h
|
||||
@ -129,9 +150,15 @@ share/py-sip/PyKDE4/akonadi/sipakonadipart4.cpp
|
||||
share/py-sip/PyKDE4/akonadi/sipakonadipart5.cpp
|
||||
share/py-sip/PyKDE4/akonadi/sipakonadipart6.cpp
|
||||
share/py-sip/PyKDE4/akonadi/sipakonadipart7.cpp
|
||||
share/py-sip/PyKDE4/akonadi/specialcollections.sip
|
||||
share/py-sip/PyKDE4/akonadi/specialcollectionsrequestjob.sip
|
||||
share/py-sip/PyKDE4/akonadi/specialmailcollections.sip
|
||||
share/py-sip/PyKDE4/akonadi/specialmailcollectionsrequestjob.sip
|
||||
share/py-sip/PyKDE4/akonadi/standardactionmanager.sip
|
||||
share/py-sip/PyKDE4/akonadi/statisticsproxymodel.sip
|
||||
share/py-sip/PyKDE4/akonadi/transactionjobs.sip
|
||||
share/py-sip/PyKDE4/akonadi/transactionsequence.sip
|
||||
share/py-sip/PyKDE4/akonadi/transportresourcebase.sip
|
||||
share/py-sip/PyKDE4/akonadi/unlinkjob.sip
|
||||
share/py-sip/PyKDE4/dnssd/dnssdmod.sip
|
||||
share/py-sip/PyKDE4/dnssd/domainbrowser.sip
|
||||
@ -156,6 +183,10 @@ share/py-sip/PyKDE4/kdecore/backgroundchecker.sip
|
||||
share/py-sip/PyKDE4/kdecore/globals.sip
|
||||
share/py-sip/PyKDE4/kdecore/kaboutdata.sip
|
||||
share/py-sip/PyKDE4/kdecore/kascii.sip
|
||||
share/py-sip/PyKDE4/kdecore/kauthaction.sip
|
||||
share/py-sip/PyKDE4/kdecore/kauthactionreply.sip
|
||||
share/py-sip/PyKDE4/kdecore/kauthactionwatcher.sip
|
||||
share/py-sip/PyKDE4/kdecore/kauthhelpersupport.sip
|
||||
share/py-sip/PyKDE4/kdecore/kauthorized.sip
|
||||
share/py-sip/PyKDE4/kdecore/kautosavefile.sip
|
||||
share/py-sip/PyKDE4/kdecore/kautostart.sip
|
||||
@ -170,6 +201,7 @@ share/py-sip/PyKDE4/kdecore/kconfigdata.sip
|
||||
share/py-sip/PyKDE4/kdecore/kconfiggroup.sip
|
||||
share/py-sip/PyKDE4/kdecore/kconfigini.sip
|
||||
share/py-sip/PyKDE4/kdecore/kcoreconfigskeleton.sip
|
||||
share/py-sip/PyKDE4/kdecore/kcurrencycode.sip
|
||||
share/py-sip/PyKDE4/kdecore/kdatetime.sip
|
||||
share/py-sip/PyKDE4/kdecore/kdecoremod.sip
|
||||
share/py-sip/PyKDE4/kdecore/kdedmodule.sip
|
||||
@ -357,6 +389,9 @@ share/py-sip/PyKDE4/kdeui/kpixmapcache.sip
|
||||
share/py-sip/PyKDE4/kdeui/kpixmapprovider.sip
|
||||
share/py-sip/PyKDE4/kdeui/kpixmapregionselectordialog.sip
|
||||
share/py-sip/PyKDE4/kdeui/kpixmapregionselectorwidget.sip
|
||||
share/py-sip/PyKDE4/kdeui/kpixmapsequence.sip
|
||||
share/py-sip/PyKDE4/kdeui/kpixmapsequenceoverlaypainter.sip
|
||||
share/py-sip/PyKDE4/kdeui/kpixmapsequencewidget.sip
|
||||
share/py-sip/PyKDE4/kdeui/kplotaxis.sip
|
||||
share/py-sip/PyKDE4/kdeui/kplotobject.sip
|
||||
share/py-sip/PyKDE4/kdeui/kplotpoint.sip
|
||||
@ -371,6 +406,7 @@ share/py-sip/PyKDE4/kdeui/krichtextedit.sip
|
||||
share/py-sip/PyKDE4/kdeui/krichtextwidget.sip
|
||||
share/py-sip/PyKDE4/kdeui/kruler.sip
|
||||
share/py-sip/PyKDE4/kdeui/kselectaction.sip
|
||||
share/py-sip/PyKDE4/kdeui/kselectionproxymodel.sip
|
||||
share/py-sip/PyKDE4/kdeui/kselector.sip
|
||||
share/py-sip/PyKDE4/kdeui/kseparator.sip
|
||||
share/py-sip/PyKDE4/kdeui/ksessionmanager.sip
|
||||
@ -386,6 +422,7 @@ share/py-sip/PyKDE4/kdeui/kstandardshortcut.sip
|
||||
share/py-sip/PyKDE4/kdeui/kstartupinfo.sip
|
||||
share/py-sip/PyKDE4/kdeui/kstatusbar.sip
|
||||
share/py-sip/PyKDE4/kdeui/kstatusbarjobtracker.sip
|
||||
share/py-sip/PyKDE4/kdeui/kstatusnotifieritem.sip
|
||||
share/py-sip/PyKDE4/kdeui/kstringvalidator.sip
|
||||
share/py-sip/PyKDE4/kdeui/kstyle.sip
|
||||
share/py-sip/PyKDE4/kdeui/ksvgrenderer.sip
|
||||
@ -603,7 +640,13 @@ share/py-sip/PyKDE4/knewstuff/category.sip
|
||||
share/py-sip/PyKDE4/knewstuff/engine.sip
|
||||
share/py-sip/PyKDE4/knewstuff/entry.sip
|
||||
share/py-sip/PyKDE4/knewstuff/installation.sip
|
||||
share/py-sip/PyKDE4/knewstuff/knewstuff3_downloaddialog.sip
|
||||
share/py-sip/PyKDE4/knewstuff/knewstuff3_entry.sip
|
||||
share/py-sip/PyKDE4/knewstuff/knewstuff3_knewstuffaction.sip
|
||||
share/py-sip/PyKDE4/knewstuff/knewstuff3_knewstuffbutton.sip
|
||||
share/py-sip/PyKDE4/knewstuff/knewstuff3_uploaddialog.sip
|
||||
share/py-sip/PyKDE4/knewstuff/knewstuffaction.sip
|
||||
share/py-sip/PyKDE4/knewstuff/knewstuffbutton.sip
|
||||
share/py-sip/PyKDE4/knewstuff/knewstuffmod.sip
|
||||
share/py-sip/PyKDE4/knewstuff/ktranslatable.sip
|
||||
share/py-sip/PyKDE4/knewstuff/sipAPIknewstuff.h
|
||||
@ -617,6 +660,7 @@ share/py-sip/PyKDE4/knewstuff/sipknewstuffpart6.cpp
|
||||
share/py-sip/PyKDE4/knewstuff/sipknewstuffpart7.cpp
|
||||
share/py-sip/PyKDE4/kparts/browserextension.sip
|
||||
share/py-sip/PyKDE4/kparts/browserinterface.sip
|
||||
share/py-sip/PyKDE4/kparts/browseropenorsavequestion.sip
|
||||
share/py-sip/PyKDE4/kparts/browserrun.sip
|
||||
share/py-sip/PyKDE4/kparts/event.sip
|
||||
share/py-sip/PyKDE4/kparts/factory.sip
|
||||
@ -683,6 +727,7 @@ share/py-sip/PyKDE4/kutils/kcmultidialog.sip
|
||||
share/py-sip/PyKDE4/kutils/kemoticons.sip
|
||||
share/py-sip/PyKDE4/kutils/kemoticonsprovider.sip
|
||||
share/py-sip/PyKDE4/kutils/kemoticonstheme.sip
|
||||
share/py-sip/PyKDE4/kutils/kidletime.sip
|
||||
share/py-sip/PyKDE4/kutils/kpluginselector.sip
|
||||
share/py-sip/PyKDE4/kutils/kprintpreview.sip
|
||||
share/py-sip/PyKDE4/kutils/kutilsmod.sip
|
||||
@ -696,11 +741,13 @@ share/py-sip/PyKDE4/kutils/sipkutilspart4.cpp
|
||||
share/py-sip/PyKDE4/kutils/sipkutilspart5.cpp
|
||||
share/py-sip/PyKDE4/kutils/sipkutilspart6.cpp
|
||||
share/py-sip/PyKDE4/kutils/sipkutilspart7.cpp
|
||||
share/py-sip/PyKDE4/nepomuk/andterm.sip
|
||||
share/py-sip/PyKDE4/nepomuk/class.sip
|
||||
share/py-sip/PyKDE4/nepomuk/desktopontologyloader.sip
|
||||
share/py-sip/PyKDE4/nepomuk/comparisonterm.sip
|
||||
share/py-sip/PyKDE4/nepomuk/entity.sip
|
||||
share/py-sip/PyKDE4/nepomuk/fileontologyloader.sip
|
||||
share/py-sip/PyKDE4/nepomuk/filequery.sip
|
||||
share/py-sip/PyKDE4/nepomuk/global.sip
|
||||
share/py-sip/PyKDE4/nepomuk/groupterm.sip
|
||||
share/py-sip/PyKDE4/nepomuk/kmetadatatagcloud.sip
|
||||
share/py-sip/PyKDE4/nepomuk/kmetadatatagwidget.sip
|
||||
share/py-sip/PyKDE4/nepomuk/kratingpainter.sip
|
||||
@ -708,14 +755,23 @@ share/py-sip/PyKDE4/nepomuk/kratingwidget.sip
|
||||
share/py-sip/PyKDE4/nepomuk/ktagcloudwidget.sip
|
||||
share/py-sip/PyKDE4/nepomuk/ktagdisplaywidget.sip
|
||||
share/py-sip/PyKDE4/nepomuk/literal.sip
|
||||
share/py-sip/PyKDE4/nepomuk/literalterm.sip
|
||||
share/py-sip/PyKDE4/nepomuk/negationterm.sip
|
||||
share/py-sip/PyKDE4/nepomuk/nepomukmod.sip
|
||||
share/py-sip/PyKDE4/nepomuk/nepomukontologyloader.sip
|
||||
share/py-sip/PyKDE4/nepomuk/nepomukservice.sip
|
||||
share/py-sip/PyKDE4/nepomuk/ontology.sip
|
||||
share/py-sip/PyKDE4/nepomuk/ontologymanager.sip
|
||||
share/py-sip/PyKDE4/nepomuk/orterm.sip
|
||||
share/py-sip/PyKDE4/nepomuk/property.sip
|
||||
share/py-sip/PyKDE4/nepomuk/query.sip
|
||||
share/py-sip/PyKDE4/nepomuk/queryparser.sip
|
||||
share/py-sip/PyKDE4/nepomuk/queryserviceclient.sip
|
||||
share/py-sip/PyKDE4/nepomuk/resource.sip
|
||||
share/py-sip/PyKDE4/nepomuk/resourcemanager.sip
|
||||
share/py-sip/PyKDE4/nepomuk/resourceterm.sip
|
||||
share/py-sip/PyKDE4/nepomuk/resourcetypeterm.sip
|
||||
share/py-sip/PyKDE4/nepomuk/result.sip
|
||||
share/py-sip/PyKDE4/nepomuk/simpleterm.sip
|
||||
share/py-sip/PyKDE4/nepomuk/sipAPInepomuk.h
|
||||
share/py-sip/PyKDE4/nepomuk/sipnepomukpart0.cpp
|
||||
share/py-sip/PyKDE4/nepomuk/sipnepomukpart1.cpp
|
||||
@ -726,10 +782,12 @@ share/py-sip/PyKDE4/nepomuk/sipnepomukpart5.cpp
|
||||
share/py-sip/PyKDE4/nepomuk/sipnepomukpart6.cpp
|
||||
share/py-sip/PyKDE4/nepomuk/sipnepomukpart7.cpp
|
||||
share/py-sip/PyKDE4/nepomuk/tag.sip
|
||||
share/py-sip/PyKDE4/nepomuk/term.sip
|
||||
share/py-sip/PyKDE4/nepomuk/thing.sip
|
||||
share/py-sip/PyKDE4/nepomuk/tools.sip
|
||||
share/py-sip/PyKDE4/nepomuk/variant.sip
|
||||
share/py-sip/PyKDE4/phonon/abstractaudiodataoutput.sip
|
||||
share/py-sip/PyKDE4/phonon/abstractaudiooutput.sip
|
||||
share/py-sip/PyKDE4/phonon/abstractmediastream.sip
|
||||
share/py-sip/PyKDE4/phonon/abstractvideodataoutput.sip
|
||||
share/py-sip/PyKDE4/phonon/abstractvideooutput.sip
|
||||
@ -743,6 +801,7 @@ share/py-sip/PyKDE4/phonon/effect.sip
|
||||
share/py-sip/PyKDE4/phonon/effectparameter.sip
|
||||
share/py-sip/PyKDE4/phonon/effectwidget.sip
|
||||
share/py-sip/PyKDE4/phonon/experimental_phononnamespace.sip
|
||||
share/py-sip/PyKDE4/phonon/globalconfig.sip
|
||||
share/py-sip/PyKDE4/phonon/mediacontroller.sip
|
||||
share/py-sip/PyKDE4/phonon/medianode.sip
|
||||
share/py-sip/PyKDE4/phonon/mediaobject.sip
|
||||
@ -778,15 +837,25 @@ share/py-sip/PyKDE4/phonon/visualization.sip
|
||||
share/py-sip/PyKDE4/phonon/volumefadereffect.sip
|
||||
share/py-sip/PyKDE4/phonon/volumeslider.sip
|
||||
share/py-sip/PyKDE4/plasma/abstractrunner.sip
|
||||
share/py-sip/PyKDE4/plasma/abstracttoolbox.sip
|
||||
share/py-sip/PyKDE4/plasma/accessappletjob.sip
|
||||
share/py-sip/PyKDE4/plasma/accessmanager.sip
|
||||
share/py-sip/PyKDE4/plasma/animation.sip
|
||||
share/py-sip/PyKDE4/plasma/animationdriver.sip
|
||||
share/py-sip/PyKDE4/plasma/animator.sip
|
||||
share/py-sip/PyKDE4/plasma/applet.sip
|
||||
share/py-sip/PyKDE4/plasma/appletscript.sip
|
||||
share/py-sip/PyKDE4/plasma/authorizationinterface.sip
|
||||
share/py-sip/PyKDE4/plasma/authorizationmanager.sip
|
||||
share/py-sip/PyKDE4/plasma/authorizationrule.sip
|
||||
share/py-sip/PyKDE4/plasma/busywidget.sip
|
||||
share/py-sip/PyKDE4/plasma/checkbox.sip
|
||||
share/py-sip/PyKDE4/plasma/clientpinrequest.sip
|
||||
share/py-sip/PyKDE4/plasma/combobox.sip
|
||||
share/py-sip/PyKDE4/plasma/configloader.sip
|
||||
share/py-sip/PyKDE4/plasma/containment.sip
|
||||
share/py-sip/PyKDE4/plasma/containmentactions.sip
|
||||
share/py-sip/PyKDE4/plasma/containmentactionspluginsconfig.sip
|
||||
share/py-sip/PyKDE4/plasma/context.sip
|
||||
share/py-sip/PyKDE4/plasma/corona.sip
|
||||
share/py-sip/PyKDE4/plasma/datacontainer.sip
|
||||
@ -804,6 +873,7 @@ share/py-sip/PyKDE4/plasma/framesvg.sip
|
||||
share/py-sip/PyKDE4/plasma/glapplet.sip
|
||||
share/py-sip/PyKDE4/plasma/groupbox.sip
|
||||
share/py-sip/PyKDE4/plasma/iconwidget.sip
|
||||
share/py-sip/PyKDE4/plasma/itembackground.sip
|
||||
share/py-sip/PyKDE4/plasma/label.sip
|
||||
share/py-sip/PyKDE4/plasma/lineedit.sip
|
||||
share/py-sip/PyKDE4/plasma/meter.sip
|
||||
@ -824,7 +894,9 @@ 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/separator.sip
|
||||
share/py-sip/PyKDE4/plasma/service.sip
|
||||
share/py-sip/PyKDE4/plasma/serviceaccessjob.sip
|
||||
share/py-sip/PyKDE4/plasma/servicejob.sip
|
||||
share/py-sip/PyKDE4/plasma/signalplotter.sip
|
||||
share/py-sip/PyKDE4/plasma/sipAPIplasma.h
|
||||
@ -852,7 +924,9 @@ 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/wallpaperscript.sip
|
||||
share/py-sip/PyKDE4/plasma/webview.sip
|
||||
share/py-sip/PyKDE4/plasma/windoweffects.sip
|
||||
share/py-sip/PyKDE4/polkitqt/action.sip
|
||||
share/py-sip/PyKDE4/polkitqt/actionbutton.sip
|
||||
share/py-sip/PyKDE4/polkitqt/actionbuttons.sip
|
||||
@ -905,6 +979,7 @@ share/py-sip/PyKDE4/solid/storagedrive.sip
|
||||
share/py-sip/PyKDE4/solid/storagevolume.sip
|
||||
share/py-sip/PyKDE4/solid/video.sip
|
||||
share/py-sip/PyKDE4/soprano/asyncmodel.sip
|
||||
share/py-sip/PyKDE4/soprano/asyncquery.sip
|
||||
share/py-sip/PyKDE4/soprano/asyncresult.sip
|
||||
share/py-sip/PyKDE4/soprano/backend.sip
|
||||
share/py-sip/PyKDE4/soprano/bindingset.sip
|
||||
@ -1000,13 +1075,11 @@ share/py-sip/PyKDE4/soprano/xsd.sip
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kdeuiExamples
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kdecoreExamples
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm bin/pykdeuic4
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/PyQt4/uic
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/PyQt4
|
||||
@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
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= kdebindings
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= # empty
|
||||
PKGNAMESUFFIX= -python
|
||||
@ -23,7 +22,7 @@ NO_BUILD= yes
|
||||
OPTIONS+= KROSSPYTHON "Kross Python scripting library" on
|
||||
OPTIONS+= PYKDE4 "Kde bindings" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if !defined(WITHOUT_KROSSPYTHON)
|
||||
RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/krosspython.so:${PORTSDIR}/devel/kdebindings4-python-krosspython
|
||||
@ -36,4 +35,4 @@ RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/kpythonpluginfactory.so:${PORTSDIR}/devel/
|
||||
do-install:
|
||||
${DO_NADA}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
47
devel/kdebindings4-ruby/Makefile
Normal file
47
devel/kdebindings4-ruby/Makefile
Normal file
@ -0,0 +1,47 @@
|
||||
# New ports collection makefile for: kdebindings4-ruby
|
||||
# Date created: 2008-08-19
|
||||
# Whom: Max Brazhnikov <makc@issp.ac.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kdebindings
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
CATEGORIES= devel kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Ruby bindings for Qt/KDE
|
||||
|
||||
LIB_DEPENDS= smokeqt.3:${PORTSDIR}/devel/kdebindings4-smoke \
|
||||
okularcore.1:${PORTSDIR}/graphics/kdegraphics4
|
||||
|
||||
BINDLANG= ruby
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_KDE4= pimlibs
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/${BINDLANG}
|
||||
|
||||
CMAKE_ARGS+= -DRUBY_LIBRARY=${LOCALBASE}/lib/lib${RUBY_NAME}.so \
|
||||
-DRUBY_INCLUDE_PATH=${LOCALBASE}/lib/ruby/${RUBY_VER}/${RUBY_ARCH} \
|
||||
-DCUSTOM_RUBY_SITE_LIB_DIR=${RUBY_SITELIBDIR} \
|
||||
-DCUSTOM_RUBY_SITE_ARCH_DIR=${RUBY_SITEARCHLIBDIR}
|
||||
|
||||
SUB_FILES= ${BINDLANG}-${PORTNAME}-env.sh pkg-message
|
||||
SUB_LIST+= RUBY_SITELIBDIR=${RUBY_SITELIBDIR} \
|
||||
RUBY_SITEARCHLIBDIR=${RUBY_SITEARCHLIBDIR}
|
||||
|
||||
post-patch:
|
||||
.for f in Qt.cpp handlers.cpp marshall.h marshall_types.h qtruby.cpp qtruby.h smokeruby.h
|
||||
${REINPLACE_CMD} -e '/include/s,smoke/smoke.h,smoke.h,' ${BUILD_WRKSRC}/qtruby/src/${f}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/env
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${BINDLANG}-${PORTNAME}-env.sh ${PREFIX}/env
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include "${.CURDIR}/../../devel/kdebindings4/files/Makefile.kdebindings"
|
||||
.include <bsd.port.mk>
|
3
devel/kdebindings4-ruby/distinfo
Normal file
3
devel/kdebindings4-ruby/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (KDE/kdebindings-4.4.2.tar.bz2) = 50ac156078e5069b8400033653b59382
|
||||
SHA256 (KDE/kdebindings-4.4.2.tar.bz2) = d7cb00eaad66a5397e3656b442f7d911ab1f63601b628917fce9cd1aeaeae204
|
||||
SIZE (KDE/kdebindings-4.4.2.tar.bz2) = 5090793
|
9
devel/kdebindings4-ruby/files/patch-ruby__CMakeLists.txt
Normal file
9
devel/kdebindings4-ruby/files/patch-ruby__CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
--- ./ruby/CMakeLists.txt.orig 2010-01-20 02:24:22.000000000 +0300
|
||||
+++ ./ruby/CMakeLists.txt 2010-03-29 00:16:24.250968489 +0400
|
||||
@@ -1,3 +1,6 @@
|
||||
+include_directories(${KDE4_INCLUDE_DIR} ${KDE4_INCLUDE_DIR}/smoke)
|
||||
+link_directories(${KDE4_LIB_DIR})
|
||||
+
|
||||
macro_optional_find_package(RUBY)
|
||||
|
||||
#####################################################################
|
10
devel/kdebindings4-ruby/files/pkg-message.in
Normal file
10
devel/kdebindings4-ruby/files/pkg-message.in
Normal file
@ -0,0 +1,10 @@
|
||||
===========================================================
|
||||
|
||||
To use Ruby bindings outside KDE session set RUBYLIB
|
||||
environment variable:
|
||||
|
||||
RUBYLIB=%%RUBY_SITELIBDIR%%:%%RUBY_SITEARCHLIBDIR%%
|
||||
|
||||
See "man 1 ruby" for details.
|
||||
|
||||
===========================================================
|
6
devel/kdebindings4-ruby/files/ruby-kdebindings-env.sh.in
Normal file
6
devel/kdebindings4-ruby/files/ruby-kdebindings-env.sh.in
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ %%PREFIX%% != %%LOCALBASE%% ]; then
|
||||
RUBYLIB=${RUBYLIB}:%%RUBY_SITELIBDIR%%:%%RUBY_SITEARCHLIBDIR%%
|
||||
export RUBYLIB
|
||||
fi
|
3
devel/kdebindings4-ruby/pkg-descr
Normal file
3
devel/kdebindings4-ruby/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This port provides Ruby bindings for Qt and KDE.
|
||||
|
||||
WWW: http://www.kde.org/
|
74
devel/kdebindings4-ruby/pkg-plist
Normal file
74
devel/kdebindings4-ruby/pkg-plist
Normal file
@ -0,0 +1,74 @@
|
||||
bin/krubyapplication
|
||||
bin/rbkconfig_compiler4
|
||||
bin/rbqtapi
|
||||
bin/rbrcc
|
||||
bin/rbuic4
|
||||
env/ruby-kdebindings-env.sh
|
||||
include/qtruby/marshall.h
|
||||
include/qtruby/marshall_basetypes.h
|
||||
include/qtruby/marshall_complex.h
|
||||
include/qtruby/marshall_macros.h
|
||||
include/qtruby/marshall_primitives.h
|
||||
include/qtruby/marshall_types.h
|
||||
include/qtruby/qtruby.h
|
||||
include/qtruby/smokeruby.h
|
||||
lib/kde4/krossruby.so
|
||||
lib/kde4/krubypluginfactory.so
|
||||
lib/libqtruby4shared.so
|
||||
lib/libqtruby4shared.so.2
|
||||
lib/libqtruby4shared.so.2.0.0
|
||||
%%RUBY_SITELIBDIR%%/KDE/korundum4.rb
|
||||
%%RUBY_SITELIBDIR%%/KDE/plasma.rb
|
||||
%%RUBY_SITELIBDIR%%/Qt.rb
|
||||
%%RUBY_SITELIBDIR%%/Qt/active_item_model.rb
|
||||
%%RUBY_SITELIBDIR%%/Qt/active_table_model.rb
|
||||
%%RUBY_SITELIBDIR%%/Qt/qtruby4.rb
|
||||
%%RUBY_SITELIBDIR%%/Qt3.rb
|
||||
%%RUBY_SITELIBDIR%%/Qt4.rb
|
||||
%%RUBY_SITELIBDIR%%/akonadi/akonadi.rb
|
||||
%%RUBY_SITEARCHLIBDIR%%/akonadi.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/khtml.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/korundum4.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/ktexteditor.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/nepomuk.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/okular.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/plasma_applet.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/qtruby4.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/qtscript.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/qttest.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/qtuitools.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/qtwebkit.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/solid.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/soprano.so
|
||||
%%RUBY_SITELIBDIR%%/khtml/khtml.rb
|
||||
%%RUBY_SITELIBDIR%%/ktexteditor/ktexteditor.rb
|
||||
%%RUBY_SITELIBDIR%%/nepomuk/nepomuk.rb
|
||||
%%RUBY_SITELIBDIR%%/okular/okular.rb
|
||||
%%RUBY_SITELIBDIR%%/qtscript/qtscript.rb
|
||||
%%RUBY_SITELIBDIR%%/qttest/qttest.rb
|
||||
%%RUBY_SITELIBDIR%%/qtuitools/qtuitools.rb
|
||||
%%RUBY_SITELIBDIR%%/qtwebkit/qtwebkit.rb
|
||||
%%RUBY_SITELIBDIR%%/solid/solid.rb
|
||||
%%RUBY_SITELIBDIR%%/soprano/soprano.rb
|
||||
share/applications/kde4/dbpedia_references.desktop
|
||||
share/apps/dbpedia_references/dbpedia_references.rb
|
||||
@dirrm share/apps/dbpedia_references
|
||||
@dirrm %%RUBY_SITELIBDIR%%/soprano
|
||||
@dirrm %%RUBY_SITELIBDIR%%/solid
|
||||
@dirrm %%RUBY_SITELIBDIR%%/qtwebkit
|
||||
@dirrm %%RUBY_SITELIBDIR%%/qtuitools
|
||||
@dirrm %%RUBY_SITELIBDIR%%/qttest
|
||||
@dirrm %%RUBY_SITELIBDIR%%/qtscript
|
||||
@dirrm %%RUBY_SITELIBDIR%%/okular
|
||||
@dirrm %%RUBY_SITELIBDIR%%/nepomuk
|
||||
@dirrm %%RUBY_SITELIBDIR%%/ktexteditor
|
||||
@dirrm %%RUBY_SITELIBDIR%%/khtml
|
||||
@dirrm %%RUBY_SITEARCHLIBDIR%%
|
||||
@dirrm %%RUBY_SITELIBDIR%%/akonadi
|
||||
@dirrm %%RUBY_SITELIBDIR%%/Qt
|
||||
@dirrm %%RUBY_SITELIBDIR%%/KDE
|
||||
@dirrm %%RUBY_SITELIBDIR%%
|
||||
@dirrmtry lib/ruby/site_ruby
|
||||
@dirrmtry lib/ruby
|
||||
@dirrm include/qtruby
|
||||
@dirrmtry env
|
29
devel/kdebindings4-smoke/Makefile
Normal file
29
devel/kdebindings4-smoke/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: kdebindings4-smoke
|
||||
# Date created: 2008-08-19
|
||||
# Whom: Max Brazhnikov <makc@issp.ac.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kdebindings
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
CATEGORIES= devel kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= SMOKE bindings for Qt/KDE
|
||||
|
||||
LIB_DEPENDS= qscintilla2.5:${PORTSDIR}/devel/qscintilla2 \
|
||||
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
|
||||
okularcore.1:${PORTSDIR}/graphics/kdegraphics4
|
||||
|
||||
BINDLANG= smoke
|
||||
|
||||
QT_COMPONENTS= multimedia
|
||||
USE_KDE4= pimlibs
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/${BINDLANG}
|
||||
|
||||
.include "${.CURDIR}/../../devel/kdebindings4/files/Makefile.kdebindings"
|
||||
.include <bsd.port.mk>
|
3
devel/kdebindings4-smoke/distinfo
Normal file
3
devel/kdebindings4-smoke/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (KDE/kdebindings-4.4.2.tar.bz2) = 50ac156078e5069b8400033653b59382
|
||||
SHA256 (KDE/kdebindings-4.4.2.tar.bz2) = d7cb00eaad66a5397e3656b442f7d911ab1f63601b628917fce9cd1aeaeae204
|
||||
SIZE (KDE/kdebindings-4.4.2.tar.bz2) = 5090793
|
5
devel/kdebindings4-smoke/pkg-descr
Normal file
5
devel/kdebindings4-smoke/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
SMOKE stands for "Scripting Meta Object Kompiler Engine".
|
||||
SMOKE is language-independent enough for other bindings (e.g. to
|
||||
other scripting languages) to be based on it.
|
||||
|
||||
WWW: http://www.kde.org/
|
159
devel/kdebindings4-smoke/pkg-plist
Normal file
159
devel/kdebindings4-smoke/pkg-plist
Normal file
@ -0,0 +1,159 @@
|
||||
bin/smokeapi
|
||||
include/smoke.h
|
||||
include/smoke/akonadi_smoke.h
|
||||
include/smoke/attica_smoke.h
|
||||
include/smoke/kdecore_smoke.h
|
||||
include/smoke/kdeui_smoke.h
|
||||
include/smoke/kfile_smoke.h
|
||||
include/smoke/khtml_smoke.h
|
||||
include/smoke/kio_smoke.h
|
||||
include/smoke/knewstuff2_smoke.h
|
||||
include/smoke/knewstuff3_smoke.h
|
||||
include/smoke/kparts_smoke.h
|
||||
include/smoke/ktexteditor_smoke.h
|
||||
include/smoke/kutils_smoke.h
|
||||
include/smoke/nepomuk_smoke.h
|
||||
include/smoke/nepomukquery_smoke.h
|
||||
include/smoke/okular_smoke.h
|
||||
include/smoke/phonon_smoke.h
|
||||
include/smoke/plasma_smoke.h
|
||||
include/smoke/qimageblitz_smoke.h
|
||||
include/smoke/qsci_smoke.h
|
||||
include/smoke/qt_smoke.h
|
||||
include/smoke/qtcore_smoke.h
|
||||
include/smoke/qtdbus_smoke.h
|
||||
include/smoke/qtgui_smoke.h
|
||||
include/smoke/qtmultimedia_smoke.h
|
||||
include/smoke/qtnetwork_smoke.h
|
||||
include/smoke/qtopengl_smoke.h
|
||||
include/smoke/qtscript_smoke.h
|
||||
include/smoke/qtsql_smoke.h
|
||||
include/smoke/qtsvg_smoke.h
|
||||
include/smoke/qttest_smoke.h
|
||||
include/smoke/qtuitools_smoke.h
|
||||
include/smoke/qtwebkit_smoke.h
|
||||
include/smoke/qtxml_smoke.h
|
||||
include/smoke/qtxmlpatterns_smoke.h
|
||||
include/smoke/solid_smoke.h
|
||||
include/smoke/soprano_smoke.h
|
||||
include/smoke/sopranoclient_smoke.h
|
||||
include/smoke/sopranoserver_smoke.h
|
||||
lib/libsmokeakonadi.so
|
||||
lib/libsmokeakonadi.so.3
|
||||
lib/libsmokeakonadi.so.3.0.0
|
||||
lib/libsmokeattica.so
|
||||
lib/libsmokeattica.so.3
|
||||
lib/libsmokeattica.so.3.0.0
|
||||
lib/libsmokekdecore.so
|
||||
lib/libsmokekdecore.so.3
|
||||
lib/libsmokekdecore.so.3.0.0
|
||||
lib/libsmokekdeui.so
|
||||
lib/libsmokekdeui.so.3
|
||||
lib/libsmokekdeui.so.3.0.0
|
||||
lib/libsmokekfile.so
|
||||
lib/libsmokekfile.so.3
|
||||
lib/libsmokekfile.so.3.0.0
|
||||
lib/libsmokekhtml.so
|
||||
lib/libsmokekhtml.so.3
|
||||
lib/libsmokekhtml.so.3.0.0
|
||||
lib/libsmokekio.so
|
||||
lib/libsmokekio.so.3
|
||||
lib/libsmokekio.so.3.0.0
|
||||
lib/libsmokeknewstuff2.so
|
||||
lib/libsmokeknewstuff2.so.3
|
||||
lib/libsmokeknewstuff2.so.3.0.0
|
||||
lib/libsmokeknewstuff3.so
|
||||
lib/libsmokeknewstuff3.so.3
|
||||
lib/libsmokeknewstuff3.so.3.0.0
|
||||
lib/libsmokekparts.so
|
||||
lib/libsmokekparts.so.3
|
||||
lib/libsmokekparts.so.3.0.0
|
||||
lib/libsmokektexteditor.so
|
||||
lib/libsmokektexteditor.so.3
|
||||
lib/libsmokektexteditor.so.3.0.0
|
||||
lib/libsmokekutils.so
|
||||
lib/libsmokekutils.so.3
|
||||
lib/libsmokekutils.so.3.0.0
|
||||
lib/libsmokenepomuk.so
|
||||
lib/libsmokenepomuk.so.3
|
||||
lib/libsmokenepomuk.so.3.0.0
|
||||
lib/libsmokenepomukquery.so
|
||||
lib/libsmokenepomukquery.so.3
|
||||
lib/libsmokenepomukquery.so.3.0.0
|
||||
lib/libsmokeokular.so
|
||||
lib/libsmokeokular.so.3
|
||||
lib/libsmokeokular.so.3.0.0
|
||||
lib/libsmokephonon.so
|
||||
lib/libsmokephonon.so.3
|
||||
lib/libsmokephonon.so.3.0.0
|
||||
lib/libsmokeplasma.so
|
||||
lib/libsmokeplasma.so.3
|
||||
lib/libsmokeplasma.so.3.0.0
|
||||
lib/libsmokeqimageblitz.so
|
||||
lib/libsmokeqimageblitz.so.3
|
||||
lib/libsmokeqimageblitz.so.3.0.0
|
||||
lib/libsmokeqsci.so
|
||||
lib/libsmokeqsci.so.3
|
||||
lib/libsmokeqsci.so.3.0.0
|
||||
lib/libsmokeqt.so
|
||||
lib/libsmokeqt.so.3
|
||||
lib/libsmokeqt.so.3.0.0
|
||||
lib/libsmokeqtcore.so
|
||||
lib/libsmokeqtcore.so.3
|
||||
lib/libsmokeqtcore.so.3.0.0
|
||||
lib/libsmokeqtdbus.so
|
||||
lib/libsmokeqtdbus.so.3
|
||||
lib/libsmokeqtdbus.so.3.0.0
|
||||
lib/libsmokeqtgui.so
|
||||
lib/libsmokeqtgui.so.3
|
||||
lib/libsmokeqtgui.so.3.0.0
|
||||
lib/libsmokeqtmultimedia.so
|
||||
lib/libsmokeqtmultimedia.so.3
|
||||
lib/libsmokeqtmultimedia.so.3.0.0
|
||||
lib/libsmokeqtnetwork.so
|
||||
lib/libsmokeqtnetwork.so.3
|
||||
lib/libsmokeqtnetwork.so.3.0.0
|
||||
lib/libsmokeqtopengl.so
|
||||
lib/libsmokeqtopengl.so.3
|
||||
lib/libsmokeqtopengl.so.3.0.0
|
||||
lib/libsmokeqtscript.so
|
||||
lib/libsmokeqtscript.so.3
|
||||
lib/libsmokeqtscript.so.3.0.0
|
||||
lib/libsmokeqtsql.so
|
||||
lib/libsmokeqtsql.so.3
|
||||
lib/libsmokeqtsql.so.3.0.0
|
||||
lib/libsmokeqtsvg.so
|
||||
lib/libsmokeqtsvg.so.3
|
||||
lib/libsmokeqtsvg.so.3.0.0
|
||||
lib/libsmokeqttest.so
|
||||
lib/libsmokeqttest.so.3
|
||||
lib/libsmokeqttest.so.3.0.0
|
||||
lib/libsmokeqtuitools.so
|
||||
lib/libsmokeqtuitools.so.3
|
||||
lib/libsmokeqtuitools.so.3.0.0
|
||||
lib/libsmokeqtwebkit.so
|
||||
lib/libsmokeqtwebkit.so.3
|
||||
lib/libsmokeqtwebkit.so.3.0.0
|
||||
lib/libsmokeqtxml.so
|
||||
lib/libsmokeqtxml.so.3
|
||||
lib/libsmokeqtxml.so.3.0.0
|
||||
lib/libsmokeqtxmlpatterns.so
|
||||
lib/libsmokeqtxmlpatterns.so.3
|
||||
lib/libsmokeqtxmlpatterns.so.3.0.0
|
||||
lib/libsmokesolid.so
|
||||
lib/libsmokesolid.so.3
|
||||
lib/libsmokesolid.so.3.0.0
|
||||
lib/libsmokesoprano.so
|
||||
lib/libsmokesoprano.so.3
|
||||
lib/libsmokesoprano.so.3.0.0
|
||||
lib/libsmokesopranoclient.so
|
||||
lib/libsmokesopranoclient.so.3
|
||||
lib/libsmokesopranoclient.so.3.0.0
|
||||
lib/libsmokesopranoserver.so
|
||||
lib/libsmokesopranoserver.so.3
|
||||
lib/libsmokesopranoserver.so.3.0.0
|
||||
share/smokegen/kde-config.xml
|
||||
share/smokegen/qt-config.xml
|
||||
share/smokegen/qtdefines
|
||||
@dirrm share/smokegen
|
||||
@dirrm include/smoke
|
@ -22,9 +22,9 @@ NO_BUILD= yes
|
||||
# OPTIONS+= JAVA "Java bindings" on
|
||||
# OPTIONS+= PHP "PHP bindings" on
|
||||
OPTIONS+= PYTHON "Python bindings" on
|
||||
# OPTIONS+= RUBY "Ruby bindings" on
|
||||
OPTIONS+= RUBY "Ruby bindings" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# .if !defined(WITHOUT_CSHARP)
|
||||
# RUN_DEPENDS+= kdebindings-csharp>=4.1.0:${PORTSDIR}/devel/kdebindings4-csharp
|
||||
@ -42,11 +42,11 @@ OPTIONS+= PYTHON "Python bindings" on
|
||||
RUN_DEPENDS+= kdebindings-python>=4.1.0:${PORTSDIR}/devel/kdebindings4-python
|
||||
.endif
|
||||
|
||||
# .if !defined(WITHOUT_RUBY)
|
||||
# RUN_DEPENDS+= kdebindings-ruby>=4.1.0:${PORTSDIR}/devel/kdebindings4-ruby
|
||||
# .endif
|
||||
.if !defined(WITHOUT_RUBY)
|
||||
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/krubyapplication:${PORTSDIR}/devel/kdebindings4-ruby
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${DO_NADA}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -36,8 +36,8 @@ python_PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
ruby_PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
|
||||
python_PKGNAMESUFFIX= -${BINDMODULE}
|
||||
ruby_PKGNAMESUFFIX= -${BINDMODULE}
|
||||
smoke_PKGNAMESUFFIX= -${BINDLANG}-${BINDMODULE}
|
||||
# ruby_PKGNAMESUFFIX= -${BINDMODULE}
|
||||
smoke_PKGNAMESUFFIX= -${BINDLANG}
|
||||
|
||||
# Don't extract unnecessary stuff
|
||||
DO_NOT_EXTRACT?=${_BINDLANG_ALL:S/${BINDLANG}//}
|
||||
@ -49,18 +49,3 @@ EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
|
||||
#keep syncing this with devel/py-sip
|
||||
SIPDIR_REL= share/py-sip
|
||||
|
||||
# additional targets
|
||||
pre-configure: kdebindings-${BINDLANG}-pre-configure
|
||||
|
||||
kdebindings-python-pre-configure:
|
||||
@${DO_NADA}
|
||||
|
||||
kdebindings-ruby-pre-configure:
|
||||
@${DO_NADA}
|
||||
|
||||
kdebindings-smoke-pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/kdebindings4-${BINDLANG}/files/CMakeLists.txt \
|
||||
${WRKSRC}/${BINDLANG}
|
||||
${REINPLACE_CMD} -e 's|moduledir|${BINDMODULE}|' \
|
||||
${WRKSRC}/${BINDLANG}/CMakeLists.txt
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
PORTNAME= kdesdk
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
@ -15,9 +14,11 @@ DIST_SUBDIR= KDE
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= KDE Software Development Kit
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/ltdl.h:${PORTSDIR}/devel/libltdl22
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
LIB_DEPENDS= svn_client-1.0:${PORTSDIR}/devel/subversion \
|
||||
boost_thread.4:${PORTSDIR}/devel/boost-libs
|
||||
boost_thread.4:${PORTSDIR}/devel/boost-libs \
|
||||
hunspell-1.2.0:${PORTSDIR}/hungarian/hunspell
|
||||
|
||||
LATEST_LINK= ${PORTNAME}4
|
||||
|
||||
@ -31,6 +32,7 @@ QT_COMPONENTS= network gui svg qt3support \
|
||||
porting_build uic3_build
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include"
|
||||
|
||||
MAN1= adddebug.1 \
|
||||
cervisia.1 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdesdk-4.3.5.tar.bz2) = aed5437f8af67a758cd57a4e2b7d50b0
|
||||
SHA256 (KDE/kdesdk-4.3.5.tar.bz2) = b050c548038e20d515e1ce9375776e2e98c2efd96609ff9b4497631afa997fe9
|
||||
SIZE (KDE/kdesdk-4.3.5.tar.bz2) = 5617746
|
||||
MD5 (KDE/kdesdk-4.4.3.tar.bz2) = e2690f233dc4cdf04de236cbbcbf82e4
|
||||
SHA256 (KDE/kdesdk-4.4.3.tar.bz2) = 47ff3edfa84ad91ed1f659ca987cdd5a1ea7b4579b8505c6204ba7687bf49807
|
||||
SIZE (KDE/kdesdk-4.4.3.tar.bz2) = 5648508
|
||||
|
@ -32,6 +32,7 @@ bin/hotshot2calltree
|
||||
bin/includemocs
|
||||
bin/kapptemplate
|
||||
bin/kate
|
||||
bin/katesnippetstng_editor
|
||||
bin/kbugbuster
|
||||
bin/kcachegrind
|
||||
bin/kde_generate_export_header
|
||||
@ -44,6 +45,7 @@ bin/kio_svn_helper
|
||||
bin/kompare
|
||||
bin/kpartloader
|
||||
bin/krazy-licensecheck
|
||||
bin/kstartperf
|
||||
bin/kuiviewer
|
||||
bin/lokalize
|
||||
bin/makeobj
|
||||
@ -62,6 +64,7 @@ bin/split2po
|
||||
bin/svn-clean
|
||||
bin/svnbackport
|
||||
bin/svnchangesince
|
||||
bin/svnforwardport
|
||||
bin/svngettags
|
||||
bin/svnintegrate
|
||||
bin/svnlastchange
|
||||
@ -82,6 +85,9 @@ include/kate/pluginmanager.h
|
||||
include/kate_export.h
|
||||
include/kompare/kompareinterface.h
|
||||
include/kprofilemethod.h
|
||||
include/ktexteditor_codesnippets_core/completionmodel.h
|
||||
include/ktexteditor_codesnippets_core/ktexteditor_codesnippets_core_export.h
|
||||
include/ktexteditor_codesnippets_core/repository.h
|
||||
lib/kde4/cervisiapart.so
|
||||
lib/kde4/kabcformat_kdeaccounts.so
|
||||
lib/kde4/kate_kttsd.so
|
||||
@ -97,6 +103,7 @@ lib/kde4/katemailfilesplugin.so
|
||||
lib/kde4/kateopenheaderplugin.so
|
||||
lib/kde4/katepybrowseplugin.so
|
||||
lib/kde4/katequickdocumentswitcherplugin.so
|
||||
lib/kde4/katesnippets_tngplugin.so
|
||||
lib/kde4/katesnippetsplugin.so
|
||||
lib/kde4/katesymbolviewerplugin.so
|
||||
lib/kde4/katetabbarextensionplugin.so
|
||||
@ -106,6 +113,7 @@ lib/kde4/kcal_bugzilla.so
|
||||
lib/kde4/kded_ksvnd.so
|
||||
lib/kde4/kio_perldoc.so
|
||||
lib/kde4/kio_svn.so
|
||||
lib/kde4/kstartperf.so
|
||||
lib/kde4/libkomparenavtreepart.so
|
||||
lib/kde4/libkomparepart.so
|
||||
lib/kde4/libkuiviewerpart.so
|
||||
@ -130,12 +138,16 @@ lib/libkomparediff2.so.5.0.1
|
||||
lib/libkompareinterface.so
|
||||
lib/libkompareinterface.so.5
|
||||
lib/libkompareinterface.so.5.0.1
|
||||
lib/libktexteditor_codesnippets_core.so
|
||||
lib/libktexteditor_codesnippets_core.so.0
|
||||
lib/libktexteditor_codesnippets_core.so.0.0.1
|
||||
lib/strigi/strigila_diff.so
|
||||
lib/strigi/strigila_po.so
|
||||
lib/strigi/strigita_ts.so
|
||||
share/applications/kde4/cervisia.desktop
|
||||
share/applications/kde4/kapptemplate.desktop
|
||||
share/applications/kde4/kate.desktop
|
||||
share/applications/kde4/katesnippetstng_editor.desktop
|
||||
share/applications/kde4/kbugbuster.desktop
|
||||
share/applications/kde4/kcachegrind.desktop
|
||||
share/applications/kde4/kdesvn-build.desktop
|
||||
@ -149,7 +161,6 @@ share/apps/cervisiapart/cervisiaui.rc
|
||||
share/apps/kabc/formats/kdeaccountsplugin.desktop
|
||||
share/apps/kate/default.katesession
|
||||
share/apps/kate/externaltools
|
||||
share/apps/kate/icons/oxygen/16x16/actions/curfiledir.png
|
||||
share/apps/kate/icons/oxygen/16x16/actions/modified.png
|
||||
share/apps/kate/icons/oxygen/16x16/actions/modmod.png
|
||||
share/apps/kate/icons/oxygen/16x16/actions/modonhd.png
|
||||
@ -174,6 +185,7 @@ 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/katesnippets_tng/ui.rc
|
||||
share/apps/kate/plugins/katesymbolviewer/ui.rc
|
||||
share/apps/kate/plugins/katetabbarextension/ui.rc
|
||||
share/apps/kate/plugins/katetextfilter/ui.rc
|
||||
@ -211,9 +223,12 @@ 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/flake.tar.bz2
|
||||
share/apps/kdevappwizard/templates/kapp4.tar.bz2
|
||||
share/apps/kdevappwizard/templates/kderubyapp.tar.bz2
|
||||
share/apps/kdevappwizard/templates/kofficetext.tar.bz2
|
||||
share/apps/kdevappwizard/templates/kpartapp.tar.bz2
|
||||
share/apps/kdevappwizard/templates/ktexteditor.tar.bz2
|
||||
share/apps/kdevappwizard/templates/plasmoid.tar.bz2
|
||||
share/apps/kdevappwizard/templates/pykde4app.tar.bz2
|
||||
share/apps/kdevappwizard/templates/pyqt4app.tar.bz2
|
||||
@ -223,6 +238,8 @@ share/apps/kio_perldoc/pod2html.pl
|
||||
share/apps/kompare/komparepartui.rc
|
||||
share/apps/kompare/kompareui.rc
|
||||
share/apps/kpartloader/kpartloaderui.rc
|
||||
share/apps/ktexteditor_snippets/data/testsnippets.xml
|
||||
share/apps/ktexteditor_snippets/data/testsnippetscpp.xml
|
||||
share/apps/kuiviewer/kuiviewerui.rc
|
||||
share/apps/kuiviewerpart/kuiviewer_part.rc
|
||||
share/apps/lokalize/editorui.rc
|
||||
@ -416,6 +433,7 @@ share/config.kcfg/kapptemplate.kcfg
|
||||
share/config.kcfg/lokalize.kcfg
|
||||
share/config/katefiletemplates.knsrc
|
||||
share/config/katerc
|
||||
share/config/ktexteditor_codesnippets_core.knsrc
|
||||
share/dbus-1/interfaces/org.kde.cervisia.cvsjob.xml
|
||||
share/dbus-1/interfaces/org.kde.cervisia.cvsloginjob.xml
|
||||
share/dbus-1/interfaces/org.kde.cervisia.cvsservice.xml
|
||||
@ -450,22 +468,9 @@ share/doc/HTML/en/kapptemplate/pykde4.png
|
||||
share/doc/HTML/en/kapptemplate/pyqt4app.png
|
||||
share/doc/HTML/en/kapptemplate/second-page.png
|
||||
share/doc/HTML/en/kapptemplate/third-page.png
|
||||
share/doc/HTML/en/kate-plugins/common
|
||||
share/doc/HTML/en/kate-plugins/configure_insertcommand.png
|
||||
share/doc/HTML/en/kate-plugins/filetemplates.docbook
|
||||
share/doc/HTML/en/kate-plugins/htmltools.docbook
|
||||
share/doc/HTML/en/kate-plugins/index.cache.bz2
|
||||
share/doc/HTML/en/kate-plugins/index.docbook
|
||||
share/doc/HTML/en/kate-plugins/insertcommand.docbook
|
||||
share/doc/HTML/en/kate-plugins/insertcommand.png
|
||||
share/doc/HTML/en/kate-plugins/openheader.docbook
|
||||
share/doc/HTML/en/kate-plugins/textfilter.docbook
|
||||
share/doc/HTML/en/kate-plugins/xmlcheck.docbook
|
||||
share/doc/HTML/en/kate-plugins/xmltools.docbook
|
||||
share/doc/HTML/en/kate/advanced.docbook
|
||||
share/doc/HTML/en/kate/common
|
||||
share/doc/HTML/en/kate/configdialog01.png
|
||||
share/doc/HTML/en/kate/configdialog02.png
|
||||
share/doc/HTML/en/kate/configuring.docbook
|
||||
share/doc/HTML/en/kate/fundamentals.docbook
|
||||
share/doc/HTML/en/kate/highlighted.png
|
||||
@ -476,7 +481,6 @@ share/doc/HTML/en/kate/kate.png
|
||||
share/doc/HTML/en/kate/man-kate.1.docbook
|
||||
share/doc/HTML/en/kate/mdi.docbook
|
||||
share/doc/HTML/en/kate/menus.docbook
|
||||
share/doc/HTML/en/kate/mimetypechooser.png
|
||||
share/doc/HTML/en/kate/part.docbook
|
||||
share/doc/HTML/en/kate/plugins.docbook
|
||||
share/doc/HTML/en/kate/regular-expressions.docbook
|
||||
@ -552,10 +556,14 @@ share/icons/hicolor/16x16/actions/msgid2msgstr.png
|
||||
share/icons/hicolor/16x16/actions/nexterror.png
|
||||
share/icons/hicolor/16x16/actions/nextfuzzy.png
|
||||
share/icons/hicolor/16x16/actions/nextfuzzyuntrans.png
|
||||
share/icons/hicolor/16x16/actions/nextpo.png
|
||||
share/icons/hicolor/16x16/actions/nexttemplate.png
|
||||
share/icons/hicolor/16x16/actions/nextuntranslated.png
|
||||
share/icons/hicolor/16x16/actions/preverror.png
|
||||
share/icons/hicolor/16x16/actions/prevfuzzy.png
|
||||
share/icons/hicolor/16x16/actions/prevfuzzyuntrans.png
|
||||
share/icons/hicolor/16x16/actions/prevpo.png
|
||||
share/icons/hicolor/16x16/actions/prevtemplate.png
|
||||
share/icons/hicolor/16x16/actions/prevuntranslated.png
|
||||
share/icons/hicolor/16x16/actions/search2msgstr.png
|
||||
share/icons/hicolor/16x16/actions/transsearch.png
|
||||
@ -575,10 +583,14 @@ share/icons/hicolor/22x22/actions/msgid2msgstr.png
|
||||
share/icons/hicolor/22x22/actions/nexterror.png
|
||||
share/icons/hicolor/22x22/actions/nextfuzzy.png
|
||||
share/icons/hicolor/22x22/actions/nextfuzzyuntrans.png
|
||||
share/icons/hicolor/22x22/actions/nextpo.png
|
||||
share/icons/hicolor/22x22/actions/nexttemplate.png
|
||||
share/icons/hicolor/22x22/actions/nextuntranslated.png
|
||||
share/icons/hicolor/22x22/actions/preverror.png
|
||||
share/icons/hicolor/22x22/actions/prevfuzzy.png
|
||||
share/icons/hicolor/22x22/actions/prevfuzzyuntrans.png
|
||||
share/icons/hicolor/22x22/actions/prevpo.png
|
||||
share/icons/hicolor/22x22/actions/prevtemplate.png
|
||||
share/icons/hicolor/22x22/actions/prevuntranslated.png
|
||||
share/icons/hicolor/22x22/actions/search2msgstr.png
|
||||
share/icons/hicolor/22x22/actions/transsearch.png
|
||||
@ -597,10 +609,14 @@ share/icons/hicolor/32x32/actions/msgid2msgstr.png
|
||||
share/icons/hicolor/32x32/actions/nexterror.png
|
||||
share/icons/hicolor/32x32/actions/nextfuzzy.png
|
||||
share/icons/hicolor/32x32/actions/nextfuzzyuntrans.png
|
||||
share/icons/hicolor/32x32/actions/nextpo.png
|
||||
share/icons/hicolor/32x32/actions/nexttemplate.png
|
||||
share/icons/hicolor/32x32/actions/nextuntranslated.png
|
||||
share/icons/hicolor/32x32/actions/preverror.png
|
||||
share/icons/hicolor/32x32/actions/prevfuzzy.png
|
||||
share/icons/hicolor/32x32/actions/prevfuzzyuntrans.png
|
||||
share/icons/hicolor/32x32/actions/prevpo.png
|
||||
share/icons/hicolor/32x32/actions/prevtemplate.png
|
||||
share/icons/hicolor/32x32/actions/prevuntranslated.png
|
||||
share/icons/hicolor/32x32/actions/search2msgstr.png
|
||||
share/icons/hicolor/32x32/actions/transsearch.png
|
||||
@ -641,10 +657,14 @@ share/icons/locolor/16x16/actions/msgid2msgstr.png
|
||||
share/icons/locolor/16x16/actions/nexterror.png
|
||||
share/icons/locolor/16x16/actions/nextfuzzy.png
|
||||
share/icons/locolor/16x16/actions/nextfuzzyuntrans.png
|
||||
share/icons/locolor/16x16/actions/nextpo.png
|
||||
share/icons/locolor/16x16/actions/nexttemplate.png
|
||||
share/icons/locolor/16x16/actions/nextuntranslated.png
|
||||
share/icons/locolor/16x16/actions/preverror.png
|
||||
share/icons/locolor/16x16/actions/prevfuzzy.png
|
||||
share/icons/locolor/16x16/actions/prevfuzzyuntrans.png
|
||||
share/icons/locolor/16x16/actions/prevpo.png
|
||||
share/icons/locolor/16x16/actions/prevtemplate.png
|
||||
share/icons/locolor/16x16/actions/prevuntranslated.png
|
||||
share/icons/locolor/16x16/actions/search2msgstr.png
|
||||
share/icons/locolor/16x16/actions/transsearch.png
|
||||
@ -656,10 +676,14 @@ share/icons/locolor/32x32/actions/msgid2msgstr.png
|
||||
share/icons/locolor/32x32/actions/nexterror.png
|
||||
share/icons/locolor/32x32/actions/nextfuzzy.png
|
||||
share/icons/locolor/32x32/actions/nextfuzzyuntrans.png
|
||||
share/icons/locolor/32x32/actions/nextpo.png
|
||||
share/icons/locolor/32x32/actions/nexttemplate.png
|
||||
share/icons/locolor/32x32/actions/nextuntranslated.png
|
||||
share/icons/locolor/32x32/actions/preverror.png
|
||||
share/icons/locolor/32x32/actions/prevfuzzy.png
|
||||
share/icons/locolor/32x32/actions/prevfuzzyuntrans.png
|
||||
share/icons/locolor/32x32/actions/prevpo.png
|
||||
share/icons/locolor/32x32/actions/prevtemplate.png
|
||||
share/icons/locolor/32x32/actions/prevuntranslated.png
|
||||
share/icons/locolor/32x32/actions/search2msgstr.png
|
||||
share/icons/locolor/32x32/actions/transsearch.png
|
||||
@ -771,6 +795,7 @@ share/kde4/services/kateopenheader.desktop
|
||||
share/kde4/services/katepybrowse.desktop
|
||||
share/kde4/services/katequickdocumentswitcher.desktop
|
||||
share/kde4/services/katesnippets.desktop
|
||||
share/kde4/services/katesnippets_tngplugin.desktop
|
||||
share/kde4/services/katesymbolviewer.desktop
|
||||
share/kde4/services/katetabbarextension.desktop
|
||||
share/kde4/services/katetextfilter.desktop
|
||||
@ -790,12 +815,14 @@ share/kde4/services/svn.protocol
|
||||
share/kde4/servicetypes/kateplugin.desktop
|
||||
share/kde4/servicetypes/komparenavigationpart.desktop
|
||||
share/kde4/servicetypes/kompareviewpart.desktop
|
||||
share/mime/application/x-katesnippets_tng.xml
|
||||
share/mime/packages/kateplugin_katesnippets_tng.xml
|
||||
share/strigi/fieldproperties/strigi_translation.fieldproperties
|
||||
@dirrm share/strigi/fieldproperties
|
||||
@dirrm share/strigi
|
||||
@dirrm share/icons/locolor/32x32/actions
|
||||
@dirrm share/icons/locolor/32x32
|
||||
@dirrm share/icons/locolor/16x16/actions
|
||||
@dirrmtry share/icons/locolor/32x32
|
||||
@dirrmtry share/icons/locolor/16x16/actions
|
||||
@dirrm share/icons/locolor/16x16
|
||||
@dirrm share/icons/locolor
|
||||
@dirrm share/doc/HTML/en/umbrello
|
||||
@ -804,7 +831,6 @@ share/strigi/fieldproperties/strigi_translation.fieldproperties
|
||||
@dirrm share/doc/HTML/en/kdesvn-build
|
||||
@dirrm share/doc/HTML/en/kcachegrind
|
||||
@dirrm share/doc/HTML/en/kbugbuster
|
||||
@dirrm share/doc/HTML/en/kate-plugins
|
||||
@dirrm share/doc/HTML/en/kate
|
||||
@dirrm share/doc/HTML/en/kapptemplate
|
||||
@dirrm share/doc/HTML/en/cervisia
|
||||
@ -817,6 +843,8 @@ share/strigi/fieldproperties/strigi_translation.fieldproperties
|
||||
@dirrmtry share/apps/lokalize
|
||||
@dirrm share/apps/kuiviewerpart
|
||||
@dirrm share/apps/kuiviewer
|
||||
@dirrm share/apps/ktexteditor_snippets/data
|
||||
@dirrm share/apps/ktexteditor_snippets
|
||||
@dirrm share/apps/kpartloader
|
||||
@dirrm share/apps/kompare
|
||||
@dirrm share/apps/kio_perldoc
|
||||
@ -838,6 +866,7 @@ share/strigi/fieldproperties/strigi_translation.fieldproperties
|
||||
@dirrm share/apps/kate/plugins/katetextfilter
|
||||
@dirrm share/apps/kate/plugins/katetabbarextension
|
||||
@dirrm share/apps/kate/plugins/katesymbolviewer
|
||||
@dirrm share/apps/kate/plugins/katesnippets_tng
|
||||
@dirrm share/apps/kate/plugins/katesnippets
|
||||
@dirrm share/apps/kate/plugins/katequickdocumentswitcher
|
||||
@dirrm share/apps/kate/plugins/katepybrowse
|
||||
@ -857,9 +886,8 @@ 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/ktexteditor_codesnippets_core
|
||||
@dirrm include/kompare
|
||||
@dirrm include/kate
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= kde-l10n
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= french kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -1,47 +1,3 @@
|
||||
MAN1= adddebug.1 \
|
||||
ark.1 \
|
||||
artsmessage.1 \
|
||||
cheatmake.1 \
|
||||
checkXML.1 \
|
||||
create_cvsignore.1 \
|
||||
create_makefile.1 \
|
||||
create_makefiles.1 \
|
||||
cvscheck.1 \
|
||||
cvslastchange.1 \
|
||||
cvslastlog.1 \
|
||||
cvsrevertlast.1 \
|
||||
cxxmetric.1 \
|
||||
extractrc.1 \
|
||||
fixincludes.1 \
|
||||
kabcclient.1 \
|
||||
kalzium.1 \
|
||||
kappfinder.1 \
|
||||
kate.1 \
|
||||
kbookmarkmerger.1 \
|
||||
kbruch.1 \
|
||||
kdesu.1 \
|
||||
kfind.1 \
|
||||
kig.1 \
|
||||
kmag.1 \
|
||||
kmousetool.1 \
|
||||
kmouth.1 \
|
||||
kmplot.1 \
|
||||
ktouch.1 \
|
||||
kworldclock.1 \
|
||||
plasmaengineexplorer.1 \
|
||||
po2xml.1 \
|
||||
preparetips.1 \
|
||||
pruneemptydirs.1 \
|
||||
qtdoc.1 \
|
||||
reportview.1 \
|
||||
split2po.1 \
|
||||
swappo.1 \
|
||||
xml2pot.1 \
|
||||
zonetab2pot.py.1
|
||||
MAN6= amor.6 \
|
||||
khangman.6 \
|
||||
kpat.6
|
||||
MAN8= kded4.8 \
|
||||
kdeinit4.8 \
|
||||
nepomukserver.8 \
|
||||
nepomukservicestub.8
|
||||
MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 extractrc.1 fixincludes.1 kabcclient.1 kalzium.1 kappfinder.1 kate.1 kbookmarkmerger.1 kbruch.1 kdesu.1 kfind.1 kig.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 ktouch.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 xml2pot.1 zonetab2pot.py.1
|
||||
MAN6= amor.6 khangman.6 kpat.6
|
||||
MAN8= kded4.8 kdeinit4.8
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kde-l10n/kde-l10n-fr-4.3.5.tar.bz2) = b5d4c209374e203dd0a97d5766b06486
|
||||
SHA256 (KDE/kde-l10n/kde-l10n-fr-4.3.5.tar.bz2) = 363539cabaad42e2d44975436d1c538a4237bf4ca1b98dcf33ed30a7237f99a8
|
||||
SIZE (KDE/kde-l10n/kde-l10n-fr-4.3.5.tar.bz2) = 22188725
|
||||
MD5 (KDE/kde-l10n/kde-l10n-fr-4.4.3.tar.bz2) = a9cba0eecb7c62fb55586971d67a7e4c
|
||||
SHA256 (KDE/kde-l10n/kde-l10n-fr-4.4.3.tar.bz2) = 6d58dd18eaa6033ab50795c63be20a304d41219d85e2b80e8e5e3006881a13f2
|
||||
SIZE (KDE/kde-l10n/kde-l10n-fr-4.4.3.tar.bz2) = 21936743
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
@ -24,16 +23,16 @@ USE_BZIP2= yes
|
||||
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
||||
KDE4_BUILDENV= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= opengl gui svg iconengines pixeltool \
|
||||
QT_COMPONENTS= opengl gui svg iconengines multimedia pixeltool \
|
||||
qmake_build moc_build rcc_build uic_build
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
OPTIONS= FREEBSD "Install FreeBSD card deck" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_FREEBSD)
|
||||
RUN_DEPENDS+= kde4-freebsd-carddeck>=1.0:${PORTSDIR}/games/freebsd-carddeck-kde4
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdegames-4.3.5.tar.bz2) = f5b3609f9204397a8b02d8067c1f0bb8
|
||||
SHA256 (KDE/kdegames-4.3.5.tar.bz2) = c6d49335fcba98717ce33a0796f2418d08c4e5e24a0714fef8d958ae42a983c2
|
||||
SIZE (KDE/kdegames-4.3.5.tar.bz2) = 50575199
|
||||
MD5 (KDE/kdegames-4.4.3.tar.bz2) = 72b5b0ed4ee317c2301010c447a9a366
|
||||
SHA256 (KDE/kdegames-4.4.3.tar.bz2) = f4625b04e5241469c229efc01c30574932b81c7c00617e5fdff9ad2e41fb2444
|
||||
SIZE (KDE/kdegames-4.4.3.tar.bz2) = 68917984
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- ./ksirk/ksirk/iris/src/jdns/jdns_sys.c.orig 2008-12-26 22:45:54.000000000 +0000
|
||||
+++ ./ksirk/ksirk/iris/src/jdns/jdns_sys.c 2008-12-26 22:45:45.000000000 +0000
|
||||
@@ -701,7 +701,7 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
-#ifdef __res_state_ext
|
||||
+#ifdef __FreeBSD__
|
||||
# define USE_EXTEXT
|
||||
#endif
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/bomber
|
||||
bin/bovo
|
||||
bin/granatier
|
||||
bin/kapman
|
||||
bin/katomic
|
||||
bin/kbattleship
|
||||
@ -12,6 +13,7 @@ bin/kdiamond
|
||||
bin/kfourinline
|
||||
bin/kfourinlineproc
|
||||
bin/kgoldrunner
|
||||
bin/kigo
|
||||
bin/killbots
|
||||
bin/kiriki
|
||||
bin/kjumpingcube
|
||||
@ -34,7 +36,9 @@ bin/ksudoku
|
||||
bin/ktron
|
||||
bin/ktuberling
|
||||
bin/kubrick
|
||||
bin/libpala-puzzlebuilder
|
||||
bin/lskat
|
||||
bin/palapeli
|
||||
include/KDE/KCardDialog
|
||||
include/KDE/KChat
|
||||
include/KDE/KChatBase
|
||||
@ -76,6 +80,10 @@ include/KDE/KGrid2D
|
||||
include/KDE/KHighscore
|
||||
include/KDE/KScoreDialog
|
||||
include/KDE/KStandardGameAction
|
||||
include/Pala/Slicer
|
||||
include/Pala/SlicerJob
|
||||
include/Pala/SlicerProperty
|
||||
include/Pala/SlicerPropertySet
|
||||
include/cardcache.h
|
||||
include/carddeckinfo.h
|
||||
include/digits/kgamesvgdigits.h
|
||||
@ -139,6 +147,14 @@ include/kmahjonggtileset.h
|
||||
include/kstandardgameaction.h
|
||||
include/libkdegames_export.h
|
||||
include/libkmahjongg_export.h
|
||||
include/libpala/libpalamacros.h
|
||||
include/libpala/slicer.h
|
||||
include/libpala/slicerjob.h
|
||||
include/libpala/slicerproperty.h
|
||||
include/libpala/slicerpropertyset.h
|
||||
lib/kde4/palapeli_jigsawslicer.so
|
||||
lib/kde4/palapeli_rectslicer.so
|
||||
lib/kde4/palathumbcreator.so
|
||||
lib/libiris_ksirk.so
|
||||
lib/libiris_ksirk.so.2
|
||||
lib/libiris_ksirk.so.2.0.0
|
||||
@ -160,9 +176,16 @@ lib/libkmahjongglib.so.5.0.1
|
||||
lib/libkolfprivate.so
|
||||
lib/libkolfprivate.so.5
|
||||
lib/libkolfprivate.so.5.0.1
|
||||
lib/libpala.so
|
||||
lib/libpala.so.0
|
||||
lib/libpala.so.0.1.0
|
||||
lib/libpala/libpala-config.cmake
|
||||
lib/libpala/pala-targets-%%KDE4_BUILD_TYPE%%.cmake
|
||||
lib/libpala/pala-targets.cmake
|
||||
share/applications/kde4/KGoldrunner.desktop
|
||||
share/applications/kde4/bomber.desktop
|
||||
share/applications/kde4/bovo.desktop
|
||||
share/applications/kde4/granatier.desktop
|
||||
share/applications/kde4/kapman.desktop
|
||||
share/applications/kde4/katomic.desktop
|
||||
share/applications/kde4/kbattleship.desktop
|
||||
@ -173,6 +196,7 @@ share/applications/kde4/kbreakout.desktop
|
||||
share/applications/kde4/kdesnake.desktop
|
||||
share/applications/kde4/kdiamond.desktop
|
||||
share/applications/kde4/kfourinline.desktop
|
||||
share/applications/kde4/kigo.desktop
|
||||
share/applications/kde4/killbots.desktop
|
||||
share/applications/kde4/kiriki.desktop
|
||||
share/applications/kde4/kjumpingcube.desktop
|
||||
@ -196,6 +220,7 @@ share/applications/kde4/ktron.desktop
|
||||
share/applications/kde4/ktuberling.desktop
|
||||
share/applications/kde4/kubrick.desktop
|
||||
share/applications/kde4/lskat.desktop
|
||||
share/applications/kde4/palapeli.desktop
|
||||
share/apps/bomber/bomberui.rc
|
||||
share/apps/bomber/themes/Lava-Island.desktop
|
||||
share/apps/bomber/themes/Lava-Island.svgz
|
||||
@ -320,6 +345,113 @@ share/apps/carddecks/svg-xskat-german/german.svgz
|
||||
share/apps/carddecks/svg-xskat-german/index.desktop
|
||||
share/apps/cmake/modules/FindLibKDEGames.cmake
|
||||
share/apps/cmake/modules/GGZ.cmake
|
||||
share/apps/granatier/arenas/clanbomber_Arena.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Arena.xml
|
||||
share/apps/granatier/arenas/clanbomber_Big_Block.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Big_Block.xml
|
||||
share/apps/granatier/arenas/clanbomber_Big_Standard.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Big_Standard.xml
|
||||
share/apps/granatier/arenas/clanbomber_Blast_Matrix.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Blast_Matrix.xml
|
||||
share/apps/granatier/arenas/clanbomber_Bloody_Ring.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Bloody_Ring.xml
|
||||
share/apps/granatier/arenas/clanbomber_Boiling_Egg.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Boiling_Egg.xml
|
||||
share/apps/granatier/arenas/clanbomber_Bomb_Attack.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Bomb_Attack.xml
|
||||
share/apps/granatier/arenas/clanbomber_Broken_Heart.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Broken_Heart.xml
|
||||
share/apps/granatier/arenas/clanbomber_Crammed.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Crammed.xml
|
||||
share/apps/granatier/arenas/clanbomber_Death_Corridor.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Death_Corridor.xml
|
||||
share/apps/granatier/arenas/clanbomber_Dilemma.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Dilemma.xml
|
||||
share/apps/granatier/arenas/clanbomber_FearCircle.desktop
|
||||
share/apps/granatier/arenas/clanbomber_FearCircle.xml
|
||||
share/apps/granatier/arenas/clanbomber_FearCircle_Remix.desktop
|
||||
share/apps/granatier/arenas/clanbomber_FearCircle_Remix.xml
|
||||
share/apps/granatier/arenas/clanbomber_FireWheels.desktop
|
||||
share/apps/granatier/arenas/clanbomber_FireWheels.xml
|
||||
share/apps/granatier/arenas/clanbomber_Football.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Football.xml
|
||||
share/apps/granatier/arenas/clanbomber_Four_Instance.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Four_Instance.xml
|
||||
share/apps/granatier/arenas/clanbomber_Ghostbear.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Ghostbear.xml
|
||||
share/apps/granatier/arenas/clanbomber_Hard_Work.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Hard_Work.xml
|
||||
share/apps/granatier/arenas/clanbomber_Hole_Run.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Hole_Run.xml
|
||||
share/apps/granatier/arenas/clanbomber_Huge_Standard.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Huge_Standard.xml
|
||||
share/apps/granatier/arenas/clanbomber_Juicy_Lucy.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Juicy_Lucy.xml
|
||||
share/apps/granatier/arenas/clanbomber_Kitchen.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Kitchen.xml
|
||||
share/apps/granatier/arenas/clanbomber_Meeting.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Meeting.xml
|
||||
share/apps/granatier/arenas/clanbomber_MungoBane.desktop
|
||||
share/apps/granatier/arenas/clanbomber_MungoBane.xml
|
||||
share/apps/granatier/arenas/clanbomber_Obstacle_Race.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Obstacle_Race.xml
|
||||
share/apps/granatier/arenas/clanbomber_Overkill.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Overkill.xml
|
||||
share/apps/granatier/arenas/clanbomber_Prison_Cells.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Prison_Cells.xml
|
||||
share/apps/granatier/arenas/clanbomber_Redirection.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Redirection.xml
|
||||
share/apps/granatier/arenas/clanbomber_Sixty_Nine.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Sixty_Nine.xml
|
||||
share/apps/granatier/arenas/clanbomber_Small_Standard.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Small_Standard.xml
|
||||
share/apps/granatier/arenas/clanbomber_Snake_Race.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Snake_Race.xml
|
||||
share/apps/granatier/arenas/clanbomber_Tiny_Standard.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Tiny_Standard.xml
|
||||
share/apps/granatier/arenas/clanbomber_Whole_Mess.desktop
|
||||
share/apps/granatier/arenas/clanbomber_Whole_Mess.xml
|
||||
share/apps/granatier/arenas/crazy.desktop
|
||||
share/apps/granatier/arenas/crazy.xml
|
||||
share/apps/granatier/arenas/granatier.desktop
|
||||
share/apps/granatier/arenas/granatier.xml
|
||||
share/apps/granatier/arenas/labyrinth.desktop
|
||||
share/apps/granatier/arenas/labyrinth.xml
|
||||
share/apps/granatier/arenas/threeofthree.desktop
|
||||
share/apps/granatier/arenas/threeofthree.xml
|
||||
share/apps/granatier/granatierui.rc
|
||||
share/apps/granatier/players/player1.desktop
|
||||
share/apps/granatier/players/player1.svgz
|
||||
share/apps/granatier/players/player1_preview.svgz
|
||||
share/apps/granatier/players/player2.desktop
|
||||
share/apps/granatier/players/player2.svgz
|
||||
share/apps/granatier/players/player2_preview.svgz
|
||||
share/apps/granatier/players/player3.desktop
|
||||
share/apps/granatier/players/player3.svgz
|
||||
share/apps/granatier/players/player3_preview.svgz
|
||||
share/apps/granatier/players/player4.desktop
|
||||
share/apps/granatier/players/player4.svgz
|
||||
share/apps/granatier/players/player4_preview.svgz
|
||||
share/apps/granatier/players/player5.desktop
|
||||
share/apps/granatier/players/player5.svgz
|
||||
share/apps/granatier/players/player5_preview.svgz
|
||||
share/apps/granatier/sounds/break.ogg
|
||||
share/apps/granatier/sounds/clear.ogg
|
||||
share/apps/granatier/sounds/corpse_explode.ogg
|
||||
share/apps/granatier/sounds/crunch.ogg
|
||||
share/apps/granatier/sounds/deepfall.ogg
|
||||
share/apps/granatier/sounds/die.ogg
|
||||
share/apps/granatier/sounds/explode.ogg
|
||||
share/apps/granatier/sounds/joint.ogg
|
||||
share/apps/granatier/sounds/putbomb.ogg
|
||||
share/apps/granatier/sounds/winlevel.ogg
|
||||
share/apps/granatier/sounds/wow.ogg
|
||||
share/apps/granatier/themes/clanbomber.desktop
|
||||
share/apps/granatier/themes/clanbomber.svgz
|
||||
share/apps/granatier/themes/clanbomber_preview.png
|
||||
share/apps/granatier/themes/granatier.desktop
|
||||
share/apps/granatier/themes/granatier.svgz
|
||||
share/apps/granatier/themes/granatier_preview.png
|
||||
share/apps/kapman/defaultmaze.xml
|
||||
share/apps/kapman/kapmanui.rc
|
||||
share/apps/kapman/themes/invisible.desktop
|
||||
@ -339,89 +471,7 @@ share/apps/kapman/themes/retro.desktop
|
||||
share/apps/kapman/themes/retro.svgz
|
||||
share/apps/kapman/themes/retro_preview.png
|
||||
share/apps/katomic/katomicui.rc
|
||||
share/apps/katomic/levels/level_1
|
||||
share/apps/katomic/levels/level_10
|
||||
share/apps/katomic/levels/level_11
|
||||
share/apps/katomic/levels/level_12
|
||||
share/apps/katomic/levels/level_13
|
||||
share/apps/katomic/levels/level_14
|
||||
share/apps/katomic/levels/level_15
|
||||
share/apps/katomic/levels/level_16
|
||||
share/apps/katomic/levels/level_17
|
||||
share/apps/katomic/levels/level_18
|
||||
share/apps/katomic/levels/level_19
|
||||
share/apps/katomic/levels/level_2
|
||||
share/apps/katomic/levels/level_20
|
||||
share/apps/katomic/levels/level_21
|
||||
share/apps/katomic/levels/level_22
|
||||
share/apps/katomic/levels/level_23
|
||||
share/apps/katomic/levels/level_24
|
||||
share/apps/katomic/levels/level_25
|
||||
share/apps/katomic/levels/level_26
|
||||
share/apps/katomic/levels/level_27
|
||||
share/apps/katomic/levels/level_28
|
||||
share/apps/katomic/levels/level_29
|
||||
share/apps/katomic/levels/level_3
|
||||
share/apps/katomic/levels/level_30
|
||||
share/apps/katomic/levels/level_31
|
||||
share/apps/katomic/levels/level_32
|
||||
share/apps/katomic/levels/level_33
|
||||
share/apps/katomic/levels/level_34
|
||||
share/apps/katomic/levels/level_35
|
||||
share/apps/katomic/levels/level_36
|
||||
share/apps/katomic/levels/level_37
|
||||
share/apps/katomic/levels/level_38
|
||||
share/apps/katomic/levels/level_39
|
||||
share/apps/katomic/levels/level_4
|
||||
share/apps/katomic/levels/level_40
|
||||
share/apps/katomic/levels/level_41
|
||||
share/apps/katomic/levels/level_42
|
||||
share/apps/katomic/levels/level_43
|
||||
share/apps/katomic/levels/level_44
|
||||
share/apps/katomic/levels/level_45
|
||||
share/apps/katomic/levels/level_46
|
||||
share/apps/katomic/levels/level_47
|
||||
share/apps/katomic/levels/level_48
|
||||
share/apps/katomic/levels/level_49
|
||||
share/apps/katomic/levels/level_5
|
||||
share/apps/katomic/levels/level_50
|
||||
share/apps/katomic/levels/level_51
|
||||
share/apps/katomic/levels/level_52
|
||||
share/apps/katomic/levels/level_53
|
||||
share/apps/katomic/levels/level_54
|
||||
share/apps/katomic/levels/level_55
|
||||
share/apps/katomic/levels/level_56
|
||||
share/apps/katomic/levels/level_57
|
||||
share/apps/katomic/levels/level_58
|
||||
share/apps/katomic/levels/level_59
|
||||
share/apps/katomic/levels/level_6
|
||||
share/apps/katomic/levels/level_60
|
||||
share/apps/katomic/levels/level_61
|
||||
share/apps/katomic/levels/level_62
|
||||
share/apps/katomic/levels/level_63
|
||||
share/apps/katomic/levels/level_64
|
||||
share/apps/katomic/levels/level_65
|
||||
share/apps/katomic/levels/level_66
|
||||
share/apps/katomic/levels/level_67
|
||||
share/apps/katomic/levels/level_68
|
||||
share/apps/katomic/levels/level_69
|
||||
share/apps/katomic/levels/level_7
|
||||
share/apps/katomic/levels/level_70
|
||||
share/apps/katomic/levels/level_71
|
||||
share/apps/katomic/levels/level_72
|
||||
share/apps/katomic/levels/level_73
|
||||
share/apps/katomic/levels/level_74
|
||||
share/apps/katomic/levels/level_75
|
||||
share/apps/katomic/levels/level_76
|
||||
share/apps/katomic/levels/level_77
|
||||
share/apps/katomic/levels/level_78
|
||||
share/apps/katomic/levels/level_79
|
||||
share/apps/katomic/levels/level_8
|
||||
share/apps/katomic/levels/level_80
|
||||
share/apps/katomic/levels/level_81
|
||||
share/apps/katomic/levels/level_82
|
||||
share/apps/katomic/levels/level_83
|
||||
share/apps/katomic/levels/level_9
|
||||
share/apps/katomic/levels/default_levels.dat
|
||||
share/apps/katomic/pics/default_theme.svgz
|
||||
share/apps/kbattleship/kbattleshipui.rc
|
||||
share/apps/kbattleship/pictures/default_theme.svgz
|
||||
@ -435,11 +485,11 @@ share/apps/kblocks/kblocksui.rc
|
||||
share/apps/kblocks/themes/default.desktop
|
||||
share/apps/kblocks/themes/default_block_fall.ogg
|
||||
share/apps/kblocks/themes/default_block_move.ogg
|
||||
share/apps/kblocks/themes/default_old.desktop
|
||||
share/apps/kblocks/themes/default_preview.png
|
||||
share/apps/kblocks/themes/default_theme.svg
|
||||
share/apps/kblocks/themes/egyptian.svg
|
||||
share/apps/kblocks/themes/egyptian_preview.png
|
||||
share/apps/kblocks/themes/oxygen.desktop
|
||||
share/apps/kblocks/themes/oxygen.svg
|
||||
share/apps/kblocks/themes/oxygen_preview.png
|
||||
share/apps/kbounce/kbounceui.rc
|
||||
share/apps/kbounce/sounds/death.au
|
||||
share/apps/kbounce/sounds/reflect.au
|
||||
@ -448,9 +498,6 @@ share/apps/kbounce/sounds/timeout.au
|
||||
share/apps/kbounce/sounds/wallend.au
|
||||
share/apps/kbounce/sounds/wallstart.au
|
||||
share/apps/kbounce/themes/default.desktop
|
||||
share/apps/kbounce/themes/default_old.desktop
|
||||
share/apps/kbounce/themes/default_preview.png
|
||||
share/apps/kbounce/themes/default_theme.svgz
|
||||
share/apps/kbounce/themes/egyptian_bounce.png
|
||||
share/apps/kbounce/themes/egyptian_bounce.svgz
|
||||
share/apps/kbounce/themes/geometry.desktop
|
||||
@ -459,17 +506,24 @@ share/apps/kbounce/themes/kbounce.svg
|
||||
share/apps/kbounce/themes/oxygen.desktop
|
||||
share/apps/kbounce/themes/oxygen.png
|
||||
share/apps/kbounce/themes/oxygen.svgz
|
||||
share/apps/kbounce/themes/roads.desktop
|
||||
share/apps/kbounce/themes/roads.svgz
|
||||
share/apps/kbounce/themes/roads_preview.png
|
||||
share/apps/kbounce/themes/the_beach.desktop
|
||||
share/apps/kbounce/themes/the_beach.svgz
|
||||
share/apps/kbounce/themes/thebeach_preview.png
|
||||
share/apps/kbreakout/kbreakoutui.rc
|
||||
share/apps/kbreakout/levelsets/default.levelset
|
||||
share/apps/kbreakout/themes/IceWorld.desktop
|
||||
share/apps/kbreakout/themes/IceWorld.svgz
|
||||
share/apps/kbreakout/themes/IceWorld_preview.png
|
||||
share/apps/kbreakout/themes/alien_preview.png
|
||||
share/apps/kbreakout/themes/alienbreakout.desktop
|
||||
share/apps/kbreakout/themes/alienbreakout.svgz
|
||||
share/apps/kbreakout/themes/crystal.desktop
|
||||
share/apps/kbreakout/themes/crystal.svgz
|
||||
share/apps/kbreakout/themes/crystal_preview.png
|
||||
share/apps/kbreakout/themes/default.desktop
|
||||
share/apps/kbreakout/themes/default.svgz
|
||||
share/apps/kbreakout/themes/default_old.desktop
|
||||
share/apps/kbreakout/themes/default_preview.png
|
||||
share/apps/kbreakout/themes/egyptian_breakout_preview.png
|
||||
share/apps/kbreakout/themes/egyptianbreakout.svgz
|
||||
share/apps/kbreakout/themes/simple.desktop
|
||||
@ -478,15 +532,17 @@ share/apps/kbreakout/themes/simple_preview.png
|
||||
share/apps/kbreakout/themes/web20.desktop
|
||||
share/apps/kbreakout/themes/web20.svgz
|
||||
share/apps/kbreakout/themes/web20_preview.png
|
||||
share/apps/kconf_update/katomic-levelset-upd.pl
|
||||
share/apps/kconf_update/katomic-levelset.upd
|
||||
share/apps/kconf_update/kpat_update_cardwidth.upd
|
||||
share/apps/kdegames/pics/star.png
|
||||
share/apps/kdiamond/kdiamond.kcfg
|
||||
share/apps/kdiamond/kdiamond.notifyrc
|
||||
share/apps/kdiamond/kdiamondui.rc
|
||||
share/apps/kdiamond/themes/default.desktop
|
||||
share/apps/kdiamond/themes/default.png
|
||||
share/apps/kdiamond/themes/default.svgz
|
||||
share/apps/kdiamond/themes/default_old.desktop
|
||||
share/apps/kdiamond/themes/diamonds.desktop
|
||||
share/apps/kdiamond/themes/diamonds.png
|
||||
share/apps/kdiamond/themes/diamonds.svgz
|
||||
share/apps/kdiamond/themes/egyptian.svgz
|
||||
share/apps/kdiamond/themes/egyptian_preview.png
|
||||
share/apps/kdiamond/themes/funny_zoo.desktop
|
||||
@ -506,6 +562,7 @@ share/apps/kfourinline/grafix/yellow_reflection.rc
|
||||
share/apps/kfourinline/kfourinlineui.rc
|
||||
share/apps/kgoldrunner/kgoldrunnerui.rc
|
||||
share/apps/kgoldrunner/system/game_CM.txt
|
||||
share/apps/kgoldrunner/system/game_MAZ.txt
|
||||
share/apps/kgoldrunner/system/game_cnt.txt
|
||||
share/apps/kgoldrunner/system/game_ende.txt
|
||||
share/apps/kgoldrunner/system/game_kgr.txt
|
||||
@ -549,20 +606,28 @@ share/apps/kgoldrunner/themes/nostalgia/actors.svg
|
||||
share/apps/kgoldrunner/themes/nostalgia/blue-actors.svg
|
||||
share/apps/kgoldrunner/themes/nostalgia/blue-set.svg
|
||||
share/apps/kgoldrunner/themes/nostalgia/set.svg
|
||||
share/apps/kigo/games/Honinbo-51-5.sgf
|
||||
share/apps/kigo/games/Mehin-21-2.sgf
|
||||
share/apps/kigo/kigo.notifyrc
|
||||
share/apps/kigo/kigoui.rc
|
||||
share/apps/kigo/themes/default.desktop
|
||||
share/apps/kigo/themes/kigo_default.png
|
||||
share/apps/kigo/themes/kigo_default.svgz
|
||||
share/apps/killbots/killbotsui.rc
|
||||
share/apps/killbots/rulesets/classic.desktop
|
||||
share/apps/killbots/rulesets/daleks.desktop
|
||||
share/apps/killbots/rulesets/default.desktop
|
||||
share/apps/killbots/rulesets/easy.desktop
|
||||
share/apps/killbots/rulesets/energycrisis.desktop
|
||||
share/apps/killbots/themes/classic.desktop
|
||||
share/apps/killbots/themes/classic.png
|
||||
share/apps/killbots/themes/classic.svgz
|
||||
share/apps/killbots/themes/default.desktop
|
||||
share/apps/killbots/themes/mountainadventure.desktop
|
||||
share/apps/killbots/themes/mountainadventure.png
|
||||
share/apps/killbots/themes/mountainadventure.svgz
|
||||
share/apps/killbots/themes/mummy_madness.png
|
||||
share/apps/killbots/themes/mummy_madness.svgz
|
||||
share/apps/killbots/themes/mummymadness.desktop
|
||||
share/apps/killbots/themes/mummymadness.png
|
||||
share/apps/killbots/themes/mummymadness.svgz
|
||||
share/apps/killbots/themes/robotkill.desktop
|
||||
share/apps/killbots/themes/robotkill.png
|
||||
share/apps/killbots/themes/robotkill.svgz
|
||||
@ -580,13 +645,16 @@ share/apps/kjumpingcube/pics/default.svg
|
||||
share/apps/klines/klinesui.rc
|
||||
share/apps/klines/themes/crystal.desktop
|
||||
share/apps/klines/themes/crystal.png
|
||||
share/apps/klines/themes/default.desktop
|
||||
share/apps/klines/themes/default.png
|
||||
share/apps/klines/themes/egyptian.desktop
|
||||
share/apps/klines/themes/egyptian.png
|
||||
share/apps/klines/themes/egyptian.svgz
|
||||
share/apps/klines/themes/klines-gems.desktop
|
||||
share/apps/klines/themes/klines-gems.png
|
||||
share/apps/klines/themes/klines-gems.svg
|
||||
share/apps/klines/themes/klines.svgz
|
||||
share/apps/klines/themes/klines-gems.svgz
|
||||
share/apps/klines/themes/klines_crystal.svgz
|
||||
share/apps/klines/themes/metal.desktop
|
||||
share/apps/klines/themes/metal.png
|
||||
share/apps/klines/themes/metal.svgz
|
||||
share/apps/kmahjongg/kmahjonggui.rc
|
||||
share/apps/kmahjongg/layouts/4_winds.desktop
|
||||
share/apps/kmahjongg/layouts/4_winds.layout
|
||||
@ -771,6 +839,9 @@ share/apps/kmines/themes/classic.desktop
|
||||
share/apps/kmines/themes/classic_preview.png
|
||||
share/apps/kmines/themes/default.desktop
|
||||
share/apps/kmines/themes/default_preview.png
|
||||
share/apps/kmines/themes/graveyard-mayhem-preview.png
|
||||
share/apps/kmines/themes/graveyard-mayhem.desktop
|
||||
share/apps/kmines/themes/graveyard-mayhem.svgz
|
||||
share/apps/kmines/themes/green.desktop
|
||||
share/apps/kmines/themes/green.png
|
||||
share/apps/kmines/themes/kmines_classic.svgz
|
||||
@ -991,10 +1062,10 @@ share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-tiny_samurai.png
|
||||
share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-xsudoku.png
|
||||
share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku.png
|
||||
share/apps/ksudoku/ksudokuui.rc
|
||||
share/apps/ksudoku/themes/abstraction.desktop
|
||||
share/apps/ksudoku/themes/abstraction.svg
|
||||
share/apps/ksudoku/themes/default.desktop
|
||||
share/apps/ksudoku/themes/default_old.desktop
|
||||
share/apps/ksudoku/themes/egyptian_preview.png
|
||||
share/apps/ksudoku/themes/ksudoku_default.svg
|
||||
share/apps/ksudoku/themes/ksudoku_egyptian.svg
|
||||
share/apps/ksudoku/themes/ksudoku_scrible.desktop
|
||||
share/apps/ksudoku/themes/ksudoku_scrible.svg
|
||||
@ -1131,15 +1202,33 @@ share/apps/kubrick/themes/default.svgz
|
||||
share/apps/lskat/grafix/blue.desktop
|
||||
share/apps/lskat/grafix/blue.rc
|
||||
share/apps/lskat/grafix/blue.svg
|
||||
share/apps/lskat/grafix/default.desktop
|
||||
share/apps/lskat/grafix/default.rc
|
||||
share/apps/lskat/grafix/default.svg
|
||||
share/apps/lskat/grafix/egyptian.desktop
|
||||
share/apps/lskat/grafix/egyptian.rc
|
||||
share/apps/lskat/grafix/egyptian.svg
|
||||
share/apps/lskat/grafix/oxygen.desktop
|
||||
share/apps/lskat/grafix/oxygen.rc
|
||||
share/apps/lskat/grafix/oxygen.svg
|
||||
share/apps/lskat/lskatui.rc
|
||||
share/apps/palapeli/backgrounds/Eliminator-Funk-2.jpg
|
||||
share/apps/palapeli/backgrounds/Rear-Admiral-Diplomat-1.jpg
|
||||
share/apps/palapeli/backgrounds/Time-For-Lunch-2.jpg
|
||||
share/apps/palapeli/backgrounds/background.svg
|
||||
share/apps/palapeli/backgrounds/gon-defends-the-critters-1.jpg
|
||||
share/apps/palapeli/backgrounds/mahogany-handjob-1.jpg
|
||||
share/apps/palapeli/collection/castle-maintenon.puzzle
|
||||
share/apps/palapeli/collection/cincinnati-bridge.puzzle
|
||||
share/apps/palapeli/collection/citrus-fruits.puzzle
|
||||
share/apps/palapeli/collection/european-honey-bee.puzzle
|
||||
share/apps/palapeli/collection/panther-chameleon-female.puzzle
|
||||
share/apps/palapeli/palapeli-collectionui.rc
|
||||
share/apps/palapeli/palapeli-puzzletableui.rc
|
||||
share/apps/palapeli/palapeli.kcfg
|
||||
share/apps/palapeli/palapeli.notifyrc
|
||||
share/apps/palapeli/palapeliui.rc
|
||||
share/config.kcfg/bomber.kcfg
|
||||
share/config.kcfg/granatier.kcfg
|
||||
share/config.kcfg/kblocks.kcfg
|
||||
share/config.kcfg/kigo.kcfg
|
||||
share/config.kcfg/killbots.kcfg
|
||||
share/config.kcfg/kjumpingcube.kcfg
|
||||
share/config.kcfg/klines.kcfg
|
||||
@ -1151,19 +1240,50 @@ share/config.kcfg/kspaceduel.kcfg
|
||||
share/config.kcfg/ksquares.kcfg
|
||||
share/config.kcfg/ktron.kcfg
|
||||
share/config.kcfg/kwin4.kcfg
|
||||
share/config/katomic.knsrc
|
||||
share/config/kblocks.knsrc
|
||||
share/config/kdiamond.knsrc
|
||||
share/config/kgoldrunner.knsrc
|
||||
share/config/kigo-games.knsrc
|
||||
share/config/kigo.knsrc
|
||||
share/config/kmines.knsrc
|
||||
share/config/ksirk.knsrc
|
||||
share/config/ksudokurc
|
||||
share/config/ktron.knsrc
|
||||
share/config/palapeli-collectionrc
|
||||
share/doc/HTML/en/bomber/common
|
||||
share/doc/HTML/en/bomber/index.cache.bz2
|
||||
share/doc/HTML/en/bomber/index.docbook
|
||||
share/doc/HTML/en/bovo/common
|
||||
share/doc/HTML/en/bovo/index.cache.bz2
|
||||
share/doc/HTML/en/bovo/index.docbook
|
||||
share/doc/HTML/en/granatier/arena_arrow_right.png
|
||||
share/doc/HTML/en/granatier/arena_block.png
|
||||
share/doc/HTML/en/granatier/arena_bomb_mortar.png
|
||||
share/doc/HTML/en/granatier/arena_ground.png
|
||||
share/doc/HTML/en/granatier/arena_ice.png
|
||||
share/doc/HTML/en/granatier/arena_wall.png
|
||||
share/doc/HTML/en/granatier/bonus_bad_hyperactive.png
|
||||
share/doc/HTML/en/granatier/bonus_bad_mirror.png
|
||||
share/doc/HTML/en/granatier/bonus_bad_restrain.png
|
||||
share/doc/HTML/en/granatier/bonus_bad_scatty.png
|
||||
share/doc/HTML/en/granatier/bonus_bad_slow.png
|
||||
share/doc/HTML/en/granatier/bonus_bomb.png
|
||||
share/doc/HTML/en/granatier/bonus_kick.png
|
||||
share/doc/HTML/en/granatier/bonus_neutral_pandora.png
|
||||
share/doc/HTML/en/granatier/bonus_neutral_resurrect.png
|
||||
share/doc/HTML/en/granatier/bonus_power.png
|
||||
share/doc/HTML/en/granatier/bonus_shield.png
|
||||
share/doc/HTML/en/granatier/bonus_speed.png
|
||||
share/doc/HTML/en/granatier/bonus_throw.png
|
||||
share/doc/HTML/en/granatier/common
|
||||
share/doc/HTML/en/granatier/config_arena.png
|
||||
share/doc/HTML/en/granatier/config_general.png
|
||||
share/doc/HTML/en/granatier/config_player.png
|
||||
share/doc/HTML/en/granatier/config_theme.png
|
||||
share/doc/HTML/en/granatier/granatier.png
|
||||
share/doc/HTML/en/granatier/index.cache.bz2
|
||||
share/doc/HTML/en/granatier/index.docbook
|
||||
share/doc/HTML/en/kapman/common
|
||||
share/doc/HTML/en/kapman/config.png
|
||||
share/doc/HTML/en/kapman/index.cache.bz2
|
||||
@ -1207,6 +1327,16 @@ share/doc/HTML/en/kgoldrunner/index.cache.bz2
|
||||
share/doc/HTML/en/kgoldrunner/index.docbook
|
||||
share/doc/HTML/en/kgoldrunner/select.png
|
||||
share/doc/HTML/en/kgoldrunner/tute008.png
|
||||
share/doc/HTML/en/kigo/common
|
||||
share/doc/HTML/en/kigo/get-new-games.png
|
||||
share/doc/HTML/en/kigo/hint.png
|
||||
share/doc/HTML/en/kigo/index.cache.bz2
|
||||
share/doc/HTML/en/kigo/index.docbook
|
||||
share/doc/HTML/en/kigo/play-game.png
|
||||
share/doc/HTML/en/kigo/setup-general.png
|
||||
share/doc/HTML/en/kigo/setup-theme.png
|
||||
share/doc/HTML/en/kigo/start-loaded-game.png
|
||||
share/doc/HTML/en/kigo/start-new-game.png
|
||||
share/doc/HTML/en/killbots/common
|
||||
share/doc/HTML/en/killbots/enemy.png
|
||||
share/doc/HTML/en/killbots/fastenemy.png
|
||||
@ -1355,6 +1485,7 @@ share/doc/HTML/en/ktuberling/common
|
||||
share/doc/HTML/en/ktuberling/gameboard.png
|
||||
share/doc/HTML/en/ktuberling/index.cache.bz2
|
||||
share/doc/HTML/en/ktuberling/index.docbook
|
||||
share/doc/HTML/en/ktuberling/ktuberling.png
|
||||
share/doc/HTML/en/ktuberling/menu-edit.png
|
||||
share/doc/HTML/en/ktuberling/menu-game.png
|
||||
share/doc/HTML/en/ktuberling/menu-help.png
|
||||
@ -1368,7 +1499,13 @@ share/doc/HTML/en/lskat/common
|
||||
share/doc/HTML/en/lskat/index.cache.bz2
|
||||
share/doc/HTML/en/lskat/index.docbook
|
||||
share/doc/HTML/en/lskat/lskat_screen_01.png
|
||||
share/doc/HTML/en/palapeli/common
|
||||
share/doc/HTML/en/palapeli/index.cache.bz2
|
||||
share/doc/HTML/en/palapeli/index.docbook
|
||||
share/doc/HTML/en/palapeli/puzzletable1.png
|
||||
share/icons/hicolor/128x128/apps/bomber.png
|
||||
share/icons/hicolor/128x128/apps/bovo.png
|
||||
share/icons/hicolor/128x128/apps/granatier.png
|
||||
share/icons/hicolor/128x128/apps/kapman.png
|
||||
share/icons/hicolor/128x128/apps/katomic.png
|
||||
share/icons/hicolor/128x128/apps/kbattleship.png
|
||||
@ -1380,6 +1517,7 @@ share/icons/hicolor/128x128/apps/kdesnake.png
|
||||
share/icons/hicolor/128x128/apps/kdiamond.png
|
||||
share/icons/hicolor/128x128/apps/kfourinline.png
|
||||
share/icons/hicolor/128x128/apps/kgoldrunner.png
|
||||
share/icons/hicolor/128x128/apps/kigo.png
|
||||
share/icons/hicolor/128x128/apps/killbots.png
|
||||
share/icons/hicolor/128x128/apps/kiriki.png
|
||||
share/icons/hicolor/128x128/apps/kjumpingcube.png
|
||||
@ -1402,6 +1540,9 @@ share/icons/hicolor/128x128/apps/ktron.png
|
||||
share/icons/hicolor/128x128/apps/ktuberling.png
|
||||
share/icons/hicolor/128x128/apps/kubrick.png
|
||||
share/icons/hicolor/128x128/apps/lskat.png
|
||||
share/icons/hicolor/128x128/mimetypes/application-x-tuberling.png
|
||||
share/icons/hicolor/16x16/apps/bovo.png
|
||||
share/icons/hicolor/16x16/apps/granatier.png
|
||||
share/icons/hicolor/16x16/apps/kapman.png
|
||||
share/icons/hicolor/16x16/apps/katomic.png
|
||||
share/icons/hicolor/16x16/apps/kbattleship.png
|
||||
@ -1413,6 +1554,7 @@ share/icons/hicolor/16x16/apps/kdesnake.png
|
||||
share/icons/hicolor/16x16/apps/kdiamond.png
|
||||
share/icons/hicolor/16x16/apps/kfourinline.png
|
||||
share/icons/hicolor/16x16/apps/kgoldrunner.png
|
||||
share/icons/hicolor/16x16/apps/kigo.png
|
||||
share/icons/hicolor/16x16/apps/killbots.png
|
||||
share/icons/hicolor/16x16/apps/kiriki.png
|
||||
share/icons/hicolor/16x16/apps/kjumpingcube.png
|
||||
@ -1435,6 +1577,9 @@ share/icons/hicolor/16x16/apps/ktron.png
|
||||
share/icons/hicolor/16x16/apps/ktuberling.png
|
||||
share/icons/hicolor/16x16/apps/kubrick.png
|
||||
share/icons/hicolor/16x16/apps/lskat.png
|
||||
share/icons/hicolor/16x16/mimetypes/application-x-tuberling.png
|
||||
share/icons/hicolor/22x22/apps/bovo.png
|
||||
share/icons/hicolor/22x22/apps/granatier.png
|
||||
share/icons/hicolor/22x22/apps/kapman.png
|
||||
share/icons/hicolor/22x22/apps/katomic.png
|
||||
share/icons/hicolor/22x22/apps/kbattleship.png
|
||||
@ -1446,6 +1591,7 @@ share/icons/hicolor/22x22/apps/kdesnake.png
|
||||
share/icons/hicolor/22x22/apps/kdiamond.png
|
||||
share/icons/hicolor/22x22/apps/kfourinline.png
|
||||
share/icons/hicolor/22x22/apps/kgoldrunner.png
|
||||
share/icons/hicolor/22x22/apps/kigo.png
|
||||
share/icons/hicolor/22x22/apps/killbots.png
|
||||
share/icons/hicolor/22x22/apps/kiriki.png
|
||||
share/icons/hicolor/22x22/apps/kjumpingcube.png
|
||||
@ -1467,8 +1613,11 @@ share/icons/hicolor/22x22/apps/ktron.png
|
||||
share/icons/hicolor/22x22/apps/ktuberling.png
|
||||
share/icons/hicolor/22x22/apps/kubrick.png
|
||||
share/icons/hicolor/22x22/apps/lskat.png
|
||||
share/icons/hicolor/22x22/mimetypes/application-x-tuberling.png
|
||||
share/icons/hicolor/256x256/apps/kdesnake.png
|
||||
share/icons/hicolor/32x32/apps/bomber.png
|
||||
share/icons/hicolor/32x32/apps/bovo.png
|
||||
share/icons/hicolor/32x32/apps/granatier.png
|
||||
share/icons/hicolor/32x32/apps/kapman.png
|
||||
share/icons/hicolor/32x32/apps/katomic.png
|
||||
share/icons/hicolor/32x32/apps/kbattleship.png
|
||||
@ -1480,6 +1629,7 @@ share/icons/hicolor/32x32/apps/kdesnake.png
|
||||
share/icons/hicolor/32x32/apps/kdiamond.png
|
||||
share/icons/hicolor/32x32/apps/kfourinline.png
|
||||
share/icons/hicolor/32x32/apps/kgoldrunner.png
|
||||
share/icons/hicolor/32x32/apps/kigo.png
|
||||
share/icons/hicolor/32x32/apps/killbots.png
|
||||
share/icons/hicolor/32x32/apps/kiriki.png
|
||||
share/icons/hicolor/32x32/apps/kjumpingcube.png
|
||||
@ -1502,7 +1652,10 @@ share/icons/hicolor/32x32/apps/ktron.png
|
||||
share/icons/hicolor/32x32/apps/ktuberling.png
|
||||
share/icons/hicolor/32x32/apps/kubrick.png
|
||||
share/icons/hicolor/32x32/apps/lskat.png
|
||||
share/icons/hicolor/32x32/mimetypes/application-x-tuberling.png
|
||||
share/icons/hicolor/48x48/apps/bomber.png
|
||||
share/icons/hicolor/48x48/apps/bovo.png
|
||||
share/icons/hicolor/48x48/apps/granatier.png
|
||||
share/icons/hicolor/48x48/apps/kapman.png
|
||||
share/icons/hicolor/48x48/apps/katomic.png
|
||||
share/icons/hicolor/48x48/apps/kbattleship.png
|
||||
@ -1514,6 +1667,7 @@ share/icons/hicolor/48x48/apps/kdesnake.png
|
||||
share/icons/hicolor/48x48/apps/kdiamond.png
|
||||
share/icons/hicolor/48x48/apps/kfourinline.png
|
||||
share/icons/hicolor/48x48/apps/kgoldrunner.png
|
||||
share/icons/hicolor/48x48/apps/kigo.png
|
||||
share/icons/hicolor/48x48/apps/killbots.png
|
||||
share/icons/hicolor/48x48/apps/kiriki.png
|
||||
share/icons/hicolor/48x48/apps/kjumpingcube.png
|
||||
@ -1535,7 +1689,10 @@ share/icons/hicolor/48x48/apps/ktron.png
|
||||
share/icons/hicolor/48x48/apps/ktuberling.png
|
||||
share/icons/hicolor/48x48/apps/kubrick.png
|
||||
share/icons/hicolor/48x48/apps/lskat.png
|
||||
share/icons/hicolor/48x48/mimetypes/application-x-tuberling.png
|
||||
share/icons/hicolor/64x64/apps/bomber.png
|
||||
share/icons/hicolor/64x64/apps/bovo.png
|
||||
share/icons/hicolor/64x64/apps/granatier.png
|
||||
share/icons/hicolor/64x64/apps/kapman.png
|
||||
share/icons/hicolor/64x64/apps/katomic.png
|
||||
share/icons/hicolor/64x64/apps/kbattleship.png
|
||||
@ -1547,6 +1704,7 @@ share/icons/hicolor/64x64/apps/kdesnake.png
|
||||
share/icons/hicolor/64x64/apps/kdiamond.png
|
||||
share/icons/hicolor/64x64/apps/kfourinline.png
|
||||
share/icons/hicolor/64x64/apps/kgoldrunner.png
|
||||
share/icons/hicolor/64x64/apps/kigo.png
|
||||
share/icons/hicolor/64x64/apps/killbots.png
|
||||
share/icons/hicolor/64x64/apps/kiriki.png
|
||||
share/icons/hicolor/64x64/apps/kjumpingcube.png
|
||||
@ -1568,7 +1726,10 @@ share/icons/hicolor/64x64/apps/ktron.png
|
||||
share/icons/hicolor/64x64/apps/ktuberling.png
|
||||
share/icons/hicolor/64x64/apps/kubrick.png
|
||||
share/icons/hicolor/64x64/apps/lskat.png
|
||||
share/icons/hicolor/64x64/mimetypes/application-x-tuberling.png
|
||||
share/icons/hicolor/scalable/apps/bomber.svgz
|
||||
share/icons/hicolor/scalable/apps/bovo.svgz
|
||||
share/icons/hicolor/scalable/apps/granatier.svgz
|
||||
share/icons/hicolor/scalable/apps/kapman.svgz
|
||||
share/icons/hicolor/scalable/apps/kdiamond.svgz
|
||||
share/icons/hicolor/scalable/apps/killbots.svgz
|
||||
@ -1593,7 +1754,14 @@ share/icons/oxygen/64x64/apps/kollision.png
|
||||
share/icons/oxygen/scalable/actions/lastmoves.svgz
|
||||
share/icons/oxygen/scalable/actions/legalmoves.svgz
|
||||
share/icons/oxygen/scalable/apps/kollision.svgz
|
||||
share/kde4/services/ServiceMenus/palapeli_servicemenu.desktop
|
||||
share/kde4/services/kbattleship.protocol
|
||||
share/kde4/services/palapeli_jigsawslicer.desktop
|
||||
share/kde4/services/palapeli_rectslicer.desktop
|
||||
share/kde4/services/palathumbcreator.desktop
|
||||
share/kde4/servicetypes/libpala-slicerplugin.desktop
|
||||
share/mime/application/x-palapeli-puzzle.xml
|
||||
share/mime/packages/palapeli-mimetypes.xml
|
||||
share/sounds/KDiamond-Stone-Drop.ogg
|
||||
share/sounds/KDiamond-Stone-Swap.ogg
|
||||
share/sounds/KDiamond-Stone-Touch.ogg
|
||||
@ -1604,6 +1772,9 @@ share/sounds/kapman/ghost.ogg
|
||||
share/sounds/kapman/levelup.ogg
|
||||
share/sounds/kapman/life.ogg
|
||||
share/sounds/kapman/pill.ogg
|
||||
share/sounds/kshisen/tile-fall-tile.ogg
|
||||
share/sounds/kshisen/tile-touch.ogg
|
||||
@dirrm share/sounds/kshisen
|
||||
@dirrm share/sounds/kapman
|
||||
@dirrm share/icons/locolor/32x32/apps
|
||||
@dirrm share/icons/locolor/32x32
|
||||
@ -1612,6 +1783,7 @@ share/sounds/kapman/pill.ogg
|
||||
@dirrm share/icons/locolor
|
||||
@dirrm share/icons/hicolor/256x256/apps
|
||||
@dirrm share/icons/hicolor/256x256
|
||||
@dirrm share/doc/HTML/en/palapeli
|
||||
@dirrm share/doc/HTML/en/lskat
|
||||
@dirrm share/doc/HTML/en/kubrick
|
||||
@dirrm share/doc/HTML/en/ktuberling
|
||||
@ -1635,6 +1807,7 @@ share/sounds/kapman/pill.ogg
|
||||
@dirrm share/doc/HTML/en/kjumpingcube
|
||||
@dirrm share/doc/HTML/en/kiriki
|
||||
@dirrm share/doc/HTML/en/killbots
|
||||
@dirrm share/doc/HTML/en/kigo
|
||||
@dirrm share/doc/HTML/en/kgoldrunner
|
||||
@dirrm share/doc/HTML/en/kfourinline
|
||||
@dirrm share/doc/HTML/en/kdiamond
|
||||
@ -1645,8 +1818,12 @@ share/sounds/kapman/pill.ogg
|
||||
@dirrm share/doc/HTML/en/kbattleship
|
||||
@dirrm share/doc/HTML/en/katomic
|
||||
@dirrm share/doc/HTML/en/kapman
|
||||
@dirrm share/doc/HTML/en/granatier
|
||||
@dirrm share/doc/HTML/en/bovo
|
||||
@dirrm share/doc/HTML/en/bomber
|
||||
@dirrm share/apps/palapeli/collection
|
||||
@dirrm share/apps/palapeli/backgrounds
|
||||
@dirrm share/apps/palapeli
|
||||
@dirrm share/apps/lskat/grafix
|
||||
@dirrm share/apps/lskat
|
||||
@dirrm share/apps/kubrick/themes
|
||||
@ -1728,6 +1905,9 @@ share/sounds/kapman/pill.ogg
|
||||
@dirrm share/apps/killbots/themes
|
||||
@dirrm share/apps/killbots/rulesets
|
||||
@dirrm share/apps/killbots
|
||||
@dirrm share/apps/kigo/themes
|
||||
@dirrm share/apps/kigo/games
|
||||
@dirrm share/apps/kigo
|
||||
@dirrm share/apps/kgoldrunner/themes/nostalgia
|
||||
@dirrm share/apps/kgoldrunner/themes/kgr_geek
|
||||
@dirrm share/apps/kgoldrunner/themes/egypt
|
||||
@ -1760,6 +1940,11 @@ share/sounds/kapman/pill.ogg
|
||||
@dirrm share/apps/katomic
|
||||
@dirrm share/apps/kapman/themes
|
||||
@dirrm share/apps/kapman
|
||||
@dirrm share/apps/granatier/themes
|
||||
@dirrm share/apps/granatier/sounds
|
||||
@dirrm share/apps/granatier/players
|
||||
@dirrm share/apps/granatier/arenas
|
||||
@dirrm share/apps/granatier
|
||||
@dirrmtry share/apps/cmake/modules
|
||||
@dirrmtry share/apps/cmake
|
||||
@dirrm share/apps/carddecks/svg-xskat-german
|
||||
@ -1787,10 +1972,13 @@ share/sounds/kapman/pill.ogg
|
||||
@dirrm share/apps/bovo
|
||||
@dirrm share/apps/bomber/themes
|
||||
@dirrm share/apps/bomber
|
||||
@dirrm lib/libpala
|
||||
@dirrm include/libpala
|
||||
@dirrm include/kggznet
|
||||
@dirrm include/kggzmod
|
||||
@dirrm include/kggzgames
|
||||
@dirrm include/kgame
|
||||
@dirrm include/highscore
|
||||
@dirrm include/digits
|
||||
@dirrm include/Pala
|
||||
@dirrm include/KDE/KGame
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= kde-l10n
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= german kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -1,60 +1,4 @@
|
||||
MAN1= adddebug.1 \
|
||||
ark.1 \
|
||||
cheatmake.1 \
|
||||
checkXML.1 \
|
||||
create_cvsignore.1 \
|
||||
create_makefile.1 \
|
||||
create_makefiles.1 \
|
||||
cvscheck.1 \
|
||||
cvslastchange.1 \
|
||||
cvslastlog.1 \
|
||||
cvsrevertlast.1 \
|
||||
cxxmetric.1 \
|
||||
demangle.1 \
|
||||
extend_dmalloc.1 \
|
||||
extractrc.1 \
|
||||
fixincludes.1 \
|
||||
kabcclient.1 \
|
||||
kalzium.1 \
|
||||
kappfinder.1 \
|
||||
kate.1 \
|
||||
kbookmarkmerger.1 \
|
||||
kbruch.1 \
|
||||
kconfig_compiler.1 \
|
||||
kde4-config.1 \
|
||||
kdesu.1 \
|
||||
kfind.1 \
|
||||
kig.1 \
|
||||
kjs.1 \
|
||||
kjscmd.1 \
|
||||
kmag.1 \
|
||||
kmousetool.1 \
|
||||
kmouth.1 \
|
||||
kmplot.1 \
|
||||
kross.1 \
|
||||
ktouch.1 \
|
||||
makekdewidgets.1 \
|
||||
plasmaengineexplorer.1 \
|
||||
po2xml.1 \
|
||||
preparetips.1 \
|
||||
pruneemptydirs.1 \
|
||||
qtdoc.1 \
|
||||
reportview.1 \
|
||||
split2po.1 \
|
||||
swappo.1 \
|
||||
transxx.1 \
|
||||
xml2pot.1 \
|
||||
xsldbg.1 \
|
||||
zonetab2pot.py.1
|
||||
MAN6= amor.6 \
|
||||
khangman.6 \
|
||||
kpat.6
|
||||
MAN7= kdeoptions.7 \
|
||||
qtoptions.7
|
||||
MAN8= kbuildsycoca4.8 \
|
||||
kcookiejar4.8 \
|
||||
kded4.8 \
|
||||
kdeinit4.8 \
|
||||
meinproc4.8 \
|
||||
nepomukservicestub.8 \
|
||||
nepomukserver.8
|
||||
MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kabcclient.1 kalzium.1 kappfinder.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1
|
||||
MAN6= amor.6 khangman.6 kpat.6
|
||||
MAN7= kdeoptions.7 qtoptions.7
|
||||
MAN8= kbuildsycoca4.8 kcookiejar4.8 kded4.8 kdeinit4.8 meinproc4.8 nepomukserver.8 nepomukservicestub.8
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kde-l10n/kde-l10n-de-4.3.5.tar.bz2) = 1ee925a987ae9936be4a204e363f9e9d
|
||||
SHA256 (KDE/kde-l10n/kde-l10n-de-4.3.5.tar.bz2) = 5e3cc473fa8681f230fbcabe20490deb13e740320a0bf5c21cb115183b9d9505
|
||||
SIZE (KDE/kde-l10n/kde-l10n-de-4.3.5.tar.bz2) = 20265449
|
||||
MD5 (KDE/kde-l10n/kde-l10n-de-4.4.3.tar.bz2) = da6a5f605adfc1b53aef3a3304965c73
|
||||
SHA256 (KDE/kde-l10n/kde-l10n-de-4.4.3.tar.bz2) = ad019ddabe8a7f18de6988b8764e27c05615699fea719ac5eb8d6e7688c3246c
|
||||
SIZE (KDE/kde-l10n/kde-l10n-de-4.4.3.tar.bz2) = 20981969
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,6 @@
|
||||
|
||||
PORTNAME= kdegraphics
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/kdegraphics-4.3.5.tar.bz2) = dda417ba9870602503046bff83d47915
|
||||
SHA256 (KDE/kdegraphics-4.3.5.tar.bz2) = aa5a8783f56906c4569604687fd2fdc196b17dcda59659adcc60b4bca1710fd8
|
||||
SIZE (KDE/kdegraphics-4.3.5.tar.bz2) = 3621398
|
||||
MD5 (KDE/kdegraphics-4.4.3.tar.bz2) = bd95684c27a74fd7ca759896281916a9
|
||||
SHA256 (KDE/kdegraphics-4.4.3.tar.bz2) = a478086e7813deebe276fa4287dd1849a0d1081b8bacdb982ffd89ec42e2f538
|
||||
SIZE (KDE/kdegraphics-4.4.3.tar.bz2) = 3821029
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/gwenview
|
||||
bin/gwenview_importer
|
||||
bin/kbackgroundsnapshot
|
||||
bin/kcolorchooser
|
||||
bin/kolourpaint
|
||||
@ -13,12 +14,21 @@ include/libkdcraw/libkdcraw_export.h
|
||||
include/libkdcraw/rawdecodingsettings.h
|
||||
include/libkdcraw/rawfiles.h
|
||||
include/libkdcraw/rcombobox.h
|
||||
include/libkdcraw/rexpanderbox.h
|
||||
include/libkdcraw/rnuminput.h
|
||||
include/libkdcraw/squeezedcombobox.h
|
||||
include/libkdcraw/version.h
|
||||
include/libkexiv2/altlangstredit.h
|
||||
include/libkexiv2/countryselector.h
|
||||
include/libkexiv2/kexiv2.h
|
||||
include/libkexiv2/kexiv2data.h
|
||||
include/libkexiv2/kexiv2previews.h
|
||||
include/libkexiv2/libkexiv2_export.h
|
||||
include/libkexiv2/msgtextedit.h
|
||||
include/libkexiv2/subjectwidget.h
|
||||
include/libkexiv2/version.h
|
||||
include/libkipi/exportinterface.h
|
||||
include/libkipi/extension.h
|
||||
include/libkipi/imagecollection.h
|
||||
include/libkipi/imagecollectionselector.h
|
||||
include/libkipi/imagecollectionshared.h
|
||||
@ -85,14 +95,14 @@ lib/libgwenviewlib.so
|
||||
lib/libgwenviewlib.so.5
|
||||
lib/libgwenviewlib.so.5.0.1
|
||||
lib/libkdcraw.so
|
||||
lib/libkdcraw.so.7
|
||||
lib/libkdcraw.so.7.1.0
|
||||
lib/libkdcraw.so.8
|
||||
lib/libkdcraw.so.8.0.0
|
||||
lib/libkexiv2.so
|
||||
lib/libkexiv2.so.7
|
||||
lib/libkexiv2.so.7.3.0
|
||||
lib/libkexiv2.so.8
|
||||
lib/libkexiv2.so.8.0.0
|
||||
lib/libkipi.so
|
||||
lib/libkipi.so.6
|
||||
lib/libkipi.so.6.1.0
|
||||
lib/libkipi.so.7
|
||||
lib/libkipi.so.7.0.0
|
||||
lib/libkolourpaint_lgpl.so
|
||||
lib/libkolourpaint_lgpl.so.5
|
||||
lib/libkolourpaint_lgpl.so.5.0.1
|
||||
@ -101,9 +111,10 @@ lib/libksane.so.0
|
||||
lib/libksane.so.0.2.0
|
||||
lib/libokularcore.so
|
||||
lib/libokularcore.so.1
|
||||
lib/libokularcore.so.1.3.0
|
||||
lib/libokularcore.so.1.4.0
|
||||
lib/strigi/strigiea_dvi.so
|
||||
lib/strigi/strigiea_tiff.so
|
||||
lib/strigi/strigila_mobi.so
|
||||
lib/strigi/strigita_dvi.so
|
||||
libdata/pkgconfig/libkdcraw-kde4.pc
|
||||
libdata/pkgconfig/libkexiv2-kde4.pc
|
||||
libdata/pkgconfig/libkipi-kde4.pc
|
||||
@ -265,6 +276,7 @@ share/apps/libkdcraw/profiles/prophoto.icm
|
||||
share/apps/libkdcraw/profiles/srgb-d65.icm
|
||||
share/apps/libkdcraw/profiles/srgb.icm
|
||||
share/apps/libkdcraw/profiles/widegamut.icm
|
||||
share/apps/libkexiv2/data/topicset.iptc-subjectcode.xml
|
||||
share/apps/okular/icons/hicolor/16x16/apps/okular-gv.png
|
||||
share/apps/okular/icons/hicolor/32x32/apps/okular-gv.png
|
||||
share/apps/okular/part.rc
|
||||
@ -299,10 +311,11 @@ share/apps/okular/pics/uparrow.png
|
||||
share/apps/okular/pics/upleftarrow.png
|
||||
share/apps/okular/shell.rc
|
||||
share/apps/okular/tools.xml
|
||||
share/apps/solid/actions/gwenview_importer.desktop
|
||||
share/apps/solid/actions/solid_camera.desktop
|
||||
share/apps/svgpart/svgpart.rc
|
||||
share/config.kcfg/gssettings.kcfg
|
||||
share/config.kcfg/okular.kcfg
|
||||
share/config/okular.knsrc
|
||||
share/dbus-1/interfaces/org.kde.ksnapshot.xml
|
||||
share/doc/HTML/en/gwenview/browse_mode.png
|
||||
share/doc/HTML/en/gwenview/common
|
||||
@ -317,9 +330,9 @@ share/doc/HTML/en/gwenview/view_mode.png
|
||||
share/doc/HTML/en/kcontrol/kamera/common
|
||||
share/doc/HTML/en/kcontrol/kamera/index.cache.bz2
|
||||
share/doc/HTML/en/kcontrol/kamera/index.docbook
|
||||
share/doc/HTML/en/kgamma/common
|
||||
share/doc/HTML/en/kgamma/index.cache.bz2
|
||||
share/doc/HTML/en/kgamma/index.docbook
|
||||
share/doc/HTML/en/kcontrol/kgamma/common
|
||||
share/doc/HTML/en/kcontrol/kgamma/index.cache.bz2
|
||||
share/doc/HTML/en/kcontrol/kgamma/index.docbook
|
||||
share/doc/HTML/en/kolourpaint/brush_shapes.png
|
||||
share/doc/HTML/en/kolourpaint/color_box.png
|
||||
share/doc/HTML/en/kolourpaint/common
|
||||
@ -396,7 +409,6 @@ share/icons/hicolor/16x16/actions/color.png
|
||||
share/icons/hicolor/16x16/actions/gray-scale.png
|
||||
share/icons/hicolor/16x16/apps/gwenview.png
|
||||
share/icons/hicolor/16x16/apps/kcolorchooser.png
|
||||
share/icons/hicolor/16x16/apps/kgamma.png
|
||||
share/icons/hicolor/16x16/apps/kipi.png
|
||||
share/icons/hicolor/16x16/apps/kolourpaint.png
|
||||
share/icons/hicolor/16x16/apps/kruler.png
|
||||
@ -411,7 +423,6 @@ share/icons/hicolor/22x22/apps/ksnapshot.png
|
||||
share/icons/hicolor/22x22/apps/okular.png
|
||||
share/icons/hicolor/32x32/apps/gwenview.png
|
||||
share/icons/hicolor/32x32/apps/kdcraw.png
|
||||
share/icons/hicolor/32x32/apps/kgamma.png
|
||||
share/icons/hicolor/32x32/apps/kipi.png
|
||||
share/icons/hicolor/32x32/apps/kolourpaint.png
|
||||
share/icons/hicolor/32x32/apps/kruler.png
|
||||
@ -419,7 +430,6 @@ share/icons/hicolor/32x32/apps/ksnapshot.png
|
||||
share/icons/hicolor/32x32/apps/okular.png
|
||||
share/icons/hicolor/48x48/apps/gwenview.png
|
||||
share/icons/hicolor/48x48/apps/kdcraw.png
|
||||
share/icons/hicolor/48x48/apps/kgamma.png
|
||||
share/icons/hicolor/48x48/apps/kipi.png
|
||||
share/icons/hicolor/48x48/apps/kolourpaint.png
|
||||
share/icons/hicolor/48x48/apps/kruler.png
|
||||
@ -482,7 +492,7 @@ share/kde4/servicetypes/okularGenerator.desktop
|
||||
@dirrm share/doc/HTML/en/ksnapshot
|
||||
@dirrm share/doc/HTML/en/kruler
|
||||
@dirrm share/doc/HTML/en/kolourpaint
|
||||
@dirrm share/doc/HTML/en/kgamma
|
||||
@dirrm share/doc/HTML/en/kcontrol/kgamma
|
||||
@dirrm share/doc/HTML/en/kcontrol/kamera
|
||||
@dirrm share/doc/HTML/en/gwenview
|
||||
@dirrm share/apps/svgpart
|
||||
@ -517,6 +527,8 @@ share/kde4/servicetypes/okularGenerator.desktop
|
||||
@dirrm share/apps/kipi
|
||||
@dirrm share/apps/kgamma/pics
|
||||
@dirrm share/apps/kgamma
|
||||
@dirrm share/apps/libkexiv2/data
|
||||
@dirrm share/apps/libkexiv2
|
||||
@dirrm share/apps/gwenview/fullscreenthemes/blackglass
|
||||
@dirrm share/apps/gwenview/fullscreenthemes
|
||||
@dirrm share/apps/gwenview/cursors
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user