summaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-12 01:49:18 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-12 01:49:18 +0800
commit0b45b5dca03f6324daa433815eeac3a59cfedb0f (patch)
tree1e3c416f97096203d3c358819c612b9a7ffcd5cd /x11-fm
parenta158156b7609acaba413f7eaec742061f91af99f (diff)
downloadmarcuscom-ports-0b45b5dca03f6324daa433815eeac3a59cfedb0f.tar
marcuscom-ports-0b45b5dca03f6324daa433815eeac3a59cfedb0f.tar.gz
marcuscom-ports-0b45b5dca03f6324daa433815eeac3a59cfedb0f.tar.bz2
marcuscom-ports-0b45b5dca03f6324daa433815eeac3a59cfedb0f.tar.lz
marcuscom-ports-0b45b5dca03f6324daa433815eeac3a59cfedb0f.tar.xz
marcuscom-ports-0b45b5dca03f6324daa433815eeac3a59cfedb0f.tar.zst
marcuscom-ports-0b45b5dca03f6324daa433815eeac3a59cfedb0f.zip
Sync w/ FreeBSD ports. Here's a script to get rid of MD5:
------------------ #!/bin/sh for blah in `find /path/to/ports -maxdepth 3 -name distinfo`; do sed -e 's|MD5.*||g' -e "/^$/d" ${blah} > ${blah}.new mv ${blah}.new ${blah} done ------------------ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16061 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/thunar/Makefile15
-rw-r--r--x11-fm/thunar/distinfo4
-rw-r--r--x11-fm/thunar/pkg-plist32
3 files changed, 27 insertions, 24 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile
index aa98760cb..82fa73a20 100644
--- a/x11-fm/thunar/Makefile
+++ b/x11-fm/thunar/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= Thunar
-PORTVERSION= 1.2.1
-PORTREVISION= 2
+PORTVERSION= 1.2.2
+PORTREVISION= 1
CATEGORIES= x11-fm xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME:L}/${PORTVERSION:R}
@@ -23,7 +23,7 @@ INSTALLS_ICONS= yes
USE_BZIP2= yes
USE_PERL5= yes
USE_GMAKE= yes
-USE_GNOME= desktopfileutils glib20 gnomehack gtk20 intltool intlhack pkgconfig gdkpixbuf2
+USE_GNOME= desktopfileutils gnomehack gtk20 intltool intlhack pkgconfig gdkpixbuf2
USE_LDCONFIG= yes
USE_XFCE= configenv libexo libmenu libutil
USE_XORG= sm x11
@@ -39,11 +39,13 @@ OPTIONS= DBUS "Enable D-BUS support" 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_WALL "Thunar Wallpaper plugin" on
+ PLUG_WALL "Thunar Wallpaper plugin" on \
+ GVFS "Add support for remote access" on
CONFIGURE_ARGS+= --disable-debug \
--enable-gio-unix \
--disable-gudev
+CONFIGURE_ENV+= ac_cv_prog_AWK="${AWK}"
MAN1= Thunar.1
@@ -111,7 +113,6 @@ PLIST_SUB+= PLUGIN_SBR="@comment "
.endif
.if !defined(WITHOUT_PLUG_TPA)
-#USE_XFCE+= xfcehack
CONFIGURE_ARGS+=--enable-tpa-plugin
PLIST_SUB+= PLUGIN_TPA=""
USE_XFCE+= panel
@@ -143,6 +144,10 @@ CONFIGURE_ARGS+=--enable-startup-notification
CONFIGURE_ARGS+=--disable-startup-notification
.endif
+.if defined(WITH_GVFS)
+USE_GNOME+=gvfs
+.endif
+
.if (${OSVERSION} < 701000)
CFLAGS+= -DHAVE_SYS_MOUNT_H
.endif
diff --git a/x11-fm/thunar/distinfo b/x11-fm/thunar/distinfo
index 9067d9d70..1169ec20b 100644
--- a/x11-fm/thunar/distinfo
+++ b/x11-fm/thunar/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xfce4/Thunar-1.2.1.tar.bz2) = 67e9886895771cf3b51af1ac5e13cb9e3892d2546a1a814869f83be06409a49b
-SIZE (xfce4/Thunar-1.2.1.tar.bz2) = 4181843
+SHA256 (xfce4/Thunar-1.2.2.tar.bz2) = 56b07dddde423ae7854c5edd433948a912c27afe2a60689ffc50df3d981e90f6
+SIZE (xfce4/Thunar-1.2.2.tar.bz2) = 4158257
diff --git a/x11-fm/thunar/pkg-plist b/x11-fm/thunar/pkg-plist
index e1f942c7d..0de136315 100644
--- a/x11-fm/thunar/pkg-plist
+++ b/x11-fm/thunar/pkg-plist
@@ -104,6 +104,17 @@ share/applications/thunar-settings.desktop
%%DOCSDIR%%/html/es/the-file-manager-window.html
%%DOCSDIR%%/html/es/using-removable-media.html
%%DOCSDIR%%/html/es/working-with-files-and-folders.html
+%%DOCSDIR%%/html/el/advanced-topics.html
+%%DOCSDIR%%/html/el/copyright.html
+%%DOCSDIR%%/html/el/customizing-thunar.html
+%%DOCSDIR%%/html/el/faq.html
+%%DOCSDIR%%/html/el/images
+%%DOCSDIR%%/html/el/index.html
+%%DOCSDIR%%/html/el/preferences.html
+%%DOCSDIR%%/html/el/support.html
+%%DOCSDIR%%/html/el/the-file-manager-window.html
+%%DOCSDIR%%/html/el/using-removable-media.html
+%%DOCSDIR%%/html/el/working-with-files-and-folders.html
%%DOCSDIR%%/html/eu/advanced-topics.html
%%DOCSDIR%%/html/eu/copyright.html
%%DOCSDIR%%/html/eu/customizing-thunar.html
@@ -289,17 +300,6 @@ share/applications/thunar-settings.desktop
%%DOCSDIR%%/html/zh_TW/the-file-manager-window.html
%%DOCSDIR%%/html/zh_TW/using-removable-media.html
%%DOCSDIR%%/html/zh_TW/working-with-files-and-folders.html
-%%DOCSDIR%%/html/el/advanced-topics.html
-%%DOCSDIR%%/html/el/copyright.html
-%%DOCSDIR%%/html/el/customizing-thunar.html
-%%DOCSDIR%%/html/el/faq.html
-%%DOCSDIR%%/html/el/index.html
-%%DOCSDIR%%/html/el/preferences.html
-%%DOCSDIR%%/html/el/support.html
-%%DOCSDIR%%/html/el/the-file-manager-window.html
-%%DOCSDIR%%/html/el/using-removable-media.html
-%%DOCSDIR%%/html/el/working-with-files-and-folders.html
-%%DOCSDIR%%/html/el/images
%%APIDOCS%%share/gtk-doc/html/thunarx/ThunarxFileInfo.html
%%APIDOCS%%share/gtk-doc/html/thunarx/ThunarxMenuProvider.html
%%APIDOCS%%share/gtk-doc/html/thunarx/ThunarxPreferencesProvider.html
@@ -333,13 +333,13 @@ share/applications/thunar-settings.desktop
%%APIDOCS%%share/gtk-doc/html/thunarx/thunarx.devhelp2
%%APIDOCS%%share/gtk-doc/html/thunarx/up.png
share/icons/hicolor/16x16/apps/Thunar.png
-share/icons/hicolor/16x16/stock/navigation/stock_thunar-shortcuts.png
-share/icons/hicolor/16x16/stock/navigation/stock_thunar-templates.png
share/icons/hicolor/16x16/stock/navigation/stock_folder-copy.png
share/icons/hicolor/16x16/stock/navigation/stock_folder-move.png
+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/24x24/stock/navigation/stock_folder-copy.png
share/icons/hicolor/24x24/stock/navigation/stock_folder-move.png
-share/icons/hicolor/24x24/apps/Thunar.png
share/icons/hicolor/48x48/apps/Thunar.png
share/icons/hicolor/scalable/apps/Thunar.svg
%%NLS%%share/locale/ar/LC_MESSAGES/Thunar.mo
@@ -397,8 +397,6 @@ share/icons/hicolor/scalable/apps/Thunar.svg
share/pixmaps/Thunar/Thunar-about-logo.png
%%PLUGIN_TPA%%share/xfce4/panel-plugins/thunar-tpa.desktop
%%PLUGIN_TPA%%@dirrmtry share/xfce4/panel-plugins
-%%PLUGIN_TPA%%@dirrmtry share/xfce4/panel/plugins
-%%PLUGIN_TPA%%@dirrmtry share/xfce4/panel
%%PLUGIN_TPA%%@dirrmtry share/xfce4
@dirrm share/pixmaps/Thunar
@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
@@ -442,10 +440,10 @@ share/pixmaps/Thunar/Thunar-about-logo.png
@dirrm %%DOCSDIR%%/html/fr
@dirrm %%DOCSDIR%%/html/eu
@dirrm %%DOCSDIR%%/html/es
+@dirrm %%DOCSDIR%%/html/el
@dirrm %%DOCSDIR%%/html/da
@dirrm %%DOCSDIR%%/html/ca
@dirrm %%DOCSDIR%%/html/bn
-@dirrm %%DOCSDIR%%/html/el
@dirrm %%DOCSDIR%%/html/C/images
@dirrm %%DOCSDIR%%/html/C
@dirrm %%DOCSDIR%%/html