Changeset 23b6afb for scripts/untested/gnome-scripts
- Timestamp:
- Feb 21, 2006, 12:15:50 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 12ba0a4
- Parents:
- eec901a
- Location:
- scripts/untested/gnome-scripts
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/untested/gnome-scripts/gnome-desktop-scripts/gnome-desktop-scrollkeeper.sh
reec901a r23b6afb 25 25 ####### 26 26 27 # Set perl binary to use if multiarch (else intltool component barfs)28 export INTLTOOL_PERL="${PERL}"29 30 27 max_log_init scrollkeeper ${SCROLLKEEPER_VER} "blfs (shared)" ${CONFLOGS} ${LOG} 31 28 CC="${CC-gcc} ${ARCH_CFLAGS}" \ -
scripts/untested/gnome-scripts/gnome-platform-scripts/gnome-platform-glib.sh
reec901a r23b6afb 27 27 fi 28 28 29 # If ${PERL} is set, strip the path from it so PERL_PATH gets set correctly30 if [ ! -z "${PERL}" ]; then31 export PERL=`basename ${PERL}`32 fi33 34 29 max_log_init glib ${GLIB_VER} "blfs (shared)" ${CONFLOGS} ${LOG} 35 30 CC="${CC-gcc} ${ARCH_CFLAGS}" \ -
scripts/untested/gnome-scripts/gnome-platform-scripts/gnome-platform-gnome-mime-data.sh
reec901a r23b6afb 20 20 cd ${PKGDIR} 21 21 22 if [ "${MULTIARCH}" = "Y" ]; then23 export INTLTOOL_PERL="${PERL}"24 fi25 26 22 # TODO: does this use g++ 27 23 max_log_init gnome-mime-data ${GNOME_MIME_DATA_VER} "blfs (shared)" ${CONFLOGS} ${LOG} -
scripts/untested/gnome-scripts/gnome-platform-scripts/gnome-platform-intltool.sh
reec901a r23b6afb 5 5 cd ${SRC} 6 6 LOG=intltool-gnome-platform.log 7 8 set_libdirname9 # Set perl binary to use if multiarch...10 if [ "${MULTIARCH}" = "Y" ]; then11 export PERL="/usr/bin/perl-${BUILDENV}"12 fi13 7 14 8 # override TARBALLS to point at gnome/platform tree
Note:
See TracChangeset
for help on using the changeset viewer.