Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libgpiod-1.6.3
@ 2021-06-04 10:09 ruantu
  2021-06-08  7:24 ` [PR PATCH] [Updated] " ruantu
  2021-08-22  6:31 ` [PR PATCH] [Closed]: " ruantu
  0 siblings, 2 replies; 3+ messages in thread
From: ruantu @ 2021-06-04 10:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ruantu/void-packages new_package_libgpiod
https://github.com/void-linux/void-packages/pull/31282

New package: libgpiod-1.6.3
#### General
- [x] 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

<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

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

From a623d5490c1c4f38b98b745fdbc0b1ca499682f3 Mon Sep 17 00:00:00 2001
From: "yd.zhang" <yd.zhang@ilabservice.com>
Date: Fri, 4 Jun 2021 18:07:00 +0800
Subject: [PATCH] New package: libgpiod-1.6.3

---
 common/shlibs             |  1 +
 srcpkgs/libgpiod-devel    |  1 +
 srcpkgs/libgpiod-tools    |  1 +
 srcpkgs/libgpiod/template | 39 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 42 insertions(+)
 create mode 120000 srcpkgs/libgpiod-devel
 create mode 120000 srcpkgs/libgpiod-tools
 create mode 100644 srcpkgs/libgpiod/template

diff --git a/common/shlibs b/common/shlibs
index ba589537b1f3..c7de2f66b8e0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4007,3 +4007,4 @@ libbasu.so.0 basu-0.2.0_1
 libXcomp.so.3 nx-libs-3.5.99.24_1
 libXcompshad.so.3 nx-libs-3.5.99.24_1
 libNX_X11.so.6 nx-libs-3.5.99.24_1
+libgpiod.so.2 libgpiod-1.6.3_1
diff --git a/srcpkgs/libgpiod-devel b/srcpkgs/libgpiod-devel
new file mode 120000
index 000000000000..79aeec1f099c
--- /dev/null
+++ b/srcpkgs/libgpiod-devel
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod-tools b/srcpkgs/libgpiod-tools
new file mode 120000
index 000000000000..79aeec1f099c
--- /dev/null
+++ b/srcpkgs/libgpiod-tools
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 000000000000..183fed914cdd
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,39 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=1.6.3
+revision=1
+build_style=gnu-configure
+configure_args="--disable-static --enable-tools --disable-tests --disable-examples --disable-bindings-cxx --disable-bindings-python"
+hostmakedepends="automake autoconf-archive libtool pkg-config doxygen help2man"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="yd.zhang <yd.zhang@ilabservice.com>"
+license="GPL-2.0-or-later"
+homepage="https://git.kernel.org/pub/scm/libs/${pkgname}/${pkgname}.git"
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz"
+checksum=eb446070be1444fd7d32d32bbca53c2f3bbb0a21193db86198cf6050b7a28441
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}
+
+post_install() {
+	vlicense COPYING
+}
+
+libgpiod-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}-${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}
+
+libgpiod-tools_package() {
+	short_desc+=" - tools"
+	pkg_install() {
+		vmove usr/bin
+		vmove usr/share/
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: libgpiod-1.6.3
  2021-06-04 10:09 [PR PATCH] New package: libgpiod-1.6.3 ruantu
@ 2021-06-08  7:24 ` ruantu
  2021-08-22  6:31 ` [PR PATCH] [Closed]: " ruantu
  1 sibling, 0 replies; 3+ messages in thread
From: ruantu @ 2021-06-08  7:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ruantu/void-packages new_package_libgpiod
https://github.com/void-linux/void-packages/pull/31282

New package: libgpiod-1.6.3
#### General
- [x] 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

<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

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

From 85b3c03f73be097b0a34ae200a8a0afd73e1ac7d Mon Sep 17 00:00:00 2001
From: "yd.zhang" <yd.zhang@ilabservice.com>
Date: Fri, 4 Jun 2021 18:07:00 +0800
Subject: [PATCH] New package: libgpiod-1.6.3

---
 common/shlibs             |  1 +
 srcpkgs/libgpiod-devel    |  1 +
 srcpkgs/libgpiod-tools    |  1 +
 srcpkgs/libgpiod/template | 39 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 42 insertions(+)
 create mode 120000 srcpkgs/libgpiod-devel
 create mode 120000 srcpkgs/libgpiod-tools
 create mode 100644 srcpkgs/libgpiod/template

diff --git a/common/shlibs b/common/shlibs
index ba589537b1f3..c7de2f66b8e0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4007,3 +4007,4 @@ libbasu.so.0 basu-0.2.0_1
 libXcomp.so.3 nx-libs-3.5.99.24_1
 libXcompshad.so.3 nx-libs-3.5.99.24_1
 libNX_X11.so.6 nx-libs-3.5.99.24_1
+libgpiod.so.2 libgpiod-1.6.3_1
diff --git a/srcpkgs/libgpiod-devel b/srcpkgs/libgpiod-devel
new file mode 120000
index 000000000000..79aeec1f099c
--- /dev/null
+++ b/srcpkgs/libgpiod-devel
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod-tools b/srcpkgs/libgpiod-tools
new file mode 120000
index 000000000000..79aeec1f099c
--- /dev/null
+++ b/srcpkgs/libgpiod-tools
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 000000000000..a66faaea48b1
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,39 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=1.6.3
+revision=1
+build_style=gnu-configure
+configure_args="--disable-static --enable-tools --disable-tests --disable-bindings-cxx --disable-bindings-python"
+hostmakedepends="automake autoconf-archive libtool pkg-config help2man"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="yd.zhang <yd.zhang@ilabservice.com>"
+license="GPL-2.0-or-later"
+homepage="https://git.kernel.org/pub/scm/libs/${pkgname}/${pkgname}.git"
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz"
+checksum=eb446070be1444fd7d32d32bbca53c2f3bbb0a21193db86198cf6050b7a28441
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}
+
+post_install() {
+	vlicense COPYING
+}
+
+libgpiod-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}-${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}
+
+libgpiod-tools_package() {
+	short_desc+=" - tools"
+	pkg_install() {
+		vmove usr/bin
+		vmove usr/share/
+	}
+}

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

* Re: [PR PATCH] [Closed]: New package: libgpiod-1.6.3
  2021-06-04 10:09 [PR PATCH] New package: libgpiod-1.6.3 ruantu
  2021-06-08  7:24 ` [PR PATCH] [Updated] " ruantu
@ 2021-08-22  6:31 ` ruantu
  1 sibling, 0 replies; 3+ messages in thread
From: ruantu @ 2021-08-22  6:31 UTC (permalink / raw)
  To: ml

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

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

New package: libgpiod-1.6.3
https://github.com/void-linux/void-packages/pull/31282

Description:
#### General
- [x] 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

<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

end of thread, other threads:[~2021-08-22  6:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04 10:09 [PR PATCH] New package: libgpiod-1.6.3 ruantu
2021-06-08  7:24 ` [PR PATCH] [Updated] " ruantu
2021-08-22  6:31 ` [PR PATCH] [Closed]: " ruantu

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).