diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/ardour/PKGBUILD | 10 | ||||
-rw-r--r-- | extra/libftdi/PKGBUILD | 10 | ||||
-rw-r--r-- | extra/live-media/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/mercurial/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/mesa/PKGBUILD | 10 | ||||
-rw-r--r-- | extra/mpc/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/neon/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/nx-common/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/proftpd/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/source-highlight/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/truecrypt/PKGBUILD | 9 | ||||
-rw-r--r-- | extra/zile/PKGBUILD | 14 |
12 files changed, 48 insertions, 47 deletions
diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD index f4fb7d41e..cd50669e5 100644 --- a/extra/ardour/PKGBUILD +++ b/extra/ardour/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 151373 2012-02-25 18:36:44Z schiv $ +# $Id: PKGBUILD 154018 2012-03-21 16:01:26Z schiv $ # Maintainer: tobias <tobias@archlinux.org> # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -9,7 +9,7 @@ pkgname=ardour pkgver=2.8.12 -pkgrel=2 +pkgrel=3 pkgdesc="A multichannel hard disk recorder and digital audio workstation" arch=('i686' 'x86_64') url="http://ardour.org/" @@ -21,7 +21,6 @@ depends=('liblrdf>=0.4.0-8' 'liblo' 'libusb-compat' # liblrdf versioned for https://bugs.archlinux.org/task/25005 # slv2 versioned for https://bugs.archlinux.org/task/25060 makedepends=('scons' 'boost') -#optdepends=('cwiid: Wiimote support') changelog=${pkgname}.changelog source=(ftp://ftp.archlinux.org/other/ardour/${pkgname}-${pkgver}.tar.bz2 ${pkgname}.desktop) @@ -38,7 +37,6 @@ build() { DIST_LIBDIR="lib" \ FREEDESKTOP=0 \ FREESOUND=1 \ - WIIMOTE=0 \ SYSLIBS=0 \ DESTDIR="${pkgdir}" } @@ -51,6 +49,10 @@ package() { # install some freedesktop.org compatibility install -Dm644 "${srcdir}/${pkgname}.desktop" \ "${pkgdir}/usr/share/applications/${pkgname}.desktop" + + # TODO: tell upstream to do this + # install templates + cp -r templates "$pkgdir/usr/share/ardour2/" } # vim:set ts=2 sw=2 et: diff --git a/extra/libftdi/PKGBUILD b/extra/libftdi/PKGBUILD index b43d6ab53..61165b225 100644 --- a/extra/libftdi/PKGBUILD +++ b/extra/libftdi/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 125350 2011-05-26 02:17:50Z eric $ +# $Id: PKGBUILD 153977 2012-03-21 07:09:24Z eric $ # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=libftdi -pkgver=0.19 +pkgver=0.20 pkgrel=1 pkgdesc="A library to talk to FTDI chips" arch=('i686' 'x86_64') @@ -11,9 +11,9 @@ license=('GPL2' 'LGPL2.1') depends=('libusb-compat' 'gcc-libs') makedepends=('boost') options=('!libtool') -source=("http://www.intra2net.com/en/developer/libftdi/download/$pkgname-$pkgver.tar.gz") -md5sums=('e6e25f33b4327b1b7aa1156947da45f3') -sha1sums=('0f08caf8e754ace69cd682489fae3f7f09920fe1') +source=(http://www.intra2net.com/en/developer/libftdi/download/$pkgname-$pkgver.tar.gz{,.sig}) +sha1sums=('4bc6ce70c98a170ada303fbd00b8428d8a2c1aa2' + '807d145147c9bee08b4cea4d7ca82ccaf1330f02') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/extra/live-media/PKGBUILD b/extra/live-media/PKGBUILD index cb1bc8c71..219da45a4 100644 --- a/extra/live-media/PKGBUILD +++ b/extra/live-media/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 152226 2012-03-05 09:23:14Z ibiru $ +# $Id: PKGBUILD 153994 2012-03-21 08:34:14Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Gilles CHAUVIN <gcnweb@gmail.com> pkgname=live-media -pkgver=2012.02.29 -pkgrel=2 +pkgver=2012.03.20 +pkgrel=1 pkgdesc="A set of C++ libraries for multimedia streaming" arch=('i686' 'x86_64') license=('LGPL') url="http://live555.com/liveMedia" depends=('gcc-libs') source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz") -md5sums=('ee00b4f9ca4efaa1aeaf47b5c185fe93') +md5sums=('5b91e1bba1431be1ec6abef526bf86bd') build() { cd ${srcdir}/live diff --git a/extra/mercurial/PKGBUILD b/extra/mercurial/PKGBUILD index e3185cd9f..bc0570f9d 100644 --- a/extra/mercurial/PKGBUILD +++ b/extra/mercurial/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 151766 2012-03-02 11:44:52Z giovanni $ +# $Id: PKGBUILD 153959 2012-03-21 06:13:44Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=mercurial pkgver=2.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="A scalable distributed SCM tool" arch=('i686' 'x86_64') url="http://mercurial.selenic.com/" @@ -30,7 +30,7 @@ package() { install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5" install -m755 contrib/hgk "${pkgdir}/usr/bin" install -m644 -D contrib/zsh_completion "${pkgdir}/usr/share/zsh/site-functions/_hg" - install -m644 -D contrib/bash_completion "${pkgdir}/etc/bash_completion.d/hg" + install -m644 -D contrib/bash_completion "${pkgdir}/usr/share/bash-completion/completions/hg" install -d "${pkgdir}/usr/share/emacs/site-lisp" install -m644 contrib/{mq.el,mercurial.el} "${pkgdir}/usr/share/emacs/site-lisp" diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD index 5528b2dd5..588ad4c7f 100644 --- a/extra/mesa/PKGBUILD +++ b/extra/mesa/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 153288 2012-03-12 20:52:15Z andyrtr $ +# $Id: PKGBUILD 154038 2012-03-21 20:31:55Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer: Andreas Radke <andyrtr@archlinux.org> @@ -13,9 +13,9 @@ if [ "${_git}" = "true" ]; then pkgver=7.10.99.git20110709 #pkgver=7.11 else - pkgver=8.0.1 + pkgver=8.0.2 fi -pkgrel=2 +pkgrel=1 arch=('i686' 'x86_64') makedepends=('glproto>=1.4.15' 'libdrm>=2.4.30' 'libxxf86vm>=1.1.1' 'libxdamage>=1.1.3' 'expat>=2.0.1' 'libx11>=1.4.99.1' 'libxt>=1.1.1' 'gcc-libs>=4.6.1' 'dri2proto>=2.6' 'python2' 'libxml2' 'imake' 'llvm' 'udev') @@ -33,7 +33,7 @@ if [ "${_git}" = "true" ]; then ) fi md5sums=('5c65a0fe315dd347e09b1f2826a1df5a' - '24eeebf66971809d8f40775a379b36c9') + 'a368104e5700707048dc3e8691a9a7a1') build() { cd ${srcdir}/?esa-* @@ -83,7 +83,7 @@ fi package_libgl() { depends=('libdrm>=2.4.31' 'libxxf86vm>=1.1.1' 'libxdamage>=1.1.3' 'expat>=2.0.1' 'libglapi' 'gcc-libs') pkgdesc="Mesa 3-D graphics library and DRI software rasterizer" - replaces=('unichrome-dri' 'mach64-dri' 'mga-dri' 'r128-dri' 'savage-dri' 'sis-dri' 'tdfx-dri') + #replaces=('unichrome-dri' 'mach64-dri' 'mga-dri' 'r128-dri' 'savage-dri' 'sis-dri' 'tdfx-dri') cd ${srcdir}/?esa-* install -m755 -d "${pkgdir}/usr/lib" diff --git a/extra/mpc/PKGBUILD b/extra/mpc/PKGBUILD index ad489d325..cb4eeae22 100644 --- a/extra/mpc/PKGBUILD +++ b/extra/mpc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 153244 2012-03-12 13:46:46Z bisson $ +# $Id: PKGBUILD 154004 2012-03-21 10:52:38Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -7,7 +7,7 @@ pkgname=mpc pkgver=0.22 -pkgrel=1 +pkgrel=2 pkgdesc='Minimalist command line interface to MPD' url='http://mpd.wikia.com/wiki/Client:Mpc' license=('GPL2') @@ -26,5 +26,5 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install - install -Dm644 doc/mpc-completion.bash "${pkgdir}/etc/bash_completion.d/mpc" + install -Dm644 doc/mpc-completion.bash "${pkgdir}/usr/share/bash-completion/completions/mpc" } diff --git a/extra/neon/PKGBUILD b/extra/neon/PKGBUILD index 6eb650e92..9ab0fd8b2 100644 --- a/extra/neon/PKGBUILD +++ b/extra/neon/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 150572 2012-02-18 15:09:28Z pierre $ +# $Id: PKGBUILD 153967 2012-03-21 06:21:04Z pierre $ # Maintainer: # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=neon pkgver=0.29.6 -pkgrel=3 +pkgrel=4 pkgdesc="HTTP and WebDAV client library with a C interface" arch=('i686' 'x86_64') license=('GPL' 'LGPL') diff --git a/extra/nx-common/PKGBUILD b/extra/nx-common/PKGBUILD index aa9cb84b6..6f7e14445 100644 --- a/extra/nx-common/PKGBUILD +++ b/extra/nx-common/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 148862 2012-02-05 11:53:15Z ibiru $ +# $Id: PKGBUILD 153969 2012-03-21 06:21:07Z pierre $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributed: eliott <eliott@solarblue.net>, Andre Naumann <anaumann@SPARCed.org> pkgname=nx-common pkgver=3.5.0 -pkgrel=3 +pkgrel=4 pkgdesc="NoMachine NX common package for client and server" arch=('i686' 'x86_64') license=('GPL') url="http://nomachine.com/" -depends=('libjpeg-turbo>=1.1.1' 'libpng>=1.5.7' 'openssl>=1.0.0' 'gcc-libs' 'bash') +depends=('libjpeg-turbo' 'libpng' 'openssl' 'gcc-libs' 'bash') makedepends=('xorg-server-devel') source=( #Compression libs and proxy sources http://64.34.161.181/download/$pkgver/sources/nxcomp-$pkgver-2.tar.gz diff --git a/extra/proftpd/PKGBUILD b/extra/proftpd/PKGBUILD index 60bfc1842..2a05be6e2 100644 --- a/extra/proftpd/PKGBUILD +++ b/extra/proftpd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 148035 2012-01-30 08:08:56Z eric $ +# $Id: PKGBUILD 153971 2012-03-21 06:21:09Z pierre $ # Maintainer: # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=proftpd pkgver=1.3.4a -pkgrel=3 +pkgrel=4 epoch=1 pkgdesc="A high-performance, scalable FTP server" arch=('i686' 'x86_64') diff --git a/extra/source-highlight/PKGBUILD b/extra/source-highlight/PKGBUILD index f4178d806..2023709ab 100644 --- a/extra/source-highlight/PKGBUILD +++ b/extra/source-highlight/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 152224 2012-03-05 08:56:36Z ibiru $ +# $Id: PKGBUILD 153975 2012-03-21 06:31:40Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=source-highlight pkgver=3.1.6 -pkgrel=2 +pkgrel=3 pkgdesc="Convert source code to syntax highlighted document" arch=('i686' 'x86_64') url="http://www.gnu.org/software/src-highlite/" license=('GPL') -depends=('gcc-libs' 'bash' 'boost-libs') +depends=('bash' 'boost-libs') makedepends=('ctags' 'boost') options=('!libtool') install=$pkgname.install @@ -21,7 +21,7 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc \ - --with-bash-completion=${pkgdir}/etc/bash_completion.d + --with-bash-completion=${pkgdir}/usr/share/bash-completion/completions make } diff --git a/extra/truecrypt/PKGBUILD b/extra/truecrypt/PKGBUILD index 4e831e6b3..f4de039e3 100644 --- a/extra/truecrypt/PKGBUILD +++ b/extra/truecrypt/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 141202 2011-10-25 22:33:47Z eric $ +# $Id: PKGBUILD 153964 2012-03-21 06:20:49Z remy $ # Maintainer: Paul Mattal <paul.archlinux.org> pkgname=truecrypt -pkgver=7.1 +pkgver=7.1a pkgrel=1 +epoch=1 pkgdesc="Free open-source cross-platform disk encryption software" url="http://www.truecrypt.org/" arch=('i686' 'x86_64') @@ -19,8 +20,8 @@ source=(ftp://ftp.archlinux.org/other/tc/truecrypt-${pkgver}.tar.gz{,.sig} \ 'ftp://ftp.archlinux.org/other/tc/pkcs-2.20.tar.gz' \ "${pkgname}.desktop" \ "${pkgname}-arch-detection.patch") -md5sums=('a8268630a870faff07af940f63fb29eb' - 'ddee7c4b2419ecb44b02c8294a08fbed' +md5sums=('102d9652681db11c813610882332ae48' + '5bca3d15b35d0725ff3317e568062ad8' 'ce6a707b79411e82e8e558aa03e764b0' '183b9bf04a943454d4e216130bcbac01' '00ea70fa8437de877b31b027ac2b4060') diff --git a/extra/zile/PKGBUILD b/extra/zile/PKGBUILD index c8028f967..ce51713f4 100644 --- a/extra/zile/PKGBUILD +++ b/extra/zile/PKGBUILD @@ -1,20 +1,18 @@ -# $Id: PKGBUILD 150950 2012-02-24 09:59:45Z pierre $ +# $Id: PKGBUILD 153982 2012-03-21 07:47:25Z eric $ # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Maintainer: Kevin Piche <kevin@archlinux.org> pkgname=zile -pkgver=2.4.6 +pkgver=2.4.7 pkgrel=1 pkgdesc="A small, fast, and powerful Emacs clone" arch=('i686' 'x86_64') url="http://www.gnu.org/software/zile/" -# Lua is not required, the author uses it to generate some source files. -depends=('acl' 'gc' 'ncurses') license=('GPL') -source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz" - "http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig") -md5sums=('508d14a3410d7dde89088eca06dad692' - 'a2403c9009621c84f8dd142245c99664') +depends=('acl' 'gc' 'ncurses') +source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) +sha1sums=('30c47a399b94b5dce68a178fe98807f86719a466' + 'e22de32794e34eb9e1409d1eecc7aa18b710cf5d') build() { cd "${srcdir}"/${pkgname}-${pkgver} |