summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1e5fe6578ac3d95ecc7ed8d27b54c7f704c9a620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: lisuke <1657787678@qq.com>

pkgname=qt-mpv-bg-wlr
pkgver=0.0.2
pkgrel=1
pkgdesc="A mpv based video wallpaper program for wlroots based wayland compositors. (Video Dynamic Wallpaper for Linux)."
arch=('x86_64')
url="https://github.com/lisuke/$pkgname"
license=('GPL3')
depends=('mpv' 'wlroots' 'qt5-base' 'qt5-wayland' 'layer-shell-qt')
makedepends=('meson' 'ninja' 'wayland-protocols')
optdepends=('socat: control via sockets')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lisuke/${pkgname}/archive/${pkgver}.tar.gz)
md5sums=('53f878c37e71057a397288ea73bdf51b')


build() {
  arch-meson "$pkgname-$pkgver" build
  meson compile -C build
}

package() {
  meson install -C build --destdir "$pkgdir"
}