summaryrefslogtreecommitdiffstats
path: root/gnome
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-11 21:18:13 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-11 21:18:13 +0100
commit8c3523eb17006907f939d1d762c3ae514a0227c3 (patch)
treee25853141d39de14e381c6bb417791dcbc6abe14 /gnome
parent0db497e1c9d84595beafe1baac4188e07bfbb54d (diff)
downloadnutyx-extra-8c3523eb17006907f939d1d762c3ae514a0227c3.tar.gz
nutyx-extra-8c3523eb17006907f939d1d762c3ae514a0227c3.tar.bz2
nutyx-extra-8c3523eb17006907f939d1d762c3ae514a0227c3.tar.xz
nutyx-extra-8c3523eb17006907f939d1d762c3ae514a0227c3.zip
suppression de gail
Diffstat (limited to 'gnome')
-rw-r--r--gnome/gail/.footprint27
-rw-r--r--gnome/gail/.md5sum1
-rw-r--r--gnome/gail/Pkgfile19
3 files changed, 0 insertions, 47 deletions
diff --git a/gnome/gail/.footprint b/gnome/gail/.footprint
deleted file mode 100644
index 554f9e197..000000000
--- a/gnome/gail/.footprint
+++ /dev/null
@@ -1,27 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/gail-1.0/
-drwxr-xr-x root/root usr/include/gail-1.0/gail/
--rw-r--r-- root/root usr/include/gail-1.0/gail/gailwidget.h
-drwxr-xr-x root/root usr/include/gail-1.0/libgail-util/
--rw-r--r-- root/root usr/include/gail-1.0/libgail-util/gail-util.h
--rw-r--r-- root/root usr/include/gail-1.0/libgail-util/gailmisc.h
--rw-r--r-- root/root usr/include/gail-1.0/libgail-util/gailtextutil.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/gtk-2.0/
-drwxr-xr-x root/root usr/lib/gtk-2.0/modules/
--rwxr-xr-x root/root usr/lib/gtk-2.0/modules/libferret.la
--rwxr-xr-x root/root usr/lib/gtk-2.0/modules/libferret.so
--rwxr-xr-x root/root usr/lib/gtk-2.0/modules/libgail.la
--rwxr-xr-x root/root usr/lib/gtk-2.0/modules/libgail.so
--rwxr-xr-x root/root usr/lib/libgailutil.la
-lrwxrwxrwx root/root usr/lib/libgailutil.so -> libgailutil.so.18.0.1
-lrwxrwxrwx root/root usr/lib/libgailutil.so.18 -> libgailutil.so.18.0.1
--rwxr-xr-x root/root usr/lib/libgailutil.so.18.0.1
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/gail.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/gail.mo
diff --git a/gnome/gail/.md5sum b/gnome/gail/.md5sum
deleted file mode 100644
index ebedd97d8..000000000
--- a/gnome/gail/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-1b0d2b3d5f89fb620ce6122e52578b41 gail-1.22.3.tar.bz2
diff --git a/gnome/gail/Pkgfile b/gnome/gail/Pkgfile
deleted file mode 100644
index 864647e95..000000000
--- a/gnome/gail/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Fournit le support d'accès à GTK+ et à la librairie libgnomecanvas
-# URL: http://www.gnome.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libgnomecanvas
-
-name=gail
-version=1.22.3
-release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/1.22/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=$GNOME_PREFIX
- make
- make DESTDIR=$PKG install
- rm -r $PKG/$GNOME_PREFIX/share/gtk-doc
-
-}