Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Mate tweak
@ 2019-09-27 20:19 voidlinux-github
  2019-09-27 20:27 ` [PR PATCH] [Updated] mate-tweak: update to 19.19.4 voidlinux-github
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-27 20:19 UTC (permalink / raw)
  To: ml

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

There is a new 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
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: 2998 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 c7a8c271efa49c5a213ffcfe1f0100e1e4474248 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/python-distro/template | 31 +++++++++++++++++++++++++++++++
 srcpkgs/python3-distro         |  1 +
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/python-distro/template
 create mode 120000 srcpkgs/python3-distro

diff --git a/srcpkgs/python-distro/template b/srcpkgs/python-distro/template
new file mode 100644
index 00000000000..b9c3ed42dde
--- /dev/null
+++ b/srcpkgs/python-distro/template
@@ -0,0 +1,31 @@
+# Template file for 'python-distro'
+pkgname=python-distro
+version=1.4.0
+revision=1
+wrksrc=distro-${version}
+build_style=python-module
+pycompile_module="distro"
+hostmakedepends="python-setuptools python3-setuptools"
+makedepends="python-devel python3-devel"
+depends="python"
+short_desc="OS platform information API (Python2)"
+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
+
+post_install() {
+	vlicense LICENSE
+}
+
+python3-distro_package() {
+	pycompile_module="distro"
+	depends="python3"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+		vlicense LICENSE
+		vmove usr/bin/distro3
+	}
+}
\ No newline at end of file
diff --git a/srcpkgs/python3-distro b/srcpkgs/python3-distro
new file mode 120000
index 00000000000..6dffab88cd6
--- /dev/null
+++ b/srcpkgs/python3-distro
@@ -0,0 +1 @@
+python-distro
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] mate-tweak: update to 19.19.4
  2019-09-27 20:19 [PR PATCH] Mate tweak voidlinux-github
@ 2019-09-27 20:27 ` voidlinux-github
  2019-09-27 20:27 ` voidlinux-github
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-27 20:27 UTC (permalink / raw)
  To: ml

[-- 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.19.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: 2906 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 53d15132c0861271407c24c9cf5e43a0b8a2a902 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/python-distro/template | 27 +++++++++++++++++++++++++++
 srcpkgs/python3-distro         |  1 +
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/python-distro/template
 create mode 120000 srcpkgs/python3-distro

diff --git a/srcpkgs/python-distro/template b/srcpkgs/python-distro/template
new file mode 100644
index 00000000000..6407384b577
--- /dev/null
+++ b/srcpkgs/python-distro/template
@@ -0,0 +1,27 @@
+# Template file for 'python-distro'
+pkgname=python-distro
+version=1.4.0
+revision=1
+wrksrc=distro-${version}
+build_style=python-module
+pycompile_module="distro"
+hostmakedepends="python-setuptools python3-setuptools"
+makedepends="python-devel python3-devel"
+depends="python"
+short_desc="OS platform information API (Python2)"
+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
+
+
+python3-distro_package() {
+	pycompile_module="distro"
+	depends="python3"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+		vmove usr/bin/distro3
+	}
+}
diff --git a/srcpkgs/python3-distro b/srcpkgs/python3-distro
new file mode 120000
index 00000000000..6dffab88cd6
--- /dev/null
+++ b/srcpkgs/python3-distro
@@ -0,0 +1 @@
+python-distro
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] mate-tweak: update to 19.19.4
  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
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-27 20:27 UTC (permalink / raw)
  To: ml

[-- 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.19.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: 2906 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 53d15132c0861271407c24c9cf5e43a0b8a2a902 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/python-distro/template | 27 +++++++++++++++++++++++++++
 srcpkgs/python3-distro         |  1 +
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/python-distro/template
 create mode 120000 srcpkgs/python3-distro

diff --git a/srcpkgs/python-distro/template b/srcpkgs/python-distro/template
new file mode 100644
index 00000000000..6407384b577
--- /dev/null
+++ b/srcpkgs/python-distro/template
@@ -0,0 +1,27 @@
+# Template file for 'python-distro'
+pkgname=python-distro
+version=1.4.0
+revision=1
+wrksrc=distro-${version}
+build_style=python-module
+pycompile_module="distro"
+hostmakedepends="python-setuptools python3-setuptools"
+makedepends="python-devel python3-devel"
+depends="python"
+short_desc="OS platform information API (Python2)"
+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
+
+
+python3-distro_package() {
+	pycompile_module="distro"
+	depends="python3"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+		vmove usr/bin/distro3
+	}
+}
diff --git a/srcpkgs/python3-distro b/srcpkgs/python3-distro
new file mode 120000
index 00000000000..6dffab88cd6
--- /dev/null
+++ b/srcpkgs/python3-distro
@@ -0,0 +1 @@
+python-distro
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] mate-tweak: update to 19.10.4
  2019-09-27 20:19 [PR PATCH] Mate tweak voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-30 18:30 ` [PR PATCH] [Updated] mate-tweak: update to 19.10.4 voidlinux-github
