惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
罗磊的独立博客
小众软件
小众软件
I
InfoQ
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
MyScale Blog
MyScale Blog
博客园 - 聂微东
Microsoft Security Blog
Microsoft Security Blog
H
Help Net Security
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
P
Proofpoint News Feed
博客园 - 司徒正美
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
Jina AI
Jina AI
N
Netflix TechBlog - Medium

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - pcmanx-gtk2-git
2026-06-15 · via AUR Newest Packages

aitjcize commented on 2016-02-16 17:01 (UTC)

@xatierlike, this is the git version of pcmanx, you simple re-install the package to update. @yan12125, updated.

xatierlike commented on 2016-02-16 16:31 (UTC)

v1.3 has been released, please update. https://github.com/pcman-bbs/pcmanx/releases/tag/1.3

yan12125 commented on 2015-12-10 13:13 (UTC)

@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.

hyslion commented on 2014-06-27 05:55 (UTC)

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

mytbk commented on 2013-06-23 05:07 (UTC)

Please change ${startdir}/pkg to ${pkgdir}.

lyman commented on 2012-11-05 02:42 (UTC)

@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.

lyman commented on 2012-11-05 02:39 (UTC)

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

aitjcize commented on 2012-11-03 03:25 (UTC)

Here is a patch for fixing the fontconfig 2.0 problem and automake version. http://dl.dropbox.com/u/2992761/fontconfig.diff

realturner commented on 2010-07-12 07:54 (UTC)

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