diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-04-03 12:28:59 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-04-03 12:28:59 +0000 |
commit | fbb904c8498fe32822ce1a35e3f59ef7fa7c9550 (patch) | |
tree | 02166a1d83df7a3f435549c3b298303c8d69debb /x11/kde4-runtime | |
parent | Update to 1.8.3. (diff) |
Drop x11-themes/kde4-icons-oxygen in favor of x11-themes/kf5-oxygen-icons5.
Despite the name, kf5-oxygen-icons5 does not depend on Qt5 and just contains
the Oxygen icon set without any architecture-dependent files.
As such, we can make all ports depend on it and remove kde4-icons-oxygen
altogether and avoid having two conflicting ports for KDE4 and KF5.
x11-themes/kf5-oxygen-icons5 was adjusted to have its dependencies reduced even
further:
- The dependencies on qt5-core and qt5-testlib were removed, as they were only
needed to build tests.
- We're also passing some CMake arguments to avoid looking for qt5-core
altogether.
With the changes above, the only port kf5-oxygen-icons5 depends on at runtime
is devel/kf5-extra-cmake-modules, which itself does not depend on anything
else.
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D10237
Notes
Notes:
svn path=/head/; revision=437622
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 383b4e46fafe..7a23501e4c3d 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -2,6 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -25,7 +26,7 @@ RUN_DEPENDS= cagibid:net/cagibi USES= cmake:outsource gettext gmake jpeg kde:4 samba:lib shared-mime-info \ shebangfix tar:xz -USE_KDE= kactivities kdelibs oxygen-icons4 \ +USE_KDE= kactivities kdelibs oxygen-icons5 \ attica automoc4 pimlibs soprano strigi nepomuk-core USE_QT4= corelib dbus declarative designer_build gui phonon \ network qtestlib script svg webkit xml \ |