mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine
This commit is contained in:
parent
24055ead51
commit
0ea52f99b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371193
775 changed files with 4465 additions and 21509 deletions
1
MOVED
1
MOVED
|
@ -4911,7 +4911,6 @@ misc/kde4-l10n-csb||2013-09-10|No longer part of KDE4
|
|||
misc/kde4-l10n-eo||2013-09-10|No longer part of KDE4
|
||||
misc/kde4-l10n-fy||2013-09-10|No longer part of KDE4
|
||||
misc/kde4-l10n-gu||2013-09-10|No longer part of KDE4
|
||||
misc/kde4-l10n-id||2013-09-10|No longer part of KDE4
|
||||
misc/kde4-l10n-kn||2013-09-10|No longer part of KDE4
|
||||
misc/kde4-l10n-mai||2013-09-10|No longer part of KDE4
|
||||
misc/kde4-l10n-mk||2013-09-10|No longer part of KDE4
|
||||
|
|
|
@ -14,7 +14,7 @@ Kde_Pre_Include= bsd.kde4.mk
|
|||
#
|
||||
# KDE4 related ports can use this as follows:
|
||||
#
|
||||
# USE_KDE4= kdehier kdelibs kdeprefix
|
||||
# USE_KDE4= kdelibs kdeprefix
|
||||
# USE_QT4= corelib # Set Qt 4 components here.
|
||||
#
|
||||
# .include <bsd.port.mk>
|
||||
|
@ -26,13 +26,15 @@ Kde_Pre_Include= bsd.kde4.mk
|
|||
#
|
||||
# Available KDE4 components are:
|
||||
#
|
||||
# baloo - Baloo core libraries
|
||||
# baloo-widgets - Baloo widgets library
|
||||
# baseapps - Basic applications for KDE Desktop
|
||||
# kactivities - KDE activities library
|
||||
# kate - KDE text editor framework
|
||||
# kdehier - Hierarchy of common KDE directories
|
||||
# kdelibs - KDE Developer Platform
|
||||
# kdeprefix - If set, port will be installed into ${KDE4_PREFIX} instead of
|
||||
# ${LOCALBASE}
|
||||
# kfilemetadata - KDE library for extracting file metadata
|
||||
# korundum - KDE Ruby bindings
|
||||
# libkcddb - KDE CDDB library
|
||||
# libkcompactdisc - KDE library for interfacing with audio CDs
|
||||
|
@ -73,8 +75,9 @@ Kde_Pre_Include= bsd.kde4.mk
|
|||
# ${LOCALBASE}/kde4, but this could change in the future.
|
||||
#
|
||||
|
||||
KDE4_VERSION?= 4.12.5
|
||||
KDE4_WORKSPACE_VERSION= 4.11.9
|
||||
KDE4_VERSION?= 4.14.2
|
||||
KDE4_ACTIVITES_VERSION= 4.13.3
|
||||
KDE4_WORKSPACE_VERSION= 4.11.13
|
||||
KDE4_BRANCH?= stable
|
||||
KTP_VERSION?= 0.6.1
|
||||
KTP_BRANCH?= stable
|
||||
|
@ -128,7 +131,8 @@ Kde_Post_Include= bsd.kde4.mk
|
|||
# for ${component}; otherwise, it will default to 'build run'.
|
||||
#
|
||||
|
||||
_USE_KDE4_ALL= baseapps kactivities kate kdehier kdelibs kdeprefix \
|
||||
_USE_KDE4_ALL= baloo baloo-widgets \
|
||||
baseapps kactivities kate kdelibs kfilemetadata \
|
||||
korundum libkcddb libkcompactdisc libkdcraw libkdeedu \
|
||||
libkexiv2 libkdegames libkipi libkonq libksane marble \
|
||||
nepomuk-core nepomuk-widgets \
|
||||
|
@ -138,6 +142,16 @@ _USE_KDE4_ALL= baseapps kactivities kate kdehier kdelibs kdeprefix \
|
|||
# These components are not part of the Software Compilation.
|
||||
_USE_KDE4_ALL+= akonadi attica automoc4 ontologies qimageblitz soprano \
|
||||
strigi
|
||||
# Meta components
|
||||
_USE_KDE4_ALL+= kdeprefix
|
||||
# Deprecated
|
||||
_USE_KDE4_ALL+= kdehier
|
||||
|
||||
baloo_PORT= sysutils/baloo
|
||||
baloo_PATH= ${KDE4_PREFIX}/lib/libbaloocore.so
|
||||
|
||||
baloo-widgets_PORT= sysutils/baloo-widgets
|
||||
baloo-widgets_PATH= ${KDE4_PREFIX}/lib/libbaloowidgets.so
|
||||
|
||||
baseapps_PORT= x11/kde4-baseapps
|
||||
baseapps_PATH= ${KDE4_PREFIX}/bin/kfmclient
|
||||
|
@ -149,13 +163,18 @@ kactivities_PATH= ${KDE4_PREFIX}/lib/libkactivities.so
|
|||
kate_PORT= editors/kate
|
||||
kate_PATH= ${KDE4_PREFIX}/lib/libkateinterfaces.so
|
||||
|
||||
kdehier_PORT= misc/kdehier4
|
||||
kdehier_PATH= kdehier4>=0
|
||||
kdehier_TYPE= run
|
||||
|
||||
kdelibs_PORT= x11/kdelibs4
|
||||
kdelibs_PATH= ${KDE4_PREFIX}/lib/libkdecore.so
|
||||
|
||||
.if ${KDE4_PREFIX} != ${LOCALBASE}
|
||||
kdeprefix_PORT= misc/kdehier4
|
||||
kdeprefix_PATH= kdehier4>=1.3
|
||||
kdeprefix_TYPE= run
|
||||
.endif
|
||||
|
||||
kfilemetadata_PORT= sysutils/kfilemetadata
|
||||
kfilemetadata_PATH= ${KDE4_PREFIX}/lib/libkfilemetadata.so
|
||||
|
||||
korundum_PORT= devel/ruby-korundum
|
||||
korundum_PATH= ${KDE4_PREFIX}/lib/kde4/krubypluginfactory.so
|
||||
korundum_TYPE= run
|
||||
|
@ -266,7 +285,7 @@ strigi_PATH= ${LOCALBASE}/lib/libstreamanalyzer.so.0
|
|||
.for component in ${USE_KDE4:O:u:C/_.+//}
|
||||
# Check that the component is valid.
|
||||
. if ${_USE_KDE4_ALL:M${component}} != ""
|
||||
# Skip meta-components (e.g., kdeprefix).
|
||||
# Skip meta-components (e.g. kdeprefix).
|
||||
. if defined(${component}_PORT) && defined(${component}_PATH)
|
||||
${component}_DEPENDS= ${${component}_PATH}:${PORTSDIR}/${${component}_PORT}
|
||||
# Check if a dependency type is explicitly requested.
|
||||
|
|
|
@ -64,6 +64,10 @@ DEV_WARNING+= "USE_GNOME=gnomehack is deprecated, please use USES=pathfix"
|
|||
DEV_WARNING+= "USE_GNOME=desktopfileutils is deprecated, please use USES=desktop-file-utils"
|
||||
.endif
|
||||
|
||||
.if defined(USE_KDE4) && ${USE_KDE4:Mkdehier}
|
||||
DEV_WARNING+= "USE_KDE4=kdehier is deprecated, please use USE_KDE4=kdeprefix"
|
||||
.endif
|
||||
|
||||
.if defined(LIB_DEPENDS) && ${LIB_DEPENDS:Nlib*}
|
||||
DEV_ERROR+= "Please use the new format for LIB_DEPENDS, see handbook for details"
|
||||
.endif
|
||||
|
|
9
UPDATING
9
UPDATING
|
@ -5,6 +5,15 @@ they are unavoidable.
|
|||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20141019:
|
||||
AFFECTS: users of x11/kde4-runtime
|
||||
AUTHOR: kde@FreeBSD.org
|
||||
KDE SC ports have been updated to 4.14.1. Several files have been
|
||||
moved between packages, therefore the following action is required
|
||||
before running any pkg/port upgrade utility:
|
||||
|
||||
# pkg delete -f kde-runtime-4\*
|
||||
|
||||
20141008:
|
||||
AFFECTS: users of lang/ruby19
|
||||
AUTHOR: swills@FreeBSD.org
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
PORTNAME= jovie
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= accessibility kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -13,7 +12,7 @@ COMMENT= KDE text-to-speech system
|
|||
LIB_DEPENDS= libspeechd.so:${PORTSDIR}/accessibility/speech-dispatcher
|
||||
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_KDE4= kdehier kdeprefix kdelibs automoc4
|
||||
USE_KDE4= kdeprefix kdelibs automoc4
|
||||
USE_QT4= xml qmake_build moc_build uic_build rcc_build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/jovie-4.12.5.tar.xz) = 7c7c038009a997948fc71d3eab8a1e06d292b1caf412092f03f88ec15bcd6c85
|
||||
SIZE (KDE/4.12.5/jovie-4.12.5.tar.xz) = 379400
|
||||
SHA256 (KDE/4.14.2/jovie-4.14.2.tar.xz) = e88af2005772d056746883f4a3b17bc34ae4d5a1557e8024d85f968c15e3421a
|
||||
SIZE (KDE/4.14.2/jovie-4.14.2.tar.xz) = 380012
|
||||
|
|
|
@ -3,4 +3,4 @@ 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/
|
||||
WWW: http://www.kde.org/
|
||||
|
|
|
@ -49,9 +49,3 @@ share/kde4/services/jovie_xmltransformerplugin.desktop
|
|||
share/kde4/services/kcmkttsd.desktop
|
||||
share/kde4/services/kttsd.desktop
|
||||
share/kde4/servicetypes/jovie_filterplugin.desktop
|
||||
@dirrm share/doc/HTML/en/jovie
|
||||
@dirrm share/apps/jovie/xslt
|
||||
@dirrm share/apps/jovie/xmltransformer
|
||||
@dirrm share/apps/jovie/talkerchooser
|
||||
@dirrm share/apps/jovie/stringreplacer
|
||||
@dirrm share/apps/jovie
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
PORTNAME= kaccessible
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= accessibility kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -12,7 +11,7 @@ COMMENT= Accessibility services for KDE
|
|||
|
||||
LIB_DEPENDS= libspeechd.so:${PORTSDIR}/accessibility/speech-dispatcher
|
||||
|
||||
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
||||
USE_KDE4= kdelibs kdeprefix automoc4
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_QT4= corelib dbus gui xml \
|
||||
qmake_build moc_build rcc_build uic_build
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kaccessible-4.12.5.tar.xz) = d2230290fb76420a595c30ebf0f0f54fe213c7a8627fdb641e7434bdd03beace
|
||||
SIZE (KDE/4.12.5/kaccessible-4.12.5.tar.xz) = 20412
|
||||
SHA256 (KDE/4.14.2/kaccessible-4.14.2.tar.xz) = eb22db639aef593e080efde62ca785ceb5ef79a46d1746616b7d2962d5effd02
|
||||
SIZE (KDE/4.14.2/kaccessible-4.14.2.tar.xz) = 20536
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Kaccessible implements a QAccessibleBridgePlugin to provide
|
||||
accessibility services like focus tracking and a screenreader.
|
||||
|
||||
WWW: http://www.kde.org
|
||||
|
||||
WWW: http://www.kde.org
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
lib/kde4/libexec/kaccessibleapp
|
||||
lib/kde4/plugins/accessiblebridge/kaccessiblebridge.so
|
||||
share/dbus-1/services/org.kde.kaccessible.service
|
||||
@dirrm lib/kde4/plugins/accessiblebridge
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= kdeaccessibility
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= accessibility kde
|
||||
DISTFILES= # empty
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This port contains a set of KDE-based applications for
|
||||
accessibility needs.
|
||||
|
||||
WWW: http://www.kde.org/
|
||||
WWW: http://www.kde.org/
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
PORTNAME= kmag
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= accessibility kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -10,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION}
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= KDE Screen magnifier
|
||||
|
||||
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
||||
USE_KDE4= kdelibs kdeprefix automoc4
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_QT4= qmake_build moc_build rcc_build uic_build
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kmag-4.12.5.tar.xz) = 6372c5961c2ed72fd7be04e3902e5087fde5a06a5d3ee602c2cdbd20f87e5a02
|
||||
SIZE (KDE/4.12.5/kmag-4.12.5.tar.xz) = 86040
|
||||
SHA256 (KDE/4.14.2/kmag-4.14.2.tar.xz) = cbef31df93105f3be6526e62be1516b4c2241b8513806a987d9056cbe3853e6b
|
||||
SIZE (KDE/4.14.2/kmag-4.14.2.tar.xz) = 86260
|
||||
|
|
|
@ -2,4 +2,4 @@ KMag is a small utility to magnify a part of the screen. KMag is
|
|||
very useful for people with visual disabilities and for those working
|
||||
in the fields of image analysis, web development etc.
|
||||
|
||||
WWW: http://www.kde.org/applications/utilities/kmag/
|
||||
WWW: http://www.kde.org/applications/utilities/kmag/
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
bin/kmag
|
||||
man/man1/kmag.1.gz
|
||||
share/applications/kde4/kmag.desktop
|
||||
share/apps/kmag/icons/hicolor/16x16/actions/followmouse.png
|
||||
share/apps/kmag/icons/hicolor/16x16/actions/hidemouse.png
|
||||
share/apps/kmag/icons/hicolor/16x16/actions/window.png
|
||||
share/apps/kmag/kmagui.rc
|
||||
share/doc/HTML/en/kmag/common
|
||||
share/doc/HTML/en/kmag/index.cache.bz2
|
||||
share/doc/HTML/en/kmag/index.docbook
|
||||
share/doc/HTML/en/kmag/man-kmag.1.docbook
|
||||
share/doc/HTML/en/kmag/screenshot.png
|
||||
share/icons/hicolor/16x16/actions/followmouse.png
|
||||
share/icons/hicolor/16x16/actions/hidemouse.png
|
||||
share/icons/hicolor/16x16/actions/window.png
|
||||
share/icons/hicolor/16x16/apps/kmag.png
|
||||
share/icons/hicolor/32x32/apps/kmag.png
|
||||
@dirrm share/doc/HTML/en/kmag
|
||||
@dirrm share/apps/kmag
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
PORTNAME= kmousetool
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= accessibility kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -10,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION}
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Automatic mouse click tool for KDE
|
||||
|
||||
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
||||
USE_KDE4= kdelibs kdeprefix automoc4
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_QT4= qmake_build moc_build rcc_build uic_build
|
||||
USE_XORG= xtst
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kmousetool-4.12.5.tar.xz) = c3e9891d1f9daca7f40f015485b9fbea4b8211bc82263b89757e04d8b5807948
|
||||
SIZE (KDE/4.12.5/kmousetool-4.12.5.tar.xz) = 35944
|
||||
SHA256 (KDE/4.14.2/kmousetool-4.14.2.tar.xz) = 544967cc3f68a477ce112321a18e3401fae9fe4dab9478cdc9e66a239d9b30c5
|
||||
SIZE (KDE/4.14.2/kmousetool-4.14.2.tar.xz) = 35936
|
||||
|
|
|
@ -2,4 +2,4 @@ KMouseTool clicks the mouse whenever the mouse cursor pauses briefly.
|
|||
It was designed to help those with repetitive strain injuries, for
|
||||
whom pressing buttons hurts.
|
||||
|
||||
WWW: http://www.kde.org/applications/utilities/kmousetool/
|
||||
WWW: http://www.kde.org/applications/utilities/kmousetool/
|
||||
|
|
|
@ -12,6 +12,3 @@ share/icons/hicolor/16x16/apps/kmousetool.png
|
|||
share/icons/hicolor/32x32/actions/kmousetool_off.png
|
||||
share/icons/hicolor/32x32/actions/kmousetool_on.png
|
||||
share/icons/hicolor/32x32/apps/kmousetool.png
|
||||
@dirrm share/doc/HTML/en/kmousetool
|
||||
@dirrm share/apps/kmousetool/sounds
|
||||
@dirrm share/apps/kmousetool
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
PORTNAME= kmouth
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= accessibility kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -10,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION}
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Speech synthesizer frontend for KDE
|
||||
|
||||
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
||||
USE_KDE4= kdelibs kdeprefix automoc4
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_QT4= qmake_build moc_build rcc_build uic_build
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kmouth-4.12.5.tar.xz) = d5c260f1c333ae0b4afe7cb2eed123f49a67d71dab935c35690cbfe9ff25f857
|
||||
SIZE (KDE/4.12.5/kmouth-4.12.5.tar.xz) = 307932
|
||||
SHA256 (KDE/4.14.2/kmouth-4.14.2.tar.xz) = 3ca8745d940df8e3958bc5a9d9b00a4ff31b10f2cfb5c79f8c5f52f50fdaf581
|
||||
SIZE (KDE/4.14.2/kmouth-4.14.2.tar.xz) = 307820
|
||||
|
|
|
@ -3,4 +3,4 @@ their computer speak, e.g. mutal people or people who have lost
|
|||
their voice. It has a text input field and speaks the sentences
|
||||
that you enter. It also has support for user defined phrasebooks.
|
||||
|
||||
WWW: http://www.kde.org/applications/utilities/kmouth/
|
||||
WWW: http://www.kde.org/applications/utilities/kmouth/
|
||||
|
|
|
@ -75,19 +75,3 @@ share/icons/hicolor/16x16/apps/kmouth.png
|
|||
share/icons/hicolor/22x22/apps/kmouth.png
|
||||
share/icons/hicolor/32x32/apps/kmouth.png
|
||||
share/icons/hicolor/48x48/apps/kmouth.png
|
||||
@dirrm share/doc/HTML/en/kmouth
|
||||
@dirrm share/apps/kmouth/icons/hicolor/48x48/actions
|
||||
@dirrm share/apps/kmouth/icons/hicolor/48x48
|
||||
@dirrm share/apps/kmouth/icons/hicolor/32x32/actions
|
||||
@dirrm share/apps/kmouth/icons/hicolor/32x32
|
||||
@dirrm share/apps/kmouth/icons/hicolor/22x22/actions
|
||||
@dirrm share/apps/kmouth/icons/hicolor/22x22
|
||||
@dirrm share/apps/kmouth/icons/hicolor/16x16/actions
|
||||
@dirrm share/apps/kmouth/icons/hicolor/16x16
|
||||
@dirrm share/apps/kmouth/icons/hicolor
|
||||
@dirrm share/apps/kmouth/icons
|
||||
@dirrm share/apps/kmouth/books/sv
|
||||
@dirrm share/apps/kmouth/books/en
|
||||
@dirrm share/apps/kmouth/books/de
|
||||
@dirrm share/apps/kmouth/books
|
||||
@dirrm share/apps/kmouth
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
PORTNAME= kde-l10n
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= arabic kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kde-l10n/kde-l10n-ar-4.12.5.tar.xz) = c21f09da5317af061feb1ed69fc21a6e438560b64c5a9fd630dd4ee34ab640af
|
||||
SIZE (KDE/4.12.5/kde-l10n/kde-l10n-ar-4.12.5.tar.xz) = 3309076
|
||||
SHA256 (KDE/4.14.2/kde-l10n/kde-l10n-ar-4.14.2.tar.xz) = 1282bb13a5db6291babf7bc63b6fbeb52c9dc7ae94b90791c174c3d11fa3e259
|
||||
SIZE (KDE/4.14.2/kde-l10n/kde-l10n-ar-4.14.2.tar.xz) = 3374644
|
||||
|
|
|
@ -27,7 +27,9 @@ share/apps/klettres/ar/alpha/a-26.ogg
|
|||
share/apps/klettres/ar/alpha/a-27.ogg
|
||||
share/apps/klettres/ar/alpha/a-28.ogg
|
||||
share/apps/klettres/ar/sounds.xml
|
||||
share/locale/ar/LC_MESSAGES/accountwizard_contacts.mo
|
||||
share/locale/ar/LC_MESSAGES/adblock.mo
|
||||
share/locale/ar/LC_MESSAGES/akonadi_baloo_indexer.mo
|
||||
share/locale/ar/LC_MESSAGES/akonadi_birthdays_resource.mo
|
||||
share/locale/ar/LC_MESSAGES/akonadi_ical_resource.mo
|
||||
share/locale/ar/LC_MESSAGES/akonadi_kabc_resource.mo
|
||||
|
@ -35,7 +37,6 @@ share/locale/ar/LC_MESSAGES/akonadi_kcal_resource.mo
|
|||
share/locale/ar/LC_MESSAGES/akonadi_knut_resource.mo
|
||||
share/locale/ar/LC_MESSAGES/akonadi_kolabproxy_resource.mo
|
||||
share/locale/ar/LC_MESSAGES/akonadi_localbookmarks_resource.mo
|
||||
share/locale/ar/LC_MESSAGES/akonadi_nepomuktag_resource.mo
|
||||
share/locale/ar/LC_MESSAGES/akonadi_next.mo
|
||||
share/locale/ar/LC_MESSAGES/akonadi_nntp_resource.mo
|
||||
share/locale/ar/LC_MESSAGES/akonadi_singlefile_resource.mo
|
||||
|
@ -46,6 +47,7 @@ share/locale/ar/LC_MESSAGES/akregator.mo
|
|||
share/locale/ar/LC_MESSAGES/akregator_konqplugin.mo
|
||||
share/locale/ar/LC_MESSAGES/amor.mo
|
||||
share/locale/ar/LC_MESSAGES/analitza.mo
|
||||
share/locale/ar/LC_MESSAGES/ark.appdata.mo
|
||||
share/locale/ar/LC_MESSAGES/ark.mo
|
||||
share/locale/ar/LC_MESSAGES/attica_kde.mo
|
||||
share/locale/ar/LC_MESSAGES/audiocd_encoder_lame.mo
|
||||
|
@ -53,6 +55,12 @@ share/locale/ar/LC_MESSAGES/audiocd_encoder_vorbis.mo
|
|||
share/locale/ar/LC_MESSAGES/audiorename_plugin.mo
|
||||
share/locale/ar/LC_MESSAGES/autorefresh.mo
|
||||
share/locale/ar/LC_MESSAGES/babelfish.mo
|
||||
share/locale/ar/LC_MESSAGES/baloo_file.mo
|
||||
share/locale/ar/LC_MESSAGES/baloo_file_extractor.mo
|
||||
share/locale/ar/LC_MESSAGES/baloo_queryparser.mo
|
||||
share/locale/ar/LC_MESSAGES/baloosearch.mo
|
||||
share/locale/ar/LC_MESSAGES/balooshow.mo
|
||||
share/locale/ar/LC_MESSAGES/baloowidgets.mo
|
||||
share/locale/ar/LC_MESSAGES/blinken.mo
|
||||
share/locale/ar/LC_MESSAGES/bomber.mo
|
||||
share/locale/ar/LC_MESSAGES/bovo.mo
|
||||
|
@ -61,6 +69,7 @@ share/locale/ar/LC_MESSAGES/cervisia.mo
|
|||
share/locale/ar/LC_MESSAGES/cvsservice.mo
|
||||
share/locale/ar/LC_MESSAGES/dirfilterplugin.mo
|
||||
share/locale/ar/LC_MESSAGES/display.mo
|
||||
share/locale/ar/LC_MESSAGES/dolphin.appdata.mo
|
||||
share/locale/ar/LC_MESSAGES/dolphin.mo
|
||||
share/locale/ar/LC_MESSAGES/domtreeviewer.mo
|
||||
share/locale/ar/LC_MESSAGES/dragonplayer.mo
|
||||
|
@ -92,6 +101,8 @@ share/locale/ar/LC_MESSAGES/kalzium.mo
|
|||
share/locale/ar/LC_MESSAGES/kanagram.mo
|
||||
share/locale/ar/LC_MESSAGES/kapman.mo
|
||||
share/locale/ar/LC_MESSAGES/kate.mo
|
||||
share/locale/ar/LC_MESSAGES/kate_kttsd.mo
|
||||
share/locale/ar/LC_MESSAGES/katecloseexceptplugin.mo
|
||||
share/locale/ar/LC_MESSAGES/katefilebrowserplugin.mo
|
||||
share/locale/ar/LC_MESSAGES/katefiletemplates.mo
|
||||
share/locale/ar/LC_MESSAGES/katehelloworld.mo
|
||||
|
@ -99,8 +110,13 @@ share/locale/ar/LC_MESSAGES/katekonsoleplugin.mo
|
|||
share/locale/ar/LC_MESSAGES/katemailfilesplugin.mo
|
||||
share/locale/ar/LC_MESSAGES/kateopenheader.mo
|
||||
share/locale/ar/LC_MESSAGES/katepart4.mo
|
||||
share/locale/ar/LC_MESSAGES/kateproject.mo
|
||||
share/locale/ar/LC_MESSAGES/katesearch.mo
|
||||
share/locale/ar/LC_MESSAGES/katesnippetsplugin.mo
|
||||
share/locale/ar/LC_MESSAGES/katesql.mo
|
||||
share/locale/ar/LC_MESSAGES/katesymbolviewer.mo
|
||||
share/locale/ar/LC_MESSAGES/katetabbarextension.mo
|
||||
share/locale/ar/LC_MESSAGES/katetabifyplugin.mo
|
||||
share/locale/ar/LC_MESSAGES/katetextfilter.mo
|
||||
share/locale/ar/LC_MESSAGES/katexmlcheck.mo
|
||||
share/locale/ar/LC_MESSAGES/katexmltools.mo
|
||||
|
@ -117,9 +133,11 @@ share/locale/ar/LC_MESSAGES/kcalc.mo
|
|||
share/locale/ar/LC_MESSAGES/kcertpart.mo
|
||||
share/locale/ar/LC_MESSAGES/kcharselect.mo
|
||||
share/locale/ar/LC_MESSAGES/kcm-kwin-scripts.mo
|
||||
share/locale/ar/LC_MESSAGES/kcm_activities.mo
|
||||
share/locale/ar/LC_MESSAGES/kcm_akonadi.mo
|
||||
share/locale/ar/LC_MESSAGES/kcm_attica.mo
|
||||
share/locale/ar/LC_MESSAGES/kcm_autostart.mo
|
||||
share/locale/ar/LC_MESSAGES/kcm_baloofile.mo
|
||||
share/locale/ar/LC_MESSAGES/kcm_desktoppaths.mo
|
||||
share/locale/ar/LC_MESSAGES/kcm_desktopthemedetails.mo
|
||||
share/locale/ar/LC_MESSAGES/kcm_device_automounter.mo
|
||||
|
@ -243,6 +261,7 @@ share/locale/ar/LC_MESSAGES/kio_akonadi.mo
|
|||
share/locale/ar/LC_MESSAGES/kio_applications.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_archive.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_audiocd.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_baloosearch.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_bookmarks.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_finger.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_fish.mo
|
||||
|
@ -256,6 +275,8 @@ share/locale/ar/LC_MESSAGES/kio_man.mo
|
|||
share/locale/ar/LC_MESSAGES/kio_mbox.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_nepomuk.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_nepomuksearch.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_nepomuktags.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_nepomuktimeline.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_nfs.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_nntp.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_pop3.mo
|
||||
|
@ -267,7 +288,6 @@ share/locale/ar/LC_MESSAGES/kio_smb.mo
|
|||
share/locale/ar/LC_MESSAGES/kio_smtp.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_svn.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_thumbnail.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_timeline.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_trash.mo
|
||||
share/locale/ar/LC_MESSAGES/kio_zeroconf.mo
|
||||
share/locale/ar/LC_MESSAGES/kioclient.mo
|
||||
|
@ -307,6 +327,7 @@ share/locale/ar/LC_MESSAGES/konqueror.mo
|
|||
share/locale/ar/LC_MESSAGES/konquest.mo
|
||||
share/locale/ar/LC_MESSAGES/konsole.mo
|
||||
share/locale/ar/LC_MESSAGES/konsolekalendar.mo
|
||||
share/locale/ar/LC_MESSAGES/konsoleprofiles.mo
|
||||
share/locale/ar/LC_MESSAGES/kontact.mo
|
||||
share/locale/ar/LC_MESSAGES/kontactinterfaces.mo
|
||||
share/locale/ar/LC_MESSAGES/kopete.mo
|
||||
|
@ -329,7 +350,10 @@ share/locale/ar/LC_MESSAGES/kruler.mo
|
|||
share/locale/ar/LC_MESSAGES/krunner.mo
|
||||
share/locale/ar/LC_MESSAGES/ksaneplugin.mo
|
||||
share/locale/ar/LC_MESSAGES/kscd.mo
|
||||
share/locale/ar/LC_MESSAGES/kscreenlocker.mo
|
||||
share/locale/ar/LC_MESSAGES/kscreenlocker_greet.mo
|
||||
share/locale/ar/LC_MESSAGES/kscreensaver.mo
|
||||
share/locale/ar/LC_MESSAGES/ksgrd.mo
|
||||
share/locale/ar/LC_MESSAGES/kshellcmdplugin.mo
|
||||
share/locale/ar/LC_MESSAGES/kshisen.mo
|
||||
share/locale/ar/LC_MESSAGES/kshorturifilter.mo
|
||||
|
@ -380,6 +404,7 @@ share/locale/ar/LC_MESSAGES/kxkb.mo
|
|||
share/locale/ar/LC_MESSAGES/kxsconfig.mo
|
||||
share/locale/ar/LC_MESSAGES/lancelot.mo
|
||||
share/locale/ar/LC_MESSAGES/libakonadi.mo
|
||||
share/locale/ar/LC_MESSAGES/libfolderarchivesettings.mo
|
||||
share/locale/ar/LC_MESSAGES/libkalarmcal.mo
|
||||
share/locale/ar/LC_MESSAGES/libkasten.mo
|
||||
share/locale/ar/LC_MESSAGES/libkblog.mo
|
||||
|
@ -438,6 +463,7 @@ share/locale/ar/LC_MESSAGES/nepomukfileindexer.mo
|
|||
share/locale/ar/LC_MESSAGES/nepomukserver.mo
|
||||
share/locale/ar/LC_MESSAGES/nepomukservicestub.mo
|
||||
share/locale/ar/LC_MESSAGES/nepomukstorage.mo
|
||||
share/locale/ar/LC_MESSAGES/nepomukwidgets.mo
|
||||
share/locale/ar/LC_MESSAGES/nsplugin.mo
|
||||
share/locale/ar/LC_MESSAGES/okteta.mo
|
||||
share/locale/ar/LC_MESSAGES/oktetapart.mo
|
||||
|
@ -456,6 +482,7 @@ share/locale/ar/LC_MESSAGES/okular_ooo.mo
|
|||
share/locale/ar/LC_MESSAGES/okular_plucker.mo
|
||||
share/locale/ar/LC_MESSAGES/okular_poppler.mo
|
||||
share/locale/ar/LC_MESSAGES/okular_tiff.mo
|
||||
share/locale/ar/LC_MESSAGES/okular_txt.mo
|
||||
share/locale/ar/LC_MESSAGES/okular_xps.mo
|
||||
share/locale/ar/LC_MESSAGES/parley.mo
|
||||
share/locale/ar/LC_MESSAGES/phonon_gstreamer.mo
|
||||
|
@ -468,6 +495,7 @@ share/locale/ar/LC_MESSAGES/plasma-remote-helper.mo
|
|||
share/locale/ar/LC_MESSAGES/plasma-windowed.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_akonotes_note.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_battery.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_binaryclock.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_bubblemon.mo
|
||||
|
@ -482,7 +510,9 @@ share/locale/ar/LC_MESSAGES/plasma_applet_folderview.mo
|
|||
share/locale/ar/LC_MESSAGES/plasma_applet_frame.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_fuzzy_clock.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_icon.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_icontasks.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_incomingmsg.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_katesession.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_kget.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_kolourpicker.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_launcher.mo
|
||||
|
@ -500,6 +530,7 @@ share/locale/ar/LC_MESSAGES/plasma_applet_notifier.mo
|
|||
share/locale/ar/LC_MESSAGES/plasma_applet_nowplaying.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_opendesktop.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.notifications.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.printmanager.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_pager.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_panel.mo
|
||||
|
@ -507,6 +538,7 @@ share/locale/ar/LC_MESSAGES/plasma_applet_panelspacer_internal.mo
|
|||
share/locale/ar/LC_MESSAGES/plasma_applet_paste.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_pastebin.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_previewer.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_qalculate.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_qstardict.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_quicklaunch.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_applet_rssnow.mo
|
||||
|
@ -536,6 +568,7 @@ share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchwindow.mo
|
|||
share/locale/ar/LC_MESSAGES/plasma_engine_keystate.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_engine_kuiserver.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_engine_metadata.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_engine_mpris2.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
|
||||
|
@ -547,15 +580,19 @@ share/locale/ar/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo
|
|||
share/locale/ar/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_packagestructure_comic.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_activities.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_audioplayercontrol.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_baloosearchrunner.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_bookmarksrunner.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_browserhistory.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_calculatorrunner.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_contacts.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_converterrunner.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_events.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_katesessions.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_kill.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_konquerorsessions.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_konsolesessions.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_krunner_dictionary.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_locations.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_placesrunner.mo
|
||||
|
@ -567,9 +604,11 @@ share/locale/ar/LC_MESSAGES/plasma_runner_sessions.mo
|
|||
share/locale/ar/LC_MESSAGES/plasma_runner_shell.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_solid.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_spellcheckrunner.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_translator.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_webshortcuts.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_windowedwidgets.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_windows.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_runner_youtube.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_scriptengine_qscript.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo
|
||||
share/locale/ar/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo
|
||||
|
@ -594,6 +633,7 @@ share/locale/ar/LC_MESSAGES/searchbarplugin.mo
|
|||
share/locale/ar/LC_MESSAGES/solid-hardware.mo
|
||||
share/locale/ar/LC_MESSAGES/solid_qt.mo
|
||||
share/locale/ar/LC_MESSAGES/soliduiserver.mo
|
||||
share/locale/ar/LC_MESSAGES/step.mo
|
||||
share/locale/ar/LC_MESSAGES/strigila_diff.mo
|
||||
share/locale/ar/LC_MESSAGES/superkaramba.mo
|
||||
share/locale/ar/LC_MESSAGES/svgpart.mo
|
||||
|
@ -608,8 +648,3 @@ share/locale/ar/LC_MESSAGES/webarchiver.mo
|
|||
share/locale/ar/LC_MESSAGES/xml_mimetypes.mo
|
||||
share/locale/ar/LC_SCRIPTS/kdelibs4/kdelibs4.js
|
||||
share/locale/ar/entry.desktop
|
||||
@dirrm share/locale/ar/LC_SCRIPTS/kdelibs4
|
||||
@dirrm share/locale/ar/LC_SCRIPTS
|
||||
@dirrm share/apps/klettres/ar/alpha
|
||||
@dirrm share/apps/klettres/ar
|
||||
@dirrm share/apps/klettres
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= ark
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= archivers kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -13,7 +12,7 @@ COMMENT= Archiving tool for KDE
|
|||
|
||||
LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson
|
||||
|
||||
USE_KDE4= kdeprefix kdehier automoc4 kdelibs libkonq
|
||||
USE_KDE4= kdeprefix automoc4 kdelibs libkonq
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_QT4= qtestlib qmake_build moc_build rcc_build uic_build
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/ark-4.12.5.tar.xz) = 188d4a3950d334971b65eda83453cd14f54242f379fe433d39d72a1cabe7ec89
|
||||
SIZE (KDE/4.12.5/ark-4.12.5.tar.xz) = 229996
|
||||
SHA256 (KDE/4.14.2/ark-4.14.2.tar.xz) = 4a1d1d0487273fe47dd41370cd60132addf481b5caf8e1310500385d3d1cd8c4
|
||||
SIZE (KDE/4.14.2/ark-4.14.2.tar.xz) = 236148
|
||||
|
|
|
@ -13,6 +13,7 @@ lib/libkerfuffle.so
|
|||
lib/libkerfuffle.so.4
|
||||
lib/libkerfuffle.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
man/man1/ark.1.gz
|
||||
share/appdata/ark.appdata.xml
|
||||
share/applications/kde4/ark.desktop
|
||||
share/apps/ark/ark_part.rc
|
||||
share/apps/ark/arkui.rc
|
||||
|
@ -43,5 +44,3 @@ share/kde4/services/kerfuffle_libbz2.desktop
|
|||
share/kde4/services/kerfuffle_libgz.desktop
|
||||
share/kde4/services/kerfuffle_libxz.desktop
|
||||
share/kde4/servicetypes/kerfufflePlugin.desktop
|
||||
@dirrm share/doc/HTML/en/ark
|
||||
@dirrm share/apps/ark
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
PORTNAME= kstars
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= astro kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -12,12 +11,17 @@ COMMENT= KDE 4 desktop planetarium
|
|||
|
||||
LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio \
|
||||
libwcs.so:${PORTSDIR}/astro/wcslib
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 \
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:${PORTSDIR}/math/eigen3 \
|
||||
xplanet:${PORTSDIR}/astro/xplanet
|
||||
RUN_DEPENDS= xplanet:${PORTSDIR}/astro/xplanet
|
||||
|
||||
USE_KDE4= kdehier kdelibs kdeprefix automoc4
|
||||
USE_KDE4= kdelibs kdeprefix automoc4
|
||||
USES= cmake:outsource compiler:c++11-lib tar:xz
|
||||
USE_QT4= opengl qmake_build moc_build rcc_build uic_build
|
||||
|
||||
OPTIONS_DEFINE= PYKDE
|
||||
|
||||
PYKDE_DESC= Support for updating supernovae data
|
||||
PYKDE_USE= KDE4=pykde4_run
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kstars-4.12.5.tar.xz) = b22676f0f875e759c402b07af373e446bdebfc73b3d766cbcfdfe5265b6bae05
|
||||
SIZE (KDE/4.12.5/kstars-4.12.5.tar.xz) = 12344692
|
||||
SHA256 (KDE/4.14.2/kstars-4.14.2.tar.xz) = fa43988f0d20c2884a931e55cc9acaa09bc15ab78ebe84e3f478f3093b33320c
|
||||
SIZE (KDE/4.14.2/kstars-4.14.2.tar.xz) = 12374032
|
||||
|
|
11
astro/kstars/files/patch-kstars__skyobjects__kscomet.cpp
Normal file
11
astro/kstars/files/patch-kstars__skyobjects__kscomet.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- kstars/skyobjects/kscomet.cpp.orig 2014-09-15 23:02:14.160209962 +0200
|
||||
+++ kstars/skyobjects/kscomet.cpp 2014-09-15 23:03:33.261204279 +0200
|
||||
@@ -119,7 +119,7 @@
|
||||
qint64 fragment = letterDesigToN( rePro.cap(6) );
|
||||
|
||||
uidPart =
|
||||
- 1 << 43 |
|
||||
+ 1ull << 43 |
|
||||
type << 40 | // Bits 40-42 (3)
|
||||
halfMonth << 33 | // Bits 33-39 (7) Hope this is enough
|
||||
nHalfMonth << 28 | // Bits 28-32 (5)
|
|
@ -4,4 +4,4 @@ any date and time. The display includes up to 100 million stars,
|
|||
13,000 deep-sky objects, all 8 planets, the Sun and Moon, and
|
||||
thousands of comets and asteroids.
|
||||
|
||||
WWW: http://edu.kde.org/kstars
|
||||
WWW: http://edu.kde.org/kstars
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin/kstars
|
||||
lib/libhtmesh.a
|
||||
share/appdata/kstars.appdata.xml
|
||||
share/applications/kde4/kstars.desktop
|
||||
share/apps/kstars/Cities.dat
|
||||
share/apps/kstars/Interesting.dat
|
||||
|
@ -456,22 +457,3 @@ share/icons/hicolor/32x32/apps/kstars.png
|
|||
share/icons/hicolor/48x48/apps/kstars.png
|
||||
share/icons/hicolor/64x64/apps/kstars.png
|
||||
share/icons/hicolor/scalable/apps/kstars.svgz
|
||||
@dirrm share/doc/HTML/en/kstars
|
||||
@dirrm share/apps/kstars/tools/whatsinteresting/qml
|
||||
@dirrm share/apps/kstars/tools/whatsinteresting
|
||||
@dirrm share/apps/kstars/tools
|
||||
@dirrm share/apps/kstars/textures
|
||||
@dirrm share/apps/kstars/scripts
|
||||
@dirrm share/apps/kstars/icons/hicolor/scalable/actions
|
||||
@dirrm share/apps/kstars/icons/hicolor/scalable
|
||||
@dirrm share/apps/kstars/icons/hicolor/64x64/actions
|
||||
@dirrm share/apps/kstars/icons/hicolor/64x64
|
||||
@dirrm share/apps/kstars/icons/hicolor/48x48/actions
|
||||
@dirrm share/apps/kstars/icons/hicolor/48x48
|
||||
@dirrm share/apps/kstars/icons/hicolor/32x32/actions
|
||||
@dirrm share/apps/kstars/icons/hicolor/32x32
|
||||
@dirrm share/apps/kstars/icons/hicolor/22x22/actions
|
||||
@dirrm share/apps/kstars/icons/hicolor/22x22
|
||||
@dirrm share/apps/kstars/icons/hicolor
|
||||
@dirrm share/apps/kstars/icons
|
||||
@dirrm share/apps/kstars
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
PORTNAME= marble
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= astro kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -10,7 +9,9 @@ DIST_SUBDIR= KDE/${PORTVERSION}
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Virtual globe and world atlas for KDE
|
||||
|
||||
USE_KDE4= kdehier kdelibs kdeprefix automoc4
|
||||
LIB_DEPENDS= libquazip.so:${PORTSDIR}/archivers/quazip
|
||||
|
||||
USE_KDE4= kdelibs kdeprefix automoc4
|
||||
USES= cmake:outsource gmake shared-mime-info tar:xz
|
||||
USE_QT4= corelib dbus declarative designer_build gui network phonon \
|
||||
qtestlib script sql svg webkit xml \
|
||||
|
@ -19,8 +20,6 @@ USE_LDCONFIG= yes
|
|||
MAKE_ENV= XDG_CONFIG_HOME=/dev/null
|
||||
CMAKE_ARGS= -DMOBILE:BOOL=FALSE
|
||||
|
||||
LIB_DEPENDS= libquazip.so:${PORTSDIR}/archivers/quazip
|
||||
|
||||
OPTIONS_DEFINE= GPS
|
||||
OPTIONS_DEFAULT= GPS
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -29,11 +28,9 @@ GPS_DESC= Support for GPS position provider
|
|||
GPS_LIB_DEPENDS= libgps.so:${PORTSDIR}/astro/gpsd
|
||||
GPS_CMAKE_OFF= -DWITH_libgps:BOOL=FALSE
|
||||
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e '/libgps/ s/FIND_PACKAGE/macro_optional_find_package/' \
|
||||
${WRKSRC}/src/plugins/positionprovider/CMakeLists.txt
|
||||
# Prevent updating MIME during build.
|
||||
${REINPLACE_CMD} -e '/update_xdg_mimetypes/ d' \
|
||||
${PATCH_WRKSRC}/data/CMakeLists.txt
|
||||
# pre-configure:
|
||||
# # Prevent updating MIME during build.
|
||||
# ${REINPLACE_CMD} -e '/update_xdg_mimetypes/ d' \
|
||||
# ${PATCH_WRKSRC}/data/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/marble-4.12.5.tar.xz) = a1291b180de99c6f12cbf256539584ee27c7c8ff5984fe23bc2835155ab228ad
|
||||
SIZE (KDE/4.12.5/marble-4.12.5.tar.xz) = 18680380
|
||||
SHA256 (KDE/4.14.2/marble-4.14.2.tar.xz) = 276021287d625c5d361e33bb265780b4d77c430ae4973bb145e5dea061d9f5d7
|
||||
SIZE (KDE/4.14.2/marble-4.14.2.tar.xz) = 19708480
|
||||
|
|
|
@ -2,4 +2,4 @@ Marble is a Virtual Globe and World Atlas that you can use to learn
|
|||
more about Earth: You can pan and zoom around and you can look up
|
||||
places and roads.
|
||||
|
||||
WWW: http://edu.kde.org/marble/
|
||||
WWW: http://edu.kde.org/marble/
|
||||
|
|
|
@ -2,6 +2,13 @@ bin/marble
|
|||
bin/marble-mobile
|
||||
bin/marble-qt
|
||||
bin/marble-touch
|
||||
include/astro/astr2lib.h
|
||||
include/astro/astrolib.h
|
||||
include/astro/astrolib_export.h
|
||||
include/astro/attlib.h
|
||||
include/astro/eclsolar.h
|
||||
include/astro/planetarySats.h
|
||||
include/astro/solarsystem.h
|
||||
include/marble/AbstractDataPlugin.h
|
||||
include/marble/AbstractDataPluginItem.h
|
||||
include/marble/AbstractDataPluginModel.h
|
||||
|
@ -53,6 +60,7 @@ include/marble/GeoDataPoint.h
|
|||
include/marble/GeoDataPolyStyle.h
|
||||
include/marble/GeoDataPolygon.h
|
||||
include/marble/GeoDataRegion.h
|
||||
include/marble/GeoDataSnippet.h
|
||||
include/marble/GeoDataStyle.h
|
||||
include/marble/GeoDataStyleMap.h
|
||||
include/marble/GeoDataStyleSelector.h
|
||||
|
@ -84,6 +92,8 @@ include/marble/MarbleDirs.h
|
|||
include/marble/MarbleGlobal.h
|
||||
include/marble/MarbleGraphicsGridLayout.h
|
||||
include/marble/MarbleGraphicsItem.h
|
||||
include/marble/MarbleInputHandler.h
|
||||
include/marble/MarbleLocale.h
|
||||
include/marble/MarbleMap.h
|
||||
include/marble/MarbleModel.h
|
||||
include/marble/MarbleNavigator.h
|
||||
|
@ -106,6 +116,7 @@ include/marble/QtMarbleConfigDialog.h
|
|||
include/marble/Quaternion.h
|
||||
include/marble/RenderPlugin.h
|
||||
include/marble/RenderPluginInterface.h
|
||||
include/marble/RenderState.h
|
||||
include/marble/ReverseGeocodingRunner.h
|
||||
include/marble/ReverseGeocodingRunnerManager.h
|
||||
include/marble/ReverseGeocodingRunnerPlugin.h
|
||||
|
@ -131,12 +142,15 @@ include/marble/TileCreatorDialog.h
|
|||
include/marble/TileId.h
|
||||
include/marble/TileLevelRangeWidget.h
|
||||
include/marble/TinyWebBrowser.h
|
||||
include/marble/TourPlayback.h
|
||||
include/marble/TourWidget.h
|
||||
include/marble/ViewportParams.h
|
||||
include/marble/WidgetGraphicsItem.h
|
||||
include/marble/geodata_export.h
|
||||
include/marble/global.h
|
||||
include/marble/marble_export.h
|
||||
lib/kde4/libmarble_part.so
|
||||
lib/kde4/marblethumbnail.so
|
||||
lib/kde4/plasma_applet_worldclock.so
|
||||
lib/kde4/plasma_runner_marble.so
|
||||
lib/kde4/plugins/designer/LatLonEditPlugin.so
|
||||
|
@ -148,7 +162,9 @@ lib/kde4/plugins/marble/AtmospherePlugin.so
|
|||
lib/kde4/plugins/marble/CachePlugin.so
|
||||
lib/kde4/plugins/marble/CompassFloatItem.so
|
||||
lib/kde4/plugins/marble/CrosshairsPlugin.so
|
||||
lib/kde4/plugins/marble/CycleStreetsPlugin.so
|
||||
lib/kde4/plugins/marble/EarthquakePlugin.so
|
||||
lib/kde4/plugins/marble/EclipsesPlugin.so
|
||||
lib/kde4/plugins/marble/ElevationProfileFloatItem.so
|
||||
lib/kde4/plugins/marble/ElevationProfileMarker.so
|
||||
lib/kde4/plugins/marble/FlightGearPositionProviderPlugin.so
|
||||
|
@ -156,6 +172,7 @@ lib/kde4/plugins/marble/FoursquarePlugin.so
|
|||
lib/kde4/plugins/marble/GosmoreReverseGeocodingPlugin.so
|
||||
lib/kde4/plugins/marble/GosmoreRoutingPlugin.so
|
||||
lib/kde4/plugins/marble/GpsInfo.so
|
||||
lib/kde4/plugins/marble/GpsbabelPlugin.so
|
||||
%%GPS%%lib/kde4/plugins/marble/GpsdPositionProviderPlugin.so
|
||||
lib/kde4/plugins/marble/GpxPlugin.so
|
||||
lib/kde4/plugins/marble/GraticulePlugin.so
|
||||
|
@ -197,29 +214,39 @@ lib/kde4/plugins/marble/SunPlugin.so
|
|||
lib/kde4/plugins/marble/Weather.so
|
||||
lib/kde4/plugins/marble/Wikipedia.so
|
||||
lib/kde4/plugins/marble/YoursPlugin.so
|
||||
lib/libastro.so
|
||||
lib/libastro.so.0.17.20
|
||||
lib/libastro.so.1
|
||||
lib/libmarblewidget.so
|
||||
lib/libmarblewidget.so.0.19.2
|
||||
lib/libmarblewidget.so.19
|
||||
%%QT_IMPORTDIR%%/org/kde/edu/marble/MarbleSettings.qml
|
||||
%%QT_IMPORTDIR%%/org/kde/edu/marble/libMarbleDeclarativePlugin.so
|
||||
%%QT_IMPORTDIR%%/org/kde/edu/marble/qmldir
|
||||
lib/libmarblewidget.so
|
||||
lib/libmarblewidget.so.0.17.0
|
||||
lib/libmarblewidget.so.17
|
||||
share/applications/kde4/marble.desktop
|
||||
share/appdata/marble.appdata.xml
|
||||
share/applications/kde4/marble-mobile.desktop
|
||||
share/applications/kde4/marble-qt.desktop
|
||||
share/applications/kde4/marble-touch.desktop
|
||||
share/applications/kde4/marble.desktop
|
||||
share/applications/kde4/marble_geo.desktop
|
||||
share/applications/kde4/marble_gpx.desktop
|
||||
share/applications/kde4/marble_kml.desktop
|
||||
share/applications/kde4/marble_kmz.desktop
|
||||
share/applications/kde4/marble_osm.desktop
|
||||
share/applications/kde4/marble_worldwind.desktop
|
||||
share/apps/cmake/modules/FindMarble.cmake
|
||||
share/apps/marble/data/LICENSE.txt
|
||||
share/apps/marble/data/audio/KDE-Sys-App-Positive.ogg
|
||||
share/apps/marble/data/audio/KDE-Sys-List-End.ogg
|
||||
share/apps/marble/data/bitmaps/airport.png
|
||||
share/apps/marble/data/bitmaps/annotation.png
|
||||
share/apps/marble/data/bitmaps/antarctic_shelves.png
|
||||
share/apps/marble/data/bitmaps/audio-x-generic.png
|
||||
share/apps/marble/data/bitmaps/bookmark.png
|
||||
share/apps/marble/data/bitmaps/border_1.png
|
||||
share/apps/marble/data/bitmaps/border_2.png
|
||||
share/apps/marble/data/bitmaps/border_disputed.png
|
||||
share/apps/marble/data/bitmaps/border_maritime.png
|
||||
share/apps/marble/data/bitmaps/city_1_orange.png
|
||||
share/apps/marble/data/bitmaps/city_1_red.png
|
||||
share/apps/marble/data/bitmaps/city_1_white.png
|
||||
|
@ -247,9 +274,11 @@ share/apps/marble/data/bitmaps/cursor_tc.png
|
|||
share/apps/marble/data/bitmaps/cursor_tl.png
|
||||
share/apps/marble/data/bitmaps/cursor_tr.png
|
||||
share/apps/marble/data/bitmaps/default_location.png
|
||||
share/apps/marble/data/bitmaps/document-edit.png
|
||||
share/apps/marble/data/bitmaps/earth_apollo.jpg
|
||||
share/apps/marble/data/bitmaps/flag.png
|
||||
share/apps/marble/data/bitmaps/folder.png
|
||||
share/apps/marble/data/bitmaps/glacier.png
|
||||
share/apps/marble/data/bitmaps/highway_footway.png
|
||||
share/apps/marble/data/bitmaps/highway_motorway.png
|
||||
share/apps/marble/data/bitmaps/highway_path.png
|
||||
|
@ -260,13 +289,17 @@ share/apps/marble/data/bitmaps/highway_track.png
|
|||
share/apps/marble/data/bitmaps/highway_trunk.png
|
||||
share/apps/marble/data/bitmaps/highway_unclassified.png
|
||||
share/apps/marble/data/bitmaps/lake.png
|
||||
share/apps/marble/data/bitmaps/lake_historic.png
|
||||
share/apps/marble/data/bitmaps/manned_landing.png
|
||||
share/apps/marble/data/bitmaps/media-playback-pause.png
|
||||
share/apps/marble/data/bitmaps/mountain_1.png
|
||||
share/apps/marble/data/bitmaps/nation.png
|
||||
share/apps/marble/data/bitmaps/observatory.png
|
||||
share/apps/marble/data/bitmaps/ocean.png
|
||||
share/apps/marble/data/bitmaps/osm.png
|
||||
share/apps/marble/data/bitmaps/other.png
|
||||
share/apps/marble/data/bitmaps/playa.png
|
||||
share/apps/marble/data/bitmaps/player-time.png
|
||||
share/apps/marble/data/bitmaps/poi/accommodation_camping.p.16.png
|
||||
share/apps/marble/data/bitmaps/poi/accommodation_hostel.p.16.png
|
||||
share/apps/marble/data/bitmaps/poi/accommodation_hotel2.p.16.png
|
||||
|
@ -363,6 +396,7 @@ share/apps/marble/data/bitmaps/turn-slight-left.png
|
|||
share/apps/marble/data/bitmaps/turn-slight-right.png
|
||||
share/apps/marble/data/bitmaps/unmanned_hard_landing.png
|
||||
share/apps/marble/data/bitmaps/unmanned_soft_landing.png
|
||||
share/apps/marble/data/bitmaps/urban_area.png
|
||||
share/apps/marble/data/bitmaps/valley.png
|
||||
share/apps/marble/data/bitmaps/volcano_1.png
|
||||
share/apps/marble/data/bitmaps/waypoint.png
|
||||
|
@ -706,6 +740,8 @@ share/apps/marble/data/maps/earth/openstreetmap/openstreetmap-preview.png
|
|||
share/apps/marble/data/maps/earth/openstreetmap/openstreetmap.dgml
|
||||
share/apps/marble/data/maps/earth/plain/plain-preview.png
|
||||
share/apps/marble/data/maps/earth/plain/plain.dgml
|
||||
share/apps/marble/data/maps/earth/political/political-preview.png
|
||||
share/apps/marble/data/maps/earth/political/political.dgml
|
||||
share/apps/marble/data/maps/earth/precip-dec/precip-dec-preview.png
|
||||
share/apps/marble/data/maps/earth/precip-dec/precip-dec.dgml
|
||||
share/apps/marble/data/maps/earth/precip-dec/precip-dec.jpg
|
||||
|
@ -907,6 +943,7 @@ share/apps/marble/data/maps/moon/clementine/clementine-preview.png
|
|||
share/apps/marble/data/maps/moon/clementine/clementine.dgml
|
||||
share/apps/marble/data/maps/moon/clementine/clementine.jpg
|
||||
share/apps/marble/data/maps/moon/clementine/legend.html
|
||||
share/apps/marble/data/maps/moon/clementine/tour.kml
|
||||
share/apps/marble/data/mwdbii/DATELINE.PNT
|
||||
share/apps/marble/data/mwdbii/PCOAST.PNT
|
||||
share/apps/marble/data/mwdbii/PDIFFBORDER.PNT
|
||||
|
@ -916,12 +953,24 @@ share/apps/marble/data/mwdbii/PLAKE.PNT
|
|||
share/apps/marble/data/mwdbii/PLAKEISLAND.PNT
|
||||
share/apps/marble/data/mwdbii/PUSA48.DIFF.PNT
|
||||
share/apps/marble/data/mwdbii/RIVER.PNT
|
||||
share/apps/marble/data/naturalearth/50m-urban-area.pn2
|
||||
share/apps/marble/data/naturalearth/50m_glaciated_areas.pn2
|
||||
share/apps/marble/data/naturalearth/50m_lakes.pn2
|
||||
share/apps/marble/data/naturalearth/50m_land.pn2
|
||||
share/apps/marble/data/naturalearth/ne_10m_admin_0_boundary_lines_land.pn2
|
||||
share/apps/marble/data/naturalearth/ne_10m_rivers_lake_centerlines.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_admin_0_boundary_lines_land.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_admin_0_boundary_lines_maritime_indicator.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_admin_0_breakaway_disputed_areas.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_admin_0_countries.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_admin_0_pacific_groupings.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_admin_1_states_provinces_lines.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_antarctic_ice_shelves_lines.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_antarctic_ice_shelves_polys.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_coastline.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_glaciated_areas.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_lakes.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_lakes_historic.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_land.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_playas.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_rivers_lake_centerlines.pn2
|
||||
share/apps/marble/data/naturalearth/ne_50m_urban_areas.pn2
|
||||
share/apps/marble/data/placemarks/baseplacemarks.cache
|
||||
share/apps/marble/data/placemarks/boundaryplacemarks.cache
|
||||
share/apps/marble/data/placemarks/cityplacemarks.cache
|
||||
|
@ -934,11 +983,13 @@ share/apps/marble/data/seacolors.leg
|
|||
share/apps/marble/data/stars/constellations.dat
|
||||
share/apps/marble/data/stars/deepsky.png
|
||||
share/apps/marble/data/stars/dso.dat
|
||||
share/apps/marble/data/stars/names.csv
|
||||
share/apps/marble/data/stars/stars.dat
|
||||
share/apps/marble/data/svg/application-x-marble-gray.png
|
||||
share/apps/marble/data/svg/application-x-marble.png
|
||||
share/apps/marble/data/svg/application-x-marble.svg
|
||||
share/apps/marble/data/svg/coordinate.svg
|
||||
share/apps/marble/data/svg/glow.png
|
||||
share/apps/marble/data/svg/lunarmap.svg
|
||||
share/apps/marble/data/svg/marble-logo-32dpi.png
|
||||
share/apps/marble/data/svg/marble-logo-72dpi.png
|
||||
|
@ -947,6 +998,7 @@ share/apps/marble/data/svg/marble-logo-inverted-72dpi.png
|
|||
share/apps/marble/data/svg/marble-logo.png
|
||||
share/apps/marble/data/svg/marble-logo.svg
|
||||
share/apps/marble/data/svg/marsmap.svg
|
||||
share/apps/marble/data/svg/moon.png
|
||||
share/apps/marble/data/svg/sun.png
|
||||
share/apps/marble/data/svg/sunshine.png
|
||||
share/apps/marble/data/svg/track_turtle.svg
|
||||
|
@ -1020,76 +1072,10 @@ share/kde4/services/marble_part_gpx.desktop
|
|||
share/kde4/services/marble_part_kml.desktop
|
||||
share/kde4/services/marble_part_kmz.desktop
|
||||
share/kde4/services/marble_part_osm.desktop
|
||||
share/kde4/services/marble_thumbnail_gpx.desktop
|
||||
share/kde4/services/marble_thumbnail_kml.desktop
|
||||
share/kde4/services/marble_thumbnail_kmz.desktop
|
||||
share/kde4/services/marble_thumbnail_osm.desktop
|
||||
share/kde4/services/plasma-applet-kworldclock.desktop
|
||||
share/kde4/services/plasma-runner-marble.desktop
|
||||
share/mime/packages/geo.xml
|
||||
@dirrm share/doc/HTML/en/marble
|
||||
@dirrm share/apps/marble/data/weather
|
||||
@dirrm share/apps/marble/data/svg
|
||||
@dirrm share/apps/marble/data/stars
|
||||
@dirrm share/apps/marble/data/placemarks
|
||||
@dirrm share/apps/marble/data/naturalearth
|
||||
@dirrm share/apps/marble/data/mwdbii
|
||||
@dirrm share/apps/marble/data/maps/moon/clementine
|
||||
@dirrm share/apps/marble/data/maps/moon
|
||||
@dirrm share/apps/marble/data/maps/earth/temp-july
|
||||
@dirrm share/apps/marble/data/maps/earth/temp-dec
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm2/0/000000
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm2/0
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm2
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/3/000007
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/3/000006
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/3/000005
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/3/000004
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/3/000003
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/3/000002
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/3/000001
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/3/000000
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/3
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/2/000003
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/2/000002
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/2/000001
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/2/000000
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/2
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/1/000001
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/1/000000
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/1
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/0/000000
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm/0
|
||||
@dirrm share/apps/marble/data/maps/earth/srtm
|
||||
@dirrm share/apps/marble/data/maps/earth/schagen1689/legend
|
||||
@dirrm share/apps/marble/data/maps/earth/schagen1689
|
||||
@dirrm share/apps/marble/data/maps/earth/precip-july
|
||||
@dirrm share/apps/marble/data/maps/earth/precip-dec
|
||||
@dirrm share/apps/marble/data/maps/earth/plain
|
||||
@dirrm share/apps/marble/data/maps/earth/openstreetmap/legend/mapicons
|
||||
@dirrm share/apps/marble/data/maps/earth/openstreetmap/legend
|
||||
@dirrm share/apps/marble/data/maps/earth/openstreetmap/0/0
|
||||
@dirrm share/apps/marble/data/maps/earth/openstreetmap/0
|
||||
@dirrm share/apps/marble/data/maps/earth/openstreetmap
|
||||
@dirrm share/apps/marble/data/maps/earth/hillshading/0/0
|
||||
@dirrm share/apps/marble/data/maps/earth/hillshading/0
|
||||
@dirrm share/apps/marble/data/maps/earth/hillshading
|
||||
@dirrm share/apps/marble/data/maps/earth/clouds/0/000000
|
||||
@dirrm share/apps/marble/data/maps/earth/clouds/0
|
||||
@dirrm share/apps/marble/data/maps/earth/clouds
|
||||
@dirrm share/apps/marble/data/maps/earth/citylights/legend
|
||||
@dirrm share/apps/marble/data/maps/earth/citylights
|
||||
@dirrm share/apps/marble/data/maps/earth/bluemarble/legend
|
||||
@dirrm share/apps/marble/data/maps/earth/bluemarble
|
||||
@dirrm share/apps/marble/data/maps/earth
|
||||
@dirrm share/apps/marble/data/maps
|
||||
@dirrm share/apps/marble/data/licenses
|
||||
@dirrm share/apps/marble/data/flags
|
||||
@dirrm share/apps/marble/data/bitmaps/stars
|
||||
@dirrm share/apps/marble/data/bitmaps/poi
|
||||
@dirrm share/apps/marble/data/bitmaps
|
||||
@dirrm share/apps/marble/data/audio
|
||||
@dirrm share/apps/marble/data
|
||||
@dirrm share/apps/marble
|
||||
@dirrm %%QT_IMPORTDIR%%/org/kde/edu/marble
|
||||
@dirrmtry %%QT_IMPORTDIR%%/org/kde/edu
|
||||
@dirrmtry %%QT_IMPORTDIR%%/org/kde
|
||||
@dirrmtry %%QT_IMPORTDIR%%/org
|
||||
@dirrm lib/kde4/plugins/marble
|
||||
@dirrm include/marble
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= juk
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -16,7 +15,7 @@ LICENSE= GPLv2
|
|||
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib
|
||||
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
|
||||
USE_KDE4= automoc4 kdelibs kdeprefix
|
||||
USE_QT4= moc_build qmake_build rcc_build uic_build
|
||||
|
||||
CMAKE_ARGS= -DWITH_TunePimp:BOOL=OFF
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/juk-4.12.5.tar.xz) = 321ec328ac08562c2ad2099a5fefe9ab8d6fad3b7f3858ad90d1625640f06f2c
|
||||
SIZE (KDE/4.12.5/juk-4.12.5.tar.xz) = 429468
|
||||
SHA256 (KDE/4.14.2/juk-4.14.2.tar.xz) = 6d682dd4797a55005a0133bf4718f0ffd9150379a804354d7784e6db2313fd29
|
||||
SIZE (KDE/4.14.2/juk-4.14.2.tar.xz) = 439496
|
||||
|
|
|
@ -3,4 +3,4 @@ Ogg Vorbis, and FLAC audio files. It allows you to edit the "tags" of
|
|||
your audio files, and manage your collection and playlists. Its main
|
||||
focus, in fact, is on music management.
|
||||
|
||||
WWW: http://www.kde.org/applications/multimedia/juk/
|
||||
WWW: http://www.kde.org/applications/multimedia/juk/
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin/juk
|
||||
share/appdata/juk.appdata.xml
|
||||
share/applications/kde4/juk.desktop
|
||||
share/apps/juk/juk.notifyrc
|
||||
share/apps/juk/jukui-rtl.rc
|
||||
|
@ -27,6 +28,3 @@ share/icons/hicolor/32x32/apps/juk.png
|
|||
share/icons/hicolor/48x48/apps/juk.png
|
||||
share/icons/hicolor/64x64/apps/juk.png
|
||||
share/kde4/services/ServiceMenus/jukservicemenu.desktop
|
||||
@dirrm share/doc/HTML/en/juk
|
||||
@dirrm share/apps/juk/pics
|
||||
@dirrm share/apps/juk
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
PORTNAME= kio-audiocd
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DISTNAME= audiocd-kio-${PORTVERSION}
|
||||
|
@ -19,7 +18,7 @@ LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
|
|||
libvorbis.so:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_KDE4= kdehier kdelibs kdeprefix libkcddb libkcompactdisc \
|
||||
USE_KDE4= kdelibs kdeprefix libkcddb libkcompactdisc \
|
||||
automoc4
|
||||
USE_QT4= moc_build qmake_build rcc_build uic_build
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/audiocd-kio-4.12.5.tar.xz) = 66b4e8d9b2d7559daba7137b0a792fa90a9b46ac676871ef979ebe8e69c27261
|
||||
SIZE (KDE/4.12.5/audiocd-kio-4.12.5.tar.xz) = 51204
|
||||
SHA256 (KDE/4.14.2/audiocd-kio-4.14.2.tar.xz) = 58fd6fbdf6f06c0bceb106cda95323232985376cc680102b6c5d42acc0a40a68
|
||||
SIZE (KDE/4.14.2/audiocd-kio-4.14.2.tar.xz) = 51640
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
KDE IOSlave for accessing audio CDs.
|
||||
|
||||
WWW: http://www.kde.org/
|
||||
WWW: http://www.kde.org/
|
||||
|
|
|
@ -9,10 +9,10 @@ lib/libaudiocdplugins.so.4
|
|||
lib/libaudiocdplugins.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop
|
||||
share/apps/solid/actions/solid_audiocd.desktop
|
||||
share/config.kcfg/audiocd_flac_encoder.kcfg
|
||||
share/config.kcfg/audiocd_lame_encoder.kcfg
|
||||
share/doc/HTML/en/kioslave/audiocd/common
|
||||
share/doc/HTML/en/kioslave/audiocd/index.cache.bz2
|
||||
share/doc/HTML/en/kioslave/audiocd/index.docbook
|
||||
share/kde4/services/audiocd.desktop
|
||||
share/kde4/services/audiocd.protocol
|
||||
@dirrm share/doc/HTML/en/kioslave/audiocd
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= kmix
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -14,7 +13,7 @@ COMMENT= Sound mixer for KDE
|
|||
LICENSE= GPLv2
|
||||
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
|
||||
USE_KDE4= automoc4 kdelibs kdeprefix
|
||||
USE_QT4= gui phonon xml \
|
||||
moc_build qmake_build rcc_build uic_build
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kmix-4.12.5.tar.xz) = 37c856944a6fe5cf5c855efde3825c07ced3de2283114058fa64b3686634c4d0
|
||||
SIZE (KDE/4.12.5/kmix-4.12.5.tar.xz) = 380376
|
||||
SHA256 (KDE/4.14.2/kmix-4.14.2.tar.xz) = ea70c57ebaa23503856a3bc4177168d94d9e15d7108cb7df7bf64ebf50863735
|
||||
SIZE (KDE/4.14.2/kmix-4.14.2.tar.xz) = 379248
|
||||
|
|
|
@ -2,4 +2,4 @@ KMix is an application to allow you to change the volume of your sound
|
|||
card. Though small, it is full-featured, and it supports several
|
||||
platforms and sound drivers.
|
||||
|
||||
WWW: http://www.kde.org/applications/multimedia/kmix/
|
||||
WWW: http://www.kde.org/applications/multimedia/kmix/
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin/kmix
|
||||
bin/kmixctrl
|
||||
bin/kmixremote
|
||||
lib/kde4/kded_kmixd.so
|
||||
lib/kde4/plasma_engine_mixer.so
|
||||
lib/libkdeinit4_kmix.so
|
||||
|
@ -38,7 +39,9 @@ share/dbus-1/interfaces/org.kde.kmix.mixset.xml
|
|||
share/doc/HTML/en/kmix/common
|
||||
share/doc/HTML/en/kmix/index.cache.bz2
|
||||
share/doc/HTML/en/kmix/index.docbook
|
||||
share/doc/HTML/en/kmix/kmix-configure.png
|
||||
share/doc/HTML/en/kmix/kmix-configure-general.png
|
||||
share/doc/HTML/en/kmix/kmix-configure-sound-menu.png
|
||||
share/doc/HTML/en/kmix/kmix-configure-start.png
|
||||
share/doc/HTML/en/kmix/kmix-file.png
|
||||
share/doc/HTML/en/kmix/kmix-master.png
|
||||
share/doc/HTML/en/kmix/kmix-options.png
|
||||
|
@ -51,7 +54,3 @@ share/icons/hicolor/64x64/apps/kmix.png
|
|||
share/kde4/services/kded/kmixd.desktop
|
||||
share/kde4/services/kmixctrl_restore.desktop
|
||||
share/kde4/services/plasma-engine-mixer.desktop
|
||||
@dirrm share/doc/HTML/en/kmix
|
||||
@dirrm share/apps/kmix/profiles
|
||||
@dirrm share/apps/kmix/pics
|
||||
@dirrm share/apps/kmix
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= kscd
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -16,7 +15,7 @@ LICENSE= GPLv2
|
|||
LIB_DEPENDS= libmusicbrainz3.so:${PORTSDIR}/audio/libmusicbrainz3
|
||||
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_KDE4= kdehier kdelibs kdeprefix libkcddb libkcompactdisc \
|
||||
USE_KDE4= kdelibs kdeprefix libkcddb libkcompactdisc \
|
||||
automoc4
|
||||
USE_QT4= phonon moc_build qmake_build rcc_build uic_build
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kscd-4.12.5.tar.xz) = 7b2b3e25c914e358872255233fb1b3e7f6fae923b53605610826d765522324de
|
||||
SIZE (KDE/4.12.5/kscd-4.12.5.tar.xz) = 92256
|
||||
SHA256 (KDE/4.14.2/kscd-4.14.2.tar.xz) = 577297b1f2e11dd0915df16a807774f212b584364743893d6d5689fbdad1a107
|
||||
SIZE (KDE/4.14.2/kscd-4.14.2.tar.xz) = 92440
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
KsCD is a small, fast, CDDB enabled audio CD player which supports
|
||||
multiple platforms.
|
||||
|
||||
WWW: http://www.kde.org/applications/multimedia/kscd/
|
||||
WWW: http://www.kde.org/applications/multimedia/kscd/
|
||||
|
|
|
@ -12,5 +12,3 @@ share/icons/hicolor/16x16/apps/kscd.png
|
|||
share/icons/hicolor/32x32/apps/kscd.png
|
||||
share/icons/hicolor/48x48/apps/kscd.png
|
||||
share/icons/hicolor/64x64/apps/kscd.png
|
||||
@dirrm share/apps/kscd/skin
|
||||
@dirrm share/apps/kscd
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= libkcddb
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -14,7 +13,7 @@ COMMENT= KDE CDDB library
|
|||
LIB_DEPENDS= libmusicbrainz5.so:${PORTSDIR}/audio/libmusicbrainz5
|
||||
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
|
||||
USE_KDE4= automoc4 kdelibs kdeprefix
|
||||
USE_QT4= qtestlib moc_build qmake_build rcc_build uic_build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/libkcddb-4.12.5.tar.xz) = 26dcb618b6a7025393e369ae4928726bebfe84df5c8bad47f1da2a3982fd9151
|
||||
SIZE (KDE/4.12.5/libkcddb-4.12.5.tar.xz) = 157756
|
||||
SHA256 (KDE/4.14.2/libkcddb-4.14.2.tar.xz) = ec71f232ea4566d34a08c33b89ad21f572643426a713bca4669430ec1c0cd10f
|
||||
SIZE (KDE/4.14.2/libkcddb-4.14.2.tar.xz) = 157852
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
KDE library to access CDDB information.
|
||||
|
||||
WWW: http://www.kde.org/
|
||||
WWW: http://www.kde.org/
|
||||
|
|
|
@ -21,7 +21,3 @@ share/doc/HTML/en/kcontrol/cddbretrieval/kscd13.png
|
|||
share/doc/HTML/en/kcontrol/cddbretrieval/kscd14.png
|
||||
share/doc/HTML/en/kcontrol/cddbretrieval/kscd16.png
|
||||
share/kde4/services/libkcddb.desktop
|
||||
@dirrm share/doc/HTML/en/kcontrol/cddbretrieval
|
||||
@dirrm lib/cmake/libkcddb
|
||||
@dirrmtry lib/cmake
|
||||
@dirrm include/libkcddb
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= libkcompactdisc
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -12,7 +11,7 @@ MAINTAINER= kde@FreeBSD.org
|
|||
COMMENT= KDE library for interfacing with audio CDs
|
||||
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
|
||||
USE_KDE4= automoc4 kdelibs kdeprefix
|
||||
USE_QT4= phonon moc_build qmake_build rcc_build uic_build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/libkcompactdisc-4.12.5.tar.xz) = cdf967769590b3b2b33d4599a8eb8dc213a53fa59f607516b00791e74017cd6c
|
||||
SIZE (KDE/4.12.5/libkcompactdisc-4.12.5.tar.xz) = 75572
|
||||
SHA256 (KDE/4.14.2/libkcompactdisc-4.14.2.tar.xz) = 74fbc7133bac879386ba97e55d189ef70b6d8f71cb93b1436dba26b7451eba4b
|
||||
SIZE (KDE/4.14.2/libkcompactdisc-4.14.2.tar.xz) = 75536
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
KDE library for interfacing with audio CDs.
|
||||
|
||||
WWW: http://www.kde.org/
|
||||
WWW: http://www.kde.org/
|
||||
|
|
|
@ -5,6 +5,3 @@ lib/cmake/libkcompactdisc/LibkcompactdiscTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
|||
lib/libkcompactdisc.so
|
||||
lib/libkcompactdisc.so.4
|
||||
lib/libkcompactdisc.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
@dirrm lib/cmake/libkcompactdisc
|
||||
@dirrmtry lib/cmake
|
||||
@dirrm include/libkcompactdisc
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= kde-l10n
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= chinese kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kde-l10n/kde-l10n-zh_CN-4.12.5.tar.xz) = 6906818da68239b41cec288f220ef940e1060539329129a5777a4cd7b9068c8e
|
||||
SIZE (KDE/4.12.5/kde-l10n/kde-l10n-zh_CN-4.12.5.tar.xz) = 3608156
|
||||
SHA256 (KDE/4.14.2/kde-l10n/kde-l10n-zh_CN-4.14.2.tar.xz) = 4985ee29bd715ee64921c4318f91b775059eeb7ae0de8510622e84a514d26e63
|
||||
SIZE (KDE/4.14.2/kde-l10n/kde-l10n-zh_CN-4.14.2.tar.xz) = 3634108
|
||||
|
|
|
@ -46,10 +46,10 @@ share/locale/zh_CN/LC_MESSAGES/accountwizard_mailbox.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/accountwizard_maildir.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/accountwizard_pop3.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/accountwizard_tine20.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/adblock.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi-filestore.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_archivemail_agent.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_baloo_indexer.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_birthdays_resource.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_contacts_resource.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_davgroupware_resource.mo
|
||||
|
@ -73,10 +73,7 @@ share/locale/zh_CN/LC_MESSAGES/akonadi_maildispatcher_agent.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/akonadi_mailfilter_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_mixedmaildir_resource.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_nepomuk_feeder.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_nepomuktag_resource.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_newmailnotifier_agent.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_next.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_nntp_resource.mo
|
||||
|
@ -84,7 +81,6 @@ share/locale/zh_CN/LC_MESSAGES/akonadi_openxchange_resource.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/akonadi_pop3_resource.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_serializer_plugins.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_singlefile_resource.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/akonadi_strigi_feeder.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
|
||||
|
@ -94,6 +90,7 @@ share/locale/zh_CN/LC_MESSAGES/akregator.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/akregator_konqplugin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/amor.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/analitza.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ark.appdata.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
|
||||
|
@ -101,6 +98,11 @@ 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/autorefresh.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/babelfish.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/baloo_file.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/baloo_file_extractor.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/baloosearch.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/balooshow.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/baloowidgets.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
|
||||
|
@ -198,6 +200,7 @@ 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_baloofile.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_desktoppaths.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_desktopthemedetails.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_device_automounter.mo
|
||||
|
@ -210,7 +213,6 @@ share/locale/zh_CN/LC_MESSAGES/kcm_memory.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/kcm_nepomuk.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_pci.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_phonon.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_pimactivity.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_platform.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_remotecontrol.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kcm_solid_actions.mo
|
||||
|
@ -289,13 +291,13 @@ 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_exr.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfile_kig.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfile_mail.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfile_pnm.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfile_raw.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfile_rgb.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfile_tiff.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfile_xps.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfileaudiopreview4.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfilemetadata.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfilereplace.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfileshare.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kfindpart.mo
|
||||
|
@ -308,6 +310,7 @@ share/locale/zh_CN/LC_MESSAGES/kget.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/kgetplugin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kglobalaccel.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kgoldrunner.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kgpg.appdata.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kgpg.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kgreet_classic.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kgreet_generic.mo
|
||||
|
@ -330,6 +333,7 @@ share/locale/zh_CN/LC_MESSAGES/kio_akonadi.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/kio_applications.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_archive.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_audiocd.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_baloosearch.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_bookmarks.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_finger.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_fish.mo
|
||||
|
@ -343,6 +347,8 @@ 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_nepomuktags.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_nepomuktimeline.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_nfs.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_nntp.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kio_perldoc.mo
|
||||
|
@ -544,7 +550,6 @@ share/locale/zh_CN/LC_MESSAGES/liboktetagui.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/liboktetakasten.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/liboxygenstyleconfig.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libphonon.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libpimactivity.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libpimcommon.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libplasma.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libplasma_groupingcontainment.mo
|
||||
|
@ -720,6 +725,7 @@ share/locale/zh_CN/LC_MESSAGES/plasma_packagestructure_comic.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_CharacterRunner.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_activities.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_audioplayercontrol.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_baloosearchrunner.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
|
||||
|
@ -747,6 +753,7 @@ 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_translator.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_webshortcuts.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_windowedwidgets.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plasma_runner_windows.mo
|
||||
|
@ -800,13 +807,3 @@ share/locale/zh_CN/LC_SCRIPTS/kdelibs4/kdelibs4.js
|
|||
share/locale/zh_CN/charset
|
||||
share/locale/zh_CN/entry.desktop
|
||||
share/locale/zh_CN/flag.png
|
||||
@dirrm share/locale/zh_CN/LC_SCRIPTS/kdelibs4
|
||||
@dirrm share/locale/zh_CN/LC_SCRIPTS
|
||||
@dirrm share/doc/HTML/zh_CN/gwenview
|
||||
@dirrm share/doc/HTML/zh_CN/common
|
||||
@dirrm share/apps/step/objinfo/l10n/zh_CN
|
||||
@dirrm share/apps/step/objinfo/l10n
|
||||
@dirrm share/apps/step/objinfo
|
||||
@dirrm share/apps/step
|
||||
@dirrm share/apps/kvtml/zh_CN
|
||||
@dirrm share/apps/kvtml
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= kde-l10n
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= chinese kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kde-l10n/kde-l10n-zh_TW-4.12.5.tar.xz) = f568197c5a9a9b2b0d91dc92bbb86fa9b73bdb2b120a2c5e99643d6d6f2b4cc4
|
||||
SIZE (KDE/4.12.5/kde-l10n/kde-l10n-zh_TW-4.12.5.tar.xz) = 2634952
|
||||
SHA256 (KDE/4.14.2/kde-l10n/kde-l10n-zh_TW-4.14.2.tar.xz) = 251652077b80433f0de9010410dfaa01aedac4ddcf0a31dc1e0c911a5c78ff5c
|
||||
SIZE (KDE/4.14.2/kde-l10n/kde-l10n-zh_TW-4.14.2.tar.xz) = 2695816
|
||||
|
|
|
@ -3,6 +3,7 @@ share/doc/HTML/zh_TW/common/gpl-translated.html
|
|||
share/doc/HTML/zh_TW/common/kde-localised.css
|
||||
share/doc/HTML/zh_TW/common/lgpl-translated.html
|
||||
share/locale/zh_TW/LC_MESSAGES/accountwizard.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/accountwizard_contacts.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/accountwizard_ical.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/accountwizard_imap.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/accountwizard_kolab.mo
|
||||
|
@ -10,16 +11,19 @@ share/locale/zh_TW/LC_MESSAGES/accountwizard_mailbox.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/accountwizard_maildir.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/accountwizard_pop3.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/accountwizard_tine20.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/accountwizard_vcard.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/accountwizard_vcarddir.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/adblock.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi-filestore.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_archivemail_agent.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_baloo_indexer.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_birthdays_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_contacts_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_davgroupware_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_facebook_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_folderarchive_agent.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_followupreminder_agent.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_gmail_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_googlecalendar_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_googlecontacts_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_ical_resource.mo
|
||||
|
@ -39,20 +43,17 @@ share/locale/zh_TW/LC_MESSAGES/akonadi_maildispatcher_agent.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/akonadi_mailfilter_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_migration_agent.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_mixedmaildir_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_nepomuk_feeder.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_nepomuktag_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_newmailnotifier_agent.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_notes_agent.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_openxchange_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_pop3_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_sendlater_agent.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_serializer_plugins.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_singlefile_resource.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/akonadi_strigi_feeder.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
|
||||
|
@ -62,19 +63,30 @@ share/locale/zh_TW/LC_MESSAGES/akregator.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/akregator_konqplugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/amor.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/analitza.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ark.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ark.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/artikulate.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/artikulate.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/autorefresh.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/babelfish.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/baloo_file.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/baloo_file_extractor.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/baloo_queryparser.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/baloosearch.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/balooshow.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/baloowidgets.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/blinken.appdata.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/calendarjanitor.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/calendarsupport.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/cantor.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/cantor.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/cervisia.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/contactthemeeditor.mo
|
||||
|
@ -82,6 +94,7 @@ share/locale/zh_TW/LC_MESSAGES/cryptopageplugin.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/cvsservice.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/dirfilterplugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/display.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/dolphin.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/dolphin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/domtreeviewer.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/dragonplayer.mo
|
||||
|
@ -104,6 +117,7 @@ share/locale/zh_TW/LC_MESSAGES/imgalleryplugin.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/importwizard.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/jovie.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/joystick.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/juk.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/juk.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kabc.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kabc_akonadi.mo
|
||||
|
@ -122,11 +136,11 @@ share/locale/zh_TW/LC_MESSAGES/kaddressbook.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/kaddressbookmigrator.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kajongg.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kalarm.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kalgebra.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kalgebra.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kalzium.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kalzium.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kanagram-active.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kanagram-engine.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kanagram-harmattan.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kanagram.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kanagram.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kapman.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kapptemplate.mo
|
||||
|
@ -160,6 +174,7 @@ share/locale/zh_TW/LC_MESSAGES/kblankscrn.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/kblocks.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kbounce.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kbreakout.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kbruch.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kbruch.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcachegrind.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcachegrind_qt.mo
|
||||
|
@ -173,6 +188,7 @@ 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_baloofile.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_desktoppaths.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_desktopthemedetails.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_device_automounter.mo
|
||||
|
@ -185,7 +201,6 @@ share/locale/zh_TW/LC_MESSAGES/kcm_memory.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/kcm_nepomuk.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_pci.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_phonon.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_pimactivity.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_platform.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_remotecontrol.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kcm_solid_actions.mo
|
||||
|
@ -264,13 +279,13 @@ 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_exr.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfile_kig.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfile_mail.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfile_pnm.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfile_raw.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfile_rgb.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfile_tiff.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfile_xps.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfileaudiopreview4.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfilemetadata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfilereplace.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfileshare.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kfindpart.mo
|
||||
|
@ -283,10 +298,12 @@ share/locale/zh_TW/LC_MESSAGES/kget.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/kgetplugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kglobalaccel.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kgoldrunner.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kgpg.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kgpg.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kgreet_classic.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kgreet_generic.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kgreet_winbind.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/khangman.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/khangman.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/khelpcenter.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/khotkeys.mo
|
||||
|
@ -294,6 +311,7 @@ share/locale/zh_TW/LC_MESSAGES/khotnewstuff.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/khtmlkttsd.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/khtmlsettingsplugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kiconfinder.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kig.appdata.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
|
||||
|
@ -305,6 +323,7 @@ share/locale/zh_TW/LC_MESSAGES/kio_akonadi.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/kio_applications.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_archive.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_audiocd.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_baloosearch.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_bookmarks.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_finger.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_fish.mo
|
||||
|
@ -318,6 +337,8 @@ 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_nepomuktags.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_nepomuktimeline.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_nfs.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_nntp.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kio_perldoc.mo
|
||||
|
@ -338,11 +359,13 @@ share/locale/zh_TW/LC_MESSAGES/kioclient.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/kioexec.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kiriki.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kiten.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kiten.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kjots.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kjotsmigrator.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kjumpingcube.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kleopatra.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/klettres.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/klettres.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/klickety.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/klines.mo
|
||||
|
@ -361,15 +384,18 @@ share/locale/zh_TW/LC_MESSAGES/kmines.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/kmix.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kmousetool.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kmouth.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kmplot.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kmplot.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/knavalbattle.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/knetattach.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/knetwalk.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/knode.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/knotes-migrator.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/knotes.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
|
||||
share/locale/zh_TW/LC_MESSAGES/kolourpaint.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kolourpaint.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kommander.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kompare.mo
|
||||
|
@ -423,6 +449,7 @@ share/locale/zh_TW/LC_MESSAGES/ksnapshot.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/kspaceduel.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ksplashthemes.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ksquares.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kstars.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kstars.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kstart.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kstartperf.mo
|
||||
|
@ -439,11 +466,13 @@ share/locale/zh_TW/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/ktimer.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ktimetracker.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ktnef.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ktouch.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ktouch.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ktouchpadenabler.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ktraderclient.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ktron.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ktuberling.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kturtle.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kturtle.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ktux.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kubrick.mo
|
||||
|
@ -461,6 +490,7 @@ share/locale/zh_TW/LC_MESSAGES/kwin_effects.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/kwin_scripting.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kwinshutdown.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kwinstartmenu.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kwordquiz.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kwordquiz.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kwrite.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kwriteconfig.mo
|
||||
|
@ -473,6 +503,7 @@ share/locale/zh_TW/LC_MESSAGES/libakonadi-xml.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/libakonadi.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libcomposereditorng.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libeventviews.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libfolderarchivesettings.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libgrantleetheme.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libgrantleethemeeditor.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libincidenceeditors.mo
|
||||
|
@ -521,13 +552,14 @@ share/locale/zh_TW/LC_MESSAGES/libmessagecomposer.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/libnoteshared.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/liboktetacore.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/liboktetagui.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/liboktetakasten.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/liboxygenstyleconfig.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libphonon.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libpimactivity.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libpimcommon.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libpimprint.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libplasma.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libplasma_groupingcontainment.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libplasmaclock.mo
|
||||
|
@ -538,6 +570,7 @@ share/locale/zh_TW/LC_MESSAGES/libtemplateparser.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.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/marble.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/marble_qt.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/marble_xml_mimetypes.mo
|
||||
|
@ -555,7 +588,6 @@ share/locale/zh_TW/LC_MESSAGES/nepomukcleaner.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/nepomukfileindexer.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/nepomukfilewatch.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/nepomukmigrator.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/nepomukpimindexerutility.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/nepomukserver.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/nepomukservicestub.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/nepomukstorage.mo
|
||||
|
@ -583,9 +615,11 @@ share/locale/zh_TW/LC_MESSAGES/okular_tiff.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/okular_txt.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/okular_xps.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/org.kde.active.documentviewer.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/pairs.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/pairs.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/pairseditor.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/palapeli.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/parley.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/parley.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/pate.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/phonon_gstreamer.mo
|
||||
|
@ -706,6 +740,7 @@ share/locale/zh_TW/LC_MESSAGES/plasma_packagestructure_comic.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/plasma_runner_CharacterRunner.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_runner_activities.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_runner_audioplayercontrol.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/plasma_runner_baloosearchrunner.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
|
||||
|
@ -761,15 +796,19 @@ share/locale/zh_TW/LC_MESSAGES/processcore.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/processui.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/randrmonitor.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/rellinks.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/rocs.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/rocs.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/rocscore.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/rocsvisualeditor.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/searchbarplugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/solid-hardware.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/solid_qt.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/soliduiserver.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/step.appdata.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/step.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/step_qt.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/storageservicemanager.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/strigila_diff.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/superkaramba.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/svgpart.mo
|
||||
|
@ -784,4 +823,3 @@ share/locale/zh_TW/LC_MESSAGES/validatorsplugin.mo
|
|||
share/locale/zh_TW/LC_MESSAGES/webarchiver.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xml_mimetypes.mo
|
||||
share/locale/zh_TW/entry.desktop
|
||||
@dirrm share/doc/HTML/zh_TW/common
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
PORTNAME= kremotecontrol
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= comms kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -12,7 +11,7 @@ COMMENT= KDE frontend for your remote controls
|
|||
|
||||
RUN_DEPENDS= lircd:${PORTSDIR}/comms/lirc
|
||||
|
||||
USE_KDE4= kdeprefix kdehier automoc4 kdelibs
|
||||
USE_KDE4= kdeprefix automoc4 kdelibs
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_QT4= corelib script xmlpatterns \
|
||||
qmake_build moc_build rcc_build uic_build
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kremotecontrol-4.12.5.tar.xz) = 6cf38371b55443da1799892423de1a9bee8446761d4d655ed10214d7f8b97b96
|
||||
SIZE (KDE/4.12.5/kremotecontrol-4.12.5.tar.xz) = 1074700
|
||||
SHA256 (KDE/4.14.2/kremotecontrol-4.14.2.tar.xz) = ca07fdf8e62397b4f4f058a4da029f154894195af9b8204e797385e46d431d62
|
||||
SIZE (KDE/4.14.2/kremotecontrol-4.14.2.tar.xz) = 1074704
|
||||
|
|
|
@ -53,12 +53,3 @@ share/kde4/services/kded/kremotecontroldaemon.desktop
|
|||
share/kde4/services/kremotecontrolbackends/kremotecontrol_lirc.desktop
|
||||
share/kde4/services/plasma-engine-kremotecontrol.desktop
|
||||
share/kde4/servicetypes/kremotecontrolmanager.desktop
|
||||
@dirrm share/kde4/services/kremotecontrolbackends
|
||||
@dirrmtry share/icons/hicolor/8x8/devices
|
||||
@dirrmtry share/icons/hicolor/8x8
|
||||
@dirrmtry share/icons/hicolor/42x42/devices
|
||||
@dirrmtry share/icons/hicolor/42x42
|
||||
@dirrm share/doc/HTML/en/kcontrol/kremotecontrol
|
||||
@dirrm share/apps/kremotecontroldaemon
|
||||
@dirrm share/apps/kremotecontrol/profiles
|
||||
@dirrm share/apps/kremotecontrol
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= kcharselect
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -11,7 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION}
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Character selector for KDE
|
||||
|
||||
USE_KDE4= kdeprefix kdehier automoc4 kdelibs
|
||||
USE_KDE4= kdeprefix automoc4 kdelibs
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_QT4= qmake_build moc_build rcc_build uic_build
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kcharselect-4.12.5.tar.xz) = 2851b67e116c646156456a069db00f662c977e0dd8113f8d7d45ab92119e67ee
|
||||
SIZE (KDE/4.12.5/kcharselect-4.12.5.tar.xz) = 84704
|
||||
SHA256 (KDE/4.14.2/kcharselect-4.14.2.tar.xz) = 528d6eef1cd4ea17ddc53292d9381a5b64ec680265afcc5f3505b94fbdb2a114
|
||||
SIZE (KDE/4.14.2/kcharselect-4.14.2.tar.xz) = 84704
|
||||
|
|
|
@ -5,4 +5,3 @@ share/doc/HTML/en/kcharselect/common
|
|||
share/doc/HTML/en/kcharselect/index.cache.bz2
|
||||
share/doc/HTML/en/kcharselect/index.docbook
|
||||
share/doc/HTML/en/kcharselect/kcharselect.png
|
||||
@dirrm share/doc/HTML/en/kcharselect
|
||||
|
|
|
@ -3,13 +3,12 @@
|
|||
|
||||
PORTNAME= kdepim-runtime
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Libraries for KDE-PIM applications
|
||||
COMMENT= KDE PIM tools and services
|
||||
|
||||
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
||||
libkgapi2.so:${PORTSDIR}/devel/libkgapi \
|
||||
|
@ -19,7 +18,7 @@ LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
|||
CONFLICTS_INSTALL= kdepim-runtime44-4.*
|
||||
|
||||
USE_GNOME= libxml2 libxslt:build
|
||||
USE_KDE4= kdehier kdelibs kdeprefix pimlibs nepomuk-core \
|
||||
USE_KDE4= kdelibs kdeprefix pimlibs nepomuk-core \
|
||||
akonadi automoc4 ontologies soprano strigi
|
||||
USES= cmake:outsource shared-mime-info tar:xz
|
||||
USE_QT4= corelib dbus declarative designer_build gui network qtestlib \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kdepim-runtime-4.12.5.tar.xz) = 33ecebd946550bbf0a4427e3fb18b27d3eea5940067cea76444bd74d9f38d51c
|
||||
SIZE (KDE/4.12.5/kdepim-runtime-4.12.5.tar.xz) = 1192900
|
||||
SHA256 (KDE/4.14.2/kdepim-runtime-4.14.2.tar.xz) = a9d44e19e73d9985e94714c55e1fadef48ac260f5b387b336b2f23268ce553ca
|
||||
SIZE (KDE/4.14.2/kdepim-runtime-4.14.2.tar.xz) = 1167908
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
KDE4 is the K Desktop Environment for Unix, Windows, and Mac OS X.
|
||||
|
||||
These kde4 ports intend to provide early access to KDE4 for FreeBSD
|
||||
developers, porters and beta testers. Use at your own risk!
|
||||
|
||||
This package provides PIM runtime libs for KDE4.
|
||||
Tools and services that extends the functionality of KDE PIM.
|
||||
|
||||
WWW: http://www.kde.org/
|
||||
|
|
|
@ -10,15 +10,13 @@ bin/akonadi_invitations_agent
|
|||
bin/akonadi_kabc_resource
|
||||
bin/akonadi_kcal_resource
|
||||
bin/akonadi_kdeaccounts_resource
|
||||
bin/akonadi_kolab_resource
|
||||
bin/akonadi_kolabproxy_resource
|
||||
bin/akonadi_localbookmarks_resource
|
||||
bin/akonadi_maildispatcher_agent
|
||||
bin/akonadi_mailtransport_dummy_resource
|
||||
bin/akonadi_microblog_resource
|
||||
bin/akonadi_migration_agent
|
||||
bin/akonadi_mixedmaildir_resource
|
||||
bin/akonadi_nepomuk_feeder
|
||||
bin/akonadi_nepomuktag_resource
|
||||
bin/akonadi_newmailnotifier_agent
|
||||
bin/akonadi_nntp_resource
|
||||
bin/akonadi_openxchange_resource
|
||||
|
@ -29,8 +27,8 @@ bin/gidmigrator
|
|||
bin/kaddressbookmigrator
|
||||
bin/kjotsmigrator
|
||||
bin/kmail-migrator
|
||||
bin/knotes-migrator
|
||||
bin/kres-migrator
|
||||
bin/nepomukpimindexerutility
|
||||
lib/kde4/accountwizard_plugin.so
|
||||
lib/kde4/akonadi_akonotes_resource.so
|
||||
lib/kde4/akonadi_contacts_resource.so
|
||||
|
@ -39,10 +37,6 @@ lib/kde4/akonadi_kalarm_dir_resource.so
|
|||
lib/kde4/akonadi_kalarm_resource.so
|
||||
lib/kde4/akonadi_maildir_resource.so
|
||||
lib/kde4/akonadi_mbox_resource.so
|
||||
lib/kde4/akonadi_nepomuk_calendar_feeder.so
|
||||
lib/kde4/akonadi_nepomuk_contact_feeder.so
|
||||
lib/kde4/akonadi_nepomuk_email_feeder.so
|
||||
lib/kde4/akonadi_nepomuk_note_feeder.so
|
||||
lib/kde4/akonadi_notes_resource.so
|
||||
lib/kde4/akonadi_serializer_addressee.so
|
||||
lib/kde4/akonadi_serializer_bookmark.so
|
||||
|
@ -90,6 +84,9 @@ lib/kde4/kio_akonadi.so
|
|||
lib/libakonadi-filestore.so
|
||||
lib/libakonadi-filestore.so.4
|
||||
lib/libakonadi-filestore.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
lib/libfolderarchivesettings.so
|
||||
lib/libfolderarchivesettings.so.4
|
||||
lib/libfolderarchivesettings.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
lib/libkdepim-copy.so
|
||||
lib/libkdepim-copy.so.4
|
||||
lib/libkdepim-copy.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
|
@ -99,7 +96,6 @@ lib/libkmindexreader.so.%%KDE4_GENERIC_LIB_VERSION%%
|
|||
lib/libmaildir.so
|
||||
lib/libmaildir.so.4
|
||||
lib/libmaildir.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
lib/libnepomukfeederpluginlib.a
|
||||
share/akonadi/agents/akonadinepomukfeederagent.desktop
|
||||
share/akonadi/agents/akonotesresource.desktop
|
||||
share/akonadi/agents/birthdaysresource.desktop
|
||||
|
@ -118,15 +114,14 @@ share/akonadi/agents/kalarmresource.desktop
|
|||
share/akonadi/agents/kcalresource.desktop
|
||||
share/akonadi/agents/kdeaccountsresource.desktop
|
||||
share/akonadi/agents/kolabproxyresource.desktop
|
||||
share/akonadi/agents/kolabresource.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/migrationagent.desktop
|
||||
share/akonadi/agents/mixedmaildirresource.desktop
|
||||
share/akonadi/agents/mtdummyresource.desktop
|
||||
share/akonadi/agents/nepomuktagresource.desktop
|
||||
share/akonadi/agents/newmailnotifieragent.desktop
|
||||
share/akonadi/agents/nntpresource.desktop
|
||||
share/akonadi/agents/notesresource.desktop
|
||||
|
@ -160,6 +155,12 @@ share/apps/akonadi/accountwizard/pop3/pop3wizard.ui
|
|||
share/apps/akonadi/accountwizard/tine20/tine20wizard.desktop
|
||||
share/apps/akonadi/accountwizard/tine20/tine20wizard.es
|
||||
share/apps/akonadi/accountwizard/tine20/tine20wizard.ui
|
||||
share/apps/akonadi/accountwizard/vcard/vcardwizard.desktop
|
||||
share/apps/akonadi/accountwizard/vcard/vcardwizard.es
|
||||
share/apps/akonadi/accountwizard/vcard/vcardwizard.ui
|
||||
share/apps/akonadi/accountwizard/vcarddir/vcarddirwizard.desktop
|
||||
share/apps/akonadi/accountwizard/vcarddir/vcarddirwizard.es
|
||||
share/apps/akonadi/accountwizard/vcarddir/vcarddirwizard.ui
|
||||
share/apps/akonadi/firstrun/defaultaddressbook
|
||||
share/apps/akonadi/firstrun/defaultcalendar
|
||||
share/apps/akonadi/firstrun/defaultnotebook
|
||||
|
@ -173,10 +174,10 @@ share/apps/akonadi/plugins/serializer/akonadi_serializer_mail.desktop
|
|||
share/apps/akonadi/plugins/serializer/akonadi_serializer_microblog.desktop
|
||||
share/apps/akonadi/plugins/serializer/akonadi_serializer_socialnotification.desktop
|
||||
share/apps/akonadi_facebook_resource/akonadi_facebook_resource.notifyrc
|
||||
share/apps/akonadi_kolabproxy_resource/akonadi_kolabproxy_resource.notifyrc
|
||||
share/apps/akonadi_maildispatcher_agent/akonadi_maildispatcher_agent.notifyrc
|
||||
share/apps/akonadi_newmailnotifier_agent/akonadi_newmailnotifier_agent.notifyrc
|
||||
share/apps/kconf_update/newmailnotifier.upd
|
||||
share/apps/nepomukpimindexerutility/nepomukpimindexerutility.rc
|
||||
share/autostart/kaddressbookmigrator.desktop
|
||||
share/config/accountwizard.knsrc
|
||||
share/config/kmail-migratorrc
|
||||
|
@ -215,38 +216,7 @@ 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/kde4/services/nepomukcalendarfeeder.desktop
|
||||
share/kde4/services/nepomukcontactfeeder.desktop
|
||||
share/kde4/services/nepomukmailfeeder.desktop
|
||||
share/kde4/services/nepomuknotefeeder.desktop
|
||||
share/kde4/servicetypes/akonadinepomukfeeder.desktop
|
||||
share/kde4/servicetypes/davgroupwareprovider.desktop
|
||||
share/mime/packages/accountwizard-mime.xml
|
||||
share/mime/packages/kdepim-mime.xml
|
||||
share/mime/packages/x-vnd.akonadi.socialnotification.xml
|
||||
share/ontology/kde/aneo.ontology
|
||||
share/ontology/kde/aneo.trig
|
||||
@dirrmtry share/ontology/kde
|
||||
@dirrmtry share/ontology
|
||||
@dirrm share/kde4/services/akonadi/davgroupware-providers
|
||||
@dirrmtry share/kde4/services/akonadi
|
||||
@dirrm share/apps/nepomukpimindexerutility
|
||||
@dirrm share/apps/akonadi_newmailnotifier_agent
|
||||
@dirrm share/apps/akonadi_maildispatcher_agent
|
||||
@dirrm share/apps/akonadi_facebook_resource
|
||||
@dirrm share/apps/akonadi/plugins/serializer
|
||||
@dirrm share/apps/akonadi/plugins
|
||||
@dirrm share/apps/akonadi/firstrun
|
||||
@dirrm share/apps/akonadi/accountwizard/tine20
|
||||
@dirrm share/apps/akonadi/accountwizard/pop3
|
||||
@dirrm share/apps/akonadi/accountwizard/maildir
|
||||
@dirrm share/apps/akonadi/accountwizard/mailbox
|
||||
@dirrm share/apps/akonadi/accountwizard/kolab
|
||||
@dirrm share/apps/akonadi/accountwizard/imap
|
||||
@dirrm share/apps/akonadi/accountwizard/ical
|
||||
@dirrm share/apps/akonadi/accountwizard/contacts
|
||||
@dirrm share/apps/akonadi/accountwizard
|
||||
@dirrmtry share/apps/akonadi
|
||||
@dirrm share/akonadi/agents
|
||||
@dirrm share/akonadi
|
||||
@dirrm lib/kde4/imports/org/kde/akonadi
|
||||
|
|
|
@ -3,33 +3,31 @@
|
|||
|
||||
PORTNAME= kdepim
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Libraries for KDE-PIM applications
|
||||
COMMENT= KDE PIM applications
|
||||
|
||||
LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \
|
||||
libassuan.so:${PORTSDIR}/security/libassuan \
|
||||
libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \
|
||||
libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
||||
libgrantlee_gui.so:${PORTSDIR}/devel/grantlee \
|
||||
libclucene-core.so:${PORTSDIR}/textproc/clucene \
|
||||
liblink-grammar.so:${PORTSDIR}/textproc/link-grammar
|
||||
libkgapi2.so:${PORTSDIR}/devel/libkgapi
|
||||
RUN_DEPENDS= ${KDE4_PREFIX}/bin/accountwizard:${PORTSDIR}/deskutils/kdepim4-runtime \
|
||||
${LOCALBASE}/bin/gmd5sum:${PORTSDIR}/sysutils/coreutils
|
||||
|
||||
CONFLICTS_INSTALL= kdepim44-4.*
|
||||
|
||||
USE_GNOME= libxml2 libxslt:build
|
||||
USE_KDE4= kdehier kdelibs kdeprefix pimlibs kactivities \
|
||||
akonadi automoc4 ontologies soprano strigi nepomuk-widgets
|
||||
USE_KDE4= kdelibs kdeprefix pimlibs kactivities \
|
||||
akonadi automoc4 soprano nepomuk-widgets baloo
|
||||
USES= cmake:outsource gmake iconv tar:xz
|
||||
USE_OPENLDAP= yes
|
||||
USE_QT4= corelib dbus declarative designer_build gui network opengl \
|
||||
script sql webkit \
|
||||
qt3support script sql webkit xml \
|
||||
qmake_build moc_build rcc_build uic_build
|
||||
USE_XORG= x11 xscrnsaver
|
||||
CMAKE_ARGS+= -DKDEPIM_BUILD_MOBILE:BOOL=FALSE
|
||||
|
@ -39,6 +37,11 @@ CXXFLAGS+= -Wno-error=return-type
|
|||
USE_LDCONFIG= yes
|
||||
MAKE_ENV= XDG_CONFIG_HOME=/dev/null
|
||||
|
||||
PLIST_SUB= GRANTLEE_VER=0.4
|
||||
PLIST_SUB= GRANTLEE_VER=0.5
|
||||
|
||||
post-patch:
|
||||
# Remove BOM
|
||||
${REINPLACE_CMD} -e '1 s|^.*/|/|g' \
|
||||
${WRKSRC}/knotes/configdialog/knotecollectionconfigwidget.cpp
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kdepim-4.12.5.tar.xz) = 5e26dc33b5d36eb305a24a834b153515990ea8a501498b63ee10103df94c6ff0
|
||||
SIZE (KDE/4.12.5/kdepim-4.12.5.tar.xz) = 14259060
|
||||
SHA256 (KDE/4.14.2/kdepim-4.14.2.tar.xz) = c5ad234c524537b4b29daa323c2fde424e3e4c910ce769db5789632d4b46906b
|
||||
SIZE (KDE/4.14.2/kdepim-4.14.2.tar.xz) = 14468416
|
||||
|
|
11
deskutils/kdepim4/files/patch-blogilo__src__blogger.h
Normal file
11
deskutils/kdepim4/files/patch-blogilo__src__blogger.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- blogilo/src/blogger.h.orig 2014-09-11 21:23:20 UTC
|
||||
+++ blogilo/src/blogger.h
|
||||
@@ -93,7 +93,7 @@
|
||||
signal emitted after previous authenticate() call.
|
||||
@see authenticated(QMap\<QString,QString\>)
|
||||
*/
|
||||
- void authenticate(const QMap<QString, QString> &authData = QMap<QString, QString>());
|
||||
+ void authenticate(const QMap<QString, QString> &authData = (QMap<QString, QString>()));
|
||||
|
||||
/**
|
||||
Sets Google OAuth application API key.
|
|
@ -1,25 +0,0 @@
|
|||
commit 8c64e00460a173141d69624cb36fca19801405b4
|
||||
Author: Raphael Kubo da Costa <rakuco@FreeBSD.org>
|
||||
Date: Sun May 4 23:33:29 2014 +0300
|
||||
|
||||
Stop needlessly calling KDirWatch::stopScan().
|
||||
|
||||
Not only should the call be unnecessary, but it also causes an infinite
|
||||
loop when KDirWatch is set to use QFileSystemWatcher: the
|
||||
KDirWatch::stopScan()/addDir()/startScan() combination makes the slot
|
||||
where they're called end up being infinitely triggered.
|
||||
|
||||
Discussed with dfaure.
|
||||
|
||||
REVIEW: 117993
|
||||
|
||||
--- grantleetheme/grantleethememanager.cpp
|
||||
+++ grantleetheme/grantleethememanager.cpp
|
||||
@@ -95,7 +95,6 @@ public:
|
||||
void updateThemesPath()
|
||||
{
|
||||
if ( !themesDirectories.isEmpty() ) {
|
||||
- watch->stopScan();
|
||||
Q_FOREACH (const QString &directory, themesDirectories) {
|
||||
watch->removeDir( directory );
|
||||
}
|
|
@ -1,29 +0,0 @@
|
|||
--- kleopatra/models/keylistmodel.cpp
|
||||
+++ kleopatra/models/keylistmodel.cpp
|
||||
@@ -73,7 +73,7 @@
|
||||
#include <iterator>
|
||||
#include <cassert>
|
||||
|
||||
-#ifdef __GNUC__
|
||||
+#ifdef __GLIBCXX__
|
||||
#include <ext/algorithm> // for is_sorted
|
||||
#endif
|
||||
|
||||
@@ -460,7 +460,7 @@ QModelIndex FlatKeyListModel::doMapFromKey( const Key & key, int col ) const {
|
||||
}
|
||||
|
||||
QList<QModelIndex> FlatKeyListModel::doAddKeys( const std::vector<Key> & keys ) {
|
||||
-#ifdef __GNUC__
|
||||
+#ifdef __GLIBCXX__
|
||||
assert( __gnu_cxx::is_sorted( keys.begin(), keys.end(), _detail::ByFingerprint<std::less>() ) );
|
||||
#endif
|
||||
if ( keys.empty() )
|
||||
@@ -717,7 +717,7 @@ static std::vector<Key> topological_sort( const std::vector<Key> & keys ) {
|
||||
}
|
||||
|
||||
QList<QModelIndex> HierarchicalKeyListModel::doAddKeys( const std::vector<Key> & keys ) {
|
||||
-#ifdef __GNUC__
|
||||
+#ifdef __GLIBCXX__
|
||||
assert( __gnu_cxx::is_sorted( keys.begin(), keys.end(), _detail::ByFingerprint<std::less>() ) );
|
||||
#endif
|
||||
if ( keys.empty() )
|
|
@ -1,20 +0,0 @@
|
|||
--- kleopatra/uiserver/assuanserverconnection.cpp
|
||||
+++ kleopatra/uiserver/assuanserverconnection.cpp
|
||||
@@ -96,7 +96,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
-#ifdef __GNUC__
|
||||
+#ifdef __GLIBCXX__
|
||||
# include <ext/algorithm> // for is_sorted
|
||||
#endif
|
||||
|
||||
@@ -827,7 +827,7 @@ AssuanServerConnection::Private::Private( assuan_fd_t fd_, const std::vector< sh
|
||||
sessionId( 0 ),
|
||||
factories( factories_ )
|
||||
{
|
||||
-#ifdef __GNUC__
|
||||
+#ifdef __GLIBCXX__
|
||||
assert( __gnu_cxx::is_sorted( factories_.begin(), factories_.end(), _detail::ByName<std::less>() ) );
|
||||
#endif
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
--- kleopatra/utils/classify.cpp
|
||||
+++ kleopatra/utils/classify.cpp
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
#include <boost/range.hpp>
|
||||
|
||||
-#ifdef __GNUC__
|
||||
+#ifdef __GLIBCXX__
|
||||
# include <ext/algorithm>
|
||||
#endif
|
||||
|
||||
@@ -150,7 +150,7 @@ unsigned int Kleo::classify( const QStringList & fileNames ) {
|
||||
}
|
||||
|
||||
unsigned int Kleo::classify( const QString & filename ) {
|
||||
-#ifdef __GNUC__
|
||||
+#ifdef __GLIBCXX__
|
||||
assert( __gnu_cxx::is_sorted( begin( classifications ), end( classifications ), ByExtension<std::less>() ) );
|
||||
#endif
|
||||
|
||||
@@ -179,7 +179,7 @@ unsigned int Kleo::classify( const QString & filename ) {
|
||||
}
|
||||
|
||||
unsigned int Kleo::classifyContent( const QByteArray & data ) {
|
||||
-#ifdef __GNUC__
|
||||
+#ifdef __GLIBCXX__
|
||||
assert( __gnu_cxx::is_sorted( begin( content_classifications ), end( content_classifications ), ByContent<std::less>(100) ) );
|
||||
#endif
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- pimsettingexporter/mail/exportmailjob.h.orig 2013-08-14 09:58:28.333460897 +0000
|
||||
+++ pimsettingexporter/mail/exportmailjob.h 2013-08-14 10:01:42.142460369 +0000
|
||||
@@ -18,6 +18,8 @@
|
||||
#ifndef ExportMailJob_H
|
||||
#define ExportMailJob_H
|
||||
|
||||
+#include <time.h>
|
||||
+
|
||||
#include "abstractimportexportjob.h"
|
||||
#include <KSharedConfig>
|
||||
class KUrl;
|
|
@ -1,8 +1,16 @@
|
|||
KDE4 is the K Desktop Environment for Unix, Windows, and Mac OS X.
|
||||
KDE Personal Information Management suite.
|
||||
|
||||
These kde4 ports intend to provide early access to KDE4 for FreeBSD
|
||||
developers, porters and beta testers. Use at your own risk!
|
||||
|
||||
This package provides PIM applications for KDE4.
|
||||
blogio - The KDE blogging client
|
||||
kaddressbook - Keeps your addresses on file
|
||||
akregator - Feed reader
|
||||
kalarm - A personal alarm message, command and email scheduler
|
||||
kjots - A note taker
|
||||
kleopatra - KDE Key Manager
|
||||
kmail - Fully featured Email client
|
||||
knode - KDE News (Usenet) reader
|
||||
knotes - Popup notes
|
||||
kontact - Brings together all the KDE PIM applications under one roof
|
||||
korganizer - KDE Calendar and scheduling
|
||||
ktimetracker - time tracker
|
||||
|
||||
WWW: http://www.kde.org/
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
bin/akonadi_archivemail_agent
|
||||
bin/akonadi_folderarchive_agent
|
||||
bin/akonadi_followupreminder_agent
|
||||
bin/akonadi_mailfilter_agent
|
||||
bin/akonadi_notes_agent
|
||||
bin/akonadi_sendlater_agent
|
||||
bin/akonadiconsole
|
||||
bin/akregator
|
||||
|
@ -39,6 +40,8 @@ bin/ktnef
|
|||
bin/kwatchgnupg
|
||||
bin/mboximporter
|
||||
bin/pimsettingexporter
|
||||
bin/sieveeditor
|
||||
bin/storageservicemanager
|
||||
etc/dbus-1/system.d/org.kde.kalarmrtcwake.conf
|
||||
lib/akonadi/contact/editorpageplugins/cryptopageplugin.so
|
||||
lib/kde4/akregator_config_advanced.so
|
||||
|
@ -50,7 +53,6 @@ lib/kde4/akregator_config_sharemicroblog.so
|
|||
lib/kde4/akregator_mk4storage_plugin.so
|
||||
lib/kde4/akregator_sharemicroblog_plugin.so
|
||||
lib/kde4/akregatorpart.so
|
||||
lib/kde4/grammar_link.so
|
||||
lib/kde4/kaddressbookpart.so
|
||||
lib/kde4/kcal_blog.so
|
||||
lib/kde4/kcal_remote.so
|
||||
|
@ -61,19 +63,18 @@ lib/kde4/kcm_kmail.so
|
|||
lib/kde4/kcm_kmailsummary.so
|
||||
lib/kde4/kcm_knode.so
|
||||
lib/kde4/kcm_knote.so
|
||||
lib/kde4/kcm_knotessummary.so
|
||||
lib/kde4/kcm_kontact.so
|
||||
lib/kde4/kcm_kontactsummary.so
|
||||
lib/kde4/kcm_korganizer.so
|
||||
lib/kde4/kcm_kpimidentities.so
|
||||
lib/kde4/kcm_ktimetracker.so
|
||||
lib/kde4/kcm_ldap.so
|
||||
lib/kde4/kcm_pimactivity.so
|
||||
lib/kde4/kcm_sdsummary.so
|
||||
lib/kde4/kcm_todosummary.so
|
||||
lib/kde4/kjotspart.so
|
||||
lib/kde4/kmailpart.so
|
||||
lib/kde4/knodepart.so
|
||||
lib/kde4/knotes_local.so
|
||||
lib/kde4/kontact_akregatorplugin.so
|
||||
lib/kde4/kontact_journalplugin.so
|
||||
lib/kde4/kontact_kaddressbookplugin.so
|
||||
|
@ -87,10 +88,8 @@ lib/kde4/kontact_summaryplugin.so
|
|||
lib/kde4/kontact_todoplugin.so
|
||||
lib/kde4/korg_datenums.so
|
||||
lib/kde4/korg_hebrew.so
|
||||
lib/kde4/korg_journalprint.so
|
||||
lib/kde4/korg_picoftheday.so
|
||||
lib/kde4/korg_thisdayinhistory.so
|
||||
lib/kde4/korg_yearprint.so
|
||||
lib/kde4/korganizerpart.so
|
||||
lib/kde4/ktexteditorkabcbridge.so
|
||||
lib/kde4/ktimetrackerpart.so
|
||||
|
@ -123,12 +122,9 @@ lib/libcomposereditorng.so.%%KDE4_GENERIC_LIB_VERSION%%
|
|||
lib/libeventviews.so
|
||||
lib/libeventviews.so.4
|
||||
lib/libeventviews.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
lib/libfolderarchive.so
|
||||
lib/libfolderarchive.so.4
|
||||
lib/libfolderarchive.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
lib/libgrammar.so
|
||||
lib/libgrammar.so.4
|
||||
lib/libgrammar.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
lib/libfollowupreminder.so
|
||||
lib/libfollowupreminder.so.4
|
||||
lib/libfollowupreminder.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
lib/libgrantleetheme.so
|
||||
lib/libgrantleetheme.so.4
|
||||
lib/libgrantleetheme.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
|
@ -216,9 +212,9 @@ lib/libmessagelist.so.%%KDE4_GENERIC_LIB_VERSION%%
|
|||
lib/libmessageviewer.so
|
||||
lib/libmessageviewer.so.4
|
||||
lib/libmessageviewer.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
lib/libpimactivity.so
|
||||
lib/libpimactivity.so.4
|
||||
lib/libpimactivity.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
lib/libnoteshared.so
|
||||
lib/libnoteshared.so.4
|
||||
lib/libnoteshared.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
lib/libpimcommon.so
|
||||
lib/libpimcommon.so.4
|
||||
lib/libpimcommon.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
|
@ -231,7 +227,9 @@ lib/libtemplateparser.so.%%KDE4_GENERIC_LIB_VERSION%%
|
|||
man/man1/kabcclient.1.gz
|
||||
share/akonadi/agents/archivemailagent.desktop
|
||||
share/akonadi/agents/folderarchiveagent.desktop
|
||||
share/akonadi/agents/followupreminder.desktop
|
||||
share/akonadi/agents/mailfilteragent.desktop
|
||||
share/akonadi/agents/notesagent.desktop
|
||||
share/akonadi/agents/sendlateragent.desktop
|
||||
share/applications/kde4/KMail2.desktop
|
||||
share/applications/kde4/KNode.desktop
|
||||
|
@ -243,6 +241,7 @@ share/applications/kde4/blogilo.desktop
|
|||
share/applications/kde4/contactthemeeditor.desktop
|
||||
share/applications/kde4/headerthemeeditor.desktop
|
||||
share/applications/kde4/importwizard.desktop
|
||||
share/applications/kde4/kaddressbook-importer.desktop
|
||||
share/applications/kde4/kaddressbook.desktop
|
||||
share/applications/kde4/kalarm.desktop
|
||||
share/applications/kde4/kleopatra.desktop
|
||||
|
@ -256,9 +255,13 @@ share/applications/kde4/korganizer.desktop
|
|||
share/applications/kde4/ktimetracker.desktop
|
||||
share/applications/kde4/ktnef.desktop
|
||||
share/applications/kde4/mboximporter.desktop
|
||||
share/applications/kde4/pimsettingexporter.desktop
|
||||
share/applications/kde4/sieveeditor.desktop
|
||||
share/applications/kde4/storageservicemanager.desktop
|
||||
share/apps/akonadi_archivemail_agent/akonadi_archivemail_agent.notifyrc
|
||||
share/apps/akonadi_folderarchive_agent/akonadi_folderarchive_agent.notifyrc
|
||||
share/apps/akonadi_followupreminder_agent/akonadi_followupreminder_agent.notifyrc
|
||||
share/apps/akonadi_mailfilter_agent/akonadi_mailfilter_agent.notifyrc
|
||||
share/apps/akonadi_notes_agent/akonadi_notes_agent.notifyrc
|
||||
share/apps/akonadi_sendlater_agent/akonadi_sendlater_agent.notifyrc
|
||||
share/apps/akonadiconsole/akonadiconsoleui.rc
|
||||
share/apps/akregator/about/akregator.css
|
||||
|
@ -286,6 +289,8 @@ share/apps/kaddressbook/printing/themes/big-theme-example/theme.desktop
|
|||
share/apps/kaddressbook/printing/themes/big-theme-example/theme.html
|
||||
share/apps/kaddressbook/printing/themes/default/theme.desktop
|
||||
share/apps/kaddressbook/printing/themes/default/theme.html
|
||||
share/apps/kaddressbook/printing/themes/full/theme.desktop
|
||||
share/apps/kaddressbook/printing/themes/full/theme.html
|
||||
share/apps/kaddressbook/viewertemplates/default/contact.html
|
||||
share/apps/kaddressbook/viewertemplates/default/contact_embedded.html
|
||||
share/apps/kaddressbook/viewertemplates/default/contact_row.html
|
||||
|
@ -335,6 +340,7 @@ share/apps/kconf_update/kpgp-3.1-upgrade-address-data.pl
|
|||
share/apps/kconf_update/kpgp.upd
|
||||
share/apps/kconf_update/mailfilteragent.upd
|
||||
share/apps/kconf_update/migrate-kmail-filters.pl
|
||||
share/apps/kconf_update/noteglobalsettings.upd
|
||||
share/apps/kconf_update/upgrade-signature.pl
|
||||
share/apps/kconf_update/upgrade-transport.pl
|
||||
share/apps/kdepimwidgets/pics/addresseelineedit.png
|
||||
|
@ -412,7 +418,8 @@ share/apps/knode/pics/snderr.png
|
|||
share/apps/knotes/knotes_part.rc
|
||||
share/apps/knotes/knotesappui.rc
|
||||
share/apps/knotes/knotesui.rc
|
||||
share/apps/knotes/print/themes/TODO
|
||||
share/apps/knotes/print/themes/background-color/theme.desktop
|
||||
share/apps/knotes/print/themes/background-color/theme.html
|
||||
share/apps/knotes/print/themes/big-title/theme.desktop
|
||||
share/apps/knotes/print/themes/big-title/theme.html
|
||||
share/apps/knotes/print/themes/default/theme.desktop
|
||||
|
@ -539,6 +546,11 @@ share/apps/messageviewer/themes/example_fancy/header.desktop
|
|||
share/apps/messageviewer/themes/example_fancy/header.html
|
||||
share/apps/pimsettingexporter/backup-structure.txt
|
||||
share/apps/pimsettingexporter/pimsettingexporter.rc
|
||||
share/apps/sieve/scripts/copy/template.desktop
|
||||
share/apps/sieve/scripts/copy/template.txt
|
||||
share/apps/sieveeditor/sieveeditorui.rc
|
||||
share/apps/storageservicemanager/storageservicemanager.notifyrc
|
||||
share/apps/storageservicemanager/storageservicemanagerui.rc
|
||||
share/autostart/kalarm.autostart.desktop
|
||||
share/autostart/korgac.desktop
|
||||
share/config.kcfg/akregator.kcfg
|
||||
|
@ -547,7 +559,6 @@ share/config.kcfg/customtemplates_kfg.kcfg
|
|||
share/config.kcfg/kalarmconfig.kcfg
|
||||
share/config.kcfg/kjots.kcfg
|
||||
share/config.kcfg/kmail.kcfg
|
||||
share/config.kcfg/knoteconfig.kcfg
|
||||
share/config.kcfg/knotesglobalconfig.kcfg
|
||||
share/config.kcfg/kontact.kcfg
|
||||
share/config.kcfg/korganizer.kcfg
|
||||
|
@ -555,6 +566,7 @@ share/config.kcfg/templatesconfiguration_kfg.kcfg
|
|||
share/config/kaddressbook_themes.knsrc
|
||||
share/config/kmail.antispamrc
|
||||
share/config/kmail.antivirusrc
|
||||
share/config/knotes_printing_theme.knsrc
|
||||
share/config/korganizer.knsrc
|
||||
share/config/ksieve_script.knsrc
|
||||
share/config/libkleopatrarc
|
||||
|
@ -578,10 +590,12 @@ share/doc/HTML/en/akonadi_archivemail_agent/common
|
|||
share/doc/HTML/en/akonadi_archivemail_agent/configure-archive-mail-agent.png
|
||||
share/doc/HTML/en/akonadi_archivemail_agent/index.cache.bz2
|
||||
share/doc/HTML/en/akonadi_archivemail_agent/index.docbook
|
||||
share/doc/HTML/en/akonadi_folderarchive_agent/common
|
||||
share/doc/HTML/en/akonadi_folderarchive_agent/folderarchiveagent.png
|
||||
share/doc/HTML/en/akonadi_folderarchive_agent/index.cache.bz2
|
||||
share/doc/HTML/en/akonadi_folderarchive_agent/index.docbook
|
||||
share/doc/HTML/en/akonadi_followupreminder_agent/common
|
||||
share/doc/HTML/en/akonadi_followupreminder_agent/index.cache.bz2
|
||||
share/doc/HTML/en/akonadi_followupreminder_agent/index.docbook
|
||||
share/doc/HTML/en/akonadi_notes_agent/common
|
||||
share/doc/HTML/en/akonadi_notes_agent/index.cache.bz2
|
||||
share/doc/HTML/en/akonadi_notes_agent/index.docbook
|
||||
share/doc/HTML/en/akonadi_sendlater_agent/common
|
||||
share/doc/HTML/en/akonadi_sendlater_agent/index.cache.bz2
|
||||
share/doc/HTML/en/akonadi_sendlater_agent/index.docbook
|
||||
|
@ -620,6 +634,9 @@ 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/contactthemeeditor/common
|
||||
share/doc/HTML/en/contactthemeeditor/index.cache.bz2
|
||||
share/doc/HTML/en/contactthemeeditor/index.docbook
|
||||
share/doc/HTML/en/headerthemeeditor/common
|
||||
share/doc/HTML/en/headerthemeeditor/index.cache.bz2
|
||||
share/doc/HTML/en/headerthemeeditor/index.docbook
|
||||
|
@ -825,6 +842,9 @@ share/doc/HTML/en/pimsettingexporter/common
|
|||
share/doc/HTML/en/pimsettingexporter/index.cache.bz2
|
||||
share/doc/HTML/en/pimsettingexporter/index.docbook
|
||||
share/doc/HTML/en/pimsettingexporter/pimsettingexporter.png
|
||||
share/doc/HTML/en/sieveeditor/common
|
||||
share/doc/HTML/en/sieveeditor/index.cache.bz2
|
||||
share/doc/HTML/en/sieveeditor/index.docbook
|
||||
share/icons/hicolor/128x128/actions/upload-media.png
|
||||
share/icons/hicolor/128x128/apps/akonadiconsole.png
|
||||
share/icons/hicolor/128x128/apps/akregator.png
|
||||
|
@ -858,6 +878,8 @@ 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/kdepim-dropbox.png
|
||||
share/icons/hicolor/16x16/apps/kdepim-googledrive.png
|
||||
share/icons/hicolor/16x16/apps/kjots.png
|
||||
share/icons/hicolor/16x16/apps/kleopatra.png
|
||||
share/icons/hicolor/16x16/apps/kmail.png
|
||||
|
@ -882,6 +904,8 @@ 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/kalarm.png
|
||||
share/icons/hicolor/22x22/apps/kdepim-dropbox.png
|
||||
share/icons/hicolor/22x22/apps/kdepim-googledrive.png
|
||||
share/icons/hicolor/22x22/apps/kjots.png
|
||||
share/icons/hicolor/22x22/apps/kleopatra.png
|
||||
share/icons/hicolor/22x22/apps/kmail.png
|
||||
|
@ -903,6 +927,8 @@ 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/kdepim-dropbox.png
|
||||
share/icons/hicolor/32x32/apps/kdepim-googledrive.png
|
||||
share/icons/hicolor/32x32/apps/kjots.png
|
||||
share/icons/hicolor/32x32/apps/kleopatra.png
|
||||
share/icons/hicolor/32x32/apps/kmail.png
|
||||
|
@ -921,6 +947,8 @@ 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/kdepim-dropbox.png
|
||||
share/icons/hicolor/48x48/apps/kdepim-googledrive.png
|
||||
share/icons/hicolor/48x48/apps/kjots.png
|
||||
share/icons/hicolor/48x48/apps/kleopatra.png
|
||||
share/icons/hicolor/48x48/apps/kmail.png
|
||||
|
@ -997,14 +1025,13 @@ share/kde4/services/akregator_mk4storage_plugin.desktop
|
|||
share/kde4/services/akregator_part.desktop
|
||||
share/kde4/services/akregator_sharemicroblog_plugin.desktop
|
||||
share/kde4/services/feed.protocol
|
||||
share/kde4/services/grammar_link.desktop
|
||||
share/kde4/services/kaddressbookpart.desktop
|
||||
share/kde4/services/kcm_kpimidentities.desktop
|
||||
share/kde4/services/kcmapptsummary.desktop
|
||||
share/kde4/services/kcmkmailsummary.desktop
|
||||
share/kde4/services/kcmknotessummary.desktop
|
||||
share/kde4/services/kcmkontactsummary.desktop
|
||||
share/kde4/services/kcmldap.desktop
|
||||
share/kde4/services/kcmpimactivity.desktop
|
||||
share/kde4/services/kcmsdsummary.desktop
|
||||
share/kde4/services/kcmtodosummary.desktop
|
||||
share/kde4/services/kjots_config_misc.desktop
|
||||
|
@ -1032,8 +1059,10 @@ share/kde4/services/knode_config_post_news.desktop
|
|||
share/kde4/services/knode_config_privacy.desktop
|
||||
share/kde4/services/knode_config_read_news.desktop
|
||||
share/kde4/services/knote_config_action.desktop
|
||||
share/kde4/services/knote_config_collection.desktop
|
||||
share/kde4/services/knote_config_display.desktop
|
||||
share/kde4/services/knote_config_editor.desktop
|
||||
share/kde4/services/knote_config_misc.desktop
|
||||
share/kde4/services/knote_config_network.desktop
|
||||
share/kde4/services/knote_config_print.desktop
|
||||
share/kde4/services/kontact/akregatorplugin.desktop
|
||||
|
@ -1050,10 +1079,8 @@ share/kde4/services/kontact/todoplugin.desktop
|
|||
share/kde4/services/kontactconfig.desktop
|
||||
share/kde4/services/korganizer/datenums.desktop
|
||||
share/kde4/services/korganizer/hebrew.desktop
|
||||
share/kde4/services/korganizer/journalprint.desktop
|
||||
share/kde4/services/korganizer/picoftheday.desktop
|
||||
share/kde4/services/korganizer/thisdayinhistory.desktop
|
||||
share/kde4/services/korganizer/yearprint.desktop
|
||||
share/kde4/services/korganizer_configcolorsandfonts.desktop
|
||||
share/kde4/services/korganizer_configdesignerfields.desktop
|
||||
share/kde4/services/korganizer_configfreebusy.desktop
|
||||
|
@ -1065,8 +1092,6 @@ share/kde4/services/korganizer_configviews.desktop
|
|||
share/kde4/services/korganizer_part.desktop
|
||||
share/kde4/services/kresources/kcal/blog.desktop
|
||||
share/kde4/services/kresources/kcal/remote.desktop
|
||||
share/kde4/services/kresources/knotes/local.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
|
||||
|
@ -1077,159 +1102,4 @@ share/kde4/servicetypes/calendardecoration.desktop
|
|||
share/kde4/servicetypes/calendarplugin.desktop
|
||||
share/kde4/servicetypes/dbuscalendar.desktop
|
||||
share/kde4/servicetypes/dbusmail.desktop
|
||||
share/kde4/servicetypes/korganizerpart.desktop
|
||||
share/kde4/servicetypes/korgprintplugin.desktop
|
||||
share/ontology/kde/messagetag.ontology
|
||||
share/ontology/kde/messagetag.trig
|
||||
share/polkit-1/actions/org.kde.kalarmrtcwake.policy
|
||||
@dirrmtry share/ontology/kde
|
||||
@dirrmtry share/ontology
|
||||
@dirrm share/kde4/services/kresources/knotes
|
||||
@dirrm share/kde4/services/korganizer
|
||||
@dirrm share/kde4/services/kontact
|
||||
@dirrmtry share/icons/oxygen/512x512/mimetypes
|
||||
@dirrmtry share/icons/oxygen/512x512
|
||||
@dirrmtry share/icons/locolor/32x32/apps
|
||||
@dirrmtry share/icons/locolor/32x32
|
||||
@dirrmtry share/icons/locolor/16x16/apps
|
||||
@dirrmtry share/icons/locolor/16x16/actions
|
||||
@dirrmtry share/icons/locolor/16x16
|
||||
@dirrmtry share/icons/locolor
|
||||
@dirrm share/doc/HTML/en/pimsettingexporter
|
||||
@dirrm share/doc/HTML/en/kwatchgnupg
|
||||
@dirrm share/doc/HTML/en/ktnef
|
||||
@dirrm share/doc/HTML/en/ktimetracker
|
||||
@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/kmailcvt
|
||||
@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/kabcclient
|
||||
@dirrm share/doc/HTML/en/importwizard
|
||||
@dirrm share/doc/HTML/en/headerthemeeditor
|
||||
@dirrm share/doc/HTML/en/blogilo
|
||||
@dirrm share/doc/HTML/en/akregator
|
||||
@dirrm share/doc/HTML/en/akonadi_sendlater_agent
|
||||
@dirrm share/doc/HTML/en/akonadi_folderarchive_agent
|
||||
@dirrm share/doc/HTML/en/akonadi_archivemail_agent
|
||||
@dirrm share/apps/pimsettingexporter
|
||||
@dirrm share/apps/messageviewer/themes/example_fancy
|
||||
@dirrm share/apps/messageviewer/themes/example
|
||||
@dirrm share/apps/messageviewer/themes
|
||||
@dirrm share/apps/messageviewer/plugins/bodypartformatter
|
||||
@dirrm share/apps/messageviewer/plugins
|
||||
@dirrm share/apps/messageviewer/about
|
||||
@dirrm share/apps/messageviewer
|
||||
@dirrm share/apps/messagelist/pics
|
||||
@dirrm share/apps/messagelist
|
||||
@dirrm share/apps/libmessageviewer/pics
|
||||
@dirrm share/apps/libmessageviewer
|
||||
@dirrm share/apps/libkleopatra/pics
|
||||
@dirrm share/apps/libkleopatra
|
||||
@dirrm share/apps/kwatchgnupg/pics
|
||||
@dirrm share/apps/kwatchgnupg
|
||||
@dirrm share/apps/ktnef
|
||||
@dirrm share/apps/ktimetracker/pics
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor/scalable/actions
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor/scalable
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor/64x64/actions
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor/64x64
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor/48x48/actions
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor/48x48
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor/32x32/actions
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor/32x32
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor/22x22/actions
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor/22x22
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor/16x16/actions
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor/16x16
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor/128x128/actions
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor/128x128
|
||||
@dirrm share/apps/ktimetracker/icons/hicolor
|
||||
@dirrm share/apps/ktimetracker/icons
|
||||
@dirrm share/apps/ktimetracker
|
||||
@dirrm share/apps/korganizer/sounds
|
||||
@dirrm share/apps/korganizer
|
||||
@dirrm share/apps/korgac/icons/hicolor/scalable/apps
|
||||
@dirrm share/apps/korgac/icons/hicolor/scalable
|
||||
@dirrm share/apps/korgac/icons/hicolor/64x64/apps
|
||||
@dirrm share/apps/korgac/icons/hicolor/64x64
|
||||
@dirrm share/apps/korgac/icons/hicolor/32x32/apps
|
||||
@dirrm share/apps/korgac/icons/hicolor/32x32
|
||||
@dirrm share/apps/korgac/icons/hicolor/256x256/apps
|
||||
@dirrm share/apps/korgac/icons/hicolor/256x256
|
||||
@dirrm share/apps/korgac/icons/hicolor/22x22/apps
|
||||
@dirrm share/apps/korgac/icons/hicolor/22x22
|
||||
@dirrm share/apps/korgac/icons/hicolor/16x16/apps
|
||||
@dirrm share/apps/korgac/icons/hicolor/16x16
|
||||
@dirrm share/apps/korgac/icons/hicolor/128x128/apps
|
||||
@dirrm share/apps/korgac/icons/hicolor/128x128
|
||||
@dirrm share/apps/korgac/icons/hicolor
|
||||
@dirrm share/apps/korgac/icons
|
||||
@dirrm share/apps/korgac
|
||||
@dirrm share/apps/kontactsummary
|
||||
@dirrm share/apps/kontact/ksettingsdialog
|
||||
@dirrm share/apps/kontact/about
|
||||
@dirrm share/apps/kontact
|
||||
@dirrm share/apps/knotes/print/themes/default
|
||||
@dirrm share/apps/knotes/print/themes/big-title
|
||||
@dirrm share/apps/knotes/print/themes
|
||||
@dirrm share/apps/knotes/print
|
||||
@dirrm share/apps/knotes
|
||||
@dirrm share/apps/knode/pics
|
||||
@dirrm share/apps/knode/filters
|
||||
@dirrm share/apps/knode
|
||||
@dirrm share/apps/kmailcvt/pics
|
||||
@dirrm share/apps/kmailcvt
|
||||
@dirrm share/apps/kmail2/pics
|
||||
@dirrm share/apps/kmail2/about
|
||||
@dirrm share/apps/kmail2
|
||||
@dirrm share/apps/kleopatra/pics
|
||||
@dirrm share/apps/kleopatra
|
||||
@dirrm share/apps/kjots/themes/xml_output
|
||||
@dirrm share/apps/kjots/themes/plain_text
|
||||
@dirrm share/apps/kjots/themes/other
|
||||
@dirrm share/apps/kjots/themes/default
|
||||
@dirrm share/apps/kjots/themes
|
||||
@dirrm share/apps/kjots
|
||||
@dirrm share/apps/kdepimwidgets/pics
|
||||
@dirrm share/apps/kdepimwidgets
|
||||
@dirrm share/apps/kalarm/icons/oxygen/22x22/actions
|
||||
@dirrm share/apps/kalarm/icons/oxygen/22x22
|
||||
@dirrm share/apps/kalarm/icons/oxygen/16x16/actions
|
||||
@dirrm share/apps/kalarm/icons/oxygen/16x16
|
||||
@dirrm share/apps/kalarm/icons/oxygen
|
||||
@dirrm share/apps/kalarm/icons
|
||||
@dirrm share/apps/kalarm
|
||||
@dirrm share/apps/kaddressbook/viewertemplates/default
|
||||
@dirrm share/apps/kaddressbook/viewertemplates
|
||||
@dirrm share/apps/kaddressbook/printing/themes/default
|
||||
@dirrm share/apps/kaddressbook/printing/themes/big-theme-example
|
||||
@dirrm share/apps/kaddressbook/printing/themes
|
||||
@dirrm share/apps/kaddressbook/printing
|
||||
@dirrm share/apps/kaddressbook
|
||||
@dirrm share/apps/headerthemeeditor
|
||||
@dirrm share/apps/contactthemeeditor
|
||||
@dirrm share/apps/composereditor
|
||||
@dirrm share/apps/blogilo
|
||||
@dirrm share/apps/akregator_sharemicroblog_plugin
|
||||
@dirrmtry share/apps/akregator/pics
|
||||
@dirrm share/apps/akregator/about
|
||||
@dirrmtry share/apps/akregator
|
||||
@dirrmtry share/apps/akonadiconsole
|
||||
@dirrm share/apps/akonadi_sendlater_agent
|
||||
@dirrm share/apps/akonadi_mailfilter_agent
|
||||
@dirrm share/apps/akonadi_folderarchive_agent
|
||||
@dirrm share/apps/akonadi_archivemail_agent
|
||||
@dirrmtry share/akonadi/agents
|
||||
@dirrmtry share/akonadi
|
||||
@dirrmtry lib/kde4/plugins/accessible
|
||||
@dirrmtry lib/akonadi/contact/editorpageplugins
|
||||
@dirrmtry lib/akonadi/contact
|
||||
@dirrmtry lib/akonadi
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
|
||||
PORTNAME= kdepimlibs
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Libraries for KDE-PIM applications
|
||||
COMMENT= KDE PIM Libraries
|
||||
|
||||
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
|
||||
LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \
|
||||
libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \
|
||||
libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
||||
|
@ -19,10 +19,8 @@ LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \
|
|||
libprison.so:${PORTSDIR}/graphics/prison \
|
||||
libqjson.so:${PORTSDIR}/devel/qjson
|
||||
|
||||
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
|
||||
|
||||
USE_KDE4= kdelibs akonadi kdeprefix kdehier \
|
||||
automoc4 nepomuk-core ontologies soprano
|
||||
USE_KDE4= kdelibs akonadi kdeprefix \
|
||||
automoc4 ontologies soprano
|
||||
USES= cmake:outsource shared-mime-info tar:xz
|
||||
USE_OPENLDAP= yes
|
||||
USE_QT4= corelib dbus declarative designer_build gui network sql xml \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kdepimlibs-4.12.5.tar.xz) = c6749903bcf46df07e419c02c42c6a8a32f29778de190a83c7f3ad0b7b335f22
|
||||
SIZE (KDE/4.12.5/kdepimlibs-4.12.5.tar.xz) = 2763532
|
||||
SHA256 (KDE/4.14.2/kdepimlibs-4.14.2.tar.xz) = d35b6343ffadbfaa561bed3d16fd0a449303c7f4c86366b5428d34a5df7db79d
|
||||
SIZE (KDE/4.14.2/kdepimlibs-4.14.2.tar.xz) = 2788976
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
This module includes libraries that are central to the development and
|
||||
execution of a KDE-PIM application.
|
||||
A set of libraries from the KDE Personal Information Management project.
|
||||
|
||||
The KDE-PIM project aims to bring together those who wish to help design,
|
||||
implement, test, etc. anything that's to do with personal information
|
||||
management.
|
||||
|
||||
This rather broad scope encompasses mail clients, addressbooks, usenet news,
|
||||
scheduling and even sticky notes.
|
||||
|
||||
WWW: http://www.kde.org/
|
||||
WWW: http://www.kde.org/
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin/akonadi2xml
|
||||
bin/akonaditest
|
||||
include/KDE/Akonadi/AgentBase
|
||||
include/KDE/Akonadi/AgentFactory
|
||||
include/KDE/Akonadi/AgentFilterProxyModel
|
||||
|
@ -12,6 +13,7 @@ include/KDE/Akonadi/AgentTypeDialog
|
|||
include/KDE/Akonadi/AgentTypeModel
|
||||
include/KDE/Akonadi/AgentTypeWidget
|
||||
include/KDE/Akonadi/Attribute
|
||||
include/KDE/Akonadi/AttributeEntity
|
||||
include/KDE/Akonadi/AttributeFactory
|
||||
include/KDE/Akonadi/CachePolicy
|
||||
include/KDE/Akonadi/Calendar/BlockAlarmsAttribute
|
||||
|
@ -78,6 +80,7 @@ include/KDE/Akonadi/Control
|
|||
include/KDE/Akonadi/DBusConnectionPool
|
||||
include/KDE/Akonadi/ETMViewStateSaver
|
||||
include/KDE/Akonadi/Entity
|
||||
include/KDE/Akonadi/EntityAnnotationsAttribute
|
||||
include/KDE/Akonadi/EntityDisplayAttribute
|
||||
include/KDE/Akonadi/EntityHiddenAttribute
|
||||
include/KDE/Akonadi/EntityListView
|
||||
|
@ -125,12 +128,24 @@ include/KDE/Akonadi/RecursiveCollectionFilterProxyModel
|
|||
include/KDE/Akonadi/RecursiveItemFetchJob
|
||||
include/KDE/Akonadi/ResourceBase
|
||||
include/KDE/Akonadi/SearchCreateJob
|
||||
include/KDE/Akonadi/SearchQuery
|
||||
include/KDE/Akonadi/ServerManager
|
||||
include/KDE/Akonadi/Session
|
||||
include/KDE/Akonadi/SocialUtils/ImageProvider
|
||||
include/KDE/Akonadi/SocialUtils/SocialFeedItem
|
||||
include/KDE/Akonadi/SocialUtils/SocialNetworkAttributes
|
||||
include/KDE/Akonadi/StandardActionManager
|
||||
include/KDE/Akonadi/Tag
|
||||
include/KDE/Akonadi/TagAttribute
|
||||
include/KDE/Akonadi/TagCreateJob
|
||||
include/KDE/Akonadi/TagDeleteJob
|
||||
include/KDE/Akonadi/TagFetchJob
|
||||
include/KDE/Akonadi/TagFetchScope
|
||||
include/KDE/Akonadi/TagManagementDialog
|
||||
include/KDE/Akonadi/TagModel
|
||||
include/KDE/Akonadi/TagModifyJob
|
||||
include/KDE/Akonadi/TagSelectionDialog
|
||||
include/KDE/Akonadi/TagWidget
|
||||
include/KDE/Akonadi/TransactionBeginJob
|
||||
include/KDE/Akonadi/TransactionCommitJob
|
||||
include/KDE/Akonadi/TransactionRollbackJob
|
||||
|
@ -457,6 +472,7 @@ include/akonadi/agenttypemodel.h
|
|||
include/akonadi/agenttypewidget.h
|
||||
include/akonadi/akonadi_export.h
|
||||
include/akonadi/attribute.h
|
||||
include/akonadi/attributeentity.h
|
||||
include/akonadi/attributefactory.h
|
||||
include/akonadi/cachepolicy.h
|
||||
include/akonadi/cachepolicypage.h
|
||||
|
@ -531,6 +547,7 @@ include/akonadi/control.h
|
|||
include/akonadi/dbusconnectionpool.h
|
||||
include/akonadi/differencesalgorithminterface.h
|
||||
include/akonadi/entity.h
|
||||
include/akonadi/entityannotationsattribute.h
|
||||
include/akonadi/entitydeletedattribute.h
|
||||
include/akonadi/entitydisplayattribute.h
|
||||
include/akonadi/entityhiddenattribute.h
|
||||
|
@ -598,6 +615,7 @@ include/akonadi/resourcebasesettings.h
|
|||
include/akonadi/resourcesettings.h
|
||||
include/akonadi/resourcesynchronizationjob.h
|
||||
include/akonadi/searchcreatejob.h
|
||||
include/akonadi/searchquery.h
|
||||
include/akonadi/selectionproxymodel.h
|
||||
include/akonadi/servermanager.h
|
||||
include/akonadi/session.h
|
||||
|
@ -610,6 +628,17 @@ include/akonadi/specialcollectionsdiscoveryjob.h
|
|||
include/akonadi/specialcollectionsrequestjob.h
|
||||
include/akonadi/standardactionmanager.h
|
||||
include/akonadi/statisticsproxymodel.h
|
||||
include/akonadi/tag.h
|
||||
include/akonadi/tagattribute.h
|
||||
include/akonadi/tagcreatejob.h
|
||||
include/akonadi/tagdeletejob.h
|
||||
include/akonadi/tagfetchjob.h
|
||||
include/akonadi/tagfetchscope.h
|
||||
include/akonadi/tagmanagementdialog.h
|
||||
include/akonadi/tagmodel.h
|
||||
include/akonadi/tagmodifyjob.h
|
||||
include/akonadi/tagselectiondialog.h
|
||||
include/akonadi/tagwidget.h
|
||||
include/akonadi/transactionjobs.h
|
||||
include/akonadi/transactionsequence.h
|
||||
include/akonadi/transportresourcebase.h
|
||||
|
@ -1054,6 +1083,7 @@ lib/cmake/KdepimLibs/KdepimLibsConfig.cmake
|
|||
lib/cmake/KdepimLibs/KdepimLibsConfigVersion.cmake
|
||||
lib/gpgmepp/GpgmeppConfig.cmake
|
||||
lib/gpgmepp/GpgmeppLibraryDepends.cmake
|
||||
lib/kde4/akonadi_knut_resource.so
|
||||
lib/kde4/akonadi_serializer_socialfeeditem.so
|
||||
lib/kde4/kabc_directory.so
|
||||
lib/kde4/kabc_file.so
|
||||
|
@ -1176,6 +1206,7 @@ lib/libqgpgme.so.1.0.1
|
|||
lib/libsyndication.so
|
||||
lib/libsyndication.so.4
|
||||
lib/libsyndication.so.%%KDE4_GENERIC_LIB_VERSION%%
|
||||
share/akonadi/agents/knutresource.desktop
|
||||
share/apps/akonadi-kde/kcfg2dbus.xsl
|
||||
share/apps/akonadi/akonadi-xml.xsd
|
||||
share/apps/akonadi/contact/data/zone.tab
|
||||
|
@ -1192,6 +1223,7 @@ share/apps/akonadi/contact/icons/oxygen/16x16/apps/sms_protocol.png
|
|||
share/apps/akonadi/contact/icons/oxygen/16x16/apps/yahoo_protocol.png
|
||||
share/apps/akonadi/contact/pics/world.jpg
|
||||
share/apps/akonadi/plugins/serializer/akonadi_serializer_socialfeeditem.desktop
|
||||
share/apps/akonadi_knut_resource/knut-template.xml
|
||||
share/apps/cmake/modules/AkonadiMacros.cmake
|
||||
share/apps/cmake/modules/CheckTimezone.cmake
|
||||
share/apps/cmake/modules/FindGpgme.cmake
|
||||
|
@ -1218,6 +1250,7 @@ share/apps/libkholidays/plan2/holiday_ba-srp_sr
|
|||
share/apps/libkholidays/plan2/holiday_ba-srp_sr@ijekavian
|
||||
share/apps/libkholidays/plan2/holiday_ba-srp_sr@ijekavianlatin
|
||||
share/apps/libkholidays/plan2/holiday_ba-srp_sr@latin
|
||||
share/apps/libkholidays/plan2/holiday_bb_en-gb
|
||||
share/apps/libkholidays/plan2/holiday_be_fr
|
||||
share/apps/libkholidays/plan2/holiday_be_nl
|
||||
share/apps/libkholidays/plan2/holiday_be_wa
|
||||
|
@ -1252,6 +1285,7 @@ share/apps/libkholidays/plan2/holiday_gb-sct_en-gb
|
|||
share/apps/libkholidays/plan2/holiday_gf_fr
|
||||
share/apps/libkholidays/plan2/holiday_gp_fr
|
||||
share/apps/libkholidays/plan2/holiday_gr_el
|
||||
share/apps/libkholidays/plan2/holiday_gr_el_nameday
|
||||
share/apps/libkholidays/plan2/holiday_gt_es
|
||||
share/apps/libkholidays/plan2/holiday_hk_en-gb
|
||||
share/apps/libkholidays/plan2/holiday_hk_zh-cn
|
||||
|
@ -1387,91 +1421,3 @@ share/kde4/servicetypes/kresources_manager.desktop
|
|||
share/kde4/servicetypes/kresources_plugin.desktop
|
||||
share/mime/packages/kdepimlibs-mime.xml
|
||||
share/mime/packages/x-vnd.akonadi.socialfeeditem.xml
|
||||
@dirrm share/kde4/services/akonadi/contact
|
||||
@dirrmtry share/kde4/services/akonadi
|
||||
@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/plan2
|
||||
@dirrm share/apps/libkholidays
|
||||
@dirrm share/apps/akonadi/plugins/serializer
|
||||
@dirrm share/apps/akonadi/plugins
|
||||
@dirrm share/apps/akonadi/contact/pics
|
||||
@dirrm share/apps/akonadi/contact/icons/oxygen/16x16/apps
|
||||
@dirrm share/apps/akonadi/contact/icons/oxygen/16x16
|
||||
@dirrm share/apps/akonadi/contact/icons/oxygen
|
||||
@dirrm share/apps/akonadi/contact/icons
|
||||
@dirrm share/apps/akonadi/contact/data
|
||||
@dirrm share/apps/akonadi/contact
|
||||
@dirrm share/apps/akonadi-kde
|
||||
@dirrmtry share/apps/akonadi
|
||||
@dirrm lib/gpgmepp
|
||||
@dirrm lib/cmake/KdepimLibs
|
||||
@dirrmtry lib/cmake
|
||||
@dirrm include/syndication/rss2
|
||||
@dirrm include/syndication/rdf
|
||||
@dirrm include/syndication/atom
|
||||
@dirrm include/syndication
|
||||
@dirrm include/qgpgme
|
||||
@dirrm include/microblog
|
||||
@dirrm include/mailtransport
|
||||
@dirrm include/kxmlrpcclient
|
||||
@dirrm include/ktnef
|
||||
@dirrm include/kresources
|
||||
@dirrm include/kpimutils
|
||||
@dirrm include/kpimtextedit
|
||||
@dirrm include/kpimidentities
|
||||
@dirrm include/kontactinterface
|
||||
@dirrm include/kmime
|
||||
@dirrm include/kmbox
|
||||
@dirrm include/kldap
|
||||
@dirrm include/kimap
|
||||
@dirrm include/kholidays
|
||||
@dirrm include/kcalutils
|
||||
@dirrm include/kcalcore
|
||||
@dirrm include/kcal
|
||||
@dirrm include/kblog
|
||||
@dirrm include/kalarmcal
|
||||
@dirrm include/kabc
|
||||
@dirrm include/gpgme++/interfaces
|
||||
@dirrm include/gpgme++
|
||||
@dirrm include/akonadi/xml
|
||||
@dirrmtry include/akonadi/socialutils
|
||||
@dirrmtry include/akonadi/private
|
||||
@dirrm include/akonadi/notes
|
||||
@dirrm include/akonadi/kmime
|
||||
@dirrm include/akonadi/kcal
|
||||
@dirrm include/akonadi/kabc
|
||||
@dirrm include/akonadi/contact
|
||||
@dirrm include/akonadi/calendar
|
||||
@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/KCalUtils
|
||||
@dirrm include/KDE/KCalCore
|
||||
@dirrm include/KDE/KCal
|
||||
@dirrm include/KDE/KBlog
|
||||
@dirrm include/KDE/KAlarmCal
|
||||
@dirrm include/KDE/KABC
|
||||
@dirrm include/KDE/Akonadi/SocialUtils
|
||||
@dirrm include/KDE/Akonadi/Notes
|
||||
@dirrm include/KDE/Akonadi/KMime
|
||||
@dirrm include/KDE/Akonadi/KCal
|
||||
@dirrm include/KDE/Akonadi/Contact
|
||||
@dirrm include/KDE/Akonadi/Calendar
|
||||
@dirrm include/KDE/Akonadi
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
PORTNAME= kdeplasma-addons
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -19,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2
|
|||
|
||||
CONFLICTS_INSTALL= plasma-applet-icontasks-0.[89].*
|
||||
|
||||
USE_KDE4= kdehier kdelibs kdeprefix libkexiv2 pimlibs workspace \
|
||||
USE_KDE4= kdelibs kdeprefix libkexiv2 pimlibs workspace \
|
||||
akonadi attica automoc4 qimageblitz soprano
|
||||
USES= cmake:outsource pkgconfig shared-mime-info tar:xz
|
||||
USE_QT4= corelib dbus declarative gui network script sql webkit \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/4.12.5/kdeplasma-addons-4.12.5.tar.xz) = ee6f5ee9fe51db08d96beb1754ab6ce64f455e3e91c77cfe25f55eef35e3d511
|
||||
SIZE (KDE/4.12.5/kdeplasma-addons-4.12.5.tar.xz) = 1758720
|
||||
SHA256 (KDE/4.14.2/kdeplasma-addons-4.14.2.tar.xz) = 85656b9c4a709629563d14ca2371e7544f38366c3e54af4c8ddaaf9d500d201b
|
||||
SIZE (KDE/4.14.2/kdeplasma-addons-4.14.2.tar.xz) = 1791152
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
This port provides additional plasmoids for KDE
|
||||
|
||||
WWW: http://www.kde.org/
|
||||
WWW: http://www.kde.org/
|
||||
|
|
|
@ -616,78 +616,3 @@ share/kde4/services/wcpotdprovider.desktop
|
|||
share/kde4/servicetypes/plasma_comicprovider.desktop
|
||||
share/kde4/servicetypes/plasma_potdprovider.desktop
|
||||
share/mime/packages/lancelotpart-mime.xml
|
||||
@dirrm share/apps/rssnow
|
||||
@dirrm share/apps/plasmaboard
|
||||
@dirrm share/apps/plasma_wallpaper_pattern/patterns
|
||||
@dirrm share/apps/plasma_wallpaper_pattern
|
||||
@dirrm share/apps/plasma_pastebin
|
||||
@dirrm share/apps/plasma/wallpapers/org.kde.hunyango/contents/ui
|
||||
@dirrm share/apps/plasma/wallpapers/org.kde.hunyango/contents
|
||||
@dirrm share/apps/plasma/wallpapers/org.kde.hunyango
|
||||
@dirrm share/apps/plasma/wallpapers/org.kde.haenau/contents/ui
|
||||
@dirrm share/apps/plasma/wallpapers/org.kde.haenau/contents
|
||||
@dirrm share/apps/plasma/wallpapers/org.kde.haenau
|
||||
@dirrm share/apps/plasma/wallpapers/org.kde.animals/contents/ui
|
||||
@dirrm share/apps/plasma/wallpapers/org.kde.animals/contents
|
||||
@dirrm share/apps/plasma/wallpapers/org.kde.animals
|
||||
@dirrm share/apps/plasma/wallpapers
|
||||
@dirrm share/apps/plasma/plasmoids/nowplaying/contents/ui
|
||||
@dirrm share/apps/plasma/plasmoids/nowplaying/contents/theme/nowplaying
|
||||
@dirrm share/apps/plasma/plasmoids/nowplaying/contents/theme
|
||||
@dirrm share/apps/plasma/plasmoids/nowplaying/contents/config
|
||||
@dirrm share/apps/plasma/plasmoids/nowplaying/contents/code
|
||||
@dirrm share/apps/plasma/plasmoids/nowplaying/contents
|
||||
@dirrm share/apps/plasma/plasmoids/nowplaying
|
||||
@dirrm share/apps/plasma/plasmoids/konsoleprofiles/contents/ui
|
||||
@dirrm share/apps/plasma/plasmoids/konsoleprofiles/contents
|
||||
@dirrm share/apps/plasma/plasmoids/konsoleprofiles
|
||||
@dirrm share/apps/plasma/plasmoids/konqprofiles/contents/ui
|
||||
@dirrm share/apps/plasma/plasmoids/konqprofiles/contents
|
||||
@dirrm share/apps/plasma/plasmoids/konqprofiles
|
||||
@dirrm share/apps/plasma/plasmoids/calculator/contents/ui
|
||||
@dirrm share/apps/plasma/plasmoids/calculator/contents
|
||||
@dirrm share/apps/plasma/plasmoids/calculator
|
||||
@dirrm share/apps/plasma/packages/org.kde.weather/contents/ui
|
||||
@dirrm share/apps/plasma/packages/org.kde.weather/contents
|
||||
@dirrm share/apps/plasma/packages/org.kde.weather
|
||||
@dirrm share/apps/plasma/packages/org.kde.lcdweather/contents/ui
|
||||
@dirrm share/apps/plasma/packages/org.kde.lcdweather/contents
|
||||
@dirrm share/apps/plasma/packages/org.kde.lcdweather
|
||||
@dirrm share/apps/plasma/packages/org.kde.comic/contents/ui
|
||||
@dirrm share/apps/plasma/packages/org.kde.comic/contents
|
||||
@dirrm share/apps/plasma/packages/org.kde.comic
|
||||
@dirrm share/apps/plasma-applet-opendesktop-activities
|
||||
@dirrm share/apps/plasma-applet-opendesktop
|
||||
@dirrm share/apps/plasma-applet-frame
|
||||
@dirrm share/apps/lancelot
|
||||
@dirrm share/apps/kdeplasma-addons
|
||||
@dirrm share/apps/desktoptheme/slim-glow/lancelot
|
||||
@dirrmtry share/apps/desktoptheme/slim-glow
|
||||
@dirrm share/apps/desktoptheme/oxygen/lancelot
|
||||
@dirrmtry share/apps/desktoptheme/oxygen
|
||||
@dirrm share/apps/desktoptheme/default/weatherstation
|
||||
@dirrm share/apps/desktoptheme/default/weather
|
||||
@dirrm share/apps/desktoptheme/default/stylesheets
|
||||
@dirrm share/apps/desktoptheme/default/rssnow
|
||||
@dirrm share/apps/desktoptheme/default/lancelot
|
||||
@dirrm share/apps/desktoptheme/default/icontasks
|
||||
@dirrm share/apps/desktoptheme/default/fifteenPuzzle
|
||||
@dirrm share/apps/desktoptheme/default/bubblemon
|
||||
@dirrm share/apps/desktoptheme/Tibanna/lancelot
|
||||
@dirrmtry share/apps/desktoptheme/Tibanna
|
||||
@dirrm share/apps/desktoptheme/Produkt/lancelot
|
||||
@dirrmtry share/apps/desktoptheme/Produkt
|
||||
@dirrm share/apps/desktoptheme/Aya/lancelot
|
||||
@dirrmtry share/apps/desktoptheme/Aya
|
||||
@dirrm share/apps/desktoptheme/Androbit/lancelot
|
||||
@dirrmtry share/apps/desktoptheme/Androbit
|
||||
@dirrmtry share/apps/cmake/modules
|
||||
@dirrmtry share/apps/cmake
|
||||
@dirrm share/apps/bball
|
||||
@dirrm include/lancelot/widgets
|
||||
@dirrm include/lancelot/models
|
||||
@dirrm include/lancelot/layouts
|
||||
@dirrm include/lancelot-datamodels
|
||||
@dirrm include/lancelot
|
||||
@dirrm include/KDE/Lancelot/Models
|
||||
@dirrm include/KDE/Lancelot
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
PORTNAME= kruler
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
@ -10,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION}
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= KDE 4 screen ruler
|
||||
|
||||
USE_KDE4= kdehier kdelibs kdeprefix automoc4
|
||||
USE_KDE4= kdelibs kdeprefix automoc4
|
||||
USES= cmake:outsource tar:xz
|
||||
USE_QT4= moc_build qmake_build rcc_build uic_build
|
||||
USE_XORG= x11
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue