





















v1.3 has been released, please update. https://github.com/pcman-bbs/pcmanx/releases/tag/1.3
@aitjcize Could you please apply hyslion's changes? His PKGBUILD looks good, except that values containing ${srcdir} or ${pkgdir} should be enclosed in double quotes as they may contain spaces.
Here is a new PKGBUILD: http://pastebin.com/4PHnbR50 - Change upstream source to git://github.com/pcman-bbs/pcmanx for new features - Rewrite PKGBUILD for last version makepkg
Please change ${startdir}/pkg to ${pkgdir}.
@aitjcize patch adopted. however, upstream of pcmanx seems have been switched to git. there's already a pcmanx-gtk2-git in aur, so there's no need to maintain this package any more.
this package needs at least a patch like this to build Index: autogen.sh =================================================================== --- autogen.sh (revision 588) +++ autogen.sh (working copy) @@ -1,5 +1,5 @@ #! /bin/sh -AM_VERSION=-1.11 +AM_VERSION=-1.12 AC_VERSION= set -x
Here is a patch for fixing the fontconfig 2.0 problem and automake version. http://dl.dropbox.com/u/2992761/fontconfig.diff
adding the following parameters in PKGBUILD of line ./configure should resolve this problem: - ./configure --prefix=/usr --enable-wget --enable-iplookup + ./configure --prefix=/usr --enable-wget --enable-iplookup --enable-static --disable-shared
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@xatierlike, this is the git version of pcmanx, you simple re-install the package to update. @yan12125, updated.