From de5b6982e42f4a1e8b0537cfbc1b676e2a81f195 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 19 Mar 2012 00:01:09 +0000 Subject: Mon Mar 19 00:01:09 UTC 2012 --- community/blender/PKGBUILD | 12 ++-- community/gnome-settings-daemon-updates/PKGBUILD | 4 +- .../gnome-settings-daemon.install | 2 +- community/libmediainfo/PKGBUILD | 8 +-- community/libzen/PKGBUILD | 12 ++-- community/linux-tools/PKGBUILD | 8 +-- community/mediainfo-gui/PKGBUILD | 12 ++-- community/mediainfo/PKGBUILD | 8 +-- community/open-vm-tools-modules/PKGBUILD | 10 +-- community/open-vm-tools/PKGBUILD | 12 ++-- community/open-vm-tools/scripts-network.patch | 84 ++++++++++++---------- community/openimageio/PKGBUILD | 36 ++++------ community/pigz/PKGBUILD | 8 +-- community/python-psutil/PKGBUILD | 27 ++++--- community/quassel/PKGBUILD | 14 ++-- community/quesoglc/PKGBUILD | 23 +++--- community/shell-fm/PKGBUILD | 19 ++--- community/shfs-utils/PKGBUILD | 18 ++--- community/trickle/PKGBUILD | 30 +++++--- community/xdebug/PKGBUILD | 8 +-- 20 files changed, 183 insertions(+), 172 deletions(-) (limited to 'community') diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD index e57e82843..fb206952e 100644 --- a/community/blender/PKGBUILD +++ b/community/blender/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 67172 2012-03-05 08:56:35Z ibiru $ +# $Id: PKGBUILD 68036 2012-03-17 05:43:38Z svenstaro $ # Contributor: John Sowiak # Contributor: tobias # Maintainer: Sven-Hendrik Haase @@ -14,15 +14,16 @@ _svn=false pkgname=blender pkgver=2.62 -pkgrel=2 +pkgrel=3 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') +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' 'libsndfile' 'jack') makedepends=('cmake' 'boost' 'cuda-toolkit') optdepends=('cuda-toolkit: cycles renderer cuda support') options=(!strip) @@ -64,6 +65,7 @@ build() { -DWITH_OPENCOLLADA:BOOL=ON \ -DOPENIMAGEIO_ROOT_DIR:STRING=/usr \ -DWITH_GAMEENGINE:BOOL=ON \ + -DWITH_JACK:BOOL=ON \ -DWITH_PLAYER:BOOL=ON \ -DWITH_BUILTIN_GLEW:BOOL=OFF \ -DWITH_CODEC_FFMPEG:BOOL=ON \ diff --git a/community/gnome-settings-daemon-updates/PKGBUILD b/community/gnome-settings-daemon-updates/PKGBUILD index ba1159032..ad529b974 100644 --- a/community/gnome-settings-daemon-updates/PKGBUILD +++ b/community/gnome-settings-daemon-updates/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 56110 2011-10-01 19:01:59Z ibiru $ +# $Id: PKGBUILD 68092 2012-03-17 19:45:14Z giovanni $ # Maintainer: Jonathan Conder _pkgname=gnome-settings-daemon pkgname=$_pkgname-updates pkgver=3.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Updates plugin for the GNOME Settings daemon" arch=('i686' 'x86_64') url="http://www.gnome.org" diff --git a/community/gnome-settings-daemon-updates/gnome-settings-daemon.install b/community/gnome-settings-daemon-updates/gnome-settings-daemon.install index 24072f316..326aa98a2 100644 --- a/community/gnome-settings-daemon-updates/gnome-settings-daemon.install +++ b/community/gnome-settings-daemon-updates/gnome-settings-daemon.install @@ -1,5 +1,5 @@ post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas + glib-compile-schemas usr/share/glib-2.0/schemas } post_upgrade() { diff --git a/community/libmediainfo/PKGBUILD b/community/libmediainfo/PKGBUILD index 90208050a..f6d86b4ad 100644 --- a/community/libmediainfo/PKGBUILD +++ b/community/libmediainfo/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 58331 2011-11-11 18:59:34Z spupykin $ +# $Id: PKGBUILD 68074 2012-03-17 18:50:38Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: hydro pkgname=libmediainfo -pkgver=0.7.51 +pkgver=0.7.54 pkgrel=1 pkgdesc="shared library for mediainfo" arch=('i686' 'x86_64') url="http://mediainfo.sourceforge.net" license=('GPL') -depends=( 'curl' 'libmms>=0.5-2' 'libzen>=0.4.15') +depends=( 'curl' 'libmms' 'libzen') makedepends=('libtool' 'automake' 'autoconf') options=(!libtool) source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2 libmediainfo-0.7.50-libmms.patch) -md5sums=('eb377eebb40d64bf980c857f36cc5b51' +md5sums=('4d936fc2122ad1199e3185d2d6053715' '2f4b21cc250f663d52b497dedb963e3b') build() { diff --git a/community/libzen/PKGBUILD b/community/libzen/PKGBUILD index 4f4fd5d7f..fd77c2bba 100644 --- a/community/libzen/PKGBUILD +++ b/community/libzen/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 58333 2011-11-11 19:01:15Z spupykin $ +# $Id: PKGBUILD 68076 2012-03-17 18:51:40Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: hydro pkgname=libzen -pkgver=0.4.23 +pkgver=0.4.25 pkgrel=1 pkgdesc="shared library for libmediainfo and mediainfo" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('gcc-libs') makedepends=('libtool' 'automake' 'autoconf') options=('!libtool') source=(http://downloads.sourceforge.net/zenlib/${pkgname}_${pkgver}.tar.bz2) -md5sums=('00e622cf33eeb134a785463fbf49d227') +md5sums=('f30a139d506170aeeb3bc47d15e10fae') build() { cd $srcdir/ZenLib/Project/GNU/Library @@ -28,9 +28,9 @@ package() { make DESTDIR=$pkgdir install install -dm 755 $pkgdir/usr/include/ZenLib install -m 644 $srcdir/ZenLib/Source/ZenLib/*.h $pkgdir/usr/include/ZenLib - for i in Base64 HTTP_Client Format/Html Format/Http TinyXml; do - install -dm 755 $pkgdir/usr/include/ZenLib/$i - install -m 644 $srcdir/ZenLib/Source/ZenLib/$i/*.h $pkgdir/usr/include/ZenLib/$i + for i in HTTP_Client Format/Html Format/Http; do + install -dm0755 $pkgdir/usr/include/ZenLib/$i + install -m0644 $srcdir/ZenLib/Source/ZenLib/$i/*.h $pkgdir/usr/include/ZenLib/$i done install -dm 755 $pkgdir/usr/lib/pkgconfig install -m 644 $srcdir/ZenLib/Project/GNU/Library/libzen.pc $pkgdir/usr/lib/pkgconfig diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD index dc318cecf..ff010adb3 100644 --- a/community/linux-tools/PKGBUILD +++ b/community/linux-tools/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 65741 2012-02-22 12:12:10Z seblu $ +# $Id: PKGBUILD 68094 2012-03-17 19:58:42Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=linux-tools pkgname=('perf' 'cpupower') pkgver=3.2 -kernver=${pkgver}.7 +kernver=${pkgver}.11 [[ ${kernver##*rc} != $kernver ]] && testing='testing' -pkgrel=3 +pkgrel=4 license=('GPL2') arch=('i686' 'x86_64') url='http://www.kernel.org' @@ -18,7 +18,7 @@ source=("http://ftp.kernel.org/pub/linux/kernel/v3.0/$testing/linux-$kernver.tar 'cpupower.rc' 'cpupower.conf' 'cpupower.service') -md5sums=('66966f6c1c4b0279c5563eabdafbb044' +md5sums=('0e3d5a3dab51b3c36940461582bc06df' '26af384ca282bc0dc38ff65acc7bb4b9' '857ccdd0598511e3bf4b63522754dc48' '20870541e88109d2f153be3c58a277f1') diff --git a/community/mediainfo-gui/PKGBUILD b/community/mediainfo-gui/PKGBUILD index d2a10bc10..63c9fbf79 100644 --- a/community/mediainfo-gui/PKGBUILD +++ b/community/mediainfo-gui/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 58337 2011-11-11 19:02:47Z spupykin $ +# $Id: PKGBUILD 68080 2012-03-17 18:53:14Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: hydro pkgname=mediainfo-gui -pkgver=0.7.51 +pkgver=0.7.54 pkgrel=1 pkgdesc="GUI for mediainfo" arch=('i686' 'x86_64') url="http://mediainfo.sourceforge.net" license=('GPL') -depends=('libmediainfo>=0.7.35' 'wxgtk') +depends=('libmediainfo' 'wxgtk') makedepends=('libtool' 'automake' 'autoconf') install=mediainfo-gui.install source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2) -md5sums=('b06dc34481ce2971c28e517b146888e8') +md5sums=('c851998158213a6b837048d67e1c2b9a') build() { cd $srcdir/MediaInfo/Project/GNU/GUI @@ -25,9 +25,9 @@ build() { package() { cd $srcdir/MediaInfo/Project/GNU/GUI make DESTDIR=$pkgdir install - install -D -m 644 $srcdir/MediaInfo/Source/Ressource/Image/MediaInfo.png \ + install -D -m 644 $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png \ $pkgdir/usr/share/icons/hicolor/128x128/apps/mediainfo.png - install -D -m 644 $srcdir/MediaInfo/Source/Ressource/Image/MediaInfo.png \ + install -D -m 644 $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png \ $pkgdir/usr/share/pixmaps/mediainfo-gui.png install -D -m 644 $srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop \ $pkgdir/usr/share/applications/mediainfo-gui.desktop diff --git a/community/mediainfo/PKGBUILD b/community/mediainfo/PKGBUILD index 326c00e48..b1dea9d3a 100644 --- a/community/mediainfo/PKGBUILD +++ b/community/mediainfo/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 58335 2011-11-11 19:02:05Z spupykin $ +# $Id: PKGBUILD 68078 2012-03-17 18:52:26Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: hydro pkgname=mediainfo -pkgver=0.7.51 +pkgver=0.7.54 pkgrel=1 pkgdesc="supplies technical and tag information about a video or audio file" arch=('i686' 'x86_64') url="http://mediainfo.sourceforge.net" license=('GPL') -depends=('libmediainfo>=0.7.35') +depends=('libmediainfo') makedepends=('libtool' 'automake' 'autoconf') source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2) -md5sums=('b06dc34481ce2971c28e517b146888e8') +md5sums=('c851998158213a6b837048d67e1c2b9a') build() { cd $srcdir/MediaInfo/Project/GNU/CLI diff --git a/community/open-vm-tools-modules/PKGBUILD b/community/open-vm-tools-modules/PKGBUILD index 1d63d33c5..105dd0636 100644 --- a/community/open-vm-tools-modules/PKGBUILD +++ b/community/open-vm-tools-modules/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 67665 2012-03-13 16:41:27Z spupykin $ +# $Id: PKGBUILD 68084 2012-03-17 18:56:06Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Krzysztof Raczkowski pkgname=open-vm-tools-modules -pkgver=2011.12.20 -_pkgsubver=562307 -pkgrel=7 +pkgver=2012.03.13 +_pkgsubver=651368 +pkgrel=1 pkgdesc="kernel modules for the open source implementation of VMware Tools" arch=('i686' 'x86_64') url="http://open-vm-tools.sourceforge.net/" @@ -16,7 +16,7 @@ install=$pkgname.install options=('!strip') source=("http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz" "modprobe.conf") -md5sums=('529c15cb6cfa2972a96664c504dee560' +md5sums=('a664206443d5de53f5f8ee8d5fe6c2d7' 'ac9b8e3cb798f5056ca92767ec705117') build() { diff --git a/community/open-vm-tools/PKGBUILD b/community/open-vm-tools/PKGBUILD index 8f9711567..37c82a9e9 100644 --- a/community/open-vm-tools/PKGBUILD +++ b/community/open-vm-tools/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 62772 2012-01-26 14:44:28Z spupykin $ +# $Id: PKGBUILD 68082 2012-03-17 18:55:06Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Krzysztof Raczkowski pkgname=open-vm-tools -pkgver=2011.12.20 -_pkgsubver=562307 -pkgrel=2 +pkgver=2012.03.13 +_pkgsubver=651368 +pkgrel=1 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools." arch=('i686' 'x86_64') url="http://open-vm-tools.sourceforge.net/" @@ -24,8 +24,8 @@ source=(http://switch.dl.sourceforge.net/$pkgname/$pkgname-$pkgver-${_pkgsubver} tools.conf vmware-guestd xautostart.conf) -md5sums=('529c15cb6cfa2972a96664c504dee560' - '06f7448e274db2a911f582e276088fc9' +md5sums=('a664206443d5de53f5f8ee8d5fe6c2d7' + 'b8f68fef3d388489e40dba581b6da18a' '199508b0d3fe6fa9b726d09170bf51f1' '8c333a979578bdc0c3134c1dd6bb7353' '79b0a14d86191fee70a4639da8bd7785' diff --git a/community/open-vm-tools/scripts-network.patch b/community/open-vm-tools/scripts-network.patch index 13ea7f565..44c7e6dcb 100644 --- a/community/open-vm-tools/scripts-network.patch +++ b/community/open-vm-tools/scripts-network.patch @@ -1,5 +1,5 @@ ---- network.org 2010-04-28 10:21:14.000000000 +0000 -+++ network 2010-04-28 10:24:00.000000000 +0000 +--- network.org 2012-03-17 22:20:11.000000000 +0400 ++++ network 2012-03-17 22:18:47.000000000 +0400 @@ -34,51 +34,6 @@ @@ -17,47 +17,57 @@ -# - -find_networking_script() { -- local script="error" -- for dir in "/etc/init.d" "/sbin/init.d" "/etc" "/etc/rc.d" ; do -- if [ -d "$dir/rc0.d" ] && -- [ -d "$dir/rc1.d" ] && -- [ -d "$dir/rc2.d" ] && -- [ -d "$dir/rc3.d" ] && -- [ -d "$dir/rc4.d" ] && -- [ -d "$dir/rc5.d" ] && -- [ -d "$dir/rc6.d" ]; then +- local script="error" +- for dir in "/etc/init.d" "/sbin/init.d" "/etc" "/etc/rc.d" ; do +- if [ -d "$dir/rc0.d" ] && +- [ -d "$dir/rc1.d" ] && +- [ -d "$dir/rc2.d" ] && +- [ -d "$dir/rc3.d" ] && +- [ -d "$dir/rc4.d" ] && +- [ -d "$dir/rc5.d" ] && +- [ -d "$dir/rc6.d" ]; then - -- # Now find the appropriate networking script. -- if [ -d "$dir/init.d" ]; then -- if [ -x "$dir/init.d/network" ]; then -- script="$dir/init.d/network" -- elif [ -x "$dir/init.d/networking" ]; then -- script="$dir/init.d/networking" -- fi -- else -- if [ -x "$dir/network" ]; then -- script="$dir/network" -- elif [ -x "$dir/networking" ]; then -- script="$dir/networking" -- fi -- fi -- fi -- done +- # Now find the appropriate networking script. +- if [ -d "$dir/init.d" ]; then +- if [ -x "$dir/init.d/network" ]; then +- script="$dir/init.d/network" +- elif [ -x "$dir/init.d/networking" ]; then +- script="$dir/init.d/networking" +- fi +- else +- if [ -x "$dir/network" ]; then +- script="$dir/network" +- elif [ -x "$dir/networking" ]; then +- script="$dir/networking" +- fi +- fi +- fi +- done - -- echo "$script" +- echo "$script" -} - - -# - # save_active_NIC_list -- + # run_network_script -- # - # Records a list of every active NIC to /var/run/vmware-active-nics. -@@ -205,7 +160,7 @@ - exitCode=0 - activeList=/var/run/vmware-active-nics + # Finds out how to run the system's script used to control networking, and +@@ -87,17 +42,7 @@ + # + run_network_script() + { +- script=`find_networking_script` +- [ "$script" != "error" ] || Panic "Cannot find system networking script." +- +- # Using SysV "service" if it exists, otherwise fall back to run the script directly +- service=`which service 2>/dev/null` +- if [ $? = 0 -a -n "$service" ]; then +- serviceName=`basename "$script"` +- "$service" "$serviceName" "$1" +- else +- "$script" "$1" +- fi ++ /etc/rc.d/network "$1" + } -- networkScript=`find_networking_script` -+ networkScript=/etc/rc.d/network - [ "$networkScript" != "error" ] || Panic "Cannot find system networking script." - # XXX Are these really necessary? If so, we should have seen customer diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD index 837fbf183..c3a38cdf8 100644 --- a/community/openimageio/PKGBUILD +++ b/community/openimageio/PKGBUILD @@ -1,47 +1,39 @@ -# $Id: PKGBUILD 67891 2012-03-15 20:13:49Z svenstaro $ +# $Id: PKGBUILD 68034 2012-03-17 05:42:53Z svenstaro $ # Contributor: SpepS # Maintainer: Sven-Hendrik Haase -_pkg=OpenImageIO pkgname=openimageio +_pkgname=OpenImageIO pkgver=1.0.1 -pkgrel=1 +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') -options=(!buildflags) +optdepends=('qt: iv image viewer' + 'python2: bindings support') source=("https://github.com/$_pkg/oiio/tarball/Release-${pkgver/_/-}") md5sums=('5b74d7bda23f4b0e33c5104fd8dbdf79') build() { - cd "$srcdir"/$_pkg* + cd "$srcdir"/$_pkgname*/src - # strange bug on i686, see https://github.com/OpenImageIO/oiio/issues/204 - [[ $CARCH == "i686" ]] && make debug || make + [[ -d build ]] && rm -r build + mkdir build && cd build + cmake -DCMAKE_INSTALL_PREFIX=/usr .. + make } package() { - cd "$srcdir"/$_pkg*/dist/* + cd "$srcdir"/$_pkgname*/src/build - # prepare dirs - install -d "$pkgdir"/usr/{share/doc/$_pkg,lib/python2.7/site-packages} + make DESTDIR=$pkgdir install - # bin - cp -r bin include lib "$pkgdir/usr" + mv $pkgdir/usr/lib/python $pkgdir/usr/lib/python2.7 - # docs - cp -r doc/* "$pkgdir/usr/share/doc/$_pkg" - - # python module - cp -r python/* "$pkgdir/usr/lib/python2.7/site-packages" - - pwd - cd ../.. # license - pwd + cd ../.. install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } diff --git a/community/pigz/PKGBUILD b/community/pigz/PKGBUILD index cc1e07c26..6a80d70cb 100755 --- a/community/pigz/PKGBUILD +++ b/community/pigz/PKGBUILD @@ -1,9 +1,10 @@ -# Maintainer: Bartłomiej Piotrowski +# $Id: PKGBUILD 68038 2012-03-17 08:29:09Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski # Contributor: Laszlo Papp # Contributor: Stefan Husmann pkgname=pigz -pkgver=2.2.3 +pkgver=2.2.4 pkgrel=1 pkgdesc="Parallel implementation of the gzip file compressor" arch=('i686' 'x86_64') @@ -11,11 +12,10 @@ url="http://www.zlib.net/pigz/" license=('custom') depends=('zlib') source=(http://www.zlib.net/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('8330a6c6a3e5f1954687aaba4b973a6f') +md5sums=('9df2a3c742524446fa4e797c17e8fd85') build() { cd "${srcdir}/$pkgname-$pkgver" - #sed -i s/"CFLAGS=".*/"CFLAGS=${CFLAGS}"/g Makefile make } diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD index a062110dc..0d96246c0 100644 --- a/community/python-psutil/PKGBUILD +++ b/community/python-psutil/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 66402 2012-02-24 13:09:02Z seblu $ +# $Id: PKGBUILD 68068 2012-03-17 16:12:56Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=python-psutil pkgname=('python-psutil' 'python2-psutil') pkgver=0.4.1 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url='http://code.google.com/p/psutil/' license=('custom: BSD') @@ -13,16 +13,11 @@ source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz") sha1sums=('2705862e00280a7fa76cfb687dbd61623d5e236e') build() { - 'cp' -a psutil-$pkgver psutil2-$pkgver - # build python cd psutil-$pkgver - python setup.py build - - cd ../psutil2-$pkgver - # change python interpreter - find -name '*.py' -exec \ - sed -i '1s,^#!/usr/bin/env python$,#!/usr/bin/python2,' {} \; -print - python2 setup.py build + python setup.py build --build-lib=build/python + python2 setup.py build --build-lib=build/python2 + find build/python2 -type f -exec \ + sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; } package_python-psutil() { @@ -30,16 +25,18 @@ package_python-psutil() { depends=('glibc' 'python') cd psutil-$pkgver - python setup.py install --root="$pkgdir" + python setup.py build --build-lib=build/python \ + install --root="$pkgdir" --optimize=1 install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE } package_python2-psutil() { - pkgdesc='A cross-platform process and system utilities module for Python 2' + pkgdesc='A cross-platform process and system utilities module for Python2' depends=('glibc' 'python2') - cd psutil2-$pkgver - python2 setup.py install --root="$pkgdir" + cd psutil-$pkgver + python2 setup.py build --build-lib=build/python2 \ + install --root="$pkgdir" --optimize=1 install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE } diff --git a/community/quassel/PKGBUILD b/community/quassel/PKGBUILD index 80a3d47f2..04e7ad56b 100644 --- a/community/quassel/PKGBUILD +++ b/community/quassel/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 57415 2011-10-27 10:22:06Z lcarlier $ +# $Id: PKGBUILD 68048 2012-03-17 13:06:01Z giovanni $ # Maintainer: Vesa Kaihlavirta pkgname=quassel pkgver=0.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="QT4 irc client with a separated core" arch=('i686' 'x86_64') url="http://quassel-irc.org/" license=('GPL') -depends=('kdelibs' 'oxygen-icons' 'hicolor-icon-theme') +depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') -install=$pkgname.install +install=quassel.install backup=(etc/conf.d/quassel) -source=(http://quassel-irc.org/pub/$pkgname-$pkgver.tar.bz2 - rc.$pkgname - $pkgname.conf) +source=("http://quassel-irc.org/pub/$pkgname-$pkgver.tar.bz2" + 'rc.quassel' + 'quassel.conf') sha256sums=('9e78dbc28bfeda2ed66fa3082392951cbd002f851ef1a7f1228988bb18c7c98d' '845e621448a51ec181554e9327bfcc3a3de1501ae8f70410f0b9b8991ac171b0' 'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8') diff --git a/community/quesoglc/PKGBUILD b/community/quesoglc/PKGBUILD index 8e12b892d..8154f6f14 100644 --- a/community/quesoglc/PKGBUILD +++ b/community/quesoglc/PKGBUILD @@ -1,28 +1,29 @@ +# $Id: PKGBUILD 68088 2012-03-17 19:29:26Z giovanni $ +# Maintainer: Vesa Kaihlavirta # Contributor: Markus Pargmann pkgname=quesoglc pkgver=0.7.2 -pkgrel=1 -pkgdesc='The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming interface (API).' +pkgrel=2 +pkgdesc="A free implementation of the OpenGL Character Renderer (GLC)" arch=('i686' 'x86_64') -url='http://quesoglc.sourceforge.net/' -license=('GPL') -depends=('freetype2' 'fontconfig' 'freeglut' 'fribidi' 'mesa') +url="http://quesoglc.sourceforge.net/" +license=('LGPL2.1') +depends=('fontconfig' 'freeglut' 'fribidi' 'glew') +makedepends=('pkg-config') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('c2697a92e2cc00c537626020e4108a4e') build() { - cd ${pkgname}-${pkgver} - - ./configure \ - --prefix=/usr + cd "${pkgname}-${pkgver}" + ./configure --prefix=/usr make } package() { - cd ${pkgname}-${pkgver} + cd "${pkgname}-${pkgver}" - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install } diff --git a/community/shell-fm/PKGBUILD b/community/shell-fm/PKGBUILD index d54031f18..88cfe9926 100644 --- a/community/shell-fm/PKGBUILD +++ b/community/shell-fm/PKGBUILD @@ -1,27 +1,28 @@ -# $Id: PKGBUILD 15370 2010-04-10 21:42:26Z andrea $ +# $Id: PKGBUILD 68046 2012-03-17 12:04:37Z giovanni $ # Maintainer: Daenyth # Contributor: Geoffroy Carrier # Contributor: Jeff Mickey pkgname=shell-fm -pkgver=0.7 -pkgrel=3 +pkgver=0.8 +pkgrel=1 pkgdesc="A console based player for the streams provided by Last.FM" arch=('i686' 'x86_64') url="http://github.com/jkramer/$pkgname" license=('GPL') depends=('libmad' 'libao' 'taglib') -source=($pkgname-$pkgver.tar.gz::http://github.com/jkramer/$pkgname/tarball/v$pkgver - as-needed.diff::http://bugs.gentoo.org/attachment.cgi?id=205574) -md5sums=('3f83866622a892ee89685f1ed079eefd' - 'e49d91e2ee7145d8cfce8d43d0ef37c6') +source=($pkgname-$pkgver.tar.gz::http://github.com/jkramer/$pkgname/tarball/v$pkgver) +md5sums=('ce5c45ead71a299edbff280d4007ad99') build() { cd "$srcdir"/jkramer-$pkgname-* - patch -Np1 < "$srcdir/as-needed.diff" || return 1 + make +} + +package() { + cd "$srcdir"/jkramer-$pkgname-* - make || return 1 make DESTDIR="$pkgdir" install cd "$pkgdir/usr" diff --git a/community/shfs-utils/PKGBUILD b/community/shfs-utils/PKGBUILD index 13477b23d..b939c8f7c 100644 --- a/community/shfs-utils/PKGBUILD +++ b/community/shfs-utils/PKGBUILD @@ -1,30 +1,30 @@ -# $Id: PKGBUILD 24961 2010-08-29 19:56:51Z jlichtblau $ +# $Id: PKGBUILD 68044 2012-03-17 11:53:37Z giovanni $ # Maintainer: Jaroslav Lichtblau # Contributor: Jaroslaw Swierczynski pkgname=shfs-utils pkgver=0.35 -pkgrel=3 +pkgrel=4 pkgdesc="SHell FileSystem Linux utils" url="http://shfs.sourceforge.net/" license=('GPL') arch=('i686' 'x86_64') depends=('glibc' 'openssh') makedepends=('patch') -source=(http://downloads.sourceforge.net/sourceforge/shfs/shfs-$pkgver.tar.gz \ - $pkgname-make.patch) +source=("http://downloads.sourceforge.net/sourceforge/shfs/shfs-$pkgver.tar.gz" + 'shfs-utils-make.patch') md5sums=('016f49d71bc32eee2b5d11fc1600cfbe' '49fb94b139bc69927815127f0bf85159') build() { - cd ${srcdir}/shfs-$pkgver + cd "${srcdir}/shfs-${pkgver}" - patch -Np0 -i ${srcdir}/$pkgname-make.patch - make utils + patch -Np0 -i "${srcdir}/$pkgname-make.patch" + make -j1 utils } package() { - cd ${srcdir}/shfs-$pkgver + cd "${srcdir}/shfs-${pkgver}" - make ROOT=${pkgdir} utils-install + make -j1 ROOT="${pkgdir}" utils-install } diff --git a/community/trickle/PKGBUILD b/community/trickle/PKGBUILD index 5b9844932..da1146356 100644 --- a/community/trickle/PKGBUILD +++ b/community/trickle/PKGBUILD @@ -1,22 +1,30 @@ -# $Id: PKGBUILD 39246 2011-02-07 19:18:47Z tdziedzic $ +# $Id: PKGBUILD 68040 2012-03-17 11:08:43Z giovanni $ +# Maintainer: Jaroslav Lichtblau # Contributor Romain Bouchaud-Leduc pkgname=trickle pkgver=1.07 -pkgrel=5 -pkgdesc="Trickle - lightweight userspace bandwidth shaper" +pkgrel=6 +pkgdesc="Lightweight userspace bandwidth shaper" arch=('i686' 'x86_64') url="http://monkey.org/~marius/trickle" license=('BSD') -depends=("libevent") -source=("http://monkey.org/~marius/trickle/$pkgname-$pkgver.tar.gz") +depends=('libevent') +source=("http://monkey.org/~marius/trickle/${pkgname}-${pkgver}.tar.gz") md5sums=('860ebc4abbbd82957c20a28bd9390d7d') build() { - cd $startdir/src/$pkgname-$pkgver - ./configure --prefix=/usr --mandir=/usr/share/man - sed -i "s|.*in_addr_t.*||g" config.h - make || return 1 - make DESTDIR=$startdir/pkg install - install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr \ + --mandir=/usr/share/man + sed -i "s|.*in_addr_t.*||g" config.h + make -j1 +} + +package(){ + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD index d414b935c..1eab91ed8 100644 --- a/community/xdebug/PKGBUILD +++ b/community/xdebug/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 65011 2012-02-20 01:39:51Z spupykin $ +# $Id: PKGBUILD 68086 2012-03-17 18:57:19Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Jonathan Wiersma # Contributor: Jonathan Wiersma # Contributor: sracker pkgname=xdebug -pkgver=2.1.3 -pkgrel=2 +pkgver=2.1.4 +pkgrel=1 pkgdesc="PHP debugging extension" arch=('i686' 'x86_64') url="http://www.xdebug.org" @@ -17,7 +17,7 @@ backup=('etc/php/conf.d/xdebug.ini') source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz xdebug-5.2.ini xdebug.ini) -md5sums=('779f4a66acdccd673553769e403674c4' +md5sums=('0a1339ad8053eface15ed6420a295939' '6b7fdbbe0bf381bda40e77e29981f439' '68de800943369d4c76bdf7eb35c8463b') -- cgit v1.2.3-54-g00ecf