Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] skanlite: update to 21.12.2.
@ 2022-02-23 21:02 tibequadorian
  2022-02-23 21:24 ` [PR PATCH] [Updated] skanlite, libksane: " tibequadorian
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tibequadorian @ 2022-02-23 21:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages skanlite
https://github.com/void-linux/void-packages/pull/35814

skanlite: update to 21.12.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (I don't own a scanner)

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35814.patch is attached

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

From cfc4542ff6d78ea9143658650b9682f62ab12987 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Feb 2022 21:54:10 +0100
Subject: [PATCH 1/2] libksane: update to 21.12.2.

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

diff --git a/srcpkgs/libksane/template b/srcpkgs/libksane/template
index fdd52fd3eb0e..1441b5ce6937 100644
--- a/srcpkgs/libksane/template
+++ b/srcpkgs/libksane/template
@@ -1,6 +1,6 @@
 # Template file for 'libksane'
 pkgname=libksane
-version=21.08.0
+version=21.12.2
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext"
@@ -9,8 +9,9 @@ short_desc="Image scanning library"
 maintainer="travankor <travankor@tuta.io>"
 license="LGPL-2.1-or-later"
 homepage="https://kde.org/applications/graphics"
+changelog="https://kde.org/announcements/changelogs/gear/${version}/#libksane"
 distfiles="${KDE_SITE}/release-service/${version}/src/libksane-${version}.tar.xz"
-checksum=1a5fccc52c58927a3a49762cd0a55d0cfe724723014a2929cee69c084bca5b44
+checksum=317d4e5948a28180034036268f496279a29ba97ad606522c8ac1ae38b9747ac6
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-qmake qt5-host-tools"

From 84664374880fc36732f0c50aae3a6bcfe3e81a4b Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Feb 2022 21:54:14 +0100
Subject: [PATCH 2/2] skanlite: update to 21.12.2.

---
 srcpkgs/skanlite/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/skanlite/template b/srcpkgs/skanlite/template
index d18144a93d24..cd08fc27ad53 100644
--- a/srcpkgs/skanlite/template
+++ b/srcpkgs/skanlite/template
@@ -1,6 +1,6 @@
 # Template file for 'skanlite'
 pkgname=skanlite
-version=2.2.0
+version=21.12.2
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -10,8 +10,9 @@ short_desc="Image Scanning Application"
 maintainer="travankor <travankor@tuta.io>"
 license="GPL-2.0-or-later"
 homepage="https://www.kde.org/applications/graphics/skanlite"
-distfiles="${KDE_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=54fecc3997547bae17215af7af468a225d483ddb37be3053673392dcddd584e4
+changelog="https://kde.org/announcements/changelogs/gear/${version}/#skanlite"
+distfiles="${KDE_SITE}/release-service/${version}/src/skanlite-${version}.tar.xz"
+checksum=15c181b3d155a7222279b52ca7dd83aed2fa02b2edda1cd3c211e8bbfdcf6dbb
 
 if [ -n "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"

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

* Re: [PR PATCH] [Updated] skanlite, libksane: update to 21.12.2.
  2022-02-23 21:02 [PR PATCH] skanlite: update to 21.12.2 tibequadorian
@ 2022-02-23 21:24 ` tibequadorian
  2022-02-23 21:29 ` tibequadorian
  2022-02-23 22:24 ` [PR PATCH] [Merged]: " Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: tibequadorian @ 2022-02-23 21:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages skanlite
https://github.com/void-linux/void-packages/pull/35814

