diff options
author | root <root@rshg054.dnsready.net> | 2012-02-22 23:15:20 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-22 23:15:20 +0000 |
commit | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (patch) | |
tree | 803d7c2e3ac59d0ba8ac74c1b2a6dc6167937631 /community/gshutdown | |
parent | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff) |
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/gshutdown')
-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 } |