mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
wayfire: try to fix
This commit is contained in:
parent
2a80c67b94
commit
64a4654917
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ pkgdesc="3D wayland compositor"
|
|||
arch=(x86_64)
|
||||
url=https://wayfire.org
|
||||
license=(custom:MIT)
|
||||
depends=(cairo pango wf-config libjpeg libinput wlroots lsof nlohmann-json seatd)
|
||||
depends=(cairo pango wf-config libjpeg libinput wlroots lsof nlohmann-json seatd glm)
|
||||
makedepends=(meson ninja wayland-protocols glm cmake doctest pango git)
|
||||
conflicts=("${pkgname}-git")
|
||||
source=("git+https://github.com/WayfireWM/${pkgname}.git")
|
||||
|
|
|
@ -5,9 +5,9 @@ pkgrel=2
|
|||
pkgdesc="A library for managing configuration files, written for wayfire"
|
||||
arch=(x86_64)
|
||||
url=https://wayfire.org
|
||||
license=(custom:MIT)
|
||||
license=(MIT)
|
||||
depends=(libevdev libxml2)
|
||||
makedepends=(meson ninja pkg-config wayland-protocols glm doctest cmake git)
|
||||
makedepends=(meson ninja pkg-config wlroots wayland-protocols glm doctest cmake git)
|
||||
conflicts=("${pkgname}-git")
|
||||
source=("git+https://github.com/WayfireWM/${pkgname}.git")
|
||||
sha256sums=('SKIP')
|
||||
|
|
Loading…
Add table
Reference in a new issue