From 98bcc99e0f85a0ab52a379a20182289963cd1cb2 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 7 Aug 2009 14:55:49 +0200 Subject: ajout de atk#1.26.0-1 --- base/atk/.footprint | 44 ++++++++++++++++++++++++++++++++++++++++++++ base/atk/.md5sum | 1 + base/atk/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 base/atk/.footprint create mode 100644 base/atk/.md5sum create mode 100755 base/atk/Pkgfile (limited to 'base') diff --git a/base/atk/.footprint b/base/atk/.footprint new file mode 100644 index 000000000..e2dd4a40f --- /dev/null +++ b/base/atk/.footprint @@ -0,0 +1,44 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/atk-1.0/ +drwxr-xr-x root/root usr/include/atk-1.0/atk/ +-rw-r--r-- root/root usr/include/atk-1.0/atk/atk-enum-types.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atk.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkaction.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkcomponent.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkdocument.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkeditabletext.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkgobjectaccessible.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkhyperlink.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkhyperlinkimpl.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkhypertext.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkimage.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkmisc.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atknoopobject.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atknoopobjectfactory.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkobject.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkobjectfactory.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkregistry.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkrelation.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkrelationset.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkrelationtype.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkselection.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkstate.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkstateset.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkstreamablecontent.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atktable.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atktext.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkutil.h +-rw-r--r-- root/root usr/include/atk-1.0/atk/atkvalue.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libatk-1.0.la +lrwxrwxrwx root/root usr/lib/libatk-1.0.so -> libatk-1.0.so.0.2609.1 +lrwxrwxrwx root/root usr/lib/libatk-1.0.so.0 -> libatk-1.0.so.0.2609.1 +-rwxr-xr-x root/root usr/lib/libatk-1.0.so.0.2609.1 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/atk.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/atk10.mo diff --git a/base/atk/.md5sum b/base/atk/.md5sum new file mode 100644 index 000000000..450644dad --- /dev/null +++ b/base/atk/.md5sum @@ -0,0 +1 @@ +719229408019c548855673840679f156 atk-1.26.0.tar.bz2 diff --git a/base/atk/Pkgfile b/base/atk/Pkgfile new file mode 100755 index 000000000..c1e750547 --- /dev/null +++ b/base/atk/Pkgfile @@ -0,0 +1,21 @@ +# Description: Librairie fournissant un jeu d'interface pour l'accessibilitée +# URL: http://www.gtk.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: glib + +name=atk +version=1.26.0 +release=1 +source=( http://ftp.gnome.org/pub/gnome/sources/$name/1.26/$name-$version.tar.bz2) + + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/gtk-doc +} -- cgit v1.2.3-70-g09d2