Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hplip: fix template building
@ 2022-08-13 12:13 motorto
  2022-08-13 13:53 ` paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: motorto @ 2022-08-13 12:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

There is a new pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages hplip
https://github.com/void-linux/void-packages/pull/38649

hplip: fix template building
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: NO

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


A patch file from https://github.com/void-linux/void-packages/pull/38649.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hplip-38649.patch --]
[-- Type: text/x-diff, Size: 938 bytes --]

From f5b44fa1a58b20bc97a2d876ae57c33575d95588 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 13 Aug 2022 13:12:18 +0100
Subject: [PATCH] hplip: fix template building

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 339d08b463d8..cde79c1cee18 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -27,7 +27,7 @@ make_dirs="/var/lib/hp 0755 root root"
 hostmakedepends="pkg-config automake libtool python3"
 makedepends="openssl-devel python3-devel libxml2-python3 cups-devel sane-devel
  ghostscript-devel net-snmp-devel libusb-devel libjpeg-turbo-devel dbus-devel
- avahi-libs-devel"
+ avahi-libs-devel zlib-devel"
 depends="python3-gobject python3-dbus desktop-file-utils
  foomatic-db foomatic-db-engine python3-distro"
 short_desc="HP Linux Imaging and Printing"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hplip: fix template building
  2022-08-13 12:13 [PR PATCH] hplip: fix template building motorto
@ 2022-08-13 13:53 ` paper42
  2022-08-13 14:26 ` [PR PATCH] [Updated] " motorto
  2022-08-13 15:07 ` [PR PATCH] [Merged]: hplip: add missing build dependency sgn
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-08-13 13:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38649#issuecomment-1214163493

Comment:
`hplip: add missing build dependency` would be better

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] hplip: fix template building
  2022-08-13 12:13 [PR PATCH] hplip: fix template building motorto
  2022-08-13 13:53 ` paper42
@ 2022-08-13 14:26 ` motorto
  2022-08-13 15:07 ` [PR PATCH] [Merged]: hplip: add missing build dependency sgn
  2 siblings, 0 replies; 4+ messages in thread
From: motorto @ 2022-08-13 14:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 561 bytes --]

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages hplip
https://github.com/void-linux/void-packages/pull/38649

hplip: fix template building
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: NO

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


A patch file from https://github.com/void-linux/void-packages/pull/38649.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hplip-38649.patch --]
[-- Type: text/x-diff, Size: 945 bytes --]

From 8e93ab2bf5d250fe9922bb51e45991e94662fe56 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 13 Aug 2022 13:12:18 +0100
Subject: [PATCH] hplip: add missing build dependency

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 339d08b463d8..cde79c1cee18 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -27,7 +27,7 @@ make_dirs="/var/lib/hp 0755 root root"
 hostmakedepends="pkg-config automake libtool python3"
 makedepends="openssl-devel python3-devel libxml2-python3 cups-devel sane-devel
  ghostscript-devel net-snmp-devel libusb-devel libjpeg-turbo-devel dbus-devel
- avahi-libs-devel"
+ avahi-libs-devel zlib-devel"
 depends="python3-gobject python3-dbus desktop-file-utils
  foomatic-db foomatic-db-engine python3-distro"
 short_desc="HP Linux Imaging and Printing"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: hplip: add missing build dependency
  2022-08-13 12:13 [PR PATCH] hplip: fix template building motorto
  2022-08-13 13:53 ` paper42
  2022-08-13 14:26 ` [PR PATCH] [Updated] " motorto
@ 2022-08-13 15:07 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2022-08-13 15:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 414 bytes --]

There's a merged pull request on the void-packages repository

hplip: add missing build dependency
https://github.com/void-linux/void-packages/pull/38649

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: NO

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-13 15:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-13 12:13 [PR PATCH] hplip: fix template building motorto
2022-08-13 13:53 ` paper42
2022-08-13 14:26 ` [PR PATCH] [Updated] " motorto
2022-08-13 15:07 ` [PR PATCH] [Merged]: hplip: add missing build dependency sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).