Github messages for voidlinux
 help / color / mirror / Atom feed
From: costowell <costowell@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Add PackageKit support to void
Date: Mon, 02 Jan 2023 21:57:27 +0100	[thread overview]
Message-ID: <20230102205727.kYVnjCheeVKKZFQkkmGpKwGgD_o5Dw00s-fCOA8_xEw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41359@inbox.vuxu.org>

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

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

https://github.com/costowell/void-packages discover
https://github.com/void-linux/void-packages/pull/41359

Add PackageKit support to void
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


#### Local build testing
- I built this PR locally for my native architecture, x86_64-GLIBC


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

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

From 4d712dde5e31a2bdc7b8f85de0f5bf98e4c07ee4 Mon Sep 17 00:00:00 2001
From: Cole Stowell <cole@stowell.pro>
Date: Mon, 2 Jan 2023 10:28:08 -0600
Subject: [PATCH 1/6] common/shlibs: add libAppStreamQt.so.2

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 1c852ef3fdff..247624776c22 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4221,3 +4221,4 @@ libfst.so.25 openfst-1.8.2_1
 libvosk.so vosk-api-0.3.43_1
 libdspy-1.so.1 d-spy-1.4.0_1
 libpanel-1.so.1 libpanel-1.0.1_1
+libAppStreamQt.so.2 AppStream-qt-0.15.5_2

From 7814e7e18147b6ad60e8613e64fd0211fd8b1a77 Mon Sep 17 00:00:00 2001
From: Cole Stowell <cole@stowell.pro>
Date: Mon, 2 Jan 2023 10:33:05 -0600
Subject: [PATCH 2/6] AppStream: bump AppStream-qt

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

diff --git a/srcpkgs/AppStream/template b/srcpkgs/AppStream/template
index 7642218bc50c..5817bf034135 100644
--- a/srcpkgs/AppStream/template
+++ b/srcpkgs/AppStream/template
@@ -1,7 +1,7 @@
 # Template file for 'AppStream'
 pkgname=AppStream
 version=0.15.5
-revision=2
+revision=3
 build_style=meson
 build_helper="gir qemu"
 configure_args="$(vopt_bool gir gir) $(vopt_bool vala vapi)

From 5347479c84e2a13c64464c52314a1a26f676f78a Mon Sep 17 00:00:00 2001
From: Cole Stowell <cole@stowell.pro>
Date: Mon, 2 Jan 2023 10:34:17 -0600
Subject: [PATCH 3/6] PackageKit: add packagekitd runit service

---
 srcpkgs/PackageKit/files/packagekitd/run | 4 ++++
 srcpkgs/PackageKit/template              | 4 ++++
 2 files changed, 8 insertions(+)
 create mode 100644 srcpkgs/PackageKit/files/packagekitd/run

diff --git a/srcpkgs/PackageKit/files/packagekitd/run b/srcpkgs/PackageKit/files/packagekitd/run
new file mode 100644
index 000000000000..ffb2697d341a
--- /dev/null
+++ b/srcpkgs/PackageKit/files/packagekitd/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+exec 2>&1
+sv check dbus > /dev/null || exit 1
+exec /usr/libexec/packagekitd --backend dummy > /dev/null 2>&1
diff --git a/srcpkgs/PackageKit/template b/srcpkgs/PackageKit/template
index e498301a0f22..11661e34e141 100644
--- a/srcpkgs/PackageKit/template
+++ b/srcpkgs/PackageKit/template
@@ -22,6 +22,10 @@ conf_files="/etc/PackageKit/PackageKit.conf /etc/PackageKit/PackageKit.conf"
 build_options="gir vala"
 build_options_default="gir vala"
 
+post_install() {
+	vsv packagekitd
+}
+
 PackageKit-devel_package() {
 	depends="PackageKit-${version}_${revision}"
 	short_desc+=" - development files"

From c63fc8379fb9d27651c8ae4912b18f657e1df061 Mon Sep 17 00:00:00 2001
From: Cole Stowell <cole@stowell.pro>
Date: Mon, 2 Jan 2023 12:55:39 -0600
Subject: [PATCH 4/6] New package: PackageKit-qt-1.1.0

Remove hostmakedepends
---
 srcpkgs/PackageKit-qt/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/PackageKit-qt/template

diff --git a/srcpkgs/PackageKit-qt/template b/srcpkgs/PackageKit-qt/template
new file mode 100644
index 000000000000..c8db4b3aa0c1
--- /dev/null
+++ b/srcpkgs/PackageKit-qt/template
@@ -0,0 +1,12 @@
+# Template file for 'PackageKit-qt'
+pkgname=PackageKit-qt
+version=1.1.0
+revision=1
+build_style=cmake
+makedepends="qt5-devel PackageKit-devel"
+short_desc="Qt bindings for PackageKit"
+maintainer="Cole Stowell <cole@stowell.pro>"
+license="LGPL-2.1-only"
+homepage="https://www.freedesktop.org/software/PackageKit/"
+distfiles="${FREEDESKTOP_SITE}/PackageKit/releases/PackageKit-Qt-${version}.tar.xz"
+checksum=8a0ac393eb34c9b896be3f6f260247c067b2af8b54cb53e12b4c6163c1cfc98d

From 26c43d10627fcc75e65efdf59bada26dda5ba1fc Mon Sep 17 00:00:00 2001
From: Cole Stowell <cole@stowell.pro>
Date: Mon, 2 Jan 2023 13:36:55 -0600
Subject: [PATCH 5/6] New package: discover-5.26.4

---
 srcpkgs/discover/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/discover/template

diff --git a/srcpkgs/discover/template b/srcpkgs/discover/template
new file mode 100644
index 000000000000..e0daef520006
--- /dev/null
+++ b/srcpkgs/discover/template
@@ -0,0 +1,13 @@
+# Template file for 'discover'
+pkgname=discover
+version=5.26.4
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config extra-cmake-modules qt5-qmake"
+makedepends="plasma-workspace-devel AppStream-devel AppStream-qt PackageKit-devel qt5-devel qt5-webview-devel gettext-devel purpose-devel"
+short_desc="KDE and Plasma resources management GUI"
+maintainer="Cole Stowell <cole@stowell.pro>"
+license="LGPL-2.0-or-later"
+homepage="https://invent.kde.org/plasma/discover"
+distfiles="https://invent.kde.org/plasma/discover/-/archive/v${version}/discover-v${version}.tar.gz"
+checksum=234b05cccbcfe1bafaac1caef328588734f3ccfed217161c475bd6079a82863c

From bbb83e8c478449abcf8a5dabdfac2740f6ead254 Mon Sep 17 00:00:00 2001
From: Cole Stowell <cole@stowell.pro>
Date: Mon, 2 Jan 2023 13:58:37 -0600
Subject: [PATCH 6/6] common/shlibs: add libpackagekitqt5.so.1

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 247624776c22..f48258c4b89c 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4222,3 +4222,4 @@ libvosk.so vosk-api-0.3.43_1
 libdspy-1.so.1 d-spy-1.4.0_1
 libpanel-1.so.1 libpanel-1.0.1_1
 libAppStreamQt.so.2 AppStream-qt-0.15.5_2
+libpackagekitqt5.so.1 PackageKit-qt-1.1.0_1

  parent reply	other threads:[~2023-01-02 20:57 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-30  7:18 [PR PATCH] Add discover and PackageKit-qt costowell
2022-12-30  7:23 ` costowell
2022-12-30  7:30 ` costowell
2022-12-30  7:31 ` costowell
2022-12-30  7:33 ` costowell
2022-12-30 19:59 ` [PR PATCH] [Updated] " costowell
2022-12-30 20:08 ` [PR REVIEW] " classabbyamp
2022-12-30 20:08 ` classabbyamp
2022-12-30 20:08 ` classabbyamp
2022-12-30 20:08 ` classabbyamp
2022-12-30 20:08 ` classabbyamp
2022-12-30 20:09 ` costowell
2022-12-30 20:10 ` costowell
2022-12-30 20:11 ` classabbyamp
2022-12-30 20:11 ` costowell
2022-12-30 20:11 ` classabbyamp
2022-12-30 20:11 ` classabbyamp
2022-12-30 20:40 ` [PR PATCH] [Updated] " costowell
2022-12-30 20:44 ` costowell
2022-12-30 20:44 ` costowell
2022-12-30 20:50 ` classabbyamp
2022-12-30 21:40 ` [PR PATCH] [Updated] " costowell
2022-12-30 21:43 ` costowell
2022-12-30 22:54 ` costowell
2022-12-31 18:10 ` Add PackageKit support to void costowell
2022-12-31 18:11 ` classabbyamp
2022-12-31 18:25 ` costowell
2022-12-31 18:30 ` classabbyamp
2023-01-01  3:03 ` oreo639
2023-01-01  3:04 ` oreo639
2023-01-01  3:19 ` oreo639
2023-01-01  5:46 ` classabbyamp
2023-01-02 19:52 ` [PR PATCH] [Updated] " costowell
2023-01-02 19:58 ` costowell
2023-01-02 20:57 ` costowell [this message]
2023-01-02 23:45 ` costowell
2023-01-03  0:27 ` costowell
2023-01-03 19:51 ` costowell
2023-01-05 17:59 ` [PR PATCH] [Updated] " costowell
2023-01-05 20:43 ` costowell
2023-01-07 14:14 ` [PR REVIEW] " classabbyamp
2023-01-07 17:47 ` [PR PATCH] [Updated] " costowell
2023-01-15  6:25 ` costowell
2023-01-15  6:29 ` classabbyamp
2023-01-15  6:31 ` [PR PATCH] [Updated] " costowell
2023-01-15  6:36 ` costowell
2023-01-15  6:36 ` costowell
2023-01-15  6:39 ` classabbyamp
2023-01-15  7:30 ` [PR PATCH] [Updated] " costowell
2023-01-15  7:41 ` costowell
2023-01-15  7:46 ` costowell
2023-01-15  7:48 ` costowell
2023-01-15 17:44 ` costowell
2023-01-15 17:44 ` costowell
2023-01-15 17:48 ` classabbyamp
2023-01-15 17:49 ` costowell
2023-01-15 18:04 ` classabbyamp
2023-01-15 18:48 ` [PR PATCH] [Updated] " costowell
2023-01-15 19:33 ` classabbyamp
2023-01-15 19:35 ` [PR PATCH] [Updated] " costowell
2023-01-15 21:17 ` costowell
2023-01-15 22:09 ` costowell
2023-01-15 22:13 ` costowell
2023-01-15 22:27 ` [PR PATCH] [Updated] " costowell
2023-04-16  1:56 ` github-actions
2023-04-16 16:03 ` zen0bit
2023-07-16  2:13 ` github-actions
2023-07-31  1:52 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=20230102205727.kYVnjCheeVKKZFQkkmGpKwGgD_o5Dw00s-fCOA8_xEw@z \
    --to=costowell@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

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

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).