From dcd53f6077f199d16a59083cfbad655a2d465de9 Mon Sep 17 00:00:00 2001 From: suvari Date: Sun, 2 Feb 2020 03:28:13 +0300 Subject: [PATCH] gcap: version bump to 1.4 --- util/archive/gcap/actions.py | 26 +++++++++++++++----------- util/archive/gcap/pspec.xml | 17 +++++++++++++++-- 2 files changed, 30 insertions(+), 13 deletions(-) diff --git a/util/archive/gcap/actions.py b/util/archive/gcap/actions.py index 5744603931..5bb335bb81 100644 --- a/util/archive/gcap/actions.py +++ b/util/archive/gcap/actions.py @@ -1,21 +1,25 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright 2017 TUBITAK/UEKAE -# Licensed under the GNU General Public License, version 2. -# See the file http://www.gnu.org/copyleft/gpl.txt. +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get - - +from pisi.actionsapi import mesontools +from pisi.actionsapi import pisitools def setup(): - autotools.configure() + mesontools.configure() def build(): - autotools.make() + mesontools.build() + +def check(): + mesontools.build("test") def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + mesontools.install() + pisitools.dodoc("COPYING", "README.md") diff --git a/util/archive/gcap/pspec.xml b/util/archive/gcap/pspec.xml index 82f0485a86..b80ca19855 100644 --- a/util/archive/gcap/pspec.xml +++ b/util/archive/gcap/pspec.xml @@ -12,7 +12,7 @@ app:console Library and tool for working with Microsoft Cabinet (CAB) files Library and tool for working with Microsoft Cabinet (CAB) files - http://ftp.gnome.org/pub/GNOME/sources/gcab/0.7/gcab-0.7.tar.xz + http://ftp.gnome.org/pub/GNOME/sources/gcab/1.4/gcab-1.4.tar.xz python-six glib2-devel @@ -20,6 +20,9 @@ zlib-devel intltool gtk-doc + gobject-introspection-devel + meson + docbook-xsl @@ -34,7 +37,10 @@ /usr/lib /usr/share/locale /usr/share/gtk-doc + /usr/share/doc /usr/share/man + /usr/share/gir-1.0/GCab-1.0.gir + /usr/share/vala @@ -52,6 +58,13 @@ + + 2020-02-02 + 1.4 + Version bump + Kamil Atlı + suvari@pisilinux.org + 2018-08-10 0.7 @@ -67,4 +80,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file