pinentry-qt4: 0.9.5 -> 0.9.7

This commit is contained in:
Thomas Penteker 2016-06-01 22:29:21 +02:00
parent 66d63d2e82
commit a6b564dc23
3 changed files with 6 additions and 8 deletions

View File

@ -1,3 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pinentry-qt4
-rwxr-xr-x root/root usr/bin/pinentry-qt

View File

@ -1 +1 @@
55439c4436b59573a29e144916ee5b61 pinentry-0.9.5.tar.bz2
9510b2de013e818dab619e468298703a pinentry-0.9.7.tar.bz2

View File

@ -5,23 +5,21 @@
# Depends on: pinentry qt4
name=pinentry-qt4
version=0.9.5
version=0.9.7
release=1
source=(ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-$version.tar.bz2)
build() {
cd pinentry-$version
sed -i 's|<ncursesw/|<|g' pinentry/pinentry-curses.c
./configure \
--prefix=/usr \
--disable-pinentry-{curses,gtk2} \
--enable-pinentry-qt4
--disable-pinentry-{curses,gtk2,qt5} \
--enable-pinentry-qt
make -j1
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
rm $PKG/usr/bin/pinentry{,-emacs}
rm $PKG/usr/bin/pinentry
}