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

(-)krecipes/Makefile (-22 / +19 lines)
Lines 6-58 Link Here
6
#
6
#
7
7
8
PORTNAME=	krecipes
8
PORTNAME=	krecipes
9
PORTVERSION=	0.7.1
9
PORTVERSION=	0.9.1
10
PORTREVISION=	1
11
CATEGORIES=	misc kde
10
CATEGORIES=	misc kde
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
14
DISTNAME=	krecipes_beta_0.7.1
15
13
16
MAINTAINER=	hank@millerfarm.com
14
MAINTAINER=	hank@millerfarm.com
17
COMMENT=	Recipe database for cooks
15
COMMENT=	Recipe database for cooks
18
16
19
OPTIONS+=	SQLITE "Support for sqlite backend" on
17
USE_KDELIBS_VER=3
20
OPTIONS+=	MYSQL "Support for MySQL backend" off
18
GNU_CONFIGURE=  yes
21
OPTIONS+=	POSTGRESQL "Support for PostgreSQL backend" off
19
USE_REINPLACE=  yes
22
20
23
USE_KDELIBS_VER=	3
21
OPTIONS=	SQLITE "Support for SQLite backend" on \
24
GNU_CONFIGURE=	yes
22
		MYSQL "Support for MySQL backend" off \
25
23
		POSTGRESQL "Support for PostgreSQL backend" off
