ports/opt (3.2): pinentry-qt4: 0.9.5 -> 0.9.7
commit a6b564dc2367a3d9b969ea523b956742740d67d7 Author: Thomas Penteker <tek@serverop.de> Date: Wed Jun 1 22:29:21 2016 +0200 pinentry-qt4: 0.9.5 -> 0.9.7 diff --git a/pinentry-qt4/.footprint b/pinentry-qt4/.footprint index 5cf74e3..115f76b 100644 --- a/pinentry-qt4/.footprint +++ b/pinentry-qt4/.footprint @@ -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 diff --git a/pinentry-qt4/.md5sum b/pinentry-qt4/.md5sum index 48b87b4..627352b 100644 --- a/pinentry-qt4/.md5sum +++ b/pinentry-qt4/.md5sum @@ -1 +1 @@ -55439c4436b59573a29e144916ee5b61 pinentry-0.9.5.tar.bz2 +9510b2de013e818dab619e468298703a pinentry-0.9.7.tar.bz2 diff --git a/pinentry-qt4/Pkgfile b/pinentry-qt4/Pkgfile index cdb7f53..6a9374d 100644 --- a/pinentry-qt4/Pkgfile +++ b/pinentry-qt4/Pkgfile @@ -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 }
participants (1)
-
crux@crux.nu