View | Details | Raw Unified | Return to bug 64973 | Differences between
and this patch

Collapse All | Expand All

(-)screem/Makefile (-8 / +6 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	screem
8
PORTNAME=	screem
9
PORTVERSION=	0.8.2
9
PORTVERSION=	0.10.1
10
PORTREVISION=	1
11
CATEGORIES=	www gnome
10
CATEGORIES=	www gnome
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 15-28 Link Here
15
MAINTAINER=	coop9211@uidaho.edu
14
MAINTAINER=	coop9211@uidaho.edu
16
COMMENT=	Nice GNOME/GTK-based HTML editor
15
COMMENT=	Nice GNOME/GTK-based HTML editor
17
16
18
LIB_DEPENDS+=	neon.24:${PORTSDIR}/www/neon
17
LIB_DEPENDS+=	neon.24:${PORTSDIR}/www/neon \
18
		croco.2:${PORTSDIR}/textproc/libcroco
19
19
20
USE_GMAKE=	yes
20
USE_GMAKE=	yes
21
USE_REINPLACE=	yes
21
USE_REINPLACE=	yes
22
USE_X_PREFIX=	yes
22
USE_X_PREFIX=	yes
23
USE_XPM=	yes
23
USE_XPM=	yes
24
USE_GNOME=	gnomeprefix gnomehack libgnomeui libgnomeprintui libgtkhtml \
24
USE_GNOME=	gnomeprefix gnomehack libgnomeui libgnomeprintui libgtkhtml \
25
		gtksourceview
25
		gtksourceview lthack intlhack
26
USE_LIBTOOL_VER=13
26
USE_LIBTOOL_VER=13
27
INSTALLS_SHLIB=	yes
27
INSTALLS_SHLIB=	yes
28
28
Lines 38-47 Link Here
38
#			--with-neon="${LOCALBASE}/lib"
38
#			--with-neon="${LOCALBASE}/lib"
39
39
40
post-patch:
40
post-patch:
41
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
41
	@${REINPLACE_CMD} -e 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g' \
42
		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
42
		${WRKSRC}/configure
43
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
44
		's|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g'
45
43
46
post-configure:
44
post-configure:
47
	@${REINPLACE_CMD} -e 's|\/\* #undef HAVE_LIMITS_H \*\/|#define HAVE_LIMITS_H 1|g' ${WRKSRC}/config.h
45
	@${REINPLACE_CMD} -e 's|\/\* #undef HAVE_LIMITS_H \*\/|#define HAVE_LIMITS_H 1|g' ${WRKSRC}/config.h
(-)screem/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (screem-0.8.2.tar.gz) = fd1c6f8c2867a43028621cbdd944b9df
1
MD5 (screem-0.10.1.tar.gz) = 20b21890be18654b9e7b20e111a65a5c
2
SIZE (screem-0.8.2.tar.gz) = 2193840
2
SIZE (screem-0.10.1.tar.gz) = 2350120
(-)screem/files/patch-ltmain.sh (-6 / +6 lines)
Lines 1-6 Link Here
1
--- ltmain.sh.orig	Fri Sep 12 14:51:51 2003
1
--- ltmain.sh.orig	Tue Mar 30 22:36:08 2004
2
+++ ltmain.sh	Sun Sep 21 17:49:07 2003
2
+++ ltmain.sh	Tue Mar 30 22:39:04 2004
3
@@ -1280,7 +1280,7 @@
3
@@ -1360,7 +1360,7 @@
4
 	  esac
4
 	  esac
5
 	elif test "X$arg" = "X-lc_r"; then
5
 	elif test "X$arg" = "X-lc_r"; then
6
 	 case $host in
6
 	 case $host in
Lines 9-15 Link Here
9
 	   # Do not include libc_r directly, use -pthread flag.
9
 	   # Do not include libc_r directly, use -pthread flag.
10
 	   continue
10
 	   continue
11
 	   ;;
11
 	   ;;
12
@@ -1290,8 +1290,16 @@
12
@@ -1370,8 +1370,16 @@
13
 	continue
13
 	continue
14
 	;;
14
 	;;
15
 
15
 
Lines 26-32 Link Here
26
 	continue
26
 	continue
27
 	;;
27
 	;;
28
 
28
 
29
@@ -3000,6 +3008,9 @@
29
@@ -3110,6 +3118,9 @@
30
 	    # problems, so we reset it completely
30
 	    # problems, so we reset it completely
31
 	    verstring=
31
 	    verstring=
32
 	    ;;
32
 	    ;;
Lines 36-42 Link Here
36
 	  *)
