pinentry: qt3 isn't a hard dependency.
So don't call moc-qt3 explicitly.
This commit is contained in:
parent
5142886ab7
commit
818f794cc7
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user