diff options
author | Juergen Daubert <jue@jue.li> | 2007-01-22 16:46:03 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2007-01-22 16:46:03 +0100 |
commit | 5031f074891a65bfd6ff9685e25827c0465c0ff6 (patch) | |
tree | 37bf8c44eddc1ca80b8f5587d90357789dd87731 /vte | |
parent | caccf19c40fabebc00a207968d3ae2bda8dde52c (diff) | |
download | xfce-5031f074891a65bfd6ff9685e25827c0465c0ff6.tar.gz xfce-5031f074891a65bfd6ff9685e25827c0465c0ff6.tar.xz |
vte: update to 0.15.1
Diffstat (limited to 'vte')
-rw-r--r-- | vte/.footprint | 6 | ||||
-rw-r--r-- | vte/.md5sum | 2 | ||||
-rw-r--r-- | vte/Pkgfile | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/vte/.footprint b/vte/.footprint index 46a37d7..37414d9 100644 --- a/vte/.footprint +++ b/vte/.footprint @@ -9,9 +9,9 @@ drwxr-xr-x root/root usr/include/vte/ -rw-r--r-- root/root usr/include/vte/vteaccess.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libvte.la -lrwxrwxrwx root/root usr/lib/libvte.so -> libvte.so.9.1.6 -lrwxrwxrwx root/root usr/lib/libvte.so.9 -> libvte.so.9.1.6 --rwxr-xr-x root/root usr/lib/libvte.so.9.1.6 +lrwxrwxrwx root/root usr/lib/libvte.so -> libvte.so.9.1.8 +lrwxrwxrwx root/root usr/lib/libvte.so.9 -> libvte.so.9.1.8 +-rwxr-xr-x root/root usr/lib/libvte.so.9.1.8 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/vte.pc drwxr-xr-x root/root usr/lib/vte/ diff --git a/vte/.md5sum b/vte/.md5sum index e7c4fe9..4dd5d39 100644 --- a/vte/.md5sum +++ b/vte/.md5sum @@ -1 +1 @@ -98ea2513b773b44cb7f8d75dc1aa312e vte-0.14.1.tar.bz2 +9f04d80da655ef4bc9eee9d64a75ee0b vte-0.15.1.tar.bz2 diff --git a/vte/Pkgfile b/vte/Pkgfile index 226c5ed..97e09d0 100644 --- a/vte/Pkgfile +++ b/vte/Pkgfile @@ -5,9 +5,9 @@ # Group: xfce4 name=vte -version=0.14.1 +version=0.15.1 release=1 -source=(ftp://ftp.gnome.org/pub/GNOME/sources/vte/0.14/$name-$version.tar.bz2) +source=(ftp://ftp.gnome.org/pub/GNOME/sources/vte/0.15/$name-$version.tar.bz2) build() { cd $name-$version @@ -19,5 +19,5 @@ build() { --with-pangox make make DESTDIR=$PKG install - rm -r $PKG/usr/share/{locale,gtk-doc} + rm -r $PKG/usr/share/locale } |