mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 12:47:16 +08:00
Merge remote-tracking branch 'origin/testing' into testing
This commit is contained in:
commit
1a58a45451
@ -5,9 +5,9 @@
|
||||
|
||||
pkgname=libxcb
|
||||
pkgver=1.9
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="X11 client-side library"
|
||||
arch=(i686 x86_64)
|
||||
arch=(x86_64)
|
||||
url="http://xcb.freedesktop.org/"
|
||||
depends=('xcb-proto>=1.6' 'libxdmcp' 'libxau')
|
||||
makedepends=('pkgconfig' 'libxslt' 'python')
|
||||
@ -22,7 +22,7 @@ sha1sums=('ad2fb95eeec41ba3d39502a4f7460c3b64fdf061'
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
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
|
||||
}
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
# maintainer abveritas[at]chakra-project[dot]org>
|
||||
# contributor Giuseppe Calà <jiveaxe@gmail.com>
|
||||
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
|
||||
pkgname=telepathy-gabble
|
||||
pkgver=0.17.5
|
||||
pkgver=0.18.1
|
||||
pkgrel=1
|
||||
pkgdesc="A Jabber/XMPP connection manager that handles single- and multi-user chats and voice/video calls."
|
||||
arch=('x86_64')
|
||||
@ -14,7 +13,7 @@ groups=('telepathy')
|
||||
options=('!libtool' '!emptydirs')
|
||||
install=telepathy-gabble.install
|
||||
source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('57d7778e58f82a43dba1311cece0d4e3')
|
||||
md5sums=('a5384758df829b80d47fbc8a672609ad')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
Loading…
Reference in New Issue
Block a user