Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ddccontrol-db-20190825
@ 2020-04-19 11:58 zhengqunkoo
  2020-04-20 14:00 ` [PR PATCH] [Updated] " zhengqunkoo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zhengqunkoo @ 2020-04-19 11:58 UTC (permalink / raw)
  To: ml

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

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

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

New package: ddccontrol-db-20190825
Database for #21147

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

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

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

---
 srcpkgs/ddccontrol-db/template | 17 +++++++++++++++++
 1 file changed, 17 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..9e023679727
--- /dev/null
+++ b/srcpkgs/ddccontrol-db/template
@@ -0,0 +1,17 @@
+# Template file for 'ddccontrol-db'
+pkgname=ddccontrol-db
+version=20190825
+revision=1
+build_style=configure
+configure_args="--prefix=/usr"
+hostmakedepends="intltool"
+short_desc="Database of monitor descriptors, used by ddccontrol"
+maintainer="zhengqunkoo <root@zhengqunkoo.com>"
+license="GPL-2"
+homepage="https://github.com/ddccontrol/${pkgname}"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=e36a4eea37b35dfd03acb1fecd31fda686f1de17e0aab84a71df241b6df4d857
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: [PR PATCH] [Updated] New package: ddccontrol-db-20190825
  2020-04-19 11:58 [PR PATCH] New package: ddccontrol-db-20190825 zhengqunkoo
@ 2020-04-20 14:00 ` zhengqunkoo
  2020-09-29  2:02 ` [PR PATCH] [Closed]: " ericonr
  2020-09-29  2:02 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: zhengqunkoo @ 2020-04-20 14:00 UTC (permalink / raw)
  To: ml

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

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

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

New package: ddccontrol-db-20190825
Database for #21147

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

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

From 7db81b0f006e6b2b4b758494728c064a80ca974a Mon Sep 17 00:00:00 2001
From: zhengqunkoo <root@zhengqunkoo.com>
Date: Sat, 18 Apr 2020 18:29:49 +0800
Subject: [PATCH] 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..0359f0c1a33
--- /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/${pkgname}"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=e36a4eea37b35dfd03acb1fecd31fda686f1de17e0aab84a71df241b6df4d857
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: [PR PATCH] [Closed]: New package: ddccontrol-db-20190825
  2020-04-19 11:58 [PR PATCH] New package: ddccontrol-db-20190825 zhengqunkoo
  2020-04-20 14:00 ` [PR PATCH] [Updated] " zhengqunkoo
@ 2020-09-29  2:02 ` ericonr
  2020-09-29  2:02 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-09-29  2:02 UTC (permalink / raw)
  To: ml

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

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

New package: ddccontrol-db-20190825
https://github.com/void-linux/void-packages/pull/21148

Description:
Database for #21147

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

* Re: New package: ddccontrol-db-20190825
  2020-04-19 11:58 [PR PATCH] New package: ddccontrol-db-20190825 zhengqunkoo
  2020-04-20 14:00 ` [PR PATCH] [Updated] " zhengqunkoo
  2020-09-29  2:02 ` [PR PATCH] [Closed]: " ericonr
@ 2020-09-29  2:02 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-09-29  2:02 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/21148#issuecomment-700381339

Comment:
I'm closing this one  for #21147 

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

end of thread, other threads:[~2020-09-29  2:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19 11:58 [PR PATCH] New package: ddccontrol-db-20190825 zhengqunkoo
2020-04-20 14:00 ` [PR PATCH] [Updated] " zhengqunkoo
2020-09-29  2:02 ` [PR PATCH] [Closed]: " ericonr
2020-09-29  2:02 ` 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).