UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

hyprland-qt-support

A qml style provider for hypr* qt apps

Package info

Template: cmake-make
Codename: hyprland-qt-support
Source file: hyprland-qt-support-0.1.0.tar.gz
Source directory: hyprland-qt-support-0.1.0
Package URL: hyprland-qt-support-0.1.0.tar.gz
Package md5-checksum URL: hyprland-qt-support-0.1.0.tar.gz.md5sum
Dependances: libxkbcommon, qt6, Vulkan-Headers, hyprlang.
Dependance of: hyprsysteminfo, hyprland.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DINSTALL_QML_PREFIX=${QT6DIR}/qml \
      -Wno-dev \
      ..

Build script:
cd    build
make

Install script:
cd build

#cant make install in /opt/qt6!
make DESTDIR=DESTDIR install

cp -rv DESTDIR/usr/lib/* /usr/lib
cp -rv DESTDIR/usr/opt/* /opt