summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-13 14:15:49 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-13 14:15:49 -0300
commit9b2a82dea5599c5a2077a4a97966a4c7dbd5a0e9 (patch)
tree115c12f2feeff4e59bd7857fe1901f3dc42c653c
parentea01feef306a10e744d48bae39c902b79a8bca91 (diff)
parent5a4b1941718000f99460bf57d9f6ddcc6a12a905 (diff)
Merge branch 'master' of ssh://gparabola/srv/git/abslibre-mips64el
-rw-r--r--community/apper/PKGBUILD2
-rw-r--r--community/liblinebreak/PKGBUILD2
-rw-r--r--community/spectrwm/PKGBUILD5
-rw-r--r--extra/libkcddb/PKGBUILD2
-rw-r--r--extra/libkcompactdisc/PKGBUILD2
5 files changed, 7 insertions, 6 deletions
diff --git a/community/apper/PKGBUILD b/community/apper/PKGBUILD
index 5fa8a5cca..e4751816e 100644
--- a/community/apper/PKGBUILD
+++ b/community/apper/PKGBUILD
@@ -8,7 +8,7 @@ _pkgmainver=0.7
pkgver=0.7.2
pkgrel=3
pkgdesc="KDE tools for PackageKit"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://kde-apps.org/content/show.php/Apper?content=84745"
license=('GPL')
depends=('kdebase-workspace' 'packagekit-qt2>=0.6.17')
diff --git a/community/liblinebreak/PKGBUILD b/community/liblinebreak/PKGBUILD
index a32dd8179..90c90b904 100644
--- a/community/liblinebreak/PKGBUILD
+++ b/community/liblinebreak/PKGBUILD
@@ -12,7 +12,7 @@ license=("custom:zlib/libpng")
depends=("glibc")
makedepends=()
options=("!libtool")
-source=("http://downloads.sourceforge.net/vimgadgets/liblinebreak-$pkgver.tar.gz")
+source=("http://downloads.sourceforge.net/vimgadgets/liblinebreak/2.1/liblinebreak-$pkgver.tar.gz")
md5sums=('9fe73b4b230434765be2305e50f8fe45')
build() {
diff --git a/community/spectrwm/PKGBUILD b/community/spectrwm/PKGBUILD
index 236e1cc76..2139bd877 100644
--- a/community/spectrwm/PKGBUILD
+++ b/community/spectrwm/PKGBUILD
@@ -6,11 +6,12 @@ pkgname=spectrwm
pkgver=1.2.0
pkgrel=1
pkgdesc="A minimalistic automatic tiling window manager that tries to stay out of the way."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.spectrwm.org"
_watch="https://opensource.conformal.com/snapshots/spectrwm/"
license=('custom:ISC')
-depends=('dmenu' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms' 'libxrandr' 'libxft' 'profont')
+depends=('dmenu' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms' 'libxrandr' 'libxft')
+[ "$CARCH" = "mips64el" ] || depends+=('profont')
replaces=('scrotwm')
makedepends=('libxt')
optdepends=('scrot: screenshots' 'xlockmore: screenlocking' 'terminus-font: great font')
diff --git a/extra/libkcddb/PKGBUILD b/extra/libkcddb/PKGBUILD
index 5950264d2..f82cc5374 100644
--- a/extra/libkcddb/PKGBUILD
+++ b/extra/libkcddb/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=4.9.0
pkgrel=1
pkgdesc="KDE CDDB library"
url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL' 'LGPL' 'FDL')
depends=('kdelibs' 'libmusicbrainz5')
makedepends=('cmake' 'automoc4')
diff --git a/extra/libkcompactdisc/PKGBUILD b/extra/libkcompactdisc/PKGBUILD
index b4e51f59e..78d38abcb 100644
--- a/extra/libkcompactdisc/PKGBUILD
+++ b/extra/libkcompactdisc/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=4.9.0
pkgrel=1
pkgdesc="A library for interfacing with CDs"
url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL' 'LGPL' 'FDL')
depends=('kdelibs')
makedepends=('cmake' 'automoc4')