Github messages for voidlinux
 help / color / mirror / Atom feed
From: SpecialBomb <SpecialBomb@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Blueman Depends on Python 3
Date: Sat, 08 Apr 2023 08:08:31 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43339@inbox.vuxu.org> (raw)

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

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

https://github.com/SpecialBomb/void-packages blueman-depends-on-python3
https://github.com/void-linux/void-packages/pull/43339

Blueman Depends on Python 3
When installing the `blueman` package on an outdated system, it was not working
properly. This is because blueman requires `python3` for execution, since it is
the given interpreter for `/bin/blueman`. I am including `python3` as a
dependency to ensure that the executables provided by the `blueman` package are
actually executable upon update or install, assuming one's `python3` package is
out of date.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blueman-depends-on-python3-43339.patch --]
[-- Type: text/x-diff, Size: 1281 bytes --]

From 8687161689beb75228c2cef4dd8f2af0cf9b64c8 Mon Sep 17 00:00:00 2001
From: Quen Jankosky <quen.jankosky@gmail.com>
Date: Sat, 8 Apr 2023 01:58:06 -0400
Subject: [PATCH] Blueman Depends on Python 3

When installing the `blueman` package on an outdated system, it was not working
properly. This is because blueman requires `python3` for execution, since it is
the given interpreter for `/bin/blueman`. I am including `python3` as a
dependency to ensure that the executables provided by the `blueman` package are
actually executable upon update or install, assuming one's `python3` package is
out of date.
---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index d58e75d5ed2b..51f9a5ae6f6a 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -8,7 +8,7 @@ hostmakedepends="intltool iproute2 pkg-config python3-Cython glib-devel
  python3-devel"
 makedepends="gtk+3-devel libbluetooth-devel python3-devel
  python3-gobject-devel startup-notification-devel"
-depends="bluez libnotify python3-gobject"
+depends="bluez libnotify pyhton3 python3-gobject"
 short_desc="GTK+ Bluetooth Manager"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-3.0-or-later"

             reply	other threads:[~2023-04-08  6:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-08  6:08 SpecialBomb [this message]
2023-04-08  6:09 ` [PR REVIEW] " nekopsykose
2023-04-08  6:10 ` [PR PATCH] [Updated] " SpecialBomb
2023-04-08  6:10 ` classabbyamp
2023-04-08  6:12 ` SpecialBomb
2023-04-08  7:55 ` paper42
2023-04-08  7:55 ` [PR PATCH] [Closed]: " paper42
2023-04-08 19:01 ` SpecialBomb

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43339@inbox.vuxu.org \
    --to=specialbomb@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).