26
WRKSRC=		${WRKDIR}/krecipes-0.7.1
27
28
INSTALLS_SHLIB=	yes
29
24
30
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
31
26
32
.if ${OSVERSION} < 500000
33
BROKEN=		Does not compile.
34
.endif
35
36
.if defined(WITHOUT_SQLITE)
27
.if defined(WITHOUT_SQLITE)
37
CONFIGURE_ARGS+=	--without-sqlite
28
CONFIGURE_ARGS+=	--without-sqlite
38
PLIST_SUB+=		SQLITE="@comment "
39
.else
29
.else
40
LIB_DEPENDS+=	sqlite3:${PORTSDIR}/databases/sqlite3
30
USE_SQLITE=	yes
41
PLIST_SUB+=	SQLITE=""
42
.endif
31
.endif
43
32
44
.if defined(WITH_MYSQL)
33
.if defined(WITH_MYSQL)
45
RUN_DEPENDS+=	${X11BASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin
34
RUN_DEPENDS+=	${X11BASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin
35
.else
36
CONFIGURE_ARGS+=	--without-mysql
46
.endif
37
.endif
47
38
48
.if defined(WITH_POSTGRESQL)
39
.if defined(WITH_POSTGRESQL)
49
RUN_DEPENDS+=	${X11BASE}/lib/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt-pgsql-plugin
40
RUN_DEPENDS+=	${X11BASE}/lib/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt-pgsql-plugin
41
.else
42
CONFIGURE_ARGS+=        --without-postgresql
50
.endif
43
.endif
51
44
45
post-extract:
46
	@${REINPLACE_CMD} -e 's|-O2||g'	${WRKSRC}/${CONFIGURE_SCRIPT}
47
52
pre-configure:
48
pre-configure:
53
.  if defined(WITHOUT_SQLITE) && !defined(WITH_MYSQL) && !defined(WITH_POSTGRESQL)
49
.if defined(WITHOUT_SQLITE) && !defined(WITH_MYSQL) && !defined(WITH_POSTGRESQL)
54
	@${ECHO} "You must have at least one database backend"
50
	@${ECHO} "You must have at least one database backend"
55
	@exit 1
51
	@exit 1
56
.  endif
52
.endif
57
53
58
.include <bsd.port.post.mk>
54
.include <bsd.port.post.mk>
55
(-)krecipes/distinfo (-2 / +4 lines)
Lines 1-2 Link Here
1
MD5 (krecipes_beta_0.7.1.tar.gz) = 6cb93fd1e055b814e9eff784987d831b
1
MD5 (krecipes-0.9.1.tar.gz) = 7414fd5210561801ba04ee3dad6561d9
2
SIZE (krecipes_beta_0.7.1.tar.gz) = 5587596
2
SHA256 (krecipes-0.9.1.tar.gz) = 6efdb751f26ab2460d84c39be25042d0bea013becf8c6b1a5ae2a5c46998a0f3
3
SIZE (krecipes-0.9.1.tar.gz) = 7791658
4
(-)krecipes/pkg-descr (-3 / +4 lines)
Lines 1-8 Link Here
1
Port of krecipes, a program that lets you to manage your recipes, create 
1
Krecipes lets you manage your recipes, create shopping lists, choose a 
2
shopping lists, choose a recipe based on available ingredients and plan 
2
recipe based on available ingredients, and plan your menu/diet in advance.
3
your menu/diet in advance.
3
Uses your choice of SQLite, MySQL, or PostgreSQL as a database backend.
4
4
5
WWW: http://krecipes.sourceforge.net/
5
WWW: http://krecipes.sourceforge.net/
6
6
7
- Hank
7
- Hank
8
hank@millerfarm.com
8
hank@millerfarm.com
9
(-)krecipes/pkg-plist (-27 / +113 lines)
Lines 1-22 Link Here
1
bin/krecipes
1
bin/krecipes
2
%%SQLITE%%include/krecqsqlitedb.h
3
%%SQLITE%%include/krecqsqliteresult.h
4
lib/libkrecipesexporters.la
5
lib/libkrecipesexporters.so
6
lib/libkrecipesexporters.so.0
7
%%SQLITE%%lib/libkrecqsqlite.la
8
%%SQLITE%%lib/libkrecqsqlite.so
9
%%SQLITE%%lib/libkrecqsqlite.so.0
10
share/applnk/Utilities/krecipes.desktop
2
share/applnk/Utilities/krecipes.desktop
11
share/apps/krecipes/data/abbrev.txt
3
share/apps/krecipes/data/abbrev.txt
12
share/apps/krecipes/data/data.sql
4
share/apps/krecipes/data/data.sql
5
share/apps/krecipes/data/samples-cs_CZ.kreml
13
share/apps/krecipes/data/samples-en_US.kreml
6
share/apps/krecipes/data/samples-en_US.kreml
7
share/apps/krecipes/icons/crystalsvg/128x128/mimetypes/krecipes_file.png
14
share/apps/krecipes/icons/crystalsvg/16x16/actions/categories.png
8
share/apps/krecipes/icons/crystalsvg/16x16/actions/categories.png
15
share/apps/krecipes/icons/crystalsvg/16x16/actions/diet.png
9
share/apps/krecipes/icons/crystalsvg/16x16/actions/diet.png
16
share/apps/krecipes/icons/crystalsvg/16x16/actions/ingredients.png
10
share/apps/krecipes/icons/crystalsvg/16x16/actions/ingredients.png
17
share/apps/krecipes/icons/crystalsvg/16x16/actions/properties.png
11
share/apps/krecipes/icons/crystalsvg/16x16/actions/properties.png
18
share/apps/krecipes/icons/crystalsvg/16x16/actions/trolley.png
12
share/apps/krecipes/icons/crystalsvg/16x16/actions/trolley.png
19
share/apps/krecipes/icons/crystalsvg/16x16/actions/units.png
13
share/apps/krecipes/icons/crystalsvg/16x16/actions/units.png
14
share/apps/krecipes/icons/crystalsvg/16x16/mimetypes/krecipes_file.png
20
share/apps/krecipes/icons/crystalsvg/22x22/actions/categories.png
15
share/apps/krecipes/icons/crystalsvg/22x22/actions/categories.png
21
share/apps/krecipes/icons/crystalsvg/22x22/actions/diet.png
16
share/apps/krecipes/icons/crystalsvg/22x22/actions/diet.png
22
share/apps/krecipes/icons/crystalsvg/22x22/actions/ingredients.png
17
share/apps/krecipes/icons/crystalsvg/22x22/actions/ingredients.png
Lines 30-64 Link Here
30
share/apps/krecipes/icons/crystalsvg/32x32/actions/properties.png
25
share/apps/krecipes/icons/crystalsvg/32x32/actions/properties.png
31
share/apps/krecipes/icons/crystalsvg/32x32/actions/trolley.png
26
share/apps/krecipes/icons/crystalsvg/32x32/actions/trolley.png
32
share/apps/krecipes/icons/crystalsvg/32x32/actions/units.png
27
share/apps/krecipes/icons/crystalsvg/32x32/actions/units.png
28
share/apps/krecipes/icons/crystalsvg/32x32/mimetypes/krecipes_file.png
33
share/apps/krecipes/icons/crystalsvg/48x48/actions/categories.png
29
share/apps/krecipes/icons/crystalsvg/48x48/actions/categories.png
34
share/apps/krecipes/icons/crystalsvg/48x48/actions/diet.png
30
share/apps/krecipes/icons/crystalsvg/48x48/actions/diet.png
35
share/apps/krecipes/icons/crystalsvg/48x48/actions/ingredients.png
31
share/apps/krecipes/icons/crystalsvg/48x48/actions/ingredients.png
36
share/apps/krecipes/icons/crystalsvg/48x48/actions/properties.png
32
share/apps/krecipes/icons/crystalsvg/48x48/actions/properties.png
37
share/apps/krecipes/icons/crystalsvg/48x48/actions/trolley.png
33
share/apps/krecipes/icons/crystalsvg/48x48/actions/trolley.png
38
share/apps/krecipes/icons/crystalsvg/48x48/actions/units.png
34
share/apps/krecipes/icons/crystalsvg/48x48/actions/units.png
35
share/apps/krecipes/icons/crystalsvg/64x64/mimetypes/krecipes_file.png
39
share/apps/krecipes/krecipesui.rc
36
share/apps/krecipes/krecipesui.rc
40
share/apps/krecipes/layouts/default.klo
37
share/apps/krecipes/layouts/default.klo
38
share/apps/krecipes/layouts/default_print.klo
41
share/apps/krecipes/layouts/one_column.klo
39
share/apps/krecipes/layouts/one_column.klo
42
share/apps/krecipes/pics/dbpermissions.png
40
share/apps/krecipes/pics/dbpermissions.png
43
share/apps/krecipes/pics/menubg.png
41
share/apps/krecipes/pics/menubg.png
44
share/apps/krecipes/pics/network.png
42
share/apps/krecipes/pics/network.png
43
share/apps/krecipes/pics/rating0.png
44
share/apps/krecipes/pics/rating1.png
45
share/apps/krecipes/pics/rating2.png
46
share/apps/krecipes/pics/rating3.png
47
share/apps/krecipes/pics/rating4.png
48
share/apps/krecipes/pics/rating5.png
45
share/apps/krecipes/pics/recipes.png
49
share/apps/krecipes/pics/recipes.png
46
share/apps/krecipes/pics/save.png
50
share/apps/krecipes/pics/save.png
51
share/apps/krecipes/pics/star_half.png
52
share/apps/krecipes/pics/star_off.png
53
share/apps/krecipes/pics/star_on.png
47
share/apps/krecipes/pics/startlogo.png
54
share/apps/krecipes/pics/startlogo.png
48
share/apps/krecipes/pics/wizard.png
55
share/apps/krecipes/pics/wizard.png
56
share/doc/HTML/da/krecipes/common
57
share/doc/HTML/da/krecipes/index.cache.bz2
58
share/doc/HTML/da/krecipes/index.docbook
59
share/doc/HTML/en/krecipes/1leftarrow.png
60
share/doc/HTML/en/krecipes/1rightarrow.png
61
share/doc/HTML/en/krecipes/2leftarrow.png
62
share/doc/HTML/en/krecipes/2rightarrow.png
63
share/doc/HTML/en/krecipes/adv-cat-search.png
49
share/doc/HTML/en/krecipes/adv-recipe-found.png
64
share/doc/HTML/en/krecipes/adv-recipe-found.png
65
share/doc/HTML/en/krecipes/adv-search-parts.png
66
share/doc/HTML/en/krecipes/adv-srch-multi.png
50
share/doc/HTML/en/krecipes/authors-adding.png
67
share/doc/HTML/en/krecipes/authors-adding.png
51
share/doc/HTML/en/krecipes/back.png
68
share/doc/HTML/en/krecipes/back.png
52
share/doc/HTML/en/krecipes/categories.png
69
share/doc/HTML/en/krecipes/categories.png
53
share/doc/HTML/en/krecipes/clear_left.png
70
share/doc/HTML/en/krecipes/clear_left.png
54
share/doc/HTML/en/krecipes/common
71
share/doc/HTML/en/krecipes/common
55
share/doc/HTML/en/krecipes/computer3.png
72
share/doc/HTML/en/krecipes/computer3.png
73
share/doc/HTML/en/krecipes/config-email.png
56
share/doc/HTML/en/krecipes/configure-shortcuts-adv.png
74
share/doc/HTML/en/krecipes/configure-shortcuts-adv.png
57
share/doc/HTML/en/krecipes/configure-shortcuts-basic.png
75
share/doc/HTML/en/krecipes/configure-shortcuts-basic.png
58
share/doc/HTML/en/krecipes/configure-shortcuts.png
76
share/doc/HTML/en/krecipes/configure-shortcuts.png
59
share/doc/HTML/en/krecipes/configure-toolbars.png
77
share/doc/HTML/en/krecipes/configure-toolbars.png
60
share/doc/HTML/en/krecipes/diet-help.png
78
share/doc/HTML/en/krecipes/diet-help.png
61
share/doc/HTML/en/krecipes/down.png
79
share/doc/HTML/en/krecipes/down.png
80
share/doc/HTML/en/krecipes/editpaste.png
62
share/doc/HTML/en/krecipes/enter-recipe-tabs.png
81
share/doc/HTML/en/krecipes/enter-recipe-tabs.png
63
share/doc/HTML/en/krecipes/filenew.png
82
share/doc/HTML/en/krecipes/filenew.png
64
share/doc/HTML/en/krecipes/formatting.png
83
share/doc/HTML/en/krecipes/formatting.png
Lines 77-92 Link Here
77
share/doc/HTML/en/krecipes/menu.png
96
share/doc/HTML/en/krecipes/menu.png
78
share/doc/HTML/en/krecipes/no.png
97
share/doc/HTML/en/krecipes/no.png
79
share/doc/HTML/en/krecipes/page-setup.png
98
share/doc/HTML/en/krecipes/page-setup.png
99
share/doc/HTML/en/krecipes/parser.png
100
share/doc/HTML/en/krecipes/performance.png
80
share/doc/HTML/en/krecipes/prep-method.png
101
share/doc/HTML/en/krecipes/prep-method.png
81
share/doc/HTML/en/krecipes/properties.png
102
share/doc/HTML/en/krecipes/properties.png
103
share/doc/HTML/en/krecipes/ratings.png
82
share/doc/HTML/en/krecipes/recipe-description-tab.png
104
share/doc/HTML/en/krecipes/recipe-description-tab.png
83
share/doc/HTML/en/krecipes/recipe-ingredients-tab.png
105
share/doc/HTML/en/krecipes/recipe-ingredients-tab.png
84
share/doc/HTML/en/krecipes/recipe-instructions-tab.png
106
share/doc/HTML/en/krecipes/recipe-instructions-tab.png
107
share/doc/HTML/en/krecipes/restore-msg.png
85
share/doc/HTML/en/krecipes/server-settings.png
108
share/doc/HTML/en/krecipes/server-settings.png
86
share/doc/HTML/en/krecipes/shop-list.png
109
share/doc/HTML/en/krecipes/shop-list.png
110
share/doc/HTML/en/krecipes/smiley.png
111
share/doc/HTML/en/krecipes/submit-bug.png
87
share/doc/HTML/en/krecipes/unit-conversions.png
112
share/doc/HTML/en/krecipes/unit-conversions.png
88
share/doc/HTML/en/krecipes/units.png
113
share/doc/HTML/en/krecipes/units.png
89
share/doc/HTML/en/krecipes/up.png
114
share/doc/HTML/en/krecipes/up.png
115
share/doc/HTML/es/krecipes/adv-cat-search.png
116
share/doc/HTML/es/krecipes/adv-search-parts.png
117
share/doc/HTML/es/krecipes/adv-srch-multi.png
118
share/doc/HTML/es/krecipes/authors-adding.png
119
share/doc/HTML/es/krecipes/back.png
120
share/doc/HTML/es/krecipes/categories.png
121
share/doc/HTML/es/krecipes/clear_left.png
122
share/doc/HTML/es/krecipes/configure-shortcuts-adv.png
123
share/doc/HTML/es/krecipes/configure-shortcuts-basic.png
124
share/doc/HTML/es/krecipes/configure-shortcuts.png
125
share/doc/HTML/es/krecipes/configure-toolbars.png
126
share/doc/HTML/es/krecipes/diet-help.png
127
share/doc/HTML/es/krecipes/down.png
128
share/doc/HTML/es/krecipes/enter-recipe-tabs.png
129
share/doc/HTML/es/krecipes/filenew.png
130
share/doc/HTML/es/krecipes/formatting.png
131
share/doc/HTML/es/krecipes/forward.png
132
share/doc/HTML/es/krecipes/import-other-sql.png
133
share/doc/HTML/es/krecipes/import-recipe-screen.png
134
share/doc/HTML/es/krecipes/import-settings.png
135
share/doc/HTML/es/krecipes/import-sqlite.png
136
share/doc/HTML/es/krecipes/ingredient-match.png
137
share/doc/HTML/es/krecipes/ingredients.png
138
share/doc/HTML/es/krecipes/krecipes-main.png
139
share/doc/HTML/es/krecipes/krectip.png
140
share/doc/HTML/es/krecipes/locationbar_erase.png
141
share/doc/HTML/es/krecipes/menu.png
142
share/doc/HTML/es/krecipes/no.png
143
share/doc/HTML/es/krecipes/page-setup.png
144
share/doc/HTML/es/krecipes/performance.png
145
share/doc/HTML/es/krecipes/prep-method.png
146
share/doc/HTML/es/krecipes/properties.png
147
share/doc/HTML/es/krecipes/recipe-description-tab.png
148
share/doc/HTML/es/krecipes/recipe-ingredients-tab.png
149
share/doc/HTML/es/krecipes/recipe-instructions-tab.png
150
share/doc/HTML/es/krecipes/server-settings.png
151
share/doc/HTML/es/krecipes/shop-list.png
152
share/doc/HTML/es/krecipes/unit-conversions.png
153
share/doc/HTML/es/krecipes/units.png
154
share/doc/HTML/es/krecipes/up.png
155
share/doc/HTML/et/krecipes/common
156
share/doc/HTML/et/krecipes/index.cache.bz2
157
share/doc/HTML/et/krecipes/index.docbook
90
share/doc/HTML/pt/krecipes/common
158
share/doc/HTML/pt/krecipes/common
91
share/doc/HTML/pt/krecipes/index.cache.bz2
159
share/doc/HTML/pt/krecipes/index.cache.bz2
92
share/doc/HTML/pt/krecipes/index.docbook
160
share/doc/HTML/pt/krecipes/index.docbook
Lines 121-126 Link Here
121
share/doc/HTML/sv/krecipes/shop-list.png
189
share/doc/HTML/sv/krecipes/shop-list.png
122
share/doc/HTML/sv/krecipes/unit-conversions.png
190
share/doc/HTML/sv/krecipes/unit-conversions.png
123
share/doc/HTML/sv/krecipes/units.png
191
share/doc/HTML/sv/krecipes/units.png
192
share/icons/crystalsvg/128x128/mimetypes/krecipes_file.png
193
share/icons/crystalsvg/16x16/mimetypes/krecipes_file.png
194
share/icons/crystalsvg/32x32/mimetypes/krecipes_file.png
195
share/icons/crystalsvg/64x64/mimetypes/krecipes_file.png
124
share/icons/hicolor/128x128/apps/krecipes.png
196
share/icons/hicolor/128x128/apps/krecipes.png
125
share/icons/hicolor/16x16/apps/krecipes.png
197
share/icons/hicolor/16x16/apps/krecipes.png
126
share/icons/hicolor/22x22/apps/krecipes.png
198
share/icons/hicolor/22x22/apps/krecipes.png
Lines 131-139 Link Here
131
share/locale/bg/LC_MESSAGES/krecipes.mo
203
share/locale/bg/LC_MESSAGES/krecipes.mo
132
share/locale/br/LC_MESSAGES/krecipes.mo
204
share/locale/br/LC_MESSAGES/krecipes.mo
133
share/locale/ca/LC_MESSAGES/krecipes.mo
205
share/locale/ca/LC_MESSAGES/krecipes.mo
206
share/locale/cs/LC_MESSAGES/krecipes.mo
134
share/locale/cy/LC_MESSAGES/krecipes.mo
207
share/locale/cy/LC_MESSAGES/krecipes.mo
135
share/locale/da/LC_MESSAGES/krecipes.mo
208
share/locale/da/LC_MESSAGES/krecipes.mo
136
share/locale/de/LC_MESSAGES/krecipes.mo
209
share/locale/de/LC_MESSAGES/krecipes.mo
210
share/locale/el/LC_MESSAGES/krecipes.mo
137
share/locale/en_GB/LC_MESSAGES/krecipes.mo
211
share/locale/en_GB/LC_MESSAGES/krecipes.mo
138
share/locale/es/LC_MESSAGES/krecipes.mo
212
share/locale/es/LC_MESSAGES/krecipes.mo
139
share/locale/et/LC_MESSAGES/krecipes.mo
213
share/locale/et/LC_MESSAGES/krecipes.mo
Lines 151-177 Link Here
151
share/locale/pt_BR/LC_MESSAGES/krecipes.mo
225
share/locale/pt_BR/LC_MESSAGES/krecipes.mo
152
share/locale/ro/LC_MESSAGES/krecipes.mo
226
share/locale/ro/LC_MESSAGES/krecipes.mo
153
share/locale/ru/LC_MESSAGES/krecipes.mo
227
share/locale/ru/LC_MESSAGES/krecipes.mo
228
share/locale/rw/LC_MESSAGES/krecipes.mo
154
share/locale/sl/LC_MESSAGES/krecipes.mo
229
share/locale/sl/LC_MESSAGES/krecipes.mo
155
share/locale/sr/LC_MESSAGES/krecipes.mo
230
share/locale/sr/LC_MESSAGES/krecipes.mo
231
share/locale/sr@Latn/LC_MESSAGES/krecipes.mo
156
share/locale/sv/LC_MESSAGES/krecipes.mo
232
share/locale/sv/LC_MESSAGES/krecipes.mo
157
share/locale/ta/LC_MESSAGES/krecipes.mo
233
share/locale/ta/LC_MESSAGES/krecipes.mo
158
share/locale/tr/LC_MESSAGES/krecipes.mo
234
share/locale/tr/LC_MESSAGES/krecipes.mo
159
share/nls/POSIX
235
share/mimelnk/application/x-krecipes-backup.desktop
160
share/nls/en_US.US-ASCII
236
share/mimelnk/application/x-krecipes-recipes.desktop
161
@dirrm /share/doc/HTML/sv/krecipes
237
@dirrm share/doc/HTML/sv/krecipes
162
@dirrm /share/doc/HTML/pt/krecipes
238
@dirrm share/doc/HTML/pt/krecipes
163
@dirrm /share/doc/HTML/en/krecipes
239
@dirrm share/doc/HTML/et/krecipes
164
@dirrm /share/apps/krecipes/pics
240
@dirrm share/doc/HTML/es/krecipes
165
@dirrm /share/apps/krecipes/layouts
241
@dirrm share/doc/HTML/en/krecipes
166
@dirrm /share/apps/krecipes/icons/crystalsvg/48x48/actions
242
@dirrm share/doc/HTML/da/krecipes
167
@dirrm /share/apps/krecipes/icons/crystalsvg/48x48
243
@dirrm share/apps/krecipes/pics
168
@dirrm /share/apps/krecipes/icons/crystalsvg/32x32/actions
244
@dirrm share/apps/krecipes/layouts
169
@dirrm /share/apps/krecipes/icons/crystalsvg/32x32
245
@dirrm share/apps/krecipes/icons/crystalsvg/64x64/mimetypes
170
@dirrm /share/apps/krecipes/icons/crystalsvg/22x22/actions
246
@dirrm share/apps/krecipes/icons/crystalsvg/64x64
171
@dirrm /share/apps/krecipes/icons/crystalsvg/22x22
247
@dirrm share/apps/krecipes/icons/crystalsvg/48x48/actions
172
@dirrm /share/apps/krecipes/icons/crystalsvg/16x16/actions
248
@dirrm share/apps/krecipes/icons/crystalsvg/48x48
173
@dirrm /share/apps/krecipes/icons/crystalsvg/16x16
249
@dirrm share/apps/krecipes/icons/crystalsvg/32x32/mimetypes
174
@dirrm /share/apps/krecipes/icons/crystalsvg
250
@dirrm share/apps/krecipes/icons/crystalsvg/32x32/actions
175
@dirrm /share/apps/krecipes/icons
251
@dirrm share/apps/krecipes/icons/crystalsvg/32x32
176
@dirrm /share/apps/krecipes/data
252
@dirrm share/apps/krecipes/icons/crystalsvg/22x22/actions
177
@dirrm /share/apps/krecipes
253
@dirrm share/apps/krecipes/icons/crystalsvg/22x22
254
@dirrm share/apps/krecipes/icons/crystalsvg/16x16/mimetypes
255
@dirrm share/apps/krecipes/icons/crystalsvg/16x16/actions
256
@dirrm share/apps/krecipes/icons/crystalsvg/16x16
257
@dirrm share/apps/krecipes/icons/crystalsvg/128x128/mimetypes
258
@dirrm share/apps/krecipes/icons/crystalsvg/128x128
259
@dirrm share/apps/krecipes/icons/crystalsvg
260
@dirrm share/apps/krecipes/icons
261
@dirrm share/apps/krecipes/data
262
@dirrm share/apps/krecipes
263

Return to bug 91361