Skip to content

Commit

Permalink
dunst: update to 1.9.1.
Browse files Browse the repository at this point in the history
Add pango-devel dependency
  • Loading branch information
biopsin committed Mar 14, 2023
1 parent c2d35eb commit d38e538
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/dunst/template
@@ -1,6 +1,6 @@
# Template file for 'dunst'
pkgname=dunst
version=1.9.0
version=1.9.1
revision=1
build_style=gnu-makefile
make_check_target=test
Expand All @@ -9,7 +9,8 @@ make_build_args="SYSTEMD=0 WAYLAND=$(vopt_if wayland 1 0) SYSCONFDIR=/etc"
make_install_args="$make_build_args"
hostmakedepends="perl pkg-config"
makedepends="gdk-pixbuf-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel
libxdg-basedir-devel libnotify-devel $(vopt_if wayland 'wayland-devel wayland-protocols')"
libxdg-basedir-devel libnotify-devel $(vopt_if wayland 'wayland-devel wayland-protocols')
pango-devel"
checkdepends="dbus"
conf_files="/etc/dunst/dunstrc"
short_desc="Lightweight and customizable notification daemon"
Expand All @@ -18,7 +19,7 @@ license="BSD-3-Clause"
homepage="https://dunst-project.org"
changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
checksum=b7b8d7d6560bb241b1e4d37eba770cdf19b9d5dbfc1d4d47572ad676f3f7c98a
checksum=571d82d5feef995e69a35e708a400a0cfa12a0f81854c5a3357e17844bf6249a

build_options="wayland"
build_options_default="wayland"
Expand Down

0 comments on commit d38e538

Please sign in to comment.