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

* Re: system-config-printer: update to 1.5.18.
  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
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2022-12-27  0:37 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41308#issuecomment-1365523218

Comment:
You should use `vmove usr/lib/pkgconfig` not vinstall.

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

* Re: [PR PATCH] [Updated] system-config-printer: update to 1.5.18.
  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 ` dexgs
  2022-12-29  7:33 ` [PR REVIEW] " kruceter
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dexgs @ 2022-12-27  0:53 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2281 bytes --]

From 640d9abc5fbd773fe919f8aa3f9456f5c801037e 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 1/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() {

From 225520cf2ef9ffb344943900abf726cd901d39b2 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Mon, 26 Dec 2022 19:52:41 -0500
Subject: [PATCH 2/2] cups: move cups.pc to cups-devel

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

diff --git a/srcpkgs/cups/template b/srcpkgs/cups/template
index 0776928f2609..90e9fdf3f0b1 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,9 +75,10 @@ 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/lib/pkgconfig
 		vmove usr/include
 		vmove usr/bin/cups-config
 		vmove "usr/lib/*.so"

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

* Re: [PR REVIEW] system-config-printer: update to 1.5.18.
  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 ` kruceter
  2022-12-29 18:52 ` [PR PATCH] [Updated] " dexgs
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kruceter @ 2022-12-29  7:33 UTC (permalink / raw)
  To: ml

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

New review comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/41308#discussion_r1058777774

Comment:
```suggestion
homepage="https://github.com/OpenPrinting/system-config-printer"
changelog="https://raw.githubusercontent.com/OpenPrinting/system-config-printer/master/NEWS"
```

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

* Re: [PR PATCH] [Updated] system-config-printer: update to 1.5.18.
  2022-12-26 23:57 [PR PATCH] system-config-printer: update to 1.5.18 dexgs
                   ` (2 preceding siblings ...)
  2022-12-29  7:33 ` [PR REVIEW] " kruceter
@ 2022-12-29 18:52 ` dexgs
  2022-12-29 18:54 ` dexgs
  2023-01-10 19:19 ` [PR PATCH] [Merged]: " Vaelatern
  5 siblings, 0 replies; 7+ messages in thread
From: dexgs @ 2022-12-29 18:52 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 3145 bytes --]

From ba8dfa13aec00b5c0f7bc982289b4a6d8ec9b09d 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 1/2] system-config-printer: update to 1.5.18.

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

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index 53afd7683f16..cf6225f2bfd6 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,13 +1,11 @@
 # 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"
-make_build_args="udevhelperdir=/usr/lib/udev"
-make_install_args="udevhelperdir=/usr/lib/udev udevrulesdir=/usr/lib/udev/rules.d"
-hostmakedepends="pkg-config intltool python3-devel xmlto desktop-file-utils"
+hostmakedepends="pkg-config gettext python3-devel xmlto desktop-file-utils"
 makedepends="libglib-devel cups-devel eudev-libudev-devel libusb-devel"
 depends="python3-cupshelpers python3-smbc python3-gobject gir-freedesktop
  libnotify gtk+3 dconf desktop-file-utils libsecret"
@@ -15,12 +13,13 @@ short_desc="CUPS printer configuration tool and status applet"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/OpenPrinting/system-config-printer"
+changelog="https://raw.githubusercontent.com/OpenPrinting/system-config-printer/master/NEWS"
 distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
-checksum=eea3f06448aa5bb5fa0decdf9b912aefd21e3bd6615fc3e77b349ca443dcb8a1
+checksum=b1a69e1b4ec2add569a87aeca811a37c5361ee6ae327ec852b79e64223e34bee
 python_version=3
 
 python3-cupshelpers_package() {
-	depends="python3-cups python3-dbus python3-requests"
+	depends="python3-cups python3-dbus"
 	short_desc="Python utility modules around the CUPS printing system"
 	pkg_install() {
 		vmove etc/cupshelpers

From 4491b73c571b415e8bec21b206bfbba4f7893384 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Mon, 26 Dec 2022 19:52:41 -0500
Subject: [PATCH 2/2] cups: move cups.pc to cups-devel

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

diff --git a/srcpkgs/cups/template b/srcpkgs/cups/template
index 0776928f2609..90e9fdf3f0b1 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,9 +75,10 @@ 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/lib/pkgconfig
 		vmove usr/include
 		vmove usr/bin/cups-config
 		vmove "usr/lib/*.so"

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

* Re: system-config-printer: update to 1.5.18.
  2022-12-26 23:57 [PR PATCH] system-config-printer: update to 1.5.18 dexgs
                   ` (3 preceding siblings ...)
  2022-12-29 18:52 ` [PR PATCH] [Updated] " dexgs
@ 2022-12-29 18:54 ` dexgs
  2023-01-10 19:19 ` [PR PATCH] [Merged]: " Vaelatern
  5 siblings, 0 replies; 7+ messages in thread
From: dexgs @ 2022-12-29 18:54 UTC (permalink / raw)
  To: ml

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

New comment by dexgs on void-packages repository

https://github.com/void-linux/void-packages/pull/41308#issuecomment-1367521510

Comment:
@kruceter done

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

* Re: [PR PATCH] [Merged]: system-config-printer: update to 1.5.18.
  2022-12-26 23:57 [PR PATCH] system-config-printer: update to 1.5.18 dexgs
                   ` (4 preceding siblings ...)
  2022-12-29 18:54 ` dexgs
@ 2023-01-10 19:19 ` Vaelatern
  5 siblings, 0 replies; 7+ messages in thread
From: Vaelatern @ 2023-01-10 19:19 UTC (permalink / raw)
  To: ml

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

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

system-config-printer: update to 1.5.18.
https://github.com/void-linux/void-packages/pull/41308

Description:
<!-- 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)


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