From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 31 10:21:52 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F25E016A4CE for ; Wed, 31 Mar 2004 10:21:51 -0800 (PST) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D0DD43D31 for ; Wed, 31 Mar 2004 10:21:51 -0800 (PST) (envelope-from coop9211@uidaho.edu) Received: from borgdemon.losaca.adelphia.net ([67.21.169.8]) by mta9.adelphia.netESMTP <20040331175841.XYDU3080.mta9.adelphia.net@borgdemon.losaca.adelphia.net>; Wed, 31 Mar 2004 12:58:41 -0500 Received: by borgdemon.losaca.adelphia.net (Postfix, from userid 1001) id 42FD8116F; Wed, 31 Mar 2004 09:58:39 -0800 (PST) From: John Merryweather Cooper To: Jeremy Messenger In-Reply-To: References: <200403310656.i2V6uS7p029577@ns1.mezzweb.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1080755917.669.11.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 31 Mar 2004 09:58:39 -0800 cc: freebsd-gnome@freebsd.org Subject: Re: Update port: www/screem 0.8.2 -> 0.10.1, repo copy www -> editors and some clean up X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2004 18:21:52 -0000 On Wed, 2004-03-31 at 09:45, Jeremy Messenger wrote: > On Wed, 31 Mar 2004 03:15:50 -0800, John Merryweather Cooper > wrote: > > > A number of points: > > > > 1) the update is good as 0.10.1 has just been released and is the stable > > version; > > > > 2) the repo copy should be denied unless all of the HTML editors (such > > as bluefish) are going to be moved from www/ to editors/; > > This is next, I am planning to submit about move bluefish to editors. This is a bad idea. What about all the other non-broswer utilities in www/? For that matter, on a purists note one could re-align most of the ports tree into editors on the grounds that the program was really an editor modifying a file. I think the original intention was that editors would refer to compiler language editors and text editors, and that other editors would go elsewhere. I don't see the "bank-for-buck" here. > > > 3) intlhack WILL be needed on -STABLE > > > > 4) hacking the pkg-descr: a) violates the porters-handbook (as > > written); b) the e-mail is correct; c) I really don't care, but nobody > > better jerk me around on not having my pkg-descr comply with the > > handbook; > > It doesn't violate the handbook. Awful a lot of committers don't even add > their own name/email in the pkg-descr, so I too. I believe, the handbook > is wrong about put maintainer in the pkg-descr. :-) > Reasonable minds may differ here. I'm just a mere maintainer, so my voice counts for very little, but those entries were PUT there by a committer during a frenzy of commits to bring pkg-descr's in line with the handbook. I sense we are running in circles. Just tell me how to do it and I will. > > 5) with these provisos, please commit; > > Please note that a LIB_DEPENDS on textproc/libcroco needs to be added. jmc > > jmc > > > > On Tue, 2004-03-30 at 22:56, Jeremy Messenger wrote: > >> >Submitter-Id: current-users > >> >Originator: Mezz > >> >Organization: > >> >Confidential: no > >> >Synopsis: Update port: www/screem 0.8.2 -> 0.10.1, repo copy www -> > >> editors and some clean up > >> >Severity: non-critical > >> >Priority: low > >> >Category: ports > >> >Class: update > >> >Release: FreeBSD 5.2-CURRENT i386 > >> >Environment: > >> System: FreeBSD ns1.mezzweb.com 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue > >> Mar 30 > >> 01:17:23 CST 2004 > >> mezz@mezz.mezzweb.com:/usr/src/sys/i386/compile/BSDROCKS i386 > >> > >> >Description: > >> - Update to 0.10.1. > >> - Screem is an editor. Therefore, request to repo copy > >> www/screem -> editors/screem. > >> - Use more GNOME components (bsd.gnome.mk). > >> - Add lthack and intlhack, but not sure if it needs intlhack. > >> - Make sure the pixmaps install in share/gnome/screem/; not in > >> share/screem/. > >> - Correct the pkg-plist. > >> - Remove the maintainer name/email from the pkg-descr. Reasons: > >> * It's un-need. > >> * We already have MAINTAINER and Whom in the Makefile. > >> * Avoid the confuse it as author. > >> * Looks like email is out of date? > >> If you, maintainer, disagree then please say so. > >> > >> > >> -- > >> > >> > >> There has a bug. Screem doesn't create the ~/.screem, so at the every > >> time > >> Screem runs; it will complain about can't find/open anything in the > >> ~/.screem. Nevertheless, it still can run and do anything. > >> > >> >How-To-Repeat: > >> n/a > >> > >> >Fix: > >> > >> > >> --- screem.diff begins here --- > >> diff -ur screem.orig/Makefile screem/Makefile > >> --- screem.orig/Makefile Sun Mar 14 00:17:34 2004 > >> +++ screem/Makefile Wed Mar 31 00:17:41 2004 > >> @@ -6,9 +6,8 @@ > >> # > >> > >> PORTNAME= screem > >> -PORTVERSION= 0.8.2 > >> -PORTREVISION= 1 > >> -CATEGORIES= www gnome > >> +PORTVERSION= 0.10.1 > >> +CATEGORIES= editors gnome > >> MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > >> MASTER_SITE_SUBDIR= ${PORTNAME} > >> > >> @@ -22,7 +21,7 @@ > >> USE_X_PREFIX= yes > >> USE_XPM= yes > >> USE_GNOME= gnomeprefix gnomehack libgnomeui libgnomeprintui libgtkhtml > >> \ > >> - gtksourceview > >> + gtksourceview lthack intlhack > >> USE_LIBTOOL_VER=13 > >> INSTALLS_SHLIB= yes > >> > >> @@ -38,10 +37,8 @@ > >> # --with-neon="${LOCALBASE}/lib" > >> > >> post-patch: > >> - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ > >> - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure > >> - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e > >> \ > >> - 's|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g' > >> + @${REINPLACE_CMD} -e > >> 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g' > >> \ > >> + ${WRKSRC}/configure > >> > >> post-configure: > >> @${REINPLACE_CMD} -e 's|\/\* #undef HAVE_LIMITS_H \*\/|#define > >> HAVE_LIMITS_H 1|g' ${WRKSRC}/config.h > >> diff -ur screem.orig/distinfo screem/distinfo > >> --- screem.orig/distinfo Sun Feb 8 01:55:37 2004 > >> +++ screem/distinfo Tue Mar 30 22:16:07 2004 > >> @@ -1,2 +1,2 @@ > >> -MD5 (screem-0.8.2.tar.gz) = fd1c6f8c2867a43028621cbdd944b9df > >> -SIZE (screem-0.8.2.tar.gz) = 2193840 > >> +MD5 (screem-0.10.1.tar.gz) = 20b21890be18654b9e7b20e111a65a5c > >> +SIZE (screem-0.10.1.tar.gz) = 2350120 > >> diff -ur screem.orig/files/patch-ltmain.sh screem/files/patch-ltmain.sh > >> --- screem.orig/files/patch-ltmain.sh Sat Nov 1 16:25:23 2003 > >> +++ screem/files/patch-ltmain.sh Tue Mar 30 22:39:29 2004 > >> @@ -1,6 +1,6 @@ > >> ---- ltmain.sh.orig Fri Sep 12 14:51:51 2003 > >> -+++ ltmain.sh Sun Sep 21 17:49:07 2003 > >> -@@ -1280,7 +1280,7 @@ > >> +--- ltmain.sh.orig Tue Mar 30 22:36:08 2004 > >> ++++ ltmain.sh Tue Mar 30 22:39:04 2004 > >> +@@ -1360,7 +1360,7 @@ > >> esac > >> elif test "X$arg" = "X-lc_r"; then > >> case $host in > >> @@ -9,7 +9,7 @@ > >> # Do not include libc_r directly, use -pthread flag. > >> continue > >> ;; > >> -@@ -1290,8 +1290,16 @@ > >> +@@ -1370,8 +1370,16 @@ > >> continue > >> ;; > >> > >> @@ -26,7 +26,7 @@ > >> continue > >> ;; > >> > >> -@@ -3000,6 +3008,9 @@ > >> +@@ -3110,6 +3118,9 @@ > >> # problems, so we reset it completely > >> verstring= > >> ;; > >> @@ -36,7 +36,7 @@ > >> *) > >> verstring="0.0" > >> ;; > >> -@@ -5428,10 +5439,12 @@ > >> +@@ -5712,10 +5723,12 @@ > >> fi > >> > >> # Install the pseudo-library for information purposes. > >> diff -ur screem.orig/files/patch-plugins::uploadWizard::Makefile.in > >> screem/files/patch-plugins::uploadWizard::Makefile.in > >> --- screem.orig/files/patch-plugins::uploadWizard::Makefile.in Sun Feb > >> 8 01:55:38 2004 > >> +++ screem/files/patch-plugins::uploadWizard::Makefile.in Tue Mar 30 > >> 22:44:13 2004 > >> @@ -1,20 +1,22 @@ > >> ---- plugins/uploadWizard/Makefile.in.old Sat Jan 31 01:09:09 2004 > >> -+++ plugins/uploadWizard/Makefile.in Sat Jan 31 01:14:46 2004 > >> -@@ -179,7 +179,7 @@ > >> +--- plugins/uploadWizard/Makefile.in.orig Tue Mar 30 22:42:31 2004 > >> ++++ plugins/uploadWizard/Makefile.in Tue Mar 30 22:43:33 2004 > >> +@@ -267,8 +267,8 @@ > >> + localdriver.c > >> > >> > >> - uploadWizard_la_LDFLAGS = -avoid-version -module > >> --uploadWizard_la_LIBADD = $(NEONOBJS) > >> -+uploadWizard_la_LIBADD = > >> +-uploadWizard_la_LDFLAGS = -avoid-version -module $(NEON_CFLAGS) > >> +-uploadWizard_la_LIBADD = $(NEONOBJS) $(NEON_LIBS) > >> ++uploadWizard_la_LDFLAGS = -avoid-version -module > >> ++uploadWizard_la_LIBADD = > >> > >> config_h = $(top_builddir)/config.h > >> obj_ext = o > >> -@@ -191,7 +191,7 @@ > >> +@@ -279,7 +279,7 @@ > >> + CONFIG_CLEAN_FILES = > >> + LTLIBRARIES = $(plugins_exec_LTLIBRARIES) > >> > >> - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. > >> - LIBS = @LIBS@ > >> --uploadWizard_la_DEPENDENCIES = $(neon_dir)/*.lo > >> -+uploadWizard_la_DEPENDENCIES = > >> - @HAVE_FNMATCH_FALSE@uploadWizard_la_OBJECTS = netrc.lo rpmatch.lo \ > >> - @HAVE_FNMATCH_FALSE@fnmatch.lo common.lo davdriver.lo fileset.lo > >> ftp.lo \ > >> - @HAVE_FNMATCH_FALSE@ftpdriver.lo rcfile.lo rshdriver.lo sitefiles.lo \ > >> +-uploadWizard_la_DEPENDENCIES = $(neon_dir)/*.lo > >> ++uploadWizard_la_DEPENDENCIES = > >> + am__uploadWizard_la_SOURCES_DIST = basename.h netrc.c netrc.h > >> rpmatch.c \ > >> + fnmatch.c fnmatch.h common.c common.h davdriver.c fileset.c \ > >> + fileset.h frontend.h ftp.c ftp.h ftpdriver.c i18n.h protocol.h \ > >> diff -ur screem.orig/pkg-descr screem/pkg-descr > >> --- screem.orig/pkg-descr Tue Nov 13 07:01:04 2001 > >> +++ screem/pkg-descr Wed Mar 31 00:17:02 2004 > >> @@ -7,5 +7,3 @@ > >> has functional CVS interaction. > >> > >> WWW: http://www.screem.org/ > >> - > >> --- John Merryweather Cooper > >> diff -ur screem.orig/pkg-plist screem/pkg-plist > >> --- screem.orig/pkg-plist Mon Nov 10 11:05:13 2003 > >> +++ screem/pkg-plist Wed Mar 31 00:15:25 2004 > >> @@ -15,6 +15,7 @@ > >> etc/gconf/schemas/screem.schemas > >> lib/screem/plugins/colourWizard.so > >> lib/screem/plugins/cssWizard.so > >> +lib/screem/plugins/css_wizard.so > >> lib/screem/plugins/entityWizard.so > >> lib/screem/plugins/formWizard.so > >> lib/screem/plugins/imageWizard.so > >> @@ -30,6 +31,7 @@ > >> share/gnome/mime-info/screem.keys > >> share/gnome/mime-info/screem.mime > >> share/gnome/omf/screem/screem-C.omf > >> +@exec scrollkeeper-install -q %D/share/gnome/omf/screem/screem-C.omf > >> 2>/dev/null || /usr/bin/true > >> share/gnome/pixmaps/screem.png > >> share/gnome/pixmaps/screem/splash/splash.png > >> share/gnome/screem/dtd/HTMLlat1.ent > >> @@ -42,15 +44,17 @@ > >> share/gnome/screem/dtd/http:%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-frameset.dtd > >> share/gnome/screem/dtd/http:%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-strict.dtd > >> share/gnome/screem/dtd/http:%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-transitional.dtd > >> +share/gnome/screem/dtd/screem-tagtree-config.dtd > >> share/gnome/screem/dtd/screem-tagtree.dtd > >> share/gnome/screem/dtd/xhtml-lat1.ent > >> share/gnome/screem/dtd/xhtml-special.ent > >> share/gnome/screem/dtd/xhtml-symbol.ent > >> share/gnome/screem/features.xml > >> +share/gnome/screem/glade/css-wizard.glade > >> share/gnome/screem/glade/css.glade > >> share/gnome/screem/glade/entityWizard.glade > >> share/gnome/screem/glade/imageWizard.glade > >> -share/gnome/screem/glade/linkWizard.glade > >> +share/gnome/screem/glade/linkwizard.glade > >> share/gnome/screem/glade/screem.glade > >> share/gnome/screem/glade/ssiwizard.glade > >> share/gnome/screem/glade/tablewizard.glade > >> @@ -59,6 +63,58 @@ > >> share/gnome/screem/hints/screem_hints_fr.txt > >> share/gnome/screem/hints/screem_hints_pt_BR.txt > >> share/gnome/screem/hints/screem_hints_sv.txt > >> +share/gnome/screem/pixmaps/add-link-16.png > >> +share/gnome/screem/pixmaps/add-link-24.png > >> +share/gnome/screem/pixmaps/add_column-16.png > >> +share/gnome/screem/pixmaps/add_column-24.png > >> +share/gnome/screem/pixmaps/add_row-16.png > >> +share/gnome/screem/pixmaps/add_row-24.png > >> +share/gnome/screem/pixmaps/bookmarks-open.png > >> +share/gnome/screem/pixmaps/bookmarks-preferences.png > >> +share/gnome/screem/pixmaps/browser.xpm > >> +share/gnome/screem/pixmaps/button.xpm > >> +share/gnome/screem/pixmaps/caption.xpm > >> +share/gnome/screem/pixmaps/checkbutton.xpm > >> +share/gnome/screem/pixmaps/cvs-add-16.png > >> +share/gnome/screem/pixmaps/cvs-add-24.png > >> +share/gnome/screem/pixmaps/cvs-add.png > >> +share/gnome/screem/pixmaps/cvs-checkout-16.png > >> +share/gnome/screem/pixmaps/cvs-checkout-24.png > >> +share/gnome/screem/pixmaps/cvs-checkout.png > >> +share/gnome/screem/pixmaps/cvs-commit-16.png > >> +share/gnome/screem/pixmaps/cvs-commit-24.png > >> +share/gnome/screem/pixmaps/cvs-remove-16.png > >> +share/gnome/screem/pixmaps/cvs-remove-24.png > >> +share/gnome/screem/pixmaps/cvs-remove.png > >> +share/gnome/screem/pixmaps/cvs-update-16.png > >> +share/gnome/screem/pixmaps/cvs-update-24.png > >> +share/gnome/screem/pixmaps/cvs-update.png > >> +share/gnome/screem/pixmaps/entry.xpm > >> +share/gnome/screem/pixmaps/fixed.xpm > >> +share/gnome/screem/pixmaps/gallery.xpm > >> +share/gnome/screem/pixmaps/gnome-fileentry.xpm > >> +share/gnome/screem/pixmaps/insert-symbol-16.png > >> +share/gnome/screem/pixmaps/insert-symbol-24.png > >> +share/gnome/screem/pixmaps/optionmenu.xpm > >> +share/gnome/screem/pixmaps/paragraphs.png > >> +share/gnome/screem/pixmaps/pre.xpm > >> +share/gnome/screem/pixmaps/radiobutton.xpm > >> +share/gnome/screem/pixmaps/resources.png > >> +share/gnome/screem/pixmaps/screem_site.png > >> +share/gnome/screem/pixmaps/site_preview.png > >> +share/gnome/screem/pixmaps/site_structure-48.png > >> +share/gnome/screem/pixmaps/stock_connect.png > >> +share/gnome/screem/pixmaps/stock_disconnect.png > >> +share/gnome/screem/pixmaps/stock_insert_image-16.png > >> +share/gnome/screem/pixmaps/stock_insert_image.png > >> +share/gnome/screem/pixmaps/stock_insert_table-16.png > >> +share/gnome/screem/pixmaps/sub.xpm > >> +share/gnome/screem/pixmaps/sup.xpm > >> +share/gnome/screem/pixmaps/td.xpm > >> +share/gnome/screem/pixmaps/text.xpm > >> +share/gnome/screem/pixmaps/th.xpm > >> +share/gnome/screem/pixmaps/todo.png > >> +share/gnome/screem/pixmaps/tr.xpm > >> share/gnome/screem/resources/Images/made.jpg > >> share/gnome/screem/resources/Javascript/linktitle.js > >> share/gnome/screem/resources/Javascript/preload.js > >> @@ -75,124 +131,27 @@ > >> share/gnome/screem/ui/screem-window-menu.xml > >> share/gnome/screem/ui/screem-window-popups.xml > >> share/gnome/screem/ui/screem-window-toolbar.xml > >> -share/locale/az.mo/LC_MESSAGES/screem.mo > >> -share/locale/cs.mo/LC_MESSAGES/screem.mo > >> -share/locale/da.mo/LC_MESSAGES/screem.mo > >> -share/locale/de.mo/LC_MESSAGES/screem.mo > >> -share/locale/el.mo/LC_MESSAGES/screem.mo > >> -share/locale/es.mo/LC_MESSAGES/screem.mo > >> -share/locale/fr.mo/LC_MESSAGES/screem.mo > >> -share/locale/it.mo/LC_MESSAGES/screem.mo > >> -share/locale/ja.mo/LC_MESSAGES/screem.mo > >> -share/locale/ko.mo/LC_MESSAGES/screem.mo > >> -share/locale/nb.mo/LC_MESSAGES/screem.mo > >> -share/locale/no.mo/LC_MESSAGES/screem.mo > >> -share/locale/pl.mo/LC_MESSAGES/screem.mo > >> -share/locale/pt_BR.mo/LC_MESSAGES/screem.mo > >> -share/locale/ru.mo/LC_MESSAGES/screem.mo > >> -share/locale/sk.mo/LC_MESSAGES/screem.mo > >> -share/locale/sv.mo/LC_MESSAGES/screem.mo > >> -share/locale/tr.mo/LC_MESSAGES/screem.mo > >> -share/locale/uk.mo/LC_MESSAGES/screem.mo > >> -share/locale/vi.mo/LC_MESSAGES/screem.mo > >> -share/locale/zh_CN.mo/LC_MESSAGES/screem.mo > >> -share/screem/pixmaps/add-link-16.png > >> -share/screem/pixmaps/add-link-24.png > >> -share/screem/pixmaps/add_column-16.png > >> -share/screem/pixmaps/add_column-24.png > >> -share/screem/pixmaps/add_row-16.png > >> -share/screem/pixmaps/add_row-24.png > >> -share/screem/pixmaps/bookmarks-open.png > >> -share/screem/pixmaps/bookmarks-preferences.png > >> -share/screem/pixmaps/browser.xpm > >> -share/screem/pixmaps/button.xpm > >> -share/screem/pixmaps/caption.xpm > >> -share/screem/pixmaps/checkbutton.xpm > >> -share/screem/pixmaps/cvs-add-16.png > >> -share/screem/pixmaps/cvs-add-24.png > >> -share/screem/pixmaps/cvs-add.png > >> -share/screem/pixmaps/cvs-checkout-16.png > >> -share/screem/pixmaps/cvs-checkout-24.png > >> -share/screem/pixmaps/cvs-checkout.png > >> -share/screem/pixmaps/cvs-commit-16.png > >> -share/screem/pixmaps/cvs-commit-24.png > >> -share/screem/pixmaps/cvs-remove-16.png > >> -share/screem/pixmaps/cvs-remove-24.png > >> -share/screem/pixmaps/cvs-remove.png > >> -share/screem/pixmaps/cvs-update-16.png > >> -share/screem/pixmaps/cvs-update-24.png > >> -share/screem/pixmaps/cvs-update.png > >> -share/screem/pixmaps/entry.xpm > >> -share/screem/pixmaps/fixed.xpm > >> -share/screem/pixmaps/gallery.xpm > >> -share/screem/pixmaps/gnome-fileentry.xpm > >> -share/screem/pixmaps/insert-symbol-16.png > >> -share/screem/pixmaps/insert-symbol-24.png > >> -share/screem/pixmaps/optionmenu.xpm > >> -share/screem/pixmaps/paragraphs.png > >> -share/screem/pixmaps/pre.xpm > >> -share/screem/pixmaps/radiobutton.xpm > >> -share/screem/pixmaps/resources.png > >> -share/screem/pixmaps/screem_site.png > >> -share/screem/pixmaps/site_preview.png > >> -share/screem/pixmaps/site_structure-48.png > >> -share/screem/pixmaps/stock_connect.png > >> -share/screem/pixmaps/stock_disconnect.png > >> -share/screem/pixmaps/stock_insert_image-16.png > >> -share/screem/pixmaps/stock_insert_image.png > >> -share/screem/pixmaps/stock_insert_table-16.png > >> -share/screem/pixmaps/sub.xpm > >> -share/screem/pixmaps/sup.xpm > >> -share/screem/pixmaps/td.xpm > >> -share/screem/pixmaps/text.xpm > >> -share/screem/pixmaps/th.xpm > >> -share/screem/pixmaps/todo.png > >> -share/screem/pixmaps/tr.xpm > >> -@dirrm share/screem/pixmaps > >> -@dirrm share/screem > >> -@dirrm share/locale/zh_CN.mo/LC_MESSAGES > >> -@dirrm share/locale/zh_CN.mo > >> -@dirrm share/locale/vi.mo/LC_MESSAGES > >> -@dirrm share/locale/vi.mo > >> -@dirrm share/locale/uk.mo/LC_MESSAGES > >> -@dirrm share/locale/uk.mo > >> -@dirrm share/locale/tr.mo/LC_MESSAGES > >> -@dirrm share/locale/tr.mo > >> -@dirrm share/locale/sv.mo/LC_MESSAGES > >> -@dirrm share/locale/sv.mo > >> -@dirrm share/locale/sk.mo/LC_MESSAGES > >> -@dirrm share/locale/sk.mo > >> -@dirrm share/locale/ru.mo/LC_MESSAGES > >> -@dirrm share/locale/ru.mo > >> -@dirrm share/locale/pt_BR.mo/LC_MESSAGES > >> -@dirrm share/locale/pt_BR.mo > >> -@dirrm share/locale/pl.mo/LC_MESSAGES > >> -@dirrm share/locale/pl.mo > >> -@dirrm share/locale/no.mo/LC_MESSAGES > >> -@dirrm share/locale/no.mo > >> -@dirrm share/locale/nb.mo/LC_MESSAGES > >> -@dirrm share/locale/nb.mo > >> -@dirrm share/locale/ko.mo/LC_MESSAGES > >> -@dirrm share/locale/ko.mo > >> -@dirrm share/locale/ja.mo/LC_MESSAGES > >> -@dirrm share/locale/ja.mo > >> -@dirrm share/locale/it.mo/LC_MESSAGES > >> -@dirrm share/locale/it.mo > >> -@dirrm share/locale/fr.mo/LC_MESSAGES > >> -@dirrm share/locale/fr.mo > >> -@dirrm share/locale/es.mo/LC_MESSAGES > >> -@dirrm share/locale/es.mo > >> -@dirrm share/locale/el.mo/LC_MESSAGES > >> -@dirrm share/locale/el.mo > >> -@dirrm share/locale/de.mo/LC_MESSAGES > >> -@dirrm share/locale/de.mo > >> -@dirrm share/locale/da.mo/LC_MESSAGES > >> -@dirrm share/locale/da.mo > >> -@dirrm share/locale/cs.mo/LC_MESSAGES > >> -@dirrm share/locale/cs.mo > >> -@dirrm share/locale/az.mo/LC_MESSAGES > >> -@dirrm share/locale/az.mo > >> -@dirrm share/locale > >> +share/locale/az/LC_MESSAGES/screem.mo > >> +share/locale/cs/LC_MESSAGES/screem.mo > >> +share/locale/da/LC_MESSAGES/screem.mo > >> +share/locale/de/LC_MESSAGES/screem.mo > >> +share/locale/el/LC_MESSAGES/screem.mo > >> +share/locale/es/LC_MESSAGES/screem.mo > >> +share/locale/fr/LC_MESSAGES/screem.mo > >> +share/locale/it/LC_MESSAGES/screem.mo > >> +share/locale/ja/LC_MESSAGES/screem.mo > >> +share/locale/ko/LC_MESSAGES/screem.mo > >> +share/locale/nb/LC_MESSAGES/screem.mo > >> +share/locale/no/LC_MESSAGES/screem.mo > >> +share/locale/pl/LC_MESSAGES/screem.mo > >> +share/locale/pt_BR/LC_MESSAGES/screem.mo > >> +share/locale/ru/LC_MESSAGES/screem.mo > >> +share/locale/sk/LC_MESSAGES/screem.mo > >> +share/locale/sv/LC_MESSAGES/screem.mo > >> +share/locale/tr/LC_MESSAGES/screem.mo > >> +share/locale/uk/LC_MESSAGES/screem.mo > >> +share/locale/vi/LC_MESSAGES/screem.mo > >> +share/locale/zh_CN/LC_MESSAGES/screem.mo > >> @dirrm share/gnome/screem/ui > >> @dirrm share/gnome/screem/tagtrees > >> @dirrm share/gnome/screem/resources/Templates > >> @@ -202,6 +161,7 @@ > >> @dirrm share/gnome/screem/resources/HTML > >> @dirrm share/gnome/screem/resources/Applets > >> @dirrm share/gnome/screem/resources > >> +@dirrm share/gnome/screem/pixmaps > >> @dirrm share/gnome/screem/hints > >> @dirrm share/gnome/screem/glade > >> @dirrm share/gnome/screem/dtd > >> @@ -227,5 +187,4 @@ > >> @dirrm etc/gconf/gconf.xml.defaults/apps/screem/editor/print > >> @dirrm etc/gconf/gconf.xml.defaults/apps/screem/editor > >> @dirrm etc/gconf/gconf.xml.defaults/apps/screem > >> -@exec scrollkeeper-install -q %D/share/gnome/omf/screem/screem-C.omf > >> 2>/dev/null || /usr/bin/true > >> @unexec scrollkeeper-uninstall -q > >> %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true > >> --- screem.diff ends here --- > >> > >> > >