freebsd-ports/x11/kdelibs3/pkg-plist

4805 lines
225 KiB
Text
Raw Normal View History

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)
2001-08-15 14:43:08 +02:00
bin/artsmessage
bin/checkXML
bin/cupsdconf
bin/cupsdoprint
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
bin/dcop
2002-04-22 04:00:06 +02:00
bin/dcopclient
bin/dcopfind
bin/dcopidl
bin/dcopidl2cpp
bin/dcopidlng
2002-04-22 04:00:06 +02:00
bin/dcopobject
bin/dcopquit
2002-04-22 04:00:06 +02:00
bin/dcopref
bin/dcopserver
2002-04-22 04:00:06 +02:00
bin/dcopserver_shutdown
bin/dcopstart
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)
2001-08-15 14:43:08 +02:00
bin/imagetops
2002-04-22 04:00:06 +02:00
bin/kab2kabc
bin/kaddprinterwizard
bin/kbuildsycoca
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)
2001-08-15 14:43:08 +02:00
bin/kconf_update
bin/kconfig_compiler
bin/kcookiejar
bin/kde-config
bin/kde-menu
bin/kded
bin/kdeinit
bin/kdeinit_shutdown
bin/kdeinit_wrapper
bin/kdesu_stub
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)
2001-08-15 14:43:08 +02:00
bin/kdontchangethehostname
2003-01-28 19:36:58 +01:00
bin/kfile
bin/kfmexec
bin/kgrantpty
2002-04-22 04:00:06 +02:00
bin/kimage_concat
bin/kinstalltheme
bin/kio_http_cache_cleaner
bin/kio_uiserver
bin/kioexec
2002-04-22 04:00:06 +02:00
bin/kioslave
bin/klauncher
bin/kmailservice
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)
2001-08-15 14:43:08 +02:00
bin/kpac_dhcp_helper
bin/ksendbugmail
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)
2001-08-15 14:43:08 +02:00
bin/kshell
2003-01-28 19:36:58 +01:00
bin/ksvgtopng
2002-04-22 04:00:06 +02:00
bin/ktelnetservice
bin/ktradertest
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)
2001-08-15 14:43:08 +02:00
bin/kwrapper
bin/lnusertemp
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)
2001-08-15 14:43:08 +02:00
bin/make_driver_db_cups
2002-04-22 04:00:06 +02:00
bin/make_driver_db_lpr
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)
2001-08-15 14:43:08 +02:00
bin/meinproc
bin/preparetips
etc/rc.d/kdelibs.sh
etc/xdg/menus/applications.menu
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)
2001-08-15 14:43:08 +02:00
include/arts/artskde.h
include/arts/kartsdispatcher.h
include/arts/kartsfloatwatch.h
2002-04-22 04:00:06 +02:00
include/arts/kartsserver.h
include/arts/kaudiomanagerplay.h
include/arts/kaudioplaystream.h
2003-01-28 19:36:58 +01:00
include/arts/kaudiorecordstream.h
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)
2001-08-15 14:43:08 +02:00
include/arts/kplayobject.h
include/arts/kplayobjectfactory.h
2003-01-28 19:36:58 +01:00
include/arts/kvideowidget.h
include/dcopclient.h
include/dcopobject.h
include/dcopref.h
include/dcopstub.h
2003-01-28 19:36:58 +01:00
include/dcoptypes.h
include/dom/css_rule.h
include/dom/css_stylesheet.h
include/dom/css_value.h
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)
2001-08-15 14:43:08 +02:00
include/dom/dom2_events.h
include/dom/dom2_range.h
include/dom/dom2_traversal.h
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)
2001-08-15 14:43:08 +02:00
include/dom/dom2_views.h
include/dom/dom_core.h
include/dom/dom_doc.h
include/dom/dom_element.h
include/dom/dom_exception.h
include/dom/dom_html.h
include/dom/dom_misc.h
include/dom/dom_node.h
include/dom/dom_string.h
include/dom/dom_text.h
include/dom/dom_xml.h
include/dom/html_base.h
include/dom/html_block.h
include/dom/html_document.h
include/dom/html_element.h
include/dom/html_form.h
include/dom/html_head.h
include/dom/html_image.h
include/dom/html_inline.h
include/dom/html_list.h
include/dom/html_misc.h
include/dom/html_object.h
include/dom/html_table.h
include/fixx11h.h
2002-04-22 04:00:06 +02:00
include/kabc/address.h
include/kabc/addressbook.h
include/kabc/addressee.h
include/kabc/addresseedialog.h
2003-01-28 19:36:58 +01:00
include/kabc/addresseelist.h
include/kabc/addresslineedit.h
include/kabc/agent.h
2002-04-22 04:00:06 +02:00
include/kabc/distributionlist.h
2003-01-28 19:36:58 +01:00
include/kabc/distributionlistdialog.h
2002-04-22 04:00:06 +02:00
include/kabc/distributionlisteditor.h
2003-01-28 19:36:58 +01:00
include/kabc/errorhandler.h
include/kabc/field.h
2003-05-19 21:43:36 +02:00
include/kabc/format.h
2003-01-28 19:36:58 +01:00
include/kabc/formatfactory.h
include/kabc/formatplugin.h
2002-04-22 04:00:06 +02:00
include/kabc/geo.h
2003-01-28 19:36:58 +01:00
include/kabc/key.h
include/kabc/ldapclient.h
include/kabc/ldifconverter.h
include/kabc/lock.h
include/kabc/locknull.h
2002-04-22 04:00:06 +02:00
include/kabc/phonenumber.h
2003-01-28 19:36:58 +01:00
include/kabc/picture.h
include/kabc/plugin.h
2002-04-22 04:00:06 +02:00
include/kabc/resource.h
include/kabc/resourcedir.h
2002-04-22 04:00:06 +02:00
include/kabc/resourcefile.h
include/kabc/resourceldapkio.h
include/kabc/resourcenet.h
2003-01-28 19:36:58 +01:00
include/kabc/resourceselectdialog.h
include/kabc/secrecy.h
include/kabc/sound.h
2002-04-22 04:00:06 +02:00
include/kabc/stdaddressbook.h
include/kabc/timezone.h
include/kabc/vcard.h
2003-01-28 19:36:58 +01:00
include/kabc/vcardconverter.h
2002-04-22 04:00:06 +02:00
include/kabc/vcardformat.h
2003-01-28 19:36:58 +01:00
include/kabc/vcardformatplugin.h
include/kabc/vcardline.h
include/kabc/vcardparser.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kaboutapplication.h
include/kaboutdata.h
include/kaboutdialog.h
include/kaboutkde.h
include/kaccel.h
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)
2001-08-15 14:43:08 +02:00
include/kaccelgen.h
2003-01-28 19:36:58 +01:00
include/kaccelmanager.h
include/kaction.h
include/kactionclasses.h
include/kactioncollection.h
2002-04-22 04:00:06 +02:00
include/kactionshortcutlist.h
include/kactivelabel.h
include/kallocator.h
include/kanimwidget.h
include/kapp.h
Upgrade KDE to 2.2.2: * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 04:47:18 +01:00
include/kapplication.h
2003-01-28 19:36:58 +01:00
include/kar.h
2002-04-22 04:00:06 +02:00
include/karchive.h
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)
2001-08-15 14:43:08 +02:00
include/karrowbutton.h
include/kasyncio.h
2002-04-22 04:00:06 +02:00
include/kate/document.h
include/kate/view.h
include/kaudioplayer.h
include/kauthicon.h
include/kautomount.h
2002-04-22 04:00:06 +02:00
include/kbookmark.h
include/kbookmarkbar.h
include/kbookmarkdombuilder.h
2002-04-22 04:00:06 +02:00
include/kbookmarkdrag.h
include/kbookmarkexporter.h
include/kbookmarkimporter.h
include/kbookmarkimporter_crash.h
include/kbookmarkimporter_ie.h
include/kbookmarkimporter_kde1.h
include/kbookmarkimporter_ns.h
include/kbookmarkimporter_opera.h
2002-04-22 04:00:06 +02:00
include/kbookmarkmanager.h
include/kbookmarkmenu.h
include/kbookmarknotifier.h
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)
2001-08-15 14:43:08 +02:00
include/kbufferedio.h
include/kbugreport.h
include/kbuttonbox.h
include/kcalendarsystem.h
include/kcalendarsystemfactory.h
2002-04-22 04:00:06 +02:00
include/kcatalogue.h
include/kcharselect.h
include/kcharsets.h
2003-01-28 19:36:58 +01:00
include/kclipboard.h
include/kcmdlineargs.h
include/kcmenumngr.h
include/kcmodule.h
include/kcmoduleinfo.h
include/kcmoduleloader.h
include/kcmoduleproxy.h
include/kcmultidialog.h
include/kcolorbtn.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kcolorbutton.h
include/kcolorcombo.h
include/kcolordialog.h
include/kcolordlg.h
include/kcolordrag.h
1998-04-25 09:33:05 +02:00
include/kcombiview.h
include/kcombobox.h
include/kcommand.h
include/kcompletion.h
include/kcompletionbox.h
include/kconfig.h
include/kconfigbackend.h
include/kconfigbase.h
include/kconfigdata.h
include/kconfigdialog.h
include/kconfigdialogmanager.h
include/kconfigskeleton.h
include/kcpuinfo.h
include/kcrash.h
include/kcursor.h
2003-01-28 19:36:58 +01:00
include/kcustommenueditor.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kdatastream.h
2002-04-22 04:00:06 +02:00
include/kdatatool.h
include/kdatepicker.h
include/kdatepik.h
include/kdatetbl.h
include/kdatetimewidget.h
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)
2001-08-15 14:43:08 +02:00
include/kdatewidget.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kdcopactionproxy.h
include/kdcoppropertyproxy.h
include/kdcopservicestarter.h
include/kde.pot
include/kde_terminal_interface.h
include/kdebug.h
2002-04-22 04:00:06 +02:00
include/kdebugclasses.h
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)
2001-08-15 14:43:08 +02:00
include/kdedmodule.h
include/kdemacros.h
2003-01-28 19:36:58 +01:00
include/kdeprint/driver.h
2002-04-22 04:00:06 +02:00
include/kdeprint/kiconselectaction.h
2003-01-28 19:36:58 +01:00
include/kdeprint/kmjob.h
include/kdeprint/kmjobmanager.h
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)
2001-08-15 14:43:08 +02:00
include/kdeprint/kmjobviewer.h
include/kdeprint/kmmainview.h
2002-04-22 04:00:06 +02:00
include/kdeprint/kmmanager.h
include/kdeprint/kmobject.h
include/kdeprint/kmprinter.h
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)
2001-08-15 14:43:08 +02:00
include/kdeprint/kmprinterpage.h
2002-04-22 04:00:06 +02:00
include/kdeprint/kmtimer.h
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)
2001-08-15 14:43:08 +02:00
include/kdeprint/kpreloadobject.h
2002-04-22 04:00:06 +02:00
include/kdeprint/kprintdialog.h
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)
2001-08-15 14:43:08 +02:00
include/kdeprint/kprintdialogpage.h
2003-01-28 19:36:58 +01:00
include/kdeprint/lpr/lprhandler.h
include/kdeprint/lpr/lprsettings.h
include/kdeprint/lpr/printcapentry.h
include/kdesktopfile.h
include/kdesu/client.h
include/kdesu/defaults.h
include/kdesu/kcookie.h
include/kdesu/kdesu_pty.h
include/kdesu/process.h
2000-12-12 04:02:24 +01:00
include/kdesu/pty.h
include/kdesu/ssh.h
include/kdesu/stub.h
include/kdesu/su.h
2002-04-22 04:00:06 +02:00
include/kdeversion.h
include/kdialog.h
include/kdialogbase.h
include/kdirlister.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kdirnotify.h
include/kdirnotify_stub.h
include/kdiroperator.h
2002-04-22 04:00:06 +02:00
include/kdirselectdialog.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kdirsize.h
include/kdirwatch.h
2003-01-28 19:36:58 +01:00
include/kdiskfreesp.h
include/kdockwidget.h
include/kdockwindow.h
include/kdrawutil.h
include/kdualcolorbtn.h
2002-04-22 04:00:06 +02:00
include/kdualcolorbutton.h
include/keditcl.h
include/keditlistbox.h
include/kedittoolbar.h
include/kemailsettings.h
include/kencodingfiledialog.h
2002-04-22 04:00:06 +02:00
include/kextendedsocket.h
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)
2001-08-15 14:43:08 +02:00
include/kextsock.h
include/kfile.h
include/kfiledetailview.h
1998-04-25 09:33:05 +02:00
include/kfiledialog.h
include/kfilefilter.h
2002-04-22 04:00:06 +02:00
include/kfilefiltercombo.h
include/kfileiconview.h
include/kfileitem.h
2002-04-22 04:00:06 +02:00
include/kfilemetainfo.h
1998-04-25 09:33:05 +02:00
include/kfilepreview.h
2003-01-28 19:36:58 +01:00
include/kfileshare.h
include/kfilesharedlg.h
2002-04-22 04:00:06 +02:00
include/kfiletreebranch.h
include/kfiletreeview.h
include/kfiletreeviewitem.h
include/kfileview.h
include/kfilterbase.h
include/kfilterdev.h
2003-01-28 19:36:58 +01:00
include/kfind.h
include/kfinddialog.h
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)
2001-08-15 14:43:08 +02:00
include/kfontcombo.h
include/kfontdialog.h
include/kfontrequester.h
2002-04-22 04:00:06 +02:00
include/kgenericfactory.h
include/kgenericfactory.tcc
include/kglobal.h
include/kglobalaccel.h
include/kglobalsettings.h
2002-04-22 04:00:06 +02:00
include/kguiitem.h
include/khelpmenu.h
include/khexedit/byteseditinterface.h
include/khexedit/charcolumninterface.h
include/khexedit/clipboardinterface.h
include/khexedit/valuecolumninterface.h
include/khexedit/zoominterface.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/khtml_events.h
include/khtml_part.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/khtml_settings.h
include/khtmldefaults.h
include/khtmlview.h
include/kicondialog.h
include/kiconeffect.h
include/kiconloader.h
include/kicontheme.h
include/kiconview.h
include/kidna.h
include/kimageeffect.h
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)
2001-08-15 14:43:08 +02:00
include/kimagefilepreview.h
include/kimageio.h
include/kinputdialog.h
include/kinstance.h
include/kio/authinfo.h
include/kio/chmodjob.h
include/kio/connection.h
2003-01-28 19:36:58 +01:00
include/kio/davjob.h
include/kio/defaultprogress.h
include/kio/file.h
include/kio/global.h
2003-01-28 19:36:58 +01:00
include/kio/http.h
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)
2001-08-15 14:43:08 +02:00
include/kio/http_slave_defaults.h
include/kio/ioslave_defaults.h
include/kio/job.h
include/kio/jobclasses.h
2002-04-22 04:00:06 +02:00
include/kio/kdesasl.h
include/kio/kmdbase.h
include/kio/kmdcodec.h
2003-01-28 19:36:58 +01:00
include/kio/metainfojob.h
include/kio/netaccess.h
include/kio/observer.h
include/kio/passdlg.h
include/kio/paste.h
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)
2001-08-15 14:43:08 +02:00
include/kio/previewjob.h
include/kio/progressbase.h
include/kio/renamedlg.h
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)
2001-08-15 14:43:08 +02:00
include/kio/scheduler.h
include/kio/sessiondata.h
include/kio/skipdlg.h
include/kio/slave.h
include/kio/slavebase.h
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)
2001-08-15 14:43:08 +02:00
include/kio/slaveconfig.h
include/kio/slaveinterface.h
include/kio/statusbarprogress.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kio/tcpslavebase.h
2002-04-22 04:00:06 +02:00
include/kio/thumbcreator.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kio/uiserver.h
include/kio/uiserver_stub.h
include/kipc.h
include/kjanuswidget.h
include/kjs/completion.h
include/kjs/function.h
2003-01-28 19:36:58 +01:00
include/kjs/global.h
include/kjs/identifier.h
2002-04-22 04:00:06 +02:00
include/kjs/interpreter.h
include/kjs/list.h
2003-01-28 19:36:58 +01:00
include/kjs/lookup.h
include/kjs/object.h
include/kjs/operations.h
include/kjs/property_map.h
include/kjs/reference.h
include/kjs/reference_list.h
include/kjs/scope_chain.h
include/kjs/simple_number.h
include/kjs/types.h
include/kjs/ustring.h
2002-04-22 04:00:06 +02:00
include/kjs/value.h
include/kkeybutton.h
include/kkeydialog.h
2002-04-22 04:00:06 +02:00
include/kkeynative.h
include/klargefile.h
include/kled.h
include/klibloader.h
include/klineedit.h
include/klineeditdlg.h
include/klistbox.h
include/klistview.h
include/klocale.h
include/kmacroexpander.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kmainwindow.h
2002-04-22 04:00:06 +02:00
include/kmainwindowiface.h
include/kmanagerselection.h
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)
2001-08-15 14:43:08 +02:00
include/kmdcodec.h
include/kmdichildarea.h
include/kmdichildfrm.h
include/kmdichildfrmcaption.h
include/kmdichildview.h
include/kmdidefines.h
include/kmdiiterator.h
include/kmdilistiterator.h
include/kmdimainfrm.h
include/kmdinulliterator.h
include/kmditaskbar.h
include/kmditoolviewaccessor.h
2003-01-28 19:36:58 +01:00
include/kmediaplayer/player.h
include/kmediaplayer/playerdcopobject.h
include/kmediaplayer/view.h
include/kmenubar.h
include/kmessagebox.h
include/kmimemagic.h
include/kmimesourcefactory.h
include/kmimetype.h
2002-04-22 04:00:06 +02:00
include/kmimetyperesolver.h
include/kmountpoint.h
2002-04-22 04:00:06 +02:00
include/kmultipledrag.h
include/kmultitabbar.h
include/knotifyclient.h
2003-01-28 19:36:58 +01:00
include/knotifydialog.h
include/knotifywidgetbase.h
include/knuminput.h
include/knumvalidator.h
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)
2001-08-15 14:43:08 +02:00
include/kopenssl.h
include/kopenwith.h
include/kpalette.h
include/kpanelapplet.h
2002-04-22 04:00:06 +02:00
include/kpanelappmenu.h
include/kpanelextension.h
include/kpanelmenu.h
include/kparts/browserextension.h
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)
2001-08-15 14:43:08 +02:00
include/kparts/browserinterface.h
2002-04-22 04:00:06 +02:00
include/kparts/browserrun.h
include/kparts/componentfactory.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kparts/dockmainwindow.h
include/kparts/event.h
include/kparts/factory.h
2002-04-22 04:00:06 +02:00
include/kparts/genericfactory.h
include/kparts/historyprovider.h
include/kparts/mainwindow.h
include/kparts/part.h
include/kparts/partmanager.h
include/kparts/plugin.h
include/kparts/statusbarextension.h
include/kpassdlg.h
2003-01-28 19:36:58 +01:00
include/kpassivepopup.h
include/kpixmap.h
include/kpixmapeffect.h
include/kpixmapio.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kpixmapprovider.h
include/kpixmapsplitter.h
include/kplugininfo.h
include/kpluginselector.h
include/kpopupmenu.h
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)
2001-08-15 14:43:08 +02:00
include/kpreviewwidgetbase.h
2002-04-22 04:00:06 +02:00
include/kprintaction.h
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)
2001-08-15 14:43:08 +02:00
include/kprinter.h
include/kprocctrl.h
include/kprocess.h
include/kprocio.h
include/kprogress.h
2002-04-22 04:00:06 +02:00
include/kpropertiesdialog.h
include/kpropsdlg.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kprotocolinfo.h
include/kprotocolmanager.h
include/kpty.h
include/kpushbutton.h
include/krandomsequence.h
include/krecentdocument.h
include/kregexp.h
2002-04-22 04:00:06 +02:00
include/kregexpeditorinterface.h
2003-01-28 19:36:58 +01:00
include/kreplace.h
include/kreplacedialog.h
include/kresources/configdialog.h
include/kresources/configpage.h
include/kresources/configwidget.h
include/kresources/factory.h
include/kresources/manager.h
include/kresources/manageriface.h
include/kresources/managerimpl.h
include/kresources/resource.h
include/kresources/selectdialog.h
include/krestrictedline.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/krfcdate.h
include/krootpixmap.h
include/krootprop.h
include/kruler.h
include/krun.h
include/ksavefile.h
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)
2001-08-15 14:43:08 +02:00
include/kscan.h
include/ksconfig.h
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)
2001-08-15 14:43:08 +02:00
include/kscreensaver.h
include/kscreensaver_vroot.h
include/kselect.h
include/kseparator.h
include/kservice.h
include/kservicegroup.h
include/kservicetype.h
include/ksettings/componentsdialog.h
include/ksettings/dialog.h
include/ksettings/dispatcher.h
include/ksettings/pluginpage.h
include/ksharedpixmap.h
include/ksharedptr.h
include/kshell.h
include/kshellcompletion.h
2002-04-22 04:00:06 +02:00
include/kshortcut.h
include/kshortcutlist.h
include/kshred.h
include/ksimpleconfig.h
include/ksmimecrypto.h
include/ksock.h
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)
2001-08-15 14:43:08 +02:00
include/ksockaddr.h
include/ksocks.h
2002-04-22 04:00:06 +02:00
include/ksortablevaluelist.h
include/kspell.h
include/kspelldlg.h
include/ksplashscreen.h
include/ksqueezedtextlabel.h
include/kssl.h
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)
2001-08-15 14:43:08 +02:00
include/ksslall.h
include/ksslcertchain.h
include/ksslcertdlg.h
include/ksslcertificate.h
include/ksslcertificatecache.h
include/ksslcertificatefactory.h
include/ksslcertificatehome.h
2003-01-28 19:36:58 +01:00
include/ksslconfig.h
include/ksslconnectioninfo.h
include/ksslinfodlg.h
2002-04-22 04:00:06 +02:00
include/ksslkeygen.h
include/ksslpeerinfo.h
2002-04-22 04:00:06 +02:00
include/ksslpemcallback.h
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)
2001-08-15 14:43:08 +02:00
include/ksslpkcs12.h
2002-04-22 04:00:06 +02:00
include/ksslpkcs7.h
include/ksslsession.h
include/ksslsettings.h
2002-04-22 04:00:06 +02:00
include/ksslsigners.h
include/ksslutils.h
include/ksslx509map.h
2002-04-22 04:00:06 +02:00
include/ksslx509v3.h
Upgrade KDE to 2.2.2: * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 04:47:18 +01:00
include/kstandarddirs.h
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)
2001-08-15 14:43:08 +02:00
include/kstartupinfo.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kstaticdeleter.h
include/kstatusbar.h
include/kstdaccel.h
include/kstdaction.h
include/kstddirs.h
2002-04-22 04:00:06 +02:00
include/kstdguiitem.h
include/kstringhandler.h
2002-04-22 04:00:06 +02:00
include/kstringvalidator.h
include/kstyle.h
include/ksvgiconengine.h
include/ksycoca.h
include/ksycocaentry.h
include/ksycocatype.h
include/ksyntaxhighlighter.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/ksystemtray.h
include/ktabbar.h
include/ktabctl.h
include/ktabwidget.h
include/ktar.h
include/ktempdir.h
include/ktempfile.h
include/ktextbrowser.h
2003-01-28 19:36:58 +01:00
include/ktextedit.h
2002-04-22 04:00:06 +02:00
include/ktexteditor/blockselectioninterface.h
include/ktexteditor/clipboardinterface.h
include/ktexteditor/codecompletioninterface.h
include/ktexteditor/configinterface.h
2003-01-28 19:36:58 +01:00
include/ktexteditor/configinterfaceextension.h
2002-04-22 04:00:06 +02:00
include/ktexteditor/cursorinterface.h
include/ktexteditor/document.h
2003-01-28 19:36:58 +01:00
include/ktexteditor/documentinfo.h
2002-04-22 04:00:06 +02:00
include/ktexteditor/dynwordwrapinterface.h
include/ktexteditor/editinterface.h
include/ktexteditor/editinterfaceext.h
2002-04-22 04:00:06 +02:00
include/ktexteditor/editor.h
2003-01-28 19:36:58 +01:00
include/ktexteditor/editorchooser.h
include/ktexteditor/encodinginterface.h
2002-04-22 04:00:06 +02:00
include/ktexteditor/highlightinginterface.h
include/ktexteditor/markinterface.h
2003-01-28 19:36:58 +01:00
include/ktexteditor/markinterfaceextension.h
include/ktexteditor/plugin.h
2002-04-22 04:00:06 +02:00
include/ktexteditor/popupmenuinterface.h
include/ktexteditor/printinterface.h
include/ktexteditor/searchinterface.h
2003-01-28 19:36:58 +01:00
include/ktexteditor/selectionextdcopinterface.h
2002-04-22 04:00:06 +02:00
include/ktexteditor/selectioninterface.h
2003-01-28 19:36:58 +01:00
include/ktexteditor/selectioninterfaceext.h
include/ktexteditor/sessionconfiginterface.h
include/ktexteditor/texthintinterface.h
2002-04-22 04:00:06 +02:00
include/ktexteditor/undointerface.h
include/ktexteditor/view.h
include/ktexteditor/viewcursorinterface.h
2003-01-28 19:36:58 +01:00
include/ktexteditor/viewstatusmsginterface.h
2002-04-22 04:00:06 +02:00
include/ktexteditor/wordwrapinterface.h
include/ktimewidget.h
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)
2001-08-15 14:43:08 +02:00
include/ktip.h
include/ktoolbar.h
include/ktoolbarbutton.h
include/ktoolbarradiogroup.h
include/ktrader.h
2002-04-22 04:00:06 +02:00
include/ktypelist.h
include/kuniqueapp.h
Upgrade KDE to 2.2.2: * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 04:47:18 +01:00
include/kuniqueapplication.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kunload.h
include/kurifilter.h
include/kurl.h
2002-04-22 04:00:06 +02:00
include/kurlbar.h
include/kurlcombobox.h
include/kurlcompletion.h
include/kurldrag.h
include/kurllabel.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/kurlpixmapprovider.h
include/kurlrequester.h
include/kurlrequesterdlg.h
include/kuser.h
include/kuserprofile.h
2002-04-22 04:00:06 +02:00
include/kvmallocator.h
include/kwallet.h
include/kwin.h
2003-01-28 19:36:58 +01:00
include/kwindowinfo.h
include/kwindowlistmenu.h
include/kwinmodule.h
include/kwizard.h
2002-04-22 04:00:06 +02:00
include/kwordwrap.h
include/kxerrorhandler.h
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)
2001-08-15 14:43:08 +02:00
include/kxmessages.h
include/kxmlgui.h
include/kxmlguibuilder.h
include/kxmlguiclient.h
2002-04-22 04:00:06 +02:00
include/kxmlguifactory.h
2003-01-28 19:36:58 +01:00
include/kzip.h
include/libkmid/alsaout.h
include/libkmid/dattypes.h
include/libkmid/deviceman.h
include/libkmid/fmout.h
include/libkmid/gusout.h
include/libkmid/libkmid.h
include/libkmid/midfile.h
include/libkmid/midimapper.h
include/libkmid/midiout.h
include/libkmid/midispec.h
include/libkmid/midistat.h
include/libkmid/mt32togm.h
include/libkmid/notearray.h
include/libkmid/player.h
include/libkmid/synthout.h
include/libkmid/track.h
include/libkmid/voiceman.h
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
include/netwm.h
include/netwm_def.h
include/qxembed.h
2002-04-22 04:00:06 +02:00
include/renamedlgplugin.h
include/scriptclientinterface.h
include/scriptinterface.h
include/scriptmanager.h
lib/kde3/cupsdconf.la
lib/kde3/cupsdconf.so
lib/kde3/dcopserver.la
lib/kde3/dcopserver.so
2003-01-28 19:36:58 +01:00
lib/kde3/kabc_dir.la
lib/kde3/kabc_dir.so
lib/kde3/kabc_file.la
lib/kde3/kabc_file.so
lib/kde3/kabc_ldapkio.la
lib/kde3/kabc_ldapkio.so
lib/kde3/kabc_net.la
lib/kde3/kabc_net.so
2003-01-28 19:36:58 +01:00
lib/kde3/kabcformat_binary.la
lib/kde3/kabcformat_binary.so
lib/kde3/kaddprinterwizard.la
lib/kde3/kaddprinterwizard.so
lib/kde3/kbuildsycoca.la
lib/kde3/kbuildsycoca.so
2002-04-22 04:00:06 +02:00
lib/kde3/kbzip2filter.la
lib/kde3/kbzip2filter.so
lib/kde3/kcm_kresources.la
lib/kde3/kcm_kresources.so
lib/kde3/kconf_update.la
lib/kde3/kconf_update.so
lib/kde3/kcookiejar.la
lib/kde3/kcookiejar.so
lib/kde3/kded.la
lib/kde3/kded.so
2003-01-28 19:36:58 +01:00
lib/kde3/kded_kcookiejar.la
lib/kde3/kded_kcookiejar.so
2002-04-22 04:00:06 +02:00
lib/kde3/kded_kdeprintd.la
lib/kde3/kded_kdeprintd.so
2003-01-28 19:36:58 +01:00
lib/kde3/kded_kpasswdserver.la
lib/kde3/kded_kpasswdserver.so
2002-04-22 04:00:06 +02:00
lib/kde3/kded_kssld.la
lib/kde3/kded_kssld.so
lib/kde3/kded_kwalletd.la
lib/kde3/kded_kwalletd.so
lib/kde3/kded_proxyscout.la
lib/kde3/kded_proxyscout.so
2002-04-22 04:00:06 +02:00
lib/kde3/kdeprint_cups.la
lib/kde3/kdeprint_cups.so
lib/kde3/kdeprint_ext.la
lib/kde3/kdeprint_ext.so
lib/kde3/kdeprint_lpdunix.la
lib/kde3/kdeprint_lpdunix.so
lib/kde3/kdeprint_lpr.la
lib/kde3/kdeprint_lpr.so
lib/kde3/kdeprint_rlpr.la
lib/kde3/kdeprint_rlpr.so
2003-01-28 19:36:58 +01:00
lib/kde3/kdeprint_tool_escputil.la
lib/kde3/kdeprint_tool_escputil.so
lib/kde3/kfileaudiopreview.la
lib/kde3/kfileaudiopreview.so
2002-04-22 04:00:06 +02:00
lib/kde3/kgzipfilter.la
lib/kde3/kgzipfilter.so
Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to the rigorous testing performed on the part of the KDE/FreeBSD Project over the last three weeks. Thanks to everyone who helped test! General changes: [1] Follow KDE2 style by moving KDE core specific macros and the like to x11/kde3/Makefile.kde. [2] Fix a variety of comments or miscellaneous data to reflect that this is KDE3 and not KDE2. [3] Account for more empty directories in the PLISTs. deskutils/kdepim3: [4] More #include <malloc.h> -> #include <stdlib.h>. audio/arts: [5] Upgrade to 1.0.1. [6] Point at MASTER_SITE_KDE not my own mirror. audio/kdemultimedia3: [7] Account for the removal of the <machine/soundcard.h> symlink. Simply point all such includes at <sys/soundcard.h>. editors/koffice-kde3: [8] Get rid of #include <values.h> preemptively. devel/kdesdk3: [9] Remove cervisia from build if building on -CURRENT due to C++-unsafe sys/wait.h. The header is believed to have been fixed in newer -CURRENT (>= Jun 5) but we have not tested that. devel/kdevelop: [10] Upgrade to 2.1.1 and use KDE 3 version. [11] Remove a number of suggested dependencies that no longer fit. [12] Account for where the docs for Qt went since they got moved to fit in hier(7) better. graphics/kdegraphics3: [13] Turn off kuickshow by default because it depends on imlib, which in turn depends on gtk/glib. This will be revisited when we split up the KDE ports a bit. games/kdegames3: [14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h tried to define uint32_t after sys/types.h already had. sysutils/kdeadmin3: No particular changes. misc/kdeaddons3: No particular changes. misc/kdeedu3: [15] Re-add the huge number of missing @dirrm's. misc/kdeutils3: No particular changes. misc/kde3-i18n-* and */kde3-i18n: For the most part, no particular changes. A huge number of I18N message updates went into this release, though. french/kde3-i18n: [16] Fix build Makefile error due to tarball builder's env. net/kdenetwork3: No particular changes. x11-clocks/kdetoys3: No particular changes. x11/kdebase3: [17] Account for mkfontdir "soft" build-time dependency. If mkfontdir is available, use it to build fonts.dir where kdebase installs fonts. Otherwise, don't bother. [18] Patch ElectricEyes.desktop to use the name of the program that FreeBSD uses when you install the port for it. [19] Patches for KDM merged into KDE 3.0.1. [20] Properly fix kdm/backend/xdmcp.c string format error. x11/kdelibs3: [21] Support the KDE3 version check to make sure no one tries to install KDE2 then KDE3. The 'kde-version-check' target is centralized in x11/kde3/Makefile.kde. [22] Remove patch for kdeprint/configure.in.in. [23] Add patch to fix critical icon loader bug. x11/kde3: [24] Add Makefile.kde for centralizing KDE core-specific macros that don't belong in bsd.kde.mk. x11-toolkits/qt30: [25] Mark broken on any XFree86 version < 4 due to packing list related problems if we tried to support XFree86 3. [26] Error out if the user has Qt2 installed already. x11-wm/kdeartwork3: [27] Add USE_MESA to explicitly support the 3D screensavers. [28] Re-add a large number of missing @dirrm's. Credits: [1] [4] [5] [6] [7] [9] [10] [14] [16] [21] [22] [24] [26]: will [2] [3] [8] [15] [17] [19] [25] [27] [28]: alane [11] [12] Submitted by: Lauri Watts <lauri@kde.org> [13] Found by: mi Removed by: will [18] [23] Submitted by: Andy Fawcett <andy@athame.co.uk> Tested by: [in addition to the above, in no particular order] knu Mattias Douhan <matt@athame.co.uk> Bradley T. Hughes <bhughes@trolltech.com> Erik H. Bakke <ebakke@trolltech.com> David Johnson <david@usermode.org> JJ Behrens <jj@nttmcl.com> Michael W. Collette <metrol@metrol.net> Adriaan de Groot <adridg@sci.kun.nl> Mark Rowlands <mark.rowlands@minmail.net> Mark Stosberg <mark@summersault.com> Dave Cantrell <phaedrus@alltel.net> Mark Miller <joup@bigfoot.com> Wesley Morgan <morganw@chemikals.org> Arjan van Leeuwen <avl@operamail.com>
2002-06-15 18:16:32 +02:00
lib/kde3/khtmlimagepart.la
lib/kde3/khtmlimagepart.so
2002-04-22 04:00:06 +02:00
lib/kde3/kimg_eps.la
lib/kde3/kimg_eps.so
lib/kde3/kimg_ico.la
lib/kde3/kimg_ico.so
lib/kde3/kimg_jp2.la
lib/kde3/kimg_jp2.so
lib/kde3/kimg_pcx.la
lib/kde3/kimg_pcx.so
lib/kde3/kimg_tga.la
lib/kde3/kimg_tga.so
2002-04-22 04:00:06 +02:00
lib/kde3/kimg_tiff.la
lib/kde3/kimg_tiff.so
lib/kde3/kimg_xview.la
lib/kde3/kimg_xview.so
lib/kde3/kio_file.la
lib/kde3/kio_file.so
lib/kde3/kio_ftp.la
lib/kde3/kio_ftp.so
lib/kde3/kio_ghelp.la
lib/kde3/kio_ghelp.so
2002-04-22 04:00:06 +02:00
lib/kde3/kio_help.la
lib/kde3/kio_help.so
lib/kde3/kio_http.la
lib/kde3/kio_http.so
lib/kde3/kio_http_cache_cleaner.la
lib/kde3/kio_http_cache_cleaner.so
2003-01-28 19:36:58 +01:00
lib/kde3/kio_metainfo.la
lib/kde3/kio_metainfo.so
lib/kde3/kio_uiserver.la
lib/kde3/kio_uiserver.so
lib/kde3/kjavaappletviewer.la
lib/kde3/kjavaappletviewer.so
lib/kde3/klauncher.la
lib/kde3/klauncher.so
lib/kde3/knotify.la
lib/kde3/knotify.so
2003-01-28 19:36:58 +01:00
lib/kde3/ktexteditor_insertfile.la
lib/kde3/ktexteditor_insertfile.so
lib/kde3/ktexteditor_isearch.la
lib/kde3/ktexteditor_isearch.so
lib/kde3/ktexteditor_kdatatool.la
lib/kde3/ktexteditor_kdatatool.so
lib/kde3/libkatepart.la
lib/kde3/libkatepart.so
lib/kde3/libkcertpart.la
lib/kde3/libkcertpart.so
lib/kde3/libkdeprint_management_module.la
lib/kde3/libkdeprint_management_module.so
lib/kde3/libkhtmlpart.la
lib/kde3/libkhtmlpart.so
2003-01-28 19:36:58 +01:00
lib/kde3/libkmultipart.la
lib/kde3/libkmultipart.so
lib/kde3/libshellscript.la
lib/kde3/libshellscript.so
2002-04-22 04:00:06 +02:00
lib/kde3/plugins/designer/kdewidgets.la
lib/kde3/plugins/designer/kdewidgets.so
lib/kde3/plugins/styles/highcolor.la
lib/kde3/plugins/styles/highcolor.so
2003-01-28 19:36:58 +01:00
lib/kde3/plugins/styles/keramik.la
lib/kde3/plugins/styles/keramik.so
2002-04-22 04:00:06 +02:00
lib/kde3/plugins/styles/kthemestyle.la
lib/kde3/plugins/styles/kthemestyle.so
lib/kde3/plugins/styles/light.la
lib/kde3/plugins/styles/light.so
lib/libDCOP.la
2000-10-29 01:11:35 +02:00
lib/libDCOP.so
lib/libDCOP.so.6
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)
2001-08-15 14:43:08 +02:00
lib/libartskde.la
lib/libartskde.so
lib/libartskde.so.3
2002-04-22 04:00:06 +02:00
lib/libkabc.la
lib/libkabc.so
lib/libkabc.so.3
lib/libkabc_dir.la
lib/libkabc_dir.so
lib/libkabc_dir.so.1
lib/libkabc_file.la
lib/libkabc_file.so
lib/libkabc_file.so.1
lib/libkabc_ldapkio.la
lib/libkabc_ldapkio.so
lib/libkabc_ldapkio.so.1
lib/libkabc_net.la
lib/libkabc_net.so
lib/libkabc_net.so.1
2002-04-22 04:00:06 +02:00
lib/libkatepartinterfaces.la
lib/libkatepartinterfaces.so
lib/libkatepartinterfaces.so.0
lib/libkdecore.la
2000-10-29 01:11:35 +02:00
lib/libkdecore.so
lib/libkdecore.so.6
lib/libkdefakes.la
lib/libkdefakes.so
lib/libkdefakes.so.6
lib/libkdefakes_nonpic.a
2002-04-22 04:00:06 +02:00
lib/libkdefx.la
lib/libkdefx.so
lib/libkdefx.so.6
lib/libkdeinit_cupsdconf.la
lib/libkdeinit_cupsdconf.so
lib/libkdeinit_dcopserver.la
lib/libkdeinit_dcopserver.so
lib/libkdeinit_kaddprinterwizard.la
lib/libkdeinit_kaddprinterwizard.so
lib/libkdeinit_kbuildsycoca.la
lib/libkdeinit_kbuildsycoca.so
lib/libkdeinit_kconf_update.la
lib/libkdeinit_kconf_update.so
lib/libkdeinit_kcookiejar.la
lib/libkdeinit_kcookiejar.so
lib/libkdeinit_kded.la
lib/libkdeinit_kded.so
lib/libkdeinit_kio_http_cache_cleaner.la
lib/libkdeinit_kio_http_cache_cleaner.so
lib/libkdeinit_kio_uiserver.la
lib/libkdeinit_kio_uiserver.so
lib/libkdeinit_klauncher.la
lib/libkdeinit_klauncher.so
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)
2001-08-15 14:43:08 +02:00
lib/libkdeprint.la
lib/libkdeprint.so
lib/libkdeprint.so.6
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)
2001-08-15 14:43:08 +02:00
lib/libkdeprint_management.la
lib/libkdeprint_management.so
lib/libkdeprint_management.so.6
2002-04-22 04:00:06 +02:00
lib/libkdesasl.la
lib/libkdesasl.so
lib/libkdesasl.so.3
lib/libkdesu.la
2000-10-29 01:11:35 +02:00
lib/libkdesu.so
lib/libkdesu.so.6
lib/libkdeui.la
2000-10-29 01:11:35 +02:00
lib/libkdeui.so
lib/libkdeui.so.6
lib/libkhtml.la
2000-10-29 01:11:35 +02:00
lib/libkhtml.so
lib/libkhtml.so.6
lib/libkio.la
2000-10-29 01:11:35 +02:00
lib/libkio.so
lib/libkio.so.6
lib/libkjava.la
2000-10-29 01:11:35 +02:00
lib/libkjava.so
2002-04-22 04:00:06 +02:00
lib/libkjava.so.1
lib/libkjs.la
2000-10-29 01:11:35 +02:00
lib/libkjs.so
lib/libkjs.so.3
lib/libkmdi.la
lib/libkmdi.so
lib/libkmdi.so.1
2003-01-28 19:36:58 +01:00
lib/libkmediaplayer.la
lib/libkmediaplayer.so
lib/libkmediaplayer.so.0
lib/libkmid.la
2000-10-29 01:11:35 +02:00
lib/libkmid.so
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
lib/libkmid.so.0
lib/libkparts.la
2000-10-29 01:11:35 +02:00
lib/libkparts.so
2003-01-28 19:36:58 +01:00
lib/libkparts.so.3
lib/libkresources.la
lib/libkresources.so
lib/libkresources.so.3
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)
2001-08-15 14:43:08 +02:00
lib/libkscreensaver.la
lib/libkscreensaver.so
lib/libkscreensaver.so.6
2002-04-22 04:00:06 +02:00
lib/libkscript.la
lib/libkscript.so
lib/libkscript.so.0
lib/libkspell.la
2000-10-29 01:11:35 +02:00
lib/libkspell.so
lib/libkspell.so.6
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
lib/libktexteditor.la
2000-10-29 01:11:35 +02:00
lib/libktexteditor.so
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
lib/libktexteditor.so.0
2003-01-28 19:36:58 +01:00
lib/libkutils.la
lib/libkutils.so
lib/libkutils.so.3
lib/libkwalletbackend.la
lib/libkwalletbackend.so
lib/libkwalletbackend.so.1
lib/libkwalletclient.la
lib/libkwalletclient.so
lib/libkwalletclient.so.1
2002-04-22 04:00:06 +02:00
lib/libvcard.la
lib/libvcard.so
lib/libvcard.so.0
share/applications/kde/kresources.desktop
share/apps/LICENSES/ARTISTIC
share/apps/LICENSES/BSD
share/apps/LICENSES/GPL_V2
share/apps/LICENSES/LGPL_V2
share/apps/LICENSES/QPL_V1.0
share/apps/dcopidlng/Ast.pm
share/apps/dcopidlng/Iter.pm
share/apps/dcopidlng/kalyptus
share/apps/dcopidlng/kalyptusCxxToDcopIDL.pm
share/apps/dcopidlng/kalyptusDataDict.pm
share/apps/dcopidlng/kdocAstUtil.pm
share/apps/dcopidlng/kdocLib.pm
share/apps/dcopidlng/kdocParseDoc.pm
share/apps/dcopidlng/kdocUtil.pm
share/apps/kabc/countrytransl.map
2003-01-28 19:36:58 +01:00
share/apps/kabc/formats/binary.desktop
share/apps/katepart/katepartreadonlyui.rc
share/apps/katepart/katepartui.rc
share/apps/katepart/syntax/ada.xml
share/apps/katepart/syntax/asm6502.xml
share/apps/katepart/syntax/awk.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/bash.xml
share/apps/katepart/syntax/bibtex.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/c.xml
share/apps/katepart/syntax/changelog.xml
share/apps/katepart/syntax/coldfusion.xml
share/apps/katepart/syntax/component-pascal.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/cpp.xml
share/apps/katepart/syntax/cs.xml
share/apps/katepart/syntax/css.xml
share/apps/katepart/syntax/cue.xml
share/apps/katepart/syntax/d.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/desktop.xml
share/apps/katepart/syntax/diff.xml
share/apps/katepart/syntax/e.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/eiffel.xml
share/apps/katepart/syntax/ferite.xml
share/apps/katepart/syntax/fortran.xml
share/apps/katepart/syntax/gdl.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/gnuassembler.xml
share/apps/katepart/syntax/haskell.xml
share/apps/katepart/syntax/html.xml
share/apps/katepart/syntax/idconsole.xml
share/apps/katepart/syntax/idl.xml
share/apps/katepart/syntax/ilerpg.xml
share/apps/katepart/syntax/inform.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/java.xml
share/apps/katepart/syntax/javascript.xml
share/apps/katepart/syntax/kbasic.xml
share/apps/katepart/syntax/language.dtd
share/apps/katepart/syntax/latex.xml
share/apps/katepart/syntax/ldif.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/literate-haskell.xml
share/apps/katepart/syntax/lpc.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/mab.xml
share/apps/katepart/syntax/makefile.xml
share/apps/katepart/syntax/mason.xml
share/apps/katepart/syntax/matlab.xml
share/apps/katepart/syntax/modula-2.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/objectivec.xml
share/apps/katepart/syntax/pascal.xml
share/apps/katepart/syntax/perl.xml
share/apps/katepart/syntax/php.xml
share/apps/katepart/syntax/picsrc.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/postscript.xml
share/apps/katepart/syntax/progress.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/prolog.xml
share/apps/katepart/syntax/python.xml
share/apps/katepart/syntax/r.xml
share/apps/katepart/syntax/rexx.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/rpmspec.xml
share/apps/katepart/syntax/rsiidl.xml
share/apps/katepart/syntax/ruby.xml
share/apps/katepart/syntax/sather.xml
share/apps/katepart/syntax/scheme.xml
share/apps/katepart/syntax/sci.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/sgml.xml
share/apps/katepart/syntax/sieve.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/sml.xml
share/apps/katepart/syntax/sql-mysql.xml
share/apps/katepart/syntax/sql-postgresql.xml
share/apps/katepart/syntax/sql.xml
share/apps/katepart/syntax/syntax.template
share/apps/katepart/syntax/tcl.xml
share/apps/katepart/syntax/uscript.xml
share/apps/katepart/syntax/velocity.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/verilog.xml
share/apps/katepart/syntax/vhdl.xml
share/apps/katepart/syntax/vrml.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/winehq.xml
share/apps/katepart/syntax/xharbour.xml
2003-01-28 19:36:58 +01:00
share/apps/katepart/syntax/xml.xml
share/apps/katepart/syntax/xmldebug.xml
share/apps/katepart/syntax/yacas.xml
2002-04-22 04:00:06 +02:00
share/apps/kcertpart/kcertpart.rc
2003-01-28 19:36:58 +01:00
share/apps/kcm_componentchooser/kcm_ktexteditor.desktop
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)
2001-08-15 14:43:08 +02:00
share/apps/kconf_update/kcookiescfg.upd
2002-04-22 04:00:06 +02:00
share/apps/kconf_update/kded.upd
2003-01-28 19:36:58 +01:00
share/apps/kconf_update/kdeprintrc.upd
share/apps/kconf_update/kio_help.upd
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)
2001-08-15 14:43:08 +02:00
share/apps/kconf_update/kioslave.upd
share/apps/kconf_update/move_kio_help_cache.sh
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)
2001-08-15 14:43:08 +02:00
share/apps/kconf_update/proxytype.pl
share/apps/kconf_update/useragent.pl
2002-04-22 04:00:06 +02:00
share/apps/kdeprint/apsdriver1
share/apps/kdeprint/apsdriver2
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)
2001-08-15 14:43:08 +02:00
share/apps/kdeprint/cups_logo.png
share/apps/kdeprint/cupsd.conf.template
share/apps/kdeprint/filters/enscript.desktop
share/apps/kdeprint/filters/enscript.xml
share/apps/kdeprint/filters/imagetops.desktop
share/apps/kdeprint/filters/imagetops.xml
share/apps/kdeprint/filters/pdfwrite.desktop
share/apps/kdeprint/filters/pdfwrite.xml
2003-01-28 19:36:58 +01:00
share/apps/kdeprint/filters/poster.desktop
share/apps/kdeprint/filters/poster.xml
2002-04-22 04:00:06 +02:00
share/apps/kdeprint/filters/ps2pdf.desktop
share/apps/kdeprint/filters/ps2pdf.xml
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)
2001-08-15 14:43:08 +02:00
share/apps/kdeprint/filters/psbook.desktop
share/apps/kdeprint/filters/psbook.xml
share/apps/kdeprint/filters/psbook1.desktop
share/apps/kdeprint/filters/psbook1.xml
share/apps/kdeprint/filters/psbook2.desktop
share/apps/kdeprint/filters/psbook2.xml
share/apps/kdeprint/filters/psnup.desktop
share/apps/kdeprint/filters/psnup.xml
2002-04-22 04:00:06 +02:00
share/apps/kdeprint/filters/psselect.desktop
share/apps/kdeprint/filters/psselect.xml
2003-01-28 19:36:58 +01:00
share/apps/kdeprint/icons/crystalsvg/16x16/actions/filterstop.png
share/apps/kdeprint/icons/crystalsvg/16x16/actions/kdeprint_restartsrv.png
share/apps/kdeprint/icons/crystalsvg/16x16/actions/kdeprint_uploadsmb.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_computer.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_job.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_job_cancelled.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_job_completed.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_job_error.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_job_process.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_job_stopped.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_class.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_class_process.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_class_stopped.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_defect.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_process.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_remote.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_remote_process.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_remote_stopped.png
share/apps/kdeprint/icons/crystalsvg/16x16/apps/kdeprint_printer_stopped.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/history.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_addprinter.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_addpseudo.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_configmgr.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_configsrv.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_defaulthard.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_defaultsoft.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_enableprinter.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_printer.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_printer_infos.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_printstate.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_queuestate.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_report.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_restartsrv.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_stopprinter.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_testprinter.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/kdeprint_uploadsmb.png
share/apps/kdeprint/icons/crystalsvg/22x22/actions/package_utilities.png
share/apps/kdeprint/icons/crystalsvg/22x22/apps/kdeprint_printer.png
2003-01-28 19:36:58 +01:00
share/apps/kdeprint/icons/crystalsvg/32x32/actions/kdeprint_inklevel.png
share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer.png
share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_class.png
share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_class_process.png
share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_class_stopped.png
share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_defect.png
2003-01-28 19:36:58 +01:00
share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_process.png
share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_remote.png
share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_remote_process.png
share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_remote_stopped.png
share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_stopped.png
share/apps/kdeprint/icons/crystalsvg/32x32/apps/kdeprint_printer_users.png
share/apps/kdeprint/icons/crystalsvg/48x48/apps/kdeprint_printer.png
share/apps/kdeprint/icons/crystalsvg/48x48/apps/kdeprint_printer_class.png
share/apps/kdeprint/icons/crystalsvg/64x64/apps/kdeprint_printer.png
share/apps/kdeprint/icons/crystalsvg/64x64/apps/kdeprint_printer_class.png
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)
2001-08-15 14:43:08 +02:00
share/apps/kdeprint/kde_logo.png
2002-04-22 04:00:06 +02:00
share/apps/kdeprint/lprngtooldriver1
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)
2001-08-15 14:43:08 +02:00
share/apps/kdeprint/pics/kdeprint_collate.png
share/apps/kdeprint/pics/kdeprint_collate_reverse.png
share/apps/kdeprint/pics/kdeprint_color.png
share/apps/kdeprint/pics/kdeprint_duplex_long.png
share/apps/kdeprint/pics/kdeprint_duplex_none.png
share/apps/kdeprint/pics/kdeprint_duplex_short.png
share/apps/kdeprint/pics/kdeprint_grayscale.png
share/apps/kdeprint/pics/kdeprint_landscape.png
share/apps/kdeprint/pics/kdeprint_nup1.png
share/apps/kdeprint/pics/kdeprint_nup2.png
share/apps/kdeprint/pics/kdeprint_nup4.png
2002-04-22 04:00:06 +02:00
share/apps/kdeprint/pics/kdeprint_nupother.png
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)
2001-08-15 14:43:08 +02:00
share/apps/kdeprint/pics/kdeprint_portrait.png
2002-04-22 04:00:06 +02:00
share/apps/kdeprint/pics/kdeprint_prettyprint.png
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)
2001-08-15 14:43:08 +02:00
share/apps/kdeprint/pics/kdeprint_revlandscape.png
share/apps/kdeprint/pics/kdeprint_revportrait.png
share/apps/kdeprint/pics/kdeprint_uncollate.png
share/apps/kdeprint/pics/kdeprint_uncollate_reverse.png
share/apps/kdeprint/plugins/cups.print
share/apps/kdeprint/plugins/ext.print
share/apps/kdeprint/plugins/lpdunix.print
2002-04-22 04:00:06 +02:00
share/apps/kdeprint/plugins/lpr.print
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)
2001-08-15 14:43:08 +02:00
share/apps/kdeprint/plugins/rlpr.print
2002-04-22 04:00:06 +02:00
share/apps/kdeprint/preview-mini.png
share/apps/kdeprint/preview.png
share/apps/kdeprint/side.png
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)
2001-08-15 14:43:08 +02:00
share/apps/kdeprint/specials.desktop
share/apps/kdeprint/testprint.ps
2002-04-22 04:00:06 +02:00
share/apps/kdeprint/tiledown.png
share/apps/kdeprint/tileup.png
2003-01-28 19:36:58 +01:00
share/apps/kdeprint/tools/escputil.desktop
share/apps/kdeui/pics/aboutkde.png
share/apps/kdeui/pics/keys.png
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)
2001-08-15 14:43:08 +02:00
share/apps/kdeui/pics/ktip-background.png
share/apps/kdeui/pics/ktip-bulb.png
share/apps/kdewidgets/pics/kactivelabel.png
2003-01-28 19:36:58 +01:00
share/apps/kdewidgets/pics/kcharselect.png
2002-04-22 04:00:06 +02:00
share/apps/kdewidgets/pics/kcmodule.png
share/apps/kdewidgets/pics/kcolorbutton.png
share/apps/kdewidgets/pics/kcolorcombo.png
share/apps/kdewidgets/pics/kcombobox.png
2003-01-28 19:36:58 +01:00
share/apps/kdewidgets/pics/kdatepicker.png
2002-04-22 04:00:06 +02:00
share/apps/kdewidgets/pics/kdatewidget.png
2003-01-28 19:36:58 +01:00
share/apps/kdewidgets/pics/kdialog.png
share/apps/kdewidgets/pics/kdoublenuminput.png
share/apps/kdewidgets/pics/kdoublespinbox.png
2002-04-22 04:00:06 +02:00
share/apps/kdewidgets/pics/kdualcolorbutton.png
2003-01-28 19:36:58 +01:00
share/apps/kdewidgets/pics/keditlistbox.png
share/apps/kdewidgets/pics/kfontcombo.png
share/apps/kdewidgets/pics/kfontrequester.png
2002-04-22 04:00:06 +02:00
share/apps/kdewidgets/pics/kgradientselector.png
2003-01-28 19:36:58 +01:00
share/apps/kdewidgets/pics/khistorycombo.png
2002-04-22 04:00:06 +02:00
share/apps/kdewidgets/pics/khsselector.png
share/apps/kdewidgets/pics/kiconbutton.png
share/apps/kdewidgets/pics/kiconview.png
2003-01-28 19:36:58 +01:00
share/apps/kdewidgets/pics/kintnuminput.png
2002-04-22 04:00:06 +02:00
share/apps/kdewidgets/pics/kintspinbox.png
share/apps/kdewidgets/pics/kkeybutton.png
2002-04-22 04:00:06 +02:00
share/apps/kdewidgets/pics/kled.png
share/apps/kdewidgets/pics/klineedit.png
share/apps/kdewidgets/pics/klistbox.png
share/apps/kdewidgets/pics/klistview.png
share/apps/kdewidgets/pics/kpasswordedit.png
share/apps/kdewidgets/pics/kprogress.png
share/apps/kdewidgets/pics/kpushbutton.png
2003-01-28 19:36:58 +01:00
share/apps/kdewidgets/pics/krestrictedline.png
2002-04-22 04:00:06 +02:00
share/apps/kdewidgets/pics/kruler.png
share/apps/kdewidgets/pics/ksqueezedtextlabel.png
share/apps/kdewidgets/pics/ktextbrowser.png
2003-01-28 19:36:58 +01:00
share/apps/kdewidgets/pics/ktextedit.png
share/apps/kdewidgets/pics/ktimewidget.png
share/apps/kdewidgets/pics/kurlcomborequester.png
2002-04-22 04:00:06 +02:00
share/apps/kdewidgets/pics/kurllabel.png
share/apps/kdewidgets/pics/kurlrequester.png
share/apps/khtml/css/html4.css
share/apps/khtml/css/quirks.css
share/apps/khtml/icons/crystalsvg/128x128/actions/bug.png
share/apps/khtml/icons/crystalsvg/16x16/actions/bug.png
2003-01-28 19:36:58 +01:00
share/apps/khtml/icons/crystalsvg/16x16/actions/images_display.png
share/apps/khtml/icons/crystalsvg/16x16/actions/wallet_open.png
share/apps/khtml/icons/crystalsvg/22x22/actions/bug.png
share/apps/khtml/icons/crystalsvg/22x22/actions/dbgnext.png
share/apps/khtml/icons/crystalsvg/22x22/actions/dbgrun.png
share/apps/khtml/icons/crystalsvg/22x22/actions/dbgrunto.png
share/apps/khtml/icons/crystalsvg/22x22/actions/dbgstep.png
2003-01-28 19:36:58 +01:00
share/apps/khtml/icons/crystalsvg/22x22/actions/images_display.png
share/apps/khtml/icons/crystalsvg/32x32/actions/bug.png
2003-01-28 19:36:58 +01:00
share/apps/khtml/icons/crystalsvg/32x32/actions/images_display.png
share/apps/khtml/icons/crystalsvg/48x48/actions/bug.png
share/apps/khtml/icons/crystalsvg/64x64/actions/bug.png
share/apps/khtml/khtml.rc
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
share/apps/khtml/khtml_browser.rc
share/apps/khtml/khtml_popupmenu.rc
2003-01-28 19:36:58 +01:00
share/apps/kio_uiserver/icons/crystalsvg/16x16/apps/kio_uiserver.png
share/apps/kjava/kjava.jar
share/apps/kjava/kjava.policy
2004-04-20 11:08:07 +02:00
share/apps/kjava/pluginsinfo
share/apps/knotify/eventsrc
2003-01-28 19:36:58 +01:00
share/apps/ksgmltools2/customization/README
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/af/catalog
share/apps/ksgmltools2/customization/af/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/af/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/af/entities/help-menu.docbook
share/apps/ksgmltools2/customization/af/entities/install-compile.docbook
share/apps/ksgmltools2/customization/af/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/af/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/af/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/af/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/af/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/af/entities/underFDL.docbook
share/apps/ksgmltools2/customization/af/entities/underGPL.docbook
share/apps/ksgmltools2/customization/af/entities/underX11License.docbook
share/apps/ksgmltools2/customization/af/entities/update-doc.docbook
share/apps/ksgmltools2/customization/af/lang.entities
share/apps/ksgmltools2/customization/af/strings.entities
share/apps/ksgmltools2/customization/af/user.entities
share/apps/ksgmltools2/customization/bg/catalog
share/apps/ksgmltools2/customization/bg/contributor.entities
share/apps/ksgmltools2/customization/bg/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/bg/entities/gpl-notice.docbook
share/apps/ksgmltools2/customization/bg/entities/help-menu.docbook
share/apps/ksgmltools2/customization/bg/entities/install-compile.docbook
share/apps/ksgmltools2/customization/bg/entities/install-intro.docbook
share/apps/ksgmltools2/customization/bg/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/bg/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/bg/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/bg/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/bg/entities/underFDL.docbook
share/apps/ksgmltools2/customization/bg/entities/underGPL.docbook
share/apps/ksgmltools2/customization/bg/entities/underX11License.docbook
share/apps/ksgmltools2/customization/bg/entities/update-doc.docbook
share/apps/ksgmltools2/customization/bg/lang.entities
share/apps/ksgmltools2/customization/bg/strings.entities
share/apps/ksgmltools2/customization/bg/user.entities
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/ca/catalog
share/apps/ksgmltools2/customization/ca/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/ca/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/ca/entities/help-menu.docbook
share/apps/ksgmltools2/customization/ca/entities/install-compile.docbook
share/apps/ksgmltools2/customization/ca/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/ca/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/ca/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/ca/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/ca/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/ca/entities/underFDL.docbook
share/apps/ksgmltools2/customization/ca/entities/underGPL.docbook
share/apps/ksgmltools2/customization/ca/entities/underLGPL.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/ca/entities/underX11License.docbook
share/apps/ksgmltools2/customization/ca/entities/update-doc.docbook
share/apps/ksgmltools2/customization/ca/lang.entities
share/apps/ksgmltools2/customization/ca/strings.entities
share/apps/ksgmltools2/customization/ca/user.entities
share/apps/ksgmltools2/customization/catalog
share/apps/ksgmltools2/customization/cs/catalog
share/apps/ksgmltools2/customization/cs/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/cs/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/cs/entities/help-menu.docbook
share/apps/ksgmltools2/customization/cs/entities/install-compile.docbook
share/apps/ksgmltools2/customization/cs/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/cs/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/cs/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/cs/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/cs/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/cs/entities/underFDL.docbook
share/apps/ksgmltools2/customization/cs/entities/underGPL.docbook
share/apps/ksgmltools2/customization/cs/entities/underX11License.docbook
share/apps/ksgmltools2/customization/cs/entities/update-doc.docbook
share/apps/ksgmltools2/customization/cs/lang.entities
share/apps/ksgmltools2/customization/cs/strings.entities
share/apps/ksgmltools2/customization/cs/user.entities
share/apps/ksgmltools2/customization/da/catalog
share/apps/ksgmltools2/customization/da/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/da/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/da/entities/help-menu.docbook
share/apps/ksgmltools2/customization/da/entities/install-compile.docbook
share/apps/ksgmltools2/customization/da/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/da/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/da/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/da/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/da/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/da/entities/underFDL.docbook
share/apps/ksgmltools2/customization/da/entities/underGPL.docbook
share/apps/ksgmltools2/customization/da/entities/underX11License.docbook
share/apps/ksgmltools2/customization/da/entities/update-doc.docbook
share/apps/ksgmltools2/customization/da/lang.entities
share/apps/ksgmltools2/customization/da/strings.entities
share/apps/ksgmltools2/customization/da/user.entities
share/apps/ksgmltools2/customization/de/catalog
share/apps/ksgmltools2/customization/de/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/de/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/de/entities/help-menu.docbook
share/apps/ksgmltools2/customization/de/entities/install-compile.docbook
share/apps/ksgmltools2/customization/de/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/de/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/de/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/de/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/de/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/de/entities/underFDL.docbook
share/apps/ksgmltools2/customization/de/entities/underGPL.docbook
share/apps/ksgmltools2/customization/de/entities/underX11License.docbook
share/apps/ksgmltools2/customization/de/entities/update-doc.docbook
share/apps/ksgmltools2/customization/de/lang.entities
share/apps/ksgmltools2/customization/de/strings.entities
share/apps/ksgmltools2/customization/de/user.entities
share/apps/ksgmltools2/customization/dtd/kdex.dtd
share/apps/ksgmltools2/customization/dtd/modifications.elements
share/apps/ksgmltools2/customization/dtd/rdbhier2.elements
share/apps/ksgmltools2/customization/dtd/rdbpool.elements
share/apps/ksgmltools2/customization/el/catalog
share/apps/ksgmltools2/customization/el/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/el/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/el/entities/help-menu.docbook
share/apps/ksgmltools2/customization/el/entities/install-compile.docbook
share/apps/ksgmltools2/customization/el/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/el/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/el/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/el/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/el/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/el/entities/underFDL.docbook
share/apps/ksgmltools2/customization/el/entities/underGPL.docbook
share/apps/ksgmltools2/customization/el/entities/underX11License.docbook
share/apps/ksgmltools2/customization/el/entities/update-doc.docbook
share/apps/ksgmltools2/customization/el/lang.entities
share/apps/ksgmltools2/customization/el/strings.entities
share/apps/ksgmltools2/customization/el/user.entities
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/en-GB/catalog
share/apps/ksgmltools2/customization/en-GB/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/en-GB/entities/gpl-notice.docbook
share/apps/ksgmltools2/customization/en-GB/entities/help-menu.docbook
share/apps/ksgmltools2/customization/en-GB/entities/install-compile.docbook
share/apps/ksgmltools2/customization/en-GB/entities/install-intro.docbook
share/apps/ksgmltools2/customization/en-GB/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/en-GB/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/en-GB/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/en-GB/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/en-GB/entities/underFDL.docbook
share/apps/ksgmltools2/customization/en-GB/entities/underGPL.docbook
share/apps/ksgmltools2/customization/en-GB/entities/underX11License.docbook
share/apps/ksgmltools2/customization/en-GB/entities/update-doc.docbook
share/apps/ksgmltools2/customization/en-GB/lang.entities
share/apps/ksgmltools2/customization/en-GB/strings.entities
share/apps/ksgmltools2/customization/en-GB/user.entities
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/en/catalog
share/apps/ksgmltools2/customization/en/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/en/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/en/entities/help-menu.docbook
share/apps/ksgmltools2/customization/en/entities/install-compile.docbook
share/apps/ksgmltools2/customization/en/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/en/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/en/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/en/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/en/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/en/entities/underFDL.docbook
share/apps/ksgmltools2/customization/en/entities/underGPL.docbook
share/apps/ksgmltools2/customization/en/entities/underLGPL.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/en/entities/underX11License.docbook
share/apps/ksgmltools2/customization/en/entities/update-doc.docbook
share/apps/ksgmltools2/customization/en/lang.entities
share/apps/ksgmltools2/customization/en/strings.entities
share/apps/ksgmltools2/customization/en/user.entities
share/apps/ksgmltools2/customization/entities/contributor.entities
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/entities/general.entities
share/apps/ksgmltools2/customization/entities/l10n.entities
share/apps/ksgmltools2/customization/es/catalog
share/apps/ksgmltools2/customization/es/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/es/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/es/entities/help-menu.docbook
share/apps/ksgmltools2/customization/es/entities/install-compile.docbook
share/apps/ksgmltools2/customization/es/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/es/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/es/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/es/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/es/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/es/entities/underFDL.docbook
share/apps/ksgmltools2/customization/es/entities/underGPL.docbook
share/apps/ksgmltools2/customization/es/entities/underX11License.docbook
share/apps/ksgmltools2/customization/es/entities/update-doc.docbook
share/apps/ksgmltools2/customization/es/lang.entities
share/apps/ksgmltools2/customization/es/strings.entities
share/apps/ksgmltools2/customization/es/user.entities
share/apps/ksgmltools2/customization/et/catalog
share/apps/ksgmltools2/customization/et/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/et/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/et/entities/help-menu.docbook
share/apps/ksgmltools2/customization/et/entities/install-compile.docbook
share/apps/ksgmltools2/customization/et/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/et/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/et/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/et/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/et/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/et/entities/underFDL.docbook
share/apps/ksgmltools2/customization/et/entities/underGPL.docbook
share/apps/ksgmltools2/customization/et/entities/underX11License.docbook
share/apps/ksgmltools2/customization/et/entities/update-doc.docbook
share/apps/ksgmltools2/customization/et/lang.entities
share/apps/ksgmltools2/customization/et/strings.entities
share/apps/ksgmltools2/customization/et/user.entities
share/apps/ksgmltools2/customization/fi/catalog
share/apps/ksgmltools2/customization/fi/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/fi/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/fi/entities/help-menu.docbook
share/apps/ksgmltools2/customization/fi/entities/install-compile.docbook
share/apps/ksgmltools2/customization/fi/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/fi/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/fi/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/fi/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/fi/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/fi/entities/underFDL.docbook
share/apps/ksgmltools2/customization/fi/entities/underGPL.docbook
share/apps/ksgmltools2/customization/fi/entities/underX11License.docbook
share/apps/ksgmltools2/customization/fi/entities/update-doc.docbook
share/apps/ksgmltools2/customization/fi/lang.entities
share/apps/ksgmltools2/customization/fi/strings.entities
share/apps/ksgmltools2/customization/fi/user.entities
share/apps/ksgmltools2/customization/fo/catalog
share/apps/ksgmltools2/customization/fo/contributor.entities
share/apps/ksgmltools2/customization/fo/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/fo/entities/gpl-notice.docbook
share/apps/ksgmltools2/customization/fo/entities/help-menu.docbook
share/apps/ksgmltools2/customization/fo/entities/install-compile.docbook
share/apps/ksgmltools2/customization/fo/entities/install-intro.docbook
share/apps/ksgmltools2/customization/fo/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/fo/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/fo/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/fo/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/fo/entities/underFDL.docbook
share/apps/ksgmltools2/customization/fo/entities/underGPL.docbook
share/apps/ksgmltools2/customization/fo/entities/underX11License.docbook
share/apps/ksgmltools2/customization/fo/entities/update-doc.docbook
share/apps/ksgmltools2/customization/fo/lang.entities
share/apps/ksgmltools2/customization/fo/strings.entities
share/apps/ksgmltools2/customization/fo/user.entities
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/fr/catalog
share/apps/ksgmltools2/customization/fr/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/fr/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/fr/entities/help-menu.docbook
share/apps/ksgmltools2/customization/fr/entities/install-compile.docbook
share/apps/ksgmltools2/customization/fr/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/fr/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/fr/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/fr/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/fr/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/fr/entities/underFDL.docbook
share/apps/ksgmltools2/customization/fr/entities/underGPL.docbook
share/apps/ksgmltools2/customization/fr/entities/underX11License.docbook
share/apps/ksgmltools2/customization/fr/entities/update-doc.docbook
share/apps/ksgmltools2/customization/fr/lang.entities
share/apps/ksgmltools2/customization/fr/strings.entities
share/apps/ksgmltools2/customization/fr/user.entities
2003-01-28 19:36:58 +01:00
share/apps/ksgmltools2/customization/he/catalog
share/apps/ksgmltools2/customization/he/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/he/entities/gpl-notice.docbook
share/apps/ksgmltools2/customization/he/entities/help-menu.docbook
share/apps/ksgmltools2/customization/he/entities/install-compile.docbook
share/apps/ksgmltools2/customization/he/entities/install-intro.docbook
share/apps/ksgmltools2/customization/he/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/he/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/he/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/he/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/he/entities/underFDL.docbook
share/apps/ksgmltools2/customization/he/entities/underGPL.docbook
share/apps/ksgmltools2/customization/he/entities/underX11License.docbook
share/apps/ksgmltools2/customization/he/entities/update-doc.docbook
share/apps/ksgmltools2/customization/he/lang.entities
share/apps/ksgmltools2/customization/he/strings.entities
share/apps/ksgmltools2/customization/he/user.entities
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/htdig_index.xsl
share/apps/ksgmltools2/customization/hu/catalog
share/apps/ksgmltools2/customization/hu/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/hu/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/hu/entities/help-menu.docbook
share/apps/ksgmltools2/customization/hu/entities/install-compile.docbook
share/apps/ksgmltools2/customization/hu/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/hu/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/hu/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/hu/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/hu/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/hu/entities/underFDL.docbook
share/apps/ksgmltools2/customization/hu/entities/underGPL.docbook
share/apps/ksgmltools2/customization/hu/entities/underX11License.docbook
share/apps/ksgmltools2/customization/hu/entities/update-doc.docbook
share/apps/ksgmltools2/customization/hu/lang.entities
share/apps/ksgmltools2/customization/hu/strings.entities
share/apps/ksgmltools2/customization/hu/user.entities
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/id/catalog
share/apps/ksgmltools2/customization/id/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/id/entities/gpl-notice.docbook
share/apps/ksgmltools2/customization/id/entities/help-menu.docbook
share/apps/ksgmltools2/customization/id/entities/install-compile.docbook
share/apps/ksgmltools2/customization/id/entities/install-intro.docbook
share/apps/ksgmltools2/customization/id/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/id/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/id/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/id/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/id/entities/underFDL.docbook
share/apps/ksgmltools2/customization/id/entities/underGPL.docbook
share/apps/ksgmltools2/customization/id/entities/underX11License.docbook
share/apps/ksgmltools2/customization/id/entities/update-doc.docbook
share/apps/ksgmltools2/customization/id/lang.entities
share/apps/ksgmltools2/customization/id/strings.entities
share/apps/ksgmltools2/customization/id/user.entities
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/it/catalog
share/apps/ksgmltools2/customization/it/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/it/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/it/entities/help-menu.docbook
share/apps/ksgmltools2/customization/it/entities/install-compile.docbook
share/apps/ksgmltools2/customization/it/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/it/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/it/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/it/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/it/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/it/entities/underFDL.docbook
share/apps/ksgmltools2/customization/it/entities/underGPL.docbook
share/apps/ksgmltools2/customization/it/entities/underX11License.docbook
share/apps/ksgmltools2/customization/it/entities/update-doc.docbook
share/apps/ksgmltools2/customization/it/lang.entities
share/apps/ksgmltools2/customization/it/strings.entities
share/apps/ksgmltools2/customization/it/user.entities
share/apps/ksgmltools2/customization/ja/catalog
share/apps/ksgmltools2/customization/ja/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/ja/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/ja/entities/help-menu.docbook
share/apps/ksgmltools2/customization/ja/entities/install-compile.docbook
share/apps/ksgmltools2/customization/ja/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/ja/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/ja/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/ja/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/ja/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/ja/entities/underFDL.docbook
share/apps/ksgmltools2/customization/ja/entities/underGPL.docbook
share/apps/ksgmltools2/customization/ja/entities/underX11License.docbook
share/apps/ksgmltools2/customization/ja/entities/update-doc.docbook
share/apps/ksgmltools2/customization/ja/lang.entities
share/apps/ksgmltools2/customization/ja/strings.entities
share/apps/ksgmltools2/customization/ja/user.entities
2003-01-28 19:36:58 +01:00
share/apps/ksgmltools2/customization/kde-chunk-online.xsl
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/kde-chunk.xsl
2003-01-28 19:36:58 +01:00
share/apps/ksgmltools2/customization/kde-navig-online.xsl
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/kde-navig.xsl
2003-01-28 19:36:58 +01:00
share/apps/ksgmltools2/customization/kde-nochunk.xsl
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/kde-style.xsl
share/apps/ksgmltools2/customization/kde-ttlpg.xsl
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/kde-web-navig.xsl
share/apps/ksgmltools2/customization/kde-web.xsl
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/ko/catalog
share/apps/ksgmltools2/customization/ko/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/ko/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/ko/entities/help-menu.docbook
share/apps/ksgmltools2/customization/ko/entities/install-compile.docbook
share/apps/ksgmltools2/customization/ko/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/ko/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/ko/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/ko/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/ko/entities/underFDL.docbook
share/apps/ksgmltools2/customization/ko/entities/underGPL.docbook
share/apps/ksgmltools2/customization/ko/entities/underX11License.docbook
share/apps/ksgmltools2/customization/ko/entities/update-doc.docbook
share/apps/ksgmltools2/customization/ko/lang.entities
share/apps/ksgmltools2/customization/ko/strings.entities
share/apps/ksgmltools2/customization/ko/user.entities
share/apps/ksgmltools2/customization/lt/catalog
share/apps/ksgmltools2/customization/lt/contributor.entities
share/apps/ksgmltools2/customization/lt/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/lt/entities/gpl-notice.docbook
share/apps/ksgmltools2/customization/lt/entities/help-menu.docbook
share/apps/ksgmltools2/customization/lt/entities/install-compile.docbook
share/apps/ksgmltools2/customization/lt/entities/install-intro.docbook
share/apps/ksgmltools2/customization/lt/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/lt/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/lt/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/lt/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/lt/entities/underFDL.docbook
share/apps/ksgmltools2/customization/lt/entities/underGPL.docbook
share/apps/ksgmltools2/customization/lt/entities/underX11License.docbook
share/apps/ksgmltools2/customization/lt/entities/update-doc.docbook
share/apps/ksgmltools2/customization/lt/lang.entities
share/apps/ksgmltools2/customization/lt/strings.entities
share/apps/ksgmltools2/customization/lt/user.entities
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/nl/catalog
share/apps/ksgmltools2/customization/nl/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/nl/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/nl/entities/help-menu.docbook
share/apps/ksgmltools2/customization/nl/entities/install-compile.docbook
share/apps/ksgmltools2/customization/nl/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/nl/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/nl/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/nl/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/nl/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/nl/entities/underFDL.docbook
share/apps/ksgmltools2/customization/nl/entities/underGPL.docbook
share/apps/ksgmltools2/customization/nl/entities/underX11License.docbook
share/apps/ksgmltools2/customization/nl/entities/update-doc.docbook
share/apps/ksgmltools2/customization/nl/lang.entities
share/apps/ksgmltools2/customization/nl/strings.entities
share/apps/ksgmltools2/customization/nl/user.entities
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/nn/catalog
share/apps/ksgmltools2/customization/nn/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/nn/entities/gpl-notice.docbook
share/apps/ksgmltools2/customization/nn/entities/help-menu.docbook
share/apps/ksgmltools2/customization/nn/entities/install-compile.docbook
share/apps/ksgmltools2/customization/nn/entities/install-intro.docbook
share/apps/ksgmltools2/customization/nn/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/nn/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/nn/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/nn/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/nn/entities/underFDL.docbook
share/apps/ksgmltools2/customization/nn/entities/underGPL.docbook
share/apps/ksgmltools2/customization/nn/entities/underX11License.docbook
share/apps/ksgmltools2/customization/nn/entities/update-doc.docbook
share/apps/ksgmltools2/customization/nn/lang.entities
share/apps/ksgmltools2/customization/nn/strings.entities
share/apps/ksgmltools2/customization/nn/user.entities
Upgrade KDE to 2.2.2: * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 04:47:18 +01:00
share/apps/ksgmltools2/customization/no/catalog
share/apps/ksgmltools2/customization/no/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/no/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/no/entities/help-menu.docbook
share/apps/ksgmltools2/customization/no/entities/install-compile.docbook
share/apps/ksgmltools2/customization/no/entities/install-intro.docbook
Upgrade KDE to 2.2.2: * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 04:47:18 +01:00
share/apps/ksgmltools2/customization/no/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/no/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/no/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/no/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/no/entities/underFDL.docbook
share/apps/ksgmltools2/customization/no/entities/underGPL.docbook
share/apps/ksgmltools2/customization/no/entities/underX11License.docbook
share/apps/ksgmltools2/customization/no/entities/update-doc.docbook
share/apps/ksgmltools2/customization/no/lang.entities
share/apps/ksgmltools2/customization/no/strings.entities
share/apps/ksgmltools2/customization/no/user.entities
2003-01-28 19:36:58 +01:00
share/apps/ksgmltools2/customization/obsolete/general.entities
share/apps/ksgmltools2/customization/obsolete/kdex-412-10.dtd
2003-01-28 19:36:58 +01:00
share/apps/ksgmltools2/customization/obsolete/kdex.dtd
share/apps/ksgmltools2/customization/obsolete/modifications.elements
share/apps/ksgmltools2/customization/obsolete/rdbpool.elements
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/pl/catalog
share/apps/ksgmltools2/customization/pl/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/pl/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/pl/entities/help-menu.docbook
share/apps/ksgmltools2/customization/pl/entities/install-compile.docbook
share/apps/ksgmltools2/customization/pl/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/pl/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/pl/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/pl/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/pl/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/pl/entities/underFDL.docbook
share/apps/ksgmltools2/customization/pl/entities/underGPL.docbook
share/apps/ksgmltools2/customization/pl/entities/underX11License.docbook
share/apps/ksgmltools2/customization/pl/entities/update-doc.docbook
share/apps/ksgmltools2/customization/pl/lang.entities
share/apps/ksgmltools2/customization/pl/strings.entities
share/apps/ksgmltools2/customization/pl/user.entities
share/apps/ksgmltools2/customization/pt-BR/catalog
share/apps/ksgmltools2/customization/pt-BR/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/pt-BR/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/pt-BR/entities/help-menu.docbook
share/apps/ksgmltools2/customization/pt-BR/entities/install-compile.docbook
share/apps/ksgmltools2/customization/pt-BR/entities/install-intro.docbook
share/apps/ksgmltools2/customization/pt-BR/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/pt-BR/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/pt-BR/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/pt-BR/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/pt-BR/entities/underFDL.docbook
share/apps/ksgmltools2/customization/pt-BR/entities/underGPL.docbook
share/apps/ksgmltools2/customization/pt-BR/entities/underX11License.docbook
share/apps/ksgmltools2/customization/pt-BR/entities/update-doc.docbook
share/apps/ksgmltools2/customization/pt-BR/lang.entities
share/apps/ksgmltools2/customization/pt-BR/strings.entities
share/apps/ksgmltools2/customization/pt-BR/user.entities
Upgrade KDE to 2.2.2: * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 04:47:18 +01:00
share/apps/ksgmltools2/customization/pt/catalog
share/apps/ksgmltools2/customization/pt/contributor.entities
Upgrade KDE to 2.2.2: * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 04:47:18 +01:00
share/apps/ksgmltools2/customization/pt/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/pt/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/pt/entities/help-menu.docbook
share/apps/ksgmltools2/customization/pt/entities/install-compile.docbook
share/apps/ksgmltools2/customization/pt/entities/install-intro.docbook
Upgrade KDE to 2.2.2: * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 04:47:18 +01:00
share/apps/ksgmltools2/customization/pt/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/pt/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/pt/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/pt/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/pt/entities/underFDL.docbook
share/apps/ksgmltools2/customization/pt/entities/underGPL.docbook
share/apps/ksgmltools2/customization/pt/entities/underX11License.docbook
share/apps/ksgmltools2/customization/pt/entities/update-doc.docbook
share/apps/ksgmltools2/customization/pt/lang.entities
share/apps/ksgmltools2/customization/pt/strings.entities
share/apps/ksgmltools2/customization/pt/user.entities
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/ro/catalog
share/apps/ksgmltools2/customization/ro/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/ro/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/ro/entities/help-menu.docbook
share/apps/ksgmltools2/customization/ro/entities/install-compile.docbook
share/apps/ksgmltools2/customization/ro/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/ro/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/ro/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/ro/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/ro/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/ro/entities/underFDL.docbook
share/apps/ksgmltools2/customization/ro/entities/underGPL.docbook
share/apps/ksgmltools2/customization/ro/entities/underLGPL.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/ro/entities/underX11License.docbook
share/apps/ksgmltools2/customization/ro/entities/update-doc.docbook
share/apps/ksgmltools2/customization/ro/lang.entities
share/apps/ksgmltools2/customization/ro/strings.entities
share/apps/ksgmltools2/customization/ro/user.entities
share/apps/ksgmltools2/customization/ru/catalog
share/apps/ksgmltools2/customization/ru/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/ru/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/ru/entities/help-menu.docbook
share/apps/ksgmltools2/customization/ru/entities/install-compile.docbook
share/apps/ksgmltools2/customization/ru/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/ru/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/ru/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/ru/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/ru/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/ru/entities/underFDL.docbook
share/apps/ksgmltools2/customization/ru/entities/underGPL.docbook
share/apps/ksgmltools2/customization/ru/entities/underX11License.docbook
share/apps/ksgmltools2/customization/ru/entities/update-doc.docbook
share/apps/ksgmltools2/customization/ru/lang.entities
share/apps/ksgmltools2/customization/ru/strings.entities
share/apps/ksgmltools2/customization/ru/user.entities
share/apps/ksgmltools2/customization/sk/catalog
share/apps/ksgmltools2/customization/sk/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/sk/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/sk/entities/help-menu.docbook
share/apps/ksgmltools2/customization/sk/entities/install-compile.docbook
share/apps/ksgmltools2/customization/sk/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/sk/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/sk/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/sk/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/sk/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/sk/entities/underFDL.docbook
share/apps/ksgmltools2/customization/sk/entities/underGPL.docbook
share/apps/ksgmltools2/customization/sk/entities/underX11License.docbook
share/apps/ksgmltools2/customization/sk/entities/update-doc.docbook
share/apps/ksgmltools2/customization/sk/lang.entities
share/apps/ksgmltools2/customization/sk/strings.entities
share/apps/ksgmltools2/customization/sk/user.entities
share/apps/ksgmltools2/customization/sl/catalog
share/apps/ksgmltools2/customization/sl/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/sl/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/sl/entities/help-menu.docbook
share/apps/ksgmltools2/customization/sl/entities/install-compile.docbook
share/apps/ksgmltools2/customization/sl/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/sl/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/sl/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/sl/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/sl/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/sl/entities/underFDL.docbook
share/apps/ksgmltools2/customization/sl/entities/underGPL.docbook
share/apps/ksgmltools2/customization/sl/entities/underX11License.docbook
share/apps/ksgmltools2/customization/sl/entities/update-doc.docbook
share/apps/ksgmltools2/customization/sl/lang.entities
share/apps/ksgmltools2/customization/sl/strings.entities
share/apps/ksgmltools2/customization/sl/user.entities
share/apps/ksgmltools2/customization/sr/catalog
share/apps/ksgmltools2/customization/sr/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/sr/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/sr/entities/help-menu.docbook
share/apps/ksgmltools2/customization/sr/entities/install-compile.docbook
share/apps/ksgmltools2/customization/sr/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/sr/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/sr/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/sr/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/sr/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/sr/entities/underFDL.docbook
share/apps/ksgmltools2/customization/sr/entities/underGPL.docbook
share/apps/ksgmltools2/customization/sr/entities/underX11License.docbook
share/apps/ksgmltools2/customization/sr/entities/update-doc.docbook
share/apps/ksgmltools2/customization/sr/lang.entities
share/apps/ksgmltools2/customization/sr/strings.entities
share/apps/ksgmltools2/customization/sr/user.entities
share/apps/ksgmltools2/customization/sv/catalog
share/apps/ksgmltools2/customization/sv/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/sv/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/sv/entities/help-menu.docbook
share/apps/ksgmltools2/customization/sv/entities/install-compile.docbook
share/apps/ksgmltools2/customization/sv/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/sv/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/sv/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/sv/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/sv/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/sv/entities/underFDL.docbook
share/apps/ksgmltools2/customization/sv/entities/underGPL.docbook
share/apps/ksgmltools2/customization/sv/entities/underX11License.docbook
share/apps/ksgmltools2/customization/sv/entities/update-doc.docbook
share/apps/ksgmltools2/customization/sv/lang.entities
share/apps/ksgmltools2/customization/sv/strings.entities
share/apps/ksgmltools2/customization/sv/user.entities
share/apps/ksgmltools2/customization/tr/catalog
share/apps/ksgmltools2/customization/tr/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/tr/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/tr/entities/help-menu.docbook
share/apps/ksgmltools2/customization/tr/entities/install-compile.docbook
share/apps/ksgmltools2/customization/tr/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/tr/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/tr/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/tr/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/tr/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/tr/entities/underFDL.docbook
share/apps/ksgmltools2/customization/tr/entities/underGPL.docbook
share/apps/ksgmltools2/customization/tr/entities/underX11License.docbook
share/apps/ksgmltools2/customization/tr/entities/update-doc.docbook
share/apps/ksgmltools2/customization/tr/lang.entities
share/apps/ksgmltools2/customization/tr/strings.entities
share/apps/ksgmltools2/customization/tr/user.entities
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/uk/catalog
share/apps/ksgmltools2/customization/uk/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/uk/entities/gpl-notice.docbook
share/apps/ksgmltools2/customization/uk/entities/help-menu.docbook
share/apps/ksgmltools2/customization/uk/entities/install-compile.docbook
share/apps/ksgmltools2/customization/uk/entities/install-intro.docbook
share/apps/ksgmltools2/customization/uk/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/uk/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/uk/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/uk/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/uk/entities/underFDL.docbook
share/apps/ksgmltools2/customization/uk/entities/underGPL.docbook
share/apps/ksgmltools2/customization/uk/entities/underX11License.docbook
share/apps/ksgmltools2/customization/uk/entities/update-doc.docbook
share/apps/ksgmltools2/customization/uk/lang.entities
share/apps/ksgmltools2/customization/uk/strings.entities
share/apps/ksgmltools2/customization/uk/user.entities
share/apps/ksgmltools2/customization/wa/catalog
share/apps/ksgmltools2/customization/wa/contributor.entities
share/apps/ksgmltools2/customization/wa/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/wa/entities/gpl-notice.docbook
share/apps/ksgmltools2/customization/wa/entities/help-menu.docbook
share/apps/ksgmltools2/customization/wa/entities/install-compile.docbook
share/apps/ksgmltools2/customization/wa/entities/install-intro.docbook
share/apps/ksgmltools2/customization/wa/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/wa/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/wa/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/wa/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/wa/entities/underFDL.docbook
share/apps/ksgmltools2/customization/wa/entities/underGPL.docbook
share/apps/ksgmltools2/customization/wa/entities/underX11License.docbook
share/apps/ksgmltools2/customization/wa/entities/update-doc.docbook
share/apps/ksgmltools2/customization/wa/lang.entities
share/apps/ksgmltools2/customization/wa/strings.entities
share/apps/ksgmltools2/customization/wa/user.entities
share/apps/ksgmltools2/customization/xh/catalog
share/apps/ksgmltools2/customization/xh/contributor.entities
share/apps/ksgmltools2/customization/xh/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/xh/entities/gpl-notice.docbook
share/apps/ksgmltools2/customization/xh/entities/help-menu.docbook
share/apps/ksgmltools2/customization/xh/entities/install-compile.docbook
share/apps/ksgmltools2/customization/xh/entities/install-intro.docbook
share/apps/ksgmltools2/customization/xh/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/xh/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/xh/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/xh/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/xh/entities/underFDL.docbook
share/apps/ksgmltools2/customization/xh/entities/underGPL.docbook
share/apps/ksgmltools2/customization/xh/entities/underX11License.docbook
share/apps/ksgmltools2/customization/xh/entities/update-doc.docbook
share/apps/ksgmltools2/customization/xh/lang.entities
share/apps/ksgmltools2/customization/xh/strings.entities
share/apps/ksgmltools2/customization/xh/user.entities
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/xsl/README
share/apps/ksgmltools2/customization/xsl/ca.xml
share/apps/ksgmltools2/customization/xsl/cs.xml
share/apps/ksgmltools2/customization/xsl/da.xml
share/apps/ksgmltools2/customization/xsl/de.xml
share/apps/ksgmltools2/customization/xsl/el.xml
share/apps/ksgmltools2/customization/xsl/en.xml
share/apps/ksgmltools2/customization/xsl/es.xml
share/apps/ksgmltools2/customization/xsl/et.xml
share/apps/ksgmltools2/customization/xsl/fi.xml
share/apps/ksgmltools2/customization/xsl/fr.xml
share/apps/ksgmltools2/customization/xsl/hu.xml
share/apps/ksgmltools2/customization/xsl/it.xml
share/apps/ksgmltools2/customization/xsl/ja.xml
share/apps/ksgmltools2/customization/xsl/ko.xml
share/apps/ksgmltools2/customization/xsl/nl.xml
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/xsl/nn.xml
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/xsl/no.xml
share/apps/ksgmltools2/customization/xsl/pl.xml
share/apps/ksgmltools2/customization/xsl/pt.xml
share/apps/ksgmltools2/customization/xsl/pt_br.xml
share/apps/ksgmltools2/customization/xsl/ro.xml
share/apps/ksgmltools2/customization/xsl/ru.xml
share/apps/ksgmltools2/customization/xsl/sk.xml
share/apps/ksgmltools2/customization/xsl/sl.xml
share/apps/ksgmltools2/customization/xsl/sr.xml
share/apps/ksgmltools2/customization/xsl/sv.xml
share/apps/ksgmltools2/customization/xsl/zh_tw.xml
share/apps/ksgmltools2/customization/xx/catalog
share/apps/ksgmltools2/customization/xx/contributor.entities
share/apps/ksgmltools2/customization/xx/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/xx/entities/gpl-notice.docbook
share/apps/ksgmltools2/customization/xx/entities/help-menu.docbook
share/apps/ksgmltools2/customization/xx/entities/install-compile.docbook
share/apps/ksgmltools2/customization/xx/entities/install-intro.docbook
share/apps/ksgmltools2/customization/xx/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/xx/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/xx/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/xx/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/xx/entities/underFDL.docbook
share/apps/ksgmltools2/customization/xx/entities/underGPL.docbook
share/apps/ksgmltools2/customization/xx/entities/underX11License.docbook
share/apps/ksgmltools2/customization/xx/entities/update-doc.docbook
share/apps/ksgmltools2/customization/xx/lang.entities
share/apps/ksgmltools2/customization/xx/strings.entities
share/apps/ksgmltools2/customization/xx/user.entities
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/zh-TW/catalog
share/apps/ksgmltools2/customization/zh-TW/entities/fdl-notice.docbook
share/apps/ksgmltools2/customization/zh-TW/entities/gpl-notice.docbook
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/customization/zh-TW/entities/help-menu.docbook
share/apps/ksgmltools2/customization/zh-TW/entities/install-compile.docbook
share/apps/ksgmltools2/customization/zh-TW/entities/install-intro.docbook
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/customization/zh-TW/entities/lgpl-notice.docbook
share/apps/ksgmltools2/customization/zh-TW/entities/report-bugs.docbook
share/apps/ksgmltools2/customization/zh-TW/entities/underArtisticLicense.docbook
share/apps/ksgmltools2/customization/zh-TW/entities/underBSDLicense.docbook
share/apps/ksgmltools2/customization/zh-TW/entities/underFDL.docbook
share/apps/ksgmltools2/customization/zh-TW/entities/underGPL.docbook
share/apps/ksgmltools2/customization/zh-TW/entities/underX11License.docbook
share/apps/ksgmltools2/customization/zh-TW/entities/update-doc.docbook
share/apps/ksgmltools2/customization/zh-TW/lang.entities
share/apps/ksgmltools2/customization/zh-TW/strings.entities
share/apps/ksgmltools2/customization/zh-TW/user.entities
share/apps/ksgmltools2/docbook/README.kde
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/40chg.txt
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/41chg.txt
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ChangeLog
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/calstblx.dtd
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbcentx.mod
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbgenent.mod
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbhierx.mod
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbnotnx.mod
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbpoolx.mod
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbook.cat
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbookx.dtd
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsa.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsb.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsc.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsn.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amso.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsr.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-box.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-cyr1.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-cyr2.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-dia.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk1.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk2.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk3.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk4.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-lat1.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-lat2.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-num.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-pub.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-tech.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/readme.txt
share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/soextblx.dtd
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ChangeLog
share/apps/ksgmltools2/docbook/xml-dtd-4.2/README
share/apps/ksgmltools2/docbook/xml-dtd-4.2/calstblx.dtd
share/apps/ksgmltools2/docbook/xml-dtd-4.2/catalog.xml
share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbcentx.mod
share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbgenent.mod
share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbhierx.mod
share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbnotnx.mod
share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbpoolx.mod
share/apps/ksgmltools2/docbook/xml-dtd-4.2/docbook.cat
share/apps/ksgmltools2/docbook/xml-dtd-4.2/docbookx.dtd
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsa.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsb.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsc.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsn.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amso.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsr.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-box.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-cyr1.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-cyr2.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-dia.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-grk1.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-grk2.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-grk3.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-grk4.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-lat1.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-lat2.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-num.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-pub.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-tech.ent
share/apps/ksgmltools2/docbook/xml-dtd-4.2/soextblx.dtd
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/docbook/xsl/BUGS
share/apps/ksgmltools2/docbook/xsl/ChangeLog
share/apps/ksgmltools2/docbook/xsl/README
share/apps/ksgmltools2/docbook/xsl/TODO
share/apps/ksgmltools2/docbook/xsl/VERSION
share/apps/ksgmltools2/docbook/xsl/WhatsNew
share/apps/ksgmltools2/docbook/xsl/common/ChangeLog
share/apps/ksgmltools2/docbook/xsl/common/af.xml
share/apps/ksgmltools2/docbook/xsl/common/ca.xml
share/apps/ksgmltools2/docbook/xsl/common/common.xsl
share/apps/ksgmltools2/docbook/xsl/common/cs.xml
share/apps/ksgmltools2/docbook/xsl/common/da.xml
share/apps/ksgmltools2/docbook/xsl/common/de.xml
share/apps/ksgmltools2/docbook/xsl/common/el.xml
share/apps/ksgmltools2/docbook/xsl/common/en.xml
share/apps/ksgmltools2/docbook/xsl/common/es.xml
share/apps/ksgmltools2/docbook/xsl/common/et.xml
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/docbook/xsl/common/eu.xml
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/docbook/xsl/common/fi.xml
share/apps/ksgmltools2/docbook/xsl/common/fr.xml
share/apps/ksgmltools2/docbook/xsl/common/gentext.xsl
share/apps/ksgmltools2/docbook/xsl/common/hu.xml
share/apps/ksgmltools2/docbook/xsl/common/id.xml
share/apps/ksgmltools2/docbook/xsl/common/it.xml
share/apps/ksgmltools2/docbook/xsl/common/ja.xml
share/apps/ksgmltools2/docbook/xsl/common/ko.xml
share/apps/ksgmltools2/docbook/xsl/common/l10n.dtd
share/apps/ksgmltools2/docbook/xsl/common/l10n.xml
share/apps/ksgmltools2/docbook/xsl/common/l10n.xsl
share/apps/ksgmltools2/docbook/xsl/common/labels.xsl
share/apps/ksgmltools2/docbook/xsl/common/nl.xml
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/docbook/xsl/common/nn.xml
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/docbook/xsl/common/no.xml
share/apps/ksgmltools2/docbook/xsl/common/pl.xml
share/apps/ksgmltools2/docbook/xsl/common/pt.xml
share/apps/ksgmltools2/docbook/xsl/common/pt_br.xml
share/apps/ksgmltools2/docbook/xsl/common/ro.xml
share/apps/ksgmltools2/docbook/xsl/common/ru.xml
share/apps/ksgmltools2/docbook/xsl/common/sk.xml
share/apps/ksgmltools2/docbook/xsl/common/sl.xml
share/apps/ksgmltools2/docbook/xsl/common/sr.xml
share/apps/ksgmltools2/docbook/xsl/common/subtitles.xsl
share/apps/ksgmltools2/docbook/xsl/common/sv.xml
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/docbook/xsl/common/table.xsl
share/apps/ksgmltools2/docbook/xsl/common/th.xml
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/docbook/xsl/common/titles.xsl
share/apps/ksgmltools2/docbook/xsl/common/tr.xml
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/docbook/xsl/common/uk.xml
Upgrade KDE to 2.2.2: * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 04:47:18 +01:00
share/apps/ksgmltools2/docbook/xsl/common/xh.xml
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/docbook/xsl/common/zh_cn.xml
share/apps/ksgmltools2/docbook/xsl/common/zh_tw.xml
share/apps/ksgmltools2/docbook/xsl/html/ChangeLog
share/apps/ksgmltools2/docbook/xsl/html/admon.xsl
share/apps/ksgmltools2/docbook/xsl/html/autoidx.xsl
share/apps/ksgmltools2/docbook/xsl/html/autotoc.xsl
share/apps/ksgmltools2/docbook/xsl/html/biblio.xsl
share/apps/ksgmltools2/docbook/xsl/html/block.xsl
share/apps/ksgmltools2/docbook/xsl/html/calc-chunks.xsl
share/apps/ksgmltools2/docbook/xsl/html/callout.xsl
share/apps/ksgmltools2/docbook/xsl/html/changebars.xsl
share/apps/ksgmltools2/docbook/xsl/html/chunk-experimental.xsl
share/apps/ksgmltools2/docbook/xsl/html/chunk.xsl
share/apps/ksgmltools2/docbook/xsl/html/chunker.xsl
share/apps/ksgmltools2/docbook/xsl/html/component.xsl
share/apps/ksgmltools2/docbook/xsl/html/division.xsl
share/apps/ksgmltools2/docbook/xsl/html/docbook.xsl
share/apps/ksgmltools2/docbook/xsl/html/ebnf.xsl
share/apps/ksgmltools2/docbook/xsl/html/expchunk.xsl
share/apps/ksgmltools2/docbook/xsl/html/footnote.xsl
share/apps/ksgmltools2/docbook/xsl/html/formal.xsl
share/apps/ksgmltools2/docbook/xsl/html/glossary.xsl
share/apps/ksgmltools2/docbook/xsl/html/graphics.xsl
share/apps/ksgmltools2/docbook/xsl/html/html.xsl
share/apps/ksgmltools2/docbook/xsl/html/index.xsl
share/apps/ksgmltools2/docbook/xsl/html/info.xsl
share/apps/ksgmltools2/docbook/xsl/html/inline.xsl
share/apps/ksgmltools2/docbook/xsl/html/keywords.xsl
share/apps/ksgmltools2/docbook/xsl/html/lists.xsl
share/apps/ksgmltools2/docbook/xsl/html/math.xsl
share/apps/ksgmltools2/docbook/xsl/html/oldchunker.xsl
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/docbook/xsl/html/onechunk.xsl
share/apps/ksgmltools2/docbook/xsl/html/param.ent
share/apps/ksgmltools2/docbook/xsl/html/param.html
share/apps/ksgmltools2/docbook/xsl/html/param.xml
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/docbook/xsl/html/param.xsl
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/docbook/xsl/html/param.xweb
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)
2001-08-15 14:43:08 +02:00
share/apps/ksgmltools2/docbook/xsl/html/pi.xsl
share/apps/ksgmltools2/docbook/xsl/html/qandaset.xsl
share/apps/ksgmltools2/docbook/xsl/html/refentry.xsl
share/apps/ksgmltools2/docbook/xsl/html/sections.xsl
share/apps/ksgmltools2/docbook/xsl/html/synop.xsl
share/apps/ksgmltools2/docbook/xsl/html/table.xsl
share/apps/ksgmltools2/docbook/xsl/html/titlepage.templates.xml
share/apps/ksgmltools2/docbook/xsl/html/titlepage.templates.xsl
share/apps/ksgmltools2/docbook/xsl/html/titlepage.xsl
share/apps/ksgmltools2/docbook/xsl/html/toc.xsl
share/apps/ksgmltools2/docbook/xsl/html/verbatim.xsl
share/apps/ksgmltools2/docbook/xsl/html/xref.xsl
share/apps/ksgmltools2/docbook/xsl/images/ChangeLog
share/apps/ksgmltools2/docbook/xsl/images/callouts/1.png
share/apps/ksgmltools2/docbook/xsl/images/callouts/10.png
share/apps/ksgmltools2/docbook/xsl/images/callouts/2.png
share/apps/ksgmltools2/docbook/xsl/images/callouts/3.png
share/apps/ksgmltools2/docbook/xsl/images/callouts/4.png
share/apps/ksgmltools2/docbook/xsl/images/callouts/5.png
share/apps/ksgmltools2/docbook/xsl/images/callouts/6.png
share/apps/ksgmltools2/docbook/xsl/images/callouts/7.png
share/apps/ksgmltools2/docbook/xsl/images/callouts/8.png
share/apps/ksgmltools2/docbook/xsl/images/callouts/9.png
share/apps/ksgmltools2/docbook/xsl/images/callouts/ChangeLog
share/apps/ksgmltools2/docbook/xsl/images/caution.png
share/apps/ksgmltools2/docbook/xsl/images/caution.tif
share/apps/ksgmltools2/docbook/xsl/images/home.png
share/apps/ksgmltools2/docbook/xsl/images/important.png
share/apps/ksgmltools2/docbook/xsl/images/important.tif
share/apps/ksgmltools2/docbook/xsl/images/next.png
share/apps/ksgmltools2/docbook/xsl/images/note.png
share/apps/ksgmltools2/docbook/xsl/images/note.tif
share/apps/ksgmltools2/docbook/xsl/images/prev.png
share/apps/ksgmltools2/docbook/xsl/images/tip.png
share/apps/ksgmltools2/docbook/xsl/images/tip.tif
share/apps/ksgmltools2/docbook/xsl/images/toc-blank.png
share/apps/ksgmltools2/docbook/xsl/images/toc-minus.png
share/apps/ksgmltools2/docbook/xsl/images/toc-plus.png
share/apps/ksgmltools2/docbook/xsl/images/up.png
share/apps/ksgmltools2/docbook/xsl/images/warning.png
share/apps/ksgmltools2/docbook/xsl/images/warning.tif
share/apps/ksgmltools2/docbook/xsl/lib/ChangeLog
share/apps/ksgmltools2/docbook/xsl/lib/lib.xsl
2002-04-22 04:00:06 +02:00
share/apps/ksgmltools2/docbook/xsl/params/ChangeLog
share/apps/ksgmltools2/docbook/xsl/params/admon.graphics.extension.xml
share/apps/ksgmltools2/docbook/xsl/params/admon.graphics.path.xml
share/apps/ksgmltools2/docbook/xsl/params/admon.graphics.xml
share/apps/ksgmltools2/docbook/xsl/params/admon.style.xml
share/apps/ksgmltools2/docbook/xsl/params/admonition.properties.xml
share/apps/ksgmltools2/docbook/xsl/params/admonition.title.properties.xml
share/apps/ksgmltools2/docbook/xsl/params/alignment.xml
share/apps/ksgmltools2/docbook/xsl/params/annotate.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/appendix.autolabel.xml
share/apps/ksgmltools2/docbook/xsl/params/arbortext.extensions.xml
share/apps/ksgmltools2/docbook/xsl/params/author.othername.in.middle.xml
share/apps/ksgmltools2/docbook/xsl/params/autotoc.label.separator.xml
share/apps/ksgmltools2/docbook/xsl/params/base.dir.xml
share/apps/ksgmltools2/docbook/xsl/params/biblioentry.item.separator.xml
share/apps/ksgmltools2/docbook/xsl/params/bibliography.collection.xml
share/apps/ksgmltools2/docbook/xsl/params/blockquote.properties.xml
share/apps/ksgmltools2/docbook/xsl/params/body.font.family.xml
share/apps/ksgmltools2/docbook/xsl/params/body.font.master.xml
share/apps/ksgmltools2/docbook/xsl/params/body.font.size.xml
share/apps/ksgmltools2/docbook/xsl/params/body.margin.bottom.xml
share/apps/ksgmltools2/docbook/xsl/params/body.margin.top.xml
share/apps/ksgmltools2/docbook/xsl/params/bridgehead.in.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/callout.defaultcolumn.xml
share/apps/ksgmltools2/docbook/xsl/params/callout.graphics.extension.xml
share/apps/ksgmltools2/docbook/xsl/params/callout.graphics.number.limit.xml
share/apps/ksgmltools2/docbook/xsl/params/callout.graphics.path.xml
share/apps/ksgmltools2/docbook/xsl/params/callout.graphics.xml
share/apps/ksgmltools2/docbook/xsl/params/callout.list.table.xml
share/apps/ksgmltools2/docbook/xsl/params/callout.unicode.font.xml
share/apps/ksgmltools2/docbook/xsl/params/callout.unicode.number.limit.xml
share/apps/ksgmltools2/docbook/xsl/params/callout.unicode.start.character.xml
share/apps/ksgmltools2/docbook/xsl/params/callout.unicode.xml
share/apps/ksgmltools2/docbook/xsl/params/callouts.extension.xml
share/apps/ksgmltools2/docbook/xsl/params/chapter.autolabel.xml
share/apps/ksgmltools2/docbook/xsl/params/chunk.datafile.xml
share/apps/ksgmltools2/docbook/xsl/params/chunk.first.sections.xml
share/apps/ksgmltools2/docbook/xsl/params/chunk.section.depth.xml
share/apps/ksgmltools2/docbook/xsl/params/chunk.sections.xml
share/apps/ksgmltools2/docbook/xsl/params/citerefentry.link.xml
share/apps/ksgmltools2/docbook/xsl/params/column.count.xml
share/apps/ksgmltools2/docbook/xsl/params/component.title.properties.xml
share/apps/ksgmltools2/docbook/xsl/params/css.decoration.xml
share/apps/ksgmltools2/docbook/xsl/params/default.encoding.xml
share/apps/ksgmltools2/docbook/xsl/params/default.table.width.xml
share/apps/ksgmltools2/docbook/xsl/params/default.units.xml
share/apps/ksgmltools2/docbook/xsl/params/dingbat.font.family.xml
share/apps/ksgmltools2/docbook/xsl/params/double.sided.xml
share/apps/ksgmltools2/docbook/xsl/params/ebnf.table.bgcolor.xml
share/apps/ksgmltools2/docbook/xsl/params/ebnf.table.border.xml
share/apps/ksgmltools2/docbook/xsl/params/emphasis.propagates.style.xml
share/apps/ksgmltools2/docbook/xsl/params/firstterm.only.link.xml
share/apps/ksgmltools2/docbook/xsl/params/footnote.font.size.xml
share/apps/ksgmltools2/docbook/xsl/params/fop.extensions.xml
share/apps/ksgmltools2/docbook/xsl/params/formal.object.properties.xml
share/apps/ksgmltools2/docbook/xsl/params/formal.procedures.xml
share/apps/ksgmltools2/docbook/xsl/params/formal.title.properties.xml
share/apps/ksgmltools2/docbook/xsl/params/funcsynopsis.decoration.xml
share/apps/ksgmltools2/docbook/xsl/params/funcsynopsis.style.xml
share/apps/ksgmltools2/docbook/xsl/params/function.parens.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.appendix.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.article.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.book.equation.lot.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.book.example.lot.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.book.figure.lot.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.book.table.lot.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.book.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.chapter.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.component.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.division.equation.lot.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.division.example.lot.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.division.figure.lot.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.division.table.lot.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.division.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.index.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.legalnotice.link.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.part.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.preface.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.qandadiv.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.qandaset.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.reference.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.section.toc.level.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.section.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/generate.set.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/glossary.collection.xml
share/apps/ksgmltools2/docbook/xsl/params/glossterm.auto.link.xml
share/apps/ksgmltools2/docbook/xsl/params/graphic.default.extension.xml
share/apps/ksgmltools2/docbook/xsl/params/html.base.xml
share/apps/ksgmltools2/docbook/xsl/params/html.ext.xml
share/apps/ksgmltools2/docbook/xsl/params/html.longdesc.link.xml
share/apps/ksgmltools2/docbook/xsl/params/html.longdesc.xml
share/apps/ksgmltools2/docbook/xsl/params/html.stylesheet.type.xml
share/apps/ksgmltools2/docbook/xsl/params/html.stylesheet.xml
share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.alias.file.xml
share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.autolabel.xml
share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.chm.xml
share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.encoding.xml
share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.enumerate.images.xml
share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.force.map.and.alias.xml
share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhc.section.depth.xml
share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhc.xml
share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhp.tail.xml
share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.hhp.xml
share/apps/ksgmltools2/docbook/xsl/params/htmlhelp.map.file.xml
share/apps/ksgmltools2/docbook/xsl/params/hyphenate.xml
share/apps/ksgmltools2/docbook/xsl/params/inherit.keywords.xml
share/apps/ksgmltools2/docbook/xsl/params/insert.xref.page.number.xml
share/apps/ksgmltools2/docbook/xsl/params/label.from.part.xml
share/apps/ksgmltools2/docbook/xsl/params/line-height.xml
share/apps/ksgmltools2/docbook/xsl/params/linenumbering.everyNth.xml
share/apps/ksgmltools2/docbook/xsl/params/linenumbering.extension.xml
share/apps/ksgmltools2/docbook/xsl/params/linenumbering.separator.xml
share/apps/ksgmltools2/docbook/xsl/params/linenumbering.width.xml
share/apps/ksgmltools2/docbook/xsl/params/link.mailto.url.xml
share/apps/ksgmltools2/docbook/xsl/params/list.block.spacing.xml
share/apps/ksgmltools2/docbook/xsl/params/list.item.spacing.xml
share/apps/ksgmltools2/docbook/xsl/params/make.single.year.ranges.xml
share/apps/ksgmltools2/docbook/xsl/params/make.valid.html.xml
share/apps/ksgmltools2/docbook/xsl/params/make.year.ranges.xml
share/apps/ksgmltools2/docbook/xsl/params/monospace.font.family.xml
share/apps/ksgmltools2/docbook/xsl/params/monospace.verbatim.properties.xml
share/apps/ksgmltools2/docbook/xsl/params/navig.graphics.extension.xml
share/apps/ksgmltools2/docbook/xsl/params/navig.graphics.path.xml
share/apps/ksgmltools2/docbook/xsl/params/navig.graphics.xml
share/apps/ksgmltools2/docbook/xsl/params/navig.showtitles.xml
share/apps/ksgmltools2/docbook/xsl/params/nominal.table.width.xml
share/apps/ksgmltools2/docbook/xsl/params/normal.para.spacing.xml
share/apps/ksgmltools2/docbook/xsl/params/olink.fragid.xml
share/apps/ksgmltools2/docbook/xsl/params/olink.outline.ext.xml
share/apps/ksgmltools2/docbook/xsl/params/olink.pubid.xml
share/apps/ksgmltools2/docbook/xsl/params/olink.resolver.xml
share/apps/ksgmltools2/docbook/xsl/params/olink.sysid.xml
share/apps/ksgmltools2/docbook/xsl/params/output.method.xml
share/apps/ksgmltools2/docbook/xsl/params/page.height.portrait.xml
share/apps/ksgmltools2/docbook/xsl/params/page.height.xml
share/apps/ksgmltools2/docbook/xsl/params/page.margin.bottom.xml
share/apps/ksgmltools2/docbook/xsl/params/page.margin.inner.xml
share/apps/ksgmltools2/docbook/xsl/params/page.margin.outer.xml
share/apps/ksgmltools2/docbook/xsl/params/page.margin.top.xml
share/apps/ksgmltools2/docbook/xsl/params/page.orientation.xml
share/apps/ksgmltools2/docbook/xsl/params/page.width.portrait.xml
share/apps/ksgmltools2/docbook/xsl/params/page.width.xml
share/apps/ksgmltools2/docbook/xsl/params/paper.type.xml
share/apps/ksgmltools2/docbook/xsl/params/part.autolabel.xml
share/apps/ksgmltools2/docbook/xsl/params/passivetex.extensions.xml
share/apps/ksgmltools2/docbook/xsl/params/phrase.propagates.style.xml
share/apps/ksgmltools2/docbook/xsl/params/preface.autolabel.xml
share/apps/ksgmltools2/docbook/xsl/params/process.empty.source.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/process.source.toc.xml
share/apps/ksgmltools2/docbook/xsl/params/punct.honorific.xml
share/apps/ksgmltools2/docbook/xsl/params/qanda.defaultlabel.xml
share/apps/ksgmltools2/docbook/xsl/params/qanda.inherit.numeration.xml
share/apps/ksgmltools2/docbook/xsl/params/qandadiv.autolabel.xml
share/apps/ksgmltools2/docbook/xsl/params/refentry.generate.name.xml
share/apps/ksgmltools2/docbook/xsl/params/refentry.generate.title.xml
share/apps/ksgmltools2/docbook/xsl/params/refentry.separator.xml
share/apps/ksgmltools2/docbook/xsl/params/refentry.xref.manvolnum.xml
share/apps/ksgmltools2/docbook/xsl/params/region.after.extent.xml
share/apps/ksgmltools2/docbook/xsl/params/region.before.extent.xml
share/apps/ksgmltools2/docbook/xsl/params/root.filename.xml
share/apps/ksgmltools2/docbook/xsl/params/rootid.xml
share/apps/ksgmltools2/docbook/xsl/params/runinhead.default.title.end.punct.xml
share/apps/ksgmltools2/docbook/xsl/params/runinhead.title.end.punct.xml
share/apps/ksgmltools2/docbook/xsl/params/sans.font.family.xml
share/apps/ksgmltools2/docbook/xsl/params/saxon.callouts.xml
share/apps/ksgmltools2/docbook/xsl/params/saxon.character.representation.xml
share/apps/ksgmltools2/docbook/xsl/params/saxon.linenumbering.xml
share/apps/ksgmltools2/docbook/xsl/params/saxon.tablecolumns.xml
share/apps/ksgmltools2/docbook/xsl/params/section.autolabel.xml
share/apps/ksgmltools2/docbook/xsl/params/section.label.includes.component.label.xml
share/apps/ksgmltools2/docbook/xsl/params/segmentedlist.as.table.xml
share/apps/ksgmltools2/docbook/xsl/params/shade.verbatim.style.xml
share/apps/ksgmltools2/docbook/xsl/params/shade.verbatim.xml
share/apps/ksgmltools2/docbook/xsl/params/show.comments.xml
share/apps/ksgmltools2/docbook/xsl/params/show.revisionflag.xml
share/apps/ksgmltools2/docbook/xsl/params/spacing.paras.xml
share/apps/ksgmltools2/docbook/xsl/params/stylesheet.result.type.xml
share/apps/ksgmltools2/docbook/xsl/params/suppress.navigation.xml
share/apps/ksgmltools2/docbook/xsl/params/table.border.color.xml
share/apps/ksgmltools2/docbook/xsl/params/table.border.padding.xml
share/apps/ksgmltools2/docbook/xsl/params/table.border.style.xml
share/apps/ksgmltools2/docbook/xsl/params/table.border.thickness.xml
share/apps/ksgmltools2/docbook/xsl/params/table.borders.with.css.xml
share/apps/ksgmltools2/docbook/xsl/params/table.entry.padding.xml
share/apps/ksgmltools2/docbook/xsl/params/tablecolumns.extension.xml
share/apps/ksgmltools2/docbook/xsl/params/template.xml
share/apps/ksgmltools2/docbook/xsl/params/tex.math.file.xml
share/apps/ksgmltools2/docbook/xsl/params/tex.math.in.alt.xml
share/apps/ksgmltools2/docbook/xsl/params/textinsert.extension.xml
share/apps/ksgmltools2/docbook/xsl/params/title.font.family.xml
share/apps/ksgmltools2/docbook/xsl/params/title.margin.left.xml
share/apps/ksgmltools2/docbook/xsl/params/toc.indent.width.xml
share/apps/ksgmltools2/docbook/xsl/params/toc.list.type.xml
share/apps/ksgmltools2/docbook/xsl/params/toc.margin.properties.xml
share/apps/ksgmltools2/docbook/xsl/params/toc.section.depth.xml
share/apps/ksgmltools2/docbook/xsl/params/ulink.target.xml
share/apps/ksgmltools2/docbook/xsl/params/use.extensions.xml
share/apps/ksgmltools2/docbook/xsl/params/use.id.as.filename.xml
share/apps/ksgmltools2/docbook/xsl/params/use.id.function.xml
share/apps/ksgmltools2/docbook/xsl/params/using.chunker.xml
share/apps/ksgmltools2/docbook/xsl/params/variablelist.as.blocks.xml
share/apps/ksgmltools2/docbook/xsl/params/variablelist.as.table.xml
share/apps/ksgmltools2/docbook/xsl/params/verbatim.properties.xml
share/apps/ksgmltools2/docbook/xsl/params/xep.extensions.xml
share/apps/ksgmltools2/docbook/xsl/params/xref.properties.xml
share/apps/ksgmltools2/docbook/xsl/tools/ChangeLog
share/apps/ksgmltools2/docbook/xsl/tools/olink/ChangeLog
share/apps/ksgmltools2/docbook/xsl/tools/olink/olink-common.xsl
share/apps/ksgmltools2/docbook/xsl/tools/olink/olink.xsl
share/apps/ksgmltools2/docbook/xsl/tools/olink/olinkchunk.xsl
share/apps/ksgmltools2/docbook/xsl/tools/olink/olinksum.dtd
share/apps/ksgmltools2/docbook/xsl/tools/profile/ChangeLog
share/apps/ksgmltools2/docbook/xsl/tools/profile/profile.xsl
share/apps/kssl/ca-bundle.crt
share/apps/kstyle/pixmaps/aquaice.png
share/apps/kstyle/pixmaps/black_combo.png
share/apps/kstyle/pixmaps/blkmarble.png
share/apps/kstyle/pixmaps/darkgraytexture.png
share/apps/kstyle/pixmaps/darkslider.png
share/apps/kstyle/pixmaps/elec_combo.png
share/apps/kstyle/pixmaps/elec_combodown.png
share/apps/kstyle/pixmaps/elec_groove.png
share/apps/kstyle/pixmaps/elec_hdl.png
share/apps/kstyle/pixmaps/elec_horizhdl.png
share/apps/kstyle/pixmaps/elec_off.png
share/apps/kstyle/pixmaps/elec_on.png
share/apps/kstyle/pixmaps/elec_slider.png
share/apps/kstyle/pixmaps/gold_checked.png
share/apps/kstyle/pixmaps/gold_unchecked.png
share/apps/kstyle/pixmaps/graybutton.png
share/apps/kstyle/pixmaps/grayice.png
share/apps/kstyle/pixmaps/graymarble.png
share/apps/kstyle/pixmaps/graymarble_dark.png
share/apps/kstyle/pixmaps/graytexture.png
share/apps/kstyle/pixmaps/ice.png
share/apps/kstyle/pixmaps/marble2.png
share/apps/kstyle/pixmaps/marble3.png
share/apps/kstyle/pixmaps/marble_checked.png
share/apps/kstyle/pixmaps/marble_combo.png
share/apps/kstyle/pixmaps/marble_off.png
share/apps/kstyle/pixmaps/marble_on.png
share/apps/kstyle/pixmaps/marble_unchecked.png
share/apps/kstyle/pixmaps/minigray.png
share/apps/kstyle/pixmaps/pinkmarble.png
share/apps/kstyle/pixmaps/red_checkmark.png
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)
2001-08-15 14:43:08 +02:00
share/apps/kstyle/pixmaps/riscos/arrowdown.png
share/apps/kstyle/pixmaps/riscos/arrowdown_down.png
share/apps/kstyle/pixmaps/riscos/arrowleft.png
share/apps/kstyle/pixmaps/riscos/arrowleft_down.png
share/apps/kstyle/pixmaps/riscos/arrowright.png
share/apps/kstyle/pixmaps/riscos/arrowright_down.png
share/apps/kstyle/pixmaps/riscos/arrowup.png
share/apps/kstyle/pixmaps/riscos/arrowup_down.png
share/apps/kstyle/pixmaps/riscos/background.png
share/apps/kstyle/pixmaps/riscos/check.png
share/apps/kstyle/pixmaps/riscos/check_checked.png
share/apps/kstyle/pixmaps/riscos/checkmark.png
share/apps/kstyle/pixmaps/riscos/combo.png
share/apps/kstyle/pixmaps/riscos/combo_down.png
share/apps/kstyle/pixmaps/riscos/hscrollback.png
share/apps/kstyle/pixmaps/riscos/hscrollbar.png
share/apps/kstyle/pixmaps/riscos/hscrollbar_down.png
share/apps/kstyle/pixmaps/riscos/hscrollborder.png
share/apps/kstyle/pixmaps/riscos/htab.png
share/apps/kstyle/pixmaps/riscos/menu_back.png
share/apps/kstyle/pixmaps/riscos/radio.png
share/apps/kstyle/pixmaps/riscos/radio_down.png
share/apps/kstyle/pixmaps/riscos/raised_border.png
share/apps/kstyle/pixmaps/riscos/scrollborder.png
share/apps/kstyle/pixmaps/riscos/slider.png
share/apps/kstyle/pixmaps/riscos/sunk_border.png
share/apps/kstyle/pixmaps/riscos/tab_up.png
share/apps/kstyle/pixmaps/riscos/vscrollback.png
share/apps/kstyle/pixmaps/riscos/vscrollbar.png
share/apps/kstyle/pixmaps/riscos/vscrollbar_down.png
share/apps/kstyle/pixmaps/riscos/vscrollborder.png
share/apps/kstyle/pixmaps/riscos/vtab.png
share/apps/kstyle/pixmaps/sbdeco_brown.png
share/apps/kstyle/pixmaps/sbdeco_elec.png
share/apps/kstyle/pixmaps/sbdeco_elec_small.png
share/apps/kstyle/pixmaps/sbdeco_elec_smalldown.png
share/apps/kstyle/pixmaps/sbdeco_elecdown.png
share/apps/kstyle/pixmaps/sbdeco_gray.png
share/apps/kstyle/pixmaps/slate.png
share/apps/kstyle/pixmaps/switch_off.png
share/apps/kstyle/pixmaps/switch_on.png
share/apps/kstyle/pixmaps/sysarrow_down.png
share/apps/kstyle/pixmaps/sysarrow_idown.png
share/apps/kstyle/pixmaps/sysarrow_ileft.png
share/apps/kstyle/pixmaps/sysarrow_iright.png
share/apps/kstyle/pixmaps/sysarrow_iup.png
share/apps/kstyle/pixmaps/sysarrow_left.png
share/apps/kstyle/pixmaps/sysarrow_right.png
share/apps/kstyle/pixmaps/sysarrow_sdown.png
share/apps/kstyle/pixmaps/sysarrow_sleft.png
share/apps/kstyle/pixmaps/sysarrow_sright.png
share/apps/kstyle/pixmaps/sysarrow_sup.png
share/apps/kstyle/pixmaps/sysarrow_up.png
share/apps/kstyle/pixmaps/sysborder.png
share/apps/kstyle/pixmaps/sysborderdown.png
share/apps/kstyle/pixmaps/whitemarble.png
share/apps/kstyle/pixmaps/woodmenu.png
share/apps/kstyle/pixmaps/yellow_off.png
share/apps/kstyle/pixmaps/yellow_on.png
2002-04-22 04:00:06 +02:00
share/apps/kstyle/themes/b3.themerc
share/apps/kstyle/themes/default.themerc
share/apps/kstyle/themes/highcolor.themerc
2002-04-22 04:00:06 +02:00
share/apps/kstyle/themes/keramik.themerc
share/apps/kstyle/themes/light-v2.themerc
share/apps/kstyle/themes/light-v3.themerc
share/apps/kstyle/themes/marble.themerc
share/apps/kstyle/themes/qtcde.themerc
share/apps/kstyle/themes/qtmotif.themerc
share/apps/kstyle/themes/qtmotifplus.themerc
share/apps/kstyle/themes/qtplatinum.themerc
share/apps/kstyle/themes/qtsgi.themerc
share/apps/kstyle/themes/qtwindows.themerc
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)
2001-08-15 14:43:08 +02:00
share/apps/kstyle/themes/riscos.themerc
share/apps/kstyle/themes/system.themerc
share/apps/kstyle/themes/systemalt.themerc
2003-01-28 19:36:58 +01:00
share/apps/ktexteditor_insertfile/ktexteditor_insertfileui.rc
share/apps/ktexteditor_isearch/ktexteditor_isearchui.rc
share/apps/ktexteditor_kdatatool/ktexteditor_kdatatoolui.rc
share/apps/proxyscout/eventsrc
2002-04-22 04:00:06 +02:00
share/autostart/kab2kabc.desktop
share/config/colors/40 Colors
share/config/colors/Royal
share/config/colors/Web
share/config/katesyntaxhighlightingrc
share/config/kdebug.areas
share/config/kdebugrc
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)
2001-08-15 14:43:08 +02:00
share/config/kdeprintrc
2002-04-22 04:00:06 +02:00
share/config/ksslcalist
share/config/kthemestylerc
share/config/language.codes
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)
2001-08-15 14:43:08 +02:00
share/config/ui/kprintpreviewui.rc
share/config/ui/ui_standards.rc
share/cups/model/postscript.ppd.gz
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)
2001-08-15 14:43:08 +02:00
share/doc/HTML/en/common/1.png
share/doc/HTML/en/common/10.png
share/doc/HTML/en/common/2.png
share/doc/HTML/en/common/3.png
share/doc/HTML/en/common/4.png
share/doc/HTML/en/common/5.png
share/doc/HTML/en/common/6.png
share/doc/HTML/en/common/7.png
share/doc/HTML/en/common/8.png
share/doc/HTML/en/common/9.png
share/doc/HTML/en/common/appheader.html
share/doc/HTML/en/common/artistic-license.html
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)
2001-08-15 14:43:08 +02:00
share/doc/HTML/en/common/bottom1.png
share/doc/HTML/en/common/bottom2.png
share/doc/HTML/en/common/bsd-license.html
2003-01-28 19:36:58 +01:00
share/doc/HTML/en/common/docheadergears.png
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)
2001-08-15 14:43:08 +02:00
share/doc/HTML/en/common/doctop1.png
share/doc/HTML/en/common/doctop1a.png
share/doc/HTML/en/common/doctop1b.png
share/doc/HTML/en/common/doctop2.png
2003-01-28 19:36:58 +01:00
share/doc/HTML/en/common/doxygen.css
share/doc/HTML/en/common/fdl-license
share/doc/HTML/en/common/fdl-license.html
2003-01-28 19:36:58 +01:00
share/doc/HTML/en/common/footer.html
share/doc/HTML/en/common/gpl-license
share/doc/HTML/en/common/gpl-license.html
2003-01-28 19:36:58 +01:00
share/doc/HTML/en/common/grad.png
share/doc/HTML/en/common/header.html
share/doc/HTML/en/common/headerbg.png
share/doc/HTML/en/common/kde-common.css
share/doc/HTML/en/common/kde-default.css
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)
2001-08-15 14:43:08 +02:00
share/doc/HTML/en/common/kde-localised.css.template
2002-04-22 04:00:06 +02:00
share/doc/HTML/en/common/kde-web.css
share/doc/HTML/en/common/kde_logo.png
share/doc/HTML/en/common/kde_logo_bg.png
2003-01-28 19:36:58 +01:00
share/doc/HTML/en/common/kmenu.png
share/doc/HTML/en/common/lgpl-license
share/doc/HTML/en/common/lgpl-license.html
2003-01-28 19:36:58 +01:00
share/doc/HTML/en/common/mainfooter.html
share/doc/HTML/en/common/mainheader.html
share/doc/HTML/en/common/qpl-license.html
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)
2001-08-15 14:43:08 +02:00
share/doc/HTML/en/common/shadow.png
2002-04-22 04:00:06 +02:00
share/doc/HTML/en/common/web-docbottom.png
share/doc/HTML/en/common/web-doctop.png
share/doc/HTML/en/common/x11-license.html
share/doc/HTML/en/common/xml.dcl
2003-01-28 19:36:58 +01:00
share/doc/HTML/en/kdelibs-apidocs/common
share/icons/crystalsvg/128x128/devices/blockdevice.png
share/icons/crystalsvg/128x128/devices/mouse.png
share/icons/crystalsvg/128x128/filesystems/chardevice.png
share/icons/crystalsvg/128x128/filesystems/desktop.png
share/icons/crystalsvg/128x128/filesystems/exec.png
share/icons/crystalsvg/128x128/filesystems/folder.png
share/icons/crystalsvg/128x128/filesystems/folder_crystal.png
share/icons/crystalsvg/128x128/filesystems/folder_favorite.png
share/icons/crystalsvg/128x128/filesystems/folder_green.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/128x128/filesystems/folder_green_open.png
share/icons/crystalsvg/128x128/filesystems/folder_grey.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/128x128/filesystems/folder_grey_open.png
share/icons/crystalsvg/128x128/filesystems/folder_home.png
share/icons/crystalsvg/128x128/filesystems/folder_home2.png
share/icons/crystalsvg/128x128/filesystems/folder_html.png
share/icons/crystalsvg/128x128/filesystems/folder_image.png
share/icons/crystalsvg/128x128/filesystems/folder_important.png
share/icons/crystalsvg/128x128/filesystems/folder_locked.png
share/icons/crystalsvg/128x128/filesystems/folder_man.png
share/icons/crystalsvg/128x128/filesystems/folder_open.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/128x128/filesystems/folder_orange.png
share/icons/crystalsvg/128x128/filesystems/folder_orange_open.png
share/icons/crystalsvg/128x128/filesystems/folder_print.png
share/icons/crystalsvg/128x128/filesystems/folder_red.png
share/icons/crystalsvg/128x128/filesystems/folder_red_open.png
share/icons/crystalsvg/128x128/filesystems/folder_sound.png
share/icons/crystalsvg/128x128/filesystems/folder_tar.png
share/icons/crystalsvg/128x128/filesystems/folder_txt.png
share/icons/crystalsvg/128x128/filesystems/folder_video.png
share/icons/crystalsvg/128x128/filesystems/folder_violet.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/128x128/filesystems/folder_violet_open.png
share/icons/crystalsvg/128x128/filesystems/folder_yellow.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/128x128/filesystems/folder_yellow_open.png
share/icons/crystalsvg/128x128/filesystems/lockoverlay.png
share/icons/crystalsvg/128x128/filesystems/network.png
share/icons/crystalsvg/128x128/filesystems/network_local.png
share/icons/crystalsvg/128x128/filesystems/trashcan_empty.png
share/icons/crystalsvg/128x128/filesystems/trashcan_full.png
share/icons/crystalsvg/128x128/filesystems/www.png
share/icons/crystalsvg/128x128/filesystems/zip.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/128x128/mimetypes/applix.png
share/icons/crystalsvg/128x128/mimetypes/ascii.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/128x128/mimetypes/binary.png
share/icons/crystalsvg/128x128/mimetypes/cdimage.png
share/icons/crystalsvg/128x128/mimetypes/cdr.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/128x128/mimetypes/cdtrack.png
share/icons/crystalsvg/128x128/mimetypes/colorset.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/128x128/mimetypes/core.png
share/icons/crystalsvg/128x128/mimetypes/deb.png
share/icons/crystalsvg/128x128/mimetypes/document.png
share/icons/crystalsvg/128x128/mimetypes/document2.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/128x128/mimetypes/encrypted.png
share/icons/crystalsvg/128x128/mimetypes/font.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/128x128/mimetypes/font_bitmap.png
share/icons/crystalsvg/128x128/mimetypes/font_truetype.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/128x128/mimetypes/html.png
share/icons/crystalsvg/128x128/mimetypes/image.png
share/icons/crystalsvg/128x128/mimetypes/info.png
share/icons/crystalsvg/128x128/mimetypes/kmultiple.png
share/icons/crystalsvg/128x128/mimetypes/koffice.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/128x128/mimetypes/make.png
share/icons/crystalsvg/128x128/mimetypes/man.png
share/icons/crystalsvg/128x128/mimetypes/message.png
share/icons/crystalsvg/128x128/mimetypes/metafont.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/128x128/mimetypes/midi.png
share/icons/crystalsvg/128x128/mimetypes/mime.png
share/icons/crystalsvg/128x128/mimetypes/netscape_doc.png
share/icons/crystalsvg/128x128/mimetypes/pdf.png
share/icons/crystalsvg/128x128/mimetypes/postscript.png
share/icons/crystalsvg/128x128/mimetypes/resource.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/128x128/mimetypes/rpm.png
share/icons/crystalsvg/128x128/mimetypes/shellscript.png
share/icons/crystalsvg/128x128/mimetypes/soffice.png
share/icons/crystalsvg/128x128/mimetypes/sound.png
share/icons/crystalsvg/128x128/mimetypes/source.png
share/icons/crystalsvg/128x128/mimetypes/source_c.png
share/icons/crystalsvg/128x128/mimetypes/source_cpp.png
share/icons/crystalsvg/128x128/mimetypes/source_f.png
share/icons/crystalsvg/128x128/mimetypes/source_h.png
share/icons/crystalsvg/128x128/mimetypes/source_java.png
share/icons/crystalsvg/128x128/mimetypes/source_l.png
share/icons/crystalsvg/128x128/mimetypes/source_moc.png
share/icons/crystalsvg/128x128/mimetypes/source_o.png
share/icons/crystalsvg/128x128/mimetypes/source_p.png
share/icons/crystalsvg/128x128/mimetypes/source_py.png
share/icons/crystalsvg/128x128/mimetypes/source_s.png
share/icons/crystalsvg/128x128/mimetypes/source_y.png
share/icons/crystalsvg/128x128/mimetypes/spreadsheet.png
share/icons/crystalsvg/128x128/mimetypes/tar.png
share/icons/crystalsvg/128x128/mimetypes/template_source.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/128x128/mimetypes/tgz.png
share/icons/crystalsvg/128x128/mimetypes/txt.png
share/icons/crystalsvg/128x128/mimetypes/txt2.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/128x128/mimetypes/unknown.png
share/icons/crystalsvg/128x128/mimetypes/video.png
share/icons/crystalsvg/128x128/mimetypes/wordprocessing.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/actions/1downarrow.png
share/icons/crystalsvg/16x16/actions/1leftarrow.png
share/icons/crystalsvg/16x16/actions/1rightarrow.png
share/icons/crystalsvg/16x16/actions/1uparrow.png
share/icons/crystalsvg/16x16/actions/2downarrow.png
share/icons/crystalsvg/16x16/actions/2leftarrow.png
share/icons/crystalsvg/16x16/actions/2rightarrow.png
share/icons/crystalsvg/16x16/actions/2uparrow.png
share/icons/crystalsvg/16x16/actions/about_kde.png
share/icons/crystalsvg/16x16/actions/airbrush.png
share/icons/crystalsvg/16x16/actions/apply.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/actions/attach.png
share/icons/crystalsvg/16x16/actions/back.png
share/icons/crystalsvg/16x16/actions/blend.png
share/icons/crystalsvg/16x16/actions/bookmark.png
share/icons/crystalsvg/16x16/actions/bookmark_add.png
share/icons/crystalsvg/16x16/actions/bookmark_folder.png
share/icons/crystalsvg/16x16/actions/bookmark_toolbar.png
share/icons/crystalsvg/16x16/actions/bookmarks_list_add.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/actions/bottom.png
share/icons/crystalsvg/16x16/actions/cancel.png
share/icons/crystalsvg/16x16/actions/charset.png
share/icons/crystalsvg/16x16/actions/clear_left.png
share/icons/crystalsvg/16x16/actions/color_fill.png
share/icons/crystalsvg/16x16/actions/color_line.png
share/icons/crystalsvg/16x16/actions/colorize.png
share/icons/crystalsvg/16x16/actions/colorpicker.png
share/icons/crystalsvg/16x16/actions/compfile.png
share/icons/crystalsvg/16x16/actions/completion.png
share/icons/crystalsvg/16x16/actions/configure.png
share/icons/crystalsvg/16x16/actions/configure_shortcuts.png
share/icons/crystalsvg/16x16/actions/configure_toolbars.png
share/icons/crystalsvg/16x16/actions/connect_creating.png
share/icons/crystalsvg/16x16/actions/connect_established.png
share/icons/crystalsvg/16x16/actions/connect_no.png
share/icons/crystalsvg/16x16/actions/contents.png
share/icons/crystalsvg/16x16/actions/contexthelp.png
share/icons/crystalsvg/16x16/actions/crop.png
share/icons/crystalsvg/16x16/actions/decrypted.png
share/icons/crystalsvg/16x16/actions/down.png
share/icons/crystalsvg/16x16/actions/edit.png
share/icons/crystalsvg/16x16/actions/editclear.png
share/icons/crystalsvg/16x16/actions/editcopy.png
share/icons/crystalsvg/16x16/actions/editcut.png
share/icons/crystalsvg/16x16/actions/editdelete.png
share/icons/crystalsvg/16x16/actions/editpaste.png
share/icons/crystalsvg/16x16/actions/editshred.png
share/icons/crystalsvg/16x16/actions/edittrash.png
share/icons/crystalsvg/16x16/actions/encrypted.png
share/icons/crystalsvg/16x16/actions/eraser.png
share/icons/crystalsvg/16x16/actions/exec.png
share/icons/crystalsvg/16x16/actions/exit.png
share/icons/crystalsvg/16x16/actions/fileclose.png
share/icons/crystalsvg/16x16/actions/fileexport.png
share/icons/crystalsvg/16x16/actions/filefind.png
share/icons/crystalsvg/16x16/actions/fileimport.png
share/icons/crystalsvg/16x16/actions/filenew.png
share/icons/crystalsvg/16x16/actions/fileopen.png
share/icons/crystalsvg/16x16/actions/fileprint.png
share/icons/crystalsvg/16x16/actions/filequickprint.png
share/icons/crystalsvg/16x16/actions/filesave.png
share/icons/crystalsvg/16x16/actions/filesaveas.png
share/icons/crystalsvg/16x16/actions/fill.png
share/icons/crystalsvg/16x16/actions/filter.png
share/icons/crystalsvg/16x16/actions/find.png
share/icons/crystalsvg/16x16/actions/finish.png
share/icons/crystalsvg/16x16/actions/flag.png
share/icons/crystalsvg/16x16/actions/folder_new.png
share/icons/crystalsvg/16x16/actions/fontsizedown.png
share/icons/crystalsvg/16x16/actions/fontsizeup.png
share/icons/crystalsvg/16x16/actions/fork.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/actions/forward.png
share/icons/crystalsvg/16x16/actions/frame_edit.png
share/icons/crystalsvg/16x16/actions/frame_formula.png
share/icons/crystalsvg/16x16/actions/frame_image.png
share/icons/crystalsvg/16x16/actions/frame_query.png
share/icons/crystalsvg/16x16/actions/frame_spreadsheet.png
share/icons/crystalsvg/16x16/actions/frame_text.png
share/icons/crystalsvg/16x16/actions/frameprint.png
share/icons/crystalsvg/16x16/actions/gear.png
share/icons/crystalsvg/16x16/actions/gohome.png
share/icons/crystalsvg/16x16/actions/goto.png
share/icons/crystalsvg/16x16/actions/halfencrypted.png
share/icons/crystalsvg/16x16/actions/help.png
share/icons/crystalsvg/16x16/actions/history.png
share/icons/crystalsvg/16x16/actions/history_clear.png
share/icons/crystalsvg/16x16/actions/idea.png
share/icons/crystalsvg/16x16/actions/identity.png
share/icons/crystalsvg/16x16/actions/info.png
share/icons/crystalsvg/16x16/actions/inline_image.png
share/icons/crystalsvg/16x16/actions/inline_table.png
share/icons/crystalsvg/16x16/actions/kde1.png
share/icons/crystalsvg/16x16/actions/kde3.png
share/icons/crystalsvg/16x16/actions/kde4.png
share/icons/crystalsvg/16x16/actions/kde5.png
share/icons/crystalsvg/16x16/actions/kde6.png
share/icons/crystalsvg/16x16/actions/key_enter.png
share/icons/crystalsvg/16x16/actions/launch.png
share/icons/crystalsvg/16x16/actions/locationbar_erase.png
share/icons/crystalsvg/16x16/actions/lock.png
share/icons/crystalsvg/16x16/actions/mail_find.png
share/icons/crystalsvg/16x16/actions/mail_forward.png
share/icons/crystalsvg/16x16/actions/mail_generic.png
share/icons/crystalsvg/16x16/actions/mail_get.png
share/icons/crystalsvg/16x16/actions/mail_new.png
share/icons/crystalsvg/16x16/actions/mail_post_to.png
share/icons/crystalsvg/16x16/actions/mail_reply.png
share/icons/crystalsvg/16x16/actions/mail_replyall.png
share/icons/crystalsvg/16x16/actions/mail_replylist.png
share/icons/crystalsvg/16x16/actions/mail_send.png
share/icons/crystalsvg/16x16/actions/make_kdevelop.png
share/icons/crystalsvg/16x16/actions/math_abs.png
share/icons/crystalsvg/16x16/actions/math_brace.png
share/icons/crystalsvg/16x16/actions/math_brackets.png
share/icons/crystalsvg/16x16/actions/math_frac.png
share/icons/crystalsvg/16x16/actions/math_int.png
share/icons/crystalsvg/16x16/actions/math_lsub.png
share/icons/crystalsvg/16x16/actions/math_lsup.png
share/icons/crystalsvg/16x16/actions/math_matrix.png
share/icons/crystalsvg/16x16/actions/math_onetwomatrix.png
share/icons/crystalsvg/16x16/actions/math_paren.png
share/icons/crystalsvg/16x16/actions/math_prod.png
share/icons/crystalsvg/16x16/actions/math_rsub.png
share/icons/crystalsvg/16x16/actions/math_rsup.png
share/icons/crystalsvg/16x16/actions/math_sqrt.png
share/icons/crystalsvg/16x16/actions/math_sum.png
share/icons/crystalsvg/16x16/actions/misc.png
share/icons/crystalsvg/16x16/actions/move.png
share/icons/crystalsvg/16x16/actions/music_32ndnote.png
share/icons/crystalsvg/16x16/actions/music_cleficon.png
share/icons/crystalsvg/16x16/actions/music_cross.png
share/icons/crystalsvg/16x16/actions/music_dottednote.png
share/icons/crystalsvg/16x16/actions/music_eightnote.png
share/icons/crystalsvg/16x16/actions/music_fermatenote.png
share/icons/crystalsvg/16x16/actions/music_flat.png
share/icons/crystalsvg/16x16/actions/music_fullnote.png
share/icons/crystalsvg/16x16/actions/music_halfnote.png
share/icons/crystalsvg/16x16/actions/music_natur.png
share/icons/crystalsvg/16x16/actions/music_quarternote.png
share/icons/crystalsvg/16x16/actions/music_sixteenthnote.png
share/icons/crystalsvg/16x16/actions/news_subscribe.png
share/icons/crystalsvg/16x16/actions/news_unsubscribe.png
share/icons/crystalsvg/16x16/actions/next.png
share/icons/crystalsvg/16x16/actions/no.png
share/icons/crystalsvg/16x16/actions/ok.png
share/icons/crystalsvg/16x16/actions/openterm.png
share/icons/crystalsvg/16x16/actions/paintbrush.png
share/icons/crystalsvg/16x16/actions/pencil.png
share/icons/crystalsvg/16x16/actions/player_eject.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/actions/player_end.png
share/icons/crystalsvg/16x16/actions/player_fwd.png
share/icons/crystalsvg/16x16/actions/player_pause.png
share/icons/crystalsvg/16x16/actions/player_play.png
share/icons/crystalsvg/16x16/actions/player_rew.png
share/icons/crystalsvg/16x16/actions/player_start.png
share/icons/crystalsvg/16x16/actions/player_stop.png
share/icons/crystalsvg/16x16/actions/previous.png
share/icons/crystalsvg/16x16/actions/project_open.png
share/icons/crystalsvg/16x16/actions/queue.png
share/icons/crystalsvg/16x16/actions/rebuild.png
share/icons/crystalsvg/16x16/actions/redo.png
share/icons/crystalsvg/16x16/actions/reload.png
share/icons/crystalsvg/16x16/actions/reload_all_tabs.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/actions/reload_page.png
share/icons/crystalsvg/16x16/actions/remove.png
share/icons/crystalsvg/16x16/actions/revert.png
share/icons/crystalsvg/16x16/actions/rotate.png
share/icons/crystalsvg/16x16/actions/rotate_ccw.png
share/icons/crystalsvg/16x16/actions/rotate_cw.png
share/icons/crystalsvg/16x16/actions/run.png
share/icons/crystalsvg/16x16/actions/save_all.png
share/icons/crystalsvg/16x16/actions/share.png
share/icons/crystalsvg/16x16/actions/signature.png
share/icons/crystalsvg/16x16/actions/spellcheck.png
share/icons/crystalsvg/16x16/actions/stamp.png
share/icons/crystalsvg/16x16/actions/start.png
share/icons/crystalsvg/16x16/actions/stop.png
share/icons/crystalsvg/16x16/actions/tab_breakoff.png
share/icons/crystalsvg/16x16/actions/tab_duplicate.png
share/icons/crystalsvg/16x16/actions/tab_new.png
share/icons/crystalsvg/16x16/actions/tab_new_raised.png
share/icons/crystalsvg/16x16/actions/tab_remove.png
share/icons/crystalsvg/16x16/actions/text.png
share/icons/crystalsvg/16x16/actions/text_block.png
share/icons/crystalsvg/16x16/actions/text_bold.png
share/icons/crystalsvg/16x16/actions/text_center.png
share/icons/crystalsvg/16x16/actions/text_italic.png
share/icons/crystalsvg/16x16/actions/text_left.png
share/icons/crystalsvg/16x16/actions/text_right.png
share/icons/crystalsvg/16x16/actions/text_strike.png
share/icons/crystalsvg/16x16/actions/text_sub.png
share/icons/crystalsvg/16x16/actions/text_super.png
share/icons/crystalsvg/16x16/actions/text_under.png
share/icons/crystalsvg/16x16/actions/thumbnail.png
share/icons/crystalsvg/16x16/actions/today.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/actions/top.png
share/icons/crystalsvg/16x16/actions/transform.png
share/icons/crystalsvg/16x16/actions/translate.png
share/icons/crystalsvg/16x16/actions/undo.png
share/icons/crystalsvg/16x16/actions/unlock.png
share/icons/crystalsvg/16x16/actions/up.png
share/icons/crystalsvg/16x16/actions/view_bottom.png
share/icons/crystalsvg/16x16/actions/view_choose.png
share/icons/crystalsvg/16x16/actions/view_detailed.png
share/icons/crystalsvg/16x16/actions/view_icon.png
share/icons/crystalsvg/16x16/actions/view_left_right.png
share/icons/crystalsvg/16x16/actions/view_multicolumn.png
share/icons/crystalsvg/16x16/actions/view_remove.png
share/icons/crystalsvg/16x16/actions/view_right.png
share/icons/crystalsvg/16x16/actions/view_sidetree.png
share/icons/crystalsvg/16x16/actions/view_text.png
share/icons/crystalsvg/16x16/actions/view_top_bottom.png
share/icons/crystalsvg/16x16/actions/view_tree.png
share/icons/crystalsvg/16x16/actions/viewmag+.png
share/icons/crystalsvg/16x16/actions/viewmag-.png
share/icons/crystalsvg/16x16/actions/viewmag.png
share/icons/crystalsvg/16x16/actions/viewmag1.png
share/icons/crystalsvg/16x16/actions/viewmagfit.png
share/icons/crystalsvg/16x16/actions/window_fullscreen.png
share/icons/crystalsvg/16x16/actions/window_new.png
share/icons/crystalsvg/16x16/actions/window_nofullscreen.png
share/icons/crystalsvg/16x16/actions/wizard.png
share/icons/crystalsvg/16x16/devices/3floppy_mount.png
share/icons/crystalsvg/16x16/devices/3floppy_unmount.png
share/icons/crystalsvg/16x16/devices/5floppy_mount.png
share/icons/crystalsvg/16x16/devices/5floppy_unmount.png
share/icons/crystalsvg/16x16/devices/blockdevice.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/devices/camera_mount.png
share/icons/crystalsvg/16x16/devices/camera_unmount.png
share/icons/crystalsvg/16x16/devices/cdaudio_mount.png
share/icons/crystalsvg/16x16/devices/cdaudio_unmount.png
share/icons/crystalsvg/16x16/devices/cdrom_mount.png
share/icons/crystalsvg/16x16/devices/cdrom_unmount.png
share/icons/crystalsvg/16x16/devices/cdwriter_mount.png
share/icons/crystalsvg/16x16/devices/cdwriter_unmount.png
share/icons/crystalsvg/16x16/devices/dvd_mount.png
share/icons/crystalsvg/16x16/devices/dvd_unmount.png
share/icons/crystalsvg/16x16/devices/hdd_mount.png
share/icons/crystalsvg/16x16/devices/hdd_unmount.png
share/icons/crystalsvg/16x16/devices/joystick.png
share/icons/crystalsvg/16x16/devices/memory.png
share/icons/crystalsvg/16x16/devices/mo_mount.png
share/icons/crystalsvg/16x16/devices/mo_unmount.png
share/icons/crystalsvg/16x16/devices/mouse.png
share/icons/crystalsvg/16x16/devices/nfs_mount.png
share/icons/crystalsvg/16x16/devices/nfs_unmount.png
share/icons/crystalsvg/16x16/devices/pda_black.png
share/icons/crystalsvg/16x16/devices/pda_blue.png
share/icons/crystalsvg/16x16/devices/print_class.png
share/icons/crystalsvg/16x16/devices/printer1.png
share/icons/crystalsvg/16x16/devices/scanner.png
share/icons/crystalsvg/16x16/devices/tablet.png
share/icons/crystalsvg/16x16/devices/tv.png
share/icons/crystalsvg/16x16/devices/zip_mount.png
share/icons/crystalsvg/16x16/devices/zip_unmount.png
share/icons/crystalsvg/16x16/filesystems/chardevice.png
share/icons/crystalsvg/16x16/filesystems/desktop.png
share/icons/crystalsvg/16x16/filesystems/exec.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/16x16/filesystems/file_broken.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/filesystems/folder.png
share/icons/crystalsvg/16x16/filesystems/folder_crystal.png
share/icons/crystalsvg/16x16/filesystems/folder_favorite.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/filesystems/folder_green.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/16x16/filesystems/folder_green_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/filesystems/folder_grey.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/16x16/filesystems/folder_grey_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/filesystems/folder_home.png
share/icons/crystalsvg/16x16/filesystems/folder_home2.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/filesystems/folder_html.png
share/icons/crystalsvg/16x16/filesystems/folder_image.png
share/icons/crystalsvg/16x16/filesystems/folder_important.png
share/icons/crystalsvg/16x16/filesystems/folder_inbox.png
share/icons/crystalsvg/16x16/filesystems/folder_locked.png
share/icons/crystalsvg/16x16/filesystems/folder_man.png
share/icons/crystalsvg/16x16/filesystems/folder_open.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/16x16/filesystems/folder_orange.png
share/icons/crystalsvg/16x16/filesystems/folder_orange_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/filesystems/folder_outbox.png
share/icons/crystalsvg/16x16/filesystems/folder_print.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/filesystems/folder_red.png
share/icons/crystalsvg/16x16/filesystems/folder_red_open.png
share/icons/crystalsvg/16x16/filesystems/folder_sent_mail.png
share/icons/crystalsvg/16x16/filesystems/folder_sound.png
share/icons/crystalsvg/16x16/filesystems/folder_tar.png
share/icons/crystalsvg/16x16/filesystems/folder_txt.png
share/icons/crystalsvg/16x16/filesystems/folder_video.png
share/icons/crystalsvg/16x16/filesystems/folder_violet.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/16x16/filesystems/folder_violet_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/filesystems/folder_yellow.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/16x16/filesystems/folder_yellow_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/filesystems/link.png
share/icons/crystalsvg/16x16/filesystems/lockoverlay.png
share/icons/crystalsvg/16x16/filesystems/network.png
share/icons/crystalsvg/16x16/filesystems/network_local.png
share/icons/crystalsvg/16x16/filesystems/pipe.png
share/icons/crystalsvg/16x16/filesystems/server.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/filesystems/trashcan_empty.png
share/icons/crystalsvg/16x16/filesystems/trashcan_full.png
share/icons/crystalsvg/16x16/filesystems/www.png
share/icons/crystalsvg/16x16/filesystems/zip.png
share/icons/crystalsvg/16x16/mimetypes/applix.png
share/icons/crystalsvg/16x16/mimetypes/ascii.png
share/icons/crystalsvg/16x16/mimetypes/binary.png
share/icons/crystalsvg/16x16/mimetypes/cdimage.png
share/icons/crystalsvg/16x16/mimetypes/cdr.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/mimetypes/cdtrack.png
share/icons/crystalsvg/16x16/mimetypes/colorscm.png
share/icons/crystalsvg/16x16/mimetypes/colorset.png
share/icons/crystalsvg/16x16/mimetypes/core.png
share/icons/crystalsvg/16x16/mimetypes/deb.png
share/icons/crystalsvg/16x16/mimetypes/document.png
share/icons/crystalsvg/16x16/mimetypes/document2.png
share/icons/crystalsvg/16x16/mimetypes/dvi.png
share/icons/crystalsvg/16x16/mimetypes/encrypted.png
share/icons/crystalsvg/16x16/mimetypes/font.png
share/icons/crystalsvg/16x16/mimetypes/font_bitmap.png
share/icons/crystalsvg/16x16/mimetypes/font_truetype.png
share/icons/crystalsvg/16x16/mimetypes/font_type1.png
share/icons/crystalsvg/16x16/mimetypes/gettext.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/mimetypes/gf.png
share/icons/crystalsvg/16x16/mimetypes/html.png
share/icons/crystalsvg/16x16/mimetypes/image.png
share/icons/crystalsvg/16x16/mimetypes/info.png
share/icons/crystalsvg/16x16/mimetypes/karbon_karbon.png
share/icons/crystalsvg/16x16/mimetypes/kchart_chrt.png
share/icons/crystalsvg/16x16/mimetypes/kexi_kexi.png
share/icons/crystalsvg/16x16/mimetypes/kformula_kfo.png
share/icons/crystalsvg/16x16/mimetypes/kivio_flw.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/mimetypes/kmultiple.png
share/icons/crystalsvg/16x16/mimetypes/kpresenter_kpr.png
share/icons/crystalsvg/16x16/mimetypes/krita_kra.png
share/icons/crystalsvg/16x16/mimetypes/kspread_ksp.png
share/icons/crystalsvg/16x16/mimetypes/kugar_kud.png
share/icons/crystalsvg/16x16/mimetypes/kword_kwd.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/mimetypes/log.png
share/icons/crystalsvg/16x16/mimetypes/make.png
share/icons/crystalsvg/16x16/mimetypes/man.png
share/icons/crystalsvg/16x16/mimetypes/message.png
share/icons/crystalsvg/16x16/mimetypes/metafont.png
share/icons/crystalsvg/16x16/mimetypes/midi.png
share/icons/crystalsvg/16x16/mimetypes/mime.png
share/icons/crystalsvg/16x16/mimetypes/misc.png
share/icons/crystalsvg/16x16/mimetypes/misc_doc.png
share/icons/crystalsvg/16x16/mimetypes/netscape_doc.png
share/icons/crystalsvg/16x16/mimetypes/news.png
share/icons/crystalsvg/16x16/mimetypes/pdf.png
share/icons/crystalsvg/16x16/mimetypes/pk.png
share/icons/crystalsvg/16x16/mimetypes/postscript.png
share/icons/crystalsvg/16x16/mimetypes/quicktime.png
share/icons/crystalsvg/16x16/mimetypes/readme.png
share/icons/crystalsvg/16x16/mimetypes/real_doc.png
share/icons/crystalsvg/16x16/mimetypes/recycled.png
share/icons/crystalsvg/16x16/mimetypes/resource.png
share/icons/crystalsvg/16x16/mimetypes/rpm.png
share/icons/crystalsvg/16x16/mimetypes/shellscript.png
share/icons/crystalsvg/16x16/mimetypes/sound.png
share/icons/crystalsvg/16x16/mimetypes/source.png
share/icons/crystalsvg/16x16/mimetypes/source_c.png
share/icons/crystalsvg/16x16/mimetypes/source_cpp.png
share/icons/crystalsvg/16x16/mimetypes/source_f.png
share/icons/crystalsvg/16x16/mimetypes/source_h.png
share/icons/crystalsvg/16x16/mimetypes/source_java.png
share/icons/crystalsvg/16x16/mimetypes/source_l.png
share/icons/crystalsvg/16x16/mimetypes/source_moc.png
share/icons/crystalsvg/16x16/mimetypes/source_o.png
share/icons/crystalsvg/16x16/mimetypes/source_php.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/mimetypes/source_pl.png
share/icons/crystalsvg/16x16/mimetypes/source_py.png
share/icons/crystalsvg/16x16/mimetypes/source_s.png
share/icons/crystalsvg/16x16/mimetypes/source_y.png
share/icons/crystalsvg/16x16/mimetypes/spreadsheet.png
share/icons/crystalsvg/16x16/mimetypes/tar.png
share/icons/crystalsvg/16x16/mimetypes/template_source.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/mimetypes/tex.png
share/icons/crystalsvg/16x16/mimetypes/tgz.png
share/icons/crystalsvg/16x16/mimetypes/trash.png
share/icons/crystalsvg/16x16/mimetypes/txt.png
share/icons/crystalsvg/16x16/mimetypes/txt2.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/16x16/mimetypes/unknown.png
share/icons/crystalsvg/16x16/mimetypes/vcalendar.png
share/icons/crystalsvg/16x16/mimetypes/vcard.png
share/icons/crystalsvg/16x16/mimetypes/vectorgfx.png
share/icons/crystalsvg/16x16/mimetypes/video.png
share/icons/crystalsvg/16x16/mimetypes/widget_doc.png
share/icons/crystalsvg/16x16/mimetypes/wordprocessing.png
share/icons/crystalsvg/16x16/mimetypes/zip.png
share/icons/crystalsvg/22x22/actions/1downarrow.png
share/icons/crystalsvg/22x22/actions/1leftarrow.png
share/icons/crystalsvg/22x22/actions/1rightarrow.png
share/icons/crystalsvg/22x22/actions/1uparrow.png
share/icons/crystalsvg/22x22/actions/2downarrow.png
share/icons/crystalsvg/22x22/actions/2leftarrow.png
share/icons/crystalsvg/22x22/actions/2rightarrow.png
share/icons/crystalsvg/22x22/actions/2uparrow.png
share/icons/crystalsvg/22x22/actions/about_kde.png
share/icons/crystalsvg/22x22/actions/airbrush.png
share/icons/crystalsvg/22x22/actions/apply.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/22x22/actions/attach.png
share/icons/crystalsvg/22x22/actions/back.png
share/icons/crystalsvg/22x22/actions/blend.png
share/icons/crystalsvg/22x22/actions/bookmark.png
share/icons/crystalsvg/22x22/actions/bookmark_add.png
share/icons/crystalsvg/22x22/actions/bookmark_folder.png
share/icons/crystalsvg/22x22/actions/bookmarks_list_add.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/22x22/actions/bottom.png
share/icons/crystalsvg/22x22/actions/button_cancel.png
share/icons/crystalsvg/22x22/actions/button_ok.png
share/icons/crystalsvg/22x22/actions/cd.png
share/icons/crystalsvg/22x22/actions/centrejust.png
share/icons/crystalsvg/22x22/actions/charset.png
share/icons/crystalsvg/22x22/actions/clear_left.png
share/icons/crystalsvg/22x22/actions/color_fill.png
share/icons/crystalsvg/22x22/actions/color_line.png
share/icons/crystalsvg/22x22/actions/colorize.png
share/icons/crystalsvg/22x22/actions/colorpicker.png
share/icons/crystalsvg/22x22/actions/compfile.png
share/icons/crystalsvg/22x22/actions/configure.png
share/icons/crystalsvg/22x22/actions/connect_creating.png
share/icons/crystalsvg/22x22/actions/connect_established.png
share/icons/crystalsvg/22x22/actions/connect_no.png
share/icons/crystalsvg/22x22/actions/contents.png
share/icons/crystalsvg/22x22/actions/contexthelp.png
share/icons/crystalsvg/22x22/actions/crop.png
share/icons/crystalsvg/22x22/actions/decrypted.png
share/icons/crystalsvg/22x22/actions/down.png
share/icons/crystalsvg/22x22/actions/edit.png
share/icons/crystalsvg/22x22/actions/editclear.png
share/icons/crystalsvg/22x22/actions/editcopy.png
share/icons/crystalsvg/22x22/actions/editcut.png
share/icons/crystalsvg/22x22/actions/editdelete.png
share/icons/crystalsvg/22x22/actions/editpaste.png
share/icons/crystalsvg/22x22/actions/editshred.png
share/icons/crystalsvg/22x22/actions/edittrash.png
share/icons/crystalsvg/22x22/actions/encrypted.png
share/icons/crystalsvg/22x22/actions/eraser.png
share/icons/crystalsvg/22x22/actions/exec.png
share/icons/crystalsvg/22x22/actions/exit.png
share/icons/crystalsvg/22x22/actions/fileclose.png
share/icons/crystalsvg/22x22/actions/fileexport.png
share/icons/crystalsvg/22x22/actions/filefind.png
share/icons/crystalsvg/22x22/actions/fileimport.png
share/icons/crystalsvg/22x22/actions/filenew.png
share/icons/crystalsvg/22x22/actions/fileopen.png
share/icons/crystalsvg/22x22/actions/fileprint.png
share/icons/crystalsvg/22x22/actions/filequickprint.png
share/icons/crystalsvg/22x22/actions/filesave.png
share/icons/crystalsvg/22x22/actions/filesaveas.png
share/icons/crystalsvg/22x22/actions/fill.png
share/icons/crystalsvg/22x22/actions/filter.png
share/icons/crystalsvg/22x22/actions/find.png
share/icons/crystalsvg/22x22/actions/finish.png
share/icons/crystalsvg/22x22/actions/folder.png
share/icons/crystalsvg/22x22/actions/folder_new.png
share/icons/crystalsvg/22x22/actions/fontsizedown.png
share/icons/crystalsvg/22x22/actions/fontsizeup.png
share/icons/crystalsvg/22x22/actions/fork.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/22x22/actions/forward.png
share/icons/crystalsvg/22x22/actions/frame_chart.png
share/icons/crystalsvg/22x22/actions/frame_edit.png
share/icons/crystalsvg/22x22/actions/frame_formula.png
share/icons/crystalsvg/22x22/actions/frame_image.png
share/icons/crystalsvg/22x22/actions/frame_query.png
share/icons/crystalsvg/22x22/actions/frame_spreadsheet.png
share/icons/crystalsvg/22x22/actions/frame_text.png
share/icons/crystalsvg/22x22/actions/frameprint.png
share/icons/crystalsvg/22x22/actions/gear.png
share/icons/crystalsvg/22x22/actions/gohome.png
share/icons/crystalsvg/22x22/actions/goto.png
share/icons/crystalsvg/22x22/actions/halfencrypted.png
share/icons/crystalsvg/22x22/actions/help.png
share/icons/crystalsvg/22x22/actions/history.png
share/icons/crystalsvg/22x22/actions/inline_image.png
share/icons/crystalsvg/22x22/actions/inline_table.png
share/icons/crystalsvg/22x22/actions/kde.png
share/icons/crystalsvg/22x22/actions/key_enter.png
share/icons/crystalsvg/22x22/actions/klipper_dock.png
share/icons/crystalsvg/22x22/actions/launch.png
share/icons/crystalsvg/22x22/actions/leftjust.png
share/icons/crystalsvg/22x22/actions/locationbar_erase.png
share/icons/crystalsvg/22x22/actions/lock.png
share/icons/crystalsvg/22x22/actions/mail_delete.png
share/icons/crystalsvg/22x22/actions/mail_find.png
share/icons/crystalsvg/22x22/actions/mail_forward.png
share/icons/crystalsvg/22x22/actions/mail_generic.png
share/icons/crystalsvg/22x22/actions/mail_get.png
share/icons/crystalsvg/22x22/actions/mail_new.png
share/icons/crystalsvg/22x22/actions/mail_new3.png
share/icons/crystalsvg/22x22/actions/mail_post_to.png
share/icons/crystalsvg/22x22/actions/mail_post_to3.png
share/icons/crystalsvg/22x22/actions/mail_reply.png
share/icons/crystalsvg/22x22/actions/mail_replyall.png
share/icons/crystalsvg/22x22/actions/mail_replylist.png
share/icons/crystalsvg/22x22/actions/mail_send.png
share/icons/crystalsvg/22x22/actions/make_kdevelop.png
share/icons/crystalsvg/22x22/actions/math_abs.png
share/icons/crystalsvg/22x22/actions/math_brace.png
share/icons/crystalsvg/22x22/actions/math_brackets.png
share/icons/crystalsvg/22x22/actions/math_frac.png
share/icons/crystalsvg/22x22/actions/math_int.png
share/icons/crystalsvg/22x22/actions/math_lsub.png
share/icons/crystalsvg/22x22/actions/math_lsup.png
share/icons/crystalsvg/22x22/actions/math_matrix.png
share/icons/crystalsvg/22x22/actions/math_onetwomatrix.png
share/icons/crystalsvg/22x22/actions/math_paren.png
share/icons/crystalsvg/22x22/actions/math_prod.png
share/icons/crystalsvg/22x22/actions/math_rsub.png
share/icons/crystalsvg/22x22/actions/math_rsup.png
share/icons/crystalsvg/22x22/actions/math_sqrt.png
share/icons/crystalsvg/22x22/actions/math_sum.png
share/icons/crystalsvg/22x22/actions/message_reply.png
share/icons/crystalsvg/22x22/actions/misc.png
share/icons/crystalsvg/22x22/actions/move.png
share/icons/crystalsvg/22x22/actions/music_32ndnote.png
share/icons/crystalsvg/22x22/actions/music_cleficon.png
share/icons/crystalsvg/22x22/actions/music_cross.png
share/icons/crystalsvg/22x22/actions/music_dottednote.png
share/icons/crystalsvg/22x22/actions/music_eightnote.png
share/icons/crystalsvg/22x22/actions/music_fermatenote.png
share/icons/crystalsvg/22x22/actions/music_flat.png
share/icons/crystalsvg/22x22/actions/music_fullnote.png
share/icons/crystalsvg/22x22/actions/music_halfnote.png
share/icons/crystalsvg/22x22/actions/music_natur.png
share/icons/crystalsvg/22x22/actions/music_quarternote.png
share/icons/crystalsvg/22x22/actions/music_sixteenthnote.png
share/icons/crystalsvg/22x22/actions/news_subscribe.png
share/icons/crystalsvg/22x22/actions/news_unsubscribe.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/22x22/actions/next.png
share/icons/crystalsvg/22x22/actions/openterm.png
share/icons/crystalsvg/22x22/actions/paintbrush.png
share/icons/crystalsvg/22x22/actions/pencil.png
share/icons/crystalsvg/22x22/actions/player_eject.png
share/icons/crystalsvg/22x22/actions/player_end.png
share/icons/crystalsvg/22x22/actions/player_fwd.png
share/icons/crystalsvg/22x22/actions/player_pause.png
share/icons/crystalsvg/22x22/actions/player_play.png
share/icons/crystalsvg/22x22/actions/player_rew.png
share/icons/crystalsvg/22x22/actions/player_start.png
share/icons/crystalsvg/22x22/actions/player_stop.png
share/icons/crystalsvg/22x22/actions/previous.png
share/icons/crystalsvg/22x22/actions/project_open.png
share/icons/crystalsvg/22x22/actions/queue.png
share/icons/crystalsvg/22x22/actions/rebuild.png
share/icons/crystalsvg/22x22/actions/redo.png
share/icons/crystalsvg/22x22/actions/reload.png
share/icons/crystalsvg/22x22/actions/reload3.png
share/icons/crystalsvg/22x22/actions/reload_all_tabs.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/22x22/actions/reload_page.png
share/icons/crystalsvg/22x22/actions/revert.png
share/icons/crystalsvg/22x22/actions/rightjust.png
share/icons/crystalsvg/22x22/actions/rotate.png
share/icons/crystalsvg/22x22/actions/rotate_ccw.png
share/icons/crystalsvg/22x22/actions/rotate_cw.png
share/icons/crystalsvg/22x22/actions/run.png
share/icons/crystalsvg/22x22/actions/save_all.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/22x22/actions/showmenu.png
share/icons/crystalsvg/22x22/actions/signature.png
share/icons/crystalsvg/22x22/actions/spellcheck.png
share/icons/crystalsvg/22x22/actions/start.png
share/icons/crystalsvg/22x22/actions/stop.png
share/icons/crystalsvg/22x22/actions/sub.png
share/icons/crystalsvg/22x22/actions/super.png
share/icons/crystalsvg/22x22/actions/text.png
share/icons/crystalsvg/22x22/actions/text_block.png
share/icons/crystalsvg/22x22/actions/text_bold.png
share/icons/crystalsvg/22x22/actions/text_center.png
share/icons/crystalsvg/22x22/actions/text_italic.png
share/icons/crystalsvg/22x22/actions/text_left.png
share/icons/crystalsvg/22x22/actions/text_right.png
share/icons/crystalsvg/22x22/actions/text_strike.png
share/icons/crystalsvg/22x22/actions/text_under.png
share/icons/crystalsvg/22x22/actions/thumbnail.png
share/icons/crystalsvg/22x22/actions/today.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/22x22/actions/toggle_log.png
share/icons/crystalsvg/22x22/actions/top.png
share/icons/crystalsvg/22x22/actions/translate.png
share/icons/crystalsvg/22x22/actions/undo.png
share/icons/crystalsvg/22x22/actions/unlock.png
share/icons/crystalsvg/22x22/actions/up.png
share/icons/crystalsvg/22x22/actions/view_bottom.png
share/icons/crystalsvg/22x22/actions/view_choose.png
share/icons/crystalsvg/22x22/actions/view_detailed.png
share/icons/crystalsvg/22x22/actions/view_icon.png
share/icons/crystalsvg/22x22/actions/view_left_right.png
share/icons/crystalsvg/22x22/actions/view_multicolumn.png
share/icons/crystalsvg/22x22/actions/view_remove.png
share/icons/crystalsvg/22x22/actions/view_right.png
share/icons/crystalsvg/22x22/actions/view_sidetree.png
share/icons/crystalsvg/22x22/actions/view_text.png
share/icons/crystalsvg/22x22/actions/view_top_bottom.png
share/icons/crystalsvg/22x22/actions/view_tree.png
share/icons/crystalsvg/22x22/actions/viewmag+.png
share/icons/crystalsvg/22x22/actions/viewmag-.png
share/icons/crystalsvg/22x22/actions/viewmag.png
share/icons/crystalsvg/22x22/actions/viewmag1.png
share/icons/crystalsvg/22x22/actions/viewmagfit.png
share/icons/crystalsvg/22x22/actions/window_fullscreen.png
share/icons/crystalsvg/22x22/actions/window_new.png
share/icons/crystalsvg/22x22/actions/window_nofullscreen.png
share/icons/crystalsvg/22x22/actions/wizard.png
share/icons/crystalsvg/22x22/filesystems/www.png
share/icons/crystalsvg/22x22/mimetypes/applix.png
share/icons/crystalsvg/22x22/mimetypes/ascii.png
share/icons/crystalsvg/22x22/mimetypes/binary.png
share/icons/crystalsvg/22x22/mimetypes/cdbo_list.png
share/icons/crystalsvg/22x22/mimetypes/cdimage.png
share/icons/crystalsvg/22x22/mimetypes/cdtrack.png
share/icons/crystalsvg/22x22/mimetypes/colorscm.png
share/icons/crystalsvg/22x22/mimetypes/core.png
share/icons/crystalsvg/22x22/mimetypes/deb.png
share/icons/crystalsvg/22x22/mimetypes/document.png
share/icons/crystalsvg/22x22/mimetypes/document2.png
share/icons/crystalsvg/22x22/mimetypes/dvi.png
share/icons/crystalsvg/22x22/mimetypes/empty.png
share/icons/crystalsvg/22x22/mimetypes/encrypted.png
share/icons/crystalsvg/22x22/mimetypes/exec_wine.png
share/icons/crystalsvg/22x22/mimetypes/file_locked.png
share/icons/crystalsvg/22x22/mimetypes/file_temporary.png
share/icons/crystalsvg/22x22/mimetypes/font.png
share/icons/crystalsvg/22x22/mimetypes/font_bitmap.png
share/icons/crystalsvg/22x22/mimetypes/font_truetype.png
share/icons/crystalsvg/22x22/mimetypes/font_type1.png
share/icons/crystalsvg/22x22/mimetypes/gf.png
share/icons/crystalsvg/22x22/mimetypes/html.png
share/icons/crystalsvg/22x22/mimetypes/image.png
share/icons/crystalsvg/22x22/mimetypes/info.png
share/icons/crystalsvg/22x22/mimetypes/karbon_karbon.png
share/icons/crystalsvg/22x22/mimetypes/kchart_chrt.png
share/icons/crystalsvg/22x22/mimetypes/kexi_kexi.png
share/icons/crystalsvg/22x22/mimetypes/kformula_kfo.png
share/icons/crystalsvg/22x22/mimetypes/kivio_flw.png
share/icons/crystalsvg/22x22/mimetypes/kmultiple.png
share/icons/crystalsvg/22x22/mimetypes/koffice.png
share/icons/crystalsvg/22x22/mimetypes/kpresenter_kpr.png
share/icons/crystalsvg/22x22/mimetypes/krita_kra.png
share/icons/crystalsvg/22x22/mimetypes/kspread_ksp.png
share/icons/crystalsvg/22x22/mimetypes/kugar_kud.png
share/icons/crystalsvg/22x22/mimetypes/kword_kwd.png
share/icons/crystalsvg/22x22/mimetypes/log.png
share/icons/crystalsvg/22x22/mimetypes/make.png
share/icons/crystalsvg/22x22/mimetypes/man.png
share/icons/crystalsvg/22x22/mimetypes/message.png
share/icons/crystalsvg/22x22/mimetypes/metafont.png
share/icons/crystalsvg/22x22/mimetypes/midi.png
share/icons/crystalsvg/22x22/mimetypes/mozilla_doc.png
share/icons/crystalsvg/22x22/mimetypes/netscape_doc.png
share/icons/crystalsvg/22x22/mimetypes/news.png
share/icons/crystalsvg/22x22/mimetypes/pdf.png
share/icons/crystalsvg/22x22/mimetypes/php.png
share/icons/crystalsvg/22x22/mimetypes/pk.png
share/icons/crystalsvg/22x22/mimetypes/postscript.png
share/icons/crystalsvg/22x22/mimetypes/quicktime.png
share/icons/crystalsvg/22x22/mimetypes/readme.png
share/icons/crystalsvg/22x22/mimetypes/real_doc.png
share/icons/crystalsvg/22x22/mimetypes/recycled.png
share/icons/crystalsvg/22x22/mimetypes/rpm.png
share/icons/crystalsvg/22x22/mimetypes/shellscript.png
share/icons/crystalsvg/22x22/mimetypes/soffice.png
share/icons/crystalsvg/22x22/mimetypes/sound.png
share/icons/crystalsvg/22x22/mimetypes/source.png
share/icons/crystalsvg/22x22/mimetypes/source_c.png
share/icons/crystalsvg/22x22/mimetypes/source_cpp.png
share/icons/crystalsvg/22x22/mimetypes/source_f.png
share/icons/crystalsvg/22x22/mimetypes/source_h.png
share/icons/crystalsvg/22x22/mimetypes/source_j.png
share/icons/crystalsvg/22x22/mimetypes/source_java.png
share/icons/crystalsvg/22x22/mimetypes/source_l.png
share/icons/crystalsvg/22x22/mimetypes/source_moc.png
share/icons/crystalsvg/22x22/mimetypes/source_o.png
share/icons/crystalsvg/22x22/mimetypes/source_p.png
share/icons/crystalsvg/22x22/mimetypes/source_pl.png
share/icons/crystalsvg/22x22/mimetypes/source_py.png
share/icons/crystalsvg/22x22/mimetypes/source_s.png
share/icons/crystalsvg/22x22/mimetypes/source_y.png
share/icons/crystalsvg/22x22/mimetypes/spreadsheet.png
share/icons/crystalsvg/22x22/mimetypes/tar.png
share/icons/crystalsvg/22x22/mimetypes/tex.png
share/icons/crystalsvg/22x22/mimetypes/tgz.png
share/icons/crystalsvg/22x22/mimetypes/txt.png
share/icons/crystalsvg/22x22/mimetypes/txt2.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/22x22/mimetypes/unknown.png
share/icons/crystalsvg/22x22/mimetypes/vcalendar.png
share/icons/crystalsvg/22x22/mimetypes/vcard.png
share/icons/crystalsvg/22x22/mimetypes/vectorgfx.png
share/icons/crystalsvg/22x22/mimetypes/video.png
share/icons/crystalsvg/22x22/mimetypes/widget_doc.png
share/icons/crystalsvg/22x22/mimetypes/wordprocessing.png
share/icons/crystalsvg/22x22/mimetypes/zip.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/actions/1downarrow.png
share/icons/crystalsvg/32x32/actions/1leftarrow.png
share/icons/crystalsvg/32x32/actions/1rightarrow.png
share/icons/crystalsvg/32x32/actions/1uparrow.png
share/icons/crystalsvg/32x32/actions/2downarrow.png
share/icons/crystalsvg/32x32/actions/2leftarrow.png
share/icons/crystalsvg/32x32/actions/2rightarrow.png
share/icons/crystalsvg/32x32/actions/2uparrow.png
share/icons/crystalsvg/32x32/actions/about_kde.png
share/icons/crystalsvg/32x32/actions/apply.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/actions/attach.png
share/icons/crystalsvg/32x32/actions/back.png
share/icons/crystalsvg/32x32/actions/blend.png
share/icons/crystalsvg/32x32/actions/bookmark.png
share/icons/crystalsvg/32x32/actions/bookmark_add.png
share/icons/crystalsvg/32x32/actions/bookmark_folder.png
share/icons/crystalsvg/32x32/actions/bookmark_toolbar.png
share/icons/crystalsvg/32x32/actions/bookmarks_list_add.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/actions/bottom.png
share/icons/crystalsvg/32x32/actions/button_cancel.png
share/icons/crystalsvg/32x32/actions/button_ok.png
share/icons/crystalsvg/32x32/actions/centrejust.png
share/icons/crystalsvg/32x32/actions/charset.png
share/icons/crystalsvg/32x32/actions/clear_left.png
share/icons/crystalsvg/32x32/actions/colorize.png
share/icons/crystalsvg/32x32/actions/compfile.png
share/icons/crystalsvg/32x32/actions/configure.png
share/icons/crystalsvg/32x32/actions/connect_creating.png
share/icons/crystalsvg/32x32/actions/connect_established.png
share/icons/crystalsvg/32x32/actions/connect_no.png
share/icons/crystalsvg/32x32/actions/contents.png
share/icons/crystalsvg/32x32/actions/contexthelp.png
share/icons/crystalsvg/32x32/actions/decrypted.png
share/icons/crystalsvg/32x32/actions/down.png
share/icons/crystalsvg/32x32/actions/edit.png
share/icons/crystalsvg/32x32/actions/editclear.png
share/icons/crystalsvg/32x32/actions/editcopy.png
share/icons/crystalsvg/32x32/actions/editcut.png
share/icons/crystalsvg/32x32/actions/editdelete.png
share/icons/crystalsvg/32x32/actions/editpaste.png
share/icons/crystalsvg/32x32/actions/editshred.png
share/icons/crystalsvg/32x32/actions/edittrash.png
share/icons/crystalsvg/32x32/actions/encrypted.png
share/icons/crystalsvg/32x32/actions/exec.png
share/icons/crystalsvg/32x32/actions/exit.png
share/icons/crystalsvg/32x32/actions/fileclose.png
share/icons/crystalsvg/32x32/actions/filefind.png
share/icons/crystalsvg/32x32/actions/fileimport.png
share/icons/crystalsvg/32x32/actions/filenew.png
share/icons/crystalsvg/32x32/actions/fileopen.png
share/icons/crystalsvg/32x32/actions/fileprint.png
share/icons/crystalsvg/32x32/actions/filequickprint.png
share/icons/crystalsvg/32x32/actions/filesave.png
share/icons/crystalsvg/32x32/actions/filesaveas.png
share/icons/crystalsvg/32x32/actions/filter.png
share/icons/crystalsvg/32x32/actions/find.png
share/icons/crystalsvg/32x32/actions/finish.png
share/icons/crystalsvg/32x32/actions/folder_new.png
share/icons/crystalsvg/32x32/actions/fonts.png
share/icons/crystalsvg/32x32/actions/forward.png
share/icons/crystalsvg/32x32/actions/frameprint.png
share/icons/crystalsvg/32x32/actions/gear.png
share/icons/crystalsvg/32x32/actions/gohome.png
share/icons/crystalsvg/32x32/actions/goto.png
share/icons/crystalsvg/32x32/actions/halfencrypted.png
share/icons/crystalsvg/32x32/actions/help.png
share/icons/crystalsvg/32x32/actions/identity.png
share/icons/crystalsvg/32x32/actions/indent.png
share/icons/crystalsvg/32x32/actions/kde.png
share/icons/crystalsvg/32x32/actions/kdevelop_down.png
share/icons/crystalsvg/32x32/actions/klipper_doc.png
share/icons/crystalsvg/32x32/actions/leftjust.png
share/icons/crystalsvg/32x32/actions/locationbar_erase.png
share/icons/crystalsvg/32x32/actions/lock.png
share/icons/crystalsvg/32x32/actions/mail_delete.png
share/icons/crystalsvg/32x32/actions/mail_find.png
share/icons/crystalsvg/32x32/actions/mail_forward.png
share/icons/crystalsvg/32x32/actions/mail_generic.png
share/icons/crystalsvg/32x32/actions/mail_get.png
share/icons/crystalsvg/32x32/actions/mail_new.png
share/icons/crystalsvg/32x32/actions/mail_post_to.png
share/icons/crystalsvg/32x32/actions/mail_reply.png
share/icons/crystalsvg/32x32/actions/mail_replyall.png
share/icons/crystalsvg/32x32/actions/mail_replylist.png
share/icons/crystalsvg/32x32/actions/mail_send.png
share/icons/crystalsvg/32x32/actions/make_kdevelop.png
share/icons/crystalsvg/32x32/actions/math_abs.png
share/icons/crystalsvg/32x32/actions/math_brace.png
share/icons/crystalsvg/32x32/actions/math_brackets.png
share/icons/crystalsvg/32x32/actions/math_frac.png
share/icons/crystalsvg/32x32/actions/math_int.png
share/icons/crystalsvg/32x32/actions/math_lsub.png
share/icons/crystalsvg/32x32/actions/math_lsup.png
share/icons/crystalsvg/32x32/actions/math_matrix.png
share/icons/crystalsvg/32x32/actions/math_onetwomatrix.png
share/icons/crystalsvg/32x32/actions/math_paren.png
share/icons/crystalsvg/32x32/actions/math_prod.png
share/icons/crystalsvg/32x32/actions/math_rsub.png
share/icons/crystalsvg/32x32/actions/math_rsup.png
share/icons/crystalsvg/32x32/actions/math_sqrt.png
share/icons/crystalsvg/32x32/actions/math_sum.png
share/icons/crystalsvg/32x32/actions/messagebox_critical.png
share/icons/crystalsvg/32x32/actions/messagebox_info.png
share/icons/crystalsvg/32x32/actions/messagebox_warning.png
share/icons/crystalsvg/32x32/actions/misc.png
share/icons/crystalsvg/32x32/actions/mouse.png
share/icons/crystalsvg/32x32/actions/music_32ndnote.png
share/icons/crystalsvg/32x32/actions/music_cleficon.png
share/icons/crystalsvg/32x32/actions/music_cross.png
share/icons/crystalsvg/32x32/actions/music_dottednote.png
share/icons/crystalsvg/32x32/actions/music_eightnote.png
share/icons/crystalsvg/32x32/actions/music_fermatenote.png
share/icons/crystalsvg/32x32/actions/music_flat.png
share/icons/crystalsvg/32x32/actions/music_fullnote.png
share/icons/crystalsvg/32x32/actions/music_halfnote.png
share/icons/crystalsvg/32x32/actions/music_natur.png
share/icons/crystalsvg/32x32/actions/music_quarternote.png
share/icons/crystalsvg/32x32/actions/music_sixteenthnote.png
share/icons/crystalsvg/32x32/actions/next.png
share/icons/crystalsvg/32x32/actions/openterm.png
share/icons/crystalsvg/32x32/actions/player_eject.png
share/icons/crystalsvg/32x32/actions/player_end.png
share/icons/crystalsvg/32x32/actions/player_fwd.png
share/icons/crystalsvg/32x32/actions/player_pause.png
share/icons/crystalsvg/32x32/actions/player_play.png
share/icons/crystalsvg/32x32/actions/player_rew.png
share/icons/crystalsvg/32x32/actions/player_start.png
share/icons/crystalsvg/32x32/actions/player_stop.png
share/icons/crystalsvg/32x32/actions/previous.png
share/icons/crystalsvg/32x32/actions/project_open.png
share/icons/crystalsvg/32x32/actions/queue.png
share/icons/crystalsvg/32x32/actions/rebuild.png
share/icons/crystalsvg/32x32/actions/redo.png
share/icons/crystalsvg/32x32/actions/reload.png
share/icons/crystalsvg/32x32/actions/reload_all_tabs.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/actions/reload_page.png
share/icons/crystalsvg/32x32/actions/revert.png
share/icons/crystalsvg/32x32/actions/rightjust.png
share/icons/crystalsvg/32x32/actions/rotate.png
share/icons/crystalsvg/32x32/actions/rotate_ccw.png
share/icons/crystalsvg/32x32/actions/rotate_cw.png
share/icons/crystalsvg/32x32/actions/run.png
share/icons/crystalsvg/32x32/actions/save_all.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/actions/share.png
share/icons/crystalsvg/32x32/actions/signature.png
share/icons/crystalsvg/32x32/actions/spellcheck.png
share/icons/crystalsvg/32x32/actions/start.png
share/icons/crystalsvg/32x32/actions/stop.png
share/icons/crystalsvg/32x32/actions/text_block.png
share/icons/crystalsvg/32x32/actions/text_bold.png
share/icons/crystalsvg/32x32/actions/text_center.png
share/icons/crystalsvg/32x32/actions/text_italic.png
share/icons/crystalsvg/32x32/actions/text_left.png
share/icons/crystalsvg/32x32/actions/text_right.png
share/icons/crystalsvg/32x32/actions/text_under.png
share/icons/crystalsvg/32x32/actions/today.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/actions/toggle_log.png
share/icons/crystalsvg/32x32/actions/top.png
share/icons/crystalsvg/32x32/actions/undo.png
share/icons/crystalsvg/32x32/actions/unindent.png
share/icons/crystalsvg/32x32/actions/unlock.png
share/icons/crystalsvg/32x32/actions/up.png
share/icons/crystalsvg/32x32/actions/view_bottom.png
share/icons/crystalsvg/32x32/actions/view_choose.png
share/icons/crystalsvg/32x32/actions/view_detailed.png
share/icons/crystalsvg/32x32/actions/view_icon.png
share/icons/crystalsvg/32x32/actions/view_left_right.png
share/icons/crystalsvg/32x32/actions/view_multicolumn.png
share/icons/crystalsvg/32x32/actions/view_remove.png
share/icons/crystalsvg/32x32/actions/view_right.png
share/icons/crystalsvg/32x32/actions/view_sidetree.png
share/icons/crystalsvg/32x32/actions/view_text.png
share/icons/crystalsvg/32x32/actions/view_top_bottom.png
share/icons/crystalsvg/32x32/actions/view_tree.png
share/icons/crystalsvg/32x32/actions/viewmag+.png
share/icons/crystalsvg/32x32/actions/viewmag-.png
share/icons/crystalsvg/32x32/actions/viewmag.png
share/icons/crystalsvg/32x32/actions/viewmag1.png
share/icons/crystalsvg/32x32/actions/viewmagfit.png
share/icons/crystalsvg/32x32/actions/window_fullscreen.png
share/icons/crystalsvg/32x32/actions/window_new.png
share/icons/crystalsvg/32x32/actions/window_nofullscreen.png
share/icons/crystalsvg/32x32/actions/wizard.png
share/icons/crystalsvg/32x32/devices/3floppy_mount.png
share/icons/crystalsvg/32x32/devices/3floppy_unmount.png
share/icons/crystalsvg/32x32/devices/5floppy_mount.png
share/icons/crystalsvg/32x32/devices/5floppy_unmount.png
share/icons/crystalsvg/32x32/devices/blockdevice.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/devices/camera_mount.png
share/icons/crystalsvg/32x32/devices/camera_unmount.png
share/icons/crystalsvg/32x32/devices/cdaudio_mount.png
share/icons/crystalsvg/32x32/devices/cdaudio_unmount.png
share/icons/crystalsvg/32x32/devices/cdrom_mount.png
share/icons/crystalsvg/32x32/devices/cdrom_unmount.png
share/icons/crystalsvg/32x32/devices/cdwriter_mount.png
share/icons/crystalsvg/32x32/devices/cdwriter_unmount.png
share/icons/crystalsvg/32x32/devices/dvd_mount.png
share/icons/crystalsvg/32x32/devices/dvd_unmount.png
share/icons/crystalsvg/32x32/devices/hdd_mount.png
share/icons/crystalsvg/32x32/devices/hdd_unmount.png
share/icons/crystalsvg/32x32/devices/joystick.png
share/icons/crystalsvg/32x32/devices/memory.png
share/icons/crystalsvg/32x32/devices/mo_mount.png
share/icons/crystalsvg/32x32/devices/mo_unmount.png
share/icons/crystalsvg/32x32/devices/mouse.png
share/icons/crystalsvg/32x32/devices/nfs_mount.png
share/icons/crystalsvg/32x32/devices/nfs_unmount.png
share/icons/crystalsvg/32x32/devices/pda_black.png
share/icons/crystalsvg/32x32/devices/pda_blue.png
share/icons/crystalsvg/32x32/devices/print_class.png
share/icons/crystalsvg/32x32/devices/printer1.png
share/icons/crystalsvg/32x32/devices/scanner.png
share/icons/crystalsvg/32x32/devices/tablet.png
share/icons/crystalsvg/32x32/devices/tv.png
share/icons/crystalsvg/32x32/devices/zip_mount.png
share/icons/crystalsvg/32x32/devices/zip_unmount.png
share/icons/crystalsvg/32x32/filesystems/chardevice.png
share/icons/crystalsvg/32x32/filesystems/desktop.png
share/icons/crystalsvg/32x32/filesystems/exec.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/32x32/filesystems/file_broken.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/filesystems/folder.png
share/icons/crystalsvg/32x32/filesystems/folder_crystal.png
share/icons/crystalsvg/32x32/filesystems/folder_favorite.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/filesystems/folder_green.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/32x32/filesystems/folder_green_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/filesystems/folder_grey.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/32x32/filesystems/folder_grey_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/filesystems/folder_home.png
share/icons/crystalsvg/32x32/filesystems/folder_home2.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/filesystems/folder_html.png
share/icons/crystalsvg/32x32/filesystems/folder_image.png
share/icons/crystalsvg/32x32/filesystems/folder_important.png
share/icons/crystalsvg/32x32/filesystems/folder_locked.png
share/icons/crystalsvg/32x32/filesystems/folder_man.png
share/icons/crystalsvg/32x32/filesystems/folder_open.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/32x32/filesystems/folder_orange.png
share/icons/crystalsvg/32x32/filesystems/folder_orange_open.png
share/icons/crystalsvg/32x32/filesystems/folder_print.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/filesystems/folder_red.png
share/icons/crystalsvg/32x32/filesystems/folder_red_open.png
share/icons/crystalsvg/32x32/filesystems/folder_sound.png
share/icons/crystalsvg/32x32/filesystems/folder_tar.png
share/icons/crystalsvg/32x32/filesystems/folder_txt.png
share/icons/crystalsvg/32x32/filesystems/folder_video.png
share/icons/crystalsvg/32x32/filesystems/folder_violet.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/32x32/filesystems/folder_violet_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/filesystems/folder_yellow.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/32x32/filesystems/folder_yellow_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/filesystems/link.png
share/icons/crystalsvg/32x32/filesystems/lockoverlay.png
share/icons/crystalsvg/32x32/filesystems/network.png
share/icons/crystalsvg/32x32/filesystems/network_local.png
share/icons/crystalsvg/32x32/filesystems/pipe.png
share/icons/crystalsvg/32x32/filesystems/trashcan_empty.png
share/icons/crystalsvg/32x32/filesystems/trashcan_full.png
share/icons/crystalsvg/32x32/filesystems/www.png
share/icons/crystalsvg/32x32/filesystems/zip.png
share/icons/crystalsvg/32x32/mimetypes/applix.png
share/icons/crystalsvg/32x32/mimetypes/ascii.png
share/icons/crystalsvg/32x32/mimetypes/binary.png
share/icons/crystalsvg/32x32/mimetypes/cdimage.png
share/icons/crystalsvg/32x32/mimetypes/cdr.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/mimetypes/cdtrack.png
share/icons/crystalsvg/32x32/mimetypes/colorscm.png
share/icons/crystalsvg/32x32/mimetypes/colorset.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/mimetypes/core.png
share/icons/crystalsvg/32x32/mimetypes/deb.png
share/icons/crystalsvg/32x32/mimetypes/document.png
share/icons/crystalsvg/32x32/mimetypes/document2.png
share/icons/crystalsvg/32x32/mimetypes/dvi.png
share/icons/crystalsvg/32x32/mimetypes/empty.png
share/icons/crystalsvg/32x32/mimetypes/file_locked.png
share/icons/crystalsvg/32x32/mimetypes/file_temporary.png
share/icons/crystalsvg/32x32/mimetypes/font.png
share/icons/crystalsvg/32x32/mimetypes/font_bitmap.png
share/icons/crystalsvg/32x32/mimetypes/font_truetype.png
share/icons/crystalsvg/32x32/mimetypes/font_type1.png
share/icons/crystalsvg/32x32/mimetypes/gettext.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/mimetypes/gf.png
share/icons/crystalsvg/32x32/mimetypes/html.png
share/icons/crystalsvg/32x32/mimetypes/image.png
share/icons/crystalsvg/32x32/mimetypes/info.png
share/icons/crystalsvg/32x32/mimetypes/karbon_karbon.png
share/icons/crystalsvg/32x32/mimetypes/kchart_chrt.png
share/icons/crystalsvg/32x32/mimetypes/kexi_kexi.png
share/icons/crystalsvg/32x32/mimetypes/kformula_kfo.png
share/icons/crystalsvg/32x32/mimetypes/kivio_flw.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/mimetypes/kmultiple.png
share/icons/crystalsvg/32x32/mimetypes/kpresenter_kpr.png
share/icons/crystalsvg/32x32/mimetypes/krita_kra.png
share/icons/crystalsvg/32x32/mimetypes/kspread_ksp.png
share/icons/crystalsvg/32x32/mimetypes/kugar_kud.png
share/icons/crystalsvg/32x32/mimetypes/kword_kwd.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/mimetypes/log.png
share/icons/crystalsvg/32x32/mimetypes/make.png
share/icons/crystalsvg/32x32/mimetypes/man.png
share/icons/crystalsvg/32x32/mimetypes/message.png
share/icons/crystalsvg/32x32/mimetypes/metafont.png
share/icons/crystalsvg/32x32/mimetypes/midi.png
share/icons/crystalsvg/32x32/mimetypes/mime.png
share/icons/crystalsvg/32x32/mimetypes/misc_doc.png
share/icons/crystalsvg/32x32/mimetypes/netscape_doc.png
share/icons/crystalsvg/32x32/mimetypes/pdf.png
share/icons/crystalsvg/32x32/mimetypes/pk.png
share/icons/crystalsvg/32x32/mimetypes/postscript.png
share/icons/crystalsvg/32x32/mimetypes/quicktime.png
share/icons/crystalsvg/32x32/mimetypes/readme.png
share/icons/crystalsvg/32x32/mimetypes/real_doc.png
share/icons/crystalsvg/32x32/mimetypes/recycled.png
share/icons/crystalsvg/32x32/mimetypes/resource.png
share/icons/crystalsvg/32x32/mimetypes/rpm.png
share/icons/crystalsvg/32x32/mimetypes/shellscript.png
share/icons/crystalsvg/32x32/mimetypes/soffice.png
share/icons/crystalsvg/32x32/mimetypes/sound.png
share/icons/crystalsvg/32x32/mimetypes/source.png
share/icons/crystalsvg/32x32/mimetypes/source_c.png
share/icons/crystalsvg/32x32/mimetypes/source_cpp.png
share/icons/crystalsvg/32x32/mimetypes/source_f.png
share/icons/crystalsvg/32x32/mimetypes/source_h.png
share/icons/crystalsvg/32x32/mimetypes/source_j.png
share/icons/crystalsvg/32x32/mimetypes/source_java.png
share/icons/crystalsvg/32x32/mimetypes/source_l.png
share/icons/crystalsvg/32x32/mimetypes/source_moc.png
share/icons/crystalsvg/32x32/mimetypes/source_o.png
share/icons/crystalsvg/32x32/mimetypes/source_p.png
share/icons/crystalsvg/32x32/mimetypes/source_php.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/mimetypes/source_pl.png
share/icons/crystalsvg/32x32/mimetypes/source_py.png
share/icons/crystalsvg/32x32/mimetypes/source_s.png
share/icons/crystalsvg/32x32/mimetypes/source_y.png
share/icons/crystalsvg/32x32/mimetypes/spreadsheet.png
share/icons/crystalsvg/32x32/mimetypes/tar.png
share/icons/crystalsvg/32x32/mimetypes/template_source.png
share/icons/crystalsvg/32x32/mimetypes/tex.png
share/icons/crystalsvg/32x32/mimetypes/tgz.png
share/icons/crystalsvg/32x32/mimetypes/txt.png
share/icons/crystalsvg/32x32/mimetypes/txt2.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/32x32/mimetypes/unknown.png
share/icons/crystalsvg/32x32/mimetypes/vcalendar.png
share/icons/crystalsvg/32x32/mimetypes/vcard.png
share/icons/crystalsvg/32x32/mimetypes/vectorgfx.png
share/icons/crystalsvg/32x32/mimetypes/video.png
share/icons/crystalsvg/32x32/mimetypes/widget_doc.png
share/icons/crystalsvg/32x32/mimetypes/wordprocessing.png
share/icons/crystalsvg/48x48/actions/bookmark.png
share/icons/crystalsvg/48x48/actions/exit.png
share/icons/crystalsvg/48x48/actions/fileclose.png
share/icons/crystalsvg/48x48/actions/gear.png
share/icons/crystalsvg/48x48/actions/indent.png
share/icons/crystalsvg/48x48/actions/lock.png
share/icons/crystalsvg/48x48/actions/misc.png
share/icons/crystalsvg/48x48/actions/share.png
share/icons/crystalsvg/48x48/actions/unindent.png
share/icons/crystalsvg/48x48/devices/3floppy_mount.png
share/icons/crystalsvg/48x48/devices/3floppy_unmount.png
share/icons/crystalsvg/48x48/devices/5floppy_mount.png
share/icons/crystalsvg/48x48/devices/5floppy_unmount.png
share/icons/crystalsvg/48x48/devices/blockdevice.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/devices/camera_mount.png
share/icons/crystalsvg/48x48/devices/camera_unmount.png
share/icons/crystalsvg/48x48/devices/cdaudio_mount.png
share/icons/crystalsvg/48x48/devices/cdaudio_unmount.png
share/icons/crystalsvg/48x48/devices/cdrom_mount.png
share/icons/crystalsvg/48x48/devices/cdrom_unmount.png
share/icons/crystalsvg/48x48/devices/cdwriter_mount.png
share/icons/crystalsvg/48x48/devices/cdwriter_unmount.png
share/icons/crystalsvg/48x48/devices/dvd_mount.png
share/icons/crystalsvg/48x48/devices/dvd_unmount.png
share/icons/crystalsvg/48x48/devices/hdd_mount.png
share/icons/crystalsvg/48x48/devices/hdd_unmount.png
share/icons/crystalsvg/48x48/devices/joystick.png
share/icons/crystalsvg/48x48/devices/memory.png
share/icons/crystalsvg/48x48/devices/mo_mount.png
share/icons/crystalsvg/48x48/devices/mo_unmount.png
share/icons/crystalsvg/48x48/devices/mouse.png
share/icons/crystalsvg/48x48/devices/nfs_mount.png
share/icons/crystalsvg/48x48/devices/nfs_unmount.png
share/icons/crystalsvg/48x48/devices/pda_black.png
share/icons/crystalsvg/48x48/devices/pda_blue.png
share/icons/crystalsvg/48x48/devices/print_class.png
share/icons/crystalsvg/48x48/devices/printer1.png
share/icons/crystalsvg/48x48/devices/scanner.png
share/icons/crystalsvg/48x48/devices/tablet.png
share/icons/crystalsvg/48x48/devices/tv.png
share/icons/crystalsvg/48x48/devices/zip_mount.png
share/icons/crystalsvg/48x48/devices/zip_unmount.png
share/icons/crystalsvg/48x48/filesystems/chardevice.png
share/icons/crystalsvg/48x48/filesystems/desktop.png
share/icons/crystalsvg/48x48/filesystems/exec.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/48x48/filesystems/file_broken.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/filesystems/folder.png
share/icons/crystalsvg/48x48/filesystems/folder_crystal.png
share/icons/crystalsvg/48x48/filesystems/folder_favorite.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/filesystems/folder_green.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/48x48/filesystems/folder_green_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/filesystems/folder_grey.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/48x48/filesystems/folder_grey_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/filesystems/folder_home.png
share/icons/crystalsvg/48x48/filesystems/folder_home2.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/filesystems/folder_html.png
share/icons/crystalsvg/48x48/filesystems/folder_image.png
share/icons/crystalsvg/48x48/filesystems/folder_important.png
share/icons/crystalsvg/48x48/filesystems/folder_inbox.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/filesystems/folder_locked.png
share/icons/crystalsvg/48x48/filesystems/folder_man.png
share/icons/crystalsvg/48x48/filesystems/folder_open.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/48x48/filesystems/folder_orange.png
share/icons/crystalsvg/48x48/filesystems/folder_orange_open.png
share/icons/crystalsvg/48x48/filesystems/folder_outbox.png
share/icons/crystalsvg/48x48/filesystems/folder_print.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/filesystems/folder_red.png
share/icons/crystalsvg/48x48/filesystems/folder_red_open.png
share/icons/crystalsvg/48x48/filesystems/folder_sound.png
share/icons/crystalsvg/48x48/filesystems/folder_tar.png
share/icons/crystalsvg/48x48/filesystems/folder_txt.png
share/icons/crystalsvg/48x48/filesystems/folder_video.png
share/icons/crystalsvg/48x48/filesystems/folder_violet.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/48x48/filesystems/folder_violet_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/filesystems/folder_yellow.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/48x48/filesystems/folder_yellow_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/filesystems/link.png
share/icons/crystalsvg/48x48/filesystems/lockoverlay.png
share/icons/crystalsvg/48x48/filesystems/network.png
share/icons/crystalsvg/48x48/filesystems/network_local.png
share/icons/crystalsvg/48x48/filesystems/pipe.png
share/icons/crystalsvg/48x48/filesystems/server.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/filesystems/trashcan_empty.png
share/icons/crystalsvg/48x48/filesystems/trashcan_full.png
share/icons/crystalsvg/48x48/filesystems/www.png
share/icons/crystalsvg/48x48/filesystems/zip.png
share/icons/crystalsvg/48x48/mimetypes/applix.png
share/icons/crystalsvg/48x48/mimetypes/ascii.png
share/icons/crystalsvg/48x48/mimetypes/binary.png
share/icons/crystalsvg/48x48/mimetypes/cdimage.png
share/icons/crystalsvg/48x48/mimetypes/cdr.png
share/icons/crystalsvg/48x48/mimetypes/cdtrack.png
share/icons/crystalsvg/48x48/mimetypes/colorscm.png
share/icons/crystalsvg/48x48/mimetypes/colorset.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/mimetypes/core.png
share/icons/crystalsvg/48x48/mimetypes/deb.png
share/icons/crystalsvg/48x48/mimetypes/document.png
share/icons/crystalsvg/48x48/mimetypes/document2.png
share/icons/crystalsvg/48x48/mimetypes/dvi.png
share/icons/crystalsvg/48x48/mimetypes/encrypted.png
share/icons/crystalsvg/48x48/mimetypes/font.png
share/icons/crystalsvg/48x48/mimetypes/font_bitmap.png
share/icons/crystalsvg/48x48/mimetypes/font_truetype.png
share/icons/crystalsvg/48x48/mimetypes/font_type1.png
share/icons/crystalsvg/48x48/mimetypes/gettext.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/mimetypes/gf.png
share/icons/crystalsvg/48x48/mimetypes/html.png
share/icons/crystalsvg/48x48/mimetypes/image.png
share/icons/crystalsvg/48x48/mimetypes/info.png
share/icons/crystalsvg/48x48/mimetypes/karbon_karbon.png
share/icons/crystalsvg/48x48/mimetypes/kchart_chrt.png
share/icons/crystalsvg/48x48/mimetypes/kexi_kexi.png
share/icons/crystalsvg/48x48/mimetypes/kformula_kfo.png
share/icons/crystalsvg/48x48/mimetypes/kivio_flw.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/mimetypes/kmultiple.png
share/icons/crystalsvg/48x48/mimetypes/koffice.png
share/icons/crystalsvg/48x48/mimetypes/kpresenter_kpr.png
share/icons/crystalsvg/48x48/mimetypes/krita_kra.png
share/icons/crystalsvg/48x48/mimetypes/kspread_ksp.png
share/icons/crystalsvg/48x48/mimetypes/kugar_kud.png
share/icons/crystalsvg/48x48/mimetypes/kword_kwd.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/mimetypes/log.png
share/icons/crystalsvg/48x48/mimetypes/make.png
share/icons/crystalsvg/48x48/mimetypes/man.png
share/icons/crystalsvg/48x48/mimetypes/message.png
share/icons/crystalsvg/48x48/mimetypes/metafont.png
share/icons/crystalsvg/48x48/mimetypes/midi.png
share/icons/crystalsvg/48x48/mimetypes/mime.png
share/icons/crystalsvg/48x48/mimetypes/misc_doc.png
share/icons/crystalsvg/48x48/mimetypes/netscape_doc.png
share/icons/crystalsvg/48x48/mimetypes/pdf.png
share/icons/crystalsvg/48x48/mimetypes/pk.png
share/icons/crystalsvg/48x48/mimetypes/postscript.png
share/icons/crystalsvg/48x48/mimetypes/quicktime.png
share/icons/crystalsvg/48x48/mimetypes/readme.png
share/icons/crystalsvg/48x48/mimetypes/real_doc.png
share/icons/crystalsvg/48x48/mimetypes/recycled.png
share/icons/crystalsvg/48x48/mimetypes/resource.png
share/icons/crystalsvg/48x48/mimetypes/rpm.png
share/icons/crystalsvg/48x48/mimetypes/shellscript.png
share/icons/crystalsvg/48x48/mimetypes/soffice.png
share/icons/crystalsvg/48x48/mimetypes/sound.png
share/icons/crystalsvg/48x48/mimetypes/source.png
share/icons/crystalsvg/48x48/mimetypes/source_c.png
share/icons/crystalsvg/48x48/mimetypes/source_cpp.png
share/icons/crystalsvg/48x48/mimetypes/source_f.png
share/icons/crystalsvg/48x48/mimetypes/source_h.png
share/icons/crystalsvg/48x48/mimetypes/source_java.png
share/icons/crystalsvg/48x48/mimetypes/source_l.png
share/icons/crystalsvg/48x48/mimetypes/source_moc.png
share/icons/crystalsvg/48x48/mimetypes/source_o.png
share/icons/crystalsvg/48x48/mimetypes/source_p.png
share/icons/crystalsvg/48x48/mimetypes/source_php.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/mimetypes/source_pl.png
share/icons/crystalsvg/48x48/mimetypes/source_py.png
share/icons/crystalsvg/48x48/mimetypes/source_s.png
share/icons/crystalsvg/48x48/mimetypes/source_y.png
share/icons/crystalsvg/48x48/mimetypes/spreadsheet.png
share/icons/crystalsvg/48x48/mimetypes/tar.png
share/icons/crystalsvg/48x48/mimetypes/template_source.png
share/icons/crystalsvg/48x48/mimetypes/tex.png
share/icons/crystalsvg/48x48/mimetypes/tgz.png
share/icons/crystalsvg/48x48/mimetypes/txt.png
share/icons/crystalsvg/48x48/mimetypes/txt2.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/48x48/mimetypes/unknown.png
share/icons/crystalsvg/48x48/mimetypes/vcalendar.png
share/icons/crystalsvg/48x48/mimetypes/vcard.png
share/icons/crystalsvg/48x48/mimetypes/vectorgfx.png
share/icons/crystalsvg/48x48/mimetypes/video.png
share/icons/crystalsvg/48x48/mimetypes/widget_doc.png
share/icons/crystalsvg/48x48/mimetypes/wordprocessing.png
share/icons/crystalsvg/48x48/mimetypes/zip.png
share/icons/crystalsvg/64x64/actions/favorites.png
share/icons/crystalsvg/64x64/devices/3floppy_mount.png
share/icons/crystalsvg/64x64/devices/3floppy_unmount.png
share/icons/crystalsvg/64x64/devices/5floppy_mount.png
share/icons/crystalsvg/64x64/devices/5floppy_unmount.png
share/icons/crystalsvg/64x64/devices/blockdevice.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/devices/camera_mount.png
share/icons/crystalsvg/64x64/devices/camera_unmount.png
share/icons/crystalsvg/64x64/devices/cdaudio_mount.png
share/icons/crystalsvg/64x64/devices/cdaudio_unmount.png
share/icons/crystalsvg/64x64/devices/cdrom_mount.png
share/icons/crystalsvg/64x64/devices/cdrom_unmount.png
share/icons/crystalsvg/64x64/devices/cdwriter_mount.png
share/icons/crystalsvg/64x64/devices/cdwriter_unmount.png
share/icons/crystalsvg/64x64/devices/dvd_mount.png
share/icons/crystalsvg/64x64/devices/dvd_unmount.png
share/icons/crystalsvg/64x64/devices/hdd_mount.png
share/icons/crystalsvg/64x64/devices/hdd_unmount.png
share/icons/crystalsvg/64x64/devices/joystick.png
share/icons/crystalsvg/64x64/devices/memory.png
share/icons/crystalsvg/64x64/devices/mo_mount.png
share/icons/crystalsvg/64x64/devices/mo_unmount.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/devices/mouse.png
share/icons/crystalsvg/64x64/devices/nfs_mount.png
share/icons/crystalsvg/64x64/devices/nfs_unmount.png
share/icons/crystalsvg/64x64/devices/pda_black.png
share/icons/crystalsvg/64x64/devices/pda_blue.png
share/icons/crystalsvg/64x64/devices/print_class.png
share/icons/crystalsvg/64x64/devices/printer1.png
share/icons/crystalsvg/64x64/devices/scanner.png
share/icons/crystalsvg/64x64/devices/tablet.png
share/icons/crystalsvg/64x64/devices/tv.png
share/icons/crystalsvg/64x64/devices/zip_mount.png
share/icons/crystalsvg/64x64/devices/zip_unmount.png
share/icons/crystalsvg/64x64/filesystems/chardevice.png
share/icons/crystalsvg/64x64/filesystems/desktop.png
share/icons/crystalsvg/64x64/filesystems/exec.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/64x64/filesystems/file_broken.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/filesystems/folder.png
share/icons/crystalsvg/64x64/filesystems/folder_crystal.png
share/icons/crystalsvg/64x64/filesystems/folder_favorite.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/filesystems/folder_green.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/64x64/filesystems/folder_green_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/filesystems/folder_grey.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/64x64/filesystems/folder_grey_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/filesystems/folder_home.png
share/icons/crystalsvg/64x64/filesystems/folder_home2.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/filesystems/folder_html.png
share/icons/crystalsvg/64x64/filesystems/folder_image.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/filesystems/folder_important.png
share/icons/crystalsvg/64x64/filesystems/folder_locked.png
share/icons/crystalsvg/64x64/filesystems/folder_man.png
share/icons/crystalsvg/64x64/filesystems/folder_open.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/64x64/filesystems/folder_orange.png
share/icons/crystalsvg/64x64/filesystems/folder_orange_open.png
share/icons/crystalsvg/64x64/filesystems/folder_print.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/filesystems/folder_red.png
share/icons/crystalsvg/64x64/filesystems/folder_red_open.png
share/icons/crystalsvg/64x64/filesystems/folder_sound.png
share/icons/crystalsvg/64x64/filesystems/folder_tar.png
share/icons/crystalsvg/64x64/filesystems/folder_txt.png
share/icons/crystalsvg/64x64/filesystems/folder_video.png
share/icons/crystalsvg/64x64/filesystems/folder_violet.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/64x64/filesystems/folder_violet_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/filesystems/folder_yellow.png
2004-04-20 11:08:07 +02:00
share/icons/crystalsvg/64x64/filesystems/folder_yellow_open.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/filesystems/lockoverlay.png
share/icons/crystalsvg/64x64/filesystems/network.png
share/icons/crystalsvg/64x64/filesystems/network_local.png
share/icons/crystalsvg/64x64/filesystems/pipe.png
share/icons/crystalsvg/64x64/filesystems/trashcan_empty.png
share/icons/crystalsvg/64x64/filesystems/trashcan_full.png
share/icons/crystalsvg/64x64/filesystems/www.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/filesystems/zip.png
share/icons/crystalsvg/64x64/mimetypes/applix.png
share/icons/crystalsvg/64x64/mimetypes/ascii.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/mimetypes/binary.png
share/icons/crystalsvg/64x64/mimetypes/cdimage.png
share/icons/crystalsvg/64x64/mimetypes/cdr.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/mimetypes/cdtrack.png
share/icons/crystalsvg/64x64/mimetypes/colorset.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/mimetypes/core.png
share/icons/crystalsvg/64x64/mimetypes/deb.png
share/icons/crystalsvg/64x64/mimetypes/document.png
share/icons/crystalsvg/64x64/mimetypes/document2.png
share/icons/crystalsvg/64x64/mimetypes/encrypted.png
share/icons/crystalsvg/64x64/mimetypes/font.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/mimetypes/font_bitmap.png
share/icons/crystalsvg/64x64/mimetypes/html.png
share/icons/crystalsvg/64x64/mimetypes/image.png
share/icons/crystalsvg/64x64/mimetypes/info.png
share/icons/crystalsvg/64x64/mimetypes/kmultiple.png
share/icons/crystalsvg/64x64/mimetypes/make.png
share/icons/crystalsvg/64x64/mimetypes/man.png
share/icons/crystalsvg/64x64/mimetypes/message.png
share/icons/crystalsvg/64x64/mimetypes/metafont.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/mimetypes/midi.png
share/icons/crystalsvg/64x64/mimetypes/mime.png
share/icons/crystalsvg/64x64/mimetypes/misc_doc.png
share/icons/crystalsvg/64x64/mimetypes/netscape_doc.png
share/icons/crystalsvg/64x64/mimetypes/pdf.png
share/icons/crystalsvg/64x64/mimetypes/postscript.png
share/icons/crystalsvg/64x64/mimetypes/real_doc.png
share/icons/crystalsvg/64x64/mimetypes/recycled.png
share/icons/crystalsvg/64x64/mimetypes/resource.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/mimetypes/rpm.png
share/icons/crystalsvg/64x64/mimetypes/shellscript.png
share/icons/crystalsvg/64x64/mimetypes/soffice.png
share/icons/crystalsvg/64x64/mimetypes/sound.png
share/icons/crystalsvg/64x64/mimetypes/source.png
share/icons/crystalsvg/64x64/mimetypes/source_c.png
share/icons/crystalsvg/64x64/mimetypes/source_cpp.png
share/icons/crystalsvg/64x64/mimetypes/source_f.png
share/icons/crystalsvg/64x64/mimetypes/source_h.png
share/icons/crystalsvg/64x64/mimetypes/source_java.png
share/icons/crystalsvg/64x64/mimetypes/source_l.png
share/icons/crystalsvg/64x64/mimetypes/source_moc.png
share/icons/crystalsvg/64x64/mimetypes/source_o.png
share/icons/crystalsvg/64x64/mimetypes/source_p.png
share/icons/crystalsvg/64x64/mimetypes/source_py.png
share/icons/crystalsvg/64x64/mimetypes/source_s.png
share/icons/crystalsvg/64x64/mimetypes/source_y.png
share/icons/crystalsvg/64x64/mimetypes/spreadsheet.png
share/icons/crystalsvg/64x64/mimetypes/tar.png
share/icons/crystalsvg/64x64/mimetypes/template_source.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/mimetypes/tgz.png
share/icons/crystalsvg/64x64/mimetypes/txt.png
share/icons/crystalsvg/64x64/mimetypes/txt2.png
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/64x64/mimetypes/unknown.png
share/icons/crystalsvg/64x64/mimetypes/video.png
share/icons/crystalsvg/64x64/mimetypes/widget_doc.png
share/icons/crystalsvg/64x64/mimetypes/wordprocessing.png
share/icons/crystalsvg/index.theme
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/scalable/apps/kate.svgz
share/icons/crystalsvg/scalable/apps/khelpcenter.svgz
share/icons/crystalsvg/scalable/apps/klipper.svgz
share/icons/crystalsvg/scalable/apps/kmail.svgz
share/icons/crystalsvg/scalable/apps/konqueror.svgz
share/icons/crystalsvg/scalable/apps/konsole.svgz
share/icons/crystalsvg/scalable/apps/kwrite.svgz
share/icons/crystalsvg/scalable/apps/openoffice.svgz
share/icons/crystalsvg/scalable/apps/shell.svgz
share/icons/crystalsvg/scalable/apps/staroffice.svgz
share/icons/crystalsvg/scalable/apps/wine.svgz
share/icons/crystalsvg/scalable/devices/3floppy_mount.svgz
share/icons/crystalsvg/scalable/devices/3floppy_umount.svgz
share/icons/crystalsvg/scalable/devices/3floppy_unmount.svgz
share/icons/crystalsvg/scalable/devices/5floppy_mount.svgz
share/icons/crystalsvg/scalable/devices/5floppy_umount.svgz
share/icons/crystalsvg/scalable/devices/5floppy_unmount.svgz
share/icons/crystalsvg/scalable/devices/camera_mount.svgz
share/icons/crystalsvg/scalable/devices/camera_umount.svgz
share/icons/crystalsvg/scalable/devices/camera_unmount.svgz
share/icons/crystalsvg/scalable/devices/cdaudio_mount.svgz
share/icons/crystalsvg/scalable/devices/cdaudio_umount.svgz
share/icons/crystalsvg/scalable/devices/cdaudio_unmount.svgz
share/icons/crystalsvg/scalable/devices/cdrom_mount.svgz
share/icons/crystalsvg/scalable/devices/cdrom_umount.svgz
share/icons/crystalsvg/scalable/devices/cdrom_unmount.svgz
share/icons/crystalsvg/scalable/devices/cdwriter_mount.svgz
share/icons/crystalsvg/scalable/devices/cdwriter_umount.svgz
share/icons/crystalsvg/scalable/devices/cdwriter_unmount.svgz
share/icons/crystalsvg/scalable/devices/dvd_mount.svgz
share/icons/crystalsvg/scalable/devices/dvd_umount.svgz
share/icons/crystalsvg/scalable/devices/dvd_unmount.svgz
share/icons/crystalsvg/scalable/devices/hdd_mount.svgz
share/icons/crystalsvg/scalable/devices/hdd_umount.svgz
share/icons/crystalsvg/scalable/devices/hdd_unmount.svgz
share/icons/crystalsvg/scalable/devices/joystick.svgz
share/icons/crystalsvg/scalable/devices/memory.svgz
share/icons/crystalsvg/scalable/devices/mo_mount.svgz
share/icons/crystalsvg/scalable/devices/mo_umount.svgz
share/icons/crystalsvg/scalable/devices/mouse.svgz
share/icons/crystalsvg/scalable/devices/nfs_mount.svgz
share/icons/crystalsvg/scalable/devices/nfs_umount.svgz
share/icons/crystalsvg/scalable/devices/nfs_unmount.svgz
share/icons/crystalsvg/scalable/devices/pda_black.svgz
share/icons/crystalsvg/scalable/devices/pda_blue.svgz
share/icons/crystalsvg/scalable/devices/print_class.svgz
share/icons/crystalsvg/scalable/devices/printer1.svgz
share/icons/crystalsvg/scalable/devices/printer2.svgz
share/icons/crystalsvg/scalable/devices/scanner.svgz
share/icons/crystalsvg/scalable/devices/tablet.svgz
share/icons/crystalsvg/scalable/devices/tv.svgz
share/icons/crystalsvg/scalable/devices/zip_mount.svgz
share/icons/crystalsvg/scalable/devices/zip_umount.svgz
share/icons/crystalsvg/scalable/devices/zip_unmount.svgz
share/icons/crystalsvg/scalable/filesystems/blockdevice.svgz
share/icons/crystalsvg/scalable/filesystems/chardevice.svgz
share/icons/crystalsvg/scalable/filesystems/desktop.svgz
share/icons/crystalsvg/scalable/filesystems/exec.svgz
share/icons/crystalsvg/scalable/filesystems/exec_wine.svgz
share/icons/crystalsvg/scalable/filesystems/file_broken.svgz
share/icons/crystalsvg/scalable/filesystems/file_important.svgz
share/icons/crystalsvg/scalable/filesystems/file_locked.svgz
share/icons/crystalsvg/scalable/filesystems/folder.svgz
share/icons/crystalsvg/scalable/filesystems/folder_blue.svgz
share/icons/crystalsvg/scalable/filesystems/folder_blue_open.svgz
share/icons/crystalsvg/scalable/filesystems/folder_cyan.svgz
share/icons/crystalsvg/scalable/filesystems/folder_cyan_open.svgz
share/icons/crystalsvg/scalable/filesystems/folder_green.svgz
share/icons/crystalsvg/scalable/filesystems/folder_green_open.svgz
share/icons/crystalsvg/scalable/filesystems/folder_grey.svgz
share/icons/crystalsvg/scalable/filesystems/folder_home.svgz
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/scalable/filesystems/folder_html.svgz
share/icons/crystalsvg/scalable/filesystems/folder_image.svgz
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/scalable/filesystems/folder_important.svgz
share/icons/crystalsvg/scalable/filesystems/folder_locked.svgz
share/icons/crystalsvg/scalable/filesystems/folder_man.svgz
share/icons/crystalsvg/scalable/filesystems/folder_open.svgz
share/icons/crystalsvg/scalable/filesystems/folder_orange.svgz
share/icons/crystalsvg/scalable/filesystems/folder_orange_open.svgz
share/icons/crystalsvg/scalable/filesystems/folder_red.svgz
share/icons/crystalsvg/scalable/filesystems/folder_red_open.svgz
share/icons/crystalsvg/scalable/filesystems/folder_sound.svgz
2003-01-28 19:36:58 +01:00
share/icons/crystalsvg/scalable/filesystems/folder_tar.svgz
share/icons/crystalsvg/scalable/filesystems/folder_txt.svgz
share/icons/crystalsvg/scalable/filesystems/folder_violet.svgz
share/icons/crystalsvg/scalable/filesystems/folder_violet_open.svgz
share/icons/crystalsvg/scalable/filesystems/folder_yellow.svgz
share/icons/crystalsvg/scalable/filesystems/folder_yellow_open.svgz
share/icons/crystalsvg/scalable/filesystems/home_blue.svgz
share/icons/crystalsvg/scalable/filesystems/home_white.svgz
share/icons/crystalsvg/scalable/filesystems/link.svgz
share/icons/crystalsvg/scalable/filesystems/lockoverlay.svgz
share/icons/crystalsvg/scalable/filesystems/network.svgz
share/icons/crystalsvg/scalable/filesystems/pipe.svgz
share/icons/crystalsvg/scalable/filesystems/services.svgz
share/icons/crystalsvg/scalable/filesystems/temporary.svgz
share/icons/crystalsvg/scalable/filesystems/trashcan_empty.svgz
share/icons/crystalsvg/scalable/filesystems/trashcan_full.svgz
share/icons/crystalsvg/scalable/filesystems/zip.svgz
share/icons/crystalsvg/scalable/mimetypes/applix.svgz
share/icons/crystalsvg/scalable/mimetypes/ascii.svgz
share/icons/crystalsvg/scalable/mimetypes/binary.svgz
share/icons/crystalsvg/scalable/mimetypes/cdr.svgz
share/icons/crystalsvg/scalable/mimetypes/core.svgz
share/icons/crystalsvg/scalable/mimetypes/deb.svgz
share/icons/crystalsvg/scalable/mimetypes/document.svgz
share/icons/crystalsvg/scalable/mimetypes/document2.svgz
share/icons/crystalsvg/scalable/mimetypes/dvi.svgz
share/icons/crystalsvg/scalable/mimetypes/empty.svgz
share/icons/crystalsvg/scalable/mimetypes/font.svgz
share/icons/crystalsvg/scalable/mimetypes/font_bitmap.svgz
share/icons/crystalsvg/scalable/mimetypes/gf.svgz
share/icons/crystalsvg/scalable/mimetypes/image.svgz
share/icons/crystalsvg/scalable/mimetypes/kmultiple.svgz
share/icons/crystalsvg/scalable/mimetypes/kugardata.svgz
share/icons/crystalsvg/scalable/mimetypes/log.svgz
share/icons/crystalsvg/scalable/mimetypes/make.svgz
share/icons/crystalsvg/scalable/mimetypes/message.svgz
share/icons/crystalsvg/scalable/mimetypes/metafont.svgz
share/icons/crystalsvg/scalable/mimetypes/mime_ascii.svgz
share/icons/crystalsvg/scalable/mimetypes/mime_empty.svgz
share/icons/crystalsvg/scalable/mimetypes/mozilla_doc.svgz
share/icons/crystalsvg/scalable/mimetypes/pdf.svgz
share/icons/crystalsvg/scalable/mimetypes/pk.svgz
share/icons/crystalsvg/scalable/mimetypes/resource.svgz
share/icons/crystalsvg/scalable/mimetypes/rpm.svgz
share/icons/crystalsvg/scalable/mimetypes/soffice.svgz
share/icons/crystalsvg/scalable/mimetypes/source.svgz
share/icons/crystalsvg/scalable/mimetypes/source_c.svgz
share/icons/crystalsvg/scalable/mimetypes/source_cpp.svgz
share/icons/crystalsvg/scalable/mimetypes/source_f.svgz
share/icons/crystalsvg/scalable/mimetypes/source_h.svgz
share/icons/crystalsvg/scalable/mimetypes/source_j.svgz
share/icons/crystalsvg/scalable/mimetypes/source_java.svgz
share/icons/crystalsvg/scalable/mimetypes/source_l.svgz
share/icons/crystalsvg/scalable/mimetypes/source_moc.svgz
share/icons/crystalsvg/scalable/mimetypes/source_o.svgz
share/icons/crystalsvg/scalable/mimetypes/source_p.svgz
share/icons/crystalsvg/scalable/mimetypes/source_pl.svgz
share/icons/crystalsvg/scalable/mimetypes/source_py.svgz
share/icons/crystalsvg/scalable/mimetypes/source_s.svgz
share/icons/crystalsvg/scalable/mimetypes/source_y.svgz
share/icons/crystalsvg/scalable/mimetypes/spreadsheet.svgz
share/icons/crystalsvg/scalable/mimetypes/tar.svgz
share/icons/crystalsvg/scalable/mimetypes/tex.svgz
share/icons/crystalsvg/scalable/mimetypes/tgz.svgz
share/icons/crystalsvg/scalable/mimetypes/txt.svgz
share/icons/crystalsvg/scalable/mimetypes/txt2.svgz
share/icons/crystalsvg/scalable/mimetypes/unknown.svgz
share/icons/crystalsvg/scalable/mimetypes/vcalendar.svgz
share/icons/crystalsvg/scalable/mimetypes/vcard.svgz
share/icons/crystalsvg/scalable/mimetypes/vectorgfx.svgz
share/icons/crystalsvg/scalable/mimetypes/video.svgz
share/icons/crystalsvg/scalable/mimetypes/widget_doc.svgz
share/icons/crystalsvg/scalable/mimetypes/wordprocessing.svgz
share/icons/crystalsvg/scalable/mimetypes/zip.svgz
2003-01-28 19:36:58 +01:00
share/icons/default.kde
share/icons/hicolor/index.theme
2003-01-28 19:36:58 +01:00
share/locale/all_languages
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
share/mimelnk/all/all.desktop
share/mimelnk/all/allfiles.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/illustrator.desktop
share/mimelnk/application/mathml+xml.desktop
share/mimelnk/application/msexcel.desktop
share/mimelnk/application/mspowerpoint.desktop
share/mimelnk/application/msword.desktop
share/mimelnk/application/octet-stream.desktop
share/mimelnk/application/ogg.desktop
share/mimelnk/application/pdf.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/pgp-encrypted.desktop
share/mimelnk/application/pgp-keys.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/pgp-signature.desktop
share/mimelnk/application/pgp.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/application/pkcs10.desktop
share/mimelnk/application/pkcs7-mime.desktop
share/mimelnk/application/pkcs7-signature.desktop
share/mimelnk/application/postscript.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/application/sieve.desktop
share/mimelnk/application/smil.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/application/starcalc.desktop
share/mimelnk/application/starimpress.desktop
share/mimelnk/application/starwriter.desktop
share/mimelnk/application/vnd.mozilla.xul+xml.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/application/vnd.ms-asf.desktop
share/mimelnk/application/vnd.ms-excel.desktop
share/mimelnk/application/vnd.ms-word.desktop
share/mimelnk/application/vnd.palm.desktop
share/mimelnk/application/vnd.rn-realmedia.desktop
share/mimelnk/application/vnd.sun.xml.calc.desktop
share/mimelnk/application/vnd.sun.xml.draw.desktop
share/mimelnk/application/vnd.sun.xml.impress.desktop
share/mimelnk/application/vnd.sun.xml.writer.desktop
share/mimelnk/application/wordperfect.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/x-abiword.desktop
share/mimelnk/application/x-ace.desktop
share/mimelnk/application/x-afm.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/x-amipro.desktop
share/mimelnk/application/x-applix.desktop
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)
2001-08-15 14:43:08 +02:00
share/mimelnk/application/x-applixgraphics.desktop
share/mimelnk/application/x-applixspread.desktop
share/mimelnk/application/x-applixword.desktop
share/mimelnk/application/x-arc.desktop
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
share/mimelnk/application/x-archive.desktop
share/mimelnk/application/x-arj.desktop
share/mimelnk/application/x-awk.desktop
share/mimelnk/application/x-bittorrent.desktop
share/mimelnk/application/x-bz2dvi.desktop
share/mimelnk/application/x-bzip.desktop
share/mimelnk/application/x-bzip2.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/application/x-cda.desktop
share/mimelnk/application/x-compress.desktop
share/mimelnk/application/x-core.desktop
share/mimelnk/application/x-cpio.desktop
share/mimelnk/application/x-cue.desktop
share/mimelnk/application/x-dbase.desktop
share/mimelnk/application/x-deb.desktop
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)
2001-08-15 14:43:08 +02:00
share/mimelnk/application/x-designer.desktop
share/mimelnk/application/x-desktop.desktop
share/mimelnk/application/x-dvi.desktop
share/mimelnk/application/x-executable.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/application/x-font-bdf.desktop
share/mimelnk/application/x-font-ghostscript.desktop
share/mimelnk/application/x-font-otf.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/application/x-font-pcf.desktop
share/mimelnk/application/x-font-snf.desktop
share/mimelnk/application/x-font-speedo.desktop
share/mimelnk/application/x-font-ttc.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/application/x-font-ttf.desktop
share/mimelnk/application/x-font-type1.desktop
share/mimelnk/application/x-gettext.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/x-gnumeric.desktop
share/mimelnk/application/x-graphite.desktop
share/mimelnk/application/x-gzdvi.desktop
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
share/mimelnk/application/x-gzip.desktop
share/mimelnk/application/x-gzpostscript.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/application/x-hancomword.desktop
share/mimelnk/application/x-iso.desktop
share/mimelnk/application/x-jar.desktop
share/mimelnk/application/x-java-applet.desktop
share/mimelnk/application/x-java.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/x-karbon.desktop
share/mimelnk/application/x-kchart.desktop
share/mimelnk/application/x-kcsrc.desktop
share/mimelnk/application/x-kde-wallet.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/x-kformula.desktop
share/mimelnk/application/x-kivio.desktop
share/mimelnk/application/x-kontour.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/application/x-kpovmodeler.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/x-kpresenter.desktop
share/mimelnk/application/x-krita.desktop
share/mimelnk/application/x-kspread.desktop
share/mimelnk/application/x-kudesigner.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/x-kugar.desktop
share/mimelnk/application/x-kword.desktop
share/mimelnk/application/x-lha.desktop
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)
2001-08-15 14:43:08 +02:00
share/mimelnk/application/x-linguist.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/x-lyx.desktop
share/mimelnk/application/x-lzop.desktop
share/mimelnk/application/x-magicpoint.desktop
share/mimelnk/application/x-msaccess.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/application/x-msdos-program.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/x-mswrite.desktop
share/mimelnk/application/x-object.desktop
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)
2001-08-15 14:43:08 +02:00
share/mimelnk/application/x-ogg.desktop
share/mimelnk/application/x-ooimpress.desktop
share/mimelnk/application/x-oowriter.desktop
share/mimelnk/application/x-perl-module.desktop
share/mimelnk/application/x-perl.desktop
share/mimelnk/application/x-php.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/x-pkcs12.desktop
share/mimelnk/application/x-python-bytecode.desktop
share/mimelnk/application/x-python.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/x-quattropro.desktop
share/mimelnk/application/x-rar.desktop
share/mimelnk/application/x-rpm.desktop
share/mimelnk/application/x-ruby.desktop
share/mimelnk/application/x-sharedlib.desktop
share/mimelnk/application/x-shellscript.desktop
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
share/mimelnk/application/x-shockwave-flash.desktop
share/mimelnk/application/x-tar.desktop
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
share/mimelnk/application/x-tarz.desktop
share/mimelnk/application/x-tbz.desktop
share/mimelnk/application/x-tex-gf.desktop
share/mimelnk/application/x-tex-pk.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/x-tgif.desktop
share/mimelnk/application/x-tgz.desktop
share/mimelnk/application/x-trash.desktop
share/mimelnk/application/x-troff-man.desktop
share/mimelnk/application/x-troff.desktop
share/mimelnk/application/x-tzo.desktop
share/mimelnk/application/x-vnd.kde.kexi.desktop
share/mimelnk/application/x-vnd.kde.kplato.desktop
share/mimelnk/application/x-vnd.kde.kugar.mixed.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/application/x-x509-ca-cert.desktop
share/mimelnk/application/x-zerosize.desktop
share/mimelnk/application/x-zip.desktop
share/mimelnk/application/x-zoo.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/application/xhtml+xml.desktop
share/mimelnk/audio/aac.desktop
share/mimelnk/audio/ac3.desktop
share/mimelnk/audio/basic.desktop
share/mimelnk/audio/mp4.desktop
share/mimelnk/audio/vnd.rn-realaudio.desktop
share/mimelnk/audio/vorbis.desktop
share/mimelnk/audio/x-adpcm.desktop
share/mimelnk/audio/x-aiff.desktop
share/mimelnk/audio/x-flac.desktop
share/mimelnk/audio/x-matroska.desktop
share/mimelnk/audio/x-midi.desktop
share/mimelnk/audio/x-mod.desktop
share/mimelnk/audio/x-mp3.desktop
share/mimelnk/audio/x-mpegurl.desktop
share/mimelnk/audio/x-oggflac.desktop
share/mimelnk/audio/x-pn-realaudio.desktop
share/mimelnk/audio/x-scpls.desktop
share/mimelnk/audio/x-speex.desktop
share/mimelnk/audio/x-vorbis.desktop
share/mimelnk/audio/x-wav.desktop
share/mimelnk/image/cgm.desktop
share/mimelnk/image/fax-g3.desktop
share/mimelnk/image/gif.desktop
share/mimelnk/image/jp2.desktop
share/mimelnk/image/jpeg.desktop
share/mimelnk/image/pjpeg.desktop
share/mimelnk/image/png.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/image/svg+xml.desktop
share/mimelnk/image/tiff.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/image/wmf.desktop
share/mimelnk/image/x-bmp.desktop
share/mimelnk/image/x-eps.desktop
share/mimelnk/image/x-ico.desktop
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)
2001-08-15 14:43:08 +02:00
share/mimelnk/image/x-jng.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/image/x-msod.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/image/x-pcx.desktop
share/mimelnk/image/x-photo-cd.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/image/x-portable-bitmap.desktop
share/mimelnk/image/x-portable-greymap.desktop
share/mimelnk/image/x-portable-pixmap.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/image/x-targa.desktop
share/mimelnk/image/x-vnd.adobe.photoshop.desktop
share/mimelnk/image/x-vnd.trolltech.qpicture.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/image/x-wmf.desktop
share/mimelnk/image/x-xbm.desktop
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)
2001-08-15 14:43:08 +02:00
share/mimelnk/image/x-xcf-gimp.desktop
share/mimelnk/image/x-xcursor.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/image/x-xfig.desktop
share/mimelnk/image/x-xpm.desktop
share/mimelnk/inode/block.desktop
share/mimelnk/inode/chardevice.desktop
share/mimelnk/inode/directory-locked.desktop
share/mimelnk/inode/directory.desktop
share/mimelnk/inode/fifo.desktop
share/mimelnk/inode/socket.desktop
share/mimelnk/magic
share/mimelnk/message/news.desktop
share/mimelnk/message/rfc822.desktop
share/mimelnk/model/vrml.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/multipart/mixed.desktop
share/mimelnk/multipart/x-mixed-replace.desktop
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)
2001-08-15 14:43:08 +02:00
share/mimelnk/text/calendar.desktop
share/mimelnk/text/css.desktop
share/mimelnk/text/docbook.desktop
share/mimelnk/text/enriched.desktop
share/mimelnk/text/html.desktop
share/mimelnk/text/plain.desktop
share/mimelnk/text/rdf.desktop
share/mimelnk/text/rss.desktop
share/mimelnk/text/rtf.desktop
share/mimelnk/text/sgml.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/text/vnd.wap.wml.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/text/x-adasrc.desktop
share/mimelnk/text/x-bibtex.desktop
share/mimelnk/text/x-c++hdr.desktop
share/mimelnk/text/x-c++src.desktop
share/mimelnk/text/x-chdr.desktop
share/mimelnk/text/x-csrc.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/text/x-csv.desktop
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
share/mimelnk/text/x-diff.desktop
share/mimelnk/text/x-java.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/text/x-katefilelist.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/text/x-latex.desktop
share/mimelnk/text/x-ldif.desktop
share/mimelnk/text/x-log.desktop
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)
2001-08-15 14:43:08 +02:00
share/mimelnk/text/x-lyx.desktop
share/mimelnk/text/x-makefile.desktop
share/mimelnk/text/x-moc.desktop
share/mimelnk/text/x-mswinurl.desktop
2003-01-28 19:36:58 +01:00
share/mimelnk/text/x-objcsrc.desktop
share/mimelnk/text/x-pascal.desktop
share/mimelnk/text/x-perl.desktop
share/mimelnk/text/x-python.desktop
share/mimelnk/text/x-tcl.desktop
share/mimelnk/text/x-tex.desktop
share/mimelnk/text/x-vcalendar.desktop
share/mimelnk/text/x-vcard.desktop
2002-04-22 04:00:06 +02:00
share/mimelnk/text/x-xslfo.desktop
share/mimelnk/text/x-xslt.desktop
share/mimelnk/text/xml.desktop
share/mimelnk/video/mp4.desktop
share/mimelnk/video/mpeg.desktop
share/mimelnk/video/quicktime.desktop
share/mimelnk/video/vnd.rn-realvideo.desktop
share/mimelnk/video/x-flic.desktop
share/mimelnk/video/x-matroska.desktop
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)
2001-08-15 14:43:08 +02:00
share/mimelnk/video/x-mng.desktop
share/mimelnk/video/x-ms-asf.desktop
share/mimelnk/video/x-ms-wmv.desktop
share/mimelnk/video/x-msvideo.desktop
share/mimelnk/video/x-ogm.desktop
share/mimelnk/video/x-theora.desktop
share/services/bmp.kimgio
share/services/data.protocol
share/services/eps.kimgio
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
share/services/file.protocol
share/services/ftp.protocol
share/services/ghelp.protocol
share/services/gif.kimgio
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)
2001-08-15 14:43:08 +02:00
share/services/help.protocol
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
share/services/http.protocol
share/services/http_cache_cleaner.desktop
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
share/services/https.protocol
share/services/ico.kimgio
share/services/jp2.kimgio
share/services/jpeg.kimgio
2002-04-22 04:00:06 +02:00
share/services/katepart.desktop
share/services/kbzip2filter.desktop
2002-04-22 04:00:06 +02:00
share/services/kcertpart.desktop
2003-01-28 19:36:58 +01:00
share/services/kded/kcookiejar.desktop
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)
2001-08-15 14:43:08 +02:00
share/services/kded/kdeprintd.desktop
2003-01-28 19:36:58 +01:00
share/services/kded/kpasswdserver.desktop
Upgrade KDE to 2.2.2: * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 04:47:18 +01:00
share/services/kded/kssld.desktop
share/services/kded/kwalletd.desktop
share/services/kded/proxyscout.desktop
share/services/kgzipfilter.desktop
share/services/khtml.desktop
share/services/khtmlimage.desktop
share/services/kio_uiserver.desktop
share/services/kjavaappletviewer.desktop
share/services/kmailservice.protocol
2003-01-28 19:36:58 +01:00
share/services/kmultipart.desktop
share/services/knotify.desktop
share/services/kresources/kabc/dir.desktop
share/services/kresources/kabc/file.desktop
share/services/kresources/kabc/ldapkio.desktop
share/services/kresources/kabc/net.desktop
2003-01-28 19:36:58 +01:00
share/services/ktexteditor_insertfile.desktop
share/services/ktexteditor_isearch.desktop
share/services/ktexteditor_kdatatool.desktop
share/services/metainfo.protocol
share/services/mms.protocol
2003-01-28 19:36:58 +01:00
share/services/pbm.kimgio
share/services/pcx.kimgio
2003-01-28 19:36:58 +01:00
share/services/pgm.kimgio
share/services/png.kimgio
2003-01-28 19:36:58 +01:00
share/services/ppm.kimgio
share/services/rlogin.protocol
2003-01-28 19:36:58 +01:00
share/services/rtsp.protocol
2002-04-22 04:00:06 +02:00
share/services/shellscript.desktop
share/services/ssh.protocol
share/services/telnet.protocol
share/services/tga.kimgio
share/services/tiff.kimgio
2002-04-22 04:00:06 +02:00
share/services/webdav.protocol
share/services/webdavs.protocol
share/services/xbm.kimgio
share/services/xpm.kimgio
share/services/xv.kimgio
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
share/servicetypes/application.desktop
share/servicetypes/browserview.desktop
share/servicetypes/kbytesedit.desktop
2003-01-28 19:36:58 +01:00
share/servicetypes/kcmodule.desktop
share/servicetypes/kcomprfilter.desktop
2002-04-22 04:00:06 +02:00
share/servicetypes/kdatatool.desktop
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)
2001-08-15 14:43:08 +02:00
share/servicetypes/kdedmodule.desktop
2002-04-22 04:00:06 +02:00
share/servicetypes/kfileplugin.desktop
2003-01-28 19:36:58 +01:00
share/servicetypes/kmediaplayer.desktop
share/servicetypes/kmediaplayerengine.desktop
share/servicetypes/kpart.desktop
share/servicetypes/kplugininfo.desktop
share/servicetypes/kpropsdlgplugin.desktop
2002-04-22 04:00:06 +02:00
share/servicetypes/kregexpeditor.desktop
share/servicetypes/kresources_plugin.desktop
share/servicetypes/krop.desktop
share/servicetypes/krwp.desktop
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)
2001-08-15 14:43:08 +02:00
share/servicetypes/kscan.desktop
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
2000-07-29 04:44:58 +02:00
share/servicetypes/ktexteditor.desktop
2002-04-22 04:00:06 +02:00
share/servicetypes/ktexteditoreditor.desktop
2003-01-28 19:36:58 +01:00
share/servicetypes/ktexteditorplugin.desktop
share/servicetypes/kurifilterplugin.desktop
2002-04-22 04:00:06 +02:00
share/servicetypes/renamedlgplugin.desktop
share/servicetypes/scriptinterface.desktop
@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde
@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde
@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde
@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde
@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde
@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde
@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde
@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde
@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde
@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html
2003-01-28 19:36:58 +01:00
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html
2003-01-28 19:36:58 +01:00
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html
2003-01-28 19:36:58 +01:00
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html
2003-01-28 19:36:58 +01:00
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html
2003-01-28 19:36:58 +01:00
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html
2003-01-28 19:36:58 +01:00
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html
2003-01-28 19:36:58 +01:00
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html
2003-01-28 19:36:58 +01:00
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html
@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html
@dirrm share/servicetypes
@dirrm share/services/kresources/kabc
@dirrm share/services/kresources
@dirrm share/services/kded
@dirrm share/services
@dirrm share/mimelnk/video
@dirrm share/mimelnk/text
@dirrm share/mimelnk/multipart
@dirrm share/mimelnk/model
@dirrm share/mimelnk/message
@dirrm share/mimelnk/inode
@dirrm share/mimelnk/image
@dirrm share/mimelnk/audio
@dirrm share/mimelnk/application
@dirrm share/mimelnk/all
@dirrm share/mimelnk
@dirrm share/icons/hicolor
@dirrm share/icons/crystalsvg/scalable/mimetypes
@dirrm share/icons/crystalsvg/scalable/filesystems
@dirrm share/icons/crystalsvg/scalable/devices
@dirrm share/icons/crystalsvg/scalable/apps
@dirrm share/icons/crystalsvg/scalable
@dirrm share/icons/crystalsvg/64x64/mimetypes
@dirrm share/icons/crystalsvg/64x64/filesystems
@dirrm share/icons/crystalsvg/64x64/devices
@dirrm share/icons/crystalsvg/64x64/actions
@dirrm share/icons/crystalsvg/64x64
@dirrm share/icons/crystalsvg/48x48/mimetypes
@dirrm share/icons/crystalsvg/48x48/filesystems
@dirrm share/icons/crystalsvg/48x48/devices
@dirrm share/icons/crystalsvg/48x48/actions
@dirrm share/icons/crystalsvg/48x48
@dirrm share/icons/crystalsvg/32x32/mimetypes
@dirrm share/icons/crystalsvg/32x32/filesystems
@dirrm share/icons/crystalsvg/32x32/devices
@dirrm share/icons/crystalsvg/32x32/actions/kde
@dirrm share/icons/crystalsvg/32x32/actions
@dirrm share/icons/crystalsvg/32x32
@dirrm share/icons/crystalsvg/22x22/mimetypes
@dirrm share/icons/crystalsvg/22x22/filesystems
@dirrm share/icons/crystalsvg/22x22/actions/kde
@dirrm share/icons/crystalsvg/22x22/actions
@dirrm share/icons/crystalsvg/22x22
@dirrm share/icons/crystalsvg/16x16/mimetypes
@dirrm share/icons/crystalsvg/16x16/filesystems
@dirrm share/icons/crystalsvg/16x16/devices
@dirrm share/icons/crystalsvg/16x16/actions
@dirrm share/icons/crystalsvg/16x16
@dirrm share/icons/crystalsvg/128x128/mimetypes
@dirrm share/icons/crystalsvg/128x128/filesystems
@dirrm share/icons/crystalsvg/128x128/devices
@dirrm share/icons/crystalsvg/128x128
@dirrm share/icons/crystalsvg
@dirrm share/icons
@dirrm share/doc/HTML/en/kdelibs-apidocs/libkmid/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/libkmid
@dirrm share/doc/HTML/en/kdelibs-apidocs/kwallet/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/kwallet
@dirrm share/doc/HTML/en/kdelibs-apidocs/kutils/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/kutils
@dirrm share/doc/HTML/en/kdelibs-apidocs/kresources/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/kresources
@dirrm share/doc/HTML/en/kdelibs-apidocs/kparts/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/kparts
@dirrm share/doc/HTML/en/kdelibs-apidocs/kmdi/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/kmdi
@dirrm share/doc/HTML/en/kdelibs-apidocs/kjs/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/kjs
@dirrm share/doc/HTML/en/kdelibs-apidocs/kio/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/kio
@dirrm share/doc/HTML/en/kdelibs-apidocs/khtml/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/khtml
@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeui/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeui
@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeprint/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeprint
@dirrm share/doc/HTML/en/kdelibs-apidocs/kdefx/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/kdefx
@dirrm share/doc/HTML/en/kdelibs-apidocs/kdecore/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/kdecore
@dirrm share/doc/HTML/en/kdelibs-apidocs/kate/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/kate
@dirrm share/doc/HTML/en/kdelibs-apidocs/kabc/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/kabc
@dirrm share/doc/HTML/en/kdelibs-apidocs/interfaces/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/interfaces
@dirrm share/doc/HTML/en/kdelibs-apidocs/dcop/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/dcop
@dirrm share/doc/HTML/en/kdelibs-apidocs/arts/html
@dirrm share/doc/HTML/en/kdelibs-apidocs/arts
@dirrm share/doc/HTML/en/kdelibs-apidocs
@dirrm share/doc/HTML/en/common
@dirrm share/doc/HTML/en
@dirrm share/doc/HTML
@dirrm share/config/ui
@dirrm share/config/colors
@dirrm share/config
@dirrm share/autostart
@dirrm share/apps/proxyscout
@dirrm share/apps/ktexteditor_kdatatool
@dirrm share/apps/ktexteditor_isearch
@dirrm share/apps/ktexteditor_insertfile
@dirrm share/apps/kstyle/themes
@dirrm share/apps/kstyle/pixmaps/riscos
@dirrm share/apps/kstyle/pixmaps
@dirrm share/apps/kstyle
@dirrm share/apps/kssl
@dirrm share/apps/ksgmltools2/docbook/xsl/tools/profile
@dirrm share/apps/ksgmltools2/docbook/xsl/tools/olink
@dirrm share/apps/ksgmltools2/docbook/xsl/tools
@dirrm share/apps/ksgmltools2/docbook/xsl/params
@dirrm share/apps/ksgmltools2/docbook/xsl/lib
@dirrm share/apps/ksgmltools2/docbook/xsl/images/callouts
@dirrm share/apps/ksgmltools2/docbook/xsl/images
@dirrm share/apps/ksgmltools2/docbook/xsl/html
@dirrm share/apps/ksgmltools2/docbook/xsl/common
@dirrm share/apps/ksgmltools2/docbook/xsl
@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent
@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.2
@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent
@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2
@dirrm share/apps/ksgmltools2/docbook
@dirrm share/apps/ksgmltools2/customization/zh-TW/entities
@dirrm share/apps/ksgmltools2/customization/zh-TW
@dirrm share/apps/ksgmltools2/customization/xx/entities
@dirrm share/apps/ksgmltools2/customization/xx
@dirrm share/apps/ksgmltools2/customization/xsl
@dirrm share/apps/ksgmltools2/customization/xh/entities
@dirrm share/apps/ksgmltools2/customization/xh
@dirrm share/apps/ksgmltools2/customization/wa/entities
@dirrm share/apps/ksgmltools2/customization/wa
@dirrm share/apps/ksgmltools2/customization/uk/entities
@dirrm share/apps/ksgmltools2/customization/uk
@dirrm share/apps/ksgmltools2/customization/tr/entities
@dirrm share/apps/ksgmltools2/customization/tr
@dirrm share/apps/ksgmltools2/customization/sv/entities
@dirrm share/apps/ksgmltools2/customization/sv
@dirrm share/apps/ksgmltools2/customization/sr/entities
@dirrm share/apps/ksgmltools2/customization/sr
@dirrm share/apps/ksgmltools2/customization/sl/entities
@dirrm share/apps/ksgmltools2/customization/sl
@dirrm share/apps/ksgmltools2/customization/sk/entities
@dirrm share/apps/ksgmltools2/customization/sk
@dirrm share/apps/ksgmltools2/customization/ru/entities
@dirrm share/apps/ksgmltools2/customization/ru
@dirrm share/apps/ksgmltools2/customization/ro/entities
@dirrm share/apps/ksgmltools2/customization/ro
@dirrm share/apps/ksgmltools2/customization/pt/entities
@dirrm share/apps/ksgmltools2/customization/pt-BR/entities
@dirrm share/apps/ksgmltools2/customization/pt-BR
@dirrm share/apps/ksgmltools2/customization/pt
@dirrm share/apps/ksgmltools2/customization/pl/entities
@dirrm share/apps/ksgmltools2/customization/pl
@dirrm share/apps/ksgmltools2/customization/obsolete
@dirrm share/apps/ksgmltools2/customization/no/entities
@dirrm share/apps/ksgmltools2/customization/no
@dirrm share/apps/ksgmltools2/customization/nn/entities
@dirrm share/apps/ksgmltools2/customization/nn
@dirrm share/apps/ksgmltools2/customization/nl/entities
@dirrm share/apps/ksgmltools2/customization/nl
@dirrm share/apps/ksgmltools2/customization/lt/entities
@dirrm share/apps/ksgmltools2/customization/lt
@dirrm share/apps/ksgmltools2/customization/ko/entities
@dirrm share/apps/ksgmltools2/customization/ko
@dirrm share/apps/ksgmltools2/customization/ja/entities
@dirrm share/apps/ksgmltools2/customization/ja
@dirrm share/apps/ksgmltools2/customization/it/entities
@dirrm share/apps/ksgmltools2/customization/it
@dirrm share/apps/ksgmltools2/customization/id/entities
@dirrm share/apps/ksgmltools2/customization/id
@dirrm share/apps/ksgmltools2/customization/hu/entities
@dirrm share/apps/ksgmltools2/customization/hu
@dirrm share/apps/ksgmltools2/customization/he/entities
@dirrm share/apps/ksgmltools2/customization/he
@dirrm share/apps/ksgmltools2/customization/fr/entities
@dirrm share/apps/ksgmltools2/customization/fr
@dirrm share/apps/ksgmltools2/customization/fo/entities
@dirrm share/apps/ksgmltools2/customization/fo
@dirrm share/apps/ksgmltools2/customization/fi/entities
@dirrm share/apps/ksgmltools2/customization/fi
@dirrm share/apps/ksgmltools2/customization/et/entities
@dirrm share/apps/ksgmltools2/customization/et
@dirrm share/apps/ksgmltools2/customization/es/entities
@dirrm share/apps/ksgmltools2/customization/es
@dirrm share/apps/ksgmltools2/customization/entities
@dirrm share/apps/ksgmltools2/customization/en/entities
@dirrm share/apps/ksgmltools2/customization/en-GB/entities
@dirrm share/apps/ksgmltools2/customization/en-GB
@dirrm share/apps/ksgmltools2/customization/en
@dirrm share/apps/ksgmltools2/customization/el/entities
@dirrm share/apps/ksgmltools2/customization/el
@dirrm share/apps/ksgmltools2/customization/dtd
@dirrm share/apps/ksgmltools2/customization/de/entities
@dirrm share/apps/ksgmltools2/customization/de
@dirrm share/apps/ksgmltools2/customization/da/entities
@dirrm share/apps/ksgmltools2/customization/da
@dirrm share/apps/ksgmltools2/customization/cs/entities
@dirrm share/apps/ksgmltools2/customization/cs
@dirrm share/apps/ksgmltools2/customization/ca/entities
@dirrm share/apps/ksgmltools2/customization/ca
@dirrm share/apps/ksgmltools2/customization/bg/entities
@dirrm share/apps/ksgmltools2/customization/bg
@dirrm share/apps/ksgmltools2/customization/af/entities
@dirrm share/apps/ksgmltools2/customization/af
@dirrm share/apps/ksgmltools2/customization
@dirrm share/apps/ksgmltools2
@dirrm share/apps/knotify
@dirrm share/apps/kjava
@dirrm share/apps/kio_uiserver/icons/crystalsvg/16x16/apps
@dirrm share/apps/kio_uiserver/icons/crystalsvg/16x16
@dirrm share/apps/kio_uiserver/icons/crystalsvg
@dirrm share/apps/kio_uiserver/icons
@dirrm share/apps/kio_uiserver
@dirrm share/apps/khtml/icons/crystalsvg/64x64/actions
@dirrm share/apps/khtml/icons/crystalsvg/64x64
@dirrm share/apps/khtml/icons/crystalsvg/48x48/actions
@dirrm share/apps/khtml/icons/crystalsvg/48x48
@dirrm share/apps/khtml/icons/crystalsvg/32x32/actions
@dirrm share/apps/khtml/icons/crystalsvg/32x32
@dirrm share/apps/khtml/icons/crystalsvg/22x22/actions
@dirrm share/apps/khtml/icons/crystalsvg/22x22
@dirrm share/apps/khtml/icons/crystalsvg/16x16/actions
@dirrm share/apps/khtml/icons/crystalsvg/16x16
@dirrm share/apps/khtml/icons/crystalsvg/128x128/actions
@dirrm share/apps/khtml/icons/crystalsvg/128x128
@dirrm share/apps/khtml/icons/crystalsvg
@dirrm share/apps/khtml/icons
@dirrm share/apps/khtml/css
@dirrm share/apps/khtml
@dirrm share/apps/kdewidgets/pics
@dirrm share/apps/kdewidgets
@dirrm share/apps/kdeui/pics
@dirrm share/apps/kdeui
@dirrm share/apps/kdeprint/tools
@dirrm share/apps/kdeprint/plugins
@dirrm share/apps/kdeprint/pics
@dirrm share/apps/kdeprint/icons/crystalsvg/64x64/apps
@dirrm share/apps/kdeprint/icons/crystalsvg/64x64
@dirrm share/apps/kdeprint/icons/crystalsvg/48x48/apps
@dirrm share/apps/kdeprint/icons/crystalsvg/48x48
@dirrm share/apps/kdeprint/icons/crystalsvg/32x32/apps
@dirrm share/apps/kdeprint/icons/crystalsvg/32x32/actions
@dirrm share/apps/kdeprint/icons/crystalsvg/32x32
@dirrm share/apps/kdeprint/icons/crystalsvg/22x22/apps
@dirrm share/apps/kdeprint/icons/crystalsvg/22x22/actions
@dirrm share/apps/kdeprint/icons/crystalsvg/22x22
@dirrm share/apps/kdeprint/icons/crystalsvg/16x16/apps
@dirrm share/apps/kdeprint/icons/crystalsvg/16x16/actions
@dirrm share/apps/kdeprint/icons/crystalsvg/16x16
@dirrm share/apps/kdeprint/icons/crystalsvg
@dirrm share/apps/kdeprint/icons
@dirrm share/apps/kdeprint/filters
@dirrm share/apps/kdeprint
@dirrm share/apps/kconf_update
@dirrm share/apps/kcm_componentchooser
@dirrm share/apps/kcertpart
@dirrm share/apps/katepart/syntax
@dirrm share/apps/katepart
@dirrm share/apps/kabc/formats
@dirrm share/apps/kabc
@dirrm share/apps/dcopidlng
@dirrm share/apps/LICENSES
@dirrm share/apps
@dirrm share/applications/kde
@dirrm share/applications
@dirrm lib/kde3/plugins/styles
@dirrm lib/kde3/plugins/designer
@dirrm lib/kde3/plugins
@dirrm lib/kde3
@dirrm include/libkmid
@dirrm include/ktexteditor
@dirrm include/ksettings
@dirrm include/kresources
@dirrm include/kparts
@dirrm include/kmediaplayer
@dirrm include/kjs
@dirrm include/kio
@dirrm include/khexedit
@dirrm include/kdesu
@dirrm include/kdeprint/lpr
@dirrm include/kdeprint
@dirrm include/kate
@dirrm include/kabc
@dirrm include/dom
@dirrm etc/xdg/menus
@dirrm etc/xdg