Import gnome-vfs2-2.0.4.1
-- This is the GNOME Virtual File System. GNOME VFS is currently used as one of the foundations of the Nautilus file manager. From marcm for gnome2
This commit is contained in:
parent
b548f0a6a2
commit
cfa0930767
42
x11/gnome/vfs2/Makefile
Normal file
42
x11/gnome/vfs2/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/01/31 19:08:33 todd Exp $
|
||||
|
||||
COMMENT= "GNOME Virtual File System"
|
||||
|
||||
VERSION= 2.0.4.1
|
||||
DISTNAME= gnome-vfs-${VERSION}
|
||||
PKGNAME= gnome-vfs2-${VERSION}
|
||||
CATEGORIES= devel x11/gnome
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
||||
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs/2.0/}
|
||||
|
||||
LIB_DEPENDS= bonobo-2::x11/gnome/libbonobo \
|
||||
bz2::archivers/bzip2 \
|
||||
cdda_paranoia,cdda_interface::audio/cdparanoia \
|
||||
gconf-2::devel/gconf2
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig->=0.8.0:devel/pkgconfig \
|
||||
:gnome-mime-data->=2.0.0:x11/gnome/mime-data
|
||||
RUN_DEPENDS= :gnome-mime-data->=2.0.0:x11/gnome/mime-data
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-vfs2
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-vfs2; \
|
||||
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnome-vfs2/
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/gnome/vfs2/distinfo
Normal file
3
x11/gnome/vfs2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gnome-vfs-2.0.4.1.tar.gz) = 9cc5ebd8e6f45f6bcf4aabce5ef73f17
|
||||
RMD160 (gnome-vfs-2.0.4.1.tar.gz) = a1eebb1b907aac52687f5cc5427cfa5e92c2377a
|
||||
SHA1 (gnome-vfs-2.0.4.1.tar.gz) = ce4207f330eae5883b17490a9fc2f4f162418a81
|
21
x11/gnome/vfs2/patches/patch-configure
Normal file
21
x11/gnome/vfs2/patches/patch-configure
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2003/01/31 19:08:33 todd Exp $
|
||||
--- configure.orig Wed Nov 13 09:10:52 2002
|
||||
+++ configure Wed Nov 27 20:59:46 2002
|
||||
@@ -3888,7 +3888,7 @@ else
|
||||
hardcode_shlibpath_var=no
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
else
|
||||
case "$host_os" in
|
||||
@@ -3898,7 +3898,7 @@ else
|
||||
;;
|
||||
*)
|
||||
archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
;;
|
||||
esac
|
||||
fi
|
94
x11/gnome/vfs2/patches/patch-ltmain_sh
Normal file
94
x11/gnome/vfs2/patches/patch-ltmain_sh
Normal file
@ -0,0 +1,94 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 19:08:33 todd Exp $
|
||||
--- ltmain.sh.orig Wed Nov 13 09:09:29 2002
|
||||
+++ ltmain.sh Thu Dec 12 23:25:21 2002
|
||||
@@ -1082,6 +1082,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
+ -pthread)
|
||||
+ case $host in
|
||||
+ *-*-openbsd*)
|
||||
+ deplibs="$deplibs $arg"
|
||||
+ ;;
|
||||
+ *)
|
||||
+ continue
|
||||
+ ;;
|
||||
+ esac
|
||||
+ ;;
|
||||
+
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1522,6 +1533,19 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -1767,11 +1791,6 @@ compiler."
|
||||
continue
|
||||
fi
|
||||
|
||||
- if test "$installed" = no; then
|
||||
- notinst_deplibs="$notinst_deplibs $lib"
|
||||
- need_relink=yes
|
||||
- fi
|
||||
-
|
||||
if test -n "$old_archive_from_expsyms_cmds"; then
|
||||
# figure out the soname
|
||||
set dummy $library_names
|
||||
@@ -4569,40 +4588,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- done
|
||||
- echo
|
||||
- echo "If you ever happen to want to link against installed libraries"
|
||||
- echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
|
||||
- echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- echo
|
||||
- echo "See any operating system documentation about shared libraries for"
|
||||
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
36
x11/gnome/vfs2/pkg/DEINSTALL
Normal file
36
x11/gnome/vfs2/pkg/DEINSTALL
Normal file
@ -0,0 +1,36 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: DEINSTALL,v 1.1.1.1 2003/01/31 19:08:33 todd Exp $
|
||||
#
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
|
||||
FILES='
|
||||
gnome-vfs-2.0/modules/default-modules.conf
|
||||
gnome-vfs-2.0/modules/cdda-module.conf
|
||||
gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info
|
||||
gnome-vfs-2.0/vfolders/favorites.vfolder-info
|
||||
gnome-vfs-2.0/vfolders/preferences-all-users.vfolder-info
|
||||
gnome-vfs-2.0/vfolders/server-settings.vfolder-info
|
||||
gnome-vfs-2.0/vfolders/start-here.vfolder-info
|
||||
gnome-vfs-2.0/vfolders/system-settings.vfolder-info
|
||||
'
|
||||
|
||||
echo
|
||||
echo "+--------------- $1"
|
||||
echo "| To really remove $1 from your system you should also"
|
||||
echo "| remove the configuration files from the ${SYSCONFDIR} directory."
|
||||
echo "| Remove the directories in which the files reside as well if empty."
|
||||
echo "| If you are planning on installing $1 again in the future"
|
||||
echo "| you can leave it as it is."
|
||||
echo "|"
|
||||
echo "| FYI, the following configuration files belongs to this package:"
|
||||
echo "|"
|
||||
for f in ${FILES}; do
|
||||
echo "| ${SYSCONFDIR}/$f"
|
||||
done
|
||||
echo "+--------------- $1"
|
||||
echo
|
||||
|
||||
exit 0
|
8
x11/gnome/vfs2/pkg/DESCR
Normal file
8
x11/gnome/vfs2/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
This is the GNOME Virtual File System.
|
||||
|
||||
GNOME VFS is currently used as one of the foundations of the Nautilus
|
||||
file manager.
|
||||
|
||||
For more information about the GNOME project, visit:
|
||||
|
||||
WWW: ${HOMEPAGE}
|
107
x11/gnome/vfs2/pkg/INSTALL
Normal file
107
x11/gnome/vfs2/pkg/INSTALL
Normal file
@ -0,0 +1,107 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: INSTALL,v 1.1.1.1 2003/01/31 19:08:33 todd Exp $
|
||||
|
||||
P_NAME=gnome-vfs2
|
||||
|
||||
DIRS='
|
||||
gnome-vfs-2.0/modules
|
||||
gnome-vfs-2.0/vfolders
|
||||
'
|
||||
|
||||
FILES='
|
||||
gnome-vfs-2.0/modules/default-modules.conf
|
||||
gnome-vfs-2.0/modules/cdda-module.conf
|
||||
gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info
|
||||
gnome-vfs-2.0/vfolders/favorites.vfolder-info
|
||||
gnome-vfs-2.0/vfolders/preferences-all-users.vfolder-info
|
||||
gnome-vfs-2.0/vfolders/server-settings.vfolder-info
|
||||
gnome-vfs-2.0/vfolders/start-here.vfolder-info
|
||||
gnome-vfs-2.0/vfolders/system-settings.vfolder-info
|
||||
'
|
||||
|
||||
set -e
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
|
||||
do_post() {
|
||||
|
||||
DEST_PFX=${SYSCONFDIR}
|
||||
SOURCE_PFX=${PREFIX}/share/examples/${P_NAME}
|
||||
|
||||
echo
|
||||
echo "+--------------- ${P_NAME}"
|
||||
|
||||
# install dirs if neccessary
|
||||
for d in ${DIRS}; do
|
||||
if [ ! -d "${DEST_PFX}/$d" ]; then
|
||||
install -d ${DEST_PFX}/$d
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
# install or take note of existing config files
|
||||
for f in ${FILES}; do
|
||||
if [ -f "${DEST_PFX}/$f" ]; then
|
||||
OLD_CONFS="${OLD_CONFS} $f"
|
||||
else
|
||||
if ! install -m 644 ${SOURCE_PFX}/$f ${DEST_PFX}/$f; then
|
||||
echo "| ERROR: The following file could not be installed, exiting: ${DEST_PFX}/$f"
|
||||
exit 1
|
||||
fi
|
||||
NEW_CONFS="${NEW_CONFS} $f"
|
||||
fi
|
||||
done
|
||||
|
||||
# print status report
|
||||
if [ -n "${NEW_CONFS}" ]; then
|
||||
echo "| The following NEW configuration files have been installed:"
|
||||
echo "|"
|
||||
for f in ${NEW_CONFS}; do
|
||||
echo "| ${DEST_PFX}/$f"
|
||||
done
|
||||
fi
|
||||
|
||||
if [ -n "${OLD_CONFS}" ]; then
|
||||
if [ -n "${NEW_CONFS}" ]; then
|
||||
echo "|"
|
||||
fi
|
||||
echo "| The following OLD configuration files were found and have NOT been"
|
||||
echo "| overwritten:"
|
||||
echo "|"
|
||||
for f in ${OLD_CONFS}; do
|
||||
echo "| ${DEST_PFX}/$f"
|
||||
done
|
||||
echo "|"
|
||||
echo "| You should however manually compare them to their equivalents in"
|
||||
echo "|"
|
||||
echo "| ${SOURCE_PFX}"
|
||||
echo "|"
|
||||
echo "| and update your configuration as needed."
|
||||
fi
|
||||
echo "+--------------- ${P_NAME}"
|
||||
echo
|
||||
}
|
||||
|
||||
# verify proper execution
|
||||
#
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Verify/process the command
|
||||
#
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
;;
|
||||
POST-INSTALL)
|
||||
do_post
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
18
x11/gnome/vfs2/pkg/PFRAG.shared
Normal file
18
x11/gnome/vfs2/pkg/PFRAG.shared
Normal file
@ -0,0 +1,18 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/01/31 19:08:33 todd Exp $
|
||||
lib/bonobo/monikers/libmoniker_gnome_vfs_std.so
|
||||
lib/gnome-vfs-2.0/modules/libbzip2.so
|
||||
lib/gnome-vfs-2.0/modules/libcdda.so
|
||||
lib/gnome-vfs-2.0/modules/libextfs.so
|
||||
lib/gnome-vfs-2.0/modules/libfile.so
|
||||
lib/gnome-vfs-2.0/modules/libftp.so
|
||||
lib/gnome-vfs-2.0/modules/libgzip.so
|
||||
lib/gnome-vfs-2.0/modules/libhttp.so
|
||||
lib/gnome-vfs-2.0/modules/libnntp.so
|
||||
lib/gnome-vfs-2.0/modules/libssh.so
|
||||
lib/gnome-vfs-2.0/modules/libtar.so
|
||||
lib/gnome-vfs-2.0/modules/libvfolder-desktop.so
|
||||
lib/gnome-vfs-2.0/modules/libvfs-pipe.so
|
||||
lib/gnome-vfs-2.0/modules/libvfs-test.so
|
||||
lib/gnome-vfs-2.0/modules/libvfs-translate.so
|
||||
lib/libgnomevfs-2.so.0.0
|
||||
DYNLIBDIR(%D/lib)
|
259
x11/gnome/vfs2/pkg/PLIST
Normal file
259
x11/gnome/vfs2/pkg/PLIST
Normal file
@ -0,0 +1,259 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/01/31 19:08:33 todd Exp $
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-context.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-directory.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-find-directory.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-handle.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-init.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-job-limit.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-handlers.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-monitor.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-utils.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-module-callback.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-monitor.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ops.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-result.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-standard-callbacks.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-types.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-uri.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-utils.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h
|
||||
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-iobuf.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-magic.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-sniff-buffer.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-parse-ls.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket-buffer.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h
|
||||
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-transform.h
|
||||
lib/bonobo/monikers/libmoniker_gnome_vfs_std.a
|
||||
lib/bonobo/monikers/libmoniker_gnome_vfs_std.la
|
||||
lib/bonobo/servers/GNOME_VFS_Moniker_std.server
|
||||
lib/gnome-vfs-2.0/include/gnome-vfs-file-size.h
|
||||
lib/gnome-vfs-2.0/modules/libbzip2.a
|
||||
lib/gnome-vfs-2.0/modules/libbzip2.la
|
||||
lib/gnome-vfs-2.0/modules/libcdda.a
|
||||
lib/gnome-vfs-2.0/modules/libcdda.la
|
||||
lib/gnome-vfs-2.0/modules/libextfs.a
|
||||
lib/gnome-vfs-2.0/modules/libextfs.la
|
||||
lib/gnome-vfs-2.0/modules/libfile.a
|
||||
lib/gnome-vfs-2.0/modules/libfile.la
|
||||
lib/gnome-vfs-2.0/modules/libftp.a
|
||||
lib/gnome-vfs-2.0/modules/libftp.la
|
||||
lib/gnome-vfs-2.0/modules/libgzip.a
|
||||
lib/gnome-vfs-2.0/modules/libgzip.la
|
||||
lib/gnome-vfs-2.0/modules/libhttp.a
|
||||
lib/gnome-vfs-2.0/modules/libhttp.la
|
||||
lib/gnome-vfs-2.0/modules/libnntp.a
|
||||
lib/gnome-vfs-2.0/modules/libnntp.la
|
||||
lib/gnome-vfs-2.0/modules/libssh.a
|
||||
lib/gnome-vfs-2.0/modules/libssh.la
|
||||
lib/gnome-vfs-2.0/modules/libtar.a
|
||||
lib/gnome-vfs-2.0/modules/libtar.la
|
||||
lib/gnome-vfs-2.0/modules/libvfolder-desktop.a
|
||||
lib/gnome-vfs-2.0/modules/libvfolder-desktop.la
|
||||
lib/gnome-vfs-2.0/modules/libvfs-pipe.a
|
||||
lib/gnome-vfs-2.0/modules/libvfs-pipe.la
|
||||
lib/gnome-vfs-2.0/modules/libvfs-test.a
|
||||
lib/gnome-vfs-2.0/modules/libvfs-test.la
|
||||
lib/gnome-vfs-2.0/modules/libvfs-translate.a
|
||||
lib/gnome-vfs-2.0/modules/libvfs-translate.la
|
||||
lib/libgnomevfs-2.a
|
||||
lib/libgnomevfs-2.la
|
||||
lib/pkgconfig/gnome-vfs-2.0.pc
|
||||
lib/pkgconfig/gnome-vfs-module-2.0.pc
|
||||
lib/vfs/2.0/extfs/README
|
||||
lib/vfs/2.0/extfs/a
|
||||
lib/vfs/2.0/extfs/ar
|
||||
lib/vfs/2.0/extfs/arj
|
||||
lib/vfs/2.0/extfs/cpio
|
||||
lib/vfs/2.0/extfs/deb
|
||||
lib/vfs/2.0/extfs/hp48
|
||||
lib/vfs/2.0/extfs/lha
|
||||
lib/vfs/2.0/extfs/mailfs
|
||||
lib/vfs/2.0/extfs/patchfs
|
||||
lib/vfs/2.0/extfs/rar
|
||||
lib/vfs/2.0/extfs/rpm
|
||||
lib/vfs/2.0/extfs/rpms
|
||||
lib/vfs/2.0/extfs/tar
|
||||
lib/vfs/2.0/extfs/trpm
|
||||
lib/vfs/2.0/extfs/zip
|
||||
lib/vfs/2.0/extfs/zoo
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/modules/cdda-module.conf
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/modules/default-modules.conf
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/vfolders/favorites.vfolder-info
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/vfolders/preferences-all-users.vfolder-info
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/vfolders/server-settings.vfolder-info
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/vfolders/start-here.vfolder-info
|
||||
share/examples/gnome-vfs2/gnome-vfs-2.0/vfolders/system-settings.vfolder-info
|
||||
share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/no/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ro/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ru/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/sq/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/schemas/gnome-vfs2/system_http_proxy.schemas
|
||||
%%SHARED%%
|
||||
@dirrm share/schemas/gnome-vfs2
|
||||
@comment @dirrm share/locale/zh_TW/LC_MESSAGES
|
||||
@comment @dirrm share/locale/zh_TW
|
||||
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
|
||||
@comment @dirrm share/locale/zh_CN
|
||||
@comment @dirrm share/locale/wa/LC_MESSAGES
|
||||
@comment @dirrm share/locale/wa
|
||||
@comment @dirrm share/locale/vi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/vi
|
||||
@comment @dirrm share/locale/uk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/uk
|
||||
@comment @dirrm share/locale/tr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/tr
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sq/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sq
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sl
|
||||
@comment @dirrm share/locale/sk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sk
|
||||
@comment @dirrm share/locale/ru/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ru
|
||||
@comment @dirrm share/locale/ro/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ro
|
||||
@comment @dirrm share/locale/pt_BR/LC_MESSAGES
|
||||
@comment @dirrm share/locale/pt_BR
|
||||
@comment @dirrm share/locale/pt/LC_MESSAGES
|
||||
@comment @dirrm share/locale/pt
|
||||
@comment @dirrm share/locale/pl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/pl
|
||||
@comment @dirrm share/locale/no/LC_MESSAGES
|
||||
@comment @dirrm share/locale/no
|
||||
@comment @dirrm share/locale/nn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/nn
|
||||
@comment @dirrm share/locale/nl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/nl
|
||||
@comment @dirrm share/locale/ms/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/lv
|
||||
@comment @dirrm share/locale/lt/LC_MESSAGES
|
||||
@comment @dirrm share/locale/lt
|
||||
@comment @dirrm share/locale/ko/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ko
|
||||
@comment @dirrm share/locale/ja/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ja
|
||||
@comment @dirrm share/locale/it/LC_MESSAGES
|
||||
@comment @dirrm share/locale/it
|
||||
@comment @dirrm share/locale/hu/LC_MESSAGES
|
||||
@comment @dirrm share/locale/hu
|
||||
@comment @dirrm share/locale/hi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/hi
|
||||
@comment @dirrm share/locale/gl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/gl
|
||||
@comment @dirrm share/locale/ga/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ga
|
||||
@comment @dirrm share/locale/fr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/fr
|
||||
@comment @dirrm share/locale/fi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/fi
|
||||
@comment @dirrm share/locale/eu/LC_MESSAGES
|
||||
@comment @dirrm share/locale/eu
|
||||
@comment @dirrm share/locale/et/LC_MESSAGES
|
||||
@comment @dirrm share/locale/et
|
||||
@comment @dirrm share/locale/es/LC_MESSAGES
|
||||
@comment @dirrm share/locale/es
|
||||
@comment @dirrm share/locale/el/LC_MESSAGES
|
||||
@comment @dirrm share/locale/el
|
||||
@comment @dirrm share/locale/de/LC_MESSAGES
|
||||
@comment @dirrm share/locale/de
|
||||
@comment @dirrm share/locale/da/LC_MESSAGES
|
||||
@comment @dirrm share/locale/da
|
||||
@comment @dirrm share/locale/cs/LC_MESSAGES
|
||||
@comment @dirrm share/locale/cs
|
||||
@comment @dirrm share/locale/ca/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ca
|
||||
@comment @dirrm share/locale/bg/LC_MESSAGES
|
||||
@comment @dirrm share/locale/bg
|
||||
@comment @dirrm share/locale/be/LC_MESSAGES
|
||||
@comment @dirrm share/locale/be
|
||||
@comment @dirrm share/locale/az/LC_MESSAGES
|
||||
@comment @dirrm share/locale/az
|
||||
@comment @dirrm share/locale/ar/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ar
|
||||
@comment @dirrm share/locale/am/LC_MESSAGES
|
||||
@comment @dirrm share/locale/am
|
||||
@comment @dirrm share/locale
|
||||
@comment @exec mkdir -p %D/share/gtk-doc/html/gnome-vfs-2.0
|
||||
@comment @dirrm share/gtk-doc/html/gnome-vfs-2.0
|
||||
@comment @dirrm share/gtk-doc/html
|
||||
@comment @dirrm share/gtk-doc
|
||||
@dirrm share/examples/gnome-vfs2/gnome-vfs-2.0/vfolders
|
||||
@dirrm share/examples/gnome-vfs2/gnome-vfs-2.0/modules
|
||||
@dirrm share/examples/gnome-vfs2/gnome-vfs-2.0
|
||||
@dirrm share/examples/gnome-vfs2
|
||||
@dirrm lib/vfs/2.0/extfs
|
||||
@dirrm lib/vfs/2.0
|
||||
@comment (gnome1 conflict) @dirrm lib/vfs
|
||||
@comment @dirrm lib/pkgconfig
|
||||
@dirrm lib/gnome-vfs-2.0/modules
|
||||
@dirrm lib/gnome-vfs-2.0/include
|
||||
@dirrm lib/gnome-vfs-2.0
|
||||
@comment @dirrm lib/bonobo/monikers
|
||||
@comment @dirrm lib/bonobo
|
||||
@dirrm include/gnome-vfs-module-2.0/libgnomevfs
|
||||
@dirrm include/gnome-vfs-module-2.0
|
||||
@dirrm include/gnome-vfs-2.0/libgnomevfs
|
||||
@dirrm include/gnome-vfs-2.0
|
||||
@comment @exec mkdir -p %D/doc
|
||||
@comment @dirrm doc
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gnome-vfs2/*.schemas > /dev/null
|
Loading…
Reference in New Issue
Block a user