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
290ec694
Unverified
Commit
290ec694
authored
4 years ago
by
Bart Ribbers
Committed by
Oliver Smith
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/libsignon-glib: modernize (MR 1538)
[ci:skip-build]: already built successfully in CI
parent
4df6ae20
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#194537
passed
4 years ago
Stage: first
Stage: second
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/libsignon-glib/APKBUILD
+9
-13
9 additions, 13 deletions
main/libsignon-glib/APKBUILD
with
9 additions
and
13 deletions
main/libsignon-glib/APKBUILD
+
9
−
13
View file @
290ec694
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname
=
libsignon-glib
pkgver
=
2.1
pkgrel
=
1
pkgrel
=
2
_spec_commit
=
"67487954653006ebd0743188342df65342dc8f9b"
pkgdesc
=
"GLib library to interface with the Signon Daemon"
url
=
"https://gitlab.com/accounts-sso/libsignon-glib"
...
...
@@ -10,33 +10,29 @@ license="LGPL-2.1-only"
makedepends
=
"meson glib-dev check-dev gobject-introspection-dev vala py3-gobject3 gtk-doc"
subpackages
=
"
$pkgname
-dev"
source
=
"https://gitlab.com/accounts-sso/libsignon-glib/-/archive/VERSION_
$pkgver
/libsignon-glib-VERSION_
$pkgver
.tar.gz
https://gitlab.com/accounts-sso/signon-dbus-specification/-/archive/
$_spec_commit
/signon-dbus-specification-
$_spec_commit
.tar.gz"
https://gitlab.com/accounts-sso/signon-dbus-specification/-/archive/
$_spec_commit
/signon-dbus-specification-
$_spec_commit
.tar.gz
"
builddir
=
"
$srcdir
/
$pkgname
-VERSION_
$pkgver
"
options
=
"!check"
# Tests hang
prepare
()
{
default_prepare
cp
"
$srcdir
"
/signon-dbus-specification-
$_spec_commit
/
*
"
$builddir
"
/libsignon-glib/interfaces/
cp
"
$srcdir
"
/signon-dbus-specification-
$_spec_commit
/
*
\
"
$builddir
"
/libsignon-glib/interfaces/
}
build
()
{
meson
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
--buildtype
=
release
\
.
output
ninja
-C
output
abuild-meson
.
output
meson compile
${
JOBS
:+-j
${
JOBS
}}
-C
output
}
check
()
{
ninja
test
-C
output
meson
test
-C
output
}
package
()
{
DESTDIR
=
"
$pkgdir
"
ninja
-C
output
install
DESTDIR
=
"
$pkgdir
"
meson
install
-C
output
}
sha512sums
=
"45d8e26263a16b98517cda0fff8e46fb1ffcc4bb833a6364454f120eb9819b48ee04bdb338bf5e9f0b0fe344af5940f35ed56f0765ca3605dead5b3755657dcf libsignon-glib-VERSION_2.1.tar.gz
8b65019e2793dd58b2b60f8893ab999513a6aa2374f5d1053341fcdec6e2debb4d729abbbef17c8a2cb0b905893f06118649f17698bb91dc4e2681b2fe99e4b3 signon-dbus-specification-67487954653006ebd0743188342df65342dc8f9b.tar.gz"
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