Re: Update patch for Garnome-2.9.1
- From: Stef van der Made <svdmade planet nl>
- To: Stef van der Made <svdmade planet nl>
- Cc: Garnome <garnome-list gnome org>, Paul Drain <pd cipherfunk org>
- Subject: Re: Update patch for Garnome-2.9.1
- Date: Sun, 28 Nov 2004 22:17:44 +0100
One shoulden't forget the patch :-) The patch needs to be installed in
the folder where you have unpacked garnome-2.9.1
Cheers,
Stef
Stef van der Made wrote:
Dear Gnome fans,
I've made an update patch ofr garnome-2.9.1 for the following reasons
1 The freedesktop updates
2 Updates to Gaim, conglomorate, gftp, mozilla, libxklavier,
gnome-mag, firestarter, gimp, totem, xchat
3 Yelp seems to require mozilla to compile successfully. Or am I only
only one who needs this package
4 Some packages have added dependencies (yelp, nautilus-cd-burner etc.
I've added these commented out but it's obvious if you check the
makefiles that they are needed.
I hope you will enjoy this patch.
Cheers,
Stef
diff -ruN garnome-2.9.1org/bootstrap/dbus/Makefile garnome-2.9.1/bootstrap/dbus/Makefile
--- garnome-2.9.1org/bootstrap/dbus/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/bootstrap/dbus/Makefile 2004-11-27 19:38:56.000000000 +0100
@@ -4,7 +4,7 @@
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PATCHFILES = gar-base.diff
-MASTER_SITES = http://freedesktop.org/Software/dbus/releases/
+MASTER_SITES = http://freedesktop.org/software/dbus/releases/
LIBDEPS = platform/glib platform/libxml2
diff -ruN garnome-2.9.1org/bootstrap/desktop-file-utils/Makefile garnome-2.9.1/bootstrap/desktop-file-utils/Makefile
--- garnome-2.9.1org/bootstrap/desktop-file-utils/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/bootstrap/desktop-file-utils/Makefile 2004-11-27 00:48:39.000000000 +0100
@@ -3,7 +3,7 @@
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-MASTER_SITES = http://freedesktop.org/Software/desktop-file-utils/releases/
+MASTER_SITES = http://freedesktop.org/software/desktop-file-utils/releases/
LIBDEPS = platform/gnome-vfs
diff -ruN garnome-2.9.1org/bootstrap/hicolor-icon-theme/Makefile garnome-2.9.1/bootstrap/hicolor-icon-theme/Makefile
--- garnome-2.9.1org/bootstrap/hicolor-icon-theme/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/bootstrap/hicolor-icon-theme/Makefile 2004-11-27 01:26:38.000000000 +0100
@@ -3,7 +3,7 @@
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-MASTER_SITES = http://freedesktop.org/Software/icon-theme/releases/
+MASTER_SITES = http://freedesktop.org/software/icon-theme/releases/
DESCRIPTION = fontconfig
define BLURB
diff -ruN garnome-2.9.1org/bootstrap/mozilla/Makefile garnome-2.9.1/bootstrap/mozilla/Makefile
--- garnome-2.9.1org/bootstrap/mozilla/Makefile 1970-01-01 01:00:00.000000000 +0100
+++ garnome-2.9.1/bootstrap/mozilla/Makefile 2004-11-28 00:30:49.000000000 +0100
@@ -0,0 +1,31 @@
+GARNAME = mozilla
+GARVERSION = 1.8a5
+CATEGORIES = bootstrap
+DISTFILES = $(GARNAME)-source-$(GARVERSION).tar.bz2
+#PATCHFILES = gar-base.diff
+
+MASTER_SITES = http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/$(GARNAME)$(GARVERSION)/source/
+
+LIBDEPS = platform/gtk+
+
+DESCRIPTION = mozilla
+define BLURB
+ Cross Platform, Multifunction Web Browsing Suite
+endef
+
+WORKSRC = $(WORKDIR)/mozilla
+
+CONFIGURE_SCRIPTS = $(WORKSRC)/configure
+BUILD_SCRIPTS = $(WORKSRC)/Makefile
+INSTALL_SCRIPTS = $(WORKSRC)/Makefile
+
+CONFIGURE_ARGS = $(DIRPATHS) --enable-default-toolkit=gtk2 --disable-glibtest --disable-gtktest --disable-freetypetest --disable-tests --disable-calendar --disable-composer --disable-mailnews --disable-mathml --disable-jsd --disable-installer --disable-pedantic --disable-debug --disable-dtd-debug --enable-optimize --enable-xft --enable-crypto --enable-xinerama --with-system-zlib --disable-freetype2
+
+include ../category.mk
+
+pre-install:
+ @echo "Fixing broken NSS header installation..."
+ @mkdir -p $(includedir)/$(GARNAME)-$(GARVERSION)/nss/
+ @cp -f $(WORKSRC)/dist/public/nss/*.h $(includedir)/$(GARNAME)-$(GARVERSION)/nss/
+ @mkdir -p $(includedir)/$(GARNAME)-$(GARVERSION)/seccmd/
+ @cp -f $(WORKSRC)/dist/public/seccmd/*.h $(includedir)/$(GARNAME)-$(GARVERSION)/seccmd/
diff -ruN garnome-2.9.1org/bootstrap/mozilla/checksums garnome-2.9.1/bootstrap/mozilla/checksums
--- garnome-2.9.1org/bootstrap/mozilla/checksums 1970-01-01 01:00:00.000000000 +0100
+++ garnome-2.9.1/bootstrap/mozilla/checksums 2004-11-28 00:26:25.000000000 +0100
@@ -0,0 +1 @@
+fa3e7a19b3ef455609ea0803b26e6e74 download/mozilla-source-1.8a5.tar.bz2
diff -ruN garnome-2.9.1org/bootstrap/mozilla/files/gar-base.diff garnome-2.9.1/bootstrap/mozilla/files/gar-base.diff
--- garnome-2.9.1org/bootstrap/mozilla/files/gar-base.diff 1970-01-01 01:00:00.000000000 +0100
+++ garnome-2.9.1/bootstrap/mozilla/files/gar-base.diff 2004-09-16 10:37:28.000000000 +0200
@@ -0,0 +1,62 @@
+diff --speed-large-files --minimal -Nru mozilla.orig/config/config.mk mozilla/config/config.mk
+--- mozilla.orig/config/config.mk 2004-04-11 08:51:37.000000000 +1000
++++ mozilla/config/config.mk 2004-06-29 13:39:41.000000000 +1000
+@@ -439,9 +439,11 @@
+ # Do not use PIC if not building a shared lib (see exceptions below)
+ #
+ #ifeq (,$(PROGRAM)$(SIMPLE_PROGRAMS)$(HOST_PROGRAM)$(HOST_SIMPLE_PROGRAMS))
++ifdef LIBRARY_NAME
+ ifneq (,$(BUILD_SHARED_LIBS)$(FORCE_SHARED_LIB)$(FORCE_USE_PIC))
+ _ENABLE_PIC=1
+ endif
++endif
+ #endif
+
+ # If module is going to be merged into the nsStaticModule,
+diff --speed-large-files --minimal -Nru mozilla.orig/js/src/xpconnect/src/xpcjsid.cpp mozilla/js/src/xpconnect/src/xpcjsid.cpp
+--- mozilla.orig/js/src/xpconnect/src/xpcjsid.cpp 2003-11-15 11:11:10.000000000 +1100
++++ mozilla/js/src/xpconnect/src/xpcjsid.cpp 2004-06-29 13:41:17.000000000 +1000
+@@ -436,6 +436,11 @@
+
+ NS_IMETHODIMP nsJSIID::Equals(nsIJSID *other, PRBool *_retval)
+ {
++ *_retval = PR_FALSE;
++
++ if(!other)
++ return NS_OK;
++
+ nsID* otherID;
+ if(NS_SUCCEEDED(other->GetId(&otherID)))
+ {
+diff --speed-large-files --minimal -Nru mozilla.orig/netwerk/protocol/ftp/src/nsFtpConnectionThread.cpp mozilla/netwerk/protocol/ftp/src/nsFtpConnectionThread.cpp
+--- mozilla.orig/netwerk/protocol/ftp/src/nsFtpConnectionThread.cpp 2004-05-01 05:29:45.000000000 +1000
++++ mozilla/netwerk/protocol/ftp/src/nsFtpConnectionThread.cpp 2004-06-29 13:40:52.000000000 +1000
+@@ -810,8 +810,10 @@
+ // LIST
+ case FTP_S_LIST:
+ rv = S_list();
+-
+- if (NS_FAILED(rv))
++
++ if (rv == NS_ERROR_NOT_RESUMABLE)
++ mInternalError = rv;
++ else if (NS_FAILED(rv))
+ mInternalError = NS_ERROR_FTP_CWD;
+
+ MoveToNextState(FTP_R_LIST);
+diff --speed-large-files --minimal -Nru mozilla.orig/xpcom/string/src/nsStringObsolete.cpp mozilla/xpcom/string/src/nsStringObsolete.cpp
+--- mozilla.orig/xpcom/string/src/nsStringObsolete.cpp 2004-04-29 11:54:55.000000000 +1000
++++ mozilla/xpcom/string/src/nsStringObsolete.cpp 2004-06-29 13:39:41.000000000 +1000
+@@ -905,7 +905,11 @@
+ {
+ // |count| specifies how many iterations to make from |offset|
+
+- if (offset < 0 || PRUint32(offset) > bigLen)
++ if (offset < 0 )
++ {
++ offset = 0;
++ }
++ else if (PRUint32(offset) > bigLen)
+ {
+ count = 0;
+ return;
diff -ruN garnome-2.9.1org/bootstrap/shared-mime-info/Makefile garnome-2.9.1/bootstrap/shared-mime-info/Makefile
--- garnome-2.9.1org/bootstrap/shared-mime-info/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/bootstrap/shared-mime-info/Makefile 2004-11-26 19:07:36.000000000 +0100
@@ -3,7 +3,7 @@
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-MASTER_SITES = http://freedesktop.org/Software/$(GARNAME)/
+MASTER_SITES = http://freedesktop.org/software/$(GARNAME)/
LIBDEPS = platform/glib platform/libxml2
diff -ruN garnome-2.9.1org/desktop/gnome-mag/Makefile garnome-2.9.1/desktop/gnome-mag/Makefile
--- garnome-2.9.1org/desktop/gnome-mag/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/desktop/gnome-mag/Makefile 2004-11-26 18:49:58.000000000 +0100
@@ -1,5 +1,5 @@
GARNAME = gnome-mag
-GARVERSION = 0.11.9
+GARVERSION = 0.11.10
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
diff -ruN garnome-2.9.1org/desktop/gnome-mag/checksums garnome-2.9.1/desktop/gnome-mag/checksums
--- garnome-2.9.1org/desktop/gnome-mag/checksums 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/desktop/gnome-mag/checksums 2004-11-26 18:49:58.000000000 +0100
@@ -1 +1 @@
-e693141a3e01301be307bb90cee6bcfd download/gnome-mag-0.11.9.tar.bz2
+2603ef3349a8bbadcc1f3b36b467a9bf download/gnome-mag-0.11.10.tar.bz2
diff -ruN garnome-2.9.1org/desktop/libxklavier/Makefile garnome-2.9.1/desktop/libxklavier/Makefile
--- garnome-2.9.1org/desktop/libxklavier/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/desktop/libxklavier/Makefile 2004-11-26 18:49:58.000000000 +0100
@@ -1,5 +1,5 @@
GARNAME = libxklavier
-GARVERSION = 1.10
+GARVERSION = 1.11
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
diff -ruN garnome-2.9.1org/desktop/libxklavier/checksums garnome-2.9.1/desktop/libxklavier/checksums
--- garnome-2.9.1org/desktop/libxklavier/checksums 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/desktop/libxklavier/checksums 2004-11-26 18:49:58.000000000 +0100
@@ -1 +1 @@
-34d9e7cc7a1a59aa816f76bea3dc747d download/libxklavier-1.10.tar.gz
+1a4c6b95bc74bccaf5a7e394f928a54f download/libxklavier-1.11.tar.gz
diff -ruN garnome-2.9.1org/desktop/nautilus/checksums garnome-2.9.1/desktop/nautilus/checksums
--- garnome-2.9.1org/desktop/nautilus/checksums 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/desktop/nautilus/checksums 2004-11-26 18:49:58.000000000 +0100
@@ -1 +1,2 @@
d5fdec9acc37181016e8424e96d663b8 download/nautilus-2.8.2.tar.bz2
+88f229fc3dad569d3862fe2b00c9185d download/exif.diff
diff -ruN garnome-2.9.1org/desktop/nautilus-cd-burner/Makefile garnome-2.9.1/desktop/nautilus-cd-burner/Makefile
--- garnome-2.9.1org/desktop/nautilus-cd-burner/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/desktop/nautilus-cd-burner/Makefile 2004-11-28 20:33:21.146498912 +0100
@@ -3,7 +3,7 @@
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-LIBDEPS = desktop/nautilus
+LIBDEPS = desktop/nautilus bootstrap/dbus
DESCRIPTION = nautilus-cd-burner
define BLURB
diff -ruN garnome-2.9.1org/desktop/yelp/Makefile garnome-2.9.1/desktop/yelp/Makefile
--- garnome-2.9.1org/desktop/yelp/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/desktop/yelp/Makefile 2004-11-28 20:17:20.441548264 +0100
@@ -3,7 +3,7 @@
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-LIBDEPS = desktop/libgtkhtml platform/libgnomeui platform/gnome-vfs
+LIBDEPS = desktop/libgtkhtml platform/libgnomeui platform/gnome-vfs #bootstrap/mozilla
DESCRIPTION = yelp
define BLURB
diff -ruN garnome-2.9.1org/fifth-toe/conglomerate/Makefile garnome-2.9.1/fifth-toe/conglomerate/Makefile
--- garnome-2.9.1org/fifth-toe/conglomerate/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/fifth-toe/conglomerate/Makefile 2004-11-26 18:49:58.000000000 +0100
@@ -1,5 +1,5 @@
GARNAME = conglomerate
-GARVERSION = 0.7.14
+GARVERSION = 0.7.16
CATEGORIES = fifth-toe
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
diff -ruN garnome-2.9.1org/fifth-toe/conglomerate/checksums garnome-2.9.1/fifth-toe/conglomerate/checksums
--- garnome-2.9.1org/fifth-toe/conglomerate/checksums 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/fifth-toe/conglomerate/checksums 2004-11-28 00:09:46.000000000 +0100
@@ -1 +1 @@
-1a04815a1059987aea45816aa1401bc3 download/conglomerate-0.7.14.tar.gz
+75e35bd95e6a781d1346083b097f0c71 download/conglomerate-0.7.16.tar.gz
diff -ruN garnome-2.9.1org/fifth-toe/firestarter/Makefile garnome-2.9.1/fifth-toe/firestarter/Makefile
--- garnome-2.9.1org/fifth-toe/firestarter/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/fifth-toe/firestarter/Makefile 2004-11-28 17:45:45.000000000 +0100
@@ -1,9 +1,9 @@
GARNAME = firestarter
-GARVERSION = 1.0.0rc1
+GARVERSION = 1.0.0
CATEGORIES = fifth-toe
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-MASTER_SITES = http://firestarter.sourceforge.net/beta/1.0/
+MASTER_SITES = http://dl.sourceforge.net/firestarter/
LIBDEPS = platform/libgnomeui
diff -ruN garnome-2.9.1org/fifth-toe/firestarter/checksums garnome-2.9.1/fifth-toe/firestarter/checksums
--- garnome-2.9.1org/fifth-toe/firestarter/checksums 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/fifth-toe/firestarter/checksums 2004-11-28 17:46:07.000000000 +0100
@@ -1 +1 @@
-096e8c0c327cece6ead74c3332200a8b download/firestarter-1.0.0rc1.tar.gz
+a8dc99b05184326fbcd779c214b5a4ad download/firestarter-1.0.0.tar.gz
diff -ruN garnome-2.9.1org/fifth-toe/gaim/Makefile garnome-2.9.1/fifth-toe/gaim/Makefile
--- garnome-2.9.1org/fifth-toe/gaim/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/fifth-toe/gaim/Makefile 2004-11-26 18:49:58.000000000 +0100
@@ -1,5 +1,5 @@
GARNAME = gaim
-GARVERSION = 1.0.2
+GARVERSION = 1.0.3
CATEGORIES = fifth-toe
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
PATCHFILES = gar-base.diff
diff -ruN garnome-2.9.1org/fifth-toe/gaim/checksums garnome-2.9.1/fifth-toe/gaim/checksums
--- garnome-2.9.1org/fifth-toe/gaim/checksums 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/fifth-toe/gaim/checksums 2004-11-28 00:09:47.000000000 +0100
@@ -1,2 +1,2 @@
-80fbe23c6206ca6c0c62c30d5091d7e4 download/gaim-1.0.2.tar.bz2
+d0c40cbb57a80813fd495d3ffc6259df download/gaim-1.0.3.tar.bz2
c69b6aa3e19e0e8815f6937bfc9728e3 download/gar-base.diff
diff -ruN garnome-2.9.1org/fifth-toe/gftp/Makefile garnome-2.9.1/fifth-toe/gftp/Makefile
--- garnome-2.9.1org/fifth-toe/gftp/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/fifth-toe/gftp/Makefile 2004-11-28 18:19:04.000000000 +0100
@@ -1,8 +1,8 @@
GARNAME = gftp
-GARVERSION = 2.0.17
+GARVERSION = 2.0.18rc1
CATEGORIES = fifth-toe
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-PATCHFILES = gar-base.diff
+#PATCHFILES = gar-base.diff
MASTER_SITES = http://gftp.seul.org/
diff -ruN garnome-2.9.1org/fifth-toe/gftp/checksums garnome-2.9.1/fifth-toe/gftp/checksums
--- garnome-2.9.1org/fifth-toe/gftp/checksums 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/fifth-toe/gftp/checksums 2004-11-28 18:19:06.000000000 +0100
@@ -1,2 +1 @@
-a869315be1f59624a3abf5fb25d5b7bb download/gftp-2.0.17.tar.bz2
-48391308674fefe34b5021bd130f938e download/gar-base.diff
+0ce29a6ff3a645fe493bac002680aea9 download/gftp-2.0.18rc1.tar.bz2
diff -ruN garnome-2.9.1org/fifth-toe/gimp/Makefile garnome-2.9.1/fifth-toe/gimp/Makefile
--- garnome-2.9.1org/fifth-toe/gimp/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/fifth-toe/gimp/Makefile 2004-11-27 23:57:44.000000000 +0100
@@ -1,5 +1,5 @@
GARNAME = gimp
-GARVERSION = 2.2-pre1
+GARVERSION = 2.2-pre2
CATEGORIES = fifth-toe
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
diff -ruN garnome-2.9.1org/fifth-toe/gimp/checksums garnome-2.9.1/fifth-toe/gimp/checksums
--- garnome-2.9.1org/fifth-toe/gimp/checksums 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/fifth-toe/gimp/checksums 2004-11-28 00:09:52.000000000 +0100
@@ -1 +1 @@
-f88e30b6a11b2d3c81219bc10a6de19a download/gimp-2.2-pre1.tar.bz2
+ebf7e6ecfd8140933ba8def721df49cd download/gimp-2.2-pre2.tar.bz2
diff -ruN garnome-2.9.1org/fifth-toe/totem/Makefile garnome-2.9.1/fifth-toe/totem/Makefile
--- garnome-2.9.1org/fifth-toe/totem/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/fifth-toe/totem/Makefile 2004-11-27 23:55:52.000000000 +0100
@@ -1,9 +1,9 @@
GARNAME = totem
-GARVERSION = 0.99.20
+GARVERSION = 0.99.22
CATEGORIES = fifth-toe
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-LIBDEPS = desktop/eel desktop/gst-plugins
+LIBDEPS = desktop/eel desktop/gst-plugins desktop/nautilus-cd-burner
DESCRIPTION = totem
define BLURB
diff -ruN garnome-2.9.1org/fifth-toe/totem/checksums garnome-2.9.1/fifth-toe/totem/checksums
--- garnome-2.9.1org/fifth-toe/totem/checksums 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/fifth-toe/totem/checksums 2004-11-28 00:09:55.000000000 +0100
@@ -1 +1 @@
-7717b5fd1d1b8ce0d37bacec576f7dd4 download/totem-0.99.20.tar.bz2
+7843368e1e61921b0ae87a751ad91079 download/totem-0.99.22.tar.bz2
diff -ruN garnome-2.9.1org/fifth-toe/xchat/Makefile garnome-2.9.1/fifth-toe/xchat/Makefile
--- garnome-2.9.1org/fifth-toe/xchat/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/fifth-toe/xchat/Makefile 2004-11-28 19:12:46.000000000 +0100
@@ -1,10 +1,10 @@
GARNAME = xchat
-GARVERSION = 2.0.10
+GARVERSION = 2.4.1
CATEGORIES = fifth-toe
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-PATCHFILES = gar-base.diff
+#PATCHFILES = gar-base.diff
-MASTER_SITES = http://xchat.org/files/source/2.0/
+MASTER_SITES = http://xchat.org/files/source/2.4/
LIBDEPS = platform/gtk+
diff -ruN garnome-2.9.1org/fifth-toe/xchat/checksums garnome-2.9.1/fifth-toe/xchat/checksums
--- garnome-2.9.1org/fifth-toe/xchat/checksums 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/fifth-toe/xchat/checksums 2004-11-28 00:09:55.000000000 +0100
@@ -1,2 +1,2 @@
-968bc5f074fd7c202a8d63758bd5b62d download/xchat-2.0.10.tar.bz2
+aeb2337cc36dd4a9ac0cd6e909f67227 download/xchat-2.4.1.tar.bz2
f70656e319ae341aea982282861a1be6 download/gar-base.diff
diff -ruN garnome-2.9.1org/platform/libgnomeprint/Makefile garnome-2.9.1/platform/libgnomeprint/Makefile
--- garnome-2.9.1org/platform/libgnomeprint/Makefile 2004-11-26 18:46:40.000000000 +0100
+++ garnome-2.9.1/platform/libgnomeprint/Makefile 2004-11-28 20:29:41.917826736 +0100
@@ -3,7 +3,7 @@
CATEGORIES = platform
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-LIBDEPS = platform/libbonobo platform/libart_lgpl
+LIBDEPS = platform/libbonobo platform/libart_lgpl #geektoys/libgnomecups
DESCRIPTION = libgnomeprint
define BLURB
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]