mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:57:14 +08:00
libu2f-host: update to 1.1.5
- disable gtk-doc
This commit is contained in:
parent
5fa8f4bee7
commit
06e333995c
@ -1,16 +1,16 @@
|
|||||||
pkgname=libu2f-host
|
pkgname=libu2f-host
|
||||||
pkgver=1.1.3
|
pkgver=1.1.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Yubico Universal 2nd Factor (U2F) Host C Library"
|
pkgdesc="Yubico Universal 2nd Factor (U2F) Host C Library"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://github.com/Yubico/libu2f-host'
|
url='https://github.com/Yubico/libu2f-host'
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
depends=('json-c' 'hidapi')
|
depends=('json-c' 'hidapi')
|
||||||
makedepends=('git' 'help2man' 'gtk-doc' 'gengetopt')
|
makedepends=('git' 'help2man' 'gengetopt')
|
||||||
validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A'
|
validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A'
|
||||||
'D459FCC2041AC8FEF297D53EB4AA8C689E629EAC')
|
'D459FCC2041AC8FEF297D53EB4AA8C689E629EAC')
|
||||||
source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.xz"{,.sig})
|
source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.xz"{,.sig})
|
||||||
sha256sums=('3e00c1910de64e2c90f20c05bb468b183ffed05e13cb340442d206014752039d'
|
sha256sums=('f32b71435edf6e412f2971edef411f3b4edb419a5356553ad57811ece4a63a95'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
@ -18,7 +18,8 @@ build() {
|
|||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc=no \
|
||||||
|
--enable-static=no \
|
||||||
--with-udevrulesdir=/usr/lib/udev/rules.d/
|
--with-udevrulesdir=/usr/lib/udev/rules.d/
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user