From 0f43e1909876ae396b78f78b521ac5e085559c60 Mon Sep 17 00:00:00 2001 From: Thomas Abthorpe Date: Tue, 1 Sep 2009 22:19:47 +0000 Subject: 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. --- Mk/bsd.kde4.mk | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'Mk/bsd.kde4.mk') 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 -- cgit v1.2.3