[Lunar-commits] <moonbase> pinentry: add optional gtk+-2 depend. remove qt3 related lines.
Florin Braescu
florin at lunar-linux.org
Tue Jan 5 19:05:44 CET 2010
commit b64433a02bcd4930fd7fe5a6b7afe3d1b53d2bcc
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jan 5 20:05:44 2010 +0200
pinentry: add optional gtk+-2 depend. remove qt3 related lines.
---
x11-utils/pinentry/BUILD | 8 +++-----
x11-utils/pinentry/DEPENDS | 1 +
x11-utils/pinentry/DETAILS | 6 +++---
3 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/x11-utils/pinentry/BUILD b/x11-utils/pinentry/BUILD
index 0612490..d0360a6 100644
--- a/x11-utils/pinentry/BUILD
+++ b/x11-utils/pinentry/BUILD
@@ -1,9 +1,7 @@
(
-sedit 's/gulong/gsize/g' gtk+-2/gtksecentry.c &&
-if module_installed qt3; then
-. /etc/profile.d/qt3.rc
-fi &&
-default_build
+ sedit 's/gulong/gsize/g' gtk+-2/gtksecentry.c &&
+
+ default_build
) > $C_FIFO 2>&1
diff --git a/x11-utils/pinentry/DEPENDS b/x11-utils/pinentry/DEPENDS
new file mode 100644
index 0000000..aec4716
--- /dev/null
+++ b/x11-utils/pinentry/DEPENDS
@@ -0,0 +1 @@
+optional_depends gtk+-2 "" "" "for Gtk-2 support"
diff --git a/x11-utils/pinentry/DETAILS b/x11-utils/pinentry/DETAILS
index 96d26b3..9ac0c3b 100644
--- a/x11-utils/pinentry/DETAILS
+++ b/x11-utils/pinentry/DETAILS
@@ -1,19 +1,19 @@
MODULE=pinentry
VERSION=0.7.5
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/pinentry/
+ SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/pinentry
SOURCE_VFY=sha1:6699a1ff94c649e8905199d480c6412cc43bad3d
WEB_SITE=http://www.gnupg.org/aegypten/development.en.html
ENTERED=20030310
UPDATED=20090402
MAINTAINER=michalsc at email.uc.edu
SHORT="collection of simple PIN or passphrase entry dialogs"
+
cat << EOF
This is a collection of simple PIN or passphrase entry dialogs which
utilize the Assuan protocol as described by the aegypten project; see
http://www.gnupg.org/aegypten/ for details.
-
-There are programs for different toolkits available. For all GUIs it
+There are programs for different toolkits available. For all GUIs it
is automatically detected which modules can be built, but it can also
be requested explicitely.
EOF
More information about the Lunar-commits
mailing list