summaryrefslogtreecommitdiff
path: root/community/gshutdown/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gshutdown/PKGBUILD')
-rw-r--r--community/gshutdown/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/gshutdown/PKGBUILD b/community/gshutdown/PKGBUILD
index 665e1a034..36a1fc53a 100644
--- a/community/gshutdown/PKGBUILD
+++ b/community/gshutdown/PKGBUILD
@@ -6,17 +6,19 @@ pkgname=gshutdown
pkgver=0.2
pkgrel=4
pkgdesc="An advanced shutdown utility"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://gshutdown.tuxfamily.org"
license=('GPL')
depends=('libglade' 'libnotify')
makedepends=('pkg-config')
-source=(http://gshutdown.tuxfamily.org/release/$pkgname-$pkgver.tar.gz)
-md5sums=('c0662f6b74fa1be10e4d34bfc5731d9b')
-sha1sums=('ab73b1d6c36831df82d231ffa333cdf394fd5b3e')
+source=(http://gshutdown.tuxfamily.org/release/$pkgname-$pkgver.tar.gz
+ gshutdown-0.2-glib.patch)
+md5sums=('c0662f6b74fa1be10e4d34bfc5731d9b'
+ '8d624b2651240d5dffd5fd208a5354ff')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ patch -Np1 -i ${srcdir}/gshutdown-0.2-glib.patch
sed -i 's/notify_notification_new("GShutdown", message, NULL, GTK_WIDGET(widget));/notify_notification_new("GShutdown", message, GTK_WIDGET(widget));/' src/gui.c
LDFLAGS="-lX11 -lXau" ./configure --prefix=/usr --mandir=/usr/share
make