Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] annie: rename to lux and update to lux-0.12.0
@ 2022-01-25 17:08 benalb
  2022-01-28  6:38 ` [PR REVIEW] " ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: benalb @ 2022-01-25 17:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages lux
https://github.com/void-linux/void-packages/pull/35234

annie: rename to lux and update to lux-0.12.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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-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/35234.patch is attached

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

From f44ce531b7201c1997eb35281bef18a969fc5b21 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Tue, 25 Jan 2022 17:58:07 +0100
Subject: [PATCH] annie: rename to lux and update to lux-0.12.0

---
 srcpkgs/annie          |  1 +
 srcpkgs/annie/template | 17 -----------------
 srcpkgs/lux/template   | 23 +++++++++++++++++++++++
 3 files changed, 24 insertions(+), 17 deletions(-)
 create mode 120000 srcpkgs/annie
 delete mode 100644 srcpkgs/annie/template
 create mode 100644 srcpkgs/lux/template

diff --git a/srcpkgs/annie b/srcpkgs/annie
new file mode 120000
index 000000000000..4445d66c7b5f
--- /dev/null
+++ b/srcpkgs/annie
@@ -0,0 +1 @@
+lux
\ No newline at end of file
diff --git a/srcpkgs/annie/template b/srcpkgs/annie/template
deleted file mode 100644
index 3ceb86a61f07..000000000000
--- a/srcpkgs/annie/template
+++ /dev/null
@@ -1,17 +0,0 @@
-# Template file for 'annie'
-pkgname=annie
-version=0.11.0
-revision=1
-build_style=go
-go_import_path=github.com/iawia002/annie
-depends="ffmpeg"
-short_desc="Fast, simple and clean video downloader built with Go"
-maintainer="Benjamín Albiñana <benalb@gmail.com>"
-license="MIT"
-homepage="https://github.com/iawia002/annie"
-distfiles="https://github.com/iawia002/annie/archive/v${version}.tar.gz"
-checksum=6b3e005b6bc2519e2c7b4767fcf66a49dc3e8d34c19cd3c6c3d5517720d4f3ff
-
-post_install() {
-	vlicense LICENSE
-}
diff --git a/srcpkgs/lux/template b/srcpkgs/lux/template
new file mode 100644
index 000000000000..38623cdd8853
--- /dev/null
+++ b/srcpkgs/lux/template
@@ -0,0 +1,23 @@
+# Template file for 'lux'
+pkgname=lux
+version=0.12.0
+revision=1
+build_style=go
+go_import_path=github.com/iawia002/lux
+depends="ffmpeg"
+short_desc="Fast, simple and clean video downloader built with Go"
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
+license="MIT"
+homepage="https://github.com/iawia002/lux"
+distfiles="https://github.com/iawia002/lux/archive/v${version}.tar.gz"
+checksum=f5bcbe1039219a299908fdd5a540052ef603ff5c8c21c0d64f44c53132c41cdd
+
+post_install() {
+	vlicense LICENSE
+}
+
+annie_package() {
+	depends="lux"
+	short_desc+=" (transitional dummy package)"
+	build_style=meta
+	}

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

* Re: [PR REVIEW] annie: rename to lux and update to lux-0.12.0
  2022-01-25 17:08 [PR PATCH] annie: rename to lux and update to lux-0.12.0 benalb
@ 2022-01-28  6:38 ` ericonr
  2022-01-28 15:13 ` benalb
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2022-01-28  6:38 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/35234#discussion_r794237034

Comment:
Wrong indentation.

(this is simply a nit comment, I'd appreciate it if someone else could go through the rest of the changes)

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

* Re: [PR REVIEW] annie: rename to lux and update to lux-0.12.0
  2022-01-25 17:08 [PR PATCH] annie: rename to lux and update to lux-0.12.0 benalb
  2022-01-28  6:38 ` [PR REVIEW] " ericonr
@ 2022-01-28 15:13 ` benalb
  2022-01-30 17:36 ` [PR PATCH] [Updated] " benalb
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: benalb @ 2022-01-28 15:13 UTC (permalink / raw)
  To: ml

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

New review comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/35234#discussion_r794591648

Comment:
I'm sorry, but, where is the wrong indentation? Also xlint says it's ok and "All checks have passed "

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

* Re: [PR PATCH] [Updated] annie: rename to lux and update to lux-0.12.0
  2022-01-25 17:08 [PR PATCH] annie: rename to lux and update to lux-0.12.0 benalb
  2022-01-28  6:38 ` [PR REVIEW] " ericonr
  2022-01-28 15:13 ` benalb
@ 2022-01-30 17:36 ` benalb
  2022-02-12 17:47 ` [PR REVIEW] " paper42
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: benalb @ 2022-01-30 17:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages lux
https://github.com/void-linux/void-packages/pull/35234

annie: rename to lux and update to lux-0.12.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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-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/35234.patch is attached

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

From 6aa51f1c3e0135c3f0662531932bc987313c6192 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Tue, 25 Jan 2022 17:58:07 +0100
Subject: [PATCH] annie: rename to lux and update to lux-0.12.0

---
 srcpkgs/annie          |  1 +
 srcpkgs/annie/template | 17 -----------------
 srcpkgs/lux/template   | 23 +++++++++++++++++++++++
 3 files changed, 24 insertions(+), 17 deletions(-)
 create mode 120000 srcpkgs/annie
 delete mode 100644 srcpkgs/annie/template
 create mode 100644 srcpkgs/lux/template

diff --git a/srcpkgs/annie b/srcpkgs/annie
new file mode 120000
index 000000000000..4445d66c7b5f
--- /dev/null
+++ b/srcpkgs/annie
@@ -0,0 +1 @@
+lux
\ No newline at end of file
diff --git a/srcpkgs/annie/template b/srcpkgs/annie/template
deleted file mode 100644
index 3ceb86a61f07..000000000000
--- a/srcpkgs/annie/template
+++ /dev/null
@@ -1,17 +0,0 @@
-# Template file for 'annie'
-pkgname=annie
-version=0.11.0
-revision=1
-build_style=go
-go_import_path=github.com/iawia002/annie
-depends="ffmpeg"
-short_desc="Fast, simple and clean video downloader built with Go"
-maintainer="Benjamín Albiñana <benalb@gmail.com>"
-license="MIT"
-homepage="https://github.com/iawia002/annie"
-distfiles="https://github.com/iawia002/annie/archive/v${version}.tar.gz"
-checksum=6b3e005b6bc2519e2c7b4767fcf66a49dc3e8d34c19cd3c6c3d5517720d4f3ff
-
-post_install() {
-	vlicense LICENSE
-}
diff --git a/srcpkgs/lux/template b/srcpkgs/lux/template
new file mode 100644
index 000000000000..14fa4823ea08
--- /dev/null
+++ b/srcpkgs/lux/template
@@ -0,0 +1,23 @@
+# Template file for 'lux'
+pkgname=lux
+version=0.12.0
+revision=1
+build_style=go
+go_import_path=github.com/iawia002/lux
+depends="ffmpeg"
+short_desc="Fast, simple and clean video downloader built with Go"
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
+license="MIT"
+homepage="https://github.com/iawia002/lux"
+distfiles="https://github.com/iawia002/lux/archive/v${version}.tar.gz"
+checksum=f5bcbe1039219a299908fdd5a540052ef603ff5c8c21c0d64f44c53132c41cdd
+
+post_install() {
+	vlicense LICENSE
+}
+
+annie_package() {
+	depends="lux"
+	short_desc+=" (transitional dummy package)"
+	build_style=meta
+}

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

* Re: [PR REVIEW] annie: rename to lux and update to lux-0.12.0
  2022-01-25 17:08 [PR PATCH] annie: rename to lux and update to lux-0.12.0 benalb
                   ` (2 preceding siblings ...)
  2022-01-30 17:36 ` [PR PATCH] [Updated] " benalb
@ 2022-02-12 17:47 ` paper42
  2022-02-14 18:00 ` [PR PATCH] [Updated] " benalb
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-02-12 17:47 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35234#discussion_r805186112

Comment:
```suggestion
	depends="${sourcepkg}>=${version}_${revision}"
```

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

* Re: [PR PATCH] [Updated] annie: rename to lux and update to lux-0.12.0
  2022-01-25 17:08 [PR PATCH] annie: rename to lux and update to lux-0.12.0 benalb
                   ` (3 preceding siblings ...)
  2022-02-12 17:47 ` [PR REVIEW] " paper42
@ 2022-02-14 18:00 ` benalb
  2022-02-14 18:01 ` [PR REVIEW] " benalb
  2022-02-14 20:19 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: benalb @ 2022-02-14 18:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages lux
https://github.com/void-linux/void-packages/pull/35234

annie: rename to lux and update to lux-0.12.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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-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/35234.patch is attached

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

