cvsdist 1db3e05
%define gettext_package gnome-terminal
cvsdist 1db3e05
712f6f5
%define gtk2_version 2.10.0
712f6f5
%define gconf_version 2.14.0
ff3ce25
%define startup_notification_version 0.8
712f6f5
%define vte_version 0.15.3
712f6f5
%define gnome_vfs_version 2.4
712f6f5
%define desktop_file_utils_version 0.2.90
cvsdist df6c1f8
cvsdist df6c1f8
Summary: GNOME Terminal
cvsdist df6c1f8
Name: gnome-terminal
4415acc
Version: 2.21.3
2dc9dbe
Release: 1%{?dist}
cvsdist 6fa5e8a
URL: http://www.gnome.org/
4415acc
Source0: http://download.gnome.org/sources/gnome-terminal/2.21/gnome-terminal-%{version}.tar.bz2
d504b4e
# Fix gnome.org Bug 338913 – Terminal resized when switching tabs
d504b4e
Patch2: gnome-terminal-2.15.0-338913-revert-336325.patch
02e446b
License: GPLv2+ and GFDL+
cvsdist df6c1f8
Group: User Interface/Desktops
cvsdist 58ec457
2660b94
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
cvsdist df6c1f8
cvsdist e57cbdc
# gconftool-2
712f6f5
Requires(pre): GConf2 >= %{gconf_version}
712f6f5
Requires(post): GConf2 >= %{gconf_version}
712f6f5
Requires(preun): GConf2 >= %{gconf_version}
bbe49f8
Requires(post): scrollkeeper
46fddec
Requires(postun): scrollkeeper
cvsdist e57cbdc
cvsdist df6c1f8
BuildRequires: gtk2-devel >= %{gtk2_version}
712f6f5
BuildRequires: GConf2-devel >= %{gconf_version}
712f6f5
BuildRequires: libglade2-devel 
712f6f5
BuildRequires: libgnomeui-devel 
712f6f5
BuildRequires: startup-notification-devel >= %{startup_notification_version}
cvsdist df6c1f8
BuildRequires: vte-devel >= %{vte_version}
712f6f5
BuildRequires: gnome-vfs2-devel >= %{gnome_vfs_version}
cvsdist 1db3e05
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
b801375
BuildRequires: scrollkeeper 
b801375
BuildRequires: gettext
83e9db0
BuildRequires: gnome-doc-utils
cvsdist 7335ec3
# For intltool:
712f6f5
BuildRequires: perl(XML::Parser)
cvsdist 7335ec3
cvsdist 58ec457
cvsdist df6c1f8
%description
cvsdist df6c1f8
cvsdist df6c1f8
GNOME terminal emulator application.
cvsdist df6c1f8
cvsdist df6c1f8
%prep
cvsdist df6c1f8
%setup -q
d504b4e
%patch2 -p1 -b .338913-revert-336325
cvsdist df6c1f8
cvsdist df6c1f8
%build
cvsdist df6c1f8
cvsdist 7335ec3
#workaround broken perl-XML-Parser on 64bit arches
cvsdist 7335ec3
export PERL5LIB=/usr/lib64/perl5/vendor_perl/5.8.2 perl
cvsdist 7335ec3
46fddec
%configure --with-widget=vte --disable-scrollkeeper
712f6f5
make %{?_smp_mflags}
cvsdist df6c1f8
cvsdist df6c1f8
%install
cvsdist df6c1f8
rm -rf $RPM_BUILD_ROOT
cvsdist df6c1f8
cvsdist df6c1f8
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
712f6f5
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist df6c1f8
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
cvsdist df6c1f8
besfahbo 05e3cdd
desktop-file-install --vendor gnome --delete-original	\
besfahbo 05e3cdd
  --dir $RPM_BUILD_ROOT%{_datadir}/applications		\
besfahbo 05e3cdd
  --add-only-show-in GNOME				\
besfahbo 05e3cdd
  --remove-category=Application				\
besfahbo 05e3cdd
  --add-category=System					\
cvsdist 1db3e05
  $RPM_BUILD_ROOT%{_datadir}/applications/*
cvsdist 1db3e05
712f6f5
# grr, --disable-scrollkeeper is not good enough
03523a8
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
cvsdist 1db3e05
02e446b
%find_lang %{gettext_package} --with-gnome
cvsdist df6c1f8
cvsdist df6c1f8
%clean
cvsdist df6c1f8
rm -rf $RPM_BUILD_ROOT
cvsdist df6c1f8
cvsdist df6c1f8
%post
46fddec
scrollkeeper-update -q
cvsdist df6c1f8
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
b801375
gconftool-2 --makefile-install-rule \
b801375
	%{_sysconfdir}/gconf/schemas/gnome-terminal.schemas > /dev/null || :
42d09b4
42d09b4
%pre
42d09b4
if [ "$1" -gt 1 ]; then
42d09b4
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
42d09b4
    gconftool-2 --makefile-uninstall-rule \
42d09b4
      %{_sysconfdir}/gconf/schemas/gnome-terminal.schemas > /dev/null || :
42d09b4
fi
cvsdist df6c1f8
46fddec
%preun
46fddec
if [ "$1" -eq 0 ]; then
46fddec
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
46fddec
    gconftool-2 --makefile-uninstall-rule \
46fddec
      %{_sysconfdir}/gconf/schemas/gnome-terminal.schemas > /dev/null || :
46fddec
fi
46fddec
46fddec
%postun
46fddec
scrollkeeper-update -q
46fddec
cvsdist 1db3e05
%files -f %{gettext_package}.lang
cvsdist e57cbdc
%defattr(-,root,root,-)
cvsdist df6c1f8
cvsdist df6c1f8
%doc AUTHORS COPYING ChangeLog NEWS README
cvsdist df6c1f8
f41c53a
%{_bindir}/gnome-terminal
cvsdist df6c1f8
%{_datadir}/gnome-terminal
f41c53a
%{_datadir}/pixmaps/gnome-terminal.png
f41c53a
%{_datadir}/omf/gnome-terminal
f41c53a
%{_datadir}/applications/gnome-terminal.desktop
cvsdist df6c1f8
%{_sysconfdir}/gconf/schemas/gnome-terminal.schemas
d217967
%{_libdir}/bonobo/servers/gnome-terminal.server
cvsdist df6c1f8
cvsdist df6c1f8
%changelog
4415acc
* Thu Dec  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
4415acc
- Update to 2.21.3
4415acc
8853c3b
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.3-1
8853c3b
- Update to 2.18.3
8853c3b
2dc9dbe
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.2-1
2dc9dbe
- Update to 2.18.2
2dc9dbe
b087092
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 2.18.1-3
b087092
- Rebuild for PPC toolchain bug
03523a8
- Fix build for rarian
b087092
02e446b
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-2
02e446b
- Update license field
02e446b
- Use %%find_lang for help files
02e446b
aaa59ca
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-1
aaa59ca
- Update to 2.18.1
aaa59ca
34cf668
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
34cf668
- Update to 2.18.0
34cf668
cf99aa5
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
cf99aa5
- Update to 2.17.92
cf99aa5
6cb095d
* Thu Feb 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-3
6cb095d
- Add System to desktop file categories
6cb095d
712f6f5
* Wed Feb 14 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-2
712f6f5
- Package review feedback
712f6f5
269b108
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
269b108
- Update to 2.17.91
269b108
2660b94
* Tue Jan 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
2660b94
- Update to 2.17.90
2660b94
b801375
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
b801375
- Update to 2.16.1
b801375
42d09b4
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-3
42d09b4
- Fix scripts according to packaging guidelines
42d09b4
f41c53a
* Fri Sep  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-2
f41c53a
- Fix directory ownership issues (#205679)
f41c53a
2768864
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
2768864
- Update to 2.16.0
2768864
6dcc105
* Wed Aug  2 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4-1.fc6
6dcc105
- Update to 2.15.4
6dcc105
61322f3
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
61322f3
- Update to 2.15.2
61322f3
9f9c55a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.1-2.1
9f9c55a
- rebuild
9f9c55a
Kristian Høgsberg b0778cb
* Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> - 2.15.1-2
Kristian Høgsberg b0778cb
- Update transparency patch to use gdk_screen_is_composited().
Kristian Høgsberg b0778cb
a800f47
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> 2.15.1-1
a800f47
- Update to 2.15.1
a800f47
d504b4e
* Thu May 18 2006 Dan Williams <dcbw@redhat.com> - 2.15.0-2
d504b4e
- Revert gnome.org #336325 (fixes #338913 – Terminal resized when switching tabs)
d504b4e
d784956
* Tue May 16 2006 Matthias Clasen <mclasen@redhat.com> 2.15.0-1
d784956
- Update to 2.15.0
d784956
b7c82d6
* Thu May 11 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-13
b7c82d6
- Close the about dialog
b7c82d6
e9ae13a
* Wed May 10 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-12
e9ae13a
- Rebuild 
e9ae13a
Kristian Høgsberg be24f26
* Tue Apr 25 2006 Kristian Høgsberg <krh@redhat.com> 2.14.1-11
Kristian Høgsberg be24f26
- Bump for rawhide build.
Kristian Høgsberg be24f26
Kristian Høgsberg 1e5f9ee
* Tue Apr 25 2006 Kristian Høgsberg <krh@redhat.com> - 2.14.1-10
Kristian Høgsberg 1e5f9ee
- Fix selection atom name intialization (patch from Kjartan Maaras).
Kristian Høgsberg 51a415a
- Lower vte requirement to 0.12.0-2 which is what fc5-bling has.
Kristian Høgsberg 1e5f9ee
c64353f
* Wed Apr 19 2006 Ray Strode <rstrode@redhat.com> 2.14.1-9
c64353f
- Require newer vte (bug 189341)
c64353f
Kristian Høgsberg 7103fa3
* Tue Apr 18 2006 Kristian Høgsberg <krh@redhat.com> 2.14.1-8
Kristian Høgsberg 7103fa3
- Bump for rawhide build.
Kristian Høgsberg 7103fa3
Kristian Høgsberg 4a730e8
* Tue Apr 18 2006 Kristian Høgsberg <krh@redhat.com> 2.14.1-7
Kristian Høgsberg 4a730e8
- Only use ARGB visual if a compositing manager is running to avoid
Kristian Høgsberg 4a730e8
  slow-down caused by automatic compositor.
Kristian Høgsberg 4a730e8
Kristian Høgsberg 460a8c7
* Mon Apr 17 2006 Kristian Høgsberg <krh@redhat.com> 2.14.1-6
Kristian Høgsberg 460a8c7
- Bumpd for rawhide build.
Kristian Høgsberg 460a8c7
Kristian Høgsberg 6096393
* Mon Apr 17 2006 Kristian Høgsberg <krh@redhat.com> 2.14.1-5
Kristian Høgsberg 6096393
- Fix gnome-terminal-2.14.1-real-transparency.patch to check for
Kristian Høgsberg 6096393
  window->priv != NULL before dereferencing.
Kristian Høgsberg 6096393
Kristian Høgsberg 926ba00
* Thu Apr 13 2006 Kristian Høgsberg <krh@redhat.com> 2.14.1-4
Kristian Høgsberg 926ba00
- Bump for rawhide build.
Kristian Høgsberg 926ba00
Kristian Høgsberg 1f5fad2
* Thu Apr 13 2006 Kristian Høgsberg <krh@redhat.com> 2.14.1-3
Kristian Høgsberg 6096393
- Add gnome-terminal-2.14.1-real-transparency.patch for extra bling points.
Kristian Høgsberg 1f5fad2
01d38a9
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
01d38a9
- Update to 2.14.1
01d38a9
ae6b505
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
ae6b505
- Update to 2.14.0
ae6b505
e9f753a
* Sat Mar  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.93-1
e9f753a
- Update to 2.13.93
e9f753a
e9f753a
* Sat Mar  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-1
33c8821
- Update to 2.13.92
33c8821
b7029e5
* Sun Feb 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
b7029e5
- Update to 2.13.91
b7029e5
3220d0d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-2.1
3220d0d
- bump again for double-long bug on ppc(64)
3220d0d
2f70c1e
* Thu Feb  9 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-2
2f70c1e
- Re-add "Open Link" menuitems
2f70c1e
a52d238
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.1
a52d238
- rebuilt for new gcc4.1 snapshot and glibc changes
a52d238
ad20f67
* Mon Jan 30 2006 Christopher Aillon <caillon@redhat.com> 2.13.90-1
ad20f67
- Update to 2.13.90
ad20f67
- Add patch to not specify a default invisible char, let GTK+ handle it
ad20f67
710fda0
* Thu Jan 19 2006 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
710fda0
- Update to 2.13.3
710fda0
9dc07c4
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
9dc07c4
- Update to 2.13.2
9dc07c4
d6676ab
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> 2.13.1-1
d6676ab
- Update to 2.13.1
176e8c8
- Remove upstreamed patches
d6676ab
fe6d198
* Thu Jan  4 2006 Christopher Aillon <caillon@redhat.com> 2.13.0-2
fe6d198
- Revert patch from gnome bug 98715 to fix 176029, 176642
fe6d198
13966ea
* Thu Dec 15 2005 Matthias Clasen <mclasen@redhat.com> 2.13.0-1
13966ea
- Update to 2.13.0
13966ea
057ac94
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
057ac94
- rebuilt
057ac94
1bcdb1a
* Mon Nov 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-2
1bcdb1a
- Respect the show_input_method_menu setting.
1bcdb1a
a3cef42
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
a3cef42
- Update to 2.12.0
a3cef42
815566d
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> - 2.11.2-1
815566d
- rebuild for new cairo and 2.11.2
815566d
bfc720f
* Mon Jul 11 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
815566d
- Newer upstream version
bfc720f
4f84eb4
* Wed May 4 2005 Ray Strode <rstrode@redhat.com> 2.10.0-2
4f84eb4
- Fix ne translation (bug 152240).
4f84eb4
ac49fc9
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 2.10.0-1
ac49fc9
- Update to 2.10.0
ac49fc9
ff3ce25
* Wed Feb  2 2005 Matthias Clasen <mclasen@redhat.com> 2.9.2-1
ff3ce25
- Update to 2.9.2
ff3ce25
158e354
* Thu Nov  4 2004 Ray Strode <rstrode@redhat.com> 2.8.0-2
158e354
- rebuild for rawhide
158e354
158e354
* Thu Nov  4 2004 Ray Strode <rstrode@redhat.com> 2.8.0-1
158e354
- Update to 2.8.0 (bug #136034)
158e354
cvsdist 58db438
* Fri Jul 30 2004 Ray Strode <rstrode@redhat.com> 2.7.3-1
cvsdist 58db438
- Update to 2.7.3
cvsdist 58db438
cvsdist 58ec457
* Fri Jun 18 2004 Ray Strode <rstrode@redhat.com> 2.6.0-4
cvsdist 58ec457
- patch a build busting type mismatch in libegg files
cvsdist 58ec457
cvsdist 58ec457
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 58ec457
- rebuilt
cvsdist 58ec457
cvsdist e57cbdc
* Tue Apr 13 2004 Warren Togami <wtogami@redhat.com> 2.6.0-2
cvsdist e57cbdc
- #111015 BR scrollkeeper gettext
cvsdist e57cbdc
cvsdist e57cbdc
* Wed Mar 31 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-1
cvsdist e57cbdc
- Update to 2.6.0
cvsdist e57cbdc
cvsdist c333f77
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist c333f77
- rebuilt
cvsdist c333f77
cvsdist c333f77
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com> 2.5.90-1
cvsdist c333f77
- update to 2.5.90
cvsdist c333f77
cvsdist c333f77
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist c333f77
- rebuilt
cvsdist c333f77
cvsdist 7335ec3
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.1-1
cvsdist 7335ec3
- update to 2.5.1
cvsdist 7335ec3
cvsdist 794bcea
* Wed Sep 17 2003 Alexander Larsson <alexl@redhat.com> 2.4.0.1-1
cvsdist 794bcea
- update to 2.4.0.1
cvsdist 794bcea
cvsdist 794bcea
* Fri Aug 15 2003 Alexander Larsson <alexl@redhat.com> 2.3.1-1
cvsdist 794bcea
- update to gnome 2.3
cvsdist 794bcea
cvsdist 794bcea
* Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.2.2-2
cvsdist 794bcea
- rebuild
cvsdist 794bcea
cvsdist 794bcea
* Mon Jul  7 2003 Havoc Pennington <hp@redhat.com> 2.2.2-1
cvsdist 794bcea
- 2.2.2
cvsdist 794bcea
- require latest vte
cvsdist 794bcea
cvsdist 794bcea
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 794bcea
- rebuilt
cvsdist 794bcea
cvsdist 6fa5e8a
* Fri Feb 14 2003 Havoc Pennington <hp@redhat.com> 2.2.1-3
cvsdist 6fa5e8a
- remove Xft buildreq
cvsdist 6fa5e8a
cvsdist 6fa5e8a
* Thu Feb  6 2003 Jeremy Katz <katzj@redhat.com> 2.2.1-2
cvsdist 6fa5e8a
- confusion about build roots abounds...
cvsdist 6fa5e8a
cvsdist 6fa5e8a
* Wed Feb  5 2003 Havoc Pennington <hp@redhat.com> 2.2.1-1
cvsdist 6fa5e8a
- 2.2.1
cvsdist 6fa5e8a
cvsdist 6fa5e8a
* Sun Jan 26 2003 Havoc Pennington <hp@redhat.com>
cvsdist 6fa5e8a
- require gtk 2.2, pango 1.2
cvsdist 6fa5e8a
cvsdist 6fa5e8a
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 6fa5e8a
- rebuilt
cvsdist 6fa5e8a
cvsdist 6fa5e8a
* Tue Jan 21 2003 Havoc Pennington <hp@redhat.com>
cvsdist 6fa5e8a
- 2.2.0
cvsdist 6fa5e8a
cvsdist 6fa5e8a
* Fri Jan 10 2003 Havoc Pennington <hp@redhat.com>
cvsdist 6fa5e8a
- 2.1.4
cvsdist 6fa5e8a
cvsdist 6fa5e8a
* Tue Dec 10 2002 Havoc Pennington <hp@redhat.com>
cvsdist 6fa5e8a
- merge nalin's branch to HEAD, bump some dependency versions
cvsdist 6fa5e8a
cvsdist 6fa5e8a
* Tue Dec 10 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.3-0
cvsdist 6fa5e8a
- initial update to 2.1.3
cvsdist 6fa5e8a
cvsdist 6fa5e8a
* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 2.0.1-6
cvsdist 6fa5e8a
- rebuild to fix broken deps on old libvte
cvsdist 6fa5e8a
- build on all arches
cvsdist 6fa5e8a
cvsdist e38ae88
* Mon Sep  2 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.1-5
cvsdist e38ae88
- fix goofy audible bell checkbox (backport from HEAD)
cvsdist e38ae88
cvsdist 7cb69e5
* Mon Sep  2 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.1-4
cvsdist 7cb69e5
- fix incorrect regexp which matched newlines as parts of URLs (#71349)
cvsdist 7cb69e5
cvsdist 0863580
* Fri Aug 23 2002 Jonathan Blandford <jrb@redhat.com>
cvsdist 0863580
- Clean up keyboard handling.
cvsdist 0863580
cvsdist f60ab32
* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
cvsdist f60ab32
- require latest vte
cvsdist f60ab32
cvsdist 1db3e05
* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1db3e05
- 2.0.1 released version instead of cvs snap
cvsdist 1db3e05
- clean up unpackaged files
cvsdist 1db3e05
cvsdist 1db3e05
* Thu Aug  8 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 1db3e05
- pick up widget padding
cvsdist 1db3e05
cvsdist 1db3e05
* Wed Jul 24 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 1db3e05
- Use monospace preference for system font
cvsdist 1db3e05
cvsdist 1db3e05
* Thu Jul 18 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 1db3e05
- rebuild in new environment
cvsdist 1db3e05
cvsdist 1db3e05
* Fri Jul 12 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1db3e05
- 2.0.0.90 cvs snap
cvsdist 1db3e05
cvsdist 1db3e05
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 1db3e05
- automated rebuild
cvsdist 1db3e05
cvsdist 1db3e05
* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1db3e05
- rebuild in different environment
cvsdist 1db3e05
cvsdist 1db3e05
* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1db3e05
- 2.0.0
cvsdist 1db3e05
- use desktop-file-install
cvsdist 1db3e05
- put bonobo server file in file list
cvsdist 1db3e05
- put help files in file list
cvsdist 1db3e05
- apply some fixes from CVS (or rather, that I'm going to 
cvsdist 1db3e05
  check in to CVS soon)
cvsdist 1db3e05
cvsdist 1db3e05
* Fri Jun 14 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 1db3e05
- rebuild in different environment
cvsdist df6c1f8
cvsdist df6c1f8
* Fri Jun 14 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist df6c1f8
- add patch to handle vte abi change
cvsdist df6c1f8
cvsdist df6c1f8
* Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
cvsdist df6c1f8
- add patch to get a decent default monospace font
cvsdist df6c1f8
cvsdist df6c1f8
* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
cvsdist df6c1f8
- rebuild, had bin compat issues
cvsdist df6c1f8
cvsdist df6c1f8
* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
cvsdist df6c1f8
- rebuild in different environment
cvsdist df6c1f8
cvsdist df6c1f8
* Sun Jun  9 2002 Havoc Pennington <hp@redhat.com>
cvsdist df6c1f8
- don't obsolete/provide gnome-core
cvsdist df6c1f8
cvsdist df6c1f8
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
cvsdist df6c1f8
- rebuild in different environment
cvsdist df6c1f8
cvsdist df6c1f8
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
cvsdist df6c1f8
- 1.9.7
cvsdist df6c1f8
cvsdist df6c1f8
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist df6c1f8
- rebuild in different environment
cvsdist df6c1f8
cvsdist df6c1f8
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist df6c1f8
- rebuild in different environment
cvsdist df6c1f8
- build requires bonobo activation
cvsdist df6c1f8
cvsdist df6c1f8
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist df6c1f8
- 1.9.6.90
cvsdist df6c1f8
- provide gnome-core
cvsdist df6c1f8
cvsdist df6c1f8
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist df6c1f8
- 1.9.5
cvsdist df6c1f8
- obsolete gnome-core
cvsdist df6c1f8
cvsdist df6c1f8
* Fri Apr 26 2002 Havoc Pennington <hp@redhat.com>
cvsdist df6c1f8
- 1.9.4.91, fixes scrollback thing
cvsdist df6c1f8
cvsdist df6c1f8
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
cvsdist df6c1f8
- 1.9.4.90
cvsdist df6c1f8
- move it to VTE, let's see how this goes
cvsdist df6c1f8
cvsdist df6c1f8
* Tue Apr 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist df6c1f8
- Initial build.
cvsdist df6c1f8
cvsdist df6c1f8