summaryrefslogtreecommitdiff
path: root/pinentry
diff options
context:
space:
mode:
Diffstat (limited to 'pinentry')
-rw-r--r--pinentry/.footprint1
-rw-r--r--pinentry/Pkgfile6
2 files changed, 1 insertions, 6 deletions
diff --git a/pinentry/.footprint b/pinentry/.footprint
index db3cdb74a..5b46820eb 100644
--- a/pinentry/.footprint
+++ b/pinentry/.footprint
@@ -3,4 +3,3 @@ 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-qt
diff --git a/pinentry/Pkgfile b/pinentry/Pkgfile
index df7166a93..e9fa267de 100644
--- a/pinentry/Pkgfile
+++ b/pinentry/Pkgfile
@@ -7,7 +7,7 @@
name=pinentry
version=0.7.5
-release=2
+release=3
source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.gz $name-$version.patch)
build() {
@@ -20,10 +20,6 @@ build() {
--with-qt-dir=/usr/share/qt3 \
--enable-fallback-curses \
--disable-pinentry-gtk
- cd qt
- moc-qt3 pinentrydialog.h > pinentrydialog.moc
- moc-qt3 secqlineedit.h > secqlineedit.moc
- cd ..
make
make DESTDIR=$PKG install

Generated by cgit