Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-photos: run tests, install manpage
@ 2021-07-09 20:12 paper42
  2021-07-09 20:34 ` [PR PATCH] [Updated] " paper42
  2021-07-10  3:33 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: paper42 @ 2021-07-09 20:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome-photos-man
https://github.com/void-linux/void-packages/pull/31875

gnome-photos: run tests, install manpage
<!-- Mark items with [x] where applicable -->

#### 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31875.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-photos-man-31875.patch --]
[-- Type: text/x-diff, Size: 1457 bytes --]

From ee40390978fed3361794d36f7eaecb2188e9815d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 9 Jul 2021 22:09:08 +0200
Subject: [PATCH] gnome-photos: run tests, install manpage

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

diff --git a/srcpkgs/gnome-photos/template b/srcpkgs/gnome-photos/template
index db7c9a01d95a..b67096ff981b 100644
--- a/srcpkgs/gnome-photos/template
+++ b/srcpkgs/gnome-photos/template
@@ -1,11 +1,11 @@
 # Template file for 'gnome-photos'
 pkgname=gnome-photos
 version=40.0
-revision=2
+revision=3
 build_helper="gir"
 build_style=meson
-configure_args="-Ddogtail=false"
-hostmakedepends="pkg-config gettext itstool glib-devel gdk-pixbuf librsvg"
+configure_args="-Ddogtail=false -Dmanuals=true"
+hostmakedepends="pkg-config gettext itstool glib-devel gdk-pixbuf librsvg docbook-xsl"
 makedepends="gtk+3-devel babl-devel exempi-devel lcms2-devel
  gfbgraph-devel tracker3-devel libexif-devel librsvg-devel grilo-devel
  libgexiv2-devel gnome-online-accounts-devel gnome-desktop-devel libgdata-devel
@@ -17,7 +17,6 @@ license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Photos"
 distfiles="${GNOME_SITE}/gnome-photos/${version%.*}/gnome-photos-${version}.tar.xz"
 checksum=e02d73e138af8b2868b5cad7faa1bdd278aeade3b6c3c92836511a4e6f3af1af
-make_check=no # python3-dogtail not packaged
 
 build_options="gir"
 build_options_default="gir"

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

* Re: [PR PATCH] [Updated] gnome-photos: run tests, install manpage
  2021-07-09 20:12 [PR PATCH] gnome-photos: run tests, install manpage paper42
@ 2021-07-09 20:34 ` paper42
  2021-07-10  3:33 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2021-07-09 20:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome-photos-man
https://github.com/void-linux/void-packages/pull/31875

gnome-photos: run tests, install manpage
<!-- Mark items with [x] where applicable -->

#### 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31875.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-photos-man-31875.patch --]
[-- Type: text/x-diff, Size: 1465 bytes --]

From eb66517a43dcf87cccecba8180995557a5d86a6f Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 9 Jul 2021 22:09:08 +0200
Subject: [PATCH] gnome-photos: run tests, install manpage

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

diff --git a/srcpkgs/gnome-photos/template b/srcpkgs/gnome-photos/template
index db7c9a01d95a..5f03503be8c7 100644
--- a/srcpkgs/gnome-photos/template
+++ b/srcpkgs/gnome-photos/template
@@ -1,11 +1,11 @@
 # Template file for 'gnome-photos'
 pkgname=gnome-photos
 version=40.0
-revision=2
+revision=3
 build_helper="gir"
 build_style=meson
-configure_args="-Ddogtail=false"
-hostmakedepends="pkg-config gettext itstool glib-devel gdk-pixbuf librsvg"
+configure_args="-Ddogtail=false -Dmanuals=true"
+hostmakedepends="pkg-config gettext itstool glib-devel gdk-pixbuf librsvg docbook-xsl libxslt"
 makedepends="gtk+3-devel babl-devel exempi-devel lcms2-devel
  gfbgraph-devel tracker3-devel libexif-devel librsvg-devel grilo-devel
  libgexiv2-devel gnome-online-accounts-devel gnome-desktop-devel libgdata-devel
@@ -17,7 +17,6 @@ license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Photos"
 distfiles="${GNOME_SITE}/gnome-photos/${version%.*}/gnome-photos-${version}.tar.xz"
 checksum=e02d73e138af8b2868b5cad7faa1bdd278aeade3b6c3c92836511a4e6f3af1af
-make_check=no # python3-dogtail not packaged
 
 build_options="gir"
 build_options_default="gir"

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

* Re: [PR PATCH] [Merged]: gnome-photos: run tests, install manpage
  2021-07-09 20:12 [PR PATCH] gnome-photos: run tests, install manpage paper42
  2021-07-09 20:34 ` [PR PATCH] [Updated] " paper42
@ 2021-07-10  3:33 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-07-10  3:33 UTC (permalink / raw)
  To: ml

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

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

gnome-photos: run tests, install manpage
https://github.com/void-linux/void-packages/pull/31875

Description:
<!-- Mark items with [x] where applicable -->

#### 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 3+ messages in thread

end of thread, other threads:[~2021-07-10  3:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 20:12 [PR PATCH] gnome-photos: run tests, install manpage paper42
2021-07-09 20:34 ` [PR PATCH] [Updated] " paper42
2021-07-10  3:33 ` [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).