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 08:43:08 -04:00
|
|
|
bin/extractrc
|
2001-01-27 22:56:18 -05:00
|
|
|
bin/kdevdlg2ui
|
2000-02-12 16:50:42 -05:00
|
|
|
bin/kdevelop
|
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 08:43:08 -04:00
|
|
|
bin/one2two
|
|
|
|
lib/libkdevelopdbg.la
|
|
|
|
lib/libkdevelopdbg.so
|
|
|
|
lib/libkdevelopdbg.so.2
|
|
|
|
lib/libkdevelopgfxview.la
|
|
|
|
lib/libkdevelopgfxview.so
|
|
|
|
lib/libkdevelopgfxview.so.2
|
|
|
|
lib/libkdevelopkpp.la
|
|
|
|
lib/libkdevelopkpp.so
|
|
|
|
lib/libkdevelopkpp.so.2
|
|
|
|
lib/libkdevelopkwrite.la
|
|
|
|
lib/libkdevelopkwrite.so
|
|
|
|
lib/libkdevelopkwrite.so.2
|
|
|
|
lib/libkdevelopqextmdi.la
|
|
|
|
lib/libkdevelopqextmdi.so
|
|
|
|
lib/libkdevelopqextmdi.so.2
|
|
|
|
lib/libkdevelopsetup.la
|
|
|
|
lib/libkdevelopsetup.so
|
|
|
|
lib/libkdevelopsetup.so.2
|
|
|
|
lib/libkdevelopvc.la
|
|
|
|
lib/libkdevelopvc.so
|
|
|
|
lib/libkdevelopvc.so.2
|
|
|
|
share/applnk/Development/kdevelop-setup.desktop
|
|
|
|
share/applnk/Development/kdevelop.desktop
|
|
|
|
share/apps/kconf_update/kdevelop2.upd
|
|
|
|
share/apps/kdevelop/eventsrc
|
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/brace.png
|
2001-03-02 11:50:50 -05:00
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/classnew.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/compfile.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/dbgwatchvar.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/debugger.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 08:43:08 -04:00
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/decreaseindent.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/increaseindent.png
|
2001-03-02 11:50:50 -05:00
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/inst_file.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/make_kdevelop.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/methodnew.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/newwidget.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/project_open.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/rebuild.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/reload_page.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/16x16/actions/variablenew.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/brace.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/classwiz.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/compfile.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/dbgmemview.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/dbgnext.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/dbgnextinst.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/dbgparam.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/dbgrestart.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/dbgrun.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/dbgrunto.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/dbgstep.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/dbgstepinst.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/dbgstepout.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/dbgvar.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/debugger.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/file_properties.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/graphview.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/grep.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/make_kdevelop.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/newwidget.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/output_win.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/project_open.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/rebuild.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/reload_page.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/save_all.png
|
|
|
|
share/apps/kdevelop/icons/hicolor/22x22/actions/tree_win.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 08:43:08 -04:00
|
|
|
share/apps/kdevelop/kdevelopui.rc
|
|
|
|
share/apps/kdevelop/pics/CTchildren.png
|
|
|
|
share/apps/kdevelop/pics/CTclients.png
|
|
|
|
share/apps/kdevelop/pics/CTparents.png
|
|
|
|
share/apps/kdevelop/pics/CTsuppliers.png
|
|
|
|
share/apps/kdevelop/pics/CTvirtuals.png
|
|
|
|
share/apps/kdevelop/pics/CVclass.png
|
|
|
|
share/apps/kdevelop/pics/CVglobal_meth.png
|
|
|
|
share/apps/kdevelop/pics/CVglobal_var.png
|
|
|
|
share/apps/kdevelop/pics/CVnamespace.png
|
|
|
|
share/apps/kdevelop/pics/CVprivate_meth.png
|
|
|
|
share/apps/kdevelop/pics/CVprivate_signal.png
|
|
|
|
share/apps/kdevelop/pics/CVprivate_slot.png
|
|
|
|
share/apps/kdevelop/pics/CVprivate_var.png
|
|
|
|
share/apps/kdevelop/pics/CVprotected_meth.png
|
|
|
|
share/apps/kdevelop/pics/CVprotected_signal.png
|
|
|
|
share/apps/kdevelop/pics/CVprotected_slot.png
|
|
|
|
share/apps/kdevelop/pics/CVprotected_var.png
|
|
|
|
share/apps/kdevelop/pics/CVpublic_meth.png
|
|
|
|
share/apps/kdevelop/pics/CVpublic_signal.png
|
|
|
|
share/apps/kdevelop/pics/CVpublic_slot.png
|
|
|
|
share/apps/kdevelop/pics/CVpublic_var.png
|
|
|
|
share/apps/kdevelop/pics/CVstruct.png
|
|
|
|
share/apps/kdevelop/pics/about_logo.png
|
|
|
|
share/apps/kdevelop/pics/childfrm.png
|
|
|
|
share/apps/kdevelop/pics/customApp.png
|
|
|
|
share/apps/kdevelop/pics/gnomeApp.png
|
|
|
|
share/apps/kdevelop/pics/kAppWizard.png
|
|
|
|
share/apps/kdevelop/pics/kcmodule.png
|
|
|
|
share/apps/kdevelop/pics/kdemdi.png
|
|
|
|
share/apps/kdevelop/pics/kicker.png
|
|
|
|
share/apps/kdevelop/pics/kioslave.png
|
|
|
|
share/apps/kdevelop/pics/kpart.png
|
|
|
|
share/apps/kdevelop/pics/ktheme.png
|
|
|
|
share/apps/kdevelop/pics/miniApp.png
|
|
|
|
share/apps/kdevelop/pics/normalApp.png
|
|
|
|
share/apps/kdevelop/pics/qextmdi.png
|
|
|
|
share/apps/kdevelop/pics/qtApp.png
|
|
|
|
share/apps/kdevelop/pics/qtmdi.png
|
|
|
|
share/apps/kdevelop/pics/startlogo.png
|
|
|
|
share/apps/kdevelop/pics/tabpage.png
|
|
|
|
share/apps/kdevelop/pics/terminalApp.png
|
|
|
|
share/apps/kdevelop/pics/test.png
|
|
|
|
share/apps/kdevelop/pics/tipday.png
|
|
|
|
share/apps/kdevelop/pics/toplevel.png
|
|
|
|
share/apps/kdevelop/template-kde.spec
|
|
|
|
share/apps/kdevelop/template-make.spec
|
|
|
|
share/apps/kdevelop/template.spec
|
2001-03-02 11:50:50 -05:00
|
|
|
share/apps/kdevelop/templates/AUTHORS_template
|
|
|
|
share/apps/kdevelop/templates/COPYING_template
|
|
|
|
share/apps/kdevelop/templates/ChangeLog_template
|
|
|
|
share/apps/kdevelop/templates/INSTALL_template
|
|
|
|
share/apps/kdevelop/templates/MAM_shared_template
|
|
|
|
share/apps/kdevelop/templates/README_template
|
|
|
|
share/apps/kdevelop/templates/TODO_template
|
|
|
|
share/apps/kdevelop/templates/admin.tar.gz
|
|
|
|
share/apps/kdevelop/templates/c.tar.gz
|
|
|
|
share/apps/kdevelop/templates/cpp.tar.gz
|
|
|
|
share/apps/kdevelop/templates/cpp_template
|
|
|
|
share/apps/kdevelop/templates/cvsignore_template
|
|
|
|
share/apps/kdevelop/templates/desktop_template
|
|
|
|
share/apps/kdevelop/templates/docbook_en_template
|
|
|
|
share/apps/kdevelop/templates/gnome.tar.gz
|
|
|
|
share/apps/kdevelop/templates/handbook_en_template
|
|
|
|
share/apps/kdevelop/templates/header_template
|
|
|
|
share/apps/kdevelop/templates/icon_template
|
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 08:43:08 -04:00
|
|
|
share/apps/kdevelop/templates/kcmodule.tar.gz
|
2001-03-02 11:50:50 -05:00
|
|
|
share/apps/kdevelop/templates/kdelnk_template
|
|
|
|
share/apps/kdevelop/templates/kdemdi.tar.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 08:43:08 -04:00
|
|
|
share/apps/kdevelop/templates/kicker.tar.gz
|
|
|
|
share/apps/kdevelop/templates/kioslave.tar.gz
|
|
|
|
share/apps/kdevelop/templates/kpart.tar.gz
|
|
|
|
share/apps/kdevelop/templates/ktheme.tar.gz
|
2001-03-02 11:50:50 -05:00
|
|
|
share/apps/kdevelop/templates/lexical_template
|
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 08:43:08 -04:00
|
|
|
share/apps/kdevelop/templates/lo16-app-appicon.png
|
|
|
|
share/apps/kdevelop/templates/lo32-app-appicon.png
|
2001-03-02 11:50:50 -05:00
|
|
|
share/apps/kdevelop/templates/lsm_template
|
|
|
|
share/apps/kdevelop/templates/mini2.tar.gz
|
|
|
|
share/apps/kdevelop/templates/nif_template
|
|
|
|
share/apps/kdevelop/templates/normal2.tar.gz
|
|
|
|
share/apps/kdevelop/templates/preview1
|
|
|
|
share/apps/kdevelop/templates/preview2
|
|
|
|
share/apps/kdevelop/templates/qextmdi.tar.gz
|
|
|
|
share/apps/kdevelop/templates/qt2.tar.gz
|
|
|
|
share/apps/kdevelop/templates/qtmdi.tar.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 08:43:08 -04:00
|
|
|
share/apps/kdevelop/tips
|
|
|
|
share/apps/kdevelop/tools/buildrpm.sh
|
|
|
|
share/apps/kdevelop/tools/kimport
|
|
|
|
share/apps/kdevelop/tools/processes.pl
|
|
|
|
share/apps/kdevelop/tools/processesend.pl
|
|
|
|
share/doc/HTML/en/kdevelop/about/background.png
|
|
|
|
share/doc/HTML/en/kdevelop/about/bgtable.png
|
|
|
|
share/doc/HTML/en/kdevelop/about/intro.html
|
|
|
|
share/doc/HTML/en/kdevelop/about/kdevelop.png
|
|
|
|
share/doc/HTML/en/kdevelop/about/kdevelop_bg.png
|
|
|
|
share/doc/HTML/en/kdevelop/about/konq.css
|
|
|
|
share/doc/HTML/en/kdevelop/about/lines.png
|
|
|
|
share/doc/HTML/en/kdevelop/about/make_kdevelop.png
|
|
|
|
share/doc/HTML/en/kdevelop/about/project_new.png
|
|
|
|
share/doc/HTML/en/kdevelop/about/project_open.png
|
|
|
|
share/doc/HTML/en/kdevelop/about/project_wizard.png
|
|
|
|
share/doc/HTML/en/kdevelop/about/shadow1.png
|
|
|
|
share/doc/HTML/en/kdevelop/about/specs.html
|
|
|
|
share/doc/HTML/en/kdevelop/about/tips.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-1.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-10.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-11.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-12.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-13.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-14.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-15.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-16.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-17.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-18.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-2.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-3.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-4.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-5.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-6.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-7.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-8.html
|
|
|
|
share/doc/HTML/en/kdevelop/index-9.html
|
|
|
|
share/doc/HTML/en/kdevelop/index.html
|
|
|
|
share/doc/HTML/en/kdevelop/kde_libref/index-1.html
|
|
|
|
share/doc/HTML/en/kdevelop/kde_libref/index-2.html
|
|
|
|
share/doc/HTML/en/kdevelop/kde_libref/index-3.html
|
|
|
|
share/doc/HTML/en/kdevelop/kde_libref/index-4.html
|
|
|
|
share/doc/HTML/en/kdevelop/kde_libref/index-5.html
|
|
|
|
share/doc/HTML/en/kdevelop/kde_libref/index-6.html
|
|
|
|
share/doc/HTML/en/kdevelop/kde_libref/index-7.html
|
|
|
|
share/doc/HTML/en/kdevelop/kde_libref/index-8.html
|
|
|
|
share/doc/HTML/en/kdevelop/kde_libref/index-9.html
|
|
|
|
share/doc/HTML/en/kdevelop/kde_libref/index.html
|
|
|
|
share/doc/HTML/en/kdevelop/kde_libref/logotp3.png
|
|
|
|
share/doc/HTML/en/kdevelop/logotp3.png
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-1.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-10.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-11.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-12.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-13.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-14.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-15.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-16.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-17.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-18.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-19.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-2.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-3.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-4.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-5.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-6.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-7.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-8.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index-9.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/index.html
|
|
|
|
share/doc/HTML/en/kdevelop/programming/logotp3.png
|
|
|
|
share/doc/HTML/en/kdevelop/reference/C/index.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-1.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-10.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-11.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-12.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-13.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-14.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-15.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-2.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-3.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-4.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-5.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-6.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-7.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-8.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index-9.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/index.html
|
|
|
|
share/doc/HTML/en/kdevelop/tutorial/logotp3.png
|
|
|
|
share/icons/hicolor/16x16/apps/kdevelop.png
|
2001-03-02 11:50:50 -05:00
|
|
|
share/icons/hicolor/32x32/apps/kdevelop.png
|
|
|
|
share/icons/hicolor/48x48/apps/kdevelop.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 08:43:08 -04:00
|
|
|
share/mimelnk/application/x-kdevelop-project.desktop
|
|
|
|
@dirrm share/icons/hicolor/48x48/apps
|
|
|
|
@dirrm share/icons/hicolor/32x32/apps
|
|
|
|
@dirrm share/doc/HTML/en/kdevelop/tutorial
|
2000-03-07 11:55:15 -05:00
|
|
|
@dirrm share/doc/HTML/en/kdevelop/reference/C
|
|
|
|
@dirrm share/doc/HTML/en/kdevelop/reference
|
2001-03-02 11:50:50 -05:00
|
|
|
@dirrm share/doc/HTML/en/kdevelop/programming
|
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 08:43:08 -04:00
|
|
|
@dirrm share/doc/HTML/en/kdevelop/kde_libref
|
2001-03-02 11:50:50 -05:00
|
|
|
@dirrm share/doc/HTML/en/kdevelop/about
|
2000-03-07 11:55:15 -05:00
|
|
|
@dirrm share/doc/HTML/en/kdevelop
|
|
|
|
@dirrm share/apps/kdevelop/tools
|
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 08:43:08 -04:00
|
|
|
@dirrm share/apps/kdevelop/templates
|
2000-03-07 11:55:15 -05:00
|
|
|
@dirrm share/apps/kdevelop/pics
|
2001-03-02 11:50:50 -05:00
|
|
|
@dirrm share/apps/kdevelop/icons/hicolor/22x22/actions
|
|
|
|
@dirrm share/apps/kdevelop/icons/hicolor/22x22
|
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 08:43:08 -04:00
|
|
|
@dirrm share/apps/kdevelop/icons/hicolor/16x16/actions
|
|
|
|
@dirrm share/apps/kdevelop/icons/hicolor/16x16
|
2001-03-02 11:50:50 -05:00
|
|
|
@dirrm share/apps/kdevelop/icons/hicolor
|
|
|
|
@dirrm share/apps/kdevelop/icons
|
2000-03-07 11:55:15 -05:00
|
|
|
@dirrm share/apps/kdevelop
|
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 08:43:08 -04:00
|
|
|
@dirrm share/applnk/Development
|
2001-12-03 22:47:18 -05:00
|
|
|
@dirrm share/applnk
|