mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
dunst: update to 1.7.2.
This commit is contained in:
parent
9d420f0d91
commit
51607200f9
1 changed files with 7 additions and 4 deletions
|
@ -1,21 +1,24 @@
|
||||||
# Template file for 'dunst'
|
# Template file for 'dunst'
|
||||||
pkgname=dunst
|
pkgname=dunst
|
||||||
version=1.7.1
|
version=1.7.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_check_target=test
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
make_build_args="SYSTEMD=0 WAYLAND=$(vopt_if wayland 1 0)"
|
make_build_args="SYSTEMD=0 WAYLAND=$(vopt_if wayland 1 0) SYSCONFDIR=/etc"
|
||||||
make_install_args="$make_build_args"
|
make_install_args="$make_build_args"
|
||||||
hostmakedepends="perl pkg-config"
|
hostmakedepends="perl pkg-config"
|
||||||
makedepends="gtk+-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel
|
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')"
|
||||||
|
checkdepends="dbus"
|
||||||
|
conf_files="/etc/dunst/dunstrc"
|
||||||
short_desc="Lightweight and customizable notification daemon"
|
short_desc="Lightweight and customizable notification daemon"
|
||||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://dunst-project.org"
|
homepage="https://dunst-project.org"
|
||||||
changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
|
distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
|
||||||
checksum=f61ed3280aee9ec2aac07c44cf3d147df8fe8a6d7b92b6e8ab04e546bff1adce
|
checksum=e4fa376d327e8a4cd375d00d4c318c93cc0968d4f184ab40da94ca6b30477181
|
||||||
|
|
||||||
build_options="wayland"
|
build_options="wayland"
|
||||||
build_options_default="wayland"
|
build_options_default="wayland"
|
||||||
|
|
Loading…
Add table
Reference in a new issue