Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
329da1b0
Commit
329da1b0
authored
4 years ago
by
asdf
Committed by
Leo
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/calls: upgrade to 0.1.9
parent
564680e5
No related branches found
No related tags found
1 merge request
!14458
community/calls: upgrade to 0.1.9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/calls/APKBUILD
+8
-6
8 additions, 6 deletions
community/calls/APKBUILD
community/calls/fix-meson.patch
+11
-0
11 additions, 0 deletions
community/calls/fix-meson.patch
with
19 additions
and
6 deletions
community/calls/APKBUILD
+
8
−
6
View file @
329da1b0
# 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 libhandy
1
-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"
This diff is collapsed.
Click to expand it.
community/calls/fix-meson.patch
0 → 100644
+
11
−
0
View file @
329da1b0
--- 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: [
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment