diff options
author | Will Andrews <will@FreeBSD.org> | 2001-08-15 12:43:08 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-08-15 12:43:08 +0000 |
commit | 3901adbb04b4df3e0a5076ff5dcdf7cac3a7b4de (patch) | |
tree | ddb3166c7c0ea212f40e1b9a963bac46eeda6964 /deskutils/kdepim4 | |
parent | Add p5-URI-Find 0.11, perl module to find URIs in arbitrary text. (diff) |
Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
- Either obsoleted or merged into KDE.
* All pkg-plists:
- Huge diffs are due to mass conversion from static HTML pages
to XML/XSL versions.
* audio/kdemultimedia2:
- aRts + Noatun, etc. now work and play MP3s et al properly,
using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug]
from compile.
* converters/kdesupport2:
- Obsolete. No longer used in this version of KDE.
* deskutils/kdepim:
- Use autoconf and account for brokenness in the configure
script by replacing invocations of INSTALL under libical
with the proper incantations.
- Per David O'Brien's request, move libimap to libkimap;
this was performed by Rik Hemsley <rikkus@kde.org>.
* devel/kdesdk:
- New module with some helpful tools. One in particular that
seems demanded is ``kbabel'', which, as I've been told, is
a translator's wet dream.
- Workaround dumb problem in kbabel's libgettext (which I could
not figure out how to remove) by replacing its error() with
errc(). KBabel seems to run fine with this patch.
* devel/kdevelop:
- Fix lame check for libkdeui.so.* by replacing it with just
a check for libkdeui.so. It's been/being removed from
kdevelop after 2.2.
* editors/koffice:
- Fix kivio compile errors by substituting in PTHREAD_LIBS
in the correct place. Compensate for kivio's dependency
on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
in kivio.desktop.
* games/kdegames2:
- Some new games.
* graphics/kdegraphics2:
- Fix link errors in libkscan and kamera where they
require gettext (ie: add -lintl).
- Fix compile error in kamera.cpp which is dependent on a
correctly done gphoto2.. of course, this will only help
people who've manually installed gphoto2 themselves.
* net/kdenetwork2:
- Mimelib was moved here (reason for removal of kdesupport2).
* misc/kdeaddons:
- New module to FreeBSD ports; some simple addons for KDE2.
Suggested by Lauri Watts <lauri@kde.org>.
* misc/kdeutils2:
- Added a couple manpages.
* x11-clocks/kdetoys2:
- Some new apps.
* sysutils/kdeadmin:
- Remove kuser from compile because it has some problems. ;\
* x11/kdelibs2:
- Add libFAM dependency to help people who run FAM; FAM
increases the overall desktop responsiveness.
Submitted by Lauri Watts <lauri@kde.org>.
- Add CUPS dependency to bring in KDE's new print system.
- Add bzip2/libxml2 dependencies to support the new help kioslave.
- Disable installation of libltdl stuff to prevent conflicts
with other stuff. Submitted by wjv.
- Add pkg-req script to avoid conflicts with kdelibs11; add
to Makefile too. Submitted by benno.
- Be sure to remove the pth header conflicts stuff from the
arts/mcop_mt section.
- Fix problem with configure trying to find -lfam in the
wrong place.
- Remove kspell and api subdirs from doc; we don't need them,
and there are problems trying to build/install them.
Submitted by Lauri Watts <lauri@kde.org>.
* x11/kdebase2:
- Solve link permissions problem by changing the modes on
files installed by kdesktop/init/Templates to 644.
Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
* x11/kde2:
- Bump version; no other changes.
Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system. I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.
I just noticed there are a couple other PRs in the PR db that need
to be addressed. I will take care of those by tomorrow. Sorry...
PR: 22735, 28549
Blanket approval by: demon (kdesdk, kdevelop)
Diffstat (limited to 'deskutils/kdepim4')
-rw-r--r-- | deskutils/kdepim4/Makefile | 8 | ||||
-rw-r--r-- | deskutils/kdepim4/distinfo | 2 | ||||
-rw-r--r-- | deskutils/kdepim4/pkg-plist | 400 |
3 files changed, 208 insertions, 202 deletions
diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index b4a66e40cfcc..e109201f1e57 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdepim -PORTVERSION= 2.1.1 +PORTVERSION= 2.2 CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src @@ -17,7 +17,11 @@ USE_KDELIBS_VER=2 USE_BISON= yes USE_BZIP2= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_AUTOCONF= yes USE_GMAKE= yes +pre-configure: + find ${WRKSRC}/libical -name Makefile.in | xargs ${PERL} -pi -e \ + "s|INSTALL = \@INSTALL\@|INSTALL=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP}|g" + .include <bsd.port.mk> diff --git a/deskutils/kdepim4/distinfo b/deskutils/kdepim4/distinfo index ff7c6366b946..d8e0e664d7c5 100644 --- a/deskutils/kdepim4/distinfo +++ b/deskutils/kdepim4/distinfo @@ -1 +1 @@ -MD5 (kdepim-2.1.1.tar.bz2) = eb4245afe441f37a2337875d75e0b4a1 +MD5 (kdepim-2.2.tar.bz2) = b3fcd7e804589886596048b59e10014e diff --git a/deskutils/kdepim4/pkg-plist b/deskutils/kdepim4/pkg-plist index 2ecd9a7ecfa7..2018b1d43fc7 100644 --- a/deskutils/kdepim4/pkg-plist +++ b/deskutils/kdepim4/pkg-plist @@ -1,7 +1,23 @@ -bin/abbrowser -bin/korganizer bin/alarmd bin/ical2vcal +bin/kandy +bin/kandy_client +bin/korganizer +include/ical.h +include/icalss.h +include/kgantt/KGantt.h +include/kgantt/KGanttBarConfig.h +include/kgantt/KGanttItem.h +include/kgantt/KGanttRelation.h +include/kgantt/xQGanttBarView.h +include/kgantt/xQGanttBarViewPort.h +include/kgantt/xQGanttListView.h +include/kgantt/xQGanttListViewPort.h +include/libicalvcal/icalvcal.h +include/libicalvcal/port.h +include/libicalvcal/vcaltmp.h +include/libicalvcal/vcc.h +include/libicalvcal/vobject.h include/rmm/Address.h include/rmm/AddressList.h include/rmm/AddressList_generated.h @@ -31,76 +47,174 @@ include/rmm/Mailbox_generated.h include/rmm/Mechanism.h include/rmm/Mechanism_generated.h include/rmm/Message.h -include/rmm/Message_generated.h include/rmm/MessageComponent.h include/rmm/MessageID.h include/rmm/MessageID_generated.h +include/rmm/Message_generated.h include/rmm/MimeType.h include/rmm/MimeType_generated.h include/rmm/Parameter.h include/rmm/ParameterList.h include/rmm/ParameterList_generated.h -include/rmm/Text.h include/rmm/Parameter_generated.h +include/rmm/Text.h include/rmm/Text_generated.h include/rmm/Token.h include/rmm/Utilities.h +lib/libical.a +lib/libical.la +lib/libical.so +lib/libical.so.0 +lib/libicalss.a +lib/libicalss.la +lib/libicalss.so +lib/libicalss.so.0 +lib/libicalvcal.a +lib/libicalvcal.la +lib/libicalvcal.so +lib/libicalvcal.so.0 +lib/libkcal.la +lib/libkcal.so +lib/libkcal.so.1 +lib/libkgantt.la +lib/libkgantt.so +lib/libkgantt.so.0 +lib/libkimap.la +lib/libkimap.so +lib/libkimap.so.0 +lib/libkorganizer.la +lib/libkorganizer.so +lib/libkorganizer.so.1 +lib/librmm.la lib/librmm.so -lib/libvcard.so.0 -lib/libvcard.so -lib/libvcard.la -lib/libimap.so.0 -lib/libimap.so -lib/libimap.la lib/librmm.so.1 -lib/librmm.la -lib/libkorganizer.so.1 -lib/libkorganizer.so -lib/libkorganizer.la -share/doc/HTML/en/abbrowser/.anchors -share/doc/HTML/en/abbrowser/compilation-and-installation.html -share/doc/HTML/en/abbrowser/index.html -share/doc/HTML/en/abbrowser/installation.html -share/doc/HTML/en/abbrowser/introduction.html -share/doc/HTML/en/abbrowser/questions-answers-and-tips.html -share/doc/HTML/en/abbrowser/requirements.html -share/doc/HTML/en/abbrowser/using-pab.html -share/doc/HTML/en/abbrowser/common -share/doc/HTML/en/abbrowser/index.cvlog -share/doc/HTML/en/abbrowser/index.docbook -share/doc/HTML/en/korganizer/.anchors -share/doc/HTML/en/korganizer/compilation.html -share/doc/HTML/en/korganizer/config.html -share/doc/HTML/en/korganizer/course-conclusion.html -share/doc/HTML/en/korganizer/course-entering-todos.html -share/doc/HTML/en/korganizer/course-event-types.html -share/doc/HTML/en/korganizer/course-rescheduling-events.html -share/doc/HTML/en/korganizer/course-rescheduling-todos.html -share/doc/HTML/en/korganizer/credits.html -share/doc/HTML/en/korganizer/entering-data-required-fields.html -share/doc/HTML/en/korganizer/entering-data-to-do.html -share/doc/HTML/en/korganizer/entering-data.html -share/doc/HTML/en/korganizer/examples.html -share/doc/HTML/en/korganizer/faq.html -share/doc/HTML/en/korganizer/five-minute-course.html -share/doc/HTML/en/korganizer/glossary.html -share/doc/HTML/en/korganizer/index.html -share/doc/HTML/en/korganizer/installation.html -share/doc/HTML/en/korganizer/introduction.html -share/doc/HTML/en/korganizer/other-features-drag-and-drop.html -share/doc/HTML/en/korganizer/other-features-import.html -share/doc/HTML/en/korganizer/other-features-konqueror-interaction.html -share/doc/HTML/en/korganizer/other-features-merging-data.html -share/doc/HTML/en/korganizer/other-features-palm-sync.html -share/doc/HTML/en/korganizer/other-features.html -share/doc/HTML/en/korganizer/reference-action-buttons.html -share/doc/HTML/en/korganizer/reference-hotkey.html -share/doc/HTML/en/korganizer/reference-menus.html -share/doc/HTML/en/korganizer/reference.html -share/doc/HTML/en/korganizer/requirements.html -share/doc/HTML/en/korganizer/vcalendar-format.html -share/doc/HTML/en/korganizer/common +lib/libvcard.la +lib/libvcard.so +lib/libvcard.so.0 +share/applnk/Applications/korganizer.desktop +share/applnk/Utilities/kandy.desktop +share/apps/kandy/default.kandy +share/apps/kandy/kandymobileui.rc +share/apps/kandy/kandyui.rc +share/apps/kgantt/icons/hicolor/16x16/actions/ganttSelect.png +share/apps/kgantt/icons/hicolor/16x16/actions/ganttSelecttask.png +share/apps/kgantt/icons/hicolor/16x16/actions/ganttUnselecttask.png +share/apps/kgantt/icons/hicolor/22x22/actions/ganttSelect.png +share/apps/kgantt/icons/hicolor/22x22/actions/ganttSelecttask.png +share/apps/kgantt/icons/hicolor/22x22/actions/ganttUnselecttask.png +share/apps/kgantt/icons/hicolor/32x32/actions/ganttSelect.png +share/apps/kgantt/icons/hicolor/32x32/actions/ganttSelecttask.png +share/apps/kgantt/icons/hicolor/32x32/actions/ganttUnselecttask.png +share/apps/korganizer/holiday_at +share/apps/korganizer/holiday_au +share/apps/korganizer/holiday_bavarian +share/apps/korganizer/holiday_be +share/apps/korganizer/holiday_ca +share/apps/korganizer/holiday_catalan +share/apps/korganizer/holiday_ch +share/apps/korganizer/holiday_cz +share/apps/korganizer/holiday_de +share/apps/korganizer/holiday_dk +share/apps/korganizer/holiday_es +share/apps/korganizer/holiday_fi +share/apps/korganizer/holiday_fr +share/apps/korganizer/holiday_frswiss +share/apps/korganizer/holiday_gb +share/apps/korganizer/holiday_hu +share/apps/korganizer/holiday_il +share/apps/korganizer/holiday_is +share/apps/korganizer/holiday_it +share/apps/korganizer/holiday_ja +share/apps/korganizer/holiday_mx +share/apps/korganizer/holiday_nl +share/apps/korganizer/holiday_no +share/apps/korganizer/holiday_nz +share/apps/korganizer/holiday_pl +share/apps/korganizer/holiday_pt +share/apps/korganizer/holiday_quebec +share/apps/korganizer/holiday_ro +share/apps/korganizer/holiday_se +share/apps/korganizer/holiday_si +share/apps/korganizer/holiday_th +share/apps/korganizer/holiday_us +share/apps/korganizer/icons/hicolor/16x16/actions/1day.png +share/apps/korganizer/icons/hicolor/16x16/actions/1downarrow.png +share/apps/korganizer/icons/hicolor/16x16/actions/1leftarrow.png +share/apps/korganizer/icons/hicolor/16x16/actions/1rightarrow.png +share/apps/korganizer/icons/hicolor/16x16/actions/1uparrow.png +share/apps/korganizer/icons/hicolor/16x16/actions/2downarrow.png +share/apps/korganizer/icons/hicolor/16x16/actions/2leftarrow.png +share/apps/korganizer/icons/hicolor/16x16/actions/2rightarrow.png +share/apps/korganizer/icons/hicolor/16x16/actions/2uparrow.png +share/apps/korganizer/icons/hicolor/16x16/actions/3downarrow.png +share/apps/korganizer/icons/hicolor/16x16/actions/3uparrow.png +share/apps/korganizer/icons/hicolor/16x16/actions/5days.png +share/apps/korganizer/icons/hicolor/16x16/actions/7days.png +share/apps/korganizer/icons/hicolor/16x16/actions/appointment.png +share/apps/korganizer/icons/hicolor/16x16/actions/bell.png +share/apps/korganizer/icons/hicolor/16x16/actions/dayview.png +share/apps/korganizer/icons/hicolor/16x16/actions/findf.png +share/apps/korganizer/icons/hicolor/16x16/actions/inverse_recur.png +share/apps/korganizer/icons/hicolor/16x16/actions/list.png +share/apps/korganizer/icons/hicolor/16x16/actions/mailappt.png +share/apps/korganizer/icons/hicolor/16x16/actions/month.png +share/apps/korganizer/icons/hicolor/16x16/actions/nomailappt.png +share/apps/korganizer/icons/hicolor/16x16/actions/playsound.png +share/apps/korganizer/icons/hicolor/16x16/actions/readonlyevent.png +share/apps/korganizer/icons/hicolor/16x16/actions/recur.png +share/apps/korganizer/icons/hicolor/16x16/actions/runprog.png +share/apps/korganizer/icons/hicolor/16x16/actions/smallcal.png +share/apps/korganizer/icons/hicolor/16x16/actions/smallclock.png +share/apps/korganizer/icons/hicolor/16x16/actions/today.png +share/apps/korganizer/icons/hicolor/16x16/actions/todo.png +share/apps/korganizer/icons/hicolor/22x22/actions/1day.png +share/apps/korganizer/icons/hicolor/22x22/actions/3leftarrow.png +share/apps/korganizer/icons/hicolor/22x22/actions/3rightarrow.png +share/apps/korganizer/icons/hicolor/22x22/actions/5days.png +share/apps/korganizer/icons/hicolor/22x22/actions/7days.png +share/apps/korganizer/icons/hicolor/22x22/actions/agenda.png +share/apps/korganizer/icons/hicolor/22x22/actions/alarmd.png +share/apps/korganizer/icons/hicolor/22x22/actions/alarmd_disabled.png +share/apps/korganizer/icons/hicolor/22x22/actions/appointment.png +share/apps/korganizer/icons/hicolor/22x22/actions/checkedbox.png +share/apps/korganizer/icons/hicolor/22x22/actions/checkedbox/mask.png +share/apps/korganizer/icons/hicolor/22x22/actions/checkedclipboard.png +share/apps/korganizer/icons/hicolor/22x22/actions/checkmark.png +share/apps/korganizer/icons/hicolor/22x22/actions/delete.png +share/apps/korganizer/icons/hicolor/22x22/actions/emptybox.png +share/apps/korganizer/icons/hicolor/22x22/actions/emptybox/mask.png +share/apps/korganizer/icons/hicolor/22x22/actions/list.png +share/apps/korganizer/icons/hicolor/22x22/actions/month.png +share/apps/korganizer/icons/hicolor/22x22/actions/newrecurevent.png +share/apps/korganizer/icons/hicolor/22x22/actions/search.png +share/apps/korganizer/icons/hicolor/22x22/actions/send.png +share/apps/korganizer/icons/hicolor/22x22/actions/today.png +share/apps/korganizer/icons/hicolor/22x22/actions/todo.png +share/apps/korganizer/icons/hicolor/22x22/actions/whatsnext.png +share/apps/korganizer/icons/hicolor/32x32/actions/1day.png +share/apps/korganizer/icons/hicolor/32x32/actions/5days.png +share/apps/korganizer/icons/hicolor/32x32/actions/7days.png +share/apps/korganizer/icons/hicolor/32x32/actions/appointment.png +share/apps/korganizer/icons/hicolor/32x32/actions/list.png +share/apps/korganizer/icons/hicolor/32x32/actions/month.png +share/apps/korganizer/icons/hicolor/32x32/actions/today.png +share/apps/korganizer/icons/hicolor/32x32/actions/todo.png +share/apps/korganizer/korganizer_part.rc +share/apps/korganizer/korganizergsui.rc +share/apps/korganizer/korganizerui.rc +share/apps/korganizer/sounds/alert.wav +share/apps/korganizer/sounds/icemag.wav +share/apps/korganizer/sounds/lightmag.wav +share/apps/korganizer/sounds/onscreen.wav +share/apps/korganizer/sounds/spinout.wav +share/apps/korganizer/tips +share/autostart/alarmd.desktop +share/config/korganizerrc +share/doc/HTML/en/kandy/common +share/doc/HTML/en/kandy/index.cache.bz2 +share/doc/HTML/en/kandy/index.docbook share/doc/HTML/en/korganizer/alarmd-panel.png +share/doc/HTML/en/korganizer/common share/doc/HTML/en/korganizer/datenavigator.png share/doc/HTML/en/korganizer/i_actions_new_event.png share/doc/HTML/en/korganizer/i_copy.png @@ -118,29 +232,20 @@ share/doc/HTML/en/korganizer/i_go_forward.png share/doc/HTML/en/korganizer/i_go_to_today.png share/doc/HTML/en/korganizer/i_help_contents.png share/doc/HTML/en/korganizer/i_paste.png -share/doc/HTML/en/korganizer/i_view_day.png share/doc/HTML/en/korganizer/i_settings_prefs.png +share/doc/HTML/en/korganizer/i_view_day.png share/doc/HTML/en/korganizer/i_view_list.png share/doc/HTML/en/korganizer/i_view_month.png share/doc/HTML/en/korganizer/i_view_todo_list.png share/doc/HTML/en/korganizer/i_view_week.png share/doc/HTML/en/korganizer/i_view_work_week.png +share/doc/HTML/en/korganizer/index.cache.bz2 share/doc/HTML/en/korganizer/index.docbook share/doc/HTML/en/korganizer/kagenda-appointment.png -share/doc/HTML/en/kpilot/.anchors -share/doc/HTML/en/kpilot/builtin.html -share/doc/HTML/en/kpilot/conduits.html -share/doc/HTML/en/kpilot/credits.html -share/doc/HTML/en/kpilot/database.html -share/doc/HTML/en/kpilot/faq.html -share/doc/HTML/en/kpilot/hotsync.html -share/doc/HTML/en/kpilot/index.html -share/doc/HTML/en/kpilot/introduction.html -share/doc/HTML/en/kpilot/kpilot-main.html -share/doc/HTML/en/kpilot/using-kpilot.html -share/doc/HTML/en/kpilot/common share/doc/HTML/en/kpilot/address-app.png +share/doc/HTML/en/kpilot/common share/doc/HTML/en/kpilot/conduit-knotes.png +share/doc/HTML/en/kpilot/conduit-popmail-kmail.png share/doc/HTML/en/kpilot/conduit-popmail-recv-method.png share/doc/HTML/en/kpilot/conduit-popmail-recv-pop.png share/doc/HTML/en/kpilot/conduit-popmail-recv-unix.png @@ -151,6 +256,7 @@ share/doc/HTML/en/kpilot/conduit-popmail-smtp.png share/doc/HTML/en/kpilot/conduit-popmail-top.png share/doc/HTML/en/kpilot/conduit-vcal.png share/doc/HTML/en/kpilot/file-app.png +share/doc/HTML/en/kpilot/index.cache.bz2 share/doc/HTML/en/kpilot/index.docbook share/doc/HTML/en/kpilot/main-app.png share/doc/HTML/en/kpilot/memo-app.png @@ -161,139 +267,35 @@ share/doc/HTML/en/kpilot/setup-general.png share/doc/HTML/en/kpilot/setup-sync.png share/doc/HTML/en/kpilot/toolbar.png share/doc/HTML/en/kpilot/toolbar_backup.png -share/config/korganizerrc -share/apps/abbrowser/pics/abentry.xpm -share/apps/abbrowser/pics/delete.xpm -share/apps/abbrowser/pics/down.xpm -share/apps/abbrowser/pics/filemail.xpm -share/apps/abbrowser/pics/find.xpm -share/apps/abbrowser/pics/group.xpm -share/apps/abbrowser/pics/page.xpm -share/apps/abbrowser/pics/up.xpm -share/apps/korganizer/icons/hicolor/22x22/actions/1day.png -share/apps/korganizer/icons/hicolor/22x22/actions/3leftarrow.png -share/apps/korganizer/icons/hicolor/22x22/actions/3rightarrow.png -share/apps/korganizer/icons/hicolor/22x22/actions/5days.png -share/apps/korganizer/icons/hicolor/22x22/actions/7days.png -share/apps/korganizer/icons/hicolor/22x22/actions/agenda.png -share/apps/korganizer/icons/hicolor/22x22/actions/alarmd.png -share/apps/korganizer/icons/hicolor/22x22/actions/alarmd_disabled.png -share/apps/korganizer/icons/hicolor/22x22/actions/appointment.png -share/apps/korganizer/icons/hicolor/22x22/actions/checkedbox/mask.png -share/apps/korganizer/icons/hicolor/22x22/actions/checkedbox.png -share/apps/korganizer/icons/hicolor/22x22/actions/checkedclipboard.png -share/apps/korganizer/icons/hicolor/22x22/actions/checkmark.png -share/apps/korganizer/icons/hicolor/22x22/actions/delete.png -share/apps/korganizer/icons/hicolor/22x22/actions/emptybox/mask.png -share/apps/korganizer/icons/hicolor/22x22/actions/emptybox.png -share/apps/korganizer/icons/hicolor/22x22/actions/list.png -share/apps/korganizer/icons/hicolor/22x22/actions/month.png -share/apps/korganizer/icons/hicolor/22x22/actions/newrecurevent.png -share/apps/korganizer/icons/hicolor/22x22/actions/search.png -share/apps/korganizer/icons/hicolor/22x22/actions/send.png -share/apps/korganizer/icons/hicolor/22x22/actions/today.png -share/apps/korganizer/icons/hicolor/22x22/actions/todo.png -share/apps/korganizer/icons/hicolor/32x32/actions/1day.png -share/apps/korganizer/icons/hicolor/32x32/actions/5days.png -share/apps/korganizer/icons/hicolor/32x32/actions/7days.png -share/apps/korganizer/icons/hicolor/32x32/actions/appointment.png -share/apps/korganizer/icons/hicolor/32x32/actions/list.png -share/apps/korganizer/icons/hicolor/32x32/actions/month.png -share/apps/korganizer/icons/hicolor/32x32/actions/today.png -share/apps/korganizer/icons/hicolor/32x32/actions/todo.png -share/apps/korganizer/icons/locolor/16x16/actions/1day.png -share/apps/korganizer/icons/locolor/16x16/actions/1downarrow.png -share/apps/korganizer/icons/locolor/16x16/actions/1leftarrow.png -share/apps/korganizer/icons/locolor/16x16/actions/1rightarrow.png -share/apps/korganizer/icons/locolor/16x16/actions/1uparrow.png -share/apps/korganizer/icons/locolor/16x16/actions/2downarrow.png -share/apps/korganizer/icons/locolor/16x16/actions/2leftarrow.png -share/apps/korganizer/icons/locolor/16x16/actions/2rightarrow.png -share/apps/korganizer/icons/locolor/16x16/actions/2uparrow.png -share/apps/korganizer/icons/locolor/16x16/actions/3downarrow.png -share/apps/korganizer/icons/locolor/16x16/actions/3uparrow.png -share/apps/korganizer/icons/locolor/16x16/actions/5days.png -share/apps/korganizer/icons/locolor/16x16/actions/7days.png -share/apps/korganizer/icons/locolor/16x16/actions/appointment.png -share/apps/korganizer/icons/locolor/16x16/actions/bell.png -share/apps/korganizer/icons/locolor/16x16/actions/dayview.png -share/apps/korganizer/icons/locolor/16x16/actions/findf.png -share/apps/korganizer/icons/locolor/16x16/actions/inverse_recur.png -share/apps/korganizer/icons/locolor/16x16/actions/list.png -share/apps/korganizer/icons/locolor/16x16/actions/mailappt.png -share/apps/korganizer/icons/locolor/16x16/actions/month.png -share/apps/korganizer/icons/locolor/16x16/actions/nomailappt.png -share/apps/korganizer/icons/locolor/16x16/actions/playsound.png -share/apps/korganizer/icons/locolor/16x16/actions/readonlyevent.png -share/apps/korganizer/icons/locolor/16x16/actions/recur.png -share/apps/korganizer/icons/locolor/16x16/actions/runprog.png -share/apps/korganizer/icons/locolor/16x16/actions/smallcal.png -share/apps/korganizer/icons/locolor/16x16/actions/smallclock.png -share/apps/korganizer/icons/locolor/16x16/actions/today.png -share/apps/korganizer/icons/locolor/16x16/actions/todo.png -share/apps/korganizer/holiday_at -share/apps/korganizer/holiday_au -share/apps/korganizer/holiday_bavarian -share/apps/korganizer/holiday_be -share/apps/korganizer/holiday_ca -share/apps/korganizer/holiday_catalan -share/apps/korganizer/holiday_ch -share/apps/korganizer/holiday_cz -share/apps/korganizer/holiday_de -share/apps/korganizer/holiday_dk -share/apps/korganizer/holiday_es -share/apps/korganizer/holiday_fi -share/apps/korganizer/holiday_fr -share/apps/korganizer/holiday_frswiss -share/apps/korganizer/holiday_gb -share/apps/korganizer/holiday_hu -share/apps/korganizer/holiday_is -share/apps/korganizer/holiday_it -share/apps/korganizer/holiday_ja -share/apps/korganizer/holiday_mx -share/apps/korganizer/holiday_nl -share/apps/korganizer/holiday_no -share/apps/korganizer/sounds/alert.wav -share/apps/korganizer/sounds/icemag.wav -share/apps/korganizer/sounds/lightmag.wav -share/apps/korganizer/sounds/onscreen.wav -share/apps/korganizer/sounds/spinout.wav -share/apps/korganizer/holiday_nz -share/apps/korganizer/holiday_pl -share/apps/korganizer/holiday_pt -share/apps/korganizer/holiday_quebec -share/apps/korganizer/holiday_ro -share/apps/korganizer/holiday_se -share/apps/korganizer/holiday_si -share/apps/korganizer/holiday_th -share/apps/korganizer/holiday_us -share/apps/korganizer/korganizer_part.rc -share/apps/korganizer/korganizerui.rc -share/apps/korganizer/korganizergsui.rc -share/icons/locolor/16x16/apps/abbrowser.png -share/icons/locolor/16x16/apps/korganizer.png -share/icons/locolor/32x32/apps/korganizer.png -share/icons/hicolor/32x32/apps/abbrowser.png +share/doc/HTML/en/kpilot/toolbar_hotsync.png +share/icons/hicolor/16x16/apps/kandy.png +share/icons/hicolor/16x16/apps/korganizer.png +share/icons/hicolor/32x32/apps/kandy.png share/icons/hicolor/32x32/apps/korganizer.png share/icons/hicolor/48x48/apps/korganizer.png -share/applnk/Applications/korganizer.desktop -share/applnk/Utilities/abbrowser.desktop -@dirrm include/rmm -@dirrm share/doc/HTML/en/abbrowser -@dirrm share/doc/HTML/en/korganizer +@dirrm share/icons/hicolor/48x48/apps +@dirrm share/icons/hicolor/32x32/apps +@dirrm share/icons/hicolor/16x16/apps @dirrm share/doc/HTML/en/kpilot -@dirrm share/apps/abbrowser/pics -@dirrm share/apps/abbrowser -@dirrm share/apps/korganizer/icons/hicolor/22x22/actions/checkedbox -@dirrm share/apps/korganizer/icons/hicolor/22x22/actions/emptybox -@dirrm share/apps/korganizer/icons/hicolor/22x22/actions -@dirrm share/apps/korganizer/icons/hicolor/22x22 +@dirrm share/doc/HTML/en/korganizer +@dirrm share/doc/HTML/en/kandy +@dirrm share/config +@dirrm share/autostart +@dirrm share/apps/korganizer/sounds @dirrm share/apps/korganizer/icons/hicolor/32x32/actions @dirrm share/apps/korganizer/icons/hicolor/32x32 +@dirrm share/apps/korganizer/icons/hicolor/22x22/actions/emptybox +@dirrm share/apps/korganizer/icons/hicolor/22x22/actions/checkedbox +@dirrm share/apps/korganizer/icons/hicolor/22x22/actions +@dirrm share/apps/korganizer/icons/hicolor/16x16/actions @dirrm share/apps/korganizer/icons/hicolor -@dirrm share/apps/korganizer/icons/locolor/16x16/actions -@dirrm share/apps/korganizer/icons/locolor/16x16 -@dirrm share/apps/korganizer/icons/locolor -@dirrm share/apps/korganizer/icons -@dirrm share/apps/korganizer/sounds @dirrm share/apps/korganizer +@dirrm share/apps/kgantt/icons/hicolor/32x32/actions +@dirrm share/apps/kgantt/icons/hicolor/22x22/actions +@dirrm share/apps/kgantt/icons/hicolor/16x16/actions +@dirrm share/apps/kandy +@dirrm share/applnk/Utilities +@dirrm share/applnk/Applications +@dirrm include/rmm +@dirrm include/libicalvcal +@dirrm include/kgantt |