FS#53549 - [fontforge] install icons in wrong path

Attached to Project: Arch Linux
Opened by Gustavo Alvarez (sl1pkn07) - Monday, 03 April 2017, 17:11 GMT
Last edited by Gaetan Bisson (vesath) - Saturday, 08 April 2017, 19:25 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Gaetan Bisson (vesath)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The PKGBUILD install the icons in /usr/share/icons/hicolor/icons instead of /usr/share/icons/hicolor

see https://www.archlinux.org/packages/extra/x86_64/fontforge/files/

i think need ad "*" in the @n49 (https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/fontforge#n49)

like:

cp -a desktop/icons/* "${pkgdir}/usr/share/icons/hicolor"

or

(cd desktop/icons; cp -a * "${pkgdir}/usr/share/icons/hicolor")

greetings
This task depends upon

Closed by  Gaetan Bisson (vesath)
Saturday, 08 April 2017, 19:25 GMT
Reason for closing:  Fixed
Additional comments about closing:  in SVN
Comment by Gustavo Alvarez (sl1pkn07) - Monday, 03 April 2017, 17:25 GMT
mmm, my supposition is wrong

the icons has been installed by "make install", no needing copying again into icons folder.

this make the lines @n48, @n49 and @n50 not needed anymore

sorry and greetings
Comment by Gaetan Bisson (vesath) - Saturday, 08 April 2017, 19:25 GMT
Thanks for noticing!

Loading...