summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-03 19:01:45 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-03 19:01:45 +0100
commit0d39ef7beb328ed4956d782e184cef3b8a30517e (patch)
tree3fafb1d13f5780a139108168571cd8489a4f7fc1 /community
parentc30d005256fc3ab9f8b83e4fded88289025ab4bf (diff)
parente363875b14479aa4c6ff12f3e4e7ed920df4e45f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/celt/PKGBUILD extra/llvm/PKGBUILD extra/rasqal/PKGBUILD extra/rdesktop/PKGBUILD extra/speex/PKGBUILD extra/wireshark/PKGBUILD extra/xorg-sessreg/PKGBUILD extra/xorg-xdpyinfo/PKGBUILD extra/xorg-xset/PKGBUILD
Diffstat (limited to 'community')
-rw-r--r--community/gigi/PKGBUILD4
-rw-r--r--community/intellij-idea-libs/PKGBUILD10
-rw-r--r--community/libcgns2/PKGBUILD7
-rw-r--r--community/librime/PKGBUILD8
-rw-r--r--community/libstatgrab/PKGBUILD4
-rw-r--r--community/meteorjs/PKGBUILD50
-rw-r--r--community/meteorjs/meteor13
-rw-r--r--community/pystatgrab/PKGBUILD8
-rw-r--r--community/python2-netifaces/PKGBUILD6
-rw-r--r--community/qtractor/PKGBUILD6
-rw-r--r--community/vtk/PKGBUILD11
-rw-r--r--community/vtk/python-destdir.diff11
-rw-r--r--community/xdotool/PKGBUILD13
13 files changed, 116 insertions, 35 deletions
diff --git a/community/gigi/PKGBUILD b/community/gigi/PKGBUILD
index 67f22bb7e..a9da47161 100644
--- a/community/gigi/PKGBUILD
+++ b/community/gigi/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 83250 2013-01-28 16:49:36Z stephane $
+# $Id: PKGBUILD 83482 2013-02-02 01:35:10Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: fana-m <geminin@gmx.net>
@@ -7,7 +7,7 @@
pkgname=gigi
pkgver=0.8.0
-pkgrel=15
+pkgrel=16
_fixedrevision=5407 # 5208
pkgdesc="Small, efficient and feature rich GUI for C++ and OpenGL (freeorion fork)"
url="http://gigi.sourceforge.net/"
diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD
index 7b59a1d18..d73e1f951 100644
--- a/community/intellij-idea-libs/PKGBUILD
+++ b/community/intellij-idea-libs/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 82378 2013-01-16 10:38:22Z stativ $
+# $Id: PKGBUILD 83501 2013-02-02 11:16:21Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=intellij-idea-libs
-pkgver=12.0.2
-_pkgver=123.123
+pkgver=12.0.3
+_pkgver=123.155
pkgrel=1
pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE"
arch=('i686' 'x86_64' 'mips64el')
@@ -10,9 +10,9 @@ url="http://www.jetbrains.org/"
license=('apache')
depends=('glibc')
source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('64de83782d5b5e0b3f0139cd933b87cd')
+md5sums=('6a378255d11f1634759d738eef0424fa')
-build() {
+package() {
cd "$srcdir"
install -d -m755 "$pkgdir/usr/share/intellijidea-ce/bin"
diff --git a/community/libcgns2/PKGBUILD b/community/libcgns2/PKGBUILD
index d92b0e76e..6dd015a46 100644
--- a/community/libcgns2/PKGBUILD
+++ b/community/libcgns2/PKGBUILD
@@ -1,3 +1,4 @@
+# $Id: PKGBUILD 83543 2013-02-02 15:55:58Z stephane $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
# Contributor: Klimov Max <cleemmi@gmail.com>
@@ -5,7 +6,7 @@ pkgname=libcgns2
_basever=2.5
_relver=5
pkgver=${_basever}.${_relver}
-pkgrel=2
+pkgrel=3
pkgdesc='General purpose library for the storage and retrieval of computational fluid dynamics analysis data by CGNS standard'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.cgns.org'
@@ -22,7 +23,7 @@ build() {
cd cgnslib_${_basever}
./configure \
- --prefix=${pkgdir}/usr \
+ --prefix=/usr \
--enable-shared \
${_64bits}
@@ -35,7 +36,7 @@ package() {
install -d ${pkgdir}/usr/include
install -d ${pkgdir}/usr/lib
- make install
+ make install LIBDIR=${pkgdir}/usr/lib INCLUDEDIR=${pkgdir}/usr/include
# install license
install -d ${pkgdir}/usr/share/licenses/libcgns2
diff --git a/community/librime/PKGBUILD b/community/librime/PKGBUILD
index 29ffda1d3..2e0957917 100644
--- a/community/librime/PKGBUILD
+++ b/community/librime/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 83438 2013-02-01 09:04:01Z fyan $
+# $Id: PKGBUILD 83484 2013-02-02 03:46:07Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: GONG Chen <chen dot sst at gmail dot com>
# Contributor: 網軍總司令
pkgname=librime
-pkgver=0.9.7
-pkgrel=5
+pkgver=0.9.8
+pkgrel=1
pkgdesc="Rime input method engine"
arch=('i686' 'x86_64' 'mips64el')
url="http://code.google.com/p/rimeime/"
@@ -25,4 +25,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums=('732fe5258ab4fced26e61475cdcffdb1')
+md5sums=('2ef61458bd5b08652ae0ca190af072ba')
diff --git a/community/libstatgrab/PKGBUILD b/community/libstatgrab/PKGBUILD
index 2479abb0c..09d7249d9 100644
--- a/community/libstatgrab/PKGBUILD
+++ b/community/libstatgrab/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 67515 2012-03-12 22:09:44Z lcarlier $
+# $Id: PKGBUILD 83514 2013-02-02 11:47:44Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: Hugo Ideler <hugoideler@dse.nl>
pkgname=libstatgrab
pkgver=0.17
-pkgrel=2
+pkgrel=3
pkgdesc="A library that provides cross platform access to statistics about the system on which it's run"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.i-scream.org/libstatgrab"
diff --git a/community/meteorjs/PKGBUILD b/community/meteorjs/PKGBUILD
new file mode 100644
index 000000000..b514b39f3
--- /dev/null
+++ b/community/meteorjs/PKGBUILD
@@ -0,0 +1,50 @@
+# $Id: PKGBUILD 83547 2013-02-02 18:38:31Z mtorromeo $
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
+# Contributor: Parth Buch <parthbuch115 at gmail dot com>
+# Contributor: Tom Vincent <http://tlvince.com/contact/>
+
+pkgname=meteorjs
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="Open-source platform for building top-quality web apps in a fraction of the time."
+arch=('i686' 'x86_64')
+url="https://github.com/meteor/meteor"
+license=('MIT')
+depends=('nodejs' 'mongodb')
+options=('!strip')
+
+sha256sums=('64dbdfd1788e3859f54bbe36e99ca60574e625c68d41b9bfc9384b253b345798'
+ 'a3ac659c52b652676da0530f2148025e0f8bfa84bccf63431c20eb72d3bc5cb7')
+
+if [ "$CARCH" == x86_64 ]; then
+ _arch="amd64"
+else
+ _arch="i386"
+ sha256sums[0]='7a3c1eaa8588876ed8bec6bab20b0be99f7e36fce839b3d70b776018ca606f89'
+fi
+
+source=("http://d3sqy0vbqsdhku.cloudfront.net/meteor_$pkgver-1_$_arch.deb" meteor)
+
+package() {
+ tar xf data.tar.gz -C "$pkgdir" ./usr/lib/meteor
+
+ install -Dm644 "$pkgdir/usr/lib/meteor/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+ install -Dm755 "$srcdir/meteor" "$pkgdir/usr/bin/meteor"
+
+ cd "$pkgdir/usr/lib/meteor"
+ rm -rf LICENSE.txt lib/node lib/dtrace lib/node_modules/npm share include \
+ lib/node_modules/mongodb/node_modules/bson/build/Release/obj.target/bson.node
+
+ # mongodb links
+ rm -rf mongodb
+ install -dm755 mongodb/bin
+ ln -s /usr/bin/mongod mongodb/bin/mongod
+ ln -s /usr/bin/mongo mongodb/bin/mongo
+
+ # node links
+ rm -rf bin
+ install -dm755 bin
+ ln -s /usr/bin/node bin/node
+ ln -s /usr/bin/node-waf bin/node-waf
+ ln -s /usr/bin/npm bin/npm
+}
diff --git a/community/meteorjs/meteor b/community/meteorjs/meteor
new file mode 100644
index 000000000..252f4afe3
--- /dev/null
+++ b/community/meteorjs/meteor
@@ -0,0 +1,13 @@
+#!/bin/sh
+if [ "$(ulimit -n)" != "unlimited" ] ; then
+ ulimit -n 16384 > /dev/null 2>&1 || \
+ ulimit -n 8192 > /dev/null 2>&1 || \
+ ulimit -n 4096 > /dev/null 2>&1 || \
+ ulimit -n 2048 > /dev/null 2>&1 || \
+ ulimit -n 1024 > /dev/null 2>&1 || \
+ ulimit -n 512 > /dev/null 2>&1
+fi
+
+METEORDIR=/usr/lib/meteor
+export NODE_PATH=$METEORDIR/lib/node_modules
+exec /usr/bin/node $METEORDIR/app/meteor/meteor.js "$@"
diff --git a/community/pystatgrab/PKGBUILD b/community/pystatgrab/PKGBUILD
index 18a8af4fd..dddd0d129 100644
--- a/community/pystatgrab/PKGBUILD
+++ b/community/pystatgrab/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 67748 2012-03-14 10:19:17Z giovanni $
+# $Id: PKGBUILD 83539 2013-02-02 14:53:33Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Hugo Ideler <hugoideler@dse.nl>
pkgname=pystatgrab
pkgver=0.5
-pkgrel=5
+pkgrel=6
pkgdesc="Python bindings for libstatgrab"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.i-scream.org/pystatgrab"
license=('GPL')
depends=('python2' 'libstatgrab')
source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b7a3451ba682ebf167fcb43f1769a121')
+sha256sums=('f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8')
-build() {
+package() {
cd ${srcdir}/$pkgname-$pkgver
python2 setup.py build
diff --git a/community/python2-netifaces/PKGBUILD b/community/python2-netifaces/PKGBUILD
index 1260a873c..daad6408f 100644
--- a/community/python2-netifaces/PKGBUILD
+++ b/community/python2-netifaces/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 75808 2012-08-31 20:40:47Z giovanni $
+# $Id: PKGBUILD 83533 2013-02-02 14:19:06Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
# Contributor: Ghost of Kendo <ghostofkendo at gmail dot com>
pkgname=python2-netifaces
pkgver=0.8
-pkgrel=1
+pkgrel=2
pkgdesc="Portable module to access network interface information in Python"
arch=('i686' 'x86_64')
url="http://alastairs-place.net/netifaces/"
@@ -15,7 +15,7 @@ makedepends=('python2-distribute')
source=("http://alastairs-place.net/projects/netifaces/netifaces-${pkgver}.tar.gz")
md5sums=('e57e5983f4c286fac5f8068fbfc5c873')
-build() {
+package() {
cd "${srcdir}/netifaces-${pkgver}"
python2 setup.py install --root "${pkgdir}"
diff --git a/community/qtractor/PKGBUILD b/community/qtractor/PKGBUILD
index 7698fd62b..10df6d28e 100644
--- a/community/qtractor/PKGBUILD
+++ b/community/qtractor/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 77470 2012-10-10 18:38:48Z schiv $
+# $Id: PKGBUILD 83551 2013-02-02 19:12:45Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Philipp Überbacher <hollunder at gmx dot at>
pkgname=qtractor
-pkgver=0.5.6
+pkgver=0.5.7
pkgrel=1
pkgdesc="Audio/MIDI multitrack sequencer"
arch=('i686' 'x86_64' 'mips64el')
@@ -14,7 +14,7 @@ depends=('qt' 'jack' 'suil' 'lilv' 'libmad'
makedepends=('ladspa' 'dssi')
[ "$CARCH" = "i686" ] && optdepends=('dssi-vst: win32 VST support')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('1483f37c6228cab8eaee3ac1c03ded6e')
+md5sums=('a3f42dc1125d6ec0bd88286fe7738f04')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/vtk/PKGBUILD b/community/vtk/PKGBUILD
index b322bb75a..d107e8eda 100644
--- a/community/vtk/PKGBUILD
+++ b/community/vtk/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81612 2012-12-25 00:34:18Z foutrelis $
+# $Id: PKGBUILD 83521 2013-02-02 12:57:08Z aginiewicz $
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Christofer Bertonha <christoferbertonha at gmail dot com>
@@ -10,7 +10,7 @@
pkgname=vtk
pkgver=5.10.1
-pkgrel=2
+pkgrel=3
pkgdesc='A software system for 3D computer graphics, image processing, and visualization.'
arch=('i686' 'x86_64')
url='http://www.vtk.org/'
@@ -24,12 +24,13 @@ optdepends=('python2: python bindings'
'graphviz: drawing tools')
source=("http://www.vtk.org/files/release/${pkgver:0:4}/vtk-${pkgver}.tar.gz"
"http://www.vtk.org/files/release/${pkgver:0:4}/vtkdata-${pkgver}.tar.gz"
- ffmpeg-0.8.diff ffmpeg-0.11.diff tcl-8.6.diff)
+ ffmpeg-0.8.diff ffmpeg-0.11.diff tcl-8.6.diff python-destdir.diff)
md5sums=('264b0052e65bd6571a84727113508789'
'b6355063264cd56bcd1396c92f6ca59a'
'e992321c9d1def6034d0fa6607b40c5a'
'81922ea61989e5591135f233a0400694'
- 'a804a9f034e24ef1a8b28542c15ce1a1')
+ 'a804a9f034e24ef1a8b28542c15ce1a1'
+ 'f7aba715bcc10de93a6ecf1cd6b0c560')
build() {
cd "${srcdir}"/VTK$pkgver
@@ -38,6 +39,7 @@ build() {
patch -Np1 -i "${srcdir}/ffmpeg-0.8.diff"
patch -Np1 -i "${srcdir}/ffmpeg-0.11.diff"
patch -Np1 -i "${srcdir}/tcl-8.6.diff"
+ patch -Np1 -i "${srcdir}/python-destdir.diff"
cd "${srcdir}"
@@ -75,7 +77,6 @@ build() {
-DVTK_WRAP_JAVA:BOOL=ON \
-DVTK_WRAP_PYTHON:BOOL=ON \
-DVTK_WRAP_TCL:BOOL=ON \
- -DVTK_PYTHON_SETUP_ARGS:STRING="--root='${pkgdir}'" \
-DVTK_USE_QT:BOOL=ON \
-DVTK_INSTALL_QT_PLUGIN_DIR:STRING="/usr/lib/qt/plugins" \
-DVTK_USE_GUISUPPORT:BOOL=ON \
diff --git a/community/vtk/python-destdir.diff b/community/vtk/python-destdir.diff
new file mode 100644
index 000000000..9b1504b8b
--- /dev/null
+++ b/community/vtk/python-destdir.diff
@@ -0,0 +1,11 @@
+--- VTK/Wrapping/Python/CMakeLists.txt.orig 2013-02-02 12:56:08.067142089 +0100
++++ VTK/Wrapping/Python/CMakeLists.txt 2013-02-02 12:58:16.182794679 +0100
+@@ -558,7 +558,7 @@
+
+ # Create default python setup arguments if they are not set.
+ IF(NOT DEFINED VTK_PYTHON_SETUP_ARGS)
+- SET(VTK_PYTHON_SETUP_ARGS "--prefix=\"${DOLLAR}{CMAKE_INSTALL_PREFIX}\""
++ SET(VTK_PYTHON_SETUP_ARGS "--root=\"${DOLLAR}DESTDIR\" --prefix=\"${DOLLAR}{CMAKE_INSTALL_PREFIX}\""
+ CACHE STRING "Arguments passed to \"python setup.py install ...\" during installation.")
+ MARK_AS_ADVANCED(VTK_PYTHON_SETUP_ARGS)
+ ENDIF(NOT DEFINED VTK_PYTHON_SETUP_ARGS)
diff --git a/community/xdotool/PKGBUILD b/community/xdotool/PKGBUILD
index 58913e176..be88a817a 100644
--- a/community/xdotool/PKGBUILD
+++ b/community/xdotool/PKGBUILD
@@ -1,22 +1,27 @@
-# $Id: PKGBUILD 48265 2011-05-30 19:01:31Z foutrelis $
-# Maintainer: Evangelos Foutras <foutrelis@gmail.com>
+# $Id: PKGBUILD 83490 2013-02-02 09:44:29Z foutrelis $
+# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Rttommy <rttommy@gmail.com>
pkgname=xdotool
pkgver=2.20110530.1
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line X11 automation tool"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.semicomplete.com/projects/xdotool/"
license=('BSD')
depends=('libxtst' 'libxinerama')
source=(http://semicomplete.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('bf8372b2e76e8ee3884763cee6e8b3f66bf29aa6')
+sha256sums=('e7b42c8b1d391970e1c1009b256033f30e57d8e0a2a3de229fd61ecfc27baf67')
build() {
cd "$srcdir/$pkgname-$pkgver"
make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
make PREFIX="$pkgdir/usr" INSTALLMAN="$pkgdir/usr/share/man" install
# License