UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

hyprland-qt-support

A qml style provider for hypr* qt apps

Package info

Template:
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