diff options
Diffstat (limited to 'community/gshutdown/PKGBUILD')
-rw-r--r-- | community/gshutdown/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gshutdown/PKGBUILD b/community/gshutdown/PKGBUILD index 8bd709fb7..665e1a034 100644 --- a/community/gshutdown/PKGBUILD +++ b/community/gshutdown/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 41578 2011-03-08 00:00:42Z ebelanger $ +# $Id: PKGBUILD 65592 2012-02-21 09:21:53Z spupykin $ # Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: Achraf cherti <achrafcherti@gmail.com> pkgname=gshutdown pkgver=0.2 -pkgrel=3 +pkgrel=4 pkgdesc="An advanced shutdown utility" arch=('i686' 'x86_64') url="http://gshutdown.tuxfamily.org" @@ -18,7 +18,7 @@ sha1sums=('ab73b1d6c36831df82d231ffa333cdf394fd5b3e') build() { cd "$srcdir/$pkgname-$pkgver" sed -i 's/notify_notification_new("GShutdown", message, NULL, GTK_WIDGET(widget));/notify_notification_new("GShutdown", message, GTK_WIDGET(widget));/' src/gui.c - ./configure --prefix=/usr --mandir=/usr/share + LDFLAGS="-lX11 -lXau" ./configure --prefix=/usr --mandir=/usr/share make } |