Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] system-config-printer: update to 1.5.13.
@ 2020-12-03 20:25 ndowens
  2020-12-05 20:01 ` [PR REVIEW] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ndowens @ 2020-12-03 20:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages system-config-printer
https://github.com/void-linux/void-packages/pull/26927

system-config-printer: update to 1.5.13.


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

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

From dc275fa2ef13ab413c2228bb585ea559352eb8c3 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Thu, 3 Dec 2020 14:26:16 -0600
Subject: [PATCH] system-config-printer: update to 1.5.13.

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

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index 003b333b1ef..bdc32716d45 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,28 +1,28 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
-version=1.5.11
-revision=7
+version=1.5.13
+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"
+make_install_args="udevhelperdir=/usr/lib/udev
+ udevrulesdir=/usr/lib/udev/rules.d"
 hostmakedepends="pkg-config intltool 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"
-python_version=3
-pycompile_dirs="usr/share/system-config-printer"
 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"
-distfiles="${homepage}/releases/download/${version}/system-config-printer-${version}.tar.gz"
-checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
+distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
+checksum=eea3f06448aa5bb5fa0decdf9b912aefd21e3bd6615fc3e77b349ca443dcb8a1
+python_version=3
 
 python3-cupshelpers_package() {
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
-	pycompile_module="cupshelpers"
 	pkg_install() {
 		vmove etc/cupshelpers
 		vmove "usr/lib/python3*"

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

* Re: [PR REVIEW] system-config-printer: update to 1.5.13.
  2020-12-03 20:25 [PR PATCH] system-config-printer: update to 1.5.13 ndowens
@ 2020-12-05 20:01 ` ericonr
  2020-12-05 20:04 ` ndowens
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-05 20:01 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26927#discussion_r536883048

Comment:
I don't think this line needs to be broken.

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

* Re: [PR REVIEW] system-config-printer: update to 1.5.13.
  2020-12-03 20:25 [PR PATCH] system-config-printer: update to 1.5.13 ndowens
  2020-12-05 20:01 ` [PR REVIEW] " ericonr
@ 2020-12-05 20:04 ` ndowens
  2020-12-05 20:04 ` [PR PATCH] [Updated] " ndowens
  2020-12-05 20:08 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-12-05 20:04 UTC (permalink / raw)
  To: ml

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

New review comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26927#discussion_r536883605

Comment:
It's 82 char long, but ok :)

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

* Re: [PR PATCH] [Updated] system-config-printer: update to 1.5.13.
  2020-12-03 20:25 [PR PATCH] system-config-printer: update to 1.5.13 ndowens
  2020-12-05 20:01 ` [PR REVIEW] " ericonr
  2020-12-05 20:04 ` ndowens
@ 2020-12-05 20:04 ` ndowens
  2020-12-05 20:08 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-12-05 20:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages system-config-printer
https://github.com/void-linux/void-packages/pull/26927

system-config-printer: update to 1.5.13.


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

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

From 855b381d18213f8c207cedada9b32d8651c4f334 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Thu, 3 Dec 2020 14:26:16 -0600
Subject: [PATCH] system-config-printer: update to 1.5.13.

---
 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 003b333b1ef..1fcaeccf981 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,8 +1,9 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
-version=1.5.11
-revision=7
+version=1.5.13
+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"
@@ -10,19 +11,17 @@ hostmakedepends="pkg-config intltool 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"
-python_version=3
-pycompile_dirs="usr/share/system-config-printer"
 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"
-distfiles="${homepage}/releases/download/${version}/system-config-printer-${version}.tar.gz"
-checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
+distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
+checksum=eea3f06448aa5bb5fa0decdf9b912aefd21e3bd6615fc3e77b349ca443dcb8a1
+python_version=3
 
 python3-cupshelpers_package() {
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
-	pycompile_module="cupshelpers"
 	pkg_install() {
 		vmove etc/cupshelpers
 		vmove "usr/lib/python3*"

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

* Re: [PR PATCH] [Merged]: system-config-printer: update to 1.5.13.
  2020-12-03 20:25 [PR PATCH] system-config-printer: update to 1.5.13 ndowens
                   ` (2 preceding siblings ...)
  2020-12-05 20:04 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-05 20:08 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-05 20:08 UTC (permalink / raw)
  To: ml

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

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

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

Description:


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

end of thread, other threads:[~2020-12-05 20:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-03 20:25 [PR PATCH] system-config-printer: update to 1.5.13 ndowens
2020-12-05 20:01 ` [PR REVIEW] " ericonr
2020-12-05 20:04 ` ndowens
2020-12-05 20:04 ` [PR PATCH] [Updated] " ndowens
2020-12-05 20:08 ` [PR PATCH] [Merged]: " ericonr

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