🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829
pkgname: kvantum
pkgver: '1.1.8'
pkgrel: '1'
pkgdesc: 'SVG-based Qt5 theme engine plus a config tool and extra themes'
url: 'https://github.com/tsujan/Kvantum'
arch: x86_64
depends:
- 'hicolor-icon-theme'
makedepends:
- git
- 'qt6-svg'
- kwindowsystem
source: []
sha256sums: []
build: |
git clone $url.git
cd Kvantum/Kvantum
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
..
make
make DESTDIR=${PKGDIR} install
package: |
true