Import nautilus-2.0.8
-- Nautilus is the official file manager for the GNOME desktop. It is designed to be primarly a file manager, but there are support for web and file viewing too. For more information about nautilus, visit: WWW: http://www.gnome.org/projects/nautilus/ From marcm for gnome2
This commit is contained in:
parent
cf81504d05
commit
a9d7bbb4b3
45
x11/gnome/nautilus/Makefile
Normal file
45
x11/gnome/nautilus/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/01/31 19:03:46 todd Exp $
|
||||
|
||||
COMMENT= "GNOME shell and file manager"
|
||||
|
||||
DISTNAME= nautilus-2.0.8
|
||||
CATEGORIES= x11 x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/projects/nautilus/
|
||||
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus/2.0/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= gettext
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig \
|
||||
:ORBit2-*:devel/ORBit2
|
||||
LIB_DEPENDS= eel-2.2::x11/gnome/eel \
|
||||
gailutil.17::x11/gnome/gail \
|
||||
gnome-desktop-2.0::x11/gnome/desktop \
|
||||
rsvg-2.2::x11/gnome/librsvg
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/nautilus
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DWEB_NAVIGATION_ENABLED" \
|
||||
LDFLAGS="-L${WRKBUILD}/libnautilus/.libs \
|
||||
-L${WRKBUILD}/libnautilus-adapter/.libs \
|
||||
-L${WRKBUILD}/libnautilus-private/.libs \
|
||||
-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nautilus; \
|
||||
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/nautilus/
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/gnome/nautilus/distinfo
Normal file
3
x11/gnome/nautilus/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (nautilus-2.0.8.tar.bz2) = 761bed97624070aa29cca64fd56842b1
|
||||
RMD160 (nautilus-2.0.8.tar.bz2) = 4ff8164b518c5dd1b3add4efa4900e4aea6fc9e0
|
||||
SHA1 (nautilus-2.0.8.tar.bz2) = a1105e7a3f8ce264f44b84bfe89ab51a707c5ac6
|
6
x11/gnome/nautilus/patches/patch-add-include-prefix
Normal file
6
x11/gnome/nautilus/patches/patch-add-include-prefix
Normal file
@ -0,0 +1,6 @@
|
||||
$OpenBSD: patch-add-include-prefix,v 1.1.1.1 2003/01/31 19:03:46 todd Exp $
|
||||
--- add-include-prefix.orig Thu Aug 15 17:49:04 2002
|
||||
+++ add-include-prefix Thu Aug 15 17:51:13 2002
|
||||
@@ -1 +1 @@
|
||||
-sed -e 's/^/ /' -e 's/ \+$//' -e 's/ \+/ -I /g' -e 's/^ \+//'
|
||||
+sed -e 's/^/ /' -e 's/ / -I /g'
|
34
x11/gnome/nautilus/patches/patch-configure
Normal file
34
x11/gnome/nautilus/patches/patch-configure
Normal file
@ -0,0 +1,34 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2003/01/31 19:03:46 todd Exp $
|
||||
--- configure.orig Mon Nov 18 14:57:23 2002
|
||||
+++ configure Thu Nov 28 16:59:26 2002
|
||||
@@ -6367,8 +6367,8 @@ else
|
||||
hardcode_direct=yes
|
||||
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 $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
else
|
||||
case "$host_os" in
|
||||
@@ -6377,8 +6377,8 @@ else
|
||||
hardcode_libdir_flag_spec='-R$libdir'
|
||||
;;
|
||||
*)
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
@@ -6894,6 +6894,8 @@ openbsd*)
|
||||
version_type=sunos
|
||||
need_lib_prefix=no
|
||||
need_version=no
|
||||
+ sys_lib_search_path_spec="/usr/lib"
|
||||
+ sys_lib_dlsearch_path_spec="/usr/lib /usr/local/lib"
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
case "$host_os" in
|
||||
openbsd2.[89] | openbsd2.[89].*)
|
61
x11/gnome/nautilus/patches/patch-data_static_bookmarks_xml
Normal file
61
x11/gnome/nautilus/patches/patch-data_static_bookmarks_xml
Normal file
@ -0,0 +1,61 @@
|
||||
$OpenBSD: patch-data_static_bookmarks_xml,v 1.1.1.1 2003/01/31 19:03:46 todd Exp $
|
||||
--- data/static_bookmarks.xml.orig Wed Aug 22 03:51:36 2001
|
||||
+++ data/static_bookmarks.xml Sat Aug 17 23:58:39 2002
|
||||
@@ -1,12 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<bookmarks>
|
||||
+ <folder _name="OpenBSD">
|
||||
+ <bookmark _name="OpenBSD" icon_name="i-web" uri="http://www.openbsd.org/"/>
|
||||
+ <bookmark _name="OpenBSD Errata" icon_name="i-web" uri="http://www.openbsd.org/errata.html"/>
|
||||
+ <bookmark _name="OpenBSD FAQ" icon_name="i-web" uri="http://www.openbsd.org/faq/"/>
|
||||
+ <bookmark _name="OpenBSD Mailing Lists" icon_name="i-web" uri="http://www.openbsd.org/mail.html"/>
|
||||
+ </folder>
|
||||
<folder _name="Software">
|
||||
<bookmark _name="Allaire" icon_name="i-web" uri="http://www.allaire.com/Products/index.cfm"/>
|
||||
<bookmark _name="Borland" icon_name="i-web" uri="http://www.borland.com/kylix/"/>
|
||||
- <bookmark _name="MandrakeSoft" icon_name="i-web" uri="http://mandrakesoft.com/"/>
|
||||
<bookmark _name="Netraverse" icon_name="i-web" uri="http://www.netraverse.com"/>
|
||||
- <bookmark _name="Red Hat" icon_name="i-web" uri="http://www.redhat.com"/>
|
||||
- <bookmark _name="SuSE" icon_name="i-web" uri="http://www.suse.com"/>
|
||||
<bookmark _name="Sun StarOffice" icon_name="i-web" uri="http://www.sun.com/products/staroffice/"/>
|
||||
<bookmark _name="Ximian" icon_name="i-web" uri="http://www.ximian.com"/>
|
||||
<bookmark _name="Zero-Knowledge" icon_name="i-web" uri="http://www.zeroknowledge.com"/>
|
||||
@@ -20,35 +23,22 @@
|
||||
</folder>
|
||||
<folder _name="News and Media">
|
||||
<bookmark _name="Binary Freedom" icon_name="i-web" uri="http://www.binaryfreedom.com/"/>
|
||||
- <bookmark _name="CNET Linux Center" icon_name="i-web" uri="http://linux.cnet.com/linux/0-1518529-7-3378110.html"/>
|
||||
- <bookmark _name="LinuxOrbit.com" icon_name="i-web" uri="http://www.linuxorbit.com"/>
|
||||
<bookmark _name="Linux Weekly News" icon_name="i-web" uri="http://www.lwn.net"/>
|
||||
<bookmark _name="O'Reilly" icon_name="i-web" uri="http://www.oreillynet.com"/>
|
||||
+ <bookmark _name="OpenBSD Journal" icon_name="i-web" uri="http://www.deadly.org/"/>
|
||||
<bookmark _name="OSDN" icon_name="i-web" uri="http://www.osdn.com"/>
|
||||
- <bookmark _name="ZDNet Linux Resource Center" icon_name="i-web" uri="http://linux.zdnet.com"/>
|
||||
+ <bookmark _name="Slashdot" icon_name="i-web" uri="http://slashdot.org/"/>
|
||||
</folder>
|
||||
<folder _name="Web Services">
|
||||
<bookmark _name="CollabNet" icon_name="i-web" uri="http://www.collab.net/community/"/>
|
||||
<bookmark _name="Covalent" icon_name="i-web" uri="http://www.covalent.com"/>
|
||||
<bookmark _name="Rackspace" icon_name="i-web" uri="http://www.rackspace.com"/>
|
||||
- <bookmark _name="Red Hat Network" icon_name="i-web" uri="http://www.redhat.com/network/"/>
|
||||
<bookmark _name="SourceForge" icon_name="i-web" uri="http://www.sourceforge.net"/>
|
||||
</folder>
|
||||
- <folder _name="International">
|
||||
- <bookmark _name="Conectiva" icon_name="i-web" uri="http://en.conectiva.com/"/>
|
||||
- <bookmark _name="Linux One" icon_name="i-web" uri="http://www.linuxone.co.kr/english2/eng/main.htm"/>
|
||||
- <bookmark _name="Open Source Asia" icon_name="i-web" uri="http://www.opensourceasia.com"/>
|
||||
- <bookmark _name="RedFlag Linux" icon_name="i-web" uri="http://www.redflag-linux.com/english/index.html"/>
|
||||
- <bookmark _name="Sun Wah Linux" icon_name="i-web" uri="http://www.sw-linux.com/nonflash_front.htm"/>
|
||||
- </folder>
|
||||
- <folder _name="Linux Resources">
|
||||
- <bookmark _name="Debian.org" icon_name="i-web" uri="http://www.debian.org"/>
|
||||
+ <folder _name="OpenSource Resources">
|
||||
<bookmark _name="Freshmeat.net" icon_name="i-web" uri="http://www.freshmeat.net"/>
|
||||
<bookmark _name="GNOME.org" icon_name="i-web" uri="http://www.gnome.org"/>
|
||||
<bookmark _name="GNU.org" icon_name="i-web" uri="http://www.gnu.org"/>
|
||||
- <bookmark _name="Linux Online" icon_name="i-web" uri="http://www.linux.org"/>
|
||||
- <bookmark _name="Linux Documentation Project" icon_name="i-web" uri="http://www.linuxdoc.org"/>
|
||||
- <bookmark _name="LinuxNewbie.org" icon_name="i-web" uri="http://www.linuxnewbie.org"/>
|
||||
<bookmark _name="OpenOffice" icon_name="i-web" uri="http://www.openoffice.org"/>
|
||||
</folder>
|
||||
</bookmarks>
|
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-libnautilus-private_nautilus-thumbnails_c,v 1.1.1.1 2003/01/31 19:03:46 todd Exp $
|
||||
--- libnautilus-private/nautilus-thumbnails.c.orig Wed Aug 21 20:27:51 2002
|
||||
+++ libnautilus-private/nautilus-thumbnails.c Wed Aug 21 20:28:31 2002
|
||||
@@ -309,6 +309,7 @@ thumbnail_thread_starter_cb (gpointer da
|
||||
pthread_attr_init (&thread_attributes);
|
||||
pthread_attr_setdetachstate (&thread_attributes,
|
||||
PTHREAD_CREATE_DETACHED);
|
||||
+ pthread_attr_setstacksize (&thread_attributes, 128*1024);
|
||||
#ifdef DEBUG_THUMBNAILS
|
||||
g_message ("(Main Thread) Creating thumbnails thread\n");
|
||||
#endif
|
@ -0,0 +1,151 @@
|
||||
$OpenBSD: patch-libnautilus-private_nautilus-volume-monitor_c,v 1.1.1.1 2003/01/31 19:03:46 todd Exp $
|
||||
--- libnautilus-private/nautilus-volume-monitor.c.orig Thu Aug 29 03:56:02 2002
|
||||
+++ libnautilus-private/nautilus-volume-monitor.c Tue Sep 24 15:35:52 2002
|
||||
@@ -73,6 +73,9 @@
|
||||
#include <sys/mnttab.h>
|
||||
#define MOUNT_TABLE_PATH "/etc/mnttab"
|
||||
#else
|
||||
+#if defined (HAVE_GETMNTINFO)
|
||||
+#define BSD_MNT 1
|
||||
+#endif
|
||||
/* FIXME: How does this help anything? */
|
||||
#define MOUNT_TABLE_PATH ""
|
||||
#endif
|
||||
@@ -507,7 +510,17 @@ has_removable_mntent_options (MountTable
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
-
|
||||
+
|
||||
+#ifdef BSD_MNT
|
||||
+ struct fstab *fs;
|
||||
+ if (fs = getfsfile (ent->f_mntonname)) {
|
||||
+ if (strstr (fs->fs_mntops, "noauto")) {
|
||||
+ return TRUE;
|
||||
+ }
|
||||
+ } else if (ent->f_owner == getuid()) {
|
||||
+ return TRUE;
|
||||
+ }
|
||||
+#endif
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
@@ -519,6 +532,7 @@ has_removable_mntent_options (MountTable
|
||||
* Caller needs to free these as well as the list.
|
||||
*/
|
||||
|
||||
+#if !defined(BSD_MNT)
|
||||
static GList *
|
||||
get_removable_volumes (NautilusVolumeMonitor *monitor)
|
||||
{
|
||||
@@ -602,6 +616,40 @@ get_removable_volumes (NautilusVolumeMon
|
||||
return g_list_sort (g_list_reverse (volumes), (GCompareFunc) floppy_sort);
|
||||
}
|
||||
|
||||
+#else /* BSD_MNT */
|
||||
+
|
||||
+static GList *
|
||||
+get_removable_volumes (NautilusVolumeMonitor *monitor)
|
||||
+{
|
||||
+ struct fstab *fsent;
|
||||
+ GList *volumes = NULL;
|
||||
+ MountTableEntry *ent = NULL;
|
||||
+ NautilusVolume *volume = NULL;
|
||||
+
|
||||
+ setfsent();
|
||||
+ while ((fsent = getfsent ()) != NULL) {
|
||||
+ if (strstr (fsent->fs_mntops, "noauto")) {
|
||||
+ volume = create_volume (fsent->fs_spec, fsent->fs_file);
|
||||
+ volume->is_removable = TRUE;
|
||||
+ volumes = finish_creating_volume_and_prepend
|
||||
+ (monitor, volume, fsent->fs_vfstype, volumes);
|
||||
+ }
|
||||
+ }
|
||||
+ endfsent();
|
||||
+
|
||||
+#ifdef HAVE_CDDA
|
||||
+ volume = create_volume (CD_AUDIO_PATH, CD_AUDIO_PATH);
|
||||
+ volumes = finish_creating_volume_and_prepend (monitor, volume, "cdda", volumes);
|
||||
+#endif
|
||||
+
|
||||
+ load_additional_mount_list_info (volumes);
|
||||
+
|
||||
+ /* Move all floppy mounts to top of list */
|
||||
+ return g_list_sort (g_list_reverse (volumes), (GCompareFunc) floppy_sort);
|
||||
+}
|
||||
+
|
||||
+#endif
|
||||
+
|
||||
static gboolean
|
||||
entry_is_supermounted_volume (const MountTableEntry *ent, const NautilusVolume *volume)
|
||||
{
|
||||
@@ -619,7 +667,7 @@ entry_is_supermounted_volume (const Moun
|
||||
return result;
|
||||
}
|
||||
|
||||
-#ifndef SOLARIS_MNT
|
||||
+#if !defined(SOLARIS_MNT) && !defined(BSD_MNT)
|
||||
|
||||
static gboolean
|
||||
volume_is_removable (const NautilusVolume *volume)
|
||||
@@ -992,7 +1040,35 @@ get_mount_list (NautilusVolumeMonitor *m
|
||||
return volumes;
|
||||
}
|
||||
|
||||
-#else /* !SOLARIS_MNT */
|
||||
+#elif defined (BSD_MNT) /* !SOLARIS_MNT */
|
||||
+
|
||||
+static GList *
|
||||
+get_mount_list (NautilusVolumeMonitor *monitor)
|
||||
+{
|
||||
+ struct statfs *mntbufp, *mnt;
|
||||
+ int cnt, i;
|
||||
+ GList *volumes;
|
||||
+ NautilusVolume *volume;
|
||||
+
|
||||
+ volumes = NULL;
|
||||
+
|
||||
+ if ((cnt = getmntinfo(&mntbufp, MNT_WAIT)) == 0) {
|
||||
+ g_warning ("getmntinfo failed: %s", g_strerror (errno));
|
||||
+ return NULL;
|
||||
+ }
|
||||
+
|
||||
+ for (i = 0; i < cnt; ++i) {
|
||||
+ mnt = (mntbufp + i);
|
||||
+ volume = create_volume (mnt->f_mntfromname, mnt->f_mntonname);
|
||||
+ volume->is_removable = has_removable_mntent_options (mnt);
|
||||
+ volumes = finish_creating_volume_and_prepend
|
||||
+ (monitor, volume, mnt->f_fstypename, volumes);
|
||||
+ }
|
||||
+
|
||||
+ return volumes;
|
||||
+}
|
||||
+
|
||||
+#else /* !BSD_MNT */
|
||||
|
||||
static gboolean
|
||||
option_list_has_option (const char *optlist,
|
||||
@@ -1768,7 +1844,7 @@ load_additional_mount_list_info (GList *
|
||||
for (node = volume_list; node != NULL; node = node->next) {
|
||||
volume = node->data;
|
||||
|
||||
-#ifndef SOLARIS_MNT
|
||||
+#if !defined(SOLARIS_MNT) && !defined(BSD_MNT)
|
||||
/* These are set up by get_current_mount_list for Solaris. */
|
||||
volume->is_removable = volume_is_removable (volume);
|
||||
#endif
|
||||
@@ -1797,8 +1873,13 @@ finish_creating_volume (NautilusVolumeMo
|
||||
ok = mount_volume_auto_add (volume);
|
||||
} else if (strcmp (file_system_type_name, "cdda") == 0) {
|
||||
ok = mount_volume_cdda_add (volume);
|
||||
- } else if (strcmp (file_system_type_name, "iso9660") == 0) {
|
||||
+ } else if ((strcmp (file_system_type_name, "iso9660") == 0)
|
||||
+ || (strcmp (file_system_type_name, "cd9660") == 0)) {
|
||||
ok = mount_volume_iso9660_add (volume);
|
||||
+ } else if (eel_str_has_prefix (volume->device_path, floppy_device_path_prefix)) {
|
||||
+ volume->device_type = NAUTILUS_DEVICE_FLOPPY_DRIVE;
|
||||
+ volume->is_removable = TRUE;
|
||||
+ return TRUE;
|
||||
} else if (strcmp (file_system_type_name, "nfs") == 0) {
|
||||
ok = mount_volume_nfs_add (volume);
|
||||
volume->is_removable = FALSE;
|
84
x11/gnome/nautilus/patches/patch-ltmain_sh
Normal file
84
x11/gnome/nautilus/patches/patch-ltmain_sh
Normal file
@ -0,0 +1,84 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 19:03:46 todd Exp $
|
||||
--- ltmain.sh.orig Fri Sep 13 17:21:28 2002
|
||||
+++ ltmain.sh Tue Sep 24 15:35:52 2002
|
||||
@@ -1060,6 +1060,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
+ -pthread)
|
||||
+ case $host in
|
||||
+ *-*-openbsd*)
|
||||
+ deplibs="$deplibs $arg"
|
||||
+ ;;
|
||||
+ *)
|
||||
+ continue
|
||||
+ ;;
|
||||
+ esac
|
||||
+ ;;
|
||||
+
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1496,6 +1507,9 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -1737,11 +1751,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
|
||||
@@ -4450,40 +4459,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/nautilus/pkg/DEINSTALL
Normal file
36
x11/gnome/nautilus/pkg/DEINSTALL
Normal file
@ -0,0 +1,36 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: DEINSTALL,v 1.1.1.1 2003/01/31 19:03:46 todd Exp $
|
||||
#
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
|
||||
FILES='
|
||||
X11/serverconfig/.directory
|
||||
X11/starthere/.directory
|
||||
X11/starthere/applications.desktop
|
||||
X11/starthere/preferences.desktop
|
||||
X11/starthere/serverconfig.desktop
|
||||
X11/starthere/sysconfig.desktop
|
||||
X11/sysconfig/.directory
|
||||
'
|
||||
|
||||
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 "|"
|
||||
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 belong to this package:"
|
||||
echo "|"
|
||||
for f in ${FILES}; do
|
||||
echo "| ${SYSCONFDIR}/$f"
|
||||
done
|
||||
echo "+--------------- $1"
|
||||
echo
|
||||
|
||||
exit 0
|
7
x11/gnome/nautilus/pkg/DESCR
Normal file
7
x11/gnome/nautilus/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
Nautilus is the official file manager for the GNOME desktop.
|
||||
It is designed to be primarly a file manager, but there are
|
||||
support for web and file viewing too.
|
||||
|
||||
For more information about nautilus, visit:
|
||||
|
||||
WWW: ${HOMEPAGE}
|
107
x11/gnome/nautilus/pkg/INSTALL
Normal file
107
x11/gnome/nautilus/pkg/INSTALL
Normal file
@ -0,0 +1,107 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: INSTALL,v 1.1.1.1 2003/01/31 19:03:46 todd Exp $
|
||||
|
||||
P_NAME=nautilus
|
||||
|
||||
DIRS='
|
||||
X11/serverconfig
|
||||
X11/starthere
|
||||
X11/sysconfig
|
||||
'
|
||||
|
||||
FILES='
|
||||
X11/serverconfig/.directory
|
||||
X11/starthere/.directory
|
||||
X11/starthere/applications.desktop
|
||||
X11/starthere/preferences.desktop
|
||||
X11/starthere/serverconfig.desktop
|
||||
X11/starthere/sysconfig.desktop
|
||||
X11/sysconfig/.directory
|
||||
'
|
||||
|
||||
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
|
8
x11/gnome/nautilus/pkg/PFRAG.shared
Normal file
8
x11/gnome/nautilus/pkg/PFRAG.shared
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/01/31 19:03:46 todd Exp $
|
||||
lib/libnautilus-adapter.so.2.0
|
||||
lib/libnautilus-private.so.2.0
|
||||
lib/libnautilus.so.2.0
|
||||
lib/bonobo/libnautilus-history-view.so
|
||||
lib/bonobo/libnautilus-notes-view.so
|
||||
lib/bonobo/libnautilus-tree-view.so
|
||||
DYNLIBDIR(%D/lib)
|
693
x11/gnome/nautilus/pkg/PLIST
Normal file
693
x11/gnome/nautilus/pkg/PLIST
Normal file
@ -0,0 +1,693 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/01/31 19:03:47 todd Exp $
|
||||
bin/nautilus
|
||||
include/libnautilus/libnautilus.h
|
||||
include/libnautilus/nautilus-bonobo-ui.h
|
||||
include/libnautilus/nautilus-clipboard.h
|
||||
include/libnautilus/nautilus-distributed-undo.h
|
||||
include/libnautilus/nautilus-idle-queue.h
|
||||
include/libnautilus/nautilus-undo-private.h
|
||||
include/libnautilus/nautilus-undo.h
|
||||
include/libnautilus/nautilus-view-component.h
|
||||
include/libnautilus/nautilus-view-standard-main.h
|
||||
include/libnautilus/nautilus-view.h
|
||||
lib/bonobo/libnautilus-history-view.la
|
||||
lib/bonobo/libnautilus-notes-view.la
|
||||
lib/bonobo/libnautilus-tree-view.la
|
||||
lib/bonobo/servers/Nautilus_ComponentAdapterFactory_std.server
|
||||
lib/bonobo/servers/Nautilus_Control_throbber.server
|
||||
lib/bonobo/servers/Nautilus_View_content-loser.server
|
||||
lib/bonobo/servers/Nautilus_View_history.server
|
||||
lib/bonobo/servers/Nautilus_View_music.server
|
||||
lib/bonobo/servers/Nautilus_View_notes.server
|
||||
lib/bonobo/servers/Nautilus_View_sample.server
|
||||
lib/bonobo/servers/Nautilus_View_sidebar-loser.server
|
||||
lib/bonobo/servers/Nautilus_View_text.server
|
||||
lib/bonobo/servers/Nautilus_View_tree.server
|
||||
lib/bonobo/servers/Nautilus_shell.server
|
||||
lib/libnautilus-adapter.la
|
||||
lib/libnautilus-private.la
|
||||
lib/libnautilus.la
|
||||
lib/pkgconfig/libnautilus.pc
|
||||
libexec/nautilus-adapter
|
||||
libexec/nautilus-content-loser
|
||||
libexec/nautilus-music-view
|
||||
libexec/nautilus-sample-content-view
|
||||
libexec/nautilus-sidebar-loser
|
||||
libexec/nautilus-text-view
|
||||
libexec/nautilus-throbber
|
||||
share/applications/nautilus.desktop
|
||||
share/examples/nautilus/X11/serverconfig/.directory
|
||||
share/examples/nautilus/X11/starthere/.directory
|
||||
share/examples/nautilus/X11/starthere/applications.desktop
|
||||
share/examples/nautilus/X11/starthere/preferences.desktop
|
||||
share/examples/nautilus/X11/starthere/serverconfig.desktop
|
||||
share/examples/nautilus/X11/starthere/sysconfig.desktop
|
||||
share/examples/nautilus/X11/sysconfig/.directory
|
||||
share/gnome-2.0/ui/nautilus-clipboard-ui.xml
|
||||
share/gnome-2.0/ui/nautilus-content-loser-ui.xml
|
||||
share/gnome-2.0/ui/nautilus-desktop-icon-view-ui.xml
|
||||
share/gnome-2.0/ui/nautilus-directory-view-ui.xml
|
||||
share/gnome-2.0/ui/nautilus-icon-view-ui.xml
|
||||
share/gnome-2.0/ui/nautilus-sample-content-view-ui.xml
|
||||
share/gnome-2.0/ui/nautilus-search-list-view-ui.xml
|
||||
share/gnome-2.0/ui/nautilus-shell-ui.xml
|
||||
share/gnome-2.0/ui/nautilus-sidebar-loser-ui.xml
|
||||
share/idl/nautilus-distributed-undo.idl
|
||||
share/idl/nautilus-view-component.idl
|
||||
share/locale/am/LC_MESSAGES/nautilus.mo
|
||||
share/locale/az/LC_MESSAGES/nautilus.mo
|
||||
share/locale/be/LC_MESSAGES/nautilus.mo
|
||||
share/locale/bg/LC_MESSAGES/nautilus.mo
|
||||
share/locale/ca/LC_MESSAGES/nautilus.mo
|
||||
share/locale/cs/LC_MESSAGES/nautilus.mo
|
||||
share/locale/da/LC_MESSAGES/nautilus.mo
|
||||
share/locale/de/LC_MESSAGES/nautilus.mo
|
||||
share/locale/el/LC_MESSAGES/nautilus.mo
|
||||
share/locale/en_GB/LC_MESSAGES/nautilus.mo
|
||||
share/locale/es/LC_MESSAGES/nautilus.mo
|
||||
share/locale/et/LC_MESSAGES/nautilus.mo
|
||||
share/locale/eu/LC_MESSAGES/nautilus.mo
|
||||
share/locale/fi/LC_MESSAGES/nautilus.mo
|
||||
share/locale/fr/LC_MESSAGES/nautilus.mo
|
||||
share/locale/ga/LC_MESSAGES/nautilus.mo
|
||||
share/locale/gl/LC_MESSAGES/nautilus.mo
|
||||
share/locale/hu/LC_MESSAGES/nautilus.mo
|
||||
share/locale/it/LC_MESSAGES/nautilus.mo
|
||||
share/locale/ja/LC_MESSAGES/nautilus.mo
|
||||
share/locale/ko/LC_MESSAGES/nautilus.mo
|
||||
share/locale/lt/LC_MESSAGES/nautilus.mo
|
||||
share/locale/lv/LC_MESSAGES/nautilus.mo
|
||||
share/locale/ms/LC_MESSAGES/nautilus.mo
|
||||
share/locale/nl/LC_MESSAGES/nautilus.mo
|
||||
share/locale/nn/LC_MESSAGES/nautilus.mo
|
||||
share/locale/no/LC_MESSAGES/nautilus.mo
|
||||
share/locale/pl/LC_MESSAGES/nautilus.mo
|
||||
share/locale/pt/LC_MESSAGES/nautilus.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/nautilus.mo
|
||||
share/locale/ro/LC_MESSAGES/nautilus.mo
|
||||
share/locale/ru/LC_MESSAGES/nautilus.mo
|
||||
share/locale/sk/LC_MESSAGES/nautilus.mo
|
||||
share/locale/sl/LC_MESSAGES/nautilus.mo
|
||||
share/locale/sq/LC_MESSAGES/nautilus.mo
|
||||
share/locale/sv/LC_MESSAGES/nautilus.mo
|
||||
share/locale/ta/LC_MESSAGES/nautilus.mo
|
||||
share/locale/tr/LC_MESSAGES/nautilus.mo
|
||||
share/locale/uk/LC_MESSAGES/nautilus.mo
|
||||
share/locale/vi/LC_MESSAGES/nautilus.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/nautilus.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/nautilus.mo
|
||||
share/nautilus/browser.xml
|
||||
share/nautilus/emblems/OK.png
|
||||
share/nautilus/emblems/art.png
|
||||
share/nautilus/emblems/camera.png
|
||||
share/nautilus/emblems/certified.png
|
||||
share/nautilus/emblems/cool.png
|
||||
share/nautilus/emblems/danger.png
|
||||
share/nautilus/emblems/distinguished.png
|
||||
share/nautilus/emblems/documents.png
|
||||
share/nautilus/emblems/draft.png
|
||||
share/nautilus/emblems/erase.png
|
||||
share/nautilus/emblems/favorite.png
|
||||
share/nautilus/emblems/important.png
|
||||
share/nautilus/emblems/mail.png
|
||||
share/nautilus/emblems/multimedia.png
|
||||
share/nautilus/emblems/new.png
|
||||
share/nautilus/emblems/ohno.png
|
||||
share/nautilus/emblems/package.png
|
||||
share/nautilus/emblems/personal.png
|
||||
share/nautilus/emblems/pictures.png
|
||||
share/nautilus/emblems/sound.png
|
||||
share/nautilus/emblems/special.png
|
||||
share/nautilus/emblems/urgent.png
|
||||
share/nautilus/emblems/web.png
|
||||
share/nautilus/filesystem-attributes.xml
|
||||
share/nautilus/glade/nautilus-bookmarks-window.glade
|
||||
share/nautilus/nautilus-extras.placeholder
|
||||
share/nautilus/nautilus-suggested.placeholder
|
||||
share/nautilus/patterns/.striated.png
|
||||
share/nautilus/patterns/blue_gray_rough.png
|
||||
share/nautilus/patterns/blue_ridge.png
|
||||
share/nautilus/patterns/blue_type.png
|
||||
share/nautilus/patterns/brushed_metal.png
|
||||
share/nautilus/patterns/burlap.jpg
|
||||
share/nautilus/patterns/camouflage.png
|
||||
share/nautilus/patterns/chalk.jpg
|
||||
share/nautilus/patterns/cork.png
|
||||
share/nautilus/patterns/countertop.png
|
||||
share/nautilus/patterns/dark-gnome.jpg
|
||||
share/nautilus/patterns/dots.png
|
||||
share/nautilus/patterns/fibers.png
|
||||
share/nautilus/patterns/fleur_de_lis.png
|
||||
share/nautilus/patterns/floral.png
|
||||
share/nautilus/patterns/fossil.png
|
||||
share/nautilus/patterns/gnome.jpg
|
||||
share/nautilus/patterns/green_weave.png
|
||||
share/nautilus/patterns/ice.png
|
||||
share/nautilus/patterns/manila_paper.png
|
||||
share/nautilus/patterns/moss_ridge.png
|
||||
share/nautilus/patterns/numbers.png
|
||||
share/nautilus/patterns/ocean_stripes.png
|
||||
share/nautilus/patterns/purple_marble.png
|
||||
share/nautilus/patterns/reset.png
|
||||
share/nautilus/patterns/ridged_paper.png
|
||||
share/nautilus/patterns/rough_paper.png
|
||||
share/nautilus/patterns/sky_ridge.png
|
||||
share/nautilus/patterns/snow_ridge.png
|
||||
share/nautilus/patterns/stucco.jpg
|
||||
share/nautilus/patterns/terracotta.png
|
||||
share/nautilus/patterns/wavy_white.png
|
||||
share/nautilus/services/text/google.xml
|
||||
share/nautilus/services/text/webster.xml
|
||||
share/nautilus/starthere-link.desktop
|
||||
share/nautilus/starthere.desktop
|
||||
share/nautilus/static_bookmarks.xml
|
||||
share/pixmaps/gnome-starthere-96.png
|
||||
share/pixmaps/gnome-starthere.png
|
||||
share/pixmaps/nautilus/CD_drive.png
|
||||
share/pixmaps/nautilus/HD_drive.png
|
||||
share/pixmaps/nautilus/Search.png
|
||||
share/pixmaps/nautilus/audio.png
|
||||
share/pixmaps/nautilus/backgrounds.png
|
||||
share/pixmaps/nautilus/chit_frame.png
|
||||
share/pixmaps/nautilus/colors.png
|
||||
share/pixmaps/nautilus/cpu.png
|
||||
share/pixmaps/nautilus/crux_eggplant/Search.png
|
||||
share/pixmaps/nautilus/crux_eggplant/backgrounds/background_pattern.png
|
||||
share/pixmaps/nautilus/crux_eggplant/backgrounds/window_pattern.png
|
||||
share/pixmaps/nautilus/crux_eggplant/crux_eggplant.xml
|
||||
share/pixmaps/nautilus/crux_eggplant/decrement-i.png
|
||||
share/pixmaps/nautilus/crux_eggplant/decrement.png
|
||||
share/pixmaps/nautilus/crux_eggplant/emblem-nowrite-72.png
|
||||
share/pixmaps/nautilus/crux_eggplant/emblem-nowrite-96.png
|
||||
share/pixmaps/nautilus/crux_eggplant/emblem-nowrite.png
|
||||
share/pixmaps/nautilus/crux_eggplant/i-directory-12.png
|
||||
share/pixmaps/nautilus/crux_eggplant/i-directory-192.png
|
||||
share/pixmaps/nautilus/crux_eggplant/i-directory-20.png
|
||||
share/pixmaps/nautilus/crux_eggplant/i-directory-24.png
|
||||
share/pixmaps/nautilus/crux_eggplant/i-directory-36.png
|
||||
share/pixmaps/nautilus/crux_eggplant/i-directory-72.png
|
||||
share/pixmaps/nautilus/crux_eggplant/i-directory-96.png
|
||||
share/pixmaps/nautilus/crux_eggplant/i-directory.png
|
||||
share/pixmaps/nautilus/crux_eggplant/i-directory.xml
|
||||
share/pixmaps/nautilus/crux_eggplant/i-regular.xml
|
||||
share/pixmaps/nautilus/crux_eggplant/increment-i.png
|
||||
share/pixmaps/nautilus/crux_eggplant/increment.png
|
||||
share/pixmaps/nautilus/crux_eggplant/number_strip.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/fill-active-prelight.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/fill-active.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/fill-empty-space.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/fill-prelight.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/fill.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/left-bumper-active-prelight.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/left-bumper-active.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/left-bumper-prelight.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/left-bumper.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/middle-normal-normal.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/middle-normal-prelight.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/middle-prelight-normal.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/right-bumper-prelight.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/right-bumper.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/right-empty-space.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/right-top-active-prelight.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/right-top-active.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/right-top-prelight.png
|
||||
share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/right-top.png
|
||||
share/pixmaps/nautilus/crux_eggplant/theme_preview.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/001.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/002.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/003.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/004.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/005.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/006.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/007.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/008.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/009.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/010.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/011.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/012.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/013.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/014.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/015.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/016.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/017.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/018.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/019.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/020.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/021.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/022.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/023.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/024.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/025.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/026.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/027.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/028.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/029.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/030.png
|
||||
share/pixmaps/nautilus/crux_eggplant/throbber/rest.png
|
||||
share/pixmaps/nautilus/crux_eggplant/zoom_body.png
|
||||
share/pixmaps/nautilus/crux_teal/Search.png
|
||||
share/pixmaps/nautilus/crux_teal/backgrounds/background_pattern.png
|
||||
share/pixmaps/nautilus/crux_teal/backgrounds/window_pattern.png
|
||||
share/pixmaps/nautilus/crux_teal/crux_teal.xml
|
||||
share/pixmaps/nautilus/crux_teal/decrement-i.png
|
||||
share/pixmaps/nautilus/crux_teal/decrement.png
|
||||
share/pixmaps/nautilus/crux_teal/emblem-nowrite-72.png
|
||||
share/pixmaps/nautilus/crux_teal/emblem-nowrite-96.png
|
||||
share/pixmaps/nautilus/crux_teal/emblem-nowrite.png
|
||||
share/pixmaps/nautilus/crux_teal/i-directory-12.png
|
||||
share/pixmaps/nautilus/crux_teal/i-directory-192.png
|
||||
share/pixmaps/nautilus/crux_teal/i-directory-20.png
|
||||
share/pixmaps/nautilus/crux_teal/i-directory-24.png
|
||||
share/pixmaps/nautilus/crux_teal/i-directory-36.png
|
||||
share/pixmaps/nautilus/crux_teal/i-directory-72.png
|
||||
share/pixmaps/nautilus/crux_teal/i-directory-96.png
|
||||
share/pixmaps/nautilus/crux_teal/i-directory.png
|
||||
share/pixmaps/nautilus/crux_teal/i-directory.xml
|
||||
share/pixmaps/nautilus/crux_teal/i-regular-12.png
|
||||
share/pixmaps/nautilus/crux_teal/i-regular-192.png
|
||||
share/pixmaps/nautilus/crux_teal/i-regular-20.png
|
||||
share/pixmaps/nautilus/crux_teal/i-regular-24.png
|
||||
share/pixmaps/nautilus/crux_teal/i-regular-36.png
|
||||
share/pixmaps/nautilus/crux_teal/i-regular-72.png
|
||||
share/pixmaps/nautilus/crux_teal/i-regular-96.png
|
||||
share/pixmaps/nautilus/crux_teal/i-regular.png
|
||||
share/pixmaps/nautilus/crux_teal/i-regular.xml
|
||||
share/pixmaps/nautilus/crux_teal/increment-i.png
|
||||
share/pixmaps/nautilus/crux_teal/increment.png
|
||||
share/pixmaps/nautilus/crux_teal/number_strip.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/fill-active-prelight.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/fill-active.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/fill-empty-space.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/fill-prelight.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/fill.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/left-bumper-active-prelight.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/left-bumper-active.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/left-bumper-prelight.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/left-bumper.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/middle-normal-normal.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/middle-normal-prelight.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/middle-prelight-normal.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/right-bumper-prelight.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/right-bumper.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/right-empty-space.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/right-top-active-prelight.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/right-top-active.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/right-top-prelight.png
|
||||
share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/right-top.png
|
||||
share/pixmaps/nautilus/crux_teal/theme_preview.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/001.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/002.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/003.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/004.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/005.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/006.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/007.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/008.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/009.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/010.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/011.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/012.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/013.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/014.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/015.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/016.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/017.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/018.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/019.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/020.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/021.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/022.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/023.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/024.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/025.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/026.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/027.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/028.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/029.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/030.png
|
||||
share/pixmaps/nautilus/crux_teal/throbber/rest.png
|
||||
share/pixmaps/nautilus/crux_teal/zoom_body.png
|
||||
share/pixmaps/nautilus/decrement.png
|
||||
share/pixmaps/nautilus/default/Search.png
|
||||
share/pixmaps/nautilus/default/decrement.png
|
||||
share/pixmaps/nautilus/default/default.xml
|
||||
share/pixmaps/nautilus/default/desktop-home.png
|
||||
share/pixmaps/nautilus/default/emblem-OK.svg
|
||||
share/pixmaps/nautilus/default/emblem-art.png
|
||||
share/pixmaps/nautilus/default/emblem-broken-link.png
|
||||
share/pixmaps/nautilus/default/emblem-camera.png
|
||||
share/pixmaps/nautilus/default/emblem-certified.svg
|
||||
share/pixmaps/nautilus/default/emblem-cool.svg
|
||||
share/pixmaps/nautilus/default/emblem-danger.svg
|
||||
share/pixmaps/nautilus/default/emblem-distinguished.svg
|
||||
share/pixmaps/nautilus/default/emblem-documents.png
|
||||
share/pixmaps/nautilus/default/emblem-draft.svg
|
||||
share/pixmaps/nautilus/default/emblem-favorite.svg
|
||||
share/pixmaps/nautilus/default/emblem-generic.png
|
||||
share/pixmaps/nautilus/default/emblem-important.svg
|
||||
share/pixmaps/nautilus/default/emblem-mail.png
|
||||
share/pixmaps/nautilus/default/emblem-multimedia.png
|
||||
share/pixmaps/nautilus/default/emblem-new.svg
|
||||
share/pixmaps/nautilus/default/emblem-noread.svg
|
||||
share/pixmaps/nautilus/default/emblem-nowrite.svg
|
||||
share/pixmaps/nautilus/default/emblem-ohno.svg
|
||||
share/pixmaps/nautilus/default/emblem-package.png
|
||||
share/pixmaps/nautilus/default/emblem-personal.svg
|
||||
share/pixmaps/nautilus/default/emblem-pictures.png
|
||||
share/pixmaps/nautilus/default/emblem-sound.png
|
||||
share/pixmaps/nautilus/default/emblem-special.svg
|
||||
share/pixmaps/nautilus/default/emblem-symbolic-link-12.png
|
||||
share/pixmaps/nautilus/default/emblem-symbolic-link-24.png
|
||||
share/pixmaps/nautilus/default/emblem-symbolic-link-36.png
|
||||
share/pixmaps/nautilus/default/emblem-symbolic-link.png
|
||||
share/pixmaps/nautilus/default/emblem-trash.png
|
||||
share/pixmaps/nautilus/default/emblem-urgent.svg
|
||||
share/pixmaps/nautilus/default/emblem-web.png
|
||||
share/pixmaps/nautilus/default/i-bookmark-20.png
|
||||
share/pixmaps/nautilus/default/i-bookmark-missing-20.png
|
||||
share/pixmaps/nautilus/default/i-bookmark-missing.png
|
||||
share/pixmaps/nautilus/default/i-bookmark.png
|
||||
share/pixmaps/nautilus/default/i-broken-image.png
|
||||
share/pixmaps/nautilus/default/i-directory-12.png
|
||||
share/pixmaps/nautilus/default/i-directory-24.png
|
||||
share/pixmaps/nautilus/default/i-directory-36.png
|
||||
share/pixmaps/nautilus/default/i-directory-72.png
|
||||
share/pixmaps/nautilus/default/i-directory-96.png
|
||||
share/pixmaps/nautilus/default/i-directory-accept-12.png
|
||||
share/pixmaps/nautilus/default/i-directory-accept-24.png
|
||||
share/pixmaps/nautilus/default/i-directory-accept-36.png
|
||||
share/pixmaps/nautilus/default/i-directory-accept-72.png
|
||||
share/pixmaps/nautilus/default/i-directory-accept-96.png
|
||||
share/pixmaps/nautilus/default/i-directory-accept.png
|
||||
share/pixmaps/nautilus/default/i-directory-accept.xml
|
||||
share/pixmaps/nautilus/default/i-directory.png
|
||||
share/pixmaps/nautilus/default/i-directory.xml
|
||||
share/pixmaps/nautilus/default/i-regular-12.png
|
||||
share/pixmaps/nautilus/default/i-regular-24.png
|
||||
share/pixmaps/nautilus/default/i-regular-36.png
|
||||
share/pixmaps/nautilus/default/i-regular-72.png
|
||||
share/pixmaps/nautilus/default/i-regular-96.png
|
||||
share/pixmaps/nautilus/default/i-regular.png
|
||||
share/pixmaps/nautilus/default/i-regular.xml
|
||||
share/pixmaps/nautilus/default/i-search-72.png
|
||||
share/pixmaps/nautilus/default/i-spreadsheet.png
|
||||
share/pixmaps/nautilus/default/i-stalled.png
|
||||
share/pixmaps/nautilus/default/i-symlink.png
|
||||
share/pixmaps/nautilus/default/i-web-72.png
|
||||
share/pixmaps/nautilus/default/increment.png
|
||||
share/pixmaps/nautilus/default/loading.png
|
||||
share/pixmaps/nautilus/default/manual.png
|
||||
share/pixmaps/nautilus/default/number_strip.png
|
||||
share/pixmaps/nautilus/default/side_bar_image.png
|
||||
share/pixmaps/nautilus/default/theme_preview.png
|
||||
share/pixmaps/nautilus/default/trash-empty-192.png
|
||||
share/pixmaps/nautilus/default/trash-empty.png
|
||||
share/pixmaps/nautilus/default/trash-full-192.png
|
||||
share/pixmaps/nautilus/default/trash-full.png
|
||||
share/pixmaps/nautilus/default/zoom_body.png
|
||||
share/pixmaps/nautilus/emblems.png
|
||||
share/pixmaps/nautilus/gnome/Services.png
|
||||
share/pixmaps/nautilus/gnome/application-x-e-cfg.png
|
||||
share/pixmaps/nautilus/gnome/audio-192.png
|
||||
share/pixmaps/nautilus/gnome/emblem-nowrite-72.png
|
||||
share/pixmaps/nautilus/gnome/emblem-nowrite-96.png
|
||||
share/pixmaps/nautilus/gnome/emblem-nowrite.png
|
||||
share/pixmaps/nautilus/gnome/gnome.xml
|
||||
share/pixmaps/nautilus/gnome/i-core.png
|
||||
share/pixmaps/nautilus/gnome/i-dirclosed.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-12.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-192.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-20.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-24.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-36.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-72.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-96.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-accept-12.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-accept-192.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-accept-20.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-accept-24.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-accept-36.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-accept-72.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-accept-96.png
|
||||
share/pixmaps/nautilus/gnome/i-directory-accept.png
|
||||
share/pixmaps/nautilus/gnome/i-directory.png
|
||||
share/pixmaps/nautilus/gnome/i-executable.png
|
||||
share/pixmaps/nautilus/gnome/i-music-192.png
|
||||
share/pixmaps/nautilus/gnome/i-music.png
|
||||
share/pixmaps/nautilus/gnome/i-nfs.png
|
||||
share/pixmaps/nautilus/gnome/i-regular.png
|
||||
share/pixmaps/nautilus/gnome/i-regular.xml
|
||||
share/pixmaps/nautilus/gnome/i-stalled.png
|
||||
share/pixmaps/nautilus/gnome/linux-penguin.png
|
||||
share/pixmaps/nautilus/gnome/rpm-directory.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/fill-active-prelight.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/fill-active.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/fill-empty-space.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/fill-prelight.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/fill.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/left-bumper-active-prelight.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/left-bumper-active.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/left-bumper-prelight.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/left-bumper.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/middle-normal-normal.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/middle-normal-prelight.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/middle-prelight-normal.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/right-bumper-prelight.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/right-bumper.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/right-empty-space.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/right-top-active-prelight.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/right-top-active.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/right-top-prelight.png
|
||||
share/pixmaps/nautilus/gnome/sidebar_tab_pieces/right-top.png
|
||||
share/pixmaps/nautilus/gnome/theme_preview.png
|
||||
share/pixmaps/nautilus/gnome/throbber/001.png
|
||||
share/pixmaps/nautilus/gnome/throbber/002.png
|
||||
share/pixmaps/nautilus/gnome/throbber/003.png
|
||||
share/pixmaps/nautilus/gnome/throbber/004.png
|
||||
share/pixmaps/nautilus/gnome/throbber/005.png
|
||||
share/pixmaps/nautilus/gnome/throbber/006.png
|
||||
share/pixmaps/nautilus/gnome/throbber/rest.png
|
||||
share/pixmaps/nautilus/gnome/trash-empty-192.png
|
||||
share/pixmaps/nautilus/gnome/trash-empty-accept-192.png
|
||||
share/pixmaps/nautilus/gnome/trash-empty-accept.png
|
||||
share/pixmaps/nautilus/gnome/trash-empty.png
|
||||
share/pixmaps/nautilus/gnome/trash-full-192.png
|
||||
share/pixmaps/nautilus/gnome/trash-full.png
|
||||
share/pixmaps/nautilus/increment.png
|
||||
share/pixmaps/nautilus/knob.png
|
||||
share/pixmaps/nautilus/memory_chip.gif
|
||||
share/pixmaps/nautilus/nautilus-launch-icon.png
|
||||
share/pixmaps/nautilus/nautilus-mini-logo.png
|
||||
share/pixmaps/nautilus/note-indicator.png
|
||||
share/pixmaps/nautilus/number_strip.png
|
||||
share/pixmaps/nautilus/side_bar_image.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/fill-active-prelight.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/fill-active.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/fill-empty-space.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/fill-prelight.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/fill.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/left-bumper-active-prelight.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/left-bumper-active.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/left-bumper-prelight.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/left-bumper.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/middle-normal-normal.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/middle-normal-prelight.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/middle-prelight-normal.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/right-bumper-prelight.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/right-bumper.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/right-empty-space.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/right-top-active-prelight.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/right-top-active.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/right-top-prelight.png
|
||||
share/pixmaps/nautilus/sidebar_tab_pieces/right-top.png
|
||||
share/pixmaps/nautilus/sierra/Sierra_desktop.png
|
||||
share/pixmaps/nautilus/sierra/green_weave.png
|
||||
share/pixmaps/nautilus/sierra/i-directory-12.png
|
||||
share/pixmaps/nautilus/sierra/i-directory-24.png
|
||||
share/pixmaps/nautilus/sierra/i-directory-36.png
|
||||
share/pixmaps/nautilus/sierra/i-directory-72.png
|
||||
share/pixmaps/nautilus/sierra/i-directory-96.png
|
||||
share/pixmaps/nautilus/sierra/i-directory-accept-12.png
|
||||
share/pixmaps/nautilus/sierra/i-directory-accept-24.png
|
||||
share/pixmaps/nautilus/sierra/i-directory-accept-36.png
|
||||
share/pixmaps/nautilus/sierra/i-directory-accept-72.png
|
||||
share/pixmaps/nautilus/sierra/i-directory-accept-96.png
|
||||
share/pixmaps/nautilus/sierra/i-directory-accept.png
|
||||
share/pixmaps/nautilus/sierra/i-directory.png
|
||||
share/pixmaps/nautilus/sierra/number_strip.png
|
||||
share/pixmaps/nautilus/sierra/sierra.xml
|
||||
share/pixmaps/nautilus/sierra/theme_preview.png
|
||||
share/pixmaps/nautilus/tahoe/blueridge.png
|
||||
share/pixmaps/nautilus/tahoe/bluewall.png
|
||||
share/pixmaps/nautilus/tahoe/i-directory-12.png
|
||||
share/pixmaps/nautilus/tahoe/i-directory-24.png
|
||||
share/pixmaps/nautilus/tahoe/i-directory-36.png
|
||||
share/pixmaps/nautilus/tahoe/i-directory-72.png
|
||||
share/pixmaps/nautilus/tahoe/i-directory-96.png
|
||||
share/pixmaps/nautilus/tahoe/i-directory-accept-12.png
|
||||
share/pixmaps/nautilus/tahoe/i-directory-accept-24.png
|
||||
share/pixmaps/nautilus/tahoe/i-directory-accept-36.png
|
||||
share/pixmaps/nautilus/tahoe/i-directory-accept-72.png
|
||||
share/pixmaps/nautilus/tahoe/i-directory-accept-96.png
|
||||
share/pixmaps/nautilus/tahoe/i-directory-accept.png
|
||||
share/pixmaps/nautilus/tahoe/i-directory.png
|
||||
share/pixmaps/nautilus/tahoe/number_strip.png
|
||||
share/pixmaps/nautilus/tahoe/tahoe.xml
|
||||
share/pixmaps/nautilus/tahoe/theme_preview.png
|
||||
share/pixmaps/nautilus/text-selection-frame.png
|
||||
share/pixmaps/nautilus/throbber/001.png
|
||||
share/pixmaps/nautilus/throbber/002.png
|
||||
share/pixmaps/nautilus/throbber/003.png
|
||||
share/pixmaps/nautilus/throbber/004.png
|
||||
share/pixmaps/nautilus/throbber/005.png
|
||||
share/pixmaps/nautilus/throbber/006.png
|
||||
share/pixmaps/nautilus/throbber/007.png
|
||||
share/pixmaps/nautilus/throbber/008.png
|
||||
share/pixmaps/nautilus/throbber/009.png
|
||||
share/pixmaps/nautilus/throbber/010.png
|
||||
share/pixmaps/nautilus/throbber/011.png
|
||||
share/pixmaps/nautilus/throbber/012.png
|
||||
share/pixmaps/nautilus/throbber/013.png
|
||||
share/pixmaps/nautilus/throbber/014.png
|
||||
share/pixmaps/nautilus/throbber/015.png
|
||||
share/pixmaps/nautilus/throbber/016.png
|
||||
share/pixmaps/nautilus/throbber/017.png
|
||||
share/pixmaps/nautilus/throbber/018.png
|
||||
share/pixmaps/nautilus/throbber/019.png
|
||||
share/pixmaps/nautilus/throbber/020.png
|
||||
share/pixmaps/nautilus/throbber/021.png
|
||||
share/pixmaps/nautilus/throbber/022.png
|
||||
share/pixmaps/nautilus/throbber/023.png
|
||||
share/pixmaps/nautilus/throbber/024.png
|
||||
share/pixmaps/nautilus/throbber/025.png
|
||||
share/pixmaps/nautilus/throbber/026.png
|
||||
share/pixmaps/nautilus/throbber/027.png
|
||||
share/pixmaps/nautilus/throbber/028.png
|
||||
share/pixmaps/nautilus/throbber/029.png
|
||||
share/pixmaps/nautilus/throbber/030.png
|
||||
share/pixmaps/nautilus/throbber/rest.png
|
||||
share/pixmaps/nautilus/thumbnail_frame.png
|
||||
share/pixmaps/nautilus/zoom_body.png
|
||||
share/schemas/nautilus/apps_nautilus_preferences.schemas
|
||||
%%SHARED%%
|
||||
@dirrm share/schemas/nautilus
|
||||
@dirrm share/pixmaps/nautilus/throbber
|
||||
@dirrm share/pixmaps/nautilus/tahoe
|
||||
@dirrm share/pixmaps/nautilus/sierra
|
||||
@dirrm share/pixmaps/nautilus/sidebar_tab_pieces
|
||||
@dirrm share/pixmaps/nautilus/gnome/throbber
|
||||
@dirrm share/pixmaps/nautilus/gnome/sidebar_tab_pieces
|
||||
@dirrm share/pixmaps/nautilus/gnome
|
||||
@dirrm share/pixmaps/nautilus/default
|
||||
@dirrm share/pixmaps/nautilus/crux_teal/throbber
|
||||
@dirrm share/pixmaps/nautilus/crux_teal/sidebar_tab_pieces
|
||||
@dirrm share/pixmaps/nautilus/crux_teal/backgrounds
|
||||
@dirrm share/pixmaps/nautilus/crux_teal
|
||||
@dirrm share/pixmaps/nautilus/crux_eggplant/throbber
|
||||
@dirrm share/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces
|
||||
@dirrm share/pixmaps/nautilus/crux_eggplant/backgrounds
|
||||
@dirrm share/pixmaps/nautilus/crux_eggplant
|
||||
@dirrm share/pixmaps/nautilus
|
||||
@comment @dirrm share/pixmaps
|
||||
@dirrm share/nautilus/services/text
|
||||
@dirrm share/nautilus/services
|
||||
@dirrm share/nautilus/patterns
|
||||
@dirrm share/nautilus/glade
|
||||
@dirrm share/nautilus/emblems
|
||||
@dirrm share/nautilus
|
||||
@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/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/ta/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ta
|
||||
@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/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/en_GB/LC_MESSAGES
|
||||
@comment @dirrm share/locale/en_GB
|
||||
@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/am/LC_MESSAGES
|
||||
@comment @dirrm share/locale/am
|
||||
@comment @dirrm share/locale
|
||||
@comment @dirrm share/idl
|
||||
@dirrm share/examples/nautilus/X11/sysconfig
|
||||
@dirrm share/examples/nautilus/X11/starthere
|
||||
@dirrm share/examples/nautilus/X11/serverconfig
|
||||
@dirrm share/examples/nautilus/X11
|
||||
@dirrm share/examples/nautilus
|
||||
@comment @dirrm share/applications
|
||||
@comment @dirrm lib/pkgconfig
|
||||
@comment @dirrm lib/bonobo
|
||||
@dirrm include/libnautilus
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/nautilus/*.schemas > /dev/null
|
Loading…
Reference in New Issue
Block a user