--- admin/PlamoBuild-template-20180815 2018-08-15 16:18:50.000000000 +0900 +++ plamo/02_x11/Xwindow.txz/xcursor_themes/PlamoBuild.xcursor_themes-1.0.4 2019-08-25 16:47:38.000000000 +0900 @@ -1,19 +1,19 @@ #!/bin/sh ###################################################################### -url="" +url="https://www.x.org/archive/individual/data/xcursor-themes-1.0.4.tar.bz2" verify= digest= branch= commitid= -pkgbase= -vers= +pkgbase=xcursor_themes +vers=1.0.4 arch=`uname -m` -build=P1 -src=$pkgbase-$vers +build=P2 +src=xcursor-themes-$vers patchfiles="" OPT_CONFIG="" -DOCS="README" +DOCS="ChangeLog README INSTALL COPYING" template=20180815 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -71,10 +71,15 @@ -exec touch -t `date -u '+%m%d0000'` {} \; compress setup_docdir + TZ=UTC touch -t `date -u '+%m%d0000'` $docdir/$src 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/share/man/man1 | tail -n+2` + prune_symlink $P/usr/share/icons + for i in handhelds {red,white}glass ; do + TZ=UTC touch -t `date -u '+%m%d0000'` $P/usr/share/icons/$i/cursors + done + tar cvpf $pkg.tar -C $P `cd $P ; find usr/share/icons -maxdepth 1 | 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