notmuch: do_check: remove gpg2 hack
This commit is contained in:
parent
53c8fb2a69
commit
d172751748
|
@ -7,7 +7,7 @@ configure_args="--prefix=/usr
|
||||||
--emacslispdir=/usr/share/emacs/site-lisp/notmuch
|
--emacslispdir=/usr/share/emacs/site-lisp/notmuch
|
||||||
--emacsetcdir=/usr/share/emacs/site-lisp/notmuch"
|
--emacsetcdir=/usr/share/emacs/site-lisp/notmuch"
|
||||||
hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo
|
hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo
|
||||||
desktop-file-utils emacs gnupg2 python3-setuptools"
|
desktop-file-utils emacs gnupg python3-setuptools"
|
||||||
makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
|
makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
|
||||||
python3-cffi"
|
python3-cffi"
|
||||||
depends="gmime3>=3.2.7"
|
depends="gmime3>=3.2.7"
|
||||||
|
@ -42,10 +42,6 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
mkdir -p fake-bin
|
|
||||||
ln -sf /usr/bin/gpg2 fake-bin/gpg
|
|
||||||
ln -sf /usr/bin/gpgv2 fake-bin/gpgv
|
|
||||||
PATH=$PWD/fake-bin:$PATH
|
|
||||||
cp $XBPS_SRCDISTDIR/notmuch-$version/database-v1.tar.xz \
|
cp $XBPS_SRCDISTDIR/notmuch-$version/database-v1.tar.xz \
|
||||||
test/test-databases
|
test/test-databases
|
||||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
|
|
Loading…
Reference in New Issue