1
0
forked from ports/contrib

basu: reflect changes in rundir

This commit is contained in:
Tim Biermann 2021-12-14 11:26:29 +01:00
parent 1637c7dd0a
commit ad44fc7383
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wfYYX5tpJgzCAxO/6ZwPtkKouJGtUhQPr8L0fMmsCWG9nw9fNuvDGgvCpSeG916TLmZQHvTraBr7P9SVjVjNw8=
SHA256 (Pkgfile) = 544574aacbbc3678a31c17b13962f834bc5e75953c997a779e35875f6129e5d1
RWSagIOpLGJF39B5GdIyc26RUWQK5HKb7T70nf4PFufmPACoaZ6pWBZgV1C8dxSRwjFtUJsAX6gliVt5XEsfnTLyDLwqQjzrqAg=
SHA256 (Pkgfile) = 43febd830ecc38c3d8c3803f207696c2945151483b170ab56aced117adeda822
SHA256 (.footprint) = 65dacdf4bf7c03f8ed88cc9733271b759abb9acef92c91b89a5e351b8a323b16
SHA256 (basu-0.2.0.tar.gz) = e2fda9b69fc6c4530173fcf8db94c29aa5f3ed932d948cc6a31892623cde5e4b

View File

@ -5,7 +5,7 @@
name=basu
version=0.2.0
release=1
release=2
source=(https://github.com/emersion/basu/archive/v$version/$name-$version.tar.gz)
build() {
@ -15,7 +15,7 @@ build() {
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
-D system-bus-address='unix:path=/var/run/dbus/system_bus_socket' \
-D system-bus-address='unix:path=/run/dbus/system_bus_socket' \
-D nobody-user=nobody
meson compile -C build
DESTDIR=$PKG meson install -C build