contrib/dunst/Pkgfile

17 lines
525 B
Plaintext
Raw Normal View History

2019-03-03 00:22:38 +01:00
# 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 libnotify
2019-03-03 00:22:38 +01:00
name=dunst
2022-07-02 21:02:55 +02:00
version=1.9.0
2019-03-03 00:22:38 +01:00
release=1
source=(https://github.com/dunst-project/$name/archive/v$version/$name-$version.tar.gz)
build() {
2021-02-24 17:03:32 +01:00
export WAYLAND=0
2019-03-03 00:22:38 +01:00
cd $name-$version
make
2021-11-18 04:58:36 +01:00
make PREFIX=/usr SYSCONFDIR=/etc DESTDIR=$PKG install
2019-03-03 00:22:38 +01:00
}