mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
1817deda1e
This is the final release of Qt5. If your port still uses Qt5 and could possibly use Qt6 instead, now would be a good time to make the switch. PySide2: Update to 5.15.19 Announcement: https://lists.qt-project.org/pipermail/announce/2026-May/000626.html Release notes: https://code.qt.io/cgit/qt/qtreleasenotes.git/tree/qt/5.15.19/release-note.md
29 lines
666 B
Makefile
29 lines
666 B
Makefile
PORTNAME= qt5-style-plugins
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 5.0.0-23
|
|
DISTVERSIONSUFFIX= -g335dbe
|
|
PORTREVISION= 13
|
|
CATEGORIES= x11-themes
|
|
DIST_SUBDIR= KDE/Qt/addons
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Additional Styles for Qt 5 and KDE
|
|
WWW= https://qt-project.org
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
|
|
USES= compiler:c++11-lang gettext-runtime gl gnome pkgconfig qmake \
|
|
qt:5 xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= qt
|
|
GH_PROJECT= qtstyleplugins
|
|
USE_GNOME= atk cairo gdkpixbuf glib20 gtk20 pango
|
|
USE_QT= core dbus gui widgets buildtools:build
|
|
USE_GL= gl
|
|
USE_XORG= x11 xext
|
|
|
|
.include <bsd.port.mk>
|