dunst: updated to version 1.5.0, added libnotify dependency

This commit is contained in:
Matt Housh 2020-09-04 21:48:18 -05:00
parent 06dc940b50
commit d4bb41575a
3 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dunst
-rwxr-xr-x root/root usr/bin/dunstctl
-rwxr-xr-x root/root usr/bin/dunstify
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/
@ -10,3 +12,4 @@ drwxr-xr-x root/root usr/share/dunst/
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

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+wnBNB5ILaTcTHZW7Dr/Q+k7/gRy4FmSZTWjbVj6KU2Y9TI11AoqtupiNAs52TBmeb1y+HaiLVNLyqiGOZaPAA=
SHA256 (Pkgfile) = 8adf808cf73626adeaa1eb04f88f81a379a3577c095ca19aad1b567d1894cc2e
SHA256 (.footprint) = 5e444186454a276de56288fb7ebc407b1ee2b3ac37fbf101a172fd8c6e7e9983
SHA256 (dunst-1.4.1.tar.gz) = 1563fe8c9eaf3307a3d7dbed240521f79e8415f136497030512c69713118bdfe
RWSagIOpLGJF3ydhpE7tgkKc0/mjFdpM8FmbCFEjr0sRSWVI/mRXnE0r5vkLy5+MGnzDrdHEV9JhdQS+USvvO/TR8JnGMF0H4ws=
SHA256 (Pkgfile) = 15678cdb86c16312f49d4561643b9e8d285967f42ccadde8595540e97d753e0a
SHA256 (.footprint) = 28e63a22c399722a918a1caf3bd420a9f91e928c8610615c9d7ed890bc16526d
SHA256 (dunst-1.5.0.tar.gz) = 2c390adf144b5fa0ff007ea3616c90f1bb537df6a8042196993f5585d1bc8c9a

View File

@ -1,10 +1,10 @@
# Description: A lightweight replacement for the notification daemons provided by most desktop environments
# URL: https://dunst-project.org/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: dbus gdk-pixbuf pango xorg-libxinerama xorg-libxrandr xorg-libxscrnsaver
# Depends on: dbus gdk-pixbuf pango xorg-libxinerama xorg-libxrandr xorg-libxscrnsaver libnotify
name=dunst
version=1.4.1
version=1.5.0
release=1
source=(https://github.com/dunst-project/$name/archive/v$version/$name-$version.tar.gz)