wlsunset: initial commit, version 0.2.0

This commit is contained in:
Tim Biermann 2021-09-19 19:13:27 +02:00
parent 5f92be759e
commit 1c97b02fb5
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 28 additions and 0 deletions

3
wlsunset/.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/wlsunset

5
wlsunset/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32tKzbnniQ/mbgqDGSNPV+U0T1mNIm8Rkk9XIuDzbgvkZZYjJ/e3bRtLtKUPfmsO/qFaCaQ1StgJucCeCn9AfQY=
SHA256 (Pkgfile) = f97efa46b62223abb5350cc7b8b614a8dd9e2ebfa6b48ea9f645f9b362f20fc4
SHA256 (.footprint) = 07bc03345f051225bcc27f25f36e54269dd6efcdadcf064c18ab7fafaa28aea7
SHA256 (0.2.0.tar.gz) = 88bce695722a09d79545f14d404cc0659f7176bb08d5db5f4f23228b6ba8bb03

20
wlsunset/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: Day/night gamma adjustments for Wayland
# URL: https://sr.ht/~kennylevinsen/wlsunset/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: wayland-protocols
name=wlsunset
version=0.2.0
release=1
source=(https://git.sr.ht/~kennylevinsen/wlsunset/archive/$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
}