Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: geany-themes-1.24
@ 2022-07-04 15:08 ishaanbhimwal
  2022-07-04 15:11 ` [PR REVIEW] " classabbyamp
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: ishaanbhimwal @ 2022-07-04 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages geany-themes
https://github.com/void-linux/void-packages/pull/37839

New package: geany-themes-1.24
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From afa85ab86d876d003bcda5392ee144f763952506 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Mon, 4 Jul 2022 20:35:43 +0530
Subject: [PATCH] New package: geany-themes-1.24

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

diff --git a/srcpkgs/geany-themes/template b/srcpkgs/geany-themes/template
new file mode 100644
index 000000000000..8ea7f95d4fd8
--- /dev/null
+++ b/srcpkgs/geany-themes/template
@@ -0,0 +1,16 @@
+# Template file for 'geany-themes'
+pkgname=geany-themes
+version=1.24
+revision=1
+depends="geany"
+short_desc="Collection of color schemes for Geany"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://git.geany.org/geany-themes/"
+distfiles="https://git.geany.org/geany-themes/snapshot/geany-themes-${version}.tar.gz"
+checksum=7e852f8cfde940704282de8554c6de4a36d1f6a2f5641b4c24d8eb537275a7cc
+
+do_install() {
+	vmkdir /usr/share/geany/colorschemes
+	vcopy colorschemes/* /usr/share/geany/colorschemes
+}

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

* Re: [PR REVIEW] New package: geany-themes-1.24
  2022-07-04 15:08 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
@ 2022-07-04 15:11 ` classabbyamp
  2022-07-04 15:16 ` [PR PATCH] [Updated] " ishaanbhimwal
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-07-04 15:11 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37839#discussion_r913091846

Comment:
```suggestion
	vmkdir /usr/share/geany
	vcopy colorschemes /usr/share/geany
```

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

* Re: [PR PATCH] [Updated] New package: geany-themes-1.24
  2022-07-04 15:08 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
  2022-07-04 15:11 ` [PR REVIEW] " classabbyamp
@ 2022-07-04 15:16 ` ishaanbhimwal
  2022-07-04 15:16 ` ishaanbhimwal
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: ishaanbhimwal @ 2022-07-04 15:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages geany-themes
https://github.com/void-linux/void-packages/pull/37839

New package: geany-themes-1.24
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 03d217814be53a9ae97ce182f5c74805cc778e83 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Mon, 4 Jul 2022 12:28:02 +1000
Subject: [PATCH] New package: geany-themes-1.24

---
 srcpkgs/geany-themes/template | 16 ++++++++++++++++
 srcpkgs/upmpdcli/template     |  5 +++--
 2 files changed, 19 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/geany-themes/template

diff --git a/srcpkgs/geany-themes/template b/srcpkgs/geany-themes/template
new file mode 100644
index 000000000000..663d630ec060
--- /dev/null
+++ b/srcpkgs/geany-themes/template
@@ -0,0 +1,16 @@
+# Template file for 'geany-themes'
+pkgname=geany-themes
+version=1.24
+revision=1
+depends="geany"
+short_desc="Collection of color schemes for Geany"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://git.geany.org/geany-themes/"
+distfiles="https://git.geany.org/geany-themes/snapshot/geany-themes-${version}.tar.gz"
+checksum=7e852f8cfde940704282de8554c6de4a36d1f6a2f5641b4c24d8eb537275a7cc
+
+do_install() {
+	vmkdir /usr/share/geany
+	vcopy colorschemes /usr/share/geany
+}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 8c6719114ce3..abd66d3d0047 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,6 +1,6 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
-version=1.5.17
+version=1.5.19
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
@@ -9,8 +9,9 @@ short_desc="UPnP Media Renderer front-end for MPD"
 maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
+changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=a60b508d20064783f40ac8d2d260b92bd0b2367c6a0ca67c69019f3890bc642d
+checksum=67fa1f5c06fecd404f3414b25a070c9deabe917241ed6881b7a8e41e8379ed09
 python_version=3
 
 system_accounts="_upmpdcli"

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

* Re: [PR PATCH] [Updated] New package: geany-themes-1.24
  2022-07-04 15:08 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
  2022-07-04 15:11 ` [PR REVIEW] " classabbyamp
  2022-07-04 15:16 ` [PR PATCH] [Updated] " ishaanbhimwal
@ 2022-07-04 15:16 ` ishaanbhimwal
  2022-07-04 15:18 ` ishaanbhimwal
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: ishaanbhimwal @ 2022-07-04 15:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages geany-themes
https://github.com/void-linux/void-packages/pull/37839

New package: geany-themes-1.24
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 03d217814be53a9ae97ce182f5c74805cc778e83 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Mon, 4 Jul 2022 12:28:02 +1000
Subject: [PATCH 1/2] New package: geany-themes-1.24

---
 srcpkgs/geany-themes/template | 16 ++++++++++++++++
 srcpkgs/upmpdcli/template     |  5 +++--
 2 files changed, 19 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/geany-themes/template

diff --git a/srcpkgs/geany-themes/template b/srcpkgs/geany-themes/template
new file mode 100644
index 000000000000..663d630ec060
--- /dev/null
+++ b/srcpkgs/geany-themes/template
@@ -0,0 +1,16 @@
+# Template file for 'geany-themes'
+pkgname=geany-themes
+version=1.24
+revision=1
+depends="geany"
+short_desc="Collection of color schemes for Geany"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://git.geany.org/geany-themes/"
+distfiles="https://git.geany.org/geany-themes/snapshot/geany-themes-${version}.tar.gz"
+checksum=7e852f8cfde940704282de8554c6de4a36d1f6a2f5641b4c24d8eb537275a7cc
+
+do_install() {
+	vmkdir /usr/share/geany
+	vcopy colorschemes /usr/share/geany
+}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 8c6719114ce3..abd66d3d0047 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,6 +1,6 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
-version=1.5.17
+version=1.5.19
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
@@ -9,8 +9,9 @@ short_desc="UPnP Media Renderer front-end for MPD"
 maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
+changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=a60b508d20064783f40ac8d2d260b92bd0b2367c6a0ca67c69019f3890bc642d
+checksum=67fa1f5c06fecd404f3414b25a070c9deabe917241ed6881b7a8e41e8379ed09
 python_version=3
 
 system_accounts="_upmpdcli"

From 9dec4b140ef060e793dffe533f7aa01df2bc5cdd Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Mon, 4 Jul 2022 20:46:50 +0530
Subject: [PATCH 2/2] Delete template

---
 srcpkgs/upmpdcli/template | 25 -------------------------
 1 file changed, 25 deletions(-)
 delete mode 100644 srcpkgs/upmpdcli/template

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
deleted file mode 100644
index abd66d3d0047..000000000000
--- a/srcpkgs/upmpdcli/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'upmpdcli'
-pkgname=upmpdcli
-version=1.5.19
-revision=1
-build_style=gnu-configure
-hostmakedepends="pkg-config tar"
-makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"
-short_desc="UPnP Media Renderer front-end for MPD"
-maintainer="amak <amak.git@outlook.com>"
-license="LGPL-2.1-or-later"
-homepage="https://www.lesbonscomptes.com/upmpdcli"
-changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
-distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=67fa1f5c06fecd404f3414b25a070c9deabe917241ed6881b7a8e41e8379ed09
-python_version=3
-
-system_accounts="_upmpdcli"
-_upmpdcli_homedir="/var/lib/upmpdcli"
-make_dirs="/var/lib/upmpdcli 0750 _upmpdcli _upmpdcli"
-conf_files="/etc/upmpdcli.conf"
-
-post_install() {
-	chmod 644 ${DESTDIR}/etc/upmpdcli.conf
-	vsv upmpdcli
-}

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

* Re: [PR PATCH] [Updated] New package: geany-themes-1.24
  2022-07-04 15:08 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
                   ` (2 preceding siblings ...)
  2022-07-04 15:16 ` ishaanbhimwal
@ 2022-07-04 15:18 ` ishaanbhimwal
  2022-07-04 15:22 ` ishaanbhimwal
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: ishaanbhimwal @ 2022-07-04 15:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages geany-themes
https://github.com/void-linux/void-packages/pull/37839

New package: geany-themes-1.24
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 03d217814be53a9ae97ce182f5c74805cc778e83 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Mon, 4 Jul 2022 12:28:02 +1000
Subject: [PATCH 1/3] New package: geany-themes-1.24

---
 srcpkgs/geany-themes/template | 16 ++++++++++++++++
 srcpkgs/upmpdcli/template     |  5 +++--
 2 files changed, 19 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/geany-themes/template

diff --git a/srcpkgs/geany-themes/template b/srcpkgs/geany-themes/template
new file mode 100644
index 000000000000..663d630ec060
--- /dev/null
+++ b/srcpkgs/geany-themes/template
@@ -0,0 +1,16 @@
+# Template file for 'geany-themes'
+pkgname=geany-themes
+version=1.24
+revision=1
+depends="geany"
+short_desc="Collection of color schemes for Geany"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://git.geany.org/geany-themes/"
+distfiles="https://git.geany.org/geany-themes/snapshot/geany-themes-${version}.tar.gz"
+checksum=7e852f8cfde940704282de8554c6de4a36d1f6a2f5641b4c24d8eb537275a7cc
+
+do_install() {
+	vmkdir /usr/share/geany
+	vcopy colorschemes /usr/share/geany
+}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 8c6719114ce3..abd66d3d0047 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,6 +1,6 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
-version=1.5.17
+version=1.5.19
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
@@ -9,8 +9,9 @@ short_desc="UPnP Media Renderer front-end for MPD"
 maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
+changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=a60b508d20064783f40ac8d2d260b92bd0b2367c6a0ca67c69019f3890bc642d
+checksum=67fa1f5c06fecd404f3414b25a070c9deabe917241ed6881b7a8e41e8379ed09
 python_version=3
 
 system_accounts="_upmpdcli"

From 9dec4b140ef060e793dffe533f7aa01df2bc5cdd Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Mon, 4 Jul 2022 20:46:50 +0530
Subject: [PATCH 2/3] Delete template

---
 srcpkgs/upmpdcli/template | 25 -------------------------
 1 file changed, 25 deletions(-)
 delete mode 100644 srcpkgs/upmpdcli/template

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
deleted file mode 100644
index abd66d3d0047..000000000000
--- a/srcpkgs/upmpdcli/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'upmpdcli'
-pkgname=upmpdcli
-version=1.5.19
-revision=1
-build_style=gnu-configure
-hostmakedepends="pkg-config tar"
-makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"
-short_desc="UPnP Media Renderer front-end for MPD"
-maintainer="amak <amak.git@outlook.com>"
-license="LGPL-2.1-or-later"
-homepage="https://www.lesbonscomptes.com/upmpdcli"
-changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
-distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=67fa1f5c06fecd404f3414b25a070c9deabe917241ed6881b7a8e41e8379ed09
-python_version=3
-
-system_accounts="_upmpdcli"
-_upmpdcli_homedir="/var/lib/upmpdcli"
-make_dirs="/var/lib/upmpdcli 0750 _upmpdcli _upmpdcli"
-conf_files="/etc/upmpdcli.conf"
-
-post_install() {
-	chmod 644 ${DESTDIR}/etc/upmpdcli.conf
-	vsv upmpdcli
-}

From 1f0c78f76a0699b8a2aa4331742d69290fe0b634 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Mon, 4 Jul 2022 20:47:26 +0530
Subject: [PATCH 3/3] Revert "Delete template"

This reverts commit 9dec4b140ef060e793dffe533f7aa01df2bc5cdd.
---
 srcpkgs/upmpdcli/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/upmpdcli/template

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
new file mode 100644
index 000000000000..abd66d3d0047
--- /dev/null
+++ b/srcpkgs/upmpdcli/template
@@ -0,0 +1,25 @@
+# Template file for 'upmpdcli'
+pkgname=upmpdcli
+version=1.5.19
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config tar"
+makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"
+short_desc="UPnP Media Renderer front-end for MPD"
+maintainer="amak <amak.git@outlook.com>"
+license="LGPL-2.1-or-later"
+homepage="https://www.lesbonscomptes.com/upmpdcli"
+changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
+distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
+checksum=67fa1f5c06fecd404f3414b25a070c9deabe917241ed6881b7a8e41e8379ed09
+python_version=3
+
+system_accounts="_upmpdcli"
+_upmpdcli_homedir="/var/lib/upmpdcli"
+make_dirs="/var/lib/upmpdcli 0750 _upmpdcli _upmpdcli"
+conf_files="/etc/upmpdcli.conf"
+
+post_install() {
+	chmod 644 ${DESTDIR}/etc/upmpdcli.conf
+	vsv upmpdcli
+}

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

* Re: [PR PATCH] [Updated] New package: geany-themes-1.24
  2022-07-04 15:08 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
                   ` (3 preceding siblings ...)
  2022-07-04 15:18 ` ishaanbhimwal
@ 2022-07-04 15:22 ` ishaanbhimwal
  2022-07-04 15:25 ` ishaanbhimwal
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: ishaanbhimwal @ 2022-07-04 15:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages geany-themes
https://github.com/void-linux/void-packages/pull/37839

New package: geany-themes-1.24
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3193abac19c73cb5dce7a21666ecddca0834424f Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Mon, 4 Jul 2022 12:28:02 +1000
Subject: [PATCH] New package: geany-themes-1.24

---
 srcpkgs/geany-themes/template | 16 ++++++++++++++++
 srcpkgs/upmpdcli/template     |  5 +++--
 2 files changed, 19 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/geany-themes/template

diff --git a/srcpkgs/geany-themes/template b/srcpkgs/geany-themes/template
new file mode 100644
index 000000000000..663d630ec060
--- /dev/null
+++ b/srcpkgs/geany-themes/template
@@ -0,0 +1,16 @@
+# Template file for 'geany-themes'
+pkgname=geany-themes
+version=1.24
+revision=1
+depends="geany"
+short_desc="Collection of color schemes for Geany"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://git.geany.org/geany-themes/"
+distfiles="https://git.geany.org/geany-themes/snapshot/geany-themes-${version}.tar.gz"
+checksum=7e852f8cfde940704282de8554c6de4a36d1f6a2f5641b4c24d8eb537275a7cc
+
+do_install() {
+	vmkdir /usr/share/geany
+	vcopy colorschemes /usr/share/geany
+}
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 8c6719114ce3..abd66d3d0047 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,6 +1,6 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
-version=1.5.17
+version=1.5.19
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
@@ -9,8 +9,9 @@ short_desc="UPnP Media Renderer front-end for MPD"
 maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
+changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=a60b508d20064783f40ac8d2d260b92bd0b2367c6a0ca67c69019f3890bc642d
+checksum=67fa1f5c06fecd404f3414b25a070c9deabe917241ed6881b7a8e41e8379ed09
 python_version=3
 
 system_accounts="_upmpdcli"

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

* Re: [PR PATCH] [Updated] New package: geany-themes-1.24
  2022-07-04 15:08 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
                   ` (4 preceding siblings ...)
  2022-07-04 15:22 ` ishaanbhimwal
@ 2022-07-04 15:25 ` ishaanbhimwal
  2022-07-04 15:25 ` [PR PATCH] [Closed]: " ishaanbhimwal
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: ishaanbhimwal @ 2022-07-04 15:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages geany-themes
https://github.com/void-linux/void-packages/pull/37839

New package: geany-themes-1.24
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a5defb8d670609bb588a2f6e8fbd5ab8167dad7e Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Mon, 4 Jul 2022 20:53:27 +0530
Subject: [PATCH] New package: geany-themes-1.24

---
 srcpkgs/Converseen/template   |  4 ++--
 srcpkgs/geany-themes/template | 16 ++++++++++++++++
 srcpkgs/sigi/template         |  9 ++-------
 srcpkgs/upmpdcli/template     |  1 +
 4 files changed, 21 insertions(+), 9 deletions(-)
 create mode 100644 srcpkgs/geany-themes/template

diff --git a/srcpkgs/Converseen/template b/srcpkgs/Converseen/template
index bb8790332271..b6c457aeaebe 100644
--- a/srcpkgs/Converseen/template
+++ b/srcpkgs/Converseen/template
@@ -1,6 +1,6 @@
 # Template file for 'Converseen'
 pkgname=Converseen
-version=0.9.9.5
+version=0.9.9.6
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
@@ -11,4 +11,4 @@ maintainer="Justin Jagieniak <justin@jagieniak.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Faster3ck/Converseen"
 distfiles="https://github.com/Faster3ck/Converseen/archive/refs/tags/v${version}.tar.gz"
-checksum=30d731968e61ab3fb701976f05b2f5b372e9760c05665d6183921fb94f8cfa44
+checksum=c2bf0ce9e2f2f95426e83d6ecd6115946179118915f2a620f586f9c072e1cf17
diff --git a/srcpkgs/geany-themes/template b/srcpkgs/geany-themes/template
new file mode 100644
index 000000000000..663d630ec060
--- /dev/null
+++ b/srcpkgs/geany-themes/template
@@ -0,0 +1,16 @@
+# Template file for 'geany-themes'
+pkgname=geany-themes
+version=1.24
+revision=1
+depends="geany"
+short_desc="Collection of color schemes for Geany"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://git.geany.org/geany-themes/"
+distfiles="https://git.geany.org/geany-themes/snapshot/geany-themes-${version}.tar.gz"
+checksum=7e852f8cfde940704282de8554c6de4a36d1f6a2f5641b4c24d8eb537275a7cc
+
+do_install() {
+	vmkdir /usr/share/geany
+	vcopy colorschemes /usr/share/geany
+}
diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
index fd42f7fa00d5..518dbf3a25aa 100644
--- a/srcpkgs/sigi/template
+++ b/srcpkgs/sigi/template
@@ -1,6 +1,6 @@
 # Template file for 'sigi'
 pkgname=sigi
-version=3.4.1
+version=3.4.2
 revision=1
 build_style=cargo
 short_desc="Organization tool for people who hate organization"
@@ -8,12 +8,7 @@ maintainer="J.R. Hill <hiljusti@so.dang.cool>"
 license="GPL-2.0-only"
 homepage="https://github.com/hiljusti/sigi"
 distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
-checksum=81f1171495ca53246df1f271e7bc631454e94c8294b95e277f29136572bef6ad
-
-case "$XBPS_TARGET_MACHINE" in
-	ppc64le*) ;;
-	ppc64*) broken="some rustix junk";;
-esac
+checksum=8bb60ca0fa0fd66aaeef0efb3b34b171dbe0a6e0f69672dafc9cc72fb30a4036
 
 post_install() {
 	vman sigi.1
diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 8c6719114ce3..5629e783514a 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -9,6 +9,7 @@ short_desc="UPnP Media Renderer front-end for MPD"
 maintainer="amak <amak.git@outlook.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
+changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
 checksum=a60b508d20064783f40ac8d2d260b92bd0b2367c6a0ca67c69019f3890bc642d
 python_version=3

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

* Re: [PR PATCH] [Closed]: New package: geany-themes-1.24
  2022-07-04 15:08 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
                   ` (5 preceding siblings ...)
  2022-07-04 15:25 ` ishaanbhimwal
@ 2022-07-04 15:25 ` ishaanbhimwal
  2022-07-04 15:26 ` ishaanbhimwal
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: ishaanbhimwal @ 2022-07-04 15:25 UTC (permalink / raw)
  To: ml

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

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

New package: geany-themes-1.24
https://github.com/void-linux/void-packages/pull/37839

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: New package: geany-themes-1.24
  2022-07-04 15:08 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
                   ` (6 preceding siblings ...)
  2022-07-04 15:25 ` [PR PATCH] [Closed]: " ishaanbhimwal
@ 2022-07-04 15:26 ` ishaanbhimwal
  2022-07-04 15:27 ` classabbyamp
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: ishaanbhimwal @ 2022-07-04 15:26 UTC (permalink / raw)
  To: ml

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

New comment by ishaanbhimwal on void-packages repository

https://github.com/void-linux/void-packages/pull/37839#issuecomment-1173938465

Comment:
i hate squashing commits. if you are okay can I open a new pr. maybe after sometime...

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

* Re: New package: geany-themes-1.24
  2022-07-04 15:08 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
                   ` (7 preceding siblings ...)
  2022-07-04 15:26 ` ishaanbhimwal
@ 2022-07-04 15:27 ` classabbyamp
  2022-07-04 15:57 ` ishaanbhimwal
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-07-04 15:27 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37839#issuecomment-1173939122

Comment:
to avoid squashing you can use `git commit --amend`

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

* Re: New package: geany-themes-1.24
  2022-07-04 15:08 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
                   ` (8 preceding siblings ...)
  2022-07-04 15:27 ` classabbyamp
@ 2022-07-04 15:57 ` ishaanbhimwal
  2022-07-05  5:31 ` ishaanbhimwal
  2022-07-05  5:31 ` ishaanbhimwal
  11 siblings, 0 replies; 14+ messages in thread
From: ishaanbhimwal @ 2022-07-04 15:57 UTC (permalink / raw)
  To: ml

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

New comment by ishaanbhimwal on void-packages repository

https://github.com/void-linux/void-packages/pull/37839#issuecomment-1173963400

Comment:
fixed finally...thanks to https://stackoverflow.com/a/5189600. 

```
git rebase -i HEAD~n
git commit --amend
```

will make a new PR after little more testing. https://github.com/ishaanbhimwal/void-packages/commit/8b3dff480100cd686d9147f9e668380f317f2e4d

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

* Re: New package: geany-themes-1.24
  2022-07-04 15:08 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
                   ` (9 preceding siblings ...)
  2022-07-04 15:57 ` ishaanbhimwal
@ 2022-07-05  5:31 ` ishaanbhimwal
  2022-07-05  5:31 ` ishaanbhimwal
  11 siblings, 0 replies; 14+ messages in thread
From: ishaanbhimwal @ 2022-07-05  5:31 UTC (permalink / raw)
  To: ml

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

New comment by ishaanbhimwal on void-packages repository

https://github.com/void-linux/void-packages/pull/37839#issuecomment-1173963400

Comment:
fixed finally...thanks to https://stackoverflow.com/a/5189600. 

```
git rebase -i HEAD~n
git commit --amend
```

will make a new PR after little more testing. https://github.com/ishaanbhimwal/void-packages/commit/8b3dff480100cd686d9147f9e668380f317f2e4d

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

* Re: New package: geany-themes-1.24
  2022-07-04 15:08 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
                   ` (10 preceding siblings ...)
  2022-07-05  5:31 ` ishaanbhimwal
@ 2022-07-05  5:31 ` ishaanbhimwal
  11 siblings, 0 replies; 14+ messages in thread
From: ishaanbhimwal @ 2022-07-05  5:31 UTC (permalink / raw)
  To: ml

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

New comment by ishaanbhimwal on void-packages repository

https://github.com/void-linux/void-packages/pull/37839#issuecomment-1173938465

Comment:
i hate squashing commits. if you are okay can I open a new pr. maybe after sometime...

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

* [PR PATCH] New package: geany-themes-1.24
@ 2022-07-04 16:13 ishaanbhimwal
  0 siblings, 0 replies; 14+ messages in thread
From: ishaanbhimwal @ 2022-07-04 16:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages geany-themes
https://github.com/void-linux/void-packages/pull/37843

New package: geany-themes-1.24
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 8b3dff480100cd686d9147f9e668380f317f2e4d Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Mon, 4 Jul 2022 20:53:27 +0530
Subject: [PATCH] New package: geany-themes-1.24

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

diff --git a/srcpkgs/geany-themes/template b/srcpkgs/geany-themes/template
new file mode 100644
index 000000000000..663d630ec060
--- /dev/null
+++ b/srcpkgs/geany-themes/template
@@ -0,0 +1,16 @@
+# Template file for 'geany-themes'
+pkgname=geany-themes
+version=1.24
+revision=1
+depends="geany"
+short_desc="Collection of color schemes for Geany"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://git.geany.org/geany-themes/"
+distfiles="https://git.geany.org/geany-themes/snapshot/geany-themes-${version}.tar.gz"
+checksum=7e852f8cfde940704282de8554c6de4a36d1f6a2f5641b4c24d8eb537275a7cc
+
+do_install() {
+	vmkdir /usr/share/geany
+	vcopy colorschemes /usr/share/geany
+}

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

end of thread, other threads:[~2022-07-05  5:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 15:08 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
2022-07-04 15:11 ` [PR REVIEW] " classabbyamp
2022-07-04 15:16 ` [PR PATCH] [Updated] " ishaanbhimwal
2022-07-04 15:16 ` ishaanbhimwal
2022-07-04 15:18 ` ishaanbhimwal
2022-07-04 15:22 ` ishaanbhimwal
2022-07-04 15:25 ` ishaanbhimwal
2022-07-04 15:25 ` [PR PATCH] [Closed]: " ishaanbhimwal
2022-07-04 15:26 ` ishaanbhimwal
2022-07-04 15:27 ` classabbyamp
2022-07-04 15:57 ` ishaanbhimwal
2022-07-05  5:31 ` ishaanbhimwal
2022-07-05  5:31 ` ishaanbhimwal
2022-07-04 16:13 [PR PATCH] " ishaanbhimwal

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