skanlite, libksane: update to 21.12.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (I don't own a scanner)

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35814.patch is attached

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

From cfc4542ff6d78ea9143658650b9682f62ab12987 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Feb 2022 21:54:10 +0100
Subject: [PATCH 1/2] libksane: update to 21.12.2.

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

diff --git a/srcpkgs/libksane/template b/srcpkgs/libksane/template
index fdd52fd3eb0e..1441b5ce6937 100644
--- a/srcpkgs/libksane/template
+++ b/srcpkgs/libksane/template
@@ -1,6 +1,6 @@
 # Template file for 'libksane'
 pkgname=libksane
-version=21.08.0
+version=21.12.2
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext"
@@ -9,8 +9,9 @@ short_desc="Image scanning library"
 maintainer="travankor <travankor@tuta.io>"
 license="LGPL-2.1-or-later"
 homepage="https://kde.org/applications/graphics"
+changelog="https://kde.org/announcements/changelogs/gear/${version}/#libksane"
 distfiles="${KDE_SITE}/release-service/${version}/src/libksane-${version}.tar.xz"
-checksum=1a5fccc52c58927a3a49762cd0a55d0cfe724723014a2929cee69c084bca5b44
+checksum=317d4e5948a28180034036268f496279a29ba97ad606522c8ac1ae38b9747ac6
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-qmake qt5-host-tools"

From d9c52262fdfd3b9dc0e058675fdf7dc98049d158 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Feb 2022 21:54:14 +0100
Subject: [PATCH 2/2] skanlite: update to 21.12.2.

---
 srcpkgs/skanlite/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/skanlite/template b/srcpkgs/skanlite/template
index d18144a93d24..1c709780a584 100644
--- a/srcpkgs/skanlite/template
+++ b/srcpkgs/skanlite/template
@@ -1,6 +1,6 @@
 # Template file for 'skanlite'
 pkgname=skanlite
-version=2.2.0
+version=21.12.2
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -9,9 +9,10 @@ makedepends="kio-devel libksane-devel"
 short_desc="Image Scanning Application"
 maintainer="travankor <travankor@tuta.io>"
 license="GPL-2.0-or-later"
-homepage="https://www.kde.org/applications/graphics/skanlite"
-distfiles="${KDE_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=54fecc3997547bae17215af7af468a225d483ddb37be3053673392dcddd584e4
+homepage="https://apps.kde.org/skanlite"
+changelog="https://kde.org/announcements/changelogs/gear/${version}/#skanlite"
+distfiles="${KDE_SITE}/release-service/${version}/src/skanlite-${version}.tar.xz"
+checksum=15c181b3d155a7222279b52ca7dd83aed2fa02b2edda1cd3c211e8bbfdcf6dbb
 
 if [ -n "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"

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

* Re: [PR PATCH] [Updated] skanlite, libksane: update to 21.12.2.
  2022-02-23 21:02 [PR PATCH] skanlite: update to 21.12.2 tibequadorian
  2022-02-23 21:24 ` [PR PATCH] [Updated] skanlite, libksane: " tibequadorian
@ 2022-02-23 21:29 ` tibequadorian
  2022-02-23 22:24 ` [PR PATCH] [Merged]: " Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: tibequadorian @ 2022-02-23 21:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages skanlite
https://github.com/void-linux/void-packages/pull/35814

skanlite, libksane: update to 21.12.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (I don't own a scanner)

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35814.patch is attached

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

From cfc4542ff6d78ea9143658650b9682f62ab12987 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Feb 2022 21:54:10 +0100
Subject: [PATCH 1/2] libksane: update to 21.12.2.

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

diff --git a/srcpkgs/libksane/template b/srcpkgs/libksane/template
index fdd52fd3eb0e..1441b5ce6937 100644
--- a/srcpkgs/libksane/template
+++ b/srcpkgs/libksane/template
@@ -1,6 +1,6 @@
 # Template file for 'libksane'
 pkgname=libksane
-version=21.08.0
+version=21.12.2
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext"
@@ -9,8 +9,9 @@ short_desc="Image scanning library"
 maintainer="travankor <travankor@tuta.io>"
 license="LGPL-2.1-or-later"
 homepage="https://kde.org/applications/graphics"
+changelog="https://kde.org/announcements/changelogs/gear/${version}/#libksane"
 distfiles="${KDE_SITE}/release-service/${version}/src/libksane-${version}.tar.xz"
-checksum=1a5fccc52c58927a3a49762cd0a55d0cfe724723014a2929cee69c084bca5b44
+checksum=317d4e5948a28180034036268f496279a29ba97ad606522c8ac1ae38b9747ac6
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-qmake qt5-host-tools"

From cd2c6c54abbdcd440b6ebad92f6567f0f096cf78 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Feb 2022 21:54:14 +0100
Subject: [PATCH 2/2] skanlite: update to 21.12.2.

---
 srcpkgs/skanlite/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/skanlite/template b/srcpkgs/skanlite/template
index d18144a93d24..cd08fc27ad53 100644
--- a/srcpkgs/skanlite/template
+++ b/srcpkgs/skanlite/template
@@ -1,6 +1,6 @@
 # Template file for 'skanlite'
 pkgname=skanlite
-version=2.2.0
+version=21.12.2
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -10,8 +10,9 @@ short_desc="Image Scanning Application"
 maintainer="travankor <travankor@tuta.io>"
 license="GPL-2.0-or-later"
 homepage="https://www.kde.org/applications/graphics/skanlite"
-distfiles="${KDE_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=54fecc3997547bae17215af7af468a225d483ddb37be3053673392dcddd584e4
+changelog="https://kde.org/announcements/changelogs/gear/${version}/#skanlite"
+distfiles="${KDE_SITE}/release-service/${version}/src/skanlite-${version}.tar.xz"
+checksum=15c181b3d155a7222279b52ca7dd83aed2fa02b2edda1cd3c211e8bbfdcf6dbb
 
 if [ -n "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"

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

* Re: [PR PATCH] [Merged]: skanlite, libksane: update to 21.12.2.
  2022-02-23 21:02 [PR PATCH] skanlite: update to 21.12.2 tibequadorian
  2022-02-23 21:24 ` [PR PATCH] [Updated] skanlite, libksane: " tibequadorian
  2022-02-23 21:29 ` tibequadorian
@ 2022-02-23 22:24 ` Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2022-02-23 22:24 UTC (permalink / raw)
  To: ml

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

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

skanlite, libksane: update to 21.12.2.
https://github.com/void-linux/void-packages/pull/35814

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

#### Testing the changes
- I tested the changes in this PR: **briefly** (I don't own a scanner)

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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:[~2022-02-23 22:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23 21:02 [PR PATCH] skanlite: update to 21.12.2 tibequadorian
2022-02-23 21:24 ` [PR PATCH] [Updated] skanlite, libksane: " tibequadorian
2022-02-23 21:29 ` tibequadorian
2022-02-23 22:24 ` [PR PATCH] [Merged]: " Johnnynator

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