From 9ca507cf86071d32fc648101fd810b772102de71 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Sat, 22 Jun 2019 18:28:47 +0200 Subject: testing/kaccounts-integration: new aport --- testing/kaccounts-integration/APKBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 testing/kaccounts-integration/APKBUILD (limited to 'testing/kaccounts-integration/APKBUILD') diff --git a/testing/kaccounts-integration/APKBUILD b/testing/kaccounts-integration/APKBUILD new file mode 100644 index 0000000000..81343444c1 --- /dev/null +++ b/testing/kaccounts-integration/APKBUILD @@ -0,0 +1,28 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=kaccounts-integration +pkgver=19.04.2 +pkgrel=0 +arch="all" +url="https://kde.org/applications/internet/" +pkgdesc="Small system to administer web accounts for the sites and services across the KDE desktop" +license="GPL-2.0-or-later AND LGPL-2.1-or-later" +depends_dev="qt5-qtbase-dev kcmutils-dev ki18n-dev kcoreaddons-dev kdbusaddons-dev kdeclarative-dev libaccounts-qt-dev signond-dev" +makedepends="$depends_dev extra-cmake-modules" +source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" +subpackages="$pkgname-dev $pkgname-lang" +options="!check" # No tests available + +build() { + cmake \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib + make +} + +package() { + DESTDIR="$pkgdir" make install +} + +sha512sums="77335fd257dab8ef5e1d41eba34effb1bdbc3b7b177e37af0b203be42650f16be30a1786f23c6ecde9121d19ab6f381922aca1773a780f3cad15f5aea2d62aa5 kaccounts-integration-19.04.2.tar.xz" -- cgit v1.2.3