diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:39:58 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:39:58 +0000 |
commit | 03af2187bd388708aa7234d923ec38192b6fc7a2 (patch) | |
tree | 7ce23e0d0c750d353ac0da5306ba035076e0adf0 /x11/gnome-applets/files | |
parent | - Fix on python2.1; (diff) |
Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.
graphics/imlib 1.9.9 -> 1.9.10
textproc/xml-i18n-tools 0.8 -> 0.8.1
x11/gnomelibs 1.2.11 -> 1.2.13
devel/oaf 0.6.2 -> 0.6.5
devel/gconf 0.12 -> 1.0.0
devel/gnomevfs 0.5 -> 1.0
graphics/gdk-pixbuf 0.9.0 -> 0.11.0
sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1
print/gnomeprint 0.25 -> 0.28
devel/bonobo 0.37 -> 1.0.3
audio/gnomeaudio 1.0.0 -> 1.4.0
x11/gnomecore 1.2.4 -> 1.4.0.3
devel/libgtop 1.0.11 -> 1.0.12
x11/gnomeapplets 1.2.4 -> 1.4.0.1
misc/gnomeuserdocs NEW 1.4.1
misc/gnomeutils 1.2.1 -> 1.4.0
deskutils/gnomepim 1.2.0 -> 1.4.0
games/gnomegames 1.2.0 -> 1.4.0.1
print/ggv 0.95 -> 1.0
editors/ghex 1.1.4 -> 1.2
devel/bugbuddy 1.2 -> 2.0.1
devel/glade 0.5.11 -> 0.6.2
sysutils/gtop 1.0.12 -> 1.0.13
x11/xalf NEW 0.11
x11-toolkits/py-gtk 0.6.6 -> 0.6.7
x11-toolkits/py-gnome 1.0.53 -> 1.4.0
x11-toolkits/guile-gtk 0.19 -> 0.20
x11-toolkits/guile-gnome 0.10 -> 0.20
devel/libsigc++ 1.0.1 -> 1.0.3
x11-toolkits/gnome-- 1.1.15 -> 1.1.17
x11-toolkits/panel-- NEW 0.1
x11-fm/gnomemc 4.5.51 -> 4.5.54
Notes
Notes:
svn path=/head/; revision=42257
Diffstat (limited to 'x11/gnome-applets/files')
-rw-r--r-- | x11/gnome-applets/files/patch-aa | 10 | ||||
-rw-r--r-- | x11/gnome-applets/files/patch-ab | 16 | ||||
-rw-r--r-- | x11/gnome-applets/files/patch-ag | 7 |
3 files changed, 16 insertions, 17 deletions
diff --git a/x11/gnome-applets/files/patch-aa b/x11/gnome-applets/files/patch-aa index 929f5f5d20f8..d2be8f42b3f5 100644 --- a/x11/gnome-applets/files/patch-aa +++ b/x11/gnome-applets/files/patch-aa @@ -1,10 +1,6 @@ ---- configure.orig Mon May 22 00:00:41 2000 -+++ configure Fri May 26 18:10:31 2000 -@@ -3399,6 +3399,7 @@ - *irix*) CDROM_HOST=iric; CDROM_LIBS="-lcdaudio -lmediad -lds";; - *linux*) CDROM_HOST=linux;; +--- configure.orig Thu Mar 15 11:59:13 2001 ++++ configure Mon Mar 19 10:00:53 2001 +@@ -3503,2 +3503,3 @@ *solaris*) CDROM_HOST=solaris;; +*freebsd*) CDROM_HOST=freebsd;; esac - - diff --git a/x11/gnome-applets/files/patch-ab b/x11/gnome-applets/files/patch-ab index beaeebb034be..bc3e9992a7d7 100644 --- a/x11/gnome-applets/files/patch-ab +++ b/x11/gnome-applets/files/patch-ab @@ -1,11 +1,7 @@ ---- applet-docs.make.orig Wed Apr 19 23:28:44 2000 -+++ applet-docs.make Fri May 26 18:07:21 2000 -@@ -9,7 +9,7 @@ - # figs = modemlights-advpref.png modemlights-prefs.png modemlights.png - # include $(top_srcdir)/applet-docs.make +--- applet-docs.make.orig Mon Feb 26 10:31:11 2001 ++++ applet-docs.make Thu Mar 1 17:58:21 2001 +@@ -11,3 +11,3 @@ --docdir = $(datadir)/gnome/help/$(applet)_applet/$(lang) -+docdir = $(datadir)/help/$(applet)_applet/$(lang) - doc_DATA = \ - index.html \ - topic.dat \ +-helpdir = $(datadir)/gnome/help/$(applet)_applet/$(lang) ++helpdir = $(datadir)/help/$(applet)_applet/$(lang) + help_DATA = \ diff --git a/x11/gnome-applets/files/patch-ag b/x11/gnome-applets/files/patch-ag new file mode 100644 index 000000000000..8124052f790d --- /dev/null +++ b/x11/gnome-applets/files/patch-ag @@ -0,0 +1,7 @@ +--- mixer/docs/es/Makefile.in.orig Wed Mar 28 12:39:07 2001 ++++ mixer/docs/es/Makefile.in Sat Apr 7 22:51:25 2001 +@@ -159,3 +159,3 @@ + applet = mixer +-lang = es ++lang = es + sgml_ents = $(applet).sgml |