|
Accepted changes:
- libpng12 added to dependencies
- Ivan Puntiy is the new maintainer of merged package
Not accepted changes:
- .install script not added; with pacman 5.0 I expect that both
desktop-file-utils and gtk-update-icon-cache will themselves provide
pacman hooks (man 5 alpm-hooks) to handle these actions.
Though, until that happens, you can re-add the .install; I don't care.
- /usr/share/games not moved in the interest of staying close to
upstream; if you plan on moving it anyway, then better move directly
to /usr/lib/$pkgname instead (as it has architecture-specific files).
However, this would be better done upstream (i.e. report to RS devs).
- glibc not added to dependencies as it's part of Arch base
Other changes:
- gcc-libs added to dependencies
- HTTPS used for URLs
- prepare() used to make `makepkg -e` work better
- Wrapper added for LD_PRELOAD, as it also handles other environment
variables (in particular, setting the app name for PulseAudio
mixers). It's also nicer than patching IMHO.
- High-res icons added from the Windows launcher; ImageMagick used to
extract all sizes from the .ico:
cd "/win/Program Files/Jagex/RuneScape Launcher"
convert runescape_shortcut.ico /tmp/runescape.png
- The license is a proprietary/custom one; it was already included in
/usr/share/doc (Debian style), but added to /usr/share/licenses too.
|