Dear slackpkg+ers,
A followup from an
earlier question: I am using slackpkg+ to maintain AlienBOB's ktown but one package there, harfbuzz, breaks his libreoffice. His recommendation is to downgrade harfbuzz back to the version in slackware64-current, which seems to work fine.
However now slackpkg+ wants to upgrade harfbuzz to the ktown version again.
My slackpkgplus.conf file has the following:
Code:
REPOPLUS=( slackpkgplus alienbobcurrent alienbob ktown4 ktown5)
PKGS_PRIORITY=( ktown5:.* ktown4:.* )
MIRRORPLUS['alienbob']=http://taper.alienbase.nl/mirrors/people/alien/sbrepos/14.1/x86_64/
MIRRORPLUS['alienbobcurrent']=http://taper.alienbase.nl/mirrors/people/alien/sbrepos/current/x86_64/
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+/
MIRRORPLUS['ktown4']=http://taper.alienbase.nl/mirrors/alien-kde/current/latest/x86_64/
MIRRORPLUS['ktown5']=http://taper.alienbase.nl/mirrors/alien-kde/current/testing/x86_64/
and so I am guessing the way to go is to replace
inside PKGS_PRIORITY with
Code:
ktown5:<regexp indicating everything except harfbuzz>
(and similarly for ktown4). However, this is beyond my regexp vocabulary.
Can anyone help?
Many thanks,
Michael