qt5-webkit build dep
This commit is contained in:
@@ -1,27 +1,21 @@
|
||||
#!/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
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static \
|
||||
--disable-installed-tests \
|
||||
--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt \
|
||||
--without-libproxy \
|
||||
--with-gnutls \
|
||||
--with-pkcs11")
|
||||
mesontools.configure("-Dgnutls=enabled \
|
||||
-Dwith-ca-certificates='/etc/ssl/certs/ca-certificates.crt'")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
#def check():
|
||||
#autotools.make("check")
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
pisitools.dodoc("COPYING*", "NEWS*", "LICENSE*", "README*")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Network-related giomodules for glib</Summary>
|
||||
<Description>This package contains various network related extensions for the GIO library.</Description>
|
||||
<Archive sha1sum="7d518a829b41a5d6dd122f0c924cbf56ba416e8a" type="tarxz">mirrors://gnome/glib-networking/2.54/glib-networking-2.54.1.tar.xz</Archive>
|
||||
<Archive sha1sum="7f4ac967dec7e0bbf063fffc7796046135c07f7a" type="tarxz">mirrors://gnome/glib-networking/2.62/glib-networking-2.62.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
<Dependency>p11-kit-devel</Dependency>
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>2.62.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-08-13</Date>
|
||||
<Version>2.54.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user