diff options
author | asdf <timotheel-f@protonmail.com> | 2020-12-06 22:57:38 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-12-11 01:07:30 +0000 |
commit | adef968a4fef2d621c1994b9c4749cba3ee116f3 (patch) | |
tree | 001bf9ce2920eb4f3b4d8ae9e6d9ffe4fedb8851 | |
parent | 75278d08024832c4b029787cfc628855eeceb6a5 (diff) |
community/chatty: upgrade to 0.2.0
-rw-r--r-- | community/chatty/APKBUILD | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/community/chatty/APKBUILD b/community/chatty/APKBUILD index 7ec63646a18..8240093e762 100644 --- a/community/chatty/APKBUILD +++ b/community/chatty/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Danct12 <danct12@disroot.org> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=chatty -pkgver=0.1.17 +pkgver=0.2.0 pkgrel=0 pkgdesc="A phone dialer and call handler" arch="all !s390x !mips !mips64" # Blocked by libhandy and evolution @@ -16,11 +16,12 @@ depends=" purple-mm-sms purple-xmpp-http-upload " -makedepends="meson ninja gtk+3.0-dev pidgin-dev libhandy-dev evolution-dev - evolution-data-server-dev libgee-dev folks-dev feedbackd-dev" +makedepends="meson ninja gtk+3.0-dev pidgin-dev libhandy1-dev evolution-dev + evolution-data-server-dev libgee-dev folks-dev feedbackd-dev libphonenumber-dev" checkdepends="appstream-glib desktop-file-utils" source="https://source.puri.sm/Librem5/chatty/-/archive/v$pkgver/chatty-v$pkgver.tar.gz" subpackages="$pkgname-lang $pkgname-bash-completion" +options="!check" # Requires running Wayland compositor builddir="$srcdir/$pkgname-v$pkgver" build() { @@ -28,11 +29,7 @@ build() { meson compile ${JOBS:+-j ${JOBS}} -C output } -check() { - meson test --no-rebuild -v -C output -} - package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="5e8a24ca9c6f3a8b3d2d56df1d190d90092f9c2110d42ab6e8e6e52968195181d13b1daca96e690a1ca3b4aedc3250ba3f36dfd2745bfca4d6aba25b9b2b0582 chatty-v0.1.17.tar.gz" +sha512sums="fe51b4feade4992cc14e4d36c19dfbbac34bdc031e6bae50b98ac3711132692396ae082eff2eb4951f6d649cea71637cb35f7eb0bbeab4e5a45c30ca1841893c chatty-v0.2.0.tar.gz" |