@ 2019-09-30 18:30 ` voidlinux-github
  2019-09-30 18:50 ` voidlinux-github
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-30 18:30 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: [PR PATCH] [Updated] mate-tweak: update to 19.10.4
  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 ` voidlinux-github
  2019-09-30 18:30 ` voidlinux-github
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-30 18:30 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: mate-tweak: update to 19.10.4
  2019-09-27 20:19 [PR PATCH] Mate tweak voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-30 18:30 ` voidlinux-github
@ 2019-09-30 18:50 ` voidlinux-github
  2019-09-30 19:13 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-30 18:50 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/14771#issuecomment-536699541

Comment:
Now please just adjust the commit title accordingly.

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

* Re: [PR PATCH] [Updated] mate-tweak: update to 19.10.4
  2019-09-27 20:19 [PR PATCH] Mate tweak voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-30 19:13 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-30 19:13 ` voidlinux-github
  2019-09-30 19:14 ` voidlinux-github
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-30 19:13 UTC (permalink / raw)
  To: ml

[-- 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: 2367 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 ccb612814c0d2aa4ba8967fc78aafcbddd9f201f 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: python3-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

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

* Re: [PR PATCH] [Updated] mate-tweak: update to 19.10.4
  2019-09-27 20:19 [PR PATCH] Mate tweak voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-30 18:50 ` voidlinux-github
@ 2019-09-30 19:13 ` voidlinux-github
  2019-09-30 19:13 ` voidlinux-github
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-30 19:13 UTC (permalink / raw)
  To: ml

[-- 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: 2367 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 ccb612814c0d2aa4ba8967fc78aafcbddd9f201f 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: python3-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

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

* Re: mate-tweak: update to 19.10.4
  2019-09-27 20:19 [PR PATCH] Mate tweak voidlinux-github
                   ` (6 preceding siblings ...)
  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
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-30 19:14 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/14771#issuecomment-536709294

Comment:
> Now please just adjust the commit title accordingly.

Done!

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

* Re: mate-tweak: update to 19.10.4
  2019-09-27 20:19 [PR PATCH] Mate tweak voidlinux-github
                   ` (7 preceding siblings ...)
  2019-09-30 19:14 ` voidlinux-github
@ 2019-09-30 19:15 ` voidlinux-github
  2019-09-30 19:16 ` [PR PATCH] [Merged]: " voidlinux-github
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-30 19:15 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/14771#issuecomment-536709294

Comment:
> Now please just adjust the commit title accordingly.

Done.

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

* Re: [PR PATCH] [Merged]: mate-tweak: update to 19.10.4
  2019-09-27 20:19 [PR PATCH] Mate tweak voidlinux-github
                   ` (8 preceding siblings ...)
  2019-09-30 19:15 ` voidlinux-github
@ 2019-09-30 19:16 ` voidlinux-github
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-30 19:16 UTC (permalink / raw)
  To: ml

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

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

mate-tweak: update to 19.10.4
https://github.com/void-linux/void-packages/pull/14771

Description:
The new release has a runtime dependency on the distro python module, so I include the new template.

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

end of thread, other threads:[~2019-09-30 19:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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