diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-09-01 22:19:47 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-09-01 22:19:47 +0000 |
commit | 0f43e1909876ae396b78f78b521ac5e085559c60 (patch) | |
tree | 8d89047e6672cc7cfe391d8d99836634cb4d1143 /Mk | |
parent | 3ee9ed95bc66f99885510f18c5a6b2d0777d0511 (diff) | |
download | ports-0f43e1909876ae396b78f78b521ac5e085559c60.tar.gz ports-0f43e1909876ae396b78f78b521ac5e085559c60.zip |
The FreeBSD KDE is please to announce the release of KDE 4.3.1,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.1.php
We would like to thank all our contributors and testers. My personal
thanks to miwi and makc for coaching me through my first KDE commit.
Notes
Notes:
svn path=/head/; revision=240675
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.cmake.mk | 2 | ||||
-rw-r--r-- | Mk/bsd.kde4.mk | 17 |
2 files changed, 11 insertions, 8 deletions
diff --git a/Mk/bsd.cmake.mk b/Mk/bsd.cmake.mk index ba5c583c122d..e68fe83a5750 100644 --- a/Mk/bsd.cmake.mk +++ b/Mk/bsd.cmake.mk @@ -23,7 +23,7 @@ # # $FreeBSD$ -CMAKE_MAINTAINER= kde@FreeBSD.org +CMAKE_MAINTAINER= kde@FreeBSD.org # # CMAKE_BIN is the location where the cmake port installs the cmake diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk index c30e3f5e9e6d..430c2299aec9 100644 --- a/Mk/bsd.kde4.mk +++ b/Mk/bsd.kde4.mk @@ -30,16 +30,16 @@ Kde_Include_MAINTAINER= kde@FreeBSD.org # akonadi - Akonadi PIM storage service # automoc4 - automoc4 tool # kdebase - Basic KDE applications (Konqueror, Dolphin) +# kdeexp - experimental libraries (with non-stable ABI/API) # kdehier - Provides common KDE directories # kdelibs - The base set of KDE4 libraries # kdeprefix - If set, port will be installed into ${KDE4_PREFIX} instead of ${LOCALBASE} +# oxygen - icon themes # pimlibs - KDE4 PIM libraries # pimruntime - KDE4 PIM runtime services # runtime - More KDE applications # sharedmime - share-mime-info wrapper for KDE4 ports # workspace - More KDE applications (Plasma, kwin, etc.) -# kdeexp - experimental libraries (with non-stable ABI/API) -# oxygen - icon themes # # These read-only variables can be used in port Makefile: # @@ -52,7 +52,7 @@ Kde_Include_MAINTAINER= kde@FreeBSD.org # but this could be changed in a future. # -KDE4_VERSION= 4.3.0 +KDE4_VERSION= 4.3.1 KDE4_BRANCH?= stable # @@ -74,8 +74,8 @@ MASTER_SITE_KDE_kde= ${kmaster:S@%SUBDIR%/@${ksub}/@g} # # KDE4 modules # -_USE_KDE4_ALL= akonadi automoc4 kdebase kdehier kdelibs kdeprefix \ - pimlibs pimruntime runtime sharedmime workspace kdeexp oxygen +_USE_KDE4_ALL= akonadi automoc4 kdebase kdeexp kdehier kdelibs kdeprefix \ + oxygen pimlibs pimruntime runtime sharedmime workspace akonadi_LIB_DEPENDS= akonadiprotocolinternals.1:${PORTSDIR}/databases/akonadi @@ -83,12 +83,16 @@ automoc4_BUILD_DEPENDS= ${LOCALBASE}/bin/automoc4:${PORTSDIR}/devel/automoc4 kdebase_LIB_DEPENDS= konq.7:${PORTSDIR}/x11/kdebase4 +kdeexp_LIB_DEPENDS= knotificationitem-1.1:${PORTSDIR}/x11/kdelibs4-experimental + kdehier_RUN_DEPENDS= kdehier4>=1:${PORTSDIR}/misc/kdehier4 kdelibs_LIB_DEPENDS= kimproxy.5:${PORTSDIR}/x11/kdelibs4 kdeprefix_PREFIX= ${KDE4_PREFIX} +oxygen_RUN_DEPENDS= ${KDE4_PREFIX}/share/icons/oxygen/index.theme:${PORTSDIR}/x11-themes/kde4-icons-oxygen + pimlibs_LIB_DEPENDS= kpimutils.5:${PORTSDIR}/deskutils/kdepimlibs4 pimruntime_LIB_DEPENDS= kdepim-copy.5:${PORTSDIR}/deskutils/kdepim4-runtime @@ -101,9 +105,8 @@ sharedmime_RUN_DEPENDS= kde4-shared-mime-info>=1:${PORTSDIR}/misc/kde4-shared-m workspace_LIB_DEPENDS= kscreensaver.5:${PORTSDIR}/x11/kdebase4-workspace -kdeexp_LIB_DEPENDS= knotificationitem-1.1:${PORTSDIR}/x11/kdelibs4-experimental -oxygen_RUN_DEPENDS= ${KDE4_PREFIX}/share/icons/oxygen/index.theme:${PORTSDIR}/x11-themes/kde4-icons-oxygen +PLIST_SUB+= KDE4_PREFIX="${KDE4_PREFIX}" # # Common build related stuff for kde4 ports. It's not intended for usage |