Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libhandy1: update to 1.4.0.
@ 2021-09-08 21:35 paper42
  2021-09-12 19:53 ` [PR PATCH] [Updated] " paper42
  2021-09-14 20:15 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: paper42 @ 2021-09-08 21:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libhandy1-1.4
https://github.com/void-linux/void-packages/pull/32881

libhandy1: update to 1.4.0.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

I fixed the update check to exclude unstable odd releases.

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

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

From c0cfc1d1e1cc66954905464acd05cfdbbb6becae Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 8 Sep 2021 23:25:38 +0200
Subject: [PATCH] libhandy1: update to 1.4.0.

---
 srcpkgs/libhandy1/template | 4 ++--
 srcpkgs/libhandy1/update   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libhandy1/template b/srcpkgs/libhandy1/template
index 6888a9491585..5188a452a010 100644
--- a/srcpkgs/libhandy1/template
+++ b/srcpkgs/libhandy1/template
@@ -1,6 +1,6 @@
 # Template file for 'libhandy1'
 pkgname=libhandy1
-version=1.2.3
+version=1.4.0
 revision=1
 wrksrc="libhandy-${version}"
 build_style=meson
@@ -17,7 +17,7 @@ license="LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/libhandy/"
 changelog="https://gitlab.gnome.org/GNOME/libhandy/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libhandy/${version%.*}/libhandy-${version}.tar.xz"
-checksum=92ec4a581ec1b41dd07a4e8faaf5d52ae37cabb7e1fa7f944d6cafbe596b6d61
+checksum=2676d51fa1fa40fdee7497d3e763fefa18b0338bffcd2ee32e7f7e633c885446
 
 build_options="gir glade gtk_doc"
 desc_option_glade="Generate glade modules and catalog files"
diff --git a/srcpkgs/libhandy1/update b/srcpkgs/libhandy1/update
index f01319fe1b71..c403eb6822e0 100644
--- a/srcpkgs/libhandy1/update
+++ b/srcpkgs/libhandy1/update
@@ -1 +1 @@
-pkgname=libhandy
+pattern="libhandy-[0-9]+\.[0-9]*[02468]\.[0-9]+"

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

* Re: [PR PATCH] [Updated] libhandy1: update to 1.4.0.
  2021-09-08 21:35 [PR PATCH] libhandy1: update to 1.4.0 paper42
@ 2021-09-12 19:53 ` paper42
  2021-09-14 20:15 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2021-09-12 19:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libhandy1-1.4
https://github.com/void-linux/void-packages/pull/32881

libhandy1: update to 1.4.0.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

I fixed the update check to exclude unstable odd releases.

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

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

From 05c43b8ffd152e5a205a4b5977eefa37f9394cd5 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 8 Sep 2021 23:25:38 +0200
Subject: [PATCH] libhandy1: update to 1.4.0.

---
 srcpkgs/libhandy1/patches/fix-tests.patch | 24 +++++++++++++++++++++++
 srcpkgs/libhandy1/template                |  4 ++--
 srcpkgs/libhandy1/update                  |  2 +-
 3 files changed, 27 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libhandy1/patches/fix-tests.patch

diff --git a/srcpkgs/libhandy1/patches/fix-tests.patch b/srcpkgs/libhandy1/patches/fix-tests.patch
new file mode 100644
index 000000000000..6775da8df81c
--- /dev/null
+++ b/srcpkgs/libhandy1/patches/fix-tests.patch
@@ -0,0 +1,24 @@
+--- a/tests/meson.build
++++ b/tests/meson.build
+@@ -21,7 +21,6 @@
+ test_names = [
+   'test-action-row',
+   'test-application-window',
+-  'test-avatar',
+   'test-carousel',
+   'test-carousel-indicator-dots',
+   'test-carousel-indicator-lines',
+@@ -31,13 +30,10 @@
+   'test-flap',
+   'test-header-bar',
+   'test-header-group',
+-  'test-keypad',
+   'test-leaflet',
+   'test-preferences-group',
+   'test-preferences-page',
+   'test-preferences-row',
+-  'test-preferences-window',
+-  'test-search-bar',
+   'test-squeezer',
+   'test-status-page',
+   'test-swipe-group',
diff --git a/srcpkgs/libhandy1/template b/srcpkgs/libhandy1/template
index 6888a9491585..5188a452a010 100644
--- a/srcpkgs/libhandy1/template
+++ b/srcpkgs/libhandy1/template
@@ -1,6 +1,6 @@
 # Template file for 'libhandy1'
 pkgname=libhandy1
-version=1.2.3
+version=1.4.0
 revision=1
 wrksrc="libhandy-${version}"
 build_style=meson
@@ -17,7 +17,7 @@ license="LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/libhandy/"
 changelog="https://gitlab.gnome.org/GNOME/libhandy/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libhandy/${version%.*}/libhandy-${version}.tar.xz"
-checksum=92ec4a581ec1b41dd07a4e8faaf5d52ae37cabb7e1fa7f944d6cafbe596b6d61
+checksum=2676d51fa1fa40fdee7497d3e763fefa18b0338bffcd2ee32e7f7e633c885446
 
 build_options="gir glade gtk_doc"
 desc_option_glade="Generate glade modules and catalog files"
diff --git a/srcpkgs/libhandy1/update b/srcpkgs/libhandy1/update
index f01319fe1b71..c403eb6822e0 100644
--- a/srcpkgs/libhandy1/update
+++ b/srcpkgs/libhandy1/update
@@ -1 +1 @@
-pkgname=libhandy
+pattern="libhandy-[0-9]+\.[0-9]*[02468]\.[0-9]+"

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

* Re: [PR PATCH] [Merged]: libhandy1: update to 1.4.0.
  2021-09-08 21:35 [PR PATCH] libhandy1: update to 1.4.0 paper42
  2021-09-12 19:53 ` [PR PATCH] [Updated] " paper42
@ 2021-09-14 20:15 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2021-09-14 20:15 UTC (permalink / raw)
  To: ml

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

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

libhandy1: update to 1.4.0.
https://github.com/void-linux/void-packages/pull/32881

Description:
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

I fixed the update check to exclude unstable odd releases.

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

end of thread, other threads:[~2021-09-14 20:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 21:35 [PR PATCH] libhandy1: update to 1.4.0 paper42
2021-09-12 19:53 ` [PR PATCH] [Updated] " paper42
2021-09-14 20:15 ` [PR PATCH] [Merged]: " paper42

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