summaryrefslogtreecommitdiff
path: root/pinentry
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2010-01-17 18:36:59 +0100
committerTilman Sauerbeck <tilman@crux.nu>2010-01-23 09:33:10 +0100
commit818f794cc719638c76892b4dfaaa419da9586f6a (patch)
tree397ce2b1652bcb148dd35e9158c7f5ac52bd64f4 /pinentry
parent5142886ab7eae55f0a8b451f9235b3d6e4e1c756 (diff)
downloadopt-818f794cc719638c76892b4dfaaa419da9586f6a.tar.gz
opt-818f794cc719638c76892b4dfaaa419da9586f6a.tar.xz
pinentry: qt3 isn't a hard dependency.
So don't call moc-qt3 explicitly.
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