Package Details: lazarus-qt6-git 3.6.r3182.g41e0703-1

Git Clone URL: https://aur.archlinux.org/lazarus-git.git (read-only, click to copy)
Package Base: lazarus-git
Description: Delphi-like IDE for FreePascal - qt6 version
Upstream URL: https://gitlab.com/freepascal.org/lazarus/lazarus
Licenses: CC-BY-SA-4.0, MPL-2.0, GPL-2.0-only, LGPL-2.0-only, LicenseRef-LGPL-exception
Conflicts: lazarus-gtk2, lazarus-gtk3, lazarus-qt5, lazarus-qt6
Provides: lazarus-qt6
Submitter: xiota
Maintainer: xiota
Last Packager: xiota
Votes: 0
Popularity: 0.000000
First Submitted: 2024-01-24 23:54 (UTC)
Last Updated: 2024-10-29 02:32 (UTC)

Latest Comments

xiota commented on 2024-10-29 02:41 (UTC)

@vmaskmovps This package needed a few other updates, which have been committed. However, -git packages normally sync with upstream when rebuilt. To make comparing with stable releases easier, non-release versions are ignored when constructing new pkgver. If communicating with upstream, use the git hash, which may be found in the pkgver after build.

vmaskmovps commented on 2024-10-29 00:15 (UTC)

Lazarus is now at 4.0 RC1 (with the latest stable Lazarus being 3.6), while this package has stayed at 3.4 for quite some time. It would be great if you could update the package accordingly.

xiota commented on 2024-05-27 20:13 (UTC) (edited on 2024-10-29 00:34 (UTC) by xiota)

@vfbsilva Menu item displayed normally on Plasma 6 with lazarus-qt6-git. Which package did you install? What desktop environment are you using?

Edit: Since you did not reply, I will consider your issue resolved.

vfbsilva commented on 2024-05-27 15:15 (UTC)

Lazarus does not show up on the applications menu why is that?

MarsSeed commented on 2024-01-27 11:45 (UTC)

@xiota, split-package PKGBUILDs create individual, separate packages, and each has their pkgname. As per VCS package guidelines, the pkgname has to have the suffix of the type of version control system. Please kindly align with that rule and don't continue bad precedent. Thank you for your consideration, and for maintaining this package!

yochananmarqos commented on 2024-01-25 00:57 (UTC)

@xiota: What precedent are you referring to? I think you're misunderstanding. What I mentioned is just package naming in general.

The -git part is a suffix. That means it goes last. See VCS package guidelines.

pkgbase=lazarus-git
pkgname=(
  'lazarus-git'
  'lazarus-gtk2-git'
  'lazarus-gtk3-git'
  'lazarus-qt5-git'
  'lazarus-qt6-git'
)

This is constructive criticism based on established guidelines, not a complaint.

yochananmarqos commented on 2024-01-25 00:20 (UTC)

Please rename your Lazarus VCS packages properly with the -git extensions on the end; i.e., lazarus-gtk3-git.

P.S. Notice I'm not spamming the same comment on all of the relevant packages since they're all maintained by the same maintainer. ;)