mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-23 07:09:48 +01:00
Update PKGBUILD-bin
This commit is contained in:
parent
35bcea38e3
commit
40ab062a3c
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
_pkgname="hyprland"
|
_pkgname="hyprland"
|
||||||
pkgname="${_pkgname}-bin"
|
pkgname="${_pkgname}-bin"
|
||||||
pkgver="0.2.1beta"
|
pkgver="0.2.2beta"
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
|
pkgdesc="Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/vaxerski/Hyprland"
|
url="https://github.com/vaxerski/Hyprland"
|
||||||
|
@ -19,6 +19,7 @@ package() {
|
||||||
mkdir -p "${pkgdir}/usr/share/wayland-sessions"
|
mkdir -p "${pkgdir}/usr/share/wayland-sessions"
|
||||||
mkdir -p "${pkgdir}/usr/share/hyprland"
|
mkdir -p "${pkgdir}/usr/share/hyprland"
|
||||||
install -Dm755 ./Hyprland -t "${pkgdir}/usr/bin"
|
install -Dm755 ./Hyprland -t "${pkgdir}/usr/bin"
|
||||||
|
install -Dm755 ./hyprctl -t "${pkgdir}/usr/bin"
|
||||||
install -Dm755 ./libwlroots.so.11032 -t "${pkgdir}/usr/lib"
|
install -Dm755 ./libwlroots.so.11032 -t "${pkgdir}/usr/lib"
|
||||||
install -Dm644 assets/*.png -t "${pkgdir}/usr/share/hyprland"
|
install -Dm644 assets/*.png -t "${pkgdir}/usr/share/hyprland"
|
||||||
install -Dm644 example/hyprland.desktop -t "${pkgdir}/usr/share/wayland-sessions"
|
install -Dm644 example/hyprland.desktop -t "${pkgdir}/usr/share/wayland-sessions"
|
||||||
|
|
Loading…
Reference in a new issue