Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
e9f22731
Verified
Commit
e9f22731
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/glib-networking: bump to 2.56.1, fix, use meson, add deps
parent
185acca1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/glib-networking/APKBUILD
+21
-21
21 additions, 21 deletions
user/glib-networking/APKBUILD
with
21 additions
and
21 deletions
user/glib-networking/APKBUILD
+
21
−
21
View file @
e9f22731
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer:
Natanael Copa <ncopa@alpinelinux.org>
# Maintainer:
pkgname
=
glib-networking
pkgver
=
2.5
4
.1
pkgver
=
2.5
6
.1
_maj
=
${
pkgver
%%.*
}
_min
=
${
pkgver
#
${
_maj
}
.
}
_min
=
${
_min
%%.*
}
_ver
=
$_maj
.
$_min
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"Networking support for GLib"
url
=
"http://www.gnome.org"
url
=
"http://www.gnome.org
/
"
arch
=
"all"
license
=
"LGPL-2.1+"
depends
=
"ca-certificates"
makedepends
=
"glib-dev gnutls-dev
libproxy-dev intltool libgcrypt-dev bash p11-kit-dev"
install
=
makedepends
=
"
bash
glib-dev gnutls-dev
gsettings-desktop-schemas-dev intltool
libgcrypt-dev libproxy-dev meson ninja p11-kit-dev"
subpackages
=
"
$pkgname
-lang"
source
=
"http://download.gnome.org/sources/glib-networking/
$_ver
/glib-networking-
$pkgver
.tar.xz"
source
=
"http
s
://download.gnome.org/sources/glib-networking/
$_ver
/glib-networking-
$pkgver
.tar.xz"
build
()
{
prepare
()
{
cd
"
$builddir
"
CONFIG_SHELL
=
/bin/bash ./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--disable-more-warnings
\
--with-libproxy
\
--with-gnutls
make
default_prepare
mkdir
-p
_build
}
build
()
{
cd
"
$builddir
"
/_build
meson
-Dprefix
=
/usr
ninja
}
check
()
{
cd
"
$builddir
"
make check
cd
"
$builddir
"
/_build
ninja
test
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
cd
"
$builddir
"
/_build
DESTDIR
=
"
$pkgdir
"
ninja
install
rm
-f
"
$pkgdir
"
/usr/lib/gio/modules/
*
.a
}
sha512sums
=
"
8356d835914e33df43f4f2bb6a915ddcd48dd0565e4d5bc1f1d692e9c3124ee4421b99f87f2586f74e9fed24ef7421159f3242fd1eb7bd74950bd25e860896ec
glib-networking-2.5
4
.1.tar.xz"
sha512sums
=
"
474d3e334b901c7445a2ee38018a23bbf0a1f4f7403952bf0e1c882f5c9a518b11696d0c69695b3cb378e33e15f619414e46733172ff6564732b96f3c375003d
glib-networking-2.5
6
.1.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