~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

[alpine-aports] [PATCH] main/libpaper: drop bash dependency

Isaac Dunham <ibid.ag@gmail.com>
Details
Message ID
<1453072354-4843-1-git-send-email-ibid.ag@gmail.com>
Sender timestamp
1453072354
DKIM signature
missing
Download raw message
Patch: +4 -2
libpaper 1.1.24 switched paperconfig from bash to POSIX sh;
the dependency was not removed from our packaging.
---
 main/libpaper/APKBUILD | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/main/libpaper/APKBUILD b/main/libpaper/APKBUILD
index 2478405..443021d 100644
--- a/main/libpaper/APKBUILD
+++ b/main/libpaper/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libpaper
pkgver=1.1.24
pkgrel=2
pkgrel=3
pkgdesc="Library for handling paper characteristics"
url="http://packages.debian.org/unstable/source/libpaper"
arch="all"
license="GPL"
subpackages="$pkgname-dev $pkgname-doc"
depends="bash"
depends=""
makedepends=""
source="http://ftp.debian.org/debian/pool/main/libp/libpaper/libpaper_${pkgver}.tar.gz"

@@ -35,3 +35,5 @@ package() {
}

md5sums="5bc87d494ba470aba54f6d2d51471834  libpaper_1.1.24.tar.gz"
sha256sums="38ac28114673d4b175a939d981e0477a0ed9bcaab27033522ecb2ca78ee90c7e  libpaper_1.1.24.tar.gz"
sha512sums="f90816723dafa9ce0aef652e027b13174d2430208003d3715d6f96226130bc66cfc36465f1a5a3f855697708c389f219b964a5534a64a8c98ac53662040df67b  libpaper_1.1.24.tar.gz"
-- 
2.7.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)