From 4cdef35018dfac22135e277a6006dd14a9231cc8 Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 18 Dec 2009 19:27:44 +0100 Subject: atk, déplacé dans extra MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/atk/.footprint | 44 -------------------------------------------- base/atk/.md5sum | 1 - base/atk/Pkgfile | 21 --------------------- 3 files changed, 66 deletions(-) delete mode 100644 base/atk/.footprint delete mode 100644 base/atk/.md5sum delete mode 100755 base/atk/Pkgfile (limited to 'base') diff --git a/base/atk/.footprint b/base/atk/.footprint deleted file mode 100644 index e2dd4a40f..000000000 --- a/base/atk/.footprint +++ /dev/null @@ -1,44 +0,0 @@ -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 deleted file mode 100644 index 450644dad..000000000 --- a/base/atk/.md5sum +++ /dev/null @@ -1 +0,0 @@ -719229408019c548855673840679f156 atk-1.26.0.tar.bz2 diff --git a/base/atk/Pkgfile b/base/atk/Pkgfile deleted file mode 100755 index c1e750547..000000000 --- a/base/atk/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# 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-54-g00ecf