--- admin/PlamoBuild-template-20180815 2018-08-15 16:18:50.000000000 +0900 +++ plamo/04_xapps/gimp.txz/gimp/PlamoBuild.gimp-2.8.14 2019-10-23 15:42:02.000000000 +0900 @@ -1,19 +1,22 @@ #!/bin/sh ###################################################################### -url="" +url="http://download.gimp.org/pub/gimp/v2.8/gimp-2.8.14.tar.bz2" verify= digest= branch= commitid= -pkgbase= -vers= +pkgbase=gimp +vers=2.8.14 arch=`uname -m` -build=P1 +build=P2 src=$pkgbase-$vers patchfiles="" OPT_CONFIG="" -DOCS="README" +DOCS="README.i18n LICENSE HACKING INSTALL NEWS NEWS.pre-2-2 COPYING README + ChangeLog.pre-2-6 ChangeLog.pre-1-2 ChangeLog NEWS.pre-2-6 + ChangeLog.pre-2-2 AUTHORS ChangeLog.pre-2-0 ChangeLog.pre-1-0 + NEWS.pre-2-0 ChangeLog.pre-2-4 NEWS.pre-2-4" template=20180815 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -70,11 +73,30 @@ TZ=UTC find $P ! -type l -newer i.st ! -newer i.et \ -exec touch -t `date -u '+%m%d0000'` {} \; compress + strip_libdir $P/usr/$libdir/gimp/2.0/modules + strip_libdir $P/usr/$libdir/gimp/2.0/python + TZ=UTC touch -t `date -u '+%m%d0000'` \ + $P/usr/$libdir/gimp/2.0/{modules,python} setup_docdir convert_links tar cvpf $pkg.tar -C $P `cd $P ; find usr/bin | tail -n+2` + tar rvpf $pkg.tar -C $P usr/$libdir/gimp + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgimp*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir/pkgconfig | tail -n+2` + tar rvpf $pkg.tar -C $P usr/include/gimp-2.0 + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/aclocal | tail -n+2` + tar rvpf $pkg.tar -C $P usr/share/gimp + 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/appdata | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/applications | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/icons/hicolor -name *.png` + 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 etc/gimp tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man1 | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man5 | tail -n+2` tar rvpf $pkg.tar -C $P usr/share/doc/$src + tar rvpf $pkg.tar -C $P install/doinst.sh TZ=UTC touch -t `date -u '+%m%d0000'` $pkg.tar xz $pkg.tar ; touch $pkg.tar.xz ; mv $pkg.tar.xz $pkg.txz cleanup