Opened 3 years ago
Closed 3 years ago
#15675 closed defect (fixed)
gtk-doc is required with present instructions in upower
Reported by: | pierre | Owned by: | pierre |
---|---|---|---|
Priority: | normal | Milestone: | 11.1 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Reported by khalid on #lfs-support: autogen.sh runs gtkdocize unconditionally, so gtk-doc is needed. There are three alternatives:
- promote gtk-doc to recommended
- run only autoreconf -fiv adter applying the following sed's:
sed /ENABLE_GTK_DOC/,+3d -i doc/Makefile.am sed /GTK_DOC_CHECK/d -i configure.ac
- use the .xz tarball, with the drawback that the url contains a checksum
We should decide which one...
Change History (5)
follow-up: 2 comment:1 by , 3 years ago
comment:2 by , 3 years ago
Replying to pierre:
I'm leaning towards using the .xz tarball.
Agree. If we don't like the hash in the URL we can upload the tarball onto anduin.
The next release of upower will switch to meson, so autoreconf
will be unneeded and we can use the "raw archive" tarball again.
comment:3 by , 3 years ago
my preference would be
- (+) use .xz tarball
- ( ) use sed and autoreconf
- (-) promote gtk-doc
comment:4 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I'm leaning towards using the .xz tarball.