diff options
author | root <root@rshg054.dnsready.net> | 2011-11-03 23:14:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-03 23:14:47 +0000 |
commit | b625511a28fd8401f524474b5339e75328595150 (patch) | |
tree | 1daf0e94a58707bedb1a8ef5c3e98ce2cc9d7fa2 /community | |
parent | 6c10ff06abb7ca3a4db4c73624f73aafdd3b2e63 (diff) |
Thu Nov 3 23:14:47 UTC 2011
Diffstat (limited to 'community')
-rw-r--r-- | community/chmsee/PKGBUILD | 6 | ||||
-rw-r--r-- | community/dspam/PKGBUILD | 11 | ||||
-rw-r--r-- | community/gtypist/PKGBUILD | 24 | ||||
-rw-r--r-- | community/gtypist/ncurses.patch | 86 | ||||
-rw-r--r-- | community/lxdm/PKGBUILD | 23 | ||||
-rw-r--r-- | community/paraview/PKGBUILD | 30 | ||||
-rw-r--r-- | community/paraview/fixkernelversioncheck.diff | 19 | ||||
-rw-r--r-- | community/pbzip2/PKGBUILD | 8 | ||||
-rw-r--r-- | community/prelink/PKGBUILD | 8 | ||||
-rwxr-xr-x | community/python-scipy/PKGBUILD | 5 | ||||
-rw-r--r-- | community/python2-ldap/PKGBUILD | 11 | ||||
-rw-r--r-- | community/qbittorrent/PKGBUILD | 2 |
12 files changed, 173 insertions, 60 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD index 4c0076a82..a6c963e13 100644 --- a/community/chmsee/PKGBUILD +++ b/community/chmsee/PKGBUILD @@ -5,12 +5,12 @@ pkgname=chmsee pkgver=1.99.05 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner." url="http://chmsee.googlecode.com/" license="GPL" -depends=('xulrunner>=6.0' 'chmlib' 'desktop-file-utils') +depends=('xulrunner>=7.0' 'chmlib' 'desktop-file-utils') makedepends=('python2') source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver chmsee) @@ -22,7 +22,7 @@ build() { cd ${srcdir}/jungleji-chmsee-370f906/src cp Makefile.arch Makefile - sed -i -e 's/5.0/6.0/g' Makefile + sed -i -e 's/5.0/7.0/g' Makefile make } diff --git a/community/dspam/PKGBUILD b/community/dspam/PKGBUILD index dfa286c56..35b78dcb7 100644 --- a/community/dspam/PKGBUILD +++ b/community/dspam/PKGBUILD @@ -1,14 +1,13 @@ -# $Id: PKGBUILD 53655 2011-08-07 17:18:06Z spupykin $ +# $Id: PKGBUILD 57749 2011-11-02 08:46:38Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=dspam -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 pkgdesc="A scalable, open-source statistical anti-spam filter" arch=('i686' 'x86_64') url="http://dspam.nuclearelephant.com/" -options=('!libtool') backup=(etc/dspam/dspam.conf) license=("GPL") depends=(readline libcap ncurses zlib openssl) @@ -18,11 +17,11 @@ optdepends=('libmysqlclient: MySQL support' 'db: BerkeleyDB support' 'sqlite3: SQLite support') options=('zipman' 'docs' '!libtool') +install=$pkgname.install source=(http://downloads.sourceforge.net/project/dspam/dspam/dspam-$pkgver/dspam-$pkgver.tar.gz dspam.logrotated dspam) -install=$pkgname.install -md5sums=('2e83e98a03af492df82532441e4ce335' +md5sums=('b8b57f7f4ce31de86fa13a656d3bf936' '2163ca41de383f09f4d754e2d35cb158' 'bb2300eff5b2a6eb987750c71a2c2169') @@ -34,7 +33,7 @@ build() { cd $srcdir/$pkgname-$pkgver [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc/dspam --localstatedir=/var ${OPTS} - make -j1 + make } package() { cd $srcdir/$pkgname-$pkgver diff --git a/community/gtypist/PKGBUILD b/community/gtypist/PKGBUILD index 3b4276fd9..19ceb6a79 100644 --- a/community/gtypist/PKGBUILD +++ b/community/gtypist/PKGBUILD @@ -1,24 +1,28 @@ -# $Id: PKGBUILD 44710 2011-04-11 12:22:30Z spupykin $ +# $Id: PKGBUILD 57751 2011-11-02 08:47:29Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Ben Mazer <blm@groknil.org> # Contributor: Mike Douglas <code_monkey@gooeylinux.org> pkgname=gtypist -pkgver=2.8.5 +pkgver=2.9 pkgrel=1 pkgdesc="universal typing tutor" arch=('i686' 'x86_64') url="http://www.gnu.org/software/gtypist/gtypist.html" license=("GPL") -depends=('ncurses>=5.2' 'perl') +depends=('ncurses' 'perl') +makedepends=('emacs') install=gtypist.install -source=(ftp://ftp.gnu.org/gnu/gtypist/$pkgname-$pkgver.tar.gz) -md5sums=('49ea1bb5ac51c74a9c75c0dd6d890463') +source=(ftp://ftp.gnu.org/gnu/gtypist/$pkgname-$pkgver.tar.gz + ncurses.patch) +md5sums=('4500940fb1cde36899afd957d64236bb' + '17b3a69119e3bd791f0941e0f93fb8b3') build() { - cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr - make - make prefix=$pkgdir/usr install - rm -f $pkgdir/usr/share/info/dir + cd $srcdir/$pkgname-$pkgver + patch -p1 <$srcdir/ncurses.patch + ./configure --prefix=/usr + make + make prefix=$pkgdir/usr install + rm -f $pkgdir/usr/share/info/dir } diff --git a/community/gtypist/ncurses.patch b/community/gtypist/ncurses.patch new file mode 100644 index 000000000..ae17733fb --- /dev/null +++ b/community/gtypist/ncurses.patch @@ -0,0 +1,86 @@ +diff -wbBur gtypist-2.9/configure gtypist-2.9.my/configure +--- gtypist-2.9/configure 2011-11-01 01:31:47.000000000 +0400 ++++ gtypist-2.9.my/configure 2011-11-02 12:31:42.000000000 +0400 +@@ -4478,8 +4478,8 @@ + + + #AC_CHECK_HEADER(curses.h, HAVE_CURSES_H=1) +-ac_fn_c_check_header_mongrel "$LINENO" "ncursesw/ncurses.h" "ac_cv_header_ncursesw_ncurses_h" "$ac_includes_default" +-if test "x$ac_cv_header_ncursesw_ncurses_h" = xyes; then : ++ac_fn_c_check_header_mongrel "$LINENO" "ncurses.h" "ac_cv_header_ncurses_h" "$ac_includes_default" ++if test "x$ac_cv_header_ncurses_h" = xyes; then : + HAVE_NCURSESW_H=1 + fi + +diff -wbBur gtypist-2.9/configure.ac gtypist-2.9.my/configure.ac +--- gtypist-2.9/configure.ac 2011-10-30 19:26:40.000000000 +0400 ++++ gtypist-2.9.my/configure.ac 2011-11-02 12:30:18.000000000 +0400 +@@ -40,7 +40,7 @@ + AC_CHECK_HEADERS([unistd.h alloca.h argz.h errno.h fcntl.h langinfo.h libintl.h limits.h locale.h malloc.h stddef.h stdio_ext.h stdlib.h string.h strings.h sys/param.h unistd.h]) + + #AC_CHECK_HEADER(curses.h, HAVE_CURSES_H=1) +-AC_CHECK_HEADER(ncursesw/ncurses.h, HAVE_NCURSESW_H=1) ++AC_CHECK_HEADER(ncurses.h, HAVE_NCURSESW_H=1) + + # We prefer ncurses to curses if both are found. + dnl if test -n "$HAVE_NCURSES_H" -a -n "$HAVE_LIBNCURSES"; then +diff -wbBur gtypist-2.9/src/cursmenu.c gtypist-2.9.my/src/cursmenu.c +--- gtypist-2.9/src/cursmenu.c 2011-10-31 01:35:20.000000000 +0400 ++++ gtypist-2.9.my/src/cursmenu.c 2011-11-02 12:30:27.000000000 +0400 +@@ -24,7 +24,7 @@ + #ifdef HAVE_PDCURSES + #include <curses.h> + #else +-#include <ncursesw/ncurses.h> ++#include <ncurses.h> + #endif + + #include "error.h" +diff -wbBur gtypist-2.9/src/error.c gtypist-2.9.my/src/error.c +--- gtypist-2.9/src/error.c 2011-09-26 15:35:03.000000000 +0400 ++++ gtypist-2.9.my/src/error.c 2011-11-02 12:30:30.000000000 +0400 +@@ -25,7 +25,7 @@ + #ifdef HAVE_PDCURSES + #include <curses.h> + #else +-#include <ncursesw/ncurses.h> ++#include <ncurses.h> + #endif + + #include <stdlib.h> +diff -wbBur gtypist-2.9/src/gtypist.c gtypist-2.9.my/src/gtypist.c +--- gtypist-2.9/src/gtypist.c 2011-10-31 03:24:25.000000000 +0400 ++++ gtypist-2.9.my/src/gtypist.c 2011-11-02 12:30:24.000000000 +0400 +@@ -31,7 +31,7 @@ + #ifdef HAVE_PDCURSES + #include <curses.h> + #else +-#include <ncursesw/ncurses.h> ++#include <ncurses.h> + #endif + + #include <time.h> +diff -wbBur gtypist-2.9/src/script.c gtypist-2.9.my/src/script.c +--- gtypist-2.9/src/script.c 2011-10-26 12:51:57.000000000 +0400 ++++ gtypist-2.9.my/src/script.c 2011-11-02 12:30:37.000000000 +0400 +@@ -24,7 +24,7 @@ + #ifdef HAVE_PDCURSES + #include <curses.h> + #else +-#include <ncursesw/ncurses.h> ++#include <ncurses.h> + #endif + + #include "error.h" +diff -wbBur gtypist-2.9/src/utf8.c gtypist-2.9.my/src/utf8.c +--- gtypist-2.9/src/utf8.c 2011-10-31 03:11:27.000000000 +0400 ++++ gtypist-2.9.my/src/utf8.c 2011-11-02 12:30:43.000000000 +0400 +@@ -23,7 +23,7 @@ + #ifdef HAVE_PDCURSES + #include <curses.h> + #else +-#include <ncursesw/ncurses.h> ++#include <ncurses.h> + #endif + + #include <stdlib.h> diff --git a/community/lxdm/PKGBUILD b/community/lxdm/PKGBUILD index 2555a46f1..e93d30b6e 100644 --- a/community/lxdm/PKGBUILD +++ b/community/lxdm/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 56900 2011-10-16 07:41:12Z bpiotrowski $ -# Maintainer: AndyRTR <andyrtr@archlinux.org> +# $Id: PKGBUILD 57777 2011-11-02 15:28:31Z ibiru $ +# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> +# Contributor: AndyRTR <andyrtr@archlinux.org> # Contributor: kiefer <jorgelmadrid@gmail.com> pkgname=lxdm pkgver=0.4.1 -pkgrel=2 +pkgrel=4 pkgdesc="Lightweight Display Manager (part of LXDE)" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/lxdm/" @@ -13,22 +14,24 @@ groups=('lxde') depends=('gtk2' 'xorg-server' 'consolekit') makedepends=('intltool') install=${pkgname}.install -backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm') # 'etc/lxdm/xinitrc') +backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession' + 'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin' + 'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown') source=("http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz" - Xsession.patch lxdm.patch lxdm-pam.patch lxdm-daemon) + lxdm.patch lxdm-conf.patch lxdm-pam.patch lxdm-daemon) md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821' - '9bdf95adb74d81d4b6b6176fb1142090' 'baed9055e8825a5511712bc095197519' + 'c50dd01b715b0a236407d48066191601' 'b20fe3c8487a039050986d60e45233a9' '705f394052fdd0dec22e95321d170de0') build() { cd $srcdir/$pkgname-$pkgver - ./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm + ./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm make patch -Np0 < ../lxdm.patch - patch -Np0 < ../Xsession.patch + patch -Np0 < ../lxdm-conf.patch } @@ -40,9 +43,9 @@ package() { install -Dm755 ${srcdir}/lxdm-daemon ${pkgdir}/etc/rc.d/lxdm # these files are not in the package, but should be owned by lxdm - taken from Fedora pkg -# touch ${pkgdir}/etc/lxdm/xinitrc + #touch ${pkgdir}/etc/lxdm/xinitrc install -d ${pkgdir}/var/{lib,run}/lxdm -# touch ${pkgdir}/var/lib/lxdm/lxdm.conf + #touch ${pkgdir}/var/lib/lxdm/lxdm.conf # fix the greeter location # on 0.4.1 this sed have to changed since they changed the default path diff --git a/community/paraview/PKGBUILD b/community/paraview/PKGBUILD index 7a9008e74..24d956ee6 100644 --- a/community/paraview/PKGBUILD +++ b/community/paraview/PKGBUILD @@ -4,25 +4,31 @@ pkgname=paraview pkgver=3.10.1 -pkgrel=1 +pkgrel=4 pkgdesc='Parallel Visualization Application using VTK.' arch=('i686' 'x86_64') url='http://www.paraview.org' license=('custom') -depends=('qt' 'python2' 'libgl' 'hdf5' 'libxml2' 'unixodbc' 'postgresql-libs' 'libxt' 'libmysqlclient' 'mesa' 'openmpi') +depends=('qt' 'python2' 'libgl' 'libxml2' 'unixodbc' 'postgresql-libs' 'libxt' 'libmysqlclient' 'mesa' 'openmpi') #'hdf5' makedepends=('cmake' 'desktop-file-utils') source=("http://paraview.org/files/v${pkgver:0:4}/ParaView-${pkgver}.tar.gz" - "${pkgname}.profile" - "${pkgname}.png" - "${pkgname}.desktop") + 'paraview.png' + 'paraview.desktop' + 'fixkernelversioncheck.diff') md5sums=('d8a9d4a997a720589ffd57568bcdd449' - '534ef49689a7f630c98380f5ab4bf915' 'db623002bc71a257ddfdd0c9c7b14c3f' - '4e4b7172ed18171c37446fd7c4f1e8f5') + '4e4b7172ed18171c37446fd7c4f1e8f5' + '9e137af23701f76fc727222ebac23389') build() { cd ParaView-${pkgver} + # patch vtk to fix http://www.vtk.org/Bug/view.php?id=12568 + # remove next pkgver bump + cd VTK + patch -Np1 -i ${srcdir}/fixkernelversioncheck.diff + cd .. + sed -i '20 i#include <stddef.h>' VTK/Utilities/vtkmetaio/metaUtils.cxx sed -i 's/stddef.h/cstddef/' VTK/Wrapping/Python/vtkPythonUtil.cxx sed -i '36 i#include <vtksys/cstddef>' VTK/Wrapping/Python/PyVTKObject.cxx @@ -42,7 +48,6 @@ build() { -DBUILD_SHARED_LIBS:BOOL=ON \ -DBUILD_DOCUMENTATION:BOOL=OFF \ -DBUILD_EXAMPLES:BOOL=OFF \ - -DVTK_USE_RPATH:BOOL=OFF \ -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \ -DVTK_USE_SYSTEM_JPEG:BOOL=ON \ -DVTK_USE_SYSTEM_PNG:BOOL=ON \ @@ -69,16 +74,13 @@ package() { make DESTDIR=${pkgdir} install - # Install file to set PATH - install -D ${srcdir}/${pkgname}.profile ${pkgdir}/etc/profile.d/${pkgname}.sh - # Install license - install -Dm644 ${srcdir}/ParaView-${pkgver}/License_v1.2.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + install -Dm644 ${srcdir}/ParaView-${pkgver}/License_v1.2.txt ${pkgdir}/usr/share/licenses/paraview/LICENSE # Install desktop shortcuts install -Dm644 ${srcdir}/paraview.png ${pkgdir}/usr/share/pixmaps/paraview.png - desktop-file-install --dir=${pkgdir}/usr/share/applications ${srcdir}/${pkgname}.desktop + desktop-file-install --dir=${pkgdir}/usr/share/applications ${srcdir}/paraview.desktop # Removes VTK plugin for designer - if you need, you can install vtk - rm -rf ${pkgdir}/opt/${pkgname}/plugins + #rm -rf ${pkgdir}/opt/paraview/plugins } diff --git a/community/paraview/fixkernelversioncheck.diff b/community/paraview/fixkernelversioncheck.diff new file mode 100644 index 000000000..165f07366 --- /dev/null +++ b/community/paraview/fixkernelversioncheck.diff @@ -0,0 +1,19 @@ +--- a/Utilities/vtkhdf5/ConfigureChecks.cmake ++++ b/Utilities/vtkhdf5/ConfigureChecks.cmake +@@ -75,14 +75,14 @@ IF (HDF5_WANT_DCONV_EXCEPTION) + ENDIF (HDF5_WANT_DCONV_EXCEPTION) + + SET (LINUX_LFS 0) +-IF (CMAKE_SYSTEM MATCHES "Linux-([3-9]\\.[0-9]|2\\.[4-9])\\.") ++IF (CMAKE_SYSTEM MATCHES "Linux") + # Linux Specific flags + ADD_DEFINITIONS (-D_POSIX_SOURCE -D_BSD_SOURCE) + OPTION (HDF5_ENABLE_LARGE_FILE "Enable support for large (64-bit) files on Linux." ON) + IF (HDF5_ENABLE_LARGE_FILE) + SET (LARGEFILE 1) + ENDIF (HDF5_ENABLE_LARGE_FILE) +-ENDIF (CMAKE_SYSTEM MATCHES "Linux-([3-9]\\.[0-9]|2\\.[4-9])\\.") ++ENDIF (CMAKE_SYSTEM MATCHES "Linux") + SET (HDF5_EXTRA_FLAGS) + IF (LINUX_LFS) + SET (HDF5_EXTRA_FLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE) diff --git a/community/pbzip2/PKGBUILD b/community/pbzip2/PKGBUILD index a07684349..84f522e64 100644 --- a/community/pbzip2/PKGBUILD +++ b/community/pbzip2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 51901 2011-07-17 21:41:16Z foutrelis $ +# $Id: PKGBUILD 57784 2011-11-02 15:50:11Z foutrelis $ # Contributor: Vasco Costa <vasco dot costa at geekslot dot com> -# Maintainer: Evangelos Foutras <foutrelis@gmail.com> +# Maintainer: Evangelos Foutras <evangelos@foutrelis.com> pkgname=pbzip2 -pkgver=1.1.5 +pkgver=1.1.6 pkgrel=1 pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://compression.ca/pbzip2/" license=('BSD') depends=('bzip2' 'gcc-libs') source=(http://compression.ca/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('62f529d3ef17d775b9e1745f7a458018') +sha256sums=('86bd6d58e5a6c13cf8c709620ebfe186fca423c2724225bb30431fa7a453aee2') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/prelink/PKGBUILD b/community/prelink/PKGBUILD index b10382b79..34a04f8c1 100644 --- a/community/prelink/PKGBUILD +++ b/community/prelink/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54150 2011-08-13 19:36:37Z lfleischer $ +# $Id: PKGBUILD 57791 2011-11-02 20:30:29Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: Rouslan Solomakhin <rouslan@localnet.com> pkgname=prelink -pkgver=20110622 +pkgver=20111012 pkgrel=1 pkgdesc='ELF prelinking utility to speed up dynamic linking.' arch=('i686' 'x86_64') @@ -12,10 +12,10 @@ url='http://people.redhat.com/jakub/prelink/' license=('GPL') depends=('elfutils') backup=('etc/prelink.conf') -md5sums=('2863a9c9e68d076916bf9a46ad6bca78' +md5sums=('f5aaf347432d677c293e5e3399ba4fdf' '0793ed49e9b31c125cba4d936c333cf6' 'b347580536e078b34c547742d36a3e9d') -source=("http://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.bz2/${md5sums[0]}/${pkgname}-${pkgver}.tar.bz2" +source=("http://people.redhat.com/jakub/prelink/${pkgname}-${pkgver}.tar.bz2" 'prelink.conf' 'arch-x86_64-dynamic_linker.patch') diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD index 80a97ca82..70cb14781 100755 --- a/community/python-scipy/PKGBUILD +++ b/community/python-scipy/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 51728 2011-07-13 14:46:12Z tdziedzic $ +# $Id: PKGBUILD 57764 2011-11-02 14:37:24Z tdziedzic $ # Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> @@ -10,14 +10,13 @@ _app=scipy pkgname=('python-scipy' 'python2-scipy') pkgver=0.9.0 _theapp=$_app-$pkgver -pkgrel=2 +pkgrel=3 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." arch=('i686' 'x86_64') url="http://www.scipy.org/" license=('BSD') depends=('python-numpy') makedepends=('gcc-fortran' 'python2-numpy') -changelog=$pkgbase.changelog source=("http://downloads.sourceforge.net/$_app/$_theapp.tar.gz") md5sums=('ebfef6e8e82d15c875a4ee6a46d4e1cd') diff --git a/community/python2-ldap/PKGBUILD b/community/python2-ldap/PKGBUILD index 76ab81e7c..10fedb303 100644 --- a/community/python2-ldap/PKGBUILD +++ b/community/python2-ldap/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 32662 2010-11-16 10:18:17Z spupykin $ +# $Id: PKGBUILD 57753 2011-11-02 08:49:59Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Morgan LEFIEUX <comete_AT_archlinuxfr.org> pkgname=python2-ldap -pkgver=2.3.12 +pkgver=2.4.4 pkgrel=1 pkgdesc="Provides an object-oriented API to access LDAP directory servers from Python programs" arch=('i686' 'x86_64') url="http://python-ldap.sourceforge.net" license=('custom') -depends=('python2' 'libldap>=2.4.18') +depends=('python2' 'libldap>=2.4.26') +makedepends=('chrpath') replaces=('python-ldap') source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz) -md5sums=('2dadc521b2c2590d9b033894ba5c6f31') -md5sums=('2dadc521b2c2590d9b033894ba5c6f31') +md5sums=('b7b8d61eed6f03d1ca8914471e2c9724') build() { cd $srcdir/python-ldap-$pkgver @@ -21,4 +21,5 @@ build() { python2 setup.py build python2 setup.py install --root $pkgdir install -D -m644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE + chrpath -d $pkgdir/usr/lib/python2.7/site-packages/_ldap.so } diff --git a/community/qbittorrent/PKGBUILD b/community/qbittorrent/PKGBUILD index 6c957a985..077111f1d 100644 --- a/community/qbittorrent/PKGBUILD +++ b/community/qbittorrent/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qbittorrent pkgver=2.9.2 -pkgrel=1 +pkgrel=3 pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library" arch=('i686' 'x86_64') url="http://www.qbittorrent.org/" |