diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-03-31 11:36:32 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-03-31 11:36:32 -0500 |
commit | f6965c6280aecad9ef2c98c6765f8589b5772ba9 (patch) | |
tree | 2084312041b7838192da3184cec09fa646baebe3 | |
parent | 0782d783f90bc8564112a406bb28c6bb87ab6c03 (diff) |
Add mips64el in archs
-rw-r--r-- | community/libgit2/PKGBUILD | 2 | ||||
-rw-r--r-- | community/libmatio/PKGBUILD | 2 | ||||
-rw-r--r-- | community/libtaginfo/PKGBUILD | 2 | ||||
-rwxr-xr-x | community/lightdm-gtk3-greeter/PKGBUILD | 2 | ||||
-rwxr-xr-x | community/lightdm-kde-greeter/PKGBUILD | 2 | ||||
-rwxr-xr-x | community/lightdm/PKGBUILD | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/community/libgit2/PKGBUILD b/community/libgit2/PKGBUILD index 3a093b9af..af2115029 100644 --- a/community/libgit2/PKGBUILD +++ b/community/libgit2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libgit2 pkgver=0.17.0 pkgrel=2 pkgdesc="A linkable library for Git" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libgit2.github.com/" depends=('zlib') makedepends=(cmake python) diff --git a/community/libmatio/PKGBUILD b/community/libmatio/PKGBUILD index 7bc220d2c..90999e013 100644 --- a/community/libmatio/PKGBUILD +++ b/community/libmatio/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libmatio pkgver=1.5.0 pkgrel=2 pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('LGPL') url='http://sourceforge.net/projects/matio' depends=('zlib') diff --git a/community/libtaginfo/PKGBUILD b/community/libtaginfo/PKGBUILD index 7ce899f5c..ec7897ccb 100644 --- a/community/libtaginfo/PKGBUILD +++ b/community/libtaginfo/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libtaginfo pkgver=0.1.3 pkgrel=1 pkgdesc="Library for reading media metadata" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://bitbucket.org/shuerhaaken/libtaginfo" depends=('taglib' 'gcc-libs') license=('GPL2') diff --git a/community/lightdm-gtk3-greeter/PKGBUILD b/community/lightdm-gtk3-greeter/PKGBUILD index f34d28452..325e46415 100755 --- a/community/lightdm-gtk3-greeter/PKGBUILD +++ b/community/lightdm-gtk3-greeter/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.3.1 pkgrel=1 epoch=1 pkgdesc="GTK+ greeter for LightDM" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/lightdm-gtk-greeter" license=('GPL3' 'LGPL3') depends=('gtk3' 'lightdm') diff --git a/community/lightdm-kde-greeter/PKGBUILD b/community/lightdm-kde-greeter/PKGBUILD index f9730bd45..3f05903f7 100755 --- a/community/lightdm-kde-greeter/PKGBUILD +++ b/community/lightdm-kde-greeter/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lightdm-kde-greeter pkgver=0.3.1 pkgrel=2 pkgdesc="KDE greeter for LightDM" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://projects.kde.org/projects/playground/base/lightdm" license=('GPL') depends=('kdelibs' 'liblightdm-qt4') diff --git a/community/lightdm/PKGBUILD b/community/lightdm/PKGBUILD index 9ad4762cc..0f6773b73 100755 --- a/community/lightdm/PKGBUILD +++ b/community/lightdm/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.4.0 pkgrel=3 epoch=1 pkgdesc="A lightweight display manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/lightdm" license=('GPL3' 'LGPL3') makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'itstool' 'libxklavier' 'qt4') |