Wiki home
Editing page "
gnome-core
"
Base on previous version:
0
-
518
-
769
-
772
-
1751
# Note: depends on [pkg]libwnck2[/pkg] # Note: depends on [pkg]libSM[/pkg] # Note: depends on [pkg]libgnomeui[/pkg] (with libSM/session-management support) # Note: depends on [pkg]gtk+2[/pkg] # Note: depends on [pkg]libXmu[/pkg] wget -c [link]http://ftp.gnome.org/pub/GNOME/sources/gnome-core/1.5/gnome-core-1.5.8.tar.bz2[/link] tar -xjf gnome-core-1.5.8.tar.bz2 cd gnome-core-1.5.8 # Some patches, note that more patches are necessary, not yet documented sed -i -e '/wnck_window_activate/{s/)/,0)/;}' panel/foobar-widget.c sed -i -e '/wnck_window_unminimize/{s/)/,0)/;}' panel/foobar-widget.c sed -i -e 's/^CFLAGS.*/& -DGNOME_CORE_INTERNAL/' panel/Makefile.in sed -i -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' panel/gnome-panel-screenshot.c sed -i -e 's|<glib/.*|<glib.h>|' libpanel-applet/panel-applet.h mkdir -p build cd build ../configure --prefix="/usr" --sysconfdir="/etc" # The variable we're setting below is because gnome-core uses several deprecated functions, so disabling them breaks the build make DISABLE_DEPRECATED_CFLAGS='' # Doesn't mind -j# make install
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page