Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ytfzf-1.2.0
@ 2021-09-27 15:00 vitezfh
  2021-09-27 18:50 ` paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: vitezfh @ 2021-09-27 15:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vitezfh/void-packages dev
https://github.com/void-linux/void-packages/pull/33160

New package: ytfzf-1.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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/33160.patch is attached

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

From 698f982d1cc5b26f8fe75b57603292a9e274a895 Mon Sep 17 00:00:00 2001
From: Stjepan Vitez <stjepan.vitez@oneclick-cloud.com>
Date: Mon, 27 Sep 2021 16:51:40 +0200
Subject: [PATCH] New package: ytfzf-1.2.0

---
 srcpkgs/ytfzf/INSTALL.msg |  5 +++++
 srcpkgs/ytfzf/template    | 15 +++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/ytfzf/INSTALL.msg
 create mode 100644 srcpkgs/ytfzf/template

diff --git a/srcpkgs/ytfzf/INSTALL.msg b/srcpkgs/ytfzf/INSTALL.msg
new file mode 100644
index 000000000000..eda07e61d187
--- /dev/null
+++ b/srcpkgs/ytfzf/INSTALL.msg
@@ -0,0 +1,5 @@
+ytfzf has the following optional dependencies:
+  dmenu or rofi: menu for video selections
+  notify-send: for desktop notifications
+  ueberzug, chafa, catimg, jp2a: for thumbnails
+
diff --git a/srcpkgs/ytfzf/template b/srcpkgs/ytfzf/template
new file mode 100644
index 000000000000..25ac101bb9f9
--- /dev/null
+++ b/srcpkgs/ytfzf/template
@@ -0,0 +1,15 @@
+# Template file for 'pfetch'
+pkgname=ytfzf
+version=1.2.0
+revision=1
+depends="youtube-dl mpv jq fzf"
+short_desc="POSIX script to find Youtube videos (no API) and open/download them"
+maintainer="Stjepan Vitez <stjepan@vitez.xyz>"
+license="GPL-3.0-only"
+homepage="https://github.com/pystardust/ytfzf"
+distfiles="https://github.com/pystardust/ytfzf/archive/refs/tags/v$version.tar.gz"
+checksum=244205d59f4fbab30c87740b7181c387a1892e23d8e20a034adcfaa686130fa7
+
+do_install() {
+	vbin ytfzf
+	}

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

* Re: New package: ytfzf-1.2.0
  2021-09-27 15:00 [PR PATCH] New package: ytfzf-1.2.0 vitezfh
@ 2021-09-27 18:50 ` paper42
  2021-09-27 18:59 ` vitezfh
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2021-09-27 18:50 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33160#issuecomment-928175886

Comment:
From Quality requirements:

> Compiled: The software needs to be compiled before being used, even if it is software that is not needed by the whole system.

This is a 1600 line shell script

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

* Re: New package: ytfzf-1.2.0
  2021-09-27 15:00 [PR PATCH] New package: ytfzf-1.2.0 vitezfh
  2021-09-27 18:50 ` paper42
@ 2021-09-27 18:59 ` vitezfh
  2021-09-27 18:59 ` [PR PATCH] [Closed]: " vitezfh
  2021-09-27 19:00 ` vitezfh
  3 siblings, 0 replies; 6+ messages in thread
From: vitezfh @ 2021-09-27 18:59 UTC (permalink / raw)
  To: ml

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

New comment by vitezfh on void-packages repository

https://github.com/void-linux/void-packages/pull/33160#issuecomment-928182034

Comment:
True, but there are others just like it. Example: pfetch

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

* Re: [PR PATCH] [Closed]: New package: ytfzf-1.2.0
  2021-09-27 15:00 [PR PATCH] New package: ytfzf-1.2.0 vitezfh
  2021-09-27 18:50 ` paper42
  2021-09-27 18:59 ` vitezfh
@ 2021-09-27 18:59 ` vitezfh
  2021-09-27 19:00 ` vitezfh
  3 siblings, 0 replies; 6+ messages in thread
From: vitezfh @ 2021-09-27 18:59 UTC (permalink / raw)
  To: ml

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

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

New package: ytfzf-1.2.0
https://github.com/void-linux/void-packages/pull/33160

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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

* Re: New package: ytfzf-1.2.0
  2021-09-27 15:00 [PR PATCH] New package: ytfzf-1.2.0 vitezfh
                   ` (2 preceding siblings ...)
  2021-09-27 18:59 ` [PR PATCH] [Closed]: " vitezfh
@ 2021-09-27 19:00 ` vitezfh
  3 siblings, 0 replies; 6+ messages in thread
From: vitezfh @ 2021-09-27 19:00 UTC (permalink / raw)
  To: ml

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

New comment by vitezfh on void-packages repository

https://github.com/void-linux/void-packages/pull/33160#issuecomment-928182554

Comment:
Closed because of existing pull requests for this package, sorry. Assumed there wasn't one for some reason

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

* Re: [PR PATCH] [Closed]: New package : ytfzf-1.2.0
  2021-07-14 15:23 [PR PATCH] New package : ytfzf pandom79
@ 2022-06-10  2:13 ` github-actions
  0 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-06-10  2:13 UTC (permalink / raw)
  To: ml

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

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

New package : ytfzf-1.2.0
https://github.com/void-linux/void-packages/pull/31962

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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:[~2022-06-10  2:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 15:00 [PR PATCH] New package: ytfzf-1.2.0 vitezfh
2021-09-27 18:50 ` paper42
2021-09-27 18:59 ` vitezfh
2021-09-27 18:59 ` [PR PATCH] [Closed]: " vitezfh
2021-09-27 19:00 ` vitezfh
  -- strict thread matches above, loose matches on Subject: below --
2021-07-14 15:23 [PR PATCH] New package : ytfzf pandom79
2022-06-10  2:13 ` [PR PATCH] [Closed]: New package : ytfzf-1.2.0 github-actions

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