Skip to content
Snippets Groups Projects
Commit 329da1b0 authored by asdf's avatar asdf Committed by Leo
Browse files

community/calls: upgrade to 0.1.9

parent 564680e5
No related branches found
No related tags found
1 merge request!14458community/calls: upgrade to 0.1.9
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=calls
pkgver=0.1.8
pkgver=0.1.9
pkgrel=0
pkgdesc="A phone dialer and call handler"
arch="all !s390x !mips !mips64" # Blocked by libhandy
url="https://gitlab.gnome.org/Community/Purism/calls"
license="GPL-3.0-or-later"
depends="modemmanager"
makedepends="meson ninja vala gettext-dev gobject-introspection-dev gtk+3.0-dev libhandy-dev
depends="modemmanager callaudiod"
makedepends="meson ninja vala gettext-dev gobject-introspection-dev gtk+3.0-dev libhandy1-dev
gsound-dev libpeas-dev modemmanager-dev gom-dev evolution-data-server-dev folks-dev
feedbackd-dev"
feedbackd-dev callaudiod-dev"
subpackages="$pkgname-lang"
source="https://source.puri.sm/Librem5/calls/-/archive/v$pkgver/calls-v$pkgver.tar.gz"
source="https://source.puri.sm/Librem5/calls/-/archive/v$pkgver/calls-v$pkgver.tar.gz
fix-meson.patch"
options="!check" # Requires running Wayland compositor
builddir="$srcdir/$pkgname-v$pkgver"
......@@ -28,4 +29,5 @@ check() {
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="c2221d101b8c0efb47df4c05d8ff81ffd0389b096d82d4897042b73685862bf0760e28fadcf0164e1cc5550fa4ba9588a225ea6c828fe1b2ead579c6527a9e72 calls-v0.1.8.tar.gz"
sha512sums="89a5063159593094e3d6e19c14258abe682edf7331ddbc4585baf4043763fca2a3a89322ee72285d644ad9420e5848f8ca6dc89225a726a5524abbe6d5ec3d57 calls-v0.1.9.tar.gz
6cf822b0bc9a6c63c21436cfde3b3a07d1d4dde34eb385a8a2c21fc04337371f4ecd4f6f83113a7bb7c50bc79c146ef840ea4b15308054a12496eb1dbf7f35cd fix-meson.patch"
--- a/meson.build 2020-11-04 12:08:29.000000000 -0500
+++ b/meson.build 2020-11-09 10:08:52.042651725 -0500
@@ -22,7 +22,7 @@
project(
'calls',
'c', 'vala',
- version: '0.1.8',
+ version: '0.1.9',
license: 'GPLv3+',
meson_version: '>= 0.47.0',
default_options: [
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment