summaryrefslogtreecommitdiff
path: root/pinentry-qt4
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2016-06-01 22:29:21 +0200
committerThomas Penteker <tek@serverop.de>2016-06-01 22:29:21 +0200
commita6b564dc2367a3d9b969ea523b956742740d67d7 (patch)
tree8a8cb279fa1599b1e3f3a2d30d9e490985756869 /pinentry-qt4
parent66d63d2e82b0f4caa629c007ead2466a71e0b796 (diff)
downloadopt-a6b564dc2367a3d9b969ea523b956742740d67d7.tar.gz
opt-a6b564dc2367a3d9b969ea523b956742740d67d7.tar.xz
pinentry-qt4: 0.9.5 -> 0.9.7
Diffstat (limited to 'pinentry-qt4')
-rw-r--r--pinentry-qt4/.footprint2
-rw-r--r--pinentry-qt4/.md5sum2
-rw-r--r--pinentry-qt4/Pkgfile10
3 files changed, 6 insertions, 8 deletions
diff --git a/pinentry-qt4/.footprint b/pinentry-qt4/.footprint
index 5cf74e33a..115f76bb8 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 48b87b409..627352bf1 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 cdb7f53db..6a9374db6 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
}

Generated by cgit