Search Criteria
Package Details: lapce-git 0.4.1.r23.g8047100-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lapce-git.git (read-only, click to copy) |
---|---|
Package Base: | lapce-git |
Description: | Lightning-fast and Powerful Code Editor (Git version) |
Upstream URL: | https://lapce.dev |
Licenses: | Apache-2.0 |
Conflicts: | lapce |
Provides: | lapce |
Submitter: | ptr1337 |
Maintainer: | ptr1337 |
Last Packager: | ptr1337 |
Votes: | 5 |
Popularity: | 0.001752 |
First Submitted: | 2022-05-15 15:41 (UTC) |
Last Updated: | 2024-08-25 18:23 (UTC) |
Dependencies (13)
- expat (expat-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- rust (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
Latest Comments
« First ‹ Previous 1 2
alerque commented on 2022-07-02 13:34 (UTC) (edited on 2022-07-02 13:36 (UTC) by alerque)
Thanks for adding the conflicts, but now you've bungled up the pkgver() function. It is turning up relative to the "nightly" tag which is worse than useless. Also the prinf is a noop and wasted code.
Here is a way to filter on the right tags, apply with
git am < file.patch
:alerque commented on 2022-07-01 22:06 (UTC)
Please add
conflicts=(lapce)
. You have the correct provides declaration but are missing the correct conflicts declaration.alerque commented on 2022-06-08 19:01 (UTC)
Please fix the version number to use parsed output from
git-describe
such that the semver number + commit count + sha is used as the version.Also you can't have a package that conflicts with itself, and other conflicts such as
lapce-bin
can be resolved automaticall, this should only conflict withlapce
, and it shouldprovide=("lapce=$pkgver")
(you don't need to provide yourself).« First ‹ Previous 1 2