for all the changes.
This commit is contained in:
Joe Marcus Clarke 2005-01-16 04:58:20 +00:00
parent 64c8363c8f
commit e7f5b677c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126543
4 changed files with 3 additions and 26 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= galeon
PORTVERSION= 1.3.18
PORTREVISION= 2
PORTVERSION= 1.3.19
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://osdn.dl.sourceforge.net/sourceforge/galeon/

View file

@ -1,2 +1,2 @@
MD5 (galeon-1.3.18.tar.bz2) = d04164ebf26c65fdfd23fc1278edfce1
SIZE (galeon-1.3.18.tar.bz2) = 3866453
MD5 (galeon-1.3.19.tar.bz2) = 7d272c6b1863252026386fd299122841
SIZE (galeon-1.3.19.tar.bz2) = 3890447

View file

@ -1,18 +0,0 @@
--- mozilla/MozillaPrivate.cpp.orig Sun Oct 24 15:14:57 2004
+++ mozilla/MozillaPrivate.cpp Sun Oct 24 15:17:17 2004
@@ -109,6 +109,7 @@
tmp = paperPrefix + NS_LITERAL_CSTRING("width_mm");
rv = pref->GetIntPref(tmp.get(), &width);
+#if defined(_NL_PAPER_HEIGHT) && defined(_NL_PAPER_WIDTH)
// mark locale default paper size so that print dialog can use
// it as best guess when switching printers
if (height == (int) (long int) nl_langinfo (_NL_PAPER_HEIGHT) &&
@@ -116,6 +117,7 @@
{
info->paper = i;
}
+#endif
PRBool is_inch;
tmp = paperPrefix + NS_LITERAL_CSTRING("is_inch");

View file

@ -2,8 +2,6 @@ bin/galeon
bin/galeon-bin
bin/galeon-config-tool
etc/sound/events/galeon.soundlist
lib/galeon/components/libgaleon-xpcom.a
lib/galeon/components/libgaleon-xpcom.so
libdata/bonobo/servers/GNOME_Galeon_Automation.server
libdata/bonobo/servers/GNOME_Galeon_NautilusView.server
share/gnome/applications/galeon.desktop
@ -224,6 +222,4 @@ share/locale/zh_TW/LC_MESSAGES/galeon-2.0.mo
@dirrm share/gnome/help/galeon/es
@dirrm share/gnome/help/galeon
@dirrm share/gnome/galeon
@dirrm lib/galeon/components
@dirrm lib/galeon
@unexec update-desktop-database > /dev/null || /usr/bin/true