Github messages for voidlinux
 help / color / mirror / Atom feed
From: dexgs <dexgs@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] system-config-printer: update to 1.5.18.
Date: Thu, 29 Dec 2022 19:52:10 +0100	[thread overview]
Message-ID: <20221229185210.ZMnVtyxmmRjXHfWe9znS92fa-TX0zUjwNR2HhJ--6gM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41308@inbox.vuxu.org>

[-- 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"

  parent reply	other threads:[~2022-12-29 18:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-26 23:57 [PR PATCH] " 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 ` dexgs [this message]
2022-12-29 18:54 ` dexgs
2023-01-10 19:19 ` [PR PATCH] [Merged]: " Vaelatern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221229185210.ZMnVtyxmmRjXHfWe9znS92fa-TX0zUjwNR2HhJ--6gM@z \
    --to=dexgs@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).