diff options
author | piernov <piernov@piernov.org> | 2011-10-24 20:34:50 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-10-24 20:34:50 +0200 |
commit | cb43f2f73e0e904c9ff50da6564dbc0dd1817e41 (patch) | |
tree | ceb0c3a1c9ece7440926c6c24a2daa0d5ae52432 /extra/pinentry | |
parent | 62662ad3ed85746ec5b06549e6df715a83ef4b5a (diff) | |
download | nutyx-pakxe-cb43f2f73e0e904c9ff50da6564dbc0dd1817e41.tar.gz nutyx-pakxe-cb43f2f73e0e904c9ff50da6564dbc0dd1817e41.tar.bz2 nutyx-pakxe-cb43f2f73e0e904c9ff50da6564dbc0dd1817e41.tar.xz nutyx-pakxe-cb43f2f73e0e904c9ff50da6564dbc0dd1817e41.zip |
pinentry 0.8.1-1 suppression qt4
Diffstat (limited to 'extra/pinentry')
-rw-r--r-- | extra/pinentry/.footprint.i686 | 1 | ||||
-rw-r--r-- | extra/pinentry/.footprint.x86_64 | 1 | ||||
-rw-r--r-- | extra/pinentry/Pkgfile | 8 |
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 } - |