diff options
author | sibel <lesibel@free.fr> | 2011-01-04 22:57:10 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-04 22:57:10 +0100 |
commit | 081a9f35da81e738c79ec74ac8adb5165513ee8d (patch) | |
tree | bfc5e06b99dbb81cc4ae60903af084f847cf9bbd | |
parent | d73a3c4d31c1dde376c0237586ebe51634d9151a (diff) | |
download | nutyx-pakxe-081a9f35da81e738c79ec74ac8adb5165513ee8d.tar.gz nutyx-pakxe-081a9f35da81e738c79ec74ac8adb5165513ee8d.tar.bz2 nutyx-pakxe-081a9f35da81e738c79ec74ac8adb5165513ee8d.tar.xz nutyx-pakxe-081a9f35da81e738c79ec74ac8adb5165513ee8d.zip |
gtk#2.23.3-1, maj footprint
-rw-r--r-- | extra/gtk/.footprint | 8 | ||||
-rwxr-xr-x | extra/gtk/Pkgfile | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/extra/gtk/.footprint b/extra/gtk/.footprint index ecc605c33..e6c3c9df5 100644 --- a/extra/gtk/.footprint +++ b/extra/gtk/.footprint @@ -276,6 +276,10 @@ drwxr-xr-x root/root usr/include/gtk-unix-print-2.0/gtk/ -rw-r--r-- root/root usr/include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h -rw-r--r-- root/root usr/include/gtk-unix-print-2.0/gtk/gtkunixprint.h drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/girepository-1.0/ +-rw-r--r-- root/root usr/lib/girepository-1.0/Gdk-2.0.typelib +-rw-r--r-- root/root usr/lib/girepository-1.0/GdkX11-2.0.typelib +-rw-r--r-- root/root usr/lib/girepository-1.0/Gtk-2.0.typelib drwxr-xr-x root/root usr/lib/gtk-2.0/ drwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/ drwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/ @@ -340,6 +344,10 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/gtk-2.0.m4 +drwxr-xr-x root/root usr/share/gir-1.0/ +-rw-r--r-- root/root usr/share/gir-1.0/Gdk-2.0.gir +-rw-r--r-- root/root usr/share/gir-1.0/GdkX11-2.0.gir +-rw-r--r-- root/root usr/share/gir-1.0/Gtk-2.0.gir drwxr-xr-x root/root usr/share/gtk-2.0/ drwxr-xr-x root/root usr/share/locale/ drwxr-xr-x root/root usr/share/locale/fr/ diff --git a/extra/gtk/Pkgfile b/extra/gtk/Pkgfile index 22d031014..eb77f7c21 100755 --- a/extra/gtk/Pkgfile +++ b/extra/gtk/Pkgfile @@ -10,7 +10,7 @@ release=1 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${version%.*}/gtk+-$version.tar.bz2) build() { -cd gtk+-$version + cd gtk+-$version ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ |