Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] networkmanager-dmenu: use python2 dependencies
@ 2019-06-04 14:41 voidlinux-github
  2019-06-04 14:56 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-04 14:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tjg1/void-packages master
https://github.com/void-linux/void-packages/pull/12128

networkmanager-dmenu: use python2 dependencies
networkmanager-dmenu is a python2 script, but the package currently depends on the python3 version of python-gobject. it should depend on the python2 version instead.

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

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

From 8bd3f432ecdddf33c48b674cfebdc4b873d4d672 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomasz=20Jan=20G=C3=B3ralczyk?= <tomg@fastmail.uk>
Date: Tue, 4 Jun 2019 14:34:21 +0100
Subject: [PATCH] networkmanager-dmenu: use python2 dependencies

---
 srcpkgs/networkmanager-dmenu/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/networkmanager-dmenu/template b/srcpkgs/networkmanager-dmenu/template
index b9a684cccaa..6ce6f348937 100644
--- a/srcpkgs/networkmanager-dmenu/template
+++ b/srcpkgs/networkmanager-dmenu/template
@@ -1,10 +1,10 @@
 # Template file for 'networkmanager-dmenu'
 pkgname=networkmanager-dmenu
 version=1.1
-revision=1
+revision=2
 archs=noarch
 conf_files="/etc/networkmanager_dmenu-config.ini"
-depends="NetworkManager python3-gobject"
+depends="NetworkManager python-gobject"
 short_desc="Control NetworkManager via dmenu"
 maintainer="teldra <teldra@rotce.de>"
 license="MIT"

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

end of thread, other threads:[~2019-06-04 17:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 14:41 [PR PATCH] networkmanager-dmenu: use python2 dependencies voidlinux-github
2019-06-04 14:56 ` voidlinux-github
2019-06-04 17:27 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-04 17:27 ` voidlinux-github
2019-06-04 17:29 ` voidlinux-github
2019-06-04 17:45 ` [PR PATCH] [Merged]: " voidlinux-github

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