at-spi2-core ver. bump
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
#!/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 mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
options = "--prefix=/usr --sysconfdir=/etc \
|
||||
"
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += " --libdir=lib32"
|
||||
|
||||
mesontools.configure(options)
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
if get.buildTYPE() == "emul32":
|
||||
return
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README", "NEWS")
|
||||
@@ -1,173 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>at-spi2-atk</Name>
|
||||
<Homepage>http://www.linuxfoundation.org/collaborate/workgroups/accessibility</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2+</License>
|
||||
<IsA>service</IsA>
|
||||
<Summary>Protocol definitions and daemons for D-Bus at-spi</Summary>
|
||||
<Description>at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation.</Description>
|
||||
<Archive sha1sum="fc0a650bb0dd137889e882e33d9235ee9115df34" type="tarxz">mirrors://gnome/at-spi2-atk/2.38/at-spi2-atk-2.38.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency versionFrom="2.40.1">at-spi2-core-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency versionFrom="2.36.0">atk-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>at-spi2-atk</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>at-spi2-core</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>at-spi2-atk-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for at-spi2-atk</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>at-spi2-core-32bit</Dependency>
|
||||
<Dependency>atk-32bit</Dependency>
|
||||
<Dependency>dbus-32bit</Dependency>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
<Dependency>libxml2-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk-32bit</Dependency>
|
||||
<Dependency>dbus-32bit</Dependency>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
<Dependency>at-spi2-core-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>at-spi2-atk-devel</Name>
|
||||
<Summary>at-spi2-atk için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">at-spi2-atk</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/pkgconfig</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2022-04-27</Date>
|
||||
<Version>2.38.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2021-10-25</Date>
|
||||
<Version>2.38.0</Version>
|
||||
<Comment>Rebuild py3.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2021-05-02</Date>
|
||||
<Version>2.38.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>2.34.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2019-03-21</Date>
|
||||
<Version>2.30.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2018-11-26</Date>
|
||||
<Version>2.26.2</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2018-07-27</Date>
|
||||
<Version>2.26.2</Version>
|
||||
<Comment>Rebuild with new toolchain</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-04-19</Date>
|
||||
<Version>2.26.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-01-17</Date>
|
||||
<Version>2.26.1</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-02-28</Date>
|
||||
<Version>2.22.0</Version>
|
||||
<Comment>Rebuild for new Toolchain.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>2.18.1</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-05-25</Date>
|
||||
<Version>2.18.1</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-01-26</Date>
|
||||
<Version>2.18.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>at-spi2-core</Name>
|
||||
<Summary xml:lang="tr">D-Bus at-spi için protokol tanımları ve hizmetleri</Summary>
|
||||
<Description xml:lang="tr">at-spi2-atk, erişilebilirlik teknolojilerinin uygulamalara D-Bus üzerinden erişerek onları otomatik olarak denetlemesini sağlar.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>at-spi2-atk-32bit</Name>
|
||||
<Summary xml:lang="en">32-bit shared libraries for at-spi2-atk</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>at-spi2-atk-devel</Name>
|
||||
<Summary xml:lang="tr">at-spi2-atk için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -48,4 +48,4 @@ def install():
|
||||
return
|
||||
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("COPYING", "NEWS", "README*")
|
||||
pisitools.dodoc("NEWS", "README*")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>service</IsA>
|
||||
<Summary>Protocol definitions and daemons for D-Bus at-spi</Summary>
|
||||
<Description>at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation.</Description>
|
||||
<Archive sha1sum="89a11a1b236d0e496a122b186f4f2f4c7e1f9c99" type="tarxz">mirrors://gnome/at-spi2-core/2.44/at-spi2-core-2.44.1.tar.xz</Archive>
|
||||
<Archive sha1sum="5097087d8959ffc68bd4f36ee94bdaf1bb1fa803" type="tarxz">mirrors://gnome/at-spi2-core/2.46/at-spi2-core-2.46.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
@@ -36,10 +36,11 @@
|
||||
<Package>
|
||||
<Name>at-spi2-core</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libXi</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
@@ -56,9 +57,9 @@
|
||||
|
||||
<Package>
|
||||
<Name>at-spi2-core-32bit</Name>
|
||||
<PartOf>emul32</PartOf> -->
|
||||
<Summary>32-bit shared libraries for at-spi2-core</Summary> --> -->
|
||||
<BuildType>emul32</BuildType> --> -->
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for at-spi2-core</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>dbus-32bit</Dependency>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
@@ -105,7 +106,118 @@
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>atk</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0/Atk-1.0.typelib</Path>
|
||||
<Path fileType="library">/usr/lib/libatk-1.0.so.0</Path>
|
||||
<Path fileType="library">/usr/lib/libatk-1.0.so*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>atk-devel</Name>
|
||||
<Summary>Development files for atk</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">atk</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/atk-1.0</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0/Atk-1.0.gir</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig/atk.pc</Path>
|
||||
<Path fileType="library">/usr/lib32/pkgconfig/atk.pc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>atk-32bit</Name>
|
||||
<Summary>32-bit shared libraries for atk</Summary>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">atk</Dependency>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/libatk-1.0.so*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>at-spi2-atk</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>at-spi2-core</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libatk-bridge-2.0.so*</Path>
|
||||
<Path fileType="library">/usr/lib/gtk-2.0/modules/libatk-bridge.so*</Path>
|
||||
<Path fileType="library">/usr/lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>at-spi2-atk-32bit</Name>
|
||||
<Summary>32-bit shared libraries for at-spi2-atk</Summary>
|
||||
<BuildDependencies>
|
||||
<Dependency>at-spi2-core-32bit</Dependency>
|
||||
<Dependency>atk-32bit</Dependency>
|
||||
<Dependency>dbus-32bit</Dependency>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
<Dependency>libxml2-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk-32bit</Dependency>
|
||||
<Dependency>dbus-32bit</Dependency>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
<Dependency>at-spi2-core-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/libatk-bridge-2.0.so*</Path>
|
||||
<Path fileType="library">/usr/lib32/gtk-2.0/modules/libatk-bridge.so</Path>
|
||||
<Path fileType="library">/usr/lib32/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>at-spi2-atk-devel</Name>
|
||||
<Summary>at-spi2-atk için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">at-spi2-atk</Dependency>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/pkgconfig/atk-bridge-2.0.pc</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig/atk-bridge-2.0.pc</Path>
|
||||
<Path fileType="header">/usr/include/at-spi2-atk</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2022-09-17</Date>
|
||||
<Version>2.46.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2022-07-02</Date>
|
||||
<Version>2.45.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="18">
|
||||
<Date>2022-04-22</Date>
|
||||
<Version>2.44.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user