Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] colord: update to 1.4.6.
@ 2022-06-02 12:23 mhmdanas
  2022-06-11  5:17 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2022-06-02 12:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages colord-1.4.6
https://github.com/void-linux/void-packages/pull/37385

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

#### Testing the changes
- I tested the changes in this PR: **briefly** (just ran colormgr and confirmed it runs)

<!--
#### 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 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/37385.patch is attached

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

From 6c76e01bf434ff9387110c2faad01518e4926ad2 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 2 Jun 2022 15:24:52 +0300
Subject: [PATCH] colord: update to 1.4.6.

---
 .../patches/add-introspection-switch.patch    | 50 -------------------
 srcpkgs/colord/template                       | 12 ++---
 2 files changed, 6 insertions(+), 56 deletions(-)
 delete mode 100644 srcpkgs/colord/patches/add-introspection-switch.patch

diff --git a/srcpkgs/colord/patches/add-introspection-switch.patch b/srcpkgs/colord/patches/add-introspection-switch.patch
deleted file mode 100644
index 6a995c798593..000000000000
--- a/srcpkgs/colord/patches/add-introspection-switch.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-diff --git lib/colord/meson.build lib/colord/meson.build
-index 61f0518..9f7a246 100644
---- a/lib/colord/meson.build
-+++ b/lib/colord/meson.build
-@@ -146,6 +146,7 @@ pkgg.generate(
-   description : 'colord is a system daemon for managing color devices',
- )
- 
-+if get_option('introspection')
- libcolord_girtarget = gnome.generate_gir(colord,
-   sources : [
-     'cd-client.c',
-@@ -202,6 +203,7 @@ libcolord_girtarget = gnome.generate_gir(colord,
- )
- libcolord_gir = libcolord_girtarget[0]
- libcolord_typelib = libcolord_girtarget[1]
-+endif
- 
- if get_option('vapi')
- gnome.generate_vapi('colord',
-diff --git lib/colorhug/meson.build lib/colorhug/meson.build
-index 03aefb7..b6d2624 100644
---- a/lib/colorhug/meson.build
-+++ b/lib/colorhug/meson.build
-@@ -73,6 +73,7 @@ pkgg.generate(
-   description : 'ColorHug is a simple display hardware colorimeter',
- )
- 
-+if get_option('introspection')
- libcolorhug_gir = gnome.generate_gir(colorhug,
-   sources : [
-     'ch-common.c',
-@@ -107,6 +108,7 @@ libcolorhug_gir = gnome.generate_gir(colorhug,
-   ],
-   install : true
- )
-+endif
- 
- if get_option('tests')
-   testdatadir = join_paths(meson.source_root(), 'data', 'tests')
-diff --git meson_options.txt meson_options.txt
-index 52af113..6661e16 100644
---- a/meson_options.txt
-+++ b/meson_options.txt
-@@ -15,3 +15,4 @@ option('daemon_user', type : 'string', value : 'root', description : 'User for r
- option('pnp_ids', type : 'string', value : '', description : 'Location of pnp.ids if hwdb is not available')
- option('man', type : 'boolean', value : true, description : 'Generate man pages')
- option('docs', type : 'boolean', value : true, description : 'Generate documentation')
-+option('introspection', type : 'boolean', value : true, description : 'Generation gobject-introspection related files')
-
diff --git a/srcpkgs/colord/template b/srcpkgs/colord/template
index 98739d4802bf..fc57c727ec0c 100644
--- a/srcpkgs/colord/template
+++ b/srcpkgs/colord/template
@@ -1,14 +1,14 @@
 # Template file for 'colord'
 pkgname=colord
-version=1.4.5
-revision=2
+version=1.4.6
+revision=1
 build_style=meson
 build_helper="gir"
-# man pages fail to generate
-configure_args="-Dsystemd=false -Dsane=true -Dargyllcms_sensor=false -Dman=false
+configure_args="-Dsystemd=false -Dsane=true -Dargyllcms_sensor=false
  -Ddaemon_user=colord -Ddocs=false $(vopt_bool gir introspection)
  $(vopt_bool vala vapi)"
-hostmakedepends="gettext glib-devel pkg-config $(vopt_if vala vala)"
+hostmakedepends="docbook-xsl-ns gettext glib-devel libxslt pkg-config
+ $(vopt_if vala vala)"
 makedepends="bash-completion lcms2-devel libgudev-devel libgusb-devel
  polkit-devel sane-devel sqlite-devel"
 short_desc="System daemon for managing color devices"
@@ -16,7 +16,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.freedesktop.org/software/colord"
 distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
-checksum=b774ea443d239f4a2ee1853bd678426e669ddeda413dcb71cea1638c4d6c5e17
+checksum=7407631a27bfe5d1b672e7ae42777001c105d860b7b7392283c8c6300de88e6f
 
 system_accounts="colord"
 colord_homedir="/var/lib/colord"

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

* Re: [PR PATCH] [Merged]: colord: update to 1.4.6.
  2022-06-02 12:23 [PR PATCH] colord: update to 1.4.6 mhmdanas
@ 2022-06-11  5:17 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2022-06-11  5:17 UTC (permalink / raw)
  To: ml

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

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

colord: update to 1.4.6.
https://github.com/void-linux/void-packages/pull/37385

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

#### Testing the changes
- I tested the changes in this PR: **briefly** (just ran colormgr and confirmed it runs okay, but I didn't test the command's actual functionality since I have nothing to do that with)

<!--
#### 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 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] 2+ messages in thread

end of thread, other threads:[~2022-06-11  5:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-02 12:23 [PR PATCH] colord: update to 1.4.6 mhmdanas
2022-06-11  5:17 ` [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).