main/telepathy-ofono: upgrade to 0_git20190805 (!643)
Also removed the explicit depends on telepathy-mission-control, as that was already picked up by abuild with the soname [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
136ef57fd5
commit
50c7ce6c12
1 changed files with 7 additions and 8 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Contributor: Bhushan Shah <bshah@kde.org>
|
# Contributor: Bhushan Shah <bshah@kde.org>
|
||||||
# Maintainer: Bhushan Shah <bshah@kde.org>
|
# Maintainer: Bhushan Shah <bshah@kde.org>
|
||||||
pkgname=telepathy-ofono
|
pkgname=telepathy-ofono
|
||||||
pkgver=0_git20190116
|
pkgver=0_git20190805
|
||||||
pkgrel=3
|
pkgrel=0
|
||||||
_commit="d282c4f8008f8364506829dca20097099a5828cc"
|
_commit="d58706dc1e2fe5eb6af435a564adf9fd5bd8f1ad"
|
||||||
pkgdesc="Telepathy oFono connection manager"
|
pkgdesc="Telepathy oFono connection manager"
|
||||||
url="https://github.com/TelepathyIM/telepathy-ofono"
|
url="https://github.com/TelepathyIM/telepathy-ofono"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
depends="ofono telepathy-mission-control"
|
depends="ofono"
|
||||||
makedepends="cmake qt5-qtbase-dev libphonenumber-dev telepathy-qt-dev sqlite-dev telepathy-mission-control-dev libofono-qt-dev"
|
makedepends="cmake qt5-qtbase-dev libphonenumber-dev telepathy-qt-dev sqlite-dev telepathy-mission-control-dev libofono-qt-dev"
|
||||||
source="$pkgname-$_commit.tar.gz::https://github.com/telepathyim/telepathy-ofono/archive/$_commit.tar.gz"
|
source="$pkgname-$_commit.tar.gz::https://github.com/TelepathyIM/telepathy-ofono/archive/$_commit.tar.gz"
|
||||||
options="!check" # no tests
|
options="!check" # no tests
|
||||||
builddir="$srcdir/$pkgname-$_commit"
|
builddir="$srcdir/$pkgname-$_commit"
|
||||||
|
|
||||||
|
@ -18,8 +18,7 @@ build() {
|
||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
-DCMAKE_INSTALL_LIBDIR=lib
|
||||||
-DBUILD_SHARED_LIBS=True
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,4 +26,4 @@ package() {
|
||||||
DESTDIR="$pkgdir" make install
|
DESTDIR="$pkgdir" make install
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="6d0ceb618e5957a92433167706e02351a6156674486ff8442e434e99612211b96762ae24f5c319c50024bfcd3ad6383fde2f7bc1cf6378617718651b660cb54d telepathy-ofono-d282c4f8008f8364506829dca20097099a5828cc.tar.gz"
|
sha512sums="9322270cb7b917ddf89ec2f53e95970309f08b17115b83e91b8fe512e30f571daf7404c2cb2bc88c526e5587a3902d30e722d68f7c97b85d67a1bea079b92948 telepathy-ofono-d58706dc1e2fe5eb6af435a564adf9fd5bd8f1ad.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue