mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-14 01:49:03 +08:00
rebuild for upower update
This commit is contained in:
parent
11a7172a00
commit
d3e2db078e
@ -2,12 +2,12 @@
|
||||
|
||||
pkgname=telepathy-mission-control
|
||||
pkgver=5.16.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers."
|
||||
arch=('x86_64')
|
||||
url="http://mission-control.sourceforge.net/"
|
||||
license=('LGPL2.1')
|
||||
depends=('telepathy-glib' 'networkmanager' 'upower')
|
||||
depends=('telepathy-glib' 'networkmanager')
|
||||
makedepends=('libxslt' 'python2')
|
||||
install=telepathy-mission-control.install
|
||||
groups=('telepathy')
|
||||
@ -17,10 +17,11 @@ md5sums=('8dc751da77a84abef3f9153bc422a17b')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/telepathy \
|
||||
--disable-schemas-compile \
|
||||
--with-connectivity=nm
|
||||
PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \
|
||||
--with-connectivity=nm \
|
||||
--disable-upower \
|
||||
--disable-static \
|
||||
--disable-schemas-compile
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user