Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] system-config-printer: update to 1.5.18.
@ 2022-12-26 23:57 dexgs
  2022-12-27  0:37 ` oreo639
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dexgs @ 2022-12-26 23:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages system-config-printer
https://github.com/void-linux/void-packages/pull/41308

system-config-printer: update to 1.5.18.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (x86_64-glibc)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-system-config-printer-41308.patch --]
[-- Type: text/x-diff, Size: 2295 bytes --]

From 4935c9825ad4f53928b70e96672bb0b9c38baca9 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Mon, 26 Dec 2022 18:55:03 -0500
Subject: [PATCH 1/2] cups: install cups.pc

---
 srcpkgs/cups/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cups/template b/srcpkgs/cups/template
index 0776928f2609..13dadf8e7e7f 100644
--- a/srcpkgs/cups/template
+++ b/srcpkgs/cups/template
@@ -1,7 +1,7 @@
 # Template file for 'cups'
 pkgname=cups
 version=2.4.2
-revision=1
+revision=2
 build_style=gnu-configure
 make_install_args="BUILDROOT=${DESTDIR}"
 hostmakedepends="gnutls-devel pkg-config
@@ -75,11 +75,12 @@ libcups_package() {
 }
 
 cups-devel_package() {
-	depends="libcups>=${version}_${revision}"
+	depends="libcups>=${version}_${revision} openssl-devel avahi-libs-devel"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
 		vmove usr/bin/cups-config
 		vmove "usr/lib/*.so"
+		vinstall cups.pc 0644 /usr/lib/pkgconfig
 	}
 }

From 4203204037e34affde8dcf1982778d5cec131a89 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Mon, 26 Dec 2022 18:55:15 -0500
Subject: [PATCH 2/2] system-config-printer: update to 1.5.18.

---
 srcpkgs/system-config-printer/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index 53afd7683f16..37e4ababe4c3 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
-version=1.5.13
-revision=3
+version=1.5.18
+revision=1
 build_style=gnu-configure
 pycompile_dirs="usr/share/system-config-printer"
 configure_args="--with-udev-rules"
@@ -16,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/OpenPrinting/system-config-printer"
 distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
-checksum=eea3f06448aa5bb5fa0decdf9b912aefd21e3bd6615fc3e77b349ca443dcb8a1
+checksum=b1a69e1b4ec2add569a87aeca811a37c5361ee6ae327ec852b79e64223e34bee
 python_version=3
 
 python3-cupshelpers_package() {

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

end of thread, other threads:[~2023-01-10 19:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-26 23:57 [PR PATCH] system-config-printer: update to 1.5.18 dexgs
2022-12-27  0:37 ` oreo639
2022-12-27  0:53 ` [PR PATCH] [Updated] " dexgs
2022-12-29  7:33 ` [PR REVIEW] " kruceter
2022-12-29 18:52 ` [PR PATCH] [Updated] " dexgs
2022-12-29 18:54 ` dexgs
2023-01-10 19:19 ` [PR PATCH] [Merged]: " Vaelatern

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