FS#22817 - no GUI for highlight
Attached to Project:
Community Packages
Opened by Torsten Flammiger (moneo) - Tuesday, 08 February 2011, 16:00 GMT
Last edited by Florian Pritz (bluewind) - Tuesday, 08 February 2011, 19:35 GMT
Opened by Torsten Flammiger (moneo) - Tuesday, 08 February 2011, 16:00 GMT
Last edited by Florian Pritz (bluewind) - Tuesday, 08 February 2011, 19:35 GMT
|
Details
Description:
no GUI for highlight Additional info: * affects all ARCH packages (afaik) Steps to reproduce: see description Solution: add these 2 lines to function build(): make gui || return 1 make DESTDIR="$pkgdir" install-gui Or make a second package 'highlight-gui' and remove the console build steps. This way a user can choose which version to use. |
This task depends upon
Closed by Florian Pritz (bluewind)
Tuesday, 08 February 2011, 19:35 GMT
Reason for closing: Implemented
Additional comments about closing: highlight-gui 3.3-3
Tuesday, 08 February 2011, 19:35 GMT
Reason for closing: Implemented
Additional comments about closing: highlight-gui 3.3-3
Comment by
Thomas Dziedzic (tomd123) - Tuesday,
08 February 2011, 19:28 GMT
Also, get rid of the || return 1... Come on people, this is basic
knowledge.