Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 253D7781D62 for <~alpine/aports@lists.alpinelinux.org>; Mon, 23 Sep 2019 10:04:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 41D7720FD5 for <~alpine/aports@lists.alpinelinux.org>; Mon, 23 Sep 2019 11:57:29 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RYdCkhrw2Loz; Mon, 23 Sep 2019 11:57:27 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1569232647; bh=EukI/hGblo4RjcC8ISNpCYnZVNFbGI6eftrxuj1qzfw=; h=From:To:Cc:Subject:Date; b=CY2tfnbcOkodzK+OSd6qhEyT9v2WtDubHvS1GgW/poSU1ZUFtp7BqPHCDUfbAsZEr 9ryOA12kZfmnalZlUeJn0bM2/+iiWk46XwJuzXfs/PbLz9Su+49fRDZHdsp3K/z3Q6 i8/gg3/MhGeniu7M26GVlNWwetwXAJ+Qk+nRONcDvB1o2kp0s6VwRTII6JYk+ccA1Z ybe2LQlJy2NqGK+YtDowlCoUdr6lVPadEQzRYpzdakJvhpE3Yk+U2naOchUKvVlEa6 p7EvLjx6qODieA+ZyuDCz6NlLm8cAetdWqsUAMdm0HMiyXNgtKo6/MAYgjI2rKEDk8 2/FhA3W3nrD3w== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/libqofono: new aport Date: Mon, 23 Sep 2019 11:57:26 +0200 Message-Id: <20190923095726.17108-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/libqofono/APKBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 testing/libqofono/APKBUILD diff --git a/testing/libqofono/APKBUILD b/testing/libqofono/APKBUILD new file mode 100644 index 0000000000..b5e6f62e04 --- /dev/null +++ b/testing/libqofono/APKBUILD @@ -0,0 +1,29 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=libqofono +pkgver=0.98 +pkgrel=0 +pkgdesc="A library for accessing the ofono daemon, and a Qt declarative plugin for it" +url="https://git.merproject.org/mer-core/libqofono/" +arch="all" +license="LGPL-2.1-or-later" +depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev" +makedepends="$depends_dev" +subpackages="$pkgname-dev" +source="https://git.merproject.org/mer-core/libqofono/-/archive/$pkgver/libqofono-$pkgver.tar.gz" +options="!check" # Requires running Ofono + +build() { + qmake-qt5 + make +} + +package() { + INSTALL_ROOT="$pkgdir" make install + + # Remove installed tests + rm -r "$pkgdir"/opt + rm -r "$pkgdir"/usr/lib/libqofono-qt5/tests/ +} + +sha512sums="917c3f8c58f6af5b166b3641750b114dae4eaf6b3d8018421c6e601e9742f413dc6aa758ce2f9b2ce98feff1d031bb30028d5634c5befab94aa1ae382e6504b7 libqofono-0.98.tar.gz" -- 2.21.0