--- admin/PlamoBuild-template-20170713 2017-07-13 13:07:00.000000000 +0900 +++ plamo/04_xapps/gdk_pixbuf/PlamoBuild.gdk_pixbuf-2.30.4 2017-09-14 14:43:26.000000000 +0900 @@ -1,19 +1,19 @@ #!/bin/sh ###################################################################### -url="" +url="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.30/gdk-pixbuf-2.30.4.tar.xz" verify= digest= branch= commitid= -pkgbase= -vers= +pkgbase=gdk_pixbuf +vers=2.30.4 arch=`uname -m` -build=P1 -src=$pkgbase-$vers +build=P3 +src=gdk-pixbuf-$vers patchfiles="" -OPT_CONFIG="" -DOCS="README" +OPT_CONFIG="--enable-introspection=yes --with-x11" +DOCS="NEWS README AUTHORS INSTALL ABOUT-NLS COPYING" template=20170713 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -70,11 +70,29 @@ find $P ! -type l -newer i.st ! -newer i.et \ -exec touch -t `date '+%m%d0900'` {} \; compress + strip_libdir $P/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders + touch -t `date '+%m%d0900'` $P/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders setup_docdir convert_links + cat <<- EOF >> $P/install/doinst.sh + #%% begin initialize $pkg + gdk-pixbuf-query-loaders --update-cache + #%% end + EOF + touch -t `date '+%m%d0900'` $P/install/doinst.sh 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 -name libgdk_pixbuf-*` + tar rvpf $pkg.tar -C $P usr/$libdir/gdk-pixbuf-2.0 + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir/girepository-1.0 | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgdk_pixbuf_xlib-*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir/pkgconfig | tail -n+2` + tar rvpf $pkg.tar -C $P usr/include/gdk-pixbuf-2.0 + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/gir-1.0 | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/locale -name *.mo` + tar rvpf $pkg.tar -C $P usr/share/gtk-doc/html/gdk-pixbuf 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 mv $pkg.tar.xz $pkg.txz cleanup