From dcaf037ad0f00278bd982ac8b42abdb9ce29743c Mon Sep 17 00:00:00 2001 From: Nicolas Reynolds Date: Tue, 16 Aug 2011 11:04:52 -0300 Subject: Fixed linux-libre mkinitcpio issue. Pulseaudio doesn't depend on lirc-utils (lirc doesn't build) --- extra/kdegraphics-okular/PKGBUILD | 2 +- extra/lcms2/PKGBUILD | 2 +- extra/libqzeitgeist/PKGBUILD | 2 +- extra/lirc/PKGBUILD | 2 +- extra/pulseaudio/PKGBUILD | 5 +++-- libre/linux-libre/PKGBUILD | 1 + social/tinc/PKGBUILD | 9 ++++----- 7 files changed, 12 insertions(+), 11 deletions(-) diff --git a/extra/kdegraphics-okular/PKGBUILD b/extra/kdegraphics-okular/PKGBUILD index 67f9edee1..2d427c789 100644 --- a/extra/kdegraphics-okular/PKGBUILD +++ b/extra/kdegraphics-okular/PKGBUILD @@ -5,7 +5,7 @@ pkgname=kdegraphics-okular pkgver=4.7.0 pkgrel=1 pkgdesc='Document Viewer' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://kde.org/applications/graphics/okular/" license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdegraphics') diff --git a/extra/lcms2/PKGBUILD b/extra/lcms2/PKGBUILD index 7cdcf8bfa..c818e5e30 100644 --- a/extra/lcms2/PKGBUILD +++ b/extra/lcms2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lcms2 pkgver=2.2 pkgrel=1 pkgdesc="Small-footprint color management engine, version 2" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=('MIT') depends=('libtiff>=3.9.4') url="http://www.littlecms.com" diff --git a/extra/libqzeitgeist/PKGBUILD b/extra/libqzeitgeist/PKGBUILD index 6e2d4766f..7dddbaeea 100644 --- a/extra/libqzeitgeist/PKGBUILD +++ b/extra/libqzeitgeist/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.7.0 pkgrel=1 pkgdesc="A Qt interface to the Zeitgeist event tracking system" url="https://projects.kde.org/projects/kdesupport/libqzeitgeist" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('qt') makedepends=('cmake') diff --git a/extra/lirc/PKGBUILD b/extra/lirc/PKGBUILD index 49e504aae..0a10e033f 100644 --- a/extra/lirc/PKGBUILD +++ b/extra/lirc/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.9.0 pkgrel=6 epoch=1 _kernver=3.0-LIBRE -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lirc.org/" license=('GPL') makedepends=('help2man' 'linux-libre-headers>=3.0' 'linux-libre-headers<3.1' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python') diff --git a/extra/pulseaudio/PKGBUILD b/extra/pulseaudio/PKGBUILD index 73cc1d3a2..713e1bc06 100644 --- a/extra/pulseaudio/PKGBUILD +++ b/extra/pulseaudio/PKGBUILD @@ -13,7 +13,8 @@ url="http://pulseaudio.org/" license=(GPL LGPL) makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit speex libsamplerate tdb udev dbus-core xcb-util avahi bluez - gconf intltool jack lirc-utils openssl) + gconf intltool jack openssl) +[ "$CARCH" = "mips64el" ] || makedepends+=(lirc-utils) options=(!emptydirs !libtool !makeflags) source=("http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.gz" $pkgbase.xinit) @@ -47,8 +48,8 @@ package_pulseaudio() { 'bluez: bluetooth support' 'gconf: configuration through gconf' 'jack: jack support' - 'lirc-utils: infra-red support' 'openssl: RAOP support') +[ "$CARCH" = "mips64el" ] || optdepends+=('lirc-utils: infra-red support') backup=(etc/pulse/{daemon.conf,default.pa,system.pa}) install=pulseaudio.install cd "$srcdir/$pkgbase-$pkgver" diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 651cb40e9..ff7ee2b79 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -53,6 +53,7 @@ build() { # ensure N32 sed -i "s|CONFIG_MIPS32_N32=.*|CONFIG_MIPS32_N32=y|g" ./.config + sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"-LIBRE\"|g" ./.config else cat "${srcdir}/config.${CARCH}" > ./.config # simpler fi diff --git a/social/tinc/PKGBUILD b/social/tinc/PKGBUILD index 00899d50b..a975d8ab9 100644 --- a/social/tinc/PKGBUILD +++ b/social/tinc/PKGBUILD @@ -1,15 +1,14 @@ pkgname=tinc -pkgver=1.0.15 -pkgrel=2 +pkgver=1.0.16 +pkgrel=1 pkgdesc="VPN (Virtual Private Network) daemon" -arch=(i686 x86_64 'mips64el') +arch=(i686 x86_64 mips64el) url="http://www.tinc-vpn.org/" license=('GPL') depends=('lzo2' 'zlib' 'openssl') source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz tincd.conf tincd.rcd) -md5sums=('44bb7d1618955a0a56e9e159f1c46362') build() { cd "$srcdir/$pkgname-$pkgver" @@ -28,6 +27,6 @@ package() { install -Dm755 $srcdir/tincd.rcd $pkgdir/etc/rc.d/tincd install -Dm755 $srcdir/tincd.conf $pkgdir/etc/conf.d/tincd } -md5sums=('44bb7d1618955a0a56e9e159f1c46362' +md5sums=('f1c7ed94878725fb2cf4efb02bf160da' '9b40646cd898709e90ae3c32baecb075' '75516d05803ee6c6b22516e10129ad99') -- cgit v1.2.3-54-g00ecf