1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/x11-themes/adwaita-qt/Makefile
Tobias C. Berner 09ad282a33 x11-themes/adwaita-qt: update to 1.4.0
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
2021-08-27 20:29:14 +02:00

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>