Merge pull request #5645 from Rmys/master

appstream-glib:ver.bump
This commit is contained in:
Rmys
2018-09-04 13:19:40 +03:00
committed by GitHub
2 changed files with 26 additions and 18 deletions
+14 -16
View File
@@ -1,9 +1,8 @@
#!/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.
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
@@ -11,18 +10,17 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-rpm \
--disable-stemmer \
--disable-dep11 \
--enable-fonts \
--disable-static \
--enable-builder \
--enable-firmware")
shelltools.makedirs("build")
shelltools.cd("build")
shelltools.system("meson --prefix=/usr -Dstemmer=false -Drpm=false ..")
def build():
autotools.make()
shelltools.cd("build")
shelltools.system("ninja")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
#pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
shelltools.cd("build")
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
shelltools.cd("..")
pisitools.dodoc("README*", "NEWS", "COPYING", "AUTHORS")
+12 -2
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Provides GObjects and helper methods to read and write AppStream metadata</Summary>
<Description>Provides GObjects and helper methods to read and write AppStream metadata</Description>
<Archive sha1sum="8ea53f80fa5dbdf9fa39cb743a285f7dd41b5490" type="tarxz">https://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-0.7.4.tar.xz</Archive>
<Archive sha1sum="7e4d3abe57739674d2744c3dc83b4c0b86be70e4" type="tarxz">https://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-0.7.12.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>autoconf-archive</Dependency>
@@ -27,8 +27,9 @@
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>libpng-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<!--Dependency>libyaml-devel</Dependency-->
<Dependency>libyaml-devel</Dependency>
<Dependency>libutil-linux-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
@@ -39,6 +40,7 @@
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>libyaml</Dependency>
<Dependency>freetype</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libsoup</Dependency>
@@ -58,6 +60,7 @@
<Path fileType="data">/usr/share/gettext</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/installed-tests/appstream-glib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
@@ -83,6 +86,13 @@
</Package>
<History>
<Update release="2">
<Date>2018-09-04</Date>
<Version>0.7.12</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2017-12-10</Date>
<Version>0.7.4</Version>