mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
09ad282a33
Changelog: * Base colors are now parsed from stylesheets provided by GTK 4 (currently GTK 4.4) * Added variants for HighContrast and HighContrastInverse - Made dependency on sassc explicit
26 lines
502 B
Makefile
26 lines
502 B
Makefile
# Created by: Olivier Duchateau
|
|
|
|
PORTNAME= adwaita-qt
|
|
DISTVERSION= 1.4.0
|
|
CATEGORIES= x11-themes
|
|
PKGNAMESUFFIX= 5
|
|
|
|
MAINTAINER= tcberner@FreeBSD.org
|
|
COMMENT= Adwaita theme for Qt applications
|
|
|
|
LICENSE= GPLv2 LGPL20
|
|
LICENSE_COMB= multi
|
|
|
|
BUILD_DEPENDS= sassc:textproc/sassc
|
|
|
|
USES= cmake compiler:c++11-lib localbase pkgconfig qt:5 xorg
|
|
USE_QT= core dbus gui widgets x11extras \
|
|
buildtools_build qmake_build
|
|
USE_XORG= xcb
|
|
CMAKE_OFF= USE_QT4
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= FedoraQt
|
|
|
|
.include <bsd.port.mk>
|