mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
![Jose Alonso Cardenas Marquez](/assets/img/avatar_default.png)
- Update mostly lxqt ports to 2.0.x - Update some lxqt dependencies to latest version - Update Mk/Uses/lxqt.mk file for support some legacy and new lxqt ports - Add devel/libdbusmenu-lxqt - Add x11/libfm-qt6 - Add devel/libqt6xdg - Add sysutils/libsysstat-qt6 - Add devel/lxqt2-build-tools - Add sysutils/lxqt-qt6plugin - Add deskutils/xdg-desktop-portal-lxqt - Add x11-toolkits/qtermwidget-qt5 for no break x11/coreterminal - Pass maintainership to new lxqt@ group - Few other modifications PR: 278905 Approved by: jsm
22 lines
486 B
Makefile
22 lines
486 B
Makefile
PORTNAME= pavucontrol-qt
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= LXQT/${PORTNAME}
|
|
|
|
MAINTAINER= lxqt@FreeBSD.org
|
|
COMMENT= PulseAudio mixer in Qt6
|
|
WWW= https://github.com/lxqt/pavucontrol-qt/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libpulse.so:audio/pulseaudio
|
|
|
|
USES= cmake compiler:c++17-lang gettext-runtime localbase:ldflags \
|
|
lxqt:2 qt:6 perl5 pkgconfig tar:xz gnome
|
|
USE_PERL5= build
|
|
USE_QT= base:run tools:build
|
|
USE_LXQT= buildtools2
|
|
USE_GNOME= glib20
|
|
|
|
.include <bsd.port.mk>
|