swaync: 0.7.3 -> 0.8.0; new dependencies: libgee, pulseaudio

This commit is contained in:
Tim Biermann 2023-02-25 12:18:09 +01:00
parent 49d43212d2
commit 2b2a27542a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/kalBV2XGjuYndX5LTVLnocHxGkt+/gVvJXeEEWvRJJOg8XNgHpQaOfJCisrma/54hWyF8xTH5FzXmqHWC8TA8=
SHA256 (Pkgfile) = b455394e7947606919ff9015cb61b7bb7db338214366da3ca8dc2063474413c9
RWSagIOpLGJF393hvmvwaVXnb571EEdumJPYnTslr/RNptbWLCJtjAMi++dVrwo+39viyIm1WfeACpyUqp22HOYvJW2atNkFago=
SHA256 (Pkgfile) = 815a48437815c85d2bf0edefcd939f6fc41415db0c139778a651e393970b567d
SHA256 (.footprint) = c6e91336ac0d1c7c2b222ea53b9fe9e87dfb1cdc94f82ea20ea604e91e788e35
SHA256 (swaync-0.7.3.tar.gz) = c17553ac00e3824ea6c9c2ebf777d9e1c73e0cb46dd663b91eab04c71303ced6
SHA256 (swaync-0.8.0.tar.gz) = 0640043fef600a5a494ac22f09e99118462e7ef2bdfd7fc85230b3e517bfc7d6

View File

@ -1,10 +1,10 @@
# Description: A simple GTK based notification daemon for SwayWM
# URL: https://github.com/ErikReider/SwayNotificationCenter
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: gtk-layer-shell json-glib libhandy
# Depends on: gtk-layer-shell json-glib libgee libhandy pulseaudio
name=swaync
version=0.7.3
version=0.8.0
release=1
source=(https://github.com/ErikReider/SwayNotificationCenter/archive/v$version/$name-$version.tar.gz)
@ -21,7 +21,8 @@ build() {
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
-D b_pie=true \
-D scripting=true
meson compile -C build
DESTDIR=$PKG meson install -C build