freebsd-ports/games/kdegames4/pkg-plist

1985 lines
81 KiB
Text
Raw Normal View History

bin/bomber
bin/bovo
bin/granatier
bin/kapman
bin/katomic
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/kbattleship
bin/kblackbox
bin/kblocks
bin/kbounce
bin/kbreakout
bin/kdesnake
bin/kdiamond
bin/kfourinline
bin/kfourinlineproc
bin/kgoldrunner
bin/kigo
bin/killbots
bin/kiriki
bin/kjumpingcube
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/klines
bin/kmahjongg
bin/kmines
2006-01-08 20:32:36 +01:00
bin/knetwalk
2003-01-28 19:36:58 +01:00
bin/kolf
bin/kollision
bin/konquest
bin/kpat
bin/kreversi
bin/ksame
bin/kshisen
bin/ksirk
bin/ksirkskineditor
bin/kspaceduel
bin/ksquares
bin/ksudoku
bin/ktron
bin/ktuberling
bin/kubrick
bin/libpala-puzzlebuilder
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/lskat
bin/palapeli
include/KDE/KCardDialog
include/KDE/KChat
include/KDE/KChatBase
include/KDE/KChatDialog
include/KDE/KExtHighscore
include/KDE/KGame/KGame
include/KDE/KGame/KGameChat
include/KDE/KGame/KGameConnectDialog
include/KDE/KGame/KGameDebugDialog
include/KDE/KGame/KGameDialog
include/KDE/KGame/KGameDialogConfig
include/KDE/KGame/KGameError
include/KDE/KGame/KGameErrorDialog
include/KDE/KGame/KGameIO
include/KDE/KGame/KGameMessage
include/KDE/KGame/KGameNetwork
include/KDE/KGame/KGameProcess
include/KDE/KGame/KGameProperty
include/KDE/KGame/KGamePropertyArray
include/KDE/KGame/KGamePropertyHandler
include/KDE/KGame/KGameSequence
include/KDE/KGame/KGameVersion
include/KDE/KGame/KMessageClient
include/KDE/KGame/KMessageIO
include/KDE/KGame/KMessageServer
include/KDE/KGame/KPlayer
include/KDE/KGameCanvas
include/KDE/KGameClock
include/KDE/KGameDifficulty
include/KDE/KGameLCD
include/KDE/KGameMisc
include/KDE/KGamePopupItem
include/KDE/KGameProgress
include/KDE/KGameSvgDigits
include/KDE/KGameSvgDocument
include/KDE/KGameTheme
include/KDE/KGameThemeSelector
include/KDE/KGrid2D
include/KDE/KHighscore
include/KDE/KScoreDialog
include/KDE/KStandardGameAction
include/Pala/Slicer
include/Pala/SlicerJob
include/Pala/SlicerProperty
include/Pala/SlicerPropertySet
include/cardcache.h
include/carddeckinfo.h
include/digits/kgamesvgdigits.h
include/highscore/kexthighscore.h
include/highscore/kexthighscore_item.h
include/highscore/khighscore.h
include/highscore/kscoredialog.h
include/kcarddialog.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/kchat.h
include/kchatbase.h
include/kchatbaseitemdelegate.h
include/kchatbasemodel.h
include/kchatdialog.h
include/kgame/kgame.h
include/kgame/kgamechat.h
include/kgame/kgameconnectdialog.h
include/kgame/kgamedebugdialog.h
include/kgame/kgamedialog.h
include/kgame/kgamedialogconfig.h
include/kgame/kgameerror.h
include/kgame/kgameerrordialog.h
include/kgame/kgameio.h
include/kgame/kgamemessage.h
include/kgame/kgamenetwork.h
include/kgame/kgameprocess.h
include/kgame/kgameproperty.h
include/kgame/kgamepropertyarray.h
include/kgame/kgamepropertyhandler.h
include/kgame/kgamesequence.h
include/kgame/kgameversion.h
include/kgame/kmessageclient.h
include/kgame/kmessageio.h
include/kgame/kmessageserver.h
include/kgame/kplayer.h
include/kgamecanvas.h
include/kgameclock.h
include/kgamedifficulty.h
include/kgamelcd.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/kgamemisc.h
include/kgamepopupitem.h
include/kgameprogress.h
include/kgamesvgdocument.h
include/kgametheme.h
include/kgamethemeselector.h
include/kggzgames/kggzgames_export.h
include/kggzgames/kggzrankingsdialog.h
include/kggzgames/kggzseatsdialog.h
include/kggzmod/event.h
include/kggzmod/kggzmod_export.h
include/kggzmod/module.h
include/kggzmod/player.h
include/kggzmod/request.h
include/kggzmod/statistics.h
include/kggznet/kggznet_export.h
include/kggznet/kggzpacket.h
include/kggznet/kggzraw.h
include/kgrid2d.h
include/kmahjonggbackground.h
include/kmahjonggconfigdialog.h
include/kmahjonggtileset.h
include/kstandardgameaction.h
include/libkdegames_export.h
include/libkmahjongg_export.h
include/libpala/libpalamacros.h
include/libpala/slicer.h
include/libpala/slicerjob.h
include/libpala/slicerproperty.h
include/libpala/slicerpropertyset.h
lib/kde4/palapeli_jigsawslicer.so
lib/kde4/palapeli_rectslicer.so
lib/kde4/palathumbcreator.so
lib/libiris_ksirk.so
lib/libiris_ksirk.so.2
lib/libiris_ksirk.so.2.0.0
lib/libkdegames.so
lib/libkdegames.so.5
lib/libkdegames.so.5.0.0
lib/libkggzgames.so
lib/libkggzgames.so.5
lib/libkggzgames.so.5.0.1
lib/libkggzmod.so
lib/libkggzmod.so.5
lib/libkggzmod.so.5.0.1
lib/libkggznet.so
lib/libkggznet.so.5
lib/libkggznet.so.5.0.1
lib/libkmahjongglib.so
lib/libkmahjongglib.so.5
lib/libkmahjongglib.so.5.0.1
lib/libkolfprivate.so
lib/libkolfprivate.so.5
lib/libkolfprivate.so.5.0.1
lib/libpala.so
lib/libpala.so.0
lib/libpala.so.0.1.0
lib/libpala/libpala-config.cmake
lib/libpala/pala-targets-%%KDE4_BUILD_TYPE%%.cmake
lib/libpala/pala-targets.cmake
share/applications/kde4/KGoldrunner.desktop
share/applications/kde4/bomber.desktop
share/applications/kde4/bovo.desktop
share/applications/kde4/granatier.desktop
share/applications/kde4/kapman.desktop
share/applications/kde4/katomic.desktop
share/applications/kde4/kbattleship.desktop
share/applications/kde4/kblackbox.desktop
share/applications/kde4/kblocks.desktop
share/applications/kde4/kbounce.desktop
share/applications/kde4/kbreakout.desktop
share/applications/kde4/kdesnake.desktop
share/applications/kde4/kdiamond.desktop
share/applications/kde4/kfourinline.desktop
share/applications/kde4/kigo.desktop
share/applications/kde4/killbots.desktop
share/applications/kde4/kiriki.desktop
share/applications/kde4/kjumpingcube.desktop
share/applications/kde4/klines.desktop
share/applications/kde4/kmahjongg.desktop
share/applications/kde4/kmines.desktop
share/applications/kde4/knetwalk.desktop
share/applications/kde4/kolf.desktop
share/applications/kde4/kollision.desktop
share/applications/kde4/konquest.desktop
share/applications/kde4/kpat.desktop
share/applications/kde4/kreversi.desktop
share/applications/kde4/ksame.desktop
share/applications/kde4/kshisen.desktop
share/applications/kde4/ksirk.desktop
share/applications/kde4/ksirkskineditor.desktop
share/applications/kde4/kspaceduel.desktop
share/applications/kde4/ksquares.desktop
share/applications/kde4/ksudoku.desktop
share/applications/kde4/ktron.desktop
share/applications/kde4/ktuberling.desktop
share/applications/kde4/kubrick.desktop
share/applications/kde4/lskat.desktop
share/applications/kde4/palapeli.desktop
share/apps/bomber/bomberui.rc
share/apps/bomber/themes/Lava-Island.desktop
share/apps/bomber/themes/Lava-Island.svgz
share/apps/bomber/themes/kbomber.desktop
share/apps/bomber/themes/kbomber.png
share/apps/bomber/themes/kbomber.svgz
share/apps/bomber/themes/lava-Island.png
share/apps/bovo/bovoui.rc
share/apps/bovo/themes/gomoku/theme.svg
share/apps/bovo/themes/gomoku/themerc
share/apps/bovo/themes/highcontrast/theme.svg
share/apps/bovo/themes/highcontrast/themerc
share/apps/bovo/themes/scribble/theme.svg
share/apps/bovo/themes/scribble/themerc
share/apps/bovo/themes/spacy/theme.svg
share/apps/bovo/themes/spacy/themerc
share/apps/carddecks/decks/deck1.desktop
share/apps/carddecks/decks/deck1.png
share/apps/carddecks/decks/deck1.svgz
share/apps/carddecks/decks/deck10.desktop
share/apps/carddecks/decks/deck10.png
share/apps/carddecks/decks/deck10.svgz
share/apps/carddecks/decks/deck11.desktop
share/apps/carddecks/decks/deck11.png
share/apps/carddecks/decks/deck11.svgz
share/apps/carddecks/decks/deck12.desktop
share/apps/carddecks/decks/deck12.png
share/apps/carddecks/decks/deck12.svgz
share/apps/carddecks/decks/deck13.desktop
share/apps/carddecks/decks/deck13.png
share/apps/carddecks/decks/deck13.svgz
share/apps/carddecks/decks/deck14.desktop
share/apps/carddecks/decks/deck14.png
share/apps/carddecks/decks/deck14.svgz
share/apps/carddecks/decks/deck15.desktop
share/apps/carddecks/decks/deck15.png
share/apps/carddecks/decks/deck15.svgz
share/apps/carddecks/decks/deck16.desktop
share/apps/carddecks/decks/deck16.png
share/apps/carddecks/decks/deck16.svgz
share/apps/carddecks/decks/deck17.desktop
share/apps/carddecks/decks/deck17.png
share/apps/carddecks/decks/deck17.svgz
share/apps/carddecks/decks/deck18.desktop
share/apps/carddecks/decks/deck18.png
share/apps/carddecks/decks/deck18.svgz
share/apps/carddecks/decks/deck2.desktop
share/apps/carddecks/decks/deck2.png
share/apps/carddecks/decks/deck2.svgz
share/apps/carddecks/decks/deck3.desktop
share/apps/carddecks/decks/deck3.png
share/apps/carddecks/decks/deck3.svgz
share/apps/carddecks/decks/deck4.desktop
share/apps/carddecks/decks/deck4.png
share/apps/carddecks/decks/deck4.svgz
share/apps/carddecks/decks/deck5.desktop
share/apps/carddecks/decks/deck5.png
share/apps/carddecks/decks/deck5.svgz
share/apps/carddecks/decks/deck6.desktop
share/apps/carddecks/decks/deck6.png
share/apps/carddecks/decks/deck6.svgz
share/apps/carddecks/decks/deck7.desktop
share/apps/carddecks/decks/deck7.png
share/apps/carddecks/decks/deck7.svgz
share/apps/carddecks/decks/deck8.desktop
share/apps/carddecks/decks/deck8.png
share/apps/carddecks/decks/deck8.svgz
share/apps/carddecks/decks/deck9.desktop
share/apps/carddecks/decks/deck9.png
share/apps/carddecks/decks/deck9.svgz
share/apps/carddecks/svg-ancient-egyptians/11.png
share/apps/carddecks/svg-ancient-egyptians/Ancient_Egyptians.svgz
share/apps/carddecks/svg-ancient-egyptians/index.desktop
share/apps/carddecks/svg-dondorf/11.png
share/apps/carddecks/svg-dondorf/dondorf.svgz
share/apps/carddecks/svg-dondorf/index.desktop
share/apps/carddecks/svg-future/11.png
share/apps/carddecks/svg-future/future.svgz
share/apps/carddecks/svg-future/index.desktop
share/apps/carddecks/svg-gm-paris/11.png
share/apps/carddecks/svg-gm-paris/index.desktop
share/apps/carddecks/svg-gm-paris/paris.svgz
share/apps/carddecks/svg-jolly-royal/11.png
share/apps/carddecks/svg-jolly-royal/index.desktop
share/apps/carddecks/svg-jolly-royal/jolly-royal.svgz
share/apps/carddecks/svg-konqi-modern/11.png
share/apps/carddecks/svg-konqi-modern/index.desktop
share/apps/carddecks/svg-konqi-modern/konqi.svgz
share/apps/carddecks/svg-nicu-ornamental/11.png
share/apps/carddecks/svg-nicu-ornamental/AUTHORS
share/apps/carddecks/svg-nicu-ornamental/COPYING
share/apps/carddecks/svg-nicu-ornamental/index.desktop
share/apps/carddecks/svg-nicu-ornamental/ornamental.svgz
share/apps/carddecks/svg-nicu-white/11.png
share/apps/carddecks/svg-nicu-white/AUTHORS
share/apps/carddecks/svg-nicu-white/COPYING
share/apps/carddecks/svg-nicu-white/index.desktop
share/apps/carddecks/svg-nicu-white/white.svgz
share/apps/carddecks/svg-oxygen-white/11.png
share/apps/carddecks/svg-oxygen-white/index.desktop
share/apps/carddecks/svg-oxygen-white/oxygen-white.svgz
share/apps/carddecks/svg-oxygen/11.png
share/apps/carddecks/svg-oxygen/index.desktop
share/apps/carddecks/svg-oxygen/oxygen.svgz
share/apps/carddecks/svg-penguins/11.png
share/apps/carddecks/svg-penguins/COPYRIGHT
share/apps/carddecks/svg-penguins/index.desktop
share/apps/carddecks/svg-penguins/penguins.svgz
share/apps/carddecks/svg-standard/11.png
share/apps/carddecks/svg-standard/index.desktop
share/apps/carddecks/svg-standard/standard.svgz
share/apps/carddecks/svg-tigullio-international/index.desktop
share/apps/carddecks/svg-tigullio-international/queen-of-hearts.png
share/apps/carddecks/svg-tigullio-international/tigullio-international.svgz
share/apps/carddecks/svg-xskat-french/11.png
share/apps/carddecks/svg-xskat-french/COPYRIGHT
share/apps/carddecks/svg-xskat-french/french.svgz
share/apps/carddecks/svg-xskat-french/index.desktop
share/apps/carddecks/svg-xskat-german/11.png
share/apps/carddecks/svg-xskat-german/COPYRIGHT
share/apps/carddecks/svg-xskat-german/german.svgz
share/apps/carddecks/svg-xskat-german/index.desktop
share/apps/cmake/modules/FindLibKDEGames.cmake
share/apps/cmake/modules/GGZ.cmake
share/apps/granatier/arenas/clanbomber_Arena.desktop
share/apps/granatier/arenas/clanbomber_Arena.xml
share/apps/granatier/arenas/clanbomber_Big_Block.desktop
share/apps/granatier/arenas/clanbomber_Big_Block.xml
share/apps/granatier/arenas/clanbomber_Big_Standard.desktop
share/apps/granatier/arenas/clanbomber_Big_Standard.xml
share/apps/granatier/arenas/clanbomber_Blast_Matrix.desktop
share/apps/granatier/arenas/clanbomber_Blast_Matrix.xml
share/apps/granatier/arenas/clanbomber_Bloody_Ring.desktop
share/apps/granatier/arenas/clanbomber_Bloody_Ring.xml
share/apps/granatier/arenas/clanbomber_Boiling_Egg.desktop
share/apps/granatier/arenas/clanbomber_Boiling_Egg.xml
share/apps/granatier/arenas/clanbomber_Bomb_Attack.desktop
share/apps/granatier/arenas/clanbomber_Bomb_Attack.xml
share/apps/granatier/arenas/clanbomber_Broken_Heart.desktop
share/apps/granatier/arenas/clanbomber_Broken_Heart.xml
share/apps/granatier/arenas/clanbomber_Crammed.desktop
share/apps/granatier/arenas/clanbomber_Crammed.xml
share/apps/granatier/arenas/clanbomber_Death_Corridor.desktop
share/apps/granatier/arenas/clanbomber_Death_Corridor.xml
share/apps/granatier/arenas/clanbomber_Dilemma.desktop
share/apps/granatier/arenas/clanbomber_Dilemma.xml
share/apps/granatier/arenas/clanbomber_FearCircle.desktop
share/apps/granatier/arenas/clanbomber_FearCircle.xml
share/apps/granatier/arenas/clanbomber_FearCircle_Remix.desktop
share/apps/granatier/arenas/clanbomber_FearCircle_Remix.xml
share/apps/granatier/arenas/clanbomber_FireWheels.desktop
share/apps/granatier/arenas/clanbomber_FireWheels.xml
share/apps/granatier/arenas/clanbomber_Football.desktop
share/apps/granatier/arenas/clanbomber_Football.xml
share/apps/granatier/arenas/clanbomber_Four_Instance.desktop
share/apps/granatier/arenas/clanbomber_Four_Instance.xml
share/apps/granatier/arenas/clanbomber_Ghostbear.desktop
share/apps/granatier/arenas/clanbomber_Ghostbear.xml
share/apps/granatier/arenas/clanbomber_Hard_Work.desktop
share/apps/granatier/arenas/clanbomber_Hard_Work.xml
share/apps/granatier/arenas/clanbomber_Hole_Run.desktop
share/apps/granatier/arenas/clanbomber_Hole_Run.xml
share/apps/granatier/arenas/clanbomber_Huge_Standard.desktop
share/apps/granatier/arenas/clanbomber_Huge_Standard.xml
share/apps/granatier/arenas/clanbomber_Juicy_Lucy.desktop
share/apps/granatier/arenas/clanbomber_Juicy_Lucy.xml
share/apps/granatier/arenas/clanbomber_Kitchen.desktop
share/apps/granatier/arenas/clanbomber_Kitchen.xml
share/apps/granatier/arenas/clanbomber_Meeting.desktop
share/apps/granatier/arenas/clanbomber_Meeting.xml
share/apps/granatier/arenas/clanbomber_MungoBane.desktop
share/apps/granatier/arenas/clanbomber_MungoBane.xml
share/apps/granatier/arenas/clanbomber_Obstacle_Race.desktop
share/apps/granatier/arenas/clanbomber_Obstacle_Race.xml
share/apps/granatier/arenas/clanbomber_Overkill.desktop
share/apps/granatier/arenas/clanbomber_Overkill.xml
share/apps/granatier/arenas/clanbomber_Prison_Cells.desktop
share/apps/granatier/arenas/clanbomber_Prison_Cells.xml
share/apps/granatier/arenas/clanbomber_Redirection.desktop
share/apps/granatier/arenas/clanbomber_Redirection.xml
share/apps/granatier/arenas/clanbomber_Sixty_Nine.desktop
share/apps/granatier/arenas/clanbomber_Sixty_Nine.xml
share/apps/granatier/arenas/clanbomber_Small_Standard.desktop
share/apps/granatier/arenas/clanbomber_Small_Standard.xml
share/apps/granatier/arenas/clanbomber_Snake_Race.desktop
share/apps/granatier/arenas/clanbomber_Snake_Race.xml
share/apps/granatier/arenas/clanbomber_Tiny_Standard.desktop
share/apps/granatier/arenas/clanbomber_Tiny_Standard.xml
share/apps/granatier/arenas/clanbomber_Whole_Mess.desktop
share/apps/granatier/arenas/clanbomber_Whole_Mess.xml
share/apps/granatier/arenas/crazy.desktop
share/apps/granatier/arenas/crazy.xml
share/apps/granatier/arenas/granatier.desktop
share/apps/granatier/arenas/granatier.xml
share/apps/granatier/arenas/labyrinth.desktop
share/apps/granatier/arenas/labyrinth.xml
share/apps/granatier/arenas/threeofthree.desktop
share/apps/granatier/arenas/threeofthree.xml
share/apps/granatier/granatierui.rc
share/apps/granatier/players/player1.desktop
share/apps/granatier/players/player1.svgz
share/apps/granatier/players/player1_preview.svgz
share/apps/granatier/players/player2.desktop
share/apps/granatier/players/player2.svgz
share/apps/granatier/players/player2_preview.svgz
share/apps/granatier/players/player3.desktop
share/apps/granatier/players/player3.svgz
share/apps/granatier/players/player3_preview.svgz
share/apps/granatier/players/player4.desktop
share/apps/granatier/players/player4.svgz
share/apps/granatier/players/player4_preview.svgz
share/apps/granatier/players/player5.desktop
share/apps/granatier/players/player5.svgz
share/apps/granatier/players/player5_preview.svgz
share/apps/granatier/sounds/break.ogg
share/apps/granatier/sounds/clear.ogg
share/apps/granatier/sounds/corpse_explode.ogg
share/apps/granatier/sounds/crunch.ogg
share/apps/granatier/sounds/deepfall.ogg
share/apps/granatier/sounds/die.ogg
share/apps/granatier/sounds/explode.ogg
share/apps/granatier/sounds/joint.ogg
share/apps/granatier/sounds/putbomb.ogg
share/apps/granatier/sounds/winlevel.ogg
share/apps/granatier/sounds/wow.ogg
share/apps/granatier/themes/clanbomber.desktop
share/apps/granatier/themes/clanbomber.svgz
share/apps/granatier/themes/clanbomber_preview.png
share/apps/granatier/themes/granatier.desktop
share/apps/granatier/themes/granatier.svgz
share/apps/granatier/themes/granatier_preview.png
share/apps/kapman/defaultmaze.xml
share/apps/kapman/kapmanui.rc
share/apps/kapman/themes/invisible.desktop
share/apps/kapman/themes/invisible.svgz
share/apps/kapman/themes/invisible_preview.png
share/apps/kapman/themes/matches.desktop
share/apps/kapman/themes/matches.svgz
share/apps/kapman/themes/matches_preview.png
share/apps/kapman/themes/mountain.copyright
share/apps/kapman/themes/mountain.desktop
share/apps/kapman/themes/mountain.svgz
share/apps/kapman/themes/mountain_preview.png
share/apps/kapman/themes/mummies_crypt.desktop
share/apps/kapman/themes/mummies_crypt.svgz
share/apps/kapman/themes/mummy_preview.png
share/apps/kapman/themes/retro.desktop
share/apps/kapman/themes/retro.svgz
share/apps/kapman/themes/retro_preview.png
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/katomic/katomicui.rc
share/apps/katomic/levels/default_levels.dat
share/apps/katomic/pics/default_theme.svgz
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/kbattleship/kbattleshipui.rc
share/apps/kbattleship/pictures/default_theme.svgz
2006-01-08 20:32:36 +01:00
share/apps/kbattleship/sounds/ship-player-shoot-water.ogg
share/apps/kbattleship/sounds/ship-player1-shoot.ogg
share/apps/kbattleship/sounds/ship-player2-shoot.ogg
share/apps/kbattleship/sounds/ship-sink.ogg
share/apps/kblackbox/kblackboxui.rc
share/apps/kblackbox/pics/kblackbox.svgz
share/apps/kblocks/kblocksui.rc
share/apps/kblocks/themes/default.desktop
share/apps/kblocks/themes/default_block_fall.ogg
share/apps/kblocks/themes/default_block_move.ogg
share/apps/kblocks/themes/egyptian.svg
share/apps/kblocks/themes/egyptian_preview.png
share/apps/kblocks/themes/oxygen.desktop
share/apps/kblocks/themes/oxygen.svg
share/apps/kblocks/themes/oxygen_preview.png
share/apps/kbounce/kbounceui.rc
share/apps/kbounce/sounds/death.au
share/apps/kbounce/sounds/reflect.au
share/apps/kbounce/sounds/seconds.au
share/apps/kbounce/sounds/timeout.au
share/apps/kbounce/sounds/wallend.au
share/apps/kbounce/sounds/wallstart.au
share/apps/kbounce/themes/default.desktop
share/apps/kbounce/themes/egyptian_bounce.png
share/apps/kbounce/themes/egyptian_bounce.svgz
share/apps/kbounce/themes/geometry.desktop
share/apps/kbounce/themes/geometry.png
share/apps/kbounce/themes/kbounce.svg
share/apps/kbounce/themes/oxygen.desktop
share/apps/kbounce/themes/oxygen.png
share/apps/kbounce/themes/oxygen.svgz
share/apps/kbounce/themes/roads.desktop
share/apps/kbounce/themes/roads.svgz
share/apps/kbounce/themes/roads_preview.png
share/apps/kbounce/themes/the_beach.desktop
share/apps/kbounce/themes/the_beach.svgz
share/apps/kbounce/themes/thebeach_preview.png
share/apps/kbreakout/kbreakoutui.rc
share/apps/kbreakout/levelsets/default.levelset
share/apps/kbreakout/themes/IceWorld.desktop
share/apps/kbreakout/themes/IceWorld.svgz
share/apps/kbreakout/themes/IceWorld_preview.png
share/apps/kbreakout/themes/alien_preview.png
share/apps/kbreakout/themes/alienbreakout.desktop
share/apps/kbreakout/themes/alienbreakout.svgz
share/apps/kbreakout/themes/crystal.desktop
share/apps/kbreakout/themes/crystal.svgz
share/apps/kbreakout/themes/crystal_preview.png
share/apps/kbreakout/themes/default.desktop
share/apps/kbreakout/themes/egyptian_breakout_preview.png
share/apps/kbreakout/themes/egyptianbreakout.svgz
share/apps/kbreakout/themes/simple.desktop
share/apps/kbreakout/themes/simple.svgz
share/apps/kbreakout/themes/simple_preview.png
share/apps/kbreakout/themes/web20.desktop
share/apps/kbreakout/themes/web20.svgz
share/apps/kbreakout/themes/web20_preview.png
share/apps/kconf_update/katomic-levelset-upd.pl
share/apps/kconf_update/katomic-levelset.upd
share/apps/kconf_update/kpat_update_cardwidth.upd
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/kdegames/pics/star.png
share/apps/kdiamond/kdiamond.kcfg
share/apps/kdiamond/kdiamond.notifyrc
share/apps/kdiamond/kdiamondui.rc
share/apps/kdiamond/themes/default.desktop
share/apps/kdiamond/themes/diamonds.desktop
share/apps/kdiamond/themes/diamonds.png
share/apps/kdiamond/themes/diamonds.svgz
share/apps/kdiamond/themes/egyptian.svgz
share/apps/kdiamond/themes/egyptian_preview.png
share/apps/kdiamond/themes/funny_zoo.desktop
share/apps/kdiamond/themes/funny_zoo.png
share/apps/kdiamond/themes/funny_zoo.svgz
share/apps/kfourinline/grafix/default.desktop
share/apps/kfourinline/grafix/default.rc
share/apps/kfourinline/grafix/default.svg
share/apps/kfourinline/grafix/gray_reflection.desktop
share/apps/kfourinline/grafix/gray_reflection.rc
share/apps/kfourinline/grafix/gray_reflection.svg
share/apps/kfourinline/grafix/yellow.desktop
share/apps/kfourinline/grafix/yellow.rc
share/apps/kfourinline/grafix/yellow.svg
share/apps/kfourinline/grafix/yellow_reflection.desktop
share/apps/kfourinline/grafix/yellow_reflection.rc
share/apps/kfourinline/kfourinlineui.rc
share/apps/kgoldrunner/kgoldrunnerui.rc
share/apps/kgoldrunner/system/game_CM.txt
share/apps/kgoldrunner/system/game_MAZ.txt
share/apps/kgoldrunner/system/game_cnt.txt
share/apps/kgoldrunner/system/game_ende.txt
share/apps/kgoldrunner/system/game_kgr.txt
share/apps/kgoldrunner/system/game_plws.txt
share/apps/kgoldrunner/system/game_plwv.txt
share/apps/kgoldrunner/system/game_sot.txt
share/apps/kgoldrunner/system/game_tute.txt
share/apps/kgoldrunner/system/game_tutea.txt
share/apps/kgoldrunner/system/game_wad.txt
share/apps/kgoldrunner/system/hi_kgr.dat
share/apps/kgoldrunner/system/hi_plws.dat
share/apps/kgoldrunner/system/hi_plwv.dat
share/apps/kgoldrunner/system/hi_wad.dat
share/apps/kgoldrunner/system/rec_demo.txt
share/apps/kgoldrunner/themes/README
share/apps/kgoldrunner/themes/accessible/black-on-white-actors.svg
share/apps/kgoldrunner/themes/accessible/black-on-white-set.svg
share/apps/kgoldrunner/themes/black-on-white.desktop
share/apps/kgoldrunner/themes/default.desktop
share/apps/kgoldrunner/themes/default/actors.svg
share/apps/kgoldrunner/themes/default/climb.wav
share/apps/kgoldrunner/themes/default/completed.ogg
share/apps/kgoldrunner/themes/default/death.ogg
share/apps/kgoldrunner/themes/default/dig.ogg
share/apps/kgoldrunner/themes/default/falling.ogg
share/apps/kgoldrunner/themes/default/gameover.ogg
share/apps/kgoldrunner/themes/default/gold.ogg
share/apps/kgoldrunner/themes/default/ladder.ogg
share/apps/kgoldrunner/themes/default/set.svg
share/apps/kgoldrunner/themes/default/step.wav
share/apps/kgoldrunner/themes/default/victory.ogg
share/apps/kgoldrunner/themes/egypt.desktop
share/apps/kgoldrunner/themes/egypt/actors.svgz
share/apps/kgoldrunner/themes/egypt/egypt_kgr.svgz
share/apps/kgoldrunner/themes/kgr_geek.desktop
share/apps/kgoldrunner/themes/kgr_geek/actors.svgz
share/apps/kgoldrunner/themes/kgr_geek/set.svgz
share/apps/kgoldrunner/themes/nostalgia-blues.desktop
share/apps/kgoldrunner/themes/nostalgia.desktop
share/apps/kgoldrunner/themes/nostalgia/actors.svg
share/apps/kgoldrunner/themes/nostalgia/blue-actors.svg
share/apps/kgoldrunner/themes/nostalgia/blue-set.svg
share/apps/kgoldrunner/themes/nostalgia/set.svg
share/apps/kigo/games/Honinbo-51-5.sgf
share/apps/kigo/games/Mehin-21-2.sgf
share/apps/kigo/kigo.notifyrc
share/apps/kigo/kigoui.rc
share/apps/kigo/themes/default.desktop
share/apps/kigo/themes/kigo_default.png
share/apps/kigo/themes/kigo_default.svgz
share/apps/killbots/killbotsui.rc
share/apps/killbots/rulesets/classic.desktop
share/apps/killbots/rulesets/daleks.desktop
share/apps/killbots/rulesets/default.desktop
share/apps/killbots/rulesets/easy.desktop
share/apps/killbots/rulesets/energycrisis.desktop
share/apps/killbots/themes/classic.desktop
share/apps/killbots/themes/classic.png
share/apps/killbots/themes/classic.svgz
share/apps/killbots/themes/mountainadventure.desktop
share/apps/killbots/themes/mountainadventure.png
share/apps/killbots/themes/mountainadventure.svgz
share/apps/killbots/themes/mummymadness.desktop
share/apps/killbots/themes/mummymadness.png
share/apps/killbots/themes/mummymadness.svgz
share/apps/killbots/themes/robotkill.desktop
share/apps/killbots/themes/robotkill.png
share/apps/killbots/themes/robotkill.svgz
share/apps/kiriki/images/dice-1.png
share/apps/kiriki/images/dice-2.png
share/apps/kiriki/images/dice-3.png
share/apps/kiriki/images/dice-4.png
share/apps/kiriki/images/dice-5.png
share/apps/kiriki/images/dice-6.png
share/apps/kiriki/images/dice-none.png
share/apps/kiriki/kirikiui.rc
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/kjumpingcube/kjumpingcubeui.rc
share/apps/kjumpingcube/pics/default.desktop
share/apps/kjumpingcube/pics/default.svg
2003-01-28 19:36:58 +01:00
share/apps/klines/klinesui.rc
share/apps/klines/themes/crystal.desktop
share/apps/klines/themes/crystal.png
share/apps/klines/themes/egyptian.desktop
share/apps/klines/themes/egyptian.png
share/apps/klines/themes/egyptian.svgz
share/apps/klines/themes/klines-gems.desktop
share/apps/klines/themes/klines-gems.png
share/apps/klines/themes/klines-gems.svgz
share/apps/klines/themes/klines_crystal.svgz
share/apps/klines/themes/metal.desktop
share/apps/klines/themes/metal.png
share/apps/klines/themes/metal.svgz
2003-01-28 19:36:58 +01:00
share/apps/kmahjongg/kmahjonggui.rc
share/apps/kmahjongg/layouts/4_winds.desktop
share/apps/kmahjongg/layouts/4_winds.layout
share/apps/kmahjongg/layouts/Vi.desktop
share/apps/kmahjongg/layouts/Vi.layout
share/apps/kmahjongg/layouts/X_shaped.desktop
share/apps/kmahjongg/layouts/X_shaped.layout
share/apps/kmahjongg/layouts/alien.desktop
share/apps/kmahjongg/layouts/alien.layout
share/apps/kmahjongg/layouts/altar.desktop
share/apps/kmahjongg/layouts/altar.layout
share/apps/kmahjongg/layouts/arena.desktop
share/apps/kmahjongg/layouts/arena.layout
share/apps/kmahjongg/layouts/arrow.desktop
share/apps/kmahjongg/layouts/arrow.layout
share/apps/kmahjongg/layouts/atlantis.desktop
share/apps/kmahjongg/layouts/atlantis.layout
share/apps/kmahjongg/layouts/aztec.desktop
share/apps/kmahjongg/layouts/aztec.layout
share/apps/kmahjongg/layouts/balance.desktop
share/apps/kmahjongg/layouts/balance.layout
share/apps/kmahjongg/layouts/bat.desktop
share/apps/kmahjongg/layouts/bat.layout
share/apps/kmahjongg/layouts/bug.desktop
share/apps/kmahjongg/layouts/bug.layout
share/apps/kmahjongg/layouts/castle.desktop
share/apps/kmahjongg/layouts/castle.layout
share/apps/kmahjongg/layouts/castle2.desktop
share/apps/kmahjongg/layouts/castle2.layout
share/apps/kmahjongg/layouts/cat.desktop
share/apps/kmahjongg/layouts/cat.layout
share/apps/kmahjongg/layouts/chains.desktop
share/apps/kmahjongg/layouts/chains.layout
share/apps/kmahjongg/layouts/checkered.desktop
share/apps/kmahjongg/layouts/checkered.layout
share/apps/kmahjongg/layouts/chip.desktop
share/apps/kmahjongg/layouts/chip.layout
share/apps/kmahjongg/layouts/clubs.desktop
share/apps/kmahjongg/layouts/clubs.layout
share/apps/kmahjongg/layouts/columns.desktop
share/apps/kmahjongg/layouts/columns.layout
share/apps/kmahjongg/layouts/crab.desktop
share/apps/kmahjongg/layouts/crab.layout
share/apps/kmahjongg/layouts/cross.desktop
share/apps/kmahjongg/layouts/cross.layout
share/apps/kmahjongg/layouts/default.desktop
share/apps/kmahjongg/layouts/default.layout
share/apps/kmahjongg/layouts/dragon.desktop
share/apps/kmahjongg/layouts/dragon.layout
share/apps/kmahjongg/layouts/eagle.desktop
share/apps/kmahjongg/layouts/eagle.layout
share/apps/kmahjongg/layouts/enterprise.desktop
share/apps/kmahjongg/layouts/enterprise.layout
share/apps/kmahjongg/layouts/explosion.desktop
share/apps/kmahjongg/layouts/explosion.layout
share/apps/kmahjongg/layouts/flowers.desktop
share/apps/kmahjongg/layouts/flowers.layout
share/apps/kmahjongg/layouts/future.desktop
share/apps/kmahjongg/layouts/future.layout
share/apps/kmahjongg/layouts/galaxy.desktop
share/apps/kmahjongg/layouts/galaxy.layout
share/apps/kmahjongg/layouts/garden.desktop
share/apps/kmahjongg/layouts/garden.layout
share/apps/kmahjongg/layouts/girl.desktop
share/apps/kmahjongg/layouts/girl.layout
share/apps/kmahjongg/layouts/glade.desktop
share/apps/kmahjongg/layouts/glade.layout
share/apps/kmahjongg/layouts/grid.desktop
share/apps/kmahjongg/layouts/grid.layout
share/apps/kmahjongg/layouts/helios.desktop
share/apps/kmahjongg/layouts/helios.layout
share/apps/kmahjongg/layouts/hole.desktop
share/apps/kmahjongg/layouts/hole.layout
share/apps/kmahjongg/layouts/inner_circle.desktop
share/apps/kmahjongg/layouts/inner_circle.layout
share/apps/kmahjongg/layouts/key.desktop
share/apps/kmahjongg/layouts/key.layout
share/apps/kmahjongg/layouts/km.desktop
share/apps/kmahjongg/layouts/km.layout
share/apps/kmahjongg/layouts/labyrinth.desktop
share/apps/kmahjongg/layouts/labyrinth.layout
share/apps/kmahjongg/layouts/mask.desktop
share/apps/kmahjongg/layouts/mask.layout
share/apps/kmahjongg/layouts/maya.desktop
share/apps/kmahjongg/layouts/maya.layout
share/apps/kmahjongg/layouts/maze.desktop
share/apps/kmahjongg/layouts/maze.layout
share/apps/kmahjongg/layouts/mesh.desktop
share/apps/kmahjongg/layouts/mesh.layout
share/apps/kmahjongg/layouts/moth.desktop
share/apps/kmahjongg/layouts/moth.layout
share/apps/kmahjongg/layouts/order.desktop
share/apps/kmahjongg/layouts/order.layout
share/apps/kmahjongg/layouts/pattern.desktop
share/apps/kmahjongg/layouts/pattern.layout
share/apps/kmahjongg/layouts/penta.desktop
share/apps/kmahjongg/layouts/penta.layout
share/apps/kmahjongg/layouts/pillars.desktop
share/apps/kmahjongg/layouts/pillars.layout
share/apps/kmahjongg/layouts/pirates.desktop
share/apps/kmahjongg/layouts/pirates.layout
share/apps/kmahjongg/layouts/pyramid.desktop
share/apps/kmahjongg/layouts/pyramid.layout
share/apps/kmahjongg/layouts/rocket.desktop
share/apps/kmahjongg/layouts/rocket.layout
share/apps/kmahjongg/layouts/shield.desktop
share/apps/kmahjongg/layouts/shield.layout
share/apps/kmahjongg/layouts/spider.desktop
share/apps/kmahjongg/layouts/spider.layout
share/apps/kmahjongg/layouts/squares.desktop
share/apps/kmahjongg/layouts/squares.layout
share/apps/kmahjongg/layouts/squaring.desktop
share/apps/kmahjongg/layouts/squaring.layout
share/apps/kmahjongg/layouts/stadion.desktop
share/apps/kmahjongg/layouts/stadion.layout
share/apps/kmahjongg/layouts/stairs.desktop
share/apps/kmahjongg/layouts/stairs.layout
share/apps/kmahjongg/layouts/star.desktop
share/apps/kmahjongg/layouts/star.layout
share/apps/kmahjongg/layouts/star_ship.desktop
share/apps/kmahjongg/layouts/star_ship.layout
share/apps/kmahjongg/layouts/stax.desktop
share/apps/kmahjongg/layouts/stax.layout
share/apps/kmahjongg/layouts/swirl.desktop
share/apps/kmahjongg/layouts/swirl.layout
share/apps/kmahjongg/layouts/temple.desktop
share/apps/kmahjongg/layouts/temple.layout
share/apps/kmahjongg/layouts/the_door.desktop
share/apps/kmahjongg/layouts/the_door.layout
share/apps/kmahjongg/layouts/theatre.desktop
share/apps/kmahjongg/layouts/theatre.layout
share/apps/kmahjongg/layouts/time_tunnel.desktop
share/apps/kmahjongg/layouts/time_tunnel.layout
share/apps/kmahjongg/layouts/tomb.desktop
share/apps/kmahjongg/layouts/tomb.layout
share/apps/kmahjongg/layouts/totem.desktop
share/apps/kmahjongg/layouts/totem.layout
share/apps/kmahjongg/layouts/tower.desktop
share/apps/kmahjongg/layouts/tower.layout
share/apps/kmahjongg/layouts/triangle.desktop
share/apps/kmahjongg/layouts/triangle.layout
share/apps/kmahjongg/layouts/up&down.desktop
share/apps/kmahjongg/layouts/up&down.layout
share/apps/kmahjongg/layouts/well.desktop
share/apps/kmahjongg/layouts/well.layout
share/apps/kmahjongglib/backgrounds/chinese_landscape.copyright
share/apps/kmahjongglib/backgrounds/chinese_landscape.desktop
share/apps/kmahjongglib/backgrounds/chinese_landscape.svgz
share/apps/kmahjongglib/backgrounds/color_plain.desktop
share/apps/kmahjongglib/backgrounds/default.desktop
share/apps/kmahjongglib/backgrounds/default.svg
share/apps/kmahjongglib/backgrounds/default_old.copyright
share/apps/kmahjongglib/backgrounds/default_old.desktop
share/apps/kmahjongglib/backgrounds/egyptian.svgz
share/apps/kmahjongglib/backgrounds/summerfield.copyright
share/apps/kmahjongglib/backgrounds/summerfield.desktop
share/apps/kmahjongglib/backgrounds/summerfield.svg
share/apps/kmahjongglib/backgrounds/wood_light.copyright
share/apps/kmahjongglib/backgrounds/wood_light.desktop
share/apps/kmahjongglib/backgrounds/wood_light.svg
share/apps/kmahjongglib/tilesets/alphabet.copyright
share/apps/kmahjongglib/tilesets/alphabet.desktop
share/apps/kmahjongglib/tilesets/alphabet.svgz
share/apps/kmahjongglib/tilesets/classic.copyright
share/apps/kmahjongglib/tilesets/classic.desktop
share/apps/kmahjongglib/tilesets/classic.svg
share/apps/kmahjongglib/tilesets/default.copyright
share/apps/kmahjongglib/tilesets/default.desktop
share/apps/kmahjongglib/tilesets/default.svgz
share/apps/kmahjongglib/tilesets/egypt.copyright
share/apps/kmahjongglib/tilesets/egypt.desktop
share/apps/kmahjongglib/tilesets/egypt.svgz
share/apps/kmahjongglib/tilesets/jade.copyright
share/apps/kmahjongglib/tilesets/jade.desktop
share/apps/kmahjongglib/tilesets/jade.svgz
share/apps/kmahjongglib/tilesets/traditional.copyright
share/apps/kmahjongglib/tilesets/traditional.desktop
share/apps/kmahjongglib/tilesets/traditional.svgz
share/apps/kmines/kmines.notifyrc
share/apps/kmines/kminesui.rc
share/apps/kmines/themes/classic.desktop
share/apps/kmines/themes/classic_preview.png
share/apps/kmines/themes/default.desktop
share/apps/kmines/themes/default_preview.png
share/apps/kmines/themes/graveyard-mayhem-preview.png
share/apps/kmines/themes/graveyard-mayhem.desktop
share/apps/kmines/themes/graveyard-mayhem.svgz
share/apps/kmines/themes/green.desktop
share/apps/kmines/themes/green.png
share/apps/kmines/themes/kmines_classic.svgz
share/apps/kmines/themes/kmines_green.svgz
share/apps/kmines/themes/kmines_oxygen.svgz
share/apps/knetwalk/knetwalk.notifyrc
2006-01-08 20:32:36 +01:00
share/apps/knetwalk/knetwalkui.rc
share/apps/knetwalk/sounds/click.wav
share/apps/knetwalk/sounds/connect.wav
share/apps/knetwalk/sounds/start.wav
share/apps/knetwalk/sounds/turn.wav
share/apps/knetwalk/sounds/win.wav
share/apps/knetwalk/themes/default.desktop
share/apps/knetwalk/themes/default.svgz
share/apps/knetwalk/themes/default_preview.png
share/apps/knetwalk/themes/electronic.desktop
share/apps/knetwalk/themes/electronic.svgz
share/apps/knetwalk/themes/electronic_preview.png
2003-01-28 19:36:58 +01:00
share/apps/kolf/courses/Classic.kolf
share/apps/kolf/courses/Easy.kolf
share/apps/kolf/courses/Hard.kolf
share/apps/kolf/courses/Impossible
share/apps/kolf/courses/Medium.kolf
share/apps/kolf/courses/Practice
share/apps/kolf/courses/ReallyEasy
share/apps/kolf/courses/USApro
2003-01-28 19:36:58 +01:00
share/apps/kolf/intro
share/apps/kolf/kolfui.rc
share/apps/kolf/pics/default_theme.svgz
2003-01-28 19:36:58 +01:00
share/apps/kolf/sounds/blackhole.wav
share/apps/kolf/sounds/blackholeeject.wav
share/apps/kolf/sounds/blackholeputin.wav
share/apps/kolf/sounds/hit.wav
share/apps/kolf/sounds/holed.wav
share/apps/kolf/sounds/holeinone.wav
share/apps/kolf/sounds/puddle.wav
share/apps/kolf/sounds/wall.wav
share/apps/kolf/tutorial.kolf
share/apps/kolf/tutorial.kolfgame
share/apps/kollision/kollisionui.rc
share/apps/kollision/pictures/theme.svgz
share/apps/kollision/sounds/ball_leaving.ogg
share/apps/kollision/sounds/hit_wall.ogg
share/apps/kollision/sounds/start.ogg
share/apps/kollision/sounds/you_lose.ogg
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/konquest/konquestui.rc
share/apps/konquest/pics/default_theme.svgz
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
share/apps/konquest/pics/konquest-splash.png
share/apps/kpat/demos/demo_1.png
share/apps/kpat/demos/demo_10.png
share/apps/kpat/demos/demo_11.png
share/apps/kpat/demos/demo_12.png
share/apps/kpat/demos/demo_17.png
share/apps/kpat/demos/demo_18.png
share/apps/kpat/demos/demo_2.png
share/apps/kpat/demos/demo_3.png
share/apps/kpat/demos/demo_5.png
share/apps/kpat/demos/demo_7.png
share/apps/kpat/demos/demo_8.png
share/apps/kpat/demos/demo_9.png
share/apps/kpat/kpatui.rc
share/apps/kpat/theme.svgz
share/apps/kreversi/kreversi.notifyrc
share/apps/kreversi/kreversiui.rc
share/apps/kreversi/pics/default_theme.svgz
share/apps/kreversi/sounds/reversi-click.wav
share/apps/kreversi/sounds/reversi-won.wav
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/ksame/ksameui.rc
share/apps/ksame/pics/default_theme.svgz
share/apps/ksame/pics/old_theme.svgz
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/kshisen/kshisenui.rc
share/apps/ksirk/jabber.png
share/apps/ksirk/ksirkui.rc
share/apps/ksirk/skins/default/Data/world.desktop
share/apps/ksirk/skins/default/Images/2DownArrow.png
share/apps/ksirk/skins/default/Images/2UpArrow.png
share/apps/ksirk/skins/default/Images/arena.svg
share/apps/ksirk/skins/default/Images/attackAuto.png
share/apps/ksirk/skins/default/Images/attackOne.png
share/apps/ksirk/skins/default/Images/attackThree.png
share/apps/ksirk/skins/default/Images/attackTwo.png
share/apps/ksirk/skins/default/Images/cancel.png
share/apps/ksirk/skins/default/Images/defendOne.png
share/apps/ksirk/skins/default/Images/defendTwo.png
share/apps/ksirk/skins/default/Images/downArrow.png
share/apps/ksirk/skins/default/Images/loader.gif
share/apps/ksirk/skins/default/Images/logoLeft.png
share/apps/ksirk/skins/default/Images/logoRight.png
share/apps/ksirk/skins/default/Images/map-mask.png
share/apps/ksirk/skins/default/Images/moveArmies.png
share/apps/ksirk/skins/default/Images/moveBackFive.png
share/apps/ksirk/skins/default/Images/moveBackOne.png
share/apps/ksirk/skins/default/Images/moveBackTen.png
share/apps/ksirk/skins/default/Images/moveFinish.png
share/apps/ksirk/skins/default/Images/moveFive.png
share/apps/ksirk/skins/default/Images/moveOne.png
share/apps/ksirk/skins/default/Images/moveTen.png
share/apps/ksirk/skins/default/Images/newNetGame.png
share/apps/ksirk/skins/default/Images/nextPlayer.png
share/apps/ksirk/skins/default/Images/pool.svg
share/apps/ksirk/skins/default/Images/recycling.png
share/apps/ksirk/skins/default/Images/recyclingFinished.png
share/apps/ksirk/skins/default/Images/snapshot.jpg
share/apps/ksirk/skins/default/Images/soldierKneeling.png
share/apps/ksirk/skins/default/Images/stopAttackAuto.png
share/apps/ksirk/skins/default/Images/upArrow.png
share/apps/ksirk/skins/default/Sounds/cannon.wav
share/apps/ksirk/skins/default/Sounds/crash.wav
share/apps/ksirk/skins/default/Sounds/roll.wav
share/apps/ksirk/skins/skinsdir
share/apps/ksirkskineditor/cross.png
share/apps/ksirkskineditor/ksirkskineditorui.rc
share/apps/ksirkskineditor/target.png
share/apps/kspaceduel/icons/oxygen/16x16/actions/spnewgame.png
share/apps/kspaceduel/icons/oxygen/16x16/actions/spnewround.png
share/apps/kspaceduel/icons/oxygen/16x16/actions/sppausegame.png
share/apps/kspaceduel/icons/oxygen/22x22/actions/spnewgame.png
share/apps/kspaceduel/icons/oxygen/22x22/actions/spnewround.png
share/apps/kspaceduel/icons/oxygen/22x22/actions/sppausegame.png
share/apps/kspaceduel/icons/oxygen/32x32/actions/spnewgame.png
share/apps/kspaceduel/icons/oxygen/32x32/actions/spnewround.png
share/apps/kspaceduel/icons/oxygen/32x32/actions/sppausegame.png
share/apps/kspaceduel/kspaceduelui.rc
share/apps/kspaceduel/sprites/backgr.png
share/apps/kspaceduel/sprites/default_theme.svgz
share/apps/kspaceduel/sprites/playerinfo/energy.png
share/apps/kspaceduel/sprites/playerinfo/mine.png
share/apps/kspaceduel/sprites/playerinfo/ship10.png
share/apps/kspaceduel/sprites/playerinfo/ship11.png
share/apps/kspaceduel/sprites/playerinfo/ship12.png
share/apps/kspaceduel/sprites/playerinfo/ship13.png
share/apps/kspaceduel/sprites/playerinfo/ship20.png
share/apps/kspaceduel/sprites/playerinfo/ship21.png
share/apps/kspaceduel/sprites/playerinfo/ship22.png
share/apps/kspaceduel/sprites/playerinfo/ship23.png
share/apps/kspaceduel/sprites/playerinfo/win.png
share/apps/ksquares/ksquaresui.rc
share/apps/ksudoku/4x4.desktop
share/apps/ksudoku/4x4.xml
share/apps/ksudoku/Jigsaw.desktop
share/apps/ksudoku/Jigsaw.xml
share/apps/ksudoku/Samurai.desktop
share/apps/ksudoku/Samurai.xml
share/apps/ksudoku/TinySamurai.desktop
share/apps/ksudoku/TinySamurai.xml
share/apps/ksudoku/XSudoku.desktop
share/apps/ksudoku/XSudoku.xml
share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-jigsaw.png
share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-ksudoku_16x16.png
share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-ksudoku_25x25.png
share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-ksudoku_4x4.png
share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-ksudoku_9x9.png
share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-roxdoku_3x3x3.png
share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-roxdoku_4x4x4.png
share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-roxdoku_5x5x5.png
share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-samurai.png
share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-tiny_samurai.png
share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-xsudoku.png
share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku.png
share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-jigsaw.png
share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-ksudoku_16x16.png
share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-ksudoku_25x25.png
share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-ksudoku_4x4.png
share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-ksudoku_9x9.png
share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-roxdoku_3x3x3.png
share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-roxdoku_4x4x4.png
share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-roxdoku_5x5x5.png
share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-samurai.png
share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-tiny_samurai.png
share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-xsudoku.png
share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku.png
share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-jigsaw.png
share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-ksudoku_16x16.png
share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-ksudoku_25x25.png
share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-ksudoku_4x4.png
share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-ksudoku_9x9.png
share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-roxdoku_3x3x3.png
share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-roxdoku_4x4x4.png
share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-roxdoku_5x5x5.png
share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-samurai.png
share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-tiny_samurai.png
share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-xsudoku.png
share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku.png
share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-jigsaw.png
share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-ksudoku_16x16.png
share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-ksudoku_25x25.png
share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-ksudoku_4x4.png
share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-ksudoku_9x9.png
share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-roxdoku_3x3x3.png
share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-roxdoku_4x4x4.png
share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-roxdoku_5x5x5.png
share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-samurai.png
share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-tiny_samurai.png
share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-xsudoku.png
share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku.png
share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-jigsaw.png
share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-ksudoku_16x16.png
share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-ksudoku_25x25.png
share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-ksudoku_4x4.png
share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-ksudoku_9x9.png
share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-roxdoku_3x3x3.png
share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-roxdoku_4x4x4.png
share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-roxdoku_5x5x5.png
share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-samurai.png
share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-tiny_samurai.png
share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-xsudoku.png
share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku.png
share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-jigsaw.png
share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-ksudoku_16x16.png
share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-ksudoku_25x25.png
share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-ksudoku_4x4.png
share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-ksudoku_9x9.png
share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-roxdoku_3x3x3.png
share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-roxdoku_4x4x4.png
share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-roxdoku_5x5x5.png
share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-samurai.png
share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-tiny_samurai.png
share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-xsudoku.png
share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku.png
share/apps/ksudoku/ksudokuui.rc
share/apps/ksudoku/themes/abstraction.desktop
share/apps/ksudoku/themes/abstraction.svg
share/apps/ksudoku/themes/default.desktop
share/apps/ksudoku/themes/egyptian_preview.png
share/apps/ksudoku/themes/ksudoku_egyptian.svg
share/apps/ksudoku/themes/ksudoku_scrible.desktop
share/apps/ksudoku/themes/ksudoku_scrible.svg
share/apps/ktron/ktronui.rc
share/apps/ktron/themes/default.desktop
share/apps/ktron/themes/default.png
share/apps/ktron/themes/default.svgz
share/apps/ktron/themes/neon.desktop
share/apps/ktron/themes/neon.png
share/apps/ktron/themes/neon.svg
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/ktuberling/ktuberlingui.rc
share/apps/ktuberling/pics/christmas.desktop
share/apps/ktuberling/pics/christmas.svgz
share/apps/ktuberling/pics/christmas.theme
share/apps/ktuberling/pics/default_theme.desktop
share/apps/ktuberling/pics/default_theme.svg
share/apps/ktuberling/pics/default_theme.theme
share/apps/ktuberling/pics/egypt.desktop
share/apps/ktuberling/pics/egypt.svg
share/apps/ktuberling/pics/egypt.theme
share/apps/ktuberling/pics/moon.desktop
share/apps/ktuberling/pics/moon.svg
share/apps/ktuberling/pics/moon.theme
share/apps/ktuberling/pics/pizzeria.desktop
share/apps/ktuberling/pics/pizzeria.svgz
share/apps/ktuberling/pics/pizzeria.theme
share/apps/ktuberling/pics/potato-game.desktop
share/apps/ktuberling/pics/potato-game.svg
share/apps/ktuberling/pics/potato-game.theme
share/apps/ktuberling/pics/robin-tux.desktop
share/apps/ktuberling/pics/robin-tux.svgz
share/apps/ktuberling/pics/robin-tux.theme
share/apps/ktuberling/pics/train_valley.desktop
share/apps/ktuberling/pics/train_valley.svgz
share/apps/ktuberling/pics/train_valley.theme
share/apps/ktuberling/sounds/en.soundtheme
share/apps/ktuberling/sounds/en/ball.ogg
share/apps/ktuberling/sounds/en/bow.ogg
share/apps/ktuberling/sounds/en/coat.ogg
share/apps/ktuberling/sounds/en/ear.ogg
share/apps/ktuberling/sounds/en/earring.ogg
share/apps/ktuberling/sounds/en/egypt_arch.ogg
share/apps/ktuberling/sounds/en/egypt_birds.ogg
share/apps/ktuberling/sounds/en/egypt_boy.ogg
share/apps/ktuberling/sounds/en/egypt_bridge.ogg
share/apps/ktuberling/sounds/en/egypt_camel.ogg
share/apps/ktuberling/sounds/en/egypt_cart.ogg
share/apps/ktuberling/sounds/en/egypt_column.ogg
share/apps/ktuberling/sounds/en/egypt_donkey.ogg
share/apps/ktuberling/sounds/en/egypt_girl.ogg
share/apps/ktuberling/sounds/en/egypt_grass.ogg
share/apps/ktuberling/sounds/en/egypt_man.ogg
share/apps/ktuberling/sounds/en/egypt_oasis.ogg
share/apps/ktuberling/sounds/en/egypt_palmtree.ogg
share/apps/ktuberling/sounds/en/egypt_pyramid.ogg
share/apps/ktuberling/sounds/en/egypt_road.ogg
share/apps/ktuberling/sounds/en/egypt_sphynx.ogg
share/apps/ktuberling/sounds/en/egypt_well.ogg
share/apps/ktuberling/sounds/en/egypt_woman.ogg
share/apps/ktuberling/sounds/en/eye.ogg
share/apps/ktuberling/sounds/en/eyebrow.ogg
share/apps/ktuberling/sounds/en/flower.ogg
share/apps/ktuberling/sounds/en/hair.ogg
share/apps/ktuberling/sounds/en/hat.ogg
share/apps/ktuberling/sounds/en/moon_alien.ogg
share/apps/ktuberling/sounds/en/moon_astronaut.ogg
share/apps/ktuberling/sounds/en/moon_earth.ogg
share/apps/ktuberling/sounds/en/moon_fallingstar.ogg
share/apps/ktuberling/sounds/en/moon_hotel.ogg
share/apps/ktuberling/sounds/en/moon_monster.ogg
share/apps/ktuberling/sounds/en/moon_moonwalker.ogg
share/apps/ktuberling/sounds/en/moon_planet.ogg
share/apps/ktuberling/sounds/en/moon_radar.ogg
share/apps/ktuberling/sounds/en/moon_rocket.ogg
share/apps/ktuberling/sounds/en/moon_satellite.ogg
share/apps/ktuberling/sounds/en/moon_sign.ogg
share/apps/ktuberling/sounds/en/moon_star.ogg
share/apps/ktuberling/sounds/en/moon_ufo.ogg
share/apps/ktuberling/sounds/en/moustache.ogg
share/apps/ktuberling/sounds/en/mouth.ogg
share/apps/ktuberling/sounds/en/nose.ogg
share/apps/ktuberling/sounds/en/pizzeria_anchovy.ogg
share/apps/ktuberling/sounds/en/pizzeria_bacon.ogg
share/apps/ktuberling/sounds/en/pizzeria_broccolli.ogg
share/apps/ktuberling/sounds/en/pizzeria_cheese.ogg
share/apps/ktuberling/sounds/en/pizzeria_cucumber.ogg
share/apps/ktuberling/sounds/en/pizzeria_mushroom.ogg
share/apps/ktuberling/sounds/en/pizzeria_olive.ogg
share/apps/ktuberling/sounds/en/pizzeria_onion.ogg
share/apps/ktuberling/sounds/en/pizzeria_oregano.ogg
share/apps/ktuberling/sounds/en/pizzeria_pepper.ogg
share/apps/ktuberling/sounds/en/pizzeria_pepperoni.ogg
share/apps/ktuberling/sounds/en/pizzeria_pineapple.ogg
share/apps/ktuberling/sounds/en/pizzeria_salami.ogg
share/apps/ktuberling/sounds/en/pizzeria_tomato.ogg
share/apps/ktuberling/sounds/en/shoe.ogg
share/apps/ktuberling/sounds/en/shorts.ogg
share/apps/ktuberling/sounds/en/skirt.ogg
share/apps/ktuberling/sounds/en/spectacles.ogg
share/apps/ktuberling/sounds/en/stick.ogg
share/apps/ktuberling/sounds/en/sunglasses.ogg
share/apps/ktuberling/sounds/en/tie.ogg
share/apps/ktuberling/sounds/en/tv_bicycle.ogg
share/apps/ktuberling/sounds/en/tv_car.ogg
share/apps/ktuberling/sounds/en/tv_cyclist.ogg
share/apps/ktuberling/sounds/en/tv_train.ogg
share/apps/ktuberling/sounds/en/tv_tree.ogg
share/apps/ktuberling/sounds/en/umbrella.ogg
share/apps/kubrick/kubrickui.rc
share/apps/kubrick/m333CTwirl2.kbk
share/apps/kubrick/m333Complete.kbk
share/apps/kubrick/m333E2prX.kbk
share/apps/kubrick/m333EFlip2.kbk
share/apps/kubrick/m333LLCornerPos.kbk
share/apps/kubrick/m333LLCornerRot.kbk
share/apps/kubrick/m333LLEdgeFlip.kbk
share/apps/kubrick/m333LLEdgePos.kbk
share/apps/kubrick/m333Layer1.kbk
share/apps/kubrick/m333MEdge1.kbk
share/apps/kubrick/m333MEdge2.kbk
share/apps/kubrick/p333Bar4.kbk
share/apps/kubrick/p333DoubleCube.kbk
share/apps/kubrick/p333Plus4.kbk
share/apps/kubrick/p333Snake.kbk
share/apps/kubrick/p333Spot4.kbk
share/apps/kubrick/p333Spot6.kbk
share/apps/kubrick/p333Tricolor6.kbk
share/apps/kubrick/p333U4.kbk
share/apps/kubrick/p333U6.kbk
share/apps/kubrick/p333Worm.kbk
share/apps/kubrick/p333X2.kbk
share/apps/kubrick/p333X6.kbk
share/apps/kubrick/themes/default.svgz
share/apps/lskat/grafix/blue.desktop
share/apps/lskat/grafix/blue.rc
share/apps/lskat/grafix/blue.svg
share/apps/lskat/grafix/egyptian.desktop
share/apps/lskat/grafix/egyptian.rc
share/apps/lskat/grafix/egyptian.svg
share/apps/lskat/grafix/oxygen.desktop
share/apps/lskat/grafix/oxygen.rc
share/apps/lskat/grafix/oxygen.svg
share/apps/lskat/lskatui.rc
share/apps/palapeli/backgrounds/Eliminator-Funk-2.jpg
share/apps/palapeli/backgrounds/Rear-Admiral-Diplomat-1.jpg
share/apps/palapeli/backgrounds/Time-For-Lunch-2.jpg
share/apps/palapeli/backgrounds/background.svg
share/apps/palapeli/backgrounds/gon-defends-the-critters-1.jpg
share/apps/palapeli/backgrounds/mahogany-handjob-1.jpg
share/apps/palapeli/collection/castle-maintenon.puzzle
share/apps/palapeli/collection/cincinnati-bridge.puzzle
share/apps/palapeli/collection/citrus-fruits.puzzle
share/apps/palapeli/collection/european-honey-bee.puzzle
share/apps/palapeli/collection/panther-chameleon-female.puzzle
share/apps/palapeli/palapeli-collectionui.rc
share/apps/palapeli/palapeli-puzzletableui.rc
share/apps/palapeli/palapeli.kcfg
share/apps/palapeli/palapeli.notifyrc
share/apps/palapeli/palapeliui.rc
share/config.kcfg/bomber.kcfg
share/config.kcfg/granatier.kcfg
share/config.kcfg/kblocks.kcfg
share/config.kcfg/kigo.kcfg
share/config.kcfg/killbots.kcfg
share/config.kcfg/kjumpingcube.kcfg
share/config.kcfg/klines.kcfg
share/config.kcfg/kmahjongg.kcfg
2004-08-30 21:55:42 +02:00
share/config.kcfg/kshisen.kcfg
share/config.kcfg/ksirksettings.kcfg
share/config.kcfg/ksirkskineditorsettings.kcfg
share/config.kcfg/kspaceduel.kcfg
share/config.kcfg/ksquares.kcfg
share/config.kcfg/ktron.kcfg
2004-08-30 21:55:42 +02:00
share/config.kcfg/kwin4.kcfg
share/config/katomic.knsrc
share/config/kblocks.knsrc
share/config/kdiamond.knsrc
share/config/kgoldrunner.knsrc
share/config/kigo-games.knsrc
share/config/kigo.knsrc
share/config/kmines.knsrc
share/config/ksirk.knsrc
share/config/ksudokurc
share/config/ktron.knsrc
share/config/palapeli-collectionrc
share/doc/HTML/en/bomber/common
share/doc/HTML/en/bomber/index.cache.bz2
share/doc/HTML/en/bomber/index.docbook
share/doc/HTML/en/bovo/common
share/doc/HTML/en/bovo/index.cache.bz2
share/doc/HTML/en/bovo/index.docbook
share/doc/HTML/en/granatier/arena_arrow_right.png
share/doc/HTML/en/granatier/arena_block.png
share/doc/HTML/en/granatier/arena_bomb_mortar.png
share/doc/HTML/en/granatier/arena_ground.png
share/doc/HTML/en/granatier/arena_ice.png
share/doc/HTML/en/granatier/arena_wall.png
share/doc/HTML/en/granatier/bonus_bad_hyperactive.png
share/doc/HTML/en/granatier/bonus_bad_mirror.png
share/doc/HTML/en/granatier/bonus_bad_restrain.png
share/doc/HTML/en/granatier/bonus_bad_scatty.png
share/doc/HTML/en/granatier/bonus_bad_slow.png
share/doc/HTML/en/granatier/bonus_bomb.png
share/doc/HTML/en/granatier/bonus_kick.png
share/doc/HTML/en/granatier/bonus_neutral_pandora.png
share/doc/HTML/en/granatier/bonus_neutral_resurrect.png
share/doc/HTML/en/granatier/bonus_power.png
share/doc/HTML/en/granatier/bonus_shield.png
share/doc/HTML/en/granatier/bonus_speed.png
share/doc/HTML/en/granatier/bonus_throw.png
share/doc/HTML/en/granatier/common
share/doc/HTML/en/granatier/config_arena.png
share/doc/HTML/en/granatier/config_general.png
share/doc/HTML/en/granatier/config_player.png
share/doc/HTML/en/granatier/config_theme.png
share/doc/HTML/en/granatier/granatier.png
share/doc/HTML/en/granatier/index.cache.bz2
share/doc/HTML/en/granatier/index.docbook
share/doc/HTML/en/kapman/common
share/doc/HTML/en/kapman/config.png
share/doc/HTML/en/kapman/index.cache.bz2
share/doc/HTML/en/kapman/index.docbook
share/doc/HTML/en/kapman/kapman.png
2000-12-12 04:02:24 +01:00
share/doc/HTML/en/katomic/common
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/katomic/index.cache.bz2
share/doc/HTML/en/katomic/index.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/doc/HTML/en/kbattleship/common
share/doc/HTML/en/kbattleship/index.cache.bz2
share/doc/HTML/en/kbattleship/index.docbook
2000-12-12 04:02:24 +01:00
share/doc/HTML/en/kblackbox/common
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/kblackbox/index.cache.bz2
share/doc/HTML/en/kblackbox/index.docbook
share/doc/HTML/en/kblocks/common
share/doc/HTML/en/kblocks/index.cache.bz2
share/doc/HTML/en/kblocks/index.docbook
share/doc/HTML/en/kbounce/button-new.png
share/doc/HTML/en/kbounce/button-pause.png
share/doc/HTML/en/kbounce/common
share/doc/HTML/en/kbounce/index.cache.bz2
share/doc/HTML/en/kbounce/index.docbook
share/doc/HTML/en/kbounce/kbounce_corridor1.png
share/doc/HTML/en/kbounce/kbounce_corridor2.png
share/doc/HTML/en/kbounce/menu-game.png
share/doc/HTML/en/kbounce/menu-help.png
share/doc/HTML/en/kbounce/menu-settings.png
share/doc/HTML/en/kbounce/toolbar.png
share/doc/HTML/en/kbreakout/common
share/doc/HTML/en/kbreakout/index.cache.bz2
share/doc/HTML/en/kbreakout/index.docbook
share/doc/HTML/en/kdiamond/common
share/doc/HTML/en/kdiamond/index.cache.bz2
share/doc/HTML/en/kdiamond/index.docbook
share/doc/HTML/en/kfourinline/common
share/doc/HTML/en/kfourinline/index.cache.bz2
share/doc/HTML/en/kfourinline/index.docbook
share/doc/HTML/en/kgoldrunner/common
share/doc/HTML/en/kgoldrunner/editbar.png
share/doc/HTML/en/kgoldrunner/index.cache.bz2
share/doc/HTML/en/kgoldrunner/index.docbook
share/doc/HTML/en/kgoldrunner/select.png
share/doc/HTML/en/kgoldrunner/tute008.png
share/doc/HTML/en/kigo/common
share/doc/HTML/en/kigo/get-new-games.png
share/doc/HTML/en/kigo/hint.png
share/doc/HTML/en/kigo/index.cache.bz2
share/doc/HTML/en/kigo/index.docbook
share/doc/HTML/en/kigo/play-game.png
share/doc/HTML/en/kigo/setup-general.png
share/doc/HTML/en/kigo/setup-theme.png
share/doc/HTML/en/kigo/start-loaded-game.png
share/doc/HTML/en/kigo/start-new-game.png
share/doc/HTML/en/killbots/common
share/doc/HTML/en/killbots/enemy.png
share/doc/HTML/en/killbots/fastenemy.png
share/doc/HTML/en/killbots/grid.png
share/doc/HTML/en/killbots/hero.png
share/doc/HTML/en/killbots/index.cache.bz2
share/doc/HTML/en/killbots/index.docbook
share/doc/HTML/en/killbots/junkheap.png
share/doc/HTML/en/killbots/status.png
share/doc/HTML/en/killbots/waitoutround.png
share/doc/HTML/en/kiriki/common
share/doc/HTML/en/kiriki/index.cache.bz2
share/doc/HTML/en/kiriki/index.docbook
2000-12-12 04:02:24 +01:00
share/doc/HTML/en/kjumpingcube/common
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/kjumpingcube/index.cache.bz2
share/doc/HTML/en/kjumpingcube/index.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/doc/HTML/en/klines/common
share/doc/HTML/en/klines/gamescreen.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/klines/index.cache.bz2
share/doc/HTML/en/klines/index.docbook
2005-03-20 19:17:55 +01:00
share/doc/HTML/en/kmahjongg/common
2006-02-01 10:13:29 +01:00
share/doc/HTML/en/kmahjongg/config.png
share/doc/HTML/en/kmahjongg/config_background.png
share/doc/HTML/en/kmahjongg/config_layout.png
share/doc/HTML/en/kmahjongg/config_tiles.png
2006-02-01 10:13:29 +01:00
share/doc/HTML/en/kmahjongg/gamescreen.png
share/doc/HTML/en/kmahjongg/highscore.png
2005-03-20 19:17:55 +01:00
share/doc/HTML/en/kmahjongg/index.cache.bz2
share/doc/HTML/en/kmahjongg/index.docbook
2006-02-01 10:13:29 +01:00
share/doc/HTML/en/kmahjongg/numbered.png
share/doc/HTML/en/kmahjongg/shortcuts.png
2000-12-12 04:02:24 +01:00
share/doc/HTML/en/kmines/common
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/kmines/index.cache.bz2
share/doc/HTML/en/kmines/index.docbook
share/doc/HTML/en/knetwalk/common
share/doc/HTML/en/knetwalk/index.cache.bz2
share/doc/HTML/en/knetwalk/index.docbook
2003-01-28 19:36:58 +01:00
share/doc/HTML/en/kolf/common
share/doc/HTML/en/kolf/index.cache.bz2
share/doc/HTML/en/kolf/index.docbook
share/doc/HTML/en/kollision/common
share/doc/HTML/en/kollision/index.cache.bz2
share/doc/HTML/en/kollision/index.docbook
2000-12-12 04:02:24 +01:00
share/doc/HTML/en/konquest/common
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/konquest/index.cache.bz2
share/doc/HTML/en/konquest/index.docbook
share/doc/HTML/en/kpat/clubs.png
2000-12-12 04:02:24 +01:00
share/doc/HTML/en/kpat/common
share/doc/HTML/en/kpat/diamonds.png
share/doc/HTML/en/kpat/hearts.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/kpat/index.cache.bz2
share/doc/HTML/en/kpat/index.docbook
2005-03-20 19:17:55 +01:00
share/doc/HTML/en/kpat/man-kpat.6.docbook
share/doc/HTML/en/kpat/playfield.png
share/doc/HTML/en/kpat/spades.png
2000-12-12 04:02:24 +01:00
share/doc/HTML/en/kreversi/common
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/kreversi/index.cache.bz2
share/doc/HTML/en/kreversi/index.docbook
2000-12-12 04:02:24 +01:00
share/doc/HTML/en/kreversi/kreversi1.png
share/doc/HTML/en/ksame/common
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/ksame/index.cache.bz2
share/doc/HTML/en/ksame/index.docbook
2000-12-12 04:02:24 +01:00
share/doc/HTML/en/kshisen/common
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/kshisen/index.cache.bz2
share/doc/HTML/en/kshisen/index.docbook
2006-02-01 10:13:29 +01:00
share/doc/HTML/en/kshisen/kshisen-configuration.png
share/doc/HTML/en/ksirk/attackOne.png
share/doc/HTML/en/ksirk/attackThree.png
share/doc/HTML/en/ksirk/attackTwo.png
share/doc/HTML/en/ksirk/attackmenu.png
share/doc/HTML/en/ksirk/autoattack.png
share/doc/HTML/en/ksirk/common
share/doc/HTML/en/ksirk/defensedialog.png
share/doc/HTML/en/ksirk/displaygoalmessage.png
share/doc/HTML/en/ksirk/displaygoalwarningmessage.png
share/doc/HTML/en/ksirk/firing-screenshot.png
share/doc/HTML/en/ksirk/index.cache.bz2
share/doc/HTML/en/ksirk/index.docbook
share/doc/HTML/en/ksirk/introscreen.png
share/doc/HTML/en/ksirk/invasionslider.png
share/doc/HTML/en/ksirk/joinnetgame.png
share/doc/HTML/en/ksirk/joueurSuivant.png
share/doc/HTML/en/ksirk/justjoined.png
share/doc/HTML/en/ksirk/messagesent.png
share/doc/HTML/en/ksirk/moveArmies.png
share/doc/HTML/en/ksirk/newGame.png
share/doc/HTML/en/ksirk/newgamedialog.png
share/doc/HTML/en/ksirk/numnetplayersdialog.png
share/doc/HTML/en/ksirk/placingarmies.png
share/doc/HTML/en/ksirk/playersetupdialog.png
share/doc/HTML/en/ksirk/preferences.png
share/doc/HTML/en/ksirk/quit.png
share/doc/HTML/en/ksirk/recycling.png
share/doc/HTML/en/ksirk/recyclingFinished.png
share/doc/HTML/en/ksirk/shownumberofarmies.png
share/doc/HTML/en/ksirkskineditor/alaska.png
share/doc/HTML/en/ksirkskineditor/attackOne.png
share/doc/HTML/en/ksirkskineditor/attackThree.png
share/doc/HTML/en/ksirkskineditor/attackTwo.png
share/doc/HTML/en/ksirkskineditor/bluedices.png
share/doc/HTML/en/ksirkskineditor/cannon.png
share/doc/HTML/en/ksirkskineditor/cavalry.png
share/doc/HTML/en/ksirkskineditor/common
share/doc/HTML/en/ksirkskineditor/defendOne.png
share/doc/HTML/en/ksirkskineditor/defendTwo.png
share/doc/HTML/en/ksirkskineditor/exploding.png
share/doc/HTML/en/ksirkskineditor/firing.png
share/doc/HTML/en/ksirkskineditor/index.cache.bz2
share/doc/HTML/en/ksirkskineditor/index.docbook
share/doc/HTML/en/ksirkskineditor/infantry.png
share/doc/HTML/en/ksirkskineditor/italy.png
share/doc/HTML/en/ksirkskineditor/load.png
share/doc/HTML/en/ksirkskineditor/main-snapshot.png
share/doc/HTML/en/ksirkskineditor/map-mask.png
share/doc/HTML/en/ksirkskineditor/map.png
share/doc/HTML/en/ksirkskineditor/mark1.png
share/doc/HTML/en/ksirkskineditor/moveArmies.png
share/doc/HTML/en/ksirkskineditor/newNetGame.png
share/doc/HTML/en/ksirkskineditor/nextPlayer.png
share/doc/HTML/en/ksirkskineditor/recycling.png
share/doc/HTML/en/ksirkskineditor/recyclingFinished.png
share/doc/HTML/en/ksirkskineditor/reddices.png
share/doc/HTML/en/ksirkskineditor/save.png
2000-12-12 04:02:24 +01:00
share/doc/HTML/en/kspaceduel/common
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/kspaceduel/index.cache.bz2
share/doc/HTML/en/kspaceduel/index.docbook
share/doc/HTML/en/kspaceduel/kspaceduel3.png
share/doc/HTML/en/ksquares/common
share/doc/HTML/en/ksquares/index.cache.bz2
share/doc/HTML/en/ksquares/index.docbook
share/doc/HTML/en/ksudoku/common
share/doc/HTML/en/ksudoku/index.cache.bz2
share/doc/HTML/en/ksudoku/index.docbook
share/doc/HTML/en/ktron/common
share/doc/HTML/en/ktron/index.cache.bz2
share/doc/HTML/en/ktron/index.docbook
share/doc/HTML/en/ktron/settings-general.png
share/doc/HTML/en/ktron/settings-theme.png
2006-01-08 20:32:36 +01:00
share/doc/HTML/en/ktuberling/button-new.png
share/doc/HTML/en/ktuberling/button-open.png
share/doc/HTML/en/ktuberling/button-print.png
share/doc/HTML/en/ktuberling/button-redo.png
share/doc/HTML/en/ktuberling/button-save.png
share/doc/HTML/en/ktuberling/button-undo.png
2000-12-12 04:02:24 +01:00
share/doc/HTML/en/ktuberling/common
share/doc/HTML/en/ktuberling/gameboard.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/ktuberling/index.cache.bz2
share/doc/HTML/en/ktuberling/index.docbook
share/doc/HTML/en/ktuberling/ktuberling.png
2006-01-08 20:32:36 +01:00
share/doc/HTML/en/ktuberling/menu-edit.png
share/doc/HTML/en/ktuberling/menu-game.png
share/doc/HTML/en/ktuberling/menu-help.png
2006-02-01 10:13:29 +01:00
share/doc/HTML/en/ktuberling/menu-settings.png
share/doc/HTML/en/ktuberling/technical-reference.docbook
share/doc/HTML/en/ktuberling/toolbar.png
share/doc/HTML/en/kubrick/common
share/doc/HTML/en/kubrick/index.cache.bz2
share/doc/HTML/en/kubrick/index.docbook
2000-12-12 04:02:24 +01:00
share/doc/HTML/en/lskat/common
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/lskat/index.cache.bz2
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/doc/HTML/en/lskat/index.docbook
share/doc/HTML/en/lskat/lskat_screen_01.png
share/doc/HTML/en/palapeli/common
share/doc/HTML/en/palapeli/index.cache.bz2
share/doc/HTML/en/palapeli/index.docbook
share/doc/HTML/en/palapeli/puzzletable1.png
share/icons/hicolor/128x128/apps/bomber.png
share/icons/hicolor/128x128/apps/bovo.png
share/icons/hicolor/128x128/apps/granatier.png
share/icons/hicolor/128x128/apps/kapman.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/128x128/apps/katomic.png
share/icons/hicolor/128x128/apps/kbattleship.png
share/icons/hicolor/128x128/apps/kblackbox.png
share/icons/hicolor/128x128/apps/kblocks.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/128x128/apps/kbounce.png
share/icons/hicolor/128x128/apps/kbreakout.png
share/icons/hicolor/128x128/apps/kdesnake.png
share/icons/hicolor/128x128/apps/kdiamond.png
share/icons/hicolor/128x128/apps/kfourinline.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/128x128/apps/kgoldrunner.png
share/icons/hicolor/128x128/apps/kigo.png
share/icons/hicolor/128x128/apps/killbots.png
share/icons/hicolor/128x128/apps/kiriki.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/128x128/apps/kjumpingcube.png
share/icons/hicolor/128x128/apps/klines.png
share/icons/hicolor/128x128/apps/kmahjongg.png
share/icons/hicolor/128x128/apps/kmines.png
share/icons/hicolor/128x128/apps/knetwalk.png
share/icons/hicolor/128x128/apps/kolf.png
share/icons/hicolor/128x128/apps/kollision.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/128x128/apps/konquest.png
share/icons/hicolor/128x128/apps/kpat.png
share/icons/hicolor/128x128/apps/kreversi.png
share/icons/hicolor/128x128/apps/ksame.png
share/icons/hicolor/128x128/apps/kshisen.png
share/icons/hicolor/128x128/apps/ksirk.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/128x128/apps/kspaceduel.png
share/icons/hicolor/128x128/apps/ksquares.png
share/icons/hicolor/128x128/apps/ksudoku.png
share/icons/hicolor/128x128/apps/ktron.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/128x128/apps/ktuberling.png
share/icons/hicolor/128x128/apps/kubrick.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/128x128/apps/lskat.png
share/icons/hicolor/128x128/mimetypes/application-x-tuberling.png
share/icons/hicolor/16x16/apps/bovo.png
share/icons/hicolor/16x16/apps/granatier.png
share/icons/hicolor/16x16/apps/kapman.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/16x16/apps/katomic.png
share/icons/hicolor/16x16/apps/kbattleship.png
share/icons/hicolor/16x16/apps/kblackbox.png
share/icons/hicolor/16x16/apps/kblocks.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/16x16/apps/kbounce.png
share/icons/hicolor/16x16/apps/kbreakout.png
share/icons/hicolor/16x16/apps/kdesnake.png
share/icons/hicolor/16x16/apps/kdiamond.png
share/icons/hicolor/16x16/apps/kfourinline.png
share/icons/hicolor/16x16/apps/kgoldrunner.png
share/icons/hicolor/16x16/apps/kigo.png
share/icons/hicolor/16x16/apps/killbots.png
share/icons/hicolor/16x16/apps/kiriki.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/16x16/apps/kjumpingcube.png
share/icons/hicolor/16x16/apps/klines.png
share/icons/hicolor/16x16/apps/kmahjongg.png
share/icons/hicolor/16x16/apps/kmines.png
share/icons/hicolor/16x16/apps/knetwalk.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/16x16/apps/kolf.png
share/icons/hicolor/16x16/apps/kollision.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/16x16/apps/konquest.png
share/icons/hicolor/16x16/apps/kpat.png
share/icons/hicolor/16x16/apps/kreversi.png
share/icons/hicolor/16x16/apps/ksame.png
share/icons/hicolor/16x16/apps/kshisen.png
share/icons/hicolor/16x16/apps/ksirk.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/16x16/apps/kspaceduel.png
share/icons/hicolor/16x16/apps/ksquares.png
share/icons/hicolor/16x16/apps/ksudoku.png
share/icons/hicolor/16x16/apps/ktron.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/16x16/apps/ktuberling.png
share/icons/hicolor/16x16/apps/kubrick.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/16x16/apps/lskat.png
share/icons/hicolor/16x16/mimetypes/application-x-tuberling.png
share/icons/hicolor/22x22/apps/bovo.png
share/icons/hicolor/22x22/apps/granatier.png
share/icons/hicolor/22x22/apps/kapman.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/22x22/apps/katomic.png
share/icons/hicolor/22x22/apps/kbattleship.png
share/icons/hicolor/22x22/apps/kblackbox.png
share/icons/hicolor/22x22/apps/kblocks.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/22x22/apps/kbounce.png
share/icons/hicolor/22x22/apps/kbreakout.png
share/icons/hicolor/22x22/apps/kdesnake.png
share/icons/hicolor/22x22/apps/kdiamond.png
share/icons/hicolor/22x22/apps/kfourinline.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/22x22/apps/kgoldrunner.png
share/icons/hicolor/22x22/apps/kigo.png
share/icons/hicolor/22x22/apps/killbots.png
share/icons/hicolor/22x22/apps/kiriki.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/22x22/apps/kjumpingcube.png
share/icons/hicolor/22x22/apps/klines.png
share/icons/hicolor/22x22/apps/kmahjongg.png
share/icons/hicolor/22x22/apps/kmines.png
share/icons/hicolor/22x22/apps/knetwalk.png
share/icons/hicolor/22x22/apps/kolf.png
share/icons/hicolor/22x22/apps/kollision.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/22x22/apps/konquest.png
share/icons/hicolor/22x22/apps/kpat.png
share/icons/hicolor/22x22/apps/kreversi.png
share/icons/hicolor/22x22/apps/ksame.png
share/icons/hicolor/22x22/apps/kshisen.png
share/icons/hicolor/22x22/apps/ksirk.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/22x22/apps/kspaceduel.png
share/icons/hicolor/22x22/apps/ksquares.png
share/icons/hicolor/22x22/apps/ktron.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/22x22/apps/ktuberling.png
share/icons/hicolor/22x22/apps/kubrick.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/22x22/apps/lskat.png
share/icons/hicolor/22x22/mimetypes/application-x-tuberling.png
share/icons/hicolor/256x256/apps/kdesnake.png
share/icons/hicolor/32x32/apps/bomber.png
share/icons/hicolor/32x32/apps/bovo.png
share/icons/hicolor/32x32/apps/granatier.png
share/icons/hicolor/32x32/apps/kapman.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/32x32/apps/katomic.png
share/icons/hicolor/32x32/apps/kbattleship.png
share/icons/hicolor/32x32/apps/kblackbox.png
share/icons/hicolor/32x32/apps/kblocks.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/32x32/apps/kbounce.png
share/icons/hicolor/32x32/apps/kbreakout.png
share/icons/hicolor/32x32/apps/kdesnake.png
share/icons/hicolor/32x32/apps/kdiamond.png
share/icons/hicolor/32x32/apps/kfourinline.png
share/icons/hicolor/32x32/apps/kgoldrunner.png
share/icons/hicolor/32x32/apps/kigo.png
share/icons/hicolor/32x32/apps/killbots.png
share/icons/hicolor/32x32/apps/kiriki.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/32x32/apps/kjumpingcube.png
share/icons/hicolor/32x32/apps/klines.png
share/icons/hicolor/32x32/apps/kmahjongg.png
share/icons/hicolor/32x32/apps/kmines.png
share/icons/hicolor/32x32/apps/knetwalk.png
share/icons/hicolor/32x32/apps/kolf.png
share/icons/hicolor/32x32/apps/kollision.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/32x32/apps/konquest.png
share/icons/hicolor/32x32/apps/kpat.png
share/icons/hicolor/32x32/apps/kreversi.png
share/icons/hicolor/32x32/apps/ksame.png
share/icons/hicolor/32x32/apps/kshisen.png
share/icons/hicolor/32x32/apps/ksirk.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/32x32/apps/kspaceduel.png
share/icons/hicolor/32x32/apps/ksquares.png
share/icons/hicolor/32x32/apps/ksudoku.png
share/icons/hicolor/32x32/apps/ktron.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/32x32/apps/ktuberling.png
share/icons/hicolor/32x32/apps/kubrick.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/32x32/apps/lskat.png
share/icons/hicolor/32x32/mimetypes/application-x-tuberling.png
share/icons/hicolor/48x48/apps/bomber.png
share/icons/hicolor/48x48/apps/bovo.png
share/icons/hicolor/48x48/apps/granatier.png
share/icons/hicolor/48x48/apps/kapman.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/48x48/apps/katomic.png
share/icons/hicolor/48x48/apps/kbattleship.png
share/icons/hicolor/48x48/apps/kblackbox.png
share/icons/hicolor/48x48/apps/kblocks.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/48x48/apps/kbounce.png
share/icons/hicolor/48x48/apps/kbreakout.png
share/icons/hicolor/48x48/apps/kdesnake.png
share/icons/hicolor/48x48/apps/kdiamond.png
share/icons/hicolor/48x48/apps/kfourinline.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/48x48/apps/kgoldrunner.png
share/icons/hicolor/48x48/apps/kigo.png
share/icons/hicolor/48x48/apps/killbots.png
share/icons/hicolor/48x48/apps/kiriki.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/48x48/apps/kjumpingcube.png
share/icons/hicolor/48x48/apps/klines.png
share/icons/hicolor/48x48/apps/kmahjongg.png
share/icons/hicolor/48x48/apps/kmines.png
share/icons/hicolor/48x48/apps/knetwalk.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/48x48/apps/kolf.png
share/icons/hicolor/48x48/apps/kollision.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/48x48/apps/konquest.png
share/icons/hicolor/48x48/apps/kpat.png
share/icons/hicolor/48x48/apps/kreversi.png
share/icons/hicolor/48x48/apps/ksame.png
share/icons/hicolor/48x48/apps/kshisen.png
share/icons/hicolor/48x48/apps/ksirk.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/48x48/apps/kspaceduel.png
share/icons/hicolor/48x48/apps/ksquares.png
share/icons/hicolor/48x48/apps/ktron.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/48x48/apps/ktuberling.png
share/icons/hicolor/48x48/apps/kubrick.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/48x48/apps/lskat.png
share/icons/hicolor/48x48/mimetypes/application-x-tuberling.png
share/icons/hicolor/64x64/apps/bomber.png
share/icons/hicolor/64x64/apps/bovo.png
share/icons/hicolor/64x64/apps/granatier.png
share/icons/hicolor/64x64/apps/kapman.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/64x64/apps/katomic.png
share/icons/hicolor/64x64/apps/kbattleship.png
share/icons/hicolor/64x64/apps/kblackbox.png
share/icons/hicolor/64x64/apps/kblocks.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/64x64/apps/kbounce.png
share/icons/hicolor/64x64/apps/kbreakout.png
share/icons/hicolor/64x64/apps/kdesnake.png
share/icons/hicolor/64x64/apps/kdiamond.png
share/icons/hicolor/64x64/apps/kfourinline.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/64x64/apps/kgoldrunner.png
share/icons/hicolor/64x64/apps/kigo.png
share/icons/hicolor/64x64/apps/killbots.png
share/icons/hicolor/64x64/apps/kiriki.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/64x64/apps/kjumpingcube.png
share/icons/hicolor/64x64/apps/klines.png
share/icons/hicolor/64x64/apps/kmahjongg.png
share/icons/hicolor/64x64/apps/kmines.png
share/icons/hicolor/64x64/apps/knetwalk.png
share/icons/hicolor/64x64/apps/kolf.png
share/icons/hicolor/64x64/apps/kollision.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/64x64/apps/konquest.png
share/icons/hicolor/64x64/apps/kpat.png
share/icons/hicolor/64x64/apps/kreversi.png
share/icons/hicolor/64x64/apps/ksame.png
share/icons/hicolor/64x64/apps/kshisen.png
share/icons/hicolor/64x64/apps/ksirk.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/64x64/apps/kspaceduel.png
share/icons/hicolor/64x64/apps/ksquares.png
share/icons/hicolor/64x64/apps/ktron.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/64x64/apps/ktuberling.png
share/icons/hicolor/64x64/apps/kubrick.png
2006-01-08 20:32:36 +01:00
share/icons/hicolor/64x64/apps/lskat.png
share/icons/hicolor/64x64/mimetypes/application-x-tuberling.png
share/icons/hicolor/scalable/apps/bomber.svgz
share/icons/hicolor/scalable/apps/bovo.svgz
share/icons/hicolor/scalable/apps/granatier.svgz
share/icons/hicolor/scalable/apps/kapman.svgz
share/icons/hicolor/scalable/apps/kdiamond.svgz
share/icons/hicolor/scalable/apps/killbots.svgz
share/icons/hicolor/scalable/apps/kmahjongg.svgz
share/icons/hicolor/scalable/apps/knetwalk.svgz
share/icons/locolor/16x16/apps/ksirk.png
share/icons/locolor/32x32/apps/ksirk.png
share/icons/oxygen/128x128/apps/kollision.png
share/icons/oxygen/16x16/actions/lastmoves.png
share/icons/oxygen/16x16/actions/legalmoves.png
share/icons/oxygen/16x16/apps/kollision.png
share/icons/oxygen/22x22/actions/lastmoves.png
share/icons/oxygen/22x22/actions/legalmoves.png
share/icons/oxygen/22x22/apps/kollision.png
share/icons/oxygen/32x32/actions/lastmoves.png
share/icons/oxygen/32x32/actions/legalmoves.png
share/icons/oxygen/32x32/apps/kollision.png
share/icons/oxygen/48x48/actions/lastmoves.png
share/icons/oxygen/48x48/actions/legalmoves.png
share/icons/oxygen/48x48/apps/kollision.png
share/icons/oxygen/64x64/apps/kollision.png
share/icons/oxygen/scalable/actions/lastmoves.svgz
share/icons/oxygen/scalable/actions/legalmoves.svgz
share/icons/oxygen/scalable/apps/kollision.svgz
share/kde4/services/ServiceMenus/palapeli_servicemenu.desktop
share/kde4/services/kbattleship.protocol
share/kde4/services/palapeli_jigsawslicer.desktop
share/kde4/services/palapeli_rectslicer.desktop
share/kde4/services/palathumbcreator.desktop
share/kde4/servicetypes/libpala-slicerplugin.desktop
share/mime/application/x-palapeli-puzzle.xml
share/mime/packages/palapeli-mimetypes.xml
share/sounds/KDiamond-Stone-Drop.ogg
share/sounds/KDiamond-Stone-Swap.ogg
share/sounds/KDiamond-Stone-Touch.ogg
share/sounds/kapman/bonus.ogg
share/sounds/kapman/energizer.ogg
share/sounds/kapman/gameover.ogg
share/sounds/kapman/ghost.ogg
share/sounds/kapman/levelup.ogg
share/sounds/kapman/life.ogg
share/sounds/kapman/pill.ogg
share/sounds/kshisen/tile-fall-tile.ogg
share/sounds/kshisen/tile-touch.ogg
@dirrm share/sounds/kshisen
@dirrm share/sounds/kapman
@dirrm share/icons/locolor/32x32/apps
@dirrm share/icons/locolor/32x32
@dirrm share/icons/locolor/16x16/apps
@dirrm share/icons/locolor/16x16
@dirrm share/icons/locolor
@dirrm share/icons/hicolor/256x256/apps
@dirrm share/icons/hicolor/256x256
@dirrm share/doc/HTML/en/palapeli
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
@dirrm share/doc/HTML/en/lskat
@dirrm share/doc/HTML/en/kubrick
@dirrm share/doc/HTML/en/ktuberling
@dirrm share/doc/HTML/en/ktron
@dirrm share/doc/HTML/en/ksudoku
@dirrm share/doc/HTML/en/ksquares
@dirrm share/doc/HTML/en/kspaceduel
@dirrm share/doc/HTML/en/ksirkskineditor
@dirrm share/doc/HTML/en/ksirk
@dirrm share/doc/HTML/en/kshisen
@dirrm share/doc/HTML/en/ksame
@dirrm share/doc/HTML/en/kreversi
@dirrm share/doc/HTML/en/kpat
@dirrm share/doc/HTML/en/konquest
@dirrm share/doc/HTML/en/kollision
2003-01-28 19:36:58 +01:00
@dirrm share/doc/HTML/en/kolf
@dirrm share/doc/HTML/en/knetwalk
@dirrm share/doc/HTML/en/kmines
2005-03-20 19:17:55 +01:00
@dirrm share/doc/HTML/en/kmahjongg
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
@dirrm share/doc/HTML/en/klines
@dirrm share/doc/HTML/en/kjumpingcube
@dirrm share/doc/HTML/en/kiriki
@dirrm share/doc/HTML/en/killbots
@dirrm share/doc/HTML/en/kigo
@dirrm share/doc/HTML/en/kgoldrunner
@dirrm share/doc/HTML/en/kfourinline
@dirrm share/doc/HTML/en/kdiamond
@dirrm share/doc/HTML/en/kbreakout
@dirrm share/doc/HTML/en/kbounce
@dirrm share/doc/HTML/en/kblocks
@dirrm share/doc/HTML/en/kblackbox
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
@dirrm share/doc/HTML/en/kbattleship
@dirrm share/doc/HTML/en/katomic
@dirrm share/doc/HTML/en/kapman
@dirrm share/doc/HTML/en/granatier
@dirrm share/doc/HTML/en/bovo
@dirrm share/doc/HTML/en/bomber
@dirrm share/apps/palapeli/collection
@dirrm share/apps/palapeli/backgrounds
@dirrm share/apps/palapeli
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
@dirrm share/apps/lskat/grafix
@dirrm share/apps/lskat
@dirrm share/apps/kubrick/themes
@dirrm share/apps/kubrick
@dirrm share/apps/ktuberling/sounds/en
@dirrm share/apps/ktuberling/sounds
@dirrm share/apps/ktuberling/pics
@dirrm share/apps/ktuberling
@dirrm share/apps/ktron/themes
@dirrm share/apps/ktron
@dirrm share/apps/ksudoku/themes
@dirrm share/apps/ksudoku/icons/oxygen/64x64/actions
@dirrm share/apps/ksudoku/icons/oxygen/64x64
@dirrm share/apps/ksudoku/icons/oxygen/48x48/actions
@dirrm share/apps/ksudoku/icons/oxygen/48x48
@dirrm share/apps/ksudoku/icons/oxygen/32x32/actions
@dirrm share/apps/ksudoku/icons/oxygen/32x32
@dirrm share/apps/ksudoku/icons/oxygen/22x22/actions
@dirrm share/apps/ksudoku/icons/oxygen/22x22
@dirrm share/apps/ksudoku/icons/oxygen/16x16/actions
@dirrm share/apps/ksudoku/icons/oxygen/16x16
@dirrm share/apps/ksudoku/icons/oxygen/128x128/actions
@dirrm share/apps/ksudoku/icons/oxygen/128x128
@dirrm share/apps/ksudoku/icons/oxygen
@dirrm share/apps/ksudoku/icons
@dirrm share/apps/ksudoku
@dirrm share/apps/ksquares
@dirrm share/apps/kspaceduel/sprites/playerinfo
@dirrm share/apps/kspaceduel/sprites
@dirrm share/apps/kspaceduel/icons/oxygen/32x32/actions
@dirrm share/apps/kspaceduel/icons/oxygen/32x32
@dirrm share/apps/kspaceduel/icons/oxygen/22x22/actions
@dirrm share/apps/kspaceduel/icons/oxygen/22x22
@dirrm share/apps/kspaceduel/icons/oxygen/16x16/actions
@dirrm share/apps/kspaceduel/icons/oxygen/16x16
@dirrm share/apps/kspaceduel/icons/oxygen
@dirrm share/apps/kspaceduel/icons
@dirrm share/apps/kspaceduel
@dirrm share/apps/ksirkskineditor
@dirrm share/apps/ksirk/skins/default/Sounds
@dirrm share/apps/ksirk/skins/default/Images
@dirrm share/apps/ksirk/skins/default/Data
@dirrm share/apps/ksirk/skins/default
@dirrm share/apps/ksirk/skins
@dirrm share/apps/ksirk
@dirrm share/apps/kshisen
@dirrm share/apps/ksame/pics
@dirrm share/apps/ksame
1998-05-09 20:07:21 +02:00
@dirrm share/apps/kreversi/sounds
@dirrm share/apps/kreversi/pics
@dirrm share/apps/kreversi
@dirrm share/apps/kpat/demos
@dirrm share/apps/kpat
@dirrm share/apps/konquest/pics
@dirrm share/apps/konquest
@dirrm share/apps/kollision/sounds
@dirrm share/apps/kollision/pictures
@dirrm share/apps/kollision
2003-01-28 19:36:58 +01:00
@dirrm share/apps/kolf/sounds
@dirrm share/apps/kolf/pics
@dirrm share/apps/kolf/courses
@dirrm share/apps/kolf
@dirrm share/apps/knetwalk/themes
2006-01-08 20:32:36 +01:00
@dirrm share/apps/knetwalk/sounds
@dirrm share/apps/knetwalk
@dirrm share/apps/kmines/themes
@dirrm share/apps/kmines
@dirrm share/apps/kmahjongglib/tilesets
@dirrm share/apps/kmahjongglib/backgrounds
@dirrm share/apps/kmahjongglib
@dirrm share/apps/kmahjongg/layouts
@dirrm share/apps/kmahjongg
@dirrm share/apps/klines/themes
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
@dirrm share/apps/klines
@dirrm share/apps/kjumpingcube/pics
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
@dirrm share/apps/kjumpingcube
@dirrm share/apps/kiriki/images
@dirrm share/apps/kiriki
@dirrm share/apps/killbots/themes
@dirrm share/apps/killbots/rulesets
@dirrm share/apps/killbots
@dirrm share/apps/kigo/themes
@dirrm share/apps/kigo/games
@dirrm share/apps/kigo
@dirrm share/apps/kgoldrunner/themes/nostalgia
@dirrm share/apps/kgoldrunner/themes/kgr_geek
@dirrm share/apps/kgoldrunner/themes/egypt
@dirrm share/apps/kgoldrunner/themes/default
@dirrm share/apps/kgoldrunner/themes/accessible
@dirrm share/apps/kgoldrunner/themes
@dirrm share/apps/kgoldrunner/system
@dirrm share/apps/kgoldrunner
@dirrm share/apps/kfourinline/grafix
@dirrm share/apps/kfourinline
@dirrm share/apps/kdiamond/themes
@dirrm share/apps/kdiamond
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
@dirrm share/apps/kdegames/pics
@dirrm share/apps/kdegames
@dirrm share/apps/kbreakout/themes
@dirrm share/apps/kbreakout/levelsets
@dirrm share/apps/kbreakout
@dirrm share/apps/kbounce/themes
@dirrm share/apps/kbounce/sounds
@dirrm share/apps/kbounce
@dirrm share/apps/kblocks/themes
@dirrm share/apps/kblocks
@dirrm share/apps/kblackbox/pics
@dirrm share/apps/kblackbox
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
@dirrm share/apps/kbattleship/sounds
@dirrm share/apps/kbattleship/pictures
@dirrm share/apps/kbattleship
@dirrm share/apps/katomic/pics
@dirrm share/apps/katomic/levels
@dirrm share/apps/katomic
@dirrm share/apps/kapman/themes
@dirrm share/apps/kapman
@dirrm share/apps/granatier/themes
@dirrm share/apps/granatier/sounds
@dirrm share/apps/granatier/players
@dirrm share/apps/granatier/arenas
@dirrm share/apps/granatier
@dirrmtry share/apps/cmake/modules
@dirrmtry share/apps/cmake
@dirrm share/apps/carddecks/svg-xskat-german
@dirrm share/apps/carddecks/svg-xskat-french
@dirrm share/apps/carddecks/svg-tigullio-international
@dirrm share/apps/carddecks/svg-standard
@dirrm share/apps/carddecks/svg-penguins
@dirrm share/apps/carddecks/svg-oxygen-white
@dirrm share/apps/carddecks/svg-oxygen
@dirrm share/apps/carddecks/svg-nicu-white
@dirrm share/apps/carddecks/svg-nicu-ornamental
@dirrm share/apps/carddecks/svg-konqi-modern
@dirrm share/apps/carddecks/svg-jolly-royal
@dirrm share/apps/carddecks/svg-gm-paris
@dirrm share/apps/carddecks/svg-future
@dirrm share/apps/carddecks/svg-dondorf
@dirrm share/apps/carddecks/svg-ancient-egyptians
@dirrmtry share/apps/carddecks/decks
@dirrmtry share/apps/carddecks
@dirrm share/apps/bovo/themes/spacy
@dirrm share/apps/bovo/themes/scribble
@dirrm share/apps/bovo/themes/highcontrast
@dirrm share/apps/bovo/themes/gomoku
@dirrm share/apps/bovo/themes
@dirrm share/apps/bovo
@dirrm share/apps/bomber/themes
@dirrm share/apps/bomber
@dirrm lib/libpala
@dirrm include/libpala
@dirrm include/kggznet
@dirrm include/kggzmod
@dirrm include/kggzgames
@dirrm include/kgame
@dirrm include/highscore
@dirrm include/digits
@dirrm include/Pala
@dirrm include/KDE/KGame