View | Details | Raw Unified | Return to bug 156583
Collapse All | Expand All

(-)xfce4-desktop/Makefile (-12 / +29 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	xfce4-desktop
8
PORTNAME=	xfce4-desktop
9
PORTVERSION=	4.8.1
9
PORTVERSION=	4.8.2
10
PORTREVISION=	2
11
CATEGORIES=	x11-wm xfce
10
CATEGORIES=	x11-wm xfce
12
MASTER_SITES=	${MASTER_SITE_XFCE}
11
MASTER_SITES=	${MASTER_SITE_XFCE}
13
MASTER_SITE_SUBDIR=	src/xfce/xfdesktop/${PORTVERSION:R}
12
MASTER_SITE_SUBDIR=	src/xfce/xfdesktop/${PORTVERSION:R}
Lines 17-45 Link Here
17
MAINTAINER=	oliver@FreeBSD.org
16
MAINTAINER=	oliver@FreeBSD.org
18
COMMENT=	XFce 4 desktop background manager and root menu
17
COMMENT=	XFce 4 desktop background manager and root menu
19
18
20
LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
19
DOCSDIR=	${PREFIX}/share/doc/xfdesktop
20
21
LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
22
		wnck-1.22:${PORTSDIR}/x11-toolkits/libwnck \
23
		notify.1:${PORTSDIR}/devel/libnotify
21
24
22
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
23
INSTALLS_ICONS=	yes
26
INSTALLS_ICONS=	yes
24
USE_BZIP2=	yes
27
USE_BZIP2=	yes
25
USE_GETTEXT=	yes
26
USE_GMAKE=	yes
28
USE_GMAKE=	yes
27
USE_GNOME=	glib20 gnometarget gtk20 intltool intlhack pkgconfig
29
USE_GNOME=	glib20 gnomehack gtk20 intltool intlhack pkgconfig \
28
USE_LDCONFIG=	yes
30
		desktopfileutils
29
USE_XFCE=	configenv garcon libgui libmenu libutil panel xfconf \
31
USE_XFCE=	configenv garcon libmenu libutil xfconf
30
		libexo
31
32
32
OPTIONS=	THUNAR	"Enable thunar support"		on
33
CONFIGURE_ARGS+=	--enable-gio-unix \
34
		--enable-notifications
35
36
OPTIONS=	THUNAR	"Enable thunar support"		on \
37
		NLS "Enable Native Language Support" on
33
38
34
MAN1=		xfdesktop.1
39
MAN1=		xfdesktop.1
35
40
36
.include <bsd.port.pre.mk>
41
.include <bsd.port.pre.mk>
37
42
38
.if !defined(WITHOUT_THUNAR)
43
.if !defined(WITHOUT_THUNAR)
39
CONFIGURE_ARGS+=--enable-thunarx
44
CONFIGURE_ARGS+=--enable-thunarx --enable-exo
40
USE_XFCE+=	thunar
45
USE_XFCE+=	libexo thunar
46
.else
47
CONFIGURE_ARGS+=--disable-thunarx --disable-exo
48
.endif
49
50
.if !defined(WITHOUT_NLS)
51
USE_GETTEXT=	yes
52
CONFIGURE_ARGS+=--enable-nls
53
PLIST_SUB+=	NLS=""
41
.else
54
.else
42
CONFIGURE_ARGS+=--disable-thunarx
55
CONFIGURE_ARGS+=--disable-nls
56
PLIST_SUB+=	NLS="@comment "
43
.endif
57
.endif
44
58
59
post-install:
60
	@-update-desktop-database
61
45
.include <bsd.port.post.mk>
62
.include <bsd.port.post.mk>
(-)xfce4-desktop/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xfce4/xfdesktop-4.8.1.tar.bz2) = 596483b9faf0c7617f265a8f30981f205aa1eecbd27d2d9428921cf9700740b8
1
SHA256 (xfce4/xfdesktop-4.8.2.tar.bz2) = 9d0a48c4e9ed6723a3f9a1c5303e2bbe9b04a3b483c52472da46881df4595e71
2
SIZE (xfce4/xfdesktop-4.8.1.tar.bz2) = 2717331
2
SIZE (xfce4/xfdesktop-4.8.2.tar.bz2) = 2686151
(-)xfce4-desktop/pkg-plist (-138 / +151 lines)
Lines 1-113 Link Here
1
bin/xfdesktop
1
bin/xfdesktop
2
bin/xfdesktop-settings
2
bin/xfdesktop-settings
3
share/applications/xfce-backdrop-settings.desktop
3
share/applications/xfce-backdrop-settings.desktop
4
share/doc/xfdesktop/html/C/images/root_menu.png
4
%%DOCSDIR%%/html/C/images/root_menu.png
5
share/doc/xfdesktop/html/C/images/root_menu2.png
5
%%DOCSDIR%%/html/C/images/root_menu2.png
6
share/doc/xfdesktop/html/C/images/select_bg_color.png
6
%%DOCSDIR%%/html/C/images/select_bg_color.png
7
share/doc/xfdesktop/html/C/images/xfdesktop-background-tab.png
7
%%DOCSDIR%%/html/C/images/xfdesktop-background-tab.png
8
share/doc/xfdesktop/html/C/images/xfdesktop-icons-tab.png
8
%%DOCSDIR%%/html/C/images/xfdesktop-icons-tab.png
9
share/doc/xfdesktop/html/C/images/xfdesktop-menus-tab.png
9
%%DOCSDIR%%/html/C/images/xfdesktop-menus-tab.png
10
share/doc/xfdesktop/html/C/index.html
10
%%DOCSDIR%%/html/C/index.html
11
share/doc/xfdesktop/html/bn/images
11
%%DOCSDIR%%/html/bn/images
12
share/doc/xfdesktop/html/bn/index.html
12
%%DOCSDIR%%/html/bn/index.html
13
share/doc/xfdesktop/html/ca/images
13
%%DOCSDIR%%/html/ca/images
14
share/doc/xfdesktop/html/ca/index.html
14
%%DOCSDIR%%/html/ca/index.html
15
share/doc/xfdesktop/html/da/images
15
%%DOCSDIR%%/html/da/images
16
share/doc/xfdesktop/html/da/index.html
16
%%DOCSDIR%%/html/da/index.html
17
share/doc/xfdesktop/html/fr/images/root_menu.png
17
%%DOCSDIR%%/html/el/images
18
share/doc/xfdesktop/html/fr/images/root_menu2.png
18
%%DOCSDIR%%/html/el/index.html
19
share/doc/xfdesktop/html/fr/images/select_bg_color.png
19
%%DOCSDIR%%/html/fr/images/root_menu.png
20
share/doc/xfdesktop/html/fr/images/xfdesktop-background-tab.png
20
%%DOCSDIR%%/html/fr/images/root_menu2.png
21
share/doc/xfdesktop/html/fr/images/xfdesktop-icons-tab.png
21
%%DOCSDIR%%/html/fr/images/select_bg_color.png
22
share/doc/xfdesktop/html/fr/images/xfdesktop-menus-tab.png
22
%%DOCSDIR%%/html/fr/images/xfdesktop-background-tab.png
23
share/doc/xfdesktop/html/fr/index.html
23
%%DOCSDIR%%/html/fr/images/xfdesktop-icons-tab.png
24
share/doc/xfdesktop/html/gl/images
24
%%DOCSDIR%%/html/fr/images/xfdesktop-menus-tab.png
25
share/doc/xfdesktop/html/gl/index.html
25
%%DOCSDIR%%/html/fr/index.html
26
share/doc/xfdesktop/html/it/images
26
%%DOCSDIR%%/html/gl/images
27
share/doc/xfdesktop/html/it/index.html
27
%%DOCSDIR%%/html/gl/index.html
28
share/doc/xfdesktop/html/ja/images/root_menu.png
28
%%DOCSDIR%%/html/id/images
29
share/doc/xfdesktop/html/ja/images/root_menu2.png
29
%%DOCSDIR%%/html/id/index.html
30
share/doc/xfdesktop/html/ja/images/select_bg_color.png
30
%%DOCSDIR%%/html/it/images
31
share/doc/xfdesktop/html/ja/images/xfdesktop-background-tab.png
31
%%DOCSDIR%%/html/it/index.html
32
share/doc/xfdesktop/html/ja/images/xfdesktop-icons-tab.png
32
%%DOCSDIR%%/html/ja/images/root_menu.png
33
share/doc/xfdesktop/html/ja/images/xfdesktop-menus-tab.png
33
%%DOCSDIR%%/html/ja/images/root_menu2.png
34
share/doc/xfdesktop/html/ja/index.html
34
%%DOCSDIR%%/html/ja/images/select_bg_color.png
35
share/doc/xfdesktop/html/ru/images
35
%%DOCSDIR%%/html/ja/images/xfdesktop-background-tab.png
36
share/doc/xfdesktop/html/ru/index.html
36
%%DOCSDIR%%/html/ja/images/xfdesktop-icons-tab.png
37
share/doc/xfdesktop/html/ug/images
37
%%DOCSDIR%%/html/ja/images/xfdesktop-menus-tab.png
38
share/doc/xfdesktop/html/ug/index.html
38
%%DOCSDIR%%/html/ja/index.html
39
share/doc/xfdesktop/html/xfdesktop.css
39
%%DOCSDIR%%/html/ru/images
40
share/doc/xfdesktop/html/zh_CN/images
40
%%DOCSDIR%%/html/ru/index.html
41
share/doc/xfdesktop/html/zh_CN/index.html
41
%%DOCSDIR%%/html/sv/images
42
%%DOCSDIR%%/html/sv/index.html
43
%%DOCSDIR%%/html/tr/images
44
%%DOCSDIR%%/html/tr/index.html
45
%%DOCSDIR%%/html/ug/images
46
%%DOCSDIR%%/html/ug/index.html
47
%%DOCSDIR%%/html/xfdesktop.css
48
%%DOCSDIR%%/html/zh_CN/images
49
%%DOCSDIR%%/html/zh_CN/index.html
42
share/icons/hicolor/32x32/apps/xfce4-backdrop.png
50
share/icons/hicolor/32x32/apps/xfce4-backdrop.png
43
share/icons/hicolor/32x32/apps/xfce4-menueditor.png
51
share/icons/hicolor/32x32/apps/xfce4-menueditor.png
44
share/icons/hicolor/48x48/apps/xfce4-backdrop.png
52
share/icons/hicolor/48x48/apps/xfce4-backdrop.png
45
share/icons/hicolor/48x48/apps/xfce4-menueditor.png
53
share/icons/hicolor/48x48/apps/xfce4-menueditor.png
46
share/icons/hicolor/scalable/apps/xfce4-backdrop.svg
54
share/icons/hicolor/scalable/apps/xfce4-backdrop.svg
47
share/icons/hicolor/scalable/apps/xfce4-menueditor.svg
55
share/icons/hicolor/scalable/apps/xfce4-menueditor.svg
48
share/locale/am/LC_MESSAGES/xfdesktop.mo
56
%%NLS%%share/locale/am/LC_MESSAGES/xfdesktop.mo
49
share/locale/ar/LC_MESSAGES/xfdesktop.mo
57
%%NLS%%share/locale/ar/LC_MESSAGES/xfdesktop.mo
50
share/locale/ast/LC_MESSAGES/xfdesktop.mo
58
%%NLS%%share/locale/ast/LC_MESSAGES/xfdesktop.mo
51
share/locale/az/LC_MESSAGES/xfdesktop.mo
59
%%NLS%%share/locale/az/LC_MESSAGES/xfdesktop.mo
52
share/locale/be/LC_MESSAGES/xfdesktop.mo
60
%%NLS%%share/locale/be/LC_MESSAGES/xfdesktop.mo
53
share/locale/bg/LC_MESSAGES/xfdesktop.mo
61
%%NLS%%share/locale/bg/LC_MESSAGES/xfdesktop.mo
54
share/locale/bn/LC_MESSAGES/xfdesktop.mo
62
%%NLS%%share/locale/bn/LC_MESSAGES/xfdesktop.mo
55
share/locale/bn_IN/LC_MESSAGES/xfdesktop.mo
63
%%NLS%%share/locale/bn_IN/LC_MESSAGES/xfdesktop.mo
56
share/locale/ca/LC_MESSAGES/xfdesktop.mo
64
%%NLS%%share/locale/ca/LC_MESSAGES/xfdesktop.mo
57
share/locale/cs/LC_MESSAGES/xfdesktop.mo
65
%%NLS%%share/locale/cs/LC_MESSAGES/xfdesktop.mo
58
share/locale/da/LC_MESSAGES/xfdesktop.mo
66
%%NLS%%share/locale/da/LC_MESSAGES/xfdesktop.mo
59
share/locale/de/LC_MESSAGES/xfdesktop.mo
67
%%NLS%%share/locale/de/LC_MESSAGES/xfdesktop.mo
60
share/locale/dz/LC_MESSAGES/xfdesktop.mo
68
%%NLS%%share/locale/dz/LC_MESSAGES/xfdesktop.mo
61
share/locale/el/LC_MESSAGES/xfdesktop.mo
69
%%NLS%%share/locale/el/LC_MESSAGES/xfdesktop.mo
62
share/locale/en_GB/LC_MESSAGES/xfdesktop.mo
70
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfdesktop.mo
63
share/locale/eo/LC_MESSAGES/xfdesktop.mo
71
%%NLS%%share/locale/eo/LC_MESSAGES/xfdesktop.mo
64
share/locale/es/LC_MESSAGES/xfdesktop.mo
72
%%NLS%%share/locale/es/LC_MESSAGES/xfdesktop.mo
65
share/locale/es_MX/LC_MESSAGES/xfdesktop.mo
73
%%NLS%%share/locale/es_MX/LC_MESSAGES/xfdesktop.mo
66
share/locale/et/LC_MESSAGES/xfdesktop.mo
74
%%NLS%%share/locale/et/LC_MESSAGES/xfdesktop.mo
67
share/locale/eu/LC_MESSAGES/xfdesktop.mo
75
%%NLS%%share/locale/eu/LC_MESSAGES/xfdesktop.mo
68
share/locale/fa/LC_MESSAGES/xfdesktop.mo
76
%%NLS%%share/locale/fa/LC_MESSAGES/xfdesktop.mo
69
share/locale/fi/LC_MESSAGES/xfdesktop.mo
77
%%NLS%%share/locale/fi/LC_MESSAGES/xfdesktop.mo
70
share/locale/fr/LC_MESSAGES/xfdesktop.mo
78
%%NLS%%share/locale/fr/LC_MESSAGES/xfdesktop.mo
71
share/locale/gl/LC_MESSAGES/xfdesktop.mo
79
%%NLS%%share/locale/gl/LC_MESSAGES/xfdesktop.mo
72
share/locale/gu/LC_MESSAGES/xfdesktop.mo
80
%%NLS%%share/locale/gu/LC_MESSAGES/xfdesktop.mo
73
share/locale/he/LC_MESSAGES/xfdesktop.mo
81
%%NLS%%share/locale/he/LC_MESSAGES/xfdesktop.mo
74
share/locale/hi/LC_MESSAGES/xfdesktop.mo
82
%%NLS%%share/locale/hi/LC_MESSAGES/xfdesktop.mo
75
share/locale/hr/LC_MESSAGES/xfdesktop.mo
83
%%NLS%%share/locale/hr/LC_MESSAGES/xfdesktop.mo
76
share/locale/hu/LC_MESSAGES/xfdesktop.mo
84
%%NLS%%share/locale/hu/LC_MESSAGES/xfdesktop.mo
77
share/locale/hy/LC_MESSAGES/xfdesktop.mo
85
%%NLS%%share/locale/hy/LC_MESSAGES/xfdesktop.mo
78
share/locale/id/LC_MESSAGES/xfdesktop.mo
86
%%NLS%%share/locale/id/LC_MESSAGES/xfdesktop.mo
79
share/locale/is/LC_MESSAGES/xfdesktop.mo
87
%%NLS%%share/locale/is/LC_MESSAGES/xfdesktop.mo
80
share/locale/it/LC_MESSAGES/xfdesktop.mo
88
%%NLS%%share/locale/it/LC_MESSAGES/xfdesktop.mo
81
share/locale/ja/LC_MESSAGES/xfdesktop.mo
89
%%NLS%%share/locale/ja/LC_MESSAGES/xfdesktop.mo
82
share/locale/ka/LC_MESSAGES/xfdesktop.mo
90
%%NLS%%share/locale/ka/LC_MESSAGES/xfdesktop.mo
83
share/locale/kk/LC_MESSAGES/xfdesktop.mo
91
%%NLS%%share/locale/kk/LC_MESSAGES/xfdesktop.mo
84
share/locale/ko/LC_MESSAGES/xfdesktop.mo
92
%%NLS%%share/locale/ko/LC_MESSAGES/xfdesktop.mo
85
share/locale/lt/LC_MESSAGES/xfdesktop.mo
93
%%NLS%%share/locale/lt/LC_MESSAGES/xfdesktop.mo
86
share/locale/lv/LC_MESSAGES/xfdesktop.mo
94
%%NLS%%share/locale/lv/LC_MESSAGES/xfdesktop.mo
87
share/locale/mk/LC_MESSAGES/xfdesktop.mo
95
%%NLS%%share/locale/mk/LC_MESSAGES/xfdesktop.mo
88
share/locale/mr/LC_MESSAGES/xfdesktop.mo
96
%%NLS%%share/locale/mr/LC_MESSAGES/xfdesktop.mo
89
share/locale/ms/LC_MESSAGES/xfdesktop.mo
97
%%NLS%%share/locale/ms/LC_MESSAGES/xfdesktop.mo
90
share/locale/nb/LC_MESSAGES/xfdesktop.mo
98
%%NLS%%share/locale/nb/LC_MESSAGES/xfdesktop.mo
91
share/locale/nl/LC_MESSAGES/xfdesktop.mo
99
%%NLS%%share/locale/nl/LC_MESSAGES/xfdesktop.mo
92
share/locale/pa/LC_MESSAGES/xfdesktop.mo
100
%%NLS%%share/locale/pa/LC_MESSAGES/xfdesktop.mo
93
share/locale/pl/LC_MESSAGES/xfdesktop.mo
101
%%NLS%%share/locale/pl/LC_MESSAGES/xfdesktop.mo
94
share/locale/pt/LC_MESSAGES/xfdesktop.mo
102
%%NLS%%share/locale/pt/LC_MESSAGES/xfdesktop.mo
95
share/locale/pt_BR/LC_MESSAGES/xfdesktop.mo
103
%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfdesktop.mo
96
share/locale/ro/LC_MESSAGES/xfdesktop.mo
104
%%NLS%%share/locale/ro/LC_MESSAGES/xfdesktop.mo
97
share/locale/ru/LC_MESSAGES/xfdesktop.mo
105
%%NLS%%share/locale/ru/LC_MESSAGES/xfdesktop.mo
98
share/locale/si/LC_MESSAGES/xfdesktop.mo
106
%%NLS%%share/locale/si/LC_MESSAGES/xfdesktop.mo
99
share/locale/sk/LC_MESSAGES/xfdesktop.mo
107
%%NLS%%share/locale/sk/LC_MESSAGES/xfdesktop.mo
100
share/locale/sq/LC_MESSAGES/xfdesktop.mo
108
%%NLS%%share/locale/sq/LC_MESSAGES/xfdesktop.mo
101
share/locale/sv/LC_MESSAGES/xfdesktop.mo
109
%%NLS%%share/locale/sv/LC_MESSAGES/xfdesktop.mo
102
share/locale/ta/LC_MESSAGES/xfdesktop.mo
110
%%NLS%%share/locale/ta/LC_MESSAGES/xfdesktop.mo
103
share/locale/tr/LC_MESSAGES/xfdesktop.mo
111
%%NLS%%share/locale/tr/LC_MESSAGES/xfdesktop.mo
104
share/locale/ug/LC_MESSAGES/xfdesktop.mo
112
%%NLS%%share/locale/ug/LC_MESSAGES/xfdesktop.mo
105
share/locale/uk/LC_MESSAGES/xfdesktop.mo
113
%%NLS%%share/locale/uk/LC_MESSAGES/xfdesktop.mo
106
share/locale/ur/LC_MESSAGES/xfdesktop.mo
114
%%NLS%%share/locale/ur/LC_MESSAGES/xfdesktop.mo
107
share/locale/ur_PK/LC_MESSAGES/xfdesktop.mo
115
%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfdesktop.mo
108
share/locale/vi/LC_MESSAGES/xfdesktop.mo
116
%%NLS%%share/locale/vi/LC_MESSAGES/xfdesktop.mo
109
share/locale/zh_CN/LC_MESSAGES/xfdesktop.mo
117
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfdesktop.mo
110
share/locale/zh_TW/LC_MESSAGES/xfdesktop.mo
118
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfdesktop.mo
111
share/pixmaps/xfce4_xicon.png
119
share/pixmaps/xfce4_xicon.png
112
share/pixmaps/xfce4_xicon1.png
120
share/pixmaps/xfce4_xicon1.png
113
share/pixmaps/xfce4_xicon2.png
121
share/pixmaps/xfce4_xicon2.png
Lines 122-164 Link Here
122
share/xfce4/backdrops/xfce-turbulence.png
130
share/xfce4/backdrops/xfce-turbulence.png
123
share/xfce4/backdrops/xfce4gradientcurve.png
131
share/xfce4/backdrops/xfce4gradientcurve.png
124
share/xfce4/backdrops/xfce4logo.png
132
share/xfce4/backdrops/xfce4logo.png
133
@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
134
@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
125
@dirrm share/xfce4/backdrops
135
@dirrm share/xfce4/backdrops
126
@dirrmtry share/xfce4
136
@dirrmtry share/xfce4
127
@dirrm share/pixmaps/xfdesktop
137
@dirrm share/pixmaps/xfdesktop
128
@dirrmtry share/locale/ur_PK/LC_MESSAGES
138
%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
129
@dirrmtry share/locale/ur_PK
139
%%NLS%%@dirrmtry share/locale/ur_PK
130
@dirrmtry share/locale/ur/LC_MESSAGES
140
%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES
131
@dirrmtry share/locale/ur
141
%%NLS%%@dirrmtry share/locale/ur
132
@dirrmtry share/locale/ug/LC_MESSAGES
142
%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES
133
@dirrmtry share/locale/ug
143
%%NLS%%@dirrmtry share/locale/ug
134
@dirrmtry share/locale/si/LC_MESSAGES
144
%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES
135
@dirrmtry share/locale/si
145
%%NLS%%@dirrmtry share/locale/si
136
@dirrmtry share/locale/mr/LC_MESSAGES
146
%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES
137
@dirrmtry share/locale/mr
147
%%NLS%%@dirrmtry share/locale/mr
138
@dirrmtry share/locale/kk/LC_MESSAGES
148
%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES
139
@dirrmtry share/locale/kk
149
%%NLS%%@dirrmtry share/locale/kk
140
@dirrmtry share/locale/hy/LC_MESSAGES
150
%%NLS%%@dirrmtry share/locale/hy/LC_MESSAGES
141
@dirrmtry share/locale/hy
151
%%NLS%%@dirrmtry share/locale/hy
142
@dirrmtry share/locale/dz/LC_MESSAGES
152
%%NLS%%@dirrmtry share/locale/dz/LC_MESSAGES
143
@dirrmtry share/locale/dz
153
%%NLS%%@dirrmtry share/locale/dz
144
@dirrmtry share/locale/bn_IN/LC_MESSAGES
154
%%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES
145
@dirrmtry share/locale/bn_IN
155
%%NLS%%@dirrmtry share/locale/bn_IN
146
@dirrmtry share/locale/ast/LC_MESSAGES
156
%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
147
@dirrmtry share/locale/ast
157
%%NLS%%@dirrmtry share/locale/ast
148
@dirrm share/doc/xfdesktop/html/zh_CN
158
@dirrm %%DOCSDIR%%/html/zh_CN
149
@dirrm share/doc/xfdesktop/html/ug
159
@dirrm %%DOCSDIR%%/html/ug
150
@dirrm share/doc/xfdesktop/html/ru
160
@dirrm %%DOCSDIR%%/html/tr
151
@dirrm share/doc/xfdesktop/html/ja/images
161
@dirrm %%DOCSDIR%%/html/sv
152
@dirrm share/doc/xfdesktop/html/ja
162
@dirrm %%DOCSDIR%%/html/ru
153
@dirrm share/doc/xfdesktop/html/it
163
@dirrm %%DOCSDIR%%/html/ja/images
154
@dirrm share/doc/xfdesktop/html/gl
164
@dirrm %%DOCSDIR%%/html/ja
155
@dirrm share/doc/xfdesktop/html/fr/images
165
@dirrm %%DOCSDIR%%/html/it
156
@dirrm share/doc/xfdesktop/html/fr
166
@dirrm %%DOCSDIR%%/html/id
157
@dirrm share/doc/xfdesktop/html/da
167
@dirrm %%DOCSDIR%%/html/gl
158
@dirrm share/doc/xfdesktop/html/ca
168
@dirrm %%DOCSDIR%%/html/fr/images
159
@dirrm share/doc/xfdesktop/html/bn
169
@dirrm %%DOCSDIR%%/html/fr
160
@dirrm share/doc/xfdesktop/html/C/images
170
@dirrm %%DOCSDIR%%/html/el
161
@dirrm share/doc/xfdesktop/html/C
171
@dirrm %%DOCSDIR%%/html/da
162
@dirrm share/doc/xfdesktop/html
172
@dirrm %%DOCSDIR%%/html/ca
163
@dirrm share/doc/xfdesktop
173
@dirrm %%DOCSDIR%%/html/bn
164
@dirrmtry share/applications
174
@dirrm %%DOCSDIR%%/html/C/images
175
@dirrm %%DOCSDIR%%/html/C
176
@dirrm %%DOCSDIR%%/html
177
@dirrm %%DOCSDIR%%

Return to bug 156583