summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/elinks/PKGBUILD6
-rw-r--r--community/grass/PKGBUILD2
-rw-r--r--community/grass/grass.install12
-rw-r--r--community/nodejs/PKGBUILD12
-rw-r--r--community/notion/PKGBUILD77
-rw-r--r--community/obconf/PKGBUILD6
-rw-r--r--community/rawtherapee/PKGBUILD4
-rw-r--r--community/sage-mathematics/PKGBUILD13
-rw-r--r--community/skrooge/PKGBUILD9
-rw-r--r--community/zynaddsubfx/PKGBUILD6
10 files changed, 110 insertions, 37 deletions
diff --git a/community/elinks/PKGBUILD b/community/elinks/PKGBUILD
index 6c69a2021..57957d67c 100644
--- a/community/elinks/PKGBUILD
+++ b/community/elinks/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 54327 2011-08-17 00:58:33Z kkeen $
+# $Id: PKGBUILD 54357 2011-08-17 12:23:10Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
@@ -8,7 +8,7 @@
pkgname=elinks
pkgver=0.13
_commit="30c485af4c4ba128d82171a6066594f3cfaeae5d"
-pkgrel=8
+pkgrel=9
pkgdesc="An advanced and well-established feature-rich text mode web browser."
arch=("i686" "x86_64")
url="http://elinks.or.cz"
@@ -44,7 +44,7 @@ build() {
[ -x configure ] || sh autogen.sh
./configure --prefix=/usr --mandir=/usr/share/man \
--sysconfdir=/etc \
- --enable-smb --without-x --enable-cgi \
+ --disable-smb --without-x --enable-cgi \
--enable-leds --enable-256-colors --enable-html-highlight \
--with-zlib
make
diff --git a/community/grass/PKGBUILD b/community/grass/PKGBUILD
index e1e10c242..dcfce221a 100644
--- a/community/grass/PKGBUILD
+++ b/community/grass/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=grass
pkgver=6.4.1
-pkgrel=2
+pkgrel=3
pkgdesc='Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/maps production, spatial modeling, and visualization.'
arch=('i686' 'x86_64')
url='http://grass.itc.it/index.php'
diff --git a/community/grass/grass.install b/community/grass/grass.install
index dc6b4eec6..07e347eb1 100644
--- a/community/grass/grass.install
+++ b/community/grass/grass.install
@@ -1,12 +1,6 @@
+## arg 1: the new package version
post_install() {
- pre_remove
-}
-
-post_upgrade() {
- pre_remove
-}
-
-pre_remove() {
- sed -e '/\/opt\/grass-*\/lib/d' -i /etc/ld.so.conf
+ echo 'Please relogin for required variables to be set from /etc/profile.d/grass.sh'
}
+# vim:set ts=2 sw=2 et:
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index b29291f44..4afae8657 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -6,18 +6,17 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
-pkgver=0.4.10
+pkgver=0.4.11
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
url='http://nodejs.org/'
license=('MIT')
depends=('python2')
-makedepends=('curl') # curl used for check()
+checkdepends=('curl') # curl used for check()
optdepends=('openssl: TLS support')
-conflicts=('nodejs-unstable')
source=("http://nodejs.org/dist/node-v${pkgver}.tar.gz")
-sha256sums=('57fa7ed5a818308ff485bb1c1a8ec8f1eb6a7800e14201dff65d88ce657da50a')
+sha256sums=('e009522d52c4a844c46e51c63b852899d1b7e6d949d1a139cdc16b4f6c4ab63f')
build() {
cd node-v${pkgver}
@@ -40,10 +39,7 @@ build() {
check() {
cd node-v${pkgver}
- # only 1 test should fail afaik
- # === release test-http-dns-fail ===
- # https://github.com/joyent/node/issues/703
- make test || true
+ make test
}
package() {
diff --git a/community/notion/PKGBUILD b/community/notion/PKGBUILD
new file mode 100644
index 000000000..f7bb06784
--- /dev/null
+++ b/community/notion/PKGBUILD
@@ -0,0 +1,77 @@
+# $Id: PKGBUILD 54370 2011-08-17 15:48:41Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
+# Contributor: aunoor
+
+pkgname=notion
+pkgver=20110817
+pkgrel=1
+pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
+url="http://sourceforge.net/projects/notion/"
+arch=('i686' 'x86_64')
+license=('custom:LGPL')
+depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm')
+makedepends=('git' 'pkgconfig')
+conflicts=('ion3')
+provides=('libtu' 'libextl')
+source=()
+
+_gitroot="git://notion.git.sourceforge.net/gitroot/notion/notion"
+_gitname="notion"
+_gitroot2="git://notion.git.sourceforge.net/gitroot/notion/libtu"
+_gitname2="libtu"
+_gitroot3="git://notion.git.sourceforge.net/gitroot/notion/libextl"
+_gitname3="libextl"
+
+build() {
+ cd ${srcdir}
+
+ msg "Connecting to the git repository..."
+ if [ -d ${srcdir}/${_gitname} ]; then
+ cd ${_gitname}
+ git pull origin
+ else
+ git clone --depth 1 ${_gitroot}
+ cd ${_gitname}
+ fi
+
+ if [ -d ${srcdir}/${_gitname}/${_gitname2} ]; then
+ echo
+ git pull origin
+ else
+ git clone --depth 1 ${_gitroot2}
+ echo
+ fi
+
+ if [ -d ${srcdir}/${_gitname}/${_gitname3} ]; then
+ echo
+ git pull origin
+ else
+ git clone --depth 1 ${_gitroot3}
+ echo
+ fi
+
+ msg "GIT checkout done or server timeout"
+
+ rm -rf ${srcdir}/${_gitname}-build
+ cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}-build
+
+ cd ${srcdir}/${_gitname}-build
+
+ msg "Starting make..."
+
+ sed -e 's/^\(PREFIX=\).*$/\1\/usr/' \
+ -e 's/^\(ETCDIR=\).*$/\1\/etc\/notion/' \
+ -e 's/^\(LUA_DIR=\).*$/\1\/usr/' \
+ -e 's/^\(X11_PREFIX=\).*/\1\/usr/' \
+ -i system.mk
+
+ make INCLUDES=-I${srcdir}/${_gitname}-build
+}
+
+package() {
+ cd ${srcdir}/${_gitname}-build
+ make PREFIX=${pkgdir}/usr ETCDIR=${pkgdir}/etc/notion install
+ mkdir -p ${pkgdir}/usr/share/licenses/notion
+ cp LICENSE ${pkgdir}/usr/share/licenses/notion
+}
diff --git a/community/obconf/PKGBUILD b/community/obconf/PKGBUILD
index 5ccebd7d5..dfc1442a0 100644
--- a/community/obconf/PKGBUILD
+++ b/community/obconf/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 54302 2011-08-16 14:38:12Z andrea $
+# $Id: PKGBUILD 54341 2011-08-17 07:30:50Z andrea $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Kieslich <tobias@archlinux.org>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=obconf
-pkgver=2.0.3git20100309
+pkgver=2.0.3.git20100309
pkgrel=1
pkgdesc="A GTK2 based configuration tool for the Openbox windowmanager"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ license=('GPL')
depends=('openbox' 'gtk2' 'libglade' 'desktop-file-utils' 'libsm')
install=${pkgname}.install
source=("ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('122f2c46a2843175e4c3a27c3e6b8ed5')
+md5sums=('d45a1eab18aa25c18280821118368b97')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
diff --git a/community/rawtherapee/PKGBUILD b/community/rawtherapee/PKGBUILD
index a45136361..d445e72cf 100644
--- a/community/rawtherapee/PKGBUILD
+++ b/community/rawtherapee/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 53541 2011-08-05 12:13:39Z stativ $
+# $Id: PKGBUILD 54346 2011-08-17 07:32:06Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com>
# Contributor: Bogdan Szczurek <thebodzio(at)gmail.com>
# Contributor: Vaclav Kramar <vaclav.kramar@tiscali.cz>
# Contributor: Archie <mymaud@gmail.com>
pkgname=rawtherapee
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="RAW photo editor"
arch=('i686' 'x86_64')
diff --git a/community/sage-mathematics/PKGBUILD b/community/sage-mathematics/PKGBUILD
index 7b50171ae..186d71729 100644
--- a/community/sage-mathematics/PKGBUILD
+++ b/community/sage-mathematics/PKGBUILD
@@ -4,7 +4,7 @@
# Special thanks to Nareto for moving the compile from the .install to the PKGBUILD
pkgname=sage-mathematics
-pkgver=4.7
+pkgver=4.7.1
pkgrel=1
pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to Magma, Maple, Mathematica, and Matlab.'
url='http://www.sagemath.org'
@@ -15,12 +15,12 @@ depends=('ppl')
makedepends=('gcc-fortran' 'gcc-libs' 'desktop-file-utils' 'imagemagick' 'texlive-core')
optdepends=('imagemagick: some plotting functionality benefits from it'
'texlive-core: some plotting functionality benefits from it, also to use SageTeX'
- 'sage-mathematics-spkgs: original packages used to build additional packages, in the AUR')
+ 'sage-mathematics-spkgs: original packages used to build additional packages')
options=('!makeflags')
install="${pkgname}.install"
source=("http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar"
'SAGE-notebook.desktop')
-md5sums=('db4d891feed487e1696b8d01ae3b6469'
+md5sums=('4d82c6719d14a1c2d403024d989faac7'
'dc391f12b7d17dd37326343ec0e99bbd')
build() {
@@ -64,6 +64,10 @@ build() {
# only build sage, no documents
#make build
make
+}
+
+check() {
+ cd sage-${pkgver}
# uncomment if we want to run all the tests (warning: very long)
#make ptestlong
@@ -92,7 +96,8 @@ package() {
rm -f ${pkgdir}/opt/sage/install.log
rm -rf ${pkgdir}/opt/sage/spkg/logs
- # remove source packages, since they are rarely needed, they are 300mb in size (compressed), and no need to compile them, put them into aur/sage-mathematics-spkgs
+ # remove source packages, since they are rarely needed, they are 300mb in size (compressed)
+ # no need to package them together, put into sage-mathematics-spkgs
rm -f ${pkgdir}/opt/sage/spkg/base/*spkg
rm -f ${pkgdir}/opt/sage/spkg/standard/*spkg
}
diff --git a/community/skrooge/PKGBUILD b/community/skrooge/PKGBUILD
index e6c628896..0acbbbc57 100644
--- a/community/skrooge/PKGBUILD
+++ b/community/skrooge/PKGBUILD
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD 48984 2011-06-09 06:50:51Z schiv $
-# Maintainer: Ray Rashif <schiv@archlinux.org>
+# $Id: PKGBUILD 54383 2011-08-17 20:41:29Z schiv $
+# Maintainer:
+# Contributor: Ray Rashif <schiv@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: neuromante <lorenzo.nizzi.grifi@gmail.com>
pkgname=skrooge
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="A personal finances manager for KDE"
arch=('i686' 'x86_64')
@@ -14,7 +15,7 @@ depends=('kdebase-runtime' 'libofx' 'qca-ossl')
makedepends=('cmake' 'automoc4' 'docbook-xsl')
install=$pkgname.install
source=("http://skrooge.org/files/$pkgname-$pkgver.tar.bz2")
-md5sums=('340cbec2ddc2a258bd9b5091dbdb5e92')
+md5sums=('2fa984e250359fd6008d2c601f1209ec')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/zynaddsubfx/PKGBUILD b/community/zynaddsubfx/PKGBUILD
index b07dafb05..70ec62a40 100644
--- a/community/zynaddsubfx/PKGBUILD
+++ b/community/zynaddsubfx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 54081 2011-08-13 09:18:00Z spupykin $
+# $Id: PKGBUILD 54351 2011-08-17 09:49:01Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: SpepS <dreamspepser at yahoo dot it>
# Contributor: Ionut Biru <ibiru@archlinux.org>
@@ -7,7 +7,7 @@
_p=ZynAddSubFX
pkgname=zynaddsubfx
pkgver=2.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="An opensource software synthesizer capable of making a countless number of instruments."
arch=('i686' 'x86_64')
url="http://zynaddsubfx.sourceforge.net"
@@ -33,7 +33,7 @@ build() {
patch -p1 -i "$srcdir/$pkgname-$pkgver-fltk13.patch"
[ -d build ] || mkdir build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DOutputModule=jack ..
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DOutputModule=jack -DGuiModule=fltk ..
make
# build external programs