diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-09-04 21:48:18 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-09-04 21:48:32 -0500 |
commit | d4bb41575aafdb924ad4eb09300cfb7df39b390f (patch) | |
tree | 374e0bdf4c9c8cdcd16aa861546f366e90307792 /dunst | |
parent | 06dc940b50c42ff51b9baa740566cb0fb0d2ff3d (diff) | |
download | contrib-d4bb41575aafdb924ad4eb09300cfb7df39b390f.tar.gz contrib-d4bb41575aafdb924ad4eb09300cfb7df39b390f.tar.xz |
dunst: updated to version 1.5.0, added libnotify dependency
Diffstat (limited to 'dunst')
-rw-r--r-- | dunst/.footprint | 3 | ||||
-rw-r--r-- | dunst/.signature | 8 | ||||
-rw-r--r-- | dunst/Pkgfile | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/dunst/.footprint b/dunst/.footprint index 89ad24e08..7359a7bcf 100644 --- a/dunst/.footprint +++ b/dunst/.footprint @@ -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 diff --git a/dunst/.signature b/dunst/.signature index b570136f2..a7a1af0e5 100644 --- a/dunst/.signature +++ b/dunst/.signature @@ -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 diff --git a/dunst/Pkgfile b/dunst/Pkgfile index 66ba4cc80..546b49c57 100644 --- a/dunst/Pkgfile +++ b/dunst/Pkgfile @@ -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) |