pinentry: qt3 isn't a hard dependency.

So don't call moc-qt3 explicitly.
This commit is contained in:
Tilman Sauerbeck 2010-01-17 18:36:59 +01:00
parent 5142886ab7
commit 818f794cc7
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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