https://bugs.kde.org/show_bug.cgi?id=396343
--- Comment #6 from Nicolas Vaughan <niv...@fastmail.com> --- To create an Arch Linux package which incorporates the patch, do as follows: 1. Clone the Arch AUR repo: git clone https://aur.archlinux.org/kbibtex-git.git 2. CD into the directory: cd kbibtex-git 3. Replace original PKGBUILD with the one I have attached here. 4. Copy the patch file part.patch into the directory. 5. Create the package: makepkg -s (or, if you want to install it immediately: makepkg -si) 6. Install the package: sudo pacman -U kbibtex-git-r2888.5d462666-1-x86_64.pkg.tar (or whatever the resulting package name is). The changes I made in PKGBUILD are just two lines at the beginning of the prepare() function: prepare() { cd .. patch "$srcdir"/kbibtex/src/parts/part.cpp part.patch cd "$srcdir" mkdir build } -- You are receiving this mail because: You are watching all bug changes.