~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] main/sylpheed: Enable GPG support

Details
Message ID
<20151230161128.34105ebac9a435bb0f8ddbb5@mauras.ch>
Sender timestamp
1451488288
DKIM signature
missing
Download raw message
Patch: +3 -2
diff --git a/main/sylpheed/APKBUILD b/main/sylpheed/APKBUILD
index c8cbcfd..ea95697 100644
--- a/main/sylpheed/APKBUILD
+++ b/main/sylpheed/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sylpheed
pkgver=3.4.3
pkgrel=0
pkgrel=1
pkgdesc="Lightweight and user-friendly e-mail client"
url="http://sylpheed.sraoss.jp/en/"
arch="all"
license="GPL"
depends=
makedepends="gtk+-dev openldap-dev openssl-dev"
makedepends="gtk+-dev openldap-dev openssl-dev gpgme-dev"
subpackages="$pkgname-dev $pkgname-lang"
source="http://$pkgname.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2
       gmodule.patch
@@ -30,6 +30,7 @@ build() {
               --prefix=/usr \
               --enable-ldap \
               --disable-gtkspell \
               --enable-gpgme \
               || return 1
       make || return 1
}

[alpine-aports] [PATCH] main/sylpheed: Enable GPG support

Olivier Mauras <olivier@mauras.ch>
Details
Message ID
<20151230211100.6521700afb671b7595c5be27@mauras.ch>
In-Reply-To
<20151230161128.34105ebac9a435bb0f8ddbb5@mauras.ch> (view parent)
Sender timestamp
1451506260
DKIM signature
missing
Download raw message
Patch: +4 -3
---
 main/sylpheed/APKBUILD | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/main/sylpheed/APKBUILD b/main/sylpheed/APKBUILD
index c8cbcfd..3175b2a 100644
--- a/main/sylpheed/APKBUILD
+++ b/main/sylpheed/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sylpheed
pkgver=3.4.3
pkgrel=0
pkgrel=1
pkgdesc="Lightweight and user-friendly e-mail client"
url="http://sylpheed.sraoss.jp/en/"
arch="all"
license="GPL"
depends=
makedepends="gtk+-dev openldap-dev openssl-dev"
depends="pinentry-gtk"
makedepends="gtk+-dev openldap-dev openssl-dev gpgme-dev"
subpackages="$pkgname-dev $pkgname-lang"
source="http://$pkgname.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2
	gmodule.patch
@@ -30,6 +30,7 @@ build() {
		--prefix=/usr \
		--enable-ldap \
		--disable-gtkspell \
		--enable-gpgme \
		|| return 1
	make || return 1
}
-- 
2.6.3
--
Please ignore my previous email
Reply to thread Export thread (mbox)