summaryrefslogtreecommitdiff
path: root/community/giggle/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/giggle/PKGBUILD')
-rw-r--r--community/giggle/PKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/community/giggle/PKGBUILD b/community/giggle/PKGBUILD
index fc69f80fb..243511dc2 100644
--- a/community/giggle/PKGBUILD
+++ b/community/giggle/PKGBUILD
@@ -6,19 +6,25 @@ pkgname=giggle
pkgver=0.6.1
pkgrel=1
pkgdesc="Git repository viewer"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://live.gnome.org/giggle"
license=('GPL')
depends=('git' 'gtksourceview3' 'vte3')
makedepends=('intltool' 'itstool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.6/${pkgname}-${pkgver}.tar.xz)
+source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.6/${pkgname}-${pkgver}.tar.xz
+ gmodule.patch)
options=(!libtool)
install=giggle.install
-sha256sums=('6c0b5c2b417217509bf88096447afa4af70fd33e8a6db5caa0aa86b44c01a5b8')
+sha256sums=('6c0b5c2b417217509bf88096447afa4af70fd33e8a6db5caa0aa86b44c01a5b8'
+ 'f8ad37a5e533e24afe127e6d67f7baf055ebed93b822644d7a08d97c96079474')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ # An upstream build fix.
+ patch -p1 -i "$srcdir/gmodule.patch"
+ autoconf
+
./configure \
--prefix=/usr
make