Re: [aur-general] PKGBUILD git remote branch issue

2018-11-07 Thread Ralf Mardorf
On Wed, 2018-11-07 at 15:55 +0100, Ralf Mardorf wrote: > On Wed, 2018-11-07 at 15:49 +0100, Robin Broda via aur-general wrote: > > No, it doesn't work because you're breaking your multiline command > > with the comment line inbetween. > > Good point :D! I must be missing something else. [rocketm

Re: [aur-general] PKGBUILD git remote branch issue

2018-11-07 Thread Eli Schwartz via aur-general
On 11/7/18 9:16 AM, Ralf Mardorf wrote: > However, this way it tries to build 3.16.0.r463.g04185a6e4-1, let alone > that it fails with ^^ > > "Configure finished, type 'make' to build. > /usr/src/claws-mail-gtk3-git/PKGBUILD: line 85: --enable-ldap: command > not found > ==> E

Re: [aur-general] PKGBUILD git remote branch issue

2018-11-07 Thread Eli Schwartz via aur-general
On 11/7/18 9:38 AM, Ralf Mardorf wrote: > On Wed, 2018-11-07 at 08:38 -0500, Eli Schwartz via aur-general wrote: >> As per the PKGBUILD(5) man page, use: >> >> source=("git://example.com/reponame.git#FOO=BAR") >> >> where FOO is either: >> - tag >> - branch >> - commit >> >> and BAR is the correspo

Re: [aur-general] PKGBUILD git remote branch issue

2018-11-07 Thread Ralf Mardorf
On Wed, 2018-11-07 at 15:49 +0100, Robin Broda via aur-general wrote: > No, it doesn't work because you're breaking your multiline command > with the comment line inbetween. Good point :D!

Re: [aur-general] PKGBUILD git remote branch issue

2018-11-07 Thread Doug Newgard via aur-general
On Wed, 07 Nov 2018 15:47:59 +0100 Ralf Mardorf wrote: > On Wed, 2018-11-07 at 08:40 -0600, Doug Newgard via aur-general wrote: > > On Wed, 07 Nov 2018 15:16:22 +0100 > > Ralf Mardorf wrote: > > > > > "Configure finished, type 'make' to build. > > > /usr/src/claws-mail-gtk3-git/PKGBUILD: line

Re: [aur-general] PKGBUILD git remote branch issue

2018-11-07 Thread Robin Broda via aur-general
On 11/7/18 3:47 PM, Ralf Mardorf wrote: > On Wed, 2018-11-07 at 08:40 -0600, Doug Newgard via aur-general wrote: >> On Wed, 07 Nov 2018 15:16:22 +0100 >> Ralf Mardorf wrote: >> >>> "Configure finished, type 'make' to build. >>> /usr/src/claws-mail-gtk3-git/PKGBUILD: line 85: --enable-ldap: command

Re: [aur-general] PKGBUILD git remote branch issue

2018-11-07 Thread Ralf Mardorf
On Wed, 2018-11-07 at 08:40 -0600, Doug Newgard via aur-general wrote: > On Wed, 07 Nov 2018 15:16:22 +0100 > Ralf Mardorf wrote: > > > "Configure finished, type 'make' to build. > > /usr/src/claws-mail-gtk3-git/PKGBUILD: line 85: --enable-ldap: command > > not found > > ==> ERROR: A failure occu

Re: [aur-general] PKGBUILD git remote branch issue

2018-11-07 Thread Doug Newgard via aur-general
On Wed, 07 Nov 2018 15:16:22 +0100 Ralf Mardorf wrote: > "Configure finished, type 'make' to build. > /usr/src/claws-mail-gtk3-git/PKGBUILD: line 85: --enable-ldap: command > not found > ==> ERROR: A failure occurred in build(). > Aborting..." That error is a mistake in the PKGBUILD, nothi

Re: [aur-general] PKGBUILD git remote branch issue

2018-11-07 Thread Ralf Mardorf
On Wed, 2018-11-07 at 08:38 -0500, Eli Schwartz via aur-general wrote: > As per the PKGBUILD(5) man page, use: > > source=("git://example.com/reponame.git#FOO=BAR") > > where FOO is either: > - tag > - branch > - commit > > and BAR is the corresponding revision you wish to check out (in this > c

Re: [aur-general] PKGBUILD git remote branch issue

2018-11-07 Thread Ralf Mardorf
On Wed, 2018-11-07 at 14:27 +0100, stefan-husm...@t-online.de wrote: > source=('claws-mail::git://git.claws-mail.org/#branch=gtk3') Thank you, unfortunately I tried already with source=('claws-mail::git://git.claws-mail.org/claws.git#branch=gtk3')

Re: [aur-general] PKGBUILD git remote branch issue

2018-11-07 Thread Eli Schwartz via aur-general
On 11/7/18 8:17 AM, Ralf Mardorf wrote: > Hi, > > building the Claws GTK3 port works, if I build from the branch like > this: > > > [rocketmouse@archlinux tmp]$ git clone git://git.claws-mail.org/claws.git > [snip] > [rocketmouse@archlinux tmp]$ cd claws > [rocketmouse@archlinux claws]$ git fetc

Re: [aur-general] PKGBUILD git remote branch issue

2018-11-07 Thread stefan-husm...@t-online.de
>Is there an easy way to do it? >Regards, >Ralf source=('claws-mail::git://git.claws-mail.org/#branch=gtk3')

[aur-general] PKGBUILD git remote branch issue

2018-11-07 Thread Ralf Mardorf
Hi, building the Claws GTK3 port works, if I build from the branch like this: [rocketmouse@archlinux tmp]$ git clone git://git.claws-mail.org/claws.git [snip] [rocketmouse@archlinux tmp]$ cd claws [rocketmouse@archlinux claws]$ git fetch origin [rocketmouse@archlinux claws]$ git branch --track g