Magellan Linux

Annotation of /trunk/extras/glib-networking/glib-networking-2.56.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31189 - (hide annotations) (download)
Tue Jun 12 10:09:57 2018 UTC (5 years, 11 months ago) by niro
File size: 766 byte(s)
auto added: ver bump to 2.56.1-r1
1 niro 31189 # $Id$
2    
3     PNAME="glib-networking"
4     PVER="2.56.1"
5     PBUILD="r1"
6    
7     PCAT="net-libs"
8    
9     DESCRIPTION="Network-related giomodules for glib2."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= dev-libs/glib2-2.56
13     >= dev-libs/gsettings-desktop-schemas-3.28
14     >= net-libs/libproxy-0.4
15     >= app-crypt/gnutls-3.6
16     >= app-crypt/ca-certificates-2018
17     >= app-crypt/p11-kit-0.23"
18    
19     SDEPEND=">= dev-util/pkgconfig-0.25
20     >= dev-util/intltool-0.50
21     >= sys-dev/gettext-0.18"
22    
23     SRCFILE="${PNAME}-${PVER}.tar.xz"
24    
25     sminclude gnome2 multilib meson
26     msetfeature "!check"
27    
28     UP2DATE="updatecmd_gnome ${PNAME}"
29    
30     src_compile()
31     {
32     meson_src_compile \
33     $(meson_opt ca_certificates_path /etc/ssl/certs/ca-certificates.crt) \
34     $(meson_bool_true libproxy_support) \
35     $(meson_bool_true pkcs11_support) \
36     || die
37     }