Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] mate-tweak: update to 19.10.4
Date: Mon, 30 Sep 2019 20:30:21 +0200	[thread overview]
Message-ID: <20190930183021.bYzW3qpyPu_KzZGqN_JXITC77rKfFBTn0YIrc-0eMSQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14771@inbox.vuxu.org>

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

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

https://github.com/mobinmob/void-packages mate-tweak
https://github.com/void-linux/void-packages/pull/14771

mate-tweak: update to 19.10.4
The new release has a runtime dependency on the distro python module, so I include the new template.

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

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

From 90e31700c60a2b396bdb4f0f49b6a920274d42d2 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 27 Sep 2019 23:14:35 +0300
Subject: [PATCH 1/2] mate-tweak: update to 19.10.4

---
 srcpkgs/mate-tweak/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 3c0f6ccdf73..85b829e85e8 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,14 +1,15 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
-version=18.10.2
+version=19.10.4
 revision=1
 archs=noarch
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
-depends="mate-panel python3-gobject python3-psutil python3-setproctitle"
+depends="mate-panel python3-gobject python3-psutil python3-setproctitle
+ python3-distro"
 short_desc="Tweak tool for MATE"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ubuntu-mate/mate-tweak"
 distfiles="https://github.com/ubuntu-mate/mate-tweak/archive/${version}.tar.gz"
-checksum=1e5eea75339c1e45f3d643f7c0750fac1e1814958b1dd3f846f7a49faf1fabfb
+checksum=e4c3d75ce247ab9724ecbfbb3292dbadd523b01e06d435303f6da3af88b172a5

From acd3e1b26eb09d3fe7b1f9528b6d761a620822d6 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 27 Sep 2019 23:16:28 +0300
Subject: [PATCH 2/2] New package: python-distro-1.4.0

---
 srcpkgs/python3-distro/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-distro/template

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
new file mode 100644
index 00000000000..86e94572ed7
--- /dev/null
+++ b/srcpkgs/python3-distro/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-distro'
+pkgname=python3-distro
+version=1.4.0
+revision=1
+wrksrc=distro-${version}
+build_style=python3-module
+pycompile_module="distro"
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+short_desc="OS platform information API"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="Apache-2.0"
+homepage="https://github.com/nir0s/distro"
+distfiles="${PYPI_SITE}/d/distro/distro-${version}.tar.gz"
+checksum=362dde65d846d23baee4b5c058c8586f219b5a54be1cf5fc6ff55c4578392f57

  parent reply	other threads:[~2019-09-30 18:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-27 20:19 [PR PATCH] Mate tweak voidlinux-github
2019-09-27 20:27 ` [PR PATCH] [Updated] mate-tweak: update to 19.19.4 voidlinux-github
2019-09-27 20:27 ` voidlinux-github
2019-09-30 18:30 ` [PR PATCH] [Updated] mate-tweak: update to 19.10.4 voidlinux-github
2019-09-30 18:30 ` voidlinux-github [this message]
2019-09-30 18:50 ` voidlinux-github
2019-09-30 19:13 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-30 19:13 ` voidlinux-github
2019-09-30 19:14 ` voidlinux-github
2019-09-30 19:15 ` voidlinux-github
2019-09-30 19:16 ` [PR PATCH] [Merged]: " voidlinux-github

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=20190930183021.bYzW3qpyPu_KzZGqN_JXITC77rKfFBTn0YIrc-0eMSQ@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).