ports/contrib (3.6): dunst: updated to version 1.6.1
commit f068092fcaf6aa44096eabcc73d58f7c60cab23a Author: Matt Housh <jaeger@crux.ninja> Date: Wed Feb 24 10:03:32 2021 -0600 dunst: updated to version 1.6.1 diff --git a/dunst/.footprint b/dunst/.footprint index 7359a7bcf..d3d017cc9 100644 --- a/dunst/.footprint +++ b/dunst/.footprint @@ -1,3 +1,6 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/dunst/ +-rw-r--r-- root/root etc/dunst/dunstrc drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/dunst @@ -7,9 +10,9 @@ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/dbus-1/ drwxr-xr-x root/root usr/share/dbus-1/services/ -rw-r--r-- root/root usr/share/dbus-1/services/org.knopwob.dunst.service -drwxr-xr-x root/root usr/share/dunst/ --rw-r--r-- root/root usr/share/dunst/dunstrc drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/dunst.1.gz -rw-r--r-- root/root usr/share/man/man1/dunstctl.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/dunst.5.gz diff --git a/dunst/.signature b/dunst/.signature index a7a1af0e5..0689bd232 100644 --- a/dunst/.signature +++ b/dunst/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3ydhpE7tgkKc0/mjFdpM8FmbCFEjr0sRSWVI/mRXnE0r5vkLy5+MGnzDrdHEV9JhdQS+USvvO/TR8JnGMF0H4ws= -SHA256 (Pkgfile) = 15678cdb86c16312f49d4561643b9e8d285967f42ccadde8595540e97d753e0a -SHA256 (.footprint) = 28e63a22c399722a918a1caf3bd420a9f91e928c8610615c9d7ed890bc16526d -SHA256 (dunst-1.5.0.tar.gz) = 2c390adf144b5fa0ff007ea3616c90f1bb537df6a8042196993f5585d1bc8c9a +RWSagIOpLGJF34mwzWbQ2Kn00MvTyPjuhlOHt3cAPHDO6GzO7Ue0JL+yBsMDPqKZlUW5XxBwmzwjmpAkLiCjj4ZpCEfMH9SiywU= +SHA256 (Pkgfile) = 7e956ee5e0d957fec01e3dad79da4d9712b9d0d687ddb163db07a1fd954b7eed +SHA256 (.footprint) = 103e94b9a75fb6883c283fcee27040e1f7676adbfdf8bb6c57f3e0692c6305a8 +SHA256 (dunst-1.6.1.tar.gz) = cc7d801575f75e92b18d46ee5d3df80aaf331c88b83ec6caabbecf8636310e13 diff --git a/dunst/Pkgfile b/dunst/Pkgfile index 546b49c57..7bd2ef2cb 100644 --- a/dunst/Pkgfile +++ b/dunst/Pkgfile @@ -4,11 +4,12 @@ # Depends on: dbus gdk-pixbuf pango xorg-libxinerama xorg-libxrandr xorg-libxscrnsaver libnotify name=dunst -version=1.5.0 +version=1.6.1 release=1 source=(https://github.com/dunst-project/$name/archive/v$version/$name-$version.tar....) build() { + export WAYLAND=0 cd $name-$version make make PREFIX=/usr DESTDIR=$PKG install
participants (1)
-
crux@crux.nu