diff --git a/swaybg/.footprint b/swaybg/.footprint new file mode 100644 index 000000000..0e7b7b09a --- /dev/null +++ b/swaybg/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/swaybg diff --git a/swaybg/.signature b/swaybg/.signature new file mode 100644 index 000000000..9f4afce03 --- /dev/null +++ b/swaybg/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF32Y+3IoMlLybRKrqezucC7U322Lymgc/LUdzYT4jh6CJZli3PevNqo+Exg3lO9BjILgU6ilRC+gWQLY1YQ7uAQo= +SHA256 (Pkgfile) = 9bd7bf3bf161f0b81a901e3a44d2bcbd996dfe2c0e143ddf87ca34f84be821f8 +SHA256 (.footprint) = 9665c4bb6bd8d413a03ad834f7a0422ea9e1d1f1a1c8bc49b28b38065b4dd6f1 +SHA256 (swaybg-1.1.tar.gz) = 958f425310514ae2aae064595c3e7efba2187b0d2947136c49188558fdb367b1 diff --git a/swaybg/Pkgfile b/swaybg/Pkgfile new file mode 100644 index 000000000..75b7548de --- /dev/null +++ b/swaybg/Pkgfile @@ -0,0 +1,21 @@ +# Description: Wallpaper tool for Wayland compositors +# URL: https://github.com/swaywm/swaybg +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: cairo wayland-protocols +# Optional: gdk-pixbuf + +name=swaybg +version=1.1 +release=1 +source=(https://github.com/swaywm/swaybg/archive/v$version/$name-$version.tar.gz) + +build() { + meson setup $name-$version build \ + --prefix=/usr \ + --buildtype=plain \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true + meson compile -C build + DESTDIR=$PKG meson install -C build +}