Skip to content
Snippets Groups Projects
Commit a4b06c1f authored by omni's avatar omni Committed by Michał Polański
Browse files

community/oguri: add oguri-swaybg wrapper

that can be used as swaybg_command in sway config
parent f2f2a55e
No related branches found
No related tags found
1 merge request!28934community/oguri: add oguri-swaybg
Pipeline #104709 passed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Michał Polański <michal@polanski.me> # Maintainer: Michał Polański <michal@polanski.me>
pkgname=oguri pkgname=oguri
pkgver=0_git20201219 pkgver=0_git20201219
pkgrel=0 pkgrel=1
_commit="6937fee10a9b0ef3ad8f94f606c0e0d9e7dec564" _commit="6937fee10a9b0ef3ad8f94f606c0e0d9e7dec564"
pkgdesc="Wallpaper daemon for Wayland compositors" pkgdesc="Wallpaper daemon for Wayland compositors"
url="https://github.com/vilhalmer/oguri" url="https://github.com/vilhalmer/oguri"
...@@ -20,6 +20,7 @@ build() { ...@@ -20,6 +20,7 @@ build() {
package() { package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output DESTDIR="$pkgdir" meson install --no-rebuild -C output
install -Dm755 contrib/oguri-swaybg -t "$pkgdir"/usr/bin
} }
sha512sums=" sha512sums="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment