Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fdroidcl-0.6.0
@ 2023-01-14  0:04 mhmdanas
  2023-01-21 22:07 ` mhmdanas
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mhmdanas @ 2023-01-14  0:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages fdroidcl-create
https://github.com/void-linux/void-packages/pull/41627

New package: fdroidcl-0.6.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** (compiled)

<!-- 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, (ARCH-LIBC)
- 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/41627.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fdroidcl-create-41627.patch --]
[-- Type: text/x-diff, Size: 1163 bytes --]

From 3e5da48de139b42f68e1baab9397e81f5b2fdca3 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 13 Jan 2023 23:54:37 +0000
Subject: [PATCH] New package: fdroidcl-0.6.0

---
 srcpkgs/fdroidcl/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/fdroidcl/template

diff --git a/srcpkgs/fdroidcl/template b/srcpkgs/fdroidcl/template
new file mode 100644
index 000000000000..89e59c25e7da
--- /dev/null
+++ b/srcpkgs/fdroidcl/template
@@ -0,0 +1,23 @@
+# Template file for 'fdroidcl'
+pkgname=fdroidcl
+version=0.6.0
+revision=1
+build_style=go
+go_import_path=mvdan.cc/fdroidcl
+depends="android-tools"
+short_desc="F-Droid desktop client"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/mvdan/fdroidcl"
+changelog="https://github.com/mvdan/fdroidcl/releases"
+distfiles="https://github.com/mvdan/fdroidcl/archive/v${version}.tar.gz"
+checksum=d9031c8b1a7e03ab382ffaf49da2c199e978d65f64ebe52168509b6ad8b7bb07
+
+post_install() {
+	vcompletion contrib/completion/zsh/_fdroidcl zsh
+	vlicense LICENSE
+}
+
+do_check() {
+	go test ./...
+}

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

* Re: New package: fdroidcl-0.6.0
  2023-01-14  0:04 [PR PATCH] New package: fdroidcl-0.6.0 mhmdanas
@ 2023-01-21 22:07 ` mhmdanas
  2023-03-01 10:17 ` [PR PATCH] [Updated] " mhmdanas
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2023-01-21 22:07 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/41627#issuecomment-1399341839

Comment:
Should I add `android-udev-rules` to `depends` perhaps? Another package that also depends on `android-tools` (`scrcpy`) doesn't have a dependency on `android-udev-rules`. 

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

* Re: [PR PATCH] [Updated] New package: fdroidcl-0.6.0
  2023-01-14  0:04 [PR PATCH] New package: fdroidcl-0.6.0 mhmdanas
  2023-01-21 22:07 ` mhmdanas
@ 2023-03-01 10:17 ` mhmdanas
  2023-03-09 11:50 ` New package: fdroidcl-0.7.0 mhmdanas
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2023-03-01 10:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages fdroidcl-create
https://github.com/void-linux/void-packages/pull/41627

New package: fdroidcl-0.6.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** (compiled)

<!-- 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, (ARCH-LIBC)
- 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/41627.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fdroidcl-create-41627.patch --]
[-- Type: text/x-diff, Size: 1163 bytes --]

From 1c27d928859f09a73b1251bdb7eb3eaa1797c91f Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 13 Jan 2023 23:54:37 +0000
Subject: [PATCH] New package: fdroidcl-0.7.0

---
 srcpkgs/fdroidcl/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/fdroidcl/template

diff --git a/srcpkgs/fdroidcl/template b/srcpkgs/fdroidcl/template
new file mode 100644
index 000000000000..8831c751de9e
--- /dev/null
+++ b/srcpkgs/fdroidcl/template
@@ -0,0 +1,23 @@
+# Template file for 'fdroidcl'
+pkgname=fdroidcl
+version=0.7.0
+revision=1
+build_style=go
+go_import_path=mvdan.cc/fdroidcl
+depends="android-tools"
+short_desc="F-Droid desktop client"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/mvdan/fdroidcl"
+changelog="https://github.com/mvdan/fdroidcl/releases"
+distfiles="https://github.com/mvdan/fdroidcl/archive/v${version}.tar.gz"
+checksum=4dbbb2106c23564a19cdde912d3f06cd258f02eccd6382a0532ef64e7e61f2fd
+
+post_install() {
+	vcompletion contrib/completion/zsh/_fdroidcl zsh
+	vlicense LICENSE
+}
+
+do_check() {
+	go test ./...
+}

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

* Re: New package: fdroidcl-0.7.0
  2023-01-14  0:04 [PR PATCH] New package: fdroidcl-0.6.0 mhmdanas
  2023-01-21 22:07 ` mhmdanas
  2023-03-01 10:17 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-03-09 11:50 ` mhmdanas
  2023-05-05 22:46 ` [PR PATCH] [Closed]: " mhmdanas
  2023-05-05 22:46 ` mhmdanas
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2023-03-09 11:50 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/41627#issuecomment-1399341839

Comment:
Should I add `android-udev-rules` to `depends` perhaps? Another package that also depends on `android-tools` (`scrcpy`) doesn't have a dependency on `android-udev-rules`.

Edit: apparently this shouldn't be done because some people might prefer having their own udev rules, see https://github.com/void-linux/void-packages/pull/23284#issuecomment-651250858 for instance.

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

* Re: New package: fdroidcl-0.7.0
  2023-01-14  0:04 [PR PATCH] New package: fdroidcl-0.6.0 mhmdanas
                   ` (3 preceding siblings ...)
  2023-05-05 22:46 ` [PR PATCH] [Closed]: " mhmdanas
@ 2023-05-05 22:46 ` mhmdanas
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2023-05-05 22:46 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/41627#issuecomment-1536863897

Comment:
Not as interested in getting this in void-packages anymore, so closing this. Anybody else is free to resubmit this as a new PR though, if so they desire.

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

* Re: [PR PATCH] [Closed]: New package: fdroidcl-0.7.0
  2023-01-14  0:04 [PR PATCH] New package: fdroidcl-0.6.0 mhmdanas
                   ` (2 preceding siblings ...)
  2023-03-09 11:50 ` New package: fdroidcl-0.7.0 mhmdanas
@ 2023-05-05 22:46 ` mhmdanas
  2023-05-05 22:46 ` mhmdanas
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2023-05-05 22:46 UTC (permalink / raw)
  To: ml

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

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

New package: fdroidcl-0.7.0
https://github.com/void-linux/void-packages/pull/41627

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** (compiled)

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-05-05 22:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-14  0:04 [PR PATCH] New package: fdroidcl-0.6.0 mhmdanas
2023-01-21 22:07 ` mhmdanas
2023-03-01 10:17 ` [PR PATCH] [Updated] " mhmdanas
2023-03-09 11:50 ` New package: fdroidcl-0.7.0 mhmdanas
2023-05-05 22:46 ` [PR PATCH] [Closed]: " mhmdanas
2023-05-05 22:46 ` mhmdanas

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