Search Criteria
Package Details: doxygen-git 1.9.7.r248.ge2bc7d2a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/doxygen-git.git (read-only, click to copy) |
---|---|
Package Base: | doxygen-git |
Description: | A documentation system for C++, C, Java, IDL and PHP - git version |
Upstream URL: | http://www.doxygen.org |
Licenses: | GPL2 |
Conflicts: | doxygen |
Provides: | doxygen |
Replaces: | doxygen-svn |
Submitter: | haffmans |
Maintainer: | haffmans |
Last Packager: | haffmans |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2013-09-22 21:30 (UTC) |
Last Updated: | 2023-08-09 12:48 (UTC) |
Dependencies (9)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- xapian-core (xapian-core-gitAUR)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- flex (flex-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- graphviz (optional) – enable dot support
Required by (1024)
- aarch64-linux-gnu-armcl-opencl+neon (requires doxygen) (make)
- acado (requires doxygen)
- acado (requires doxygen) (make)
- adaptivecpp (requires doxygen) (make)
- adaptivecpp-git (requires doxygen) (make)
- aeon (requires doxygen) (make)
- akonadi-calendar-git (requires doxygen) (make)
- akonadi-contacts-git (requires doxygen) (make)
- akonadi-mime-git (requires doxygen) (make)
- akonadi-notes-git (requires doxygen) (make)
- akonadi-search-git (requires doxygen) (make)
- alice-vision (requires doxygen) (make)
- aligator (requires doxygen) (optional)
- aligator-docs (requires doxygen) (optional)
- alsaplayer (requires doxygen) (make)
- alsaplayer-git (requires doxygen) (make)
- android-aarch64-libheif (requires doxygen) (make)
- android-aarch64-libheif-bootstrap (requires doxygen) (make)
- android-aarch64-libssh (requires doxygen) (make)
- android-aarch64-xz (requires doxygen) (make)
- Show 1004 more...
Latest Comments
haffmans commented on 2023-08-09 12:48 (UTC) (edited on 2023-08-09 12:49 (UTC) by haffmans)
I've updated it to 8 for this repo (it seems to be git's default choice for the Doxygen repo, at least on my system with
core.abbrev
not set in git's config).The VCS package guidelines page on the wiki shows examples with the length set explicitly to keep the output deterministic (see this discussion).
MarsSeed commented on 2023-08-07 11:31 (UTC) (edited on 2023-08-07 11:33 (UTC) by MarsSeed)
Thank you. Please kindly remove
--abbrev=7
from thegit describe
command. There is a good reason when git chooses a longer shorthash: it will choose the shortest hash, minimum length 7, that uniquely identifies the commit object being described.In repos with very large number of commits, there is a need for a bit longer shorthash.
If the hash needs to be 8 characters long but someone uses a shorter one, git is unable to find the exact commit (when one looks it up with 7 characters).
MarsSeed commented on 2023-07-12 12:05 (UTC)
Please kindly enhance the
pkgver()
as per VCS package guidelines to generate a pkgver pattern conforming to theRELEASE.rREVISION
scheme:haffmans commented on 2019-03-18 20:06 (UTC)
@cdkitching Sorry for the delay, but it's fixed now.
cdkitching commented on 2019-02-23 18:39 (UTC)
Missing dependency: xapian-core. Please add to the PKGBUILD.
haffmans commented on 2013-12-26 13:38 (UTC)
hl037 commented on 2013-12-26 11:00 (UTC)