dunst: add 'dunstify'
This commit is contained in:
parent
fff7aaad3f
commit
b4c1d8f836
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'dunst'
|
# Template file for 'dunst'
|
||||||
pkgname=dunst
|
pkgname=dunst
|
||||||
version=1.3.2
|
version=1.3.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
|
make_build_target="all dunstify"
|
||||||
hostmakedepends="perl pkg-config"
|
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 libnotify-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-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
@ -17,4 +18,5 @@ checksum=aab6e8fb1105a64153eee1db85d00ddb807994f03f7222aa46d40e3f3846d28a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vbin dunstify
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue