From: Andrea Zagli <andrea.zagli@email.it> Date: Thu, 19 Apr 2018 12:32:44 +0000 (+0200) Subject: gcr pkg: riferimento header da togliere. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=2c254e0a70aaa7b08fdf842b583eae22b1d04afa;p=msys2 gcr pkg: riferimento header da togliere. --- diff --git a/packages/mingw-w64-gcr/002-3.28.0.patch b/packages/mingw-w64-gcr/002-3.28.0.patch index 49965de..9582fd4 100644 --- a/packages/mingw-w64-gcr/002-3.28.0.patch +++ b/packages/mingw-w64-gcr/002-3.28.0.patch @@ -79,3 +79,14 @@ test_simple_certificate_SOURCES = gcr/test-simple-certificate.c test_simple_certificate_CFLAGS = $(gcr_CFLAGS) test_simple_certificate_LDADD = $(gcr_LIBS) + +--- ./gcr/gcr-base.h ++++ ./gcr/gcr-base.h +@@ -52,7 +52,6 @@ + #include <gcr/gcr-secure-memory.h> + #include <gcr/gcr-simple-certificate.h> + #include <gcr/gcr-simple-collection.h> +-#include <gcr/gcr-ssh-askpass.h> + #include <gcr/gcr-system-prompt.h> + #include <gcr/gcr-system-prompter.h> + #include <gcr/gcr-trust.h> diff --git a/packages/mingw-w64-gcr/PKGBUILD b/packages/mingw-w64-gcr/PKGBUILD index 00a3cc5..03a74f2 100644 --- a/packages/mingw-w64-gcr/PKGBUILD +++ b/packages/mingw-w64-gcr/PKGBUILD @@ -4,7 +4,7 @@ _realname=gcr pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=3.28.0 -pkgrel=0 +pkgrel=2 arch=('any') pkgdesc="Library for Crypto UI related task (mingw-w64)" depends=("${MINGW_PACKAGE_PREFIX}-gtk3" @@ -26,7 +26,7 @@ source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver:0:4}/${_rea 002-3.28.0.patch) sha256sums=('15e175d1da7ec486d59749ba34906241c442898118ce224a7b70bf2e849faf0b' '0a7dcbc705aa32b7f27211d3b1f21e91e2de5f5bcb890a0fc04427c7077b4816' - 'f3c7ab65654e176d7a6eb153296c976a15a4273f6d68bb6d8df7cdb44ed169f1') + '6f222b85b6196bfbed07453220b695adc500565c6d23cf6ed6b464e535c820aa') prepare() { cd ${_realname}-${pkgver}