How to display package / app icon when browsing Cydia repo

孤街醉人 提交于 2019-12-06 13:04:33
Qusic

Yes, the Packages file makes a difference.

To include Icon field in Packages file You need edit dpkg-scanpackages script and add "Icon" to the end of the array fieldpri.

Here is my fieldpri used for Cydia repo.

my @fieldpri = ('Package','Source','Version','Priority','Section','Essential','Maintainer','Pre-Depends','Depends','Recommends','Suggests','Conflicts','Provides','Replaces','Enhances','Architecture','Filename','Size','Installed-Size','MD5sum','Description','Origin','Bugs','Name','Author','Homepage','Website','Depiction','Icon');
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!