From a1356ef94ecfdfd87b05a9eeab8824a33a4d6413 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Tue, 25 Jan 2022 17:58:07 +0100
Subject: [PATCH] annie: rename to lux and update to lux-0.12.0

---
 srcpkgs/annie          |  1 +
 srcpkgs/annie/template | 17 -----------------
 srcpkgs/lux/template   | 23 +++++++++++++++++++++++
 3 files changed, 24 insertions(+), 17 deletions(-)
 create mode 120000 srcpkgs/annie
 delete mode 100644 srcpkgs/annie/template
 create mode 100644 srcpkgs/lux/template

diff --git a/srcpkgs/annie b/srcpkgs/annie
new file mode 120000
index 000000000000..4445d66c7b5f
--- /dev/null
+++ b/srcpkgs/annie
@@ -0,0 +1 @@
+lux
\ No newline at end of file
diff --git a/srcpkgs/annie/template b/srcpkgs/annie/template
deleted file mode 100644
index 3ceb86a61f07..000000000000
--- a/srcpkgs/annie/template
+++ /dev/null
@@ -1,17 +0,0 @@
-# Template file for 'annie'
-pkgname=annie
-version=0.11.0
-revision=1
-build_style=go
-go_import_path=github.com/iawia002/annie
-depends="ffmpeg"
-short_desc="Fast, simple and clean video downloader built with Go"
-maintainer="Benjamín Albiñana <benalb@gmail.com>"
-license="MIT"
-homepage="https://github.com/iawia002/annie"
-distfiles="https://github.com/iawia002/annie/archive/v${version}.tar.gz"
-checksum=6b3e005b6bc2519e2c7b4767fcf66a49dc3e8d34c19cd3c6c3d5517720d4f3ff
-
-post_install() {
-	vlicense LICENSE
-}
diff --git a/srcpkgs/lux/template b/srcpkgs/lux/template
new file mode 100644
index 000000000000..48f0827c6f63
--- /dev/null
+++ b/srcpkgs/lux/template
@@ -0,0 +1,23 @@
+# Template file for 'lux'
+pkgname=lux
+version=0.12.0
+revision=1
+build_style=go
+go_import_path=github.com/iawia002/lux
+depends="ffmpeg"
+short_desc="Fast, simple and clean video downloader built with Go"
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
+license="MIT"
+homepage="https://github.com/iawia002/lux"
+distfiles="https://github.com/iawia002/lux/archive/v${version}.tar.gz"
+checksum=f5bcbe1039219a299908fdd5a540052ef603ff5c8c21c0d64f44c53132c41cdd
+
+post_install() {
+	vlicense LICENSE
+}
+
+annie_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" (transitional dummy package)"
+	build_style=meta
+}

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

* Re: [PR REVIEW] annie: rename to lux and update to lux-0.12.0
  2022-01-25 17:08 [PR PATCH] annie: rename to lux and update to lux-0.12.0 benalb
                   ` (4 preceding siblings ...)
  2022-02-14 18:00 ` [PR PATCH] [Updated] " benalb
@ 2022-02-14 18:01 ` benalb
  2022-02-14 20:19 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: benalb @ 2022-02-14 18:01 UTC (permalink / raw)
  To: ml

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

New review comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/35234#discussion_r806106140

Comment:
Done. 

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

* Re: [PR PATCH] [Merged]: annie: rename to lux and update to lux-0.12.0
  2022-01-25 17:08 [PR PATCH] annie: rename to lux and update to lux-0.12.0 benalb
                   ` (5 preceding siblings ...)
  2022-02-14 18:01 ` [PR REVIEW] " benalb
@ 2022-02-14 20:19 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-02-14 20:19 UTC (permalink / raw)
  To: ml

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

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

annie: rename to lux and update to lux-0.12.0
https://github.com/void-linux/void-packages/pull/35234

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-02-14 20:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-25 17:08 [PR PATCH] annie: rename to lux and update to lux-0.12.0 benalb
2022-01-28  6:38 ` [PR REVIEW] " ericonr
2022-01-28 15:13 ` benalb
2022-01-30 17:36 ` [PR PATCH] [Updated] " benalb
2022-02-12 17:47 ` [PR REVIEW] " paper42
2022-02-14 18:00 ` [PR PATCH] [Updated] " benalb
2022-02-14 18:01 ` [PR REVIEW] " benalb
2022-02-14 20:19 ` [PR PATCH] [Merged]: " paper42

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