Replacing bin package by source package

2025-04-21 Thread Jan Kohnert
Hi, I recently adopted the helmify-bin package and pushed the new version to aur. But since it is a bin package, I decided to prepare a PKGBUILD the uses build-from- source along the go packageing guidelines. I'm indenting to push this new ebuild and orphan the bin-package once this is done.

Re: [aur-general] Customize testing in PKGBUILD

2021-12-14 Thread Jan Kohnert via aur-general
Hi again, Am Dienstag, 14. Dezember 2021, 00:07:46 CET schrieb Jan Kohnert via aur- general: > So I thought about somehow let the user decide whether to run those > expensive extra tests at build. Unfortunately I could not find a > recommended way of doing so. > > Would it be an

[aur-general] Customize testing in PKGBUILD

2021-12-13 Thread Jan Kohnert via aur-general
Hi, I'm maintaining the eccodes aur package and would like to enable some extra tests in PKGBUILD. This can be done by downloading extra testdata and put that into the main build dir. As good as this may seem, it significantly blows up the build time of the package. So I thought about somehow

Re: [aur-general] Problem downloading a source package with new curl version

2021-09-20 Thread Jan Kohnert via aur-general
Am Montag, 20. September 2021, 22:46:49 CEST schrieb Jan Kohnert via aur- general: > Am Montag, 20. September 2021, 22:16:11 CEST schrieb Victor Häggqvist via > aur- > general: > > So the arch bugtracker is probably the appropriate one. > > thanks, I'll report an issu

Re: [aur-general] Problem downloading a source package with new curl version

2021-09-20 Thread Jan Kohnert via aur-general
Hi Victor, Am Montag, 20. September 2021, 22:16:11 CEST schrieb Victor Häggqvist via aur- general: > On 2021-09-20 21:50, Jan Kohnert via aur-general wrote: > > Hi, > > > > one of my aur packages (eccodes) has a problem getting the source package > > using the

Re: [aur-general] Problem downloading a source package with new curl version

2021-09-20 Thread Jan Kohnert via aur-general
Hi Javier, Am Montag, 20. September 2021, 22:07:15 CEST schrieb Javier via aur-general: > Did you merge the changes on "/etc/makepkg.conf"? There were curl specific > changes coming with pacman 6.0.1-2... thanks for your suggestion. I'm using the official arch-build docker container (archlinux

[aur-general] Problem downloading a source package with new curl version

2021-09-20 Thread Jan Kohnert via aur-general
Hi, one of my aur packages (eccodes) has a problem getting the source package using the new version of curl (7.79.0). The output of the old curl version looks like: - jankoh@kohni-mobil ~/projects/eccodes $ curl -v https

Re: [aur-general] Pushing rc version of package to aur

2021-07-31 Thread Jan Kohnert via aur-general
Hi, Am Freitag, 30. Juli 2021, 22:54:04 CEST schrieb Kevin Morris via aur-general: > On Fri, Jul 30, 2021 at 06:55:45PM +0200, Jan Kohnert via aur-general wrote: > > I recall having read somewhere in the docs that pushing rc version is > > generally discouraged on the aur, but go

Re: [aur-general] Pushing rc version of package to aur

2021-07-31 Thread Jan Kohnert via aur-general
Hi, Am Freitag, 30. Juli 2021, 23:12:01 CEST schrieb Vince via aur-general: > disallowed to put release candidates into a stable package. Exceptions can > be read on the wiki [1]. [] > [1] > https://wiki.archlinux.org/title/Arch_package_guidelines#Package_versioning Thanks for posting the l

[aur-general] Pushing rc version of package to aur

2021-07-30 Thread Jan Kohnert via aur-general
Hi, I maintain the gnudatalanguage package on the aur. The current release is 0.9.9 (from 2019); however, there is 1.0.0-rc.3 available on their webpage. I recall having read somewhere in the docs that pushing rc version is generally discouraged on the aur, but got a out-of-date flagging today.

Re: [aur-general] Issue a warning while (re)packaging a binary package?

2021-06-18 Thread Jan Kohnert via aur-general
Hi, Am Freitag, 18. Juni 2021, 17:21:43 CEST schrieb alad via aur-general: > On 18/06/2021 16:43, Jonathon Fernyhough via aur-general wrote: > > On 18/06/2021 14:05, Jan Kohnert via aur-general wrote: > >> a new version of a (binary) package I'm maintaining (clockify-de

[aur-general] Issue a warning while (re)packaging a binary package?

2021-06-18 Thread Jan Kohnert via aur-general
Hi, a new version of a (binary) package I'm maintaining (clockify-desktop) requires an executable /tmp directory to run. So I'd thought about adding a warning to the PKGBUILD if /tmp is mounted noexec (as on all of my maschines). Unfortunately I could not find a hint in the documentation if