corporate2/devel/util/crypt/pinentry - Fix wrapper
Ozan Çağlayan
paketler-commits at pardus.org.tr
Thu Jan 7 13:59:42 EET 2010
Author: ozan.caglayan
Date: Thu Jan 7 13:59:42 2010
New Revision: 84247
Modified:
corporate2/devel/util/crypt/pinentry/files/pinentry-wrapper
corporate2/devel/util/crypt/pinentry/pspec.xml
Log:
Fix wrapper
---
files/pinentry-wrapper | 10 +++++-----
pspec.xml | 7 +++++++
2 files changed, 12 insertions(+), 5 deletions(-)
Modified: corporate2/devel/util/crypt/pinentry/files/pinentry-wrapper
=================================================================
--- corporate2/devel/util/crypt/pinentry/files/pinentry-wrapper (original)
+++ corporate2/devel/util/crypt/pinentry/files/pinentry-wrapper Thu Jan 7 13:59:42 2010
@@ -44,17 +44,17 @@
fi
# if KDE is detected and pinentry-qt exists, use pinentry-qt
-if [ -n "$kde_running" -a -x /usr/bin/pinentry-qt ]
+if [ -n "$kde_running" -a -x /usr/bin/pinentry-qt3 ]
then
- export PINENTRY_BINARY="/usr/bin/pinentry-qt"
+ export PINENTRY_BINARY="/usr/bin/pinentry-qt3"
# otherwise test if pinentry-gtk-2 is installed
elif [ -x /usr/bin/pinentry-gtk-2 ]
then
export PINENTRY_BINARY="/usr/bin/pinentry-gtk-2"
-# otherwise test if pinentry-qt4 is installed
-elif [ -x /usr/bin/pinentry-qt4 ]
+# otherwise test if pinentry-qt3 is installed
+elif [ -x /usr/bin/pinentry-qt3 ]
then
- export PINENTRY_BINARY="/usr/bin/pinentry-qt4"
+ export PINENTRY_BINARY="/usr/bin/pinentry-qt3"
# otherwise test if pinentry-qt exists although KDE is not detected
elif [ -x /usr/bin/pinentry-qt ]
then
Modified: corporate2/devel/util/crypt/pinentry/pspec.xml
=================================================================
--- corporate2/devel/util/crypt/pinentry/pspec.xml (original)
+++ corporate2/devel/util/crypt/pinentry/pspec.xml Thu Jan 7 13:59:42 2010
@@ -77,6 +77,13 @@
</Package>
<History>
+ <Update release="11">
+ <Date>2010-01-07</Date>
+ <Version>0.7.6</Version>
+ <Comment>Fix wrapper</Comment>
+ <Name>Ozan Çağlayan</Name>
+ <Email>ozan at pardus.org.tr</Email>
+ </Update>
<Update release="10">
<Date>2010-01-05</Date>
<Version>0.7.6</Version>
More information about the paketler-commits
mailing list