mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
This is a huge leap, as we are moving from 4.2.0 (released in August 2014) to 4.14.0 (released in October 2015). Version 4.14.0 is the last KDE4-based release, and 5.0.0 will be based on KDE Frameworks 5. Noteworthy port changes: - Most patches in graphics/digikam-kde4 are no longer necessary. - graphics/kipi-plugin-googledrive and graphics/kipi-plugin-picasaweb have been merged into graphics/kipi-plugin-googleservices following what upstream did to those plugins. - astro/libkgeomap and graphics/libkface are no longer included in the DigiKam tarball and are now completely independent ports whose tarballs are released as part of KDE Applications. - net/libmediawiki is neither included in the DigiKam tarball nor released as a separate tarball, so we had to resort to fetching it from an older DigiKam release which contains it. - graphics/digikam-kde4 now has a runtime dependency on x11/kde4-runtime. See bug 203222 for details. A lot of people have contributed to this update over the years in our experimental area51 repository. Tobias Berner (our usual suspect), Adriaan de Groot, makc@, alonso@ and jhale@ at the very least. PR: 203222 PR: 204623 Submitted by: Tobias Berner <tcberner@gmail.com>, Adriaan de Groot <groot@kde.org>, alonso, jhale, makc, rakuco
23 lines
795 B
Text
23 lines
795 B
Text
commit e384f94920505f64357ffd6f331859ed71cb8281
|
|
Author: Raphael Kubo da Costa <rakuco@FreeBSD.org>
|
|
Date: Wed Apr 13 20:08:14 2016 +0200
|
|
|
|
libkipiplugins: Add dependency on the kipiplugins-gitversion.
|
|
|
|
kpversion.cpp needs gitversion.h, which is generated by the
|
|
kipiplugins-gitversion target.
|
|
|
|
If the dependency is not specified, a parallel build can break as
|
|
kpversion.cpp may be built before gitversion.h is generated.
|
|
|
|
[adapted to this version of kipi-plugins]
|
|
--- common/libkipiplugins/CMakeLists.txt
|
|
+++ common/libkipiplugins/CMakeLists.txt
|
|
@@ -34,6 +34,7 @@
|
|
)
|
|
|
|
KDE4_ADD_LIBRARY(kipiplugins SHARED ${kipiplugins_LIB_SRCS})
|
|
+add_dependencies(kipiplugins kipiplugins-gitversion)
|
|
|
|
target_link_libraries(kipiplugins
|
|
${QT_QTGUI_LIBRARY}
|