This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP-2] glib-2.4.2-1


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dr. Volker Zell wrote:
| PS: By the way I vote for the /opt/gnome2 hirarchy for this package.

As I've stated already, this is also my opinion.

To make this easier for Gerrit to decide, I've written the attached
scripts which should be included in the glib2 package.  The scripts
glib2.sh and .csh are to be installed in /etc/profile.d and add
/opt/gnome2 to all path variables that I could think of.  The
postinstall.sh adds /opt/gnome2/share/aclocal to the aclocal dirlist,
for easier aclocal & autoreconf jobs.


Yaakov -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Cygwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAz6U6piWmPGlmQSMRAl6BAKCqZSXvz8H+6iZunpts/R8TG7qQjgCglUhp
hb56lPt83EVZ9SKFiduNn0I=
=jUDf
-----END PGP SIGNATURE-----
export PATH="/opt/gnome2/bin:${PATH}"
export MANPATH="${MANPATH}:/opt/gnome2/share/man"
export INFOPATH="${INFOPATH}:/opt/gnome2/share/info"
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/opt/gnome2/lib/pkgconfig"
setenv PATH "/opt/gnome2/bin:${PATH}"
setenv MANPATH "${MANPATH}:/opt/gnome2/share/man"
setenv INFOPATH "${INFOPATH}:/opt/gnome2/share/info"
setenv PKG_CONFIG_PATH "${PKG_CONFIG_PATH}:/opt/gnome2/lib/pkgconfig"
#!/bin/sh
#
# This script adds /opt/gnome2/share/aclocal to the aclocal dirlist,
# so that aclocal can find those macros without an -I flag.

prefix=/opt/gnome2
dirlist=/usr/autotool/devel/share/aclocal/dirlist

if [ -f ${dirlist} ] ; then \
  if [ ! `grep "${prefix}/share/aclocal" ${dirlist}` ] ; then \
    echo  "${prefix}/share/aclocal" >> ${dirlist} ; \
  fi ; \
fi

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]