Re: [aur-general] Account suspension?

2020-06-27 Thread Tom Hale
Hi Eli, On 27/4/20 10:20 pm, Eli Schwartz via aur-general wrote: I'd be amenable to re-enabling your account with a warning to be more careful next time. However, I would appreciate it if you were to acknowledge the importance of reading recent comments, but especially pinned comments, when you

[aur-general] Account suspension?

2020-04-27 Thread Tom Hale
Heya all, When logging in as "Ataraxy" at: https://aur.archlinux.org/login The site says: "Account suspended" Can somebody tell me why my account is suspended, and if in error, reactivate? Thanks, -- Tom Hale

[aur-general] Electron packaging guidelines

2018-11-05 Thread Tom Hale
I've noticed that there are no Electron packaging guidelines at: https://wiki.archlinux.org/index.php/Arch_package_guidelines What are the best-of-breed PKGBUILDs out there for Electron apps? -- Tom Hale

[aur-general] RFC: PKGBUILD for nixnote2-release-bin

2018-11-05 Thread Tom Hale
of the icon, xfce4 still doesn't pick it up. Why not? === # Maintainer: Tom Hale # Contributor: twa022 OPTIONS=(!strip) # Stripping an AppImage renders it non-functional _pkgname=nixnote2 pkgname=${_pkgname}-release-bin pkgver=2.1.0.beta4

[aur-general] Searching the mailing list archives

2018-11-05 Thread Tom Hale
Is there any way to search this mailing list's archives? I could only find archives, but not searchable ones at: https://lists.archlinux.org/listinfo/aur-general -- Tom Hale

[aur-general] PKGBUILD for an .AppImage

2018-10-11 Thread Tom Hale
should I install the .AppImage itself? /usr/bin/$pkgname.AppImage with a simlink from /usr/bin/$pkgname? Cheers, -- Tom Hale

Re: [aur-general] Fwd: FS#60333: namcap exits 0 when errors found (Task closed)

2018-10-08 Thread Tom Hale
into: * Information (-i) * Warnings * Errors Unless they are badly named, are there any cases in which an error is not an error? And if so, that rule could be excluded with --rules=, again making the exit code useful. -- Tom Hale

[aur-general] Fwd: FS#60333: namcap exits 0 when errors found (Task closed)

2018-10-08 Thread Tom Hale
exit non-0 for the persnickety amongst us. I note that the python source returns 0 and 2, but never 1. I'm a newbie here, but I believe my argument has merit, so I raise it here for possible discussion. -- Tom Hale

Re: [aur-general] RFC: PKGBUILD for nixnote2-git [Finalising]

2018-10-07 Thread Tom Hale
generosity in pointing it out once again. = # Maintainer: Tom Hale # Contributor: twa022 _pkgname=nixnote2 pkgname=${_pkgname}-git pkgver=2.1.0.beta3.r95.g8f235769 pkgrel=2 pkgdesc='Evernote clone (formerly Nevernote) - git checkout' url

Re: [aur-general] RFC: PKGBUILD for nixnote2-git [Take 3]

2018-10-07 Thread Tom Hale
On 7/10/18 4:58 pm, Florian Bruhin wrote: On Sun, Oct 07, 2018 at 04:32:04PM +0700, Tom Hale wrote: Guess you could use $_pkgname here for nixnote2. Also not sure specifying the version there is a good idea. https://wiki.archlinux.org/index.php/PKGBUILD#provides says: Note: The version

Re: [aur-general] RFC: PKGBUILD for nixnote2-git [Take 3]

2018-10-07 Thread Tom Hale
Here's a version which builds from HEAD of the default branch. Comments please. -- Tom Hale # Maintainer: Tom Hale # Contributor: twa022 _pkgname=nixnote2 _repo_url="https://github.com/robert7/${_pkgname}.git; pkgname=${_pkgname}-git pkgver=v2.1.0.beta3.r95.g8f235769 pkgrel=1 pk

Re: [aur-general] RFC: PKGBUILD for nixnote2-git

2018-10-06 Thread Tom Hale
he default branch, not from a tag. I didn't review the whole thing because the entire concept is invalid. # Maintainer: Tom Hale # Contributor: twa022 # Build the highest versioned tag of nixnote2. # For versioning, see https://github.com/robert7/nixnote2/issues/28 _pkgname=nixnote2 _repo_

[aur-general] RFC: PKGBUILD for nixnote2-git

2018-10-06 Thread Tom Hale
I took over the disowned package nixnote2-git. Attached is my first attempt at a PKGBUILD. I would appreciate constructive feedback. Thanks in advance, -- Tom Hale # Maintainer: Tom Hale # Contributor: twa022 # Build the highest versioned tag of nixnote2. # For versioning, see https