swaybg: initial commit, version 1.1

This commit is contained in:
Tim Biermann 2021-09-19 19:33:48 +02:00
parent 72a021c8de
commit ef78014286
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 29 additions and 0 deletions

3
swaybg/.footprint Normal file
View File

@ -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

5
swaybg/.signature Normal file
View File

@ -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

21
swaybg/Pkgfile Normal file
View File

@ -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
}