Skip to content
Snippets Groups Projects
Unverified Commit 484db6e0 authored by Alexey Minnekhanov's avatar Alexey Minnekhanov :electric_plug:
Browse files
parent 24cb6a50
No related branches found
No related tags found
No related merge requests found
--- a/ofono-qt.pro
+++ b/ofono-qt.pro
@@ -2,18 +2,3 @@ include(version.pri)
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += lib tests
-
-dox.target = doc
-dox.commands = sed 's/@VERSION@/'$$VERSION'/' doxygen.cfg.in > doxygen.cfg; \
- doxygen doxygen.cfg
-dox.path = $$[QT_INSTALL_PREFIX]/share/doc/ofono-qt
-dox.files = doc/html
-dox.CONFIG = no_link
-dox.depends = FORCE
-dox.clean_commands = rm -fr doc/
-dox.clean = doxygen.cfg
-
-INSTALLS += dox
-
-QMAKE_EXTRA_TARGETS += dox
-
# Maintainer: Bhushan Shah <bshah@kde.org>
pkgname=libofono-qt
pkgver=0.54_git20190116
pkgrel=2
_commit="8132b5ff5035c468807c291b4fa30d7e0a54cba4"
pkgdesc="This package contains ofono-qt, a Qt-based library that providesbindings to oFono"
url="https://github.com/Kaffeine/libofono-qt"
arch="all"
license="LGPL-2.1-or-later"
makedepends="qt5-qtbase-dev"
subpackages="$pkgname-dev"
source="$pkgname-$_commit.tar.gz::https://github.com/Kaffeine/libofono-qt/archive/$_commit.tar.gz
01_disable_docs.patch"
options="!check" # No tests suite
builddir="$srcdir/$pkgname-$_commit"
build() {
qmake-qt5
make
}
package() {
INSTALL_ROOT="$pkgdir" make install
# Remove tests
rm -r "$pkgdir"/opt
}
sha512sums="80d7e92fff9a9d8798a050aa6a42dee553d5b44cfae0ee540523032ff116d95c9388f4e1302b9ab063dbf3076e1a8bedea8c67d8a5904d966a5d22a410b6218f libofono-qt-8132b5ff5035c468807c291b4fa30d7e0a54cba4.tar.gz
2b479051ec139fca06924844ddead170df2d5157a03d3b4715a203d88b5db93fa54b05694faf7e7485c2bec966f69ef03ae78e9ee2f5f3224650c8b44497ade5 01_disable_docs.patch"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment