summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-03 11:39:36 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-03 11:39:36 -0300
commitca2e05bb7791418f2af678704160d56d8184a21a (patch)
tree48a6f85c00b3ed2362cc4d9c9d7f5230bb854eba /community
parent45675ec8babcd9ea73f6a49f51f6e7da9d1f1592 (diff)
parent48c96871761a4aad193d814e87ddb87c322e17d2 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/libgda3/PKGBUILD community/intel-tbb/PKGBUILD community/mtpaint/PKGBUILD extra/cmake/PKGBUILD extra/graphicsmagick/PKGBUILD extra/kdeadmin/PKGBUILD extra/kdelibs/PKGBUILD extra/lyx/PKGBUILD extra/qtscriptgenerator/PKGBUILD kde-unstable/kdeadmin/PKGBUILD kde-unstable/kdelibs/PKGBUILD kde-unstable/kdeplasma-addons/PKGBUILD libre/libretools/PKGBUILD libre/p7zip-libre/PKGBUILD multilib-testing/lib32-glibc/PKGBUILD multilib/wine/PKGBUILD testing/glibc/PKGBUILD
Diffstat (limited to 'community')
-rw-r--r--community/alleyoop/PKGBUILD18
-rw-r--r--community/alleyoop/alleyoop.install20
-rw-r--r--community/blender/PKGBUILD102
-rw-r--r--community/blender/blender.install13
-rw-r--r--community/calibre/PKGBUILD6
-rw-r--r--community/clementine/PKGBUILD8
-rw-r--r--community/converseen/PKGBUILD6
-rw-r--r--community/cuda-toolkit/PKGBUILD44
-rw-r--r--community/cuda-toolkit/cuda-toolkit.conf2
-rw-r--r--community/cuda-toolkit/cuda-toolkit.install8
-rwxr-xr-xcommunity/cuda-toolkit/cuda-toolkit.sh1
-rw-r--r--community/ejabberd/PKGBUILD14
-rw-r--r--community/ejabberd/ejabberd2
-rw-r--r--community/espeak/PKGBUILD6
-rw-r--r--community/ext4magic/PKGBUILD8
-rw-r--r--community/gambas3/PKGBUILD16
-rw-r--r--community/gammu/PKGBUILD12
-rw-r--r--community/gerbv/ChangeLog4
-rw-r--r--community/gerbv/PKGBUILD20
-rw-r--r--community/gmerlin-avdecoder/PKGBUILD4
-rw-r--r--community/intel-tbb/PKGBUILD11
-rw-r--r--community/luasql-mysql/PKGBUILD15
-rw-r--r--community/luxrender/PKGBUILD22
-rw-r--r--community/mtpaint/PKGBUILD19
-rw-r--r--community/mtpaint/mtpaint.install9
-rw-r--r--community/opencollada/PKGBUILD67
-rw-r--r--community/openimageio/PKGBUILD44
-rw-r--r--community/pidgin-toobars/PKGBUILD26
-rw-r--r--community/qbittorrent/PKGBUILD8
-rw-r--r--community/qtractor/PKGBUILD8
-rw-r--r--community/setconf/PKGBUILD6
-rw-r--r--community/systemd/PKGBUILD21
-rw-r--r--community/tasks/PKGBUILD11
-rw-r--r--community/tea/PKGBUILD6
-rw-r--r--community/texmaker/PKGBUILD11
-rw-r--r--community/uucp/PKGBUILD15
-rw-r--r--community/xmlrpc-c/PKGBUILD14
37 files changed, 471 insertions, 156 deletions
diff --git a/community/alleyoop/PKGBUILD b/community/alleyoop/PKGBUILD
index 895a91d77..9d2bdc078 100644
--- a/community/alleyoop/PKGBUILD
+++ b/community/alleyoop/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 57801 2011-11-03 09:12:48Z arodseth $
+# $Id: PKGBUILD 61496 2012-01-02 02:13:47Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
# Contributor: Lex Rivera aka x-demon <aur@x-demon.org>
pkgname=alleyoop
-pkgver=0.9.7
-pkgrel=3
-pkgdesc="A Valgrind front-end for the GNOME environment"
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="Valgrind front-end for the GNOME environment"
arch=('x86_64' 'i686')
url="http://alleyoop.sourceforge.net/"
license=('GPL')
@@ -13,12 +13,12 @@ depends=('valgrind' 'libgnomeui')
makedepends=('intltool')
install=alleyoop.install
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('b45ab041dea15cd0ae663183bef893c6')
+sha256sums=('0b36fd3af83aa74d363a5d13414b7a38c3efabd2fce0fbeb2a8171998e0b6756')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --sysconfdir=/etc
+ ./configure --prefix=/usr --sysconfdir=/etc #--disable-schemas-compile
make
}
@@ -26,9 +26,9 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
- install -m755 -d "$pkgdir/usr/share/gconf/schemas"
- gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
- --domain alleyoop "$pkgdir"/etc/gconf/schemas/*.schemas
+ #install -dm755 "$pkgdir/usr/share/gconf/schemas"
+ #gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+ # --domain alleyoop "$pkgdir"/etc/gconf/schemas/*.schemas
rm -r "$pkgdir/etc"
}
diff --git a/community/alleyoop/alleyoop.install b/community/alleyoop/alleyoop.install
index 16e3af018..f6a1886e7 100644
--- a/community/alleyoop/alleyoop.install
+++ b/community/alleyoop/alleyoop.install
@@ -1,19 +1,15 @@
-pkgname=alleyoop
-
-post_install() {
- usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
+post_upgrade() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ #update-desktop-database -q
+ #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
-pre_upgrade() {
- pre_remove $1
+post_install() {
+ post_upgrade
}
-post_upgrade() {
- post_install $1
+post_remove() {
+ post_upgrade
}
# vim:set ts=2 sw=2 et:
diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD
new file mode 100644
index 000000000..fa2f7b8d0
--- /dev/null
+++ b/community/blender/PKGBUILD
@@ -0,0 +1,102 @@
+# $Id: PKGBUILD 145008 2011-12-14 03:12:03Z eric $
+# Contributor: John Sowiak <john@archlinux.org>
+# Contributor: tobias <tobias@archlinux.org>
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+
+# Apparently, the blender guys refuse to release source tarballs for
+# intermediate releases that deal mainly with binaries but incorporate tiny
+# minor changes from svn. Since I'm sick and tired of the urges of users that
+# look for release numbers only, we make a messy PKGBUILD that can checkout svn
+# release if necessary.
+
+#_svn=true
+_svn=false
+
+pkgname=blender
+pkgver=2.61
+pkgrel=2
+epoch=3
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.blender.org"
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' \
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' \
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'openimageio')
+makedepends=('cmake' 'boost' 'cuda-toolkit')
+optdepends=('cuda-toolkit: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+if [ $_svn = false ]; then
+ source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
+ md5sums=('11a4721ff92286f678bb2e05e5f29c97')
+else
+ source=(ftp://ftp.archlinux.org/other/${pkgname}/$pkgname-$pkgver.tar.xz)
+ md5sums=('7579d1139d0d6025df8afcfca64a65c4')
+fi
+
+# source PKGBUILD && mksource
+mksource() {
+ [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && return 1)
+ _svnver=38016
+ _svntrunk="https://svn.blender.org/svnroot/bf-blender/trunk/blender"
+ _svnmod="$pkgname-$pkgver"
+ mkdir ${pkgname}-$pkgver
+ pushd ${pkgname}-$pkgver
+ svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
+ find . -depth -type d -name .svn -exec rm -rf {} \;
+ tar -cJf ../${pkgname}-$pkgver.tar.xz ${pkgname}-$pkgver/*
+ popd
+}
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ mkdir build
+ cd build
+
+ [[ $CARCH == i686 ]] && ENABLESSE2="-DSUPPORT_SSE2_BUILD:BOOL=OFF"
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+ -DCMAKE_BUILD_TYPE:STRING=Release \
+ -DWITH_INSTALL_PORTABLE:BOOL=OFF \
+ -DWITH_PYTHON_INSTALL:BOOL=OFF \
+ -DWITH_OPENCOLLADA:BOOL=ON \
+ -DOPENIMAGEIO_ROOT_DIR:STRING=/usr \
+ -DWITH_GAMEENGINE:BOOL=ON \
+ -DWITH_PLAYER:BOOL=ON \
+ -DWITH_BUILTIN_GLEW:BOOL=OFF \
+ -DWITH_CODEC_FFMPEG:BOOL=ON \
+ -DWITH_CODEC_SNDFILE:BOOL=ON \
+ -DWITH_CYCLES:BOOL=ON \
+ -DWITH_CYCLES_CUDA_BINARIES:BOOL=ON \
+ -DCUDA_TOOLKIT_ROOT_DIR:STRING=/opt/cuda-toolkit/ \
+ -DWITH_FFTW3:BOOL=ON \
+ -DWITH_MOD_OCEANSIM:BOOL=ON \
+ -DPYTHON_VERSION:STRING=3.2 \
+ -DPYTHON_LIBPATH:STRING=/usr/lib \
+ -DPYTHON_LIBRARY:STRING=python3.2mu \
+ -DPYTHON_INCLUDE_DIRS:STRING=/usr/include/python3.2mu \
+ $ENABLESSE2
+
+ make $MAKEFLAGS
+
+ cp -rf "$srcdir"/${pkgname}-$pkgver/release/plugins/* \
+ "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/
+ cd "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi
+ chmod 755 bmake
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver/build"
+ make DESTDIR="${pkgdir}" install
+ python -m compileall "${pkgdir}/usr/share/blender"
+
+# install plugins
+ install -d -m755 "$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/{sequence,texture}
+ cp "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/sequence/*.so \
+ "$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/sequence/
+ cp "$srcdir"/${pkgname}-$pkgver/source/blender/blenpluginapi/texture/*.so \
+ "$pkgdir"/usr/share/blender/${pkgver%[a-z]}/plugins/texture/
+}
diff --git a/community/blender/blender.install b/community/blender/blender.install
new file mode 100644
index 000000000..724bfce00
--- /dev/null
+++ b/community/blender/blender.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD
index fa28ea23d..1e678ddd7 100644
--- a/community/calibre/PKGBUILD
+++ b/community/calibre/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 61189 2011-12-24 00:16:51Z giovanni $
+# $Id: PKGBUILD 61409 2011-12-30 12:30:52Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Petrov Roman <nwhisper@gmail.com>
# Contributor: Andrea Fagiani <andfagiani _at_ gmail dot com>
pkgname=calibre
-pkgver=0.8.32
+pkgver=0.8.33
pkgrel=1
pkgdesc="Ebook management application"
arch=('i686' 'x86_64' 'mips64el')
@@ -21,7 +21,7 @@ install=calibre.install
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"
'desktop_integration.patch'
'calibre-mount-helper')
-md5sums=('ee973514615fc104be7cc41adf0862a6'
+md5sums=('042c9f9f54ad02d08668e6a010682752'
'253ce4fe5d01f8ff76b63cd3825755ea'
'675cd87d41342119827ef706055491e7')
diff --git a/community/clementine/PKGBUILD b/community/clementine/PKGBUILD
index 4a019dfba..e74c23219 100644
--- a/community/clementine/PKGBUILD
+++ b/community/clementine/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 61276 2011-12-28 00:29:21Z stephane $
+# $Id: PKGBUILD 61430 2011-12-31 01:22:51Z stephane $
#Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
#Contributor: BlackEagle <ike.devolder@gmail.com>
#Contributor: Dany Martineau <dany.luc.martineau@gmail.com>
pkgname=clementine
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A music player and library organizer"
url="http://www.clementine-player.org/"
license=('GPL')
@@ -13,7 +13,7 @@ arch=('i686' 'x86_64' 'mips64el')
depends=('gstreamer0.10' 'taglib' 'glew' 'liblastfm' 'libgpod' 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt' 'libimobiledevice')
depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod'
'libmtp' 'libplist' 'hicolor-icon-theme' 'qt' 'libimobiledevice'
- 'qjson' 'libcdio' 'protobuf')
+ 'qjson' 'libcdio' 'protobuf' 'qca')
makedepends=('cmake' 'boost')
optdepends=('gstreamer0.10-base-plugins: for more open formats'
'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
@@ -25,7 +25,7 @@ install=clementine.install
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_REMOTE=ON
make
}
diff --git a/community/converseen/PKGBUILD b/community/converseen/PKGBUILD
index c324f06d4..bb0935d2c 100644
--- a/community/converseen/PKGBUILD
+++ b/community/converseen/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 60165 2011-12-06 10:42:48Z giovanni $
+# $Id: PKGBUILD 61388 2011-12-30 00:12:01Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: archtux <antonio.arias99999 at gmail.com>
pkgname=converseen
pkgver=0.4.7
-pkgrel=1
+pkgrel=2
pkgdesc="The batch image converter and resizer"
arch=('i686' 'x86_64')
url="http://converseen.sourceforge.net/"
license=('GPL3')
-depends=('imagemagick' 'qt')
+depends=('imagemagick' 'qt' 'libwmf' 'openexr')
makedepends=('cmake')
install=converseen.install
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
diff --git a/community/cuda-toolkit/PKGBUILD b/community/cuda-toolkit/PKGBUILD
new file mode 100644
index 000000000..2e2b09404
--- /dev/null
+++ b/community/cuda-toolkit/PKGBUILD
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+pkgname=cuda-toolkit
+pkgver=4.0.17
+pkgrel=3
+_fedver=13
+pkgdesc="NVIDIA's GPU programming toolkit"
+arch=('i686' 'x86_64')
+
+url="http://www.nvidia.com/object/cuda_home.html"
+license=('custom')
+depends=('gcc-libs')
+if [ "$CARCH" = "i686" ]; then
+ _arch=32
+ md5sums=('20d69b2d5bb7043ca7c2ad679c2825ed'
+ '5af5226b36cd3f9993f762f85b5d236a'
+ 'c0781c63e726eaf03e10135b42b85729')
+else
+ _arch=64
+ md5sums=('152e1069f39fc8bbece875a1b9f576b6'
+ '5af5226b36cd3f9993f762f85b5d236a'
+ 'c0781c63e726eaf03e10135b42b85729')
+fi
+
+install=cuda-toolkit.install
+source=(http://developer.download.nvidia.com/compute/cuda/4_0/toolkit/cudatoolkit_${pkgver}_linux_${_arch}_fedora${_fedver}.run
+ cuda-toolkit.sh
+ cuda-toolkit.conf)
+
+build() {
+ cd "$srcdir"
+}
+
+package() {
+ cd "$srcdir"
+
+ mkdir -p $pkgdir/opt/cuda-toolkit
+ sh cudatoolkit_${pkgver}_linux_${_arch}_fedora${_fedver}.run --keep -- --prefix=$pkgdir/opt/cuda-toolkit
+
+ sed -i "/unsupported GNU/d" $pkgdir/opt/cuda-toolkit/include/host_config.h
+
+ install -Dm755 cuda-toolkit.sh $pkgdir/etc/profile.d/cuda-toolkit.sh
+ install -Dm644 cuda-toolkit.conf $pkgdir/etc/ld.so.conf.d/cuda-toolkit.conf
+ install -Dm644 $pkgdir/opt/cuda-toolkit/doc/EULA.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
diff --git a/community/cuda-toolkit/cuda-toolkit.conf b/community/cuda-toolkit/cuda-toolkit.conf
new file mode 100644
index 000000000..0f55b39a7
--- /dev/null
+++ b/community/cuda-toolkit/cuda-toolkit.conf
@@ -0,0 +1,2 @@
+/opt/cuda-toolkit/lib64
+/opt/cuda-toolkit/lib
diff --git a/community/cuda-toolkit/cuda-toolkit.install b/community/cuda-toolkit/cuda-toolkit.install
new file mode 100644
index 000000000..4e1a1a6b7
--- /dev/null
+++ b/community/cuda-toolkit/cuda-toolkit.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo "You need to relogin in order for the cuda-toolkit binaries to appear in your path."
+ post_upgrade
+}
+
+post_upgrade() {
+ ldconfig -r .
+}
diff --git a/community/cuda-toolkit/cuda-toolkit.sh b/community/cuda-toolkit/cuda-toolkit.sh
new file mode 100755
index 000000000..737eb1d3e
--- /dev/null
+++ b/community/cuda-toolkit/cuda-toolkit.sh
@@ -0,0 +1 @@
+export PATH=$PATH:/opt/cuda-toolkit/bin
diff --git a/community/ejabberd/PKGBUILD b/community/ejabberd/PKGBUILD
index 9ea4b77bf..ce4c8437c 100644
--- a/community/ejabberd/PKGBUILD
+++ b/community/ejabberd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 56262 2011-10-04 09:38:05Z spupykin $
+# $Id: PKGBUILD 61453 2011-12-31 18:08:55Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jeff 'codemac' Mickey <jeff@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=ejabberd
-pkgver=2.1.9
+pkgver=2.1.10
pkgrel=1
pkgdesc="An erlang jabber server"
arch=(i686 x86_64 'mips64el')
@@ -12,14 +12,14 @@ url="http://www.ejabberd.im/"
license=("GPL")
depends=('expat' 'openssl' 'zlib' 'erlang' 'pam')
makedepends=()
-backup=(etc/ejabberd/ejabberd.cfg \
+backup=(etc/ejabberd/ejabberd.cfg
etc/logrotate.d/ejabberd)
install=ejabberd.install
-source=(http://www.process-one.net/downloads/ejabberd/${pkgver/_/-}/ejabberd-${pkgver}.tar.gz \
- ejabberd \
+source=(http://www.process-one.net/downloads/ejabberd/${pkgver/_/-}/ejabberd-${pkgver}.tar.gz
+ ejabberd
ejabberd.logrotate)
-md5sums=('29ca14ea62f90736322e4e6720331352'
- '8b15d22edef4e9fdd310aa617435aaf2'
+md5sums=('70f0e17983114c62893e43b6ef2e9d0c'
+ 'c49bb73bdcb50ea7fcf411bbfed7629a'
'f97c8a96160f30e0aecc9526c12e6606')
build() {
diff --git a/community/ejabberd/ejabberd b/community/ejabberd/ejabberd
index 1d59bebef..48f88d282 100644
--- a/community/ejabberd/ejabberd
+++ b/community/ejabberd/ejabberd
@@ -3,7 +3,7 @@
. /etc/rc.conf
. /etc/rc.d/functions
-cd /
+cd /var/log/ejabberd/
get_pid() {
pidof epmd >/dev/null || { echo '' ; return 0; }
diff --git a/community/espeak/PKGBUILD b/community/espeak/PKGBUILD
index 9e51a6a47..caee5b9a3 100644
--- a/community/espeak/PKGBUILD
+++ b/community/espeak/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 56889 2011-10-16 05:47:23Z bpiotrowski $
+# $Id: PKGBUILD 61395 2011-12-30 08:21:47Z bpiotrowski $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: niQo
# Contributor: Christoph Siegenthaler <csi@gmx.ch>
pkgname=espeak
-pkgver=1.45.05
+pkgver=1.46.01
pkgrel=1
pkgdesc="Text to Speech engine for good quality English, with support for other languages"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,7 +12,7 @@ url="http://espeak.sourceforge.net/"
license=('GPL')
depends=('gcc-libs' 'portaudio')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}-source.zip)
-md5sums=('00692552d54f1849a1a0ad21ae3fc820')
+md5sums=('a3e9de4b2a56ec19c059115dca587494')
build() {
cd $srcdir/$pkgname-$pkgver-source/src
diff --git a/community/ext4magic/PKGBUILD b/community/ext4magic/PKGBUILD
index 424fe129f..60b39ffdc 100644
--- a/community/ext4magic/PKGBUILD
+++ b/community/ext4magic/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 59609 2007-01-01 00:07:53Z seblu $
+# $Id: PKGBUILD 61407 2011-12-30 10:27:27Z seblu $
# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
pkgname=ext4magic
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.4
+pkgrel=1
pkgdesc='Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems'
arch=('i686' 'x86_64')
url='http://developer.berlios.de/projects/ext4magic/'
license=('GPL2')
depends=('util-linux' 'e2fsprogs')
source=("http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('b23ecf9dccc8b597fbbe2d149d0c08ac')
+md5sums=('460b6642ee050d02b87395cc3ac6d4b6')
build() {
cd $pkgname-$pkgver
diff --git a/community/gambas3/PKGBUILD b/community/gambas3/PKGBUILD
index c5dc7c94b..4bf47e6ff 100644
--- a/community/gambas3/PKGBUILD
+++ b/community/gambas3/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 61221 2011-12-24 21:45:52Z lcarlier $
+# $Id: PKGBUILD 61445 2011-12-31 14:02:12Z lcarlier $
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
pkgbase=gambas3
@@ -12,7 +12,7 @@ pkgname=('gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script' 'gamba
'gambas3-gb-pdf' 'gambas3-gb-qt4' 'gambas3-gb-qt4-ext' 'gambas3-gb-qt4-opengl' 'gambas3-gb-qt4-webkit'
'gambas3-gb-report' 'gambas3-gb-sdl' 'gambas3-gb-sdl-sound' 'gambas3-gb-settings' 'gambas3-gb-signal'
'gambas3-gb-v4l' 'gambas3-gb-vb' 'gambas3-gb-xml' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 'gambas3-gb-web')
-pkgver=2.99.7
+pkgver=3.0.0
pkgrel=1
pkgdesc="A free development environment based on a Basic interpreter."
arch=('i686' 'x86_64' 'mips64el')
@@ -27,7 +27,7 @@ makedepends=('intltool' 'mysql' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-utils
options=('!emptydirs' '!makeflags')
source=("http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2"
'gambas3-script.install' 'gambas3-runtime.install')
-md5sums=('674f73cd7d4d37b3c62a4b9261dadb5d'
+md5sums=('f2c51e18b67ae6b21065ea0aed9b588e'
'b284be39d147ec799f1116a6abc068b4'
'b5cc403990f31b8ea1c5cf37366d3d29')
@@ -517,12 +517,14 @@ package_gambas3-gb-form-stock() {
make DESTDIR="${pkgdir}" install
## Workaround for splitting
- cd ${srcdir}/${pkgbase}-${pkgver}/main
- make XDG_UTILS='' DESTDIR="${pkgdir}" uninstall
cd ${srcdir}/${pkgbase}-${pkgver}/gb.gtk
make XDG_UTILS='' DESTDIR="${pkgdir}" uninstall
- rm -r ${pkgdir}/usr/lib/gambas3/gb.{eval*,[m-w]*}
- rm -r ${pkgdir}/usr/share/gambas3/info/gb.{eval*,[m-w]*}
+ cd ${srcdir}/${pkgbase}-${pkgver}/main
+ make XDG_UTILS='' DESTDIR="${pkgdir}" uninstall
+ # rm -r ${pkgdir}/usr/lib/gambas3/gb.{eval*,[m-w]*}
+ # rm -r ${pkgdir}/usr/share/gambas3/info/gb.{eval*,[m-w]*}
+ rm -r ${pkgdir}/usr/lib/gambas3/gb.[m-w]*
+ rm -r ${pkgdir}/usr/share/gambas3/info/gb.[m-w]*
##
}
diff --git a/community/gammu/PKGBUILD b/community/gammu/PKGBUILD
index 4ce5a1dfe..e0f5f37ca 100644
--- a/community/gammu/PKGBUILD
+++ b/community/gammu/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 52053 2011-07-19 20:30:49Z schiv $
+# $Id: PKGBUILD 61481 2012-01-01 10:15:29Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: Aurelien Foret <orelien@chez.com>
pkgname=gammu
-pkgver=1.30.0
+pkgver=1.31.0
pkgrel=1
pkgdesc="GNU All Mobile Management Utilities"
arch=('i686' 'x86_64' 'mips64el')
@@ -14,9 +14,9 @@ depends=('bluez' 'curl' 'libmysqlclient'
'postgresql-libs' 'python2' 'libusb')
makedepends=('cmake' 'doxygen' 'mysql')
optdepends=('dialog: support for the gammu-config script')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('5bb061f1299e7ae8d38ecac1b8b11465')
+#options=('!makeflags')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('9b1ff5d84730f025802b961ab9f26717')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -30,3 +30,5 @@ package() {
make DESTDIR="$pkgdir" install
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/gerbv/ChangeLog b/community/gerbv/ChangeLog
index 3982ff4f9..3653de9c5 100644
--- a/community/gerbv/ChangeLog
+++ b/community/gerbv/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-31 Kyle Keen <keenerd@gmail.com>
+ * 2.6.0-1
+ - Version bump
+
2010-12-31 Stefan Husmann <stefan-husmann@t-online.de>
* 2.4.0-2
- Move to [community]
diff --git a/community/gerbv/PKGBUILD b/community/gerbv/PKGBUILD
index b1e36f236..e5666533a 100644
--- a/community/gerbv/PKGBUILD
+++ b/community/gerbv/PKGBUILD
@@ -1,10 +1,12 @@
+# $Id: PKGBUILD 61469 2012-01-01 00:58:06Z kkeen $
+# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Jared Casper <jaredcasper@gmail.com>
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gerbv
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=1
-pkgdesc="an open source Gerber file (RS-274X only) viewer"
+pkgdesc="An open source Gerber file (RS-274X only) viewer"
url="http://gerbv.gpleda.org/"
license=('GPL')
arch=('i686' 'x86_64' 'mips64el')
@@ -12,17 +14,19 @@ depends=('gtk2' 'shared-mime-info' 'hicolor-icon-theme')
optdepends=('gdk-pixbuf: export of images' 'cairo: for better graphics')
install=$pkgname.install
source=("http://downloads.sourceforge.net/gerbv/$pkgname-$pkgver.tar.gz")
-md5sums=('633a55473f62b96fff302ed1ed52c88e')
+md5sums=('44a37dd202bc60fab54cbc298a477572')
build ()
{
- cd $srcdir/$pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr \
--disable-update-desktop-database
make
}
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
+
+package()
+{
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
}
diff --git a/community/gmerlin-avdecoder/PKGBUILD b/community/gmerlin-avdecoder/PKGBUILD
index ab098bb45..6fb9678e4 100644
--- a/community/gmerlin-avdecoder/PKGBUILD
+++ b/community/gmerlin-avdecoder/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 55358 2011-09-10 10:55:52Z pschmitz $
+# $Id: PKGBUILD 61443 2011-12-31 13:20:56Z ibiru $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
pkgname=gmerlin-avdecoder
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Media decoding library"
arch=('i686' 'x86_64' 'mips64el')
url="http://gmerlin.sourceforge.net/avdec_frame.html"
diff --git a/community/intel-tbb/PKGBUILD b/community/intel-tbb/PKGBUILD
index 8c7b6060e..4cb2123d7 100644
--- a/community/intel-tbb/PKGBUILD
+++ b/community/intel-tbb/PKGBUILD
@@ -1,15 +1,18 @@
+# $Id: PKGBUILD 61487 2012-01-01 12:33:54Z andrea $
+# Maintainer:
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Denis Martinez <deuns.martinez AT gmail.com>
pkgname=intel-tbb
-pkgver=4.0_20111003
+pkgver=4.0_20111130
pkgrel=1
-pkgdesc='An award-winning C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance.'
+pkgdesc='An award-winning C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.threadingbuildingblocks.org/'
license=('GPL')
-source=("http://threadingbuildingblocks.org/uploads/77/177/4.0%20update%201/tbb40_20111003oss_src.tgz")
-md5sums=('7b5d94eb35a563b29ef402e0fd8f15c9')
+depends=('gcc-libs')
+source=("http://threadingbuildingblocks.org/uploads/77/180/4.0%20update%202/tbb40_20111130oss_src.tgz")
+md5sums=('1e6926b21e865e79772119cd44fc3ad8')
build() {
cd tbb${pkgver/\./}oss
diff --git a/community/luasql-mysql/PKGBUILD b/community/luasql-mysql/PKGBUILD
index ba64c3d79..97819127e 100644
--- a/community/luasql-mysql/PKGBUILD
+++ b/community/luasql-mysql/PKGBUILD
@@ -1,25 +1,22 @@
-# $Id: PKGBUILD 42492 2011-03-17 10:40:38Z jelle $
+# $Id: PKGBUILD 61380 2011-12-29 16:34:45Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Anders Bergh <anders1@gmail.com>
pkgname=luasql-mysql
-pkgver=2.1.1
-pkgrel=6
+pkgver=2.2.0
+pkgrel=1
pkgdesc="MySQL module for Lua"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.keplerproject.org/luasql/"
license=('MIT')
depends=('lua' 'libmysqlclient')
-# just changing the filename will make it download the old version, so change
-# this manually!
-source=(http://luaforge.net/frs/download.php/2686/luasql-$pkgver.tar.gz)
-md5sums=('63bdd57de4b9d1be336ba112d8cb69eb')
+source=(https://github.com/downloads/keplerproject/luasql/luasql-$pkgver.tar.gz)
+md5sums=('59d72db444c6369c936d4f03694db6b7')
build() {
cd "$srcdir/luasql-$pkgver"
-
make T=mysql PREFIX=/usr DRIVER_LIBS="$(mysql_config --libs)" \
- DRIVER_INCS="$(mysql_config --include) -fPIC"
+ DRIVER_INCS="$(mysql_config --include) -fPIC"
install -Dm644 src/mysql.so $pkgdir/usr/lib/lua/5.1/luasql/mysql.so
install -Dm644 doc/us/license.html $pkgdir/usr/share/licenses/$pkgname/license.html
}
diff --git a/community/luxrender/PKGBUILD b/community/luxrender/PKGBUILD
index cb4b88df1..df8c90bb3 100644
--- a/community/luxrender/PKGBUILD
+++ b/community/luxrender/PKGBUILD
@@ -1,27 +1,24 @@
-# $Id: PKGBUILD 59946 2011-12-02 20:59:23Z ibiru $
+# $Id: PKGBUILD 61377 2011-12-29 13:55:18Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Initial contributor: flixie <69one@gmx.net>
# Contributor: Imanol Celaya <ornitorrincos@archlinux-es.org>
pkgname=luxrender
pkgver=0.8
_pkgver=45d3e13eb94c
-_luxblend=9cb3fcee0be8
-_blender=2.60
-pkgrel=10
+pkgrel=11
pkgdesc="Rendering system for physically correct, unbiased image synthesis"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.luxrender.net/"
license=('GPL')
depends=('boost-libs' 'freeimage' 'openexr' 'libcl')
-optdepends=('blender: Blender exporter' 'qt: Qt GUI' \
+optdepends=('luxblend25: Blender exporter' 'qt: Qt GUI' \
+ 'python: Python interface (pylux)'
'nvidia-utils: OpenCL support for nVidia GPUs' \
'amdstream: OpenCL support for AMD GPUs' \
'intel-opencl-sdk: OpenCL support for Intel CPUs')
makedepends=('cmake' 'boost' 'qt' 'luxrays' 'python' 'opencl-headers')
-source=(ftp://ftp.archlinux.org/other/community/luxrender/lux-"$pkgver".tar.bz2 \
- https://bitbucket.org/luxrender/luxblend25/get/v08-2.60.tar.bz2)
-md5sums=('0f2d856385db72131f51e44a7ee527fa'
- '004596f577bbe681358c40507b2583e8')
+source=(ftp://ftp.archlinux.org/other/community/luxrender/lux-"$pkgver".tar.bz2)
+md5sums=('0f2d856385db72131f51e44a7ee527fa')
build() {
cd "$srcdir"/luxrender-lux-$_pkgver
@@ -45,11 +42,8 @@ package() {
# fix library path on x86_64
[ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
- # install the blender exporter
- install -d -m755 "$pkgdir"/usr/share/blender/$_blender/scripts/addons
- cp -a "$srcdir"/luxrender-luxblend25-v08-2.60/src/luxrender \
- "$pkgdir"/usr/share/blender/$_blender/scripts/addons
- cp -a "$srcdir"/luxrender-lux-$_pkgver/pylux.so "$pkgdir"/usr/share/blender/$_blender/scripts/addons/luxrender/
+ #install pylux
+ install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.2/pylux.so
}
# vim:set ts=2 sw=2 et:
diff --git a/community/mtpaint/PKGBUILD b/community/mtpaint/PKGBUILD
index 557ffa30c..b14731b16 100644
--- a/community/mtpaint/PKGBUILD
+++ b/community/mtpaint/PKGBUILD
@@ -1,28 +1,27 @@
-# $Id: PKGBUILD 59671 2011-11-29 09:34:27Z arodseth $
+# $Id: PKGBUILD 61499 2012-01-02 02:35:06Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Roman Kyrylych <roman@archlinux.org>
# Contributor: yosh64 <yosh64.at.gmail.dot.com>
pkgname=mtpaint
-pkgver=3.31
-pkgrel=7
-pkgdesc="A simple GTK2 painting program designed for creating icons and pixel based artwork"
+pkgver=3.40
+pkgrel=1
+pkgdesc="Simple GTK2 paint program for creating icons and pixel based artwork"
arch=('i686' 'x86_64' 'mips64el')
url="http://mtpaint.sourceforge.net/"
license=('GPL3')
-depends=('gtk2' 'giflib' 'openjpeg' 'bzip2' 'desktop-file-utils' 'glib2' 'freetype2')
+depends=('gtk2' 'giflib' 'openjpeg' 'desktop-file-utils' 'lcms2')
install=mtpaint.install
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
- "libpng14.patch"
- "mtpaint.install")
-md5sums=('fbe34eb25f96b6092403115f1f6ab387'
- 'f84245ae1e26bd734740306b09024bb8'
- '1bd546a8efeae01e8fd8a5c7f213012e')
+ "libpng14.patch")
+sha256sums=('ef321d2b404839c7b909bdf5283eb22a37fbdd35b4cc9e380ddc400573d7c890'
+ 'be51d45d1146d6c61d1c2c12d1712134da5048dd7314e2741ff336cac6838de3')
build() {
cd "$srcdir/$pkgname-$pkgver"
patch -Np1 -i "$srcdir/libpng14.patch"
./configure --prefix=/usr --mandir=/usr/share/man/man1 man intl gif jpeg tiff
+ sed -i 's:-lpng:-lpng -lgif:' _conf.txt
make
}
diff --git a/community/mtpaint/mtpaint.install b/community/mtpaint/mtpaint.install
index b44de11aa..99a538dea 100644
--- a/community/mtpaint/mtpaint.install
+++ b/community/mtpaint/mtpaint.install
@@ -1,12 +1,11 @@
-post_install() {
- post_upgrade
-}
-
post_upgrade() {
- echo "Updating desktop database"
update-desktop-database -q
}
+post_install() {
+ post_upgrade
+}
+
post_remove() {
post_upgrade
}
diff --git a/community/opencollada/PKGBUILD b/community/opencollada/PKGBUILD
new file mode 100644
index 000000000..7a94ea7c1
--- /dev/null
+++ b/community/opencollada/PKGBUILD
@@ -0,0 +1,67 @@
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+# Contributor: Liganic <liganic-aur@gmx.net>
+pkgname=opencollada
+pkgver=864
+pkgrel=1
+pkgdesc="Stream based reader and writer library for COLLADA files"
+arch=(i686 x86_64)
+url="https://code.google.com/p/opencollada/"
+license=('GPL')
+depends=('libxml2')
+makedepends=('subversion' 'ruby' 'cmake')
+options=(!libtool !strip)
+
+_svntrunk=http://opencollada.googlecode.com/svn/trunk/
+_svnmod=opencollada
+
+build() {
+ cd "$srcdir"
+ msg "Connecting to SVN server...."
+
+ if [[ -d "$_svnmod/.svn" ]]; then
+ (cd "$_svnmod" && svn up -r "$pkgver")
+ else
+ svn co "$_svntrunk" --config-dir ./ -r "$pkgver" "$_svnmod"
+ fi
+
+ msg "SVN checkout done or server timeout"
+ msg "Starting build..."
+
+ _builddir="$srcdir/$_svnmod-build"
+
+ rm -rf $_builddir
+ cp -r "$srcdir/$_svnmod" $_builddir
+ cd $_builddir
+
+ mkdir cmake
+ cd cmake
+ cmake ../
+ cd $_builddir/cmake
+ make
+
+# cd scripts/
+# chmod +x unixbuild.sh
+# ./unixbuild.sh $pkgdir/usr/
+}
+
+package() {
+ _builddir="$srcdir/$_svnmod-build"
+# sed -i "s/libdir='.*'/libdir=\'\/usr\/lib\'/" $pkgdir/usr/lib/*.la*
+
+# Headers
+ rm -rf `find $_builddir -type d -name .svn`
+ mkdir -p $pkgdir/usr/include/opencollada/
+ cd $_builddir
+ _include_dirs=$(find . -type d -name include -and -not -path '*Externals*' -print)
+ for dir in $_include_dirs;do
+ mkdir -p $pkgdir/usr/include/opencollada/${dir}
+ cp -r ${dir}/* $pkgdir/usr/include/opencollada/${dir}/..
+ done
+
+ rm -rf $pkgdir/usr/include/opencollada/generated*
+
+ cp -r $_builddir/cmake/lib/ $pkgdir/usr/
+ cp -r $_builddir/cmake/bin/ $pkgdir/usr/
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD
new file mode 100644
index 000000000..9b5dd3a67
--- /dev/null
+++ b/community/openimageio/PKGBUILD
@@ -0,0 +1,44 @@
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+
+_pkg=OpenImageIO
+pkgname=openimageio
+pkgver=0.10.4
+pkgrel=2
+pkgdesc="A library for reading and writing images, including classes, utilities, and applications."
+arch=(i686 x86_64)
+url="http://www.openimageio.org/"
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew')
+makedepends=('cmake' 'qt' 'python2' 'boost')
+optdepends=('qt: iv image viewer' 'python2: bindings support')
+source=("https://github.com/$_pkg/oiio/tarball/Release-${pkgver/_/-}")
+md5sums=('08a1bc2b82862ad5547bba569f4f633f')
+
+build() {
+ cd "$srcdir"/$_pkg*
+
+ # remove insecure rpath
+ sed -i "/RPATH/d" src/CMakeLists.txt
+
+ make debug
+}
+
+package() {
+ cd "$srcdir"/$_pkg*/dist/*
+
+ # prepare dirs
+ install -d "$pkgdir"/usr/{share/doc/$_pkg,lib/python2.7/site-packages}
+
+ # bin
+ cp -r bin include lib "$pkgdir/usr"
+
+ # docs
+ cp -r doc/* "$pkgdir/usr/share/doc/$_pkg"
+
+ # python module
+ cp -r python/* "$pkgdir/usr/lib/python2.7/site-packages"
+
+ # license
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
diff --git a/community/pidgin-toobars/PKGBUILD b/community/pidgin-toobars/PKGBUILD
new file mode 100644
index 000000000..a9d052011
--- /dev/null
+++ b/community/pidgin-toobars/PKGBUILD
@@ -0,0 +1,26 @@
+# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
+# Contributor: JokerBoy <jokerboy at punctweb dot ro>
+
+pkgname=pidgin-toobars
+pkgver=1.14
+pkgrel=1
+pkgdesc="Pidgin plugin that adds a toolbar and status bar to the buddy list"
+arch=('i686' 'x86_64')
+url="http://vayurik.ru/wordpress/en/toobars/"
+license=('GPL')
+depends=('pidgin')
+makedepends=('intltool')
+options=('!libtool')
+source=("http://vayurik.ru/wordpress/wp-content/uploads/toobars/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('0b9255902c10ec1b171329474bd69e82')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
diff --git a/community/qbittorrent/PKGBUILD b/community/qbittorrent/PKGBUILD
index 7e4a950ab..73858f5e8 100644
--- a/community/qbittorrent/PKGBUILD
+++ b/community/qbittorrent/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=qbittorrent
-pkgver=2.9.2
-pkgrel=7
+pkgver=2.9.3
+pkgrel=1
pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.qbittorrent.org/"
@@ -15,9 +15,11 @@ optdepends=('python: needed for search'
'geoip: improves peer country resolution')
install='qbittorrent.install'
source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-${pkgver}.tar.gz")
-md5sums=('0c2188e0065be57e50c06f5934d5f7a2')
+md5sums=('bd35950260f633215db8acd7c22317dc')
build() {
+ tar xf qbittorrent-${pkgver}.tar.gz
+
cd qbittorrent-${pkgver}
./configure \
diff --git a/community/qtractor/PKGBUILD b/community/qtractor/PKGBUILD
index 0d7891cc1..210a87f2b 100644
--- a/community/qtractor/PKGBUILD
+++ b/community/qtractor/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61060 2011-12-21 12:38:09Z schiv $
+# $Id: PKGBUILD 61485 2012-01-01 11:40:37Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Philipp Überbacher <hollunder at gmx dot at>
pkgname=qtractor
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="Audio/MIDI multitrack sequencer"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,8 +13,8 @@ depends=('qt' 'jack' 'slv2' 'libmad' 'liblo'
'libsamplerate' 'rubberband')
makedepends=('ladspa' 'dssi')
[ "$CARCH" = "i686" ] && optdepends=('dssi-vst: win32 VST support')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('15a75fe7164b9670961af0ce9e689fdb')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('cae94dd21628f22351dec5521b5a564d')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/setconf/PKGBUILD b/community/setconf/PKGBUILD
index ab8c8cddc..d1f7c2c41 100644
--- a/community/setconf/PKGBUILD
+++ b/community/setconf/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 61248 2011-12-26 01:05:59Z arodseth $
+# $Id: PKGBUILD 61489 2012-01-01 19:21:14Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
pkgname=setconf
-pkgver=0.3
+pkgver=0.3.1
pkgrel=1
pkgdesc="Utility to easily change settings in Makefiles and other configuration files"
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('pcre' 'gc')
makedepends=('shedskin>=0.1.2')
source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tbz2")
-sha256sums=('94d37bcc74d59dfa60770308e2ab3b669dc2e0716a23fda584bf71cf037f1183')
+sha256sums=('1055757af5dc5ecb529f918f9e601552f24caca8ca08833a52e4e3a1243cbd01')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/systemd/PKGBUILD b/community/systemd/PKGBUILD
index eb7d8b9fc..7ae0e15f8 100644
--- a/community/systemd/PKGBUILD
+++ b/community/systemd/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 58198 2011-11-08 16:54:47Z dreisner $
+# $Id: PKGBUILD 61447 2011-12-31 17:01:55Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
pkgname=systemd
pkgver=37
-pkgrel=2
+pkgrel=3
pkgdesc="Session and Startup manager"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.freedesktop.org/wiki/Software/systemd"
license=('GPL2')
depends=('dbus-core' 'kbd' 'libcap' 'util-linux>=2.19' 'udev>=172')
-makedepends=('gperf' 'cryptsetup' 'gtk2' 'intltool' 'libnotify')
+makedepends=('gperf' 'cryptsetup' 'gtk2' 'intltool' 'libnotify' 'linux-api-headers')
optdepends=('cryptsetup: required for encrypted block devices'
'dbus-python: systemd-analyze'
'gtk2: systemadm'
@@ -58,7 +58,7 @@ build() {
make
# fix .so links in manpages
- sed -i 's|\.so halt\.8|.so systemd.halt.8|' man/{halt,poweroff}.8
+ sed -i 's|\.so halt\.8|.so man8/systemd.halt.8|' man/{halt,poweroff}.8
sed -i 's|\.so systemd\.1|.so man1/systemd.1|' man/init.1
}
@@ -73,9 +73,14 @@ package() {
# fix systemd-analyze for python2
sed -i '1s/python$/python2/' "$pkgdir/usr/bin/systemd-analyze"
- # rename man pages to avoid conflicts with sysvinit
- cd "$pkgdir/usr/share/man/man8"
- for manpage in telinit halt reboot poweroff runlevel shutdown; do
- mv {,systemd.}"$manpage.8"
+ # rename man pages to avoid conflicts with sysvinit and initscripts
+ cd "$pkgdir/usr/share/man"
+
+ manpages=(man8/{telinit,halt,reboot,poweroff,runlevel,shutdown}.8
+ man5/{hostname,{vconsole,locale}.conf}.5)
+
+ for manpage in "${manpages[@]}"; do
+ IFS='/' read section page <<< "$manpage"
+ mv "$manpage" "$section/systemd.$page"
done
}
diff --git a/community/tasks/PKGBUILD b/community/tasks/PKGBUILD
index 84d06dd3d..e843a55bf 100644
--- a/community/tasks/PKGBUILD
+++ b/community/tasks/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 59230 2011-11-21 15:27:24Z spupykin $
+# $Id: PKGBUILD 61455 2011-12-31 18:09:39Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
# Contributor: lp76 <l.peduto@gmail.com>
pkgname=tasks
-pkgver=0.19
-pkgrel=2
+pkgver=0.20
+pkgrel=1
pkgdesc="A simple to do list application that uses libecal"
arch=(i686 x86_64 mips64el)
url="http://pimlico-project.org/tasks.html"
@@ -14,8 +14,9 @@ depends=('evolution-data-server>=3.2.0' 'xdg-utils' 'gtk2')
makedepends=('intltool')
install=tasks.install
#source=(http://pimlico-project.org/sources/tasks/$pkgname-$pkgver.tar.gz)
-source=(http://arch.p5n.pp.ru/~sergej/dl/2011/$pkgname-$pkgver.tar.gz)
-md5sums=('0afd969758561599fd782e1effb39c08')
+#source=(http://arch.p5n.pp.ru/~sergej/dl/2011/$pkgname-$pkgver.tar.gz)
+source=(http://ftp.gnome.org/pub/GNOME/sources/tasks/$pkgver/tasks-$pkgver.tar.xz)
+md5sums=('f4602cd39af10f5b327d9a59a22ea034')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD
index 6becdb293..2ef7295a1 100644
--- a/community/tea/PKGBUILD
+++ b/community/tea/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 55791 2011-09-20 17:02:31Z spupykin $
+# $Id: PKGBUILD 61372 2011-12-29 07:38:35Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Roman Kyrylych <roman@archlinux.org>
@@ -6,7 +6,7 @@
# Contributor: Zsolt Varadi <sysop_xxl@fibermail.hu>
pkgname=tea
-pkgver=31.0.0
+pkgver=31.1.0
pkgrel=1
pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions."
arch=('i686' 'x86_64' 'mips64el')
@@ -16,7 +16,7 @@ depends=('qt' 'aspell' 'hunspell')
install=tea.install
source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2
tea.desktop)
-md5sums=('53cb9b079e7ebaddcc41b27c684beaab'
+md5sums=('2b9671ed681de662f556c5a8f3efc321'
'377ace3363124f4c086de0babb820761')
build() {
diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD
index 04196b219..29c6d090a 100644
--- a/community/texmaker/PKGBUILD
+++ b/community/texmaker/PKGBUILD
@@ -1,4 +1,3 @@
-# $Id: PKGBUILD 61145 2011-12-22 15:39:01Z tdziedzic $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: furester <xfurester@hotmail.com>
@@ -6,18 +5,18 @@
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
pkgname=texmaker
-pkgver=3.2
+pkgver=3.2.1
pkgrel=1
pkgdesc='Free cross-platform latex editor'
arch=('i686' 'x86_64' 'mips64el')
url="http://www.xm1math.net/texmaker/index.html"
license=('GPL')
depends=('poppler-qt' 'ghostscript' 'qtwebkit')
-source=("http://www.xm1math.net/texmaker/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('506f8b234e1266b188e73e2fc61c68d5')
+source=("http://www.xm1math.net/texmaker/texmaker-${pkgver}.tar.bz2")
+md5sums=('3d54fe9e5530f5cd8f9365bf9fb2e910')
build() {
- cd ${pkgname}-${pkgver}
+ cd texmaker-${pkgver}
export INSTALL_ROOT=${pkgdir}
@@ -27,7 +26,7 @@ build() {
}
package() {
- cd ${pkgname}-${pkgver}
+ cd texmaker-${pkgver}
export INSTALL_PATH=${pkgdir}
diff --git a/community/uucp/PKGBUILD b/community/uucp/PKGBUILD
index 6efbdea2f..85ad36a75 100644
--- a/community/uucp/PKGBUILD
+++ b/community/uucp/PKGBUILD
@@ -1,8 +1,10 @@
+# $Id: PKGBUILD 61375 2011-12-29 09:59:32Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jick Nan <jick.nan@gmail.com>
pkgname=uucp
pkgver=1.07
-pkgrel=2
+pkgrel=3
pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP used on the GNU system"
arch=(i686 x86_64 'mips64el')
url="http://www.gnu.org/software/uucp/uucp.html"
@@ -17,14 +19,13 @@ md5sums=('64c54d43787339a7cced48390eb3e1d0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --mandir=/usr/share/man || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
+ ./configure --prefix=/usr --mandir=/usr/share/man --with-newconfigdir=/etc/uucp
+ make
+ make DESTDIR="${pkgdir}" install
- install -D -m644 sample/config ${pkgdir}/etc/uucp/config && \
- install -D -m644 sample/sys1 ${pkgdir}/etc/uucp/sys && \
+ install -D -m644 sample/config ${pkgdir}/etc/uucp/config
+ install -D -m644 sample/sys1 ${pkgdir}/etc/uucp/sys
install -D -m644 sample/port ${pkgdir}/etc/uucp/port
-
mv ${pkgdir}/usr/info ${pkgdir}/usr/share/
}
diff --git a/community/xmlrpc-c/PKGBUILD b/community/xmlrpc-c/PKGBUILD
index b4883c4ed..1e1eca0c1 100644
--- a/community/xmlrpc-c/PKGBUILD
+++ b/community/xmlrpc-c/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 49552 2011-06-18 07:22:08Z andrea $
+# $Id: PKGBUILD 61501 2012-01-02 03:26:41Z daenyth $
# Maintainer: Daenyth <Daenyth+Arch [at] gmail [dot] com>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Contributor: Vitaliy Berdinskikh <skipper13@root.ua>
pkgname=xmlrpc-c
-pkgver=1858
+pkgver=2222
pkgrel=1
pkgdesc='This library provides a modular implementation of XML-RPC for C and C++'
arch=('i686' 'x86_64' 'mips64el')
@@ -13,14 +13,15 @@ license=('custom:xmlrpc-c')
depends=('curl' 'libxml2' 'gcc-libs' 'zlib')
makedepends=('libtool')
options=('!makeflags' '!libtool')
-source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('2bd41d1827ebd12ca8f0b9ef0b015228')
+source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz")
+md5sums=('5822ea50f50fb86b5f211ec6bd820e5e')
build() {
[ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
- cd $srcdir/$pkgname
+ cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr \
+ --mandir=/usr/share/man \
--enable-libxml2-backend \
--disable-cgi-server \
--disable-abyss-server \
@@ -31,10 +32,9 @@ build() {
}
package() {
- cd $srcdir/$pkgname
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
install -m 644 -D doc/COPYING $pkgdir/usr/share/licenses/${pkgname}/LICENSE
- mv $pkgdir/usr/man $pkgdir/usr/share/man
}
# vim:set ts=2 sw=2 et: