Package Details: miracle-wm 0.3.7-1

Git Clone URL: https://aur.archlinux.org/miracle-wm.git (read-only, click to copy)
Package Base: miracle-wm
Description: Wayland compositor based on mir
Upstream URL: https://github.com/miracle-wm-org/miracle-wm
Licenses: GPL-3.0-or-later
Submitter: twa022
Maintainer: twa022
Last Packager: twa022
Votes: 0
Popularity: 0.000000
First Submitted: 2024-10-30 15:37 (UTC)
Last Updated: 2024-10-30 15:37 (UTC)

Required by (0)

Sources (1)

Latest Comments

FabioLolix commented on 2024-10-30 16:24 (UTC)

Hello, I had made a pkgbuild of this for someone else on 10/06 but they haven't uploaded it, from mine

depends=(mir libnotify)
makedepends=(git cmake nlohmann-json glm boost)
source=("git+https://github.com/miracle-wm-org/miracle-wm.git#tag=v${pkgver}")
sha256sums=('385efed1403e93efb56d587b598c0a650a793dd352485bd4a5716868081c57bd')

build() {
  cmake -B build -S "miracle-wm" -Wno-dev \
    -DCMAKE_BUILD_TYPE=None \
    -DCMAKE_INSTALL_PREFIX=/usr

  cmake --build build
}

package() {
  DESTDIR="$pkgdir" cmake --install build
}

Could add more implicit depends in depends=() to suppress namcap warnings and nlohmann-json glm boost are needed as makedepends nlohmann-json only as makedepends since it is headers only package, tested building everything with in clean chroot