lightweight file manager for xfce4, replaces xffm.
from Landry Breuil <gaston at gcu.info>
This commit is contained in:
parent
5ef6247547
commit
da618e2026
50
x11/xfce4/thunar/Makefile
Normal file
50
x11/xfce4/thunar/Makefile
Normal file
@ -0,0 +1,50 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/08 15:14:23 steven Exp $
|
||||
|
||||
COMMENT= "lightweight file manager for xfce4"
|
||||
|
||||
V= 0.8.0
|
||||
DISTNAME= Thunar-${V}
|
||||
PKGNAME= thunar-${V}
|
||||
|
||||
SHARED_LIBS += thunarx-1 4.2 # .4.2
|
||||
SHARED_LIBS += thunar-vfs-1 4.2 # .4.2
|
||||
|
||||
HOMEPAGE= http://thunar.xfce.org/
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
||||
# GPL
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://thunar.xfce.org/download/sources/Thunar/${V}/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
USE_GMAKE= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
CONFIGURE_ARGS= --disable-gnome-thumbnailers \
|
||||
--enable-startup-notification \
|
||||
--enable-exif \
|
||||
--enable-pcre
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= exo-0.3.>=4::x11/xfce4/exo \
|
||||
pcre.>=1.0::devel/pcre \
|
||||
xfce4panel.>=2.2::x11/xfce4/xfce4-panel \
|
||||
exif.>=12.1::graphics/libexif \
|
||||
dbus-glib-1::x11/dbus-glib \
|
||||
dbus-1.>=6::x11/dbus
|
||||
|
||||
RUN_DEPENDS= ::x11/xfce4/xfce4-icon-theme
|
||||
|
||||
WANTLIB= ICE SM X11 Xau Xdmcp Xrender atk-1.0 c cairo expat \
|
||||
Xcursor Xext Xfixes Xi Xinerama Xrandr fontconfig \
|
||||
freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
|
||||
gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 \
|
||||
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pthread \
|
||||
startup-notification-1 xfce4util z glitz jpeg png
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/xfce4/thunar/distinfo
Normal file
5
x11/xfce4/thunar/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (xfce4/Thunar-0.8.0.tar.bz2) = 9f7b0945d6a235391049f6818fb4d188
|
||||
RMD160 (xfce4/Thunar-0.8.0.tar.bz2) = 95d29cca64c102b7d8bdcc0592f6fcab7198148b
|
||||
SHA1 (xfce4/Thunar-0.8.0.tar.bz2) = 1adcba7b86d9219b0bd7eb8c16d5719aa8393d98
|
||||
SHA256 (xfce4/Thunar-0.8.0.tar.bz2) = 460484f8397a0e0e4115d1629d2ae027b5052dc2c564d4a4629a3557e4a055f9
|
||||
SIZE (xfce4/Thunar-0.8.0.tar.bz2) = 6205993
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-plugins_thunar-uca_Makefile_in,v 1.1.1.1 2007/05/08 15:14:23 steven Exp $
|
||||
--- plugins/thunar-uca/Makefile.in.orig Sat Mar 31 19:12:41 2007
|
||||
+++ plugins/thunar-uca/Makefile.in Sat Mar 31 19:12:58 2007
|
||||
@@ -410,7 +410,7 @@ thunar_uca_la_LDFLAGS = \
|
||||
-module \
|
||||
$(PLATFORM_LDFLAGS)
|
||||
|
||||
-defaultsdir = $(sysconfdir)/xdg/Thunar
|
||||
+defaultsdir = $(prefix)/share/examples/Thunar
|
||||
defaults_in_files = uca.xml.in
|
||||
defaults_DATA = $(defaults_in_files:.xml.in=.xml)
|
||||
EXTRA_DIST = \
|
12
x11/xfce4/thunar/patches/patch-thunar-vfs_thunar-vfs-path_c
Normal file
12
x11/xfce4/thunar/patches/patch-thunar-vfs_thunar-vfs-path_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-thunar-vfs_thunar-vfs-path_c,v 1.1.1.1 2007/05/08 15:14:23 steven Exp $
|
||||
--- thunar-vfs/thunar-vfs-path.c.orig Sat Jan 20 21:39:09 2007
|
||||
+++ thunar-vfs/thunar-vfs-path.c Tue May 8 19:00:31 2007
|
||||
@@ -1142,7 +1142,7 @@ _thunar_vfs_path_init (void)
|
||||
path->parent = NULL;
|
||||
home_components[0] = path;
|
||||
*((guint *) thunar_vfs_path_get_name (path)) = THUNAR_VFS_PATH_ROOT;
|
||||
- offset += sizeof (ThunarVfsPath) + sizeof (guint);
|
||||
+ offset += sizeof (ThunarVfsPath) + sizeof (gpointer);
|
||||
|
||||
/* add the remaining path components */
|
||||
for (component = components; *component != NULL; ++component)
|
3
x11/xfce4/thunar/pkg/DESCR
Normal file
3
x11/xfce4/thunar/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Thunar is a file manager for the Xfce Desktop environment. The interface
|
||||
is similar to Nautilus (the famous file manager for GNOME). Thunar has
|
||||
been designed to be fast and easy to use.
|
6
x11/xfce4/thunar/pkg/PFRAG.shared
Normal file
6
x11/xfce4/thunar/pkg/PFRAG.shared
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/05/08 15:14:23 steven Exp $
|
||||
@lib lib/libthunar-vfs-1.so.${LIBthunar-vfs-1_VERSION}
|
||||
@lib lib/libthunarx-1.so.${LIBthunarx-1_VERSION}
|
||||
lib/thunarx-1/thunar-apr.so
|
||||
lib/thunarx-1/thunar-sbr.so
|
||||
lib/thunarx-1/thunar-uca.so
|
313
x11/xfce4/thunar/pkg/PLIST
Normal file
313
x11/xfce4/thunar/pkg/PLIST
Normal file
@ -0,0 +1,313 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/08 15:14:23 steven Exp $
|
||||
@pkgpath x11/xfce4/xffm
|
||||
%%SHARED%%
|
||||
bin/Thunar
|
||||
bin/thunar
|
||||
include/thunar-vfs-1/
|
||||
include/thunar-vfs-1/thunar-vfs/
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-config.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-enum-types.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-info.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-interactive-job.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-job.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-action.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-application.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-database.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-handler.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-mime-info.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-monitor.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-path.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-thumb.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-types.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-user.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-util.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs-volume.h
|
||||
include/thunar-vfs-1/thunar-vfs/thunar-vfs.h
|
||||
include/thunarx-1/
|
||||
include/thunarx-1/thunarx/
|
||||
include/thunarx-1/thunarx/thunarx-config.h
|
||||
include/thunarx-1/thunarx/thunarx-file-info.h
|
||||
include/thunarx-1/thunarx/thunarx-menu-provider.h
|
||||
include/thunarx-1/thunarx/thunarx-preferences-provider.h
|
||||
include/thunarx-1/thunarx/thunarx-property-page-provider.h
|
||||
include/thunarx-1/thunarx/thunarx-property-page.h
|
||||
include/thunarx-1/thunarx/thunarx-provider-factory.h
|
||||
include/thunarx-1/thunarx/thunarx-provider-plugin.h
|
||||
include/thunarx-1/thunarx/thunarx-renamer-provider.h
|
||||
include/thunarx-1/thunarx/thunarx-renamer.h
|
||||
include/thunarx-1/thunarx/thunarx.h
|
||||
lib/libthunar-vfs-1.a
|
||||
lib/libthunar-vfs-1.la
|
||||
lib/libthunarx-1.a
|
||||
lib/libthunarx-1.la
|
||||
lib/pkgconfig/thunar-vfs-1.pc
|
||||
lib/pkgconfig/thunarx-1.pc
|
||||
lib/thunarx-1/
|
||||
lib/thunarx-1/thunar-apr.a
|
||||
lib/thunarx-1/thunar-apr.la
|
||||
lib/thunarx-1/thunar-sbr.a
|
||||
lib/thunarx-1/thunar-sbr.la
|
||||
lib/thunarx-1/thunar-uca.a
|
||||
lib/thunarx-1/thunar-uca.la
|
||||
libexec/ThunarBulkRename
|
||||
libexec/ThunarHelp
|
||||
libexec/thunar-sendto-email
|
||||
libexec/thunar-vfs-font-thumbnailer-1
|
||||
libexec/thunar-vfs-mime-cleaner-1
|
||||
libexec/thunar-vfs-pixbuf-thumbnailer-1
|
||||
libexec/thunar-vfs-update-thumbnailers-cache-1
|
||||
libexec/xfce4/
|
||||
libexec/xfce4/panel-plugins/
|
||||
libexec/xfce4/panel-plugins/thunar-tpa
|
||||
@man man/man1/Thunar.1
|
||||
share/Thunar/
|
||||
share/Thunar/sendto/
|
||||
share/Thunar/sendto/thunar-sendto-email.desktop
|
||||
share/applications/Thunar-bulk-rename.desktop
|
||||
share/applications/Thunar-folder-handler.desktop
|
||||
share/applications/Thunar.desktop
|
||||
share/dbus-1/
|
||||
share/dbus-1/services/
|
||||
share/dbus-1/services/org.xfce.FileManager.service
|
||||
share/dbus-1/services/org.xfce.Thunar.service
|
||||
share/doc/Thunar/
|
||||
share/doc/Thunar/README.gtkrc
|
||||
share/doc/Thunar/README.thunarrc
|
||||
share/doc/Thunar/README.volumes
|
||||
share/doc/Thunar/ThumbnailersCacheFormat.txt
|
||||
share/doc/Thunar/html/
|
||||
share/doc/Thunar/html/C/
|
||||
share/doc/Thunar/html/C/advanced-topics.html
|
||||
share/doc/Thunar/html/C/copyright.html
|
||||
share/doc/Thunar/html/C/customizing-thunar.html
|
||||
share/doc/Thunar/html/C/faq.html
|
||||
share/doc/Thunar/html/C/images/
|
||||
share/doc/Thunar/html/C/images/bulk-rename.png
|
||||
share/doc/Thunar/html/C/images/file-manager-window.png
|
||||
share/doc/Thunar/html/C/images/file-properties.png
|
||||
share/doc/Thunar/html/C/images/preferences-advanced.png
|
||||
share/doc/Thunar/html/C/images/preferences-behavior.png
|
||||
share/doc/Thunar/html/C/images/preferences-side-pane.png
|
||||
share/doc/Thunar/html/C/images/preferences-views.png
|
||||
share/doc/Thunar/html/C/images/removable-drives-and-media.png
|
||||
share/doc/Thunar/html/C/images/removable-media-unmount.png
|
||||
share/doc/Thunar/html/C/images/sendto-menu.png
|
||||
share/doc/Thunar/html/C/images/visible-columns.png
|
||||
share/doc/Thunar/html/C/index.html
|
||||
share/doc/Thunar/html/C/preferences.html
|
||||
share/doc/Thunar/html/C/support.html
|
||||
share/doc/Thunar/html/C/the-file-manager-window.html
|
||||
share/doc/Thunar/html/C/using-removable-media.html
|
||||
share/doc/Thunar/html/C/working-with-files-and-folders.html
|
||||
share/doc/Thunar/html/es/
|
||||
share/doc/Thunar/html/es/advanced-topics.html
|
||||
share/doc/Thunar/html/es/copyright.html
|
||||
share/doc/Thunar/html/es/customizing-thunar.html
|
||||
share/doc/Thunar/html/es/faq.html
|
||||
share/doc/Thunar/html/es/images/
|
||||
share/doc/Thunar/html/es/images/bulk-rename.png
|
||||
share/doc/Thunar/html/es/images/file-manager-window.png
|
||||
share/doc/Thunar/html/es/images/file-properties.png
|
||||
share/doc/Thunar/html/es/images/preferences-advanced.png
|
||||
share/doc/Thunar/html/es/images/preferences-behavior.png
|
||||
share/doc/Thunar/html/es/images/preferences-side-pane.png
|
||||
share/doc/Thunar/html/es/images/preferences-views.png
|
||||
share/doc/Thunar/html/es/images/removable-drives-and-media.png
|
||||
share/doc/Thunar/html/es/images/removable-media-unmount.png
|
||||
share/doc/Thunar/html/es/images/sendto-menu.png
|
||||
share/doc/Thunar/html/es/images/visible-columns.png
|
||||
share/doc/Thunar/html/es/index.html
|
||||
share/doc/Thunar/html/es/preferences.html
|
||||
share/doc/Thunar/html/es/support.html
|
||||
share/doc/Thunar/html/es/the-file-manager-window.html
|
||||
share/doc/Thunar/html/es/using-removable-media.html
|
||||
share/doc/Thunar/html/es/working-with-files-and-folders.html
|
||||
share/doc/Thunar/html/eu/
|
||||
share/doc/Thunar/html/eu/advanced-topics.html
|
||||
share/doc/Thunar/html/eu/copyright.html
|
||||
share/doc/Thunar/html/eu/customizing-thunar.html
|
||||
share/doc/Thunar/html/eu/faq.html
|
||||
share/doc/Thunar/html/eu/images/
|
||||
share/doc/Thunar/html/eu/images/bulk-rename.png
|
||||
share/doc/Thunar/html/eu/images/file-manager-window.png
|
||||
share/doc/Thunar/html/eu/images/file-properties.png
|
||||
share/doc/Thunar/html/eu/images/preferences-advanced.png
|
||||
share/doc/Thunar/html/eu/images/preferences-behavior.png
|
||||
share/doc/Thunar/html/eu/images/preferences-side-pane.png
|
||||
share/doc/Thunar/html/eu/images/preferences-views.png
|
||||
share/doc/Thunar/html/eu/images/removable-drives-and-media.png
|
||||
share/doc/Thunar/html/eu/images/removable-media-unmount.png
|
||||
share/doc/Thunar/html/eu/images/sendto-menu.png
|
||||
share/doc/Thunar/html/eu/images/visible-columns.png
|
||||
share/doc/Thunar/html/eu/index.html
|
||||
share/doc/Thunar/html/eu/preferences.html
|
||||
share/doc/Thunar/html/eu/support.html
|
||||
share/doc/Thunar/html/eu/the-file-manager-window.html
|
||||
share/doc/Thunar/html/eu/using-removable-media.html
|
||||
share/doc/Thunar/html/eu/working-with-files-and-folders.html
|
||||
share/doc/Thunar/html/fr/
|
||||
share/doc/Thunar/html/fr/advanced-topics.html
|
||||
share/doc/Thunar/html/fr/copyright.html
|
||||
share/doc/Thunar/html/fr/customizing-thunar.html
|
||||
share/doc/Thunar/html/fr/faq.html
|
||||
share/doc/Thunar/html/fr/images/
|
||||
share/doc/Thunar/html/fr/images/bulk-rename.png
|
||||
share/doc/Thunar/html/fr/images/file-manager-window.png
|
||||
share/doc/Thunar/html/fr/images/file-properties.png
|
||||
share/doc/Thunar/html/fr/images/preferences-advanced.png
|
||||
share/doc/Thunar/html/fr/images/preferences-behavior.png
|
||||
share/doc/Thunar/html/fr/images/preferences-side-pane.png
|
||||
share/doc/Thunar/html/fr/images/preferences-views.png
|
||||
share/doc/Thunar/html/fr/images/removable-drives-and-media.png
|
||||
share/doc/Thunar/html/fr/images/removable-media-unmount.png
|
||||
share/doc/Thunar/html/fr/images/sendto-menu.png
|
||||
share/doc/Thunar/html/fr/images/visible-columns.png
|
||||
share/doc/Thunar/html/fr/index.html
|
||||
share/doc/Thunar/html/fr/preferences.html
|
||||
share/doc/Thunar/html/fr/support.html
|
||||
share/doc/Thunar/html/fr/the-file-manager-window.html
|
||||
share/doc/Thunar/html/fr/using-removable-media.html
|
||||
share/doc/Thunar/html/fr/working-with-files-and-folders.html
|
||||
share/doc/Thunar/html/ja/
|
||||
share/doc/Thunar/html/ja/advanced-topics.html
|
||||
share/doc/Thunar/html/ja/copyright.html
|
||||
share/doc/Thunar/html/ja/customizing-thunar.html
|
||||
share/doc/Thunar/html/ja/faq.html
|
||||
share/doc/Thunar/html/ja/images/
|
||||
share/doc/Thunar/html/ja/images/bulk-rename.png
|
||||
share/doc/Thunar/html/ja/images/file-manager-window.png
|
||||
share/doc/Thunar/html/ja/images/file-properties.png
|
||||
share/doc/Thunar/html/ja/images/preferences-advanced.png
|
||||
share/doc/Thunar/html/ja/images/preferences-behavior.png
|
||||
share/doc/Thunar/html/ja/images/preferences-side-pane.png
|
||||
share/doc/Thunar/html/ja/images/preferences-views.png
|
||||
share/doc/Thunar/html/ja/images/removable-drives-and-media.png
|
||||
share/doc/Thunar/html/ja/images/removable-media-unmount.png
|
||||
share/doc/Thunar/html/ja/images/sendto-menu.png
|
||||
share/doc/Thunar/html/ja/images/visible-columns.png
|
||||
share/doc/Thunar/html/ja/index.html
|
||||
share/doc/Thunar/html/ja/preferences.html
|
||||
share/doc/Thunar/html/ja/support.html
|
||||
share/doc/Thunar/html/ja/the-file-manager-window.html
|
||||
share/doc/Thunar/html/ja/using-removable-media.html
|
||||
share/doc/Thunar/html/ja/working-with-files-and-folders.html
|
||||
share/doc/Thunar/html/pl/
|
||||
share/doc/Thunar/html/pl/advanced-topics.html
|
||||
share/doc/Thunar/html/pl/copyright.html
|
||||
share/doc/Thunar/html/pl/customizing-thunar.html
|
||||
share/doc/Thunar/html/pl/faq.html
|
||||
share/doc/Thunar/html/pl/images/
|
||||
share/doc/Thunar/html/pl/images/bulk-rename.png
|
||||
share/doc/Thunar/html/pl/images/file-manager-window.png
|
||||
share/doc/Thunar/html/pl/images/file-properties.png
|
||||
share/doc/Thunar/html/pl/images/preferences-advanced.png
|
||||
share/doc/Thunar/html/pl/images/preferences-behavior.png
|
||||
share/doc/Thunar/html/pl/images/preferences-side-pane.png
|
||||
share/doc/Thunar/html/pl/images/preferences-views.png
|
||||
share/doc/Thunar/html/pl/images/removable-drives-and-media.png
|
||||
share/doc/Thunar/html/pl/images/removable-media-unmount.png
|
||||
share/doc/Thunar/html/pl/images/sendto-menu.png
|
||||
share/doc/Thunar/html/pl/images/visible-columns.png
|
||||
share/doc/Thunar/html/pl/index.html
|
||||
share/doc/Thunar/html/pl/preferences.html
|
||||
share/doc/Thunar/html/pl/support.html
|
||||
share/doc/Thunar/html/pl/the-file-manager-window.html
|
||||
share/doc/Thunar/html/pl/using-removable-media.html
|
||||
share/doc/Thunar/html/pl/working-with-files-and-folders.html
|
||||
share/doc/Thunar/html/ru/
|
||||
share/doc/Thunar/html/ru/advanced-topics.html
|
||||
share/doc/Thunar/html/ru/copyright.html
|
||||
share/doc/Thunar/html/ru/customizing-thunar.html
|
||||
share/doc/Thunar/html/ru/faq.html
|
||||
share/doc/Thunar/html/ru/images/
|
||||
share/doc/Thunar/html/ru/images/bulk-rename.png
|
||||
share/doc/Thunar/html/ru/images/file-manager-window.png
|
||||
share/doc/Thunar/html/ru/images/file-properties.png
|
||||
share/doc/Thunar/html/ru/images/preferences-advanced.png
|
||||
share/doc/Thunar/html/ru/images/preferences-behavior.png
|
||||
share/doc/Thunar/html/ru/images/preferences-side-pane.png
|
||||
share/doc/Thunar/html/ru/images/preferences-views.png
|
||||
share/doc/Thunar/html/ru/images/removable-drives-and-media.png
|
||||
share/doc/Thunar/html/ru/images/removable-media-unmount.png
|
||||
share/doc/Thunar/html/ru/images/sendto-menu.png
|
||||
share/doc/Thunar/html/ru/images/visible-columns.png
|
||||
share/doc/Thunar/html/ru/index.html
|
||||
share/doc/Thunar/html/ru/preferences.html
|
||||
share/doc/Thunar/html/ru/support.html
|
||||
share/doc/Thunar/html/ru/the-file-manager-window.html
|
||||
share/doc/Thunar/html/ru/using-removable-media.html
|
||||
share/doc/Thunar/html/ru/working-with-files-and-folders.html
|
||||
share/doc/Thunar/html/thunar.css
|
||||
share/doc/Thunar/html/zh_TW/
|
||||
share/doc/Thunar/html/zh_TW/advanced-topics.html
|
||||
share/doc/Thunar/html/zh_TW/copyright.html
|
||||
share/doc/Thunar/html/zh_TW/customizing-thunar.html
|
||||
share/doc/Thunar/html/zh_TW/faq.html
|
||||
share/doc/Thunar/html/zh_TW/images/
|
||||
share/doc/Thunar/html/zh_TW/images/bulk-rename.png
|
||||
share/doc/Thunar/html/zh_TW/images/file-manager-window.png
|
||||
share/doc/Thunar/html/zh_TW/images/file-properties.png
|
||||
share/doc/Thunar/html/zh_TW/images/preferences-advanced.png
|
||||
share/doc/Thunar/html/zh_TW/images/preferences-behavior.png
|
||||
share/doc/Thunar/html/zh_TW/images/preferences-side-pane.png
|
||||
share/doc/Thunar/html/zh_TW/images/preferences-views.png
|
||||
share/doc/Thunar/html/zh_TW/images/removable-drives-and-media.png
|
||||
share/doc/Thunar/html/zh_TW/images/removable-media-unmount.png
|
||||
share/doc/Thunar/html/zh_TW/images/sendto-menu.png
|
||||
share/doc/Thunar/html/zh_TW/images/visible-columns.png
|
||||
share/doc/Thunar/html/zh_TW/index.html
|
||||
share/doc/Thunar/html/zh_TW/preferences.html
|
||||
share/doc/Thunar/html/zh_TW/support.html
|
||||
share/doc/Thunar/html/zh_TW/the-file-manager-window.html
|
||||
share/doc/Thunar/html/zh_TW/using-removable-media.html
|
||||
share/doc/Thunar/html/zh_TW/working-with-files-and-folders.html
|
||||
share/examples/Thunar/
|
||||
@sample ${SYSCONFDIR}/xdg/Thunar/
|
||||
share/examples/Thunar/uca.xml
|
||||
@sample ${SYSCONFDIR}/xdg/Thunar/uca.xml
|
||||
share/icons/hicolor/16x16/apps/Thunar.png
|
||||
share/icons/hicolor/16x16/stock/
|
||||
share/icons/hicolor/16x16/stock/navigation/
|
||||
share/icons/hicolor/16x16/stock/navigation/stock_thunar-shortcuts.png
|
||||
share/icons/hicolor/16x16/stock/navigation/stock_thunar-templates.png
|
||||
share/icons/hicolor/24x24/apps/Thunar.png
|
||||
share/icons/hicolor/48x48/apps/Thunar.png
|
||||
share/icons/hicolor/scalable/
|
||||
share/icons/hicolor/scalable/apps/
|
||||
share/icons/hicolor/scalable/apps/Thunar.svg
|
||||
share/locale/be/LC_MESSAGES/Thunar.mo
|
||||
share/locale/ca/LC_MESSAGES/Thunar.mo
|
||||
share/locale/cs/LC_MESSAGES/Thunar.mo
|
||||
share/locale/de/LC_MESSAGES/Thunar.mo
|
||||
share/locale/dz/LC_MESSAGES/Thunar.mo
|
||||
share/locale/el/LC_MESSAGES/Thunar.mo
|
||||
share/locale/eo/LC_MESSAGES/Thunar.mo
|
||||
share/locale/es/LC_MESSAGES/Thunar.mo
|
||||
share/locale/et/LC_MESSAGES/Thunar.mo
|
||||
share/locale/eu/LC_MESSAGES/Thunar.mo
|
||||
share/locale/fi/LC_MESSAGES/Thunar.mo
|
||||
share/locale/fr/LC_MESSAGES/Thunar.mo
|
||||
share/locale/gl/LC_MESSAGES/Thunar.mo
|
||||
share/locale/he/LC_MESSAGES/Thunar.mo
|
||||
share/locale/hu/LC_MESSAGES/Thunar.mo
|
||||
share/locale/it/LC_MESSAGES/Thunar.mo
|
||||
share/locale/ja/LC_MESSAGES/Thunar.mo
|
||||
share/locale/ka/LC_MESSAGES/Thunar.mo
|
||||
share/locale/ko/LC_MESSAGES/Thunar.mo
|
||||
share/locale/lt/LC_MESSAGES/Thunar.mo
|
||||
share/locale/mk/LC_MESSAGES/Thunar.mo
|
||||
share/locale/nl/LC_MESSAGES/Thunar.mo
|
||||
share/locale/pl/LC_MESSAGES/Thunar.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/Thunar.mo
|
||||
share/locale/ro/LC_MESSAGES/Thunar.mo
|
||||
share/locale/ru/LC_MESSAGES/Thunar.mo
|
||||
share/locale/sv/LC_MESSAGES/Thunar.mo
|
||||
share/locale/uk/LC_MESSAGES/Thunar.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/Thunar.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/Thunar.mo
|
||||
share/pixmaps/Thunar/
|
||||
share/pixmaps/Thunar/Thunar-about-logo.png
|
||||
share/pixmaps/Thunar/Thunar-fallback-icon.png
|
||||
share/thumbnailers/
|
||||
share/thumbnailers/thunar-vfs-font-thumbnailer-1.desktop
|
||||
share/xfce4/panel-plugins/thunar-tpa.desktop
|
Loading…
Reference in New Issue
Block a user