X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id A8359DCF86B for ; Wed, 1 Apr 2015 05:57:14 +0000 (UTC) Received: by pddn5 with SMTP id n5so44249886pdd.2 for ; Tue, 31 Mar 2015 22:57:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=68+JqRxMN429Lnt+r0J3EV928DhuFZDF0IqKB0pUCkA=; b=p/0EIeiXbCc6yisSE2QopmhlvOglfxIJBl9ttYAEYyH1DxrjxELWTU/a2CV9kIwYCj tR5aTw+mjz5q8bAM7lrXslyeslSazHDiiJ2FKgdhf5Iqq3YTQw69oXxdvlGCdAp6pQT7 ZpFgFT8lP21zyagZbbhKNSNgFXIJGbfXWkWlKLgXks1grQl4MKdmYs5r0cKHhvGMdqWQ bZBwuKdD8ske5W3PTk2m3e5nVyxGqQRV4YorhwsmwxrxmAhDqfjOKnrllETdNZCmr34n V7rYP7k28FS14FbCHZP2xlPlMUKVbOqI/QaIAUFiXGSAEcbYPWoRhWqGS2/G0EtGR7HN W0Uw== X-Received: by 10.66.66.230 with SMTP id i6mr73685155pat.108.1427867833912; Tue, 31 Mar 2015 22:57:13 -0700 (PDT) Received: from localhost.localdomain ([50.0.225.244]) by mx.google.com with ESMTPSA id ts4sm781844pbc.41.2015.03.31.22.57.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 31 Mar 2015 22:57:13 -0700 (PDT) From: Isaac Dunham To: alpine-aports@lists.alpinelinux.org Cc: Isaac Dunham Subject: [alpine-aports] [PATCH 2/2] testing/xiphos: update to 4.0.1, add biblesync dependency Date: Tue, 31 Mar 2015 22:57:09 -0700 Message-Id: <1427867829-7865-2-git-send-email-ibid.ag@gmail.com> X-Mailer: git-send-email 2.3.4 In-Reply-To: <1427867829-7865-1-git-send-email-ibid.ag@gmail.com> References: <1427867829-7865-1-git-send-email-ibid.ag@gmail.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: A lot of gtk3 fixes, but also biblesync got split out. --- testing/xiphos/APKBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/testing/xiphos/APKBUILD b/testing/xiphos/APKBUILD index 2fdaba7..adea4af 100644 --- a/testing/xiphos/APKBUILD +++ b/testing/xiphos/APKBUILD @@ -1,8 +1,9 @@ # Contributor: Isaac Dunham # Maintainer: Isaac Dunham pkgname=xiphos -pkgver=4.0.0 +pkgver=4.0.1 pkgrel=0 +_pkgex="-20150330" pkgdesc="Gnome application for Bible study" url="https://sourceforge.net/projects/gnomesword" arch="all" @@ -10,10 +11,10 @@ license="GPL2" depends="" makedepends="webkitgtk-dev sword-dev gconf-dev libgsf-dev intltool gettext-dev rarian-dev desktop-file-utils gnome-doc-utils util-linux-dev - linux-headers" + linux-headers biblesync-dev" install="" subpackages="$pkgname-doc $pkgname-lang" -source="http://downloads.sourceforge.net/gnomesword/xiphos-$pkgver.tar.gz" +source="http://downloads.sourceforge.net/gnomesword/xiphos-$pkgver$_pkgex.tar.gz" _builddir="$srcdir"/xiphos-$pkgver prepare() { @@ -38,6 +39,6 @@ package() { } -md5sums="7305c368510574bd64d873daeb5354ee xiphos-4.0.0.tar.gz" -sha256sums="c8408919f5d4847b9641a5ab52cf071adde42ff6c2c97b93532754ac2cec6966 xiphos-4.0.0.tar.gz" -sha512sums="0e8d70dc78be5ef9107307dcd28d756812212ee8e166cf0fdf1c1294617ccf0f1d119f36ab1b9d36f3de6e6ea538baf8cb6d36bc537afd4ff05d7fda44026352 xiphos-4.0.0.tar.gz" +md5sums="0b3fc83f7ba379d0a762fceaf1c9c11c xiphos-4.0.1-20150330.tar.gz" +sha256sums="7f3063cd7cd75fa7ca170b127cda7f29034cc1e3f6fd44ef510dfcb07f5f9e94 xiphos-4.0.1-20150330.tar.gz" +sha512sums="269fcfdeafafd03d93b3c9f951463d4e1a4de424a0763c47f1684ff016654f5432e4e3946fc98736dff577ee420614f979cd784c3af5e5dde98175a577402400 xiphos-4.0.1-20150330.tar.gz" -- 2.3.4 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---