summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-04 11:55:39 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-04 11:55:39 -0300
commit320a473df80340f7d313f41d3646f10c29317010 (patch)
tree6bde83d5489eff006a6a4e6e1a869839b064a984 /extra
parent312d7f13e0a6ed7a0c4661999e2548c71b0a5c8a (diff)
ports
Diffstat (limited to 'extra')
-rw-r--r--extra/gnome-contacts/PKGBUILD2
-rw-r--r--extra/gnome-documents/PKGBUILD2
-rw-r--r--extra/gstreamer0.10/PKGBUILD4
3 files changed, 4 insertions, 4 deletions
diff --git a/extra/gnome-contacts/PKGBUILD b/extra/gnome-contacts/PKGBUILD
index ccbdbcb4e..166d1ee13 100644
--- a/extra/gnome-contacts/PKGBUILD
+++ b/extra/gnome-contacts/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=gnome-contacts
pkgver=3.2.2
pkgrel=1
pkgdesc="Contacts Manager for GNOME"
-arch=(i686 x86_64)
+arch=(i686 x86_64 mips64el)
url="http://www.gnome.org"
license=('GPL2')
groups=(gnome-extra)
diff --git a/extra/gnome-documents/PKGBUILD b/extra/gnome-documents/PKGBUILD
index 6865f4fdc..c9d3aa3ff 100644
--- a/extra/gnome-documents/PKGBUILD
+++ b/extra/gnome-documents/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=gnome-documents
pkgver=0.2.1
pkgrel=2
pkgdesc="Documents Manager for GNOME"
-arch=(i686 x86_64)
+arch=(i686 x86_64 mips64el)
url="http://www.gnome.org"
license=('GPL')
groups=('gnome-extra')
diff --git a/extra/gstreamer0.10/PKGBUILD b/extra/gstreamer0.10/PKGBUILD
index 480e14629..7d2a6151a 100644
--- a/extra/gstreamer0.10/PKGBUILD
+++ b/extra/gstreamer0.10/PKGBUILD
@@ -18,8 +18,8 @@ md5sums=('15389c73e091b1dda915279c388b9cb2')
build() {
cd "${srcdir}/gstreamer-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
- --with-package-name="GStreamer (Archlinux)" \
- --with-package-origin="http://www.archlinux.org/" \
+ --with-package-name="GStreamer (Parabola)" \
+ --with-package-origin="https://parabolagnulinux.org/" \
--enable-gtk-doc --disable-static
make
}