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