atk-2.36.0 rebuild
This commit is contained in:
@@ -2,19 +2,29 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
mesontools.configure("-Dintrospection=true")
|
||||
|
||||
options = "-Ddocs=false"
|
||||
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += " -Dintrospection=false "
|
||||
|
||||
|
||||
mesontools.configure(options)
|
||||
|
||||
def build():
|
||||
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>atk</Name>
|
||||
@@ -10,14 +10,14 @@
|
||||
</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="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,7 +65,7 @@
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package> -->
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
|
||||
Reference in New Issue
Block a user