diff options
author | root <root@rshg054.dnsready.net> | 2012-07-18 00:01:34 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-18 00:01:34 +0000 |
commit | 63d179775e063452db6358e15b9847e7fc6c84b6 (patch) | |
tree | 0082531329e5caae873c4eb5f1fbd41d2a98d938 /extra | |
parent | 412d061bfbf23d1e908eed3f8405b1af46fb1ba8 (diff) |
Wed Jul 18 00:01:34 UTC 2012
Diffstat (limited to 'extra')
-rw-r--r-- | extra/cscope/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/oprofile/PKGBUILD | 17 | ||||
-rw-r--r-- | extra/perl-dbd-sqlite/PKGBUILD | 9 | ||||
-rw-r--r-- | extra/php-xcache/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/slim/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/slim/pam.d | 2 | ||||
-rw-r--r-- | extra/twisted/PKGBUILD | 21 |
7 files changed, 40 insertions, 29 deletions
diff --git a/extra/cscope/PKGBUILD b/extra/cscope/PKGBUILD index 4cbfccd32..65f665d2e 100644 --- a/extra/cscope/PKGBUILD +++ b/extra/cscope/PKGBUILD @@ -3,15 +3,15 @@ # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=cscope -pkgver=15.7a -pkgrel=3 +pkgver=15.8 +pkgrel=1 pkgdesc="A developers tool for browsing program code" arch=('i686' 'x86_64') url="http://cscope.sourceforge.net/" license=('BSD') depends=('ncurses' 'sh') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('da43987622ace8c36bbf14c15a350ec1') +md5sums=('7114b5838b3edcb3f5821efd444fff06') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/oprofile/PKGBUILD b/extra/oprofile/PKGBUILD index 2bc5449c2..191577647 100644 --- a/extra/oprofile/PKGBUILD +++ b/extra/oprofile/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 141099 2011-10-23 23:25:40Z eric $ +# $Id: PKGBUILD 163607 2012-07-16 23:59:16Z eric $ # Maintainer : Aaron Griffin <aaron@archlinux.org> pkgname=oprofile pkgver=0.9.7 -pkgrel=3 +pkgrel=4 pkgdesc="A system-wide profiler for Linux systems, capable of profiling all running code at low overhead" arch=('i686' 'x86_64') url="http://oprofile.sourceforge.net" @@ -14,7 +14,6 @@ optdepends=('qt: for oprof_start gui') options=('!libtool') install=oprofile.install source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('8b5d1d9b65f84420bcc3234777ad3be3') sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2') build() { @@ -23,13 +22,21 @@ build() { make } +check() { + cd "$srcdir/$pkgname-$pkgver" + make check +} + package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install install -d "$pkgdir/var/lib/oprofile" -# installing development libraries - FS#20089 - install -m644 libop/op_*.h libregex/op_*.h libutil/op_*.h libutil++/op_*.h libdb/odb.h "$pkgdir/usr/include" +# installing development libraries and headers - FS#20089 + install -d "$pkgdir/usr/include/oprofile" + install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \ + libpp/{locate_images.h,image_errors.h} libutil/op_*.h \ + libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} "$pkgdir/usr/include/oprofile" install -m644 libop/libop.a libdb/libodb.a "$pkgdir/usr/lib/" install -m644 libabi/libabi.a "$pkgdir/usr/lib/libopabi.a" install -m644 libutil/libutil.a "$pkgdir/usr/lib/liboputil.a" diff --git a/extra/perl-dbd-sqlite/PKGBUILD b/extra/perl-dbd-sqlite/PKGBUILD index 3c156157d..450f50237 100644 --- a/extra/perl-dbd-sqlite/PKGBUILD +++ b/extra/perl-dbd-sqlite/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 160519 2012-06-02 10:27:20Z bluewind $ +# $Id: PKGBUILD 163611 2012-07-17 02:14:42Z eric $ +# Maintainer: # Contributor: Tom Killian <tomk@runbox.com> # Contributor: francois at archlinux dot org pkgname=perl-dbd-sqlite _cpanname=DBD-SQLite -pkgver=1.35 -pkgrel=2 +pkgver=1.37 +pkgrel=1 pkgdesc="Self-contained RDBMS in a DBI driver" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/${_cpanname}" @@ -13,7 +14,7 @@ license=('GPL' 'PerlArtistic') depends=('perl-dbi>=1.61' 'sqlite') options=('!emptydirs') source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz) -md5sums=('d9752e4a26fa54e74aa893dafd02ceda') +md5sums=('b8ac1c584befa63cd5ffc391b2366e84') build() { cd "${srcdir}/${_cpanname}-${pkgver}" diff --git a/extra/php-xcache/PKGBUILD b/extra/php-xcache/PKGBUILD index 12c602b92..678c39c3a 100644 --- a/extra/php-xcache/PKGBUILD +++ b/extra/php-xcache/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: $ +# $Id: PKGBUILD 163591 2012-07-16 07:46:41Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgname=php-xcache -pkgver=2.0.0 -pkgrel=3 +pkgver=2.0.1 +pkgrel=1 arch=('i686' 'x86_64') pkgdesc='A PHP opcode cacher' url='http://xcache.lighttpd.net/' @@ -12,7 +12,7 @@ license=('custom') source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2" 'xcache.ini') backup=('etc/php/conf.d/xcache.ini') -md5sums=('0e30cdff075c635e475d70a5c37d0252' +md5sums=('d3bc9645dc1b084c1eb45cfc4d8e9ccc' 'bba7ead3e592a7980aa91a8600973587') build() { diff --git a/extra/slim/PKGBUILD b/extra/slim/PKGBUILD index e90fa2de2..01c2c4369 100644 --- a/extra/slim/PKGBUILD +++ b/extra/slim/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 163488 2012-07-13 10:14:32Z tpowa $ +# $Id: PKGBUILD 163599 2012-07-16 15:36:12Z tpowa $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Thayer Williams <thayer@archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> @@ -6,7 +6,7 @@ pkgname=slim pkgver=1.3.4 -pkgrel=1 +pkgrel=2 pkgdesc='Desktop-independent graphical login manager for X11' arch=('i686' 'x86_64') url='http://slim.berlios.de/' @@ -55,7 +55,7 @@ package() { } md5sums=('51543533e492b41007811f7d880720fa' 'd8ea9c4dee2811524b67f4f666311a1f' - 'd33edc74724c6ca00445767ce38fc732' + '37ef35079139544d04b8316c7f66f754' '43da096480bf72c3ccec8ad8400f34f0' 'a5d6bde9e63899df7d2081e1585bbe54' 'ebcb6829028615686de7b64ceeaaf8ed' diff --git a/extra/slim/pam.d b/extra/slim/pam.d index 2a875d9e3..59db5a8c5 100644 --- a/extra/slim/pam.d +++ b/extra/slim/pam.d @@ -7,4 +7,4 @@ password required pam_unix.so session required pam_limits.so session required pam_unix.so session optional pam_loginuid.so -session optional pam_systemd.so +-session optional pam_systemd.so diff --git a/extra/twisted/PKGBUILD b/extra/twisted/PKGBUILD index b20220a6f..f80e5486e 100644 --- a/extra/twisted/PKGBUILD +++ b/extra/twisted/PKGBUILD @@ -1,21 +1,24 @@ -# $Id: PKGBUILD 150115 2012-02-12 18:51:16Z eric $ +# $Id: PKGBUILD 163609 2012-07-17 01:58:52Z eric $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=twisted -pkgver=12.0.0 +pkgver=12.1.0 pkgrel=1 pkgdesc="Asynchronous networking framework written in Python." arch=('i686' 'x86_64') url="http://twistedmatrix.com/" license=('MIT') -depends=('python2' 'pycrypto' 'zope-interface') +depends=('pycrypto' 'python2-zope-interface') optdepends=('python2-pyopenssl' - 'python-soappy: for twisted.web.soap') + 'python-soappy: for twisted.web.soap' + 'python2-pyasn1: for using conch' + 'pygtk: for using manhole' + 'tk: for using tkconch') install=twisted.install source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2) -md5sums=('cf49a8676c21c50faf1b42b528049471') +md5sums=('f396f1d6f5321e869c2f89b2196a9eb5') build() { cd "$srcdir/Twisted-$pkgver" @@ -27,8 +30,8 @@ package() { python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ - -i "$pkgdir"/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py - sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ - -i "$pkgdir"/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py + sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \ + "$pkgdir"/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py \ + "$pkgdir"/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py \ + "$pkgdir"/usr/lib/python2.7/site-packages/twisted/python/test/pullpipe.py } |