Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#34823 - [neverball] fix LOCALEDIR, polish package
Attached to Project:
Arch Linux
Opened by Matthias Dienstbier (fs4000) - Wednesday, 17 April 2013, 13:52 GMT
Last edited by Eric Belanger (Snowman) - Thursday, 18 April 2013, 02:17 GMT
Opened by Matthias Dienstbier (fs4000) - Wednesday, 17 April 2013, 13:52 GMT
Last edited by Eric Belanger (Snowman) - Thursday, 18 April 2013, 02:17 GMT
|
DetailsNeverball currently has a wrong LOCALEDIR configuration, so localization does not work. Remove the hack in base_config.h and overwrite LOCALEDIR in the make call. ENABLE_NLS=1 is default so not needed.
The icons are blurry in gnome-shell because we use only 48px icons but gnome displays with 64px. Install the icons to hicolor-icon-theme instead and care about updating the cache on install. The build system does not honor our CPPFLAGS and CFLAGS. In case we don't want to enforce our flags please remove these from the make call. SSE_FLAGS were removed from the Makefile. |
This task depends upon
Closed by Eric Belanger (Snowman)
Thursday, 18 April 2013, 02:17 GMT
Reason for closing: Fixed
Additional comments about closing: neverball-1.5.4-5
Thursday, 18 April 2013, 02:17 GMT
Reason for closing: Fixed
Additional comments about closing: neverball-1.5.4-5

Forgot to use the prepare function.