Merge pull request #9337 from 4fury-c3440d8/np

atk-2.36.
This commit is contained in:
Rmys
2021-05-03 21:55:23 +03:00
committed by GitHub
3 changed files with 24 additions and 23 deletions
+7 -13
View File
@@ -2,25 +2,19 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # 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 mesontools
from pisi.actionsapi import pisitools
def setup(): def setup():
mesontools.configure("-Dintrospection=true")
options = "-Denable-introspection=true"
mesontools.configure(options)
def build(): def build():
mesontools.build() mesontools.build()
def install(): def install():
mesontools.install()
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*") pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
+16 -9
View File
@@ -1,23 +1,23 @@
<?xml version="1.0" ?> <?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> <PISI>
<Source> <Source>
<Name>atk</Name> <Name>atk</Name>
<Homepage>http://developer.gnome.org/atk</Homepage> <Homepage>https://developer.gnome.org/atk/</Homepage>
<Packager> <Packager>
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>LGPLv2.1</License> <License>LGPLv2.1</License>
<IsA>library</IsA> <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> <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> <BuildDependencies>
<Dependency>gobject-introspection-devel</Dependency> <Dependency>gobject-introspection-devel</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>python-six</Dependency> <!-- <Dependency>python-six</Dependency> -->
<Dependency>gtk-doc</Dependency> <!-- <Dependency>gtk-doc</Dependency> -->
<Dependency>meson</Dependency> <Dependency>meson</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -50,7 +50,7 @@
</Files> </Files>
</Package> </Package>
<Package> <!-- <Package>
<Name>atk-32bit</Name> <Name>atk-32bit</Name>
<PartOf>emul32</PartOf> <PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for atk</Summary> <Summary>32-bit shared libraries for atk</Summary>
@@ -65,10 +65,17 @@
<Files> <Files>
<Path fileType="library">/usr/lib32</Path> <Path fileType="library">/usr/lib32</Path>
</Files> </Files>
</Package> </Package> -->
<History> <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> <Date>2020-01-08</Date>
<Version>2.34.0</Version> <Version>2.34.0</Version>
<Comment>Version bump</Comment> <Comment>Version bump</Comment>
+1 -1
View File
@@ -236,7 +236,7 @@
<History> <History>
<Update release="14"> <Update release="14">
<Date>2021-01-20</Date> <Date>2021-05-03</Date>
<Version>3.24.20</Version> <Version>3.24.20</Version>
<Comment>Rebuild Wayland</Comment> <Comment>Rebuild Wayland</Comment>
<Name>Mustafa Cinasal</Name> <Name>Mustafa Cinasal</Name>