atk:moved into main repo for pisi 2.0

This commit is contained in:
2015-07-05 01:58:13 +03:00
parent ca642717bd
commit 8aca2fdf52
3 changed files with 166 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
#!/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 get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
pisitools.dosed(".", "^(SUBDIRS =.*)tests(.*)$", "\\1\\2", filePattern="^Makefile.(am|in)", level=0)
autotools.autoreconf("-fiv")
autotools.configure("\
--disable-static \
--enable-introspection=%s \
" % ("no" if get.buildTYPE() == "emul32" else "yes"))
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.removeDir("/usr/share/gtk-doc")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+121
View File
@@ -0,0 +1,121 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>atk</Name>
<Homepage>http://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>
<Description>These libraries provide tools for making software for people with disabilities.</Description>
<Archive sha1sum="d097c6cec71ffede77be9f13f4ceee9880c0a5d7" type="tarxz">mirrors://gnome/atk/2.16/atk-2.16.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>gnome-common</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>atk</Name>
<Files>
<Path fileType="library">/usr/lib/libatk*</Path>
<Path fileType="library">/usr/lib/girepository-1.0</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>atk-devel</Name>
<Summary>Development files for atk</Summary>
<RuntimeDependencies>
<Dependency release="current">atk</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="library">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>atk-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for atk</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>glib2-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="current">atk</Dependency>
<Dependency>glib2-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2015-04-17</Date>
<Version>2.16.0</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-05-17</Date>
<Version>2.12.0</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-03-30</Date>
<Version>2.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2013-10-10</Date>
<Version>2.10.0</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-08-21</Date>
<Version>2.8.0</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-04-07</Date>
<Version>2.8.0</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-02-24</Date>
<Version>2.7.91</Version>
<Comment>V.Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-10-22</Date>
<Version>2.7.2</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+19
View File
@@ -0,0 +1,19 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>atk</Name>
<Summary xml:lang="tr">GTK+ ve GNOME erişilebilirlik kitaplığı</Summary>
<Description xml:lang="tr">Bu kitaplıklar engelli insanlar için yapılan programlarda kullanılabilecek araçları içerir.</Description>
<Description xml:lang="fr">Ces librairies fournissent des outils pour faire des logiciels pour personnes handicapées.</Description>
</Source>
<Package>
<Name>atk-devel</Name>
<Summary xml:lang="tr">atk için geliştirme dosyaları</Summary>
</Package>
<Package>
<Name>atk-32bit</Name>
<Summary xml:lang="tr">atk için 32-bit paylaşımlı kitaplıklar</Summary>
</Package>
</PISI>