On Fri, 10 May 2024 00:19:20 -0600,
Luke T. Shumaker wrote:
> > +  touch {NEWS,AUTHORS,README,ChangeLog}
> > +  mv LICENSE COPYING
> 
> These lines threw me through a loop for a minute.  You should instead
> simply pass the `[foreign]` flag to `AM_INIT_AUTOMAKE`.  I sent you a
> PR!  https://github.com/luigifab/awf-extended/pull/9

Oh, I forgot to say:

Instead of doing this, I did:

    sed -i 's/AM_INIT_AUTOMAKE$/&([foreign])/' configure.ac

> > +  install -Dpm 644 "debian/$pkgname.1" 
> > "$pkgdir/usr/share/man/man1/$pkgname.1"
> > +  install -Dpm 644 "debian/$pkgname.fr.1" 
> > "$pkgdir/usr/share/man/fr/man1/$pkgname.1"
> 
>  - This is broken in the AUR right now--these are in the `debian-gtk/`
>    directory (which it seems you've updated in the PKGBUILDs in
>    awf-extended.git, but not in the AUR).

I'm sorry, ignore this; I got my wires crossed when writing this; the
rename isn't present in the tarball that the AUR version uses.

-- 
Happy hacking,
~ Luke T. Shumaker
_______________________________________________
Dev mailing list
Dev@lists.parabola.nu
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to