# Description: PavuControl port to QT5 # URL: https://github.com/lxqt/pavucontrol-qt/ # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: brotli double-conversion graphite2 icu libpcre2 pulseaudio qt5 polkit-qt5 liblxqt name=pavucontrol-qt version=1.3.0 release=1 source=(https://github.com/lxqt/$name/releases/download/$version/$name-$version.tar.xz) build() { cd $name-$version mkdir -p build cd build cmake \ -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib .. make make DESTDIR=$PKG install rm -rf $PKG/usr/share/$name/translations }