summaryrefslogtreecommitdiff
path: root/community/gshutdown
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
commitf87cdf22eb712b5b1c118f768d4ff710fc839403 (patch)
tree023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/gshutdown
parent290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff)
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/arp-scan/PKGBUILD community/curlftpfs/PKGBUILD community/dtach/PKGBUILD community/espeakup/PKGBUILD community/g2sc/PKGBUILD community/judy/PKGBUILD community/python-fuse/PKGBUILD community/sisctrl/PKGBUILD extra/avahi/PKGBUILD extra/kdesdk/PKGBUILD extra/nasm/PKGBUILD multilib/lib32-p11-kit/PKGBUILD multilib/lib32-pixman/PKGBUILD testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/gshutdown')
-rw-r--r--community/gshutdown/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gshutdown/PKGBUILD b/community/gshutdown/PKGBUILD
index 0279babbb..31bb7d762 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' 'mips64el')
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
}