Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cups-filters shall be a dependency.
@ 2023-01-28 20:32 xianwenchen
  2023-01-29 10:09 ` paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: xianwenchen @ 2023-01-28 20:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xianwenchen/void-packages-xc patch-1
https://github.com/void-linux/void-packages/pull/41923

cups-filters shall be a dependency.
Without cups-filters, one may encounter problems such that one cannot print anything through cups. See for example [1], although it was reported on FreeBSD, the same issue happened to me using Void Liunx.

[1] https://forums.freebsd.org/threads/printer-doesnt-work-after-upgrading-cups.45738/

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

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c2c41bb553598ccb4a5ac65022ceb92dc9daa101 Mon Sep 17 00:00:00 2001
From: xianwenchen <13705224+xianwenchen@users.noreply.github.com>
Date: Sat, 28 Jan 2023 20:32:24 +0000
Subject: [PATCH] cups-filters shall be a dependency.

Without cups-filters, one may encounter problems such that one cannot print anything through cups. See for example [1], although it was reported on FreeBSD, the same issue happened to me using Void Liunx.

[1] https://forums.freebsd.org/threads/printer-doesnt-work-after-upgrading-cups.45738/
---
 srcpkgs/cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cups/template b/srcpkgs/cups/template
index 90e9fdf3f0b1..5df86ff72a2e 100644
--- a/srcpkgs/cups/template
+++ b/srcpkgs/cups/template
@@ -8,7 +8,7 @@ hostmakedepends="gnutls-devel pkg-config
  $(vopt_if avahi avahi-libs-devel)"
 makedepends="acl-devel gnutls-devel libpaper-devel libusb-devel pam-devel
  zlib-devel $(vopt_if avahi avahi-libs-devel) $(vopt_if gssapi mit-krb5-devel)"
-depends="xdg-utils"
+depends="xdg-utils cups-filters"
 short_desc="Common Unix Printing System"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"

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

* Re: cups-filters shall be a dependency.
  2023-01-28 20:32 [PR PATCH] cups-filters shall be a dependency xianwenchen
@ 2023-01-29 10:09 ` paper42
  2023-01-29 10:09 ` paper42
  2023-02-21 14:19 ` [PR PATCH] [Closed]: " xianwenchen
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-01-29 10:09 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41923#issuecomment-1407619740

Comment:
> I tested the changes in this PR: YES|briefly|NO

please choose one and read CONTRIBUTING.md to fix the commit message

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

* Re: cups-filters shall be a dependency.
  2023-01-28 20:32 [PR PATCH] cups-filters shall be a dependency xianwenchen
  2023-01-29 10:09 ` paper42
@ 2023-01-29 10:09 ` paper42
  2023-02-21 14:19 ` [PR PATCH] [Closed]: " xianwenchen
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-01-29 10:09 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41923#issuecomment-1407619740

Comment:
> I tested the changes in this PR: YES|briefly|NO

please choose one, read CONTRIBUTING.md to fix the commit message and increase the $revision field in the template

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

* Re: [PR PATCH] [Closed]: cups-filters shall be a dependency.
  2023-01-28 20:32 [PR PATCH] cups-filters shall be a dependency xianwenchen
  2023-01-29 10:09 ` paper42
  2023-01-29 10:09 ` paper42
@ 2023-02-21 14:19 ` xianwenchen
  2 siblings, 0 replies; 4+ messages in thread
From: xianwenchen @ 2023-02-21 14:19 UTC (permalink / raw)
  To: ml

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

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

cups-filters shall be a dependency.
https://github.com/void-linux/void-packages/pull/41923

Description:
Without cups-filters, one may encounter problems such that one cannot print anything through cups. See for example [1], although it was reported on FreeBSD, the same issue happened to me using Void Liunx.

[1] https://forums.freebsd.org/threads/printer-doesnt-work-after-upgrading-cups.45738/

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

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-02-21 14:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-28 20:32 [PR PATCH] cups-filters shall be a dependency xianwenchen
2023-01-29 10:09 ` paper42
2023-01-29 10:09 ` paper42
2023-02-21 14:19 ` [PR PATCH] [Closed]: " xianwenchen

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).