summaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-03 05:11:55 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-03 05:11:55 +0800
commit7e8521c90682b969b872bd9a113907fd4e924ad0 (patch)
tree1a460beaf07a7241eacdb0619bcf7f03ef555dac /x11-fm
parent63d829c85512e732d3f7da0ccb65eb9ea145ba24 (diff)
downloadmarcuscom-ports-7e8521c90682b969b872bd9a113907fd4e924ad0.tar.gz
marcuscom-ports-7e8521c90682b969b872bd9a113907fd4e924ad0.tar.zst
marcuscom-ports-7e8521c90682b969b872bd9a113907fd4e924ad0.zip
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7488 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/xfce4-fm/Makefile47
-rw-r--r--x11-fm/xfce4-fm/distinfo3
-rw-r--r--x11-fm/xfce4-fm/files/patch-libs-tubo.c15
-rw-r--r--x11-fm/xfce4-fm/pkg-descr3
-rw-r--r--x11-fm/xfce4-fm/pkg-plist342
5 files changed, 410 insertions, 0 deletions
diff --git a/x11-fm/xfce4-fm/Makefile b/x11-fm/xfce4-fm/Makefile
new file mode 100644
index 000000000..eb735350d
--- /dev/null
+++ b/x11-fm/xfce4-fm/Makefile
@@ -0,0 +1,47 @@
+# New ports collection makefile for: xffm
+# Date created: 7 June 2003
+# Whom: James Earl <jdearl@telus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xfce4-fm
+PORTVERSION= 4.2.3
+PORTREVISION= 2
+CATEGORIES= x11-fm xfce
+MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
+ http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
+ http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/src/ \
+ http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/
+DISTNAME= xffm-${PORTVERSION}
+DIST_SUBDIR= xfce4
+
+MAINTAINER= oliver@FreeBSD.org
+COMMENT= XFce 4 file manager
+
+BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
+LIB_DEPENDS= dbh-1.0.1:${PORTSDIR}/databases/dbh \
+ xml2.5:${PORTSDIR}/textproc/libxml2 \
+ xfce4util.1:${PORTSDIR}/x11/libxfce4util \
+ xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
+
+USE_GETTEXT= yes
+USE_GNOME= gtk20 gnomehack
+USE_XPM= yes
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
+ CPPFLAGS=-I${LOCALBASE}/include \
+ LIBS=-L${LOCALBASE}/lib
+
+MAN1= fgr.1
+
+.if defined(WITH_LIBRSVG)
+USE_GNOME+= librsvg2
+CONFIGURE_ARGS+=--enable-librsvg
+.else
+CONFIGURE_ARGS+=--disable-librsvg
+.endif
+
+.include <bsd.port.mk>
diff --git a/x11-fm/xfce4-fm/distinfo b/x11-fm/xfce4-fm/distinfo
new file mode 100644
index 000000000..1e2280a4b
--- /dev/null
+++ b/x11-fm/xfce4-fm/distinfo
@@ -0,0 +1,3 @@
+MD5 (xfce4/xffm-4.2.3.tar.gz) = 5d2a990bb725b6720db93f34dd91a731
+SHA256 (xfce4/xffm-4.2.3.tar.gz) = 791a05a2fd695508ff6b3fd3e0e2be66de28a3d0bf86ee22e14126992d7aef21
+SIZE (xfce4/xffm-4.2.3.tar.gz) = 5117799
diff --git a/x11-fm/xfce4-fm/files/patch-libs-tubo.c b/x11-fm/xfce4-fm/files/patch-libs-tubo.c
new file mode 100644
index 000000000..07daa7eb8
--- /dev/null
+++ b/x11-fm/xfce4-fm/files/patch-libs-tubo.c
@@ -0,0 +1,15 @@
+--- libs/tubo.c.orig Sat Oct 8 11:33:42 2005
++++ libs/tubo.c Sat Oct 8 11:34:37 2005
+@@ -296,9 +296,12 @@
+ printf("tubowait...\n");
+ #endif
+ #ifdef __FreeBSD__
++#include <osreldate.h>
++#if __FreeBSD_version < 503000
+ /* This apparently does the bug workaround for wait failure
+ * on FreeBSD 5.1: */
+ if (kill(PID,SIGCONT) == 0) return TRUE;
++#endif
+ #endif
+ #ifdef HYPER_DEBUG
+ printf("tubowait...dead...\n");
diff --git a/x11-fm/xfce4-fm/pkg-descr b/x11-fm/xfce4-fm/pkg-descr
new file mode 100644
index 000000000..b6f183900
--- /dev/null
+++ b/x11-fm/xfce4-fm/pkg-descr
@@ -0,0 +1,3 @@
+XFce 4 file manager. Features samba network share support.
+
+WWW: http://www.xfce.org
diff --git a/x11-fm/xfce4-fm/pkg-plist b/x11-fm/xfce4-fm/pkg-plist
new file mode 100644
index 000000000..8baa8c7ca
--- /dev/null
+++ b/x11-fm/xfce4-fm/pkg-plist
@@ -0,0 +1,342 @@
+bin/fgr
+bin/scramble
+bin/xfbook
+bin/xfbook4
+bin/xfdiff4
+bin/xffrequent
+bin/xffrequent4
+bin/xffstab
+bin/xffstab4
+bin/xfglob4
+bin/xfmime-edit
+bin/xfrecent
+bin/xfrecent4
+bin/xfsamba4
+bin/xftrash4
+bin/xftree4
+bin/xffm
+lib/libxffm_actions.la
+lib/libxffm_actions.so
+lib/libxffm_actions.so.1
+lib/libxffm_basic.la
+lib/libxffm_basic.so
+lib/libxffm_basic.so.1
+lib/libxffm_calls.la
+lib/libxffm_calls.so
+lib/libxffm_calls.so.1
+lib/libxffm_cpy.la
+lib/libxffm_cpy.so
+lib/libxffm_cpy.so.1
+lib/libxffm_on_demand.la
+lib/libxffm_on_demand.so
+lib/libxffm_on_demand.so.1
+lib/libxffm_secondary.la
+lib/libxffm_secondary.so
+lib/libxffm_secondary.so.1
+lib/libxffm_tubo.la
+lib/libxffm_tubo.so
+lib/libxffm_tubo.so.1
+lib/xfce4/mcs-plugins/libxffmsettings.la
+lib/xfce4/mcs-plugins/libxffmsettings.so
+lib/xfce4/xffm/libxffm_book.la
+lib/xfce4/xffm/libxffm_book.so
+lib/xfce4/xffm/libxffm_book.so.1
+lib/xfce4/xffm/libxffm_fstab.la
+lib/xfce4/xffm/libxffm_fstab.so
+lib/xfce4/xffm/libxffm_fstab.so.1
+lib/xfce4/xffm/libxffm_prop.la
+lib/xfce4/xffm/libxffm_prop.so
+lib/xfce4/xffm/libxffm_prop.so.1
+lib/xfce4/xffm/libxffm_recent.la
+lib/xfce4/xffm/libxffm_recent.so
+lib/xfce4/xffm/libxffm_recent.so.1
+lib/xfce4/xffm/libxffm_find.la
+lib/xfce4/xffm/libxffm_find.so
+lib/xfce4/xffm/libxffm_find.so.1
+lib/xfce4/xffm/libxffm_smb.la
+lib/xfce4/xffm/libxffm_smb.so
+lib/xfce4/xffm/libxffm_smb.so.1
+lib/xfce4/xffm/libxffm_trash.la
+lib/xfce4/xffm/libxffm_trash.so
+lib/xfce4/xffm/libxffm_trash.so.1
+libdata/pkgconfig/xffm-1.0.pc
+share/applications/Xffm.desktop
+share/applications/Xfsamba.desktop
+share/applications/Xftree.desktop
+share/applications/Xfglob.desktop
+share/applications/Xfdiff.desktop
+share/applications/Xfbook.desktop
+share/applications/Xffstab.desktop
+share/applications/Xfmime_edit.desktop
+share/applications/xfce-filemanager-settings.desktop
+share/icons/hicolor/48x48/stock/generic/xfdiff.png
+share/icons/hicolor/48x48/stock/generic/xffm_icon.xpm
+share/icons/hicolor/48x48/stock/generic/ubu_head.jpg
+share/icons/hicolor/48x48/stock/generic/comp1.xpm
+share/icons/hicolor/48x48/stock/generic/new_win.xpm
+share/icons/hicolor/48x48/stock/generic/b-book-open.png
+share/icons/hicolor/48x48/stock/generic/b-book-closed.png
+share/icons/hicolor/48x48/stock/generic/b-home.png
+share/icons/hicolor/48x48/stock/generic/b-find.png
+share/icons/hicolor/48x48/stock/generic/b-frequent.png
+share/icons/hicolor/48x48/stock/generic/b-fstab.png
+share/icons/hicolor/48x48/stock/generic/b-network.png
+share/icons/hicolor/48x48/stock/generic/b-recent.png
+share/icons/hicolor/48x48/stock/generic/b-trash.png
+share/icons/hicolor/48x48/stock/generic/b-xffm_icon.png
+share/icons/hicolor/48x48/stock/generic/c-gid.png
+share/icons/hicolor/48x48/stock/generic/c-mode.png
+share/icons/hicolor/48x48/stock/generic/c-name.png
+share/icons/hicolor/48x48/stock/generic/c-size.png
+share/icons/hicolor/48x48/stock/generic/c-time.png
+share/icons/hicolor/48x48/stock/generic/c-uid.png
+share/icons/hicolor/48x48/stock/generic/d-application.png
+share/icons/hicolor/48x48/stock/generic/d-audio.png
+share/icons/hicolor/48x48/stock/generic/d-bomb.png
+share/icons/hicolor/48x48/stock/generic/d-exec.png
+share/icons/hicolor/48x48/stock/generic/d-file.png
+share/icons/hicolor/48x48/stock/generic/d-help.png
+share/icons/hicolor/48x48/stock/generic/d-image.png
+share/icons/hicolor/48x48/stock/generic/d-message.png
+share/icons/hicolor/48x48/stock/generic/d-model.png
+share/icons/hicolor/48x48/stock/generic/d-multipart.png
+share/icons/hicolor/48x48/stock/generic/d-no-access.png
+share/icons/hicolor/48x48/stock/generic/d-pirate.png
+share/icons/hicolor/48x48/stock/generic/d-symlink-broken.png
+share/icons/hicolor/48x48/stock/generic/d-symlink.png
+share/icons/hicolor/48x48/stock/generic/d-txt.png
+share/icons/hicolor/48x48/stock/generic/d-video.png
+share/icons/hicolor/48x48/stock/generic/d-waste_basket_empty.png
+share/icons/hicolor/48x48/stock/generic/d-waste_basket_full.png
+share/icons/hicolor/48x48/stock/generic/d-xfce.png
+share/icons/hicolor/48x48/stock/generic/dir-open.png
+share/icons/hicolor/48x48/stock/generic/dir-closed.png
+share/icons/hicolor/48x48/stock/generic/f-cdrom.png
+share/icons/hicolor/48x48/stock/generic/f-disk.png
+share/icons/hicolor/48x48/stock/generic/f-dvd.png
+share/icons/hicolor/48x48/stock/generic/f-floppy.png
+share/icons/hicolor/48x48/stock/generic/f-memory.png
+share/icons/hicolor/48x48/stock/generic/f-netdisk.png
+share/icons/hicolor/48x48/stock/generic/go-back.png
+share/icons/hicolor/48x48/stock/generic/go-forward.png
+share/icons/hicolor/48x48/stock/generic/go-home.png
+share/icons/hicolor/48x48/stock/generic/go-jump.png
+share/icons/hicolor/48x48/stock/generic/go-start.png
+share/icons/hicolor/48x48/stock/generic/go-up.png
+share/icons/hicolor/48x48/stock/generic/downarrow.png
+share/icons/hicolor/48x48/stock/generic/t-preferences.png
+share/icons/hicolor/48x48/stock/generic/t-xfmime-edit.png
+share/icons/hicolor/48x48/stock/generic/t-exec.png
+share/icons/hicolor/48x48/stock/generic/t-find.png
+share/icons/hicolor/48x48/stock/generic/t-new-directory.png
+share/icons/hicolor/48x48/stock/generic/t-new-file.png
+share/icons/hicolor/48x48/stock/generic/t-quit.png
+share/icons/hicolor/48x48/stock/generic/t-reload.png
+share/icons/hicolor/48x48/stock/generic/t-terminal.png
+share/icons/hicolor/48x48/stock/generic/t-xfce-setting-show.png
+share/icons/hicolor/48x48/stock/generic/a-apply.png
+share/icons/hicolor/48x48/stock/generic/t-xfdiff.png
+share/icons/hicolor/48x48/stock/generic/t-zoom-in.png
+share/icons/hicolor/48x48/stock/generic/t-zoom-out.png
+share/icons/hicolor/48x48/stock/generic/t-zoom-view.png
+share/icons/hicolor/48x48/stock/generic/a-info.png
+share/icons/hicolor/48x48/stock/generic/a-pause.png
+share/icons/hicolor/48x48/stock/generic/a-question.png
+share/icons/hicolor/48x48/stock/generic/a-stop.png
+share/icons/hicolor/48x48/stock/generic/a-clear.png
+share/icons/hicolor/48x48/stock/generic/a-next.png
+share/icons/hicolor/48x48/stock/generic/a-prev.png
+share/icons/hicolor/48x48/stock/generic/a-quit.png
+share/icons/hicolor/48x48/stock/generic/a-refresh.png
+share/icons/hicolor/48x48/stock/generic/a-open.png
+share/icons/hicolor/48x48/stock/generic/a-convert.png
+share/icons/hicolor/48x48/stock/generic/p-unknown.png
+share/icons/hicolor/48x48/stock/generic/p-edit.png
+share/icons/hicolor/48x48/stock/generic/p-file1.png
+share/icons/hicolor/48x48/stock/generic/p-file2.png
+share/icons/hicolor/48x48/stock/generic/p-games.png
+share/icons/hicolor/48x48/stock/generic/p-man.png
+share/icons/hicolor/48x48/stock/generic/p-multimedia.png
+share/icons/hicolor/48x48/stock/generic/p-network.png
+share/icons/hicolor/48x48/stock/generic/p-paint.png
+share/icons/hicolor/48x48/stock/generic/p-print.png
+share/icons/hicolor/48x48/stock/generic/p-schedule.png
+share/icons/hicolor/48x48/stock/generic/p-sound.png
+share/icons/hicolor/48x48/stock/generic/p-terminal.png
+share/icons/hicolor/48x48/stock/generic/p-newmail.png
+share/icons/hicolor/48x48/stock/generic/p-nomail.png
+share/icons/hicolor/48x48/stock/generic/p-oldmail.png
+share/icons/hicolor/48x48/stock/generic/t-pastelink.png
+share/locale/af/LC_MESSAGES/xffm.mo
+share/locale/ar/LC_MESSAGES/xffm.mo
+share/locale/az/LC_MESSAGES/xffm.mo
+share/locale/bg/LC_MESSAGES/xffm.mo
+share/locale/bn_IN/LC_MESSAGES/xffm.mo
+share/locale/ca/LC_MESSAGES/xffm.mo
+share/locale/cs/LC_MESSAGES/xffm.mo
+share/locale/de/LC_MESSAGES/xffm.mo
+share/locale/en_GB/LC_MESSAGES/xffm.mo
+share/locale/es/LC_MESSAGES/xffm.mo
+share/locale/es_MX/LC_MESSAGES/xffm.mo
+share/locale/et/LC_MESSAGES/xffm.mo
+share/locale/eu/LC_MESSAGES/xffm.mo
+share/locale/fa/LC_MESSAGES/xffm.mo
+share/locale/fi/LC_MESSAGES/xffm.mo
+share/locale/fr/LC_MESSAGES/xffm.mo
+share/locale/gu/LC_MESSAGES/xffm.mo
+share/locale/he/LC_MESSAGES/xffm.mo
+share/locale/hi/LC_MESSAGES/xffm.mo
+share/locale/hu/LC_MESSAGES/xffm.mo
+share/locale/it/LC_MESSAGES/xffm.mo
+share/locale/ja/LC_MESSAGES/xffm.mo
+share/locale/ko/LC_MESSAGES/xffm.mo
+share/locale/ku/LC_MESSAGES/xffm.mo
+share/locale/lt/LC_MESSAGES/xffm.mo
+share/locale/mr/LC_MESSAGES/xffm.mo
+share/locale/ms/LC_MESSAGES/xffm.mo
+share/locale/nb_NO/LC_MESSAGES/xffm.mo
+share/locale/nl/LC_MESSAGES/xffm.mo
+share/locale/pa/LC_MESSAGES/xffm.mo
+share/locale/pl/LC_MESSAGES/xffm.mo
+share/locale/pt_BR/LC_MESSAGES/xffm.mo
+share/locale/pt_PT/LC_MESSAGES/xffm.mo
+share/locale/sk/LC_MESSAGES/xffm.mo
+share/locale/sl/LC_MESSAGES/xffm.mo
+share/locale/sv/LC_MESSAGES/xffm.mo
+share/locale/ta/LC_MESSAGES/xffm.mo
+share/locale/tr/LC_MESSAGES/xffm.mo
+share/locale/uk/LC_MESSAGES/xffm.mo
+share/locale/vi/LC_MESSAGES/xffm.mo
+share/locale/zh_CN/LC_MESSAGES/xffm.mo
+share/locale/zh_TW/LC_MESSAGES/xffm.mo
+share/xfce4/doc/C/images/book_popup.png
+share/xfce4/doc/C/images/column_titles_popup.png
+share/xfce4/doc/C/images/diagnostics_window.png
+share/xfce4/doc/C/images/directory_popup.png
+share/xfce4/doc/C/images/directory_popup_unmount.png
+share/xfce4/doc/C/images/file_popup.png
+share/xfce4/doc/C/images/file_subpopup.png
+share/xfce4/doc/C/images/filter_box.png
+share/xfce4/doc/C/images/frequent_popup.png
+share/xfce4/doc/C/images/fstab_popup_mount.png
+share/xfce4/doc/C/images/fstab_popup_unmount.png
+share/xfce4/doc/C/images/go_menu.png
+share/xfce4/doc/C/images/hide_show_buttons.png
+share/xfce4/doc/C/images/icon_title_smartbutton.png
+share/xfce4/doc/C/images/main_menu.png
+share/xfce4/doc/C/images/mcs-plugin.png
+share/xfce4/doc/C/images/netfile_popup.png
+share/xfce4/doc/C/images/netshare_popup.png
+share/xfce4/doc/C/images/open_menu.png
+share/xfce4/doc/C/images/options_menu.png
+share/xfce4/doc/C/images/preferences_menu.png
+share/xfce4/doc/C/images/recent_popup.png
+share/xfce4/doc/C/images/sidebar_filesubmenu.png
+share/xfce4/doc/C/images/sidebar_go.png
+share/xfce4/doc/C/images/sidebar_multiple_select.png
+share/xfce4/doc/C/images/sidebar_open.png
+share/xfce4/doc/C/images/sidebar_options.png
+share/xfce4/doc/C/images/sidebar_paste.png
+share/xfce4/doc/C/images/sidebar_tools.png
+share/xfce4/doc/C/images/sort_subpopup.png
+share/xfce4/doc/C/images/t_main_menu.png
+share/xfce4/doc/C/images/tools_menu.png
+share/xfce4/doc/C/images/trash_popup.png
+share/xfce4/doc/C/images/xffm_default.png
+share/xfce4/doc/C/xffm.html
+share/xfce4/doc/fr/images/book_popup.png
+share/xfce4/doc/fr/images/column_titles_popup.png
+share/xfce4/doc/fr/images/diagnostics_window.png
+share/xfce4/doc/fr/images/directory_popup.png
+share/xfce4/doc/fr/images/directory_popup_unmount.png
+share/xfce4/doc/fr/images/file_popup.png
+share/xfce4/doc/fr/images/file_subpopup.png
+share/xfce4/doc/fr/images/filter_box.png
+share/xfce4/doc/fr/images/frequent_popup.png
+share/xfce4/doc/fr/images/fstab_popup_mount.png
+share/xfce4/doc/fr/images/go_menu.png
+share/xfce4/doc/fr/images/hide_show_buttons.png
+share/xfce4/doc/fr/images/icon_title_smartbutton.png
+share/xfce4/doc/fr/images/main_menu.png
+share/xfce4/doc/fr/images/mcs-plugin.png
+share/xfce4/doc/fr/images/netfile_popup.png
+share/xfce4/doc/fr/images/open_menu.png
+share/xfce4/doc/fr/images/options_menu.png
+share/xfce4/doc/fr/images/preferences_menu.png
+share/xfce4/doc/fr/images/recent_popup.png
+share/xfce4/doc/fr/images/sidebar_filesubmenu.png
+share/xfce4/doc/fr/images/sidebar_go.png
+share/xfce4/doc/fr/images/sidebar_multiple_select.png
+share/xfce4/doc/fr/images/sidebar_open.png
+share/xfce4/doc/fr/images/sidebar_options.png
+share/xfce4/doc/fr/images/sidebar_paste.png
+share/xfce4/doc/fr/images/sidebar_tools.png
+share/xfce4/doc/fr/images/sort_subpopup.png
+share/xfce4/doc/fr/images/tools_menu.png
+share/xfce4/doc/fr/images/trash_popup.png
+share/xfce4/doc/fr/images/xffm_default.png
+share/xfce4/doc/fr/xffm.html
+share/xfce4/doc/he/images/book_popup.png
+share/xfce4/doc/he/images/column_titles_popup.png
+share/xfce4/doc/he/images/diagnostics_window.png
+share/xfce4/doc/he/images/directory_popup.png
+share/xfce4/doc/he/images/directory_popup_unmount.png
+share/xfce4/doc/he/images/file_popup.png
+share/xfce4/doc/he/images/file_subpopup.png
+share/xfce4/doc/he/images/filter_box.png
+share/xfce4/doc/he/images/frequent_popup.png
+share/xfce4/doc/he/images/fstab_popup_mount.png
+share/xfce4/doc/he/images/go_menu.png
+share/xfce4/doc/he/images/hide_show_buttons.png
+share/xfce4/doc/he/images/icon_title_smartbutton.png
+share/xfce4/doc/he/images/main_menu.png
+share/xfce4/doc/he/images/mcs-plugin.png
+share/xfce4/doc/he/images/netfile_popup.png
+share/xfce4/doc/he/images/netshare_popup.png
+share/xfce4/doc/he/images/open_menu.png
+share/xfce4/doc/he/images/options_menu.png
+share/xfce4/doc/he/images/preferences_menu.png
+share/xfce4/doc/he/images/recent_popup.png
+share/xfce4/doc/he/images/sidebar_filesubmenu.png
+share/xfce4/doc/he/images/sidebar_go.png
+share/xfce4/doc/he/images/sidebar_multiple_select.png
+share/xfce4/doc/he/images/sidebar_open.png
+share/xfce4/doc/he/images/sidebar_options.png
+share/xfce4/doc/he/images/sidebar_paste.png
+share/xfce4/doc/he/images/sidebar_tools.png
+share/xfce4/doc/he/images/sort_subpopup.png
+share/xfce4/doc/he/images/tools_menu.png
+share/xfce4/doc/he/images/trash_popup.png
+share/xfce4/doc/he/images/xffm_default.png
+share/xfce4/doc/he/xffm.html
+share/xfce4/xffm/AUTHORS
+share/xfce4/xffm/AUTHORS.vi
+share/xfce4/xffm/xffm.spec
+share/xfce4/xffm/xffm.spec.in
+@dirrm lib/xfce4/xffm
+@dirrmtry lib/xfce4/mcs-plugins
+@dirrmtry lib/xfce4
+@dirrmtry share/applications
+@dirrmtry share/icons/hicolor/48x48/stock/generic
+@dirrmtry share/icons/hicolor/48x48/stock
+@dirrmtry share/icons/hicolor/48x48
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/nb_NO/LC_MESSAGES
+@dirrmtry share/locale/nb_NO
+@dirrmtry share/xfce4/doc/C/images
+@dirrmtry share/xfce4/doc/C
+@dirrmtry share/xfce4/doc/fr/images
+@dirrmtry share/xfce4/doc/fr
+@dirrmtry share/xfce4/doc/he/images
+@dirrmtry share/xfce4/doc/he
+@dirrmtry share/xfce4/doc
+@dirrmtry share/xfce4/mime
+@dirrm share/xfce4/xffm
+@dirrmtry share/xfce4
+@dirrm share/xffm/pixmaps
+@dirrm share/xffm