diff options
Diffstat (limited to 'extra/gnome-desktop2/PKGBUILD')
-rw-r--r-- | extra/gnome-desktop2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gnome-desktop2/PKGBUILD b/extra/gnome-desktop2/PKGBUILD index e84bd7f64..2900f8d25 100644 --- a/extra/gnome-desktop2/PKGBUILD +++ b/extra/gnome-desktop2/PKGBUILD @@ -5,9 +5,9 @@ _pkgname=gnome-desktop pkgname=${_pkgname}2 pkgver=2.32.1 -pkgrel=2 +pkgrel=2.2 pkgdesc="Library with common API for various GNOME modules (legacy version)" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=(GPL LGPL) depends=(gconf gtk2 startup-notification) makedepends=(gnome-doc-utils intltool) @@ -20,7 +20,7 @@ build() { cd "$srcdir/$_pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static \ - --with-gnome-distributor="Archlinux" \ + --with-gnome-distributor="Parabola GNU/Linux-libre" \ --disable-scrollkeeper \ --disable-gnome-about --disable-desktop-docs |