Re: [aur-general] AUR migration

2020-07-23 Thread Sven-Hendrik Haase via aur-general
On 23.07.20 22:09, Giancarlo Razzolini via aur-general wrote: > Hi All, > > In continuing with the improvements being done to our infrastructure, we're > planning to migrate the AUR to another machine. This means that, during > the migration, > there *will* be downtime of the whole AUR. > > I

Re: [aur-general] know what dependencies in PKGBUILD

2020-07-23 Thread Knut Ahlers
On Thu, Jul 23, 2020 at 11:11 PM Eli Schwartz via aur-general wrote: > > On 7/23/20 4:50 PM, Knut Ahlers wrote: > > IMO you should add them as omitting packages required to run the > > program will cause issues for people. Packages should request > > everything they need to run. > > Isn't that

Re: [aur-general] know what dependencies in PKGBUILD

2020-07-23 Thread Eli Schwartz via aur-general
On 7/23/20 4:50 PM, Knut Ahlers wrote: > IMO you should add them as omitting packages required to run the > program will cause issues for people. Packages should request > everything they need to run. Isn't that exactly what I said? > As an example: All AUR packages I'm using on my machines are

Re: [aur-general] know what dependencies in PKGBUILD

2020-07-23 Thread Kusoneko
On July 23, 2020 8:50:43 PM UTC, Knut Ahlers wrote: >On Thu, Jul 23, 2020 at 10:24 PM Eli Schwartz via aur-general > wrote: >> >> On 7/23/20 4:07 PM, alad via aur-general wrote: >> > >> > On 23/07/2020 15:45, Eli Schwartz via aur-general wrote: >> >> On 7/23/20 9:17 AM, alad via aur-general

Re: [aur-general] know what dependencies in PKGBUILD

2020-07-23 Thread Knut Ahlers
On Thu, Jul 23, 2020 at 10:24 PM Eli Schwartz via aur-general wrote: > > On 7/23/20 4:07 PM, alad via aur-general wrote: > > > > On 23/07/2020 15:45, Eli Schwartz via aur-general wrote: > >> On 7/23/20 9:17 AM, alad via aur-general wrote: > >>> Am 23/07/2020 um 15:10 schrieb Budi via aur-general:

Re: [aur-general] know what dependencies in PKGBUILD

2020-07-23 Thread Eli Schwartz via aur-general
On 7/23/20 4:07 PM, alad via aur-general wrote: > > On 23/07/2020 15:45, Eli Schwartz via aur-general wrote: >> On 7/23/20 9:17 AM, alad via aur-general wrote: >>> Am 23/07/2020 um 15:10 schrieb Budi via aur-general: h\How to know what dependencies only need to put  (surely not all) >>> I

[aur-general] AUR migration

2020-07-23 Thread Giancarlo Razzolini via aur-general
Hi All, In continuing with the improvements being done to our infrastructure, we're planning to migrate the AUR to another machine. This means that, during the migration, there *will* be downtime of the whole AUR. I expect the migration to take around two hours and happen either tomorrow

Re: [aur-general] know what dependencies in PKGBUILD

2020-07-23 Thread alad via aur-general
On 23/07/2020 15:45, Eli Schwartz via aur-general wrote: On 7/23/20 9:17 AM, alad via aur-general wrote: Am 23/07/2020 um 15:10 schrieb Budi via aur-general: h\How to know what dependencies only need to put  (surely not all) I proceed as follows: 1. ignore anything in base-devel

Re: [aur-general] know what dependencies in PKGBUILD

2020-07-23 Thread Eli Schwartz via aur-general
On 7/23/20 9:17 AM, alad via aur-general wrote: > Am 23/07/2020 um 15:10 schrieb Budi via aur-general: >> h\How to know what dependencies only need to put  (surely not all) > > I proceed as follows: > > 1. ignore anything in base-devel base-devel is for makedepends only, base is for depends. >

Re: [aur-general] know what dependencies in PKGBUILD

2020-07-23 Thread alad via aur-general
Am 23/07/2020 um 15:10 schrieb Budi via aur-general: h\How to know what dependencies only need to put (surely not all) I proceed as follows: 1. ignore anything in base-devel 2. include libraries listed in ldd, if the package includes a compiled executable 3. include external commands if

[aur-general] know what dependencies in PKGBUILD

2020-07-23 Thread Budi via aur-general
h\How to know what dependencies only need to put (surely not all)