diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-06-22 18:48:38 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-22 16:08:11 -0300 |
commit | 064abe1fc17b4a02860afc449e95d5bf7b27d283 (patch) | |
tree | 1f9458e524cd1762574de23753b292765f900a66 /testing/kaccounts-providers | |
parent | 9ca507cf86071d32fc648101fd810b772102de71 (diff) | |
download | aports-064abe1fc17b4a02860afc449e95d5bf7b27d283.tar.bz2 aports-064abe1fc17b4a02860afc449e95d5bf7b27d283.tar.xz |
testing/kaccounts-providers: new aport
Diffstat (limited to 'testing/kaccounts-providers')
-rw-r--r-- | testing/kaccounts-providers/APKBUILD | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/kaccounts-providers/APKBUILD b/testing/kaccounts-providers/APKBUILD new file mode 100644 index 0000000000..5251b5245f --- /dev/null +++ b/testing/kaccounts-providers/APKBUILD @@ -0,0 +1,28 @@ +# Contributor: Bart Ribbers <bribbers@disroot.org> +# Maintainer: Bart Ribbers <bribbers@disroot.org> +pkgname=kaccounts-providers +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" +depends="kaccounts-integration" +depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev kio-dev ki18n-dev kdeclarative-dev kpackage-dev kaccounts-integration-dev" +makedepends="$depends_dev extra-cmake-modules intltool" +source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" +subpackages="$pkgname-lang" + +build() { + cmake \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib + make +} + +package() { + DESTDIR="$pkgdir" make install +} + +sha512sums="143e85c16bbf52203901962e973f91b753eeff3130638e626ced9b2cb3087fea72389d8a115ad0cf3d725dc4d16f18893ab9cde2c8382ce37cee45116821de38 kaccounts-providers-19.04.2.tar.xz" |