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
bdb0c4d4
Unverified
Commit
bdb0c4d4
authored
2 years ago
by
Casey
Committed by
Oliver Smith
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
temp/gcr4: new aport (for gnome-mobile, will be moved to alpine) (MR 3404)
parent
c5051fec
Branches
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/gcr4/APKBUILD
+61
-0
61 additions, 0 deletions
temp/gcr4/APKBUILD
with
61 additions
and
0 deletions
temp/gcr4/APKBUILD
0 → 100644
+
61
−
0
View file @
bdb0c4d4
# Forked from Alpine to upgrade to gcr4, will be moved eventually
pkgname
=
gcr4
pkgver
=
3.92.0
pkgrel
=
0
pkgdesc
=
"library for bits of crypto UI and parsing"
url
=
"https://wiki.gnome.org/Projects/CryptoGlue"
arch
=
"all"
license
=
"LGPL-2.0-or-later"
makedepends
=
"
glib-dev
gobject-introspection-dev
gtk4.0-dev
libgcrypt-dev
libsecret-dev
libxslt
meson gtk-doc
openssh-client
p11-kit-dev
vala
"
checkdepends
=
"xvfb-run dbus-x11"
subpackages
=
"
$pkgname
-dev
$pkgname
-lang
$pkgname
-base
"
source
=
"https://download.gnome.org/sources/gcr/
${
pkgver
%.*
}
/gcr-
$pkgver
.tar.xz"
options
=
"!check"
# testsuite requires community/xvfb-run
builddir
=
"
$srcdir
/gcr-
$pkgver
"
replaces
=
"gcr"
build
()
{
abuild-meson
\
-Db_lto
=
true
\
-Dgtk_doc
=
false
\
-Dgpg_path
=
/usr/bin/gpg2
\
-Dsystemd
=
disabled
\
output
meson compile
${
JOBS
:+-j
${
JOBS
}}
-C
output
}
check
()
{
xvfb-run meson
test
--no-rebuild
--print-errorlogs
-C
output
}
package
()
{
DESTDIR
=
"
$pkgdir
"
meson
install
--no-rebuild
-C
output
}
base
()
{
pkgdesc
=
"
$pkgdesc
(base libraries)"
depends
=
""
amove usr/lib/libgck-2.so.
*
amove usr/lib/libgcr-4.so.
*
}
sha512sums
=
"
bd566c8846e1ee99f82eefd9f7fbc5959c09bf383fef9c7bdc82b6c2c9c7634faaddcf6d91b0eca10b69a99e8f954272c3decf0594864351a48a5473e2bb5db3 gcr-3.92.0.tar.xz
"
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