ok, i took a look at that PKGBUILD - there are several issues to address - i
have made all of these changes; but as the maintainer you should be aware of
them

* PKGBUILDs need a `Maintainer:` line, as someone who is associated with
  parabola - PKGBUILDs forked from anther source (eg: the AUR) should have the
  `Maintainer:` line changed to `Maintainer (aur):`  - i added 'Integral
  <[email protected]>'; but maybe you want to change it (eg: your real
  name, a different email address, etc)

* i added `arch+=('armv7h')` in order to support ARM computers

* `license=('GPL-2.0-or-later')` will not work; because we have not migrated to
  SPDX yet - however, in this case, the AUR PKGBUILD `license=('GPL2')` was
  wrong - 'GPL2' indicates GPLv2-only - it should be `license=('GPL')`, which
  indicates "any version"

* i added `makedepends+=('intltool' 'itstool')` because the upstream
  documentation suggests so - it is not obvious if it is used; but presumably,
  documentation or translations would not be built properly without them

* i added back `--buildtype release -Dchannel=other` (and adjusted a few other
  lines), just to minimize the diff against the AUR PKGBUILD - the only lines i
  did not sync are `_gitname=fsearch` and `conflicts=('fsearch-git')` because
  they are irrelevant to parabola

* the 'License' file does not need to be installed - any licenses under
  /usr/share/licenses/common/ should not be installed with the package
_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to