On Thu, May 03, 2018 at 11:07:28PM +0200, Rafael Sadowski wrote: > On Thu May 03, 2018 at 10:34:45PM +0200, Landry Breuil wrote: > > On Thu, May 03, 2018 at 10:25:48PM +0200, Rafael Sadowski wrote:
<snip> > > > > > > > > > > > Looks simple but it feels like a trap. libkdcraw-17.12.3 > > > > > > > > > > > has no > > > > > > > > > > > conflicts with libkdcraw from KDE4 but we can't just > > > > > > > > > > > commit because all If there are no files conflicting, then it should be possible to install both alongside. Either with the same pkgname and the right combination of options in both packages (look at how autoconf does, it works!) or with a different pkgname (ugly, but that's the case for gegl ...) autoconf/Makefile.inc has: PKGSPEC=autoconf-${VERSION} 2.13/PLIST has: @option no-default-conflict @option is-branch @conflict autoconf-<2.13 2.64/PLIST has: @option no-default-conflict @option is-branch so it *is* possible. Or maybe only because they're under the same subdir ?