SF.net SVN: gar:[25417] csw/mgar/pkg/pinentry/trunk/Makefile
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Thu Nov 26 11:46:51 CET 2015
Revision: 25417
http://sourceforge.net/p/gar/code/25417
Author: lblume
Date: 2015-11-26 10:46:51 +0000 (Thu, 26 Nov 2015)
Log Message:
-----------
pinentry/trunk: Disable build for Qt that doesn't work; update dependencies
Modified Paths:
--------------
csw/mgar/pkg/pinentry/trunk/Makefile
Modified: csw/mgar/pkg/pinentry/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pinentry/trunk/Makefile 2015-11-26 10:28:13 UTC (rev 25416)
+++ csw/mgar/pkg/pinentry/trunk/Makefile 2015-11-26 10:46:51 UTC (rev 25417)
@@ -27,25 +27,24 @@
PACKAGES += CSWpinentry
SPKG_DESC_CSWpinentry = Allows entering passwords into gpg-agent (ncurses version)
# PKGFILES is catchall
-RUNTIME_DEP_PKGS_CSWpinentry += CSWlibgnugetopt0
-RUNTIME_DEP_PKGS_CSWpinentry += CSWiconv
-RUNTIME_DEP_PKGS_CSWpinentry += CSWlibncurses5
+RUNTIME_DEP_PKGS_CSWpinentry += CSWlibgpg-error0
+RUNTIME_DEP_PKGS_CSWpinentry += CSWlibassuan0
+RUNTIME_DEP_PKGS_CSWpinentry += CSWlibiconv2
+RUNTIME_DEP_PKGS_CSWpinentry += CSWlibncursesw5
PACKAGES += CSWpinentry-gtk2
SPKG_DESC_CSWpinentry-gtk2 = Allows entering passwords into gpg-agent (gtk2 version)
PKGFILES_CSWpinentry-gtk2 += $(bindir)/pinentry-gtk-2
-RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWiconv
-RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWfconfig
-RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibintl8
-RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibncurses5
-RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWftype2
-RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibgnugetopt0
-RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWgtk2
-RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibatk
-RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWpango
-RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWglib2
-RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibcairo2
+RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibiconv2
+RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibncursesw5
+RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibgdk-x11-2-0-0
+RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibgpg-error0
+RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibgobject2-0-0
+RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibglib2-0-0
+RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibgtk-x11-2-0-0
+RUNTIME_DEP_PKGS_CSWpinentry-gtk2 += CSWlibassuan0
+
# This is passed to curses/, but not pinentry/
EXTRA_CPPFLAGS += -I$(includedir)/ncurses
@@ -55,6 +54,7 @@
CONFIGURE_ARGS += --enable-pinentry-curses
CONFIGURE_ARGS += --disable-pinentry-gtk
CONFIGURE_ARGS += --enable-pinentry-gtk2
+CONFIGURE_ARGS += --disable-pinentry-qt
# This is a symlink, we replace that by alternatives
EXTRA_MERGE_EXCLUDE_FILES += $(bindir)/pinentry
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list