--- admin/PlamoBuild-template-20170713 2017-07-13 13:07:00.000000000 +0900 +++ plamo/03_xclassics/gtk+_1/PlamoBuild.gtk+_1-1.2.10 2018-04-23 17:57:44.000000000 +0900 @@ -1,19 +1,21 @@ #!/bin/sh ###################################################################### -url="" +url="http://ftp.gnome.org/pub/gnome/sources/gtk+/1.2/gtk+-1.2.10.tar.gz + ftp://plamo.linet.gr.jp/pub/Plamo-src/plamo/03_xclassics/gtk+_1/gtk+-1.2.10-61.fc9.src.tar.gz" verify= digest= branch= commitid= -pkgbase= -vers= +pkgbase=gtk+_1 +vers=1.2.10 arch=`uname -m` -build=P1 -src=$pkgbase-$vers +build=P2 +src=gtk+-$vers patchfiles="" OPT_CONFIG="" -DOCS="README" +DOCS="README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS TODO + HACKING NEWS.pre-1-0 ChangeLog.pre-1-0 README.cvs-commits" template=20170713 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -37,6 +39,34 @@ if [ -d ${B[$i]} ] ; then rm -rf ${B[$i]} ; fi ; cp -a ${S[$i]} ${B[$i]} done apply_patches + cd $B + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.6-ahiguti.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.8-wrap-alnum.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-alignment.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-expose.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-focus.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-encoding.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-ctext.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-utf8fontset.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-kpenter.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-themeswitch.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-pixmapref.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-missingchar.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-ukfont.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-deletedir.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-fontwarning.patch + patch -Np0 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-troughpaint.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-localecrash.patch + patch -Np0 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-dndorder.patch + patch -Np0 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-clistfocusrow.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-bellvolume.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-libtool.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-gtkgdkdep.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-underquoted.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-ppc64.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-no_undefined.patch + patch -Np1 -i $W/gtk+-1.2.10-61.fc9.src/gtk+-1.2.10-multilib.patch + cp -p /usr/share/libtool/build-aux/config.{guess,sub} . for i in `seq 0 $((${#B[@]} - 1))` ; do cd ${B[$i]} if [ -x configure ] ; then @@ -72,9 +102,20 @@ compress setup_docdir convert_links + prune_symlink $P/etc/gtk + touch -t `date '+%m%d0900'` $P/etc/gtk 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` + tar rvpf $pkg.tar -C $P \ + `cd $P ; find usr/$libdir ! -name pkgconfig | tail -n+2` + tar rvpf $pkg.tar -C $P usr/include/gtk-1.2 + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/locale -name *.mo` + tar rvpf $pkg.tar -C $P usr/share/themes/Default + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/info | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/aclocal | tail -n+2` + tar rvpf $pkg.tar -C $P etc/gtk 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