~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
3 2

[alpine-devel] [PATCH] main/cups: fix typo

Isaac Dunham <ibid.ag@gmail.com>
Details
Message ID
<1404050692-3815-1-git-send-email-ibid.ag@gmail.com>
Sender timestamp
1404050691
DKIM signature
missing
Download raw message
Patch: +1 -1
'ldadmin' for 'lpadmin' kept cups from starting.
---
 main/cups/cups.pre-install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/cups/cups.pre-install b/main/cups/cups.pre-install
index f6b88cb..468163c 100644
--- a/main/cups/cups.pre-install
+++ b/main/cups/cups.pre-install
@@ -1,6 +1,6 @@
#!/bin/sh

addgroup -S ldadmin 2>/dev/null
addgroup -S lpadmin 2>/dev/null
addgroup -S lp 2>/dev/null
adduser -S -G lp lp 2>/dev/null
addgroup lp lp 2>/dev/null
-- 
2.0.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---

[alpine-devel] [PATCH] testing/xpdf: remove all xpdf-utils

Isaac Dunham <ibid.ag@gmail.com>
Details
Message ID
<1404050692-3815-2-git-send-email-ibid.ag@gmail.com>
In-Reply-To
<1404050692-3815-1-git-send-email-ibid.ag@gmail.com> (view parent)
Sender timestamp
1404050692
DKIM signature
missing
Download raw message
Patch: +3 -5
The utilities supplied by xpdf are the same ones supplied by poppler
---
 testing/xpdf/APKBUILD | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/testing/xpdf/APKBUILD b/testing/xpdf/APKBUILD
index 196c9d9..b2943be 100644
--- a/testing/xpdf/APKBUILD
+++ b/testing/xpdf/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:  Isaac Dunham <ibid.ag@gmail.com>
pkgname=xpdf
pkgver="3.04"
pkgrel=0
pkgrel=1
pkgdesc="The classic X11 PDF viewer"
url="http://foolabs.com/xpdf"
arch="all"
@@ -48,10 +48,8 @@ package() {
	make DESTDIR="$pkgdir" install || return 1
	rm -f "$pkgdir"/usr/lib/*.la
	#delete pdf* utils that conflict with poppler-utils.
	for i in pdftops pdftotxt pdfinfo pdfdetach; do
		rm -f "$pkgdir"/usr/bin/$i
		rm -f "$pkgdir"/usr/share/man/man1/$i.1
	done
	rm -f "$pkgdir"/usr/bin/pdf*
	rm -f "$pkgdir"/usr/share/man/man1/pdf*
}

md5sums="3bc86c69c8ff444db52461270bef3f44  xpdf-3.04.tar.gz
-- 
2.0.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---

[alpine-devel] Please do not apply main/cups: fix typo

Isaac Dunham <ibid.ag@gmail.com>
Details
Message ID
<20140630054641.GD16088@newbook>
In-Reply-To
<1404050692-3815-1-git-send-email-ibid.ag@gmail.com> (view parent)
Sender timestamp
1404107202
DKIM signature
missing
Download raw message
On Sun, Jun 29, 2014 at 07:04:51AM -0700, Isaac Dunham wrote:
> 'ldadmin' for 'lpadmin' kept cups from starting.
> ---
>  main/cups/cups.pre-install | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/main/cups/cups.pre-install b/main/cups/cups.pre-install
> index f6b88cb..468163c 100644
> --- a/main/cups/cups.pre-install
> +++ b/main/cups/cups.pre-install
> @@ -1,6 +1,6 @@
>  #!/bin/sh
>  
> -addgroup -S ldadmin 2>/dev/null
> +addgroup -S lpadmin 2>/dev/null
>  addgroup -S lp 2>/dev/null
>  adduser -S -G lp lp 2>/dev/null
>  addgroup lp lp 2>/dev/null

Please skip this patch.
This is missing a bump, and I've got a larger patch for main/cups I'm about
to send that fixes bigger problems. I figure I'll roll the two into one.

Thanks,
Isaac Dunham


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---

Re: [alpine-devel] [PATCH] testing/xpdf: remove all xpdf-utils

Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20140630085948.6d6f423b@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1404050692-3815-2-git-send-email-ibid.ag@gmail.com> (view parent)
Sender timestamp
1404111588
DKIM signature
missing
Download raw message
On Sun, 29 Jun 2014 07:04:52 -0700
Isaac Dunham <ibid.ag@gmail.com> wrote:

> The utilities supplied by xpdf are the same ones supplied by poppler
> ---
>  testing/xpdf/APKBUILD | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)

applied. thanks!

-nc


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