mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
dunst: update to 1.3.2.
This commit is contained in:
parent
2242ea0fa4
commit
79987ecaeb
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'dunst'
|
# Template file for 'dunst'
|
||||||
pkgname=dunst
|
pkgname=dunst
|
||||||
version=1.3.1
|
version=1.3.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
hostmakedepends="pkg-config perl"
|
hostmakedepends="perl pkg-config"
|
||||||
makedepends="gtk+-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel
|
makedepends="gtk+-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel
|
||||||
libxdg-basedir-devel"
|
libxdg-basedir-devel"
|
||||||
short_desc="Lightweight and customizable notification daemon"
|
short_desc="Lightweight and customizable notification daemon"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
|
#changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
|
||||||
homepage="https://dunst-project.org"
|
homepage="https://dunst-project.org"
|
||||||
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=ea296e1d3244641986c8596c88a4482f60090e48ba544e19fae60c8677b86dd6
|
checksum=aab6e8fb1105a64153eee1db85d00ddb807994f03f7222aa46d40e3f3846d28a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue