Cygwin Gnome Ported Applications

home page

This page provides patches from some of the gnome or gtk+ applications that I have ported to cygwin. You can download them all in a single .tar.gz file, which also contains a config file that can be used with my "autobuild" script; or you can download individual patches from the following table. Please read the notes given in the table and make sure you get any required libraries. Please also read the README and INSTALL files within the original sources.

cygwin-gnome-application-patches.tar.bz2 (19k)

PackagePatch FileNotes
sylpheed-0.8.0 apps/patches/sylpheed-0.8.0-cygwin.patch http://sylpheed.good-day.net/
A nice mail client that can be used without sendmail/fetchmail
CFLAGS=-O2 ./configure --prefix=/opt/gnome --enable-ssl
dillo-0.6.5 no patch required http://dillo.cipsga.org.br/
A very small web browser: best I can do without a port of mozilla
CFLAGS=-O2 CPPFLAGS=-I/usr/include/libpng ./configure --prefix=/opt/gnome --enable-cookies
gftp-2.0.11 no patch required. Gnome ftp client. Thanks to Jonathan T. Harding for this one.
CFLAGS=-O2 ./configure --prefix=/opt/gnome
ee-0.3.12 no patch required Gnome Electric Eyes: an image viewer
CFLAGS=-O2 CPPFLAGS=-I/usr/include/libpng ./configure --prefix=/opt/gnome
gedit-0.9.7 apps/patches/gedit-0.9.7-cygwin.patch Gnome text editor
CFLAGS=-O2 ./configure --prefix=/opt/gnome
gnotepad+-1.3.3 apps/patches/gnotepad+-1.3.3-cygwin.patch Another text editor, with special support for HTML authoring
CFLAGS=-O2 CPPFLAGS="-I/usr/include/libpng -I/opt/gnome/include" ./configure --prefix=/opt/gnome --enable-project
ghex-1.2.1 no patch required Gnome hex editor
CFLAGS=-O2 ./configure --prefix=/opt/gnome
gnome-find-1.0.2 no patch required File search tool
CFLAGS=-O2 CPPFLAGS=-I/opt/gnome/include ./configure --prefix=/opt/gnome
anjuta-0.1.9 apps/patches/anjuta-0.1.9-cygwin.patch A Gnome IDE
CFLAGS=-O2 CXXFLAGS=-O2 ./configure --prefix=/opt/gnome
xchat-1.2.1 apps/patches/xchat-1.2.1-cygwin.patch Gnome IRC client
CFLAGS=-O2 ./configure --prefix=/opt/gnome
libole2-0.2.4 apps/patches/libole2-0.2.4-cygwin.patch library needed for gnumeric
CFLAGS=-O2 ./configure --prefix=/opt/gnome
gnumeric-1.0.9 apps/patches/gnumeric-1.0.9-cygwin.patch Gnome office spreadsheet application. Requires gal and libole2, bonobo is optional.
CFLAGS=-O2 ./configure --prefix=/opt/gnome
ggv-1.0.2 apps/patches/ggv-1.0.2-cygwin.patch Gnome ghostview. Bonobo is optional when building this one.
CFLAGS=-O2 ./configure --prefix=/opt/gnome
gat-0.9 no patch required Gnome interface for cron and at
CFLAGS=-O2 CPPFLAGS="$(gnome-config --cflags gnorba gnomeui) -I/opt/gnome/include" ./configure --prefix=/opt/gnome
gtkdiff-1.8.0 No patch required CFLAGS=-O2 ./configure --prefix=/opt/gnome
gpaint-0.2 No patch required CFLAGS=-O2 CPPFLAGS=-I/opt/gnome/include ./configure --prefix=/opt/gnome

home page