$ apt-get source rxvt-unicodeThe last step makes sure apt doesn't reinstall the old package the next time you update.
$ sudo apt-get build-dep rxvt-unicode
$ cd rxvt-unicode*
$ patch -p1 < doc/urxvt-8.2-256color.patch
$ dpkg-buildpackage -us -uc -rfakeroot
$ sudo dpkg -i rxvt-unicode_9.05-4_i386.deb
$ echo "rxvt-unicode hold" | sudo dpkg --set-selections
No comments:
Post a Comment