summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2009-03-02 16:51:57 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2009-03-02 16:51:57 +0000
commit395f5a4663fa4199738c47657facbf79c5835dbd (patch)
treeb041405e6daaf431accdd59687256a169537b115 /x11-fm
parent- Fix MOVED file format (diff)
update Xfce to 4.6
for more information please read http://www.xfce.org/about/news?id=21
Notes
Notes: svn path=/head/; revision=229341
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/thunar/Makefile27
-rw-r--r--x11-fm/thunar/distinfo9
-rw-r--r--x11-fm/thunar/pkg-plist29
3 files changed, 48 insertions, 17 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile
index 529b6712a7cc..4c12f6dd230d 100644
--- a/x11-fm/thunar/Makefile
+++ b/x11-fm/thunar/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= Thunar
-PORTVERSION= 0.9.3
-PORTREVISION= 0
+PORTVERSION= 1.0.0
CATEGORIES= x11-fm xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
@@ -17,9 +16,6 @@ COMMENT= XFce 4 file manager
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
-PATCHFILES= Thunar-0.9.0-missing-audio-cds-for-volman.patch
-PATCH_SITES= http://thunar.xfce.org/download/sources/Thunar/0.9.0/
-
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_BZIP2= yes
@@ -31,16 +27,17 @@ USE_XFCE= configenv libexo libutil
OPTIONS= DBUS "Enable D-BUS support" on \
JPEG "Enable JPEG support" on \
- FAM "Enable FAM support" off \
- HAL "Enable HAL support" on \
+ FAM "Enable FAM support" on \
+ HAL "Enable HAL support" on \
GCONF "Enable GCONF support" off \
STARTUP "Enable startup notification support" on \
- PLUG_APR "Thunar Advanced Properties plugin" on \
+ PLUG_APR "Thunar Advanced Properties plugin" on \
PLUG_APR_EXIF "Exif support for the APR plugin" off \
- PLUG_SBR "Thunar Simple Builtin Renamers plugin" on \
+ PLUG_SBR "Thunar Simple Builtin Renamers plugin" on \
PLUG_SBR_PCRE "Regular expression support for the SBR plugin" off \
- PLUG_TPA "Thunar Trash Panel Applet plugin" on \
- PLUG_UCA "Thunar User Customizable Actions plugin" on
+ PLUG_TPA "Thunar Trash Panel Applet plugin" on \
+ PLUG_UCA "Thunar User Customizable Actions plugin" on \
+ PLUG_WALL "Thunar Wallpaper plugin" on
MAN1= Thunar.1
@@ -124,6 +121,14 @@ CONFIGURE_ARGS+=--disable-uca-plugin
PLIST_SUB+= PLUGIN_UCA="@comment "
.endif
+.if !defined(WITHOUT_PLUG_WALL)
+CONFIGURE_ARGS+=--enable-wallpaper-plugin
+PLIST_SUB+= PLUGIN_WALL=""
+.else
+CONFIGURE_ARGS+=--disable-wallpaper-plugin
+PLIST_SUB+= PLUGIN_WALL="@comment "
+.endif
+
.if !defined(WITHOUT_STARTUP)
LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
CONFIGURE_ARGS+=--enable-startup-notification
diff --git a/x11-fm/thunar/distinfo b/x11-fm/thunar/distinfo
index f226b532d718..0f40976e6da8 100644
--- a/x11-fm/thunar/distinfo
+++ b/x11-fm/thunar/distinfo
@@ -1,6 +1,3 @@
-MD5 (xfce4/Thunar-0.9.3.tar.bz2) = 438b0d55ac9ecabdb58f84c4c039ae5c
-SHA256 (xfce4/Thunar-0.9.3.tar.bz2) = 8820d847d908ae96f9f27fae63ea7ebab91d3fc6c8e1a975157978f89c285e8d
-SIZE (xfce4/Thunar-0.9.3.tar.bz2) = 6502363
-MD5 (xfce4/Thunar-0.9.0-missing-audio-cds-for-volman.patch) = 113e748cc7f391a409608dc896dbac82
-SHA256 (xfce4/Thunar-0.9.0-missing-audio-cds-for-volman.patch) = 5a42f8cbaeaf172c6eca62fad260e16cdcc8adfc70efdf1ab426dac4aeaf202e
-SIZE (xfce4/Thunar-0.9.0-missing-audio-cds-for-volman.patch) = 4278
+MD5 (xfce4/Thunar-1.0.0.tar.bz2) = 468c240a4f65a217ec2b6132e85cd84e
+SHA256 (xfce4/Thunar-1.0.0.tar.bz2) = a417a919a2b74d452b54ae104da9f86f1ff30d81bf6f808108419814eafa01ad
+SIZE (xfce4/Thunar-1.0.0.tar.bz2) = 7118044
diff --git a/x11-fm/thunar/pkg-plist b/x11-fm/thunar/pkg-plist
index 6266b383fe33..bc11400db8d5 100644
--- a/x11-fm/thunar/pkg-plist
+++ b/x11-fm/thunar/pkg-plist
@@ -1,5 +1,6 @@
bin/Thunar
bin/thunar
+bin/thunar-settings
%%PLUGIN_UCA%%etc/xdg/Thunar/uca.xml
include/thunar-vfs-1/thunar-vfs/thunar-vfs-config.h
include/thunar-vfs-1/thunar-vfs/thunar-vfs-enum-types.h
@@ -42,6 +43,8 @@ lib/libthunarx-1.so.5
%%PLUGIN_SBR%%lib/thunarx-1/thunar-sbr.so
%%PLUGIN_UCA%%lib/thunarx-1/thunar-uca.la
%%PLUGIN_UCA%%lib/thunarx-1/thunar-uca.so
+%%PLUGIN_WALL%%lib/thunarx-1/thunar-wallpaper-plugin.so
+%%PLUGIN_WALL%%lib/thunarx-1/thunar-wallpaper-plugin.la
libdata/pkgconfig/thunar-vfs-1.pc
libdata/pkgconfig/thunarx-1.pc
libexec/ThunarBulkRename
@@ -56,6 +59,7 @@ share/Thunar/sendto/thunar-sendto-email.desktop
share/applications/Thunar-bulk-rename.desktop
share/applications/Thunar-folder-handler.desktop
share/applications/Thunar.desktop
+share/applications/thunar-settings.desktop
%%WITH_DBUS%%share/dbus-1/services/org.xfce.FileManager.service
%%WITH_DBUS%%share/dbus-1/services/org.xfce.Thunar.service
share/gtk-doc/html/thunar-vfs/ThunarVfsGroup.html
@@ -299,6 +303,27 @@ share/gtk-doc/html/thunarx/up.png
%%DOCSDIR%%/html/ru/using-removable-media.html
%%DOCSDIR%%/html/ru/working-with-files-and-folders.html
%%DOCSDIR%%/html/thunar.css
+%%DOCSDIR%%/html/tr/images/bulk-rename.png
+%%DOCSDIR%%/html/tr/images/file-manager-window.png
+%%DOCSDIR%%/html/tr/images/file-properties.png
+%%DOCSDIR%%/html/tr/images/preferences-advanced.png
+%%DOCSDIR%%/html/tr/images/preferences-behavior.png
+%%DOCSDIR%%/html/tr/images/preferences-side-pane.png
+%%DOCSDIR%%/html/tr/images/preferences-views.png
+%%DOCSDIR%%/html/tr/images/removable-drives-and-media.png
+%%DOCSDIR%%/html/tr/images/removable-media-unmount.png
+%%DOCSDIR%%/html/tr/images/sendto-menu.png
+%%DOCSDIR%%/html/tr/images/visible-columns.png
+%%DOCSDIR%%/html/tr/advanced-topics.html
+%%DOCSDIR%%/html/tr/copyright.html
+%%DOCSDIR%%/html/tr/customizing-thunar.html
+%%DOCSDIR%%/html/tr/faq.html
+%%DOCSDIR%%/html/tr/index.html
+%%DOCSDIR%%/html/tr/preferences.html
+%%DOCSDIR%%/html/tr/support.html
+%%DOCSDIR%%/html/tr/the-file-manager-window.html
+%%DOCSDIR%%/html/tr/using-removable-media.html
+%%DOCSDIR%%/html/tr/working-with-files-and-folders.html
%%DOCSDIR%%/html/zh_TW/advanced-topics.html
%%DOCSDIR%%/html/zh_TW/copyright.html
%%DOCSDIR%%/html/zh_TW/customizing-thunar.html
@@ -405,6 +430,8 @@ share/thumbnailers/thunar-vfs-font-thumbnailer-1.desktop
@dirrm %%DOCSDIR%%/html/pl
@dirrmtry %%DOCSDIR%%/html/ru/images
@dirrm %%DOCSDIR%%/html/ru
+@dirrmtry %%DOCSDIR%%/html/tr/images
+@dirrm %%DOCSDIR%%/html/tr
@dirrmtry %%DOCSDIR%%/html/zh_TW/images
@dirrm %%DOCSDIR%%/html/zh_TW
@dirrm %%DOCSDIR%%/html
@@ -428,4 +455,6 @@ share/thumbnailers/thunar-vfs-font-thumbnailer-1.desktop
@dirrmtry share/locale/dz
@dirrmtry share/locale/nn_NO/LC_MESSAGES
@dirrmtry share/locale/nn_NO
+@dirrmtry share/locale/tr/LC_MESSAGES
+@dirrmtry share/locale/tr
@dirrm share/thumbnailers