pkgsrc/x11/kdebase3/Makefile

218 lines
7.5 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.161 2011/04/22 13:42:09 obache Exp $
2002-05-31 15:18:33 +02:00
Update to KDE 3.2.1 Changes: Konqueror: fixed "Create Folder..." not available in sidebar dirtree when starting with a profile Konqueror: fixed crashes related to the "Find files" functionality Konqueror: fixed case-sensitive sorting, wasn't working for most locale settings Konqueror: make it possible to paste files using the mouse into listviews when no free area is left Konqueror: make different users in smb:/ not ask password for every dir change Konqueror: don't disable "Toggle selection" if no files are selected Konqueror: don't show 'link view' checkbox when there's only one view + sidebar, and other related fixes Konqueror: Fixed tab navigation for right-to-left locales Konqueror: Fixed synchronisation problem when tabs were moved Konqueror: Show newly fetched url images in tabs Konqueror: Added setting to let popups ignore "open in tab instead of window" ("[FMSettings] PopupsWithinTabs=false") Konqueror: "Go/Applications" now calls "programs:/" slave Konqueror: Linking checkbox did not redraw when unchecking kdeprintfax: fixed crash happening after sending the fax KWin: improved detection of windows belonging together, fixing some stacking and focus stealing prevention problems KWin: windows kept below others no longer affect smart placement KWin: obey requests to go fullscreen even from applications with maximum size set KWin: keeping windows in workarea is not so strict KWin: return focus to previously active window when hover unshaded window is shaded again Klipper: fixed problem with Klipper sometimes not reading new clipboard contents Kate: fixed problems with session restore (restoring the documents and windows now works correct) khelpcenter : improve startup time for systems with info pages Kicker: Don't start menu entry in K menu when right clicking it KControl: No default for possible destructive "Logout without Confirmation" shortcut KSplash: Updated locolor splash to KDE 3.2 version Konsole: Made sending of master input to added session working Konsole: Fixed dynamic toolbar hiding initialization Konsole: Handle schemas with absolute paths Konsole: Fixed crash with --noscrollbar Konsole: Settings/keyboard entries are now sorted Konsole: Ctrl-C killed konsole window, not processes running in shell KHotKeys: Included actions with Konqueror mouse gestures.
2004-03-09 12:33:08 +01:00
DISTNAME= kdebase-${_KDE_VERSION}
PKGREVISION= 14
2002-05-31 15:18:33 +02:00
CATEGORIES= x11
COMMENT= Base modules for the KDE 3 integrated X11 desktop
#PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ \
# http://mirrors.isc.org/pub/kde/security_patches/
#PATCHFILES= post-3.5.7-kdebase-konqueror-2.diff post-3.5.7-kdebase-kdm.diff
2009-05-06 13:04:18 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
Update kdebase to 3.1.3. Changes: * kate: Make saving of remote files during shutdown work. * kcontrol/colors: Don't reset widget selection dropdown when selecting a different theme * kcontrol/filetypes: Fixed removing of mimetypes specified by a .kdelnk file * kcontrol/input: fix application of large & white cursors * kcontrol/services: don't show kxmlrpcd, kalarmd and kwrited if they're not installed * kdesud: support empty passwords * kdm: Fix i18n support for the GuiStyle and ColorScheme combos * kdm: don't reset local Xserver if termination is requsted * keditbookmarks: Various bufixes * kio_sftp: Support OpenSSH 3.6+ * kio_sftp: Support older sftp protocol revisions * kio_smb: Huge update for samba 3.0. * kicker: Improve icon scaling in service menus * kicker: "Terminal Sessions" special button supports sessions with dots in filename * kicker: "Terminal Sessions" special button with same sort order as the one in Konsole. * kicker: Fix mimetype resolution in the quickbrowser * kicker: Fixes for stuck tooltips * kicker: Do not create local directories for .desktop files used in service buttons if no needed * kicker: Fix apply button not working for quickstart menu entries settings * kicker: Fix hide button preference effects reversed * kicker:Various fixes for recent apps history * kicker/minipager: don't show redundant tooltips when the page already shows names * konsole: Added Ctrl+Shift+N as alternate default shortcut for "New Session". * konsole: Fixed fixed-width with proportional-font drawing routine. * konsole: Fixed problems with mouse and paste support and detached windows. * konsole: Let new color schemes take effect once kcmkonsole tells to do so. * konsole: Wheel mouse fixes for Mode_Mouse1000. * konqueror: Flicker fixes inside the iconview * konqueror: Fix for inter-process copy-past with the listview * konqueror: Make sure the tab close button is properly enabled when a 2nd tab is first open through context menu entries * konqueror: Made Ctrl+Enter for new tab in URL combo working again. * konqueror: Various sidebar fixes * konqueror: make sure that the location label truly disappears when disabled * konqueror: konqueror warning for repeated POSTs * konqueror: Konqueror crash when dragging image from about:konqueror * konqueror: Improve tracking of listviewitems so that we don't crash when they get deleted somewhat unexpectedly * konqueror: Don't crash when updating toolbars without a part load * konqueror: Properly handle 'stop' when still listing the directory in the info list view * konqueror: Efficiency fix: make sure only one konqueror instance saves the history when it changes * konqueror: Don't use deleted KFileItems. * Don't crash when doing a copy w/o a currentItem * konqueror: Stop activity when the user tries hard to enter a URL * konqueror: Properly calculate column indices for the meta info listview * konqueror: Hide the find part on a second click on its toolbar button * konqueror: Handle _top/_blank, and so on, case-insensitively * libkonq: make sure KFileTip does not hold on to stale file items * libkonq: precaution: make sure that no preview jobs hold on to icon view's items when it's cleared * libkonq: fixes to cut-and-paste * libkonq: network-friendlier paste button state polling * kwin: Fix deactivation of window when loosing focus * kwin: New windows are drawn above open menus * kwin: Some non-resizable windows can still be resized * kwin: Fixes for click raise * kwin: If a window is hover-unshaded, then it's not shaded for the outside world * kwin: Keramik decoration: Properly detect XShape on Solaris * nsplugins: Fix relative URLs.
2003-07-30 15:34:58 +02:00
.include "../../meta-pkgs/kde3/Makefile.kde3"
2002-05-31 15:18:33 +02:00
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Daemon.png Daemon.README
DISTFILES+= NetBSD-flag-1.0.png
SITES.Daemon.png= ${MASTER_SITE_LOCAL}
SITES.Daemon.README= ${MASTER_SITE_LOCAL}
SITES.NetBSD-flag-1.0.png= ${MASTER_SITE_LOCAL}
2002-05-31 15:18:33 +02:00
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
UNLIMIT_RESOURCES= datasize
2007-01-11 10:23:45 +01:00
USE_TOOLS+= pkg-config mkfontdir bdftopcf
2002-05-31 15:18:33 +02:00
FONTS_DIRS.x11+= ${PREFIX}/share/kde/apps/konsole/fonts
REQD_DIRS+= ${PREFIX}/share/kde/apps/konsole
REQD_DIRS+= ${PREFIX}/share/kde/apps/konsole/fonts
FONTS_DIRS.x11+= ${PREFIX}/share/kde/fonts/override
REQD_DIRS+= ${PREFIX}/share/kde/fonts
REQD_DIRS+= ${PREFIX}/share/kde/fonts/override
CONFIGURE_ARGS+= --with-ldap="${BUILDLINK_PREFIX.openldap-client}"
CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"
Update KDE to 3.1. Many bugfixes and functionality enhancements including: General New default widget style: Keramik New default icon theme: Crystal Created and enhanced framework to effectively disable certain features of the GUI, like for example shell access, disallowing to select custom wall papers. "Kiosk mode" Usability improvements: Kicker: Context menu, applet menus, wording and panel feature consistency improved Kicker: Redesigned control module. KCalc: Usability Improvements. KSnapshot: Usability Improvements. KsCD: User Interface Improvements in configuration and information dialogs kdelibs Extended the DCOP commandline client to enable nonGUI applications (such as shell scripts) to use DCOP send DCOP messages to multiple users and/or sessions concurrently Added to notification dialog to allow applications to configure their notifications with a common GUI. Added "Open File", "Open Destination" and "Keep window open" to download progress dialog. KDatePicker has now week number display and selection. Added KLocale support for setting/retrieving the first day of a week Support for "Multimedia keys" on your keyboard. Added on-demand icon loading support to improve startup performance of applications. KHTML: Improvements to printing support. Page Info and Frame info dialog. Auto-Scroll support of webpages using Shift combined with arrow keys. Many, many Bugfixes and improvements. Small codebase merges with Safari. The main merge is planned for a future release however, as it requires more testing. KIO: Modified thumbnail ioslave that can extract a thumbnail from the file directly if it contains one, rather than generating one itself. Added fish:// protocol slave, which can access remote filesystems via SSH and SCP Cleanups and Corrections in smtp:// protocol slave. Activated rtsp:// protocol slave. Added support for Public Key Authentication and interopability with newer versions of OpenSSH to sftp:// protocol slave. KSSL: SSL certificate policies can now be configured based on the host name
2003-03-11 14:10:15 +01:00
CONFIGURE_ARGS+= --without-java
2002-05-31 15:18:33 +02:00
REPLACE_PERL+= kcontrol/keys/convertShortcuts.pl \
khelpcenter/searchhandlers/khc_docbookdig.pl.in \
khelpcenter/searchhandlers/khc_htdig.pl.in \
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 22:44:37 +01:00
khelpcenter/searchhandlers/khc_htsearch.pl \
khelpcenter/searchhandlers/khc_mansearch.pl \
kicker/kicker/kicker-3.1-properSizeSetting.pl \
kicker/kicker/kicker-3.5-kconfigXTize.pl \
kicker/kicker/kicker-3.5-taskbarEnums.pl \
Update to KDE-3.2 Changes: Base Kate * Moving KATE view management over to KMDI Joseph Wenninger * Basic project managment Christoph Cullmann KControl * Xinerama KControl module, enhanced KDE Xinerama and dual-head support George Staikos * add/update control module for configuring per-domain settings. See Bug 49145. Leo Savernik * Support for per-style configuration settings in the style control center module, a module for Keramik Maksim Orlovich * Add support for installing/removing- and switching Xcursor themes to the mouse KControl module Fredrik Hoeglund * Font installer - create fonts:/ ioslave, and modify KControl module to use this. See http://members.lycos.co.uk/cpdrummond for (old) screenshots/download Craig Drummond KHotKeys * Update to version 2.0, which includes more features like mouse gestures. Lubos Lunak KWin * Full support for latest NETWM spec version in KWin, and seamless usage of other compliant window managers with KDE. Lubos Lunak * New API for window decoration plugins. Lubos Lunak * Focus stealing prevention. Lubos Lunak * Add an option to allow wide borders to some of the window decoration styles Gunnar Schmi DT Kicker * Make addition of non-KDE applications to Kicker easier Alexander Kellett * Enable backgrounds for child panels and all applets, allow for colorization of background pixmaps Aaron J. Seigo * Allow applets to export a menu to the handle Aaron J. Seigo * User defined plain colors for tiles Aaron J. Seigo * Make the panel transparent. Zack Rusin * Add an option to the RMB-menu and to the "Advanced Options" in kcontrol to enable/disable the panel handle when "Custom" size is selected. KDM * More sophisticated session definitions, common with GDM Oswald Buddenhagen * Pluggable greeter input methods; better architectural compliance with PAM's input model. Oswald Buddenhagen Various (kwin, kdesktop, kcontrol, ksmserver) * Optimally support the X Resize and Rotate extension. Hamish Rodda All KDE applications (kdebase/kdenetwork/kdepim/kdegraphics,...) * No absolute paths to user home directories in KDE config files. This allows to support roaming users. Helge Deller Konsole * Add a better interface to konsolepart for other apps. Dominique Devriese * Added "Set Selection End" to right mouse button menu. * Column text selecting when Ctrl and Alt are pressed * Uses now KTabWidget, allows tab context menus and more Stephan Binner * Utilize KNotify (e.g. passive popup) for "Activity", "Bell", "Shell Exit" and "Silence" events * ZModem up- and download (requires rzsz) Waldo Bastian * Make bidi rendering (for RTL languages) configurable. Meni Livne KEditBookmarks * Export to HTML and printing of bookmark collection. Alexander Kellett * Recursive favicon updates in bookmark editor. Alexander Kellett * Field for incremental searching on titles. Alexander Kellett * Opera and Internet Explorer bookmark collection exporting. Alexander Kellett * Bookmark editor now includes an extra pane to allow title/url editing without use of context menu / keyboard shortcuts. Alexander Kellett * More detailed bookmark access information (last viewed, first seen, view counts). Alexander Kellett * Recursive - entire collection, per folder - alphabetical sorting Alexander Kellett Konqueror * Enhanced Konqueror statusbar and kpart statusbar extension. Statusbar notifications for secure connections, wallet, js errors. David Faure, George Staikos * Bookmarklets support in the form of a "Mini-tools" konq-plugin Alexander Kellett * Addition of an advanced Add Bookmark dialog. Alexander Kellett * Read-only bookmark menu includes. Alexander Kellett * Ability to select which items should be shown in the bookmark bar. Alexander Kellett * Servicemenu improvements: placed in a common Actions submenu, allow grouping into submenus, allow for separators, allow simple mimetype globbing Aaron J. Seigo * Bookmarking of all loaded tabs as a folder. Alexander Kellett * Lightweight bookmark editing from within bookmarks menu via context menu. Alexander Kellett * New sidebar module: Web. Implements sidebar modules similar to those introduced in Netscape 6/Mozilla. George Staikos * Konqueror "preloading", often reducing Konqueror startup time. Lubos Lunak * Spellchecking in text forms and spelling highlighting Scott Wheeler, Don Sanders Tabbed Browsing * "New Tab" and "Close Tab" buttons besides the tab bar Stephan Binner * Loading/read state indication by tab color Stephan Binner * Drag and drop support from/to tabs and to empty tab bar space Stephan Binner * Allow to reorder tabs with pressed middle mouse button Stephan Binner * Middle mouse button on tabs or empty tab bar space opens clipboard content Stephan Binner * Support for opening external URLs and popups in new tabs Stephan Binner * Optional permanent close buttons within tabs and permanent shown tab bar Stephan Binner KHTML part * KHTML: Implement caret mode. This is a prerequisite for designmode. See Bug 48302. Leo Savernik * KHTML: add infrastructure for per-domain settings. See Bug 49145. Leo Savernik * better support for samba shares through libsmbclient of samba 3.0 Stephan Kulow KIO Slaves * kio_smtp: SMTP pipelining support for faster submission, esp. over high-latency links. Marc Mutz KDesktop * Added GUI for "Mouse wheel over desktop switches desktop" option. * Make screen savers capable of being DPMS aware, so they can be disabled when watching a movie or TV if the app sets up X DPMS appropriately. Gregor Jasny * Screen locker: pluggable greeter input methods; better architectural compliance with PAM's input model. Oswald Buddenhagen * Shadow behind the text of the desktop icons, for more readability Laur Ivan * E-mail addresses entered in "Run Command..." (Alt-F2) will start mailer. Waldo Bastian * Numeric expression in "Run Command..." (Alt-F2) is evaluated. Waldo Bastian
2004-02-04 15:25:58 +01:00
kioslave/finger/kio_finger.pl \
Update to KDE 3.3 Changes: * KControl o Add a brand new control center module to globally handle KDE visual themes. Lukas Tinkl o Add new control center module to test and calibrate joysticks Martin Koller * Kicker o Cleaner look for the mini-pager providing for more contrast. Sandro Giessl * KDM o Added "Lock session" checkbox to "Start New Session" confirmation dialog * Konqueror o Let configure shortcuts of plugins actions. Olivier Goffart o Improve the bookmark sidebar module (Context menus, drag&drop) Sandro Giessl o Ask for confirmation when loading a profile and tabs are open Stephan Binner o Ask for confirmation when closing a webpage with modified form content Stephan Binner o Added option to hide "Delete" command on desktop and in file manager o Confirm closing many pages with "Close Other Tabs" command o Keybindings for switching to specific tab o Double click over empty tabbar space opens new tab o Mouse wheel over tabbar area switches tabs o Added option to activate previous active tab if closing the current one o kfmclient: Added command "newTab 'url' ['mimetype']" o Hidden options MaximumTabLength and MinimumTabLength (defaults to 3) o Count of files and folders on Folder Properties dialog box * KDialog o a dialog for showing progress bars would be useful Stephan Binner * KWin o Per window settings and improved "Store window settings" Lubos Lunak o Decoration API support for more buttons in titlebars Sandro Giessl * KDCOP o More types supported for arguments (QSize, QPoint, QRect, QColor, QPixmap) Olivier Goffart o Show applications icons. Olivier Goffart * Konsole o Tabbar button for closing tabs Kurt V. Hindenburg * LDAP ioslave o Writing support, SASL authentication and SSL/TLS support Szombathelyi György
2004-08-21 14:35:15 +02:00
kioslave/info/kde-info2html \
klipper/klipper-1-2.pl \
kwin/data/kwin3_plugin.pl \
kwin/data/pluginlibFix.pl \
Update to KDE-3.2 Changes: Base Kate * Moving KATE view management over to KMDI Joseph Wenninger * Basic project managment Christoph Cullmann KControl * Xinerama KControl module, enhanced KDE Xinerama and dual-head support George Staikos * add/update control module for configuring per-domain settings. See Bug 49145. Leo Savernik * Support for per-style configuration settings in the style control center module, a module for Keramik Maksim Orlovich * Add support for installing/removing- and switching Xcursor themes to the mouse KControl module Fredrik Hoeglund * Font installer - create fonts:/ ioslave, and modify KControl module to use this. See http://members.lycos.co.uk/cpdrummond for (old) screenshots/download Craig Drummond KHotKeys * Update to version 2.0, which includes more features like mouse gestures. Lubos Lunak KWin * Full support for latest NETWM spec version in KWin, and seamless usage of other compliant window managers with KDE. Lubos Lunak * New API for window decoration plugins. Lubos Lunak * Focus stealing prevention. Lubos Lunak * Add an option to allow wide borders to some of the window decoration styles Gunnar Schmi DT Kicker * Make addition of non-KDE applications to Kicker easier Alexander Kellett * Enable backgrounds for child panels and all applets, allow for colorization of background pixmaps Aaron J. Seigo * Allow applets to export a menu to the handle Aaron J. Seigo * User defined plain colors for tiles Aaron J. Seigo * Make the panel transparent. Zack Rusin * Add an option to the RMB-menu and to the "Advanced Options" in kcontrol to enable/disable the panel handle when "Custom" size is selected. KDM * More sophisticated session definitions, common with GDM Oswald Buddenhagen * Pluggable greeter input methods; better architectural compliance with PAM's input model. Oswald Buddenhagen Various (kwin, kdesktop, kcontrol, ksmserver) * Optimally support the X Resize and Rotate extension. Hamish Rodda All KDE applications (kdebase/kdenetwork/kdepim/kdegraphics,...) * No absolute paths to user home directories in KDE config files. This allows to support roaming users. Helge Deller Konsole * Add a better interface to konsolepart for other apps. Dominique Devriese * Added "Set Selection End" to right mouse button menu. * Column text selecting when Ctrl and Alt are pressed * Uses now KTabWidget, allows tab context menus and more Stephan Binner * Utilize KNotify (e.g. passive popup) for "Activity", "Bell", "Shell Exit" and "Silence" events * ZModem up- and download (requires rzsz) Waldo Bastian * Make bidi rendering (for RTL languages) configurable. Meni Livne KEditBookmarks * Export to HTML and printing of bookmark collection. Alexander Kellett * Recursive favicon updates in bookmark editor. Alexander Kellett * Field for incremental searching on titles. Alexander Kellett * Opera and Internet Explorer bookmark collection exporting. Alexander Kellett * Bookmark editor now includes an extra pane to allow title/url editing without use of context menu / keyboard shortcuts. Alexander Kellett * More detailed bookmark access information (last viewed, first seen, view counts). Alexander Kellett * Recursive - entire collection, per folder - alphabetical sorting Alexander Kellett Konqueror * Enhanced Konqueror statusbar and kpart statusbar extension. Statusbar notifications for secure connections, wallet, js errors. David Faure, George Staikos * Bookmarklets support in the form of a "Mini-tools" konq-plugin Alexander Kellett * Addition of an advanced Add Bookmark dialog. Alexander Kellett * Read-only bookmark menu includes. Alexander Kellett * Ability to select which items should be shown in the bookmark bar. Alexander Kellett * Servicemenu improvements: placed in a common Actions submenu, allow grouping into submenus, allow for separators, allow simple mimetype globbing Aaron J. Seigo * Bookmarking of all loaded tabs as a folder. Alexander Kellett * Lightweight bookmark editing from within bookmarks menu via context menu. Alexander Kellett * New sidebar module: Web. Implements sidebar modules similar to those introduced in Netscape 6/Mozilla. George Staikos * Konqueror "preloading", often reducing Konqueror startup time. Lubos Lunak * Spellchecking in text forms and spelling highlighting Scott Wheeler, Don Sanders Tabbed Browsing * "New Tab" and "Close Tab" buttons besides the tab bar Stephan Binner * Loading/read state indication by tab color Stephan Binner * Drag and drop support from/to tabs and to empty tab bar space Stephan Binner * Allow to reorder tabs with pressed middle mouse button Stephan Binner * Middle mouse button on tabs or empty tab bar space opens clipboard content Stephan Binner * Support for opening external URLs and popups in new tabs Stephan Binner * Optional permanent close buttons within tabs and permanent shown tab bar Stephan Binner KHTML part * KHTML: Implement caret mode. This is a prerequisite for designmode. See Bug 48302. Leo Savernik * KHTML: add infrastructure for per-domain settings. See Bug 49145. Leo Savernik * better support for samba shares through libsmbclient of samba 3.0 Stephan Kulow KIO Slaves * kio_smtp: SMTP pipelining support for faster submission, esp. over high-latency links. Marc Mutz KDesktop * Added GUI for "Mouse wheel over desktop switches desktop" option. * Make screen savers capable of being DPMS aware, so they can be disabled when watching a movie or TV if the app sets up X DPMS appropriately. Gregor Jasny * Screen locker: pluggable greeter input methods; better architectural compliance with PAM's input model. Oswald Buddenhagen * Shadow behind the text of the desktop icons, for more readability Laur Ivan * E-mail addresses entered in "Run Command..." (Alt-F2) will start mailer. Waldo Bastian * Numeric expression in "Run Command..." (Alt-F2) is evaluated. Waldo Bastian
2004-02-04 15:25:58 +01:00
konsole/schemaStrip.pl
CONF_FILES= ${PREFIX}/share/kde/config/kdm/kdmrc \
${PKG_SYSCONFDIR}/kdm/kdmrc
CONF_FILES+= ${PREFIX}/share/examples/kdebase3/ksysguarddrc \
${PKG_SYSCONFDIR}/ksysguarddrc
CONF_FILES+= ${PREFIX}/share/examples/kdebase3/kde-information.menu \
${PKG_SYSCONFDIR}/xdg/menus/kde-information.menu
CONF_FILES+= ${PREFIX}/share/examples/kdebase3/kde-screensavers.menu \
${PKG_SYSCONFDIR}/xdg/menus/kde-screensavers.menu
CONF_FILES+= ${PREFIX}/share/examples/kdebase3/kde-settings.menu \
${PKG_SYSCONFDIR}/xdg/menus/kde-settings.menu
CONF_FILES+= ${PREFIX}/share/examples/kdebase3/applications-merged/kde-essential.menu \
${PKG_SYSCONFDIR}/xdg/menus/applications-merged/kde-essential.menu
MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus/applications-merged
OWN_DIRS= ${PKG_SYSCONFDIR}/kdm
RCD_SCRIPTS= kdm
2002-05-31 15:18:33 +02:00
.include "../../mk/bsd.prefs.mk"
LIBS.NetBSD+= ${EXPORT_SYMBOLS_LDFLAGS}
2002-05-31 15:18:33 +02:00
PLIST_SRC= ${WRKDIR}/PLIST.Xdpms
2009-05-26 23:41:06 +02:00
_KDE3_EXTRA_INCLUDES= ${PREFIX}/include:${X11BASE}/include:${BUILDLINK_PREFIX.freetype2}/include/freetype2
2002-05-31 15:18:33 +02:00
# Don't execute kappfinder_install at install-time. This causes random
# applications to be found which causes random .desktop files to be created
# in the applnk directory.
#
CONFIGURE_ENV+= RUN_KAPPFINDER=no
PLIST_SRC+= ${PKGDIR}/PLIST
Update KDE to 3.5.6 kicker * More support for compiz as a window manager. * Pick up timezone changes when reconfiguring. * Prevent the systray from flickering e.g. when a new window is opened/closed. KWin * Claim _NET_WM_CM_Sn compositing manager selection when compositing. * Fix mouse dragging in dual-head non-xinerama mode. * Fix crash while switching show desktop state. * Avoid focus problems with non-click-to-focus policies. * Fix click-raise with a compositing manager running. * Fix X resources leaks in kompmgr. * Fix click-raise interaction with panels. * Avoid possible race condition when withdrawing windows. kdesktop * Fix crash when typing "56+" in minicli (i.e. when bc gives a parse error). * Fix F5 not doing anything on the desktop. * Fix OpenGL screensavers rendering. kmenu * Install the Games/Kids Games file with the correct filename. Kate * Added session chooser panel applet and KMenu extension. konqueror * DCOP support for splitting the view. * Make the konqueror main window a group leader to ensure modal dialogs from one window do not block other konqueror main windows. * Dynamically enable/disable "Empty Trash" entry. * Fix crash when scanning for new plugins, then changing plugin settings. * Fix crash after a lot of cut&paste operations in tree view. konsole * Correct calculation of colour values in 256-colour mode. * Fix crash when saving history twice. * Fix crash if setting font to a size which is larger than the terminal display. kioslave * fish:/ kioslave is now able to handle files > 2GB. * Fix correct display of file size transfers > 2GB in smb:/. * Fix files that start with # showing as folders in fish:/. * Symlinks in trash now show symlink size instead of file size. * Fix correct calculation of percent diskfree. kfind * Fix URL usage with filenames including special chars. * Show a user-friendly URL in the "Look in:" field. ksysguard * Only show the penguin for linux systems. Otherwise use the system icon. * Set the focus to the search line when started with ctrl+esc. Fix the tab ordering. * Fix various stability problems. * Fix when you reorder the sensors. * Number of horizontal lines in the plotter was off by one. Plus it tries hard to show the top bar when asked to. * Fix (mostly) the selection of processes. * Make the setting dialogs non-modal, so it doesn't freeze kicker when you use them. * Displaying a number (LCD style) now works even with tiny kicker. * Make the connection to ksysguardd more robust. kcontrol * Fonts settings module by default does not affect system-wide font rendering settings.
2007-01-26 03:49:25 +01:00
.include "options.mk"
BUILDLINK_API_DEPENDS.Xrandr+= Xrandr>=1.0
BUILDLINK_API_DEPENDS.kdelibs+= kdelibs>=${_KDE_VERSION}
DEPENDS+= htdig>=3.2.0:../../www/htdig-devel
# Solaris 10 has libusb only for 32 bit ABI (see PR 33727).
.if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "x86_64"
CONFIGURE_ARGS+= --without-libusb
.endif
PLIST_VARS+= usbview
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux"
PLIST.usbview= yes
.endif
PLIST_VARS+= joystick
.if ${OPSYS} == "Linux"
PLIST.joystick= yes
.endif
Update KDE to 3.5.6 kicker * More support for compiz as a window manager. * Pick up timezone changes when reconfiguring. * Prevent the systray from flickering e.g. when a new window is opened/closed. KWin * Claim _NET_WM_CM_Sn compositing manager selection when compositing. * Fix mouse dragging in dual-head non-xinerama mode. * Fix crash while switching show desktop state. * Avoid focus problems with non-click-to-focus policies. * Fix click-raise with a compositing manager running. * Fix X resources leaks in kompmgr. * Fix click-raise interaction with panels. * Avoid possible race condition when withdrawing windows. kdesktop * Fix crash when typing "56+" in minicli (i.e. when bc gives a parse error). * Fix F5 not doing anything on the desktop. * Fix OpenGL screensavers rendering. kmenu * Install the Games/Kids Games file with the correct filename. Kate * Added session chooser panel applet and KMenu extension. konqueror * DCOP support for splitting the view. * Make the konqueror main window a group leader to ensure modal dialogs from one window do not block other konqueror main windows. * Dynamically enable/disable "Empty Trash" entry. * Fix crash when scanning for new plugins, then changing plugin settings. * Fix crash after a lot of cut&paste operations in tree view. konsole * Correct calculation of colour values in 256-colour mode. * Fix crash when saving history twice. * Fix crash if setting font to a size which is larger than the terminal display. kioslave * fish:/ kioslave is now able to handle files > 2GB. * Fix correct display of file size transfers > 2GB in smb:/. * Fix files that start with # showing as folders in fish:/. * Symlinks in trash now show symlink size instead of file size. * Fix correct calculation of percent diskfree. kfind * Fix URL usage with filenames including special chars. * Show a user-friendly URL in the "Look in:" field. ksysguard * Only show the penguin for linux systems. Otherwise use the system icon. * Set the focus to the search line when started with ctrl+esc. Fix the tab ordering. * Fix various stability problems. * Fix when you reorder the sensors. * Number of horizontal lines in the plotter was off by one. Plus it tries hard to show the top bar when asked to. * Fix (mostly) the selection of processes. * Make the setting dialogs non-modal, so it doesn't freeze kicker when you use them. * Displaying a number (LCD style) now works even with tiny kicker. * Make the connection to ksysguardd more robust. kcontrol * Fonts settings module by default does not affect system-wide font rendering settings.
2007-01-26 03:49:25 +01:00
ICONDIR= share/icons
2002-05-31 15:18:33 +02:00
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
2010-02-19 21:23:01 +01:00
SPECIAL_PERMS+= ${PREFIX}/bin/ksysguardd ${REAL_ROOT_USER} kmem 2555
.endif
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS"
SUBST_CLASSES+= varlock
SUBST_STAGE.varlock= post-patch
SUBST_MESSAGE.varlock= Fix lock directory path.
SUBST_FILES.varlock= kcheckpass/kcheckpass.c
.if ${OPSYS} == "SunOS"
SUBST_SED.varlock= -e s:/var/lock:/var/spool/locks:
.else
SUBST_SED.varlock= -e s:/var/lock:/var/spool/lock:
.endif
.endif
2009-05-26 23:41:06 +02:00
SUBST_CLASSES+= htdig
SUBST_STAGE.htdig= post-patch
SUBST_MESSAGE.htdig= Fix htdig paths.
SUBST_FILES.htdig= khelpcenter/searchhandlers/khc_htsearch.pl
SUBST_SED.htdig= -e s:/srv/www/cgi-bin:${PREFIX}/libexec/cgi-bin:
2009-05-26 23:41:06 +02:00
SUBST_CLASSES+= paths
SUBST_FILES.paths= kcontrol/kdm/main.cpp kioslave/info/kde-info2html.conf
SUBST_SED.paths= -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g'
2009-05-26 23:41:06 +02:00
SUBST_SED.paths+= -e 's,@LOCALBASE@,${PREFIX},g'
SUBST_STAGE.paths= post-patch
2009-05-26 23:41:06 +02:00
SUBST_CLASSES+= xkb
SUBST_FILES.xkb= kxkb/x11helper.cpp
SUBST_SED.xkb= -e 's:XLIBDIR:"${X11BASE}/lib/X11/", "${X11BASE}/share/X11/", XLIBDIR:'
SUBST_STAGE.xkb= post-patch
2009-05-06 13:04:18 +02:00
# genkdmconf wont install faces if using destdir so do it ourselves
INSTALLATION_DIRS+= share/kde/apps/kdm/faces share/kde/templates/.source/emptydir
2003-07-08 16:05:06 +02:00
pre-configure:
cd ${WRKSRC}/ksysguard/ksysguardd && rm -f DragonFly && ln -s FreeBSD DragonFly
2002-05-31 15:18:33 +02:00
post-install:
2009-05-06 13:04:18 +02:00
${INSTALL_DATA} ${WRKSRC}/kdm/kfrontend/pics/default1.png \
${DESTDIR}${PREFIX}/share/kde/apps/kdm/faces/.default.face.icon
${INSTALL_DATA} ${WRKSRC}/kdm/kfrontend/pics/root1.png \
${DESTDIR}${PREFIX}/share/kde/apps/kdm/faces/root.face.icon
${INSTALL_DATA} ${DISTDIR}/NetBSD-flag-1.0.png ${DESTDIR}${PREFIX}/${ICONDIR}/NetBSD-flag.png
${INSTALL_DATA} ${DISTDIR}/Daemon.png ${DESTDIR}${PREFIX}/${ICONDIR}
2002-05-31 15:18:33 +02:00
${INSTALL_DATA} ${DISTDIR}/Daemon.README \
2009-05-06 13:04:18 +02:00
${DESTDIR}${PREFIX}/share/doc/kde/HTML/en/kdm
2002-05-31 15:18:33 +02:00
@# The global desktop template files need to be user-writeable, or
2003-03-28 21:28:56 +01:00
@# else users won't be able to alter them after copying them to
2002-05-31 15:18:33 +02:00
@# their local directories.
@#
2009-05-06 13:04:18 +02:00
${CHMOD} u+w ${DESTDIR}${PREFIX}/share/kde/templates/.source/*
2002-05-31 15:18:33 +02:00
@# On some systems, the Xdpms routines aren't available in a shared
@# library, and some libraries aren't created as a result.
@#
( files=" \
lib/kde3/libkcm_energy.so \
lib/kde3/libkcm_screensaver.so \
"; \
for file in $${files}; do \
2009-05-06 13:04:18 +02:00
if [ -f ${DESTDIR}${PREFIX}/$${file} ]; then \
2002-05-31 15:18:33 +02:00
${ECHO} "$${file}"; \
fi; \
done; \
) > ${WRKDIR}/PLIST.Xdpms
.if ${OPSYS} == "NetBSD"
@# NetBSD Advertisement O:-)
2009-05-06 13:04:18 +02:00
cd ${DESTDIR}${PREFIX}/share/kde/config/kdm; \
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 22:44:37 +01:00
${SED} -e 's|^\(LogoPixmap\)=.*|\1=${PREFIX}/${ICONDIR}/NetBSD-flag.png|' \
2002-05-31 15:18:33 +02:00
kdmrc > ${WRKDIR}/kdmrc.ad; \
${CP} -f ${WRKDIR}/kdmrc.ad kdmrc
.endif
.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.[0-6]*)
CONFIGURE_ENV+= ac_cv_func_getutxent='no'
.endif
.if ${OPSYS} == "NetBSD"
# We always use pkg-config for detecting the fontconfig version, since there
# may exist an old version of fontconfig-config on systems that have been
# updated from NetBSD 1.x.
CONFIGURE_ENV+= kde_cv_path_fontconfig_config='NONE'
.endif
.include "../../meta-pkgs/kde3/kde3.mk"
2009-05-26 23:41:06 +02:00
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../databases/openldap-client/buildlink3.mk"
.if ${OPSYS} != "SunOS"
.include "../../devel/libusb/buildlink3.mk"
.endif
.include "../../devel/zlib/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
Update KDE to 3.5.6 kicker * More support for compiz as a window manager. * Pick up timezone changes when reconfiguring. * Prevent the systray from flickering e.g. when a new window is opened/closed. KWin * Claim _NET_WM_CM_Sn compositing manager selection when compositing. * Fix mouse dragging in dual-head non-xinerama mode. * Fix crash while switching show desktop state. * Avoid focus problems with non-click-to-focus policies. * Fix click-raise with a compositing manager running. * Fix X resources leaks in kompmgr. * Fix click-raise interaction with panels. * Avoid possible race condition when withdrawing windows. kdesktop * Fix crash when typing "56+" in minicli (i.e. when bc gives a parse error). * Fix F5 not doing anything on the desktop. * Fix OpenGL screensavers rendering. kmenu * Install the Games/Kids Games file with the correct filename. Kate * Added session chooser panel applet and KMenu extension. konqueror * DCOP support for splitting the view. * Make the konqueror main window a group leader to ensure modal dialogs from one window do not block other konqueror main windows. * Dynamically enable/disable "Empty Trash" entry. * Fix crash when scanning for new plugins, then changing plugin settings. * Fix crash after a lot of cut&paste operations in tree view. konsole * Correct calculation of colour values in 256-colour mode. * Fix crash when saving history twice. * Fix crash if setting font to a size which is larger than the terminal display. kioslave * fish:/ kioslave is now able to handle files > 2GB. * Fix correct display of file size transfers > 2GB in smb:/. * Fix files that start with # showing as folders in fish:/. * Symlinks in trash now show symlink size instead of file size. * Fix correct calculation of percent diskfree. kfind * Fix URL usage with filenames including special chars. * Show a user-friendly URL in the "Look in:" field. ksysguard * Only show the penguin for linux systems. Otherwise use the system icon. * Set the focus to the search line when started with ctrl+esc. Fix the tab ordering. * Fix various stability problems. * Fix when you reorder the sensors. * Number of horizontal lines in the plotter was off by one. Plus it tries hard to show the top bar when asked to. * Fix (mostly) the selection of processes. * Make the setting dialogs non-modal, so it doesn't freeze kicker when you use them. * Displaying a number (LCD style) now works even with tiny kicker. * Make the connection to ksysguardd more robust. kcontrol * Fonts settings module by default does not affect system-wide font rendering settings.
2007-01-26 03:49:25 +01:00
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 22:44:37 +01:00
.include "../../graphics/openexr/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../x11/libXcursor/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
2007-01-11 10:23:45 +01:00
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libxkbfile/buildlink3.mk"
2002-05-31 15:18:33 +02:00
.include "../../mk/bsd.pkg.mk"