36
 	  *)
37
 	    verstring="0.0"
37
 	    verstring="0.0"
38
 	    ;;
38
 	    ;;
39
@@ -5428,10 +5439,12 @@
39
@@ -5712,10 +5723,12 @@
40
 	fi
40
 	fi
41
 
41
 
42
 	# Install the pseudo-library for information purposes.
42
 	# Install the pseudo-library for information purposes.
(-)screem/files/patch-plugins::uploadWizard::Makefile.in (-14 / +16 lines)
Lines 1-20 Link Here
1
--- plugins/uploadWizard/Makefile.in.old	Sat Jan 31 01:09:09 2004
1
--- plugins/uploadWizard/Makefile.in.orig	Tue Mar 30 22:42:31 2004
2
+++ plugins/uploadWizard/Makefile.in	Sat Jan 31 01:14:46 2004
2
+++ plugins/uploadWizard/Makefile.in	Tue Mar 30 22:43:33 2004
3
@@ -179,7 +179,7 @@
3
@@ -267,8 +267,8 @@
4
 			localdriver.c
4
 
5
 
5
 
6
 
6
 uploadWizard_la_LDFLAGS = -avoid-version -module
7
-uploadWizard_la_LDFLAGS = -avoid-version -module $(NEON_CFLAGS)
7
-uploadWizard_la_LIBADD = $(NEONOBJS) 
8
-uploadWizard_la_LIBADD = $(NEONOBJS) $(NEON_LIBS) 
8
+uploadWizard_la_LIBADD = 
9
+uploadWizard_la_LDFLAGS = -avoid-version -module
10
+uploadWizard_la_LIBADD =  
9
 
11
 
10
 config_h = $(top_builddir)/config.h
12
 config_h = $(top_builddir)/config.h
11
 obj_ext = o
13
 obj_ext = o
12
@@ -191,7 +191,7 @@
14
@@ -279,7 +279,7 @@
15
 CONFIG_CLEAN_FILES =
16
 LTLIBRARIES = $(plugins_exec_LTLIBRARIES)
13
 
17
 
14
 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
