libexo: initial commit (version 0.3.1)

This commit is contained in:
Jose V Beneyto 2007-01-11 01:28:30 +01:00
parent 94e1fbb815
commit 423f8b1c5d
5 changed files with 78 additions and 0 deletions

53
libexo/.footprint Normal file
View File

@ -0,0 +1,53 @@
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

1
libexo/.md5sum Normal file
View File

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

24
libexo/Pkgfile Normal file
View File

@ -0,0 +1,24 @@
# $Id: $
# 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: libxfce4util,python
# D e p e n d s o n: python,libxfcegui4,p5-libwww
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
}

Binary file not shown.

Binary file not shown.