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

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

Thread overview: 13+ 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

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