Merge remote-tracking branch 'origin/testing' into testing

This commit is contained in:
Fabian 2013-09-10 23:42:46 +00:00
commit 1a58a45451
2 changed files with 6 additions and 7 deletions

View File

@ -5,9 +5,9 @@
pkgname=libxcb pkgname=libxcb
pkgver=1.9 pkgver=1.9
pkgrel=1 pkgrel=2
pkgdesc="X11 client-side library" pkgdesc="X11 client-side library"
arch=(i686 x86_64) arch=(x86_64)
url="http://xcb.freedesktop.org/" url="http://xcb.freedesktop.org/"
depends=('xcb-proto>=1.6' 'libxdmcp' 'libxau') depends=('xcb-proto>=1.6' 'libxdmcp' 'libxau')
makedepends=('pkgconfig' 'libxslt' 'python') makedepends=('pkgconfig' 'libxslt' 'python')
@ -22,7 +22,7 @@ sha1sums=('ad2fb95eeec41ba3d39502a4f7460c3b64fdf061'
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np1 -i "${srcdir}/libxcb-1.1-no-pthread-stubs.patch" patch -Np1 -i "${srcdir}/libxcb-1.1-no-pthread-stubs.patch"
PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr --enable-xinput PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr --enable-xinput --enable-xkb
make make
} }

View File

@ -1,8 +1,7 @@
# maintainer abveritas[at]chakra-project[dot]org> # maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
# contributor Giuseppe Calà <jiveaxe@gmail.com>
pkgname=telepathy-gabble pkgname=telepathy-gabble
pkgver=0.17.5 pkgver=0.18.1
pkgrel=1 pkgrel=1
pkgdesc="A Jabber/XMPP connection manager that handles single- and multi-user chats and voice/video calls." pkgdesc="A Jabber/XMPP connection manager that handles single- and multi-user chats and voice/video calls."
arch=('x86_64') arch=('x86_64')
@ -14,7 +13,7 @@ groups=('telepathy')
options=('!libtool' '!emptydirs') options=('!libtool' '!emptydirs')
install=telepathy-gabble.install install=telepathy-gabble.install
source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz") source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('57d7778e58f82a43dba1311cece0d4e3') md5sums=('a5384758df829b80d47fbc8a672609ad')
build() { build() {
cd $pkgname-$pkgver cd $pkgname-$pkgver