18
-uploadWizard_la_DEPENDENCIES = $(neon_dir)/*.lo
15
 LIBS = @LIBS@
19
+uploadWizard_la_DEPENDENCIES = 
16
-uploadWizard_la_DEPENDENCIES =  $(neon_dir)/*.lo
20
 am__uploadWizard_la_SOURCES_DIST = basename.h netrc.c netrc.h rpmatch.c \
17
+uploadWizard_la_DEPENDENCIES =  
21
 	fnmatch.c fnmatch.h common.c common.h davdriver.c fileset.c \
18
 @HAVE_FNMATCH_FALSE@uploadWizard_la_OBJECTS =  netrc.lo rpmatch.lo \
22
 	fileset.h frontend.h ftp.c ftp.h ftpdriver.c i18n.h protocol.h \
19
 @HAVE_FNMATCH_FALSE@fnmatch.lo common.lo davdriver.lo fileset.lo ftp.lo \
20
 @HAVE_FNMATCH_FALSE@ftpdriver.lo rcfile.lo rshdriver.lo sitefiles.lo \
(-)screem/pkg-descr
Lines 8-11 Link Here
8
8
9
WWW: http://www.screem.org/
9
WWW: http://www.screem.org/
10
10
(-)screem/pkg-plist (-120 / +79 lines)
Lines 15-20 Link Here
15
etc/gconf/schemas/screem.schemas
15
etc/gconf/schemas/screem.schemas
16
lib/screem/plugins/colourWizard.so
16
lib/screem/plugins/colourWizard.so
17
lib/screem/plugins/cssWizard.so
17
lib/screem/plugins/cssWizard.so
18
lib/screem/plugins/css_wizard.so
18
lib/screem/plugins/entityWizard.so
19
lib/screem/plugins/entityWizard.so
19
lib/screem/plugins/formWizard.so
20
lib/screem/plugins/formWizard.so
20
lib/screem/plugins/imageWizard.so
21
lib/screem/plugins/imageWizard.so
Lines 30-35 Link Here
30
share/gnome/mime-info/screem.keys
31
share/gnome/mime-info/screem.keys
31
share/gnome/mime-info/screem.mime
32
share/gnome/mime-info/screem.mime
32
share/gnome/omf/screem/screem-C.omf
33
share/gnome/omf/screem/screem-C.omf
34
@exec scrollkeeper-install -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true
33
share/gnome/pixmaps/screem.png
35
share/gnome/pixmaps/screem.png
34
share/gnome/pixmaps/screem/splash/splash.png
36
share/gnome/pixmaps/screem/splash/splash.png
35
share/gnome/screem/dtd/HTMLlat1.ent
37
share/gnome/screem/dtd/HTMLlat1.ent
Lines 42-56 Link Here
42
share/gnome/screem/dtd/http:%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-frameset.dtd
44
share/gnome/screem/dtd/http:%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-frameset.dtd
43
share/gnome/screem/dtd/http:%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-strict.dtd
45
share/gnome/screem/dtd/http:%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-strict.dtd
44
share/gnome/screem/dtd/http:%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-transitional.dtd
46
share/gnome/screem/dtd/http:%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-transitional.dtd
47
share/gnome/screem/dtd/screem-tagtree-config.dtd
45
share/gnome/screem/dtd/screem-tagtree.dtd
48
share/gnome/screem/dtd/screem-tagtree.dtd
46
share/gnome/screem/dtd/xhtml-lat1.ent
49
share/gnome/screem/dtd/xhtml-lat1.ent
47
share/gnome/screem/dtd/xhtml-special.ent
50
share/gnome/screem/dtd/xhtml-special.ent
48
share/gnome/screem/dtd/xhtml-symbol.ent
51
share/gnome/screem/dtd/xhtml-symbol.ent
49
share/gnome/screem/features.xml
52
share/gnome/screem/features.xml
53
share/gnome/screem/glade/css-wizard.glade
50
share/gnome/screem/glade/css.glade
54
share/gnome/screem/glade/css.glade
51
share/gnome/screem/glade/entityWizard.glade
55
share/gnome/screem/glade/entityWizard.glade
52
share/gnome/screem/glade/imageWizard.glade
56
share/gnome/screem/glade/imageWizard.glade
53
share/gnome/screem/glade/linkWizard.glade
57
share/gnome/screem/glade/linkwizard.glade
54
share/gnome/screem/glade/screem.glade
58
share/gnome/screem/glade/screem.glade
55
share/gnome/screem/glade/ssiwizard.glade
59
share/gnome/screem/glade/ssiwizard.glade
56
share/gnome/screem/glade/tablewizard.glade
60
share/gnome/screem/glade/tablewizard.glade
Lines 59-64 Link Here
59
share/gnome/screem/hints/screem_hints_fr.txt
63
share/gnome/screem/hints/screem_hints_fr.txt
60
share/gnome/screem/hints/screem_hints_pt_BR.txt
64
share/gnome/screem/hints/screem_hints_pt_BR.txt
61
share/gnome/screem/hints/screem_hints_sv.txt
65
share/gnome/screem/hints/screem_hints_sv.txt
66
share/gnome/screem/pixmaps/add-link-16.png
67
share/gnome/screem/pixmaps/add-link-24.png
68
share/gnome/screem/pixmaps/add_column-16.png
69
share/gnome/screem/pixmaps/add_column-24.png
70
share/gnome/screem/pixmaps/add_row-16.png
71
share/gnome/screem/pixmaps/add_row-24.png
72
share/gnome/screem/pixmaps/bookmarks-open.png
73
share/gnome/screem/pixmaps/bookmarks-preferences.png
74
share/gnome/screem/pixmaps/browser.xpm
75
share/gnome/screem/pixmaps/button.xpm
76
share/gnome/screem/pixmaps/caption.xpm
77
share/gnome/screem/pixmaps/checkbutton.xpm
78
share/gnome/screem/pixmaps/cvs-add-16.png
79
share/gnome/screem/pixmaps/cvs-add-24.png
80
share/gnome/screem/pixmaps/cvs-add.png
81
share/gnome/screem/pixmaps/cvs-checkout-16.png
82
share/gnome/screem/pixmaps/cvs-checkout-24.png
83
share/gnome/screem/pixmaps/cvs-checkout.png
84
share/gnome/screem/pixmaps/cvs-commit-16.png
85
share/gnome/screem/pixmaps/cvs-commit-24.png
86
share/gnome/screem/pixmaps/cvs-remove-16.png
87
share/gnome/screem/pixmaps/cvs-remove-24.png
88
share/gnome/screem/pixmaps/cvs-remove.png
89
share/gnome/screem/pixmaps/cvs-update-16.png
90
share/gnome/screem/pixmaps/cvs-update-24.png
91
share/gnome/screem/pixmaps/cvs-update.png
92
share/gnome/screem/pixmaps/entry.xpm
93
share/gnome/screem/pixmaps/fixed.xpm
94
share/gnome/screem/pixmaps/gallery.xpm
95
share/gnome/screem/pixmaps/gnome-fileentry.xpm
96
share/gnome/screem/pixmaps/insert-symbol-16.png
97
share/gnome/screem/pixmaps/insert-symbol-24.png
98
share/gnome/screem/pixmaps/optionmenu.xpm
99
share/gnome/screem/pixmaps/paragraphs.png
100
share/gnome/screem/pixmaps/pre.xpm
101
share/gnome/screem/pixmaps/radiobutton.xpm
102
share/gnome/screem/pixmaps/resources.png
103
share/gnome/screem/pixmaps/screem_site.png
104
share/gnome/screem/pixmaps/site_preview.png
105
share/gnome/screem/pixmaps/site_structure-48.png
106
share/gnome/screem/pixmaps/stock_connect.png
107
share/gnome/screem/pixmaps/stock_disconnect.png
108
share/gnome/screem/pixmaps/stock_insert_image-16.png
109
share/gnome/screem/pixmaps/stock_insert_image.png
110
share/gnome/screem/pixmaps/stock_insert_table-16.png
111
share/gnome/screem/pixmaps/sub.xpm
112
share/gnome/screem/pixmaps/sup.xpm
113
share/gnome/screem/pixmaps/td.xpm
114
share/gnome/screem/pixmaps/text.xpm
115
share/gnome/screem/pixmaps/th.xpm
116
share/gnome/screem/pixmaps/todo.png
117
share/gnome/screem/pixmaps/tr.xpm
62
share/gnome/screem/resources/Images/made.jpg
118
share/gnome/screem/resources/Images/made.jpg
63
share/gnome/screem/resources/Javascript/linktitle.js
119
share/gnome/screem/resources/Javascript/linktitle.js
64
share/gnome/screem/resources/Javascript/preload.js
120
share/gnome/screem/resources/Javascript/preload.js
Lines 75-198 Link Here
75
share/gnome/screem/ui/screem-window-menu.xml
131
share/gnome/screem/ui/screem-window-menu.xml
76
share/gnome/screem/ui/screem-window-popups.xml
132
share/gnome/screem/ui/screem-window-popups.xml
77
share/gnome/screem/ui/screem-window-toolbar.xml
133
share/gnome/screem/ui/screem-window-toolbar.xml
78
share/locale/az.mo/LC_MESSAGES/screem.mo
134
share/locale/az/LC_MESSAGES/screem.mo
79
share/locale/cs.mo/LC_MESSAGES/screem.mo
135
share/locale/cs/LC_MESSAGES/screem.mo
80
share/locale/da.mo/LC_MESSAGES/screem.mo
136
share/locale/da/LC_MESSAGES/screem.mo
81
share/locale/de.mo/LC_MESSAGES/screem.mo
137
share/locale/de/LC_MESSAGES/screem.mo
82
share/locale/el.mo/LC_MESSAGES/screem.mo
138
share/locale/el/LC_MESSAGES/screem.mo
83
share/locale/es.mo/LC_MESSAGES/screem.mo
139
share/locale/es/LC_MESSAGES/screem.mo
84
share/locale/fr.mo/LC_MESSAGES/screem.mo
140
share/locale/fr/LC_MESSAGES/screem.mo
85
share/locale/it.mo/LC_MESSAGES/screem.mo
141
share/locale/it/LC_MESSAGES/screem.mo
86
share/locale/ja.mo/LC_MESSAGES/screem.mo
142
share/locale/ja/LC_MESSAGES/screem.mo
87
share/locale/ko.mo/LC_MESSAGES/screem.mo
143
share/locale/ko/LC_MESSAGES/screem.mo
88
share/locale/nb.mo/LC_MESSAGES/screem.mo
144
share/locale/nb/LC_MESSAGES/screem.mo
89
share/locale/no.mo/LC_MESSAGES/screem.mo
145
share/locale/no/LC_MESSAGES/screem.mo
90
share/locale/pl.mo/LC_MESSAGES/screem.mo
146
share/locale/pl/LC_MESSAGES/screem.mo
91
share/locale/pt_BR.mo/LC_MESSAGES/screem.mo
147
share/locale/pt_BR/LC_MESSAGES/screem.mo
92
share/locale/ru.mo/LC_MESSAGES/screem.mo
148
share/locale/ru/LC_MESSAGES/screem.mo
93
share/locale/sk.mo/LC_MESSAGES/screem.mo
149
share/locale/sk/LC_MESSAGES/screem.mo
94
share/locale/sv.mo/LC_MESSAGES/screem.mo
150
share/locale/sv/LC_MESSAGES/screem.mo
95
share/locale/tr.mo/LC_MESSAGES/screem.mo
151
share/locale/tr/LC_MESSAGES/screem.mo
96
share/locale/uk.mo/LC_MESSAGES/screem.mo
152
share/locale/uk/LC_MESSAGES/screem.mo
97
share/locale/vi.mo/LC_MESSAGES/screem.mo
153
share/locale/vi/LC_MESSAGES/screem.mo
98
share/locale/zh_CN.mo/LC_MESSAGES/screem.mo
154
share/locale/zh_CN/LC_MESSAGES/screem.mo
99
share/screem/pixmaps/add-link-16.png
100
share/screem/pixmaps/add-link-24.png
101
share/screem/pixmaps/add_column-16.png
102
share/screem/pixmaps/add_column-24.png
103
share/screem/pixmaps/add_row-16.png
104
share/screem/pixmaps/add_row-24.png
105
share/screem/pixmaps/bookmarks-open.png
106
share/screem/pixmaps/bookmarks-preferences.png
107
share/screem/pixmaps/browser.xpm
108
share/screem/pixmaps/button.xpm
109
share/screem/pixmaps/caption.xpm
110
share/screem/pixmaps/checkbutton.xpm
111
share/screem/pixmaps/cvs-add-16.png
112
share/screem/pixmaps/cvs-add-24.png
113
share/screem/pixmaps/cvs-add.png
114
share/screem/pixmaps/cvs-checkout-16.png
115
share/screem/pixmaps/cvs-checkout-24.png
116
share/screem/pixmaps/cvs-checkout.png
117
share/screem/pixmaps/cvs-commit-16.png
118
share/screem/pixmaps/cvs-commit-24.png
119
share/screem/pixmaps/cvs-remove-16.png
120
share/screem/pixmaps/cvs-remove-24.png
121
share/screem/pixmaps/cvs-remove.png
122
share/screem/pixmaps/cvs-update-16.png
123
share/screem/pixmaps/cvs-update-24.png
124
share/screem/pixmaps/cvs-update.png
125
share/screem/pixmaps/entry.xpm
126
share/screem/pixmaps/fixed.xpm
127
share/screem/pixmaps/gallery.xpm
128
share/screem/pixmaps/gnome-fileentry.xpm
129
share/screem/pixmaps/insert-symbol-16.png
130
share/screem/pixmaps/insert-symbol-24.png
131
share/screem/pixmaps/optionmenu.xpm
132
share/screem/pixmaps/paragraphs.png
133
share/screem/pixmaps/pre.xpm
134
share/screem/pixmaps/radiobutton.xpm
135
share/screem/pixmaps/resources.png
136
share/screem/pixmaps/screem_site.png
137
share/screem/pixmaps/site_preview.png
138
share/screem/pixmaps/site_structure-48.png
139
share/screem/pixmaps/stock_connect.png
140
share/screem/pixmaps/stock_disconnect.png
141
share/screem/pixmaps/stock_insert_image-16.png
142
share/screem/pixmaps/stock_insert_image.png
143
share/screem/pixmaps/stock_insert_table-16.png
144
share/screem/pixmaps/sub.xpm
145
share/screem/pixmaps/sup.xpm
146
share/screem/pixmaps/td.xpm
147
share/screem/pixmaps/text.xpm
148
share/screem/pixmaps/th.xpm
149
share/screem/pixmaps/todo.png
150
share/screem/pixmaps/tr.xpm
151
@dirrm share/screem/pixmaps
152
@dirrm share/screem
153
@dirrm share/locale/zh_CN.mo/LC_MESSAGES
154
@dirrm share/locale/zh_CN.mo
155
@dirrm share/locale/vi.mo/LC_MESSAGES
156
@dirrm share/locale/vi.mo
157
@dirrm share/locale/uk.mo/LC_MESSAGES
158
@dirrm share/locale/uk.mo
159
@dirrm share/locale/tr.mo/LC_MESSAGES
160
@dirrm share/locale/tr.mo
161
@dirrm share/locale/sv.mo/LC_MESSAGES
162
@dirrm share/locale/sv.mo
163
@dirrm share/locale/sk.mo/LC_MESSAGES
164
@dirrm share/locale/sk.mo
165
@dirrm share/locale/ru.mo/LC_MESSAGES
166
@dirrm share/locale/ru.mo
167
@dirrm share/locale/pt_BR.mo/LC_MESSAGES
168
@dirrm share/locale/pt_BR.mo
169
@dirrm share/locale/pl.mo/LC_MESSAGES
170
@dirrm share/locale/pl.mo
171
@dirrm share/locale/no.mo/LC_MESSAGES
172
@dirrm share/locale/no.mo
173
@dirrm share/locale/nb.mo/LC_MESSAGES
174
@dirrm share/locale/nb.mo
175
@dirrm share/locale/ko.mo/LC_MESSAGES
176
@dirrm share/locale/ko.mo
177
@dirrm share/locale/ja.mo/LC_MESSAGES
178
@dirrm share/locale/ja.mo
179
@dirrm share/locale/it.mo/LC_MESSAGES
180
@dirrm share/locale/it.mo
181
@dirrm share/locale/fr.mo/LC_MESSAGES
182
@dirrm share/locale/fr.mo
183
@dirrm share/locale/es.mo/LC_MESSAGES
184
@dirrm share/locale/es.mo
185
@dirrm share/locale/el.mo/LC_MESSAGES
186
@dirrm share/locale/el.mo
187
@dirrm share/locale/de.mo/LC_MESSAGES
188
@dirrm share/locale/de.mo
189
@dirrm share/locale/da.mo/LC_MESSAGES
190
@dirrm share/locale/da.mo
191
@dirrm share/locale/cs.mo/LC_MESSAGES
192
@dirrm share/locale/cs.mo
193
@dirrm share/locale/az.mo/LC_MESSAGES
194
@dirrm share/locale/az.mo
195
@dirrm share/locale
196
@dirrm share/gnome/screem/ui
155
@dirrm share/gnome/screem/ui
197
@dirrm share/gnome/screem/tagtrees
156
@dirrm share/gnome/screem/tagtrees
198
@dirrm share/gnome/screem/resources/Templates
157
@dirrm share/gnome/screem/resources/Templates
Lines 202-207 Link Here
202
@dirrm share/gnome/screem/resources/HTML
161
@dirrm share/gnome/screem/resources/HTML
203
@dirrm share/gnome/screem/resources/Applets
162
@dirrm share/gnome/screem/resources/Applets
204
@dirrm share/gnome/screem/resources
163
@dirrm share/gnome/screem/resources
164
@dirrm share/gnome/screem/pixmaps
205
@dirrm share/gnome/screem/hints
165
@dirrm share/gnome/screem/hints
206
@dirrm share/gnome/screem/glade
166
@dirrm share/gnome/screem/glade
207
@dirrm share/gnome/screem/dtd
167
@dirrm share/gnome/screem/dtd
Lines 227-231 Link Here
227
@dirrm etc/gconf/gconf.xml.defaults/apps/screem/editor/print
187
@dirrm etc/gconf/gconf.xml.defaults/apps/screem/editor/print
228
@dirrm etc/gconf/gconf.xml.defaults/apps/screem/editor
188
@dirrm etc/gconf/gconf.xml.defaults/apps/screem/editor
229
@dirrm etc/gconf/gconf.xml.defaults/apps/screem
189
@dirrm etc/gconf/gconf.xml.defaults/apps/screem
230
@exec scrollkeeper-install -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true
231
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true
190
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true

Return to bug 64973