libexo: Removed from repository.

This commit is contained in:
Jose V Beneyto 2007-06-22 12:01:00 +02:00
parent 2cfb572fa9
commit ae587771bb
3 changed files with 0 additions and 76 deletions

View File

@ -1,53 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/exo-csource
-rwxr-xr-x root/root usr/bin/exo-desktop-item-edit
-rwxr-xr-x root/root usr/bin/exo-open
-rwxr-xr-x root/root usr/bin/exo-preferred-applications
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/xdg/
drwxr-xr-x root/root usr/etc/xdg/xfce4/
-rw-r--r-- root/root usr/etc/xdg/xfce4/helpers.rc
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/exo-0.3/
drwxr-xr-x root/root usr/include/exo-0.3/exo/
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-binding.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-cell-renderer-ellipsized-text.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-cell-renderer-icon.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-config.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-ellipsized-label.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-enum-types.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-execute.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-gdk-pixbuf-extensions.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-gobject-extensions.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-gtk-extensions.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-icon-bar.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-icon-chooser-dialog.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-icon-view.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-md5.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-pango-extensions.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-string.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-toolbars-editor-dialog.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-toolbars-editor.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-toolbars-model.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-toolbars-view.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-tree-view.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-url.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-utils.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-wrap-table.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-xsession-client.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/exo-compose-mail-0.3
-rwxr-xr-x root/root usr/lib/exo-helper-0.3
-rw-r--r-- root/root usr/lib/libexo-0.3.a
-rwxr-xr-x root/root usr/lib/libexo-0.3.la
lrwxrwxrwx root/root usr/lib/libexo-0.3.so -> libexo-0.3.so.0.3.1
lrwxrwxrwx root/root usr/lib/libexo-0.3.so.0 -> libexo-0.3.so.0.3.1
-rwxr-xr-x root/root usr/lib/libexo-0.3.so.0.3.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/exo-0.3.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/exo-csource.1.gz
-rw-r--r-- root/root usr/man/man1/exo-open.1.gz

View File

@ -1 +0,0 @@
4c74431033c4c222efeccd4cf47ab65f exo-0.3.1.12rc2.tar.bz2

View File

@ -1,22 +0,0 @@
# Description: Extension library for Xfce4
# URL: http://thunar.xfce.org/
# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es
# Packager: Jose V Beneyto, joberui at ei dot upv dot es
# Depends on: gtk,libxfce4util,python,p5-uri
name=libexo
version=0.3.1.12rc2
release=1
source=(http://thunar.xfce.org/download/releases/rc2/exo-0.3.1.12rc2.tar.bz2)
build() {
cd exo-${version}
./configure --prefix=/usr \
--disable-mcs-plugin \
--enable-debug=no \
--libexecdir=/usr/lib \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}