Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libnotify: update to 0.8.2.
@ 2023-03-23 14:48 mhmdanas
  2023-03-23 14:50 ` [PR PATCH] [Updated] " mhmdanas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mhmdanas @ 2023-03-23 14:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages libnotify-0.8.2
https://github.com/void-linux/void-packages/pull/42944

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

#### Testing the changes
- I tested the changes in this PR: **briefly**

@motorto

<!--
#### 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, (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/42944.patch is attached

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

From 36bef8a6ce17fcdad8f4132220aa04f4d45409ca Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 23 Mar 2023 14:47:26 +0000
Subject: [PATCH] libnotify: update to 0.8.2.

---
 srcpkgs/libnotify/patches/fix-tests.diff | 15 +++++++++++++++
 srcpkgs/libnotify/template               | 13 +++++++------
 2 files changed, 22 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/libnotify/patches/fix-tests.diff

diff --git a/srcpkgs/libnotify/patches/fix-tests.diff b/srcpkgs/libnotify/patches/fix-tests.diff
new file mode 100644
index 000000000000..64a38c36021e
--- /dev/null
+++ b/srcpkgs/libnotify/patches/fix-tests.diff
@@ -0,0 +1,15 @@
+diff --git a/tests/meson.build b/tests/meson.build
+index 3efc1a3..8077e48 100644
+--- a/tests/meson.build
++++ b/tests/meson.build
+@@ -22,7 +22,7 @@ test_progs = [
+ ]
+ 
+ foreach tprog: test_progs
+-  executable('test-' + tprog, ['test-' + tprog + '.c'],
++  test('test-' + tprog, executable('test-' + tprog, ['test-' + tprog + '.c'],
+     dependencies: [libnotify_dep, tests_deps],
+-  )
++  ))
+ endforeach
+
diff --git a/srcpkgs/libnotify/template b/srcpkgs/libnotify/template
index 6cb6f74d6c7e..929149010915 100644
--- a/srcpkgs/libnotify/template
+++ b/srcpkgs/libnotify/template
@@ -1,11 +1,11 @@
 # Template file for 'libnotify'
 pkgname=libnotify
-version=0.8.1
+version=0.8.2
 revision=1
 build_style=meson
-build_helper="gir"
+build_helper=gir
 configure_args="-Dintrospection=$(vopt_if gir enabled disabled)
- -Dgtk_doc=false -Ddocbook_docs=disabled"
+ -Dgtk_doc=false -Ddocbook_docs=disabled -Dtests=false"
 hostmakedepends="pkg-config glib-devel libxslt docbook-xsl-ns"
 makedepends="libglib-devel libpng-devel gdk-pixbuf-devel gtk+3-devel"
 short_desc="Desktop notification library"
@@ -13,10 +13,11 @@ maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/libnotify"
 changelog="https://gitlab.gnome.org/GNOME/libnotify/-/raw/master/NEWS"
-distfiles="https://gitlab.gnome.org/GNOME/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
-checksum=7c0b252edecbf08db50d775f9e720ecc03c742fb97c25f3966a8b7a4bedf8133
+distfiles="https://gitlab.gnome.org/GNOME/libnotify/-/archive/${version}/libnotify-${version}.tar.gz"
+checksum=84d6bbcd633ff10eed25226730c52220cd41e362bb183513e5b6a5d1b3c0c12f
+# https://gitlab.gnome.org/GNOME/libnotify/-/issues/30
+make_check=no
 
-# Package build options
 build_options="gir"
 build_options_default="gir"
 

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

* Re: [PR PATCH] [Updated] libnotify: update to 0.8.2.
  2023-03-23 14:48 [PR PATCH] libnotify: update to 0.8.2 mhmdanas
@ 2023-03-23 14:50 ` mhmdanas
  2023-03-24 10:46 ` motorto
  2023-03-28  3:02 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-03-23 14:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages libnotify-0.8.2
https://github.com/void-linux/void-packages/pull/42944

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

#### Testing the changes
- I tested the changes in this PR: **briefly**

@motorto

<!--
#### 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, (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/42944.patch is attached

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

From 12328553df7372a885fa45e25c64decac79ec806 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 23 Mar 2023 14:47:26 +0000
Subject: [PATCH] libnotify: update to 0.8.2.

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

diff --git a/srcpkgs/libnotify/template b/srcpkgs/libnotify/template
index 6cb6f74d6c7e..929149010915 100644
--- a/srcpkgs/libnotify/template
+++ b/srcpkgs/libnotify/template
@@ -1,11 +1,11 @@
 # Template file for 'libnotify'
 pkgname=libnotify
-version=0.8.1
+version=0.8.2
 revision=1
 build_style=meson
-build_helper="gir"
+build_helper=gir
 configure_args="-Dintrospection=$(vopt_if gir enabled disabled)
- -Dgtk_doc=false -Ddocbook_docs=disabled"
+ -Dgtk_doc=false -Ddocbook_docs=disabled -Dtests=false"
 hostmakedepends="pkg-config glib-devel libxslt docbook-xsl-ns"
 makedepends="libglib-devel libpng-devel gdk-pixbuf-devel gtk+3-devel"
 short_desc="Desktop notification library"
@@ -13,10 +13,11 @@ maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/libnotify"
 changelog="https://gitlab.gnome.org/GNOME/libnotify/-/raw/master/NEWS"
-distfiles="https://gitlab.gnome.org/GNOME/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
-checksum=7c0b252edecbf08db50d775f9e720ecc03c742fb97c25f3966a8b7a4bedf8133
+distfiles="https://gitlab.gnome.org/GNOME/libnotify/-/archive/${version}/libnotify-${version}.tar.gz"
+checksum=84d6bbcd633ff10eed25226730c52220cd41e362bb183513e5b6a5d1b3c0c12f
+# https://gitlab.gnome.org/GNOME/libnotify/-/issues/30
+make_check=no
 
-# Package build options
 build_options="gir"
 build_options_default="gir"
 

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

* Re: libnotify: update to 0.8.2.
  2023-03-23 14:48 [PR PATCH] libnotify: update to 0.8.2 mhmdanas
  2023-03-23 14:50 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-03-24 10:46 ` motorto
  2023-03-28  3:02 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: motorto @ 2023-03-24 10:46 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/42944#issuecomment-1482600950

Comment:
LGTM 

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

* Re: [PR PATCH] [Merged]: libnotify: update to 0.8.2.
  2023-03-23 14:48 [PR PATCH] libnotify: update to 0.8.2 mhmdanas
  2023-03-23 14:50 ` [PR PATCH] [Updated] " mhmdanas
  2023-03-24 10:46 ` motorto
@ 2023-03-28  3:02 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-03-28  3:02 UTC (permalink / raw)
  To: ml

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

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

libnotify: update to 0.8.2.
https://github.com/void-linux/void-packages/pull/42944

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

#### Testing the changes
- I tested the changes in this PR: **briefly**

@motorto

<!--
#### 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, (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:[~2023-03-28  3:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 14:48 [PR PATCH] libnotify: update to 0.8.2 mhmdanas
2023-03-23 14:50 ` [PR PATCH] [Updated] " mhmdanas
2023-03-24 10:46 ` motorto
2023-03-28  3:02 ` [PR PATCH] [Merged]: " classabbyamp

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