ff29f3a7db
This is basically too old stuff from meego times, and is added only because telepathy-ofono needs it for now, I will talk with ubports people to get telepathy-ofono ported to libqofono so we can dump this 6 year old unmaintained library. (patches to make it build with qt5 and modern compiler are taken from ubuntu packaging)
52 lines
3.4 KiB
Text
52 lines
3.4 KiB
Text
# Contributor: Bhushan Shah <bshah@kde.org>
|
|
# Maintainer: Bhushan Shah <bshah@kde.org>
|
|
pkgname=ofono-qt
|
|
pkgver=1.5.0
|
|
pkgrel=0
|
|
pkgdesc="This package contains ofono-qt, a Qt-based library that providesbindings to oFono."
|
|
url="https://gitorious.org/meego-cellular/ofono-qt"
|
|
arch="all"
|
|
license="LGPL2"
|
|
depends="qt5-qtbase"
|
|
makedepends="qt5-qtbase-dev doxygen"
|
|
subpackages="$pkgname-dev"
|
|
# original tarball at : https://gitorious.org/meego-cellular/ofono-qt?p=meego-cellular:ofono-qt.git;a=snapshot;h=a4008e9432fc4b79675fb536498e245c433f2c2c;sf=tgz is unicorn
|
|
# it generates random hash everytime.. use tar which doesn't change hash
|
|
source="$pkgname-$pkgver.tar.gz::https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/ofono-qt/1.5+git20120419+bcf0c04-0ubuntu8~gcc5.1/ofono-qt_1.5+git20120419+bcf0c04.orig.tar.gz
|
|
01-update_code_compatible_qt5.patch
|
|
02-change_signals_Q_SIGNALS_Q_SLOTS.patch
|
|
03-update_MessageManager_VoiceCallManager_to_match_latest_ofono_api.patch
|
|
04-set_errors_on_dial_and_sendMessage.patch
|
|
05-update_connman_interface_to_the_new_layout.patch
|
|
06-fix_unit_tests.patch
|
|
07-simplify_code_logic.patch
|
|
08-add-delivery-report.patch
|
|
09-createMultiparty-synchronous.patch
|
|
10-use_right_modem_objpath.patch
|
|
11_use_libdir.patch
|
|
"
|
|
builddir="$srcdir/ofono-qt-1.5+git20120419+bcf0c04"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
qmake-qt5
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make install INSTALL_ROOT="$pkgdir"
|
|
}
|
|
|
|
sha512sums="9d3700bc74496b9254b71d3a07c19216fe5eafa5115e891ef948df2a4aa078efefcee2f30404df823d0078061a601be8de4922cfe6eb09d93b1a72048de688a3 ofono-qt-1.5.0.tar.gz
|
|
49524d23c47b964dc2226d2201fa1346183e569db34e2ddc4671e082ba0454eb129ad069596d151add9b187e1e82525d14356725463a1675b736244abd58a188 01-update_code_compatible_qt5.patch
|
|
ff0895139c5c19f06604ed0fcc438b7a4490ebf76949d754315cd756d31df175f27f8064329a3a4a7c85570bafa98ca932e17ed08a679e6334342c4e65246a8c 02-change_signals_Q_SIGNALS_Q_SLOTS.patch
|
|
877472a50f76d031a9a01e598da1bbf0a72af45682666ee607ee27d3f3644a151520b377698d21dc04cff25deb5e69a130779832bfdbfb61bd6a2c9734db2365 03-update_MessageManager_VoiceCallManager_to_match_latest_ofono_api.patch
|
|
0f253430df38bbc1343d36ac33e5e61c0bf064fadc66ad64f7059c36685279e371689a7b079a81e7d14aca1d715db2fded13102989ea9cb6e41a842e087d905f 04-set_errors_on_dial_and_sendMessage.patch
|
|
100cdfaf9055608a4deff68f9280ea89e571c9019204d123c8c94e20d24e3a3b6c1b04733d6619cadc10aeeb4fb25d3e4ecb021c569d0292c6321ef795758a38 05-update_connman_interface_to_the_new_layout.patch
|
|
d21381ac2feea0886361340bac98d6ee41e2752a1c8015fff68bbb047beb3f86be78c503a78c9b799b7c56ed53811f1d74bb142edcb762c57e7d134f71d34592 06-fix_unit_tests.patch
|
|
bd675910829f0e81cd60d4e03712c534765ac0ded3db33dd741539950ef7c0d679ae202d4459f421f6c0d8e680fcf1f22f8936169437495e348f71b7a268569a 07-simplify_code_logic.patch
|
|
0a84bd858b448a7b6c4557bc031a8cbb058fd469139e6a805dd6296edfa3f71a4502882cc98fe94b6c778a75065c69a332d0432c0d53554e646f4beb542fe5ae 08-add-delivery-report.patch
|
|
9a6cb397698da9932daa07beed8daa921ad662cac3996e0a1828324e68861958b32af74b20751c94234752e0ee23c2dc51a7a1fcb4695635b3ec988d01516a81 09-createMultiparty-synchronous.patch
|
|
91824cd8c76d5ff18f083f2aabad28f8bed7978cb019622800aa75d8e80db1372ab535d43fc242a30db9be69a39e7366b0b198e1202c8e1a33ea185567275059 10-use_right_modem_objpath.patch
|
|
2cbb98b59d4d3947d39c34afb5b09f71c28c717238b28ecf3513e5f8255828e07680604479f4225ed2ae5661088d50d982cf462f62f7866cd90540983392444c 11_use_libdir.patch"
|