I could not get the program to install on Fedora 20. Here are the results from the attempt:
install -m 755 -d pkg-config libgnome-2.0 --variable=prefix || echo /usr/bin pkg-config libgnome-2.0 --variable=prefix || echo /usr/lib/frees pkg-config libgnome-2.0 --variable=prefix || echo /usr/share/frees pkg-config libgnome-2.0 --variable=prefix || echo /usr/share/applications pkg-config libgnome-2.0 --variable=prefix || echo /usr/share/pixmaps
Package libgnome-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing libgnome-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnome-2.0' found
Package libgnome-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containinglibgnome-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnome-2.0' found
Package libgnome-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing libgnome-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnome-2.0' found
Package libgnome-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containinglibgnome-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnome-2.0' found
Package libgnome-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing libgnome-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnome-2.0' found
install -m 755 src/*pkg-config libgnome-2.0 --variable=prefix || echo /usr/lib/frees
Package libgnome-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containinglibgnome-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnome-2.0' found
install -m 644 share/pixmaps/*.png pkg-config libgnome-2.0 --variable=prefix || echo /usr/share/pixmaps
Package libgnome-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing libgnome-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnome-2.0' found
install -m 644 data/Frees.desktoppkg-config libgnome-2.0 --variable=prefix || echo /usr/share/applications
Package libgnome-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containinglibgnome-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnome-2.0' found
if test -f /usr/bin/frees; then rm /usr/bin/frees; fi
ln -s pkg-config libgnome-2.0 --variable=prefix || echo /usr/lib/frees/frees.py pkg-config libgnome-2.0 --variable=prefix || echo /usr/bin/frees
Package libgnome-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing libgnome-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnome-2.0' found
Package libgnome-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containinglibgnome-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnome-2.0' found
chmod +x pkg-config libgnome-2.0 --variable=prefix || echo /usr/bin/frees
Package libgnome-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgnome-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnome-2.0' found
Libgnome was installed. So I installed the libgnome-debuginfo and libgnome-devel and the program finished installation.
Thanks.