Commit 7525425d authored by Chris Thurber's avatar Chris Thurber Committed by GitHub

Merge pull request #2362 from uberhacker/update-pinentry-package

Remove dependencies from pinentry to prevent a dependency loop
parents f1ab6364 a3788df4
...@@ -3,7 +3,7 @@ require 'package' ...@@ -3,7 +3,7 @@ require 'package'
class Pinentry < Package class Pinentry < Package
description "A collection of passphrase entry dialogs which is required for almost all usages of GnuPG" description "A collection of passphrase entry dialogs which is required for almost all usages of GnuPG"
homepage 'https://gnupg.org/software/pinentry/index.html' homepage 'https://gnupg.org/software/pinentry/index.html'
version '1.1.0' version '1.1.0-1'
source_url 'https://gnupg.org/ftp/gcrypt/pinentry/pinentry-1.1.0.tar.bz2' source_url 'https://gnupg.org/ftp/gcrypt/pinentry/pinentry-1.1.0.tar.bz2'
source_sha256 '68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570' source_sha256 '68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570'
...@@ -20,9 +20,7 @@ class Pinentry < Package ...@@ -20,9 +20,7 @@ class Pinentry < Package
x86_64: 'e9af08a3fcb09f6001c39438976c4be453fea946775391fbcaedd03d2700869a', x86_64: 'e9af08a3fcb09f6001c39438976c4be453fea946775391fbcaedd03d2700869a',
}) })
depends_on 'gnupg'
depends_on 'libcap' depends_on 'libcap'
depends_on 'ncurses'
def self.build def self.build
system "CPPFLAGS=-I#{CREW_PREFIX}/include/ncurses ./configure --prefix=#{CREW_PREFIX}" system "CPPFLAGS=-I#{CREW_PREFIX}/include/ncurses ./configure --prefix=#{CREW_PREFIX}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment