Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: power-profiles-daemon-0.10.1
@ 2022-02-11  8:36 oreo639
  2022-02-11  8:41 ` [PR PATCH] [Updated] " oreo639
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: oreo639 @ 2022-02-11  8:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 926bfd058b4d33f9d4b363d97d20cc722b94fcc6 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Thu, 10 Feb 2022 22:35:22 -0800
Subject: [PATCH 1/2] New package: power-profiles-daemon-0.10.1

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..a5ad7178c533
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,19 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.10.1
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=false"
+hostmakedepends="pkg-config glib-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+checkdepends="libxml2 python3-dbusmock umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=dcba27018b573d69d34731b5454f6cdd6ec586d4ab18f923b45093a2c2af575f
+
+post_install() {
+	vsv power-profiles-daemon
+}

From 03f4695dae624700505a1495c8ea022eb4d59eac Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 2/2] New package: umockdev-0.17.6_1

---
 common/shlibs             |  1 +
 srcpkgs/libumockdev       |  1 +
 srcpkgs/libumockdev-devel |  1 +
 srcpkgs/umockdev-devel    |  1 +
 srcpkgs/umockdev/template | 40 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 44 insertions(+)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index 39137dbe048f..82ab7ff2f203 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -213,6 +213,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..7956a5eb0c78
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,40 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.6
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel gobject-introspection"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=5fad33377a2b1d4f2539f45509f6c74ddae578ac41ec82c2206bd74992dda129
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision} gobject-introspection"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/UMockdev-1.0.gir
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.10.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
@ 2022-02-11  8:41 ` oreo639
  2022-02-11  8:44 ` oreo639
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-02-11  8:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 926bfd058b4d33f9d4b363d97d20cc722b94fcc6 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Thu, 10 Feb 2022 22:35:22 -0800
Subject: [PATCH 1/2] New package: power-profiles-daemon-0.10.1

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..a5ad7178c533
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,19 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.10.1
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=false"
+hostmakedepends="pkg-config glib-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+checkdepends="libxml2 python3-dbusmock umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=dcba27018b573d69d34731b5454f6cdd6ec586d4ab18f923b45093a2c2af575f
+
+post_install() {
+	vsv power-profiles-daemon
+}

From e05d81a0b0ddea072f0c4ad144f8134018d23b95 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 2/2] New package: umockdev-0.17.6_1

---
 common/shlibs             |  1 +
 srcpkgs/libumockdev       |  1 +
 srcpkgs/libumockdev-devel |  1 +
 srcpkgs/umockdev-devel    |  1 +
 srcpkgs/umockdev/template | 40 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 44 insertions(+)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index 39137dbe048f..82ab7ff2f203 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -213,6 +213,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..0a3ff87742fd
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,40 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.6
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala gobject-introspection"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=5fad33377a2b1d4f2539f45509f6c74ddae578ac41ec82c2206bd74992dda129
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision} gobject-introspection"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/UMockdev-1.0.gir
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.10.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
  2022-02-11  8:41 ` [PR PATCH] [Updated] " oreo639
@ 2022-02-11  8:44 ` oreo639
  2022-02-11  8:49 ` oreo639
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-02-11  8:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 926bfd058b4d33f9d4b363d97d20cc722b94fcc6 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Thu, 10 Feb 2022 22:35:22 -0800
Subject: [PATCH 1/2] New package: power-profiles-daemon-0.10.1

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..a5ad7178c533
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,19 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.10.1
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=false"
+hostmakedepends="pkg-config glib-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+checkdepends="libxml2 python3-dbusmock umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=dcba27018b573d69d34731b5454f6cdd6ec586d4ab18f923b45093a2c2af575f
+
+post_install() {
+	vsv power-profiles-daemon
+}

From 4027924b795f89092471df135d24b9c4f4423aab Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 2/2] New package: umockdev-0.17.6_1

---
 common/shlibs             |  1 +
 srcpkgs/libumockdev       |  1 +
 srcpkgs/libumockdev-devel |  1 +
 srcpkgs/umockdev-devel    |  1 +
 srcpkgs/umockdev/template | 40 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 44 insertions(+)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index 39137dbe048f..82ab7ff2f203 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -213,6 +213,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..0f3bd192f443
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,40 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.6
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala gobject-introspection"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=5fad33377a2b1d4f2539f45509f6c74ddae578ac41ec82c2206bd74992dda129
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/UMockdev-1.0.gir
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.10.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
  2022-02-11  8:41 ` [PR PATCH] [Updated] " oreo639
  2022-02-11  8:44 ` oreo639
@ 2022-02-11  8:49 ` oreo639
  2022-02-11  8:56 ` oreo639
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-02-11  8:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 926bfd058b4d33f9d4b363d97d20cc722b94fcc6 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Thu, 10 Feb 2022 22:35:22 -0800
Subject: [PATCH 1/2] New package: power-profiles-daemon-0.10.1

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..a5ad7178c533
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,19 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.10.1
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=false"
+hostmakedepends="pkg-config glib-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+checkdepends="libxml2 python3-dbusmock umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=dcba27018b573d69d34731b5454f6cdd6ec586d4ab18f923b45093a2c2af575f
+
+post_install() {
+	vsv power-profiles-daemon
+}

From 601c77a6c99c92d4e2823ee0490526a34897af75 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 2/2] New package: umockdev-0.17.6_1

---
 common/shlibs             |  1 +
 srcpkgs/libumockdev       |  1 +
 srcpkgs/libumockdev-devel |  1 +
 srcpkgs/umockdev-devel    |  1 +
 srcpkgs/umockdev/template | 40 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 44 insertions(+)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index 39137dbe048f..82ab7ff2f203 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -213,6 +213,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..cb652b17eecd
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,40 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.6
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala gobject-introspection"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel gobject-introspection"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=5fad33377a2b1d4f2539f45509f6c74ddae578ac41ec82c2206bd74992dda129
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/UMockdev-1.0.gir
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.10.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (2 preceding siblings ...)
  2022-02-11  8:49 ` oreo639
@ 2022-02-11  8:56 ` oreo639
  2022-02-11  8:57 ` oreo639
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-02-11  8:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 926bfd058b4d33f9d4b363d97d20cc722b94fcc6 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Thu, 10 Feb 2022 22:35:22 -0800
Subject: [PATCH 1/2] New package: power-profiles-daemon-0.10.1

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..a5ad7178c533
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,19 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.10.1
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=false"
+hostmakedepends="pkg-config glib-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+checkdepends="libxml2 python3-dbusmock umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=dcba27018b573d69d34731b5454f6cdd6ec586d4ab18f923b45093a2c2af575f
+
+post_install() {
+	vsv power-profiles-daemon
+}

From c2238ded96499258482699333ca0ab6aefb20b80 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 2/2] New package: umockdev-0.17.6_1

---
 common/shlibs             |  1 +
 srcpkgs/libumockdev       |  1 +
 srcpkgs/libumockdev-devel |  1 +
 srcpkgs/umockdev-devel    |  1 +
 srcpkgs/umockdev/template | 44 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 48 insertions(+)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index 39137dbe048f..82ab7ff2f203 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -213,6 +213,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..9cdd3bf031cb
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,44 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.6
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala gobject-introspection"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel gobject-introspection"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=5fad33377a2b1d4f2539f45509f6c74ddae578ac41ec82c2206bd74992dda129
+
+if [ -z "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qemu-user-static"
+fi
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/UMockdev-1.0.gir
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.10.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (3 preceding siblings ...)
  2022-02-11  8:56 ` oreo639
@ 2022-02-11  8:57 ` oreo639
  2022-02-11  9:02 ` oreo639
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-02-11  8:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 926bfd058b4d33f9d4b363d97d20cc722b94fcc6 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Thu, 10 Feb 2022 22:35:22 -0800
Subject: [PATCH 1/2] New package: power-profiles-daemon-0.10.1

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..a5ad7178c533
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,19 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.10.1
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=false"
+hostmakedepends="pkg-config glib-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+checkdepends="libxml2 python3-dbusmock umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=dcba27018b573d69d34731b5454f6cdd6ec586d4ab18f923b45093a2c2af575f
+
+post_install() {
+	vsv power-profiles-daemon
+}

From e2fc0cb6446137aa0d66b10d50ccd8787b55d7a6 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 2/2] New package: umockdev-0.17.6_1

---
 common/shlibs             |  1 +
 srcpkgs/libumockdev       |  1 +
 srcpkgs/libumockdev-devel |  1 +
 srcpkgs/umockdev-devel    |  1 +
 srcpkgs/umockdev/template | 44 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 48 insertions(+)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index 39137dbe048f..82ab7ff2f203 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -213,6 +213,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..dcd809701058
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,44 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.6
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel gobject-introspection"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=5fad33377a2b1d4f2539f45509f6c74ddae578ac41ec82c2206bd74992dda129
+
+if [ -z "$CROSS_BUILD" ]; then
+	hostmakedepends+=" gobject-introspection qemu-user-static"
+fi
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/UMockdev-1.0.gir
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.10.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (4 preceding siblings ...)
  2022-02-11  8:57 ` oreo639
@ 2022-02-11  9:02 ` oreo639
  2022-02-11 21:02 ` oreo639
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-02-11  9:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 926bfd058b4d33f9d4b363d97d20cc722b94fcc6 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Thu, 10 Feb 2022 22:35:22 -0800
Subject: [PATCH 1/2] New package: power-profiles-daemon-0.10.1

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..a5ad7178c533
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,19 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.10.1
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=false"
+hostmakedepends="pkg-config glib-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+checkdepends="libxml2 python3-dbusmock umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=dcba27018b573d69d34731b5454f6cdd6ec586d4ab18f923b45093a2c2af575f
+
+post_install() {
+	vsv power-profiles-daemon
+}

From 20c9b37d7ed2f6105fa3b5b856117cf55bc0f0da Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 2/2] New package: umockdev-0.17.6_1

---
 common/shlibs             |  1 +
 srcpkgs/libumockdev       |  1 +
 srcpkgs/libumockdev-devel |  1 +
 srcpkgs/umockdev-devel    |  1 +
 srcpkgs/umockdev/template | 44 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 48 insertions(+)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index 39137dbe048f..82ab7ff2f203 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -213,6 +213,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..5572efbbc032
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,44 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.6
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel gobject-introspection"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=5fad33377a2b1d4f2539f45509f6c74ddae578ac41ec82c2206bd74992dda129
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" gobject-introspection qemu-user-static"
+fi
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/UMockdev-1.0.gir
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.10.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (5 preceding siblings ...)
  2022-02-11  9:02 ` oreo639
@ 2022-02-11 21:02 ` oreo639
  2022-03-23  0:59 ` oreo639
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-02-11 21:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 926bfd058b4d33f9d4b363d97d20cc722b94fcc6 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Thu, 10 Feb 2022 22:35:22 -0800
Subject: [PATCH 1/2] New package: power-profiles-daemon-0.10.1

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..a5ad7178c533
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,19 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.10.1
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=false"
+hostmakedepends="pkg-config glib-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+checkdepends="libxml2 python3-dbusmock umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=dcba27018b573d69d34731b5454f6cdd6ec586d4ab18f923b45093a2c2af575f
+
+post_install() {
+	vsv power-profiles-daemon
+}

From 4bf257fe0004e678785c3474831013495be6988c Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 2/2] New package: umockdev-0.17.6_1

---
 common/shlibs             |  1 +
 srcpkgs/libumockdev       |  1 +
 srcpkgs/libumockdev-devel |  1 +
 srcpkgs/umockdev-devel    |  1 +
 srcpkgs/umockdev/template | 44 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 48 insertions(+)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index 39137dbe048f..82ab7ff2f203 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -213,6 +213,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..4d2a37b2e452
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,44 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.6
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel gobject-introspection"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=5fad33377a2b1d4f2539f45509f6c74ddae578ac41ec82c2206bd74992dda129
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" gobject-introspection qemu-user-static"
+fi
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.10.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (6 preceding siblings ...)
  2022-02-11 21:02 ` oreo639
@ 2022-03-23  0:59 ` oreo639
  2022-03-23  1:00 ` oreo639
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-03-23  0:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 926bfd058b4d33f9d4b363d97d20cc722b94fcc6 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Thu, 10 Feb 2022 22:35:22 -0800
Subject: [PATCH 1/2] New package: power-profiles-daemon-0.10.1

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..a5ad7178c533
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,19 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.10.1
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=false"
+hostmakedepends="pkg-config glib-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+checkdepends="libxml2 python3-dbusmock umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=dcba27018b573d69d34731b5454f6cdd6ec586d4ab18f923b45093a2c2af575f
+
+post_install() {
+	vsv power-profiles-daemon
+}

From e043dd53f448d5480ee7bdea2af3b05955b12c6b Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 2/2] New package: umockdev-0.17.6_1

---
 common/shlibs                          |  1 +
 srcpkgs/libumockdev                    |  1 +
 srcpkgs/libumockdev-devel              |  1 +
 srcpkgs/power-profiles-daemon/template |  3 +-
 srcpkgs/umockdev-devel                 |  1 +
 srcpkgs/umockdev/template              | 44 ++++++++++++++++++++++++++
 6 files changed, 50 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index 39137dbe048f..82ab7ff2f203 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -213,6 +213,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
index a5ad7178c533..0e42d7a4798c 100644
--- a/srcpkgs/power-profiles-daemon/template
+++ b/srcpkgs/power-profiles-daemon/template
@@ -3,7 +3,7 @@ pkgname=power-profiles-daemon
 version=0.10.1
 revision=1
 build_style=meson
-configure_args="-Dsystemdsystemunitdir=false"
+configure_args="-Dsystemdsystemunitdir=/tmp"
 hostmakedepends="pkg-config glib-devel"
 makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
 checkdepends="libxml2 python3-dbusmock umockdev-devel"
@@ -16,4 +16,5 @@ checksum=dcba27018b573d69d34731b5454f6cdd6ec586d4ab18f923b45093a2c2af575f
 
 post_install() {
 	vsv power-profiles-daemon
+	rm -rf ${DESTDIR}/tmp
 }
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..4d2a37b2e452
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,44 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.6
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel gobject-introspection"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=5fad33377a2b1d4f2539f45509f6c74ddae578ac41ec82c2206bd74992dda129
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" gobject-introspection qemu-user-static"
+fi
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.10.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (7 preceding siblings ...)
  2022-03-23  0:59 ` oreo639
@ 2022-03-23  1:00 ` oreo639
  2022-06-23  2:15 ` github-actions
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-03-23  1:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 58b73080ef8e6ea8b0d6063e04d011bd9bc994f7 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Thu, 10 Feb 2022 22:35:22 -0800
Subject: [PATCH 1/2] New package: power-profiles-daemon-0.10.1

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 20 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..0e42d7a4798c
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,20 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.10.1
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=/tmp"
+hostmakedepends="pkg-config glib-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+checkdepends="libxml2 python3-dbusmock umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=dcba27018b573d69d34731b5454f6cdd6ec586d4ab18f923b45093a2c2af575f
+
+post_install() {
+	vsv power-profiles-daemon
+	rm -rf ${DESTDIR}/tmp
+}

From 32e8b219d27f19fd28e4c09dea1ad6c24bd7dcd4 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 2/2] New package: umockdev-0.17.6_1

---
 common/shlibs             |  1 +
 srcpkgs/libumockdev       |  1 +
 srcpkgs/libumockdev-devel |  1 +
 srcpkgs/umockdev-devel    |  1 +
 srcpkgs/umockdev/template | 44 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 48 insertions(+)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index 39137dbe048f..82ab7ff2f203 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -213,6 +213,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..4d2a37b2e452
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,44 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.6
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel gobject-introspection"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=5fad33377a2b1d4f2539f45509f6c74ddae578ac41ec82c2206bd74992dda129
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" gobject-introspection qemu-user-static"
+fi
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

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

* Re: New package: power-profiles-daemon-0.10.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (8 preceding siblings ...)
  2022-03-23  1:00 ` oreo639
@ 2022-06-23  2:15 ` github-actions
  2022-06-23  2:35 ` [PR PATCH] [Updated] " oreo639
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: github-actions @ 2022-06-23  2:15 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/35527#issuecomment-1163847420

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.10.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (9 preceding siblings ...)
  2022-06-23  2:15 ` github-actions
@ 2022-06-23  2:35 ` oreo639
  2022-06-23  2:49 ` oreo639
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-06-23  2:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 3303c9227a038c7b07a890375e9e9936fbafd767 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Thu, 10 Feb 2022 22:35:22 -0800
Subject: [PATCH 1/2] New package: power-profiles-daemon-0.10.1

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 20 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..0e42d7a4798c
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,20 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.10.1
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=/tmp"
+hostmakedepends="pkg-config glib-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+checkdepends="libxml2 python3-dbusmock umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=dcba27018b573d69d34731b5454f6cdd6ec586d4ab18f923b45093a2c2af575f
+
+post_install() {
+	vsv power-profiles-daemon
+	rm -rf ${DESTDIR}/tmp
+}

From b24e17a67664d6abee8f1e6a2646bbd11a03d97e Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 2/2] New package: umockdev-0.17.6_1

---
 common/shlibs             |  1 +
 srcpkgs/libumockdev       |  1 +
 srcpkgs/libumockdev-devel |  1 +
 srcpkgs/umockdev-devel    |  1 +
 srcpkgs/umockdev/template | 44 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 48 insertions(+)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index 91d4514ed285..117af64c7dd6 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -217,6 +217,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..4d2a37b2e452
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,44 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.6
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel gobject-introspection"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=5fad33377a2b1d4f2539f45509f6c74ddae578ac41ec82c2206bd74992dda129
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" gobject-introspection qemu-user-static"
+fi
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.10.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (10 preceding siblings ...)
  2022-06-23  2:35 ` [PR PATCH] [Updated] " oreo639
@ 2022-06-23  2:49 ` oreo639
  2022-06-24  0:20 ` oreo639
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-06-23  2:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 813303ac103450642f0f8671dd6035a1cf7004e6 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Thu, 10 Feb 2022 22:35:22 -0800
Subject: [PATCH 1/2] New package: power-profiles-daemon-0.11.1

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 20 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..64a37fda38c1
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,20 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.11.1
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=/tmp"
+hostmakedepends="pkg-config glib-devel python3"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel
+ python3-dbusmock libxml2 umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=e8223c36eeccfff6cc370af92416b21cee5240aab0745b721a5649fa8231e42b
+
+post_install() {
+	vsv power-profiles-daemon
+	rm -rf ${DESTDIR}/tmp
+}

From 56b34d4146adf61555cd850d49772603c16c38a9 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 2/2] New package: umockdev-0.17.13

---
 common/shlibs             |  1 +
 srcpkgs/libumockdev       |  1 +
 srcpkgs/libumockdev-devel |  1 +
 srcpkgs/umockdev-devel    |  1 +
 srcpkgs/umockdev/template | 44 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 48 insertions(+)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index 91d4514ed285..117af64c7dd6 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -217,6 +217,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..7dc2f5126958
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,44 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.13
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel gobject-introspection"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=6c6ebf6e6209b6a49746e0d91a448d027b54271bab82ed70a132ecf294ca13cf
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" gobject-introspection qemu-user-static"
+fi
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.10.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (11 preceding siblings ...)
  2022-06-23  2:49 ` oreo639
@ 2022-06-24  0:20 ` oreo639
  2022-06-24 22:28 ` New package: power-profiles-daemon-0.11.1 cinerea0
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-06-24  0:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 04a710546557830e2a8271fc94b497e6d3396733 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Thu, 10 Feb 2022 22:35:22 -0800
Subject: [PATCH 1/2] New package: power-profiles-daemon-0.11.1

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 20 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..4bd79299f669
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,20 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.11.1
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=/tmp"
+hostmakedepends="pkg-config glib-devel python3 python3-dbusmock
+ umockdev-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=e8223c36eeccfff6cc370af92416b21cee5240aab0745b721a5649fa8231e42b
+
+post_install() {
+	vsv power-profiles-daemon
+	rm -rf ${DESTDIR}/tmp
+}

From 3c30e24f1ae448f1b6422d879dbecfb665449c36 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 2/2] New package: umockdev-0.17.13

---
 common/shlibs             |  1 +
 srcpkgs/libumockdev       |  1 +
 srcpkgs/libumockdev-devel |  1 +
 srcpkgs/umockdev-devel    |  1 +
 srcpkgs/umockdev/template | 44 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 48 insertions(+)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index 91d4514ed285..117af64c7dd6 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -217,6 +217,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..7dc2f5126958
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,44 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.13
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel gobject-introspection"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=6c6ebf6e6209b6a49746e0d91a448d027b54271bab82ed70a132ecf294ca13cf
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" gobject-introspection qemu-user-static"
+fi
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

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

* Re: New package: power-profiles-daemon-0.11.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (12 preceding siblings ...)
  2022-06-24  0:20 ` oreo639
@ 2022-06-24 22:28 ` cinerea0
  2022-07-18 16:33 ` [PR PATCH] [Updated] " oreo639
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: cinerea0 @ 2022-06-24 22:28 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/35527#issuecomment-1165990764

Comment:
I think you need to make a comment to get rid of the stale label.

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.11.1
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (13 preceding siblings ...)
  2022-06-24 22:28 ` New package: power-profiles-daemon-0.11.1 cinerea0
@ 2022-07-18 16:33 ` oreo639
  2022-07-25  2:22 ` [PR PATCH] [Updated] New package: power-profiles-daemon-0.12 oreo639
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-07-18 16:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.11.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES** (It's an optional dependency for GNOME)

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 3c2036e1ba8d500b97922b09b67ab03bebc64055 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Thu, 10 Feb 2022 22:35:22 -0800
Subject: [PATCH 1/2] New package: power-profiles-daemon-0.12

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 20 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..c8993843a1ee
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,20 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.12
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system/
+ -Dtests=true"
+hostmakedepends="pkg-config glib-devel python3 python3-dbusmock
+ umockdev-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=4c01dc51cd734403af868cff2d13923c83076c477d7f02c601f3a5127dd82a18
+
+post_install() {
+	vsv power-profiles-daemon
+}

From ff848dd29d108c468818db4b2123d269bc4fa11d Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 2/2] New package: umockdev-0.17.13

---
 common/shlibs             |  1 +
 srcpkgs/libumockdev       |  1 +
 srcpkgs/libumockdev-devel |  1 +
 srcpkgs/umockdev-devel    |  1 +
 srcpkgs/umockdev/template | 44 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 48 insertions(+)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index c0b708dd7a3d..797fd64272cf 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -217,6 +217,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..7dc2f5126958
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,44 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.13
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel gobject-introspection"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=6c6ebf6e6209b6a49746e0d91a448d027b54271bab82ed70a132ecf294ca13cf
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" gobject-introspection qemu-user-static"
+fi
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.12
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (14 preceding siblings ...)
  2022-07-18 16:33 ` [PR PATCH] [Updated] " oreo639
@ 2022-07-25  2:22 ` oreo639
  2022-09-10  8:17 ` oreo639
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-07-25  2:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.12
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES** (It's an optional dependency for GNOME)

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 9d9a417820474c9152f714764f108378f95ec943 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 11 Feb 2022 00:34:11 -0800
Subject: [PATCH 1/2] New package: umockdev-0.17.13

---
 common/shlibs             |  1 +
 srcpkgs/libumockdev       |  1 +
 srcpkgs/libumockdev-devel |  1 +
 srcpkgs/umockdev-devel    |  1 +
 srcpkgs/umockdev/template | 44 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 48 insertions(+)
 create mode 120000 srcpkgs/libumockdev
 create mode 120000 srcpkgs/libumockdev-devel
 create mode 120000 srcpkgs/umockdev-devel
 create mode 100644 srcpkgs/umockdev/template

diff --git a/common/shlibs b/common/shlibs
index c3dd63f542db..ebc269f296b8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -217,6 +217,7 @@ libgirepository-everything-1.0.so libgirepository-1.30_1
 libgirepository-1.0.so.1 libgirepository-1.30_1
 libudev.so.1 eudev-libudev-1.6_1
 libgudev-1.0.so.0 libgudev-230_1
+libumockdev.so.0 libumockdev-0.17.6_1
 libext2fs.so.2 e2fsprogs-libs-1.41.5_1
 libcom_err.so.2 e2fsprogs-libs-1.41.5_1
 libe2p.so.2 e2fsprogs-libs-1.41.5_1
diff --git a/srcpkgs/libumockdev b/srcpkgs/libumockdev
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/libumockdev-devel b/srcpkgs/libumockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/libumockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev-devel b/srcpkgs/umockdev-devel
new file mode 120000
index 000000000000..6ea0730d6c1c
--- /dev/null
+++ b/srcpkgs/umockdev-devel
@@ -0,0 +1 @@
+umockdev
\ No newline at end of file
diff --git a/srcpkgs/umockdev/template b/srcpkgs/umockdev/template
new file mode 100644
index 000000000000..7dc2f5126958
--- /dev/null
+++ b/srcpkgs/umockdev/template
@@ -0,0 +1,44 @@
+# Template file for 'umockdev'
+pkgname=umockdev
+version=0.17.13
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala"
+makedepends="vala-devel eudev-libudev-devel libpcap-devel gobject-introspection"
+checkdepends="eudev which gphoto2 libgudev-devel python3-gobject usbutils xz"
+short_desc="Mock hardware devices for creating unit tests and bug reporting"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/martinpitt/umockdev"
+distfiles="https://github.com/martinpitt/umockdev/releases/download/${version}/umockdev-${version}.tar.xz"
+checksum=6c6ebf6e6209b6a49746e0d91a448d027b54271bab82ed70a132ecf294ca13cf
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" gobject-introspection qemu-user-static"
+fi
+
+umockdev-devel_package() {
+	depends="umockdev>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove /usr/share/gir-1.0/
+		vmove /usr/share/vala/vapi/
+	}
+}
+
+libumockdev_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove /usr/lib/*.so.*
+	}
+}
+
+libumockdev-devel_package() {
+	depends="libumockdev>=${version}_${revision}"
+	short_desc+=" - library development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove /usr/lib/*.so
+	}
+}

From b5195c1934571ccc5f7554eb77b5aa2ce6766101 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Sun, 24 Jul 2022 19:18:53 -0700
Subject: [PATCH 2/2] New package: power-profiles-daemon-0.12.

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 23 +++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..05f650c5a30a
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,23 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.12
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system/"
+hostmakedepends="pkg-config glib-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+checkdepends="python3-dbusmock umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=4c01dc51cd734403af868cff2d13923c83076c477d7f02c601f3a5127dd82a18
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+configure_args+=" -Dtests=true"
+fi
+
+post_install() {
+	vsv power-profiles-daemon
+}

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.12
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (15 preceding siblings ...)
  2022-07-25  2:22 ` [PR PATCH] [Updated] New package: power-profiles-daemon-0.12 oreo639
