diff options
author | root <root@rshg054.dnsready.net> | 2012-04-07 00:01:17 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-07 00:01:17 +0000 |
commit | 3d65494a8eda056377febda4642ce992e69a9371 (patch) | |
tree | dae57e04ca5f7d7490acbde87206eaa62695109d /testing | |
parent | d9c1fc1bcca8fd5cd3566fc6b183fe23065778bc (diff) |
Sat Apr 7 00:01:16 UTC 2012
Diffstat (limited to 'testing')
-rw-r--r-- | testing/baobab/PKGBUILD | 6 | ||||
-rw-r--r-- | testing/empathy/PKGBUILD | 10 | ||||
-rw-r--r-- | testing/libevent/PKGBUILD | 34 | ||||
-rw-r--r-- | testing/libgdata/PKGBUILD | 6 | ||||
-rw-r--r-- | testing/libssh2/PKGBUILD | 35 | ||||
-rw-r--r-- | testing/telepathy-farstream/PKGBUILD | 6 | ||||
-rw-r--r-- | testing/telepathy-haze/PKGBUILD | 13 | ||||
-rw-r--r-- | testing/telepathy-salut/PKGBUILD | 34 | ||||
-rw-r--r-- | testing/telepathy-salut/telepathy-salut.install | 13 |
9 files changed, 137 insertions, 20 deletions
diff --git a/testing/baobab/PKGBUILD b/testing/baobab/PKGBUILD index 3b1f589fd..7e39d9653 100644 --- a/testing/baobab/PKGBUILD +++ b/testing/baobab/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 155017 2012-04-01 11:30:45Z heftig $ +# $Id: PKGBUILD 155719 2012-04-05 13:06:09Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=baobab -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="A graphical directory tree analyzer" arch=(i686 x86_64) @@ -12,7 +12,7 @@ makedepends=('intltool' 'itstool') groups=('gnome-extra') install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0936bb2e1bb9a9a7518eaa2a29cffd0bd9b99ae9c33e4e99b5d11c6d150a08bd') +sha256sums=('0c9743caf8cdc6dd69d694453cd57816c1ca0514cf51111022846088021949f7') build() { cd "$pkgname-$pkgver" diff --git a/testing/empathy/PKGBUILD b/testing/empathy/PKGBUILD index f66f56a28..7849b272f 100644 --- a/testing/empathy/PKGBUILD +++ b/testing/empathy/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 155040 2012-04-01 11:31:16Z heftig $ +# $Id: PKGBUILD 155711 2012-04-05 10:52:56Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=empathy -pkgver=3.4.0 +pkgver=3.4.0.1 pkgrel=1 pkgdesc="A GNOME instant messaging client using the Telepathy framework." arch=('i686' 'x86_64') @@ -13,13 +13,13 @@ makedepends=('intltool' 'itstool') optdepends=('telepathy-gabble: XMPP/Jabber support' 'telepathy-idle: IRC support' 'telepathy-salut: Link-local XMPP support' - 'telepathy-sofiasip: SIP support' + 'telepathy-rakia: SIP support' 'telepathy-haze: libpurple support') options=('!libtool') groups=('gnome-extra') install=empathy.install -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('dd04344638a5496fd108c4d299a6f6d2272dc521dc353de85f13995f399f8f1a') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('d9ea2729bf75cc210c6fa91a6b6cff9118314e0e988c9d166a823ebf96c742e5') build() { cd "$pkgname-$pkgver" diff --git a/testing/libevent/PKGBUILD b/testing/libevent/PKGBUILD new file mode 100644 index 000000000..ff55ae1f3 --- /dev/null +++ b/testing/libevent/PKGBUILD @@ -0,0 +1,34 @@ +# $Id: PKGBUILD 155753 2012-04-06 00:24:02Z tomegun $ +# Maintainer: Tom Gundersen <teg@jklm.no> +# Contributor: Judd <jvinet@zeroflux.org> + +pkgname=libevent +pkgver=2.0.18 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/" +license=('GPL2') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} +md5sums=('aa1ce9bc0dee7b8084f6855765f2c86a' + '225bb6c417cfb31298e1e96d0eddca4a') diff --git a/testing/libgdata/PKGBUILD b/testing/libgdata/PKGBUILD index a36a72fef..8fc66c49d 100644 --- a/testing/libgdata/PKGBUILD +++ b/testing/libgdata/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 155188 2012-04-01 11:35:10Z heftig $ +# $Id: PKGBUILD 155715 2012-04-05 11:09:33Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libgdata -pkgver=0.11.0 +pkgver=0.12.0 pkgrel=1 pkgdesc="GLib-based library for accessing online service APIs using the GData protocol" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('intltool' 'gobject-introspection') url="http://www.gnome.org" options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('819a077fab77cca9408409bf86da5b028699972c2c9bbf96e41755f801acea6b') +sha256sums=('e5acd1ca88433306e740fc4cb3836f9710358d0acd48d4ddee1876dd77d2aca3') build() { cd "$pkgname-$pkgver" diff --git a/testing/libssh2/PKGBUILD b/testing/libssh2/PKGBUILD new file mode 100644 index 000000000..985bc4809 --- /dev/null +++ b/testing/libssh2/PKGBUILD @@ -0,0 +1,35 @@ +# $Id: PKGBUILD 155717 2012-04-05 12:16:28Z dreisner $ +# Maintainer: Dave Reisner <dreisner@archlinux.org> +# Contributor: Angel Velasquez <angvp@archlinux.org> +# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Contributor: Andrea Scarpino <andrea@archlinux.org> +# Contributor: ice-man <icemanf@gmail.com> + +pkgname=libssh2 +pkgver=1.4.1 +pkgrel=1 +pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts" +url="http://www.libssh2.org/" +arch=('i686' 'x86_64') +license=('BSD') +depends=('openssl') +makedepends=('zlib') +provides=('libssh2.so') +options=('!libtool') +source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc}) +md5sums=('b94106e046af37fdc0734e487842fe66' + 'd120a091e9f594c6608815d72b07c7a3') + +build() { + cd "$pkgname-$pkgver" + + ./configure --prefix=/usr + make +} + +package() { + cd "$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} diff --git a/testing/telepathy-farstream/PKGBUILD b/testing/telepathy-farstream/PKGBUILD index 7e4b13e18..bb53eeff1 100644 --- a/testing/telepathy-farstream/PKGBUILD +++ b/testing/telepathy-farstream/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 155262 2012-04-01 11:37:07Z heftig $ +# $Id: PKGBUILD 155707 2012-04-05 10:29:28Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=telepathy-farstream -pkgver=0.2.3 +pkgver=0.4.0 pkgrel=1 pkgdesc="A telepathy-backend to use stream engine." arch=(i686 x86_64) @@ -14,7 +14,7 @@ conflicts=('telepathy-farsight') replaces=('telepathy-farsight') options=('!libtool') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('9a5de84f1f4bb4505cc982b4a7fea539') +md5sums=('52d110f8a9f27bce0a6c2c07e18aee56') build() { cd "$pkgname-$pkgver" diff --git a/testing/telepathy-haze/PKGBUILD b/testing/telepathy-haze/PKGBUILD index 8c78a8b84..168dc0d21 100644 --- a/testing/telepathy-haze/PKGBUILD +++ b/testing/telepathy-haze/PKGBUILD @@ -1,24 +1,25 @@ -# $Id: PKGBUILD 155268 2012-04-01 11:37:15Z heftig $ +# $Id: PKGBUILD 155705 2012-04-05 10:24:53Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Timm Preetz <timm@preetz.us> pkgname=telepathy-haze -pkgver=0.5.0 -pkgrel=2 +pkgver=0.6.0 +pkgrel=1 pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols." arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" license=('GPL') depends=('telepathy-glib' 'libpurple') -makedepends=('libxslt') +makedepends=('libxslt' 'python2') replaces=('telepathy-butterfly') install=telepathy-haze.install groups=('telepathy') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('4378726d61e1e5df789a05760a94d172') +md5sums=('622e0b2f7ff4050a29f907f2ef0f039c') build() { cd "$pkgname-$pkgver" - ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --libexecdir=/usr/lib/telepathy make } diff --git a/testing/telepathy-salut/PKGBUILD b/testing/telepathy-salut/PKGBUILD new file mode 100644 index 000000000..eca5466ec --- /dev/null +++ b/testing/telepathy-salut/PKGBUILD @@ -0,0 +1,34 @@ +# $Id: PKGBUILD 155709 2012-04-05 10:39:18Z ibiru $ +# Maintainer: Ionut Biru <ibiru@archlinux.org> +# Contributor: Daniel Balieiro <daniel@balieiro.com> + +pkgname=telepathy-salut +pkgver=0.8.0 +pkgrel=1 +pkgdesc="A link-local XMPP connection manager for Telepathy" +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org" +groups=('telepathy') +license=('LGPL') +depends=('telepathy-glib' 'avahi' 'libsoup' 'sqlite3') +makedepends=('libxslt' 'python2' 'xmldiff') +install=telepathy-salut.install +options=(!libtool) +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('43639c23de33e8466540de02816d23bf') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr \ + --libexecdir=/usr/lib/telepathy \ + --disable-plugins --disable-Werror \ + --with-tls=openssl \ + --enable-avahi-tests=no \ + --enable-static=no + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} diff --git a/testing/telepathy-salut/telepathy-salut.install b/testing/telepathy-salut/telepathy-salut.install new file mode 100644 index 000000000..87d7838b8 --- /dev/null +++ b/testing/telepathy-salut/telepathy-salut.install @@ -0,0 +1,13 @@ +post_install() { + killall -HUP dbus-daemon 2>&1 +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + +# vim:set ts=2 sw=2 et: |