--- admin/PlamoBuild-template-20170713	2017-07-13 13:07:00.000000000 +0900
+++ plamo/04_xapps/GConf/PlamoBuild.GConf-2.28.1	2017-09-25 13:08:41.000000000 +0900
@@ -1,19 +1,19 @@
 #!/bin/sh
 
 ######################################################################
-url=""
+url="ftp://ftp.gnome.org/pub/GNOME/sources/GConf/2.28/GConf-2.28.1.tar.bz2"
 verify=
 digest=
 branch=
 commitid=
-pkgbase=
-vers=
+pkgbase=GConf
+vers=2.28.1
 arch=`uname -m`
-build=P1
+build=P4
 src=$pkgbase-$vers
 patchfiles=""
-OPT_CONFIG=""
-DOCS="README"
+OPT_CONFIG="--enable-defaults-service=no"
+DOCS="INSTALL COPYING ChangeLog ABOUT-NLS NEWS README TODO AUTHORS"
 template=20170713
 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin
 ######################################################################
@@ -70,11 +70,26 @@
   find $P ! -type l -newer i.st ! -newer i.et \
       -exec touch -t `date '+%m%d0900'` {} \;
   compress
+  strip_libdir $P/usr/$libdir/GConf/2
+  touch -t `date '+%m%d0900'` $P/usr/$libdir/GConf/2
   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/libexec | tail -n+2`
+  tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgconf-*`
+  tar rvpf $pkg.tar -C $P usr/$libdir/GConf
+  tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir/pkgconfig | tail -n+2`
+  tar rvpf $pkg.tar -C $P usr/include/gconf
+  tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/dbus-1/services | tail -n+2`
+  tar rvpf $pkg.tar -C $P usr/share/GConf
+  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/gconf
+  tar rvpf $pkg.tar -C $P usr/share/sgml/gconf
+  tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/aclocal | tail -n+2`
+  tar rvpf $pkg.tar -C $P etc/gconf
   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