FS#11923 - [vlc] PKGBUILD omits 128x128 sized icon

Attached to Project: Arch Linux
Opened by G_Syme (G_Syme) - Wednesday, 29 October 2008, 10:42 GMT
Last edited by Anonymous Submitter - Monday, 15 December 2008, 21:28 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
vlc (0.9.5) ships with a 128x128 sized icon which is not installed in the PKGBUILD.
The icon can be found at ${srcdir}/vlc-0.9.5/share/vlc128x128.png

To include this icon in the package, you simply have to add "128" to the for-loop in the PKGBUILD which already installs the other icons:
for res in 16 32 48 128; do

As all icons can also be found in /usr/share/vlc, you could also make symlinks for the icons in the hicolor theme instead of having duplicate files in the package.

Additional info:
* package version(s): vlc (0.9.5-2)
This task depends upon

Closed by  Anonymous Submitter
Monday, 15 December 2008, 21:28 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in vlc-0.9.8a-3
Comment by Anonymous Submitter - Friday, 05 December 2008, 22:21 GMT
I will fix that in the next release.

Loading...