Sha256: 88e39a9d768aa4ef66fe3ce2cee5534c5cd0acf6152522efa3d927bfe32bb31c

Contents?: true

Size: 1.35 KB

Versions: 20

Compression:

Stored size: 1.35 KB

Contents

# This is a shell script that calls functions and scripts from
# tml@iki.fi's personal work environment. It is not expected to be
# usable unmodified by others, and is included only for reference.

MOD=atk
VER=1.32.0
REV=1
ARCH=win32

THIS=${MOD}_${VER}-${REV}_${ARCH}

RUNZIP=${MOD}_${VER}-${REV}_${ARCH}.zip
DEVZIP=${MOD}-dev_${VER}-${REV}_${ARCH}.zip

HEX=`echo $THIS | md5sum | cut -d' ' -f1`
TARGET=c:/devel/target/$HEX

usedev
usemsvs6

(

set -x

DEPS=`latest --arch=${ARCH} zlib gettext-runtime glib`

GETTEXT_RUNTIME=`latest --arch=${ARCH} gettext-runtime`

for D in $DEPS; do
    PATH="/devel/dist/${ARCH}/$D/bin:$PATH"
    PKG_CONFIG_PATH=/devel/dist/${ARCH}/$D/lib/pkgconfig:$PKG_CONFIG_PATH
done

lt_cv_deplibs_check_method='pass_all' \
CC='gcc -mtune=pentium3 -mthreads' \
CPPFLAGS="-I/devel/dist/${ARCH}/${GETTEXT_RUNTIME}/include" \
LDFLAGS="-L/devel/dist/${ARCH}/${GETTEXT_RUNTIME}/lib \
-Wl,--enable-auto-image-base" \
CFLAGS=-O2 \
./configure --disable-gtk-doc --disable-static --prefix=c:/devel/target/$HEX

(cd atk; make atkmarshal.h atkmarshal.c) &&
PATH=/devel/target/$HEX/bin:.libs:$PATH make install &&

./atk-zip.sh &&

mv /tmp/${MOD}-${VER}.zip /tmp/$RUNZIP &&
mv /tmp/${MOD}-dev-${VER}.zip /tmp/$DEVZIP

) 2>&1 | tee /devel/src/tml/packaging/$THIS.log

(cd /devel && zip /tmp/$DEVZIP src/tml/packaging/$THIS.{sh,log}) &&
manifestify /tmp/$RUNZIP /tmp/$DEVZIP

Version data entries

20 entries across 20 versions & 5 rubygems

Version Path
atk-1.0.3-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
atk-1.0.2-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
atk-1.0.1-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
atk-1.0.0-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
atk-0.90.9-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
atk-0.90.8-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
atk-0.90.7-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
atk-0.90.6-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
poppler-0.90.5-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
rsvg2-0.90.5-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
gdk_pixbuf2-0.90.5-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
gtk2-0.90.5-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
atk-0.90.5-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
poppler-0.90.4-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
rsvg2-0.90.4-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
gtk2-0.90.4-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
poppler-0.90.3-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
rsvg2-0.90.3-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
gtk2-0.90.3-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh
rsvg2-0.90.2.1-x86-mingw32 vendor/local/src/tml/packaging/atk_1.32.0-1_win32.sh