@ 2022-09-10  8:17 ` oreo639
  2022-09-10 10:31 ` [PR REVIEW] " paper42
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-09-10  8:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.12
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Depends: https://github.com/void-linux/void-packages/pull/38258

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES** (It's an optional dependency for GNOME)

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From c769b4827906392d320454febaae9874bffc6828 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Sun, 24 Jul 2022 19:18:53 -0700
Subject: [PATCH] New package: power-profiles-daemon-0.12.

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 23 +++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..05f650c5a30a
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,23 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.12
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system/"
+hostmakedepends="pkg-config glib-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+checkdepends="python3-dbusmock umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=4c01dc51cd734403af868cff2d13923c83076c477d7f02c601f3a5127dd82a18
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+configure_args+=" -Dtests=true"
+fi
+
+post_install() {
+	vsv power-profiles-daemon
+}

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

* Re: [PR REVIEW] New package: power-profiles-daemon-0.12
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (16 preceding siblings ...)
  2022-09-10  8:17 ` oreo639
@ 2022-09-10 10:31 ` paper42
  2022-09-10 16:51 ` [PR PATCH] [Updated] " oreo639
  2022-09-10 19:10 ` [PR PATCH] [Merged]: " paper42
  19 siblings, 0 replies; 21+ messages in thread
From: paper42 @ 2022-09-10 10:31 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35527#discussion_r967632372

Comment:
indent

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

* Re: [PR PATCH] [Updated] New package: power-profiles-daemon-0.12
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (17 preceding siblings ...)
  2022-09-10 10:31 ` [PR REVIEW] " paper42
@ 2022-09-10 16:51 ` oreo639
  2022-09-10 19:10 ` [PR PATCH] [Merged]: " paper42
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2022-09-10 16:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages ppd
https://github.com/void-linux/void-packages/pull/35527

New package: power-profiles-daemon-0.12
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Depends: https://github.com/void-linux/void-packages/pull/38258

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES** (It's an optional dependency for GNOME)

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35527.patch is attached

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

From 7b1c4c8a886ac4401a9c56a4908f853752e85328 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Sun, 24 Jul 2022 19:18:53 -0700
Subject: [PATCH] New package: power-profiles-daemon-0.12.

---
 .../files/power-profiles-daemon/run           |  2 ++
 srcpkgs/power-profiles-daemon/template        | 23 +++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
 create mode 100644 srcpkgs/power-profiles-daemon/template

diff --git a/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
new file mode 100644
index 000000000000..d34cc6b20a29
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/files/power-profiles-daemon/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/libexec/power-profiles-daemon
diff --git a/srcpkgs/power-profiles-daemon/template b/srcpkgs/power-profiles-daemon/template
new file mode 100644
index 000000000000..07dc66d6818d
--- /dev/null
+++ b/srcpkgs/power-profiles-daemon/template
@@ -0,0 +1,23 @@
+# Template file for 'power-profiles-daemon'
+pkgname=power-profiles-daemon
+version=0.12
+revision=1
+build_style=meson
+configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system/"
+hostmakedepends="pkg-config glib-devel"
+makedepends="libglib-devel libgudev-devel upower0-devel polkit-devel"
+checkdepends="python3-dbusmock umockdev-devel"
+short_desc="Makes power profiles handling available over D-Bus"
+maintainer="oreo639 <oreo6391@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.freedesktop.org/hadess/power-profiles-daemon"
+distfiles="https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/${version}/power-profiles-daemon-${version}.tar.gz"
+checksum=4c01dc51cd734403af868cff2d13923c83076c477d7f02c601f3a5127dd82a18
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -Dtests=true"
+fi
+
+post_install() {
+	vsv power-profiles-daemon
+}

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

* Re: [PR PATCH] [Merged]: New package: power-profiles-daemon-0.12
  2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
                   ` (18 preceding siblings ...)
  2022-09-10 16:51 ` [PR PATCH] [Updated] " oreo639
@ 2022-09-10 19:10 ` paper42
  19 siblings, 0 replies; 21+ messages in thread
From: paper42 @ 2022-09-10 19:10 UTC (permalink / raw)
  To: ml

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

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

New package: power-profiles-daemon-0.12
https://github.com/void-linux/void-packages/pull/35527

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

#### Testing the changes
- I tested the changes in this PR: **YES**

Depends: https://github.com/void-linux/void-packages/pull/38258

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES** (It's an optional dependency for GNOME)

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 21+ messages in thread

end of thread, other threads:[~2022-09-10 19:10 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11  8:36 [PR PATCH] New package: power-profiles-daemon-0.10.1 oreo639
2022-02-11  8:41 ` [PR PATCH] [Updated] " oreo639
2022-02-11  8:44 ` oreo639
2022-02-11  8:49 ` oreo639
2022-02-11  8:56 ` oreo639
2022-02-11  8:57 ` oreo639
2022-02-11  9:02 ` oreo639
2022-02-11 21:02 ` oreo639
2022-03-23  0:59 ` oreo639
2022-03-23  1:00 ` oreo639
2022-06-23  2:15 ` github-actions
2022-06-23  2:35 ` [PR PATCH] [Updated] " oreo639
2022-06-23  2:49 ` oreo639
2022-06-24  0:20 ` oreo639
2022-06-24 22:28 ` New package: power-profiles-daemon-0.11.1 cinerea0
2022-07-18 16:33 ` [PR PATCH] [Updated] " oreo639
2022-07-25  2:22 ` [PR PATCH] [Updated] New package: power-profiles-daemon-0.12 oreo639
2022-09-10  8:17 ` oreo639
2022-09-10 10:31 ` [PR REVIEW] " paper42
2022-09-10 16:51 ` [PR PATCH] [Updated] " oreo639
2022-09-10 19:10 ` [PR PATCH] [Merged]: " paper42

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