fix: update package()

This commit is contained in:
ArjixWasTaken 2025-10-22 19:25:52 +00:00
parent e15d604ca9
commit 0fd0e61358
2 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = vicinae
pkgdesc = A focused launcher for your desktop — native, fast, extensible
pkgver = 0.15.2
pkgrel = 1
pkgrel = 2
url = https://github.com/vicinaehq/vicinae
arch = x86_64
license = GPL3

View file

@ -3,7 +3,7 @@
pkgname=vicinae
pkgver=0.15.2
pkgrel=1
pkgrel=2
pkgdesc="A focused launcher for your desktop — native, fast, extensible"
arch=('x86_64')
url="https://github.com/vicinaehq/vicinae"
@ -55,7 +55,6 @@ build() {
package() {
# Bin
install -Dm755 "$srcdir/$pkgname-$pkgver/build/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm755 "$srcdir/$pkgname-$pkgver/build/wlr-clip/vicinae-wlr-clip" "$pkgdir/usr/bin/vicinae-wlr-clip"
# Themes
mkdir -p $pkgdir/usr/share/$pkgname
@ -71,5 +70,5 @@ package() {
install -Dm644 "$srcdir/$pkgname-$pkgver/$pkgname/icons/$pkgname.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"
# Pacman hook
install -Dm644 "$srcdir/${pkgname}.hook" "$pkgdir/usr/share/libalpm/hooks/${pkgname}.hook"
install -Dm644 "$srcdir/${pkgname}.hook" "$pkgdir/usr/share/libalpm/hooks/${pkgname}.hook"
}