pkgsrc/devel/kdesdk3/Makefile

129 lines
3.7 KiB
Makefile
Raw Normal View History

2013-12-01 11:18:02 +01:00
# $NetBSD: Makefile,v 1.112 2013/12/01 10:18:02 ryoon Exp $
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
DISTNAME= kdesdk-${_KDE_VERSION}
2013-12-01 11:18:02 +01:00
PKGREVISION= 46
CATEGORIES= devel
COMMENT= Support applications and tools used by KDE developers
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
CONFLICTS+= cervisia-[0-9]*
CONFLICTS+= umbrello-[0-9]*
BUILDLINK_DEPMETHOD.qt3-tools= full
.include "../../meta-pkgs/kde3/Makefile.kde3"
BDB_ACCEPTED= db4 db5
USE_TOOLS+= perl:run bash:run pod2man
CONFIGURE_ARGS+= --with-db-dir=${BDBBASE}
CONFIGURE_ARGS+= --with-db-include=${BDB_TYPE}/db.h
#CONFIGURE_ARGS+= --with-db-include-dir=${BDBBASE}/include/${BDB_TYPE}
CONFIGURE_ARGS+= --with-db-name=${BDB_TYPE}
2006-02-07 20:59:21 +01:00
REPLACE_PERL+= cervisia/change_colors.pl \
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
cervisia/move_repositories.pl \
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 23:33:47 +01:00
cervisia/cervisia-change_repos_list.pl \
cervisia/cervisia-normalize_cvsroot.pl \
kapptemplate/admin/am_edit \
kapptemplate/admin/bcheck.pl \
kapptemplate/admin/debianrules \
kapptemplate/admin/nmcheck \
2011-07-02 03:31:17 +02:00
kapptemplate/admin/conf.change.pl \
kapptemplate/admin/config.pl \
kapptemplate/admin/detect-autoconf.pl \
2004-12-10 07:29:31 +01:00
kcachegrind/converters/dprof2calltree \
kcachegrind/converters/memprof2calltree \
kcachegrind/converters/op2calltree \
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 23:33:47 +01:00
scripts/authors2xml.pl \
scripts/check_licenses \
scripts/colorcvs \
2011-07-02 03:31:17 +02:00
scripts/colorsvn \
2004-12-10 07:29:31 +01:00
scripts/cvs-clean \
scripts/cvsblame \
scripts/cvscheck \
scripts/cvslastchange \
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 23:33:47 +01:00
scripts/cvslastreferenced \
scripts/cxxmetric \
scripts/extend_dmalloc \
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 23:33:47 +01:00
scripts/extractattr \
scripts/extractrc \
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 23:33:47 +01:00
scripts/fixheaders \
2004-12-10 07:29:31 +01:00
scripts/fixkdeincludes \
scripts/fixuifiles \
scripts/includemocs \
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 23:33:47 +01:00
scripts/kde-spellcheck.pl \
2004-12-10 07:29:31 +01:00
scripts/kdemangen.pl \
scripts/kdesvn-build \
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 23:33:47 +01:00
scripts/licensecheck \
scripts/noncvslist \
scripts/png2mng.pl \
scripts/rc2kcfgxt.pl \
2011-07-02 03:31:17 +02:00
scripts/svn-clean \
scripts/svnlastchange \
kunittest/kunittest_debughelper
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 23:33:47 +01:00
2011-07-02 03:31:17 +02:00
REPLACE_BASH+= scripts/cvs2dist \
scripts/create_makefile \
scripts/kde-build \
scripts/makeobj \
scripts/package_crystalsvg \
2011-07-02 03:31:17 +02:00
scripts/svn2dist \
scripts/svnversions \
kunittest/kunittest \
2011-07-02 03:31:17 +02:00
kunittest/kunittestmod \
kapptemplate/kapptemplate.common
SUBST_CLASSES+= make
SUBST_STAGE.make= post-patch
SUBST_FILES.make= kapptemplate/Makefile.in
SUBST_SED.make= -e 's,/usr/bin/env bash,${BASH},'
REPLACE_PYTHON+= \
kcachegrind/converters/hotshot2calltree \
scripts/kdelnk2desktop.py \
scripts/zonetab2pot.py
# REPLACE_PHP+= kcachegrind/converters/pprof2calltree
SUBST_CLASSES+= php
SUBST_MESSAGE.php= Fixing PHP path
SUBST_STAGE.php= post-configure
SUBST_FILES.php= kcachegrind/converters/pprof2calltree
SUBST_SED.php= -e 's,/usr/bin/env php,${PREFIX}/bin/php,'
CHECK_INTERPRETER_SKIP+= share/kde/apps/umbrello/headings/*
.include "../../mk/bsd.prefs.mk"
PLIST_SRC= # empty
.if ${OPSYS} == "Linux"
PLIST_SRC+= ${PKGDIR}/PLIST.kmtrace
.endif
PLIST_SRC+= ${PKGDIR}/PLIST
.if ${OPSYS} == "DragonFly"
CONFIGURE_ENV+= LEX="${PREFIX}/bin/flex"
.include "../../devel/flex/buildlink3.mk"
.else
USE_TOOLS+= lex
.endif
Update to KDE 3.5.6 Kbabel * Subversion 1.4 support for catalog manager. * Fix bookmarking. * Fixed loading of project files with very long lines. * Avoid endless loop if focus is taken away before "find next" operation. * Fix broken replacement of marked text with e.g. ctrl-m. * Work with media:/. * Use the same project for all Find/Replace in Files operations as catalogmanager. * Fix problems when no default project is found. Umbrello * Stereotype selection list for parameter properties dialog. * Association line nodes don't drag along with multiply-selected classes. * Accessor methods are private instead of public. * XMI file contains deleted associations. * Crash when opening a document. * Shift+Left and Shift+Right causes SIGSEGV. * Umbrello saves too many copies in XMI. * XML scheme: mixup of attribute names: *color and *colour. * Crashes on closing/opening files created with previous umbrello versions. * Faulty behavior when a class inside of a package is modified. * Artifacts of a component diagram are erroneously placed in Deployment folder. * Fix incorrect export to SQL. * Saving trashes model, classes lost. * Fix segfault in UMLClassifier::checkOperationSignature(). * Fix segfault on XMI close when a class uses a template. * Fix hang/crash in Tcl code generation. * Fix saving/loading of association widgets for collaboration diagrams. * Fix crash in ToolBarStateArrow destructor on document close. * Note widget is now always drawn on top of all widgets. * Fix display icon for enum literals in list view. * Optimized printer margins. * Improved code import for Ada and Pascal.
2007-01-26 04:28:08 +01:00
.include "options.mk"
2005-03-29 12:50:14 +02:00
# Makefile{,.am,.in} weren't supposed to be installed so clean up
post-install:
2009-02-12 00:09:29 +01:00
${RM} ${DESTDIR}${KDEDIR}/share/kde/apps/kapptemplate/admin/Makefile
${RM} ${DESTDIR}${KDEDIR}/share/kde/apps/kapptemplate/admin/Makefile.am
${RM} ${DESTDIR}${KDEDIR}/share/kde/apps/kapptemplate/admin/Makefile.in
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../lang/php/phpversion.mk"
.include "${PHPPKGSRCDIR}/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
Update to KDE 3.5.6 Kbabel * Subversion 1.4 support for catalog manager. * Fix bookmarking. * Fixed loading of project files with very long lines. * Avoid endless loop if focus is taken away before "find next" operation. * Fix broken replacement of marked text with e.g. ctrl-m. * Work with media:/. * Use the same project for all Find/Replace in Files operations as catalogmanager. * Fix problems when no default project is found. Umbrello * Stereotype selection list for parameter properties dialog. * Association line nodes don't drag along with multiply-selected classes. * Accessor methods are private instead of public. * XMI file contains deleted associations. * Crash when opening a document. * Shift+Left and Shift+Right causes SIGSEGV. * Umbrello saves too many copies in XMI. * XML scheme: mixup of attribute names: *color and *colour. * Crashes on closing/opening files created with previous umbrello versions. * Faulty behavior when a class inside of a package is modified. * Artifacts of a component diagram are erroneously placed in Deployment folder. * Fix incorrect export to SQL. * Saving trashes model, classes lost. * Fix segfault in UMLClassifier::checkOperationSignature(). * Fix segfault on XMI close when a class uses a template. * Fix hang/crash in Tcl code generation. * Fix saving/loading of association widgets for collaboration diagrams. * Fix crash in ToolBarStateArrow destructor on document close. * Note widget is now always drawn on top of all widgets. * Fix display icon for enum literals in list view. * Optimized printer margins. * Improved code import for Ada and Pascal.
2007-01-26 04:28:08 +01:00
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
2011-07-02 03:31:17 +02:00
.include "../../lang/python/application.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"