Github messages for voidlinux
 help / color / mirror / Atom feed
From: gch1p <gch1p@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] colord: add run script
Date: Thu, 17 Dec 2020 18:56:39 +0100	[thread overview]
Message-ID: <20201217175639.WuFXAa-jK8TMCswXvkZqIXcgVTdztn5jtPEIH_OnzTk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26875@inbox.vuxu.org>

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

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

https://github.com/gch1p/void-packages colord
https://github.com/void-linux/void-packages/pull/26875

colord: add run script


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

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

From cfd8d8dd1da30128beab6adc183c5e41d450c297 Mon Sep 17 00:00:00 2001
From: Evgeny Zinoviev <me@ch1p.io>
Date: Wed, 2 Dec 2020 00:44:52 +0300
Subject: [PATCH] colord: add run script

colord is a daemon so it needs a run script. I personally
use it for managing color profiles for my displays: Xfce has
color management support via colord + xiccd.
---
 srcpkgs/colord/files/colord/run | 2 ++
 srcpkgs/colord/template         | 6 +++++-
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100755 srcpkgs/colord/files/colord/run

diff --git a/srcpkgs/colord/files/colord/run b/srcpkgs/colord/files/colord/run
new file mode 100755
index 00000000000..5650cdaa888
--- /dev/null
+++ b/srcpkgs/colord/files/colord/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u colord /usr/libexec/colord 2>&1
diff --git a/srcpkgs/colord/template b/srcpkgs/colord/template
index 6e77160111a..24b19c33b9e 100644
--- a/srcpkgs/colord/template
+++ b/srcpkgs/colord/template
@@ -1,7 +1,7 @@
 # Template file for 'colord'
 pkgname=colord
 version=1.4.5
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 # man pages fail to generate
@@ -65,3 +65,7 @@ colord-devel_package() {
 		fi
 	}
 }
+
+post_install() {
+	vsv colord
+}

  parent reply	other threads:[~2020-12-17 17:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01 21:45 [PR PATCH] " gch1p
2020-12-12  7:04 ` ericonr
2020-12-17 16:38 ` [PR PATCH] [Updated] " gch1p
2020-12-17 16:38 ` gch1p
2020-12-17 16:43 ` Duncaen
2020-12-17 17:56 ` gch1p [this message]
2020-12-17 17:58 ` gch1p
2020-12-30  7:01 ` [PR PATCH] [Closed]: " the-maldridge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201217175639.WuFXAa-jK8TMCswXvkZqIXcgVTdztn5jtPEIH_OnzTk@z \
    --to=gch1p@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).