NAME: gnome-applets VERSION: 1.4.1 RELEASE: 1 SUMMARY: Small applications for the GNOME panel. DISTRIBUTION: Cygwin GNOME 1.4 VENDOR: LICENSE: GPL PACKAGER: Hansom Young GROUP: User Interface/Desktops OS: Cygwin ARCH: i586 SOURCE RPM: DESCRIPTION: GNOME (GNU Network Object Model Environment) is a user-friendly set of applications and desktop tools to be used in conjunction with a window manager for the X Window System. The gnome-applets package provides small utilities for the GNOME panel. --------------------------------------------------------------------- @ gnome-applets category: GNOME-desktop sdesc: "Small applications for the GNOME panel." ldesc: "The gnome-applets package provides small utilities for the GNOME panel." requires: gnome-libs gdk-pixbuf gnome-core gdbm GConf libgtop libghttp curr: 1.4.1-1 @ gnome-applets-docs-intl category: GNOME-desktop sdesc: "User Manual for gnome-applets (non-English part)." ldesc: "This packages contains the online documentation for gnome-applets, in languages other than English." requires: gnome-applets curr: 1.4.1-1 @ gnome-applets-locale category: GNOME-desktop sdesc: "Message catalogs (.mo files) for gnome-applets" ldesc: "This packages contains the internationalization(i18n) support for gnome-applets, in languages other than English." requires: gnome-applets curr: 1.4.1-1 ------------------------------------------------------------------------------- About this Cygwin port ---------------------- Built on cygwin-1.3.20, with gcc-3.2-3, binutils-20021117-1, gettext-0.11.5 and gtk-1.2.10-9, glib-1.2.10-9, gdk-pixbuf-0.22.0-9, GConf-1.0.9-9, libgtop-1.0.13-1, libghttp-1.0.9-9, gnome-libs-1.4.2-9, gnome-core-1.4.2-9. Port Log -------- Mar 17, 2003 1.4.1-1 (CyGNOME-1.4beta2) * Kept up with 1.4.1. Built for CyGNOME-1.4beta2 (baseline moved to Cygwin net release 2003-03-05 snapshot, maily cygwin-1.3.20, gcc-3.2-3, binutils-20021117-1, gettext-0.11.5, all GNOME libraries are rebuilt on new platform). Built with Steven O'Brien's 20021125 patch. Nov 6, 2002 1.4.0.5-7 * Applets depending on libghttp and libgtop are moved to gnome-applets-extra package. Nov 5, 2002 1.4.0.5-6 (CyGNOME-1.4beta1) * Updated to 1.4.0.5-6, built from RedHat 7.3 source rpm, with Steven O'Brien's 20020801 patch Sep 4, 2002 1.4.0.1-7 (CyGNOME-1.4alpha2) * Rebuilt with Steven O'Brien's 20020801 patch. Jun ?, 2002 1.4.0.1-6 (CyGNOME-1.4alpha) * Built from RedHat 7.2 source from, with Steven O'Brien's 20020402 patch. Build gnome-applets for Cygwin: ---------------------------- 1. In order to build gnome-core, you need a lot of GNOME libraries, including glib-1.2, gtk-1.2, gnome-libs-1.4, gdk-pixbuf, and libpanel_applet(in gnome-core package) etc. The latest source package of all GNOME libraries and applications could be found on ftp://www.gnome.org/pub/GNOME/sources/. Patches for Cygwin port of GNOME libraries is contributed and maintained by Steven O'Brien at http://homepage.ntlworld.com/steven.obrien2/. The latest patch is for gnome-applets-1.4.1 when writing this README. A collection of binary package of GNOME libraries and applications prebuilt for Cygwin could be found on the Cygwin GNOME project (http://cygnome.sourceforge.net). 2. Start work: - Unpack the source tarball of gnome-applets-1.4.1 - Apply the patch for Cygwin $ patch -p1 -b < gnome-applets-1.4.1-cygwin.patch - Configuration $ CFLAGS=-O2 ./configure --prefix=/opt/gnome - $ make - $ make install