From 53083fcab1aa40057fd99038d5e95b07c9dd454b Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Tue, 14 Aug 2012 01:48:14 -0500 Subject: Add mips64el in archs --- community/ffmpeg-compat/PKGBUILD | 2 +- community/ristretto/PKGBUILD | 4 ++-- community/task/PKGBUILD | 10 +++++----- extra/libkgapi/PKGBUILD | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/community/ffmpeg-compat/PKGBUILD b/community/ffmpeg-compat/PKGBUILD index 19336feeb..43d256cf4 100644 --- a/community/ffmpeg-compat/PKGBUILD +++ b/community/ffmpeg-compat/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ffmpeg-compat pkgver=20120509 pkgrel=1 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ffmpeg.org/" license=('GPL') depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib) diff --git a/community/ristretto/PKGBUILD b/community/ristretto/PKGBUILD index 504e1d7ad..5b3b2a268 100644 --- a/community/ristretto/PKGBUILD +++ b/community/ristretto/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Ronald van Haren pkgname=ristretto -pkgver=0.6.0 +pkgver=0.6.3 pkgrel=1 pkgdesc="A fast and lightweight picture-viewer for Xfce" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ makedepends=('intltool') groups=('xfce4-goodies') install=ristretto.install source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2") -md5sums=('a61ef43cd325d985ecf71fcabf0c7940') +md5sums=('6b8c9a5d7ed319e4c84a9fefaa18792c') build() { cd "${srcdir}/$pkgname-$pkgver" diff --git a/community/task/PKGBUILD b/community/task/PKGBUILD index f326a90d4..f64fd7893 100644 --- a/community/task/PKGBUILD +++ b/community/task/PKGBUILD @@ -5,17 +5,17 @@ # Contributor: coolkehon pkgname=task -pkgver=2.0.0 -pkgrel=3 +pkgver=2.1.1 +pkgrel=1 pkgdesc="A command-line todo list manager" arch=('i686' 'x86_64' 'mips64el') url="http://taskwarrior.org/projects/show/taskwarrior/" license=('MIT') -depends=('lua') +depends=('lua' 'util-linux') makedepends=('cmake' 'lua') optdepends=('bash-completion: for bash completion' 'python: for python export addon' 'ruby: for ruby export addon' 'perl: for perl export addon') source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz) -sha256sums=('78971e366c2395de1cc4b0c4fc41dd950c309d3bc2f6e9594b4c5821ad6775bd') +sha256sums=('b2a3d15093988c703ed0fc9b011c532f662fc939ea741dd8b9c996d83901b05e') build() { cd "$srcdir/$pkgname-$pkgver" @@ -29,7 +29,7 @@ package() { make DESTDIR="$pkgdir" install # Note that we rename the bash completion script for bash-completion > 1.99, until upstream does so. - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task_completion.sh" "$pkgdir/usr/share/bash-completion/completions/task" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task.sh" "$pkgdir/usr/share/bash-completion/completions/task" install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" "$pkgdir/usr/share/fish/completions/task.fish" install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" "$pkgdir/usr/share/zsh/site-functions/_task" diff --git a/extra/libkgapi/PKGBUILD b/extra/libkgapi/PKGBUILD index 9fcc68fd8..23f4477b2 100644 --- a/extra/libkgapi/PKGBUILD +++ b/extra/libkgapi/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.4.1 pkgrel=1 pkgdesc="A KDE-based library for accessing various Google services via their public API" url='https://projects.kde.org/projects/kdereview/libkgoogle' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'LGPL' 'FDL') depends=('kdepimlibs' 'qjson') makedepends=('cmake' 'automoc4' 'boost') -- cgit v1.2.3-54-g00ecf