aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mate-notification-daemon
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-03-24 14:59:14 +0000
committerAlan Lacerda <alacerda@alpinelinux.org>2015-03-24 16:19:36 +0000
commit524d3067cd5b991d7307739eede57a5712457083 (patch)
treea2ba41a145a66c2c326835f92627eff054f96a5c /testing/mate-notification-daemon
parentc806dd4db4c94783ac978071d4b9fdc155dbed07 (diff)
downloadaports-524d3067cd5b991d7307739eede57a5712457083.tar.bz2
aports-524d3067cd5b991d7307739eede57a5712457083.tar.xz
testing/mate-notification-daemon: adding maintainer and setting gtk 2.0
Diffstat (limited to 'testing/mate-notification-daemon')
-rw-r--r--testing/mate-notification-daemon/APKBUILD5
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