diff --git a/network/library/component.xml b/network/library/component.xml new file mode 100644 index 0000000000..4e017e10ad --- /dev/null +++ b/network/library/component.xml @@ -0,0 +1,3 @@ + + network.library + diff --git a/network/library/glib-networking/actions.py b/network/library/glib-networking/actions.py new file mode 100644 index 0000000000..43ba527a00 --- /dev/null +++ b/network/library/glib-networking/actions.py @@ -0,0 +1,27 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools + +def setup(): + autotools.configure("--disable-static \ + --disable-installed-tests \ + --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt \ + --without-libproxy \ + --with-gnutls \ + --with-pkcs11") + +def build(): + autotools.make() + +def check(): + autotools.make("check") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") \ No newline at end of file diff --git a/network/library/glib-networking/pspec.xml b/network/library/glib-networking/pspec.xml new file mode 100644 index 0000000000..45b5cef2b5 --- /dev/null +++ b/network/library/glib-networking/pspec.xml @@ -0,0 +1,57 @@ + + + + + glib-networking + http://git.gnome.org/browse/glib-networking/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + Network-related giomodules for glib + This package contains various network related extensions for the GIO library. + mirrors://gnome/glib-networking/2.38/glib-networking-2.38.2.tar.xz + + gnutls-devel + p11-kit-devel + ca-certificates + intltool + glib2-devel + + + + + glib-networking + + gnutls + p11-kit + glib2 + ca-certificates + + + /usr/lib/gio/modules + /usr/libexec + /usr/share + /usr/share/doc/glib-networking + + + + + + 2014-03-30 + 2.38.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-27 + 2.34.2 + First release. + Marcin Bojara + marcin@pisilinux.org + + + diff --git a/network/library/glib-networking/translations.xml b/network/library/glib-networking/translations.xml new file mode 100644 index 0000000000..a366fdd11f --- /dev/null +++ b/network/library/glib-networking/translations.xml @@ -0,0 +1,8 @@ + + + + glib-networking + Moduły GIO dotyczące sieci do glib + Pakiet zawiera różne rozszerzenia dotyczące sieci do biblioteki GIO. + + diff --git a/programming/misc/libsoup/actions.py b/programming/misc/libsoup/actions.py index a0f37d9448..2d5a212166 100644 --- a/programming/misc/libsoup/actions.py +++ b/programming/misc/libsoup/actions.py @@ -14,12 +14,14 @@ def setup(): --disable-static \ --without-apache-httpd \ --without-apache-module-dir \ + --disable-tls-check \ " + if get.buildTYPE() == "_emul32": options += " --libdir=/usr/lib32 \ --bindir=/_emul32/bin \ - --sbindir=/_emul32/sbin \ - --disable-tls-check" + --sbindir=/_emul32/sbin" + shelltools.export("CC", "%s -m32" % get.CC()) shelltools.export("CXX", "%s -m32" % get.CXX()) diff --git a/programming/misc/libsoup/pspec.xml b/programming/misc/libsoup/pspec.xml index 5b571fcf38..e593e023f0 100644 --- a/programming/misc/libsoup/pspec.xml +++ b/programming/misc/libsoup/pspec.xml @@ -14,19 +14,14 @@ libsoup is an HTTP client/server library for GNOME. mirrors://gnome/libsoup/2.50/libsoup-2.50.0.tar.xz - gtk-doc - tls-devel - gconf-devel - gnutls-devel - glib-networking libgcrypt-devel - libgnome-keyring-devel + gtk-doc glib2-devel libxml2-devel sqlite-devel - - - + intltool + gettext-devel + @@ -35,6 +30,7 @@ glib2 libxml2 sqlite + glib-networking /usr/lib @@ -47,6 +43,7 @@ libsoup-gnome + glib2 libsoup diff --git a/util/crypt/gnutls/pspec.xml b/util/crypt/gnutls/pspec.xml index d82d61976a..a7bbc66ed3 100644 --- a/util/crypt/gnutls/pspec.xml +++ b/util/crypt/gnutls/pspec.xml @@ -51,6 +51,7 @@ nettle-devel p11-kit-devel libtasn1-devel + zlib-devel gnutls