Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: geany-themes-1.24
@ 2022-07-04 16:13 ishaanbhimwal
  2022-10-03  2:13 ` github-actions
  2022-10-17  2:15 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 4+ 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] 4+ messages in thread

* Re: New package: geany-themes-1.24
  2022-07-04 16:13 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
@ 2022-10-03  2:13 ` github-actions
  2022-10-17  2:15 ` [PR PATCH] [Closed]: " github-actions
  1 sibling, 0 replies; 4+ messages in thread
From: github-actions @ 2022-10-03  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37843#issuecomment-1264840770

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: geany-themes-1.24
  2022-07-04 16:13 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
  2022-10-03  2:13 ` github-actions
@ 2022-10-17  2:15 ` github-actions
  1 sibling, 0 replies; 4+ messages in thread
From: github-actions @ 2022-10-17  2:15 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/37843

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] 4+ messages in thread

* [PR PATCH] New package: geany-themes-1.24
@ 2022-07-04 15:08 ishaanbhimwal
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

end of thread, other threads:[~2022-10-17  2:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 16:13 [PR PATCH] New package: geany-themes-1.24 ishaanbhimwal
2022-10-03  2:13 ` github-actions
2022-10-17  2:15 ` [PR PATCH] [Closed]: " github-actions
  -- strict thread matches above, loose matches on Subject: below --
2022-07-04 15:08 [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).