~alpine/devel

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

[alpine-devel] [PATCH] main/cups-filters: fix text file printing

Isaac Dunham <ibid.ag@gmail.com>
Details
Message ID
<1404165101-3500-1-git-send-email-ibid.ag@gmail.com>
Sender timestamp
1404165101
DKIM signature
missing
Download raw message
Patch: +7 -2
ttf-freefont is needed for text printing to work.
pdf.UTF-8 symlink is needed; pdf.utf-8 isn't good enough now.
---
 main/cups-filters/APKBUILD | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/main/cups-filters/APKBUILD b/main/cups-filters/APKBUILD
index b9ed634..caa0580 100644
--- a/main/cups-filters/APKBUILD
+++ b/main/cups-filters/APKBUILD
@@ -1,13 +1,15 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=cups-filters
pkgver=1.0.53
pkgrel=0
pkgrel=1
pkgdesc="OpenPrinting CUPS filters and backends"
url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_as_standard_print_job_format"
arch="all"
license="GPLv2 and GPLv2+ and GPLv3 and MIT"
# textonly is a bash script
depends="poppler-utils bc bash"
# texttops/textopdf need FreeMono from ttf-freefont
# for text printing to work
depends="poppler-utils bc bash ttf-freefont"
depends_dev=""
makedepends="$depends_dev cups-dev libjpeg-turbo-dev poppler-dev zlib-dev
	libpng-dev tiff-dev lcms-dev freetype-dev ghostscript-dev fontconfig-dev
@@ -49,6 +51,9 @@ build() {
package() {
	cd "$_builddir"
	make -j1 DESTDIR="$pkgdir" install || return 1
	#the pdf.utf-8 symlink isn't quite good enough
	cd "$pkgdir"/usr/share/cups/charsets && \
	ln -s pdf.utf-8.simple pdf.UTF-8 || return 1
	rm -f "$pkgdir"/usr/lib/*.la
}

-- 
2.0.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20140701164938.639218b4@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1404165101-3500-1-git-send-email-ibid.ag@gmail.com> (view parent)
Sender timestamp
1404226178
DKIM signature
missing
Download raw message
On Mon, 30 Jun 2014 14:51:41 -0700
Isaac Dunham <ibid.ag@gmail.com> wrote:

> ttf-freefont is needed for text printing to work.
> pdf.UTF-8 symlink is needed; pdf.utf-8 isn't good enough now.

I had pushed 1.0.54 already but i rebased it.

I suppose we want this for 3.0-stable too?

Thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Isaac Dunham <ibid.ag@gmail.com>
Details
Message ID
<20140702045703.GA1773@newbook>
In-Reply-To
<20140701164938.639218b4@ncopa-desktop.alpinelinux.org> (view parent)
Sender timestamp
1404277023
DKIM signature
missing
Download raw message
On Tue, Jul 01, 2014 at 04:49:38PM +0200, Natanael Copa wrote:
> On Mon, 30 Jun 2014 14:51:41 -0700
> Isaac Dunham <ibid.ag@gmail.com> wrote:
> 
> > ttf-freefont is needed for text printing to work.
> > pdf.UTF-8 symlink is needed; pdf.utf-8 isn't good enough now.
> 
> I had pushed 1.0.54 already but i rebased it.
> 
> I suppose we want this for 3.0-stable too?
> 
> Thanks!
> 
> -nc

I suspect this should get backported, yes.

HTH,
Isaac Dunham



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