summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/pinentry/.footprint.i6861
-rw-r--r--extra/pinentry/.footprint.x86_641
-rw-r--r--extra/pinentry/Pkgfile8
3 files changed, 4 insertions, 6 deletions
diff --git a/extra/pinentry/.footprint.i686 b/extra/pinentry/.footprint.i686
index c0af3851e..099433843 100644
--- a/extra/pinentry/.footprint.i686
+++ b/extra/pinentry/.footprint.i686
@@ -3,7 +3,6 @@ drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/pinentry -> pinentry-gtk-2
-rwxr-xr-x root/root usr/bin/pinentry-curses
-rwxr-xr-x root/root usr/bin/pinentry-gtk-2
--rwxr-xr-x root/root usr/bin/pinentry-qt4
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/pinentry.info.gz
diff --git a/extra/pinentry/.footprint.x86_64 b/extra/pinentry/.footprint.x86_64
index c0af3851e..099433843 100644
--- a/extra/pinentry/.footprint.x86_64
+++ b/extra/pinentry/.footprint.x86_64
@@ -3,7 +3,6 @@ drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/pinentry -> pinentry-gtk-2
-rwxr-xr-x root/root usr/bin/pinentry-curses
-rwxr-xr-x root/root usr/bin/pinentry-gtk-2
--rwxr-xr-x root/root usr/bin/pinentry-qt4
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/pinentry.info.gz
diff --git a/extra/pinentry/Pkgfile b/extra/pinentry/Pkgfile
index d68c97afe..671c13722 100644
--- a/extra/pinentry/Pkgfile
+++ b/extra/pinentry/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://www.gnupg.org/
# Maintainer: NuTyX
# Packager: thierryn1 at hispeed dot ch
-# Depends on: gtk, qt
+# Depends on: gtk
# Run on:
name=pinentry
@@ -13,10 +13,10 @@ source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
- --enable-fallback-curses \
- --libexecdir=/usr/lib
+ --enable-fallback-curses \
+ --libexecdir=/usr/lib \
+ --disable-pinentry-qt4
make
make DESTDIR=$PKG install
rm $PKG/usr/share/info/dir
}
-