atk-2.36.

This commit is contained in:
4fury-c3440d8
2021-05-03 06:11:36 +03:00
parent bfc3174402
commit 8a11d4654e
2 changed files with 23 additions and 22 deletions
+7 -13
View File
@@ -2,25 +2,19 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
def setup():
options = "-Denable-introspection=true"
mesontools.configure(options)
mesontools.configure("-Dintrospection=true")
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
+16 -9
View File
@@ -1,23 +1,23 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>atk</Name>
<Homepage>http://developer.gnome.org/atk</Homepage>
<Homepage>https://developer.gnome.org/atk/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>GTK+ and GNOME Accessibility Toolkit</Summary>
<Summary>GTK+ and GNOME Accessibility Toolkit.</Summary>
<Description>These libraries provide tools for making software for people with disabilities.</Description>
<Archive sha1sum="45771b5ae0c35dd0e187316182d930086dfdf83d" type="tarxz">mirrors://gnome/atk/2.34/atk-2.34.0.tar.xz</Archive>
<Archive sha1sum="7e4accf756bb76323acf7f91d8618e739aff56e6" type="tarxz">mirrors://gnome/atk/2.36/atk-2.36.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>python-six</Dependency>
<Dependency>gtk-doc</Dependency>
<!-- <Dependency>python-six</Dependency> -->
<!-- <Dependency>gtk-doc</Dependency> -->
<Dependency>meson</Dependency>
</BuildDependencies>
</Source>
@@ -50,7 +50,7 @@
</Files>
</Package>
<Package>
<!-- <Package>
<Name>atk-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for atk</Summary>
@@ -65,10 +65,17 @@
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
</Package> -->
<History>
<Update release="9">
<Update release="10">
<Date>2021-05-03</Date>
<Version>2.36.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="9">
<Date>2020-01-08</Date>
<Version>2.34.0</Version>
<Comment>Version bump</Comment>