From b3c855f45be16ba78210b3c537f10ba7aad9d4f8 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sat, 11 Sep 2021 19:16:10 +0200 Subject: [PATCH] seatd: 0.5.0 -> 0.6.0 --- seatd/.footprint | 1 + seatd/.signature | 8 ++++---- seatd/Pkgfile | 5 ++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/seatd/.footprint b/seatd/.footprint index be1543e80..8a21261d3 100644 --- a/seatd/.footprint +++ b/seatd/.footprint @@ -4,6 +4,7 @@ drwxr-xr-x root/root etc/rc.d/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/seatd +-rwxr-xr-x root/root usr/bin/seatd-launch drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/libseat.h drwxr-xr-x root/root usr/lib/ diff --git a/seatd/.signature b/seatd/.signature index 2f4d084c5..388972400 100644 --- a/seatd/.signature +++ b/seatd/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wpRfgWkRq1AOGLAQDI5/f1igNJ7NJzYncT44N5q49sdjpZQko/Wm+Gk8AHt7zdptiAS/DRpyOrr5wbMXvszBAQ= -SHA256 (Pkgfile) = f48570e3ff150204e3dd84e984f48dea80635c5629d46fb5f905e62e6bf542a6 -SHA256 (.footprint) = 61b240b4988c00f887849d5239ce1b8f7c0a16efa36469d05bff1113281e6604 -SHA256 (seatd-0.5.0.tar.gz) = 274b56324fc81ca6002bc1cdd387668dee34a6e1063e5f3896805c3770948988 +RWSagIOpLGJF32+duepVODV+ZDor4f47bP/aTMhuArrnnnAvue2TdCL4wDNUYRp5tMkTiRSopGRoawLhCEMNlQlMh2EX8kXZsQ4= +SHA256 (Pkgfile) = c37bc78b416d09e1a1e078936122804562413518419109b48c3edb12f5299ec9 +SHA256 (.footprint) = 53478c164d996ba869bccf52a85204378233aa37908ddaa9a6c76e760de6faf8 +SHA256 (seatd-0.6.0.tar.gz) = 568f170c5a25b3f57366479275421004cc5c8bddc17b0d7e78a7527fafa9766a SHA256 (seatd.service) = 075fb133d0d3fc33b27ebd8ed74cbaa35627a1b0a804fb630a3939f497627aba diff --git a/seatd/Pkgfile b/seatd/Pkgfile index 4e512b7a8..52fa99f64 100644 --- a/seatd/Pkgfile +++ b/seatd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: meson ninja name=seatd -version=0.5.0 +version=0.6.0 release=1 source=(https://github.com/kennylevinsen/seatd/archive/$version/$name-$version.tar.gz seatd.service) @@ -13,6 +13,9 @@ build() { meson setup $name-$version build \ --prefix=/usr \ --buildtype=plain \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true \ -D builtin=enabled meson compile -C build DESTDIR=$PKG meson install -C build