[sylpheed-jp:10634] Re: Sylpheed 2.5.0rc released

"M.H" <[email protected]>
Newsgroups gmane.mail.sylpheed.general.japanese
Message-ID <[email protected]>
こんばんは、M.H です。

チェックアウトしてtar玉を作るスクリプトを三たび修正…
-- この下から
#!/bin/sh
pwd=$(pwd)
pkgname=sylpheed
version=2.5.0
svn=$(date +%Y%m%d)
svn_url=svn://sylpheed.sraoss.jp/sylpheed/trunk

if [ -d $pkgname-$version.$svn ] ; then
  sudo rm -rf $pkgname-$version.$svn/
fi

svn checkout -r {$svn} $svn_url $pkgname-$version.$svn
if [ $? -eq  0 ] ; then
  find $pkgname-$version.$svn/ -type d -name .svn -print0 | xargs -0r rm -rf
else
  exit 1
fi

pushd $pkgname-$version.$svn
  ./autogen.sh --help >/dev/null || exit 1
  rm -rf autom4te.cache/ config.h config.log config.status
  find . -type d -name .deps -print0 | xargs -0r rm -rf
popd

if getent group nobody >/dev/null ; then
  sudo chown -R nobody:nobody $pkgname-$version.$svn
elif getent group nogroup >/dev/null ; then
  sudo chown -R nobody:nogroup $pkgname-$version.$svn
fi

tar jcf "$pwd"/$pkgname-$version.$svn.tar.bz2 $pkgname-$version.$svn
if [ $? -eq  0 ] ; then
  sudo rm -rf $pkgname-$version.$svn/
fi
-- この上まで

tar jxf sylpheed-2.5.0.20080718.tar.bz2
cd sylpheed-2.5.0.20080718
./configure --prefix=/usr でmakeして三たび試してみました。

> すみません、ボケてました^^;
> svn trunk で修正しておいたのでもう一度試してもらえますか。
> 
うまく動作するなったようです:-)
ありがとうございました。

Thanks!
  -M.H
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.