mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 00:54:37 +08:00
tp-qt update, added dbus functions
This commit is contained in:
parent
8e6ac4255f
commit
3026b9a149
@ -1,11 +1,10 @@
|
|||||||
#
|
#
|
||||||
# Platform Packages for Chakra, part of chakra-project.org
|
# Platform Packages for Chakra, part of chakra-project.org
|
||||||
#
|
#
|
||||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
# maintainer abveritas@chakra-project.org
|
||||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
||||||
|
|
||||||
pkgname=telepathy-qt
|
pkgname=telepathy-qt
|
||||||
pkgver=0.9.1
|
pkgver=0.9.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A library for Qt-based Telepathy clients."
|
pkgdesc="A library for Qt-based Telepathy clients."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -13,18 +12,15 @@ url="http://telepathy.freedesktop.org"
|
|||||||
groups=('telepathy')
|
groups=('telepathy')
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
depends=('qt' 'telepathy-farstream')
|
depends=('qt' 'telepathy-farstream' 'dbus-python')
|
||||||
makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
|
makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
|
||||||
conflicts=('telepathy-qt4')
|
conflicts=('telepathy-qt4')
|
||||||
provides=('telepathy-qt4')
|
provides=('telepathy-qt4')
|
||||||
source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
|
source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
|
||||||
'gcc47.patch')
|
md5sums=('e49df0c6d19bbac622209d0f87f0d1b2')
|
||||||
md5sums=('e0e6c1a987bbeae44c778344a2cc9d80'
|
|
||||||
'32aa8eb06c76cb03af5ced27a674ebfb')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
patch -Np0 -i gcc47.patch
|
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
Loading…
Reference in New Issue
Block a user