--- plamo/04_xapps/old/glib-20170914/PlamoBuild.glib-2.47.5 2017-09-14 13:38:52.000000000 +0900 +++ plamo/04_xapps/glib/PlamoBuild.glib-2.47.5 2017-12-02 19:58:28.000000000 +0900 @@ -9,7 +9,7 @@ pkgbase=glib vers=2.47.5 arch=`uname -m` -build=P4 +build=P5 src=$pkgbase-$vers patchfiles="" OPT_CONFIG="--disable-gtk-doc-html --with-pcre=system" @@ -73,16 +73,18 @@ find $P ! -type l -newer i.st ! -newer i.et \ -exec touch -t `date '+%m%d0900'` {} \; compress + strip_bindir $P/usr/$libdir/gio/modules + touch -t `date '+%m%d0900'` $P/usr/$libdir/gio/modules setup_docdir convert_links tar cvpf $pkg.tar -C $P `cd $P ; find usr/bin | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir/pkgconfig | tail -n+2` - tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libglib*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libglib-*` tar rvpf $pkg.tar -C $P usr/$libdir/glib-2.0 - tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgmodule*` - tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgthread*` - tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgobject*` - tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgio*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgmodule-*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgthread-*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgobject-*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgio-*` tar rvpf $pkg.tar -C $P usr/$libdir/gio tar rvpf $pkg.tar -C $P `cd $P ; find usr/include -maxdepth 1 | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/aclocal | tail -n+2` @@ -91,10 +93,11 @@ `cd $P ; find usr/share/gdb/auto-load/usr/$libdir | tail -n+2` tar rvpf $pkg.tar -C $P \ `cd $P ; find usr/share/bash-completion/completions | tail -n+2` - tar rvpf $pkg.tar -C $P usr/share/gettext/its + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/gettext/its | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/locale -name *.mo` tar rvpf $pkg.tar -C $P \ `cd $P ; find usr/share/gtk-doc/html -maxdepth 1 | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man1 | tail -n+2` tar rvpf $pkg.tar -C $P usr/share/doc/$src tar rvpf $pkg.tar -C $P install/doinst.sh touch -t `date '+%m%d0900'` $pkg.tar ; xz $pkg.tar ; touch $pkg.tar.xz