Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
postmarketOS
pmaports
Commits
44191c15
Unverified
Commit
44191c15
authored
4 years ago
by
Oliver Smith
Browse files
Options
Downloads
Patches
Plain Diff
temp/gnome-contacts: copy fork from v20.05 branch (MR 1546)
parent
b320f948
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
temp/gnome-contacts/APKBUILD
+37
-0
37 additions, 0 deletions
temp/gnome-contacts/APKBUILD
with
37 additions
and
0 deletions
temp/gnome-contacts/APKBUILD
0 → 100644
+
37
−
0
View file @
44191c15
# Forked from Alpine to apply Purism's mobile patches
pkgname
=
gnome-contacts
pkgver
=
9999_git20200619
pkgrel
=
0
_commit
=
"334f9cdb5173358221da9be5b83a796b1c285904"
pkgdesc
=
"A contacts manager for GNOME"
url
=
"https://wiki.gnome.org/Apps/Contacts"
arch
=
"all !s390x !mips !mips64"
# libhandy is missing
license
=
"GPL-2.0-or-later"
makedepends
=
"meson vala folks-dev libgee-dev glib-dev gnome-desktop-dev
gnome-online-accounts-dev cheese-dev evolution-data-server-dev telepathy-glib-dev
libhandy-dev gtk+3.0-dev"
checkdepends
=
"appstream-glib desktop-file-utils"
subpackages
=
"
$pkgname
-lang
$pkgname
-doc"
source
=
"https://source.puri.sm/Librem5/gnome-contacts/-/archive/
$_commit
/gnome-contacts-
$_commit
.tar.bz2"
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
build
()
{
meson
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
--buildtype
=
plain
\
.
output
ninja
-C
output
}
check
()
{
ninja
-C
output
test
}
package
()
{
DESTDIR
=
"
$pkgdir
"
ninja
-C
output
install
}
sha512sums
=
"c984391a9fe4fab76da168a521a08b3c2798d152266dfe1af7172dcb74c9fe3a0c41534dc55f41ebfca16ab24d928e12b19fd5b278136c5ab2945d810bd42cb8 gnome-contacts-334f9cdb5173358221da9be5b83a796b1c285904.tar.bz2"
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