summaryrefslogtreecommitdiff
path: root/extra/gnome-desktop/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gnome-desktop/PKGBUILD')
-rw-r--r--extra/gnome-desktop/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gnome-desktop/PKGBUILD b/extra/gnome-desktop/PKGBUILD
index b4ffa04d9..d2111fda6 100644
--- a/extra/gnome-desktop/PKGBUILD
+++ b/extra/gnome-desktop/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=3.10.1
pkgrel=1
epoch=1
pkgdesc="Library with common API for various GNOME modules"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64' 'mips64el')
license=(GPL LGPL)
depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
makedepends=(intltool gobject-introspection itstool)
@@ -19,7 +19,7 @@ build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/$pkgname --disable-static \
- --with-gnome-distributor="Arch Linux"
+ --with-gnome-distributor="Parabola GNU/Linux-libre"
make
}