From 8aca2fdf52d40d84f851c72d898757be857c9c88 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Sun, 5 Jul 2015 01:58:13 +0300 Subject: [PATCH] atk:moved into main repo for pisi 2.0 --- desktop/toolkit/gtk/atk/actions.py | 26 +++++ desktop/toolkit/gtk/atk/pspec.xml | 121 +++++++++++++++++++++++ desktop/toolkit/gtk/atk/translations.xml | 19 ++++ 3 files changed, 166 insertions(+) create mode 100644 desktop/toolkit/gtk/atk/actions.py create mode 100644 desktop/toolkit/gtk/atk/pspec.xml create mode 100644 desktop/toolkit/gtk/atk/translations.xml diff --git a/desktop/toolkit/gtk/atk/actions.py b/desktop/toolkit/gtk/atk/actions.py new file mode 100644 index 0000000000..ec9ba2d284 --- /dev/null +++ b/desktop/toolkit/gtk/atk/actions.py @@ -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") diff --git a/desktop/toolkit/gtk/atk/pspec.xml b/desktop/toolkit/gtk/atk/pspec.xml new file mode 100644 index 0000000000..b2ea252763 --- /dev/null +++ b/desktop/toolkit/gtk/atk/pspec.xml @@ -0,0 +1,121 @@ + + + + + atk + http://developer.gnome.org/atk + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + GTK+ and GNOME Accessibility Toolkit + These libraries provide tools for making software for people with disabilities. + mirrors://gnome/atk/2.16/atk-2.16.0.tar.xz + + gobject-introspection-devel + gnome-common + + + + + atk + + /usr/lib/libatk* + /usr/lib/girepository-1.0 + /usr/share/gir-1.0 + /usr/share/locale + /usr/share/doc + + + + + atk-devel + Development files for atk + + atk + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + atk-32bit + emul32 + 32-bit shared libraries for atk + emul32 + + glib2-32bit + + + atk + glib2-32bit + + + /usr/lib32 + + + + + + 2015-04-17 + 2.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-17 + 2.12.0 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-30 + 2.12.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-10 + 2.10.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-21 + 2.8.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-04-07 + 2.8.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-24 + 2.7.91 + V.Bump + PisiLinux Community + admins@pisilinux.org + + + 2012-10-22 + 2.7.2 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/desktop/toolkit/gtk/atk/translations.xml b/desktop/toolkit/gtk/atk/translations.xml new file mode 100644 index 0000000000..1c5014a9a5 --- /dev/null +++ b/desktop/toolkit/gtk/atk/translations.xml @@ -0,0 +1,19 @@ + + + + atk + GTK+ ve GNOME erişilebilirlik kitaplığı + Bu kitaplıklar engelli insanlar için yapılan programlarda kullanılabilecek araçları içerir. + Ces librairies fournissent des outils pour faire des logiciels pour personnes handicapées. + + + + atk-devel + atk için geliştirme dosyaları + + + + atk-32bit + atk için 32-bit paylaşımlı kitaplıklar + +