Github messages for voidlinux
 help / color / mirror / Atom feed
From: ishaanbhimwal <ishaanbhimwal@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: geany-themes-1.24
Date: Mon, 04 Jul 2022 17:22:33 +0200	[thread overview]
Message-ID: <20220704152233.v8Hs0288_XOgLXLNYGDmmwcFJyC4e3JG8wF5bV0FdVc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37839@inbox.vuxu.org>

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

  parent reply	other threads:[~2022-07-04 15:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-04 15:08 [PR PATCH] " 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 [this message]
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

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=20220704152233.v8Hs0288_XOgLXLNYGDmmwcFJyC4e3JG8wF5bV0FdVc@z \
    --to=ishaanbhimwal@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).