diff options
author | root <root@rshg054.dnsready.net> | 2012-06-22 00:01:45 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-22 00:01:45 +0000 |
commit | fb930f28bff4a4b4b37444e3f570904d6db3d06e (patch) | |
tree | bb84b848119e7cb7050f05dd3ea2478c8ada7cf0 /extra | |
parent | 6d22541bcebb7236bedfb98a96d5a1292072e86c (diff) |
Fri Jun 22 00:01:45 UTC 2012
Diffstat (limited to 'extra')
-rw-r--r-- | extra/gtkpod/PKGBUILD | 14 | ||||
-rw-r--r-- | extra/telepathy-gabble/PKGBUILD | 12 |
2 files changed, 14 insertions, 12 deletions
diff --git a/extra/gtkpod/PKGBUILD b/extra/gtkpod/PKGBUILD index 03eeab096..374b805ac 100644 --- a/extra/gtkpod/PKGBUILD +++ b/extra/gtkpod/PKGBUILD @@ -1,23 +1,25 @@ -# $Id: PKGBUILD 159956 2012-05-27 10:22:22Z tomegun $ +# $Id: PKGBUILD 162106 2012-06-20 04:34:13Z eric $ # Contributor: Kevin Piche <kevin@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=gtkpod -pkgver=2.1.1 -pkgrel=3 +pkgver=2.1.2 +pkgrel=1 pkgdesc="A platform independent GUI for Apple's iPod using GTK3" arch=('i686' 'x86_64') url="http://gtkpod.sourceforge.net" license=('GPL') depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk') -makedepends=('flex' 'intltool') +makedepends=('flex' 'intltool' 'libvorbis' 'faad2') optdepends=('libmp4v2: MP4/h264 support' 'vorbis-tools: OGG support' - 'id3v2: mp3 conversion support') + 'libvorbis: OGG support' + 'id3v2: mp3 conversion support' + 'faad2: m4a conversion support') install=gtkpod.install options=('!libtool') source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz") -md5sums=('36fd0324fd1d1da00fcddacef1b09983') +md5sums=('88fef3f947cbb7ae6b714080733a3b6b') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/telepathy-gabble/PKGBUILD b/extra/telepathy-gabble/PKGBUILD index bd0c6c8f0..a9f1c8542 100644 --- a/extra/telepathy-gabble/PKGBUILD +++ b/extra/telepathy-gabble/PKGBUILD @@ -1,31 +1,31 @@ -# $Id: PKGBUILD 156972 2012-04-23 09:10:20Z ibiru $ +# $Id: PKGBUILD 162120 2012-06-21 01:49:02Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Daniel Balieiro <daniel@balieiro.com> # Contributor: Rodrigo L. M. Flores <mail@rodrigoflores.org> pkgname=telepathy-gabble -pkgver=0.16.0 +pkgver=0.16.1 pkgrel=1 pkgdesc="A Jabber/XMPP connection manager for Telepathy" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" groups=('telepathy') license=('LGPL2.1') -depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3') +depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite') makedepends=('libxslt' 'python2') options=('!libtool' '!emptydirs') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) install=telepathy-gabble.install -md5sums=('15b15fb58a3c54102c3e3489b4bd5ee0') +md5sums=('f4e6ca551cc4603276f9acdc2b5d4db4') build() { - cd "$pkgname-$pkgver" + cd $pkgname-$pkgver PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --libexecdir=/usr/lib/telepathy --with-tls=openssl make } package() { - cd "$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir/usr/bin/telepathy-gabble-xmpp-console" } |