Search Criteria
Package Details: easyconnect-cas 7.6.3.0.86415-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/easyconnect-cas.git (read-only, click to copy) |
|---|---|
| Package Base: | easyconnect-cas |
| Description: | Accessing CAS's network resources over vpn connection. |
| Upstream URL: | https://newvpn.arp.cn/com/installClient.html |
| Licenses: | custom |
| Conflicts: | easyconnect |
| Submitter: | huj13k4n9 |
| Maintainer: | huj13k4n9 |
| Last Packager: | huj13k4n9 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-08-01 04:24 (UTC) |
| Last Updated: | 2023-10-10 07:28 (UTC) |
Latest Comments
Universebenzene commented on 2025-05-30 10:45 (UTC)
验证码加载不出来,不知道是不是我们所里的问题😵💫
xjchen commented on 2025-02-28 07:25 (UTC)
You should update the link of pango to
https://download.gnome.org/sources/pango/1.42/pango-1.42.4.tar.xzEthanYao commented on 2024-06-23 12:16 (UTC)
又有新的需要更改的了:pango依赖的某个glib工具迁移到glib2-devel包中了,需要额外安装这个依赖,在PKGBUILD的depends里加入'glib2-devel'。此外,原本的pango源码链接已经过时了,建议改成
http://ftp.gnome.org/pub/gnome/sources/pango/1.42/pango-1.42.4.tar.xzhuj13k4n9 commented on 2023-10-10 07:32 (UTC)
@EthanYao (comment-937455) 感谢,已经修改,之前在打包的时候没有考虑到打包依赖的问题。
EthanYao commented on 2023-10-09 16:19 (UTC) (edited on 2023-10-09 16:22 (UTC) by EthanYao)
如果还有人需要使用这个包来安装,请使用
yay -G(或paru的下载PKGBUILD方法)先将PKGBUILD下载下来,会默认在当前文件夹下创建一个easyconnect-cas文件夹,进入修改PKGBUILD,在md5sums后添加如下内容:EthanYao commented on 2023-10-09 15:19 (UTC) (edited on 2023-10-09 15:19 (UTC) by EthanYao)
我认为你应该把pango源码安装的依赖包加在依赖里,否则如果make编译pango失败它也不会退出安装。