mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
x11-themes/plasma6-breeze-gtk: Add missing dep
${LOCALBASE}/lib/gtk-2.0/2.*.0/engines/libpixmap.so from gtk20 is needed at runtime for GTK2 support. Reported by: Oleg on #freebsd-desktop
This commit is contained in:
parent
d6d00f01bb
commit
751eef034f
@ -1,5 +1,6 @@
|
||||
PORTNAME= breeze-gtk
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-themes kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -9,7 +10,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \
|
||||
sassc:textproc/sassc
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR}
|
||||
|
||||
USES= cmake kde:6 python qt:6 tar:xz
|
||||
USES= cmake gnome kde:6 python qt:6 tar:xz
|
||||
USE_GNOME= gtk20
|
||||
USE_KDE= breeze \
|
||||
ecm:build
|
||||
USE_QT= base
|
||||
|
Loading…
Reference in New Issue
Block a user