Moved to module structure to work in embeded qs processes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Maintainer: Radu Macocian <radu@macocian.com>
|
||||
pkgname=omni-launcher
|
||||
pkgver=0.0.3
|
||||
pkgver=0.0.4
|
||||
pkgrel=1
|
||||
pkgdesc="Application launcher overlay built on Quickshell, with calculator, unit/currency conversion, unicode search and Giphy search"
|
||||
pkgdesc="Application launcher overlay built on Quickshell, with calculator, unit/currency conversion, unicode search and Giphy search. Installable as a Quickshell QML module (OmniLauncher) for embedded use or standalone via omni-launcher."
|
||||
arch=('any')
|
||||
url="https://git.estatecloud.org/radumaco/omni-launcher"
|
||||
license=('GPL-3.0-or-later')
|
||||
@@ -14,8 +14,14 @@ sha256sums=('48922f27a6cf06c7d78313ddc52c92cf5b1b434f80bfe6e1f7d0f41f631bea98')
|
||||
package() {
|
||||
cd "$srcdir/$pkgname"
|
||||
|
||||
# QML module — installed on the Qt6 import path so both the standalone
|
||||
# shell.qml and any host quickshell config can `import OmniLauncher`.
|
||||
install -dm755 "$pkgdir/usr/lib/qt6/qml/OmniLauncher"
|
||||
install -m644 module/* "$pkgdir/usr/lib/qt6/qml/OmniLauncher/"
|
||||
|
||||
# Standalone entry point + launcher scripts.
|
||||
install -dm755 "$pkgdir/usr/share/$pkgname"
|
||||
install -m644 qml/* "$pkgdir/usr/share/$pkgname/"
|
||||
install -m644 shell.qml "$pkgdir/usr/share/$pkgname/"
|
||||
|
||||
install -Dm755 bin/omni-launcher "$pkgdir/usr/bin/omni-launcher"
|
||||
install -Dm755 bin/omni-launcher-toggle "$pkgdir/usr/bin/omni-launcher-toggle"
|
||||
|
||||
Reference in New Issue
Block a user