Github messages for voidlinux
 help / color / mirror / Atom feed
From: zhengqunkoo <zhengqunkoo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ddccontrol-0.4.4
Date: Tue, 29 Sep 2020 05:04:54 +0200	[thread overview]
Message-ID: <20200929030454.MYi4r56F-jkuwcNIQJkjmlYaToHjGnRKwmvsOKu4GRE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21147@inbox.vuxu.org>

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

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

https://github.com/zhengqunkoo/void-packages ddccontrol
https://github.com/void-linux/void-packages/pull/21147

New package: ddccontrol-0.4.4
Making of `gddccontrol` is disabled by `--disable-gnome`.

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

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

From 3b69e823352c0386351220696e9fcb9ed5e19484 Mon Sep 17 00:00:00 2001
From: zhengqunkoo <root@zhengqunkoo.com>
Date: Sat, 18 Apr 2020 18:29:49 +0800
Subject: [PATCH 1/3] New package: ddccontrol-db-20190825

---
 srcpkgs/ddccontrol-db/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/ddccontrol-db/template

diff --git a/srcpkgs/ddccontrol-db/template b/srcpkgs/ddccontrol-db/template
new file mode 100644
index 00000000000..3c8c1ad4a18
--- /dev/null
+++ b/srcpkgs/ddccontrol-db/template
@@ -0,0 +1,18 @@
+# Template file for 'ddccontrol-db'
+pkgname=ddccontrol-db
+version=20190825
+revision=1
+build_style=configure
+configure_args="--prefix=/usr"
+hostmakedepends="automake intltool libtool"
+makedepends="gettext-devel"
+short_desc="Database of monitor descriptors, used by ddccontrol"
+maintainer="zhengqunkoo <root@zhengqunkoo.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/ddccontrol/ddccontrol-db"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=e36a4eea37b35dfd03acb1fecd31fda686f1de17e0aab84a71df241b6df4d857
+
+pre_configure() {
+	./autogen.sh
+}

From 9048f12ecc3ef73dfa1cdf2385e73852277728b5 Mon Sep 17 00:00:00 2001
From: zhengqunkoo <root@zhengqunkoo.com>
Date: Sun, 19 Apr 2020 11:55:54 +0800
Subject: [PATCH 2/3] New package: ddccontrol-0.4.4

---
 common/shlibs               |  1 +
 srcpkgs/ddccontrol/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/ddccontrol/template

diff --git a/common/shlibs b/common/shlibs
index 2ea912f8354..461069b6698 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3960,3 +3960,4 @@ libvips-cpp.so.42 libvips-8.9.2_1
 libselinux.so.1 libselinux-3.0_1
 libsepol.so.1 libsepol-3.0_1
 libfrrcares.so.0 libfrr-7.3.1_1
+libddccontrol.so.0 ddccontrol-0.4.4_1
diff --git a/srcpkgs/ddccontrol/template b/srcpkgs/ddccontrol/template
new file mode 100644
index 00000000000..e3ba63a9373
--- /dev/null
+++ b/srcpkgs/ddccontrol/template
@@ -0,0 +1,19 @@
+# Template file for 'ddccontrol'
+pkgname=ddccontrol
+version=0.4.4
+revision=1
+build_style=configure
+configure_args="--disable-gnome --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib"
+hostmakedepends="automake intltool i2c-tools libtool tar"
+makedepends="gettext-devel libxml2-devel pciutils-devel"
+depends="ddccontrol-db"
+short_desc="Control monitor parameters, like brightness, contrast, RGB color levels"
+maintainer="zhengqunkoo <root@zhengqunkoo.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/ddccontrol/ddccontrol"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=aafbb16ac4f4edfe3fcc5feec1eb5729aaf86e3b0f31f9d707ba1406bb404817
+
+pre_configure() {
+	./autogen.sh
+}

From 293904a140f17896d7be5a61d8439f127655d1f7 Mon Sep 17 00:00:00 2001
From: zhengqunkoo <root@zhengqunkoo.com>
Date: Thu, 18 Jun 2020 20:24:07 +0800
Subject: [PATCH 3/3] Add gettext-devel to hostmakedepends

---
 srcpkgs/ddccontrol-db/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ddccontrol-db/template b/srcpkgs/ddccontrol-db/template
index 3c8c1ad4a18..062a1ec3fd1 100644
--- a/srcpkgs/ddccontrol-db/template
+++ b/srcpkgs/ddccontrol-db/template
@@ -4,7 +4,7 @@ version=20190825
 revision=1
 build_style=configure
 configure_args="--prefix=/usr"
-hostmakedepends="automake intltool libtool"
+hostmakedepends="automake intltool libtool gettext-devel"
 makedepends="gettext-devel"
 short_desc="Database of monitor descriptors, used by ddccontrol"
 maintainer="zhengqunkoo <root@zhengqunkoo.com>"

  parent reply	other threads:[~2020-09-29  3:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-19 11:58 [PR PATCH] " zhengqunkoo
2020-09-29  2:01 ` ericonr
2020-09-29  3:04 ` zhengqunkoo [this message]
2020-10-08  1:28 ` [PR PATCH] [Updated] " zhengqunkoo
2020-10-08  1:29 ` zhengqunkoo
2020-10-25 16:59 ` Duncaen
2020-10-25 17:00 ` Duncaen
2020-10-28  0:34 ` [PR PATCH] [Updated] " zhengqunkoo
2020-10-28  0:36 ` zhengqunkoo
2022-04-16  2:02 ` github-actions
2022-04-30  2:13 ` [PR PATCH] [Closed]: " github-actions

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=20200929030454.MYi4r56F-jkuwcNIQJkjmlYaToHjGnRKwmvsOKu4GRE@z \
    --to=zhengqunkoo@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).