diff options
Diffstat (limited to 'testing/mate-notification-daemon/APKBUILD')
-rw-r--r-- | testing/mate-notification-daemon/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/mate-notification-daemon/APKBUILD b/testing/mate-notification-daemon/APKBUILD index 532bb32149..d45974a4c1 100644 --- a/testing/mate-notification-daemon/APKBUILD +++ b/testing/mate-notification-daemon/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> -# Maintainer: +# Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-notification-daemon pkgver=1.9.90 -pkgrel=0 +pkgrel=1 pkgdesc="Small, passive popup dialogs that notify the user of particular events" url="https://github.com/mate-desktop/mate-notification-daemon" arch="all" @@ -31,6 +31,7 @@ build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ + --with-gtk=2.0 \ --prefix=/usr \ || return 1 make || return 1 |